blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b05d214360db8179c89dda9fa5cda25333ea10d4 | 196f8f99d6e6348a5ee24f827db1d3a09a74c6e6 | /EASYPROB/main.cpp | ad26188f91ee58ae0c4ea80a5fcd42d66f2ac344 | [] | no_license | gagan86nagpal/SPOJ-200 | a8259cb5b9eb6392589b25580ecc32c265f44736 | b7ac87787a9ec89fbf9db86493398d309efe103f | refs/heads/master | 2021-09-06T16:13:38.141265 | 2018-02-08T12:10:47 | 2018-02-08T12:10:47 | 111,628,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 778 | cpp | #include <iostream>
using namespace std;
int main()
{
string _1 = "2(0)";
string _2 = "2";
string _4 = "2(2)";
string _8 = "2(2+2(0))";
string _16= "2(2(2))";
string _32 = "2(2(2)+2(0))";
string _64 = "2(2(2)+2)";
string _128 ="2(2(2)+2+2(0))";
string _256="2(2(2+2(0)))";
strin... | [
"gagannagpal68@gmail.com"
] | gagannagpal68@gmail.com |
fca4e54a36ddb510133087c3cc89ca8cedb84eae | c14dc51c2ca9095d5c2281cef66fb52e89e2ed37 | /Inc/Instruction.h | a7a1d342c37b6cec471891998ca99a9406dd769d | [] | no_license | houssemba/M1If12-Compilation | 01aba3f43ca6b477f88f6df700c9105dd226fe06 | d9aa362ea6071591daa6c8bcbb16471f01c65ecd | refs/heads/master | 2020-05-17T23:03:20.960996 | 2013-06-27T13:48:25 | 2013-06-27T13:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 530 | h | #ifndef __INSTRUCTION_H
#define __INSTRUCTION_H
#include "Code3ad.hpp"
#include "Operande.hpp"
class Instruction
{
private:
int etiquetteIdent;
bool _hasEtiquette;
CodeInstruction operation;
Operande oRes;
Operande o1;
Operande o2;
public:
Instruction(CodeInstruction operation, Operande oRes, Operan... | [
"houssem@belhadjahmed.com"
] | houssem@belhadjahmed.com |
adc88e7bed175f6689cab7ead1c12584e6b7f7b8 | b042ef2e3d51e16dc74f0f888b420121956750c5 | /Practice C++.cpp | dbc15a66a3e27fad9f23c24b13df6a12285cd017 | [] | no_license | SorymYiMRX/C-C-Practice | 14e51c329c86168275ea4e264f19c554dab92b14 | dbf9595243d1f72be74a79f2f7fbfc46c93175db | refs/heads/main | 2023-02-09T20:37:43.305649 | 2021-01-08T05:39:29 | 2021-01-08T05:39:29 | 317,801,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,258 | cpp | #include <stdio.h>
#include <iostream>
#include <conio.h>
#include <malloc.h>
#define LESSONS 3 // p140
int print(void)
{
printf("------------------------------------------------------------------------------------------------------------------------\n");
printf("-----------------------------------------hahahahahahahaa... | [
"noreply@github.com"
] | SorymYiMRX.noreply@github.com |
865c6b323941d9f85a0867eba854331316643217 | 075a7009c123d9a282b476577d20f75a24a8aed8 | /torch/csrc/jit/runtime/register_ops_utils.h | 495dcc8698b97abb226868cd8b59b7a3cea9690a | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | waldow90/pytorch | b98c17f11b117e8b6bb17ea909529f8d8a9a0f90 | d0f2079b5e0247c38e731f5e7e7dba835aef644f | refs/heads/master | 2022-11-15T04:10:03.825667 | 2020-07-03T09:44:32 | 2020-07-03T09:52:14 | 276,874,185 | 0 | 1 | NOASSERTION | 2020-07-03T10:35:07 | 2020-07-03T10:35:06 | null | UTF-8 | C++ | false | false | 21,024 | h | #pragma once
#include <aten/src/ATen/Context.h>
#include <c10/core/DeviceType.h>
#include <torch/csrc/autograd/autograd.h>
#include <torch/csrc/autograd/edge.h>
#include <torch/csrc/autograd/function.h>
#include <torch/csrc/autograd/generated/variable_factories.h>
#include <torch/csrc/autograd/profiler.h>
#include <to... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
9b36ec19d42c81b44564e2b2b7738d766a91d18d | 60597b6b2139312d73a6e087107f55f028d145e8 | /AdaBoostAlgorithm.h | f811fca00839cc245e9070ebfd121a9ce2f15cd3 | [] | no_license | MichalKonradSulek/PSZT2CPP | 7f1ebed28e84f08408a800502db8ae7a8d6b6589 | 5cfb73f9166418cef006b7fa69a296a82fcebd68 | refs/heads/master | 2020-12-21T22:51:16.677133 | 2020-01-30T12:23:41 | 2020-01-30T12:23:41 | 236,590,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,419 | h | //
// Created by michalsulek on 29.01.2020.
//
#ifndef PSZT2_ADABOOSTALGORITHM_H
#define PSZT2_ADABOOSTALGORITHM_H
#include "Stump.h"
/** \file Stump.h
* Plik zawierający klasę z algorytmem AdaBoost.
*/
/** \class AdaBoostAlgorithm
* Klasa realizuje działanie algorytmu AdaBoost opartego na drzewach decyzyjnych o... | [
"michal2sulek@gmail.com"
] | michal2sulek@gmail.com |
e44f11158a8db2ee8bd163f32a6ad20479c3c83a | e7babe1b4a743eac59ca64c581cec584498fd652 | /chap.4-10/sample11.cpp | 10ef8a03312490dfadcf6979053bed7954ffbdb2 | [] | no_license | originalhumanbeing/cpp_basic | e66f3d03657f7e3c7dffa05ed1db156b7ae543a9 | ca84f40732d6fea9d472ae78433c562ca6e5bfb5 | refs/heads/master | 2020-05-29T08:54:20.945068 | 2016-09-30T12:59:46 | 2016-09-30T12:59:46 | 69,268,897 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 191 | cpp | #include <iostream>
using namespace std;
int main()
{
int num1=5;
int num2=4;
double div;
div=(double)num1/(double)num2;
cout << "5/4´Â " << div << "ÀÔ´Ï´Ù. \n";
return 0;
} | [
"han.hyunjung17@gmail.com"
] | han.hyunjung17@gmail.com |
3b783d6244bf8b6a44741f6f987b2405fe6741aa | a7d1b1158f5b8ffdfc7e2b6f1a24dfd234bcded6 | /C_expedtion/inheritance/3_4/Infantry.h | 135bb813f03b13c70205cbdde997beff7196109c | [] | no_license | Ferrymania/Cplusplus_learning | 56f44c4dc47b66deea3319275a122fbda4e66930 | 99cd1451075b57aa125931e40e9f2d2aaa6d98eb | refs/heads/master | 2020-03-22T02:35:10.849423 | 2018-07-05T12:39:00 | 2018-07-05T12:39:00 | 139,380,335 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 105 | h | #include <iostream>
#include "Soldier.h"
class Infantry:public Soldier
{
public:
void attack();
};
| [
"904655716@qq.com"
] | 904655716@qq.com |
94e2f250e74efab169ed9d0a99589a1d1475f78a | 900ba17e05cf00f13590b1883c35f0b8633cef1d | /Card Flip/Model/deck.cpp | 4c8221373405768e8e58b8bffb0fbdfb5bf5092e | [] | no_license | nikunj3011/Qt-projects | d68879107fa8f74cd19747a4158ee6c80758a6a4 | 57b7c06782abd810347c9315112bbbb023f74e5b | refs/heads/main | 2023-04-01T10:34:52.375807 | 2021-04-01T06:12:30 | 2021-04-01T06:12:30 | 353,593,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 978 | cpp | #include "deck.h"
#include "card.h"
#include <algorithm>
#include <stdexcept>
Deck::Deck()
{
if (_deck.size() != 0)
_deck.clear();
for (auto f : Card::faces)
for (auto s : Card::suits)
_deck.push_back(std::make_shared<Card>(Card(f,s)));
_topOfDeck = _deck.size() ... | [
"noreply@github.com"
] | nikunj3011.noreply@github.com |
aad0ff918ac02b691097b57364359b4f417d45c0 | cd416734b3ed2ce14e28bb342b8ddf3cad992f74 | /tests/oeedger8r/host/teststring.cpp | 7e15c755a20cddc43b69ba7872bc301e0d91e07c | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | kernullist/openenclave | 261b030ce36dde3cc065e45a58ad49e3a472f81f | c7c3edf41e7fcbfd6528a36eb0e06b4257979679 | refs/heads/master | 2020-03-31T20:19:28.489012 | 2018-10-11T00:39:41 | 2018-10-11T00:39:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,868 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "../edltestutils.h"
#include <openenclave/host.h>
#include <openenclave/internal/tests.h>
#include <wchar.h>
#include "string_u.c"
void test_string_edl_ecalls(oe_enclave_t* enclave)
{
const char* str_value = ... | [
"anakrish@microsoft.com"
] | anakrish@microsoft.com |
a7bcc51dec5c3117802b15caffd10d6428e2d31c | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /v8_7_5/src/profiler/tick-sample.cc | dca3e2d04504bf0bda47522c2af7e006d6e70f2c | [
"Apache-2.0",
"bzip2-1.0.6",
"BSD-3-Clause",
"SunPro"
] | permissive | cool2528/miniblink49 | d909e39012f2c5d8ab658dc2a8b314ad0050d8ea | 7f646289d8074f098cf1244adc87b95e34ab87a8 | refs/heads/master | 2020-06-05T03:18:43.211372 | 2019-06-01T08:57:37 | 2019-06-01T08:59:56 | 192,294,645 | 2 | 0 | Apache-2.0 | 2019-06-17T07:16:28 | 2019-06-17T07:16:27 | null | UTF-8 | C++ | false | false | 11,975 | cc | // Copyright 2013 the V8 project 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 "src/profiler/tick-sample.h"
#include "include/v8-profiler.h"
#include "src/asan.h"
#include "src/counters.h"
#include "src/frames-inl.h"
#inc... | [
"22249030@qq.com"
] | 22249030@qq.com |
fcc1ba4a88f5d5c2b10ab1b1bfe859d95a76a3e4 | dd629803899abbb8b6d8b4503b3591bb7eae6e73 | /include/forge/imaging/hio/types.h | 1a0fead3334f84b80357918df1b8ffa3e0c88074 | [] | no_license | furby-tm/Winggverse | 8d78bb691d2e5eecc5197845e9cbfb98f45c58bd | 0dc9db7057f52fca3e52e73491e24f298d108106 | refs/heads/main | 2023-04-21T17:32:20.350636 | 2021-04-30T04:24:30 | 2021-04-30T04:24:30 | 362,732,238 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,597 | h | #line 1 "C:/Users/tyler/dev/WINGG/forge/imaging/hio/types.h"
/*
* Copyright 2021 Forge. All Rights Reserved.
*
* The use of this software is subject to the terms of the
* Forge license agreement provided at the time of installation
* or download, or which otherwise accompanies this software in
* either electronic... | [
"tyler@tylerfurby.com"
] | tyler@tylerfurby.com |
e6723f4e35f526982035267b583331febf95d097 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mameppk/src/emu/bus/c64/dela_ep7x8.h | d1deb8a2da01ffe6ea58742214ed0d1580c307a2 | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,927 | h | // license:BSD-3-Clause
// copyright-holders:Curt Coder
/**********************************************************************
Dela 7x8K EPROM cartridge emulation
**********************************************************************/
#pragma once
#ifndef __DELA_EP7X8__
#define __DELA_EP7X8__
#... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
0d578ce304d99810003a29463e2cf74917a90177 | b8d116c857b13991366b58674a4dd1a96412b5bf | /src/materialsystem/stdshaders/BlurFilterX.cpp | 6962cc7f0d49686008966842692ef80c4b406e13 | [
"MIT"
] | permissive | SCell555/hl2-asw-port | 6eaa2a4f1f68f1dfb603657d469c42c85b2d9d1a | 16441f599c6b2d3fd051ee2805cc08680dedbb03 | refs/heads/master | 2021-01-17T18:21:59.547507 | 2016-05-12T17:09:21 | 2016-05-12T17:09:21 | 49,386,904 | 3 | 1 | null | 2016-01-10T21:45:46 | 2016-01-10T21:45:44 | null | WINDOWS-1252 | C++ | false | false | 3,104 | cpp | //===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose:
//
// $NoKeywords: $
//===========================================================================//
#include "BaseVSShader.h"
#include "blurfilter_vs20.inc"
#include "blurfilter_ps20b.inc"
// memdbgon must be the last inc... | [
"kubci.rusnk645@gmail.com"
] | kubci.rusnk645@gmail.com |
c25c26e4a8b39df8d596953f37f0c58e2b196734 | 2297fdd397a5a4571cd8272263b6cafbb1cd4b8b | /Contributor Corner/Himanshi/RomanToInteger.cpp | a25820e6edbbf8e704a9e8ba0ebd16bae686e7b1 | [
"MIT"
] | permissive | Ayonijakaushik19/Algorithmic-Treasure-Original | b331c2499a37f95d751b4803930a68e6b6ac286a | ae299d6188ee75439d140a354828164c416d6e21 | refs/heads/master | 2023-02-12T20:46:59.616385 | 2021-01-17T14:32:03 | 2021-01-17T14:32:03 | 385,998,572 | 2 | 0 | MIT | 2021-07-14T16:04:56 | 2021-07-14T16:04:55 | null | UTF-8 | C++ | false | false | 1,080 | cpp | //Question Link
//https://practice.geeksforgeeks.org/problems/roman-number-to-integer/0
#include<iostream>
#include<bits/stdc++.h>
using namespace std;
int value(char c)
{
if(c == 'I')
return 1;
else if(c == 'V')
return 5;
else if(c == 'X')
return 10;
else if(c == 'L')
... | [
"abhijittripathy99@gmail.com"
] | abhijittripathy99@gmail.com |
adf6bc1e166398acfc662a2edb03bcdb076ac833 | 2997b79fdeeb2d8a03ef7ec713a15338ffb3dd74 | /Idle/Idle.cpp | 1a8ac4691aed8e39893d275e9cf44567215e46f6 | [] | no_license | goodpaperman/gallery | bc3d9d0d00530fdb495dc93d5ce7aeb0a9486f6a | 75da45e9254522c412ce1ad63a195e417fc336e0 | refs/heads/master | 2020-05-30T11:00:05.886882 | 2019-06-01T03:40:15 | 2019-06-01T03:40:15 | 189,686,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,978 | cpp | // Idle.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Idle.h"
#include "IdleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CIdleApp
BEGIN... | [
"haihai107@126.com"
] | haihai107@126.com |
5b2dfa55b168e13518e420bccb0872fe26998351 | e217eaf05d0dab8dd339032b6c58636841aa8815 | /Ifc2x3/src/OpenInfraPlatform/Ifc2x3/entity/include/IfcSurfaceStyleRefraction.h | 3fdfe5fe82b008298a37c0a6f98c07b7b8608093 | [] | no_license | bigdoods/OpenInfraPlatform | f7785ebe4cb46e24d7f636e1b4110679d78a4303 | 0266e86a9f25f2ea9ec837d8d340d31a58a83c8e | refs/heads/master | 2021-01-21T03:41:20.124443 | 2016-01-26T23:20:21 | 2016-01-26T23:20:21 | 57,377,206 | 0 | 1 | null | 2016-04-29T10:38:19 | 2016-04-29T10:38:19 | null | UTF-8 | C++ | false | false | 1,678 | h | /*! \verbatim
* \copyright Copyright (c) 2014 Julian Amann. All rights reserved.
* \date 2014-04-26 17:30
* \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann)
* \brief This file is part of the BlueFramework.
* \endverbatim
*/
#pragma once
#include <vector>
#include <map>
#inc... | [
"planung.cms.bv@tum.de"
] | planung.cms.bv@tum.de |
f303c40ad4deb9acbc38ebddd9dd754fcef71018 | b957ed321f7594340e2d455f807da856e411e18f | /laser/LaserDef.h | 57d22044b81c54f254504f415ce772454a97b1d6 | [] | no_license | yrewzjs/SADS | a4d7fe8b2637fabae68976ddb43119fd438cc000 | 77ede95518af1b3ab3564cb8339c14487a2445a9 | refs/heads/master | 2020-05-17T09:55:33.004304 | 2019-04-26T15:15:21 | 2019-04-26T15:15:21 | 175,948,504 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,453 | h | #ifndef _LASERDEF_H_
#define _LASERDEF_H_
#define SENSOR_REQ_ERROR _T("")
#define SENSOR_GROUP_REQ_ERROR _T("")
#define SENSOR_REQ_ERROR_DATA -999.98
/************ 激光传感器安装位置与其id的对应关系 ****************
激光传感器 General布局
D1(10) | D0(09) E0(11) | E1(12)
| |
| C0(06) B0(... | [
"zhangjstj@163.com"
] | zhangjstj@163.com |
83e4cf94f804db581b53b15f11a9593368d1fdf9 | ae956d4076e4fc03b632a8c0e987e9ea5ca89f56 | /SDK/MRMesh_structs.h | 39da9de9154ebf672b68cbf6fa4763e45d1bc2a5 | [] | no_license | BrownBison/Bloodhunt-BASE | 5c79c00917fcd43c4e1932bee3b94e85c89b6bc7 | 8ae1104b748dd4b294609717142404066b6bc1e6 | refs/heads/main | 2023-08-07T12:04:49.234272 | 2021-10-02T15:13:42 | 2021-10-02T15:13:42 | 638,649,990 | 1 | 0 | null | 2023-05-09T20:02:24 | 2023-05-09T20:02:23 | null | UTF-8 | C++ | false | false | 1,115 | h | #pragma once
// Name: bbbbbbbbbbbbbbbbbbbbbbblod, Version: 1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Enums
//---------------------------------------------... | [
"69031575+leoireo@users.noreply.github.com"
] | 69031575+leoireo@users.noreply.github.com |
d332b870a9d64952ed4da28fc0d5ecea8158252e | 5ffe39f3e7c42e77423dbadd8297329d41b5ce53 | /codeforces/A. Filling Diamonds.cpp | b80140a91f831951699ac5775c3b341ad9b36120 | [] | no_license | MnSakibOvi/competitive-programming | dd521b1e13926858a59ed9685cc29e734b1537ba | dd5918c7fd4333fc0acb957f84502a89d075d1cb | refs/heads/main | 2023-08-15T22:42:17.445947 | 2021-10-23T11:06:47 | 2021-10-23T11:06:47 | 376,104,374 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | cpp |
#include<bits/stdc++.h>
using namespace std;
void solve();
void multipleTestCase()
{
int t;
cin>>t;
while(t--)
solve();
}
int main()
{
multipleTestCase();
return 0;
}
void solve()
{
long long int n;
cin>>n;
cout<<n<<endl;
}
| [
"mnsakib1812@gmail.com"
] | mnsakib1812@gmail.com |
7e071e770c6f893c5d7ad7a448c6e7eedcf6fc7c | 3e2a2e96c22b18c669d7d8816db3c2c73d9f46f3 | /src/zsbp/accumulatorcheckpoints.h | 3cc5a17424ee419e348fa7f837802612a53325a9 | [
"MIT"
] | permissive | sbpaycoin/sbpay | d433e96ac580031352b644a80b15cd2532e7cc2b | d2865a73c01d46245bbfe64bf4c01b7fc3cbf962 | refs/heads/master | 2022-11-12T13:54:37.647900 | 2020-07-13T05:00:56 | 2020-07-13T05:00:56 | 275,895,543 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | h | // Copyright (c) 2018 The PIVX developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SBPay_ACCUMULATORCHECKPOINTS_H
#define SBPay_ACCUMULATORCHECKPOINTS_H
#include <libzerocoin/bignum.h>
#include <univalue/include/... | [
"67603068+sbpaycoin@users.noreply.github.com"
] | 67603068+sbpaycoin@users.noreply.github.com |
4353f10e69f58481404bcd065b69b6632a3910fe | cec716697fae96a627a705d9559d70df9c30930f | /Grasp_Manipulation/manipulability/src/manip_doc_23June18.cpp | 411fe05356f9f1449d5006bbac604f5fb9e5084b | [] | no_license | KING1360/mobman | 048e211d9c41ce0360d487b1d53ff60ad287fe85 | c6761c8ec35e49368c642a4106f98b199a23494f | refs/heads/master | 2020-03-26T08:09:22.736801 | 2018-08-15T16:09:14 | 2018-08-15T16:09:14 | 144,688,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,257 | cpp | #include <ros/ros.h>
#include "std_msgs/String.h"
#include <boost/scoped_ptr.hpp>
#include <kdl/chain.hpp>
#include <kdl/chainjnttojacsolver.hpp>
#include <kdl/chainfksolverpos_recursive.hpp>
#include <kdl/frames.hpp>
#include <kdl/jacobian.hpp>
#include <kdl/jntarray.hpp>
#include <kdl_parser/kdl_parser.hpp>
#include... | [
"a.ghalamzanesfahani@bham.ac.uk"
] | a.ghalamzanesfahani@bham.ac.uk |
c10aebc03e1cdcaaa20e642246d4bb7b5d5003e0 | f8065889eb04b83d6e708a3b6331a058d83d0337 | /Tarea2_Ayudantia_Paralela/Funciones.cpp | cc69c54c63bcd838c0fa09fe6785bc21840e09f3 | [] | no_license | michhelhernandez/Ayudantia_Paralela_2019 | ff0f6d6d97b8d2824d6044316b1b9d28297a4ad5 | 605544f3e38fd1abe90f027a0de576f023ae9c3a | refs/heads/master | 2020-05-17T17:21:55.888394 | 2019-06-01T06:05:47 | 2019-06-01T06:05:47 | 183,850,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,349 | cpp | #include <iostream>
#include <math.h>
#define tam 100000
void Llenar_Random(int A[]) //Ingresa 100000 valores random a un arreglo de enteros.
{
srand(time(NULL));
for (int i=0;i<tam;i++)
A[i]=1+rand() % (1000); // Se almacena un numero aleatorio entre 1 y 1000.
}
void Mostrar_Arreglo(int A[]) //Muest... | [
"michhelhernandez@hotmail.com"
] | michhelhernandez@hotmail.com |
b1910675392b896ef97947b3896213d30d00305d | 19b9be2641ff9f032454bd4534affd90716c852c | /src/Decimal.h | ef96553bbc1afc3cb40f80d09f9a1ce58ae66dac | [
"BSL-1.0"
] | permissive | maksverver/MSc | 4db9ce5fdb4e179e5cf5896acbc36b2362326672 | f49543afb74eba43c931e3829dffd8975118bbe7 | refs/heads/master | 2021-01-01T15:30:52.885666 | 2014-02-11T22:56:27 | 2014-02-11T22:56:27 | 34,076,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,141 | h | // Copyright (c) 2009-2013 University of Twente
// Copyright (c) 2009-2013 Michael Weber <michaelw@cs.utwente.nl>
// Copyright (c) 2009-2013 Maks Verver <maksverver@geocities.com>
// Copyright (c) 2009-2013 Eindhoven University of Technology
//
// Distributed under the Boost Software License, Version 1.0.
// (See accom... | [
"maksverver@geocities.com"
] | maksverver@geocities.com |
12d1eaa6aee813976fbf9dd2c881c26f8f498926 | cafe801758da2ab7df15f2b3b37d311bc6db02f7 | /iron/udp_proxy/test/rrm_test.cc | 1d33e26f6ea7f295222efee48e9d4bf0f6881e2f | [
"MIT"
] | permissive | raytheonbbn/IRON | a79da13afe8c2752407cdd82773ef3988c2959b1 | 7c4fcb15622d8029efc48e9323efbf385cbf2e63 | refs/heads/master | 2023-04-03T23:45:24.356042 | 2021-03-31T14:50:35 | 2021-03-31T14:50:35 | 275,175,579 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,680 | cc | // IRON: iron_headers
/*
* Distribution A
*
* Approved for Public Release, Distribution Unlimited
*
* EdgeCT (IRON) Software Contract No.: HR0011-15-C-0097
* DCOMP (GNAT) Software Contract No.: HR0011-17-C-0050
* Copyright (c) 2015-20 Raytheon BBN Technologies Corp.
*
* This material is based upon work suppor... | [
"greg.lauer@raytheon.com"
] | greg.lauer@raytheon.com |
be5e57670eadff632fef6d69287539171afde39c | e0744c97a2b4fd26f5ba6a38ba1f87a7ba9e8bc5 | /CrazyDarts2Android/app/src/main/cpp/EditorMenuMotion.hpp | a12b724268600cf55feaeae6f487c5c5117854b2 | [] | no_license | jsj2008/Metal-Game-Engine | f05ff4ec9d5c05523a774ee2ab1464f15a55c0fe | ad9520516f800126d6c48b1241e18b29aa06ae03 | refs/heads/master | 2022-03-07T14:47:51.337422 | 2019-09-23T06:15:10 | 2019-09-23T06:15:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,202 | hpp | //
// EditorMenuMotion.hpp
// Crazy Darts 2 Mac
//
// Created by Nicholas Raptis on 4/13/19.
// Copyright © 2019 Froggy Studios. All rights reserved.
//
#ifndef EditorMenuMotion_hpp
#define EditorMenuMotion_hpp
#include "ToolMenu.hpp"
#include "EditorMenuMotionTypePanel.hpp"
#include "LevelMotionControllerBluepri... | [
"nraptis@gmail.com"
] | nraptis@gmail.com |
dc0d2f154f2997c2eb1828622cbbfc778b1b4e19 | 7c919da550660351db4d269651d269c9765a9d36 | /src/primitives/block.h | 41fc319bb4b365b4f3add1125a1a9020e7a5b053 | [
"MIT"
] | permissive | wyh136/innoket | f7673b8a1fd885598db949bd1bf7ac871beef005 | 27efcc929371de0eb8ea16420e2e6c63e207bcb5 | refs/heads/master | 2021-04-15T14:24:51.482275 | 2018-03-25T11:16:12 | 2018-03-25T11:16:12 | 126,707,143 | 0 | 0 | null | 2018-03-25T14:42:21 | 2018-03-25T14:42:20 | null | UTF-8 | C++ | false | false | 5,643 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Copyright (c) 2015-2017 The IKT developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_PRIMITIVES_BLOCK_H
#... | [
"36470139+Innoket@users.noreply.github.com"
] | 36470139+Innoket@users.noreply.github.com |
f7b4c5b4626d7af6da51efd8a2fee75d903a5510 | b71136d14603e25a0637de413d2316f96272e148 | /cpsc3200/RockyMountain2015/FlippingCards.cpp | fa70335f1168bc08d424192fe28260680f96876d | [] | no_license | JSwidinsky/CompetitiveProgramming | 34df380b26fad53191a07c692298d68394b4fd48 | 3742a1c5f9b422f2957ad7d67fed4fbfb6981455 | refs/heads/master | 2020-09-24T07:48:34.797284 | 2020-05-21T17:45:29 | 2020-05-21T17:45:29 | 225,705,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,986 | cpp | #include <bits/stdc++.h>
using namespace std;
#define debug(a) cerr << #a << " = " << (a) << endl;
#define fst first
#define snd second
#define sz(x) (int)(x).size()
#define all(X) begin(X), end(X)
typedef long long int ll;
typedef unsigned long long int ull;
typedef pair<int, int> pii;
template<typename T, typename... | [
"swidinjo@gmail.com"
] | swidinjo@gmail.com |
dce853b87afa2ab0390ada9372acc5593895c880 | bf437a984f4176f99ff1a8c6a7f60a64259b2415 | /src/inet/physicallayer/idealradio/IdealReception.cc | d0663e92a1434a61b9c93d824251ba38163cb0ba | [] | no_license | kvetak/ANSA | b8bcd25c9c04a09d5764177e7929f6d2de304e57 | fa0f011b248eacf25f97987172d99b39663e44ce | refs/heads/ansainet-3.3.0 | 2021-04-09T16:36:26.173317 | 2017-02-16T12:43:17 | 2017-02-16T12:43:17 | 3,823,817 | 10 | 16 | null | 2017-02-16T12:43:17 | 2012-03-25T11:25:51 | C++ | UTF-8 | C++ | false | false | 1,855 | cc | //
// Copyright (C) 2013 OpenSim Ltd.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser 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 i... | [
"ivesely@fit.vutbr.cz"
] | ivesely@fit.vutbr.cz |
4b0d55cea598685f2fa4680e8cde8b862419824b | a272e5059a6c29236ed8b6e14abcd151f468775a | /PAN SYSTEM/Insert.cpp | f156890e3bf20059d64c1d510de4a55603b60faa | [] | no_license | RAJAGOPAL10/file-structure | 288ef7cb1aa4047a3b6acea0c0459256d1178ab0 | f04eb1cbeca6637950c71499130fee58fce5c894 | refs/heads/master | 2020-07-30T07:15:04.256558 | 2019-09-22T11:10:56 | 2019-09-22T11:10:56 | 210,130,223 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | cpp | // Insert.cpp : implementation file
//
#include "pch.h"
#include "mybank.h"
#include "Insert.h"
#include "afxdialogex.h"
#include "Option.h"
#include<string>
#include "Header1.h"
IMPLEMENT_DYNAMIC(Insert, CDialogEx)
Insert::Insert(CWnd* pParent /*=nullptr*/)
: CDialogEx(IDD_DIALOG2, pParent)
, acno(... | [
"noreply@github.com"
] | RAJAGOPAL10.noreply@github.com |
f28b221a549d054f233b5e1a7f3262ef90883b97 | 3afc56e97427a81416228e5c51d205aa1ee112d9 | /test/include/foxy/test/helpers/ssl_ctx.cpp | d37ce43be67901e69b9f220ddb33ebae1988dbf8 | [
"BSL-1.0"
] | permissive | launchdarkly/foxy | 98b952dc06c510781dc52bc7f4d8d090525e54ed | 7f4ac0495ad2ed9cd0eca5994743d677ac1d2636 | refs/heads/develop | 2023-05-27T21:24:17.955399 | 2020-12-22T15:44:42 | 2020-12-22T15:44:42 | 635,520,707 | 0 | 0 | BSL-1.0 | 2023-05-18T23:08:51 | 2023-05-02T21:51:56 | null | UTF-8 | C++ | false | false | 6,412 | cpp | //
// Copyright (c) 2018-2019 Christian Mazakas (christian dot mazakas at gmail 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)
//
// Official repository: https://github.com/LeonineKing1199/foxy
//
#inc... | [
"noreply@github.com"
] | launchdarkly.noreply@github.com |
6a73b99bf397ca45cd79a700a3322a9f33743512 | 2c004b31679a90fc71121ad3a3215abdd486e19e | /Segundo Parcial/Tarea4/Ejercicio2/Ejercicio2/DispositivoToken.h | a38958957e8a53d4b935a00a57a34c51aa113668 | [] | no_license | colina118/Estructura | ae51c0e2ec104c102d0abf22f5c633c8942dc663 | b74eaf42775a6d3aa1ee591f87df60cdaa4f834f | refs/heads/master | 2021-01-01T18:07:51.265565 | 2015-05-12T19:28:08 | 2015-05-12T19:28:08 | 29,313,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 467 | h | #include <iostream>
#include <string>
namespace mike{
class DispositivoToken
{
std::string ip;
std::string modelo;
int numero;
public:
DispositivoToken();
DispositivoToken(std::string _ip, std::string _modelo, int _numero)
: ip(_ip), modelo(_modelo), numero(_numero)
{}
friend std::ostream & opera... | [
"mikehill2010@gmail.com"
] | mikehill2010@gmail.com |
db30d76108c9bf11d8bdf40e0320df748d0b0ded | a234f3a0a996e922e8bd3da10116777dc1c34866 | /lrm_wrappers/src/zigzag_filter.cpp | e098ba8bae57e7eb212ca6473443279123949c5e | [] | no_license | Aand1/lrm_carina | d3cccbc5f78c37643ccd6e232f5e147d797ccffe | 76de955e3f2349f24436196c8a82d38340028225 | refs/heads/master | 2021-01-20T14:28:51.725555 | 2014-06-17T02:34:05 | 2014-06-17T02:34:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,768 | cpp | /*
* Copyright (C) 2012, Laboratorio de Robotica Movel - ICMC/USP
* Rafael Luiz Klaser <rlklaser@gmail.com>
* http://lrm.icmc.usp.br
*
* Apoio FAPESP: 2012/04555-4
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b... | [
"rlklaser@icmc.usp.br"
] | rlklaser@icmc.usp.br |
120cf1acc95aa93d5eb40d24fbdce9d5e6f424ef | e48c6ed286669dab8471c653c001c5d91bbf59e0 | /hackerblocks1/ARRAYS-WAVE PRINT ROW WISE.cpp | 2ac9135ce8333a96e456076c184409e9159f74fe | [] | no_license | bdugersuren/Launchpad | 55565e9e039385b4ce2ed39718a7f1c1a9a9e643 | e93f32d200917b10568a2bd8dbc3b73c72bb6ee0 | refs/heads/master | 2023-04-14T17:44:37.766974 | 2021-05-03T15:55:04 | 2021-05-03T15:55:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | cpp | /*
Take as input a two-d array. Wave print it row-wise.
Input Format:
Two integers M(row) and N(column) and further M * N integers(2-d array numbers).
Constraints:
Both M and N are between 1 to 10.
Output Format:
All M * N integers are seperated by commas with 'END' written in the end(as shown in example).
Sample ... | [
"ishaansharma1998@gmail.com"
] | ishaansharma1998@gmail.com |
2d30806b58f75dbfaec762c2b08eb21f0c2b7d64 | d32f3d77c52a1d41fc77272be5a3582856157fa1 | /cpp/DataStructure/HW3/nhay.cpp | 6c93b016f8dca6306a2ea003760bb813579e334e | [] | no_license | gkzhb/code | c4afc019f7f465845b0b0ef40d08f30c1fd247d6 | 73ab7fb0e156a5904b82811df805b66af36b38c0 | refs/heads/master | 2020-03-18T01:48:59.518692 | 2019-06-15T11:48:40 | 2019-06-15T11:48:40 | 134,161,057 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 775 | cpp | // time limit exceeded
#include <iostream>
#include <vector>
#include <string>
#include <cstdio>
using namespace std;
void preprocessing(vector<int> &next, const string &s)
{
int i = 0, j = -1;
next[0] = -1;
while (i < s.size())
if (-1 == j || s[i] == s[j])
{
i++;
j++;
next[i] = j;
}
else
j = n... | [
"zhb896579388@163.com"
] | zhb896579388@163.com |
8d6dca2c2c6ca804acb24a0a222543eae74b62f7 | 500d9a3048560023bd989dbf5d770e0b8abf224d | /BZOJ/3156 防御准备/3156.cpp | 1804b8ebcbd954051ddb229fcfd060ec19e05483 | [] | no_license | hilbertanjou/OJ | 2138bd349607adebd7674861e00dad57a23724bd | 641f412d904edd66e97befdabcc32b7076729a53 | refs/heads/master | 2020-12-30T23:33:13.961562 | 2013-08-23T09:44:49 | 2013-08-23T09:44:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | cpp | #include <cstdio>
typedef long long LL;
const int MAXN = 1111111;
int a[MAXN], q[MAXN];
LL f[MAXN], g[MAXN];
inline LL calc(int i, int j) {
return g[j] - LL(i) * j;
}
int main() {
int n, l = 0, r = 0;
scanf("%d", &n);
for (int i = 1; i <= n; ++i) {
scanf("%d", &a[i]);
for (; l < r &... | [
"xy_xuyi@foxmail.com"
] | xy_xuyi@foxmail.com |
e6d9fa102768bc492c53e50dbcdffc585a98a150 | 2a594aeb45cf16333d83421ae3c11f9ef39dc8bc | /leecode-II/CloneGraph/源.cpp | 76d4f65f15cb9a2354337565600ce95f6fa75e12 | [
"MIT"
] | permissive | lisnb/leetcode | 9bcd40c9fd8a84ed30e4a91edc7451220ffef676 | 7875e4ff20412b663c59e57f76d08cd62b91481c | refs/heads/master | 2020-06-04T05:32:52.595221 | 2015-08-20T14:39:46 | 2015-08-20T14:39:46 | 22,034,965 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 813 | cpp | #include "../leecode-II/leetcode.h"
#include <algorithm>
#include <deque>
#include <iostream>
#include <string>
#include <vector>
#include <unordered_map>
#include <unordered_set>
using namespace std;
typedef _leetcode_undirectedgraphnode<int> UndirectedGraphNode;
class Solution {
public:
UndirectedGraphNode *... | [
"lisnb.h@hotmail.com"
] | lisnb.h@hotmail.com |
d15bb44d11df4fbd6311370817a5b49a4e99dcc5 | 8b957ec62991c367dfc6c9247ada90860077b457 | /src/qt/rpcconsole.h | 1c679a1ecac3f667c6f041b2a214d594c75c23db | [
"MIT"
] | permissive | valuero-org/valuero | 113f29046bd63c8b93160604452a99ed51367942 | c0a8d40d377c39792e5a79d4a67f00bc592aef87 | refs/heads/master | 2020-05-24T17:44:46.409378 | 2019-09-09T10:18:59 | 2019-09-09T10:18:59 | 187,392,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,204 | h | // Copyright (c) 2012-2019 The Bitcoin Core developers
// Copyright (c) 2017-2019 The Raven Core developers
// Copyright (c) 2018-2019 The Rito Core developers
// Copyright (c) 2019 The Valuero developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/li... | [
"rishabhworking@gmail.com"
] | rishabhworking@gmail.com |
d46ee2f16c1489e91cd8494117167a6b5d03af23 | 45b242225b117852d0b4f3768ed845614e3e96ed | /src/DGL_SkyBox.h | b4e57dde15aa8d96fa74cd065ddbd707219bad71 | [
"Apache-2.0"
] | permissive | da0x/xr.desktop | d7da667470d3bb75ad59759d0fc7d66a36021f83 | 218a7cff7a9be5865cf786d7cad31da6072f7348 | refs/heads/master | 2021-05-28T02:15:19.583099 | 2014-12-14T20:20:44 | 2014-12-14T20:20:44 | 28,004,479 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,547 | h | //C++
/*
----------------------------------------------------
The Desktop Project
------------------
Copyright 2004 Daher Alfawares
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.apac... | [
"daher.alfawares@live.com"
] | daher.alfawares@live.com |
1f4cf9c5d1be3dfded878eb7a5ed612632a3cbae | 81579ab7a84235148dba4ad5d25e9c6c87add87d | /Chapter2/Lab-2.4.23(2)/Lab-2.4.23(2)/stdafx.cpp | d7e1ce6a6b0d246b0ec2a91dc960b099962b3dc1 | [] | no_license | kostya911/C-Ess-KI3 | 56a649bfb735e87bdfb27f6e5d24dbb291acecb0 | 441815ebd33fba28b6e3d29fc1008b011dca7e7c | refs/heads/master | 2021-05-08T02:59:42.050196 | 2017-12-19T22:11:31 | 2017-12-19T22:11:31 | 108,099,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | // stdafx.cpp : source file that includes just the standard includes
// Lab-2.4.23(2).pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"noreply@github.com"
] | kostya911.noreply@github.com |
9bb476606913caccb4028aa3f7d29dbe6130f0fb | 5fbfe741e7823f7eafd819177d6ad075bd9598d9 | /SpaceShipGame/SimpleSfmlEngine/dataTypes/clock.hpp | 5028d0a2a409ed6aa776a3b50be502628f4bdb1c | [] | no_license | OfficialLahusa/SpaceShip | 062a81b69b55199906296d7f5724eb42e688864a | 991a50478cae564015d1424a196cf6c1676e501a | refs/heads/master | 2021-06-27T03:01:22.018966 | 2020-11-17T13:51:29 | 2020-11-17T13:51:29 | 166,654,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | hpp | #pragma once
#include <chrono>
namespace sse
{
class clock
{
public:
clock()
:m_start(std::chrono::steady_clock::now())
{
}
template<typename T>
T restart()
{
const std::chrono::steady_clock::time_point old = m_start;
m_start = std::chrono::steady_clock::now();
const std::chrono::duration<... | [
"lassehuber@outlook.de"
] | lassehuber@outlook.de |
17d798aed4c5b79e3d1fb37e5c4ab7908408f032 | f4a2658af992523f8cda62eb3d17c4424f6f8432 | /C++/1006.cpp | 325c95c446e95eb5649d4734353fe21bde1d624e | [] | no_license | vmf91/uri-solutions | 520442d9def5e5aca8542df5807d4a844b6a9ce6 | b0db3377fe09cf96b069bb3ff5e98e0333cf6c29 | refs/heads/master | 2020-12-10T22:32:47.959572 | 2020-06-11T03:47:00 | 2020-06-11T03:47:00 | 233,731,059 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 244 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
int main() {
double a, b, c;
cin >> a;
cin >> b;
cin >> c;
cout << fixed << setprecision(1);
cout << "MEDIA = " << (a * 2 + b * 3 + c * 5)/(2 + 3 + 5) << endl;
return 0;
} | [
"vmf91@hotmail.com"
] | vmf91@hotmail.com |
64dc35fe593ddd5564730b71e5558c02627b45af | e8dd43ab1d079b921e8b5d246fec7c8afbe12b1e | /animecheat.pw - Copy/b1g pasta/sdk/interfaces/CInput.hpp | a307a8869f548ea0b3fa1685e5b459b2c0f351ea | [] | no_license | hvhgodsmile/some-bs-no-one-works-on | 3031940ab9ec5f2ef806ae10679bb13e2c0dea43 | 8134a772aba3653604da5b16864a9af6299821d3 | refs/heads/master | 2020-05-03T00:16:13.056717 | 2019-03-29T03:09:15 | 2019-03-29T03:09:15 | 178,305,079 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,048 | hpp | #pragma once
#include "../misc/CUserCmd.hpp"
#define MULTIPLAYER_BACKUP 150
class bf_write;
class bf_read;
class CInput
{
public:
virtual void Init_All(void);
virtual void Shutdown_All(void);
virtual int GetButtonBits(int);
virtual void CreateMove(int sequence_number, float input_sample_frametime, bool act... | [
"49047029+hvhgodsmile@users.noreply.github.com"
] | 49047029+hvhgodsmile@users.noreply.github.com |
aa87d20e9e53b2726acab79fc34392e4faa16afd | 0128e628cce2b62c6d93d7dc495a9b490be68b2e | /Screen.cpp | 9713b76137e6714c613c6a7fd20fdc9a0d7d550c | [] | no_license | Muhsal-droid/Hangman-game-Code | 0e8ee449d66ca83e1c00629f2c1f78ba2e17d110 | a611b22e6c16cc36f1d96244cec28ffd2aaab9fb | refs/heads/main | 2023-04-24T04:49:13.208158 | 2021-05-12T03:14:02 | 2021-05-12T03:14:02 | 366,578,217 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,768 | cpp | #include <iostream>
#include <vector>
#include <stdlib.h>
#include "Screen.h"
// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
using namespace std;
// Member Functions()
void Screen :: printScreen()
{
... | [
"noreply@github.com"
] | Muhsal-droid.noreply@github.com |
ca8789855bcf56d446ac2e9ee577703c34959e3e | 06cbc74aac6be71a48d4b800178583f5eaa8f3e0 | /Lab1/APPOO_1.2/APPOO_1.2/Phone.hpp | 1da59e48e249245eda4e2a71b548a0da52127340 | [] | no_license | MihaiCapra/APPOO | 0a761d56a5c1153a331a7b611df7f346ccc48d16 | 0632b9b01d1bd65c5409a5aa78aee2d28ba6a877 | refs/heads/master | 2021-01-18T23:34:49.969857 | 2017-05-23T05:29:17 | 2017-05-23T05:29:17 | 87,119,670 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | hpp | #pragma once
class Phone
{
public:
Phone(): brand(""), model(""),color(""),price(0){}
~Phone() {}
friend std::istream&operator >> (std::istream &in, Phone &obj);
friend std::ostream&operator <<(std::ostream &out, Phone &obj);
std::string getBrand();
std::string getModel();
std::string getColor();
double getPri... | [
"mihai.capra27@gmail.com"
] | mihai.capra27@gmail.com |
38304845978031d8922d01d9a976f638a2d801a6 | fbe68d84e97262d6d26dd65c704a7b50af2b3943 | /third_party/virtualbox/src/VBox/Additions/os2/VBoxSF/VBoxSFFile.cpp | 4c9873e8023d6af000cf87aceea813931a399d3e | [
"MIT",
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"GPL-2.0-or-later",
"MPL-1.0",
"LicenseRef-scancode-generic-exception",
"Apache-2.0",
"OpenSSL"
] | permissive | thalium/icebox | c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb | 6f78952d58da52ea4f0e55b2ab297f28e80c1160 | refs/heads/master | 2022-08-14T00:19:36.984579 | 2022-02-22T13:10:31 | 2022-02-22T13:10:31 | 190,019,914 | 585 | 109 | MIT | 2022-01-13T20:58:15 | 2019-06-03T14:18:12 | C++ | UTF-8 | C++ | false | false | 7,418 | cpp | /** $Id: VBoxSFFile.cpp $ */
/** @file
* VBoxSF - OS/2 Shared Folders, the file level IFS EPs.
*/
/*
* Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "S... | [
"benoit.amiaux@gmail.com"
] | benoit.amiaux@gmail.com |
03ebd084bae37915607d1340ba47b82377a64121 | 1de1a8934bb0e4413c54f475a6e68bf2313f131a | /Histo 2 neshta/main.cpp | 28456178d3ac9f153e670ffdb6d77ced1901da26 | [] | no_license | todorov9898/grafika | d369575eb88d162c3ecfd4764af9d62d2b4fd960 | b5c45eab082b8a8b4e6103fe9c979b9cc412a30a | refs/heads/master | 2020-09-27T07:49:48.064941 | 2019-12-07T06:46:16 | 2019-12-07T06:46:16 | 226,468,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,541 | cpp | #include <iostream>
#include<graphics.h>
#include<string>
using namespace std;
//histo 2 neshta
void MinMax(int n, double a[],double &Min, double &Max)
{
Max = a[0]; Min = a[0];
for (int i = 0; i < n; i++)
{
if (a[i] > Max) Max = a[i];
if (a[i] < Min) Min = a[i];
}
}
voi... | [
"noreply@github.com"
] | todorov9898.noreply@github.com |
60bebf6f7448ddc77bded4656fbdb4ae179985b6 | cac15913ccad3c0ca2de77d8d12809ef4fe21e57 | /Source/ThirdPersonCamera/ThirdPersonCameraGameMode.h | b7287cab8e32fe0daa0ce368505f536d2f4a757c | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | ArnaudSpicht/third-person-camera | 431d6b2ee276c296fe1ff348c7c2ca559201cd44 | 7bedf626d15820d0ff3563b503729d8e2ce5aaa9 | refs/heads/develop | 2020-03-13T15:21:12.026161 | 2018-08-13T06:47:37 | 2018-08-13T06:47:37 | 131,175,154 | 0 | 0 | MIT | 2018-08-13T06:48:26 | 2018-04-26T15:23:11 | C++ | UTF-8 | C++ | false | false | 270 | h | #pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "ThirdPersonCameraGameMode.generated.h"
UCLASS(minimalapi)
class AThirdPersonCameraGameMode : public AGameModeBase
{
GENERATED_BODY()
public:
AThirdPersonCameraGameMode();
};
| [
"dev@npruehs.de"
] | dev@npruehs.de |
03a5ea2507f3f491900424c757dd0098ff6bfb99 | db1292c07e591e8456f11601dba20c0068c9cecc | /tensorflow/compiler/xla/service/hlo_module_config.h | f375210e65fa6b5c52766e83d8d513336b35056e | [
"MIT",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | mkuchnik/PlumberTensorflow | e4c8e66713b9bccfe24c0e80a54794ae2c413e7b | 08bf144ec13b0c27f2a02aaba975546506ee0f6a | refs/heads/main | 2023-04-18T21:08:15.080909 | 2022-02-24T01:12:48 | 2022-02-25T01:26:10 | 459,011,882 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,573 | h | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
74fb8f8384b6e0d7b70c1ef55eeb2573b184d7bf | 22172c29a36537e27fd273406eaec993daa8b371 | /eeprom_i2c.cpp | 8771436bd67cb6475c28f9a72ae4c36383a7a06e | [
"MIT"
] | permissive | stuwilkins/eeprom_i2c | 33fcb0863c7f381d674427ebc43b2fcfae67ecd0 | 42d9e12dbcf781fb709c090f1d44702969098491 | refs/heads/master | 2020-03-25T15:48:49.661878 | 2019-01-20T17:41:09 | 2019-01-20T17:41:09 | 143,902,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,163 | cpp | /*
* =====================================================================================
*
* Filename: eeprom_i2c.cpp
*
* Description:
*
* Version: 1.0
* Created: 07/14/2018 13:05:17
* Revision: none
* Compiler: gcc
*
* Author: Stuart B. Wilkins (sbw), st... | [
"swilkins@bnl.gov"
] | swilkins@bnl.gov |
68dee00ea29895bdc5c7f97260a0969c619e92de | ccae3c9b20fa3c895042a1c7aa0815fd0faec141 | /trunk/TestCode/DekTecTest/ZQASIRenderFilter/ASIDevConfig.h | d612af581c002efc747d7fe50e17cdea19a11fc5 | [] | no_license | 15831944/TxUIProject | 7beaf17eb3642bcffba2bbe8eaa7759c935784a0 | e90f3319ad0e57c0012e0e3a7e457851c2c6f0f1 | refs/heads/master | 2021-12-03T10:05:27.018212 | 2014-05-16T08:16:17 | 2014-05-16T08:16:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | h | #pragma once
#include "IASIDevPreConfig.h"
class CASIDevConfig :
public IASIDevPreConfig
{
public:
CASIDevConfig(void);
~CASIDevConfig(void);
DECLARE_IUNKNOWN
STDMETHODIMP set_param (
devparam *paramIn //
) PURE;
STDMETHODIMP get_param (
devparam *paramOut //
) PURE;
devparam m_DevParam;
}... | [
"tyxwgy@sina.com"
] | tyxwgy@sina.com |
fc53e0ba9b7729d7a0aa0d498855708ca2b3ce3f | b05c7621964da47f7807ba6e38c221fcb84a7420 | /Five/ChatEdit.cpp | c60d58ccdfb85f7f8e063608171e69bfbdbdaab2 | [] | no_license | F-Yong/Five | 2ca95586bee386b8c900e21bc51f33fa44678891 | a54f3a0728752bc74e49635e6720357ccdeadc80 | refs/heads/master | 2020-03-18T21:11:46.549967 | 2018-05-29T09:11:42 | 2018-05-29T09:11:42 | 135,265,598 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,392 | cpp | // ChatEdit.cpp : implementation file
//
#include "stdafx.h"
#include "five.h"
#include "ChatEdit.h"
#include "Table.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChat... | [
"noreply@github.com"
] | F-Yong.noreply@github.com |
a18b8f80aea76bd869847aed0e146fa6f0c24548 | 4dc775f76236beffc15eae55fdcdcf187bc4afaa | /src/qt/rpcconsole.cpp | f12d8de798d4d737011fa7593c50cd921a8ae7de | [
"MIT"
] | permissive | EnceladusProject/Enceladus_Coin | 21e15fc63211af078667ca80623fe0a30b6359e9 | 0ba1477f56e05c83b294d22adbb3bc8cdd05607c | refs/heads/master | 2020-04-01T11:13:46.405359 | 2018-11-10T16:22:21 | 2018-11-10T16:22:21 | 153,153,251 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,202 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The Enceladus developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mi... | [
""
] | |
2cb950b064d18a201b742c79140713f61844c657 | cb3b8fda8f03642e50fa5bc84438a594128930a2 | /src/system/kernel/core/processor/mips_common/Disassembler.cc | 122c54285a2ace3d03ca280eaf85f2cca9c86d29 | [
"ISC"
] | permissive | OuluLinux/pedigree | fbb83055d0afd1e620f48d8cfd89a2bf88235701 | 4f02647d8237cc19cff3c20584c0fdd27b14a7d4 | refs/heads/master | 2022-12-28T15:49:01.918113 | 2013-05-25T02:20:01 | 2013-05-25T02:20:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,091 | cc | /*
* Copyright (c) 2008 James Molloy, Jörg Pfähler, Matthew Iselin
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "A... | [
"mankeyrabbit@8f46629d-ec43-0410-9b68-4d101553c41d"
] | mankeyrabbit@8f46629d-ec43-0410-9b68-4d101553c41d |
2b53c5a5d0be95e878dae379db37f83fedd95660 | 6d0c83e5935251fca6108c75e19666737edafe29 | /include/frame.hpp | 272973e0e354543a38a8e35ca135e4e6654edca8 | [
"BSD-3-Clause"
] | permissive | ssincak/webmPlayer | 7a64951bbf91e966d76a58134fd6138628c5738b | 45d444f5c6cc2effb8558b3aa77e7ddb9d4296e9 | refs/heads/master | 2023-05-29T17:19:44.849366 | 2021-02-14T20:09:48 | 2021-02-14T20:09:48 | 338,888,425 | 6 | 1 | BSD-3-Clause | 2023-05-16T22:37:48 | 2021-02-14T19:50:43 | C | UTF-8 | C++ | false | false | 1,029 | hpp | #ifndef _UVPX_FRAME_H_
#define _UVPX_FRAME_H_
#include <cstdio>
#include <memory>
#include "dll_defines.hpp"
namespace uvpx
{
class UVPX_EXPORT Frame
{
private:
unsigned char *m_y;
unsigned char *m_u;
unsigned char *m_v;
size_t m_ySize;
size_t m_uvSize;
... | [
"s.sincak@gmail.com"
] | s.sincak@gmail.com |
d23d2f014efcb1a74325e66d63078f25af814844 | 7319661bce6b667b9db71d1cafd6bdaee9f1e264 | /code/test/test1.cpp | f607d7a06daef7b3be7e37160575e271030f7238 | [] | no_license | Silmarillli/ObjectOrientedSoftware | cef77e0282b90d7f70ef3791ea57d6d9f1d278f6 | 63319c4d71359e47e4777c6ee00f80eb8435f9ed | refs/heads/master | 2020-03-24T20:54:36.278670 | 2018-07-31T11:16:43 | 2018-07-31T11:16:43 | 142,900,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,588 | cpp | #include <string>
#include <ostream>
#include <iostream>
#include <string>
#include "Debug.h"
#include "Instance.h"
using std::cout;
using std::cerr;
using std::endl;
using std::string;
int main(int argc, char *argv[]) {
Ptr<Instance::Manager> manager = shippingInstanceManager();
if (manager == NULL) {
... | [
"jishnu.nishaanth@gmail.com"
] | jishnu.nishaanth@gmail.com |
158f28dd90325d169263144298c7b75be50ee2f7 | 0c7e20a002108d636517b2f0cde6de9019fdf8c4 | /Sources/Elastos/Packages/Apps/Calculator/inc/elastos/droid/calculator2/CCalculatorPadLayout.h | 75eeb2ceb72a909b13f61d4d95fc58111cd0edcf | [
"Apache-2.0"
] | permissive | kernal88/Elastos5 | 022774d8c42aea597e6f8ee14e80e8e31758f950 | 871044110de52fcccfbd6fd0d9c24feefeb6dea0 | refs/heads/master | 2021-01-12T15:23:52.242654 | 2016-10-24T08:20:15 | 2016-10-24T08:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | h | #ifndef _ELASTOS_DROID_CALCULATOR2_CCALCULATORPADLAYOUT_H__
#define _ELASTOS_DROID_CALCULATOR2_CCALCULATORPADLAYOUT_H__
#include "_Elastos_Droid_Calculator2_CCalculatorPadLayout.h"
#include "elastos/droid/calculator2/CalculatorPadLayout.h"
namespace Elastos {
namespace Droid {
namespace Calculator2 {
CarClass(CCalcu... | [
"bao.rongzhen@kortide.com"
] | bao.rongzhen@kortide.com |
fbb25f84020137d214bef66e31d7972a8c169a6f | 3e2af944f53e2640e147c17acac703af16548c8f | /logic/animation.cpp | 28dcc9267c1304231e9f8bc9a45026684017f9a4 | [] | no_license | jneem/anim | 5d0721342c254907b5bfc0c2609ecdadd209c62a | ce0c362def116046f56abdd79a915c57d998008b | refs/heads/master | 2020-05-30T22:47:15.690850 | 2019-08-31T19:20:34 | 2019-08-31T19:20:34 | 189,998,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,486 | cpp | #include "animation.h"
#include "changingpath.h"
#include "snippet.h"
#include <QDebug>
#include <QPainterPath>
Animation::Animation(QObject *parent) : QObject(parent)
{
}
// After adding a snippet to an animation, you must never modify it again. Otherwise, updatedPaths might not be correct.
void Animation::addSni... | [
"joeneeman@gmail.com"
] | joeneeman@gmail.com |
e7b7499a41722c463f91fa6bdcc8b5aedc013221 | c683a0aa9853c826197eac66d42e1a1f1901afec | /Engine/Engine/Core/Bitmap.cpp | 91a686d2b741adc90b7585c4a81688d5bb4ace2d | [] | no_license | poonasp257/Ping-pong | 1cb17f403bd3742422691fe0ffca916fafa5fee8 | 54ce8cc053b1aac414a4127867bbc866065d283a | refs/heads/master | 2020-09-01T16:33:46.093080 | 2019-11-11T03:47:16 | 2019-11-11T03:47:16 | 219,004,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,982 | cpp | #include "stdafx.h"
Bitmap::Bitmap() : vertexBuffer(nullptr), indexBuffer(nullptr),
texture(std::make_shared<Texture>()){
}
Bitmap::~Bitmap() {
texture.reset();
if (indexBuffer) {
indexBuffer->Release();
indexBuffer = nullptr;
}
if (vertexBuffer) {
vertexBuffer->Release();
vertexBuffer = nullptr;
}... | [
"poonasp257@gmail.com"
] | poonasp257@gmail.com |
11473bdeb4be52359799066dc2bfba6c54b171e2 | 6ea50d800eaf5690de87eea3f99839f07c662c8b | /ver.0.14.0/ChestScreen.h | e58072107dcb2e9b276edc45046e7c41fbdede9c | [] | no_license | Toku555/MCPE-Headers | 73eefeab8754a9ce9db2545fb0ea437328cade9e | b0806aebd8c3f4638a1972199623d1bf686e6497 | refs/heads/master | 2021-01-15T20:53:23.115576 | 2016-09-01T15:38:27 | 2016-09-01T15:38:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,183 | h | #pragma once
class ChestScreen{
public:
void _buttonClicked(Button &);
void _controllerDirectionChanged(int,StickDirection);
void _controllerDirectionHeld(int,StickDirection);
void _drawSlotItemAt(Tessellator &,ItemInstance const*,int,int,bool);
void _entityCheck(void);
void _getChestEntity(void);
... | [
"sinigami3427@gmail.com"
] | sinigami3427@gmail.com |
a86fb49db5ea4e893d2c88cb9af041ab78f86102 | 73c71311c08cb8d58b75dcd06c7a31f8b097b956 | /ewk/unittest/utc_blink_ewk_view_web_application_icon_urls_get_func.cpp | 615359cb894c1a51e8a1d2abf3fc4f2116268c4d | [
"BSD-3-Clause"
] | permissive | crosswalk-project/chromium-efl | 47927f6e17c0553d3756d9b9ca5c3e783b3641b8 | 3c1af10d16e2df57e8584378b79f0ff3335eb99d | refs/heads/efl/crosswalk-10/39.0.2171.19 | 2023-03-23T12:34:43.754226 | 2014-12-15T23:47:39 | 2014-12-15T23:47:39 | 27,436,290 | 9 | 14 | null | 2015-01-21T08:10:49 | 2014-12-02T14:33:10 | C++ | UTF-8 | C++ | false | false | 2,809 | cpp | // Copyright 2014 Samsung Electronics. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "utc_blink_ewk_base.h"
#include <map>
class utc_blink_ewk_view_web_application_icon_urls_get : public utc_blink_ewk_base
{
protected:
void Load... | [
"a1.gomes@samsung.com"
] | a1.gomes@samsung.com |
504a63c4bacd6e8bc3aeb11828eaf22dfbb91878 | 5094f4c1029ea2a1e525a82c8c6ed1bd1119bea5 | /test.cc | 48e78ce447662268c1c49b5871bea9fce8086c3e | [
"BSD-3-Clause"
] | permissive | xuefeng529/evcpp | d3dcef90392735d8fece7f845abf04e6f289a129 | bccf9b47830ad6f98223e2166321b3609164fbc6 | refs/heads/master | 2020-06-12T17:30:42.411685 | 2015-02-25T07:21:59 | 2015-02-25T07:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | cc | // Copyright 2010, Shuo Chen. All rights reserved.
// http://github.com/chenshuo/evcpp
//
// Use of this source code is governed by a BSD-style license
// that can be found in the License file.
// Author: Shuo Chen (chenshuo at chenshuo dot com)
//
#include "evcpp.h"
void onConnect(evcpp::TcpConnectionPtr conn)
{
... | [
"chenshuo@chenshuo.com"
] | chenshuo@chenshuo.com |
c2283514b616badbd5d4dfdb8a6dc5e5b4cd39ea | 50aa6227fb65ef56e230d890711ad248a2a6634f | /Saturn/include/Graphics/Sprite.hpp | e460abf383d31b0744e8477e85e7453521f44dd7 | [
"MIT"
] | permissive | Tackwin/BossRoom | 7b63fb354a9261fa56306bbb8cbb0fa3c34ea1ad | ecad5853e591b9edc54e75448547e20e14964f72 | refs/heads/master | 2021-01-19T19:52:17.076149 | 2019-01-10T04:33:27 | 2019-01-10T04:33:27 | 67,225,299 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | hpp | #pragma once
#include "Concepts/Delete.hpp"
#include "FrameBuffer.hpp"
#include "Transform.hpp"
#include "Texture.hpp"
#include "VAO.hpp"
struct SpriteInfo {
Texture* texture;
Transform transform;
VAO mesh;
};
class Sprite : NoCopy {
public:
Sprite();
Sprite(const Sprite&& that);
Sprite& operator=(const Spri... | [
"tackwinbrx@hotmail.fr"
] | tackwinbrx@hotmail.fr |
a6d6020788fe4312a4bcbeea600aaf347b030c59 | e2b51bd4959f9ff9a5d946355401c2b45d866c66 | /V21/Prediction.h | 2096ba182ce8bc8d67513e5e34a2ac53aa5c6943 | [] | no_license | BrandTime/Vault21 | 91be552cfffa72b825fe81343150b350cb4a735e | ed85ab7a36b9ede72bedbf3d940e5280bc9f678f | refs/heads/master | 2023-03-17T11:32:53.637385 | 2021-02-12T12:34:41 | 2021-02-12T12:34:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,168 | h | #pragma once
#include "stdafx.h"
#include "ObjectManager.h"
#include "NetClient.h"
#include "Geometry.h"
#include "ManagerTemplate.h"
namespace HACKUZAN {
class PredOutPut
{
public:
Vector3 CastPosition;
Vector3 UnitPosition;
std::vector<GameObject*> CollisionObjects;
HitChance HitsChance = HitChance::Imm... | [
"53059806+walangtayoexb@users.noreply.github.com"
] | 53059806+walangtayoexb@users.noreply.github.com |
2749e6df919ca99ae8c9cfd2132574d3707878bc | 8b877fd49a93d461588b85918728114effe2a847 | /GUI/GUIwithconnections/WidgetsUsed/Compass/compass.cpp | 096f46ee4237f7d02bf66ecccb6546c296f6a868 | [] | no_license | NaviPolytechnique/GUI | 301da3ef0ab9154a0853d058519b5abf6211d5ae | ae85f8bed7b815a7d2d3208ab561ceb22e7133aa | refs/heads/master | 2016-08-12T16:09:57.381982 | 2016-03-23T21:18:55 | 2016-03-23T21:18:55 | 44,568,567 | 3 | 1 | null | 2015-12-22T10:41:57 | 2015-10-19T22:47:53 | C++ | UTF-8 | C++ | false | false | 2,008 | cpp | #include "compass.h"
#include "ui_compass.h"
Compass::Compass(QWidget *parent) :
QDialog(parent),
ui(new Ui::Compass)
{
ui->setupUi(this);
mCompassGauge = new QcGaugeWidget;
mCompassGauge->addBackground(79);
QcBackgroundItem *bkg1 = mCompassGauge->addBackground(72);
bkg1->clearrColors();
... | [
"mr.pierrely@gmail.com"
] | mr.pierrely@gmail.com |
75aeb5c350c6ca7a3d61b6653dcdcd76a4dda1db | 9c677a1775705f7c8f683d1f89d47e9ed15a32ee | /ACM/天梯训练赛/天梯训练赛1/a.cpp | 626edcede3d0f320c98d3aa4f93c0bb61497865a | [] | no_license | nc-77/algorithms | 16e00a0f8ce60f9b998b9ee4ccc69bcfdb5aa832 | ced943900a2756a76b2c197002010dc9e08b79c4 | refs/heads/main | 2023-05-26T20:11:25.762015 | 2021-06-08T07:16:30 | 2021-06-08T07:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | #include<bits/stdc++.h>
#define ll long long int
using namespace std;
ll gcd(ll x,ll y)
{
return y==0? x:gcd(y,x%y);
}
int main()
{
int n;
cin>>n;
ll x1,y1;
scanf("%lld/%lld",&x1,&y1);
n--;
while(n--)
{
ll x2,y2;
scanf("%lld/%lld",&x2,&y2);
//cout<<x1<<y1<<x2<<y2<<endl;
ll lcm=y1*y2/gcd(y1,y2);
x1=x1*... | [
"291993554@qq.com"
] | 291993554@qq.com |
fe883928796c1fd961e88a56d7ef30a692af7dcb | e3adfda1a3873b2eeec04eed34a9e0cf007760a7 | /CRM-system/CRM-system_client/include/CRM-system_client.h | 8d0cf12e5b5c5befeb0a5cef43f159802239cfd1 | [
"MIT"
] | permissive | polupanovaanna/CRM-system | 0ebc9a6eae68f6c1a994396bf929dd94144fee41 | d08e7b37e24ec514a45ea664d4ad775bed085480 | refs/heads/master | 2023-05-04T14:39:41.506201 | 2021-05-28T20:40:34 | 2021-05-28T20:40:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,413 | h | #ifndef CRM_SYSTEM_STORAGEDATABASE_H
#define CRM_SYSTEM_STORAGEDATABASE_H
#include <iostream>
#include <memory>
#include <string>
#include <cstdio>
#include <vector>
#include "people.h"
#include <grpc++/grpc++.h>
#include "CRM-system.grpc.pb.h"
#include <stdexcept>
#include "storage.h"
namespace repositories {
... | [
"ddemon2002@mail.ru"
] | ddemon2002@mail.ru |
017a66f4d9898012e3124efef99454570e89cd31 | 463a2089420c04245a715d171ad490e2e6abaedd | /leetcode/e-m-h/easy/easy167.cpp | fd2545cd782f4e419566fb6ec64373e6e4c8d55f | [] | no_license | faa678/coding | 9c86ec2936b17d426fe2d03708116042950f46ef | 0b43fbb6397b6e8ac335d2f7e20d7fdda247fc34 | refs/heads/master | 2022-01-30T14:09:34.213640 | 2022-01-03T13:17:08 | 2022-01-03T13:17:08 | 220,933,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | cpp | /*
Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2.
Note:
Your returned answers (both index... | [
"2532506036@qq.com"
] | 2532506036@qq.com |
4bb94af72fc98157a4f731aa605f9edc816b5311 | e8307413bff4b74a4949597d130738b85ad61e0e | /PlateDemo/mythread.cpp | 2abda93884a7e0aea110024aadcc5032ee7dc750 | [] | no_license | isliulin/SCPark | 3ec0b5ddf1ef31b434965b86d70b4ba69851ba40 | e9e83072fa35eff672585fcf3dae94eaee953413 | refs/heads/master | 2021-05-30T04:59:37.253340 | 2016-01-08T02:56:14 | 2016-01-08T02:56:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 328 | cpp | #include "mythread.h"
#include "MainWindow.h"
CMyThread::CMyThread(QObject *parent) :
QThread(parent)
{
}
void CMyThread::run( )
{
MainWindow* pMulti = ( MainWindow* ) parent( );
quint8 data[ 704 * 576 * 4 ];
ULONG lSize = 704 * 576 * 4;
while ( true ) {
pMulti->Recognize( data, lSize );
... | [
"Anne081031@hotmail.com"
] | Anne081031@hotmail.com |
0f8983822ec6ea0ee29dff236908887888dc74cd | 013c7539d6fb9ffc30740a33691aac902b11b06e | /practive/NCU/18summer/7.17/D.cpp | 9d3651a6d9a0fa8415559f0fc81eb199206ad2e0 | [] | no_license | eternity6666/life-in-acm | 1cc4ebaa65af62219130d53c9be534ad31b361e2 | e279121a28e179d0de33674b9ce10c6763d78d32 | refs/heads/master | 2023-04-13T07:50:58.231217 | 2023-04-09T09:23:24 | 2023-04-09T09:23:24 | 127,930,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | cpp | #include <iostream>
#include <string>
#include <cmath>
#include <algorithm>
#include <cstring>
#include <cstdio>
#include <vector>
#include <set>
#include <map>
#include <fstream>
#include <sstream>
using namespace std;
// #define usefre
double calculate1(int);
double calculate2(int);
int main()
{
#ifdef usefre
fre... | [
"1462928058@qq.com"
] | 1462928058@qq.com |
be26d26c67bdb2e48add41007aa9e893e0a126cc | 4d49d4d59c9517fe99884cd69ad88644265c6755 | /week3/Group3/boj4779_seongbin9786.cpp | a1015c8d5eac148327b7f5d8158dd0049782f5b0 | [] | no_license | all1m-algorithm-study/2021-1-Algorithm-Study | 3f34655dc0a3d8765143f4230adaa96055d13626 | 73c7cac1824827cb6ed352d49c0ead7003532a35 | refs/heads/main | 2023-06-03T18:45:28.852381 | 2021-06-11T06:28:44 | 2021-06-11T06:28:44 | 348,433,854 | 8 | 16 | null | 2021-06-11T06:28:45 | 2021-03-16T17:23:37 | Python | UTF-8 | C++ | false | false | 2,576 | cpp | #include <iostream>
#include <math.h>
/*
[Silver 3]
칸토어 집합
칸토어 집합은 0과 1사이의 실수로 이루어진 집합으로,
구간 [0, 1]에서 시작해서 각 구간을 3등분하여 가운데
구간을 반복적으로 제외하는 방식으로 만든다.
집합이 유한
칸토어 집합의 근사
----
걍 - 패턴 구하는 재귀 문제이다.
제거되는 형태가 이진 탐색 (중간은 제거되니깐 삼진 탐색은 아니다.)
----
1. -가 3N개 있는 문자열에서 시작한다. (중간값이 없을 일이 없다... | [
"seongbin9786@gmail.com"
] | seongbin9786@gmail.com |
7430fb9858dfabc056d089e86b467b5e1eb5d934 | 53da158ef8f73d422fde06c5a711b81b40e5ef0b | /ModuleTextures.cpp | 493a3ff95294dcdaa391bbb0615af5894ddd2518 | [] | no_license | lluissr/Graphics | 843fa4779bd071088f5ed8ddaa19384e43fa13ce | 48c6f762a3cc53643331c1a020e1ab95963b4d54 | refs/heads/master | 2020-04-01T11:30:37.186561 | 2018-10-15T19:25:59 | 2018-10-15T19:25:59 | 153,165,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,582 | cpp | #include "Globals.h"
#include "Application.h"
#include "ModuleRender.h"
#include "ModuleTextures.h"
#include "SDL/include/SDL.h"
#include "SDL_image/include/SDL_image.h"
#pragma comment( lib, "SDL_image/libx86/SDL2_image.lib" )
using namespace std;
ModuleTextures::ModuleTextures()
{
}
// Destructor
ModuleTextures::... | [
"lluissr@gmail.com"
] | lluissr@gmail.com |
3db517066a1a2416324e8d3150c4f15e966385b0 | 7bd42fe780d5da06e52799fae4983fbd2606475b | /OOS_HA2/Aufg.1/Labyrinth.cpp | 020fde50cd625d95e064c330cd628897fbd8a1c9 | [] | no_license | encoit01/Cpp | 3f699d4e6a411392f7fa1474f2baec77bf6e78b3 | b8f63dc83e7148bd65201fffae35651c3ac1386e | refs/heads/main | 2023-04-18T22:41:40.600556 | 2021-05-08T13:44:39 | 2021-05-08T13:44:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,275 | cpp |
#include "Labyrinth.hpp"
#include <iostream>
using namespace std;
void Labyrinth::initialisieren()
{
for (int i = 0; i < kZeilen; i++) {
for (int j = 0; j < kSpalten; j++) {
labyrinth[i][j] = MAUER;
}
}
for (int i = 0; i < kZeilen; i++) {
labyrinth[i][kSpalten] = NL;
}
for (int i = 0; i < kSpalten; i+... | [
"encoit01@hs-esslingen.de"
] | encoit01@hs-esslingen.de |
9765102133079989c7038198ce9f92092215dd10 | 9c22a7f4e39ec744d68eac3d5ea9db5c7b2013d7 | /src/appleseed/renderer/kernel/rendering/final/pixelsampler.h | 153cdbd711137ba30c5b6c9d2c9b7349cd621d93 | [
"MIT"
] | permissive | jotpandher/appleseed | 4b6b7f30ce816280c3502d710920e39c740f5d51 | c74bd03e314d3a9fd7dd0cbaeb2f1374ae4b546f | refs/heads/master | 2021-01-15T12:54:13.278636 | 2014-11-23T14:14:01 | 2014-11-23T14:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,191 | h |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014 Francois Beaune, The appleseedhq Organization
//
// Pe... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
6427094ae25268a18c99a84737d009687fb23a4c | 108c8fa38da3371571068f353888f20d8fd729c0 | /voxel-cutting/Transformer_Cutting/OpenGLView/processHoleMesh.h | 05e83c2acf3a3de3e0fe28224e3f68c36663d78f | [] | no_license | pigoblock/TFYP | 2dd0acf1bb5591fb31b2d78a1bed764cd4a7d166 | 11ba29fd0d75a6b92080fd80b24064898b8f980f | refs/heads/master | 2021-01-17T10:07:10.149542 | 2016-04-19T07:41:53 | 2016-04-19T07:41:53 | 41,845,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | #pragma once
#include "Graphics\Surfaceobj.h"
class processHoleMesh
{
public:
processHoleMesh();
~processHoleMesh();
void processMeshSTL(char* path);
SurfaceObj * getBiggestWaterTightPart();
void drawSeparatePart() const;
private:
SurfaceObjPtr originalSurface;
std::vector<arrayInt> independentObj;
std::vecto... | [
"kowanling@hotmail.com"
] | kowanling@hotmail.com |
e86c7181b12fb9c4309776318dbca661480d4c7a | a00f687b64637c80e88166ee4b0f957ef705b9c1 | /src/qt/askpassphrasedialog.cpp | 9621f60e783699dc9c4153c137851f1ec43828c7 | [
"MIT"
] | permissive | xenixcoin/xenixcoin | 9e7b95f48968c16ea9f135fdf865557a8e4ceb71 | 99d9eda1489d6e43a3c00225165506c61e480b20 | refs/heads/master | 2020-07-01T21:45:09.865765 | 2017-02-01T04:07:39 | 2017-02-01T04:07:39 | 74,255,598 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 10,001 | cpp | #include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#include <QMessageBox>
#include <QPushButton>
#include <QKeyEvent>
extern bool fWalletUnlockStakingOnly;
AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
QDialog(parent),... | [
"xenixcoin@mail.com"
] | xenixcoin@mail.com |
a42897852f2cda134f5a7ad8403c9e081a62ceda | e000dfb2e1ddfe62598da937d2e0d40d6efff61b | /venusmmi/app/Cosmos/MusicPlayer/vapp_music_player_ncentercell.cpp | 931ce515ee90dfd3eac62b88be2f7053fcd9b72e | [] | no_license | npnet/KJX_K7 | 9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592 | 35dcd3de982792ae4d021e0e94ca6502d1ff876e | refs/heads/master | 2023-02-06T09:17:46.582670 | 2020-12-24T02:55:29 | 2020-12-24T02:55:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,607 | cpp | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"3447782@qq.com"
] | 3447782@qq.com |
580e82dd33f2e05f0ec4e86e57394d12b8570e30 | 41704dd9a57c4f84e639e7ee2610e5cd71a5826a | /Castlevania/Boss3.cpp | a1e5eef769eff6ed2173252b9fbde5f6ba08ad89 | [] | no_license | GameCastleVania/CSVNL | b373f213b720c316a5784e7506a7bfaa3edf7723 | 65a452d1b36c8c40ce754fcf5affcab2ac665f24 | refs/heads/master | 2020-06-11T10:12:56.490391 | 2017-01-04T20:28:26 | 2017-01-04T20:28:26 | 75,696,672 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,295 | cpp | #include "Boss3.h"
extern int Boss3HP;
Boss3::Boss3()
{
}
Boss3::Boss3(float X, float Y)
{
PosX = x = X;
PosY = y = Y + 10;
LRight = true;
exploded = false;
shooting = true;
wasHit = false;
hitTime = 0;
isDead = 0;
type = 4;
HP = 16;
vx = 2;
vy = 0;
CRec = RecF(x, y, 32, 80);
}
... | [
"13520592@gm.uit.edu.vn"
] | 13520592@gm.uit.edu.vn |
cca95cc4f2ab243cde8f0712ed0cdecf4720df05 | fec25167d6f425342cd26be40050131bfff34b49 | /shared/hamming.cpp | 235629d4436938206ee2b5554221f47744412e9e | [
"Unlicense"
] | permissive | DeNiCoN/TIK | 65accae707cfb847583719e496cb7857c2983d9d | 3f622e1a18cc217ff702020f065587e3d10ad1e3 | refs/heads/main | 2023-04-21T22:54:03.399766 | 2021-05-19T08:10:37 | 2021-05-19T08:10:37 | 357,243,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,433 | cpp | #include "hamming.hpp"
#include <bitset>
#include <fstream>
#include "bit_getter.hpp"
#include "bit_writer.hpp"
namespace tik
{
namespace hamming
{
enum class Type
{
NORMAL,
EXTENDED
};
void encode(const std::filesystem::path& from,
c... | [
"denicon1234@gmail.com"
] | denicon1234@gmail.com |
7ece2a2d0cec39b419ef176054d383f24a2df42a | 3538f87f9f3c2797455902ed229c0d747a890850 | /src/HTTP/UrlClient.h | 5f737b057ff4ebca2ceed5329b4099bb2aa40b12 | [
"Apache-2.0"
] | permissive | cflep/cuberite | fb2103460067fbf6949858880f7fabde8cd80e2e | 6bbbc52d0201493a9bf4c1f5b1d05dd76240c4bf | refs/heads/master | 2023-08-10T18:10:16.132234 | 2021-09-23T20:49:34 | 2021-09-23T20:49:34 | 317,042,628 | 1 | 0 | NOASSERTION | 2021-02-11T12:36:46 | 2020-11-29T21:03:50 | C++ | UTF-8 | C++ | false | false | 6,180 | h |
// UrlClient.h
// Declares the cUrlClient class for high-level URL interaction
/*
Options that can be set via the Options parameter to the cUrlClient calls:
"MaxRedirects": The maximum number of allowed redirects before the client refuses a redirect with an error
"OwnCert": The client certificate to... | [
"github@xoft.cz"
] | github@xoft.cz |
78c99dff372d89ccd5e36d8a9f82b99c6d7358d5 | 9de18ef120a8ae68483b866c1d4c7b9c2fbef46e | /third_party/concurrentqueue/benchmarks/boost/type_traits/is_rvalue_reference.hpp | 93cd0bf187047d4930ad02d98a1724c349761a0d | [
"BSL-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-free-unknown",
"Zlib"
] | permissive | google/orbit | 02a5b4556cd2f979f377b87c24dd2b0a90dff1e2 | 68c4ae85a6fe7b91047d020259234f7e4961361c | refs/heads/main | 2023-09-03T13:14:49.830576 | 2023-08-25T06:28:36 | 2023-08-25T06:28:36 | 104,358,587 | 2,680 | 325 | BSD-2-Clause | 2023-08-25T06:28:37 | 2017-09-21T14:28:35 | C++ | UTF-8 | C++ | false | false | 882 | hpp |
// (C) John Maddock 2010.
// Use, modification and distribution are subject to 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).
//
// See http://www.boost.org/libs/type_traits for most recent version including documentation.
... | [
"pierric.gimmig@gmail.com"
] | pierric.gimmig@gmail.com |
d1f54a7b90e1f26ee95b9cb428eb77f382c2d04b | dffec5fe339883a8b84be0122eef6a3c64a4fa07 | /src/ctrl/colorpicker.h | 6df1264df4cce43af021633f8b9d3cceae8c8cdf | [] | no_license | ongbe/Memmon | 0e346b161c9b6538f6135eb87a60c14648de7e27 | 6bfbc6158a9b6d0d39ff4795a47501071855454f | refs/heads/master | 2021-01-18T14:29:45.299538 | 2013-02-17T14:51:01 | 2013-02-17T14:51:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | h | #ifndef COLORPICKER_H
#define COLORPICKER_H
#include <QObject>
#include <QColor>
#include <QTime>
#define COLORPICKER_INCREMENT 5
#define COLORPICKER_INIT_INDEX 10
class ColorPicker
{
public:
ColorPicker();
QColor GetColor();
void Reset();
int m_nIndex;
QList<QColor> m_clrList;
void SetStartInd... | [
"kimtaikee@gmail.com"
] | kimtaikee@gmail.com |
9ba8ba81069de290222c8b734e4d7c602a3c1431 | 5e34b73f3b5b57aa9fab98591adc451ea04d5ff2 | /groups/bsl/bslstl/bslstl_multimap.h | 285456eb033d30a172ee35ddf0ea7ecd63770b86 | [
"MIT"
] | permissive | yangg86/bsl | ff0f3e505f5daea975fc93092c54ab9a7e68db37 | ae1c8ab60f8daff69718bda575d044ebdeae484b | refs/heads/master | 2021-01-20T22:55:42.547882 | 2012-11-13T21:03:57 | 2012-11-13T21:03:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 85,716 | h | // bslstl_multimap.h -*-C++-*-
#ifndef INCLUDED_BSLSTL_MULTIMAP
#define INCLUDED_BSLSTL_MULTIMAP
#ifndef INCLUDED_BSLS_IDENT
#include <bsls_ident.h>
#endif
BSLS_IDENT("$Id: $")
//@PURPOSE: Provide an STL-compliant multimap class.
//
//@CLASSES:
// bsl::multimap STL-c... | [
"abeels@bloomberg.net"
] | abeels@bloomberg.net |
a6d833e83b9e83fb852dd8fa42629044deb22a43 | 75c587b8ff471dcf12500fe80895a579c402bf9a | /test/QTestableAutomationRequestTest.cpp | 66740a114cfcd30b482d09b143304664e66cac1b | [] | no_license | gja/qTestable | ebaf7e9769b637a5add5ad86db5193e32ec2b67b | b545a78657634922a23271200edb9d663464ae8d | refs/heads/master | 2021-01-13T01:49:05.923575 | 2011-03-20T05:49:38 | 2011-03-20T05:49:38 | 1,386,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,925 | cpp | #include <QTest>
#include "QTestableAutomationRequest.h"
using namespace QTestable;
class QTestableAutomationRequestTest : public QObject
{
Q_OBJECT
private slots:
void ShouldBeAbleToParseARequestWithoutArguments_data()
{
QTest::addColumn<QString>("request");
QTest::addColumn<bool>("isValid");... | [
"tejas@gja.in"
] | tejas@gja.in |
257e9409fcbf13082f3e0367bed0cd614d57a42e | 5997e1375927f887e4fc1e5b06cc16edc069a395 | /hdf5_wrapper/template/src/write_attribute.inc | 64e15e306ea9dff3a8877b2f17a0d2d54d0031b8 | [
"MIT"
] | permissive | galtay/urchin | 1f37d42c1cfdf7902942b04efbaff114a2c43538 | fc111c16065f58141bc9d9b2629ee058c41df2db | refs/heads/main | 2022-12-05T10:40:46.246680 | 2020-09-04T21:19:33 | 2020-09-04T21:19:33 | 292,947,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,883 | inc | subroutine SUB_NAME (ifile,name,arr,overwrite)
!
! Read an n-D array dataset from an open file. This assumes some
! preprocessor variables have been set - see
! write_attribute_preprocessor.F90.
!
implicit none
integer, parameter :: LEN_STR = 256
integer, parameter ... | [
"gabriel@kensho.com"
] | gabriel@kensho.com |
811fa85045fa60482d0e07020a7b8cb8b020e922 | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest3/0.118/uniform/cumulativeContErr | b8b82ee2a0700f0ea4e6c7692331f48a23ccb6b3 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 958 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
3d316e72c7f5274478932575ed375aa09361e246 | 3db588f4b1e21035610daa5d937d9571f690b249 | /School Attendance System/SchoolAttendanceSystem/SchoolAttendanceSystem/SchoolAttendanceSystemDlg.h | 16c2cdc25bb8777b84ecde24553eb7d196554189 | [] | no_license | sanketjaind/Projects | 1d6cd1abc04c368c13a92e75eb5019854fcb656c | 02e035ad09e93ff971f52019fc706f3a0c5e9e44 | refs/heads/master | 2022-04-25T13:26:57.421503 | 2020-04-25T07:10:18 | 2020-04-25T07:10:18 | 258,704,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,070 | h |
// SchoolAttendanceSystemDlg.h : header file
//
#pragma once
#include "inc.h"
#include "StaffMenu.h"
#include "AdminPanel.h"
#include "CheckAttendance.h"
// CSchoolAttendanceSystemDlg dialog
class CSchoolAttendanceSystemDlg : public CDialogEx, public inc
{
// Construction
public:
CSchoolAttendanceSystemDlg(CWnd* pP... | [
"sanketjaind@gmail.com"
] | sanketjaind@gmail.com |
1f7e6ac9a107e15e4390de2cce108744afb49d82 | ec8db7de14c3b159be388d9cd84b7ffb2759fa0f | /libraries/protocol/odyssey_operations.cpp | 65cae767efa5aacdef922e88188b796497d6e596 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | lucien-tronlab/odyssey | 48264db827cf8e0d8f29713b9b33e89bc0389f79 | 9ea6771aff74f922d8d98fd36dd003a49d8e778a | refs/heads/master | 2021-01-22T04:23:33.782797 | 2017-11-10T03:51:21 | 2017-11-10T03:51:21 | 102,265,342 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 22,161 | cpp | #include <odyssey/protocol/odyssey_operations.hpp>
#include <fc/io/json.hpp>
#include <locale>
namespace odyssey { namespace protocol {
bool inline is_asset_type( asset asset, asset_symbol_type symbol )
{
return asset.symbol == symbol;
}
void account_create_operation::validate() const
{
v... | [
"keelson@tronlab.com"
] | keelson@tronlab.com |
13483a798c60e427aa70bca5f51436b18d12fada | cfa625b06d4924a6b69d5b9add2c19da0ba4f92c | /PhysX_3.4/Samples/SampleBase/RenderBoxActor.h | 448ab361dad63bc54d100ff5877b5282a55ac065 | [] | no_license | ldotn/simple-physx | a731775fe27281b55b03d646f72dd275eaa4befa | a065a9c734c134074c63c80a9109a398b22d040c | refs/heads/master | 2022-03-22T20:49:42.997588 | 2019-12-01T15:45:01 | 2019-12-01T15:49:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,160 | h | // This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... | [
"pachesantiago@gmail.com"
] | pachesantiago@gmail.com |
712ce1ac0b05b218e7ea51a70df3d8ae87a087f7 | 3c6331c46dbf3537ef9a1d382f2121bd98299abb | /ReferenceSwap/ReferenceSwap/ReferenceSwap.cpp | daace0b11da1d256f23e70fe3e99710510a6da0a | [] | no_license | awbwd4/jaekk | 179b1e98b89561a4cd1fd55dd688bee9eb914254 | ddd65f717bdea093e6625a99672a59fb7a29ada2 | refs/heads/master | 2021-10-09T15:11:39.278530 | 2018-12-30T07:03:18 | 2018-12-30T07:03:18 | 112,326,924 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,394 | cpp | // ReferenceSwap.cpp : 이 파일에는 'main' 함수가 포함됩니다. 거기서 프로그램 실행이 시작되고 종료됩니다.
//
#include "pch.h"
#include <iostream>
using namespace std;
//참조 전달이므로 호출자 변수의 값을 변경할 수 있다.
void Swap(int &a, int &b) {
int nTmp = a;
a = b;
b = nTmp;
}
int main()
{
int x = 10, y = 20;
Swap(x, y);
cout << "x : " << x << endl;
cou... | [
"awbwd4@gmail.com"
] | awbwd4@gmail.com |
d5e11a2527b2c59523b9783bdd8267dbf583d14f | 00c528f1ac1223d264fccba7633c6cd40f8ef104 | /io.cpp | 35349bcce437e13e4d6ada422fbe5165c04efbe3 | [] | no_license | lyinch/ncurses-howto | cb5011053438c9f4e5e79cfc2db25ca6b9a33b59 | da16d4a98d5aa6be0b456bb6d990fabdc8779912 | refs/heads/master | 2020-05-30T12:03:59.083040 | 2019-06-06T13:11:21 | 2019-06-06T13:11:21 | 189,722,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,535 | cpp | #include <iostream>
#include <ncurses.h>
int main() {
int ch;
initscr(); // start cursed mode
raw(); // Send all keys to the program instantly
//cbreak(); // Disable terminal buffering, but let terminal handle interrupt keys normally
noecho(); // don't print user input
... | [
"backes.thierry@gmail.com"
] | backes.thierry@gmail.com |
7caa7967d5227dbf322a3863fd42311860f3febc | 4e035c6d51fa19cbdf4f584867b55e7813b69869 | /include/Rendering/SRenderTargetViewDesc.h | 2c95de5fcf46471c864b4de9d9ef1adde4570355 | [] | no_license | ipoopedmypantsuups/HitmanAbsolutionSDK | d28ec117f8da8c2f1bab3068a17c7143c5f83ea4 | c4a211550dc66687df9bdae5d4c0bf665d48f5ad | refs/heads/main | 2023-03-08T05:04:24.939062 | 2021-02-20T08:07:30 | 2021-02-20T08:07:30 | 359,103,783 | 0 | 0 | null | 2021-04-18T09:50:59 | 2021-04-18T09:50:58 | null | UTF-8 | C++ | false | false | 821 | h | #pragma once
#include "ERenderFormat.h"
class SRenderTargetViewDesc
{
public:
ERenderFormat eFormat;
enum EViewDimension
{
VIEW_DIMENSION_TEXTURE2D = 0x1,
VIEW_DIMENSION_TEXTURE2DMS = 0x2,
VIEW_DIMENSION_TEXTURE2DARRAY = 0x3,
VIEW_DIMENSION_TEXTURE3D = 0x4,
} eViewDime... | [
"pavle_nis@yahoo.com"
] | pavle_nis@yahoo.com |
e2c839299ef7a2aea2ff63aca8944c5c588f6882 | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /Various/Modula 2/Holger Kleinschmidt/M2POSX14/SRC/SIG.IPP | 21ddba9ac93759ca306fee37b5735f019efb3b3c | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | UTF-8 | C++ | false | false | 22,244 | ipp | IMPLEMENTATION MODULE sig;
__IMP_SWITCHES__
__DEBUG__
#ifdef HM2
#ifdef __LONG_WHOLE__
(*$!i+: Modul muss mit $i- uebersetzt werden! *)
(*$!w+: Modul muss mit $w- uebersetzt werden! *)
#else
(*$!i-: Modul muss mit $i+ uebersetzt werden! *)
(*$!w-: Modul muss mit $w+ uebersetzt werden! *)
#endif
#endif
(****... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
dff3385bf1f1780ba8bfb4638607036dcc603998 | 82a4227df30a4dd54d1160a0b361b9eb5336cb66 | /mission/lib/px4_traj_pose_control.cpp | c192ab75a252a9ff8489481efe71b4dab5d66a4b | [] | no_license | myboyhood/laser_plane | 35703e1fd8a6d97c77705d53d3c7d11d75e67404 | 363c3c86de8997149f77496ec97753e1303d18f8 | refs/heads/master | 2023-03-01T17:05:36.449344 | 2021-01-19T03:54:06 | 2021-01-19T03:54:06 | 276,531,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,980 | cpp | //
// Created by wzy on 2020/9/1.
//
#include <mission_core.h>
using namespace Eigen;
Vector3d delta_xyz;
void mission_core::px4_waypoint_calculate(Vector3d start_p,Vector3d end_p){
waypoint_count = 0;
step_x = (end_p[0] - start_p[0])/xyz_step_count*1.0;
step_y = (end_p[1] - start_p[1])/xyz_step_count*1.0... | [
"noreply@github.com"
] | myboyhood.noreply@github.com |
f93e64068ce9c22c43d16a66b2343e873fc4eb34 | 0288d2fff958e5b7dbc0c4e3d765bfb842a885af | /PA1/pa1-b/09.cpp | 10e05f568e4542d2de5d592cd0a55884d5132f1e | [] | no_license | georgao35/DSA | e0daf1e0eec57abb750a896b3a9b1faa206d514b | c6e13917bf7c1122db83423473c220359a633fef | refs/heads/master | 2023-02-05T20:10:30.680401 | 2021-01-01T04:02:53 | 2021-01-01T04:02:53 | 295,629,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,520 | cpp | #include <cstdio>
#include <cstdlib>
#include <cstring>
using namespace std;
char a[1 << 22]; // 不分块的珠子
int realn; // 珠子总长度
const int cut = 1 << 11; // 分块时每一块的长度
const int sec = 1 << 12; // 每块最大长度
char p[1 << 12][sec]; // 分的块
int plen[1 << 12]; // 每一块的长度
int pn; // 块数
struct Rank {
int f... | [
"gaojy19@mails.tsinghua.edu.cn"
] | gaojy19@mails.tsinghua.edu.cn |
226017edc0e5b4ff31b7768be38abdba9d537036 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-17222.cpp | 92849642b5b422ab961b14e59f26c544761781b1 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,402 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1 : virtual... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
085ebc07e08990451e76a6a1d35d5ba2e7919144 | bf9efdf9c30b8730d7e0aa2cbdcf2045fa14bcec | /arduino/ros_lib/asv_msgs/Heading.h | 9cf6f03dd256b878aaec12b9340ed7a033584810 | [
"MIT"
] | permissive | championway/asv_ros | d91ae81853904302300df0ef442436774a519a00 | 4ded50c48077e1e63586cd32be2354633c163975 | refs/heads/master | 2023-07-08T18:47:15.759512 | 2021-08-10T17:48:23 | 2021-08-10T17:48:23 | 215,058,858 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,485 | h | #ifndef _ROS_asv_msgs_Heading_h
#define _ROS_asv_msgs_Heading_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace asv_msgs
{
class Heading : public ros::Msg
{
public:
typedef float _phi_type;
_phi_type phi;
typedef float _speed_type;
_speed_typ... | [
"cpwearth.eed03@g2.nctu.edu.tw"
] | cpwearth.eed03@g2.nctu.edu.tw |
c75f928de8c74e5c06aa5e4ebe794fc6b5c3996e | 53a4b38250794b8745bf0a478e340c94df2e4802 | /projects/compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc | 237c880f8e613a9c2e8348521b704d9a7c2c7e90 | [
"NCSA",
"MIT"
] | permissive | steleman/flang7 | 8ac9b0f4c9aa3f3660463c0fa5b191e27806ccc7 | b1835583939b41ba3ef91080498fba12e582340f | refs/heads/master | 2020-05-20T01:09:00.314856 | 2020-01-10T23:45:50 | 2020-01-10T23:45:50 | 185,304,403 | 0 | 0 | NOASSERTION | 2019-05-07T02:17:53 | 2019-05-07T02:17:53 | null | UTF-8 | C++ | false | false | 3,970 | cc | // RUN: %clangxx_asan -O0 %s -pthread -o %t && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O1 %s -pthread -o %t && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O2 %s -pthread -o %t && %env_asan_opts=det... | [
"stefan.teleman@cavium.com"
] | stefan.teleman@cavium.com |
d74fc193a4bd0a5848eb006d980b44e22bd429e4 | aafa842bd4e19d0c4b49d82777015322d5f28302 | /Curseur.h | 39518a0da8e1035d9309a28e673ac5e090e6fe13 | [] | no_license | carodak/Gomoku | b967aeb915835c593ecd56b1bdc81b1dbc2530a3 | a30ecb9e770490aa76828392933b223d106845b3 | refs/heads/master | 2021-06-27T23:25:33.081315 | 2020-09-11T21:58:45 | 2020-09-11T21:58:45 | 151,996,493 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | h | #ifndef CURSEUR_H
#define CURSEUR_H
#include <SFML/Graphics.hpp>
#include <SFML/Audio.hpp>
#include "Cellule.h"
#include "Pions.h"
class Curseur
{
public:
Curseur(sf::Event &event);
//Accesseurs en lecture
float getX() const;
float getY() const;
//Accesseurs en écriture
... | [
"xialah@MacBook-Pro.local"
] | xialah@MacBook-Pro.local |
a425505928a38703ce15162f0f61d059cd7d654a | 9300cbc7fd196b7f503783e1280f7bf263ebacc9 | /robot/Patte.cpp | 932848f92554f08b4051542cdfd15cd2b01c16ac | [] | no_license | cipion/Porjet_Hexapod | 604233ef35d38d272dfa099bc9d77cb92ec0e4d5 | ad6f6c629f434430893b0398da988435a056be61 | refs/heads/master | 2020-03-29T14:41:09.238379 | 2015-01-22T20:28:58 | 2015-01-22T20:28:58 | 27,351,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,702 | cpp | #include "Patte.h"
#define M_Pi 3.14159265359
Patte::Patte()
{
}
Patte::~Patte()
{}
Patte::Patte(SerialRPi liaison, int Step, char IDCoxa, char IDFemur, char IDTibia) {
initStep = Step;
step = Step;
servoCoxa = new AX12(liaison, IDCoxa);
servoFemur = new AX12(liaison, IDFemur);
serv... | [
"thomas.gache@yahoo.fr"
] | thomas.gache@yahoo.fr |
cab303b87853fef00684bc26586cde4e01c915c0 | bff9ee7f0b96ac71e609a50c4b81375768541aab | /src/external/armadillo/tests/gen_randu.cpp | c2811c4e21ca8dc1ae52089932983ee48409f2d2 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | rohitativy/turicreate | d7850f848b7ccac80e57e8042dafefc8b949b12b | 1c31ee2d008a1e9eba029bafef6036151510f1ec | refs/heads/master | 2020-03-10T02:38:23.052555 | 2018-04-11T02:20:16 | 2018-04-11T02:20:16 | 129,141,488 | 1 | 0 | BSD-3-Clause | 2018-04-11T19:06:32 | 2018-04-11T19:06:31 | null | UTF-8 | C++ | false | false | 1,670 | cpp | // Copyright 2015 Conrad Sanderson (http://conradsanderson.id.au)
// Copyright 2015 National ICT Australia (NICTA)
//
// 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... | [
"znation@apple.com"
] | znation@apple.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.