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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fce2c9977b454eccfd448c56f415fd476aaa2eb2 | 8bacf3fc46cfb298264ba775c6d9716e5ca0c673 | /ass4/section3.cpp | bf0cf5b5f0d9b1c953dbbd026a99abff0de09491 | [] | no_license | jaconstantin/CppMITLab | f495d4475386e897c7c68d8a432a6f4f171ced33 | a6f5ed1006bd33e95af282432743121eb0b8cc34 | refs/heads/master | 2021-01-12T18:14:29.156312 | 2016-10-19T23:10:09 | 2016-10-19T23:10:09 | 71,347,659 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | cpp | #include <iostream>
#include "geometry.h"
//include geometry.h for this casting exercise
//remeber to define an int poly_n, which is the static int...
//Problem 3 Casting
using namespace std;
int Polygon::poly_n;
int main(){
Rectangle rec2(10,20,30,40);
int x=10;
float y=0.02;
cout << sta... | [
"oteph113@gmail.com"
] | oteph113@gmail.com |
0f9ffb4297a2cebfa3118c2b8d9378a50f7ded49 | c8208aafc1bb9f699c24a7440e575bc5113f2e40 | /src/clsPresentacion.cpp | 252a1eb5f019e6c011818cae7c92047e38553d3e | [] | no_license | femansilla/PenalesSalvajes | d45c9a9dbb868743c55cbeb4f2f7a907f2adabc5 | 16bbe1f20cd6d99fd673660d7183d8c896b0ab68 | refs/heads/master | 2020-03-19T15:19:42.156965 | 2018-06-23T23:53:50 | 2018-06-23T23:53:50 | 136,666,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,203 | cpp | #include "clsPresentacion.h"
int clsPresentacion::init(clsScreen *scr, clsEvent *ev)
{
error.set(0);
screen = scr;
event = ev;
error.set(fondo.init(screen, event));
if (error.get()) return error.get();
error.set(continuar.init(screen, event));
if (error.get()) return error.get();
err... | [
"32165585+femansilla@users.noreply.github.com"
] | 32165585+femansilla@users.noreply.github.com |
b37c1f908e8a864d7f94325e663a9f6b04f942a9 | 5f4fac1e15662986c0f9fcbdabfa8e42c04e9093 | /BBW_LIBIGL/igl/sort.cpp | dedee6f1a5b1bbf2cc533e1ea9a3ff4d620089b5 | [] | no_license | azer89/BBW | 7f76a8b9fdba01bc6a9628041f9e3cac5c8c9c1a | bbd9b757916027e1a8d1efc131663f3092a217e3 | refs/heads/master | 2021-01-10T13:22:01.123270 | 2016-03-29T10:31:53 | 2016-03-29T10:31:53 | 54,906,679 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,797 | cpp | // This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at htt... | [
"radhitya@uwaterloo.ca"
] | radhitya@uwaterloo.ca |
7681226edefb190ba02610d43895121ff1f04983 | 1e97f266258329ccbfdb2f66c51d609e14a632f9 | /ifs_y_elses/ejercicio10/ejercicio10.cpp | 8c212d5468ecbcfd7c0c2f61842c9fb8bc25a34f | [] | no_license | pokemeta/Codigos-del-ejercicio | d54e7c55a9aabfda271bf2038505708b221e2c42 | a2d37e6f5952e7f96f3f9e6db9c817c679e5ff9f | refs/heads/main | 2023-01-15T04:51:45.144474 | 2020-11-22T03:24:14 | 2020-11-22T03:24:14 | 310,885,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 711 | cpp | #include <iostream>
using namespace std;
int main() {
float totalpago;
cout << "Introduzca su total de la compra para determinar el descuento: ";
cin >> totalpago;
if(totalpago <= 0){
cout << "Tu numero no es valido." << endl;
return main();
}
else if(totalpago < 200){
cout << "No te toca algun descue... | [
"47202318+pokemeta@users.noreply.github.com"
] | 47202318+pokemeta@users.noreply.github.com |
51f746547420e4a18d2526d51549ae9ede7c56df | 6584a3675663415fe0ed62c604e5fd383ac46e09 | /Contest/Samsung contest/14.cpp | 18ddd11524c72cefa07c789df744eef16b04fae0 | [] | no_license | lsiddiqsunny/Days-with-programming | 753e1569a5a389fa05f39742d691707496557f1b | b9d8ce24065d775a8ce2be981d177b69dc4fede5 | refs/heads/master | 2021-06-25T02:49:50.931406 | 2021-01-23T12:14:23 | 2021-01-23T12:14:23 | 184,076,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,272 | cpp | #include<bits/stdc++.h>
using namespace std;
int tree[1000000];
int A[200000];
void build(int node, int start, int end)
{
if(start == end)
{
tree[node] = A[start];
}
else
{
int mid = (start + end) / 2;
build(2*node, start, mid);
build(2*node+1, mid+1, ... | [
"lsiddiqsunny@DESKTOP-VGRAGF8.localdomain"
] | lsiddiqsunny@DESKTOP-VGRAGF8.localdomain |
1c2283ecd95cd27be78baa7fa4be79698416d75f | 119210c2b1b46df6bde882556fbe26707be371be | /Programmers/타겟넘버.cpp | d868b889596892dcd40a0d70814f8dda3742be71 | [] | no_license | kimgibaam/Algorithm | 0af2ba4dfd09d75f7f7866a867bdc2350a86507f | f7581724e0361211909ad01a2ae8597b4a3d2960 | refs/heads/master | 2023-02-20T05:34:45.061825 | 2021-01-23T01:36:42 | 2021-01-23T01:36:42 | 294,576,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp | #include <string>
#include <vector>
using namespace std;
int answer = 0;
int t;
vector<int> v;
void solve(int cnt,int num){
if(cnt == v.size()){
if(num == t) answer++;
return;
}
solve(cnt + 1, num - v[cnt]);
solve(cnt + 1, num + v[cnt]);
}
int solution(vector<int> numbers, int t... | [
"rlqjarhrh@naver.com"
] | rlqjarhrh@naver.com |
4ae5c6e9b7b7faaa89b409ee8a97025e3083337e | d19e32a89c9f3756dd375e33a1c51bbeb2551649 | /C++/TestSBB/SBB/cpp/sbofficexmlcore.cpp | 2e789e1a32a765cdb9fb0abf42f5506256b75d23 | [] | no_license | hackerlank/code_samples | 9982e3a8c36300f1fcfcd56eec46e82f80b25fad | 7be3fe03d901f405f650156890b55c455929afdd | refs/heads/master | 2020-06-12T18:38:24.684787 | 2016-09-12T20:50:37 | 2016-09-12T20:50:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 240,796 | cpp | #include "sbofficexmlcore.h"
namespace SecureBlackbox {
#ifdef SB_USE_CLASS_TELOFFICEOPENXMLELEMENT
SB_INLINE void TElOfficeOpenXMLElement::Clear()
{
SBCheckError(TElOfficeOpenXMLElement_Clear(_Handle));
}
bool TElOfficeOpenXMLElement::get_IsModified()
{
int8_t OutResultRaw = 0;
SBCheckError(TElOfficeOpenXMLElem... | [
"leovant@gmail.com"
] | leovant@gmail.com |
4a78d14126b04e9b02ccd8f300ccdaca212952cc | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.002/NEOC5H11CO | f695cf0b276e37ae1b104fb222b4bd4f02b0666e | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
bd8dd50a54c848615f44ee52c02e212dad7166c2 | 7ef42c66e7a4f0071cd7d79a5ed68997470bbd23 | /ASprojektSC/Time Events 2.h | 3ab8c1f83fcdec3bf069038738bfa07de10b2d6f | [] | no_license | kedzierzawy2310/ASprojektSC | c21ed85190902d2885aac24c9aaa4abffd1079e5 | 2e7fc428b0e08d57933ba9882063b27a6d65f1f0 | refs/heads/master | 2020-07-11T08:38:05.233000 | 2019-09-05T00:28:45 | 2019-09-05T00:28:45 | 204,492,440 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 3,232 | h | #pragma once
#include "Restaurant.h"
#include "Manager.h"
#include "Hall.h"
#include "Stats.h"
class Harmonogram;
class ZdarzeniaCzasowe
{
double czas_wykonania_;
int rozklad_;
//------------------------------------------------------------------------------------------- PARAMETRY GENERATORÓW ----------------------... | [
"kedzierzawy2310@interia.pl"
] | kedzierzawy2310@interia.pl |
da433585e8dc278a98e95dfc1d15ee11be1e51b9 | 299648a8c633728662d0b7651cd98afdc28db902 | /src/thirdparty/cef_binary_78/tests/cefclient/browser/osr_accessibility_node.cc | a86125188ac071d9068523cda826f712a9a7f690 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown"
] | permissive | aardvarkxr/aardvark | 2978277b34c2c3894d6aafc4c590f3bda50f4d43 | 300d0d5e9b872ed839fae932c56eff566967d24b | refs/heads/master | 2023-01-12T18:42:10.705028 | 2021-08-18T04:09:02 | 2021-08-18T04:09:02 | 182,431,653 | 183 | 25 | BSD-3-Clause | 2023-01-07T12:42:14 | 2019-04-20T16:55:30 | TypeScript | UTF-8 | C++ | false | false | 5,515 | cc | // Copyright 2017 The Chromium Embedded Framework Authors. Portions copyright
// 2013 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.
// Base class implementation for CEF Acccessibility node. This is subclassed and
// used ... | [
"joe@valvesoftware.com"
] | joe@valvesoftware.com |
2579e92bfed4b9e700c20e563ce0d515c5fe7571 | c4aa092e45dc943ed3932a796a0870ce84714500 | /CommonUtl/utl/UI/GdiCoords.h | 7a007d81d530fcaa38a35813f966284305eeecd5 | [] | no_license | 15831944/DevTools | d07897dd7a36afa6d287cac72a54589da15f968d | 50723004dc9c705e8f095d6f503beeb4096e4987 | refs/heads/master | 2022-11-21T05:41:56.927474 | 2020-07-24T12:30:59 | 2020-07-24T12:30:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,180 | h | #ifndef GdiCoords_h
#define GdiCoords_h
#pragma once
#include "ui_fwd.h"
namespace ui
{
inline CPoint MaxPoint( const POINT& left, const POINT& right ) { return CPoint( std::max( left.x, right.x ), std::max( left.y, right.y ) ); }
inline CPoint MinPoint( const POINT& left, const POINT& right ) { return CPoint( std... | [
"phc.2nd@gmail.com"
] | phc.2nd@gmail.com |
0d54022a2bbb47e8d934105ce25c81d71b83ab56 | 0b86923a757c16333d53f7d0e6f1ba9dd4e15553 | /Source/Pot/Model/Submesh.h | 0aaa271b926f3f522423377040fc1c53e4d3876e | [] | no_license | KanayaMaki/CPot | f302688d73c29a77bd93778567c3bbe941f052ea | 60d690471cde22fa735bb5fb627f46bd4dc6c419 | refs/heads/master | 2021-09-14T01:36:02.553433 | 2018-02-14T06:51:27 | 2018-02-14T06:51:27 | 109,659,404 | 0 | 0 | null | 2017-12-10T17:34:26 | 2017-11-06T07:04:30 | C | UTF-8 | C++ | false | false | 181 | h | #pragma once
#include "./Pot/Atom/atom.h"
namespace cpot {
template <typename MaterialType>
struct Submesh {
u32 indexCount;
u32 indexStartCount;
MaterialType material;
};
}
| [
"chlminami64@gmail.com"
] | chlminami64@gmail.com |
5f863d4c733fb6b5536fb836f93ddf04f9097eed | 8571e954058c35894d334bb5325c579419475a6c | /chrome/browser/ui/webui/memories/memories_handler.cc | a043f7d98f7351609e226fdb1222abc40d1534ac | [
"BSD-3-Clause"
] | permissive | SHITIZ-AGGARWAL/chromium | a6a3c88715f4e78bae922fdb78e28f46980cd3d3 | 94b656d5d3a9fd41f5cfc240efa7a8494a3c128f | refs/heads/main | 2023-03-24T13:13:24.992693 | 2021-04-14T13:31:09 | 2021-04-14T13:31:09 | 357,918,068 | 0 | 1 | BSD-3-Clause | 2021-04-14T13:37:51 | 2021-04-14T13:37:51 | null | UTF-8 | C++ | false | false | 11,515 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/memories/memories_handler.h"
#include <algorithm>
#include <utility>
#include <vector>
#include "chrome/browser/histor... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
779bb3f009dbded75c6e1bb119b01dbeb566e680 | af278a0a4521a1b7373d27cfc81f26c1c41d8b44 | /framework/archive/QEArchiveManager.cpp | 6518bfad0ec22595dc959ae4b2ae960b8068e9b1 | [] | no_license | TDControlsGroup/CLARA_RGA | 0cb90a130c5d64d75a263ae517b5f43f4ff6d06f | 31c92e97e3037f60f7bd1551979ca1771c3ee437 | refs/heads/master | 2021-01-13T05:20:24.894596 | 2017-03-27T16:42:42 | 2017-03-27T16:42:42 | 81,346,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,823 | cpp | /* QEArchiveManager.cpp
*
* This file is part of the EPICS QT Framework, initially developed at the
* Australian Synchrotron.
*
* The EPICS QT Framework is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License as published
* by the Free Software ... | [
"rorydog1@gmail.com"
] | rorydog1@gmail.com |
1b1a4b53ed4904b777195cac0865e015847274e9 | 16987ebfd020e6dde64c82a998df5dcc05dac35d | /DS_LAB/Day1/002TestStack.cpp | 6e4a95bd14cf2b4e4035cf01a52e62628ae082a4 | [] | no_license | B-Nishant/CdacActsAssignment | c31a5338048a4cdd4f5ff07d32923a2eba0f2435 | cb863d74344f1755710eb1212202d4edb63892c3 | refs/heads/master | 2021-10-12T04:18:25.354227 | 2019-02-01T19:44:15 | 2019-02-01T19:44:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,106 | cpp | #include<iostream>
using namespace std;
class StackException:public exception
{
public:
StackException(char *expMsg):exception(expMsg)
{
}
};
template<int size>
class StackBase
{
protected:
int top;
StackBase():top(-1)
{
}
bool IsEmpty()
{
return top==-1;
}
bool IsFull()
{
retu... | [
"noreply@github.com"
] | noreply@github.com |
85837c620ef69825442a62ddff7af095aa0e3170 | 13c3630445d73fb2703e5574b70942742f37fb89 | /Stable/CSCommon/Include/MBaseGameType.h | 9a39115a09989b81cb4070cb9deccf72077be5d4 | [] | no_license | NovaDV/Gunz1.5 | 8cb660462c386f4c35d7f5198e614a29d5276547 | 97e7bc51fd082e37f3de0f02c5e2ce6c33530c50 | refs/heads/main | 2023-06-14T15:41:07.759755 | 2021-07-11T18:25:07 | 2021-07-11T18:25:07 | 385,099,338 | 1 | 0 | null | 2021-07-12T02:10:18 | 2021-07-12T02:10:18 | null | UHC | C++ | false | false | 7,997 | h | #ifndef _MBASEGAMETYPE_H
#define _MBASEGAMETYPE_H
#include <crtdbg.h>
#include <map>
#include <set>
using namespace std;
/// 게임 타입
enum MMATCH_GAMETYPE {
MMATCH_GAMETYPE_DEATHMATCH_SOLO =0, ///< 개인 데쓰매치
MMATCH_GAMETYPE_DEATHMATCH_TEAM =1, ///< 팀 데쓰매치
MMATCH_GAMETYPE_GLADIATOR_SOLO =2, ///< 개인 글래디에이터
MMA... | [
"jduncan0392@gmail.com"
] | jduncan0392@gmail.com |
36717b93846a83aa7c8ceae330be1e4741f91cb5 | fe42b7b833f55d153b2d5014a1da44f8b73a403c | /5492_2019Robot/src/main/cpp/commands/DeadLift.cpp | 204c39e4f47cb644455a99146c2e4c1b158cc3dd | [] | no_license | WCR-FRC-2016/2019rep | 52fcfd4130b58061c69c4353a8f05d1139f06ec9 | 9da87b1ed2af5143612f9eb6d674753c29f27112 | refs/heads/master | 2020-04-16T00:40:01.484564 | 2019-03-26T23:01:25 | 2019-03-26T23:01:25 | 165,146,883 | 0 | 1 | null | 2019-03-23T19:05:45 | 2019-01-10T23:33:32 | C++ | UTF-8 | C++ | false | false | 2,158 | cpp | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"TempestSTorm7258@gmail.com"
] | TempestSTorm7258@gmail.com |
e3f74a4f3fbbbfea39df3bd7268c8f0f9a015ed2 | aff95ec4050bb261604d8fcacc2249ef20203760 | /OpenGlBack/OPENGL/Chapter01/MD3 File Loader/Main.cpp | e8179185923831cb1c85512d058076235bc5b6ad | [] | no_license | TwTravel/OpenGLRefCode | b82ee644259e27817a6451d8cbed494eec0fa265 | daa11168a098108a21ae9df9aa71b34b20fc09f0 | refs/heads/master | 2020-04-01T16:35:12.391700 | 2018-10-17T07:24:22 | 2018-10-17T07:24:22 | 153,388,135 | 1 | 1 | null | null | null | null | GB18030 | C++ | false | false | 3,028 | cpp | #pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "glu32.lib")
#pragma comment(lib, "glaux.lib")
#include "main.h"
#include "Md3.h"
bool g_bFullScreen = true;
HWND g_hWnd;
RECT g_rRect;
HDC g_hDC;
HGLRC g_hRC;
HINSTANCE g_hInstance; ... | [
"twtravel@126.com"
] | twtravel@126.com |
d6bac8ca9f486b80cb635f379001c2d5046440ea | 56aa9564888e62b52bdf2ff06468b96c3632bb92 | /medium/769 Max Chunks To Make Sorted/web_test/main.cpp | 49f2c2e3baa5e0fa6f35fe6c88f33574093c071c | [] | no_license | slowstone/leetcode | 1d0a5926704e04a91068efa7ad2ee79bcb617930 | ccbfa19c9521abb6a99d4956ea3c4fda428e017e | refs/heads/master | 2021-05-01T11:38:48.771902 | 2019-08-13T04:45:09 | 2019-08-13T04:45:09 | 121,125,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | cpp | #include <iostream>
#include <vector>
#include <sstream>
#include <algorithm>
using namespace std;
class Solution {
public:
int maxChunksToSorted(vector<int>& arr) {
int ret = 0, imax = 0;
for(int i = 0; i < arr.size(); ++i){
if(imax < arr[i]) imax = arr[i];
if(imax == i) ++... | [
"498436005@qq.com"
] | 498436005@qq.com |
d30d0cf386ff7166867839c383ebc2a17c264605 | 49cd5b923560b3258bdc4bddf183a89d847bd3ff | /test/common/protobuf/value_util_fuzz_test.cc | fec766f9e505f18c5c6be23eb7f44f476671d85d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | envoyproxy/envoy-wasm | 4b12c109387594122915dcc8de36bf5958eba95b | ab5d9381fdf92a1efa0b87cff80036b5b3e81198 | refs/heads/master | 2023-08-01T12:38:34.269641 | 2020-10-09T18:27:33 | 2020-10-09T18:27:33 | 185,880,979 | 223 | 96 | Apache-2.0 | 2020-12-15T18:56:39 | 2019-05-09T22:37:07 | C++ | UTF-8 | C++ | false | false | 241 | cc | #include "common/protobuf/utility.h"
#include "test/fuzz/fuzz_runner.h"
namespace Envoy {
namespace Fuzz {
DEFINE_PROTO_FUZZER(const ProtobufWkt::Value& input) { ValueUtil::equal(input, input); }
} // namespace Fuzz
} // namespace Envoy
| [
"noreply@github.com"
] | noreply@github.com |
c67731bad7b4669855dd7c9714cb51559e14c575 | ae01bf4d128384d158f6c60f342a6a1b0a32fc29 | /Q1018/main.cpp | a6929a8d503cdb66d71af43bc6456be811f7583d | [] | no_license | AliTaheriNastooh/LightOJ_Problem | 17809cecea225c1c75ba77e4037d1d43172f1d61 | 7f0e62c92a6040c985dcb2d0663e6abd0d3c8000 | refs/heads/master | 2021-04-29T12:07:56.615461 | 2018-02-16T07:15:49 | 2018-02-16T07:15:49 | 121,723,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,666 | cpp |
#include <iostream>
#include <vector>
#include <cstring>
#define mymax 666
using namespace std;
int his[20][20];
/*
*
solution one ----> time limit
*/
vector <pair<int ,int > > arr;
int end1;
int h[(1<<20)];
int rec(int bm){
//cout<<"bit"<<bm<<endl;
if(bm==end1){
return 0;
}
if(h[bm]!= -1... | [
"ali.taherinastooh@gmail.com"
] | ali.taherinastooh@gmail.com |
47fcd1d62b5cd6135d615a51ea779262fc7c8948 | fafece28b618900b3a02a01787331325900c595f | /include/GLUtils/FBO.hpp | c01c858d7bc2b46a0a2bca8b7ecbf51d03ff1c75 | [] | no_license | Hurlevent/PG6200-Assignment-4 | 18d7370c8cf0a8ab70885d542f1ebb11f060adbf | e2cd09a38f7f1a1214fb1a97434382686ab53ff7 | refs/heads/master | 2021-01-12T02:48:56.336987 | 2017-01-05T12:21:26 | 2017-01-05T12:21:26 | 78,110,167 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | hpp | #ifndef _FBO_HPP_
#define _FBO_HPP_
#include "GLutils/GLUtils.hpp"
// LearnOpengl.com is a nice resource
namespace GLUtils {
class FBO
{
public:
FBO(unsigned int width, unsigned int height) : m_width(width), m_height(height)
{
glGenTextures(1, &m_texture);
glActiveTexture(GL_TEXTURE0);
glBindText... | [
"Olivereftevaag@gmail.com"
] | Olivereftevaag@gmail.com |
c9b5dcc1e3a9d43da3294705379c6fe25ea51de0 | ef633b4a66ace856e9a0ac126983eeffb7fe0658 | /main.cpp | b9b207aacc4a80fdc69cf38f9e5b66307ce5d5b6 | [] | no_license | aflyingwolf/TinyWebServer | 246178f3754d45fdceccbd9333b80e56550f222e | b1ebe829a89080545e795918b4bb413605bfea78 | refs/heads/master | 2022-07-01T19:50:14.390337 | 2020-05-10T00:36:00 | 2020-05-10T00:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cpp | #include "config.h"
int main(int argc, char *argv[])
{
//需要修改的数据库信息,登录名,密码,库名
string user = "root";
string passwd = "root";
string databasename = "yourdb";
//命令行解析
Config config;
config.parse_arg(argc, argv);
WebServer server;
//初始化
server.init(config.PORT, user, passwd, data... | [
"1532979219@qq.com"
] | 1532979219@qq.com |
329f177cb4728e1706ea60321bcb53f885081106 | 42c62082d6d1d0871067f43c1fa1608d38fdbfc1 | /Test_Suite_0/TS001/tc001_01.cpp | dcf7b8e21b33bbbbfab66c3496ffa5c2d922b0eb | [] | no_license | B1kon/jenkins | 70679264b9d983d7317b0ad303ffbca343b04ecc | 3a629bd4bd922fd4347d871cfcf2911e7ca6e748 | refs/heads/master | 2023-03-21T16:34:33.970925 | 2021-03-04T09:16:02 | 2021-03-04T09:16:02 | 324,006,535 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052 | cpp | /*
Реализация тестового набора для БЗО МС12705
*/
#include <common_mc12705_tc.h>
int main() {
const char *ASSERTION="If PL_GetVersion returns PL_OK, the value >0\n"\
"was written by at least into one reference version _*";
const char *TC="001_01";
char fnd [256];
char exp [256];
int res;
... | [
"biva00@mail.ru"
] | biva00@mail.ru |
47bba1ccc1898eb4caf9758707c50bab5ac12818 | 229f3fb7f27585c840e42a45812cde1e7a2388b3 | /queueImp.cpp | bfd08448e378a9c47d66b71d8ee821857198084e | [] | no_license | wtligit/Classical-Algorithm | b4f247f265b8ae7dcc35ab0f84a239fa8653f50e | 52447ac4bf88711602996bed557880aa34f507c0 | refs/heads/master | 2021-04-09T14:14:31.592815 | 2018-03-18T07:49:53 | 2018-03-18T07:49:53 | 125,478,726 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,521 | cpp | #include<iostream>
#include<stdio.h>
using namespace std;
template <class Type>
struct queueItem {
Type value;
queueItem<Type>* next;
/*
myClass()=delete;//表示删除默认构造函数
myClass()=default;//表示默认存在构造函数
*/
queueItem() = default;
queueItem(Type t):value(t),next(NULL){}
};
template <class Type>
class ... | [
"noreply@github.com"
] | noreply@github.com |
4a86df86d111fc4a26c8c2228744c4a44d741758 | cd9c9f02657f31f632c87c0a836ff20237c64c27 | /src/tcp/socks5/Enums.hpp | 9c49eac04d9dea86a84ce40b630bde77532f038a | [
"BSD-3-Clause"
] | permissive | Jesse-V/OnioNS-common | 9bbe33889b5fc61d3bca4d33e842687355649169 | b47a0394bf487c41c85efd816b8221417badb148 | refs/heads/master | 2021-01-10T18:58:33.171479 | 2016-10-02T16:34:38 | 2016-10-02T16:34:38 | 38,468,483 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 868 | hpp |
#ifndef SOCKS5_ENUMS_HPP
#define SOCKS5_ENUMS_HPP
#include <cstdint>
namespace Socks5
{
enum class AddressType : uint8_t
{
IP_V4 = 0x01,
DOMAIN_NAME = 0x03,
IP_V6 = 0x04
};
enum class AuthMethod : uint8_t
{
NO_AUTHENTICATION = 0x00,
GSSAPI = 0x01,
USER_PASS = 0x02,
NO_METHODS = 0xff
};
enum class R... | [
"jvictors@jessevictors.com"
] | jvictors@jessevictors.com |
37325f05bc968a6bcc1178633eb6331a2ac80290 | 84a3adb95d4c3340c266fd9ec0d19000f362e11f | /Deadline 24/2016/B/main.cpp | 9cf8b0bda9532c6f79b25dec003e82feb5140e87 | [] | no_license | lavandalia/work | 50b4b3eb4a63a5a0d0ab8ab4670d14ecb3d71293 | a591adfd2fd2ff0fa8c65dc5829a15bc8cc60245 | refs/heads/master | 2020-05-01T02:25:31.229379 | 2017-12-17T08:39:32 | 2017-12-17T08:39:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,147 | cpp | #include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
#include <set>
using namespace std;
class Graph {
public:
Graph(int size):
m_edges(size) {
}
void addEdge(int from, int to, int dist) {
m_edges[from].emplace_back(to, dist);
m_edges[to].emplace_back(fr... | [
"budau.adi@gmail.com"
] | budau.adi@gmail.com |
3ee9c18a5090ff5126bdb7ad9cf248dae6059a2b | 6a01c1d445804d22220f4039c037fe8d05da9909 | /Control/Control.cpp | 5e0c46de45e7d80ab53e4ace210c0e47d4430985 | [] | no_license | omrifin/SWGRAPHICS | b888c8a38248d9f3dd1a196738b7bb42061d2f6d | 58495399eca3051427fcaf2cbb6ac0c492165f9f | refs/heads/master | 2020-03-23T18:26:17.302935 | 2018-07-23T08:12:44 | 2018-07-23T08:12:44 | 141,908,612 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | cpp | #include "Control.h"
#include <cassert>
Control* Control::onFocus;
void Control::setForeground(const Color color) { forColor = color; }
void Control::setBackground(const Color color) { backcolor = color; }
void Control::setBorder(const BorderType type){
if (drawer) { delete drawer; }
switch (type){
case BorderT... | [
"omrifin1@hotmail.com"
] | omrifin1@hotmail.com |
3df5c8549488cd4cc77ebadbcbee3bc781a20fd6 | 04998fdc26c6b2ebabb5c0f1330a1095a5507a4f | /Algorithms and problems/Recursion/Print N-bit binary numbers having more 1’s than 0’s for any prefix.cpp | 24cc33cb528b7a7fb4f5f591b4203a9deb75be4b | [] | no_license | ashirbad29/ds-algo-Implementations-and-problems | 7a782dd7888122ed907a985c437fe3706fff3656 | 24427eda3d78ab3c69549562fabe072815bc0d34 | refs/heads/master | 2023-01-16T06:27:23.356625 | 2020-11-24T11:39:36 | 2020-11-24T11:39:36 | 289,301,147 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 621 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
using namespace std;
void generate(int input, int one, int zero, string output) {
if(input == 0) {
cout << output << " ";
return;
}
// we can print one no matter what
string op1 = output;
op1.push_back('1');
generate(input-1, one+1, zero, op1);
/... | [
"ashirbadbehera29@gmail.com"
] | ashirbadbehera29@gmail.com |
0ae9a5ceef154a0315197352eaafe26ab7cb2451 | 6bc978fc19c687fe00628e1f193d226de216bb72 | /sem3/OOPS/Roughwork/My programs/!st Sem/Lab 12_a/lab125.cpp | dc764cabe731948ea605c8f0b7ab3795ddc5a536 | [] | no_license | divsriv111/semester-programs | 2e3db0cd472676e934f158f54737b6745d6bd1ee | 9653bb52151092fb5461c79b6db9d0274553d631 | refs/heads/master | 2021-04-09T15:30:27.556371 | 2018-05-09T13:13:09 | 2018-05-09T13:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 379 | cpp | #include<stdio.h>
#include<conio.h>
#include<math.h>
int prime(int);
int main()
{
int a,b,c;
printf("Enter the number\n");
scanf("%d",&a);
c=prime(a);
if(c==1)
{
printf("Number is prime");
}
else
{
printf("Number is not prime");
}
getch();
return(0);
}
int prime(int x)
{
for(int i=2;i<=pow(x,(1/2))... | [
"greatdrs@gmail.com"
] | greatdrs@gmail.com |
b13fb935db526558a87c0ab0c0bcf8159af87cf0 | ed547de08b0a5709405fbddb41dcfa7f52458cf6 | /src/RESTAPICore/Router/RouteFragment.h | 6ae0959d4c551c13cc439f7ce1bdfbce020842dc | [
"MIT"
] | permissive | systelab/cpp-rest-api-core | d45d57a7e05b966b54b6e5c028d5b78deba1b914 | aa45c72a699171785b678f1c70dc9a9943948327 | refs/heads/master | 2022-03-10T17:37:42.363526 | 2022-02-08T15:27:50 | 2022-02-08T15:27:50 | 192,186,320 | 39 | 12 | MIT | 2022-02-08T12:38:56 | 2019-06-16T12:05:27 | C++ | UTF-8 | C++ | false | false | 439 | h | #pragma once
#include <string>
namespace systelab { namespace rest_api_core {
class RouteFragment
{
public:
RouteFragment(const std::string& item);
virtual ~RouteFragment();
bool isStringParameter() const;
bool isNumericParameter() const;
std::string getValue() const;
bool match(const std::string& ... | [
"36737101+joaquimvila@users.noreply.github.com"
] | 36737101+joaquimvila@users.noreply.github.com |
74aeceec1045db2943861960f87cf1e48803ba19 | b0dd7779c225971e71ae12c1093dc75ed9889921 | /boost/date_time/special_defs.hpp | 018ae2e58d300e6e875ad918c0e85d7faf66988d | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 705 | hpp | #ifndef DATE_TIME_SPECIAL_DEFS_HPP__
#define DATE_TIME_SPECIAL_DEFS_HPP__
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* ... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
f790262deebcc2e8b6b34d1f56fe8cdd741164c0 | 08fae5bd7f16809b84cf6463693732f2308ab4da | /ETS/Components/MM/EtsMmStockHedge/MmShOptColl.h | 47d5b50352e45a407c2197f7fefa33eb88dac1cb | [] | no_license | psallandre/IVRM | a7738c31534e1bbff32ded5cfc7330c52b378f19 | 5a674d10caba23b126e9bcea982dee30eee72ee1 | refs/heads/master | 2021-01-21T03:22:33.658311 | 2014-09-24T11:47:10 | 2014-09-24T11:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,097 | h | // MmShOptColl.h : Declaration of the CMmShOptColl
#pragma once
#include "resource.h" // main symbols
#include "EtsMmStockHedge.h"
#include "MmShOptAtom.h"
_COM_SMARTPTR_TYPEDEF(IMmShOptColl, IID_IMmShOptColl);
typedef IDispatchImpl<IMmShOptColl, &IID_IMmShOptColl, &LIBID_EtsMmStockHedgeLib> IMmShOptCollDi... | [
"alex2172@gmail.com"
] | alex2172@gmail.com |
4cda2512688e9ece75d8382aad4b6c0c77bdaea6 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/rsync/gumtree/rsync_patch_hunk_530.cpp | 3716a521434d3de1bc57dd01dbfbaf0fc11b7df2 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cpp | if (!file->basename) out_of_memory("receive_file_entry 1");
file->flags = flags;
file->length = read_longint(f);
file->modtime = (flags & SAME_TIME) ? last_time : (time_t)read_int(f);
- file->mode = (flags & SAME_MODE) ? last_mode : (mode_t)read_int(f);
+ file->mode = (flags & SAME_MODE) ? last_mode : from_... | [
"993273596@qq.com"
] | 993273596@qq.com |
21952733fb0cd10a4ca01a556df70b53a26ec040 | 90047daeb462598a924d76ddf4288e832e86417c | /components/content_settings/core/test/content_settings_mock_provider.cc | e384282e7d8a4e71e55e080890c3b778e184b896 | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 1,373 | cc | // Copyright (c) 2011 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 "components/content_settings/core/test/content_settings_mock_provider.h"
#include "components/content_settings/core/browser/content_settings_... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
6ea56801d10417a7c7fd3a14416bbdf427190358 | 5b1777a6f04d432819e9411b92ce6cc17ee36ccf | /Pong/IntPoint.cpp | c51d31eb740be2eca3347ddbe18d43c21939b149 | [] | no_license | Stringer18/Pong | eae8a0c43fa9018396d3acf593c7b304dfd422f2 | 8ba6f21b10159081152234319abf3fba2297c5a1 | refs/heads/master | 2022-12-06T19:09:57.367599 | 2020-08-08T20:41:15 | 2020-08-08T20:41:15 | 278,723,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 252 | cpp | #include "IntPoint.h"
IntPoint::IntPoint( const int inputX /*= 0*/, const int inputY /*= 0*/ )
{ x = inputX; y = inputY; }
IntPoint IntPoint::plusPoint ( const int plusX, const int plusY )
{ return IntPoint( x + plusX, y + plusY ); }
| [
"litovchenko1991str@gmail.com"
] | litovchenko1991str@gmail.com |
65ca4ed204d07e26dae0d147fbd6a2039bfd7613 | a9ad2bc73324cdf48010e0ebfdad08c4eeea5bca | /AK/Format.h | ea2bd6edf7f36ea7a56d5723b8378a8fa1b82faa | [
"BSD-2-Clause"
] | permissive | asliturk/serenity | 8fa0489d3327789da8488de39058360c056bb49a | fc75421d50b2e149c9aa7d59f81b41178b192b34 | refs/heads/master | 2021-07-19T05:46:51.465569 | 2021-01-01T01:19:45 | 2021-01-01T01:19:45 | 223,545,030 | 1 | 0 | BSD-2-Clause | 2019-11-23T06:50:43 | 2019-11-23T06:50:42 | null | UTF-8 | C++ | false | false | 12,640 | h | /*
* Copyright (c) 2020, the SerenityOS developers.
* 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 |
e9c2ccd12871268f55628718fedd6be309f0d51e | 748b76984a6075f0a8ded835bdea509fe972db33 | /cpp/HomeWorks/homework2/Server/login.hh | b568c34d937c2254b7de7d1bcf1554ba99c45c3f | [] | no_license | joro2404/11_klas | 2710a27ba13476e5c1022fd65904f17929878dbb | b0bc6b6a5f17e07817d7bf09e2082ea52fc4debe | refs/heads/master | 2022-10-25T01:10:07.593453 | 2020-06-15T20:41:03 | 2020-06-15T20:41:03 | 224,643,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 187 | hh | #ifndef LOGIN_HH
#define LOGIN_HH
#include <string>
#include <vector>
#include "object.hh"
class login: public object {
public:
response* handleRequest(request* req);
};
#endif | [
"joro2404@abv.bg"
] | joro2404@abv.bg |
f0bc53c8d134bb480ba8cdff3828103524244106 | 93becb0e207e95d75dbb05c92c08c07402bcc492 | /codeforces/cr537/a.cpp | 96813d6c431d75c456ae4c89b542791ba07b9c0c | [] | no_license | veqcc/atcoder | 2c5f12e12704ca8eace9e2e1ec46a354f1ec71ed | cc3b30a818ba2f90c4d29c74b4d2231e8bca1903 | refs/heads/master | 2023-04-14T21:39:29.705256 | 2023-04-10T02:31:49 | 2023-04-10T02:31:49 | 136,691,016 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | #include <algorithm>
#include <iostream>
#include <iomanip>
#include <cstring>
#include <string>
#include <vector>
#include <queue>
#include <cmath>
#include <stack>
#include <set>
#include <map>
typedef long long ll;
typedef unsigned int uint;
using namespace std;
int main() {
cin.sync_with_stdio(false);
cin.... | [
"kambe3141@gmail.com"
] | kambe3141@gmail.com |
215bf9615de76b8947d034ad43eecf5fe0b0cc05 | b8e456ccaec34de84aaa5192fa30354b3c15de72 | /hightlight/g2o example/AlgoPlat_G2O.h | 122fd4d7d7a8a4eaf25f5caed74af3166257fa14 | [] | no_license | mgou123/code_snipe | 9a342b14da0716b4de04bebd7baad3c56e0f57cf | 952fad36de98c75a5d945a9189d48d330cc10a74 | refs/heads/master | 2021-10-09T11:39:07.319818 | 2018-12-27T08:00:04 | 2018-12-27T08:00:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 923 | h | #ifndef __AlgoPlat_G2O_H__
#define __AlgoPlat_G2O_H__
#include "AlgoPlat_Default.h"
namespace g2o{
class EdgeSE3ProjectXYZOnlyPose;
class EdgeSE3ProjectXYZ;
}
namespace chamo{
class AlgoPlat_G2O: public AlgoPlat_Default{
public:
//pose optimization, no outlier remove function, fix optimization ... | [
"Zili.Wang@ygomi.com"
] | Zili.Wang@ygomi.com |
60b35316d315866d36cca96eb3b33c5f8b5b3987 | 2e0a386ce035b5ab448b9f55c0e85abd68ee271b | /test/minus_eq_qq_test.cpp | 099370ea63f0ee1e366a396f995d5acd7df8ba56 | [
"BSL-1.0"
] | permissive | boostorg/qvm | c8f52a7d4919fb9b2cecb184ea8ee6b33805c3fa | fa272cb0b07ce85b5d8d53fb3dfade389e9cc4df | refs/heads/develop | 2023-08-31T09:35:07.262248 | 2023-06-06T19:48:59 | 2023-06-06T19:48:59 | 37,782,744 | 80 | 42 | BSL-1.0 | 2023-01-21T06:17:37 | 2015-06-20T19:23:29 | C++ | UTF-8 | C++ | false | false | 1,000 | cpp | // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifdef BOOST_QVM_TEST_SINGLE_HEADER
# include BOOST_QVM_TEST_SINGLE_HEADER
#else
# include <boos... | [
"emildotchevski@gmail.com"
] | emildotchevski@gmail.com |
0a15fa5c782380b08d77b919ae41e199cfeb5eb0 | cf4edc2a34c4627d45c47feeacf2acf079aa596f | /source/QAbstractExtensionManager.cpp | dcc059ca792c2855d0343499cd7731ae4dd1779a | [
"MIT"
] | permissive | diegopego/Qt4xHb | eeb7c3e33b570193469bfca47d7d1835c2efbc38 | 5f96614f794cc8392b4d97f7dcd80b2fbf46ab65 | refs/heads/master | 2021-01-09T05:55:50.167467 | 2017-02-01T22:44:30 | 2017-02-01T22:44:30 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,726 | cpp | /*
Qt4xHb - bibliotecas de ligação entre Harbour/xHarbour e Qt Framework 4
Copyright (C) 2012-2017 Marcos Antonio Gambeta <marcosgambeta@uol.com.br>
*/
#include <QAbstractExtensionManager>
#include "hbapi.h"
#include "hbapiitm.h"
#include "hbapierr.h"
#include "hbvm.h"
#include "hbstack.h"
#ifndef __XHARBOUR__... | [
"marcosgambeta@uol.com.br"
] | marcosgambeta@uol.com.br |
569e5c0dc8cd9d1063977dedce933ef8f3f95813 | 18d6de022fae6e7c2b1718c05b1293c612bc0705 | /dct_hls/solution1/.autopilot/db/dct.pragma.0.cpp.ap-line.CXX | b9a821b01cc891627f51e439f153952f6e584a26 | [] | no_license | bonjourdrs/Watermark-Huaweicloud | 71d51b22f9360fb8487806675930a8414433664b | 089f777b64464ae0baa8bc804ba18653f5aee073 | refs/heads/master | 2020-05-17T17:04:39.014171 | 2018-11-11T09:21:30 | 2018-11-11T09:21:30 | 183,839,053 | 1 | 0 | null | 2019-04-28T01:33:07 | 2019-04-28T01:33:06 | null | UTF-8 | C++ | false | false | 135,896 | cxx | #pragma line 1 "dct_hls/dct.cpp" ::: -10
#pragma line 1 "dct_hls/dct.cpp" 1 ::: -9
#pragma line 1 "<built-in>" 1 ::: -8
#pragma line 1 "<built-in>" 3 ::: -7
#pragma line 152 "<built-in>" 3 ::: -6
#pragma line 1 "<command line>" 1 ::: -5
#pragma line 1 "C:/Xilinx/Vivado/2017.4/common/technology/autopilot\\etc/autopilot_... | [
"cypmvp@163.com"
] | cypmvp@163.com |
9611aab446307b97deadca76c00dc1ee50eed35f | 456b86eb88f177c7e893ff8f38a68fc732f86767 | /include/systems/CarrySystem.hpp | f3467dce318591f5f15b5c6eb8a6bed68cb57436 | [
"MIT"
] | permissive | SgtCoDFish/obelisk | 29af6b350f875f1e4ac12536c5bb28fe59861de5 | 8ff736a720f2604c7990477791cb5a983271f66a | refs/heads/master | 2020-03-12T05:46:01.020814 | 2018-04-24T00:49:20 | 2018-04-24T00:49:20 | 130,470,636 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 443 | hpp | #ifndef OBELISK_CARRYSYSTEM_HPP
#define OBELISK_CARRYSYSTEM_HPP
#include <Ashley/systems/IteratingSystem.hpp>
namespace APG {
class InputManager;
}
namespace obelisk {
class CarrySystem final : public ashley::IteratingSystem {
public:
explicit CarrySystem(APG::InputManager *inputManager, int64_t priority);
void ... | [
"ashley_davis10419@hotmail.com"
] | ashley_davis10419@hotmail.com |
776e2c4528f8b3fcc637266e6b5705b8772a24cb | 77ee25aae73961b5abdb9d742dd29459b8816d41 | /cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.0.h | 71cc4dd3fdb39ed5c5c330247ac51ade39fda54c | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | ciaraspissed/nearby-connections | eabaff88177289d3b15274fc4ed2e745fe022802 | 233c5f533771c4004bac87a49cbc9f0137d80bfb | refs/heads/master | 2023-08-12T14:43:09.092255 | 2021-09-16T20:18:26 | 2021-09-16T20:19:03 | 407,859,947 | 2 | 0 | Apache-2.0 | 2021-09-18T12:54:05 | 2021-09-18T12:54:04 | null | UTF-8 | C++ | false | false | 51,273 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210825.3
#pragma once
#ifndef WINRT_Windows_ApplicationModel_Appointments_DataProvider_0_H
#define WINRT_Windows_ApplicationModel_Appointments_DataProvider_0_H
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Appointments
{
struct ... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
ba789f0d38dd42601a0e31b752db225f6e8624eb | 92754bb891a128687f3fbc48a312aded752b6bcd | /Algorithms/C++/160-Intersection_of_Two_Linked_Lists.cpp | 8d5265f7426bfb83f33f5bc7b4864b9a21524099 | [] | no_license | daidai21/Leetcode | ddecaf0ffbc66604a464c3c9751f35f3abe5e7e5 | eb726b3411ed11e2bd00fee02dc41b77f35f2632 | refs/heads/master | 2023-03-24T21:13:31.128127 | 2023-03-08T16:11:43 | 2023-03-08T16:11:43 | 167,968,602 | 8 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 730 | cpp | // Runtime: 48 ms, faster than 81.21% of C++ online submissions for Intersection of Two Linked Lists.
// Memory Usage: 16.8 MB, less than 81.48% of C++ online submissions for Intersection of Two Linked Lists.
/**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
*... | [
"728634974@qq.com"
] | 728634974@qq.com |
c258ff5debd73a913d95710d1e4eeaf9e8b93cb9 | f5d45b9c8c2c4ee6f444374f61d0608df6b6bba1 | /detectors/recoil/simple/KoaRecTimeJitterPar.h | e2774a8a615abe641b4f7886457794c84731fc65 | [] | no_license | KoalaGroup/KoalaSoft | 4c58ab9cd08948c216e2cc261e1459f562724521 | 05814dfa3746c8626f58b0474c82ce01a8682d2a | refs/heads/master | 2021-05-23T04:46:41.214318 | 2021-03-29T09:56:33 | 2021-03-29T09:56:33 | 81,461,953 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,612 | h | /********************************************************************************
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* *
* This software is distributed under the terms of the ... | [
"y.zhou@fz-juelich.de"
] | y.zhou@fz-juelich.de |
abd4faf2ed182a94b4ca7558ed603cd50da92b16 | 73221e5fa1241e161ce61973006c8036d2750b9d | /core/automotive/simulation/flowSimulator.cpp | 02876ecea7816772e6c78d8ebb7c051c4033ceef | [] | no_license | kv59piaoxue/ad-census-prototype | 054a6db5b880102c7fbab4fbc7e333c928055e8d | 1aadf09a0f3947785e1bd040edec45d2afcc3296 | refs/heads/master | 2021-04-14T00:44:02.957956 | 2016-08-12T09:55:05 | 2016-08-12T09:55:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,544 | cpp | /**
* \file flowSimulator.cpp
* \brief This is an implementation file to simulate flow caused by still standing objects and a moving
* vehicle.
*
* \date Feb 22, 2011
* \author alexander
*/
#include "flowSimulator.h"
#include "FCostFunction.h"
namespace corecvs {
FlowSimulator::FlowSimulator()
{
}
FlowSimulat... | [
"contact.aldrog@gmail.com"
] | contact.aldrog@gmail.com |
6bb4093c37f08219afcf40a679a20f59da4e9954 | 9ef778babfe3454bd612ed4c71813384226e8317 | /CannonFilter/JuceLibraryCode/JuceHeader.h | 145ef0b2c1afb299fdca2c29f2a25cf662db89a5 | [] | no_license | cannonball6/SeniorProject-Digital-Filter-VST | 5c1822794c4b62b0a97c391be92fdb7797813a3c | ab884f427aaaad02bada8c44211da5dbe411e9c0 | refs/heads/master | 2020-04-18T03:12:14.249745 | 2016-10-04T16:26:15 | 2016-10-04T16:26:15 | 67,653,371 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,703 | h | /*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This is the header file that your files should include in order to get all the
JUCE library headers. You should avoid including the JUCE headers directly in
... | [
"lindley.cannon@gmail.com"
] | lindley.cannon@gmail.com |
8eea337b98392625bdbdf6902a0bf725ab23d11e | 1cc50be9624e8194b53065cb5f02f5cb03cc4bc0 | /libraries/utilities/include/mcrl2/utilities/toolset_version_const.h | 2b8dcc9bb66272c81843b2e8ac34066378af6f4b | [
"BSL-1.0"
] | permissive | wiegerw/mackerel | 34376279b1e01d3ca84a722e1286c0aeaca975d9 | 15260c92ab35930398d6dfb34d31351b05101ca9 | refs/heads/master | 2021-09-27T05:11:10.523915 | 2021-09-24T13:21:59 | 2021-09-24T13:21:59 | 128,734,028 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 259 | h | #ifndef MCRL2_UTILITIES_TOOLSET_VERSION_CONST_H
#define MCRL2_UTILITIES_TOOLSET_VERSION_CONST_H
#include <string>
namespace mcrl2 {
namespace utilities {
const std::string MCRL2_VERSION = "2018.0";
}
}
#endif // MCRL2_UTILITIES_TOOLSET_VERSION_CONST_H
| [
"j.w.wesselink@tue.nl"
] | j.w.wesselink@tue.nl |
de6cfe7ee9531400d74f5faf82d82f2e731eff2a | 7d882b2b36318e2d236b65c19b0a1c9d59041abc | /Sourcecode/mxtest/api/FreezingRoundTrip.cpp | 030fdee129d7d1a99f246a72debe3dee11638b16 | [
"MIT"
] | permissive | RobinKa/MusicXML-Class-Library | 40755ef8c9bdea4edc43cc0f77fd7ee0e214d406 | 5beedceb126617c5959bc0b5b98e9dd14153c00f | refs/heads/master | 2020-05-05T10:48:12.877423 | 2019-04-07T12:15:53 | 2019-04-07T12:15:53 | 179,961,506 | 1 | 0 | null | 2019-04-07T12:13:59 | 2019-04-07T12:13:59 | null | UTF-8 | C++ | false | false | 12,849 | cpp | // MusicXML Class Library
// Copyright (c) by Matthew James Briggs
// Distributed under the MIT License
#include "mxtest/control/CompileControl.h"
#ifdef MX_COMPILE_API_TESTS
#include "cpul/cpulTestHarness.h"
#include "mxtest/file/MxFileRepository.h"
#include "mx/api/DocumentManager.h"
#include "mx/core/Document.h"
#... | [
"matthew.james.briggs@gmail.com"
] | matthew.james.briggs@gmail.com |
b0e5b949757df655a7cd26b1ee8d82bf1d56e873 | 562643394fa1fbcf7cafcb27abe2dcf53f389639 | /Cmds/reservationAcquire.cpp | 8eef97017db3d86f606c9a5b7ae39bf6221db661 | [
"Apache-2.0"
] | permissive | jli860/tnvme | 198e03508ba73e6714aa73d37ac073c22fee87f2 | 208943be96c0fe073ed97a7098c0b00a2776ebf9 | refs/heads/master | 2020-03-20T22:14:44.825157 | 2018-06-18T21:47:53 | 2018-06-18T21:47:53 | 137,787,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,946 | cpp | /*
* Copyright (c) 2011, Intel Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"andrew.d.knerr@intel.com"
] | andrew.d.knerr@intel.com |
0f14c4770060363d61fb194d9e4dd281147a5865 | e5fa05c04fe86c6889edb0d707fe922e691a3c34 | /Geom2d_Arc.h | fb1cb3ab51eb38914235efdd7b67066da3d918cb | [] | no_license | GuDuJian-J-Zhang/OCCTSketcher | d3e6180b9116ed0c072260360dc75ec16ddcdbfa | f0f2abc3e6eb592a69dff76cd6b47c9e76c98f68 | refs/heads/master | 2020-03-28T13:33:50.903909 | 2018-09-08T12:14:07 | 2018-09-08T12:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,717 | h | #ifndef Geom2d_Arc_H
#define Geom2d_Arc_H Geom2d_Arc_H
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif
#include <Standard_DefineHandle.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Ax2d.hxx>
#include <gp_Circ2d.hxx>
#include <Geom2d_Circ... | [
"futurecoming1@gmail.com"
] | futurecoming1@gmail.com |
77ad908080e2e7119750e46f15bbd3b52f322f2f | 3a2e86171ea25b05b552df5e99ff6a9658e195bd | /main.cpp | 028a2d868429c798717d15b8e8d5332db2ecb150 | [] | no_license | yayalatoure/NeuroMisil | 57a30f270a1df579379a74ff0028c3a3a3c9eae2 | 413ccb52154812ea883a6e87c8d8977cd90a38b1 | refs/heads/master | 2020-03-12T02:41:21.629451 | 2018-06-19T15:25:19 | 2018-06-19T15:25:19 | 130,408,779 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,373 | cpp | #include "stepdetection.h"
#include <QApplication>
#include <iostream>
#include <fstream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/video/tracking.hpp>
#include <opencv2/video/background_segm.hpp>
#include <opencv/cv.h>
#include <QR... | [
"eduardo.latorre.c@gmail.com"
] | eduardo.latorre.c@gmail.com |
be9311168c74f7060a4758e5a2bc87a972aacd4c | f0c72e77df916351858bffc6f6ace65cc3c7ec8e | /Userland/utmpupdate.cpp | 4b475fd342c75c9fc61f50f7b3a528a1c0f50132 | [
"BSD-2-Clause"
] | permissive | JacksiroKe/serenity | 9d9ae9aa241cc2de6c66b126e7a7a51b72271b5f | 0bcdb422a4f3c0f999933827557555feb1b25ae4 | refs/heads/master | 2022-12-28T10:23:59.642534 | 2020-10-18T00:23:12 | 2020-10-18T00:23:12 | 294,908,903 | 1 | 0 | BSD-2-Clause | 2020-10-18T00:23:13 | 2020-09-12T09:08:32 | null | UTF-8 | C++ | false | false | 3,824 | cpp | /*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
* 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, t... | [
"kling@serenityos.org"
] | kling@serenityos.org |
71f2c374140455a765a84042fa9d5dce9d4dace8 | 7c3ebb8252a3fa2b99c12e81ec36901942e1ef05 | /Temp/il2cppOutput/il2cppOutput/GenericMethods6.cpp | dd08f3f584c61ec2a9f740d442cac9feaf9bf2ba | [] | no_license | krasushim/ar_foundation_aufioreactivefacettogle | df5c1120f8771665cf426da85f83dde7e4eb704c | 8c007746db59c5c7025a4f6f7f27e96511f1bb7f | refs/heads/master | 2022-07-31T07:11:30.254166 | 2020-05-16T02:28:31 | 2020-05-16T02:28:31 | 264,338,737 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,527,021 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template ... | [
"formed9doppio@gmail.com"
] | formed9doppio@gmail.com |
285b1bd08ea9bd61055a5a7e2384a9b0c8d46216 | 1df72d91ba15695320045c68b2d45676fbd6b88b | /Elevator/mymainwindow.cpp | 441c8b26a460a62ddb9dbf69d71777a5e44fbe57 | [
"Apache-2.0"
] | permissive | YuhanLiui/Elevator | d057494cf3cd1fad0dbdc1017d6cb9b7c275cb24 | 44d76ffc751e1bbb2ce7cf36a03c0884fbb6143b | refs/heads/main | 2023-07-12T04:14:18.473125 | 2021-08-19T07:36:43 | 2021-08-19T07:36:43 | 397,854,894 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190,448 | cpp | #include "mymainwindow.h"
#include "ui_mymainwindow.h"
#include <iostream>
#include <stdlib.h>
#include <QDebug>
#include "elevator.h"
#include <QDateTime>
#include <QMessageBox>
#include <QTextStream>
#include <QDateTime>
#include <QFile>
myMainWindow::myMainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::my... | [
"1458799311@qq.com"
] | 1458799311@qq.com |
2604070961c2e01d0ecdd435047be66d70298f22 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/printscan/ui/uicommon/sysprops.cpp | 2023e79ab7ffd25f10c83474ccd3294027ca1eaf | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 9,488 | cpp | /*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998
*
* TITLE: sysprops.cpp
*
* VERSION: 1.0
*
* AUTHOR: ShaunIv
*
* DATE: 9/24/1999
*
* DESCRIPTION: Implementation of property sheet helpers. ... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
7f236960bf44cba005870f7711f53303114a43f4 | ac10d63bf38efe5a43517ca314878ed05e1c3871 | /차선 프로젝트/ComputerVision/Input_Mask.h | a2ef46d8536d6602b13af4b1a9f40b34a47144f8 | [] | no_license | ksinuk/computerVision | 662f1c8140c1146ab6bb9c3608c17dfe3f1a0cb9 | 883cd0c3555056ffde467e634476c04583c27d17 | refs/heads/master | 2020-07-24T15:12:53.922415 | 2019-09-12T05:13:00 | 2019-09-12T05:13:00 | 207,964,687 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 472 | h | #pragma once
// Input_Mask 대화 상자입니다.
class Input_Mask : public CDialogEx
{
DECLARE_DYNAMIC(Input_Mask)
public:
Input_Mask(CWnd* pParent = NULL); // 표준 생성자입니다.
virtual ~Input_Mask();
// 대화 상자 데이터입니다.
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_DIALOG1 };
#endif
protected:
virtual void DoDataExchange(CDataExchan... | [
"ghttttgu@naver.com"
] | ghttttgu@naver.com |
f39dd3aaf33a0bc2a10e9fd1949512529b78234c | c4c662b253ce9324e475adbf359252df64bdfead | /test_sum_of_n_matrices.cpp | b56441af5435601eb290cf0b8f94f8d179be8453 | [] | no_license | snbarko/cpp_test_programs | cd5150e95e6392c2605870de22471853e13ffc6b | ac79e3402bdef856abd1486fe4ab92e5fa149344 | refs/heads/master | 2021-06-13T19:47:28.291408 | 2021-02-18T06:30:55 | 2021-02-18T06:31:09 | 138,689,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,025 | cpp | #include <iostream>
#include <vector>
using namespace std;
class MyMatrix
{
public:
MyMatrix():row(0), column(0)
{
}
MyMatrix(int _row, int _column): row(_row), column(_column)
{
cout << "row " << row << " column " << column << " " << __LINE__ << endl;
if ((_row == 0) || (_column ... | [
"snehasish.banerjee@hpe.com"
] | snehasish.banerjee@hpe.com |
374efb2adf5bcc0d9e9f334cd6bafe05614076f4 | eb68fbeb9de5a08cdf1a843a7d11ac8a83686f58 | /_submissions/19UCS111_Jay Vanidani/DAY 1/PROBLEM 3.cpp | 1afb21e44c54b2742f86c6f598ce681108f89683 | [] | no_license | WinterSoldier13/snapCode | 9da541cc1aa8efeec0c8261109979e946d5809e9 | d01b8d5476f15593fd2f64ca3ea6e1f113ebc7f8 | refs/heads/main | 2023-05-27T22:36:19.055319 | 2021-06-11T09:14:09 | 2021-06-11T09:14:09 | 368,158,994 | 1 | 0 | null | 2021-05-17T11:21:53 | 2021-05-17T11:21:52 | null | UTF-8 | C++ | false | false | 566 | cpp | /*
DAY-1:
PROBLEM 3:MATRIX MEDIAN
LINK:https://www.interviewbit.com/problems/matrix-median/
*/
int Solution::findMedian(vector<vector<int> > &A)
{
vector<int> temp;
int a,b,n;
int result;
a=A.size();
b=A[0].size();
for(int i=0;i<a;i++)
{
for(int j=0;j<b;j++)
{
te... | [
"jayvanidani2001@gmail.com"
] | jayvanidani2001@gmail.com |
e6ab817af4daebf0f9caf8794994b7add094dac1 | 701ab75dcfcc6203a1a43b2a11fce1a973d3dddd | /src/ctransactionlock.cpp | 786a074b9116957819581d6638db4749ff584c0c | [
"MIT"
] | permissive | githubber/DigitalNote-2 | 831c10624c96fba9f3a7197d8bd5227a8d1dd26b | 75720ac399d9701871398b644dad50e69e454775 | refs/heads/master | 2023-08-25T15:02:48.137210 | 2021-10-19T11:10:33 | 2021-10-19T11:10:33 | 445,522,969 | 1 | 0 | MIT | 2022-01-07T13:02:20 | 2022-01-07T13:02:19 | null | UTF-8 | C++ | false | false | 1,576 | cpp | #include "compat.h"
#include "util.h"
#include "cconsensusvote.h"
#include "cmasternodeman.h"
#include "masternode_extern.h"
#include "blockparams.h"
#include "net/cnetaddr.h"
#include "version.h"
#include "ctransactionlock.h"
bool CTransactionLock::SignaturesValid()
{
for(CConsensusVote vote : vecConsensusVotes... | [
"admin@ludoruisch.nl"
] | admin@ludoruisch.nl |
a35524865e6d4c8c18af7b1ee38181cd3934efc7 | 192d42b6663ae3cf572563aea7e9e366213b561c | /pangram.cpp | be7eb54e959ab42f164e864ce2c0fa0a3fa7d77e | [] | no_license | cheapcoder007/competitve_programming_codes | 32df90b5df7c6c95ecc95c394ee7f71f3b4de039 | fc23816201cc65b9bf9b462717a98ec713dad761 | refs/heads/master | 2020-06-14T10:50:38.590470 | 2019-07-03T06:06:14 | 2019-07-03T06:06:14 | 194,986,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n, find1, find2, i;
cin >> n;
string str;
if(n < 26) {
cout << "NO" << endl;
return 0;
}
vector < int > visited[26];
cin >> str;
for(i = 65; i < 91; i++) {
... | [
"cheapcoder@predator"
] | cheapcoder@predator |
8cb6b9c10e0418dc37f76edbed138db76aadc83f | 5f218b1c5815ce577917cf65ef59ef5a778fa4ff | /Bab 2/belajar_tipedata.cpp | fbba1224df7781e3807e5212a3cedc70f5879441 | [] | no_license | MochHudda-TI-A-A2-1900106/UTS_DASAR_PEMROGRAMAN | a88e3f9a7d908316dc314c7697da97aab257bed9 | 4061de9c993c3a97b1a6dcf728adddcf68bb2370 | refs/heads/master | 2020-08-27T01:31:47.648808 | 2019-10-31T03:19:21 | 2019-10-31T03:19:21 | 217,205,971 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | cpp | #include <iostream>
using namespace std;
int main()
{
cout<<"==================================== \n";
cout<<" BELAJAR TIPEDATA \n";
cout<<"==================================== \n";
int x;
x = 100;
cout <<"Contoh Nilai Tipedata Bilanagan Bulat = " << x << endl;
double y... | [
"huddamoch21@gmail.com"
] | huddamoch21@gmail.com |
165df3bed77519b907b8d2f15a11998cfe75b836 | f7f3ec0482a3468085b230d11986ff8aa9253df3 | /soda_vmware_plugin_for_sra/source/sra/discover_arrays.h | a29838392481e39233e01fd74f8dcfd8a6baca3f | [] | no_license | Huawei/soda_vmware_plugin | 5e106b5ca5bccad13fe9d28c40faf05325c1622c | 026ae5b34ea10f17cd83da4755746949c8a73e89 | refs/heads/master | 2022-12-21T14:18:35.168015 | 2021-08-16T11:31:17 | 2021-08-16T11:31:17 | 199,126,762 | 3 | 3 | null | 2022-12-16T04:54:02 | 2019-07-27T06:36:48 | Java | UTF-8 | C++ | false | false | 1,170 | h | // Copyright 2019 The OpenSDS 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 t... | [
"chenxicqu@163.com"
] | chenxicqu@163.com |
22deac548781f711a3995e18f1785034c81db3e6 | a57811d53f8e7d0a5ffc49a28a56d944a3bed9cd | /App/Il2CppOutputProject/Source/il2cppOutput/Bulk_Generics_9.cpp | f877257e29bc7c8ca5d8f17bcf4d594c6b92101b | [] | no_license | eirikvaa/TPG4850-VR-Gruppe-1 | e28475fa82d509a084175d4a3adc3b7efa3428a6 | f344184cb775b8e0783114d57deb47d6d12bd087 | refs/heads/master | 2020-04-18T03:01:33.142503 | 2019-03-20T13:05:20 | 2019-03-20T13:05:20 | 167,184,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,528,329 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il... | [
"eirivaa@ntnu.no"
] | eirivaa@ntnu.no |
30061b97c0aaa092185ccb3d34eb7671c70bd99f | d8d7b24fe9a872039e9c1414a25405e4db8f69ca | /engine-jni/src/main/cpp/libengine-jni.cpp | c1ba5ccc30ecff0cc3f41d5392d4d5d0e1e8071a | [] | no_license | 4ntoine/JniBenchmarking | ffa64729acd34915c5fc97f9e7b70b9e18de6a5e | cf92ef508c146ae27fa60d890ba50592a5406a80 | refs/heads/master | 2023-02-17T05:04:42.589062 | 2021-01-19T10:36:23 | 2021-01-19T10:36:23 | 321,945,418 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,309 | cpp | /*
* This file is part of Adblock Plus <https://adblockplus.org/>,
* Copyright (C) 2006-present eyeo GmbH
*
* Adblock Plus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* Adblock Plus is ... | [
"a.smirnov@eyeo.com"
] | a.smirnov@eyeo.com |
16a4dd7e9e39cd7f6267bcede9b666f5bace5fa8 | 528ee918965777e76a6c19395c32bc82c816d061 | /2_курс/технологии_программирования/7/7-1.cpp | be410a112a78c6b32a999415c930711821153ccf | [] | no_license | sprnik/labs | 1e587aa8c4e616bf0e3a1ac762bdd6f3968f5b6a | b6a7e08907548d35f9a7bb39b27cca0d4c5b1400 | refs/heads/main | 2023-09-01T08:14:37.273044 | 2021-10-27T14:49:26 | 2021-10-27T14:49:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 849 | cpp | #include <iostream>
#include <algorithm>
#include <string>
#include <cctype>
/*
English alphabet:
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
*/
bool is_vowel(int j)
{
std::string vowels = "aeouiAEOUI";
return vowels.find(j) != std::string::npos;
}
bool is_consonant(int j)
{
std::string consona... | [
"45306973+mrgick@users.noreply.github.com"
] | 45306973+mrgick@users.noreply.github.com |
1f090dceea7991590be7e0df7b46caf20999ab08 | 8ccd168f6b5c5ac8fa52bd0c5f01362f8e6a78b4 | /VANET/AccessPoint.h | 6544b965a7dc1478b3c74db5f39bea59b87054da | [] | no_license | JustWhit/Net3VanetSim | 7a7b63536a8cd1226ad21efe77a8b68cdc9d8deb | 819d6923884a507300603cade05971cec494387f | refs/heads/master | 2020-05-19T02:52:49.326099 | 2019-05-03T16:49:19 | 2019-05-03T16:49:19 | 184,789,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | h | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: AccessPoint.h
* Author: ninjagaiden
*
* Created on April 10, 2019, 7:12 PM
*/
#ifndef ACCESSPOINT_H
#define ACCESS... | [
"noreply@github.com"
] | noreply@github.com |
eeca2c61b79d52238a2af13b895764c9823d1699 | 4581f3dac9941a4e67c74c7e735c6d0a6cb1d9e9 | /codeforces/checkPalindromeBinary.cpp | ac76c8abd6b0131df601968c52f5996837728c08 | [] | no_license | kc-karan/My-Competitive-Coding-Journey | 9cf9c6ec150975f05609b845aaa5a6e8a3f2d6d8 | a0e2139bfb7bf1b06695bc4ae8f6e61b41da13da | refs/heads/master | 2023-06-25T21:55:58.718647 | 2021-07-29T09:20:03 | 2021-07-29T09:20:03 | 390,666,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | cpp | #include<bits/stdc++.h>
using namespace std;
#define IO ios::sync_with_stdio(0); cin.tie(NULL)
#define MOD 1000000007
#define MAX 1000001
#define ll long long
#define nl cout << "\n"
#define mp make_pair
#define fi first
#define se second
#define dbg cout << "Debug...\n"
#define pr... | [
"kc02072000@gmail.com"
] | kc02072000@gmail.com |
e62756985cbf22e2c55abd2d099f58bc47896d40 | c5abcc4ea4d670cbf2322725caa54892ed041d5b | /solving problem/TC/604_Div2_250.cpp | 453c8e6753b7c43a2d2fecf7f6f9ce1176139998 | [] | no_license | sngvahmed/Problem | c2682f1b24ca61d090030a5e9fae55346c525b6e | b7dc0a8b94a054ce2e7f4e881c176277c5afda31 | refs/heads/master | 2020-04-06T04:01:36.419414 | 2015-03-10T20:29:22 | 2015-03-10T20:29:22 | 25,265,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp | #include <cstring>
#include <string.h>
#include <map>
#include <deque>
#include <queue>
#include <stack>
#include <sstream>
#include <bitset>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <fstream>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <algorithm>
#include <vector>
#include <... | [
"ahmednasser1993@gmail.com"
] | ahmednasser1993@gmail.com |
5dcfb6020b1ab3caaad57ecff9bd5461e675e96f | 613c31028032b6e0297e81582c59dcdeae02b2b4 | /Static Initialization Fiasco/Dog.h | b79117d1639b5d4f0bed053a0a722d5aa18c7e60 | [] | no_license | CPPBeginnersPrograms/Advanced-C- | 39348c62d991fbd5bc1a37712695f35f6330f10a | 51226e0be336e09152d2146ab21a73eaec18d797 | refs/heads/master | 2021-06-22T09:12:49.394560 | 2019-09-15T01:06:30 | 2019-09-15T01:06:30 | 149,330,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | h | /*
* Dog.h
*
* Created on: Apr 18, 2019
* Author: raswantkoushikpeesapati
*/
#ifndef DOG_H_
#define DOG_H_
#include <iostream>
using namespace std;
class Dog {
std::string _name;
public:
Dog(char *name);
void bark();
virtual ~Dog();
};
#endif /* DOG_H_ */
| [
"rashwanth92@gmail.com"
] | rashwanth92@gmail.com |
33f3ad3dd2ba72d6b7619a29b4e0595a926946fd | f5072b04d62be4297f546535e2ca1ed26d800695 | /Core/Utils.cpp | 975bc3ef183138a79aefbbdf56467833438d2ab7 | [
"MIT"
] | permissive | jrouwe/RayCastTest | 1ea4cfb034556f6c2dcc2399d7176f98002cab80 | 6f16eef819bd13f7f7bf063b076dab7091b1886a | refs/heads/master | 2021-06-19T21:51:39.506924 | 2021-05-29T13:53:58 | 2021-05-29T13:53:58 | 209,984,894 | 8 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 748 | cpp | #include <pch.h> // IWYU pragma: keep
#include <fstream>
void FatalError(const char *inFMT, ...)
{
// Format the message
va_list list;
va_start(list, inFMT);
char buffer[1024];
vsprintf(buffer, inFMT, list);
// Throw exception
throw string(buffer);
}
// Read file contents
vector<uint8> ReadDat... | [
"jrouwe@gmail.com"
] | jrouwe@gmail.com |
f3543f07c0f951aa60c4a46235f7643342aa8153 | 523c62a9526f890bf36f1417d1eb264efb3aedf4 | /info_PE/stdafx.cpp | 45da75b5e061c6506a5ae181a906772470d4dca0 | [] | no_license | SeriousLab/info_PE | ea6fdc6c5d6743029e3fd3579be6f7f14950f5fb | f89c83bd786398bd7d7c880aae80fb5014dc6925 | refs/heads/master | 2021-01-01T15:40:45.958275 | 2015-07-29T09:50:35 | 2015-07-29T09:50:35 | 39,886,148 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 201 | cpp |
// stdafx.cpp : source file that includes just the standard includes
// info_PE.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"dominic.sirius@gmail.com"
] | dominic.sirius@gmail.com |
588c068d19ff123fd04ac064c1a571af0f5da438 | ccea7951928187a33fea8e756c96764a39459210 | /TTMedia/player/TTCodecControl.hpp | 5bb924fcce7c9a725935366927c6bcb1866d06e8 | [] | no_license | betallcoffee/TTMedia | 0f09b40481773e860a4d6b56bf2a878c58d58d71 | da4f6b53c1f4b140b9d47bd03dcf62dcf47a2ea6 | refs/heads/master | 2022-03-07T05:29:16.347940 | 2022-01-22T05:54:35 | 2022-01-22T05:54:35 | 147,061,963 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,526 | hpp | //
// TTCodecControl.hpp
// TTMedia
//
// Created by liang on 2/12/18.
// Copyright © 2018年 tina. All rights reserved.
//
#ifndef TTCodecControl_hpp
#define TTCodecControl_hpp
#include <memory>
#include "TTDef.h"
#include "TTQueue.hpp"
#include "TTFrame.hpp"
namespace TT {
class MessageLoop;
class Messa... | [
"liangliang0918@126.com"
] | liangliang0918@126.com |
f56a2110c11b40f3e617617637fae36363c16305 | a38b766bd3448e969301c9f86057288d62d24efe | /Projeto Instalacao Aquecimento/dp-voice-canvas/Il2CppOutputProject/Source/il2cppOutput/Il2CppComCallableWrappers0.cpp | 134f27721bd6d0f7b5e8dc2db76d31e0f7dd6920 | [] | no_license | lucascviveiros/Projeto-Instalacao-Aquecimento | 3d02a0568f56b46f6cafd6ee9428f1ad816980ae | 3571585919877b35e786411a87375b654a43820f | refs/heads/master | 2020-03-22T03:42:31.388462 | 2019-07-21T12:19:50 | 2019-07-21T12:19:50 | 139,447,649 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 24,558 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "vm/CachedCCWBase.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef ... | [
"lucasdicavalcanti@hotmail.com"
] | lucasdicavalcanti@hotmail.com |
a87f7db32c2a96ebbbf58001b7a72693a6fd2085 | 59179e4f655a40b421fa9aeda9c90736b8c11b1b | /compiler/.history/lab1/lexical_20210415003813.cpp | 8571bd50cbb43cf69eecdd4449b8d3cf4b952435 | [] | no_license | wjw136/course_designing_project | ccd39da420f0de22b39fa2fea032054f4cbe8bfd | 2614928bd779bc0d996857b123e2862836d81333 | refs/heads/master | 2023-06-04T12:52:40.501335 | 2021-06-17T13:19:23 | 2021-06-17T13:19:23 | 374,384,252 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,319 | cpp | #include <iostream>
#include <windows.h>
#include <string.h>
#include <queue>
#include <math.h>
#include "stdio.h"
#include <fstream>
#include <direct.h>
#include <map>
#define ll long long
#define inf 100000
#define clr1(a) memset(a, -1, sizeof(a))
#define clr(a) memset(a, 0, sizeof(a))
using namespace std;
//reserve... | [
"2831419633@qq.com"
] | 2831419633@qq.com |
0ba46848fca0f3abb8d59aeaf384cd9175310390 | cfa27073eadacfb581a0ce09d391272e2d764fc3 | /src/archon/core/test/test_buffered_text_file.cpp | c8257472a84b451c8f208da1d17e594b9060899b | [] | no_license | kspangsege/archon | e1b5cd2413cef95782ee8c8185be0086289fa318 | d8c323efd2d7914cc96d832a070f31168c4b847b | refs/heads/master | 2023-09-01T02:58:03.071535 | 2023-08-31T18:15:41 | 2023-08-31T19:50:37 | 15,814,007 | 2 | 0 | null | 2023-09-13T10:16:58 | 2014-01-11T00:41:43 | C++ | UTF-8 | C++ | false | false | 5,235 | cpp | // This file is part of the Archon project, a suite of C++ libraries.
//
// Copyright (C) 2020 Kristian Spangsege <kristian.spangsege@gmail.com>
//
// 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 Soft... | [
"kristian.spangsege@gmail.com"
] | kristian.spangsege@gmail.com |
1b082093953a636b62200a559cd106c1c51e368b | 0ad0e201676e9f884cf0cf3a940833de8a35f6ab | /Codeforces/Line Sweep/CF845-D2-C.cpp | 2bdac118f4da02e0bee975b6b3d19ca3f63c3436 | [] | no_license | MNTahhan/Competitive-Programming | e0e7b8a480b916d2c85798727c2a98b3003fd23f | dee74dc632b0fc18fb258519333b8cdfd3ca4e8c | refs/heads/master | 2021-10-28T05:16:33.689584 | 2019-04-22T09:41:42 | 2019-04-22T09:41:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,758 | cpp | /*
The idea: line sweep, consider event(l,r) as point(x,y), now at every point, insert its y in the active set, and pop the points that
have y value less than the current x, if at any point the active set size is more than 2, the answer is no.
*/
#define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#inc... | [
"noreply@github.com"
] | noreply@github.com |
6821a020f621549f97471d7951940bd8acda7a16 | 2782f4a72137213134b59fe069d4ab659d7c240f | /EarthProject/EarthProject/Model.h | 58512e8a7777b42ccd6a8147204f87442d0b16c4 | [] | no_license | lovenets/EarthProject | ac04935151f38929ac770fe3249bd9bde280922f | 4a879dbf18fd2f05b485b51f74de6f3b01977eff | refs/heads/master | 2020-03-21T09:01:54.410426 | 2016-08-22T12:59:16 | 2016-08-22T12:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,009 | h |
#ifndef MODEL_H
#define MODEL_H
#include "MLoader.h"
#include "d3dUtil.h"
#include "cVec.h"
#include "GeoSphere.h"
//***********************************************MODEL CLASS***************************************************
//Model class the impelents the data from my MLoader class tha includes all the ve... | [
"noreply@github.com"
] | noreply@github.com |
b1cd3f43ca25d04243441585dc1a5f48a1f60b0a | 9d6b4a4a8a99775fa99c241230dfa3aca78d2ca2 | /ConsecutiveFactors/main.cpp | 55f5843608714007eac1da9e87e6aa2421ebf87b | [] | no_license | W-David/pat-learn-cpp | 65c6510d896ea86efb25b7b43570533ebfd238c6 | 86aa735d416951a217d190e277ec8896b8905ee3 | refs/heads/master | 2020-12-15T20:52:04.154230 | 2020-03-03T15:03:42 | 2020-03-03T15:03:42 | 235,250,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 447 | cpp | #include <bits/stdc++.h>
using namespace std;
const int m = 100;
int main() {
int n;cin>>n;
int front{n},maxCnt{1};
for(int i = 2;i < m;i++){
int cnt{0};
for(int tp = n,start = i;tp % start == 0;tp = tp / start,start++) cnt++;
if(cnt > maxCnt){
maxCnt = cnt;
f... | [
"1776867536@qq.com"
] | 1776867536@qq.com |
c7c2578d21ce7a12b18bfac095c8a299d8d1218f | e0c2108654ccb5286534aef463052024ab664057 | /Develop/VC/app/Network/exam_iocpClient/stdafx.cpp | 27c6e388dd9413f6646da1fbb224f92897957735 | [] | no_license | folrang/Acorun | 56048b5d87c299bf49c8a6d1d420081d0143b550 | 4b660f0df93280b254157db26191d8714052236e | refs/heads/master | 2020-05-31T01:07:57.903405 | 2018-09-17T02:45:01 | 2018-09-17T02:45:01 | 29,652,918 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 294 | cpp | // stdafx.cpp : source file that includes just the standard includes
// exam_iocpClient.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"dede@nexon-red.com"
] | dede@nexon-red.com |
4f3aa9aa335ab5e3a873dd3646c90ff3b378fe89 | 880976c7d469f380d76286de6d834f727d9ed578 | /include/bufferInterface.h | 131a16bbfd1f5962795201483064395e9a57524f | [] | no_license | 276585877/struct2x | 2cd7c15d313e6051bab4fa71fb4c6a3a3c1d8a6e | f058c7e9eb3097febc8b611d5032a11c282f4781 | refs/heads/master | 2022-03-05T05:26:28.256980 | 2019-11-23T13:40:36 | 2019-11-23T13:40:36 | 260,838,708 | 1 | 0 | null | 2020-05-03T06:00:46 | 2020-05-03T06:00:45 | null | UTF-8 | C++ | false | false | 1,469 | h | #ifndef __BUFFER_INTERFACE_H__
#define __BUFFER_INTERFACE_H__
#include <cstdint>
#include <vector>
#include <string>
#include <assert.h>
class BufferInterface
{
public:
virtual ~BufferInterface(){}
virtual const char* data() const = 0;
virtual size_t size() const = 0;
virtual void setValue(bool valu... | [
"75133872@qq.com"
] | 75133872@qq.com |
9133dd2a3278d416e867ed4f9f3e4a7dbc0da32f | aff44c1ec539a92fb47d72de91d83de980e60e6c | /snippets/c++/priority_queues/ints/ints.cpp | 65645721f848b08948ffe72262a5e0d0842f417f | [] | no_license | KarlMcBride/code_noodling | 510b9a141597a51b6ce9476eb9e843c88bacb9b3 | dd9fec7c58b2a51084d8c73b372c3ba5549257e0 | refs/heads/master | 2023-04-18T06:14:15.753266 | 2021-04-25T20:18:11 | 2021-04-25T21:30:15 | 217,909,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,079 | cpp | #include <functional>
#include <queue>
#include <vector>
#include <iostream>
template<typename T> void print_queue(T& q)
{
while(!q.empty())
{
std::cout << q.top() << " ";
q.pop();
}
std::cout << '\n';
}
int main()
{
std::cout << "q1: default sort" << std::endl;
std::priority_q... | [
"karlmcbride1992@gmail.com"
] | karlmcbride1992@gmail.com |
039bf6fa606ce69e9b19feb437cfd5143dfdd7bf | 2ba0300a488f9a31c84f81df152d0840fbd6142d | /SQLite3 기본 사용/sqliteTest/sqliteTest/sqliteTestDlg.h | 4d77b7d2b6408be11de845d960b31bd05c790578 | [] | no_license | jess6117/StudyProgramming | f85f46fd23c119eec12e97084a3292e7fb82dde1 | f9a6238f21ba16c90f2a0c0057f0167ba4aa069b | refs/heads/master | 2020-03-11T09:03:40.576242 | 2018-03-18T10:30:23 | 2018-03-18T10:30:23 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 710 | h |
// sqliteTestDlg.h : 헤더 파일
//
#pragma once
#include "afxwin.h"
// CsqliteTestDlg 대화 상자
class CsqliteTestDlg : public CDialogEx
{
// 생성입니다.
public:
CsqliteTestDlg(CWnd* pParent = NULL); // 표준 생성자입니다.
void scanDB();
// 대화 상자 데이터입니다.
enum { IDD = IDD_SQLITETEST_DIALOG };
protected:
virtual void DoDataExchange(CD... | [
"ckj9014@gmail.com"
] | ckj9014@gmail.com |
f86e8874a1706cea01d52f88ce2eaf82d8df218c | dbd376d1ec5e44e7c08fd1bf41a83e07a8c49427 | /7.0/AVR rishav/rishav avr/Tachometer/Tachometer/uart.cpp | 5699ed87982ba4e01c2914852481baa1ce51bc2b | [] | no_license | sampada22/Atmel_Codes | cce8000f95c069230ecf4eb116ee0f58efcc1965 | c2cf71d849710e734aeca809ca4b769d015a490c | refs/heads/master | 2020-04-20T19:44:32.021223 | 2019-02-04T09:57:09 | 2019-02-04T09:57:09 | 169,057,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,935 | cpp |
/**************************************************************************
Title : Interrupt UART library with receive/transmit circular buffers
Author : Peter Fleury
Edited : Rishav Dhungel
DESCRIPTION:
An interrupt is generated when the UART has finished transmitting or
receiving a byte. Th... | [
"nepalisampada22@gmail.com"
] | nepalisampada22@gmail.com |
93c4c77e2e4d11ddfdab559e7f737c4e36b52c68 | e79d467952fe29add5456a2909b7358beb6a1028 | /Library/Form.hpp | b73d9b3271a9de604b067000793c464deb668865 | [] | no_license | olegoks/WinApiFormLibrary | 849ec200e59ee4170ee5cb0f4ffa5e79e9296199 | 4b89b126a14b5d0f2c23d3aa5076adc8c45106fd | refs/heads/master | 2023-04-11T00:16:31.252414 | 2021-04-24T20:04:36 | 2021-04-24T20:04:36 | 339,329,224 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,049 | hpp | #pragma once
#ifndef WINDOW_INTERFACE_HPP
#define WINDOW_INTERFACE_HPP
#include <windows.h>
#include <any>
#include "FormTypes.hpp"
class EXPIMP::std::any;
class EXPIMP Form{
private:
std::any impl_;
public:
explicit Form();
~Form()noexcept;
explicit Form(Form&& move_form)noexcept;
explicit Form(const Form&... | [
"oleg.oksenchuk@mail.ru"
] | oleg.oksenchuk@mail.ru |
591453370a64bf5359317f81cd3f0af13a165e77 | 0c4bd1b977cc714a8a6b2839f51c4247ecfd32b1 | /C++/mkl-dnn/src/cpu/jit_uni_eltwise.cpp | 39a8fb3239717c30b26112504df32db4a028d371 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | ishine/neuralLOGIC | 281d498b40159308815cee6327e6cf79c9426b16 | 3eb3b9980e7f7a7d87a77ef40b1794fb5137c459 | refs/heads/master | 2020-08-14T14:11:54.487922 | 2019-10-14T05:32:53 | 2019-10-14T05:32:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60,579 | cpp | /*******************************************************************************
* Copyright 2017-2019 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | [
"the.new.horizon@outlook.com"
] | the.new.horizon@outlook.com |
1c2bc942731fc87035c40d09a6fd18879d956d8d | 00f96238d7faa1501a1d88786191bf4a5f5d6f76 | /5_/f.cpp | d97576f890b6d848a55bfa45d7b653faee2c2ef7 | [] | no_license | nnikka/algorithms | ab2753de3995cf9e2e42f8c0e27b7d4633f384a0 | b2af321b5add4eb4c3a6530c8a9cfdcee8813528 | refs/heads/master | 2020-04-08T23:36:13.453472 | 2019-01-25T10:22:42 | 2019-01-25T10:22:42 | 159,832,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,607 | cpp | #include<iostream>
#include<list>
#include<stdlib.h>
#include <iostream>
#include <string.h>
#include <map>
#include <algorithm>
#include <math.h>
#include <vector>
#include <set>
#include <bits/stdc++.h>
#include <cmath>
using namespace std;
int results[1000000];
int savedResults[27];
int savedResultsPos[27];
... | [
"nikakhurashvili@gmail.com"
] | nikakhurashvili@gmail.com |
2290ca998a19d9cf9600b4067510b6eaf8978966 | 0e030c3a743f314a64ae66d04758975fc3664470 | /dogbreeds_co_uk/dogbreeds_co_uk.h | 128e3c72079722c8f2cf9328a7a1a48671c96edd | [] | no_license | pddthinh/WebDataExtractor | a844e721e4a1a8ccd3c5ca64c97ef04956d8ebe6 | b1f0c2e4714304821dc5ae900fc6346cf5eda880 | refs/heads/master | 2020-03-07T08:58:42.043730 | 2020-01-18T09:28:01 | 2020-01-18T09:28:01 | 127,394,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | #ifndef dogbreeds_co_uk_H
#define dogbreeds_co_uk_H
#include "WDEInclude.h"
#include <QDebug>
#include <QWebElement>
#include <QWebElementCollection>
using namespace nsBaseWebEngine;
class dogbreeds_co_uk : public BaseWebEngine
{
Q_OBJECT
public:
dogbreeds_co_uk(QWidget *apParent = 0);
protected:
void doStart(... | [
"phandangduythinh@gmail.com"
] | phandangduythinh@gmail.com |
ccb86ac54792e60d52f54eaa349790077d6449dc | ec972953eee08d16fe54e22f88d7086c8d944b85 | /laba6/mycontroller.h | 9e6e70905acb722f94f61275313f20852b3b35fb | [] | no_license | moskovets/comp_graphic | 0332d1769d3815901deb0f7f4772f81b757f53f6 | a4b3941e306e555b9668ace3a54ed86701ce120c | refs/heads/master | 2020-05-27T20:23:13.991985 | 2017-06-06T18:07:05 | 2017-06-06T18:07:05 | 82,571,028 | 4 | 2 | null | 2017-04-06T17:35:42 | 2017-02-20T15:09:54 | C++ | UTF-8 | C++ | false | false | 1,650 | h | #ifndef MYCONTROLLER_H
#define MYCONTROLLER_H
//#include "my_scene.h"
//#include "CImage.h"
#include <QWidget>
#include <QtGui>
#include <QErrorMessage>
#include <QString>
#include <QStringList>
#include <QLineEdit>
#include <QGraphicsScene>
#include <string>
#include <stdio.h>
#include <vector>
#include <paintscen... | [
"moskovets2009@yandex.ru"
] | moskovets2009@yandex.ru |
eda640dbacf4d445b4af82955f802995893cc6be | 7264c1083d93e654a8953d377a73ce3d28af41fb | /Source/Server Side/GameServer/DirPath.h | 70edcca193a38a79f0e617b244360a7d16e1f481 | [] | no_license | samik3k/Mu-GS-Webzen-MC-10093 | 8ae88d0aae232513bfff22d72ec6ba6d1973f35d | d07c0ca7010dedf7bf36447c1a3fb55389bbba9a | refs/heads/master | 2022-12-26T06:07:30.079269 | 2020-10-05T09:55:11 | 2020-10-05T09:55:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | h | // DirPath.h: interface for the CDirPath class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIRPATH_H__542CAD2B_73AA_479B_8D1E_5E970A4E8D65__INCLUDED_)
#define AFX_DIRPATH_H__542CAD2B_73AA_479B_8D1E_5E970A4E8D65__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_... | [
"ptr0x@live.com"
] | ptr0x@live.com |
a15639620f768da7a302bc77b91f6bb18e4a1143 | 62512c4b3311d0560db665a7bcea11c6d1de418b | /DCSService.h | e1b5714e35246a450d5c16b3919e73a85b69536a | [] | no_license | whf710919/CPLUS | eb56a143f5b9eb187eea3696d970a972d983c307 | 962bfa801cd964e1a27ddd11bf2052e78f569376 | refs/heads/master | 2021-05-07T05:01:55.891904 | 2017-11-20T10:14:41 | 2017-11-20T10:14:41 | 111,381,515 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,739 | h | #ifndef HFS_DCSSERVICE_H_
#define HFS_DCSSERVICE_H_
#include "ServiceBase.h"
#include "HandleBase.h"
#include "MustExec.h"
#ifdef HFS_KFS
#include "KFSBase.h"
#endif
#ifdef HFS_KDFS
#include "KFSBase.h"
#endif
#ifdef HFS_HDFS
#include "HDFSBase.h"
#endif
class CDCSService:public CServiceBase
{
publi... | [
"noreply@github.com"
] | noreply@github.com |
dbe8778db3649a208dbd05f670fc8ab719c4c60a | b8decb615b310d0f9e2d9474c9a94115f1f47e8c | /OsiInterface/GameDefinitions/GameHelpers.cpp | b8b302d57d59986f2b480ef7afb3324bcef49bf8 | [
"MIT"
] | permissive | Geeice/ositools | 05f6957eb03ec7a8ce2fcb10291636ea4a49eaf2 | ec82183d9363cf6eda99e194147980a8dac8d68a | refs/heads/master | 2022-11-23T14:34:32.039798 | 2020-07-29T18:24:15 | 2020-07-29T18:24:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,281 | cpp | #include "stdafx.h"
#include <GameDefinitions/BaseTypes.h>
#include <GameDefinitions/Symbols.h>
#include <GameDefinitions/Enumerations.h>
#include <GameDefinitions/Ai.h>
#include "OsirisProxy.h"
#include <PropertyMaps.h>
namespace dse
{
StaticSymbols & GetStaticSymbols()
{
static auto sSymbols = new StaticSymbols... | [
"infernorb@gmail.com"
] | infernorb@gmail.com |
0b73ad9997ea6ac38c1e869a68e1846f46307b97 | 3ade55f81ee739a9ed9a347b1ac5a8d35e7aa349 | /main/triggerInput.ino | 405b2b592969ff8047e8fdcd7ca2d7633eb49b03 | [] | no_license | FinnsterB/uno-injection | c73d4f269556c001fefda42f1e3f58e96e7934bb | a505a3a298672e53104e791f6192c687c9b2ff89 | refs/heads/main | 2023-04-19T16:18:44.155619 | 2021-05-03T15:17:45 | 2021-05-03T15:17:45 | 361,175,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 754 | ino | const byte TRIGGER_PIN = 9;
//////////////////AMOUNT OF TEETH - MISSING TOOTH////////////////////
byte triggerType = 35;
boolean missingTooth = true;
int lastTimeBetweenPulses = 0;
byte lastTrigger = 0;
//////////////////////////FINE TUNE THIS/////////////////////////////
int checkMargin = 10
//////////////////////////... | [
"finnybrueren@gmail.com"
] | finnybrueren@gmail.com |
a3efbbc16d864fdf42cd01e8d0751a45927bc553 | 201c1ebc2ffe56a28c6840aceaca60e3375a4e63 | /src/drawers/triangle_drawer.cpp | 201efffe8b944aaab2180ba4b070e202b44404db | [] | no_license | Joytis/GlutDrawtime | a8df252fba7763ac150e51146107995100062e25 | 6857f1d8381a98733da550311967cbae8f92ced3 | refs/heads/master | 2021-05-09T14:39:50.605317 | 2018-01-29T21:18:29 | 2018-01-29T21:18:29 | 119,070,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,086 | cpp | #include "triangle_drawer.hpp"
#ifdef __APPLE__
#include <GLUT/glut.h>
#else
#include <GL/freeglut.h>
#endif
#include <iostream>
using states = triangle_drawer_states;
using std::get;
triangle_drawer::triangle_drawer()
: _fsm(states::no_points)
{
// Transitions for state system.
_fsm.add_transition(states::no_... | [
"clarkchambers94@gmail.com"
] | clarkchambers94@gmail.com |
df37165aa523bc638145bce0196eb62567f0a69d | ff868597e3b4aaa251cf27868b8e82ada5b8c492 | /GameEngine/physics/Collider.cpp | 66a280208484d34419744ab8cf57910432cfe0a4 | [] | no_license | pfs5/GameEngine | 9a3047206c2cf844a9b4d8de48784fe5052e5003 | bca1f583762f2897eea2c6dc7f50a43f516df559 | refs/heads/master | 2020-06-10T11:23:33.345156 | 2019-07-30T17:55:50 | 2019-07-30T17:55:50 | 75,968,445 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | cpp | #include "Collider.h"
#include "PhysicsEngine.h"
#include "../debug/Debug.h"
Collider::Collider(GameObject * _gameObject, sf::Vector2f _position, sf::Vector2f _size, int _id) :
m_id(_id), m_gameObject(_gameObject), m_position(_position), m_size(_size) {
// Init shape
m_shape.setOutlineColor(COLLIDER_COLOR);
m_sha... | [
"patrikfs5@gmail.com"
] | patrikfs5@gmail.com |
6953c8c048596983aa8eb028f941f351062697a8 | 092dd56a1bf9357466c05d0f5aedf240cec1a27b | /tests/libtests/bc/data/PointForceDataTet4.hh | f28c851526d4a9184040c122c6c1b730d18bbb5f | [
"MIT"
] | permissive | rwalkerlewis/pylith | cef02d5543e99a3e778a1c530967e6b5f1d5dcba | c5f872c6afff004a06311d36ac078133a30abd99 | refs/heads/main | 2023-08-24T18:27:30.877550 | 2023-06-21T22:03:01 | 2023-06-21T22:03:01 | 154,047,591 | 0 | 0 | MIT | 2018-10-21T20:05:59 | 2018-10-21T20:05:59 | null | UTF-8 | C++ | false | false | 2,134 | hh | // -*- C++ -*-
//
// ======================================================================
//
// Brad T. Aagaard, U.S. Geological Survey
// Charles A. Williams, GNS Science
// Matthew G. Knepley, University at Buffalo
//
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://... | [
"baagaard@usgs.gov"
] | baagaard@usgs.gov |
12223eb140b0181fddae885bd8dec82bf71bdbb0 | b8dabd95ac1376b04719957f9646666f4275f78c | /Discrete_Fourier_Transform/dft_8_precomputed/hls/solution1/syn/systemc/dft_fmul_32ns_32nfYi.h | 619048eeb088812e5a1e4c9ee15daf8ca82c71e2 | [] | no_license | Zenfendson/my_pp4fpgas_labs | 76a8266531d41521b7659c471e971cbe49e69465 | 479085b27de8a281f43f56becc2a7ef0568c7dff | refs/heads/main | 2023-04-09T19:55:59.959361 | 2021-04-12T02:35:32 | 2021-04-12T02:35:32 | 347,118,574 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | h | // ==============================================================
// Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC v2020.1 (64-bit)
// Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.
// ==============================================================
#ifndef __dft_fmul_32ns_32nfYi__HH__
#define __df... | [
"994836613@qq.com"
] | 994836613@qq.com |
de87f7bf726b55a559b7e1bae9ca8211ed26b2c9 | 800fe2a1d6f866bda83df608f07533b6bb6ca270 | /Temp/il2cppOutput/il2cppOutput/Il2CppCompilerCalculateTypeValues_10Table.cpp | b40a54caf8253dc2bfb90ee2c9473e50a2ce3651 | [] | no_license | kimactor/ARphotoViewer | 4ce98d2f927f8b3c1b7add19aa004a71d28e39fe | 446f5575a061aa93cdca86ddcdfddac3104d115b | refs/heads/master | 2020-12-08T16:46:43.180445 | 2018-03-05T01:09:23 | 2018-03-05T01:09:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304,465 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il... | [
"matthewhallberg@gmail.com"
] | matthewhallberg@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.