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
8a20a24764ce62d7881a0567dd08439a01bb7e38
25590fa39d365f8cf43d73114f24f9e9a28eb7e2
/Lecture-04 Codes/count_char_2.cpp
08b8ee5bc3baff6e83f64559b76286ca94ad110d
[]
no_license
coding-blocks-archives/Launchpad-LIVE-June-2017
767e89b7533967403d185f1064035352d19ef5b9
b501baaafdeebcca75854386e844099bf09dab49
refs/heads/master
2021-01-20T05:13:06.691930
2017-08-25T16:38:44
2017-08-25T16:38:44
101,419,477
1
6
null
null
null
null
UTF-8
C++
false
false
784
cpp
#include<iostream> using namespace std; int main(){ /// Read a string till $ doesnt come char ch; int digits=0,alpha=0,spaces=0,other=0; ///Read the first input character ch = cin.get(); ///Termination - $ while(ch!='$'){ if(ch>='0'&&ch<='9'){ digits++; } ...
[ "prateeknarang111@gmail.com" ]
prateeknarang111@gmail.com
f4e1deb141f37ecccfdfb178dfa38fb950ea8573
c075cfe521103977789d600b61ad05b605f4fb10
/div 231/ZAD_A.cpp
3f03174e2170dedc5fef0c618699794593f11709
[]
no_license
igoroogle/codeforces
dd3c99b6a5ceb19d7d9495b370d4b2ef8949f534
579cd1d2aa30a0b0b4cc61d104a02499c69ac152
refs/heads/master
2020-07-20T12:37:07.225539
2019-09-05T19:21:27
2019-09-05T19:35:26
206,639,451
0
0
null
null
null
null
UTF-8
C++
false
false
822
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; string s; int main() { int n, i, a = 0, b = 0, c = 0; cin >> s; n = s.length(); i = 0; while (s[i] != '+') { a++; i++; } i++; while (s[i] != '=') { b++; i++; } i++; w...
[ "160698qnigor98" ]
160698qnigor98
8e4201de96492868aa6a32058e1977e12560e038
00dafa658072a1d4cb00ef74e151291ae8a39773
/2d/Linux/include/rapidjson/internal/stack.h
e19e2b5b0ab44bbb89791b743cc791fc68149c50
[]
no_license
MenosGrandes/Magisterka
bef997ea3fad2e5f3b46e6c9d2869a14d2bbddb4
41ff3e5ce17c53362e7383dfb47a623c7f4096cf
refs/heads/master
2021-01-21T11:39:54.601295
2015-10-06T06:32:56
2015-10-06T06:32:56
38,577,027
0
0
null
null
null
null
UTF-8
C++
false
false
5,777
h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obta...
[ "kaczor201@o2.pl" ]
kaczor201@o2.pl
b3176918361d6464cad6e33f0797f99a6f246828
1a20961af3b03b46c109b09812143a7ef95c6caa
/Book/DX/DX9.Luna/BookICode/Book Part II Code/Chapter 3/D3DXCreate/d3dxcreate.cpp
b8ac5042ba2f4ac7f315a4c4197298aa9cfc6f9f
[]
no_license
JetAr/ZNginx
eff4ae2457b7b28115787d6af7a3098c121e8368
698b40085585d4190cf983f61b803ad23468cdef
refs/heads/master
2021-07-16T13:29:57.438175
2017-10-23T02:05:43
2017-10-23T02:05:43
26,522,265
3
1
null
null
null
null
UTF-8
C++
false
false
6,657
cpp
////////////////////////////////////////////////////////////////////////////////////////////////// // // File: d3dxcreate.cpp // // Author: Frank D. Luna (C) All Rights Reserved // // System: AMD Athlon 1800+ XP, 512 DDR, Geforce 3, Windows XP, MSVC++ 7.0 // // Desc: Renders several D3DX shapes in wireframe mode and h...
[ "126.org@gmail.com" ]
126.org@gmail.com
78d89fcda093f3f8ec82bb3eb7ac05f6bee0fe30
32480b903bb45c3c6d194e68f76773ff3abbd883
/inc/ewa_base/basic/system.h
b6143888db9eb92895dd16a0bc8a4100a1fad6dc
[ "Apache-2.0" ]
permissive
xuanya4202/ew_base
636b34300df887cde6b5ad32974f6ad1f6e784e9
e00073412c4da14500b15075fd0dd0c52d65ad4a
refs/heads/master
2021-01-16T20:53:09.671552
2016-06-28T06:15:10
2016-06-28T06:15:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,282
h
#ifndef __H_EW_BASIC_SYSTEM__ #define __H_EW_BASIC_SYSTEM__ #include "ewa_base/config.h" #include "ewa_base/basic/string_detail.h" #include "ewa_base/basic/string.h" #include "ewa_base/basic/stringbuffer.h" #include "ewa_base/basic/platform.h" #include "ewa_base/basic/bitflags.h" #include "ewa_base/basic/stream.h" #in...
[ "hanwd@eastfdtd.com" ]
hanwd@eastfdtd.com
89c9dbaccf92d1f45f5166602cb3f6fe5eeb5d41
028c80416394aebf537bcf44d7ee043ca4c4837d
/Engine/Tests/TestComponents/UniquePtr/UniquePtrTest.cpp
34695fe063ed40f850bddf06ff3524dbb2ebd3dd
[ "Zlib" ]
permissive
Matthew-Krueger/GEOGL
e1042a297b8a2bd0d72816e42612b63c54de05fd
aae6adbd3d9cfadb4fe65b961d018636e42ddecc
refs/heads/main
2023-09-05T20:04:24.899078
2021-11-05T13:35:57
2021-11-05T13:35:57
316,266,739
0
0
Zlib
2021-02-20T18:48:49
2020-11-26T15:15:47
C++
UTF-8
C++
false
false
8,249
cpp
/******************************************************************************* * Copyright (c) 2020 Matthew Krueger * * * * This software is provided 'as-is', without any express or implied ...
[ "contact@matthewkrueger.com" ]
contact@matthewkrueger.com
3912aa182835fbd99124ab32cd7179e289edc75f
2b7cefbcb2c3c393884f998bb1ca1b57badf8455
/addons/lsv/config.cpp
93630630237c475c35591042149631659ff1f3ca
[]
no_license
A3CN-CFOD/A3CN_Vehicles
3a6bafebe2c488db770ba5600955218a168c4ee0
7b4acfbdfbab92b11dee0c20be801c2073fd3ac5
refs/heads/master
2021-04-28T19:49:13.702634
2019-06-05T12:42:43
2019-06-05T12:42:43
121,905,127
0
0
null
null
null
null
UTF-8
C++
false
false
494
cpp
class CfgPatches { class A3_Soft_F_Exp_LSV_02 { addonRootClass="A3_Soft_F_Exp"; requiredAddons[]= { "A3_Soft_F_Exp","a3cn_vehicles_main" }; requiredVersion=0.1; units[]= { "A3CN_LSV_01_BLACK","A3CN_LSV_02_ADAX","A3CN_LSV_02_ATAK","A3CN_LSV_02_CASCAVEL","A3CN_LSV_02_EVEREST","A3CN_LSV_02_KAPPA","A...
[ "jonathan.pereira@gmail.com" ]
jonathan.pereira@gmail.com
de756c8fcaa45e87ea0477ec614f72998dc334dc
31910701e20b9fbfc484b0bf446d45aa7611050c
/firmware/obsoleted/nixie_clock/clock_time.cpp
76a8fcacdee8f8ce25cea00a441b04ea09585546
[ "MIT" ]
permissive
shengwen-tw/nixie-clock
a9395bb66fdca4de8d06de103d5b81b81c366411
85358b9cba41331ac872cd237b1a8c61e36650e9
refs/heads/master
2023-08-24T00:35:45.704868
2020-02-23T14:17:50
2020-02-23T14:17:50
13,616,554
1
1
null
null
null
null
UTF-8
C++
false
false
7,351
cpp
#include <Arduino.h> #include <Wire.h> /* RTC Clock */ #include <Time.h> #include <DS1307RTC.h> /* Music player module */ #include <Garan.h> #include <SoftwareSerial.h> #include "pin_def.h" #include "display.h" #include "clock_time.h" SoftwareSerial garanSerial(bargan_rx, bargan_tx); Garan player(garanSerial); c...
[ "l1996812@gmail.com" ]
l1996812@gmail.com
d077c8d48b5701c318454a4aa0d17a96e8e35a9e
ad58f920284c7ef84426cad087cfbce6466ddbf1
/数据挖掘作业2--黄建峰--2120150994/数据挖掘作业2--黄建峰--2120150994/程序/关联规则挖掘程序/ruleMining.cpp
2a7d7919835b31c4d2c0ab185831700bcea4f054
[]
no_license
hjf579068/second-homework
e36e584f13173a64e3edd25e846af8636bba1ff6
7a86ee0ad8de5ae8b0cad82fcc6988de9893828b
refs/heads/master
2021-01-20T19:33:55.522614
2016-07-08T10:40:25
2016-07-08T10:40:25
62,881,532
0
0
null
null
null
null
GB18030
C++
false
false
5,556
cpp
#include<iostream> #include<fstream> #include<string.h> using namespace std; void freComputer(int database[][10], int count, int rule[][15], int frequ[], int rcount, int length) { for(int i = 0; i < rcount; i++) { for(int j = 0; j < count; j++) { int flag = 1; for(int k = 0; k < length; k++) { if(!d...
[ "1048124392@qq.com" ]
1048124392@qq.com
b01c53545116f5cbc4e1ee628476c5083e399a53
597fb3047835a8c9f53289fa71ecc74b067f24cd
/units_ve/wb_vga_lcd/tests/wb_vga_lcd_test_base.cpp
e26da07cc763bff69af777c6cc03e6f19c67fae8
[]
no_license
yeloer/socblox
5ad7fb6e82ac29f2d57f7d758501f87f568b5562
d2e83c343dfdac477e23b9b31b8d3a32a1238073
refs/heads/master
2020-05-31T23:30:36.277012
2016-03-01T00:49:40
2016-03-01T00:49:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,294
cpp
/* * wb_vga_lcd_test_base.cpp * * Created on: Jan 11, 2014 * Author: ballance */ #include "wb_vga_lcd_test_base.h" #include "svf_elf_loader.h" wb_vga_lcd_test_base::wb_vga_lcd_test_base(const char *name) : svf_test(name) { // TODO Auto-generated constructor stub } wb_vga_lcd_test_base::~w...
[ "ballance@ballance-VirtualBox" ]
ballance@ballance-VirtualBox
fede79543bec725355e07ac2aa95c98e894172a6
a15950e54e6775e6f7f7004bb90a5585405eade7
/services/service_manager/sandbox/switches.cc
2854d5025c7caf557a596a5d881be186144d0918
[ "BSD-3-Clause" ]
permissive
whycoding126/chromium
19f6b44d0ec3e4f1b5ef61cc083cae587de3df73
9191e417b00328d59a7060fa6bbef061a3fe4ce4
refs/heads/master
2023-02-26T22:57:28.582142
2018-04-09T11:12:57
2018-04-09T11:12:57
128,760,157
1
0
null
2018-04-09T11:17:03
2018-04-09T11:17:03
null
UTF-8
C++
false
false
4,110
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 "services/service_manager/sandbox/switches.h" #include "build/build_config.h" #if defined(OS_WIN) #include "base/command_line.h" #include "base...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
0075ebb280f63271b8b6704930ae02db989d50f5
76c1ad64811a9fefa089f34758a4c1544606ac43
/repos/b_2748/b_2748/main.cpp
921e821f8015935d3b97db81aa1fb338694b827c
[]
no_license
yuzin97/Algorithm
903ac31053506019dc8b5abb632a9478c5edfcd7
3ae065da9d0e84f5eb19b30c49b7d542a1ee38cf
refs/heads/master
2020-06-18T07:43:52.527135
2019-09-11T06:55:16
2019-09-11T06:55:16
196,217,223
0
0
null
null
null
null
UHC
C++
false
false
322
cpp
#define _CRT_SECURE_NO_WARNINGS #include <cstdio> using namespace std; int main() { int num; long long int arr[90]; //longlong int로하고 lld로해야함 ㅜ-ㅜ scanf("%d", &num); arr[0] = 0; arr[1] = 1; for (int i = 2; i <= num; i++) { arr[i] = arr[i - 1] + arr[i - 2]; } printf("%lld", arr[num]); }
[ "97dbwls1224@gmail.com" ]
97dbwls1224@gmail.com
d291587bbf02c819f41040035ec7cfb9608de60d
92756269d7ba6a7c0a57ba8fcc1fd5f17cfba88f
/source/dialog_projectsettings.cpp
bff6441546cda4e391f6ed4c9dc742e3d8d73b35
[]
no_license
kapiten79/timecontrol
1a2ee54986029dd21e7109ad7aa3c90d2d2b4755
59b70fb99e105f8f7552b046dfbec003080e528f
refs/heads/master
2020-04-05T15:44:05.397613
2018-11-10T12:51:32
2018-11-10T12:51:32
156,981,274
0
0
null
null
null
null
UTF-8
C++
false
false
5,598
cpp
#include "dialog_projectsettings.h" #include "ui_dialog_projectsettings.h" Dialog_projectSettings::Dialog_projectSettings(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog_projectSettings) { ui->setupUi(this); cps.model = this; } Dialog_projectSettings::~Dialog_projectSettings() { ...
[ "mihon79@inbox.ru" ]
mihon79@inbox.ru
ab8ee2cdb172cd23bb1e1c99da1afcdccef7d139
8010df1fef10ddfd83bf07966cbf7e2e4b0d7ee9
/include/winsdk/cppwinrt/winrt/impl/Windows.UI.Core.AnimationMetrics.0.h
350e5d42164053a2f574cdf6483bc14e3ad937a5
[ "MIT" ]
permissive
light-tech/MSCpp
a23ab987b7e12329ab2d418b06b6b8055bde5ca2
012631b58c402ceec73c73d2bda443078bc151ef
refs/heads/master
2022-12-26T23:51:21.686396
2020-10-15T13:40:34
2020-10-15T13:40:34
188,921,341
6
0
null
null
null
null
UTF-8
C++
false
false
13,657
h
// C++/WinRT v2.0.190620.2 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef WINRT_Windows_UI_Core_AnimationMetrics_0_H #define WINRT_Windows_UI_Core_AnimationMetrics_0_H namespace winrt::Windows::Foundation { struct Point; } namespace winrt::Windows::UI::Core...
[ "lightech@outlook.com" ]
lightech@outlook.com
bcce85db6fe9a57928d011bb51d3c758d4f38a5a
19845af1616d5b81aedf7917a32cb44f61e02401
/ProblemSet/TSOJ/1199最简真分数(最大公约数/源.cpp
8cef25fe5469436c3cd5251efe8ceeaa3878e71b
[]
no_license
gsy3761/Pile
560c78d471c70f69324984703cf01cd7680a3fca
e6217be03679d978a7a41b01dbb0baa159c0deec
refs/heads/master
2020-12-21T04:04:31.661608
2020-01-23T13:16:05
2020-01-23T13:16:05
236,300,410
1
0
null
2020-01-26T11:05:01
2020-01-26T11:05:00
null
UTF-8
C++
false
false
2,347
cpp
#define _CRT_SECURE_NO_WARNINGS // shut up MS//NOT fo CPP//scanf VS. scanf_s //#define DEBUG #include <algorithm> #include <ctype.h> #include <fstream> //file #include <iostream> //stream #include <math.h> #include <sstream> //stringstream #include <stdio.h> #include <string.h> #include <string> // STL #include <m...
[ "1395943920@qq.com" ]
1395943920@qq.com
cc366e06f16f364d420441fb61691dddddc2f742
9f6a6ea3dcf25a9a9e75b5ff525a236ccecf6b82
/List.h
9711bd023e37b9a46b255c3d41fda127ff5f46dd
[]
no_license
nathand777/Assignment-3-UNO
334542b34126878fb039659a68f3d5e7f9377eda
18e5c5d9e9fb79c5fef030a895df0c2613509890
refs/heads/master
2021-03-22T04:30:40.846406
2017-04-29T17:17:07
2017-04-29T17:17:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,395
h
#pragma once #include <assert.h> const int DEFAULT_LIST = 200; template <class T> class List { public: List(unsigned int capacity = DEFAULT_LIST); // constructor for an empty list of specified capacity; // if capacity is not supplied, the default size is used ~List(); // destructor bool isEmpty() con...
[ "natha@DESKTOP-BAGU637" ]
natha@DESKTOP-BAGU637
519d19cef1ab927f28fbc5b4e1e791905076c211
8d4bb9d87512349825216448ed79bf8c1cdb341e
/Bar/cadeira.cpp
1f51c7284e09e38dcd06a4212a81701178804b06
[]
no_license
andr3smp/Bar
13b366d5ed6e129ea1f3548c2f015d67e294e0c6
9adadef2b24ac42efa88b8c63515f377460290f3
refs/heads/master
2021-01-15T21:44:03.389623
2013-04-18T13:27:46
2013-04-18T13:27:46
null
0
0
null
null
null
null
IBM852
C++
false
false
9,006
cpp
#define _USE_MATH_DEFINES #include "cadeira.h" #include "cubo.h" #include "cilindro.h" #include "esfera.h" #include <GL/glut.h> #include <math.h> /** * Construtor da class Cadeira. * Inicializa as variaveis de largura, altura, espessura, fatias e camadas. */ Cadeira::Cadeira(){ this->comprimento = 0.0f; this->l...
[ "tiagoavpinto@hotmail.com" ]
tiagoavpinto@hotmail.com
24977deca27712077d4abaca4e90df2c63816597
4148a68bf831bd703429bf5fdf1d7fdb03054831
/api/josh/inversion.cpp
87946067be12a52b86f6efb27c40c1623dfa7623
[]
no_license
timlyo/Calculator
bf8a2f96b03e7bb792e8d1d4ad02c548f117d476
7183e82bfd8ebbbd85a4cdfeb32f9e210a1250de
refs/heads/master
2020-05-16T23:50:07.350669
2014-04-04T11:51:17
2014-04-04T11:51:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
282
cpp
#include <string> #include "inversion.h" using std::string; string inversionClass::inversion(string binary){ string tempString; tempString.erase(); for (int x = binary.size()-1; x >=0; x--) { tempString.push_back(binary[x]); } return tempString; }
[ "timlyomaddison@gmail.com" ]
timlyomaddison@gmail.com
c7bee58df2ee18cd415951d980fdaa4bd080b8aa
571c39f625479a10f2543ed033133705ef6c0d56
/src/ThirdParty/xerces/mac/xerces-c-3.1.1/src/xercesc/util/MutexManagers/PosixMutexMgr.cpp
5e019c191b50287e865e164678f468bcb21d32b7
[ "Apache-2.0" ]
permissive
k8w/pixi-animate-extension
4578879da61e7f8ed8aec373903defdafdbaf816
e9a15d42db1d0a2a1e228f58bf2aa50346ca3ef4
refs/heads/master
2021-05-06T11:16:31.477555
2018-01-24T04:25:53
2018-01-24T04:25:53
114,258,145
1
0
null
2017-12-14T14:10:19
2017-12-14T14:10:18
null
UTF-8
C++
false
false
2,899
cpp
/* * 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...
[ "mbittarelli@Matts-MacBook-Pro.local" ]
mbittarelli@Matts-MacBook-Pro.local
587fda175486bf9c2e54c7298d4493cbc5243920
6e9b20902f4e232d12e865f192ea5128ae253ba7
/Fluid/4.8/phi
9b4aadadf58e82eb61c418f5386584ae5c262ccc
[]
no_license
abarcaortega/FSI_3
1de5ed06ca7731016e5136820aecdc0a74042723
016638757f56e7b8b33af4a1af8e0635b88ffbbc
refs/heads/master
2020-08-03T22:28:04.707884
2019-09-30T16:33:31
2019-09-30T16:33:31
211,905,379
0
0
null
null
null
null
UTF-8
C++
false
false
55,477
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*-----...
[ "aldo.abarca.ortega@gmail.com" ]
aldo.abarca.ortega@gmail.com
36de4fe00d6043c5954c83378117d7899af4b401
0019f0af5518efe2144b6c0e63a89e3bd2bdb597
/antares/src/kits/game/DirectWindow.cpp
d82273cb0d0aff351d69622e94b965023f933283
[]
no_license
mmanley/Antares
5ededcbdf09ef725e6800c45bafd982b269137b1
d35f39c12a0a62336040efad7540c8c5bce9678a
refs/heads/master
2020-06-02T22:28:26.722064
2010-03-08T21:51:31
2010-03-08T21:51:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,744
cpp
/* * Copyright 2003-2009, Antares Inc. * Authors: * Stefano Ceccherini <stefano.ceccherini@gmail.com> * Carwyn Jones <turok2@currantbun.com> * * Distributed under the terms of the MIT License. */ #include <DirectWindow.h> #include <stdio.h> #include <string.h> #include <Screen.h> #include <clipping.h> #in...
[ "michael@Inferno.(none)" ]
michael@Inferno.(none)
0a78a153a9dbbdba8115970e2f0df8a6160a97de
ad71ab3c39785830a112951075afe97c9948f5bc
/ZF/ZFAlgorithm/zfsrc/ZFAlgorithm/ZFXml.cpp
2270f00751e9040b1b447a0ebcb23121ffc59506
[ "Vim", "MIT" ]
permissive
ZFFrameworkDist/ZFFramework
0f8027126ef41e59c762cd68d878cac28fae1ea4
6b498e7b95ee6d6aaa28d8369eef8c2ff94daaf7
refs/heads/master
2021-08-04T04:40:41.207724
2021-05-25T08:36:10
2021-05-25T08:36:10
120,870,315
0
0
null
null
null
null
UTF-8
C++
false
false
56,937
cpp
#include "ZFXml.h" #include "protocol/ZFProtocolZFXml.h" ZF_NAMESPACE_GLOBAL_BEGIN // ============================================================ ZFENUM_DEFINE(ZFXmlType) ZFENUM_DEFINE(ZFXmlVisitType) ZFTYPEID_ACCESS_ONLY_DEFINE(ZFXmlVisitData, ZFXmlVisitData) ZFTYPEID_ACCESS_ONLY_DEFINE(ZFXmlVisitCallback, ZFXmlVi...
[ "z@zsaber.com" ]
z@zsaber.com
e185e6154bf212fa6b74fe8294cf20f50e8a462a
b725ba18b99398ce8459b8877691135e0cdf4d51
/rbutil/rbutilqt/test/test-compareversion.cpp
c075c2af129f7fc6efd01ef0b10e86a7043db1e5
[ "BSD-3-Clause" ]
permissive
Rockbox-Chinese-Community/Rockbox-RCC
8d3069271d14144281a40694c60128cac852cd3a
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
refs/heads/lab-general
2020-12-01T22:59:14.427025
2017-04-29T06:17:24
2017-04-29T06:17:24
1,565,842
29
16
NOASSERTION
2019-03-21T03:45:53
2011-04-04T06:19:32
C
UTF-8
C++
false
false
5,159
cpp
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
[ "Dominik.Riebeling@gmail.com" ]
Dominik.Riebeling@gmail.com
957080ebeb5d5807f711e042ae45e766844c2226
8b8e0463cbaca1b1a4142731142b5ede1134ffef
/Sources/ExtLibs/imgui/imgui.cpp
9e6899893b23a1393467e81b80b63ea4ee184bf7
[]
no_license
PubFork/NumeaEngine
610c48dc5053b7de4c2d9af279a1f667ac9fedee
9cf32bf82ba3dc9fb19e539d346126442ff22cda
refs/heads/master
2020-12-04T01:29:27.951874
2018-08-30T04:28:27
2018-08-30T04:28:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
435,165
cpp
// dear imgui, v1.50 WIP // (main code and documentation) // See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code. // Newcomers, read 'Programmer guide' below for notes on how to setup ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui // Releases change-log at https://github.com/...
[ "charles.mailly@free.fr" ]
charles.mailly@free.fr
ffe4bf70a78f55030ef603d263b024c4cca5816d
3c5f7a82a8c6e29529bc0b585728752aa4f8b560
/OpenCL Array Multiply, Multiply-Add, and Multiply-Reduce/first.cpp
6428ecae8108451686b6b0b8f46875f0ff170999
[]
no_license
wxxMIng/parallel-programming
96b03baa3398fccd5dc0b7f8cb99494a34506766
4698dd0d7f3984f3b342b045d7f909a8e1f84faa
refs/heads/main
2023-06-03T01:42:25.355595
2021-06-21T07:42:14
2021-06-21T07:42:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,256
cpp
// 1. Program header #include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #ifdef WIN32 #include <windows.h> #else #include <unistd.h> #endif #include <omp.h> #include "cl.h" #include "cl_platform.h" #ifndef NMB #define NMB 8192 #endif // 1K~8M #define NUM_ELEMENTS NMB*1024 // 32~256 #i...
[ "55899847+wxxMIng@users.noreply.github.com" ]
55899847+wxxMIng@users.noreply.github.com
8850d9d4aed871bf1a4beae0244e23aff77e62b2
4fee08e558e77d16ab915f629df74a0574709e8b
/cpsc585/Havok/Physics/Dynamics/Action/hkpUnaryAction.h
feb0a84faffb49bbadedd8f3aae746f9a30bb1c4
[]
no_license
NinjaMeTimbers/CPSC-585-Game-Project
c6fe97818ffa69b26e6e4dce622079068f5831cc
27a0ce3ef6daabb79e7bdfbe7dcd5635bafce390
refs/heads/master
2021-01-21T00:55:51.915184
2012-04-16T20:06:05
2012-04-16T20:06:05
3,392,986
1
0
null
null
null
null
UTF-8
C++
false
false
3,228
h
/* * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets of...
[ "cdebavel@ucalgary.ca" ]
cdebavel@ucalgary.ca
7fb50caf53076da4a192bacd961ca2a41bda0556
9b727ccbf91d12bbe10adb050784c04b4753758c
/ZOJ/Summer2013/PracticeContest2/f.cpp
2aabc8712f4fefbd92f5633b01aeb302a21b4354
[]
no_license
codeAligned/acm-icpc-1
b57ab179228f2acebaef01082fe6b67b0cae6403
090acaeb3705b6cf48790b977514965b22f6d43f
refs/heads/master
2020-09-19T19:39:30.929711
2015-10-06T15:13:12
2015-10-06T15:13:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
927
cpp
#include <cstdio> #include <cstring> const int MAXN=55; typedef char str[MAXN]; str word[MAXN]; int ans[MAXN]; int n; bool prefix(str a, str b) { if (strlen(a)>strlen(b)) return false; int len=strlen(a); for (int i=0; i<len; i++) if (a[i]!=b[i]) return false; return true; } bool check(int cur, int len) { st...
[ "zimpha@gmail.com" ]
zimpha@gmail.com
9f18cf57bd746702aa01625b7b54d13de52ac751
31ac14921de07ba0e8e7c7bfcccc0c8271e571b6
/test/fuzz/transformation_replace_add_sub_mul_with_carrying_extended_test.cpp
258dc7f851465a6df40ba28b104f0071a1299908
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
Simran-B/SPIRV-Tools
d0b4be5903a5ad0f4aad7385463d9424d02cc463
d1bb98fd487d3f2a12aa67c40536e3f0489ba349
refs/heads/master
2022-12-18T04:27:15.226715
2020-09-23T15:59:41
2020-09-23T15:59:41
298,115,850
1
0
Apache-2.0
2020-09-23T23:11:10
2020-09-23T23:11:09
null
UTF-8
C++
false
false
22,777
cpp
// Copyright (c) 2020 Google LLC // // 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 ...
[ "noreply@github.com" ]
Simran-B.noreply@github.com
000d2d1c5a6cfcf3a1c908fadd92fcdd2593ecb8
49c2492d91789b3c2def7d654a7396e8c6ce6d9f
/cpp_archive/PointerThis.cpp
d76473b22d8dc27909102a10e8674a5aa3d107b6
[]
no_license
DavidHan008/lockdpwn
edd571165f9188e0ee93da7222c0155abb427927
5078a1b08916b84c5c3723fc61a1964d7fb9ae20
refs/heads/master
2021-01-23T14:10:53.209406
2017-09-02T18:02:50
2017-09-02T18:02:50
102,670,531
0
2
null
2017-09-07T00:11:33
2017-09-07T00:11:33
null
UHC
C++
false
false
679
cpp
/* 열혈 c++ p196 this 포인터의 이해 */ #include "stdafx.h" #include <iostream> using namespace std; class simple { private: int num; public: simple(int n) : num(n) { cout << "num = " << num << ", "; cout << "address = " << this << endl; } void ShowSimpleData() { cout << num << ...
[ "gyurse@gmail.com" ]
gyurse@gmail.com
681930c0eef10330fc81f6416f6b1cd23e60d40a
8b47f3f365d0176c229190726fefbcdee5157adf
/source/include/Algorithm/Efficiency.h
5394f1db3f59eb1f831a7b83ec81248358c58149
[]
no_license
arnaudsteen/CaloSoftWare
ba1016384f0acd90409c237abaa6b197d9f383b1
d4cd3b25e974e5f6ceacf84152a09df8e9badc71
refs/heads/master
2020-12-13T11:37:24.991298
2017-03-27T13:19:59
2017-03-27T13:19:59
50,678,442
0
4
null
2016-04-05T14:01:17
2016-01-29T17:23:15
C++
UTF-8
C++
false
false
1,159
h
#ifndef EFFICIENCY_HH #define EFFICIENCY_HH #include <iostream> #include <cmath> #include <vector> #include "CaloObject/CaloLayer.h" #include "CaloObject/CaloCluster.h" #include "CaloObject/CaloGeom.h" #include "Algorithm/Tracking.h" #include "Algorithm/Distance.h" namespace algorithm{ struct EfficiencyParam...
[ "arnaudsteen2.0@gmail.com" ]
arnaudsteen2.0@gmail.com
50e78379d6ac8329018af18552dd48d0810edcdd
5989c871781855a835f3c6727c7abf409c6f16db
/Video_Input_and_Output/Video_Input_and_Output/Video_Input_and_Output.cpp
b2a4622c1af1af6bb6d86445f76b849e32487145
[]
no_license
linmonsv/OpenCV_Tutorials
a8bf63972b4f3dde53e9a0d87f56aa8dacdca497
3c18669450014f22e2bcb8048159b9549944ba2b
refs/heads/master
2023-01-19T22:22:22.741619
2020-11-27T09:41:34
2020-11-27T09:41:34
266,031,866
1
0
null
null
null
null
UTF-8
C++
false
false
6,266
cpp
#include <iostream> // for standard I/O #include <string> // for strings #include <iomanip> // for controlling float print precision #include <sstream> // string to number conversion #include <opencv2/core.hpp> // Basic OpenCV structures (cv::Mat, Scalar) #include <opencv2/imgproc.hpp> // Gaussian Blur #includ...
[ "qin2@qq.com" ]
qin2@qq.com
b1027528a4e5ec2a6b3aeddbf28fdb9d89296ae4
6f49cc2d5112a6b97f82e7828f59b201ea7ec7b9
/wdbecmbd/CrdWdbeUnt/PnlWdbeUntHk1NVector_blks.cpp
0f9b14f87cf3498a329eca053a2e2591a478f8cc
[ "MIT" ]
permissive
mpsitech/wdbe-WhizniumDBE
d3702800d6e5510e41805d105228d8dd8b251d7a
89ef36b4c86384429f1e707e5fa635f643e81240
refs/heads/master
2022-09-28T10:27:03.683192
2022-09-18T22:04:37
2022-09-18T22:04:37
282,705,449
5
0
null
null
null
null
UTF-8
C++
false
false
18,710
cpp
/** * \file PnlWdbeUntHk1NVector_blks.cpp * job handler for job PnlWdbeUntHk1NVector (implementation of blocks) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 28 Nov 2020 */ // IP header --- ABOVE using namespace std; using namespace Sbecore;...
[ "aw@mpsitech.com" ]
aw@mpsitech.com
2702f89f09657e4fc8375b63b44cdbc9fa4de463
9e3415355ca51d30d3f33f668ba2d4d721192877
/Cpp/Controls/Common.h
b22229687bd72dc317c709e5cf1633ec4c3ec2e4
[]
no_license
neugen86/TimeLineReworked
286e272d4b4e44bd57807d82bcbc35cabef1a8d3
3c0850c76fdb84f65c1ee515f5e4a754bdf07d5e
refs/heads/master
2020-03-21T23:35:35.697313
2018-07-01T09:54:16
2018-07-01T09:54:16
139,196,398
1
0
null
null
null
null
UTF-8
C++
false
false
2,530
h
#pragma once #include <QList> #include <QColor> #include "TimeUtils.h" const double MIN_ITEM_WIDTH = 3; const QColor SINGLE_ITEM_COLOR(Qt::cyan); const QColor GROUP_ITEM_COLOR(Qt::green); template <typename T> class IDataProvider { public: virtual ~IDataProvider() {} virtual T getData() = 0; }; struct Ti...
[ "neugen86@gmail.com" ]
neugen86@gmail.com
38809a4cca40d37ccc35bb95b46de9c9f6775bb7
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_repos_function_5496_git-2.12.3.cpp
174a1672fe0195da4399b5c407a6b51cca4bd1c1
[]
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
1,409
cpp
static int prune_refs(struct refspec *refs, int ref_count, struct ref *ref_map, const char *raw_url) { int url_len, i, result = 0; struct ref *ref, *stale_refs = get_stale_heads(refs, ref_count, ref_map); char *url; int summary_width = transport_summary_width(stale_refs); const char *dangling_msg = dry_run ? _...
[ "993273596@qq.com" ]
993273596@qq.com
daf431bcd4388d4e35c5afbaea1c618a1c947763
912343d48f250eedec0fa5953dc5e94e0b06458b
/some FYP source code/PlayerInformationSet.cpp
1f0286ef72c810dea6d7eb5b5ea6ffaa0c963b84
[]
no_license
Conor-Harney/PortfolioSourceCode
e96e8e716cb3dd64c74bd67b028f216605038db4
b29f115ca96d81f470c1f4bf61fdb12340f8e2b4
refs/heads/master
2021-01-10T17:39:57.805713
2016-09-28T00:21:37
2016-09-28T00:21:37
51,406,505
0
0
null
null
null
null
UTF-8
C++
false
false
675
cpp
#include "stdafx.h" #include "PlayerInformationSet.h" PlayerInformationSet::PlayerInformationSet() { } PlayerInformationSet::PlayerInformationSet(int p_id, string p_name, int p_score): m_id(p_id), m_name(p_name), m_score(p_score) { } PlayerInformationSet::~PlayerInformationSet(void) { } int PlayerInformationSet::...
[ "cw208kccgdbc00155687@gmail.com" ]
cw208kccgdbc00155687@gmail.com
94231a302aa1875c194d2a39fa72b89d6baa3eb2
c0fa1b924f715268a0113e0067994c92a96f75cd
/UTS/Ans/D.cpp
fe67a0c2df1c650338b284b9c864b8cfa16a1101
[]
no_license
temptedwithouta/socs1.binus.ac.id
93183deff6719ed578999bdb9bd1bef330e06da1
2b38c36a5faa621bdf08febc75dd89f8ade3298d
refs/heads/main
2023-03-08T03:47:09.723409
2021-02-15T15:14:41
2021-02-15T15:14:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
#include <stdio.h> #include <math.h> int main(){ int tc; scanf("%d", &tc); for (int q = 1; q <= tc; q++) { int a, b, c, i = 1, time = 0; scanf ("%d %d %d", &a, &b, &c); while (1) { int red = b, black = c; i % 4 == 0 ? red -= floor(red/3) : red *...
[ "qbin.hermawan@gmail.com" ]
qbin.hermawan@gmail.com
285f78aaf757ce28cc6c2d504157614e09462a30
afc255608753ab472bb0c8d953fb0361bc4ab635
/BLUE_ENGINE/JSONWRITER.h
9adc97a895ed80981be74f264dd27445575c2049
[]
no_license
Nero-TheThrill/-Game-waybackhome_built-with-customengine
23e8e9866c5e822ed6c507232a9ca25e4a7746ad
70beab0fb81c203701a143244d65aff89b08d104
refs/heads/master
2023-08-21T03:02:28.904343
2021-11-02T11:01:50
2021-11-02T11:01:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,292
h
/* * File Name : JSONWRITER.h * Primary Author : Choi Jinwoo * Secondary Author : * Brief: Make easy to load/save objects. * * Copyright (C) 2019 DigiPen Institute of Technology. */ #pragma once #include <string> #include <vector> #include<fstream> namespace rapidjson { class JSONwriter { public:...
[ "imjinwoo98@gmail.com" ]
imjinwoo98@gmail.com
b3d6f772d7e0d323f53c2d3a156cded04de3caad
c74f84e03d6fe4d28a1bb2e5d9c52632335d0fe7
/OShomework/file.h
7118f871649c1af87a2d6c32c9efcedfe4746f13
[]
no_license
Athenezhuyin/OS
4b74171cd320e7f61eac8a5eab63eee03018b577
04b542940a1dd43c4e257a9dfbcf9dd955a113a4
refs/heads/master
2020-04-19T10:10:40.407077
2016-08-23T03:31:37
2016-08-23T03:31:37
66,329,564
0
0
null
null
null
null
UTF-8
C++
false
false
2,521
h
#ifndef FILE_H #define FILE_H #include<stdio.h> #include<string.h> #include<stdlib.h> #include<time.h> #include<string> using namespace std; //文件元素可供操作的权限 typedef enum { readonly, //只读 readwrite //可写 }FileAccess; typedef enum { file, //文件 dir //目录 }FileType; typedef enum { closed, o...
[ "?? ?" ]
?? ?
803451215e8bd8aa33b859e1128a1ea4d2b28bbc
991f950cc9096522cc8d1442e7689edca6288179
/Codeforces/1000~1999/1091/C.cpp
ac6b97595c44b0240c75edc9aa1ad3777efb5efc
[ "MIT" ]
permissive
tiger0132/code-backup
1a767e8debeddc8054caa018f648c5e74ff9d6e4
9cb4ee5e99bf3c274e34f1e59d398ab52e51ecf7
refs/heads/master
2021-06-18T04:58:31.395212
2021-04-25T15:23:16
2021-04-25T15:23:16
160,021,239
3
0
null
null
null
null
UTF-8
C++
false
false
398
cpp
#include <algorithm> #include <cstdio> #include <set> #define int long long const int N = 1e3+31; std::set<int> s; int n; signed main() { scanf("%lld", &n); for (int i = 1; i*i <= n; i++) { if (n % i) continue; s.insert((2 + (n / i - 1) * i) * (n / i) / 2); i = n / i; s.insert((2 + (n / i - 1) * i) * (n / ...
[ "4c5948@gmail.com" ]
4c5948@gmail.com
c0561e6feecf51efe32f603cb9cf68c06bc0bc82
ae629d6766db069646148c3e0d1050ca1ccfcbe1
/source/input.cpp
1711baeb0c287533a52f89b37fc5ea13eebf17c6
[ "BSD-3-Clause" ]
permissive
Samake/reshade
c3ac4f89111afa557879348ebe344a766950c848
9c28e95854e7f0ed47bfe2d915041de7d6324fc4
refs/heads/master
2021-05-12T06:51:38.037522
2018-01-06T18:36:32
2018-01-06T18:36:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,092
cpp
/** * Copyright (C) 2014 Patrick Mours. All rights reserved. * License: https://github.com/crosire/reshade#license */ #include "log.hpp" #include "input.hpp" #include "hook_manager.hpp" #include <Windows.h> #include <assert.h> #include <mutex> #include <unordered_map> namespace reshade { static std::mutex s_mutex...
[ "crosiredev@gmail.com" ]
crosiredev@gmail.com
c89ce6a0f2f9d7f4a49c4f95bd30c98b31acc309
3ae963293c0d6302ff71762dbd1760d8c605f98f
/Time-Varying Volume-graphInfo/proj/src/tf/1dtf/Ref/IntensityHistogram.h
8e8894c7c1a3a17a1d80fac0acb00772399e33ae
[]
no_license
Smlience/Tracking-TimeVarying-Data
b8bda6609d722aa1f2a47c773b8cd2d9101c072e
3c2ab3e9069dbe9c5ae919aea5d0d80f96a0c57e
refs/heads/master
2021-01-20T23:17:22.145255
2014-08-22T04:41:58
2014-08-22T04:41:58
23,099,760
1
0
null
null
null
null
GB18030
C++
false
false
1,981
h
#ifndef INTENSITYHISTOGRAM_H #define INTENSITYHISTOGRAM_H #include "util/Vector3.h" #include "util/Vector4.h" #include "dm/Volume.h" #include <vector> typedef struct IntensityEntry { int featureLabel; int scalar; int voxelCount; Vector3d baryCenter; double variance; double size; double weight;//在聚类时用于存放entry与F...
[ "smilence@zju.edu.cn" ]
smilence@zju.edu.cn
c1be8d557b0c253e081bfa79967aa6401986aa00
64058e1019497fbaf0f9cbfab9de4979d130416b
/c++/include/objects/seqset/Bioseq_set.hpp
867f66698a6b84b6ddfbefacdefd28888ca64555
[ "MIT" ]
permissive
OpenHero/gblastn
31e52f3a49e4d898719e9229434fe42cc3daf475
1f931d5910150f44e8ceab81599428027703c879
refs/heads/master
2022-10-26T04:21:35.123871
2022-10-20T02:41:06
2022-10-20T02:41:06
12,407,707
38
21
null
2020-12-08T07:14:32
2013-08-27T14:06:00
C++
UTF-8
C++
false
false
3,728
hpp
/* $Id: Bioseq_set.hpp 132506 2008-06-30 18:09:32Z kans $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work"...
[ "zhao.kaiyong@gmail.com" ]
zhao.kaiyong@gmail.com
57a09b34551afc3c005d3b738b0b9b082fb52331
1a5a3b9f8675000cf94b1a6797a909e1a0fcc40e
/src/client/src/Util/CDSound.cpp
6dc8961cd260fbe26aa04e99b94b6b463e80c305
[]
no_license
Davidixx/client
f57e0d82b4aeec75394b453aa4300e3dd022d5d7
4c0c1c0106c081ba9e0306c14607765372d6779c
refs/heads/main
2023-07-29T19:10:20.011837
2021-08-11T20:40:39
2021-08-11T20:40:39
403,916,993
0
0
null
2021-09-07T09:21:40
2021-09-07T09:21:39
null
UHC
C++
false
false
23,965
cpp
#include "StdAfx.h" #include <dsound.h> #include <dxerr9.h> #include "CDSound.h" #include "CWaveFILE.h" #include "CCamera.h" #include "OBJECT.h" #include "CObjCHAR.h" LPDIRECTSOUND3DLISTENER CD3DSOUND::m_pDSListener = nullptr; DS3DLISTENER CD3DSOUND::m_dsListenerParams; //----------------...
[ "ralphminderhoud@gmail.com" ]
ralphminderhoud@gmail.com
9ec7e1d633e555d4048cb926ec94a42aa7fc91e1
45f66fbc4e9af69c35757b8977ce274b805c4075
/0.9.0.0/base/API.cpp
bb82cc343564fbf47682ced3e0fbff99e69c466e
[]
no_license
qualityking/clarice
5c7760b16dd620c5e68d7d71ddcd1baa9c40b6c0
c2435e10a4633545475820eb0b8530b86d6ed942
refs/heads/master
2021-05-11T05:56:46.102665
2017-05-20T02:29:06
2017-05-20T02:29:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,920
cpp
#include "base/API.h" #include "base/Line.h" #include "base/LineGroup.h" #include "base/FeedHandler.h" using namespace base; extern "C" CallBacks getCallback(const std::string updateType) { if(updateType == "ORDER") { return ORDER; } else if(updateType == "BOOK") { return BOOK; } else if(updateType == "STA...
[ "rahul.deshmukhpatil@gmail.com" ]
rahul.deshmukhpatil@gmail.com
edf1e3731e29712bc9a38066444ba91484a6ca0a
21b7d8820a0fbf8350d2d195f711c35ce9865a21
/HDD is Outdated Technology.cpp
58193e161962c1a60575e70e8e74befef3af64fd
[]
no_license
HarshitCd/Codeforces-Solutions
16e20619971c08e036bb19186473e3c77b9c4634
d8966129b391875ecf93bc3c03fc7b0832a2a542
refs/heads/master
2022-12-25T22:00:17.077890
2020-10-12T16:18:20
2020-10-12T16:18:20
286,409,002
0
0
null
null
null
null
UTF-8
C++
false
false
353
cpp
#include<bits/stdc++.h> using namespace std; int main(){ long long n, ans=0; cin>>n; vector<pair<int, int>> v(n); for(int i=0; i<n; i++){ cin>>v[i].first; v[i].second = i; } sort(v.begin(), v.end()); for(int i=0; i<n-1; i++){ ans+=abs(v[i].second-v[i+1].second); ...
[ "harshitcd@gmail.com" ]
harshitcd@gmail.com
5a7429198569ee16bb7d9aaad7a5e4491f9f91bf
ebc815aeba8a74801d7cb79daef836a908b2243c
/StGenFactoryScript/StCheckBase.cpp
21c9a14c41054024cae8470050c64192d84fba51
[]
no_license
anryu/StGenFactoryScript
9050c2a3883c04b5b60f919cf70f0cfbd4c9a43b
8016ec47f48c443ab727b5edaf20c3bdfc7c70c4
refs/heads/master
2020-04-05T02:47:28.821834
2018-11-13T10:01:21
2018-11-13T10:01:21
156,490,372
1
0
null
null
null
null
SHIFT_JIS
C++
false
false
76,440
cpp
#include "StdAfx.h" #include "StCheckBase.h" #include <math.h> #include "StBufferInfo.h" #include "../CommonHeader/StTransformsImage.h" #include <afx.h> //▼1.0.0.1039 #include "../CommonHeader/StSaveFileImage.h" //▲1.0.0.1039 //▼1.0.0.1044 #include "StDeviceEBus.h" #include "StDeviceMultiCam.h" //▲1.0.0.104...
[ "anryu@sentech.co.jp" ]
anryu@sentech.co.jp
76a14311fe560d9a1ce4a773f58cc14a5a2b227b
46d4712c82816290417d611a75b604d51b046ecc
/Samples/Win7Samples/winui/printer/ptpcmxdw/PrintJobMultiplePT.cpp
ba9ed15909cbe404a052e3801e10ecca6efea78a
[ "MIT" ]
permissive
ennoherr/Windows-classic-samples
00edd65e4808c21ca73def0a9bb2af9fa78b4f77
a26f029a1385c7bea1c500b7f182d41fb6bcf571
refs/heads/master
2022-12-09T20:11:56.456977
2022-12-04T16:46:55
2022-12-04T16:46:55
156,835,248
1
0
NOASSERTION
2022-12-04T16:46:55
2018-11-09T08:50:41
null
UTF-8
C++
false
false
17,896
cpp
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved. #include "stdafx.h" HRE...
[ "chrisg@microsoft.com" ]
chrisg@microsoft.com
9a31d499436c3faac86cdfb7b263ceb46ef7df7d
53028236c69a60d2603481a9830020ae73fee407
/transformations.cpp
cfb39c1b7c0f5e3ffc73359ff889234698374c0d
[]
no_license
DetailFreak/USACO
31582c65e179bf312099a6cb7e4950c5b1358a20
8d65922bc58e309ba926034dcb2613b7a37e8c34
refs/heads/master
2021-08-31T08:16:52.846045
2017-12-20T18:52:32
2017-12-20T18:52:32
114,920,108
0
0
null
null
null
null
UTF-8
C++
false
false
1,961
cpp
/* ID: vishsin1 LANG: C++14 TASK: transform */ #include <iostream> #include <fstream> #include <string> using namespace std; void display(int *A,int n){ cout << endl; for(int i =0 ;i<n ;++i){ for (int j=0; j<n; ++j){ cout << ((A[i*n +j]==1) ? ('@') : ('-')); cout << " "; }cout << endl; } } void transpos...
[ "noreply@github.com" ]
DetailFreak.noreply@github.com
3b9cfcde94fd1165c8f58e2d6ec2050892e68a93
68e963093a4e101e7e4b29f304911ba6f7a7f57e
/binario_to-decimale/esercizi_laboratorio_01/prova.cpp
2121ab794cf47ed8e9ecc0fbfe53b8b8959efb2d
[]
no_license
TheOfficialDragone/CPP
fd6776e0b1cef351f4e0ec8818a1b09091816a1a
8e433985f4cde3e06450716e348e228a4e2ff5a4
refs/heads/main
2023-07-18T13:02:11.410981
2021-09-01T21:46:57
2021-09-01T21:46:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
113
cpp
// // prova.cpp // esercizi_laboratorio_01 // // Created by Rocco Carpi on 13/05/21. // #include "prova.hpp"
[ "rocco.carpi122@gmail.com" ]
rocco.carpi122@gmail.com
f3b27ff2c77cb867cbfe622abab84a93a61a48a3
c3b728c62524fea69352a12b1a5a80010dd250d9
/src/xml/XmlParser.cpp
a09448397e428af09b2ccaa0f304097618aac6b1
[]
no_license
hushouguo/libbundle
b96ccb1d3b2fa3b94809eea7e67dead46ee83b5d
7abaf37c6081f17b85bfca5bd7ee72fd690ea641
refs/heads/master
2020-03-28T20:17:10.649431
2018-11-30T07:03:57
2018-11-30T07:03:57
149,056,079
0
0
null
null
null
null
UTF-8
C++
false
false
4,120
cpp
/* * \file: XmlParser.cpp * \brief: Created by hushouguo at 09:54:48 Jan 22 2018 */ #include "bundle.h" BEGIN_NAMESPACE_BUNDLE { XmlParser::XmlParser() { } XmlParser::~XmlParser() { } bool XmlParser::open(std::string xmlfile) { return this->open(xmlfile.c_str()); } bool XmlParser::open(const char* xmlf...
[ "kilimajaro@gmail.com" ]
kilimajaro@gmail.com
3d80689b61b433be474fe952b0954525a48ecfd0
f41b872f0dcace92c28a4f6cf3193fabe9a237b0
/Bachelor/999_Backup/6_Software/Eclipse_WS/CuBa_BBB_TCPSocket/Control/States/CEdgeBalance.h
da1f507fbdd0b9a6c20ae58e7e56baf956529a0b
[]
no_license
MichaelMMMMM/Bachelor
acd5806ebf60879e14d19092cb261b628c193c53
c0b3a9a25163042082a05376ac5d9ca1f838d8b3
refs/heads/master
2021-01-12T14:36:26.518106
2017-05-29T19:05:05
2017-05-29T19:05:05
72,037,486
1
0
null
null
null
null
UTF-8
C++
false
false
1,057
h
/** * @file CEdgeBalance.h * @author Michael Meindl * @date 18.04.2017 * @brief State to handle the edge balancing. */ #ifndef CEDGEBALANCE_H #define CEDGEBALANCE_H #include "AState.h" #include "CEdgeBalanceAction.h" class CEdgeBalance : public AState { public: bool dispatch(CMessage& msg) override; bool tryEnt...
[ "michaelmeindl@web.de" ]
michaelmeindl@web.de
3f05b504672388040c951347fd0b30c09efd6879
0181ae1d3af970fffa7d15216f39d606c7dfba1f
/printlib/include/HDF5printer.hpp
8694742bbd7bae100f3ef2825d493606e7567e7d
[]
no_license
CLGS-AVGL/Projet-GLCS-2020-2021
6aa832392b00502b104973451d84a8dda559e880
d417a7691b140484eb19708dbe90d8f0f61682f6
refs/heads/main
2023-02-25T18:55:22.382518
2021-01-28T14:35:03
2021-01-28T14:35:03
327,850,252
0
0
null
2021-01-08T09:00:17
2021-01-08T09:00:16
null
UTF-8
C++
false
false
299
hpp
#pragma once // headers #include <hdf5.h> #include <hdf5_hl.h> #include <mpi.h> #include <printer.hpp> // classe printer HDF5 class HDF5printer : public Printer { public: void simulation_updated(const Distributed2DField &data, const Configuration &config) override; };
[ "alan.vaquet@gmail.com" ]
alan.vaquet@gmail.com
11ecb9fc8c7c5d9eb67a5471ecab636f11059554
62221ec379c905956b3ca91d9b4508d6cc7a85a7
/Tudat/Astrodynamics/EarthOrientation/shortPeriodEarthOrientationCorrectionCalculator.h
0dab1458b23dad09050de2548cbe8bbcd8abca40
[]
permissive
rodyo/tudat
b581e8dcbc5fe0cb37e0276cb5fe4185eac2e385
318d168e01580c15ac17ed72172c8b214c146475
refs/heads/master
2021-07-18T10:06:02.483754
2020-05-11T07:37:05
2020-05-11T07:37:05
252,571,897
0
0
BSD-3-Clause
2020-04-02T21:48:58
2020-04-02T21:48:57
null
UTF-8
C++
false
false
6,719
h
/* Copyright (c) 2010-2019, Delft University of Technology * All rigths reserved * * This file is part of the Tudat. Redistribution and use in source and * binary forms, with or without modification, are permitted exclusively * under the terms of the Modified BSD license. You should have received *...
[ "d.dirkx@tudelft.nl" ]
d.dirkx@tudelft.nl
80bc2823f56eeb4f58db806feed7eb5fed127a53
9fe8a99d8f3ab04419ee1545fb69833a600c4a6e
/Others/BRW2/src/rdp.h
a68993a41e9cb87e5d69f9fa115901a800b4cae7
[]
no_license
javad-zarrin/HARD
aadec2a356886a8054433df223bade77c81ff366
454e2f0f8c33787fe440c8ad7abeac6667cec029
refs/heads/master
2021-05-03T07:15:15.335939
2018-02-07T12:11:56
2018-02-07T12:11:56
120,604,903
0
0
null
null
null
null
UTF-8
C++
false
false
39,132
h
/* * File: rdp.h * Author: jzarrin * * Created on 28 November 2012, 15:37 */ #ifndef RDP_H #define RDP_H #include <stdio.h> #include <iostream> #include <stdlib.h> #include <fstream> #include <sstream> #include <bitset> #include <cstdlib> #include <string.h> #include <strings.h> #include <string> #includ...
[ "jz461@cl.cam.ac.uk" ]
jz461@cl.cam.ac.uk
0772dbc05a051b7d0eb4eacbe509ca430722c5c6
64505206b174a88642833be436aa5fc2bdf8f777
/dist/Mesa/src/glu/sgi/libnurbs/interface/incurveeval.cc
b289b42104dd4f07ccafe31936cb0f16b0a7f661
[]
no_license
noud/mouse-bsd-4.0.1-x
3a51529924f50dcca4b1e923b2f9922d7c33d496
86c082b577d5fa54f056f9abb7dd0eb8b07c3bb6
refs/heads/master
2023-02-27T11:56:52.742306
2020-02-18T13:02:55
2020-02-18T13:02:55
334,542,495
0
0
null
null
null
null
UTF-8
C++
false
false
5,993
cc
/* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License"), the contents of this ** file are subject only to the provisions of the License. You may not use ** this file except in co...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
c368a50e9fa68d6d2da6bd7e930588b26aa3d516
f6ab96101246c8764dc16073cbea72a188a0dc1a
/contest/PTC/PTC201403/PC.cpp
1a1e1e37e1ffe109b6970e10fecea6ed27f04db6
[]
no_license
nealwu/UVa
c87ddc8a0bf07a9bd9cadbf88b7389790bc321cb
10ddd83a00271b0c9c259506aa17d03075850f60
refs/heads/master
2020-09-07T18:52:19.352699
2019-05-01T09:41:55
2019-05-01T09:41:55
220,883,015
3
2
null
2019-11-11T02:14:54
2019-11-11T02:14:54
null
UTF-8
C++
false
false
841
cpp
#include <stdio.h> #include <string.h> #include <sstream> #include <iostream> #include <vector> #include <set> #include <map> using namespace std; int g[35][35], n; int used[35] = {}, flag; void dfs(int nd, int dep, int st) { if(flag || dep >= 4) return; if(dep == 3) { if(g[nd][st]) flag = 1; return; } us...
[ "morris821028@gmail.com" ]
morris821028@gmail.com
e1b73751facac830fb708ac52041c883d6bdf37f
77a091c62781f6aefeebdfd6efd4bab9caa51465
/Done/Codeforces/407/C.cpp
02279699142ef19ba648a4ca2bc5c8bf37f78526
[]
no_license
breno-helf/Maratona
55ab11264f115592e1bcfd6056779a3cf27e44dc
c6970bc554621746cdb9ce53815b8276a4571bb3
refs/heads/master
2021-01-23T21:31:05.267974
2020-05-05T23:25:23
2020-05-05T23:25:23
57,412,343
1
2
null
2017-01-25T14:58:46
2016-04-29T20:54:08
C++
UTF-8
C++
false
false
843
cpp
#include <bits/stdc++.h> using namespace std; #define debug(args...) fprintf(stderr,args) #define pb push_back #define mp make_pair typedef long long ll; typedef pair<int,int> pii; typedef pair<ll,ll> pll; const int MAX = 112345; const int INF = 0x3f3f3f3f; const ll MOD = 1000000007; ll a[MAX], d[MAX], q[MAX], w[M...
[ "breno.moura@hotmail.com" ]
breno.moura@hotmail.com
99b3d996eac5746b5070ab3ba5dab0430ded96eb
0c8b9eb55d24b20da2bdd02e9ee39c9a5d4477a7
/src/configd-tool/LS2Comparator.cpp
8a92bd5e81b9516867d5d29d88f53b0ce5dc5edf
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
webosce/configd
c267b1a03254ec2f80e2b0dda650a5a5ccf419f4
c09654deaa3a257d63c47a6af52ed40834e3ca1e
refs/heads/webosce
2023-04-27T07:27:58.978688
2018-03-08T03:58:38
2018-03-08T03:58:38
145,512,693
0
0
null
2023-04-25T20:48:26
2018-08-21T05:46:04
C++
UTF-8
C++
false
false
1,725
cpp
// Copyright (c) 2017-2018 LG Electronics, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
53039d3b5a106b9a2f089d9b4681f951c2deea8d
a383c8d5f8f50d617af8b1e5cd6d211c6012d888
/design-pattern/Memento/Main.cpp
b657c0f2b6c85d8b010d85f0ee532dd29cb61e4a
[]
no_license
qxj/jqian
ff15711ba4e5b17eb7d5a5b1e1d5d2d591b7d645
1e16fd46a6a0c633d9c7d9819238c98d479edfd3
refs/heads/master
2020-05-21T22:17:49.829583
2017-02-09T03:52:57
2017-02-09T03:52:57
32,244,698
0
0
null
null
null
null
UTF-8
C++
false
false
825
cpp
/******************************************************************** created: 2006/08/09 filename: Main.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Memento模式的测试代码 *********************************************************************/ #include "Memento.h" int main() { // 创建一个原发器 ...
[ "jqian@jqian.net" ]
jqian@jqian.net
06f8f43af144da031e58982d4725c362baa31631
5044badd060c95c7d19e56ab253a9089214d97a9
/cpp/conc.cpp
2c75b482656ea955853022bd2b7862b671bc426d
[]
no_license
jerdmann/thesoulforge
37abcc07e349e647fa84d9e5938f6d7d1df0cc81
73c40da14437b17f00fd00de46da1d0efcd6065c
refs/heads/master
2022-06-18T07:45:36.198457
2022-05-24T03:27:05
2022-05-24T03:27:05
121,191,538
0
0
null
null
null
null
UTF-8
C++
false
false
2,258
cpp
#include <atomic> #include <chrono> #include <functional> #include <iostream> #include <thread> #include <vector> #include <cassert> #include <mutex> #include <stdio.h> #include <unistd.h> using namespace std; using namespace std::chrono; class spinlock { atomic_bool lock_ { false }; public: void lock() { w...
[ "jerdmann83@gmail.com" ]
jerdmann83@gmail.com
5cea0f5ae78659c75c7bb6117d2933ee0c50555a
039a30b5db53c7f828ea87b9f305f51be4d7e6cc
/2018夏/6.25/6.25-A.cpp
fbf029fbff5a949a05ebf47c96869c28f542ea9c
[]
no_license
1092772959/My-ACM-code
cd5af7cebc04c3252ed880686759257237b63b34
87109a0a98e6ea49f8726927cc4357a9155ba3f2
refs/heads/master
2021-07-03T01:31:39.173353
2020-08-25T13:48:49
2020-08-25T13:48:49
151,587,646
0
0
null
null
null
null
UTF-8
C++
false
false
466
cpp
#include<bits/stdc++.h> using namespace std; const int mod = 1e9+7; typedef long long ll; ll fpow(ll base,ll n) { ll res=1; while(n){ if(n&1) res=res*base%mod; base=base*base%mod; n>>=1; } return res; } int main() { int T,n,k; scanf("%d",&T); while(T--){ l...
[ "32030091+1092772959@users.noreply.github.com" ]
32030091+1092772959@users.noreply.github.com
d66f207674e2eb6b8a8e57adbfe858dba2b76b5b
c76c758fac4714ad10ab8b73881d9636c5e8302d
/CPP04/ex02/Squad.hpp
b3650fcdc7076f465bf3836ce8dbd63048d88ea5
[]
no_license
42esoulard/42_CPP
c5ff1de1bc1335e9f5b34cb9efcbff3ecf68c1bd
aa00e105ef2e9d7bc31f2276bc6751a5c4043873
refs/heads/main
2023-02-23T14:17:39.886711
2021-01-25T12:51:14
2021-01-25T12:51:14
324,603,523
0
1
null
null
null
null
UTF-8
C++
false
false
1,481
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Squad.hpp :+: :+: :+: ...
[ "estelle.slrd@gmail.com" ]
estelle.slrd@gmail.com
6d5b41782fd1d04789be379b3a464c34297a05c9
a589fafb7bd7d147fd7ca37902e3ea55118477c0
/codeforces/1279/D.cpp
a13c9767dfe2cbeeed150a8a25e7a50757dc838e
[]
no_license
fextivity/codeforces-submissions
01bd05fe868525e625b40068b8e1e99858b1c765
d7d09395a8f914aaa45f450a4c1acf4e378d6bc5
refs/heads/master
2023-02-03T17:23:10.906023
2017-11-10T14:17:00
2020-12-23T02:56:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,651
cpp
#include<bits/stdc++.h> using namespace std; // Optimization //#pragma GCC optimize("O3") #define endl '\n' // Shortcut #define int long long #define eb emplace_back #define pb push_back #define pob pop_back #define mp make_pair #define upb upper_bound #define lwb lower_bound #define fi first #define se second #defi...
[ "trxbach135@gmail.com" ]
trxbach135@gmail.com
017b653fa17f7737e136f275fc085d7ffcb9dbb5
48a2f1eb694e5a09f600412d828d0501e5cff57e
/src/lib/xml_compiler/include/pqrs/xml_compiler/detail/remapclasses_initialize_vector.hpp
5e8784060c5ad099f64f37894fdc9adbe4ca05e3
[]
no_license
old9/KeyRemap4MacBook
c3bb93821ec2b266ca4c239d8fd88f4aee4dcc75
6123d32fc6b56acad30cfb0afeb1bd362603cc1a
refs/heads/master
2021-01-17T22:34:10.062845
2013-01-09T03:33:23
2013-01-09T03:33:23
7,517,445
5
0
null
null
null
null
UTF-8
C++
false
false
2,277
hpp
// This header intentionally has no include guards. class remapclasses_initialize_vector { public: remapclasses_initialize_vector(void); void clear(void); const std::vector<uint32_t>& get(void) const; uint32_t get_config_count(void) const; void start(uint32_t config_index, const std::string& raw_identifier)...
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
867ab3ceb0f4bf3c35f82d6a3748039c9b758556
74f84fb04f641f352b482b32696a6536b0b43b33
/FiniteElementAnalysis/toolpath_RibMould.cpp
cf46ba0c34897e6eafd8f9cf9c9194e4d45f0f06
[]
no_license
RMAReader/FiniteElementAnalysis
23333ee76f05c699f7406e3bd89df383a844abad
1e4d24b33e77d0162d6a85a8ba987881398ec216
refs/heads/master
2020-02-26T15:03:52.550866
2017-05-29T20:34:25
2017-05-29T20:34:25
83,332,823
0
1
null
null
null
null
UTF-8
C++
false
false
7,150
cpp
#include "toolpath_base.h" void toolpath_RibMould::calculate() { //zero z is set to top of rib mould base float safe_z = parameters["safe_z"]; float mould_top_z = parameters["mould_top_z"]; float mould_bottom_z = parameters["mould_bottom_z"]; float step_z = parameters["step_z"]; //bore location holes for (in...
[ "richardreader@hotmail.co.uk" ]
richardreader@hotmail.co.uk
ed4af1e990d909cf8392ee755405bb22dfa059a3
8dc84558f0058d90dfc4955e905dab1b22d12c08
/ppapi/proxy/gamepad_resource.h
eceb908cbb2af637c4093a6d0e6260c2c608b5cc
[ "BSD-3-Clause", "LicenseRef-scancode-khronos", "LicenseRef-scancode-unknown-license-reference" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
1,775
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PPAPI_PROXY_GAMEPAD_RESOURCE_H_ #define PPAPI_PROXY_GAMEPAD_RESOURCE_H_ #include <memory> #include "base/compiler_specific.h" #include "base...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
4618b6b5dd08d3d42c8c206cec88156a0cc89daf
f1bd4d38d8a279163f472784c1ead12920b70be2
/AlexRR_Editor/MSC_ScaleObject.cpp
1237aa2fc4513073353773ada6102d08935acd5c
[]
no_license
YURSHAT/stk_2005
49613f4e4a9488ae5e3fd99d2b60fd9c6aca2c83
b68bbf136688d57740fd9779423459ef5cbfbdbb
refs/heads/master
2023-04-05T16:08:44.658227
2021-04-18T09:08:18
2021-04-18T18:35:59
361,129,668
1
0
null
null
null
null
UTF-8
C++
false
false
1,485
cpp
//---------------------------------------------------- // file: MSC_ScaleObject.cpp //---------------------------------------------------- #include "Pch.h" #pragma hdrstop #include "NetDeviceLog.h" #include "UI_Main.h" #include "MSC_List.h" #include "MSC_ScaleObject.h" #include "Scene.h" #include "SceneClassList.h" ...
[ "loxotron@bk.ru" ]
loxotron@bk.ru
f89b0357fe6c663ed7f20274af2f2c5157ca440d
c350494e6f0ee0c5ad492692c57d9212509eaa1e
/src/lib/filters/aead_filt.h
c86739fc8460c4940c7bf7192ff11cf91e5d5bef
[ "BSD-2-Clause" ]
permissive
FollowMyVote/botan
82539d086f5b569e3da9f25451e834f2b17b5faf
ab2842d6f28680b1cac18d5ff6b70b395d1ffb65
refs/heads/master
2021-01-12T18:06:36.669369
2016-10-02T18:14:44
2016-10-02T18:14:44
69,909,772
1
1
null
2016-10-03T20:49:23
2016-10-03T20:49:23
null
UTF-8
C++
false
false
905
h
/* * Filter interface for AEAD Modes * (C) 2013 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_AEAD_FILTER_H__ #define BOTAN_AEAD_FILTER_H__ #include <botan/cipher_filter.h> #include <botan/aead.h> namespace Botan { /** * Filter interface for AEAD Modes */ class...
[ "lloyd@randombit.net" ]
lloyd@randombit.net
6d64bf1bf978d439297393a3f375f023062a19c1
8eb917afb460041b0d068eca3f17b3845122c73b
/graph.h
d84ed51ff09adcd3b31219ccfac6202031dd2905
[]
no_license
Bananalove/dijkstra
5275a20f453596016c1fae98afc5d111ebd279bf
2272b5fb530078cac77ceeea488c50b81ba6444e
refs/heads/master
2021-01-13T00:56:56.583170
2015-05-20T23:44:49
2015-05-20T23:44:49
35,968,533
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
8,565
h
#ifndef GRAPH_H #define GRAPH_H #include <list> #include <tuple>// w tym moze byc wiecej niz 4 elementy, ale jest ok :) #include <utility> #include <queue> #include <iostream> #include <string> #include <exception> #include <memory> #include <vector> #include <limits> #include <algorithm> //min_elem //#include "compa...
[ "alicja.majewska94@o2.pl" ]
alicja.majewska94@o2.pl
4c0b56c28630811c1e0dbba28ca5e3a49fb2498f
86b881ba691421587c150d835631ac373f80d3d1
/CheatSheets/Stringh/RAW.cpp
97e73397e3dbcd20696912bba77009f04469a164
[]
no_license
Marchusky/Programming-I
aef05134ed8330997b01359114b3e49590952349
626e2f0e113c087cd49ad2d05fda928403729784
refs/heads/master
2020-04-07T12:59:36.000903
2019-06-12T07:15:42
2019-06-12T07:15:42
158,388,918
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
#define _CRT_SECURE_NO_WARNINGS #include <cstring> // //int main() //{ // // Declaration // char str1[10]; // char str2[10]; // // Copy // strcpy(str1, "Cloud"); // strcpy(str2, "Barret"); // // Compare // bool equals = strcmp(str1, str2) == 0; // // Copy and concat // char str3[20]; // strcpy(str3, str1); // strcat(s...
[ "45201955+Marchusky@users.noreply.github.com" ]
45201955+Marchusky@users.noreply.github.com
3203db2a89dd7cacb9d4135f77d24ad66439d29a
b2dcdaf29f21f3abfe15fd27ebf8731dc419ae22
/esp_udp_rtt/esp_code/testESP_UDP.ino
fc1626d2c0e29df1609df3febc7d59893b0e60f2
[ "BSD-2-Clause" ]
permissive
felipeville/linux-espnow-trenes
2806090af54b52d50931f9230897347070c6071e
be376086bf6bfb262662392239b72c056599a8de
refs/heads/master
2023-01-29T08:16:48.805742
2020-12-17T00:50:07
2020-12-17T00:50:07
299,772,342
1
0
BSD-2-Clause
2020-10-24T22:53:38
2020-09-30T00:44:56
C++
UTF-8
C++
false
false
6,819
ino
/* Name: testESP_UDP.ino Created: 10/31/2020 6:52:51 PM Author: Felipe Villenas */ #include <esp_now.h> #include <esp_wifi_types.h> #include <esp_wifi_internal.h> #include <esp_wifi.h> #include <PubSubClient.h> #include <WiFi.h> #include <WiFiUDP.h> #define PAYLOAD_SIZE 8 #define CHANNEL 8 #define DATA_RATE W...
[ "felipe.villenas@sansano.usm.cl" ]
felipe.villenas@sansano.usm.cl
25ad15a7d1d4b8b569e7de2748e7156ed265ea98
3d424a8d682d4e056668b5903206ccc603f6e997
/NeoScriptTools/debugging/qscriptbreakpointdata_p.h
3389aad7d9ba45b824fc7597abd8790d551b431d
[]
no_license
markus851/NeoLoader
515e238b385354b83bbc4f7399a85524d5b03d12
67c9b642054ead500832406a9c301a7b4cbfffd3
refs/heads/master
2022-04-22T07:51:15.418184
2015-05-08T11:37:53
2015-05-08T11:37:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,112
h
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtSCriptTools module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:L...
[ "David@X.com" ]
David@X.com
ec68f540f564485c77fb255706ed28c0da57b912
545c33b959ad8e7985ed2bf879e41004433929d8
/capture.cc
c7496ed0f37ddaf1d75b159872eb68263cac68fe
[]
no_license
simmonmt/pixy-motion
9e559f47da789b4f16496409f3b34129eb24087d
bc5e0f8c57234d8b244328b65cb117b5290516d7
refs/heads/master
2021-01-05T08:59:26.907359
2017-08-06T22:21:41
2017-08-06T22:21:41
99,516,007
0
0
null
null
null
null
UTF-8
C++
false
false
2,921
cc
// example of using libpixyusb to grab a 1280x40 block (maximum camera // resolution) #include <fcntl.h> #include <iostream> #include <mach/clock.h> #include <mach/mach.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/time.h> #include <time.h> #include <unistd.h> #includ...
[ "simmonmt@acm.org" ]
simmonmt@acm.org
e3d43e7bc9a9c2dfd65ab7d597a024b9be8c2cc2
3478ccef99c85458a9043a1040bc91e6817cc136
/HFrame/HModule/audio_basics/utilities/IIRFilter.h
8ccfe1a010d8effefbc1f8cbc3848654c5315e19
[]
no_license
gybing/Hackett
a1183dada6eff28736ebab52397c282809be0e7b
f2b47d8cc3d8fa9f0d9cd9aa71b707c2a01b8a50
refs/heads/master
2020-07-25T22:58:59.712615
2019-07-09T09:40:00
2019-07-09T09:40:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,132
h
class IIRFilter; //============================================================================== /** A set of coefficients for use in an IIRFilter object. @see IIRFilter @tags{Audio} */ class API IIRCoefficients { public: //==========================================================================...
[ "23925493@qq.com" ]
23925493@qq.com
6ca7cdbdd86696290021ea388f544bda604376c6
945c5035949b008fa81461b352456101978c8519
/programmers/level2/12909.cpp
fed111cad1d8b2de1f7f0ea02850013b2a336509
[]
no_license
leehayeong/Algorithm
816daffbb0c0e0587d57c29c271f3bc92822bcd3
442bce796459e4e2f33a0d500ee1c02a15f7bca4
refs/heads/master
2020-07-31T05:28:54.733205
2020-05-16T15:32:14
2020-05-16T15:32:14
205,650,927
0
0
null
null
null
null
UTF-8
C++
false
false
410
cpp
#include<string> #include <iostream> #include <stack> using namespace std; // 올바른 괄호 bool solution(string s) { bool answer = true; int length = s.length(); stack<char> st; for (int i = 0; i < length; i++) { if (s[i] == '(') { st.push(s[i]); } else { if (st.empty()) { answer = false; break; ...
[ "lhaayyy@naver.com" ]
lhaayyy@naver.com
bd2fa21a6c78fd6d94d7df4962211ed287879c51
28f0925e01102460276b5a0124851ec9ec1c1b19
/renderer/cocos2d-x-2.x/CCDragonBones.h
880d8d594783b4e523aa9723815071b0d0383c86
[ "MIT" ]
permissive
gameview/DragonBonesCPP
d36e72d05c998a8f801994e05da68e1034ba5158
564486c3cda145a63970094ed2580860d5b465d4
refs/heads/master
2021-01-17T22:40:52.116067
2014-04-23T01:48:33
2014-04-23T01:48:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,895
h
// // CCDragonBones.h // // // Created by Wayne Dimart on 14-4-18. // Copyright (c) 2014 . All rights reserved. // Modified by zrong(zengrong.net) on 2014-04-22 // #ifndef __QUICKCOCOS2DX__CCDRAGONBONES__ #define __QUICKCOCOS2DX__CCDRAGONBONES__ #include <iostream> #include "cocos2d.h" #include "preDB.h" #include ...
[ "zrongzrong@gmail.com" ]
zrongzrong@gmail.com
160546704fe581e972410a4883b844a22e99bdac
934a5b1535ca9bc6641658ae371026834d841e03
/src/qt/castvotesdialog.h
5f98a807693ed0f47241ae2f9bdb344c68207951
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
OckhamConsulting/smartcore
dde083000e0087729e4d0412a2037aaec97812ff
b95d8ce9f76988fe0146994ac8c040937ea54ac9
refs/heads/master
2020-04-24T10:06:49.834919
2019-02-05T19:44:58
2019-02-05T19:44:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,510
h
// Copyright (c) 2018 - The SmartCash Developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SMARTCASH_QT_CASTVOTESDIALOG_H #define SMARTCASH_QT_CASTVOTESDIALOG_H #include <QAbstractButton> #include <QAction> #inclu...
[ "xdustinfacex@gmail.com" ]
xdustinfacex@gmail.com
d4dcce98b7f68766ec56990b037ed08ec55eb68c
0314bb79687b29d5ca2a9c42c0b44aea864c090e
/server/cstrike/addons/amxmodx/scripting/include/amxbans/check_player.inl
11477fbe37ede4c0da02c815b8da6a5a75aba5af
[]
no_license
roulis2844sasha/half-life
19a542ce5be7006892ec3d83893a747496d6c0f6
004ae79009d40e3b608e0962028c0dbc5966a469
refs/heads/master
2021-01-10T04:26:38.684545
2015-11-24T14:44:45
2015-11-24T14:44:45
45,735,441
3
0
null
null
null
null
UTF-8
C++
false
false
7,974
inl
#if defined _check_player_included #endinput #endif #define _check_player_included #include <amxmodx> #include <amxmisc> #include <sqlx> public prebanned_check(id) { id -= 204 if(!get_user_state(id, PDATA_CONNECTED) || get_user_state(id, PDATA_BOT) || get_user_state(id, PDATA_IMMUNITY) || !get...
[ "roulis2844sasha@gmail.com" ]
roulis2844sasha@gmail.com
af0d7543d29736faa843a94b7f40e531f251757a
a552fa3577a2ae8d827e2f6b5630043bf859c841
/Prog2/elvis/CppBolt/kassza.cpp
afc01ce211ef8e0613d713b16d2cbd91c1825a23
[]
no_license
Kabor42/Suli
bb29f62a4c83e170fd714dbd34b72f5dbdf533d8
23380db29f41cb2eeaa56c3b2780c525e634bbdb
refs/heads/master
2021-10-16T00:40:10.049586
2019-02-07T15:08:41
2019-02-07T15:08:41
106,914,119
0
0
null
null
null
null
UTF-8
C++
false
false
1,329
cpp
/** * \file kassza.cpp * * Kassza osztály tagfüggvényeinek megvalósítása (definíciója) */ #include <iostream> #include <iomanip> #include "memtrace.h" #include "kassza.h" using std::setw; /// Eladás. /// @param mennyi - eladott mennyiség /// @param mit - referencia az eladott árura (Kompatibili...
[ "n.dominik@zoho.com" ]
n.dominik@zoho.com
bdc6f1a71b347068013bcef44127c6bed591fe16
e697022772b1464775893c8f24295844df77e371
/myNodes.cpp
b998fc4df56953788905a7cbeff74f436f891b68
[]
no_license
BoningLiang/COMP-6360-project-3-spring-2017
2f98f7e79d64d5fc232f7814092fa1096c7921ec
d17fe21e142eef4f1f99543f92d427ef70a23dff
refs/heads/master
2021-01-20T06:17:44.077691
2017-05-01T00:44:21
2017-05-01T00:44:21
89,861,220
0
0
null
null
null
null
UTF-8
C++
false
false
4,750
cpp
#include <stdlib.h> #include <cstdlib> #include <iostream> #include <vector> #include <string> #include <string.h> #include <fstream> #include <sstream> #include <netdb.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> #include <pthread.h> #include <ctime> #include <math.h> #include "config.h" usin...
[ "boningliang@users.noreply.github.com" ]
boningliang@users.noreply.github.com
c38f4180e6bee8d4f5fd96e3e54a0a1200db1378
0d653408de7c08f1bef4dfba5c43431897097a4a
/cmajor/cmsvc/Message.hpp
62e5ad3f01683d1114ea8215524aac4f9b7b99ee
[]
no_license
slaakko/cmajorm
948268634b8dd3e00f86a5b5415bee894867b17c
1f123fc367d14d3ef793eefab56ad98849ee0f25
refs/heads/master
2023-08-31T14:05:46.897333
2023-08-11T11:40:44
2023-08-11T11:40:44
166,633,055
7
2
null
null
null
null
UTF-8
C++
false
false
2,286
hpp
// ================================= // Copyright (c) 2022 Seppo Laakko // Distributed under the MIT license // ================================= #ifndef CMAJOR_SERVICE_MESSAGE_INCLUDED #define CMAJOR_SERVICE_MESSAGE_INCLUDED #include <cmajor/cmsvc/ServiceApi.hpp> #include <cmajor/wing/Window.hpp> #include <string> n...
[ "slaakko@gmail.com" ]
slaakko@gmail.com
093aea2542c009f59282b73f673a4d6c00764ebf
cdbfd8891cde8e11bd15b9d00e677e20e75f93aa
/riegeli/bytes/writer_ostream.h
19d4b6deccf4f5216fe1fe5510ea1b8b32edfdef
[ "Apache-2.0" ]
permissive
micahcc/riegeli
dbe317a8f8183f9a8a8c63b21702e0406e6452dd
d8cc64857253037d4f022e860b7b86cbe7d4b8d8
refs/heads/master
2023-06-24T21:36:14.894457
2021-07-20T16:07:49
2021-07-21T08:18:02
265,888,704
0
0
Apache-2.0
2020-05-21T15:47:47
2020-05-21T15:47:46
null
UTF-8
C++
false
false
12,628
h
// Copyright 2019 Google LLC // // 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 in ...
[ "qrczak@google.com" ]
qrczak@google.com
4f26744c3ed59ac98c321c6a43324885c63c65ab
3e79056f6c3ab04fd84806737c324a16562870c2
/baekjoon/previous/1926/main.cpp
d522a58ecf9d8b5772bb3895323145f20febb83a
[]
no_license
seunghyukcho/algorithm-problems-solved
ce52f11a12b532c51547fd215e53e1f60915f52a
04e78a4b41a8b13c1d00e231dd79114fb8360c9a
refs/heads/master
2023-07-14T11:37:33.763943
2021-08-20T15:09:50
2021-08-20T15:09:50
125,701,552
6
0
null
null
null
null
UTF-8
C++
false
false
1,459
cpp
#include<iostream> #include<vector> #include<queue> using namespace std; int main(){ int n, m; int painting = 0; int ans = 0; cin >> n >> m; vector<vector<int> > map(n, vector<int>(m, 0)); int dir[4][2] = {0, 1, 0, -1, 1, 0, -1, 0}; for(int i = 0; i < n; i++){ for(int j = 0; j <...
[ "choseunghyek@gmail.com" ]
choseunghyek@gmail.com
cdb2a948f62fc4702f56c00cec286f62161f4f08
9a1b1aed12d3cfd9d52f21bf1a77f26cf99cc01b
/RayTracers/pixelbuffer.cpp
bef8df44ae76505cb4ed50f7b1256443d177322f
[]
no_license
bhbosman/raytracer
41d4767318f3a6e625206131e2b11fc7f663987b
3882c4619e76e2f61dfdf2c745d9522edea02d37
refs/heads/master
2021-01-03T12:52:10.023435
2020-07-06T09:17:31
2020-07-06T09:17:31
39,560,985
0
0
null
null
null
null
UTF-8
C++
false
false
940
cpp
#include <QImage> #include "pixelbuffer.h" PixelBuffer::PixelBuffer(int width, int height): m_Image(width, height, QImage::Format_RGB32) { } int PixelBuffer::height() const { return m_Image.height(); } int PixelBuffer::width()const { return m_Image.width(); } int PixelBuffer::bytesPerLine() { retu...
[ "bhbosman@gmail.com" ]
bhbosman@gmail.com
73a110517dbeae183137bca3886bb835e19ed14f
34d51294262af4fcff2c980219f2b0d47f14382f
/ComboListCtrl.cpp
9cd2376d1bf2e7aa83cbd561d48ca23abacc4bea
[]
no_license
haohuoq/map
47c666cfdd93f14b7a209257ec79890326616d1a
1cf636256956766144b8999178def505ce83469a
refs/heads/master
2020-06-23T06:10:34.029813
2019-07-24T02:16:40
2019-07-24T02:16:40
198,540,266
0
0
null
null
null
null
UTF-8
C++
false
false
11,287
cpp
/******************************************************************************* Author : Aravindan Premkumar Unregistered Copyright 2003 : Aravindan Premkumar All Rights Reserved This piece of code does not have any registered copyright and is free to be used as necessary. The user is free to modify...
[ "noreply@github.com" ]
haohuoq.noreply@github.com
6bbd5c597f3eb7db222f207078c2686e2bbbc0b5
1c167daf725d9d7368a4d8e69654b8a4749b2fe9
/tests/catch.hpp
2a7146a7f9cbe9c020603e983be04bf5e13e4882
[ "MIT", "BSL-1.0", "LicenseRef-scancode-public-domain" ]
permissive
syoyo/tinygltf
427470a39f7c0feb073900ff65f2dc7a8f4cf4b6
3d445cc65d9d54fc8e708b9159c5b522dbf77687
refs/heads/release
2023-09-04T09:27:15.295859
2023-09-02T17:20:35
2023-09-02T17:20:35
92,255,456
1,758
470
MIT
2023-09-12T11:28:36
2017-05-24T05:59:28
C++
UTF-8
C++
false
false
376,913
hpp
/* * Catch v1.4.0 * Generated: 2016-03-15 07:23:12.623111 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. * * Distributed under the Boost Software Lice...
[ "syoyo@lighttransport.com" ]
syoyo@lighttransport.com
66bef7b8177c7b5fb60e4374a6df9ba30990dd98
73499efc27bac47cd9d077642d5797e68f8d6607
/8_Console_Create_UWP_Package/MyApp.cpp
c96172a3b4d09ca0a7da0036013b71792da8dfeb
[]
no_license
lihas/Win32CodingAssignments
46bc8af8804987c79a88d0957822e823f46659b1
e13f09600c0519b4671c036cc5e1ee642645c614
refs/heads/master
2020-04-15T02:12:04.639110
2019-01-06T12:57:05
2019-01-06T12:57:05
164,305,967
5
2
null
null
null
null
UTF-8
C++
false
false
3,095
cpp
/*Read README.txt*/ using namespace Windows::UI::Xaml; using namespace Windows::UI::Xaml::Controls; using namespace Windows::UI::Core; using namespace Windows::Foundation; using namespace Windows::UI; using namespace Platform; using namespace Windows::UI::Xaml; using Windows::UI::Xaml::ApplicationInitialization...
[ "sahils@sahils-lt.nvidia.com" ]
sahils@sahils-lt.nvidia.com
cc4b6971a8be9ad9b5655977f2f7be1a20d9b5a1
2a12eb9fb205043743ce8da4e428b92a2b14c079
/src/app/app_main.cc
0b2d7dde0818820600f64be56fa79ec17234725b
[]
no_license
BernardoCovas/FakeProjectiveSpaces
0b7890aa25d6838c0bc90d1553df3a391af73aec
74de7996af89547ef42dc8d1358ff60cb10b7ea1
refs/heads/master
2020-04-30T09:45:09.065643
2019-04-17T17:53:17
2019-04-17T17:53:17
176,757,065
1
0
null
null
null
null
UTF-8
C++
false
false
1,168
cc
#include <LibFkps.h> #include <stdio.h> #include <thread> #include <future> #include <string> #include <vector> #include <fstream> int main(int argc, char* argv[]) { if (argc < 2) { printf("Args: Parsed_Det_File.txt\n"); return 1; } std::ifstream infile(argv[1]); std::vector<FKPS> fkpsV; std::string line...
[ "bernardo.covas@outlook.com" ]
bernardo.covas@outlook.com
24a967b668f30e91e58c4855a9bad44b52944ff7
e43e57d3a56b053b9429130e75a112ec094fe06d
/data_types/bst_t.cpp
d421b8ddba2e15831277c2568fbf94c6ed0e2ac2
[]
no_license
zebra6/polecat
6b1ba43e51652115edab316bcda6562d941a10ec
2ae019ddbcd613de0571961e40c1b5d83cfd638d
refs/heads/master
2021-06-15T08:50:35.123977
2017-04-10T02:11:58
2017-04-10T02:11:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,948
cpp
#include "bst_t.h" #include <stdlib.h> //rand etc #include <stdio.h> //printf #include <time.h> //rand seed #include <assert.h> //assert #include <vector> //level traversal lists #include <queue> //queue version of level traversal #include <deque> //queue for zero sink #include <limits.h> //INT_MAX using std:...
[ "hades@voodoo.helios" ]
hades@voodoo.helios
9c1e81f16240ae610022604e138eda6e23c656d7
e09682e57b06807d156849f628c14aa707f53010
/UnitTesting/UFHUnitTesting/TaskList.h
e2496581b39a0dffd273b3f70c3243d325164c19
[]
no_license
franklingu/Tasky
2dfde2eaa588eb80a14d8cd4237f098788c5d435
8dce5dd7657dbe4585f15362ad72596773b37d26
refs/heads/master
2020-05-20T15:55:53.301735
2014-11-17T07:47:28
2014-11-17T07:47:28
16,256,259
1
0
null
null
null
null
UTF-8
C++
false
false
3,292
h
#ifndef _TASKLIST_H_ #define _TASKLIST_H_ /* *This class is mainly to store tasks and manipulate tasks according to processor's command. * *Main author: Kai Wen */ #include "Essential.h" #include "Task.h" class TaskList{ private: vector<Task> _taskList; public: TaskList(); /** * Purpose: ...
[ "franklingujunchao@gmail.com" ]
franklingujunchao@gmail.com
e86baf8e266ce5c91b68be8c9ae31b6575b66ebd
f8c0dfc8ac97de89c11bdefc3d3de86996da4a97
/Recursion/Combinations II.cpp
2cc7d2e046b6d8457fe8d23c23471d4b08316a58
[]
no_license
gourab-sinha/Interview-Prep
e822f8e491264185ffa9d09ee3d0e6917e7748b8
6118eda91d850eb077e236ac3e9f0e1ef15b6ed5
refs/heads/master
2022-07-01T23:28:36.427828
2020-05-13T21:39:51
2020-05-13T21:39:51
263,372,122
0
0
null
null
null
null
UTF-8
C++
false
false
2,029
cpp
/* Combinations Problem Description Given two integers A and B, return all possible combinations of B numbers out of 1 2 3 ... A . Make sure the combinations are sorted. To elaborate, Within every entry, elements should be sorted. [1, 4] is a valid entry while [4, 1] is not. Entries should be sorted within themselves. ...
[ "gourab19964u@gmail.com" ]
gourab19964u@gmail.com
dbc33a3c347b997847469e44dac0a134733d3376
697ece97d86013137f38b6049a6755a7fec6e693
/code/addons/fx/rt/fxserver.cc
70fe398ff1f61c6a50e8b81f12e9d1991e0abc3f
[]
no_license
Chinamming/nebuladevice3
6ace3c9fd97632ed43743e8eb7fce151f976a906
1180cec07aff77da1e9f97cedbcfbf5b56c3630d
refs/heads/master
2021-01-10T18:17:09.958301
2012-11-23T19:55:13
2012-11-23T19:55:13
47,537,441
3
2
null
null
null
null
UTF-8
C++
false
false
4,581
cc
//------------------------------------------------------------------------------ // fx/rt/fxserver.cc // (C) 2009 RadonLabs GmbH //------------------------------------------------------------------------------ #include "stdneb.h" #include "fx/rt/fxserver.h" namespace FX { __ImplementClass(FX::FxServer, 'CFX...
[ "xoyojank@d47e28a6-9597-afde-2b20-6ad4a23d23fd" ]
xoyojank@d47e28a6-9597-afde-2b20-6ad4a23d23fd
92acada2e6bdd1ae65e400c6235ef0cab83c2ddd
e9d2c761f056aa2a0d083af674d7b6109d95d90e
/p2/query/data/SumQuery.cpp
b772147af1e7491f423cea48f9bb020b2ccc52e8
[]
no_license
huzhengdong/VE482
32bb40b946941e3e6cef9dee14c0ba1ee109de13
ea82cf3037040b3659ea6ccff7a770fbb16ec13a
refs/heads/main
2021-01-06T13:56:54.686284
2020-12-26T12:51:58
2020-12-26T12:51:58
324,548,149
1
0
null
null
null
null
UTF-8
C++
false
false
2,222
cpp
// // Created by hzd on 2020/10/20. // #include "SumQuery.h" #include "../../db/Database.h" constexpr const char *SumQuery::qname; QueryResult::Ptr SumQuery::execute(TableIterator st, TableIterator ed) { using namespace std; Table::ValueType counter = 0; Table::FieldIndex index = 0; Database &db = Da...
[ "noreply@github.com" ]
huzhengdong.noreply@github.com
0b9be3af53a273b143326b36541f09966f0e20d1
cc239167212370eb2251528d9edce7e255a48ef9
/src/blpwtk2/private/blpwtk2_networkdelegateimpl.h
65ae0eba57e0e364f2c859ec9de3d3e2c9af45ed
[ "BSD-3-Clause", "MIT" ]
permissive
jun-zhang/chromium.bb
45242c26bfa392a286a82a99c6698a87f517bfc4
977221a39d6e18da7ede0325453dcbcef27825f6
refs/heads/master
2021-01-02T09:22:05.267168
2017-05-01T18:06:32
2017-05-01T18:06:32
99,195,952
0
1
null
2017-08-03T05:55:54
2017-08-03T05:55:54
null
UTF-8
C++
false
false
1,956
h
/* * Copyright (C) 2013 Bloomberg Finance L.P. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, mer...
[ "sbaig1@bloomberg.net" ]
sbaig1@bloomberg.net
2545d76aff72b39a566d11022fe8fce58aed1610
0392176f486251021fedd42a248a8040a5223df0
/main.cpp
4f8d08b84f5d102479d43c0f2a66143009ce038f
[]
no_license
Badhon-Rahman/Largest-K-elements-in-an-array
f40fa110622a9219011a3d09569fbce63259a145
ec6d94c708800a052ad7137c681c1b80fc6d46e1
refs/heads/master
2020-07-12T05:12:33.699112
2019-08-27T14:59:30
2019-08-27T14:59:30
204,727,337
0
0
null
null
null
null
UTF-8
C++
false
false
760
cpp
#include <iostream> #include<algorithm> using namespace std; int FindLargestKElement(int arr[], int arrSize, int largestN, int j){ int maxValue; sort(arr, arr + arrSize); maxValue = max(arr[0], arr[arrSize - 1]); if(j == largestN){ return 0; } else{ cout << maxValue << " "; ...
[ "badhon.mostafizur@gmail.com" ]
badhon.mostafizur@gmail.com
619015a316a5ca6e79b637131aab8c1966200817
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/CalculatedRoutes/UNIX_CalculatedRoutesProvider.cpp
32675eb25bd4a7bcd057fb6b2f74b121c0b5fc3c
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C++
false
false
3,414
cpp
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
176bca4a35c4fda372eeb6b73f0f485d5e3c222d
658dd4a71ce689ef6338894628d8cdb59a595ba5
/COJ/KhozmoS-p4153-Accepted-s1307292.cc
ae48b6a21d3cf8aa7ae47dc99e9d12de8875462d
[]
no_license
KhozmoS/Competitive-Programming-Solutions
4d8be747efc7feb29a5f70dc6c1ea1bd26c9e78c
9cb7b6e500854ab22fc405c2c5c4f444e06e7056
refs/heads/master
2021-02-04T09:17:18.818228
2020-02-28T01:24:11
2020-02-28T01:24:11
243,648,605
2
0
null
null
null
null
UTF-8
C++
false
false
931
cc
#include <bits/stdc++.h> using namespace std; #define f first #define s second #define pb push_back #define all(c) (c).begin(),(c).end() #define sz(c) (c).size() typedef long long ll; typedef pair<int , int > ii; typedef vector <int> vi; const ll mod = 1e9+7; const int MAX = 1e6+7; int ar[MAX*5]; void f(int n , in...
[ "khozmos0107@gmail.com" ]
khozmos0107@gmail.com
2949541aa3b477bad45d2bc67abff6da6a4b254b
3cb889e26a8e94782c637aa1126ad897ccc0d7a9
/C++/BigInteger/bigInteger2.h
4f5a5e6ca2b6bb2e125f79a1a3b1643beb003093
[]
no_license
GHScan/DailyProjects
1d35fd5d69e574758d68980ac25b979ef2dc2b4d
52e0ca903ee4e89c825a14042ca502bb1b1d2e31
refs/heads/master
2021-04-22T06:43:42.374366
2020-06-15T17:04:59
2020-06-15T17:04:59
8,292,627
29
10
null
null
null
null
UTF-8
C++
false
false
31,089
h
#ifndef BIG_INTEGER_H #define BIG_INTEGER_H #include <stdint.h> #include <type_traits> #include <limits> #include "Helper.h" template<typename T, typename DoubleT, typename TripleT> struct ExtendedPrecisionOp { static_assert(sizeof(DoubleT) >= 2 * sizeof(T), ""); static_assert(sizeof(TripleT) >= 3 * sizeof(...
[ "ppscan@qq.com" ]
ppscan@qq.com
966dea8a18b05280a515c776cba40a86c32d5314
7596ea8744393fefc01195a0be3bfb97c6d31e20
/Toki/maze.cpp
83940f78e3bfa39cf3bc2981e6379f9d68b40ebf
[]
no_license
sandysihotang/CPP
7b2c0cff4f3a4e793269e22ead431333cf2575b0
7ae4d9ef0fbb2576984add499de79bcfac9e07f4
refs/heads/master
2022-12-17T23:53:45.043540
2020-10-04T07:53:15
2020-10-04T07:53:15
274,941,667
0
0
null
null
null
null
UTF-8
C++
false
false
729
cpp
#include<bits/stdc++.h> using namespace std; int kotaawal,kotaakhir; const int maxn = 100000; vector<int>adj[maxn]; bool v[maxn]; vector<int> d; void dfs(int x){ v[x]=true; d.push_back(x); for(int i: adj[x]){ if(!v[i]){ dfs(i); } } } int main() { int n,l,t; cin >> n >...
[ "sandysihotang12@gmail.com" ]
sandysihotang12@gmail.com
ed24af521cb7670450b219e17b797cc3e41fe401
b2ff26e49d9810e3fddfb38b9351bf883bdb1018
/XimaSSS/Win/CGdiPlusBitmap.h
b456831dcc87e2e107b9857530669383c64139ee
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
Centril/XimaSSS
1d21bed20f5d15cf37dfcf2affa3f2c88ae570a1
80261052eba2e4b73bcfa2ad29f0087cd9dae9c8
refs/heads/master
2016-08-04T21:26:27.888321
2015-03-01T00:41:13
2015-03-01T00:41:13
31,482,083
1
0
null
null
null
null
UTF-8
C++
false
false
2,887
h
#pragma once class CGdiPlusBitmap { protected: Gdiplus::Bitmap* m_pBitmap; public: CGdiPlusBitmap() : m_pBitmap(0) { } CGdiPlusBitmap(const WCHAR* pFile) : m_pBitmap(0) { this->load(pFile); } virtual ~CGdiPlusBitmap() { this->empty(); } void empty() { delete this->m_pBitmap; m_pBitmap = 0; } ...
[ "twingoow@gmail.com" ]
twingoow@gmail.com