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
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 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
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
32ad22f856e1e6ece4fe3d14f7d04608c5e9a512
33135235057e6263f82f6744efb96b18cdd3560f
/Mundburg/Exit.cpp
0b7263b2fadb230d8abde544472edf009e259365
[ "MIT" ]
permissive
Winour/Mundburg
0b08d576d4da97747553a55c1b9280c05b91c238
61dc6f4013a0b4097663dbff2ca6fa609540ce68
refs/heads/master
2021-07-21T13:38:53.650497
2017-10-30T09:18:38
2017-10-30T09:18:38
105,946,500
0
0
null
2017-10-10T18:38:25
2017-10-05T22:25:46
null
UTF-8
C++
false
false
2,460
cpp
#include "Exit.h" #include "Room.h" #include "Item.h" #include <iostream> using namespace std; Exit::Exit(const char* name, const char* description, const char* long_description, Room* room, Room* destination, std::string direction, Item* key, bool closed, bool locked) : Entity(name, description,long_description, ro...
[ "dani-kingdom@hotmail.com" ]
dani-kingdom@hotmail.com
a0656722a4305d684b0c3825a1c954104e8ed23d
9e61c2390580b6982cf08a6417e29d69a6acb600
/042_trapping_rain_water/stack.cpp
e3fba79dda885b1e617aba63c35f09cb0bf096e2
[]
no_license
acnokego/LeetCode
3027e1987cee4d130c9db7e2af4ec4de8a0f43bd
3e04e79e05ffcaf423d5a148668e132ee090596f
refs/heads/master
2021-06-07T02:39:57.956371
2019-11-30T03:45:29
2019-11-30T03:45:29
133,643,518
0
0
null
null
null
null
UTF-8
C++
false
false
1,243
cpp
class Solution { /* * Complexity: O(n) * Space: O(n) */ public: int trap(vector<int>& height) { int ans = 0, current = 0; stack<int> st; while (current < height.size()) { // calculate the trapped water horizontally. // push index in the stack. /...
[ "yuandychen@gmail.com" ]
yuandychen@gmail.com
871d7e819387ed6ace77a61e672f586f00fdc6c2
046d3f5c545d9c34c809376c30592e7719a92fee
/3_Algorithms/Robert/Algorithm_Robert/C++/Chapter1/Chapter1_5/QuickUnion.hpp
91bdcf2e842cde5d02f34753fba58ec563f56105
[]
no_license
XUN-XIE/CS-self-study
b7b6552140cb249064f7b97165829a9092f4e15c
8916ecdadb932759f0300a481488594eb32e4b83
refs/heads/master
2023-02-24T06:05:31.903823
2021-01-25T14:02:07
2021-01-25T14:02:07
309,597,884
4
0
null
null
null
null
UTF-8
C++
false
false
268
hpp
#include "UnionFind.hpp" int UF::find(int p) { while (p != id[p]) p = id[p]; return p; } void UF::union_together(int p, int q) { int pRoot = find(p); int qRoot = find(q); if (pRoot == qRoot) return; id[pRoot] = qRoot; count--; }
[ "2320802672@qq.com" ]
2320802672@qq.com
9f4a7f9ca9ddb6d6e7aedf8d39a3afd8630a7ba4
60dc36af38654219b54ba775ab3099fd142331d6
/templates/tools/displ/include/Displacement.h
da22863677d2e2a008b0a3d6c1b770edb8db1f67
[]
no_license
amcadmus/ice.melting
3938d46299d9b198a9358b6fc6b16719e6ca8e49
7159c7fa7f9ad8f6f3fe2b5c417da33efd86eddf
refs/heads/master
2020-12-25T16:50:29.369954
2017-10-09T09:09:59
2017-10-09T09:09:59
33,323,611
0
0
null
null
null
null
UTF-8
C++
false
false
3,775
h
#pragma once #include <vector> #include <cassert> using namespace std; class Displacement { public: Displacement (); void reinit (); void deposite (const vector<vector<double > > & coms, const vector<double > & box); const vector<double > & get_displ () const {return displacement;} private: void set_...
[ "han.wang.caep@gmail.com" ]
han.wang.caep@gmail.com
8903402249a3140b5ed851a99b50d01cb0d75eb2
260d9974bf273d36a7878c39505356ed5b682822
/src/cFarmPathFinder.cpp
472976e90413f798d7b1ac02d5a8fae1319de0b0
[ "BSD-2-Clause" ]
permissive
JamesBremner/PathFinderMay2021
1d64360380d788ebd8e8976f8da0ee85383940d3
beb18dfa3b6ffedc268fa10c273ea422ffcbf48c
refs/heads/main
2023-07-27T07:40:58.473254
2021-09-12T13:20:29
2021-09-12T13:20:29
363,647,062
0
0
null
null
null
null
UTF-8
C++
false
false
1,604
cpp
#include "cFarmPathFinder.h" void cFarmPathFinder::read( const std::string &fname) { std::ifstream inf(fname); if (!inf.is_open()) { std::cout << "cannot open " << fname << "\n"; exit(1); } std::vector< geo::cxy > field; std::string line; while (std::getline(inf, line)) ...
[ "james@ravenspoint.com" ]
james@ravenspoint.com
eef43a1704f86b15ff89c31d241edcaa41579205
e5dc90655caa598fae65f95a14bc2a93084cf854
/src/common/utils.hpp
4706824165c74f670eb59c6f4919d311ff62a04b
[ "Apache-2.0", "BSD-3-Clause", "BSL-1.0", "BSD-2-Clause" ]
permissive
dongxiao92/ZenDNN
d4bedf41c2166f63f55eea4b08e1801be04a8404
99e79349fe4bd512711ebc4d63deba69a732a18e
refs/heads/main
2023-07-10T01:30:57.527781
2021-08-11T13:30:35
2021-08-11T13:30:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,777
hpp
/******************************************************************************* * Modifications Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved. * Notified per clause 4(b) of the license. *******************************************************************************/ /***************************...
[ "ratan.prasad2@amd.com" ]
ratan.prasad2@amd.com
d1083d967aa35bdf3663be45d0763d5fdf6ba1e8
bef9befad0018ab19af6d88261647f00f8998cfe
/module.django.db.models.fields.related.cpp
7fd7b908ea1ab6016a5d9e0c1f51e69991808060
[]
no_license
h4ck3rm1k3/django-admin-nuitka
4485aea430ff76067f8e23b9171c5b28720024a4
4435a581d680e6d57390f4631a4816884cd7a382
refs/heads/master
2020-04-09T16:03:35.329533
2013-06-14T12:08:15
2013-06-14T12:08:15
10,665,935
2
1
null
null
null
null
UTF-8
C++
false
false
2,255,928
cpp
// Generated code for Python source for module 'django.db.models.fields.related' // created by Nuitka version 0.4.4pre3 // This code is in part copyright 2013 Kay Hayen. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may ...
[ "JamesMikeDuPont@gmail.com" ]
JamesMikeDuPont@gmail.com
0d621801c897140e84691e10574fe4414e3829a2
5f918e33bd1bf13b74b0bf36e8b56d4599fef719
/src/test/test_rareshares.h
6d9b1e7a38dd8ff61a5a4596740ff1855c1ac641
[ "MIT" ]
permissive
RareShares/RareShares
37cfc84993813b62d92467490cb0f23f0ad25d98
106421188cf0feee76f364e205eeb9d4ea32e99e
refs/heads/master
2021-01-25T14:22:23.509429
2018-03-10T13:41:26
2018-03-10T13:41:26
123,686,817
0
1
null
null
null
null
UTF-8
C++
false
false
2,816
h
#ifndef BITCOIN_TEST_TEST_RS_H #define BITCOIN_TEST_TEST_RS_H #include "chainparamsbase.h" #include "key.h" #include "pubkey.h" #include "txdb.h" #include "txmempool.h" #include <boost/filesystem.hpp> #include <boost/thread.hpp> /** Basic testing setup. * This just configures logging and chain parameters. */ struc...
[ "raresharesoffical@gmail.com" ]
raresharesoffical@gmail.com
9871373740e223852058507ad4b52eb657f25a0f
3cffad2f92431166710f81e79e4a4742138dc651
/logging/tests/logging_sink.cc
34137f99a490862a94a3be8f0f5cfd6c7b9845db
[ "Apache-2.0" ]
permissive
ajroetker/leatherman
250d0bddfc32f582d424044851962f5741365901
6511f28746fa1809bde322496d687637682ee0fd
refs/heads/master
2020-05-29T11:50:14.119110
2015-12-01T21:40:18
2015-12-01T21:40:18
47,287,284
0
0
null
2015-12-02T20:40:30
2015-12-02T20:40:29
null
UTF-8
C++
false
false
7,473
cc
#include <catch.hpp> #include <leatherman/logging/logging.hpp> #include <boost/log/sinks/sync_frontend.hpp> #include <boost/log/sinks/basic_sink_backend.hpp> #include <boost/nowide/convert.hpp> using namespace std; using namespace leatherman::logging; namespace sinks = boost::log::sinks; struct custom_log_appender : ...
[ "michael.smith@puppetlabs.com" ]
michael.smith@puppetlabs.com
97d5db20d0b08cd487543bef84d291ad3cbc4509
efd712834b46f265825c37f0c7ee6663a0205a43
/project/swi-prolog/include/SWI-cpp.h
9a6040271ab75f5bccaf587e364d184c5190532c
[]
no_license
exAspArk/poddavki
81295f25215369369bf740b8281feade1f98c868
2fcbb4976ccc9d889e4a345a006da977ee04e560
refs/heads/master
2023-08-02T04:40:07.410052
2015-03-22T09:41:51
2015-03-22T09:41:51
32,669,241
0
0
null
null
null
null
UTF-8
C++
false
false
23,005
h
/* $Id$ Part of SWI-Prolog Author: Jan Wielemaker E-mail: J.Wielemaker@cs.vu.nl WWW: http://www.swi-prolog.org Copyright (C): 1985-2009, University of Amsterdam This library is free software; you can redistribute it and/or modify it under the terms of th...
[ "?????@ACER4820TG" ]
?????@ACER4820TG
4b28bafb693076fae6750a904e4f13f7bfa11c34
c13808b7d6fb1b406fdefaaabe74789f4122021c
/Frequently_Used_Algorithms/Dec_to_Any_Base.cpp
7a4b998b3416c1d47bf3cb72f853cc1dccc7007f
[]
no_license
MrDolph/Competitive_Programming
bad0945aaaddf5b7d0c4871c09750ab1f6f0669d
a0b3c1419bc7b46f0b151f1143e64372a547de95
refs/heads/master
2022-02-08T04:56:05.592794
2017-07-10T00:52:30
2017-07-10T00:52:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
// Algorithm: Dec_to_Any_Base // Author: Jan Krepl /* Libraries */ #include <cmath> #include <cstdio> #include <set> #include <vector> #include <iostream> #include <algorithm> #include <numeric> #include <utility> #include <map> #include <assert.h> #include <cstring> #include <tuple> using namespace std; typedef uns...
[ "jankrepl@85-195-198-176.init7.net" ]
jankrepl@85-195-198-176.init7.net
41cb3e7d4aa5c5d17929139f0657cee8039a1647
256863aa6c155016994c18b39b760ca3f4db915f
/app/src/main/cpp/native-lib.cpp
419e3002c4f809577c1a2c7509d1d776ce7cd16e
[]
no_license
daodaokami/AndroidCameraVideoFocusLocked
4546bfceafece32d69999027a2b409aaa841122c
4fff975ea3116f07046586b501f82b6cba699528
refs/heads/master
2020-03-18T01:33:28.436411
2018-05-22T14:33:42
2018-05-22T14:33:42
134,147,457
0
0
null
null
null
null
UTF-8
C++
false
false
2,470
cpp
#include <jni.h> #include <string> #include <opencv2/core/core.hpp> #include "include/c_traingulation.h" #include "include/c_features_matcher.h" using namespace std; using namespace cv; class ImageUtils{ public: void imageToGray(Mat inputImg, string outFilePath); }; void ImageUtils::imageToGray(Mat inputImg, stri...
[ "513991725@qq.com" ]
513991725@qq.com
c17a14630ea2597a72f5919180fc4917759daa89
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/mpl/aux_/preprocessed/plain/shift_left.hpp
219bb751cec14d6d655fe278df9b17d88583d150
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
1,989
hpp
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright Jaap Suter 2003 // // 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) // // Preprocessed version of "boost/mpl/shift_left.hpp" header // -- DO NOT modify by han...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
8281d75989b2c04dc58d56ae013465dc81b59a25
fcdea24e6466d4ec8d7798555358a9af8acf9b35
/Plugins/mrayGLDevice/GLTexture.h
926eaa45076decafee7cafde63cbcda72bfbc054
[]
no_license
yingzhang536/mrayy-Game-Engine
6634afecefcb79c2117cecf3e4e635d3089c9590
6b6fcbab8674a6169e26f0f20356d0708620b828
refs/heads/master
2021-01-17T07:59:30.135446
2014-11-30T16:10:54
2014-11-30T16:10:54
27,630,181
2
0
null
null
null
null
UTF-8
C++
false
false
2,097
h
/******************************************************************** created: 2009/08/11 created: 11:8:2009 9:10 filename: i:\Programing\GameEngine\mrayEngine\mrayGLDevice\GLTexture.h file path: i:\Programing\GameEngine\mrayEngine\mrayGLDevice file base: GLTexture file ext: h author: Mohamad Yamen ...
[ "mrayyamen@gmail.com" ]
mrayyamen@gmail.com
85be0a59ef69456a8b3ee5630b0d9bd864ec2edf
3880ed9e62d9849e811b5de2d29522ddf0f8ad2c
/long/1102c.cpp
e09e4573dfcdc1b5489cd91611f1fc19ec42437d
[]
no_license
Krythz43/CP-Archieve
936b028f9f0f90e555dc7c19c11d3939f7532b2f
36b5f7449bbd93135f4f09b7564b8ada94ef99e6
refs/heads/master
2020-08-31T18:42:47.954906
2020-05-12T05:18:00
2020-05-12T05:18:00
218,757,326
0
0
null
2020-05-12T05:18:02
2019-10-31T12:08:54
C++
UTF-8
C++
false
false
1,134
cpp
#include <bits/stdc++.h> using namespace std; #define fastio ios_base::sync_with_stdio(0);cin.tie(NULL);cout.tie(NULL) #define rep(i,n,z) for(int i=z;i<n;i++) #define rrep(i,z) for(int i=z;i>=0;i--) #define lli long long int #define nl cout<<endl #define vi vector<int> #define vlli vector<long long int> #define umap u...
[ "krithickrockz@gmail.com" ]
krithickrockz@gmail.com
e2f50e63489bca1d92e935eb15aef4bfb720ad27
27ebc7adb261225341eaf995ae181e5530f311f9
/Code/CodeVS/1307.cpp
d6e4e0250f3a55dbba2af223815e616dfd8a0b75
[]
no_license
Hermera/OI
9ecf1d5545701afeb3273d9be720cf3e16643c14
d8a79de409065c790ca0ad3019ca1d2ea7550b34
refs/heads/master
2021-06-21T05:44:34.805477
2021-06-09T17:17:11
2021-06-09T17:17:11
93,643,345
0
0
null
null
null
null
UTF-8
C++
false
false
1,754
cpp
#include <queue> #include <cstdio> #include <vector> using namespace std; typedef long long ll; inline int read() { char ch = getchar(); int x = 0; while (ch < '0' || ch > '9') ch = getchar(); while (ch >= '0' && ch <= '9') x = x*10+ch-'0', ch = getchar(); return x; } const int N = 4e4 + 5; struct Data { int ne...
[ "1150168343@qq.com" ]
1150168343@qq.com
0ccb4b934bd9c0e4d887531d20c373e9b8bce7d4
70022f7e5ac4c229e412b51db248fdd08a0a5b28
/src/tests/frontend/Linux-g++_(GCC)_4.8.2_20140120_(Red_Hat_4.8.2-16)/cpp/cond_void_return/cond_void_return.cpp.pre.transformed.cpp
7fdf9f9b063984368258967fcee1117907060c0a
[]
no_license
agrippa/chimes
6465fc48f118154e9d42fbd26d6b87a7dce7c5e9
695bb5bb54efbcd61469acda79b6ba6532e2d1d9
refs/heads/master
2020-12-25T14:02:17.752481
2016-07-04T02:20:59
2016-07-04T02:20:59
23,259,130
0
1
null
null
null
null
UTF-8
C++
false
false
44,813
cpp
# 1 "cond_void_return.cpp.pre.transformed.cpp" # 1 "<command-line>" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 1 "<command-line>" 2 # 1 "/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h" 1 3 4 # 147 "/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h" 3 4 typedef long int ptrdiff_t; # 212 "/usr/lib/gcc/x86_64...
[ "jmaxg3@gmail.com" ]
jmaxg3@gmail.com
5475fd8a9d0c534f2dcb50ce11a80a472b66c74f
a5e56a1f20f41714987fd8567359b9b6ab4b1a97
/src.baseline/src/chapter09/ks09_11/province.h
3f0fe0ea83335f1472ced8627d2d2ed648a269ef
[]
no_license
mach8686devops/pyside-example
cc40996b888b71b73334bffecf368c640e367129
090710b60fc55dbe3c8fb14a8a2c15150659704a
refs/heads/main
2023-04-16T08:25:03.055200
2021-04-25T14:08:50
2021-04-25T14:08:50
361,446,057
0
0
null
null
null
null
UTF-8
C++
false
false
2,125
h
/*! * Copyright (C) 2018 女儿叫老白 * 版权所有。 * 代码仅用于课程《Qt 5/PyQt 5实战指南》的学习,请勿传播。 * 免责声明:代码不保证稳定性,请勿用作商业用途,否则后果自负。 \file: province.h \brief 省(州)类定义文件。 \author 女儿叫老白 微信公众号:软件特攻队(微信号:xingdianketang) \Date 2018/10 */ #pragma once #include <QList> #include <QString> #include "serialize.h" class CCity; c...
[ "zhangjohn202@gmail.com" ]
zhangjohn202@gmail.com
c5221c3b5582782b8324249f1944e0c18ff8d9aa
b25f9595d90fdc4e14867479f1efe3d53e69d710
/3DVision/MainViewer.cpp
4b5f7f0a04a3fe9464e5fc1607dd50ac296adb15
[]
no_license
936804292/3DVision
ca14f02487e46dfd028dfc5831433e43a0fb4ae0
767cfb38bde57f79c5fd4302ce3fe7efd7e73c5c
refs/heads/master
2022-06-17T08:59:16.268645
2020-05-08T09:59:07
2020-05-08T09:59:07
262,287,092
0
0
null
null
null
null
UTF-8
C++
false
false
219
cpp
#include "MainViewer.h" #include "ui_MainViewer.h" MainViewer::MainViewer(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainViewer) { ui->setupUi(this); } MainViewer::~MainViewer() { delete ui; }
[ "936804292@qq.com" ]
936804292@qq.com
a18236348a4f03358da4814b06945ff9b367f673
58a3d596e5188339ea656a068ae6a69a4fa8c821
/contrib/basic-decoder/Sentence.cpp
2ca1649d3217aa513fe44201dddd81f933a15ffc
[]
no_license
kpu/moses-interp
edb3250431b0caf8b724902be30cfcd135cffd4c
8f5ffe4bfbf8b802a04a94ab78c72be1230f2ee6
refs/heads/master
2023-08-17T08:57:09.365113
2014-01-24T02:34:41
2014-01-24T02:34:41
10,178,098
2
2
null
null
null
null
UTF-8
C++
false
false
489
cpp
#include "Sentence.h" #include "Util.h" using namespace std; Sentence::Sentence(size_t size) :Phrase(size) { // TODO Auto-generated constructor stub } Sentence::~Sentence() { } Sentence *Sentence::CreateFromString(const std::string &line) { vector<string> toks; Tokenize(toks, line); Sentence *phrase = n...
[ "hieu@hoang.co.uk" ]
hieu@hoang.co.uk
52dc6e9b05bc6f1801c5fa51ed35f42c67cd4e90
b3df852e770583d97bdb5e11d56b867915e357e9
/POJ/POJ_1002/1002.cpp
9883689c6fb8dc8ded17169fab90d18474f416b7
[]
no_license
laxative/1042_F733000
78b7beb244e6f4566b6d4c7faa656528aa0ea0ec
331dba6e009777835199dceb9a07946d4fa4028e
refs/heads/master
2021-01-01T15:56:58.353407
2017-07-19T16:39:13
2017-07-19T16:39:13
97,738,919
0
0
null
null
null
null
UTF-8
C++
false
false
1,343
cpp
#include<iostream> #include<cstdio> #include<map> #include<string> #include<algorithm> using namespace std; int main() { int Case; scanf("%d",&Case); int a; string input[100000], out[100000]; map<char, char> phone; phone['A'] = '2'; phone['B'] = '2'; phone['C'] = '2'; phone['D'] = '3'; phone['E'] = '3'; phone['F'...
[ "laxative0612@gmail.com" ]
laxative0612@gmail.com
7ab0e611e76f8b34856d8edbbb00470c27ff3d50
0e6a64bc1b6cf9996633a2079d4729755daede36
/src/Blade/App/camera.cpp
974a2f0c50da8f9eedcbff1d3f60557c1023365c
[]
no_license
Hichigo/BldMystery
25769bae6835713421cfbda2658e2e96a31ac597
263e63989afe242652430dd06388a18e2f42261a
refs/heads/master
2023-04-14T18:44:44.152081
2021-03-25T18:39:32
2021-03-26T14:04:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,489
cpp
#include <App/camera.h> /* ................................................................................ ................................................................................ ................................................................................ ...................................................
[ "smartblader@gmail.com" ]
smartblader@gmail.com
fef8ea750fd3fdf782eba9e83bf2e1b1c2ab871b
2875e427d9931ab8cfe2e066e1568c3130fcc3f2
/Solaris_2.6/os_net/src_ws/usr/src/lib/fn/libxfn/AttrModList.hh
bc4de94718d9e604fa559e87e3043a88d1058783
[]
no_license
legacy-codedigger/Solaris-2.6-Source-Code
3afaff70487fb96c864d55bd5845dd11c6c5c871
60a0b3093caa7d84e63dd891a23df0e8e720bf3d
refs/heads/master
2022-05-23T16:05:32.631954
2020-04-25T01:07:08
2020-04-25T01:07:08
258,658,903
1
1
null
null
null
null
UTF-8
C++
false
false
554
hh
/* * Copyright (c) 1992 - 1996 by Sun Microsystems, Inc. * All rights reserved. */ #ifndef _ATTRMODLIST_HH #define _ATTRMODLIST_HH #pragma ident "@(#)AttrModList.hh 1.3 96/03/31 SMI" #include <xfn/FN_string.hh> #include <xfn/FN_attribute.hh> #include "List.hh" class AttrModListItem : public ListItem { publi...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
0d4aa002fe07852f2f59452a47552aa37ba66a48
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/third_party/blink/renderer/core/dom/mutation_observer.cc
24a4c117fe8f2b0070bfc9879ccda8d475c2a845
[ "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
13,026
cc
/* * Copyright (C) 2011 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
6fc0e5bfa10d4c24bdaf5c96611d9f685f1a2a19
0006f89c8d952bcf14a6150e9c26c94e47fab040
/src/trace/D3DDriver/AD3D9/AIVolumeImp_9.cpp
5309293a8b63073aa581e271444463622dd57a07
[ "BSD-3-Clause" ]
permissive
cooperyuan/attila
eceb5d34b8c64c53ffcc52cd96b684d4f88b706f
29a0ceab793b566c09cf81af26263e4855842c7a
refs/heads/master
2016-09-05T18:55:56.472248
2013-06-29T14:42:02
2013-06-29T14:42:02
10,222,034
8
1
null
null
null
null
UTF-8
C++
false
false
11,417
cpp
/************************************************************************** * * Copyright (c) 2002 - 2011 by Computer Architecture Department, * Universitat Politecnica de Catalunya. * All rights reserved. * * The contents of this file may not be disclosed to third parties, * copied or duplicated in any form, in...
[ "cooperyuan@gmail.com" ]
cooperyuan@gmail.com
85e0bc8ed22a3ced0729a3bf0da318ed3b6ac8bf
14582f8c74c28d346399f877b9957d0332ba1c3c
/branches/pstade_1_03_5_head/pstade_subversive/pstade/tomato/menu/get_menu_item_count.hpp
50d3aa2310ebde808b31f7e4fb0b306ed3bd92fa
[]
no_license
svn2github/p-stade
c7b421be9eeb8327ddd04d3cb36822ba1331a43e
909b46567aa203d960fe76055adafc3fdc48e8a5
refs/heads/master
2016-09-05T22:14:09.460711
2014-08-22T08:16:11
2014-08-22T08:16:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,124
hpp
#ifndef PSTADE_TOMATO_MENU_GET_MENU_ITEM_COUNT_HPP #define PSTADE_TOMATO_MENU_GET_MENU_ITEM_COUNT_HPP // PStade.Tomato // // Copyright Shunsuke Sogame 2005-2006. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_...
[ "mb2sync@350e9bb6-6311-0410-90c3-be67731b76ec" ]
mb2sync@350e9bb6-6311-0410-90c3-be67731b76ec
1624324837282d9579dc794c254a5c86087e8296
23487ff3e769484dca400c6e9471c446fb2ced97
/CalculatorSimple/CalculatorSimple/Div.h
1739a18a4ca83008fa50d562e952ceb4c6404cfb
[ "MIT" ]
permissive
SonicYeager/CppPractice
18bd82670417577599265e9ed670abc32aa97945
05b80ac918648ba733ec5fce969eac4b2ae79b58
refs/heads/master
2023-04-10T14:56:56.445465
2021-04-08T10:35:54
2021-04-08T10:35:54
291,928,092
0
0
MIT
2021-01-05T14:41:04
2020-09-01T07:29:25
C++
UTF-8
C++
false
false
281
h
#pragma once #include "Expression.h" class Div : public Expression { public: Div(Expression* leftExpression, Expression* rightExpression); double Evaluate() override; ostream& Print(ostream& out) override; ~Div(); Expression* expressionLeft; Expression* expressionRight; };
[ "kimstone.yeager@gmail.com" ]
kimstone.yeager@gmail.com
e6c4835541bd3bb6baf1e1abeec00a6b9e016936
a254a6bc7cbd830f955e1b81d6f75a12d808161b
/SoftwareShow/SoftwareShow/DB.h
ebf8d33706def77039ea095bf678d082b7376d8b
[]
no_license
ruoyu2048/QtWorkspace
57c41253ce0c1538387c9711d426fff2b90c48d2
18a575c31e659cdcf6d9cdcb84537ee1530131a6
refs/heads/master
2023-04-03T06:42:22.623088
2021-04-09T07:23:29
2021-04-09T07:23:29
142,648,701
4
6
null
null
null
null
UTF-8
C++
false
false
773
h
#ifndef DB_H #define DB_H #include <QString> #include <QVariant> #include <QMap> #include <QVector> #include <QtSql/QSqlDatabase> class CDB { public: CDB(); ~CDB(); static QString GetDBServer(); static QString GetDBName(); static QString GetDBUserName(); static QString GetDBPWD(); static QS...
[ "chenyouzhi06@163.com" ]
chenyouzhi06@163.com
2d76f969d7b9c910b4745e74c6a584f7a2393f14
4354e1475d0074d592f02ac1c1580f36bf7da164
/BankAccounttmp/TestPersonClass.cpp
20874b575dda7b7d496f912990eb691c8e592ff2
[]
no_license
lemonoil/BankSystemPro
1955d4521ad739861c170c76e254548d1a772801
817c807b550ff303d46e79c682fc863927b3da4a
refs/heads/master
2022-10-15T23:33:06.322146
2020-06-16T06:57:22
2020-06-16T06:57:22
272,467,537
2
0
null
null
null
null
UTF-8
C++
false
false
193
cpp
#include"Person.h" #include<iostream> using namespace std; int main() { // last,first,ID,ad,D Person Man("A", "B", "1234567890", "Green Street", Date(2000, 1, 1)); Man.print(); return 0; }
[ "846938219@qq.com" ]
846938219@qq.com
cbec17edcc615228a2fe2f1ebdef6ef56a3523e5
38faa4cbff6d6a62723cbff0dd89ae0047339be3
/BackgroundSubtractor/src/testApp.h
992499999c7eebdc0fd5ede5bff314601d5061c8
[ "MIT" ]
permissive
KoolJBlack/twspp
0e83bb4e09fb7440ad2a33830c03579a7d19c8ed
62177c0d0f1ed88a56a45deb9756f052b8e31df7
refs/heads/master
2020-06-01T00:28:23.649887
2013-11-04T15:19:19
2013-11-04T15:19:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
736
h
#pragma once #include "ofMain.h" #include "ofxOpenCv.h" #include "ofxCv.h" #include "BackgroundSubtractor.h" class testApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed (int key); void keyReleased(int key); void mouseMoved(int x, int y ); void mo...
[ "kooolj@gmail.com" ]
kooolj@gmail.com
0cc7c26ee7762e8d4dd1af7094f21483354fc171
df3569f8ac8b86adbd531a67d7e569723ee3ef95
/Caique/Scene.cpp
8d2583fae6989ba75c77bc108a8fc79941f48ac8
[]
no_license
LiruJ/Caique
af4fe2319ce2431cab85d22254d2cc399a4ead23
e09f058eec735b3cf59d38156982fc25dbcf064d
refs/heads/master
2023-02-12T08:21:53.279572
2021-01-11T11:14:30
2021-01-11T11:14:30
317,219,665
0
0
null
null
null
null
UTF-8
C++
false
false
2,429
cpp
#include "Scene.h" // Timing includes. #include "GameTime.h" // GameObject includes. #include "GameObject.h" // Content includes. #include "JsonContentManager.h" // Behaviour includes. #include "Camera.h" #include "MeshRenderer.h" std::shared_ptr<GameObjects::Scene> GameObjects::Scene::CreateScene(std::weak_ptr<Co...
[ "liruotaku@gmail.com" ]
liruotaku@gmail.com
db001c2b5454568c8d52404b5841f064831b94fb
165cf5ce4f80ca7037237f3abf59eeef68e3105e
/examples/qpack_decode.cc
22e44c8fc40fd2bbfa66f6652a4216ed887603d5
[ "MIT" ]
permissive
ngtcp2/nghttp3
1eb043960397ec5bdd3f704d4ccc9b11613ec99c
dd5d9d55dcb13a1729b7ad1c8c30f8e5ad82c4df
refs/heads/main
2023-08-31T03:23:38.565595
2023-08-30T09:58:04
2023-08-30T09:58:04
156,868,263
693
82
MIT
2023-08-30T09:55:36
2018-11-09T13:49:36
C
UTF-8
C++
false
false
8,026
cc
/* * nghttp3 * * Copyright (c) 2019 nghttp3 contributors * * 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,...
[ "tatsuhiro.t@gmail.com" ]
tatsuhiro.t@gmail.com
0508f5877e834e800e45a2e381c4ed692a749795
f7dc806f341ef5dbb0e11252a4693003a66853d5
/thirdparty/icu4c/common/cstring.cpp
e95816c130160d8f358c9a1441925bf7cab98f3a
[ "LicenseRef-scancode-free-unknown", "MIT", "CC-BY-4.0", "OFL-1.1", "Bison-exception-2.2", "CC0-1.0", "LicenseRef-scancode-nvidia-2002", "LicenseRef-scancode-other-permissive", "GPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSL-1.0", "Apache-2.0", "BSD-3-Clau...
permissive
godotengine/godot
8a2419750f4851d1426a8f3bcb52cac5c86f23c2
970be7afdc111ccc7459d7ef3560de70e6d08c80
refs/heads/master
2023-08-21T14:37:00.262883
2023-08-21T06:26:15
2023-08-21T06:26:15
15,634,981
68,852
18,388
MIT
2023-09-14T21:42:16
2014-01-04T16:05:36
C++
UTF-8
C++
false
false
8,785
cpp
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * * Copyright (C) 1997-2011, International Business Machines * Corporation and others. All Rights Reserved. * ***********...
[ "7645683+bruvzg@users.noreply.github.com" ]
7645683+bruvzg@users.noreply.github.com
b2531f72a4f17c27c9b4cd798577f3918a2e1c82
0f36df0271de12827baea1d008b4625243fecfcf
/cpp-design/ReplaceVirtualFunction/replace_virtual_function.cc
b22f946569fcf4fbf14d9030a01c45d4f0756d28
[]
no_license
perrynzhou/safe_code
da39e4f89ad6bde26edfea75df51aa8a46b932b5
3d6de661a30713e2721dc1b05985a0a6fddcf4aa
refs/heads/master
2021-10-27T05:35:10.859232
2019-04-16T08:52:10
2019-04-16T08:52:10
112,054,155
1
0
null
null
null
null
UTF-8
C++
false
false
1,148
cc
/************************************************************************* > File Name: replace_virtual_function.cc > Author:perrynzhou > Mail:perrynzhou@gmail.com > Created Time: 一 1/14 16:40:05 2019 ************************************************************************/ #include "replace_virtual_function....
[ "perrynzhou@gmail.com" ]
perrynzhou@gmail.com
df64c0d76d4f297b3da6251775e3e705e4e7b538
aa04ea4a8dcb05a1743dc04e4b8aa89a01e12944
/chrome/status.cc
90e5abdd51a2a496705f4d769824dec21e729075
[ "BSD-3-Clause" ]
permissive
nwlunatic/qtwebkitdriver
1808ffdabc885f754250a2dbc69fed815d72f0ca
5ebbd4c9d1f877eba44afc993e327b27aedf9021
refs/heads/master
2020-05-18T16:31:13.411121
2014-07-10T05:32:51
2014-07-10T05:32:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,961
cc
// 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. #include "chrome/test/qtwebkitdriver/chrome/status.h" #include "base/strings/stringprintf.h" namespace { // Returns the string equivalent of the gi...
[ "i.pavlov@2gis.ru" ]
i.pavlov@2gis.ru
156145efbfbf82fa97b264f522dc2fcd3ac7c225
b45612ec940592562765f940e934897120e012ef
/2.Sorting_and_Searching/4.Concert_Tickets.cpp
437cd945bfb465dd07410b9c14df39a988043f21
[]
no_license
ShubhamAgrawal-13/CSES-Problem-Set
9697a52edce59394db6103fd4371c79fa8ccad8e
c67f4c8ab80e11602f77db8b6572dfd7c774ea32
refs/heads/master
2022-12-18T13:17:59.146810
2020-08-12T19:39:11
2020-08-12T19:39:11
272,518,178
1
0
null
null
null
null
UTF-8
C++
false
false
1,936
cpp
#include <bits/stdc++.h> using namespace std; #define ll long long #define MAX 1000005 #define INF 999999999 #define mod 1000000007 #define deb(x) cout << #x << "=" << x << endl #define print(x) cout << x << endl #define itr(i,v) for(auto i=v.begin();i!=v.end();i++) #define pb push_back #define mp make_pair #de...
[ "shubham.agrawal@students.iiit.ac.in" ]
shubham.agrawal@students.iiit.ac.in
1d9503cf3a0fe171b6bab88c0688fb05cf73d422
76d97141373d29e94f068a66342445ad7fe57063
/safeMiddle/common/middleConfig.cpp
f4cf9610e4d1a9e6a228968bf78e995bfe77cb5d
[]
no_license
likelibhub/likelib
7e76dea7ee4cb9e3d5d829f9ce34b9d9c9fedb2c
c69d27a853dc66cf907178f9301adc9314e9bf22
refs/heads/master
2020-08-16T09:24:01.666316
2019-10-17T02:44:57
2019-10-17T02:44:57
215,485,190
0
0
null
null
null
null
UTF-8
C++
false
false
2,773
cpp
#include <hlog.h> #include <hstr.h> #include <libconfig.h++> #include <hfname.h> #include "middleConfig.h" HINT CMiddleConfig::GetInt (HCSTRR key, HINT def) { if(HIS_FALSE(m_conf.IsHere(key))) { return def; } return HCStr::stoi(GetValue(key)); } void CMiddleConfig::SetNewSoenty (HCSTR...
[ "tomhui1009@yahoo.com" ]
tomhui1009@yahoo.com
0a130eca4f69944bab9955783b4931c32391e6f9
2b3cf522f0600927859362f32204d334a8a44b6d
/Seminar1/DetaljiRezervacije.h
59e9eb6465e258f07e13672fbee9f6671c25c4ce
[]
no_license
scagalj/Seminar
ec13ea0b3a51b6ebe01c421d8fdfce55eddff138
2678b868a691c3ec1354ed487ab37c4415eeb1ca
refs/heads/master
2020-03-22T15:51:49.719787
2018-08-24T12:29:50
2018-08-24T12:29:50
140,284,865
0
0
null
null
null
null
UTF-8
C++
false
false
1,244
h
// DetaljiRezervacije.h : Declaration of the CDetaljiRezervacije #pragma once // code generated on 17. srpnja 2018., 11:49 class CDetaljiRezervacije : public CRecordset { public: CDetaljiRezervacije(CDatabase* pDatabase = NULL); DECLARE_DYNAMIC(CDetaljiRezervacije) // Field/Param Data // The string types below (...
[ "stjepan_12@hotmail.com" ]
stjepan_12@hotmail.com
12e04bed1700cae20ebd875b6b376d4c22f1177d
8584afff21c31c843f520bd28587a741e6ffd402
/AtCoder/ABC/049/b.cpp
cfdf87933abed403e0d5c4a28feb54dc28f3dd9a
[]
no_license
YuanzhongLi/CompetitiveProgramming
237e900f1c906c16cbbe3dd09104a1b7ad53862b
f9a72d507d4dda082a344eb19de22f1011dcee5a
refs/heads/master
2021-11-20T18:35:35.412146
2021-08-25T11:39:32
2021-08-25T11:39:32
249,442,987
0
0
null
null
null
null
UTF-8
C++
false
false
2,323
cpp
#include <bits/stdc++.h> using namespace std; #define rep(i,s,n) for (int i = (int)s; i < (int)n; i++) #define ll long long #define ld long double #define pb push_back #define eb emplace_back #define All(x) x.begin(), x.end() #define Range(x, i, j) x.begin() + i, x.begin() + j #define lbidx(x, y) lower_bound(x.begin()...
[ "liyuanzhongutokyos1@gmail.com" ]
liyuanzhongutokyos1@gmail.com
e48bfee58c9cc15e270c96254186bb60ff133a71
869cefe6ea1acb40e347f5430278b1204984b565
/extras/include/boost/boost/mpl/same_as.hpp
252550edf5aff377bfb4bea6121476ffb3a4865c
[ "BSL-1.0" ]
permissive
muschellij2/FSL6.0.0
c68ed91e8c2777fcf07d994d7ab288a75e448fd1
3c3dd651066ee189bc8c290f744ca48cb3d1f156
refs/heads/master
2020-04-27T01:04:04.915711
2019-03-05T14:57:48
2019-03-05T14:57:48
173,954,388
9
4
null
null
null
null
UTF-8
C++
false
false
1,213
hpp
#ifndef BOOST_MPL_SAME_AS_HPP_INCLUDED #define BOOST_MPL_SAME_AS_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-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...
[ "muschellij2@gmail.com" ]
muschellij2@gmail.com
e1ae86483cf727af7e0eeb0cb16e5a3c0bf00e89
1a543e7112e6a3b49098c2c8f8b1a7f1973a77fe
/Books/뇌를 자극하는 C++ STL/01_accumulate(b, e, x).cpp
a3b443b7886e88df06f96e621ea7ab05e703831d
[]
no_license
booknu/PS_Relative
d0bc27cbc695511610b83a6f541410f4c13fafd8
944964bfed4ae04f38c20b1dfddea1c63f236f82
refs/heads/master
2022-06-09T02:22:12.306623
2020-05-05T08:35:20
2020-05-05T08:35:20
198,022,480
1
1
null
null
null
null
UHC
C++
false
false
1,089
cpp
/************ <주소> : p427 ********** <해결방안> : 수치 알고리즘은 <numeric>에 있다. x를 초기값으로 하는 [b, e)의 합을 구한다. ********** <오답노트> : */ #include <iostream> #include <vector> #include <numeric> // 수치 알고리즘 #include <functional> using namespace std; template <typename T, typename Predicate> void print(const vector<T, Predicate> &...
[ "limsydev@gmail.com" ]
limsydev@gmail.com
a98e29cd717a677afc0e3771105578f3914447a7
34caace12f18c2a0c9dfa2ce4cef7c7676e6ff52
/src/third_party/ceres/examples/nist.cc
8e0f37e7376f76aab3fb5ff23b4d294909692b0e
[ "BSD-3-Clause", "MIT" ]
permissive
wg-perception/libmv
410d16d11e75cbbf85b8325118a668cc69be9394
504e0bb1b64f002f3ef523b5042f8efeec5768b4
refs/heads/master
2020-12-29T02:54:59.188888
2015-05-04T19:17:52
2015-05-04T19:17:52
4,434,260
3
3
null
2015-05-04T19:17:52
2012-05-24T15:11:20
C++
UTF-8
C++
false
false
19,603
cc
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2012 Google Inc. All rights reserved. // http://code.google.com/p/ceres-solver/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistr...
[ "sergey.vfx@gmail.com" ]
sergey.vfx@gmail.com
e97c00e03dd457ce45adf308864030dd89f97471
b6bc655de3c1c1f4aa5065881f283e0e372a0a8b
/src/imagine/envi/impl_vk/detail/vulkan.h
4a60993e3c8adb4846fdfc45e479d96f58690c2b
[ "MIT" ]
permissive
i5anoff/imagine
14a5fe0bfaef3818b621de032b986a6dfdb313c8
5a3d989bf6b420547e94fc11405404cbd030b6d1
refs/heads/master
2020-04-15T18:36:31.424144
2018-09-04T22:46:12
2018-09-04T22:46:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,580
h
/* Imagine v0.1 [envi] Copyright (c) 2015-present, Hugo (hrkz) Frezat */ #ifndef IG_ENVI_VK_VULKAN_H #define IG_ENVI_VK_VULKAN_H #include "imagine/math/basis.h" #include "imagine/envi/library.h" #include "imagine/envi/impl_arch/config_impl.h" #if defined(IG_WIN) #define VK_DYN_LOADER "vulkan-1.dll" #define VK_U...
[ "hugo.frezat@gmail.com" ]
hugo.frezat@gmail.com
afc8a63c9ab71d6c31d7581d0b226e2e3d878c65
cf83443fd39f028dd7f5796b9f37b83bead14b0a
/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/ScreenObject.h
250c9403b16e1dd9b2b2e2c4b280b50e5d1882c5
[ "BSD-3-Clause" ]
permissive
HomeTheaterOperatingSystem/lumina
b360ed65e0916af8d0b187c9d881d9ac5791a1b1
ded7595dbb3d05f7c25607dd26f5ae0affefa0d3
refs/heads/master
2020-03-10T07:59:11.258096
2018-04-11T13:33:41
2018-04-11T13:33:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,854
h
//=========================================== // Lumina-desktop source code // Copyright (c) 2017, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== // This is the base C++ object that is used to pass Screen/Wallpaper info to...
[ "ken@ixsystems.com" ]
ken@ixsystems.com
da56e828dc8b7776c1a62cadb936b284d60a1b5e
2c2b7d381d05a276be2958197ac4116b5f5fc36a
/devel/rawdata/programs/software/src/mcmc.cpp
e6f1f04980eaf9b0966bd9a710dc329c2527ef47
[]
no_license
johnbower2012/balance_imaging
df620262ea014613e21921f10a0f8f77b84161a3
aa1ebf89474df283f4c1e68959c02264271d6f18
refs/heads/master
2020-03-09T13:00:57.939502
2019-04-12T04:45:24
2019-04-12T04:45:24
128,799,566
0
0
null
null
null
null
UTF-8
C++
false
false
8,171
cpp
#include "mcmc.h" /*RANDOM-- ***************/ CRandom::CRandom(){ this->seed = std::chrono::system_clock::now().time_since_epoch().count(); generator.seed(seed); } CRandom::CRandom(unsigned Seed){ this->seed = Seed; generator.seed(this->seed); } void CRandom::setSeed(unsigned Seed){ this->seed = Seed; this...
[ "johnbower2012@gmail.com" ]
johnbower2012@gmail.com
71eb40e228229b7077fb357c1de5193715b48c26
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/wg/sdk/FAnimNode_SplineIK.hpp
6f0cefcd3885e46a3fe999d5da5c7ffbd49484b7
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
UTF-8
C++
false
false
6,373
hpp
#pragma once #include "FAnimNode_SkeletalControlBase.hpp" #include "FBoneReference.hpp" #include "ESplineBoneAxis.hpp" #include "FAlphaBlend.hpp" #include "FSplineCurves.hpp" #ifdef _MSC_VER #pragma pack(push, 1) #endif namespace PUBGSDK { struct alignas(1) FAnimNode_SplineIK // Size: 0x210 : publi...
[ "1395329153@qq.com" ]
1395329153@qq.com
d0d7b42063da281d6fb0926cf1cc8d2243324f3b
f1121d3f923c07f7f51f00b784259a96ed9da7c2
/Source/NodeItem.h
c043e09b7f691824b97eaa6ee100bef0ccbda8c0
[ "BSD-3-Clause" ]
permissive
animeshbaranawal/exposure-render.release110
fd638dbdc8ecbc1458ef283b596f8aac77aa7c95
f653e584c358133e4f6a541c73eecacbac0f86cf
refs/heads/master
2020-06-01T18:17:37.140315
2016-08-30T11:11:58
2016-08-30T11:11:58
190,879,534
1
0
null
2019-06-08T11:23:36
2019-06-08T11:23:35
null
UTF-8
C++
false
false
2,818
h
/* Copyright (c) 2011, T. Kroes <t.kroes@tudelft.nl> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of condi...
[ "Thomas@Workstation.home" ]
Thomas@Workstation.home
ffcc3d9045ab091a5f8496309647cf05f803dbdb
918ccc156afd39de50d960ecb11c8c0e10bfe25c
/candy_lottery.cpp
bc0afe3e8c8e0688e91a272aa468baa9d9d102c1
[ "Unlicense" ]
permissive
elsantodel90/cses-problemset
feaa2f094b65aba7691ae32ad2fb69efab1e6a2f
1e3812900f370f54056252bb22fa78b9b59030b8
refs/heads/master
2022-07-31T13:55:46.465894
2022-07-09T03:47:32
2022-07-09T03:47:32
157,269,949
0
1
null
null
null
null
UTF-8
C++
false
false
1,770
cpp
#include <iostream> #include <iomanip> #include <algorithm> #include <vector> #include <bitset> #include <numeric> #include <cassert> #include <cmath> using namespace std; #define forn(i,n) for(int i=0;i<int(n);i++) #define forsn(i,s,n) for(int i=int(s);i<int(n);i++) #define dforn(i,n) for(int i=int(n)-1;i>=0;i--) #d...
[ "elsantodel90@gmail.com" ]
elsantodel90@gmail.com
5e3f685ac7ebe57efa606070500457d32d7a0c48
dbfb77666a87e0d9dc89f2f50db89e7173f1f0d8
/source/cpp_utils/Singleton.hpp
7c7ece6de90d365222bb939687a64d365722f0ce
[]
no_license
VladasZ/cpp_utils
b7b248933e1711c6586be2a836d56c9383c5d96c
76e7246f6b31e8a189e5fbbb943c733792815f9e
refs/heads/master
2021-06-10T11:14:16.895833
2021-03-31T19:50:32
2021-03-31T19:50:32
157,543,516
3
0
null
null
null
null
UTF-8
C++
false
false
715
hpp
// // Singleton.hpp // cpp_utils // // Created by Vladas Zakrevskis on 28/11/17. // Copyright © 2017 VladasZ. All rights reserved. // #pragma once class Static { Static() = delete; }; template <typename T> class Singleton { public: static T& instance() { static T _instance; static bool is...
[ "146100@gmail.com" ]
146100@gmail.com
668ddcb2c5887fdd0a64a2ae12b9900c68344e1f
aa947cfdeac437a5268c2a00c2f142403e62f7c1
/Homework/Assignment4_JasmineSeveri/Gaddis_Edition8_Chapter5_Problem01_SumOfNumbers/source.cpp
80a0a2dde7e68037eaa7ca8374aba2d0fff99a05
[]
no_license
js2678766/SeveriJasmine_CIS5_47948
c4ee8f0657b1a08812226d2242e6e2b44055f31c
6d3c4ced25c574763d2ceb7a149feeb506c7afac
refs/heads/master
2020-04-06T22:26:15.100308
2018-12-14T08:01:33
2018-12-14T08:01:33
157,836,029
0
0
null
null
null
null
UTF-8
C++
false
false
1,352
cpp
/* * Name: Jasmine Severi * Date: 10/18/2018 * Purpose: 1. Sum of Numbers * Write a program that asks the user for a positive integer value. The program should use * a loop to get the sum of all the integers from 1 up to the number entered. For example, * if the user enters 50, the loop will find the sum of 1, 2,...
[ "jseveri@student.rccd.edu" ]
jseveri@student.rccd.edu
ea1da3c0d1a96fe638cbdbf59bf76cd04af3807a
afb8cdd50e05a7dcd39756cd4efc0a8fb36eb6b2
/HelloWorldClient.h
2e0b51060ecd217db0501e6d6b0753ff45266529
[]
no_license
baorepo/hello_world
562bd28bf68270ff3ba96333e4085aa76e7c6bb8
e92cc5f1fd2fda691157ac6b17a8b0912aedd09c
refs/heads/master
2020-04-06T17:45:29.069097
2018-11-16T03:32:02
2018-11-16T03:32:02
157,672,582
1
1
null
null
null
null
UTF-8
C++
false
false
5,847
h
// // Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
[ "baozhu.zuo@gmail.com" ]
baozhu.zuo@gmail.com
f01d6cf98a13b424b5c8cdad888b301db198563f
4155424840bf566fd50550171019f9837a075673
/[15663]N과 M(9)/소스.cpp
ffe2a4effa3998096d9beb8ddb0c3b4ddf2c0322
[]
no_license
SeongJaeSong/BOJ
037cd28594c2d74f0a29cfcf2b3c21059da690fb
5218f0a5a6b9138e7564b75687f3c1f2ed594dc6
refs/heads/master
2022-09-23T06:02:49.036506
2020-05-31T11:21:29
2020-05-31T11:21:29
265,479,279
0
0
null
null
null
null
UTF-8
C++
false
false
658
cpp
#include <iostream> #include <vector> #include <algorithm> #include <set> using namespace std; int main() { ios_base::sync_with_stdio(false); int n, m; cin >> n >> m; vector<int> v(n); for (int i = 0; i < n; i++) { cin >> v[i]; } sort(v.begin(), v.end()); set<vector <int>> perm; vector<int> temp; do { t...
[ "tjdkskgnal61@gmail.com" ]
tjdkskgnal61@gmail.com
70f6103005e07c991a53b38b0ce7a72615b4f81a
0cb94d14603ba5b62a76f41b0206e0566620c519
/gui_source/main_gui.cpp
112c3917d8f65e490210aedf4eb03ea8e178de17
[ "MIT" ]
permissive
zhonglaoban/XMachOViewer
ef33104349e727ab5168987133ca319a39351634
c445d8cd2f050f7ec35130aa190887cc918cce8c
refs/heads/master
2023-08-27T13:26:43.154457
2021-11-01T01:08:18
2021-11-01T01:08:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,576
cpp
// Copyright (c) 2019-2021 hors<horsicq@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, mod...
[ "horsicq@gmail.com" ]
horsicq@gmail.com
936dcba7241136898fed2d5e75ea9fba26f0aba1
2b0ff7f7529350a00a34de9050d3404be6d588a0
/089_VC_CreateISO/程式碼/CreateISOs_01/CreateISOsDlg.cpp
25e86844fcab3e620dd901e5f98087574dc4281c
[]
no_license
isliulin/jashliao_VC
6b234b427469fb191884df2def0b47c4948b3187
5310f52b1276379b267acab4b609a9467f43d8cb
refs/heads/master
2023-05-13T09:28:49.756293
2021-06-08T13:40:23
2021-06-08T13:40:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,329
cpp
// CreateISOsDlg.cpp : implementation file // #include "stdafx.h" #include "CreateISOs.h" #include "CreateISOsDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CAboutDlg dialog used f...
[ "jash.liao@gmail.com" ]
jash.liao@gmail.com
c8321f84efba36dd243dd1774ceb797bb94d9034
2b1b459706bbac83dad951426927b5798e1786fc
/src/zircon/bin/hwstress/memory_range_test.cc
ee77ea18d75c4c4276d7da22ec7f019f35e556fc
[ "BSD-2-Clause" ]
permissive
gnoliyil/fuchsia
bc205e4b77417acd4513fd35d7f83abd3f43eb8d
bc81409a0527580432923c30fbbb44aba677b57d
refs/heads/main
2022-12-12T11:53:01.714113
2022-01-08T17:01:14
2022-12-08T01:29:53
445,866,010
4
3
BSD-2-Clause
2022-10-11T05:44:30
2022-01-08T16:09:33
C++
UTF-8
C++
false
false
2,038
cc
// Copyright 2020 The Fuchsia 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 "memory_range.h" #include <lib/zx/time.h> #include <gtest/gtest.h> namespace hwstress { namespace { TEST(MemoryRange, CreateDestroy) { auto ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
26a3fbb72c56dce43545a6329aaf8e1281ebcf69
3c8c67c26a7b6d80a7c0f9826d4b2018ab3001c8
/include/Gaffer/Switch.inl
d9be5dafaf5b19af070727a9173bb7e1ac0dde8f
[ "BSD-3-Clause" ]
permissive
don-at-cinesite/gaffer
a2ba3932bac456e735863c4b655fec0aac9e855d
b9512f1950e673630bf24a3f4e12354a74dca441
refs/heads/master
2020-04-08T22:44:32.441499
2016-02-29T17:17:08
2016-02-29T17:17:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,041
inl
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2013, Image Engine Design 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: // // * R...
[ "thehaddonyoof@gmail.com" ]
thehaddonyoof@gmail.com
58a142f84d32c1647b959b1300ae0c18b76a3a52
c6e7f3bee051fe906295fdf8bfe7dedd5158f7a6
/1551020_Week09/ex01/Fraction.h
5aa9e5ee1c349d07c2da7693ea6535c491a28f1c
[]
no_license
luong-komorebi/CS161
81066209c26158705951febab9ed94fcc80af94a
e21f292166db110b1c79f7403eedb357b0776f71
refs/heads/master
2021-06-08T16:21:25.992353
2016-12-20T03:31:46
2016-12-20T03:31:46
59,763,771
1
0
null
2023-09-07T08:43:09
2016-05-26T15:56:21
C++
UTF-8
C++
false
false
249
h
#pragma once #include <fstream> using namespace std; struct Fraction { int num; int den; }; void Input( Fraction f[1000], int &n); Fraction Compare( Fraction f[1000], int n); void Output ( Fraction k); void InputFile ( Fraction f[1000], int &n);
[ "vo.tran.thanh.luong@gmail.com" ]
vo.tran.thanh.luong@gmail.com
90398078f71d8dc04c1b4fb2c82302d107452095
0f89024be02801906ab93242c48d527a9515040f
/advanced/1046.Shortest Distance.cpp
b58bc9d6f002a83905a66705d516421b46aad443
[]
no_license
SteveYuOWO/algorithm
5b8eab4fe8acaa804648c62017768187115fdd26
9aaa0b801c5a29b82b7f73cc095043dc0fc94b3e
refs/heads/master
2023-02-16T14:19:38.871015
2021-01-19T18:34:35
2021-01-19T18:34:35
259,789,277
1
1
null
null
null
null
UTF-8
C++
false
false
519
cpp
#include <iostream> #include <vector> using namespace std; int main() { int N, M, a, b, sum = 0; scanf("%d", &N); vector<int> dis(N + 1); dis[0] = 0; for(int i = 1; i <= N; i++) { scanf("%d", &dis[i]); sum += dis[i]; dis[i] += dis[i - 1]; } scanf("%d", &M); while(...
[ "littlepageprogram@163.com" ]
littlepageprogram@163.com
205fb438b3b845f54690cb19328a476149db7974
0150d34d5ced4266b6606c87fbc389f23ed19a45
/Cpp/SDK/CustomMeshComponent_parameters.h
a2ec28aef73801ea346728191d8dda96f1dbb9e1
[ "Apache-2.0" ]
permissive
joey00186/Squad-SDK
9aa1b6424d4e5b0a743e105407934edea87cbfeb
742feb5991ae43d6f0cedd2d6b32b949923ca4f9
refs/heads/master
2023-02-05T19:00:05.452463
2021-01-03T19:03:34
2021-01-03T19:03:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,441
h
#pragma once // Name: S, Version: b #include "../SDK.h" #ifdef _MSC_VER #pragma pack(push, 0x01) #endif /*!!HELPER_DEF!!*/ /*!!DEFINE!!*/ namespace UFT { //--------------------------------------------------------------------------- // Parameters //-----------------------------------------------------------------...
[ "tahmaniak@gmail.com" ]
tahmaniak@gmail.com
1fa80dc6ec63048efb9d2f15d05e73c534b50c6d
e71f588f5519403fae47e39e0970d64d3c562a77
/src/QBVHBase.h
c830b7ae3a7c9ec502f8024a9d9071a543b3744a
[]
no_license
shuichih/oreoren
ce02b8679f0a0ea77b97b185d5537f943dd84573
9dce2824d09c18f0036b479ea4c01f7f9667ec07
refs/heads/master
2021-04-30T18:33:27.543331
2021-02-28T16:51:54
2021-02-28T16:51:54
10,792,562
7
0
null
null
null
null
UTF-8
C++
false
false
3,968
h
#ifndef QBVHBase_h #define QBVHBase_h #include "Common.h" #include "Scene.h" #include "BBox.h" /** * SISD version QBVH node. */ struct SISD_QBVH_NODE { BBox bboxes[4]; // 24*4=96 bytes int children[4]; // 16bytes int axis0; // 4bytes int axis1; // 4bytes int axis2; // 4bytes int reserved; ...
[ "shuichih@rins-MacBook-Air.local" ]
shuichih@rins-MacBook-Air.local
963b007825dfd9b4e70b33a60fd8d0fc499854e5
1a7a23cc2ee075ef9cf29f96896543d81c664ec5
/pantalla_tactil/myNumberPad2/myNumberPad2.ino
bc5346115e023f92b1d44ad9b86092f0c78b062f
[]
no_license
AntoniPizarro/Arduino
d70cddfbb13109bf89824dae373593f425035488
64051a8e87f4c91d098c35d5baad1b0927ea0595
refs/heads/main
2023-03-08T05:39:42.860977
2021-02-19T21:59:19
2021-02-19T21:59:19
340,497,917
0
0
null
null
null
null
UTF-8
C++
false
false
2,407
ino
#include <Adafruit_GFX.h> #include <TouchScreen.h> #include <Adafruit_TFTLCD.h> #define YP A3 // must be an analog pin, use "An" notation! #define XM A2 // must be an analog pin, use "An" notation! #define YM 9 // can be a digital pin #define XP 8 // can be a digital pin // calibration mins and max for raw data...
[ "apizarro@cifpfbmoll.eu" ]
apizarro@cifpfbmoll.eu
79eeceaeddd765f4de51f62c5797da61b414d282
2e8ee837651ad66a073434c5d2d3f498e34a7100
/Codes/PureAI/TrainingDataInit.cpp
9965eec8c5875ff1b206b0a88229180c8e33094b
[]
no_license
Fracture17/ProjectMCodes
f673e35c9a0f85ff85765921bfe935e91e8c17f5
47a559870c0190042cd3646efe5657222361fe19
refs/heads/master
2023-06-23T21:08:31.074632
2023-06-14T00:20:49
2023-06-14T00:20:49
275,945,553
11
4
null
2022-02-06T02:59:35
2020-06-29T23:08:58
C++
UTF-8
C++
false
false
363
cpp
// #include "Brawl/IT/itResourceModuleImpl.h" #include "Brawl/IT/BaseItem.h" #include "Brawl/IT/itManager.h" #include "Brawl/FT/ftManager.h" #include "./TrainingDataInit.h" #include "./MovementTracker.h" extern MovementTracker movementTrackers[4]; TrainingData playerTrainingData[] = { TrainingData(), TrainingDa...
[ "DAReba1998@gmail.com" ]
DAReba1998@gmail.com
f1608877d0c943e0600632858ad5214da069055d
5ca11149ae854347d74446d1a3f10e8b565fcfee
/SrcCppProj/src/SrcCppProj.cpp
bda04949ec1e51012d163d09734e05c63012cb35
[ "MIT" ]
permissive
odygsim/UOA_Projects
56838ba81a2019713c265a0778ac85e0b1748f22
32173facc85e15e18e45edde0874c501cce0b024
refs/heads/master
2020-08-11T04:48:41.478383
2019-10-11T18:17:27
2019-10-11T18:17:27
214,494,552
0
0
null
null
null
null
UTF-8
C++
false
false
449
cpp
//============================================================================ // Name : SrcCppProj.cpp // Author : OS // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #incl...
[ "odygsim@gmail.com" ]
odygsim@gmail.com
264c22c5e311e4d4f094df3de33efa40c4a19baf
12839408b8d353824955fb3f0bd4df65f86a3b17
/buzzer/buzzer.ino
b16500f84df2316b75229d62b8be4c5393f26631
[]
no_license
belutz/arduino
275f00a9349fd33bbe719086a01ce6e35fb076b7
8239086fc15b714706ec8f5a10f6a1199a263e72
refs/heads/master
2021-05-28T01:05:36.224315
2013-03-06T22:22:09
2013-03-06T22:22:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,269
ino
// Buzzer example function for the CEM-1203 buzzer (Sparkfun's part #COM-07950). // by Rob Faludi // http://www.faludi.com void setup() { pinMode(8, OUTPUT); // set a pin for buzzer output } void loop() { buzz(8, 440, 500); // buzz the buzzer on pin 4 at 2500Hz for 500 milliseconds delay(1000); // wait a bit ...
[ "remy@remysharp.com" ]
remy@remysharp.com
5f594dbb33c7ef409cfc1ebadd820d6bfc78de79
dda21f4378e37cf448d17b720da4a1c9eb2b24d7
/SDK/SB_MediaCompositing_functions.cpp
14c7d3c073973d132480bd648f4b81fa433e66a2
[]
no_license
zH4x/SpellBreak-FULL-SDK
ef45d77b63494c8771554a5d0e017cc297d8dbca
cca46d4a13f0e8a56ab8ae0fae778dd389d3b404
refs/heads/master
2020-09-12T17:25:58.697408
2018-12-09T22:49:03
2018-12-09T22:49:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,979
cpp
// SpellBreak By Respecter (0.15.340) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SB_MediaCompositing_parameters.hpp" namespace SpellSDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------...
[ "45327951+realrespecter@users.noreply.github.com" ]
45327951+realrespecter@users.noreply.github.com
3e28923bef3b53eef57efffe1a6e80f258c0d046
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/squid/gumtree/squid_old_log_1117.cpp
ca4e71dd4074b292748aebeb0cab17f11696d5cd
[]
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
247
cpp
storeAppendPrintf(s, "start %ld.%06d (%f seconds ago)\n", (long int) http->start_time.tv_sec, (int) http->start_time.tv_usec, tvSubDsec(http->start_time, current_time));
[ "993273596@qq.com" ]
993273596@qq.com
ac01d98f7d364e3157df73c6d30386810284eb04
076e59ce9746a07e6cacdbb745f0a62775428542
/contests/agc049/agc049_a/main.cpp
6eb5db63c236f8244b0e0edfb3d508fca60648db
[]
no_license
tsugitta/atcoder
faea5a301818fda11016d8a656398e9468cf945f
f399e1672f50aee69eabf69959c4b7328f971b64
refs/heads/master
2023-03-07T23:06:01.227474
2021-09-23T05:45:00
2021-09-23T05:46:05
191,819,586
10
0
null
2023-02-24T18:59:24
2019-06-13T19:12:38
C++
UTF-8
C++
false
false
2,483
cpp
// https://atcoder.jp/contests/agc049/tasks/agc049_a #include <atcoder/all> #include "algorithm" #include "bitset" #include "cmath" #include "functional" #include "iomanip" #include "iostream" #include "map" #include "numeric" #include "queue" #include "set" #include "string" #include "vector" #define rep(i, to) for ...
[ "tsugita.dev@gmail.com" ]
tsugita.dev@gmail.com
5f42ea88b7236bcb7d1a76b5ae5ab294ebc6c9b7
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_new_log_7079.cpp
e4db2459c30bd9a1869e9f20754e017eee59064d
[]
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
124
cpp
ap_log_rerror(APLOG_MARK, APLOG_TRACE2, 0, r, "ProxyBlock comparing %s and %s", caddr, uaddr);
[ "993273596@qq.com" ]
993273596@qq.com
f5c09b7dd2cdcff446ac7019fe4f1f5e55a75ece
56de6ba7cd519658db452914bf0d16db97f54065
/extensions/browser/api/media_perception_private/media_perception_private_api.cc
54af2bd661f4cf2bcf04b63d31d78c3f3c977c6b
[ "BSD-3-Clause" ]
permissive
ywapple/chromium
e37db5b2c0978c6ed507d25950a51e242072cd1b
d5840e2a44a661a55fcee3aec6d23114a91a03d8
refs/heads/master
2023-02-26T23:30:23.956849
2017-09-08T23:43:48
2017-09-08T23:43:48
104,996,232
2
0
null
2017-09-27T09:00:30
2017-09-27T09:00:30
null
UTF-8
C++
false
false
4,447
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 "extensions/browser/api/media_perception_private/media_perception_private_api.h" namespace media_perception = extensions::api::media_perception_...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
39c907b38d6f3a2d037e7cefbd7a35f3f2efb94e
939cfcd71914284263bd9eba61ac402b49a1aca1
/include/NovelTea/Game.hpp
d6c605ec749dea9549f65cf5facdc7171d449d1c
[ "MIT" ]
permissive
tedvalson/NovelTea
3837f76186452bd75cba06efb83ce67a92241081
54c28d61d2d5eb45e3130ee416aa77c948c2e9c6
refs/heads/master
2022-09-22T17:32:17.593266
2022-09-16T23:30:21
2022-09-16T23:30:21
253,251,360
1
0
null
null
null
null
UTF-8
C++
false
false
3,928
hpp
#ifndef NOVELTEA_GAME_HPP #define NOVELTEA_GAME_HPP #include <NovelTea/ContextObject.hpp> #include <NovelTea/ProjectData.hpp> #include <NovelTea/SaveData.hpp> #include <NovelTea/Entity.hpp> #include <NovelTea/Utils.hpp> #include <functional> #include <queue> namespace NovelTea { using MessageCallback = std::function...
[ "machin3@gmail.com" ]
machin3@gmail.com
661ea0210fcf97fcc9de7bb858893eff579b1be2
19999e0f98e2077e8207e54350fb701a5a04c22e
/ClusteredHGraph/hemClustHG.cxx
f6810fe094ec14bccf79954d606c60052fcd0d35
[ "MIT" ]
permissive
wangjiaqingll/UMICH-Physical-Design-Tools
e9e26977554e585e181be6394f6b2428ac9105d1
fa0d990fc9def762e3a2843707a7d8a4784d2f8b
refs/heads/master
2022-11-13T11:05:36.106620
2020-07-13T06:35:26
2020-07-13T06:35:26
277,409,848
1
1
null
null
null
null
UTF-8
C++
false
false
22,897
cxx
/************************************************************************** *** *** Copyright (c) 1995-2000 Regents of the University of California, *** Andrew E. Caldwell, Andrew B. Kahng and Igor L. Markov *** Copyright (c) 2000-2002 Regents of the University of Michigan, *** Saurabh N...
[ "wangjiaqing.ll@qq.com" ]
wangjiaqing.ll@qq.com
0aee337d8b6173309eda869e59ae738ad18fb130
d24ed27df3d3edf371db84ec41a102fd909cbf40
/A2/flag_PRC.cpp
c96a6b31fb36b66a0e307caacca939d12ad4a0de
[]
no_license
trainsn/ComputerGraphics
ae99e7db1572ca12d8c2ccd1ccf31fd8c3391c9a
6f7b23af96d1c5ee8e35f5be8f143ba95709cf7d
refs/heads/master
2020-03-14T17:21:51.967648
2019-11-19T01:08:01
2019-11-19T01:08:01
131,717,662
3
0
null
null
null
null
GB18030
C++
false
false
2,824
cpp
#define FREEGLUT_STATIC #pragma comment(lib,"freeglut_staticd.lib") #include <GL/freeglut.h> #include <math.h> void init(void) { glClearColor(1.0, 1.0, 1.0, 1.0); //窗口背景设置为白色 glMatrixMode(GL_PROJECTION); //设置投影参数 gluOrtho2D(0.0, 200.0, 0.0, 150.0); } void TRIANGLE(float i, float j, int r) { f...
[ "shineng@staff.zjutv.com" ]
shineng@staff.zjutv.com
0df4bcee97f19901cb726126a10677ce05c1e6c4
059eca05795e7ca8886a9dd4a7d2305316d6c7e1
/computer-graphics/PA0/src/camera.cpp
44b39d110b614da76701e2ddedd52478cd97f01d
[]
no_license
nmarno68/OpenGL_CS480
202fb16d3be85c6fb2d6bc499e7416854e2c10fc
0beb92811d13c9e5484d535644cbab151115edc0
refs/heads/master
2020-03-27T09:32:26.957022
2019-11-15T19:22:07
2019-11-15T19:22:07
146,350,253
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
cpp
#include "camera.h" Camera::Camera() { } Camera::~Camera() { } bool Camera::Initialize(int w, int h) { //--Init the view and projection matrices // if you will be having a moving camera the view matrix will need to more dynamic // ...Like you should update it before you render more dynamic // for this pr...
[ "narnold@nevada.unr.edu" ]
narnold@nevada.unr.edu
f807aec21bc73a671b1f962005d442f31c599a31
2f557f60fc609c03fbb42badf2c4f41ef2e60227
/RecoVertex/VertexPrimitives/interface/TTtoTTmap.h
efabf7f06b7c370d7239a3a9d6bbb0b16759b47e
[ "Apache-2.0" ]
permissive
CMS-TMTT/cmssw
91d70fc40a7110832a2ceb2dc08c15b5a299bd3b
80cb3a25c0d63594fe6455b837f7c3cbe3cf42d7
refs/heads/TMTT_1060
2020-03-24T07:49:39.440996
2020-03-04T17:21:36
2020-03-04T17:21:36
142,576,342
3
5
Apache-2.0
2019-12-05T21:16:34
2018-07-27T12:48:13
C++
UTF-8
C++
false
false
356
h
#ifndef TTtoTTmap_H #define TTtoTTmap_H #include <map> #include "TrackingTools/TransientTrack/interface/TransientTrack.h" /** Map of (key = RecTrack, * elt = map of(key = RecTrack, elt = covariance matrix)) */ typedef std::map<reco::TransientTrack, AlgebraicMatrix33> TTmap; typedef std::map<reco::Transie...
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
c5c36bd66a7930eed4bff86bc9470f4f3fd900ea
fb6df5b3d379237f059096df907e61bf1280af3b
/arduino/serial_server.cpp
1d9803f2a06eac28cfce34d0ecde7e2bbc425e68
[]
no_license
tadnir/EEPROMProgrammer
2709ecd8560e0a2c0e59427e7d6f49bcb7853228
2a4122bbc44a26c45c6a3a3b2827a00d36582661
refs/heads/master
2023-02-06T06:18:00.581295
2020-12-19T14:49:46
2020-12-19T14:49:46
322,603,334
0
0
null
null
null
null
UTF-8
C++
false
false
2,273
cpp
#include <Arduino.h> #include "serial_server.h" #include "eeprom_controller.h" #include "serial_interface.h" #define SYN ('s') #define ACK ('a') #define ERR ('e') #define RST ('r') #define FIN ('f') #define BYE ('b') SerialServer::SerialServer(SerialInterface* interface) { this->interface = interface; this->isCo...
[ "tadnir50@gmail.com" ]
tadnir50@gmail.com
96cd8d2f1ea04c631a3ce4209af432848df7316f
688a3a59596236c71a9b33db71778d5c369d8712
/src/LFSIOContext.h
67c63c913f3c91ba4aa7354fd3ab3bdb1b4a4f18
[]
no_license
bartbes/lvep
139235dd11bfc6916b086bfeb39bb7dcbb386bfa
83c953b4c154ab7ab1ba211a6897daacb6779ab9
refs/heads/master
2022-11-06T22:57:45.162529
2017-07-28T15:19:46
2017-07-28T15:19:46
275,814,894
0
0
null
null
null
null
UTF-8
C++
false
false
461
h
#pragma once // LOVE #include <filesystem/File.h> // FFMPEG extern "C" { #include <libavformat/avio.h> } class LFSIOContext { public: LFSIOContext(love::filesystem::File *file); ~LFSIOContext(); operator AVIOContext*(); private: AVIOContext *context; love::filesystem::File *file; unsigned char *buffer; int...
[ "60183+bartbes@users.noreply.github.com" ]
60183+bartbes@users.noreply.github.com
1fa2b1cac3bb5ed8393b7f81077351b207fc1460
21a7244cc28c301bb38e40208ed0ca70f77c604b
/TJU/2391 - Ancient Cipher.cpp
54c002d31e1b4cfd3b0ad89e55801ecae1118738
[]
no_license
jhtan/Online-Judge-Solutions
fc18efb8d8310bd06edb96c4b2ea0ac0dc79aae5
7c2d870affda103d57ecd6f0820b9e6fe5c58928
refs/heads/master
2020-12-03T05:10:33.420297
2013-09-10T20:21:03
2013-09-10T20:21:03
15,348,130
1
0
null
null
null
null
UTF-8
C++
false
false
545
cpp
#include <cstdio> #include <cstring> #include <algorithm> using namespace std; int main(){ char s1[101],s2[101]; int a[101],b[101]; scanf("%s %s",s1,s2); int n=strlen(s1); fill(a,a+n+1,0); fill(b,b+n+1,0); for(char c='A';c<='Z';c++) a[count(s1,s1+n,c)]+...
[ "marioyc@marioyc-laptop.(none)" ]
marioyc@marioyc-laptop.(none)
bcda39fb3fc9d0d34afe26c3cbaa5d43a781525c
b25d9847cdb64e3ef7250f4beab58e38e81ad8ba
/NetworkUI/Temp/StagingArea/Data/il2cppOutput/Il2CppMethodPointerTable.cpp
d51bce28639077140f50dce79f5dbeb6f5af0454
[]
no_license
jacobjc2/FirewallInternship
24d0a62d1eaff9260f184cc23cfa9a8b4f4e5db2
69e763bdf2b1e7c969699abd31d2582a527d7ef7
refs/heads/master
2022-04-27T01:43:03.615129
2020-04-22T17:13:24
2020-04-22T17:13:24
257,967,476
0
0
null
2020-04-22T17:08:18
2020-04-22T17:08:17
null
UTF-8
C++
false
false
1,084,298
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "class-internals.h" #include "codegen/il2cpp-codegen.h" extern "C" void Locale_GetText_m1954433032 (); extern "C" void Locale_GetText_m2553164138 (); extern "C" void SafeHandleZeroOrMinusOneIsInvalid__ct...
[ "wulf1212@gmail.com" ]
wulf1212@gmail.com
a8f5949273c7765401c444e174e107ee7f039c59
889a242bdc64792ccc755e5f6556d9cb811d2255
/src/world/blocks/BarkBlock.h
ed4f3a611511df10836a72696084842a138e59d2
[]
no_license
ZachBlandon/GetMineral
8f942b676a5ad7920fb8d77f87cfd82838c47df2
9fdf3621e77117a56bdb300de43182e123c6a93e
refs/heads/master
2022-12-07T04:21:01.933070
2020-09-03T22:23:21
2020-09-03T22:23:21
258,626,438
0
0
null
null
null
null
UTF-8
C++
false
false
356
h
#include "Block.h" class BarkBlock : public Block { public: static BarkBlock* getInstance() { static BarkBlock* instance = new BarkBlock(); return instance; } void bindTexture() { texture->bind(); } unsigned char getIdFromBlock() { return 3; } private: BarkBlock() {} Texture3D* texture = new Text...
[ "56097058+ZachBlandon@users.noreply.github.com" ]
56097058+ZachBlandon@users.noreply.github.com
25eeb02eefa12e681be369f1275083496a1734a0
80da287d87edcc6eff034d3c14f9c4810e3aabe9
/source/renderer/vk_stage_post.cpp
9c9ff6c5ff50d73b995dc830fb29db93811bc236
[]
no_license
iomeone/vkPhysics
a5bf701499cf41dbe2130ea3de988819976d99c0
3df9a648c239476ad1330c235d595cf548c6e2df
refs/heads/master
2023-02-07T04:44:39.454380
2020-12-24T15:03:30
2020-12-24T15:03:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,928
cpp
#include "vk_scene3d.hpp" #include "vk_context.hpp" #include "vk_descriptor.hpp" #include "vk_stage_post.hpp" #include "vk_stage_deferred.hpp" #include "vk_stage_lighting.hpp" namespace vk { void post_stage_t::init_render_pass() { stage.color_attachment_count = 1; VkAttachmentDescription attachment_descr...
[ "luc.rosenzweig@yahoo.com" ]
luc.rosenzweig@yahoo.com
740cbc983b1e11c8fc4fe544d50c66c6cdc0d796
680568e7ced98e237b5fdf7eaa5120bcbd178305
/CorrelParameter.cxx
0e450df8d27add7d443ad994f6680df3e924a7fb
[]
no_license
amist88/DESPEC-Analysis-Framework-OLD
62f434edeaf9a44e90dabbcaea2c89d97b92f618
b18bac970c0dc4a9f2b9c3997c7c39850af4cd4c
refs/heads/master
2020-07-17T19:33:41.492402
2019-09-11T12:07:41
2019-09-11T12:07:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,604
cxx
#include "CorrelParameter.h" #include <iostream> using namespace std; CorrelParameter::CorrelParameter() : TGo4Parameter("AnaOnlineCorPar") { GFat_Egate_low = 0; GFat_Egate_high = 0; GFat_TRawgate_low = 0; GFat_TRawgate_high = 0; GbPlas_Egate_low = 0; GbPlas_Egate_high = 0; } //---------------...
[ "amistry@lxg1277.gsi.de" ]
amistry@lxg1277.gsi.de
d31fbf865aa7c74a5431c2b7c44c0c1857856a0b
cb8079c93e5fc4546131e522893dcc0d4c4c8c0e
/src/base58.h
32491f731ca57fd28af549fde46642ef41289cad
[ "MIT" ]
permissive
sleepysmurf/bitswift
52f8ad83ff78d999f87324348756ec61d8b6bf53
c70e89a83375baf6cf4b1274ebd2e66a78fddea3
refs/heads/master
2021-01-12T22:29:41.955516
2014-10-04T05:44:54
2014-10-04T05:44:54
27,674,840
0
0
null
null
null
null
UTF-8
C++
false
false
13,074
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...
[ "bitswiftcoin@gmail.com" ]
bitswiftcoin@gmail.com
71189364c31e24f2dbce5d605385da864c8891b5
169e75df163bb311198562d286d37aad14677101
/tensorflow/tensorflow/core/platform/default/human_readable_json.cc
6bf2106f6e5d38f61e0291817f5106437c541c19
[ "Apache-2.0" ]
permissive
zylo117/tensorflow-gpu-macosx
e553d17b769c67dfda0440df8ac1314405e4a10a
181bc2b37aa8a3eeb11a942d8f330b04abc804b3
refs/heads/master
2022-10-19T21:35:18.148271
2020-10-15T02:33:20
2020-10-15T02:33:20
134,240,831
116
26
Apache-2.0
2022-10-04T23:36:22
2018-05-21T08:29:12
C++
UTF-8
C++
false
false
2,072
cc
/* Copyright 2018 The TensorFlow 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 a...
[ "thomas.warfel@pnnl.gov" ]
thomas.warfel@pnnl.gov
2c9bac8c93e008b0a2d16cf2891491b33160cd25
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14552/function14552_schedule_14/function14552_schedule_14.cpp
8096f52af17cce13b660b725ad571ec8303cfad3
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,645
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14552_schedule_14"); constant c0("c0", 128), c1("c1", 64), c2("c2", 128), c3("c3", 64); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
1af64a0556609e97fa46c1a3d747c18abf14fe05
fd31dcadccfefa6885f1aba31a4ae4afcd29a349
/test/test_deck.cpp
f31a08bc45fd18d5246f87e1752103d3fa47f4d4
[]
no_license
m9p909/CSI2372FinalProject
a4876f39b5549a6d2165bbfb62c8e8b69285eaa4
1afcc848a299cf0a91a37b19a9974f63ea9279b3
refs/heads/master
2023-01-29T00:21:02.653984
2020-12-08T04:22:47
2020-12-08T04:22:47
313,382,028
0
0
null
null
null
null
UTF-8
C++
false
false
243
cpp
#include "../main.h" #include "doctest.h" TEST_CASE("Instantiate Deck") { Deck(); Deck *x = new Deck(); delete x; } TEST_CASE("Peel Cards off Deck") { CardFactory *x = CardFactory::getFactory(); Deck d = x->getDeck(); d.draw(); }
[ "Ryan.Fleck@protonmail.com" ]
Ryan.Fleck@protonmail.com
f274a7c915f4a4e1bc29b37aae40690dc889afc8
d8e89f1e2e66829c7a8590e2456953bffb6fd7aa
/garbagebin/feature/feature/src/main/resources/agent/garbageBin.ino
10cbe79eacdf2c3e8164ac6461a09f8838959bb4
[ "Apache-2.0" ]
permissive
LakshikaDamithri/AndroidAdgent
97e54ec334b6b2a3d065225f993d81d380143606
487538a5e5a215a0dfe17541c25abe76f70d8853
refs/heads/master
2021-09-09T19:11:06.523781
2017-11-30T05:41:57
2017-11-30T05:41:57
114,737,740
0
1
Apache-2.0
2017-12-20T04:29:09
2017-12-19T08:14:58
JavaScript
UTF-8
C++
false
false
7,126
ino
/** * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file 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/...
[ "nirothipan@gmail.com" ]
nirothipan@gmail.com
219317759f8098277c5df1f3d691d485b6bb0771
a3993f2f0cba9f225ec03665ef7fc3eb765a578c
/sprint09/t00/app/src/Worker.cpp
a76af93a6c2635c12b80cc09e1b4f26c07c00270
[]
no_license
mlibovych/cpp_marathon_ucode
ec8d0560fcea9fe3cf7bcd840ce2c34c839d2991
c89558781354754c211b83d8b73d7c0ebefa4703
refs/heads/master
2023-04-05T13:58:53.112224
2021-04-20T09:11:52
2021-04-20T09:11:52
359,750,761
0
0
null
null
null
null
UTF-8
C++
false
false
198
cpp
#include "Worker.h" Worker::~Worker() { joinThread(); } void Worker::joinThread() { if (m_thread) { m_thread->join(); delete m_thread; m_thread = nullptr; } }
[ "mlibovych@MacBook-Pro-Maksim.local" ]
mlibovych@MacBook-Pro-Maksim.local
167caef11d577186b6af4694cb384fa40290bfb2
7f2ea1087250105349c33163854fe04e2f88e3b5
/pcl__/common/ModelCoefficients.h
d8e4c75a19275a8003cd8fe43ab81e8e888f5e7c
[ "MIT" ]
permissive
avinfinity/UnmanagedCodeSnippets
f5adbd5e72bd0919bf3621da14e60c60f0132401
2bd848db88d7b271209ad30017c8f62307319be3
refs/heads/master
2021-04-16T15:31:52.673438
2020-03-23T07:55:27
2020-03-23T07:55:27
249,366,746
0
0
null
null
null
null
UTF-8
C++
false
false
1,124
h
#ifndef PCL_MESSAGE_MODELCOEFFICIENTS_H #define PCL_MESSAGE_MODELCOEFFICIENTS_H #include <string> #include <vector> #include <ostream> // Include the correct Header path here #include <PCLHeader.h> namespace pcl { struct ModelCoefficients { ModelCoefficients () : header (), values () { } ::pcl::P...
[ "avinfinity@gmail.com" ]
avinfinity@gmail.com
1af36dce8723698a3eff53e19608df4cf3a478c3
64cddda6833ad6da4ceb8a84e0f1d18809a18606
/TicTacToe/tictactoegame.h
628a086852d2fed5b6879d548eb7a6b7a9df4404
[ "MIT" ]
permissive
matheuswhite/AI_Search
12e1ae8941c6b4af62e2dbee9c826d4933cbe767
d71e86c88c933d039ad1b14c2099910af2406de8
refs/heads/master
2021-05-31T16:24:16.445031
2016-03-03T13:31:15
2016-03-03T13:31:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
607
h
#pragma once #include <TicTacToe/tictactoestate.h> #include <minimax.h> class TicTacToeGame { MiniMaxState<TicTacToeId*>* _currentState; MiniMax<TicTacToeId*>* _minimax; TicTacToePiece _playerPiece; TicTacToePiece _aiPiece; TicTacToePiece** _board; void initializeBoard(); public: TicTacTo...
[ "tenoriomatheus0@gmail.com" ]
tenoriomatheus0@gmail.com
9154faf1821b05ba51d0ff2bd4be2e99d78494cc
8ff1801e8db0483706743675aba09361b4ccc0b3
/src/libmerklecpp/test/demo_tree.cpp
5521552ed58921be13f456c7d37170e0e94be8cc
[ "Apache-2.0" ]
permissive
iLuSIAnn/testing
f8f08e8873ab01b49ad93288baa7742383cbb562
b8b735c9e4141eb39562d142e61b06f89b23a475
refs/heads/master
2023-03-01T10:53:18.526180
2021-01-28T10:57:50
2021-01-28T10:57:50
333,730,176
0
0
null
null
null
null
UTF-8
C++
false
false
2,242
cpp
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache 2.0 License. #include <chrono> #include <iomanip> #include <iostream> #ifdef HAVE_EVERCRYPT # include <MerkleTree.h> #endif #include "util.h" #include <merklecpp.h> #define PRINT_HASH_SIZE 3 int main() { try { const...
[ "ubuntu@ccfproject.e1c000lhmreereztz3ihdi2bsg.zx.internal.cloudapp.net" ]
ubuntu@ccfproject.e1c000lhmreereztz3ihdi2bsg.zx.internal.cloudapp.net
7be0c69fcded2795477cf52719810645b7c128f1
56b8621cf520da082d7e1f8441bea07725050709
/src/3rdParty/ogdf/include/ogdf/orthogonal/internal/RoutingChannel.h
960de04b740d7f25899b4baf4ef29900a2853618
[ "GPL-2.0-only", "GPL-3.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "LicenseRef-scancode-generic-exception", "MIT", "LGPL-2.1-or-later", "BSL-1.0", "LGPL-2.0-only", "EPL-1.0", "BSD-2-Clause" ]
permissive
wojtek48/qvge
af8cf479ddfbc976483be04a5620cc16ea93e2ed
3c39128384a3ab3456bc559bda2e957e5bc814af
refs/heads/master
2021-03-21T10:29:31.966082
2020-05-13T19:09:52
2020-05-13T19:09:52
247,285,668
0
0
MIT
2020-03-14T13:51:54
2020-03-14T13:51:54
null
UTF-8
C++
false
false
3,662
h
/** \file * \brief Declaration of class RoutingChannel which maintains * required size of routing channels and separation, cOverhang. * * \author Carsten Gutwenger * * \par License: * This file is part of the Open Graph Drawing Framework (OGDF). * * \par * Copyright (C)<br> * See README.md in the OGDF...
[ "ars.masiuk@gmail.com" ]
ars.masiuk@gmail.com
c5b031fe12855cb75c8e25b0ebe4a63c27f62ec2
f649f50c0159fd715a61661118d36aab51eb3b11
/Lab1/Player.cpp
19dd6a3b50326482683d64fcea23c1cbfc1c7732
[]
no_license
Guitaroz/Arcade-Space-Shooter
605219ae5a20a33893af7a0bc32432242a6d9e5a
0f92e4c138ec4df23b6cd3101d9bab105c92c276
refs/heads/master
2021-01-01T03:56:12.112304
2016-05-07T23:09:07
2016-05-07T23:09:07
58,287,890
0
0
null
null
null
null
UTF-8
C++
false
false
1,309
cpp
#include "stdafx.h" #include "Player.h" Player::Player(ConsoleColor _fg, ConsoleColor _bg, char const * const _text, char const * const _name, int _left, int _top) : Sprite(_fg, _bg, _text, _name, _left, _top) { } Player::Player() {} Player::~Player() { } void Player::Show() const { Sprite::Sho...
[ "o.alvarado89@gmail.com" ]
o.alvarado89@gmail.com
ccb785bca9a9950294c9e263f162a3461b1d5ec9
3c09d1c279c8578791dae535852c06e09efad4a1
/Projects/Ramzi Meizinski/GitHub/Ramzi_STL/STL-Extra.Ex.1.cpp
f4eaa551bda98e21de3aa5355e3505ff38d5e752
[]
no_license
rosen90/GitHub
f00653f8a65cdffc479b70d2d7ca8f9e103d3eeb
851d210f2f6073d818e0984fa9daab96e833b066
refs/heads/master
2016-09-12T23:57:19.530896
2016-05-04T22:09:03
2016-05-04T22:09:03
58,085,509
0
0
null
null
null
null
UTF-8
C++
false
false
1,059
cpp
//Write a program that finds the longest subsequence of //greater values in array. #include <iostream> #include <set> #include <algorithm> #include <iterator> using namespace std; typedef multiset<int, less<int> > Ims; int main() { const int SIZE = 20; int arr[SIZE] = { 2, 1, 3, 3, 6, 6, 5, 5, 5, 8, 7, 4, 1, 1,...
[ "karadinev@gmail.com" ]
karadinev@gmail.com
c61922d4cb64478a2c1a108ac617397bc7407c50
4e9619dde1523669fd1b2e50d3a82959ce668877
/src/object.cpp
8d952d4a982029c949a300521cd065f5808c7fb3
[]
no_license
IlchenkoVasily/seye
5d47c30c34970379e50eaff3e917fdea18e5c7c2
932146f491c2e46f1199ea6783ffc82d2d20a215
refs/heads/master
2020-05-20T12:17:05.785277
2018-12-14T07:41:24
2018-12-14T07:41:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,136
cpp
#include "object.h" #include <QtDebug> using namespace seye; Object::Object(QString id, QGeoCoordinate coord, double speed) : _id(id), _speedLimit(speed), _currentCoordinate(coord) {} Object::Object(const Object & obj) : _id(obj._id), _speedLimit(obj._speedLimit), _lastCheck(obj._lastCheck) , _currentCoo...
[ "pradlol1337@gmail.com" ]
pradlol1337@gmail.com
9a5af3fe91db5653d1b1b601be6446496010ec9d
97ad7ea5e3ac6ac4bad15c87154b13946eb32920
/BasicDistributedJoin.cpp
dd415a2934b9d3a54cece4bdbc90821600232075
[]
no_license
DGothrek/DistributedJoins
e1cf23ad7079624a089a5a5405f01e35c38d9306
981a09ebe150b9885bd9e07c028c0669763dc455
refs/heads/master
2020-03-18T16:14:46.059438
2018-05-30T21:44:53
2018-05-30T21:44:53
134,955,339
0
0
null
null
null
null
UTF-8
C++
false
false
3,275
cpp
#include <iostream> #include <mpi.h> #include "Relation.h" uint32_t hash( uint32_t a) { //No hash : //return a; //Jenkins Hash a = (a+0x7ed55d16) + (a<<12); a = (a^0xc761c23c) ^ (a>>19); a = (a+0x165667b1) + (a<<5); a = (a+0xd3a2646c) ^ (a<<9); a = (a+0xfd7046c5) + (a<<3); a = (a^0xb55a...
[ "pierre.tholoniat@polytechnique.edu" ]
pierre.tholoniat@polytechnique.edu
13ae34e1bdbb8dfc225250e7b44729a274225245
0b8a9ff9095c6a7cddf00780e9c8c2366ee7ed52
/07_console/07_console/05_kbhit.cpp
f7678820962dc228b5f90b4b8cd3364e0c2e0bb7
[]
no_license
Roddyd94/study.algorithm
0b3cf029d531f211b8cefaeaad29eb9ea0c45903
1c9fdf88affc4f3a4a1684804ee3f42a7081abfd
refs/heads/master
2022-11-28T16:51:16.508271
2020-08-11T15:02:16
2020-08-11T15:02:16
269,041,081
0
0
null
null
null
null
UHC
C++
false
false
935
cpp
#include <stdio.h> #include <conio.h> int main() { int key; int i = 0; while (1) { if (_kbhit()) { key = _getch(); if (key == 224 || key == 0) { key = _getch(); switch (key) { case 72: printf("위로 누르셨어요.\n"); break; case 75: printf("왼쪽으로로 누르셨어요.\n"); break; ...
[ "pky941129@gmail.com" ]
pky941129@gmail.com
ea184ecc353a9937045d638cc4c5308a38304dc3
3fe692c3ebf0b16c0a6ae9d8633799abc93bd3bb
/Practices/LibreOJ/LOJ537.cpp
752acf651d8a1a227f242f38e5bbc116201cc947
[]
no_license
kaloronahuang/KaloronaCodebase
f9d297461446e752bdab09ede36584aacd0b3aeb
4fa071d720e06100f9b577e87a435765ea89f838
refs/heads/master
2023-06-01T04:24:11.403154
2023-05-23T00:38:07
2023-05-23T00:38:07
155,797,801
14
1
null
null
null
null
UTF-8
C++
false
false
756
cpp
// LOJ537.cpp #include <bits/stdc++.h> #define ll unsigned long long using namespace std; const int MAX_N = 5e6 + 1000; int cnt[MAX_N], len, n; char str[MAX_N]; int mapping(char ch) { switch (ch) { case 'A': return 0; case 'G': return 1; case 'C': return 2; case 'T': ...
[ "kaloronahuang@gmail.com" ]
kaloronahuang@gmail.com
e2982370bb1f6f7390ed399b50cd04af32a80ae1
9c16d6b984c9a22c219bd2a20a02db21a51ba8d7
/components/signin/core/browser/child_account_info_fetcher_impl.cc
085c2b007c380038f0e1b7c428a146a8b088edb2
[ "BSD-3-Clause" ]
permissive
nv-chromium/chromium-crosswalk
fc6cc201cb1d6a23d5f52ffd3a553c39acd59fa7
b21ec2ffe3a13b6a8283a002079ee63b60e1dbc5
refs/heads/nv-crosswalk-17
2022-08-25T01:23:53.343546
2019-01-16T21:35:23
2019-01-16T21:35:23
63,197,891
0
0
NOASSERTION
2019-01-16T21:38:06
2016-07-12T22:58:43
null
UTF-8
C++
false
false
6,666
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/signin/core/browser/child_account_info_fetcher_impl.h" #include "base/strings/string_split.h" #include "base/trace_event/trace_event...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
c7328b20561bdfb6518c06f811ff301c0577bfdc
70d43ccc229b2b12fb920579e2838e86259fc279
/sterna/GeneratedFiles/Release/moc_qddvkorekcija.cpp
a8f0eaaec9c6c7f38965c8631b93544c2994380c
[]
no_license
srdzank1/sterna
61ad5a894c23ef23871fdf26022d14453f56dabf
cdea0db46263a642afbe081f99445bb0eba5dd46
refs/heads/master
2021-06-05T09:47:49.182750
2019-01-26T14:16:12
2019-01-26T14:16:12
95,038,979
0
0
null
null
null
null
UTF-8
C++
false
false
3,333
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'qddvkorekcija.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6) ** ** WARNING! All changes made in this file will be lost! *******************************************************...
[ "srdzank1@gmail.com" ]
srdzank1@gmail.com
cef4f3a31de8c7ea9056e9694abdd6fd94656cc1
83ad8b21621bd589d50e573913d268cee30e2f1a
/src/SVViewer/forms/mainWin.h
deac9d44e918ea58aaa2eec16e27b6a83df9e914
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
Rworld-Ravi/SVisual
018b0cdc60d5643a64cba97d1c59de112007474c
d1dbb51644ec69acb05e6ff6899a56845b83c6e2
refs/heads/master
2022-11-24T02:35:24.032383
2020-08-01T17:00:33
2020-08-01T17:00:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,794
h
// // SVisual Project // Copyright (C) 2018 by Contributors <https://github.com/Tyill/SVisual> // // This code is licensed under the MIT License. // // 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 S...
[ "al_medved@mail.ru" ]
al_medved@mail.ru