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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b3fc27cf1142975dffe3fc808383220aa1c137cb | 0547a07f27216d5176e1c61102fe106690f871e6 | /hw0.cpp | ebf1c416d5d932d39409ad36f809fba7b45b095d | [] | no_license | jtherrmann/cs-301 | bae2888d8dde8b103d391aab5f662717af8db706 | 0404f32ec6e137e11960be9187c0133f67c97bb6 | refs/heads/master | 2020-04-24T01:35:34.115669 | 2019-05-10T21:06:13 | 2019-05-10T21:06:13 | 171,603,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,437 | cpp | #include <iostream>
#include <vector>
using namespace std;
// hw 0.1
int foo1(int theAnswer) {
if (theAnswer == 42)
return 5;
else return 0;
}
// hw 0.2
void foo2(void) {
string name;
cin >> name;
cout << name << " is awesome";
}
// hw 0.3
void foo3(void) {
string name;
int answer;... | [
"jtherrmann@alaska.edu"
] | jtherrmann@alaska.edu |
950cb84a75e644c955a283c09da9195da036b50f | 267a3dd43594924f233a9a9d9cc77e6a33d1cbf6 | /GameTemplate/GameTemplate/Game/graphics/GaussianBlur.h | e7ee4247ab79c5586d0050bcdcd0f47bc0eddbf7 | [] | no_license | somamizuki/mizuki_game | eb5ef51bfd2e1752f81398421dc9fd558fcce021 | 01e03a68a704f4284525000223d3cf076d8dd673 | refs/heads/master | 2020-03-29T18:09:56.203234 | 2019-03-28T03:09:29 | 2019-03-28T03:09:29 | 150,197,581 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,709 | h | #pragma once
#include"Shader.h"
class GaussianBlur
{
public:
GaussianBlur();
~GaussianBlur();
void Init(ID3D11ShaderResourceView* SRV);
void Draw(sprite* postEffectSprite,ID3D11ShaderResourceView* srv);
ID3D11ShaderResourceView* GetResultTextureSRV()
{
return m_downsampleRT[enRenderTarget_YBlur].GetRenderTarge... | [
"somamizuki@gmail.com"
] | somamizuki@gmail.com |
ff3938c717487c2f52e837fa965b249fe682700d | 5a54b68c4936c8e2c4af67bb280517c1932e991e | /opmap/opmapcontrol/src/internals/rectangle.h | 3bcb230e177ff4c56651b46a70213570f7de7cf4 | [] | no_license | 519984307/testpilot | 538a0384dca703f7c5906f4525854c31a343eecc | 798d39afd9d39724049980d619aa4505fc67fab6 | refs/heads/master | 2023-03-17T03:29:35.283448 | 2018-02-10T12:30:48 | 2018-02-10T12:30:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,445 | h | /**
******************************************************************************
*
* @file rectangle.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012.
* @brief
* @see The GNU Public License (GPL) Version 3
* @defgroup OPMapWidget
* @{
*
***************... | [
"teching.ko@gmail.com"
] | teching.ko@gmail.com |
bc57d856740486f41109ec991e9cb878f11b44a4 | 1d9e9d4f416607453e7c91c9dc45205bd7cb9e14 | /iqc5/iqc5/Model/UserInput_Detail.h | 51d1d5815a30aee3bc6a5d28333fb275cd49760c | [] | no_license | allan1234569/iqc5 | 5542f2efe3e6eae0a59110ec2863d9beeef8c1cf | 8a026564db0128005f90d3f7ca56787a7bcbbad3 | refs/heads/master | 2020-03-29T09:17:13.715443 | 2018-09-21T10:56:01 | 2018-09-21T10:56:01 | 149,750,494 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | h | #ifndef USERINPUT_DETAIL_H
#define USERINPUT_DETAIL_H
#include <QString>
class UserInput_Detail
{
public:
UserInput_Detail();
QString UserInput_Detailid;
QString UserInputid;
QString FieldName;
int FieldLocation;
int FieldLength;
int FieldBound;
QString FieldType;
};
#endif // USERI... | [
"allan1234569@163.com"
] | allan1234569@163.com |
6e6cb2367fc0b02e10bec1f1fd292a070d48810c | 8bf42e92730710e49e79f67d9efcf755a3bdf58f | /CPP/D03/ex04/SuperTrap.cpp | da454e7315088718aaec4d42f066c859acf3d080 | [] | no_license | tlepeche/Piscines | 6d3565ffdd02906d019081151c614a22cffff9e5 | abe7260f948aa2dbb7d3037cf688b997562ae725 | refs/heads/master | 2020-12-31T05:55:36.685193 | 2016-04-28T15:19:05 | 2016-04-28T15:19:05 | 57,311,133 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,426 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* SuperTrap.cpp :+: :+: :+: ... | [
"tlepeche@e1r12p3.42.fr"
] | tlepeche@e1r12p3.42.fr |
b9e585ba25837cc989ab57491f8b1cb5cfd6052b | 4b88a3971fdb68affc3573608cec29304b9368c4 | /GameMenu/Classes/GameMenuScene.cpp | e0dd554cadb1fae674a7a006384b22d6ce3482d0 | [] | no_license | yangchenglin815/cocos2d-GameMenu | 6a32beab3b18ea8d17a45575479a29513f08c17a | 4220707b30c2e2b8206af5a877a630d7e35f4da7 | refs/heads/master | 2020-05-25T19:59:45.353317 | 2019-05-22T04:49:38 | 2019-05-22T04:49:38 | 187,964,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,480 | cpp | //
// GameMenuScene.cpp
// GameMenu
//
// Created by 杨承霖 on 2019/5/15.
//
#include "GameMenuScene.hpp"
#include "SimpleAudioEngine.h"
#include "GameMainScene.hpp"
#include "GameAboutScene.hpp"
using namespace cocos2d;
using namespace CocosDenshion;
USING_NS_CC;
Scene* GameMenu::createScene()
{
return GameMen... | [
"ycldream@gmail.com"
] | ycldream@gmail.com |
993be59c86b71bb811bcc67dd6b3724ce362d208 | 61255bb7724c45ff555497114fdd12941e5df6c9 | /Contest/RPC/11/bracket.cpp | dd369b4735c4ce1e3058e34f68428f45dc361a5f | [] | no_license | eerick1997/Club | ddcc0a9d3706bb43723718079441fa227b61ea42 | 5ea13c3a22fafa82751fab25be5cb7f472fa5856 | refs/heads/master | 2021-11-24T00:17:42.270738 | 2021-10-28T02:12:40 | 2021-10-28T02:12:40 | 164,712,369 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int lli;
const lli MOD = 1000000009;
int main(){
lli n;
stack< lli > Stack;
string str;
cin >> n;
for( int i = 0; i < n; i++ ){
}
return 0;
} | [
"vargas.erick030997@gmail.com"
] | vargas.erick030997@gmail.com |
c1847953afd9edd30db7f96015dbae9d67ff9a0e | d1cf7f4e3da7d44f557b97d9f9a4e92590d72e2e | /AU_UAV_Team1/src/generator.cpp | c33f09db29c9851fdb89b7455b5e1c96181521d6 | [] | no_license | Idianale/AU_UAV_stack | a389029666233e1aba78017d6325c7784c4845b3 | 136871eec0f156d2f3b889028a21c6af0c5a5817 | refs/heads/master | 2021-05-26T18:52:52.312557 | 2013-07-29T14:19:56 | 2013-07-29T14:19:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,571 | cpp | /*
generator.cpp
This file is intended to generate massive amounts of test cases with simple configuration
It is now interactive, asknig the user for info via command line, with only a few
constants left predefined
Compiled with g++.
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string>
#i... | [
"phil@ubuntu.ubuntu-domain"
] | phil@ubuntu.ubuntu-domain |
085eacb88cb3edea509d12d2f2f76738f553bb95 | 25c98494be111bfc0e463cdd04a31c0880785a3b | /HF1/Skeleton/Skeleton.cpp | 52dcf7b7a5e5c0e5eb948913718ef97ee5f2f352 | [] | no_license | erikboros/grafika | ce9cb5f53a5a11ad28347448abab4bfa4c159ab3 | b9cb379be2dbe3232593ce04f47f56b7b5ab0ffa | refs/heads/master | 2021-11-03T20:28:19.828370 | 2019-04-26T18:55:27 | 2019-04-26T18:55:27 | 169,966,516 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 20,546 | cpp | //=============================================================================================
// A beadott program csak ebben a fajlban lehet, a fajl 1 byte-os ASCII karaktereket tartalmazhat, BOM kihuzando.
// Tilos:
// - mast "beincludolni", illetve mas konyvtarat hasznalni
// - faljmuveleteket vegezni a printf-et ... | [
"boros.erik@gmail.com"
] | boros.erik@gmail.com |
0044ebe9dc526b8d42c2769f8c3dc16f80e83a2b | 8cdf7e10d589fc7ec408f88c9334f8e68a542120 | /prgs/heap_stack_overflow.cpp | b8587df8fd749f5f9d145d8aed8751b7aca50a69 | [] | no_license | Gajanan-L-P/interview-programs | 4751fa24b635dd42041d39c9933d792f08c549cd | ee7bd0d828542a282cfe48014d9310e5aaffb111 | refs/heads/master | 2020-04-16T20:13:24.726448 | 2019-01-06T17:09:08 | 2019-01-06T17:09:08 | 165,891,250 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,047 | cpp | #include <stdlib.h>
#define HEAP_OVERFLOW_1 1
//#define HEAP_OVERFLOW_2 2
//#define STACK_OVERFLOW_1 3
//#define STACK_OVERFLOW_2 4
/*
HEAP OVERFLOW:-
---------------
Heap is a region of process’s memory which is used to store dynamic variables. These variables are
allocated using malloc() and calloc() funct... | [
"guruprasad.patel.7@gmail.com"
] | guruprasad.patel.7@gmail.com |
ef911362100510c0eb7a061b5eaeda4b200c9b5d | 31ef235aec8599f703ebcd2636040b199bb5c2ca | /Chapter 1/31.cpp | f42da66ed8db24cc0858eeb2ba61c370bfd34c3e | [] | no_license | dachev1919/cpp03_2020 | fc74af0cfefd9073bb2744494a903a8518f61c8d | 7015a9f6a6215753648d6398368fa51b00e63942 | refs/heads/master | 2022-12-15T09:37:52.043989 | 2020-09-15T19:02:54 | 2020-09-15T19:02:54 | 295,822,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,641 | cpp | // comment
#include <iostream>
#include <string>
using namespace std;
string askText(string prompt);
int askNumber(string prompt);
void tellStory(string name, string noun, int number, string bodyPart, string verb);
int main()
{
cout << "Welcome to Mad Lib.\n\n";
cout << "Answer the following questions to hel... | [
"dachev1919@gmail.com"
] | dachev1919@gmail.com |
a5af4585528c22f54abe0d893211dcf31a9ad31e | b28208ce2e5ec157d6653e6cc06b86273f19b29f | /simdpp/detail/insn/shuffle_bytes16.h | d4929df892400e80ac03451d2a1caae778822c83 | [
"BSL-1.0"
] | permissive | danking/libsimdpp | 48017dad6562a1582bc14084fe987dfad75e2e56 | 00e675b8e6224ddcd0e91565fb0a5d2ead1213ff | refs/heads/master | 2020-07-06T05:03:18.811880 | 2016-11-17T20:33:08 | 2016-11-17T20:33:08 | 74,058,691 | 1 | 0 | null | 2016-11-17T19:10:47 | 2016-11-17T19:10:46 | null | UTF-8 | C++ | false | false | 4,039 | h | /* Copyright (C) 2013-2014 Povilas Kanapickas <povilas@radix.lt>
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 LIBSIMDPP_SIMDPP_DETAIL_INSN_SHUFFLE_BYTES16_H
#define LIBSIMDPP_SIMD... | [
"povilas@radix.lt"
] | povilas@radix.lt |
81f34b7f2a22422cc3d11aebfbd64319612deddd | c611b35a08d0abbce62c8a3e80ab747967460e4a | /tags/open64-1.0/osprey1.0/ipa/main/analyze/ipa_cg.cxx | b75cb012cfc8fd5cac6ec1076a45dbc658b724ad | [] | no_license | svn2github/open64 | 301f132bdcb602d4e677fc23881ce602f3961969 | 88431de7e6860ed692c0c160724620e798de428a | refs/heads/master | 2021-01-20T06:59:43.507059 | 2014-12-31T18:38:48 | 2014-12-31T18:38:48 | 24,089,237 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 73,307 | cxx | /*
Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License as
published by the Free Software Foundation.
This program is distributed in the hope that it would... | [
"marcel@ead328b1-e903-0410-a19d-eacee4b031f6"
] | marcel@ead328b1-e903-0410-a19d-eacee4b031f6 |
a520d62b7135a399a0791d43ff9326884d30ea04 | 620c72850c0bf8c47608ebbd0b781d676a211e7e | /CTCI/geeksforgeeks/DP/Optimal Binary Search Tree.cpp | d6bd6b2a29569ee4f5e82ee857e6da9c7cab634b | [] | no_license | olee12/CTCI | 24832325dcf174367d20b05d7b20f3b6999a1e9e | 0ea15ed5960277909bcde4361586c03437bce131 | refs/heads/master | 2021-01-19T14:48:53.800030 | 2017-07-13T17:01:53 | 2017-07-13T17:01:53 | 88,189,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,476 | cpp | ///Tahmid Hossain
//C headers
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include <ctype.h>
#include <assert.h>
#include <time.h>
//cpp headers
#include <iostream>
#include <iomanip>
#include <sstream>
#include <algorithm>
#include <vector>
#include <queue>
#include... | [
"th160887@gmail.com"
] | th160887@gmail.com |
d23cca8b12a69adc145c11322be3e23c3e111450 | 066a05127af9a141ebd69f2d96b4b3768dd742f7 | /Chess/Connector.hpp | 4c920e5f879da5b2052b4a63237149e942b4ac5f | [] | no_license | nikolasvargas/games_cpp | 17bada262b504f50e2d625ee2e0286a7aeaa3390 | d20c8eaf5775d246a478d74a1144d4e01f0a066c | refs/heads/master | 2020-04-11T13:51:06.240726 | 2018-12-22T01:27:06 | 2018-12-22T01:27:06 | 161,832,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,883 | hpp | #ifndef CONNECTOR_H
#define CONNECTOR_H
#include <windows.h>
#include <stdio.h>
#include <iostream>
#include <string>
STARTUPINFO sti = {0};
SECURITY_ATTRIBUTES sats = {0};
PROCESS_INFORMATION pi = {0};
HANDLE pipin_w, pipin_r, pipout_w, pipout_r;
BYTE buffer[2048];
DWORD writ, excode, read, available;
void Connect... | [
"vargasnikolass@gmail.com"
] | vargasnikolass@gmail.com |
6407db4dae84556aa0a95adb0b47274966f64a4d | 7748624d9767d76f965b91694c593eb39973cf07 | /src/GA/c2ga_draw.cpp | ded510b573e3c00f111631fc62198da623024f50 | [
"MIT"
] | permissive | mauriciocele/arap-sr-linearized | 65839302fac15a11c91343e65f38658cd821d674 | 94d7cb8b48b63da2065993528dcc97712523fb07 | refs/heads/main | 2023-02-05T02:19:48.906946 | 2020-12-22T11:04:43 | 2020-12-22T11:04:43 | 307,091,470 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,371 | cpp | // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful,
... | [
"maurlope@amazon.es"
] | maurlope@amazon.es |
00f6f6e59cca6b95efeee4f35efb4fac1280ddca | c03185b24d6ddcc27908cb4a451d0e1c7c54aae2 | /states.cpp | f2d44f0eec1251ca11dd2c90d9b5cd17c7e12901 | [] | no_license | KoumaTeacup/SinEngineDX | 655d15fc63bf70bbd5ab687a7cbec373ccc43c4a | 6d9109a1628bf3b2d6b9696bb9d6894afa930728 | refs/heads/master | 2020-11-30T23:52:59.845596 | 2016-12-17T20:49:06 | 2016-12-17T20:49:06 | 67,602,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,208 | cpp | #include "states.h"
#include "framework.h"
SERenderStates::SERenderStates() :
standard(nullptr),
wireframe(nullptr),
noFaceCulling(nullptr),
saved(SE_RENDER_DEFAULT) {
}
void SERenderStates::Set(SERenderMode mode = SE_RENDER_DEFAULT) {
switch (mode) {
case SE_RENDER_DEFAULT:
saved = SE_Mode;
SE_Mode = mode... | [
"shingleex@gmail.com"
] | shingleex@gmail.com |
123265b3b70cdd4d15a95a5a334736d51cde6f2b | 0914912b89e90987b2d85ec8cd3043a32d3f1229 | /cpp/src/gradle_test/cpp/Gradle_Test.cpp | 73abc93aca4ec86756753479f5096fd4cce88bf2 | [] | no_license | askalski85/sunday-morning | f455b5150769a7e3c54d7e9994e707212acb4ef1 | c7fee4caafc9e133234c06b8fce2fe7f4cabb340 | refs/heads/master | 2020-05-09T14:40:38.672793 | 2015-12-21T16:08:40 | 2015-12-21T16:08:40 | 8,016,963 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 144 | cpp | #include "Gradle_Test.hpp"
#include <iostream>
Gradle_Test::Gradle_Test()
{}
void Gradle_Test::msg()
{
std::cout << "Hello" << std::endl;
}
| [
"Arkadiusz.Skalski@tomtom.com"
] | Arkadiusz.Skalski@tomtom.com |
3f603797d0eec49404dfe4eeb95297b402140b0d | 8567438779e6af0754620a25d379c348e4cd5a5d | /components/autofill/content/renderer/password_generation_agent.cc | ebca6d4b1cb11bf0f473d9451abb790f7180d02f | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 22,702 | cc | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/autofill/content/renderer/password_generation_agent.h"
#include <memory>
#include "base/command_line.h"
#include "base/logging.h"
#... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
2b0f6326d30dc3254ca3177e64ae383b378d949f | c9c91e5c610782b5883679b20f14889ea39230c9 | /postOrdenmenu.cpp | cc3c8176cc589255e3ea25c0b225615ab3f0d872 | [] | no_license | arianacruz10/arbol | 77745de941e2504efa31f7b29999dc42566504c7 | c90c34532f0cc1c663970ccbab42b8ef5d40631c | refs/heads/master | 2020-09-10T01:57:06.320460 | 2019-11-15T02:09:17 | 2019-11-15T02:09:17 | 221,620,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,514 | cpp | #include <iostream>
#include <stdlib.h>
#include<conio.h>
using namespace std;
struct Nodo{
int dato;
Nodo *derecha;
Nodo *izquierda;
};
void menu();
Nodo *hacerNodo(int);
void agregarNodo(Nodo *&,int);
void imprimirArbol(Nodo *,int);
void preOrden(Nodo*);
void enOrden(Nodo *);
void postOrden(Nodo *);
Nodo *arbol... | [
"arianaleonn@gmail.com"
] | arianaleonn@gmail.com |
3c41231a01066252d4293c26686125e9e349b851 | 39adfee7b03a59c40f0b2cca7a3b5d2381936207 | /codeforces/100958/D.cpp | fd4bd72ff7a31804ff1a58a1bd166819bd290d3c | [] | no_license | ngthanhtrung23/CompetitiveProgramming | c4dee269c320c972482d5f56d3808a43356821ca | 642346c18569df76024bfb0678142e513d48d514 | refs/heads/master | 2023-07-06T05:46:25.038205 | 2023-06-24T14:18:48 | 2023-06-24T14:18:48 | 179,512,787 | 78 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 2,510 | cpp |
#include <bits/stdc++.h>
#define int long long
#define FOR(i,a,b) for(int i=(a),_b=(b); i<=_b; ++i)
#define FORD(i,a,b) for(int i=(a),_b=(b); i>=_b; --i)
#define REP(i,a) for(int i=0,_a=(a); i < _a; ++i)
#define DEBUG(X) { cout << #X << " = " << (X) << endl; }
#define PR(A,n) { cout << #A << " = "; FOR(_,1,n... | [
"ngthanhtrung23@gmail.com"
] | ngthanhtrung23@gmail.com |
96bb969062fa37921bc3d8a32a837053b945cd26 | 0cab542096209108aa4b9eba8bde1188e917c555 | /marian/src/3rd_party/simple-websocket-server/status_code.hpp | 653faa07ccbc026e63546b3bbc66cf7c49332daf | [
"MIT"
] | permissive | lkfo415579/decoder | 6a270120de49c82ef102a7d8af671a523258b16a | 592711c82d7ad5583a966a9b6809e498b1a6e937 | refs/heads/master | 2021-05-11T04:01:58.318593 | 2018-01-18T04:02:50 | 2018-01-18T04:02:50 | 117,930,262 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,680 | hpp | /*
* The MIT License (MIT)
*
* Copyright (c) 2014-2016 Ole Christian Eidheim
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rig... | [
"lkfo415579@hotmail.com"
] | lkfo415579@hotmail.com |
5576770a5e8aa481d6d77dd0feba045f1a7f7034 | 6113203c91e26412dc7443a940196b228d2d1971 | /C++/designPattern/observer/Subject.h | d3544de95bb47a16455dce233c2d75b474040dfd | [] | no_license | bestxiaojian/Blog | 37b1d23af660c150a546d0aa0dcad870cf36ba50 | 6228501928e87ed9df66bcd54bb15b835cf696f8 | refs/heads/master | 2021-07-05T06:03:41.985549 | 2019-04-07T15:06:25 | 2019-04-07T15:06:25 | 142,557,327 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | h | #ifndef _SUBJECT_H_
#define _SUBJECT_H_
#include <list>
#include <string>
using namespace std;
typedef string State;
class Observer;
class Subject {
public:
virtual ~Subject();
virtual void Attach(Observer* obv);
virtual void Detach(Observer* obv);
virtual void Notify();
virtual void SetState(const State& st) ... | [
"wangjian10@le.com"
] | wangjian10@le.com |
d6983daec1b13f64cb014d483ec3f87b84c6c65d | a55f4eab91b5714406585552688c57573dd8041f | /poj3258/poj3258/Source.cpp | 74846ddf87aeecc1e409a5752dbf2eb69efb3abc | [] | no_license | smartjinyu/onlineJudge | 79494afab2ee285367f0982458cc82c6934f1c68 | 2c42541cf7c4df976f207fe9c39c7202be7b8416 | refs/heads/master | 2020-07-04T06:41:19.712242 | 2016-09-07T03:44:14 | 2016-09-07T03:44:14 | 66,267,131 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,985 | cpp | /*
River Hopscotch
Time Limit: 2000MS Memory Limit: 65536K
Total Submissions: 11790 Accepted: 5069
Description
Every year the cows hold an event featuring a peculiar version of hopscotch that involves carefully jumping from rock to rock in a river. The excitement takes place on a long, straight river with a ro... | [
"smartjinyu@gmail.com"
] | smartjinyu@gmail.com |
e61f6ad2f75db2459acf246b25884b7d3835c23c | 174d1e489503e788ae7159c3f66b447462ff458e | /src/Synet/Layers/UpsampleLayer.h | 50ed82128ea2027f034939f03b0a0d92cff0a41b | [
"MIT"
] | permissive | goxiaobu/Synet | a984c9a11c8f129de9a4b17a516551b50579a7da | 43a66de04558963e9fd610cfce8a2ade018065b8 | refs/heads/master | 2020-04-15T20:47:08.150343 | 2019-01-15T10:00:49 | 2019-01-15T10:00:49 | 165,007,543 | 0 | 0 | MIT | 2019-01-15T10:00:50 | 2019-01-10T06:57:01 | C++ | UTF-8 | C++ | false | false | 6,303 | h | /*
* Synet Framework (http://github.com/ermig1979/Synet).
*
* Copyright (c) 2018-2018 Yermalayeu Ihar.
*
* 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 ... | [
"ermig@tut.by"
] | ermig@tut.by |
9f945ce4c913508383d55de6199219bc79ffec88 | 2b6144aeefe48a5a9244c3560ffc91ed202f2fb6 | /volna_init/external/boost/graph/detail/compressed_sparse_row_struct.hpp | 4fb3c2269b3443c07f7b7a15b845dd554d2b702e | [
"BSD-2-Clause"
] | permissive | reguly/volna | b867a63c3bd09fa234264cb2d01b8d8dd353ae27 | 6656d994c75f93d0f29673a8fc0da10926fa8d4a | refs/heads/master | 2023-08-19T07:19:35.315350 | 2022-11-05T19:46:49 | 2022-11-05T19:46:49 | 40,645,334 | 4 | 8 | BSD-2-Clause | 2021-11-15T13:16:52 | 2015-08-13T07:36:57 | C++ | UTF-8 | C++ | false | false | 27,448 | hpp | // Copyright 2005-2009 The Trustees of Indiana University.
// 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)
// Authors: Jeremiah Willcock
// Douglas Gregor
// Andrew Lumsdaine
// Compressed... | [
"regulyistvan@gmail.com"
] | regulyistvan@gmail.com |
11264dcd649c4e50078006e4dcf0647395b172e6 | 31df3def6e1cb13739a56aec3b8ee6345fdfaa6b | /main.cpp | d1d29c5f788e7bb4fb2292e26266b48bcc254700 | [] | no_license | lucaspihery/voyageur_de_commerce | f6142b2dab7d0e9dd85c723903bd1f4fcc48841c | ca588c48e2fee3485ad158b1464f6fe38a33c938 | refs/heads/master | 2023-02-07T02:50:21.603789 | 2020-12-24T17:05:40 | 2020-12-24T17:05:40 | 304,301,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 680 | cpp | #include "../shared/qstd.h"
using namespace qstd;
#include "parameters.h"
#include "evolutionaryprocess.h"
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
cout<<"Projet Genetique Voyageur de Commerce :"<<endl;
// initialisation paramètres spécifiques au voyageur de commerce
... | [
"lucas.pihery@gmail.com"
] | lucas.pihery@gmail.com |
89dd9b5f40efa649555b5dfb7cc88e2ef16b8b9f | 4f952c21f8d1c0594b995e877e70d2ebdd4e2e51 | /jni/native/QCAR/VideoBackgroundTextureInfo.h | 74a8c86e075eddfe95d92f33ec1cd4ace5300d25 | [] | no_license | lonnibesancon/FluidAppAndroid | b23e67908ee74b5b37866a124b58e8755f764e4b | d99acd61bb7b711adaf7eb60d27f416ffbfdab7f | refs/heads/master | 2021-01-18T23:43:02.279456 | 2016-10-05T17:14:33 | 2016-10-05T17:14:33 | 70,080,080 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,416 | h | /*==============================================================================
Copyright (c) 2010-2013 QUALCOMM Austria Research Center GmbH.
All Rights Reserved.
Qualcomm Confidential and Proprietary
@file
VideoBackgroundConfig.h
@brief
Header file for Video... | [
"lonni.besancon@gmail.com"
] | lonni.besancon@gmail.com |
7f525d4a8241ff37430965551152bd12eddc37a0 | 4b19135464a032c1d5271cd1ae58afb21df38584 | /Samples/C++/DirectInput/DIConfig/flexwnd.cpp | caaa663a4b8cf35acbb7a5c5e011a70e868ccde3 | [] | no_license | sjk7/DX90SDK | f47cebbba53133923880004bc6e3a33cff1fe895 | dd155425badb2cd3993c27f869efc007764e599b | refs/heads/master | 2021-08-26T07:47:03.826451 | 2021-08-12T05:03:03 | 2021-08-12T05:03:03 | 253,911,891 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,048 | cpp | //-----------------------------------------------------------------------------
// File: flexwnd.cpp
//
// Desc: CFlexWnd is a generic class that encapsulates the functionalities
// of a window. All other window classes are derived from CFlexWnd.
//
// Child classes can have different behavior by ove... | [
"radiowebmasters@gmail.com"
] | radiowebmasters@gmail.com |
f7add477f213ae4de583eefb396d5e66f26488e8 | aa8e9d5271decc071e8a3d9111d9e6ee7a9d66b9 | /Amstel/Src/Resource/MaterialResource.cpp | 6caa06c8d0d44b4c381c9f0cdbd37ac54e88cb99 | [
"Zlib",
"MIT",
"BSD-2-Clause"
] | permissive | XoDeR/Amstel | 2fb42de3f31256eb918c7ef6c71015593b44cadd | 4cac21570d8393b0bfc6b32f648defd900492b8b | refs/heads/master | 2020-04-06T07:09:39.895731 | 2016-09-03T10:26:31 | 2016-09-03T10:26:31 | 61,146,987 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,209 | cpp | // Copyright (c) 2016 Volodymyr Syvochka
#include "Resource/MaterialResource.h"
#include "Core/Strings/DynamicString.h"
#include "Core/FileSystem/FileSystem.h"
#include "Core/Base/Macros.h"
#include "Core/Containers/Map.h"
#include "Core/Containers/Vector.h"
#include "Core/FileSystem/ReaderWriter.h"
#include "Core/Jso... | [
"xoder.vs@gmail.com"
] | xoder.vs@gmail.com |
8e63be99fda15fc0f00e564a15f7c29e05e8d1f0 | f740d1065ab9b8957e2e99e0f1cc6bee685b3fd0 | /src/qt/walletmodel.h | 8ea4eb019ac79f15d99615e3ea8187e1572d5c02 | [
"MIT"
] | permissive | BCKbit/BitChunks | 8643cafe6327997c8d7c5bca76faab6702e9468f | 380db68ef1d17afdb832f86a430101d25a42f1a1 | refs/heads/master | 2021-05-15T00:02:06.102685 | 2017-09-18T00:07:11 | 2017-09-18T00:07:11 | 103,870,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,107 | h | #ifndef WALLETMODEL_H
#define WALLETMODEL_H
#include <QObject>
#include "allocators.h" /* for SecureString */
class OptionsModel;
class AddressTableModel;
class TransactionTableModel;
class CWallet;
QT_BEGIN_NAMESPACE
class QTimer;
QT_END_NAMESPACE
class SendCoinsRecipient
{
public:
QString address;
QStrin... | [
"BCKbit@yahoo.com"
] | BCKbit@yahoo.com |
4f82a0d1ee12a48aff3e312b30d35fc31b317b16 | 027b3f6774e9ef58bdccba1e311ab2337a67195a | /WCuda/Tuto_Surface_Cuda/INC_SYMLINK/EXT/CudaBufferFactory.h | 4d94b90cc11c4bea1216faca15b7c8dc83d41dee | [] | no_license | Globaxe/CUDALOL | 6b1cb552dbaca112fffa8bb6be796fed63b50362 | 5f2cd4ccdbcb11fd8abf8bd8d62d0666d87634f8 | refs/heads/master | 2020-03-15T12:08:32.539414 | 2018-05-04T14:37:34 | 2018-05-04T14:37:34 | 132,137,704 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,543 | h | #ifndef CUDABUFFERFACTORY_H_
#define CUDABUFFERFACTORY_H_
#include "envGLSurfaceCudas.h"
#include "BufferFactory_I.h"
/*----------------------------------------------------------------------*\
|* Declaration *|
\*---------------------------------------------------------------------*/
/*-----------... | [
"cedric.pahud@he-arc.ch"
] | cedric.pahud@he-arc.ch |
9e5c5fe2c4b00c3a2c32e0a840189996e56ba931 | 6c77cf237697f252d48b287ae60ccf61b3220044 | /aws-cpp-sdk-neptune/source/model/DescribeDBParametersResult.cpp | 6d0ccfbb2ce56f87eb7d8f5e65ac865c595d3ca0 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | Gohan/aws-sdk-cpp | 9a9672de05a96b89d82180a217ccb280537b9e8e | 51aa785289d9a76ac27f026d169ddf71ec2d0686 | refs/heads/master | 2020-03-26T18:48:43.043121 | 2018-11-09T08:44:41 | 2018-11-09T08:44:41 | 145,232,234 | 1 | 0 | Apache-2.0 | 2018-08-30T13:42:27 | 2018-08-18T15:42:39 | C++ | UTF-8 | C++ | false | false | 2,478 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"magmarco@amazon.com"
] | magmarco@amazon.com |
5f51251d242101df275a7960f73ded491d274dd6 | ab9eee987f89f886d4229994217c97e7f4cd68c7 | /이진우/2주/TrafficLight.ino/TrafficLight.ino.ino | 2347e25f6ce7a699d1bee8247f65e85c817ea319 | [] | no_license | tj2562/Micon | e8e61a0be6fb90e382ff019166c7c6de31d449e2 | 76e057fb20ed48990b2e715cda54d73df44e528f | refs/heads/master | 2023-06-04T10:31:27.953688 | 2021-06-20T06:33:17 | 2021-06-20T06:33:17 | 328,312,956 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 523 | ino | //평상시 초록불이었다가 누르면 신호가 바뀐다
int green=13;
int yellow=12;
int red=11;
void setup() {
pinMode(2, INPUT_PULLUP);
pinMode(green, OUTPUT);
pinMode(yellow, OUTPUT);
pinMode(red, OUTPUT);
}
void loop() {
digitalWrite(green,HIGH); //평상시
int sw = digitalRead(2);
if(sw==0){
digitalWrite(green,LOW);
digi... | [
"77150437+ok701@users.noreply.github.com"
] | 77150437+ok701@users.noreply.github.com |
377af9a6df0a3f60a1fe0a17a3fc111093139738 | ecd866fe9df43a2d7d9f286d72f23b113491564c | /algorithms/algorithms/NM1.cpp | 5b698db96a8e2a1b88cd6806256390a8e4e69d3e | [] | no_license | LeeBoHyoung/algorithm | c8f58eb118bb63bb62117a2a8cb11287507020bf | c6255d229bfb550b38fe4e951fdbc614a9e57dfd | refs/heads/master | 2021-06-21T08:53:56.681106 | 2021-04-24T03:35:23 | 2021-04-24T03:35:23 | 206,602,984 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | #include <iostream>
#include <cstdlib>
#include <vector>
#include <algorithm>
using namespace std;
int n, m;
vector<bool> visited;
vector<int> v;
void dfs(vector<int> arr) {
if (v.size() == m) {
for (int i = 0; i < m; i++) {
cout << v[i] << " ";
}
cout << "\n";
return;
}
else {
for (int i = 0; i < n; ... | [
"dlqhgud11@naver.com"
] | dlqhgud11@naver.com |
5fb3e3800afec2ccb6ce2a9795b3dd056ad02572 | b58b041560d9383893536f9f05a0275c74a6efeb | /testsuite/probes/every_probe_heap_memory_exhaustion.cpp | a1569c4a023e2fbc71e1ec4c1b880bda219ea853 | [
"MIT",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LLVM-exception",
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | afakihcpr/cpp-sort | 314fa90342983f195edb5e70783d4d8c70883cbb | 8e4d3728f26d654899f54dc261e3765fdd782acb | refs/heads/master | 2023-08-26T11:36:42.195133 | 2021-07-27T14:31:38 | 2021-07-27T14:31:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,447 | cpp | /*
* Copyright (c) 2020 Morwenn
* SPDX-License-Identifier: MIT
*/
#include <algorithm>
#include <forward_list>
#include <iterator>
#include <list>
#include <vector>
#include <catch2/catch.hpp>
#include <cpp-sort/probes.h>
#include <testing-tools/distributions.h>
#include <testing-tools/memory_exhaustion.h>
//
// Sp... | [
"morwenn29@hotmail.fr"
] | morwenn29@hotmail.fr |
e0c535ec0d6f8839f47be492761a5b9f37a1e4b4 | 4e9f0c5fcff76bfd309c4322dcc619e250022864 | /include/displayer.hpp | 224e6358fcad30e91511a9b41062de008ed03e99 | [] | no_license | h4dex/supervisory_frame | 1d9fadb4874d329d6406fcbb1dbf2ee06ad267af | 8eba6922d27a44c8d257cd388b377dba4c3745f5 | refs/heads/master | 2021-06-16T01:09:08.073012 | 2017-04-21T07:53:58 | 2017-04-21T07:53:58 | 112,640,889 | 1 | 1 | null | 2017-11-30T17:34:44 | 2017-11-30T17:34:43 | null | UTF-8 | C++ | false | false | 819 | hpp | //
// Created by dujiajun on 2/23/17.
//
#ifndef SUPERVISORY_FRAME_DISPLAYER_HPP
#define SUPERVISORY_FRAME_DISPLAYER_HPP
#include <opencv/cv.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/shared_mutex.hpp>
#include<mutex>
#include<thread>
#include <atomic>
#include "target.hpp"
using namespace std;
us... | [
"dujiajun1994@163.com"
] | dujiajun1994@163.com |
71ff1e134a043a1d40f544ef1a07276603867d9f | 60c1ece8ba473b0a4060f94a4d61404ea1d63e3b | /sgltn/main.cc | 7a680275111ed793b4e97e47b2cc29389e149b0a | [] | no_license | antoniomzrl/gitrepo3 | 80b2e868393e8e7872ce1276dbcdc6522edac82b | 9a181a4330ce5d287c0dae7e5a305c8ea22dd747 | refs/heads/master | 2021-06-17T06:05:49.261667 | 2021-04-04T12:29:35 | 2021-04-04T12:29:35 | 82,538,975 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 232 | cc |
#include "sgltn.hh"
int main() {
MySingleton * s1 = MySingleton::getInstance();
MySingleton * s2 = MySingleton::getInstance();
MySingleton * s3 = MySingleton::getInstance();
s1->method();
s2->method();
s3->method();
}
| [
"antonio.mzrl@gmail.com"
] | antonio.mzrl@gmail.com |
fb4e3c48f15247e12866b769fe64329bc2f739d8 | b16481002e93181c58407abaf8d91e37ce177872 | /cij.cpp | b2db9904d0fe78c3197b94cdf1d040bd3a92dbcd | [] | no_license | kimorphe/RFDTD | 3e4dc99ae9714ac4800600021a3c1594bfd7392f | 9f187f2a80ee28423d343b56dc50ca0eb8a8f9bb | refs/heads/master | 2020-07-31T08:45:00.523357 | 2020-01-08T15:24:20 | 2020-01-08T15:24:20 | 210,549,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,826 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "cij.h"
#define DB 0
STIFF::STIFF(){
int i,j;
double *pt=(double *)malloc(sizeof(double)*6*6);
cij=(double **)malloc(sizeof(double *)*6);
for(i=0;i<6;i++){
cij[i]=pt+i*6;
};
for(i=0;i<6;i++){
for(j=0;j<6;j++){
cij[i][j]=0.0;
}
}
};
voi... | [
"kimoto@okayama-u.ac.jp"
] | kimoto@okayama-u.ac.jp |
1cc0caf13dc701c4ddfd674f2686c4b53adf7866 | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/core/scoring/methods/CustomAtomPairEnergy.hh | 6024abcdcaebfcbfdf9e30a4b2ef1c61ba94c980 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 3,730 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
b71e52aff031f5a742ac7722deda3c2fbb308500 | 44863906880958a2b679530c785babc2f77e9e16 | /SketchBuilding/Shader.h | 383becda033a1c378f0ea601148d6af7fa3995d0 | [] | no_license | gnishida/SketchBuilding | 72783aea4eed6eda06b6dd5882136041dbbb6674 | 707d3e28f7b6fa36d6f1792e3f5ebeb5b9d91d89 | refs/heads/master | 2021-01-10T10:48:58.602805 | 2019-12-18T05:44:14 | 2019-12-18T05:44:14 | 46,283,122 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 602 | h | #pragma once
#include <QString>
#include <vector>
class Shader
{
public:
Shader();
~Shader();
uint createProgram(const std::string& vertex_file, const std::string& fragment_file);
uint createProgram(const std::string& vertex_file, const std::string& fragment_file, const std::vector<QString>& fragDataNamesP1);
v... | [
"gnishida@purdue.edu"
] | gnishida@purdue.edu |
9bd784d109ccd8fd5ac7e747b3cd7df0ad866983 | 763116b6ec9c391e52d4436f18227dfd15890bd5 | /subarchitectures/mapping.sa/src/c++/findFarthestFreeSpacePoint.cpp | a6d0768936fdb16fcba00247890f4626ef38dca1 | [] | no_license | mario-gianni/cast | d6f0c1ca5f563c142d7faa4f605dafc6e1b22790 | 913b5ccf98c576bebd1a6d6c070fa6210887717f | refs/heads/master | 2020-05-27T01:23:15.390635 | 2013-12-17T10:56:21 | 2013-12-17T10:56:21 | 15,251,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,791 | cpp |
#ifndef FM_Find_Farthest_Free_Space_Point_CPP_
#define FM_Find_Farthest_Free_Space_Point_CPP_
// This program calculates the maximal reachable free space point in the forward direction (within an angle) that the robot can proceed to. This is calculated using the visualization marker array from the toposeg node (which... | [
"alcor@alcor.(none)"
] | alcor@alcor.(none) |
8ee88d41cfd929a51b273442ba7337826b316377 | 3c283cd167fb7b06ffafb40b4be7f644c48380dc | /include/graphics/window/WindowEvents.h | 6ee64ebc5464c62891f6668dfef082b9b8ae55f4 | [
"Apache-2.0"
] | permissive | arnozhang/strawframework | 40f47efb1b33cfb221e671c0f04ea84b2f99b9f1 | 630a9a543cc819d966f888211717423eed9a8497 | refs/heads/master | 2023-08-05T10:20:09.301655 | 2023-04-05T08:49:04 | 2023-04-05T08:49:04 | 70,670,573 | 17 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | h | /*
* Copyright (C) 2016. The Straw Framework Project.
*
* @author Arno Zhang
* @date 2016/03/29
*/
#pragma once
#include "base/def/PlatformDefine.h"
#include "base/listener/ListenerBinder.h"
#include "graphics/window/BaseWindow.h"
namespace sf {
class STRAW_FRAMEWORK_API WindowEvents {
public:
... | [
"zyfgood12@gmail.com"
] | zyfgood12@gmail.com |
8ec7b53ce6fec6de3cf914c303b7f3b920a672c2 | 0a676cf8f778a201279ccf91bba8f291656e3748 | /UI/vtkImageLuminance2.cpp | 3513b5a285e703f741f89a2b9f661c63bdbdfb91 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mrajchl/hierarchicalmaxflowgui | c3613ddc837270c60c73ce880a6363ffa18aebaa | ff06552400aff5d0cc5744290077e7db1083a131 | refs/heads/master | 2016-08-09T18:06:49.826603 | 2016-03-02T17:22:10 | 2016-03-02T17:22:10 | 52,980,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,118 | cpp | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkImageLuminance2.cxx,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
... | [
"m.rajchl@imperial.ac.uk"
] | m.rajchl@imperial.ac.uk |
df85f0e5a28bececb11d75deea4458b17eb8b8f9 | 9b4f4ad42b82800c65f12ae507d2eece02935ff6 | /src/Map/KML.cpp | 0313a5b93cb44360166ff34b73be9ae469d48e71 | [] | no_license | github188/SClass | f5ef01247a8bcf98d64c54ee383cad901adf9630 | ca1b7efa6181f78d6f01a6129c81f0a9dd80770b | refs/heads/main | 2023-07-03T01:25:53.067293 | 2021-08-06T18:19:22 | 2021-08-06T18:19:22 | 393,572,232 | 0 | 1 | null | 2021-08-07T03:57:17 | 2021-08-07T03:57:16 | null | UTF-8 | C++ | false | false | 1,746 | cpp | #include "Stdafx.h"
#include "MyMemory.h"
#include "Map/KML.h"
#include "IO/StreamWriter.h"
#include "Text/MyString.h"
#include "Text/Encoding.h"
#include "Text/XML.h"
Bool Map::KML::GenKML(IO::FileStream *fs, Data::ArrayList<const WChar*> *names, Data::ArrayListDbl *lats, Data::ArrayListDbl *lons)
{
Text::... | [
"sswroom@yahoo.com"
] | sswroom@yahoo.com |
ba040a52e935357096a97e1d0261f1fc1182bf79 | fb70b0d0bfa35a06a30780c3f0bca44db058888b | /hello-cpp/hello-headers/mylibrary.cpp | a4a21146bd58634a57d1b8584bae06f2199b6016 | [] | no_license | montehoover/hello-world | 9f0a5260e4bc7e66d19f419f07aacd8a53498f17 | 7ddc648847915ed4d0abc925f5c3b146704be84f | refs/heads/master | 2023-06-08T21:54:32.120768 | 2023-05-31T18:01:59 | 2023-05-31T18:01:59 | 213,147,097 | 0 | 0 | null | 2023-03-13T21:42:22 | 2019-10-06T10:18:08 | Jupyter Notebook | UTF-8 | C++ | false | false | 128 | cpp | #include <iostream>
void hello() {
std::cout << "hello, world" << std::endl;
}
int add(int a, int b) {
return a + b;
} | [
"monte.b.hoover@gmail.com"
] | monte.b.hoover@gmail.com |
99d439386953d7fefc4a66c7af186d4ec9798b4d | 8c6d0bfc218298f637f4dce63cb52463b9f09fad | /common/include/routing/call_counter.h | c458faec8129c285c6f341a4c09743d9768e6fe7 | [
"MIT"
] | permissive | honzatran/llvm-message-routing | 874f73a555aaae579eabcd28af779ff88acd6010 | 6878dffb935efe44fa8fdf443bfb9905ea604d29 | refs/heads/master | 2020-06-15T11:55:33.700191 | 2020-04-12T23:00:00 | 2020-04-12T23:00:00 | 195,292,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,527 | h |
#ifndef ROUTING_CALL_COUNTER_H
#define ROUTING_CALL_COUNTER_H
#include <routing/stdext.h>
#include <vector>
#include <gtest/gtest.h>
#include <spdlog/fmt/fmt.h>
namespace routing
{
namespace detail
{
class Called_exectly_base
{
public:
Called_exectly_base(int required_invocation, std::string const& name)
... | [
"tuan.tran@rapidaddition.com"
] | tuan.tran@rapidaddition.com |
ab61ee1d6dfbe833e13d2eb8087b9b7ede5d170a | 9e3882648c5ab9304117c4cfea3e60d73dff0024 | /coco_controller/src/main.cpp | 27169edfeff4b19a35ed57afd6777041aad62391 | [] | no_license | lekoook/coco_bot | d74af93ea3bc85fa694228940f864ebb621e3f9a | a65016df1224867f6fcee25a83c99c59c2a475ee | refs/heads/master | 2020-06-02T13:24:22.881001 | 2019-06-10T13:06:04 | 2019-06-10T13:06:04 | 191,168,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,227 | cpp | #include <Arduino.h>
#include <DataPackage.h>
#include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>
// Joystick related.
#define JS_1_X A0
#define JS_1_Y A1
#define JS_1_SW 4
#define JS_2_X A2
#define JS_2_Y A3
#define JS_2_SW 7
// Transmitter radio driver related.
#define CE_PIN 5
#define CS_PIN 6
// Transmitter... | [
"kokteng1313@gmail.com"
] | kokteng1313@gmail.com |
dd97c094ce05e2222a8fb7fb003c565d420e52df | f18d84f7754232ddc8665ccc041f55085341e2ae | /ElementSet.cpp | 3d70d2c763b13579c9f909a43e17ce4bf2444db8 | [] | no_license | garanga/OrpheusInverse | fe6465581913a8748a827ec2395cf2181d2628ab | 8054ece2abd0cb403ff4492b00a24c96be27aaea | refs/heads/master | 2020-03-07T14:42:59.911197 | 2018-05-05T07:20:48 | 2018-05-05T07:20:48 | 127,533,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 420 | cpp | /*
* ElementSet.cpp
*
* Created on: Apr 22, 2018
* Author: pavel
*/
#include "ElementSet.hpp"
#include "includes.hpp"
ElementSet::ElementSet(std::string name)
: _name(name)
{
}
ElementSet::~ElementSet()
{
}
void
ElementSet::addId(int id)
{
_set.push_back(id);
}
std::string
ElementSet::getName(... | [
"pavel@pavel-ThinkPad-S1-Yoga-12"
] | pavel@pavel-ThinkPad-S1-Yoga-12 |
bd5a2cdc536334c305d5167e1aaea1661e9778d3 | d65f80d89a30f2c9dc7663684ed7b724124ff7e5 | /src/gfx/Graph.h | d11dc35a076f8298a2dcd5b189389289760d06d9 | [
"Zlib"
] | permissive | Alan-FGR/mud | e53313bef4ed7f5785af99d19134d806743f4fe8 | 7186841f9b33d0f95eda6798508906ca54318bd0 | refs/heads/master | 2020-03-19T08:17:29.188638 | 2018-06-05T14:37:35 | 2018-06-05T14:37:35 | 136,191,736 | 0 | 0 | null | 2018-06-05T14:42:32 | 2018-06-05T14:42:32 | null | UTF-8 | C++ | false | false | 994 | h | // Copyright (c) 2018 Hugo Amiard hugo.amiard@laposte.net
// This software is provided 'as-is' under the zlib License, see the LICENSE.txt file.
// This notice and the license may not be removed or altered from any source distribution.
#pragma once
#ifndef MUD_MODULES
#include <obj/Graph/Node.h>
#endif
#include <g... | [
"hugo.amiard@laposte.net"
] | hugo.amiard@laposte.net |
b3a04efb360f7738fff18acb4989b490fff047ed | 5b41e312db8aeb5532ba59498c93e2ec1dccd4ff | /SMC_Frame/CEventMessageCtrl.cpp | a52daf4a41b8804752933612c68ab42f0e14e2a2 | [] | no_license | frankilfrancis/KPO_HMI_vs17 | 10d96c6cb4aebffb83254e6ca38fe6d1033eba79 | de49aa55eccd8a7abc165f6057088a28426a1ceb | refs/heads/master | 2020-04-15T16:40:14.366351 | 2019-11-14T15:33:25 | 2019-11-14T15:33:25 | 164,845,188 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 373 | cpp | // Copyright (C) 2004 SMS Demag AG
#include "CEventMessageCtrl.h"
//##ModelId=4225A601024D
CEventMessage CEventMessageCtrl::m_EventMessage;
//##ModelId=4225A6010240
const CEventMessage& CEventMessageCtrl::getEventMessage()
{
return m_EventMessage;
}
//##ModelId=4225A6010242
void CEventMessageCtrl::setEventMessage... | [
"52784069+FrankilPacha@users.noreply.github.com"
] | 52784069+FrankilPacha@users.noreply.github.com |
5e921e23b06aaf18c548b50e11456570ffd8af0a | 6035fb168576b8fdbef1a3dbc871e1a06e191278 | /final_test/20/u1183_241_C_2482043.cpp | 51b967908f1c5e1e3076611608e30079efd54447 | [] | no_license | pavellevap/code_antiplagiat | 69ef3ecea5e8e88dfd3b800c0ce351fa32ee9762 | d75603e4e25519d9bb9b9720923136e324328be4 | refs/heads/master | 2021-01-10T05:30:44.560926 | 2015-04-30T14:25:34 | 2015-04-30T14:25:34 | 45,319,257 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,312 | cpp | #include <cstdio>
#include <cstring>
#include <algorithm>
#include <iostream>
#include <string>
using namespace std;
const int MAXN = 103;
int hl, hr, n;
int a[MAXN], b[MAXN];
int v[MAXN];
char t[MAXN];
int main()
{
#ifndef ONLINE_JUDGE
freopen("in", "r", stdin);
freopen("out", "w", stdout);
#endif
scanf("%d... | [
"prorochek@gmail.com"
] | prorochek@gmail.com |
01adb69b9af69d1cace58735654dc4d21f54b5eb | 6e691ddb3dfb8a8642ddfdb067292179b90ef526 | /tests/libc/memcpy.cpp | a8d6fb8d1d401698bea4a42c3fcda1956729e6dc | [
"Apache-2.0"
] | permissive | FulcronZ/NyuziProcessor | acef01c0ef81bd1a5b7b6548fecd533a83054b7b | 759cf29b0be9a3511f236887d1d998f792295207 | refs/heads/master | 2021-01-21T02:50:19.541745 | 2015-12-24T07:45:55 | 2015-12-24T07:45:55 | 34,941,432 | 0 | 0 | null | 2015-06-23T16:17:02 | 2015-05-02T08:56:23 | C | UTF-8 | C++ | false | false | 2,002 | cpp | //
// Copyright 2011-2015 Jeff Bush
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... | [
"jeffbush001@gmail.com"
] | jeffbush001@gmail.com |
d674814987fd70a85cf97e81f7e2ba989d951acb | ec5456f71f00fe2b6933b4269440427a3af9e7b8 | /11_rfid/rfid/rfid.ino | 4681ffecc75da4f1dcfd25bd78cc526012905d3c | [] | no_license | jogoes/arduino_projects | adee5a238c7e022acf6d8b98ddb44e51bdfb899e | f094907f6288952037cbedefb5f2d607b4cb13fb | refs/heads/master | 2021-01-13T05:06:13.323130 | 2019-12-29T16:57:52 | 2019-12-29T16:57:52 | 81,246,081 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,012 | ino | /**
* Simple RFID reader demo.
*
* Demonstrates the usage of the Seeed RFID reader as described here:
* https://www.seeedstudio.com/125Khz-RFID-module-UART-p-171.html
*
* Some instructions on how to use it can be found here:
* http://www.instructables.com/id/Arduino-and-RFID-from-seeedstudio/
*
* Connections... | [
"josef.goebel@posteo.de"
] | josef.goebel@posteo.de |
a6fca3e180ed5dc6b9caf364379bd5f5216772af | e3d6c7e56fd6f080d811a12603c77fe7c4cbd74f | /ABC_C/ABC137_C_GreenBin.cpp | 73c160cfb0b7668f8c3445ed7a01bedc9e33de43 | [] | no_license | roshihie/At_Coder | d75ac55aef6a74a3e70cede4352c2b133e9a4c21 | 50757915af9e3ac97dbde3651dc3948aca6e3388 | refs/heads/master | 2023-03-16T07:56:48.058067 | 2023-03-11T21:50:54 | 2023-03-11T21:50:54 | 222,206,645 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | #include <bits/stdc++.h>
using namespace std;
using llong = long long;
void input(vector<string>& rvsStr)
{
int nStrSiz;
cin >> nStrSiz;
rvsStr.resize(nStrSiz);
for (string& rsStr : rvsStr)
{
cin >> rsStr;
sort(begin(rsStr), end(rsStr));
}
}
llong calcAnagramCnt(const vector<st... | [
"roshihie@zb.wakwak.com"
] | roshihie@zb.wakwak.com |
9d2c2807b8325cd79ca4e1b59ee71c6deb888568 | 37740c5753fa31fbfd969d6e88d420e2c803106c | /DearPyGui/src/core/AppItems/mvDebugWindow.cpp | bf2180f5f1bed8b75c89c0375b8a3434fb1b4c9a | [
"MIT"
] | permissive | dclausen/DearPyGui | 0d4a6f5a04066b8ccded46d0519259cd936f1b50 | 3e98d06feb85a8ca5885196f7059f754019677bc | refs/heads/master | 2023-01-16T02:19:04.159328 | 2020-11-16T17:16:57 | 2020-11-16T17:16:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,927 | cpp | #include "mvDebugWindow.h"
#include <misc/cpp/imgui_stdlib.h>
#include "mvApp.h"
#include "mvInput.h"
#include "Registries/mvDataStorage.h"
#include "Registries/mvTextureStorage.h"
#include "Registries/mvValueStorage.h"
namespace Marvel {
static void DebugItem(const char* label, const char* item)
{
ImGui::Text("%... | [
"jonathanhoffstadt@yahoo.com"
] | jonathanhoffstadt@yahoo.com |
533cd46678b29f01f70475f9bdcb14ab4241363e | eff78f115546959de8fd447b945e90583ecb598c | /Projects/Sketch/src/Scenes/Sketch170411.cpp | f3cab20d1c77ec4dabbfa9fe71565627b5ed3295 | [] | no_license | kuroyam/Sketch | e380489bdff666e742474c2bab50654238ce1c76 | 9ac6a69468ab43d746ddfbac80ad2b052670d85f | refs/heads/master | 2021-01-18T19:45:43.567103 | 2017-05-11T14:49:08 | 2017-05-11T14:49:08 | 86,911,225 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 598 | cpp | //
// Sketch170411.cpp
// Sketch
//
// Created by Shun Kuroda on 2017/04/11.
//
//
#include "Sketch170411.hpp"
void Sketch170411::setup() {
ofBackground(255);
ofSetColor(0);
}
void Sketch170411::update() {
}
void Sketch170411::draw() {
float centerX = ofGetWidth() / 2.0;
float centerY =... | [
"kuroyam1109@gmail.com"
] | kuroyam1109@gmail.com |
3ea6cbf1dbb239437da0f1c3e2179baea1f123d4 | 86cf43b623ba45164d46d265f419cb4538b3a1d1 | /cat/tests/snsrgtwy/radio/TestSQLitePublicKeyDatabase.cpp | 866ba6c80dde8c150eff0a3b6658110141cf0483 | [] | no_license | CentreForAlternativeTechnology/SensorGateway | d00bb897e53c291f44c2755a756c11163e2d377d | 3152381ed7b949a7f50d9b8c3c02dc0764c787a8 | refs/heads/master | 2021-01-01T19:38:21.240330 | 2015-05-20T09:23:37 | 2015-05-20T09:23:37 | 35,937,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,879 | cpp | #include <boost/test/unit_test.hpp>
#include <cstddef>
#include <cstring>
#include <cat/snsrgtwy/radio/SQLiteNodeDatabase.hpp>
namespace cat { namespace snsrgtwy { namespace radio {
BOOST_AUTO_TEST_SUITE(SQLiteNodeDatabaseTestSuite)
const char* dbname = "./test.sqlite3";
BOOST_AUTO_TEST_CASE(should_set_and_get... | [
"jonty.newman@gmail.com"
] | jonty.newman@gmail.com |
8076b34c28119a5f90691bbf4c49f726997fc3a2 | 64dccd45009486beb7c7f9595bfaa16f9442dc05 | /BaseLib/memory/shared_memory.h | 16241138a7e9f42e9f82b33d61e0e01224067066 | [] | no_license | xjyu007/BaseLib | cbb2d1baa32012a0bce1a33579336b8f93e722f2 | 46985fd2551f9e16619f361559c5a8c3a08c6ec5 | refs/heads/master | 2020-07-16T10:27:18.854060 | 2019-10-18T08:25:25 | 2019-10-18T08:25:25 | 205,770,219 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,250 | h | #pragma once
// 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 <string>
#include "base_export.h"
#include "macros.h"
#include "memory/shared_memory_handle.h"
#include "build_config.h"
name... | [
"xjyu_007@hotmail.com"
] | xjyu_007@hotmail.com |
82aa00ea3a1f07ae9777f94a4c466882fb368c67 | 595cdfb73b11f194aade4a6e0fc7ba38ecfd356d | /tp1/source/handlers/SignalHandler.cpp | 092bbd3bfe241e63ee23f611847a6f6fc053d68c | [] | no_license | MartinCura/tp-concurrente | d9f5140b40d1e1d8f11f3ffd92f7d82e26e4692a | 800c6ce464b5658a9f883ba1a7a8778e4f8eaa02 | refs/heads/master | 2021-01-12T14:53:41.053151 | 2016-10-24T18:42:34 | 2016-10-24T18:42:34 | 68,937,015 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,281 | cpp | #include "../../include/handlers/SignalHandler.h"
SignalHandler* SignalHandler :: instance = NULL;
EventHandler* SignalHandler :: signal_handlers [ NSIG ];
SignalHandler :: SignalHandler () {
}
SignalHandler* SignalHandler :: getInstance () {
if ( instance == NULL )
instance = new SignalHandler ();
return inst... | [
"emanuelcondo@gmail.com"
] | emanuelcondo@gmail.com |
30590cedf785e6934cf809bd0919e5d55676a6c0 | 5740ea2c2d9d5fb5626ff5ad651f3789048ae86b | /PlasmaLibraries/Common/Utility/Image.hpp | 32c9219198a418ed3b70724a82c80abb3b6ee1b3 | [
"MIT"
] | permissive | donovan680/Plasma | 4945b92b7c6e642a557f12e05c7d53819186de55 | 51d40ef0669b7a3015f95e3c84c6d639d5469b62 | refs/heads/master | 2022-04-15T02:42:26.469268 | 2020-02-26T22:32:12 | 2020-02-26T22:32:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,615 | hpp | ///////////////////////////////////////////////////////////////////////////////
///
/// \file Image.hpp
/// Image class.
///
/// Authors: Chris Peters
/// Copyright 2010-2012, DigiPen Institute of Technology
///
///////////////////////////////////////////////////////////////////////////////
#pragma once
namespace Pla... | [
"dragonCASTjosh@gmail.com"
] | dragonCASTjosh@gmail.com |
23b8488ff54311f7d79d0a6771cd34bf763d4d3c | 41a76318e5b9eef2c69bbf922724f8b191d7d124 | /kokkos/core/unit_test/openmptarget/TestOpenMPTarget_MDRange_d.cpp | 7b5ade89d81d62ea8ccdc7432370ccb870f5ad93 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | zishengye/compadre | d0ff10deca224284e7e153371a738e053e66012a | 75b738a6a613c89e3c3232cbf7b2589a6b28d0a3 | refs/heads/master | 2021-06-25T06:16:38.327543 | 2021-04-02T02:08:48 | 2021-04-02T02:08:48 | 223,650,267 | 0 | 0 | NOASSERTION | 2019-11-23T20:41:03 | 2019-11-23T20:41:02 | null | UTF-8 | C++ | false | false | 2,090 | cpp |
/*
//@HEADER
// ************************************************************************
//
// Kokkos v. 3.0
// Copyright (2020) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Gover... | [
"pakuber@sandia.gov"
] | pakuber@sandia.gov |
c10ae3bf4187b22d47f60741fe00a6ea2c4cab97 | f011887ee9df7792dfc8f0d96cccf446e955b7f5 | /Algorithm/2019/9663 N-Queen.cpp | 432c01c1b9b921abbb7a4a3aca50f15da23d7eb1 | [] | no_license | tnsgud9/algorithm | eccc607d33aeb6c29e1fa4a970556300daf4a0ab | 7c6bf6465f2fc85783edbfd06ac28e93bb06f793 | refs/heads/master | 2022-12-04T17:29:42.043473 | 2022-11-21T14:02:34 | 2022-11-21T14:02:34 | 244,167,508 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,338 | cpp | #include <iostream>
#include <vector>
using namespace std;
vector<vector<int>> map;
int N;
int cnt = 0;
// 현재 배열을 넘겨주면서 처리하는 방법
// 재귀 함수 이후 처리가 없어서 깔끔해 보일 수 있으나
// 파라미터 값으로 vec가 들어가기 떄문에 메모리 크기가 커진다.
void n_queen(vector<vector<int>> vec,int y, int x) {
for (int i = 0; y-i > 0; i++) {
if (vec[y - i][x] == 1) re... | [
"tnsgud9@naver.com"
] | tnsgud9@naver.com |
27104aaf79fcd706f2f82b13f7500437cbac923d | a0083508bd1b5fbca2932aba10e4778f1e7b1f5c | /Renderer/src/modelViewerVBO.cpp | 9cbfd69e01f0085f56fc2a18b48ce56e2f1925a2 | [
"MIT"
] | permissive | adlawren/Computer-Graphics-Exercises | 6bad79f7a81c0b09af4b7529d7c8f51069f06707 | 423630715416105632e624ea78b5a574eb80323e | refs/heads/master | 2021-03-27T15:49:44.017766 | 2017-12-08T06:02:15 | 2017-12-08T18:21:45 | 104,153,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,716 | cpp | #include <GL/glew.h>
#include <GL/freeglut.h>
#include <algorithm>
#include <exception>
#include <fstream>
#include <iostream>
#include <stdexcept>
#include <sstream>
#include <vector>
#include "Model.hpp"
#include "ModelFactory.hpp"
#include "Camera.hpp"
#define VERTICES 0
#define INDICES 1
// Bu... | [
"adlawren010@gmail.com"
] | adlawren010@gmail.com |
ecc5b47b3a5a1e5ecf7de4b1146e43a9823c27c0 | 2d42a50f7f3b4a864ee19a42ea88a79be4320069 | /source/tests/test_create_opengl_window/test_create_opengl_window.cpp | 53d178aa091e12c74746ad9eea85a619afa94cb3 | [] | no_license | Mikalai/punk_project_a | 8a4f55e49e2ad478fdeefa68293012af4b64f5d4 | 8829eb077f84d4fd7b476fd951c93377a3073e48 | refs/heads/master | 2016-09-06T05:58:53.039941 | 2015-01-24T11:56:49 | 2015-01-24T11:56:49 | 14,536,431 | 1 | 0 | null | 2014-06-26T06:40:50 | 2013-11-19T20:03:46 | C | UTF-8 | C++ | false | false | 439 | cpp | #include "test_create_opengl_window.h"
namespace Test1
{
class MyApp : public Punk::Application
{
public:
virtual void OnRender(Gpu::Frame*) override
{
}
};
void Test::Run()
{
MyApp app;
try
{
app.Init(Punk::Config());
System::Mouse::Instance()->LockInWindow(false);
ap... | [
"nickolaib2004@gmail.com"
] | nickolaib2004@gmail.com |
bc221901d65196f44ed64d9cf88b7e6efc9b9ff0 | 126db6da17d7f2a61433f6b49119a303d26f138f | /src/qt/sendcoinsdialog.cpp | ce3c1da24f94d50f26de25e480e965439ef7e124 | [
"MIT"
] | permissive | cobracoindev/newcobra | 38fe1fc8ccc4d14d1c7c1b924b85a63493665633 | ba826f7ed48ef93720219a84ad78c8ae3548448c | refs/heads/master | 2021-01-19T00:53:56.828074 | 2016-06-18T20:53:00 | 2016-06-18T20:53:00 | 61,452,502 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,900 | cpp | #include "sendcoinsdialog.h"
#include "ui_sendcoinsdialog.h"
#include "init.h"
#include "walletmodel.h"
#include "addresstablemodel.h"
#include "addressbookpage.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "optionsmodel.h"
#include "sendcoinsentry.h"
#include "guiutil.h"
#include "askpassphrased... | [
"cobra@scryptmail.com"
] | cobra@scryptmail.com |
719930e74e93b5d21c0910a3b41e7739026f6d7f | eb2b2cb0d4d491006f23004e26e6b387fcad4a82 | /GUI/Source/Scene/ShellEntity.h | a981544210ccd6c949ad5aadac44c0bb6c6ca770 | [] | no_license | fennec2000/CO3301-18-19-Tank-Assignment | 2bc540cae29b897c81292b723bf25fd4c2149bd3 | 0aba4aa9628806e8dcf800b0e92cd683c58766e1 | refs/heads/master | 2020-04-05T12:21:59.252845 | 2019-01-16T15:15:02 | 2019-01-16T15:15:10 | 156,866,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,467 | h | /*******************************************
ShellEntity.h
Shell entity class
********************************************/
#pragma once
#include <string>
using namespace std;
#include "../Common/Defines.h"
#include "../Math/CVector3.h"
#include "Entity.h"
namespace gen
{
//**** No need for a template class for... | [
"coolforthisworld2000@hotmail.com"
] | coolforthisworld2000@hotmail.com |
aa7e64ba16b84b74e7831399370049c947f9eac8 | abf4f794926d4862af2b456cab8a17de4cf5243f | /teacher.h | 0001cc2fedcd07bae915b2c120bb7a1e0dc0e47c | [] | no_license | kuangjiHU/- | 20778de69a479d88209c54eb6f600d54c147f7ba | b938f70b20ac8ff4ce9ffb73dd92d9f81f6eb9ca | refs/heads/main | 2023-01-22T09:00:02.474683 | 2020-11-24T05:37:34 | 2020-11-24T05:37:34 | 315,529,717 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 394 | h | #pragma once
#include "Identity.h"
#include"globalFile.h"
#include"orderFile.h"
#include<vector>
class Teacher :public Identity
{
public:
// 默认构造
Teacher();
// 有参构造
Teacher(int empId, string name, string pwd);
// 菜单
virtual void operMenu();
// 查看所有预约
void showAllOrder();
// 审核预约
void validOrder();
... | [
"1317465126@qq.com"
] | 1317465126@qq.com |
fe2e35f33a60e38701b4ba98fd6917520d8fbfff | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_0002_Cantina_parameters.hpp | cb54b371b200632e1e25351e0e06e9f3e125c0fb | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 359 | hpp | #pragma once
// TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_0002_Cantina_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
}
#if... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
eedc61f5a625d1bcb3300d5b38c5ba58bc3fb468 | d939ea588d1b215261b92013e050993b21651f9a | /cdn/src/v20180606/model/UrlRedirect.cpp | ba40efb8254bd8fd6799ed1449fd816c1d27b695 | [
"Apache-2.0"
] | permissive | chenxx98/tencentcloud-sdk-cpp | 374e6d1349f8992893ded7aa08f911dd281f1bda | a9e75d321d96504bc3437300d26e371f5f4580a0 | refs/heads/master | 2023-03-27T05:35:50.158432 | 2021-03-26T05:18:10 | 2021-03-26T05:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,572 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
5ab09debb686939c0e69aaed924a64cfcda88d0a | 6d9349c7bbf9a0cae1a9b7026e54cbeee526023d | /src/comfoair/CanAddress.cpp | f1ecc378368b8fb6ffb2811847d415997ffe3fe1 | [
"MIT"
] | permissive | Arnold-n/comfoair-esp32 | 6444f5d4d12b03687f54195e3f0a683c2abc3d81 | 82717787ce3977fb4bfb32ba706a6b47809bc3b7 | refs/heads/master | 2023-06-21T16:53:04.167325 | 2021-07-13T11:58:36 | 2021-07-13T11:58:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | cpp | #include <inttypes.h>
#include "CanAddress.h"
namespace comfoair {
CanAddress::CanAddress(uint8_t srcAddr, uint8_t dstAddr, uint8_t unknownCounter, bool multimsg, bool errorOccurred, bool isRequest, uint8_t seqNr) {
this->srcAddr = srcAddr;
this->dstAddr = dstAddr;
this->unknownCounter = unknownCounter;... | [
"vekexasia@gmail.com"
] | vekexasia@gmail.com |
68c81be43d89fd3d78da316cb58fdc144880ab66 | 4db400fda40e71df68e71a9aa357d3d93103da20 | /Pacman/Event_listener.cpp | 3645dd87b5431de587bb7d617705d6dd1af33431 | [] | no_license | morgetai/Pacman | 2faf8559afeac5c9dbc16a125df5e2ae99c0a733 | 863e1f1727b9b2e70fe7ab75ca0f093c462ab37f | refs/heads/master | 2020-05-01T05:36:06.528865 | 2019-06-20T18:13:35 | 2019-06-20T18:13:35 | 177,306,467 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,448 | cpp | /**
*************************************************************************************************************************
* @file Event_listener.cpp
* @author Hridin Andrii
* abgridin@gmail.com
* @date 14-March-2019
* @brief Class for events listening. Implementetion of observer patter... | [
"abgridin@gmail.com"
] | abgridin@gmail.com |
c7a8af1a48dc6188cfce6da1106e454458d93316 | 180d0dae53f47150ae470a179400c6608681f490 | /2444_corr.cpp | 9bc5b7ce98f4d2e95cb8e9165813c6a290015b1a | [] | no_license | moonloves/Algorithm | b93ac97102d41455275b3c73a36b91a58f4d1305 | b0421d36b7c23ab413b29fda36c18d506fd8ac1a | refs/heads/master | 2022-12-19T00:07:06.545344 | 2020-09-14T14:14:03 | 2020-09-14T14:14:03 | 295,394,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | #include <iostream>
using namespace std;
int n;
int main() {
ios::sync_with_stdio(false);
cin.tie(NULL);
cin >> n;
for (int i = 0; i < n; i++) // 5
{
for (int j = n - 1; j > i; j--) // 4 3 2 1 0
{
cout << " ";
}
for (int k = 0; k <= 2 * i; k++) // 1 3 5 7 9
{
cout << "*";
}cout << endl;
}
... | [
"moonji980320@gmail.com"
] | moonji980320@gmail.com |
ed8e6884fe059f4479569a60ba030bd655aefe92 | e1cb14fab47a3dc1ed1ad3ee5fdb28d6743aa184 | /Handler_NavigateManipulator.cpp | 9a224a4ab6a2c59bed249570db1edf4b6ccb5eaa | [] | no_license | sid1980/OSGcamera-manipulator | 0dca96c1a444060cef895b63c0fb6a7abe962272 | 2aeb7c30b6a5fb9255b1ce37a3482b52631e0bf0 | refs/heads/master | 2023-03-19T04:12:27.727932 | 2018-06-06T07:13:30 | 2018-06-06T07:13:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,360 | cpp | #include "Handler_NavigateManipulator.h"
//#include "../utils/utils.h"
#include <osg/Plane>
#include <osg/Depth>
#include <osgDB/ReadFile>
#include <osg/ShapeDrawable>
#include <osgViewer/View>
#include <osgUtil/LineSegmentIntersector>
#include <iostream>
using namespace osg;
using namespace osgGA;
using namespace o... | [
"1010171045@qq.com"
] | 1010171045@qq.com |
941d955af4d861fa5d53033e0d19c738b8348634 | 243af6f697c16c54af3613988ddaef62a2b29212 | /firmware/uvc_controller/mbed-os/features/storage/filesystem/littlefs/TESTS/filesystem_recovery/resilience_functional/main.cpp | a263ccd26a7354bd0abb417bd8f54c5252e956f8 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | davewhiiite/uvc | 0020fcc99d279a70878baf7cdc5c02c19b08499a | fd45223097eed5a824294db975b3c74aa5f5cc8f | refs/heads/main | 2023-05-29T10:18:08.520756 | 2021-06-12T13:06:40 | 2021-06-12T13:06:40 | 376,287,264 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,103 | cpp | /* mbed Microcontroller Library
* Copyright (c) 2017 ARM Limited
*
* 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
*
* Unles... | [
"13125501+davewhiiite@users.noreply.github.com"
] | 13125501+davewhiiite@users.noreply.github.com |
556c49b15e20051f64c5623c94e0b130eda18067 | 719ca866888053c63c4f76207f3792b0a46b5c8a | /Libraries/VortexAnimatSim/VsHinge.h | 0519dd6028abd3178326e32fa03678e7e728b417 | [] | no_license | silicondosa/AnimatLabPublicSource | 08e71f28c221881bf8527bb95df8cf530c455ca0 | c5b23f8898513582afb7891eb994a7bd40a89f08 | refs/heads/master | 2023-03-20T02:16:00.390767 | 2016-10-04T18:17:59 | 2016-10-04T18:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,575 | h | /**
\file VsHinge.h
\brief Declares the vortex hinge class.
**/
#pragma once
namespace VortexAnimatSim
{
namespace Environment
{
/**
\namespace VortexAnimatSim::Environment::Joints
\brief Joint classes that use the vortex physics engine.
**/
namespace Joints
{
/**
\brief V... | [
"dcofer@NeuroRoboticTech.com"
] | dcofer@NeuroRoboticTech.com |
f53859125d057922c1b2a1a32849efda4f56cf25 | 327ee79a73ecfe0017977b34a07633bf7442d7dc | /myd3d/Components/Camera/OrthoCamComponent.h | 3f71d3664fd9fda5aea52be802558ac33003e652 | [] | no_license | IdiotCoderCodie/myd3d | cdd12368375c2c1fa4ab99f1d62057ed72450f45 | ba73f0570f9fc725ee50caabaafb05149e6c3378 | refs/heads/master | 2020-06-01T18:18:16.820237 | 2014-05-10T14:41:13 | 2014-05-10T14:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | h | #pragma once
#include "CameraComponent.h"
class OrthoCamComponent : public CameraComponent
{
public:
OrthoCamComponent();
OrthoCamComponent(float left, float right, float bottom, float top);
~OrthoCamComponent();
void ComponentID(componentId_t& out) const;
private:
};
| [
"c.j.collinge@live.co.uk"
] | c.j.collinge@live.co.uk |
0540eba2c2d08cbe9353360a993761878d4eeff9 | d2af2477ac51fca468ea1e311a768dd6eaa30c3a | /test/libevent/httpClient/httpclient_ypl.h | f68797e7614b9ca201c81188b12a893ab72008b6 | [
"MIT"
] | permissive | yefy/skp | 35f43fe8312a4418ae19e5eb4df08509753f6c5d | a9fafa09eacd6a0a802ea6550efd30ace79e4a4f | refs/heads/master | 2021-01-10T01:06:11.511514 | 2016-04-07T08:15:06 | 2016-04-07T08:15:06 | 54,396,970 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 782 | h | #ifndef HTTPCLIENT_YPL_H
#define HTTPCLIENT_YPL_H
#include <string>
#include <event2/util.h>
struct evhttp_request;
struct evhttp_connection;
class HttpClient_YPL
{
public:
HttpClient_YPL();
static char *uriEncode(const char *uri);
static char *uriDecode(const char *uri);
static void onRequestDone(... | [
"yefy@localhost.localdomain"
] | yefy@localhost.localdomain |
4489b962b2d8dd427bd88f86c85fb95aa98f7da4 | 88fa9b949ac169e4fe1bfc25ab0942894d6421a6 | /src/requesthandler.h | 59ab27e872dee12fadd32ea3ea93f268b8c34725 | [] | no_license | nwoki/agatha-server | 0c43f1d01e4a775a2e9895249737cd37ef7ead4a | e6dd4dd97ce025ee422bc1bcd660cc3b61fdc048 | refs/heads/master | 2020-05-22T14:02:56.351866 | 2014-02-01T18:48:17 | 2014-02-01T18:48:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,030 | h | /*
* requesthandler.cpp
*
* This file is part of Agatha
* Copyright (C) 2012-2013 Francesco Nwokeka <francesco.nwokeka@gmail.com>
*
* Author Francesco Nwokeka <francesco.nwokeka@gmail.com>
*/
#ifndef REQUESTHANDLER_H
#define REQUESTHANDLER_H
#include "commandexecuter.h"
#include <QtCore/QObject>
class Comman... | [
"francesco.nwokeka@gmail.com"
] | francesco.nwokeka@gmail.com |
7682010e76d0fda89423a7ffcdec5415860cc132 | fb227e3635b5c06e49bad48928f7b6d3254c4dca | /codeforces/538div2/b.cpp | 36655278f0fb0e49220e9c85acc21cfbc564fefd | [] | no_license | BryanValeriano/marathon | 5be2ab354e49187c865f0296f7dfb5ab3c3d6c9b | 8dadfad7d1a6822f61ba5ed4a06e998541515634 | refs/heads/master | 2022-09-11T00:06:14.982588 | 2022-09-03T17:01:30 | 2022-09-03T17:01:30 | 141,581,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,058 | cpp | #include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define mk make_pair
#define fi first
#define se second
#define eb emplace_back
typedef long long ll;
typedef pair<int,int> ii;
typedef vector< pair<int,int> > vii;
const int INF = 0x3f3f3f3f;
const int T = 2e5 + 10;
int v[T];
ii ve[T];
bool cmp(cons... | [
"bryan_311@hotmail.com"
] | bryan_311@hotmail.com |
f06a32715de0e769f50f9aad70f673c50fe16303 | b71556aee4654b48e91ba8124a3a8ded26de273e | /USST_Practice/20200301/D.cpp | 8473579afa8fe2925f7fec64976d47474c8ad0f5 | [] | no_license | young-zy/algorithm | 0255a327390c6b149870b34fbd34816dc002e82e | 536eddd9a6bc03e81c566afa05c53f555eb14a86 | refs/heads/master | 2021-07-23T07:23:29.929221 | 2020-04-23T16:33:28 | 2020-04-23T16:33:28 | 149,439,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | cpp | #include<bits/stdc++.h>
#define endl "\n"
const int INF=0x3f3f3f3f;
using namespace std;
int a[200005];
int findroot(int c){
if(a[c] == -1){
return c;
}else{
return a[c] = findroot(a[c]);
}
}
void merge(int b, int c){
c = findroot(c);
b = findroot(b);
if(c == b){
ret... | [
"youngzhaozhou@gmail.com"
] | youngzhaozhou@gmail.com |
ac68ee4563bbb9972943ff01f74dde09ca3e0984 | 8cf32b4cbca07bd39341e1d0a29428e420b492a6 | /contracts/libc++/upstream/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp | 05300422cfd2cde656c0ff3a3316202c4d854e49 | [
"NCSA",
"MIT"
] | permissive | cubetrain/CubeTrain | e1cd516d5dbca77082258948d3c7fc70ebd50fdc | b930a3e88e941225c2c54219267f743c790e388f | refs/heads/master | 2020-04-11T23:00:50.245442 | 2018-12-17T16:07:16 | 2018-12-17T16:07:16 | 156,970,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | cpp | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===---------------------------------... | [
"1848@shanchain.com"
] | 1848@shanchain.com |
ed9ff78afd1903f165216545e73d83105a78f2c7 | a2b9cf6c4ed426be339c5d00659a507934c4a1b9 | /http/request_handler.cpp | 1bbfc392d2e72f5155005a2d516457d2611c920d | [] | no_license | mincer/simplest_http_server | e8834dcb0cd9b63f7a1baac1466bedd0a2a0612a | 39d32de4cce337600624259be7e54bbb1b29f00e | refs/heads/master | 2021-01-15T23:50:10.138392 | 2012-08-27T12:16:37 | 2012-08-27T12:16:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,876 | cpp | #include "request_handler.h"
#include "mime_types.h"
#include "request.h"
#include <sstream>
#include <fstream>
namespace Http
{
namespace
{
bool IsAbsolutePath(const std::string& path)
{
return !(path.empty() || path[0] != '/' || path.find("..") != std::string::npos);
}
std::string GetExtension(const std::str... | [
"mincer.info@gmail.com"
] | mincer.info@gmail.com |
b0939e74025ee02b21ecbdaffbe04c02bbd64ec8 | 1c97bbec1444da2b9d55491d05e6184da4b125cd | /c++/chaveSegurancaPrograma.cpp | d20735df5ac84514200c1fe9e0ae4436c6e34c38 | [] | no_license | guilhermeblima/random-exercises | a8cd66679e7dc46a7cbca46d5f14c7d60346518b | e117ed875f80f71fb31deb4e87e428085ab6d6c6 | refs/heads/master | 2021-08-19T16:29:32.041823 | 2017-11-26T22:46:02 | 2017-11-26T22:46:02 | 111,628,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,798 | cpp | #include <iostream>
using namespace std;
int realizarSomaValoresPrimeiraLetra(string nomeMae, string nomePai, string nomeCliente){
return (nomeMae[0]+nomePai[0]+nomeCliente[0])/10;
}
int calculaRestoProdutoAnoNascimentoCPF(int anoNascimento, int cpf){
return (anoNascimento * cpf) % 100;
}
int calculaDigitos... | [
"guilhermelima.iba@gmail.com"
] | guilhermelima.iba@gmail.com |
9ba66ff6278eea2d13f82ae458dde9186a02a742 | 8b461323d1dfc94e3d5ef3449cc8fcce7ee9de77 | /congcongclient/Classes/Game/ZJH/TLJPlayer_Panel.cpp | 96bd20d5d516133cacddc81d1ed78e9aff386441 | [
"MIT"
] | permissive | Crasader/18_TTL | 5c324623207fff1c187f8d26a9cdc5097e105850 | 4489bd5cfcf10eb9ebf4232cde822c40f5be6960 | refs/heads/master | 2020-12-12T03:19:21.529121 | 2019-01-25T05:00:11 | 2019-01-25T05:00:11 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,696 | cpp | #include "TLJPlayer_Panel.h"
#include "TLJGameScence.h"
#include "GAME.h"
#include "TLJAnimation.h"
#include UTILITY_WIDGET
#include UTILITY_CONVERT
#include UTILITY_MATH
#include IMAGE_DOWN
FV_SINGLETON_STORAGE(TLJPlayer_Panel);
TLJPlayer_Panel::TLJPlayer_Panel()
:m_wInitiatorChairID(0)
,m_wLoseID(0)
{
init();
}
... | [
"taotingfu819@163.com"
] | taotingfu819@163.com |
15ed880d87653ced85a3e16c6765ea9de7a61105 | c45511f1d650751d4f3aa685fde49eb6baa24a08 | /src/daemon/protocol.h | f16da6cb124ccb04fb41a398e84a3be7e5924f6b | [
"BSD-3-Clause"
] | permissive | cutcoin/cutcoin | 41a64eb853d209868b2f37bd7675e833fcdb6c7b | 2cec00c3b98b7d67a43cd9310271e1de05309c40 | refs/heads/master | 2023-09-03T17:23:14.797983 | 2021-04-06T17:26:12 | 2021-04-06T17:26:12 | 162,971,729 | 9 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,917 | h | // Copyright (c) 2018-2021, CUT coin
// Copyright (c) 2014-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 th... | [
"info@cutcoin.org"
] | info@cutcoin.org |
5d8045079d8ef48dfe2b2ca7d53c7998214683af | 6b5bddc107b800f7fd658413cf626ed6f801ed36 | /rdata/player.cpp | 472e45d47109deb636b09cb3b4dfe77b5bf82622 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | ashr/notes | 6c5cc00c1b0a2e30e87755b6f5ee32d463f28ed5 | c449d10374b0bded8177e318892fdd58bcce3524 | refs/heads/master | 2021-05-11T04:39:22.877171 | 2018-01-17T15:01:05 | 2018-01-17T15:01:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | // address: 0x47F204
//
// +Infinity
float player_inf;
// address: 0x47F208
//
// player_armors maps from armor animation to letter used in graphic files.
char player_armors[3];
// address: 0x47F20C
//
// player_weapons maps from weapon animation to letter used in graphic files.
char player_weapons[9];
// address: 4... | [
"rnd0x00@gmail.com"
] | rnd0x00@gmail.com |
cb006ee5037762028b86c1e52dc3f5cbaadc83cb | dbea9250c626838247fc92e5ed2b9b723ddc4da3 | /TOPH/Replay of MBSTU Lockdown Contest -1/C_Geometry Is Fun! Huh!!.cpp | a3ff2a7d5bca62621e41c88a3d5a5f32a4bd2f2a | [
"MIT"
] | permissive | ASM-ATIKUR/Competitive_Programming_Atikur_Rahman | 8db639403ef89a6374b9bcc4c430e816664b47f2 | 9552e4dca7daad5c07542514d4b8c8baabea1989 | refs/heads/main | 2023-08-25T11:59:49.593390 | 2021-09-23T08:06:45 | 2021-09-23T08:06:45 | 338,761,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,320 | cpp | /***
** A S M Atikur Rahman
** Updated: 08-06-2020
***/
//#include <bits/stdc++.h>
#include<iostream>
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
#include<cstring>
#include<cctype>
#include<time.h>
#include<climits>
#include<vector>
#include<string>
#include<stack>
#include<queue>
#include<map>
#includ... | [
"atikur.ice18@gmail.com"
] | atikur.ice18@gmail.com |
fb9e72fdde69250b6744215a7b0759cd338a2830 | 90e7b9cdf3a26be781cdb016dfd41467aabfe897 | /src/plugins/contrib/wxSmith/wxwidgets/wxwidgetsres.h | eb00ea4c70037b5ee2fa382d8bc2643324f608dd | [] | no_license | Akhireddy/test1 | 3d25f8caa90ae231a398e596646583c31f25b5ec | a978e43d9db772617cc871f65967a8a76e33f182 | refs/heads/master | 2021-05-07T14:12:01.554716 | 2017-11-08T14:51:50 | 2017-11-08T14:51:50 | 109,842,992 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,581 | h | /*
* This file is part of wxSmith plugin for Code::Blocks Studio
* Copyright (C) 2006-2007 Bartlomiej Swiecki
*
* wxSmith is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | [
"akhir1989@gmail.com"
] | akhir1989@gmail.com |
42e04110d1228b4beaa6d0ce36e4c9cc6400c374 | e7864fd7da05e37738697ff4ed897f521dec549c | /app/factorial/test/tests.cpp | ecbe4033380799c7a8178005cd65ec93e00b8c3a | [
"MIT"
] | permissive | Ram-Z/cpp-template-project | 730f12f825182d343ad3930b2c65f84ccc3fbc8e | ea601621a91e86c9f069cd5274a83d1b66feddd0 | refs/heads/master | 2021-01-24T07:01:43.264489 | 2017-06-04T17:43:12 | 2017-06-04T17:55:18 | 93,330,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp | #define CATCH_CONFIG_RUNNER
#include <catch.hpp>
#include <QApplication>
#include <algorithm>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
int result = Catch::Session().run(argc, argv);
return result > 0xff ? 0xff : result;
}
| [
"me@rmz.io"
] | me@rmz.io |
96accc0af96890e3a47209df347dbbfab050d141 | 99566774a6ddd652f5520916aa924b6c8ad01461 | /Source/Voxel/Public/VoxelData/VoxelData.h | 037069692d5530627d102f47d32fffb2ea3db131 | [
"MIT"
] | permissive | aurodev/VoxelPlugin | 20c8e6d0069e4da28c95c304bdf0241d4fe11875 | bd1679a3541485a9e2e9555deaba43f9b38607b2 | refs/heads/master | 2021-04-17T13:02:27.660228 | 2020-01-26T10:02:46 | 2020-01-26T10:02:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,553 | h | // Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "VoxelMaterial.h"
#include "VoxelValue.h"
#include "VoxelRange.h"
#include "IntBox.h"
#include "VoxelDiff.h"
#include "VoxelConfigEnums.h"
#include "VoxelQueryZone.h"
#include "VoxelOctreeUtilities.h"
#include "VoxelWorldGenerator... | [
"phyronnaz@gmail.com"
] | phyronnaz@gmail.com |
25a533d4a2eaa23a2551533c0a4b0a0592f82181 | a077c0674ab44e32dbb36516d2803e71c0f13f47 | /unreal/Source/Astrum/AstrumPlayerController.h | 5bd68ce1a17b372c4d8887c5e682e375a96adec0 | [
"MIT"
] | permissive | explore-astrum/astrum | 25b8d6db4e11e6f348690938460eb9615b83e594 | 868fa6d28e1c44d0a99a72edc7f6b5b7d818da07 | refs/heads/master | 2023-01-10T04:44:09.161998 | 2019-07-05T07:45:59 | 2019-07-05T07:45:59 | 124,471,443 | 2 | 0 | MIT | 2023-01-07T06:33:07 | 2018-03-09T01:44:41 | C++ | UTF-8 | C++ | false | false | 1,744 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
//#include "Interop/Connection/SpatialWorkerConnection.h"
//#include "Interop/SpatialStaticComponentView.h"
//#include "EngineClasses/SpatialGameInstance.h"... | [
"thomasjwall1@gmail.com"
] | thomasjwall1@gmail.com |
866ab0b47ac85b3885a729ed1eab6d01f3a5404d | acb638bd586da7baf3c5842a0eb7296356dcf65e | /src/LoopController.cpp | 0fcaf1bd9ddcfa4fbe4b8590d07630bc1450207d | [] | no_license | AVividLight/Thousand-Days-and-a-Day | 29d0c4c2d0f118043537fe4f08f225be867e98a1 | 854c5b87744a8db938dedcc3c983f978b030befa | refs/heads/master | 2016-09-13T09:05:40.978489 | 2016-06-02T17:03:58 | 2016-06-02T17:03:58 | 56,354,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,626 | cpp | #include "LoopController.h"
int LoopController::CoreLoop ()
{
if (StartSDL () != 0)
{
std::cout << "Unable to start SDL! [LoopController.cpp - int StartMainLoop() : 10]" << std::endl;
return 1;
}
logicDelegate.Initialize ();
renderManager.Initialize ();
while (m_mainLoop == true)
{
if (Even... | [
"gibsonbethke@gmail.com"
] | gibsonbethke@gmail.com |
e7176447f3a59c3304a37d2281d01fce3a6b2609 | 060e97b793089cc268ede7836708fffdef948c0d | /Game_design/gmlibsceneloader/setcollapsedstructure.h | 88c20d400779f3341ddb0edea9d199d928eb7d3f | [] | no_license | DineshShrestha/UiT | 0ef93004388861142569996b5b248acbd21b836b | 80bcd2c72d8a5b9c1779bb5c41a8089fcb4d4f79 | refs/heads/master | 2020-05-05T03:40:56.518135 | 2019-04-05T13:11:41 | 2019-04-05T13:11:41 | 179,682,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 524 | h | #ifndef SETCOLLAPSEDSTRUCTURE_H
#define SETCOLLAPSEDSTRUCTURE_H
#include "sceneobjectdatastructure.h"
class SetCollapsedStructure : public SceneObjectDataStructure
{
public:
SetCollapsedStructure();
~SetCollapsedStructure() = default;
bool ValidateSubstructure(const ODDL::DataDescript... | [
"dinu.shrestha777@gmail.com"
] | dinu.shrestha777@gmail.com |
080804efe6c660613fa1e60817ab2653f5d5a689 | 1fb628a4604b1439b0bb0350417c6d1d4526afb7 | /Plugins/GoogleSTT/Intermediate/Build/Win64/UE4Editor/Development/GoogleSTT/Module.GoogleSTT.cpp | a5cd0f0e2ea98d40d210abdd403230d36d1cb88f | [] | no_license | repl-wpi/UE4-Google-Speech-to-Text-Plugin | f8cc0a8b46f8572c479e9977738e3b821e67c584 | 130696d1b754f1f75a07b63343d15fc53f7af263 | refs/heads/main | 2023-03-24T20:23:01.953202 | 2021-03-07T06:52:34 | 2021-03-07T06:52:34 | 346,125,351 | 2 | 0 | null | 2021-03-09T19:46:39 | 2021-03-09T19:46:39 | null | UTF-8 | C++ | false | false | 512 | cpp | // This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "D:/Unreal Project/bptest/Plugins/GoogleSTT/Source/GoogleSTT/Private/GoogleSpeechRecognition.cpp"
#include "D:/Unreal Project/bptest/Plugins/GoogleSTT/Source/GoogleSTT/Private/GoogleSTT.cpp"
#include "... | [
"56232467+Vakarian15@users.noreply.github.com"
] | 56232467+Vakarian15@users.noreply.github.com |
d02b4c98dc0508ae9b4d18be822f45a441a98583 | 204e3c49a56a475295fce3f06f320ebc77d32a9f | /HSOOP/C_CH_IncapNoRecoil.cpp | 46ae5777aaef2582d931b83efae392b3a85c4176 | [] | no_license | senny970/HSOOP | 5c17b442b490676946377d8a409fe6814c0ebd09 | bc5fea24c59407c028d20b26e08517b3420d49fd | refs/heads/master | 2020-08-17T06:22:57.377885 | 2017-11-04T21:15:01 | 2017-11-04T21:15:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,740 | cpp | #include "C_CH_IncapNoRecoil.h"
C_CH_IncapNoRecoil::C_CH_IncapNoRecoil(int UniqueCheatID, C_CH_Aimbot* Aimbot) : C_Cheat(UniqueCheatID)
{
this->Aimbot = Aimbot;
bAccessed = Aimbot->IsAccessed();
LoadConfiguration();
}
C_CH_IncapNoRecoil::~C_CH_IncapNoRecoil()
{
perform();
}
void C_CH_IncapNoRecoil::LoadConfigu... | [
"bebopvox@yandex.ru"
] | bebopvox@yandex.ru |
24a6cf29fc107f2241e23a008f851c4ec82e3d58 | 485e1d6bd46195b77c3d3095ea0f7a9bf2a63594 | /.localhistory/F/school/year4/courses/DBpractice/pagination/pagination/pagination/1602076510$pagination.cpp | c7ab2c389cf8a69fd505ff12da03a84f723cdb7a | [] | no_license | ZESl/pagination | 67ceaa2ecfaf985034d5d57d5fbe1268e23b2031 | e1fc369dc16c40baead903ab51512d5ea1a85ed3 | refs/heads/master | 2022-12-28T17:46:45.338565 | 2020-10-14T12:59:33 | 2020-10-14T12:59:33 | 304,015,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 957 | cpp | #include "pagination.h"
pagination::pagination(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
m_memory = new memory();
}
//Read
void pagination::on_pushButton_clicked()
{
// clear the log file
QFile myfile("log.txt");
if (myfile.open(QFile::WriteOnly | QIODevice::Truncate))
{
QTextStream ou... | [
"823989065@qq.com"
] | 823989065@qq.com |
31716b9ab7b48338b55196db469b98a92f8314d4 | 7a24f0be98ba8cb839ba2bfc52d7ab8c8e59d096 | /zpg/utils.cpp | 0632b9f4bfa8f4ad1b8bfbec70e147b7a97c5804 | [] | no_license | orb1t-ua/Computer-Graphics-I | cc1e618102f8dce61102a3999487a10999e8ac15 | 7d7b38e9350e9dcfa3eed52c850b9b7db9c5702f | refs/heads/master | 2021-12-12T05:28:26.817168 | 2016-12-12T15:27:27 | 2016-12-12T15:27:27 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 3,859 | cpp | #include "stdafx.h"
using std::mt19937;
using std::uniform_real_distribution;
typedef mt19937 Engine;
typedef uniform_real_distribution<float> Distribution;
auto uniform_generator = std::bind( Distribution( 0.0f, 1.0f ), Engine( 1 ) );
float Random( const float range_m... | [
"berykubik@gmail.com"
] | berykubik@gmail.com |
5023471d0c7321bda9bc83288f90c3e59d8388de | d5d649d358b72cc2c634b88945521fb1aefd4dd8 | /Rocklights/src/LECoveStick.h | 87a8136a8be138de0da3b5b235d6539dcc7c087c | [] | no_license | damonseeley/electroland_repos | 70dd6cad4361616d7d2bf8a10139ba949bed0a57 | 63b06daf1a5bc2d66e3fc80bf44a867796e7028b | refs/heads/master | 2021-01-10T12:43:13.110448 | 2014-10-13T18:59:40 | 2014-10-13T18:59:40 | 50,899,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 630 | h | /*
* LECoveStick.h
* RockefellerCenter
*
* Created by Eitan Mendelowitz on 9/26/05.
*
*
*/
#ifndef __LECOVESTICK_H__
#define __LECOVESTICK_H__
#include "LightElement.h"
class LECoveStick : public LightElement {
public:
unsigned char *r;
unsigned char *g;
unsigned char *b;
LECoveStick( ) { lightTy... | [
"emendelowitz@38cd337d-7a19-44a1-8cca-49443be78b0d"
] | emendelowitz@38cd337d-7a19-44a1-8cca-49443be78b0d |
50b9348814cf40ad2437726a0bf6dc514f20e204 | 4cb5594b7c3d5afd964a73e436bc19d9eab3d513 | /DP/4_k-ordered_LCS(hackerEarth).cpp | 4608e8c9a951ff44e1d2f23392dd0bdeab893021 | [] | no_license | Pratyush-Misra/Algo-and-UVa | dbc0758d18326290f917e809a7ae92104a055082 | f6e1cd8a4a88e099c6b1c05b91fcf5ce7c7f9b38 | refs/heads/master | 2023-03-07T01:24:35.962282 | 2021-02-10T12:05:38 | 2021-02-10T12:05:38 | 327,552,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,980 | cpp | /*
author: Pratyush
created: 25.09.2020 22:38:00
*/
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ld long double
#define ar array
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
template <typename T> using oset = tree<T... | [
"misrapratyush20080@gmail.com"
] | misrapratyush20080@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.