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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c90248cd61814910f3577598a02100096887b55a | a86f87bd1b8aa2b07a69e4adf3707f30f5fca92d | /LPR_MFC/include/plate_detect.h | 37d25ce57841aa0eb60eb4f03e12016448d06aba | [] | no_license | zhangxuanaj/LPR_MFC | 344f6fd4675b0075c3926dd8cb17d8d004d6a7ab | 65e6a4b6b6d91923002bc6d9bcf0f6577e61cddf | refs/heads/master | 2020-03-07T21:37:40.316201 | 2018-04-02T08:59:22 | 2018-04-02T08:59:22 | 127,731,914 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,697 | h |
#ifndef __PLATE_DETECT_H__
#define __PLATE_DETECT_H__
#include "prep.h"
#include "plate_locate.h"
#include "plate_judge.h"
#include "plate.h"
namespace lpr {
class CPlateDetect {
public:
CPlateDetect();
~CPlateDetect();
//! 深度车牌检测,使用颜色与二次Sobel法综合
Mat plateDetect(Mat src, vector<CPlate>& resultVec, bool... | [
"zhangxuanaj@163.com"
] | zhangxuanaj@163.com |
7428ac76df6d23cab7af24358506502ca13d6f6e | 8824d24b73a355e41e9914280ee1e46f3163f457 | /tmp/08/flare/flare.cpp | a67c6bc8e2761bedd2934dec49790681e36668dc | [
"Zlib"
] | permissive | pombredanne/EDGE-2 | fe621cbab7c189cd91e2514a946e0f355a82c010 | b09f82a65a7ee594f1a544141814647e087b250a | refs/heads/master | 2020-12-28T06:57:04.628369 | 2015-12-29T13:49:37 | 2015-12-29T20:57:20 | 48,853,467 | 1 | 0 | null | 2015-12-31T15:20:00 | 2015-12-31T15:20:00 | null | UTF-8 | C++ | false | false | 21 | cpp | #include "flare.hpp"
| [
"rlyeh.nospam@gmail.com"
] | rlyeh.nospam@gmail.com |
d3f1911bd09aa5a57480c388f8785e7c0a744717 | 7cfb3bcd1ed56e4a503049f166a3a10b2cdaa494 | /cooley_workspace/multi_node_cifar10/ConvLayer.h | e9832e710f44446471b62df2cb0eafedef33e31e | [] | no_license | ironhide23586/SHM-Learn | 7f6d86cddd4287837b1d0b61a32f4879d6edd7a6 | 6cf81c8446d81a80ef7721d5049d5d183ec82f41 | refs/heads/master | 2021-01-20T11:34:23.540229 | 2017-07-22T23:53:22 | 2017-07-22T23:53:22 | 85,378,749 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,948 | h | #pragma once
#include <cuda.h>
#include <cudnn.h>
#include <cublas.h>
#include <curand.h>
#include <iostream>
#include <random>
#include <chrono>
#define GPU_WARP_DISPATCHERS 2
#define GPU_WARP_SIZE 32
#define __cudaSafeCall __cudaSafeCall_Conv
#define __cudnnSafeCall __cudnnSafeCall_Conv
#define __... | [
"souham@cooleylogin1.fst.alcf.anl.gov"
] | souham@cooleylogin1.fst.alcf.anl.gov |
507c52f2e85a7f2e169e683d1b97ba6f46b6aa29 | 9e97e1ef6382ed2ea0ca682b0cddf4bcfbffa6ea | /GameEditor/PointLightOnMapService.h | 45b94b42d86562980fe73e73e45d50e09cadff7d | [] | no_license | rodrigobmg/GameEditor | 0942a1c2f805cb417384cf4d9ad516f7223ff12f | c75a593496a859f37ee89db8c51479e65367ea62 | refs/heads/master | 2020-03-28T18:08:09.681703 | 2018-03-21T06:01:42 | 2018-03-21T06:01:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,204 | h | #pragma once
#include <memory>
#include "IPointLightOnMapService.h"
#include "IUnitOfWork.h"
#include "BLLDependencyResolver.h"
#include "Utils.h"
#include "PointLightMetadata.h"
#include "SGOMetadata.h"
class PointLightOnMapService : public IPointLightOnMapService
{
protected:
const static int DEFAUT_POINT_LIGHT_S... | [
"holodnukfedor@gmail.com"
] | holodnukfedor@gmail.com |
6503ba32b5496db195223d8752f2ee10f34d56c2 | 965e051ceb8edb6011ef65fba84f6a6c878991f3 | /V8SVGZoomEvent.h | ccd199df834d4ac2ad848a3036f734a4b26e823e | [] | no_license | Treeeater/chromium_webkit_bindings | adee51482f143328a7410e8bb5ea29323f4eb8f1 | aedbff3ba8aa839b4884929fdde38ef9d5dd02fa | refs/heads/master | 2016-09-05T16:49:28.487428 | 2010-10-14T01:51:28 | 2010-10-14T01:51:28 | 985,747 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,772 | h | /*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
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 Free Software Foundation... | [
"pinkforpeace@.(none)"
] | pinkforpeace@.(none) |
bf7f24732610053b2c2fa9651f8b08d4c3987675 | 92c46fa2c7f1af0c46caec7f92c31f28435fb287 | /PreviousCode/SN Analysis/hoge.cc | 43dcfd219dfec6867d777dc1338cae9962552776 | [] | no_license | spenceraxani/KamLAND-CoincidenceAnalysis | 9ab6ef99c3feae26ac583960d544ea3a8a49b8bf | a884e001496e9a046d98b87398d2a2a9a732c608 | refs/heads/master | 2022-11-16T00:52:48.811641 | 2020-07-02T01:10:22 | 2020-07-02T01:10:22 | 265,111,264 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,623 | cc | #include "KVF.hh"
#include "KltRunbaseUI.hh"
#include <iostream>
#include <time.h>
#include <stdio.h>
#include <vector>
#include <math.h>
#include <string>
using namespace std;
float eventRadius(KVFGeneralEvent* event);
float deltaR(KVFGeneralEvent* pro, KVFGeneralEvent* del);
int main(int argc, char* argv[])
{
KV... | [
"saxani@mit.edu"
] | saxani@mit.edu |
8f7216c2151537c1152c8ba058c82754a92f90c8 | 5bbcf05f34143f976509a0d8e40a7b79e6307933 | /export/windows/obj/include/haxe/ds/BalancedTree.h | 8ce25e9368d79231bfbe34ca266537371b60d085 | [] | no_license | eschmiel/LD48 | 1a80f9ebc6721820be8ad8c1b36e368f904ceca2 | 0533556f5654cb840840a96ea5f2e9d94ad8d6c4 | refs/heads/main | 2023-08-06T02:20:22.076232 | 2021-10-01T21:16:45 | 2021-10-01T21:16:45 | 403,112,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 2,820 | h | // Generated by Haxe 4.1.5
#ifndef INCLUDED_haxe_ds_BalancedTree
#define INCLUDED_haxe_ds_BalancedTree
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_haxe_IMap
#include <haxe/IMap.h>
#endif
HX_DECLARE_CLASS1(haxe,IMap)
HX_DECLARE_CLASS2(haxe,ds,BalancedTree)
HX_DECLARE_CLASS2(haxe,ds,TreeNode)
namespace ... | [
"eschmiel@gmail.com"
] | eschmiel@gmail.com |
6eb931e8d945b0e8378bc47b6515cb5f7c131b59 | 6896439316c9888b41ff255af047ab636741b206 | /Ogaboo/headers/Splash.h | 86f5122f49cc34b2435cbaa476d950fb1e21985e | [
"MIT"
] | permissive | acsabo/Ogaboo | bfb4dc8eccba733ab2d6aa051c7cd37327a8377e | de21020b43e44906da7efad2a04c7c36c7b1a4d4 | refs/heads/master | 2020-04-08T06:55:24.919269 | 2015-09-28T20:12:45 | 2015-09-28T20:12:45 | 30,309,608 | 0 | 0 | null | 2015-02-04T16:54:45 | 2015-02-04T16:50:16 | null | UTF-8 | C++ | false | false | 734 | h | /*
* Splash.h
*
* Created on: 14 de set de 2015
* Author: acsab
*/
#ifndef SPLASH_H_
#define SPLASH_H_
#include <GBaseClass.h>
#include <GAbstractHandler.h>
namespace Ogaboo {
class Splash : public GAbstractHandler
{
public:
Splash();
virtual ~Splash();
void setup(const Ogaboo::GBaseClass* base);
... | [
"acsab@DESKTOP-F32MPGQ"
] | acsab@DESKTOP-F32MPGQ |
d16f2b1c57b16ef0093bb851335c31b87b1c934c | 641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2 | /chrome/browser/ui/views/autofill/autofill_popup_base_view.cc | dd09b9ac9d72753e8e32a00039d4380b781d8446 | [
"BSD-3-Clause"
] | permissive | massnetwork/mass-browser | 7de0dfc541cbac00ffa7308541394bac1e945b76 | 67526da9358734698c067b7775be491423884339 | refs/heads/master | 2022-12-07T09:01:31.027715 | 2017-01-19T14:29:18 | 2017-01-19T14:29:18 | 73,799,690 | 4 | 4 | BSD-3-Clause | 2022-11-26T11:53:23 | 2016-11-15T09:49:29 | null | UTF-8 | C++ | false | false | 7,237 | cc | // Copyright 2014 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 "chrome/browser/ui/views/autofill/autofill_popup_base_view.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/single_thread_tas... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
91956e119bc14b590155cffbf09610bba924fe41 | fdaa86ee590e5a097b5d9bcb6c2ea9f065d21c83 | /dtn_agent/dtn-2.7.0/servlib/cmd/SecurityCommand.cc | 2a1882fbff566ceee1aabd36f74daa2fd279e053 | [
"Apache-2.0"
] | permissive | vshirikian/cmusv-dtn | 58ebaf61fe34e866440b0bb48fb5bc3f807bdc3e | a8c9ee90c804567edf62b98971124715baa4c7f6 | refs/heads/master | 2021-01-22T05:10:07.109160 | 2011-04-13T08:33:17 | 2011-04-13T08:33:17 | 1,290,466 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,766 | cc | /*
* Copyright 2007 BBN Technologies Corporation
*
* 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 ... | [
"vache@vg1.(none)"
] | vache@vg1.(none) |
0cbee464248867b0bcfd8964f1e031a11b47e915 | 8cf99df5ed7c5378dcc2e1669ac482ce57e6120d | /knir/source/source.cpp | 694dc9ceffdb75dd4b412bb8c0640da8b2ed8074 | [] | no_license | onbehalfofhim/midv_dataset | d329b3bdbc2c9cc57939e19dc1b01d18989f7391 | 7413c7bcc4e6cc3192a4bc6203706d1096dcab14 | refs/heads/main | 2023-05-04T05:53:32.544537 | 2021-05-17T22:49:39 | 2021-05-17T22:49:39 | 368,331,008 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,299 | cpp | #include <opencv2/opencv.hpp>
#include <vector>
using namespace cv;
using namespace std;
vector<Point> parser_main(FileNode root) {
vector<Point> img_xy;
FileNode region = root["quad"];
for (int j(0); j < region.size(); ++j) {
img_xy.push_back(Point(region[j][0],region[j][1]));
//cout << img_xy[j] << "\n";
... | [
"pretty.raccoon19@gmail.com"
] | pretty.raccoon19@gmail.com |
4c1b37b851c3e6d2fac4dd60f7ab3829c41e5236 | b7174533910a9a12aca1052b1c15a78568d8f0de | /bll/bll_base.cpp | bcd151b89aef5241176af26ad60d129daa5eec45 | [] | no_license | chongtianfeiyu/roomdispatcher | 1d0a17c5a11270337e85b84ff7d89917258c7598 | ac636f608da95beb74d73f7aa25e9ea20f787d90 | refs/heads/master | 2020-04-05T19:11:02.619894 | 2014-08-21T15:39:59 | 2014-08-21T15:39:59 | 37,189,445 | 0 | 2 | null | 2015-06-10T09:59:48 | 2015-06-10T09:59:48 | null | GB18030 | C++ | false | false | 10,676 | cpp | /*
* bll_base.cpp
*
* Created on: 2011-12-2
* Author: jimm
*/
#include "bll_base.h"
#include "public_typedef.h"
#include "ctl/server_datacenter.h"
FRAME_ROOMDISPATCHER_NAMESPACE_BEGIN
static ConnUin g_arrConnUin[MaxUserCountPerRoom];
/*
发送请求消息
*/
void CBllBase::SendMessageRequest(uint3... | [
"jimingmin@gmail.com"
] | jimingmin@gmail.com |
5ee63bffe824352e3e5afd4a1b04db2eee0825b6 | 2c6a0c371b9c900de3513d7d422705568d308c8d | /src/example_copystack.cpp | 0b7f8fa13c81e9875ff9f4fbfcd4a3db3483192d | [] | no_license | git-yueyi/libco-code-study | d2c0c4b457fa57e010e3c0ccbc779df710d2f761 | 4d462c7a45f33b6bb3711ae13747a17074519ff3 | refs/heads/master | 2020-03-21T17:46:07.065589 | 2018-06-27T08:38:05 | 2018-06-27T08:38:05 | 138,852,432 | 1 | 0 | null | 2018-06-27T08:28:50 | 2018-06-27T08:28:50 | null | UTF-8 | C++ | false | false | 1,601 | cpp | /*
* Tencent is pleased to support the open source community by making Libco available.
* Copyright (C) 2014 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain... | [
"yyrdl1215@163.com"
] | yyrdl1215@163.com |
c77a6f23b463418bf7e3b099039d678503c188bb | 9c3cd6ccf001d98db3512d33a353af3e802104bf | /toh.cpp | a4f4b3e8690db7a7dd702adcbbfec9e0ed197aef | [] | no_license | architkeshri/recursion | 610dbf2bacf8063fa8809467255d93816b365113 | 1e044126dbec7c9792c350ab3f283e861ae1dcff | refs/heads/main | 2023-03-17T23:36:00.569230 | 2021-03-16T16:20:30 | 2021-03-16T16:20:30 | 335,045,224 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475 | cpp | #include<bits/stdc++.h>
using namespace std;
void toh(int n, char s, char d, char h){
if(n == 1){
cout << "moving plate " << n << " " << s << " to " << d << endl;
return;
}
toh(n-1,s,h,d);
cout << "moving plate " << n << " " << s << " to " << d << endl;
toh(n-1,h,d,s);
}
int main... | [
"architkeshri4@gmail.com"
] | architkeshri4@gmail.com |
8fad40df6d63445e3646dc92a7b13b722882c20a | 0ad87ab3f780a8f452779186ab5982426fc428cb | /LeetCode/0528. Random Pick with Weight.cpp | bc2809b97dedb30c0943b18c1ab0c7cc78222173 | [] | no_license | Ubastic/ACM | 13f50cae61bf9b1f639eff19e7f92e676be0fd6d | e2e9ac430db35f1a0ca8918aa0a38827dfc9f1a1 | refs/heads/master | 2022-11-20T02:06:59.316384 | 2020-07-24T16:47:46 | 2020-07-24T16:47:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 736 | cpp | class Solution {
public:
Solution(vector<int>& w) {
prefix_sum.push_back(0);
for (int weight : w) {
prefix_sum.push_back(prefix_sum.back() + weight);
}
}
int pickIndex() {
int r = rand() % prefix_sum.back();
int lo = 0, hi = prefix_sum.size() - 1;
... | [
"cowtony@163.com"
] | cowtony@163.com |
273a8090d87625d99902c83306f53b8bb9c49920 | 2f06b166328894d60be75ad343ce88fe4b1751cf | /course6/toyapp-adam/math/triangle.h | d22d3409d20284ea1e21246a8713f1a78cdbf97a | [] | no_license | bodorkos-adam/c-excercises | 31a155d991da3de657211b83896b1ad81022071a | 63d9ae34e1ddff5dac6321d694661b0bedc2984d | refs/heads/master | 2021-01-19T19:41:02.461525 | 2017-10-13T07:21:12 | 2017-10-13T07:21:12 | 101,203,532 | 0 | 0 | null | 2017-08-23T16:45:25 | 2017-08-23T16:45:25 | null | UTF-8 | C++ | false | false | 889 | h | #pragma once
#include "vector.h"
#include <array>
namespace Math {
class Triangle2D
{
public:
Triangle2D(Vector2D pointA, Vector2D pointB, Vector2D pointC)
{
mPoints[0] = pointA;
mPoints[1] = pointB;
mPoints[2] = pointC;
}
Vector2D& operator[](unsigned index) { return mPoints[index]; }
Vector2D operator[... | [
"adam.bodorkos@gmail.com"
] | adam.bodorkos@gmail.com |
5ab325a7c744fe7fa89b1dbca027dcef5014c4ca | fe2362eda423bb3574b651c21ebacbd6a1a9ac2a | /VTK-7.1.1/Common/ExecutionModel/vtkExecutive.cxx | cb179409ec4ea0078c763a6c114391b300599588 | [
"BSD-3-Clause"
] | permissive | likewatchk/python-pcl | 1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf | 2a66797719f1b5af7d6a0d0893f697b3786db461 | refs/heads/master | 2023-01-04T06:17:19.652585 | 2020-10-15T21:26:58 | 2020-10-15T21:26:58 | 262,235,188 | 0 | 0 | NOASSERTION | 2020-05-08T05:29:02 | 2020-05-08T05:29:01 | null | UTF-8 | C++ | false | false | 25,370 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkExecutive.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is ... | [
"likewatchk@gmail.com"
] | likewatchk@gmail.com |
e275785683131065d5ff94c97409420cd28711f8 | 6c6082bfbd8a2f9f2645149545d0f1aba8ea939a | /Projects/Honey/Honey/Renderer/2D/Renderer2D.cpp | 9ac33ac21721d4d978f4a005841e10c50f752ad0 | [
"MIT"
] | permissive | dSyncro/Honey | e33fa5b03b1a443cbfdea104056369d0ae0ed85c | 571862e56d2a977d319779be751e5c0ef79de5a1 | refs/heads/master | 2023-01-01T00:53:57.717544 | 2020-10-25T18:11:02 | 2020-10-25T18:11:02 | 254,705,369 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,730 | cpp | #include "Renderer2D.h"
#include <Honey/Core.h>
#include <Honey/Renderer/Shader.h>
#include <Honey/Renderer/RenderCommand.h>
#include <Honey/Renderer/VertexArray.h>
using namespace Honey;
using namespace Honey::Math;
struct Renderer2DData {
static const UInt maxQuads = 10000;
static const UInt maxVertices = maxQu... | [
"mancini.domenico456@gmail.com"
] | mancini.domenico456@gmail.com |
1d202903e6db648901d03d9701710e733c667264 | ba024baead0395566cc75fc94f5e1fb5166461d0 | /backends/gpu/include/tfrt/gpu/stream/dnn_wrapper.h | 3a18c2b67e17a4f2f0a980d3bbe33bbe0513a200 | [
"Apache-2.0"
] | permissive | freedomtan/tfrt | ed842d15e617540ca81299d521a990fee7248848 | 61e8e4b4fc17e32a25723708eb39b66cc0de7adb | refs/heads/master | 2022-12-01T18:19:07.473892 | 2020-07-18T05:03:12 | 2020-07-18T05:04:26 | 280,967,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,431 | h | /*
* Copyright 2020 The TensorFlow Runtime Authors
*
* 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... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
770dcc7ae57747a9cf4eaf1a5d13de43b232977e | 83d9d024ee6015978e65612593de6cc682cf585a | /src/test/arith_uint256_tests.cpp | eb326ff061ee143f0366abb92eaaa90a0940d5ba | [
"MIT"
] | permissive | waggoxpay/waggox | ba0ceba1d8830782b1ad9b758d0ba12325caa104 | d301ef289238510bc46ea2429bc25af0d1c616d7 | refs/heads/master | 2020-04-22T06:16:50.316701 | 2019-02-12T18:24:41 | 2019-02-12T18:24:41 | 163,040,649 | 0 | 0 | MIT | 2019-02-11T13:21:11 | 2018-12-25T03:03:16 | C++ | UTF-8 | C++ | false | false | 23,158 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <boost/test/unit_test.hpp>
#include <stdint.h>
#include <sstream>
#include <iomanip>
#include <limits>
#include <cma... | [
"txchange8@gmail.com"
] | txchange8@gmail.com |
cc888321f759a998adc658822114308055353c83 | 299349cde5e4852d841d6e33eef5bbcd311a2148 | /Library/src/showpage/StringVector.h | e4528bafb00fb84e9eab3c7eaddcb67b6792a23f | [
"MIT"
] | permissive | jplflyer/BeatPatterns | 8d9fb5be6a7afe55030dc758ff4590645dff3aba | 6d6b7e5b9bdab9c6636444f963aef324ebf03f70 | refs/heads/master | 2022-11-28T11:21:30.997065 | 2020-07-30T15:08:03 | 2020-07-30T15:08:03 | 236,388,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | #ifndef SRC_MANAGEMENT_STRINGVECTOR_H_
#define SRC_MANAGEMENT_STRINGVECTOR_H_
#include <string>
#include "PointerVector.h"
/**
* This is a vector of string pointers that owns the contents (but we'll give them away if you ask nicely).
*
* On destruction or calls to erase(), any strings we still hold are deleted. Th... | [
"joseph.larson@vitac.com"
] | joseph.larson@vitac.com |
f8a83634376944d0391185bc717a7c7a480e955c | e773931bdeb9317a5ff7c7e2e6b1012b2645642a | /chrome/browser/ui/views/user_education/tip_marquee_view.cc | 0ab52c2625d08a5214042bae7aa4bcbb88fc916a | [
"BSD-3-Clause"
] | permissive | SelyanKab/chromium | 21780bcaf7a21d67e3a4fe902aa8fd5d653b374b | ee248e9797404ad1cfcafdc3c0a58729b0f8f88d | refs/heads/master | 2023-03-14T15:02:38.903591 | 2021-03-10T10:21:05 | 2021-03-10T10:21:05 | 234,272,861 | 0 | 0 | BSD-3-Clause | 2020-01-16T08:36:12 | 2020-01-16T08:36:12 | null | UTF-8 | C++ | false | false | 14,096 | cc | // Copyright 2020 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 "chrome/browser/ui/views/user_education/tip_marquee_view.h"
#include <memory>
#include "base/bind.h"
#include "base/command_line.h"
#include "b... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
8c38793ce2e0cb1f4efe8530852c7efffb7d44bf | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE590_Free_Memory_Not_on_Heap/s03/CWE590_Free_Memory_Not_on_Heap__delete_struct_declare_13.cpp | ff6bede173c825fbcfb40cac9009be2a19bf6591 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 3,595 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE590_Free_Memory_Not_on_Heap__delete_struct_declare_13.cpp
Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete.nonpointer.label.xml
Template File: sources-sink-13.tmpl.cpp
*/
/*
* @description
* CWE: 590 Free Memory Not on Heap
* BadSource: declare Da... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
1cf868c3b4bf25d42ed4c45d5c4cd46f0d7a6921 | 18a3f93e4b94f4f24ff17280c2820497e019b3db | /geant4/G4TrackVector.hh | c24dfded8b098aa8b70b99c71e245d520b326a4f | [] | no_license | jjzhang166/BOSS_ExternalLibs | 0e381d8420cea17e549d5cae5b04a216fc8a01d7 | 9b3b30f7874ed00a582aa9526c23ca89678bf796 | refs/heads/master | 2023-03-15T22:24:21.249109 | 2020-11-22T15:11:45 | 2020-11-22T15:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,565 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | [
"r.e.deboer@students.uu.nl"
] | r.e.deboer@students.uu.nl |
50918c572059f183ee8f6e4c4f5858e337c81c07 | e5fe58c09464434c441bd8be35d8326975648c9a | /src/subsystems/drive/TurnPidIO.h | 64fa1166b02e0e8b5d12201f5cfd73d9650182f4 | [] | no_license | wildstang/2018_robot_software | 33471ce8b41e7448a9012628b36ce0a6fb030d39 | f8d8ac9a315132eb55e95d9243d1e45244eb0808 | refs/heads/master | 2023-07-23T16:23:21.189651 | 2021-09-05T14:59:11 | 2021-09-05T14:59:11 | 118,064,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | h | #ifndef __TURNPIDIO_H__
#define __TURNPIDIO_H__
#include "pid/PidOutput.h"
#include "pid/PidInput.h"
#include "subsystems/Drive.h"
#include "robot/WsRobot.h"
class TurnPidIO : public PidOutput, public PidInput
{
public:
TurnPidIO( void );
virtual ~TurnPidIO( void );
virtual void pidWrite... | [
"liamfruzyna@gmail.com"
] | liamfruzyna@gmail.com |
5e65f73001efa24e21af823407d43badafac29b7 | 9a103d8d03062a5f69b80671cfb519c094b816b2 | /2sum_map.cpp | 2aed5078f67c57635086015676ac9bc7c2ad35ae | [] | no_license | pestretsov/algorithms | 3c94457832940013bd8e718f0658cab81070e566 | 071ee5a1fd4217eec3905cd43d10e0be19bcef08 | refs/heads/master | 2021-01-19T15:34:05.569432 | 2014-10-26T23:44:39 | 2014-10-26T23:44:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 730 | cpp | #include <map>
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
typedef std::pair<long, long> xy;
long TwoSum(map<long, int>& m, long t) {
for (auto& x : m) {
long y = t-(x.first);
if (m[y])
return x.first+y;
}
return 0;
}
int main() {
fstream... | [
"pestretsov@me.com"
] | pestretsov@me.com |
fece0b2e62225404317a1305ffd5ecb5b90c5c76 | 5a5328c0ad39230779aa52c9ae57ec193b88941e | /tesseract4android/src/main/cpp/tesseract/src/src/ccmain/control.cpp | d6da06dfa1a4fbf843a9a96a870cba405e99d3d8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | adaptech-cz/Tesseract4Android | 66978579ccc80587b8a0ae3eebe79f152fa382cd | 8ae584f54502d5457c8b9d62401eaa99551352c3 | refs/heads/master | 2023-07-21T16:49:39.617935 | 2023-07-18T12:13:29 | 2023-07-18T12:13:29 | 168,021,668 | 517 | 101 | Apache-2.0 | 2021-03-29T11:52:21 | 2019-01-28T19:21:34 | C | UTF-8 | C++ | false | false | 78,642 | cpp | /******************************************************************
* File: control.cpp (Formerly control.c)
* Description: Module-independent matcher controller.
* Author: Ray Smith
*
* (C) Copyright 1992, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
** yo... | [
"posel@adaptech.cz"
] | posel@adaptech.cz |
66eacfea3e69a3dc6fd85f1dcd965d3c50126d56 | b86d4fe35f7e06a1981748894823b1d051c6b2e5 | /UVa/10943 How do you add.CPP | 05550756cf0aabb3444d7fc3348f30f9be752bdc | [] | no_license | sifat-mbstu/Competitive-Programming | f138fa4f7a9470d979106f1c8106183beb695fd2 | c6c28979edb533db53e9601073b734b6b28fc31e | refs/heads/master | 2021-06-26T20:18:56.607322 | 2021-04-03T04:52:20 | 2021-04-03T04:52:20 | 225,800,602 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long
ll ara[200][200];
void add()
{
ll sum = 0,i,j;
for(i=0; i<=100; i++)
{
ara[0][i] = i;
}
for(i=1; i<=100; i++)
{
for(j=1; j<=100; j++)
{
sum += ara[i-1][j];
sum = sum % 1000000;
... | [
"sifat.acc@gmail.com"
] | sifat.acc@gmail.com |
73ee02fe68e6f5fc80c11fcd6a5e407e86ad25de | 66330f7a1ff0b8447b4245474ab4de48727fd1c5 | /libs/multiprecision/test/test_sin_near_half_pi.cpp | 0e996008d9dc20ce085c94dad920412e1abaeedc | [
"MIT"
] | permissive | everscalecodes/knapsack-snark | fd3cc6155125ae6ff0fc56aa979f84ba6a8c49c7 | 633515a13906407338a81b9874d964869ddec624 | refs/heads/main | 2023-07-18T06:05:22.319230 | 2021-08-31T16:10:16 | 2021-08-31T16:10:16 | 447,180,824 | 0 | 1 | MIT | 2022-01-12T10:53:21 | 2022-01-12T10:53:20 | null | UTF-8 | C++ | false | false | 5,189 | cpp | ///////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2002 - 2011.
// Copyright 2011 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
//
// This work is ... | [
"curryrasul@gmail.com"
] | curryrasul@gmail.com |
25e95b8fefbeba5c08aa4a317c1eab927ad3bdd3 | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qtbase/src/widgets/widgets/qprogressbar.cpp | 53a4b6ed28b17fa9aee9024d0d8240aa2090e5da | [
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-commercial-license",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GFDL-1.3-only",
"LicenseRef-scancode-qt-commercial-1.1",
"LGPL-3.0-only",
"LicenseRef-scancode-qt-company-exception-lgpl-2.1",
... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | C++ | false | false | 17,966 | cpp | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid com... | [
"p_pavlov@wargaming.net"
] | p_pavlov@wargaming.net |
681841689ddc7399e5f30e1f5ed6215987db333d | 0a09ae843324049a02df2430a42443518887779c | /common/src/cerealf.hpp | 014a5726af2e9a84569ce43545a7fafd433b0b2f | [] | no_license | FlingPenguin/mir2x | 7653b3e6179042bac94069127e4cb3276428314b | 35e9deeee4b304198fd087f4ca368d32373d8d23 | refs/heads/master | 2023-06-02T04:30:15.810406 | 2021-06-10T17:56:43 | 2021-06-10T17:56:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,385 | hpp | /*
* =====================================================================================
*
* Filename: cerealf.hpp
* Created: 11/13/2018 22:31:02
* Description:
*
* Version: 1.0
* Revision: none
* Compiler: gcc
*
* Author: ANHONG
* Email: anhonghe@gmail.... | [
"anhonghe@gmail.com"
] | anhonghe@gmail.com |
f1a5d0818fe7f36da4d2918e5c87a34fd05a072a | 38c10c01007624cd2056884f25e0d6ab85442194 | /ash/system/web_notification/web_notification_tray_unittest.cc | 79269a42c7666237e5261df87c12e998577fd6cf | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 20,637 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/system/web_notification/web_notification_tray.h"
#include <vector>
#include "ash/display/display_manager.h"
#include "ash/root_window_... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
0e570aa513b34f1e6de1bb06afbcb9c02b7d151c | fd00d1845e52461354a1edbb28a3b7484f7da1f5 | /branches/richard-dev-1/utk-scibbler/test/test_blob.cpp | fa1e588a1463454ce41c0906482397ae683a5dae | [] | no_license | yingted/Myro | 81b17623e839f5f17f40bf5d6a9291b26c4dccaa | c7cc199631b5983213d6cbc2ae8d1e3653bb175d | refs/heads/master | 2021-01-15T19:28:30.400922 | 2013-11-24T21:13:24 | 2013-11-24T21:13:24 | 14,132,013 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,054 | cpp | #include "Scribbler.h"
#include "VideoStream.h"
#include "Filter.h"
#include <list>
#include <sstream>
#include <math.h>
#include <stdio.h>
#include <iostream>
#include <Magick++.h>
using namespace Magick;
using namespace std;
class PictureInPicture: public Filter {
public:
PictureInPicture(Scribbler * robot, int ... | [
"redwar15@ed25d823-a23d-414a-8cb8-cff62a94a292"
] | redwar15@ed25d823-a23d-414a-8cb8-cff62a94a292 |
101d93250fb2c98681c80bc255a258f721408ec9 | 9ada6ca9bd5e669eb3e903f900bae306bf7fd75e | /case3/ddtFoam_Tutorial/0.004600000/O | 2b53b49f0d3b08ca20261891294bcf7c1e75b371 | [] | no_license | ptroyen/DDT | a6c8747f3a924a7039b71c96ee7d4a1618ad4197 | 6e6ddc7937324b04b22fbfcf974f9c9ea24e48bf | refs/heads/master | 2020-05-24T15:04:39.786689 | 2018-01-28T21:36:40 | 2018-01-28T21:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 148,140 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
... | [
"ubuntu@ip-172-31-45-175.eu-west-1.compute.internal"
] | ubuntu@ip-172-31-45-175.eu-west-1.compute.internal | |
5149d6e1453a428bb360eec4b24070d1b64d3c10 | 9ef3261146a77a81db270bcdc33e4b3261beeddf | /src/3rdParty/ogdf-2020/include/coin/ClpPrimalColumnSteepest.hpp | 293b8505aa477c6bccc77dbc30cfc752ddd7e86e | [
"MIT",
"EPL-1.0",
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-generic-exception",
"GPL-1.0-or-later",
"BSL-1.0",
"LGPL-2.0-only",
"BSD-2-Clause"
] | permissive | MichaelTiernan/qvge | f5464d69fc9adaec79ec46125b95bec05afd591d | aff978d8592e07e24af4b8bab7c3204a7e7fb3fb | refs/heads/master | 2020-12-30T07:58:22.867560 | 2020-09-24T22:07:10 | 2020-09-24T22:07:10 | 238,916,864 | 0 | 0 | MIT | 2020-02-07T12:31:57 | 2020-02-07T12:31:56 | null | UTF-8 | C++ | false | false | 9,287 | hpp | /* $Id: ClpPrimalColumnSteepest.hpp 1665 2011-01-04 17:55:54Z lou $ */
// Copyright (C) 2002, International Business Machines
// Corporation and others. All Rights Reserved.
// This code is licensed under the terms of the Eclipse Public License (EPL).
#ifndef ClpPrimalColumnSteepest_H
#define ClpPrimalColumnSteepest_... | [
"ars.masiuk@gmail.com"
] | ars.masiuk@gmail.com |
1d03cf22423223ec2f9d49d355b53747f731d167 | 55bbc1dace33e4a2b25f259f4f731109131bb868 | /Thread/thread_exception.cpp | c6ba4a90d2511981e9bb1b064ba8fb3f2a9f1bd8 | [] | no_license | geme9876/PracticeC14 | d0baeb983b18e0d2acfb994d5b525ea4d838e04f | 8f4634b53b742420587f9c269e25398e992966e0 | refs/heads/master | 2021-05-29T03:22:30.386542 | 2020-06-27T10:46:17 | 2020-06-27T10:46:17 | 254,306,467 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,416 | cpp | #include <thread>
#include <iostream>
#include <exception>
#include <stdexcept>
#include <atomic>
#include <chrono>
using namespace std;
void doSomeWork()
{
for (int i = 0; i < 5; ++i)
{
cout << i << endl;
}
cout << "Thread throwing a runtime error" << endl;
throw runtime_error("Exception from thread");
... | [
"49833377+geme9876@users.noreply.github.com"
] | 49833377+geme9876@users.noreply.github.com |
d6ce3788871de0140a9914805d1af4f74b080407 | dce1a53b86a2bae58b9192a4e023c5d1e36d2301 | /CFCore/include/CF/Core/SpinLock.h | d0e9c59774d40bb2e38ef7f37d618e585264e6ee | [] | no_license | ifplusor/CxxFramework | 8c0ae0d2478444a2d10df0f73e14ffce329722a4 | c1943ae3cbd6a85a29e4d640a727aaf6684b1d4f | refs/heads/master | 2021-06-11T14:56:28.289962 | 2021-02-21T05:57:54 | 2021-02-21T05:57:54 | 101,114,683 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 852 | h | //
// Created by james on 6/18/18.
//
#ifndef _EDSS2_SPINLOCK_H_
#define _EDSS2_SPINLOCK_H_
#include <atomic>
namespace CF {
namespace Core {
class SpinLock {
public:
SpinLock() = default;
~SpinLock() = default;
void Lock() {
bool unlatched = false;
while(!_lock.compare_exchange_weak(unlatched, true... | [
"ywhjames@hotmail.com"
] | ywhjames@hotmail.com |
39d3a98311c12d448d18878fa74daeecddfc4a18 | efdc78ff74c8792974ae8f5b34e634cc3c26e2f7 | /Cpp/Windows/TestWin.cpp | 1198e234cd0ea15e3ddc1eb661612731bbe72832 | [
"Unlicense"
] | permissive | migueldeicaza/ToyPathTracer | 0ff89aafa1b70045b84960c7c58270db276957eb | 232a7e9538e6d312d3ff5e07dc7b9a1ead925e3c | refs/heads/master | 2020-03-07T20:05:16.059390 | 2018-03-31T17:03:43 | 2018-03-31T17:03:43 | 127,688,087 | 2 | 0 | Unlicense | 2018-04-02T01:44:40 | 2018-04-02T01:44:40 | null | UTF-8 | C++ | false | false | 6,069 | cpp | #include <stdint.h>
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <algorithm>
#include "../Source/Test.h"
static HINSTANCE g_HInstance;
static HWND g_Wnd;
ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL ... | [
"aras@unity3d.com"
] | aras@unity3d.com |
e9292036dad873ff0626dfdbd2188286386ff925 | 951f4bcf0c99630a7d60f9facd1fb11a9e887568 | /session6b/main.cpp | 5c0b84bc950276b8b91c1ebf541307f5f2d8fd4f | [] | no_license | utec-cs1102-2019-2/ec1 | f387ae34a5a42102216f886c4c210b3ecc1ba254 | 6494f54b4f220f41547740c2ddc12b85a2992992 | refs/heads/master | 2020-07-24T10:58:10.003131 | 2019-11-27T21:38:34 | 2019-11-27T21:38:34 | 207,901,124 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 838 | cpp | #include <iostream>
using namespace std;
void imprimir_tabla(int n, string codigos[], string nombres[], int edades[], char sexo[]);
int main() {
cout << "Ingrese la cantidad de alumnos" << endl;
int n = 0;
cin>>n;
string *codigos = new string[n];
string *nombres = new string[n];
int *edades = n... | [
"36900746+jbellidoutec@users.noreply.github.com"
] | 36900746+jbellidoutec@users.noreply.github.com |
1133f499bcb4a305474d1536af71048338a86b1c | 311e23f69d08a6f45e48f128e5a0e1edef912944 | /include/config.hpp | b23b3ec317f5f05c5171c94e97643b74f78bcae0 | [] | no_license | nikwest/plucky | 68691749359b74569b62fef85ac95eff82193409 | c169011b77905629cc4a3d8d795b7e94fe5a1b23 | refs/heads/master | 2022-04-11T22:45:55.779984 | 2020-03-04T21:05:52 | 2020-03-04T21:05:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,279 | hpp | #ifndef _PLUCKY_CONFIG_HPP_
#define _PLUCKY_CONFIG_HPP_
// Config values are set via defines here.
// There are some global variables defined(extern) in this file with the prefix "userSettingStr_".
// These string variables are being assigned DEFAULT values here (via the defines).
// These values can/will get ... | [
"reed_github@reedtaylor.com"
] | reed_github@reedtaylor.com |
195a80644c5b006d9afa9f59ec39b1d5e37415ab | 5a182f97a53788c7a8d06607e48636a5fb0ed4eb | /project3D/LightManager.cpp | 36e211ad742a7f9b80377b53c1f9b987eabaafc4 | [
"MIT"
] | permissive | ThePyromage/graphicsproject | 5b75b3c488060940b436113d8dee4c5b05f5d96a | 1b8577c8bf03bc07f2659a2fffdae7e8fca32a91 | refs/heads/master | 2020-05-04T13:42:30.194578 | 2019-05-03T05:44:54 | 2019-05-03T05:44:54 | 179,170,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,904 | cpp | #include "LightManager.h"
#include "gl_core_4_4.h"
#include <string>
using namespace glm;
LightManager::LightManager(aie::ShaderProgram* lightShader)
{
//get shaders
m_shader = lightShader;
//set light count to zero
m_lightCount = 0;
//set light count uniform handle to default
m_lightCountUnifo... | [
"the.pyromagi@gmail.com"
] | the.pyromagi@gmail.com |
56fe02c42b6e9aa9819581cf79516d8ebb977d5d | 13a7329f56ae09e8660c92974ee4a87b7852b658 | /Code Blocks/quiz/main.cpp | 0ea8c969495c5b48e055f303ad35e76125f45b5d | [] | no_license | KrzysztofTomaszewski/Kursy | 0e835a42ca8ea207a9095cbc7b7428f49f58ec61 | b84f56342e6779752e764f85e3654cdf97428106 | refs/heads/master | 2020-05-20T01:13:10.423387 | 2015-07-27T10:53:24 | 2015-07-27T10:53:24 | 39,737,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,955 | cpp | #include <iostream>
#include <fstream>
#include <cstdlib>
#include <algorithm>
#include <string>
using namespace std;
string temat, nick;
string tresc[5];
string odpA[5], odpB[5], odpC[5], odpD[5];
string poprawna[5];
string odpowiedz;
int punkty = 0;
int main()
{
int nr_lini = 1;
string linia;
int nr_py... | [
"ktomaszewski87@gmail.com"
] | ktomaszewski87@gmail.com |
4baeb55134747ce0b12f61fd24b4ad1885f87e54 | c9cf0586ace11aa32fa67606d237a130a06364ee | /circular-cylinder-3-40/16.25/phi | 945a8b5927f320dc90c4f35fce0044032b47b2e4 | [] | no_license | jezvonek/CFD-Final-Project | c74cfa21f22545c27d97d85cf30eb6dc8c824dc1 | 7c9a7fb032d74f20888effa0a0b75b212bf899f4 | refs/heads/master | 2022-07-05T14:43:52.967657 | 2020-05-14T03:40:56 | 2020-05-14T03:40:56 | 262,370,756 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 391,761 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"jezvonek@gmail.com"
] | jezvonek@gmail.com | |
c253edad1e8eada9bba565bc9853122f398b7efd | cfdd77125fa6b8018a32ae3739bae32fb11a11b8 | /src/gntc/SubstitutionMutator.cpp | 2a4e2305778b090590e56d0f3a97dc81c6c3a490 | [] | no_license | tlhallock/potential-nemesis | 0daed075e5db7796a14c8a46e9456c50b9c70542 | ad63c52f750cc1a106664da93695efbfc8232eb4 | refs/heads/master | 2016-09-06T18:04:34.029024 | 2014-09-25T00:23:58 | 2014-09-25T00:23:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 334 | cpp | /*
* SubstitutionMutator.cpp
*
* Created on: Sep 10, 2014
* Author: thallock
*/
#include "gntc/SubstitutionMutator.h"
SubstitutionMutator::SubstitutionMutator(Solver *slvr_) : Mutator{}, slvr {slvr_} {}
SubstitutionMutator::~SubstitutionMutator() {}
void SubstitutionMutator::mutate(const City& c, individu... | [
"this.address.does.not.exist@gmail.com"
] | this.address.does.not.exist@gmail.com |
3a94027ab3c04005f9997a8e4db54cafbb825263 | 58bc77636f3f7646dfd7e0c03e7ac2a89ba61b9c | /ie_solver/boundaries/rounded_square_with_bump.cpp | 89cb60743096773977e8d5b06d3eb0dc1f239cd7 | [] | no_license | jpryan1/ie-solver | d6675235aa816b9381fad42255a5b6943494cff0 | 787def9218480c3721b5e1b91e096cdde23a9144 | refs/heads/master | 2020-03-28T21:28:48.591422 | 2020-01-28T12:15:38 | 2020-01-28T12:15:38 | 109,026,097 | 0 | 2 | null | 2017-12-05T19:01:44 | 2017-10-31T16:53:35 | C++ | UTF-8 | C++ | false | false | 11,084 | cpp | // Copyright 2019 John Paul Ryan
#include <cmath>
#include <iostream>
#include <cassert>
#include "ie_solver/boundaries/rounded_square_with_bump.h"
#include "ie_solver/log.h"
namespace ie_solver {
void RoundedSquareWithBump::draw_line(int bc_index, int num_points,
double start_x,... | [
"jpr269@cornell.edu"
] | jpr269@cornell.edu |
878cdc22847c6a6bbc12b09d2ca1126f6e4f0239 | 928885a3b2264ea34fea4c03a035f715ff5dbe41 | /src/Camera.cpp | feebc5115e34e602b9b6f5a67bfce2f688adac61 | [] | no_license | VitorCBSB/Plat | 33e33ba929b7125f16da96a22ba02c1aaeb15015 | f95d95709994651962b0953ea251e44b13adff63 | refs/heads/master | 2020-12-02T12:43:15.189532 | 2014-01-15T13:07:00 | 2014-01-15T13:07:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 144 | cpp | /*
* Camera.cpp
*
* Created on: 22/12/2013
* Author: vitor
*/
#include "Camera.h"
Camera::Camera() :
position(Vector2(0, 0)) {
}
| [
"vitorcoliveira91@gmail.com"
] | vitorcoliveira91@gmail.com |
0d522e97871a7e7213eaabe75df9ccf572439b08 | 66763ca3c696cd3253df8279faaa54ae1007993a | /Spelling_test1/Classes/Native/Bulk_Unity.TextMeshPro_1.cpp | 3d502f5a09dcf79630fea028b14aaecc90ac4fde | [] | no_license | aditya4812/ZIROSpelling | 80a9c537fa5c69d67b4b16b18a862672d3e82c90 | eeffa608b499e90bbef70590f8b48ab722b63292 | refs/heads/master | 2020-12-20T23:14:28.452100 | 2020-05-06T02:12:32 | 2020-05-06T02:12:32 | 236,236,062 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:f3660ec29666dc4988023a607832e4b220276b0985e2b9b6dea4c130043f292f
size 2703618
| [
"a7mehta@ucsd.edu"
] | a7mehta@ucsd.edu |
853c879f00b0ae9743a77964327b104bb904f362 | c81f34eed0bfe2206d5b9fd4406b3d2a215e6fa4 | /UVa499-What's_The_Frequency_Kenneth.cpp | bbc760ecc66931a9af2b377f6fba0397c0dda73e | [] | no_license | a254102008/UVa_Online_Judge | c34c3c9ccde382c1e12db0b600fc054c1098cbf0 | 86e12df40e0d73267a10ded437802c709d239277 | refs/heads/master | 2021-01-24T04:55:45.293469 | 2017-04-21T17:09:50 | 2017-04-21T17:09:50 | 48,310,502 | 1 | 0 | null | 2017-04-21T17:30:18 | 2015-12-20T06:58:58 | C++ | UTF-8 | C++ | false | false | 868 | cpp | /*******************************************************/
/* UVa 499 - What's The Frequency, Kenneth? */
/* Author: Ching-Yang-Hsieh */
/* Version: 2016/01/09 */
/*******************************************************/
#include <iostream>
#include <... | [
"a254102008@yahoo.com.tw"
] | a254102008@yahoo.com.tw |
46e42376bbb62b1c4c34401e02ee8b6edfc19484 | 397403cb1e7fc66e2a849859a9c66ac915b3f9d6 | /Plugins/OSSShading/Source/OSSShading/Public/MaterialExpressionOSSCustom.h | 378d160b2340a97dc3dc0a33d6a2c6df9976e331 | [] | no_license | seanssoh/HenryAlone | cdc0fb62bbc49f965ab255a5add598dd44501ebb | 3555bbac6823749338682c280161db99fd1e6080 | refs/heads/master | 2021-01-11T03:12:30.710772 | 2016-10-17T16:51:59 | 2016-10-17T16:51:59 | 71,038,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,853 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "MaterialCompiler.h"
#include "Materials/MaterialExpression.h"
#include "MaterialExpressionOSSCustom.generated.h"
/**
*
*/
UCLASS()
class UMaterialExpressionOSSCustom : public UMaterialExpression
{
GENERATED_BODY... | [
"seanssoh@gmail.com"
] | seanssoh@gmail.com |
274ace674228b2d61b4eca8d3ef4908b0428f830 | 4958edf9650f4abb7d8fc07487e02204c49a5089 | /Inheritance/Accessing Inherited Functions.cpp | 5f323c888b517120b950919d684bbb1ebff56c60 | [] | no_license | jetapiero88/HackerRank-CPP | b044ad367e9d48c1507d562c97ed79c56347dadf | b9adf98235c8c6e6ee589caa5292c338f893bd16 | refs/heads/master | 2022-11-20T07:14:06.529134 | 2020-07-20T22:27:28 | 2020-07-20T22:27:28 | 281,238,146 | 0 | 0 | null | 2020-07-20T22:26:22 | 2020-07-20T22:26:21 | null | UTF-8 | C++ | false | false | 1,527 | cpp | //author @Nishant
#include <iostream>
using namespace std;
class A
{
public:
A()
{
callA = 0;
}
private:
int callA;
void inc()
{
callA++;
}
protected:
void func(int &a)
{
a = a * 2;
inc();
}
public:
int getA()
{
return callA;
... | [
"xphoenix1010@gmail.com"
] | xphoenix1010@gmail.com |
bb9f571548ad0a252464a0ff83670618aae3e8e9 | d8e727b4a4681a4b805b4e73f16b66a2e8c1af29 | /Geant4-Example4-MaterialsAndLabels/main/src/MyPrimaryGeneratorMessenger.cpp | 93e688010b9e8adab83547442edd4052359ff776 | [] | no_license | MariuszJozef/GEANT4-Example4-MaterialsAndLabels | 84db29e17fccfb8a0c9e759ecb9e26c40aba1120 | 01148537f8d829466caa89916508aa6aeb835c85 | refs/heads/master | 2020-05-31T20:50:38.684747 | 2019-08-21T23:28:33 | 2019-08-21T23:28:33 | 190,484,225 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,772 | cpp | #include "MyPrimaryGeneratorMessenger.hh"
#include "MyPrimaryGeneratorAction.hh"
#include "G4UIcmdWith3VectorAndUnit.hh"
#include "G4UIcmdWith3Vector.hh"
#include "G4UIcmdWithABool.hh"
#include "G4PhysicalConstants.hh"
MyPrimaryGeneratorMessenger::MyPrimaryGeneratorMessenger(
MyPrimaryGeneratorAction *myPrimaryGene... | [
"mariuszjozefhoppe@yahoo.com.au"
] | mariuszjozefhoppe@yahoo.com.au |
57010193305af69fe6ed06fc09016759247edcb7 | 8c6550883121ef82a8855504451743b935d28774 | /libsip/test/sip-agent-test.cpp | 3eea9a6b149e4fc0be57f4f553c38eb961b08bbf | [
"MIT"
] | permissive | MagicLinuxcn/media-server | 406a0324732445bd25daab8076dfa7d412dcde6e | c4e451257e89b3926e7f85a6dd08bd13f3308344 | refs/heads/master | 2023-02-28T12:21:56.982641 | 2021-02-06T01:13:35 | 2021-02-06T01:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,261 | cpp | #include <memory>
#include "sockutil.h"
#include "aio-timeout.h"
#include "sip-agent.h"
#include "sip-uac.h"
#include "sip-uas.h"
#include "sip-message.h"
#include "sip-transport.h"
#include "port/ip-route.h"
#include "http-parser.h"
#include "http-header-auth.h"
#include "sys/thread.h"
#include "sys/system.h"
#include... | [
"tao3@outlook.com"
] | tao3@outlook.com |
530483d7a0a63ed9eafc3779360adea8c9e31400 | 8cf32b4cbca07bd39341e1d0a29428e420b492a6 | /contracts/libc++/upstream/test/std/containers/unord/unord.map/unord.map.cnstr/allocator.pass.cpp | a23183ff37986580362e8d9a0e830f1cb6e78537 | [
"NCSA",
"MIT"
] | permissive | cubetrain/CubeTrain | e1cd516d5dbca77082258948d3c7fc70ebd50fdc | b930a3e88e941225c2c54219267f743c790e388f | refs/heads/master | 2020-04-11T23:00:50.245442 | 2018-12-17T16:07:16 | 2018-12-17T16:07:16 | 156,970,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,412 | cpp | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===---------------------------------... | [
"1848@shanchain.com"
] | 1848@shanchain.com |
61b9d195cb637845d23b8c93b13fdbf369067083 | 5d7ada8a949734c9348c54b14ae500f281ee062d | /Binary Tree/CountGoodNodes.cpp | 4d8a06619cd80c611507515c22beb617412a2f8b | [] | no_license | 1-SOURAV/Data-Structure-and-Algorithms | ea9a7e7ebf8902253c8a4fb655a5179584024843 | f841e19abd3e2f1b56e133485d4a480c4d1190dc | refs/heads/main | 2023-09-01T07:44:45.023531 | 2021-09-25T15:34:55 | 2021-09-25T15:34:55 | 383,887,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,434 | cpp | /*
Given a binary tree root, a Node X in the tree is named good if in the path from root to X there are no Nodes with a value greater than X.
Return the number of good Nodes in the binary tree.
Example 1:
Input: root = [3,1,4,3,null,1,5]
Output: 4
Explanation: Nodes in blue are good.
Root Node (3) is always a good Node... | [
"ss9805042452.ss@gmail.com"
] | ss9805042452.ss@gmail.com |
68f897bcc0c01982573b1ea56582f63168087a70 | 303d0481fa05bcfd1a004ee4eae0f96f17ba0796 | /cpp_practices/ethercat_user/main.cpp | 3a669af360444b53820987d039119dc08be26565 | [
"BSD-3-Clause"
] | permissive | Maverobot/cpp_playground | 8be37116ae163562119b32d837e4bc416cbfe87e | 394082cffd9a0d4099fce709ef90d5c37054496a | refs/heads/master | 2023-08-17T07:27:48.700768 | 2023-08-16T07:11:04 | 2023-08-16T07:11:04 | 188,075,524 | 10 | 3 | null | 2019-09-08T14:29:58 | 2019-05-22T16:26:28 | C++ | UTF-8 | C++ | false | false | 11,382 | cpp | /*****************************************************************************
*
* $Id$
*
* Copyright (C) 2007-2009 Florian Pose, Ingenieurgemeinschaft IgH
*
* This file is part of the IgH EtherCAT Master.
*
* The IgH EtherCAT Master is free software; you can redistribute it and/or
* modify it under the ... | [
"quzhengrobot@gmail.com"
] | quzhengrobot@gmail.com |
ab5d66fe76437ee8f5262d4c4823c9a0574bcbeb | 08482a71e3b8101f8d04f568be8ab5d85080589d | /01 - INTRODUÇÃO/garcom.cpp | 02df2f8e1f0bf6f152c02a918359240366679cd1 | [] | no_license | matheus3301/neps-academy-exercises | 37fb00dd07072f51ac7b2ac2f15836b481cb40eb | 326a3464f077b0cb55ddd4acb7004db377146499 | refs/heads/master | 2020-09-05T10:34:45.181651 | 2020-06-29T14:58:35 | 2020-06-29T14:58:35 | 220,075,773 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 598 | cpp | //EXERCÍCIO NEPS ACADEMY
//Autor: Matheus Rocha
//Nome do Exercício: Garçom
//Id do Exercício: 324
#include <iostream>
using namespace std;
//se o numero de latas for maior que o de copos, os copos vao cair e quebrar
//O objetivo é contar quantos copos quebraram durante N entregas
int main(){
int n;
int... | [
"monteiromatheus.rocha@gmail.com"
] | monteiromatheus.rocha@gmail.com |
99fade42b124ea9ed389dea84e954e5f9421c83a | 43788b330ade2fb8f785cbf59e9d90ef6153d6fc | /Sampling/masterHW/Documents/ECE3574 Homework5/hw5-build-desktop-Qt_4_8_1_in_PATH__System__Release/.tmp/hw5/tictactoe.cpp | a3bab50e1a187075b2132e5b76247e7bde51f5cc | [] | no_license | bowei437/Applied-Software-Design--ECE-3574 | c1c07c43ea74d9ec6d8e162e0a08bb66ca60ef81 | cfdd5156bf71efe4f1112fb80d1f2122825ccd5c | refs/heads/master | 2021-09-11T12:34:54.461844 | 2018-04-06T22:37:15 | 2018-04-06T22:37:15 | 82,984,674 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,906 | cpp | #include "tictactoe.h"
#include "ui_tictactoe.h"
TicTacToe::TicTacToe(QWidget *parent) :
QWidget(parent),
ui(new Ui::TicTacToe)
{
ui->setupUi(this);
ui->Grid1->hide();
ui->Grid2->hide();
ui->Grid3->hide();
ui->Grid4->hide();
ui->Grid5->hide();
ui->Grid6->hide();
ui->Grid7->hide(... | [
"bowei@vt.edu"
] | bowei@vt.edu |
c8792d0f36c42e53318197167cfa4d043f38418f | 8cdf476ec855db84eccae1ef134db5741ac2504d | /code/1065 Alpha Centauri Tennis.cpp | c90e35bd9f81cc88768a66b99be1f50b57b7d984 | [] | no_license | WiMemory/FZUOJ | fb1ceca731ee2a558addc87fd1c4140ce4dd0514 | bf2aabd08a2b9c610397cbe84ef0c276373d4017 | refs/heads/master | 2020-08-01T20:28:52.715873 | 2019-09-28T10:39:08 | 2019-09-28T10:39:08 | 211,106,463 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 163 | cpp | #define gets(x) gets_s(x)
#include<iostream>
using namespace std;
char str[1000005];
int main() {
while (gets(str)) {
cout << str[strlen(str) - 1] << endl;
}
} | [
"896567891@qq.com"
] | 896567891@qq.com |
6042ed4808e16e476cda905ff3bc3d80894df1c7 | ed6491d518a18e5660b3d0f156e3617104d559db | /src-qt4/pc-installgui/installer.h | 8ffdb0d007a99c56c13802d441a046598fd375e9 | [
"BSD-3-Clause"
] | permissive | yerenkow/pcbsd | 45fcd2712b90fb535215c43f97d93738769a938d | 39071027fec573f5c77742af802c144b0857a996 | refs/heads/master | 2020-04-05T23:34:30.496379 | 2013-10-14T17:56:23 | 2013-10-14T17:56:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,134 | h | #ifndef INSTALLER_H
#define INSTALLER_H
#include <QtGui/QWidget>
#include <QMessageBox>
#include <QFile>
#include <QMenu>
#include <QProcess>
#include <QGraphicsScene>
#include <QTranslator>
#include "ui_installer.h"
#include "dialogHelp.h"
#include "dialogKeyboard.h"
#include "dialogDesktopSelection.h"
#include "dia... | [
"kris@pcbsd.org"
] | kris@pcbsd.org |
63fc90cd9f582548d46393ac06a5e5f98b27cba3 | daf5ef7c58b0b0ba52e7427b4299082eb6556152 | /861.score-after-flipping-matrix.cpp | 3a6ad5a62af8c4abb1f27b5d7f9d24ca4cbfd3a5 | [] | no_license | xijiao/leetcode_practice | ee370fbd070fb7818edbe1afc63f81094877952e | 26924bd99c45484d6eff0057a6902ba932f7c4a2 | refs/heads/master | 2022-11-08T18:02:21.847759 | 2022-10-29T03:00:25 | 2022-10-29T03:00:25 | 228,111,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp | /*
* @lc app=leetcode id=861 lang=cpp
*
* [861] Score After Flipping Matrix
*/
// @lc code=start
class Solution {
public:
int matrixScore(vector<vector<int>>& A) {
int m = A.size(), n = A[0].size();
for (int i = 0; i < m; i++) {
if (A[i][0] == 0) {
toggleRow(A, i);
... | [
"xijiaosdq@gmail.com"
] | xijiaosdq@gmail.com |
85a056ff849d6b72c8710da96e62decb4f7117b3 | ce38a6c110b59801ec6e3a7f0b390511a3d049cb | /src/Kernel/src/Version.h | 5c0e02286c06b011dc49cd1de535c9336b0d74ec | [
"MIT"
] | permissive | priestd09/SkyDolly | 15c13e2cc3c1caa9cb64bc9a795fd69c5e2ff6bc | 75caa54fa9fcbaae04b6605c3c1a68e0cb9a0c16 | refs/heads/main | 2023-07-12T09:35:32.402642 | 2021-08-18T08:43:26 | 2021-08-18T09:21:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,869 | h | /**
* Sky Dolly - The Black Sheep for your Flight Recordings
*
* Copyright (c) Oliver Knoll
* All rights reserved.
*
* MIT License
*
* 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
* ... | [
"starsky.hutch@gmx.ch"
] | starsky.hutch@gmx.ch |
469037453d3944c3fd4232e6af11893ca61682a3 | 60a8a016be36f0243bc334a4d1a41439c5b5fa20 | /HelloWave/BuildSTM32F429-IAR/mbed/drivers/Ethernet.h | 87edfb526d6452793eecbb20a4539b3f8b24b002 | [
"Apache-2.0"
] | permissive | GuiLite/GuiLiteSamples | 0ca91f50cb4aa803cce021d0779469dcdd6c0bf8 | 58188d49a1fb3f7c9f9c7cd653f3849d3abbafc8 | refs/heads/master | 2020-04-24T21:39:22.628002 | 2019-02-22T02:39:49 | 2019-02-22T02:39:49 | 171,235,862 | 0 | 0 | Apache-2.0 | 2019-02-23T13:28:48 | 2019-02-18T07:30:45 | C++ | UTF-8 | C++ | false | false | 4,947 | h | /* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | [
"idea4good@outlook.com"
] | idea4good@outlook.com |
6510ca8d5233eeccb87d66b0d6a810ca8af0a5c2 | ffd1725469c5e8861d43855d33f659bf39bd9a25 | /source/test112.cpp | 9d8b167e0b3c9d1084517a66157f48834bb52260 | [] | no_license | babmukgohazo/gittest | 221442cc220e9b72ff38ccdd5b25f885fbbc4a89 | 71cb6fb8ba37016614170452434cdfecbf825116 | refs/heads/master | 2021-01-10T23:28:16.687767 | 2016-10-12T13:24:14 | 2016-10-12T13:24:14 | 70,584,265 | 0 | 0 | null | 2016-10-12T13:31:10 | 2016-10-11T10:55:40 | C++ | UTF-8 | C++ | false | false | 7 | cpp | #gsgdr
| [
"jinsk44@gmail.com"
] | jinsk44@gmail.com |
535426936cf4cf24fc82f946d136d58346a6bf6e | cdad15b37b1c325cf2da7c01902f5affec424cc2 | /progsrc/snippet/fitpca_split_singleconstset.cpp | 8046939345c3c75e73b03f4df665ae87d130eff2 | [
"Apache-2.0"
] | permissive | lstorchi/pca_fit | 78c2d3121b3141e19b9e38867fff2191339ba14e | 3e0279308138aca2796306acd4cc0981a8d53404 | refs/heads/master | 2021-01-23T20:23:55.897042 | 2017-02-16T11:19:55 | 2017-02-16T11:19:55 | 48,614,860 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 37,469 | cpp | #include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <string>
#include <map>
#include <set>
// Loriano: let's try Armadillo quick code
#include <armadillo>
#include <cassert>
#include <getopt.h>
#include <unistd.h>
#include <alloca.h>
#include <pcafitter.hpp>
#include <pcaffunctype.... | [
"loriano@storchi.org"
] | loriano@storchi.org |
db7a0991e2511bed2047af96d3d6457a1ff28405 | 94e5ba8caeaa5b31824cc4b84d91a5c7da075140 | /inc/ui.h | e8a7d992986f929901b4ee7d564365a829c2333f | [] | no_license | dipsywong98/NFC-tuckshop | 91c9e62832a12a0f89a5fa4d4a4484b5a6e74b20 | 196be0b3fa2996416960bb37452fd646e51b4e45 | refs/heads/master | 2021-09-15T04:12:40.171928 | 2018-05-25T15:26:58 | 2018-05-25T15:26:58 | 119,969,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,599 | h | /*
* ui.h
*
* Created on: Feb 10, 2018
* Author: dipsy
*/
#ifndef INC_UI_H_
#define INC_UI_H_
#include <string>
#include <vector>
#include <cstring>
#include <ctime>
#include <algorithm>
#include "libbase/k60/flash.h"
#include "libsc/k60/touchscreen_lcd.h"
#include "libsc/k60/dk100.h"
#include "libutil/to... | [
"facebookarmyoffcal@gmail.com"
] | facebookarmyoffcal@gmail.com |
14804848621eba2341156e658faf4c39bd7585e7 | fbf49ac1585c87725a0f5edcb80f1fe7a6c2041f | /SDK/UniqueDataNpc063A_classes.h | f212a93b88559ae4b13e9d58546513bb85aef448 | [] | no_license | zanzo420/DBZ-Kakarot-SDK | d5a69cd4b147d23538b496b7fa7ba4802fccf7ac | 73c2a97080c7ebedc7d538f72ee21b50627f2e74 | refs/heads/master | 2021-02-12T21:14:07.098275 | 2020-03-16T10:07:00 | 2020-03-16T10:07:00 | 244,631,123 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 654 | h | #pragma once
// Name: DBZKakarot, Version: 1.0.3
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass UniqueDat... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
06d0cf32cc44ceaef1aee7231d700fa03263b9d0 | 5a48b6a95f18598181ef75dba2930a9d1720deae | /LuaEngine/Process/ProcessLua_Const.cpp | 7fa731c182706c81a414b7040ce47d04f748391b | [] | no_license | CBE7F1F65/f980f016e8cbe587c9148f07b799438c | 078950c80e3680880bc6b3751fcc345ebc8fe8e5 | 1aaed5baef10a5b9144f20603d672ea5ac76b3cc | refs/heads/master | 2021-01-15T10:42:46.944415 | 2010-08-28T19:25:48 | 2010-08-28T19:25:48 | 32,192,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,847 | cpp | #include "../Header/Process.h"
#include "../Header/LuaConstDefine.h"
bool Process::_LuaRegistConst(LuaObject * obj)
{
// System
obj->SetInteger("NULL", NULL);
obj->SetString("LOG_STR_FILENAME", LOG_STR_FILENAME);
// D3D
obj->SetInteger("D3DTS_WORLD", D3DTS_WORLD);
obj->SetInteger("D3DTS_VIEW", D3DTS_... | [
"CBE7F1F65@120521f8-859b-11de-8382-973a19579e60"
] | CBE7F1F65@120521f8-859b-11de-8382-973a19579e60 |
e8152123a2c51880f992854625ca5f85653d31cd | 7c31a10b5afa0fe5df0d92cd0d2e6dd469e12a27 | /Zadatak/MojVektor.h | 458b18fb30e24f6548bce69c97998298c0b32026 | [] | no_license | Iandelk/Predavanja04 | d9984a7061ecc61ee0c3a9513d88798c993e0ea5 | 92ae6b41ffb5c95bd8962d29ebc989458e5ff84e | refs/heads/master | 2020-03-10T01:03:56.811705 | 2018-04-11T13:41:15 | 2018-04-11T13:41:15 | 129,099,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | h | #pragma once
class MojVektor
{
private:
double* vrijednosti = nullptr;
int vel = 0;
int kap = 0;
void rast();
public:
MojVektor();
MojVektor(int n);
MojVektor(int n, double val);
~MojVektor();
int velicina();
double naMjestu(int i);
void umetni(double broj, int pozicija);
};
| [
"37235329+Iandelk@users.noreply.github.com"
] | 37235329+Iandelk@users.noreply.github.com |
8af341a75c7247ff3b953323361dc36452759e78 | 151d6fd6c8462c1cb6674fc7214ffebb91e98210 | /lecture11_10_4_2017.cpp | 9d0d2e34e57daf032066766278cb9ea4f604f317 | [
"MIT"
] | permissive | PCC-CS-AN/71140_in_class_examples | 6aa1616cb2fe206ef0abe3c10f674343666c4851 | 49776e740416ecb4112c89f20f79474806874169 | refs/heads/master | 2021-01-20T22:11:10.836281 | 2017-11-30T04:08:00 | 2017-11-30T04:08:00 | 101,803,190 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,030 | cpp | /**
*
* This program will calculate the mpg of a trip given liters used and miles
* driven and query and calculate repeatedly until the user quits.
*
**/
#include <iostream>
#include <cassert>
using namespace std;
/**
* Global Constants
**/
const double GALLONS_PER_LITER = 0.264179;
/**
* Function Declara... | [
"display@Evelyn.local"
] | display@Evelyn.local |
5d8fee0a51b49ab1899e79c52a4b0169741d363c | 5ea33d3e72fb94d9b27404973aabbad0274f0d08 | /open-powerplant/PowerPlant/_In Progress/_Contextual Menus/LCMAttachment.cp | 36670c16e76a98525d9ffd1e6d97c02e804cd2ac | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | bslabs/anypiamac | d99538ea35732dc6804a4f1d231d6034bb8f68c1 | 199a118e4feffbafde2007c326d9b1c774e9c4ff | refs/heads/master | 2021-06-24T08:21:34.583844 | 2020-11-21T07:37:01 | 2020-11-21T07:37:01 | 36,282,920 | 5 | 1 | null | null | null | null | MacCentralEurope | C++ | false | false | 38,360 | cp | // Copyright ©2005, 2006 Freescale Semiconductor, Inc.
// Please see the License for the specific language governing rights and
// limitations under the License.
// ===========================================================================
// LCMAttachment.cp PowerPlant 2.2.2 ©1998-2005 Metrowerks Inc.
// ==========... | [
"brendan@bslabs.net"
] | brendan@bslabs.net |
06fc83bda62a0522060a525b15b07c074500c516 | 142ddd4c42dc7ff65fd9b531cfd0adbfe2a1dd34 | /export/scene/resources/curve.cpp | c484a8b1abff257c881b72149ddcacfa4ffe0c41 | [
"LicenseRef-scancode-free-unknown",
"MIT",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"CC0-1.0",
"OFL-1.1",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"FTL",
"BSD-3-Clause",
"Bitstream-Vera",
"MPL-2.0",
"Zlib",
"CC-BY-4.0"
] | permissive | GhostWalker562/godot-admob-iOS-precompiled | 3fa99080f224d1b4c2dacac31e3786cebc034e2d | 18668d2fd7ea4bc5a7e84ddba36481fb20ee4095 | refs/heads/master | 2023-04-03T23:31:36.023618 | 2021-07-29T04:46:45 | 2021-07-29T04:46:45 | 195,341,087 | 24 | 2 | MIT | 2023-03-06T07:20:25 | 2019-07-05T04:55:50 | C++ | UTF-8 | C++ | false | false | 48,185 | cpp | /*************************************************************************/
/* curve.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | [
"pvu2002@outlook.com"
] | pvu2002@outlook.com |
fad7daa96aba9ae63b40e7ff809ceeabd99b3a79 | 72e59a47eb012891b84b10f9b1bd738f02aa5a9a | /ESEMPI_rseba/IO_SU_FILES/appendifile.cc | 8f26f0345b2c6df1dababf67348ac40106b623ff | [] | no_license | Leonelli/C-plus-plus-works | 8a366f9716284ef804de5c707c5a0904afb217a7 | f4a9971b5391d5864ffcf208a2845c4a224969fe | refs/heads/master | 2020-03-29T17:22:53.737281 | 2019-02-13T16:50:48 | 2019-02-13T16:50:48 | 150,159,156 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cc | using namespace std;
#include <iostream>
#include <fstream>
#include <cstdlib>
int main (int argc, char * argv[])
{
fstream myin,myout;
char c;
if (argc!=3) {
cout << "Usage: ./a.out <sourcefile> <targetfile>\n";
exit(0);
}
myin.open(argv[1],ios::in);
if (myin.fail()) {
cerr << "Il file... | [
"matteoleonelli99@gmail.com"
] | matteoleonelli99@gmail.com |
bd011e1620bcd0e8bbca0b7cb89c3beb2239efca | 3bde62fb4f81998c27556c04664e8481481ac0ea | /PoemFeathers/PoemFeathers/pfVector2.cpp | fd49abb3239e84a54b06d50c9561d52045116e72 | [] | no_license | kristyfuwa/PoemFeathers | c4d6b8aed88dc7256c34350510f305443bab03b1 | cf0140ff4eed21f24e9e28ad5696c66849eb9bfd | refs/heads/master | 2021-09-14T16:36:19.112346 | 2018-05-16T06:56:53 | 2018-05-16T06:56:53 | 105,134,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,068 | cpp | #include "pfPrivatePCH.h"
namespace PoemFeathers
{
pfVector2::pfVector2() :m_fx(0.0f), m_fy(0.0f)
{
}
pfVector2::pfVector2(float x, float y):m_fx(x),m_fy(y)
{
}
pfVector2::~pfVector2()
{
}
float pfVector2::GetX() const
{
return this->m_fx;
}
float pfVector2::GetY() const
{
return this->m_fy;
... | [
"kristyfuwa@163.com"
] | kristyfuwa@163.com |
cc64953149ead26d7b0de3834c7fd697d41bb4ba | a8b16548143b33b3760dbffa98314b0ae12b4367 | /Workshop3/in_lab/CreditCard.cpp | 14fac95538641823833815edb8957edef19d64ce | [] | no_license | rdella84/Workshops | bd388188e0a059abc7715b5af2f5204bbc05087a | 601a2a5cb3d027fecb95c27dffc913a427acea11 | refs/heads/master | 2021-01-22T06:44:17.954223 | 2017-04-12T03:40:09 | 2017-04-12T03:40:09 | 81,781,961 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,286 | cpp | #include "CreditCard.h"
#include <iostream>
#include <cstring>
using namespace std;
namespace sict {
void CreditCard::name(const char cardHolderName[]){
strcpy(m_cardHolderName, cardHolderName);
}
void CreditCard::initialize(unsigned long long creditCardNumber, int instCode, int expiryYear, int expiryMonth, int... | [
"regio.della84@gmail.com"
] | regio.della84@gmail.com |
ce1a73fa909898981451b7b5a92e1041d486fc44 | a2cb30d8b48d69228d744e27d98404966dbfd5bc | /cpuls/Learn/thread/09_thread/package_task.cpp | 45ec6ccb13db8f987e21cbb4fa057d4efa78223d | [] | no_license | Sean3Don/KevinNote | f0091005084fd732214d460c5f43ee6f7bea9a5b | fec704c732a2406686ef3641841eed430d6050bb | refs/heads/master | 2022-02-26T07:24:10.859985 | 2017-01-07T23:08:18 | 2017-01-07T23:08:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 926 | cpp | #include <iostream> // std::cout
#include <future> // std::packaged_task, std::future
#include <chrono> // std::chrono::seconds
#include <thread> // std::thread, std::this_thread::sleep_for
// count down taking a second for each value:
int countdown (int from, int to) {
for (int i=from; i!=to; -... | [
"15018787835@163.com"
] | 15018787835@163.com |
30488ad9f8c7e0d416d5a29bda35311fc17e9133 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-tizen/generated/src/ComDayCqAuthImplCugCugSupportImplProperties.cpp | e4d04d6e2b18b6c759bc6185bdda6a9df3b28610 | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 6,974 | cpp | #include <map>
#include <cstdlib>
#include <glib-object.h>
#include <json-glib/json-glib.h>
#include "Helpers.h"
#include "ComDayCqAuthImplCugCugSupportImplProperties.h"
using namespace std;
using namespace Tizen::ArtikCloud;
ComDayCqAuthImplCugCugSupportImplProperties::ComDayCqAuthImplCugCugSupportImplProperties()... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
48d93a43a34e44cacd6834f558880ec5dd3a928e | 70be223525d9a806afe3b601e13afe3c943cbc55 | /Athena/Video.h | 9ba7b300dc3e43e793b1e5e0cee79c3a6b28d4e9 | [] | no_license | desmondw/athena | 3577adc9bf21ee4692059535186b09c259b9b4eb | 7aa230221170e932acb3082438865ac4637816dd | refs/heads/master | 2020-12-24T17:07:59.500809 | 2013-11-25T23:41:25 | 2013-11-25T23:41:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | h | #ifndef _VIDEO_H
#define _VIDEO_H
#include <SFML/Graphics.hpp>
#include <sstream>
#include <string>
#include "DataStore.h"
class Video
{
private:
sf::Font font;
public:
Video(void);
~Video(void);
void drawGraphics(sf::RenderWindow& mainWindow, DataStore& data);
//world
void draw... | [
"desmond@acsurf.net"
] | desmond@acsurf.net |
433578861a3ab48184d32915b1b841f30740a54b | 73b7b36f8ad4734d58b856e132ad05b6d9e192f6 | /src/GyroOrient.cpp | 4cb576e9cc67ba0c02ad783014aab29d850a4180 | [] | no_license | Team847/2011-LogoMotion | 5bd9a3309c3979a8899f3ee3285df5eafce7d200 | ec6a2920fb07c3871f94d0a19bd7aa3fe88fa6e4 | refs/heads/master | 2021-01-23T12:17:51.161538 | 2014-02-20T17:13:53 | 2014-02-20T17:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 758 | cpp | #include "GyroOrient.h"
GyroOrient::GyroOrient(Gyro& gyro) :
pid(0, 0, 0, this, this),
gyro(gyro),
rotation(0)
{
pid.SetInputRange(0, 360);
pid.SetContinuous();
pid.SetOutputRange(-1, 1);
pid.SetSetpoint(0);
pid.SetTolerance(2);
pid.SetPID(0.01f, 0, 0);
}
GyroOrient::~GyroOrient()
{ }
void GyroOrient::PIDWr... | [
"phred2014@gmail.com"
] | phred2014@gmail.com |
31176baf38601f1a3d87aa4df72ab63d2ec9c615 | d106800b28e5c23fa988855cb712cd8868bd60b6 | /CodeForces/helpfull.cpp | 701fa5f2dbfcc1e997da0dab8c08c4ba32aed51b | [] | no_license | gabrielotsuka/CStudy | 44839431aa9dbdef779e49a7c37dc593e34cbe7e | 163cb203a3d4ed99a038e72632ed74e4caa0bba4 | refs/heads/master | 2022-03-13T17:59:36.605462 | 2019-11-08T03:22:23 | 2019-11-08T03:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 341 | cpp | #include <bits/stdc++.h>
using namespace std;
int main () {
string str1, str2;
cin >> str1;
for (int i=0; i<str1.size(); i+=2)
str2 += str1[i];
sort(str2.begin(), str2.end());
str1.clear();
for (int i=0; i<str2.size(); i++){
str1 += str2[i];
if (i != str2.size()-1){
str1 += "+";
}
}
cout << str1 <... | [
"gabrielotsuka@gmail.com"
] | gabrielotsuka@gmail.com |
3bda7e53b6e86e9bff6c45de97f276a2d8975381 | ac4c7ae6dc6cee2031ae33145387b8572bf8a31b | /src/math/vector3.cpp | 657f0229d313d678e4bb7a59811e6093ea830759 | [
"BSD-2-Clause"
] | permissive | creichert/marshmallow_h | fecd79f78ab52d7bfcde0819b889bb6f4814d206 | 73983491d83449fc0366c5f310d8d0ebc01e7476 | refs/heads/master | 2021-01-17T23:12:30.237175 | 2011-10-12T05:45:27 | 2011-10-19T21:29:05 | 2,412,354 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,597 | cpp | /*
* Copyright 2011 Marshmallow Engine. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list of
* con... | [
"g@maral.me"
] | g@maral.me |
e52a5d3961eea18f1b277307f7bf918fbe4923a1 | 0065cefdd3a4f163e92c6499c4f36feb584d99b7 | /rogue/cheat/sdk/SDK/WBP_BoosterInventoryScreen_functions.cpp | 2bf2904e6b1dc965c699f32c07b7f7084dd35dc8 | [] | no_license | YMY1666527646/Rogue_Company_hack | ecd8461fc6b25a0adca1a6ef09ee57e59181bc84 | 2a19c81c5bf25b6e245084c073ad7af895a696e4 | refs/heads/main | 2023-08-20T06:07:14.660871 | 2021-10-21T20:33:53 | 2021-10-21T20:33:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,451 | cpp | // Name: roguecompany, Version: 425
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//-----------------------------------------------... | [
"51001754+dmitrysolovev@users.noreply.github.com"
] | 51001754+dmitrysolovev@users.noreply.github.com |
4190c8110cb3475b9960083b8e3f91126caed453 | 294b886e147d4373bd05af3dc6d6b3c65ba0eea2 | /EternalOS/SysCore/Kernel/mmngr_virtual.cpp | af05a493280842b0b1b2eecd7e391d71be5cf4c4 | [] | no_license | pdpdds/OrangeOS | 1d74c4c2f448a2226019c61f6f4e50a6d81178b3 | 6c3d2111948fdd55b3cb735d0700425df488e12f | refs/heads/master | 2022-11-30T08:50:37.449209 | 2022-11-22T15:43:25 | 2022-11-22T15:43:25 | 42,435,571 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,305 | cpp |
//****************************************************************************
//**
//** mmngr_virtual.cpp
//** -Virtual Memory Manager
//**
//****************************************************************************
//============================================================================
// ... | [
"juhang3@daum.net"
] | juhang3@daum.net |
dee683f988ccf1c077f8c3aa8799d58e8a8c500b | d245436502485c1cbfe0357deb6c4b1bffe64241 | /tmdl_viewer/trunk/src/modelloader.cpp | 57df6c4bb5fea9c0f9aeccc3ff15e619d8bc7ebb | [] | no_license | mbpolan/tyranny | b5b948abb0a2a87262fe8a322c786451761df9fe | a5de219ca0d8571250ab2fe463dc22a6ae1a824c | refs/heads/master | 2020-03-26T17:52:37.876343 | 2011-08-31T04:13:31 | 2011-08-31T04:13:31 | 145,185,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,597 | cpp | /***************************************************************************
* Copyright (C) 2011 by the Tyranny Development Team *
* http://tyranny.sf.net *
* *
* This pr... | [
"mbpolan@gmail.com"
] | mbpolan@gmail.com |
6d52025102c70dd84515b79ef0bc926ad6d0931d | 0b79a22cc166cac39cf3008a9f8d6cf79d2cccfd | /Irrigation/include/Utils/SynchronizationObject.h | 78b296d41f57a8e94faa0bf3d76504568c223f82 | [] | no_license | gyengep/irrigation | 01f9fdb56cd67bb1fbfc7726cabeceae64b5f798 | e6643032010c69a80d70be4dc7b9ee1c2033c707 | refs/heads/master | 2023-08-10T19:46:04.360659 | 2023-07-26T20:12:44 | 2023-07-26T20:12:44 | 61,204,876 | 0 | 0 | null | 2020-08-31T21:15:29 | 2016-06-15T12:04:11 | C++ | UTF-8 | C++ | false | false | 1,802 | h | #pragma once
#include <chrono>
#include <condition_variable>
#include <memory>
#include <mutex>
#include "Exceptions/IllegalStateException.h"
#include "Exceptions/InterruptedException.h"
#include "WaitObserver.h"
class SynchronizationObject {
std::shared_ptr<WaitObserver> waitObserver;
std::mutex mtx;... | [
"gyengep@gmail.com"
] | gyengep@gmail.com |
160c12d801eaaed705ca5516e6e328557df45a1c | 98410335456794507c518e361c1c52b6a13b0b39 | /sprayMASCOTTELAM2/0.22/N2 | 6da5916a3195b26e568145cc0210df1a0a377fe8 | [] | no_license | Sebvi26/MASCOTTE | d3d817563f09310dfc8c891d11b351ec761904f3 | 80241928adec6bcaad85dca1f2159f6591483986 | refs/heads/master | 2022-10-21T03:19:24.725958 | 2020-06-14T21:19:38 | 2020-06-14T21:19:38 | 270,176,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.0 |
... | [
"sebastianvi26@gmail.com"
] | sebastianvi26@gmail.com | |
1534e86c79c46e59934347f88357518ac06be99e | 6bcab01bc3e79e9b52ee96effffcbf2eff1c7cd2 | /inc/mainwindow.h | 99c40c9435072ea586b3e0198fcffa1421b94e24 | [] | no_license | dkamakin/PaintETU | 632896dbebcaa409b09542d52d957636e52107e2 | f5a59d200fd637216c082c6545bb10e81f34dd59 | refs/heads/main | 2023-02-28T06:53:41.738978 | 2021-02-04T14:37:56 | 2021-02-04T14:37:56 | 335,981,864 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 990 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QFileDialog>
#include <QColorDialog>
#include <QSettings>
#include "myimage.h"
#include "myhelp.h"
#include "myinfo.h"
#include "graphicsview.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow {
Q_OBJECT
public:
... | [
"cursedowguy@gmail.com"
] | cursedowguy@gmail.com |
9ac3cea8ffa34769f903dbdaa9c79f894c32b171 | add70b6fd60742e5cb7bfda75ed6f00df542921d | /Eternity Engine (Outerspace)/Code/code/ETY-Engine/Dev-Libs/boost_old/mpl/aux_/joint_iter.hpp | c85c5f4301521d3c0aeeb34e0b34be6ae911871b | [] | no_license | jsaevecke/Harbinger-of-Eternity-2D-Space-Game | 0e6f3484c91154978eb374c8936dc1d3c0f94570 | 17185227648972c7ae206bbb8498cccff83b232e | refs/heads/master | 2021-09-29T08:18:35.420165 | 2018-02-26T16:34:22 | 2018-02-26T16:34:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,976 | hpp |
#ifndef BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED
#define BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// See http://www.boos... | [
"Julien.Saevecke@udo.edu"
] | Julien.Saevecke@udo.edu |
1dced1c56d896839bf86ca97a22e1987367a2c8c | 452be58b4c62e6522724740cac332ed0fe446bb8 | /src/cobalt/bindings/generated/v8c/testing/cobalt/bindings/testing/v8c_stringifier_operation_interface.h | 386095c74dbd6b429c9cd695ab21d122f5ba1ffd | [
"Apache-2.0"
] | permissive | blockspacer/cobalt-clone-cab7770533804d582eaa66c713a1582f361182d3 | b6e802f4182adbf6a7451a5d48dc4e158b395107 | 0b72f93b07285f3af3c8452ae2ceaf5860ca7c72 | refs/heads/master | 2020-08-18T11:32:21.458963 | 2019-10-17T13:09:35 | 2019-10-17T13:09:35 | 215,783,613 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,772 | h |
// Copyright 2019 The Cobalt 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 a... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
eb0639528ff19fd8a0181ebd42a57cc726e18506 | eb672c7e395205dedd3f8ae28261c143a4bb6791 | /bin/raylib-squirrel.cpp | 9571c153d54bf48dd1aacb22d7a0eb7b20146828 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference",
"Zlib"
] | permissive | RobLoach/raylib-squirrel | c76c830f5192d067c19a88cba0867e2a0db20038 | 6a932d9b6e85bd23c54554625081929f14f529c5 | refs/heads/master | 2020-04-17T12:59:07.041968 | 2019-08-18T15:03:37 | 2019-08-18T15:03:37 | 166,598,213 | 2 | 0 | NOASSERTION | 2019-08-18T15:03:39 | 2019-01-19T22:03:48 | C++ | UTF-8 | C++ | false | false | 1,287 | cpp | #include <iostream>
// Raylib
extern "C" {
#include <raylib.h>
}
#include "squall/squall_vmstd.hpp"
#include "../include/raylib-squirrel.hpp"
int main(int argc, char *argv[])
{
std::string executableName;
std::string fileToLoad;
switch (argc) {
case 0:
executableName = "raylib-squ... | [
"robloach@gmail.com"
] | robloach@gmail.com |
01d8da98b8a3efa2318ce6ba9a15203665f9b094 | a8f233846c46a675039cc646e188396238e8ff8c | /src/shogun_helpers.hxx | 9b71b926cea38684a68c56b9e70c4984e9c1f288 | [
"MIT"
] | permissive | lejeunel/glia | ffcb42831605fad76e8df41bf5e3bdb56142cecf | 24b763a230627951139010cd07b0d0ff2356a365 | refs/heads/master | 2021-06-08T08:04:15.936900 | 2019-11-21T07:45:59 | 2019-11-21T07:45:59 | 140,468,602 | 0 | 0 | MIT | 2018-07-10T17:49:45 | 2018-07-10T17:49:45 | null | UTF-8 | C++ | false | false | 7,919 | hxx | #ifndef _shogun_helpers_hxx_
#define _shogun_helpers_hxx_
#include <algorithm>
#include <boost/python.hpp>
#include <boost/python/numpy.hpp>
#include <iostream>
#include <shogun/features/DenseFeatures.h>
#include <shogun/features/DenseSubSamplesFeatures.h>
#include <shogun/labels/MulticlassLabels.h>
#include <shogun/l... | [
"olol85@gmail.com"
] | olol85@gmail.com |
8dca85679770b76178044eab34611c326bc91b51 | 86e3367acf81c30825670ad6b16056056e60cf48 | /P5/Graphix/Sprite/FontSprite.cpp | c3fd4d1c7e52b941d7fef3a8f351937ed6c014c3 | [
"BSD-3-Clause"
] | permissive | sorcery-p5/Asteraiser | 0bb3e4a2e620f68764ee4e346e99440d1e7818b8 | f27da9e3e262772686245f7e83b800e41c909f0f | refs/heads/master | 2020-03-19T06:25:38.820721 | 2020-02-12T14:15:05 | 2020-02-12T14:15:05 | 136,018,491 | 6 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 4,518 | cpp | #include "P5.h"
#include "FontSprite.h"
#include "Graphix/Texture/Texture.h"
namespace P5
{
///////////////////////////////////////////////////////////////////////////////
//
// フォントスプライト
//
///////////////////////////////////////////////////////////////////////////////
FontSprite::FontSprite( const Font* pFont ) : ... | [
"sorcery_port5@hotmail.com"
] | sorcery_port5@hotmail.com |
63af1cd81b08c48522b3d965388f9e05fb272957 | 781944173b89478543a8b8329b3938497e5028cb | /exposition/freq.hpp | 0bb33bedd04ce71fa660e577ed3107465e629aaf | [] | no_license | frostoov/CtudcServer | b6516d0096ddf124cf2e74dd06bb1971f19646ef | 536cdd7dec39a1b48b6de21e4c6cff5dcefeb51f | refs/heads/master | 2021-01-17T04:08:12.171486 | 2016-05-17T19:45:58 | 2016-05-17T19:45:58 | 41,156,270 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 285 | hpp | #pragma once
#include "tdc/tdc.hpp"
#include <unordered_map>
#include <functional>
#include <chrono>
#include <memory>
using ChannelFreq = std::unordered_map<unsigned, double>;
std::function<ChannelFreq()> launchFreq(std::shared_ptr<Tdc> device, std::chrono::microseconds delay);
| [
"frostoov@gmail.com"
] | frostoov@gmail.com |
516c2e5cf0d37a6d6dfe84b49689191540951704 | 8b85c346f07bb38ca7731d0625b79a97d7ed7166 | /QualityControlModules/Common/test/testMeanIsAbove.cxx | cbb91aae2b9d0f35394fbfaab0285772d02fb1a4 | [] | no_license | dberzano/FlpPrototype | a9f12bfd66319b59e927c2a24ffd8714135e2ea2 | 8728578dac4b099ea7a049816f9925c359734a69 | refs/heads/master | 2021-01-01T11:58:12.501754 | 2017-07-18T06:58:39 | 2017-07-18T06:58:39 | 97,578,160 | 0 | 0 | null | 2017-07-18T09:10:51 | 2017-07-18T09:10:51 | null | UTF-8 | C++ | false | false | 1,828 | cxx | ///
/// \file Publisher_test.cpp
/// \author Barthelemy von Haller
///
//#define private public // hack to have access to everything
#include "../include/Common/MeanIsAbove.h"
#define BOOST_TEST_MODULE MO test
#define BOOST_TEST_MAIN
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>
#include <cassert>... | [
"barthelemy.von.haller@cern.ch"
] | barthelemy.von.haller@cern.ch |
ad4ed8f0e32289e7c2e868925ba93b08f6c0e9e7 | c5774514bcdee4d2798892d67c714bc0216e6623 | /Practica1/prodconsFIFO.cpp | 618938be2929701520e6f115fef40b11347cd476 | [] | no_license | blancabgz/Sistemas-Concurrentes-Distribuidos | b61328077f3c550c61e22b43206e76f0171accc7 | 1d2ca87967cd209824a2819317b2c0a31127b45c | refs/heads/master | 2023-01-04T00:06:43.389665 | 2020-10-31T13:26:08 | 2020-10-31T13:26:08 | 220,557,142 | 0 | 1 | null | 2020-10-31T13:26:09 | 2019-11-08T22:25:22 | C++ | UTF-8 | C++ | false | false | 3,940 | cpp | #include <iostream>
#include <cassert>
#include <thread>
#include <mutex>
#include <random>
#include "Semaphore.h"
using namespace std ;
using namespace SEM ;
//**********************************************************************
// variables compartidas
const int num_items = 40 , // número de items
tam... | [
"blancabril.999@gmail.com"
] | blancabril.999@gmail.com |
4fb167dd9d17e52005b35e7e73ff8391ec54c34f | 5c166664341177f605ae248af7b37f276f6bbebf | /01elevator_cpp/gpio.cpp | 180794d37e510c11fb32177db41261f02b22376f | [
"Apache-2.0"
] | permissive | v7t-codes/beaglebone-codes | cdf173a37c7a3c52644c16a6161f15968c017ce5 | 0f5925bcfa27b44918a2616d0948a7007935ae2c | refs/heads/master | 2023-05-26T16:11:36.015405 | 2015-03-21T07:29:39 | 2015-03-21T07:29:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,357 | cpp | /*******************************************************
* C++ code for GPIO Functions for Lift Simulation using
* Baglebone Black running Debian 7 Linux distribution
********************************************************/
#include<iostream>
#include<fstream>
#include<string>
using namespace std;
#... | [
"ssouravsingh12@gmail.com"
] | ssouravsingh12@gmail.com |
7ebb2f143d4b6d675e3574a86117a4411b346ddc | 58e9b31a12d1037b73675ed48656a37626c5d85e | /computer graphics/Assignment 2/src/models/player.hpp | 717bd2db7863e1b0fc81f54714caf8ef977c1b02 | [] | no_license | YashasSamaga/college-work | 3dbb278c979baf75a80843c5e3a2a305ece440c7 | caf7f3dd0bd7113039d9b7aba988e8814fc85705 | refs/heads/master | 2022-07-12T14:24:48.787433 | 2022-06-30T06:28:38 | 2022-06-30T06:28:38 | 162,693,749 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,349 | hpp | #ifndef INCLUDE_MODELS_PLAYER_HPP
#define INCLUDE_MODELS_PLAYER_HPP
#include "../main.h"
#include "model.hpp"
#include <glm/glm.hpp>
#include <vector>
#include <memory>
struct key_state_t {
bool W, A, S, D;
bool Q, E;
bool up, down;
bool space;
bool lshift;
bool lctrl, lalt;
bool lbutto... | [
"yashas_2010@yahoo.com"
] | yashas_2010@yahoo.com |
36a145539f64041d73f3d313a8990b1553f856e1 | 63c637fc2773ef46cd22e08e3334121512c31074 | /3wkSeries/Day1/ELBOW_CASES/elbow_quad/44/uniform/time | 6fde70eccf72e48217399bcc386c1b78d3d88dce | [] | no_license | asvogel/OpenFOAMEducation | 438f811ad47631a414f6016e643dd12792613828 | a1cf886fb6f9759eada7ecc34e62f97037ffd0e5 | refs/heads/main | 2023-09-03T17:26:24.525385 | 2021-11-05T18:08:49 | 2021-11-05T18:08:49 | 425,034,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 818 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 9
\\/ M anipulation |
\*-------... | [
"avogel1994@gmail.com"
] | avogel1994@gmail.com | |
1c2fe19edaa16c0a32a3e38803eb3778b60b9bae | 6742446359fbe658d5367bedb5f1ffee7a8b7013 | /src/qt/rpcconsole.h | 3cadbfd918c570062e1d5d8edbc3803aa145c48d | [
"MIT"
] | permissive | NadaGames/NadaGameCoin | da7d0643f18a5d53472cc8159e518d16ee9dbbf1 | 822421e6e52e92268fe3f234d2bf5b038844dc14 | refs/heads/master | 2020-04-14T06:14:33.683397 | 2019-01-05T04:37:45 | 2019-01-05T04:37:45 | 163,681,020 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,862 | h | // Copyright (c) 2011-2014 The Bitcoin 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_RPCCONSOLE_H
#define BITCOIN_QT_RPCCONSOLE_H
#include "guiutil.h"
#include "peertablemodel.h"
#include "n... | [
"nadagamesteam@gmail.com"
] | nadagamesteam@gmail.com |
7a9d6212c8fa50354b7a5948a2f26f034ed64d3c | 23d3cafdd5a29e5bf0140b7d4c271db04e172030 | /lib/Support/PageAccessTrackerPosix.cpp | 18b4259370a04f6e13738120e5d117b789d4f9c5 | [
"MIT"
] | permissive | YiWen-y/hermes | abcb5733683eb5d7d068f248d6fc83d0ce66b44d | 76ca4b113e42475ec5bf2a66a938406ca5b5ecd0 | refs/heads/master | 2020-11-27T10:08:45.821442 | 2019-12-21T04:04:18 | 2019-12-21T04:05:56 | 229,396,450 | 1 | 0 | MIT | 2019-12-21T08:00:30 | 2019-12-21T08:00:29 | null | UTF-8 | C++ | false | false | 7,887 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#if defined(HERMES_FACEBOOK_BUILD) && defined(__linux__)
#include "hermes/Support/PageAccessTracker.h"
#include "hermes/Support/J... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
89cf96bfcfd73d8d02272e2fc4c87f7cea573c4f | faba38ad0de44da7acc27c938f5e90e9ec82e1e1 | /Client/TankV1.h | 5386b05ea183a264b7312c9e97480e3ff4433bf1 | [] | no_license | btfv/TanksGame | f136374126475e6deedcd8b5bc1b348da93ad04b | 350ebe87f03417575e1c5891046b1c5f4024737d | refs/heads/main | 2023-07-08T09:04:29.596226 | 2021-08-08T08:12:58 | 2021-08-08T08:12:58 | 393,898,542 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 216 | h | #pragma once
#include "Tank.h"
class Tank;
class TankV1 : public Tank {
public:
TankV1(SDL_Renderer* renderer, const int x, const int y, const int w, const int h, LevelData* levelData, bool spawnInviolability);
}; | [
"58148408+btfv@users.noreply.github.com"
] | 58148408+btfv@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.