blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a71467125154e81f8da3761041ffa2162cc4a91a | 4ded77f739c69307fe837fbf07804fcae50a7966 | /cryptor/gpsc.cpp | b065e5567e825806b5ccc0d0724896012906cdf4 | [] | no_license | Tevronis/cipher_patcher | b742bf826f6812462c8ba2a9724a8fab5a84d2a5 | f00ede1afbd9c3bd7f6a1078a8bfed601315a530 | refs/heads/master | 2020-04-28T18:37:46.954505 | 2019-03-26T17:51:42 | 2019-03-26T17:51:42 | 175,484,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | cpp | #include <stdio.h>
int main() {
int x0 = 7, x1 = 123;
int m = 256;
int n = 10;
for (int i = 0; i < n; ++i) {
int tmp = x1;
x1 = (x0 + x1) % m;
x0 = tmp;
printf("%d\n", x1);
}
} | [
"mishaenz@yandex.ru"
] | mishaenz@yandex.ru |
c7d163ca12a2110f6bc9c048207b142c4555bb0e | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_repos_function_5543_squid-3.5.27.cpp | 1281281505076b7c602769fe87c8b6235a4ee005 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 162 | cpp | bool
Ftp::Gateway::mayReadVirginReplyBody() const
{
// TODO: Can we do what Ftp::Relay::mayReadVirginReplyBody() does instead?
return !doneWithServer();
} | [
"993273596@qq.com"
] | 993273596@qq.com |
38dd747e7a9c7d2ac5ba55c8a26f38523e30c70f | 18164c4450282f5e3e5abbf114628cbfed9d3f92 | /include/subsystemHeaders/auton.hpp | e6db642310af6044d3263048a220dbac9807f47a | [] | no_license | 453X/2020-21-453X_V2 | e2118b457fa0df8e6aa16d7def570d4e2eb1cf30 | 0c0976898d234221596073859fff6c6121d51dd9 | refs/heads/main | 2023-06-05T09:19:18.539046 | 2021-06-21T17:47:11 | 2021-06-21T17:47:11 | 317,282,761 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 273 | hpp | #include "main.h"
void rightHomeRow();
void skills();
void skills126();
void firstGoal();
void secondGoal();
void thirdGoal();
void fourthGoal();
void fifthGoal();
void sixthGoal();
void seventhGoal();
void eighthGoal();
void centerGoal();
void descoreCenter(int balls);
| [
"linn23@mca.org.tw"
] | linn23@mca.org.tw |
25875fded47674c4babdd74775ffe78f7f644001 | 6fdc113ce557190f0f197ef5f22bf7b5cceba962 | /include/dwave_cpp/core/util.h | 7ac70b05226674cbabc9f4c8256934984c8036ad | [] | no_license | hmunozb/dwave-cpp-util | 4976402dbe728061a32831ba0a686a17df4b6fb9 | 3510e0e7346568509c89b81fbbb43538e87718fc | refs/heads/master | 2023-01-13T04:54:28.679951 | 2020-11-03T21:58:48 | 2020-11-03T21:58:48 | 309,817,547 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,449 | h | //
// Created by Humberto Munoz Bauza on 2019-08-28.
//
#ifndef DW_EXAMPLES_UTIL_H
#define DW_EXAMPLES_UTIL_H
#include <stdexcept>
namespace dwave_cpp{
unsigned long sqrt_long(unsigned long n){
//shameless jump table for historical D-Wave sizes
switch(n){
case 16:
retu... | [
"humberto.munozb@gmail.com"
] | humberto.munozb@gmail.com |
9b187f5900d08c3f9a4ef1dd32f5d117d49b739e | dc25bcafc5df1bd283334527d97b604386c974ad | /kattis/fire2/main.cpp | 1009e617985d323dd42b46c52e3f7e88ffc994b0 | [] | no_license | mackeper/AlgorithmsAndDataStructures | 5ee83dd4ee274e1c34763b31aca05c6c22bec725 | f3eb428112d9a7545741b03b29fcd0d45db777ea | refs/heads/master | 2022-06-01T03:27:24.532414 | 2022-05-20T15:33:37 | 2022-05-20T15:33:37 | 158,453,929 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,838 | cpp | #include <bits/stdc++.h>
using namespace std;
//#define DEBUG
#ifdef DEBUG
#define D(...) fprintf(stderr, __VA_ARGS__);
#else
#define D(...)
#endif
typedef pair<int, int> pii;
struct Vertex {
int x;
int y;
bool player;
int dist;
};
int main() {
cin.sync_with_stdio(0);
cin.tie(0);
//cin.e... | [
"mpt.ostling@gmail.com"
] | mpt.ostling@gmail.com |
1976325a8d088f391cd46285ffd021824532ab9b | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/net/ias/iasjet/setup/dbhelper/basecommand.h | 9cfa8d26e9dbba9a4fd4d0ce3a44af2ca3a3267c | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,415 | h | /////////////////////////////////////////////////////////////////////////////
//
// Copyright(C) 2000 Microsoft Corporation all rights reserved.
//
// Module: BaseCommand.H
//
// Project: Windows 2000 IAS
//
// Description: Declaration of the CBaseCommand class
//
// Author: tperraut
//
// Revision 0... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
b3e593643982de05159ff82cef9ba6d52988e7f9 | 2b9980798fbe80f2560bd5e5ffe4146e08b960cb | /examples/server_certificate.hpp | 3963e8829b5747753e8fe2c9f5bfe1393cbe93f0 | [] | no_license | wenyu826/fast_asio | 8309fdc16bfecdf4eafb46e371e346175769e085 | 83e6363aecd885c60dd2d51156ed7711b72855eb | refs/heads/master | 2020-11-28T06:06:57.119415 | 2019-03-03T12:53:43 | 2019-03-03T12:53:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,978 | hpp | #pragma once
#include <boost/asio/buffer.hpp>
#include <boost/asio/ssl/context.hpp>
#include <cstddef>
#include <memory>
inline
void
load_server_certificate(boost::asio::ssl::context& ctx)
{
std::string const cert =
"-----BEGIN CERTIFICATE-----\n"
"MIIDaDCCAlCgAwIBAgIJAO8vBu8i8exWMA0GCSqGSIb3DQEBC... | [
"yuyangzi@gmail.com"
] | yuyangzi@gmail.com |
7850334e388a604a6ff2034a5569687d2a267c79 | 431c64032a3cb74c83e743abaa3acc39f9af3d22 | /TapeDelay/DelayModel.cpp | 8b4cb767493eecc78d0939b08fab839bdabed95f | [] | no_license | nicolassturmel/nslDAFX | 403e94ed33c784a2cabf3b0b51367eea5d5bb794 | e5f8d54a0ee121eecc65858fe8809f834131d948 | refs/heads/master | 2020-12-25T06:22:42.847282 | 2016-05-16T19:33:37 | 2016-05-16T19:33:37 | 58,944,018 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,893 | cpp | //
// DelayModel.cpp
// AudioUnitV3Example
//
// Created by Nicolas STURMEL on 06/02/2016.
//
//
#include "DelayModel.hpp"
namespace nslDAFX {
#ifdef SINC_APPROX
double * sinc_tab;
int sinc_step;
void sinc_init(int step)
{
sinc_step = step;
sinc_tab = (double *)malloc(size... | [
"nicolassturmel@Skoll.local"
] | nicolassturmel@Skoll.local |
6515b2c6bbdc759245de134fa6c9a55f1d366a15 | 681d6dd8746687f3b8d54f29d186e4acbef4b15e | /microsoft.cpp | b772b90c0447a0950a67e90f94644a6c85d70909 | [] | no_license | sikka-77/programs | 8f05205f183a44f9a6cae0ae64eaa3fc10e0c456 | 524b7e9dc3c4ec87e36524e7d1bf140206e07366 | refs/heads/master | 2022-09-27T20:51:16.687491 | 2020-06-04T08:49:39 | 2020-06-04T08:49:39 | 269,298,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | #include <bits/stdc++.h>
using namespace std;
int binSearch(int a[], int low, int high, int num)
{
int mid;
while (low < high)
{
mid = (low + high) / 2;
if (a[mid] == num)
{
return 1;
}
else if (num > a[mid])
{
low =... | [
"43481116+sikka-77@users.noreply.github.com"
] | 43481116+sikka-77@users.noreply.github.com |
ca2e349d045b0df2d7f88bc74c3ccc2b0469968a | d25f08bfb23e564060aaa87cea9c9bb3a4c3facb | /tp/tp3/Tp3 remise/depense.cpp | 9888d2b11ca8c516b93252204e89766ccfc2dc3c | [] | no_license | PaulClas/inf1010 | aca358a4cc031df2a13178d52944c3ce43c8c731 | dc07cef85307d581ca8eaa23d9b60bba9f3e58a4 | refs/heads/master | 2021-06-30T07:56:50.818677 | 2019-05-06T12:24:03 | 2019-05-06T12:24:03 | 129,421,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,684 | cpp | /********************************************
* Titre: Travail pratique #2 - depense.cpp
* Date: 16 septembre 2018
* Auteur: Wassim Khene & David Dratwa
*******************************************/
#include "depense.h"
// Constucteurs
Depense::Depense(const string & nom, double montant, const string & li... | [
"paul.clas@polymtl.ca"
] | paul.clas@polymtl.ca |
fea965e3290daed7174c622b2f218ac1ef65ed8d | a4c681b315ec32931dd754cdfea1870bc0bfcec1 | /app/jni/DetectionBasedTracker_jni.cpp | 7b8683f4ab5e60a1c9b293f651552c5a575614eb | [] | no_license | wbb631094818/FaceID | 35d37b3e7413055a34b482c0d2d4b36b20979a40 | bc2f8defe54a536de11be38691da972122955364 | refs/heads/master | 2023-06-21T03:06:31.596515 | 2021-07-29T02:55:42 | 2021-07-29T02:55:42 | 390,580,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,675 | cpp | #include <DetectionBasedTracker_jni.h>
#include <opencv2/core.hpp>
#include <opencv2/objdetect.hpp>
#include <string>
#include <vector>
#include <android/log.h>
#define LOG_TAG "FaceDetection/DetectionBasedTracker"
#define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))
using namespac... | [
"631094818wbb@gmail.com"
] | 631094818wbb@gmail.com |
99af4a27e8f74c02ed3b272916fe9116db6eec27 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir35435/dir35536/dir35859/dir36006/file36079.cpp | a15a58a442a13d04d9181a2130bf22ad60cede49 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file36079
#error "macro file36079 must be defined"
#endif
static const char* file36079String = "file36079"; | [
"tgeng@google.com"
] | tgeng@google.com |
ef53d9adffbed03de43ca0acd2f84d0782b6dc79 | 84b74c86448c41b85d9d8ab3fa008798277f7cee | /src/v2/view/clickablelabel.cpp | 5b2ffd5e13e9123d994c45e34e1aeceed9515e41 | [] | no_license | glade0lus/QBooru | 41c253142b62d732db43d7faf98c716b04b142f3 | 76f9079df54b0aaf9cb2ff4625a0fcaff101e860 | refs/heads/master | 2021-07-10T04:40:13.725663 | 2018-11-21T21:02:47 | 2018-11-21T21:02:47 | 91,212,932 | 1 | 1 | null | 2021-04-02T18:06:37 | 2017-05-14T01:39:07 | C++ | UTF-8 | C++ | false | false | 356 | cpp | #include "clickablelabel.h"
ClickableLabel::ClickableLabel(QWidget* parent, Qt::WindowFlags f)
: QLabel(parent) {
}
ClickableLabel::ClickableLabel(QString text, QWidget* parent, Qt::WindowFlags f)
: QLabel(text, parent) {
}
ClickableLabel::~ClickableLabel() {}
void ClickableLabel::mousePressEvent(QMouseEv... | [
"florent.uguet@gmail.com"
] | florent.uguet@gmail.com |
e2c4e4f166ddc275c7c3e028c1ed1e2dac41e3a4 | 09b36c8ab18fdc7ec4034ed9fdad088a18c191be | /CourseBuild/MyFarmingGame_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Il2CppInvokerTable.cpp | d7d1b86ed9257efc8d724c6c6f4398785a1c0f5c | [] | no_license | zackrcarson/MyFarmingGame | 782005ac51b1d90a376397a7c5196258649af3e2 | 0e0a867fe2023e9ac650169f6cf85bef8548a677 | refs/heads/master | 2023-01-27T14:34:02.572891 | 2020-12-10T03:11:09 | 2020-12-10T03:11:09 | 288,341,793 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,882,994 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
// Cinemachine.CinemachineVirtualCameraBase
struct CinemachineVirtualCameraBase_t654338913BD33E53DE4B401067876DFD098B93FD... | [
"zackrcarson@gmail.com"
] | zackrcarson@gmail.com |
075481e108e2d5a905df6f2a210ed8d24f0cc898 | aa86f9037eda830b0777894b002784a0a7b16e5a | /lightJetChiSquareMinimumSolver.h | efa8d33d4e9ee1a48835b6c1d57ef7df710bb1d0 | [] | no_license | galank/TopReconstruction | b3c9e49a70a11d9ada2a803efefd63c7ec9d0ec5 | 35f4728113f6744067fb2a3b0e70ac434d9e8319 | refs/heads/master | 2016-09-05T16:30:27.944528 | 2014-06-22T21:09:36 | 2014-06-22T21:09:36 | 17,215,299 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,794 | h | #ifndef LIGHTJETCHISQUAREMINIMUMSOLVER
#define LIGHTJETCHISQUAREMINIMUMSOLVER
#include <vector>
#include <cmath>
#include <memory>
#include <string>
#include <sstream>
#include <fstream>
#include <iostream>
#include <iomanip>
#include "TMath.h"
#include "TMatrixD.h"
#include "TVectorD.h"
#include "TDecompBase.h"
usi... | [
"gnn4@cornell.edu"
] | gnn4@cornell.edu |
e5f3f54b596385d0f3cc1f41980657878a064265 | 72abb625a5b70e5d5e3f0ba77af7d275de11d7f1 | /trunk/loader/include/kernel/virtual.h | 5f933542d91fa39149bcf9f73cd46c736867a1ba | [] | no_license | BGCX261/zineos-svn-to-git | 02a8dfeed35ddddbe386f324be1373c568c328ca | 437590ff5f57b3289c31478fb666d8708dbd19f3 | refs/heads/master | 2016-09-01T22:18:37.938013 | 2015-08-25T15:33:30 | 2015-08-25T15:33:30 | 41,585,181 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,524 | h | /**
* Copyright (c) 2010, ZineOS development team
* 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 ... | [
"you@example.com"
] | you@example.com |
93b143d68d5cb17eae2ec5c5901de312850f4eca | 93b672401e11546d9ebb08e5db8913a22e0527a4 | /trunk/FARM/src/fields/fieldOperation/plantCareFields.h | 4848e51bcecd91bedaf1a4b184d0794ce964f9c5 | [] | no_license | KlimaVand/Nitroscape | 4bd8772e7699b7fb51be36f07af5871b9608b6f9 | d0bc028925104561491d0277cbbfad42f4e900ea | refs/heads/master | 2021-08-18T17:17:30.651312 | 2017-11-23T12:00:09 | 2017-11-23T12:00:09 | 111,693,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,813 | h | /****************************************************************************\
$URL$
$LastChangedDate$
$LastChangedRevision$
$LastChangedBy$
\****************************************************************************/
/****************************************************************************\
$Archive$
$A... | [
"sai@agro.au.dk"
] | sai@agro.au.dk |
c7c97776cbb88d63c020361e229d09b31ecee442 | 7669a4f87d7322dd0fac42197d4684cb4a78891d | /STL_GraphicsEngine2/src/private/Vertex.cpp | d0cf76ec7a6a33fcd2999015b62378e14d262a8d | [] | no_license | mingyu243/STL_GraphicsEngine2 | 0a96e0b7418809b59c8ba39e2883f3eae99c938c | 695e6176954318efed857e85ab72f2339409080e | refs/heads/main | 2023-03-18T16:40:21.144184 | 2021-03-08T08:10:48 | 2021-03-08T08:10:48 | 339,295,316 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 170 | cpp | #include "../public/Vertex.h"
Vertex::Vertex()
: Vertex(0.0f, 0.0f, 0.0f)
{
}
Vertex::Vertex(float x, float y, float z)
: x(x), y(y), z(z)
{
}
Vertex::~Vertex()
{
}
| [
"jmg6017@naver.com"
] | jmg6017@naver.com |
20b90833e3e44477412dcdb16184b405a8fef3dd | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5686313294495744_0/C++/mkdong/c.cc | c86536a9b640eadf51a659f2557c798dffd1b698 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 982 | cc | #include <iostream>
#include <string.h>
#include <string>
#include <stdio.h>
using namespace std;
string a[200];
string b[200];
int count(int s)
{
int r = 0;
while (s) {
r += (s & 1);
s >>= 1;
}
return r;
}
int n;
int yes[100];
bool ok(int s)
{
for (int i=0; i<n; ++i) {
yes[i] = s & 1;
s >>= 1;
}
fo... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
d00e28280ee339978ad23fb604c33e65453da8f6 | 82815230eeaf24d53f38f2a3f144dd8e8d4bc6b5 | /Airfoil/wingMotion/wingMotion2D_pimpleFoam/1.5/pointDisplacement | 454016e1474988b9f3b9cf125c10e17054e2b933 | [
"MIT"
] | permissive | ishantja/KUHPC | 6355c61bf348974a7b81b4c6bf8ce56ac49ce111 | 74967d1b7e6c84fdadffafd1f7333bf533e7f387 | refs/heads/main | 2023-01-21T21:57:02.402186 | 2020-11-19T13:10:42 | 2020-11-19T13:10:42 | 312,429,902 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 710,448 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"ishantamrakat24@gmail.com"
] | ishantamrakat24@gmail.com | |
84ca0616bdb14dd01b366b7fa1ab60508cb5aba3 | 94b89cd09b4ab7e8ef33bbf66ea3be42a5a6e186 | /gameplugin/sangong/game/TableFrameSink.h | 1690ae2beb2dab7e622a9e6668335aefb2173864 | [] | no_license | xcschina/Chessserver-devmain | 72c4da345ec1e673919e02b4bb44e2430548a354 | 38543a2f95b5734c1a6d4b83ee7b89fe81576e02 | refs/heads/master | 2020-06-17T07:47:57.361591 | 2018-12-18T08:18:51 | 2018-12-18T08:18:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,820 | h | #ifndef TABLE_FRAME_SINK_HEAD_FILE
#define TABLE_FRAME_SINK_HEAD_FILE
#pragma once
#include "Stdafx.h"
#include "GameLogic.h"
#include "HistoryScore.h"
//#include "ServerControl.h"
#include "DlgCustomRule.h"
#include "GameVideo.h"
//////////////////////////////////////////////////////////////////////////
//游戏桌子类
c... | [
"po2656233@qq.com"
] | po2656233@qq.com |
7bc486343a854f1303c58362346a483b23d76888 | 82d0d808f27ead7928f3ff95ae995c71fb315321 | /Gui/include/ScopedLock.hpp | 1b5a5d258b1aa83c1dcc44de3c7c1baf4f60ecc4 | [] | no_license | arthurphilippe/cpp_plazza | cc40c1c887860c6f3bb0a99fe57802fa5d6550b0 | 5fbb2386be034deeb46b515162b0dba9acfce406 | refs/heads/master | 2020-03-10T00:37:55.435114 | 2018-05-27T14:46:35 | 2018-05-27T14:46:35 | 129,086,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28 | hpp | ../../include/ScopedLock.hpp | [
"anthony.tram@epitech.eu"
] | anthony.tram@epitech.eu |
d738ff2814c2664d514a66758f212919e1bda7bf | 4aaf7fe1e7500b879f27321124be9f629bb4e6bc | /src/rpcmasternode-budget.cpp | 07feec7e737b7278932fb287efab50057fd291b2 | [
"MIT"
] | permissive | xscaverx/dextro | 5307e95b7f0726e501fb336730b33d326df6c948 | 71514bc58170e65168e72925af85c3479bec873b | refs/heads/master | 2022-03-24T12:16:44.074014 | 2019-11-15T13:36:00 | 2019-11-15T13:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,449 | cpp | // Copyright (c) 2014-2015 The Dash Developers
// Copyright (c) 2015-2017 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "db.h"
#include "init.h"
#include "main.h"
... | [
"xclubber2@gmail.com"
] | xclubber2@gmail.com |
1a6c3045e7b970be8e4e8843d69803c5ffebbbea | b5d20ba5c51cbbabb8e8f67e64fec5f22abbf5b5 | /webrtc/rtc_base/swap_queue_unittest.cc | e0adefba17559e42855bc7fb655ecf8395dae0dd | [] | no_license | zeiger589/video-chat | 1f979e7f1e7ab543d4e36bef09175548c7528ec6 | 7c233388298057663cfbb65631b0d0d8b80530d4 | refs/heads/master | 2020-05-17T07:07:53.894612 | 2019-04-17T16:10:18 | 2019-04-17T16:10:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,689 | cc | /*
* Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All con... | [
"tuanit96@gmail.com"
] | tuanit96@gmail.com |
bd0d0b2f81812c4de25e4e97dc3bb6b4c24c26cc | e5091824bd4159b9329f4541a6047f931c995d11 | /dataLogging.h | 67fef2aec77eb6549da61b5ae2786b93187b4a37 | [] | no_license | mfraht/SmartVentArduino | a324f71fa9d22966909c9a6b3361eb01eb310eaa | 3fea7509ff6edc54e768338eccce5bfaab2aee5c | refs/heads/master | 2023-08-12T10:31:20.595692 | 2021-10-15T23:08:43 | 2021-10-15T23:08:43 | 417,660,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,767 | h | // dataLogging.h
#include "timeDate.h"
#include "ROMmodule.h"
#define keepTestData true
#ifndef _DATALOGGING_h
#define _DATALOGGING_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#else
#include "WProgram.h"
#endif
#define DATALOGGING_FORMAT_CODE 49 // Data log format code. Change this code to re-wri... | [
"mfraht@gmail.com"
] | mfraht@gmail.com |
aabe7318eb0935cfd3d6128046f4331954bb86b5 | af074f78a10e5c6d111d3349225e1200cf3c615e | /src/qt/qtipcserver.cpp | 8b03d7d084aeac4cff9390aaca787b84f94fefd3 | [
"MIT"
] | permissive | pedrobatista92/YCHT | 958d2f45e8840e5ff97c6abb858d1b32a2fb577c | 868d2a80954f1e3e809038d3dc6162d6f15f642c | refs/heads/master | 2021-07-06T03:00:19.039853 | 2017-09-28T15:14:44 | 2017-09-28T15:14:44 | 105,070,227 | 0 | 0 | null | 2017-09-27T21:15:38 | 2017-09-27T21:15:38 | null | UTF-8 | C++ | false | false | 4,956 | cpp | // Copyright (c) 2017 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 <boost/version.hpp>
#if defined(WIN32) && BOOST_VERSION == 104900
#define BOOST_INTERPROCESS_HAS_WINDOWS_KERNEL_BOOTTIME
#... | [
"au.witherow@gmail.com"
] | au.witherow@gmail.com |
90aeb7a5f42846a1268ccb3f9b8d8023455ee5fc | 12d83468a3544af4e9d4f26711db1755d53838d6 | /cplusplus_basic/Qt/boost/math/tools/promotion.hpp | 75b7c4cb276d44a580da7f53e5da6052dbefa87b | [] | no_license | ngzHappy/cxx17 | 5e06a31d127b873355cab3a8fe0524f1223715da | 22d3f55bfe2a9ba300bbb65cfcbdd2dc58150ca4 | refs/heads/master | 2021-01-11T20:48:19.107618 | 2017-01-17T17:29:16 | 2017-01-17T17:29:16 | 79,188,658 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,525 | hpp | // boost\math\tools\promotion.hpp
// Copyright John Maddock 2006.
// Copyright Paul A. Bristow 2006.
// 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.org/LICENSE_1_0.txt)
// Promote arguments fun... | [
"819869472@qq.com"
] | 819869472@qq.com |
0c6f36417cc50d2dd9e5c7a1250cd71650db7867 | 2cc012dd5cfb891412615a1a8d5e9d3f51d8a180 | /List.h | cf83a4adfca51f99bdf31d8df707a08adbe4ee6e | [
"MIT"
] | permissive | tyrel/TAMCOS | 05e8febb648eb50712c6b1e6e539c1a444b472e8 | 8bdc17d356810eb76d813f5e749257cfa123a9ed | refs/heads/master | 2021-01-10T02:26:09.553521 | 2013-03-01T06:00:18 | 2013-03-01T06:00:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,254 | h | /*
* TAMCOS - Tyrel's Awesome Microcontroller Operating System
* Copyright (C) 2013 Tyrel L. Haveman
*
* 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 wit... | [
"github@binarypeople.net"
] | github@binarypeople.net |
13a3f070f5f2b4292cbfe6f1a19494a85c3f3d15 | 515756675f130c5f7cf356fcb187104576bd4abf | /andEngineScriptingExtension/src/main/jni/src/org/andengine/engine/handler/IUpdateHandler.h | 73b511d392f5f5cabc4327dc450c8d3431a0e34b | [] | no_license | stephtelolahy/AndEngineDemo | 0a87e56b19d3113640ebef2abd1677001f56e7f4 | d8a492323479b77c6da80a393e39948bd77376c4 | refs/heads/master | 2020-12-26T03:01:21.121824 | 2014-10-29T18:52:08 | 2014-10-29T19:07:01 | 25,823,289 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 197 | h | #ifndef IUpdateHandler_H
#define IUpdateHandler_H
#include <memory>
#include <jni.h>
class IUpdateHandler {
public:
virtual ~IUpdateHandler() { };
virtual jobject unwrap() = 0;
};
#endif
| [
"stephano.telolahy@gmail.com"
] | stephano.telolahy@gmail.com |
f209c9961df84b9f93acbc981be6228c654fdcb3 | a548fead69681fd5ea8c3702a13a97db6f2e2cfd | /STL/myQueue/myList.cpp | 1156956dfb1c45eac5ead5f1b37748584dd5c62f | [] | no_license | TQ5911/program | 8df0b551828a0c40007e437c4828902e47adfa94 | a48664777421363862f558abec4cd3a95039a11e | refs/heads/master | 2022-09-12T02:16:32.598563 | 2020-05-25T08:34:31 | 2020-05-25T08:34:31 | 186,224,978 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 12,087 | cpp | #include "myList.h"
#include <iostream>
using namespace std;
// 构造函数
template<typename T>
myList<T>::myList()
{
init();
}
// 列表初始化构造方式
template<typename T>
myList<T>::myList(const std::initializer_list<T>& li)
{
init();
myListNode<T> *p = m_header;
if (p == nullptr)
return;
std::initializer_li... | [
"ztq5911@163.com"
] | ztq5911@163.com |
d7001a2a723776482aa56868d765bbb751233a68 | 5e72b6859121b91d63cc615ba1a36489631276a9 | /uni2/src/main.cpp | d38c15f90f699a8f180beab7f4fd3250f11c19a7 | [] | no_license | josuepaiva/apa | 48b72bc6098428e440c4169462fc3bb1908cab3e | 0e3fca50990fe1a813880eae4781137cca201873 | refs/heads/master | 2020-04-12T07:48:04.821852 | 2018-12-19T05:17:11 | 2018-12-19T05:17:11 | 162,370,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,008 | cpp | #include <iostream>
#include "quicksort.h"
#include "mergesort.h"
#include "parserfile.h"
int main(int argc, char *argv[]) {
if(argc <= 2) {
std::cout<<"Example: ./main -pathfile pasta/example.txt"<<std::endl;
return 0;
}
ParserFile file = ParserFile(argv[2]);
MergeSort mergesort = MergeSort(file.dados, tru... | [
"do-paiva@hotmail.com"
] | do-paiva@hotmail.com |
dc470ecb8b1b0aac19a72f374e5efb34647c4711 | 80f52f1c99f513fb3d3132f33914a114b9744c2f | /src/core/i_renderable_component.cpp | 2b6e4bcf22b11cfa3d95c9871b1a7c89a745b7b8 | [
"MIT"
] | permissive | Reaping2/Reaping2 | d9de6f0d40435eea3f5556bcd4eb59372a6af320 | 0d4c988c99413e50cc474f6206cf64176eeec95d | refs/heads/master | 2021-04-24T15:39:47.869327 | 2017-11-23T02:40:33 | 2017-11-23T02:40:33 | 13,726,229 | 3 | 14 | null | 2017-11-23T02:40:34 | 2013-10-20T20:23:39 | C++ | UTF-8 | C++ | false | false | 182 | cpp | #include "i_renderable_component.h"
#include <portable_iarchive.hpp>
#include <portable_oarchive.hpp>
REAPING2_CLASS_EXPORT_IMPLEMENT( IRenderableComponent, IRenderableComponent );
| [
"aronujvary@gmail.com"
] | aronujvary@gmail.com |
3a958c140acb3b33ec79f1741ec88230f9be5b4f | 8ae13c7d1ff0b89a4a3654bb90f36d122ca234e5 | /ThinkingInC++/Thinking_in_C++_Bruce_Eckel_Annotated_Solution_Guide_for_Vol1_purchased_on_/code/S09/UseTRACE.cpp | df75d4edbccc69c33985848b7fd9c0f38d943072 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | ssh352/AllTheSourceCodes | a6f393bcb8bfa26215a0359d14f5f4e3176b9536 | e6862c73add301b9a2dccc8ece1cf9c758ead850 | refs/heads/master | 2020-03-30T13:07:11.424829 | 2015-12-15T01:37:06 | 2015-12-15T01:37:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | cpp | //: S09:UseTRACE.cpp
// From "Thinking in C++, 2nd Edition, Volume 1, Annotated Solutions Guide"
// by Chuck Allison, (c) 2001 MindView, Inc. all rights reserved
// Available at www.BruceEckel.com.
#include <iostream>
using namespace std;
#define TRACE(s) cout << #s << endl, s
int main() {
int x;
TRACE(x = 7)... | [
"1054073896@qq.com"
] | 1054073896@qq.com |
3960a2b6d6ea916e778ee906cc08eb6141df7a2b | 7e5d39525af84dabd4ed6bf3ddf64e51ccdc4528 | /vocabulary/kmeans.h | 0bd3d24b6592757d2e90330b137ee12cf0edbc18 | [
"Apache-2.0"
] | permissive | mozii/opensse | 3492f4d50b8724b87622c486317b99d5bd03d394 | 9599ea865b5f64701a6b382ad7224a95961705be | refs/heads/master | 2021-01-17T06:10:31.282264 | 2016-05-03T11:48:32 | 2016-05-03T11:48:32 | 58,399,826 | 1 | 0 | null | 2016-05-09T18:44:31 | 2016-05-09T18:44:30 | null | UTF-8 | C++ | false | false | 9,894 | h | /*************************************************************************
* Copyright (c) 2014 Zhang Dongdong
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*... | [
"zddhub@gmail.com"
] | zddhub@gmail.com |
acdb8cc784228ec1014d3da61b54c0614e5543ba | 7ab8c9a56051e8f7eded0e843c18ec2fa858d476 | /old/src/drobot/vision/capture/DRobotCapture.h | f31af1e2cb09a0ee40d879a61fb01f1255aec639 | [] | no_license | imanoid/drobot | ee031d0464e01d59604fabb2112dba01805b2722 | e8822555714f45fe5f8288320ccc8bea6f5c5b33 | refs/heads/master | 2020-04-09T07:34:56.942403 | 2013-12-02T13:37:57 | 2013-12-02T13:37:57 | 10,108,505 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 497 | h |
#ifndef _DROBOT_DROBOTCAPTURE_H_
#define _DROBOT_DROBOTCAPTURE_H_
#include <boost/thread.hpp>
#include "opencv2/opencv.hpp"
// #include "DRobotCaptureDevices.h"
namespace drobot {
class DRobotCapture
{
public:
DRobotCapture();
virtual ~DRobotCapture();
void
start();
void
stop();
virtual cv::Mat
getFr... | [
"imanol.studer@gmail.com"
] | imanol.studer@gmail.com |
aef86c812b2fc454dd522ee4f3971dedd2ce9097 | 2a40f5fe48659837b1842094f285f767f6235eb3 | /myqq/roomdialog.h | 8d540a837785a9fe0a9c5968ab9539397075fb2d | [] | no_license | Gonghaoran7719/myqq | 08fe2887903669afa3013c248ce8d4caebc5b6a8 | f2dfcdb5b3fa2bd1aa79be456db9dc2fe2b89861 | refs/heads/main | 2023-07-15T05:14:43.582665 | 2021-08-23T01:42:41 | 2021-08-23T01:42:41 | 357,086,002 | 21 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 812 | h | #ifndef ROOMDIALOG_H
#define ROOMDIALOG_H
#include <QDialog>
#include<customwidget.h>
namespace Ui {
class RoomDialog;
}
class RoomDialog : public CustomMoveDialog
{
Q_OBJECT
public:
explicit RoomDialog(QWidget *parent = nullptr);
~RoomDialog();
void setRoomid(const quint32 &roomid);
Ui::RoomDi... | [
"398047688@qq.com"
] | 398047688@qq.com |
0c269d50260ae6fbde2383d181b72212fc79ba41 | 9259f0e6387e85f4198931f0c489beea8e580bf9 | /10.0.15063.0/winrt/internal/Windows.UI.Xaml.Controls.Maps.1.h | ee4109a9665afe201a0cb11b61b78fbbed9beb15 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | part-machine/cppwinrt | 68fdd6ff4be685b9626451e94a113a7c1827fc23 | 5086290db972a5ed15d1a3e3438b57ce2f6eecd2 | refs/heads/master | 2021-01-16T18:39:49.206730 | 2017-07-29T17:54:09 | 2017-07-29T17:54:09 | 100,108,083 | 0 | 0 | null | 2017-08-12T11:28:45 | 2017-08-12T11:28:45 | null | UTF-8 | C++ | false | false | 166,173 | h | // C++ for the Windows Runtime v1.0.170406.6
// Copyright (c) 2017 Microsoft Corporation. All rights reserved.
#pragma once
#include "../base.h"
#include "Windows.UI.Xaml.Controls.Maps.0.h"
#include "Windows.Devices.Geolocation.0.h"
#include "Windows.Foundation.0.h"
#include "Windows.Services.Maps.0.h"
#inc... | [
"kwelton@microsoft.com"
] | kwelton@microsoft.com |
c23cb23d887bcb2b3a28df733073a7574a5a96a1 | 38c10c01007624cd2056884f25e0d6ab85442194 | /ui/app_list/views/app_list_page.h | 08ecf251dfc568dfb7c13c504a81a400be1c0f53 | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 2,578 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_APP_LIST_VIEWS_APP_LIST_PAGE_H_
#define UI_APP_LIST_VIEWS_APP_LIST_PAGE_H_
#include "ui/app_list/app_list_export.h"
#include "ui/app_list/app_... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
3bb0cd8dbe467bab28497b1756c1201cf1ddc923 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc | ddf614ead2f5dcdd7a4b4cb8555c7144033ebfad | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 1,130 | cc | // { dg-do run { target c++11 } }
// { dg-require-cstdint "" }
//
// 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net>
//
// Copyright (C) 2008-2022 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under... | [
"rink@rink.nu"
] | rink@rink.nu |
b244ba506cbd580664da728a02bb448125929e47 | af0ecafb5428bd556d49575da2a72f6f80d3d14b | /CodeJamCrawler/dataset/09_13596_38.cpp | 0ce11383ae17e10761fb1ca1188912a758979893 | [] | no_license | gbrlas/AVSP | 0a2a08be5661c1b4a2238e875b6cdc88b4ee0997 | e259090bf282694676b2568023745f9ffb6d73fd | refs/heads/master | 2021-06-16T22:25:41.585830 | 2017-06-09T06:32:01 | 2017-06-09T06:32:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | #include <iostream>
using namespace std;
int main () {
int T, base;
char buf[64];
char real[64];
char used[128];
scanf("%d\n", &T);
for (int c = 1; c <= T; ++c) {
scanf("%s\n", buf);
for (int i = 0; i < 128; ++i)
used[i] = -1;
base = -1;
int len = strlen(buf);
for (int i = 0; i <... | [
"nikola.mrzljak@fer.hr"
] | nikola.mrzljak@fer.hr |
d3e4f498b0945896047f4aa026858040b268514a | 9b12ed3e576c3d683ec2a024f324210878de3eb5 | /ch16/fowl.cpp | 4bb3afdc4c7eddce793bcd9f27ea11f26a89890f | [] | no_license | escapetiger/cpp_primer_plus_notes | 6d251486178c112a6b57d9afe4fa460306b94637 | 391c43b2abb0287d134924d27d1313995e4a5dc6 | refs/heads/main | 2023-08-11T15:18:14.004593 | 2021-09-13T09:41:01 | 2021-09-13T09:41:01 | 405,669,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,025 | cpp | /******************************************************************************
* File: fowl.cpp
*
* Author: Joey Tsai
* Created: 09/06/21
* Description: auto_ptr a poor choice
*****************************************************************************/
#include <iostream>
#inc... | [
"cy992236@outlook.com"
] | cy992236@outlook.com |
6cb2ed5e54360a8bd5e51620f51f71108d9e9593 | 8eb9ebe6e69b0cc1e42419ac9d2969bb6d52d414 | /C-Assignments/Assignment2/program4.cpp | d96de1e25dafbc138356b2d2515afebe74ce0892 | [] | no_license | yasir18/ncrwork | efb0c96f2e08aec51ed5e29a5b460b6d8724ebaf | 3e8e6ef7a7141d5caedd85451a14ea6a1e3be4f7 | refs/heads/master | 2020-04-20T02:00:36.129603 | 2019-03-15T05:28:57 | 2019-03-15T05:28:57 | 168,560,636 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 348 | cpp | #include <iostream>
#include<cstring>
#include<math.h>
using namespace std;
int main()
{
cout<<"Enter the two numbers ";
int n1,n2; cin>>n1>>n2;
for(int i=n1;i<=n2;i++)
{
int p=i,r=sqrt(i),j; //check till sqrt(i)
for(j=2;j<=r;j++)
{
if(p%j==0)
{
break;
}
}
if(j==r+1)
cout<<p<<" ";
}
s... | [
"yasiraffan9@gmail.com"
] | yasiraffan9@gmail.com |
0abc2df26e860e9363e916bbf091324b4195117f | 5ebd5cee801215bc3302fca26dbe534e6992c086 | /blazetest/src/mathtest/dmatreduce/total/HDa.cpp | b4e7928ce8613c1c3659316f6dcbcec2de7a6212 | [
"BSD-3-Clause"
] | permissive | mhochsteger/blaze | c66d8cf179deeab4f5bd692001cc917fe23e1811 | fd397e60717c4870d942055496d5b484beac9f1a | refs/heads/master | 2020-09-17T01:56:48.483627 | 2019-11-20T05:40:29 | 2019-11-20T05:41:35 | 223,951,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,893 | cpp | //=================================================================================================
/*!
// \file src/mathtest/dmatreduce/total/HDa.cpp
// \brief Source file for the HDa dense matrix total reduction operation math test
//
// Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved
//
// This fil... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
2b30a28ba9686797754396ba6c9f151fc5aa95d8 | 26354b1d3331e153f5ed4de61245435b1dd3c654 | /2nd/290_word_pattern.cpp | 82f4ec65a3155e4f04af6b5a874d49c292524406 | [] | no_license | buptlxb/leetcode | 90203be80a038c54a34d4ec829c4805fc26a1689 | b641419de040801c4f54618d7ee26edcf10ee53c | refs/heads/master | 2020-04-05T23:47:54.990923 | 2016-09-11T14:10:30 | 2016-09-11T14:10:30 | 33,243,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 882 | cpp | #include <iostream>
#include <map>
#include <sstream>
#include <cassert>
using namespace std;
class Solution {
public:
bool wordPattern(string pattern, string str) {
istringstream is(str);
map<char, string> m;
map<string, char> n;
string tmp;
string::iterator i = pattern.be... | [
"buptlxb@gmail.com"
] | buptlxb@gmail.com |
f08460bb10632c830c2e80576ce33dc8303f1684 | b1a8b4515064081a2571a21cef3aab597e2566c4 | /unit_tests/helpers/dispatch_flags_helper.h | 406fa2c50db8db08499e6e61822a775796389110 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | KamilKoprykIntel/compute-runtime | 379e9bc66e34b6cbda4b9a1ef7d1cd0da58d9ca2 | 8ece440625dc178b6f836ea455d8daccda5cdcc0 | refs/heads/master | 2021-01-08T04:01:29.178394 | 2020-02-19T19:17:21 | 2020-02-20T11:10:21 | 241,906,088 | 0 | 0 | MIT | 2020-02-20T14:32:41 | 2020-02-20T14:32:40 | null | UTF-8 | C++ | false | false | 1,741 | h | /*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "core/command_stream/csr_definitions.h"
using namespace NEO;
struct DispatchFlagsHelper {
static DispatchFlags createDefaultDispatchFlags() {
return DispatchFlags(
{}, ... | [
"ocldev@intel.com"
] | ocldev@intel.com |
a88c58c8046030237909d7cfc64526d301234766 | 117c87fbd6645eff94b20091129edcda8c8e2793 | /Dash/Dash.Shared/Game/Game.cpp | 62d9a20945b1acad8082ffd0041e9829ff5ad489 | [] | no_license | cobalthex/dxgame | ab8b9f512062f68d98b49f91b128c4a150514d42 | 59f81dba32b3d63c0eb79dd7779f33bcf9f7aaf3 | refs/heads/master | 2021-01-18T20:32:37.215859 | 2015-12-20T20:13:16 | 2015-12-20T20:13:16 | 29,381,110 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,977 | cpp | #include "pch.hpp"
#include "Game.hpp"
#include "Engine/Common/PlatformHelpers.hpp"
#include "GameComponent.hpp"
#include "Engine/Graphics/Text/FpsDisplay.hpp"
#include "Game/Scenes/TestScene.hpp"
using namespace Windows::Foundation;
using namespace Windows::System::Threading;
using namespace Concurrency;
//Loads a... | [
"cobalthex@live.com"
] | cobalthex@live.com |
ca0453460d2561c50d53fb81afcd2d5290725a25 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-504.cpp | 438971414053dbfb6673a339a3139895468c559d | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,389 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
e8b9a225f07f956ce82ebd54f3af72f83fdb7632 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/libtorrent/2017/4/disk_io_thread.cpp | 958fab3fe49ec9879f32f34cfe152afeb00c863e | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 109,399 | cpp | /*
Copyright (c) 2007-2016, Arvid Norberg, Steven Siloti
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 ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
3e7b5f8d3de7fc6b0c6145814ba679a8fe31d833 | 097007b435b1bf420a19ce33aabee32f0789f145 | /leetcode/defanging_an_ip_address.cpp | 1a6e3383275bfb2d3da38a39fc56d398999d7f52 | [] | no_license | Anshit01/Competitive-Programming | 71f84a85dde49278f8c3318d00db70616d8ea470 | 13911ec7f622abc061fea1ccc1f35d34118641f7 | refs/heads/master | 2023-06-11T12:06:11.722865 | 2021-06-30T11:51:01 | 2021-06-30T11:51:01 | 266,321,296 | 5 | 2 | null | 2020-10-19T09:47:06 | 2020-05-23T11:21:40 | C++ | UTF-8 | C++ | false | false | 691 | cpp | #include <bits/stdc++.h>
#define ll long long
#define f(i, x, n) for(int i = x; i < n; i++)
#define dbg(x) cout << x << endl
#define dbg2(x, y) cout << x << " " << y << endl
#define dbg3(x, y, z) cout << x << " " << y << " " << z << endl
#define mod 1000000007
using namespace std;
string defangIPaddr(string address... | [
"bhardwaj.anshit1379@gmail.com"
] | bhardwaj.anshit1379@gmail.com |
e11fdaea06135f3e1e223ecd27592f4fdacd97b2 | db7107759d3e64363105181b9b26c42611e546df | /mavlink-protocol-impl/transport/serialportmavlinktransport.cpp | 0c5e5c74a3ebc62f9873e7b45f24e1d4efb69bf4 | [] | no_license | KurlesHS/simple_mavlink | 3dafb495f0534fd2833761f92c5e244a8ff9b879 | 05571d7ae9f417a2666e0ec6021ac8618923527e | refs/heads/master | 2021-06-18T22:58:26.204238 | 2019-09-02T10:24:03 | 2019-09-02T10:24:03 | 147,213,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,975 | cpp | #include "serialportmavlinktransport.h"
#include <QTimer>
using namespace rsvo::mavlinkprotocol;
SerialPortMavlinkTransport::SerialPortMavlinkTransport(const QString &serialPortName, const quint32 baudrate, QObject *parent) :
IMavlinkTransport(parent),
mSerialPort(nullptr),
mSerialPortName(serialPortName... | [
"kahshs@gmail.com"
] | kahshs@gmail.com |
44ee5498e4f38dcd23b96432704d849e1849d51e | d305e9667f18127e4a1d4d65e5370cf60df30102 | /mindspore/ccsrc/backend/kernel_compiler/host/host_kernel_metadata.h | 966a37693c2c60d9d53254e540a43bd80c2f7988 | [
"Apache-2.0",
"MIT",
"Libpng",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.1-only",
"AGPL-3.0-only",
"MPL-2.0-no-copyleft-exception",
"IJG",
"Zlib",
"MPL-1.1",
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI",
"MPL-1.0",
"GPL-2.0-only",
"MPL-2.0",
"BSL-1.0",
"LicenseRef-scancode-unknow... | permissive | imyzx2017/mindspore_pcl | d8e5bd1f80458538d07ef0a8fc447b552bd87420 | f548c9dae106879d1a83377dd06b10d96427fd2d | refs/heads/master | 2023-01-13T22:28:42.064535 | 2020-11-18T11:15:41 | 2020-11-18T11:15:41 | 313,906,414 | 6 | 1 | Apache-2.0 | 2020-11-18T11:25:08 | 2020-11-18T10:57:26 | null | UTF-8 | C++ | false | false | 1,165 | h | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... | [
"513344092@qq.com"
] | 513344092@qq.com |
50470254de1b11bc993c06cb2605211ab84f8a59 | 03f0339bcb2c9eca00e762e00a735839929b2e5c | /n2/ProjetoRacionais/racionais.cpp | cf2c5af8c1866251dbebd86f64fa3a55603ec7b7 | [] | no_license | liaoliveiralps/tecnicas-de-programacao-1 | bbf4b170c634b25629e02d870357e2ba1e1009be | fc8d69cfa8689271e740225eaeb5ded62dfcce44 | refs/heads/main | 2023-03-14T05:14:57.722090 | 2021-02-18T13:38:13 | 2021-02-18T13:38:13 | 340,057,924 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,037 | cpp | #include "racionais.h"
namespace lia{
Racionais::Racionais():
numerador(0),
denominador(0)
{
}
Racionais::Racionais(int numerador1, int denominador1){
setNumerador(numerador1);
setDenominador(denominador1);
}
void Racionais::setDenominador(int denominador1) {
if(denominador1==0)
throw QStri... | [
"77747449+liaoliveiralps@users.noreply.github.com"
] | 77747449+liaoliveiralps@users.noreply.github.com |
130947051d0d498b9d178d0a4cddf11371860887 | 2738a36bee52acae2e53b8617c38b2f886bf11d1 | /rock/app/carmachine/setting/settingwidgets.h | 06de274051ce30c5ed8c63383e5494e80b2ae2e7 | [
"MIT"
] | permissive | NovasomIndustries/Utils-2019.07 | f5816ccbc61f57b478846874484460f9a6035e77 | 4a41062e0f50c1f97cb37df91457672ce386516d | refs/heads/master | 2021-07-18T00:10:31.506640 | 2020-06-23T15:57:42 | 2020-06-23T15:57:42 | 182,413,350 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | h | #ifndef SETTINGWIDGETS_H
#define SETTINGWIDGETS_H
#include <basewidget.h>
#include "topWidget/settingtopwidgets.h"
#include "middleWidget/settingmiddlewidgets.h"
class settingWidgets:public baseWidget
{
public:
settingWidgets(QWidget *parent = 0);
settingTopWidgets *m_topWid;
settingMidd... | [
"novasomindustries@Deb9.Deb9"
] | novasomindustries@Deb9.Deb9 |
ebc4c33a65aa00b06ade85280bcdcf9769c26661 | 1cb36cf2cb3d07687d1fb462f44de127e54c2721 | /LeetCode/Misc/MinStack.cpp | d2542d8758e7c49d5ede93a9b904a6b9712da7f8 | [] | no_license | rakeshakkera03/Coding | 8261090f3c50c556adc5347d053f5c73ec54b0c5 | 81d82613e4ce66ad2eddcd2296d1258c6519e65b | refs/heads/master | 2021-01-01T18:55:49.194981 | 2015-10-15T12:07:48 | 2015-10-15T12:07:48 | 37,384,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,056 | cpp | /*
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.
pop() -- Removes the element on top of the stack.
top() -- Get the top element.
getMin() -- Retrieve the minimum element in the stack.
*/
class MinStack {
public:
stack<int> ... | [
"rakeshakkera03@rakeshs-mbp.home"
] | rakeshakkera03@rakeshs-mbp.home |
03142b6825cb6770881727750a842fa5d663d9d6 | 424d9d65e27cd204cc22e39da3a13710b163f4e7 | /components/page_load_metrics/renderer/metrics_render_frame_observer.cc | 70fa1c24b99127de7b1ba6de7ecc719884aa1c38 | [
"BSD-3-Clause"
] | permissive | bigben0123/chromium | 7c5f4624ef2dacfaf010203b60f307d4b8e8e76d | 83d9cd5e98b65686d06368f18b4835adbab76d89 | refs/heads/master | 2023-01-10T11:02:26.202776 | 2020-10-30T09:47:16 | 2020-10-30T09:47:16 | 275,543,782 | 0 | 0 | BSD-3-Clause | 2020-10-30T09:47:18 | 2020-06-28T08:45:11 | null | UTF-8 | C++ | false | false | 26,727 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/page_load_metrics/renderer/metrics_render_frame_observer.h"
#include <string>
#include <utility>
#include "base/memory/ptr_util.h"
... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
1f15433a1915315ef983d739925593bded1a5f71 | 1585629cbae582eefa0b073d1485872cd8d9ccb4 | /carouseltest.h | 3963fa1ea11ee73d53e5e324965b5650e3250d48 | [] | no_license | llkid/carouselTest | 313ea114e92baa67bd08515d69ea04548b58f2ed | e1dbcf275fdc94cfb8dd4ff77584be97e9389aa8 | refs/heads/master | 2023-07-12T19:46:01.940914 | 2021-08-23T14:49:31 | 2021-08-23T14:49:31 | 399,055,623 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 162 | h | #pragma once
#include <QtWidgets/QMainWindow>
class carouselTest : public QMainWindow
{
Q_OBJECT
public:
carouselTest(QWidget *parent = Q_NULLPTR);
};
| [
"shi.yingfeng@emeet.ai"
] | shi.yingfeng@emeet.ai |
b91f7dd64dafeaf5dc65f8b6f2049fbdedf6f53a | 5cc95b40257628c232f07909f7d23c0af2cfa24f | /FrameWorkDirectX/BoneHierachy.h | 11d6e9fc7ea10cd68b59da2e82d4adcc34bc67b2 | [] | no_license | whateveruwant/Borderlands_v.copy | daf39c4e7dfd988117f66a1c64b7ab01b65adc52 | d16ebf9556e755ae3254b8cc2d05a02ffba612ce | refs/heads/master | 2020-03-13T20:57:06.314530 | 2018-05-01T18:46:05 | 2018-05-01T18:46:05 | 131,285,192 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 6,007 | h | #pragma once
class cXMesh_Skinned;
/*
//Hierachy 구조로 되어있는 본 프레임 정보
typedef struct _D3DXFRAME
{
LPSTR Name; //프레임 이름
D3DXMATRIX TransformationMatrix; //변환 행렬 ( 에니메이션이 진행되면 에니메이션에 따른 본에 행렬정보가 갱신된다 )
LPD3DXMESHCONTAINER pMeshContainer; //해당 본에 영향을 받게 되는 메시 데이터 ( 여기에 BONE_M... | [
"qkrdbals1630@khu.ac.kr"
] | qkrdbals1630@khu.ac.kr |
e602ec18ff1889fa1b9d907214098b08de84ad36 | 76ce6d3927bc8e70ccff648f84a40a2769d1a4ff | /c++/c++primer_4/src/ch01/01-24.cpp | ed497cd7366c5072bcd114e0da94272546e3c1c7 | [] | no_license | coderfamer/linuxstudy | a4fb7463df868d170dc4815ea35d371996a7c8f4 | 87b57ab4847a5229025cff70a595d1abfbade4a3 | refs/heads/master | 2021-07-18T06:00:33.153485 | 2020-04-03T09:59:57 | 2020-04-03T09:59:57 | 101,067,959 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | cpp | #include "common.h"
int main()
{
Sales_item item;
map<string, vector<Sales_item>> mItems;
int count = 0;
while (cin >> item)
{
mItems[item.isbn()].push_back(item);
}
for (auto &m : mItems)
{
for (auto &v : m.second)
{
cout << v << endl;
}
}
return 0;
} | [
"18656161061@163.com"
] | 18656161061@163.com |
81ce3608ca08eba164e32a0451d1a72f8efa8f2c | fd2ac0302c9e18334d29b3061676a86f7dff6340 | /exercise/arduino/english/07-meteo/lib/RgbLed/RgbLed.h | 9858d0f9be631e208ffc741fb3a5aa62cca43952 | [] | no_license | sabatmonk/InitiationToHardware | e7ca213ffd04827c4c75cd449fc522e11725a3f8 | 02f1d010cd8da62e462adcffb20dbc3d974831d4 | refs/heads/master | 2023-06-08T09:32:56.882638 | 2023-05-25T18:59:07 | 2023-05-25T18:59:07 | 214,867,233 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | h | #ifndef RgbLed_h
#include <Arduino.h>
#define RgbLed_h
class RgbLed
{
public:
RgbLed(int redPin, int greenPin, int bluePin);
void begin();
void turnOn();
void turnOff();
void flash(int delay);
void setColor(int red, int green, int blue);
private:
int _redPin;
int _greenPin;
int ... | [
"sabatmonk@gmail.com"
] | sabatmonk@gmail.com |
c3cfbf0b0d02e0a1fe1955bc2958d2d33f99bdfd | 1c8ba1552b048305ffe91793c5ff243d12cd3478 | /sdk/CMoveData.h | aafada85ffd6f69e95a7eb8a7339267a6d37d49d | [] | no_license | binkynz/fuck-csgo-hack | 81acf415ef8fa5f4bffb6c2fe7ba46342a62d33b | 799d2f569a07e3b02b79598b59bd846696e875e1 | refs/heads/master | 2020-12-07T18:25:08.440562 | 2020-01-09T23:29:18 | 2020-01-09T23:29:18 | 232,771,000 | 14 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 143 | h | #pragma once
// https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/shared/igamemovement.h
class CMoveData {
public:
}; | [
"seancregister@gmail.com"
] | seancregister@gmail.com |
778ce76ab0d8f72a4126ee2934e6f1e386f73845 | 2834f98b53d78bafc9f765344ded24cf41ffebb0 | /chrome/browser/chromeos/power/smart_charging/smart_charging_manager.cc | 661e3bbc2e213e6b74083e185fc1537d40d9ff60 | [
"BSD-3-Clause"
] | permissive | cea56/chromium | 81bffdf706df8b356c2e821c1a299f9d4bd4c620 | 013d244f2a747275da76758d2e6240f88c0165dd | refs/heads/master | 2023-01-11T05:44:41.185820 | 2019-12-09T04:14:16 | 2019-12-09T04:14:16 | 226,785,888 | 1 | 0 | BSD-3-Clause | 2019-12-09T04:40:07 | 2019-12-09T04:40:07 | null | UTF-8 | C++ | false | false | 6,891 | 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 "chrome/browser/chromeos/power/smart_charging/smart_charging_manager.h"
#include <memory>
#include "chrome/browser/chromeos/power/ml/recent_eve... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
bf97fac1e81412e7fb63d95c5c07e887e287f0ec | 0743b1c69828c8c334590fd8a4ed1362b60bd96e | /sursa/MediumKevlar.cpp | 7cfef500d8f47655c6d9fc3ad31b8d932d53a287 | [
"MIT"
] | permissive | NituAndrei/POO-Shootout | e93fbaa2c4c087ad45790aebbdbfc99515100717 | cc2efee86a542f9ae4e1171cb6cc9eb0bc66d91b | refs/heads/master | 2020-03-12T07:07:05.421172 | 2018-05-02T13:46:22 | 2018-05-02T13:46:22 | 130,500,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | cpp | #include "MediumKevlar.h"
MediumKevlar::MediumKevlar(int ID,int PosX,int PosY):Armor(ID,PosX,PosY)
{
strcpy(Type,"MK");
}
void MediumKevlar::applyModifiers(Agent& Wearer)
{
Wearer.modifyMoveRange(-1);
Wearer.modifyHP(20);
}
void MediumKevlar::removeModifiers(Agent& Wearer)
{
Wearer.modifyMoveRange(1)... | [
"nituandrei98@gmail.com"
] | nituandrei98@gmail.com |
4477310012f2e876597be90e1554d3064b3f1a29 | 9ee36bd00b676e9b59bdcc1cc9134854ccedb7dd | /tests/functionevolver.h | 7d236bfc89816f9c3c292569a21ac264a6195d9c | [] | no_license | dragly/vmc | 711508c31354d871330d3903712cd544e0bbdda8 | f523ecf3b212272978a43986027035c713a74b01 | refs/heads/master | 2020-06-04T19:43:56.109510 | 2013-09-13T09:39:17 | 2013-09-13T09:39:17 | 3,335,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | h | #ifndef FUNCTIONEVOLVER_H
#define FUNCTIONEVOLVER_H
#include <../evolver/evolver.h>
class FunctionEvolver : public Evolver
{
public:
FunctionEvolver(int nGenes, int nIndividuals, int nPopulations);
vec fitnessResult;
vec x;
vec result;
void calculate(vec &coefficients);
private:
double fitnes... | [
"s@dragly.com"
] | s@dragly.com |
1218fc7c2617e9bc28f1144b53d3f9f7c9b90afa | 9b18e9796eded6e3608a2281df415adc877cb448 | /AM2320.cpp | 4a25bfdc9dfe4ed9e02a37ac91942de191a13d08 | [] | no_license | lucbind/AM2320 | 59db72d06b4be4befa310aa572fb3189dbbe18d1 | a841d38f91820584f18edf5e99c82ef6749353ec | refs/heads/master | 2022-04-08T20:13:03.769313 | 2020-03-30T04:18:28 | 2020-03-30T04:18:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,011 | cpp | /**
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be... | [
"nutsgmuic@gmail.com"
] | nutsgmuic@gmail.com |
ec963b8f97696c878f3fad392caa3ac0a5d72087 | d53a78255f2395da6e90082b5c6129db0128fd42 | /external/coreutils/src/coreutils/x/url.h | e3fe0db5a7216dfba33db6ee47c76d3a4b69601b | [] | no_license | nking1232/bass | f253094da29d06d1d297e4b4e062108fde52807c | 14b234de9d928fcf57daad428ebe40529087887c | refs/heads/master | 2023-02-07T23:02:54.119596 | 2020-12-14T10:32:02 | 2020-12-14T10:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 197,209 | h | #pragma once
#include <cstdint>
#include <cstring>
#include <string>
#include <unordered_map>
namespace utils {
inline std::wstring jis2unicode(uint8_t* text)
{
uint16_t jis_map[] = {
0xA1, 0xFF61, 0xA2, 0xFF62, 0xA3, 0xFF63, 0xA4, 0xFF64, 0xA5, 0xFF65, 0xA6,
0xFF66, 0xA7, 0xFF67, 0xA8, 0xFF68, 0xA9, 0xF... | [
"jonas@minnberg.se"
] | jonas@minnberg.se |
25182b505429d89bd7140a71c9fe550bbe7b3d26 | f81124e4a52878ceeb3e4b85afca44431ce68af2 | /re20_1/processor58/60/U | e21643dd13d3c1cb7767d2387a99e99190b03cfa | [] | no_license | chaseguy15/coe-of2 | 7f47a72987638e60fd7491ee1310ee6a153a5c10 | dc09e8d5f172489eaa32610e08e1ee7fc665068c | refs/heads/master | 2023-03-29T16:59:14.421456 | 2021-04-06T23:26:52 | 2021-04-06T23:26:52 | 355,040,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,983 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
b0a19286638e1d175230d54ec56a41ccc9b97ee2 | 2ead242704e97f08f7521181a06160729c7c4d7f | /bhops.cpp | 65f54a938e6c2165293d8e467af75a95454acce4 | [] | no_license | downtownalexbrown/kyle-bhop | 5d610257999d2ee9a7dc36a9f949e5fb70fb8635 | 2cdd4fb754fcd6fad51505410f68df99afaa1aac | refs/heads/master | 2021-08-30T03:27:40.909306 | 2017-12-15T21:49:03 | 2017-12-15T21:49:03 | 114,413,797 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | cpp | #include "sdk.h"
#include <memory>
#include "vmthook.h"
using namespace std;
unique_ptr<VMTHook> = clientmode;
IBaseClientDLL* clientDLL = nullptr;
IVEngineClient* engine = nullptr;
IClientEntityList* entityList = nullptr;
typedef void* (*GetClientModeFn)();
bool CreateMove(void* thisptr, float flInputSampleTime, CU... | [
"alexanderwb19@gmail.com"
] | alexanderwb19@gmail.com |
55bef3045ca6273fda208e30f9f7ebbc7cb8a8a7 | 21b0d4298cec4bf817ec33a94b64b30d663e57da | /JPO_4/BST.h | 2012831363df966c5a131b57025c72d211219b92 | [] | no_license | p4wix/Lab_04_shapeContainer | d3cd06ce62c25be0133e43dc7644c034c7577d0b | 96f6243ad84e5b503cb8bfb0fb1a94276eb43fac | refs/heads/master | 2023-04-07T04:03:26.170532 | 2021-04-21T10:09:14 | 2021-04-21T10:09:14 | 357,546,635 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,540 | h | #include <iostream>
template<class T> class Tree;
// ======================================================================
// Template Class Node
// ======================================================================
template <class T>
class Node {
public:
T value;
Node <T>* leftPtr;
... | [
"pawix00@gmail.com"
] | pawix00@gmail.com |
fe2f35f304a4c9fb1c56f1937f122e25ab6b547e | 0320030f683c4bf2f6e9ce245167d472bc8c8274 | /SampleTest/DetectHMD/HookCore/openvr/OpenVR.h | cb21e0d12c16825bffeed73297d6ad8dae2f3bda | [
"MIT"
] | permissive | dumppool/snowflake | 03488df20e5523dd766486e5228fde07785b330a | 13438de4f0aca9ce75a763e74410059df5f3fc08 | refs/heads/master | 2021-09-12T06:39:28.250376 | 2018-01-24T04:39:22 | 2018-01-24T04:39:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,576 | h | /*
* file OpenVR.h
*
* author luoxw
* date 2016/11/10
*
*
*/
#pragma once
#include "openvr-lib/headers/openvr.h"
#include "renderers/Projector.h"
#include "renderers/IRenderer.h"
#ifndef OPENVR_USEOVERLAY
#define OPENVR_USEOVERLAY 0
#endif
#define LOAD_INTERFACE_OPENVR(FnType, FnVar, FnName, Module)\
{\
FnV... | [
"marriedmad@163.com"
] | marriedmad@163.com |
b18ecbf98f158649fa2c1623d234e073f74b6b97 | a79a7f95c9817454b38380c7289be2026864d23b | /data_structure/segment_tree_gcd.cpp | 191588d7d5ca8b86e557db11f4394501fe8af8cb | [
"Apache-2.0"
] | permissive | sekiya9311/CplusplusAlgorithmLibrary | aa6ba64ec19a6809796611c470f5cc9e989d0d5f | f29dbdfbf3594da055185e39765880ff5d1e64ae | refs/heads/master | 2021-08-08T22:05:36.711924 | 2021-06-13T15:21:19 | 2021-06-13T15:21:19 | 132,244,752 | 0 | 0 | Apache-2.0 | 2021-06-13T15:21:19 | 2018-05-05T12:12:00 | C++ | UTF-8 | C++ | false | false | 2,145 | cpp | // 一点変更,区間GCD,セグメントツリー
template<typename type = int>
class segment_tree_gcd {
private:
const int n;
std::vector<type> st;
const type LIM = 0;
inline type query(int l, int r, int k, int L, int R) {
if (R <= l || r <= L) {
return LIM;
}
if (l <= L && R <= r... | [
"sekiya9311@gmail.com"
] | sekiya9311@gmail.com |
74a36bdfd264a1642f1e44c64be4dcb6ff1747ad | 338074d69c95f8108bfc6e096130ea3d9ee63a1b | /sources/FileIO/Writer.h | f02dec1591fc9af7fabb3c967898f2bd14c770e5 | [
"BSD-2-Clause"
] | permissive | drjod/ogs_kb1 | 6ac54acaad903353235752cc3d96b527e6b81d36 | 659060ce0e8955761444af0a68a5219b5c281f2f | refs/heads/master | 2023-04-15T03:58:08.946299 | 2022-05-24T10:03:11 | 2022-05-24T10:03:11 | 38,899,008 | 3 | 3 | NOASSERTION | 2022-05-31T10:00:22 | 2015-07-10T19:46:06 | C++ | UTF-8 | C++ | false | false | 1,150 | h | /**
* \file Writer.h
* 13/02/2012 LB Initial implementation
*/
#ifndef WRITER_H
#define WRITER_H
#include <string>
#include <iostream>
#include <sstream>
namespace FileIO
{
/// @brief Base class which enables writing an object to string, stringstream
/// or file. Also formatting (precision, scientific notation o... | [
"jod@gpi.uni-kiel.de"
] | jod@gpi.uni-kiel.de |
5bce9f59a2c46767a2dd3b5700b5f17d703deb8c | 45d300db6d241ecc7ee0bda2d73afd011e97cf28 | /OTCDerivativesCalculatorModule/Project_Cpp/lib_static/FpmlSerialized/GenClass/fpml-com-5-4/CommoditySettlementPeriodsPriceSchedule.hpp | d32bfbe8f763a0457d72c6838ae408bc728b1c26 | [] | no_license | fagan2888/OTCDerivativesCalculatorModule | 50076076f5634ffc3b88c52ef68329415725e22d | e698e12660c0c2c0d6899eae55204d618d315532 | refs/heads/master | 2021-05-30T03:52:28.667409 | 2015-11-27T06:57:45 | 2015-11-27T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,480 | hpp | // CommoditySettlementPeriodsPriceSchedule.hpp
#ifndef FpmlSerialized_CommoditySettlementPeriodsPriceSchedule_hpp
#define FpmlSerialized_CommoditySettlementPeriodsPriceSchedule_hpp
#include <ISerialized.hpp>
#include <fpml-com-5-4/FixedPrice.hpp>
#include <fpml-com-5-4/SettlementPeriodsReference.hpp>
namespace FpmlS... | [
"math.ansang@gmail.com"
] | math.ansang@gmail.com |
3ef65b33f7b1a274acd5e5e4cc3429c06a1d07c2 | da1c8f63342786fc34a8947fe68c533c7e6f28cf | /ray/src/SceneObjects/Cone.cpp | b0b970b93679ad4923907be9d75ba52eed5085f8 | [] | no_license | StormyEmery/Computer-Graphics_RayTracer | bdc030da56649a7a8d12894ad957f95b81a342d4 | df2eb682d0b321a21c9b3a8fbc3fb11aab577d41 | refs/heads/master | 2021-01-19T03:02:02.368265 | 2016-06-05T21:39:20 | 2016-06-05T21:39:20 | 60,481,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,831 | cpp | #include <cmath>
#include "Cone.h"
using namespace std;
bool Cone::intersectLocal(ray& r, isect& i) const
{
bool ret = false;
const int x = 0, y = 1, z = 2; // For the dumb array indexes for the vectors
Vec3d normal;
Vec3d R0 = r.getPosition();
Vec3d Rd = r.getDirection();
double pz = R0[2];
double dz = Rd... | [
"stormyemery12@utexas.edu"
] | stormyemery12@utexas.edu |
319bc3bb50a5a3f6d6304fe2024f3c56e43b4b8d | c7c95304e164dcff3e023a3b2ea91f691be83930 | /Extern/il2cpp/24.2/il2cpp/libil2cpp/vm/MetadataCache.cpp | 380763f21cad0c16b58d8c4d17fa7a6c44817aee | [] | permissive | TDToolbox/btdapi | a7bf47be2f53694d61aabbc978bc96cd1d6dce62 | b8349ef33d5bc2dacc85e96ced86dc37e972e8ee | refs/heads/master | 2021-03-01T08:27:24.910107 | 2020-05-16T06:38:54 | 2020-05-16T06:38:54 | 245,769,032 | 0 | 0 | MIT | 2020-03-11T09:37:46 | 2020-03-08T07:12:29 | null | UTF-8 | C++ | false | false | 71,242 | cpp | #include "il2cpp-config.h"
#include "MetadataCache.h"
#include <map>
#include <limits>
#include "il2cpp-class-internals.h"
#include "il2cpp-tabledefs.h"
#include "il2cpp-runtime-stats.h"
#include "gc/GarbageCollector.h"
#include "metadata/ArrayMetadata.h"
#include "metadata/GenericMetadata.h"
#include "metadata/Generi... | [
"ben@webzone.com.au"
] | ben@webzone.com.au |
787578b2f7aac24fc13098fda4128ce6ad0347a0 | 45382550fc73fcb83667778f7b42cc8094d9b334 | /VS2015/Buckland_Chapter7 to 10_Raven/Raven_Game.ML.cpp | d8ea57fa919cb77c7c67caea15e7bc6977f34397 | [] | no_license | Papa-Victor/8IAR125-ProjetRaven | 17d093c155666f8ce3bbded302e7d291031b7f36 | e2e43deb9ffeb247aa25724a8f4e345d9436758f | refs/heads/master | 2022-03-29T14:35:24.627455 | 2020-01-24T02:05:49 | 2020-01-24T02:05:49 | 155,580,427 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,166 | cpp | #include "Raven_Game.h"
#include "Raven_WeaponSystem.h"
#include "armory/Raven_Weapon.h"
#include "Raven_ObjectEnumerations.h"
#include "Raven_SensoryMemory.h"
#include "misc/WindowUtils.h"
#include "Raven_Map.h"
#include "2D/WallIntersectionTests.h"
#include <fstream>
#include <limits>
#include <cmath>
#include "Debu... | [
"dragoniko55@gmail.com"
] | dragoniko55@gmail.com |
2de1f9054fc0dc310fb063acd9482e5910ce91d6 | ea5566d1ffc15223cb9ec58d32f4aa2c008333c3 | /src/Time/Time.h | 967dfb0c390d78bcf90b0ce10139854609be1d09 | [] | no_license | DenmarkG/MissionEngine | 0244a5324147814997ebc99c91f843633a181fe6 | 675427f20a72de158b375f953258f07268f5c5ae | refs/heads/master | 2021-05-28T02:14:31.155896 | 2014-07-06T21:39:24 | 2014-07-06T21:39:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 259 | h | #pragma once
class Time
{
public:
~Time();
static float GetTimeDelta();
static void Update();
private:
static void CalculateTimeDelta();
static float m_deltaTime;
//For the singleton
static Time* m_instance;
static Time& GetInstance();
Time();
}; | [
"denmark.s.gibbs@gmail.com"
] | denmark.s.gibbs@gmail.com |
e7599c3a8c692deb3fff35aaa4e909d50fe958ef | 16e9d2211de25e5aafc8f90280758df4368c0376 | /REVISED Card.cpp | e4b291eead7adf94e35c0ad315fed39278fc4fc3 | [] | no_license | scienceiscool/PlayingCards | 87250f86016231ff8fcd55c344c4ab24b6f48a7f | 7525b03fae03170a12b57ba31cc15ca66be422cb | refs/heads/master | 2021-01-02T22:38:18.128026 | 2015-03-23T20:01:36 | 2015-03-23T20:01:36 | 18,344,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,998 | cpp | //Kathy Saad
//CPSC 131 - Section 01
//Assignment 02 - Playing Card
//March 5, 2013
//REVISED
#include "REVISED Card.h"
int Card::getRank (int Rank)
{
rank = Rank;
return Rank;
}
Card::Card(void)
{
rank = 1;
suit = CLUB;
}
Card::Card(int initRank, Suits initSuit)
{
rank = initRank;
suit... | [
"ksaad@csu.fullerton.edu"
] | ksaad@csu.fullerton.edu |
236d6f7b11f7eb68f00287c61e94dd77f1ca4cbd | 19b39fb2a9206f35b9ba5870c4e4a06810d6f707 | /PartTwo.h | 312df85100b8e3783fcfe893f298bb8d73877f07 | [] | no_license | Sonya-Shultz/OP_LR6_maxPoint | 42d1d26774472e2607b11803b15c86be49946bc9 | 17ee97fc16d577ef0eff54e6a5d3f19c9166d495 | refs/heads/master | 2022-09-27T19:53:47.834420 | 2020-06-06T11:43:31 | 2020-06-06T11:43:31 | 269,946,829 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,822 | h | #pragma once
#include <iostream>
#include <cmath>
#include <iomanip>
#include <string>
#include <vector>
using namespace std;
class Human
{
public:
Human(string name, string surname);
Human() {};
~Human() {};
string name;
string surname;
};
class Autor :public Human
{
public:
Autor(string name, string surname) ... | [
"sonya.shu2107@gmail.com"
] | sonya.shu2107@gmail.com |
4a1bbe83cb6b2c0197d292401939500452369b70 | 94847d787dfe5695eeaa5e0bfd65eb11b6d4e6ef | /src/rllib/util/Compress.cpp | a6aab4c50415f86ac629f00aaaa98ed404fd876e | [
"MIT"
] | permissive | loriswit/rllib | 70bc3161e998d71355536a977f1ce74fdb172ec0 | a09a73f8ac353db76454007b2ec95bf438c0fc1a | refs/heads/main | 2021-06-15T19:12:58.385115 | 2021-02-07T17:44:39 | 2021-02-07T17:44:39 | 144,877,014 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,221 | cpp | #include "Compress.hpp"
#include <zlib.h>
namespace rl
{
ByteStream deflate(const ByteStream & in)
{
z_stream defStr;
defStr.zalloc = Z_NULL;
defStr.zfree = Z_NULL;
defStr.opaque = Z_NULL;
defStr.avail_in = static_cast<uInt>(in.size());
defStr.next_in = const_cast<Bytef *>(in.data());
... | [
"loris.wit@gmail.com"
] | loris.wit@gmail.com |
7ee3319b77e37af11036113e54fb741f268a3171 | 7138d1324c19136200245b3cb559043ea8e77e0d | /TheLastBastion/Source/TheLastBastion/UI/Gameplay/UnitRow.h | 8e13153edbec3a30695f02f50c9b3f16346df4f1 | [] | no_license | fullsaildevelopment/TreeNewBee | f94f768344c2c3da656f4d544e16a312bfcf6bd8 | 22ed01fdaf91d59c34c208bc22bb6306d78f375d | refs/heads/master | 2021-09-13T18:59:20.894506 | 2018-05-02T21:26:59 | 2018-05-02T21:26:59 | 112,384,243 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "UnitRow.generated.h"
/**
*
*/
#define UnitRowSize 3
UCLASS()
class THELASTBASTION_API UUnitRow : public UUserWidget
{
GENERATED_BODY()
protected:
... | [
"dushiweic2@hotmail.com"
] | dushiweic2@hotmail.com |
fa690044d8905613bec5815407d83613f6fa7da4 | 8414e4542428ad56b2f90e21612544106f9be2b5 | /Strings/Maximum Occuring Character.cpp | 1008293784851b5630a55e67daa329cb51db9164 | [
"MIT"
] | permissive | pkunjam/Data-Structures-and-Algorithms | 1e07b8c030fefbcb3228e16d9b85f43bf4147640 | 0730bb95347cc824207b5304787b34f4de29ff86 | refs/heads/master | 2021-07-07T11:49:35.226838 | 2021-03-11T11:47:28 | 2021-03-11T11:47:28 | 229,425,412 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | cpp | // { Driver Code Starts
#include<bits/stdc++.h>
using namespace std;
char getMaxOccuringChar(char*);
int main()
{
char str[100];
int t;
scanf("%d",&t);
while(t--)
{
scanf("%s",str);
cout<< getMaxOccuringChar(str)<<endl;
}
}// } Driver Code Ends
// Function to get maximum occuring ... | [
"punit17100@iiitnr.edu.in"
] | punit17100@iiitnr.edu.in |
1fbbc20989c8dc0f3702401d8363a7a043a6fb27 | e388ea1d24528183920e0d17170735dd320a70c1 | /HotPatcher/Source/HotPatcherEditor/Private/CreatePatch/SHotPatcherExportPatch.cpp | 8890181c2e0ec736472bf38f0df3d810209c47a0 | [
"MIT"
] | permissive | yudixiaok/HotPatcher | bfeca54a3ab81dd9db302f0be64dd4ba47b62b97 | a9f13e662a867d55a84300d4a2cf772c677fca16 | refs/heads/master | 2023-02-19T15:07:10.652726 | 2021-01-16T03:25:36 | 2021-01-16T03:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,880 | cpp | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
// #include "HotPatcherPrivatePCH.h"
#include "CreatePatch/SHotPatcherExportPatch.h"
#include "CreatePatch/FExportPatchSettings.h"
#include "CreatePatch/PatcherProxy.h"
#include "CreatePatch/ScopedSlowTaskContext.h"
#include "FlibHotPatcherEditorHel... | [
"hxhb@live.com"
] | hxhb@live.com |
18ee1129b1eee6190a1a094c935a2e5049e6769c | 05654e33f9569bb4735af4936d553789684288e4 | /Libraries/Platform/Windows/Atomic.cpp | e03268837b09e07231b5b8cc32b0833207c9e77a | [
"MIT"
] | permissive | jodavis42/ZilchShaders | e8265c7768b2e4c2c8a314509364f7f9222541fe | a161323165c54d2824fe184f5d540e0a008b4d59 | refs/heads/master | 2021-06-20T16:49:35.760020 | 2021-04-30T01:06:33 | 2021-04-30T01:06:33 | 205,271,416 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,500 | cpp | ///////////////////////////////////////////////////////////////////////////////
///
/// \file Atomic.cpp
/// Implementation of the atomic functions.
///
/// Authors: Chris Peters, Andrew Colean
/// Copyright 2010-2015, DigiPen Institute of Technology
///
/////////////////////////////////////////////////////////////////... | [
"22943955+jodavis42@users.noreply.github.com"
] | 22943955+jodavis42@users.noreply.github.com |
ae36506521e18494ad7b39fb9642876249fdea1a | dea87040c8f3842d89775f8a598895c3e4dccec4 | /game/src/engine/GameData.cpp | 6c4fa834184001815854850b54b634b9d3880ce2 | [] | no_license | EdgarFabiano/heroshima | fa1cbf56fca7be38d9d45a6bf9a1cfe2d718586c | bf3d03be601469db1d11373a5b1c011bd1c4431e | refs/heads/master | 2020-03-13T10:14:59.864226 | 2018-07-11T15:12:21 | 2018-07-11T15:12:21 | 131,079,838 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 40 | cpp | //
// Created by edgar on 15/05/18.
//
| [
"eddy.led@gmail.com"
] | eddy.led@gmail.com |
6174a32263a7b10630b718c2d4d55def2bef0ba7 | b785ea5db43d6ab04283f370b6f03e8cf2d20fac | /Source/Macad.Occt/Generated/BRepExtrema.h | 96dfa900d997df9975151f69df3a2f1263035696 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | maoliming/Macad3D | 7c1fc5dc5e092af562112efa8ed9435853c4430b | f2a43167c42671436456c815ea742185b77fc466 | refs/heads/main | 2023-09-03T12:21:43.497538 | 2021-11-18T16:55:55 | 2021-11-18T16:55:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,544 | h | // Generated wrapper code for package BRepExtrema
#pragma once
#include "Standard.h"
namespace Macad
{
namespace Occt
{
//---------------------------------------------------------------------
// Enum BRepExtrema_SupportType
//---------------------------------------------------------------------
public... | [
"dipts@users.noreply.github.com"
] | dipts@users.noreply.github.com |
3e8b0a5d30dc8162692f40be2e036f81aaf0f7a0 | 11ef4bbb8086ba3b9678a2037d0c28baaf8c010e | /Source Code/server/binaries/chromium/gen/chrome/browser/engagement/site_engagement_details.mojom-shared.cc | e652b85fabc891056763d6e8670c142bd53827c7 | [] | no_license | lineCode/wasmview.github.io | 8f845ec6ba8a1ec85272d734efc80d2416a6e15b | eac4c69ea1cf0e9af9da5a500219236470541f9b | refs/heads/master | 2020-09-22T21:05:53.766548 | 2019-08-24T05:34:04 | 2019-08-24T05:34:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,447 | cc | // Copyright 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.
#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable:4065)
#endif
#include "chrome/browser/engagement/site_engagement_details.mojom-shared... | [
"wasmview@gmail.com"
] | wasmview@gmail.com |
a5a46631f860d1ef3dec1a2cc39207b2edb69b6e | 51e245861cf33d14f73e772ebb74230e14d6a58c | /src/Common/math3d.h | 048f610a6399080450e816ad7b04daa2949e320f | [] | no_license | ErickNK/BlastEngine | 83fbe82b84931be0880d0bfef7ce39268f3bc67f | 96bb7a8fb240d33188761f86afb3aac475d9eb17 | refs/heads/master | 2020-03-31T14:37:25.115378 | 2018-10-27T14:36:08 | 2018-10-27T14:36:08 | 152,302,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,191 | h | /*
* Copyright (C) 2014 Benny Bobaganoosh
*
* 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 agre... | [
"eriknjiru73@gmail.com"
] | eriknjiru73@gmail.com |
63f7b9fa152c3e687fe80486654011decd432133 | a31e3f4a7980fdcd029cddbd075e0b910dafd009 | /trunk_new/nazc/src/agent/Recovery.cpp | ca35aab1aa5905758b97035a065e4646f8c47f05 | [] | no_license | dongdong-2009/new_swamm | a49221cdb7fe21f1c70a394f09cb489b9c49b2fb | 0ecef056138af4b92d3bc8e52235699803782823 | refs/heads/master | 2021-05-30T01:50:56.587102 | 2015-11-10T00:15:02 | 2015-11-10T00:15:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,395 | cpp | #include "common.h"
#include "codiapi.h"
#include "AgentService.h"
#include "Metering.h"
#include "Recovery.h"
#include "Polling.h"
#include "Distributor.h"
#include "CommonUtil.h"
#include "MemoryDebug.h"
#include "DebugUtil.h"
#include "AgentLog.h"
#include "ShellCommand.h"
#include "EndDeviceList.h"
#include "Mobil... | [
"locap001@nuritelecom.com"
] | locap001@nuritelecom.com |
173eb1d81d519b247c182addfa3988ad525bd1df | 2f0c0079ba6c7337438859cfee4cd0e64d0dcf3b | /slyft-tut-3/src/config.cpp | 038572ef86f293fecbba63e5d68f7f69124282a6 | [
"MIT"
] | permissive | thingforward/slyft-tutorials | 59f44a088129b42030551fcd07f6b9a74ab3699e | 37e688c3744427fb8ef29c93d784a170b16ed941 | refs/heads/master | 2021-01-20T02:53:54.065671 | 2017-03-03T17:28:54 | 2017-03-03T17:28:54 | 83,823,035 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,586 | cpp |
// Generated by slyft.io
// This code part has been generated on an "as is" basis, without warranties or conditions of any kind.
#include "Arduino.h"
#include "config.h"
#include "mpack/mpack.h"
#include "mpack/mpack-platform.h"
void TUT3__config_clean(struct TUT3__config *self) {
self->lower_bound = 0;
self->u... | [
"schm75a1koe@googlemail.com"
] | schm75a1koe@googlemail.com |
2702a60b2cb338614e921441b9bad0aa3d8cd0b3 | 88c8fc329b00f55765c75dfb557fe8c80da8f85a | /Classes/GameScene/EpisodeScene.h | 354db76a9fae5630c3894b2bac73d96ffd7b7018 | [] | no_license | tbobo555/CrazyRat | 5cd800133523435b4ee9e6135bed6fed2ca7e41e | 2b465716c949f9ae8d3b59ffe9c9a96d5b89e65a | refs/heads/master | 2021-01-23T21:13:18.384479 | 2016-10-03T15:31:15 | 2016-10-03T15:31:15 | 48,950,241 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,114 | h | #ifndef _GameScene_EpisodeScene_H_
#define _GameScene_EpisodeScene_H_
#include "cocos2d.h"
#include "BaseScene.h"
#include "GameSprite/Image.h"
#include "GameSprite/Background.h"
#include "GameSprite/StageButton.h"
#include "GameSprite/BackButton.h"
#include "GameSprite/Star.h"
#include "Db/EpisodeSetting.h"
#include ... | [
"tbobo555@gmail.com"
] | tbobo555@gmail.com |
7dce6fb8fdc3710fd8abd4b2a191f3aafe3c3dcd | 751352f85359b69f901285ce7ee02d052a3fc7ab | /thirdparty/libigl/include/igl/copyleft/marching_cubes.h | 4c9f888e4f083e8864a86debc7b5167d93484060 | [
"GPL-1.0-or-later",
"MPL-2.0",
"MIT",
"GPL-3.0-only",
"LicenseRef-scancode-unknown"
] | permissive | ZhengZerong/simpleuv | fa7c27be080d84f803ab92843768c43b1b4f3e2c | a3f5bbbac93352b57973c657c38867832749d74d | refs/heads/master | 2020-09-25T14:23:43.535660 | 2019-12-11T07:46:24 | 2019-12-11T07:46:24 | 226,023,168 | 1 | 2 | MIT | 2019-12-05T05:28:31 | 2019-12-05T05:28:31 | null | UTF-8 | C++ | false | false | 2,220 | h | // This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2014 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at http://... | [
"huxingyi@msn.com"
] | huxingyi@msn.com |
5a3dd1f26d79ca812546ca0cf4c82f704796998d | 21f7f6a595155bf140eb8294076e42a6eadc300f | /src/ir/opt/verification_pass.cpp | 87010526b8cebb912bb2b082befcf0a8f037b75b | [
"0BSD",
"MIT",
"BSL-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sunho/dynarmic | c322b6b12762bcf2dcf231777cf7b3f383d0d9b4 | 6759942b562f22aa2c0d7a020165cab7e2b76ada | refs/heads/master | 2023-04-16T19:54:27.066089 | 2021-04-27T17:51:23 | 2021-04-27T17:51:23 | 285,298,586 | 2 | 0 | null | 2020-08-05T13:37:46 | 2020-08-05T13:37:45 | null | UTF-8 | C++ | false | false | 1,291 | cpp | /* This file is part of the dynarmic project.
* Copyright (c) 2016 MerryMage
* SPDX-License-Identifier: 0BSD
*/
#include <cstdio>
#include <map>
#include "common/assert.h"
#include "common/common_types.h"
#include "ir/basic_block.h"
#include "ir/microinstruction.h"
#include "ir/opcodes.h"
#include "ir/opt/passes.h... | [
"MerryMage@users.noreply.github.com"
] | MerryMage@users.noreply.github.com |
0e46cfe8396f5113f6fa8607d7a7747b9ad0bc06 | 210f6d3b0f73f76c77be76af30bf8ba9d4006cdf | /src/irc.cpp | c832b07ba78916a3721e8ae3dc74c776cb7399ca | [
"MIT"
] | permissive | DenisMalofeyev/taler | 0a4afd971fa7b01d138c07795abc25d5a718216a | ecab96268ca6424aa2cd63563440188e090c71a0 | refs/heads/master | 2021-06-18T00:07:39.783780 | 2017-06-20T21:50:43 | 2017-06-20T21:50:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,512 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2011-2012 Litecoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "irc.h"
#include "net.h"
#... | [
"gott.x@web.de"
] | gott.x@web.de |
971d8902da9b524a8d47ba57683da18147656451 | f21eb3d2fd0337b550667b1d704a497c6b499217 | /C++_codes/8 the eighth week/Simple Markup Language Parser/Bulider.cpp | 15942578c9a48a066f57afe2643ca49d52e386b0 | [] | no_license | Palette25/C_plus_plus_codes | 5bad38937be2b9198dfc77f8459c1f8bb98862d9 | 4988ec639ad0828bceb03930a23f710def034010 | refs/heads/master | 2021-07-19T07:13:24.825366 | 2017-10-21T04:08:02 | 2017-10-21T04:08:02 | 107,749,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,346 | cpp | #include "Bulider.hpp"
#include <iostream>
using std::cout;
using std::endl;
using std::string;
Bulider* Bulider::_instance = NULL;
Bulider* Bulider::getInstance(){
if(_instance!=NULL) return _instance;
else {
_instance = new Bulider;
return _instance;
}
}
void Bulider::destroyInstance(){
if(_instance!=NULL) {
... | [
"30751070+Palette25@users.noreply.github.com"
] | 30751070+Palette25@users.noreply.github.com |
fc57324bb27b3c30244a895c4e03c108e87125be | 804e9ed15a937aeee748519eb5d132ec846ae188 | /quitDialog/JuceLibraryCode/modules/juce_events/broadcasters/juce_AsyncUpdater.cpp | 1ff300390f995cca7847ad0f23be05af312208d5 | [] | no_license | klangfreund/jucePlayground | 48b5553bc8232bc6e05757b322930e9da6db5ee5 | e25b8842d8f3211cc1daececbf2527d457f42dbc | refs/heads/master | 2021-01-17T16:09:10.841957 | 2015-02-25T10:01:02 | 2015-02-25T10:01:02 | 24,138,671 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,701 | cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2013 - Raw Material Software 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... | [
"sg@klangfreund.com"
] | sg@klangfreund.com |
23d7fa619bc149adfdcb840fbdaf4cb3be229fde | 3d64b2b03b0b68eb7d81b2df9c4f7a3891f8d6b3 | /source/film/film.hpp | b86e35378c432b77d85481f711da061a01f5402a | [] | no_license | SRaimondi/Rabbit2 | a7bc3301fd31ea50fafac8e1284e980d08095f25 | f490535af0f211059dc71cbfd2a1e2b90d157a0e | refs/heads/master | 2020-05-02T07:42:08.964460 | 2019-04-17T08:53:40 | 2019-04-17T08:53:40 | 177,824,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 934 | hpp | //
// Created by Simon on 2019-04-02.
//
#ifndef RABBIT2_FILM_HPP
#define RABBIT2_FILM_HPP
#include "spectrum.hpp"
#include <vector>
#include <string>
namespace Rabbit
{
// Film storage class, pixel (0, 0) is bottom left
class Film
{
public:
Film(unsigned int width, unsigned int height);
// Access element... | [
"simo@cleverit.ch"
] | simo@cleverit.ch |
1ed43c6d458d404793e066767e4ddd7be4472432 | 18fb8d1ba8ace76cd071fe54d10e55d1cb566e3f | /src/ProbablyNoteBP.cpp | 145358d54024fac673196134a4d5bffaf0a1a723 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | jsmonzani/FrozenWasteland | 4b70ff37be3c9fb3357c9320bf79ac82873f4864 | 60d2212ce16cd4407496f654d27c3cbe8e53e7a4 | refs/heads/master | 2020-08-07T11:25:30.035710 | 2019-10-05T16:11:23 | 2019-10-05T16:11:23 | 213,429,886 | 0 | 0 | NOASSERTION | 2019-10-07T16:15:04 | 2019-10-07T16:15:04 | null | UTF-8 | C++ | false | false | 30,226 | cpp | #include "FrozenWasteland.hpp"
#include "ui/knobs.hpp"
#include "ui/ports.hpp"
#include "dsp-noise/noise.hpp"
#include "osdialog.h"
#include <sstream>
#include <iomanip>
#include <time.h>
#include <iostream>
#include <fstream>
#include <string>
#define MAX_NOTES 13
#define MAX_SCALES 10
#define MAX_TEMPERMENTS 2
usi... | [
"eric@digitalpour.com"
] | eric@digitalpour.com |
479dc3165e4aefb136793c5009416e50b3167e38 | 7d5261d77d96ff52d3843d0c6447955463c96786 | /src/balance_interface.cpp | 41372cee55ef4505bb1c1d7b6a0117111eb018cc | [] | no_license | DaisukeShiga/balance_interface3 | 5137cf49dc55a5c0beefb2626af4d843725f4aba | eab3f27ee32c3d14d7684b50ea4e44bd2c19d279 | refs/heads/master | 2022-04-12T13:52:20.050996 | 2020-04-06T04:40:14 | 2020-04-06T04:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,033 | cpp | /*
* Copyright (C) 2013-2014 Sony Corporation
*/
#include <ros/ros.h>
#include <stdio.h>
#include <stdlib.h> //abs() for integer
#include "balance_interface/balance_interface.h"
BalanceIF::BalanceIF()
{
}
BalanceIF::~BalanceIF()
{
}
int BalanceIF::Init()
{
m_targetPos.x = 100.00;
m_targetPos.y = 100.00;... | [
"oguran29@gmail.com"
] | oguran29@gmail.com |
5733064f4a2ebd6ec84de58d2ba75d4495bf071e | 07c0798498968cfd5f5467dd0241a4881e6bb160 | /leetcode38.cpp | 09b40acb8fd7ed39adc79ab96051f6e902742e2a | [] | no_license | yuqingqing/leetcode | 5efd7d51fcae1d98a9a20b308f87e3656dc4d0ad | 688825dc19046e2cf268e8d20ca567f963302fd7 | refs/heads/master | 2021-01-04T16:57:29.968275 | 2020-02-15T13:04:32 | 2020-02-15T13:04:32 | 240,645,700 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | cpp | //
// Created by yqq3081 on 2020/2/13.
//
//38. 外观数列
#include <iostream>
using namespace std;
string countAndSayCore(string s)
{
string res;
size_t idx = 0;
while(idx < s.size())
{
int cnt = 1;
while(s[idx] == s[idx + 1])
{
cnt++;
idx++;... | [
"qqyu@travelsky.com"
] | qqyu@travelsky.com |
e686698e658684d62bbc70c9f91292a5bef5daca | 5d222e9eb564ae817816a562d6982c0167eca6b2 | /大三/剑指offer/把数组排成最小的数.cpp | 5ce7d2fa2cd57e07e4176872e6d611a0c82e9aa3 | [] | no_license | pure-xiaojie/acmCode | 00c811796de44d4a0316c22f1a7956d2dc868e19 | 5c1932ba5fa7c3d141ae7f5294004c862102a4b7 | refs/heads/master | 2021-02-14T19:55:02.546355 | 2020-08-11T13:54:09 | 2020-08-11T13:54:09 | 244,829,610 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | #include<bits/stdc++.h>
#include<string>
using namespace std;
static bool cmp(int a, int b) {
string A = "";
string B = "";
A += to_string(a);
A += to_string(b);
B += to_string(b);
B += to_string(a);
return A < B;
}
string PrintMinNumber(vector<int> numbers) {
string res="";
sort... | [
"1952175699@qq.com"
] | 1952175699@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.