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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d63a0db323c182c1ec1a577d059ea377ddfa283d | a437bc72452f07c66b14ca7d01a530742b8d46f3 | /d03/ex02/ClapTrap.cpp | 90ebf08c090141141b9a9163a83ede3483e49816 | [] | no_license | armou/piscine_cpp | b73086a1411d3c7fab713ea442b3ac14bf7e1309 | 69e315ffdce8ae2ff0d9bb24dc3bc92b22d16ed0 | refs/heads/master | 2022-11-22T08:55:37.813096 | 2020-07-27T14:07:16 | 2020-07-27T14:07:16 | 282,916,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,471 | cpp | #include "ClapTrap.hpp"
ClapTrap::ClapTrap ( void ) {
this->_init();
this->_name = "Rick the Default ClapTrap";
std::cout << this->_name << "(ClapTrap) : Introduction." << std::endl;
return;
}
ClapTrap::ClapTrap ( std::string name ) {
this->_init();
this->_name = name;
std::cout << this->... | [
"aoudin@e2r6p18.42.fr"
] | aoudin@e2r6p18.42.fr |
6ecf889d4170b7c45b6d50f00fca255ba4d72612 | 9028516ff0b2d95b8000b9fc4c44c29aa73c926c | /src/wallet/walletdb.cpp | a2ec603929ba00bd0ff8a54f747d13360e0a915a | [
"MIT"
] | permissive | lycion/TripOne | a9e546eac9ad6179c0b6bd4f868162f70930b6ac | c6ae7d9163ef4095fe0e143d26f3311182551147 | refs/heads/master | 2020-03-28T22:29:06.119551 | 2018-09-18T06:07:06 | 2018-09-18T06:07:06 | 149,236,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,000 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2015-2018 The Bitcoin Unlimited developers
// Copyright (c) 2017 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/lic... | [
"lycion@gmail.com"
] | lycion@gmail.com |
e25fab947e04640a6b01d3891156423f5b01ba5a | c3ad6263554e6b5c8b7c4ff969d9296f708778fa | /HW_Project_9/homework_1572887168/Lesson9_1/Lesson9_1/Lesson9_1.cpp | 9aa83491a0da5b83b5e0f1244a961e82177de1e4 | [] | no_license | Cybr0/C_Cpp__Part-3 | 47b5f4bd1b069e678a08848cdf5e95c4c05b86c5 | 5015c285b6735e7de7b4f84300e585b8f80e2b6c | refs/heads/master | 2022-10-19T05:09:30.976833 | 2020-06-12T12:20:16 | 2020-06-12T12:20:16 | 271,791,390 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | cpp | ๏ปฟ#include <iostream>
#include <sstream>
#include "Array.h"
void check_true(bool v) {
if (v) {
std::cout << "OK" << std::endl;
}
else {
std::cout << "FAIL" << std::endl;
}
}
bool compare(double a, double b) {
return (fabs(a - b) < DBL_EPSILON);
}
int main() {
Array arr;
arr.push_back(1);
arr.push_back(2)... | [
"44771809+Cybr0@users.noreply.github.com"
] | 44771809+Cybr0@users.noreply.github.com |
9543a0b91d1e8d4113d8cea4119dc6ab3edc2b52 | 1038d0511ab29f6bc2e50c5328823730e49bc4c5 | /datacombobox.hxx | 249fe1ab3472d2ee95c8d8feb2a24d91addca682 | [] | no_license | johanneslochmann/datacollector | 9a23f8186ac247d13af50af4a365946259dd228c | 77b7d675ef8a15fda0bd6b512026a8f1afffc616 | refs/heads/master | 2021-01-10T09:52:08.135378 | 2016-02-19T20:07:38 | 2016-02-19T20:07:38 | 45,186,142 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 439 | hxx | #pragma once
#include <QComboBox>
#include "storable.hxx"
class DataComboBox : public QComboBox
{
Q_OBJECT
public:
explicit DataComboBox(QWidget* p);
signals:
void datasetActivated(const StorableSPtr s);
public slots:
void onItemActivated(const QString& txt);
void reload() { implReload(); }
pr... | [
"johannes.lochmann@gmail.com"
] | johannes.lochmann@gmail.com |
c7738e67597c88d33a6e68a153141cb1678bf987 | 7dedb11bd6620b14004d2fead3d0d47daf2b98bf | /CodeForces/cf-653b.cpp | 8a77a3eeead9e34ec899ea5485645f3fcd059de7 | [] | no_license | nickzuck/Competitive-Programming | 2899d6601e2cfeac919276e437a77697ac9be922 | 5abb02a527dd4cc379bb48061f60501fc22da476 | refs/heads/master | 2021-01-15T09:19:34.607887 | 2016-06-01T20:38:45 | 2016-06-01T20:38:45 | 65,146,214 | 1 | 0 | null | 2016-08-07T17:44:47 | 2016-08-07T17:44:44 | null | UTF-8 | C++ | false | false | 969 | cpp | #include <iostream>
#include <cstdio>
#include <string>
#include <sstream>
#include <vector>
#include <list>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <bitset>
#include <numeric>
#include <iterator>
#include <algorithm>
#include <cmath>
#include <chrono>
#include <cassert>
using namespa... | [
"timonknigge@live.nl"
] | timonknigge@live.nl |
4338c536ffdc6ee00f19a12cd2d8cb61b5938ce5 | c6df5d16f8d0d81f8eb10a0d6934567af755aa38 | /Sigma/Stations/MachineControl/MachineControl/Class/SigCLib/CTimeLib.cpp | 48d16a8e2094b1ddd848baf792f942717ddb5cfe | [] | no_license | Strosel/T4Exjobb | 9b6b380ec3b3a9222981b202f9013b52bc7f2335 | 7257ef722639881660877671b8d87eaefe3512ae | refs/heads/master | 2020-05-02T04:27:37.618992 | 2019-04-23T08:09:26 | 2019-04-23T08:09:26 | 177,750,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 61,998 | cpp | //{{LSL_ENCRYPTION 16#800
151A52AEF342212FF2412A957A14F9951AA6DF12D5310040D0233BAA85AFE3D6402A9029FE51EAC05C3321FA075FA164C4C51EA98B4E340364329B110105DCDDC73BF48BD995F7DF7FAD87BB00832C2D002C7AC0D56326E4D39A33562F89A9400367E185
BA374CAD0061F886595D6A64BC74CAB63F012E7529FC3F04CDC0CEC4D00D8F7B1E71669A6B7A579E28F3AAE3B02A3... | [
"axel.paulander@gmail.com"
] | axel.paulander@gmail.com |
93d3814d967a5a3e9c1dbd8cfa6662e97b32fd5a | 534cd3948c3bc665363e04826e1a42200e81cb1b | /code/baseDiscrete.h | 98e72db5781a90b9db05ffe41f7191b2d254c04e | [] | no_license | yunpeng5/UpdateRandom | 191a27e7e5619133e9c2d86da93dbc2855e212f7 | d7a6f6260ab908bb4767617beebfc0e7e8eddcd0 | refs/heads/master | 2020-09-25T06:28:43.712826 | 2019-12-05T04:48:28 | 2019-12-05T04:48:28 | 225,938,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | h | #ifndef MbaseDiscrete
#define MbaseDiscrete
class baseDiscrete
{
public:
//using for starting generating method
virtual ~baseDiscrete()=0;
//using for giving the generating result
virtual int ransample()=0;
//using for change the distribution
virtual void change(int index,double weight)=0;
};
... | [
"yunpeng5@ualberta.ca"
] | yunpeng5@ualberta.ca |
3c5b11582811bd14f8a18d04ccb21db42e6cb779 | f2eeceec70af215dfc9a0181aa2696b710cad7ac | /mod03/ex03/ClapTrap.cpp | f06626b08da1d04e469a8fcb900d6c92448ad333 | [] | no_license | a-cha/cpp_beginning | 034ca58a2f3029c651405e9515a1eb0faa2e3506 | 15860bf225793c94e86dfc86702b81856682c44b | refs/heads/master | 2023-03-13T13:14:20.750910 | 2021-03-26T09:00:55 | 2021-03-26T09:00:55 | 339,658,733 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,257 | cpp | //
// Created by Skipjack Adolph on 2/20/21.
//
#include "ClapTrap.hpp"
#include "print.hpp"
ClapTrap::ClapTrap() :
hitPoints(),
maxHitPoints(),
energyPoints(),
maxEnergyPoints(),
level(),
meleeAttackDamage(),
rangedAttackDamage(),
armorDamageReduction()
{
std::cout << BLUE "Parent ClapTrap" STD << " has constructed... | [
"chaparin.anton@gmail.com"
] | chaparin.anton@gmail.com |
830684dcde0d6ab8ce421350975e178b5fe291d6 | ef97d8c9d304180803fac6c90695a0df240cbbab | /Hough_Transform_on_FPGAs_Using_oneAPI/01_FPGA_Emulation_Using_Intel_oneAPI_Base_Toolkit/src/split/hough_transform_kernel.hpp | c398f9347fee88c6b6cb8240b0fa072ede2d2e81 | [
"MIT"
] | permissive | deepikagoel1/intel-ai | ec3b6e528b72866c948240ba06a807af6bd079d3 | 96504dcd7b3e73708eeefbcd5e8bace08dcfece5 | refs/heads/main | 2023-06-02T19:56:00.093291 | 2021-06-24T19:06:48 | 2021-06-24T19:06:48 | 380,021,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | hpp | //==============================================================
// Copyright ยฉ 2020 Intel Corporation
//
// SPDX-License-Identifier: MIT
// =============================================================
#include <vector>
#include <CL/sycl.hpp>
#include <CL/sycl/INTEL/fpga_extensions.hpp>
#include "../../util/sin_cos_v... | [
"u78986@s001-n001.aidevcloud"
] | u78986@s001-n001.aidevcloud |
120c5ccae2bafb5d304c4952ceac8e56506cd961 | b3960efcf7b3d22b1f175e642e0a672166d88eb1 | /MiniOpocio.cpp | e1c9d75f8e6188f342727351af9f542458478ced | [] | no_license | LucaPizzagalli/chemotaxis-pathfinding | 170c03e67276f4a116310e4c12cedc13c11a8630 | 462bed4192f22eb2f1fe1a4330d7b8aed64f0557 | refs/heads/master | 2020-05-03T04:27:42.872482 | 2019-03-29T16:32:05 | 2019-03-29T16:32:05 | 178,422,128 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,900 | cpp | #include <math.h>
#include <algorithm>
#include <stdio.h>
#include "functions.h"
#include "Mappa.h"
#include "Opocio.h"
#include "MiniOpocio.h"
#define VITA_INIZIALE 1
#define INFANZIA 2000
#define SMELL 0.4
MiniOpocio::MiniOpocio(Mappa *in_mappa, float in_posx, float in_posy)
{
dim = 0.4;
speed = 0.2;
vi... | [
"lucapizzagalli@gmail.com"
] | lucapizzagalli@gmail.com |
8a3c39af6374a8fc32b985e7aa94969ff2d2ed18 | 013545d017d2e9d2ff1109385810413366959bf4 | /main.cpp | f01dc70d58b87a0c0eeec76425785edd8d1a2d6f | [] | no_license | ahorovit/Chess_AI | 9a296fbef7a5dc208dcd6958a12512ea79f4ef3a | d6ea8e37aa68806596622b85ae590450d52933a7 | refs/heads/master | 2020-12-25T15:19:22.695835 | 2016-06-14T05:54:14 | 2016-06-14T05:54:14 | 61,095,355 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,048 | cpp | /*
* File: main.cpp
* Author: arit
*
* Created on March 18, 2015, 6:24 PM
*/
#include <cstdlib>
#include <iostream>
#include "chessBoard.h"
#include "chessPlayer.h"
#include "myPlayer.h"
using namespace std;
/*
* Usage: chess with no arguments makes the player white.
* chess with any arguments make... | [
"ahorovit@gmail.com"
] | ahorovit@gmail.com |
ad54c973fe477e9c01d2c20f550dd95517d04913 | 78db2b7e7c0575bc39e2cbc4c679d13c48fe4aa1 | /Source/NZGame/Item/NZDroppedPickup.cpp | a50fa0b7d0833b3b2e22187381680fc38ee104f0 | [] | no_license | cloudjiang/NZGame | 77641257405dbf4adb564ee5965f3e47c88eadb2 | 0e637494c49187937683b9ffd063c5db9e97efe7 | refs/heads/master | 2020-12-01T11:47:01.445948 | 2016-08-21T08:02:59 | 2016-08-21T08:02:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,610 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "NZGame.h"
#include "NZDroppedPickup.h"
#include "NZInventory.h"
#include "NZGameMode.h"
#include "NZProjectileMovementComponent.h"
#include "UnrealNetwork.h"
#include "NZRecastNavMesh.h"
#include "NZWorldSettings.h"
#include "NZPi... | [
"terryzhong@tencent.com"
] | terryzhong@tencent.com |
f1f03fd068acb396217f8c97e4a00a623b35e7cc | 79810323367c80f327e639eccbe420680cb9c4c0 | /VideoCutting/FfmpegMixer.cpp | c0916324b45526a7c2a04c1caa5b10ae37a7cad8 | [] | no_license | 4ortyk/Mix | 5ee1d88b60b42eb0f3ece17aeeb291cf45acbd85 | 4ef3cf0b6b5502603db5f0f3b97f7a352d46cdf2 | refs/heads/master | 2021-01-19T03:16:32.136829 | 2012-09-07T09:11:14 | 2012-09-07T09:11:14 | 5,672,022 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,425 | cpp | #include "stdafx.h"
#include "FfmpegMixer.h"
#ifdef __cplusplus
extern "C"
#endif
{
#include <libavformat\avformat.h>
#include <libavutil\avutil.h>
#include <libswscale\swscale.h>
}
CFfmpegMixer::CFfmpegMixer(const CLayout& layout) : CConsumer(layout)
{
}
CFfmpegMixer::CFfmpegMixer(const CFfmpegMixer& obj) : CCo... | [
"antonina_pelts@bigmir.net"
] | antonina_pelts@bigmir.net |
f6ecdf4d44213482d1085671421e1fff46e78d77 | abca9e32e4fb97c9433ce50720049e0a8f18d9d4 | /src/support/cleanse.cpp | bece96ae3d3c0de3119e6c388970ac67928636dc | [
"MIT"
] | permissive | nikolake/minerium | b0829475f24033b81b184781308dbaef1db182d1 | aa014119a70ba4997df1ab4ab05570a0b01f1590 | refs/heads/master | 2022-07-18T13:33:04.536700 | 2020-05-17T19:03:20 | 2020-05-17T19:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2020 The Minerium Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "cleanse.h"
#in... | [
"46746362+bunbunbunbunbunny@users.noreply.github.com"
] | 46746362+bunbunbunbunbunny@users.noreply.github.com |
ee5f6605484155c42e0eb941a5b761a83beee623 | 217807dd255fa7a2df1535dc6844b39317573f60 | /src/Eclipse.cpp | a519eaaa8f128fad5211ba41bf29c064aaa771ea | [] | no_license | jkleiber/EclipseR | e287a98d49fc0e896960ba241062492761c1d5c9 | a2e7ff1cdf601dc008a4ceec9c6f387880496609 | refs/heads/master | 2021-08-24T02:47:00.523675 | 2017-12-07T18:25:07 | 2017-12-07T18:25:07 | 106,234,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,762 | cpp | /*
* Eclipse.cpp
*
* Created on: Sep 17, 2017
* Author: justin
*/
#include "Eclipse.h"
#include <iostream>
Eclipse::Eclipse()
{
this->catalogNum = "0";
this->eclipseType = " ";
this->numCells = 24;
this->numColumns = 0;
this->rawInput = "";
this->numErrors = 0;
this->row = 0;
for(int i = 0; i < 24... | [
"jkleiber8@gmail.com"
] | jkleiber8@gmail.com |
dfd0a650c29e821b4d2be6b11554789074d5adda | f81749de4aad3955433ef183dba9813cd54af57f | /instance/problem/continuous/large_scale/CEC2013/N7S1_SR_Ackley_F6.h | c46b168ae5d6137228eb9dec185658e8e752ae45 | [] | no_license | Strawberry9583/OFEC_Alpha | bc27208143647e91f5acd7cfc86b666c8a59aac4 | f251f02d8d63544f49d832efa8acb06da5cd028a | refs/heads/master | 2021-08-22T11:00:32.068132 | 2017-11-28T02:04:36 | 2017-11-28T02:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | h | /*************************************************************************
* Project:Open Frameworks for Evolutionary Computation (OFEC)
*************************************************************************
* Author: Li Zhou
* Email: 441837060@qq.com
* Language: C++
*************************************************... | [
"changhe.lw@gmail.com"
] | changhe.lw@gmail.com |
870dfda88ec680676877b445cd001002f333e8b7 | 0aa76b60b43fcef208c372fd72900936b39266ea | /mainwindow.cpp | 9b46a9afca7045ec0b1f8448de77d3fdc39404c8 | [] | no_license | jac132/custom-tcp-passthrough | 2351114e1d64e31ea9ffa236cf3020b1af07f576 | 71db08f86b8a7e53782ef397cebb41c7259943f8 | refs/heads/master | 2021-01-10T10:27:04.990783 | 2012-11-05T19:46:56 | 2012-11-05T19:46:56 | 51,627,377 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,669 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
defHost = "109.234.78.19";
defPort = "10001";
reachedServer = false;
loopActEd = false;
connect(ui->textBr_1, SIG... | [
"asisit@hotmail.com"
] | asisit@hotmail.com |
630e33a2d541108ab08bb6b8a85b0c005ed8fa7d | d6cf7e3a1a58fd3185e2619419f6aa66e8e9a9da | /3.6.7 Cyclic process. Working with numbers in number/4/main.cpp | 0d09dcdca2ebf818a13208e9bae77ec1f2d9ddf9 | [] | no_license | Nkeyka/Qt-Creator-Cpp-Book | 6ba92cdb0eda0b844c83815266756c7e18d285e1 | dcbfaf86bd0ece7c0e5642e03ab5796e2a68c916 | refs/heads/main | 2023-02-23T08:52:16.902547 | 2021-02-02T05:21:36 | 2021-02-02T05:21:36 | 319,847,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | cpp | #include <iostream>
using namespace std;
int main()
{
int N, even = 0, odd = 0;
cout << "N = ";
cin >> N;
do {
if (N % 10 % 2 == 0) even++;
else odd++;
N /= 10;
} while (N > 0);
cout << "even " << even << " odd " << odd;
return 0;
}
| [
"nkeyka@gmail.com"
] | nkeyka@gmail.com |
947c15559da3e7539dd1ac740521379275f5d172 | 73d648a072775d64db7a4c4711b9da32c69fbece | /poj/2100.cpp | 4a755b6c54dd3da32834fe7fbf948198afacf275 | [] | no_license | 12Dong/acm | e209605c57e8a2d0247ef5c86f50aec1d43e86b3 | 4f0c98fd4649f730db2ab8300ce45d04dd31e766 | refs/heads/master | 2020-12-30T17:51:18.751827 | 2017-10-21T07:30:56 | 2017-10-21T07:30:56 | 90,933,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | cpp | #include<iostream>
#include<cmath>
typedef long long ll;
using namespace std;
ll Ans[10000005][2];
int main()
{
ll n;
while(cin >> n)
{
ll times;
ll l=1,r=1;
ll el,er;
ll ans=0;
ll sum=0;
while(1)
{
while(r<=sqrt(n)&& sum < n)
{
sum=sum+r*r;
r++;
}
if(sum < n) break;
if(sum==n)
... | [
"289663639@qq.com"
] | 289663639@qq.com |
72d526ce13be34b75079281542f8adae940e7f53 | b2628ff5e11120549620d31d0f03b82452e6dacb | /Demo.cpp | 945226437f3d0fd46d120055e6f3324f23b6cd0f | [] | no_license | ZviMints/BullAndPgia | 999aa7a95878389f23b2ea146aa1136a1f3bba7d | 1189c97cfd929e028cf90bbd20ca0dd97d7b2501 | refs/heads/master | 2020-05-19T00:59:35.124068 | 2019-05-06T11:14:09 | 2019-05-06T11:14:09 | 184,747,250 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,551 | cpp | /**
* A demo program for bull-pgia.
*
* @author Erel Segal-Halevi
* @since 2019-04
*/
#include <iostream>
using namespace std;
#include "play.hpp"
#include "DummyChoosers.hpp"
#include "DummyGuessers.hpp"
#include "SmartGuesser.hpp"
#include <chrono>
#include <thread> // For Sleep
using namespace bullpgia;... | [
"ZviMints@gmail.com"
] | ZviMints@gmail.com |
c5f45768652650881b3845208185c56412da3c17 | d20b517c520a441cd4c2dbbbbcd7c204dc654f61 | /Base Station/src/LilyGO-SIM7000-Cayenne.ino | c54b35f6ec43b45a666f45f46e37269bdc89119d | [] | no_license | izzet-kalinsazlioglu/Monitoring-System | f27f9741b51679c3c62b5de44cd3ec8e496fbb81 | 925ab7a248d04d66095f1eb9e0f745e293d64c5e | refs/heads/main | 2022-12-25T19:59:21.621800 | 2020-10-05T14:50:08 | 2020-10-05T14:50:08 | 301,428,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,426 | ino |
#define TINY_GSM_DEBUG Serial
#define CAYENNE_PRINT Serial
#define TINY_GSM_MODEM_SIM7000
#define USE_GSM //! Uncomment will use SIM7000 for GSM communication
#ifdef USE_GSM
#include <CayenneMQTTGSM.h>
#else
#include <CayenneMQTTESP32.h>
#endif
#include <Arduino.h>
#include <Wire.h>
#include <Adafruit_... | [
"izzet@idealyazilim.net"
] | izzet@idealyazilim.net |
32e571fabfb8fb3e32576a977ae3538399daee17 | 349fe789ab1e4e46aae6812cf60ada9423c0b632 | /Program/FIBPlus/DBServ20/DocReal/UDMDocReal.h | 0177ef4c4e4ab4d7486f8d6e4fd7626338b50fe9 | [] | no_license | presscad/ERP | a6acdaeb97b3a53f776677c3a585ca860d4de980 | 18ecc6c8664ed7fc3f01397d587cce91fc3ac78b | refs/heads/master | 2020-08-22T05:24:15.449666 | 2019-07-12T12:59:13 | 2019-07-12T12:59:13 | 216,326,440 | 1 | 0 | null | 2019-10-20T07:52:26 | 2019-10-20T07:52:26 | null | WINDOWS-1251 | C++ | false | false | 5,074 | h | //---------------------------------------------------------------------------
#ifndef UDMDocRealH
#define UDMDocRealH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DB.hpp>
#include <IBC... | [
"sasha@kaserv.ru"
] | sasha@kaserv.ru |
7430f700bbc63dca6e6fb017bbdb3d19c040c296 | 61804cb6c5a947bd89a5d3bedb45fae7dd09480f | /vecteur.cpp | 86ba73ab5d9a01dfb690411fb9fffc5b2f803d1f | [] | no_license | Nageat/VecteurMatrice | 213eedfc9152c1ee229668c99f19dd51eff61c43 | 022263e583f9d06c0aac6aa9ebc345f978ad639c | refs/heads/master | 2020-12-07T23:06:00.147687 | 2020-01-09T14:14:31 | 2020-01-09T14:14:31 | 232,822,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | #include "vecteur.h"
vecteur::vecteur()
{
for (int i = 0; i < 3; i++)
nTab[i] = 0;
}
void vecteur::display(int nTab[])
{
cout << "(" << nTab[0] << "," << nTab[1] << "," << nTab[2] << ")" << endl;
}
vecteur::~vecteur()
{
}
vecteur rodeMembre(Matrice, vecteur)
{
vecteur vect;
for (int i = 0; i < 3; i++)
{
ve... | [
"skyfulle68@gmail.com"
] | skyfulle68@gmail.com |
476a45e1d395f41d9e2910c042a0b5694c452777 | 382efc4bb390811b3317652097f80b5def9a963d | /src/rpc/blockchain.cpp | d8d6783b484b5c933dd81c00e71f234cc0df7ec9 | [
"MIT"
] | permissive | maniacoin/maniacoin | dcfc3ea77afdcaa73bcf82e5eefc1b92f81f0de8 | cfc0ee57ddff4e05d363298725c91727c6d27ddf | refs/heads/master | 2023-02-28T11:16:05.730596 | 2021-02-04T20:20:51 | 2021-02-04T20:20:51 | 335,065,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,175 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "rpc/blockchain.h"
#include "amount.h"
#include "chain.h"
#include "chainpar... | [
"support@maniacraft.net"
] | support@maniacraft.net |
450892e7c366246b82e26c1a57515ef8c56c1b78 | aaa31215193aeae549a553c58f278891e9b67e1c | /source/CompilerGlsl/GlslExprConfigFiller.hpp | 3dcde36eec9b20ba29a9a2e7cd5c51cc9a1df5f2 | [
"MIT"
] | permissive | lethep/ShaderWriter | b14d5308bf9ab64e24afeceaf6a9d79b91223a5a | 4cbf830435e33a70bf8dc77386f00a3c910be274 | refs/heads/master | 2023-03-10T06:09:58.842691 | 2021-02-18T19:37:07 | 2021-02-18T19:37:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,653 | hpp | /*
See LICENSE file in root folder
*/
#ifndef ___SDW_GlslExprConfigFiller_H___
#define ___SDW_GlslExprConfigFiller_H___
#pragma once
#include "GlslHelpers.hpp"
#include <ShaderAST/Expr/ExprVisitor.hpp>
namespace glsl
{
class ExprConfigFiller
: public ast::expr::SimpleVisitor
{
public:
static void submit( ast:... | [
"dragonjoker59@hotmail.com"
] | dragonjoker59@hotmail.com |
6e4db4db9ed7a6d11a6a78c20538e226ca22af35 | 9b553bbfc8b0807d7f860964d6044d6ccf6d1342 | /rel/d/a/obj/d_a_obj_tornado2/d_a_obj_tornado2.cpp | e98217a9ef441491e249f7cef91f778e5df53fa6 | [] | no_license | DedoGamingONE/tp | 5e2e668f7120b154cf6ef6b002c2b4b51ae07ee5 | 5020395dfd34d4dc846e3ea228f6271bfca1c72a | refs/heads/master | 2023-09-03T06:55:25.773029 | 2021-10-24T21:35:00 | 2021-10-24T21:35:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,273 | cpp | //
// Generated By: dol2asm
// Translation Unit: d_a_obj_tornado2
//
#include "rel/d/a/obj/d_a_obj_tornado2/d_a_obj_tornado2.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Types:
//
struct csXyz {};
struct cXyz {
/* 80266EF4 */ void normalize();
/* 802670AC */ void isZero() const;
static f32 ... | [
""
] | |
bd0bd8a4fc8576c6962e696f4a6d945aa928d04f | c03dc1a10fcb3875798308bc5937d4ba10e2386e | /Test_Proc/Procedural.h | f5e58a4de3d2febe45efb1dd1b0ef5efe022552f | [] | no_license | Le2o/TecProg_ProcVersion | ef472c49bdc6952bc06a11e4e874e7cb46a5bfbf | 6596139879bc719ccd1f08abcb3f0d145531e98f | refs/heads/master | 2020-04-21T18:33:00.862138 | 2019-03-26T12:08:26 | 2019-03-26T12:08:26 | 169,773,817 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 416 | h | #ifndef PROCEDURAL_H
#define PROCEDURAL_H
#include <fstream>
using namespace std;
namespace Filippov
{
struct Procedural
{
enum lang
{
PROCEDURAL,
OOP,
FUNCTIONAL
} key;
unsigned short int year_of_development;
int reference;
bool abstract_type;
};
void Procedural_Input(Procedural &obj, ifst... | [
"le2o1995@gmail.com"
] | le2o1995@gmail.com |
f23fe929ab9afd2445c5be61c572093dcc4cd6f2 | f1d0ea36f07c2ef126dec93208bd025aa78eceb7 | /Zen/plugins/ZPhysX/src/PhysicsJoint.cpp | 2ff3e009f79047de8ac25ff78fcc328352501291 | [] | no_license | SgtFlame/indiezen | b7d6f87143b2f33abf977095755b6af77e9e7dab | 5513d5a05dc1425591ab7b9ba1b16d11b6a74354 | refs/heads/master | 2020-05-17T23:57:21.063997 | 2016-09-05T15:28:28 | 2016-09-05T15:28:28 | 33,279,102 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,548 | cpp | //-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
// IndieZen Game Engine Framework
//
// Copyright (C) 2001 - 2007 Tony Richards
// Copyright (C) 2008 Walt Collins
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the a... | [
"mgray@wintermute"
] | mgray@wintermute |
25062c0e94da53e6a6bc8c79be5107afbf405006 | d4c720f93631097ee048940d669e0859e85eabcf | /chrome/browser/web_applications/web_app_logging.h | 2a4c6af6391e111cc9095f6a94ffc899c88cc2bf | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 3b920d87437d9293f654de1f22d3ea341e7a8b55 | refs/heads/webnn | 2023-03-21T03:20:15.377034 | 2023-01-25T21:19:44 | 2023-01-25T21:19:44 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 2,385 | h | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_LOGGING_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_LOGGING_H_
#include <memory>
#include <string>
#include "base/value... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
0e4eaf1e492c47d724cb6d4ba251036380a7ade8 | da1b99cb8f45186085339ea8043ffb335bcd733c | /UvaOnlineJudge/11661.cpp | 982cd4ac0831126111c73c7252e82d605fa88c6d | [] | no_license | Intiser/ProblemSolvingAndContest | 2dff8470fe109701d2e3e407d757f8859691dbd1 | de5431261ac675f323e1d8c19008b0523ba6455e | refs/heads/master | 2020-03-28T04:33:15.934870 | 2019-02-12T09:43:54 | 2019-02-12T09:43:54 | 147,721,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | cpp | #include<iostream>
#include<stdio.h>
using namespace std;
int main(){
char c;
int n,fr,fd,r,d,mn,tmp;
while(cin>>n){
cin.ignore();
if(n==0) break;
mn=2000001; fr=0; fd=0;
for(int i=0;i<n;i++){
c=getchar();
if(c=='Z'){
mn=0;
... | [
"Intiser@users.noreply.github.com"
] | Intiser@users.noreply.github.com |
7375005514b407d40d56dd71cef2d46c0fdb3bc9 | d4d9779e1f476921fbec4b43b115d24bf394f513 | /MyProject/Private/BTPatrolPointSelect.cpp | 00c172e224ba02e4bffee7da7431431cdcb11b05 | [] | no_license | RastBerryHI/UnrealEngineMed- | 2a1c604a9ba50f5ce595c0d02aef6247757d38e8 | 8e092d687606ef402bcd02583aae52f813045784 | refs/heads/main | 2023-03-03T07:20:09.234775 | 2021-02-16T19:27:11 | 2021-02-16T19:27:11 | 339,506,147 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,210 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "PatrolPoint.h"
#include "AIPatrolController.h"
#include "BehaviorTree/BlackboardComponent.h"
#include "BTPatrolPointSelect.h"
EBTNodeResult::Type UBTPatrolPointSelect::ExecuteTask(UBehaviorTreeComponent& OwnerComp, uint8* NodeMem... | [
"musaev.pasha@gmail.com"
] | musaev.pasha@gmail.com |
8518cf93aad2e98a2025578d31d87cbed6349673 | 5abed44fbdb0532980b2c850a8e7fad20ef96078 | /libredex/IRTypeChecker.cpp | 56926ba0825fbcc02bf6ea1d4a577ecab2aee174 | [
"MIT"
] | permissive | chmodawk/redex | 8b42f33c71cffb58db49aa9613e3060d88de2116 | c1d2fdd2fdb14c2c3e7adafe827c458c4a1a56ec | refs/heads/master | 2023-03-18T21:45:10.287719 | 2021-03-08T17:45:47 | 2021-03-08T17:48:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,922 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "IRTypeChecker.h"
#include <boost/optional/optional.hpp>
#include "DexUtil.h"
#include "Match.h"
#include "Resolver.h"
#... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
b2e1cbcebd1d92f848008e00f66085c11a7f2d3e | ff64500dbd41735f267ab5d1f0124425edc8f2ce | /ESP32-drone/src/Drone.h | 06f03698b025b6e3d4f31c8210cd9bbfe85c097b | [] | no_license | MarziehJ/IDS_ESP32_Drone_1 | 0ee9c2e9037fa10c03e79b9e0dfcad4944d60315 | 5a1a6ee1585dbeb3421e001cf0d51b5c3ad94284 | refs/heads/main | 2022-12-29T23:34:30.879103 | 2020-10-14T11:31:17 | 2020-10-14T11:31:17 | 303,991,929 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,185 | h | #ifndef Drone_h
#define Drone_h
#include "Arduino.h"
#include "Joystick.h"
#include "Button.h"
#include "Lcd.h"
#include "led.h"
#include "AsyncUDP.h"
class Drone
{
public:
Drone(int xJoyPin, int yJoyPin, int buttonPin, int ledPin, uint8_t lcd_addr)
{
this->joystick = new Joystick(xJoyPin, xJoyPin);
this... | [
"MarziJoukar@gmail.com"
] | MarziJoukar@gmail.com |
b18a4505f447fb39f38d64dda1c8059d8673ec04 | 06c0b8471fd49970752e9e77f58e454194ec5b10 | /DirectX_3D_v9_Framework_JCS/DirectX SDK/utilities/Source/Sas/Effect10.h | 5a5b45999540ae0f2c02f74b174c60752901ac53 | [
"MIT"
] | permissive | jcs090218/JCSCC_Engine | fd93b630b70c9fb8ead719bb474eef0b69a915d1 | eac6c55203bd804acb439305ff977cfca9365e1e | refs/heads/master | 2021-06-04T01:01:46.893887 | 2020-06-14T05:37:38 | 2020-06-14T05:37:38 | 102,942,649 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,633 | h | #pragma once
#include "stdafx.h"
#include "D3D10_1.h"
#include "d3d10.h"
#include "d3dx10.h"
#include "Parameter.h"
#include "Effect.h"
namespace Sas
{
class Effect10 : public Effect
{
public:
virtual ~Effect10();
static HRESULT FromD3DEffect( ID3D10Effect* pD3DEffect, const SourceInfo& sf, Effect10** ppE... | [
"lkk440456@gmail.com"
] | lkk440456@gmail.com |
b073baf3aa5bec369f14baca71eee0d81cd279fe | 934996b31ada702a7f2d327de1e0c14d9cef9e7a | /ChoudhryBilal00326_Assignment3/main.cpp | bd48a312f2159ab1f401f8233940133a19426f4f | [] | no_license | choudhrybilal/OOP-CS224 | 0a537951f5a1ddca1cc8d649e7b2a691cdc1c116 | 48d5f5d6dd66f52f4be10bf3a71218bc83acf02f | refs/heads/master | 2020-03-19T09:45:59.852195 | 2018-07-23T07:56:57 | 2018-07-23T07:56:57 | 136,315,855 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,602 | cpp | /*
Habib University, Summer Semester 2018,
Object Oriented Programming & Design Methodologies(CS224),
Assignment # 03; Package Delivery System.
Instructor: Dr. Umair Azfar Khan
TA: Ahmed Ali(aa02190)
Choudhry Bilal Mazhar (cm00326)
*/
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#incl... | [
"39990031+choudhrybilal@users.noreply.github.com"
] | 39990031+choudhrybilal@users.noreply.github.com |
0c2100c10f4494c9a931f302981aeb94a72e6e70 | 977f76a33d3d7391373178ebdde59a5e4452e523 | /Framework/PVRCore/IndexedArray.h | 254641f5c5ce1d2d1754b268c305dc1b0de438bf | [
"MIT"
] | permissive | rcdailey/Native_SDK | 7562f44d3254f5099c8e466759bae91fe531d50f | dfb214db150f67c59ae24123e46a0f5e5149eaea | refs/heads/master | 2020-04-14T21:19:01.847213 | 2019-05-24T13:55:37 | 2019-05-24T13:55:37 | 164,124,382 | 0 | 0 | null | 2019-01-04T15:34:46 | 2019-01-04T15:34:46 | null | UTF-8 | C++ | false | false | 25,896 | h | /*!*********************************************************************************************************************
\file PVRCore\IndexedArray.h
\author PowerVR by Imagination, Developer Technology Team.
\copyright Copyright (c) Imagination Technologies Limited.
\brief Implementation of a special... | [
"rcdailey@gmail.com"
] | rcdailey@gmail.com |
74ab5b6078f772974de3f4da851af9d7ff12066c | b84e96b6645bd444b27d727af396a46ec387cff3 | /LearnOpenGLPart3/LearnOpenGLPart3/test2.cpp | 92d4d81141a43aa40dbf261dc6a9ca4a2eb537aa | [] | no_license | AverJing/LearnOpenGL | 485f4fa7efb3d4c94d890e4b5d5f3ffdc09c02d9 | 54211ebaf5f04919d7b87231fb3dac0aadb61798 | refs/heads/master | 2020-03-09T10:09:44.739149 | 2019-07-14T15:12:13 | 2019-07-14T15:12:13 | 128,730,277 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,472 | cpp | #include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <stb_image.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <Shader.h>
#include <iostream>
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void processInput(GLFWwindow *window... | [
"panda12396@163.com"
] | panda12396@163.com |
b1512380633b74483aa424968642285136ba34d1 | 05f7573db159e870fb26c847991c4cb8c407ed4c | /VBF/Source/VBF_CORE4.0/VBF_Interface/VBF_Plot/Massive/IVBF_MarkModelPointSprite.h | fa98e6ce14682014c280c962880c6c3805ccf346 | [] | no_license | riyue625/OneGIS.ModelingTool | e126ef43429ce58d22c65832d96dbd113eacbf85 | daf3dc91584df7ecfed6a51130ecdf6671614ac4 | refs/heads/master | 2020-05-28T12:12:43.543730 | 2018-09-06T07:42:00 | 2018-09-06T07:42:00 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,306 | h | //************************************************************************
// FileName๏ผIVBF_MarkModelPointSprite.h
// Function๏ผๅๆ ๅฎไฝๆจกๅๆฅๅฃ๏ผ็น็ฒพ็ต๏ผ้็จไบ็ปๅถๅคง้็ธๅ็็น๏ผ
// ่ฏฅ้ๅไธญๆๆ็น็็บน็็ธๅ๏ผๅฐบๅฏธ็ธๅ๏ผไธๅง็ปๆๅ่ง็น
// Author: ๆ่น
// Date: 2015-11-23
//************************************************************************
#ifndef __IV... | [
"robertsam@126.com"
] | robertsam@126.com |
bb031d21dc9208ae30b921b636039a30ff3937fe | 88c0e520e2389e676fea559f944109e1ee7e157b | /include/Windows.Graphics.Display.1_4bc8ceb3.h | d904161cf29b02455127dc360dba71b8437cdbd2 | [] | no_license | jchoi2022/NtFuzz-HeaderData | fb4ecbd5399f4fac6a4982a0fb516dd7f9368118 | 6adc3d339e6cac072cde6cfef07eccafbc6b204c | refs/heads/main | 2023-08-03T02:26:10.666986 | 2021-09-17T13:35:26 | 2021-09-17T13:35:26 | 407,547,359 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,022 | h |
#include "winrt/impl/Windows.Storage.Streams.0.h"
#include "winrt/impl/Windows.Graphics.Display.0.h"
WINRT_EXPORT namespace winrt::Windows::Graphics::Display {
struct WINRT_EBO IAdvancedColorInfo :
Windows::Foundation::IInspectable,
impl::consume_t<IAdvancedColorInfo>
{
IAdvancedColorInfo(std::nullp... | [
"jschoi.2022@gmail.com"
] | jschoi.2022@gmail.com |
abf17135bd73832ddf1d3235e491b5a5e67c360e | 3fca51025651363b205171c963d0c21e3a8450bf | /int2Str_test/main.cpp | 7b92c466e065e518e7cf88a8291a58744285beff | [] | no_license | yujianjun1025/cplusplus_exercise | 65191673eeb746d7a986fc8ac2ad4c42d10bb192 | d2e1c74b0b0de6c59097d0127c7138a0836c022e | refs/heads/master | 2021-01-21T12:11:06.897566 | 2016-03-30T03:21:26 | 2016-03-30T03:21:26 | 39,677,597 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | cpp | #include<stdio.h>
#include <iostream>
#include <map>
using namespace std;
int main()
{
int n = 65535;
char t[256];
std::string s;
sprintf(t, "%d", n);
s = t;
cout <<"sprintf ่ฝฌๅ็ปๆ:" << s << endl;
map<string, string> map;
map["a"] = n;
cout<< "็ดๆฅ่ตๅผ่ฝฌๅ็ปๆ:" << map["a"] << endl;
... | [
"yujianjun@hbdata-search-test01.lf.sankuai.com"
] | yujianjun@hbdata-search-test01.lf.sankuai.com |
089451c97cf15878d531947872c49bbfb8c096f0 | 0368436dc981ab44975d4b28935ae89a37065030 | /src/core_memusage.h | d06eadfd6cbdb24b8153d045e0dce785c2d619a2 | [
"MIT"
] | permissive | mirzaei-ce/core-koobit | b1d350c28f87764a14ed7e92e9918c7af90a93a0 | 7d24e9c554fec6f3631691f456e9873bc4536fbd | refs/heads/master | 2021-08-14T19:04:05.775343 | 2017-11-16T14:35:05 | 2017-11-16T14:35:05 | 110,982,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,219 | h | // Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef KOOBIT_CORE_MEMUSAGE_H
#define KOOBIT_CORE_MEMUSAGE_H
#include "primitives/transaction.h"
#include "primitives/block.h"
#... | [
"mirzaei@ce.sharif.edu"
] | mirzaei@ce.sharif.edu |
77d6548ca557650e1dcf394ae917e97e44fca1fe | f34dd88f36ad1a05d49a48920d4fea2dd4cd6462 | /hackerrank/Project-Euler/pe037.cpp | 00ed7b962b24fd5b0a1e6bab59e3720d01b68acf | [] | no_license | ccd97/cp_solutions | e1a9f66eb9ae15c5aa80679f3695f32de0f55ded | 702fd1c6a8c3bdc8e255a51abf66c5d71a31ff9e | refs/heads/master | 2021-07-20T06:58:42.496450 | 2018-11-27T14:38:39 | 2018-11-27T14:41:36 | 130,831,095 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 895 | cpp | #include <bits/stdc++.h>
using namespace std;
#define MAX 1000006
bool prime[1000007];
void SieveOfEratosthenes() {
memset(prime, true, sizeof(prime));
for (int p=2; p*p<=MAX; p++){
if (prime[p] == true){
for (int i=p*2; i<=MAX; i += p)
prime[i] = false;
}
}
... | [
"dcunha.cyprien@gmail.com"
] | dcunha.cyprien@gmail.com |
09bd8d81b20cdafb518ae4d207a018936fa51a46 | 28c83c7cf21ae5363a0de614d13fac32bca764e2 | /Engine/include/openface/FaceWorker.h | 112d1058f03b93f2b7b95d29b8f58d33969c23f4 | [] | no_license | sumit33k/Emotinal-behaviour-analytics | 477eea2cf39ab460aab9e021cda694190d690191 | f53562e8b46fd1fc4b219ca37c2fc656a189b82c | refs/heads/master | 2021-08-30T16:31:50.783313 | 2017-12-18T16:44:11 | 2017-12-18T16:44:11 | 114,663,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,255 | h | #pragma once
#ifndef __FACE_WORKER_H
#define __FACE_WORKER_H
#include <thread>
#include <atomic>
#include <chrono>
#include <FaceQueue.h>
#define WORKER_DEFAULT_QUEUESIZE 2
namespace OpenFace
{
/// <summary>
/// Base class wrapping an async worker-thread.
/// </summary>
template <typename T, typename U, typename W... | [
"sumit3.k@gmail.com"
] | sumit3.k@gmail.com |
63e9ba6894cc10a02ba9c66869db761018d20e1d | 5c2c7f71ae8adb724f1dc99935fd4fd37ee6523e | /art.cpp | b06fae2b7b4569481c82fbfb2445da688c14eae5 | [] | no_license | Twisol/mushclient | d1b9de077b6fcc0c854e9ff459b3491b0fe16eb7 | 430896bb7abdd025e7a09ddbae40ebfef7e735f0 | refs/heads/master | 2021-01-18T19:14:24.835242 | 2010-09-19T07:53:50 | 2010-09-19T07:53:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,692 | cpp | /*
ASCII-art generator.
Based on figlet.
FIGlet Copyright 1991, 1993, 1994 Glenn Chappell and Ian Chai
FIGlet Copyright 1996, 1997 John Cowan
Portions written by Paul Burton
Internet: <ianchai@usa.net>
FIGlet, along with the various FIGlet fonts and documentation, is
copyrighted under the provision... | [
"nick@gammon.com.au"
] | nick@gammon.com.au |
17438b24412681977b21f6760fcc7ea8fc763745 | 8c2051a172d86f232d97455a43b387973277f4fc | /src/xmpp/biboumi_component.hpp | d5b87e91ccb706b4834148494e2de71eabeeaf36 | [
"Zlib"
] | permissive | lep/biboumi | 5fefdc3891cb38de5fad3d0285e7a36ed6dd387b | ba4fcbb68efdf34d173b0bc475d30e6dcbdb9553 | refs/heads/master | 2021-01-12T11:12:39.284514 | 2016-11-04T17:10:38 | 2016-11-04T17:10:38 | 72,871,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,307 | hpp | #pragma once
#include <xmpp/xmpp_component.hpp>
#include <bridge/bridge.hpp>
#include <memory>
#include <string>
#include <map>
namespace db
{
class MucLogLine;
}
struct ListElement;
/**
* A callback called when the waited iq result is received (it is matched
* against the iq id)
*/
using iq_responder_callback... | [
"louiz@louiz.org"
] | louiz@louiz.org |
454f360ae9b84e006acb8d94c6fad62e0dca0c2b | 4fdac6b6c7034fe087847497847727fb7bee5f9f | /Adapter.h | 76526d9d4af85d17f849ed6f6890a3459165867f | [] | no_license | DennisAL54/Design-patterns | 2b08825c2836c9ea2a3dbc78e17a135fd15064ee | f5aa87634f1f968dfffcb941ca87c4e7748fc6ee | refs/heads/master | 2022-12-09T14:36:39.045352 | 2020-09-24T03:01:49 | 2020-09-24T03:01:49 | 298,143,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | h | //
// Created by dennis on 9/23/20.
//
#ifndef DESIGN_PATTERNS_ADAPTER_H
#define DESIGN_PATTERNS_ADAPTER_H
class Adapter {
};
#endif //DESIGN_PATTERNS_ADAPTER_H
| [
"alejimenezc@hotmail.com"
] | alejimenezc@hotmail.com |
8bc8c0dcfbf0978ba15f9b6de9ac1f5fb138f682 | 0800620ddb9aacb0eb5fe1550ce2fd20825029d3 | /Dรญa 4/E/E_no.cpp | 182b35db7ac05880eba614e931e0d989bfb381eb | [] | no_license | IgnacioYanjari/Campamento | c95435f754c87045a85fd7dca6798dc6decbc84c | 27ffd2a08093a4eab30c6d54d6e41628c855128e | refs/heads/master | 2021-06-20T17:32:54.315661 | 2017-07-25T04:38:29 | 2017-07-25T04:38:29 | 97,542,924 | 0 | 0 | null | 2020-04-30T19:58:29 | 2017-07-18T02:24:13 | C++ | UTF-8 | C++ | false | false | 2,650 | cpp | // Utilities library
#include <cstdlib>
#include <bitset>
#include <functional>
#include <utility>
#include <tuple>
#include <limits>
#include <cinttypes>
#include <cassert>
// Strings library
#include <cctype>
#include <cstring>
#include <string>
//Containers library
#include <array>
#include <vector>
#include <deque>... | [
"nach116@hotmail.com"
] | nach116@hotmail.com |
7c401d629b761ed66bd633b2c5f6348fd19e4191 | 7e48d392300fbc123396c6a517dfe8ed1ea7179f | /RodentVR/Intermediate/Build/Win64/RodentVR/Inc/AnimationCore/NodeChain.generated.h | 04475bb3592a3d097f440dc3dd816a1e46b40724 | [] | no_license | WestRyanK/Rodent-VR | f4920071b716df6a006b15c132bc72d3b0cba002 | 2033946f197a07b8c851b9a5075f0cb276033af6 | refs/heads/master | 2021-06-14T18:33:22.141793 | 2020-10-27T03:25:33 | 2020-10-27T03:25:33 | 154,956,842 | 1 | 1 | null | 2018-11-29T09:56:21 | 2018-10-27T11:23:11 | C++ | UTF-8 | C++ | false | false | 1,026 | h | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"west.ryan.k@gmail.com"
] | west.ryan.k@gmail.com |
0b4237d4663fce11ccfb7b82522b4d7b34287cf4 | ed590edd688d0ece038a14fba91dfd718a6f002b | /Group 14 QuickSort/QuickSort.cpp | a495f98bdb3d31167b5cbf8afde1cd227714c541 | [] | no_license | humayoonrafei/structureWork | 5f9bae8fbf6e816460ac624776544b1cbba15bed | 1af56b9477b9dc52ae47b82abbed0799baeb7e4d | refs/heads/master | 2022-12-16T02:25:58.521373 | 2020-09-06T03:34:43 | 2020-09-06T03:34:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,734 | cpp | #include <iostream>
#include <fstream>
#include <string>
using namespace std;
void quickSort(int arr[], int low, int high);
int getPartition(int arr[], int low, int high);
void addDigit(int arr[], int counter);
void countSort(int arr[], int n, int exp);
void radixSort(int arr[], int n);
int getMax(int arr[], int n);
v... | [
"hormoz_halimi@yahoo.com"
] | hormoz_halimi@yahoo.com |
3c605b30d053912315674f94980c4c5ed214b647 | c40c60471d9d6ceeb55cabe1845418f8056c98f3 | /Sorting Algos/quick_sort.cpp | 0df28a4f7e40987c6c282f2bc0b8fa5d99cdefbe | [] | no_license | bansalmohitwss/Contributed-code-in-Hackoctober | 290ab3bab3f8971d850bc07a2ecec7b77eb4cf23 | e53f5d8abc08bcfcf8cb7842f7c00478a8102f48 | refs/heads/main | 2022-12-21T08:03:23.009756 | 2020-10-03T16:01:46 | 2020-10-03T16:01:46 | 300,914,386 | 0 | 0 | null | 2020-10-03T15:35:59 | 2020-10-03T15:35:58 | null | UTF-8 | C++ | false | false | 720 | cpp | #include<stdio.h>
int partition(int arr[],int l,int u)
{
int i=l,j=u+1,temp;
do{
do{
i++;
}while(i<=u && arr[i]<arr[l]);
do{
j--;
}while(arr[j]>arr[l]);
if(j>i)
{
temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
}while(j>i);
temp = arr[l];
arr[l] = arr[j];
... | [
"bansalmohit9414@gmail.com"
] | bansalmohit9414@gmail.com |
baddc9a7467858657209e743d474621fc5efc051 | 1d2247650a919b96c8ca82bf03f71ce7bacbfb94 | /client/client.h | 577960f9c45e23e32b746fdfc309ca9c3b789774 | [
"BSD-3-Clause"
] | permissive | alisheikh/Replicant | e6d217bee9615478af3625c58c046591279630fe | 2091e4f1c55d8bd9c710739bc48ac8eb74004cf4 | refs/heads/master | 2020-12-11T05:53:42.202763 | 2015-05-28T17:41:07 | 2015-05-28T17:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,312 | h | // Copyright (c) 2015, Robert Escriva
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this list of c... | [
"robert@rescrv.net"
] | robert@rescrv.net |
6653fbfbe95ce2cfb182301540389c894c4a6862 | 0c55a1486d32b05165400bfe3b724a0c02c3b338 | /src/gui/app/Widgets/Button.h | b7eba7031c629ecf76a59869b3e5c4e6b82b984c | [] | no_license | hubert-kniola/szt-OS | 4ad39a6fc9180779e9a78ea4c5d2b3c82bce5ff9 | 28fe68f10b76e201762cc50f4d14b2b347edb6bc | refs/heads/master | 2022-04-04T13:47:57.049904 | 2020-01-15T20:55:23 | 2020-01-15T20:55:23 | 256,813,954 | 1 | 0 | null | 2020-04-18T17:33:39 | 2020-04-18T17:33:38 | null | UTF-8 | C++ | false | false | 802 | h | #pragma once
#include <SFML/Graphics.hpp>
#include "../CommandButton.h"
class Button
{
public:
Button(float x, float y, const sf::Vector2f& size, const sf::String& title);
virtual ~Button() = default;
bool draw{ false };
bool clicked{ false };
bool areCommandsDrawn{ false };
virtual sf::FloatRect getGlobalBoun... | [
"bartoshmen@gmail.com"
] | bartoshmen@gmail.com |
b3e3ade9a327ac8b311807f8d41e05b6d116fc1d | cf7e0b065f3edbb38b4d8bdf4d63d51fc3b0106f | /src/alembic/lib/Alembic/AbcGeom/XformOp.cpp | fb03753b49e407b9176b8216a38941e53c236504 | [] | no_license | appleseedhq/windows-deps | 06478bc8ec8f4a9ec40399b763a038e5a76dfbf7 | 7955c4fa1c9e39080862deb84f5e4ddf0cf71f62 | refs/heads/master | 2022-11-21T07:16:35.646878 | 2019-12-11T19:46:46 | 2020-07-19T08:57:23 | 16,730,675 | 5 | 8 | null | 2020-07-19T08:57:25 | 2014-02-11T12:54:46 | C++ | UTF-8 | C++ | false | false | 15,454 | cpp | //-*****************************************************************************
//
// Copyright (c) 2009-2011,
// Sony Pictures Imageworks, Inc. and
// Industrial Light & Magic, a division of Lucasfilm Entertainment Company Ltd.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
e81d60a6fd658dbda3df44adda6c1001824ea391 | d988f3302c7c4f49583fec21c07658ddb09b81e0 | /src/Cpl/TShell/Context_.h | ce28b9bce0f2a94c1b1a7e328de85c0d5aebb6b6 | [] | no_license | johnttaylor/colony.apps | 2b10141d8cb30067a5e387e6c53af9955549b17b | 839f3d62b660111ab122a96f550c8ae9de63faa0 | refs/heads/develop | 2023-05-10T17:24:58.286447 | 2021-12-05T20:54:43 | 2021-12-05T20:54:43 | 41,272,799 | 0 | 0 | null | 2021-12-05T20:54:45 | 2015-08-24T00:10:30 | C | UTF-8 | C++ | false | false | 2,319 | h | #ifndef Cpl_TShell_ContextApi_x_h_
#define Cpl_TShell_ContextApi_x_h_
/*-----------------------------------------------------------------------------
* This file is part of the Colony.Core Project. The Colony.Core Project is an
* open source project with a BSD type of licensing agreement. See the license
* agreement ... | [
"john.t.taylor@gmail.com"
] | john.t.taylor@gmail.com |
a938bbd39c9e759f5a70f9583b0b1826d3328a60 | 8ad7a692130161bac7b07135326dd7cad63144fb | /Prรกctica 7/Main.cpp | 9fbbf44eca0905a465465298e7546deddc518426 | [] | no_license | Javi96/EDA | c5bb31e14a6d62dd1c71e31bae0becb82ba30582 | 2ebc755d0a3be7db14287d0849f20951f045c76d | refs/heads/master | 2021-01-13T14:45:19.159531 | 2017-06-28T15:22:47 | 2017-06-28T15:22:47 | 76,579,268 | 1 | 1 | null | 2017-03-06T21:27:01 | 2016-12-15T17:02:18 | C++ | UTF-8 | C++ | false | false | 1,380 | cpp | #include "Arbin.h"
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
void busquedaEnProfundidad(const Arbin<char>& falda, int & cuenta, int & cuentaParcial) {
Arbin<char> der = falda.hijoDer();
Arbin<char> izq = falda.hijoIz();
if (falda.raiz() == 'X') {
cuenta = cuenta + cuentaParcia... | [
"josejaco@ucm.es"
] | josejaco@ucm.es |
104040b3d3b7b542b7eb4a58a645168b0ffe7a16 | d2fcf9142c2a35065271848d0bf0b2ef38c7643b | /cf/dp_problems/580A.cpp | 3b65b89e58945470a5b3206e0dcfbe59192dfe5e | [] | no_license | yashrsharma44/cp-archive | ede0e3cb67a388f760ef18907ad64b46e6223b9a | 1baea4d1614fa637d9e4acf9dbaa261aec9f906e | refs/heads/master | 2020-11-24T04:53:07.055089 | 2019-12-14T05:53:22 | 2019-12-14T05:53:22 | 227,973,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
vector<int> res;
for(int i=0;i<n;i++){
int a;
cin>>a;
res.push_back(a);
}
int len_max=1;
int mx = -1;
for(int i=1;i<res.size();i++){
if(res[i-1] <= res[i]){
len_max+=1;
} else {
mx = max(mx, len_max);
len_max = ... | [
"yashrsharma44@gmail.com"
] | yashrsharma44@gmail.com |
4de421a27789e0f9b566285cd2eccc22b36f64a8 | 474ca3fbc2b3513d92ed9531a9a99a2248ec7f63 | /ThirdParty/boost_1_63_0/libs/hana/test/tuple/auto/remove_range.cpp | 3f3982dc7e711b96704a45ca4abca26c9358d52d | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LazyPlanet/MX-Architecture | 17b7b2e6c730409b22b7f38633e7b1f16359d250 | 732a867a5db3ba0c716752bffaeb675ebdc13a60 | refs/heads/master | 2020-12-30T15:41:18.664826 | 2018-03-02T00:59:12 | 2018-03-02T00:59:12 | 91,156,170 | 4 | 0 | null | 2018-02-04T03:29:46 | 2017-05-13T07:05:52 | C++ | UTF-8 | C++ | false | false | 260 | cpp | // Copyright Louis Dionne 2013-2016
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
#include "_specs.hpp"
#include <auto/remove_range.hpp>
int main() { }
| [
"1211618464@qq.com"
] | 1211618464@qq.com |
d921bfc61639abbf0ea5ef515f5a472657a8150c | a3bbea953d7b999f31e15a05e5c60fdfaf6f59c5 | /C/0311/helloo.cpp | 18afc37bd3202dd7c8fdf84a7333a78e6d16ea82 | [] | no_license | YaolinGe/KTH_MSc_Matlab_Scripts_for_Beacon_Transmitter | c08d279c6b50821cd3ef1825b1267accdfcfc2ee | a2bfba9479c5e845fc5c04c17cacaf676ef85a66 | refs/heads/master | 2022-09-02T15:43:41.001247 | 2020-05-24T20:28:45 | 2020-05-24T20:28:45 | 266,617,530 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 128 | cpp | // #include<stdio.h>
#include<iostream>
using namespace std;
int main()
{
int a = 3.9;
cout<<"the out is "<< a<<endl;
} | [
"YL@users.noreply.github.com"
] | YL@users.noreply.github.com |
b2c60c32c917cf469e211e93410aadf0e12b7809 | 8c0c4f9f3ecb00a671b595b9e3ac0b4498ef93ac | /CellToy/Source/Genome.cpp | bcfc8cd3c49ca3befb83266eea9995b6974a6fdf | [] | no_license | nstearns96/CellToy | b1ae3967fb90362f0759298a41177af71fc458b3 | 4d0fdfdae5e7b7d919a4db11193962c72385f013 | refs/heads/master | 2020-09-16T03:42:00.748112 | 2019-12-15T19:26:21 | 2019-12-15T19:26:21 | 223,640,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66 | cpp | #include "Genome.h"
Genome::Genome()
{
}
Genome::~Genome()
{
}
| [
"nstearns96@gmail.com"
] | nstearns96@gmail.com |
43b7e87795844a6262b4426d132049c6518cda6c | 5add8458e6ea2af3c5ec1b87718b9e9e9f733974 | /GraphicsProject/shapes.h | f362b4a6aab2c49bddc852bd39b652544346af02 | [] | no_license | sean-h/graphics-project | cc436619e7acee87f88fecd178b59ede09d07312 | a0ca0107411bb57b1078218d8fbc179ce6c899ad | refs/heads/master | 2021-01-19T10:03:25.023018 | 2014-01-26T19:34:02 | 2014-01-26T19:34:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,091 | h | /***********
* shapes.h
***********/
#ifndef __SHAPES_H__
#define __SHAPES_H__
#include "Angel.h"
#include <vector>
class Shape {
protected:
vec2 position;
int vertexCount;
vec2 *vertices;
vec2 *transformedVertices;
vec3 *colors;
GLuint buffer;
void draw(GLenum, GLuint);
public:
Shape();
void draw(GLuint);
... | [
"seanhumeniuk@gmail.com"
] | seanhumeniuk@gmail.com |
79dadd42d0e8f6354ba013a9d114b61c0b9be1be | 12d83468a3544af4e9d4f26711db1755d53838d6 | /cplusplus_basic/Qt/boost/icl/type_traits/is_element_container.hpp | 698fd95e1aaaf4fe940a3a09bfedb5936e1f5834 | [] | no_license | ngzHappy/cxx17 | 5e06a31d127b873355cab3a8fe0524f1223715da | 22d3f55bfe2a9ba300bbb65cfcbdd2dc58150ca4 | refs/heads/master | 2021-01-11T20:48:19.107618 | 2017-01-17T17:29:16 | 2017-01-17T17:29:16 | 79,188,658 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,801 | hpp | ๏ปฟ/*-----------------------------------------------------------------------------+
Copyright (c) 2008-2009: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy... | [
"819869472@qq.com"
] | 819869472@qq.com |
0401b0ca7e1e016f8afecb761b08ebad586cc868 | 12b377946d78de96d4096e55874933fe9bb38619 | /ash/wm/common/wm_globals.h | 28823ef7a353b1fa32000dd0ab02e00a2b0a3bb0 | [
"BSD-3-Clause"
] | permissive | neuyang/chromium | 57c0c6ef86e933bc5de11a9754e5ef6f9752badb | afb8f54b782055923cadd711452c2448f3f7b5b4 | refs/heads/master | 2023-02-20T21:47:59.999916 | 2016-04-20T21:38:20 | 2016-04-20T21:41:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_WM_COMMON_WM_GLOBALS_H_
#define ASH_WM_COMMON_WM_GLOBALS_H_
#include <stdint.h>
#include <vector>
#include "ash/ash_export.h"
namespace gf... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e219e2f2618a14e11cc7156a0aa4a05d004bbc58 | 6c4f73b08cd78cd45245ae8f32cf05ecd45a4f08 | /src/align.cc | 9a48e338c963ce6979aa72518f5621b19e09af35 | [
"MIT"
] | permissive | alexeden/realsense-node | 14b69feae201afd427d07e1a162ea54806a91efc | a4060c8fdcc091d933fb4c895f04e72f44328e63 | refs/heads/develop | 2023-01-08T23:08:26.214863 | 2020-08-04T04:01:16 | 2020-08-04T04:01:16 | 200,130,817 | 0 | 0 | MIT | 2023-01-06T00:50:27 | 2019-08-01T23:18:33 | C++ | UTF-8 | C++ | false | false | 3,100 | cc | #ifndef ALIGN_H
#define ALIGN_H
#include "frame_callbacks.cc"
#include "frameset.cc"
#include <librealsense2/hpp/rs_types.hpp>
#include <napi.h>
using namespace Napi;
class RSAlign : public ObjectWrap<RSAlign> {
public:
static Object Init(Napi::Env env, Object exports) {
Napi::Function func = DefineClass(
e... | [
"alexandereden91@gmail.com"
] | alexandereden91@gmail.com |
b11c3aadd34f395a0e6b9c23f14133a1cd392159 | a5aaa2cf1a4f31662a9f25bdb065882189ce1b4e | /Cylcops/Cylcops.ino | 0c04ce275d8537af072bb7e1a46859daed495c53 | [] | no_license | snersnasskve/Arduino | ee56836d142a9d83ac56c127618298c958d53f1f | 21c46ef2381e99e611b5be2eed78ee39c1e4d854 | refs/heads/master | 2021-01-17T11:32:21.136164 | 2018-02-25T06:29:10 | 2018-02-25T06:29:10 | 84,039,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,613 | ino | #include <Adafruit_NeoPixel.h>
#include <Ultrasonic.h>
// This example drives the stepper motors directly
// It makes the robot perform the "HullPixelBot Dance"
// See if you can change the moves.
// www.robmiles.com/hullpixelbot
////////////////////////////////////////////////
//declare variables for the motor pins
... | [
"sners_nass@yahoo.co.uk"
] | sners_nass@yahoo.co.uk |
d07558ab14323f534eae17ace7df7c19ec74c425 | bc079fad03beef5bfbeaadcf82ac772172c27246 | /ArikaraSkinEditor/Editor/SkinDataWidget.cpp | 0ca526a91ffaae7fcad0bbd06bdd2c46c6f42f8e | [] | no_license | JonasOuellet/Arikara | 7b9dc9dd982162169bd8e77bb9101dee4a1ce961 | d2937b045c85cc7f5c9a212196acbee71857da4d | refs/heads/master | 2020-03-28T18:01:57.880720 | 2020-03-12T20:00:22 | 2020-03-12T20:00:22 | 148,846,154 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,411 | cpp | #include "../ArikaraMaya/command/ArikaraSkinDataCmd.h"
#include "SkinDataWidget.h"
#include "qtwidgets/qhboxlayout"
#include "qtwidgets/qVboxlayout"
#include "qtwidgets/QLabel"
#include "qtwidgets/qpushbutton"
#include <qtcore/qfileinfo>
#include <maya/MString.h>
#include <maya/MGlobal.h>
#include <maya/MStringArray.... | [
"ouelletjonathan@hotmail.com"
] | ouelletjonathan@hotmail.com |
e22024e90544695e52c4c9ee9c3d9a5f5e6ed563 | 1bf7bfc7a7f4653fe0e956459b23d0ffd9d8e479 | /tmplanner_continuous/include/tmplanner_continuous/stats/rand/rlogis.ipp | 5e44ad82ba027e9ffed179dc4235842ee0c3a724 | [] | no_license | ajitham123/IPP-SaR | e063d9bf1bc0d4e065d8d6c1992f9e87f128cd61 | f434bfaeff7ca5e9b0e7bb34b6d5d1c63566ea53 | refs/heads/master | 2021-07-16T04:30:55.263886 | 2021-07-09T12:39:54 | 2021-07-09T12:39:54 | 121,274,735 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,291 | ipp | /*################################################################################
##
## Copyright (C) 2011-2018 Keith O'Hara
##
## This file is part of the StatsLib C++ library.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance... | [
"ajitham1994@gmail.com"
] | ajitham1994@gmail.com |
eea9422c602d78b76b7f74034eeff2b3448e2925 | 11c5c16b77857f163fbb8bd6e6ba4fa79886d696 | /NameEntry.h | c96b3d668ed37c250ffc4094ad7a1c41808d7dd8 | [] | no_license | LucasLu2000/NamesDemo | 075106a18e84e3e78f3cf498b63798e23ec0ad48 | a1407c5a6eef6555eba5d49fddda4d02a8bd97da | refs/heads/master | 2022-12-09T07:13:45.226856 | 2020-09-15T03:59:38 | 2020-09-15T03:59:38 | 295,569,956 | 0 | 0 | null | 2020-09-15T00:19:55 | 2020-09-15T00:19:55 | null | UTF-8 | C++ | false | false | 888 | h | /***************************************************************************
* NameEntry.h - Object to store name data for a single name
*
* copyright : (C) 2018 by Jim Skon, Kenyon College
*
* This is part of a program create an index US Census name
* Data on the frequency of names in response to requestes.
... | [
"skonjp@kenyon.edu"
] | skonjp@kenyon.edu |
527a6ee8adc2580846f7a796d5fa5993ca442ce9 | 64058e1019497fbaf0f9cbfab9de4979d130416b | /c++/include/serial/objectiter.hpp | f799755e7e47dcb07d48be5193db428cbaf2a490 | [
"MIT"
] | permissive | OpenHero/gblastn | 31e52f3a49e4d898719e9229434fe42cc3daf475 | 1f931d5910150f44e8ceab81599428027703c879 | refs/heads/master | 2022-10-26T04:21:35.123871 | 2022-10-20T02:41:06 | 2022-10-20T02:41:06 | 12,407,707 | 38 | 21 | null | 2020-12-08T07:14:32 | 2013-08-27T14:06:00 | C++ | UTF-8 | C++ | false | false | 18,648 | hpp | #ifndef OBJECTITER__HPP
#define OBJECTITER__HPP
/* $Id: objectiter.hpp 358154 2012-03-29 15:05:12Z gouriano $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This softwa... | [
"zhao.kaiyong@gmail.com"
] | zhao.kaiyong@gmail.com |
7ba71d7740cf727cbcf08eacd2933f8381589ef7 | d829d426e100e5f204bab15661db4e1da15515f9 | /src/EnergyPlus/ChillerExhaustAbsorption.cc | 8b60e724e57e2eb958734d912682f6b098c74bb6 | [
"BSD-2-Clause"
] | permissive | VB6Hobbyst7/EnergyPlus2 | a49409343e6c19a469b93c8289545274a9855888 | 622089b57515a7b8fbb20c8e9109267a4bb37eb3 | refs/heads/main | 2023-06-08T06:47:31.276257 | 2021-06-29T04:40:23 | 2021-06-29T04:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 124,684 | cc | // EnergyPlus, Copyright (c) 1996-2020, The Board of Trustees of the University of Illinois,
// The Regents of the University of California, through Lawrence Berkeley National Laboratory
// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge
// National Laboratory, managed by UT-Batt... | [
"ffeng@tamu.edu"
] | ffeng@tamu.edu |
b4ec4973a91c039ff99aee9c5c045c954dc0994f | 3dd41434dbf7f11f4ef99aa55c72607ac78dd3b2 | /server/server/src/im/db_proxy_server/business/AudioModel.cpp | c5ba404f2b8d0d77d57779c70857db51147b6b16 | [] | no_license | JCGit/ttchat | 963561885546702d9468282702004dcf032bb8c1 | e4bb2e631ac2cba4542674f406be74f144b11889 | refs/heads/master | 2020-03-09T04:49:39.966293 | 2018-07-20T10:51:31 | 2018-07-20T10:51:31 | 128,596,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,690 | cpp | /*================================================================
* Copyright (C) 2014 All rights reserved.
*
* ๆไปถๅ็งฐ๏ผAudioModel.cpp
* ๅ ๅปบ ่
๏ผZhang Yuanhao
* ้ฎ ็ฎฑ๏ผbluefoxah@gmail.com
* ๅๅปบๆฅๆ๏ผ2014ๅนด12ๆ15ๆฅ
* ๆ ่ฟฐ๏ผ
*
================================================================*/
#include "../DBP... | [
"1027718562@qq.com"
] | 1027718562@qq.com |
412e29c23e0939fc655b65b98dafd6a969ac41aa | f68a5f06ad64f31e09f7b86862e9437a389dd464 | /Src/Window/Blackman.cpp | 769f02f32f23c7c28347353daacc10b5e0df043e | [] | no_license | LiuPeiqi/DSP | 68ec54bcbb20add77d4ba94ff338e2cde492aac5 | 09d3efa1713d868c7595f7eff9a9a2a67e5f8095 | refs/heads/master | 2021-01-19T07:17:50.652006 | 2016-06-21T15:43:35 | 2016-06-21T15:43:35 | 61,643,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 317 | cpp | #include <cmath>
#include "WindowConstNumber.h"
double BlackmanItem(size_t n, size_t N)
{
double f = n / (N - 1);
return 0.42 - 0.5 * cos(M_2_PI * f) + 0.08 * cos(M_4_PI * f);
}
void Blackman(double *blackman, size_t N)
{
for (size_t i = 0; i < N; ++i) {
blackman[i] = BlackmanItem(i, N);
}
} | [
"liu_peiqi@163.com"
] | liu_peiqi@163.com |
ff4b323fa550e8e80ee150d8cab5eff75eaf8090 | bd836081502105e472df1d0a99881deed61ce048 | /marketlink/MKLrmdsRecordHandler.cpp | 7a79094ed070f321f6e2db050170512476431b86 | [] | no_license | mitkatch/BPE | 9f34064778c25cc8dcb8225ed9f2252a3d431fb3 | 27985cb5da5045b797e67ec8c2a93e0f50ee6c09 | refs/heads/master | 2020-03-30T22:18:51.194908 | 2018-10-05T02:48:32 | 2018-10-05T02:48:32 | 151,662,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,440 | cpp |
/************************************************************************
||
|| DATE: $Date:$
|| SOURCE: $Source:$
|| STATE: $State:$
|| ID: $Id:$
|| REVISION: $Revision:$
|| LOG: $Log:$
|| LOG:
**************************************... | [
"mikhail_tkatchenko@yahoo.com"
] | mikhail_tkatchenko@yahoo.com |
b3af205822e80b8955eed3a86dbd7ff82952de5e | d0e0745ca2c2fd1fd096114596cefa42498b6d59 | /vhodno_nivo/Veselin_Dechev_11a/Veselin_Dechev_4.cpp | 54f3ecda53e2b78ce13d37d1b544d59804031393 | [] | no_license | thebravoman/software_engineering_2014 | d7fde1b2a31c07bceb2b6f76f6c200379a69d04d | e63968236ff2d8ab5b4a31515223097dc8d1e486 | refs/heads/master | 2021-01-25T08:55:25.431767 | 2015-06-19T08:34:43 | 2015-06-19T08:34:43 | 24,090,881 | 5 | 0 | null | 2016-05-01T21:20:09 | 2014-09-16T08:05:57 | Ruby | UTF-8 | C++ | false | false | 383 | cpp | #include<iostream>
using namespace std;
int main(){
int x,y,first=0,second=1,next;
do{
cin>>x>>y;
}while(x>y && x<=0);
for (int a=0;a!=y+1;a++){
if (a<=1){
next=a;
}else{
next = first + second;
first = second;
second = next;
}
if(a>x-1){
... | [
"ahhak123@gmail.com"
] | ahhak123@gmail.com |
755371f7155df1fe5940933b1e2b2f32a54d626a | 2c642ac5e22d15055ebf54936898a8f542e24f14 | /Example/Pods/Headers/Public/boost/boost/container/flat_map.hpp | 8e441b3d3439ee1422da0f7fa696fd2cfb772e6f | [
"Apache-2.0"
] | permissive | TheClimateCorporation/geofeatures-ios | 488d95084806f69fb6e42d7d0da73bb2f818f19e | cf6a5c4eb2918bb5f3dcd0898501d52d92de7b1f | refs/heads/master | 2020-04-15T05:34:06.491186 | 2015-08-14T20:28:31 | 2015-08-14T20:28:31 | 40,622,132 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 61 | hpp | ../../../../../boost/Pod/Classes/boost/container/flat_map.hpp | [
"tony@mobilegridinc.com"
] | tony@mobilegridinc.com |
32dabf2ee39da9d74c615b92c49120440752c85b | 36e453a9ec047e38b54690b7c3a50d00d1c042e6 | /src/RE/ExtraTextDisplayData.cpp | ed02b6be2da8dbc3c3928190126641bc87947262 | [
"MIT"
] | permissive | powerof3/CommonLibVR | 9200ca84d4866eaf18a92f23ef5dd375b5c69db8 | c84cd2c63ccba0cc88a212fe9cf86b5470b10a4f | refs/heads/master | 2023-07-12T04:56:36.970046 | 2021-08-21T18:08:34 | 2021-08-21T18:08:34 | 398,626,573 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,256 | cpp | #include "RE/ExtraTextDisplayData.h"
#include "REL/Relocation.h"
namespace RE
{
ExtraTextDisplayData::ExtraTextDisplayData() :
BSExtraData(),
displayName(""),
displayNameText(nullptr),
ownerQuest(nullptr),
ownerInstance(DisplayDataType::kUninitialized),
temperFactor(1.0F),
customNameLength(0),
pad32... | [
"32599957+powerof3@users.noreply.github.com"
] | 32599957+powerof3@users.noreply.github.com |
89c7b18dd07bb4c63dd253b046e64a943211191e | e94e8d8c7ae6be06c82d7e8abdef7f0260ff9ad5 | /234tree/234tree/node.cpp | 288e4e92beff53ec940c503928ba92f5a2cf99db | [] | no_license | KookHoiKim/Sorting | 32c6a1f5ffb98915514ba0b25020d47496967d66 | cb43856bad344855801de99e8110a7b885416413 | refs/heads/master | 2020-04-03T15:43:29.646618 | 2018-11-21T01:53:27 | 2018-11-21T01:53:27 | 155,374,378 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,146 | cpp | #include "node.h"
node::node() {}
node::node(int val) {
value[1] = val;
value[SIZE] = 1;
}
node::node(int* val, node** cd) {
value[SIZE] = val[SIZE];
for (int i = 1; i <= val[SIZE]; i++) {
value[i] = val[i];
}
for (int j = 0; j <= val[SIZE]; j++) {
child[j] = cd[j];
}
}
node::~node() {}
void node::getNo... | [
"rlarnrghlapz@gmail.com"
] | rlarnrghlapz@gmail.com |
702b20b69c3ee60389cf28284cc5e4ff5bd2a9c5 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1482492_0/C++/dkorduban/B.cpp | 5aa2199fb40cfbc965e2fd75778d21a4415490c2 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | // MS Visual Studio
#include<cstdio>
#include<cstring>
#include<cstdio>
#include<cmath>
#include<iostream>
#include<map>
#include<vector>
using namespace std;
#define REP(i,n) FOR(i,0,n)
#define FOR(i,s,n) for(int i=(s); i<(n); ++i)
#define sz(X) int((X).size())
#define pb push_back
#define X first
#def... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
7fbb6b91b8277188815990b954070751907ddf09 | d9169bed9c9ecad89932b0e05f979f9bb1922c37 | /Part-2/include/file_system_interface.h | 0854b6b6dd9367d604c272519b4665e873454c1c | [] | no_license | Moridi/AP-Spring-98-CA-6-Inheritance | 7d15cb1005a353401c360028e2bdfa2bf3fda7df | 1922206b4c63595f80ae865ca7696560e69249b7 | refs/heads/master | 2020-05-15T03:13:04.869687 | 2019-05-14T11:25:23 | 2019-05-14T11:25:23 | 182,064,437 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | h | #ifndef FILE_SYSTEM_H_
#define FILE_SYSTEM_H_
#include <string>
#include <vector>
#include <memory>
class Element;
class FileSystemInterface
{
public:
typedef std::shared_ptr<Element> ElementSharedPointer;
inline FileSystemInterface();
void add_directory(int id, std::string title, int parent_id);
v... | [
"m.moridi.2009@gmail.com"
] | m.moridi.2009@gmail.com |
c08db733302eeede19438e16b701641ac7b4b750 | 84491309d9aa15f1da13e7cbbc2486dd95b2e5a1 | /Data Structures Implementation/Stack/stack.cpp | 95a8df587974f6a453e11870052f4367387adfc7 | [] | no_license | iksanov/algorithms_data-structures_OOP | d8befe4df618994ff505a0e44f73601ccd69ccb5 | 0967c7179699fbb888e1cc22b6497951fc53342b | refs/heads/master | 2021-08-20T02:53:24.387581 | 2017-11-28T02:26:31 | 2017-11-28T02:26:31 | 111,935,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | cpp | #include "stack.h"
#include <new>
#include <stdexcept>
#include <iostream>
using std::runtime_error;
using std::cout;
using std::endl;
Stack::Stack(int init_size)
{
cout << "I'm inside the constructor\n";
arr = new int[init_size];
capacity = init_size;
count = 0;
}
Stack::Stack(const Stack &stack)
{
... | [
"iksanov@yahoo.com"
] | iksanov@yahoo.com |
bbe68f9c3beaf69a463ad6cdd31f93e1e8781bd9 | 4015f8bd0d1bd8306f6ec80524a891df369544c0 | /11/11/11.cpp | 8399b2a042dd6a06cb01604e7087b0c7b3002532 | [] | no_license | andyyin15/forthrepository | b18834c46d81c565e0d932cba70a1d260c9325cb | 85c3c4fad188ce5391eed1aa880117098e51cc90 | refs/heads/master | 2020-11-27T16:41:14.621627 | 2020-06-30T13:17:25 | 2020-06-30T13:17:25 | 229,530,174 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 262 | cpp | // 11.cpp : ๅฎไนๆงๅถๅฐๅบ็จ็จๅบ็ๅ
ฅๅฃ็นใ
//
#include "stdafx.h"
#include<stdio.h>
#include"iostream"
int main(void)
{
int a[5] = { 1,2,3,4,5 };
int *ptr = (int *)(a + 1);
printf("%d,%d", *(a + 1), *(ptr - 1));
system("pause");
return 0;
} | [
"3223939902@qq.com"
] | 3223939902@qq.com |
322462cfca9134c90fd7923c21992ad6c8d56b45 | 75c952df608927b957f7969383d1e7f0f5e71d4e | /Busca/include/Griffon.h | 7ba7f16db74e5d7dddfe9647156e968225912992 | [] | no_license | igmsantos/AIcutter | b281b77d8f28f5172e0bbfa76cad2b349117a2d0 | 4d614c8779a21ccf3831f6da27c4ac97625dfdf6 | refs/heads/master | 2021-01-10T20:49:31.208887 | 2015-08-25T15:35:01 | 2015-08-25T15:35:01 | 41,368,391 | 1 | 1 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,250 | h | #ifndef GRIFFON_H_
#define GRIFFON_H_
/** TODO
*
* buscaCadernos
* leCadernos
* leCaderno
* analisaLayout
* identificaLinhas
* separaRecortes
* IdentificaRecortes
*
*/
/**
*
* A classe Griffon รฉ responsavel por englobar as funรงรตes do ator (usuรกrio) ao realizar as tarefas necessรกrias
* de identificaรงรฃo ... | [
"ivanmunix@gmail.com"
] | ivanmunix@gmail.com |
3c9da29f1b78e7493e9464525db1c484d20f3d1b | 0b95ece2228853e93506c9177359c7251bfacc65 | /Arduino_code/calibration/MatlabSerial_forverification/MatlabSerial_forverification.ino | fa41ef6c488c07336a435ca4b99d086240e8088c | [] | no_license | RoshanPasupathy/Smartwing_GDP1617 | 81a974f67bf30f102d7d6c2e51c036e941b937e0 | 198d2ff8297d7e053cf7434dfc2572e14e285bd3 | refs/heads/master | 2021-01-22T19:22:01.900476 | 2017-03-16T12:15:31 | 2017-03-16T12:15:31 | 85,193,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,198 | ino | #include "HX711.h"
//function definition
void send_routine(void);
volatile byte state = LOW;
int switchPin = 2;
int ledPin = 14;
int redledPin = 15;
HX711 l1;
HX711 l2;
HX711 l3;
HX711 d1;
HX711 d2;
//Number of loading conditions
//int N = 5;
void setup() {
// Initialise loadcells
l1.begin(11,12);
l2.begin(9... | [
"roshan.pasupathy@gmail.com"
] | roshan.pasupathy@gmail.com |
95bd8196713248910ebb7a4be055fb36d21b554e | de0b00d9d18c7b7776ceee1163ab1b07b9e80ec8 | /Level 5_Inheritance_Generalisation_Specialisation/Section 3_5/Exercise 1/Exercise1/Point.cpp | a45dd4c808d5da47d454a2b01e961d37b3f72efd | [] | no_license | FinancialEngineerLab/quantnet-baruch-certificate-cpp | e4187dcc74d1c0521f5f071f980b4be274448f35 | 4f555a76f196fb392189574be23223350a317960 | refs/heads/master | 2023-03-15T16:13:07.671250 | 2016-10-20T05:19:58 | 2016-10-20T05:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,267 | cpp | // Point.cpp
// Function implementation for the functions in the header file Point.hpp(Point classs with x- and y- coordinates.)
// Implementation of added operators to the Point class.
#include "Point.hpp"
#include <cmath>
#include <sstream>
#
using namespace std;
namespace Shihan {
namespace CAD {
// Default c... | [
"shihanutb@gmail.com"
] | shihanutb@gmail.com |
afa27aac4fe5729d7addff9efcc6f44c5d70ec75 | b82d54e98101e2cd6278ef014fe97b2b2e10a181 | /grid.h | b08704a13e498e4c2d5ae2a8cdf97e98f2c8730f | [
"MIT"
] | permissive | binarydream01/reversAI | ebf192e219b4e1a5ce5f431a7d723226e8c8646e | 1e990605aa99c0596910e227625ad418f06e497d | refs/heads/master | 2021-01-18T21:42:42.067287 | 2017-04-03T01:40:28 | 2017-04-03T01:40:28 | 87,020,094 | 0 | 0 | null | 2017-04-02T22:23:26 | 2017-04-02T22:23:26 | null | UTF-8 | C++ | false | false | 839 | h | //Name: Tobias Hughes
//Purpose: An abstract representation of the reversi game board. Is an 8x8 grid
//that can be one of three states, E, W, B which represent 'empty',
//'white', and 'black'
//Date: 3/22/17
#ifndef GRID_H
#define GRID_H
#include <string>
using namespace std;
#define GRID_SIZE 64
class grid{
pr... | [
"tobywhughes@gmail.com"
] | tobywhughes@gmail.com |
96cb419b2c776ee59933338c05d72172917d09ce | 914a83057719d6b9276b1a0ec4f9c66fea064276 | /test/cpp/accumulator/accum_lazy0.cpp | 52750f426feb2e461de7f8746989baa2e2b16701 | [
"BSD-2-Clause"
] | permissive | jjwilke/hclib | e8970675bf49f89c1e5e2120b06387d0b14b6645 | 5c57408ac009386702e9b96ec2401da0e8369dbe | refs/heads/master | 2020-03-31T19:38:28.239603 | 2018-12-21T20:29:44 | 2018-12-21T20:29:44 | 152,505,070 | 0 | 0 | Apache-2.0 | 2018-10-11T00:02:52 | 2018-10-11T00:02:51 | null | UTF-8 | C++ | false | false | 2,683 | cpp | /* Copyright (c) 2013, Rice University
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2.... | [
"jmaxg3@gmail.com"
] | jmaxg3@gmail.com |
6b4f39fca4ae3bd2667ce60c26ddd692b5235f66 | 4432c7fad4af2925a0b3dd26c5236d1c22997551 | /src/main/interpreted_vm.h | 78590199bf3143a281540a9ee2e1d6622cf0bfda | [] | no_license | gitter-badger/otherside | 53025be2b0c985451ec5977641375aebc1c49283 | 5178b934a110a41bcdddfb74a154e1eff44e34e6 | refs/heads/master | 2021-01-16T20:51:35.674343 | 2015-08-03T12:47:00 | 2015-08-03T12:47:00 | 40,125,819 | 0 | 0 | null | 2015-08-03T13:19:52 | 2015-08-03T13:19:51 | null | UTF-8 | C++ | false | false | 1,524 | h | #pragma once
#include "vm.h"
#include <memory>
#include <vector>
#include "parser_definitions.h"
struct Function;
class InterpretedVM : public VM {
private:
Program& prog;
Environment& env;
std::map<uint32, uint32> TypeByteSizes;
std::vector<std::unique_ptr<byte>> VmMemory;
byte* VmAlloc(uint32 typeId) ove... | [
"dario.seyb@gmail.com"
] | dario.seyb@gmail.com |
54c3f666cf1e686aa89142cc5e7304c6a0c77fd5 | ff7f4d1db50802fff5ef30dbc070deae61562ac2 | /RecoBTag/SecondaryVertex/src/CombinedSVSoftLeptonComputer.cc | 7e80ce45d90fefeceaa37cc85a7a22d2e221be04 | [] | no_license | chenxvan/cmssw | c76aaab6b7529ddcea32c235999207d98cdac3f7 | 5a62631dbbe35410e816ca1b35682203ceaa64f9 | refs/heads/CMSSW_7_1_X | 2021-01-09T07:33:32.267995 | 2017-06-01T20:05:26 | 2017-06-01T20:05:26 | 19,713,080 | 0 | 0 | null | 2017-06-01T20:05:27 | 2014-05-12T19:54:48 | C++ | UTF-8 | C++ | false | false | 20,599 | cc | #include <iostream>
#include <cstddef>
#include <string>
#include <cmath>
#include <vector>
#include <Math/VectorUtil.h>
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/Math/interface/Lore... | [
"pvmulder@cern.ch"
] | pvmulder@cern.ch |
70f0e2dfac6172c3de53b93b6adca04cebb030d6 | d4faf4a70781a661ef6a1ef35f106dfee5f60bb0 | /ConsoleApplication1/src/game_object.h | b710ab4990c8696ae5aff79437ff16942b19b813 | [] | no_license | zqztxdi/Opengl_game | ee9b3da084b18ce7330d30dbc8f7a1a01520fac8 | b7131937d41bc5396d5014fb0d777fcd00c0f979 | refs/heads/master | 2022-11-16T19:50:33.288653 | 2020-07-11T10:28:11 | 2020-07-11T10:28:11 | 278,837,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | h | #pragma once
#ifndef GAMEOBJECT_H
#define GAMEOBJECT_H
#include <GL/glew.h>
#include <glm/glm.hpp>
#include "texture.h"
#include "sprite_renderer.h"
// Container object for holding all state relevant for a single
// game object entity. Each object in the game likely needs the
// minimal of state as described withi... | [
"1139266767@qq.com"
] | 1139266767@qq.com |
837d4550a31dc6aeb97aa44a29c00ba4ddc2427a | 74c1a55594ac409d505a96eb57a3ce02c2dd7d93 | /leetcode/remove-duplicates-from-sorted-array/Accepted/5-11-2021, 9:16:37 PM/Solution.cpp | f89776ca8d6eb86f4c19ee78ee13850342ddb1db | [] | no_license | jungsu-kwon/ps-records | f9f201791c7a56b012d370569aba9eb1c5cb03a5 | cc909a871a0a72ce0a1c31586e9e65f969900a7b | refs/heads/master | 2023-06-28T20:52:43.492100 | 2021-08-06T04:45:21 | 2021-08-06T04:45:21 | 392,259,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | // https://leetcode.com/problems/remove-duplicates-from-sorted-array
class Solution {
public:
int removeDuplicates(vector<int>& nums)
{
if (nums.size()<=1) return nums.size();
int write_ind = 0, read_ind = 0;
int cur = nums[0] - 1;
while (read_ind != nums.size())
{
... | [
"git@jungsu.io"
] | git@jungsu.io |
37607c873e8f01e35a33a9d53472d130ddd8f6d5 | 6059ef7bc48ab49c938f075dc5210a19ec08538e | /src/plugins/poshuku/plugins/webkitview/settingsglobalhandler.cpp | 023c6b2f77f26edbeed138271583ff391d2779ff | [
"BSL-1.0"
] | permissive | Laura-lc/leechcraft | 92b40aff06af9667aca9edd0489407ffc22db116 | 8cd066ad6a6ae5ee947919a97b2a4dc96ff00742 | refs/heads/master | 2021-01-13T19:34:09.767365 | 2020-01-11T15:25:31 | 2020-01-11T15:25:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,011 | cpp | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
cee5c3c5f2b47f2a22fae989d8970b2a2962544e | fdc522072a2a998b40ca5695e387a428f0a2ad5a | /Link/Windows Kits/8.0/Include/winrt/Windows.Media.Streaming.h | c5677922c020bf216a42b53adf11a9374faf5023 | [] | no_license | fajaralmu/kufi-sqr-open-gl | 876d163ef4edc7d2a278ace42a9505659f13a2ca | da30611f55e29e75094a9e085c1adc6dbe9d34ee | refs/heads/master | 2021-07-12T01:41:00.349589 | 2020-10-20T06:21:48 | 2020-10-20T06:21:48 | 203,924,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357,600 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.00.0595 */
/* @@MIDL_FILE_HEADING( ) */
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef ... | [
"fajaralmunawwar@yahoo.com"
] | fajaralmunawwar@yahoo.com |
97ac5d0a0df6c589fc5552cf2c7f44baad4dcf25 | 14ce01a6f9199d39e28d036e066d99cfb3e3f211 | /Cpp/SDK/BP_USCG_MediumSkiff_Debris_LeftRear_Minion_classes.h | 711e67a9bfeb828ca98286884b5155be4f3c385b | [] | no_license | zH4x-SDK/zManEater-SDK | 73f14dd8f758bb7eac649f0c66ce29f9974189b7 | d040c05a93c0935d8052dd3827c2ef91c128bce7 | refs/heads/main | 2023-07-19T04:54:51.672951 | 2021-08-27T13:47:27 | 2021-08-27T13:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | h | ๏ปฟ#pragma once
// Name: ManEater, Version: 1.0.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
cb2e6879706cf1c56bc33ee8877ed809dae40206 | f776316d0a7c44e887feaa675f030f27da2d022b | /4490/proj2/Parser.h | 25f8ad9de98c1a07a86cf3fbff4ebaa0578dabb0 | [] | no_license | taxilian/old_cs_vm | 647246e16e7d695833c5dc69b2c06eb9af24a739 | a83142afa8d52eb07c0a6d30ff57ffa7dbbc30de | refs/heads/master | 2016-09-06T16:45:12.267205 | 2011-04-27T19:03:20 | 2011-04-27T19:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,674 | h | /**
* Parser.h
*
* Richard Bateman
* Virtual Machine Assembly parser
*/
#pragma once
#ifndef H_PARSER
#define H_PARSER
#include <string>
#include <vector>
#include <fstream>
#include <deque>
#include <boost/shared_ptr.hpp>
#include <boost/tokenizer.hpp>
#include "VMConfig.h"
typedef boost::tokenizer< boost::es... | [
"taxilian@gmail.com"
] | taxilian@gmail.com |
ecebfc74e19004d0eec21147d3968103330a8091 | 70022f7e5ac4c229e412b51db248fdd08a0a5b28 | /src/tests/frontend/Linux-g++_(GCC)_4.8.1/cpp/spec-smithwa/getUserParameters.c.pre.transformed.cpp | 32c5d74b78a32895a2d2704ccbff545434cd59a5 | [] | no_license | agrippa/chimes | 6465fc48f118154e9d42fbd26d6b87a7dce7c5e9 | 695bb5bb54efbcd61469acda79b6ba6532e2d1d9 | refs/heads/master | 2020-12-25T14:02:17.752481 | 2016-07-04T02:20:59 | 2016-07-04T02:20:59 | 23,259,130 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 57,949 | cpp | # 1 "getUserParameters.c.pre.transformed.cpp"
# 1 "<command-line>"
# 1 "/gpfs-biou/jmg3/gcc-install/lib/gcc/powerpc64-unknown-linux-gnu/4.8.1/include/stddef.h" 1 3 4
# 147 "/gpfs-biou/jmg3/gcc-install/lib/gcc/powerpc64-unknown-linux-gnu/4.8.1/include/stddef.h" 3 4
typedef long int ptrdiff_t;
# 212 "/gpfs-biou/jmg3/gcc-... | [
"jmaxg3@gmail.com"
] | jmaxg3@gmail.com |
90c22297fe7915a6bb6e33f8139d68b38a1cf059 | 5125535717f1f4c2123c666ea90e7041a9ac98dd | /_rings.ino | 2de79e36cfc3ddc9e3eb6813ed8be39af4debbc5 | [] | no_license | Jaharmi/pixelated | d07ee1cb5db684a08dd22c4f307da70814f9c377 | 88a3df2a44e49c79898d7c5b39d813a7bf664a58 | refs/heads/master | 2022-03-01T21:22:08.788118 | 2019-10-22T10:07:54 | 2019-10-22T10:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,680 | ino | float noiseScale =0.2;
float fractalNoise (float x, float y, float z) {
float r=0;
float amp=1.0;
for (int octave=0; octave<4;octave ++){
r+=noise(x)+noise(y)+noise(z) * amp;
amp /=2;
x*=2;
y*=2;
z*=2;
}
return r;
}
float noise (float val) {
return (float (random( 0,1000... | [
"lawrence@computersolutions.cn"
] | lawrence@computersolutions.cn |
1432004e909b981c63d8660a4c74696ec914f0eb | a495da70ed1f0450059f83e6163b9c011f3e3798 | /csUtil/src-Core/include/cs/Core/Endian.h | 44444c62e4ff111d7654747cefbf74835ba601fc | [] | no_license | CaSchmidt/csUtil | 20e58545edb09d5fdab55eb097d4b4c9e254ca53 | 9b8f1d5bbfd578f1f11d2e34eb94ddde2b3f3ae8 | refs/heads/master | 2023-08-18T06:35:21.274808 | 2023-08-09T18:50:54 | 2023-08-09T18:50:54 | 151,853,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,751 | h | /****************************************************************************
** Copyright (c) 2016, Carsten Schmidt. 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 o... | [
"CaSchmidt@users.noreply.github.com"
] | CaSchmidt@users.noreply.github.com |
c04e2ae16f44fc11e3e9c69c81331416f8243b9d | ddad5e9ee062d18c33b9192e3db95b58a4a67f77 | /util/math/float2decimal.cc | afe0af6e4440f94d1819902e6bfb96eae54f0bf8 | [
"BSD-2-Clause"
] | permissive | romange/gaia | c7115acf55e4b4939f8111f08e5331dff964fd02 | 8ef14627a4bf42eba83bb6df4d180beca305b307 | refs/heads/master | 2022-01-11T13:35:22.352252 | 2021-12-28T16:11:13 | 2021-12-28T16:11:13 | 114,404,005 | 84 | 17 | BSD-2-Clause | 2021-12-28T16:11:14 | 2017-12-15T19:20:34 | C++ | UTF-8 | C++ | false | false | 23,547 | cc | // Copyright 2017, Beeri 15. All rights reserved.
// Author: Roman Gershman (romange@gmail.com)
//
#include "util/math/float2decimal.h"
#include "base/logging.h"
#define FAST_DTOA_UNREACHABLE() __builtin_unreachable();
namespace util {
namespace dtoa {
namespace {
//
// Given a (normalized) floating-point number v... | [
"roman@ubimo.com"
] | roman@ubimo.com |
6622f687135a37e169893824b05b87dd56fefc25 | 04ecdf08a159fd9b469cf357657f46ec98517be7 | /sorting/squares-sorted-arr.cpp | d4b913c053fda696c0c78f0948cfaea4e6e99597 | [] | no_license | rjt007/LeetCode-Problems | d9cc890c2492d084e6035a69883a950c5985e976 | b0c02dcc6cb58439b8b94f40dcb3968cd6dfbcf1 | refs/heads/master | 2023-08-17T04:33:57.379783 | 2021-09-22T17:54:11 | 2021-09-22T17:54:11 | 382,655,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | cpp | //https://leetcode.com/problems/squares-of-a-sorted-array/
#include <bits/stdc++.h>
using namespace std;
//T.C->O(N), S.C->O(1)
vector<int> sortedSquares(vector<int> &nums)
{
vector<int> ans;
int n = nums.size();
int i = 0, j = n - 1;
while (i <= j)
{
if (nums[j] * nums[j] >= nums[i] * nums[... | [
"rajatagrawal007.ra@gmail.com"
] | rajatagrawal007.ra@gmail.com |
96a460d878a94ab50b6cf78fade83ccc3f946e86 | e1230a4aba63635e6bc2371e97f1d9a2ac069921 | /Server/SinBaram/sinSOD2.cpp | d9cacee443edc55ea50ec701ed867ac6d817e212 | [] | no_license | tobiasquinteiro/HonorPT | d900c80c2a92e0af792a1ea77e54f6bcd737d941 | 4845c7a03b12157f9de0040443a91e45b38e8ca0 | refs/heads/master | 2021-12-09T08:14:33.777333 | 2016-05-04T03:32:23 | 2016-05-04T03:32:23 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 87,806 | cpp | /*----------------------------------------------------------------------------*
* ํ์ผ๋ช
: sinSOD2.cpp
* ํ๋์ผ : ํ์ฌ Test ์ฉ์ผ๋ก ์ฐ์ด๊ณ ์๋ฐ
* ์์ฑ์ผ : ์ต์ข
์
๋ฐ์ดํธ 4์
* ์ ์ฑ์ : ๋ฐ์์ด
*-----------------------------------------------------------------------------*/
#include "sinLinkHeader.h"
#include "..\\tjboy\\clanmenu\\tjclan.h... | [
"cainankk@outlook.com"
] | cainankk@outlook.com |
34b7d5f9d3a973dc39e0686fc64f1fbf1e033850 | 9ed70c97db0f8c7c5b28dc80da19e3101186d573 | /goggles/goggles.ino | 290bb1fca0030e8c17bc5c47ab7eed96c61181fc | [] | no_license | adgedenkers/arduino | c832bb0478cd43fd348daefc0f873d8df06d9c74 | 7a7ace2e9a293559f258dfbd8d8c99867ec13a14 | refs/heads/master | 2021-06-09T09:37:51.880555 | 2021-05-04T23:56:58 | 2021-05-04T23:56:58 | 157,988,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | ino | // Low power NeoPixel goggles example. Makes a nice blinky display // with just a few LEDs on at any time.
#include <Adafruit_NeoPixel.h>
#ifdef __AVR_ATtiny85__ // Trinket, Gemma, etc.
#include <avr/power.h> #endif
#define PIN 0
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(32, PIN);
uint8_t mode = 0; // Current anim... | [
"adge.denkers@gmail.com"
] | adge.denkers@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.