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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ce1413a15235c812f3b65d3915a5eaeb7198548a | d0557489abe73e36f52a057e151a16c310e11876 | /base/Config.h | 190fa17dbe8afaf65925d6cdc8b2561d7a67db37 | [
"MIT"
] | permissive | chntujia/CodfiyAsteriatedGrailServer | 762a9de7e7d6567d87e66d5b6354a24c8f797cbe | f2f210aeff062fd5ff27fb099629edcde82eb366 | refs/heads/master | 2022-03-14T16:13:16.382571 | 2022-02-13T12:53:57 | 2022-02-13T12:53:57 | 49,324,028 | 40 | 17 | MIT | 2019-02-22T01:10:28 | 2016-01-09T12:46:43 | C++ | UTF-8 | C++ | false | false | 729 | h | #ifndef __CONFIG_H__
#define __CONFIG_H__
#include "zType.h"
#include "zMisc.h"
#include <string>
class ServerConfig : public SingletonBase<ServerConfig>
{
public:
int32_t Init (void);
int32_t Load (void);
int32_t Reload (void);
protected:
ServerConfig (void);
~ServerConfig (void);
priva... | [
"chntujia@gmail.com"
] | chntujia@gmail.com |
8e0b919a00becaa8280d9576c1b8f22b3f458688 | ed0fb471daca59daa6255d75d4c68508e58e3454 | /ml/include/pcl/ml/impl/ferns/fern_evaluator.hpp | 102eed59a832f7d631d11fcd5df91ec05bb61401 | [
"BSD-3-Clause"
] | permissive | mujin/pcl | ec9de205e1ee5940fd0a55a012733984a0bb1ff2 | 9a13da19c792ce1f9dfcb752bc92300f40270bec | refs/heads/master | 2023-06-09T13:49:51.928549 | 2022-04-18T01:03:29 | 2022-04-18T01:03:29 | 32,294,758 | 4 | 2 | NOASSERTION | 2023-05-09T03:41:42 | 2015-03-16T01:43:16 | C++ | UTF-8 | C++ | false | false | 8,539 | hpp | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2010-2011, Willow Garage, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | [
"holzers@in.tum.de"
] | holzers@in.tum.de |
18c3857238466cc808b013cddc5e9d18304a5e03 | 79143151a5f5c246a304fc4ee601e144f323fa97 | /POJ/3191/7989637_AC_0ms_740kB.cpp | 2b8e8237c01f41e72a838ea1862b99d06e693c29 | [] | no_license | 1468362286/Algorithm | 919ab70d1d26a4852edc27b6ece39f3aec8329eb | 571e957e369f5dc5644717371efcc3f4578a922d | refs/heads/master | 2020-06-01T23:56:22.808465 | 2019-06-09T08:44:55 | 2019-06-09T08:44:55 | 190,970,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 333 | cpp | #include <iostream>
using namespace std;
int main()
{
int i,n,k,t,sk[10000],tp;
while(cin>>n)
{
tp = 0;
while(n)
{
k = n % -2;
t = n / -2;
if(k<0)
{
k = k + 2;
t++;
}
n = t;
sk[++tp]=k;
}
for( i = tp ; i >= 1; i--)
{
cout<<sk[i];
}
if(tp==0)cout<<"0";
cout<<endl;
}... | [
"noreply@github.com"
] | 1468362286.noreply@github.com |
4e6e32fe06ec1d400fd788e9eed9154b4bf7ba7c | 3fee62a27cffa0853e019a3352ac4fc0e0496a3d | /zCleanupCamSpace/ZenGin/Gothic_I_Classic/API/zPrototypes.h | 64c4edb2b8973ad76c8230ab36a58cb5b3492820 | [] | no_license | Gratt-5r2/zCleanupCamSpace | f4efcafe95e8a19744347ac40b5b721ddbd73227 | 77daffabac84c8e8bc45e0d7bcd7289520766068 | refs/heads/master | 2023-08-20T15:22:49.382145 | 2021-10-30T12:27:17 | 2021-10-30T12:27:17 | 422,874,598 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,721 | h | // Supported with union (c) 2018-2021 Union team
#ifndef __ZPROTOTYPES_H__VER0__
#define __ZPROTOTYPES_H__VER0__
namespace Gothic_I_Classic {
class zCMemPoolBlock;
class zCMallocGeneric;
class zCEngine;
struct zTLODEdge;
struct zTEngineStats;
class zCLineCache;
struct zTViewportData;
class zCCamera;
... | [
"amax96@yandex.ru"
] | amax96@yandex.ru |
038c8ef349bf163892e58277245e03850f000953 | 75d303983f1789b3b26b433117d9360001cd37d9 | /BIL 105E - Intr to Sci&Eng Comp (C)/Uygulamalar/Uygulama 4/2.cpp | 2339a017825e658a7fc852a608d2ca934b8619b4 | [] | no_license | tugrulyatagan/itu_comp_eng_lectures | 22452ef2af569bbc89de68809595bac5f992d89a | c6f62e142a7df5aaef68e3345833f2092b2f2364 | refs/heads/master | 2022-12-15T21:18:18.519189 | 2020-09-20T22:21:46 | 2020-09-20T22:21:46 | 297,064,338 | 14 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 473 | cpp | /************************************************************
* ornek : 4-2 *
* aciklama: uclu operator ile 2 sayinin karsilastirilmasi *
* derleme : g++ -o program_ismi 2.cpp *
************************************************************/
#include <iostream>
using namespace std;
int main()
{
int ... | [
"tugrulyatagan@gmail.com"
] | tugrulyatagan@gmail.com |
f04b34b8900c1ee0516a49eb8d3c2064afb0a08b | cf9487be08672286ddd67150c46f99348638e536 | /OPRoS/OprosDevelopment/IDE/CommonLibrary/include/device/ObjectVelocityData.h | d9e50e459d9d31d0782340c1b54d78b36c153218 | [] | no_license | yujinrobot/kobuki_opros | 7cfe0ea6913ada4a82118014c7337dbe151c09a2 | 29ea26f87acc9c966d1b2eae3d80f47f32da887a | refs/heads/master | 2021-01-01T05:47:41.270512 | 2013-11-21T05:00:01 | 2013-11-21T05:00:01 | 14,552,448 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,530 | h | /*************************************************************
file: ObjectVelocityData.h
author: E.C. Shin
begin: March 13 2013
copyright: (c) 2012 KITECH, OPRoS
email: uncholshin@gmail.com
***************************************************************
OPRoS source code is provided under a dual license mode:
... | [
"hcjung@yujinrobot.com"
] | hcjung@yujinrobot.com |
c66ec5d8e6e8a36d424f05f78e0f753edeef2af3 | 68572da614e34b418daab726a4075fd62eea2375 | /practice/4/exercises/1_median.cpp | 82581b243b46cc9f8a5e13bf485ad7a1610121f5 | [] | no_license | samkots/ppp2e | 25ff5e7d2562476f670b439d75bde3564a66e3b7 | b84cfa056600415b8136d773427f11f104e32c5e | refs/heads/master | 2022-01-24T04:16:55.444701 | 2019-08-06T16:36:56 | 2019-08-06T16:36:56 | 113,661,884 | 1 | 0 | null | 2017-12-31T16:15:44 | 2017-12-09T10:44:22 | C++ | UTF-8 | C++ | false | false | 471 | cpp |
#include "std_lib_facilities.h"
int main()
{
vector<double> temps; //temperatures
for (double temp; cin >> temp;)
temps.push_back(temp);
double sum = 0;
for (int x : temps)
sum += x;
cout << "Aberate temperatures: " << sum / temps.size() << "\n";
sort(temps);
cout << "Median temperature: ";
if (temps... | [
"samkots@gmail.com"
] | samkots@gmail.com |
8ebe5282de14d31a1104e2394f93379575a20543 | e979e16ee30a2a2dcb40daef6df3a7a08abe2a71 | /tarea-6/ejercicio6.cpp | e1d52f24dd685c40b3a5d5fa5f5a6928a877af7d | [] | no_license | 00303120/funda-progra | b85532b4e2eab4561a8510d0e756c65e2b5c5dd7 | 5e1ae7b22e7dc84d55f0f16a7a1b54d39832d62d | refs/heads/master | 2022-11-17T06:55:57.807427 | 2020-07-11T19:47:52 | 2020-07-11T19:47:52 | 263,180,543 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,400 | cpp | #include <iostream>
#include <string>
using namespace std;
// Escriba un programa que, dado un arreglo y un número entero, cuente cuantas veces
// se repite dicho número en el arreglo.
// string str_pad(string, int, string);
int main(){
int len, num, items;
void readArray(int [ ], int);
int countInA... | [
"00303120@uca.edu.sv"
] | 00303120@uca.edu.sv |
6524674d1c57b031604ad7279e61270fb100da27 | 9467e2502183e843a67736800199e31674b1d8f6 | /HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/Posix/NativeMethods.cpp | d33c9ccc1f7f9d2b962835691d427bb658dd4cfa | [
"Apache-2.0"
] | permissive | yimengfan/BDFramework.Core | 3a046fcd755a84ba55d648dd3ad52c37a1cc1a04 | 81380fce8e84367f912777717665b53f074ab617 | refs/heads/master | 2023-09-04T10:08:47.644992 | 2023-07-05T16:22:11 | 2023-07-05T16:22:11 | 85,928,537 | 2,421 | 497 | Apache-2.0 | 2023-03-21T06:56:21 | 2017-03-23T09:03:48 | C# | UTF-8 | C++ | false | false | 840 | cpp | #include "il2cpp-config.h"
#if IL2CPP_TARGET_POSIX && !IL2CPP_TINY_WITHOUT_DEBUGGER
#include "os/NativeMethods.h"
#include "os/Process.h"
namespace il2cpp
{
namespace os
{
bool NativeMethods::CloseProcess(ProcessHandle* handle)
{
IL2CPP_NOT_IMPLEMENTED_ICALL(NativeMethods::CloseProcess);
IL2C... | [
"y755737878@gmail.com"
] | y755737878@gmail.com |
b8209e5b2c460b1d7766ebdd583a054dfd5186d6 | 7518a08a0b1280d86a8190b819ab4fb663df0b5e | /include/h5dspace.h | 8bffa0f62361366c738a5faa5f89144f2abeddf4 | [] | no_license | rootkit/h5cpp | a96703daa6d2a9188e6cb83f43114574399984fb | 47c42ab777c388669dafd6f66ac81902c924697c | refs/heads/master | 2021-06-22T20:51:43.658010 | 2016-07-06T18:35:47 | 2016-07-06T18:35:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | h | #ifndef h5dspace_GUARD_H
#define h5dspace_GUARD_H
#include "hdf5.h"
#include <vector>
namespace h5cpp {
extern hsize_t inf;
struct dataspace {
explicit dataspace(std::vector<hsize_t> dims, std::vector<hsize_t> max_dims={},
std::vector<hsize_t> chunk_dims={}, bool compressed=false);
explicit data... | [
"japarker@uchicago.edu"
] | japarker@uchicago.edu |
d1fd5f216ddd717fb9f9106e003108bf791fdabf | 53ff367aa3524ae3a5d2d611169d4f12b1f8404d | /src/Sample.h | 1c433eae7044a52c3e30ed3305ed25e25b4e88c2 | [
"Apache-2.0"
] | permissive | carmanuelz/platform_map_editor | 7980f4cc5cc2320106aec12a6361bcfefee1b63b | dfcff940ec1823739a3e073b8b8c1065f49122ba | refs/heads/master | 2021-05-31T02:54:39.685077 | 2016-03-19T16:34:22 | 2016-03-19T16:34:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,772 | h | //
// Copyright (c) 2008-2014 the Urho3D project.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, m... | [
"carmanuel.zarate@gmail.com"
] | carmanuel.zarate@gmail.com |
415170722f5ea9641efa93b5b3b75b3f2e3eb252 | 520471cc20647650cee8557cfc666ed01693a22b | /GCHandler_IL2CPPCode/Classes/Native/GenericMethods2.cpp | 60672b747da09cebc5526d170a99a552d70db2c3 | [] | no_license | asdlei99/IL2CPP_Internals | 121bc8f0971a0c3f963bc2bf5801a0d15e73e283 | 3024679f41b9a23daea6770a47e1a437408045cf | refs/heads/master | 2023-01-24T10:07:55.222378 | 2020-12-11T08:41:31 | 2020-12-11T08:41:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678,252 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"immb@qq.com"
] | immb@qq.com |
64ba9a06976dcde7fdfd442ee70d72cf23e62552 | 9b3df03cb7e134123cf6c4564590619662389d35 | /MemoryBlocks.cpp | 26045803ec507777c62a809d9c45a2bfbbfc7079 | [] | no_license | CauanCabral/Computacao_Grafica | a32aeff2745f40144a263c16483f53db7375c0ba | d8673aed304573415455d6a61ab31b68420b6766 | refs/heads/master | 2016-09-05T16:48:36.944139 | 2010-12-09T19:32:05 | 2010-12-09T19:32:05 | null | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 2,879 | cpp | //[]------------------------------------------------------------------------[]
//| |
//| GVSG Foundation Classes |
//| Version 1.0 |
... | [
"cauan@radig.com.br"
] | cauan@radig.com.br |
a854892d481b4370bf3daf9484438a3e56dbad80 | 3728db88d8f8268ded2af24c4240eec9f9dc9068 | /mln/value/builtin/symbolics.hh | fd266adfa339db57a4c2e823a4ba7b1aa94e371f | [] | no_license | KDE/kolena | ca01613a49b7d37f0f74953916a49aceb162daf8 | 0e0eff22f44e3834e8ebaf2c226eaba602b1ebf6 | refs/heads/master | 2021-01-19T06:40:53.365100 | 2011-03-29T11:53:16 | 2011-03-29T11:53:16 | 42,732,429 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,077 | hh | // Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE)
//
// This file is part of Olena.
//
// Olena is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation, version 2 of the License.
//
/... | [
"trueg@kde.org"
] | trueg@kde.org |
983e7a383aff242e8563e35da2687a9682884424 | a314af67bf01e7dd0769f6baa6b01f31a41220b7 | /shell/openxr/mobile/XrApp.cpp | 9a5db1473a8034d5e9ca90f9632b14448e03d494 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | facebook/igl | 5523e8bead7769eb356f8cad5803671168eb3f3d | 4eaca2349c7411f345d48de82083f02ec9927acb | refs/heads/main | 2023-09-03T02:43:51.101890 | 2023-09-02T22:51:52 | 2023-09-02T22:51:52 | 663,573,391 | 2,261 | 134 | NOASSERTION | 2023-09-01T06:45:48 | 2023-07-07T15:57:14 | C++ | UTF-8 | C++ | false | false | 21,104 | cpp | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <shell/openxr/XrApp.h>
#include <algorithm>
#include <array>
#include <cassert>
#include <string>
#include <android/as... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
ce180ead3c5f4be9335e7bab167a448ba501aaa5 | 46f4255e65e0d313ecf83bc5abf0591b8b14b5f6 | /ash/system/unified/user_chooser_view.cc | 1354df821961eb0e2400b12341a952059ecabb90 | [
"BSD-3-Clause"
] | permissive | RochyJiang/chromium | 05a0b8d76dee5003c768d6d674033a8a4bd0a959 | aff788f85090715722eb1eac0ecb43d4ea5233a0 | refs/heads/master | 2023-01-12T16:27:57.304524 | 2019-06-18T06:39:38 | 2019-06-18T06:39:38 | 192,481,912 | 1 | 0 | null | 2019-06-18T06:46:01 | 2019-06-18T06:46:00 | null | UTF-8 | C++ | false | false | 13,077 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/system/unified/user_chooser_view.h"
#include <memory>
#include <string>
#include "ash/public/cpp/ash_view_ids.h"
#include "ash/public/cpp/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
afdea01719959baa3bc144afdccec2c15b6cf3b3 | a2111a80faf35749d74a533e123d9da9da108214 | /raw/pmsb13/pmsb13-data-20130530/sources/24xc47o54r0zzgyu/2013-04-10T15-01-53.824+0200/sandbox/my_sandbox/apps/first_app/first_app.cpp | 481ae4e7d7550dca53f70b6df3ca53200d6541f8 | [
"MIT"
] | permissive | bkahlert/seqan-research | f2c550d539f511825842a60f6b994c1f0a3934c2 | 21945be863855077eec7cbdb51c3450afcf560a3 | refs/heads/master | 2022-12-24T13:05:48.828734 | 2015-07-01T01:56:22 | 2015-07-01T01:56:22 | 21,610,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 700 | cpp | #include <iostream>
#include <seqan/sequence.h>
#include <seqan/seq_io.h>
int main(int argc, char* argv[])
{ if (argc < 2)
{
std::cout << "Kein Parameter uebergeben" <<std::endl;
return 1;
}
else
{
seqan::SequenceStream seqStream(argv[1]);
if (!isGood(seqStream))
{
std::cerr << "ERROR: ... | [
"mail@bkahlert.com"
] | mail@bkahlert.com |
8ba825879f0411644c534abf5bb107b336653133 | 703382e63609f0839b3f5681af4bc50c21a7051c | /TestRTF/TestRTF.h | 8b524f0297b65b061c6f86d7439f86b030566690 | [] | no_license | qinghuoptum/Gluefile | 20a3b4881587c1acf862ed99c358fcb9311a2471 | 039214818bf5c344eb06ebbe9728582bacdd5982 | refs/heads/master | 2022-12-03T15:11:30.429820 | 2020-08-27T15:49:32 | 2020-08-27T15:49:32 | 289,516,502 | 0 | 0 | null | 2020-08-27T15:49:33 | 2020-08-22T15:38:42 | C++ | UTF-8 | C++ | false | false | 1,414 | h | // TestRTF.h : main header file for the TESTRTF application
//
#if !defined(AFX_TESTRTF_H__A208F289_2FA1_4CCA_AD05_31F95C0C6D49__INCLUDED_)
#define AFX_TESTRTF_H__A208F289_2FA1_4CCA_AD05_31F95C0C6D49__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include... | [
"qing.hu@rallyhealth.com"
] | qing.hu@rallyhealth.com |
f9e8f95e6d1fd8465cb26abe79e80dcb21880ab3 | 79a6d175e19b3e6e6a08eb5f30733291477ff621 | /thirdparty/include/webrtc/audio/audio_receive_stream.h | d0b5a4d1cbf1464fb69ac5f916ad56a88b6fef19 | [] | no_license | oswystan/wrtc | f1d75ee3680046394348162d3ba50b0362cd931f | 60110c8837a0e0e6ef46b49e5c74bf368bd1143b | refs/heads/master | 2021-04-26T22:14:08.275504 | 2018-04-08T02:31:15 | 2018-04-08T02:31:15 | 124,048,785 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,269 | h | /*
* Copyright (c) 2015 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"oswystan@126.com"
] | oswystan@126.com |
a213bc058ecc0a565e9d2bf43b669c18b5974d2c | 9515e3321c33709258e4686a7cd71e98a8c3a03e | /3p/VTK/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/UnitTestArrayHandleSwizzle.cxx | 8317f688619bad03f6e64fcb8848426114e3d46c | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Mason-Wmx/ViewFramework | f9bc534df86f5cf640a9dbf963b9ea17a8e93562 | d8117adc646c369ad29d64477788514c7a75a797 | refs/heads/main | 2023-06-29T04:12:37.042638 | 2021-07-28T09:26:55 | 2021-07-28T09:26:55 | 374,267,631 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,311 | cxx | //=============================================================================
//
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// ... | [
"mingxin.wang@peraglobal.com"
] | mingxin.wang@peraglobal.com |
7a0e7d04da0e5073f4b0947591a3d831c9c62938 | 8539dca20cd60b31d57853eae7ffd489a97a4486 | /Atividade Pilhas/PrimeiraQuestao.cpp | d53b638b589778ce6195649696d6fa3e4f0d7b83 | [] | no_license | jesusadadfilho/Estrutura-de-dados | 882906cec22efe9f85ab7823ebde821ddaaf513d | 9aa1684e04d9685b97ebaeefd8b639ba823229a9 | refs/heads/master | 2021-09-04T05:34:10.981128 | 2018-01-16T10:52:14 | 2018-01-16T10:52:14 | 110,627,625 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | cpp | #include <iostream>
#include <string>
#include <cstring>
#include <stdlib.h>
using namespace std;
int len(char s[]){
int i = 0;
while(*(i+s)!= NULL)
{
i++;
}
return i;
}
void expresao(char s[]){
char del[] = {"[{()}]"};
int quant = 0;
for(int i = 0;i<len(s);i++ ){
for(int j = 0;j<len(del);j++){
if(s... | [
"jesusadadfilho@gmail.com"
] | jesusadadfilho@gmail.com |
193999e530b319303b7ce0074b5e8284c0891787 | 90ba67a9ffd845f888860cc2fbc099b2af9d7a52 | /D_The_Best_Vacation.cpp | 62c1a1dcf97cb1646775a45d5f2e6ff1a4b379b0 | [] | no_license | AmanRawat1298/CodeForces | a6e7f52d063bc32647035aee9304a7420d76a7b9 | b63c035457d8d5993dc2e846e01dbbdb1edb8f3c | refs/heads/master | 2023-02-03T03:22:08.489591 | 2020-12-17T15:30:33 | 2020-12-17T15:30:33 | 267,936,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,020 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
int n,x;
cin>>n>>x;
int val;
vector <int> v;
for( int i=0; i<n; i++)
{
cin>>val;
for( int j=1; j<=val; j++)
{
v.push... | [
"aman.r1298@gmail.com"
] | aman.r1298@gmail.com |
9e312334eba4c4b5fed96eb954a350d2f0ba4373 | 2aa23f3ed83e32d6531b07c5e7295697f57b9c69 | /lesson/01. iterations/binary gap.cpp | 3422abf9f80cccdbbbb2bcaa311416028d1ec012 | [] | no_license | sorious77/codility | 3b9d4d50d7c7d42470a4c07944df0086282e0708 | 75fd555fad84c38402102e3595894e3c81e638fd | refs/heads/master | 2021-01-02T06:21:51.407795 | 2020-02-18T15:19:08 | 2020-02-18T15:19:08 | 239,527,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | cpp | int soultion(int N){
string temp_str, str;
while (temp > 1) {
temp_str += to_string(temp % 2);
temp /= 2;
}
temp_str += to_string(temp);
for (int i = temp_str.length() - 1; i >= 0; i--) {
str += temp_str[i];
}
int len = 0;
int max = 0;
int index = 0;
while (index < str.length()) {
if... | [
"sorious77@naver.com"
] | sorious77@naver.com |
7530a847a42dc9aade3a470cc2f47239cf1d118a | e862e3c79d7f6124d524448b0420b7ea3e55b347 | /include/experimental/bits/executor_wrapper_base.h | 8f7bdb8cc10dcfb6f925c025400fee1288c7df55 | [
"BSL-1.0"
] | permissive | viboes/executors | 491a4df5bbca0bd3d5e2677f1cbbe322b881703a | b7e914f47a36e4e3150e5889e5014541ec867a21 | refs/heads/master | 2021-01-16T21:47:19.890300 | 2014-05-28T09:27:19 | 2014-05-28T09:27:19 | 20,310,663 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,098 | h | //
// executor_wrapper_base.h
// ~~~~~~~~~~~~~~~~~~~~~~~
// Wraps a function object so that it is associated with an executor.
//
// Copyright (c) 2014 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy a... | [
"chris@kohlhoff.com"
] | chris@kohlhoff.com |
0efc079258afeda92c6f55ea9b2a7edd89af11f1 | 130caa2001baed165203ab3e73751c218a52c4b1 | /ex270_bst_closest/solution.cpp | 9719356b92ea1d985bf4394745e482d8648867b4 | [] | no_license | blenz3/leetcode | b3a29e42e64847c0eee91a2aa2cdfe2716af49f2 | f99def4b16e29b08b0b4af1004c7e53113ff9325 | refs/heads/master | 2022-07-17T06:01:38.536254 | 2022-07-11T00:51:12 | 2022-07-11T00:51:12 | 185,082,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 986 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"noreply@github.com"
] | blenz3.noreply@github.com |
6f2c56f55fc248f13fa0ec655f416bcd03001cee | a9b467714a5eabf2b24d8957b9ab0143c6576d04 | /Offline-9/offline 9 graphs/off-9.cpp | fa9c05bf74638d8b0afebec1b6108e528e0edc7b | [] | no_license | 1405081-rmrr/AlgorithmOfflines | 4b188034d2b91a2a88a97b2c9e2539f4efb2d228 | 071ae4d24f7751e615e2eed3b83327532f70e491 | refs/heads/master | 2020-09-22T03:13:27.198816 | 2019-12-02T02:19:38 | 2019-12-02T02:19:38 | 225,029,207 | 0 | 1 | null | 2019-12-02T02:19:39 | 2019-11-30T15:07:51 | C++ | UTF-8 | C++ | false | false | 2,372 | cpp | #include <bits/stdc++.h>
using namespace std;
struct edge {
int u, v;
edge(int _u=0, int _v=0) : u(_u), v(_v) { }
};
// Zero indexed graph
vector<int> approx_rand(int nodes, const vector< edge > &E) {
vector<int> order;
for(int i=0; i<(int) E.size(); ++i) order.push_back(i);
random_shuffle(order.begin(), order.e... | [
"1405081.rmrr@ugrad.cse.buet.ac.bd"
] | 1405081.rmrr@ugrad.cse.buet.ac.bd |
e0adfe207f996deedc48a3bdeca591336c4a0b32 | 03d0ce8a4bd34de35f654a568b6004aa321d3ab8 | /DemoDirectX/Gate.cpp | d0a4aefa15e98b4eeb679dd4dc40806098ace0ec | [] | no_license | minhnhatkool123/CASTLENEW | 7a202a3a4e3eb14dd9d7e6c2e347f8f69535b165 | c7de8dc774678f3a3b3503b43fb2113463ab472b | refs/heads/master | 2022-11-24T12:40:28.200321 | 2020-07-28T11:59:30 | 2020-07-28T11:59:30 | 257,939,088 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 303 | cpp | #include "Gate.h"
Gate::Gate()
{
}
void Gate::Update(DWORD dt, vector<LPGAMEOBJECT>* coObject)
{
}
void Gate::Render()
{
RenderBoundingBox();
}
void Gate::GetBoundingBox(float &l, float &t, float &r, float &b)
{
l = x;
t = y;
r = l+gate_box_width;
b = t+gate_box_height;
}
Gate::~Gate()
{
}
| [
"62514136+minhnhatkool123@users.noreply.github.com"
] | 62514136+minhnhatkool123@users.noreply.github.com |
36e874d4c18835dd1931b715791b6a9286509d23 | 85e7114ea63a080c1b9b0579e66c7a2d126cffec | /SDK/SoT_BP_SmallShip_StandardHull_InternalShipWater_parameters.hpp | ad1d50a816b1ef95e60a9d312ae1dfa210bde04f | [] | no_license | EO-Zanzo/SeaOfThieves-Hack | 97094307d943c2b8e2af071ba777a000cf1369c2 | d8e2a77b1553154e1d911a3e0c4e68ff1c02ee51 | refs/heads/master | 2020-04-02T14:18:24.844616 | 2018-10-24T15:02:43 | 2018-10-24T15:02:43 | 154,519,316 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,341 | hpp | #pragma once
// Sea of Thieves (1.2.6) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_SmallShip_StandardHull_InternalShipWater_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
aeea671e3e057c47f193d370d26a82c8ad29a7f6 | 1f578f8698a41b6b652946876d6ea0f5eb397e44 | /cpp_01/ex07/main.cpp | f1df3eb52cc8fba12d2eee51027e07a5bc669464 | [] | no_license | vdedios/cpp_modules | 21c47386c866647cbaa0e37d927925419e370adc | e10dbbba8c8a586909771f2804305ccc2f0031c0 | refs/heads/main | 2023-06-21T20:21:52.151497 | 2021-07-21T16:09:43 | 2021-07-21T16:09:43 | 364,990,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,314 | cpp | #include <iostream>
#include <fstream>
#include <string>
void checkInputFormat(int argc, char **argv) {
if (argc != 4) {
std::cout << "USAGE: ./replace <fileName> <str> <replace_str>" << std::endl;
exit(0);
}
if (!argv[2] || !*argv[2] || !argv[3] || !*argv[3]) {
std::cout << "Invali... | [
"victor.dedios@outlook.com"
] | victor.dedios@outlook.com |
f5e2b51d68f06e4e0333cb67915778f449841d49 | 0150d34d5ced4266b6606c87fbc389f23ed19a45 | /Cpp/SDK/Spectral_structs.h | c3223e8fd924092b2d2eb46d21bbcf2b0d582479 | [
"Apache-2.0"
] | permissive | joey00186/Squad-SDK | 9aa1b6424d4e5b0a743e105407934edea87cbfeb | 742feb5991ae43d6f0cedd2d6b32b949923ca4f9 | refs/heads/master | 2023-02-05T19:00:05.452463 | 2021-01-03T19:03:34 | 2021-01-03T19:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,284 | h | #pragma once
// Name: S, Version: b
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
/*!!HELPER_DEF!!*/
/*!!DEFINE!!*/
namespace UFT
{
//---------------------------------------------------------------------------
// Enums
//---------------------------------------------------------------------------
// Enum Spect... | [
"tahmaniak@gmail.com"
] | tahmaniak@gmail.com |
2f9447262249803e5e4905d1da86cbcac5cf4973 | 49fc9092d53d1c06843986e57cf3b7e63007acdf | /src/fred2/freddoc.cpp | f6f7913f855ff6934ecb823e4ceadd9d6d524093 | [] | no_license | ptitSeb/freespace2 | 8615e5c55b9a19bdf280bc0e0b164f9e33640045 | 500ee249f7033aac9b389436b1737a404277259c | refs/heads/master | 2020-09-20T19:13:59.618314 | 2019-01-02T10:51:59 | 2019-01-02T10:51:59 | 67,286,355 | 9 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 27,464 | cpp | /*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on
* the source.
*/
/*
* $Logfile: /Freespace2/code/Fred2/FREDDoc.cpp $
* $Revision: 110 $
* $... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
c228412a7ab2556cd1d99d62df63df14e770fc9a | a2ad13a918804dd32a7e0800ba650d734629fe86 | /2d_game_engine/Enemy.h | f6006b4507dba263e7d927a9b67610223192e0d0 | [] | no_license | msukkari/2d_game_engine | f4d8c047f4480d61b25c9e01a86795334ab91dbd | 25e85af56213c30ee3f9019e109ccf52c8b6b0c4 | refs/heads/master | 2021-01-12T12:03:59.938937 | 2017-04-11T19:54:40 | 2017-04-11T19:54:40 | 69,114,168 | 1 | 1 | null | 2016-09-24T21:55:04 | 2016-09-24T16:34:02 | C | UTF-8 | C++ | false | false | 421 | h | #ifndef ENEMY_H
#define ENEMY_H
class LoaderParams;
#include "SDLGameObject.h"
#include "GameObjectFactory.h"
class Enemy : public SDLGameObject
{
public:
Enemy();
virtual void draw();
virtual void update();
virtual void clean();
virtual void load(const LoaderParams* pParams);
};
class EnemyCreator : public ... | [
"michael.sukkarieh@mail.mcgill.ca"
] | michael.sukkarieh@mail.mcgill.ca |
020edb930275d71e6f234bfb207cca082260ab3e | aa6d05520ecf50f9ea49e49eff0551e014346dc9 | /array_intersection.cpp | 77141af6fdd0036bf8c1ea44547944b627895397 | [] | no_license | tsingh62/C-Masters | fa7355faadb3105e0147f5677afe2eaf65bc62ca | 88295e124eedd9d56a26613c422d061b61b4c34b | refs/heads/master | 2023-03-09T02:53:03.263680 | 2021-03-03T18:26:08 | 2021-03-03T18:26:08 | 283,625,702 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 815 | cpp | #include<iostream>
using namespace std;
#include<vector>
int main()
{
// - Intersection is the common between the two arrays
// - arr1[]{1,3,4,5,7};
// - arr2[]{2,3,5,6};
// ans - {3,5};
int arr1[]={1,3,4,5,7};
int arr2[]={2,3,5,6};
int n = sizeof(arr1)/sizeof(int);
int m = sizeof(a... | [
"tanvisingh81@gmail.com"
] | tanvisingh81@gmail.com |
3c73c08252c980f9f98b01bfeae7ace0c65a342d | ee629aad5fde1463c82692dc260c4b9e4ebf0030 | /src/server/game/Scripting/ScriptLoader.cpp | b51370a021717b4ed9ebb972817e6f42328f3407 | [] | no_license | Declipe/stormDev | 5b4369cb66f8bca9b0ddb8854d283a0c9ed3fb48 | 8502f495a7ddabd9a0893a3cbc4c6d3d327f37a6 | refs/heads/master | 2021-08-19T22:29:05.867869 | 2017-11-27T16:01:31 | 2017-11-27T16:01:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 57,976 | cpp | /*
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2011-2016 ArkCORE <http://www.arkania.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either ... | [
"inc723@gmail.com"
] | inc723@gmail.com |
004067c862abe30f5511073354152c35f4c7eff4 | a2aa6386ced191526b012c784efae8153684c679 | /String Search/Neddle-Haystack.cpp | b8541199ddfbef82469920eb0b78ee7b2cdfa418 | [] | no_license | pravj648/container | cd5bf04a338b648d2d850cd2eded7d7eaff9a3aa | 203528840720ef11b50dbc353cf73e3908091037 | refs/heads/master | 2021-01-10T04:37:49.334350 | 2015-10-29T13:18:49 | 2015-10-29T13:18:49 | 45,098,211 | 0 | 0 | null | 2015-10-29T13:18:49 | 2015-10-28T08:18:43 | C++ | UTF-8 | C++ | false | false | 1,088 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int t;
string s1, s2;
while (cin >> t) {
cin >> s2 >> s1;
int len = s2.length();
int a[len];
a[0] = 0;
int j = 0;
for(int i = 1; i < len; i++){
if(s2[i] == s2[j]){
a[i] = j + 1;
j++;
}
else{
... | [
"hackpravj@gmail.com"
] | hackpravj@gmail.com |
1bd1876bb99c652f0f732cc6203d0a7de886d31c | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/boost/fiber/detail/thread_barrier.hpp | cb3f859d35d81f8f5433ced0d71f0779824cbaba | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | hpp |
// Copyright Oliver Kowalke 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_FIBER_DETAIL_THREAD_BARRIER_H
#define BOOST_FIBER_DETAIL_THREAD_BARRIER_H
#include <cstddef... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
2aa3e2c31925f8fa6018999a2193afeec51957c4 | d7df51c050d653c18419f9ab6a99c29b02a866bf | /0898e.cpp | 8f5930fd8799c48363ab7e48c577c5cc141b2d04 | [] | no_license | mpfeifer1/Codeforces | 5cb90074e3ed87cd6ec19da6ed09481917bf827f | c43b6288f6e72fd65d586d36a7bfe847e09d8e30 | refs/heads/master | 2021-05-06T19:36:34.378643 | 2019-02-27T07:03:11 | 2019-02-27T07:03:11 | 112,151,399 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 986 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main() {
set<ll> squares;
for(ll i = 0; i < 500000; i++) {
squares.insert(i*i);
}
ll n;
cin >> n;
vector<ll> g, b;
for(ll i = 0; i < n; i++) {
ll temp;
cin >> temp;
if(temp == 0) {
... | [
"mikepf97@gmail.com"
] | mikepf97@gmail.com |
52c17d2c70ec8669f3830ec21d65b4b57af518e7 | abf958f9d7f5c180e9b24df98d980a8ffc39e951 | /Ispiti/2018-09-10/Grupa A - Zadatak 03.cpp | 903eab57e6918c8811f1acf6eeffb210ebf0d6cd | [] | no_license | kovaB/Programiranje-1 | 117fef5c197391b88c99d78668d81699f9ebfd7d | 7acb497e1195bf91863f4ac77f58ad7ff81c72c5 | refs/heads/master | 2020-04-20T23:26:33.721837 | 2019-02-01T10:26:35 | 2019-02-01T10:26:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 949 | cpp | #include <iostream>
using namespace std;
void Unos(char niz[], int duzina)
{
for (int i = 0; i < duzina; i++)
while
(
cout << "Unesite slovo: ",
cin >> niz[i],
niz[i] < 'A' || (niz[i] > 'Z' && niz[i] < 'a') || niz[i] < 'z'
);
}
void Is... | [
"noreply@github.com"
] | kovaB.noreply@github.com |
6d203d18a307ac418bf397872d67b9d5e9968a65 | 9dcfdacaed24457f7ae5733394acc6970b225d76 | /ath.vpn.ui/ath.vpn.ui.cpp | 1b96ab2d649f0458f89ecb38c0e321f94eaa2cb7 | [] | no_license | radtek/vpn | d063c17ee98a9b4b2859cb2efe91a69ce2ffc1c0 | 9fe0962a10440c06583b742fd670524811b73080 | refs/heads/master | 2021-03-04T04:24:08.242946 | 2019-01-29T11:53:55 | 2019-01-29T11:53:55 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,479 | cpp |
// ath.vpn.ui.cpp : Определяет поведение классов для приложения.
//
#include "stdafx.h"
#include "ath.vpn.ui.h"
#include "ath.vpn.uiDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CathvpnuiApp
BEGIN_MESSAGE_MAP(CathvpnuiApp, CWinApp)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
// создание Cath... | [
"BoB1Edition@gmail.com"
] | BoB1Edition@gmail.com |
4d5ef39a18c0717e310ebfc40232d8db142e50a1 | 8fbbc09a563d82d177d636721aff73d4b5e02966 | /Class/Thread.h | afe64de6dbe2eac23c9935aa2de18804f935ca86 | [] | no_license | EdwardTanshuo/capture_demo | 8fe8dcf73bb415944f5a481994fad006ab979efc | e951ca32b9fb1135169418fdde59565041515fc7 | refs/heads/master | 2020-03-31T22:39:00.505387 | 2018-10-01T23:01:42 | 2018-10-01T23:01:42 | 152,626,050 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 978 | h | #pragma once
#include <windows.h>
#include <process.h>
#include "Synchronized.h"
class Thread {
private:
HANDLE _hThread;
bool _active;
public:
Thread() : _hThread(), _active(false) {}
virtual ~Thread() {}
bool start() {
_hThread = (HANDLE)_beginthread(threadProc, 0, this);
return (_hThread != NULL);
... | [
"etan@fulgent.com"
] | etan@fulgent.com |
e0639b2c48158e802ad950fe9b5c07e825f243fe | 2af2ca451ff522eaafca4c4ee66adead7d32d360 | /Editor/ModelImporter_OBJ.cpp | 290445b6a5f5500b72a54ebefec6d501e3274a9a | [
"MIT",
"Zlib",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | tula18/WickedEngine | 25564867ea30c4e9b0e704935ae7bac084462214 | 35d9e0cc77baa06bf0b10217717e59583d628d70 | refs/heads/master | 2020-09-19T20:16:44.400606 | 2019-11-25T22:48:31 | 2019-11-25T22:48:31 | 224,287,532 | 1 | 0 | NOASSERTION | 2019-11-26T21:16:03 | 2019-11-26T21:16:02 | null | UTF-8 | C++ | false | false | 6,371 | cpp | #include "stdafx.h"
#include "wiSceneSystem.h"
#include "ModelImporter.h"
#define TINYOBJLOADER_IMPLEMENTATION
#include "tiny_obj_loader.h"
#include <fstream>
using namespace std;
using namespace wiGraphics;
using namespace wiSceneSystem;
using namespace wiECS;
// Transform the data from OBJ space to engine-space:
... | [
"turanszkij@gmail.com"
] | turanszkij@gmail.com |
182c5bfdb1b4533b26550e71052db6319c3530e3 | dfdaaed3ef6a1dba53b5262cf714e0aa1a5e4b0a | /src/util/TextureManager.h | 975b6f7d50d64c0f93414e1f4775a3e9076f9a31 | [] | no_license | CyberSys/geck-map-editor | 2da8faf7059568441feeda5620208a4ed5640b92 | a59e846ee8b50924854fc75613bdc8232628aa3f | refs/heads/master | 2023-06-07T13:15:41.383269 | 2021-07-14T15:51:45 | 2021-07-14T15:51:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | h | #pragma once
#include <memory>
#include <string>
#include <unordered_map>
#include <SFML/Graphics.hpp>
namespace geck {
class TextureManager {
private:
std::string _dataPath = "";
std::unordered_map<std::string, std::unique_ptr<sf::Texture>> _resources;
std::unique_ptr<sf::Texture> loadTextureFRM(const... | [
"jsimek.cz@gmail.com"
] | jsimek.cz@gmail.com |
9e021c99ba69bfc7269b40665a857d5269c7009c | 88236b634db839bd39d4d4a5a045baf9cebeaa6d | /software/voerUit/voerUit.ino | eefc347f7887630dd4cbd06b51e43782269488e4 | [] | no_license | TeamBartje/ArduinoProject | 229132b57dfca8f9043af10ead78358b9320178e | 795a28ba737aa3914ab27f30fbc86a65d2035023 | refs/heads/master | 2021-09-13T19:16:57.614593 | 2018-05-03T11:05:47 | 2018-05-03T11:05:47 | 109,822,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 335 | ino | #include <Motor.h>
Motor motor;
int nutijd=0;
int previoustijd;
int duration;
int i=0;
void setup() {
Serial.begin(9600);
}
void loop() {
previoustijd=nutijd;
nutijd=millis();
duration=nutijd-previoustijd;
if(i==50){
Serial.println(duration);
}
i++;
motor.bepaalPID(... | [
"32935830+allemanm@users.noreply.github.com"
] | 32935830+allemanm@users.noreply.github.com |
b84af3189c254d332601096a06da50a4d8dcc16f | 05dd6c56b0c3e36c3230a620ce63b9b62e93ba8e | /Task/09/Homework9-3.cpp | 981c6866b47578b491258d6ab3621d2ab7c3b2c3 | [] | no_license | jckling/Learn-C | 3b37d819ff9c40c79991a07dfcbe809e380a47c2 | 56d8c8a47ccb371d627cc6ff39ca5fda66496316 | refs/heads/master | 2021-01-01T04:03:50.851823 | 2019-07-07T06:07:05 | 2019-07-07T06:07:05 | 97,115,103 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 765 | cpp | #include <stdio.h>
int main()
{
int *pmax, *pmin;
int data[10], temp, i, n;
// printf("enter n:");
scanf("%d", &n);
// printf("enter %d data:",n);
for (i = 0; i < n; i++)
scanf("%d", &data[i]);
printf("orgin:");
for (i = 0; i < n; i++)
printf("%4d", data[i]);
printf("\n");
pmin = pmax = data;
for (i = 1;... | [
"jckling@163.com"
] | jckling@163.com |
4fb727d4a455874e406b6a43113f136c975dc7ca | 36183993b144b873d4d53e7b0f0dfebedcb77730 | /GameDevelopment/AI Game Programming Wisdom/SourceCode/11 Learning/04 Mommersteeg/Penny/StdAfx.cpp | 21b512bac8db3cf8f096dea0a0d72fffd27affc0 | [] | no_license | alecnunn/bookresources | b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0 | 4562f6430af5afffde790c42d0f3a33176d8003b | refs/heads/master | 2020-04-12T22:28:54.275703 | 2018-12-22T09:00:31 | 2018-12-22T09:00:31 | 162,790,540 | 20 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 207 | cpp | // stdafx.cpp : source file that includes just the standard includes
// PennyMatching.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"alec.nunn@gmail.com"
] | alec.nunn@gmail.com |
52d3a854a280aa9cdd7807488fabaddb0869d5f1 | 5c9d497a4db29e6a5a995ce1d0c77d2a53b6f661 | /hola/aes.cpp | e57bcf50cf131dc34eea5d5a8449861f5a0fd680 | [] | no_license | aurea1123/Git | 67179876f15d9b5b69433bf21764e627c5af3025 | 0e7ab551999a3060cb501120abbf8499e57b01d7 | refs/heads/master | 2021-04-29T14:29:03.505030 | 2018-02-16T23:05:46 | 2018-02-16T23:05:46 | 121,774,908 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,283 | cpp | /*
* aes256.cpp
*
* Copyright (c) 2014, Danilo Treffiletti <urban82@gmail.com>
* All rights reserved.
*
* This file is part of Aes256.
*
* Aes256 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 Sof... | [
"noreply@github.com"
] | aurea1123.noreply@github.com |
7a806d15834f1f00a5eaba99e6a2db29dd2590a2 | a5406087be04d0946cd9ece86af080aa893dfdd1 | /socket/udp/cli.cc | fab11cbeceeeeea6b79bb4a21630af1f527ebf50 | [] | no_license | lyyyyc/test | 86de55b1101c54e5d6d53bef506fac4777d5fc0f | bf53de9a9ee1e5e023e17d9c59511e34015bd8f5 | refs/heads/master | 2022-12-10T02:44:18.389565 | 2020-08-31T07:38:03 | 2020-08-31T07:38:03 | 286,398,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | cc | #include "udp.hpp"
#include <sstream>
int main(int argc, char *argv[]){
if(argc != 3){
std::cerr<<"./udp_cli ip port"<<std::endl;
return -1;
}
uint16_t port;
std::string ip = argv[1];
std::stringstream tmp;
tmp << argv[2];
tmp >> port;
UdpSocket sock;
CHECK_RET(sock.Socket());
while(1){
... | [
"806223557@qq.com"
] | 806223557@qq.com |
059eed5741073c322e2d08e716574b0e0cd282fd | 4373c4a1bf61ded162a0a9d93512e0094798f2b5 | /Assignment5/Assignment5.cpp | c39c16567a7fa79abf6f261ff2f36ea54c9dfaa8 | [] | no_license | HrushiMakode/DSF | a69e81fb06f774665b82a3defee09321242117a7 | 1b58d74a8d5968521cdeb0ac640b05befa598d7c | refs/heads/master | 2020-12-21T05:29:47.904467 | 2020-03-20T20:47:05 | 2020-03-20T20:47:05 | 236,323,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,771 | cpp | //============================================================================
// Name : Assignment5.cpp
// Author : Hrushikesh Makode
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//===================================================================... | [
"makodehrushikesh@gmail.com"
] | makodehrushikesh@gmail.com |
f02e3b53e307a3b3b21ed172e5066682e6032316 | 76859f325589b72fbb1c4bf8678505cf64a62334 | /src/lib/physics2/vec3gen.hpp | 481975961f55473915bee7dad948031de7e3e4e1 | [] | no_license | yf885188/BigWorld-Engine-1.9.1 | 267d3d24c29e414308143d3b2440cd4255ec4557 | e9d5a56739eb20c0c6973653a1342000e9f699be | refs/heads/master | 2023-08-29T17:12:16.985405 | 2021-11-18T06:41:31 | 2021-11-18T06:41:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,659 | hpp | /******************************************************************************
BigWorld Technology
Copyright BigWorld Pty, Ltd.
All Rights Reserved. Commercial in confidence.
WARNING: This computer program is protected by copyright law and international
treaties. Unauthorized use, reproduction or distribution of this... | [
"terran.erre@mail.ru"
] | terran.erre@mail.ru |
25dbd0610b905c93184fd37a5226f2738e635d8f | 8d27a29c9414506a2023cb06113cb885bf7fc3ea | /dissector/dissectors/dissectoreth/dissectorudp.cpp | 086155ab4004bd56f3338bbf441cb66b71201357 | [] | no_license | Ghivern/MyShark | a5d9c7b9426146b81e26e8e96343481b9c5b49d7 | 97412d9920f3ff9d6b55e3d45f283971ee3ad3c5 | refs/heads/master | 2021-03-03T15:54:01.724182 | 2020-05-31T15:25:25 | 2020-05-31T15:25:25 | 245,971,326 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,453 | cpp | #include "dissectorudp.h"
/*
* bit 0: validate the udp checksum
*/
quint32 DissectorUdp::flags = 0x1;
StreamRecorder DissectorUdp::streamRecorder;
DissectorUdp::DissectorUdp() {
}
void DissectorUdp::Dissect(DissRes *dissRes, ProTree *proTree, Info *info){
udp_hdr *header = GetUdpHdr(dissRes,info==NULL?true:... | [
"ghivern@foxmail.com"
] | ghivern@foxmail.com |
96c56f04f71296a5fcc2750f5ba3dc9c3534206c | a6fd363b13b9d9a94f3729710721f447f07b2f71 | /Stage/MyMover.h | 616210806bad69c06bdc1fdd9a0c8e427bec4edf | [] | no_license | sasanon/hig | 1230d3259b536dd8012537f25be8806f14e30e89 | 5bbd4ae8209a8420516cd0c3d6d7a133825b291e | refs/heads/master | 2021-01-20T12:03:41.078661 | 2014-05-17T06:45:16 | 2014-05-17T06:45:16 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 134 | h | // 移動物体の拡張
class CMyMover : public CMover {
public:
CMyMover(CMoverList& list) : CMover(list) {}
CVector PosNext;
};
| [
"sasa.milkcocoa@gmail.com"
] | sasa.milkcocoa@gmail.com |
9d916ec77bb3592fb5b3cd3314c6941338596db8 | 59d26f54e985df3a0df505827b25da0c5ff586e8 | /Tests/httpReq.cpp | b841516cc1d390cb02adba207b80649220f15c86 | [] | no_license | minhaz1217/My-C-Journey | 820f7b284e221eff2595611b2e86dc9e32f90278 | 3c8d998ede172e9855dc6bd02cb468d744a9cad6 | refs/heads/master | 2022-12-06T06:12:30.823678 | 2022-11-27T12:09:03 | 2022-11-27T12:09:03 | 160,788,252 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,617 | cpp | #include <string.h>
#include <winsock2.h>
#include <windows.h>
#include <iostream>
#include <vector>
#include <locale>
#include <sstream>
using namespace std;
#pragma comment(lib,"ws2_32.lib")
int main( void ){
WSADATA wsaData;
SOCKET Socket;
SOCKADDR_IN SockAddr;
int lineCount=0;
int rowCount=0;
struct hostent *h... | [
"minhaz1217@gmail.com"
] | minhaz1217@gmail.com |
ed5c251ecbc3843dd01069e8ba323fe2d35d5a90 | 37bebd58615bbcdaaa751285c86d59f82d4cb920 | /Chapter11/BookEngine/Camera3D.cpp | f88b9c539f3ba91f2d812783a2a3de4a21a9f072 | [
"MIT"
] | permissive | PacktPublishing/Mastering-Cpp-Game-Development | 80333bfa7f53912944f0df8b540508df0bdaba33 | 30b187250727e27edc1d9c8394eb6985eb84c873 | refs/heads/master | 2023-02-08T01:10:56.284355 | 2023-01-30T08:40:18 | 2023-01-30T08:40:18 | 117,197,589 | 79 | 37 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,746 | cpp | /*
Copyright (c) 2016 Michael "Mickey" MacDonald.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, mod... | [
"mohdr@packtpub.com"
] | mohdr@packtpub.com |
558f056bf7946b151966ec92076acb4aff810646 | 8fbc6b5463fb08f93cd3a71130519975ed7d76ac | /nicoPBRT/pbrt.h | 3983eaab2cf13ec328f9e697a641b0a0de6fe5ca | [] | no_license | litonico/nicoPBRT | 6817ea7dffeec6a85061d5bacf050fdd38e07e8d | 07df7277c4a5db58ce50aa0fb9f98fc90c613675 | refs/heads/master | 2020-05-30T22:43:11.585832 | 2013-09-06T21:00:56 | 2013-09-06T21:00:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,574 | h | //
// pbrt.h
// nicoPBRT
//
// Created by Lito Nicolai on 7/25/13.
// Copyright (c) 2013 Lito Nicolai. All rights reserved.
//
#ifndef nicoPBRT_pbrt_h
#define nicoPBRT_pbrt_h
#include <string>
#include <math.h>
typedef RGBSpectrum Spectrum; //choose spectrum type
//typedef SampledSpectrum Spectrum;
// global inl... | [
"nicolai@oxy.edu"
] | nicolai@oxy.edu |
e12a86afb0aea7ca657855b079edb9d4260766a7 | 89b928c4bdb8e01051dc2698e9e9befe1ef8bca5 | /d04/ex01/AWeapon.cpp | 04753521355f2872a8e4a5bbcdb9316ea9dc39e8 | [] | no_license | aalokhin/CPP | a3c3a1cbaad77cd33aac7740b5ee0bc3f6bf6f14 | 5b7d03d69ae66a4ec98526d59afa0ab49e3cdd1f | refs/heads/master | 2020-04-15T06:15:37.126868 | 2019-01-31T10:02:20 | 2019-01-31T10:02:20 | 164,454,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 667 | cpp | #include "AWeapon.hpp"
AWeapon::AWeapon( void ) {return ;}
AWeapon::AWeapon( const std::string &name, int apcost, int damage ) :
_name(name),
_apcost(apcost),
_damage(damage)
{
return ;
}
AWeapon::AWeapon( const AWeapon &Copy )
{ *this = Copy; }
AWeapon::~AWeapon( void ) { return ; }
AWeapon &AWeapon:... | [
"aalokhin@e2r3p8.unit.ua"
] | aalokhin@e2r3p8.unit.ua |
d995db90d9be8c07c3ca61f21ba5f78f0c109306 | c5952a9650383deecb75d80eb275cf10dee84436 | /hw3/hash.cpp | bb9ae002fffde432c6fce5f906a036b60f7440fb | [] | no_license | mbryk/DSA-2-Work | 2c3bd76fabd627e2fadb370696365c30109930ef | 6b322c956804fea54cf77e0fd0880d96dd08e758 | refs/heads/master | 2020-04-06T03:32:43.727631 | 2015-09-17T03:44:54 | 2015-09-17T03:44:54 | 5,766,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,624 | cpp | /*
* File: hash.cpp
* Author: Mark Bryk
* ECE 165
* HW #1
*
* Created on September 10, 2012, 12:23 PM
*/
#include "hash.h"
using namespace std;
hashTable::hashTable(int size) {
capacity = getPrime(size);
filled = 0;
try{
data.resize(capacity);
}
catch ... | [
"bryk@cooper.edu"
] | bryk@cooper.edu |
701b0e6ccb4d6531df90509712f314b7748a6e50 | 5b4d44875317312bc1d1b9b4d74372602f4bb772 | /Desktop/Tower-Defence/gamescene.cpp | 7cd9c3cf6abf7bea918c05f83e06bee3d743306b | [] | no_license | HAO-Jiaxin/Tower-Defence | fd17e762574cf4793d60fa73f5a93353164cc45b | a1f525b328d61a531cdad5f4ec5b068afe37085d | refs/heads/master | 2022-09-06T07:45:09.311148 | 2020-05-31T07:26:44 | 2020-05-31T07:26:44 | 268,205,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 89 | cpp | #include "gamescene.h"
GameScene::GameScene(QWidget *parent) : QMainWindow(parent)
{
}
| [
"1062295654@qq.com"
] | 1062295654@qq.com |
41d07316e96904187302034dfa1b5eca0f6703c1 | ac67de87a6c7c4391c8398f409745e284fd70d76 | /Team.h | cbf5dd9f9ca7f9718c1585ab8efa9a4c0b45b380 | [] | no_license | Wasgo097/mygame | 6a2af89edf83749cd793568203de0b0b4d7112fd | dce2ebd0afc0c08019b5d1da321653c39930d7ac | refs/heads/master | 2020-06-26T16:37:20.432575 | 2019-07-30T16:45:28 | 2019-07-30T16:45:28 | 199,687,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,012 | h | #pragma once
#include "Archer.h"
#include "Fighter.h"
#include "Mage_warrior.h"
#include "Tank.h"
#include "Wizzard.h"
class Team {
std::pair < sf::Sprite *, std::shared_ptr<Archer>> archer_full;
std::pair < sf::Sprite *, std::shared_ptr<Fighter>> fighter_full;
std::pair < sf::Sprite *, std::shared_ptr<Mage_warrior>... | [
"patrykpakula321@gmail.com"
] | patrykpakula321@gmail.com |
7d4e1999da0a2a9e1885cd2ca409e8f9c650cf60 | 11595170c7b0d51505dabb3e330df875a95093c5 | /RPCHitAnalyzer/interface/ZvertexCalculator.h | 9644599cacece947ad0d9e1df8aeabdbbcf77125 | [] | no_license | ggrenier/CMSusercode | 61d7e7ee25f7a0a68f48011d8ad798e85ea8a8a8 | a90320daf8be5d1c2b448256b3e3fb0d907eb051 | refs/heads/master | 2021-01-10T11:23:20.668795 | 2016-03-11T13:46:34 | 2016-03-11T13:46:34 | 53,138,550 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,224 | h | #ifndef ZvertexCalculator_HH
#define ZvertexCalculator_HH
#include <cmath>
//
// helper class to compute Z-vertex
//
struct hitData
{
double x,y;
double r;
double z;
double t;
double localdirEta,localdirPhi,localdirTheta;
int region;
int station;
int ring;
};
class ZvertexCalculator
{
public:
Z... | [
"grenier@ipnl.in2p3.fr"
] | grenier@ipnl.in2p3.fr |
e43d01fc1e7c86e1e9c402bcdc50ff942dd4e91e | 4d22f318f8de87b2cf2dcc2193021eb7f28060f2 | /Reverse first k elements of queue.cpp | 1fb9be796b02c56778d0e810163ef792666947d7 | [] | no_license | krishnateja-nanduri/MyCodePractice | f97f710a684c6098d6f52b3bbcce9a8ca0dbad80 | de6b9f19fb694c54ce847153d3ce14279e1b60fc | refs/heads/master | 2021-09-07T03:54:08.583326 | 2018-02-16T23:30:21 | 2018-02-16T23:30:21 | 104,292,690 | 1 | 1 | null | 2018-02-08T22:14:12 | 2017-09-21T02:39:22 | C++ | UTF-8 | C++ | false | false | 604 | cpp | /*
Please note that it's Function problem i.e.
you need to write your solution in the form of Function(s) only.
Driver Code to call/invoke your function would be added by GfG's Online Judge.*/
//User function Template for C++
queue<ll> modifyQueue(queue<ll> q, int k)
{
stack<ll> stk;
for (int i = 0; !q.empty(... | [
"krishnateja.nanduri@gmail.com"
] | krishnateja.nanduri@gmail.com |
b1b79253712a7d60efc151fe8992aae76101ff70 | bd0459f71473280bc584fa8ce882a6a4a4155cd9 | /Goalie Code/master/invisible_ball.ino | 27e4cfd30daf916cf97d7616d985cc9caf58186d | [] | no_license | ryannapali/BILB2019 | 6b27589f649701c7c6727766d85d9f2490fbb62c | 551c531c72996a7ba73f56309eb6cd8c9637b3fc | refs/heads/master | 2020-05-04T11:51:59.878737 | 2019-07-02T23:13:50 | 2019-07-02T23:13:50 | 179,117,241 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,621 | ino | boolean farAway;
int startTime;
void invBall() {
backSensor = lidars.readSensor3();
leftSensor = lidars.readSensor2();
rightSensor = lidars.readSensor4();
if (firstInvBall) {
startTime = millis();
firstInvBall = false;
}
else if (millis() - startTime < 1000 && backSensor < 100) {
//Serial.print... | [
"jesse.gallant4@gmail.com"
] | jesse.gallant4@gmail.com |
48c37580969b2c446696654b72c97706465d0076 | 95a43c10c75b16595c30bdf6db4a1c2af2e4765d | /codecrawler/_code/hdu4855/16214690.cpp | 816ab9b5a353555168e8656a12c39e990f8f478e | [] | no_license | kunhuicho/crawl-tools | 945e8c40261dfa51fb13088163f0a7bece85fc9d | 8eb8c4192d39919c64b84e0a817c65da0effad2d | refs/heads/master | 2021-01-21T01:05:54.638395 | 2016-08-28T17:01:37 | 2016-08-28T17:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,884 | cpp | /**************************************************
* Problem: HDU 4855 (Xi'an Invitation 2014 Problem I)
* Author: clavichord93
* State: Accepted
**************************************************/
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cma... | [
"zhouhai02@meituan.com"
] | zhouhai02@meituan.com |
acd8395c5c4cfa9aef34e39dc1978c0f6b569222 | 43490b42ce26995b925ebdcd752e0b6aadfd09c9 | /skia/src/images/SkJpegEncoder.cpp | 8c54bdd69eec0c90c56ef54e860dcf07c6e319c4 | [] | no_license | lineCode/render_skia2 | 010eb67788573307cee4d805cee9121b9fdaab8c | 6ffb52a596a6a1e7f0920ddde570015ffebce5ab | refs/heads/master | 2020-08-01T13:36:46.880346 | 2019-09-25T14:44:51 | 2019-09-25T15:22:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,982 | cpp | /*
* Copyright 2007 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "src/images/SkImageEncoderPriv.h"
#ifdef SK_HAS_JPEG_LIBRARY
#include "include/core/SkStream.h"
#include "include/encode/SkJpegEncoder.h"
#incl... | [
"setoutsoft@qq.com"
] | setoutsoft@qq.com |
590770f81308a8170844ec515e26ab8f201f48d5 | 69a69f058ba4b0cc8a67d7f18354df1a623c9b8b | /SortSearch1/Misc.cpp | 9497c8528915e276395c3895f522994ef2820521 | [] | no_license | eglrp/CST16_DataStruct | 8e83643128bfc53adc08df2dced759a32aca8f9e | 188ea8ee6b897afb24040e434e47d0bd1f2c252d | refs/heads/master | 2020-04-02T04:08:37.733930 | 2017-06-10T06:38:16 | 2017-06-10T06:38:16 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,269 | cpp | #include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "Misc.h"
// find the sequence, the sum of which equals n, between 1 ~ n.
//
void find_sum_equals_n(int sum)
{
// sum = n * (a1 + an) / 2 = n * a1 + n * (n - 1) / 2
// --> k = sum – n * (n - 1) / 2
// --> a1 = k / n
// a1 >= 1
... | [
"czldl@tom.com"
] | czldl@tom.com |
bfbc5821df2c0b5b9ec3d5cc8299a1306917bfaf | 67006d222dc40550482ffca889fdc4170bca4931 | /CSGO-External-Main/cCheat.cpp | 595f2d2fc132156298397e8af9c6c619ead3e87a | [] | no_license | Crossy101/CSGO-External-Master | 029c176f160d9225ad3493536129efb8949928b4 | 053c90aef3f18f0a833731c1bda831ffaa642116 | refs/heads/master | 2020-04-12T15:13:14.596951 | 2018-12-22T02:12:03 | 2018-12-22T02:12:03 | 162,574,266 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,094 | cpp | #include "cCheat.h"
cCheat::cCheat()
{
}
cCheat::~cCheat()
{
delete ModuleFinder;
delete ProcessFinder;
delete EspCheat;
}
void cCheat::MainLoop()
{
//If the console is open for 30 secs and game is not open, exit!
this->startTimer = GetTickCount();
while (!FindGameWindow())
{
Sleep(100... | [
"noreply@github.com"
] | Crossy101.noreply@github.com |
e2e46c6208631e4611546c518dafea01a8a6d6df | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/dvecsvecouter/VHbVCb.cpp | af61461fd04b5a052b3b12838162dc30bf688a8e | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,545 | cpp | //=================================================================================================
/*!
// \file src/mathtest/dvecsvecouter/VHbVCb.cpp
// \brief Source file for the VHbVCb dense vector/sparse vector outer product math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// Thi... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
260be018e80ff159d2c9f2bf74a0014fab61a3df | b4e89cb98d303de2d698d4dec8b9507594df55e6 | /cpp/exceptional/class_exception.cpp | 9133f4845d02dbcdbdd3d0e11905e13b31201c17 | [] | no_license | bgohel/Algo | d98ebd4df6d669847a9da6a5fb4882f202a4ae29 | a5ecf115f26ecde43d5ab5370ea2abcf395ad031 | refs/heads/master | 2021-01-11T17:30:45.801213 | 2017-11-27T13:19:59 | 2017-11-27T13:19:59 | 79,792,340 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | cpp | #include<iostream>
using namespace std;
void fun();
class A
{
public:
A()
{
// throw 10;
// throw 22.5f;
// throw "BHARGAV";
throw 34.5;
}
};
void fun()
{
A obj;
}
int main()
{
try
{
// A obj;
fun();
}
catch(int x)
{
cout<<"in int block : x = "<<x<<endl;
}
catch(float f)
{
cout<<"in float b... | [
"bhargavp1993@gmail.com"
] | bhargavp1993@gmail.com |
58d92e0a9d67770922870386902ca809f22ab385 | 0b9be1ea411063fba7e2be9cc5277704b1bd6ab7 | /TestBeam_Geant4Simu/trunk/MimosaSimu/include/MimosaSimuSetup.hh | 80df87b30eb0eb78289a0f34af698f4e724f2598 | [] | no_license | jeromebaudot/SiTrInEo | ccd01b70a9d5bb0d5dcd1173bfcaa1b5fe4abf2d | 621481b68d71af39dad899e4a5f28ad2a1cf328b | refs/heads/master | 2020-04-28T07:07:00.248070 | 2019-01-28T17:03:50 | 2019-01-28T17:03:50 | 175,080,575 | 0 | 0 | null | 2019-03-11T20:41:12 | 2019-03-11T20:41:12 | null | UTF-8 | C++ | false | false | 22,933 | hh | // @(#)maf/dtools:$Name: $:$Id:MimosaSimuSetup.h v.1 2005/10/02 18:03:46 sha Exp $
#ifndef MimosaSimuSetup_h
#define MimosaSimuSetup_h
////////////////////////////////////////////////////////////
// Class Description of MimosaSimuSetup //
// - Read geometry of experimental setup for simul... | [
"jongho.lee@cern.ch"
] | jongho.lee@cern.ch |
fecd5a6d4550dd5ee41e9771121479b5b985f5f4 | 50b7980236b960b133c91c6d653fb334d904252c | /SDK/BP_FullBeardMale01_classes.h | 4d15ba40eb92cc03f3439fffd8c99b36edef44a9 | [] | no_license | wyverns1/mordhau_sdk | c5fa2978203f6c3d405a011c06c39274f52549d1 | 43693f2102efc684c1d27fb5b4a0abfa67c1f596 | refs/heads/master | 2020-06-04T00:55:40.096978 | 2019-06-13T17:12:36 | 2019-06-13T17:12:36 | 191,802,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 647 | h | #pragma once
// Name: MORDHAU, Version: 1.0.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass BP_FullBeard... | [
"jay50@pitt.edu"
] | jay50@pitt.edu |
c176f8178fc799384889abbb1e0045106afe96a1 | 486c7e8a16a1d5419bc7a385dd4d043558ee04ef | /VmpcPlugin/Source/ThirdParty/include/mpc/src/sequencer/ControlChangeEvent.hpp | fb82affe03a1eff183a7814abd3217411d7399ed | [] | no_license | izzyreal/vmpc-unreal-plugin | 73751fcd825ffe777fd08c7b651ef374aeb7c2fa | 338ae3373956b88473d804ca75f081a756382f11 | refs/heads/master | 2023-04-11T02:24:46.902201 | 2021-04-28T20:39:10 | 2021-04-28T20:39:10 | 113,060,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 432 | hpp | #pragma once
#include <sequencer/Event.hpp>
#include <memory>
namespace mpc {
namespace sequencer {
class ControlChangeEvent
: public Event
{
private:
int controllerNumber{ 0 };
int controllerValue{ 0 };
public:
void setController(int i);
int getController();
void setAmount(int i);
in... | [
"izmaelverhage@gmail.com"
] | izmaelverhage@gmail.com |
703af45c48eb10e8d1500594f2d6d0a100972a31 | a328bae3b9cbb579904afda1e889b65c5941346d | /Laboratorio 05/CW-02.cpp | defd881252b4adde16f2c74cdef53db70db11914 | [] | no_license | RobertoLopez107/PED0319-RRLA-00213019 | 689279a933da153aa86d28408621c24a5baa944d | 5a49535cbdaf841ab44c3777d9e39a7997f5d0f4 | refs/heads/master | 2020-12-10T04:53:18.952596 | 2020-02-05T18:11:35 | 2020-02-05T18:11:35 | 233,157,934 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,825 | cpp | #include <iostream>
#include <string>
using namespace std;
struct node{
string content, address;
float weight;
node* next;
};
typedef node* st;
void push(st* pSt, string content, string address, float weight);
node top(st* pSt);
node pop(st* pSt);
bool isEmpty();
int main (void){
st pSt = NULL;
... | [
"00213019@uca.edu.sv"
] | 00213019@uca.edu.sv |
24df0b0bca9ee08f2640243db3783146b199f563 | d494ec6c33c51c1abeac71a6ce55e29f40090131 | /src/native/win_dx11/WinDX11Theme.h | b0c8c5a560bf1b0b5c39f6288808a707b62911ad | [] | no_license | ENgineE777/EUI | 6c66dfa29f086a356080770e390f39b06f668e06 | b99b6f95a25a04b22d6a4b6bf3ac1f634757cf1c | refs/heads/master | 2021-06-02T02:28:20.244427 | 2020-05-31T02:21:16 | 2020-05-31T02:21:16 | 86,351,436 | 3 | 1 | null | 2018-01-11T18:33:32 | 2017-03-27T15:21:44 | C++ | UTF-8 | C++ | false | false | 3,831 | h |
#pragma once
#ifdef PLATFORM_WIN_DX11
#include "d3d11.h"
#include <map>
#include "EUITheme.h"
#include "WinDX11Font.h"
class WinDX11Theme : public EUITheme
{
public:
ID3D11Device* pd3dDevice = nullptr;
IDXGIFactory1* factory = nullptr;
ID3D11DeviceContext* immediateContext = nullptr;
str... | [
"eguskov"
] | eguskov |
44677d85b9d9b3fd765ddc4895370646e8254f67 | 98ea884dfa0ccdef32c6a361b848e20f6ea6cbed | /PString/PString.cpp | 405e960564f932276a63317cc40b6b5c144f5235 | [] | no_license | dhahaj/Arduino-libraries | c95a4818326c6c59537d9e935f0854b98f13a0d4 | 9a67d0cd1ce80c60b668f6743c3d4ca66c3937b0 | refs/heads/master | 2021-01-01T18:46:32.105068 | 2018-02-16T18:55:13 | 2018-02-16T18:55:13 | 98,433,137 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | /**
*
* @file PString.cpp
* @revision: A
*
*/
#include "PString.h"
/**
* @brief begin
*
* @return void
*
* @details Details
*/
void PString::begin(void)
{
_cur = _buf;
if (_size > 0)
_buf[0] = '\0';
}
/**
* @brief write
*
* @param [uint8_t] b 8-bit unsigned integer.
* @return si... | [
"dhahaj@gmail.com"
] | dhahaj@gmail.com |
639b75d8802e3585f3487ba73b87b6ac2dcb710c | 66165dc042ba505d7137a5baf27aac1ec5ffa033 | /dia006/cat.cxx | 0bccbc034b0269bd5246ae379190cd3cca788735 | [] | no_license | ricardo-rios/programacionii | 92a3e7069a71eecb4eb5601455f8f8b55f1d3dc2 | 6af5857f5fd877a8188743db6e46b81f76010948 | refs/heads/master | 2020-12-30T09:27:24.746166 | 2018-08-27T20:42:31 | 2018-08-27T20:42:31 | 100,416,756 | 0 | 0 | null | 2017-08-15T20:41:55 | 2017-08-15T20:28:31 | null | UTF-8 | C++ | false | false | 597 | cxx | // Demonstrates inline functions
// and inclusion of header files
#include "cat.hxx" // be sure to include the header files!
Cat::Cat(int initialAge) //
{
itsAge = initialAge;
}
Cat::~Cat()
{
}
//constructor
//destructor, takes no action
// Create a cat, set its age, have it
// meow, tell us its age, then meow ... | [
"ric@gmail.com"
] | ric@gmail.com |
341f6c2b145fc8b5484c4601777f46d04381950c | 20cf028a57ec7e7a3a020cbc8b11daac99319c31 | /Set8/A8/CherryDatTruong.h | 780fb45fc6aaa5bc94b0f52b795d5c00c140088e | [] | no_license | carolinearndt/CSCI261F18 | a72bd97fd2b48b71fbf915f7b6e9342ffd54ba25 | 7327868a851d1058e4738816ff9da3df586bc233 | refs/heads/master | 2020-04-23T01:01:09.684395 | 2019-02-15T04:05:08 | 2019-02-15T04:05:08 | 170,799,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 581 | h | //
// Created by Caroline Arndt on 12/10/18.
//
#ifndef A8_CHERRYDATTRUONG_H
#define A8_CHERRYDATTRUONG_H
class Magic{
public:
void GetPrize();
bool GuessesRemain();
bool IsGuessCorrect(int);
bool DidUserWin();
Magic();
private:
void _Intro();
int _GenerateNum();
bool _userWon;
co... | [
"carolinearndt@mymail.mines.edu"
] | carolinearndt@mymail.mines.edu |
4c8c06ab26f05e9a8f700ef88290e451a18a4e40 | 9df24e9110f06ea1004588c87a908c68497b22c0 | /2016/BZOJ2200.cpp | e3999979d12cc26fb695d3b7b22824acc8117d95 | [] | no_license | zhangz5434/code | b98f9df50f9ec687342737a4a2eaa9ef5bbf5579 | def5fdcdc19c01f34ab08c5f27fe9d1b7253ba4f | refs/heads/master | 2020-07-02T17:24:14.355545 | 2019-03-13T12:39:45 | 2019-03-13T12:39:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,281 | cpp | #include<bits/stdc++.h>
using namespace std;
const int MAXN=25005;
const int MAXM=150005;
const int INF=0x3fffff;
struct Edge
{
int to,nxt;
int w;
}e[MAXM];
int first[MAXN];
int tot;
int n,r,p;
int s;
inline void Add_Edge(const int& u,const int& v,const int& w)
{
e[++tot].to=v; e[tot].w=w;
e[to... | [
"728031989@qq.com"
] | 728031989@qq.com |
941d0033fedebee62aa5101f9008af9139004f93 | 493720d6125d28867308817ecc476539a8eac6a0 | /problem-056/Powerful digit sum.cpp | 0f04aaa4a4d297e391b1ab169ed06aec39a2c785 | [] | no_license | karkad96/project-euler | 672c1e7289cbd54d18e2d6b7c166d4149f469c02 | 9e25cd9e59db53762d0af8d402dc36963d436d1b | refs/heads/master | 2022-11-12T18:33:54.720624 | 2020-06-18T12:59:13 | 2020-06-18T12:59:13 | 268,080,789 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | cpp | #include <iostream>
#include <string>
using namespace std;
string multiply(string a, unsigned int b)
{
string res = "";
unsigned int mx = a.size();
int carry = 0;
for (int i = mx - 1; i >= 0; i--)
{
int mul = ((int)a[i] - 48) * b;
res = (char)((mul + carry) % 10 + 48) + res;
... | [
"62353693+karkad96@users.noreply.github.com"
] | 62353693+karkad96@users.noreply.github.com |
806dccc3b0cbe6b442fc07bfbc8485743d883f4d | 76859f325589b72fbb1c4bf8678505cf64a62334 | /src/lib/moo/discrete_animation_channel.cpp | 006eabc1267baf567384ea971e07095079cad456 | [] | no_license | yf885188/BigWorld-Engine-1.9.1 | 267d3d24c29e414308143d3b2440cd4255ec4557 | e9d5a56739eb20c0c6973653a1342000e9f699be | refs/heads/master | 2023-08-29T17:12:16.985405 | 2021-11-18T06:41:31 | 2021-11-18T06:41:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,553 | cpp | /******************************************************************************
BigWorld Technology
Copyright BigWorld Pty, Ltd.
All Rights Reserved. Commercial in confidence.
WARNING: This computer program is protected by copyright law and international
treaties. Unauthorized use, reproduction or distribution of this... | [
"terran.erre@mail.ru"
] | terran.erre@mail.ru |
1b8bd0a5de5767d2a90d97d2279b09bb64dca3e1 | 76712340a51d94b478bc0d696c59ea52b09704fa | /wcs2kml_install/include/google/color.h | a9661eb5768f1104ec89b1c752b0ed28bdddbfb3 | [] | no_license | jgbrainstorm/des-google-earth | 8c230ff925d6622b44b69f865eacfa2924bd6957 | e8d5d904a8c1b94355efb5f4acdc20123dace40b | refs/heads/master | 2018-12-28T18:16:36.923735 | 2012-12-05T19:09:39 | 2012-12-05T19:09:39 | 33,557,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,417 | h | // Copyright 2007 Google Inc.
// Author: Jeremy Brewer
//
// 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 appli... | [
"jiangang.steven.hao@c8e35367-afbd-0482-d819-7f1455ac6a61"
] | jiangang.steven.hao@c8e35367-afbd-0482-d819-7f1455ac6a61 |
2c2ac32e76ce4063fcc5a263d157b850a7d3b82a | c20c4812ac0164c8ec2434e1126c1fdb1a2cc09e | /Source/Source/Tools/GameDesignerEditor/AtlKG3DEngineProxy/IndeSource/SO3Represent/case/actionobject/krlcursor.h | 29233307f535ab0cf8eb06a374ab0c3ee1d52f5f | [
"MIT"
] | permissive | uvbs/FullSource | f8673b02e10c8c749b9b88bf18018a69158e8cb9 | 07601c5f18d243fb478735b7bdcb8955598b9a90 | refs/heads/master | 2020-03-24T03:11:13.148940 | 2018-07-25T18:30:25 | 2018-07-25T18:30:25 | 142,408,505 | 2 | 2 | null | 2018-07-26T07:58:12 | 2018-07-26T07:58:12 | null | UTF-8 | C++ | false | false | 1,180 | h | #ifndef CASE_ACTION_OBJECT_KRLCURSOR_H
#define CASE_ACTION_OBJECT_KRLCURSOR_H
#include "../gameworld/ktabledefine.h"
class IKG3DModel;
class KRLScene;
class KRLCursor : public IKG3DAnimationEventHandler
{
public:
KRLCursor();
virtual ~KRLCursor();
int Update(double fTime, double fTimeLast, DWORD dwGameLoop, BOOL... | [
"dark.hades.1102@GAMIL.COM"
] | dark.hades.1102@GAMIL.COM |
663342f8d09ebe9d401ecf52e9ac38fc671c8598 | f4db4250cb7cd32b8700db4de1ee23d3452c1596 | /Practica/Volumenes Finitos/OpenFoam/Ejercicio3_Temperatura/0.65/U | fa0bad7f4ec5f5d34649fb3cdaab39a319f86726 | [] | no_license | santichialvo/MecanicaComputacional | cc7e7af64542d7a6149a865ab0b16124db90a0d7 | c7f63f6f39da1e7dcddfa4b0e83bb9179bdcff21 | refs/heads/master | 2021-01-10T04:00:05.616777 | 2015-12-08T02:45:23 | 2015-12-08T02:45:23 | 47,593,143 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 40,546 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"santi_0926@hotmail.com"
] | santi_0926@hotmail.com | |
71f10ac8064ddde0cd4d50894d3b1715d10dc969 | 1e3b324c4fc5a30899c8802b982b53e0e237499b | /Simpl/SPlsWork/CrestronKNXLibrary.h | ff7daa497e6e7cbd76a14a22befff4709a789ded | [] | no_license | RBSystems/Home-Crestron-1 | 38f95d21929d1e11319905bdfb1c7a25932e1115 | 5d4cd5189c1ec482b95aba080a86725f8dae60fc | refs/heads/master | 2020-04-02T20:53:04.066401 | 2018-11-07T09:43:43 | 2018-11-07T09:43:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,113 | h | namespace CrestronKNXLibrary.Data_Types;
// class declarations
class DataTypeComponent;
class KNXTwoByteSimplSharpComponent;
class KNXOneByteSimplSharpComponent;
class KNXOneBitSimplSharpComponent;
class KNXTwoBitSimplSharpComponent;
class KNXFourteenByteSim... | [
"pchouard@gmail.com"
] | pchouard@gmail.com |
bd2c0ec0719be4c9022dcc28d6021fdc26a31839 | 872f24199d847f05ddb4d8f7ac69eaed9336a0d5 | /code/plotms/Gui/PlotMSLoggerWidget.qo.h | ec22a82eb4a124d8fb81ed3c1501843a4e39f856 | [] | no_license | schiebel/casa | 8004f7d63ca037b4579af8a8bbfb4fa08e87ced4 | e2ced7349036d8fc13d0a65aad9a77b76bfe55d1 | refs/heads/master | 2016-09-05T16:20:59.022063 | 2015-08-26T18:46:26 | 2015-08-26T18:46:26 | 41,441,084 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,242 | h | //# PlotMSLoggerWidget.qo.h: Widget to set log events and priority filter.
//# Copyright (C) 2009
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as published by
//# the Fr... | [
"darrell@schiebel.us"
] | darrell@schiebel.us |
b758b7a915714f5196ef9e0f17610a96eb60ad81 | 3579b4de0c15259d83504c12c8996418142a0a45 | /mod/gemc/2.3/source/detector/detector_factory.cc | 162410cc0793e1f54ee707891cb59c47e94e182f | [] | no_license | JeffersonLab/solid_gemc | 146cf2105e4f7e4d44cdb9ca5045a3942a348a53 | 0817316475a8ad4d54bc62e7be9730225c2adf80 | refs/heads/master | 2023-08-16T19:52:00.097897 | 2023-06-21T23:31:30 | 2023-06-21T23:31:30 | 159,871,444 | 1 | 8 | null | 2022-03-09T17:46:12 | 2018-11-30T19:47:48 | C | UTF-8 | C++ | false | false | 9,749 | cc | // gemc headers
#include "detector_factory.h"
#include "mysql_det_factory.h"
#include "text_det_factory.h"
#include "gdml_det_factory.h"
#include "clara_det_factory.h"
// c++ headers
#include <set>
using namespace std;
// CLHEP units
#include "CLHEP/Units/PhysicalConstants.h"
using namespace CLHEP;
detectorFactory *... | [
"zwzhao@jlab.org"
] | zwzhao@jlab.org |
0d3d640b522e3c9edb0e90ac8acfdae8bf7a5433 | b380254c12054d25167cb79eddd547e018d95821 | /real environment/record.cpp | da22175893b847a8a4f73bc7aee9cf352601559f | [] | no_license | shuhao-liou/chemotaxis_paper | 3e6583f919740ca3ff035eca7ea06dfa4e75a754 | 97f11cba81455b8ef6eba57e7e727a142b745640 | refs/heads/master | 2021-01-04T05:17:48.936971 | 2020-02-14T01:28:36 | 2020-02-14T01:28:36 | 240,403,505 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,441 | cpp | //Two purposes:
//1.<Sncos>,<Snsin>,<SnCos>^2,<SnSin>^2
//2.deviation
//
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <cstring>
#include <iostream>
#include <iomanip>
#define Pi acos(-1.0)
#define aa 0.01
#define nn 80000
using namespace std;
int GG(int n, int m){return (2*n+m);}
... | [
"noreply@github.com"
] | shuhao-liou.noreply@github.com |
25898ffceea66fad52425a6958d3fe909fbd737b | 7f064b131b65971c53ddbc806d1bdb14fe57f2b8 | /src/qt/bitcoingui.cpp | 9b9d3be54fee95fa01abe906c9f49747daebb253 | [
"MIT"
] | permissive | gridcoin/Gridcoin-stake | 5617a81e766a28e7754c74f1a32ef2ae92dd43dd | 1b9dd0ffd681f5f3c0b5660f2da41966e6079de8 | refs/heads/master | 2020-05-20T13:19:34.371999 | 2014-08-25T22:50:41 | 2014-08-25T22:50:41 | 22,660,855 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 49,635 | cpp | /*
* Qt4 bitcoin GUI.
*
* W.J. van der Laan 2011-2012
* The Bitcoin Developers 2011-2012
*/
#include <QApplication>
#include <QProcess>
#if defined(WIN32) && defined(QT_GUI)
#include <QAxObject>
#include <ActiveQt/qaxbase.h>
#include <ActiveQt/qaxobject.h>
#endif
#include "bitcoingui.h"
#include "transaction... | [
"contact@gridcoin.us"
] | contact@gridcoin.us |
bcdc1ec1cc13b567de582b022e1a2b0cebc51a6e | 188b5b159c9bb054e48be2ce130f17f536613c4a | /Vicon/CrossMarket/DataStream/ViconCGStream/UnlabeledRecons.h | c859aeac6e089497b8df87ce88682bd3d47f6da1 | [
"MIT"
] | permissive | BrainsOnBoard/ViconDataStreamSDK | 1b83eebffcd2531a0fba2cc4ea8f027598369333 | 6ec2a4a77ecb31910aaf82df814f359399c1e173 | refs/heads/master | 2021-06-21T05:29:38.170813 | 2021-02-16T17:18:08 | 2021-02-16T17:18:08 | 155,730,904 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,638 | h |
//////////////////////////////////////////////////////////////////////////////////
// MIT License
//
// Copyright (c) 2017 Vicon Motion Systems Ltd
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in t... | [
"a.dewar@sussex.ac.uk"
] | a.dewar@sussex.ac.uk |
c32d46c2620575f65796a8028e87d3edaebf3f23 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/inetsrv/iis/svcs/cmp/webdav/_davprs/sz.cpp | 4ef43017639726b15fc1e55d49f267b218117710 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | cpp | /*
* S Z . C P P
*
* Multi-language string support
*
* Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
*/
//-----------------------------------------------------------------------------
//
// NOTE: This file doesn't exist anymore. All string go in \cal\src\inc\sz.h
// and are declared using D... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
88d0e17c2718ec8abcdb21be086a78807b53bbe7 | cc738f0977aeed465fcb460cad2a20b000d4b5c5 | /mediacontroller.cpp | c97feb31492d1efea14bb1b46f0b6a069f20b42a | [] | no_license | min3rd/mediar | 24d0268bb2f8be4c7b46af044e7b848ede6fb066 | 4d7c69e6c22d6623b81673cefa9e1627e83faf40 | refs/heads/Devolops | 2020-03-07T00:19:00.008455 | 2018-04-15T15:04:11 | 2018-04-15T15:04:11 | 127,154,200 | 0 | 0 | null | 2018-04-15T15:04:12 | 2018-03-28T14:38:16 | C++ | UTF-8 | C++ | false | false | 155 | cpp | #include <mediacontroller.h>
MediaController::MediaController(QObject *parent):QObject(parent){
}
void MediaController::play(){
qDebug() << "Play";
}
| [
"minhdaik9x@gmail.com"
] | minhdaik9x@gmail.com |
4561c85f775936ea4ef8ccaca097279e680a9b33 | c73385789f42db1a1db9d6ade242f7bbb0ca6b7a | /include/VRPN/vrpn_ForceDeviceServer.h | 3a7684c0729ed73272b72e544403037bd75997ea | [] | no_license | widVE/FionaLib | b1cd4cd0f15e7849c978f8314830d74a2008cd73 | bacffbf266bbdf0d9cdeee64cbdb93009b36cd93 | refs/heads/master | 2020-06-16T01:47:55.467750 | 2019-07-05T17:42:39 | 2019-07-05T17:42:39 | 195,447,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,473 | h | // vrpn_ForceDeviceServer.h: interface for the vrpn_ForceDeviceServer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined( \
AFX_VRPN_FORCEDEVICESERVER_H__E5B0D6FA_E426_45E5_97C7_B2169BEBF90A__INCLUDED_)... | [
"kalimi@wisc.edu"
] | kalimi@wisc.edu |
44fe4f5b8aa1c1eb8e3bed702da001bda21331a3 | fb51638f6a20d050f7cb10eeb278ebe0605ce4aa | /singlenet-tflite-class/include/tensorflow/lite/delegates/gpu/gl/compiler.h | d928a958c3d474fcdf1e9fb5be5f349c430cf4ca | [
"Apache-2.0"
] | permissive | maxenergy/graduation-design | cd6ad3cd942e5374edcb51b6631832f7a6eff98f | deaaa11ed652ac0b8843a039f04665da67181566 | refs/heads/main | 2023-05-15T18:00:59.806220 | 2021-06-18T06:05:00 | 2021-06-18T06:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,055 | h | /* Copyright 2019 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... | [
"793881807@qq.com"
] | 793881807@qq.com |
2e52f740d96451de2a471461addcf26789b55701 | 7e309f67cafe5528eaab8757fa34dd9c59355195 | /Algorithms/ReverseLinkedList/reverseLinkedList.cc | b23d544186b43e22e51e91058f0a0a957c6253ac | [] | no_license | xusiwei/leetcode | 56cc827020ab5a9373d7b4221e8ae82734b01e7e | 80f0c2b2a89843df2ea3adb12828991ad8534373 | refs/heads/master | 2021-04-22T13:26:46.577996 | 2020-05-24T17:06:12 | 2020-05-24T17:06:12 | 36,977,056 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 714 | cc | /*
copyright xu(xusiwei1236@163.com), all right reserved.
Reverse Linked List
====================
Reverse a singly linked list.
click to show more hints.
Hint:
A linked list can be reversed either iteratively or recursively. Could you implement both?
*/
/**
* Definition for singly-linked list.
* struct ListNod... | [
"xusiwei1236@163.com"
] | xusiwei1236@163.com |
2f56112888c70d41b2fdb5086b1f6e859bc990dd | 400b0ccfc51270b2639336e6a308918256d64c65 | /Tests/Packet++Test/Tests/IPSecTests.cpp | 3b83b394d34d6a12c31b11ed1bed24715b3f1924 | [
"Unlicense"
] | permissive | daoxuans/PcapPlusPlus | f65579fa78b87595cafdda3999f3a957b5e1d987 | 84900a711de2f93b51d4dbb03a51c48d3c0fb84d | refs/heads/master | 2023-09-03T10:16:52.671778 | 2023-06-12T01:38:35 | 2023-06-12T01:38:35 | 532,229,839 | 0 | 1 | Unlicense | 2023-06-21T09:43:53 | 2022-09-03T10:42:16 | C++ | UTF-8 | C++ | false | false | 2,711 | cpp | #include "../TestDefinition.h"
#include "../Utils/TestUtils.h"
#include "Packet.h"
#include "IPSecLayer.h"
#include "SystemUtils.h"
PTF_TEST_CASE(IPSecParsingTest)
{
timeval time;
gettimeofday(&time, NULL);
READ_FILE_AND_CREATE_PACKET(1, "PacketExamples/ipsec_ah_esp.dat");
READ_FILE_AND_CREATE_PACKET(2, "PacketE... | [
"noreply@github.com"
] | daoxuans.noreply@github.com |
a2a3df60dc856c6f5ed51e1c5d42162ec5dbeb3b | 21fc973aa71b25743db1f917d538ee406725d7ea | /branches/mail_template/reporting/crashsender/ErrorReportSender.cpp | 6c6f6772d664a154128e13e2a3b6d180c27dd2ac | [
"BSD-3-Clause"
] | permissive | YankoNik/CrashRpt | 9089255055530a361a3c6cc2a43800279e66babb | 50982546622758c2cd3a6bddfb64ac9df127f036 | refs/heads/master | 2023-03-15T19:13:36.497965 | 2014-02-10T10:08:36 | 2014-02-10T10:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82,118 | cpp | /*************************************************************************************
This file is a part of CrashRpt library.
Copyright (c) 2003-2013 The CrashRpt project authors. All Rights Reserved.
Use of this source code is governed by a BSD-style license
that can be found in the License.txt file in the ro... | [
"zexspectrum@gmail.com@821a4644-a21a-0410-aec7-6199d47568cc"
] | zexspectrum@gmail.com@821a4644-a21a-0410-aec7-6199d47568cc |
02b208e26c033e827e330e74c76778201cbf781f | d32424b20ae663a143464a9277f8090bd017a7f6 | /leetcode/346-MovingAverageFromDataStream.cpp | adde73f9badb127b1f14c0c117fdfd36f84f207a | [] | no_license | Vesion/Misirlou | a8df716c17a3072e5cf84b5e279c06e2eac9e6a7 | 95274c8ccb3b457d5e884bf26948b03967b40b32 | refs/heads/master | 2023-05-01T10:05:40.709033 | 2023-04-22T18:41:29 | 2023-04-22T18:43:05 | 51,061,447 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <deque>
using namespace std;
class MovingAverage {
public:
int capacity = 0;
int sum = 0;
deque<int> nums;
MovingAverage(int size) {
capacity = size;
sum = 0;
nums.clear();
}
double n... | [
"xuxiang19930924@126.com"
] | xuxiang19930924@126.com |
abdbadf614fb4b2f4fcc349db17e33f7d1693136 | 61c346203b2b47502db12c1dc2cd64532c2818b2 | /QtGL_tut3/QtGL_tut1/MainWindow.cpp | 4aa348186b5b13ccf2d523bf44b262bbc8e0e6b9 | [] | no_license | CyberSys/Qt_Opengl_tutorial | 22423ad512d8d9d2a14e40bd15b935a000de020f | 922e91a46ab4b9d971cf00da39137e7dbaac6371 | refs/heads/master | 2022-02-10T19:29:29.713048 | 2019-05-12T23:38:18 | 2019-05-12T23:38:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,302 | cpp | #include "MainWindow.h"
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
{
ui.setupUi(this);
//colors controls
connect(ui.RedSlider, &QSlider::valueChanged, ui.Gl_widget , &OpenglWidget::setRed);
connect(ui.GreenSlider, &QSlider::valueChanged, ui.Gl_widget, &OpenglWidget::setGreen);
connect(ui.BlueS... | [
"mohamed_sh3lan61@yahoo.com"
] | mohamed_sh3lan61@yahoo.com |
a7698cc9eef209b78a7237b707f02801fe2e8784 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1480487_0/C++/hustsxh/R12A.cpp | 9356d997ea94b9c5bada8952733c3d7c1f9891a1 | [] | 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,405 | cpp | #include <cstdio>
#include <iostream>
#include <cstring>
#include <string>
#include <vector>
#include <queue>
#include <set>
#include <map>
#include <cmath>
#include <algorithm>
#define N 1000010
using namespace std;
struct Node {
double p;
double need;
int id;
Node() {
need = 0;
}
stat... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
264d3110d0676a95dc357967f14cd5bf0a905723 | 350d75d8676656e8d63b90b5db4f564c2c46a846 | /linklist.cpp | e4f91e8ea2897a389cd0d40578311be6136aa93d | [] | no_license | AKHIL-S-BABU/Data-Structures- | 2bad7ec710d01a8767913323a6f260843442d3d2 | 485212b5927c5029e761c0b87c39d969d7266e78 | refs/heads/master | 2023-08-23T05:55:48.877893 | 2020-10-26T12:18:42 | 2020-10-26T12:18:42 | 307,361,127 | 1 | 0 | null | 2020-10-31T14:50:49 | 2020-10-26T12:13:43 | C | UTF-8 | C++ | false | false | 2,035 | cpp | #include <stdlib.h>
#include <stdio.h>
struct linked_list{
int data;
struct linked_list* next;
};
typedef struct linked_list* node;
node head = NULL;
void AddNode(int value){
node temp, p;
temp = NULL;
temp = (node)malloc(sizeof(struct linked_list));
temp -> data = value;
temp -> next = NULL;
if(head == ... | [
"arishalam121@gmail.com"
] | arishalam121@gmail.com |
43d145e1aecd0d06264181374e1af02d4fb58ef8 | 8b19b55825a1c1877138a79716056241c9a2190c | /solutions/goldbachs-test.cpp | 8a423ec6c9cf4912f731826733aeff84f3d47587 | [] | no_license | codyjrivera/competitive-programming | 36b01beca37daf2bc0d202e63195a93e6b1bb350 | 01aec10a529f408107807290066b7f797e3500fb | refs/heads/master | 2020-07-15T13:00:11.169652 | 2019-10-04T03:37:27 | 2019-10-04T03:37:27 | 205,567,944 | 1 | 0 | null | 2019-08-31T16:17:40 | 2019-08-31T16:17:39 | null | UTF-8 | C++ | false | false | 396 | cpp | #include <iostream>
bool isPrime(int n) {
for(int i = 2; i <= n / 2; i++) {
if(n % i == 0) {
return false;
}
}
return true;
}
int main() {
int i = 0;
int n;
std::cin >> n;
while(n > 3) {
for(int j = 2; j <= n / 2; j++) {
if(isPrime(j) && isPrime(n - j)) {
n = n - j - j;
i++;
break; // o... | [
"sdgillen@crimson.ua.edu"
] | sdgillen@crimson.ua.edu |
0195673ac71da5ca4ccbb05ce069d8ba8a8eb605 | e3fe7a08efa329e62090187051a9faac1a139dfa | /src/msg_queue.h | fe345c23ded731d9e255dce822b6bfd46ba6fb1f | [
"Apache-2.0"
] | permissive | corefan/reactor | 5a19c573c9ed855f221df7cd33a33c8d576cf8bd | 753502e66c58ee080daa8632ddbb6ac595303ce8 | refs/heads/master | 2021-01-13T13:11:10.822547 | 2016-01-20T11:36:26 | 2016-01-20T11:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,013 | h | // -*- C++ -*-
//========================================================================
/**
* Author : cuisw
* Date : 2012-04-28 09:44
*/
//========================================================================
#ifndef MSG_QUEUE_H_
#define MSG_QUEUE_H_
#include "guard.h"
#include "mblock.h"
#include "co... | [
"shaovie@gmail.com"
] | shaovie@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.