blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
aedf5b71750e9cb02be3fbe2bb14ecbe98cecc8c
a0b0eb383ecfeaeed3d2b0271657a0c32472bf8e
/lydsy/2056.cpp
d2bc77b53d32e9a1841828877513cc7efc680af1
[ "Apache-2.0" ]
permissive
tangjz/acm-icpc
45764d717611d545976309f10bebf79c81182b57
f1f3f15f7ed12c0ece39ad0dd044bfe35df9136d
refs/heads/master
2023-04-07T10:23:07.075717
2022-12-24T15:30:19
2022-12-26T06:22:53
13,367,317
53
20
Apache-2.0
2022-12-26T06:22:54
2013-10-06T18:57:09
C++
GB18030
C++
false
false
752
cpp
/* * 恶心题 注意内存 * 答案在2^3 ~ 2^64之间 * 对于溢出unsigned long long的2^64进行特判输出 */ #include <stdio.h> #include <string.h> int t, x; unsigned long long i, ans; int main() { scanf("%d", &t); while(t--) { ans = 0; scanf("%d", &x); ans += 1ll << x; scanf("%d", &x); ans += 1ll << x; sca...
[ "t251346744@gmail.com" ]
t251346744@gmail.com
51ef8278cf9f17aaf7c7fb6b312a8564d3310e89
cde7fc7ca2072085dd44441a5f3872a7c785af75
/GyroControlTest2/GyroControlTest2.ino
21c9430b376527270efaab21ab0517d0e6a94f50
[]
no_license
ShehryarX/vaccinaire
f1495491510e3f8a37fa914477b2a40a14c59f3d
3efde9aea54d5fb6dcc27e66ae45896d4c61053b
refs/heads/master
2020-04-03T09:12:32.667047
2018-10-17T14:57:44
2018-10-17T14:57:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,429
ino
#include <Servo.h> #include <Wire.h> #include <Adafruit_Sensor.h> #include <Adafruit_LSM303_U.h> #include <Adafruit_L3GD20_U.h> #include <Adafruit_9DOF.h> Servo servox1; Servo servox2; Servo servoy1; Servo servoy2; int originRoll = 0; int originPitch = 0; int originMag = 0; /* Assign a unique ID to the sensors */ A...
[ "abhinavboyed@v1022-rn-229-51.campus-dynamic.uwaterloo.ca" ]
abhinavboyed@v1022-rn-229-51.campus-dynamic.uwaterloo.ca
70a5c1e6e8c05c67e7d740c9f2600b03074bf996
76832fb7b958ce304c76e7bb61f574fa23fc2a33
/src/imageConverter.cpp
1332d4f117283d5df9f6a6fc645b7b43d11cac66
[]
no_license
wangzhecoder/cam_waylens_ros
b1dbbbc18edb14ab541a5e3cad71fb74d425b569
ec69c72bb836e7628a85e7cbedb25c1c59601b3c
refs/heads/master
2021-07-18T02:04:44.834532
2017-10-25T10:48:53
2017-10-25T10:48:53
108,257,104
0
0
null
null
null
null
UTF-8
C++
false
false
8,029
cpp
/* * imageConverter.cpp * * Created on: Feb 20, 2017 * Author: Zhe Wang */ #include <ros/ros.h> #include <ros/console.h> #include <message_filters/subscriber.h> #include <image_transport/image_transport.h> #include <cv_bridge/cv_bridge.h> #include <sensor_msgs/image_encodings.h> #include <visualization_msgs/...
[ "wangzhe936@outlook.com" ]
wangzhe936@outlook.com
ba0ee6b14293c3db78858401ead178cb75c9b1fa
9922edafddb080ccefb36858e5ffd1a106beae95
/mdk/MAsyncDatabase/MDatabaseDefine.h
644b4e3f5168bd73887781e963ec77cd1743aeec
[]
no_license
saerich/RaiderZ-Evolved-Develop
ee93f46d866ed0310107a07ad0a4a2db3a2fd529
b2a20e2a5b058a330b2e18a3f0a45a10f71f2cb0
refs/heads/master
2023-02-25T15:43:26.276331
2021-02-04T01:37:25
2021-02-04T01:37:25
281,212,532
3
1
null
null
null
null
UTF-8
C++
false
false
513
h
#pragma once namespace mdb { /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #define CHK_SQLRET_FAIL(ret, ret_val) if ((SQL_SUCCESS != ret) && (SQL_SUCCESS_WITH_INFO != ret) && (SQL_NO_DATA != ret)) \ { \ return ret_va...
[ "fabs1996@live.co.uk" ]
fabs1996@live.co.uk
ba59f379cede998944dd6d15593d3dabf9b09028
b6c994a8d40d95d8bfaabe327e887e3566bdd3d3
/sitoVector.cpp
23a5bb82236a33574801a51048d1d78e2aeb5e7f
[]
no_license
cMoon0016/sieve_of_eratosthenes
f80ebf518be81a2236317e849352e390e7a73724
048e6c46070bc95dc5a595e91af59f1e8e0e5d9f
refs/heads/main
2023-04-06T14:23:28.423718
2021-04-11T17:01:27
2021-04-11T17:01:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,491
cpp
#include <iostream> #include <windows.h> #include <cstdlib> #include <cmath> #include <time.h> #include <iomanip> #include "sitoDynamiczne.h" #include "sitoVector.h" using namespace std; cSitoVector::cSitoVector(long long aRoz) { mVec.resize(aRoz); mRozmiar = aRoz; for(int i=0; i<aRoz; ...
[ "noreply@github.com" ]
cMoon0016.noreply@github.com
007eeab4507441971f38240015a4c6344622da20
642227f9a45c71299f833be42301485771ee6968
/luogu/普及练习场/P1003.cpp
225e625c196fe6b637363485f299002881dd2f95
[]
no_license
Laizl95/Algorithm
f1fe0309d76424d4af923f0f91532a5c4a7b7e85
f92a25de18f0dae922e3ecf3ed0b71b59126d4ac
refs/heads/master
2021-12-26T04:32:22.470220
2021-08-16T14:25:56
2021-08-16T14:25:56
176,264,425
0
0
null
null
null
null
UTF-8
C++
false
false
692
cpp
#include<bits/stdc++.h> #define rep(i,x,y) for(int i=x;i<y;++i) #define per(i,x,y) for(int i=y-1;i>=x;--i) #define ms(x,y) memset(x,y,sizeof(x)) #define pb(x) push_back(x) #define mp(x,y) make_pair(x,y) #define pii pair<int,int> using namespace std; const int N=2e5+5,inf=1e9+5; typedef long long LL; int l_x[N],r_x[N],l...
[ "641449078@qq.com" ]
641449078@qq.com
c55ba2ad30fb5c3cdcb3290ddfe7a6021f4f2daa
9802c62e743c0bbfba65d87dc2aff07448247996
/src/test1.h
4a10b2b45a25c1a1299e5f44331cc4ad9cf3575f
[ "MIT" ]
permissive
ADKosm/Mouse-Tracking
5f447db994fd283d86a1af9a538179b6d0df2fcd
fdb2743b24dd4bc5bc688deaf8f76120314e60a4
refs/heads/master
2021-01-17T07:14:37.671935
2016-06-03T21:54:50
2016-06-03T21:54:50
55,618,140
0
0
null
null
null
null
UTF-8
C++
false
false
1,034
h
#ifndef TEST1_H #define TEST1_H #include "ITest.h" class TestGraphicsScene1 : public QGraphicsScene { Q_OBJECT public: explicit TestGraphicsScene1(QObject *parent = 0); ~TestGraphicsScene1(); void setObjects(); private: int screenWidth; int screenHeight; int ballSize; QColor targetBal...
[ "adkosmachev@edu.hse.ru" ]
adkosmachev@edu.hse.ru
2ef32bb88bf52600de488017d9ffbce314383231
188d55269ca8f0d2c61c326bdc218a75f26a40db
/src/processors/RISC-V/rv5s/rv5s_idex.h
36d98c37e6ba97596c84a11e30a290f6fb892a2f
[ "MIT" ]
permissive
Stmen/Ripes
df62e0c7f8624c5d66c220ab3e349bb333a5f767
abeb4e67a86e1017601e73584e2076799acf377f
refs/heads/master
2023-08-15T18:24:05.864696
2021-10-16T12:14:52
2021-10-16T12:14:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,341
h
#pragma once #include "VSRTL/core/vsrtl_component.h" #include "VSRTL/core/vsrtl_constant.h" #include "VSRTL/core/vsrtl_register.h" #include "../riscv.h" #include "../rv5s_no_fw_hz/rv5s_no_fw_hz_idex.h" namespace vsrtl { namespace core { using namespace Ripes; /** * @brief The RV5S_IDEX class * A specialization o...
[ "morten_bp@live.dk" ]
morten_bp@live.dk
6214f13882a742bd1a103cb9474efe1176569ec6
4d5d638890bbf0ad5911ec66ecac8ba3ed0ac210
/ComputeLibrary_v1712/src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
16706dd748b1a23d58c8b3897dc9d26e45f4272a
[ "MIT" ]
permissive
zhaofenqiang/ACLPerformanceTest
9559fca9d09233d7e129a51df0d45830965f0eb3
4d87fde6eef44573c8501be78dbc9ddbd196550d
refs/heads/master
2021-05-02T01:39:54.938650
2018-03-06T09:47:08
2018-03-06T09:47:08
120,872,710
2
0
null
null
null
null
UTF-8
C++
false
false
10,765
cpp
/* * Copyright (c) 2017 ARM Limited. * * SPDX-License-Identifier: MIT * * 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 ...
[ "773974336@qq.com" ]
773974336@qq.com
7a9ba100e101517aead7b1c7b8887c75f3b74a34
f47aa2eb5c072054df24291f0d54c9a92935e213
/Assert.cpp
eb42b211d5db58d226aa475074fcbd02158f74e3
[]
no_license
PhamTDuc/C-Quicktips
6ada4e89c54e63c2db29be9e23de9ef20511ea44
2862514abf53d0aed8848ca05d4a9594434dd2c0
refs/heads/master
2021-06-27T13:17:46.729514
2021-01-13T09:44:07
2021-01-13T09:44:07
204,173,295
0
0
null
null
null
null
UTF-8
C++
false
false
173
cpp
#include <iostream> #include <cassert> //static_assert(1>10,"Compile time Error."); int main(int argc, char const *argv[]) { assert(2<-2 && "Runtime Error"); return 0; }
[ "phamduc0701@gmail.com" ]
phamduc0701@gmail.com
42764e8ea466d22fc59b7859cce4e749912a0229
e0a61cc2b240328c342d56ad7b5a0d3251ab95db
/src/testevaluation.cpp
6d61709cab7f26aa06bf6a626c3525afd4cd9bec
[ "Apache-2.0" ]
permissive
huleiak47/game-gobang
5d051037b6c02628f818a8fe41b0f02fb2c1b87f
1d8fcdba1476f3e22faa7b9183f4a641a622e405
refs/heads/master
2021-01-19T00:05:48.053631
2016-12-10T10:33:03
2016-12-10T10:33:03
47,304,374
0
0
null
null
null
null
UTF-8
C++
false
false
1,461
cpp
#include <iostream> #include "evaluation.h" #include "checkerboard.h" //#include "testdata.h" uint8_t g_board[15][15] = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 1, 0xff, 0, 0, 0, 0, 0, ...
[ "huleiak47@gmail.com" ]
huleiak47@gmail.com
5258709a72e9cf49b1610b48d59ce76df2270fc1
749e6814d6488aea461676385780d847e07fd380
/Core/tests/EventsExtension.cpp
f262c66d1503b93e46ca64b096b4fce09f741fb2
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
4ian/GDevelop
258a007a2aa74bfd97c75a6c1753bc3fd48e634f
134886eedcfaeaa04139463aaf826b71c11819c5
refs/heads/master
2023-08-18T23:14:56.149709
2023-08-18T20:39:40
2023-08-18T20:39:40
21,331,090
4,722
748
NOASSERTION
2023-09-14T21:40:54
2014-06-29T19:58:38
JavaScript
UTF-8
C++
false
false
2,613
cpp
/* * GDevelop Core * Copyright 2008-2016 Florian Rival (Florian.Rival@gmail.com). All rights * reserved. This project is released under the MIT License. */ /** * @file Tests covering events-based extensions */ #include "GDCore/IDE/WholeProjectRefactorer.h" #include <algorithm> #include <stdexcept> #include "Dum...
[ "noreply@github.com" ]
4ian.noreply@github.com
6d5a7bfe79cefb425de135b4b6d3ececa0ee19a5
6484f4d0bd1bd429f4ce373c2b43d4de09b3cd64
/src/qt/notificator.h
d9348a5dec94dc916e06d4bfd902a6fd8cb9be12
[ "MIT" ]
permissive
seduscoin/seduscoin
2c4b138374b7066dc85e0ea371111b9fb98672d7
a584075870d4adca3c7b545e1a4a9b88bdaade9f
refs/heads/master
2020-03-30T23:38:07.018445
2018-10-05T13:53:43
2018-10-05T13:53:43
148,973,399
0
0
null
null
null
null
UTF-8
C++
false
false
2,876
h
// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_NOTIFICATOR_H #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) #include "config/sedus-config.h...
[ "43329933+seduscoin@users.noreply.github.com" ]
43329933+seduscoin@users.noreply.github.com
8f68a906ad12ad998ce4ef177f432a912aaef202
5e95e1a37fdb4713c5eb30bfbf1e5be2cf311915
/src/UniverseAdvanced/OfficePlus/WordPlus/msword.h
458df269634468ad0169961658bd460f1c050e8f
[]
no_license
CycCoder/OpenUniverse
bd489d2be99665ce702c31b1aae74c66f8ab7490
cba537a9fedb7ea1f31637a813283e9226f82f33
refs/heads/master
2023-04-03T00:43:09.523448
2021-02-02T00:11:51
2021-02-02T00:11:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,211,347
h
/******************************************************************************** * Web Runtime for Application - Version 1.0.0.202102020022 ******************************************************************************** * Copyright (C) 2002-2021 by Tangram Team. All Rights Reserved. * There are Three...
[ "sunhuizlz@yeah.net" ]
sunhuizlz@yeah.net
55222ae1e2468360aca54ecee7d30784d720d806
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/wget/new_hunk_1000.cpp
aa82e9ca815ce9868e8f8cafdf9990264f484030
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
u = url_parse (url, &up_error_code); if (!u) { char *error = url_error (url, up_error_code); logprintf (LOG_NOTQUIET, "%s: %s.\n", url, error); xfree (url); xfree (error); return URLERROR; }
[ "993273596@qq.com" ]
993273596@qq.com
d45c3f8447d532b725fd3f8717319f13f5f34f9b
fb31c91564d4ca22d667280bd71d2dfcb961e3cd
/overlay/imgui/imgui_key.hpp
db612137af5d695c6e0bb3b843c38abccb8829f1
[ "MIT" ]
permissive
epixelse/dx-overlay
cfe277f151b4fc664dcaacaf293d6770b67c1e17
6bd99206609826280cc704b490cf4082246d7746
refs/heads/main
2023-04-15T15:02:32.627199
2021-04-24T08:38:13
2021-04-24T08:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
152
hpp
#pragma once #include <vector> #include <string> namespace ImGui { bool KeyBox( const char* label, int* code, const ImVec2& size = { 0.f, 0.f } ); }
[ "bloothering@rambler.ru" ]
bloothering@rambler.ru
7b61525aeaeb163c4da3424ae3f20c6f8209daa5
e572189d60a70df27b95fc84b63cc24048b90d09
/bjoj/9577.cpp
c299db3352cbcea724749c2a59fae7a858bf8d74
[]
no_license
namhong2001/Algo
00f70a0f6132ddf7a024aa3fc98ec999fef6d825
a58f0cb482b43c6221f0a2dd926dde36858ab37e
refs/heads/master
2020-05-22T12:29:30.010321
2020-05-17T06:16:14
2020-05-17T06:16:14
186,338,640
0
0
null
null
null
null
UTF-8
C++
false
false
1,193
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; vector<int> amatch, bmatch; vector<vector<int>> adj; bool dfs(int here, vector<bool> &visited) { visited[here] = true; for (int there : adj[here]) { if (bmatch[there] == -1) { amatch[here] = there; bmatch[there] = here; ret...
[ "namhong2001@gmail.com" ]
namhong2001@gmail.com
15cd486e19d58a5c85ebf5ec03e80320cffe1a64
9bceaecefe513f115dbb7ab93ff22006cdf5c406
/Code/UI/AbstractSubmenu.hpp
5c8883fd6ac32118b3d2d3519fb24c315b814a3e
[]
no_license
charleywright/CheeseMenu
095c0484fb959b20ee6138d51b9198e72b250388
b1f20399de4053156c1cf2ed8976bd8bfca38251
refs/heads/master
2023-08-06T20:03:01.716663
2021-10-04T17:19:45
2021-10-04T17:19:45
396,140,019
2
0
null
null
null
null
UTF-8
C++
false
false
1,130
hpp
#pragma once #include "../Common.hpp" #include "AbstractOption.hpp" namespace Cheese::UserInterface { class AbstractSubmenu { public: virtual ~AbstractSubmenu() noexcept = default; virtual const char* GetName() = 0; virtual std::uint32_t GetId() = 0; virtual void Execute() = 0; virtual void Reset() = 0; ...
[ "charleywright06@gmail.com" ]
charleywright06@gmail.com
f5c5773dc66254780fb43bcc95832da16e293364
301c8d37a462151078c9396bc9949597866090a2
/main.cpp
f58be688cf08dc4f8a8d34c00b65842efb4ddc9e
[]
no_license
matfd/classWarriorText
6d2714473529b2e9f269b6bd13607c85719281a5
0a2668c1e53922b24b6f048bd6b89fb72e661e78
refs/heads/master
2023-02-02T04:48:36.694439
2020-12-18T19:51:54
2020-12-18T19:51:54
322,690,907
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,060
cpp
#include "Warrior.h" #include <Windows.h> #include <iostream> using namespace std; int main() { Warrior knight("Knight", 1000, 300, 1, 100); Warrior paladin("Paladin", 800, 200, 1.5, 300); while (knight.getHP() >= 0 && paladin.getHP() >= 0) { //рыцарь наносит удар паладину cout << "Knight attack Paladin :" << e...
[ "S2a0s0h5a01122005@gmail.com" ]
S2a0s0h5a01122005@gmail.com
72c737e78e6fb74fd88d098a9955bcd23d3f4c4d
4f3f2805f7bb6e09a5aff4c8a30c627dd6fa8ad7
/tests/runtests.cpp
6b677aec2b4722d9d53801c3151a0c03d5e15dd0
[]
no_license
Phlana/O2-Pm-F2-
12db04c87d3092efd2321cccc03061fcfe133b68
59d4012795e2f957bd95f9fbab383494d055e619
refs/heads/master
2020-03-17T22:21:22.487410
2018-07-25T17:03:07
2018-07-25T17:03:07
134,000,099
0
0
null
null
null
null
UTF-8
C++
false
false
1,098
cpp
#include "openshop.h" #include "create.h" #include <cmath> #include <iostream> #include <stdlib.h> #include <string> #include <vector> using namespace std; float standard_deviation(vector<float>& data, float avg) { float s_d = 0; for (int i = 0; i < data.size(); i++) s_d += pow(data[i] - avg, 2); return sqrt(s_d...
[ "joshua.chang422@gmail.com" ]
joshua.chang422@gmail.com
023da92272925d8c4b407a3f77887f67a714747a
f8373d35bf4e105aa18eb5efdcee043ae8df5068
/ProjetsCPP/GeostationPerso/GeoStation_Projet/tableaupanoramicwidget.cpp
fe3b493ec1c85dc864ceb6563741406984ba90f5
[]
no_license
CALF75/FormationAJC
d05564ba9ae083829f395b4a8394acb71cf7a0be
fbd7ac5c3cc5ae2d31a010d8b163670d2421f01d
refs/heads/master
2020-04-05T21:59:49.188973
2018-12-27T16:35:46
2018-12-27T16:35:46
157,241,250
0
0
null
null
null
null
UTF-8
C++
false
false
1,467
cpp
#include "tableaupanoramicwidget.h" #include "ui_tableaupanoramicwidget.h" TableauPanoramicWidget::TableauPanoramicWidget(QWidget *parent) : QWidget(parent), ui(new Ui::TableauPanoramicWidget) { ui->setupUi(this); } TableauPanoramicWidget::~TableauPanoramicWidget() { delete ui; } bool TableauPanorami...
[ "marillierca@gmail.com" ]
marillierca@gmail.com
9b97de8208367a939c0a0efc97696e810ef7117a
5b7af7b52867cb486b1cab100a351dc9acd63283
/bde_verify/groups/csa/csatr/csatr_usingdeclarationinheader.cpp
8149deb4880f0608e42a8a072d65ecee2749c4bb
[ "Apache-2.0", "MIT" ]
permissive
RMGiroux/bde-tools
bb347805c1f83b9108d69ecfd864eeea221d666e
7dc88b2b87d9331d988aad71c42905b923db584d
refs/heads/master
2021-01-18T13:32:42.288327
2015-03-24T19:25:31
2015-03-24T19:25:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,864
cpp
// csatr_usingdeclarationinheader.cpp -*-C++-*- #include <clang/AST/DeclBase.h> #include <clang/AST/DeclCXX.h> #include <clang/Basic/SourceLocation.h> #include <clang/Lex/Token.h> #include <csabase_analyser.h> #include <csabase_debug.h> #include <csabase_diagnostic_builder.h> #include <...
[ "hrosen4@bloomberg.net" ]
hrosen4@bloomberg.net
12defeb2cd53e461ccb6398a0ab0e32acea4ff21
3fb373a7370932faa92cb7ff9eedce5a8a09d884
/src/apps/LTIMES_NOVIEW.hpp
9df60aba7fb2139d6b4cd5c965daa3c211ac9da0
[ "BSD-3-Clause" ]
permissive
balos1/RAJAPerf
91f8aee53bcfb310a49916edb4e38637c51a46ee
c81b50da9d02bf2a52e805671133184728e535f7
refs/heads/master
2020-11-25T04:13:45.228282
2019-10-31T19:21:49
2019-10-31T19:21:49
228,497,126
0
0
BSD-3-Clause
2019-12-16T23:58:59
2019-12-16T23:58:58
null
UTF-8
C++
false
false
1,950
hpp
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// // Copyright (c) 2017-19, Lawrence Livermore National Security, LLC // and RAJA Performance Suite project contributors. // See the RAJAPerf/COPYRIGHT file for details. // // SPDX-License-Identifier: (BSD-3-Clause) //~~~~~~~~~~~~~~~~~~~~~~~~...
[ "hornung1@llnl.gov" ]
hornung1@llnl.gov
38cfed562195d95073d145e64014ffd0b3d9533f
c6a8ff5b7481898ade7d46112570dcd8fe32fd4c
/UzunYol.cpp
6f0ccfe8f88d94dff36e3d403ea04e3bbe208927
[]
no_license
yalcinyusuf/turboGemi
5d7a62baa64f8e7724ff68290cf1259e9b4b9f7c
3f0383546bb65f4e90f77f87a6f7b57d17d9c3ae
refs/heads/master
2022-09-05T03:08:52.818216
2022-08-18T09:15:20
2022-08-18T09:15:20
245,906,180
0
0
null
2020-03-08T23:55:49
2020-03-08T23:42:38
null
ISO-8859-9
C++
false
false
16,189
cpp
/*Exception Handling mekanizmaları burada kullanılmıştır*/ /*Yusuf YALÇIN tarafından yazılmıştır 18120205032 07.06.2019 Cuma */ #include "UzunYol.h" #include <string.h> #include <stdio.h> #include <iostream> #include <cstring> #include <vector> #include <list> #include <fstream> #include <locale> #incl...
[ "noreply@github.com" ]
yalcinyusuf.noreply@github.com
60cb454c9809fbe02ff08d0fd82aa40d8c0539b2
2a8a290eb1d0703a7c7b21429b07870c5ffa868e
/Include/NiTerrainCellNode.inl
843493cb0a6f7944d6b35acc5076bf0876be5f9a
[]
no_license
sigmaco/gamebryo-v32
b935d737b773497bf9e663887e326db4eca81885
0709c2570e21f6bb06a9382f9e1aa524070f3751
refs/heads/master
2023-03-31T13:56:37.844472
2021-04-17T02:30:46
2021-04-17T02:30:46
198,067,949
4
4
null
2021-04-17T02:30:47
2019-07-21T14:39:54
C++
UTF-8
C++
false
false
1,284
inl
// EMERGENT GAME TECHNOLOGIES PROPRIETARY INFORMATION // // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Emergent Game Technologies and may not // be copied or disclosed except in accordance with the terms of that // agreement. // // Copyright (c) 199...
[ "veryzon@outlook.com.br" ]
veryzon@outlook.com.br
0158ebea9f22edca77d5f26d44d5450c0a2b2220
22ffee7012414cbb13c983e824ea2b84de98b4fc
/Code/Engine/GameEngine/Physics/CharacterControllerComponent.h
96e4bae35f4da1d5fee5f4d64819d2287d9a3dc3
[ "MIT" ]
permissive
ixlm/ezEngine
fb624b657e26aaf345fdf442b556f858574d1465
edcfa05e70ed34113a0d60d6803e49d21015794a
refs/heads/master
2020-09-13T00:43:22.478244
2019-07-14T13:02:24
2019-07-14T13:02:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,000
h
#pragma once #include <GameEngine/GameEngineDLL.h> #include <Core/World/World.h> #include <Core/World/Component.h> ////////////////////////////////////////////////////////////////////////// struct EZ_GAMEENGINE_DLL ezMsgMoveCharacterController : public ezMessage { EZ_DECLARE_MESSAGE_TYPE(ezMsgMoveCharacterControll...
[ "jan@krassnigg.de" ]
jan@krassnigg.de
37f7f60f2a44801130f2cac696e1ead28cd123a1
810e6dbe591dab7592142e49913796a4b9b08724
/src/MultimediaPlayer/old/main.cpp
35d3d79b19ae51868fbfc37138fe1057b5dee587
[]
no_license
justin5562587/j-tool
3a0e80797ff902ac7f45fe47128088f8dacda82d
e51141954c498597f525691f76ba9c9db1835b6d
refs/heads/master
2023-04-11T01:34:40.967610
2021-04-26T03:31:18
2021-04-26T03:31:18
309,340,305
1
1
null
null
null
null
UTF-8
C++
false
false
1,915
cpp
// // Created by justin on 2021/01/19. // #include <string> #include <fstream> #include <iostream> extern "C" { #include <libavformat/avformat.h> #include <libavcodec/avcodec.h> #include <libavdevice/avdevice.h> #include <libavutil/avutil.h> #include <libswresample/swresample.h> } // 功能->打开电脑摄像头,并且av_read_frame 500次...
[ "justin5562587@gmail.com" ]
justin5562587@gmail.com
7317d86cf0f203b4395994c03b5456601f5f0896
e57e771df3c66ca2b12acf4ee112d048b3d7fc29
/status.cc
f4cb6ea272504f017036d32b4e0e64ee62af8763
[]
no_license
isliulin/felixdb
6cee2177598b7b9e8255890c60efcc996995180d
c75f966673b5ee864e456113d1d168afc4831b0f
refs/heads/master
2023-03-18T02:13:39.861818
2014-07-14T19:52:50
2014-07-14T19:52:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,342
cc
/******************************************************************************* * Copyright (c) 2012-2013 Emmanuel Goossaert * This file is part of FelixDB, and was *largely* inspired from * LevelDB's code. * * Copyright (c) 2011 The LevelDB Authors. All rights reserved. * Use of this source code is governed by ...
[ "emmanuel.goossaert@gmail.com" ]
emmanuel.goossaert@gmail.com
21894fe3242e60ad7ec4e91f5596117f2ac33141
ab48e26c575f900f45c7c57914293bafd6344bc8
/base/strings/string_number_conversions.h
ca9a5172dc21130b2cd13d971a01bd2c75aebf6b
[ "MIT" ]
permissive
linzai1992/base
22a5248c80cb80ec3b4cad3bfb511e80a59e014c
3facb7af0207ad21c95848818fbc48089403464b
refs/heads/master
2020-07-09T14:48:12.708683
2015-05-13T09:19:38
2015-05-13T09:19:38
null
0
0
null
null
null
null
GB18030
C++
false
false
5,737
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_STRINGS_STRING_NUMBER_CONVERSIONS_H_ #define BASE_STRINGS_STRING_NUMBER_CONVERSIONS_H_ #include <string> #include <vector> #include "ba...
[ "anxs@htlhomedeiMac-21.local" ]
anxs@htlhomedeiMac-21.local
4ab58034a528a1a727eb89af10c2340a29044497
7b7f151a3af7d17cee7b6bb8a41c6335947a7e65
/src/rpcprotocol.cpp
3386d8e5e243da540538352b7d882f9eedb8381f
[ "MIT" ]
permissive
tm2013/xRadon
c7ed80f6b66cd9793cf44010cb5c0fc749eb682a
ae8d6ca9d55261733dfd7c82e0f56ca3b69b036c
refs/heads/master
2021-01-10T02:39:41.113996
2016-01-18T18:56:23
2016-01-18T18:56:23
35,976,236
0
4
null
2015-05-26T01:16:37
2015-05-20T21:53:24
C++
UTF-8
C++
false
false
7,732
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpcprotocol.h" #include "util.h" #include <stdint.h> #include <boost/algor...
[ "timcrypto@gmail.com" ]
timcrypto@gmail.com
fdb7e3ec24ebac97ce03249171b342593a54b197
fb98e790b90cc475b53780f1e5fedd5eccfe8b56
/Laelaps/sw/apps/laelaps_diag/diagProd.cxx
2925c6fa909841949d8d44cb5cdce9ce22fa86da
[ "MIT" ]
permissive
roadnarrows-robotics/rnr-sdk
e348dacd80907717bee4ad9c0a3c58b20fa380ae
be7b3e0806364cdb4602202aba2b4cdd9ba676f4
refs/heads/master
2023-08-16T06:52:31.580475
2023-08-03T19:45:33
2023-08-03T19:45:33
56,259,572
0
0
null
null
null
null
UTF-8
C++
false
false
6,286
cxx
//////////////////////////////////////////////////////////////////////////////// // // Package: Laelaps // // Program: laelaps_diag // // File: diagProd.cxx // /*! \file * * $LastChangedDate: 2016-02-01 15:14:45 -0700 (Mon, 01 Feb 2016) $ * $Rev: 4289 $ * * \brief Perform Laelaps product diagnostics. ...
[ "robin.knight@roadnarrows.com" ]
robin.knight@roadnarrows.com
d9ab20983a1d1217811b6c22b7394b5b9be2e35e
e7faca0c5e92b6149cc0936ab44f0b7c4439f612
/src/walletdb.cpp
dea1e6cf9f0c82260863b7513df622693bddfbc1
[]
no_license
cummingtonite/cummingtonite
bd05a012260c3f549543910b4fa668b09d8c1240
26bd368d40c144967ea1cf78d66574ec6e1121a8
refs/heads/master
2021-01-21T19:28:57.415706
2014-09-22T13:26:39
2014-09-22T13:26:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,770
cpp
// 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. #include "walletdb.h" #include "wallet.h" #include <boost/version.hpp> #include <b...
[ "cummingtonite@gmx.us" ]
cummingtonite@gmx.us
8c91544358a61c2aa101759d2c325e32270fe16e
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/Extract/Mail/MSOE/msoe.h
9de170e8903845efb849f614f9bf29b0657e4f35
[]
no_license
seth1002/antivirus-1
9dfbadc68e16e51f141ac8b3bb283c1d25792572
3752a3b20e1a8390f0889f6192ee6b851e99e8a4
refs/heads/master
2020-07-15T00:30:19.131934
2016-07-21T13:59:11
2016-07-21T13:59:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,497
h
////////////////////////////////////////////////////////////////////////// // Header file for OE objects #pragma warning ( disable : 4786 ) //#define _WIN32_DCOM #include <stdio.h> #include <wchar.h> #include <objbase.h> #include <crtdbg.h> #include <vector> #include <map> #include <string> #include ...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
8820afb26bea41fa630f1ec16322cc97648baadf
90c9dc885340e28c421f129396a593b9b60e0ce1
/src/GAME/zEntTrigger.cpp
6c7ef024f3fbbcc041589ad6686f0c17b830eb5b
[]
no_license
Gota7/incredibles
3b493718fb1a1145371811966a2024b5c8fec39f
14dd4a94edbe84c30482a8e873b5c8e9f48d1535
refs/heads/main
2023-06-16T12:38:46.252815
2021-07-10T07:59:53
2021-07-10T07:59:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,129
cpp
#include "zEntTrigger.h" #include <types.h> // func_800C22E4 #pragma GLOBAL_ASM("asm/GAME/zEntTrigger.s", "zEntTriggerInit__FPvPv") // func_800C2304 #pragma GLOBAL_ASM("asm/GAME/zEntTrigger.s", "zEntTriggerInit__FP11zEntTriggerP9xEntAsset") // func_800C24AC #pragma GLOBAL_ASM("asm/GAME/zEntTrigger.s", "xMat3x3RMulV...
[ "32021834+seilweiss@users.noreply.github.com" ]
32021834+seilweiss@users.noreply.github.com
9a43ff4f293ce8bc0f89e2f7ef19e9cbb994d4a7
ee1ad04e4743df2a09969d82cb281623cab5bc70
/src/qtenv/messageitem.h
812df2243e5c31ba827f94abf4cde9f374427577
[]
no_license
sksamal/omnetpp-5.0
aea8fb3c63f59395addf611c14aadab3922c07c9
2aa86b33dc750dcc971e9c1a87f3f25bb7265734
refs/heads/master
2021-01-09T01:55:02.551530
2017-06-12T20:08:43
2017-06-12T20:08:43
242,204,571
1
0
null
null
null
null
UTF-8
C++
false
false
2,689
h
//========================================================================== // MESSAGEITEM.H - part of // // OMNeT++/OMNEST // Discrete System Simulation in C++ // //========================================================================== /*-------------------------------------------...
[ "sksamal@gmail.com" ]
sksamal@gmail.com
cb90a4fa51509b31c84ac7c9966d6a253bf0ffd4
9030ce2789a58888904d0c50c21591632eddffd7
/SDK/ARKSurvivalEvolved_PrimalItemSkin_Sweater_TheHunted_parameters.hpp
5fac282284ffb829e857f7492d07e471c8633cc4
[ "MIT" ]
permissive
2bite/ARK-SDK
8ce93f504b2e3bd4f8e7ced184980b13f127b7bf
ce1f4906ccf82ed38518558c0163c4f92f5f7b14
refs/heads/master
2022-09-19T06:28:20.076298
2022-09-03T17:21:00
2022-09-03T17:21:00
232,411,353
14
5
null
null
null
null
UTF-8
C++
false
false
794
hpp
#pragma once // ARKSurvivalEvolved (332.8) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_PrimalItemSkin_Sweater_TheHunted_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //-------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
c9be9eb3429fd403d2ec93ea086add01fa7aef79
71501709864eff17c873abbb97ffabbeba4cb5e3
/llvm8.0.0/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
5fa78cee4640690538fb90c56098f22f195fd264
[ "NCSA" ]
permissive
LEA0317/LLVM-VideoCore4
d08ba6e6f26f7893709d3285bdbd67442b3e1651
7ae2304339760685e8b5556aacc7e9eee91de05c
refs/heads/master
2022-06-22T15:15:52.112867
2022-06-09T08:45:24
2022-06-09T08:45:24
189,765,789
1
0
NOASSERTION
2019-06-01T18:31:29
2019-06-01T18:31:29
null
UTF-8
C++
false
false
10,171
h
//===-- SystemRuntimeMacOSX.h -----------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "kontoshi0317@gmail.com" ]
kontoshi0317@gmail.com
5206925d72347c6f40d3c17286d319671d6aeaa7
09dc610dd4530062725a65a996d304f229747e37
/engine/graphic/shape/rectangle.cpp
634376e5fd318c62f58e9136bcd0f587de2f72d7
[ "MIT" ]
permissive
linussjo/linussjo_engine
48b525affcfb5265376f140d2167dcba1a27783b
6a5db383633ffb99a2e83666e74fe7159d7b0c53
refs/heads/master
2020-08-23T08:16:49.974759
2020-07-06T16:33:24
2020-07-06T16:33:24
216,577,617
0
0
null
null
null
null
UTF-8
C++
false
false
4,076
cpp
// // rectangle.cpp // linussjo_engine // // Created by Linus Sjöström on 2019-09-22. // Copyright © 2019 Linus Sjöström. All rights reserved. // #include "rectangle.hpp" namespace engine::graphic::shape { shader rectangle::helper() { static class shader s (rec_vert.c_str(), rec_frag.c_str()); ...
[ "lisj@netlight.se" ]
lisj@netlight.se
348d27d87ebbfddae8b1b0c32ec4f2858fd9e4df
e76ea38dbe5774fccaf14e1a0090d9275cdaee08
/src/chrome/browser/profile_resetter/jtl_interpreter_unittest.cc
26f69a67e1989e437eda8da2a93dcdbc857e05bf
[ "BSD-3-Clause" ]
permissive
eurogiciel-oss/Tizen_Crosswalk
efc424807a5434df1d5c9e8ed51364974643707d
a68aed6e29bd157c95564e7af2e3a26191813e51
refs/heads/master
2021-01-18T19:19:04.527505
2014-02-06T13:43:21
2014-02-06T13:43:21
16,070,101
1
3
null
null
null
null
UTF-8
C++
false
false
21,926
cc
// Copyright 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/profile_resetter/jtl_interpreter.h" #include "base/strings/string_util.h" #include "base/test/values_test_util.h" #include "chro...
[ "ronan@fridu.net" ]
ronan@fridu.net
9dc51b0c5803a955266fc53c30ee4905b5967958
9bc83c541368c2d369459dfaf0c5a8b52b8f82c0
/tests/src/self_assign.cpp
08e1c13791a79932e443d0a791900d08e3217f02
[ "MIT" ]
permissive
ddemidov/viennacl-dev
06d35dd992e712fd98ca3430fc993f34be428b1c
0f7de9cd28e54a5ca8f7c2ab03263bc56bf004ef
refs/heads/master
2021-01-18T10:19:21.797394
2015-04-06T07:30:53
2015-04-06T07:30:53
10,085,521
2
0
null
null
null
null
UTF-8
C++
false
false
17,170
cpp
/* ========================================================================= Copyright (c) 2010-2014, Institute for Microelectronics, Institute for Analysis and Scientific Computing, TU Wien. Portions of this software are copyright by UChicago Argonne, LLC. ...
[ "rupp@iue.tuwien.ac.at" ]
rupp@iue.tuwien.ac.at
d4e87982b172eb1a8fc9944b45b66dbafa8b9cb6
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/online/tools/PwdToKey/md4ms.cpp
4e2f501c9d263bebbe21347c432f8d91ab728716
[]
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
9,101
cpp
/* This second implementation of MD4 entry points is the newer style, optimized implementation, compatible with newer code expecting these entry point names. Modelled after MD5 and SHA-1. Scott Field (sfield) 21-Oct-97 */ #include <windows.h> #include <malloc.h> #include "md4.h...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
e9008c98484b89afdb3c3842a797bae26a94ba7f
d1e5fd728cfae9dcc16b765e333b70a1e9a72bd6
/CMrcpGeneric.h
2dca21cc20dfb4f83355a1927856cbd38b146298
[]
no_license
ajithdesilva/MrcpClientLibraryv2
ea6fdc53e189dd4072950fffbff69f242668192a
ed5bc678677eef8162c5652206d85ab391233291
refs/heads/master
2022-01-16T04:12:43.792194
2019-05-13T12:58:24
2019-05-13T12:58:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,939
h
/////////////////////////////////////////////////////////////////////////////// // File Name: CMrcpGeneric.h // // Description: class implementation // // Declared in this file: // none // // Implemented in this file: // /////////////////////////////////////////////////////////////////////////////// // Revisions: // ...
[ "timobarrett@gmail.com" ]
timobarrett@gmail.com
e858958612693506eeb7aa55e1d149ed82e2a4f0
2f2022797a26100f04f9a5e3e72ad71797841c67
/1041. Be Unique/1041. Be Unique.cpp
931ca4f98f0f62f462172eec03f33bfec4d9fd41
[]
no_license
AllenAnthony/PAT-a-practice
d56de495e29df15857f0c566461c552a17d4ab4d
e4eae97e7e4bb87a13cc309cb2710fbeeb6e230e
refs/heads/master
2021-06-11T16:25:02.591785
2017-03-01T08:46:41
2017-03-01T08:46:41
103,521,688
0
1
null
2017-09-14T10:58:07
2017-09-14T10:58:07
null
UTF-8
C++
false
false
642
cpp
/*! * \file 1041. Be Unique.cpp * \date 2017/02/17 22:45 * * \author Lu Yudi * Contact: avartialu@gmail.com * * \brief * * TODO: long description * https://www.patest.cn/contests/pat-a-practise/1041 * \note */ #include <stdio.h> #include <string.h> int main(int argc, const char* argv[]) { int count[100000...
[ "903703465@qq.com" ]
903703465@qq.com
32af59a3fd544c0c1c38e7e143261ce6972942a1
3282ccae547452b96c4409e6b5a447f34b8fdf64
/SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimNode_ServiceHotWaterFlowPort_Default.cxx
8b2652feca43f968ef7035f49e7529393853c2a8
[ "MIT" ]
permissive
EnEff-BIM/EnEffBIM-Framework
c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
refs/heads/master
2021-01-18T00:16:06.546875
2017-04-18T08:03:40
2017-04-18T08:03:40
28,960,534
3
0
null
2017-04-18T08:03:40
2015-01-08T10:19:18
C++
UTF-8
C++
false
false
4,092
cxx
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
[ "cao@e3d.rwth-aachen.de" ]
cao@e3d.rwth-aachen.de
d8fbadfa06d127173ab58c65dad83edb16805cf2
1d9df1156e49f768ed2633641075f4c307d24ad2
/tizen_src/ewk/efl_integration/content_main_delegate_efl.cc
40ef2f0c83688495a68080cbf79a7fd0622da235
[ "BSD-3-Clause", "LGPL-2.1-or-later", "BSD-2-Clause" ]
permissive
GSIL-Monitor/platform.framework.web.chromium-efl
8056d94301c67a8524f6106482087fd683c889ce
e156100b0c5cfc84c19de612dbdb0987cddf8867
refs/heads/master
2022-10-26T00:23:44.061873
2018-10-30T03:41:51
2018-10-30T03:41:51
161,171,104
0
1
BSD-3-Clause
2022-10-20T23:50:20
2018-12-10T12:24:06
C++
UTF-8
C++
false
false
5,439
cc
// Copyright 2014 Samsung Electronics. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content_main_delegate_efl.h" #include "base/path_service.h" #include "browser/resource_dispatcher_host_delegate_efl.h" #include "command_line_ef...
[ "RetZero@desktop" ]
RetZero@desktop
7a20647dbbb2d81e84bade907373a4d7a5109c94
25c46b189b230715822a88bdaa02d8266b39f942
/src/walletdb.cpp
09c2adf3973048500f33e8d79bff6922a089eaad
[ "MIT" ]
permissive
Truth256/orthocoin
744dc98ec939afb76ec740114343cc02ac2650bd
e38d76098fd4b468d8fe9295cb6de06b199cf632
refs/heads/master
2020-02-26T16:18:48.791006
2014-09-27T12:34:03
2014-09-27T12:34:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,829
cpp
// 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. #include "walletdb.h" #include "wallet.h" #include <boost/version.hpp> #include <b...
[ "development@orthocoin.org" ]
development@orthocoin.org
eb5883c06e114be96749c0245efda2309c16f3b9
73c8a3179b944b63b2a798542896e4cdf0937b6e
/SPOJ/Maratona.cpp
1ed194942bdfd1eff68d20b68b979250ffc8ad0c
[ "Apache-2.0" ]
permissive
aajjbb/contest-files
c151f1ab9b562ca91d2f8f4070cb0aac126a188d
71de602a798b598b0365c570dd5db539fecf5b8c
refs/heads/master
2023-07-23T19:34:12.565296
2023-07-16T00:57:55
2023-07-16T00:57:59
52,963,297
2
4
null
2017-08-03T20:12:19
2016-03-02T13:05:25
C++
UTF-8
C++
false
false
749
cpp
#include <iostream> #include <vector> #include <bitset> #include <list> #include <map> #include <queue> #include <set> #include <stack> #include <algorithm> #include <functional> #include <valarray> #include <complex> #include <utility> #include <new> #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <...
[ "jefersonlsiq@gmail.com" ]
jefersonlsiq@gmail.com
4c655d560b5f538f988ac19f5f76759e58388946
d96cec51cd9002f826f7f17402dcd45bb6869154
/SHU_SWB_Project/src/Framework/EventManager/EventId.h
64cb8f4b80b5ed1b75f4498eac23beb7285b0f83
[]
no_license
andersonbrands/shu-swb-base-project
4812b372330919dc03945a9852e80a97068a233a
81c4f6f5bd92a6dcf32d33866d28e6f879d6a8db
refs/heads/main
2023-04-20T04:48:19.798743
2021-05-04T19:19:27
2021-05-04T19:20:34
364,362,167
0
0
null
null
null
null
UTF-8
C++
false
false
1,240
h
/*************************************************************************************** * Title: EventId.h * Author: Brandao, Anderson * Date: 2014 * * Based on original by Bruce Sutherland available at http://www.apress.com/9781430258308 (2014) * ***********************************************************************...
[ "anderson.brands@gmail.com" ]
anderson.brands@gmail.com
f9370dbaa817f60ed87a05d2d0d86429aca15def
db5126e5c8d8d353541861eaf23186c536c3f6f0
/Pandora/k4GaudiPandora/include/Utility.h
0bd75b5d94f4725581e44176a02fbb94a99088fa
[]
no_license
key4hep/k4Pandora
6162048205296572ff791744b92b5f243e8d2ec6
583288153bf6e6f1ea94a0d5b1bcb515628b7a4d
refs/heads/master
2023-08-07T12:43:48.787281
2023-07-18T20:04:13
2023-07-19T06:16:12
281,028,831
1
5
null
2023-07-19T06:16:13
2020-07-20T06:05:42
C++
UTF-8
C++
false
false
101
h
#ifndef MYUTILITY #define MYUTILITY 1 #include <sstream> std::string Convert (float number); #endif
[ "wxfang@lxslc601.ihep.ac.cn" ]
wxfang@lxslc601.ihep.ac.cn
79cbf16b5a208763cd19767f40611e00523ba1b6
9f3dba54e05c5ddd2009d6667f5b346a83b13d80
/sequencefrequency.h
127798cafed414b656ed326b044fbaeb032ee235
[]
no_license
FairyMeng/menue
d56017e9bcc7bfd541bf6a7c7a39141203698550
d645c4239c3eba6d47f5b64a66aeb8210e7b139c
refs/heads/master
2023-04-05T06:00:45.077132
2021-04-14T01:54:12
2021-04-14T01:54:12
357,741,450
0
0
null
null
null
null
UTF-8
C++
false
false
373
h
#ifndef SEQUENCEFREQUENCY_H #define SEQUENCEFREQUENCY_H #include <QMainWindow> namespace Ui { class SequenceFrequency; } class SequenceFrequency : public QMainWindow { Q_OBJECT public: explicit SequenceFrequency(QWidget *parent = 0); ~SequenceFrequency(); private: Ui::Sequence...
[ "mengyan@mengdeMacBook-Pro.local" ]
mengyan@mengdeMacBook-Pro.local
eb583100648d782848b5aa678a2afe663091b398
368dac6c28dc44bd28288bce651c32f1f640dc91
/virtual/client/include/csws/cshints.h
3fc89f8f63d11c006130d448d30c62fa60b4377f
[]
no_license
Programming-Systems-Lab/archived-memento
8fbaa9387329d1d11ae4e8c1c20a92aeadeb86e0
084c56a679585c60b5fc418cd69b98c00cf2c81e
refs/heads/master
2020-12-02T12:21:04.667537
2003-11-04T17:08:35
2003-11-04T17:08:35
67,139,953
0
0
null
null
null
null
UTF-8
C++
false
false
3,939
h
/* Crystal Space Windowing System: floating hints class Copyright (C) 2000 by Andrew Zabolotny <bit@eltech.ru> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either v...
[ "mg689" ]
mg689
b26d8a1f9e250fb1fc422d68149bba9cd92bf358
38abf7ed087d557c85881907351ca44ee843757a
/src/Ssw.cpp
38d89f255da66b9df6863bfff093d17acc4c562a
[]
no_license
bowhan/split_pacbio_bam_by_primer
253d1e188911846d330e09f7ed4ee6933db4a074
3fdb30bb06013aed2d3ad51c29e9be92935582c2
refs/heads/master
2021-01-20T20:37:00.852870
2020-02-06T14:27:49
2020-02-06T14:27:49
63,913,803
0
1
null
2016-07-27T22:40:13
2016-07-22T01:29:29
Python
UTF-8
C++
false
false
17,218
cpp
// ssw_cpp.cpp // Created by Wan-Ping Lee // Last revision by Mengyao Zhao on 2017-05-30 #include "Ssw.h" #include "private/ssw/ssw_impl.h" #include <sstream> namespace { static const int8_t kBaseTranslation[128] = { 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, ...
[ "bowhan@icloud.com" ]
bowhan@icloud.com
da0554bda344408e811f324e3733596adfb29585
fdc5362d2e95fbc9f56bf527fafc9b87d0e54c76
/TILING2/juheesvt_matrix.cpp
2cd744c5c1e135353daf72306756bdd801da3c53
[]
no_license
kmu-algospot/problems
65175a29edfffdfd73a8126d3d7c97ec330a1bd5
4aa5cc5bd9dfa5e3714269ed8df20f3d11c92cc0
refs/heads/master
2020-09-07T13:21:55.071004
2020-05-03T07:54:53
2020-05-03T07:54:53
220,794,040
4
0
null
null
null
null
UTF-8
C++
false
false
1,214
cpp
// // Created by juheeSVT on 2020-03-21. // #include <iostream> using namespace std; struct Matrix { unsigned long matrix[2][2] = {1,1,1,0}; }; Matrix multiplication(Matrix a, Matrix b); Matrix matrixFunc(Matrix M, int number); int main() { int testCase, number; cin >> testCase; Matrix f1; ...
[ "noreply@github.com" ]
kmu-algospot.noreply@github.com
f6d4269decd32e59baacf573d92c8d8b87c70be6
d5eb49a8895a8edf7e7139e49ca86e643a5ba6f7
/robotcode/projects/FRC11_logomotion/LRT11/Util/Profiler.cpp
a5d5da98ad19be834d04380dc1bcec084012d056
[]
no_license
SkechyCoder/team846.github.io
10a0be95217a4492d7a01b4c17d4db530be22a6b
62139422bb414a9b7c9962e77782aa702802657a
refs/heads/master
2023-08-02T07:52:38.296525
2020-09-28T00:29:04
2020-09-28T00:29:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,581
cpp
#include "Profiler.h" Profiler* Profiler::instance = NULL; Profiler& Profiler::GetInstance() { if(instance == NULL) instance = new Profiler(); return *instance; } Profiler::Profiler() : cycleIndex(0) { AddToSingletonList(); } template <class PairT> struct SortBySecondValue { bool operato...
[ "shadaj@users.noreply.github.com" ]
shadaj@users.noreply.github.com
e1e59814878090bdd3920753ea8a244f356e225b
c038b41a44c98b70b7b97c3fe988d76d6610bb99
/server/medialib.cpp
f3aad6d679436918be6b35dd500de78e778fb592
[]
no_license
Go0AT/ipv4radio
1e34ddf6ff1a1a1e4f459b9e2c55448f6c41ec9e
ed4d2a4d3cd37109f47bbc2fc8954362fac940f2
refs/heads/master
2023-05-25T04:24:25.619028
2021-05-31T12:18:27
2021-05-31T12:18:27
372,483,016
0
0
null
null
null
null
UTF-8
C++
false
false
6,504
cpp
#include <cstdio> #include <cstdlib> #include "medialib.h" #include "server_conf.h" #include "mytbf.h" #include <cstdio> #include <cstdlib> #include <glob.h> #include <syslog.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> /** * MP3_BITRATE选择这个值的原因是与mpg123的音频...
[ "1543836706@qq.com" ]
1543836706@qq.com
4fb49de110be7cb9e9020cd801b547342cebd355
41084e6d62ec30f4cabac36e1cbfc057ef23cf3e
/ustl/uspecial.h
75239cc2b707f22b6e25bcb5ddb1edf8b0ecde34
[ "MIT" ]
permissive
kuhar/SeaSTL
d08453f8fa8ad336fe40e799e4d0b4156e5e3837
a9a4ca8fae59523b3cceaedf6ce910a88f809185
refs/heads/master
2020-05-22T17:53:16.090746
2019-03-07T17:01:09
2019-03-07T17:01:09
186,460,775
1
2
MIT
2019-05-13T16:51:46
2019-05-13T16:51:45
null
UTF-8
C++
false
false
9,180
h
// This file is part of the uSTL library, an STL implementation. // // Copyright (c) 2005 by Mike Sharov <msharov@users.sourceforge.net> // This file is free software, distributed under the MIT License. #pragma once #include "uvector.h" #include "ustring.h" #include "uset.h" #include "umultiset.h" #include "ubitset.h"...
[ "shvarczaidmatvei1@gmail.com" ]
shvarczaidmatvei1@gmail.com
8ab713076469a48623b0c0dfa06be610a6f8f4f3
055e78502297026a4ca9b340f25ee1c678e6ca9d
/OccTry-vc14-64/Command/ScDlgTexture.cpp
410e2221e38be007f9c27710fa74ccbb6b78a041
[]
no_license
ymqhyq/OccTry-vc14
1ceb759720fcd405e7b82de826f80e71a0713b76
a80ffe78211e2c4659e6f7be6be4736997d46417
refs/heads/master
2020-12-22T11:46:22.993613
2020-01-29T01:58:29
2020-01-29T01:58:29
236,754,637
1
0
null
null
null
null
GB18030
C++
false
false
1,939
cpp
// Command\ScDlgTexture.cpp : 实现文件 // #include "stdafx.h" #include "OccTry.h" #include "ScCmdDisplay.h" #include ".\scdlgtexture.h" // ScDlgTexture 对话框 IMPLEMENT_DYNAMIC(ScDlgTexture, CDialog) ScDlgTexture::ScDlgTexture(CWnd* pParent /*=NULL*/) : CDialog(ScDlgTexture::IDD, pParent) , m_szTextureFile(_T("")) { th...
[ "51437649+ymqhyq@users.noreply.github.com" ]
51437649+ymqhyq@users.noreply.github.com
435dd4a984f803d062321640390da96c95095467
0d49e2f03fa4ba34dbb18d8727be6edf117c12c3
/Level.h
f66e79a3717e27dfdbd01a1bb593607fe18cbeef
[]
no_license
surmwill/Quadris
7ec461213125edf603ddcc1a8e9d3f560ba14a12
96e9286dd3ca0954c71e1a10b271564248f62159
refs/heads/master
2021-01-12T04:03:09.745518
2019-08-25T19:52:22
2019-08-25T19:52:22
77,484,272
0
0
null
null
null
null
UTF-8
C++
false
false
892
h
#ifndef LEVEL_H #define LEVEL_H 1 #include <string> #include <vector> #include <fstream> #include "BlockLib.h" class Block; class Level{ private: std::ifstream seqFile; //the file which contains the sequence of commands int levelNum; // the level number BlockLib blockLib; //the block library b...
[ "wjsurmak@uwaterloo.ca" ]
wjsurmak@uwaterloo.ca
cb32f122a800bf3aa7db3bb75dc340345f15de4d
9b4b0c3faa5f3002ed85c3054164e0b9fb427f56
/Codes/17300/17371.cpp
f49c80b18fabfab4c1efc0d8ac23f17d42e7d0af
[]
no_license
calofmijuck/BOJ
246ae31b830d448c777878a90e1d658b7cdf27f4
4b29e0c7f487aac3186661176d2795f85f0ab21b
refs/heads/master
2023-04-27T04:47:11.205041
2023-04-17T01:53:03
2023-04-17T01:53:03
155,859,002
2
0
null
null
null
null
UTF-8
C++
false
false
779
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll> pll; vector<pll> vec; ll dist(pll p1, pll p2) { return (p1.first - p2.first) * (p1.first - p2.first) + (p1.second - p2.second) *(p1.second - p2.second); } int main() { int n; cin >> n; ll x, y; for(int i = 0;...
[ "calofmijuck@snu.ac.kr" ]
calofmijuck@snu.ac.kr
62aba9b300944e1f5b5ef357f8c857b7211e8018
4c544bb3b7f8a06edc1b61da50c8c7d041a15896
/leetcode-cpp/DecryptStringfromAlphabettoIntegerMapping_1309.cpp
e3e2d9508c4ff626caf186d047c66a131ad7d2b2
[ "Apache-2.0" ]
permissive
emacslisp/cpp
fb5385d4008ebb8367da93427474b0b118651d54
29beeead4fb385a3702e0022ebdac9608869877d
refs/heads/master
2023-04-12T05:42:25.022888
2023-03-11T14:30:09
2023-03-11T14:30:09
97,773,677
0
0
null
null
null
null
UTF-8
C++
false
false
994
cpp
#include <vector> #include <iostream> #include <climits> #include <algorithm> #include <queue> #include <stack> #include <map> #define Max(a, b) a > b ? a : b #define Min(a, b) a < b ? a : b using namespace std; class Solution { public: string freqAlphabets(string s) { stack<char> stack; for(int...
[ "java.gdb@gmail.com" ]
java.gdb@gmail.com
2a08fef97a555909093f035395ad62d9412bb378
c485cb363d29d81212427d3268df1ddcda64d952
/dependencies/boost/libs/config/test/no_0x_hdr_typeindex_pass.cpp
43458da1b7a4a66353c5e593ea73f7dfe8471a26
[ "BSL-1.0" ]
permissive
peplopez/El-Rayo-de-Zeus
66e4ed24d7d1d14a036a144d9414ca160f65fb9c
dc6f0a98f65381e8280d837062a28dc5c9b3662a
refs/heads/master
2021-01-22T04:40:57.358138
2013-10-04T01:19:18
2013-10-04T01:19:18
7,038,026
2
1
null
null
null
null
UTF-8
C++
false
false
1,137
cpp
// This file was automatically generated on Fri Jun 04 12:51:34 2010 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-4. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost....
[ "fibrizo.raziel@gmail.com" ]
fibrizo.raziel@gmail.com
5f231e02de79b4cf47a4bbbd9e1422d3c7bf79e0
69740a5b14d963b51ac0b8d956c205d3b7879353
/contrib/CCF/CCF/CompilerElements/Introspection.hpp
4176ee0d3bec3a457990986e19e1734a75353726
[]
no_license
SEDS/OASIS
eba334ae59e69fc66d1e355fedb5ad5583b40695
ddf365eea9874fa5938072fea1fad5b41c27f3e9
refs/heads/master
2020-12-24T15:51:12.761878
2013-12-03T20:30:21
2013-12-03T20:30:21
13,195,236
4
3
null
2015-10-24T09:40:39
2013-09-29T15:58:55
C++
UTF-8
C++
false
false
407
hpp
// file : CCF/CompilerElements/Introspection.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> // cvs-id : $Id: Introspection.hpp 54723 2003-12-22 22:26:40Z boris $ #ifndef CCF_RUNTIME_INTROSPECTION_HPP #define CCF_RUNTIME_INTROSPECTION_HPP #include "Utility/Introspection/Introspection.hpp" names...
[ "hillj@cs.iupui.edu" ]
hillj@cs.iupui.edu
a52c8d3045f4c3678317ce0a83be1919065bad1e
cdf92aa3a8a49dc044306c125356cca26910dbda
/incoming/BitBucket-INDI1/trunk186/If1main/EIRlibs/eirImage/ImageEntity.h
64403718353b4e1061a7cb122cc264dadc92d465
[ "MIT" ]
permissive
eirTony/INDI1
b7c5d2ba0922a509b32d9d411938ecdc0f725109
07fe9eff4fb88c6c2d636c94267ea8734d295223
refs/heads/master
2020-01-23T21:22:49.833055
2016-11-26T07:43:06
2016-11-26T07:43:06
74,568,244
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
h
#ifndef IMAGE_H #define IMAGE_H #include "eirImage.h" #include "../eirTypes/MillisecondTime.h" #include "../eirCore/VariableSet.h" #include "ImageClass.h" #define IMAGE_VARIABLESET(TIVD) \ TIVD(ImageClass, Image_Class, int, ImageClass::Null) \ TIVD(QString, Image_Format, QString, QString("jpg")) \ ...
[ "totto@eclipseir.com" ]
totto@eclipseir.com
49ec64fe6cbc7f40197523fe3c92c1dce40e7f2d
4cfb925767003ede88b3314d744a1df9b329192b
/include/oglplus/enums/transform_feedback_primitive_type_names.ipp
f1b3e11a1eec983e34f627de5f5b99113d7d5c57
[ "BSL-1.0" ]
permissive
detunized/oglplus
4ddd7617fd38f47d7069834128bd49e16a79233c
184c9e2796d100f73800b924de1b9f8ba0b0fa62
refs/heads/master
2021-01-17T11:09:25.094741
2013-03-19T17:58:30
2013-03-19T17:58:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,024
ipp
/* * .file oglplus/enums/transform_feedback_primitive_type_names.ipp * * Automatically generated header file. DO NOT modify manually, * edit 'source/enums/transform_feedback_primitive_type.txt' instead. * * Copyright 2010-2013 Matus Chochlik. Distributed under the Boost * Software License, Version 1.0. (See...
[ "chochlik@gmail.com" ]
chochlik@gmail.com
c2c2dd1fde6b06513e882a9aaef660bade4e82a8
22bf7d382bec446f4cfd32bf99a722018aff8ee4
/C++/FSMSynthesis/Circuit.h
f6e831f7a8504d9cce30b082e358e095131b4f92
[]
no_license
CENSOREDCENSORED/FSMSynthesis
ad522493ebc069798bf7573da77a12a64b91d076
c3b4b1771017ca7a72ca6a55c58be3d51bb9d7e3
refs/heads/master
2020-12-24T14:56:08.882302
2014-01-20T10:28:33
2014-01-20T10:28:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,321
h
#include "ScanChain.h" class Circuit { private: ScanChain ** myScanChainArr; int myNumScan, mySizeScan; vector<NandGate*> myGates; vector<Wire*> myWires; vector<Wire*> myNonSCWires; vector<Wire*> trojanWires; bool myHasTrojan; int trojanIteration; Wire * genWireNonInput(); public: Circuit(); Circuit(int ...
[ "raymond@paseman.com" ]
raymond@paseman.com
6af7b40e0bdff3dd699563bb6f6a61eb6dc9e9a3
07e6fc323f657d1fbfc24f861a278ab57338b80a
/cpp/apps/ShapePainter/ShapePainter.h
18a85b1ee052da0352b96f4c301e78e5766ba22b
[ "MIT" ]
permissive
ProkopHapala/SimpleSimulationEngine
99cf2532501698ee8a03b2e40d1e4bedd9a12609
47543f24f106419697e82771289172d7773c7810
refs/heads/master
2022-09-05T01:02:42.820199
2022-08-28T10:22:41
2022-08-28T10:22:41
40,007,027
35
4
null
null
null
null
UTF-8
C++
false
false
3,372
h
 #ifndef ShapePainter_h #define ShapePainter_h #include "Draw.h" #include "Draw2D.h" class Brush{ public: virtual void paint()=0; virtual void view ()=0; virtual void eventHandling( const SDL_Event& event, Vec2f mpos, uint32_t mouseState )=0; }; // ========================== // CornerBrush // ==...
[ "ProkopHapala@gmail.com" ]
ProkopHapala@gmail.com
1d6aa6a0df60834a4151ba0cd518559f0c5ab982
762609b0f94b624fa986093b58a9fc89ffe0a0c8
/code/L5_Minimum_snap_trajectory_generation/ros/src/waypoint_trajectory_generator/src/trajectory_generator_waypoint.cpp
097494d564d318ced1429a8df3657a42576f12b7
[]
no_license
Possiblexhy/Motion-Planning
7ebe6b1ea99281e8f9cd36e2d1ac2cd855650b83
fd99c569284fd0bae83bea59e521a5c2d9a1614f
refs/heads/main
2023-08-29T01:42:11.512509
2021-10-10T15:30:15
2021-10-10T15:30:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,595
cpp
#include "trajectory_generator_waypoint.h" #include <stdio.h> #include <ros/ros.h> #include <ros/console.h> #include <iostream> #include <fstream> #include <string> #include "OsqpEigen/OsqpEigen.h" #include <Eigen/Dense> using namespace std; using namespace Eigen; TrajectoryGeneratorWaypoint::TrajectoryGeneratorW...
[ "chenhuanjy@gmail.com" ]
chenhuanjy@gmail.com
c517d9f0f4ea464327c34a8d164b477b002936d9
67fc9e51437e351579fe9d2d349040c25936472a
/wrappers/8.1.1/vtkRectilinearGridToTetrahedraWrap.h
3bf2f05e8cb7bfc4efdd856446e68beec7230adf
[]
permissive
axkibe/node-vtk
51b3207c7a7d3b59a4dd46a51e754984c3302dec
900ad7b5500f672519da5aa24c99aa5a96466ef3
refs/heads/master
2023-03-05T07:45:45.577220
2020-03-30T09:31:07
2020-03-30T09:31:07
48,490,707
6
0
BSD-3-Clause
2022-12-07T20:41:45
2015-12-23T12:58:43
C++
UTF-8
C++
false
false
2,236
h
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #ifndef NATIVE_EXTENSION_VTK_VTKRECTILINEARGRIDTOTETRAHEDRAWRAP_H #define NATIVE_EXTENSION_VTK_VTKRECTILINEARGRIDTOTETRAHEDRAWRAP_H #include <nan.h> #include <vtkSmartPointer.h> #include <vtkRectilinearGridToTetrahedra.h> ...
[ "axkibe@gmail.com" ]
axkibe@gmail.com
3706f69a348461823e27dceb4dded675fd0594d1
a4975e1c8ae3d1751150f946d53473c616f6eea4
/1021 个位数统计 .cpp
7f3049ede85e27e0829c4a998ca21d25f8bf4e82
[]
no_license
chengfw/C-Cpp_language
c4171f556478bf7d070c0a92f57adfb32d7cff0c
7cc4902c7964b447fb5e64377898eddad7bf2f0f
refs/heads/master
2021-09-26T19:06:10.941641
2018-11-01T13:38:49
2018-11-01T13:38:49
115,249,493
0
0
null
null
null
null
GB18030
C++
false
false
765
cpp
/*1021 个位数统计 输入格式: 每个输入包含 1 个测试用例,即一个不超过 1000 位的正整数 N。 输出格式: 对 N 中每一种不同的个位数字,以 D:M 的格式在一行中输出该位数字 D 及其在 N 中出现的次数 M。要求按 D 的升序输出。 */ #include<stdio.h> #include<string.h> int main() { int a[10] = {0}; char num[1010]; gets(num); int len = strlen(num); //strlen()一般不能直接放入for循环中,因为strlen的返回值是一个unsigned类型,...
[ "noreply@github.com" ]
chengfw.noreply@github.com
04a51a641078dba3514c8272b924e4c77efefd3e
3f0d626328b7c93bffd68a3144ab891697a8f823
/include/avhttp/impl/multi_download.ipp
318c191ec9a037620170caa0cee231f6a6af8cbd
[ "BSL-1.0" ]
permissive
yodamaster/avhttp
25baa36c285f2a1d20de1dc800bc1d6f700384fe
88ce27d264f9551e944aedc31ea845b08c3435c1
refs/heads/master
2021-01-24T02:30:17.901675
2013-09-12T10:01:17
2013-09-12T10:01:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
45,100
ipp
// // impl/multi_download.ipp // ~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2013 Jack (jack dot wgm at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // path LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef AVHTTP_MULTI_DOWNLOAD_IPP #define...
[ "jack.wgm@gmail.com" ]
jack.wgm@gmail.com
f30e99512af8ef86e577f5963258385f734b971d
04bd521453254be10ee61a94789950f2d43d4dab
/codeforces/problemset/1227D2.cpp
6cae30527cedb569904d46ca2d87a2c0ab664871
[]
no_license
nitinkedia7/competitive-coding
0dd19f98f81b144ead95b540aaa88c2f33981a15
c2fc743f71a60846650387edf50f2ef2828e2119
refs/heads/master
2023-04-28T01:18:04.917804
2020-08-20T14:47:23
2020-08-20T14:47:23
163,924,874
0
0
null
null
null
null
UTF-8
C++
false
false
2,149
cpp
#include <bits/stdc++.h> using namespace std; #define all(x) (x).begin(), (x).end() typedef long long ll; const ll MOD = 1000000007; vector<int> a; vector<pair<int,int>> v; vector<tuple<int,int,int>> q; void print(vector<pair<int,int>> &v) { for (auto &[x, y] : v) { cout << -1 * x << "," << y << " "; ...
[ "nitinkedia7@gmail.com" ]
nitinkedia7@gmail.com
e66fb72fc288046263ec682e28fe9a2c2e79d942
f7b3ffae55ce44de2aeacf32d286ffe1ab648f91
/dp/363B.cpp
77fc67f74a4c615a05d20aa60a4a6fda4df75ad5
[]
no_license
kritika0598/codes
40ea58f830a756cd1853a148bb1774def7e663b6
94f8e9e9de4cc819b598be259835468eb617755c
refs/heads/master
2022-04-01T05:11:44.257623
2019-12-30T16:28:14
2019-12-30T16:28:14
230,945,032
0
0
null
null
null
null
UTF-8
C++
false
false
449
cpp
#include<iostream> #include<bits/stdc++.h> using namespace std; typedef long long int lli; int main() { ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); lli N,K; cin>>N>>K; lli cum[N+1]; lli Arr[N+1]; cum[0]=0; for(lli i=1;i<=N;i++) { cin>>Arr[i]; cum[i]=cum[i-1]+Arr[i]; } lli mini=INT_MAX; lli...
[ "16ucs094@lnmiit.ac.in" ]
16ucs094@lnmiit.ac.in
fa0b3918822d3a1b215afdc533ae272c02b76954
6f49cc2d5112a6b97f82e7828f59b201ea7ec7b9
/wdbecmbd/CrdWdbeVec/PnlWdbeVecDetail_evals.cpp
754f3e733f1a1bbfd5312ed10f0f2c10e04d2b47
[ "MIT" ]
permissive
mpsitech/wdbe-WhizniumDBE
d3702800d6e5510e41805d105228d8dd8b251d7a
89ef36b4c86384429f1e707e5fa635f643e81240
refs/heads/master
2022-09-28T10:27:03.683192
2022-09-18T22:04:37
2022-09-18T22:04:37
282,705,449
5
0
null
null
null
null
UTF-8
C++
false
false
7,950
cpp
/** * \file PnlWdbeVecDetail_evals.cpp * job handler for job PnlWdbeVecDetail (implementation of availability/activation evaluation) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 28 Nov 2020 */ // IP header --- ABOVE using namespace std; usi...
[ "aw@mpsitech.com" ]
aw@mpsitech.com
2c844115c9ae3f2a4a0ddbb23e5de5433784732b
fe862a16de095db5ddbfc3e35e28d3952124aed3
/模拟实现页式虚拟存储管理页面置换算法.cpp
9c3734c5b244f91f7ab73494848755e57282f2c9
[]
no_license
yxlyl808/C
da115652d97fb531c73d4a5f96e67f19b694cc98
be7e4ff0ee3a6a491f04ae056ad04b6897739024
refs/heads/main
2023-01-21T21:34:57.849207
2020-11-29T12:39:03
2020-11-29T12:39:03
316,948,045
4
4
null
null
null
null
GB18030
C++
false
false
11,665
cpp
//第一题,模拟实现页式虚拟存储管理页面置换算法,OPT算法,FIFO算法,LRU算法,CLOCK算法 #include <stdio.h> #include <queue> //队列 using namespace std; int wulikuai; //物理块数 int yemianshu; //页面数 int queyeshu; //缺页数 int zouxiang[100]; //页面走向数组 int *neicun; //内存中的物理块 int *xia; //当前内存与下一次的距离 int *shang; //当前内存与上一次的距离 int *fangwen; //用于clock中做访问位 ...
[ "noreply@github.com" ]
yxlyl808.noreply@github.com
7b8a0fc578a47a705d189dbe131809c37afda573
07306d96ba61d744cb54293d75ed2e9a09228916
/External/NaturalMotion/morpheme/SDK/core/include/morpheme/AnimSource/mrAnimSourceQSA.h
f6be3470076bfb60f181798efc8fe6dc8a34f451
[]
no_license
D34Dspy/warz-client
e57783a7c8adab1654f347f389c1dace35b81158
5262ea65e0baaf3f37ffaede5f41c9b7eafee7c1
refs/heads/master
2023-03-17T00:56:46.602407
2015-12-20T16:43:00
2015-12-20T16:43:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,204
h
// Copyright (c) 2010 NaturalMotion. All Rights Reserved. // Not to be copied, adapted, modified, used, distributed, sold, // licensed or commercially exploited in any manner without the // written consent of NaturalMotion. // // All non public elements of this software are the confidential // information of NaturalMo...
[ "hasan@openkod.com" ]
hasan@openkod.com
619bf9ea2fbb5f74d5a48270b9ab1b5c5bdd8b80
070bd9f2499f5c6cd265a56b01f2cfb964fd8339
/src/compiler/objective_c_generator.h
93c730b34e4473fa71a20e0a5817b938ee1cf9fc
[ "BSD-3-Clause" ]
permissive
jayantkolhe/grpc
5e196482a881fadc0b1acd07f14dfa8979bf4a99
7ab50db42aedf69b34b5f404247eeeebdb99b548
refs/heads/master
2021-01-09T06:12:56.716857
2015-05-19T18:10:23
2015-05-19T18:10:23
31,379,380
0
0
null
2015-05-19T18:10:23
2015-02-26T17:30:45
C
UTF-8
C++
false
false
2,065
h
/* * * Copyright 2015, 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 condi...
[ "mlumish@google.com" ]
mlumish@google.com
e2a96d4c929fc8a70a09e5641b0706d407d6372b
4b31372a907f446a36e2461d3160e809603cf7ef
/C++/2400.cpp
4dd9e65b6feb3c28d4d659f3690867272cd29d05
[]
no_license
lcar99/URI
60c65438f557fcc2b846444d8daf79ddd782d3eb
bded0ac6564036976a9acab451981752a4dac36d
refs/heads/main
2023-02-24T03:27:23.963643
2021-02-03T07:06:01
2021-02-03T07:06:01
335,168,807
0
0
null
null
null
null
UTF-8
C++
false
false
1,338
cpp
#include <bits/stdc++.h> using namespace std; #define MAX_NIVEIS (18) int arvore[1<<MAX_NIVEIS]; void atualiza(int pos, int valor, int noh, int inicio, int fim) { if (inicio == fim and inicio == valor){ arvore[noh] = 1; return; } if (valor > fim or valor < inicio){ return; } ...
[ "noreply@github.com" ]
lcar99.noreply@github.com
0a19f0f00a63b74c402a9be2b06bfb61b0b33a2c
53f3f38eac3ed44f23f8f58d34aa8bd89555eaef
/src/msvc1/include/AutoGemmKernelSources/cgemm_Col_CC_B1_MX096_NL096_KX01_src.cpp
596a4c9a21fe99c40fff09a25e3aa07326addd44
[ "Apache-2.0" ]
permissive
gajgeospatial/clBLAS-1.10
16039ddfad67b6c26a00767f33911e7c6fe374dc
2f5f1347e814e23b93262cd6fa92ec1d228963ac
refs/heads/master
2022-06-27T09:08:34.399452
2020-05-12T16:50:46
2020-05-12T16:50:46
263,172,549
0
0
null
null
null
null
UTF-8
C++
false
false
14,204
cpp
/******************************************************************************* * This file was auto-generated using the AutoGemm.py python script. * DO NOT modify this file! Instead, make changes to scripts in * clBLAS/src/library/blas/AutoGemm/ then re-generate files * (otherwise local changes will be lost a...
[ "glen.johnson@gaj-geospatial.com" ]
glen.johnson@gaj-geospatial.com
af9b51239a5f159830ed4a9aeae2a97cb3dd16aa
32306dca610256db7081a072ec7dadb1586140b7
/Source/WSF/WSFHUD.cpp
642ec951646b7130b40eaded162d85058ebde71b
[]
no_license
Sackhorn/GhostrunnerClone
1c2b9104c5e7a35a4417704ac12a4511dba0ac4e
a5094d1c377401e78ffc360eee580aaa5add2401
refs/heads/master
2023-05-13T20:12:09.472525
2021-05-25T17:30:14
2021-05-25T17:30:14
354,055,734
0
2
null
null
null
null
UTF-8
C++
false
false
3,189
cpp
// Copyright Epic Games, Inc. All Rights Reserved. #include "WSFHUD.h" #include "Engine/Canvas.h" #include "Engine/Texture2D.h" #include "TextureResource.h" #include "CanvasItem.h" #include "WSFCharacterMovementComponent.h" #include "Components/Image.h" #include "UObject/ConstructorHelpers.h" #include "UMG/Public/Blue...
[ "sackhorn@gmail.com" ]
sackhorn@gmail.com
0594de05f25497df52054246c967348df0f74d56
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/third_party/skia/src/core/SkGlyph.h
773dad6b72f46ddac68c323a2c8bce7ed640da16
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
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,793
h
/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkGlyph_DEFINED #define SkGlyph_DEFINED #include "include/core/SkPath.h" #include "include/core/SkTypes.h" #include "include/private/SkChecksum.h"...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
6f5ca6c7eecb88e3d598c1e63dc38ccb8b9b57e3
8bb6bcd72d318aee012a6b9e86b77b85092aa31a
/assign5/PriorityQueue/src/VectorPriorityQueue.h
0e2ac2b5067601134e37e732b5930ab046a90f86
[]
no_license
forevermzm/CS106B-1
e273d27f47cb274692274497c919f1acad6ad84a
dce69865381c269e1eeea7d7b6f51040cb679711
refs/heads/master
2021-01-22T10:13:20.029112
2014-11-06T20:06:29
2014-11-06T20:06:29
26,320,665
2
2
null
null
null
null
UTF-8
C++
false
false
4,409
h
/** * VectorPriorityQueue * -------------------- * This priority queue uses an unsorted Vector of PQEntries to store * its elements. The enqueue is very efficient, as new elements are * appended onto the end of the vector. The dequeue, peek, and peekPriority * aren't very efficient, because the class needs...
[ "16chuang@castilleja.org" ]
16chuang@castilleja.org
7fb715f935594aa9aad1555aef1c38e2c89e8fd4
42adc629d0ecc1eafe5f77bd56ecb99f9931fe81
/Source/kiwi_camera_follow/RoadTest.cpp
37bd41d0a7a4ea9ad88c99096036789ed411d339
[]
no_license
lejonmcgowan/Jetpack-Kiwi
435c9eadc339fa649f4853e427687b73e4509c72
e699e69a83145ff83969f538a12ca1adae5a7106
refs/heads/master
2021-01-10T08:38:11.973987
2016-03-14T06:20:58
2016-03-14T06:20:58
51,726,089
1
0
null
null
null
null
UTF-8
C++
false
false
541
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "kiwi_camera_follow.h" #include "RoadTest.h" // Sets default values ARoadTest::ARoadTest() { // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bC...
[ "lejonmcgowan@gmail.com" ]
lejonmcgowan@gmail.com
544691f851b8c5ab0f3fce65d7ef07dcfab7e4c9
b66eaf76662219e560eadf6e2d62b8b1a19de4f1
/Introduction/AdHoc/Game (other)/11459.cpp
2dd82b56244e15690ae41b7cfc9c28357036e9d8
[]
no_license
jPHU/CP3
a6d6256ea53fcbecef0af99a26ef4b3633009ea9
d1b8b37ef0a3896829fa5704a69b8b808056f686
refs/heads/master
2021-05-05T12:00:37.896507
2018-02-18T19:56:11
2018-02-18T19:56:11
118,205,699
0
0
null
null
null
null
UTF-8
C++
false
false
1,562
cpp
#include <iostream> #include <stdio.h> #include <map> #include <string.h> using namespace std; int main(void) { int n; scanf("%d", &n); while(n--) { int a, b, c; scanf("%d %d %d", &a, &b, &c); map<int, int> SAL; for(int i = 0; i < b; ++i) { ...
[ "justinphew@gmail.com" ]
justinphew@gmail.com
ff529b6057bfc73fb9c06db53cc93cf1e9dad241
6103937b91aa61521944a574bced529f75bcf034
/lib/utl.h
f7502b3dc76f16e0628f13966a3bec4034370260
[]
no_license
wenjielubot/RobotExample
64d13c1f843b7882059032fae60d440d238f60c4
d324e48a0ddab8c57cb9e388673471438b646233
refs/heads/master
2021-01-10T01:38:59.483261
2015-05-27T21:18:58
2015-05-27T21:18:58
36,395,903
0
0
null
null
null
null
UTF-8
C++
false
false
386
h
#ifndef UTL_H_ #define UTL_H_ namespace hll { /** * 1-D Gaussian sampler * @param mean, sigma * @return float */ float sample(float mean, float sigma); /** * contrain value to its range * @param input value, maximum vlue, minimum value * @return float */ float constrain(float value, float vmax, f...
[ "wenjie.lu@yahoo.com" ]
wenjie.lu@yahoo.com
b4756ebab6980e9673277821aba6befd07d3128d
51701cc1a968f304f10f064d847fe114353b4b2c
/KMINT_Framework/Framework/week4/SDLFramework/Field.h
1af5546ad2737fbb46af641f5f0885885b3cd3b8
[]
no_license
engineer-murataydin/Kunstmatige-Inelligentie-KMINT-
fae02366e6403a816afd8a0133e71d8dc756c8ed
dc0440616ad4535b2cc9d1b70033052777041164
refs/heads/master
2020-04-06T04:02:18.167088
2015-01-05T15:16:03
2015-01-05T15:16:03
26,441,023
0
1
null
null
null
null
UTF-8
C++
false
false
386
h
#pragma once #include <vector> #include "Rabbit.h" #include "Cow.h" class Field { public: Field(double width, double heigth); ~Field(); const double width; const double height; void setRabbit(Rabbit* rabbit); void addCow(Cow* cow); vector<Cow*> getCows() const; Rabbit* getRabbit() const; void init(int cow...
[ "hyppo8@hotmail.com" ]
hyppo8@hotmail.com
30d1d112a598271c4737983cbd3a8f4fa5a31358
1bd3daf1f777cf8f4576c7d4e4da433872fa23a1
/Reylax/BvhNode2.cpp
c8299a900bffb9d009c584e251217f30d5c6eafd
[]
no_license
d1kkop/Raylax
ab94bd15d5ce02128141a2e148db61aede1ce1bd
3d495b560bc2765a13f781bc0b36820bfba6dd42
refs/heads/master
2020-03-24T19:35:56.130691
2018-08-26T22:14:35
2018-08-26T22:14:35
142,935,791
0
0
null
null
null
null
UTF-8
C++
false
false
11,335
cpp
#include "ReylaxCommon.h" #include "Reylax_internal.h" #include "Reylax.h" #include "DeviceBuffer.h" using namespace std; int rlTriBoxOverlap(const float* boxcenter, const float* boxhalfsize, const vec3 triverts[3]); namespace Reylax { // -------- BvhNode --------------------------------------------------------...
[ "bart.knuiman@gmail.com" ]
bart.knuiman@gmail.com
0133eb46a152588ac0ee786489e5aae8663624e5
813eb8705581a31726c432007406c88af4ac9822
/atcoder1481.cpp
33369a78003cccf3605d6f620a09a9ad9e86a858
[]
no_license
vansh-kapila/Coding_Blocks_CPP
ac59a8b1e444ab4ef1e2204e9b514ce856ce974d
f660d544e578ab361bc12d52fca539b478057c0e
refs/heads/main
2023-07-13T20:39:07.878081
2021-08-18T07:06:38
2021-08-18T07:06:38
397,504,399
0
0
null
null
null
null
UTF-8
C++
false
false
1,039
cpp
/* Author : VANSH KAPILA */ /* "The greatest glory in living lies not in never falling, but in rising every time we fall." -*/ #include <bits/stdc++.h> #define pb(x) push_back(x) #define all(x) x.begin(), x.end() #define debug(x) cout << '>' << #x << ':' << x << endl; #define int long long #define ld long double #def...
[ "vanshkapila2002@gmail.com" ]
vanshkapila2002@gmail.com
bb33117848de7d852c4ffffec975bddeb82e313d
b2c750ffb2b24b99f4974ab33fe4d1f1c00688c3
/gc/private/collect.hpp
6862b0bd4e0540fdd5b039bfb2be6cbe549e04ad
[ "Apache-2.0" ]
permissive
guowen23/Mix-C
6544e9eb1fda76791b824f193fd24fd55f621bd2
5712fb6306a85d7df0c0528640843c04efd5edb1
refs/heads/master
2023-03-19T02:47:27.705108
2021-03-08T15:23:22
2021-03-08T15:23:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,576
hpp
/* 在 GC 组件中,collect 模板类将 routing 的结果作为输入,输出构成环形引用的类型集合 我们定义 collect 的模板参数 kvlist_t 作为连接关系集合, result_list 作为结果集合, search_list 期初是一个只有根类型 root_t 的集合。 1. 从 search_list 中取出一个元素 first,若无可取的元素,则遍历结束 2. 若 first 不在 result_list,就将 first 添加到 result_list 中,否则跳到操作 1 3. 将 kvlist_t 中与 first 相连接的类型取出并放入搜索集合 search_list 4. 跳到操作 1 ...
[ "x4495@outlook.com" ]
x4495@outlook.com
91354ca7f32d3f06efbccb42043ac19b91cedc8d
6048fb8f98b9d38baa96aae455cf3ced3ec81e2c
/rviz_default_plugins/test/rviz_default_plugins/displays/pose_array/pose_array_display_test.cpp
ad6073276f89d95d6aec97d628b0be4b4393fa37
[ "BSD-3-Clause-Clear" ]
permissive
sagniknitr/rviz
e24cec73597d7c8ae8ef78b05758da13edcd4c56
07b164b3c0fe26f4951862718952703cdf3558ea
refs/heads/ros2
2020-03-07T22:13:18.301643
2018-06-04T09:30:38
2018-06-04T09:30:38
127,748,201
0
0
BSD-3-Clause-Clear
2018-06-04T09:30:39
2018-04-02T11:38:09
C++
UTF-8
C++
false
false
12,095
cpp
/* * Copyright (c) 2018, Bosch Software Innovations GmbH. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted (subject to the limitations in the disclaimer * below) provided that the following conditions are met: * * * Redistributions o...
[ "william+github@osrfoundation.org" ]
william+github@osrfoundation.org
9552e38f1d4ebf8a112ad651a4bd0ae53acaecce
ea4a165ee5ec50f3725cc6dba73328b596b1655b
/test/cctest/test-debug.cc
62a687387657157142698ab48f6f3c40f3b486fd
[ "BSD-3-Clause", "Apache-2.0", "SunPro" ]
permissive
cocos/v8
aee84292afaf7d640fd98855766552e229b529f9
93dcb090f1141bf80d1adaf4bb919b3b4c49ea89
refs/heads/main
2023-05-02T23:41:56.618739
2023-04-26T20:06:42
2023-04-26T23:01:28
633,206,875
0
1
null
2023-04-27T02:24:22
2023-04-27T02:24:21
null
UTF-8
C++
false
false
209,630
cc
// Copyright 2012 the V8 project authors. 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 ...
[ "dumganhar@gmail.com" ]
dumganhar@gmail.com
b508f9c53d7b42e1ae0fe243f376d4f20d211a3e
9c0d1e267ba2bf065c9054736a63d7c584113753
/DataIO/include/HistoCreator.h
6e8a68d5c71575cb62035f9d7af8a2738caf9d31
[]
no_license
akalinow/HistoGui
6b6ace12e5146305f501d44ed53303b622cc5233
6a9f0e903d62f136d68d5eb6fc826fd4190080ce
refs/heads/master
2021-01-18T00:47:18.666006
2017-12-08T08:55:21
2017-12-08T08:55:21
48,236,616
0
1
null
2015-12-18T13:23:55
2015-12-18T13:23:55
null
UTF-8
C++
false
false
793
h
/** @file HistoCreator.h @brief Loads multiplexed binary file for the GUI or processes ROOT tree to generate one @author kzawisto @created: 2015-10-29 **************************************************************/ #ifndef INCLUDE_HISTOCREATOR_H_ #define INCLUDE_HISTOCREATOR_H_ #include <string> #include <...
[ "krystian.zawistowski4@gmail.com" ]
krystian.zawistowski4@gmail.com
f3abe1af30461316185f506ab301401de4afa79b
70cffda2b19be5ce6f812b2c181d5c22bad60429
/EarTrumpet.Interop/EndpointNotificationHandler.cpp
74cf4b56c53527f5bccd8738e5d3124c52bef841
[ "MIT" ]
permissive
factormystic/EarTrumpet
4c39610f1c40cbb1b473a39e5f6cd311300d92fb
b8989333486fb4a1597155c14bbfca90f41a1bc5
refs/heads/master
2021-08-30T04:00:24.161252
2017-12-05T08:44:04
2017-12-05T08:44:04
113,780,946
0
0
null
2017-12-10T20:27:04
2017-12-10T20:27:04
null
UTF-8
C++
false
false
4,126
cpp
#include "common.h" #include "Mmdeviceapi.h" #include "endpointvolume.h" #include "callbacks.h" #include "handlers.h" #include "ControlChangeHandler.h" #include "EndpointNotificationHandler.h" using namespace EarTrumpet::Interop; HRESULT EndpointNotificationHandler::OnDefaultDeviceChanged(EDataFlow dataFlow, ERole r...
[ "rafael@withinwindows.com" ]
rafael@withinwindows.com
de2d7d3159a4ef8de1bcfb6e58bae80c0359e686
c50d61136efbd74c97d939468542e40e0fbb79e1
/core/src/types/geometry.h
5a2e2424714fd4ec68f055e1e9170788e22f3e4e
[]
no_license
Ajblast/GameEngine
e95836d631fa2e2057ab9a5219ceb57fcbf5b23f
db2473add049125f7e2c21965a3957e4f3d74ffc
refs/heads/main
2023-09-01T17:31:20.655818
2021-10-17T13:03:45
2021-10-17T13:03:45
327,814,676
0
0
null
null
null
null
UTF-8
C++
false
false
4,805
h
#pragma once #include <vector> #include <string> #include "types/vecs/vec2.h" #include "types/vecs/vec3.h" #include "types/vecs/vec4.h" #include "color.h" #include "primitiveType.h" #include "dataPrimitives.h" // Maximum number of face indices #ifndef GRAV_MAX_FACE_INDICES #define GRAV_MAX_FACE_INDICES 0x7fff #endif ...
[ "austinkincer@gmail.com" ]
austinkincer@gmail.com
7033e4e506e4188727130badc9117a65e6ff1016
b60f89e5d2ccf346dff5a2bc7523ef307842d64a
/Sources/Post/Filters/SepiaFilter.hpp
9afd08d50d14307e873856762a1053b9d45ed758
[ "MIT" ]
permissive
EQMG/Acid
bebcffa21c27bbdf5dd9afb8bb964e04a483ab74
2ff8adee30cfb571d27a1d937689608ccea12734
refs/heads/master
2023-08-08T06:04:20.040879
2022-07-19T05:41:12
2022-07-19T05:41:12
96,174,151
1,388
166
MIT
2021-09-12T18:16:24
2017-07-04T04:07:10
C++
UTF-8
C++
false
false
249
hpp
#pragma once #include "Post/PostFilter.hpp" namespace acid { class ACID_EXPORT SepiaFilter : public PostFilter { public: explicit SepiaFilter(const Pipeline::Stage &pipelineStage); void Render(const CommandBuffer &commandBuffer) override; }; }
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
1a9c9e5e535b5877c1fc74ec7f78f23062e5f4a6
bb82a5f977bef455714c16e24e2d8254e2d0faa5
/src/vendor/cget/include/nlohmann/detail/meta/type_traits.hpp
05311a09bf19a2672b161ed13472cf6a2c44bf7d
[ "Unlicense" ]
permissive
pqrs-org/Karabiner-Elements
4ae307d82f8b67547c161c7d46d2083a0fd07630
d05057d7c769e2ff35638282e888a6d5eca566be
refs/heads/main
2023-09-01T03:11:08.474417
2023-09-01T00:44:19
2023-09-01T00:44:19
63,037,806
8,197
389
Unlicense
2023-09-01T00:11:00
2016-07-11T04:57:55
C++
UTF-8
C++
false
false
88
hpp
../../../../cget/pkg/nlohmann__json/install/include/nlohmann/detail/meta/type_traits.hpp
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
b9c6e8d5c26a4be1c9811322489d9aaf0cb0b915
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/components/feed/core/v2/web_feed_subscriptions/subscription_datastore_provider.cc
948623fe743d4405a17ade10458363d2dda6842c
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C++
false
false
2,564
cc
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/feed/core/v2/web_feed_subscriptions/subscription_datastore_provider.h" #include "base/logging.h" #include "base/strings/strcat.h" #include "components/fee...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
25f9f9920015f479de31ab12870549f3e4cb4518
622974cd61d5a4c6cb90ce39775198989e0a2b4c
/apps/cloud_composer/src/project_model.cpp
b41d8a238adc618d0823eaade62298d633119b3a
[ "BSD-3-Clause" ]
permissive
kalectro/pcl_groovy
bd996ad15a7f6581c79fedad94bc7aaddfbaea0a
10b2f11a1d3b10b4ffdd575950f8c1977f92a83c
refs/heads/master
2021-01-22T21:00:10.455119
2013-05-13T02:44:37
2013-05-13T02:44:37
8,296,825
2
0
null
null
null
null
UTF-8
C++
false
false
21,607
cpp
#include <pcl/apps/cloud_composer/qt.h> #include <pcl/apps/cloud_composer/project_model.h> #include <pcl/apps/cloud_composer/tool_interface/abstract_tool.h> #include <pcl/apps/cloud_composer/commands.h> #include <pcl/apps/cloud_composer/work_queue.h> #include <pcl/apps/cloud_composer/items/cloud_item.h> #include <pcl/a...
[ "jkammerl@rbh.willowgarage.com" ]
jkammerl@rbh.willowgarage.com
cc40550652244b4ded9478de92137cc7426bd0d6
eb0eecfd2745ccc87e87e7634e4dcea7cb327db4
/leetcode/Set_Matrix_Zeroes/SetMatrixZeroes_ConstantSpace.cpp
a7a7dbd66018c6d955174c4eca8edb271b33fc21
[]
no_license
ailyanlu1/Programming-Challenges
64e0dcfe68d8e4de3bf77df258779752adf4473b
0641a8b8fb5a07cf734ecf16368c2bbd98f4c8c2
refs/heads/master
2020-03-23T09:03:15.370963
2015-05-09T14:33:32
2015-05-09T14:33:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
cpp
// O(1) Space complexity, use the first zero as pivot to record if a col or row need to be set zero class Solution { public: void setZeroes(vector<vector<int> > &matrix) { int n = matrix.size(); if(n < 1) return; int m = matrix[0].size(); int x = -1, y = -1; for(int i = 0; i ...
[ "binlong.plus@gmail.com" ]
binlong.plus@gmail.com
a0fb50a5d7f7dea3c29ef645330f2ac7d220dbe2
5e5563a2610a8ea900ca56537150a63eb7aa5560
/nextRound/nextRound.cpp
c78f273e338bb3b0f3fddeee96fc3454a0f17e52
[]
no_license
ToxicCoderAJ/Codeforces-code
ba9ec3ef29f4884922751a2b3003c5ddb60616f4
b6486449cc90d5bdee13e878c4d051a90136bc65
refs/heads/main
2023-02-08T00:12:07.778948
2020-12-30T16:35:14
2020-12-30T16:35:14
325,589,740
0
0
null
null
null
null
UTF-8
C++
false
false
114
cpp
#include <iostream> using namespace std; int main(){ int n,k; cin >> n >> k; return 0; }
[ "noreply@github.com" ]
ToxicCoderAJ.noreply@github.com
031c26a10fbabfca24296adfe09764577fc260d8
73864265ceb1bd7f20da2462796b86a55b995067
/external/include/king/Engine.h
9304996cccc81a06992dfdadc1c1fa73b22dda84
[]
no_license
eusekerci/MidasMinerClone
d372785228f77fe512581ff5d3a36f5e076a2a06
18b7047d55542b73568cd37bdeb020fa0299bb47
refs/heads/master
2021-01-19T12:45:29.522493
2017-08-25T06:50:49
2017-08-25T06:50:49
100,806,332
1
0
null
null
null
null
UTF-8
C++
false
false
1,102
h
// (C) king.com Ltd 2014 #pragma once #include <glm/fwd.hpp> #include <memory> namespace King { class Updater; class Engine { public: enum Texture { TEXTURE_BACKGROUND, TEXTURE_BLUE, TEXTURE_GREEN, TEXTURE_PURPLE, TEXTURE_RED, TEXTURE_YELLOW, TEXTURE_SELECTION, TEXTURE_MAX }; Engine...
[ "enesugursekerci@gmail.com" ]
enesugursekerci@gmail.com