blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
7970d99f51e601cd049372c15945f120cabea99d
24f26275ffcd9324998d7570ea9fda82578eeb9e
/third_party/blink/renderer/core/page/scrolling/text_fragment_finder.cc
9e632ab8fdb5c19ea68026ecef19e9e795840dd8
[ "BSD-3-Clause", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
8,972
cc
// Copyright 2019 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 "third_party/blink/renderer/core/page/scrolling/text_fragment_finder.h" #include <memory> #include "third_party/blink/public/platform/web_strin...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
b360ab9712318ba67b63fa45b96c1b217583351d
875f6c29fd43d37e11d220f0c4554899a36cd4c1
/week1.1/main.cpp
9b5ddacc918b3b60edf042ed93585f02fecb09f1
[]
no_license
yelsukov/c-white-belt
bced83d0570cf22c30f08dfec29a02ec004ca052
89a687cfe1fb98e21c56d622281ac6025089909a
refs/heads/master
2021-05-20T09:13:39.326258
2020-04-01T15:59:33
2020-04-01T15:59:33
252,218,061
0
0
null
null
null
null
UTF-8
C++
false
false
459
cpp
#include <iostream> #include <vector> #include <sstream> using namespace std; int main () { int N; cin >> N; if (N == 0) { cout << 0 << endl; return 0; } vector<int> days(N); int64_t avg = 0; for(int& t : days) { cin >> t; avg += t; } avg /= N; int cnt = 0; stringstream out; for (uint i = 0; i ...
[ "nikolay.y@expay.asia" ]
nikolay.y@expay.asia
9aa2e26c0d92a90db9a9c1ce95f9df9c6c86b7df
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/extlib/havok/Source/Physics/Dynamics/Entity/hkpRigidBody.inl
2555f861c3e79c502ef27265700859c1307188dc
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,447
inl
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
f7c47c48ff5d6583bc4f99eebc39499f8cd57552
5d05be56559524f1c81db5c3b8e5ec9735b8540b
/BLOG_WIN_CLIENT/deal_qjson.cpp
62c732ada525c727891ade9c70273c37d9fda756
[]
no_license
shughuangQQQ/BLOG
daa4c7a8d29d28defac8402ca3b218d3253928d7
374d83ef91f7a48076d8afe7c216aa93762725c5
refs/heads/master
2021-04-15T04:54:23.263461
2018-05-12T11:54:03
2018-05-12T11:54:03
126,464,369
1
0
null
null
null
null
UTF-8
C++
false
false
4,043
cpp
#include "deal_qjson.h" #include<QFile> #include<QDebug> Deal_QJson::Deal_QJson(QObject *parent) : QObject(parent) { } QJsonObject* Deal_QJson::CreateFindJson(QString find_id) { QJsonObject JsonPack; QJsonObject *findjson=new QJsonObject; JsonPack.insert("find",find_id); findjson->insert("PACK_TYPE...
[ "shughuangqqq@gmail.com" ]
shughuangqqq@gmail.com
8729d9ce7e6c257dd182ad73326d46d6e065d1a3
d8c616544f97eb7faa32a8e71fc4d10d4365f102
/content/browser/shared_worker/shared_worker_script_loader_factory.cc
aee3017d3237ac1651abf0ef60219aa7b8eb4cf4
[ "BSD-3-Clause" ]
permissive
kraib/chromium
79ac241f70cea1ce4d94da109e68e662ca9681c9
c4dfbae6d308b4f0a7140e71db3c7f6db01bdc3a
refs/heads/master
2022-12-24T01:27:37.319728
2018-04-06T14:01:02
2018-04-06T14:01:02
128,403,774
1
0
null
2018-04-06T14:14:12
2018-04-06T14:14:12
null
UTF-8
C++
false
false
3,009
cc
// Copyright 2018 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 "content/browser/shared_worker/shared_worker_script_loader_factory.h" #include <memory> #include "content/browser/service_worker/service_worker_...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a76bae54b505ccadee0aa8d267d50bcf67491863
af5567d316b294ac0185dafa9f436e7448603892
/common/CLinuxConfigReader.h
190f205cb9ef97c4da7f30bbbe3904d45d8d4fc0
[]
no_license
rabinnh/mindset
647717bc6270844724e0ce55dc4fdfa4b1435ad4
5775b38f31d6cb3ff4ecefda1e178b6099a56b7d
refs/heads/master
2023-01-06T20:07:08.009477
2020-11-03T14:03:02
2020-11-03T14:03:02
302,454,542
0
0
null
null
null
null
UTF-8
C++
false
false
1,429
h
/* Copyright [2010] [Richard Bross] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to ...
[ "rbross@dyn.com" ]
rbross@dyn.com
7ee65d54fb7f6ffaf741752cb245485da2e31fbf
4b8afc434e5a9bf410cafc882598c2b7a896d3c5
/1semester/09.30/3/3/3main.cpp
98741702b5014f4060e0b897d0c70197e12d7b98
[]
no_license
NataliaDymnikova/Homework
c5dced7817a2b277a8a2d0efbdbdbc2e705f70f8
8ec6905adcb5f085729af6388c991fd7801883e2
refs/heads/master
2021-03-12T23:13:18.874307
2015-05-20T10:56:10
2015-05-20T10:56:10
23,872,478
0
1
null
null
null
null
UTF-8
C++
false
false
448
cpp
#include <stdio.h> int main() { FILE *file; if ((file = fopen("in.txt", "r")) == NULL) { printf("bad!!!"); return 0; } int num = 0; char ch = 0; bool isNew = true; while ((ch = fgetc(file)) != EOF) { if (ch == '\n') { isNew = true; continue; } if (isNew) { if (ch != ' ' && ch != '\t' ...
[ "dyma96@bk.ru" ]
dyma96@bk.ru
6eb3f06229a9f0c743079b9b88ff70564d5a50fd
83140f0a2401e84fade1484539990bcc30bc0550
/Estructura de Datos/Exer3.cpp
f80d3a43f24221434d80065cd2ad4ef58c8a6728
[]
no_license
alxxr/Onerepository
58743115ec40843fae2309da1301a64568bebade
5aa208fef3fe073211a26c3214aa8c9b6feb7372
refs/heads/master
2023-04-02T23:58:56.471547
2021-04-05T23:04:00
2021-04-05T23:04:00
354,696,681
0
0
null
null
null
null
ISO-8859-2
C++
false
false
1,382
cpp
/*Construya la clase operaciones. Se deben cargar dos valores enteros, calcular su suma, resta, multiplicación y división, cada una en un método, imprimir dichos resultados*/ # include <iostream> using namespace std; class operaciones { private: int n1, n2, suma, resta, multiplicacion, division; public: ...
[ "alexx47724@gmail.com" ]
alexx47724@gmail.com
08f65b1891daec2f4094d960b1abccbfa5bdbc51
c5eb567b0004b56280a0e978830c0f8a654670b9
/baekjoon/baekjoon_1316.cpp
0c4406473f1ac52b72c236f05d18d9472f4db706
[]
no_license
SimHongSub/Algorithm
b6a40ab181f0db5f0055fac0a9bd56f412362243
8e09c7436c3d843d492f5acc4ce06bccb6606441
refs/heads/master
2021-06-08T12:12:29.284453
2021-04-29T15:44:09
2021-04-29T15:44:09
163,232,221
2
0
null
null
null
null
UTF-8
C++
false
false
567
cpp
#include <iostream> #include <string> using namespace std; int main(){ int numOfWord; string word; int i, j, k; int result, check; cin >> numOfWord; result = numOfWord; for (i = 0; i < numOfWord; i++){ cin >> word; for (j = 0; j < word.size(); j++){ check = 0; for (k = j; k < word.size(); k++){ ...
[ "oxhe2038@naver.com" ]
oxhe2038@naver.com
572cc37530767e3925ed2c940cc304ee7604ce43
0d9269b9659890550b3db5ebe8983b472c1466b9
/1087.cc
c9984e0caa2a69852eccb48d5e96447fac62e9a1
[]
no_license
nameoverflow/PAT
88a0823dadfd1aa715d93b102cca96582b90d875
08e22e760fcf41f396bf36e2c2ffb2de8ff65391
refs/heads/master
2020-03-25T10:08:46.082902
2018-08-06T06:17:48
2018-08-06T06:27:25
143,684,685
1
0
null
null
null
null
UTF-8
C++
false
false
2,150
cc
#include <unordered_map> #include <vector> #include <set> #include <functional> #include <queue> #include <algorithm> #include <string> #include <map> #include <climits> #include <iostream> #include <cmath> using namespace std; #define P pair<int, int> #define MP make_pair #define fi first #define se second int N; s...
[ "i@hcyue.me" ]
i@hcyue.me
b1f37ecd0b893004442b3a565edf05ce77f1c08b
411cf28f78b1abe6f708dd7d37067c2205ae840b
/Fiber Section Analysis/PrestressStrandMaterial2D.h
23c932d8deba14b5e1f1ab904c13a2ccea594120
[]
no_license
hadikena/FiberSectionAnalysis
122049cb72bb83c609995377886ccd526e4de529
fa78acbd901a799ef869e3c141620cdd49309cec
refs/heads/master
2021-05-29T02:17:42.370819
2013-08-16T06:30:35
2013-08-16T06:30:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,915
h
#pragma once #include "Material2d.h" using namespace std; using namespace arma; #ifndef PrestressStrandMaterial2D_H #define PrestressStrandMaterial2D_H class PrestressStrandMaterial2D : public Material2D { private: void SetPowerLawConstants(int Type); void Initialize(int ID, string TypeOfStrand, do...
[ "joeny.bui@gmail.com" ]
joeny.bui@gmail.com
d10aec242468b6e3d00e07b8749482517ea40ff1
5298705370c757d8846d409382f7dcb8450d48b8
/wbsTools/WeatherUpdater/Tasks/UIHIRESW.cpp
996323ab8e80a15cb57a2c50cfd8fcb9cd108cb3
[ "MIT" ]
permissive
RNCan/WeatherBasedSimulationFramework
3d63b6a5fd1548cc5e5bac840f9e7c5f442dcdb0
05719614d2460a8929066fb920517f75a6a3ed04
refs/heads/master
2023-07-19T21:37:08.139215
2023-07-13T02:29:11
2023-07-13T02:29:11
51,245,634
7
2
null
null
null
null
ISO-8859-1
C++
false
false
7,935
cpp
#include "StdAfx.h" #include "UIHIRESW.h" #include "Basic/FileStamp.h" #include "UI/Common/SYShowMessage.h" #include "Geomatic/SfcGribsDatabase.h" #include "TaskFactory.h" #include "WeatherBasedSimulationString.h" #include "../Resource.h" using namespace std; using namespace WBSF::HOURLY_DATA; using nam...
[ "Tigroux74@hotmail.com" ]
Tigroux74@hotmail.com
662d10b74c56dc608ed776c41eaad25f470bbed6
488c9e8db19c229372c6e262296bee49fdf5711d
/basic c/Untitled2.cpp
10a9a62ea90e57f14bbeb823c6748e237b2940f6
[]
no_license
GookGai/Basic_Homework
37daae521f6924fbc1767cfc30c3f49a7f35f21f
7a5ec7dcd5b91394ae8a9fe34e74cac395d210c4
refs/heads/main
2023-07-18T16:33:36.999472
2021-09-23T17:45:20
2021-09-23T17:45:20
329,529,624
0
0
null
null
null
null
UTF-8
C++
false
false
259
cpp
#include <stdio.h> int main() { int b; printf("Enter number :"); scanf("%d",&b); for(int j=0;j<b;j++){ for(int i=0;i<b-j;i++) printf(" "); for(int k=0;k<j*2+1;k++) printf("*") ; printf("\n"); } return 0; }
[ "noreply@github.com" ]
noreply@github.com
759ef97dc09e1de682e6abc43f3dc8de097492d9
d6258ae3c0fd9f36efdd859a2c93ab489da2aa9b
/fulldocset/add/codesnippet/CPP/ba7f2b6b-4831-427c-a7c2-_1.cpp
09fba7b8a03635a38adc3200b3161e92b16bb739
[ "CC-BY-4.0", "MIT" ]
permissive
OpenLocalizationTestOrg/ECMA2YamlTestRepo2
ca4d3821767bba558336b2ef2d2a40aa100d67f6
9a577bbd8ead778fd4723fbdbce691e69b3b14d4
refs/heads/master
2020-05-26T22:12:47.034527
2017-03-07T07:07:15
2017-03-07T07:07:15
82,508,764
1
0
null
2017-02-28T02:14:26
2017-02-20T02:36:59
Visual Basic
UTF-8
C++
false
false
1,204
cpp
using namespace System; using namespace System::Globalization; int main() { // Creates and initializes a JulianCalendar. JulianCalendar^ myCal = gcnew JulianCalendar; // Checks all the months in five years in the current era. int iMonthsInYear; for ( int y = 2001; y <= 2005; y++ ) { Cons...
[ "tianzh@microsoft.com" ]
tianzh@microsoft.com
710c266c690a3192eb071e647108e9d42ba2bffb
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-clouddirectory/source/model/PutSchemaFromJsonRequest.cpp
f1999ea946bad939ff4f7ff608185af10d1364c4
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
1,549
cpp
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
2cf8cd020abfb24beb189abe3e4c34cf4c293036
0af9965de7527f4ca341833a5831dacd3fb8373f
/Baekjoon/13246.cpp
676309fe98e4e42aa701e47991bbaa8c94571c6f
[]
no_license
pcw109550/problem-solving
e69c6b1896cedf40ec50d24c061541035ba30dfc
333d850a5261b49f32350b6a723c731156b24b8a
refs/heads/master
2022-09-18T08:25:16.940647
2022-09-12T10:29:55
2022-09-12T10:29:55
237,185,788
11
1
null
2022-09-12T10:18:49
2020-01-30T10:05:42
C++
UTF-8
C++
false
false
2,746
cpp
#include <bits/stdc++.h> using namespace std; #define RING 1000 template <class T, class Q> struct Mat { T N; vector<vector<T> > M; Mat(T n, T t = 0): N(n) { M = vector<vector<T> > (N, vector<T> (N)); for (T i = 0; i < N; i++) for (T j = 0; j < N; j++) M[i][j] = ...
[ "pcw109550@gmail.com" ]
pcw109550@gmail.com
9534b09e8ebf3fc75fa96c59670954bf071cd009
d178ecb7e7a21d37c5cd3ea49e15b6fa2a8be314
/Bfs.h
14f9ec378bdc788e94e6299714934a5a46dece54
[]
no_license
AdvancedProgramming2016/Ex2_check
77c668ea529b3b25bd7ccd4cb59970b175d23e8c
2d419e9548350b20fdf54f88d07dd4fc8af8b268
refs/heads/master
2020-06-13T19:04:13.073043
2016-12-05T20:07:05
2016-12-05T20:07:05
75,565,409
0
0
null
null
null
null
UTF-8
C++
false
false
832
h
#ifndef EX1_TASK2_BFS_H #define EX1_TASK2_BFS_H #include "Graph.h" /** * The class represents the BFS algorithm. * It iterates through the graph in order the find the shortest path between two given points. * */ class Bfs { private: Graph *m_graph; Point m_source; Point m_dest; std::vector<Point...
[ "redperov@gmail" ]
redperov@gmail
680a101bf082788d71163794b2747e0a28e980c0
b48b3c920e6ca90c00c4dc20054298ba5b2d5508
/src/quiz/cluster/kdtree.h
38e85f6bb28ac20c653f70805a2afc96954416d2
[]
no_license
raghavadesai/SFND_Lidar-Obstacle-Detection
e696f939249cd20efbcf5d0ab3abf1f63c148649
8897216abfe7c86db696a9fc358694af3282eed7
refs/heads/master
2020-06-24T08:47:23.573861
2019-07-27T22:19:43
2019-07-27T22:19:43
198,919,791
0
0
null
null
null
null
UTF-8
C++
false
false
2,388
h
/* \author Aaron Brown */ // Quiz on implementing kd tree #include "../../render/render.h" // Structure to represent node of kd tree struct Node { std::vector<float> point; int id; Node* left; Node* right; Node(std::vector<float> arr, int setId) : point(arr), id(setId), left(NULL), right(NULL) {} }; struct ...
[ "raghavadesai@gmail.com" ]
raghavadesai@gmail.com
495e1c5fdbc6dcca0d4901b75d7dff2f673c052c
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/f6/7edc0402b4f9de/main.cpp
eb6dfc1a597c6e9d5d59b07a37dcf4c5221b1b8d
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
520
cpp
#include <initializer_list> #include <iostream> struct base { virtual void f() const { std::cout << "base\n"; } }; struct derived : base { virtual void f() const { std::cout << "derived\n"; } }; template<typename T> struct other_derived : base { virtual void f() const { st...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
8a795f3975a07e0380bf7b939ed6bf0f2e09b634
d93159d0784fc489a5066d3ee592e6c9563b228b
/RecoParticleFlow/PFTracking/src/PFGeometry.cc
c4d587abb068ad802f4e303cf53dce6d94004f0d
[]
permissive
simonecid/cmssw
86396e31d41a003a179690f8c322e82e250e33b2
2559fdc9545b2c7e337f5113b231025106dd22ab
refs/heads/CAallInOne_81X
2021-08-15T23:25:02.901905
2016-09-13T08:10:20
2016-09-13T08:53:42
176,462,898
0
1
Apache-2.0
2019-03-19T08:30:28
2019-03-19T08:30:24
null
UTF-8
C++
false
false
2,068
cc
#include "RecoParticleFlow/PFTracking/interface/PFGeometry.h" #include "DataFormats/GeometrySurface/interface/BoundCylinder.h" #include "DataFormats/GeometrySurface/interface/BoundDisk.h" #include "DataFormats/GeometrySurface/interface/SimpleCylinderBounds.h" #include "DataFormats/GeometrySurface/interface/SimpleDiskBo...
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
10ad2f1fcca01cce3f45fde20fcb62751b0cda80
39eac74fa6a244d15a01873623d05f480f45e079
/SecondaryANSIClaimConfigDlg.cpp
cbd5e561a06fe3479f1e4c6f4884e3e08ebe599b
[]
no_license
15831944/Practice
a8ac8416b32df82395bb1a4b000b35a0326c0897
ae2cde9c8f2fb6ab63bd7d8cd58701bd3513ec94
refs/heads/master
2021-06-15T12:10:18.730367
2016-11-30T15:13:53
2016-11-30T15:13:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,350
cpp
// SecondaryANSIClaimConfigDlg.cpp : implementation file // #include "stdafx.h" #include "SecondaryANSIClaimConfigDlg.h" #include "GlobalFinancialUtils.h" #include "SecondaryANSIAllowedAdjConfigDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif using namespace ADOD...
[ "h.shah@WALD" ]
h.shah@WALD
6a99e94d35cfee15bb4854f8ecc1a18ca980d9e4
47b2c8f0b89173a3e319b252c08a43136f7973a7
/3Dゲーム制作/GameProgramming/CCharacter.cpp
05c9771484beca806eb5c492d4c3f4de45cd403f
[]
no_license
MondenHiroto/Game2
ba7b3f4321a4d249436f13f601efacc68385a625
3b46bd06246cf222bcb2bf73b40cdde0eacf1559
refs/heads/master
2023-07-14T17:06:17.960510
2021-08-04T01:51:32
2021-08-04T01:51:32
367,228,775
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
316
cpp
#include "CCharacter.h" #include "CTaskManager.h" //描画処理 void CCharacter::Render() { mpModel->Render(mMatrix); } CCharacter::~CCharacter(){ //タスクリストから削除 CTaskManager::Get()->Remove(this); } CCharacter::CCharacter(){ //タスクリストに追加 CTaskManager::Get()->Add(this); }
[ "20010518@anabuki-net.ne.jp" ]
20010518@anabuki-net.ne.jp
d1747eb5168fcf79c32f1eb074d72ff3145d53bd
f1f9f3482a750ea1ab217292cef2b07754be1af2
/dynamicprogfibb/dynamicprogfibb/dynamicprogfibb.cpp
348c60e6299f231ed42ea79a25d99504764fd58d
[]
no_license
ashishbindra2/cpp
877263c14e11d1daf828c9aaffa5ec8538c1ce52
2d556e910426f0ea9fc229069ed105498f5650f4
refs/heads/master
2020-08-03T14:13:26.467732
2020-05-28T16:11:39
2020-05-28T16:11:39
211,778,548
0
0
null
null
null
null
UTF-8
C++
false
false
861
cpp
// dynamicprogfibb.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream" using namespace std; class Fib { int S[50]; public: Fib(){ for (int i=0; i<50; i++) S[i]=0; } int DoesSolutionExist(int n){ if(S[n]>0) return S[n]; return 0; } unsigned int GetTer...
[ "ashishbindra2@gmail.com" ]
ashishbindra2@gmail.com
467a71f7912a2c264d2e2cbf9195d34ae00b7ea1
12e7bd84511b61bbde2288ae695ee64746d337a7
/problems/169.多数元素.cpp
aa0a75fe91118ca28e967f60512aa5d97b38b02a
[]
no_license
hellozmz/LeetCode
97ec70e9c80e601a7cb8ed0efea9ceca30e6843f
05295f388d5952a408d62ba34f6d4fde177f31c4
refs/heads/master
2023-05-11T10:47:26.792395
2023-04-29T05:27:55
2023-04-29T05:27:55
235,086,823
1
3
null
null
null
null
UTF-8
C++
false
false
1,692
cpp
/* * @lc app=leetcode.cn id=169 lang=cpp * * [169] 多数元素 * * https://leetcode-cn.com/problems/majority-element/description/ * * algorithms * Easy (61.25%) * Likes: 424 * Dislikes: 0 * Total Accepted: 103.2K * Total Submissions: 168.4K * Testcase Example: '[3,2,3]' * * 给定一个大小为 n 的数组,找到其中的多数元素。多数元素是指...
[ "zhumingzhu@jd.com" ]
zhumingzhu@jd.com
046b0ea408e3a2db48443af45ddd62a9b7a32d59
97a2f5126c6737d4051399b60852f32064d99b23
/include/glare/material/texture_library_interface.hpp
a3460ea47b5e335ce1778230172ea3042c3d4bba
[ "MIT" ]
permissive
kevin-lesenechal/glare
b60aa354e7a3d274dbcda741ec2a8b973393da72
774fb6bcd40349ac5a7b9155b97d1dd995b3b5d1
refs/heads/master
2021-04-14T00:44:51.950011
2020-03-29T23:28:29
2020-03-29T23:29:35
249,198,526
3
0
null
null
null
null
UTF-8
C++
false
false
769
hpp
/****************************************************************************** * Copyright © 2020 Kévin Lesénéchal <kevin.lesenechal@gmail.com> * * * * This file is part of the GLARE project, published under the terms of the * ...
[ "kevin.lesenechal@gmail.com" ]
kevin.lesenechal@gmail.com
25e2e718ce0110540be384cc5168de24dfcc8554
fb25acc052e43af2e9f6b25edad0f0122db2f53f
/Code/HAL/PPMReceiver.cpp
a8dc650221dc05ab921481502f417a25de9d9961
[]
no_license
JonesWest/HeliosPlus
21070106bca37ec061b805bd5a8b03cda81db6c7
672141012c22edcd4fc17ff1218dea943d90ce0a
refs/heads/master
2022-05-05T07:05:18.009249
2014-12-24T02:30:59
2014-12-24T02:30:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,172
cpp
#include "PPMReceiver.hpp" static ControlReceiverCalibration standard_calibration = { /*HIGH*/ 1881, 1891, 1892, 1892, 1892, 1883, /*LOW*/ 1088, 1095, 1094, 1093, 1093, 1089 }; static uint8_t standard_channel_mapping[6] = { /*CHANNEL_THROTTLE:*/ 0, /*<--- these are the physical channels from the receiver*/ /*...
[ "texton1@msn.com" ]
texton1@msn.com
b8108b026942c15b63e70a470827801c3570b947
9d851f5315bce6e24c8adcf6d2d2b834f288d2b2
/chipyard/tools/chisel3/test_run_dir/ThingsPassThroughTester/2020030621332910227486413421598995/VThingsPassThroughTester.cpp
8cb95552d05ed79583ca4f6ad4cf4c2636ca6c6e
[ "BSD-3-Clause" ]
permissive
ajis01/systolicMM
b9830b4b00cb7f68d49fb039a5a53c04dcaf3e60
d444d0b8cae525501911e8d3c8ad76dac7fb445c
refs/heads/master
2021-08-17T22:54:34.204694
2020-03-18T03:31:59
2020-03-18T03:31:59
247,648,431
0
1
null
2021-03-29T22:26:24
2020-03-16T08:27:34
C++
UTF-8
C++
false
false
37,324
cpp
// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Design implementation internals // See VThingsPassThroughTester.h for the primary calling header #include "VThingsPassThroughTester.h" // For This #include "VThingsPassThroughTester__Syms.h" //-------------------- // STATIC VARIABLES //--------------------...
[ "ajithkumar.sreekumar94@gmail.com" ]
ajithkumar.sreekumar94@gmail.com
525a4c5229132a28fb7414adf586745896099e74
45c2892871f179902272150f42d780a1a4beb8ee
/interface_opencl/zpermute.cpp
2765497d8c1cc306a9f70531fd3530e36e5427f4
[]
no_license
alcubierre-drive/clmagma
35b88162b057ee3cb8265c082e3679dcba1b158d
e6c2655d3ecd77972bec28bd15ed84bcbb7a1afa
refs/heads/master
2021-02-27T15:40:02.552547
2020-03-07T11:05:21
2020-03-07T11:05:21
245,616,458
0
0
null
2020-03-07T10:59:33
2020-03-07T10:59:33
null
UTF-8
C++
false
false
3,465
cpp
/* * -- clMAGMA (version 1.1.0) -- * Univ. of Tennessee, Knoxville * Univ. of California, Berkeley * Univ. of Colorado, Denver * @date January 2014 * * @precisions normal z -> s d c */ #include <cstdio> #include "magmablas.h" #include "CL_MAGMA_RT.h" #define BLOCK_SIZE 32 typedef struc...
[ "github::alcubierre-drive" ]
github::alcubierre-drive
72333248a1b8904d36889c76cf80fa453e54d5ba
8fbc0a30921bee6ec0161b9e263fb3cef2a3c0a4
/bzoj/1015.cpp
9e28c85ccbaf4d896205454cc221215497828b9a
[ "WTFPL" ]
permissive
swwind/code
57d0d02c166d1c64469e0361fc14355d866079a8
c240122a236e375e43bcf145d67af5a3a8299298
refs/heads/master
2023-06-17T15:25:07.412105
2023-05-29T11:21:31
2023-05-29T11:21:31
93,724,691
3
0
null
null
null
null
UTF-8
C++
false
false
1,297
cpp
#include <bits/stdc++.h> #define N 400020 #define ll long long using namespace std; inline int read(){ int x=0,f=0;char ch=getchar(); while(ch>'9'||ch<'0'){if(ch=='-')f=1;ch=getchar();} while(ch<='9'&&ch>='0'){x=(x<<3)+(x<<1)+ch-'0';ch=getchar();} return f?-x:x; } struct edge{ int to, nxt; }e[N]; int fa[N], num, a...
[ "swwind233@gmail.com" ]
swwind233@gmail.com
1a84cfd0185d775514a111aee63220c5bf16aa9b
d769bc45721c7b745b60633926b14292b5bb9006
/net/third_party/quiche/src/quic/core/quic_version_manager.h
e66e01fb35c9d2bc883103e320f5dc29f535d2fd
[ "BSD-3-Clause" ]
permissive
snomile/chromium_net_module
a960771eb387bff6d316ba041ee5f2ff468566e1
eb7329c08b9e6e356033830c6f84e5537c032ba4
refs/heads/master
2020-12-20T15:35:55.401620
2020-01-27T01:26:03
2020-01-27T01:26:03
236,123,988
1
1
null
null
null
null
UTF-8
C++
false
false
2,333
h
// Copyright (c) 2016 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 QUICHE_QUIC_CORE_QUIC_VERSION_MANAGER_H_ #define QUICHE_QUIC_CORE_QUIC_VERSION_MANAGER_H_ #include "net/third_party/quiche/src/quic/core/quic...
[ "snomile@me.com" ]
snomile@me.com
19d11769a051c91115b3e01ba9c255826c55e6da
8912c9e46f8f9e81b55959ee471bf92d13387384
/ModuleE.ixx
4a5f3d9fee13add73ac265ef041ff3f1ca544a90
[]
no_license
TomTheFurry/VisualStudioCppModulesTesting
08902c7c413ee3bdba0eee52bd2659cc9d6c7be5
4d1ea451f6a9725568baacd16cf5b9a1138177be
refs/heads/master
2023-04-07T20:24:56.278609
2021-04-24T04:20:46
2021-04-24T04:20:56
360,830,457
0
0
null
null
null
null
UTF-8
C++
false
false
159
ixx
#include "DefineEnum.h" export module Module:E; export enum class En { e0 = ENUM_0, e1 = ENUM_1, e2 = ENUM_2, e3 = ENUM_3, e4 = ENUM_4, e5 = ENUM_5, };
[ "tomlee92502@yahoo.com" ]
tomlee92502@yahoo.com
ce74c8e2f2606b962d04755677f96c932ebabfe8
feb35ca6518e988edc42e946d361b2bb26703050
/earth_enterprise/src/google/protobuf/compiler/java/java_extension.cc
77e01684c4a46e3757a23b6981641172437b4461
[ "Apache-2.0" ]
permissive
tst-ccamp/earthenterprise
ccaadcf23d16aece6f8f8e55f0ca7e43a5b022fe
f7ea83f769485d9c28021b951fec8f15f641b16c
refs/heads/master
2021-07-11T07:10:57.701571
2021-02-03T22:03:13
2021-02-03T22:03:13
86,094,101
2
0
Apache-2.0
2021-02-03T22:10:41
2017-03-24T17:29:52
C++
UTF-8
C++
false
false
8,430
cc
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistri...
[ "avnish@sunrise.mtv.corp.google.com" ]
avnish@sunrise.mtv.corp.google.com
8f2f87bdec633ef59cb67b2019d39197e2a2bfcb
7208837d6c1f0ac3ff623060fe0b64dfd4e541a1
/chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h
47dbac1d16e0ca396b643b3dd790960274814703
[ "BSD-3-Clause" ]
permissive
isoundy000/chromium
b2ee07ebc5ce85e5d635292f6a37dbb7c2135a93
62580345c78c08c977ba504d789ed92c1ff18525
refs/heads/master
2023-03-17T17:29:40.945889
2017-06-29T22:29:10
2017-06-29T22:29:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
819
h
// 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. #ifndef CHROME_BROWSER_ANDROID_VR_SHELL_UI_ELEMENTS_SCREEN_DIMMER_H_ #define CHROME_BROWSER_ANDROID_VR_SHELL_UI_ELEMENTS_SCREEN_DIMMER_H_ #include "base/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
e1c5864cecc45e7e702319a27409c471a32c6360
0e7af5c612f009ad3e234519ec52743d7e287882
/MythCore/tool/LoginTester/LoginTester/player.cpp
fc305a2c389cb6ae96a44a3545ad752ee5d25b99
[]
no_license
jefferyyellow/MythCore
678b1f777f51b8cf3e4f40299b4e2f29882b9cf1
4f2d09dec8e772b190c48f718febec8853671cd9
refs/heads/master
2021-08-01T00:58:58.711347
2021-07-22T15:06:17
2021-07-22T15:06:17
43,931,424
3
1
null
null
null
null
WINDOWS-1252
C++
false
false
2,445
cpp
#include "player.h" #include "loginmessage.hxx.pb.h" #include "logintester.h" void CPlayer::onServerMessage(short nMessageID, Message* pMessage) { switch (nMessageID) { case ID_S2C_RESPONSE_LOGIN: { onMessageLoginResponse(pMessage); break; } case ID_S2C_RESPONSE_CREATE_ROLE: { onCreateRoleResponse(...
[ "396066193@qq.com" ]
396066193@qq.com
cf635eaec61fbe216832174b4917e97d611d6777
9914266a26076c07f1bfbb1313f1970375fbed33
/Beobachter/main.cpp
17d1c1013b15e65f61dd20be0cef8ce2594c5d99
[]
no_license
lukasmerk/programming2
9882b29b166c10305b52231b1c1e27034ee9cee0
7647fd6743b40d42cdfc5aea7a4e5eeba5272637
refs/heads/master
2021-06-16T08:21:55.063526
2017-05-24T08:48:45
2017-05-24T08:48:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
417
cpp
#include <iostream> using namespace std; #include "Hase.h" #include "Jaeger.h" int main() { // erzeuge ein Hasenobjekt Hase h; // erzeuge ein Jaegerobjekt Jaeger j(&h); // erzeuge ein zweites Jaegerobjekt Jaeger j1(&h); // setze den Hasen h.setzePos(27); // setze den Hasen ein ...
[ "lukasmerk@gmx.de" ]
lukasmerk@gmx.de
6ea45018ef6a04bea2815a24947c4c7c15b30e3d
839652f7d74ab678d63f6a4a03b00f1fc267e1b9
/OOP Concepts/1. Sources/CircleAIO.cpp
123da0e1b1cfc4b8ebfb8e5797ac6aeb9ed45c34
[]
no_license
dinhtuyen3011/cpp
97d6ab55f49582c6797e88febdf934c3f6f5caa8
fa8cdeb81a8110c59ec7b6697044241786df7d6b
refs/heads/main
2023-02-04T02:04:41.611290
2020-12-15T00:07:28
2020-12-15T00:07:28
300,456,344
0
0
null
null
null
null
UTF-8
C++
false
false
1,408
cpp
/* The Circle class (All source codes in one file) (CircleAIO.cpp) */ #include <iostream> // using IO functions #include <string> // using string using namespace std; class Circle { private: double radius; // Data member (Variable) string color; // Data member (Variable) public: // Const...
[ "dinhtuyen@gmail.com" ]
dinhtuyen@gmail.com
5f13df12c8ebef58009b9f5ea3a9077ea0ec5628
d3ce1dfc6a90e741743a36e17542fb5ebf3f833e
/Testing/test_case.cpp
eb3f79480f6ccc23f2b208ce5d88fb5847059d4c
[]
no_license
miepstei/BayesianCode
bf44872fab31d9f12392c77ec86ae4a40a2207aa
d7ffd1367fd599f51f79a5e00965a3d467a76502
refs/heads/master
2020-06-04T18:16:44.760689
2015-03-26T15:10:31
2015-03-26T15:10:31
9,454,034
2
1
null
null
null
null
UTF-8
C++
false
false
137,381
cpp
#include <stdio.h> #include <vector> #include "likelihood.h" #include <iostream> int main(){ DCProgs::t_Bursts bursts { {0.0005207349658012}, {0.0000361186563969}, {0.0004467989504337}, {0.0000619298033416}, {0.0032730445859488,0.0000700714439154,0.0004112531300634,0.0000289315246046,0.001352...
[ "michael.epstein.10@ucl.ac.uk" ]
michael.epstein.10@ucl.ac.uk
5f4fc54e2d0e9f9b3eccaba60d2a2a569da6d8c8
46fd901df8052d5de8770cd16c66e865f3207b83
/enemy.h
cd0b2e804371820d6e48ba51ef9f31e0eabd2d8c
[]
no_license
gahapmo/Game-Ban-May-Bay
14873e6dcd349bdbf066fc69481032772d111d0b
57cd28ce85bb871fe09b12d23eaacf6f72d44fa8
refs/heads/master
2020-03-22T08:42:53.960859
2018-07-05T02:36:43
2018-07-05T02:36:43
139,785,718
0
0
null
null
null
null
UTF-8
C++
false
false
288
h
#pragma once #include "GameObject.h" #include <SDL.h> #include <SDL_image.h> class enemy : public GameObject { public: enemy(); enemy(const char *textureSheet, int x, int y, int hp); ~enemy(); public: void Update(); void Render(); void EventsHanlde(); };
[ "noreply@github.com" ]
noreply@github.com
656e0e25e511f44e40c792adca35f4cd7ad01b9a
d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3
/chromium/android_webview/browser/aw_proxying_url_loader_factory.cc
8024bdff7e9d4c079df47d62259a72ceaf19349f
[ "BSD-3-Clause" ]
permissive
Csineneo/Vivaldi
4eaad20fc0ff306ca60b400cd5fad930a9082087
d92465f71fb8e4345e27bd889532339204b26f1e
refs/heads/master
2022-11-23T17:11:50.714160
2019-05-25T11:45:11
2019-05-25T11:45:11
144,489,531
5
4
BSD-3-Clause
2022-11-04T05:55:33
2018-08-12T18:04:37
null
UTF-8
C++
false
false
27,992
cc
// Copyright 2018 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 "android_webview/browser/aw_proxying_url_loader_factory.h" #include <utility> #include "android_webview/browser/android_protocol_handler.h" #in...
[ "csineneo@gmail.com" ]
csineneo@gmail.com
306bea8dbc5986adeb1f31035f77cf6bd1ac3063
04629eadd91e0787ad7d14e45ebfa7477a50b0b3
/Source/PluginProcessor.cpp
f240f84fee0523cead7996ac87517cc1909b41ee
[]
no_license
buosseph/juce-decimator
44ee4066bd3adc2754b791e3b30d855f6615391c
b7cb04a153bd164d22fab9a3c0e664cbc6bf5e49
refs/heads/master
2020-05-20T18:48:36.117806
2015-12-23T03:06:34
2015-12-23T03:06:34
47,864,996
1
0
null
null
null
null
UTF-8
C++
false
false
5,215
cpp
/* ============================================================================== This file was auto-generated by the Introjucer! It contains the basic framework code for a JUCE plugin processor. ============================================================================== */ #include "Plugin...
[ "brian.uosseph@gmail.com" ]
brian.uosseph@gmail.com
40fbd386cc60ca1d04787a29427a6590638e8cc9
9da42e04bdaebdf0193a78749a80c4e7bf76a6cc
/third_party/gecko-2/win32/include/nsIXPointer.h
056c58dd879a5f5b84b1ed425eebe278149bd93c
[ "Apache-2.0" ]
permissive
bwp/SeleniumWebDriver
9d49e6069881845e9c23fb5211a7e1b8959e2dcf
58221fbe59fcbbde9d9a033a95d45d576b422747
refs/heads/master
2021-01-22T21:32:50.541163
2012-11-09T16:19:48
2012-11-09T16:19:48
6,602,097
1
0
null
null
null
null
UTF-8
C++
false
false
13,283
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-2.0-xr-w32-bld/build/content/xml/document/public/nsIXPointer.idl */ #ifndef __gen_nsIXPointer_h__ #define __gen_nsIXPointer_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL...
[ "haleokekahuna@gmail.com" ]
haleokekahuna@gmail.com
dbd1236a308086bb498167a222759f86fb66687a
8caae43ec3015fda9e1a8782980a21d7158452c3
/chenxi/vector/my_vector.cc
e04f7e84d5695c8633b00207bde3a8d9994e276f
[]
no_license
morning-color/data-structure
5fafbff86bcded66bbd75b112a803fcff4c208e9
e1df53f2b5c7f480f189c36a801022161e05775f
refs/heads/master
2016-09-06T13:51:40.285820
2015-05-14T13:06:52
2015-05-14T13:06:52
34,613,861
0
0
null
null
null
null
UTF-8
C++
false
false
126
cc
#include "my_vector.h" int main() { my_vector<int> vec = {1,8,6,2,9,3,8}; vec.traverse(print_elem); return 0; }
[ "moring_color@163.com" ]
moring_color@163.com
549ea8013f0e3d3aa1322bd854e612fbb42e6ebd
863865383db63dfd3f775d96f9d0082bf5f73dac
/major_research/others/modified_q3DanQ/_x.hw_emu.xilinx_u200_xdma_201830_2/kerneldl.hw_emu.xilinx_u200_xdma_201830_2/kerneldl/kerneldl/solution/syn/systemc/kerneldl_kerneldl_z_a_actc.h
d23e7772ed428b54b6d7fd92c66a9c077ad1ee2f
[]
no_license
tinaba96/master
478ce9e976369a10a21db8b2b53747a019bda4b1
a6f9fdb6d14cd8631a15269eaba008a09e71ba80
refs/heads/master
2023-08-22T19:16:44.416845
2023-08-12T09:00:44
2023-08-12T09:00:44
664,298,705
1
0
null
null
null
null
UTF-8
C++
false
false
2,511
h
// ============================================================== // Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC v2019.1 (64-bit) // Copyright 1986-2019 Xilinx, Inc. All Rights Reserved. // ============================================================== #ifndef __kerneldl_kerneldl_z_a_actc_H__ #define ...
[ "tinaba178.96@gmail.com" ]
tinaba178.96@gmail.com
4e676ca1ea7a557bde289dd0a1d59349bdf95713
827c87f35cc9c163b815ad326ae66ef37ed8f445
/husky_move_base_client/src/track_test.cpp
dcdc06d4f0438ab6b605931a4249c8e6c499fe0b
[]
no_license
070411209/husky
266fea30562ffebba2e628a6659f15a6e55d12dd
57482706ecad5a0c2ea9832af4757a26c8691b7c
refs/heads/main
2023-02-21T01:22:50.212668
2021-01-24T09:54:31
2021-01-24T09:54:31
330,162,943
0
0
null
null
null
null
UTF-8
C++
false
false
1,472
cpp
#include "track_test.h" #include <cmath> trackTest::trackTest(){ target_sub_ = node_.subscribe("/target_pose", 1, &trackTest::targetCallback_, this); chatter_pub = node_.advertise<geometry_msgs::PoseStamped>("/move_base_simple/goal", 10); //initialize /move_base_simple/goal } void trackTest::targetCallback_(c...
[ "wangbaodong@meituan.com" ]
wangbaodong@meituan.com
3365c5355b3d6744632515bac7700953538445db
e0b6155417e25fd34dd917a13e7123233b88c8a2
/prelim.cpp
5f2f8ad8b23931b35fda58a72d49cb437cc00735
[]
no_license
Dan-Shields/ConcurrentSystems
6edb5467e6df46f262333c925dee6878f1945144
39ff21d8308fe194a19d0f0c5cd884fa5d7409e3
refs/heads/master
2020-12-20T00:35:25.729777
2019-11-19T11:36:23
2019-11-19T11:36:23
235,899,514
0
0
null
null
null
null
UTF-8
C++
false
false
4,795
cpp
/* Concurrent Systems Preliminary Lab Part 2 v1 (no deadlock) Compile from the command line with, for example: C:\MinGW64\bin\g++ -std=c++11 -lpthread Part_2.cpp */ #include <iostream> #include <thread> #include <mutex> #include <condition_variable> using namespace std; //global variables std::condition_varia...
[ "d.shieldsuk@gmail.com" ]
d.shieldsuk@gmail.com
28646b086d890df8471c7aaf1db0aa1334485fc2
659c4b083cb4dd2c6d788e7d0d5372b72af7ec58
/OsaisenLED/OsaisenLED.ino
1759c7a70b5a3b184b2da291123d40096c46dddf
[]
no_license
Alexander-Redwinter/arduino-sketches
ef86306cedd3b009cc4961707d423dba3739e4cf
c6a7dc666b1c8e8e673327078c81d1e151160005
refs/heads/master
2022-03-23T20:29:06.372964
2020-01-07T04:32:11
2020-01-07T04:32:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,011
ino
#define STEPPER_PIN_1 9 #define STEPPER_PIN_2 10 #define STEPPER_PIN_3 11 #define STEPPER_PIN_4 12 #define IR_PIN A0 int redPin = 3; int greenPin = 6; int bluePin = 5; int sensorOut = 0; int step_number = 0; void setup() { pinMode(redPin, OUTPUT); pinMode(greenPin, OUTPUT); pinMode(bluePin, OUTPUT); pinMode(...
[ "likeanopenwindow@gmail.com" ]
likeanopenwindow@gmail.com
213da4752a0faff17dc9ab9eb2005db518dfd594
896c8c5ea4ab726a68434ce0c17ed1ba31c36335
/IMDB_Graph_Based_Recommendation/filmEdge.cpp
e12c5c8b77154d8d90665622231abea295dc6520
[]
no_license
DavidLIUXLD/IMDB_Graph_Based_Recommendation
9c5254e87f698e56dec1a653053ced005d5e270b
3c352e613214962ed1d6a6983bea4db27d679307
refs/heads/master
2023-01-28T04:53:02.566984
2020-12-08T04:21:58
2020-12-08T04:21:58
317,126,176
0
1
null
2020-12-07T23:56:25
2020-11-30T06:03:26
C++
UTF-8
C++
false
false
22
cpp
#include "filmEdge.h"
[ "DaViD28106@outlook.com" ]
DaViD28106@outlook.com
0b0e567dd5966b7b2059752aadbc01f66bd31ae4
8a6a3cd8f1509faaa0ab5cde99cb455421344432
/src/test/test_megacoin.cpp
5e5b8919f9cb812db6dd57848e3ba9c04d5024f5
[ "MIT" ]
permissive
Megacoin2/Megacoin
577945a4cae26d1550b1670edb9ae3a05ac54e14
682f6331506b1893efc526d2c8afcf4a327aa725
refs/heads/master
2021-01-15T18:09:11.465765
2015-06-11T19:05:47
2015-06-11T19:05:47
36,644,857
0
1
null
2015-06-15T13:27:44
2015-06-01T07:30:28
C++
UTF-8
C++
false
false
1,753
cpp
#define BOOST_TEST_MODULE Megacoin Test Suite #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> #include "db.h" #include "txdb.h" #include "main.h" #include "wallet.h" #include "util.h" CWallet* pwalletMain; CClientUIInterface uiInterface; extern bool fPrintToConsole; extern void noui_connect(); s...
[ "drkimotochan@megacoin.co.nz" ]
drkimotochan@megacoin.co.nz
4d63b15d8cefb2b03d9c2f1001bbe1c2eebb3cf0
ab90a6a4f7bb63d2d19eba4644e4910ccafbfcbe
/pub/1313.cpp
9270b7959a88d287d9e98f7765eebf9c78555a93
[ "MIT" ]
permissive
BashuMiddleSchool/Bashu_OnlineJudge_Code
cf35625b5dcb2d53044581f57f1ff50221b33d2a
4707a271e6658158a1910b0e6e27c75f96841aca
refs/heads/main
2023-04-22T08:12:41.235203
2021-05-02T15:22:25
2021-05-02T15:22:25
363,435,161
2
0
null
null
null
null
UTF-8
C++
false
false
631
cpp
//lijunhao. All Rights Reserved #include<bits/stdc++.h> using namespace std; long long GetMaxNum(long long arr[],long long n)//最大值函数 { long long result=arr[0]; for(long long i=1; i<n; i++) { if(result<arr[i]) { result=arr[i]; } } return result; } long long GetMinNum(long long arr[],long long n)//最小值函数 { lon...
[ "60656888+ELEVENStudio-Main@users.noreply.github.com" ]
60656888+ELEVENStudio-Main@users.noreply.github.com
3804caa7d6a2afeac68207a37b68f11db3736ab0
3220c2863bbc78f6d7bcf51aa773afca032e3485
/external/loki-mq/oxenmq/byte_type.h
f582130e7a82e6961e2e17b8d50c873e340271c4
[ "BSD-3-Clause" ]
permissive
Beldex-Coin/beldex-core-custom
6713d7c14561456023417fbaecdd6999fb8dcc6a
ed805b9b6d11294f16c0e3edfde1b82c35857154
refs/heads/master
2023-06-28T02:34:41.500008
2023-06-08T08:09:35
2023-06-08T08:09:35
202,894,271
1
1
null
2019-08-19T08:08:41
2019-08-17T14:58:49
C++
UTF-8
C++
false
false
910
h
#pragma once // Specializations for assigning from a char into an output iterator, used by hex/base32z/base64 // decoding to bytes. #include <iterator> #include <type_traits> namespace oxenmq::detail { // Fallback - we just try a char template <typename OutputIt, typename = void> struct byte_type { using type = cha...
[ "victor.tucci@beldex.io" ]
victor.tucci@beldex.io
f022af54ba8005a34f6089c35155cd1d710bcef9
fb70e6a3c45c70e8bfff62ea12b259a6b4fcd672
/src_main/tier0/threadtools.cpp
3788c00464fac354af92bb699c5e8f6f79b893fc
[]
no_license
TrentSterling/D0G
263ba85123567939de1de3fac6de850b2b106445
bb42185ab815af441cff08eeeb43524160a447cf
refs/heads/master
2021-01-17T20:09:10.149287
2014-03-26T11:26:39
2014-03-26T11:26:39
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
47,388
cpp
//===== Copyright © 1996-2013, Valve Corporation, All rights reserved. ======// //============= D0G modifications © 2014, SiPlus, MIT licensed. =============// // // Purpose: // //===========================================================================// #include "pch_tier0.h" #include "tier1/strtools.h" #i...
[ "hwguy.siplus@gmail.com" ]
hwguy.siplus@gmail.com
67bcf21431622c33a54d545e46a1caedac010da2
3e6ce6c81319a4f61bbb28553b275a579741f94d
/HashTableFunc.hpp
6f2799ce907ba11be9a3a05e13c885529db9beec
[ "MIT" ]
permissive
mebdog/Sentiment_Analysis_Project
3ccdd3d10f3dd21cdf15969d5253df3d107db0fb
4c82e5de090537a60a468c5b2fb10da3c53bef6e
refs/heads/master
2020-05-16T07:29:50.075442
2019-04-22T08:02:00
2019-04-22T08:02:00
182,880,426
0
0
MIT
2019-04-22T22:58:15
2019-04-22T22:58:15
null
UTF-8
C++
false
false
2,242
hpp
/* Starter HPP File for Hash Tables. DISCLAIMER: We recommend everyone to at least have these functions implemented properly. For the exams the variable type might change form int to char / any other custom type. You will also have extra functions which will be the main exam problems. These will just be added to ...
[ "noreply@github.com" ]
noreply@github.com
c2ed8a0f7358f6875868d12df8206b81ae051dc4
c1894dd461d0789957b606001cd2b111bf5be0c4
/tskm/hdr/util/functions.hpp
a36904c0fc9876cf69c2414a0c0a28fc32ff7cd2
[]
no_license
Tahuoszu/Hensei
0d58cc9aa325ad3e059302f981faf1724a884eb0
dc244bf26aca92746a78c32cc162abdc2c0b81be
refs/heads/master
2021-01-15T11:13:30.347949
2014-09-04T11:27:57
2014-09-04T11:27:57
23,658,864
1
0
null
null
null
null
UTF-8
C++
false
false
2,326
hpp
/** * * @file functions.hpp * @brief * @author Henri NG * @version 1.0 * @date 21/05/2014 * */ #include "functions.h" template <class T> bool containsSet(const set<T>& st1, const set<T>& st2) { for (typename set<T>::iterator it = st2.begin(); it != st2.end(); ++it) if (st1.find(*it) == st1....
[ "ngscs@hotmail.com" ]
ngscs@hotmail.com
23e693e61255df295d3d0d4c4e13c776c5441665
de10413c9731843438f4170934d9ff1d12a04c00
/Memory.cpp
1770b7c6cea9426c68e87fc88e35c328174da315
[]
no_license
vexparadox/ProjAsm
65009c496c4b71d0090c6a03635521501bb2a931
a9634d383a4cd7e5f061aa2c97a50ff731984425
refs/heads/master
2021-01-16T19:07:40.185931
2017-08-19T10:10:45
2017-08-19T10:10:45
100,141,403
1
0
null
null
null
null
UTF-8
C++
false
false
42
cpp
#include "Memory.hpp" Memory::Memory(){ }
[ "will.meaton@gmail.com" ]
will.meaton@gmail.com
865afde7c2f4be700c12c516797c5d4ee8d7435b
270906a92f36f1ced4e5ab71a20efc367dad0c0b
/include/anvil/byte-pipe/BytePipePacket.hpp
612a609f472cae626344092b936985f2afd17d25
[ "Apache-2.0" ]
permissive
asmith-git/anvil
69c0c71df2eb81195bbce586061905972e79d682
6a0ead54fa870cb0b3159fb40387e8dc239e37af
refs/heads/master
2023-09-06T00:48:49.659072
2023-08-28T16:55:21
2023-08-28T16:55:21
112,432,861
0
0
null
null
null
null
UTF-8
C++
false
false
4,251
hpp
//Copyright 2021 Adam G. Smith // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http ://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing...
[ "adam.george.smith@btinternet.com" ]
adam.george.smith@btinternet.com
975dfd89d55c3af94890bdd3663610b0d99c2345
76f47df3a5009feca202ae7ba5a44b679cb20cd0
/cpp/zzz/2947.cpp
e1cb2b236a4074b57371d1ac90b379b041a2a4e1
[]
no_license
Jeonyujeong/Algorithm
7c868642f2896d96830d578def549ba9bcc28d53
9e21790e343e71003b5cd058946a0fe2f6445e64
refs/heads/master
2023-06-10T08:30:34.887225
2021-06-29T14:21:46
2021-06-29T14:21:46
359,431,905
0
0
null
null
null
null
UTF-8
C++
false
false
588
cpp
#include <iostream> #include <vector> using namespace std; void print(vector<int> v) { for (int i=0; i<v.size(); i++) { printf("%d ", v[i]); }printf("\n"); } int main(void) { vector<int> v; for (int i=0; i<5; i++) { int n; scanf("%d", &n); v.push_back(n); } wh...
[ "dbwjd8752@naver.com" ]
dbwjd8752@naver.com
c4a7a6ac13b20b241b0309efd19a2caf8279779d
9ef9d5374b61360f18b4bfd95a4830b5814d6586
/UI/VeriFormlari/tmotedarikciformu.cpp
bb7902eb2dc72c5c7f5db02d08bfec81afc14933
[]
no_license
onur35iii/TeknolojiMarketiOtomasyonu
4078b6829b249c182a539ae289e4e4d5bee9f68f
ac51e7386f153cf0bce3c74f46e61c5fa1d5ff7b
refs/heads/master
2023-06-03T18:03:06.520000
2021-06-19T11:09:48
2021-06-19T11:09:48
375,089,099
0
0
null
null
null
null
UTF-8
C++
false
false
4,031
cpp
#include "tmotedarikciformu.h" #include "ui_tmotedarikciformu.h" #include<veriler/TANIMLAR.h> #include<UI/ListeFormlari/tmotedarikcilistewidget.h> #include<UI/VeriFormlari/Widgetlar/tmotedarikciduzenleme.h> #include<veriler/veri_siniflari/tmotedarikcibilgileri.h> #include<veriler/tmogenelveriyoneticisi.h> TMOTedarikci...
[ "onurokuyucu1@gmail.com" ]
onurokuyucu1@gmail.com
372e119baa29628d341fd53007b3a8b174de5c0e
996bea33d2099d487ddecc354bc1cf9d04854d16
/TVG_noindivK.cpp
fc664c2532022c26c369873d839ce6f2006ba4bd
[]
no_license
lee-qi/TMB-TVG-otolith
ab9d26a8d0423d1824310d38a2e06458319d855e
3f78e7de34b975ef718a574409c6261c21a50d82
refs/heads/master
2021-08-30T05:19:18.465925
2017-12-16T05:39:41
2017-12-16T05:39:41
114,436,747
2
0
null
null
null
null
UTF-8
C++
false
false
3,592
cpp
// Can include other random effect relationships using a DATA_FACTOR(Numero); TBD later #define TMB_LIB_INIT R_init_TVG_noindivK #include <TMB.hpp> template<class Type> Type objective_function<Type>::operator() () { DATA_FACTOR(indiv); DATA_FACTOR(yrs); DATA_FACTOR(sex); DATA_VECTOR(widths); DATA_...
[ "leeqi@ucsb.edu" ]
leeqi@ucsb.edu
4129fec4a79b8d1fbc0027192b674e4237d8d248
ef4b820147f4934fa41e226c1d5944f30711d1d7
/test/w_chewei_fen.cpp
3799b0d96be6af9a494b66ecb385d07690681733
[]
no_license
Carter-Zhong/Qt_wuye
a7bbd0cc4b7ee3df1db6ac9173288a5644cf4f3b
5d7f342dcab647bea14f240e2453e55e56a56fb1
refs/heads/master
2022-11-10T23:10:10.532284
2020-06-19T16:04:40
2020-06-19T16:04:40
273,525,362
0
0
null
null
null
null
UTF-8
C++
false
false
9,089
cpp
#include "w_chewei_fen.h" #include "ui_w_chewei_fen.h" #include <QSqlTableModel> #include <QMessageBox> #include <QSqlError> #include <QSqlQuery> #include <login.h> #include <QDebug> #include <QFileDialog> #include "ActiveQt/QAxBase" #include <ActiveQt/QAxWidget> #include <ActiveQt/QAxObject> #include <QStandardPaths> ...
[ "zfn10322@126.com" ]
zfn10322@126.com
1860d982b8508745cc9c8010271c1a1a6cf611ea
698ab46c0238d4823e10cede87f6a2d576da2412
/hacked-cds-1.3.1/cds/container/split_list_base.h
3c46b260b725afc48718712c2da30362f8cfe868
[ "BSD-2-Clause" ]
permissive
jellevandenhooff/codex
62c0843914993c8973a112af3479f613582c52e5
9c31b3fc8324adc16d040587bd0e5b687dd58cfa
refs/heads/master
2021-01-13T01:40:33.761019
2013-12-10T02:38:00
2013-12-10T02:38:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,536
h
/* This file is a part of libcds - Concurrent Data Structures library See http://libcds.sourceforge.net/ (C) Copyright Maxim Khiszinsky [khizmax at gmail dot com] 2006-2013 Distributed under the BSD license (see accompanying file license.txt) Version 1.3.1 */ #ifndef __CDS_CONTAINER_SPLIT_LIST_B...
[ "jelle@vandenhooff.name" ]
jelle@vandenhooff.name
759143b377c7421171da193ab212b69d00a16c53
306db18ee78cace3420827234eadc43faed4cdcc
/Hand/pos.ino
b75b3a93e8f89ef87e498268d0931518ff4e019c
[]
no_license
sanjay289/MEENA-AI
902950dac9c55df221746ffc370ab469439d4bc9
50497bb3f574bf79eff96151227c9f1c9097c2fa
refs/heads/master
2021-10-11T14:44:46.380792
2019-01-27T14:25:05
2019-01-27T14:25:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
696
ino
void anything(int x, int y, int z) { int a = (x - base_p ); int b = (y - elbow_p); int c = (z - wrist_p); int a1 = 1, b1 = 1, c1 = 1; int mx = 0; if (a < 0) { a *= -1; a1 = -1; } if (b < 0) { b *= -1; b1 = -1; } if (c < 0) { c *= -1; c1 = -1; } if (a >= b && a >= c) m...
[ "shuhan.mirza@gmail.com" ]
shuhan.mirza@gmail.com
94b7dee8ae22fd1abaab3db39d938f193ccda2e7
03b1066ace1f73c570d774001699784e1f1f4f4e
/Unreal/Plugins/AirSim/Source/AirSimGameMode.h
ae1660344b5c4b880093ff0bffa39345b404cb0a
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
crysisfarcry222/AirSim
1134abb62dca84faac88e19883569ccdb947a76b
0c87453ee102002dd4847a985758b4d1c8819774
refs/heads/master
2021-01-01T15:48:42.354660
2017-07-19T06:51:03
2017-07-19T06:51:03
97,708,713
1
0
null
2017-07-19T11:28:18
2017-07-19T11:28:18
null
UTF-8
C++
false
false
436
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "GameFramework/GameModeBase.h" #include "AirSimGameMode.generated.h" /** * */ UCLASS() class AIRSIM_API AAirSimGameMode : public AGameModeBase { GENERATED_BODY() virtual void StartPlay() override; ...
[ "shital@ShitalShah.com" ]
shital@ShitalShah.com
82efb7767e6fec5d47bf0945e6d57bb6b7f9d726
f279b1e1d05e29179a0ed9fa39d5026af246e64f
/Source/TwinStickShooter/BaseCharacter.cpp
ede76a4394ac38a8b500fb252c8f1195b9902e7f
[]
no_license
Cadovvl/tws
6cd5750ba758e083597f496f2854efa16462e928
281edd9eba3cd28729f0896ce8933b2c121b8c24
refs/heads/master
2022-04-18T04:40:07.546455
2020-04-19T09:12:22
2020-04-19T09:12:22
256,953,670
0
0
null
null
null
null
UTF-8
C++
false
false
1,085
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "BaseCharacter.h" // Sets default values ABaseCharacter::ABaseCharacter() { // Set this character to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bCanEverTick = ...
[ "pavelandreevith@gmail.com" ]
pavelandreevith@gmail.com
022e45cc14571966157c564df3707ab99f554ff3
0cd417acde90ef7071e0d6d63a28d112edab0804
/pxt_modules/core/control.cpp
d7bc1939fff98140d6399831c0176db6e6b0c989
[ "MIT" ]
permissive
emwta/pxt-iBit
e0b9ee5ae2fadef63a2491b133a709c06a557897
cfa6abc552c643f22907944991f9ca813aa43f01
refs/heads/master
2023-03-09T16:02:10.404342
2022-08-31T02:48:09
2022-08-31T02:48:09
119,654,661
10
19
MIT
2023-02-27T23:35:14
2018-01-31T08:00:49
C++
UTF-8
C++
false
false
12,619
cpp
#include "pxt.h" /** * How to create the event. */ enum class EventCreationMode { /** * MicroBitEvent is initialised, and no further processing takes place. */ CreateOnly = CREATE_ONLY, /** * MicroBitEvent is initialised, and its event handlers are immediately fired (not suitable for use i...
[ "awiruththong@hotmail.com" ]
awiruththong@hotmail.com
cb02d5179474123385744b99a08ea1715b93d6c5
a78d53ec6493ea5336f627c4b00d68b016aafc12
/arrays/3sum.cpp
f0d14cd5207235f46dac585f6fb025356b5a0796
[]
no_license
nancysolanki/AdvanceCPPquestions
daa11062a009dc74803c3c19b296506024290c1c
b2ebe6211f629e408bce7c9f200b44223e607753
refs/heads/main
2023-07-16T06:14:12.477995
2021-08-23T12:25:15
2021-08-23T12:25:15
329,592,056
3
0
null
null
null
null
UTF-8
C++
false
false
1,234
cpp
#include<vector> class Solution { public: vector<vector<int>> threeSum(vector<int>& nums) { sort(nums.begin(),nums.end()); int si,ei; vector<vector<int>> ans; si=0; ei=nums.size()-1; for (int i=0; i<nums.size(); i++) { ...
[ "noreply@github.com" ]
noreply@github.com
74f5121e80d19302f1dc7ab999a1a71e46dbbbed
4ff722357152a9fa9cb6811ee6f5e3f5fd6dc105
/src/postoken.cpp
8717ae899239e6ceca532abefceeeff3e0d1d1f1
[ "MIT" ]
permissive
ozmode/eos-pos-token
eb47a31bc92b5f940eebcca9ae593c2e4e3e1c30
2f5df10210e3f0222acb70ed42b4bb44f08287ce
refs/heads/master
2022-01-18T19:50:40.264872
2019-07-12T10:50:43
2019-07-12T10:50:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,082
cpp
#include <postoken.hpp> #include <cmath> void postoken::create( name issuer, asset maximum_supply ) { require_auth( _self ); auto sym = maximum_supply.symbol; check( sym.is_valid(), "invalid symbol name" ); check( maximum_supply.is_valid(), "invalid supply"); check( maxim...
[ "vtadas25@gmail.com" ]
vtadas25@gmail.com
cbfb8b766d8fd4c890488ce1f4d1cb091d87ae8b
3009edfc1058865cd3873f6791503137d238dbfc
/结果/第一次数据结构作业结果/source/1602/expr.cpp
e3a4abfdf2ca2f76f72c0f7a7764f0155fb8a52c
[]
no_license
Ynjxsjmh/DataStructureAssignment
1477faf125aea02f5ac01b504a712127fe0b7bc4
92a4964c73fbcadd320d9cbfbd522204a6b32be8
refs/heads/master
2020-04-16T23:31:46.021240
2019-01-16T09:47:44
2019-01-16T09:47:44
166,014,833
0
0
null
null
null
null
GB18030
C++
false
false
2,705
cpp
#include<stdio.h> #define key 0 struct sign2 { char c[100]; int top; sign2(){top = 0; c[0] = '+';} void pushh(char b){c[++top] = b;} char popp(void){return c[top--];} char peek(void){return c[top];} }; template <class T> struct sign1 { T c[100]; T top; sign1(){top = -1;} void pus...
[ "ynjxsjmh@gmail.com" ]
ynjxsjmh@gmail.com
74f0f2a4f0428b877ccffa66fe02d71f47877b7a
1adc25f654bc28f4461ceec0b51e31ae169891f1
/10.4.cpp
f021d4f3ef21c65bcca4ed1d68cd28cfbe6217ab
[]
no_license
Yar4ik000/CMC-MSU-4-semester
901f8a4c4b683eaef945cdc5f90a4a084a8b2c55
3034530b9be40d8dde9968c0f815bdb9db7c9dea
refs/heads/master
2023-05-31T23:09:06.386346
2021-06-22T21:59:39
2021-06-22T21:59:39
363,672,340
2
0
null
null
null
null
UTF-8
C++
false
false
682
cpp
#include <iostream> void X(int n, int m); void Y(int m); void S(int n, int m); void S(int n, int m) { std::cout << 'a'; X(n - 1, m); std::cout << 'd'; } void X(int n, int m) { if (n) { std::cout << 'a'; X(n - 1, m); std::cout << 'd'; } else { std::cout << 'b'; ...
[ "Yari2012-Yarik@mail.ru" ]
Yari2012-Yarik@mail.ru
2d41e736d2a2f0e4005290bcf6d7053a741b6a9f
8afb5afd38548c631f6f9536846039ef6cb297b9
/MY_REPOS/misc-experiments/_FIREBFIRE/firebase-cpp-sdk/database/src/desktop/database_desktop.cc
44c67f10911e49504e003181ef2ee2f9d6d338d4
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
bgoonz/UsefulResourceRepo2.0
d87588ffd668bb498f7787b896cc7b20d83ce0ad
2cb4b45dd14a230aa0e800042e893f8dfb23beda
refs/heads/master
2023-03-17T01:22:05.254751
2022-08-11T03:18:22
2022-08-11T03:18:22
382,628,698
10
12
MIT
2022-10-10T14:13:54
2021-07-03T13:58:52
null
UTF-8
C++
false
false
10,019
cc
// Copyright 2017 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
[ "bryan.guner@gmail.com" ]
bryan.guner@gmail.com
b7b3228b31bf393baf25bbaef1d42f544d135497
b0b7ddd9a2b0262ccd9665dc8294e32e87ba8922
/690. Employee Importance.cpp
2ea745acd0ef37c3e380ff6277efdc0d0753ac7c
[]
no_license
Deepakku28/Leetcode
c05e5cd96f89bf01f861d4b9b6a2a9747e9f04fc
ebf0f33728a2f799ccdc511be0d6b189672c6967
refs/heads/main
2023-03-23T09:50:44.304893
2021-03-23T12:53:19
2021-03-23T12:53:19
331,519,375
1
0
null
null
null
null
UTF-8
C++
false
false
562
cpp
/* // Definition for Employee. class Employee { public: int id; int importance; vector<int> subordinates; }; */ class Solution { public: void dfs(int id,int &sum,map<int,Employee*> &mp){ sum+=mp[id]->importance; for(auto it:mp[id]->subordinates){ dfs(it,sum,mp); ...
[ "noreply@github.com" ]
noreply@github.com
b9f772d6a34c64005626ce1139c29abe4d30907c
81e8f99237a0b948507ccae7e701ddcbb4e95b2b
/BoltThrower/source/Thread.cpp
81726e30d1b53a9482b9ef4b485a0e1a44105208
[]
no_license
titmouse001/wii-bolt-thrower
7455dde1892b55b8070e6e1b5f4ee659c9c1ec28
516313528e2090c329ea902c7449b07223a39636
refs/heads/master
2021-10-08T09:48:02.545764
2021-10-02T18:12:17
2021-10-02T18:12:17
32,937,262
1
0
null
null
null
null
UTF-8
C++
false
false
2,287
cpp
#include <gccore.h> #include <string.h> #include "Util.h" #include "Singleton.h" #include "Wiimanager.h" #include "DEBUG.h" #include "thread.h" #include "GameDisplay.h" static lwpq_t Thread_queue = LWP_TQUEUE_NULL; static lwp_t h_ThreadControl = LWP_THREAD_NULL; void* Thread::ThreadCallingFunc(Thread*...
[ "titmouse001@gmail.com" ]
titmouse001@gmail.com
7c30a96d65ec7f3725630b988c705ec1e0b9c996
f771479669de99f5d15f1856cafaed0be4241b8a
/source/SVk/LowLayer/Texture/SVkOptimalTexture.h
6550ba558660e052d08e74747ce56eb55a26b822
[]
no_license
attack51/SweetEngine
59610aa066689c0c924b4a158e049bd3631c308d
94352bb2c25803e3755f647377ec14af4dc85a01
refs/heads/master
2020-05-17T18:28:30.311920
2019-07-03T00:40:09
2019-07-03T00:40:09
183,884,470
0
0
null
null
null
null
UTF-8
C++
false
false
661
h
#pragma once //SVk Include #include "SVk/SVkHeader.h" #include "SVk/LowLayer/Texture/SVkTexture.h" FORWARD_DECL_UPTR(class, SVkBuffer); class SVkOptimalTexture : public SVkTexture { public: // Begin public funtions SVkOptimalTexture(const SVkDevice* device, const CString& filePath, const STextureFileType& f...
[ "attack51@gmail.com" ]
attack51@gmail.com
66aa5339f987fe38acdf01650069292b1eab3a05
e7a714efae74e9caab510ec7927b5924be141aa9
/webhook.ino
7d8be7fe573a9cc62a604aec41d7938682e39220
[]
no_license
DomDominate/webhook
865cc7b867bd846d76e94de482f8f5e360e86177
062a695990359979a64b23d5483cb461fe0d4701
refs/heads/main
2023-04-12T19:56:52.858162
2021-04-30T15:54:42
2021-04-30T15:54:42
363,188,557
0
0
null
null
null
null
UTF-8
C++
false
false
742
ino
// This #include statement was automatically added by the Particle IDE. #include <JsonParserGeneratorRK.h> // This #include statement was automatically added by the Particle IDE. #include <Grove_Temperature_And_Humidity_Sensor.h> #define DHT_PIN D3 DHT dht(DHT_PIN); double temp; double hum; void upload(double temp...
[ "noreply@github.com" ]
noreply@github.com
53ad14ea31c1ee1b22f8a9644c3597709871e3fb
af57ddbf5b3a5cb8a87ae0ae46f8cf259acdad5b
/project_cpp_n/_common/util_FileManagement.cpp
a56d544dac56bcc71b0199711a4bec53270628c8
[]
no_license
luciferan/project_litter
c7f53440c93083d1115963d7d0bd5ac6c5a32595
55015cda1e67dbdf65b8c286fc1ef804fbf1dcc4
refs/heads/master
2020-05-12T18:10:55.611862
2019-04-15T17:57:16
2019-04-15T17:57:16
181,539,927
0
0
null
null
null
null
UTF-8
C++
false
false
1,720
cpp
#include "util_FileManagement.h" #include "md5.h" // int GetFileList(wstring wstrPath, vector<wstring> &vecFileList) { HANDLE hFileSearch = INVALID_HANDLE_VALUE; WIN32_FIND_DATAW wfd; std::transform(wstrPath.begin(), wstrPath.end(), wstrPath.begin(), towlower); vecFileList.clear(); // hFileSearch = FindFirstFi...
[ "luciferan@nate.com" ]
luciferan@nate.com
79c7ebfc6c62acf19db37102123e59a32664215e
1be698d010665dbccfdcbf9fd24be278dd056737
/1/week4/firstAttempt/37/memory/memory.h
48c311588528f82935f31f2b8eaaea53ae3f84c6
[]
no_license
nilsbr01/cpp
764b2a6e5957393e482f96b79d6e9350389714d4
87664cfe3c7d51e08c330b233d0c61967fe38432
refs/heads/master
2020-03-30T01:15:25.004840
2019-02-07T19:02:06
2019-02-07T19:02:06
150,567,122
1
0
null
2018-12-13T12:03:24
2018-09-27T10:06:05
C++
UTF-8
C++
false
false
321
h
#ifndef INCLUDED_MEMORY_ #define INCLUDED_MEMORY_ #include <string> #include <iostream> #include "../enums.h" class Memory { int d_mem[RAM::SIZE]; public: Memory(); void store(size_t const &address, int const &value); int load(size_t const &address); private: }; #endif...
[ "h.folkertsma.1@student.rug.nl" ]
h.folkertsma.1@student.rug.nl
9cd7af788efed36ad0b1a4f40f9064444c2de6b1
479bb4756db1b29d745246c121f1a88d34990c20
/svm_multiple_sonne/src/ofApp.cpp
4b485fda0a8efaab5a2a9660b75684ee076c2f2c
[]
no_license
AndreasRef/chartCloudFace
8dbe08a6df374cab3b207cc4b2590ce4cf0a0dcc
28dd8a4bf06cf0b7b7e29c064552726450882a4d
refs/heads/master
2020-03-23T05:26:38.221002
2018-12-19T05:13:42
2018-12-19T05:13:42
141,143,590
0
0
null
null
null
null
UTF-8
C++
false
false
15,943
cpp
#include "ofApp.h" #include "HighScore.h" using namespace ofxCv; using namespace cv; //-------------------------------------------------------------- void ofApp::setup(){ learned_functions = vector<pfunct_type>(2); // Load SVM data model dlib::deserialize(ofToDataPath("data_ecstatic_smile.func")) >> ...
[ "andreasrefsgaard@hotmail.com" ]
andreasrefsgaard@hotmail.com
268307dffca61310313444a306b9f73ebe9472dd
6247777e38b1015b848c177b9b43d9ab4123cca8
/test/search.cpp
fd31dc290a74fdfa7845ad79fe0c01b78d99c992
[ "MIT" ]
permissive
feserafim/gecode
f8287439e74cb168c7a7c7fdbb78103a4fec5b9b
760bf24f1fecd2f261f6e9c1391e80467015fdf4
refs/heads/master
2021-01-11T16:05:54.829564
2012-06-16T17:17:38
2012-06-16T17:17:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,034
cpp
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Christian Schulte <schulte@gecode.org> * * Copyright: * Christian Schulte, 2008 * * Last modified: * $Date: 2010-10-09 20:58:12 +0900 (土, 09 10 2010) $ by $Author: schulte $ * $Revision: 11498 $ * * Thi...
[ "kenhys@gmail.com" ]
kenhys@gmail.com
12eab4fa561bf87838438cdd2b62fa2f12b6de67
52609bcf627de0513b27daf4497987b3611c1829
/Platform/AppSetting.cpp
fad35845f3734634eb8f11875d5fa7d4138bc5f5
[ "MIT" ]
permissive
wang-shun/startalk_pc_v2
6bc0138834f4be382ac8958cd4f5c90501f2cb68
77f93cd4bacdfeb933bc1782a16cf1852d7e1703
refs/heads/master
2020-08-09T10:09:49.799177
2019-08-22T08:22:41
2019-08-22T08:22:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,162
cpp
// // Created by admin on 2019-02-22. // #include "AppSetting.h" #include "../QtUtil/lib/cjson/cJSON.h" #include "../QtUtil/lib/cjson/cJSON_inc.h" AppSetting* AppSetting::_appSetting = nullptr; AppSetting::AppSetting() : _newMsgAudioNotify(true) , _newMsgTipWindowNotify(true) , _phoneAnyReceive(false) , _openWithAp...
[ "build@qunar.com" ]
build@qunar.com
8a9f63cc69ada5f62909e9e929d0f861db7e0093
7b1b6c20c18222bedb1cc8700de2cb6a29b15ee6
/Lesson 1/Lesson 1 Example/main.cpp
b7c548d8d7ed9729ce509c3dd483cd21f643228a
[]
no_license
pcummin3/Learning-C-Basic-Level
5dfcdd1956320dd4b343a95eef2e208293e68256
510a0180860cd888eaca769068aaec869e5cf99e
refs/heads/master
2021-01-10T05:30:57.586953
2016-03-18T16:41:13
2016-03-18T16:41:13
52,642,106
1
0
null
null
null
null
UTF-8
C++
false
false
570
cpp
//This is my first comment! /* Author: Paul Cummings Program Name: main.cpp Version Date: 26 February 2016 Description: This program tells the user: Hello World! */ #include <iostream> //Includes the iostream package for use. using namespace std; //This includes the standard C++ library. ...
[ "pcummin3@uncc.edu" ]
pcummin3@uncc.edu
545cbdb91d0411b10af842924f54ef46568b9245
2af24a679591111c4d167d568ce0f0d77f1f3477
/tools/versioner/src/SymbolFileParser.cpp
c312b485641de0ca27170774c402c47ef0a9e891
[]
no_license
LineageOS/android_bionic
ccc229bacf3aa07fa7b70d2ce2e94a5b9469ee5d
40e6fdba0b80a99c240603eecfb5b1d7c2ee1ed2
refs/heads/lineage-17.1
2023-08-09T15:31:31.930420
2019-11-05T20:42:14
2020-04-23T10:44:21
75,638,284
33
416
null
2020-03-04T06:17:23
2016-12-05T15:28:48
Objective-C
UTF-8
C++
false
false
8,860
cpp
/* * Copyright (C) 2018 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...
[ "loganchien@google.com" ]
loganchien@google.com
6799c5dd6673c714e42c90ced0e95542dce0d99e
e658df9d5dda17b2dfa3beb08391f407c44b6682
/STLStu/src/st_vector.cpp
f1fd5e7e844b7ec128fd51547d7d8cbf07c7947f
[]
no_license
tla001/STLStu
b53a6c0f3d53cf665497ca389bb4b5e5fe413cc4
2ad03f6db464410ef6aacab17bb938384efcc63e
refs/heads/master
2021-01-12T13:06:28.016424
2016-10-06T02:17:00
2016-10-06T02:17:00
70,115,742
0
0
null
null
null
null
GB18030
C++
false
false
1,821
cpp
/* * st_vector.cpp * * Created on: Jul 17, 2016 * Author: tla001 */ #include "st_vector.h" //#include "Include.h" void printIt(const string &str) { cout<<str<<"\t"; } int MatchFirstChar(const string & str) { string s("t"); return s==str.substr(0,1); } void initVector() { //利用push_back做初始化 vector<string...
[ "1414419047@qq.com" ]
1414419047@qq.com
7318672953628f8122f85d37b145feade8c83d51
cbc35ee2508d082e3bf96ff0c0cd6672522d2706
/src/mainwindow.h
acadd692f754c9f57781e6df34070defcda76ab9
[]
no_license
4rlenrey/CtyproAsci
e559102179930cb96db2959bed45167cc765399f
5b22bbe747b97e1fe1de1e6c5ce012bd168bbe5b
refs/heads/main
2023-06-01T14:11:26.966571
2021-06-21T20:18:08
2021-06-21T20:18:08
319,707,462
2
0
null
null
null
null
UTF-8
C++
false
false
515
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <string> #include <iostream> #include <sstream> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); void print_text();...
[ "4rlenrey@gmail.com" ]
4rlenrey@gmail.com
f9502cb95131248c8e233859e75a14a9fac7e4b0
8d63eec9813a66e999792bfe7d26c1b106154af0
/flow_error_test.cpp
145ed5730c3f854a2965beff915943b3cf41d60f
[]
no_license
chunmingchen/flow-error
2e6021ff1b6a467e406e471ce443df83b4b1a94d
c213092eec7af0a7a80596c90100f06dab6e88da
refs/heads/master
2021-01-21T04:39:25.734841
2016-06-15T20:27:59
2016-06-15T20:27:59
19,627,536
0
0
null
null
null
null
UTF-8
C++
false
false
7,793
cpp
#include <algorithm> #include <vector> #include <assert.h> #include <stdio.h> #include <cstdio> #include <string> #include <string.h> #include <iostream> #include "OSUFlow.h" #include "system/cmd_arg_reader.h" #include "system/path.h" #include "macros.h" #include "file/nrrd.h" #include "statistics.h" #include "cp_time....
[ "chenchu@cse.ohio-state.edu" ]
chenchu@cse.ohio-state.edu
4d7dd5a2b2d741be528fd29a4a19a0b26fc05d53
5456502f97627278cbd6e16d002d50f1de3da7bb
/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
d2a920ba1a5880a85aa3fca4e665d66db449a80d
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,091
h
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_SIGNIN_SCREEN_HANDLER_H_ #define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_SIGNIN_SCREEN_HANDLER_H_ ...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
87a61db92bba4daf31f1231acb39413fba5f7e5f
aea740867a3d560582dc6ac6d57a64bb27087a74
/test/configuration_test.cpp
30ed0cb9ea431101c3b1e52cd8269fffd6736c83
[]
no_license
kavikumarN/Chucho
724d6013662a4559f53f9be46f7eff94951d1fcc
5c90653e81da37293990322abc0138aa51fbaf3f
refs/heads/master
2020-06-07T20:28:15.525607
2019-02-09T17:42:17
2019-02-09T17:42:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,724
cpp
/* * Copyright 2013-2019 Will Mason * * 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 applicab...
[ "willchido@gmail.com" ]
willchido@gmail.com
8dd9fbd51710bfb0177da47adf9580960ba99822
4ab82593b062409373bad4cdb498ad3a661d65d1
/Fundemic/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/System2.cpp
7e21acecd657e20894693bd3ab5140b39e4e51b8
[]
no_license
rongzhenchen/Fundemic
64ef8c69f3844123f860f153f0a78f637f2a3f1b
3eb4c8d6e871e10de4db9f13daf0e1c6dc5afd5d
refs/heads/main
2023-04-03T15:19:51.314408
2021-04-13T20:34:16
2021-04-13T20:34:16
357,344,825
0
0
null
null
null
null
UTF-8
C++
false
false
618,281
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename R, typename T1, typename T2, typename T3, typename T4> struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline ...
[ "rongzhenchen1@gmail.com" ]
rongzhenchen1@gmail.com
53a71f933bc151e94e582d1f1faf601f4728d2c8
fb57a5b9eb57ecf5266458adca719bb7b8978b05
/RunData.cxx
ff6da4f866616c3180ab13b6de119e492680e007
[]
no_license
c-dilks/FpdRoot
ab2439cf7d74e49145cf305697f93f53c30ef8fe
04de07b8fe2804190f9b4c588639715a1e5aac52
refs/heads/master
2021-04-09T17:06:03.717138
2017-12-16T04:41:28
2017-12-16T04:41:28
42,465,804
0
0
null
null
null
null
UTF-8
C++
false
false
1,267
cxx
#include "RunData.h" ClassImp(RunData) RunData::RunData(Int_t runnum,Fill* pFill,FilesSet* p_files) { p_Files=p_files; RunNumber=runnum; FillNumber=0; RunPed=0; if(pFill!=0) { if(pFill->SetFillNumberforRun(runnum)>0) { FillNumber=pFill->GetFillNumber(); }; }; char nam[20]; sprintf(n...
[ "christopher.j.dilks@gmail.com" ]
christopher.j.dilks@gmail.com
738028d696bc7ed00652b1ea723e5f4769b109bb
555d6c97cf2f4e1e73e1323ba9fe842a886207a8
/CodeForces/Practice/1473E.cpp
923ffea08916cf83e0bba2e9b40f98195316d4c7
[]
no_license
onecode369/CompetitiveProgramming
07e18811fdb607968e85fa08ceea5c59d989914a
3d7f1f92734652a9a01ad2dd85a56a99788e1784
refs/heads/master
2023-05-11T22:09:24.929181
2021-06-04T14:21:41
2021-06-04T14:21:41
340,228,727
2
0
null
null
null
null
UTF-8
C++
false
false
657
cpp
#include<bits/stdc++.h> #define DEBUG(x) cerr << #x << " = " << x << endl #define MOD 1000000007LL #define INF INT_MAX #define reset(arr,n,i) fill(arr, arr+n, i) using namespace std; int main(){ #ifndef ONLINE_JUDGE freopen("input.txt","r",stdin); freopen("output.txt","w",stdout); #endif ios::sync...
[ "sanskritcoder@gmail.com" ]
sanskritcoder@gmail.com
71cc64a71d4bbca4c68deef8c7bab549511df7e9
991b49c927bd50a69c96d80f3e13c6e6dc9a88d8
/heatbeat/heatbeat.ino
bc3d46d39ae92154d95eea3d3dfa9cf9eb967d05
[]
no_license
Mrpye/TeensyProjects
f62aa054f82221e544ce5dc70ac829dd3572e29d
e24b3d25501ee9f83db55dd33430475902d0e2ed
refs/heads/master
2023-02-15T11:08:59.097259
2023-01-28T14:41:39
2023-01-28T14:41:39
176,002,268
0
0
null
null
null
null
UTF-8
C++
false
false
8,738
ino
#include "Adafruit_MPR121.h" #include <Audio.h> #include <Bounce.h> #include <SD.h> #include <SPI.h> #include <SerialFlash.h> #include <Wire.h> #ifndef _BV #define _BV(bit) (1 << (bit)) #endif // You can have up to 4 on one i2c bus but one is enough for testing! Adafruit_MPR121 cap = Adafruit_MPR121(); String sounds...
[ "andrewp@metsi.co.uk" ]
andrewp@metsi.co.uk
323c7d74b52443883693ba4b86de9f3df1bbf476
ad83097d219480d8eda8e737301f8deafa1cd2e1
/examples/DHT11_test/DHT11_test.ino
d33355b235e02a2bb5886413ace962f62a3f8f63
[]
no_license
amperka/TroykaDHT11
b48d3c58e3950f23397bd092521deea9786ba907
67c555ea361b92660bd3f3d404f686f8619becb2
refs/heads/master
2021-01-10T13:44:24.463421
2015-10-07T16:18:05
2015-10-07T16:18:05
43,826,267
3
3
null
null
null
null
UTF-8
C++
false
false
1,449
ino
// библиотека для работы с датчиком DHT11 #include <TroykaDHT11.h> // создаём объект класса DHT11 и пераём номер пина к которому подкючён датчик DHT11 dht(11); void setup() { // открываем последовательный порт для мониторинга действий в программе Serial.begin(9600); dht.begin(); } void loop() { // переменная ...
[ "igor@amperka.ru" ]
igor@amperka.ru
1baba125a243d5d2da94d5c72868330bbfddf5f9
c20b9a1a97794896e86fe5e11c56981d331cfd9e
/src/walletdb.cpp
1dd32911e36c6703e5b85b45eb96618124641c5c
[ "MIT" ]
permissive
MobPayCoin/MobPayCoin
99dac3dce26df6fbb4c2374b84a825d8621c592f
32791c5b4e3eb2d3c6ad49cefbf09553ce15512a
refs/heads/master
2020-04-02T06:17:09.728734
2017-03-12T16:51:29
2017-03-12T16:51:29
63,185,263
1
0
null
null
null
null
UTF-8
C++
false
false
23,833
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...
[ "one@lychie.org" ]
one@lychie.org
9f292ea93598730e198cc4878e9b7db182f56403
8e5c3202c1b66384c3a97272adc5d278d9044543
/cpp/[zs]5402.cpp
5c80736be0f6bb9fa40daf8a6bbb6c48d87bbf3b
[]
no_license
Coopelia/LeetCode-Solution
a70da69f73412557fd08b7974d9e93f353fa4518
8c210b46732197e98517c31fbfb3b4d6a14f5f6f
refs/heads/master
2022-11-21T19:28:35.933722
2020-07-24T03:26:58
2020-07-24T03:26:58
263,778,023
0
0
null
2020-05-14T00:47:56
2020-05-14T00:47:56
null
UTF-8
C++
false
false
1,051
cpp
#include <iostream> #include <vector> #include<algorithm> using namespace std; class Solution { public: int longestSubarray(vector<int>& nums, int limit) { int maxLength = 0, minNum = INT_MAX, maxNum = INT_MIN, length = 0; for(int i = 0, j = 0; j < nums.size();) { minNum =...
[ "divia_mk@qq.com" ]
divia_mk@qq.com
5e83dda2a73b9d8bcd42adff45577937cb0e9fa2
cfb3d290e3f5b7d8bec5b9c7f9356ac38f61638e
/JuceLibraryCode/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
6457de14f6c17c797991c5441fcfbc7a07e9d378
[]
no_license
eriser/MumuAudioGranular
b489edabcc15e92682533f381b103c87c84d8df5
92f4baff71e387ed34ca03e3cc25deccb408cc0b
refs/heads/master
2020-04-10T21:29:31.826834
2016-01-25T21:15:41
2016-01-25T21:15:41
50,439,190
2
0
null
2016-01-26T15:46:55
2016-01-26T15:46:55
null
UTF-8
C++
false
false
23,269
cpp
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details...
[ "penn.jacob@gmail.com" ]
penn.jacob@gmail.com
15493f59ab855a9c828e0f69c6f8841d97171603
5060247660cc33a5c1ba83f526e96046e3f5646f
/Code/BXGI/Format/IPL/Entry/DataEntry/IPLEntry_GRGE.h
0caf1b82ae5aca255210d9989edf872e89ac2153
[]
no_license
MexUK/BXGI
3d44465d52ceb1534a2ed28a1004fb87fc20d99c
c56e7269a30c18cd4f97bb995294b44946ae5d47
refs/heads/master
2023-01-20T09:29:23.178539
2020-11-21T06:34:56
2020-11-21T06:34:56
100,811,486
0
0
null
null
null
null
UTF-8
C++
false
false
1,447
h
#pragma once #include "nsbxgi.h" #include "Type/Types.h" #include "Format/IPL/Entry/IPLEntry_Data.h" #include "Type/Vector/Vec2f.h" #include "Type/Vector/Vec3f.h" #include <string> class bxgi::IPLEntry_GRGE : public bxgi::IPLEntry_Data { public: IPLEntry_GRGE(bxgi::IPLFormat *pIPLFormat); void unserialize(voi...
[ "mexuk@hotmail.co.uk" ]
mexuk@hotmail.co.uk
bddce215e84d33221de71476138cfb30dc70bede
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium/chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc
5eaf7fd3df874d7a3a29a8cf65bd1ce315b5e7f7
[ "BSD-3-Clause", "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
765
cc
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" #include "chrome/browser/ui/views/frame/app_panel_browser_frame_view.h" #inc...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
9fe3fba0c5d86be91be47d6baeb97098efdc323b
5bcb9c443543a046b0fb79f8ab02d21752f25b0f
/server/characters/SkeletonLord.cpp
7539fb1101e00e67df352e06b8fa4a1f551f15cb
[]
no_license
jordansavant/roguezombie
69739a2cd6f86345ba808adc2b9287b3b9e37e3d
01cf466eeab7dbf108886eb11f8063c82932a0d7
refs/heads/master
2020-04-18T19:35:56.803764
2019-01-27T14:08:47
2019-01-27T14:08:47
167,715,791
1
0
null
null
null
null
UTF-8
C++
false
false
624
cpp
#include "SkeletonLord.hpp" #include "../Level.hpp" #include "../GameplayServer.hpp" #include "../items/Item.hpp" SkeletonLord::SkeletonLord() : Character() { consumptionHeal = 0; // if eaten I will not heal } void SkeletonLord::load(Level* _level, unsigned int _id, float _x, float _y) { Character::load(_...
[ "md5madman@gmail.com" ]
md5madman@gmail.com
972b2cd202c82df8262dac3b624c19ad1d6f731c
5aaa3824fe15e80c7ee5a5150a7a14d15d8d3089
/engine/include/GUI/Widget.h
3313133d881f4bb2983d814bcb6320f217c0cfaa
[ "MIT" ]
permissive
Vbif/geometric-diversity
a7314d5eb2c4182925e8cb901ba054a6d39e1933
6e9d5a923db68acb14a0a603bd2859f4772db201
refs/heads/master
2021-09-04T02:15:33.285195
2018-01-14T13:56:50
2018-01-14T13:56:50
115,753,012
0
0
null
null
null
null
UTF-8
C++
false
false
3,909
h
#ifndef __WIDGET_H__ #define __WIDGET_H__ #pragma once #include "Core/MessageManager.h" #include "Render/Texture.h" #include "RefCounter.h" #include <boost/intrusive_ptr.hpp> class Layer; namespace GUI { class Widget; typedef boost::intrusive_ptr<Widget> WidgetPtr; /// Предок всех классов графического интерфе...
[ "gmvbif@mail.ru" ]
gmvbif@mail.ru
ad597dbe8006a5be6a5c9a2bcacb071d716643fb
d08eaa20f397418d5ea31d896476f4c508ff0db8
/Project9/Project9/Source.cpp
4b251e25b798c19d1e26a7bdf227e03953a4ced2
[]
no_license
TaniaAAAAAAA/Home-task
9355f247b441ec356aaa0feb63431296166d1c21
e6cdcbd466e5e24854bee25bb6dda001d646f8b9
refs/heads/master
2022-02-23T23:22:02.240128
2019-08-19T19:34:50
2019-08-19T19:34:50
192,885,275
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
5,358
cpp
#include <iostream> using namespace std; int main() // ЗАВДАННЯ 1 { /* float temperatura=0; int day=0,suma_day=1; for (day = 1; day <= 7; day++) //створюю цикл за допомогою змінної day { cout << "Enter temperatura za " << day<<" day : "; // з...
[ "tsntania@gmail.com" ]
tsntania@gmail.com
5b893ca8d81fad2833e2c020adaeebb9754da34a
fcf8d2e2ba8237efb5e89aba9fb668faeeb6f07a
/code/utilities/digitalMarker/digitalMarker.ino
acee4283c40e6f181636b755cb0abbf5eaabca32
[]
no_license
jvschw/asf
3c15d622c4544ecdf5c2a9acd24831d303a7b92d
40ee8895b61bba66ea6db0313d375813c7e19521
refs/heads/master
2021-01-18T23:49:20.443184
2019-03-28T08:12:18
2019-03-28T08:12:18
54,467,713
8
3
null
2016-03-24T21:55:42
2016-03-22T10:52:50
AGS Script
UTF-8
C++
false
false
1,342
ino
//DIGITAL MARKER //THIS SKETCH RECEIVES A BYTE AND GENERATES an 8-BIT DIGITAL OUTPUT //PURPOSE: PUTTING MARKERS INTO AN EEG, MEG, OR FNIRS STREAM //jens.schwarzbach@unitn.it 20130501 char triggerVal; char valD; char valB; void setup() { //INITIALIZE DIGITAL OUTPUT PORTS DDRD = DDRD | B11111100; // this is safer ...
[ "jens.schwarzbach@unitn.it" ]
jens.schwarzbach@unitn.it
4068bdf8b5e2572dba3c08d9503a46d86ea43935
1626d7ad5ae0d30452db70c53d9ed0c4415a75d2
/trunk/src/DataManager/BaseDataType/Component/Component.cpp
e287399a71382f3dd73105654af9adae1c35328e
[]
no_license
yuanzibu/hello-world
e413b74717baa4b5ed437062d475aabc9687ee82
f6848d656d9ddfbda793d924883a3def9849fed7
refs/heads/master
2020-01-23T22:00:19.750136
2018-06-25T11:04:10
2018-06-25T11:04:10
74,722,844
1
2
null
null
null
null
GB18030
C++
false
false
12,948
cpp
/*--------------------------------------------------------------------------------------------------------------------*/ // Component.cpp -- 小板类实现文件 // // 作者: yuanzb // 时间: 2016.11.9 // 备注: // /*--------------------------------------------------------------------------------------------------------------------*...
[ "459044859@qq.com" ]
459044859@qq.com