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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed0a0df9f1006ce0417cefeab51f9a514ee0f309 | c80f25d24cee6ed8dba1513c227886c07d83cf75 | /WeaponGirl_1/Client/trunk/Classes/Network/Common/MsgGameDebug.cpp | dfec58c375223698734f3bf8a07e12696434ea05 | [
"MIT"
] | permissive | cnsuhao/newProBase | c250e54ead43efb57363347d1700649a35617d15 | 4fe81d30740a2a0857ca6e09a281fed1146e6202 | refs/heads/master | 2021-08-23T14:19:24.568828 | 2015-11-27T13:37:54 | 2015-11-27T13:37:54 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,208 | cpp | ////////////////////////////////////////////////////////////////////////
// Copyright(c) 2015-9999, WuHan GoodGame, All Rights Reserved
// Moudle: MsgGameDebug.cpp
// Author: ÅíÎÄÆæ(Peng Wenqi)
// Created: 2015/10/13
////////////////////////////////////////////////////////////////////////
#include "MsgGameDebug... | [
"c913421043@dbc7df3a-5862-4ee2-b0ae-4c0d245d469e"
] | c913421043@dbc7df3a-5862-4ee2-b0ae-4c0d245d469e |
db39b168b564493da9685e58dd071c642570e972 | ac56e5761a6abcc357c9f58d74362147d1ffddeb | /Leecode/guessNumber.cpp | 5c7e1d93d7bd3ed4c7549b8a7783aadc2a68753d | [] | no_license | tuomao/leecode | d1553cb65e5ca1913a6def06c79259e3cc66c87e | b4dcf4d7dfb1c303cdcc27fb8d1ea88236ffafc6 | refs/heads/master | 2021-01-21T09:53:30.797784 | 2016-11-28T12:24:01 | 2016-11-28T12:24:01 | 68,451,819 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | cpp | #include "stdlib.h"
#include "stdio.h"
int guess(int num);
int findNumber(int min,int max);
int guessNumber(int n);
int guess(int num){
if(num==6){
return 0;
}else if(num<6){
return -1;
}
return 1;
}
int findNumber(int min,int max){
int m=(min+max)/2;
if(guess(m)==0){
return m;
}else if(guess(m)==-1){
... | [
"a11211052@163.com"
] | a11211052@163.com |
2695c686b7987f5f4c6a28275e5d146418c8a45e | 462c13295e76b4ae2b2e407ee9ad15aa93365db7 | /problems/+cardiff/@CantileverBeam2d/meshes/cantileverBeam100x5x1/constant/polyMesh/owner | 6012b86fe9dcc859f4d4042e80c2551be0c60e98 | [
"MIT"
] | permissive | lucasribeiroufrj/nfvm | 14343ae0e85cae5d66640f13331f25d824282855 | e6e548d86d06419f740fa8dc73bf14416fba3d02 | refs/heads/main | 2023-06-17T13:55:13.736895 | 2021-07-09T20:25:21 | 2021-07-09T20:25:21 | 384,543,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,823 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
... | [
"lucasribeiroufrj@gmail.com"
] | lucasribeiroufrj@gmail.com | |
438197b0fcf9a0befe743dbd71a1f31418bf401c | d607fa153791e1c37e22e5ae4f3732cc329327ff | /include/CWorkerThread.h | 172e6de662f66acb36cc1a692c6667a2ad2b447c | [] | no_license | qiubin2016/ThreadPool | e611c0b11d442e8b918178bdd75ca65ec9fc47a6 | 4ecb6960d2d29a30270259ae89a5720543a905a2 | refs/heads/master | 2020-03-21T00:34:26.061601 | 2018-06-19T17:17:43 | 2018-06-19T17:17:43 | 137,899,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 794 | h | #ifndef CWORKERTHREAD_H_
#define CWORKERTHREAD_H_
#include "CThreadA.h"
#include "CJob.h"
#include "CMutex.h"
#include "CCondition.h"
//#include "CThreadPool.h"
class CThreadPool;
class CWorkerThread: public CThreadA
{
private:
CThreadPool *m_ThreadPool;
CJob *m_Job;
void *m... | [
"cust@custVBOX.(none)"
] | cust@custVBOX.(none) |
d01c2cb0679ad90b1f1d41825e143903182ecd83 | 22ebcde0f235b60c1c5cff32461f477ac4f72ecf | /QtSrc/gui/tmp/moc/debug_shared/moc_qtoolbarseparator_p.cpp | 2246ad5066d214f0d1ddd7825b72596e1a7436d1 | [] | no_license | kystyn/ui | 13dc1e7c0e01761b0658be101528bea440be70d9 | 083a011a735f6dc65c271bc92e397c75155ca61f | refs/heads/master | 2020-07-29T03:45:08.929517 | 2020-06-17T23:42:05 | 2020-06-17T23:42:05 | 209,656,041 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,612 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'qtoolbarseparator_p.h'
**
** Created: Fri Sep 2 00:08:17 2011
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4)
**
** WARNING! All changes made in this file will be lost!
*********... | [
"konstantindamaskinskiy@gmail.com"
] | konstantindamaskinskiy@gmail.com |
533cb0b65ffe65037806c8654f8daa21fa272162 | 53d24065cf64623296c525cedd5192c85b163528 | /codeforces/469/B.cpp | 7678d22a300c08ef7ccc98c1c3cd0ce1afc604d2 | [] | no_license | qwer-zcc/OI | a71f0e9ff0fcf67f3477f78d41ad0beffd0bb667 | 2b2000526092ca524e45fffcd470c1daae8a8ba9 | refs/heads/master | 2021-01-20T01:57:16.540586 | 2015-04-27T12:28:40 | 2015-04-27T12:28:40 | 34,663,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,314 | cpp | //+-------------------------------------+
//| By qwer_zcc |
//| Date 14/08/2014 |
//+-------------------------------------+
#include <bits/stdc++.h>
#define INF ~0U>>1
#define LLINF ~0ULL>>1
#define LL long long
#define uLL unsigned long long
#define uint unsigned in... | [
"qwer_zcc@126.com"
] | qwer_zcc@126.com |
34c359eb6073d8feb55bd1398b706c44c14b8594 | 5c77b6fe4abf6aea7cda21fb189e57f407d47638 | /Dyanamic Programming/Interleaving String.cpp | 6b6b32fa4af2a248b7ac6d89aed01e6da25dd5f7 | [] | no_license | PrachiSinghal86/Leetcode | d4afefffd25cac133389f2c544e4d27529b95bab | 0cf2ef338af20ff10b99eb36aa0c35f75e9eb054 | refs/heads/master | 2023-02-19T04:56:04.634885 | 2021-01-17T08:36:36 | 2021-01-17T08:36:36 | 261,002,086 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | cpp | class Solution {
public:
bool isInterleave(string s1, string s2, string s3) {
if((s1.size()==0&&s2==s3)||(s2.size()==0&&s1==s3))
return true;
vector<vector<bool>>dp(s1.size()+1,vector<bool>(s2.size()+1,false));
dp[0][0]=true;
if(s1.size()+s2.size()!=s3.size())
... | [
"prachisinghals076@gmail.com"
] | prachisinghals076@gmail.com |
3b18943862c0ccebdbfa33dc76c1b57ffe03ca1b | cc733834bdb5b4d33210c091744100c818beb2cb | /knRapid/src/rapidExtArcIo/HydraIo.cpp | ad60fd0236411bdf060d8e06326760a3a660d2dd | [
"Apache-2.0"
] | permissive | hhutz/soraCore | b7d592424afb2ff111c24f542853a993d99326e3 | 0b140e0bca251498c3b12c102d04bcb68e4c31b1 | refs/heads/master | 2021-06-26T00:37:20.379488 | 2015-12-17T17:18:51 | 2016-02-11T17:29:47 | 21,436,387 | 1 | 5 | null | 2021-06-18T16:59:09 | 2014-07-02T18:50:50 | C++ | UTF-8 | C++ | false | false | 774 | cpp | #include "HydraIo.h"
#include "rapidIo/HeaderIo.h"
#include "rapidIo/BaseTypesIo.h"
#include "rapidExtArcDds/HydraConfig.h"
#include "RapidExtArcIoParameters.h"
#include <iostream>
namespace rapid
{
namespace ext
{
namespace arc
{
std::ostream& operator<< (std::ostream& ostr, HydraConfig const& rhs... | [
"mallan@71bd3d61-4118-0410-985d-8aea7a627388"
] | mallan@71bd3d61-4118-0410-985d-8aea7a627388 |
7a651c5020ad335b2af382cabadfb87cc8769d85 | 3c9f984766c81ba95f1f4f828fd9c4e6efef9da1 | /SupplyFinanceChain/src/SupplyFinanceChain/protocol/impl/SecretKey.cpp | 71ebb0f04f49fd7061fce4ec09817cb8743ebd93 | [] | no_license | SCF-Team/scfchain | 5f73e3c3a41ac5e33d2637980f428a9b8173fda5 | 41f020da81e1c69a61d0c1698df04cf33b20fc63 | refs/heads/master | 2020-06-26T21:51:29.263077 | 2019-08-05T11:11:24 | 2019-08-05T11:11:24 | 199,766,740 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,136 | cpp | //------------------------------------------------------------------------------
/*
This file is part of SupplyFinanceChaind: https://github.com/SupplyFinanceChain/SupplyFinanceChaind
Copyright (c) 2012, 2013 SupplyFinanceChain Labs Inc.
Permission to use, copy, modify, and/or distribute this software for ... | [
"ghubdevelop@protonmail.com"
] | ghubdevelop@protonmail.com |
564f3ecfbf2f31b028343d617733cbf04d51502d | e0a4005b1668b0be562e597d09d139059f81f070 | /jagles/src/main/jni/gles/GLES/sphere.h | 1ee67a6aa23b0835d70f63cc35855452f675720d | [
"Apache-2.0"
] | permissive | xxxwentao/Gles | d7c49af0c71a4396b3e118602411849ea5f28fe4 | 9fafaa4cafd6fbcbc3e4d5d650bb1a1637c8cd70 | refs/heads/master | 2020-06-05T01:11:12.446825 | 2018-05-19T06:20:32 | 2018-05-19T06:20:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,008 | h | //
// Created by LiHong on 16/4/23.
// Copyright (c) 2016 LiHong. All rights reserved.
//
#ifndef IOS_SPHERE_H
#define IOS_SPHERE_H
#include "BaseScreen.h"
class sphere : public BaseScreen {
public:
sphere(float radius,float aspect,void *mgn) ;
~sphere();
vec3 Evaluate(const vec2& domain);
vec2 EvaluateCoord... | [
"2964287498@qq.com"
] | 2964287498@qq.com |
74e34af04b6e5bea701977013384861a68f30de6 | 02e541928d0cdac6bce3e5d3e8d8304d3a7357bf | /Codes/p156.cpp | 69a193e70d07ae8079c8b510dbdcd0a41668375a | [] | no_license | israkul9/Uva-Problems- | 90063119f6f1441ec6b03c072a517414592f5fc3 | 282c438cfce62874385305a9f1750d4f81e8c75e | refs/heads/master | 2021-07-23T19:34:00.745196 | 2020-08-04T09:01:29 | 2020-08-04T09:01:29 | 201,115,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | cpp | /*
BISMILLAH - HIR - RAHMANIR - RAHIM
*/
#include<bits/stdc++.h>
using namespace std;
#define ll long long int
int const N = 3e5 + 10;
int const MOD = 1e9 + 7;
#define bug cout <<"-----------"<<endl
#define MAX 2268312229760322080
string s ;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
... | [
"israkul9@gmail.com"
] | israkul9@gmail.com |
d6a2599c02ced610c55f277cedabeaaaab9be826 | e1288568f553ce917ab3904ec319d1b5cda3dd40 | /Armor Wing/Classes/Native/Il2CppCompilerCalculateTypeValues1.cpp | 0473df1eb31d28d277cdad67c8608d2588a0f8bc | [] | no_license | Tani314/Armor-Wing | e1803848067cb7433aaaec6e4aa3074c551e7128 | 0638f81f1a83ec3eda99a551b0869e1e4d5d3c0c | refs/heads/master | 2020-12-26T20:59:42.970129 | 2020-11-13T10:33:13 | 2020-11-13T10:33:13 | 237,638,253 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,028,849 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"tanitabassum299@gmail.com"
] | tanitabassum299@gmail.com |
dafe66dff08fd8e6802531752f58eb21eeeb8dad | 904441a3953ee970325bdb4ead916a01fcc2bacd | /src/apps/wiseml/sensors/wiseml_double_sensor.h | f505f7dc68c7a53b4f6c37bc4ee051552b761673 | [
"MIT"
] | permissive | itm/shawn | 5a75053bc490f338e35ea05310cdbde50401fb50 | 49cb715d0044a20a01a19bc4d7b62f9f209df83c | refs/heads/master | 2020-05-30T02:56:44.820211 | 2013-05-29T13:34:51 | 2013-05-29T13:34:51 | 5,994,638 | 16 | 4 | null | 2014-06-29T05:29:00 | 2012-09-28T08:33:42 | C++ | UTF-8 | C++ | false | false | 1,201 | h | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004-2007 by the SwarmNet (www.swarmnet.de) project **
** Shawn is free software; you can redistribute it and/or modify it **
** under the terms of t... | [
"github@farberg.de"
] | github@farberg.de |
8f9ad837dda7f2fe947e41d01bb3f07ab39deb6a | ca99dad905159ed6914ce09129b79f6cf3e0a66f | /src/Minimum_Window_Substring.cpp | 68c15ae95f7e52b5828d9d3d37e7cfd5188c2ca8 | [] | no_license | andyepeacebow/leetcode | 404a912e49d9406cc97d375ecf1bf1bc29980b04 | efdde7bd8cda2740d7cc155393e9c604a1bc9bde | refs/heads/master | 2020-12-24T17:35:19.805856 | 2016-03-08T12:30:04 | 2016-03-08T12:30:04 | 16,905,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 912 | cpp | class Solution {
public:
unordered_map<char, int> ch2cntT, ch2cntS;
int lens, lent;
string minWindow(string S, string T) {
for (int i = 0; i < T.length(); i ++) {
char ch = T[i];
ch2cntT[ch] ++;
}
lens = S.length();
lent = T.length();
int s = 0, t = -1;
bool found = false;
int res_s, r... | [
"44148926@qq.com"
] | 44148926@qq.com |
0790c28bf1d9f76fdf1800cec77db815bb7d7f20 | d9a14292299d52b6667d49706a3b3589a234d54c | /src/Subtitles/subpicturexml.h | 519f6667c15fa58e388d979267b6d566dcb59cf9 | [
"Apache-2.0"
] | permissive | rakuennow/BDSup2SubPlusPlus | ee4b4697544b7740e3edeb49c32e2d69d6b324e7 | fdf0abeec1b055960fc222dd531516ee7d31b6dc | refs/heads/master | 2020-12-25T12:28:39.070490 | 2012-07-17T17:58:41 | 2012-07-17T17:58:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,521 | h | /*
* BDSup2Sub++ (C) 2012 Adam T.
* Based on code from BDSup2Sub by Copyright 2009 Volker Oth (0xdeadbeef)
* and Copyright 2012 Miklos Juhasz (mjuhasz)
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... | [
"amichaeltm@gmail.com"
] | amichaeltm@gmail.com |
0cfdfa29078249231b4efa6d56275f2cb5b856a0 | ed5daa67ed41dffdfe7b41917a6aa017af56500d | /Sources/Uis/Inputs/UiInputRadio.hpp | 4d9112438792f92b44f4d17688e8c7ff97ee54a3 | [
"MIT"
] | permissive | Surue/Acid | e886d195f5e2c7824938fefea5bd4ca62003a4ec | e91bf67b578436677ecdcb11be94805ce591a0ec | refs/heads/master | 2020-05-17T02:30:53.171770 | 2019-04-24T19:51:47 | 2019-04-24T19:51:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,296 | hpp | #pragma once
#include "Fonts/Text.hpp"
#include "Guis/Gui.hpp"
#include "Uis/UiObject.hpp"
namespace acid
{
class ACID_EXPORT UiInputRadio :
public UiObject
{
public:
enum class Type
{
Filled, X, Dot, Check
};
UiInputRadio(UiObject *parent, const std::string &string, const Type &type = Type::Filled, const boo... | [
"mattparks5855@gmail.com"
] | mattparks5855@gmail.com |
939fe39915c8932ccd85c4252e8311740ea7162f | 9b402d093b852a574dccb869fbe4bada1ef069c6 | /code/foundation/terrain/terrainSystem.cpp | f5da460263045675ba9d52c9878d9ec182760a7d | [] | no_license | wangscript007/foundation-engine | adb24d4ccc932d7a8f8238170029de6d2db0cbfb | 2982b06d8f6b69c0654e0c90671aaef9cfc6cc40 | refs/heads/master | 2021-05-27T17:26:15.178095 | 2010-06-30T22:06:45 | 2010-06-30T22:06:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,759 | cpp | #include "terrainSystem.h"
using namespace Foundation;
using namespace Foundation::Terrain;
using namespace ET;
Terrain::TerrainManager& Terrain::TerrainManager::getSingleton()
{
static Terrain::TerrainManager m_Singleton;
return m_Singleton;
}
void Terrain::TerrainManager::create(Ogre::Sce... | [
"drivehappy@a5d1a9aa-f497-11dd-9d1a-b59b2e1864b6"
] | drivehappy@a5d1a9aa-f497-11dd-9d1a-b59b2e1864b6 |
2d9b010f0df2a6d6e9820d81bb5d904a41f902fb | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /_REPO/MICROSOFT/react-native-windows/vnext/Mso/object/queryCast.h | 9d6aa265a43070b03acbe8726f139e7ec65a476c | [
"MIT"
] | permissive | bgoonz/UsefulResourceRepo2.0 | d87588ffd668bb498f7787b896cc7b20d83ce0ad | 2cb4b45dd14a230aa0e800042e893f8dfb23beda | refs/heads/master | 2023-03-17T01:22:05.254751 | 2022-08-11T03:18:22 | 2022-08-11T03:18:22 | 382,628,698 | 10 | 12 | MIT | 2022-10-10T14:13:54 | 2021-07-03T13:58:52 | null | UTF-8 | C++ | false | false | 14,298 | h | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#pragma once
#ifndef MSO_OBJECT_QUERYCAST_H
#define MSO_OBJECT_QUERYCAST_H
#include <unknwn.h>
#include <type_traits>
#include <utility>
#include "crash/verifyElseCrash.h"
#include "debugAssertApi/debugAssertApi.h"
#include "guid/msoGuid.h"
/... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
01193546c3f256a26ff09ed4df20c5166b3a4f85 | 0d555035b1ccd7a23389fd64b59d396bd1ea8230 | /PalindromePairs/PalindromePairs/main.cpp | 34d26ec84be6214306de5d5b6aca9d8177e64b10 | [] | no_license | s510702/leetcode | 6f22d142003fa2b29eee0a3cf225ada2843a0aec | 47525b38c66ca949935f095e6a29fb117c361903 | refs/heads/master | 2020-07-16T07:17:08.664966 | 2016-11-16T23:47:55 | 2016-11-16T23:47:55 | 73,949,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | cpp | //
// main.cpp
// PalindromePairs
//
// Created by Yang Zhao on 9/20/16.
// Copyright © 2016 Yang Zhao. All rights reserved.
//
#include <iostream>
#include <vector>
using namespace std;
class Solution {
class Word
{
map<char c, >
}
public:
vector<vector<int>> palindromePairs(vector<s... | [
"yangzhao@Yangs-MacBook-Pro.local"
] | yangzhao@Yangs-MacBook-Pro.local |
380e6c2fa96a0929936dbed740a6a8057ebf2a3b | ade4dc820bd67a989904c5b50319ea79bd77f6af | /src/FusionEKF.cpp | b1d344cd3687bd6e4cf5862c22ab5afbb36eefce | [] | no_license | istepanov/Udacity-CarND-Term2-Project1-Extended-Kalman-Filter | 6e7fd811b84979af361ed1674b7c2c8ebffddbfb | c3a2be699403a54c0ec4b98ffd17ee7e01e6ce48 | refs/heads/master | 2021-07-09T04:14:32.249485 | 2017-10-09T14:41:53 | 2017-10-09T14:41:53 | 105,500,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,393 | cpp | #include "FusionEKF.h"
#include "tools.h"
#include "Eigen/Dense"
#include <iostream>
using namespace std;
using Eigen::MatrixXd;
using Eigen::VectorXd;
using std::vector;
/*
* Constructor.
*/
FusionEKF::FusionEKF() {
is_initialized_ = false;
previous_timestamp_ = 0;
// initializing matrices
R_laser_ = Mat... | [
"dev@ilyastepanov.com"
] | dev@ilyastepanov.com |
0079f755f91b2770ed9b613490abef416b9c9d51 | cfbe32d3c679487610e0a8e924c33ab6aa64f3d1 | /hackerrank/bead.cpp | c5659372c16329926ffd8ce6ef2693a15e0f64e5 | [] | no_license | hophacker/algorithm_coding | 6062fafd00e276baeb5ef92198c6c1dab66b6184 | bfc9a124ed21eabf241590b90105427f0a2b6573 | refs/heads/master | 2020-06-04T00:41:25.378594 | 2014-07-07T00:50:35 | 2014-07-07T00:50:35 | 18,478,412 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 744 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
#define F(i,L,R) for (int i = L; i < R; i++)
#define FE(i,L,R) for (int i = L; i <= R; i++)
#define ll long long
#define M 1000000007
int main ( int argc, char *argv[] ) {
int T, n, b[10];
ll F[31], res;
FE(i,1,30){
F[i] = 1;
F... | [
"jokerfeng2010@gmail.com"
] | jokerfeng2010@gmail.com |
66eced16abc2558d01cf27fefa61f9eb0129020c | fe4bcdb62fd61a27e93324de636faf2f8a51bb0a | /examples/src/jsonpath_examples.cpp | 6f71c6ffb906e056a5b18f56477a79e62d52061d | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | phillipf/jsoncons | 47926a20b7b160281ca58e30aa818aaeb7656349 | cae3c8bb6a5d2a09b067203ebf2ee025555031f4 | refs/heads/master | 2021-01-22T19:49:50.533289 | 2017-03-09T13:55:33 | 2017-03-09T13:55:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,432 | cpp | // Copyright 2013 Daniel Parker
// Distributed under Boost license
#include <string>
#include <fstream>
#include <jsoncons/json.hpp>
#include <jsoncons_ext/jsonpath/json_query.hpp>
using namespace jsoncons;
using namespace jsoncons::jsonpath;
void json_query_examples()
{
std::ifstream is("input/booklist.json");
... | [
"danielaparker@yahoo.com"
] | danielaparker@yahoo.com |
fdd8de2d610fd83754dc930f89b11e8bcbf9f579 | 96847c9677e2fb10ddb3fe5d1bdc6b6f6723eb64 | /src/main.cpp | 24f5833cf5106e3700dc0a4ac28dc86c2a9beeeb | [] | no_license | Stepze/stephans_projekt | d920af43e86e41c64da9a439be529945d05aed26 | 9a0b964f93cf66f3e1be68d17e1c680df5e87b2a | refs/heads/master | 2021-01-12T03:30:31.492892 | 2017-01-06T17:46:42 | 2017-01-06T17:46:42 | 78,221,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | #include <iostream>
#include <stack.hpp>
int main() {
stack s;
try {
auto i = s.pop();
i = i + 2;
} catch(const std::exception& e){
std::cout << "Dumm gelaufen" << std::endl;
}
return 0;
} | [
"markus@markus@markusklemm.net"
] | markus@markus@markusklemm.net |
18757cac8c498f708d9936b20d3e34a2ebe1ece5 | b1df6b7fd6ec08a011ffcd6d07a7d42915c61e15 | /project/source/core/FastFunc.h | 27d356672950e0cdc93b6a63d802e69b00b68d86 | [
"MIT"
] | permissive | Shdorsh/carpg | dbca0277d3182ce4852e21826e05f423a5d7dd6f | 376130a1ed410116fc8a607601b327eae7dca383 | refs/heads/devel | 2022-06-17T04:01:27.682849 | 2018-12-01T21:23:58 | 2018-12-01T21:23:58 | 159,889,860 | 0 | 0 | MIT | 2022-06-02T07:12:48 | 2018-11-30T23:32:57 | C++ | UTF-8 | C++ | false | false | 19,858 | h | // https://gist.github.com/jwakely/6465273
#ifndef SSVU_FASTFUNC
#define SSVU_FASTFUNC
#include <cstring>
#include <type_traits>
#include <cassert>
#include <cstddef>
#include <memory>
#include <new>
#include <utility>
#ifdef _MSC_VER
#define noexcept //_NOEXCEPT
namespace ssvu
{
namespace Internal
{
class __si... | [
"tomash4my@gmail.com"
] | tomash4my@gmail.com |
6a5b5db5e034c27f8ded22c0b01a23f27d2b3cd5 | fce9a9f35736e81b91b4103dd3c6a937047e94e3 | /src/preprocessor.cpp | 562634f9b0f32ce2ea028879b7a800ffb76d203e | [] | no_license | sweetkristas/wte | 8eae160187a83775e67ec13cd285449e49f34088 | d4a13f679d057c62565fd8c306c8303dfea06b13 | refs/heads/master | 2020-05-17T00:36:51.529301 | 2012-07-10T08:52:35 | 2012-07-10T08:52:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,949 | cpp | /* $Id: formula.cpp 25895 2008-04-17 18:57:13Z mordante $ */
/*
Copyright (C) 2007 by David White <dave@whitevine.net>
Part of the Silver Tree Project
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 or later.
This program is dist... | [
"sweet.kristas@gmail.com"
] | sweet.kristas@gmail.com |
85572a653bc075e5bb8972632265121981386613 | 2e4f485ec35f5c525f28eaee0a1005555cf61a21 | /messagecomposer/src/mdn/mdnwarningwidgetjob.cpp | e7351a9e5df71fa00d9c3e9ba38a7fb5448c1042 | [
"CC0-1.0",
"BSD-3-Clause"
] | permissive | KDE/messagelib | 8b0174c5e4c95344a828b8bf1c31ff52cc6663d7 | ab4f300a88bb9414734296d0031cbb905a53999c | refs/heads/master | 2023-08-30T23:50:09.096181 | 2023-08-28T02:16:39 | 2023-08-28T02:16:39 | 47,712,197 | 13 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 3,034 | cpp | /*
SPDX-FileCopyrightText: 2022-2023 Laurent Montel <montel@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "mdnwarningwidgetjob.h"
#include "messagecomposer_debug.h"
#include <MessageComposer/MDNAdviceHelper>
#include <MessageComposer/MessageFactoryNG>
#include <MessageComposer/Util>
#include <Me... | [
"montel@kde.org"
] | montel@kde.org |
e06591bbbb2270d139775b727e50bc09662e8153 | f02b8065d500df4ca2bcd7869e34123ff2b8db4c | /P144PROD.cpp | 31a73d0474c3411aa080f9bc2ec502826b91acf0 | [] | no_license | hoaf13/SPOJ_PTIT_DSA | 5716cf1e8593e80b9c665826f4e8499ae6d392ab | ff145cbc105564e29d72210f6f58bd0ebb0a4550 | refs/heads/master | 2023-05-30T16:49:04.770510 | 2021-06-17T13:29:23 | 2021-06-17T13:29:23 | 290,277,648 | 12 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,157 | cpp | #include <iostream>
#include <string>
using namespace std;
int ssXau (string a, string b)
{
while (1)
{
if (a.length()==b.length()) break;
if (a.length()>b.length()) b='0'+b;
else a='0'+a;
}
for (int i=0; i<a.length(); i++)
{
int soA=a[i]-'0';
int soB=b[i]-'0';
if (soA>soB) return 1;
else if (soA<s... | [
"gam.nhosmiles2000@gmail.com"
] | gam.nhosmiles2000@gmail.com |
5fbf105b49cbd358aa32d26cf036638686e9f135 | 743c792da8702352c9132a05f106a0b8e3b0994a | /fastdedupe/src/FilesystemHelper.cpp | 3f01d09c2d0d3685dca9b1240baf8271d55bb49c | [] | no_license | adamoa/fastdedupe | baeb2738f0941d48e91acb092ac36e7c8a0932d5 | 2fcee99fa9b9e383cc47b87bc504a191050f2ff1 | refs/heads/master | 2022-09-15T17:57:53.842452 | 2020-05-31T12:15:04 | 2020-05-31T12:15:04 | 268,273,463 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,255 | cpp | /*
* Fiemap.cpp
*
* Created on: May 23, 2020
* Author: adam
*/
#include "FilesystemHelper.h"
#include <linux/fs.h>
#include <linux/fiemap.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <limits.h>... | [
"47828862+adamoa@users.noreply.github.com"
] | 47828862+adamoa@users.noreply.github.com |
a873cd0570ad65b12bc718ebacaccb6f36df871f | 22fc731a32de6d7594b178b0b6276d1ff3ac5f86 | /skia_old/bench/RepeatTileBench.cpp | 5235696abc28c28f87f795774b5597add9ccf54f | [
"BSD-3-Clause",
"SGI-B-2.0",
"Apache-2.0"
] | permissive | mogoweb/webkit_for_android5.1 | 626335a9c12fa00b8b05a164f55dcf775d432cf1 | 63728b4ae4c494011e8e43a466637c826f0f6b5f | refs/heads/master | 2021-01-19T20:12:04.921335 | 2018-01-12T07:08:37 | 2018-01-12T07:08:37 | 88,493,525 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,065 | cpp |
/*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkBenchmark.h"
#include "SkBitmap.h"
#include "SkCanvas.h"
#include "SkColorPriv.h"
#include "SkPaint.h"
#include "SkShader.h"
#include "SkString.h"
static const ch... | [
"mogoweb@gmail.com"
] | mogoweb@gmail.com |
5e27ca5d7fe46680867ed1f78941d5450f96365e | 87ac9f61c0c45bc16bea9b87f4c933ca0904cff8 | /LinkedList/LinkedList/main.cpp | 65c94d7b5c3daf4e7738a16eed8006d3a4b45446 | [] | no_license | arnabs542/ikk2 | e9b31c340f855240e0e876ddf9892d9fe057f2b2 | 70c8529cf0dd58b4891e87b872733ad620f6c537 | refs/heads/master | 2022-01-12T05:25:23.522839 | 2019-05-30T11:14:49 | 2019-05-30T11:14:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,489 | cpp | #include "LinkedList.h"
using namespace std;
int main()
{
int n;
LinkedList list;
while (true)
{
cout << endl;
cout << "============================LINKED LIST MENU=============================" << endl;
cout << "1: INSERT at Beginning" << endl;
cout << "2: INSERT at End" << endl;
cout << "3: INSERT at... | [
"44321209+abhijeetiam@users.noreply.github.com"
] | 44321209+abhijeetiam@users.noreply.github.com |
3ac8193965debd1d65fa8814b265d07411f0141d | 32ffd76b96ad656e2374bdf6c4a5f1e5dd81fbe7 | /university/Person.h | 78b2c24d75e045ad44a01dce86eef47bc27b78fe | [] | no_license | sjokkateer/PRC2 | ff3e88b6f8044312616304572abaf4401aa4a30d | 8907c6b9760ab866b3411ad2eb2012471077ebfb | refs/heads/master | 2022-11-13T12:03:40.265731 | 2020-05-17T21:21:41 | 2020-06-16T15:30:26 | 272,741,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | h | #ifndef PERSON_H
#define PERSON_H
#include <iostream>
#include <fstream>
using namespace std;
class Person
{
private:
string name;
int age;
public:
Person();
Person(const Person &obj);
Person(string name, int age);
Person &operator=(const Person &person);
virtual string print() const;
... | [
"remy90@hotmail.com"
] | remy90@hotmail.com |
cf5eb84cbc570ee5660b3df75ac9947a21857728 | 5423df24db9b2ef2ef88a44430a4005ca1a28680 | /GameAladdin/GameObjects/Player/PlayerClimbAttackState.h | a71b1620fae5256ed8c02b8a724a2548474650b5 | [] | no_license | huynhminhtan/game-aladdin-genesis | 44a10cc87cbee175f82a3c7ce17be871baccaae5 | 3fd67ad1841af721d5849ef5c5c20ed538cbc475 | refs/heads/main | 2021-03-27T15:39:51.073537 | 2018-01-07T02:33:36 | 2018-01-07T02:33:36 | 103,738,577 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | h | #pragma once
#include "PlayerState.h"
class PlayerClimbAttackState : public PlayerState
{
private:
PlayerState::StateName _fromState;
GameObject *_ropeOrHorizontalBar;
bool _checkPlussPosition;
public:
PlayerClimbAttackState();
PlayerClimbAttackState(Player* player, GameObject *ropeOrHorizontalBar, PlayerState:... | [
"minhtan.itdev@gmail.com"
] | minhtan.itdev@gmail.com |
db6d038092235b5ea396ed63f6dc9b36ea193f90 | 5791b78c64fc4076330af128b950e5cc544e333b | /windows/pw6e.official/CPlusPlus/Chapter17/PrintableTomKitten/PrintableTomKitten/TomKitten54.xaml.h | 3b5bf13bf4c77c23aea0b93f5d2856026c035543 | [
"MIT"
] | permissive | nnaabbcc/exercise | 509e2c63389fec768ca07153844b71b864d63a20 | b7ebb55adf9a75ed223555128d77e0f2548450b5 | refs/heads/master | 2023-02-26T07:52:40.093958 | 2023-02-22T01:12:56 | 2023-02-22T01:12:56 | 55,337,514 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 249 | h | //
// TomKitten54.xaml.h
// Declaration of the TomKitten54 class
//
#pragma once
#include "TomKitten54.g.h"
namespace PrintableTomKitten
{
public ref class TomKitten54 sealed
{
public:
TomKitten54();
};
}
| [
"nnaabbcc.zhao@gmail.com"
] | nnaabbcc.zhao@gmail.com |
23c63f82b61257687d73e323cc3caaa0cfbc93dd | cf111b440f33ba9741ff45c60ac33dfade24e2ac | /Snippets/Qt/GridWidget 1/mainwindow.cc | cc4b8840feb3d505f3fbb39c0e119a568787bfe4 | [
"Unlicense"
] | permissive | fredmorcos/attic | cd08e951f56c3b256899ef5ca4ccd030d3185bc1 | 36d5891a959cfc83f9eeef003b4e0b574dd7d7e1 | refs/heads/master | 2023-07-05T10:03:58.115062 | 2023-06-21T22:55:38 | 2023-06-22T07:07:58 | 154,962,425 | 4 | 1 | Unlicense | 2023-06-22T07:08:00 | 2018-10-27T12:30:38 | JavaScript | UTF-8 | C++ | false | false | 1,925 | cc | /*
This file is part of florence.
florence 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.
florence is distributed in the hope that it will... | [
"fred.morcos@gmail.com"
] | fred.morcos@gmail.com |
238312a799ebc60dd1d68b02ebc8b7cca6945290 | 70c1057ac3d070f1f1bf1ae786ac0410aae3402d | /CodeSplit.cpp | 669aca3189fe32945e380d93e0c28f761cb199e4 | [] | no_license | VB6Hobbyst7/VBAcodeConverter | 11233793e704eda0b40bf5c2db1f3bbee0ce4dda | 0908550f2ee3b4309be8c62b807edd32e13a30b7 | refs/heads/master | 2023-04-05T11:59:56.557877 | 2021-04-18T22:43:27 | 2021-04-18T22:43:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23 | cpp | #include "CodeSplit.h"
| [
"condensa1952@gmail.com"
] | condensa1952@gmail.com |
483bac819bdd5a4f12916b2f2ec710fffaeb17dc | d5d67dd5000a4c03c164cf27a68dc5d6ea47500e | /lab07/composite/Slide/CShape.h | 3414775c4d0090b55158353c0666fdd3e0891a1f | [] | no_license | ImbaCow/OOD | db127161159eab83f440b1e9de41a0e7ff373f57 | 725a37b383265b14fe349da2efdfd1e71f2675af | refs/heads/master | 2020-07-16T14:30:34.544134 | 2019-12-30T15:59:21 | 2019-12-30T15:59:21 | 205,805,646 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,016 | h | #pragma once
#include "CLineStyle.h"
#include "IShape.h"
class CShape : public IShape
{
public:
CShape(const Rect& rect, std::unique_ptr<IStyle> fillStyle, std::unique_ptr<ILineStyle> lineStyle);
~CShape() = default;
virtual std::optional<Rect> GetFrame() override;
virtual void SetFrame(const Rect& rect) override... | [
"e.iambakov@gmail.com"
] | e.iambakov@gmail.com |
9bd4fa383d6a27ef4f77102bdb646554616f6152 | cbf1069a489cd6b5c4ac61bcafb49e05eec98c99 | /Programowanie Obiektowe/Lesson_7/C07/01_ID03P04/C07_Proj_ID03P04_0001/Application.cpp | b7d2341228ca528a5b5762e8e82ba8aeed1e4273 | [] | no_license | RuslanLytvynov/University_WIT | 35eb3a0622d76907fead57e63e625edfa6ac1b33 | b75ee4bc0e16ccaa9abf8b50075ff64ea6e87a52 | refs/heads/master | 2021-03-12T10:56:17.579139 | 2020-12-06T11:49:18 | 2020-12-06T11:49:18 | 246,613,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,415 | cpp | void Application::Run(){
Main07();
}
///****************************************
void Application::Main01(){
cout<<"\n\n\t\tTest Main01\n\n";
}
///****************************************
void Application::Main02(){
MyClass01 myClass01;
myClass01.Ini(1,2,3);
myClass01.Print("\n");
}
///*... | [
"lytvynovrus@gmail.com"
] | lytvynovrus@gmail.com |
3c5627fd32ad4c1e46524ac67fbb864cf265aefd | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/SOC/2006/concurrency/tags/postfinal_untested/boost/act/type_traits/are_extended_algo_params.hpp | fe0baa9e9719696c8cf4fb6290ca8b2d41c10a9a | [] | no_license | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 1,726 | hpp | // Copyright (c) 2006, Matthew Calabrese
//
// This code may be used under either of the following two licences:
//
// 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
// ... | [
"doug.gregor@gmail.com"
] | doug.gregor@gmail.com |
3c47dd2e6f9afb677ffc74366a49ad26d85f390c | 8c5045a8aeefc002b29c020577f0ebfe30d931ae | /src/near_PD.cpp | 2c8e4abcadb2dd3347956607a98483740e788e2a | [] | no_license | pqiao29/copSTM | b84517df2777a7a6242962abf410e4cab0c7a868 | aff64c301822e15a4f9974c717fa03b74a43ef96 | refs/heads/master | 2020-05-07T22:47:27.593984 | 2019-09-27T06:51:29 | 2019-09-27T06:51:29 | 180,959,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,935 | cpp | #include <RcppArmadillo.h>
// [[Rcpp::depends(RcppArmadillo)]]
using namespace arma;
using namespace Rcpp;
vec rep_each(const vec& x, const int each) {
std::size_t n = x.n_elem;
std::size_t n_out = n*each;
vec res(n_out);
auto begin = res.begin();
for (std::size_t i = 0, ind = 0; i < n; ind += each, ++i) {
... | [
"pqiao@student.unimelb.edu.au"
] | pqiao@student.unimelb.edu.au |
5f61bd8ab6ae7250b805d85bb94372fb6e8267d0 | 8f128acb30f9060318065c89b70d4ccb2df13b98 | /cpp/primer/chap14/strvec/main.cc | de08e75ef0278f41280bd945f600d7c959e818d6 | [] | no_license | JamieMaple/LearningNotes | 57214850bf7f956df3d28a52aa48b314c9cca9bc | 920b4a0d9828348228e1c2b9d8837447d4b5d86c | refs/heads/master | 2023-01-10T11:31:10.404001 | 2019-08-05T15:05:59 | 2019-08-05T15:05:59 | 101,359,544 | 0 | 0 | null | 2022-12-29T15:59:22 | 2017-08-25T02:55:31 | C++ | UTF-8 | C++ | false | false | 293 | cc | #include <iostream>
#include <string>
#include "strvec.h"
using std::string;
int main() {
StrVec v1, v2, v3 = { "Hello", "World" };
v1 = { "world" };
std::cout << v1.size() << std::endl;
v1 = { "world", "Helow" };
std::cout << v1.size() << std::endl;
return 0;
}
| [
"jamiemaple007@gmail.com"
] | jamiemaple007@gmail.com |
04176d56574899c63adb859fb26034172b78d751 | 71ba298b529a5fbc4924cca1e22b517ac391a012 | /DTLib/MatrixGraph.h | 6b993cc56dcb2e0186eea9c59e4ff4e863ecee12 | [] | no_license | yangtrybest/data | 11e8c08d1a8fb142d66a27d4c1db381cb8b256bc | a3c3e2c06a8f6271d06607583dc7546705d18ef3 | refs/heads/master | 2020-04-05T21:51:38.827549 | 2018-11-13T01:57:11 | 2018-11-13T01:57:11 | 157,231,464 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 6,508 | h | #ifndef MATRIXGRAPH_H
#define MATRIXGRAPH_H
#include "Graph.h"
#include "Exception.h"
#include "DynamicArray.h"
namespace DTLib
{
template <int N, typename V, typename E>
class MatrixGraph : public Graph<V, E>
{
protected:
V* m_vertexes[N];
E* m_edges[N][N];
int m_ecount;
public:
MatrixGraph()
{
... | [
"516849910@qq.com"
] | 516849910@qq.com |
6394604bb9660c974372b00ed206525b6cc8b24f | 0bad04b2f3f023d19de6324985fa94ba8ad9da1e | /prep/heap.cpp | 413848a94e9aa9dc95705a9285f5d76cfcf29f94 | [] | no_license | NamanJain8/CompetitiveCodes | 663d36bf500f0252dbca161eb5aa0d833eba07c5 | 6d42175a74eadb2a9a3e7729268e2648dad7ae5f | refs/heads/master | 2021-04-12T03:43:35.241811 | 2018-09-02T00:24:23 | 2018-09-02T00:24:23 | 125,883,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define ull unsigned long long int
#define uint unsigned int
#define read(n) scanf("%d",&n)
#define readll(n) scanf("%lld",&n)
#define read2(n,m) scanf("%d%d",&n,&m)
#define read3(n,m,l) scanf("%d%d%d",&n,&m,&l)
#define fr(i,n) for(int i=0;i<n;... | [
"jnaman806@gmail.com"
] | jnaman806@gmail.com |
9edbea39a4c210dd44e2b2b0843551aef8d05704 | 71c1e58b327e22fc38d391db93371cc91a32ca40 | /CSC8503_2019_Download1/CSC8503 2019 Download(1)/CSC8503/CSC8503Common/NavigationGrid.cpp | 1422e0567dd0abdaf35d3d60ff6c8a2519e0fc81 | [] | no_license | zqsgdnq/Goose | 3d7b71f760c66f971c451d3b3c9cd227dd16ded2 | 9485cfc9061e49c05e65f562205ba8fc15f670e5 | refs/heads/master | 2022-04-16T11:56:23.227092 | 2020-04-08T12:22:27 | 2020-04-08T12:22:27 | 254,051,878 | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 4,819 | cpp | #include "NavigationGrid.h"
#include "../../Common/Assets.h"
#include <fstream>
using namespace NCL;
using namespace CSC8503;
const int LEFT_NODE = 0;
const int RIGHT_NODE = 1;
const int TOP_NODE = 2;
const int BOTTOM_NODE = 3;
const char WALL_NODE = 'x';
const char FLOOR_NODE = '.';
NavigationGrid::NavigationGr... | [
"b9011685@newcastle.ac.uk"
] | b9011685@newcastle.ac.uk |
f0d17d90e22e6ef9cb60d1fdce1a5f20e3f478a2 | 412bf1c63d44a73b7881f1e4e9c2c3dab41dc673 | /src/qt/optionsmodel.cpp | 8082e500d5119e8b8ffb6e7b55c18d6886b7a5b0 | [
"MIT"
] | permissive | NasdaCash/NSDC | 72ecdd22492d4f75a6b8a80a2ff8e2d2632600d7 | 2fcbb7075b5c4e6eaaf9419cdaa0cdbf75915e23 | refs/heads/master | 2022-12-15T21:53:37.247070 | 2020-09-18T02:59:52 | 2020-09-18T02:59:52 | 295,922,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,062 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2020 The PIVX developers
// Copyright (c) 2020 The Nasda Cash developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mi... | [
"71147574+NasdaCash@users.noreply.github.com"
] | 71147574+NasdaCash@users.noreply.github.com |
098bff0507abd957f5ab82955a7d61a3b5f1a980 | bb7874f3251cdf25d911995edffff832ae888130 | /Labs assignments/Lab5-6/Coat.h | 115706c1d516d5794b856743451d0667c7732f6d | [] | no_license | teodoraalexandra/Object-Oriented-Programming | 35b11ba915c88c513ce85ba1d498892444b90a56 | fcb4e93bd0eed7751fcbc23773c5ce38995367c0 | refs/heads/master | 2021-05-20T20:43:28.320959 | 2020-04-02T10:05:48 | 2020-04-02T10:05:48 | 252,410,240 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 609 | h | //
// Created by Teodora Dan on 2019-03-25.
//
#ifndef LAB5_COAT_H
#define LAB5_COAT_H
#endif //LAB5_COAT_H
#include <string>
#include <iostream>
#pragma once
class Coat
{
private:
std::string name;
std::string size;
int price;
std::string photo;
public:
Coat(const std::string& coat_name, const... | [
"33027937+teodoraalexanra@users.noreply.github.com"
] | 33027937+teodoraalexanra@users.noreply.github.com |
7c914f3e62bf7d3f00d1d5ede0801688e9a3cb59 | c790b40b2a4c845a1cc5aa6e7e29c3713dc09944 | /Landscape/opgl_land/math3d.cpp | afdea77400ae97e393ad4c52d5e29f4f02b5b4b6 | [] | no_license | ST4NSB/opengl-models | 4dce5726958349ff613c3031d2eb773a52ee057e | 3784c02730f98f183442b0154718c7b97980bbe8 | refs/heads/master | 2021-06-23T10:25:49.140036 | 2021-06-11T18:39:23 | 2021-06-11T18:39:23 | 134,914,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,271 | cpp |
// These are pretty portable
#include <math.h>
#include "math3d.h"
////////////////////////////////////////////////////////////
// LoadIdentity
// For 3x3 and 4x4 float and double matricies.
// 3x3 float
void m3dLoadIdentity33(M3DMatrix33f m)
{
// Don't be fooled, this is still column major
static M3DMatrix33f i... | [
"barbulescuadrian10@gmail.com"
] | barbulescuadrian10@gmail.com |
ae2d50021f3f760fe90e4fa019948b1eebc32083 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_new_log_4549.cpp | c16f91f9965ed148c83972c4d65cd4695e07985c | [] | 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 | 131 | cpp | ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(00934)
"all workers are busy. Unable to serve %s", *url); | [
"993273596@qq.com"
] | 993273596@qq.com |
658333f1fbe967bc7f865385eb8a87daf411f8a0 | 74e850fb809ddc985a05dea59d827d42287e1521 | /GameCollectionProject/GameCollectionProject/GameObjects.cpp | 6d29ad91bb2de701b82281b966c8bc429bef805c | [] | no_license | a1clark1a/GameCollectionProject | a38d5e7868fd71b1e6f3755f0e5bcf6ff26cb27a | 14fafb0f5f21a38fbc0c24c8bee503debe72c94d | refs/heads/master | 2021-09-05T00:16:49.499495 | 2018-01-23T01:19:48 | 2018-01-23T01:19:48 | 109,745,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,461 | cpp | #include "GameObjects.h"
/*********************************************************************
**********************ABSTRACT BASE CLASS*****************************
*********************************************************************/
//PUBLIC MEMBERS//
//Constructor to initialize GameObject object's texture and i... | [
"a1clark1a@gmail.com"
] | a1clark1a@gmail.com |
d8466ff57b1fece740dc3559c023d4bb6f01483f | e030930827ed4b9afc707b7e87b7d82a62634c04 | /mqtt_esp8266/mqtt_esp8266.ino | 4b8c02aacb02c0b453181c4652837aaa64bc910b | [] | no_license | Ari100telll/my_first_repo | 2670edcafa89d7501535db66668897b13c6b73a8 | 65ff4ae456c90d39f28a648c6a7d33b45b3bd074 | refs/heads/master | 2020-09-13T07:36:23.312274 | 2019-11-19T13:45:25 | 2019-11-19T13:45:25 | 222,697,374 | 0 | 0 | null | 2019-11-19T13:45:26 | 2019-11-19T13:01:49 | HTML | UTF-8 | C++ | false | false | 2,921 | ino | #include <ESP8266WiFi.h>
#include <PubSubClient.h>
/*#define thermoDO 10 // SO
#define thermoCS 9 // CS
#define thermoCLK 8 // SCK
MAX6675 thermocouple(thermoCLK, thermoCS, thermoDO);*/
// Update these with values suitable for your network.
const char* ssid = "Nagibator777";
const char* password = "Fu... | [
"masternik007@gmail.com"
] | masternik007@gmail.com |
56e9d8e67a1cd205ebd4a150b0207e0a7166886b | 129cb3f7986fea87fd96ac63556fe0aa047f8570 | /src/gui/SortedTransactionsModel.cpp | ec4f780d7d3cc2217daec7f2fde4831bb532be57 | [
"MIT"
] | permissive | dcrsprotocol/dcrswallet | ab39b45ba9b3db7b46793355291fcf69f7eb820c | 382f3e10ec0c13b04d515cd8c8efd4cd2a672bb3 | refs/heads/master | 2022-04-25T09:27:50.362842 | 2020-04-14T02:09:57 | 2020-04-14T02:09:57 | 255,049,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,274 | cpp | // Copyright (c) 2011-2015 The Cryptonote developers
// Copyright (c) 2016-2017 The DarkCrystal developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <QDateTime>
#include "SortedTransactionsModel.h"
#include "... | [
"54621655+DarkIslandNetwork@users.noreply.github.com"
] | 54621655+DarkIslandNetwork@users.noreply.github.com |
a981b7995c21d515229164a96d567030d3ce41aa | 50603a80cc0476d3939804e3fe5a75d3648df79b | /table6tab.cpp | d88589bde72f5960f515a6906baf9f432a7923a2 | [] | no_license | ntrexResearch/MC4 | 142465007868918982a81ff3bb328bd429aeb32a | ec33f05ff0a2a56937ba5b26d2009f4142d9dea2 | refs/heads/master | 2021-01-01T12:53:27.002308 | 2017-07-20T01:07:04 | 2017-07-20T01:07:04 | 97,580,028 | 0 | 0 | null | 2017-07-20T01:07:05 | 2017-07-18T09:29:43 | C++ | UTF-8 | C++ | false | false | 114 | cpp | #include "table6tab.h"
Table6Tab::Table6Tab(QObject *parent) : TableTab(parent)
{
tableLabel.setText("6");
}
| [
"jun928@ntrex.co.kr"
] | jun928@ntrex.co.kr |
f22aec8c560db253f8aec51985bda21a17f53c15 | 1834fdd662163fee048a9ef5645968eb2aca84de | /SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/OgreStaticPluginLoader.h | 3a9f9580b338eb78c7804fb59f355e761d92cded | [
"MIT"
] | permissive | largerussiangames/ogre | 9dca66b0f656b711a5755b887d2bfdadf4825144 | cc62dde929203a405ed3730d4aede83d2f2d11b4 | refs/heads/master | 2021-01-22T05:06:39.366269 | 2012-07-18T08:20:11 | 2012-07-18T08:20:11 | 5,097,043 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,210 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2012 Torus Knot Software Ltd
Also see acknowledgements in Readme.html
You may use this sample... | [
"masterfalcon@ogre3d.org"
] | masterfalcon@ogre3d.org |
6f386ba7556dc3080537fe7661ea40e0c852a1b2 | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/tests/UNIXProviders.Tests/UNIX_PhysicalConnectorFixture.h | 202d559c4a936d794607b16f90a85033cca9398e | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,012 | h | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
958efcd057a83720d8818581c27f190202802a6b | 11a61b9011df5ad699cd1772f9a145a33fb3540e | /Week1/GettingStartedWithImages/Utilities.h | dc97350aa9614397b3d0894555aaf48e6a2e4fd7 | [
"MIT"
] | permissive | mickrz/OpenCV1 | d2854e08e1844070fa787da66b3099a21ae78b10 | d8a791e2f2d9839f4a675256311728491c0cd93c | refs/heads/main | 2023-05-15T03:55:46.843132 | 2021-06-14T02:47:10 | 2021-06-14T02:47:10 | 374,000,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | h | #pragma once
#include <iostream>
#include <opencv2/opencv.hpp>
class Utilities
{
public:
Utilities() = default;
virtual ~Utilities() = default;
virtual std::string Type2Str(int type);
virtual void DisplayImageProperties(cv::Mat mat);
virtual void DisplayImageInWindow(std::string name, cv::Mat mat, bool write=t... | [
"mfrstatements@yahoo.com"
] | mfrstatements@yahoo.com |
c403ce81f1528187aa9dba06baa11d2f92d8c75c | b8353b6631f90dc60653a9553c6e58ca7a4b7256 | /Source.cpp | 919585c615f10b89790f94b3747e208b58817095 | [] | no_license | shreyanshsaha/hammingCode | b07174046942cf3f287bc9e8b3be9dc5c8bf3025 | 1db078173251e2631b589655d1202343c582c450 | refs/heads/master | 2020-03-24T16:45:39.154371 | 2018-07-30T06:43:56 | 2018-07-30T06:43:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,102 | cpp | #include<iostream>
#include<vector>
#include<string>
#include<math.h>
using namespace std;
// Function to get the parity from positions which are defined
int getParity(int pos, vector<int> data) {
// pos is pos-1 since computer indexing starts at 0
pos++;
int par = 0;
for (int i = pos; i < data.size()+1;) {
fo... | [
"erixerns@gmail.com"
] | erixerns@gmail.com |
3885875e7a629ceffedd9e63f87550f386b2a011 | a88f0ca4bc31b40ab414476f0a0df733418ff038 | /Include/3ds_Max/2018/MaxHeap.h | 2352352336864e1b65d58a25036517f9e68045ee | [] | no_license | Goshido/GXEngine-Windows-OS-x64 | 8c9011442a5ef47a3c2864bdc7e6471e622763d5 | 10a1428d0284552856528d519283295388eea35b | refs/heads/master | 2020-06-28T16:59:26.904805 | 2019-11-24T06:07:03 | 2019-11-24T06:09:40 | 74,490,143 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 17,702 | h | /**********************************************************************
*<
FILE: MaxHeap.h
DESCRIPTION: A base class to control memory management for all
for all Max classes
CREATED BY: Justin Yong
HISTORY: created 11/29/05
*> Copyright (c) 2005, All Rights Reserved.
**********************... | [
"GoshidoMatazuki@mail.ru"
] | GoshidoMatazuki@mail.ru |
f200f440bbf5a572f616709cdea79e0dc071809e | 3a1d533535a91440ad1bc9aef4bce933ba5bffef | /host_software/libxser/src/win/xser_instance_oper.h | 17b5da3b206ef02b638712d7a02d29831b39b9cd | [] | no_license | avishorp/xser | 068b8410f2ac438883e7c3a829f81baeacd68c1f | 16abb8dfd4348351088fa23eafbe802056e0ef74 | refs/heads/master | 2021-01-21T22:58:14.928807 | 2015-02-12T20:49:20 | 2015-02-12T20:49:20 | 7,387,267 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | h |
#ifndef __XSER_INSTANCE_OPER_H__
#define __XSER_INSTANCE_OPER_H__
#include <xser.h>
class xser_instance_oper : public xser::xser_instance_oper_ifx {
public:
xser_instace_oper(string& _serial_number);
attach_device(HDEVINFO hdevinfo, PSP_DEVINFO_DATA devinfo_data);
/*******************/
/* xser_de... | [
"avishorp@gmail.com"
] | avishorp@gmail.com |
c923c6dd63db2b2129e2a83d2703cee93d97fd83 | 60bb67415a192d0c421719de7822c1819d5ba7ac | /blazemark/blazemark/boost/TDMatTSMatMult.h | e12309f0aea1d7a4a2f192eb14004d663350e2bb | [
"BSD-3-Clause"
] | permissive | rtohid/blaze | 48decd51395d912730add9bc0d19e617ecae8624 | 7852d9e22aeb89b907cb878c28d6ca75e5528431 | refs/heads/master | 2020-04-16T16:48:03.915504 | 2018-12-19T20:29:42 | 2018-12-19T20:29:42 | 165,750,036 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,076 | h | //=================================================================================================
/*!
// \file blazemark/boost/TDMatTSMatMult.h
// \brief Header file for the Boost transpose dense matrix/transpose sparse matrix multiplication kernel
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserve... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
d52e4fa54864355d253bb12de1cd457d30749092 | 4267175e2cb05725339ac0375684de15129ba63e | /kmp/kmp.cpp | 2b06f704a5aada9ad5e324d60262048a3ebba8ba | [] | no_license | bouk/algorithms_datastructures | e62d0a70141c8f6060f6bb0869e78d08bb4e183a | 6fdd9bb32f65860a7d4d7140ed10f59bffeb916c | refs/heads/master | 2021-01-10T14:18:00.175538 | 2013-03-04T20:43:04 | 2013-03-04T20:43:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,130 | cpp | #include <string>
#include <iostream>
#include <fstream>
#include <vector>
using namespace std;
vector<int> failure_function;
string pattern;
int match(string &line)
{
size_t line_position = 0;
size_t pattern_position = 0;
while (line_position < line.size())
{
if (pattern[pattern_position] ==... | [
"boukevanderbijl@gmail.com"
] | boukevanderbijl@gmail.com |
58ed51e734f8042e9dc01a2d164959b8f8be5f05 | 72676705a58fc326540e7ab43c782c2de313f3ba | /haccmk-sycl/haccmk.cpp | 22f8d7a1db3a1ace03fa801465bfe01c29ec3b8b | [
"BSD-3-Clause"
] | permissive | xwentian2020/oneAPI-DirectProgramming | dfdff2fb56357b8aef5e7207760926dc7e8327d9 | a3eab529ddc7794af666e71df728313ac027b69d | refs/heads/master | 2023-08-10T12:05:48.601018 | 2021-09-06T01:56:20 | 2021-09-06T01:56:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,784 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include "common.h"
template <typename T>
class HACCmk;
template <typename T>
void haccmk (
const size_t n, // global size
const int ilp, // inner loop count
const T fsrrmax,
const T mp_rsm,
const T fcoeff,
const T* xx,
cons... | [
"cc@lp-xeon-test.novalocal"
] | cc@lp-xeon-test.novalocal |
081128e10c165037325781fa48acf9db844d6a2e | 81149060dd8f84fcd76152c3cd727672757cfce4 | /Source/SomTemplate_VR/VirtualReality/TP_VirtualRealityPawn_GamePad.h | d54ebfcf941021aadbe1dbc55b9da0695a1ceac9 | [
"MIT"
] | permissive | davchezt/UE4_VRTemplate_Cpp | ac5d2cc8eb90877746c18e7b4524b27d86924bc2 | 4ad33ce71b3cc3790c99fe15f6908ebd96b5c165 | refs/heads/master | 2021-03-01T21:36:47.024635 | 2020-03-09T04:05:54 | 2020-03-09T04:05:54 | 245,815,217 | 1 | 0 | MIT | 2020-07-28T10:38:36 | 2020-03-08T13:01:46 | C++ | UTF-8 | C++ | false | false | 4,491 | h | // Copyright (c) 2014-2020 Sombusta, All Rights Reserved.
// SomWorks :D // MIT LICENSE // Epic VR Template Convert C++ Open Source Project.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Pawn.h"
#include "TP_VirtualRealityPawn_GamePad.generated.h"
UCLASS()
class SOMTEMPLATE_VR_API ATP_VirtualRealityP... | [
"wjdtjr2676@gmail.com"
] | wjdtjr2676@gmail.com |
01eebd9d355c0acee3a19c0f765e0787ed953771 | bdfd4edb2f52791975c4b223bbb703ed00a71277 | /v3/Architect/src/treenet/tree/growth/classic/ClassicGrower.cpp | 42f11aaf1fb9fe83f0ad13495f32713cc091698d | [] | no_license | xalidb/treenet | 1c80105615b0ea5fa56f1c64000e59d9d79d13fb | c6ed664edbdd7612c72092cf6ec197a36a145561 | refs/heads/master | 2021-01-19T05:19:16.773352 | 2017-01-31T16:16:23 | 2017-01-31T16:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,423 | cpp | /*
* ClassicGrower.cpp
*
* Created on: Sept 9, 2016
* Author: jefgrailet
*
* Implements the class defined in ClassicGrower.h (see this file to learn further about the goals
* of such class).
*/
#include <cstdlib>
#include <list>
using std::list;
#include "ClassicGrower.h"
ClassicGrower::ClassicGrower(... | [
"Jean-Francois.Grailet@student.ulg.ac.be"
] | Jean-Francois.Grailet@student.ulg.ac.be |
032a3cc1e335bac9eaabf278bd6a680788ccdc60 | bd8a861b3991e20c3e7ebd1e035184e02f13df12 | /Classes/SHLevel.cpp | 538e226fa8c9e7c2322402dbf9ed90eeabc254de | [
"MIT"
] | permissive | th7nder/sh-magneticbrick | a5750c31c5f0bd379364c7d3c9369794d2865a33 | 13d1e1c05a42baf12524ed8bb2b8feb759baeb67 | refs/heads/master | 2021-04-15T15:08:42.041077 | 2017-10-25T17:37:09 | 2017-10-25T17:37:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,437 | cpp | //
// SHLevel.cpp
// MagneticBrick
//
// Created by Konrad Stepniak on 28/02/2017.
//
//
#include "SHLevel.hpp"
USING_NS_CC;
bool SHLevel::inAction = false;
SHLevel::SHLevel() : expanded(false), button(nullptr), bottomLayout(nullptr), levelState(Locked), theme(Theme("", "", Color4B(1, 1, 1, 1), false))
{
for(... | [
"vesphy@gmail.com"
] | vesphy@gmail.com |
397a370827001beb6847034699c787af2b8761bc | d96077f7131a2179a879d6651b20b71cad0c3117 | /KY2DViewerApp/KY2DEditor.h | 3e621181b3214d5d8a4b7cea677df1ff92799d63 | [] | no_license | wowlsh93/2DViwer | 647c135f77baeb041576b387ffb5e644917b80a8 | 4dd102f56d93896f05ddcbfd812a3735fe37163d | refs/heads/master | 2022-04-14T23:50:23.042248 | 2020-04-11T02:47:06 | 2020-04-11T02:47:06 | 254,779,766 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,154 | h | #pragma once
#include "../KY2DViewer_DLL/KY2DViewer_IF.h"
// CKY2DEditor 대화 상자입니다.
class CKY2DEditor
: public CDialog
, public KY2DVIEWER::KY2DEDITEvents
{
DECLARE_DYNAMIC(CKY2DEditor)
public:
CKY2DEditor(CWnd* pParent = NULL); // 표준 생성자입니다.
virtual ~CKY2DEditor();
COLORREF m_color;
// 대화 상자 데이터입니다.
enum {... | [
"wowlsh93@gmail.com"
] | wowlsh93@gmail.com |
31ae309bfd9a1e436b857547c40f08172ecb6796 | dd629803899abbb8b6d8b4503b3591bb7eae6e73 | /include/forge/imaging/hd/topology.h | c56daf1445ea76b0f77f19866655aa4aa3f61814 | [] | no_license | furby-tm/Winggverse | 8d78bb691d2e5eecc5197845e9cbfb98f45c58bd | 0dc9db7057f52fca3e52e73491e24f298d108106 | refs/heads/main | 2023-04-21T17:32:20.350636 | 2021-04-30T04:24:30 | 2021-04-30T04:24:30 | 362,732,238 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,309 | h | #line 1 "C:/Users/tyler/dev/WINGG/forge/imaging/hd/topology.h"
/*
* Copyright 2021 Forge. All Rights Reserved.
*
* The use of this software is subject to the terms of the
* Forge license agreement provided at the time of installation
* or download, or which otherwise accompanies this software in
* either electron... | [
"tyler@tylerfurby.com"
] | tyler@tylerfurby.com |
63974ec6571ae81b3af0ba4e50d0c00b678b9abf | a45db7bf6ddf8229579e14959ec8080f92dc69dc | /clusterfq/message.cpp | 53908b5a14b0e057f35217231da51fb429d64969 | [] | no_license | mur1s-playground/clusterfq | b238e7a8c53dcb53830ca595b80c69880c93cbdf | 5fea47dd16546d528f386e5c2f6b022046886b03 | refs/heads/master | 2023-06-17T04:28:47.074768 | 2021-07-18T19:06:04 | 2021-07-18T19:06:04 | 376,087,485 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,511 | cpp | #include "message.h"
#include "identity.h"
#include "contact.h"
#include "client.h"
#include "address_factory.h"
#include "packetset.h"
#include "util.h"
#include "lossy_pipe.h"
#include <sstream>
#include <iostream>
#ifdef _WIN32
#else
#include <cstring>
#endif
unsigned char *message_create_hash_id(const char* dat... | [
"mur1@mur1.de"
] | mur1@mur1.de |
f2dc865620eb2686c63a26d8a0c4c2999ad18b2b | 84875d668911475f4bbf6aa5e44a70f19e941e42 | /include/http/AsioCompat.hpp | fa9b98c7e865321b4f16a8dad924d547e9de3cb6 | [
"MIT"
] | permissive | sroycode/zapdos | 26592d95f51828f53dd104fe04fe98eb127706b0 | 8818ef109e072dcbe990914d9a2a6d70ef190d3e | refs/heads/master | 2021-06-24T06:18:54.712462 | 2020-12-07T08:06:25 | 2020-12-07T08:06:25 | 156,883,254 | 5 | 0 | MIT | 2020-08-02T09:12:57 | 2018-11-09T15:47:05 | C++ | UTF-8 | C++ | false | false | 4,437 | hpp | /**
* @project zapdos
* @file include/http/AsioCompat.hpp
* @author S Roychowdhury < sroycode at gmail dot com >
* @version 1.0.0
*
* @section LICENSE
*
* Copyright (c) 2018-2020 S Roychowdhury
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated... | [
"sroycode@gmail.com"
] | sroycode@gmail.com |
4772d983719cf7d59039d276fbcf25cf440468cd | 12d9e3ed40f1d5706932a3e44e8a08ca185b52cf | /UVa Online Judge/UVA 12461 - Airplane.cc | 0bd9af3d72c910af7ab00003c5a28a54e9e0c19f | [] | no_license | SebastianJM/Competitive-Programming | 25f83ceb607fcc3d95fa35c5f06cb7894413b857 | 5cd9de9485ae3f882a7c85292a77e5d662fce08f | refs/heads/master | 2020-03-23T21:25:42.970408 | 2018-11-20T05:06:46 | 2018-11-20T05:06:46 | 142,105,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 144 | cc | #include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
while(1)
{
cin>>n;
if(!n)
break;
cout<<"1/2\n";
}
return 0;
} | [
"sebastianjmdlc@gmail.com"
] | sebastianjmdlc@gmail.com |
29d27cda1d417d0f8a04f52ba66185a0374ae152 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /iot/src/model/ListDeviceDistributeJobResult.cc | 7e1c16822087a170ce977199a033603133d9540b | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 4,811 | cc | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
27f68b43ad48afef5d697572fa6ac01c05079bd2 | ee53b0262007b2f0db0fe15b2ad85f65fafa4e25 | /Leetcode/173. Binary Search Tree Iterator.cpp | 93177a61e5bbccf017592b5b9fb35b619eb52047 | [] | no_license | xiaohuanlin/Algorithms | bd48caacb08295fc5756acdac609be78e143a760 | 157cbaeeff74130e5105e58a6b4cdf66403a8a6f | refs/heads/master | 2023-08-09T05:18:06.221485 | 2023-08-08T11:53:15 | 2023-08-08T11:53:15 | 131,491,056 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,223 | cpp | #include <unordered_set>
#include <unordered_map>
#include <math.h>
#include <utility>
#include <stack>
#include <algorithm>
#include <set>
#include <map>
#include <vector>
#include <iostream>
using namespace std;
// Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the roo... | [
"xiaohuanlin1993@gmail.com"
] | xiaohuanlin1993@gmail.com |
dabb5b934c5940052df6a7f09ac8a07319ac72d3 | f354ee8c97b6a1d86efb3a4a7ec7078f379ab7c7 | /lib/SPI/SPI.h | 0f214179860c429fd95ae280668b3fbdf5508e49 | [] | no_license | vankxr/avr-multiboot | d78579730d2135e0b396eef5588e21e4e7338816 | 9b48e18fd8bd453a63d02d50d1ad7083a2476a5a | refs/heads/master | 2021-04-15T15:34:44.210801 | 2019-03-10T17:04:58 | 2019-03-10T17:04:58 | 126,638,427 | 0 | 0 | null | null | null | null | ISO-8859-13 | C++ | false | false | 823 | h | /*
* SPI.h
*
* Created: 09/12/2017 16:55:37
* Author : Joćo Silva
*/
#ifndef SPI_H_
#define SPI_H_
#include <avr/io.h>
#include <stdint.h>
namespace SPI
{
extern void Init(uint8_t ubLSBFirst = 0, uint8_t ubMode = 0, uint8_t ubPrescaler = 0, uint8_t ubDoubleSpeed = 1);
extern uint8_t TransferByte(uint8_t u... | [
"jgc3silva@gmail.com"
] | jgc3silva@gmail.com |
7efdadd3f3f7c8b841904b6b943a3aefc5cde3f9 | f275719aead1a8d5e0898ed9ff3b88d96b03d5ce | /find array.cpp | f894daac0209682e09038d57c775b01d6cba0c76 | [] | no_license | sushmanthreddy/A20J-LADDERS-1300 | bbcc0d792d366f486ee0452943462796599548d5 | 37989428befcd2e1fddc69001a2979a9dad2aab0 | refs/heads/main | 2023-08-25T18:42:44.544198 | 2021-10-07T09:17:50 | 2021-10-07T09:17:50 | 363,836,097 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int t;
cin>>t;
for(int i=0;i<t;i++)
{
int n;
cin>>n;
int x=1;
long long sum = 0;
int c=0;
while(sum<n )
{
sum += x;
x += 2;
c++;
}
cout<<c<<"\n";
}
} | [
"amenu4ece20134@am.students.amrita.edu"
] | amenu4ece20134@am.students.amrita.edu |
eb40edd4f0bc21a3001339e1367cf9b5d7e19fc0 | 827e40cc066fbb72d4b86b396b38028863686df5 | /chrome/browser/ui/webui/settings/chromeos/bluetooth_handler.cc | 0e948c162377cb7c1908e6f1e778003b30282b96 | [
"BSD-3-Clause"
] | permissive | Sunder-AK/chromium | b06dd0aaa575d0e246156bcba7c3f3aafb69f863 | 0e4ccd1012f3ee3e9e2f2b1897c717ab7a2bc097 | refs/heads/main | 2023-06-26T06:20:22.364094 | 2021-08-19T16:41:02 | 2021-08-19T16:41:02 | 398,025,627 | 1 | 0 | BSD-3-Clause | 2021-08-19T17:36:05 | 2021-08-19T17:36:05 | null | UTF-8 | C++ | false | false | 2,244 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/settings/chromeos/bluetooth_handler.h"
#include "base/bind.h"
#include "base/values.h"
#include "chromeos/network/netwo... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
9b6cc0676b0ce9ee30e668de29d22f555ffef6c1 | b295490184933515900c8f8552aba675a1f3f53f | /assets/scripts/ui/inventory.cpp | dd811d7e99407a542e2b276a862a51c8b340cc94 | [
"Apache-2.0"
] | permissive | NikiNatov/Minecraft_DX11 | 193680023e717c314695055f69e76152f7b5ee21 | beda41d7aa655843157d486898bafac0ecfbcba6 | refs/heads/main | 2023-06-02T08:19:35.815072 | 2021-06-25T11:31:19 | 2021-06-25T11:31:19 | 374,718,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,219 | cpp | #include "inventory.h"
// --------------------------------------------------------------------------------------------------------------------------------------
Inventory::Inventory(Ref<Texture2D> blockIconSpriteSheet, Ref<Texture2D> slotBackgroundTexture)
: m_BlockIconsSpritesheet(blockIconSpriteSheet)
{
// Initial... | [
"nikinatov0046@gmail.com"
] | nikinatov0046@gmail.com |
95685c57e9fa0a76b5e3b62033357b4b46a497c2 | 5ef7887a7aefbbf536047c59052f99d9039590e3 | /src/components/utils/include/utils/threads/pulse_thread_delegate.h | 207b64caaf555f463347692d36f10e70e9aca1fb | [] | no_license | smartdevice475/sdl_core_v4.0_winceport | 8b2ce9118635bf33700f71c5a87ceed668db1b7f | 1cdc30551eb58b0e1e3b4de8c0a0c66f975cf534 | refs/heads/master | 2021-01-24T20:52:42.830355 | 2016-11-29T06:22:16 | 2016-11-29T06:22:16 | 73,656,016 | 1 | 2 | null | 2016-11-14T01:37:46 | 2016-11-14T01:37:46 | null | UTF-8 | C++ | false | false | 3,443 | h | /*
* Copyright (c) 2014, Ford Motor Company
* 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 condit... | [
"lovinghesl@hotmail.com"
] | lovinghesl@hotmail.com |
717b6481b7d7e2915c7b5e6bdbaef82ed271737c | 1e58f86db88d590ce63110c885c52305d67f8136 | /GlobalData/configtreeobject_DataSave.cpp | 87334c7c412edd0c7fe0f106d60843c9bdc26fe3 | [] | no_license | urielyan/F270 | 32a9b87780b6b0bbbd8e072ca4305cd38dc975c1 | c3d1eceead895ded12166eeb6748df111f46ef2d | refs/heads/master | 2021-01-10T02:06:40.335370 | 2016-03-02T03:23:02 | 2016-03-02T03:23:02 | 52,927,128 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,052 | cpp | #include "configtreeobject_DataSave.h"
#include "cfgchannel.h"
#include "./GlobalData/globalDef.h"
#include "cfgGlobalDef.h"
#include "configtreeobject.h"
ConfigTreeObject_DataSave *ConfigTreeObject_DataSave::instance(QObject *parent)
{
static ConfigTreeObject_DataSave data(parent);
return &data;
}
ConfigTre... | [
"urielyan@sina.com"
] | urielyan@sina.com |
8e844b88247a280d3638c9d694de2deaa864be6a | 641ed3bf03a2088132e8ff365132f1ea486902fa | /ses/nearestSmallerValue.cpp | c8d420b0e4c6bcc684c76990fe5927dea1d3f402 | [] | no_license | OperDoc/Problems | 765dacd3562afe61adb3f319668cb84c2d7600d0 | 1ad2b8cdb06aae0dfa8f332757b31576cdbe88ef | refs/heads/master | 2020-04-14T23:42:35.104476 | 2019-07-24T07:00:01 | 2019-07-24T07:00:01 | 164,212,674 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 812 | cpp | #include <bits/stdc++.h>
using namespace std;
#define cL 2 * i + 1
#define cR 2 * i + 2
#define M (l + r) / 2
int t[800010], arr[200010], n;
int build(int i = 0, int l = 0, int r = n) {
return r - l == 1 ? t[i] = arr[l] : t[i] = min(build(cL, l, M), build(cR, M, r));
}
int Min(int al, int ar, int i = 0, int l = ... | [
"s.lit@outlook.com"
] | s.lit@outlook.com |
f97c289f3ee21fa2c2beb1ee599565974ec13724 | 2b0cbbe5843d78eb4b11151d05a1803ea29088ad | /UVa Online Judge/volume017/1749 Airport Construction/program.cpp | 5fc06ff633145f63d82daa5ada121d1306dfd238 | [] | no_license | kufan/Code | d3a25d29b3493c1fc4862b204909d07a9da10fdf | a05b48fd0e0164f73fb647e9a4a5fff57e22e500 | refs/heads/master | 2023-05-12T23:55:37.127537 | 2021-06-01T03:37:33 | 2021-06-01T03:37:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,346 | cpp | // Airport Construction
// UVa ID: 1749
// Verdict: Wrong Answer
// Submission Date: 2020-07-01
// UVa Run Time: s
//
// 版权所有(C)2020,邱秋。metaphysis # yeah dot net
#include <bits/stdc++.h>
using namespace std;
const double EPSILON = 1e-6;
struct point
{
double x, y;
point (double x = 0, double y = 0): x(x), y(y)... | [
"metaphysis@yeah.net"
] | metaphysis@yeah.net |
60e2105ef97e4dc53203916e903181e80e66c014 | 6da5140e9595582c2ab10f3a7def25115912973c | /5/03.shell/Demo.02/RTDemoView.cpp | cebf42d353c3bbf557b03eb388fd53c28bdd7d7f | [] | no_license | s1040486/xiaohui | 6df6064bb0d1e858429375b45418e4f2d234d1a3 | 233b6dfbda130d021b8d91ae6a3736ecc0f9f936 | refs/heads/master | 2022-01-12T07:10:57.181009 | 2019-06-01T04:02:16 | 2019-06-01T04:02:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,921 | cpp | // RTDemoView.cpp : implementation of the CRTDemoView class
//
#include "stdafx.h"
#include "RTDemo.h"
#include "RTDemoDoc.h"
#include "RTDemoView.h"
#include "RTForm.h"
#include "TimerSpeed.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#define SliderTickID 12001... | [
"haihai107@126.com"
] | haihai107@126.com |
66ec745144c9ebbc78c3e582dce17caeedd48e00 | 54046bb3f0b791876d91137b9bfbaebecc406b02 | /FairShipRun/shipdata/G__ShipDataDict.cxx | 96267a8ec85b70045727b04227b9bed03e847706 | [] | no_license | sashabaranov/ship-tutorial | 36fccfd77a85596d1795681cbd95d86675fed03c | c8326786ba4a406030864d28ad1f43a3b06f9b4b | refs/heads/master | 2021-01-16T21:23:19.775824 | 2015-10-08T10:32:08 | 2015-10-08T10:32:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 84,780 | cxx | //
// File generated by /opt/ocean/FairSoftInst/bin/rootcint at Thu Oct 8 06:24:34 2015
// Do NOT change. Changes will be lost next time file is generated
//
#define R__DICTIONARY_FILENAME dIinputdIFairShipRundIshipdatadIG__ShipDataDict
#include "RConfig.h" //rootcint 4834
#if !defined(R__ACCESS_IN_SYMBOL)
//Break t... | [
"sashab1@yandex-team.ru"
] | sashab1@yandex-team.ru |
a5ad94b0b3c95889ac01479ad57cd7923e87b282 | 5a6e95ea550c1ab70933db273782c79c520ac2ec | /SDK/Include/ActivScp.h | 8cdcde07e22fba906a96bfdca30c53adaaa92e05 | [] | no_license | 15831944/Longhorn_SDK_And_DDK_4074 | ffa9ce6c99345a6c43a414dab9458e4c29f9eb2a | c07d26bb49ecfa056d00b1dffd8981f50e11c553 | refs/heads/master | 2023-03-21T09:27:53.770894 | 2020-10-10T03:34:29 | 2020-10-10T03:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 110,589 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0408 */
/* Compiler settings for activscp.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
... | [
"masonleeback@gmail.com"
] | masonleeback@gmail.com |
61cc100d09509bae3bc3221790685c92caad0cd5 | e35786873860aeecce9e09dedbc5802f645031ed | /GMatrixApp/main.cpp | 68c256444f394e7c465ccb3d3ab9eee909e9374f | [] | no_license | valezamora/ProyectoEnsamblador | ed9b04156d61c277edbcf0b6d10639f9c8a371a3 | 5a93f98374d87202ba266a4b3de615c9b7e9cc1d | refs/heads/master | 2020-04-02T14:58:22.326537 | 2018-12-17T05:31:56 | 2018-12-17T05:31:56 | 154,546,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172 | cpp | #include "gmatrixapp.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
GMatrixApp w;
w.show();
return a.exec();
}
| [
"jim.zuniga@ucr.ac.cr"
] | jim.zuniga@ucr.ac.cr |
26552014cb1809b21cfe046a625509a84e94a69c | ebcef0049f18502e690a77ac2d2eca17fd9cab8b | /geoarc.cpp | cf1a3d2182f2c4a2b42e5b6a1b192bc77a997eb3 | [
"MIT"
] | permissive | MAPSWorks/QtGIS | 20b78e8212f19e65b1a5b57e313b779762d8c576 | 34fa6d83153c39541aec6da18cd189e8b7e1ca4c | refs/heads/master | 2020-04-05T03:24:36.235774 | 2018-10-30T08:58:36 | 2018-10-30T08:58:36 | 156,513,197 | 3 | 0 | MIT | 2018-11-07T08:20:58 | 2018-11-07T08:20:58 | null | UTF-8 | C++ | false | false | 439 | cpp | #include "geoarc.h"
GeoArc::GeoArc(int arcId,int ptSum,int fNodeId,int tNodeId)
{
this->arcId=arcId;
this->ptSum=ptSum;
this->fNodeId=fNodeId;
this->tNodeId=tNodeId;
}
double GeoArc::calculateDistance()
{
double distance=0;
for(int i=0;i<this->pts.size()-1;i++)
{
distance+=sqrt((p... | [
"mrdingjiaqi@gmail.com"
] | mrdingjiaqi@gmail.com |
cbbe3780ced9ead546fce9e0cc4352e5cef86409 | 68844281b86634580cec11bf455f56dee81aaea5 | /include/ph_concepts/algorithm.hpp | 2a13fbfa03c7886e78ce676f0b06d1f51a746dd8 | [
"Apache-2.0"
] | permissive | phiwen96/ph_image | 7e51482d9a56c66ad53cb331791690887c9867dc | 282bdd835d721a561c4f3afcbb76af5f9bda87ba | refs/heads/main | 2023-07-10T20:29:43.462997 | 2021-08-14T16:56:25 | 2021-08-14T16:56:25 | 396,071,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,861 | hpp | #pragma once
#include "concepts.hpp"
#include "Iterator.hpp"
#include "common.hpp"
#include "typeinfo.hpp"
#include "Bool.hpp"
#define forward(x) std::forward <decltype (x)> (x)
#define declval(T) std::declval <T> ()
#define decay(T) std::decay_t <T>
namespace ph
{
auto sort (Input_iterator auto begin, Input_it... | [
"38218064+phiwen96@users.noreply.github.com"
] | 38218064+phiwen96@users.noreply.github.com |
e5f50ee6b05cc38f4780fab3c5f45195e66a3c13 | ce4d31e103aca0794e1eca81ec4421df7c1de3bb | /shared/Configuration/Configuration.h | 2b640b32cb1765d49e338d1c1bccb50d303cf525 | [] | no_license | WakBox/WakBox | a4cceb872aadedef8cf7a9a22d2bc7831fa1c1fd | a841d3259c557be085b420e503645f9854c7a9f0 | refs/heads/master | 2021-01-19T09:10:45.257808 | 2017-02-15T15:22:07 | 2017-02-15T15:22:07 | 82,073,859 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | h | #ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include <QtCore>
typedef QMap<QString, QString> ConfigMap;
class Configuration
{
public:
Configuration(QString filename);
~Configuration();
QString GetString(QString name);
bool GetBool(QString name);
int GetInt(QString name);
ushort GetUShort... | [
"kevin.ryser@koweb.ch"
] | kevin.ryser@koweb.ch |
498052d3b902ab9e156f0bd22ba27c7c45a887fc | 3b46bd66cb634ae1b905d7decde58cb6458a22f1 | /LibXenoverse/xenoviewer/ESKOgre.h | 04878ff9692124ec6904f6b9ffbdc9f7d6a7b67e | [] | no_license | mentine/LibXenoverse | 3dafd9b1a2749ef69515f8c78bba5e78890179d9 | eec59da0bd601642eb7782ea5033da9e3d25b461 | refs/heads/master | 2021-01-23T15:58:48.064103 | 2015-05-27T23:38:38 | 2015-05-27T23:38:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | h | #ifndef ESKOGRE_H_INCLUDED
#define ESKOGRE_H_INCLUDED
class ESKOgre : public ESK {
protected:
Ogre::Skeleton *skeleton;
bool resources_created;
Ogre::SceneNode *skeleton_node;
Ogre::Entity *skeleton_entity;
EANAnimation *animation_to_change;
Ogre::AnimationState *current_animation_state;
bool to_delete;
public:... | [
"dariosamo@gmail.com"
] | dariosamo@gmail.com |
acb3bf762871a8f152d7ab5cb6e7fc9e84037128 | 068fd57f5ce6be661c1b9a10091708d67a3985fb | /src/bounded.cpp | e4db3a4112d2201724b673794cb56825340cbd67 | [
"MIT"
] | permissive | zivkovicmilos/OS1Kernel | d5778864c53b7c11e30bc202728214512e97994a | 8a77c6a9b62d27719c5f7f61492f8dce6866c38a | refs/heads/master | 2020-05-15T14:20:15.009892 | 2019-10-12T21:18:38 | 2019-10-12T21:18:38 | 182,332,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 970 | cpp | //===========================================================================//
// Project: Projekat iz Operativnih sistema 1
// File: bounded.cpp
// Date: Jun 2019
//===========================================================================//
#include "bounded.h"
#include <iostream.h>
#include <stdlib.h>... | [
"milosmisazivkovic@gmail.com"
] | milosmisazivkovic@gmail.com |
6086d48220e46f28b3b0204ef2adf950ea3eb391 | 3e0e6ccc7f265f169070f584b411c5998fa3c6ce | /FSM/FSM/Include/FSM/Idle.h | 892d937a11782e8c0bf67bd566f05c0ec197614a | [] | no_license | Rego363/Games_Engineering | d7e06bf9a7308c9afa08a4be18bebcf03f9e016d | c0f00469095d5b37cd1b38844e386379c7c4f8cf | refs/heads/master | 2020-03-29T06:20:30.612997 | 2019-03-21T09:59:44 | 2019-03-21T09:59:44 | 149,620,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | h | #ifndef IDLE_H
#define IDLE_H
#include <FSM\State.h>
class Idle : public State
{
public:
Idle() {};
~Idle() {};
void handleInput();
void update();
void jumping(Animation* a);
void climbing(Animation* a);
};
#endif // !IDLE_H | [
"C00206167@itcarlow.ie"
] | C00206167@itcarlow.ie |
6c1b384dc98fcda9bdc8ae672f7592c684832202 | 1d7c338cfc8924d2b687a38348461042777fc4b1 | /April-09-BackspaceStringCompare.cpp | 6d0fede34218637ce6d6add58152868dacad7cda | [] | no_license | YoelYonata/LC30-day | 30c82a0badafccfa7d4698817e065d4db9585ff0 | f7531622bb14cc582f5a203454c31f3709797142 | refs/heads/master | 2021-05-23T13:09:45.506067 | 2020-05-20T03:50:48 | 2020-05-20T03:50:48 | 253,302,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | cpp |
class Solution {
public:
bool backspaceCompare(string S, string T) {
int count1 = 0;
int count2 = 0;
for (int i = S.size()-1; i>=0; i--){
if (S[i] == '#'){
S.erase(i,1);
count1++;
}else if (S[i]!= '#' && count1 > 0){
S.... | [
"yoel.yonata@gmail.com"
] | yoel.yonata@gmail.com |
af1fac72ede3f625c0baedeb8703642df367e7ff | 75252daa56e54a129e6aa0275b980ecd675d4587 | /libs/renderengine/include/renderengine/LayerSettings.h | b8bf8019de7eb81bc7923bb02d1d44a91f37419e | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | crdroidandroid/android_frameworks_native | 988870fcaeb1c28b5f73631afb52883c2c741c69 | c15d4c3a6322c819bd417e8f8b03223f151771b6 | refs/heads/10.0 | 2023-08-31T10:03:46.719048 | 2021-11-13T17:47:17 | 2021-11-13T17:47:17 | 277,143,821 | 6 | 53 | NOASSERTION | 2023-09-13T06:28:33 | 2020-07-04T16:11:59 | C++ | UTF-8 | C++ | false | false | 4,204 | h | /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"alecmouri@google.com"
] | alecmouri@google.com |
f78e05ad28c8acd4abaa42c4fb60c6b8884a32b2 | d2f8dc11a08a015a200f36a3744085d525e424ba | /DevEx/ExpressQuantumGrid 4/src/cxGridCustomView.hpp | 57e336e977d5763723b3e04f8ba0e2916b83e4f2 | [] | no_license | vhytyk/ProfStor | 726d79e6da4eaf431ccd7f9b654c17c243742e59 | 12bd9846a133b0352439ebf77fb6e66cddcbab7e | refs/heads/master | 2020-06-09T02:12:32.166297 | 2014-05-02T17:50:29 | 2014-05-02T17:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,231 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'cxGridCustomView.pas' rev: 6.00
#ifndef cxGridCustomViewHPP
#define cxGridCustomViewHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#inc... | [
"victor.hytyk@gmail.com"
] | victor.hytyk@gmail.com |
82b02b393fa0ea9af070e6a8b54c05da2eb7fb74 | 77f909ae69f32e83a13240e0de767b283ce1af82 | /hwtest/pgraph_class_ifc.cc | 78b094ef001b1c6a3ef8964acc90649671a8f859 | [
"MIT"
] | permissive | grate-driver/envytools | 245fc759880c91e9534cc71dc1c5dfc47928eeb8 | 237d859ed4307524ed99f9a3601e3ef40a7d0814 | refs/heads/master | 2021-01-23T12:53:13.052889 | 2020-08-03T12:42:30 | 2020-08-03T12:42:30 | 102,654,725 | 4 | 1 | null | 2017-09-06T21:56:26 | 2017-09-06T20:23:15 | C | UTF-8 | C++ | false | false | 14,284 | cc | /*
* Copyright (C) 2016 Marcin Kościelnicki <koriakin@0x04.net>
* All Rights Reserved.
*
* 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 limitatio... | [
"koriakin@0x04.net"
] | koriakin@0x04.net |
564014db91bcfeb802f1689f57ea1331cc8c45e4 | 39b003b15d9cdf42483f43ee59293a935cd26ef1 | /BitMakeUpgradePacketApp/mainwindow.h | 494b4594a0a6c8aa5691246ba523a6c5bd7f7b6b | [] | no_license | hanqianjin/kang | f16fb3835ecd850a3a86bb93f0679c878c82acab | cc40e6be18287a7a3269e50371f2850cd03bfb5d | refs/heads/master | 2021-06-25T23:47:54.108574 | 2020-11-20T02:46:25 | 2020-11-20T02:46:25 | 142,751,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
typedef struct updatep
{
qint32 itype;//File Folder:0\nFile:1\nExtension:2
char name[64];
}UPDATEPRO,*PUPDATEPRO;
typedef struct uppro
{
qint32 isum;
char swver[64];
char hwver[64];
char update[64];
}UPP... | [
"41859296+hanqianjin@users.noreply.github.com"
] | 41859296+hanqianjin@users.noreply.github.com |
2e8acc0c792ea7d3c07316f74719203151f15a21 | a6094c9c6d19a0878eb379bb8f8b09243072ba73 | /lmm-p2542-Accepted-s947975.cpp | 4ccb3ab179ea3b4116c7d130c51b16cd0f4a29fa | [] | no_license | pedris11s/coj-solutions | c6b0c806a560d1058f32edb77bc702d575b355c3 | e26da6887109697afa4703f900dc38a301c94835 | refs/heads/master | 2020-09-26T07:25:40.728954 | 2019-12-05T22:51:07 | 2019-12-05T22:51:07 | 226,202,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,462 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long LL;
const int MOD = 1e9 + 7;
struct matrix{
LL A, B, C, D;
matrix(){}
matrix(LL A, LL B, LL C, LL D) {
this -> A = A;
this -> B = B;
this -> C = C;
this -> D = D;
}
const matrix operator * (const matr... | [
"ptorres@factorclick.cl"
] | ptorres@factorclick.cl |
cf91b035fa8b5586846d0f297b35d4ee689656de | e4d6a2b9da474c1bff7efc73536987e033b96135 | /functionPointers-calculator/getInput.cpp | 20e382eecf5f6679e64b26ec476209004846b46a | [] | no_license | luyangtang/cppQuiz | 578f4661121d4ad71b96bc6558a0e7f135443f26 | 7f6845e2e611e026625d8b5568ee5f4dfb697d2d | refs/heads/master | 2020-04-11T09:45:57.256771 | 2019-04-26T22:27:19 | 2019-04-26T22:27:19 | 161,690,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 591 | cpp | #include <iostream>
#include "getInput.h"
// validate integer input
bool notInt(int input)
{
return std::cin.fail();
}
// validate operator input (char and int can be used interchangably in this case)
bool notOperator(int input)
{
switch (input)
{
case '+': return false;
case '-': return false;
cas... | [
"kojika.tang@gmail.com"
] | kojika.tang@gmail.com |
d575cfb10c562287f85e09fad63f167080592a83 | 0f8e0e4f61f9e924744b4512d2c11fa21fa23e29 | /Codeforces/616/e.cpp | 522a519d862b04a5fb1731ad233cb4b233fc09a6 | [] | no_license | ldorelli/icpc | 7ce91d793fc2c1a10a9f91303b023c2b77d05078 | e3116c89852726be036dd3d6fcfa3b3fab6f4400 | refs/heads/master | 2021-01-10T09:16:48.414540 | 2016-02-23T01:02:27 | 2016-02-23T01:02:27 | 51,770,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
ll MO = 100000007;
ll n, m;
ll sum (ll x, ll y, ll k) {
ll A = x%n;
ll B = y%n;
}
int main (void) {
cin >> n >> m;
ll ans = 0;
if (m > n) {
ans = (m - n)%MO;
m = n;
}
ll B = n;
for (ll x = 2; ... | [
"lfdorelli@gmail.com"
] | lfdorelli@gmail.com |
4bd8eec5f4603644a2aab4709410746a5f92becc | 17f37b79643b9c6acd181c55c43a3ab4c889433e | /cavity/42.8/uniform/time | b23bf08928fdeed4600b8ef61b6881613ea76331 | [] | no_license | aashay201297/OpenFOAM-simulations | 5208b766ab1e715178e42c73d028cc43d17ec4c9 | 273f60ef66e6f5b0c99a53ac52de406be0e876a2 | refs/heads/master | 2021-01-23T06:34:17.044650 | 2017-06-04T19:02:27 | 2017-06-04T19:02:27 | 86,373,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 995 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
... | [
"aashay225@gmail.com"
] | aashay225@gmail.com | |
97ad2247bf4e9abd3708be19073a2c1847416f85 | b845d6818feeb0642294ce50a8ed1c6c10cfdee2 | /SoftRenderer-master/Sprite.h | 7e852251a15ffede9dfa2893b81d30e1092fc19a | [] | no_license | OSunknown/SoftRenderer | ed3de4074d5d205ffd81849ce2f0719c088c5a64 | 1a7687b3854738d17300bc39dc03de29c7112ad5 | refs/heads/master | 2021-04-03T06:08:15.823011 | 2018-05-27T15:20:34 | 2018-05-27T15:20:34 | 125,024,760 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,052 | h | #pragma once
#include "stdafx.h"
#include "Triangle.h"
#include "Texture.h"
class Sprite
{
public:
Vector2 Vertice[4];
Vector2 uv[4];
unsigned int Indices[6]; //unity 에선 Triangles 라는 듯.
Texture texture;
public:
static Sprite Create(Texture itexture) //지금 당장은 texture만 있으면 될듯 center 라든지 바꾸는 방법을 모르니
{
Sprite resu... | [
"hyun1464@naver.com"
] | hyun1464@naver.com |
63befd5b0afbce41e8f437c4c3545c77393928d1 | 5ac0465ba6313f3184b8e2579023c7461d9bd420 | /cprocessador.cpp | 69ebbfa6824a64e403bede1bd884a8d3bc50bf50 | [] | no_license | rogeriopaladino/checkmymeals | c76595f321eb7f52e1ceca5ca156cb9fa0b5f2f9 | adaa429d871567eac1de9a4c9f1f148649b26ec1 | refs/heads/master | 2020-03-26T16:47:25.316769 | 2013-09-03T13:49:58 | 2013-09-03T13:49:58 | 39,514,761 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,356 | cpp | #include "cprocessador.h"
CProcessador::CProcessador(QObject *parent) :
QObject(parent)
{
}
void CProcessador::processadorExtrato(const QString &cartao, const QString &extrato)
{
if (extrato != "") {
QRegExp regex;
regex.setMinimal(true);
regex.setPatternSyntax(QRegExp::Reg... | [
"rogerioopaladino@gmail.com"
] | rogerioopaladino@gmail.com |
9da348908d23377dff7d18b8c8860ad7736753f8 | ac309bd6ba1aa289dd0f1588ad1e0d8b5f64e745 | /ToneArmEngine/Transform.h | 24fad4942f72b8028a541d1f829254df4975d9f7 | [] | no_license | Mertank/ToneArm | b6cabd6613a34064bff331510f46147ffd948fce | 40c62b0de89ac506bea6674e43578bf4e2631f93 | refs/heads/master | 2021-01-10T16:20:32.736271 | 2015-11-04T04:45:08 | 2015-11-04T04:45:08 | 45,514,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,575 | h | /*
========================
Copyright (c) 2014 Vinyl Games Studio
Transform.h
Created by: Vladyslav Dolhopolov
Created on: 4/28/2014 11:04:15 AM
========================
*/
#ifndef __TRANSFORM_H__
#define __TRANSFORM_H__
#include <glm\glm.hpp>
#include <glm\gtc\quaternion.hpp>
namespace vgs
{
/*
==========... | [
"karlmer10@gmail.com"
] | karlmer10@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.