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
55a06640734926c35a1e73440a1a5c6028afa9f5
0990936a3923aa4e65e14eb052c557e520f6afa0
/sec3/try_this_2.cpp
dda934ddfa9aa435fac5d46fe8193151c24cae19
[]
no_license
yewton/cpp_ex
7dae6cd8f22e7c66da128458cf82738ac4e726be
241ecefbe58915659e4ca26801c9cc8c9b9991d9
refs/heads/master
2021-01-02T08:52:37.795146
2012-06-10T08:33:57
2012-06-10T08:33:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
571
cpp
#include "../std_lib_facilities.h" int main() { cout << "Please enter a floating-point value: "; int n; cin >> n; cout << "n == " << n << "\nn+1 == " << n + 1 << "\nthree times n == " << 3 * n << "\ntwice n == " << n + n << "\nn squared == " << n * n << "\nh...
[ "yewton@gmail.com" ]
yewton@gmail.com
5cff0e50e7b5e5efb984922bb0eec8fd1b250797
695bdd7357105a2a77ed5d96a036a004337f5350
/PAC-MAN/Result.h
21de3e2bcd5c1e7154cd93c5f1396fa3d4966b1e
[]
no_license
human-osaka-game-2019/Battle-Party-Pacman-Powercookie-Festival
29147ecc75e88ae0f64e641d8470fb13ec66dc80
61a130c223bd8b00eea2324779fbbe8ecd5f71bc
refs/heads/master
2021-07-25T08:57:56.139405
2019-08-07T03:27:43
2019-08-07T03:27:43
198,361,510
0
0
null
null
null
null
UTF-8
C++
false
false
666
h
#ifndef RESULT_H #define RESULT_H #include "DirectX.h" #include "Main.h" class Result { public: void Result_Scene(); enum SCENE_PHASE { LOAD, PROCESSING, RELEASES }; //リザルトのフェーズの宣言 Result::SCENE_PHASE Phase = Result::LOAD; private: enum oneORtwo { one, two, }; void Loading(); void Proce...
[ "shouma20000407@gmail.com" ]
shouma20000407@gmail.com
8f43d8f1d9743ed405343add7444f9581407a6e7
7844e4323c68024ec8bbdabb379753b6d59e263c
/data_structures/treap_implicit_test3.cpp
ae7c10d07374e52a67fd2098418dcc2dd927e6a3
[]
no_license
mariano-piatti/icpc-team-notebook-lucario
2c5102998536e7013d7046ae0e4d60841cc15b03
40cce94b0cccbcfe0a020c7ae2ea261545f00a0a
refs/heads/master
2020-04-21T05:00:28.634262
2019-08-12T14:04:56
2019-08-12T14:04:56
169,328,612
1
0
null
null
null
null
UTF-8
C++
false
false
2,057
cpp
// SPOJ CERC07S - AC // http://www.spoj.com/problems/CERC07S/ // (yet another example...) #include <bits/stdc++.h> #define pb push_back #define mp make_pair #define fst first #define snd second #define fore(i,a,b) for(int i=a,ThxDem=b;i<ThxDem;++i) using namespace std; typedef long long ll; typedef struct item *pitem;...
[ "noreply@github.com" ]
noreply@github.com
14b5da62a64d466433a369b61ccc99e04b1a9bc9
12d2029000e82a43d51c3e9ab4889845119f4388
/sengine/AudioEngine/Source/AudioEngine.h
d16040264e0ab2b7ce6ed6aaaec2f67e25831fd7
[]
no_license
s-toy/Infinite
de17c7440471d94317136b42454ae2171078764e
b672d81f352ad9004ff366ce06fa453c01f88daf
refs/heads/master
2020-03-27T20:15:49.964278
2019-05-01T14:08:13
2019-05-01T14:08:13
147,053,417
1
0
null
null
null
null
UTF-8
C++
false
false
789
h
#pragma once #include <string> #include <vector> #include <common/Singleton.h> #include "AudioEngineExport.h" #include "AudioEngineCommon.h" namespace sengine { namespace audioEngine { class IAudioEngineImp; class CAudioEngine : public hiveOO::CSingleton<CAudioEngine> { public: CAudioEngine(); virtual...
[ "1007833641@qq.com" ]
1007833641@qq.com
8cdd8c8c53c763d4e4d70350ad314077231fd185
378432e3975c3211201c079ad881f3a3c4b41564
/Anil Tiwari.cpp
47ff8c777443e872b5896245794279e77f39017c
[]
no_license
Aniltiwari786/Multilevelqueue
83b376e346e0f704f57ea4cbc7f57ef0ebef1570
594e95fc3d3a759b3e5e24f383610412b9f80400
refs/heads/master
2020-03-10T23:06:58.078141
2018-04-15T17:27:45
2018-04-15T17:27:45
129,633,844
0
0
null
null
null
null
UTF-8
C++
false
false
7,725
cpp
#include<stdio.h> struct process_structure { int process_id, arrival_time, burst_time, priority; int w_flag,waiting_time; int turnaround_time; }; int main() { int limit, count; int time_quantum; int waiting_time; int i, j; printf("\nQueue Level 1 : Fixed priority preempti...
[ "noreply@github.com" ]
noreply@github.com
fa905495ed495943e58f316bbb975f685be5c6d2
8e69e7c01651a02deda45cac1dd47e4df14acac1
/6. Miller-Rabin 소수 판별 알고리즘과 Pollard-Rho 소인수분해/BOJ_4149.cpp
735955c89ddba684bcbecb921a27c6592dcfcc44
[]
no_license
ishandutta2007/Number_Theory_in_CP_PS
9d61dbafe9a81cd36f7363df2d67b8fdb73d16c6
841fe98808be7590831f1199032c926d577a9289
refs/heads/main
2023-04-05T05:04:54.305258
2021-03-29T04:34:29
2021-03-29T04:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,151
cpp
#include <bits/stdc++.h> #define fio ios::sync_with_stdio(false);cin.tie(0);cout.tie(0); using namespace std; typedef long long int ll; typedef unsigned long long int ull; typedef long double ldb; mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); // a lot of code chunks are taken from // h...
[ "noreply@github.com" ]
noreply@github.com
1912e3fe01c6719ae24e92c067b7f3e485483ab9
d61f2cac3bd9ed39f95184b89dd40952c6482786
/testCase/results/10/phi
eb4c63411b532c3f9aec63e26841d8c7a1ecbae4
[]
no_license
karimimp/PUFoam
4b3a5b427717aa0865889fa2342112cc3d24ce66
9d16e06d63e141607491219924018bea99cbb9e5
refs/heads/master
2022-06-24T08:51:18.370701
2022-04-28T18:33:03
2022-04-28T18:33:03
120,094,729
6
3
null
2022-04-27T09:46:38
2018-02-03T13:43:52
C++
UTF-8
C++
false
false
23,422
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.1 | ...
[ "mohsenk@outlook.com" ]
mohsenk@outlook.com
946061755e303c07d6baacb31e05f8e3159c953f
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/xgboost/xgboost-old-new/xgboost-old-new/dmlc_xgboost_new_file_223.cpp
32495fb3b2dd78a1d5e76992da8f22a17482dbc2
[]
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
23,759
cpp
#ifndef XGBOOST_UTILS_QUANTILE_H_ #define XGBOOST_UTILS_QUANTILE_H_ /*! * \file quantile.h * \brief util to compute quantiles * \author Tianqi Chen */ #include <cmath> #include <vector> #include <cstring> #include <algorithm> #include <iostream> #include "./io.h" #include "./utils.h" namespace xgboost { namespace...
[ "993273596@qq.com" ]
993273596@qq.com
cdb6e9441c5ae5160a59f63cd43f825ba2a96e46
f4b22a13a59a359c77cde83217acda8cc6c199a1
/out/windows/cpp/obj/include/spinehx/ArrayUtils.h
8ed2f75de03ad650400287508a1eba74d6726c03
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
UltraVisual/spinehx
5ea680c6bcbb4b55f25bca7ee87375ba873d42a0
bee1d444991edb41b66ef43963ad26220dddfd34
refs/heads/master
2021-01-18T16:45:51.461897
2013-07-22T22:26:47
2013-07-22T22:26:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
956
h
#ifndef INCLUDED_spinehx_ArrayUtils #define INCLUDED_spinehx_ArrayUtils #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS1(spinehx,ArrayUtils) namespace spinehx{ class HXCPP_CLASS_ATTRIBUTES ArrayUtils_obj : public hx::Object{ public: typedef hx::Object super; typedef ArrayUtils_obj OBJ_; ArrayUtil...
[ "shanej@ultravisual.co.uk" ]
shanej@ultravisual.co.uk
10f7e3e5d6ef3172275c9070dd7acc315e27393f
dbcfb16ac73b6a56cc7a8f484d6c07316de1512a
/usrp/host/lib/legacy/db_boards.h
037c460371ff31392631b10f3f25af9145b1e2e5
[]
no_license
nesl/uant
7d01c72041e8d3709e674660beab4a96aad5ce33
f60f41022382040c982b02e0292b2a634119b7a2
refs/heads/master
2021-01-21T12:36:55.082284
2009-11-28T22:25:17
2009-11-28T22:25:17
12,229,437
1
1
null
null
null
null
UTF-8
C++
false
false
1,016
h
/* -*- c++ -*- */ // // Copyright 2008 Free Software Foundation, Inc. // // This file is part of GNU Radio // // GNU Radio is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either asversion 3, or (at your op...
[ "torres@de063d3e-1f6d-0410-b845-a75911d76424" ]
torres@de063d3e-1f6d-0410-b845-a75911d76424
1a139950f3d3b1afc730ebde741c8dc9dd5cabf7
cefd6c17774b5c94240d57adccef57d9bba4a2e9
/WebKit/Source/WebCore/storage/StorageAreaSync.h
a5934b005238595197d8e22e44cfe9edf0a67e21
[ "BSD-2-Clause", "LGPL-2.0-only", "LGPL-2.1-only", "BSL-1.0" ]
permissive
adzhou/oragle
9c054c25b24ff0a65cb9639bafd02aac2bcdce8b
5442d418b87d0da161429ffa5cb83777e9b38e4d
refs/heads/master
2022-11-01T05:04:59.368831
2014-03-12T15:50:08
2014-03-12T15:50:08
17,238,063
0
1
BSL-1.0
2022-10-18T04:23:53
2014-02-27T05:39:44
C++
UTF-8
C++
false
false
3,638
h
/* * Copyright (C) 2008, 2009, 2010 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of ...
[ "adzhou@hp.com" ]
adzhou@hp.com
9194800af55cb131da0b08a3a16f6c2717f4ceca
90c08ef04dcf2b761ea8b3c1f5d619f4b0c31537
/16.27/middle.cpp
d6707c702e1705317b82d6ad94cef2158255ebb3
[]
no_license
zhangzhangjjww/CCCC
8dfa0d318a04ab31735811efc1eaadab0ef668d9
65a8e825c21471626693961141738ad2a71054b0
refs/heads/master
2021-01-22T07:57:12.668567
2017-05-27T08:55:29
2017-05-27T08:55:29
92,586,128
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
559
cpp
template <class T> typename T::value_type middle(T t) { for(int i=1;i!=t.size();++i) { int j=i-1; typename T::value_type key=t[i]; while(j>-1&&t[j]>key) { t[j+1]=t[j]; --j; } t[j+1]=key; } typename T::size_type middle=t.size()/2; ...
[ "781728275@qq.com" ]
781728275@qq.com
3c093f365f13e20abbbf167e4030e79a6cdd38c4
b5c759b65c1cb1d6a8ec9192f25546b5480d5ecf
/UniverseTrip.cpp
8dab0356bd4b52a84b1afd7f016aacbea7e460e7
[]
no_license
pierrecwchen/UniversalTrip
ac2cc31b4460ff91a4efcc73ee149467f9478549
bce3a159535ff870f0b48cb0adbae76bc948b43c
refs/heads/master
2020-03-21T06:03:56.370832
2018-06-21T18:51:05
2018-06-21T18:51:05
138,196,571
0
0
null
null
null
null
UTF-8
C++
false
false
8,452
cpp
//********************************************************************** // UniverseTrip.cpp Copyright by Pierre Chen. // // A driver class which has several events callback, initialize // the VAO and VBO, and draw and show things on screen. // // Press: // // "up" and "down" to increase and decrease speed o...
[ "pierre.cw.chen@gmail.com" ]
pierre.cw.chen@gmail.com
250bf3e2789a6c6a4db59cffc154627894733f99
fc0b6bc7e449dbad310603fc51a3cfad6a161b7c
/battleship_game/signin.cpp
c001070ef1892986ef987eb3dc14d2e246e84046
[]
no_license
jshah41/BattleShip-Extreme-Game
a0e03872af674cef0821b6564c08e618206d7630
e41f11afaa38b5c7c37eb5119173e5c93c66093e
refs/heads/master
2021-01-10T09:25:19.968472
2016-03-09T07:27:50
2016-03-09T07:27:50
53,476,532
0
0
null
null
null
null
UTF-8
C++
false
false
4,335
cpp
#include "signin.h" #include "ui_signin.h" SignIn::SignIn(QWidget *parent) : QDialog(parent), ui(new Ui::SignIn) { ui->setupUi(this); ui->tenButton->hide(); ui->fifteenButton->hide(); ui->twentyButton->hide(); ui->spinBox->setMaximum(99); ui->spinBox->setMinimum(1); ui->spinBox->se...
[ "Jenish Shah" ]
Jenish Shah
c0443f89f91a24616e06fa2ae77140e19218ae07
45874c847c5a2fc4e89e05a7fc8ad9b63d8c4860
/sycl/test-e2e/Basic/accessor/device_accessor_deduction.cpp
6502906859794e25ddbe12da8c11ce66b7d54823
[ "NCSA", "LLVM-exception", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
intel/llvm
2f023cefec793a248d8a237267410f5e288116c5
a3d10cf63ddbdcc23712c45afd1b6b0a2ff5b190
refs/heads/sycl
2023-08-24T18:53:49.800759
2023-08-24T17:38:35
2023-08-24T17:38:35
166,008,577
1,050
735
NOASSERTION
2023-09-14T20:35:07
2019-01-16T09:05:33
null
UTF-8
C++
false
false
140
cpp
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Daccessor_new_api_test %S/Inputs/device_accessor.cpp -o %t.out // RUN: %{run} %t.out
[ "noreply@github.com" ]
noreply@github.com
cf775f5dd728f411ed412bd67292aed46463ba29
6d9f7e3fdff75933f0414adb303d293c83f1c893
/HW11/code/Classes/HelloWorldScene.cpp
716c86b135d1b5819a572de2c6efc2263e9b4be0
[]
no_license
worstprogrammerCN/cocos2d_course
853940e4ceaaf923d19c85d372ee6f908d078930
d78b54dcb16c224268c96512f2975d813c7af2fa
refs/heads/master
2021-05-05T09:28:50.554795
2018-01-21T16:32:16
2018-01-21T16:32:16
117,879,302
0
1
null
null
null
null
GB18030
C++
false
false
7,343
cpp
#include "HelloWorldScene.h" #pragma execution_character_set("utf-8") USING_NS_CC; Scene* HelloWorld::createScene() { // 'scene' is an autorelease object auto scene = Scene::create(); // 'layer' is an autorelease object auto layer = HelloWorld::create(); // add layer as a child to scene scene...
[ "657278923@qq.com" ]
657278923@qq.com
5df655952e72ba4273119b220284a99af8815c96
28dcee16e7ed1ce20c470ddd3f30117babd14447
/KTLT/C1andC2/Chuong2_Bai11.cpp
884f5616e9bff65ef75b82dad3d5a180235b3707
[]
no_license
realTranQuocBao/GTS
ffda6c3c09608fb8f302acc27c063fe8a5e80977
fc050db227caa2261af101b74773f724c2071a71
refs/heads/master
2021-04-12T13:39:18.989550
2020-10-24T18:46:13
2020-10-24T18:46:13
249,457,722
0
1
null
null
null
null
UTF-8
C++
false
false
586
cpp
// 1951120086 - Tran Quoc Bao #include <iostream> #include <math.h> using namespace std; int main(){ //info program cout<<"Tinh gan dung sin theo cong thuc xap xi (Khai trien Taylor)\n"; //Khai bao double x,s,i,nGT; //Nhap du lieu cout<<"Nhap x = "; cin>>x; //tinh toan s = 0; for (i = 0; i<32000 ; i...
[ "-" ]
-
489bcbbf55fa60b5730bbae60a6a2902b4262b39
79cc728daf0813ced0f855a824f42ac2d390e97e
/Cpp/cpp32/32-2/Stack.h
a4dbbfe34107e558f9f8cfd977cb659fee8026af
[]
no_license
ueclectic/step-homeworks
ed2d7f3a6ccbb8dd7e3cf91b04fbf49c48ebf24b
37dab02cde52bc5b1ad447ccc8edd2dab67448ec
refs/heads/master
2021-06-01T08:23:12.741134
2016-03-11T17:16:54
2016-03-11T19:51:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
678
h
#include "List.h" template <class T> class Stack : public List<T> { public: Stack() :List<T>(){} virtual ~Stack(){} virtual void Push(const T& value); /*virtual T Pop();*/ }; template <class T> void Stack<T>::Push(const T& value) { ListNode<T>* tmp = new ListNode<T>; tmp->value = value; if (...
[ "matviienkos@gmail.com@7c4d67bf-a6d6-bd9e-cbfa-6ceb9c08b31b" ]
matviienkos@gmail.com@7c4d67bf-a6d6-bd9e-cbfa-6ceb9c08b31b
d000aaf51c563cf480022606b13b6fedd5756ffc
3e08aa43ae826806e0b81a17abbf3f5080a0ca75
/legacy-trunk/src/pductrl/MainWindow.h
57f26edb532c16abb0a82c96be6aa83f7eee3755
[]
no_license
azonenberg/antikernel
e16317ad500df041cabe433b34d48860f2513eb9
6c2915428b897b596694419b428202e9b5273b80
refs/heads/master
2020-12-25T14:49:24.248229
2020-04-23T21:36:48
2020-04-23T21:36:48
65,697,682
114
12
null
null
null
null
UTF-8
C++
false
false
4,362
h
/*********************************************************************************************************************** * * * ANTIKERNEL v0.1 ...
[ "azonenberg@drawersteak.com" ]
azonenberg@drawersteak.com
685a99495b70919441b60a07f5b2043f8bbfec22
fef72159d9b3dd1460b8b9a9cc8f849a459a7bc5
/Widget/exhibitionpage.h
e88db31fa37bc0e163802cfce3e9e5f62053c04b
[]
no_license
insorker/EOAST_DesktopApplication
20836b7e4cd83a1e780e1957f9d69eab9fd031f5
c931c28d9a45ed6701980804e6ed5988a2ae2f5c
refs/heads/main
2023-01-27T17:05:23.230982
2020-11-29T09:00:41
2020-11-29T09:00:41
316,524,902
5
0
null
null
null
null
UTF-8
C++
false
false
244
h
#ifndef EXHIBITIONPAGE_H #define EXHIBITIONPAGE_H #include <QWidget> class ExhibitionPage : public QWidget { Q_OBJECT public: explicit ExhibitionPage(QWidget *parent = nullptr); signals: public slots: }; #endif // EXHIBITIONPAGE_H
[ "2677331029@qq.com" ]
2677331029@qq.com
46346254d8574db4862e12b1950f970e5bb9fb4b
2e10a55bcc27421c2ce00bac67d62ca3ae7a43be
/pipeline/geometrypacker/source/dscvertex.cpp
f835c8709130fa2989829cc167a669199df396e2
[ "Unlicense" ]
permissive
DavidCoenFish/ancient-code-0
2f72b8e20406b9877daa032f9e9fb8343da62340
243fb47b9302a77f9b9392b6e3f90bba2ef3c228
refs/heads/master
2020-03-21T10:18:30.613722
2018-06-24T01:18:30
2018-06-24T01:18:30
138,444,313
0
0
null
null
null
null
UTF-8
C++
false
false
2,273
cpp
//file: DscVertex.cpp #include "DscVertex.h" //construction DscVertex::DscVertex(const int in_keyIndex, const TArrayByte& in_arrayByte) : mKeyIndex(in_keyIndex) , mArrayByteData(in_arrayByte) , mArrayByteCmp(in_arrayByte) { return; } DscVertex::DscVertex(const DscVertex& in_src) : mKeyIndex(-1) , mArrayByteData() ,...
[ "35204591+DavidCoenFish@users.noreply.github.com" ]
35204591+DavidCoenFish@users.noreply.github.com
c7a57af53f92336d81677e31b4c0834d5bdd4472
bf76ebe02527b728313664a9f6dfdfe1411e6a81
/infer/tests/codetoanalyze/cpp/bufferoverrun/realloc.cpp
9832ed5d3a6b39cd38ac67d9ea0edd4e9dd69a20
[ "MIT", "GPL-1.0-or-later" ]
permissive
facebook/infer
30d13fd15e1d1c333800369b9120ac14c1e0c9e5
80a888ee5c534a40d4a178e5da3eaa61a3334ad1
refs/heads/main
2023-08-31T11:34:35.419621
2023-08-31T08:56:41
2023-08-31T08:56:41
29,857,799
15,855
2,632
MIT
2023-08-24T09:51:53
2015-01-26T11:19:13
OCaml
UTF-8
C++
false
false
2,225
cpp
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <cstdlib> void realloc_Good() { int* buf1 = (int*)malloc(2 * sizeof(int)); buf1[0] = 3; int* buf2 = (int*)realloc(bu...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
586b606d927641a741976c4fecba801def0cce69
f4b3ff337b98ae52d1b0162efa2c505bde51bd17
/src/qt/pop/game0/game0board.h
9ef13fde76f459c6f4c2975d717893ce535c7a84
[ "MIT" ]
permissive
MerlinMagic2018/ring
6eb6e198adc48080463b14ee354c1d101cdd9e1f
2e03c4e72da7b227147db9ea55cf1f51165e3f5c
refs/heads/master
2023-04-20T08:17:08.358714
2021-05-17T16:27:23
2021-05-17T16:27:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,453
h
// Copyright (c) 2019 The Ring Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // Ring-fork: Pop #ifndef RING_QT_POP_BOARD_H #define RING_QT_POP_BOARD_H #include <QWidget> #include <QLabel> #include <QPushB...
[ "coldcity@gmail.com" ]
coldcity@gmail.com
b4235de07f5611b1ba6f60f823c18589a9e0fadb
5037b1f698ae9e1a9757402835826abdecf054bb
/src/DBService.cpp
8ccf3f6eb93cb29173752bddbabb1064de066cd9
[]
no_license
UnnaturalCabbage/course-work
47054c3982ae1aef5b8d7973d20b706ccee51b31
803e9aab6367a50ba4bb14aea0c403c70660735a
refs/heads/master
2022-08-02T07:00:21.803124
2020-05-20T13:36:06
2020-05-20T13:36:06
264,755,550
0
0
null
null
null
null
UTF-8
C++
false
false
4,222
cpp
#include "DBService.h" JsonDB::DBService::DBService() {} JsonDB::DBService::DBService(Model *model, std::vector<std::string> indexes = {}) : JsonDB::DB(model) { this->setIndexes(indexes); } void JsonDB::DBService::setIndexes(std::vector<std::string> indexes) { this->indexes = indexes; } std::vector<std::string> J...
[ "bogdan.ksenov@gmail.com" ]
bogdan.ksenov@gmail.com
6d0ae35289a363f4746c3c08107497cfcab11a71
74a76e0b0041ba6bf30386de9ddd2ffe1212f6ab
/src/s2/sequence_lexicon_test.cc
f2277ae5d37ad696977b400ccac5d22cddde7d68
[ "Apache-2.0" ]
permissive
ForlornDark/s2geometry
e80e3b532654b492b63e914099329faf10c6869a
bc50615e49951fb1f8b3f6c209538aecd1dc05a2
refs/heads/master
2021-09-08T03:15:30.762768
2018-03-06T15:54:58
2018-03-06T15:54:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,587
cc
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
[ "jmr@google.com" ]
jmr@google.com
2dda2d8a15b55f797aeb1ff962fb474a655ca7e0
41d6b7e3b34b10cc02adb30c6dcf6078c82326a3
/src/plugins/aggregator/rss20parser.h
1c174186dd53d04c761eb20218f70282a539bb44
[ "BSL-1.0" ]
permissive
ForNeVeR/leechcraft
1c84da3690303e539e70c1323e39d9f24268cb0b
384d041d23b1cdb7cc3c758612ac8d68d3d3d88c
refs/heads/master
2020-04-04T19:08:48.065750
2016-11-27T02:08:30
2016-11-27T02:08:30
2,294,915
1
0
null
null
null
null
UTF-8
C++
false
false
2,192
h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
050f1f9a2c1445c7ff27316fa641e3091f7589f0
86f0d12949fc20a11e933377e2efc6ea362efd55
/test.cpp
e7d1a346fbf6326360ad68b07cd19b76117c4600
[]
no_license
jsc723/sparse-table
f27b4a174cb0a62237d498e6b63d1ce17da71aa8
44d3da054761c966bef6ad5e48e3e6459e40808d
refs/heads/master
2022-11-05T02:33:28.822541
2020-06-21T00:18:36
2020-06-21T00:18:36
273,804,552
0
1
null
null
null
null
UTF-8
C++
false
false
2,396
cpp
#include "sparse-table.h" #include <algorithm> #include <iostream> #include <random> #include <numeric> #ifndef NDEBUG # define ASSERT(condition, message) \ do { \ if (! (condition)) { \ std::cerr << "Assertion `" #condition "` failed in " << __FILE__ \ << " line " << __L...
[ "jsc723@berkeley.edu" ]
jsc723@berkeley.edu
8dfe74717c6e0ec22b193e85e0429185b71827bd
8e3bed8a6cdd5f979840b205f9cedbe297769f13
/Source/GameServer/src/Event.cpp
cfbd8fcbb104489512b30d07bdfa203dbdcb6b5c
[ "MIT" ]
permissive
vuonglequoc/ServerSimulator
93cd48edf1cd5bec77e9c823b930bf35f26c7111
12bd6f24fcf957c657864a81da3dfb0467b48c2b
refs/heads/master
2023-02-03T05:55:40.232793
2020-12-19T22:27:34
2020-12-19T22:27:34
35,360,781
2
0
null
null
null
null
WINDOWS-1252
C++
false
false
41,310
cpp
//--------------------------------------------------------------------------- // # Project: HaRiBO MU GameServer - Supported Season 6 // # Company: RealCoderZ MU Development © 2011 // # Description: MU Event Class // # Developed By: WolF & M.E.S //-----------------------------------------------------------------...
[ "lelordoftech@gmail.com" ]
lelordoftech@gmail.com
3e688a134c745b2997c164e317ec3ca9f9084cd7
1c234560339a5099cbfa7d6e1f8dd597cda63adf
/include/quill_lerpraster_impl.h
8ac90ce7e181bfdb57a5c390e9cce60305385a6a
[]
no_license
reMarkable/quill
75356761baa02337a269001c9dce83fa3d25dde4
01b88a2e77d79b6caae26422340a256d1b2b957b
refs/heads/master
2023-08-29T16:57:34.352571
2020-05-26T08:14:32
2020-05-26T09:24:55
138,282,651
5
1
null
2018-06-22T09:21:21
2018-06-22T09:21:21
null
UTF-8
C++
false
false
5,828
h
/* Copyright (c) 2019, reMarkable AS <technology@remarkable.no> Copyright (c) 2019, Gunnar Sletta <gunnar@crimson.no> 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. Redi...
[ "gunnar@crimson.no" ]
gunnar@crimson.no
92ae5582e5abd1074039107bdaacd7d3115b6524
89b45eea1ea2e1850f89d89544aa1043e32ba9ac
/LinkedList/ReverseN.cpp
da0e626f204cf33a91ad0bd2883518f58a60ce25
[]
no_license
riddletom76/Learning
f578df416ff70c6ce8ad37c1070389b73b9987e8
f993d5250d1377b4a60af99857fa19f6da31f0a6
refs/heads/master
2023-01-23T03:33:57.345665
2021-02-17T11:06:48
2021-02-17T11:06:48
177,271,267
0
0
null
2023-01-01T20:45:42
2019-03-23T09:45:37
JavaScript
UTF-8
C++
false
false
779
cpp
#include<iostream> #include "LinkedList.h" using namespace std; Node* ReverseNNodes(Node* head, int key){ int pos = 1; Node* temp = head; while(pos<key){ temp = temp->next; pos++; } Node* restOfList = temp->next; temp->next = NULL; Node* temp1 = head; Node* prev = NULL; while(temp1!=NULL){ Node* x = tem...
[ "riddletom76@gmail.com" ]
riddletom76@gmail.com
7eeffa226d02260a827bc3bf79f7d62035da7e0d
cc7cbd51c4b702bc87c0f54667d77e618c9d82ca
/src/mssql_connection.hpp
47d9706221275a4404a40a4fc05941e3a1bc4775
[ "MIT" ]
permissive
firstblade/mssql-input-plugin
8ce1d6903c11e70944bfda2b44b06e35d48c9850
55bf8a3c17a8d8e200a9b527791224d0317c7b6b
refs/heads/master
2021-01-12T04:32:52.412275
2015-06-14T01:07:03
2015-06-14T01:07:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,927
hpp
#ifndef MSSQL_CONNECTION_HPP #define MSSQL_CONNECTION_HPP #include "odbc_exception.hpp" #ifdef _WINDOWS #include <windows.h> #endif // _WINDOWS #include <sql.h> #include <sqlext.h> #include <string> class mssql_connection { public: mssql_connection(const std::string& connection_string) : env_(0), co...
[ "joelsbrown1@gmail.com" ]
joelsbrown1@gmail.com
85e451f046fb4832ceb7ebc94bf00b6d6c14c616
72bbf05fd4fa4f8ab3c631d2d69fba457594848b
/commons.h
81c395ae8848e4e90da647ddb4fc0348282184ef
[]
no_license
WaveLong/mini_sql
9577ee72e259e1856c72009dfa2304ecb7496a69
cf2f629511481cb2f4589a67b3e517ccd0bb7ab8
refs/heads/master
2023-04-21T20:35:31.394173
2021-05-22T13:24:02
2021-05-22T13:24:02
369,935,640
0
0
null
null
null
null
UTF-8
C++
false
false
228
h
#pragma once #include <string> using namespace std; void _to_lower(string& s) { for (auto& ch : s) ch = tolower(ch); } bool _is_all_num(const string& s) { bool res = true; for (auto ch : s)res &= isdigit(ch); return res; }
[ "31360595+WaveLong@users.noreply.github.com" ]
31360595+WaveLong@users.noreply.github.com
725783a1c223a33a5e1320f3b6c603a1bfc80b29
67a9a963355213da3ba2d7fe8fa1922dd7edc3c3
/src/usr/diag/attn/attntarget.H
31070744fac6697c589a635318ca8e5cde0968cb
[ "Apache-2.0" ]
permissive
tseredynski/hostboot
737ce346fb1c8c2cab258fb26c2592c5ac9c186c
5dccc9bcd198b69cb33fc824a6a721ab1e88ff36
refs/heads/master
2021-01-18T00:14:04.971954
2014-11-12T15:55:32
2014-11-12T16:41:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,582
h
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/usr/diag/attn/attntarget.H $ */ /* ...
[ "iawillia@us.ibm.com" ]
iawillia@us.ibm.com
87c61bc451cddd86c55b08c6391ad882a61d649a
c98812885e4173fc57ef1a1fb43b92c119cb7daf
/src/modules/remote_bitrate_estimator/aimd_rate_control.cc
da131766458ac70e7a39c9f70f236be61f4e82ac
[ "LicenseRef-scancode-google-patent-license-webrtc", "BSD-3-Clause" ]
permissive
dusxmt/tg_owt
b42d1d420640445b4af99447582b7a72bb7b4386
ceef372ff87c1b6b9ab925cb30ccd00388f8fe73
refs/heads/master
2023-05-02T08:04:47.410674
2020-09-10T11:18:39
2020-09-10T11:22:39
294,527,690
0
0
BSD-3-Clause
2020-09-10T21:35:52
2020-09-10T21:35:51
null
UTF-8
C++
false
false
16,146
cc
/* * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "johnprestonmail@gmail.com" ]
johnprestonmail@gmail.com
1f7ddcbd9b44b75f227560465d648a498d289122
efc9f7ce45fd208d6ed43c41ea9a6ed8b4664feb
/src/libs/SGAL/include/SGAL/Image_textureWT.hpp
d6bafd4b830e90685e1bd10f2eeeb47b6d7213e4
[]
no_license
efifogel/sgal
312d604e879240baae60e82faa87acc637a38542
bb3ebcb1c06aff311f3ea095f50e02cc6bd2983e
refs/heads/master
2020-03-27T22:15:31.407935
2018-09-03T13:38:10
2018-09-03T13:38:10
147,217,311
4
0
null
null
null
null
UTF-8
C++
false
false
1,838
hpp
// Copyright (c) 2004 Israel. // All rights reserved. // // This file is part of SGAL; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation; version 2.1 of the // License. See the file LICENSE.LGPL distributed with SGAL. // ...
[ "efifogel@gmail.com" ]
efifogel@gmail.com
92a59384490851fe1425820b475bdb31048d371d
8072c1cf03f82fd1891536e93b6c28f16df82ea4
/metamorphosys/META/externals/HCDDES/src/models/Motivate/MotivateInterpreter/motivate_process.cpp
7690058ffe09fb7c514c6ceab2496c45ef06f2a7
[ "LicenseRef-scancode-other-permissive" ]
permissive
15831944/metamorphosys-desktop
90a26c6700c444accd58358c457d675eb2fdd59f
4adb71c18f7811289fc4ba4dcb465e99e93d8e60
refs/heads/master
2021-05-30T13:34:07.037424
2015-09-24T22:09:05
2015-09-24T22:09:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,238
cpp
/*** Included Header Files ***/ #include "motivate_process.h" #include "templateAction.h" /************************************************************************************/ std::map< std::string,std::string > Process::BuildParamMap( void ) { std::map< std::string,std::string > paramMap; // Get the r...
[ "adam.nagel+git@gmail.com" ]
adam.nagel+git@gmail.com
f2b5af0a24065821229199f973469679bcf320ae
ac0b9c85542e6d1ef59c5e9df4618ddf22223ae0
/kratos/.svn/pristine/f2/f2b5af0a24065821229199f973469679bcf320ae.svn-base
61913206e1d580d0d713645bc8b7fe6372699c35
[]
no_license
UPC-EnricBonet/trunk
30cb6fbd717c1e78d95ec66bc0f6df1a041b2b72
1cecfe201c8c9a1b87b2d87faf8e505b7b1f772d
refs/heads/master
2021-06-04T05:10:06.060945
2016-07-15T15:29:00
2016-07-15T15:29:00
33,677,051
3
0
null
null
null
null
UTF-8
C++
false
false
9,152
/* ============================================================================== Kratos A General Purpose Software for Multi-Physics Finite Element Analysis Version 1.0 (Released on march 05, 2007). Copyright 2007 Pooyan Dadvand, Riccardo Rossi pooyan@cimne.upc.edu rrossi@cimne.upc.edu CIMNE (International Center for...
[ "enriquebonetgil@hotmail.com" ]
enriquebonetgil@hotmail.com
e2675c61d538fefaea751d4d6a92ff16f0063a31
955495deb1cc626b104091682f0bc56c354a88a4
/InfiniTAM/ITMLib/Utils/ITMCalibIO.cpp
14a7a9348ed3707e92790170ff6e989ab7dabd2f
[]
no_license
mbuffier/3Dsegmentation
53aab08fde865f5f348421d2f9cf09908c5eab63
3be7855d0d9b8624a73ff8b286c0649cbeadc128
refs/heads/master
2021-03-24T13:56:44.876646
2017-10-02T02:19:18
2017-10-02T02:19:18
105,488,483
5
2
null
null
null
null
UTF-8
C++
false
false
3,346
cpp
// Copyright 2014-2015 Isis Innovation Limited and the authors of InfiniTAM #include "ITMCalibIO.h" #include <fstream> #include <sstream> using namespace ITMLib::Objects; bool ITMLib::Objects::readIntrinsics(std::istream & src, ITMIntrinsics & dest) { float sizeX, sizeY; float focalLength[2], centerPoint[2]; sr...
[ "maud.buffier@gmail.com" ]
maud.buffier@gmail.com
6a182e12317ae70bd4bd15d795669df34ba25242
7e33124edf1470ded669933be37237a1ad2f8331
/library/Dx9Lib/Dx9LibFade.cpp
8631b1c894010a8f66326ad204719825db94c388
[]
no_license
kowataN/dx9
09409104f010d4195c01c3a28ec77265b6da9440
11c705fbba0d8bdd20ab0ca7377e3a6f3ba8428f
refs/heads/master
2021-05-12T12:23:54.585336
2018-01-14T08:40:55
2018-01-14T08:40:55
117,412,605
0
0
null
null
null
null
UTF-8
C++
false
false
7,349
cpp
/******************************************************************************/ // DirectX9ライブラリ // フェード /******************************************************************************/ //----------------------------------------------------------------------------// // インクルード //--------------------------------------...
[ "irum1024@hotmail.com" ]
irum1024@hotmail.com
9ded75ee35767dd2a8264af5f8ed2ac287505bde
669c29669e86175e65da2799fe26068cec63a70e
/branches/daly/version9/back_end/general/include/Cell.h
c6e397cc0bbd6b3b5e0b23115e7e737fb070871c
[]
no_license
markuspf/magnus
b5a77a961caba44783122c7c68d93fa6b8e94237
a13d0c3c84fd37f82c0eda2bd3006c7bd6b546aa
refs/heads/master
2020-12-24T06:52:39.856479
2012-01-12T03:43:50
2012-01-12T03:43:50
73,392,353
0
0
null
null
null
null
UTF-8
C++
false
false
2,297
h
// Copyright (C) 1994 The New York Group Theory Cooperative // See magnus/doc/COPYRIGHT for the full notice. // Contents: Definition and implementation of utility // template <class T> class Cell // // Cell is the basic component of externally linked lists. // // Principal Author: Roger Needham // ...
[ "daly@axiom-developer.org" ]
daly@axiom-developer.org
a294722fc8f79303f30a677319aba8699aff9cec
512b3fa89999b10fabf46b9803f3363277a91ee0
/compiler/rules/defsrule.h
0bdd2e5089a0122cff15f41b509ab7874849805f
[]
no_license
BrychDaneel/mtran
bd6fa3a087722e74a2e3853af3eee63eb8349eb6
7248e273ebcf3bb57e4c03e04f8c5331288dbb02
refs/heads/master
2020-03-19T22:01:06.481912
2018-06-11T17:11:10
2018-06-11T17:11:10
136,957,324
0
0
null
null
null
null
UTF-8
C++
false
false
216
h
#ifndef DEFSRULE_H #define DEFSRULE_H #include <baserule.h> class DefsRule : public BaseRule { static DefsRule* instance; void setup(); public: static DefsRule* getInstance(); }; #endif // DEFSRULE_H
[ "BrychDaneel@mail.ru" ]
BrychDaneel@mail.ru
bcc5a3f445c9b81751aaa1187a9bcc7adeb8da35
1af49694004c6fbc31deada5618dae37255ce978
/content/browser/service_worker/service_worker_resource_ops.h
ca71cc48bc070742072feaba6f427e64827ecb22
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
9,743
h
// Copyright 2020 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 CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_RESOURCE_OPS_H_ #define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_RESOURCE_OPS_H_ #include "bas...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
67ae983373a868504beedfb9453abb52344e6b98
9f8ec078e92e7546499876ee427c87a9a0a7c25d
/src/main.cpp
8b1e13f2f3f9dfb2c8d070591bc37964e2f72faf
[]
no_license
AkshayKalose/ME210
3a4265854a8345982f41e6d1f1aa86c701823aad
ad4d636a788650a4a1779466b25ce7365b008877
refs/heads/master
2020-04-27T11:28:23.733334
2019-03-24T21:11:10
2019-03-24T21:11:10
174,296,561
0
0
null
null
null
null
UTF-8
C++
false
false
13,884
cpp
#include "Arduino.h" #include <Metro.h> #include "NewPing.h" #include "AccelStepper.h" // Driving Motors const int enablePinLeft = 3; const int directionPinLeft = 4; const int enablePinRight = 8; const int directionPinRight = 9; // Tape Sensors const int leftIRPin = 14; const int rightIRPin = 16; const int edgeIRPin ...
[ "AkshayProductions@gmail.com" ]
AkshayProductions@gmail.com
39fd00f2a8a96950e955e272970e32bbd090d6da
5ddd0f8060abb163cb9bd6da0a7d31226292dc67
/3rd_party/pylon/include/pylon/usb/BaslerUsbDeviceInfo.h
2769c977e34ba300153033b87926e0a3041efd77
[ "MIT" ]
permissive
aliushn/stereo-vision-toolkit
6c84625a815132d244409ab55d200455b430cfc4
4fb97f47f4efaacb134201d365546dcc93399c82
refs/heads/master
2023-01-13T05:32:40.950492
2020-08-11T10:25:02
2020-08-11T10:25:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,124
h
//----------------------------------------------------------------------------- // Basler pylon SDK // Copyright (c) 2011-2019 Basler AG // http://www.baslerweb.com // Author: AH //----------------------------------------------------------------------------- /*! \file \brief Definition of the CBaslerUsb...
[ "bknight@i3drobotics.com" ]
bknight@i3drobotics.com
5b0e5921cce25f8d2224774556c733c74edbc583
fbbdf61f7322c3a8449c37a692b13150391719b2
/include/carve/mesh_simplify.hpp
c69df587860e929671fe54a08836024db077e8ce
[ "MIT" ]
permissive
Imerso3D/carve
c71d89c992e45cee36777a1bac8a2f35409e1599
4bdffcca9983aa6aed079aa84e8671fa102a62d2
refs/heads/master
2022-06-17T19:46:19.772484
2020-05-04T09:11:38
2020-05-04T09:11:38
261,127,548
0
0
MIT
2020-05-04T09:11:39
2020-05-04T09:09:59
null
UTF-8
C++
false
false
49,484
hpp
// Copyright 2006-2015 Tobias Sargeant (tobias.sargeant@gmail.com). // // This file is part of the Carve CSG Library (http://carve-csg.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 Softw...
[ "tobias.sargeant@gmail.com" ]
tobias.sargeant@gmail.com
262689862be8153cb5a2b9844de1cc548400611d
54e04c1333ac4c14fd9ac08c4add4aa4694227de
/yolo/samples/objectDetector_YoloV3/nvdsinfer_custom_impl_YoloV3/factoryYoloV3Legacy.cpp
2699edfbec631c18f10f20e15222d6d30e1cdfd9
[]
no_license
battlefire/yolo_repo
e555b71684d1f676358597c6f2a3fc2c0bba9b10
5074bac5c5455af5ce0858d4b6f977a02cf8e257
refs/heads/master
2022-05-24T05:09:56.534005
2020-04-24T04:29:20
2020-04-24T04:29:20
258,395,152
1
0
null
null
null
null
UTF-8
C++
false
false
6,127
cpp
/** MIT License Copyright (c) 2018 NVIDIA CORPORATION. All rights reserved. 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...
[ "faithself@sina.cn" ]
faithself@sina.cn
f4bf42a2f68f1dd028f921bba9ccd6ade7d8ec5e
5e5746646b436c0ce9d7f101b268d83d8c4b66ec
/denso_robot_core/src/denso_robot_rc8.cpp
5ee21444f777c8693e15a477dd63b96906de8e3b
[]
no_license
gavanderhoorn/DENSOrobot_denso_robot_ros
d7671230180ba8f8e85f5da8924a6bbe20058523
1406d11e3263856f5a971b1d22feba584aa6a074
refs/heads/master
2021-08-24T06:27:34.502947
2017-12-07T05:39:22
2017-12-07T05:39:22
113,566,203
0
0
null
null
null
null
UTF-8
C++
false
false
31,352
cpp
/** * Software License Agreement (MIT License) * * @copyright Copyright (c) 2015 DENSO WAVE INCORPORATED * * 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, includin...
[ "dwu900641@orin.denso.co.jp" ]
dwu900641@orin.denso.co.jp
709f30e062fc393d4bc75e8f035ecda4745c699a
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/BufferPool/UNIX_BufferPool_FREEBSD.hxx
68ece4ef2506eb4e2a5af05024176a1f9c1106c9
[ "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
1,807
hxx
//%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
39b24f924d3ce3f3be0ab66c191f233f1352866d
dd62d226dc68c87a5cd377785bf32b3b8531845b
/proj.ios_mac/Photon-iOS_SDK/LoadBalancing-cpp/src/Player.cpp
a1493ffa2005a5b7361639b39cdca9e85e8b2f4c
[ "MIT" ]
permissive
h-iwata/MultiplayPaint
f3d1dd1d5cba2f304ed581f3ba9560df3c2d5466
b170ec60bdda93c041ef59625ac2d6eba54d0335
refs/heads/master
2016-09-05T15:00:27.678210
2015-07-09T09:52:18
2015-07-09T09:52:18
35,269,936
1
0
null
null
null
null
UTF-8
C++
false
false
3,109
cpp
/* Exit Games Photon LoadBalancing - C++ Client Lib * Copyright (C) 2004-2015 by Exit Games GmbH. All rights reserved. * http://www.exitgames.com * mailto:developer@exitgames.com */ #include "LoadBalancing-cpp/inc/Player.h" #include "LoadBalancing-cpp/inc/MutableRoom.h" #include "LoadBalancing-cpp/inc/Inte...
[ "hiwata@autock-one.jp" ]
hiwata@autock-one.jp
78f29c96ebde892b7c4cb027ef0eee1497271e0d
89bed21040decf8447df1e30c749e29e1b5c6795
/inf/黄家源/已挂/活跃数/测试.cpp
07e27b1002504fcbf4227f5f3bb363be7b5b8d2e
[]
no_license
Howe829/guati
07a1394d31e2bc51e64bf6991502cf3c63525fe8
6928bf590fd5549456844131d83253043fe31c3e
refs/heads/master
2021-05-09T16:35:45.680200
2018-01-26T15:42:21
2018-01-26T15:42:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,435
cpp
#include<stdio.h> #include<math.h> #include<stdlib.h> using namespace std; int main() { int n,m,i,j,a[25][25],s=20,b[405],index,num; //FILE *f1=fopen("data1.in","wb"),*f2=fopen("data1.out","wb"); //while(s) while(scanf("%d%d",&n,&m)!=EOF) { //n=rand()%18+2; //m=rand()%18+2; /...
[ "845723932@qq.com" ]
845723932@qq.com
a46679a634ca58f5d2724c6dd12294fa484cac9b
e75f899679c2104e76e5e8ce26d92809d8673873
/src/DFRobot_OzoneSensor.cpp
608e2ee94b29c74997999776f31729a7491c6838
[ "MIT" ]
permissive
DFRobot/DFRobot_OzoneSensor
8d9dcacbaa770dc2bf3e6b6c11066065d8c9ee9d
bf073b730981c0e4fc4a6e859173cee4edd8c1fe
refs/heads/master
2023-08-08T04:55:00.409897
2023-08-02T02:30:53
2023-08-02T02:30:53
249,321,764
0
3
MIT
2023-07-31T01:37:23
2020-03-23T02:56:47
C++
UTF-8
C++
false
false
2,663
cpp
/*! * @file DFRobot_OzoneSensor.cpp * @brief Define the basic structure of the DFRobot_OzoneSensor class, the implementation of the basic methods * @copyright Copyright (c) 2010 DFRobot Co.Ltd (http://www.dfrobot.com) * @license The MIT License (MIT) * @author [ZhixinLiu](zhixin.liu@dfrobot.com) * @version V1.0.1...
[ "753310566@qq.com" ]
753310566@qq.com
e6aa2cfcb9172af71bfbccc629c0b7ee49846ba2
fe1af6c53666464c7ae82a33e2b2f0a40f05ebfc
/round_432/A.cpp
2499c116636719033a871273ea1a4d9f0fcc64c6
[]
no_license
kushagra7589/codeforces-contests
6320af5f6d93db38a64f28d918fc3a274e296aee
0870a850d5be7b8b2c6f6d8c24f0caf5ab6eaa9c
refs/heads/master
2021-07-10T08:41:30.975195
2017-10-07T12:06:10
2017-10-07T12:06:10
104,304,905
0
0
null
null
null
null
UTF-8
C++
false
false
288
cpp
#include <bits/stdc++.h> using namespace std; #define pb push_back #define F first #define S second typedef long long ll; int main() { ll n, k, t; cin >> n >> k >> t; if(t <= k) { cout << t; } else if(t <= n) { cout << k; } else { cout << k - (t - n); } return 0; }
[ "kushagra15049@iiitd.ac.in" ]
kushagra15049@iiitd.ac.in
73f49790449bc2c40dab9245feb8a2a4af138132
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/ui/maxsdk/SAMPLES/gup/comsrv/MaxClient/MaxClient.cpp
4c0677893f4ae77e1527620d5890e0b44a9fe717
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,743
cpp
//----------------------------------------------------------------------------- // MaxClient.cpp : Defines the class behaviors for the application. // #include "stdafx.h" //#include <objbase.h> #include <atlbase.h> #include <atlcom.h> #include <atlimpl.cpp> #include "MaxClient.h" #include "MaxClientDlg.h" ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
279c1d2dd144a2fe30e1ab8c729ce915d0ec7f61
b2d0bc3d53d125cc3c996e5cca0e53fb2a4cc914
/.vscode/cquery_cached_index/c@@users@zenon@documents@github@newpros/include@userincludes@accelerometer.cpp
d76c680735a693133cdbd98841add31ae803cb18
[]
no_license
19jloken/NewPros
e33140b9a1eac923dc4d250e690e0a5be9b0931a
9ad31c53505db9787f454a269b7d8e79dc3a67e2
refs/heads/master
2020-04-17T09:58:58.944612
2019-03-12T21:03:25
2019-03-12T21:03:25
166,482,687
0
0
null
null
null
null
UTF-8
C++
false
false
284
cpp
#ifndef accelerometer_cpp #define accelerometer_cpp #include "headers/accelerometer.h" float accelerometerXValue(float xValue) { return xValue; } float accelerometerYValue(float yValue) { return yValue; } float accelerometerZValue(float zValue) { return zValue; } #endif
[ "46459148+ZenonPatzner@users.noreply.github.com" ]
46459148+ZenonPatzner@users.noreply.github.com
84803b1bc5f5f91a2ffe8048da784a9f239f95c9
8c4ab739e3bee07e99e72fcd809fb5868206b1b1
/zestaw5/zadanie2/main.cpp
eaec1197fa8032bb1e9cf366c0e0e3e56443182d
[]
no_license
profesorek96/cwiczenia_cpp
5eeed8c7b7fbf5c9457efebb4edd7e78b0a02556
83dc1eae9073de685b223f24eb92006804bccdb6
refs/heads/master
2021-01-20T12:51:58.607962
2017-05-17T17:28:49
2017-05-17T17:28:49
90,420,413
0
0
null
null
null
null
UTF-8
C++
false
false
1,360
cpp
#include <iostream> using namespace std; class dana{ protected: double x; public: dana(double X):x(X){} virtual string zacheta()=0; virtual double get()=0; virtual void set(double A)=0; virtual int isvalid(double A)=0; }; class bok:public dana{ public: bok(double X):dana(X){} string zacheta(){ ret...
[ "krzysztof.los@vp.pl" ]
krzysztof.los@vp.pl
8505437b61d6a21dcc10a80c4ecc222e6b296ba5
230755bd8523ff5f879ba32d6e42fe72d6e89ca1
/zad 10/Źródło.cpp
423c5963d3a5aee74fbb9901a5c317ef14fc5cd3
[]
no_license
TMalicki/Intermediate---Excercises
be6d56bfc63e323039c898fe0f45b1833f663362
804399c331066aa6ab5cabca879c459a5b479bb0
refs/heads/master
2020-12-19T21:01:40.990480
2020-01-23T17:48:57
2020-01-23T17:48:57
235,851,764
0
0
null
null
null
null
UTF-8
C++
false
false
372
cpp
#include <iostream> #include <fstream> #include <string> #include "WR.h" using namespace std; // file location: //source = "D:\\Visual Studio Enterprise 2019\\workspace\\ZADANIA OD PIOTRA\\intermediate\\zad 10\\zapis.txt"; //remove("D:\\Visual Studio Enterprise 2019\\workspace\\ZADANIA OD PIOTRA\\intermediate\\zad 10...
[ "noreply@github.com" ]
noreply@github.com
41533e1f710254b19900078b57cbc4cedfdd797b
bb04f391bb0a0bd5f7e146d35241744b9a09bd79
/entities/Bullet.h
938cf121889a0b6333a1f6b848b2401e242bbd86
[]
no_license
scurvysteve/galaga-esque
e4dcb475e10eaff64a30eaab336903847ac15fd3
3447430eea665a9ce8d3b8e34da71d7f755d98df
refs/heads/master
2020-12-25T11:05:51.883875
2013-09-09T04:55:21
2013-09-09T04:55:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
403
h
/* * Bullet.h * * Created on: Feb 24, 2013 * Author: joe */ #ifndef BULLET_H_ #define BULLET_H_ #include "GenericEntity.h" class Bullet : public GenericEntity { public: Bullet(); Bullet(int xPosition, int yPosition, int initialXVelocity, int initialYVelocity); virtual ~Bullet(); int handleLogic(); p...
[ "joe@Babel.Babylon" ]
joe@Babel.Babylon
8073d28030f8b66b67b8273e253c0a92459da185
3eb8e65f8ff4c9c2b7ce96d735229b2cfa4b596b
/ShareLib/md5.cpp
6f069a51c64643570e428366e82a6e2e0bf774f1
[ "Apache-2.0" ]
permissive
openlastchaos/lastchaos-source-server
778d44cb2af1cb8fec646c50ae362224124133ac
935b770fa857e67b705717d154b11b717741edeb
refs/heads/master
2023-06-24T11:10:21.088498
2021-07-31T21:49:40
2021-07-31T21:49:40
391,469,204
6
5
null
null
null
null
UTF-8
C++
false
false
16,253
cpp
/* * Functions to compute MD5 message digest of files or memory blocks * according to the definition of MD5 in RFC 1321 from April 1992. * Copyright (C) 1995, 1996 Free Software Foundation, Inc. NOTE: The * canonical source of this file is maintained with the GNU C Library. * Bugs can be reported to bug-glibc@pre...
[ "openlastchaos@protonmail.com" ]
openlastchaos@protonmail.com
7bae997c1de4f956c0f8498d1148846b2372f1c2
b9b50107cae005e227eb4fbeb4831b3a63a8f5c4
/src/model/mesh_physical_box.cpp
0c04bdbff71cac46f4e9fb5c7a2e41edda08d705
[ "MIT" ]
permissive
Shtille/scythe
1d043a8fdd27442e97bfcea5c2055a69b8b579be
b5ddafa3a25d78af34cb6ff00f433988789023d9
refs/heads/master
2022-10-22T08:33:31.669363
2022-10-05T12:04:24
2022-10-05T12:04:24
145,037,537
1
0
null
null
null
null
UTF-8
C++
false
false
7,838
cpp
#include "mesh.h" #include "mesh_part.h" namespace scythe { void Mesh::CreatePhysicalBox(float size_x, float size_y, float size_z, float size_u, float size_v, const Vector3 * position) { MeshPart * mesh_part = new MeshPart(renderer_); auto& vertices = mesh_part->vertices_; auto& indices = mesh_part->indices_...
[ "v.shtille@gmail.com" ]
v.shtille@gmail.com
8890d516b43f04ecccc1a144107fc9e3a7550a8d
337f830cdc233ad239a5cc2f52c6562fbb671ea8
/case5cells/9.5/gradTx
6712387e78a44de190c1d215f31d72818d108992
[]
no_license
j-avdeev/laplacianFoamF
dba31d0941c061b2435532cdfbd5a5b337e6ffe9
6e1504dc84780dc86076145c18862f1882078da5
refs/heads/master
2021-06-25T23:52:36.435909
2017-02-05T17:28:45
2017-02-05T17:28:45
26,997,393
0
0
null
null
null
null
UTF-8
C++
false
false
2,320
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | ...
[ "j-avdeev@ya.ru" ]
j-avdeev@ya.ru
3d1681e13089d4b8ac0bc8c12e4e6cd244563154
803c63295eb7c5793bca40f6a2572704013ec31e
/USACO/Section 5.1/fc.cpp
d6dc7936afa9ed082d64df95439d55012cdf450e
[]
no_license
dxmtb/OICodeShare
59587e3560e188e7d5332ba6fd5b54e7639f1866
3b4cc940e4819abcea3c513c4d555fea87ffc1f0
refs/heads/master
2016-08-07T12:46:49.748565
2013-05-17T05:19:59
2013-05-17T05:19:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,332
cpp
/* ID: dxmtb1 PROG: fc LANG: C++ */ #include <cstdio> #include <cmath> #include <algorithm> using namespace std; const int MAXN=10005; struct Point { double x,y; Point(){} Point(double _x,double _y):x(_x),y(_y){} }P[MAXN]; bool operator < (const Point &a,const Point &b) { return a.y<b.y || (a.y==b.y && a.x<b.x);...
[ "smxtianbo@gmail.com" ]
smxtianbo@gmail.com
659615de524382d001f16fdb8995c00f2bc5bda1
699c49cd07c2e35de00a63e36f40b2f62f79263d
/base/allocator/partition_allocator/partition_root.h
4144046b7232770e5acc7a50e9ba32653e28743a
[ "BSD-3-Clause" ]
permissive
CNGTZ/chromium
2869300804222a523b27d3c32461fd232f18cc0b
4517f6db74c15b1f20e811c3f5c2a8e7c7c6f5e9
refs/heads/master
2023-01-03T16:32:41.893324
2020-11-24T07:46:28
2020-11-24T07:46:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
46,204
h
// Copyright (c) 2020 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 BASE_ALLOCATOR_PARTITION_ALLOCATOR_PARTITION_ROOT_H_ #define BASE_ALLOCATOR_PARTITION_ALLOCATOR_PARTITION_ROOT_H_ // DESCRIPTION // Partition...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f43e5a5e0fbc217203ba23a06f77b2064f065277
c58ff0678da1382b3f4dabf22da345e48526d2c4
/Source/USemLog/Private/USemLog.cpp
e1fc69fd8be939855cbc8c88be00efe85cb7e687
[ "LGPL-3.0-only" ]
permissive
Sanic/USemLog
770fae2f7d76e867c20543253513dc1b09bee6cf
edb154d5b053ea17d10f637c573d794a00dfa3b3
refs/heads/master
2021-07-18T13:24:03.718895
2020-06-22T15:50:57
2020-06-22T15:50:57
181,447,490
0
0
BSD-3-Clause
2019-05-02T08:50:42
2019-04-15T08:45:04
C++
UTF-8
C++
false
false
679
cpp
// Copyright 2017-2020, Institute for Artificial Intelligence - University of Bremen // Author: Andrei Haidu (http://haidu.eu) #include "USemLog.h" // Define logging types DEFINE_LOG_CATEGORY(LogSL); #define LOCTEXT_NAMESPACE "FUSemLog" void FUSemLog::StartupModule() { // This code will execute after your module i...
[ "andrei.haidu@yahoo.com" ]
andrei.haidu@yahoo.com
ecdd3b9559466f705053832484c93a5d2a757029
bac20f1cdb8d99dd84044069533465a75c304640
/source/RDP/Views/AppListSetupTreeView.cpp
fff58975332fad87a7d8b22b9df6dc8a30af89c0
[ "MIT" ]
permissive
play704611/dev_driver_tools
5cb78583158bc1bb54dfe11868cbb2d57db8400d
312d40afb533b623e441139797410a33ecab3182
refs/heads/master
2023-03-27T16:19:08.233450
2021-03-23T09:47:16
2021-03-23T09:47:16
350,657,143
0
0
MIT
2021-03-23T09:44:50
2021-03-23T09:44:50
null
UTF-8
C++
false
false
1,743
cpp
//============================================================================= /// Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved. /// \author AMD Developer Tools Team /// \file /// \brief Implementation of the customized Application List Treeview with delegates. /// Extends AppListTreeView. //==...
[ "perhaad.mistry@amd.com" ]
perhaad.mistry@amd.com
db84a3fb5d19a3c5b523708866e50b1c29a8987a
e4f3dedfe9e01f37622ea68e346e4c2b339e9aad
/avs_core/core/vartable.h
87457acc98710f3e1b2d5fd6c8932ad68d13b136
[]
no_license
mcanthony/AviSynthPlus
4fba98bba743a9cf5103d01d7f33101367d01365
cf034b65aec85aec8fdf066e57d20362d44fb3c8
refs/heads/MT
2021-01-21T20:42:03.568369
2015-03-21T22:51:43
2015-03-21T22:51:43
43,596,244
1
0
null
2015-10-03T10:59:23
2015-10-03T10:59:22
null
UTF-8
C++
false
false
3,546
h
// This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful...
[ "software@pados.hu" ]
software@pados.hu
c3c62d5182bbc439e98af8b3447ccde0ffa3202a
254a22e2f1e8ea723385b4e9b9b8c225de342d45
/src/init.cpp
2f05225e92d6e5ef025f1834df28eb2139c35084
[ "MIT" ]
permissive
tpowercoin/tpwr-core
ccf420c9c5423d55ed12f47b54ba14ff2ac032f0
28ac580082bac192c19fb84599b5ef1fec4891d6
refs/heads/master
2023-01-13T01:15:17.227286
2020-11-14T21:06:05
2020-11-14T21:06:05
267,617,396
0
2
MIT
2020-07-13T09:29:33
2020-05-28T14:50:05
C++
UTF-8
C++
false
false
89,898
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2019 The PIVX developers // Copyright (c) 2020-2020 The TPWR developers // Distributed under the MIT software license, see the accompanying // file COPYING o...
[ "66012713+tpowercoin@users.noreply.github.com" ]
66012713+tpowercoin@users.noreply.github.com
4fa8ef9d53da17eb7bb83e7de50519e8c042c229
3c6e121403d8ac51ed8fb49531edd27a0a837e5e
/modules/egl/teglChooseConfigReference.cpp
10f253008d9b1eeaa168209e1f6c94b05fba65a1
[ "Apache-2.0" ]
permissive
asimiklit/deqp
024bac1d3846475ee31b355ead2bb617cc15fb60
016d98ac91022d7d1a9cd858b6c4ea6c4344b5bd
refs/heads/gbm
2020-04-22T04:07:22.007712
2015-06-18T19:34:38
2015-06-18T19:34:38
170,111,899
0
0
NOASSERTION
2019-02-11T10:44:20
2019-02-11T10:44:18
null
UTF-8
C++
false
false
12,966
cpp
/*------------------------------------------------------------------------- * drawElements Quality Program EGL Module * --------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except...
[ "jpoyry@google.com" ]
jpoyry@google.com
7fd2b67c6d7891cdc2a11e18af10d13b68fe8efe
24f26275ffcd9324998d7570ea9fda82578eeb9e
/chrome/browser/importer/profile_writer_unittest.cc
010c81a22332b68543d163a308d3d6d9955666a6
[ "BSD-3-Clause" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
7,567
cc
// 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. #include "chrome/browser/importer/profile_writer.h" #include <stddef.h> #include <string> #include "base/bind.h" #include "base/macros.h" #include "bas...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
5a51a8ae3a630e087cf3672889a95e2bb260f6d2
6ef96ff9ce3a987ba36e2b448b0b0dbac47247c1
/problem/AtCoder/AtCoderBeginnerContest133/F.cpp
c126e215d21e94fb5d4bc035f739a1bc361bb6d1
[]
no_license
Kose-i/training_algorithm
daf4ee2be31bd39d61223213dde32ba747c4faee
6b24afe5fe45ec662768a201966fe12dbe1a1086
refs/heads/master
2022-08-29T03:33:24.183287
2022-03-07T15:04:54
2022-07-05T08:04:19
115,332,239
0
0
null
null
null
null
UTF-8
C++
false
false
592
cpp
#include <algorithm> #include <iostream> #include <vector> #include <string> #include <map> #include <cmath> using namespace std; using ll = long long; using ull = unsigned long long; constexpr ll LLINF {1001002003004005006};//ll = 9*LLINF #define rep(i,n) for(int i = 0; i < (n); ++i) #define rrep(i,n) for(int ...
[ "tamura.kosei905@mail.kyutech.jp" ]
tamura.kosei905@mail.kyutech.jp
06e6ef067667cce097aee9a430f6b2dc12a091df
06eb60c98f4d106fc3bb3d0b7e990828b87d714d
/Source/WebCore/platform/FileChooser.h
e614fcf96408de4360265a31154eaea3a53480ec
[]
no_license
snyh/dui
9486a81d97ec1173b161b6aef8fcea21066aebff
c4464629f1efdecae792ed3abc2a7fc9ce9b88db
refs/heads/master
2021-01-25T08:28:55.224303
2013-10-23T00:42:02
2013-10-23T00:42:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,193
h
/* * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this lis...
[ "snyh@snyh.org" ]
snyh@snyh.org
f8f90b7fac90adc1b5aabe06b08a179bb5c901e4
f9ff7e219c50aa6961846bde39deb0418f58fb8f
/usami-ray/include/usami/ray/shape/empty.h
c68d584c2aeacfffa9acf85faa53ed205515eb33
[]
no_license
daiyousei-qz/Usami
a46073b86fc02d04756678992d1c6748d12e3e67
dfdbb463818302462a881c9cc077c258716f3027
refs/heads/master
2023-03-15T07:27:44.678096
2021-03-10T20:58:28
2021-03-10T20:58:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,465
h
#pragma once #include "usami/math/math.h" #include "usami/math/sampling.h" #include "usami/ray/ray.h" #include "usami/ray/bbox.h" namespace usami::ray::shape { /** * An empty shape that doesn't exist in the space */ class Empty { public: constexpr Empty() noexcept { } ...
[ "eds_dev@outlook.com" ]
eds_dev@outlook.com
31aba66b8b06142d0e627e9ac6c60a007d007248
2b415fc496c0c6f0d506d38fa433b20a293aa424
/autobuilder/libraries/Qt/Qt5Base/src.plugins.platforms.riscos.qriscosscreen.cpp
bdb40e2a528125fce6a8b72d126b3dcaf82b1dd8
[]
no_license
mattharris/riscos-gccsdk
7ce70175db22959554b362e943a74b0d2d68544e
7101a1384374f599f8f105e281243f5973ee73e4
refs/heads/main
2023-07-03T07:33:52.231673
2021-08-03T03:23:10
2021-08-03T03:29:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,202
cpp
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the RISC OS platform plugin of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under ...
[ "lee@5d7976f4-0b0e-0410-a586-d2bac8e3be52" ]
lee@5d7976f4-0b0e-0410-a586-d2bac8e3be52
9f24b0a6cd22916167552b2ddcf0f5d5462ce48d
7101c9ed3aef77f9fe39097f8446b0c0d1af2c3e
/TressFX11_v2.0/TressFX11/main.cpp
f00d6d96d51adce6f479d9d344eb66b4702513c6
[]
no_license
Michael-Zp/MasterThesis
888f4712b7b9ca497b785db1d48a047d83be9ba8
39565c911c60fbfd493f6613c12f721eb7d9d95f
refs/heads/master
2021-07-09T03:59:42.133478
2020-09-24T22:31:30
2020-09-24T22:31:30
195,367,013
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
64,612
cpp
//-------------------------------------------------------------------------------------- // File: main.cpp // // Starting point for the TressFX sample. // // Copyright © AMD Corporation. All rights reserved. //-------------------------------------------------------------------------------------- #include "..\\DXUT\\...
[ "michael.zappe@yahoo.de" ]
michael.zappe@yahoo.de
0877a00b81277e46d10385c3df3ca5da85a66657
8ed7b2cb70c6e33b01679c17d0e340f11c733520
/qt_quick_korean/ch05_tcp_chat/server/tcpconnection.h
237ee02c4b5820d0d9636867cf03f0cbe038baea
[]
no_license
saibi/qt
6528b727bd73da82f513f2f54c067a669f394c9a
a3066b90cbc1ac6b9c82af5c75c40ce9e845f9a2
refs/heads/master
2022-06-26T20:08:07.960786
2022-06-10T06:49:28
2022-06-10T06:49:28
88,221,337
0
0
null
null
null
null
UTF-8
C++
false
false
1,151
h
#ifndef TCPCONNECTION_H #define TCPCONNECTION_H #include <QObject> class QTcpServer; class QTcpSocket; class TcpConnection : public QObject { Q_OBJECT Q_PROPERTY(int port READ port WRITE setPort NOTIFY portChanged) Q_PROPERTY(QString hostName READ hostName WRITE setHostName NOTIFY hostNameChanged) Q_PROPERTY(...
[ "kimyoungmin@gmail.com" ]
kimyoungmin@gmail.com
01f3240577daf16f69a2c5a76ddcad7eed0b0805
2d6c432734501bb5834befcef058127efe34e8dc
/main.cpp
a01358eb0649624372d70963a6a03f452a514859
[]
no_license
BellaMENG/Bitcoin-Blockchain-DataMining
997bca3a144ede12d9f85f36d1d419be8a2d40b8
34516c0961844f2bf0c8fd8d31df8d94c4e5d736
refs/heads/master
2023-04-23T09:20:22.018824
2021-05-09T14:19:03
2021-05-09T14:19:03
333,327,961
1
0
null
null
null
null
UTF-8
C++
false
false
5,644
cpp
// // main.cpp // BitcoinBlockchain // // Created by MENG Zihan on 12/21/20. // Copyright © 2020 Bella MENG. All rights reserved. // #include <iostream> #include <sstream> #include <string> #include <chrono> #include <iomanip> #include "parallel_hashmap/phmap.h" #include "parallel_hashmap/phmap_dump.h" #include "p...
[ "dancingm1998@gmail.com" ]
dancingm1998@gmail.com
971ab0ecb25e065f51d1ebb56bfd104e5271d2ac
3c74e56e61879fbc20180eee6731e15405436186
/src/main.cpp
b4ff3b97d0b99f492e52b85eb374ac85b4bd70f2
[]
no_license
guoyu07/mvcprogram
a3ad10d6e0e693660433e2d79c10c0eed31795c4
9038dd024335533fe488d0b8963dcef270d5efd6
refs/heads/master
2021-06-07T03:47:08.059047
2016-09-28T16:53:34
2016-09-28T16:53:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,982
cpp
#include <iostream> #include <memory> #include "PegRow.h" #include "Peg.h" #include "ProgramModel.h" #include "ProgramView.h" #include "ProgramController.h" #include "mytypes.h" #include "TLNetTraffic.h" #include "Composite.h" #include <sys/types.h> #include "LargeInteger.h" #include <stdint.h> //#include ...
[ "noreply@github.com" ]
noreply@github.com
af5ef0d0a9976ce251475cd5d2af63a698b78c16
70f8491a27470287090d3c2be061d5fce23f07a9
/algorithms/p406/406_test.cpp
6d81a8d9f4cfc1ddb03d09b01c7d07943baf7bf6
[ "Apache-2.0" ]
permissive
baishuai/leetcode
44094a91e95c0557394cf15324008f79fc2d6688
440ff08cf15e03ee64b3aa18370af1f75e958d18
refs/heads/master
2021-09-01T01:02:33.335046
2017-12-24T01:01:47
2017-12-24T01:01:47
84,698,557
10
1
null
null
null
null
UTF-8
C++
false
false
697
cpp
// // Created by bai on 17-6-30. // #include "406.hpp" #include <gtest/gtest.h> TEST(p406, example) { Solution s; vector<pair<int, int>> people = {{7, 0}, {4, 4}, {7, 1}, {5, 0}, ...
[ "baishuai.io@gmail.com" ]
baishuai.io@gmail.com
1d7a29cdb44a0510ef499640b3ba2d3b84536347
22b49a3226e1f6fb9a7c15dbb2a5e31614616d61
/jni/libc_bionic/malloc_debug/TrackData.h
cda311e12cd41986e710ed7049105698e791eadd
[]
no_license
dragon-li/fatfrog
ce8a98fd7be3950d28ebe6e2da52807ea83dbabe
42b7dd368602b068af44587351f619be18ff67f7
refs/heads/master
2020-03-23T02:07:56.743074
2018-08-24T10:23:08
2019-08-16T16:03:14
79,452,625
0
0
null
null
null
null
UTF-8
C++
false
false
2,555
h
/* * Copyright (C) 2015 The Android Open Source Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of source code must retain the above copyright * notice, t...
[ "liyunlong880325@gmail.com" ]
liyunlong880325@gmail.com
b9c7be40b3f73aba7b9ef06b902f1cb4aef49d38
0e8df1125b13efb53aa66be64bdb43e7f7a0ad67
/src/sampler.cpp
bb932539301a4f20fce0ddb75414d8c7a1464f7d
[]
no_license
erikpeter/fbroc
1be48bbfcbc1b29a5df79ba33b5dab974fdeff0e
14dbfa1750ab4093b64228316c002d357656786e
refs/heads/master
2021-01-17T07:45:52.550764
2019-03-24T16:13:23
2019-03-24T16:13:23
34,873,518
7
0
null
null
null
null
UTF-8
C++
false
false
1,049
cpp
#include <Rcpp.h> using namespace Rcpp; #include "sampler.h" IntegerVector Sampler_base::get_shuffled_index(bool which_class) const { if (which_class) return shuffled_pos_index; else return shuffled_neg_index; } Sampler_base::~Sampler_base() { // do nothing } Sampler_Stratified::~Sampler_Stratified() { // d...
[ "jerikpeter@googlemail.com" ]
jerikpeter@googlemail.com
e31e7028ceda942819c37379ef4af283f13ce7df
b7880e3193f43e1a2f67b254f16d76d485cf3f46
/src/urn_jaus_jss_mobility_LocalVectorDriver_1_0/InternalEvents/BroadcastLocal.cpp
3c263428ad1d4b350c2e4fbf767e5c240e8ecbad
[]
no_license
davidhodo/libJAUS
49e09c860c58f615c9b4cf88844caf2257e51d99
b034c614555478540ac2565812af94db44b54aeb
refs/heads/master
2020-05-15T17:44:55.910342
2012-01-18T20:33:41
2012-01-18T20:33:41
3,209,499
0
0
null
null
null
null
UTF-8
C++
false
false
18,244
cpp
#include "urn_jaus_jss_mobility_LocalVectorDriver_1_0/InternalEvents/BroadcastLocal.h" namespace urn_jaus_jss_mobility_LocalVectorDriver_1_0 { void BroadcastLocal::Body::SendRec::setParent(Body* parent) { m_parent = parent; } void BroadcastLocal::Body::SendRec::setParentPresenceVector() { if(m_parent != NULL ) { ...
[ "david.hodo@gmail.com" ]
david.hodo@gmail.com
f301909448b7ea207fb31358fd72ba54b9886bea
263e7bb35a677d465138fefbf0920ec4f6927aaf
/solvers/htd-master/include/htd/ILabeledPath.hpp
3abd5ab7ff58cec46239881f6778552db7f778c5
[ "GPL-1.0-or-later", "GPL-3.0-only", "MIT" ]
permissive
vardigroup/TensorOrder
4d4c7524b2e80f05790177416c681a0b894e5ef5
6f59e6a2ffe37aa372e128d6c5ee089376a6d8c1
refs/heads/master
2021-11-30T00:48:41.167751
2021-11-13T07:01:17
2021-11-13T07:01:17
196,642,737
19
2
MIT
2020-06-27T21:11:45
2019-07-12T20:36:28
Python
UTF-8
C++
false
false
1,936
hpp
/* * File: ILabeledPath.hpp * * Author: ABSEHER Michael (abseher@dbai.tuwien.ac.at) * * Copyright 2015-2017, Michael Abseher * E-Mail: <abseher@dbai.tuwien.ac.at> * * This file is part of htd. * * htd is free software: you can redistribute it and/or modify it under * the terms of the GNU General Pu...
[ "jeffreydudek@gmail.com" ]
jeffreydudek@gmail.com
c4337ee071b10fb631b0c3d439c933eea8858692
a603484f026a079bf8c9ef689f83ad82457ce143
/source/OOSQL/Evaluator/oosql_Eval_Access.cxx
219276f08e99daf9f30a342dd35576f447fbaae2
[ "BSD-3-Clause" ]
permissive
odysseus-oosql/ODYSSEUS-OOSQL
52340abe46a04218ca9cc7439b0482543e8a7a92
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
refs/heads/master
2021-07-13T19:20:29.912766
2021-02-11T02:48:36
2021-02-11T02:59:23
66,819,066
7
0
null
null
null
null
UHC
C++
false
false
82,098
cxx
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
[ "admin@mozart.kaist.ac.kr" ]
admin@mozart.kaist.ac.kr
8c65a55624111f32e83224122a026cafa226e532
11eb1bd192484e9ef9eab121fcecb9fd489793cd
/src/qt/csvmodelwriter.cpp
6a3f6d6d534cdf30c513b9ec850ba43e4a6929dd
[ "MIT" ]
permissive
devin-schulz/suchcoin
a388abab4c0f99e908c61e9ae8284d52f1e32673
985e5a9a50b7fbd89624ff355cdb36309c8c71fc
refs/heads/master
2020-09-04T19:29:19.544304
2019-11-04T14:32:48
2019-11-04T14:32:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,884
cpp
// Copyright (c) 2011-2017 The Suchcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/csvmodelwriter.h> #include <QAbstractItemModel> #include <QFile> #include <QTextStream> CSVModelWriter::CSVMo...
[ "suchaimi.afif@gmail.com" ]
suchaimi.afif@gmail.com
2c9642ab453cbfb65292c99a58cfcbe0be1701bb
5f3b509aace43b3ee62c63f03c4c0848ff8e7a64
/src/qt/SpeedCoinamountfield.h
b3bd736ddf08d16083cf34101586f45bd7388e2c
[ "MIT" ]
permissive
SureshMatsui/SpeedCoin
f891dda6786f1735173e99f510950be61dbe1a94
387542aec02b210c37a1c46ef1caf4df258561db
refs/heads/master
2021-01-18T09:20:46.146920
2014-04-15T19:23:27
2014-04-15T19:23:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,822
h
// Copyright (c) 2011-2013 The SpeedCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SpeedCoinAMOUNTFIELD_H #define SpeedCoinAMOUNTFIELD_H #include <QWidget> QT_BEGIN_NAMESPACE class QDoubleSpinBox; ...
[ "sureshmatsui@gmail.com" ]
sureshmatsui@gmail.com
fe95dfebd1ecf6475268b7292be5e16e925355ee
9627ea6c2d232c55a949064ff7c7c07c4dd7626a
/FB SDK/EntryInput.h
dc5d88797e3bbb4cee21bb42cfb17b05a2b8b6a1
[]
no_license
picco911/Cheat_BF3
e2d42785474348adfdfa44274999aa4d0ea68054
99888a880eed5410308f03258b35a11ce50d927e
refs/heads/master
2020-03-27T21:05:14.875678
2018-09-02T19:13:16
2018-09-02T19:13:16
147,114,166
0
1
null
2018-09-02T19:11:31
2018-09-02T19:11:31
null
UTF-8
C++
false
false
171
h
#ifndef _EntryInput_H #define _EntryInput_H #include "EntryInputState.h" namespace fb { class EntryInput : public EntryInputState // 0x00 { }; // 0x2D4 }; #endif
[ "39557080+BlackSickness@users.noreply.github.com" ]
39557080+BlackSickness@users.noreply.github.com
5e1cc31da18bba644fc58164a6db80360b2a1edb
b23aa1518142f4e3f1876af884c47af16f5ff734
/phonelibs/acado/include/acado/matrix_vector/matrix.hpp
82e651bce8ed35861c4692430888057746915567
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
rav4kumar/openpilot
71a0f91b7305d9147e2762a1db9dc161a9ab531a
b341359a14370adada0d801c73a381e252eb3150
refs/heads/DP08
2022-07-06T16:17:49.638458
2021-03-02T15:57:35
2021-03-02T15:57:35
182,440,084
13
5
MIT
2021-06-08T14:52:31
2019-04-20T18:17:05
C++
UTF-8
C++
false
false
14,918
hpp
/* * This file is part of ACADO Toolkit. * * ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization. * Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau, * Milan Vukov, Rien Quirynen, KU Leuven. * Developed within the Optimization in Engineering Center (OPTEC) * u...
[ "noreply@github.com" ]
noreply@github.com
c54af363713b7e72d8d7102655e1907488103bc0
56924001e3334f5ecdf28fe5080e91f5aa1ebd6a
/RealmSwiftDemo/Pods/Realm/include/core/realm/column_table.hpp
47768b80b8f370cd4af324a61c0b3fce7f5b2f78
[ "Apache-2.0", "LicenseRef-scancode-commercial-license", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-generic-export-compliance" ]
permissive
iMazy/DemoBySwift
2c51e541e31065387d74aed02d0e6b899d2c93e9
173ceb71512c13d7b4bef520a4574be70e0b8a2a
refs/heads/master
2022-12-04T15:44:28.846787
2022-11-22T08:53:52
2022-11-22T08:53:52
89,046,336
10
2
Apache-2.0
2017-12-05T02:30:13
2017-04-22T05:18:44
Swift
UTF-8
C++
false
false
22,124
hpp
/************************************************************************* * * Copyright 2016 Realm 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/lice...
[ "mazongyong@163.com" ]
mazongyong@163.com
1dc43ed0ea94dab5c3de46df3e53acca139db996
0d5c77661f9d1e6783b1c047d2c9cdd0160699d1
/paddle/fluid/platform/device_tracer.cc
d9e2afadaf8ec439d158e57c94d3e6e684bce116
[ "Apache-2.0" ]
permissive
xiaoyichao/anyq_paddle
ae68fabf1f1b02ffbc287a37eb6c0bcfbf738e7f
6f48b8f06f722e3bc5e81f4a439968c0296027fb
refs/heads/master
2022-10-05T16:52:28.768335
2020-03-03T03:28:50
2020-03-03T03:28:50
244,155,581
1
0
Apache-2.0
2022-09-23T22:37:13
2020-03-01T13:36:58
C++
UTF-8
C++
false
false
15,387
cc
/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or...
[ "xiaoyichao@haohaozhu.com" ]
xiaoyichao@haohaozhu.com
338055f5dfe000f2dd8b24b0b3f1ddf808fc22ff
f07ac80d6eeb57c0d9b51c521d1bda6ba8e53789
/src/Vitis-AI-Library/ultrafast/test/test_ultrafast.cpp
3f8b45ebbd9a7696545d3da8f6600901dd39de62
[ "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
zwxb/Vitis-AI
cd6ad4f057a36b157da808ae2b4bb1cf013192b9
6248d10ad8a304c8eb0ac21d6b817b901e59bcf6
refs/heads/master
2022-07-09T03:15:47.552056
2022-06-24T14:10:53
2022-06-24T14:10:53
238,637,038
0
0
Apache-2.0
2020-02-06T08:03:54
2020-02-06T08:03:53
null
UTF-8
C++
false
false
1,877
cpp
/* * Copyright 2019 Xilinx 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 agreed to ...
[ "do-not-reply@gitenterprise.xilinx.com" ]
do-not-reply@gitenterprise.xilinx.com
f5ef6b593e9205a9240d804b658088dc4914454b
afccff8dbf089ce89d73def044c61fc4622a6b53
/src/common/xmlhelpers.cpp
fdaa80ca5b9d62445a226c1c490140780fc23ba6
[ "Apache-2.0" ]
permissive
zjufish/odatacpp
10acebcc71fbd6135826b302da7068c9739534c8
4d9a3db705de5e18454cad86975ed6396677de07
refs/heads/master
2021-01-17T22:58:27.835460
2014-07-17T02:45:46
2014-07-17T02:45:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,012
cpp
// ----------------------------------------------------------------------------------------- // <copyright file="xmlhelpers.cpp" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance w...
[ "licheng@microsoft.com" ]
licheng@microsoft.com
c7f18a917ae732c381a6ac94e97d352fedf2f756
54be80eb0159f4694102e6129f531f74bdbd9b46
/Data Structures/Week 1/Check_Brackets.cpp
5e6da44272a266a52c2c6eb13e6c70a1787da117
[ "MIT" ]
permissive
fuboki10/Data-Structures-and-Algorithms-Specialization
e0d67f38a41148c93af71811d44aed97f08e06bb
1f2dc9aded51fdb0268cbdf67d2d16d62ac6bd95
refs/heads/master
2020-04-15T06:08:05.362493
2019-06-20T08:47:48
2019-06-20T08:47:48
164,449,543
0
0
null
null
null
null
UTF-8
C++
false
false
1,532
cpp
#include <iostream> #include <string> #include <stack> using namespace std; struct Bracket { Bracket(char type, int position): type(type), position(position) {} bool Matchc(char c) { if (type == '[' && c == ']') return true; if (type == '{' && c == '}') ...
[ "abdelrahman.tarek1910@gmail.com" ]
abdelrahman.tarek1910@gmail.com
c59df332233eff94029f7e308deaa5518372ce36
4729e754ebb8d69f13681e87904387557313b756
/IdleTaskTerminatorLite/IdleTaskTerminatorLite.cpp
e1163adb16f113775ef6cb35d4d74205aa342f3a
[ "Apache-2.0" ]
permissive
PeterUpfold/IdleTaskTerminatorLite
b7fc985523cabee2f76e9049162fc65ab7a3f52f
4ce18db590ad516f1a67cf28c27db231378deee8
refs/heads/master
2020-05-30T17:35:08.947592
2019-06-02T17:50:32
2019-06-02T17:50:32
189,877,754
0
0
null
null
null
null
UTF-8
C++
false
false
8,984
cpp
/* * Idle Task Terminator Lite * * Copyright (C) 2019 Peter Upfold. * * This file is licensed to you 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...
[ "pgithub@upfold.org.uk" ]
pgithub@upfold.org.uk
60f8310183cf61e4625fda4b0b96986834817547
e7d1968699aa0038771b24c7751c488fc6bd4799
/src/base58.h
3b69dfea2e1a1cd4371e4f04c25d510194ee819b
[ "MIT" ]
permissive
oximcoin/oximcoin
e684bea262493a31a9a70c45cf4d0a71879c9f61
a9cf4668582db4e06d187b55ddd40313e038ef78
refs/heads/master
2020-12-25T14:59:07.074051
2016-08-23T13:50:04
2016-08-23T13:50:04
66,370,820
0
0
null
null
null
null
UTF-8
C++
false
false
13,014
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Why base-58 instead of standard base-64 encoding? // - Don't want 0OIl char...
[ "IM.OX" ]
IM.OX
b27c5c9e5515233e11a7e1e2a42f27030b38faa0
a75bfdb61d2bfa20f71d2a1548188db18a8e5e6d
/UVa/11300.cpp
2f3d1276382024cf63db6d5d982ecd3ad2c69fa1
[]
no_license
Ra1nWarden/Online-Judges
79bbe269fd35bfb1b4a5b3ea68b806fb39b49e15
6d8516bb1560f3620bdc2fc429863a1551d60e6a
refs/heads/master
2022-05-01T17:50:00.253901
2022-04-18T06:55:25
2022-04-18T06:55:25
18,355,773
0
0
null
null
null
null
UTF-8
C++
false
false
642
cpp
#include <cstdio> #include <algorithm> #include <cstdlib> #define MAXN 1000001 using namespace std; typedef long long ll; ll v[MAXN]; ll c[MAXN]; int main() { ll n; while(scanf("%lld", &n) != EOF && n) { //getchar(); c[0] = 0; ll sum = 0; for(int i = 1; i <= n; i++) { scanf("%lld", &v[i]);...
[ "wzh19921016@gmail.com" ]
wzh19921016@gmail.com
31bb054fe7af38f41cc51bebb08fdff585af072f
5a02eac79d5b8590a88209dcc6cd5741323bb5de
/PAT/第二轮/乙级/1033/string+正则表达式/main.cpp
370c84556ece616cd91b52c3341053c28e34c887
[]
no_license
qiatongxueshaonianC/CaiZebin-Code_warehouse
ddac8252afb207d9580856cfbb7e14f868432716
25e1f32c7d86d81327a0d9f08cd7462209e9fec2
refs/heads/master
2023-03-20T03:36:49.088871
2021-03-16T15:40:11
2021-03-16T15:40:11
348,395,087
0
0
null
null
null
null
UTF-8
C++
false
false
601
cpp
#include<bits/stdc++.h> using namespace std; bitset<128> mp; int main() { string s,s1; getline(cin,s); getline(cin,s1); if(s.find('+')!=string::npos) s1=regex_replace(s1,regex("[A-Z,+]*"),""); transform(s.begin(),s.end(),s.begin(),::tolower); for(int i=0;i<s.size();i++){ if(mp[s[i]]==0){ mp.set(s[i]); ...
[ "997018583@qq.com" ]
997018583@qq.com
591a13c94694974da1a3e4b9698ab37914ae6f74
61ae17ab0c0277ba7dc9ff62330de5166a7a6b06
/src/utils.h
c286eea8d6570d4466eccdbe62d4f4446b459bb2
[]
no_license
vit3k/katana_fx_controller
d115f9b7d64a2b87e41c51ce37e709a214393e86
c6e85d675bcb461d7fa66f2f1b9e2da1cdab7ddc
refs/heads/master
2021-01-22T06:40:24.749883
2019-12-29T18:47:42
2019-12-29T18:47:42
102,297,018
3
0
null
null
null
null
UTF-8
C++
false
false
163
h
#ifndef H_UTILS #define H_UTILS #include <Arduino.h> namespace Utils { void printHex(byte* buffer, byte size); } #endif /* end of include guard: H_UTILS */
[ "pawitkowski@gmail.com" ]
pawitkowski@gmail.com
b68af4dc18f1fbff33718bdeb910bb8bbbbda4c3
3ba8d0f4c498e44204ec57c89a500ce1341a71bc
/Session2/Class.cpp
850224623ab7f8c8eb41288803ec1335e58f90c2
[]
no_license
ShaoFuLiu/10902-Data-Structure
c37f531b311e5efbd5c5de7470ca8836d5fc45f8
96817b54cf6ad99365a44bffa567438e5398ff62
refs/heads/main
2023-06-24T13:01:37.425754
2021-07-29T23:42:22
2021-07-29T23:42:22
346,219,349
1
0
null
null
null
null
UTF-8
C++
false
false
952
cpp
#include <iostream> using namespace std; class Employee { private: int salary; public: Employee() { setsalary(100); } void setsalary(int n) { this->salary = n; } void addsalary(int n) { this->salary += ...
[ "noreply@github.com" ]
noreply@github.com
d3fbf569885eb4166c4d0beb6d4b7c85692550f8
07083500b40a4393d04683eb71223e215711ee30
/PrepareForDictionary/main.cpp
81c57033e3c3ae9a05854008087c60d5713a8677
[ "MIT" ]
permissive
fl-sw/qtPrepare
8500ac45cfc7a4befc1640fefcc43071853d6856
83dc5e4185a2d48641a4612c6471b1efcdd32449
refs/heads/main
2023-04-12T12:17:07.910912
2021-05-16T14:57:10
2021-05-16T14:57:10
358,294,919
0
0
null
null
null
null
UTF-8
C++
false
false
212
cpp
#include "preparefordictionary.h" #include <QtWidgets/QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); PrepareForDictionary w; w.show(); w.start(); w.init(); return a.exec(); }
[ "fl_sw@foxmail.com" ]
fl_sw@foxmail.com
4eb670b4868c924158a563844fc39ed95a434d80
19f930dd777a4927b2054fb87997b8c8023527e0
/Laboratorio_5/main.cpp
fb69ecf74aa397e0b13eab26594e6020e286a168
[]
no_license
AlpacaCorriente/Estructuras-de-Datos
786f342fbf8cecb36db707a3a4c3ac8a667eed4e
61da66a190bddaad956e098d129150f68d18e4d7
refs/heads/master
2023-05-25T06:01:34.745876
2020-12-02T19:45:40
2020-12-02T19:45:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,434
cpp
#include <bits/stdc++.h> #include <unistd.h> #include "BinarySearchTree.h" using namespace std; int main(){ BinarySearchTreeADT *bst1 = new BinarySearchTree(); BinarySearchTreeADT *bst2 = new BinarySearchTree(); int count; cin>> count; vector<int>myvector; int cant; for (int i = 0; i < count; ++i){ ci...
[ "noreply@github.com" ]
noreply@github.com
a0429b4c1330145465c1296f1ef5a34a40d748a4
95dcf1b68eb966fd540767f9315c0bf55261ef75
/build/pc/Boost_1_50_0/libs/mpl/preprocessed/list/list10_c.cpp
295270760ee768855905506877e9c37c888872f4
[ "BSL-1.0" ]
permissive
quinsmpang/foundations.github.com
9860f88d1227ae4efd0772b3adcf9d724075e4d1
7dcef9ae54b7e0026fd0b27b09626571c65e3435
refs/heads/master
2021-01-18T01:57:54.298696
2012-10-14T14:44:38
2012-10-14T14:44:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
511
cpp
// Copyright Aleksey Gurtovoy 2002-2004 // // 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) // // See http://www.boost.org/libs/mpl for documentation. // $Id: list10_c.cpp 49268 2008-10-11 06:26:17Z agurtovoy ...
[ "wisbyme@yahoo.com" ]
wisbyme@yahoo.com