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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7395c930bef12ba020a5aba9133c2b29da2d6bde | dff2935d74bc50140eb757079732ed5237146d6b | /Juce Projects/AudioManagementTemplate/Source/BasicAudioProcessor.cpp | 0431a62e80b28ecb31e9ee005dca91154bd80a53 | [] | no_license | brenthompson2/JUCE-Summer-Project | 242639e0baefd6b636b10ee5a1392c198f5b3780 | c0b60d71cc238a112b35c2e91324a9f4f2d086ca | refs/heads/master | 2021-07-14T06:51:31.576271 | 2017-10-19T21:09:53 | 2017-10-19T21:09:53 | 94,351,946 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,742 | cpp | /*
==============================================================================
BasicAudioProcessor.cpp
Updated: 08/06/17
Author: Brendan Thompson
A Basic Audio Processor that inherits from the AudioProcessor class
======================================================================... | [
"brenthompson2@gmail.com"
] | brenthompson2@gmail.com |
dbacec5d5d3801ab15b513051aadd8a637fa69e6 | eeea48b3a280f835cc2b485bb3dca0ca45d2abe6 | /Cylinder.h | e23ea16c9f65645cb13b5e7451117bc00b2c6eca | [] | no_license | astpeepman/Graphics-pipeline-shading-OpenGL- | ad62e9fc3fc28dda4f73388f1df2a45e9cd1d231 | bb9fe9c82b130226c5b7d0f7ed225ce4e574d5f3 | refs/heads/master | 2022-12-28T13:56:22.475776 | 2020-10-06T09:56:17 | 2020-10-06T09:56:17 | 301,448,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | h | #include <GL/glew.h>
#include <GLFW/glfw3.h>
#include "3dMath.h"
#include "Shader.h"
class Cylinder
{
private:
vec3 position;
GLfloat radius;
GLfloat height;
Shader shader;
mat4 model;
GLuint vertexVBO, normalsVBO, texcoordVBO, indicesVBO;
GLuint VAO, VBO;
GLsizei indicSize;
mat4 beginModel;
public:
Cylinder(... | [
"62560939+astpeepman@users.noreply.github.com"
] | 62560939+astpeepman@users.noreply.github.com |
18297347bb8a782bbdecbcac62f1e1085158c8d5 | dc303cfe42dbb6a0e867877837e2eacc1a899e92 | /QMediaCore/EffectEditor/sources/SoftwareSource.cpp | 3392b10ee2f0c847043f38bf246cab2230ffde53 | [] | no_license | Romantic-LiXuefeng/QMedia | 4c28a093fdea7dcfe692ad9bc67260ccf02ed950 | 9c12b351feeedaaa89ecf70cb347e4c10d9350fc | refs/heads/master | 2023-08-26T21:06:13.147571 | 2021-10-20T03:21:07 | 2021-10-20T03:23:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,299 | cpp | //
// SoftwareSource.cpp
// QMediaCore
//
// Created by spring on 20/05/2019.
// Copyright © 2017 QMedia. All rights reserved.
//
#include "Utils/Logger.h"
#include "SoftwareSource.h"
#include "MediaCore/demuxer/GeneralDemuxer.h"
#include "SoftwareFrameDrawer.h"
#include "MediaCore/core/SteadyClock.h"
#include "U... | [
"spring_zhsp@163.com"
] | spring_zhsp@163.com |
4d0cc846279d41ef7e7e7a5133f58f2be823792a | 42b478ff4d1a2a440ee5a4834a19aa4d04ad3f0d | /WindowsTextSearch/test/cpps/Entry.cpp | 0e87f7c665836b07db730f7392ca98ed48797150 | [] | no_license | ammarsalman94/Projects | f86eff7e250f98086fab6835f34e4eb45558c4d9 | aa7ed49c7ae23c288288bcf4ec119c0b57489be1 | refs/heads/master | 2020-12-27T07:53:48.213766 | 2020-02-02T19:45:44 | 2020-02-02T19:45:44 | 237,822,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,004 | cpp | /////////////////////////////////////////////////////////////////////
// Entry.cpp - Test stub for NoSqlDb package //
// Ver 1.0 //
// Application: Project #1 - No-SQL Database - CSE-687 //
// Platform: Dell Inspiron 5520, Win 10, Visual Studio 2015 //
// Author: ... | [
"hoplite.90@hotmail.com"
] | hoplite.90@hotmail.com |
4c8a716bfba9cc8e25b3041c6201fa18e90e6596 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/exporter/3dsplugin/src/n3dsmaterial/nabstractpropbuilder.cc | 2bee889a35355417bed7fdde40b22ce9b3110114 | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,605 | cc | #include "precompiled/pchn3dsmaxexport.h"
#pragma warning( push, 3 )
#include "Max.h"
#pragma warning( pop )
#include "n3dsmaterial/nabstractpropbuilder.h"
#include "kernel/nkernelserver.h"
#include "nscene/nscenenode.h"
#include "nmaterial/nmaterialnode.h"
nClass* nAbstractPropBuilder::nmaterialnode = 0;
nC... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91 |
e5e48a82a475ad2ae3d337063469492e629854be | a9e308c81c27a80c53c899ce806d6d7b4a9bbbf3 | /SDK/include/WildMagic4/SDK/Include/Wm4RandomHypersphere.h | afa93fd1ac7c896e60460fbd8ea26246689be25b | [
"BSL-1.0"
] | permissive | NikitaNikson/xray-2_0 | 00d8e78112d7b3d5ec1cb790c90f614dc732f633 | 82b049d2d177aac15e1317cbe281e8c167b8f8d1 | refs/heads/master | 2023-06-25T16:51:26.243019 | 2020-09-29T15:49:23 | 2020-09-29T15:49:23 | 390,966,305 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,550 | h | // Geometric Tools, LLC
// Copyright (c) 1998-2010
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 4.10.0 (2009/11/18)
#ifndef WM4RANDOMHYPERSPHERE_H
#define WM4RANDOMHYPERSPHERE_H
... | [
"loxotron@bk.ru"
] | loxotron@bk.ru |
a1df2f00efba8b1a277da7deb9fca819dda14c56 | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/sdk/3d_sdk/maya/ver-8.5/devkit/ExternalWebBrowser/Windows/src/PlugIn/gecko-sdk/include/nsIDOMDocumentType.h | f7b4adbbe3889283e6b9416285df5e6318dc785b | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C++ | false | false | 5,534 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM d:/BUILDS/tinderbox/Mozilla1.7/WINNT_5.0_Clobber/mozilla/dom/public/idl/core/nsIDOMDocumentType.idl
*/
#ifndef __gen_nsIDOMDocumentType_h__
#define __gen_nsIDOMDocumentType_h__
#ifndef __gen_nsIDOMNode_h__
#include "nsIDOMNode.h"
#endif
/* For IDL files that don't wa... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
e52c2a00b4800ca7df0be3322cbbf0cfa06aa0a7 | 68c8eead2f74f6acfe1dfd25aca5d4c09d2c9c92 | /src/opencv-code/precomp.hpp | 8787f1b3c0f162e8aaea84cc23c264eb06d3b342 | [] | no_license | rmeesters/GnomeVision-2020 | 22379dea5968954c88d261a76f5d1e8d6a494856 | 0ddce4ddcbe55ae5bbad9bf3496e7a5d2135e86e | refs/heads/master | 2020-12-18T13:26:23.932184 | 2020-02-09T17:36:43 | 2020-02-09T17:36:43 | 235,399,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,453 | hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"meesters.rich@gmail.com"
] | meesters.rich@gmail.com |
2d2417d04062b5250820515da4c114d3c9013c2d | 0f6b28bf6dfdc14808b5849455abc41ad7a79466 | /AI/8-puzzle/firstchioce/firstChioce.cpp | 5e5132739ab3c2a1ac1204c2ad72be7d717e1a76 | [] | no_license | warsonchou/AI | c18e73bff3de953e56b6eded022ae9f096d4047d | 42fca33773e527911e4db3109722676bb809d8c1 | refs/heads/master | 2021-05-31T04:14:43.491229 | 2016-02-25T03:31:12 | 2016-02-25T03:31:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,339 | cpp | // 使用曼哈顿距离来到度量好坏
// first choice version
#include "iostream"
#include "algorithm"
#include "stdlib.h"
#include "stdio.h"
#include "time.h"
using namespace std;
const int range = 100;
void getRandomStart(int a[3][3]) {
int i, j, num;
bool isPut[9];
memset(isPut, false, sizeof(isPut));
for (i = 0; i < 3; i++) {
f... | [
"1129134022@qq.com"
] | 1129134022@qq.com |
0e24840b48a7f7dce6a8fc38fd8d760fb5c3efc9 | 2c362195203bb7ee9d8595b028ac8087ca3f0be3 | /Smart_Strings/Owned_Pointers.cpp | b6fe8c16a47f7b2d645819d8d842dc7b86878d45 | [] | no_license | syed789/Assignment_02_-_Smart_Strings | 15bbf9807712077b86760d079d34b0301f353bb0 | 943a0e4e92aa4ffc3b0740177896d56064efc387 | refs/heads/master | 2020-06-10T20:12:44.826951 | 2016-12-08T00:30:51 | 2016-12-08T00:30:51 | 75,887,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,423 | cpp | #include <iostream>
using namespace std;
// String Buffer class
class String_Buffer {
private:
// string buffer
char* string_buffer;
// string size
int size;
public:
// default constructor
String_Buffer()
{
string_buffer = NULL;
size = 0;
}
// destructor
~String_Buffer()
{
delete[size] string_bu... | [
"14bscsstayyab@seecs.edu.pk"
] | 14bscsstayyab@seecs.edu.pk |
1ee76788bf6a3a28eceb229f676eded53643e4ca | 95c367e58a79fd5a933dc0a2043adadccec5630c | /External/boost_1_63_0/boost/spirit/home/lex/lexer/lexertl/functor.hpp | 260e4dcc507a66548d94c2f6acc1dc7dbad237cb | [
"BSL-1.0"
] | permissive | fl4re/COLLADAMobu | cf06fa2462d6655407ebc0502a6f25c7274dee84 | 4a81bec2b1d98b23311f13255fd9182c570a9b3d | refs/heads/master | 2020-05-24T02:34:55.534671 | 2017-04-12T16:06:28 | 2017-04-12T16:06:28 | 84,808,624 | 0 | 0 | null | 2017-04-12T22:13:17 | 2017-03-13T09:35:38 | C++ | UTF-8 | C++ | false | false | 11,900 | hpp | // Copyright (c) 2001-2011 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#if !defined(BOOST_SPIRIT_LEX_LEXER_FUNCTOR_NOV_18_2007_1112PM)
#define BOOST_SPIRIT_LEX_LEXER_FUNCTOR_NOV_18_2007_111... | [
"franck.ohayon@starbreeze.com"
] | franck.ohayon@starbreeze.com |
bc6a6e3b4ef1cf1ebc7ac3fdcb061bb7fdc7d274 | b6adedeede3e21df8038de6d27103da22e1e2a8f | /protections1300VValueChangesTracked.cpp | 7d6f3131f73e924db2cfa6a5d93a16c2a62a42b2 | [] | no_license | claymore2000/AmptGUI_X_5_15 | fdd1054e2642654b2dbb2803afec19428096f4d7 | 88591032631865d5137163ebff2f9e978a604a97 | refs/heads/master | 2023-03-23T18:37:30.358533 | 2021-03-18T20:08:18 | 2021-03-18T20:08:18 | 349,204,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,153 | cpp | #include "protections1300VValueChangesTracked.h"
#include "amptRegisterConstants.h"
#include "amptparameterblockconstants.h"
protectionsValueChangesTracked::protectionsValueChangesTracked( void )
{
resetAllTrackedValues(true);
}
protectionsValueChangesTracked::~protectionsValueChangesTracked( void )
{
}
void pro... | [
"lcoburn@ampt.com"
] | lcoburn@ampt.com |
6a8a4f962e338fc9e65d8984f44ce536a62d84a8 | 1ee6daace32d2b103cc29f36e836d23426dd76de | /553e4a8d6d656372d3000000/code/RobotAI.cpp | c7707cc7215eefb2ec56e3eab739a7a88b55a798 | [
"Apache-2.0"
] | permissive | MechEmpire/Mechempire-meches | 874ae3360c74e25573cb5bc2c3872f2696258744 | aa95b15f061f4179c9061595e73c7127587cc4df | refs/heads/master | 2021-01-14T12:27:01.390406 | 2015-06-06T07:42:03 | 2015-06-06T07:42:03 | 35,320,888 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,793 | cpp | #include "RobotAI.h"
#include<iostream>
RobotAI::RobotAI()
{
}
RobotAI::~RobotAI()
{
}
//-----------------------------------------------------
//1.必须完成的战斗核心
//-----------------------------------------------------
static int frame = 0;
void RobotAI::Update(RobotAI_Order& order,const Robot... | [
"tairyguo@gmail.com"
] | tairyguo@gmail.com |
6951c61901ad8d1d8c9d51f2dd83e6535b2e9fe2 | 745d39cad6b9e11506d424f008370b5dcb454c45 | /BOJ/16000/16212.cpp | 942f93a1f95a9765c35fa1e1c85b294da89305eb | [] | no_license | nsj6646/PS | 0191a36afa0c04451d704d8120dc25f336988a17 | d53c111a053b159a0fb584ff5aafc18556c54a1c | refs/heads/master | 2020-04-28T09:18:43.333045 | 2019-06-19T07:19:03 | 2019-06-19T07:19:03 | 175,162,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 291 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
int n;
cin>>n;
vector<int> v(n);
for(int i=0;i<n;++i){
cin>>v[i];
}
sort(v.begin(),v.end());
for(int x:v){
cout<<x<<' ';
}
return 0;
} | [
"nsj6646@gmail.com"
] | nsj6646@gmail.com |
a0487e8dda71db2471557894d60f9ddec4268113 | 9870e11c26c15aec3cc13bc910e711367749a7ff | /SPOJ/sp_375.cpp | fa0e7ff593c43623389d20a3db0e8e05a5df5fb8 | [] | no_license | liuq901/code | 56eddb81972d00f2b733121505555b7c7cbc2544 | fcbfba70338d3d10bad2a4c08f59d501761c205a | refs/heads/master | 2021-01-15T23:50:10.570996 | 2016-01-16T16:14:18 | 2016-01-16T16:14:18 | 12,918,517 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,575 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
struct data
{
int x,l,r,left,right;
};
struct data tree[20000];
int sum,c[10001],d[10001],b[10001],r[10001],s[10001],g[10001],father[10001],heavy[10001];
int w[10001],len[10001],l[20000],e[20000],a[20000][4],h[10001][7],f[16][20000][2];
int mai... | [
"liuq901@163.com"
] | liuq901@163.com |
01e8ec44b80deffdd92d33706685a9deabbffac3 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/nscene/src/nscene/nsurfacenode_main.cc | 74d5e83ef12b4c20b501095b24518e59c6cfe3b1 | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,575 | cc | #include "precompiled/pchnscene.h"
//------------------------------------------------------------------------------
// nsurfacenode_main.cc
// (C) 2002 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "nscene/nsurfacenode.h"
#include "nscene/nsceneshader.h... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91 |
2f7c53e6eca61a4d65b5a9090d33a226af61dcdd | f18fc611d43a332493e082cfd1ebed01a50d29f2 | /flakor/base/entity/Scene.cpp | 5f79fa8b26db8d973d705db58191744703f06ca6 | [] | no_license | 7heaven/Flakor | 011995263f92d47179e79bd93527e32b660dfe5a | 357d93db8592df9476b26cb43593eab7e6b652db | refs/heads/master | 2020-12-27T15:14:11.269061 | 2014-12-03T09:59:30 | 2014-12-03T09:59:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | cpp | #include "targetMacros.h"
#include "base/entity/Scene.h"
FLAKOR_NS_BEGIN
Scene::Scene()
{
relativeAnchorPoint = false;
setAnchorPoint(MakePoint(0.5,0.5));
}
Scene::~Scene()
{
}
Scene* Scene::create()
{
Scene *pRet = new Scene();
if (pRet && pRet->init())
{
pRet->autorelease();
return pRet;
}
else
{
F... | [
"saint@aliyun.com"
] | saint@aliyun.com |
122c26ad61b675ac7a70687447a2c90b0a067f85 | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/shell/ext/mydocs/src/viewcb.h | 9b16d1c997fd3360d81d407b2cded1de7e65ffb7 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 898 | h | #ifndef __viewcb_h
#define __viewcb_h
/*-----------------------------------------------------------------------------
/ CMyDocsViewCB
/----------------------------------------------------------------------------*/
class CMyDocsViewCB : public IShellFolderViewCB, CUnknown
{
private:
IShellFolde... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
f69b885084c9cf74fe193810bbb1a9c435dd559e | 6712863f4ba992d6b02e603b8c18c5a098c681eb | /lab/lab 28-05-2018/lab.cpp | 5865b35cb80f95487034b1d3ba7a6e52ec205587 | [] | no_license | Hasanul-Bari/oop | b141c95492d73c84baa0a3217d11beca5353f3c4 | aa4efdebf83e5e9f1907effc081191aa6fee25e8 | refs/heads/master | 2021-05-17T02:51:48.875156 | 2020-12-31T14:00:44 | 2020-12-31T14:00:44 | 250,583,528 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include<iostream>
using namespace std;
class student
{
int sid;
char name;
int level;
float marks;
float gp;
public:
void get(void)
{
cin>>sid>>marks;
}
void put(void)
{
cout<<sid<<"\t"<<marks<<endl;
}
};
int main()
{
student s[5];
cout<<"Ente... | [
"hasanul.bari.hasan96@gmail.com"
] | hasanul.bari.hasan96@gmail.com |
d23236156489e847368bd1cd87e77cd030ede2e9 | d79408a9616a8ff8ac9375b9fffaa45ae6698fd5 | /src/rpc/rawtransaction.cpp | a4745ac25c4341ca87809c750df9d380ab44bad3 | [
"MIT"
] | permissive | Schepses/nero | 6c77f5df6afd36a6ebcb14af1d8257d918d7bda7 | 7ec5e3a6c7f1c75f5ec15b1f4d0bcb9cdc0ec9b0 | refs/heads/master | 2020-03-07T13:43:18.425050 | 2018-03-28T12:27:27 | 2018-03-28T12:27:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,564 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Nero Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "base58.h"
#include "chai... | [
"root@DS792121.clientshostname.com"
] | root@DS792121.clientshostname.com |
64a04d0fa7d7aa7e632d9071251e6a13e6b4fd5e | dc603c3d2bf052384f1157a6c9c83ff08a60bd86 | /src/draw/css/parser/CSSTokenizerInputStream.h | e6e0e1b99252b3ea11746b07fdabb764cff7d964 | [
"MIT"
] | permissive | cyllene-project/Rubric | b9d9d6246904acbf1a8e84a6ec353f3db766c5ef | dae36e7a0801b35056dfb676c2f9c60faaaa09f8 | refs/heads/master | 2020-06-04T17:46:58.512132 | 2019-07-19T15:23:59 | 2019-07-19T15:23:59 | 192,129,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,204 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Copyright (C) 2016 Apple Inc. 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 ret... | [
"chebizarro@gmail.com"
] | chebizarro@gmail.com |
e50dfbf3493132b4631611703d23ff5f7b5b1fe7 | 889070c36584bf72670ead396b2c0932b9cb2f2d | /vish.cpp | 49bb0161ac86526d97fb362265da05afdff43058 | [] | no_license | viralipurbey/CompetitiveProgramminCodingNinjas | 2586cb1f688265c29e66a50da906424986f98fa8 | 7fa063930a92f02efbdcf9afe55252df9e0299a6 | refs/heads/master | 2022-11-27T06:44:22.829945 | 2020-08-02T07:20:19 | 2020-08-02T07:20:19 | 257,389,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | cpp | #include <stdio.h>
#include<bits/stdc++.h>
#define ll long long
using namespace std;
ll count(ll a[],ll k,ll sti,ll endi)
{
ll sum = 0;
if(sti < endi)
{
ll midi = (sti+endi)/2;
sum += count(a,k,sti,midi);
sum += count(a,k,midi+1,endi);
ll li = sti;
ll ri=midi+1;
... | [
"viralipurbey4567@gmail.com"
] | viralipurbey4567@gmail.com |
36218916249b629db40665712be2b46f6df1b321 | 6d8d760e9b1b2bebdbf1177bc52b7b0bf5319fed | /data/tplcache/6295c1fea5c50f198b71ab2ede809999.inc | 943a7911fcd0fc97549c0db1b240491eb163e7df | [] | no_license | xiaolaifeng/cms | eda2eda59d3a4b9159b6888d3b5b56994d626c26 | 17308ad59ba0c85b1757d633c48d36059ab7a615 | refs/heads/master | 2016-09-11T02:07:01.120174 | 2015-01-02T04:46:17 | 2015-01-02T04:46:17 | 25,720,169 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 693 | inc | {dede:pagestyle maxwidth='800' pagepicnum='12' ddmaxwidth='200' row='3' col='4' value='3'/}
{dede:img ddimg='/uploads/allimg/141007/1-14100G54010-lp.png' text='' width='320' height='568'} /uploads/allimg/141007/1-14100G54010.png {/dede:img}
{dede:img ddimg='/uploads/allimg/141007/1-14100G54014-lp.png' text='' width='... | [
"xiaofeng_hero@163.com"
] | xiaofeng_hero@163.com |
1f80fab377c76adb00557d6376cda5f006c46e52 | bfe6df5301221a56f2328923506cc4a1839e8077 | /Version 1.x/Source/dpagesourcewindow.cc | 8b0795b7dfb6ce82afe0e8568ae018c48fe220b3 | [] | no_license | elementakion/dooble | 64f7ca6f8468f3e15d65841b647b99f93f0efdeb | 5406278697eb462c0a3a5d388067738bbf60aa79 | refs/heads/master | 2021-01-14T09:55:13.356385 | 2015-04-03T16:51:24 | 2015-04-03T16:51:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,343 | cc | /*
** Copyright (c) 2008 - present, Alexis Megas.
** 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 lis... | [
"textbrowser@gmail.com"
] | textbrowser@gmail.com |
7069e7eb869ab45174e16cf9c0fdc79c5c50204b | 47f53bed9d6a4e8f2f84c1931ebe773cf58256b9 | /lib/CATGUI/CAT3DView.cpp | a3c09b951b17fd161c0ff6fad34572b0fa2cb43b | [
"Libpng",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Zlib",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | michaelellison/Mike-s-Demo-App | a105ac46bbd29df0403423190579d24e0c4a4746 | c0ba505e935bb1d98925c3b6bf04d3d5e2afa19a | refs/heads/master | 2021-01-17T06:28:45.247677 | 2011-06-09T00:25:00 | 2011-06-09T00:25:00 | 1,840,197 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,890 | cpp | // ------------------------------------------------------------------
// CAT3DView.cpp
// Copyright (c) 2002-2011 Mike Ellison.
// Quick hack to wedge it from old GUI to new.... needs work.
// ------------------------------------------------------------------
#include "CAT3DView.h"
#include "CATWindow.h"
#include "CA... | [
"me@michaelellison.me"
] | me@michaelellison.me |
cf0079b50392ef28a65d7161fffcfeff53a44a11 | da9985577c307a6f2b00f2d6afd6654d06a9230a | /src/commonlib/kslib/anet/src/anet/ipackethandler.h | 67106ae44aa87599e7de99427aca9a8f0c8c6c6a | [] | no_license | charpty/kingso | e720bd247efd7b1b7674c089947d9adb9963f4a1 | c65cd16a7aa38f9dfa37f66320bc8e42b30c8662 | refs/heads/master | 2023-08-09T09:47:51.121529 | 2019-03-03T15:28:14 | 2019-03-03T15:28:14 | 173,532,203 | 4 | 12 | null | 2020-10-13T12:12:18 | 2019-03-03T04:51:21 | C++ | UTF-8 | C++ | false | false | 1,088 | h | #ifndef ANET_IPACKETHANDLER_H_
#define ANET_IPACKETHANDLER_H_
namespace anet {
class Packet;
class IPacketHandler {
public:
enum HPRetCode {
KEEP_CHANNEL = 0,
CLOSE_CHANNEL = 1,
FREE_CHANNEL = 2
};
/**
* This function is used in Client. When ANET receive response,
* it... | [
"charpty@gmail.com"
] | charpty@gmail.com |
c65385ba0b57b9c24e5148df1b2ea84f08dee214 | de3b55be8224007e01e79000d8d9800ff9da1ac3 | /hash/hash/Hashing.cpp | 81d96805c3977095d23806b627f7ac9b2dbf8c0e | [] | no_license | katherin2096/ADA | 7f22cb566239fec5dba36200f6d12fa403008d26 | ac1c0c73c2d0808cd2024f3ce185099e1460f18e | refs/heads/master | 2022-06-03T03:10:38.815242 | 2020-05-01T00:20:26 | 2020-05-01T00:20:26 | 260,348,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,003 | cpp | #include "Hashing.h"
#include <cstdio>
#include <string>
#include <fstream>
#include "Hashing.h"
#include <iostream>
//#include <bits/types/FILE.h>
#include <cstring>
#include <tuple>
#include <functional>
using namespace std;
Hashing::Hashing(int size, string filepath) {
this->size = size;
this->filepath = filepa... | [
"38145569+katherin2096@users.noreply.github.com"
] | 38145569+katherin2096@users.noreply.github.com |
e3f25b525e9909e48bd122e105bdb81ea1531f02 | ce4a3f0f6fad075b6bd2fe7d84fd9b76b9622394 | /CTRTextureGouraudAdd.cpp | 34303a450deccf92ff7a79ce99d1de6eaa1168cb | [] | no_license | codetiger/IrrNacl | c630187dfca857c15ebfa3b73fd271ef6bad310f | dd0bda2fb1c2ff46813fac5e11190dc87f83add7 | refs/heads/master | 2021-01-13T02:10:24.919588 | 2012-07-22T06:27:29 | 2012-07-22T06:27:29 | 4,461,459 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,730 | cpp | // Copyright (C) 2002-2011 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "IrrCompileConfig.h"
#include "CTRTextureGouraud.h"
#ifdef _IRR_COMPILE_WITH_SOFTWARE_
namespace irr
{
namespace video
{
class CTRTexture... | [
"smackallgames@smackall-2bbd93.(none)"
] | smackallgames@smackall-2bbd93.(none) |
e11167364bc8d27de7b4e5dc9c98a3abb11c4596 | 74474c3e970b3c640e74bb9ac41c961593b88c31 | /src/webserver/Cookie.cpp | ccdcb72f4dbdbf90fa43edf210a597c23bbae586 | [] | no_license | tglane/webServPP | c95d755659d53d13b1effcd686eac3d1eb7462a0 | 53758fa3b23e0e898c1fd909707935a37607ff70 | refs/heads/master | 2021-06-22T15:24:20.606906 | 2021-02-08T21:31:21 | 2021-02-08T21:31:21 | 191,049,911 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,374 | cpp | //
// Created by timog on 24.02.19.
//
#include "Cookie.hpp"
namespace webserv
{
Cookie::Cookie(string name, string value, bool httpOnly, bool secure, string comment, string domain, string max_age,
string path, int expires)
{
m_name = std::move(name);
m_value = std::move(value);
m_http_onl... | [
"timo.glane@gmail.com"
] | timo.glane@gmail.com |
484d26c21d64174b4c0d92a9f6665e706368a585 | a06a9ae73af6690fabb1f7ec99298018dd549bb7 | /_Library/_Include/boost/asio/read.hpp | bc114db39e51934b3bce64ec56e7a47bf73b68e7 | [] | no_license | longstl/mus12 | f76de65cca55e675392eac162dcc961531980f9f | 9e1be111f505ac23695f7675fb9cefbd6fa876e9 | refs/heads/master | 2021-05-18T08:20:40.821655 | 2020-03-29T17:38:13 | 2020-03-29T17:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,006 | hpp | //
// read.hpp
// ~~~~~~~~
//
// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOST_ASIO_READ_HPP
#define BOOST_ASIO_READ... | [
"adm.fael.hs@gmail.com"
] | adm.fael.hs@gmail.com |
3d2c7332c6e711bb9c4d909bb660f6aab7622f7f | 6e20207f8aff0f0ad94f05bd025810c6b10a1d5f | /SDK/GlimpseShopkeeperNPC_classes.h | ee02910d9ba7389cbd1d0680fba4b6eb20c054b2 | [] | no_license | zH4x-SDK/zWeHappyFew-SDK | 2a4e246d8ee4b58e45feaa4335f1feb8ea618a4a | 5906adc3edfe1b5de86b7ef0a0eff38073e12214 | refs/heads/main | 2023-08-17T06:05:18.561339 | 2021-08-27T13:36:09 | 2021-08-27T13:36:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 840 | h | #pragma once
// Name: WeHappyFew, Version: 1.8.8
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass GlimpseSh... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
f31b657238964f0d43a1a68e3fc918d1ff027da2 | 7d66dfb8210fb31ecce8a7d758f8ffa0d6b06b8a | /chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc | 3e5b8d1b6df38f41b8e5e142e6c46c6ef3c673ac | [
"BSD-3-Clause"
] | permissive | souldanger/iridium-browser | e5cb80d7e9bc8b54b1cd8b187913584d4f60ef06 | 260fd220fbd10a976ebd32d2266f05070b0e421e | refs/heads/master | 2023-02-24T09:03:11.671406 | 2015-05-04T12:30:46 | 2017-04-24T13:59:34 | 90,760,286 | 1 | 0 | null | 2017-05-09T15:11:56 | 2017-05-09T15:11:56 | null | UTF-8 | C++ | false | false | 9,415 | cc | // Copyright 2014 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 "base/command_line.h"
#include "base/location.h"
#include "base/message_loop/message_loop.h"
#include "base/single_thread_task_runner.h"
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
38ee073dc35957ed694a581005ef2bdfc2a8411e | c5ad94c5f44ea26bfcd67f0b88862b895fe965d2 | /MIPSCompiler/Compiler.cpp | 31acbf5d2752d2b8f57fa1fb6ef78fd77e450e8b | [] | no_license | Gongzq5/SYSU-Computer-Organization-And-Design | 2540ecfe7f24983d04b643b0ae676c2f9b04da37 | 04f4eb160d0469382cb941b79af82ee466c49ab0 | refs/heads/master | 2020-03-19T12:18:09.227802 | 2018-07-09T01:20:50 | 2018-07-09T01:20:50 | 136,509,221 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,988 | cpp | /*
* @Time 2018/06/05 16:33
* @Author Zequn Gong
*
* Compile MIPS code to binary code
*/
#include <stdio.h>
#include <memory.h>
#include <string.h>
#include <stdlib.h>
#include <iostream>
#include <map>
using namespace std;
std::string instruction;
/*
// // If you want single one, just change to use this ... | [
"765194873@qq.com"
] | 765194873@qq.com |
2e8005a997839cfa728fc00f6bc089f56ad2384e | 16ce45e5ad8aead05730b118cef3be4523636ca3 | /src/49. Group Anagrams/main.cpp | 3b97b1fb125ca31d021ac1b83161dfd4c88c70b4 | [
"MIT"
] | permissive | sheepduke/leetcode | 9a23d3392310e0ba91cae8e9cb557d85cddc6ccc | 7808b3370e4c3e19b2b0bc2bcee62f659906c3eb | refs/heads/master | 2020-05-02T21:56:22.689703 | 2019-10-30T03:35:02 | 2019-10-30T03:35:02 | 178,235,715 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | /*
Given an array of strings, group anagrams together.
Example:
Input: ["eat", "tea", "tan", "ate", "nat", "bat"],
Output:
[
["ate","eat","tea"],
["nat","tan"],
["bat"]
]
Note:
All inputs will be in lowercase.
The order of your output does not matter.
*/
#include "../util/common.hpp"
class Solution... | [
"sheepduke@gmail.com"
] | sheepduke@gmail.com |
01610748b5c716a5ed3ca870dbe434abc0c2f4f0 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2755486_0/C++/Takuma/C.cpp | 71fdb2b5eb59626e1d78df7c916092d99e2d3490 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | GB18030 | C++ | false | false | 1,634 | cpp | // C.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <iostream>
#include <cstdio>
#include <algorithm>
#include <cmath>
#define maxn ( 105 )
#define BASE ( 500 )
using namespace std;
struct Tnode{
int day, west, east, s;
}attack[ maxn ];
int wall[ 2005 ], M, N, day, Ni, Wi, Ei, Si, delta_d,... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
373dcdcddb1d1fa32b2095e20088a06a5b729804 | b668dd9561e7cc31fd31471277cccb266bf8474a | /source/tetrixboard.cpp | 67101ee7158e7405c0eb2987e05ad336851c363d | [] | no_license | wu-hua-guo/Myteris | 968316860c5e4d7c089fbbdb0619862506376974 | 544e990cf3afcbd51c128ad7c38c498b597d1345 | refs/heads/master | 2020-03-22T13:44:42.055910 | 2018-07-09T14:49:44 | 2018-07-09T14:49:44 | 140,128,866 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,644 | cpp | #include <QtWidgets>
#include "tetrixboard.h"
class QDebug;
//! [0]
TetrixBoard::TetrixBoard(QWidget *parent)
: QFrame(parent)
{
setFrameStyle(QFrame::Panel | QFrame::Sunken);
setFocusPolicy(Qt::StrongFocus);
isStarted = false;
isPaused = false;
clearBoard();
nextPiece.setRandomShape();
}
... | [
"2206757071@qq.com"
] | 2206757071@qq.com |
f3ada1fdf961eefeddf365fd1fadc4c20c458450 | b3cbf86f1704e0d62ca2fbb952a692a2de580c88 | /2-2/cardMatch/cardmatch.cpp | e108efb08dbcefc7335faca8138b3973c7b8587a | [] | no_license | WoosungMichael/CSE | e343846c44db52089430a5b6e8d09fa59ba0ada9 | 937f0d366cd69bedc3aaf2b1cccefa08515ec124 | refs/heads/master | 2023-05-09T12:35:39.879861 | 2021-06-02T05:00:17 | 2021-06-02T05:00:17 | 327,325,348 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 7,578 | cpp | //2017112148 김우성
#include "Common.h"
#include "P2017112148.h"
P2017112148::P2017112148() //생성자
{
for (int i = 0; i < BOARD_SIZE; i++) {
for (int j = 0; j < BOARD_SIZE; j++) { //가능한 모든 인덱스의 조합을 2차원 벡터를 이용하여 넣어준다.
vector<int> v2;
v2.push_back(i);
v2.push_back(j); //size가 2인 v2벡터를 만들고
v.push_back(v2); //... | [
"woosung0420k@naver.com"
] | woosung0420k@naver.com |
9c7f46fbe2f48dfd946d5f9ded8a91c8b1003304 | 79cb191be612b15d12c791381d290f256e3d5406 | /Framework Praktikum 2/Matrix4.cpp | 8680b6a6eb9096e623a68df2819acbc5167ddd03 | [] | no_license | cr4ckl1n/GEMCAD-1 | ccea1fe523549f94cde6d0d9d35bfe170dd3489d | 935770d5e1dc3edc8819662ad506e1cdd5dffcec | refs/heads/master | 2021-01-10T13:18:44.096448 | 2016-01-27T08:30:30 | 2016-01-27T08:30:30 | 47,255,637 | 0 | 3 | null | 2016-01-27T08:30:32 | 2015-12-02T11:04:20 | C++ | MacCentralEurope | C++ | false | false | 5,607 | cpp | // ========================================================================= //
// Authors: Matthias Bein //
// mailto:matthias.bein@igd.fraunhofer.de //
// //
... | [
"cr4kl1n@gmail.com"
] | cr4kl1n@gmail.com |
d590a825873fd24da451812f74e35fee50807b98 | f2609d00ba6e66f4bbd909c796d68361867a497e | /Player.cpp | ec03be1c8ff4bd692647cc67b372aa58759a0195 | [] | no_license | filosmusic/BaseCode | e655c68520c8b66b436822ab79aefecfe88d5681 | bbaa22823a1eaae5cfcce80a8afb7067986209f5 | refs/heads/master | 2021-01-14T08:50:09.930051 | 2015-11-28T20:54:10 | 2015-11-28T20:54:10 | 43,768,213 | 0 | 0 | null | 2015-10-06T17:56:43 | 2015-10-06T17:56:42 | null | UTF-8 | C++ | false | false | 3,538 | cpp | #include "Player.h"
#include "TextureManager.h"
#include "game.h"
#include "inputManager.h"
#include <iostream>
using namespace std;
#define UP SDL_SCANCODE_W
#define DOWN SDL_SCANCODE_S
#define RIGHT SDL_SCANCODE_D
#define LEFT SDL_SCANCODE_A
Player::Player() {
this->spriteCol = 0;
this->spriteRow = 0;
this->xDi... | [
"filosmusic@hotmail.com"
] | filosmusic@hotmail.com |
6fa81dd5da8e06749cf2e2768cc28834c18bdbb8 | d6437d847b7e1298d4d3fe61a5c3b84cd3dd504b | /dstreader/src/THB1D.cxx | 0aa8e28665eee6ddd8aaa04ddfc845744e42160e | [] | no_license | adamjaro/star-upc | 607c92edd3200687c31689552a238e16d742407e | b858f2ca09f90710ce18145debba638672f4a8c4 | refs/heads/master | 2023-03-15T18:00:29.818523 | 2023-03-10T23:16:36 | 2023-03-10T23:16:36 | 140,722,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,652 | cxx |
//c++ headers
#include <iostream>
#include <sstream>
#include <iomanip>
#include <vector>
#include <string>
//ROOT headers
#include "TMath.h"
//local headers
#include "THB1D.h"
using namespace std;
//_____________________________________________________________________________
THB1D::THB1D() {
//cout << "THB1D"... | [
"jaroslav.adam@cern.ch"
] | jaroslav.adam@cern.ch |
10a05799dac0686ccc5d60d0f57064e9cec97120 | 00c018a0d1a98c617d23ad84ea3097796d6eb772 | /third_party/blink/renderer/core/layout/ng/ng_fragmentation_utils.h | c75aae900c003c952697f6fb41a67107af00c34b | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0"
] | permissive | Ambyjkl/chromium | 14ea14729df5e6ecdfbe5c996855c73740b5304f | 23b2a91ba2010775480846cf8df64aeb7dba3db3 | refs/heads/master | 2023-03-10T21:18:50.899286 | 2019-11-22T02:46:17 | 2019-11-22T02:46:17 | 223,312,529 | 0 | 0 | BSD-3-Clause | 2019-11-22T03:04:16 | 2019-11-22T03:04:14 | null | UTF-8 | C++ | false | false | 11,376 | h | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_NG_NG_FRAGMENTATION_UTILS_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_NG_NG_FRAGMENTATION_UTILS_H_
#... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a8024bdf919b025fc735a6547e1bbdb688593e0e | 3af68b32aaa9b7522a1718b0fc50ef0cf4a704a9 | /cpp/A/B/D/B/C/AABDBC.h | 229083dea784fb12643b1db83dcdddff8b752393 | [] | no_license | devsisters/2021-NDC-ICECREAM | 7cd09fa2794cbab1ab4702362a37f6ab62638d9b | ac6548f443a75b86d9e9151ff9c1b17c792b2afd | refs/heads/master | 2023-03-19T06:29:03.216461 | 2021-03-10T02:53:14 | 2021-03-10T02:53:14 | 341,872,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67 | h | #ifndef AABDBC_H
namespace AABDBC {
std::string run();
}
#endif | [
"nakhyun@devsisters.com"
] | nakhyun@devsisters.com |
5260027aa62ddbdf628d6155fbd42137e23b243c | 401cc62accb8f5630fe6531cf8faf911e4ff6dae | /Utilities.cpp | 2f70af973840bc2c9cc5a02d19c3bba149eb2692 | [
"MIT"
] | permissive | soulhez/VkColors | c2f7926548b2b99f22a6d040690a31bdff30ed12 | 98acef13fb990311e7185af1195e58984e86238f | refs/heads/master | 2020-12-11T04:55:28.756081 | 2019-05-22T21:35:57 | 2019-05-22T21:35:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | #include "Utilities.h"
#include <fstream>
#include <stdexcept>
std::vector<char> loadFile(const std::string& path) {
std::ifstream file = std::ifstream(path, std::ios::binary | std::ios::ate);
if (!file) throw std::runtime_error("Could not open file");
std::vector<char> result;
result.resize(file.tell... | [
"vazgriz@gmail.com"
] | vazgriz@gmail.com |
a14029da149a281b32e591384ddf3f34ff744177 | 168c0dca487228f7682febfef1aaafe87e0006aa | /03/ex02/FragTrap.cpp | 155df2b4fd78fdc6212b057b6411c5ba232b17c2 | [] | no_license | yaksaer/42-CPP-Module | d22f50e35c8cac8d41ccee0691e3670719086ce8 | e1faddb142ef00eb0aa54f1cff4d40b63f9f521e | refs/heads/master | 2022-03-29T17:22:27.363929 | 2020-01-10T17:45:47 | 2020-01-10T17:45:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,614 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* FragTrap.cpp :+: :+: :+: ... | [
"ncolomer@e2r2p4.42.fr"
] | ncolomer@e2r2p4.42.fr |
7488e4cb87fefd3c5b39f32a47a38b45f2fd63b3 | 5849b70aac97193a486155c59e58b34a3fdab20f | /Terrain.h | 2517bed0464e789d952eed8fb4cd174e80a9cda6 | [] | no_license | widavies/5607-Final | 5feb27da89a5ce207081a14113e49bf417b7e25e | 1d939cac0eb4a35c25e59e46b0256b410e3bfaaa | refs/heads/master | 2023-04-19T14:39:03.154505 | 2021-05-08T05:51:28 | 2021-05-08T05:51:28 | 361,471,638 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 647 | h | #pragma once
#include "RawModel.h"
#include "ModelTexture.h"
#include "ModelLoader.h"
#define SIZE 800
#define VERTEX_COUNT 128
class Terrain {
public:
Terrain(int gridX, int gridZ, ModelLoader& loader, ModelTexture* texture) : _texture(texture) {
_x = gridX * SIZE;
_z = gridZ * SIZE;
_model = generateT... | [
"wdavies973@gmail.com"
] | wdavies973@gmail.com |
20f100bd9a27835ed617f1331c7468df503cf4e9 | d377590bb4e636ab642e748ca221bb9bd9b83a81 | /sessio6/ex3/MyGLWidget.h | b0ea54b6ff26a0ddc2b9590d6dff5caf0ea2ed86 | [] | no_license | ArnauRamon/FIB-IDI-Labs | f39e0b0f57fcb34492827a7c2e7b5da56c50c7d0 | b2946ca9092d6e03398970a80f1f722d2ab153a6 | refs/heads/master | 2022-03-11T09:40:00.074707 | 2019-11-16T16:25:06 | 2019-11-16T16:25:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,690 | h | #define GLM_FORCE_RADIANS
#include <QOpenGLFunctions_3_3_Core>
#include <QOpenGLWidget>
#include <QOpenGLShader>
#include <QOpenGLShaderProgram>
#include <QKeyEvent>
#include "glm/glm.hpp"
#include "glm/gtc/matrix_transform.hpp"
#include "model.h"
class MyGLWidget : public QOpenGLWidget, protected QOpenGLFunctions_3_3... | [
"ana.gabriela.mestre@est.fib.upc.edu"
] | ana.gabriela.mestre@est.fib.upc.edu |
e927b31f3f5f82fa4202f157ee94bef9a06d025c | 46bc6200b2e8e060f5e319ac8e2d6701fdf38793 | /Koramu/ScriptManager.h | 6432716915fe6f1beffda3a354e84cb47b9d0ccd | [] | no_license | ariogato/Koramu | 31937a01e53bab8f6cae5c4b14e32d5c135f7326 | 55502dd61cdb434c7364f1a03105ccaa62247123 | refs/heads/master | 2021-11-10T20:23:13.789728 | 2021-11-08T15:37:31 | 2021-11-08T15:37:31 | 74,519,918 | 4 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,844 | h | #pragma once
#include <string>
#include <map>
#include "Script.h"
namespace LuaRegistrations
{
class BaseLuaRegistration;
}
/* Dies ist eine Singleton Klasse, die nach dem Vorbild des TextureManagers alle Lua Skripte
* mit den dazugehörigen Methoden, Tabellen, etc. organisiert.
* über den ScriptManager können an... | [
"ario2000.ad@gmail.com"
] | ario2000.ad@gmail.com |
5a496d0bd1d3b569c0acac032cc04486137d4598 | ac8e6ecd711e2c4d8ec12435a32d53d57f14f875 | /C4BoardPartWidget.hpp | c61b9c1c78a475a3feb0d11cc3a06d12c7e28b02 | [] | no_license | starring94/connect4 | 1de5bb725b535d8286ac4f9941dc8545d1673012 | 7e0b42187a2650efb2c85e7cb8b3a0f3df4772a3 | refs/heads/master | 2023-04-29T12:29:28.940934 | 2021-05-17T21:52:21 | 2021-05-17T21:52:21 | 363,424,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | hpp | #ifndef C4BOARDPARTWIDGET_HPP_INCLUDED
#define C4BOARDPARTWIDGET_HPP_INCLUDED
#include "BasicWidget.hpp"
#include "C4PieceWidget.hpp"
class C4PieceWidget;
class C4BoardPartWidget : public BasicWidget {
protected:
int m_radius;
int m_relativePositionX;
int m_relativePositionY;
public:
C4BoardPartWidge... | [
"kovinor123@gmail.com"
] | kovinor123@gmail.com |
7589d43a7b791287c6505d22fb04531097645f27 | 83ed1e2f176133c03a5f6dfa504b8df15ae71efb | /c/DMD/DMD10/Variable_r_ext/txt2txt.cpp | 97dc75deb9d9109340dc85d80c2aada4a6021394 | [] | no_license | jmborr/code | 319db14f28e1dea27f9fc703be629f171e6bd95f | 32720b57699bf01803367566cdc5fff2b6bce810 | refs/heads/master | 2022-03-09T16:11:07.455402 | 2019-10-28T15:03:01 | 2019-10-28T15:03:01 | 23,627,627 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,752 | cpp | #include "pseudoAA.h"
#include "pseudoPep.h"
#include "PDBLib.h"
#include "random.h"
#include "pseudoTXT.h"
#include <cstring>
using namespace std;
int isKeywords(string line){
//cout << sizeof(txtKeyWords)/sizeof(string) << endl;
for(int i=0; i<sizeof(txtKeyWo... | [
"borreguero@gmail.com"
] | borreguero@gmail.com |
9d120febe3a9229a8070e72022b4c415b9a1933a | 87b0a0cc6d5c1477b3b4942f544b84c9bcaa281b | /aitu_sorosorosibaku/src/Gimmick/EnergyBullet.cpp | ee1770aea969b976c631b47063a1e639c2ed48be | [] | no_license | yuki-nakano/TeamProduction_2_firstSemester | bb3830e302573976ef89ba608744fbbc5779888e | b3e6bda9a7cac14400661156ff04dea2ac80bd26 | refs/heads/master | 2023-06-05T04:06:52.444348 | 2021-06-27T16:43:10 | 2021-06-27T16:43:10 | 373,681,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,305 | cpp | #include "EnergyBullet.h"
EnergyBullet::~EnergyBullet()
{
}
bool EnergyBullet::Exec(float player_posx_, float player_posy_)
{
if (!isAlive) { return false; }
AddCount();
Move();
IsCollidePlayer(player_posx_, player_posy_);
if (IsFinished())
{
isAlive = false;
}
return true;
}
void EnergyBullet::Draw()... | [
"nyuki0614@gmail.com"
] | nyuki0614@gmail.com |
d7830067513037fe3a125cdb9762766258141ce6 | c75e00a4569cf9eb5392f48f81623f6d7991ce3e | /Jungding/Snowboard/ResourceManager/Type/GdsVertexBuffer.cpp | 23d9fdd561199c35e69f081ef7ac13d1b2d1d2a6 | [] | no_license | rodrigobmg/choding | b90dd63ff3916d969ca625134553e1ff034e1de8 | 7b559066e0c0989720a507c011bbfd0168c7de8f | refs/heads/master | 2021-01-01T03:41:36.274647 | 2012-04-02T07:03:21 | 2012-04-02T07:03:21 | 57,394,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,954 | cpp | #include "stdafx.h"
GdsVertexBuffer::GdsVertexBuffer()
:m_Vertex_Maxcount(0)
, m_FVF( GDSVERTEX::FVF )
, m_iStartVertexIndex(0)
, m_VertexSize(0)
, m_iEndVertexIndex(0)
{
}
GdsVertexBuffer::~GdsVertexBuffer()
{
vRelease();
}
void GdsVertexBuffer::vClear()
{
m_pBuffer.clear();
m_Vertex_Maxcou... | [
"LeeOneHyo@gmail.com"
] | LeeOneHyo@gmail.com |
28ef5e09a4bd59857ca44aa31ccc2314a16cd3e7 | e20151c58b3b035f8cc08e72d292add2581f46f3 | /CG_skel_2017/CG_skel_w_MFC/InitShader.cpp | fb10b5ac8bb318b13b720548371bcaeb12474080 | [] | no_license | dolbb/ComputerGraphics | f2a1133bb7377fe1d0c9e0df11a510da9a18f1cd | 84227b475c85c868742643cb68dd0db8823ee4da | refs/heads/master | 2021-09-05T14:36:13.654943 | 2018-01-28T22:31:27 | 2018-01-28T22:31:27 | 108,871,834 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,354 | cpp | #include "stdafx.h"
#include "GL/glew.h"
#include "GL/freeglut.h"
#include "GL/freeglut_ext.h"
#include "InitShader.h"
#include <iostream>
// Create a NULL-terminated string by reading the provided file
static char*
readShaderSource(const char* shaderFile)
{
FILE* fp = fopen(shaderFile, "r");
if ( fp == NULL )... | [
"dolbb@campus.technion.ac.il"
] | dolbb@campus.technion.ac.il |
5dbfa5f3fba6ad7d954c1e5a3344935ddf1a15cc | dbec01ac3551d4dd2e1efbed81f6b1701a416fe3 | /Models/AgileTrafficLight2/TrafficLightMVP2/MVP2Config/TrafficLightSystem.cpp | 196ee0ae9a36924ce2024785785588f855866a46 | [
"MIT"
] | permissive | ceobkdn/Agile-Model-Based-Systems-Engineering-Cookbook | 8bebdb3892b12c6efc13a0bb8c71f34f0c81c119 | 459c90a7b5af0aa9c16f517fd6caafc39d83f545 | refs/heads/main | 2023-03-23T05:58:06.611129 | 2021-03-16T08:29:14 | 2021-03-16T08:29:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,144 | cpp | /********************************************************************
Rhapsody : 9.0
Login : Bruce
Component : TrafficLightMVP2
Configuration : MVP2Config
Model Element : TrafficLightSystem
//! Generated Date : Tue, 8, Dec 2020
File Path : TrafficLightMVP2/MVP2Config/TrafficLightSystem.cpp
*****************... | [
"45961039+packt-pradeeps@users.noreply.github.com"
] | 45961039+packt-pradeeps@users.noreply.github.com |
4a986e5576d8281150c170e02dfae074c294f573 | bac2e3150dad528691b93c7b7d0ca4959cece801 | /others/xPlusYCardProblem.cpp | 66acd9b3104f8b7095c34fd1f43418446abd6f4e | [] | no_license | bbvch13531/algorithm | 78c566bcac9dd642dd81ad4d6aca10fa50746cfb | cf2737d2ffe7f1ef53841c273ff460e38e397ebf | refs/heads/master | 2023-01-06T05:24:55.207768 | 2022-12-21T11:17:49 | 2022-12-21T11:17:49 | 164,439,044 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | cpp | //
// xPlusYCardProblem.cpp
// Algorithm
//
// Created by KyungYoung Heo on 2018. 7. 28..
// Copyright © 2018년 KyungYoung Heo. All rights reserved.
//
#include <iostream>
using namespace std;
string process(string str);
bool isFinished(string str);
void flipCard(string& str, int index);
int main(void){
stri... | [
"bbvch13531@gmail.com"
] | bbvch13531@gmail.com |
91dbe0453bb6260b70f55a27665dad5b9df8f90f | b93f4b53bd4e87b13478eb310a503031e58c47cd | /work-directory/PowerOfThree/main.cpp | 8a751ef85849d738910e21bf83a7c3a9fcee428f | [] | no_license | eugenemavrin/leetcode | 65437c5d1f92a369ad2ab70ee80c88bbc5d05a01 | 35516fedbd766ffa4ed686866bffe5fa2d03d305 | refs/heads/master | 2023-03-23T16:50:59.806695 | 2021-03-14T21:06:52 | 2021-03-14T21:06:52 | 337,873,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | cpp | #include <iostream>
using namespace std;
class Solution {
public:
bool isPowerOfThree(int n) {
// Runtime: 8 ms, 89%
// Memory Usage: 5.9 MB, 81%
if (n == 1)
return true;
const int three = 3;
if (n % three != 0 && n > 1)
return false;
... | [
"e.mavrin@skoltech.ru"
] | e.mavrin@skoltech.ru |
23b300e2fca7645fd2965fabd053bd2c19e59e93 | 9d2c614b95606cf6cc4524544634b14a54cc3cbb | /ExtraStuff/Solarthing/tst/Source/CommonUtilities/CU/Utility/WindowsFunctions.h | aae7a328d69479795678b161d7d160437df3228a | [] | no_license | ellet/Labbar | ed91378b8499b7ece5544e8cc565a02089cc3c46 | a9771aded1583dd5b16b2b39d5e5312debb5e512 | refs/heads/master | 2021-06-19T09:13:18.971703 | 2016-11-30T21:16:17 | 2016-11-30T21:16:17 | 57,976,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 519 | h | #pragma once
#include <windows.h>
#include "CU/Vectors/Vector4.h"
#include <iostream>
#ifdef UNICODE
typedef std::wstring windowsString;
#else
typedef std::string windowsString;
#endif
namespace CommonUtilities
{
namespace WindowsFunctions
{
bool CheckIfWindowFullscreen(HWND aWindowID);
Vector4f GetWindowSiz... | [
"Simon.Skogsrydh.sp15@thegameassembly.com"
] | Simon.Skogsrydh.sp15@thegameassembly.com |
a18900ff60b49e9dc118fceaec8b133b3593b69b | d5b7ae5e5f6d7e379040514c10f1f2aa715348bd | /ProcessLib/ThermoMechanics/ThermoMechanicsProcess-impl.h | 25fc9223234b694adda3952887e932355f1f6486 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | mahg/ogs | fa27c04633d095fa551654779bfced6df925257a | 6409f0f4682c037ba8313cfc9af5925d4bc849e8 | refs/heads/master | 2021-08-15T15:29:43.977208 | 2017-11-17T21:47:43 | 2017-11-17T21:47:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,554 | h | /**
* \file
*
* \copyright
* Copyright (c) 2012-2017, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
#include <cassert>
#inc... | [
"dmitri.naumov@ufz.de"
] | dmitri.naumov@ufz.de |
5beb47d9607f60a40ee6533b9d77aabcb30be7d9 | f8925857535c223bdff7e087767a51f1f9f16657 | /Assignment 3/Assignment 3/StringSplitter.h | 65c6aa71adb281f91eaae6baf8abde114a9b958d | [
"MIT"
] | permissive | justin-harper/cs122 | 388c6ac4162b2bf503d1ca68d3c0ca29f0d7fb48 | 83949bc097cf052ffe6b8bd82002377af4d9cede | refs/heads/master | 2021-01-13T05:00:02.683181 | 2017-02-07T04:21:38 | 2017-02-07T04:21:38 | 81,165,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,320 | h | /*
Assignment: 3
Description: Paycheck Calculator
Author: Justin Harper
WSU ID: 10696738 Completion Time: 8hrs
In completing this program, I received help from the following people:
myself
version 1.0 I am happy with this version!
*/
#ifndef STRINGSPLITTER_H
#define STRINGSPLITTER_H
#include <string>
#include ... | [
"justin.harper@outlook.com"
] | justin.harper@outlook.com |
178c93cd235149f23668e02cfba704a73e3cad94 | 71c8e39d9d849a2e4ec94ff8c3f0120d9da47686 | /arduino/blink_isr/sketch_jan23d/sketch_jan23d.ino | e36018e7fcb5ef398fd1ed975439798136d492e9 | [
"MIT"
] | permissive | joshcol9232/AL-FanControl | d588ba3e619037d02a53b5d82a0b8cd2dec51a5b | ea01a3318bf07deeb78df5eab99e7cef3bf8fcc2 | refs/heads/master | 2023-05-31T22:04:14.712753 | 2021-06-09T18:09:16 | 2021-06-09T18:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | ino | /* Arduino 101: timer and interrupts
1: Timer1 compare match interrupt example
more infos: http://www.letmakerobots.com/node/28278
created by RobotFreak
*/
#define ledPin 17
void setup()
{
pinMode(ledPin, OUTPUT);
// initialize timer1
noInterrupts(); // disable all interrupts
TCCR1A =... | [
"bengt.lueers@gmail.com"
] | bengt.lueers@gmail.com |
7387368f142152a7eb86cf2e026adda251929d8e | 11372f47584ed7154697ac3b139bf298cdc10675 | /CF练习/CF1238/A.cpp | c373d311b2a7cfb84572878c468adeb80b6cf25e | [] | no_license | strategist614/ACM-Code | b5d893103e4d2ea0134fbaeb0cbd18c0fec06d12 | d1e0f36dab47f649e2fade5e7ff23cfd0e8c8e56 | refs/heads/master | 2020-12-20T04:21:50.750182 | 2020-01-24T07:43:50 | 2020-01-24T07:45:08 | 235,958,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin >> t;
while (t--)
{
long long x, y;
cin >> x >> y;
if (x - y > 1)
puts("YES");
else
puts("NO");
}
return 0;
} | [
"syf981002@gmail.com"
] | syf981002@gmail.com |
3b57e499468d066328ed6bdee28d49e6f46a233f | 47a0a6676349129af4873dc1951531bd76b28228 | /base/memory/read_only_shared_memory_region.cc | 8c0d27609c3fe60031329c32ad77fdf6d48af3f8 | [
"BSD-3-Clause"
] | permissive | Kaleb8812/chromium | f61c4a42e211ba4df707a45388a62e70dcae9cd7 | 4c098731f333f0d38b403af55133182d626be182 | refs/heads/master | 2022-12-23T01:13:33.470865 | 2018-04-06T11:44:50 | 2018-04-06T11:44:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,847 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/memory/read_only_shared_memory_region.h"
#include <utility>
#include "base/memory/shared_memory.h"
#include "build/build_config.h"
names... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a2b27b38a4466567c1eeb26fe500d0b5aac70993 | afdd66a3c6c71be75b1e6bf12904c9216646be66 | /CApp.h | cb6b467ed8949a0d07d7057eba4c96962cf13719 | [] | no_license | thebum06/Tic-Tac-Toe-for-GCGPG | e2cedd337133bf8227dc3c63e3df723d696d7b9c | 980f29830ed258790905fe7410aec47bc3b7a685 | refs/heads/master | 2021-01-01T18:34:20.661959 | 2012-04-13T23:54:36 | 2012-04-13T23:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | h | #ifndef _CAPP_H_
#define _CAPP_H_
#include <SDL/SDL.h>
#include <ctime>
#include <cstdlib>
#include "CEvent.h"
#include "CSurface.h"
class CApp : public CEvent {
private:
bool Running;
bool Winner;
bool Draw;
bool AI, AISelect;
... | [
"thebum06@hotmail.com"
] | thebum06@hotmail.com |
eba666c5e540ea9a66766b5743cbf574b5bd8cb1 | 8b7ccd22aa258b016e4317d222dce9eac0709f36 | /example-advanced-servo/src/Servo.h | d4f2d0a0c0d40b5f3d497ab449f1867f9026b5b4 | [
"BSD-2-Clause"
] | permissive | WatershedArts/ofxAdafruitPWMBonnet | c0145a77959f90d1ef9c7950c28734eb4e618341 | 5e6b827e34d207273b108c3e428e5e76b80fde27 | refs/heads/master | 2020-03-29T19:26:53.235730 | 2018-09-27T16:27:45 | 2018-09-27T16:27:45 | 150,263,686 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,744 | h | //
// Servo.h
//
// Created by David Haylock on 26/09/2018.
//
#include "ofMain.h"
#ifndef Servo_h
#define Servo_h
class Servo
{
public:
/**
Default Constructor
*/
//--------------------------------------------------------------
Servo()
{
}
/**
Deconstructo... | [
"david.haylock@watershed.co.uk"
] | david.haylock@watershed.co.uk |
87e7b59a8bf9eb09acdfb7788046e97b9c084a9e | cc9ae71207dc667c2e0be27671ced5c86f2f71a3 | /test/oldstudy/class_fun.cpp | c450701affda8c3b7a4499a732b4d0fa809bd115 | [] | no_license | xm0629/c-study | aed8480aa30b35637bfca307e009eb8b827b328d | 26183be9c91b2b53bd71b6693fe6d39823bc5d63 | refs/heads/master | 2020-04-09T11:35:48.047562 | 2019-03-30T15:27:01 | 2019-03-30T15:27:01 | 160,316,327 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | cpp | // 带参数的构造函数
# include <iostream>
using namespace std;
class Box
{
public:
Box(int, int, int); // 带参数的构造函数
int volume();
private:
int height;
int width;
int length;
};
//在类外定义带参数的构造函数
Box::Box(int h, int w, int len)
{
height = h;
width = w;
length = len;
... | [
"920972751@qq.com"
] | 920972751@qq.com |
dcec21da638b1dd7b38921c5d38e9b3f5daf6d1b | f5d3a2db357c4ce5f34bfdb0866c058182e30b72 | /src/imagemanip.cpp | 270aa3555d7990b3b2ab3c45ab02764bc6eacae4 | [] | no_license | JoaquimGuerra/fingerPrint | 40f56fd0d033aa745a33d21ad6fe1c7e02a2167c | 73264a2c2c3506dd13afdfd39e31b5f25013b9fa | refs/heads/master | 2021-01-18T16:21:45.383654 | 2016-02-08T22:37:14 | 2016-02-08T22:37:14 | 51,331,792 | 0 | 0 | null | 2016-02-08T22:25:55 | 2016-02-08T22:25:55 | null | GB18030 | C++ | false | false | 41,045 | cpp |
/*#############################################################################
* 文件名:imagemanip.cpp
* 功能: 实现了主要的图像处理操作
#############################################################################*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "imagemani... | [
"chenke625@gmail.com"
] | chenke625@gmail.com |
719fda0ac135e469c5efe5740864ce50cca58547 | bae8d959d84d75c262b686390d12895f933423f6 | /timelapseV2/timelapseV2.ino | f2ef47220c6a65d92b373d071d9c0973ecc1e843 | [] | no_license | tkarsist/ArduinoCode | 25d0e306ea9d30ff7d187fb845a793f4650f9f13 | 02e0fd487b0e8ee124202a9b98ab8c3163ed06aa | refs/heads/master | 2016-09-02T06:05:16.888164 | 2013-11-24T18:47:39 | 2013-11-24T18:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,282 | ino | #include <Servo.h>
#define Length 10
typedef struct{
unsigned long int atTime;
int servoID;
int servoSpeed;
int servoDir;
}commandAction;
commandAction actionlist[Length];
//struct commandAction actionlist[1000];
Servo servo1; Servo servo2;
String sanoma="";
boolean sanomaReady=false;
boolean sanomaOngoing=f... | [
"timo.karsisto@gmail.com"
] | timo.karsisto@gmail.com |
4a0c6a3732cf0316f43b1a0b09332273bb89b381 | b9a83ad74c8864660cb2c13fd712f709f522848d | /include/Old_Junk/Matrix.h | 7461a817631510106338f29fde360efa06e339ec | [] | no_license | 95ellismle/Spin_Accumulation | 3e50c6522c7da9a445575aca2e43e6cbf384aaf1 | 4e259c694a515fa105d794703d7335682e9d17d5 | refs/heads/master | 2021-01-20T13:11:58.527151 | 2017-08-30T14:06:29 | 2017-08-30T14:06:29 | 101,739,809 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,148 | h | #ifndef MATRIX_H
#define MATRIX_H
#include <iostream>
#include <fstream>
#include <vector>
#include <cmath>
#include "correctors.h"
////////////////////////////////////////////////// SYSTEM SETUP PARAMETERS /////////////////////////////////////////////////////////////////////////
// Parameters affecting accuracy... | [
"95ellismle@gmail.com"
] | 95ellismle@gmail.com |
de86afaeacd89c61157f3ba79837b0b30a3d2d6f | 88ae8695987ada722184307301e221e1ba3cc2fa | /components/security_interstitials/core/https_only_mode_metrics.h | 50efe38ed5554839101f8444a10227ff7e4ade8d | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 7,404 | h | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_METRICS_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_METRICS_H_
#include <cstddef>
#include... | [
"jengelh@inai.de"
] | jengelh@inai.de |
c76c87e765af4f7867f37d73f1853e2b3c94a2e5 | 4d209d683e5fcd03f7ffeff999ee47adb3b8fcc3 | /WarpTPS/Dib.cpp | 7b5d5a3ece3fd339d9b3e2026d7c2c4c11f98f13 | [] | no_license | yuzhuqingyun/pheonixrt | 6aebed75b78f4ac5db162429955901d963b5de49 | 6d5f2229362cedef111eea5ffea85c5022565f9b | refs/heads/master | 2016-09-05T10:05:06.204029 | 2014-10-24T04:21:55 | 2014-10-24T04:21:55 | 32,519,414 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,413 | cpp | ////////////////////////////////////////////////////////////////
// PixieLib(TM) Copyright 1997-1999 Paul DiLascia
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
// CDib - Device Independent Bitmap.CDib is derived from CBitmap, so
// you can use it with other MFC ... | [
"dglane001@gmail.com@5160d9da-b3a6-11de-af8f-1f60b1e8fe01"
] | dglane001@gmail.com@5160d9da-b3a6-11de-af8f-1f60b1e8fe01 |
e4b98049621db95dde767a8ad87a44c4aa4effde | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/MuonSpectrometer/MuonCnv/MuonByteStreamCnvTest/MuonByteStreamCnvTest/MuonRdoToMuonDigit.h | 2695a1de11a7e17f20a29b9f816b3b34146ea86d | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONBYTESTREAMCNVTEST_MUONRDOTOMUONDIGIT_H
#define MUONBYTESTREAMCNVTEST_MUONRDOTOMUONDIGIT_H
#include "GaudiKernel/ToolHandle.h"
#include "AthenaBaseComps/AthAlgorithm.h"
class IMuonDigitizationTool;
class MuonRdoToMuonDigit : ... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
8df331dce45e7438630fdc1b125b0af0f608adf7 | 1edf35c781432e70c9083f306c08d7a55bdf5297 | /CIT125_Ch.13_Fig_13-13/CIT125_Ch.13_Fig_13-13.cpp | 1e6accaf88daf50bfe0814ce3ade026c9040eb94 | [] | no_license | LuigiRobles/CIT125_Ch.13_Fig_13-13 | eea0aa31d4e2f5c0e49e7248c558f003cf4d218e | dfa244e9c077e097e734e18eaeba53ee3cfc701f | refs/heads/master | 2022-11-30T15:38:07.593246 | 2020-08-02T22:55:49 | 2020-08-02T22:55:49 | 284,556,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678 | cpp | // CIT125 Intro To C++ Luigi Robles
// 08-01-2020 Summer Term
// Ch.13 pg.475 Fig.13-13 Zip Code Program
// Checks whether a ZIP code contains valid number of characters
// and whether each character is a number
#include <iostream>
#include <string>
using namespace std;
//function prototype
char verifyNumeric(string ... | [
"Luigi.robles0846@my.riohondo.edu"
] | Luigi.robles0846@my.riohondo.edu |
523a09011711fadf0454ecd2afb51ae72505c8b8 | 0f7f3bdd19f9c460bbf5f66ba79cb0c3cd80fa63 | /Results/Force0000005x52/main.cpp | d2f5b84d2b35ddf1638e2ff61caecdf9d2644cd5 | [] | no_license | shurikkuzmin/BinaryMicrochannel3D | 9c95d8c75cbbb3e83bc0dd81cec0385dbe199b7d | 152de567b25aa1b881dcb793db9fef57ec84392c | refs/heads/master | 2021-09-02T03:46:39.502135 | 2011-09-25T14:13:11 | 2011-09-25T14:13:11 | 115,768,117 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,934 | cpp | #include <mpi.h>
#include <iostream>
#include <math.h>
#include <fstream>
#include <string>
#include <sstream>
#include "mpi_singleton.h"
//Inclusion of lattice implementation
#include "lattice.hpp"
#include "solver.hpp"
#include "params_list.h"
#include "descriptor.h"
//Lattice Boltzmann initialization and parame... | [
"shurik@alex-desktop.(none)"
] | shurik@alex-desktop.(none) |
70d39bc8388a2e6fd5be569514b07f748b59f080 | 961dd3e240d615415f2a2fb0108aa23959475755 | /Blinker/examples/Blinker_ESPTOUCH/ESPTOUCH_MQTT/ESPTOUCH_MQTT.ino | 1f74eff8f4c37ba895e5145ac4f008938620edb7 | [
"MIT"
] | permissive | ilkerya/ArduinoLibraries | d2a2d8d7b88f3563d1b326369f6a3e4169c46fde | e7338a82d7aa987dff0a0fdb9ac0cea547104fe4 | refs/heads/master | 2020-04-08T16:23:20.419305 | 2018-11-28T14:37:11 | 2018-11-28T14:37:11 | 159,516,277 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,724 | ino | /* *****************************************************************
*
* Download latest Blinker library here:
* https://github.com/blinker-iot/blinker-library/archive/master.zip
*
*
* Blinker is a platform with iOS and Android apps to
* control embedded hardware like Arduino, Raspberrt Pi.
* You can easily ... | [
"ilkerya@gmail.com"
] | ilkerya@gmail.com |
6030686aff6853b93d476ac2cfbfc848293353f1 | 13d96ca0d2d2dcb4434e2c676b12866d402685ae | /polymorphism/Shapes/main.cpp | e031015c4ed8a00291ec70b99ca7241e79b2f126 | [] | no_license | merilinpisina/fmi-oop-2019-2020 | e7fb4576ce45ab387a721692c7d53c782500c22d | ba3af46b7759b44b9cbd3a1cfb60facefad784b7 | refs/heads/master | 2021-07-11T19:04:40.191672 | 2021-03-26T08:18:08 | 2021-03-26T08:18:08 | 241,052,236 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,529 | cpp | #include <fstream>
#include <iostream>
#include "FigureContainer.h"
void createVectorFromFile(FigureContainer& vec) {
std::ifstream ifs("Input.txt");
if (!ifs.is_open())
return;
while (!ifs.eof()) { //last reading will return nullptr...ok
Figure* curFig = Figure::createFigure(ifs);
if (curFig != nullpt... | [
"merilinpisina@gmail.com"
] | merilinpisina@gmail.com |
97e41b3ed9bbfd98f709713fe94efb131bc54639 | 1be5334d362a3bb1fdf3ec4d87b316f65c866558 | /src/BLE_Connect_mac.cpp | 71ca3279c88e4059fb52c3c683cccd1f7dadf567 | [] | no_license | perrycharlton/BLE_CLIENT_MAC | 30ce76e7349f24dbacc54e5517a4f36f7f15b3d1 | e732bb892529e11e62fbbe25fc4adb2574304730 | refs/heads/master | 2020-12-02T18:46:43.985657 | 2019-12-31T12:39:31 | 2019-12-31T12:39:31 | 231,085,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,405 | cpp |
#include "BLEDevice.h"
#include <Arduino.h>
// The remote service we wish to connect to.
static BLEUUID serviceUUID("226c0000-6476-4566-7562-66734470666d");
// The characteristic of the remote service we are interested in.
static BLEUUID charUUID("226caa55-6476-4566-7562-66734470666d");
// static BLEAddress MJ... | [
"perry@perrycharlton.com"
] | perry@perrycharlton.com |
1740096e05c7c09548ab31cc80c9d998b92cd5db | db1700bb59fa3f0e5f1e080c3ed69829850eea1f | /lab4/stackonarray.cpp | 02a68645160aa491c35e67cf880455fc7e539092 | [] | no_license | iperius93/209180 | 4d904f3699d06c2749966765f1a87f39a1de5080 | c87676bb8085d9724b5cea910ec090317d850728 | refs/heads/master | 2021-01-20T05:29:23.728190 | 2015-04-18T14:37:53 | 2015-04-18T14:37:53 | 31,706,670 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,108 | cpp |
/*
* stackonarray.cpp
*
* Created on: Mar 19, 2015
* Author: serek8
*/
#include "stackonarray.h"
StackOnArray::StackOnArray()
{
sizeOfTable =1;
index=0;
tableOfData = new int[1];
}
void StackOnArray::pushByOneAlloc(int arg)
{
if(index==0){
tableOfData[0] = arg;
++index; // teraz index = 1
ret... | [
"rafal@Asus.(none)"
] | rafal@Asus.(none) |
c69c2043865e13927ba8892068074461863cdc79 | 0e4d04d7fbedcd245d084d7296ca1b06d06de89e | /project/CardFour.h | 23e0a30f33c825482f7b8f968690f625f977e2be | [] | no_license | mennatallah-nawar/Snakes-and-ladders-game | fe314477c9953cb81abbb5530330be84f325bc06 | 8386b6e0c4564052b11eb0f4ffe1d7cc11cd4362 | refs/heads/master | 2023-05-15T18:23:15.584650 | 2021-06-13T23:02:06 | 2021-06-13T23:02:06 | 376,606,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 584 | h | #pragma once
#include "Card.h"
class CardFour :public Card
{
Cell* pCell;
public:
CardFour(const CellPosition& pos); // A Constructor takes card position
virtual void Apply(Grid* pGrid, Player* pPlayer); // Applies the effect of CardOne on the passed Player
// by decrementing the player's wallet b... | [
"55787939+mennatallah-nawar@users.noreply.github.com"
] | 55787939+mennatallah-nawar@users.noreply.github.com |
4c892992495110e209dab6f1875dd8caffacf817 | 920c4ef30727f0c51b5c9f00bdd9b923b541853e | /Code_Cpp/cppserver备份资料/code/library/source/operators/include/cookie/cookie.h | 2e32f7948bf9266e4aeb65dd898f7801db5f0c66 | [] | no_license | fishney/TDServer | 10e50cd156b9109816ddebde241614a28546842a | 19305fc7bf649a9add86146bd1bfd253efa6e9cb | refs/heads/master | 2023-03-16T22:24:45.802339 | 2017-10-19T07:02:56 | 2017-10-19T07:02:56 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 596 | h | /*----------------- cookie.h
*
* Copyright (C): 2011 Mokylin·Mokyqi
* Author : 赵文源
* Version : V1.0
* Date : 2012/6/27 19:32:53
*--------------------------------------------------------------
*
*------------------------------------------------------------*/
#pragma once
#include "basic/stringFunctio... | [
"haibo tang"
] | haibo tang |
406582ce5925b9c2bf071800c7a0b268f44f9f55 | 887f3a72757ff8f691c1481618944b727d4d9ff5 | /third_party/gecko_1.9.1/win32/gecko_sdk/include/nsIHttpHeaderVisitor.h | 4a3acc9703e1efee2e966dfd9c990662ea71f821 | [] | no_license | zied-ellouze/gears | 329f754f7f9e9baa3afbbd652e7893a82b5013d1 | d3da1ed772ed5ae9b82f46f9ecafeb67070d6899 | refs/heads/master | 2020-04-05T08:27:05.806590 | 2015-09-03T13:07:39 | 2015-09-03T13:07:39 | 41,813,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,238 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/netwerk/protocol/http/public/nsIHttpHeaderVisitor.idl
*/
#ifndef __gen_nsIHttpHeaderVisitor_h__
#define __gen_nsIHttpHeaderVisitor_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL fi... | [
"gears.daemon@fe895e04-df30-0410-9975-d76d301b4276"
] | gears.daemon@fe895e04-df30-0410-9975-d76d301b4276 |
b2eb5e3914c4af86dc26dfd5de0cc55e9162472f | fae45a23a885b72cd27c0ad1b918ad754b5de9fd | /benchmarks/shenango/shenango/apps/bench/netbench.cc | cfc41f6514646da5d5f97e02c776a891ebcaf9f0 | [
"MIT",
"Apache-2.0"
] | permissive | bitslab/CompilerInterrupts | 6678700651c7c83fd06451c94188716e37e258f0 | 053a105eaf176b85b4c0d5e796ac1d6ee02ad41b | refs/heads/main | 2023-06-24T18:09:43.148845 | 2021-07-26T17:32:28 | 2021-07-26T17:32:28 | 342,868,949 | 3 | 3 | MIT | 2021-07-19T15:38:30 | 2021-02-27T13:57:16 | C | UTF-8 | C++ | false | false | 9,073 | cc | extern "C" {
#include <base/log.h>
#include <net/ip.h>
}
#undef min
#undef max
#include "thread.h"
#include "sync.h"
#include "timer.h"
#include "net.h"
#include "fake_worker.h"
#include "proto.h"
#include <iostream>
#include <iomanip>
#include <utility>
#include <memory>
#include <chrono>
#include <vector>
#include ... | [
"nilanjana.basu87@gmail.com"
] | nilanjana.basu87@gmail.com |
9fb38c2550c943739f31f58fd5da74a0dea8ee07 | d988f3302c7c4f49583fec21c07658ddb09b81e0 | /src/Cpl/Itc/ServiceMessage.h | f99607b5691113b98db0d4d4374daec3f693d186 | [] | no_license | johnttaylor/colony.apps | 2b10141d8cb30067a5e387e6c53af9955549b17b | 839f3d62b660111ab122a96f550c8ae9de63faa0 | refs/heads/develop | 2023-05-10T17:24:58.286447 | 2021-12-05T20:54:43 | 2021-12-05T20:54:43 | 41,272,799 | 0 | 0 | null | 2021-12-05T20:54:45 | 2015-08-24T00:10:30 | C | UTF-8 | C++ | false | false | 1,637 | h | #ifndef Cpl_Itc_ServiceMessage_h_
#define Cpl_Itc_ServiceMessage_h_
/*-----------------------------------------------------------------------------
* This file is part of the Colony.Core Project. The Colony.Core Project is an
* open source project with a BSD type of licensing agreement. See the license
* agreement (l... | [
"john.t.taylor@gmail.com"
] | john.t.taylor@gmail.com |
77969f4c70ca56aa199d5957ab3d793bdabf46fc | a1cc22bafb4429b53898962b1131333420eddf05 | /cmdstan/stan/lib/stan_math/test/unit/math/rev/meta/VectorBuilderHelper_test.cpp | ac845bbfe35ce5555226d59d779a212b8c5f71f3 | [
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"Apache-2.0",
"BSD-3-Clause",
"GPL-3.0-only"
] | permissive | metrumresearchgroup/Torsten | d9510b00242b9f77cdc989657a4956b3018a5f3a | 0168482d400e4b819acadbc28cc817dd1a037c1b | refs/heads/master | 2023-09-01T17:44:46.020886 | 2022-05-18T22:46:35 | 2022-05-18T22:46:35 | 124,574,336 | 50 | 18 | BSD-3-Clause | 2023-09-09T06:32:36 | 2018-03-09T17:48:27 | C++ | UTF-8 | C++ | false | false | 3,134 | cpp | #include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/fun/size.hpp>
#include <gtest/gtest.h>
#include <vector>
TEST(MetaTraitsRevScal, VectorBuilderHelper_false_true) {
using stan::VectorBuilderHelper;
using stan::math::size;
using stan::math::var;
var a_var(1);
Vecto... | [
"yzhang@c-path.org"
] | yzhang@c-path.org |
d0af6888d29b2e61e16cc19a51e7585b39ea1648 | c03b1c7da6b5b44681fda3bc3d06dc194eff0fdd | /example/Classes/HelloWorldScene.cpp | bab99ebfb1e5d603d886b0ad88a27191ac1609c3 | [
"MIT"
] | permissive | adjust/cocos2dx_sdk | 190b57a04ed46459ca9bac4e2ebcbb5f17656faf | 8189ea0515fb33c40eef5f69cf9147f726605d1c | refs/heads/master | 2023-08-01T00:13:58.449498 | 2022-10-20T10:46:49 | 2022-10-20T10:46:49 | 37,716,849 | 11 | 12 | MIT | 2022-10-20T10:46:51 | 2015-06-19T10:48:57 | C++ | UTF-8 | C++ | false | false | 8,274 | cpp | #include <platform/CCApplication.h>
#include "HelloWorldScene.h"
#include "AppDelegate.h"
#include "Adjust/Adjust2dx.h"
#include "Adjust/AdjustEvent2dx.h"
USING_NS_CC;
Scene *HelloWorld::createScene() {
return HelloWorld::create();
}
// on "init" you need to initialize your instance
bool HelloWorld::init() {
... | [
"ugi@adjust.com"
] | ugi@adjust.com |
018fa554ea0524382e817ff809fd467be1679454 | 939315e591a462843ea48a1690d76d6bcc95ea72 | /src/fine_grained_rw_bst.h | 46817adb375f070671cdeed95964c6e821bb7e2a | [] | no_license | VasuAgrawal/418FinalProject | f0014a3509407946c212780a8a57365e1691f127 | 99673dd1dfdc9410c8d5b7d4ac9c049f6724f2cb | refs/heads/master | 2021-01-19T22:21:01.273355 | 2017-05-13T02:22:20 | 2017-05-13T02:22:20 | 88,797,639 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 692 | h | #ifndef FINE_GRAINED_RW_BST_H_
#define FINE_GRAINED_RW_BST_H_
#include "bst.h"
#include <memory>
#include "utils.h"
class BST : public BinarySearchTree {
public:
bool insert(int x);
bool remove(int x);
bool contains(int x);
BST();
~BST();
BST(const BST&) = delete;
BST& operator=(const B... | [
"vasu_agrawal@yahoo.com"
] | vasu_agrawal@yahoo.com |
b81d40829bfb0323fc11f8b54d86e03521be63f4 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /teambition-aliyun/src/model/GetProjectTaskInfoResult.cc | 34a468e28411b106654de0b897449462c2b22e00 | [
"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,114 | 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 |
5a5870d5bb0790aad3211bc30014287392e1f14f | 97876f53d0f943095aad81ff1861daf98e2bd46c | /practice/AOJ/ALDS1/ALDS1_5_D.cc | b29758295cc413c81cf87b84cd81d85897e11a56 | [] | no_license | aita/cpp-junks | 7f7c4dad596605f25a83ee36e1898a8c839ad237 | 2a3efe9b63d7dcb926aa4f51a09417c2d031f42b | refs/heads/main | 2023-03-09T03:33:18.901666 | 2021-02-21T05:50:00 | 2021-02-21T05:50:00 | 328,188,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,163 | cc | #include <vector>
#include <iostream>
using namespace std;
using long64 = long long int;
using int_vec = vector<long64>;
long64 inversion = 0;
void merge(int_vec& v, int_vec& left, int_vec& right) {
auto it = v.begin();
auto l = left.begin();
auto r = right.begin();
auto n = left.size();
while (l... | [
"792803+aita@users.noreply.github.com"
] | 792803+aita@users.noreply.github.com |
dd3aec142915f1a66b4c79be0d2df1eff48fcbc9 | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/renderer/bindings/modules/v8/v8_webgl_shader_precision_format.h | 4236e9987855a97e4005eafff22afffcbdab703f | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,017 | h | // Copyright 2014 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.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/interface.h.tmpl
// by the script code_gene... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
30cd76f92ec36bd75dd9255b6e3e0e45dad7d6b7 | 524dd1a8e629da15699a0b80a2d700579f141713 | /20-Constructer_Overloading.cpp | 98bc59bb6b64a86fe5104c51d5f5543aa5fb386a | [] | no_license | Shakti-chaudhary/Cpp-Learn-Code-with-harry- | 9dc1766c699f196b655516684b7e1f12324a8f61 | 03d2e3144e72268862f10132807a8114441ad109 | refs/heads/master | 2023-06-03T09:43:22.628283 | 2021-06-29T04:16:51 | 2021-06-29T04:16:51 | 375,919,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 629 | cpp | #include <iostream>
using namespace std;
class complex
{
int a;
int b;
public:
void printdata() { cout << "The no is : " << a << " and +i : " << b << endl; }
complex(); /* ***************** Constructer Overloading ********************** */
complex(int x);
complex(int x, int y);
};
com... | [
"shaktichaudhary4321@gmail.com"
] | shaktichaudhary4321@gmail.com |
1bdb1c450e69ee01ca9d19295b1a1deb7d8973a4 | 5c6a0e9ae96f04b0f269d24bfc838d075b1190d1 | /TouchDemo/object/buttons/mechButtons/SwitchButtonHandler.h | a2a2691e35665ba70fc5d204f6cd3ae8b5523662 | [] | no_license | EvdochukArtem/TouchDemo | 192cc0aae85c82a12930811e03bfe89564faba27 | 5f5fa616cf7b2b994d2e878d580c1eae14113cca | refs/heads/master | 2021-05-21T06:41:02.271198 | 2021-03-31T12:58:47 | 2021-03-31T12:58:47 | 252,588,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 219 | h | #pragma once
#include "SwitchButton.h"
class CSwitchButtonHandler
{
public:
CSwitchButtonHandler() {};
~CSwitchButtonHandler() {};
static void CALLBACK OnSwitchButtonPress(MOUSE_EVNT bEvent, CSwitchButton* btn);
}; | [
"evdochukartem@gmail.com"
] | evdochukartem@gmail.com |
1055e773373fb34198642a8095e6aa6b01e60eac | fed36be2b78410eb5191417b61ba8142d5576ac2 | /mixtureModelCPU/readData.cpp | 244cef4ca5e3f1577ca8469a35558361588d32f0 | [] | no_license | cyberaide/biostatistics | 68bd25a1edaf458b9795f4059c93f7fa56018f11 | 86b8dd1a469b222eee09a13bbdc3de4a5f795633 | refs/heads/master | 2016-09-15T22:13:40.528403 | 2013-02-08T11:27:25 | 2013-02-08T11:27:25 | 4,278,883 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,571 | cpp | /*
* readData.cpp
*
* Created on: Nov 4, 2008
* Author: Doug Roberts
* Modified by: Andrew Pangborn
*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
using namespace std;
extern "C"
float* readDa... | [
"apangborn@6884be23-2c2a-0410-b59a-f50d4d03ee1a"
] | apangborn@6884be23-2c2a-0410-b59a-f50d4d03ee1a |
7e39bd2f099b1e8e160a6fe4e8435ffdd7a155f6 | 6e27c245fe0b0f2f7d6c9293b3cf182f9b0fe19c | /khf0.cpp | db002227f46349b505be4611638234bef6788749 | [] | no_license | csaba215/dekla-homework | 868999a4a6f1120992b149fc4ae797146d3dc4b0 | e1b600dba021d8ddaae91ecfdef27fdedc390962 | refs/heads/master | 2023-06-06T19:54:06.659223 | 2021-06-30T17:39:12 | 2021-06-30T17:39:12 | 381,783,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,943 | cpp | #include "cekla.h"// így szabályos C++ program is
int pow2(const int A, const int N, const int P) {
if (N > 0)
return pow2(A, N-1, P*A);
else
return P;
}
const list reverse2(const list L, const list L0) {
if (L == nil) return L0;
return reverse2(tl(L), cons(hd(L), L0));
}
const list felbont2(const int szam,c... | [
"csaba215@gmail.com"
] | csaba215@gmail.com |
36dab40cc09adcd59be7a6774546c545d1cf5094 | dd1dda0434b7a487854eddf89914f74d15324a10 | /DX11Tutorial-GlassAndIce/modelclass.cpp | ec60d2618c5cd37d077d692c8c70a7de82c44cec | [] | no_license | KsGin-Fork/DX11Tutorial | 02e8014d4bd84f559a5584cf98b4642e2743ee93 | 66bd8d13a161b909702f9ad753f15a5107400cbb | refs/heads/master | 2020-03-21T06:57:46.154782 | 2018-04-27T15:06:47 | 2018-04-27T15:06:47 | 138,252,211 | 0 | 1 | null | 2018-06-22T03:52:36 | 2018-06-22T03:52:36 | null | UTF-8 | C++ | false | false | 7,128 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Filename: modelclass.cpp
////////////////////////////////////////////////////////////////////////////////
#include "modelclass.h"
ModelClass::ModelClass()
{
m_vertexBuffer = 0;
m_indexBuffer = 0;
m_Texture = 0;
m_model = 0;
m_Nor... | [
"imqqyangfan@gmail.com"
] | imqqyangfan@gmail.com |
9198b56631737c3fd4a4d16e88178a847dd81d4a | 801d0701d19b392a4ff7c268d470959815462398 | /include/hl2sdk-css/game/client/c_baseplayer.h | 0e03b988805be78e74106ae3850370100e8a19d7 | [] | no_license | rdbo/CS-Source-Base | c6e21cc46bca5fb57f3e7f9ee44c3522fd072885 | 4605df4b11a2c779d56d16dd7e817536cdc541f7 | refs/heads/main | 2023-03-03T13:19:04.657557 | 2021-02-06T13:46:53 | 2021-02-06T13:46:53 | 335,521,112 | 6 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 21,246 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Client-side CBasePlayer.
//
// - Manages the player's flashlight effect.
//
//=============================================================================//
#ifndef C_BASEPLAYER_H
#define C_BASEPLAYER_H... | [
"rdbodev@gmail.com"
] | rdbodev@gmail.com |
a41c7441ce384d9cf940d130dcef460ac7f18ba0 | 05fcca80c3fa1f4d78bf8f4aed7e8100cacb15a0 | /Young Tableau/young.cpp | c0aa885ab66bce509f7a4cc00b2a0bd757f1d2d1 | [] | no_license | diogommartins/Young-Tableau | 46be239e22f6b0deff70d12f6834d3174dc5c959 | 6ee2d65e2014792815752636c43f0c281f13b862 | refs/heads/master | 2016-09-06T07:37:30.364190 | 2015-06-15T04:59:49 | 2015-06-15T04:59:49 | 35,956,049 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,153 | cpp | //
// young.cpp
// Young Tableau
//
// Created by Diogo Martins on 5/20/15.
// Copyright (c) 2015 Diogo Martins. All rights reserved.
//
#include "young.h"
#define INFINITO INT_MAX
/**
1. O construtor cria um quadro vazio. Para tal, aloca espaço
para a matriz de inteiros Y, m × n e inicializa os valores com
a... | [
"diogo.martins@unirio.br"
] | diogo.martins@unirio.br |
3bfb432a52e3e206b9366d9aaeea0a05162bd888 | 4e57cfc1809d50e979a6e46302065b4a99a26747 | /RenderEngine/FPCExtension.h | 11e170152bbc036eeb846e2368234f65554b40db | [] | no_license | GScience-Studio/MagicCube | ca2966d63d203d62df00ba40ff3e7c147758a98f | 9d51f8f87bcc461fa2a57ea5ac4606347d48711f | refs/heads/master | 2020-09-24T00:23:30.611638 | 2017-04-19T09:58:16 | 2017-04-19T09:58:16 | 67,795,557 | 9 | 4 | null | null | null | null | GB18030 | C++ | false | false | 234 | h | #pragma once
#include "ExtensionManager.h"
#include "FPCManager.h"
#include "Application.h"
//第一人称控制器扩展
class fpc_extension :public extension
{
public:
fpc_extension() :extension(std::string("FPCExtension")) {}
}; | [
"GM2000@outlook.com"
] | GM2000@outlook.com |
cb84acc9090f131e319281811b8001b4d31ae013 | 1cb1b83de025d1ad1e756e0b8028d5164965925d | /ABC/A-MaximizeTheFormula.cpp | 27c995902dc1244e73e7de7e26dff11245ea1256 | [] | no_license | FukeKazki/CompetitionProgramming | 7c39aceec00a9ce393a7054a921b4f08a35aba0e | 4fff369180b35d230f19d8935344468a7da4bff4 | refs/heads/master | 2022-10-09T15:34:02.391840 | 2022-10-02T07:52:44 | 2022-10-02T07:52:44 | 181,264,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | cpp | #include <iostream>
using namespace std;
int main() {
int A, B, C;
cin >> A >> B >> C;
if(A < B) swap(A, B);
if(B < C) swap(B, C);
if(A < B) swap(A, B);
cout << A*10+B+C << endl;
return 0;
} | [
"kazkichi0906@gmail.com"
] | kazkichi0906@gmail.com |
eb7b65657cf2c71cfca6d79f1a7ac8fb7ab332e9 | 8adec48dfaee1cdfd6c7f4d2fb3038aa1c17bda6 | /WProf/src/chrome/browser/protector/protector_service.cc | aa16f7f9329aa4111b249638fab579629f07932e | [
"BSD-3-Clause"
] | permissive | kusoof/wprof | ef507cfa92b3fd0f664d0eefef7fc7d6cd69481e | 8511e9d4339d3d6fad5e14ad7fff73dfbd96beb8 | refs/heads/master | 2021-01-11T00:52:51.152225 | 2016-12-10T23:51:14 | 2016-12-10T23:51:14 | 70,486,057 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,657 | cc | // Copyright (c) 2012 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/protector/protector_service.h"
#include "base/logging.h"
#include "chrome/browser/google/google_util.h"
#include "chrome/bro... | [
"kusoof@kookaburra.(none)"
] | kusoof@kookaburra.(none) |
2538a3a9b373b02173300a8cfb1b88e1081ffbb9 | 9b920b5572dd7196de8adea6ed9b4e3859bd90d7 | /code/Classes/Bullet.cpp | e2acc6951ce4f16dea4d2f3b88be395454eeb48e | [] | no_license | SYSUcarey/Survivor_Island | 712ac4d2758d383d20013dffe60834e06e43d50a | be062a0d445165b3341f2b5f2de4420258ecf7fc | refs/heads/master | 2020-03-24T14:11:02.152507 | 2018-07-29T13:04:35 | 2018-07-29T13:04:35 | 142,761,481 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 5,994 | cpp | #include"Bullet.h"
#include"GlobalVar.h"
USING_NS_CC;
bulletFactory* bulletFactory::bulletfactory = NULL;
bulletFactory::bulletFactory() {
initSpriteFrame();
}
bulletFactory* bulletFactory::getInstance() {
if (bulletfactory == NULL) {
bulletfactory = new bulletFactory();
}
return bulletfactory;
}
// 产生子弹,进入Vec... | [
"944131226@qq.com"
] | 944131226@qq.com |
2d9fbe9e00327093325992303c09dea4b6b38279 | 1b8e1ddcb86f0a5cd018bc6b3400c8c6fb1c1984 | /server/server/activity/.svn/text-base/EntityActivityComponent.h.svn-base | 2a478d33d3168192f761c587c50e1a285db4d5df | [] | no_license | yzfrs/ddianle_d1 | 5e9a3ab0ad646ca707368850c01f8117a09f5bfd | abffb574419cc2a8a361702e012cdd14f1102a6d | refs/heads/master | 2021-01-01T03:32:51.973703 | 2016-05-12T09:27:00 | 2016-05-12T09:27:00 | 58,615,329 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 16,447 | #ifndef __ENTITYACTIVITYCOMPONENT_H__
#define __ENTITYACTIVITYCOMPONENT_H__
// 累计在线时长奖励的数据库只存储最新的数据,不会删除或者清零。
// 数据是否有效只在DB存储出来后做由程序做处理。
#include <list>
#include "../logic/RoleComponentImpl.h"
#include "../logic/EntityComponent.h"
#include "ActivityDataStruct.h"
#define INVITATION_DB_QUERY_MIN_INTERVAL 5
... | [
"root@localhost.localdomain"
] | root@localhost.localdomain | |
ad79e11b5f0cc9ad7258b4deacf8e4eeb1b610c4 | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp | 589afd53c93423f2d237060fb92b99ea6c6078d6 | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,675 | cpp | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "GraphEditorCommon.h"
#include "SGraphNodeK2Base.h"
#include "Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h"
#include "Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h"
#include "KismetNodeInfoContext.h"
#include "IDocumentation.h"
#d... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.