blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
83c67e217fba78040aaedddbdc0563ab6f50c89b
506b57fcb44313dcc3ee3b081e992f84c8de8496
/Double Linked List/Double Linked List/Double Linked List/main.cpp
f3d1bfdbe2072be1a7ddef8da947d1a3e22e1a73
[]
no_license
Dyfust/Containers
c307f40ed4ac72e91b8ebac37733078557186b3a
e01a080c71ad45465867076fa726529b82020fac
refs/heads/master
2020-05-18T10:52:09.342584
2019-06-13T14:26:23
2019-06-13T14:26:23
184,362,408
0
0
null
null
null
null
UTF-8
C++
false
false
169
cpp
#include "LinkedList.h" // TESTING GROUND. int main() { LinkedList<int> list; Node<int>* start = nullptr; list.push_back(10); start = list.begin(); return 0; }
[ "s182355@students.aie.edu.au" ]
s182355@students.aie.edu.au
18668e1b5df5dba7688295819379e5dc2be43e1d
571d48f59fdb36034b0546d26a7a4417ad4b137f
/libs/AuxBendingNormal.cpp
a5495d753bb4634478c911f40068f118dc7e3628
[ "MIT" ]
permissive
EliasJadon/FabricationLab
6ec1add7f7302423a628a96c9324ddc911fb1bfc
c8633a1f333be70a41ae51f0e174ca7ee04581ec
refs/heads/main
2023-07-16T07:07:50.086521
2021-08-21T13:40:51
2021-08-21T13:40:51
398,565,886
0
0
null
null
null
null
UTF-8
C++
false
false
4,403
cpp
#include "AuxBendingNormal.h" #include <unsupported/Eigen/MatrixFunctions> #include <igl/triangle_triangle_adjacency.h> AuxBendingNormal::AuxBendingNormal( const Eigen::MatrixXd& V, const Eigen::MatrixX3i& F, const Cuda::PenaltyFunction penaltyFunction) : AuxVariables{V,F,penaltyFunction} { name = "Aux ...
[ "noreply@github.com" ]
EliasJadon.noreply@github.com
f202bf8bf0cbe8fed9ae09b85b0532db1be09043
d307568252522b0add3558def6af641d26220e1f
/NumberGame/NumberGame/Source.cpp
b42c9d0e4b4811650eeb59155e059dcd890c8786
[]
no_license
Gulsnotten/grupp-11
625e08381f8b0417067ec7228c1a89c4305d6ec4
2d7b6c3545e1a84b13871848d284dac24c8d0f0c
refs/heads/master
2021-01-09T06:23:14.035796
2016-10-05T23:36:40
2016-10-05T23:36:40
68,725,459
0
1
null
null
null
null
ISO-8859-1
C++
false
false
2,028
cpp
//written by Team 11 //Granell, Alexander //Säll, Erik #include <iostream> #include <string> #include <vector> #include <random> using namespace std; bool playAgain(); void beginGame(); void winMessage(); void guessNumbers(); void checkNumber(int guess); void getName(); int getInputInt(); int random(int from, int thr...
[ "eriksall1@gmail.com" ]
eriksall1@gmail.com
87a421e5681e68bd601849e7be240a7a2635acb6
dc3c3aa1d6b0a7cc0e491f4c0158bfaf40c23285
/dao/cadastrobasedao.cpp
dfb4c7e8a5596e60e6947e69b7a646416d375b28
[]
no_license
AlanJP0/ItH_Estoque
b60c50afaca08fa3e5802f4939be14a458cab1e8
79c2ab5ecde92c527f1878069793b3b0febefceb
refs/heads/master
2020-08-28T00:14:20.027634
2019-10-31T13:20:51
2019-10-31T13:20:51
217,531,029
0
0
null
null
null
null
UTF-8
C++
false
false
3,590
cpp
#include "cadastrobasedao.h" #include <QtSql> #include <QDebug> CadastroBaseDao::CadastroBaseDao(QObject *parent) : QObject(parent) { } QList<Categoria*> CadastroBaseDao::buscarListCategoria() { QString sql = " select estoque.testeestoque.categoria.id_categoria, estoque.testeestoque.categoria.descricao_categoria...
[ "alanjuca66@gmil.com" ]
alanjuca66@gmil.com
2f216e56456ef36ce7d8411ce9a0206ae29179e6
1913e2595ab0bfec71f28a953a46e624514b55e8
/exercises/02-function-and-libraries/calendar/calendar/calendar.cpp
4d12ae0b17bb9112b13e85ed2938ee5198b7d6c5
[]
no_license
eugene-shcherbo/programming-abstractions
4c43149a980a51a836e97c5ee85953eb457d0a40
f1b7c8db3e5a33f349e638e5a9c06a21bd8420cc
refs/heads/master
2021-02-18T07:45:08.296484
2020-11-25T07:46:16
2020-11-25T07:47:00
245,175,467
0
0
null
2020-03-10T14:36:06
2020-03-05T13:50:27
C++
UTF-8
C++
false
false
1,280
cpp
// // calendar.cpp // calendar // // Created by Eugene Shcherbo on 9/22/19. // Copyright © 2019 Eugene Shcherbo. All rights reserved. // #include "calendar.hpp" int daysInMonth(Month month, int year) { switch (month) { case APRIL: case JUNE: case SEPTEMBER: case NOVEMBER: ...
[ "eugene.shcherbo@gmail.com" ]
eugene.shcherbo@gmail.com
5df81e333fa842bd3b539a3dd0469b4d3a2275f5
59138b1b34e2a9356ad7154a9705007349209e9a
/protocols/Modbus/testsuite/src/ModbusMasterTest.h
d55fac62185cfe91fddbd4dba632cd726dd15b4f
[ "Apache-2.0" ]
permissive
gboyraz/macchina.io
6b879fca2329e7060122adfc691b4870d4dc06ac
de79c4d2eace01e24d685ac7f7c2e8aadf6b2668
refs/heads/master
2020-06-29T13:18:05.975243
2019-08-04T22:43:08
2019-08-04T22:43:08
200,547,738
2
0
Apache-2.0
2019-08-04T22:29:19
2019-08-04T22:29:19
null
UTF-8
C++
false
false
585
h
// // ModbusMasterTest.h // // Definition of the ModbusMasterTest class. // // Copyright (c) 2017, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: Apache-2.0 // #ifndef ModbusMasterTest_INCLUDED #define ModbusMasterTest_INCLUDED #include "CppUnit/TestCase.h" c...
[ "guenter.obiltschnig@appinf.com" ]
guenter.obiltschnig@appinf.com
5ff25a81f8c057c35ab0e2bd2a7271545e4370b5
1f41bd344ef8bab1596081228d92f7de2406b51c
/easy/66-Plus One.cpp
a5e1573de3c67cc165fec01d7987961b3e734c3e
[]
no_license
fan-linyu/leetcode
6bfb1302d203119a550c8412f4e0775861f9ffd8
b09a01d66fc1870c28943d7b72eec695be90a91c
refs/heads/master
2020-05-21T21:37:36.354428
2019-05-17T10:35:29
2019-05-17T10:35:29
186,157,559
0
0
null
null
null
null
UTF-8
C++
false
false
909
cpp
// Given a non-empty array of digits representing a non-negative integer, plus // one to the integer. // // The digits are stored such that the most significant digit is at the head of // the list, and each element in the array contain a single digit. // // You may assume the integer does not contain any leading zero...
[ "4linyu.fan@gmail.com" ]
4linyu.fan@gmail.com
01945e1963e6a17301f6ec85ad4a50a3dbb8f819
f585d9695ecc405963b33ca7d0396e2ae51f99ee
/codeforces/518 A. Vasya the Hipster.cpp
ce3b79453624b1266a772464a2b8dd24b96d55c1
[]
no_license
Hasanul-Bari/online-practice
f96aeba24059808430b54e61de6785cddc55e2d4
e1261734939e7097ba13c9ff0d39217882b6cf5a
refs/heads/master
2021-10-10T12:02:59.651386
2021-10-07T18:05:44
2021-10-07T18:05:44
195,872,872
0
0
null
null
null
null
UTF-8
C++
false
false
220
cpp
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if(a>=b) { cout<<b<<" "<<(a-b)/2<<endl; } else { cout<<a<<" "<<(b-a)/2<<endl; } return 0; }
[ "hasanul.bari.hasan96@gmail.com" ]
hasanul.bari.hasan96@gmail.com
40b90b2c493bb3d2419d09b46a1344735e81d4ca
703155f5c0b522c0f0ac8f76170a7cdd75cf45b8
/OpenSkywalking/SkyAPM-php-sdk/src/segment.cc
b0c39415f97ffa62042aef87322beca22b34f1d1
[ "Apache-2.0" ]
permissive
zhangjiquan1/phpsourcecode
057ed70bce9b000bfa8152bcb155ad38992b6471
c0b5ffa7c79d4d522b1be1a7bf0afb3c1e6a6bff
refs/heads/master
2023-01-02T10:30:31.706632
2020-10-25T06:20:49
2020-10-25T06:20:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,135
cc
// Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to You under the Apache License, Version 2.0 // (the "License"); you may not...
[ "ubuntu@localhost.localdomain" ]
ubuntu@localhost.localdomain
b65b18f59f74fa4ab54b345710f8d003e790a83e
df656b5ccf4d84c87e2853cab802af531a9df97b
/MissingControl/src/Speaker.h
5aa5ab7a83542c7d8b7dfea7d06a8470caa43250
[]
no_license
vittavin/Missing
6dff90ad90fc3327d3e1275751698f609a1e2da1
57017e3f00539a64934b7bfd7306b01c31f13781
refs/heads/master
2021-01-17T21:09:36.486278
2012-12-09T02:50:18
2012-12-09T02:50:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
669
h
#pragma once #include "ofMain.h" class Speaker { protected: static ofVboMesh play3; static int count; ofVec3f position; ofVec2f orientation; float baseRotation; ofMesh wires; string label; int posMin, posCenter, posMax; float prevAngle, currentAngle, smoothAngle, actualAngle; int remapped; bool prev...
[ "kyle@kylemcdonald.net" ]
kyle@kylemcdonald.net
266f58ffb064fb1a398bceac0b96679d91b02795
beca18778f40d44e713160c5b0e8136d8a92cad8
/dlib/test/oca.cpp
0c1c523dbc4f87743d89b77982f17b6e8a13356b
[ "BSL-1.0" ]
permissive
thomasantony/enjomitch-orbiter
9542df3dfc83ce0a6cf06ec78dca91b4c1a0babf
83967b7bf8f8c49d1e90f7b904846e66d1ad6e37
refs/heads/master
2022-12-02T07:47:03.976695
2020-03-22T13:54:57
2020-03-22T13:54:57
286,159,679
0
0
null
null
null
null
UTF-8
C++
false
false
6,314
cpp
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #include <dlib/optimization.h> #include <dlib/svm.h> #include <sstream> #include <string> #include <cstdlib> #include <ctime> #include <vector> #include "tester.h" namespa...
[ "devnull@localhost" ]
devnull@localhost
e4f7f5786deda6d229811ea65f6d6527dc860f35
622df67006344be452e62f9b346ec438337f0cab
/prac/codetine/L.cpp
1116ac41d97e1e7efc30fb06f394683b335ab2f2
[]
no_license
arpu-nagar/Coding
090981921cdeac70641fdb602ebfdad8b49d4867
ec71c039784d423eae67b3a5c070c21117771edc
refs/heads/master
2023-07-14T12:15:35.601131
2021-08-31T05:53:22
2021-08-31T05:53:22
252,650,938
0
0
null
null
null
null
UTF-8
C++
false
false
1,918
cpp
/** * Hi, I'm Arpan. * */ #include <bits/stdc++.h> using namespace std; using ll = long long int; typedef pair<int, int> pi; typedef vector<int> vi; typedef vector<ll> vl; typedef vector<string> vs; #define inv(v) \ for (auto &it : v) \ cin >> it; #define MOD 1000000007 #define pb push_b...
[ "arpnagar1@gmail.com" ]
arpnagar1@gmail.com
aaf5e7b7b93b7b98aeb19999141732e91ade3b91
11cddfab71a7e3d98183b7299132b5493bc6d58c
/third_party/blink/renderer/core/css/properties/css_property.h
e626fe8bec4f90934dac765d58eba10a85ed0735
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft" ]
permissive
bathepawan/chromium
41aa3da80ad748e0d38fe2688013365335797f1f
53f2426666b7273b2b4af35527b0f507d1512e64
refs/heads/master
2022-12-20T11:22:16.319857
2020-02-14T14:10:10
2020-02-14T14:10:10
240,524,190
1
0
BSD-3-Clause
2020-02-14T14:17:38
2020-02-14T14:17:37
null
UTF-8
C++
false
false
6,164
h
// Copyright 2019 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 THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_CSS_PROPERTY_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_CSS_PROPERTY_H_ #include <m...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
bb0173bcd78eb667e5b3b2d40406930b54ae4666
995d693da26bb5f263fb56c4be985e39c8517323
/applications-dev/plugins/SofaQtQuickGUI/src/SofaQtQuickGUI/Manipulators/Snapping_Manipulator.h
83cc821a071c946d2c2debdca4187264fb6bd28e
[]
no_license
alxbilger/SofaQtQuick
ccb632c6d284776abcc6a7a69090ec55962cb642
684d4df88bbe8e1e3f436ff232b930a0edaa9d40
refs/heads/master
2023-01-22T21:35:15.123987
2020-11-23T22:32:10
2020-11-23T22:32:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
412
h
#pragma once #include "Manipulator.h" namespace sofaqtquick { class Snapping_Manipulator : public Manipulator { public: Snapping_Manipulator(QObject* parent = nullptr); virtual void internalDraw(const SofaViewer& viewer, int pickIndex, bool isPicking = false) override; virtual int getIndices() const over...
[ "noreply@github.com" ]
alxbilger.noreply@github.com
49a92814f0bba75450a1618b131c1acb8bc37120
29908a626e7394cc93925ed663bcccb93c98a87e
/Source/CrazyKaiju/Private/EnemyAimComponent.cpp
eb237b428fba740fdef31a36aae798a732503a57
[]
no_license
adrianmelian/CrazyKaiju
ef5fcee5ca073b0ab55ae6740f47ab048a5ad0c4
a5401cdb90badfcd63c64d9e1c74066ef023103e
refs/heads/master
2020-11-26T02:33:19.092087
2020-03-22T19:06:04
2020-03-22T19:06:04
228,937,630
0
0
null
null
null
null
UTF-8
C++
false
false
3,779
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Engine/World.h" #include "Kismet/KismetMathLibrary.h" #include "Components/StaticMeshComponent.h" #include "GameFramework/PlayerController.h" #include "HomingMissile.h" #include "EnemyAimComponent.h" // Sets default values for t...
[ "adrianmelian123@gmail.com" ]
adrianmelian123@gmail.com
1760fd7fb9cba9d416977e696d319a7113e31ca3
4611624808ccc2681272cc0847f01e54389490a7
/build/Android/Debug/app/src/main/include/Fuse.Controls.PageIndicatorDot.h
4dc4a3e8de2d8aeeab8683528eea33b9018a9b92
[]
no_license
kvitberg/TestCase
62d6c88e5cab7ac46fd70c29a6e2e695d838f261
75c6e7fdf680189e6d6a447c157a07e10218796a
refs/heads/master
2020-12-02T18:01:51.624735
2017-07-06T18:55:24
2017-07-06T18:55:24
96,462,146
0
0
null
null
null
null
UTF-8
C++
false
false
2,051
h
// This file was generated based on '../../../Library/Application Support/Fusetools/Packages/Fuse.Controls.Navigation/1.0.5/.uno/ux11/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Animations.IResize.h> #include <Fuse.Binding.h> #include <Fuse.Controls.Panel.h> #i...
[ "scott.kvitberg@gmail.com" ]
scott.kvitberg@gmail.com
42623ec919884d19ad652dc8103f87fd2ed65cb2
94abf44f9c9bcdaef061a87bbb691716101e369b
/main.cpp
0700fecab47697437cf996968babaa87695052e7
[ "MIT" ]
permissive
TheHyper45/Metaprogramming
fdd5c4658f9e4650bf6f26e7a0eab8d298c01072
5157c3f1f7fa60ba5e15e23522106354a318760f
refs/heads/main
2023-08-21T08:30:00.452387
2021-09-28T14:44:09
2021-09-28T14:44:09
411,286,920
0
0
null
null
null
null
UTF-8
C++
false
false
3,346
cpp
#include <tuple> #include <iostream> template<typename> struct function_traits; template<typename type,typename... types> struct function_traits<type(types...)> { using return_type = type; static inline constexpr std::size_t argument_count = sizeof...(types); template<std::size_t index> using nt...
[ "dawid.priv@o2.pl" ]
dawid.priv@o2.pl
b36e6afbfbcc8fcfd1634da4fc6f7e8456d7953d
5a658408aaa79106069273f6841fe74c4933e253
/x11context.cpp
6c45f94d678f71c02308465baea8cd0a95d8200c
[]
no_license
jacobjc2/Graphics-Project
470425eb63ab8842e1184d166f0a8e56d5b7ce47
960d050d48107ffd3e17195f792b85a5f236d1bd
refs/heads/master
2022-06-08T11:47:39.572431
2020-04-30T22:47:52
2020-04-30T22:47:52
260,334,401
0
0
null
null
null
null
UTF-8
C++
false
false
5,337
cpp
/* Provides a simple drawing context for X11/XWindows * You must have the X11 dev libraries installed. If missing, * 'sudo apt-get install libx11-dev' should help. */ #include <X11/Xlib.h> // Every Xlib program must include this #include <X11/Xutil.h> // needed for XGetPixel #include <X11/XKBlib.h> // needed for k...
[ "christensenjj@msoe.edu" ]
christensenjj@msoe.edu
9419df9c3ed95acd2150ffec9d15b395533fdb2d
00d722787953141db780cc4917d91b25a017faf1
/6_lab_add_1/6_lab_add_1/StringStack.cpp
cf6721347385c1af44ab615783785f4a0150a60e
[]
no_license
kloun1592/oop-labs
e6295c091784ac887b06e235246b4f936b40be7f
87dacaa898b196ae473cdd928de52645bcde9af4
refs/heads/master
2021-01-10T23:13:59.863845
2017-02-11T05:12:15
2017-02-11T05:12:15
69,725,753
0
0
null
null
null
null
UTF-8
C++
false
false
1,656
cpp
#include "stdafx.h" #include "StringStack.h" CStringStack CStringStack::Reverse() const { CStringStack tmp; for (auto it = m_topElem.get(); it != nullptr; it = it->next.get()) { tmp.Push(it->data); } return tmp; } CStringStack::CStringStack(const CStringStack & other) { auto tmp = other.Rever...
[ "kloun1592@yandex.ru" ]
kloun1592@yandex.ru
4fcacd822fea5e9971422fdc9da23ced2059b1b8
241c00dd6709341677af3c61ea33dc9289d00f0b
/src/MNIST.cpp
0070fc90deeb1e2efd2774278a5c6991f5fbba97
[]
no_license
annapmeyer/antidote-P
f64e92f90ad199db0eb4d4e1344410c402a0e7fc
e59154d5cda906735c615bcbb753b8fafa4cb4aa
refs/heads/master
2023-08-05T18:57:37.379925
2021-10-08T23:29:38
2021-10-08T23:29:38
373,322,669
1
0
null
null
null
null
UTF-8
C++
false
false
3,684
cpp
#include "MNIST.h" #include <cstdint> #include <cstdlib> // For exit, EXIT_FAILURE #include <fstream> #include <iostream> #include <utility> using namespace std; void outputAndQuit(const string message) { cout << message << endl; exit(EXIT_FAILURE); } void assertGoodRead(ifstream &file, const string filename=...
[ "sedrews@wisc.edu" ]
sedrews@wisc.edu
d47c35be7c577bd504bb9c58ccb9ebc1507bd247
5c9ddb7a2ee1d88a63ee61b3b63e865bfc370192
/source/language/cpp/Modern Cpp Design/src/chapter5.cc
d237420b093ce9fddc6019670cc39e3d6cf33a40
[]
no_license
ChuanqiTan/notes
a7e994970d7f558f0119d3fc04e5bda7d9c07965
d196ea43a74c925242c0f447aba99110bdb3e9de
refs/heads/master
2020-09-17T11:12:26.286051
2020-02-06T03:15:41
2020-02-06T03:15:41
224,084,429
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,143
cc
/* * chapter5.cc * * Created on: 2012-7-16 * Author: chuanqi */ #include <exception> #include <stdexcept> #include <iostream> #include <typeinfo> #include <ctime> #include <loki/Functor.h> using namespace std; using namespace Loki; void NormalFunction() { cout << "void NormalFunction()"...
[ "chuanqi.tan@gmail.com" ]
chuanqi.tan@gmail.com
bc80b26e066910245cb589a0be648e3156ead2d5
f7546e14a29846ca65b80ece1f1dc735d0d64fcf
/disciple/dragoon3/c++/fxlib/untested/CroixList.h
e1de8817f20fada1550b19e32faf6b1099e6ce12
[]
no_license
ncannasse/archives
1e7b557f384033ce6cce3ee1441fdae302b4ee7f
6ad931487d7f4a484ab955f261b1822635c6b14c
refs/heads/master
2021-05-21T22:01:19.377704
2020-04-08T07:40:53
2020-04-08T07:40:53
252,820,051
22
0
null
null
null
null
UTF-8
C++
false
false
6,725
h
#pragma once //#include "mdx.h" #pragma warning (disable : 4244) extern MATRIX MID; struct croix_vertex { FLOAT x, y, z; DWORD color; FLOAT tu,tv; }; #define D3DFVF_CROIXVERTEX (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX1) class CroixList{ private : croix_vertex *vertices; FLOAT size; RTexture *texture; VBUF vB...
[ "ncannasse@gmail.com" ]
ncannasse@gmail.com
cd8907e543c661e086542f1ef7b855dcc064e7a3
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/samples/SAXCount/SAXCount.hpp
9d46d36f5dac924b86fc0aae1afcd8d7009ee234
[ "Apache-2.0" ]
permissive
andyburke/bitflood
dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf
fca6c0b635d07da4e6c7fbfa032921c827a981d6
refs/heads/master
2016-09-10T02:14:35.564530
2011-11-17T09:51:49
2011-11-17T09:51:49
2,794,411
1
0
null
null
null
null
UTF-8
C++
false
false
3,564
hpp
/* * Copyright 1999-2000,2004 The Apache Software Foundation. * * 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 * * Unle...
[ "aburke@bitflood.org" ]
aburke@bitflood.org
3c9a846ed98098520064b160f15d78e72e375655
ded9a42ac7f3cb20bbc98b3fc454555b35484788
/joystick_control/joystick_control.ino
751956797fc74c0f187c622b4b04a4ddcc5cf7f1
[]
no_license
iangohy/simple_robot_arm
e063014b0b4f44002ba8855396cbd13c3d5dee63
98d082325aa250b36803da5b8d7857fae0949136
refs/heads/master
2023-01-12T06:26:12.306325
2020-11-17T09:33:41
2020-11-17T09:33:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,958
ino
/* * Joystick Control * * Wiring * - A0: VRX * - A1: VRY * - Pin 2: SW [Interrupt required] * - Pin 3: Button (Enable/Disable editing) [Interrupt required] * - Pin 5: Servo 0 signal [PWM required] * - Pin 6: Servo 1 signal [PWM required] * - Pin 9: Servo 2 signal [PWM required] * - Pin 10: Servo 3 signal [P...
[ "ian@iangohy.com" ]
ian@iangohy.com
d885e95473e4fa9a141b7095193d75bf57ad91c6
f1ae851f93202a4d34c1b8aa0a7db719ddf873c2
/Maximum Gap.cpp
421b2835fbe18d290d8999114ff4cc2d8915ff83
[]
no_license
sarahHe/LeetCode-solution
331e5984eb238d54c76f3d5ad24443792087f5ff
f9b17c41f094c7188030dec70fce243456ff65ad
refs/heads/master
2020-12-24T16:23:55.252447
2016-03-08T20:22:00
2016-03-08T20:22:00
28,280,816
0
0
null
null
null
null
UTF-8
C++
false
false
2,286
cpp
class Solution { //桶排序 public: int maximumGap(vector<int> &num) { if (num.size() < 2) return 0; int maxs = num[0], mins = num[0]; for (auto i : num) { maxs = max(maxs, i); mins = min(mins, i); } // int maxNum = *max_element(num.beg...
[ "hesha@umich.edu" ]
hesha@umich.edu
6fa04216c54efc351a890776bc26a647652e7838
26c7db22150b55a700e356fc00552e72afbc3265
/nisaba/port/utf8_util_test.cc
9837b457c57c4fea2d745ea1246b46de34eed506
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
somerongit/nisaba
efe4fbb732814c281f39c193406679570dd11623
be487b146da5c601ec65ae2d6b88ce0ef42746a8
refs/heads/main
2023-08-07T00:15:24.363204
2021-09-24T14:22:40
2021-09-24T14:23:05
400,521,888
0
0
null
null
null
null
UTF-8
C++
false
false
6,200
cc
// Copyright 2021 Nisaba 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 agreed to...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
e1cac36f8e12c148bcb44650e98066a28fb01dc9
5bf374b9fea78c3cb20f2fd4f12a4eea46e50551
/visualstudiocode/codewars/Decoder.h
7fa16370238767cbd53b4b890be986f7673d0def
[]
no_license
jiuyulq/lifeisstrange
ccd3662677944a6d3b30b3e8bcc94ea1892a1cd8
a3dc952021b781ea5341c8ccc93865239c1ff1da
refs/heads/master
2020-04-14T07:34:38.579081
2019-01-01T05:45:05
2019-01-01T05:54:45
163,716,325
0
1
null
2020-02-22T02:53:20
2019-01-01T05:57:27
C++
UTF-8
C++
false
false
7,800
h
#include <iomanip> #include <iostream> #include <map> #include <string> using std::cout; using std::endl; using std::map; using std::string; struct Decoder { static string decode(const string& p_what) { string char_ignore = "!\"#$%&'()*+-/:;<=>@[\\]^_`{|}~"; string char_dict = "a...
[ "jiuyulq@outlook.com" ]
jiuyulq@outlook.com
a27eafc24ac9eae46eb36a6258d261d077c729eb
afdb721da7e274dcb629c2e9781f2aa6fab95481
/igvc/src/pathplanner/GraphSearch.hpp
02ae632f080a521d744fb13ce3fb9e8b75c69378
[ "MIT" ]
permissive
jmschonfeld/igvc-software
6eca9e28f05d9806b22a31c6ebd36800b9956e8b
4995658c7e516ddcb5447dbb647f316fbd78d267
refs/heads/master
2020-04-05T23:11:32.701394
2017-02-23T00:26:57
2017-02-23T00:26:57
68,255,137
1
0
null
2016-09-15T00:41:57
2016-09-15T00:41:57
null
UTF-8
C++
false
false
6,052
hpp
#ifndef GRAPHSEARCH_HPP_INCLUDED #define GRAPHSEARCH_HPP_INCLUDED #include <set> #include <list> #include <stack> #include <queue> #include <iostream> #include <algorithm> #include "SearchProblem.hpp" using namespace std; template <class StateType, class ActionType> class PathComparator { private: SearchProblem...
[ "jaygkamat@gmail.com" ]
jaygkamat@gmail.com
9689dfec5eaf72c6055b02310d7d06d3bb4b3e2f
b0e4e9e07cf9b672d18cb1982b3f2f9c93559720
/src/hal/FlinkFqd.cpp
b1d2cbe490bdd881b38c84a30b874a51470f58ed
[ "Apache-2.0" ]
permissive
tinnerm/eeros-framework
b9b8e9835f18d2a52e1ba613f209fc12ba3d44f0
68d1e9e3bc492737f384c7f319389d16a9cf7fbc
refs/heads/master
2020-04-05T23:23:34.825750
2015-01-30T14:34:36
2015-01-30T14:34:36
21,413,601
0
0
null
null
null
null
UTF-8
C++
false
false
803
cpp
#include <eeros/hal/FlinkFqd.hpp> using namespace eeros::hal; FlinkFqd::FlinkFqd(std::string id, FlinkDevice* device, uint32_t subDeviceNumber, uint32_t channel, double scale, double offset) : ScalablePeripheralInput<double>(id, scale, offset), channel(channel), prevPos(0) { thi...
[ "martin@mzueger.ch" ]
martin@mzueger.ch
cacdd25a5ef02a5cb3fc1a5ec6a59ef451c8dc96
1af49694004c6fbc31deada5618dae37255ce978
/content/browser/renderer_host/input/touch_selection_controller_client_manager_android.cc
5d0ba347f6e370a122d2ce7c8b661456cddd2ea5
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
5,820
cc
// Copyright 2017 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/renderer_host/input/touch_selection_controller_client_manager_android.h" #include "components/viz/common/hit_test/aggregated_hi...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fe0ad7416987d105afa12e52b8f849ff698e1634
70907d20eebd72da1e91def8290fc0f9174ab1eb
/src/ctrl_autonomos/Controlador.cpp
a6a70a5f40c34f52ebd8130d75afd2c4d3b181a7
[]
no_license
isaactellez/Autonomos--robotica
20e1fb32f0c5f2f92993fba8c9b1dd271526eb4c
f62fc36381e3f605dc595b3b7c80768d947260d1
refs/heads/master
2021-08-22T07:54:44.031788
2017-11-29T17:40:41
2017-11-29T17:40:41
112,245,053
0
1
null
null
null
null
UTF-8
C++
false
false
5,454
cpp
#include <ros/ros.h> #include "geometry_msgs/Pose2D.h" #include "geometry_msgs/PointStamped.h" #include "std_msgs/Float32.h" #include <iostream> #include <vector> #include <math.h> #include <signal.h> #include "tf/transform_datatypes.h" #include "tf/LinearMath/Matrix3x3.h" #include <tf2_ros/transform_listener.h> #inclu...
[ "robotica@labcl03.inge.itam.mx" ]
robotica@labcl03.inge.itam.mx
fea6946768d2c41ed47bc3405cfc0b1d2404ef28
3bbae3947413bc4f8761280e91a1038ddb8d29da
/SniperCommander.h
36093ae736a45dbaed28ece6e58cdd24af7b1756
[]
no_license
elad11310/Assignment_4_C_plus_plus_WarGame
a641e6820374ab788930a59924645ebdd0fdf25c
d955436ba3df348cff9bf4ee1373783715d16de4
refs/heads/master
2022-09-01T00:31:22.033682
2020-05-27T12:03:25
2020-05-27T12:03:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
529
h
// // Created by elad on 24/05/2020. // #ifndef MATALA4_WARGAME_SNIPERCOMMANDER_H #define MATALA4_WARGAME_SNIPERCOMMANDER_H #endif //MATALA4_WARGAME_SNIPERCOMMANDER_H #include "Soldier.h" class SniperCommander : public Soldier { private: int _damage; public: SniperCommander(int player) : Soldier(120, "Sn...
[ "elad11310@Gmail.com" ]
elad11310@Gmail.com
7ee1b024bd4071bcb207309b7b3cc4faf1dc1a97
474ca3fbc2b3513d92ed9531a9a99a2248ec7f63
/ThirdParty/boost_1_63_0/libs/type_traits/test/has_nothrow_assign_test.cpp
7f1c6eda0d9e75cdf8edc5cda4b01729d1fc2db6
[ "BSL-1.0" ]
permissive
LazyPlanet/MX-Architecture
17b7b2e6c730409b22b7f38633e7b1f16359d250
732a867a5db3ba0c716752bffaeb675ebdc13a60
refs/heads/master
2020-12-30T15:41:18.664826
2018-03-02T00:59:12
2018-03-02T00:59:12
91,156,170
4
0
null
2018-02-04T03:29:46
2017-05-13T07:05:52
C++
UTF-8
C++
false
false
12,987
cpp
// (C) Copyright John Maddock 2000. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include "test.hpp" #include "check_integral_constant.hpp" #ifdef TEST_STD # ...
[ "1211618464@qq.com" ]
1211618464@qq.com
5e5f1739747f65295f151b721e6133005cab23d4
f5ad83d1e7fb06345bb1f554f2dfa65c21b7b959
/PcapPlusPlus-20.08/Pcap++/src/PcapDevice.cpp
571c3d2edd4929e5e04bf8646907b6a79e78ea01
[ "Unlicense" ]
permissive
egeSPACEoztas/cs350_EgeOztas
cf592e505625b48f0fdc59fa1ea96298562a6f82
920029de60b82040b84ef6ed36db384bbe02a68e
refs/heads/main
2023-05-12T07:48:15.234073
2021-06-09T20:07:28
2021-06-09T20:07:28
348,151,030
0
0
null
null
null
null
UTF-8
C++
false
false
2,688
cpp
#include "PcapDevice.h" #include "PcapFilter.h" #include "Logger.h" #include "TimespecTimeval.h" #include <pcap.h> namespace pcpp { IPcapDevice::~IPcapDevice() { } bool IPcapDevice::setFilter(std::string filterAsString) { LOG_DEBUG("Filter to be set: '%s'", filterAsString.c_str()); if (!m_DeviceOpened) { LOG_ER...
[ "73328950+egeSPACEoztas@users.noreply.github.com" ]
73328950+egeSPACEoztas@users.noreply.github.com
94b300bfa3195d92f24ec43242fb0d44dd686f73
77fc0c7d346ccbcccc2e81411a2ba78764b2a7ed
/modules/gridmap/grid_map_editor_plugin.h
1240d784268d0a29be33a060c0bc9f5eef938714
[ "MIT" ]
permissive
ScyDev/godot
9ad4ad18a08b2763a9d2cc36fbc427fea4e8d35e
f66b7b7ea6dbb67b9456b5597d278f2eadffdbf3
refs/heads/master
2020-12-03T10:38:45.739656
2015-01-23T09:12:29
2015-01-23T09:12:29
25,973,542
9
1
null
2015-06-22T11:38:51
2014-10-30T14:05:53
C
UTF-8
C++
false
false
6,253
h
/*************************************************************************/ /* grid_map_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ /* ...
[ "reduzio@gmail.com" ]
reduzio@gmail.com
0334587703e6fe3b6245c85557c128fb37e4760f
3b7969e3e417d04396bfec58f809d63debce83a2
/Unit2.~h
1c244631db777559df45413e71b12f4e91774129
[]
no_license
parkseeyoung/AutoUpdate-On-BCB
e26bd826ce5e4fc7523fe0a49e4a0ff402ec7736
367f9b2d086c943a7e5905ce5ea7efbc002f4922
refs/heads/master
2021-04-26T23:32:27.396002
2018-03-30T01:38:14
2018-03-30T01:38:14
124,011,392
1
0
null
null
null
null
GB18030
C++
false
false
1,004
//--------------------------------------------------------------------------- #ifndef Unit2H #define Unit2H //--------------------------------------------------------------------------- #include <Classes.hpp> #include <WinSock2.h> #pragma comment(lib,"ws2_32.lib") //----------------------------------------------------...
[ "214563468@qq.com" ]
214563468@qq.com
b67fea40dcb4ceb4a2702c5265e9a0358235282f
d07a66c8eee1a518275870967b02c88e6fb3f918
/Roguelike/Engine/StandardShapes.cpp
22b3af7b7191b9213fef907af0f9d88b293a61b7
[]
no_license
Troy8878/RougeBot
ce6f6cbe7d0268e787415b0e2fab328ab438fa5a
bb6dc18f435b8976f2a039b479a39f630fd87af1
refs/heads/master
2022-07-09T16:36:28.134837
2019-06-21T10:40:04
2019-06-21T10:40:04
192,719,590
0
0
null
2022-06-22T21:09:57
2019-06-19T11:31:50
C
WINDOWS-1252
C++
false
false
3,182
cpp
/********************************* * StandardShapes.cpp * Connor Hilarides * Created 2014/07/03 * Copyright © 2014 DigiPen Institute of Technology, All Rights Reserved *********************************/ #include "Common.h" #include "StandardShapes.h" #include "Colors.h" static std::random_device shape_rng; name...
[ "connorcpu@live.com" ]
connorcpu@live.com
c843595b3fbb05c8dd41585a409a6c6200c2b8d3
a06da871e34cdb6baf6503799ead455e8c5fe97f
/Source/ArenaShooters/Public/GUI/ASDmLeaderBoardUserWidget.h
8a54848a1dba4debbbb78c9138d8548be591ef0a
[]
no_license
nik3122/ArenaShooters_
a48ebd7e13e19e4ece81b42b2a4126394f249086
f54394e49dbbbec579c381e0df3324234c06d41b
refs/heads/main
2023-08-25T00:58:17.900673
2021-10-24T14:31:44
2021-10-24T14:31:44
420,788,844
1
0
null
null
null
null
UTF-8
C++
false
false
1,308
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "ArenaShooters.h" #include "Blueprint/UserWidget.h" #include "Common/ASStructs.h" #include "ASDmLeaderBoardUserWidget.generated.h" class UTextBlock; class UScrollBox; class UASDmLeaderBoardSlotUserWidget; class AASPl...
[ "lldvvbll@nate.com" ]
lldvvbll@nate.com
06e27cc9a7efa712812b9c670c6067534cc0554e
e486a53cdaf57d701075b625caf706efbb2e6fb9
/Ex3.cpp
13e3c3836d08630766fca3aa237e83c9d5f838e3
[]
no_license
nmigadde/CISP-301
94c03a798ed81a274eb7f1be1813c54c56fe8954
ab17f67132e2f77c2e619ea02872e27178a37df9
refs/heads/master
2023-03-11T11:19:24.214972
2021-03-02T11:02:40
2021-03-02T11:02:40
343,745,100
0
0
null
null
null
null
UTF-8
C++
false
false
250
cpp
#include <iostream> #include<string> using namespace std; int main() { string lastName; cout << "Please enter your last name: "; cin >> lastName; cout << "Welcome Mr. " << lastName << " to CISP 301. \n" ; system("pause"); return 0; }
[ "Nabirmigadde@gmail.com" ]
Nabirmigadde@gmail.com
f9cf30648ea5ae855edd98f781874852a1474641
bda53a87b8428d697f89e3b539c4be0164cd19f1
/src/ast/Boolean.hpp
1edd05859d64983d15e33396aaac8c7947043bd0
[]
no_license
bmansfieldRIT/mini-java-compiler
162ffa2fc5e1f9a0b7d831de97ed94e7db18efcb
2388ebc6f16e37a0c1a761e08a7f20aaa5348dc4
refs/heads/master
2021-09-05T14:37:46.274067
2018-01-28T23:50:27
2018-01-28T23:50:27
110,643,181
2
0
null
null
null
null
UTF-8
C++
false
false
299
hpp
// // Boolean.hpp // // // Created by Brian Mansfield on 3/23/17. // // #ifndef Boolean_hpp #define Boolean_hpp class Visitor; #include <stdio.h> #include "Type.hpp" class Boolean : public Type { public: Boolean(void); void accept(Visitor& v); }; #endif /* Boolean_hpp */
[ "bmansfieldhfl@gmail.com" ]
bmansfieldhfl@gmail.com
7d1de14aebe60696fd07b70ed2eedd5771b20e0e
8f9de698dd418a32f460e1d8a9f9a16f8b914d27
/libs/hmtslam/src/CHMHMapNode.cpp
03d667e190a831622b119a4d88e19bad7074c7d0
[ "BSD-3-Clause" ]
permissive
jiaxi-jiang/mrpt
554237e5316acb118f3c3e714bcfbeb7d2be2961
5fab14d8b7604a2c772736bf085700840089ff5a
refs/heads/master
2021-08-27T18:52:08.054645
2017-11-21T00:09:21
2017-11-21T00:09:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,815
cpp
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | | | Cop...
[ "joseluisblancoc@gmail.com" ]
joseluisblancoc@gmail.com
6c876db72f30d527a663ce19177b5ccd58fb8640
8ed7b2cb70c6e33b01679c17d0e340f11c733520
/learnqt5/cm/cm-lib/source/data/enumerator-decorator.cpp
32612fc093b04d3d1d30783c4b01926f9ad16ba8
[]
no_license
saibi/qt
6528b727bd73da82f513f2f54c067a669f394c9a
a3066b90cbc1ac6b9c82af5c75c40ce9e845f9a2
refs/heads/master
2022-06-26T20:08:07.960786
2022-06-10T06:49:28
2022-06-10T06:49:28
88,221,337
0
0
null
null
null
null
UTF-8
C++
false
false
1,704
cpp
#include "enumerator-decorator.h" #include <QVariant> namespace cm { namespace data { class EnumeratorDecorator::Implementation { public: Implementation(EnumeratorDecorator* _enumeratorDecorator, int _value, const std::map<int, QString>& _descriptionMapper) : enumeratorDecorator(_enumeratorDecorator) , value(_...
[ "ymkim@huvitz.com" ]
ymkim@huvitz.com
f618b342c6e4262fbce42198076d95b0fb4268bf
66c374d6521eec8cad0e242c74d665c56724ea5f
/GarayS8/StdAfx.cpp
041e8f8476e629d14362c5b59a4aac65410064a5
[]
no_license
santiagogaray/Windows-Programming
74356484440e0b685e7ed99df6e351f68091c6c0
af712ace4e5aea6292d83cb411543bfc6665fee7
refs/heads/master
2020-04-17T23:42:44.358425
2019-01-22T18:46:27
2019-01-22T18:46:27
167,047,121
0
0
null
null
null
null
UTF-8
C++
false
false
204
cpp
// stdafx.cpp : source file that includes just the standard includes // Shapes.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "noreply@github.com" ]
santiagogaray.noreply@github.com
97109c994c56f066608fbcccb9fd0a6e35f55523
6db66d399542031f5897753a56e4e59a7fa496fc
/aimToOffer/printMatrixII.cpp
9392ba6cb178938e6c04a7ec4ed14451d1dc4fcd
[]
no_license
duboy/CppExercise
331abf6ee4644ffed7bf705329e4759ee5638a3d
0a3fbd8d874a0c595494129bc6f84946e04b5d75
refs/heads/master
2018-11-02T18:51:58.617070
2018-09-06T09:22:43
2018-09-06T09:22:43
112,704,687
0
0
null
null
null
null
UTF-8
C++
false
false
1,335
cpp
#include <iostream> #include <vector> #include <stack> using namespace std; void printArray(vector<int> array) { for (auto i : array) cout << i << ","; } class Solution { public: vector<int> array; vector<int> printMatrix(vector<vector<int> > matrix) { int row, col; int head = 0; row = matrix.size(); ...
[ "futuredby@gmail.com" ]
futuredby@gmail.com
5e60aa9a5786ceeab5786ebf598636b3e9f9fccb
dbf59704ea314deb18fd05e67ff6b05cc16be091
/llvm/lib/Analysis/InductionVariable.cpp
3119d31ded625585c8589116a5fa8ed562de331e
[ "NCSA" ]
permissive
raujika418/GoodOldDays
7b689e1093ee5b863a14115c1d9f5b012f089b4d
8eb4770127c28e4d21987190daed54b5fa2ccc29
refs/heads/master
2022-02-24T00:45:30.557879
2019-07-18T16:06:02
2019-07-18T16:06:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,661
cpp
//===- InductionVariable.cpp - Induction variable classification ----------===// // // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===--------...
[ "raujikachu@localhost.localdomain" ]
raujikachu@localhost.localdomain
e6d12110e35bc802f2f8e02e2246218e23ff7fae
f4072759caa3ad7a6423bd20ea97580d02e35a70
/SurfaceMapper/gray_lookup.cpp
35f5946663781f966d2ee2ed34f2c0d4b786fba8
[]
no_license
hymanc/multisurface_projector
aa01d46d17f347823df435304300907bc82b0f2b
6a80a162b2cdea5d9043e36489a4f79a90ea3ef3
refs/heads/master
2021-01-23T01:45:57.739526
2013-12-17T04:28:06
2013-12-17T04:28:06
13,889,471
1
2
null
null
null
null
UTF-8
C++
false
false
2,321
cpp
#include "gray_lookup.hpp" using namespace cv; using namespace std; /* Returns an array of values, indexed by gray value holding which column it belongs to. A row value of 0 indicates that the desired gray value doesn't exist in projected image. */ int * get_column_LUT(Mat v_projected, int maxGray){ int * column_...
[ "hymanc@umich.edu" ]
hymanc@umich.edu
081bb18ebb7ccaebbd3630f601fc0393c71c645b
5ed15f758da0aec98fbab593ea497656f92cba26
/CameraCalibration/Rectify.hh
12e1ba9d9f02245d86cef16bd8f9481294f46681
[]
no_license
meroJamjoom/MDA_win
777fdb0d2d175ff73f28be8b8800f53924def899
bf14a47cdc54428620f26e479a19e9ccf0acf129
refs/heads/master
2020-05-22T06:43:01.534736
2016-09-14T01:39:46
2016-09-14T01:39:46
64,056,480
0
0
null
null
null
null
UTF-8
C++
false
false
1,138
hh
// ========================================================================== // $Id: Rectify.hh $ // image rectification for stereo pairs // ========================================================================== // License: Internal use at UBC only! External use is a copyright violation! // =======================...
[ "msjamjoom@effat.edu.sa" ]
msjamjoom@effat.edu.sa
25c13f0b4564a1410a10dcd3cdd2c005768b14b3
b0fc07cbf3a1584e9e1c857392a0246cd4744d31
/HW1/Problem 2/tester.cpp
e83fb4e40451e14927cec3fc8e0ddda6c6b73963
[]
no_license
mmahdi2414/SBU_AD_99
ebe2850fd28bbccc0315c2dc4845ae491e584804
00b6bb574de82470e7ebd090f8d3656fe2d295f0
refs/heads/master
2022-11-06T22:49:29.004207
2020-07-01T16:36:49
2020-07-01T16:36:49
275,814,881
2
0
null
null
null
null
UTF-8
C++
false
false
2,338
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; typedef long double ld; #define ii pair<int, int> #define LOG(x) cerr << x <<" "; #define TRACE(x) //cout << #x << " : " << x << endl #define LOG2DArray(array, n, m) for ( int i = 0; i < n ; i++) { for (int j = 0; j < m...
[ "m.mahdi2414@gmail.com" ]
m.mahdi2414@gmail.com
edc73add113edfd81914c01d1bc5f1302a747b3e
4cba8d6a7c74096be2b6964e9b037562e9bb5ca9
/src/statements/expression_method_call.h
012366f433d321219c80c133c828bd0c699cf501
[ "MIT" ]
permissive
hub2/Fluff
247d817452d7158ebc0c6fd41dde1ab4b06bc422
d8c95b67d390156e24b45cf61b066930f2d783e4
refs/heads/master
2020-11-27T12:30:39.670531
2019-08-05T11:50:41
2019-08-05T12:02:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
628
h
#ifndef EXPRESSION_METHOD_CALL_H_ #define EXPRESSION_METHOD_CALL_H_ #include "expression.h" #include <memory> #include <vector> // Represents calling a method on class instance, i.e. object.method(args). class ExpressionMethodCall : public Expression { public: std::string Emit() const override; void SetMethodId...
[ "m.dominiak@samsung.com" ]
m.dominiak@samsung.com
fbc5bf5ed7e82ff1f4d3dd45f47f43099f1b0b96
9f3c4ea609b95dd5e1c4afccf3e38735524a6e40
/ch8-sorting-in-linear-time/sorting_in_linear_time.cpp
b1520ea2fe934b4163b3ef595e1212ce59c87fb8
[]
no_license
abhicse32/CLRS
981a292898d0b598bb9105e3c7c16539040408e3
48c56e9d2fa9199b85387a371b7601d08bd5099d
refs/heads/master
2020-03-24T22:21:18.697298
2019-02-03T11:40:17
2019-02-03T11:40:17
143,080,740
0
0
null
null
null
null
UTF-8
C++
false
false
1,990
cpp
#include <bits/stdc++.h> #define vi vector<int> using namespace std; template<class T> void print_vect(vector<T> arr){ for(auto val: arr) cout << val <<" "; cout <<endl; } vi counting_sort(vi& arr, int k){ vi result(arr.size(), 0); static vi count(k+1, 0); for(auto val: arr) ++coun...
[ "yabhishek@juniper.net" ]
yabhishek@juniper.net
e0bb092e42da269aff0f54343d8e6b7cabd4bf7b
a35b30a7c345a988e15d376a4ff5c389a6e8b23a
/boost/range/functions.hpp
ef21397d0608bdf2f56947dc3ecc290203ba6234
[]
no_license
huahang/thirdparty
55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b
07a5d64111a55dda631b7e8d34878ca5e5de05ab
refs/heads/master
2021-01-15T14:29:26.968553
2014-02-06T07:35:22
2014-02-06T07:35:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
61
hpp
#include "thirdparty/boost_1_55_0/boost/range/functions.hpp"
[ "liuhuahang@xiaomi.com" ]
liuhuahang@xiaomi.com
e1c704397042aadac71f7fe865f8153b17171f18
24bc4990e9d0bef6a42a6f86dc783785b10dbd42
/chromeos/crosapi/mojom/web_app_types_mojom_traits.cc
c1abc4b250ef181cb6bae9c3162f3dbbbad80e3f
[ "BSD-3-Clause" ]
permissive
nwjs/chromium.src
7736ce86a9a0b810449a3b80a4af15de9ef9115d
454f26d09b2f6204c096b47f778705eab1e3ba46
refs/heads/nw75
2023-08-31T08:01:39.796085
2023-04-19T17:25:53
2023-04-19T17:25:53
50,512,158
161
201
BSD-3-Clause
2023-05-08T03:19:09
2016-01-27T14:17:03
null
UTF-8
C++
false
false
10,697
cc
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/crosapi/mojom/web_app_types_mojom_traits.h" #include "chromeos/crosapi/mojom/web_app_types.mojom.h" #include "components/webapps/browser/install_result_code...
[ "roger@nwjs.io" ]
roger@nwjs.io
6a50efa35ed5acad07b1b31f796ffff74f5ac3f4
48424406e0c2a89f8f80f365919bc00f325de076
/Source/Maintenance/Tasks/Task.cpp
6a14de38fb75de4b4fbf1776ebcafe0f2d0ec8f1
[]
no_license
CatsMakeGames/Maintenance
542cd62928900d2d9031a9c8f43f022815fc6811
ef8ccfee9819f24dbca212ae7c8779d2adfc991f
refs/heads/master
2023-05-03T10:18:21.088149
2020-10-25T08:40:13
2020-10-25T08:40:13
293,450,968
0
0
null
null
null
null
UTF-8
C++
false
false
100
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Task.h"
[ "catguy228@gmail.com" ]
catguy228@gmail.com
8c81407487888a4b58b0e2424adb43dcdb319f90
e31a1a597db0550d2a9613c9a3e209ff1472f6bd
/src/reporter/impl/unresolved_reporter/rp_unresolved_reporter.cpp
61f43d4177b5b726a548a4f7863712ee150a7fea
[ "MIT" ]
permissive
g40/cppinclude
6bd0cee7c25d3876193e7e3d7fc38e829104058c
dc126c6057d2fe30569e6e86f66d2c8eebb50212
refs/heads/master
2023-07-12T18:17:41.490719
2021-08-10T18:32:51
2021-08-10T18:32:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,904
cpp
#include "reporter/impl/unresolved_reporter/rp_unresolved_reporter.hpp" #include "reporter/api/enums/rp_reporter_kind.hpp" #include "reporter/impl/tools/rp_file_sorter.hpp" #include "reporter/impl/tools/rp_file_with_count.hpp" #include "reporter/impl/tools/rp_file_with_count_container.hpp" #include "reporter/impl/tool...
[ "cppinclude@yandex.com" ]
cppinclude@yandex.com
95da91561bcece7a849563e1f5020f1408e2c3d3
6f98ef4f644dc7387a1e9c6222f0de8ed58b3a57
/src/storage/exec/IndexEdgeScanNode.cpp
ae222323581eed86982608c61f4d8aec6d16de86
[ "Apache-2.0" ]
permissive
liuyu85cn/nebula
b0055ecb58a2ee27e4b7972dfcb195c0fe03e0de
2e2987f11939ee6ec5602e2a587effd3e4823003
refs/heads/master
2022-05-07T05:16:29.363956
2022-04-20T11:47:54
2022-04-20T11:47:54
394,524,174
0
0
Apache-2.0
2022-01-27T02:19:09
2021-08-10T04:29:39
C++
UTF-8
C++
false
false
6,077
cpp
/* Copyright (c) 2021 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. */ #include "storage/exec/IndexEdgeScanNode.h" namespace nebula { namespace storage { IndexEdgeScanNode::IndexEdgeScanNode(const IndexEdgeScanNode& node) : IndexScanNode(node), edge_(node.edge_) {} ...
[ "noreply@github.com" ]
liuyu85cn.noreply@github.com
f471db34624fa31dfdc978c810d612631ea5992b
92da935ea3380cf7fa12a376f34fef477d9d06a7
/Practice files/Practice 9/Task 10(7)/Task 10(7)/Source.cpp
7c0ee4534f75089d1485b73e45b3adc67284a1c0
[]
no_license
MughalUsama/Programming-Fundamentals
b8e9590d0b353e4c80beddd022fd4d7e6093adca
dbc886aa0618c3d84abb7fe81098dcc853806e68
refs/heads/master
2022-11-24T11:45:20.296305
2020-07-28T13:22:47
2020-07-28T13:22:47
283,219,542
0
0
null
null
null
null
UTF-8
C++
false
false
514
cpp
#include <iostream> using namespace std; int main() { int height, counter, counter1, num; cout << "Enter the height: "; cin >> height; counter = 1; counter1 = 1; num = counter; while (counter <= height) { while (counter1 >= 1) { cout << counter1; counter1 = counter1 - 1; } counter1 = counter1 ...
[ "bsef17m035@pucit.edu.pk" ]
bsef17m035@pucit.edu.pk
2be5b5ac07dcaaea830212a5012bf418106b9c1e
7a7437a8129a05d8925a4cb457a4c45887e3d855
/Companies/VMware/SquaresofSortedArray.cpp
31adc34b314adb9a2093aa27bc02a4cd88bb4d92
[]
no_license
arunbadhai/LeetCode-1
ea761f5d2e85a456cdb9cc3f894aa18ee6256e74
caed0367ee9675bb40854d9beaef385755bc029b
refs/heads/master
2022-11-26T19:28:00.574292
2020-08-10T20:11:21
2020-08-10T20:11:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
344
cpp
#include <iostream> #include <vector> using namespace std; class SquaresofSortedArray { public: vector<int> sortedSquares(vector<int> &A) { vector<int> re(A.size()); int l = 0, r = A.size() - 1; for (int i{r}; i >= 0; i--) { re[i] = abs(A[l]) >= abs(A[r]) ? A[l] * A[l++] : A[r] * A[r--]; ...
[ "victorchennn@gmail.com" ]
victorchennn@gmail.com
f5b89186ff34ee8b8e5619c37d68860351d109d6
0b1ec92340df7d9f76a569d60c1bf4040a456c9d
/ThirdParty/CubiquityC/Src/TaskProcessor.h
09e22295fc298ec97cd6733df80c7f17caaaf009
[ "MIT" ]
permissive
xoyojank/cubiquity-for-unreal-engine
06fd896cc90b6e881edfaf988e40a568853b1db4
0b618d542bfb922a057c4f51501c9c52f4e5cfc4
refs/heads/master
2021-01-17T20:33:54.868264
2016-12-17T02:37:06
2016-12-17T02:37:06
55,510,419
8
4
null
2016-12-17T02:37:06
2016-04-05T13:32:44
C
UTF-8
C++
false
false
1,583
h
/******************************************************************************* * The MIT License (MIT) * * Copyright (c) 2016 David Williams and Matthew Williams * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to ...
[ "xoyojank@gmail.com" ]
xoyojank@gmail.com
e61503f6e1d7179fd08482c96cbca8eaa563d0d5
eeb0d75a9fd6c819012842f18bd99c539fa6bd1c
/Uri Online Judge/2636.cpp
82510dabce6ba450221ff569c6f5d5551fe33f1d
[]
no_license
LuisCL94/Competitive-Programing
44f47ea855184130883bd7d599f483832a5323cc
cf337862e3ac64732799bdd2548c9430573afdeb
refs/heads/master
2020-06-04T06:07:06.722240
2019-06-14T07:55:25
2019-06-14T07:55:25
191,899,281
0
0
null
null
null
null
UTF-8
C++
false
false
821
cpp
#include <bits/stdc++.h> using namespace std; #define mii map<int,int> #define ll long long mii getFactors(ll n) { mii prim_freq; while (n % 2 == 0) { prim_freq[2]++; n = n/2; } for (ll i = 3; i <= sqrt(n); i = i + 2) { while (n % i == 0) { prim_freq[i...
[ "lclaudio.tl@gmail.com" ]
lclaudio.tl@gmail.com
1869c5d56baf318ba2234a8233134135c5160e54
10b3c0b72c400da8c262ca7002ea89f1ce896056
/ReleaseGuidedMissileSimPerfTests/GMS_perf_test_ComputeGrassParamEq_zmm16r4_call_scope_non_looped_non_instr.cpp
d0ce3b2a4aaf0a31f4c25eacfdfc13b5a8a5dfd2
[ "MIT" ]
permissive
theorynice/Guided-Missile-Modeling-Simulation
01c51ac884c680f14ead757a0b31b768c3ca1e16
520c0d5bfdcb4e6d2f65966b332957f074ea6fbd
refs/heads/master
2023-01-23T00:11:16.358448
2020-12-13T17:39:11
2020-12-13T17:39:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,655
cpp
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <sys/types.h> #include <unistd.h> #include <signal.h> #include <sched.h> #include <errno.h> #include "GMS_grass_scatterer_AVX512.h" #include "GMS_fast_pmc_access.h" void perf_test_ComputeGrassParamEq_zmm16r4_call_scope_non_looped_non_instr() { ...
[ "noreply@github.com" ]
theorynice.noreply@github.com
139c66edbdfb6739b794e01349247eabd66af8f1
d976b96b16699df9bcf96f7668f4657f20c759e4
/goods.h
88818164a5f038ec02e53697e5db5e0fb8bd5936
[]
no_license
Youngkow-Lee/code_review
afd24fe208d9cfd1bd44a1efe6b910b070d36d8a
faee76437353c9c0680ff57fd071c77623f5aab1
refs/heads/master
2020-08-25T01:20:13.007617
2019-10-23T07:21:17
2019-10-23T07:21:17
216,940,894
0
1
null
null
null
null
UTF-8
C++
false
false
557
h
#ifndef CODEREVIEW_GOODS_H_ #define CODEREVIEW_GOODS_H_ // Goods class for representing goods information with index and price // Example: // Goods test; // test.SetGoodsInfo(1, 10000); // std::cout << test.GetIndex() << " - " << test.GetPrice << endl; class Goods{ public: Goods(int index, int price){ ...
[ "noreply@github.com" ]
Youngkow-Lee.noreply@github.com
a89d4c45441652ea94c9d32f2036f65c05263501
5337cc5b08dc9fe35a5fba4b10347c2e55a8c2a6
/src/projection/ossimEquDistCylProjection.cpp
3981adad4531d1fef1084ffc9e9cb097eda93415
[ "MIT" ]
permissive
geoware/ossim
a9568825d4a33d99c5587387c5878e45149415b6
4353211ebca425f51a2c2cb433bc2a88ed5069b4
refs/heads/master
2021-01-12T14:05:53.534389
2016-03-17T18:54:26
2016-03-17T18:54:26
54,828,940
1
0
null
2016-03-27T13:08:16
2016-03-27T13:08:16
null
UTF-8
C++
false
false
24,336
cpp
//******************************************************************* // Copyright (C) 2000 ImageLinks Inc. // // License: See top LICENSE.txt file. // // Author: Garrett Potts // // Description: // // Calls Geotrans Equidistant Cylinder projection code. //***********************************************************...
[ "okramer@radiantblue.com" ]
okramer@radiantblue.com
ecff3372e83d913e33d1396e09368d9f55934572
5290330db470294df6615e38d958d7547e1b21bf
/Volume-4/UVa_439.cpp
a10c3c29fb9218f22e08109c160008cc1cad3eab
[]
no_license
milon/UVa
897807b9891ab1943245f6640388084a777bfa15
ba5c1e247bfa442c039deb465c56e9300cc11f0d
refs/heads/master
2022-06-08T08:30:01.420605
2022-05-14T07:15:08
2022-05-14T07:15:08
11,388,237
14
12
null
null
null
null
UTF-8
C++
false
false
2,469
cpp
//UVa Problem-439(Knight Moves) //Accepted //Running time: 0.048 sec //Author: Milon #include<cstdio> #include<climits> using namespace std; #define qmax 8 #define inf INT_MAX typedef struct{ int x,y; }chess; int head,tail,color[qmax][qmax],d[qmax][qmax],a[64][64]; chess ch,q[64]; void enque(chess x){ ...
[ "milon521@gmail.com" ]
milon521@gmail.com
c2a56983df46d3b4d9496f4cf9edf821522019cd
a7cf58337da0ada81c11d58b3c7546fd35289f8c
/src/DynKBestRRSched.h
0f1cc6194699823c49723e8066c5c66778c5075b
[ "Apache-2.0" ]
permissive
CN-UPB/koi-simulator
d96bd3373f8f473d4f60d7789c66aa6d0c35be8e
ca4ddc5019f423a8e901ebed25b44dc5fa165cf0
refs/heads/master
2021-07-09T01:31:44.723134
2019-01-14T14:23:44
2019-01-14T14:23:44
114,145,823
0
0
null
null
null
null
UTF-8
C++
false
false
1,337
h
/** * @class DynKBestRRSched DynKBestRRSched.h * * Assign as many RB to each sender via Round Robin as needed for one packet * * Instead of assigning streams to resource blocks until all resource blocks * are in use, this round robin variant assigns k resource blocks to each sender * until all resource blocks a...
[ "mmeier1986@googlemail.com" ]
mmeier1986@googlemail.com
e32b7d2cffd4d180434d5833761cd95d9b00015c
ec38324d1535c500255487db1cf809f5790d62d6
/Statemachine_ST7783/screen.h
eed34f730081c96e1f73a8633388e95e1f357801
[]
no_license
EmbeddedSystemClass/hardware-firmware-arduino
4a7b36a01af82fecc0fde3f1b75e4e7ad7fb31f0
b39010d20ba548f2b6425b0cda2a41826a01cf8f
refs/heads/master
2020-04-13T10:40:17.062444
2016-05-30T09:57:32
2016-05-30T09:57:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,228
h
#ifndef _SCREENH_ #define _SCREENH_ #define BACKCOLOR BLACK #define DEGREE_CHAR 127 class Screen { public: unsigned bInvalidate:1; unsigned bVisible:1; //static Screen* pCurrent; //static Screen* pDateEditor; public: Screen() { } virtual void hide() { Display.clearDispl...
[ "lucasgaertner@arcor.de" ]
lucasgaertner@arcor.de
c0f2e0c83bb90be772156f654c0f76d0ec6a356a
a059f8c39cf8128d0d06b7f48e22bc0dac043a8b
/Server/src/proto_src/root.pb.h
a9f97c8ab27fd914fdc9901312327e395587bbaa
[]
no_license
Sakihata-Suzuha/Project-DC
7bcc8b9c8975bee54284b009347821bd863534fd
89919fe83db3a0f90f4674f5a43cc1b1c8353990
refs/heads/master
2020-09-11T04:39:01.324337
2020-02-22T14:13:12
2020-02-22T14:13:12
221,941,658
1
1
null
null
null
null
UTF-8
C++
false
true
10,532
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: root.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_root_2eproto #define GOOGLE_PROTOBUF_INCLUDED_root_2eproto #include <limits> #include <string> #include <google/protobuf/port_def.inc> #if PROTOBUF_VERSION < 3011000 #error This file was generated by a ...
[ "ng199673@outlook.com" ]
ng199673@outlook.com
ecc6e3bb3e47cce70231dd0c914b07d1e0da043e
ab39a2d9313f96cd0db5c73542efaca8bd8655fc
/src/compat/glibc_compat.cpp
f5c323887b190a40ab47ae9e427fec6d4ef4d652
[ "MIT" ]
permissive
avshyk/cashhand-v1
6336e952834a5de57daa717270758da5e83b47e8
678a11c0b6e74788cb5af83f99bdc27805b6fe48
refs/heads/master
2023-03-23T10:57:44.177779
2020-08-03T16:25:03
2020-08-03T16:25:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
833
cpp
// Copyright (c) 2009-2014 The Bitcoin 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/cashhand-config.h" #endif #include <cstddef> #if defined(HAVE_SYS_SELECT_H) #include...
[ "cashhandcrypto@gmail.com" ]
cashhandcrypto@gmail.com
4f03f8d75eea0e89375410d6f3e1a14ee2a14770
3e27b4d0fff87d141a938a38566e24225339175e
/WinLib/WinLib/MonoInjection.h
cc61968c8bcb2c661266e98d0d686356bf220e19
[]
no_license
ExpLife0011/WinLib
b7a81248ff1e8187a06dba0989d188a377295f4f
32fc47432f636201e31b1799081f9ab2b3a0e734
refs/heads/master
2021-09-24T07:08:31.617694
2018-10-04T19:17:08
2018-10-04T19:17:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,057
h
#pragma once #include <Windows.h> #include <string> namespace WinLib { namespace PE { namespace Loader { namespace Mono { class MonoInjection { private: /* Mono-API */ void* (*mono_domain_get)(); void* (*mono_assembly_open)(const char* exeName, void* status); void* (*mono_assembly_get...
[ "leitert@edu.htl-villach.at" ]
leitert@edu.htl-villach.at
7ef1b064b677c06003debc2dd3054e9234238450
338f43cebbc5876dbb0fb97f2fae0cd4445ac956
/排序树练习.cpp
a4b5424aa375f7c485b69328842ff74ef6d0aec8
[]
no_license
LongJinhe-coder/cplusplus
09fa92b53598d071bde28f9ad73b2f146395061c
87e636b69c776cdae219fd0520eedede46021327
refs/heads/master
2020-09-22T01:49:18.064270
2020-08-02T08:28:51
2020-08-02T08:28:51
225,007,947
0
0
null
null
null
null
UTF-8
C++
false
false
5,468
cpp
#include<iostream> #include<string.h> using namespace std; #define True 1 #define False 0 typedef int status; typedef int Elemtype; typedef struct BiTNode{ Elemtype data; char message[10]; struct BiTNode *lchild,*rchild; }BiTNode,*BiTree; //同时标记双亲结点 BiTree SearchTree(BiTree T,BiTree &p,Elemtype key){ ...
[ "[909642437@qq.com]" ]
[909642437@qq.com]
278d90fc5305fa372c15b338e847ffc6bb6b6f65
a97cb7fb087ac7b545146e0fbdb0e272db337aab
/Game/GamePCH.h
a4ca67857ee96b761b3e02dba93e066101d82f1e
[]
no_license
djnandinho26/Legend_Server_S16
e331a15613f2099d4c37945d8b041a3be58e1420
b1111b2fd1db85d6aa25f850be446903ec7928ba
refs/heads/main
2023-04-25T03:10:52.968102
2022-08-16T12:50:04
2022-08-16T12:50:04
373,501,276
0
0
null
2021-06-03T12:35:46
2021-06-03T12:35:45
null
UTF-8
C++
false
false
10,581
h
/* * * Copyright (C) 2008-2017 Dimension Gamers <http://www.dimensiongamers.net> * * File: "GameServerPCH.h" * */ #ifndef GAME_PCH_H #define GAME_PCH_H //#define USING_STD_THREAD #define USING_SINGLE_VIEWPORT //#define USING_GLOBAL_VIEWPORT //#define USING_NORMAL_STAND_ATTRIBUTE /* #pragma warning(disable: 4711) #pra...
[ "korjik87@gmail.com" ]
korjik87@gmail.com
3b86a14775c73ef8cbed875707482d4ffcbbcbdb
cfbac3541f28c91daef99ed11432195862263306
/console.cpp
2bf93466f86b7f74e48a1e94be0c4065bfa8c3fe
[]
no_license
geeksunny/charcoal
3e50327e6d5fd0bb715973441712a7176fb8aef8
f67d0028d24a6f84358c5fd675859397056f3917
refs/heads/master
2022-12-17T09:40:49.475716
2020-09-22T03:41:47
2020-09-22T03:41:47
285,616,331
0
0
null
null
null
null
UTF-8
C++
false
false
856
cpp
#include "console.hpp" namespace console { std::ostream& move(std::ostream &out, int x, int y) { return out << "\x1b[" << unsigned(y) << ";" << unsigned(x) << "H"; } std::ostream& textColor(std::ostream &out, Rgb rgb) { // TODO: Constant values for rgb color_id ? // https://en.wikipedia.org/wiki/ANSI_escape_c...
[ "geeksunny@gmail.com" ]
geeksunny@gmail.com
02997eb37c10fdcf0b85db3611518c07f4cdac52
a5938b70a2db3763365e57f5adae334c4dd5953c
/RGWinService/example/serv/TestSrv/ntservEventLogRecord.cpp
ecc54830ec66ce0a24ff1dca1d84e411e2586d77
[]
no_license
jerryhanhuan/test-code-backup
7dea8a8eb4209dc241dae1864df6b1eb1a48c7bd
2ebf0b1cb6715f66ea4c0b3153d426652ce9235f
refs/heads/master
2021-01-22T22:57:25.097424
2014-09-17T02:31:47
2014-09-17T02:31:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,350
cpp
/* Module : NTSERVEVENTLOGRECORD.CPP Purpose: Implementation for the class CNTEventLogRecord Created: PJN / 14-07-1997 History: PJN / 14-08-2005 1. Fixed an issue where the SID and binary values was not being set correctly in the overloaded CEventLogRecord constructor which takes a EVE...
[ "happyhaoyun@gmail.com" ]
happyhaoyun@gmail.com
f3b36dde24801b7021ab7588b72e0d3d69827dfd
276300014404e8524dac6313fb891c47bb31c176
/src/CGALTetrahedralize/CGALTetrahedralize.cpp
fafff91cf72e4a6203b65d8b4af22339a3499ef0
[]
no_license
PetrosKataras/ciTetraMesher
bd7de1f62bde56feb25944962edeaada157a5720
3c09e88349b6445de0039a007e92608f4e202458
refs/heads/master
2020-01-27T10:04:38.945741
2019-08-28T17:52:33
2019-08-28T17:52:33
67,364,044
1
0
null
null
null
null
UTF-8
C++
false
false
10,159
cpp
/* * Created on: Dec. 06, 2012 * Author: Dennis Luebke */ #include "CGALTetrahedralize.h" #define BOOST_PARAMETER_MAX_ARITY 12 #ifdef _WIN32 #include <windows.h> #endif #include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Simple_cartesian.h> #include <CGAL/Polyhedron...
[ "petroskataras@gmail.com" ]
petroskataras@gmail.com
f5caa0aba56eee5ee84b8099e645e70677fb6719
badbd9e3cec2f82245dd1601d300e8e8ecb11275
/Sephy_Engine/inputDialog.cpp
4995ca18bf73913944600a59a02f90678287b950
[]
no_license
tjddbs4060/Sephy
d824393d93c84d632ad5bcf084957e63d749e074
1d5cd232b19a50bee3f96254710862467f431c09
refs/heads/master
2021-01-23T08:48:55.581043
2017-09-06T02:23:42
2017-09-06T02:23:42
102,549,840
0
0
null
null
null
null
UTF-8
C++
false
false
5,984
cpp
#include "stdafx.h" #include "inputDialog.h" //============================================================================= // Constructor //============================================================================= InputDialog::InputDialog() { textBackColor = inputDialogNS::TEXT_BACK_COLOR; textFontColor ...
[ "tjddbs4060@naver.com" ]
tjddbs4060@naver.com
aa63ea0497082b254a0681e12207b848b0931a3f
fe91ffa11707887e4cdddde8f386a8c8e724aa58
/chrome/browser/chromeos/crostini/crostini_features.cc
2c7502e9d83889879400eae4c8e9c016ba6b8a4d
[ "BSD-3-Clause" ]
permissive
akshaymarch7/chromium
78baac2b45526031846ccbaeca96c639d1d60ace
d273c844a313b1e527dec0d59ce70c95fd2bd458
refs/heads/master
2023-02-26T23:48:03.686055
2020-04-15T01:20:07
2020-04-15T01:20:07
255,778,651
2
1
BSD-3-Clause
2020-04-15T02:04:56
2020-04-15T02:04:55
null
UTF-8
C++
false
false
7,106
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/crostini/crostini_features.h" #include "base/feature_list.h" #include "chrome/browser/browser_process.h" #include "chro...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
6e320b43d0ff3f0121204c454d54a119f2a42ff8
3326db8648ecd23fabebbdece3a0db662b409664
/Codechef/Alkhwarizm 2016/gen.cpp
ed9bb67f0339b9a0c47e0f90bea6bebd6c1aceeb
[]
no_license
fazlerahmanejazi/Competitive-Programming
96b9e934a72a978a9cae69ae50dd02ee84b6ca87
796021cdc7196d84976ee7c9e565c9e7feefce09
refs/heads/master
2021-11-10T08:23:31.128762
2019-12-24T22:11:12
2019-12-24T22:11:12
117,171,389
3
1
null
2021-10-30T20:31:10
2018-01-12T00:39:16
C++
UTF-8
C++
false
false
733
cpp
#include <bits/stdc++.h> using namespace std ; #define inf 0x3f3f3f3f #define INF 1000111000111000111LL #define mod 1000000007 #define pi acos(-1.0) #define eps 1e-8 #define endl '\n' #define mp make_pair #define mt make_tuple #define pb push_back #define fi first #define se second #define all(cc) (cc).begin(),(cc).en...
[ "ahmed.belal98@gmail.com" ]
ahmed.belal98@gmail.com
126fa89d1d4e3c75b53bb4ce4b5183f11a3e948f
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive/1344a03e33060fe46db4c26651c0c379-0f11904895a20602a6e5ca9f4b5b0039/main.cpp
3e9ffcef768345e501cce605a1af1b06ddf84e00
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
218
cpp
#include <memory> #include <cstdlib> namespace so { std::unique_ptr<void, void(*)(void*)> malloc(std::size_t n) { return { std::malloc(n), std::free }; } } int main() { auto p = so::malloc(100); }
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
15cd8ab1fa0e380914a64499589065bab4d8a05d
10b019490a0a3c6f3ade44326de9df595ebe5a41
/wave_sort.cpp
331d72490dac326d9559aed69e627446badbe5ec
[]
no_license
cout-pranav/mycode
21a594484f669e3ee30ac662db7e140bab1b16d8
450d1ff5ec9f89f40cb431766522de9a0bbf1831
refs/heads/main
2023-02-09T10:33:50.377779
2020-12-30T06:40:53
2020-12-30T06:40:53
322,620,197
0
0
null
null
null
null
UTF-8
C++
false
false
635
cpp
#include<bits/stdc++.h> using namespace std; void wave_sort(vector<int> &array) { //jump by 2 location int n=array.size(); // i=1 to n-1 for(int i=1;i<n;i=i+2) { //if previous element in small then swap if( array[i]>array[i-1] ) { swap(array[i],array[i-1]); ...
[ "56630358+P-cm-source@users.noreply.github.com" ]
56630358+P-cm-source@users.noreply.github.com
f74a4f3a1b76632101174f66ad82c1b96476de69
6bd4dc915469f754d6929744ea00c7ba01e1bc63
/src/pika_repl_server_thread.cc
edc33f8fd06e08fc8dd0b0fbcb4be429218f216d
[ "MIT" ]
permissive
seven7777777/pika
ec641fe8a1ca240cc1ed5146b39ce854297537cf
07cda6f221f30768f6c2786910f9b48ba518a619
refs/heads/master
2022-08-30T03:19:14.832679
2020-05-19T07:13:35
2020-05-19T07:13:35
265,451,552
1
0
MIT
2020-05-20T04:30:58
2020-05-20T04:30:58
null
UTF-8
C++
false
false
1,161
cc
// Copyright (c) 2019-present, Qihoo, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. #include "include/pika_rep...
[ "axlgrep@gmail.com" ]
axlgrep@gmail.com
fc1485f857941bdf2238fdb9a12520b38500bf02
9ffe294445c2b1fee3bea2d442dd5ed071eace34
/mmu/h/KernelSystem.h
ef6b53bcd1fbf4a91f82fce0fe006e92d9bfb6ef
[]
no_license
petalex/mmu
f7cca23bf8b75dbc57a0f8828c2ac9e5819c584b
64e980b3840455992ae49d26f37674b906a8c256
refs/heads/master
2020-04-07T09:53:36.746416
2018-11-19T17:57:45
2018-11-19T17:57:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,687
h
#ifndef KERNEL_SYSTEM_H #define KERNEL_SYSTEM_H #include "vm_declarations.h" #include "part.h" #include <unordered_map> const Time nextTime = 10000; class Partition; class Process; class System; class KernelProcess; class Allocator; class ProcessList; class DescriptorList; class SharedSegmentDescriptor; class Kern...
[ "petar.djekanovic@gmail.com" ]
petar.djekanovic@gmail.com
3950fba0a47454470821eb8bb144ae11b9dcddcd
1f9279203bf8858d4bd2bd03517a361c31e4dfdd
/mq.h
2e4e558f2f9c702afd274f4dd3d283225858bac5
[]
no_license
LBqqcom/GameServer
07f274e6ac920be6f0a83a9f54c58cf059b31322
4b4f6ae9bc07ae4d7b4ea7998bf61e8ae25c5172
refs/heads/master
2020-05-28T12:13:23.388640
2015-08-07T07:55:27
2015-08-07T07:55:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
142
h
#pragma once #include <cstdint> struct MqHead { int32_t aid; //Associate id int16_t type; int16_t flag; }; typedef struct MqHead MqHead;
[ "junlong622@163.com" ]
junlong622@163.com
dfcee88a9560133783d7b5a0a2bc326f935e1ab0
b04f6376089019dfbdb543bd60c0c8a58bbbc87c
/src_semanticFullROS/src/create_topomap/src/create_topomap_node.hh
b495814476693508bca0596c7346b84a0030d953
[ "CC0-1.0" ]
permissive
jsusarincon/Oriented_Topological_Maps_Framework
5611ec777f4b9bf7fc4f7b6d6201869b4c4a1ef8
6f9eb765d74d0255b7f1be39a5c247b0b695cdc1
refs/heads/master
2022-06-04T23:15:08.730249
2020-04-30T17:40:54
2020-04-30T17:40:54
259,468,611
0
0
null
null
null
null
UTF-8
C++
false
false
6,831
hh
//#ifndef _DIRECTIONAL_GRAPH_H_ //#define _DIRECTIONAL_GRAPH_H_ // DirectionalGraph class represents a directed DirectionalGraph // using adjacency list representation #include <iostream> #include <list> #include <vector> #include <string> #include <map> #include <algorithm> #include "ros/ros.h" #include "std_msgs/Fl...
[ "44991174+jsusarincon@users.noreply.github.com" ]
44991174+jsusarincon@users.noreply.github.com
75f55ea8782098bb6f34c38eddf67468f5831af9
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/eulerVortex.twitch.test-test-test/eulerVortex.cyclic.twitch.moving/4.03/polyMesh/points
bf853ab7fe13721eb9e3eb901d889c57cf365def
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
422,216
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "tdg@debian" ]
tdg@debian
b403bda86d88b5bd43a2eeff86641813b2e56759
1e912cdedc9c864b624fc132ac64063e0d3ef49d
/Sereja and Dima .cpp
1ad8f26c84c92da5cd0affc7d7599f6a4d2b57c8
[]
no_license
AkramRickon/100A_CodeForces_OkailsBlog_Solved
11b6849ad8703d446ee819b7622807288e39de9f
04439721eee1a67865db36b282825b642e2ca3f8
refs/heads/main
2023-07-13T10:40:29.157372
2021-08-09T17:14:56
2021-08-09T17:14:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
727
cpp
#include<iostream> using namespace std; int main() { int s,d,i,j,n; s=d=0; cin>>n; int a[n]; for(i=0 ; i<n ; i++) { cin>>a[i]; } i=0; j=n-1; for(int mov=1; mov<=n ;mov++) { if(mov%2==1) { if(a[i]>a[j]) { s+=a[i]...
[ "akramhsin29@gmail.com" ]
akramhsin29@gmail.com
7a1116abf525af86dfa0e13b37341d1f1a222c39
34b0ef0b0bd0d5266ef8f18c6dae3e26ced11c52
/sgb/ave_2.14/general.cpp
aef1739e869f31bf3f45a9aa15b8c8882daf3310
[]
no_license
lindianyin/sgbj
bfb429301ed743b75e6c781b48f893ee41e3d097
93e35dbeb3dfdb5a604821e9e232fdef13a457a4
refs/heads/master
2021-01-10T08:09:42.160527
2016-02-24T02:17:17
2016-02-24T02:17:17
52,407,281
0
0
null
null
null
null
GB18030
C++
false
false
104,242
cpp
#include "stdafx.h" #include "general.h" #include "utils_all.h" #include "json_spirit.h" #include "army.h" #include "combat_def.h" #include "combat.h" #include "data.h" #include <iostream> #include <boost/lexical_cast.hpp> #include "singleton.h" #include "boss.h" #include "maze.h" #include "char_zst....
[ "root@localhost.localdomain" ]
root@localhost.localdomain
52889c256eff00aec3f47e92c892275f37fe9146
6208130d79a6440e9f73cbf27e5a56a38737e44c
/rpn.cpp
bcfdcfc09a116950bbb627ac776a5f4394c93dba
[]
no_license
ltang15/Graphing-calculator
eaffc7d0c24dc139a391329db6909a507da8b469
d242ee589efcf9b56c0740974fa136238109d5de
refs/heads/master
2022-12-09T02:45:19.140490
2020-09-04T08:41:47
2020-09-04T08:41:47
292,795,106
0
0
null
null
null
null
UTF-8
C++
false
false
2,121
cpp
#include "rpn.h" #include "operator.h" #include "number.h" #include "Type.h" #include "function.h" RPN::RPN(){} RPN::RPN(Queue <Token*> input){ _rpn = input; } double RPN::operator ()(const double& value){ Stack <Token*> s; Token* ptr_2_left; Token* ptr_2_right; Token* ptr_res; ...
[ "noreply@github.com" ]
ltang15.noreply@github.com
b13fe3f5d9c93fd33cbfd870b14f96d56b77fda7
1020b97b6b64a5a0b1ed9f04e7b6e9841a449b7f
/CODEFORCES/cf339A/cf339A.cpp
034cf3f21402651132914d53b8b711d113ae469c
[]
no_license
theshameem/OJ-Solve
2aef2e62aa91f567848662076536d90c106636f0
d4b04a30adba87b0d4cfe59983b2a5b05c94e520
refs/heads/master
2021-06-09T07:44:04.414183
2021-03-24T13:48:37
2021-03-24T13:48:37
133,333,784
0
0
null
null
null
null
UTF-8
C++
false
false
556
cpp
/* Solved! Time: 07:31:56 PM Date: 06-05-18 */ #include <bits/stdc++.h> #include <algorithm> using namespace std; int main(){ freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); char str[500]; scanf("%s", str); int len = strlen(str); sort(str, str + len); ...
[ "shameem.bzm@gmail.com" ]
shameem.bzm@gmail.com
629a318bbe88116a6ad709d99c0a363248040a16
e763b855be527d69fb2e824dfb693d09e59cdacb
/aws-cpp-sdk-sagemaker/source/model/DescribeEndpointResult.cpp
2c5edc0cfd09753a2329e6cc87213ebe3579e92e
[ "MIT", "Apache-2.0", "JSON" ]
permissive
34234344543255455465/aws-sdk-cpp
47de2d7bde504273a43c99188b544e497f743850
1d04ff6389a0ca24361523c58671ad0b2cde56f5
refs/heads/master
2023-06-10T16:15:54.618966
2018-05-07T23:32:08
2018-05-07T23:32:08
132,632,360
1
0
Apache-2.0
2023-06-01T23:20:47
2018-05-08T15:56:35
C++
UTF-8
C++
false
false
2,690
cpp
/* * Copyright 2010-2017 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" fil...
[ "henso@amazon.com" ]
henso@amazon.com
ae91323a689d023dfeb47cb7f2683014f453df04
bde250a5bd97435abf0ffa505ba3da1f129720d8
/security/gina/snapins/ade/tooladv.h
eede6ecb3d23636cf1500b57a9ffdab78f5dc020
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_ds
f45afd1a1243e42a8ccb489048f4a73946dad99f
0d97393773ee5ecdc29aae15023492e383f7ee7f
refs/heads/master
2023-04-04T00:34:51.876505
2021-04-14T04:49:28
2021-04-14T04:49:28
357,774,650
1
0
null
null
null
null
UTF-8
C++
false
false
2,271
h
//+-------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1994 - 1998. // // File: ToolAdv.h // // Contents: tool-wide default settings property page // // Classes: CToolAdvDefs // // History: 09-12-2000 stevebl ...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
898605c8628ea64416cf04498a2bcac762420fb1
9a48be80edc7692df4918c0222a1640545384dbb
/Libraries/Boost1.40/libs/serialization/test/test_derived_class.cpp
50e3218ec9dc52ce9c3476296a36db1fac367635
[ "BSL-1.0" ]
permissive
fcrick/RepSnapper
05e4fb1157f634acad575fffa2029f7f655b7940
a5809843f37b7162f19765e852b968648b33b694
refs/heads/master
2021-01-17T21:42:29.537504
2010-06-07T05:38:05
2010-06-07T05:38:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,252
cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // test_derived_class.cpp // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at ...
[ "metrix@Blended.(none)" ]
metrix@Blended.(none)
e1526efc323c3b72bbbbedd679d01f7e30c88f35
7c5f096b60fb3cf4fe31149ed853ac0060e5c8a6
/Week 12/Polymorphic containters/ShapeCollection/Circle.cpp
67762d8e2257c7bdb1cedba5c0952b3bf3a381be
[]
no_license
Angeld55/Object-oriented_programming_FMI
6fbde658b417df5c48663138129fb74a3216b9ef
c32eeab424814d2566e3ae4dfa171dc91035ef69
refs/heads/master
2023-08-31T08:29:27.334772
2023-06-29T12:25:40
2023-06-29T12:25:40
176,710,385
104
73
null
2023-08-26T07:29:02
2019-03-20T10:34:49
C++
UTF-8
C++
false
false
466
cpp
#include "Circle.h" const double PI = 3.1415; Circle::Circle(int x, int y, double radius) : Shape(1), radius(radius) { setPoint(0, x, y); } double Circle::getArea() const { return PI * radius * radius; } double Circle::getPer() const { return 2 * PI * radius; } bool Circle::isPointIn(int x, int y) const { Shape::...
[ "angel_dimitriev@abv.bg" ]
angel_dimitriev@abv.bg
8f4fe76de94506594b1a86c661399c54e860ef44
e567681bca202d737995a9dde7ca646035d9d1d4
/Examples/gpucoder/gpucoder/api/tensorrt/mangled/MWTransposedConvolution2DLayerImpl.cpp
40316aacac8c1f30ed0f2774f7222161ab0c7e67
[]
no_license
shackopu/ManavMantra
0b0bfad7ec9eacadae6d40dcc3e49ce3d7c0a6cf
72f0da766eddd93171d88359868c8ed9ad3b32a6
refs/heads/master
2020-04-15T20:07:21.655572
2018-04-29T08:35:42
2018-04-29T08:35:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,739
cpp
#include <stdio.h> #include <cassert> #include "cnn_api.hpp" #include "MWTransposedConvolution2DLayer.hpp" #include "MWCNNLayerImpl.hpp" #include "MWTransposedConvolution2DLayerImpl.hpp" MWTransposedConvolution2DLayerImpl::MWTransposedConvolution2DLayerImpl( MWCNNLayer* layer, int filt_H, int filt_W, int numIpFeature...
[ "praveen.bhatia@sumpurn.com" ]
praveen.bhatia@sumpurn.com
97753d26625ca24781810854cf8c1de29c1be159
aaf4a46f6bde17bfcbb8334f83d4e5972c1ed9cc
/KinCorrections/KinCorrection.cc
5f6f1c36216d22833341f37f4d05d6bcf086e0a2
[]
no_license
taroni/usercode
72811057e54691edfd3eee1f5cd2eab163ff97c6
94888ed661f1c31f0fb2c8593add5efd8ecaafa4
refs/heads/master
2021-06-06T20:52:41.776442
2019-07-09T13:31:39
2019-07-09T13:31:39
11,950,720
0
0
null
null
null
null
UTF-8
C++
false
false
34,845
cc
#include "KinCorrection.hh" #include "CommonOps.hh" #include "EventData.hh" #include "KinSuite.hh" #include "TH1D.h" #include "TH2D.h" #include "Types.hh" #include "GenObject.hh" #include "TRandom3.h" #include "TString.h" #include "Math/GenVector/DisplacementVector3D.h" #include "ChAsymTemplateHistos.hh" using names...
[ "" ]
0defc9041028a0d841d54f5500d02abdda32f2da
413a33347305bacc8775794165c31851b1344ce7
/cpp/jvm_wfx/include/FileEnumerator.h
13eea4015fd63c09acb3fcededa29e504eb84417
[ "Apache-2.0" ]
permissive
calinrc/jvm_wfx
7fbf30dd4260c7dde41a7b99a3bf2963a3f77aab
f97d65ced2769d7d3299369926118638154517b5
refs/heads/master
2020-03-16T02:12:47.541551
2018-09-03T12:24:59
2018-09-03T12:24:59
132,459,561
0
0
null
null
null
null
UTF-8
C++
false
false
1,601
h
/* * FileEnumerator.h file written and maintained by Calin Cocan * Created on: May 07, 2018 * * This work is free: you can redistribute it and/or modify it under the terms of Apache License Version 2.0 * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even...
[ "calin.cocan@ro.ibm.com" ]
calin.cocan@ro.ibm.com
0f3e22af66d30a6694ea1667b0de864f9bd1c0d3
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/rocksdb/2017/4/crc32c.cc
c2334d673a131aafef77bce1c83b0ddb3915ba02
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
17,479
cc
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // This source code...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
edc6dd9ac2f06e6a71b947c66853c4eaa3b9821f
0fdb6565a31358a7021c30bbfd0e95a1a9d39e25
/tests/morganaContainer/pMapGlobalManipTest4.cpp
ef20eb21d5769420862efa346642402b84b4bf19
[]
no_license
feof81/morganaPublic
b8b61a08d222a2ade3484cbdfc80c9790c0e5508
540cdbcdcf56e5cd13c0dc98c04f724543025bce
refs/heads/master
2023-01-28T01:12:51.711178
2023-01-11T16:56:37
2023-01-11T16:56:37
216,569,123
3
2
null
null
null
null
UTF-8
C++
false
false
3,866
cpp
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This file is part of Morgana. Author: Andrea Villa, andrea.villa81@fastwebnet.it Morgana is free software: you can redistribute it and/or modify it under the terms of the GNU Gene...
[ "andrea.villa81@fastwebnet.it" ]
andrea.villa81@fastwebnet.it
05e7c4fb04245c7998dbb2638e74fcbaa2da7071
6166f1c91e955bd3b9e600ef24d1eedf7edb0fa3
/src/file.cpp
4262297a4094148f7db3d7857570f871c3dc9b2e
[]
no_license
danielt3/virtualjaguar
7cb0c19e8ec6bce1e5c0fe912c51c279892b4f91
8d86cf72ca34826359e2aaf958909e23a47194cf
refs/heads/master
2020-08-31T21:40:14.623359
2017-09-12T14:29:46
2017-09-12T14:29:46
218,792,256
1
0
null
2019-10-31T15:00:30
2019-10-31T15:00:28
null
UTF-8
C++
false
false
18,402
cpp
// // FILE.CPP // // File support // by James Hammons // (C) 2010 Underground Software // // JLH = James Hammons <jlhamm@acm.org> // // Who When What // --- ---------- ------------------------------------------------------------ // JLH 01/16/2010 Created this log ;-) // JLH 02/28/2010 Added functions to l...
[ "jlhamm@acm.org" ]
jlhamm@acm.org
9b50d4af0dfb131360fc67da0d1a5ad0891faf6a
24ce143a62abc3292c858fc17964c753106c8e3f
/bt2DLL.cpp
1084c3c253214a950bc3dcfcdf7580ca31ffb081
[]
no_license
code-ayush07/Daily-DSA
5249ce654b4bbe0d7f3beded3bfa0b6844299fbe
3f4f69266b40141bc683c553a735bf58f3aef8ae
refs/heads/master
2023-02-22T09:18:08.279554
2021-01-28T16:00:31
2021-01-28T16:00:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,906
cpp
#include <bits/stdc++.h> #include <stdio.h> using namespace std; #define fast_cin() ios_base::sync_with_stdio(false) #define lli unsigned long long int struct Node { int data; Node *left, *right; Node(int x) { data = x; left = NULL; right = NULL; } }; // return the head of...
[ "ayushsingh1315@gmail.com" ]
ayushsingh1315@gmail.com
2a3ea63231f5153cba453c4a17e5151ddf96664e
08983b7c0590fa7810c8bba1b52372641bd4f5b7
/Zephyr/DepthTexture.h
9a9bf60ccfd44f85ab1fbb5533a7b0c5a4c3928a
[]
no_license
Muret/Zephyr
924c136d44ba7a9e5fe3de1bfc35c92b6fc5b397
e0c58c12e857e2d76a10dc34e686b6081308e753
refs/heads/master
2021-05-16T02:45:38.643730
2017-12-07T22:19:41
2017-12-07T22:19:41
41,622,906
2
0
null
null
null
null
UTF-8
C++
false
false
671
h
#ifndef USE_DEPTH_TEXTURE_ #define USE_DEPTH_TEXTURE_ #include "d11.h" class DepthTexture { public: DepthTexture(const D3DXVECTOR2 &dimension, void *data, DXGI_FORMAT format, int msaa_count, int mipmap_count = 1); ID3D11Texture2D* get_texture_object() const { return texture_object_; } ID3D11DepthStencilView...
[ "mrt.ture@gmail.com" ]
mrt.ture@gmail.com
e59a6344c41a6cfa1c073744e4ef7496aace4c8a
49ff7ef6450a387cb356479c938224c612e3357b
/src/fb.cc
1db4ca33b3b527fb55c65508b24592d5a1b3e64c
[]
no_license
bearice/Kinode
02341de63d0030ddc2f697ee4cb3729d44b26b73
1a3ffd450398cdcb438fcf9b341bb5ad61890406
refs/heads/master
2016-09-05T16:29:38.468779
2012-09-28T16:11:15
2012-09-28T16:11:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,785
cc
#include <math.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/mman.h> #include <sys/ioctl.h> #include <linux/fb.h> #include <linux/einkfb.h> #include <string> #include <algorithm> #include <v8.h> #include <node.h> #include <node_buffer.h> #include "fb.h" using namesp...
[ "bearice@gmail.com" ]
bearice@gmail.com