blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
904a67c6dd640dc927a7c3af0e64a187434cedd1 | 61f26e78291a96b5e8c810d82cb5eedbe86bd6f7 | /train_and_predict.cpp | a06453e3c89fcbb3f4f32093ced2239c5f99e1dd | [] | no_license | kyaFUK/tf-train-cpp | 993f33fe76c29d6bc692680ddcc3b5b9f9d17c05 | 5309e0c5efa7bad76d957b4567bec24331eeb80c | refs/heads/master | 2022-01-31T12:28:31.958859 | 2019-03-14T10:31:37 | 2019-03-22T22:20:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,600 | cpp | //
// Example of training the model created by create_graph.py in a C++ program.
//
#include <iostream>
#include <vector>
#include <string>
#include "tensorflow/core/platform/init_main.h"
#include "common.h"
using std::vector;
using std::string;
namespace {
// Save a checkpoint
void save_checkpoint(const std::uni... | [
"ryoji.ysd@gmail.com"
] | ryoji.ysd@gmail.com |
96cfe4c44a595af886761adbefbc0a06eea3bd15 | 677cf31b015e197e102b1708d1fc913505cd0558 | /cpp/CodeForces/cf-1343B.cpp | 4c72c21dccae7b302a1ac589f5f4d15b90b7b8d6 | [] | no_license | AvatarSenju/Competitive | 511744f6db4ad9e0cb4834135cbddca7ed0f94ac | b9aff171dad8eda8807faf8f869900cde1ba3773 | refs/heads/master | 2022-12-31T22:38:27.951717 | 2020-10-22T03:54:10 | 2020-10-22T03:54:10 | 198,122,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 544 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t = 0;
cin >> t;
while (t--)
{
int n = 0;
cin >> n;
if (n % 4 != 0)
{
cout << "NO\n";
continue;
}
cout << "YES\n";
for (int i = 2; i <= n; i += 2)
{
... | [
"anushrut5@gmail.com"
] | anushrut5@gmail.com |
0d0eedaaaed8afa0626e63e51cf2a6837a74ddd2 | 27f88ea6d808b3cd88daa21a3b706539eaf0b539 | /Online Judge/CodCad/Airport/69027.cpp | c612b0cd032db2298937de188c403a2dbaa54959 | [] | no_license | glaucoacassio2020/Competitive-Programming-Algorithm | 7889cf906df7665e0f7c3db245cd3b946e6231a9 | 99d396b0fae5c7a4c702a5ec174e6d0261a9d50f | refs/heads/master | 2023-03-17T22:44:49.785615 | 2020-04-21T02:07:02 | 2020-04-21T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 658 | cpp | #include <iostream>
#include <stdio.h>
#include <cstring>
using namespace std;
int main(void) {
int x=1, a, v;
scanf("%d %d", &a, &v);
while(a && v){
int i, y, z, maior=0;
int lista[101];
memset(lista, 0, sizeof(lista));
for(i=0; i<v; i++){
scanf("%d %d", &y, &z);
... | [
"paulomirandamss12@gmail.com"
] | paulomirandamss12@gmail.com |
7088bd3cbb1cf58995dbb936f2edfcfb724bc488 | 0c7e20a002108d636517b2f0cde6de9019fdf8c4 | /Sources/Elastos/Packages/Apps/Settings/inc/elastos/droid/settings/applications/CInstalledAppDetailsAlertDialogFragment.h | be6a8ed5f115dede2aec8eec10497d28ff09440c | [
"Apache-2.0"
] | permissive | kernal88/Elastos5 | 022774d8c42aea597e6f8ee14e80e8e31758f950 | 871044110de52fcccfbd6fd0d9c24feefeb6dea0 | refs/heads/master | 2021-01-12T15:23:52.242654 | 2016-10-24T08:20:15 | 2016-10-24T08:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 760 | h |
#ifndef __ELASTOS_DROID_SETTINGS_APPLICATIONS_CINSTALLEDAPPDETAILSALERTDIALOGFRAGMENT_H__
#define __ELASTOS_DROID_SETTINGS_APPLICATIONS_CINSTALLEDAPPDETAILSALERTDIALOGFRAGMENT_H__
#include "_Elastos_Droid_Settings_Applications_CInstalledAppDetailsAlertDialogFragment.h"
#include "elastos/droid/settings/applications/CI... | [
"xu.liting@kortide.com"
] | xu.liting@kortide.com |
41ebf64c7b8a2d98cd7502065a616c35c093faf1 | f23fea7b41150cc5037ddf86cd7a83a4a225b68b | /SDK/BP_FishingFish_Pondie_03_Colour_03_Bronze_classes.h | 418155a7db833a4769d06ca303fd36df6d2e9218 | [] | no_license | zH4x/SoT-SDK-2.2.0.1 | 36e1cf7f23ece6e6b45e5885f01ec7e9cd50625e | f2464e2e733637b9fa0075cde6adb5ed2be8cdbd | refs/heads/main | 2023-06-06T04:21:06.057614 | 2021-06-27T22:12:34 | 2021-06-27T22:12:34 | 380,845,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 891 | h | #pragma once
// Name: SoT, Version: 2.2.0b
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-------------------------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
94a78ee938293dfd8ad05c053be2def0e3982bce | e650aebc5d9f0873c2fca1e043e9fdfa7bc46d11 | /legend/projects/legend/Classes/scene/HelloWorldScene.cpp | 21d3faa8ec72a8740257147a48aa4a3ae6d3fc44 | [] | no_license | asurada/SGLegend | e47003218de3fba4e9ee5b116cfbdb1869c7de7b | e3ea1d380e7110344514752b6fe511dd2f73c4ab | refs/heads/master | 2020-05-19T22:57:37.339258 | 2014-09-28T10:33:03 | 2014-09-28T10:33:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,520 | cpp | #include "HelloWorldScene.h"
#include "CCHttpRequest.h"
USING_NS_CC;
CCScene* HelloWorld::scene()
{
// 'scene' is an autorelease object
CCScene *scene = CCScene::create();
// 'layer' is an autorelease object
HelloWorld *layer = HelloWorld::create();
// add layer as a child to scene
scene... | [
"asurada.gen@gmail.com"
] | asurada.gen@gmail.com |
568fe5827e9ec61d2393df9e5a35ecded351ab72 | 731ca8ba9d20a374a97ced40d1a0da8c9183e3b9 | /Project3/ch8_main.cpp | 34e8ace4929dc2235ae4d7f279149487dc4e7638 | [
"WTFPL"
] | permissive | guannan-he/cppLearning | 0d09949ccfd7e3b117d141cedfcf1c7cff0c30dd | 8fe3ff661afe1c814dbf44fc1ebfd9998f51eac6 | refs/heads/master | 2023-07-21T17:37:31.477331 | 2021-09-07T04:14:00 | 2021-09-07T04:14:00 | 290,625,478 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,364 | cpp | #if 0
#if 1
#include <iostream>
using namespace std;
#endif
#if 1
inline int addPonter(int i, int j) {//内联函数,递归调用编译器忽略内联
return i + j;
}
template<class anyType>//必须加在函数声明前面
void swapPos(anyType& a, anyType& b) {
anyType tmp;
tmp = a;
a = b;
b = tmp;
return;
}
template<> void swapPos<char>(char& a, char& b) {... | [
"hgn15084095120@hotmail.com"
] | hgn15084095120@hotmail.com |
e47a2a48b8263836cb278b3f6722706cfd2389c4 | 10fa542cf8a837a2225989537d52e1572080795d | /Delphes-3.0.12/classes/DelphesClasses.h | 194b31a7a80102c592ea3dbb7627cec58786a69d | [] | no_license | kalanand/DelphesTutorial | cd28173b8a9364459807018faa0ac9c93db9775d | 816b1eac585555f41eb238b14b57742dcda5b12d | refs/heads/master | 2021-01-15T13:13:20.894890 | 2014-02-23T02:44:48 | 2014-02-23T02:44:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,477 | h | #ifndef DelphesClasses_h
#define DelphesClasses_h
/**
*
* Definition of classes to be stored in the root tree.
* Function CompareXYZ sorts objects by the variable XYZ that MUST be
* present in the data members of the root tree class of the branch.
*
* $Date: 2008-06-04 13:57:24 $
* $Revision: 1.1 $
*
*
... | [
"jstupak@fnal.gov"
] | jstupak@fnal.gov |
94c2141cb3ef58154f115eb6c2457da41c1500aa | cdcaffa6580a621eb78981f8e8f4a58fac6b0c34 | /IrisSegmentation/IrisSegm.cpp | c293ab8979ca05c4ca02b23e52c5e935aceaacd1 | [] | no_license | MaxPappa/Iris-segmentation-occlusion-detection | 3cc54fdbc7b952d7848c55d5154acf803258d44d | b840d0d592a02c1bd968b8026ecdf78d120b5ba0 | refs/heads/master | 2021-07-19T19:20:09.491705 | 2020-09-08T22:29:07 | 2020-09-08T22:29:07 | 213,500,923 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,660 | cpp | #include "IrisSegm.hpp"
IrisSegm::IrisSegm(std::string pathToDB) : eye(Eye(pathToDB))
{
}
IrisSegm::~IrisSegm()
{
}
void IrisSegm::run()
{
Preprocessing refCor(&eye);
refCor.run();
Segmentation daug(&eye);
daug.run();
try{
Normalization norm = Normalization();
norm.run(&eye);
... | [
"massimilianopappa95@gmail.com"
] | massimilianopappa95@gmail.com |
e1d8fc643967b8a7a369101c6d6d8ed8b5f3b46a | a137bb0777b323cd99166ed6c24f43008565eae7 | /network/C++/CoProcessor/CoProcessor/main.cpp | 816ada37afba082ffafab0fc74b66edaee8a1c43 | [] | no_license | MclvAdmin/Mclv2012 | 1ad963b5ac73c181fb50e94e4bdc56873a4d7347 | 8aea886f67d49b6fdbedbc1715debfd3d29f1c90 | refs/heads/master | 2020-04-13T18:17:47.595045 | 2012-02-14T05:34:14 | 2012-02-14T05:34:14 | 3,423,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,194 | cpp | #include <WinSock.h>
#include <Windows.h>
#include <iostream>
#include <list>
#include <deque>
#include <map>
#include <vector>
using namespace std;
bool _connected = false;
char* ip_address = "10.11.55.6";
int port = 1140;
//-----------------------------------------------------------------------------------
//--------... | [
"computeralex@gmail.com"
] | computeralex@gmail.com |
65190637f4a7ec94df9176e4a8ef628c354a78b6 | f53da1d0c7bcff51d05f64db69c26363bc9f386c | /src/protocol.cpp | fe738a57fdac98a82b15a1e49ba0264c4d731417 | [
"MIT"
] | permissive | SafeNodeNetwork/safenode | e550ac16316577537872924fa62204e280aef519 | 72c830f7eeb59b9c5c959a2745da9d37471a27a7 | refs/heads/master | 2020-03-16T11:16:16.358309 | 2018-05-08T18:44:21 | 2018-05-08T18:44:21 | 132,645,279 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,887 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "protocol.h"
#include "util.h"
#include "utilstrencodings.h"
#ifndef W... | [
"safenode@protonmail.com"
] | safenode@protonmail.com |
bb0812c2286f825e10d7d5d34a2d678a5dfe09b7 | 2a5db4d9e51d29445f72d1ffd3f98609523b082d | /media-driver/media_driver/linux/gen8/ddi/media_libva_caps_g8.cpp | 6b8e4a211574d30a9caa0ecc0fa75eaef9decfe6 | [
"BSD-3-Clause",
"MIT"
] | permissive | mintaka33/media | 19f26239aee1d889860867a536024ffc137c2776 | 4ab1435ef3b3269ff9c0fa71072c3f81275a4b9d | refs/heads/master | 2021-05-11T04:01:48.314310 | 2018-02-02T03:43:36 | 2018-02-02T03:43:36 | 117,930,190 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,794 | cpp | /*
* Copyright (c) 2017, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publis... | [
"mintaka33@outlook.com"
] | mintaka33@outlook.com |
37874a3432f30d0d6e97712f9d17ca0a0fd5e920 | 7f8b6d898d0f3a7927e20ae03240dce40bf07f2d | /백준/DFS/14501_퇴사.cpp | 2e70045762443de0d6076df1d605b7a811fe4c5e | [] | no_license | sihyun98/2020Algorithm | 0f08e1139a47d55188f9d2addc9b215533b4b19a | 19c9326e6c800a9e1b43725cbb275721807d0869 | refs/heads/master | 2020-12-12T11:19:01.209753 | 2020-10-15T18:07:14 | 2020-10-15T18:07:14 | 234,115,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | cpp | #include <iostream>
using namespace std;
int time[15];
int pay[15];
int N;
int maximum = 0;
void profit(int d, int t) {
if (d >= N) {
if (maximum < t) {
maximum = t;
}
return;
}
if (d + time[d] <= N) {
profit(d + time[d], t + pay[d]);
}
profit(d + 1, t);
}
int main() {
cin >> N;
for (int i = 0; i ... | [
"sihyun98@live.cau.ac.kr"
] | sihyun98@live.cau.ac.kr |
e357a08e0e9a0114680068d54a3f4aa0e3ca04b0 | 00192278a0fdaa820cdfb574347b9b3a1f9c56d7 | /include/ply/PlyTypes.hpp | 830a003e82635b20bd375a4025ee9548f82971af | [
"Apache-2.0"
] | permissive | jmitchell24/cpp-utility-lib | a27582d753a09e0bce68abd791c03e5c49f945cb | 76e7bae9f07b741c409a282604a999ab86fc0702 | refs/heads/master | 2021-01-12T16:33:23.274501 | 2017-01-07T21:51:25 | 2017-01-07T21:51:25 | 71,411,079 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | hpp | #pragma once
#include "../string/Segment.hpp"
#include <iostream>
namespace util
{
namespace ply
{
typedef char Char;
typedef std::basic_string <Char> String;
typedef std::basic_ostream <Char> Ostream;
typedef std::basic_ofstream<Char> Ofstream;
typedef std::basic_ifstream<C... | [
"james.mitchell.dev@gmail.com"
] | james.mitchell.dev@gmail.com |
3c6df2fc0b2a480a1dad23087ed914c11e6168fc | 2abf706df55f5f73c5df95ea2f7c1b51bc73a784 | /AudioEngine.h | a7cc9262ff85819696376e1ce2e037b47cc69e24 | [] | no_license | skyshaver/FMODEngine | 579b67e31c1b3a6800ebccf4fce4bcff66dc474f | 7567e57c722e3266bf91a39ae405b109ab609647 | refs/heads/master | 2022-11-27T13:22:10.763303 | 2020-08-03T18:59:40 | 2020-08-03T18:59:40 | 283,329,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,350 | h | #pragma once
#include <string>
#include <unordered_map>
#include <vector>
#include <cmath>
#include <iostream>
#include <memory>
#include "fmod_studio.hpp"
#include "fmod.hpp"
#include "glm/glm.hpp"
struct Implementation
{
Implementation();
~Implementation();
void update();
FMOD::Studio::System*... | [
"skyshaver@me.com"
] | skyshaver@me.com |
08af35721597ef7ac788762d7345c0afa92bf87a | a8d0bb2f9a42320be0aa5e383f1ce67e5e44d2c6 | /Datastructures/002 Arrays/007 maxSumInConfiguration.cpp | 2f777645311e04f929403f38fe222b2d9bc71cc4 | [] | no_license | camperjett/DSA_dups | f5728e06f1874bafbaf8561752e8552fee2170fa | f20fb4be1463398f568dbf629a597d8d0ae92e8f | refs/heads/main | 2023-04-19T18:18:55.674116 | 2021-05-15T12:51:21 | 2021-05-15T12:51:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 537 | cpp | #include<bits/stdc++.h>
using namespace std;
int max_sum(int A[],int N)
{
//Your code here
int currSum(0), sumArray(0);
for(int i=0; i<N; i++){
currSum+= i*A[i];
sumArray+=A[i];
}
int ans = currSum;
for(int i=0; i<N-1; i++){
int temp = currSum - sumArray+N*A[i];
ans... | [
"vasubansal1998@gmail.com"
] | vasubansal1998@gmail.com |
589e311c5c3c82c00b5710744519a8a570b0b127 | 8af4126a93b7227bcf82037c98982a62fadfd847 | /include/google/protobuf/stubs/port.h | 328258b7c052e7a9e07f63c4681eefde97b135cf | [
"MIT"
] | permissive | Elkantor/sc2_project_bot | c93fe37c1399871b468b7eacc906748ec79a3bf6 | b66506e8329511a215f944abcb695cc373bfebfe | refs/heads/master | 2020-04-10T14:02:46.502354 | 2018-03-23T14:10:17 | 2018-03-23T14:10:17 | 124,276,724 | 0 | 1 | MIT | 2018-03-23T13:11:06 | 2018-03-07T18:22:09 | C++ | UTF-8 | C++ | false | false | 12,504 | h | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"vic03@live.fr"
] | vic03@live.fr |
91cd89eb8f5606be742541a642a9818cebd15ea5 | 6e9e14744f8a4a3a7d8b9369a82c31cb3f0e55c0 | /Other/ecs/Manager/Settings.hpp | 293ae3e94311483dd15d9faf11f58b1c00bae546 | [
"AFL-3.0",
"AFL-2.1",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | laiyierjiangsu/cppcon2015 | 0f20f97be77534f4f2845b14c09c1f742a8c41b5 | 870f600af729af1400b06f64eeabfb9f9d30a19e | refs/heads/master | 2021-01-23T14:15:56.653940 | 2017-09-07T02:50:59 | 2017-09-07T02:50:59 | 102,681,861 | 0 | 0 | null | 2017-09-07T02:31:56 | 2017-09-07T02:31:56 | null | UTF-8 | C++ | false | false | 3,063 | hpp | #pragma once
#include <bitset>
#include "../../ecs/Core/Core.hpp"
#include "../../ecs/Traits/Traits.hpp"
#include "../../ecs/Elements/Elements.hpp"
#include "../../ecs/Config/Config.hpp"
namespace ecs
{
namespace Impl
{
enum class CacheSettings
{
UseCache,
DontUseCache
... | [
"vittorio.romeo@outlook.com"
] | vittorio.romeo@outlook.com |
e12d1d34f5c2afbf2b75de6d24ece4abcc2e5d4b | 9d9e74fcfaddbc7ebfa72894d1e117669dbd0a7d | /src/views/fight.hpp | 8b13a61562480d159c4bc8f0b56ce02a23dbf7da | [
"BSL-1.0"
] | permissive | SuperFola/Unamed-Endive | fadeb173dcd175c2fa40bc8d5b5f26db0d494a39 | 530678fc622b04648dfce592a4671f7706779cbb | refs/heads/master | 2022-12-25T09:18:40.940516 | 2020-10-08T08:04:01 | 2020-10-08T08:04:01 | 66,569,631 | 5 | 1 | null | 2018-05-07T12:11:29 | 2016-08-25T15:21:42 | C++ | UTF-8 | C++ | false | false | 3,706 | hpp | #ifndef DEF_FIGHT_VIEW
#define DEF_FIGHT_VIEW
#include <SFML/Graphics.hpp>
#include <string>
#include <map>
#include "view.hpp"
#include "../abstract/container.hpp"
#include "../constants.hpp"
#ifdef PLATFORM_WIN
#include <windows.h>
#endif // PLATFORM_WIN
#include "../objects/dex.hpp"
#include "../entities/cre... | [
"folaefolc@outlook.fr"
] | folaefolc@outlook.fr |
193a2ff86a76148f91ca15e8fe443177e2f41a61 | c17bb25e2db7b2f38edd36425f27611799c4b963 | /Wipgate/Source/Wipgate/LevelGenerator/LevelGenerator.cpp | 700a64eb0b7ab575466ba1c6de5fdd4aafb63172 | [] | no_license | ajweeks/Wipgate | 680e0b0e445e06eaaa5df445f4496702974aab4e | dcf3a249e21d1612804c1fbb614d1bcec4eb8fbf | refs/heads/master | 2021-09-08T03:57:52.559275 | 2018-03-06T17:52:40 | 2018-03-06T17:52:40 | 110,848,942 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,424 | cpp | #include "LevelGenerator.h"
#include "Runtime/Engine/Classes/Engine/StaticMesh.h"
#include "Runtime/Engine/Classes/Materials/MaterialInstanceDynamic.h"
#include "Runtime/Engine/Classes/Engine/World.h"
#include "GeneralFunctionLibrary_CPP.h"
#include "Wipgate.h"
#include "Step.h"
void ALevelGenerator::InitializeBlockou... | [
"yosha.vandaele@student.howest.be"
] | yosha.vandaele@student.howest.be |
7fc206be3c9124e67b06cf38042c65381038ecfe | c730b3ddd75e1aa080e652c267038eb610f0f97a | /.ino.cpp | 90e9bab6e000da1e8bb1b29cf2b260a588d82e16 | [] | no_license | jerscake/boxingMachine | c59ae363c52724bead24973eb1f5939fd6d732f7 | 88c599cb8d50e8626c84a0d9614c64f34700a7f7 | refs/heads/master | 2020-05-21T02:23:35.522148 | 2017-03-10T15:26:21 | 2017-03-10T15:26:21 | 84,559,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | cpp | #ifdef __IN_ECLIPSE__
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
//This file has been generated on 2017-03-09 19:29:45
#include "Arduino.h"
#include "Arduino.h"
#include "Wire.h"
#include "I2Cdev.h"
#include "ADXL... | [
"noreply@github.com"
] | jerscake.noreply@github.com |
9712d07b7e4df7351463f27103ea5123a2df2a06 | 4207bbd97a4debbf29b0cf1652c4b4d247d71647 | /src/core/DistributedRegionHash.hpp | a9011963e3fb57b0cbe2fcaaae6d72be5b2d8ad2 | [
"MIT"
] | permissive | loftyhauser/overkit | 6a94c7411191f39a8d55c8d7a5f7634d3dd6f44d | 490aa77a79bd9708d7f2af0f3069b86545a2cebc | refs/heads/master | 2022-04-29T03:25:08.181280 | 2020-03-01T22:53:34 | 2020-03-02T00:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,336 | hpp | // Copyright (c) 2020 Matthew J. Smith and Overkit contributors
// License: MIT (http://opensource.org/licenses/MIT)
#ifndef OVK_CORE_DISTRIBUTED_REGION_HASH_HPP_INCLUDED
#define OVK_CORE_DISTRIBUTED_REGION_HASH_HPP_INCLUDED
#include <ovk/core/Array.hpp>
#include <ovk/core/ArrayView.hpp>
#include <ovk/core/Box.hpp>
#... | [
"mjsmith6@illinois.edu"
] | mjsmith6@illinois.edu |
6bc09ffb45698262418be304d7249dd20d2d80d9 | f2d583420ecaf2cdfb5e30b3735063b5eefab49f | /demo8_6.cpp | d70fd0798c59ede04e660b6d21738dc93ef1ec33 | [] | no_license | 7er/T3DCHAP08 | 1e58eebe44d782a4e26a3b52ac501acdc14fdcaf | b9edda9a44473587bc803da2ea2785ad6ee47d2c | refs/heads/master | 2021-01-25T05:11:05.383498 | 2012-04-23T00:52:23 | 2012-04-23T00:52:23 | 3,539,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,744 | cpp | // DEMO8_6.CPP 8-bit polygon transformation demo with matrices
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include <windows.h> // include important windows stuff
#include <windowsx.h>
#include <mmsystem.h>
//#include <iostream.h... | [
"syver.enstad@cisco.com"
] | syver.enstad@cisco.com |
ba0ae75e3072d14cd0322ae1e9d9f68146261d6c | 75af9ed348bc6d8dc9ff03ec898309bebce485db | /src/AOSGUI/paw_gui_tab_basic.cpp | 13133ff1bf3676462c5f0a09b96d29f924de7267 | [
"MIT"
] | permissive | creikey/Game-Pencil-Engine | eea63d5345f6c7f516fb4ab108709444529d3568 | 961a33f090b6b8d94a660db9e4b67644d829c96f | refs/heads/master | 2020-07-08T12:53:04.073564 | 2019-08-21T23:36:55 | 2019-08-21T23:36:55 | 203,677,843 | 0 | 0 | MIT | 2019-08-21T23:16:40 | 2019-08-21T23:16:40 | null | UTF-8 | C++ | false | false | 12,305 | cpp | /*
paw_gui_tab_basic.cpp
This file is part of:
GAME PENCIL ENGINE
https://create.pawbyte.com
Copyright (c) 2014-2019 Nathan Hurde, Chase Lee.
Copyright (c) 2014-2019 PawByte LLC.
Copyright (c) 2014-2019 Game Pencil Engine contributors ( Contributors Page )
Permission is hereby granted, free of charge, to an... | [
"chase@pawbyte.com"
] | chase@pawbyte.com |
6393266e6dc3946cfc6400faf26deaecc8f7cb44 | aafbd0448f9d34c839f1b753854c39289784896a | /src/config/manager/ConfigManager.cpp | cddba5884cc12fd456aae2fe8e3f1fac3d3c625c | [] | no_license | adahbingee/config-manager | bc41f6ef2b8e59de1fb743a7857a9617e2919da1 | 1a6c3954e4e5b3436d45d46174c37b030724c6e9 | refs/heads/master | 2021-01-11T00:46:59.306698 | 2019-08-22T10:04:41 | 2019-08-22T10:04:41 | 70,488,771 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | cpp | #include <iostream>
#include <fstream>
#include "../config.h"
#include "ConfigManager.h"
#include "ConfigManagerRead.inc"
#include "ConfigManagerPrint.inc"
#include "ConfigManagerWrite.inc"
#include "ConfigManagerMacro.inc"
using namespace std;
void ConfigManager::read(const char *fileName) {
fstream file(fileName,... | [
"adahbingee@gmail.com"
] | adahbingee@gmail.com |
7a0d6ee7d192ed943a50a392e03dd6146e2a9bf5 | d147f9c98bae97ed79cef2597977f61c83724c39 | /STLWorkspace/Exam/DXExam1/DirectX_Assignment/02. Direct3D/Engine.cpp | ed5f37ca4a01cb33ef6354fcda59302ece95a4ca | [] | no_license | daaie/SkillTreeLab | 28ec4bea1057d4c44a5f15bcfb1e0178358f85e1 | 43482b9a4732836ad7b0f2df5c29c6b1debfa913 | refs/heads/master | 2020-03-17T05:06:08.824446 | 2018-07-17T04:49:47 | 2018-07-17T04:49:47 | 133,302,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | cpp | #include "Engine.h"
#include <d3d11.h>
Engine::Engine(HINSTANCE hinstance)
: DXApp(hinstance)
{
}
Engine::~Engine()
{
}
bool Engine::Init()
{
if (DXApp::Init() == false)
return false;
return true;
}
void Engine::Update()
{
}
void Engine::Render()
{
float color[4] = { 0.0f, 0.0f, 0.0f, 1.0f };
pDeviceC... | [
"pda4423@gmail.com"
] | pda4423@gmail.com |
2555752bbc37795817f1095be90b19d19d7029cc | 38c29c3c4c97e4831b2882d02f245161ccdd63e7 | /VoxelEngine_V2/engine/textures/BaseTexture.h | 47d242072b97b2cc45a02411a53094b0b104a97c | [] | no_license | incetents/VoxelEngine_V2 | fc7f9ac7f0977fa9467b0d0516dd8eddb661bb33 | 91d5c2e96a297ac8144a8a2c78216943cfed60dc | refs/heads/master | 2020-04-06T08:57:28.877501 | 2020-01-26T05:05:57 | 2020-01-26T05:05:57 | 157,323,605 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,080 | h | // Copyright (c) 2020 Emmanuel Lajeunesse
#pragma once
#include "../rendering/Graphics.h"
#include "../utilities/Types.h"
#include "../utilities/Macros.h"
#include "../math/Color.h"
#include <map>
#include <string>
namespace Vxl
{
class RenderBuffer;
class BaseTexture
{
protected:
// Data /... | [
"incetents99@gmail.com"
] | incetents99@gmail.com |
d0c36eb1184e312e7f862948fdf069c8d274389a | b7b1f8b63c1f3ef92fa1a016e395b8565ea37242 | /online/include/net/InetAddress.h | 8ad96b76a098f85c927bc421fdd57256619416c4 | [] | no_license | NE0T12/mini_Search_Engine | b366786345b8c9702daed7c1159d952f50f5698a | 0e9b69c9e261986f45fb534db174cc50fa3eb94d | refs/heads/master | 2020-03-20T02:12:44.141690 | 2018-06-25T10:14:20 | 2018-06-25T10:14:20 | 137,103,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | h | ///
/// @file InetAddress.h
/// @author lemon(haohb13@gmail.com)
/// @date 2015-11-04 17:08:29
///
#ifndef _WD_INETADDRESS_H
#define _WD_INETADDRESS_H
#include <netinet/in.h>
#include <string>
namespace wd
{
class InetAddress
{
public:
InetAddress(){}
InetAddress(short port);
InetAddress(const ch... | [
"xgwtruth@outlook.com"
] | xgwtruth@outlook.com |
3eb9baeb5be93d3009927d558703cdd676c0e4cc | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/RepositoryAuthConfig.h | 13ac347436c9a8f0342438eb53d107031c3c991e | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 7,004 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/sagemaker/SageMaker_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
c... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
581861080f4a3db2808c0de4d82ef2557fd9723a | 7a17d90d655482898c6777c101d3ab6578ccc6ba | /SDK/PUBG_CameraShake_GrenadeDamage_Right_TPP_parameters.hpp | a8d16fa509dd5b89117acbd6f34e25b5eb296a61 | [] | no_license | Chordp/PUBG-SDK | 7625f4a419d5b028f7ff5afa5db49e18fcee5de6 | 1b23c750ec97cb842bf5bc2b827da557e4ff828f | refs/heads/master | 2022-08-25T10:07:15.641579 | 2022-08-14T14:12:48 | 2022-08-14T14:12:48 | 245,409,493 | 17 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 1,970 | hpp | #pragma once
// PUBG (9.1.5.3) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "PUBG_CameraShake_GrenadeDamage_Right_TPP_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//------------------------------------------------------------... | [
"1263178881@qq.com"
] | 1263178881@qq.com |
f65f59f459be42fb7cb7f6097271ef32e2993727 | 32b934cb3ef99474b7295da510420ca4a03d6017 | /GamosRunManager/include/GmDeprecatedCommandsMessenger.hh | 8fb1a1d54027747d7cd06c13892114d905179cb0 | [] | no_license | ethanlarochelle/GamosCore | 450fc0eeb4a5a6666da7fdb75bcf5ee23a026238 | 70612e9a2e45b3b1381713503eb0f405530d44f0 | refs/heads/master | 2022-03-24T16:03:39.569576 | 2018-01-20T12:43:43 | 2018-01-20T12:43:43 | 116,504,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,093 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The GAMOS software is copyright of the Copyright Holders of *
// * the GAMOS Collaboration.... | [
"ethanlarochelle@gmail.com"
] | ethanlarochelle@gmail.com |
151a7b3d1d028939de42f235a12b7e81a418f8f4 | 120b640cf0c673cd20387cda7b94219eb0b6bc4d | /src/BGL/BGLBounds.cc | c017e3cd1dbcdff7c50644ddfff3626e5d94821a | [] | no_license | giseburt/Miracle-Grue | a6ba431477c94e12e6f6cb269f6309895c33157a | e6aaa619d466b05d89f3026f0e694b74379bdfde | refs/heads/master | 2021-01-09T06:16:39.836293 | 2011-11-07T18:27:42 | 2011-11-07T18:27:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | cc | #include "BGLBounds.h"
namespace BGL {
const Scalar Bounds::NONE = -9e9;
void Bounds::expand(const Point& pt)
{
if (minX == NONE) {
minX = maxX = pt.x;
minY = maxY = pt.y;
return;
}
if (pt.x < minX) {
minX = pt.x;
}
if (pt.x > maxX) {
maxX = pt.x;
}
if (pt... | [
"phooky@gmail.com"
] | phooky@gmail.com |
b0bb7fcf485c8415c7d601a4b8602ee7521bc02d | d016a5ca6f4bd9e24d818895f6b807b9578e30a2 | /Bank_Managenmet_System/Main.cpp | 62b768e4433307c75fb5023ee73025ea9e01ded3 | [] | no_license | Xuandai2311/Bank_Managenmet_System | 283df3ffc84450f321315fba634367a1c85d4485 | 1b8d6975aced37fbce6a07d2f6a3cec5df9da05b | refs/heads/master | 2023-02-04T12:25:24.872394 | 2020-12-17T13:31:02 | 2020-12-17T13:31:02 | 321,990,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 114 | cpp | #include <iostream>
#include "ManagerAll.h"
using namespace std;
int main() {
ManagerAll all;
all.Wellcome();
} | [
"xuandai2311@gmail.com"
] | xuandai2311@gmail.com |
34d28a61a0bc77796c2cc0f5950a98e9d83a2c33 | bf02e7bb2afb68bd3a2d09dc49f7dc01dd9d5c13 | /media/learning/common/labelled_example.cc | 76d08509298e8f083f91e84d7da29e404187ddd7 | [
"BSD-3-Clause"
] | permissive | omrishalev22/chromium | 10dd559a502257d85ad3eead54ab437e33a1ce4d | 219e3cba255e390615f340e72ca629c89bca993e | refs/heads/master | 2022-09-07T01:41:02.760889 | 2019-02-08T07:39:12 | 2019-02-08T07:39:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,985 | 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 "media/learning/common/labelled_example.h"
#include "base/containers/flat_set.h"
namespace media {
namespace learning {
LabelledExample::Label... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
2bc7b3b97d89f351b5f77c0de48a10b275bd2090 | bbda384ad8babc940bb0bd6a6326f3c026626abd | /optmethod.h | b7b34f67ea085e2d3e73864e98ad6021ba605a94 | [] | no_license | vulden/FuncOpt | 2e5ea96400cdf4c9a759fc53ebe68e27a2e8db69 | 238662d71107d0125cb609ad1300ab554e78c5e0 | refs/heads/main | 2023-08-06T05:38:56.519325 | 2021-09-03T16:53:51 | 2021-09-03T16:53:51 | 304,396,390 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,827 | h | #ifndef OPTMETHOD_H
#define OPTMETHOD_H
/*!
\file
\brief Заголовочный файл с описанием классов, относящихся к методам, с помощью которых будет искаться минимум.
*/
#include <random>
#include "funcOpt.h"
#include "area.h"
#include "stopCrit.h"
#pragma once
/*!
\brief Родительский виртуальный класс методов.
Мето... | [
"popov99vlad@gmail.com"
] | popov99vlad@gmail.com |
9346090cf569188c21112fdb88e28e4bf1b0453a | fe6f241c385dffa90bb9117717b0d31aa0d67472 | /src/lycon/transform/resize.h | dd6dd105d3485e55833bfb245fbd61cd8cc44797 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | peter0749/lycon | 06bde7cbce75918d1148e0a1e38200345b8a8512 | 0e7b3e51f56140d68e0466d00be45d79b4de682b | refs/heads/master | 2022-07-03T13:40:59.218284 | 2020-05-16T15:28:12 | 2020-05-16T15:28:12 | 264,456,150 | 0 | 0 | NOASSERTION | 2020-05-16T14:34:11 | 2020-05-16T14:34:10 | null | UTF-8 | C++ | false | false | 1,379 | h | #pragma once
#include "lycon/mat/mat.h"
namespace lycon
{
enum InterpolationFlags
{
/** nearest neighbor interpolation */
INTER_NEAREST = 0,
/** bilinear interpolation */
INTER_LINEAR = 1,
/** bicubic interpolation */
INTER_CUBIC = 2,
/** resampling using pixel area relation. It may be a p... | [
"sd@cs.stanford.edu"
] | sd@cs.stanford.edu |
6af2af62f6189da9f069abbfa856f8132950a8f6 | 21db378bdc4336e56bd4df3500de763f8490e4cc | /PubSubModule/module.hpp | 3083eb2381dd070c9c0944569889f50ff878b84b | [
"MIT"
] | permissive | zht043/inter-thread-publisher-subscriber-cpp | 91473d7228bf8afc01209cda75fc1b58be017fcc | c9862a438ae71ac3004daf4f6f7465184a1ee938 | refs/heads/master | 2022-12-17T11:52:52.459334 | 2020-09-16T06:13:11 | 2020-09-16T06:13:11 | 283,113,030 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | hpp | #pragma once
#include <iostream>
#include "inter_thread_pubsub.hpp"
#include "oop_observer.hpp"
#include "thread_pool.hpp"
class Module {
public:
Module() {
}
~Module() {
}
virtual void task() = 0;
//======================Create New Thread Version======... | [
"hoz043@ucsd.edu"
] | hoz043@ucsd.edu |
eed71ce4bcf3aba9230cdfc7966b4ab150d92727 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mame/src/mame/video/scn2674.h | 911abfe102390797ee44b8997a5c34368d7cc33f | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,650 | h |
#define S674VERBOSE 0
#define LOG2674(x) do { if (S674VERBOSE) logerror x; } while (0)
typedef void (*s2574_interrupt_callback_func)(running_machine &machine);
static const UINT8 vsync_table[4] = {3,1,5,7}; //Video related
class scn2674_device : public device_t
{
public:
scn2674_device(const machine_con... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
37a106f0c68f898f2993e804c78f9f6abe0d4e82 | fbe77e9e2a53a4600a1d9b00b5f2c29ee3e8c59a | /contracts/libc++/upstream/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/uninitialized_default_construct_n.pass.cpp | e5b9eca439cf8099eb046b7a59b8ac8d8a7def2c | [
"NCSA",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | AcuteAngleCloud/Acute-Angle-Chain | 8d4a1ad714f6de1493954326e109b6af112561b9 | 5ea50bee042212ccff797ece5018c64f3f50ceff | refs/heads/master | 2021-04-26T21:52:25.560457 | 2020-03-21T07:29:06 | 2020-03-21T07:29:06 | 124,164,376 | 10 | 5 | MIT | 2020-07-16T07:14:45 | 2018-03-07T02:03:53 | C++ | UTF-8 | C++ | false | false | 3,202 | cpp | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | [
"caokun@acuteangle.cn"
] | caokun@acuteangle.cn |
7161ee9cbaf4ed43ef1448dedebeadae307baa37 | 1e0dd1a7b19e8c8ee897709febb1f60409748e6e | /src/nes/mapper/mapper007.cpp | bb671d5eb1fc78a10018875f8182c91d6074ae85 | [] | no_license | rgegriff/EmuMasterPi | 1ba11d3e0c5257b9369175e3eb4a8807b48cb2b6 | d9402704a83c0b4e6810c4790cf1c42911ead1ab | refs/heads/master | 2021-01-21T01:06:39.410326 | 2012-11-23T19:53:19 | 2012-11-23T19:53:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,551 | 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 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | [
"andy.nichols@nokia.com"
] | andy.nichols@nokia.com |
fd8b84412110246bd4792849db171e4bacb205c9 | 0017c3b639bf1f90a616150a76897226ed087bba | /artg4tk/services/ActionHolder_service.cc | cf8d39f925bec3fc038fd2b70a2cf70bf575d805 | [] | no_license | yarba/artg4tk | a164c159aed0d728c6069782606ae15b0dbe4268 | e107fd8689f741279a3d371cd6b772b5cadd87e5 | refs/heads/master | 2021-06-25T03:55:57.106277 | 2020-07-15T16:31:32 | 2020-07-15T16:31:32 | 132,481,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,583 | cc | // Provides the implementation for the @ActionHolderService@ service.
// For more comprehensive documentation, see the header file ActionHolderService.hh
// Authors: Tasha Arvanitis, Adam Lyon
// Date: July 2012
// Includes
#include "artg4tk/services/ActionHolder_service.hh"
#include "art/Framework/Services/Registry... | [
"yarba_j@fnal.gov"
] | yarba_j@fnal.gov |
3ea5bb692acd201607d21732b4a208774794fb88 | 24c3b6ee3e2b06288bed587e34751969b4a73e31 | /AtCoder/Virtual/20200517/D.cpp | 9cbbef2c99c222a0f087b2b68d6c2e4eca195766 | [] | no_license | KatsuyaKikuchi/ProgrammingContest | 89afbda50d1cf59fc58d8a9e25e6660334f18a2a | d9254202eec56f96d8c5b508556464a3f87a0a4f | refs/heads/master | 2023-06-05T20:07:36.334182 | 2021-06-13T13:55:06 | 2021-06-13T13:55:06 | 318,641,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,576 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef pair<ll, ll> pll;
#define FOR(i, n, m) for(ll (i)=(m);(i)<(n);++(i))
#define REP(i, n) FOR(i,n,0)
#define OF64 std::setprecision(10)
const ll MOD = 1000000007;
const ll INF = (ll) 1e15;
struct UnionFind {
UnionFind(int n) {
... | [
"k.kikuchi.ah@gmail.com"
] | k.kikuchi.ah@gmail.com |
7e7602096b17ce444442053a7560058b8a71dbfa | 1c444bdf16632d78a3801a7fe6b35c054c4cddde | /include/bds/bedrock/block/unmapped/BlockIntersectionConstraint.h | da4e84b3ea537fe992003b383697371b5f0a56cf | [] | no_license | maksym-pasichnyk/symbols | 962a082bf6a692563402c87eb25e268e7e712c25 | 7673aa52391ce93540f0e65081f16cd11c2aa606 | refs/heads/master | 2022-04-11T03:17:18.078103 | 2020-03-15T11:30:36 | 2020-03-15T11:30:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 583 | h | #pragma once
#include "../../../unmapped/IStructureConstraint.h"
class BlockIntersectionConstraint : public IStructureConstraint {
public:
~BlockIntersectionConstraint(); // _ZN27BlockIntersectionConstraintD2Ev
// virtual bool isSatisfied(IBlockPlacementTarget const&, BlockPos const&, Rotation const&)const; //... | [
"honzaxp01@gmail.com"
] | honzaxp01@gmail.com |
837a8b738a424ba6392df18a31f46d21248adad6 | b65240f23e8f7af98532c47a5a25125aa06e499e | /234. Palindrome Linked List(回文链表)/palindromeLinkedList.cpp | 885b51184ca2b5eae0399c4c04bac349c42016cc | [] | no_license | anthonyzhi/leetcode | 6e3816e12b128d83634f77a3d1ef8e647f7dd261 | d22e4e360bea446c98988111bea754b6d1a10ddb | refs/heads/master | 2020-04-30T23:13:29.883746 | 2020-02-19T14:56:04 | 2020-02-19T14:56:04 | 177,139,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
bool isEqual(ListNode* head,ListNode *&h){
bool result;
if(head->next==NULL)
return head->val==h->val;
else{
result=isEqual(head->nex... | [
"noreply@github.com"
] | anthonyzhi.noreply@github.com |
669763b8c5970998134b66e5b26fa32b9b55dfdc | 680b88f875432c4d3fcf864b72e6833c6bc9c6fa | /Project1/ForkCompress.cpp | 4bedcfc554f37730a7644c04c8e17ac28dddda93 | [] | no_license | Joshmerm/OperatingSystems | 4b221a517a106f342c417ff2a018c279b91fead8 | 66064b5d985dfa8df80981a2b640f424b07b45a8 | refs/heads/main | 2023-04-22T11:43:46.109171 | 2021-05-07T20:15:48 | 2021-05-07T20:15:48 | 333,994,032 | 1 | 0 | null | 2021-05-07T20:15:48 | 2021-01-29T00:34:34 | C++ | UTF-8 | C++ | false | false | 980 | cpp | #include <iostream>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>
using namespace std;
void child(char ** argv){
//Runs MyCompress with the two command line arguments
execl("MyCompress", "MyCompress", argv[1], argv[2], NULL);
}
void parent(){
//Parent function, runs once child is done
... | [
"joshmerm@gmail.com"
] | joshmerm@gmail.com |
9545b8b7802359a854c95aef3e273ff3b649cc37 | 38fdf56786a27eb0042ba52f5fdd1eaa0459fc50 | /task 15/main.cpp | 1394f802570489562369703815375758f34aca91 | [] | no_license | bumb217/tasks | fc68d9cd16a2c2091ab7793c1c3b6a9e0a74626d | 1f25931c2abf7aefce262e55f5b450d75f873fcc | refs/heads/master | 2021-01-23T01:51:14.969801 | 2017-05-18T13:26:56 | 2017-05-18T13:26:56 | 85,938,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 90 | cpp | #include "additional.h"
#include "Builder.h"
int main(){
toXml("file");
return 0;
}
| [
"noreply@github.com"
] | bumb217.noreply@github.com |
3f8fbae2e2ce0065a24389b75d1c6bb1fa34c525 | e6b695c9b0ab3eca8f5424c80db936e6e3f7be72 | /quazipfile.h | 6d19933ea66f5f565be75d19eb539c0eb82bf858 | [] | no_license | DriftMind/NTUMEMSOpenVPN | a9bba50db42542423b1736a65911f9d4d6e9099e | 7964c4be8cfddfb403fa00e2f3b14eec6d3f8e60 | refs/heads/master | 2021-01-11T14:45:25.102786 | 2014-06-09T15:35:42 | 2014-06-09T15:35:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,969 | h | #ifndef QUA_ZIPFILE_H
#define QUA_ZIPFILE_H
/*
-- A kind of "standard" GPL license statement --
QuaZIP - a Qt/C++ wrapper for the ZIP/UNZIP package
Copyright (C) 2005-2008 Sergey A. Tachenov
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as pu... | [
"jrywjwu@gmail.com"
] | jrywjwu@gmail.com |
9cc91204eec0e767aadeb49613de29f857a7364d | eb4ab00097f53a59f0f8b9454268b02b721f46c4 | /views/mdecombo.cpp | 3980132bed510f87344735451624d55412ce8af7 | [] | no_license | mainster/WorktimeManager | 4714050e2684396d914d7bf90d1e926bfaeeb0f4 | 099b013260cea24b298e2dcf8c268772efb28e57 | refs/heads/master | 2021-03-27T14:15:02.438028 | 2021-03-06T00:33:31 | 2021-03-06T00:33:31 | 63,525,553 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | cpp | #include "mdecombo.h"
#include <QtWidgets>
#include <QtSql>
MdECombo::MdECombo(QWidget *parent) {
// QSqlTableModel *relModel = m_rtModel->relationModel(typeIndex);
// m_cbx->setModel(relModel);
// m_cbx->setModelColumn(relModel->fieldIndex("description"));
// m_dwMapper = new QDataWidgetmMapper(this);
// m_dwMapper... | [
"manuel.delbasso@gmail.com"
] | manuel.delbasso@gmail.com |
d182b304bd07ffee1254ca71b1314136ecbf516b | 0f2fd8f256365d4a90e5a058629081ef91bb48a1 | /src/prototype1.cpp | a169bbaf968bbbadc6db01e16bcfec4468297af7 | [] | no_license | ging/payloader | 5c19f4ca647f04884d465eadf7041e3e8d6fa32f | 748c7cf157dc572b8dc9803413f9f78316f7b6b1 | refs/heads/master | 2020-07-22T17:39:20.759805 | 2018-06-11T16:16:12 | 2018-06-11T16:16:12 | 73,829,094 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 950 | cpp | #include <stdio.h>
#include <libavutil/time.h>
#include "libs/InputReader.h"
#include "libs/OutputWriter.h"
int main(int argc, const char* argv[]) {
if (argc != 3) {
printf("usage: %s input_file output_file\n"
"Example program to input-output a media file.\n"
"\n", argv[0]);
... | [
"aalonsog@dit.upm.es"
] | aalonsog@dit.upm.es |
1c471644b892e3f8fb4a1e37140fc4715de378a4 | f82a97d9f06676c5dfdfac09440493d803859a6e | /libvmaf/src/third_party/ptools/simplehttpserver.h | 65fb0a0355d109e8aecc4fdd8f0e94374f1ba1e1 | [
"Apache-2.0",
"LGPL-3.0-or-later",
"BSD-3-Clause"
] | permissive | weizhou-geek/vmaf | 0694e6c45777e7286fe474d5b2f7835dd3df674a | d5978d15f7c413e8aa78c891ce43291ead3fa287 | refs/heads/master | 2020-09-26T13:21:35.827002 | 2019-11-21T21:54:02 | 2019-12-04T00:04:29 | 226,263,006 | 2 | 0 | Apache-2.0 | 2019-12-06T06:37:56 | 2019-12-06T06:37:55 | null | UTF-8 | C++ | false | false | 5,047 | h | #ifndef SIMPLEHTTPSERVER_H_
#define SIMPLEHTTPSERVER_H_
// An HTTP Server that implements a subset of the HTTP protocol, with
// one thread per connection. The threaded server, which we inherit from,
// handles most of the connection set-up and the like,
// but the real work is handled in the ThreadedHTTPWorker, whic... | [
"noreply@github.com"
] | weizhou-geek.noreply@github.com |
1496cc2d1210e564654941c5c8a3532843f01e89 | 36183993b144b873d4d53e7b0f0dfebedcb77730 | /GameDevelopment/Game Programming Gems 3/Source Code/06 Audio/04 Burk/src/Circuit_Wind.cpp | 21901ccbb2b1b1a798892f58721721b56327dea8 | [] | no_license | alecnunn/bookresources | b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0 | 4562f6430af5afffde790c42d0f3a33176d8003b | refs/heads/master | 2020-04-12T22:28:54.275703 | 2018-12-22T09:00:31 | 2018-12-22T09:00:31 | 162,790,540 | 20 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | cpp | #include <math.h>
#include "ggsynth.h"
#include "Circuit_Wind.h"
/**
* Circuit_Winds uses a RedNoise modulated ringing LowpassFIlter
*
* @author (C) 2002 Phil Burk, SoftSynth.com, All Rights Reserved
*/
Circuit_Wind::Circuit_Wind()
{
modRate = 0.6f;
modDepth = 350.0f;
frequency = 1000.0f;
Q = 16.0... | [
"alec.nunn@gmail.com"
] | alec.nunn@gmail.com |
f218202bbdd37300c3b2aa1eebb153a6b8cd8b1a | 5d01a2a16078b78fbb7380a6ee548fc87a80e333 | /ETS/EtsIvUpdate/DbInterfaceBo.cpp | 8e87f2de92adc3277e0406674601dce359284358 | [] | no_license | WilliamQf-AI/IVRMstandard | 2fd66ae6e81976d39705614cfab3dbfb4e8553c5 | 761bbdd0343012e7367ea111869bb6a9d8f043c0 | refs/heads/master | 2023-04-04T22:06:48.237586 | 2013-04-17T13:56:40 | 2013-04-17T13:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,990 | cpp | #include "StdAfx.h"
#include "dbinterfacebo.h"
#include ".\dbinterfacebo.h"
//**************************************************************************************************************//
// class CDbInterfaceBo
//**************************************************************************************************... | [
"chuchev@egartech.com"
] | chuchev@egartech.com |
9e11b33615cce48a6a2b7a8a280b55222a8dc9b7 | e32c65cb1aaefcf4b796fa0c55ad7fc38c1207aa | /commandqueue.cpp | 7a845299cf2d466c035b18678c1d904c020968ba | [] | no_license | djmellowd/AirJet | b3e139921f3525f7a2ade2e93abfc6ec49303c32 | 42c85764e72f3d0795ee60721e7d3c5ba6929445 | refs/heads/main | 2023-08-15T21:03:56.449199 | 2021-10-02T08:20:06 | 2021-10-02T08:20:06 | 412,732,183 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | cpp | #include "CommandQueue.h"
#include "SceneNode.h"
void CommandQueue::push(const Command& command)
{
mQueue.push(command);
}
Command CommandQueue::pop()
{
Command command = mQueue.front();
mQueue.pop();
return command;
}
bool CommandQueue::isEmpty() const
{
return mQueue.empty();
} | [
"noreply@github.com"
] | djmellowd.noreply@github.com |
1b4a42caecef4fcbb808a954b8e511b078772743 | 97f8be92810bafdbf68b77c8a938411462d5be4b | /3rdParty/rocksdb/6.8/utilities/transactions/write_unprepared_txn.cc | 6f28c2fceca71f9fb3c4af63229015339d7115db | [
"GPL-2.0-only",
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"LGPL-2.1-or-later",
"BSD-4-Clause",
"GPL-1.0-or-later",
"Python-2.0",
"OpenSSL",
"Bison-exception-2.2",
"JSON",
"ISC",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"CC0-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-autoco... | permissive | solisoft/arangodb | 022fefd77ca704bfa4ca240e6392e3afebdb474e | efd5a33bb1ad1ae3b63bfe1f9ce09b16116f62a2 | refs/heads/main | 2021-12-24T16:50:38.171240 | 2021-11-30T11:52:58 | 2021-11-30T11:52:58 | 436,619,840 | 2 | 0 | Apache-2.0 | 2021-12-09T13:05:46 | 2021-12-09T13:05:46 | null | UTF-8 | C++ | false | false | 38,940 | cc | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
#ifndef ROCKSDB_LITE
#include "utilities/transactions/wr... | [
"noreply@github.com"
] | solisoft.noreply@github.com |
599f18d64e39542aea44b60164892261473097d8 | 553d0e216df86f616e242f1f7c1a18df56b04397 | /Source/CSGO/NetworkChannel.h | abee2e06ca19d7d0d02cfa6cd4cbdb059c90393e | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | ClaudiuHKS/Osiris | ed2fc849daee4f5f7a88660fd7440c5a19bd1d17 | 189b97b1874108e75335272bfef5a15c442c0d19 | refs/heads/master | 2023-03-16T14:12:16.199569 | 2023-01-04T21:28:40 | 2023-01-04T21:28:40 | 209,620,977 | 1 | 0 | MIT | 2019-09-19T18:18:40 | 2019-09-19T18:18:40 | null | UTF-8 | C++ | false | false | 309 | h | #pragma once
#include "Pad.h"
#include "VirtualMethod.h"
namespace csgo
{
struct NetworkChannelPOD {
PAD(44);
int chokedPackets;
};
class NetworkChannel : public VirtualCallableFromPOD<NetworkChannel, NetworkChannelPOD> {
public:
VIRTUAL_METHOD(float, getLatency, 9, (int flow), (flow))
};
}
| [
"danielkrupinski@outlook.com"
] | danielkrupinski@outlook.com |
b6c082617cb677ee2d380bbcf9039e0296be6010 | 8570aaf4c66fadb8aaaca8e7f3e7b37c70076f0a | /lcluster/lcluster/Cluster.h | 597162ec96110c4cfe9dcb984d813fb78e3e5553 | [] | no_license | laerad84/Analysis | 7d668f4d77a8f01110245a7cd0e1c38f9d6f22a0 | 26525a6467430354ff7ff4ad809e68964d116a08 | refs/heads/master | 2021-01-22T23:26:28.217804 | 2014-07-01T05:38:40 | 2014-07-01T05:38:40 | 4,693,150 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,887 | h | // -*- C++ -*-
//
// Cluster.h
// cluster container class ( imported from E391a library)
//
// Author: Kazufumi Ssato
// Created: Sun Nov 25 16:02 JST 2011
//
// $Id: Cluster.h,v 1.1 2011/11/25 16:02 sato Exp $
//
//
// $Log: Cluster.h,v $
//
//
#ifndef CLUSTER_H_INCLUDED
#define CLUSTER_H_INCLUDED
#include <iostrea... | [
"laerad84@gmail.com"
] | laerad84@gmail.com |
713e5cfc2a8350e8b847cb91e3bdcff6c80a4d68 | 3611073adaa8c9736bbc1e158ed57108ef9d55f7 | /db/rocksdb/src/simple.cc | 0b9539b98bdfd9edbbb272b47e35efd43e03dce6 | [] | no_license | firejh/c-practice | e0ef4103f944d2eb7f6d237f6c85de6b77af710e | cd4d83321e023e79572ba36043065d407017047f | refs/heads/master | 2021-09-06T16:43:15.922540 | 2018-02-08T16:01:16 | 2018-02-08T16:01:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,359 | cc | /******************************************************
# DESC :
# AUTHOR : Alex Stocks
# VERSION : 1.0
# LICENCE : Apache License 2.0
# EMAIL : alexstocks@foxmail.com
# MOD : 2017-12-29 00:31
# FILE : simple.cc
******************************************************/
#include <stdint.h>
#include <... | [
"alexstocks@foxmail.com"
] | alexstocks@foxmail.com |
80e9723656c53ffc31bc43bdaa867e116a14d3e9 | 86798d4b8ccaa9ac4b66b3e86f87fec62df70180 | /DS & Algo Implementation/Dynamic Programming/DP on Trees/poj Fire.cpp | 26585cb91cc6468851d5a7bdabe9c4508e53719e | [] | no_license | sakiib/competitive-programming-code-library | 03675e4c9646bd0d65f08b146310abfd4b36f1c4 | e25d7f50932fb2659bbe3673daf846eb5e7c5428 | refs/heads/master | 2022-12-04T16:11:18.307005 | 2022-12-03T14:25:49 | 2022-12-03T14:25:49 | 208,120,580 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long LL;
typedef pair <int,int> ii;
const int inf = 1e9;
const LL INF = 1e18;
const int N = 1e3 + 5;
int n;
int W[ N ] , D[ N ] , dist[ N ][ N ] , All[ N ] , dp[ N ][ N ];
vector < pair <int,int> > graph[ N ];
void reset( ) {
for( int... | [
"noreply@github.com"
] | sakiib.noreply@github.com |
42b800171a8cf8ac51cd856acc863e9b96663f11 | 70c7cda5e769ac0aec001363a482bc24f50123b4 | /externals/thrust/system/cuda/detail/partition.h | 5dd9a8bca73e8e7a19a7a63a18cf8039a8f407f1 | [
"BSL-1.0",
"Apache-2.0",
"MIT"
] | permissive | Robadob/FLAMEGPU2_dev | a1509c73ffdec2d6bb1c978d0f936418e0892078 | 3e4106078f754ee90957519fa196a863fd257d1c | refs/heads/master | 2020-08-30T22:25:42.476365 | 2019-11-22T18:24:06 | 2019-11-25T11:33:59 | 218,506,894 | 0 | 0 | MIT | 2019-11-27T14:45:12 | 2019-10-30T10:59:22 | C++ | UTF-8 | C++ | false | false | 39,423 | h | /******************************************************************************
* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistribution... | [
"p.richmond@sheffield.ac.uk"
] | p.richmond@sheffield.ac.uk |
2add73e180461126874ceaf47ca640a9871c3000 | d6face59a153b062f1a86b75fc377fdb5f5a52d4 | /src/out/linux-x64x11_devel/gen/bindings/browser/source/cobalt/h5vcc/v8c_h5vcc_deep_link_event_target.h | f99b89fa0f6c71fc1b75f775ec609dd07ab7f35b | [
"BSD-3-Clause"
] | permissive | blockspacer/cobalt-clone-28052019 | 27fd44e64104e84a4a72d67ceaa8bafcfa72b4a8 | b94e4f78f0ba877fc15310648c72c9c4df8b0ae2 | refs/heads/master | 2022-10-26T04:35:33.702874 | 2019-05-29T11:07:12 | 2019-05-29T11:54:58 | 188,976,123 | 0 | 2 | null | 2022-10-03T12:37:17 | 2019-05-28T07:22:56 | null | UTF-8 | C++ | false | false | 1,628 | h |
// Copyright 2019 The Cobalt Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by a... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
be39afe2c12a6c530fa1cd4d748f7e63e10d55b2 | 5251c97dca338de263d75f987df4db3774e820fa | /C++/include/MNRLNetwork.hpp | d430d1429cb25710614f461b777ad46b48375514 | [
"BSD-3-Clause"
] | permissive | jackwadden/mnrl | 52da2517eaba0ffb3ab5fe23bafb592e4e1b9bd7 | 23a8bf8164e381686f74299b5650bb65010cf92b | refs/heads/master | 2023-05-26T22:55:39.871613 | 2017-08-04T16:04:34 | 2017-08-04T16:04:34 | 99,261,487 | 0 | 0 | null | 2017-08-03T18:06:18 | 2017-08-03T18:06:18 | null | UTF-8 | C++ | false | false | 4,559 | hpp | // Kevin Angstadt
// angstadt {at} virginia.edu
//
// MNRLNetwork Object
#ifndef MNRLNETWORK_HPP
#define MNRLNETWORK_HPP
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fstream>
#include "MNRLDefs.hpp"
#include "MNRLError.hpp"
#include "MapIterator.hpp"
namespace MNRL {
class MNR... | [
"kaa2nx@virginia.edu"
] | kaa2nx@virginia.edu |
7c5da16ba0d57e6f9322c2e6f627e92702cba615 | 4b154e683c575081533db5af1941ea66dc6dc9bf | /gazebo/physics/bullet/BulletHinge2Joint.hh | f1f8adf2fcdc93575f0870a785accc2a4480d7be | [
"Apache-2.0"
] | permissive | jonbinney/gazebo_ros_wrapper | 60e8ce882462ec43a3320ef1fd4f720618eb856a | 1ee65727c79c6838cc940b0fe1a190b8e0b53e3b | refs/heads/indigo-devel | 2021-01-22T21:13:42.477373 | 2014-06-09T22:12:07 | 2014-06-09T22:12:07 | 20,611,038 | 1 | 0 | null | 2014-06-09T22:12:07 | 2014-06-08T06:30:47 | C++ | UTF-8 | C++ | false | false | 3,492 | hh | /*
* Copyright (C) 2012-2014 Open Source Robotics Foundation
*
* 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... | [
"jon.binney@gmail.com"
] | jon.binney@gmail.com |
4b2e92c4f8629c87c6662b115175b01043c77d03 | 76d79f3dcea37e32dd9234e245d41a12b76cc1ef | /TASS/Inc/Plugin/PluginLoader.h | dfa689a2bf50613d9148a30a4c7d15a6163e0d84 | [] | no_license | YuriiBerehuliak/TASS | 5013dc4fb9f20d0aa98774c090bc2fa932622b6d | bc5d75cf57dadca46e92c75b8b21d8f084d86dfd | refs/heads/master | 2021-08-31T16:06:39.842114 | 2017-12-22T01:16:13 | 2017-12-22T01:16:13 | 111,031,403 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | h | #ifndef _LIBRARY_LOADER_
#define _LIBRARY_LOADER_
#include "PluginInfo.h"
#include "string"
class PluginLoader
{
public:
static PluginInfo* loadPlugin( const char * path);
static void unloadPlugin(PluginInfo* plInfo);
};
#endif /* _LIBRARY_LOADER_ */
| [
"noreply@github.com"
] | YuriiBerehuliak.noreply@github.com |
7d1c7a32672e74fef63f838b8a08eec7bdda917f | bd36ae032ff4ee898964a735158d2d6ff7880a6e | /main/music/MIDIPlayer.h | 7b36e2b9be2fac1933c1e088a3b5f8457bc63fa2 | [] | no_license | RandyParedis/autoplay | c377ad07e64320113483a478cefd77186ecca1a8 | fa5a5a742b122ecb46c8d1608296f0b8dfd78840 | refs/heads/master | 2020-03-30T13:29:02.898049 | 2019-01-25T16:24:23 | 2019-01-25T16:24:23 | 151,274,363 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,779 | h | /*
* This 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
* any later version.
* The software is distributed in the hope that it will be useful,
* but WITHOUT AN... | [
"randy.paredis@student.uantwerpen.be"
] | randy.paredis@student.uantwerpen.be |
949404c346850ed8b8d914554377a60517da57b6 | a9e923353fac938e7ad83b05ae1fa7717c240343 | /nofx/nofx_ofStyle/nofx_dependencies.cc | 3eeff231f39455fbdb5135843d3958dcfefc8e62 | [
"MIT"
] | permissive | 3p3r/nofx | f7dfc5cc8d283aa1e4e9cf53068c1016a99b30c1 | 7abc9da3d4fc0f5b72c6b3d591a08cf44d00277e | refs/heads/master | 2021-05-30T07:49:50.985812 | 2015-07-13T17:35:14 | 2015-07-13T17:35:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 583 | cc | #include "nofx_dependencies.h"
v8::Persistent<v8::Function> DEP_ofColor;
namespace nofx
{
namespace ClassWrappers
{
NAN_METHOD(nofx_dependencies)
{
if (args.Length() != 1)
{
NanThrowTypeError("ofStyle module has dependencies. Please pass the right dependencies first.");
}
... | [
"sepehr.laal@gmail.com"
] | sepehr.laal@gmail.com |
fb604ac64aa3269e01fb3884592f0bab2adc49fb | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/printscan/wia/drivers/video/filter/stillf.cpp | 9baadcffb097dad107ec1020329f27ec53a10d91 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 19,547 | cpp | /*****************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998-2000
*
* TITLE: stillf.cpp
*
* VERSION: 1.1
*
* AUTHOR: WilliamH (created)
* RickTu
*
* DATE: 9/7/98
*
* DESCRIPTION: This modu... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
9beea9a0a309b4f32a6fbd928f542579a05ab2f4 | 3fea899f7ad6280029745809e73d033c67d64866 | /questao 3/Funcionario.cpp | 2509ad512fa8552731c5174fa03e4b59a86debc9 | [] | no_license | GiovanniBru/roteiro10 | 94665ece8386defccec88bbbec64929a75e7c0e8 | ad4f71165853a41471106802296c2e1fbdf9839b | refs/heads/master | 2021-08-08T15:02:49.792047 | 2017-11-10T14:43:26 | 2017-11-10T14:43:26 | 110,250,606 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | cpp | #include <iostream>
#include "Funcionario.h"
using namespace std;
/*Funcionario::Funcionario(string n, int m){
set_nome(n);
set_matricula(m);
}*/
void Funcionario::set_nome(string n){
nome = n;
}
void Funcionario::set_matricula(int m){
if(m < 0){
cout << "Erro na matricula." << endl;
}else{
... | [
"noreply@github.com"
] | GiovanniBru.noreply@github.com |
1e21656747d3b18938896a6eef13052a61cfbd64 | c53695d1a2f7de2ae6e3555c8dd098e2b99e0b16 | /interface.cpp | 99ff75e59d9b75a93f94317b14602133026889bd | [] | no_license | mkmik/myindex | 2bfb76c3e13f4ea11a616b10bd834c0bdf9efd3a | 369fdda309d4d3cc3c5b60cb531f85566275c0c5 | refs/heads/master | 2021-05-26T15:28:02.763468 | 2010-09-09T09:31:53 | 2010-09-09T09:31:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 812 | cpp | #include "soapindexServiceObject.h"
struct Namespace namespaces[] =
{ // {"ns-prefix", "ns-name"}
{"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/"}, // MUST be first
{"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/"}, // MUST be second
{"xsi", "http://www.w3.org/2001/XMLSchema-instance"}, // ... | [
"marko.mikulicic@isti.cnr.it"
] | marko.mikulicic@isti.cnr.it |
dddd30b2b27f01a62e5f886babe68243c9d1fb74 | 6754fedd87afba36ec8f004825bb852b00ac8fb2 | /src/boost/functional/hash/deque.hpp | 06d23c2200847925d44180b7a169e4732c376694 | [
"BSD-3-Clause",
"BSL-1.0"
] | permissive | cpmech/vismatrix | 4e7b8a3e0448f4c9565fa649e9c9af0e05707346 | a4994864d3592cfa2db24119427fad096303fb4f | refs/heads/main | 2021-08-15T21:52:56.975004 | 2020-09-24T00:55:35 | 2020-09-24T00:55:35 | 54,020,206 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 921 | hpp |
// Copyright 2005-2008 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Based on Peter Dimov's proposal
// http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf
// issue 6.18.
#if ... | [
"dorival.pedroso@gmail.com"
] | dorival.pedroso@gmail.com |
449cd4ab0c5d06a54cb35aaf9c9a7ab3e1170224 | 6408cfc725bc63d4cc0f3bafa231be2a968d7323 | /ReadData_Matlab/write_data.cpp | 676545689877a1263ce1aabaec3c6dcfe1d40b99 | [] | no_license | FrancesZhou/XMTC_SLEEC | c9f90b3eec23aadd0410005fca192c2943171a0c | bc9d74ff4aaf6d662039b484e09e632b7c447357 | refs/heads/master | 2021-09-15T00:41:07.152519 | 2018-05-23T03:14:29 | 2018-05-23T03:14:29 | 113,753,521 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,229 | cpp | #include <iostream>
#include <string>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <mex.h>
#define NAME_LEN 100000
using namespace std;
void mexFunction(int nlhs, mxArray* plhs[], int rlhs, const mxArray* prhs[])
{
mxAssert(nrhs==3,"Required and allowed arguments: mex_feature_mat, mex_label_ma... | [
"zhouxian@sjtu.edu.cn"
] | zhouxian@sjtu.edu.cn |
28d20c4ed82b078bc2c9fc71043fbb5da520a705 | 785739694ad05053f7ded3b60dcd8e46b2ab0505 | /LiFi textReader/blink_led.ino/blink_led.ino.ino | e1ea5498c1c6f7af035bbae1fb63311e3e110d41 | [] | no_license | premangshuC/LiFi | e5425e4c5c7ac5165820552e3dc78b1142cbb0d9 | 7df5e72b4b28d0ed8006381743ec7641b6f38069 | refs/heads/master | 2020-04-12T09:00:19.017061 | 2018-05-09T08:03:47 | 2018-05-09T08:03:47 | 63,570,246 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 404 | ino | void setup() {
// initialize digital pin 13 as an output.
pinMode(13, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(13, LOW); // turn the LE... | [
"premangshuchanda@gmail.com"
] | premangshuchanda@gmail.com |
1d10bde8c3609e8db320b46c58a498f649f8332b | eb40a068cef3cabd7a0df37a0ec2bde3c1e4e5ae | /dnn/src/rocm/relayout/relayout_contiguous.cpp | bc4314836ca31ca26b4557e411cfc061c2c87aae | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | tpoisonooo/MegEngine | ccb5c089a951e848344f136eaf10a5c66ae8eb6f | b8f7ad47419ef287a1ca17323fd6362c6c69445c | refs/heads/master | 2022-11-07T04:50:40.987573 | 2021-05-27T08:55:50 | 2021-05-27T08:55:50 | 249,964,363 | 1 | 0 | NOASSERTION | 2021-05-27T08:55:50 | 2020-03-25T11:48:35 | null | UTF-8 | C++ | false | false | 2,947 | cpp | /**
* \file dnn/src/rocm/relayout/relayout_contiguous.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distribut... | [
"megengine@megvii.com"
] | megengine@megvii.com |
f4b611f878cd68acc0a95e6be465ae5c426328c0 | 731f016c6823c3a3d340b5f4f82fcfdb2fcaf025 | /FlameShot/selectiontool.cpp | 4d9a8d9f3d0a6e16f5b69ec8788fcf109fbd4cd6 | [] | no_license | SindenDev/ScreenShot | 536f390fb3759e6afb66ba71fd68be9f75e00ee9 | 15756e5b4ecede3c082f6e31773e527d37cde2ad | refs/heads/master | 2022-07-25T18:41:21.169560 | 2020-05-15T11:38:00 | 2020-05-15T11:38:00 | 259,273,203 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,576 | cpp |
#include "selectiontool.h"
#include <QPainter>
namespace {
#define PADDING_VALUE 2
}
SelectionTool::SelectionTool(QObject *parent) : AbstractTwoPointTool(parent) {
m_supportsDiagonalAdj = true;
}
bool SelectionTool::closeOnButtonPressed() const {
return false;
}
QIcon SelectionTool::icon(const QColor &bac... | [
"zhangxintian@imsightmed.com"
] | zhangxintian@imsightmed.com |
78ee1a61b7ecba3dc2a4b72da4c10d5d0b885fc9 | dbcd2006f283fcb469524d92d884024fa11345ac | /storage/diskmgr/services/storage_service/interface/src/storage_service_stub.cpp | 15c2e389d0046de18df33ffb5839530470582b37 | [
"Apache-2.0"
] | permissive | openharmony-gitee-mirror/distributeddatamgr_file | 380e4841a943d548f810081d86b661d6b099a9b6 | 1e624bbc3850815fa1b2642c67123b7785bec6a1 | refs/heads/master | 2023-08-20T11:39:22.117760 | 2021-10-25T01:53:50 | 2021-10-25T01:53:50 | 400,051,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,845 | cpp | /*
* Copyright (c) 2021 Huawei Device 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 ... | [
"panqiangbiao@163.com"
] | panqiangbiao@163.com |
8cd56224cd88c0f56fcd45fab4279353e3cab531 | c48dcd857a3369a7a86fd0eaef971bff9633b67f | /trunk/zat/lib/zstring.cc | 90ad3bcb68dccdbb3088e157b0bc5e8267e7a002 | [] | no_license | BackupTheBerlios/zat-dev-svn | fae6db3477cae636cff8147c59d9c3ee17c76681 | cf86ec1a6a90fff3c822446fda5884ef1c61d4a1 | refs/heads/master | 2020-04-14T21:08:26.085862 | 2005-04-18T08:27:46 | 2005-04-18T08:27:46 | 40,802,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,721 | cc | // Zat Assembler Toolchain.
// Copyright (C) 2004-2005 Justin Forest <justin.forest@gmail.com>
//
// $Id$
#include <stdarg.h>
#include <stdio.h>
#include "zstring.h"
void zstring::capsize()
{
for (std::string::iterator it = begin(); it != end(); ++it)
*it = ::toupper(*it);
}
unsigned int zstring::hash() const
{
... | [
"hex@75074d0f-cef1-0310-aeb8-8f850d70955c"
] | hex@75074d0f-cef1-0310-aeb8-8f850d70955c |
46aec409877fc714bf7424e36c435a9003c76a73 | 94fd014cbe631100439127fc90a175e39c1d7366 | /Sem Título4.cpp | 87b1cd826fa81f052cddf8687f2fd42c426ef4fe | [
"MIT"
] | permissive | Mraimundo/Programa-o-II | 4ca1a80eb7fd74004c75066d5e0fb27c83735970 | 6b908ce99a22ff887884f2b07b65e83c6e456200 | refs/heads/master | 2020-06-26T02:01:02.984011 | 2019-07-29T16:45:56 | 2019-07-29T16:45:56 | 199,491,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <conio.h>
int verifica (int n1, int n2){
int result;
if(n1>n2)
return n1;
else
return n2;
}
int verifica_2 (int n1, int n2, int n3){
int result;
if(verifica(n1, n2) > n3){
return verifica(n1, n2);
}
else
return n3;
}
int main(){
int resu... | [
"mouzinho.raimundo@idsestudantes.org"
] | mouzinho.raimundo@idsestudantes.org |
d1828468970eafb3e06d258243168fd00cb53bc7 | 4cbcff3fc9e753ae7a043ce442f52b0524117d82 | /GoBang/Resources.hpp | 238cec6c6da1db9abda18be436521550183e1aa0 | [] | no_license | scyxiaoh/GoBang | d4ea51530676dd000f522f7d95e8b9dc57cd3df8 | d3a60160c84388ab0c59d5ea3049dc1aacc9d72d | refs/heads/master | 2020-03-26T02:47:04.708439 | 2018-10-24T20:53:13 | 2018-10-24T20:53:13 | 144,423,761 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 417 | hpp | //
// Resources.hpp
// GoBang
//
// Created by Kevin Sun on 2018/10/15.
//
#ifndef Resources_hpp
#define Resources_hpp
#include <stdio.h>
#include <QGraphicsObject>
class Resources {
public:
class Image {
public:
static QImage whitePiece();
static QImage blackPiece();
static QImage... | [
"cykevinsun@gmail.com"
] | cykevinsun@gmail.com |
f8f4c514069d4d30651a9860ede0833ebeedc38b | 6dc5f480c3dcad8693726cbfa24cba66b6cb3184 | /src/rtk_sub_node.cpp | fc931a90cf8ea5d766081fda6e7fc82e79e9268c | [] | no_license | climb0079climb0079/rtk_driver | a821be3ce2f1966a257475891897b1361160418d | be65b7e016648701049198c53be7cebfddca2743 | refs/heads/master | 2022-09-29T11:45:12.460687 | 2020-06-05T06:36:10 | 2020-06-05T06:36:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 864 | cpp | #include "ros/ros.h"
#include "std_msgs/String.h"
#include "sensor_msgs/NavSatFix.h"
#include <iostream>
#include <iomanip>
#include <fstream>
using namespace std;
void gpsCallback(const sensor_msgs::NavSatFix& gps_msgs) {
//ROS_INFO("I heard time:[%ld], lat:[%lf], lng:[%lf], height[%lf]", gps_msgs.header.stamp, ... | [
"1393089237@qq.com"
] | 1393089237@qq.com |
fab914b9405043bdd859dbda2fd0561e99086c5b | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/public/mojom/service_worker/service_worker_provider.mojom-shared.cc | 1d12cc8b9c9ed59d35be20b057168b934fb8a290 | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,767 | cc | // third_party/blink/public/mojom/service_worker/service_worker_provider.mojom-shared.cc is auto generated by mojom_bindings_generator.py, do not edit
// 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.
#i... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
9cba702b44cf2d38d965a805c7676d9951d7cf98 | 5d15e7dfba2b8d6b9a8bb14973d4907b753d3ab9 | /Lab5/Controller.h | a91f9ba1cc41beb17a94bb4d44a86cebc8ac266c | [] | no_license | giurgiumatei/Object-Oriented-Programming | b7957c9e14711ec4910563104d114a70d874b9b2 | 2ab019f1b7f9aaa03b634453fbe2ac2914320923 | refs/heads/main | 2023-03-10T00:14:25.892419 | 2021-02-22T14:53:57 | 2021-02-22T14:53:57 | 341,146,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 598 | h | #pragma once
#include "Repository.h"
class Controller
{
private:
Repository repository;
public:
Controller(Repository repository) :repository{ repository } {}
bool add_movie_controller(string title, string genre,unsigned int year_of_release,unsigned int likes, string trailer);
bool remov... | [
"noreply@github.com"
] | giurgiumatei.noreply@github.com |
df3612facfc6218f65a273eb6cb54840c50ada01 | f3941393ecaa96f8a55ef0cee84e5b174cf44715 | /devel/include/industrial_msgs/StopMotionResponse.h | 2a785cbbfce4e960897ef507cc62f1d037953a04 | [] | no_license | BareSteffen/ROSGRP6 | d46c7de97a732adf66b88986dfec3529c8fdbbaa | aa5f11d0118cf071e43a068c0ee07ae98ec0f04e | refs/heads/master | 2023-01-29T02:00:38.403893 | 2020-12-16T09:24:03 | 2020-12-16T09:24:03 | 321,366,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,985 | h | // Generated by gencpp from file industrial_msgs/StopMotionResponse.msg
// DO NOT EDIT!
#ifndef INDUSTRIAL_MSGS_MESSAGE_STOPMOTIONRESPONSE_H
#define INDUSTRIAL_MSGS_MESSAGE_STOPMOTIONRESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/bu... | [
"steffenlarsen78@gmail.com"
] | steffenlarsen78@gmail.com |
f2b04e88a23488252d9734bea5fac34ff476caf1 | a4253c9ba4d188969daca9a180a61ce631741965 | /old codes/_290104_UGVcontroler7/OperationMode.ino | 8b8af998ac917719a1c0c6e416559d9674f2f901 | [
"BSD-3-Clause"
] | permissive | KTD-prototype/Lambda | 7e52310325526c01ebb12fd23dd256801b821358 | ca45bb8d68251b7871e5edf58253b76f0898d272 | refs/heads/master | 2020-04-29T18:42:40.361967 | 2019-04-14T12:53:04 | 2019-04-14T12:53:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,365 | ino | /*
ロボットからの返答に基づき、ロボットの動作モードを判定
*/
void OperationMode(byte value) {
switch (value) {
case 0:
lcd.setCursor(0, 0);
lcd.println("mode : stop");
lcd.setCursor(0, 1);
lcd.println(" ");
break;
case 1:
lcd.setCursor(0, 0);
lcd.print("mode : remote");
... | [
"hozu.kazu.hozu@gmail.com"
] | hozu.kazu.hozu@gmail.com |
69191c2683872ab1447c7069272b20ed5d7dd427 | 7e896ad5558f838c89c65ab9d6559b35071acd27 | /P04/Source/Datos/Delincuente.cpp | 8df9a3aaadaf7b94faa79d1be8b572a87f1c566b | [
"MIT"
] | permissive | gorkinovich/LP2 | 6aa17d797ca377447070d997a695758f20376af1 | a756b2e064a29a7f624885299c082e9c02e384ea | refs/heads/master | 2022-06-17T01:43:47.641358 | 2022-06-08T14:09:30 | 2022-06-08T14:09:30 | 49,684,302 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,280 | cpp | //----------------------------------------------------------------------
// Gorka Suárez García - Ing. Tec. Inf. de Gestión 2º B.
// Práctica 04 - Grupo 03.
//----------------------------------------------------------------------
#pragma hdrstop
#include "Delincuente.h"
#pragma package(smart_init)
Delincuente::Delinc... | [
"alexander.lessman@gmail.com"
] | alexander.lessman@gmail.com |
b75a78fb2024d5ae4436e16dc19b05b4a646e044 | 21ed6143340b9ab7f9c5937898f65b9914c0d6c0 | /include/Thread/ACond.hh | 6bef73576ba10aff142e76f111e9dba171f71594 | [] | no_license | guitehub/tek2-cpp_bomberman | 71486f8edd58778a5b11c6a112eb7e35bf47439c | d4a74ef32072269c841d5a1bf2a1a0f6d2a7b56f | refs/heads/master | 2022-09-09T12:18:10.440460 | 2020-04-19T14:56:08 | 2020-04-19T14:56:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 723 | hh | //
// ACond.hh for bomber in /home/chanut_g/rendu/cpp_bomberman/include/Thread
//
// Made by Guillaume
// Login <chanut_g@epitech.net>
//
// Started on Mon May 26 15:50:45 2014 Guillaume
// Last update Mon May 26 15:51:00 2014 Guillaume
//
#ifndef ACOND_HH_
# define ACOND_HH_
class ACond
{
protected:
bool... | [
"guillaume.p.chanut@gmail.com"
] | guillaume.p.chanut@gmail.com |
d2799e4c6e25309adc50b74ff774d3d7a6c0a490 | 7601f733578ce0a7017d13579ae32bd666327436 | /PixelConfigDBInterface/include/PixelConfigInterface.h | 7248fb05d8e5745a14734a10f986fd7a8a725b72 | [] | no_license | radtek/PixelOnlineSoftware | 03c50f9cda443f95b83b2f5709edeb39e4cad148 | 7a7ae00f724df4998135f3176db60dfc81cfeb3b | refs/heads/master | 2021-02-26T12:08:27.890083 | 2015-08-20T21:38:35 | 2015-08-20T21:38:35 | 245,524,297 | 1 | 0 | null | 2020-03-06T22:01:13 | 2020-03-06T22:01:12 | null | UTF-8 | C++ | false | false | 39,055 | h | #ifndef PixelConfigInterface_h
#define PixelConfigInterface_h
/*
$Author: menasce $
$Date: 2009/11/17 15:12:22 $
$Revision: 1.77 $
*/
#include <stdlib.h>
#include <iostream>
#include <string>
#include <set>
#include "PixelConfigDBInterface/include/PixelConfigDBInterface.h" // was DB
#include "CalibFormats/SiPixelObjec... | [
"oaz2@cornell.edu"
] | oaz2@cornell.edu |
d1bcd1e9aac2c6bdc1ef978a31c1f5ff95012c7f | b9514762eb348e2447ad69534e5955acfa0649af | /Source/Lutefisk3D/Input/Controls.h | c0eaafffa43b89261b4d26a6840bf72aa537c96c | [
"Apache-2.0",
"BSD-2-Clause",
"Zlib",
"MIT",
"LicenseRef-scancode-khronos",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Prashant-Jonny/lutefisk3d | d2c23c463e14a9845e9cb183004e53fa789cd86d | 397f188689f7410a331782992ded4204ab11b0b2 | refs/heads/master | 2020-12-03T07:54:34.221642 | 2015-10-28T08:42:20 | 2015-10-28T08:42:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,130 | h | //
// Copyright (c) 2008-2015 the Urho3D project.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, m... | [
"nemerle5@gmail.com"
] | nemerle5@gmail.com |
a36d04c76a3109634121c2580d504745bcfc6ac5 | 4090aed9b69d1e355b40a6db6a138f34353197a0 | /excursion.cpp | be33131bb53ff6efe12d33f7579aacc16c2ff063 | [] | no_license | HongyuHe/OJ | 0ecb72c4a87ac8ac5dc90210be0fbd71c6843f64 | f8713ed4e374fdbc783c7c683020a1c23f42b3ad | refs/heads/master | 2020-03-31T17:14:30.991344 | 2018-10-10T01:17:27 | 2018-10-10T01:17:27 | 152,414,016 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | cpp | #include <iostream>
#include <vector>
using namespace std;
typedef long long ll;
int main() {
vector<ll> count(3, 0);
string s;
cin >> s;
for(auto& i : s) {
count[i-'0']++;
}
ll swaps = 0;
for(auto& i : s) {
if(i == '0') {
count[0]--;
}
else... | [
"mikepf97@gmail.com"
] | mikepf97@gmail.com |
51abb84c2a5606db3855d3aa5a7dfbd697cf230b | 784e683fe0239f991228e0d7632ace5cc2f55ad8 | /resource/examples/advanced/InducedPolarization/PolAnalyzer.cxx | b38c1ea7fda1a7ca17754affdeaa662780fd5a78 | [] | no_license | rheask8246/megalib | 5751ee8e5b00bc6c9a0cacea2c1d82a600f08336 | a681302a429aa4a9cb1201c00db1d964fb92a056 | refs/heads/master | 2021-07-23T14:13:32.687763 | 2019-01-11T05:41:49 | 2019-01-11T05:41:49 | 239,953,431 | 0 | 0 | null | 2020-02-12T07:39:40 | 2020-02-12T07:39:39 | null | UTF-8 | C++ | false | false | 13,117 | cxx | /*
* PolAnalyzer.cxx
*
*
* Copyright (C) by Andreas Zoglauer.
* All rights reserved.
*
*
* This code implementation is the intellectual property of
* Andreas Zoglauer.
*
* By copying, distributing or modifying the Program (or any work
* based on the Program) you indicate your acceptance of this statement,
... | [
"andreas@megalibtoolkit.com"
] | andreas@megalibtoolkit.com |
761eb02ef49431d2e2ee7a320b9f78882365368b | fca08f1452c0bdaf22a1714b3aaaa867cdaf2b63 | /Sudoku.h | ba235e6b0f0b3311b3928224b30ad502352881e1 | [] | no_license | jenny121095/pd-Sudoku | e4e5b77b8c4e3b95853f9dd3f662a99afbf42663 | fa65265e880ef1e5cbd2701de34c8f1b48d00d82 | refs/heads/master | 2021-01-20T21:12:48.728126 | 2016-07-16T03:48:25 | 2016-07-16T03:48:25 | 63,463,635 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | h | #include <cstdio>
#include <cstdlib>
#include <ctime>
#define sudokusize 9
class Sudoku
{
public:
Sudoku();
void ReadIn();
int Solve();
int find(int i,int j);
void GiveQuestion();
private:
int map[sudokusize][sudokusize];
int res[sudokusize][sudokusize];
int givequestion[sudokusize][sudokusize];
int zer... | [
"noreply@github.com"
] | jenny121095.noreply@github.com |
4c863289f625a57726206a87037856d9c608a121 | eb5456a1d1465fb33dd51566cb7d05be116b6f1b | /WebServer_VD3.cpp | a04705ea960d6f64102d8e6679f01060f52ae3a2 | [] | no_license | ndq3004/SocketQ | 194fcb095c0ba561c085f80c986e8f8386d3ce8c | 2a807d1bc5b694c4f03d17ebb60bfa5b9316d8e0 | refs/heads/master | 2020-04-10T16:16:41.311707 | 2018-12-10T08:21:18 | 2018-12-10T08:21:18 | 161,140,004 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,194 | cpp | // WebServer.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include "winsock2.h"
int main()
{
WSADATA wsa;
WSAStartup(MAKEWORD(2, 2), &wsa);
SOCKET listener = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
SOCKADDR_IN addr;
addr.sin_family = AF_INET;
addr.si... | [
"ndq3004@gmail.com"
] | ndq3004@gmail.com |
78ce830aa4aaca857a008d330cae6f57386bbf6f | a3634de7800ae5fe8e68532d7c3a7570b9c61c5b | /schedule1.cpp | fb34f2f0d7740ec82a48ca98c2a50d35c20c7975 | [] | no_license | MayankChaturvedi/competitive-coding | a737a2a36b8aa7aea1193f2db4b32b081f78e2ba | 9e9bd21de669c7b7bd29a262b29965ecc80ad621 | refs/heads/master | 2020-03-18T01:39:29.447631 | 2018-02-19T15:04:32 | 2018-02-19T15:04:32 | 134,152,930 | 0 | 1 | null | 2018-05-20T13:27:35 | 2018-05-20T13:27:34 | null | UTF-8 | C++ | false | false | 1,043 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{ int t;
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cin>>t;
while(t--)
{ int n, k;
cin>>n>>k;
string x;
cin>>x;
int i=0, j=0;
while(k--)
{ int lenmax=0, imax=0;
if(j==n)
{ i=0;
j=0;
}
while(j<... | [
"f20160006@goa.bits-pilani.ac.in"
] | f20160006@goa.bits-pilani.ac.in |
d9f8b2172fe2e39d1d7c9535e5424b5511196158 | 5c34abe10630b23da8ba7d1cbce38bda53a4b6fa | /CalibSvc/src/test/UseTkrAlign.cxx | 47229bd2c46f7d6cb30bcd47cde9381d07c81fac | [] | no_license | fermi-lat/GlastRelease-scons-old | cde76202f706b1c8edbf47b52ff46fe6204ee608 | 95f1daa22299272314025a350f0c6ef66eceda08 | refs/heads/master | 2021-07-23T02:41:48.198247 | 2017-05-09T17:27:58 | 2017-05-09T17:27:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,975 | cxx | //$Header$
#include <stdio.h>
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "CalibSvc/ICalibPathSvc.h"
#include "CalibData/Tkr/TkrTowerAli... | [
""
] | |
136a24b84f97865e27b5a5eca1961f8dc8d1f552 | 64a1533f4541b76181cd6d3cec3b28876c969250 | /jonathanpr/attila/attila.cpp | 74c3a9756d3ae5a42e51b23353ba822ef356d2e3 | [] | no_license | drkvogel/retrasst | df1db3330115f6e2eea7afdb869e070a28c1cae8 | ee952fe39cf1a00998b00a09ca361fc7c83fa336 | refs/heads/master | 2020-05-16T22:53:26.565996 | 2014-08-01T16:52:16 | 2014-08-01T16:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,829 | cpp | #include <stdlib.h>
#include "randdefs.h"
#include "xbasic.h"
#include "xcgi.h"
#include "xdb.h"
#include "xquery.h"
#include "xencode.h"
#include "randutil.h"
#include "model.h"
#include "view.h"
//---------------------------------------------------------------------------
static RAND_UTIL *ru = NULL;
stat... | [
"chris.bird@ctsu.ox.ac.uk"
] | chris.bird@ctsu.ox.ac.uk |
c6a493af7e1f9da24c0880f56d98b0f9a3de6a13 | 021d05847e6618f1e4c86ab462e1afe851fe8634 | /homework_3.cpp | 528bad8ddef8ddd3db8d36debc165d06b812cdc5 | [] | no_license | yiyanglin0102/CS368 | 808a3f42e72de350961e6302ba373e9ef35d6304 | 07ef43fecdcb89d51ea3d47e357900afaea095ab | refs/heads/master | 2022-03-06T23:53:24.880651 | 2019-10-10T06:02:30 | 2019-10-10T06:02:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,540 | cpp | #include <iostream>
#include <map>
#include <vector>
#include <set>
#include <string>
#include <time.h> // time
#include <cstdlib>
using namespace std;
// don't change this function
// purpose: prints a map of the cave to the console
// input: the printable map a vector of strings
// output: none - console output... | [
"yiyanglin@YiYang-Lins-MacBook.local"
] | yiyanglin@YiYang-Lins-MacBook.local |
1e1fd808169f2a2f264cf57750d18ecb19c922bd | eab70ad1a99d2542f0328baed80b554c76c7a1e5 | /SDLEngine/GComboHandler.cpp | 9fdf8594ce74f9976341064171d46ab00f09b3bd | [] | no_license | EZroot/StarShooter | 4874bf6c8848119478bcba8081acc55b944bced2 | 7d17d05961444a75eb90810130a52721b9c5d442 | refs/heads/master | 2021-12-14T21:25:05.604006 | 2021-11-20T02:26:41 | 2021-11-20T02:26:41 | 151,177,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | #include "GComboHandler.h"
#include "ELog.h"
GComboHandler::GComboHandler()
{
}
GComboHandler::~GComboHandler()
{
}
void GComboHandler::AddKill()
{
killCounter++;
}
void GComboHandler::AddScore(int score)
{
switch(killMultiplier)
{
case 2:
playerScore += score * 2;
break;
case 3:
playerScore += score *... | [
"utohaha@gmail.com"
] | utohaha@gmail.com |
20d67f69017c42a3220345bf2ae40d36b8d24ef5 | 07191b583c3a78c397931aeff47ffa53155da549 | /Library/Vector3.h | 9c5c58d2cd3e682c790a24cbb5ee858136278027 | [
"MIT"
] | permissive | allenbrubaker/raytracer | f3289dd3933cc566270458c1e07287eb281c2b06 | 29b3af0fc26ea95998a32ae0ec5d6f48eb433e9e | refs/heads/master | 2021-01-20T04:47:24.488026 | 2014-11-19T04:46:05 | 2014-11-19T04:46:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,672 | h | #ifndef VECTOR3_H
#define VECTOR3_H
#include <math.h>
#include <stdlib.h>
#include <assert.h>
#include <iostream.h>
#include <iomanip.h>
class Vector3 {
public:
Vector3() { e[0] = 0; e[1] = 0; e[2] = 0;}
Vector3(float e0, float e1, float e2) {e[0]=e0; e[1]=e1; e[2]=e2;}
float x() const { return... | [
"allenbrubaker@gmail.com"
] | allenbrubaker@gmail.com |
fd385161ae28adbbb1e9172134478351be102639 | 4442c37280e426d963304e5863cb25c96fff9e2a | /include/cefal/instances/monoid/with_functions.h | f1bb3877379a70e3010d2f2bd7b989a3bd4adf40 | [
"BSD-3-Clause"
] | permissive | codereport/cefal | 2f2cee47897636dab2fc391492e5e66fd67d9d1b | e5b37ffff77d9b9a147c7aa6e3bb8d64b77ed212 | refs/heads/master | 2021-05-19T16:24:21.738435 | 2020-03-31T23:55:01 | 2020-03-31T23:55:01 | 252,025,749 | 0 | 0 | BSD-3-Clause | 2020-03-31T23:53:50 | 2020-03-31T23:53:49 | null | UTF-8 | C++ | false | false | 2,439 | h | /* Copyright 2020, Dennis Kormalev
* 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
* conditions... | [
"kormalev.denis@gmail.com"
] | kormalev.denis@gmail.com |
68d9669e578175abdf62a9a4e58c61b65204b303 | 80cf6334fb1330b74998423da1bd1cd7700d42f5 | /cpp_flySingleTracer_multiTask/classes/MVideoManager.hpp | de602771459023a948bf9aeaee827e37093b127c | [
"MIT"
] | permissive | yzyw0702/flySleepPrograms | 144750e58b83699b472d5b0ffe1feb30e05f6c3a | 402a31261963992dc8439e4326cb7bca5487c684 | refs/heads/master | 2020-04-17T04:30:44.112879 | 2019-01-19T05:27:10 | 2019-01-19T05:27:10 | 166,233,063 | 2 | 0 | null | 2019-01-18T03:09:17 | 2019-01-17T13:46:51 | Python | UTF-8 | C++ | false | false | 8,178 | hpp | #ifndef _MVIDEOMANAGER_HPP_
#define _MVIDEOMANAGER_HPP_
#include "MMacros.h"
#include "MDataManager.hpp"
using namespace cv;
class MVideoManager { //singleton
private:
/* I/O communication with MDataManager */
string data_rootPath; // root path of video clips, configurations etc.
vector<string> _VNameCl... | [
"noreply@github.com"
] | yzyw0702.noreply@github.com |
2f672054055474c674eb962a4b214a6abb86406a | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/blink/renderer/core/dom/idle_deadline.cc | 371bd32be33fd2eadd0069cb8e45ce77baaabdb4 | [
"LicenseRef-scancode-unknown-license-reference",
"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"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 1,096 | 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 "third_party/blink/renderer/core/dom/idle_deadline.h"
#include "third_party/blink/public/platform/platform.h"
#include "third_party/blink/render... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
8bc5515db11bcc76490914c83a5c0ba2c10ea5b0 | 55a56b8abfa4bc18f0ff21622472879a98b2cbc9 | /Rozgrzewka3/SigmoidFunction.cpp | 5ce3ab12844714ac29547d941bea5fe1301c913b | [] | no_license | lorthal/IAD1 | e4cf335e7a3255cc62594445790bf896a7367c9c | adb922fc41325887f3c427baa4ac2ee2262b352b | refs/heads/master | 2020-03-10T17:49:30.658980 | 2019-04-01T11:25:08 | 2019-04-01T11:25:08 | 129,509,438 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 388 | cpp | #include "stdafx.h"
#include "SigmoidFunction.h"
#include "math.h"
double SigmoidFunction::GetResult(const double &input)
{
return 1 / (1 + exp(-input));
}
double SigmoidFunction::GetDerivativeFromInput(const double &input)
{
return GetResult(input) * (1 - GetResult(input));
}
double SigmoidFunction::GetDerivative... | [
"bkluchcinski@gmail.com"
] | bkluchcinski@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.