blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9776e82e9b6ad23756076a20f92d7c410d502f4 | eaaf681680e36b249fc898aef5debba4ca5ec442 | /codeforces/749/A.cpp | cc44b80cfe15c439f5d9f41276f71549139921ad | [] | no_license | anshbargoti/ProblemSolving | a832cfc28820bd7dd76899d3d6859bae4f3e995e | 28da9995dc8ebba1db560d598b2422bd9873671f | refs/heads/master | 2023-05-06T12:19:42.448925 | 2021-05-16T08:10:00 | 2021-05-25T01:46:01 | 323,315,306 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | #include<bits/stdc++.h>
using namespace std;
#define int long long
// const int MOD = 1000000007;
int powerf(int x, int n)
{
int res = 1;
for (int i = 1; i <= n; i++)
res *= x;
return res;
}
void striker()
{
int n;
cin >> n;
int x = n / 2;
cout << x << "\n";
for (int i = 1... | [
"anshbargoti@gmail.com"
] | anshbargoti@gmail.com |
563960da9f17866134129ff6cd2695ac693d4314 | 43a2fbc77f5cea2487c05c7679a30e15db9a3a50 | /Cpp/Internal (Offsets Only)/SDK/CS_HitBySnakePoison_classes.h | a2b656a1e407c52cc47d42377bda250ecc40a8f9 | [] | no_license | zH4x/SoT-Insider-SDK | 57e2e05ede34ca1fd90fc5904cf7a79f0259085c | 6bff738a1b701c34656546e333b7e59c98c63ad7 | refs/heads/main | 2023-06-09T23:10:32.929216 | 2021-07-07T01:34:27 | 2021-07-07T01:34:27 | 383,638,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 748 | h | #pragma once
// Name: SoT-Insider, Version: 1.102.2382.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
ec63e0b6d284fef0832c616d50e3643228fc7fa5 | 5ac4199d968f301e01ef741fe7d1d162c4f82921 | /Samples/Mathematics/BSplineCurveReduction/BSplineCurveReductionWindow3.h | 445942de99af91cd8223d1aa062da91be2f1bfb4 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | kabukunz/GeometricTools | 9eada1b0d8b1447398e8739c9684e5ed14d4cf96 | bbc55cdef89a877f06310fdb6c6248205eae704b | refs/heads/master | 2020-11-25T11:54:23.772441 | 2019-12-17T16:11:32 | 2019-12-17T16:11:32 | 228,645,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 668 | h | // David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2019
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 4.0.2019.08.13
#pragma once
#include <Applications/W... | [
"kabukunz@gmail.com"
] | kabukunz@gmail.com |
4f8ef0dc1582455936755fdcc6e741e410f8d75f | eb7f2f5953dfd0d066ed6727df3a554b705ce8cc | /sw/src/extern/ptam/src/SmallBlurryImage.cc | 3105339d2d6a73038032a6c2777b43f42bae0163 | [] | no_license | zangel/uquad | 3de785a04ad9bd6e5a146caf1eefa186ba58efd4 | 7a314f1a2f2a0db549251c48aba991c5cce4d585 | refs/heads/master | 2021-01-21T12:58:12.805486 | 2016-06-02T22:21:35 | 2016-06-02T22:21:35 | 51,906,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,586 | cc | // Copyright 2008 Isis Innovation Limited
#include "SmallBlurryImage.h"
#include <cvd/utility.h>
#include <cvd/convolution.h>
#include <cvd/vision.h>
#include <TooN/se2.h>
#include <TooN/Cholesky.h>
#include <TooN/wls.h>
using namespace CVD;
using namespace std;
ImageRef SmallBlurryImage::mirSize(-1,-1);
SmallBlurry... | [
"baldzar@gmail.com"
] | baldzar@gmail.com |
b9acf1dd703310265140cda46d898bca3f442fc1 | 9b0eaf00a1dd59db9183360e4a032fdc67918fdc | /user.h | 99443b2acb683c97f094799d5cd73b5ff9e4d951 | [] | no_license | Costecc/TexasHoldem | addbb85e3f135ada96fe55118077e44bd3d04f31 | d54a49ed127b550e94fcccfa6ec53ca330dc44f9 | refs/heads/master | 2020-03-12T11:19:18.372622 | 2018-06-04T18:52:22 | 2018-06-04T18:52:22 | 130,593,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,490 | h | #ifndef USER_H
#define USER_H
#include <string>
#include <iostream>
#include "player.h"
using namespace std;
/**
* @brief Klasa User obsluguje zachowania gracza oraz odpowiada za interakcje z nim.
* Dziedziczy po klasie Player
*/
class User : public Player
{
string nick;
public:
/**
* @brief Konst... | [
"="
] | = |
16bc86898a3938f80043a10d0d18dc026705b5c4 | e75cc18f64db23b9c1d304c39fb74ed083d9feee | /assignment-5/Tetromino.h | d9c97f184fdbfb55dba404e2ae4149aa63feeeb5 | [] | no_license | ChrisProgramming2018/cpp-course | 0b790e29ca239639dac70fa163d8af186ba7f7c7 | 398c0da3e49e67440ab663bb61d45eaf2dd56d2a | refs/heads/master | 2020-04-06T12:20:27.792277 | 2018-12-22T14:42:30 | 2018-12-22T14:42:30 | 157,451,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | h | // Copyright 2018
// Computer Science
// Author: Christian Leininger Christianleininger@gmx.de
#ifndef ASSIGNMENT_5_TETROMINO_H_
#define ASSIGNMENT_5_TETROMINO_H_
#include <gtest/gtest.h>
// Class for a single Tetromino.
class Tetromino {
public:
// Reset Tetromino to given kind in starting position at the top.
... | [
"info2016frei@gmail.com"
] | info2016frei@gmail.com |
5eb3fffd63878b2f5a6c4705fccaea54cbe9aa24 | 72852e07bb30adbee608275d6048b2121a5b9d82 | /algorithms/problem_0678/other1.cpp | 38d439f99f1684b771b9b351846e7812f5a2149f | [] | no_license | drlongle/leetcode | e172ae29ea63911ccc3afb815f6dbff041609939 | 8e61ddf06fb3a4fb4a4e3d8466f3367ee1f27e13 | refs/heads/master | 2023-01-08T16:26:12.370098 | 2023-01-03T09:08:24 | 2023-01-03T09:08:24 | 81,335,609 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 618 | cpp | class Solution {
public:
bool checkValidString(string s) {
stack<int> open,ast;
for(int i=0;i<s.length();i++)
{
if(s[i] == ')')
{
if(!open.empty()) open.pop();
else if(!ast.empty()) ast.pop();
else return false;
... | [
"drlongle@gmail.com"
] | drlongle@gmail.com |
fef67dfc1d769ec287cef253bf9d8207a6eabcec | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/Buddle/src/BentIdentity.h | adfe2631cd1477f58d6987d3fc7c6c9847319753 | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 894 | h |
#ifndef xxBENTIDENTITY_H
#define xxBENTIDENTITY_H
class BentIdentity{
private:
int p;
int n;
arma::mat Out;
arma::mat dOut;
public:
BentIdentity(){
n=0;
p=0;
}
BentIdentity(int xp, int xn) // Constructor
: Out(xp, xn), dOut(xp, xn) { // Default matrix member variable init... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
287f1eda8528d3d1f28e991e15737a2b94f10029 | 5a34f38e1d0b6a925bb602383705f0e45b449dff | /interviews/incsa.cpp | 4b09539894710903a7ff0b7886b8b683813357f6 | [] | no_license | samuraiexx/competitiveProgramming | 15fcbcf75114c80d112473e5ce9d69b9f33d5280 | 1862e381d0d7aecc0082f2416950cd18b26858d4 | refs/heads/master | 2021-06-10T20:53:39.039074 | 2019-03-25T01:02:21 | 2019-03-25T01:02:21 | 106,463,296 | 0 | 1 | null | 2019-10-20T21:18:08 | 2017-10-10T19:43:09 | C++ | UTF-8 | C++ | false | false | 412 | cpp | #include<bits/stdc++.h>
using namespace std;
int cntInc(vector<int> &A) {
int n = A.size();
long long ans = 0;
const int mod = 1e9 + 7;
for(int i = 0; i < n;){
int j;
for(j = i + 1; j < n and A[i - 1] < A[i]; j++)
ans += (j - i)*(j - i - 1)/2 + (j - i);
i = j;
cout << ans << endl;
}
ret... | [
"samuraiexx@gmail.com"
] | samuraiexx@gmail.com |
5b1770e1e775cc3b6339c474afe795c8028c718e | fce6eb121e925632e111596ae976e5636516b2bf | /utils/src/io/reader.cpp | 7c32ef6f218c0cb480f53e7293c368e1ab8da738 | [] | no_license | MatrixPlayer/forlfs | f99de6f31ac1bee7caeec48324f9f25eb1a41d33 | 9ed9b7b857ce61e8e4d2d0adbe3a4bab07c1304f | refs/heads/master | 2021-04-15T07:34:56.832962 | 2017-02-08T05:38:38 | 2017-02-08T05:38:38 | 126,415,271 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 817 | cpp | /*============================================================================
* File Name : reader.cpp
* Author : yanlongtan@deepglint.com
* Version : 1.0.0.0
* Copyright : Copyright 2016 DeepGlint Inc.
* Created on : 04/15/2016
* Description :
* ==================================================... | [
"polytan@126.com"
] | polytan@126.com |
4a33c9e6af3919362dad3f8994b546b82f34a32f | ae3996db7afd26c852a14a5ba472a6aafea96d9f | /Source/BansheeVulkanRenderAPI/Include/BsVulkanQueue.h | f0c0706d1bbab98bd534dcf43a2fffb43cc2b9ee | [] | no_license | kevinfyc/BansheeEngine | 0ce45fad0a34dbbbc3a06369b47bcabc98694653 | e51517f40ec49068174d22d49968f73c10a094c2 | refs/heads/master | 2021-01-11T09:13:56.819177 | 2017-02-08T15:45:27 | 2017-02-08T15:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,761 | h | //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
//**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************//
#pragma once
#include "BsVulkanPrerequisites.h"
namespace bs { names... | [
"bearishsun@gmail.com"
] | bearishsun@gmail.com |
b3dc87b8eed02e52196faa7e0b53b4958d349a19 | 7a5184494d95dced060b05ce7ab442636bd02734 | /OrionUO/Wisp/WispMappedFile.cpp | e774b5df24409107fc36807f1192497219a2c260 | [
"MIT"
] | permissive | Feramor/OrionUO | eeb76b25b468f2912e2e58917458e34f3ed17d51 | 0d58b611eec0e558d608437475ff2a7a5d3735d0 | refs/heads/master | 2019-07-16T13:00:59.644292 | 2017-12-23T08:31:51 | 2017-12-23T08:31:51 | 115,181,383 | 1 | 0 | null | 2017-12-23T08:13:04 | 2017-12-23T08:13:04 | null | UTF-8 | C++ | false | false | 2,926 | cpp | // This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
//----------------------------------------------------------------------------------
#include "stdafx.h"
namespace WISP_FILE
{
//-----------------------------... | [
"la2sw@list.ru"
] | la2sw@list.ru |
c70b5f30f46b275ef638db5df3841c52a7694100 | da4d8e4510012a849349fc9c943d43dbf55b18ff | /OPTRE_Hud/z_HUD_Marine/AmmoCounters/GLASS_HUD_AmmoCount_PistolODST.hpp | b3184c6367c9b0f32b17a64b9db5685a72c12029 | [] | no_license | thedog88/OPTRE_DEV | fd02f59dded7958cf2b8f19c90ef818f695fa139 | 6ba99bbe1b76191abd0414cc017304435ceb2bde | refs/heads/master | 2021-01-09T20:59:10.634187 | 2017-06-06T23:43:46 | 2017-06-06T23:43:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,722 | hpp | class OPTRE_GLASS_HUD_AmmoCount_PistolODST
{
//onLoad = "";
idd = 8000;
duration = 99999;
class controls {
class RscPicture_1200: OPTRE_HUD_RscPicture
{
idc = 1200;
text = "\OPTRE_Hud\data\Bullets\ODST_Pistol.paa";
onLoad = "_array = (profileNamespace getVariable [""OPTRE_GLASS_HUDColourPictNEW... | [
"misterhipster052@gmail.com"
] | misterhipster052@gmail.com |
b1bb131796d9cff7b6595965fddc3a40296516e8 | 4da1dc67f0ca2d0db91e54fd430761a8c900ae92 | /PraticeCPP/PraticeCPP/exam.cpp | 3d20ec84f4385b2b65e5047caed09c33021e5979 | [] | no_license | yoyao/ItCast | d4c25bfb6bc590a0ec84f437a0a3fd7d744758d6 | 77dd1ba29e75d46539b88dfbd9143b0776848db6 | refs/heads/master | 2021-01-23T06:16:13.391901 | 2019-06-14T01:59:19 | 2019-06-14T01:59:19 | 86,350,298 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,046 | cpp |
#define _CRT_SECURE_NO_WARNINGS
#include<iostream>
#include<string>
#include<algorithm>
#include<vector>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<stdarg.h>
using namespace std;
class Single
{
public:
static Single* GetInstance()
{
return Instance;
}
private:
Single(const Single& s)
{... | [
"fengweixiang0912@gmail.com"
] | fengweixiang0912@gmail.com |
d4dccad8ed04548d283bccf08bb6adf74cd19610 | 6ce3c81a5662c638a0461316855e279f03f40abd | /sp2/sp2/sp2.cpp | 7e61bfe61ec9c637b0d6db73dd124252e7394ac2 | [] | no_license | Qunney/lr2 | a5c97f33d0d2be6d6e629c14a6ff8bcbd9375d66 | b15bf5f0d20bd3a1b28c07bec8202b4c51f3a8fb | refs/heads/main | 2023-04-02T16:09:21.019497 | 2021-04-09T22:24:24 | 2021-04-09T22:24:24 | 356,411,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | cpp | #include <iostream>
using namespace std;
#define size 9
int main()
{
int array[size] = { 5, -2, 7, 4, -5, -6, 7, -8, 10 };
for (int i = 0; i < size; i++)
{
if (array[i] > 0)
array[i] = array[i] & 0b01110111;
else array[i] = array[i] >> 2;
cout << ar... | [
"noreply@github.com"
] | noreply@github.com |
0f8e517567c0185840453b0da9943005125b6e9d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/collectd/gumtree/collectd_repos_function_213_collectd-5.0.1.cpp | 2c220528f67b647a027ab04a962b424d5e031071 | [] | 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 | 3,972 | cpp | static int putval (lcc_connection_t *c, int argc, char **argv)
{
lcc_value_list_t vl = LCC_VALUE_LIST_INIT;
/* 64 ought to be enough for anybody ;-) */
value_t values[64];
int values_types[64];
size_t values_len = 0;
int status;
int i;
assert (strcasecmp (argv[0], "putval") == 0);
if (argc < ... | [
"993273596@qq.com"
] | 993273596@qq.com |
c08cb155cd740cd9a75f3d9e5b706f889167ec91 | c0fb79ca802dbe964c39446cb914b61ca5072956 | /Source/S05_TestingGrounds/Player/FirstPersonCharacter.cpp | d39ebbf139477a39cfa742cce368c1aa4835fce4 | [] | no_license | andrewmontoyaiv/05_TestingGrounds | 23b3bdf819a44ae603c2643f7c2b288ba82b1aaa | 6de9b3c84dc94eea926abd3c088effd6436330a3 | refs/heads/master | 2021-06-24T21:12:43.815536 | 2017-08-01T06:22:31 | 2017-08-01T06:22:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,634 | cpp | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "S05_TestingGrounds.h"
#include "FirstPersonCharacter.h"
#include "GameFramework/InputSettings.h"
#include "Kismet/HeadMountedDisplayFunctionLibrary.h"
#include "../Weapons/Gun.h"
#include "MotionControllerComponent.h"
DEFINE_LOG_CATEGORY_STATIC(Lo... | [
"amontoyaiv@gmail.com"
] | amontoyaiv@gmail.com |
49cf02a64c826cbbed61f62faa9c42ae8ed1c48b | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /contest/1542587051.cpp | 3a7d10a4f88ceff11e0ba3c357907a3201c4ea6d | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 488 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#define V 43200
using namespace std;
int n,h,m,s,t1,t2;
bool mp[V],f;
int main()
{
scanf("%d%d%d%d%d",&h,&m,&s,&t1,&t2);
h=(h*3600+m*60+s)%V,m=(m*720+s*12)%V,s=(s*720)%V;
t1=t1*3600%V,t2=t2*3600%V;
mp[h]=mp[m]=mp[s]=1;
for(int i=t1;i!=t2;i=(i... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
37a534c42128773212ce9ab5d2ddb3a91949d569 | 632fd7915a9e0c38ee467458da5dc919e05934a6 | /CDB2OSG/src/CDB2OSG/TileBuilders/ProgressiveTileBuilder.h | 7365890ee822a423aeff8200b752655f2c94f6db | [] | no_license | adem99307/CDB2OSG | 00d7d4a5efcfeca43efe0c1a4c9ec21167c0d213 | 9da5ad3cfa4069d224afd7373812a2af472529d9 | refs/heads/master | 2023-03-16T11:48:04.453272 | 2017-03-05T14:11:51 | 2017-03-05T14:11:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,565 | h | /* Copyright (C) 2014-2016 Leandro Linardos, Buenos Aires, Argentina
*
* This file is part of CDB2OSG.
*
* CDB2OSG is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LIC... | [
"noreply@github.com"
] | noreply@github.com |
75bd76f570becdcbbc27f2049e6adf47b79341aa | 8bab14489780e1262d87b6cd7fdec01f6e9c3f48 | /Recursion/Merge Two Sorted Arrays.cpp | f0d3437022716e77ad0c86b6c1c691f8d50e5639 | [] | no_license | Leanbow1708/Competetive-Programming | 0e9e5eb18446311816895b3c4369ec6712a4f0af | 810aeae3d365c1ed745f8609c08b621798b88a5b | refs/heads/master | 2023-03-10T21:58:12.077658 | 2021-02-16T05:59:49 | 2021-02-16T05:59:49 | 299,811,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 762 | cpp | #include<iostream>
using namespace std;
void merge_fun(int* a,int* b,int n,int m){
int t[m+n];
int N = m+n;
int l = 0;
int r = 0;
int i =0;
while(l < n || r < m)
{
if(l == n)
{
t[i] = b[r];
r++;
i++;
}
else if(r == m){
... | [
"ma8469514210@gmail.com"
] | ma8469514210@gmail.com |
98a44d910fb4bcdeb71324e339533e66061c6073 | 0e0346431e4ab47c53df586888b1c8cf33f2b5cc | /LampuLaluLintas/Waktu.h | 225674c8a8a3f0a9ef97a9650769eae326fb9547 | [] | no_license | yafithekid/lampu-lalu-lintas | 569f4aadb0ce935ee5c76756b07eb16de27e776e | ef0f088d20c32e45937c213f3957a039ba511b63 | refs/heads/master | 2021-01-19T06:53:07.311657 | 2014-03-16T03:05:06 | 2014-03-16T03:05:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 286 | h | #pragma once
class Waktu
{
public:
Waktu();
~Waktu();
void SetWaktu(int Waktu);
int GetWaktu();
static float GetCurrentTime();
static void Begin();
void BeginNS();
void ResetNS(int time);
private:
int waktu;
static sf::Clock Elapsed;
sf::Clock ElapsedNS;
}; | [
"yafithekid212@gmail.com"
] | yafithekid212@gmail.com |
6e550ef2cd78e0a3046cb928c8c5bdcff1ba87a1 | 05d0608385955b6d5782f91fc976aee430aadfe1 | /notes/day1/code/04-for-with-skipped-initialiser.cpp | 27dce69a9eaa9a08ed89bfedce7d789dbad3724a | [
"BSD-3-Clause",
"FreeBSD-DOC",
"BSD-2-Clause"
] | permissive | ajbennieston/cpp | 68a578c9aaa3162f6b0a374019086425bbb3031a | e43687b4289c2e07c0c9c87b4c0003abf4e2a054 | refs/heads/master | 2020-06-03T11:08:22.709114 | 2016-01-18T00:27:36 | 2016-01-18T00:27:36 | 6,890,513 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 386 | cpp | /*
* C++ Notes Accompanying Code
* Compile: Y
* Run: Y
* Compile Should Succeed: Y
* Run Should Succeed: Y
* Input: 5
*/
#include <iostream>
int main() {
// NOTES: BEGIN INCLUSION
int i{0};
std::cout << "Enter starting point: ";
std::cin >> i;
for (/* use existing value of i */; i < 10; ++i) {
st... | [
"a.j.bennieston@gmail.com"
] | a.j.bennieston@gmail.com |
add5340d43573d6f106e1f3ac6fbffc3bea2f7f1 | 34a3fa29d9270398372c04e002332ddedb3c498a | /div2/561/A.cpp | 45e6512120bdfc13da7a4dbd01cb01dd55ec83c6 | [] | no_license | tatsumack/codeforces | 643accf23bc772d136708a1170ac2200a9348efc | b99c1ff04c8756121a059f130655885705018eca | refs/heads/master | 2021-07-10T05:55:56.329203 | 2020-07-23T10:50:08 | 2020-07-23T10:50:08 | 143,435,557 | 0 | 0 | null | 2019-10-12T03:10:19 | 2018-08-03T14:12:22 | C++ | UTF-8 | C++ | false | false | 1,990 | cpp |
#include <limits.h>
#include <algorithm>
#include <bitset>
#include <cctype>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <deque>
#include <functional>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <numeric>
#include <set>
#include ... | [
"tatsu.mack@gmail.com"
] | tatsu.mack@gmail.com |
d151b2c0d853115e6d9c8e0ec33fa9a84a1f80c7 | ffebe32ba2decbf89a56cbf15c672557dc306db9 | /firstProject1415/Products/Electronic/Electronic.h | 4f3e646f13932f697da404a15969d44832f3be79 | [] | no_license | JuliaZvizlo/firstProject1415 | 2a0f387802b9415ed43b51ce38c51ba03445b3ca | 1b2a4b681b54676c8bc37bedaf280f5ed60a27a3 | refs/heads/master | 2020-12-28T12:13:12.385857 | 2015-04-06T15:27:44 | 2015-04-06T15:27:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 948 | h | # pragma once
# include "../Product.h"
class Electronic : public Product
{
protected:
string category;
double weight;
string model;
public:
Electronic(): category("No category"), weight(0.0), model("No model") { }
friend istream& operator>>(istream& stream, Electronic& obj)
{
getline(st... | [
"galamagal86@gmail.com"
] | galamagal86@gmail.com |
372b6ad94dd297aa6cf8edbdc08c0abc5894a07a | 182dd1d01d61a85536ac2f748696362a30f0f1de | /Codeforces/Competetion/matPalin.cpp | 03198df229b25bded845fbc289916589c411d08d | [
"MIT"
] | permissive | SanchitTaliyan/Codes | 069cc75352abccff9e788b11f351d9d37e3019d9 | 259c31c01ea7756755b93f5cac9f412b66e0d492 | refs/heads/master | 2023-01-06T12:20:33.410341 | 2023-01-05T15:35:50 | 2023-01-05T15:35:50 | 218,686,299 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,938 | cpp | #include <iostream>
#include <vector>
#include<math.h>
#include <cmath>
#include <queue>
using namespace std;
long long countOperations(vector< vector<long long> > &mat, int r, int c) {
int ur, dr;
ur = 0;
dr = r-1;
long long numOp = 0;
while(ur <= dr) {
for(int i = 0; i < (c + 1)/2; i++)... | [
"taliyan.1@iitj.ac.in"
] | taliyan.1@iitj.ac.in |
2c3ff8d8e9761e28fd6a2f3c201ee833645cc533 | 4611624808ccc2681272cc0847f01e54389490a7 | /build/Android/Debug/app/src/main/include/Fuse.Controls.ClientPanel.h | d92e68d5e4118235f9397637114bada92a5ca3fd | [] | no_license | kvitberg/TestCase | 62d6c88e5cab7ac46fd70c29a6e2e695d838f261 | 75c6e7fdf680189e6d6a447c157a07e10218796a | refs/heads/master | 2020-12-02T18:01:51.624735 | 2017-07-06T18:55:24 | 2017-07-06T18:55:24 | 96,462,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,353 | h | // This file was generated based on '../../../Library/Application Support/Fusetools/Packages/Fuse.Controls.Panels/1.0.5/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Animations.IResize.h>
#include <Fuse.Binding.h>
#include <Fuse.Controls.DockPanel.h>
#include <Fu... | [
"scott.kvitberg@gmail.com"
] | scott.kvitberg@gmail.com |
df332816f612253259bec3a2f416ae834ff98b7b | d703c051d7e696b22231fe1756c31608fc521f83 | /Source/LonelyDark/Humanoid.cpp | 54ae7d62399fc7f97155b71337fe0ec7dd938c1a | [] | no_license | theopathy/LonelyDark | 49b04525334ee22ab1f41752e59c32a682e1e806 | cac8a3e689ef333eb76784583c1828b3af51e994 | refs/heads/master | 2023-03-08T13:30:43.271967 | 2021-02-12T04:02:47 | 2021-02-12T04:02:47 | 315,323,721 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 939 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Humanoid.h"
// Sets default values for this component's properties
UHumanoid::UHumanoid()
{
// Set this component to be initialized when the game starts, and to be ticked every frame. You can turn these features
// off to imp... | [
"EvanWrynn@gmail.com"
] | EvanWrynn@gmail.com |
53186d09da0e08b6b3014bb52447474fb1323670 | ed7e1851605dc417f471b24bceaa4efe3ebd577e | /Export/mac64/cpp/release/obj/src/lime/_backend/native/_NativeApplication/SensorEventInfo.cpp | 31349dd1a9cdc7070b8744a698dfc96cb082cf06 | [] | no_license | matthewswallace/StableUITest | 60d88c31540b07b68fc5867cb42901676012cf31 | 8ad46db8245bb8a9bc38b3525dfcdfe90c78b845 | refs/heads/master | 2021-01-12T14:41:07.354460 | 2016-10-26T23:13:43 | 2016-10-26T23:13:43 | 72,050,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 6,692 | cpp | // Generated by Haxe 3.3.0
#include <hxcpp.h>
#ifndef INCLUDED_lime__backend_native__NativeApplication_SensorEventInfo
#include <lime/_backend/native/_NativeApplication/SensorEventInfo.h>
#endif
namespace lime{
namespace _backend{
namespace native{
namespace _NativeApplication{
void SensorEventInfo_obj::__construct(... | [
"matthew.wallace@riotgames.com"
] | matthew.wallace@riotgames.com |
81e45c51ffa4274a9e4c113b38433ec664f2dbbb | c6f8134410addbbbd94963e9ec5e7e03af0134a1 | /DungeonOfMadness/src/Executable/Executable.cpp | ca24b73237a233b40108cf2b5ad8bdaf5051b46b | [] | no_license | RunningFlip/DungeonOfMadness | 37d53efea6e65ff796b4b086fb7ce607b3bf5ec6 | aa7a97a0b9c13426d319c2e1b6cc121fe85e3e7e | refs/heads/master | 2022-12-13T20:54:25.527860 | 2020-09-08T17:16:46 | 2020-09-08T17:16:46 | 293,872,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,051 | cpp | #include "Executable.h"
#include <iostream>
Executable::Executable(const std::string _keyword, const std::string _description, const StateContainer _stateContainer)
: keyword(_keyword), extension(""), description(_description), stateContainer(_stateContainer)
{
}
Executable::Executable(const std::string _keyword, co... | [
"philipp.staymann@yahoo.com"
] | philipp.staymann@yahoo.com |
03ed73644a7ac1f72a806829ae13f93173802654 | da4c0054515972e5f9b9daadfd6b8eb868652348 | /async_client/basicservice.h | 86404e4745d6c2650de1060e0f33fb93f279ea2a | [] | no_license | SiteView/QtRPC2 | 17ba0ddadbe8df1e50c4412bfc15ba94fd3f33ea | 7f4acb24c65c6433f6faa4865817842c09a66c62 | refs/heads/master | 2021-01-19T20:14:59.183052 | 2013-01-11T08:48:39 | 2013-01-11T08:48:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,959 | h | /***************************************************************************
* Copyright (c) 2010, Resara LLC
* 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 o... | [
"caijessi@gmail.com"
] | caijessi@gmail.com |
e9ce76073595482f58d2d1fc7ed9f881b7823b99 | 7f19b825f620086a6854aafde00ebeffab699a82 | /acctabc.h | e87b8f7140c466c2ec4e53e5677896a52bb11f26 | [] | no_license | GLnwu/Cpp_Learning_Code | 348b36617f6195be31884be3cf1a4577e08a95bc | 3aa95cf518378cabbe9f1bd939cfeda197de77dc | refs/heads/master | 2020-05-22T05:41:29.670355 | 2017-09-26T13:59:32 | 2017-09-26T13:59:32 | 53,390,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,058 | h | /*************************************************************************
> File Name: acctabc.h
> Copyright @2017 <gaoli>
> Mail: bingtang1021@gmail.com
> Created Time: Sat 15 Jul 2017 09:04:08 PM CST
************************************************************************/
// acctabc.h -- bank acco... | [
"bingtang1021@gmail.com"
] | bingtang1021@gmail.com |
72171aa84be9059b41004dca56b6f052cbdace03 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/088/539/CWE195_Signed_to_Unsigned_Conversion_Error__rand_memmove_82_bad.cpp | eaf6f872db1f84bf8f1da5cc94881327b4f821f9 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,371 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE195_Signed_to_Unsigned_Conversion_Error__rand_memmove_82_bad.cpp
Label Definition File: CWE195_Signed_to_Unsigned_Conversion_Error.label.xml
Template File: sources-sink-82_bad.tmpl.cpp
*/
/*
* @description
* CWE: 195 Signed to Unsigned Conversion Error
* BadSource: ra... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
4685481c86a12594a11ed386c944ba71ba34a27b | b0dd7779c225971e71ae12c1093dc75ed9889921 | /libs/scope_exit/test/world_checkpoint.cpp | ef938daff9e0f77c04a2d3aa46184864f59eaa03 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 2,934 | cpp |
// Copyright (C) 2006-2009, 2012 Alexander Nasonov
// Copyright (C) 2012 Lorenzo Caminiti
// Distributed under the Boost Software License, Version 1.0
// (see accompanying file LICENSE_1_0.txt or a copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Home at http://www.boost.org/libs/scope_exit
#include <boost... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
d6f90039cdf624220f365b87a0cbdb7c96230150 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/config/loongarch/loongarch-opts.cc | eb9c2a52f9efafe4d55937228ef4456fd1ccccc2 | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"FSFAP",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 15,779 | cc | /* Subroutines for loongarch-specific option handling.
Copyright (C) 2021-2022 Free Software Foundation, Inc.
Contributed by Loongson Ltd.
This file is part of GCC.
GCC 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 ... | [
"rink@rink.nu"
] | rink@rink.nu |
e67098a340828d10f9db657a62ec168559933d3f | a62c90044ddbe6facf263c2e7ecb3bc1d4c393b0 | /x5mgcBase/NetWork/CEventVideoInitConnection/CEventVideoInitConnectionRequest.h | e79f75ba9e2f35b81bbd3354f0a7f53680c6f62f | [] | no_license | shuyabin/x5mgc | 794a1874da915f7a11e7f6cf1b8af3ab2e9ab232 | 6b36bc06ed9fd3416368bfa1163f64877a2e4199 | refs/heads/master | 2023-01-27T19:44:34.538871 | 2020-12-11T06:43:53 | 2020-12-11T06:43:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | h | #pragma once
#include "..//Utils.h"
#include "..//CEventQueryVideoAccountInfo/UserIdentity.h"
class CEventVideoInitConnectionRequest : public ProtoBufSerializable
{
public:
CEventVideoInitConnectionRequest();
~CEventVideoInitConnectionRequest();
virtual void * operator[](string name);
public:
UserIdentity uid;
int... | [
"xiaomishun@163.com"
] | xiaomishun@163.com |
ab225860223cfd0454484001740a7a2e0114c36c | 33dbc182ce363645d767e22e21fc8f08390144d2 | /src/FlareStar/IAmmo.h | 57244e5d44ef2f4df8f429e20fa0d69a0bb0690d | [] | no_license | beorc/flare_star | 52275a8d791b46223c6be4069a86726656e11017 | e80ea7c882472a46650fcdebed07f383c3978c51 | refs/heads/master | 2021-03-12T23:46:49.572632 | 2018-05-13T17:13:33 | 2018-05-13T17:14:51 | 9,377,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | h | #pragma once
#include <Ogre.h>
#include "Weapon.h"
class IAAObject;
class TiXmlElement;
class IAmmo
{
public:
virtual void Init(Ogre::Vector3 pos, Ogre::Quaternion direction) = 0;
virtual void Hit(IAAObject *obj) = 0;
virtual bool Parse(TiXmlElement* xml) = 0;
virtual void ApplyWeapon(const Weapon::W... | [
"bairkan@gmail.com"
] | bairkan@gmail.com |
b33645055e2103ed3bf75dacc6ac721060476f09 | c6753213698ae900fa6d632a25619ccf160764ac | /test_codes/2test.cpp | 3f44316e979c688a9e5d2874130f242c1fba0bfe | [] | no_license | aapage/test_projects | 503dc22e1ac6b7818a3a7b90a9d4c2fbac1a938e | 7f57cfb8eca05d7c3f79b17f888ef9091927528a | refs/heads/master | 2021-01-24T18:13:04.634800 | 2018-03-02T19:07:34 | 2018-03-02T19:07:34 | 123,236,553 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 474 | cpp |
#include <iostream>
using namespace std;
class middy
{
public:
string hair;
string mood;
int location;
int speak(string topic)
{
if (mood == 'happy') {cout << "I love you" << endl;}
else if (mood == 'sad') {cout << "I hate you" << endl;}
}
};
int main()
{
#int matrix1[3][3] = {{1,2,3},{4,5,... | [
"alex@collectordash.com"
] | alex@collectordash.com |
449a23674ba7fa399d6a538c6a8bfdf7655194e2 | 9e06ab10f02237e348c0133690e55065fe69cbfa | /src/cyberpc.cpp | f328de942a3e9cfb564682e49ba7d3a4935ba5bc | [] | no_license | rozenHadas/Cybersecurity | e1bc418e0e2f79ad78431f0006b056ffc8c00176 | 05ed7f4f36dcb3bc6291f8045da9a9ac60d589c4 | refs/heads/master | 2021-09-27T01:13:49.550629 | 2018-11-05T06:51:59 | 2018-11-05T06:51:59 | 156,172,826 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,376 | cpp |
#include "../include/cyberpc.h"
#include <vector>
#include <iostream>
#include<iterator>
using namespace std;
std::vector<std::string> cyber_pc_connections_;
CyberPC::CyberPC(std::string cyber_pc_os,std::string cyber_pc_name): cyber_pc_os_(cyber_pc_os), cyber_pc_name_(cyber_pc_name),cyber_pc_connections_(),cyber_p... | [
"noreply@github.com"
] | noreply@github.com |
884778abc082e5f13d614e40ea86af48328048b5 | 3282ccae547452b96c4409e6b5a447f34b8fdf64 | /SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimMaterialLayer_EquivGlazingLayer.hxx | d6da7ed510da9cf3ec3e505d79bbc5964c548a5b | [
"MIT"
] | permissive | EnEff-BIM/EnEffBIM-Framework | c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de | 6328d39b498dc4065a60b5cc9370b8c2a9a1cddf | refs/heads/master | 2021-01-18T00:16:06.546875 | 2017-04-18T08:03:40 | 2017-04-18T08:03:40 | 28,960,534 | 3 | 0 | null | 2017-04-18T08:03:40 | 2015-01-08T10:19:18 | C++ | UTF-8 | C++ | false | false | 12,404 | hxx | // Copyright (c) 2005-2014 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema to
// C++ data binding compiler.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Fre... | [
"cao@e3d.rwth-aachen.de"
] | cao@e3d.rwth-aachen.de |
5c1895ec2cf75f3edd05170e6b0f1436c3e0b81a | cb8c337a790b62905ad3b30f7891a4dff0ae7b6d | /st-ericsson/hardware/libcamera/include/b2r2/STECamB2R2Utils.h | 29185c8b90f8199a2a384ed0d18343313bdb3425 | [] | no_license | CustomROMs/android_vendor | 67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31 | 295e660547846f90ac7ebe42a952e613dbe1b2c3 | refs/heads/master | 2020-04-27T15:01:52.612258 | 2019-03-11T13:26:23 | 2019-03-12T11:23:02 | 174,429,381 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,718 | h | #ifndef __STECAMB2R2UTILS_H__
#define __STECAMB2R2UTILS_H__
#include <IFM_Types.h>
#include <mmhwbuffer.h>
#include <mmhwbuffer_ext.h>
#include <mmhwbuffer_c_wrapper.h>
extern "C" {
#include <blt_api.h>
}
/* Utility Class to use B2R2 for CRROP, RESIZE and ROTATION */
/* HWConversion class doesnot have crop func... | [
"xiangxin19960319@gmail.com"
] | xiangxin19960319@gmail.com |
c001d0bfc7e6b4a34edcb7987abe36431a19e96b | 84d86bf32f3849b5c5e1a9965e78c639fde49cd8 | /Assignment 3/Assignment 3/creature.cpp | 2893b72f09b4e96954042cb2b7061b0d3b6f9454 | [] | no_license | LouisT123/CSS342-Cont-d | cb9f11af99f3404455ea882deb8478cb0e11de69 | 0e8d5bf091b33bd79e71044d78988abdd22da678 | refs/heads/master | 2023-04-03T02:34:38.323542 | 2021-04-02T00:25:55 | 2021-04-02T00:25:55 | 332,897,238 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,609 | cpp | //creature.cpp
//impelementations of functions declared in timespan.h
//Louis Taing
#include "creature.h"
//Purpose: output creature coordinates
//Preconditions: takes timespan object
//Postconditions: outputs string in correct time format
std::ostream& operator<<(std::ostream& Out, const Creature& Creature) { ... | [
"louistaing@aol.com"
] | louistaing@aol.com |
531ee1f2bf054a2085cb3eb8a4b7825597df99a3 | 9ca5b44b494b7e8e19a700e89734bb478df5ca5f | /BinarySearchTreeIterator.cpp | 4933521acedf639a81c5001e2b081ed3cf3b62ae | [
"BSD-3-Clause"
] | permissive | hgfeaon/leetcode | ce549f0dc8c3a7fa367f10a189f09dd6f8dbf7c6 | 1e2a562bd8341fc57a02ecff042379989f3361ea | refs/heads/master | 2021-01-25T08:59:56.033771 | 2015-03-10T06:35:51 | 2015-03-10T06:35:51 | 17,615,493 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,287 | cpp | #include <iostream>
#include <cstdlib>
#include <stack>
using namespace std;
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class BSTIterator {
private:
TreeNode* current;
stack<TreeNode*> nodeStack;
public:
BSTIterato... | [
"hgfeaon@qq.com"
] | hgfeaon@qq.com |
58b6fff77896cae3d2d0ab3257a6f5647b4543e2 | c1dbd6dde2b018f003bcbc8c9cbd0785734a4110 | /src/SimpleRootClass.cpp | 8e1524029ab65d82594b64e8be97fa22dbc9cf74 | [] | no_license | jdfrankland/autorootlib | bd2db04c36e9a70d86a9786bb7957d6e1b41eefb | da32c15220a840ab68f078c6d467b2337c119952 | refs/heads/master | 2016-09-10T00:24:30.954771 | 2013-05-24T12:12:46 | 2013-05-24T12:12:46 | 29,357,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | //Created by KVClassFactory on Thu May 16 19:32:00 2013
//Author: John Frankland,,,
#include "SimpleRootClass.h"
ClassImp(SimpleRootClass)
////////////////////////////////////////////////////////////////////////////////
// BEGIN_HTML <!--
/* -->
<h2>SimpleRootClass</h2>
<h4>A simple class based on ROOT</h4>
<!-- */
... | [
"frankland@ganil.fr"
] | frankland@ganil.fr |
fecc2826d481bbad760d085fcbabe5499b06dbf3 | 09de839a79f88b4cfb131b78b9dfe622bfadfa6c | /Triangles/ChildView.h | 978256c14133d2646060fbcd32acbfbe5dd693eb | [] | no_license | HanshiZ/CSE335Final | 39fc5c06debe184a4a3093eecb2caeb7e92a2c60 | 008a571f67430e4a672d701fe7246036773577a8 | refs/heads/main | 2023-01-13T05:42:16.191338 | 2020-11-14T03:01:23 | 2020-11-14T03:01:23 | 312,733,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,778 | h | #pragma once
#include <memory>
#include <string>
#include <random>
class CTriangleMesh;
// CChildView window
/**
* Main view window.
*/
class CChildView : public CWnd
{
// Construction
public:
CChildView();
// Attributes
public:
// Operations
public:
// Overrides
protected:
virtual ... | [
"noreply@github.com"
] | noreply@github.com |
d87f55e75bca0055715ffa84f0eb4d0ce71169a8 | bd1f589153a5202e1f34f8a3fd6a654922cbce2a | /MyWrapper/OpenGLMain.h | 04ed088b29a83393d01bf0bea180cdef7d2415d7 | [] | no_license | lalitadithya/DatabaseQueryPlanVisualization | 96d87deeca022642a31bc3030cc9b07a4c2950fe | d7b4c18c33c2cd7c0f73156093f399cdeefd393a | refs/heads/master | 2022-04-16T14:26:03.864286 | 2020-04-12T10:31:05 | 2020-04-12T10:31:05 | 88,893,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | h | #pragma once
#include "SqlQueryPlanNode.h"
#include <vector>
using namespace std;
void displayQueryPlan(SqlQueryPlanNode *root, int size); | [
"lalitadithya5071@gmail.com"
] | lalitadithya5071@gmail.com |
1b8b688afb0897810cb6f235ae42083d325b5ffc | bb7c26963a6ee931c33e08d25c282053db3d1e45 | /Game/src/Controller.cpp | 0eee470d08124d590495431857b0c688b83f0af4 | [] | no_license | EKISUKE/GitHubTest | bf85afea50f41ccbd1df6f7cba09de7528932a63 | 961ad6edebcb0ef289b602482b6b8f90ce63b8fa | refs/heads/master | 2021-01-21T10:12:55.452091 | 2015-07-18T10:40:27 | 2015-07-18T10:40:27 | 39,287,618 | 0 | 0 | null | 2015-07-18T14:26:36 | 2015-07-18T05:18:16 | Logos | SHIFT_JIS | C++ | false | false | 9,114 | cpp | //-----------------------------------------------------------------------------
//!
//! @file Controller.cpp
//! @brief コントローラー
//! @author YukiIshigaki
//!
//-----------------------------------------------------------------------------
#include "Library.h"
//---------------------------------------------------------... | [
"yuuki622800@yahoo.co.jp"
] | yuuki622800@yahoo.co.jp |
6855ebb799653fc85cd69ae666332c3c138a1b04 | f7746f466bb9e52ea5e5b704d0cd8bddab489f49 | /242/hw3/qtree.cpp | 20f833c1f966c302e5695119839944e2ec096433 | [] | no_license | canerdogar/Homeworks | cc6e233cf41758bb1ffb17497de797f81cea0cf4 | ccfbcf3842297e94392e83ee0920992701593a52 | refs/heads/master | 2020-03-14T08:57:10.861469 | 2018-04-29T23:36:36 | 2018-04-29T23:36:36 | 131,536,001 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,265 | cpp | #include "qtree.h"
QTree::QTree(int input)
{
topLeft.setx(0);
topLeft.sety(0);
bottomRight.setx(input-1);
bottomRight.sety(input-1);
birinci=NULL;
ikinci=NULL;
ucuncu=NULL;
dorduncu=NULL;
rec=NULL;
level=0;
}
QTree::QTree(const QTree& rhs)
{
*this=rhs;
}
QTree::~QTree()
{
//cout<<"terminated"<<endl;
delete... | [
"canerdogar94@gmail.com"
] | canerdogar94@gmail.com |
0c9925c75a5e01adcd048f827c9ab43ce2876899 | 67e5b93fe4c883c6fe4fe9a20dc3e6164f9ac169 | /Source.cpp | aa0b2b81990fe354832913aed203144eeab91254 | [] | no_license | RostyslavPanasiyuk/Deposito1 | c2e70cc024fadb0312b0a2b1cd516ca45380e618 | fccd8f92f3287bcd22326dac1ce209ec3c593896 | refs/heads/main | 2023-04-09T12:09:00.739600 | 2021-04-21T17:17:46 | 2021-04-21T17:17:46 | 360,251,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,088 | cpp | #include <iostream>
#include<string>
#include<string.h>
#include "Sensor.h"
#include"MagneticSensor.h"
#include "Motion_sensor.h"
#include "Smoke_sensor.h"
#include "Electronic_security_system.h"
using namespace std;
int main()
{
Electronic_security_system* ESS = new Electronic_security_system();
MagneticSensor* s1 ... | [
"panasiyk.rostyslav@gmail.com"
] | panasiyk.rostyslav@gmail.com |
79fbefcfa3d7bd298f2131afc93baec597a7b932 | 9240ceb15f7b5abb1e4e4644f59d209b83d70066 | /sp/src/public/stringregistry.cpp | beaf3767e14a303e0df3f7d690d7ddcccedc317d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Margen67/blamod | 13e5cd9f7f94d1612eb3f44a2803bf2f02a3dcbe | d59b5f968264121d013a81ae1ba1f51432030170 | refs/heads/master | 2023-04-16T12:05:12.130933 | 2019-02-20T10:23:04 | 2019-02-20T10:23:04 | 264,556,156 | 2 | 0 | NOASSERTION | 2020-05-17T00:47:56 | 2020-05-17T00:47:55 | null | UTF-8 | C++ | false | false | 4,545 | cpp | //========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: A registry of strings and associated ints
//
// $Workfile: $
// $Date: $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//==============... | [
"joe@valvesoftware.com"
] | joe@valvesoftware.com |
a126e89bd34f31d40c351264365891b2b1eb5f7f | 9694e35e70331ee2e417b9796b13dde80134a25f | /Empty.h | aa8ba002b04d43760df39a3b80fc75e8c0787ca3 | [
"MIT"
] | permissive | BishWhite/Projekt-c-szachy | 9dc90fca372d186ee81d00ec8519e59228dae015 | 5e1d01f3bfdf6fd2e2417b661f5b54f86fc3315f | refs/heads/main | 2023-06-12T23:17:18.935341 | 2021-06-30T10:43:11 | 2021-06-30T10:43:11 | 381,157,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h |
#ifndef ULTIMATETERMINALCHESS_EMPTY_H
#define ULTIMATETERMINALCHESS_EMPTY_H
#include <iostream>
#include <vector>
#include "Field.h"
class Empty : public Field {
int x=0; int y=0;
int x0=0;int y0=0;
public:
bool color;
string name = "E";
Empty( int x, int y, int x0, int y0, bool color);
};
#en... | [
"noreply@github.com"
] | noreply@github.com |
8e2db2f73ad11f456921734388c8a9297fa7dc4e | 4b27033174f3f27e2efc107b80af4cab349f2b9b | /lib-display/include/ssd1306.h | 10fc54d810d687c9611546c15d3ff86f35a1f25f | [] | no_license | Adco28k/rpidmx512 | aeed26049217f29172615ed5ceeccae8ab21b531 | fe9278265603807b453237ed294a4cc8709ed039 | refs/heads/master | 2022-07-19T22:18:32.157884 | 2020-05-28T19:07:40 | 2020-05-28T19:07:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,711 | h | /**
* @file ssd1306.h
*
*/
/* Copyright (C) 2017-2020 by Arjan van Vught mailto:info@orangepi-dmx.nl
*
* 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 wi... | [
"Arjan.van.Vught@gmail.com"
] | Arjan.van.Vught@gmail.com |
f1e160aeda45a420ece0b85f6220ba8e3097fdcb | b9c1098de9e26cedad92f6071b060dfeb790fbae | /3rdparty/openmpt/include/ancient/src/NUKEDecompressor.cpp | 5f154585345baea823e76b1644ef4a0e910ffff7 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vitamin-caig/zxtune | 2a6f38a941f3ba2548a0eb8310eb5c61bb934dbe | 9940f3f0b0b3b19e94a01cebf803d1a14ba028a1 | refs/heads/master | 2023-08-31T01:03:45.603265 | 2023-08-27T11:50:45 | 2023-08-27T11:51:26 | 13,986,319 | 138 | 13 | null | 2021-09-13T13:58:32 | 2013-10-30T12:51:01 | C++ | UTF-8 | C++ | false | false | 3,577 | cpp | /* Copyright (C) Teemu Suutari */
#include <cstring>
#include "NUKEDecompressor.hpp"
#include "DLTADecode.hpp"
#include "InputStream.hpp"
#include "OutputStream.hpp"
#include "common/Common.hpp"
namespace ancient::internal
{
bool NUKEDecompressor::detectHeaderXPK(uint32_t hdr) noexcept
{
return hdr==FourCC("NUKE"... | [
"vitamin.caig@gmail.com"
] | vitamin.caig@gmail.com |
6917d553e2188a165461ecc6259f1482bc362cad | 5a5613ab04d4f9849653decd0371d8e27d6970bf | /Micromegas/Simone/Tesi/Isto_costa.cxx | 95ed97811918c3826999f9f62a03c07dc8d971f1 | [] | no_license | MMPavia/Micromegas | 529ec648bb1001b8cc3fc0b624f9199f8bd8e11b | 83bab7bc6d8e298bd6fcb6570167819cfd28cf8b | refs/heads/master | 2020-06-10T21:26:28.199898 | 2019-07-24T13:35:10 | 2019-07-24T13:35:10 | 75,877,331 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,773 | cxx | #include <stdio.h>
#include <string>
#include <vector>
#define inpath "/Users/simonesottocornola/Documents/Uni/MicroMegas/Misure_qaqc/Tesi/"
#define outpath "/Users/simonesottocornola/Documents/Uni/MicroMegas/Misure_qaqc/Tesi/output"
void Isto_costa (TString scan){
// style option
gStyle->SetPalette(1);
gStyl... | [
"atlas@pcatl03.pv.infn.it"
] | atlas@pcatl03.pv.infn.it |
7eb347a1d2336795fdf1522e0616ee2e6bbccbd3 | 69784e105ddc2aca3699b6b07dbcb1834d7c242c | /Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_K3442153334.h | 2443f5a0943dbc3aebfea822544cf46b58a69b8d | [] | no_license | ryanmcgrail95/CRHC-iOS | 7e72139100b2140143deb424d21fdc69b2959ed1 | 1b00260e6c59f552d9a8b94e42fcae5e657a6c46 | refs/heads/master | 2021-06-12T11:21:33.461817 | 2017-03-04T01:08:34 | 2017-03-04T01:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,340 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.Graphic,System.Int32>
struct Dictionary_2_t958655563;
#include "mscorlib_System_Object2689449295.h"
#ifdef _... | [
"rmcgrai1@nd.edu"
] | rmcgrai1@nd.edu |
3032824fb805bf33efa40685b8475534d4d161c7 | 211b528bcafd591781c8ce24dc474f3024ac5da9 | /include/NTL/ZZ.h | 8b6a70e648f952d9d59e9ffacb6f1db550448744 | [] | no_license | DanielDenshikov/cryptoSystem | 471a97fb03ff22c5790e5484f78c3915b5b81ed6 | d06d3408cf0781508986680df519c40351d92758 | refs/heads/master | 2020-08-26T14:55:45.110583 | 2019-10-23T20:47:38 | 2019-10-23T20:47:38 | 217,046,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38,410 | h |
#ifndef NTL_ZZ__H
#define NTL_ZZ__H
/********************************************************
LIP INTERFACE
The class ZZ implements signed, arbitrary length integers.
**********************************************************/
#include <NTL/lip.h>
#include <NTL/tools.h>
#include <NTL/vector.h>
#includ... | [
"denshikovdd@mail.ru"
] | denshikovdd@mail.ru |
8874cc7d6e7d75976c19cd4c71f133cfeeafe299 | f94c62d00d733284189006d65d8e57bdd89ac961 | /sample_projects/GBM_OV_immune_stroma_double_immune/custom_modules/GBM_OV_immune_stroma_double_immune.cpp | 1009dd12d4cb05f6d0f39dbd9e51c1b44be2fdca | [] | no_license | adriannejnner/InvitroGBMCellProliferation | 62fd39840834d617c74842a13fb2241c7c72c4a8 | ff23ff71dbfb2ef5bd8ca89e0d3795b7a8722dff | refs/heads/main | 2023-07-16T21:05:35.937708 | 2021-08-11T02:08:33 | 2021-08-11T02:08:33 | 393,213,607 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 72,277 | cpp | /*
###############################################################################
# If you use PhysiCell in your project, please cite PhysiCell and the version #
# number, such as below: #
# ... | [
"adrianne.jenner@gmail.com"
] | adrianne.jenner@gmail.com |
22ae7f79e84bb57fafce98bf168dd8f7bdcc72f0 | 0d2d3f5722091fc83842b20991864b5b78c85d5e | /FuckLeetCode/candy.cpp | 938381f64e923ac348df0fd4442fc446d99dd22a | [] | no_license | 0x0all/FuckInterview | 010d586915054a3d82203705d094c1e1c5803de6 | d83cc1dc1583bd32678494feb524e35b70357d91 | refs/heads/master | 2020-12-25T00:50:43.585098 | 2014-03-03T01:32:45 | 2014-03-03T01:32:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,372 | cpp | /*
* There are N children standing in a line. Each child is assigned a rating value.
*
* You are giving candies to these children subjected to the following requirements:
*
* Each child must have at least one candy.
* Children with a higher rating get more candies than their neighbors.
* What is the minimum cand... | [
"82560990@qq.com"
] | 82560990@qq.com |
879ca60af9ac1e36cf3220d5b3bdfa40b462f064 | efe9b015f3e45e8df7a457d39292a6a31afb23ec | /llvm/lib/Target/CSKY/CSKYMCInstLower.cpp | c42a56bfb04eaf3c596ce0b6da34f496bbc839d4 | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | open-dotnet/llvm-project | 3c8cd67ed2501630f46e2ff574d6a8a4e977e92c | b72b56016a6b586a22a49f145c924c03e4239b1d | refs/heads/main | 2023-09-05T18:23:30.802715 | 2021-11-22T02:14:30 | 2021-11-22T02:16:02 | 430,545,862 | 1 | 0 | null | 2021-11-22T03:09:22 | 2021-11-22T03:09:22 | null | UTF-8 | C++ | false | false | 3,633 | cpp | //===-- CSKYMCInstLower.cpp - Convert CSKY MachineInstr to an MCInst --------=//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"zixuan.wu@linux.alibaba.com"
] | zixuan.wu@linux.alibaba.com |
a205e5f0675676b2c8f0ef74a43a5dd54d6a6a67 | 6fb361e086e445c16150397453bfbb086082a8f8 | /Graphics/DirectX11/Buffers/D3D11IndexBuffer.cpp | ccdabecae79b7c3be8bd863c7ca6f0d2271bcb2a | [] | no_license | blockspacer/EightEngine | d16d5df253697379e14309644a459f115ef449c1 | 61f7f1535063fae06200291fe0e772c454388341 | refs/heads/master | 2021-04-13T15:28:50.818682 | 2016-09-01T20:17:54 | 2016-09-01T20:17:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,220 | cpp | #include "stdafx.h"
#include "D3D11IndexBuffer.h"
#include "EightEngine\Graphics\ApiWrapper\RenderingDevice.h"
#include "EightEngine\Graphics\ApiWrapper\RenderingDeviceContext.h"
bool D3D11IndexBuffer::CreateApiSpecific(const BYTE *pIndices, UINT indexCount,
UINT indexStride, const std::shared_ptr<RenderingDevice> &p... | [
"jurasek.patrik@hotmail.com"
] | jurasek.patrik@hotmail.com |
ba89828c0b55c7b0cd8fae7cd477dca35fb044e7 | 290952d106627de07fc2c9581665e7c560ab18bd | /ACM ICPC 2016 Dhaka Regional Preliminary Mock Contest/C. Stick to Triangle checking.cpp | c0eeb822b98cbc7ac36339924852e6d3a1dc5487 | [] | no_license | MdAbuNafeeIbnaZahid/Competitive-Programming | 8669db792d3d604ee09429378da52d238b0e5b13 | 5b8f4f0c08c62ac410fdf153b3c4bd19775411b1 | refs/heads/master | 2021-01-20T07:57:04.742595 | 2018-09-25T15:29:32 | 2018-09-25T15:29:32 | 83,894,136 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | #include <bits/stdc++.h>
using namespace std;
long long T, N;
long long X, Y, Z;
long long a,b, c, d, e, f, ans, low, high, ans2;
int main()
{
//freopen("input.txt", "r", stdin);
//cin >> T;
for (a = 10000; a <= 10000; a++)
{
//cout << "a = " << a << endl;
ans = 0;
N = a;
... | [
"1305023.maniz@ugrad.cse.buet.ac.bd"
] | 1305023.maniz@ugrad.cse.buet.ac.bd |
329e9a0a8e0a5640d11c704efe1b6ab3f5614ae5 | 1c91b63316701109bb1f7f2dea716ce8db8ced3a | /src/Player.cpp | 02ea0d5e1a638b47c43a802f380ddc64f7f63fd6 | [
"Apache-2.0"
] | permissive | CesarVaz/Projeto-1.2018 | e75d550f66c4324f9b93eeb04615cf672df14eea | 1a08b503ccac732e8d0c04903b13a7ee8ea7487d | refs/heads/master | 2022-12-20T23:26:02.400281 | 2020-09-27T21:17:07 | 2020-09-27T21:17:07 | 133,577,540 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,561 | cpp | #include "Player.h"
static const float sCD = 0.25f;
static const float jCD = 1.0f;
//ctor dtor
Player::Player(sf::Texture* texture, sf::Vector2u imageCount, float switchTime, sf::Texture* projTexture, float speed):
Animation(texture, imageCount, switchTime), projectile(projTexture)
{
this->speed ... | [
"noreply@github.com"
] | noreply@github.com |
e7c94042914803f78664fe36a18cca2021fa5a94 | e798f3cd0d6cc6ad191702bbb387afdb0ae9eab0 | /Classes/Messages/ConfirmMessage.hpp | b09e000efbf975ebb078139a252cf8e25ae3ad21 | [] | no_license | Morgan87/FlameDragonX | 9dbd359c939df08a1f7c7a8a769d9408bf50ca10 | 15ed056572c52df76cfea8990cc1e5f81331c8fc | refs/heads/master | 2021-05-07T04:08:19.692309 | 2016-11-29T22:41:46 | 2016-11-29T22:41:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | hpp | //
// ConfirmMessage.hpp
// FlameDragonX
//
// Created by SuiYi on 9/13/16.
//
//
#ifndef ConfirmMessage_hpp
#define ConfirmMessage_hpp
#include "cocos2d.h"
#include "ConversationMessage.hpp"
class ConfirmMessage : public ConversationMessage
{
private:
public:
ConfirmMessage(std::string content);
... | [
"charlie_5899@hotmail.com"
] | charlie_5899@hotmail.com |
e312a356d8cdd6c9177265ac4fe524a3a111a730 | 75546df4b6aeb0f2332ab9341923ad572d37046b | /imgui/imgui.cpp | 7a0954a16e461be24f7ce3ce3cefb4c5cc75ae3f | [] | no_license | maximebl/transforms | d86f81f073a2ba713e4bb89b12a0a664dac18695 | 2c2dac6eb18d737bc5b2dfbc8ddcee1b0acbad47 | refs/heads/master | 2021-05-17T02:10:44.200003 | 2020-12-17T06:09:29 | 2020-12-17T06:09:29 | 250,570,319 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503,822 | cpp | // dear imgui, v1.76 WIP
// (main code and documentation)
// Help:
// - Read FAQ at http://dearimgui.org/faq
// - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase.
// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. All applications in examples/ are... | [
"maximebl@videotron.ca"
] | maximebl@videotron.ca |
f4252c273118e2bc54cbede9faa6c8f7e776c14d | 1ae7e3c269e0bd2df0bc725a33f307971816d40d | /app/src/main/cpp/boost/thread/win32/basic_recursive_mutex.hpp | 97bfa4e56b34a29ac03779b1491a55b8c5284e6b | [] | no_license | HOTFIGHTER/XmLogger | 347902372bf2afc88cf26d2342434c1ea556201f | 433a0420c99a883bd65e99fd5f04ac353ac6d7b6 | refs/heads/master | 2021-02-18T08:46:12.122640 | 2020-03-05T14:16:39 | 2020-03-05T14:16:39 | 245,178,943 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,306 | hpp | #ifndef BOOST_BASIC_RECURSIVE_MUTEX_WIN32_HPP
#define BOOST_BASIC_RECURSIVE_MUTEX_WIN32_HPP
// basic_recursive_mutex.hpp
//
// (C) Copyright 2006-8 Anthony Williams
// (C) Copyright 2011-2012 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENS... | [
"linfeng.yu@ximalaya.com"
] | linfeng.yu@ximalaya.com |
cf5907dbcbb8848ee4b577c5b623839d26e7bf94 | 84a6bf8338698b81aad5524264af78ed7eff1c03 | /src/Magnum/DebugTools/Screenshot.cpp | 60f5ca1fac067c5c2916bb20c6e282f10caf5257 | [
"MIT"
] | permissive | Croydon/magnum | 93f943cc22713678fb4160b246204799b5fcd4ce | fb27ecd87d3c10d898dadb9ee6d0dbe1f7b13a4f | refs/heads/master | 2020-05-05T05:26:16.073682 | 2019-04-04T20:03:00 | 2019-04-05T10:45:26 | 179,752,195 | 0 | 1 | NOASSERTION | 2019-04-05T20:43:50 | 2019-04-05T20:43:50 | null | UTF-8 | C++ | false | false | 3,881 | cpp | /*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
84baa35ab9e80cc72b9031bec33975796cb3cce6 | c33c269d2bc08dc7e38f9ed394ee9470ac9e113e | /03/coffee/Portion.h | 3778edda372cb364e904ef9a70ff6c1a47f0a0b4 | [] | no_license | lm1458777/ood-labs | 68ea4ff69d713556b1506ede56d42f7265120672 | f03b778df011bbdaa01bb31c254d0dd2bfcd4680 | refs/heads/master | 2021-04-30T06:02:20.357401 | 2018-07-06T06:41:52 | 2018-07-06T06:41:52 | 121,432,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 591 | h | #pragma once
#include "IBeverage.h"
class Portion final : public IBeverage
{
public:
Portion(IBeveragePtr beverage, std::string portion, double price)
: m_beverage(std::move(beverage))
, m_portion(std::move(portion))
, m_price(price)
{
if (!m_beverage)
{
throw std::invalid_argument("The beverage must no... | [
"lm1458777@gmail.com"
] | lm1458777@gmail.com |
569e8d32427503ba86dcd6a18e97aee527414935 | 5b673d4ebc7e874c9bec9bacfd62a6a5d1c38298 | /Engine/src/scene/sceneobject.cpp | 5a727564abef7c9aa0cc891ea54bb294a4be380d | [] | no_license | Julian-Gallegos/Animator | 94e19b83a4a8e0e498ed4449560d16c75b851756 | 3dc28e4030b3932f4bd98bc4069620d50aa0a4cc | refs/heads/master | 2023-08-02T16:04:03.167605 | 2020-05-28T01:35:28 | 2020-05-28T01:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,944 | cpp | /****************************************************************************
* Copyright ©2017 Brian Curless. All rights reserved. Permission is hereby
* granted to students registered for University of Washington CSE 457 or CSE
* 557 for use solely during Autumn Quarter 2017 for purposes of the course.
* No oth... | [
"chungyi@cs.washington.edu"
] | chungyi@cs.washington.edu |
9a53b475951a089e3b7c1e5e53032204c3c52dd1 | b5721f085233f6c64d8c233f9bc7e2876cd23f1e | /tests/test_log.cpp | abcd03d17460303c5b7ed867a5bef84953635803 | [] | no_license | zhongluqiang/mysylar | 0825a2e3ff21a5212578a42f0e73a56d5eed6f4b | e4d0af8facde4e72a8c6db98596edb44cb447099 | refs/heads/master | 2021-06-17T19:20:43.706837 | 2019-12-14T15:12:06 | 2019-12-14T15:12:06 | 212,983,352 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | cpp | #include "sylar/log.h"
#include <iostream>
int main() {
sylar::Logger::ptr logger(new sylar::Logger);
//[日期时间] 文件名:行号 线程号:协程号 日志级别 日志内容\n
sylar::LogFormatter::ptr fmt(
new sylar::LogFormatter("[%d] %f:%l %t:%F %p %m%n"));
sylar::FileLogAppender::ptr file_appender(
n... | [
"root@DESKTOP-69UV2B0.localdomain"
] | root@DESKTOP-69UV2B0.localdomain |
938dad1bd1f9e168ee085e75015248e9e04ed9b6 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /ash/style/combobox.cc | 985a7a3b5687cda514ca77ff9e34027677dfb21b | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 15,308 | cc | // Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/style/combobox.h"
#include <memory>
#include "ash/public/cpp/shell_window_ids.h"
#include "ash/public/cpp/style/color_provider.h"
#include "ash/resources/vector... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
f7574ba014e822201bf12da80d8869a06725d64a | 14508c4faf7fe967bb0b981c835d64d2d9a31d7d | /build-GUI-Desktop_Qt_5_9_2_MinGW_32bit-Debug/debug/moc_fileexplorar.cpp | 1324b386388cb0f963137bb7e702e7294851f63d | [] | no_license | r17v1/connect | de620955274becbfe1f7d6ebceb36c17d9767af3 | 8089840d0c8706f47ca0e727fe025d86813881c1 | refs/heads/master | 2021-06-23T18:14:42.155783 | 2021-01-21T14:25:21 | 2021-01-21T14:25:21 | 170,814,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,667 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'fileexplorar.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.2)
**
** WARNING! All changes made in this file will be lost!
********************************************************... | [
"37942208+Raian-Rahman@users.noreply.github.com"
] | 37942208+Raian-Rahman@users.noreply.github.com |
271631737b9bce7e24e904e05d3e9bdbf7be51fd | d0a3dff524a2c561ea9eedba0311855aff21968f | /src/output_graph_as_dimacs.cpp | 742394c4ecaa4ba4cf0883dcc4b48a74bc280ab2 | [] | no_license | avadapal/Combinatorial-Min-Cost-Flow | 637ca42c75fb1080ea22cb58dde02209353d9522 | e2afdfcad3d1fd06a837020d71256236f6b33d5c | refs/heads/master | 2020-07-25T02:11:33.157959 | 2019-09-14T22:38:30 | 2019-09-14T22:38:30 | 208,127,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,998 | cpp | #include "graph.h"
#include "random.h"
#include "min_cost_flow_sspvariant.h"
#include "min_cost_flow_sspvariant_default.h"
//#include "min_cost_flow_sspvariant_apex_grid.h"
#include <iostream>
#include <queue>
#include <stack>
#include <vector>
#include <algorithm>
#include <math.h>
#include <fstream>
#in... | [
"noreply@github.com"
] | noreply@github.com |
ac79877fe8b67cd909950468d1eda7496587e420 | 58a70f395f61f905f7c51946a95acd8a92cd922c | /Tugas2/1.cpp | 118990eb2941eb5ed585273509d820143a78efc2 | [] | no_license | JustForC/KumpulanTugasAnalgo | f10f4fcaf6c8fb0805e6d00980e2d8cdb1869186 | 87dc1119c84dd5b7309b2b3b401788ebd65a05f8 | refs/heads/master | 2020-06-04T13:41:32.026231 | 2019-06-15T06:55:16 | 2019-06-15T06:55:16 | 192,046,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cpp | /*
Nama : Ghema Allan F
Kelas : B
NPM : 140810170048
Nama Program : Mencari nilai maks
*/
#include<iostream>
using namespace std;
int main(){
int x[99];
int n,maks,i;
cout<<"Masukkan Jumlah Angka : ";cin>>n;
for(int i=0;i<n;i++){
cout<<"Bilangan ke - "<<i+1<<" : ";cin>>x[i];
}
maks = 0... | [
"noreply@github.com"
] | noreply@github.com |
e9408db972fd21d4372fdbb8368a07ff43b6b446 | f532dfc68d8ad1a6e7b8aaf5b7dbc92fbf0efc62 | /win32_C++/ConsolProJ02/C_495p_unicode01.cpp | b6eba9510168a7dad401a7ad86ca03cf6f8dcf51 | [] | no_license | NamYoonJae/InhaGame | 691fda687490fb70699f4018ac2888c0b08b5474 | 6e9872436cecccee44f97694f3a047a1d51d86ab | refs/heads/main | 2023-01-19T11:59:35.578386 | 2020-11-26T08:18:34 | 2020-11-26T08:18:34 | 305,272,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 246 | cpp | #include "stdafx.h"
#include <conio.h>
#include <windows.h>
#include <stdlib.h>
#include <string.h>
int main(void) {
wchar_t *pwszData = L"String";
wchar_t wszData[32];
wcscpy(wszData, pwszData);
wprintf(L"%s\n", wszData);
return 0;
} | [
"nyoonjae@naver.com"
] | nyoonjae@naver.com |
64c693740275e666a00985f20ac4806a9c8534f3 | 232bc68c3ee472f244e9cb273488a2017e34d962 | /src/main/cpp/subsys/MechanismTypes.h | 87165289f549e806290075be43e88598b4f17423 | [
"BSD-3-Clause",
"MIT"
] | permissive | Team302/2019Beta | 3a3de9d1ae128c89a7c275d388b026c6057ed766 | aa8b5ef82f78aac2cc9d4e206753c2b38d28b6bd | refs/heads/master | 2022-04-07T09:45:51.004453 | 2020-01-02T05:09:39 | 2020-01-02T05:09:39 | 211,968,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,382 | h |
//====================================================================================================================================================
// Copyright 2019 Lake Orion Robotics FIRST Team 302
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ... | [
"joe.witcpalek@gmail.com"
] | joe.witcpalek@gmail.com |
b18b4c4acd4e671213390d8d8fe84eac583f4d0b | 4d3a5f0f0bae49d665906048281575d36b96b0c8 | /include/box_parameters.h | 987f78d322c67fb3d74c43bf1dcf0910f73fb7f9 | [
"Apache-2.0"
] | permissive | rgiordan/LinearResponseVariationalBayes.cpp | 10f33d5c40379b5b6704ccc5aa73126f604ba87e | 99b0666bbb9e1c8a1b020b133bcc289f894c07c4 | refs/heads/master | 2021-01-17T02:53:58.890034 | 2016-11-28T20:22:53 | 2016-11-28T20:26:32 | 59,386,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,845 | h | # ifndef BOX_PARAMETERS_H
# define BOX_PARAMETERS_H
# include <limits>
// # include <stan/math.hpp>
# include "stan/math/mix/mat.hpp"
using stan::math::logit;
using stan::math::inv_logit;
// template<typename T> T inv_logit(T x) {
// if (x < 0) {
// throw std::runtime_error("x is less than zero");
// ... | [
"rgiordan@gmail.com"
] | rgiordan@gmail.com |
d6831cbbceb1b8a6e440eef9bb5f985895550124 | 3726ce663a4be9318c4e6d37ef25d95e3ace8cc9 | /UE4_ThirdParty/HarfBuzz/harfbuzz-2.4.0/src/hb-cache.hh | fc2f88810462a6c3eaf5dc37cc0bc2dfb3db5aac | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference",
"MIT-Modern-Variant"
] | permissive | fdsalbj/UE4-HTML5-TPS | acd8d5e8c41d5e7804e8f01fc25d55bf4a6958a0 | be3518d02d53c2e29fd6039d9c7606e62536e435 | refs/heads/master | 2022-11-05T14:28:19.024569 | 2020-06-09T22:04:32 | 2020-06-09T22:04:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,675 | hh | /*
* Copyright © 2012 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* software and its documentation for any purpose, provided that the
* ab... | [
"nick.shin@gmail.com"
] | nick.shin@gmail.com |
6d57a8da92d4680c7197be7ef0698d30d6c6e894 | a6ed3dd9aa5429895c86875e7463caf298bfc16d | /Final/Source/Client/main.cpp | 3579c5b28b708a4339dcf47130abded24962fd3b | [] | no_license | glewn/ChatterBox | 4b77f7a976a6f1a5b6e708e73254f6f3fbdc54f2 | 9508c6eaac88f74e97bdfd9e2a49715a1d6bdecf | refs/heads/development | 2021-01-10T10:45:35.780645 | 2016-03-25T05:43:41 | 2016-03-25T05:43:41 | 53,089,384 | 1 | 2 | null | 2016-03-25T05:43:42 | 2016-03-03T22:37:08 | C++ | UTF-8 | C++ | false | false | 1,218 | cpp | /*------------------------------------------------------------------------------------------------------------------
-- SOURCE FILE: main.cpp
--
-- PROGRAM: ChatterBox
--
-- FUNCTIONS:
-- int main(int argc, char *argv[])
--
-- DATE: March 09, 2016
--
-- DESIGNER: Gabriel Lee
--
-- PROGRAMMER: Gabriel Lee
--
-- NOTES:
-... | [
"s.hyoung.238@gmail.com"
] | s.hyoung.238@gmail.com |
0ba56819ef7525cff4bb4cf71ec611616bc9984e | cf27989ba7d00342358b63e55558c075a35c9ac4 | /global/1.cpp | 64ad0d41df33c4f810ccb52ce489cf260bc0619e | [] | no_license | VishalKhurana/DSA | 1b9f2888cd332b6741a61e6426b0586615157143 | 6fc90621f97dee4c10e3911f8f2cc95e4a0a7903 | refs/heads/master | 2022-12-04T12:31:32.104914 | 2020-08-30T14:57:03 | 2020-08-30T14:57:03 | 285,479,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 760 | cpp | #include<bits/stdc++.h>
using namespace std;
long long int sol( long long int a, long long int b, long long int n)
{
long long int count=0;
while(1)
{
if(a>n||b>n)
{
break;
}
if(a<b)
{
a=a+b;
co... | [
"vishalkhurana972@gmail.com"
] | vishalkhurana972@gmail.com |
af6f673c31fc006c680a5c83c786ffac087c4e9a | 4e7f736969804451a12bf2a1124b964f15cc15e8 | /AOJ/GRL/1/B.cpp | fea7b90d21cd9fe92fa85424fc5f9c919692c629 | [] | no_license | hayaten0415/Competitive-programming | bb753303f9d8d1864991eb06fa823a9f74e42a4c | ea8bf51c1570566e631699aa7739cda973133f82 | refs/heads/master | 2022-11-26T07:11:46.953867 | 2022-11-01T16:18:04 | 2022-11-01T16:18:04 | 171,068,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,715 | cpp | #include <bits/stdc++.h>
#define rep(i, n) for (int i = 0; i < (n); i++)
#define rrep(i, n) for (int i = (n - 1); i >= 0; i--)
#define ALL(v) v.begin(), v.end()
using namespace std;
using P = pair<int, int>;
typedef long long ll;
template<class T> inline bool chmax(T& a, T b) { if (a < b) { a = b; return 1; } return 0;... | [
"hayaten415@gmail.com"
] | hayaten415@gmail.com |
e925c7085ba8736a7f2b970a6a16bcc46aa165e4 | 9606558f5b185751703c10ab29b851cdea35c33c | /Sources/yocto_wakeupmonitor.cpp | 99bb4e498135cb5b56913e75b44d77bd7eb68554 | [] | no_license | LudovicRousseau/yoctolib_cpp | b4847ce2d7ed89d06e455d0eeb939abf988dc5d3 | 148282fccee5d9d7232683bd64c86fbafff051a8 | refs/heads/master | 2022-12-13T13:45:26.752285 | 2022-12-02T18:31:20 | 2022-12-02T18:31:20 | 12,010,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,544 | cpp | /*********************************************************************
*
* $Id: yocto_wakeupmonitor.cpp 48183 2022-01-20 10:26:11Z mvuilleu $
*
* Implements yFindWakeUpMonitor(), the high-level API for WakeUpMonitor functions
*
* - - - - - - - - - License information: - - - - - - - - -
*
* Copyright (C) 201... | [
"dev@yoctopuce.com"
] | dev@yoctopuce.com |
2ff03e865698987b622575c0a75982e4a68cb153 | 59eb08a8296e3d427f5b1ce05eb131515b88594c | /Day3/sample.hpp | 7120bd07d1a12c3edee78213c160169b72688c9e | [] | no_license | tsukasan3/Cpp_one_week_learning | 630713b6d20cf843f3766fdd47a19d9e1cd97518 | 465df89df108ea45f86d4519df7ca8665befdec0 | refs/heads/main | 2023-01-24T17:06:10.213245 | 2020-12-01T07:55:50 | 2020-12-01T07:55:50 | 314,215,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 145 | hpp | #ifndef SAMPLE_HPP
#define SAMPLE_HPP
class Sample{
public:
int a;
void func1();
private:
int b;
void func2();
};
#endif // SAMPLE_HPP
| [
"noreply@github.com"
] | noreply@github.com |
e695ba1abb171a4177df6e8ad0b3a3bfc4193c73 | 0b7a69ea4cbaf01f82723dbd7206fe0fbaa99f4c | /GeometryAlgorithm.cpp | e52f1cd6136e86d35411cbd70efd18dad1e3f5e8 | [
"MIT"
] | permissive | gisdevelope/LidarProc | 2492aee6ed679968a8350931a1ec8d448d69cb4b | 1b6047d6c35cedc4a4ac1fb63410b9db81b1c48b | refs/heads/master | 2020-04-02T22:29:50.375740 | 2018-10-17T12:36:22 | 2018-10-17T12:36:22 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,666 | cpp | #include <assert.h>
#include <stdio.h>
#include "../LidarAlgorithm/GeometryAlgorithm.h"
#include "../LidarAlgorithm/GeometryAlgorithm.h"
#include "../LidarBase/tsmToUTM.h"
#pragma warning(disable:4996)
static bool Is_Equal_Eps(double v1, double v2, double epsilon)
{
return abs(v1 - v2) <= epsilon;
}
... | [
"wuwei_cug@163.com"
] | wuwei_cug@163.com |
3090e285cd88c1e2250b37cadaa27ca6ec6d00ff | 1754c9ca732121677ac6a9637db31419d32dbcf1 | /dependencies/libsbml-vs2017-release-64/include/sbml/extension/ISBMLExtensionNamespaces.h | 1be650b3f918bb36b8dbfe6c412e18fb97d6fcd0 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | sys-bio/Libstructural | 1701e239e3f4f64674b86e9e1053e9c61fe868a7 | fb698bcaeaef95f0d07c010f80c84d2cb6e93793 | refs/heads/master | 2021-09-14T17:54:17.538528 | 2018-05-16T21:12:24 | 2018-05-16T21:12:24 | 114,693,721 | 3 | 1 | null | 2017-12-18T22:25:11 | 2017-12-18T22:25:10 | null | UTF-8 | C++ | false | false | 2,802 | h | /**
* @cond doxygenLibsbmlInternal
*
* @file ISBMLExtensionNamespaces.h
* @brief ISBMLExtensionNamespaces interface to the SBMLExtensionNamespaces class
* @author Frank Bergmann
*
* <!--------------------------------------------------------------------------
* This file is part of libSBML. Please visit ... | [
"hsauro@gmail.com"
] | hsauro@gmail.com |
8cecd6468c37d3f7c185c16ab432bdb9fd42da84 | 4eb7413b650e54a657b39e6ee2de8b863672aec3 | /psps/11051.cpp | 0cb23b737e1314b37109048f2fcdb137bc903399 | [] | no_license | 0x9576/PS | be776b5a0f792d62fc6f85c881aa802738b8cc50 | e48bb87c61f4d75dc78d40260af646ae3ec8c0d5 | refs/heads/main | 2023-06-07T09:38:37.331420 | 2021-06-20T06:06:08 | 2021-06-20T06:06:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | cpp | #include<iostream>
using namespace std;
int dp[1005][1005];
int main() {
dp[0][0] = 1;
for (int i = 1; i < 1005; i++)
for (int j = 0; j <= i; j++) {
dp[i][j] = dp[i - 1][j - 1] + dp[i - 1][j];
dp[i][j] %= 10007;
}
int N, K;
cin >> N >> K;
cout << dp[N][K];
}
| [
"gahyu22@gmail.com"
] | gahyu22@gmail.com |
3380d98c52a8d8ab71351f7d9eb12eae340d80f2 | 0d61f5201ac4b059691a6425562a12743615f0f1 | /fwk/LinkedQueue.h | d9c385f730f69e20744280a9b5ba1df19754d829 | [] | no_license | haowei01/MazeWar | 8c4ea039d38f3a1808de25aba05e44f8e6fe9627 | 0ca928ab6625efea6ff2d1686fd8a882eb1d9285 | refs/heads/master | 2021-05-27T08:23:44.808791 | 2014-04-20T20:07:36 | 2014-04-20T20:07:36 | 18,972,743 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,279 | h | // Copyright(c) 1993-2006_2007, David R. Cheriton, all rights reserved.
//
// <h2>LinkedQueue</h2>
// Linked queue of pointers to objects of type T that support smart pointers
// and that provide a "next" attribute (actually lqNext)
// that can be used by this implementation.
// The next attribute must accept and retur... | [
"zhanghw@myth12.Stanford.EDU"
] | zhanghw@myth12.Stanford.EDU |
fbf3d936faaa1f95256e48faf98dd17ef76c1f99 | 8cd433650402dacace74ef1875004ac0208317f1 | /SciGame/Archer/Archer.h | c139ce1ff654ded1b5db7a183f122d0011ad7ccf | [] | no_license | ScienceDiscoverer/SciEngine | 7685002a91918ef588813b6201364d2037c94f76 | f23f3a9e9fac2839c89b35142752ca15e187d772 | refs/heads/master | 2020-03-17T07:13:39.604454 | 2018-05-14T16:19:42 | 2018-05-14T16:19:42 | 133,389,113 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,114 | h | #ifndef ARCHER_H
#define ARCHER_H
#include <SciEntities2D.h>
#include <SciHierarchy.h>
#include <SciControls.h>
// Component classes
class LeftHand : public SciEntity
{
friend class Archer;
public:
// Constructors
LeftHand();
// Interface functions
virtual void Update(float dt);
virtual void Render(float alph... | [
"ScienceDiscoverer@gmail.com"
] | ScienceDiscoverer@gmail.com |
9c836d577feeb39708fc03348c61f22fcaf73f99 | 430f81fe25dc9e1c3d01d7d628dfa61f17704aba | /Cpp_reference_file/acmicpc/11729.cpp | fbfe05edd06ebb04c848f223128b1e8229d7b897 | [] | no_license | blogSoul/Cpp_summary | 693691e086a4af70a7bef2594e32c7da160fd14d | 9efafab6d04cb5674e860d7c749760e941f3a3df | refs/heads/master | 2022-12-26T13:36:58.150349 | 2020-09-29T14:24:20 | 2020-09-29T14:25:47 | 260,205,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 604 | cpp | #include<iostream>
using namespace std;
int functionA(int N) {
if (N == 1)
return 1;
else
return 2 * functionA(N - 1) + 1;
}
void functionB(int N, int a, int b, int c) {
if (N == 1) {
cout << a << " " << c << "\n";
}
else if (N == 2) {
cout << a << " " << b << "\n";
cout << a << " " << c << "\n";
co... | [
"blo9040@gmail.com"
] | blo9040@gmail.com |
8b15d1305a34ff380299ae6c05767dec2b259791 | dfa1f54c7c6f9719aef797e785c32cdf69a19d37 | /99-RTT+emXGUI综合桌面/User/app/GUI_Demo/GUI_DEMO_ShowWave.cpp | 6acd958d8508d8ad53441b2980927ed35eed077c | [] | no_license | downloade/emXGUI_demo_stm32f429 | 8a08c53c62bedb132fc27ee3f964567ec2503ee3 | d66607913cdc7cb14beb4c0b5c9686a8f659db1b | refs/heads/master | 2023-04-20T00:51:23.819639 | 2020-07-14T03:58:53 | 2020-07-14T03:59:12 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 44,685 | cpp |
/*============================================================================*/
#include <math.h>
#include "emXGUI.h"
#include "GUI_Font_XFT.h"
#include "x_libc.h"
#include "x_obj.h"
#include "GUI_AppDef.h"
/*============================================================================*/
extern "C... | [
"18575131670@163.com"
] | 18575131670@163.com |
3a7ac521bbeb318f284c827d316bc83c2c366cd9 | fa889d051a1b3c4d861fb06b10aa5b2e21f97123 | /kbe/res/client/sdk_templates/ue4/Source/KBEnginePlugins/Private/PacketSender.cpp | c1f01a0e5d68d55ce9301ced669ce6ff96920985 | [
"MIT",
"LGPL-3.0-only"
] | permissive | BuddhistDeveloper/HeroLegendServer | bcaa837e3bbd6544ce0cf8920fd54a1a324d95c8 | 8bf77679595a2c49c6f381c961e6c52d31a88245 | refs/heads/master | 2022-12-08T00:32:45.623725 | 2018-01-15T02:01:44 | 2018-01-15T02:01:44 | 117,069,431 | 1 | 1 | MIT | 2022-11-19T15:58:30 | 2018-01-11T08:05:32 | Python | UTF-8 | C++ | false | false | 415 | cpp |
#include "PacketSender.h"
#include "MemoryStream.h"
#include "KBDebug.h"
PacketSender::PacketSender(NetworkInterface* pNetworkInterface) :
pNetworkInterface_(pNetworkInterface)
{
}
PacketSender::~PacketSender()
{
}
bool PacketSender::send(MemoryStream* pMemoryStream)
{
int32 sent = 0;
return pNetworkInterface_->... | [
"liushuaigeq@163.com"
] | liushuaigeq@163.com |
caf03fcf3972307b95009a8132cfb8fcbb7053f8 | ce9998a2370fc81f4e3c3b328456fa20c25291cd | /models.h | 5320aab5b422f52da53c7d9fb06bcbc20e507fb9 | [] | no_license | RoyalSix/SpellingRecognitionHMM | 1704732e405722f028b23e0523f19cf1f5434896 | cb208630fcc524c9bc7357d27d4a918f065fe70a | refs/heads/master | 2021-01-12T10:46:00.227722 | 2016-12-21T09:10:00 | 2016-12-21T09:10:00 | 72,688,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,089 | h |
#include <string>
#define ALPHABET "abcdefghijklmnopqrstuvwxyz"
#define ALPHABET_SIZE 26
using namespace std;
double prCharGivenCharOfState(char charGenerated, char charOfTheState, double scaleFactor);
/************************************************************************/
//Calculate and return the prob... | [
"jay.a.scottjr@biola.edu"
] | jay.a.scottjr@biola.edu |
6de189689bd52b877076d403e340c95adf1d5e2c | 0c360ce74a4b3f08457dd354a6d1ed70a80a7265 | /src/components/formatters/test/meta_formatter_test.cc | 27f5e70e8fc14c4ed38a2206d1bc1dac74cc78f5 | [] | permissive | APCVSRepo/sdl_implementation_reference | 917ef886c7d053b344740ac4fc3d65f91b474b42 | 19be0eea481a8c05530048c960cce7266a39ccd0 | refs/heads/master | 2021-01-24T07:43:52.766347 | 2017-10-22T14:31:21 | 2017-10-22T14:31:21 | 93,353,314 | 4 | 3 | BSD-3-Clause | 2022-10-09T06:51:42 | 2017-06-05T01:34:12 | C++ | UTF-8 | C++ | false | false | 14,890 | cc | /*
* Copyright (c) 2015, 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... | [
"luwanjia@aliyun.com"
] | luwanjia@aliyun.com |
2f8c43ab1ac227913ec50732283c0ade03e26899 | bfc88535fa1495c64672f048a5559e8bb6de1ae1 | /UVa/12015.cpp | c506c88fd8e1ab8510057b9bc3225ef9d06feec1 | [] | no_license | famus2310/CP | 59839ffe23cf74019e2f655f49af224390846776 | d8a77572830fb3927de92f1e913ee729d04865e1 | refs/heads/master | 2021-07-05T00:23:31.113026 | 2020-08-07T22:28:24 | 2020-08-07T22:28:24 | 144,426,214 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 756 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long LL;
#define pb push_back
#define debug(x) cout << x << endl
#define fastio ios_base::sync_with_stdio(0), cin.tie(0)
#define PI acos(-1)
#define all(c) c.begin(), c.end()
const int MOD = 1e9 + 7;
const int INF = 1e9;
const LL INF64 = 1e18;
const int N = 1e... | [
"fadhilmusaad@gmail.com"
] | fadhilmusaad@gmail.com |
42c054d9b0cb68407d11de2a79d2b0d008a74b54 | a3dc876f68cbe6a28e764c74b50ba058b83ca0e2 | /projectC++/include/Thread.h | 7c3c044dc7075851eb0a5b0983796ab9c2bed8b8 | [] | no_license | Devilsider/Tencent_Cloud_Backup | 706621d77a29773b3f28ef390ba306d6ed0f1a36 | f04f6f0eba34123bb988fb68008bbfe7ea5bca52 | refs/heads/master | 2020-05-24T14:37:44.915007 | 2019-06-29T07:30:39 | 2019-06-29T07:30:39 | 187,311,445 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 762 | h | ///
/// @file Thread.h
/// @author lemon(haohb13@gmail.com)
/// @date 2019-05-04 09:49:30
///
#ifndef __WD_THREAD_H__
#define __WD_THREAD_H__
#include "Noncopyable.h"
#include <pthread.h>
#include <functional>
#include <string>
using namespace std;
namespace wd
{
extern __thread const char * threadName;... | [
"784371251@qq.com"
] | 784371251@qq.com |
54ba7394269b93fd59d94ba9ac760f91dbb4422d | b83c2b56baddd30e9585fc9bd86c354b4f65af03 | /6120_2020/src/main/include/ctre/Phoenix.h | 0060be72f4706e715cfe0bfa1c39f1dc3a8cc404 | [] | no_license | ShaneSopel/FRC2020 | ca0ff5743c3176efa93f305c852fc7a78022c82e | 7a443e2a39da801313c1174fc19bc5e43bc6cd7c | refs/heads/master | 2020-12-10T03:03:13.117356 | 2020-02-26T22:28:07 | 2020-02-26T22:28:07 | 233,488,301 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,730 | h | #pragma once
#ifndef Phoenix_No_WPI
#define Phoenix_WPI
#include "ctre/phoenix/CANifier.h"
#include "ctre/phoenix/ErrorCode.h"
#include "ctre/phoenix/paramEnum.h"
#include "ctre/phoenix/HsvToRgb.h"
#include "ctre/phoenix/LinearInterpolation.h"
#include "ctre/phoenix/motion/BufferedTrajectoryPointStream.h"
#include "... | [
"shanesopel@gmail.com"
] | shanesopel@gmail.com |
8b1671893e8e65f166899b423c657e3e1465f0c9 | dc1b29c1041ee98d882751a53c49c1044ea272eb | /src/wallet/message_store.h | 57a2fdba907dfc08a01fccd894a2b563b0831356 | [
"BSD-3-Clause"
] | permissive | XtendCash/XtendCash | ed3bcf5fd52eff151821f33f63b47de55792f2ff | f82de0b9e0f0ba4893713dc5021ff87de9943212 | refs/heads/master | 2020-05-05T00:16:17.280894 | 2019-09-15T03:03:13 | 2019-09-15T03:03:13 | 179,569,723 | 3 | 3 | NOASSERTION | 2019-08-25T23:41:29 | 2019-04-04T20:10:26 | C++ | UTF-8 | C++ | false | false | 16,308 | h | // Copyright (c) 2018, The Monero Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
// ... | [
"49289946+XtendCash@users.noreply.github.com"
] | 49289946+XtendCash@users.noreply.github.com |
1ebacd00d3eaeb25b5457073b7aced08ecdbef96 | c8b749ef111fc87aa24a61c47f743944baec394d | /src/utils/doctest/doctest_runner.cpp | 9c78687ee3c97ee4898e47c96034020b5e0cf426 | [
"MIT"
] | permissive | albertydcy/game | ac9a75b0afecea669c9808e435f373f08dd6ba4b | 08d9f2871bfd5c757d541064b77d38474123592a | refs/heads/master | 2023-06-19T23:00:48.722278 | 2020-12-27T10:58:06 | 2020-12-27T10:58:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60 | cpp | #define DOCTEST_CONFIG_IMPLEMENT
#include "doctest_proxy.h"
| [
"vik.kirilov@gmail.com"
] | vik.kirilov@gmail.com |
38244c5bb2057656d5b965c62c4aeb6ecf1dc8cc | e9749d4e271546fbcdd261edd538d99eb3f7fff8 | /QT/balls/mover.cpp | fcdac40f301646cc7ece694aa7bc4c771945a4f3 | [] | no_license | Xambey/something | 90e4c4823cf553f9c8acc190313fec991b22b44d | 0dc0ecd163e1fc662caea16f7363e166b6687adf | refs/heads/master | 2021-01-10T14:40:09.253969 | 2016-05-09T08:57:50 | 2016-05-09T08:57:50 | 52,145,859 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 514 | cpp | #include "mover.h"
#include "qdebug.h"
Mover::Mover(BallLine* target, float in, float to)
{
this->target = target;
this->in = in;
this->to = to;
invert = false;
}
void Mover::onTick(int)
{
qDebug() << "d'";
if(invert)
{
if(target->angine <= in)
invert = false;
e... | [
"creator_it@mail.ru"
] | creator_it@mail.ru |
28133673f0bf25e9fbd09ff04232ac9f9ecb0f0f | 58e34786646a3a46fa8281311cd359361eceeddf | /quanlyNv.cpp | c9d3e951ad2cfde7e23d18852d4e894c1614f996 | [] | no_license | bachlongvu2882001/lithuyet | 0c7412c7642a519118a94d0cf1e0d7ad2290be31 | 6166719c4ca3a9242b88d75017219f18f154a0e1 | refs/heads/master | 2023-02-20T08:21:44.676106 | 2021-01-25T13:52:44 | 2021-01-25T13:52:44 | 272,203,797 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 780 | cpp | #include<iostream>
#include<string>
using namespace std;
class SV{
public:
string lop;
string ht;
void Nhap();
void Xuat();
};
void SV::Nhap(){
cout<<"\nNhap ho ten sinh vien = ";
cin.ignore(1);
getline(cin,ht);
cin.ignore(1);
cout<<"\nNhap lop = ";
getline(cin,lop);
}
void SV::Xuat... | [
"noreply@github.com"
] | noreply@github.com |
91665b67314433e54f06dd74cdf6c3d6b9d7eea7 | 11e97f87deb25babb4a32c80941e7ff4e476c92a | /REC/HRD_220A/Vision/CamUnit_.h | c1da20839220131ea0729e08ecac385c92fc6035 | [] | no_license | xhyangxianjun/Builder6-program | b9d03d98658db5a5a8cf1586210a373bc391dc48 | a12d811d7a5fa3dba6d3e8c05989a41cb89783de | refs/heads/master | 2022-04-03T00:25:47.274355 | 2019-09-19T08:26:56 | 2019-09-19T08:26:56 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 8,787 | h | //---------------------------------------------------------------------------
#ifndef CamUnitH
#define CamUnitH
//#include <Sytems.hpp>
#include <Dialogs.hpp>
#include <ValEdit.hpp>
#include "BaseDefine.h"
#include "BaseClass.h"
//---------------------------------------------------------------------------
enum ETrgMo... | [
"sheepdw@gmail.com"
] | sheepdw@gmail.com |
73849118cf30d46b1d686e607aa4cc6801c9370e | 40ffa6a10249a2d112e1ced4c4e08d3318301e17 | /TP2/GroupImage.cpp | 2c078eb925a1471077239efb376f0910713fb77b | [] | no_license | julienlegault96/inf1010 | 5bce9504557d812ba38d12b36f20e3c7c3eef97d | 2be2ee15b0cfdc8da57378c05b39e8024fe25e74 | refs/heads/master | 2021-03-24T13:52:52.088043 | 2017-12-19T21:30:06 | 2017-12-19T21:30:06 | 108,063,538 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,167 | cpp | /**************************************************************************
* Fichier: GroupImage.cpp
* Auteur : Arnaud Lebrun et Julien Legault
* Date : 13 sept 2017
* Mise a jour : 02 oct 2017
* Description : Implémentation de la classe GroupImage
**********************************************************************... | [
"julien-3.legault@polymtl.ca"
] | julien-3.legault@polymtl.ca |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.