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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
67c672f810bfa2e3b8a369930a3e8c27eee6146f | a608e2dba4e18bae0333b0f766415b0ea4472709 | /RayTracing/renderer.cpp | 68ab77e38ba9468b37ad89913e5777cae5ebc8ec | [] | no_license | myaooo/RayTracing | 83ed318f4dbff0e6548974ba691191f4581d90a8 | f2508ab60b1fd31b2e973566af3c625861b73bae | refs/heads/master | 2021-05-30T02:32:58.799238 | 2016-01-17T19:37:48 | 2016-01-17T19:37:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,830 | cpp | //
// renderer.cpp
// RayTracing
//
// Created by Ming Yao on 15/10/26.
//
#include <opencv2/opencv.hpp>
#include "renderer.h"
#include "util.h"
namespace RayTracing {
using namespace cv;
typedef MyMath::Vec3d Vec3d;
Renderer::Renderer(int w, int h, const Camera & c) :
width(w), height(h), cam... | [
"yaoming.thu@gmail.com"
] | yaoming.thu@gmail.com |
80376cf1ee7b4c98ad3f0cdc76132d42fcc85cb1 | 6679d10bbf3a90f5f3e17880fb00eab43cf38503 | /uva11799.cpp | 09702f6e9e0ade983a7a144f4b2d56f1c73de190 | [] | no_license | btian/competitive | 25b28e97e151e68a92e82e27d2db4e02dbe2832f | 10771fdc6847a689f89b54955d78490ec100c45f | refs/heads/master | 2021-01-20T21:52:35.429624 | 2013-07-19T02:32:26 | 2013-07-19T02:32:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 321 | cpp | #include <cstdio>
using namespace std;
int main () {
int T;
scanf("%d", &T);
for (int i=1; i<=T; i++) {
int N;
scanf("%d", &N);
int max;
scanf("%d", &max);
for (int j=1; j<N; j++) {
int t;
scanf("%d", &t);
if (t>max)
max = t;
}
printf("Case %d: %d\n", i, max);
}
}... | [
"tianbo@gmail.com"
] | tianbo@gmail.com |
2ad67a5146723fc232f9637487900d48517878eb | 277196c6d46ca2cfbd041e0ebff9dd0bee482bda | /PointCloud/ContainedOculusDevelopment/ContainedOculusDevelopment/Dependencies/bullet/Bullet3Serialize/Bullet2FileLoader/b3File.cpp | d8abc3cecbea2fb5358e1c53215f1f8fa3ebafa5 | [
"Apache-2.0"
] | permissive | igormacedo/liveinteractiveavatar | 9922b5d35db3e421017c9b0cde7d28928fff6da3 | c78794769c02aedf7b8b21fadb2f3d70b9e1b654 | refs/heads/master | 2021-01-19T10:21:20.486867 | 2017-02-17T13:07:49 | 2017-02-17T13:07:49 | 82,177,141 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 39,431 | cpp | /*
bParse
Copyright (c) 2006-2009 Charlie C & Erwin Coumans http://gamekit.googlecode.com
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this sof... | [
"igormacedo94@yahoo.com.br"
] | igormacedo94@yahoo.com.br |
5a1098762da564ed9ea0faf780f71ed4c5238bac | d12c19f9c02540673cc09559db2c98e72774b19b | /src/Turn.cpp | e9f74be04c1824957b852fab4dfd2b804cab97a5 | [] | no_license | MatrixWeber/BowlingGameTDD | d990292609860c936a8b8532719ad91dec1a5797 | bdba229fb2c859a695e991f7c9f7326e5bfdd25b | refs/heads/main | 2023-03-02T18:49:39.130131 | 2021-02-09T20:30:06 | 2021-02-09T20:30:06 | 337,527,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,067 | cpp | //
// Created by Weber on 07.02.21.
//
#include "Turn.h"
void Turn::strike()
{
knockAllPinsDown();
isEnded_ = pinSet_.allDown();
totalScore_ = pinSet_.downCount();
turnsTaken_ = TurnsTaken::TWO;
}
void Turn::knockAllPinsDown()
{
for (uint8_t pin = ONE; pin < MAX; ++pin)
{
pinSet_.knockD... | [
"alex@d8e0446a-3543-4f87-8bef-e5e81997e8d2.fritz.box"
] | alex@d8e0446a-3543-4f87-8bef-e5e81997e8d2.fritz.box |
35284f168c733c1fe3c1f8e456b6f927accd4669 | aa7117f0128f4e1837707bd9580f711bbfcf7dc2 | /src/rpc/client.cpp | 129636421914dff1ea922d103a68390ef8e8a159 | [
"MIT"
] | permissive | nookie48/BitCash | d413c26757c17457c7bcbe564b6ab8a68e36a9b1 | ff4b55c6d1551373f5edb5ecaf4eae8dcd7ce4c7 | refs/heads/master | 2020-04-24T19:20:33.594290 | 2019-02-06T19:12:32 | 2019-02-06T19:12:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,893 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcash Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <rpc/client.h>
#include <rpc/protocol.h>
#include <util.h>
#include <set>
#i... | [
"willythecat@protonmail.com"
] | willythecat@protonmail.com |
0adf027f887a6e239437668b77f3dd3e928f1bd3 | ca7ea4ae2a8472e6e67a0d4534935eac4227215e | /App/Il2CppOutputProject/Source/il2cppOutput/Il2CppCompilerCalculateTypeValues_35Table.cpp | b29ef928c06d78109899ddbd37b565dba35b14ca | [] | no_license | DBKKH/MRTK-test | e892e65ee5ed72500d3ff783559965ce36500faa | 2a4e39c97ed5345910649b6821b4a99bb40e0c44 | refs/heads/master | 2022-04-11T19:00:43.354072 | 2020-01-18T11:36:26 | 2020-01-18T11:36:26 | 198,066,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498,264 | 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... | [
"tanaka.kenji@synamon.jp"
] | tanaka.kenji@synamon.jp |
83d025b03be69371aae2f9b4765e8fe4d255285c | 9bd307caf48f765c14870ca3f32b195f4cc905eb | /http_server.h | e3f08e68737d8c98b89c0c519599fe19b10deff0 | [] | no_license | bradleybuda/nodecpp | 21a26109e9e6bf5fa0f45b176f3a50762a481d7b | 140266fc3801b1b30b8ca142f2db479b185969ff | refs/heads/master | 2021-01-24T05:24:32.769328 | 2013-03-03T19:07:59 | 2013-03-03T19:07:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | h | #pragma once
#include "http_request.h"
#include "http_respond.h"
using get_route_handler_t = std::function<void(const http_get_request_t &req, http_respond_t &respond)>;
/* nodecpp as server API */
void http_get_route(const std::string &path, get_route_handler_t &&handler);
void http_listen(int port, int backlog);
| [
"williambbradley@gmail.com"
] | williambbradley@gmail.com |
d125eb8edd8d187fbe5812f708761f584845b07e | c4e1b2fad57e164b1ec250d7ef58ca6b325be916 | /UVa/11292/11292.cpp | 25d79a4dfb1e07d9a330afd337adbf30b47ba071 | [] | no_license | xSeanliux/CompetitiveProgramming | ab8030fdb0dc9c4e29e4cc8c52e020e6eb564372 | 011c7ad152d7090fa3e9143a27119a2192d68144 | refs/heads/master | 2023-06-08T11:00:48.826892 | 2023-05-25T22:58:43 | 2023-05-25T22:58:43 | 158,057,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,034 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
long long int n, m, currentHead, ans;
int heads[20000 + 5];
int knights[20000 + 5];
int main(){
while(cin >> n >> m){
if(!n && !m) return 0;
for(int i = 0 ; i < n; i++){
cin >> heads[i];
}
for(int i = 0 ; i ... | [
"zhxnliu@gmail.com"
] | zhxnliu@gmail.com |
807c4a5b7c92ad2d1dacdc85d933917b8dde31db | 27bd3de8c3262d37143c201de6c4dd8509be437b | /src/test/hash_tests.cpp | f369c76c4436d79131fed46635a0458adb133a6e | [
"MIT",
"CC0-1.0"
] | permissive | cryptowithacause/cwaccoin | 68a3899bbaea48d03989e518113898d5d9169d65 | 0f26ceb3b16e65558347fd979d7433dbf4452c47 | refs/heads/master | 2022-06-01T04:37:17.811886 | 2020-05-03T01:57:02 | 2020-05-03T01:57:02 | 258,670,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,574 | cpp | // Copyright (c) 2013 The Bitcoin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "hash.h"
#include "utilstrencodings.h"
#include "test/test_cryptowithacause.h"
#include <vector>
#include <boost/te... | [
"64294729+cryptowithacause@users.noreply.github.com"
] | 64294729+cryptowithacause@users.noreply.github.com |
fd7b4c7e09a9e579f40f6af45d91eb757142a051 | aac323c23c8ded67aa66b60f954d9f8132c66e9e | /main_arm/servo_arm.ino | 3f7ff2a6bb215dc2477951f4bdb46be0b4fb4213 | [] | no_license | Nicole-K-R/HackTheNorth2019-Project | 46f399caded259d506e9563aa6bbb9656504b56f | e9d329d0399d96fd908df4887b169afeb116e644 | refs/heads/master | 2020-07-25T19:23:48.730388 | 2019-09-16T00:13:38 | 2019-09-16T00:13:38 | 208,400,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,516 | ino | /* Sweep
by BARRAGAN <http://barraganstudio.com>
This example code is in the public domain.
modified 8 Nov 2013
by Scott Fitzgerald
http://www.arduino.cc/en/Tutorial/Sweep
*/
#include <Servo.h>
#define SERVO_X_PIN 9
#define SERVO_Y_PIN 10
#define SERVO_Z_PIN 11
#define SERVO_CLAW_PIN 6
#define CLAW_SPEED 10
S... | [
"nkrosario@rogers.com"
] | nkrosario@rogers.com |
45c1bcebddb94ea9de89b1e100931037278aee43 | 280a60d635b576efa082db48f37d8721a72ed11f | /mrClasses/mrSpline.h | 6986240abb319d9428ca9bd9f66ea84ca8365f2d | [
"BSD-3-Clause"
] | permissive | rurban/mrClasses | 3b370525369d03d800234b8a4b0e5df259c4d721 | b308c3bd18404c37a3d277031b0b72040050568d | refs/heads/master | 2023-06-24T16:22:59.708181 | 2020-03-30T07:58:14 | 2020-03-30T07:58:14 | 251,237,193 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,804 | h | //
// Copyright (c) 2004, Gonzalo Garramuno
//
// 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, th... | [
"rurban@cpan.org"
] | rurban@cpan.org |
ddb6df0cfcfd0411a9da468238d1a7f5cf1817a6 | 8a2abd2e2669b45e28d3208f0cc99c568dc37d49 | /Git/FPP/header/sl.hpp | 3e7164215e6f69ffacbf4e002397055f032041a6 | [] | no_license | merlinio2000/FPP | b027481dfe4c3ba10ca31e1a6fbe6c86bbc27062 | b35f7d13b33e76df88e23563f74fd971debb047a | refs/heads/master | 2021-05-05T15:12:47.011468 | 2017-11-06T14:18:51 | 2017-11-06T14:18:51 | 103,161,493 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 432 | hpp | /*
* sl.hpp
*
* Created on: Mar 16, 2017
* Author: kerlin
*/
#pragma once
#include <functional>
#include <unordered_map>
#include <vector>
#include <iostream>
#include "variables.hpp"
#include "var.hpp"
class sl {
private:
variables & vs;
public:
sl(variables&);
bool exec(const std::string&, s... | [
"merlin@merlinio.ch"
] | merlin@merlinio.ch |
a287079f362e8bfaba4844a1b7db26002fc5b0d6 | 386a5146ec502ed8f3676155b719794b50acc4af | /mycppclass.h | c91bb1fb0d2791a7287fa4ce91170ffc50333013 | [] | no_license | realJeff/MyQmlTest | e8cc10153b14474170c6f497039d7ee2da3dad89 | 7cd0a453c53044d1c5ec838d192d864a94252b66 | refs/heads/master | 2020-05-21T00:05:08.544328 | 2015-05-19T07:02:40 | 2015-05-19T07:02:40 | 35,791,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | h | #ifndef MYCPPCLASS_H
#define MYCPPCLASS_H
#include <QObject>
#include "mysqlmodel.h"
class MyCppClass : public QObject
{
Q_OBJECT
public:
MyCppClass();
~MyCppClass();
Q_INVOKABLE void remove(const int idx);
Q_INVOKABLE QObject* updateModel();
private:
MySqlModel *mySqlModel;
};
#endif // M... | [
"JeffMa2099@gmail.com"
] | JeffMa2099@gmail.com |
5f2a5b631a7ceaa5e7f3760d850f2d9ee6c5284e | b7cdcaaf6bbd8cb647cc8408028abb9d5ff051ac | /Assignments/A02-openMP/opt.cpp | 43020cd9796d995d2695768cd53d94a9334bb892 | [] | no_license | BenDiekhoff/5143-OS-Diekhoff | 32213d11d9e947ff486fc3e33717b638e166d0a3 | 865dfd8f8c1945144f0cc814dadb981e1f532a34 | refs/heads/master | 2020-12-19T12:18:39.719948 | 2020-05-08T23:44:41 | 2020-05-08T23:44:41 | 235,731,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,120 | cpp | #include <algorithm>
#include <iostream>
#include <fstream>
#include <omp.h>
using namespace std;
double bad_base(int ** matrix, long int size){
double total_begin = omp_get_wtime();
for(int x = 0; x < size; x++){
for(int y = 0; y < size; y++){
matrix[y][x] = matrix[y][x] * 2;
}
}
double t... | [
"ben.diekhoff@gmail.com"
] | ben.diekhoff@gmail.com |
5f2dcc797222269fef74db7b9b438c22be499e27 | e27d9e460c374473e692f58013ca692934347ef1 | /drafts/quickSpectrogram_2/libraries/liblsl/external/lslboost/config.hpp | 21d08070eee3bd86520ae463a61c9fbd57b55adf | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thoughtworksarts/Dual_Brains | 84a0edf69d95299021daf4af9311aed5724a2e84 | a7a6586b91a280950693b427d8269bd68bf8a7ab | refs/heads/master | 2021-09-18T15:50:51.397078 | 2018-07-16T23:20:18 | 2018-07-16T23:20:18 | 119,759,649 | 3 | 0 | null | 2018-07-16T23:14:34 | 2018-02-01T00:09:16 | HTML | UTF-8 | C++ | false | false | 2,199 | hpp | // Boost config.hpp configuration header file ------------------------------//
// (C) Copyright John Maddock 2002.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.lslboost.org/LICENSE_1_0.txt)
... | [
"gabriel.ibagon@gmail.com"
] | gabriel.ibagon@gmail.com |
4f7d1fd32eae8c6c0ddaaca33dcabfb030738a9a | 8b982f888c26258e2905c725050fe4fae9a9a72c | /Semester I/14Nov/program4.cpp | d649b44ed14d41d02f678a59a86ef10be78eedf1 | [
"MIT"
] | permissive | frwp/School | 55f619c2b6082e2fb92796a68ae6e7d0e48b8253 | fc5f3c7a38aac20ee6afc3f509db0c6b5bb452d4 | refs/heads/master | 2023-08-30T03:39:24.659001 | 2021-03-03T13:28:34 | 2021-03-03T13:28:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | cpp | #include <iostream>
#include <stdio.h>
using namespace std;
int main(){
int var_x = 273;
int *ptr1;
int **ptr2;
ptr1 = &var_x;
ptr2 = &ptr1;
cout << "Nilai var_x = *ptr1 = " << *ptr1 << endl;
cout << "Nilai var_x = **ptr2 = " << **ptr2 << endl;
cout << "ptr1 = &var_x = " << ptr1 << endl... | [
"f.rianwardanaputra@gmail.com"
] | f.rianwardanaputra@gmail.com |
2f9abab6ef3ea96436e5cf6fcefa1d78afb43209 | 5c08bfff333f58136f3f9f1ebe9abb67d67b36fc | /ConsoleApplication62/stdafx.cpp | cab517b382d6f9e24b9858a7cbe310f21096c54e | [] | no_license | Aigerim1991/Zadanie-2-queue- | 51d77f037337a2d9f31067f31439b1642e167d0d | 096088a52df8595bc5acd348016182de74356c2d | refs/heads/master | 2020-03-19T04:31:50.271764 | 2018-06-02T17:35:39 | 2018-06-02T17:35:39 | 135,838,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | cpp | // stdafx.cpp : source file that includes just the standard includes
// ConsoleApplication62.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"takab@LAPTOP-LTSQ7CE3"
] | takab@LAPTOP-LTSQ7CE3 |
15ea0f7b10afa41756abcc53418ca2c87fcaab52 | 714f5fc77feccf24ed444e937029800d7e512bba | /wrapping_counters_test.cc | cd893ea5191000cd2cae71cfa43f862ae07901e0 | [
"Unlicense"
] | permissive | drichardson/wrapping_counters | 7686657f3c9f02368fa530e6a7eeeeb7bd044f15 | 33180c79b8af26adc6ae547ce99d9ac541a22480 | refs/heads/master | 2020-12-24T19:46:18.832010 | 2019-02-13T20:00:52 | 2019-02-13T20:00:52 | 56,530,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,492 | cc | // Test the performance of some different ways of doing ring buffer
// type arithmetic, where you increment and wrap. Can do it with:
// - division: x=(x+1) mod n
// - bitwise and: x=(x+1) & (n-1), if n is a power of 2.
// - increment and compare: x = x + 1; if x == n then x = 0.
#include <chrono>
#include <cstdlib>
#... | [
"dougie.richardson@gmail.com"
] | dougie.richardson@gmail.com |
f54d1e799cf551941c36dfec937c67ca809e7529 | df9309ada086f61d73da0e12e170d3cf588a9a46 | /devices/include/conf.hpp | 89957b28f073c02d0bcf7640b3629d043ccd9d8a | [
"MIT"
] | permissive | xiaojuntong/opencvr | f3b195728a0ef68c8fc53ee668ebb56545eb7467 | 41c121946d4de1042845346ae420684e31f8a96e | refs/heads/master | 2021-01-16T22:46:41.422626 | 2015-08-16T15:29:14 | 2015-08-16T15:29:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,808 | hpp |
#ifndef _CONF_H_
#define _CONF_H_
#include "utility.hpp"
#include "oapicmn.hpp"
#define VE_VERSION "r1.3.1-20150802"
#define VE_INFO "OpenCVR r1.3.1 2015"
#define CONF_NAME_MAX 128
/* support Camera num */
#define CONF_MAP_MAX 4096
#define CONF_USER_PASSWORD_MAX 1024
#define CONF_PATH_MAX 1024
/* 0xFF FFFF to 0xF... | [
"xsmart@163.com"
] | xsmart@163.com |
8ac2eb48fa6b085f78dd24c9457eb6a93ce905ce | 9f1526aaa1d1160ab97b12ef5936adeebf8dfd91 | /BlackBirdBox/src/BlackBirdBox/Renderer/Buffers/VertexArray.h | 712dd351e9b53762f1484f50e23e45840aa3aabe | [
"MIT"
] | permissive | RokKos/black-bird-box | 115683073b481b31ac3fd6f5c5f093b8ffa58e63 | 27205fcc6db18d042e712fd8640af41922c3c186 | refs/heads/master | 2023-04-18T17:17:23.461351 | 2021-04-23T12:08:47 | 2021-04-23T12:08:47 | 266,545,771 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 568 | h | #pragma once
#include "IndexBuffer.h"
#include "VertexBuffer.h"
namespace BlackBirdBox {
class VertexArray {
public:
virtual ~VertexArray() {}
virtual void Bind() const = 0;
virtual void Unbind() const = 0;
virtual void AddVertexBuffer(const Ref<VertexBuffer>& vertexBuffer) = 0;
virtual void S... | [
"rok.kos@outfit7.com"
] | rok.kos@outfit7.com |
a3d33e4488fc41ef795fbac9c89fc3b4f5b3503a | 41ede51fcffc348e39f10386218eff79caa26d72 | /src/main.h | a632dc1ccb7fbbacebe000b9315835c68d0d26fc | [] | no_license | BradenYonano/VulkanPathTracer | 0da26a56e621488f589508c4c5ed8f242296b138 | 63077f10bba70a4b46c3cc0f07f19e325d736b18 | refs/heads/master | 2023-06-16T11:21:40.270091 | 2021-07-09T18:11:02 | 2021-07-09T18:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,971 | h | /*
* Vulkan hardware accelerated path tracing
*
* Copyright (C) 2021 by Sascha Willems - www.saschawillems.de
*
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
*/
#define VOLK_IMPLEMENTATION
#include "volk/volk.h"
#include "VulkanApplication.h"
#include "VulkanglTFModel.h"
#in... | [
"webmaster@saschawillems.de"
] | webmaster@saschawillems.de |
e7ffc9aac69925c3d287604cf620160622833f4c | 223ed9208087b4cd9dbb3d3efe1ace3395212798 | /rdc.h | 996da8c4b2c6394f0b38818623e6800e374b2e46 | [] | no_license | rpineau/RDCFilterWheel | ce5f0fc98d4fc57e52f29a0ed33a8b648fdfdfea | 2bf40e692ce2c776644551d2c013fa096caade5c | refs/heads/master | 2022-07-06T15:09:52.797483 | 2020-01-13T20:53:59 | 2020-01-13T20:53:59 | 188,715,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,270 | h | //
// rdc.h
// RDC FilterWheel
//
// Created by Rodolphe Pineau on 10/5/2019.
// Copyright © 2019 RTI-Zone. All rights reserved.
//
#ifndef rdc_h
#define rdc_h
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <memory.h>
#include <time.h>
#ifdef SB_MAC_BUILD
#include <unistd.h>... | [
"pineau@rti-zone.org"
] | pineau@rti-zone.org |
e76e60d4aec22749a42fa22395f867ea5f5e6117 | 769b9c5405cccfa225a80f973729031f16a0028e | /Chemiluminescence_instrumentV3/queryWidget/qualitydataquery.h | c879a091b0e05f00b86489261b0294f774aea4f8 | [] | no_license | 519984307/My_Chemiluminescence_Software | 70f571f8172b4ffae652671661f4461f57869dbb | 50ca24e83a14c27fc60791d240b71a62e9bd3506 | refs/heads/master | 2023-03-19T10:08:23.749209 | 2018-12-12T18:34:55 | 2018-12-12T18:34:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,091 | h | #ifndef QUALITYDATAQUERY_H
#define QUALITYDATAQUERY_H
#include <QWidget>
#include <QLabel>
#include <QPushButton>
#include <QDateEdit>
#include <QRadioButton>
#include <QTableView>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QRadioButton>
#include <QButtonGroup>
#include <QtSql/QSqlQueryModel>
#include "..... | [
"884428413@qq.com"
] | 884428413@qq.com |
c58f3adb85edff8466bd1678a8d1721c0b425785 | 3a38cf90556d4a8361e4610832632f1b6d2ce3a0 | /HW25_task_3.cpp | d53c3eddc6bcfb81dc984f4a6e9a0c98fe7f1055 | [] | no_license | PetrovSergeyAleksandrovich/CLion_HW_25 | bd894e12e7c85f595a3ff4b7b3bfff097bf3713b | 9fb3398ecfaad60d2ac5f0ee87213fbb7c8b6e38 | refs/heads/master | 2023-04-08T12:17:44.819594 | 2021-04-13T14:22:20 | 2021-04-13T14:22:20 | 356,182,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,369 | cpp | #include <iostream>
#include <map>
#include <string>
int main()
{
std::string parent_word, child_word;
std::map<int, char> parent, child;
std::cout << "Input first word:";
std::cin >> parent_word;
std::cout << "Input second word:";
std::cin >> child_word;
//Create dictionaries
for(int... | [
"ps@dsys.ru"
] | ps@dsys.ru |
831459f5ba4a28b52bcb92cbc04d8078481c5b1b | 95aecf6ef9c629f5eb8f7261450b19ff8934e5a2 | /lab10/kngramma.h | 1f0ef9fd71f983cf662a2d7e5962e532b814d21e | [] | no_license | mosikk/MAI-Systems-of-Programming | 23792aca6bfce313ef78b198e64c8e484c572b6c | 97061a7ca30ad7b5c11ba2284e2e92ecfcbc7c6f | refs/heads/master | 2023-05-13T07:21:12.493104 | 2021-05-31T18:38:54 | 2021-05-31T18:38:54 | 339,179,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | h | // kngramma.h 2017
#ifndef GRAMMA_H
#define GRAMMA_H
#include "basegramma.h"
class tGramma : public tBaseGramma {
void clear() {
Abc.clear();
Start = 0;
Iabc.clear();
Prod.clear();
}
static bool isPrefix(const char *const p, const char *const prefix);
static std::str... | [
"moiseenkov_ilya@mail.ru"
] | moiseenkov_ilya@mail.ru |
14fcbfced838aabb8c60d7db88d417547ed6e8bf | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_5/WWC+data+dmb.st.c.cbmc_out.cpp | 027bf1d5a5f9eead6cff7b71615226fce72a5e44 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 35,434 | cpp | // Global variabls:
// 0:vars:2
// 2:atom_1_X0_2:1
// 3:atom_2_X0_1:1
// Local global variabls:
// 0:thr0:1
// 1:thr1:1
// 2:thr2:1
#define ADDRSIZE 4
#define LOCALADDRSIZE 3
#define NTHREAD 4
#define NCONTEXT 5
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define m... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
671fca969dc26b470adf968012e21595f63ba05e | 37fe75adecd929513a943863f44c5039c6a54b0a | /src/Disconnect.cpp | 1eeb5f4de11cb2d478211d73eea21c16797930a7 | [
"Apache-2.0"
] | permissive | kolayuk/ActiveJack | 02c28c3e5247ac3f71d04bd09b1672656246f72e | b4ebf4273352b8f11b50035472cd0253f56016d0 | refs/heads/master | 2020-05-18T12:57:27.950694 | 2013-09-18T16:28:00 | 2013-09-18T16:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,420 | cpp | /*
========================================================================
Name : Disconnect.cpp
Author : Usanov-Kornilov Nikolay (aka Kolay)
Copyright :
Contacts:
kolayuk@mail.ru
http://kolaysoft.ru
(c) KolaySoft, 2010
Description :
=================================================... | [
"kolayuk@gmail.com"
] | kolayuk@gmail.com |
81c173ce614dcfce30c2efa2c8968a0d662a492e | d9b7dc81a40caf82f15dc0888754a53612d3b54d | /src/Simd/SimdAvx2DescrInt.cpp | 77560f974a21b5e898c715ef66f7608cf377d8f3 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | ermig1979/Simd | d3894bcbc030d0ad6d81a06417849e368eb55ac4 | 22fda6f37bff717cde122cf8325d35eba9a9ff6f | refs/heads/master | 2023-08-17T19:12:29.321417 | 2023-08-16T13:32:20 | 2023-08-16T13:32:20 | 32,873,163 | 1,929 | 441 | MIT | 2023-02-06T09:46:44 | 2015-03-25T15:24:55 | C++ | UTF-8 | C++ | false | false | 7,073 | cpp | /*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2023 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limi... | [
"ermig@tut.by"
] | ermig@tut.by |
ec3a2815244829238f7600ce2ade9cd6ab507137 | 715023da006513f0dd09e5c4267d371b8ba4e4f6 | /xray-svn-trunk/xr_3da/xrGame/inventory_item.h | b569faebcf0a7a276e22fbed81becf426e418036 | [] | no_license | tsnest/lost-alpha-dc-sources-master | 5727d58878b1d4036e8f68df9780f3d078e89f21 | fbb61af25da7e722d21492cbaebd6670d84e211c | refs/heads/main | 2023-02-11T16:37:16.570856 | 2021-01-09T17:09:49 | 2021-01-09T17:09:49 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 11,014 | h | ////////////////////////////////////////////////////////////////////////////
// Module : inventory_item.h
// Created : 24.03.2003
// Modified : 29.01.2004
// Author : Victor Reutsky, Yuri Dobronravin
// Description : Inventory item
////////////////////////////////////////////////////////////////////////////
#pra... | [
"58656613+NikitaNikson@users.noreply.github.com"
] | 58656613+NikitaNikson@users.noreply.github.com |
64c7caa7d6eb8615bb01a9053bf9bf06f4ec66d7 | 2f10f807d3307b83293a521da600c02623cdda82 | /deps/boost/win/debug/include/boost/log/keywords/format.hpp | a493d52c7b70f3a78f48122052af57e2bca636e3 | [] | no_license | xpierrohk/dpt-rp1-cpp | 2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e | 643d053983fce3e6b099e2d3c9ab8387d0ea5a75 | refs/heads/master | 2021-05-23T08:19:48.823198 | 2019-07-26T17:35:28 | 2019-07-26T17:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 128 | hpp | version https://git-lfs.github.com/spec/v1
oid sha256:d7fa91d3339b914465dde868b04155cc5e089ea736debc6c0c0c91e743d6261d
size 907
| [
"YLiLarry@gmail.com"
] | YLiLarry@gmail.com |
2fa7fd736625f2ac6fb60dbb9044d84892e06e62 | 17266c320961f151d880715c07ef963aa2e0b572 | /include/llvm/Analysis/ReplayInlineAdvisor.h | 7e2b0957436d1fa3bdbc194399be2ecbec8d1e04 | [
"LLVM-exception",
"LicenseRef-scancode-generic-cla",
"NCSA",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-arm-llvm-sga"
] | permissive | raidenkkj/android_prebuilts_clang_host_linux-x86_clang-r416183b1-1 | 9dfa496e59faee45676975489d50134233c3f134 | 854c8a292e1ff06d587bc3b7c12c5b1207e09e24 | refs/heads/arrow-11.0 | 2023-07-09T04:45:09.107851 | 2021-08-09T20:45:38 | 2021-08-09T20:45:38 | 536,385,664 | 1 | 0 | NOASSERTION | 2022-09-14T02:34:39 | 2022-09-14T02:34:38 | null | UTF-8 | C++ | false | false | 1,350 | h | //===- ReplayInlineAdvisor.h - Replay Inline Advisor interface -*- C++ --*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"palaychm@yandex.ru"
] | palaychm@yandex.ru |
b621c490f2a628e924ee6ca8eedfdad8bd91f8cb | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5648941810974720_0/C++/xfighter/A.cpp | dcd5a04e055b6f5c0177f8d208053a6b04611d03 | [] | 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,345 | cpp | #include <cassert>
#include <algorithm>
#include <iostream>
#include <string>
#include <map>
#include <unordered_map>
#include <unordered_set>
#include <vector>
using namespace std;
class Solver {
public:
void Solve() {
vector<pair<string, int>> order = {
{"ZERO", 0},
{"TWO", 2},
{"FOUR", 4},... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
472a3f3502cbd72d181694aee7a961b2b930a24c | c2b929ce308af8144b419d9b3f12a7cbe81e0cf1 | /Source/Game/GameWorld.cpp | d47d5c0a55a04acd74d909ee42280296595eb8be | [] | no_license | ebithril/AI | 8631b2fb1590251a6a250e14457da94a2c283a64 | 998170c54f501dd1cb26d3351cfe7ef133fd9afb | refs/heads/master | 2021-01-10T12:25:36.954599 | 2016-02-19T18:23:02 | 2016-02-19T18:23:02 | 52,106,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,372 | cpp | #include "stdafx.h"
#include "GameWorld.h"
#include <tga2d/sprite/sprite.h>
#include <tga2d/Engine.h>
#include <tga2d/light/light_manager.h>
#include <tga2d/sprite/sprite_batch.h>
#include <tga2d/drawers/debug_drawer.h>
#include <tga2d/text/text.h>
#include <tga2d/primitives/custom_shape.h>
#include <tga2d/math/color.... | [
"stpago1@hermods.local"
] | stpago1@hermods.local |
9991bdef47bc100aa598c084af097c606ba6cece | 0d805bb4929675dfc1280df7aa0aff4fdc8453c5 | /libraries/Statistic/Statistic.h | ddc2a27134059244385d93da33758a0f37a0bcb6 | [
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | sdkn104/Arduino | d86e9be7ed10e493e85c997ec86352f18156033d | 68af30ae7d6c831ba1e51300e821bd09bd52cce2 | refs/heads/master | 2020-08-01T13:03:15.250828 | 2019-02-06T21:52:20 | 2019-02-06T21:52:20 | 73,575,542 | 7 | 1 | null | 2017-08-02T20:14:21 | 2016-11-12T20:06:19 | C++ | UTF-8 | C++ | false | false | 1,567 | h | #ifndef Statistic_h
#define Statistic_h
//
// FILE: Statistic.h
// AUTHOR: Rob dot Tillaart at gmail dot com
// modified at 0.3 by Gil Ross at physics dot org
// VERSION: 0.3.4
// PURPOSE: Recursive Statistical library for Arduino
// HISTORY: See Statistic.cpp
//
// Released to the public domain
//
// the... | [
"sdkn104@yahoo.co.jp"
] | sdkn104@yahoo.co.jp |
e9618e70fe04527a53c61b17d4b6f33c53564b93 | 5c8a0d7752e7c37e207f28a7e03d96a5011f8d68 | /MapTweet/iOS/Classes/Native/AssemblyU2DCSharp_InfinityCode_OnlineMapsExamples_3084340507.h | 6c126b7d59579e04ced3994bf526b689e928a3c9 | [] | no_license | anothercookiecrumbles/ar_storytelling | 8119ed664c707790b58fbb0dcf75ccd8cf9a831b | 002f9b8d36a6f6918f2d2c27c46b893591997c39 | refs/heads/master | 2021-01-18T20:00:46.547573 | 2017-03-10T05:39:49 | 2017-03-10T05:39:49 | 84,522,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,538 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// UnityEngine.GameObject
struct GameObject_t1756533147;
// UnityEngine.Canvas
struct Canvas_t209405766;
// System.Action`1<OnlineMapsMarkerBase>
struct Action_1_t3702754603;
#includ... | [
"priyanjana@mac.com"
] | priyanjana@mac.com |
b0026c791567ff578c56206d672a413f63fa4347 | e089757b14cb864328268a6705ddcda8dc191468 | /sinkthatboat/Trap/Trap.h | 0f384842b9493a983768c377ef01a2c06eb6161e | [] | no_license | SinkThatBoat/Source | 84a7e09299143411466e0990779026b490e03921 | 60fa391bea50c2cf30ba68265b563d75766ee5e2 | refs/heads/master | 2021-04-12T07:54:08.996179 | 2017-09-04T05:55:58 | 2017-09-04T05:55:58 | 94,511,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 753 | h | // 2017 All rights reserved StB
#pragma once
#include "Header.h"
#include "Animals/Animal.h"
#include "GameFramework/Actor.h"
#include "Trap.generated.h"
UCLASS()
class SINKTHATBOAT_API ATrap : public AActor
{
GENERATED_BODY()
public:
// Sets default values for this actor's properties
ATrap();
protected:
/... | [
"uic21014@oepia.com"
] | uic21014@oepia.com |
4661e43abcb120c1e8d74059a116de9a1a1a1209 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Chaste/2016/8/TetrahedralMesh.cpp | 6a7bf1745b6c29e95f354c01251a9fbab850ed87 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 39,750 | cpp | /*
Copyright (c) 2005-2016, University of Oxford.
All rights reserved.
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Square, Oxford OX1 2JD, UK.
This file is part of Chaste.
Redistribution and use in source and binary forms... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
cf23e4abb3bd2c1015c0b497577d225015c683ad | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/xnnpack/src/bench/f32-vlrelu.cc | 6d6e62eadca27f3894e62b3938bb67d30bdff9c3 | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"LicenseRef-scancode-generic-cla"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 9,434 | cc | // Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <algorithm>
#include <cmath>
#include <functional>
#include <random>
#include <vector>
#include <benchmark/benchmark.h>
#include "bench/utils.h"
... | [
"jengelh@inai.de"
] | jengelh@inai.de |
30dc10744cc48fcccd00aac1bb867605d3b50d36 | 3e729a8196edbb163fc7370281c0d54dd82105a5 | /TETRIS/Graphics.cpp | 2cdefe85297edd6d944306b63e13b7b18fb0b6a0 | [] | no_license | rewicz/TETRIS | 0d7db28ed4e6effcc776d2fd3e59f485936142ec | 5c4b836ec9c6a6047480a49f3dc7cb39cabeb21f | refs/heads/master | 2022-11-02T00:20:25.687530 | 2020-06-13T12:24:14 | 2020-06-13T12:24:14 | 254,843,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp | #include "Graphics.h"
#include <iostream>
void Graphics::print_text(ALLEGRO_FONT* font,int x, int y, ALLEGRO_COLOR color, std::string text)
{
al_draw_text(font, color, x, y, ALLEGRO_ALIGN_CENTER, text.c_str());
}
void Graphics::print_button(ALLEGRO_FONT* font, int x, int y, ALLEGRO_COLOR color, std::string tex... | [
"rewirz@wp.pl"
] | rewirz@wp.pl |
8a45b81247e0ceeb52dbe8105e9386ae7adf4cd8 | d4da977bb5f060d6b4edebfdf32b98ee91561b16 | /Note/多校/2013/2013多校/2013多校9/数据+标程(缺1009)/G/solution.cc | ffd8579d97ba2b3f30971fb6f100e576f15099a5 | [] | no_license | lychees/ACM-Training | 37f9087f636d9e4eead6c82c7570e743d82cf68e | 29fb126ad987c21fa204c56f41632e65151c6c23 | refs/heads/master | 2023-08-05T11:21:22.362564 | 2023-07-21T17:49:53 | 2023-07-21T17:49:53 | 42,499,880 | 100 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 3,646 | cc | #include <cstdio>
#include <cstring>
#include <numeric>
#include <algorithm>
#include <functional>
using namespace std;
typedef __int64 llint;
const int MAXD = 19;
const int MAXS = MAXD * 9;
const int MAXN = 128;
const llint INF = 12345678901234567LL;
llint mul(llint a, llint b) {
if (b == 0) {
return 0;
} ... | [
"lychees67@gmail.com"
] | lychees67@gmail.com |
3af331272557170686a64eef383cfb376c3ffa65 | 392ab4465115e415a3bb52ab1e92aa7ba8ec9a52 | /pruebas/euclides.cpp | 3e5a420cefd8138a160ef219015dbfe3628efe70 | [] | no_license | LuisPedroza/Proyecto | 26f2e03a8d3eefe94a3913079d005398699358cb | 5ef0751c17dc29c2c85ccdd134adc768ba655b65 | refs/heads/master | 2023-01-19T18:13:41.389940 | 2020-11-27T23:11:01 | 2020-11-27T23:11:01 | 281,223,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 559 | cpp | #include "runtime.h"
runtime::array xgcd(const runtime::number& a,const runtime::number& b){
if((a==0)){
return runtime::array({b,0,1});
}
runtime::array aux = xgcd(std::fmod(b,a),a);
runtime::number gcd = aux(0);
runtime::number x1 = aux(1);
runtime::number y1 = aux(2);
runtime::number x = (y1-(std::floor(b/a)*x1));
... | [
"luispedrozalaguna.code@gmail.com"
] | luispedrozalaguna.code@gmail.com |
446621051fc33941c593951df980805303b92128 | 0c579d1a8ca754ceee161d9b2d98a54b9e5161eb | /LayerStock.cpp | 9a8ef5fba891a4f71b9e7e959fd13b6ac1b7c9bb | [] | no_license | eye01/TestM5Ui | 2ee57a5a6a99f8f9ed553b3ad8a7194f1f0831f8 | fecaefa4f8315d41189f8bd0cc98344eb9e0c052 | refs/heads/master | 2020-05-23T06:27:15.887656 | 2016-09-28T08:45:13 | 2016-09-28T08:45:13 | 69,443,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,401 | cpp | #include "LayerStock.h"
#include "ui_LayerStock.h"
LayerStock::LayerStock(QWidget *parent) :
LayerChartBase(parent) , m_diagram( this ),
ui(new Ui::LayerStock)
{
ui->setupUi(this);
initUi();
initLegend();
setDiagram(&m_diagram);
m_diagram.setType( StockDiagram::Candlestick );
m... | [
"eye01@eyem5.com"
] | eye01@eyem5.com |
f35cfbc0d41de8d8ce868109ffdc714079cc9212 | 3047a2e1ec3218a9453a364673e4d268d0bc3e55 | /cpp_project/1_Plateau.cpp | 2054f5995d062006edc408be1e3f520f26ca07ec | [] | no_license | jkrubin/CSC600 | e97a5c2902c86cf5c283bcefc3138ab9bc1b9f07 | 373bb7a05c8ae98006bef6314defe3168fd59dda | refs/heads/master | 2021-01-09T05:32:09.681180 | 2017-02-03T01:41:45 | 2017-02-03T01:41:45 | 80,787,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | #include <iostream>
using namespace std;
int maxlen(int* a,int n){
int streak=1;
int max=0;
int i;
for(i=1;i<n;i++)//Iterating n times
{
if(a[i]==a[i-1]) //if it matches previous spot
streak++; //add to the streak
else if(streak > max){//otherwise if streak is largest
max=streak; //save it as mac
... | [
"jkrubin42@gmail.com"
] | jkrubin42@gmail.com |
418a7dde28ca28922cb9009201bd5ec88c0a14aa | fa83b1de35fb00cc2e4a3f7b8478ae7fbee4fee1 | /sample/SpriteStudio5Sample/Plugins/SpriteStudio5/Source/SpriteStudio5Ed/Private/Viewer/SsProjectViewer.cpp | 2e989e4ed2b7d30ab4a46d5895fff0eef6f4bf2c | [] | no_license | alwei/SS5PlayerForUnrealEngine4 | 3ab40c6d5b80571203aa9665a91cbccaf9deb087 | 9eee88f19e8ead1b77fd43c3881dbb16dbd86d5c | refs/heads/master | 2021-01-21T09:43:25.716981 | 2015-02-27T12:38:18 | 2015-02-27T12:38:18 | 35,937,687 | 0 | 0 | null | 2015-05-20T09:06:55 | 2015-05-20T09:06:54 | null | SHIFT_JIS | C++ | false | false | 16,804 | cpp | #include "SpriteStudio5EdPrivatePCH.h"
#include "SsProjectViewer.h"
#include "EditorStyleSet.h"
#include "Editor/PropertyEditor/Public/IDetailsView.h"
#include "Editor/PropertyEditor/Public/PropertyEditorModule.h"
#include "Editor/WorkspaceMenuStructure/Public/WorkspaceMenuStructureModule.h"
#include "SsProjectViewer... | [
"dkredint@gmail.com"
] | dkredint@gmail.com |
e9e71cc784bb60868e4366942c5b6e744ca6e714 | 3790aefc92f31c1abbe5594d4ea020e15cb12aae | /tizen-sdk/platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/osp/FTextEncoding.h | 5f61723861d9eef4cd8145fd21a673e146fb7e97 | [] | no_license | abhijitrd/CppSharpTizen | e9871793c27acbb8ae0f599f2013ea56c7b2fca4 | 92e42a36cc3c5f2b1636061e82025feec4edda0d | refs/heads/master | 2021-01-16T22:04:57.789905 | 2014-07-05T11:39:32 | 2014-07-05T11:39:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,673 | h | //
// Copyright (c) 2012 Samsung Electronics Co., Ltd.
//
// 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 applicab... | [
"brighttwinsoftware@gmail.com"
] | brighttwinsoftware@gmail.com |
0698c05f7b235cab9e992b3263daf7008f81a448 | 225095d785b865845fd324492dacdcb701feb0c3 | /src/privatesend.cpp | d0d613052897b1bffa87253d4008cbf0d713e0bb | [
"MIT"
] | permissive | fg12347/smc | a2c65308a3ef98a59771a7358876f3ada6a609a9 | 15cac6c49e27c055d4f217ec31ad9923691051fe | refs/heads/master | 2020-04-06T22:42:47.984050 | 2018-11-30T06:21:11 | 2018-11-30T06:21:11 | 157,844,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,498 | cpp | // Copyright (c) 2014-2017 The SMC Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "privatesend.h"
#include "activemasternode.h"
#include "consensus/validation.h"
#include "governance.h"
#include "in... | [
"smc_smtp@aol.com"
] | smc_smtp@aol.com |
a6c4352c2a61ebf14b5cdaeef5955e29a0912ec3 | 0947c2de11865e5b98f55d3e2178436c8fce1b96 | /platooning/runtimeManager/rmParser/parserGrammars/RMContractParserGrammar.cc | e81c31eaa6cc67182089286f67637e8cb6cce0ac | [] | no_license | maaahad/RuntimeManager | b6375c71653163a086e6873463b5f78ef952e0d6 | 57efb4d5d867faa0634050c2fdbb4cab7b46b2bb | refs/heads/master | 2021-10-16T06:30:30.149014 | 2019-02-08T15:17:52 | 2019-02-08T15:17:52 | 153,804,048 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,365 | cc | //
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it wil... | [
"ahad3112@yahoo.com"
] | ahad3112@yahoo.com |
25fa01b9d3aa49ff8625077157113a99cd91f804 | 74d5c1dcfa8430a38cae459ce1d1beabc176ac07 | /RC/src/common/qgraphsettings.h | 53603bcf1d2b1b60684a46ecaee007a642ea30ff | [] | no_license | graf/PGraph | 73c31ebb8fc92f47b7b21ee358a39f05509c406e | 58884b387436ede7aaf7d8de0d3646f75861e89c | refs/heads/master | 2020-04-14T06:27:42.568664 | 2015-03-19T15:38:39 | 2015-03-19T15:38:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 794 | h | #ifndef QGRAPHSETTINGS_H
#define QGRAPHSETTINGS_H
#include <QSettings>
#include <QString>
class QGraphSettings
{
private:
bool myIsParallel;
bool myIsParallelSet;
bool myOutputDirectorySet;
QString myOutputDirectory;
bool myBaseDirectorySet;
QString myBaseDirectory;
bo... | [
"apv1989@3a445295-52a1-4894-a4d6-5b639a95ca49"
] | apv1989@3a445295-52a1-4894-a4d6-5b639a95ca49 |
721422a51f7b76c654962b879b56a12ea937f376 | 8528860bfa4e51d5fb5d35464a321fa88b27abc3 | /meta-heuristics-1.2/lib/edaMutation.h | 37535b02c83b9c14b66bf60e5a0936abde95d174 | [] | no_license | mohcicin/metaheuristics | d9fd28bac54f401d89cd0800136b9a7c65a6fd32 | a112870b98626e35545f89a44898baadf0dba43d | refs/heads/master | 2021-05-01T07:54:56.274119 | 2016-04-26T00:51:17 | 2016-04-26T00:51:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 958 | h | /*
* File: edaMutation.h
* Author: tieuminh
*
* Created on April 30, 2012, 11:00 AM
*/
#ifndef __edaMutation_h__
#define __edaMutation_h__
#include "edaSerialize.h"
#include "edaPopulation.h"
/// Lớp trừ tượng edaMutation hiện thực các chiến lược đột biến
class edaMutation: public edaSerialize {
public:
/... | [
"tieuminh2510@gmail.com"
] | tieuminh2510@gmail.com |
6d5d8b8fe24408d96b3584f947d17bc5bdcf3599 | a240f831c7e1795ee005493612af0ba6bf2bb849 | /ABC/ABC066/C.cpp | ba43937ecf707df3567b288df8966c60f83bff90 | [] | no_license | sensen963/AtCoder | db84fdf46c2d3526aa9e2d7d5c49ebba8b854714 | c0cd9e750408aa100836466c8bb1a1e33ae57c67 | refs/heads/master | 2021-03-27T10:11:46.039139 | 2020-11-29T04:59:51 | 2020-11-29T04:59:51 | 109,882,192 | 0 | 0 | null | 2020-07-26T13:21:52 | 2017-11-07T19:38:58 | C++ | UTF-8 | C++ | false | false | 1,018 | cpp | #include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <string>
#include <sstream>
#include <complex>
#include <vector>
#include <list>
#include <queue>
#include <deque>
#include <stack>
#include <map>
#include <set>
#include <fstream>
#include <numeric>
using namespac... | [
"nanablue2035@gmail.com"
] | nanablue2035@gmail.com |
7843079112f6d93a1da0b7118703cc620e946951 | 1c6152512f2b0f48460db7d3b5f22e001ece4fdf | /SysVar.cpp | ff983937d71859cd482094940a6da4c06aacd1d7 | [] | no_license | presscad/uesoft-AutoPHS | 9190f5fbadc214077d66e6b7d4535f8bff88dd54 | 838ad4b162d097df50556420de92584eba933ad6 | refs/heads/master | 2020-08-26T23:12:04.229290 | 2014-01-26T03:22:52 | 2014-01-26T03:22:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | // SysVar.cpp: implementation of the CSysVar class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "autophs.h"
#include "SysVar.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
////////////////////////////////////... | [
"uesoft@163.com"
] | uesoft@163.com |
546c9424d59074ff2a2ea2b9ad70771b1a94e9a4 | 1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7 | /Demo/Shenmue3SDK/SDK/BTT_PlayAC_parameters.h | dac603353237d17f4cdca5623aeffca5caf253b2 | [] | no_license | LemonHaze420/ShenmueIIISDK | a4857eebefc7e66dba9f667efa43301c5efcdb62 | 47a433b5e94f171bbf5256e3ff4471dcec2c7d7e | refs/heads/master | 2021-06-30T17:33:06.034662 | 2021-01-19T20:33:33 | 2021-01-19T20:33:33 | 214,824,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | h | #pragma once
#include "../SDK.h"
// Name: S3Demo, Version: 0.90.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Parameters
//---------------------------------------------------------------------------
// Function BTT... | [
"35783139+LemonHaze420@users.noreply.github.com"
] | 35783139+LemonHaze420@users.noreply.github.com |
cf0f2f759507360ad2b98bf5f27b0d5b87cc9493 | d8ed1ace2fa9777f6c36d3bba0f4f568ccf345ef | /aruco.h | 2f0e229c67b61f52cbf397b1560f2646a584d497 | [] | no_license | aliyasineser/isolatedArUcoTracker | 5d27e4ffd254b4d5fe2b03739c8a535eb472dcaf | 62af7b0a9af3f27f951ae35b1490f1675b71b1b4 | refs/heads/master | 2020-04-08T22:32:15.224607 | 2018-11-30T10:20:34 | 2018-11-30T10:20:34 | 159,790,943 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,939 | h | #ifndef ARUCO_H
#define ARUCO_H
// OpenCV libraries
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/core.hpp>
#include <opencv2/shape.hpp>
#include <opencv2/aruco.hpp>
#include <iostream>
#include <vector>
#include <list>
struct vision_offset
{
int markerId;
double x;
double y;
double z;
... | [
"aliyasin@greenhive.at"
] | aliyasin@greenhive.at |
72f486f771b5bd3f85d2057eb9dc4ad27a9e5dc3 | 04e5b6df2ee3bcfb7005d8ec91aab8e380333ac4 | /clang_codecompletion/llvm/Transforms/Utils/ModuleUtils.h | 9bbe8ea7e1e8eee63ef5b9e5b04ae830ebabd481 | [
"MIT"
] | permissive | ColdGrub1384/Pyto | 64e2a593957fd640907f0e4698d430ea7754a73e | 7557485a733dd7e17ba0366b92794931bdb39975 | refs/heads/main | 2023-08-01T03:48:35.694832 | 2022-07-20T14:38:45 | 2022-07-20T14:38:45 | 148,944,721 | 884 | 157 | MIT | 2023-02-26T21:34:04 | 2018-09-15T22:29:07 | C | UTF-8 | C++ | false | false | 4,900 | h | //===-- ModuleUtils.h - Functions to manipulate Modules ---------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"emma@labbe.me"
] | emma@labbe.me |
4d8066a0fc914c01a985c913e3eebe9f79e3185b | 75e82f03b62d2732953748c5a2f3e398ca9a2e76 | /TimeNode/TimeNode.ino | 11308181e900a4deff297e23a277913d20e484ee | [] | no_license | jwgjanssen/EnergySensorProjectJWG | e4cb9c5e0a56d7e9bcc090c8197891266dd04956 | 864aa262e1e7bf00f0f288d5ad86a4650d3385a1 | refs/heads/master | 2020-05-04T00:32:50.264773 | 2019-12-13T09:39:17 | 2019-12-13T09:39:17 | 5,747,014 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,919 | ino | #include "DCF77Clock.h"
#include <JeeLib.h>
#include <Metro.h>
DCF77Clock dcf(1, 4, false); // (DCF77 module JeeNode DIO port, Blink-led JeeNode DIO Port, DCF77 signal inverted?)
struct Dcf77Time dt = { 0 };
//uint8_t curSec;
uint8_t curMin;
// structures for rf12 communication
typedef struct { char type;
long va... | [
"jwg.janssen@gmail.com"
] | jwg.janssen@gmail.com |
7ea872624f41fd23a1aee6ad282576eb908d9e3c | c15584deac2fd115c2df602db499726d0ce530f4 | /m5_temp/m5_temp.ino | 90db375b47d99cb7d11fb6748fc7d51865f2ea0a | [] | no_license | MrPranklin/M5Stack_testing | 21cbc0cb79e3570723476d1b7416e631cee00a89 | 40722de38ee18273474d169fb94f9cbb9b9416ae | refs/heads/master | 2022-09-21T07:59:32.738381 | 2020-05-31T14:59:23 | 2020-05-31T14:59:23 | 245,540,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,527 | ino | #include <ESPmDNS.h>
#include <M5Stack.h>
#include <Update.h>
#include <WebServer.h>
#include <WiFi.h>
#include <WiFiClient.h>
#include <Wire.h>
#include <NTPClient.h>
#include <WiFiUdp.h>
#include <Timer.h>
#include "DHT22_C.hpp"
#include "m5lcd.hpp"
#include "mqtt.hpp"
#include "ota.hpp"
#include "HeatControl.hpp"
#... | [
"filip.pranklin@gmail.com"
] | filip.pranklin@gmail.com |
2c8cd1c6511346bb844a507e45d160eecb13a9d0 | 900dfed24acaec45fff228c552d0e9251866be28 | /TopCoder/SRM 145 DIV 1 200.cpp | 7c521f56ae35f31bb765d76b629c40d589d7560d | [] | no_license | bhup99/shiny-octo-bear | 6d84f3c724a3205f081acc8649bcb4f8535bc84a | 31f05b0e8f20dc1a2dd1453928f7308b9c3c0f23 | refs/heads/master | 2016-09-06T13:22:17.955685 | 2014-03-23T08:55:58 | 2014-03-23T08:55:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,286 | cpp | #include <iostream>
#include <vector>
using namespace std;
typedef struct
{
int index, value;
}helper;
class Bonuses
{
public:
void mergeSort(helper side[], int left, int mid, int right)
{
int n1, n2; // size of temporary variab... | [
"bhupeshkumar99@gmail.com"
] | bhupeshkumar99@gmail.com |
6b3903455a6a135dfeb915b40cacde9fb9e3aeb7 | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-synthetics/source/model/CanaryRunTimeline.cpp | b9a31319d3ac954350b8e9fbd88597f20487a053 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 1,809 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
dc6bf623178ccdcbb7402dcff82843a40395c255 | bdd9f3cdabe0c768641cf61855a6f24174735410 | /src/external/3rd/library/atlmfc/include/afxpriv2.h | 2e45bbdb34b9b817f86c0fe0902663d73b6c9583 | [] | no_license | SWG-Source/client-tools | 4452209136b376ab369b979e5c4a3464be28257b | 30ec3031184243154c3ba99cedffb2603d005343 | refs/heads/master | 2023-08-31T07:44:22.692402 | 2023-08-28T04:34:07 | 2023-08-28T04:34:07 | 159,086,319 | 15 | 47 | null | 2022-04-15T16:20:34 | 2018-11-25T23:57:31 | C++ | UTF-8 | C++ | false | false | 5,574 | h | // This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sourc... | [
"swgmaster@india.com"
] | swgmaster@india.com |
8b3726d555824e4579e4a61f066c1581e4cbfd49 | 0f7a4119185aff6f48907e8a5b2666d91a47c56b | /chapter02/qwindowopengldraw/OpenGLWindow.hpp | f67cdadca40c9c52f45fa0546f60314087233eaa | [] | no_license | jixhua/QQmlQuickBook | 6636c77e9553a86f09cd59a2e89a83eaa9f153b6 | 782799ec3426291be0b0a2e37dc3e209006f0415 | refs/heads/master | 2021-09-28T13:02:48.880908 | 2018-11-17T10:43:47 | 2018-11-17T10:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 667 | hpp | #pragma once
#include <sstd_memory.hpp>
#include <QtGui/qopenglwindow.h>
class QScreen;
class QOpenGLContext;
class OpenGLWindow :public QOpenGLWindow {
Q_OBJECT
public:
OpenGLWindow(QOpenGLWindow::UpdateBehavior updateBehavior = NoPartialUpdate, QWindow *parent = nullptr);
~OpenGLWindow();
private:
... | [
"nanguazhude@vip.qq.com"
] | nanguazhude@vip.qq.com |
f1ff1c55ee05c98ac2cb00fd8306d65314edb39c | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_repos_function_1866_curl-7.35.0.cpp | 37f4c8708f105a7898d5d7853df109c04cee6c3a | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 879 | cpp | static CURLcode smtp_state_auth_login_resp(struct connectdata *conn,
int smtpcode,
smtpstate instate)
{
CURLcode result = CURLE_OK;
struct SessionHandle *data = conn->data;
size_t len = 0;
char *authuser = NULL;
(void)insta... | [
"993273596@qq.com"
] | 993273596@qq.com |
ccff7b51b098d408c9c7b43e7c3b3d1577d3adc1 | 82d3d9ffbc2471c17790b8d2e61ec1a2088bed5f | /Server.cpp | f07b0bb133498fbc07ee30e09c5baf711fb83914 | [] | no_license | OurSources/worldofpixels-server | 88d7896a5a96d4cd3e11e3d7a7ca43aac6d76723 | 47b84520d380fbe230d4cf264261862a0daa0469 | refs/heads/master | 2021-05-13T11:54:48.790463 | 2018-01-10T22:20:27 | 2018-01-10T22:20:27 | 117,145,932 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 199 | cpp | #include "Server.hpp"
Server::Server(std::uint16_t port, std::string baseDir)
: baseDirectory(baseDir),
playerCount(0),
port(port),
hub(uWS::PERMESSAGE_DEFLATE | uWS::NO_DELAY, false, 1) {
} | [
"nagalun@users.noreply.github.com"
] | nagalun@users.noreply.github.com |
97693ed71c7f95cb2085144d85a43da8e8fe2fa5 | d1a52c3f208fa42c41df8278c3d280f075eb020c | /stage0/src/runtime/stack_overflow.cpp | 74a49058ba323e3c71f897ad5891e1a123445e18 | [
"Apache-2.0",
"LLVM-exception",
"NCSA",
"LGPL-3.0-only",
"LicenseRef-scancode-inner-net-2.0",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"Spencer-94",
"LGPL-2.1-or-later",
"HPND",
"LicenseRef-scancode-pcre",
"ISC",
"LGPL-2.1-only",
"LicenseRef-scancode-other-permissive",
"SunPro",
"CMU-Mach"... | permissive | cipher1024/lean4 | 6e1f98bb58e7a92b28f5364eb38a14c8d0aae393 | 69114d3b50806264ef35b57394391c3e738a9822 | refs/heads/master | 2022-01-15T06:26:23.603754 | 2022-01-12T18:21:36 | 2022-01-12T18:21:36 | 228,607,691 | 0 | 0 | Apache-2.0 | 2019-12-17T12:04:29 | 2019-12-17T12:04:28 | null | UTF-8 | C++ | false | false | 3,719 | cpp | /*
Copyright (c) 2020 Sebastian Ullrich. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Sebastian Ullrich
Print a nicer error message on stack overflow.
Port of the corresponding Rust code (see links below).
*/
#ifdef LEAN_WINDOWS
#include <windows.h>
#else
#include <... | [
"leonardo@microsoft.com"
] | leonardo@microsoft.com |
509cb43a1a66335c79cc911da0abe5c174d32f1a | 63c71060f36866bca4ac27304cef6d5755fdc35c | /src/Conditions/CondNotInRecord.cpp | dcf16b5a7136a89b813713ba0bbac7a51fe20d68 | [] | no_license | 15831944/barry_dev | bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a | d4a83421458aa28ca293caa7a5567433e9358596 | refs/heads/master | 2022-03-24T07:00:26.810732 | 2015-12-22T07:19:58 | 2015-12-22T07:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,908 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005
// Packet Engineering, Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification is not permitted unless authorized in writing by a duly
// appointed officer of ... | [
"barryniu@jimodb.com"
] | barryniu@jimodb.com |
0d86ee719902ddff88f0e699fc57d103f0123e8d | 9e3612f201ae92b0acb39073d6562de9e0081608 | /modules/yanta/gui/SkiaStrokeBallPainter.cpp | c43b5906af4c14d968db90cdf2a817b0bcc946cd | [] | no_license | funkey/yanta | 3667dd269fbba3965e89f8238901503ce82d2e6a | 24c9d3c13f28cbf7cf560cf1e420d8087ac437b9 | refs/heads/master | 2020-06-18T03:40:29.277357 | 2014-12-12T09:57:48 | 2014-12-12T09:57:48 | 74,953,001 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,072 | cpp | #include <SkCanvas.h>
#include <SkMaskFilter.h>
#include <SkBlurMaskFilter.h>
#include <document/Stroke.h>
#include <document/StrokePoints.h>
#include "SkiaStrokeBallPainter.h"
#include "util/Logger.h"
SkiaStrokeBallPainter::SkiaStrokeBallPainter() {}
void
SkiaStrokeBallPainter::draw(
SkCanvas& canvas,
const Str... | [
"funke@ini.ch"
] | funke@ini.ch |
198467fbb17f6625695fb7a7a18de6be8cfe0fda | 5f41d9f61168d13ba41f67588219ef566f1eb87b | /src/parsec/facesim/src/Public_Library/Collisions_And_Interactions/BOX_HIERARCHY.h | 11656f41f92a7ded65295aa5267aca099006090c | [
"MIT",
"GPL-3.0-only",
"GPL-2.0-only"
] | permissive | tudinfse/intel_mpx_explained | 0671a667006bd43c436ddfc0c2cee43fa35d4db8 | 9a3d7b060742d8fe89c1b56898f2b2e3617b670b | refs/heads/master | 2022-04-06T00:50:14.193509 | 2020-02-04T14:25:27 | 2020-02-04T14:25:27 | 80,527,160 | 17 | 1 | MIT | 2020-02-04T14:25:29 | 2017-01-31T14:23:48 | C | UTF-8 | C++ | false | false | 5,909 | h | //#####################################################################
// Copyright 2004, Ron Fedkiw, Andrew Selle, Joseph Teran.
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//###################################################... | [
"alexo_o@ukr.net"
] | alexo_o@ukr.net |
1545115edd0c4093b97715e6df9d0dd002521c69 | 8ae31e5db1f7c25b6ce1c708655ab55c15dde14e | /比赛/NOWcoder/普及组/第四周/D-重蹈覆辙.cpp | c0e8d5ba1a4b31fbf9fe4e34a0bd9a1a5ce8f733 | [] | no_license | LeverImmy/Codes | 99786afd826ae786b5024a3a73c8f92af09aae5d | ca28e61f55977e5b45d6731bc993c66e09f716a3 | refs/heads/master | 2020-09-03T13:00:29.025752 | 2019-12-16T12:11:23 | 2019-12-16T12:11:23 | 219,466,644 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | #include <cstdio>
#include <cmath>
#define root 2.20556943
#define c 0.460719842
#define MOD 10007
using namespace std;
double base=1.00;
int ans,n;
int a[1010]={1,1,2,5,11};
int round(int num){return num>0.5?ceil(num):floor(num);}
int main()
{
scanf("%d",&n);
for(int i=1;i<=n;i++)
{
base*=root;
}
ans=round(... | [
"506503360@qq.com"
] | 506503360@qq.com |
89540b11bc3dde77aedf4f365601fdd8d472444a | 700ae50944d2ff3235aa38188881ed0e8655fb73 | /.examples/02_simplebp/hello/hello.cpp | 4ead262407c2a500bc6db49a608b2467af16f8d5 | [
"Apache-2.0"
] | permissive | skvadrik/blueprint | 7b3d68fddf08a50b5a8aa869b1b3e0497689b659 | 57867a1cc1753a9d5f27e9866b37ed101af28633 | refs/heads/master | 2021-07-19T10:29:23.249287 | 2019-10-16T16:16:55 | 2019-10-18T14:30:05 | 209,769,103 | 0 | 0 | Apache-2.0 | 2019-09-20T10:52:10 | 2019-09-20T10:52:09 | null | UTF-8 | C++ | false | false | 88 | cpp | #include "extra.h"
int main(int argc, char* argv[]) {
say_hello();
return 0;
}
| [
"skvadrik@google.com"
] | skvadrik@google.com |
ffbb561bbeae94a73ea7e0086b176092c5d0d9f2 | dd3d11771fd5affedf06f9fcf174bc83a3f2b139 | /BotCore/DofusProtocol/GoldItem.cpp | 9d9013d4bb3092eceed28ab0aa665e9604683911 | [] | no_license | Arkwell9112/arkwBot | d3f77ad3874e831594bd5712705983618e94f258 | 859f78dd5c777077b3005870800cb62eec1a9587 | refs/heads/master | 2023-03-17T12:45:07.560436 | 2021-03-16T11:22:35 | 2021-03-16T11:22:35 | 338,042,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 340 | cpp | #include "GoldItem.h"
void GoldItem::deserialize(ICustomDataInput &input) {
this->deserializeAs_GoldItem(input);
}
void GoldItem::deserializeAs_GoldItem(ICustomDataInput &input) {
Item::deserialize(input);
this->_sumFunc(input);
}
void GoldItem::_sumFunc(ICustomDataInput &input) {
this->sum = input.r... | [
"arkwell9112@nowhere.com"
] | arkwell9112@nowhere.com |
e79d408d0c2407ea1848b7c0c08fe22c3050b1fc | 6bb9a1de7df6cf72d93dd5b6fdc449a6109c8c05 | /d03/ex04/ClapTrap.hpp | 26a1d11f7e168e3fc23a5e36695b7ec231e3ae50 | [] | no_license | enriquenc/cpp | b57afb279b465640bfe66cd6bd867448c69eb464 | 2b54745aaf1645437ccb2230a10161577456358f | refs/heads/master | 2020-03-30T13:04:35.202290 | 2018-10-14T19:07:17 | 2018-10-14T19:07:17 | 151,254,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,787 | hpp | // ************************************************************************** //
// //
// ::: :::::::: //
// ClapTrap.hpp :+: :+: :+: ... | [
"tmaslyan@e2r8p3.unit.ua"
] | tmaslyan@e2r8p3.unit.ua |
25dfc6d4c88b6d596e47ce59a7caf73a7f577514 | e8e35ae2a286a74e8f1c4d2a2f42772808f2bf4e | /Spark/renderers/ForwardPlusRenderer.hpp | 18ee571b0ee2cfa28530a59ee419fbb72fdc1c41 | [
"MIT"
] | permissive | MickAlmighty/SparkRenderer | 2abd71825871a48f1af52857c2458495f2ad343b | 8d391cb64e5bd87ca146325ac35f542593a35d45 | refs/heads/master | 2022-10-21T01:24:57.822909 | 2022-10-20T19:07:53 | 2022-10-20T19:07:53 | 206,642,983 | 3 | 0 | MIT | 2022-10-20T19:07:55 | 2019-09-05T19:35:29 | C++ | UTF-8 | C++ | false | false | 1,747 | hpp | #pragma once
#include <memory>
#include "Renderer.hpp"
#include "profiling/GpuTimer.hpp"
#include "utils/GlHandle.hpp"
namespace spark::resources
{
class Shader;
}
namespace spark::renderers
{
class ForwardPlusRenderer : public Renderer
{
public:
ForwardPlusRenderer(unsigned int width, unsigned int height);
... | [
"michalha1174@gmail.com"
] | michalha1174@gmail.com |
6bf5b7e991d2f64e80cf952426e9d2f119f8e4d9 | 9894d3a9056927f97be327942305882e25adf6fe | /Day 03/ex01/ScavTrap.hpp | d346b1f93fc711b8849ff6ddee3c177a33a7784b | [
"MIT"
] | permissive | akharrou/42-Piscine-CPP | 3c34585cbce5144cc3dd4452e72bd906fb6fbcc2 | 11c80e32f96718946134400435182629470f1439 | refs/heads/master | 2020-06-12T20:32:06.586570 | 2019-08-19T04:53:42 | 2019-08-19T04:53:42 | 194,416,333 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,369 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ScavTrap.hpp :+: :+: :+: ... | [
"idev.aymen@gmail.com"
] | idev.aymen@gmail.com |
cc45eded9ca744b0668058b67e4013e44f33d3a5 | a06a9ae73af6690fabb1f7ec99298018dd549bb7 | /_Library/_Include/boost/preprocessor/tuple/remove.hpp | f07cdd166decbc56fa5eaaa9a0689918c70fb0cf | [] | no_license | longstl/mus12 | f76de65cca55e675392eac162dcc961531980f9f | 9e1be111f505ac23695f7675fb9cefbd6fa876e9 | refs/heads/master | 2021-05-18T08:20:40.821655 | 2020-03-29T17:38:13 | 2020-03-29T17:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,238 | hpp | # /* **************************************************************************
# * *
# * (C) Copyright Edward Diener 2013.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt o... | [
"adm.fael.hs@gmail.com"
] | adm.fael.hs@gmail.com |
9fbdce9ccb0b2ec743f02546023bd6bfcbf189a0 | 73d833939bbf817f4826ecc42843c541d1222cc5 | /Lab/lab8/rec08.cpp | 5bf2c8e4c0ba36e6781d1ec3188ee167ef30d125 | [] | no_license | Kylepayen02/objectOrientedProgramming | 6279d3da99fe4d4fc0a7fdedb5a22f4c75ba5311 | 0c5213406985f1c4b72fab08901350493fce6438 | refs/heads/master | 2021-03-25T16:56:16.511848 | 2020-05-22T23:16:10 | 2020-05-22T23:16:10 | 247,634,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,211 | cpp | /*
rec08.cpp
CS2124
Implement the class Rational, so that the following program works.
*/
#include <iostream>
using namespace std;
class Rational{
friend ostream& operator<<(ostream& os, const Rational& rhs);
friend istream& operator>>(istream& is, Rational& rhs);
friend bool operator==(const Rationa... | [
"kcp341@nyu.edu"
] | kcp341@nyu.edu |
81620d8fb5b8322ed2447ed42195e7963d51943a | a925a6b7d6e20a370219f4423dc78d9e25e9d0cb | /Plugins/AbilityPlugin/Source/AbilityPlugin/Private/Action/ActionComponent.cpp | 4249d5d6d5474fea671612a3f3d3ac0caeccc6ef | [] | no_license | andrewjh86/My_UE4_RougeLike8866 | 01d6d5f849b7607f7c46297a56e896cffa074750 | d56018f67f914cc63f4c64cbd856c6951cbc13be | refs/heads/main | 2023-04-19T16:27:46.317458 | 2021-05-02T03:40:43 | 2021-05-02T03:40:43 | 347,521,157 | 0 | 0 | null | 2021-03-14T20:09:08 | 2021-03-14T01:50:12 | null | UTF-8 | C++ | false | false | 1,571 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Action/ActionComponent.h"
//#include "Action/ActionObject.h"
//#include "Character/BaseCharacter.h"
//#include "Items/InventoryComponent.h"
// Sets default values for this component's properties
UActionComponent::UActionCompone... | [
"andrewjh1998@yahoo.com"
] | andrewjh1998@yahoo.com |
0f364f1ffc4cadc04bfd79ae01b1d67e4e7bcd5a | 5ad7d7ba75199222ccabb81c522f3ff63c44667a | /UE4Fundamentals06/Source/UE4Fundamentals06/PlayerAnimInstance.cpp | a00d3f0e88223a835b4a6b791ae44cd9750122c9 | [] | no_license | Neurodrive/Unreal-Engine-Fundamentals | 5822bbed1efa26309cf8a58428f10a1f46918c56 | 82240fab2465df54c30afe36404f4174b209c0c5 | refs/heads/master | 2023-08-31T18:35:10.135609 | 2021-10-18T00:08:13 | 2021-10-18T00:08:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,428 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "PlayerAnimInstance.h"
#include "UE4Fundamentals06Character.h"
#include "GameFramework/PawnMovementComponent.h"
#include "Engine.h"
UPlayerAnimInstance::UPlayerAnimInstance()
{
IsInAir = false;
IsAnimationBlended = true;
Spee... | [
"admin@jollymonsterstudio.com"
] | admin@jollymonsterstudio.com |
b035ad49eacada3706fcad785a8a8c0e47823c0f | 1d2db79629f52a8328d8e4daf69ce60093a9e642 | /repos/not2/Kaynak1.cpp | bf80ce9a67df5108ff1b1afd2bc4af2909e0165a | [] | no_license | sulekooc/c-alistirma | 012007fc3d8ad5d0ba2c7d5321dac293c6aa9dc1 | 5d97ffd98c39054e203606ccb6856aa1ae60f5ff | refs/heads/master | 2023-03-16T00:13:41.330784 | 2021-03-09T06:51:47 | 2021-03-09T06:51:47 | 345,903,372 | 0 | 0 | null | null | null | null | ISO-8859-3 | C++ | false | false | 502 | cpp | #include <iostream>
using namespace std;
int main()
{
cout << "birinci sayiyi giriniz" << endl;
cin >> x;
cout << "ikinci sayiyi giriniz" << endl;
cin >> y;
if (x == y) {
cout << "sayilar esittir" << endl;
}
else {
cout << "sayilar esit degildir" << endl;
}
if (x != y)
cout << "sayilar farkli degildir"... | [
"sulekooc@gmail.com"
] | sulekooc@gmail.com |
24903a4e4b2d85b8e8b94c84e08c404606c15444 | ff3ce61334d6d1a65ee1076dd92053111f403ce6 | /DFS/110.cpp | 4da4e5cd9944d4795d25b3abb51b31752622c656 | [] | no_license | JuntaoLiu01/LeetCode | 0c6053cb3eacb02ed6daa91fd11feaff967c8a2c | 28bdee75301d4edd34f8b9edbdb307f925e02a06 | refs/heads/master | 2020-03-23T14:37:21.557481 | 2020-01-16T07:52:21 | 2020-01-16T07:52:21 | 141,688,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int dfs(TreeNode* root){
if(!root)
return 0;
int l = dfs(root->left... | [
"0001000000100100km@gmail.com"
] | 0001000000100100km@gmail.com |
95294bdd65d18b45ce28adc5426a47ab5273d6d7 | 80b1511e7279a93ba4eb1e8b33877da489a4ba6e | /src/qt/openuridialog.h | fd750a91b379b471f3c4f48ffd9c7be22b37f9f8 | [
"MIT"
] | permissive | SoyuzCoin/SoyuzCoin | 948187eee036ebe869d2cf0c61c9c7d402ec7c12 | bd65080a5c095217c88e45468d22fe6385ba0ed2 | refs/heads/master | 2020-04-20T17:07:01.948321 | 2019-02-03T18:56:12 | 2019-02-03T18:56:12 | 157,443,635 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 737 | h | // Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2017-2018 The PIVX developers
// Copyright (c) 2018 The Soyuz3 developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_OPENURIDIALOG_H
... | [
"coinsoyuz@gmail.com"
] | coinsoyuz@gmail.com |
32ae8adc107388546573dbf6b11cc515410b26cd | b34d793a51a0b3e477c1312680ef670b0e43a66c | /phase1-2/include/ParserInclude/ParsingTable.h | 65daaa612149cf132102636df174358b0bdd5fd5 | [] | no_license | Mahmoudabdellatif/Java-Compiler | 53fdb6571b59943d18cd938c8fbedef0be14f8c6 | d6b0bcb5debd9bf79c38cd09d86ce92fb11bb88a | refs/heads/master | 2021-01-17T14:11:05.255967 | 2017-06-28T15:53:52 | 2017-06-28T15:53:52 | 95,686,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,467 | h | #ifndef PARSINGTABLE_H
#define PARSINGTABLE_H
#include "GrammerParser.h"
#include <string>
#include <vector>
using namespace std;
class Parser;
class ParsingTable
{
friend class Parser;
public:
enum class eleState;
ParsingTable(vector<GrammerParser::NonTerminal>* _non_terminals... | [
"mahmoudabdellatif830@gmail.com"
] | mahmoudabdellatif830@gmail.com |
84c61a6f98fb2eb7141c8ce8be75b7b3e15df078 | 5e378bd9900a358c6c3d41577276c2bce6e8d92a | /Omkar_and_Password.cpp | 634e578081bc035ab42cf6c2c71174b50a9c3dfc | [] | no_license | kanchan1910/Codeforces-Solutions | 80f97d52835f92499b3be5fbbd26b8a09db8b22a | 58e7e23a5c2fca7388eaf4246acb4d617334cc48 | refs/heads/master | 2023-04-24T20:24:43.843373 | 2021-05-07T05:18:39 | 2021-05-07T05:18:39 | 285,741,097 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,054 | cpp | #include<bits/stdc++.h>
//#include <boost/multiprecision/cpp_int.hpp>
//using namespace boost::multiprecision;
#define lli long long int
#define endl '\n'
#define boost ios_base::sync_with_stdio(false);cin.tie(NULL); cout.tie(NULL);
#define pb push_back
#define mod 1000000007
#define p_q priority_queue
#define fi fir... | [
"kanchanjeswani2000@gmail.com"
] | kanchanjeswani2000@gmail.com |
76e2424fed3bf20b7dd71d354fb1631657ccf291 | 4b86dafab3b94532e4308988352a53659fa7b854 | /hls/resnet50_0/solution1/syn/systemc/dataflow_in_loop_Con_2.cpp | 2a5367ad9ea24d8c6380b205e28e0158c08a07ae | [] | no_license | sterngerlach/ResNet-50_INT8 | 22842ee435f8d7574f05b1c40aa82cb714df8edf | e813beb03158b7df5eee46e9382011a140f6ead2 | refs/heads/main | 2023-08-25T01:41:56.795030 | 2021-11-04T04:49:11 | 2021-11-04T04:49:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475,976 | cpp | #include "dataflow_in_loop_Con.h"
#include "AESL_pkg.h"
using namespace std;
namespace ap_rtl {
void dataflow_in_loop_Con::thread_ap_clk_no_reset_() {
if ( ap_rst.read() == ap_const_logic_1) {
ap_sync_reg_channel_write_weight_0_V = ap_const_logic_0;
} else {
if (esl_seteq<1,1,1>(ap_const_logi... | [
"yasu@am.ics.keio.ac.jp"
] | yasu@am.ics.keio.ac.jp |
e38d314b03a7ae93098b57165c9cef4fc7598dcb | 762e593f94e5a64b9a75a9163dee9f3daa0d49ad | /sources/ball.cpp | 0dff2af4d24127fe44e831303a97e730c91a3e49 | [] | no_license | mohadesesd/Snooker | 859158a160d8b8ffbe12ba9faf711cfeb0929370 | cf0b291f454db124e66c6dfc63bc62a7fb7449e8 | refs/heads/master | 2022-12-17T22:00:05.265441 | 2018-07-29T16:02:35 | 2018-07-29T16:02:35 | 298,493,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,249 | cpp | //
// Created by msd on 7/18/18.
//
#include <iostream>
#include "../headers/ball.h"
//this is constructor of ball class it get positions and initial speed and color of ball in RGB(Red,Green,Blue) method and point of the ball
//and ID to check if it is moving or static
Ball::Ball(double x, double y, double initialspe... | [
"m.sayahian.d@gmail.com"
] | m.sayahian.d@gmail.com |
2dd4c48a94b544fdc6349c084d5276db04e16450 | a82f21ddb1a9fcff19629597a9d754ae9356f4c9 | /src/qt/tanzanite/addressfilterproxymodel.h | 4767739a2de9cd23b606d7f291e4266aa20e347e | [
"MIT"
] | permissive | Tanzanite-Team/Tanzanite | ca9f6bdd4baa7813623640d6d0d510a5fcbdb517 | 630c3e5aabc823a60026357063401a4f09633d77 | refs/heads/main | 2023-03-11T06:58:03.981527 | 2021-02-26T14:07:58 | 2021-02-26T14:07:58 | 279,105,162 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,297 | h | // Copyright (c) 2019 The Tanzanite developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef Tanzanite_CORE_NEW_GUI_ADDRESSFILTERPROXYMODEL_H
#define Tanzanite_CORE_NEW_GUI_ADDRESSFILTERPROXYMODEL_H
#include <QSortFil... | [
"info.tanzanite.coin@gmail.com"
] | info.tanzanite.coin@gmail.com |
d5b3e1fbde2d16cc0bd5e04b4405e994a4f3ec3d | 0ffc45920e750da183dfc517467253943fe43e97 | /dec_utilities/include/dec_utilities/bag_recorder.h | 2b4f8d251efc48d1c1ab919fd176039058e86376 | [] | no_license | pastorsa/dec | af61710bddd3b563af385a3cacf726e45cc4128e | 27ebfa9938ed6cf35add8ad080c1a5d1da833d37 | refs/heads/master | 2020-05-18T02:05:42.738358 | 2013-09-14T05:32:50 | 2013-09-14T05:32:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,580 | h | /*
* bag_recorder.h
*
* Created on: Feb 22, 2011
* Author: kalakris
*/
#ifndef USC_UTILITIES_BAG_RECORDER_H_
#define USC_UTILITIES_BAG_RECORDER_H_
#include <ros/ros.h>
#include <ros/callback_queue.h>
#include <dec_utilities/file_io.h>
namespace dec_utilities
{
template<class MessageType>
class BagRecorde... | [
"pastorsa@usc.edu"
] | pastorsa@usc.edu |
e423eea5d578a4554ccb26b2fb135e2ffc250826 | fe8f319a84bac90613ec58e089ff0d859a1ba9ec | /leetcode/290_worf_pattern.cpp | c85f38efb7a4ce0a123cf60b635838b8cfa06899 | [] | no_license | guohuiGH/codes | 354013a957b3f6dad120b0c731f19b21cd8a24ae | ebb0a295b426dc9e4f2defc7b4c5ac95510cfb2d | refs/heads/master | 2021-01-21T04:47:52.307431 | 2016-06-10T02:55:49 | 2016-06-10T02:55:49 | 43,237,600 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,358 | cpp | /*************************************************************************
> File Name: 290_worf_pattern.cpp
> Author: guohui
> Mail: guohui1029@foxmail.com
> Created Time: Fri 23 Oct 2015 08:13:47 AM CST
************************************************************************/
#include<iostream>
#in... | [
"guohui2011915@gmail.com"
] | guohui2011915@gmail.com |
87f9a56e9e7b2694da38c5b6f8f633425f5b6205 | 4d28fb2a7730693db77aedafad579cf7cbcca239 | /MANA3DFramework/MANA3DFramework/MANA3D/Mathf.cpp | fbff6e5ad0d89aefe777c1534a3cf3f7c0fa4565 | [] | no_license | MANA3DGames/mana-3d-graphics | c03eb475e8c454d5457d67b58093e22b072f1e06 | 08cfaa66ec3eb9417079e007083556ee958a03b2 | refs/heads/master | 2022-07-02T05:32:32.777408 | 2019-03-09T18:57:09 | 2019-03-09T18:57:09 | 174,733,919 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 135 | cpp | #include "Mathf.h"
using namespace MANA3D;
float MANA3D::Lerpf( float from, float to, float f )
{
return from + f * ( to - from );
} | [
"mahmoud.abuobaid@outlook.com"
] | mahmoud.abuobaid@outlook.com |
a7051a1920acd08f3a92e66935be50f3d1bca4d8 | 7a0cf4e53c690f092c94f4c711919d70f0c03630 | /src/wmecore/DebugHUD.cpp | 19d7a9513004557f2a86e037ccd4db563f9b2b73 | [
"MIT"
] | permissive | retrodump/wme | d4d6718eabd285bc59473c0911055d83e8a9052d | 54cf8905091736aef0a35fe6d3e05b818441f3c8 | refs/heads/master | 2021-09-21T02:19:06.317073 | 2012-07-08T16:09:56 | 2012-07-08T16:09:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,105 | cpp | // This file is part of Wintermute Engine
// For conditions of distribution and use, see copyright notice in license.txt
#include "Wme.h"
#include "DebugHUD.h"
#include "DebugManager.h"
// temp
#include "Viewport.h"
#include "OgreViewport.h"
#include "ElementCollection.h"
#include "SpriteSubFrame.h"
#incl... | [
"Jan Nedoma@JNML.cust.nbox.cz"
] | Jan Nedoma@JNML.cust.nbox.cz |
dea87d4b06d5957f5a66e7f756a5a6914a5a39c9 | 29c5b8f707f7f921cad39fdf4979ff793299200a | /piduino_light/Arduino.cpp | 08386accc6243bcf662457aa2e143afaf4622768 | [
"BSD-3-Clause"
] | permissive | audeme/MOVIArduinoAPI | d3e1e4624ef066e8de2c2e00fdfaf9cc958e7fe0 | b80a3a725aba45b0669d19d6790a36b635ab2c04 | refs/heads/master | 2020-12-19T17:07:11.314621 | 2019-10-20T03:41:05 | 2019-10-20T03:41:05 | 39,476,263 | 12 | 8 | NOASSERTION | 2019-10-20T03:44:25 | 2015-07-22T00:14:37 | C++ | UTF-8 | C++ | false | false | 3,246 | cpp | /*
Arduino.cpp for use on Raspberry PI with the MOVI(TM) Arduino
Speech Dialog Shield by Gerald Friedland at Audeme.com in 2018.
Feel free to add your own functionality here. Uses GPIO through SYSFS.
Alternative, more powerful implementations of GPIO are discussed at
https://elinux.org/RPi_GPIO_Code_Sample... | [
"fractor@audeme.com"
] | fractor@audeme.com |
94a26d12ebfd0882ad8f3fee2062ab3df60ff709 | cc3cfc5291bdba5adfc788e802f5c460ffeb6924 | /20161220_1128_DomoticsCycle2/Test/Debug/Bedroom.h | 87fa261c5dd80d957e0b9cf70f137e30ef1fb55f | [] | no_license | reinout91/DomoticsProject | 707b7aa73cd475ce7885cb16b95e7618e0e9e60e | 411146be6a48b08d6ab4631c560bf31df586b483 | refs/heads/sidebranchreinout | 2021-01-12T07:36:28.275678 | 2016-12-20T19:50:48 | 2016-12-20T19:50:48 | 76,987,083 | 0 | 0 | null | 2016-12-20T19:53:20 | 2016-12-20T19:51:43 | null | UTF-8 | C++ | false | false | 2,560 | h | /*********************************************************************
Rhapsody : 8.1
Login : Annelien
Component : Test
Configuration : Debug
Model Element : Bedroom
//! Generated Date : Tue, 20, Dec 2016
File Path : Test\Debug\Bedroom.h
*********************************************************************/... | [
"r.holtrup@student.utwente.nl"
] | r.holtrup@student.utwente.nl |
a10a3c6b04506782f7e094c9952d7ab9bb4ee429 | 631fc519ff4042ab5d994d45e92b3a3c1498ab7b | /benchmarks/bench_lib.hpp | b46eea7c310fbec666a1282e7a816108e8c72b6e | [
"MIT"
] | permissive | alexanderflegontov/OpenMPAnalyzer | 6670e60ac43c94c18637159665d2054682342251 | 609ad47699384b802b4d8307fab55b63e749f84c | refs/heads/master | 2020-03-21T15:07:27.941073 | 2019-06-22T05:12:06 | 2019-06-22T05:12:06 | 138,695,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,531 | hpp | #ifndef __BENCH_LIB_HPP__
#define __BENCH_LIB_HPP__
//#include <windows.h>
#include <openssl/sha.h>
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <cstring>
#include <sstream>
//#include <fstream>
#include "omp.h"
const int HASH_LENGTH_MAX = SHA256_DIGEST_LENGTH;
#define PRINT_LOG
//#define PRI... | [
"manshipnn@gmail.com"
] | manshipnn@gmail.com |
e50a426d6d3411ae060570a7dc873540714fd058 | 70418d8faa76b41715c707c54a8b0cddfb393fb3 | /12388.cpp | bbfac93cac26bcb9c2ec333495cd68ec848a0d21 | [] | no_license | evandrix/UVa | ca79c25c8bf28e9e05cae8414f52236dc5ac1c68 | 17a902ece2457c8cb0ee70c320bf0583c0f9a4ce | refs/heads/master | 2021-06-05T01:44:17.908960 | 2017-10-22T18:59:42 | 2017-10-22T18:59:42 | 107,893,680 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,748 | cpp | #include <bits/stdc++.h>
using namespace std;
const int maxrounds = 300, maxlabels = 10000;
const int maxenv = 2 * maxrounds, maxn = 2 * maxenv;
int labels[maxn], idx[maxlabels], n; // for country labels
int rounds, coins[maxenv][2], chosen[maxenv], last[2 * maxn], visited[2 * maxn];
// graph
vector<int> edges[maxn... | [
"yleewei@dso.org.sg"
] | yleewei@dso.org.sg |
e279f6f4d7de1601af00772b7085622e8fa28929 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/admin/wmi/wbem/providers/win32provider/common/wbempsapi.h | 40ff418ddd9768f23ef0aec25f591700302b45df | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 4,942 | h | //============================================================
//
// WBEMPSAPI.h - PSAPI.DLL access class definition
//
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
//
// 01/21/97 a-jmoon created
//
//============================================================
#ifnd... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
052d945d401ec7467b54d9e462c5ea4d5e190830 | 70f75f69d4994fa372d4ad8d103ee782338ea57c | /Algorithms/binary search.cpp | 187ea0c8536ec7e2e5d61a61e72d477d33736df6 | [] | no_license | shahadatzcpe/Programming-Problem | 81be20b566b3a8e459cfd63cc46374ed12a15bcf | b35bbcd6fb45bc7ca076a23765bbb274ad938f8e | refs/heads/master | 2021-01-22T20:19:14.431477 | 2017-03-18T18:17:57 | 2017-03-18T18:17:57 | 85,314,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,148 | cpp | #include<iostream>
using namespace std;
/**
* Bubble short
*
* @param int[] heystack; //must be sorted data
*
* @return int* heystack; //negative for not found
*/
int* bubble_sort(int numbers[])
{
int n = 100;
int temp,i,j;
for(i = 0; i < n - 1; i++ )
{
for(j = 0; j < n - i - 1; j++)
... | [
"shahadat16061993@gmail.com"
] | shahadat16061993@gmail.com |
da36317ac2c7a20efa175025d4a5d81391a1c437 | d899c8e5edcb95c614f22c53cbe8cadd452d1462 | /codeforces/1339/B.cpp | fc1e1fd5a395e97ce50b562da140d94b17891f10 | [] | no_license | calgagi/competitive_programming | b99d321690c811c29d8ef39025549a7fa58d9b00 | 9986779baaf3486e82391a2b8b2e5bec74f2df11 | refs/heads/master | 2021-07-05T23:52:14.457183 | 2020-08-13T06:44:21 | 2020-08-13T06:44:21 | 149,514,638 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,064 | cpp | /*
* author: calgagi
* Calvin Gagliano
*/
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ull unsigned long long
#define ii pair<int, int>
#define ar array
#define f first
#define s second
#define dd long double
void solve() {
int n;
cin >> n;
vector<int> a(n);
... | [
"calgagi@gmail.com"
] | calgagi@gmail.com |
cb4aa9f699e99e2121aab3020033ab7acd8f9daf | 187cc49334337744fc36a815596734bd4bfb925f | /vulkan-demos/vulkan_wrapper/shapes/meshes/display_plane.h | 296244db0ae1e9b4835f1eecd8e7c879937ca487 | [
"MIT"
] | permissive | phonowiz/vulkan-demos | 1743650f8f88649be33b76b8b73f320303f717b3 | 5e71fe59bc0fce7c433f5136873697b47a8bc531 | refs/heads/master | 2022-01-26T01:47:12.307648 | 2022-01-24T09:41:04 | 2022-01-24T09:41:04 | 163,328,588 | 5 | 0 | MIT | 2020-07-29T02:19:20 | 2018-12-27T19:18:32 | C++ | UTF-8 | C++ | false | false | 550 | h | //
// plane.hpp
// vulkan-gui-test
//
// Created by Rafael Sabino on 3/12/19.
// Copyright © 2019 Rafael Sabino. All rights reserved.
//
#pragma once
#include "mesh.h"
#include "device.h"
namespace vk
{
class display_plane : public mesh
{
public:
display_plane(){}
vo... | [
"artgrph@gmail.com"
] | artgrph@gmail.com |
8e78bf934c2b98953d92e1edd67fa9e84fe2b623 | ebb25863dc55386e28df5b56d6b8b51f73b9a3f6 | /src/Tree.cpp | 53af73715c019d71f6f62f46e1c4684fb280f739 | [] | no_license | abs0lom/Number-V | a971cdbedfa90205e91a5a0134521e3166a695f6 | e05aff792df7d9f048c81208c323fa6f2c1b14a9 | refs/heads/master | 2021-05-31T04:19:59.577305 | 2016-04-21T16:09:09 | 2016-04-21T16:09:09 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,898 | cpp | #include "Tree.h"
Tree::Tree(sf::RenderWindow* a)
{
_app = a;
_node = MENU;
_namelevel = "NONE";
}
std::string Tree::getNameLevel()
{
return _namelevel;
}
Node Tree::getNode()
{
return _node;
}
Tree::~Tree()
{
//dtor
}
void Tree::menu()
{
while(_node == MENU)
{
sf::Event eve... | [
"aicel@make-it.fr"
] | aicel@make-it.fr |
97678b1db28ca2603911fe1211063576be66e8c4 | 98b5fc62d59e55257bc45120ff4e521a20c88f2f | /Engine/Graphics/Direct3D/cMesh.d3d.cpp | 1ca48a27ca44642849e93b8e8509d4637637af8e | [] | no_license | flashshan/EngineerIIProj | 0e870e0fb7ab2a5bbc43d4880496b414277cdd15 | ae20b04a5a3912e24f06d03eaff3748b344791ac | refs/heads/master | 2021-09-06T20:15:14.040332 | 2018-02-10T23:18:08 | 2018-02-10T23:18:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,846 | cpp | // Include Files
//==============
#include "../cMesh.h"
#include "Includes.h"
#include "../cConstantBuffer.h"
#include "../sContext.h"
#include "../VertexFormats.h"
#include <Engine/Asserts/Asserts.h>
#include <Engine/Platform/Platform.h>
#include <Engine/Logging/Logging.h>
eae6320::cResult eae6320::Graphics::cMes... | [
"your.email@example.com"
] | your.email@example.com |
4fca5185a37ec3d9096c6c42c7dcf3c40d5f53c4 | 90047daeb462598a924d76ddf4288e832e86417c | /base/memory/shared_memory_android.cc | da3c5953f044c8ca861427f7cecfd3661b60f930 | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 2,190 | cc | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/memory/shared_memory.h"
#include <stddef.h>
#include <sys/mman.h>
#include "base/logging.h"
#include "third_party/ashmem/ashmem.h"
n... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
a39d04c16f378e8bd854aa7f0b4df426506f1712 | 1935926ec53604c936e53019c24bdd16e1ef1bbc | /vjudge/hdu_6077.cpp | 27428fc852eecf8760a9ca1d36299ece1f951c2e | [] | no_license | PrimisR/Training | 345ec0b342ea2b515e1786c93d5a87602d6c3044 | b4834cc29b13e604e7a95f231ac48f49987bebc7 | refs/heads/master | 2022-12-30T02:46:47.621210 | 2020-10-20T03:00:52 | 2020-10-20T03:00:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <algorithm>
#include <cmath>
#include <string>
#include <map>
#include <cstring>
#define INF 0x3f3f3f3f
#define ms(x,y) memset(x,y,sizeof(x))
using namespace std;
typedef long long ll;
const double pi = acos(-1.0);
const double eps = 1e-8;
const int ma... | [
"43467209+PrimisR@users.noreply.github.com"
] | 43467209+PrimisR@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.