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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b57bea2cccfddfe6b9113b1c05e6a18698e54fba | 5a8fcff9e4ece56a677f5edce16f55b338e5df1f | /HelperTool/libtins/include/network_interface.h | c9ee55fceb55ded8a07ff3ba56863e51f8bb2004 | [] | no_license | martinhering/radiohijack | 6ca61a790ddac3b1b4dc4ee72eaf2abd0991df18 | 233a55b98399755e623771b0ca7d238236709776 | refs/heads/master | 2021-01-19T15:27:39.530689 | 2014-05-01T08:47:10 | 2014-05-01T08:47:10 | 19,338,883 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,441 | h | /*
* Copyright (c) 2012, Matias Fontanini
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | [
"hering@vemedio.com"
] | hering@vemedio.com |
206daa69c42205c1a4f9e321b8c28dfa31048b31 | e77bb7afc612666f1b8d65a0039a32f737b4f209 | /components/viz/service/display_embedder/skia_output_device.h | c8bcc7b26acb2167b12367d9086d8e0905fab60b | [
"BSD-3-Clause"
] | permissive | lvyeshufang/chromium | 76f6b227ac100f0c75305252a9ffc45820da70de | 49f84636734485b99303ed44a18bc09a39efabe2 | refs/heads/master | 2022-08-22T02:35:00.231811 | 2019-07-09T11:24:00 | 2019-07-09T11:24:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,244 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SKIA_OUTPUT_DEVICE_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SKIA_OUTPUT_DEVICE_H_
#include "bas... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
47c5300782c1c559545522bc2bf8cb3aa37c88d9 | f5524a0e68536f703871fc1d9bd2b3acfefc8090 | /JumpTrading/Order.h | 5c4c29f722653fc24b891a21d0a5ba7320e431d7 | [] | no_license | mganesh/code | ee014845b38e946fe7aa21853aca100a1d25f4a8 | 5a74b51c2763f3a7d8796bcdcceab1cdd637ca95 | refs/heads/master | 2021-01-17T17:00:06.590324 | 2014-01-23T15:22:11 | 2014-01-23T15:22:11 | 1,059,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,324 | h | //
// Order.h
// ExchangeFeed
//
//
#ifndef ExchangeFeed_Order_h
#define ExchangeFeed_Order_h
#include <stdint.h>
#include <string>
namespace feed {
class Order {
public:
enum Side {
BUY = 1,
SELL = 2
};
Order(uint64_t orderId,
Side side,
uint64_t quantity,
... | [
"ganesh.muniyandi@gmail.com"
] | ganesh.muniyandi@gmail.com |
7160ff685a62260b9bf78f0139f37f7f8e814383 | 084b38da37754392fae375c43d593be1c8b22bb7 | /bailian/4107.cpp | a70c14d31b630f53c3d0d8c0b05a6903fb524256 | [] | no_license | heliy/oj | 1b0c65f02f94ffb5c1ce44a95bc07144505fc141 | 4c5f97f30997f285e321b0ece53e85595bc641ff | refs/heads/master | 2021-01-25T06:36:37.454934 | 2016-01-14T13:42:21 | 2016-01-14T13:42:21 | 28,627,519 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 374 | cpp | #include<iostream>
using namespace std;
bool isinclude(int p){
while(p > 10){
if(p%100 == 19){
return true;
}
p /= 10;
}
return false;
}
int main(){
int n, ni, p;
cin >> n;
for(ni = 0; ni < n; ni++){
cin >> p;
if(p%19 == 0 || isinclude(p)){
cout << "Yes" << endl;
}else... | [
"ohhlyhly@gmail.com"
] | ohhlyhly@gmail.com |
3111c81f82b06d42ab86f07b34c1be1c980bd8f7 | 1aaeaeaf042529cb0e5b551cde992c91e501e46c | /lab1/src/presenter.cpp | 04c12a4e39469c3072eec53e9a1fe40cd1a8787d | [] | no_license | Kazeshirou/ppo | 17c3371de5a2f9d06a1a6cedd738b98fa52d0576 | b857fb8ba6b6cf712e4b365911ace4d7f814a1dc | refs/heads/master | 2020-03-09T06:03:02.540815 | 2018-05-31T13:51:57 | 2018-05-31T13:51:57 | 128,628,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,385 | cpp | #include "presenter.h"
#include "model.h"
#include "mainwindow.h"
Presenter::Presenter(Model *model, MainWindow *view, QObject *parent) :
QObject(parent),
m_model(model),
m_view(view)
{
if (!model)
m_model = new Model(this);
if (!view)
m_view = new MainWindow();
m_view->show();
... | [
"zhar97@yandex.ru"
] | zhar97@yandex.ru |
bf270dbf81b8d364192d9c5fda36d617255ffe4e | 8bc4f1bc2144c0e5711baf47783541c9a4ac1e5e | /goldIngot_codevita_9.cpp | fa4e8df12ddc79fa006f80a379546d070a300717 | [] | no_license | 1337w0rm/BVEC-Hacktoberfest-2020 | 09df549175471e7c92d7eebc837402822d51af6e | 5759759edf0b86bba2612b5c29594d6f27031645 | refs/heads/master | 2023-01-07T02:23:15.681254 | 2020-10-22T11:34:07 | 2020-10-22T11:34:07 | 300,498,799 | 2 | 20 | null | 2020-10-22T11:34:08 | 2020-10-02T04:20:06 | HTML | UTF-8 | C++ | false | false | 901 | cpp | #include <bits/stdc++.h>
#include <math.h>
using namespace std;
int main(){
int i,g,b,h;
cin>>g;
int l[g];
cin>>b>>h;
for(i=0;i<g;i++){
cin>>l[i];
}
int totVol=0;
for(i=0;i<g;i++){
totVol+=l[i]*b*h;
}
int cal, maxl;
cal=maxl=0;
stack<int> s;
for (int i=0;i<g;i++)
{
while(!s.empty() &&... | [
"49098410+rishavjyoti@users.noreply.github.com"
] | 49098410+rishavjyoti@users.noreply.github.com |
4eeab07582975edb8042b0572d917390954228af | 521cd380cc7d29c7f023966aef757dd9f3353692 | /problems/3sum/app.cpp | 386c2c03cf7c35cb2b7b008b4765339e6149260b | [] | no_license | anhdeev/algorithms | 2159eab5b1b40c7aa276789b78dab45c71e15694 | 0fa25423ea3cf161f9a767da7cb03366d61195ad | refs/heads/master | 2023-08-24T12:09:31.932349 | 2021-10-26T07:01:18 | 2021-10-26T07:01:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,606 | cpp | #include "../common/base.h"
class Solution {
public:
vector<vector<int>> threeSum(vector<int>& nums) {
map<int, int> cache;
vector< vector<int> > result;
sort(nums.begin(), nums.end());
for(auto &num: nums) {
if(cache.count(num)==0) cache[num] = 0;
c... | [
"anhdv@merchize.com"
] | anhdv@merchize.com |
af872a4462d3068500a39a5af14279c8ccc3f518 | 4f2174ffe63cbd3b4e8daca465e6c62c6a8fd9b8 | /Problem-22/Problem-22.cpp | 4f1dadb8ad736374e8dba85a07985dbb5c6da1c1 | [] | no_license | DHRUV-EDDI/DailyCodingProblem | 5e680bcd4c00698e91d55955ecf087302214e3dc | 82410cb245f4d4d5a50bc02a939f1286ca6ceb6e | refs/heads/master | 2022-12-10T12:33:52.706714 | 2020-08-23T07:33:38 | 2020-08-23T07:33:38 | 260,503,585 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,751 | cpp | #include<bits/stdc++.h>
using namespace std;
using ll = long long;
typedef struct Node
{
struct Node *leftChild,*Parent,*rightChild;
bool isLocked;
ll val,lockedDescendants;
}Node;
Node *root=NULL;
map<ll,Node*> mp;
Node* insert(ll val)
{
Node *n = new Node;
n -> leftChild = n -> Parent = n -> right... | [
"dhruv2018570@gmail.com"
] | dhruv2018570@gmail.com |
a2ccba07802617d15b76857a5826a5c6f3648cdb | c2ad7cb821e98babe6aebf1103ad5b71e6e3940c | /Framework/Common/BaseApplication.hpp | 7c7244b672e525be6694e05259efe3148fe40220 | [] | no_license | wunianqing/GameEngineLearn | 2ae4bcc474a1d242dd25c195011bd7f1cbbccaf5 | feb8f1508da417aacd95d909753ccc24c4c55868 | refs/heads/master | 2022-11-07T11:43:02.811467 | 2020-06-19T07:08:03 | 2020-06-19T07:08:03 | 273,429,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 311 | hpp | #pragma once
#include "IApplication.hpp"
namespace E
{
class BaseApplication: implements IApplication
{
public:
virtual int Initialize();
virtual void Finalize();
virtual void Tick();
virtual bool IsQuit();
private:
bool m_bQuit;
};
} // namespace E
| [
"wunianqing@outlook.com"
] | wunianqing@outlook.com |
793924f54678062210743cb951bde173227436b6 | 7e8a447adcf729b84027790eb40aff46aa5002f4 | /hlogicprop.cpp | a7460756ccf806e2f92b04fca47bfc74f9b5a90e | [] | no_license | rcswhuang/rule | de6abad08268a140ec1714092ed3d77f9a818459 | 27b98cdb05d4b7536dc49be5e5e0921cb1eac132 | refs/heads/master | 2021-06-05T13:43:43.672386 | 2018-10-14T13:33:11 | 2018-10-14T13:33:11 | 95,844,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,029 | cpp | #include "hlogicprop.h"
#include "ui_logicprop.h"
#include "hdrawobj.h"
HLogicProp::HLogicProp(HDrawObj* drawObj,QWidget *parent) :
m_pDrawObj(drawObj),QDialog(parent),
ui(new Ui::HLogicProp)
{
ui->setupUi(this);
connect(ui->pushButton,SIGNAL(clicked(bool)),this,SLOT(ok_clicked()));
initLogicProp();... | [
"rcswhuang@163.com"
] | rcswhuang@163.com |
5db154d54c27d2abf6e3d3062a4fdbec1a1f79dc | 60a2ce8ae0f155dedea181a76da169947508078b | /dprojectmanager/dmakestep.cpp | ddadfa846661827fbe744fdefaaf349ac3e53d7b | [] | no_license | RomulT/QtCreatorD | cc37724f386c8dff4dcfee1eb52843c2afea6a9f | eb2c8dfa4b31af731fdf848f550d5c3f824b3b41 | refs/heads/master | 2021-01-21T01:11:13.391350 | 2013-11-29T00:44:29 | 2013-11-29T00:44:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,481 | cpp | #include "dmakestep.h"
#include "dprojectmanagerconstants.h"
#include "dproject.h"
#include "ui_dmakestep.h"
#include "dbuildconfiguration.h"
#include "drunconfiguration.h"
#include <extensionsystem/pluginmanager.h>
#include <projectexplorer/buildsteplist.h>
#include <projectexplorer/gnumakeparser.h>
#include <project... | [
"goldmax3000@gmail.com"
] | goldmax3000@gmail.com |
10f40e7099913bd4dc177cdcfaaf176c00886072 | 0c02367803ca9b3eea6a3f226eb9124c4d6ea26d | /Chapter_09/dynamic_saerch.cpp | 03bfabc95759117cb2c7456f46310dcdd7137397 | [] | no_license | jerrychaolee/dsac | 370344e5459572f95f2ab7ecd4690a644969ee9e | 40420318b2ad28c67149bc150e0ceb62a44a8857 | refs/heads/master | 2020-04-04T13:22:24.834878 | 2018-12-14T15:43:47 | 2018-12-14T15:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,216 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "dynamic_search.h"
//在根指针T所指二叉树中递归地查找某关键字等于key的数组元素,
//若查找成功, 则返回指向该数据元素结点的的指针,否则返回空指针
BiTree SearchBST(BiTree T, KeyType key)
{
if (!T || EQ(key, T->data.key))
return (T); //查找结束
else if (LT(key, T->data.key))
return (S... | [
"41637553+Sepheranix@users.noreply.github.com"
] | 41637553+Sepheranix@users.noreply.github.com |
146d3f5cbec65edb712a21c212dca4ad58274a27 | 3064e4eae69e25e43ef860a1887c277b9ff9c8aa | /Program.cpp | 606cf7868cecf22a1f5e86531e7064baeee60947 | [] | no_license | ScottDavey/SFML_GameState | 60ceea859742e0eb13e86cd5e2a7019783c7d1a9 | ae9e658c10f4c899aced1e10bac77c3215e94ee1 | refs/heads/master | 2016-09-10T18:56:43.819555 | 2013-06-09T17:01:39 | 2013-06-09T17:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,710 | cpp | #include "Program.h"
State BaseClass::gameState = sm_MAIN;
Program::Program(void)
: window(sf::VideoMode(1280, 720), "Finite State Machine"),
activeState(sm_MAIN)
{
window.setFramerateLimit(60);
font_FPS.loadFromFile("Content/Font/GOTHIC.TTF");
// FPS Text
text_FPS.setFont(font_FPS);
text_FPS.setCharacterSi... | [
"scottmichaeldavey@gmail.com"
] | scottmichaeldavey@gmail.com |
4553c3790c9a1ef79771875195fe6be1f1c30dbb | 4541d0c5153d826781ad60594549d7cf0f830c42 | /game/include/Character.h | 504ac08096958b9f9c616efc8bae861479e93117 | [] | no_license | spidamoo/rlsa | 8c2ecf9afead0ea47885da47f69cf8bd9ed5f66e | 0edf612fb10fe64ec8c20937ca7ccbebcd04a4b9 | refs/heads/master | 2021-06-21T01:53:35.911619 | 2017-08-14T18:28:31 | 2017-08-14T18:28:31 | 100,297,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | #ifndef CHARACTER_H
#define CHARACTER_H
#include <Lib.h>
const char CHARACTER_MOVE_DIRECTION_IDLE = 0;
const char CHARACTER_MOVE_DIRECTION_RIGHT = 1;
const char CHARACTER_MOVE_DIRECTION_RIGHTDOWN = 2;
const char CHARACTER_MOVE_DIRECTION_DOWN = 3;
const char CHARACTER_MOVE_DIRECTION_LEFTDOWN = 4;
c... | [
"spidamoo@spidamoo.ru"
] | spidamoo@spidamoo.ru |
070853ffa495926ca07c4322211085e10469e4df | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE36_Absolute_Path_Traversal/s02/CWE36_Absolute_Path_Traversal__char_file_open_52b.cpp | b69099172f61eee74378064044ca74c0e0b7b144 | [] | 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 | 1,443 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__char_file_open_52b.cpp
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-52b.tmpl.cpp
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: file Read input from a file
* GoodS... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
e90b6af8f452a76f16f061043467cf3e37ec3cdd | 1aeb50f6fbbc59c94576c3c40f8b64ca890b2474 | /plugins/MultiContactStabilizerPlugin/ModelPredictiveController.cpp | 75146a33f144b0ecfba3b2a15019440faecb67ea | [] | no_license | kindsenior/jsk_choreonoid | b6a8f39b45a8350404c42f1e029d777cb349615e | 82e3faa0e03595637c30654dba28f90ae3bc9e72 | refs/heads/master | 2021-01-24T09:46:38.756888 | 2020-07-07T06:23:12 | 2020-07-07T06:23:12 | 37,442,336 | 1 | 3 | null | 2020-06-04T08:42:16 | 2015-06-15T03:56:32 | C++ | UTF-8 | C++ | false | false | 10,448 | cpp | /**
@author Kunio Kojima
*/
#include "ModelPredictiveController.h"
using namespace hrp;
using namespace std;
// template <class ControllerClass, class ParamClass>
// ModelPredictiveController<ControllerClass,ParamClass>::ModelPredictiveController()
// {
// isInitial = true;
// parent = NULL;
// }
// temp... | [
"kunio.einstein@gmail.com"
] | kunio.einstein@gmail.com |
6c59c1a9ab78544db9b3a5d2fd44000122f6c3ce | 1d6abe27a802d53f7fbd6eb5e59949044cbb3b98 | /tensorflow/core/profiler/rpc/profiler_server.cc | b65621450d1292798c856ad3de21231b2bde983c | [
"Apache-2.0"
] | permissive | STSjeerasak/tensorflow | 6bc8bf27fb74fd51a71150f25dc1127129f70222 | b57499d4ec0c24adc3a840a8e7e82bd4ce0d09ed | refs/heads/master | 2022-12-20T20:32:15.855563 | 2020-09-29T21:22:35 | 2020-09-29T21:29:31 | 299,743,927 | 5 | 1 | Apache-2.0 | 2020-09-29T21:38:19 | 2020-09-29T21:38:18 | null | UTF-8 | C++ | false | false | 1,979 | cc | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
98b9037df35958d25ce713a74b954bae8f8cf0b7 | b4f42eed62aa7ef0e28f04c1f455f030115ec58e | /messagingfw/msgtest/targetautomation/TechviewStart/ThreadWatch.cpp | 42bcab4ae6b5059e6197872c88b39eeac7d3fd6d | [] | no_license | SymbianSource/oss.FCL.sf.mw.messagingmw | 6addffd79d854f7a670cbb5d89341b0aa6e8c849 | 7af85768c2d2bc370cbb3b95e01103f7b7577455 | refs/heads/master | 2021-01-17T16:45:41.697969 | 2010-11-03T17:11:46 | 2010-11-03T17:11:46 | 71,851,820 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,996 | cpp | // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/e... | [
"none@none"
] | none@none |
3f07c1f499054b73ccc7bf702526f945767abf15 | 3b424a008356da060bb0f228bdbd5566fcafa9a5 | /maincontent/controlwidget/openglcontrol/objectmodel/objectparent.cpp | 6adb57ea9c4613e3cb1a7e07b4849993ee86ef62 | [] | no_license | ylx167167/pi_ti_radar_32 | 058b0e9a1eb3a3cc17e76b69c32082844771eff2 | fbf3332289639b970bd2abe1d0816a4216b2f960 | refs/heads/main | 2023-03-08T17:06:23.139653 | 2021-02-23T17:26:12 | 2021-02-23T17:26:12 | 337,342,813 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,251 | cpp | /*****************************************
* 作者: YYC
* 日期: 2020-04-26
* 功能:3D模型父类,封装了模型的公共方法
* 包括模型位移,旋转
* VAO,VBO,EBO的创建,绑定,释放,销毁等
* 模型矩阵,观察矩阵,投影矩阵的设置和获取
* ***************************************/
#include "objectparent.h"
ObjectParent::ObjectParent() : m_vbo(QOpenGLBuffer::VertexBuffer), m_ebo(QOpenGLBuffer... | [
"417838124@qq.com"
] | 417838124@qq.com |
c70fc1851041e2fab2acc40ad0c935df18389625 | 4903ae99e416302e5feade9f34be348297528f29 | /ImprovedLegoEditor/ComposeImageVertexShaderToon06.cpp | ae23a422b72ac828c2853a7d93af929cdb7b483c | [] | no_license | BlurEffect/LegoEditor | d334fb009490f45b43eb1d87eadc0655d4f7d257 | ff1a17ec828d01d492229e08341700b956e7a69c | refs/heads/master | 2021-01-15T23:07:39.439740 | 2015-01-11T19:11:49 | 2015-01-11T19:11:49 | 29,102,458 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,535 | cpp | /*
* Kevin Meergans, Improved Lego Editor, 2014
* ComposeImageVertexShaderToon06.cpp
* Contains the function definitions for the ComposeImageVertexShaderToon06 class.
*/
#include "ComposeImageVertexShaderToon06.h"
// The vertex input layout expected by this vertex shader
const D3D11_INPUT_ELEMENT_DESC ComposeImag... | [
"kevin.meergans@gmx.de"
] | kevin.meergans@gmx.de |
2eb6b0349d9b54051c7d28e758b2f3a23bb61567 | c44575cb90dfc9125c3a1c37dd333a7ebc4f022f | /raspberrypi/raspicam/src/private/private_types.h | c64333a53755a212ed65fd6ac52c73af5febb238 | [
"BSD-3-Clause"
] | permissive | abobco/Robot-Rover | 52a433126085d4b5f9e74e3053cf9802dac60f59 | dca21b3e6eeec83586f92d9dab1354cd67bd86e7 | refs/heads/main | 2023-06-29T07:07:47.507313 | 2021-07-30T06:18:55 | 2021-07-30T06:18:55 | 384,322,119 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,904 | h | /**********************************************************
Software developed by AVA ( Ava Group of the University of Cordoba, ava at uco dot es)
Main author Rafael Munoz Salinas (rmsalinas at uco dot es)
This software is released under BSD license as expressed below
-----------------------------------------------... | [
"abobco@gmail.com"
] | abobco@gmail.com |
13d47c8d33280c1040610f2194c5327579645cfd | c23865a5359e1eac2165a19ae4f7bf1c6da9128c | /schooldb/sesion.cpp | 8996e57ff212fdd5ad98fb33846d9a7280a19e7d | [] | no_license | airkobeju/schoolui | 87ec424b30bc934c25c1a7a6b9f03d58bc3d2dd8 | 87d2f8365f68e92e626eec9e80727cbde8e94b3c | refs/heads/master | 2020-04-13T21:56:58.596428 | 2018-12-28T23:38:50 | 2018-12-28T23:38:50 | 163,468,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 831 | cpp | #include "sesion.h"
Sesion::Sesion()
{
}
QString Sesion::getId() const
{
return id;
}
void Sesion::setId(const QString &value)
{
id = value;
}
QString Sesion::getTitulo() const
{
return titulo;
}
void Sesion::setTitulo(const QString &value)
{
titulo = value;
}
QString Sesion::getRecursoMet() cons... | [
"airkobeju@gmail.com"
] | airkobeju@gmail.com |
7e03f3844f0d9637ed8f5473dd6a293613769ea7 | f4cdfd17cb593d58b4816f2d28153cdc24b27e30 | /MFC_DEMO/MFC_DEMO/bwlabel.cpp | 81e22b0a151842cb2c51565c8f09a9556f075f7d | [] | no_license | tuouren/experience | 71fa8d78eef8565b03a29154ed79a767426c2f33 | bdc759821aac1fd8a10324daf42d24862366e759 | refs/heads/master | 2021-01-10T20:22:18.083009 | 2014-08-19T01:25:42 | 2014-08-19T01:25:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,114 | cpp | #include "StdAfx.h"
#include "cv.h"
#include "highgui.h"
#include "bwlabel.h"
#define NO_OBJECT 0
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
#define ELEM(img, r, c) (CV_IMAGE_ELEM(img, unsigned char, r, c))
#define ONETWO(L, r, c, col) (L[(r) * (col) + c])
int find( int set[], int x )
{
in... | [
"875494817@qq.com"
] | 875494817@qq.com |
29014fa61778648d0da958919210f1c1e92c8489 | 609795ac6f379bffa752dc8c1c8e6a89dd201657 | /include/splitspace/Texture.hpp | ca85c858c8d8509be99f12617428850bdf98bc18 | [] | no_license | RostakaGmfun/splitspace | 11aa686863e6ca7ca08a1b1188453b0c10d5c85b | 27bf1af2b94e99b9ca0393394d386a06e8fd5c82 | refs/heads/master | 2021-01-10T15:32:50.621252 | 2016-05-05T09:52:54 | 2016-05-05T09:52:54 | 51,162,219 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | hpp | #ifndef TEXTURE_HPP
#define TEXTURE_HPP
#include <splitspace/Resource.hpp>
#include <splitspace/RenderManager.hpp>
namespace splitspace {
class LogManager;
struct TextureManifest: public ResourceManifest {
TextureManifest(): ResourceManifest(RES_TEXTURE)
{}
};
class Texture: public Resource {
public:
Te... | [
"rostawesomegd@gmail.com"
] | rostawesomegd@gmail.com |
a8fa9324151f659ce28fbd2afe958a6fd327e895 | 8cd51b4885680c073566f16236cd68d3f4296399 | /src/controls/QskObjectTree.h | 9ad0457087f26109a061c04141fb50e47d21c96e | [
"BSD-3-Clause"
] | permissive | uwerat/qskinny | 0e0c6552afa020382bfa08453a5636b19ae8ff49 | bf2c2b981e3a6ea1187826645da4fab75723222c | refs/heads/master | 2023-08-21T16:27:56.371179 | 2023-08-10T17:54:06 | 2023-08-10T17:54:06 | 97,966,439 | 1,074 | 226 | BSD-3-Clause | 2023-08-10T17:12:01 | 2017-07-21T16:16:18 | C++ | UTF-8 | C++ | false | false | 3,487 | h | /******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#ifndef QSK_OBJECT_TREE_H
#define QSK_OBJECT_TREE_H
#include "... | [
"Uwe.Rathmann@tigertal.de"
] | Uwe.Rathmann@tigertal.de |
4cf80ee9495418a54a96c7f7e98d73f9ef713898 | 60393750e9c3f3b8ab42d6326fe9eca4ee349b47 | /SNAPLib/IntersectingPairedEndAligner.h | 4cd3b68157bae80a8021c1797da5f56035a466aa | [
"Apache-2.0"
] | permissive | andrewmagis/snap-rnaseq | 5ee9f33ef63539d1f225899971247ac5170e1bdc | 458e648f570466e2c702a4c349d11f16e1ee4eac | refs/heads/master | 2021-01-10T19:43:26.311446 | 2013-12-06T03:14:18 | 2013-12-06T03:14:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,841 | h | /*++
Module Name:
IntersectingPairedEndAligner.h
Abstract:
A paired-end aligner based on set intersections to narrow down possible candidate locations.
Authors:
Bill Bolosky, February, 2013
Environment:
User mode service.
Revision History:
--*/
#pragma once
#include "PairedEndAligner.h"
#inc... | [
"andrewmagis@gmail.com"
] | andrewmagis@gmail.com |
b68ffa9dc5e63aca319ea88f7ce0d91b23250c26 | aade1e73011f72554e3bd7f13b6934386daf5313 | /Contest/Opencup/XIX/Korea/H.cpp | 2ae3479cedb7e9629eb07c4af479d8dc40f64738 | [] | no_license | edisonhello/waynedisonitau123 | 3a57bc595cb6a17fc37154ed0ec246b145ab8b32 | 48658467ae94e60ef36cab51a36d784c4144b565 | refs/heads/master | 2022-09-21T04:24:11.154204 | 2022-09-18T15:23:47 | 2022-09-18T15:23:47 | 101,478,520 | 34 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,061 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
long long a, b, c, d; scanf("%lld%lld%lld%lld", &a, &b, &c, &d);
long long ans = 0;
for (int i = 1; i < 1000; ++i) {
for (int j = 1; j < 1000; ++j) {
if (i + j >= 1000) continue;
if (__gcd(i, j) != 1) continue;
... | [
"tu.da.wei@gmail.com"
] | tu.da.wei@gmail.com |
cf078d92b91b8155ff6d405d2220ffe37943b00f | 084341e3b0d6925d7bdac906d9f9bb309d9d34f2 | /trees/lib/binary_search_tree.h | 2d02db78e111303124a63cbbd567e47ded04b2ee | [] | no_license | onufriievkyrylo/diploma | f9110d834c0f01d7f630a8baf26e083ad6c28f21 | ef535d54968f51cbfcc6d8122021d24b60b8290b | refs/heads/master | 2020-03-29T21:29:56.698942 | 2019-03-10T10:37:56 | 2019-03-10T10:37:56 | 150,370,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,739 | h | #ifndef BINARY_SEARCH_TREE_LIB_H_
#define BINARY_SEARCH_TREE_LIB_H_
#include <string>
#include <iostream>
typedef double data_t;
struct BinaryTreeNode {
BinaryTreeNode* left = nullptr;
BinaryTreeNode* right = nullptr;
data_t data;
BinaryTreeNode(const data_t& data) : data(data), left(nullptr), right(nullptr... | [
"kyrylo.onufriiev@gmail.com"
] | kyrylo.onufriiev@gmail.com |
bf431f4e0c60d0d2a97442d5cfe2bc89663dda0c | ac9b294ed1b27504f1468ff0ac7a82eb982cf8d0 | /eGENIEPaperCode/treeProducer_simulation_save.cpp | 638442a244dd4abf88853f20094ec03df47b8760 | [] | no_license | afropapp13/e4nu | d8f1073d630745e61842587891ca5fd04bc6a5e8 | 8cb00a1ee852648ac8a7ac79cde461cb2217eca5 | refs/heads/master | 2023-06-24T23:37:21.926850 | 2022-03-02T17:09:12 | 2022-03-02T17:09:12 | 198,716,604 | 0 | 0 | null | 2019-07-24T22:15:24 | 2019-07-24T22:15:24 | null | UTF-8 | C++ | false | false | 15,778 | cpp | #define treeProducer_simulation_cxx
#include "treeProducer_simulation.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <TH1D.h>
#include <TFile.h>
#include <iomanip>
#include <TString.h>
#include <TMath.h>
#include <TVector3.h>
#include <TLorentzVector.h>
#include <sstream>
#include <iostream>
#in... | [
"afropapp@yahoo.gr"
] | afropapp@yahoo.gr |
9905bd018c94bbeb8e37272ccb89940427b514a0 | dfadd879ccc98bb99c45651a33c80c18181589d9 | /ZeroLibraries/Math/EulerOrder.hpp | a19dc4c5e0946d60d695c7448c4be8d6c6866ee7 | [
"MIT"
] | permissive | zeroengineteam/ZeroCore | f690bcea76e1040fe99268bd83a2b76e3e65fb54 | 14dc0df801b4351a2e9dfa3ce2dc27f68f8c3e28 | refs/heads/1.4.2 | 2022-02-26T04:05:51.952560 | 2021-04-09T23:27:57 | 2021-04-09T23:27:57 | 148,349,710 | 54 | 27 | MIT | 2022-02-08T18:28:30 | 2018-09-11T16:51:46 | C++ | UTF-8 | C++ | false | false | 4,553 | hpp | ///////////////////////////////////////////////////////////////////////////////
///
/// \file EulerOrder.hpp
/// Declaration of the Euler angles order as described in Graphic Gems IV,
/// EulerOrder design referenced from Insomniac Games.
///
/// Authors: Benjamin Strukus
/// Copyright 2010-2012, DigiPen ... | [
"arend.danielek@zeroengine.io"
] | arend.danielek@zeroengine.io |
ff417bb380e6e51de4c269a5f2966d496a6b1f44 | 536226f6b5c7cf30122e1b17e1e495d42ff0e3e1 | /Calculator/Calculator.cpp | 72db1e2f56457159641ea533cb2cbb343a1a6b02 | [] | no_license | MoawazAyub/Postfix-Calculator | 64adfe9f382e27e588e5b22c803d538d548f24d2 | d8975862debea1e624213ddd13478948a1d82390 | refs/heads/master | 2020-03-21T08:07:06.345852 | 2018-06-22T15:54:51 | 2018-06-22T15:54:51 | 138,321,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,051 | cpp | # include <iostream>
# include <string>
# include "Stack.h"
using namespace std;
template <class T>
class Calculator
{
Stack<T> s;
public:
void push(const T & obj)
{
s.push(obj);
}
void pop()
{
s.pop();
}
void print()
{
s.print();
}
const T & top()
{
return s.top();
}
int size(... | [
"moawazayubmmm@gmail.com"
] | moawazayubmmm@gmail.com |
7f812a82447d6239c96c880e53c3b5b85d14b833 | d4c431faeff66402c8a8ef04ede205ab232b5c8f | /Cthulhu/src/RawDynamic.cpp | d30dafd61b868f6f60668bd41b6fcb07d44d13f5 | [
"MIT"
] | permissive | yahiaali/labgraph | 6a5bd10626b62adf1055250ac70de63d65a3d575 | 306d7e55a06219155303f287f91e9b6ea5dca50a | refs/heads/main | 2023-07-15T15:35:36.011835 | 2021-08-27T13:22:23 | 2021-08-27T13:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | cpp | // Copyright 2004-present Facebook. All Rights Reserved.
#include <cthulhu/RawDynamic.h>
#include <memory>
#include <cthulhu/Framework.h>
namespace cthulhu {
template <>
CpuBuffer RawDynamic<>::getBuffer() const {
return Framework::instance().memoryPool()->getBufferFromPool("", size());
}
template <>
RawDynamic... | [
"jinyu.fjy@gmail.com"
] | jinyu.fjy@gmail.com |
e506d5d255a9a28616e7402716a5802486640e37 | ba9485e8ea33acee24dc7bd61049ecfe9f8b8930 | /yk/784.cpp | dbefc0e6b3cc482201f85d869108bb084125ef94 | [] | no_license | diohabara/competitive_programming | a0b90a74b0b923a636b9c82c75b690fef11fe8a4 | 1fb493eb44ce03e289d1245bf7d3dc450f513135 | refs/heads/master | 2021-12-11T22:43:40.925262 | 2021-11-06T12:56:49 | 2021-11-06T12:56:49 | 166,757,685 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | cpp | #include <bits/stdc++.h>
#define rep(i, n) for (int i = 0; i < n; i++)
#define ll long long
#define endl '\n'
using namespace std;
int main() {
cin.tie(0);
ios::sync_with_stdio(false);
string s;
cin >> s;
for (int i = 0; i < s.size(); i++) {
}
return 0;
} | [
"kadoitakemaru0902@g.ecc.u-tokyo.ac.jp"
] | kadoitakemaru0902@g.ecc.u-tokyo.ac.jp |
33f904509374f9523fed361484b839453f86ef85 | c3007f04d2e5cdb0c4d08a6b9c23805c1e6f0fc1 | /week10/examples/example4/main.cpp | 6fcb617862811e623cc6c690e6d1d37a9cbf4290 | [] | no_license | haidao17/CPP | 17b217a468639c7e9dd1d0f9229deabc9716c9d6 | 2ceb5a24dbcd58d0539d80607b932e3066cce3a5 | refs/heads/main | 2023-09-02T21:45:48.118473 | 2021-11-21T13:22:48 | 2021-11-21T13:22:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 456 | cpp | #include <iostream>
#include "time.hpp"
using namespace std;
int main()
{
MyTime t1(1, 20);
int minutes = t1; //implicit conversion
float f = float(t1); //explicit conversion.
std::cout << "minutes = " << minutes << std::endl;
std::cout << "minutes = " << f << std::endl;
MyTime t2 = 70;
... | [
"shiqi.yu@gmail.com"
] | shiqi.yu@gmail.com |
c7a68ddd2f18629d61dc7748d24bee4a8ddd89d3 | 1b51fec6521c8a95b1937b3d3de489efbe2d2029 | /cubeCode/cubeCode.ino | 8cd01688d3691dd3fedfc1e70c5c78b626f26b84 | [
"MIT"
] | permissive | blinky-lite-archive/blinky-DS18B20-cube | 1a3914ccdbde4847faa6ad34c447035f3cca8077 | ab6d1f67db70fb87de33aad05897bc71e970ab56 | refs/heads/master | 2023-04-15T14:59:43.539172 | 2021-05-03T06:00:27 | 2021-05-03T06:00:27 | 357,963,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,867 | ino | #include <OneWire.h>
#define BAUD_RATE 57600
#define CHECKSUM 64
struct TransmitData
{
float tempA = 0.0;
float tempB = 0.0;
byte extraInfo[44];
};
struct ReceiveData
{
int loopDelay = 100;
byte extraInfo[52];
};
struct DS18B20
{
int signalPin;
int powerPin;
byte chipType;
byte address[8];
OneWire... | [
"dmcginnis427@gmail.com"
] | dmcginnis427@gmail.com |
1edc8860c55f53612a98b3e0ed5f53ce261d0a1c | 30deab0afc113791f86ec71f75f0ff4113ed7f8e | /Ludo/picture demmo/PictureDemo.cpp | ec146f46d045f65fcd5a44e3ad30ae588893609a | [] | no_license | FaiyazMohammadSaif/Ludo_Game | 347643123fa2bb1d645cb11a8f69bba530342e01 | f90290a8f4e55cbbc18f1f1d00ac43c9077f74cd | refs/heads/master | 2020-08-03T23:28:30.018965 | 2019-10-07T18:15:54 | 2019-10-07T18:15:54 | 211,920,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,119 | cpp | /*
author: S. M. Shahriar Nirjon
last modified: August 8, 2008
*/
# include "iGraphics.h"
int pic_x, pic_y;
/*
function iDraw() is called again and again by the system.
*/
void iDraw()
{
//place your drawing codes here
iClear();
iShowBMP(pic_x, pic_y, "smurf.bmp");
iText(10, 10, "Use cursors to move the p... | [
"faiyazsaif17@gmail.com"
] | faiyazsaif17@gmail.com |
5b72a5dcd4afae544d4564dfdd3ba79d899219ca | d89ad3f7be72e8645db979aff6d5908764f84b53 | /অ্যালগরিদম/Bfs And Dfs/shotcut---bfs(TL)/Longest path in a tree----bfs - Copy.cpp | 2fb2cfcf11069f88a13741ff640de21d58308b21 | [] | no_license | alhelal1/Contest_File | c8dbcaa18bddeeca0791564b7d3b00ccf4eedfde | 31bd164e3128de500b5c4c5beb188c86379ab40b | refs/heads/master | 2021-04-03T08:38:15.085441 | 2018-03-14T06:10:08 | 2018-03-14T06:10:08 | 125,163,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,875 | cpp | using namespace std;
#include<bits/stdc++.h>
typedef long long ll;
typedef pair<ll,ll> pii;
typedef vector< pii > vpii;
typedef vector<long long> vi;
typedef map<string,ll> msi;
typedef map<ll,ll> mii;
///Print
#define out(a) printf("%lld\n",a)
#define out2(a,b) printf("%lld %lld\n",a,b)
#d... | [
"a.helal@bjitgroup.com"
] | a.helal@bjitgroup.com |
1d9772bc154893331ebbdea8d094fb20cd786fea | 6c10d344a25f3194506a414fc7830888b9d78b53 | /source/apps/mast/gui/dialogs/FeatureVolumesDialog.h | f610f61debef29d1a943c8d31aed47c393fd5671 | [] | no_license | vyeghiazaryan/msc | 64fb493660b06031caae126c6572a4dc33177952 | dced6bae89461578285cc24b99feab034eafc48e | refs/heads/master | 2020-12-24T13:36:11.747054 | 2013-11-05T12:28:06 | 2013-11-05T12:28:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,558 | h | /***
* millipede: FeatureVolumesDialog.h
* Copyright Stuart Golodetz, 2010. All rights reserved.
***/
#ifndef H_MILLIPEDE_FEATUREVOLUMESDIALOG
#define H_MILLIPEDE_FEATUREVOLUMESDIALOG
#include <sstream>
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/listctrl.h>
#include <wx/sizer.h>
#i... | [
"varduhi.yeghiazaryan@cs.ox.ac.uk"
] | varduhi.yeghiazaryan@cs.ox.ac.uk |
c091f010bc589eb9c25e39726e4281ded41586d1 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/inetsrv/iis/admin/common/ipa.h | 174bac34e4062a244ad32ae52f11c93f1194ee4d | [] | 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 | 7,989 | h | /*++
Copyright (c) 1994-1998 Microsoft Corporation
Module Name :
ipa.h
Abstract:
IP Address value
Author:
Ronald Meijer (ronaldm)
Project:
Internet Services Manager
Revision History:
--*/
#ifndef _IPA_H
#define _IPA_H
//... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
8f85ff85c18495511605a75c88d90e490a8f6f5e | 047600ca8efa01dd308f4549793db97e6ddcec20 | /Src/HLSDK/dlls/weapon_shotgun.cpp | 0e24fb0465bb6a31df57aa6b7d8f871dc4b43bc2 | [] | no_license | crskycode/Mind-Team | cbb9e98322701a5d437fc9823dd4c296a132330f | ceab21c20b0b51a2652c02c04eb7ae353b82ffd0 | refs/heads/main | 2023-03-16T10:34:31.812155 | 2021-03-02T02:23:40 | 2021-03-02T02:23:40 | 343,616,799 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,833 | cpp | /***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* ... | [
"crskycode@hotmail.com"
] | crskycode@hotmail.com |
91b514c30e0fc1a01a11e704e215ea5cfd17d361 | 7579d827cb7b50b438dfd9ef6fa80ba2797848c9 | /sources/plug_osg/src/luna/bind_osg_TriangleMesh.cpp | 35597597b0e28e7f125097f8f2bde95a1e381c78 | [] | no_license | roche-emmanuel/sgt | 809d00b056e36b7799bbb438b8099e3036377377 | ee3a550f6172c7d14179d9d171e0124306495e45 | refs/heads/master | 2021-05-01T12:51:39.983104 | 2014-09-08T03:35:15 | 2014-09-08T03:35:15 | 79,538,908 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44,369 | cpp | #include <plug_common.h>
#include <luna/wrappers/wrapper_osg_TriangleMesh.h>
class luna_wrapper_osg_TriangleMesh {
public:
typedef Luna< osg::TriangleMesh > luna_t;
inline static bool _lg_typecheck_getTable(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
return true;
}
static int _bind_ge... | [
"roche.emmanuel@gmail.com"
] | roche.emmanuel@gmail.com |
d5b6ab248e0aeda7aa3dda4c2d2c877402381f11 | 6bec8cb6f04389c9d2c51b160dc454629f1db66d | /src/decision/subroutines/qualification/include/LineUpWithGate.h | 986293cb7765ae31976072389118c7087e1ad6a2 | [] | no_license | SoleSun/SubBots-Legacy | 9592e62836a4a75201abc2fffec05c20a4a02112 | f416e2f244ac4be4d6c95b5ea749fc38ad9ce61e | refs/heads/master | 2020-04-02T12:40:24.483562 | 2018-10-24T05:52:30 | 2018-10-24T05:52:30 | 154,445,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | h | /*
* Created By: Reid Oliveira
* Created On: March 24, 2018
* Description: Subroutine that tries to position the sub in front and
* orthogonal with the gate, ready to go through.
*/
#ifndef DECISION_LINEUPWITHGATE_H
#define DECISION_LINEUPWITHGATE_H
#include "Subroutine.h"
#include <gate_detect/gateDetectMsg.h>
#... | [
"joel.ahn@alumni.ubc.ca"
] | joel.ahn@alumni.ubc.ca |
add06df63d4a028d94ac0231ce3f0d306c8c414f | 70eb368ea25ad8767e6713ea88936642154f43ae | /workUndone/Suite15/OpenFlight_API/samples/plugins/skyscraper/buildskyscraper.cpp | 6933115b6ae6c6229d83ebe18d96b5b07706f88d | [] | no_license | CatalinaPrisacaru/Di-Java | 816cb3428d5026fb63934e14d09c422aa1537b08 | 1c35b28e0b8c8f3c25afbc7b2c0a7fe8cac96c6b | refs/heads/develop | 2021-01-18T02:23:47.759177 | 2016-04-11T19:55:35 | 2016-04-11T19:55:35 | 54,333,823 | 0 | 0 | null | 2016-03-20T18:36:51 | 2016-03-20T18:36:51 | null | UTF-8 | C++ | false | false | 3,793 | cpp | #include "buildskyscraper.h"
#include "helpers.h"
static void buildSide(const Box &i_dimensions, mgrec *i_parent,
unsigned int i_xLightCount, unsigned int i_yLightCount, const LightBuilder &i_lightBuilder)
{
i_yLightCount++;
for(unsigned int y = 1 ; y < i_yLightCount ; y++)
{
double at = (double)y /... | [
"albisteanu.sebastian@yahoo.com"
] | albisteanu.sebastian@yahoo.com |
3a3a63551084692ada56744e6dd3f03e10758124 | 5fc0e828a935fefcc22fc5161e1640a8ad21d67f | /osapi/inc/osapi/Exceptions.hpp | af8af332bae8b6e95af30853d34a0732a522ad2f | [] | no_license | Berthelmaster/Projekt3 | e7374d24a42da51dc34474a5c1eebc9111f87566 | dbd6db5103f739d390ba56fdc26086ef5a57be9e | refs/heads/master | 2020-04-04T01:55:41.356297 | 2018-12-17T12:43:16 | 2018-12-17T12:43:16 | 155,682,182 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 264 | hpp | #ifndef OSAPI_EXCEPTIONS_HPP
#define OSAPI_EXCEPTIONS_HPP
#include <stdexcept>
namespace osapi
{
class SystemError : public std::runtime_error
{
public:
SystemError(const std::string& what_arg)
: std::runtime_error(what_arg)
{}
private:
};
}
#endif
| [
"apollotoby@gmail.com"
] | apollotoby@gmail.com |
4c3cfe78bf472a4b53828f8b9a8acfe2c1399ce0 | aa2c9edcdd4be2c3f0aaa641378cee8dabd75842 | /chp17d/part2.cpp | a0bd81b8214f5c7d3c91d810d1f59b16d59c9f73 | [] | no_license | asztalosattila007/bevprog | 46cbf73767c0407d06b33ca57596eae5423c75a0 | 8b13194926972a8d5b58d490be1c8dd18e7ea6e4 | refs/heads/master | 2023-01-23T19:30:34.421406 | 2020-12-01T21:50:51 | 2020-12-01T21:50:51 | 296,564,546 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,465 | cpp | #include "std_lib_facilities.h"
void print_array(ostream& os, int* a, int n)
{
for (int i= 0 ; i< n ; i++)
os << a[i] << "\n";
}
int main()
{
int init = 7; // 1 .fel inicializált változó
int* p1 = &init;
cout<<"content of p1= " << *p1 << endl; //2.
cout<<"p1= " << p1 << endl;
int* p2 ... | [
"asztalosattila007@gmail.com"
] | asztalosattila007@gmail.com |
cc2d6edceb1c6e528ac1b42960314ae5b70d7348 | 88a81a1685d2f02a529e1ba8bc477a8cbdc27af4 | /src/Shin/ShinAI.cpp | 87b0af1f0cc061d547ec3f84c5a394380b4f6830 | [] | no_license | MarcBrout/HiShinUnit | 4901ae768803aab10ce66135fc60b5e28e07b9ef | acd62cb8808f1369c5abf56b1652c02068a3dc31 | refs/heads/master | 2021-08-28T07:49:24.717023 | 2017-12-11T15:17:24 | 2017-12-11T15:17:24 | 113,872,711 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,424 | cpp | //
// Created by 53818 on 04/12/2017.
//
#include <Shin/ShinHalbard.hpp>
#include <iostream>
#include "Shin/ShinCase.hpp"
#include "Shin/ShinAI.hpp"
namespace ai {
void ShinAI::initializeCases(Board const &board, std::deque<std::unique_ptr<ai::AICase>> &outCases, size_t round) {
for (uint32_t y = 0; y < ... | [
"brout.marc@epitech.eu"
] | brout.marc@epitech.eu |
b3ca5eba0e98870bca8d49a902dcf4d84fe26e16 | 13e11e1019914694d202b4acc20ea1ff14345159 | /Back-end/src/Workflow/Node.cpp | cc10923dca04e36792e3c60b374f4967193a38ed | [
"Apache-2.0",
"BSL-1.0"
] | permissive | lee-novobi/Frameworks | e5ef6afdf866bb119e41f5a627e695a89c561703 | 016efe98a42e0b6a8ee09feea08aa52343bb90e4 | refs/heads/master | 2021-05-28T19:03:02.806782 | 2014-07-19T09:14:48 | 2014-07-19T09:14:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,227 | cpp |
// #include "PrototypeConfig.h"
// #ifndef LINUX
// #include "StdAfx.h"
// #endif
#include "Node.h"
#include "../Action/Action.h"
#include "../Processor/FunctionInterface.h"
class CPingAction;
class CTelnetAction;
class CLoginWebAction;
class CLoginAppAction;
class CCheckCCUAction;
CNode::CNode(void)
{
m_nCurrentIn... | [
"leesvr90@gmail.com"
] | leesvr90@gmail.com |
086af70aef1493face3e3665f900ef28f0a1cace | d1aa3b1380d88a1f19620367b71982d014445d7c | /004-用户裁切平面/UserClippingIOS-Proj/UserClippingIOS/UserClipping/source/TorusModel.cpp | 07d991bf278172da0fc0d7bbff7b517ad8e1369c | [
"MIT"
] | permissive | jjzhang166/LearnThreeJSRenderingExamples | 201d7bb8aa5a290524daa45600a785f4632e62d2 | 97ecf0235ff893c576236e39bff873ed082e388e | refs/heads/master | 2022-04-27T18:19:07.280199 | 2020-04-24T05:55:31 | 2020-04-24T05:55:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,809 | cpp | //--------------------------------------------------------------------------------
// TorusModel.cpp
// Render a plane
//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------------
// Include files
//----------------... | [
"nintymiles@icloud.com"
] | nintymiles@icloud.com |
810883c134c479393c37b3e2aca4156d91b4fe62 | cccfb7be281ca89f8682c144eac0d5d5559b2deb | /services/network/public/cpp/corb/orb_impl.cc | 9c888b6f9e36077814ab6c6ef172497948222a1b | [
"BSD-3-Clause"
] | permissive | SREERAGI18/chromium | 172b23d07568a4e3873983bf49b37adc92453dd0 | fd8a8914ca0183f0add65ae55f04e287543c7d4a | refs/heads/master | 2023-08-27T17:45:48.928019 | 2021-11-11T22:24:28 | 2021-11-11T22:24:28 | 428,659,250 | 1 | 0 | BSD-3-Clause | 2021-11-16T13:08:14 | 2021-11-16T13:08:14 | null | UTF-8 | C++ | false | false | 9,089 | cc | // Copyright 2021 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 "services/network/public/cpp/corb/orb_impl.h"
#include "base/metrics/histogram_functions.h"
#include "base/strings/string_piece.h"
#include "net... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
199ba82c8591c9bcf131ed508eeb1abd4e5b47aa | 61d70c727de05e8b07e81a4cd46b22fc03b8861c | /interview_cake/reverse_linked_list.cc | f8cabb69906a06231d41f5fbb4e7815072d29a2f | [] | no_license | cmallalieu/Interview_prep | 917942ed2fc0bf1a870e049deb8d263e00287be8 | 6be7787819104e7e984d4119ca60bda38055f4db | refs/heads/master | 2020-08-24T21:25:23.753086 | 2019-10-30T18:26:07 | 2019-10-30T18:26:07 | 216,908,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 833 | cc | #include <iostream>
#include <vector>
// C++11 lest unit testing framework
#include "lest.hpp"
using namespace std;
class LinkedListNode {
public:
int intValue_;
LinkedListNode* next_;
LinkedListNode(int value) :
intValue_(value),
next_(nullptr)
{
}
};
LinkedListNode* reverse(Li... | [
"christophermallalieu@Christophers-MacBook-Pro.local"
] | christophermallalieu@Christophers-MacBook-Pro.local |
334a31ee8ba2910ed080cb1699c48e0f31cabb5f | 7bd8b4933f2e78d4936d1a4455c84a86b86242fb | /Demo/DEMO.HPP | d7a939376517af06d784f58cdea33b58195d99fe | [] | no_license | dhawt/Immerse | bdbf4470fa6a79da850536efc91272abd01684db | 0f562746f9db33c41a6e047fecb0f49acb513b48 | refs/heads/master | 2016-09-15T23:57:05.086389 | 2012-05-03T19:52:14 | 2012-05-03T19:52:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 626 | hpp | #ifndef _DEMO_HPP
#define _DEMO_HPP
// Includes:
#include <stdlib.h>
#include <conio.h>
#include <stdarg.h>
#include <stdio.h>
#include <windows.h>
#include <windowsx.h>
#include <time.h>
// Libraries:
//#include "H:\Lib\Immerse\Code\Core\IMR_Interface.hpp"
#include "C:\Code\Engines\Lib\Immerse\Code\GeomMngr\IMR_GM_I... | [
"daniel@eduschedu.com"
] | daniel@eduschedu.com |
cc11697e7ad01b051f1be7b5cd80e054313c6038 | 5ea0705061ed9620ff420e66d0faff4f4b3563a2 | /src/pofPath.h | 7d6c20301f453b7da2f262476f4c57e7a949dc07 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | Ant1r/ofxPof | 69cc87686c0f6839e616f7cde601bacc0aaeaeb3 | b80210527454484f64003b7a09c8e7f9f8a09ac3 | refs/heads/master | 2023-08-02T21:30:28.542262 | 2021-06-28T11:05:03 | 2021-06-28T11:05:03 | 32,018,528 | 68 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 525 | h | /*
* Copyright (c) 2014 Antoine Rousseau <antoine@metalu.net>
* BSD Simplified License, see the file "LICENSE.txt" in this distribution.
* See https://github.com/Ant1r/ofxPof for documentation and updates.
*/
#pragma once
#include "pofBase.h"
class pofPath;
class pofPath: public pofBase {
public:
pofPath(t_cl... | [
"_antoine_@metalu.net"
] | _antoine_@metalu.net |
f1a331958ea522bf8559d378a5e52a14381e474e | e9698b61fdad8b64530f75981864768a98d6bf88 | /tp6/sia_td6/include/sphere.h | 837fb3b005e38f3f89489a1a40d8fc1561992196 | [] | no_license | Johan-David/SIA | c6abdb638a63c7d7d6d9284877ec0ff488bec88c | 660a2ba600c3e455f1bd7cfb5e27c3e933aa938b | refs/heads/master | 2021-09-03T03:55:12.894559 | 2018-01-05T10:33:56 | 2018-01-05T10:33:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | h | #ifndef _SPHERE_H
#define _SPHERE_H
#include "shape.h"
#include <vector>
class Sphere : public Shape {
public:
Sphere(float radius=1.f, int nU=40, int nV=40);
virtual ~Sphere();
void init();
void display(Shader *shader);
float radius() const { return _radius; }
private:
GLuint _vao;
GLui... | [
"axelwolski92@gmail.com"
] | axelwolski92@gmail.com |
84da9d25f3e5edb38aa95c7bb8eaa9ce0e37cd8e | c5f67ad3724d62c712d58144b5abea10c06a2314 | /Lab1/ece250.h | 138df16e0fa84cdc7727f4cd43ac939f7f824d87 | [] | no_license | hyc20908/ECE250 | fdd74688998475a292978574836b57488d3514d9 | 8d6d5e91b244eea8c8a684c9d8bb48a6337cbc64 | refs/heads/master | 2021-01-13T12:07:44.763902 | 2018-09-10T15:05:40 | 2018-09-10T15:05:40 | 78,052,948 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,884 | h | #ifndef ECE250
#define ECE250
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <string>
#include <cmath>
#include "Exception.h"
/**************************************************************************
* ************************************************************************
* * You don't have ... | [
"kevin.han@coengadvisors.com"
] | kevin.han@coengadvisors.com |
e4585f3eb373ba923b3d7fde51804a093ed6d755 | b6fb8cc7e66ab98a793007317717b98d72e18e11 | /io/ByteArrayInputStream.h | d3801576cf23bfcee4bc59fc462ae5864821a877 | [
"MIT"
] | permissive | gizmomogwai/cpplib | 70aee27dd04e464868e8ff72822150731cfb63cd | a09bf4d3f2a312774d3d85a5c65468099a1797b0 | refs/heads/master | 2021-10-31T10:17:51.939965 | 2021-10-08T21:57:19 | 2021-10-08T21:59:12 | 66,270,218 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,049 | h | #pragma once
#include <io/InputStream.h>
/** Klasse um auf einem Seicherbereich mit einem InputStream abzugehen.
*
* Es wird nur eine Referenz auf den Speicher gespeichert,
* nicht der Speicher des Buffers kopiert. Der Speicher wird auch nicht vom
* Stream verwaltet. Wenn man den Speicher nicht mehr brauc... | [
"christian.koestlin@esrlabs.com"
] | christian.koestlin@esrlabs.com |
deca9e61ac21205d28f536660ca7f87fb05e00a7 | 8f6fc9656e62881533b8d85e803452116cc0305f | /Source/Quint/Assemblies/Weapons/Mallet.h | 324ed2fd609631a1ae5384292819c6023e111dd2 | [] | no_license | minogb/Quintessence | 47056597790565f454412b8c051c4b08422b4a21 | d83ea5130a199baa21407c90225023556fa31173 | refs/heads/master | 2020-03-28T10:17:10.403482 | 2019-11-06T05:08:50 | 2019-11-06T05:08:50 | 148,097,322 | 3 | 3 | null | 2018-10-14T20:09:09 | 2018-09-10T04:04:51 | C++ | UTF-8 | C++ | false | false | 1,200 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Assemblies/AssembledEquipment.h"
#include "Interfaces/WeaponInterface.h"
#include "Mallet.generated.h"
/**
*
*/
UCLASS()
class QUINT_API UMallet : public UAssembledEquipment, public IWeap... | [
"minoguebrad@rocketamil.com"
] | minoguebrad@rocketamil.com |
d114eb6ec4564b0834e8d83668564c9d42505676 | bffb5982a832677386a198732bb486b874bda302 | /ATCCSOrm/src/at60gimbalstatus-odb.hxx | 7a1d256f5c61d7ca27d9272b6cedf7672d22446f | [] | no_license | iamgeniuswei/ATCCS | 4e28b6f0063c1f4089b447fa3d00299350c1e416 | 5261b26fbf99cebd0909f06a7bb1bcf9e47cb5e2 | refs/heads/master | 2021-01-24T07:42:10.596733 | 2017-06-05T01:34:40 | 2017-06-05T01:34:40 | 93,351,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,955 | hxx | // This file was generated by ODB, object-relational mapping (ORM)
// compiler for C++.
//
#ifndef AT60GIMBALSTATUS_ODB_HXX
#define AT60GIMBALSTATUS_ODB_HXX
#include <odb/version.hxx>
#if (ODB_VERSION != 20400UL)
#error ODB runtime version mismatch
#endif
#include <odb/pre.hxx>
#include "at60gimbalstatus.h"
#incl... | [
"iamgeniuswei@sina.com"
] | iamgeniuswei@sina.com |
ebb22c97b0b2329ae1524e3c64050b28265675b0 | 3a4bafe20521cf34d723f3524f79c72a586288ec | /src/qt/networkstyle.h | c05ccb3af074653a0d8972f1b84ae592242d6f71 | [
"MIT"
] | permissive | kiragame-team/strengthcore | 6152914b049638ce566b56184baf78ca9efd07e0 | 63c130758b115f71f69fe8d93c7aa776cb1ebe13 | refs/heads/master | 2020-04-24T15:43:53.592225 | 2019-03-13T07:57:45 | 2019-03-13T07:57:45 | 172,080,017 | 0 | 0 | MIT | 2019-03-08T07:47:40 | 2019-02-22T14:28:31 | C++ | UTF-8 | C++ | false | false | 1,341 | h | // Copyright (c) 2014 The Bitcoin Core developers
// Copyright (c) 2014-2017 The STRENGTH Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_NETWORKSTYLE_H
#define BITCOIN_QT_NETWORKSTYLE_H
#incl... | [
"kiragame.team@gmail.com"
] | kiragame.team@gmail.com |
bddfc6273cc0307ef466fffb318ce1fe985ff6f2 | 33b567f6828bbb06c22a6fdf903448bbe3b78a4f | /opencascade/VrmlData_Texture.hxx | 4ea0f61f9c6e963c4d4b8a5d9c5f23124fbc9d51 | [
"Apache-2.0"
] | permissive | CadQuery/OCP | fbee9663df7ae2c948af66a650808079575112b5 | b5cb181491c9900a40de86368006c73f169c0340 | refs/heads/master | 2023-07-10T18:35:44.225848 | 2023-06-12T18:09:07 | 2023-06-12T18:09:07 | 228,692,262 | 64 | 28 | Apache-2.0 | 2023-09-11T12:40:09 | 2019-12-17T20:02:11 | C++ | UTF-8 | C++ | false | false | 2,465 | hxx | // Created on: 2006-05-25
// Created by: Alexander GRIGORIEV
// Copyright (c) 2006-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version ... | [
"adam.jan.urbanczyk@gmail.com"
] | adam.jan.urbanczyk@gmail.com |
29cf6b67bf9190a74dcda410d6e41667e3076912 | 525dcc2e1e43c381f965cc12059c28e0142d50d0 | /src/AssetManager.hpp | cff728b3b929c31fdf2e96c6e637135c6195be87 | [] | no_license | sagarPakhrin/sfml-starter-template | ee1925bda2f46448578799f6d1e78a1c311ecc9f | 080fdfa4ac9353e4eb5a31433a12caf29853a974 | refs/heads/master | 2020-06-28T11:27:17.136739 | 2019-08-11T12:26:05 | 2019-08-11T12:26:05 | 200,221,916 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 499 | hpp | #pragma once
#include <SFML/Graphics.hpp>
#include <map>
namespace Sagar
{
class AssetManager
{
public:
AssetManager(){};
~AssetManager(){};
void LoadTexture(std::string name,std::string fileName);
sf::Texture &GetTexture(std::string name);
void LoadFont(std::string name,std::s... | [
"sagarlama826@gmail.com"
] | sagarlama826@gmail.com |
276d377bc639bd527c47c17429f3c83d771d7f41 | 93a939e249c8c2f5c3c3957e1c3057ce2eda2331 | /lib/interface.cpp | 27469623cdb2d99280800d2b8ea5cc048893040a | [] | no_license | mediabuff/cpp_modules_sample | 64bdf32e70025cb82b83d58e13bb89078b04474f | 7dadf4c9b1ed080648de4df97dab1b7965c00635 | refs/heads/master | 2021-06-19T12:06:10.915820 | 2017-07-09T15:40:57 | 2017-07-09T15:40:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 63 | cpp | module pets;
export module pets.pet;
export module pets.dog;
| [
"marius.elvert@googlemail.com"
] | marius.elvert@googlemail.com |
0ccd60e9ca4761a4c5c094647ce55d8d8c969c8a | 379b5265e055d4b0fc5c005974b09c2c12ede3b3 | /getting-started/hello-triangle/main.cpp | a204582e29b26b2938fa204f13c7bbd007a52333 | [] | no_license | jshuam/learn-opengl | fe69aa82ede22c86ea6061235022b7a63a4d8777 | d92c699b7db52f068dc8eaedd55bb23515a429d4 | refs/heads/master | 2022-11-16T23:41:09.786452 | 2020-07-08T11:11:07 | 2020-07-08T11:11:07 | 257,940,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,624 | cpp | #include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <iostream>
const char* vertexShaderSource = "#version 330 core\n"
"layout (location = 0) in vec3 aPos;\n"
"void main()\n"
"{\n"
" ... | [
"jshuam0@gmail.com"
] | jshuam0@gmail.com |
0d6bd08d0828e60c67e5349be6a153b98dfc67f6 | 8000180e9d07edd70d069a2ec7c42a2b2ffeecd2 | /entity/body.cpp | af08acba3e5dff811a9ad5bda0dbab21289d2dea | [] | no_license | oyvindskog/lunarLander | 3beedc476046093333944603715d1e797b884d86 | 4b828685ba5b8b0f898fa73df1409a3b1e9ac4af | refs/heads/master | 2021-06-01T21:13:25.994866 | 2020-04-09T07:57:50 | 2020-04-09T07:57:50 | 254,314,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | cpp | #include "body.h"
body::body(entity *e, vector2d &&position, std::vector<part> &parts)
: component(e), _position(position), _parts(parts) {}
void body::add_part(part &&p) { _parts.emplace_back(p); }
void body::render(SDL_Renderer *renderer) const {
for (auto p : _parts) {
p.v += _position;
SDL_Rect rec... | [
"oyvindskogstrand@gmail.com"
] | oyvindskogstrand@gmail.com |
7dd760614fb5018c7673f22bfa97ca57f3bde1ba | 0de27940c1e817befa533106cf7df0357614cea9 | /src/qt/clientmodel.h | 40a9f915a16e286be7764e863fd1753dfe13a392 | [
"MIT"
] | permissive | RocketFund/RocketFundCoin | deda5a0bd01b4feb32686bc209e4515d85699061 | 8acb4bdbc113c2aa5df46da6af576822bc48857e | refs/heads/master | 2020-09-12T19:25:12.205148 | 2019-11-26T00:51:37 | 2019-11-26T00:51:37 | 222,525,768 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,408 | h | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The ROCKETFUNDCOIN 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_CLI... | [
"57466496+RocketFund@users.noreply.github.com"
] | 57466496+RocketFund@users.noreply.github.com |
dae3ff1e458ddc90932c84adb485325ee7fa4ec7 | bc7af3a168a49bc0f603782f8322005c17ef066c | /HookDll/Global.h | a11eb27b16f3bad5a8a23a43f7e647ae93546a18 | [] | no_license | chen3/HookWindowActivity | 9598dd50c2f81ea4176c5488a8f2e87a0d670c60 | cac9946968e3f0e8662bc7c26d9859c4a4eae3bb | refs/heads/master | 2021-01-23T22:14:52.475773 | 2017-02-25T09:19:57 | 2017-02-25T09:19:57 | 83,120,793 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | h | #pragma once
#include "stdafx.h"
class Global
{
public:
static bool isInstall();
static void log(std::string s);
static void install();
static void installIfNotInstall();
static bool uninstall();
private:
Global() {
}
};
| [
"chen3@qiditu.cn"
] | chen3@qiditu.cn |
a4c23c1be6219dc16ae9bd8c73cd1aca0ac424be | 30602b4dd984837beb7b9c23bf3f20e22e11b53d | /Day 3 - Medium (Level 2)/Mailbox/Mailbox.cpp | 662838ea7fa7e20b76a49179012eaacabc51175c | [] | no_license | sidgujrathi/topcoder | fae7188965f71c880805af838664c082b89f0965 | d157ef0b02876b528fa3c4a451afccc2442ee165 | refs/heads/master | 2021-01-10T03:17:11.702146 | 2015-10-01T05:57:59 | 2015-10-01T05:57:59 | 43,119,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,828 | cpp | // BEGIN CUT HERE
// END CUT HERE
#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <queue>
#include <set>
#include <map>
#include <cstdio>
#include <cstdlib>
#include <cctype>
#include <cmath>
using namespace std;
vector<string> split( const str... | [
"sidh.gujrathi@gmail.com"
] | sidh.gujrathi@gmail.com |
b4650a4f5c3338793ab0aa0f41512b5a99893308 | 9bdcd5ce87a5bdb6dea11084db933a24d5b4891b | /RayTracing/RayTracingRunner/RayTracingRunner.cpp | 6615c65048d6de51c853118f8d73dfab44dc89d4 | [] | no_license | yichaozhao/Workplace | 3bcc35b4162d2ca115e3d243b42d634f271fe632 | 0302f63a01ec72a9d7098ac1a34a4d82862ab8e5 | refs/heads/master | 2020-05-20T01:48:27.264860 | 2015-09-04T03:09:29 | 2015-09-04T03:09:29 | 40,741,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 232 | cpp | #include "RayTracer.h"
#include <iostream>
#include "Dot.h"
int main()
{
std::cout << "It Works!\n";
Geom::Dot a(0, 0, 0);
Geom::Object& b = a;
std::cout << a.toString() + "\n";
std::cout << b.toString() + "\n";
return 0;
}
| [
"zhaoyichao@gmail.com"
] | zhaoyichao@gmail.com |
acb30d2e08d40ec98d1f540abdd1e4552dd75313 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_PrimalItemConsumable_UnlockHair_Facial_Goatee_parameters.hpp | 859c127ae757b79e7c28250fa8e07577a9acf954 | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 872 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_PrimalItemConsumable_UnlockHair_Facial_Goatee_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
47492ec37e37effc05be499c0336f175ec8d26d7 | 8899a8c81e8c8657e5dfe8e94ad5e94eddf59d9e | /Source/WebMediaPlayer/Private/WebMediaPlayer.cpp | 7f92d4ecb1f6f805f6544335eae482b711c8eaa5 | [] | no_license | bb2002/UE4-WebMediaPlayer | 40c7cedb46eaeeebaa8a095bc209c93525e37422 | bab03d5e965bc2039934ef2417f0a9e10976e205 | refs/heads/master | 2022-06-15T21:08:05.836943 | 2020-05-06T13:04:03 | 2020-05-06T13:04:03 | 261,760,256 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 626 | cpp | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "WebMediaPlayer.h"
#define LOCTEXT_NAMESPACE "FWebMediaPlayerModule"
void FWebMediaPlayerModule::StartupModule()
{
// This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module
}
... | [
"5252bb@daum.net"
] | 5252bb@daum.net |
6e53a038f9bde82a6e2d5285b837276b485b87bd | bbb12cf605c71c67be438ec7548b44c9d08911be | /Day15/main.cpp | 0f00a0a88289049189af3dfdf465d750f5851c93 | [] | no_license | dloibl/AOC2020 | 69bd8538a298307186e026fed54068f1b885c221 | f60f8b61311f106c95197fe8707dbdf44d9559cd | refs/heads/main | 2023-02-07T16:12:06.149859 | 2020-12-22T11:59:25 | 2020-12-22T11:59:25 | 317,606,072 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,194 | cpp | #include "../utils.cpp"
#include <map>
using namespace std;
int main()
{
vector<string> startingNumbers = split(readData("./input.txt")[0], ',');
map<int, pair<int, int>> spoken;
int part1Word;
int turn = 1;
int nextWord;
int lastWord;
for (auto start : startingNumbers)
{
auto ... | [
"daniel.loibl@gmail.com"
] | daniel.loibl@gmail.com |
eb464655d7137797638f71f594534c9041797934 | 5556191506949b4ae226223988e74001e3c3955c | /9/Array.h | b3252375ee97a670baa375895ee49bb7b5f2da15 | [] | no_license | josephvitt/cpp_design | 7af74d011cb19c7818c49e9ad30b478dded793eb | 8ee06707358128828a1fdc2ca5a6fe8acaca0b3b | refs/heads/master | 2020-12-09T05:07:49.296660 | 2020-02-05T07:58:15 | 2020-02-05T07:58:15 | 233,201,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,401 | h | /*
动态数组类模板
*/
#ifndef ARRAY_H
#define ARRAY_H
#include <cassert>
template <class T> //数组类模板定义
class Array {
private:
T* list;//用于存放动态分配的数组内存首地址
int size;//数组大小,元素个数
public:
Array(int sz = 50);//构造函数
Array(const Array<T> &a);//复制构造函数
~Array();//析构函数
Array<T> & ... | [
"419514268@qq.com"
] | 419514268@qq.com |
1745a47a9dee9925d9112823c465cfefda9a6816 | b372a212000ed977a2a4977eb3aba8467b49315b | /ARduino_workshop__case_/ARduino_workshop__case_.ino | df4b5c52231287829d8a5baa78c62edd66d1703a | [] | no_license | gugus13400/arduino | 62852a51d06bd914e31d8590aac2e406a2439f74 | baf65ad97ab87b7cc8fde5d943526c95bdd73a23 | refs/heads/master | 2021-04-06T12:18:11.838080 | 2018-03-14T14:59:05 | 2018-03-14T14:59:05 | 125,226,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,116 | ino | int potPin = A0;
int led_1 = 8;
int led_2 = 9;
int led_3 = 10;
int led_4 = 11;
int led_5 = 12;
void setup()
{
pinMode(potPin, INPUT);
Serial.begin(9600);
pinMode(led_1, OUTPUT);
pinMode(led_2, OUTPUT);
pinMode(led_3, OUTPUT);
pinMode(led_4, OUTPUT);
pinMode(led_5, OUTPUT);
}
void loop()
{
int potent... | [
"augustepugnet1@gmail.com"
] | augustepugnet1@gmail.com |
65b5286ba30fe7edff8ab7b36e6343853f35272d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_old_hunk_3272.cpp | 428a7441439144fcaf169904b1fad18da3895e4b | [] | 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 | 1,419 | cpp | || r->status != HTTP_OK
|| c->aborted) {
return OK;
}
else {
/* no way to know what type of error occurred */
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, status, r,
"default_handler: ap_pass_brigade returned %i",
... | [
"993273596@qq.com"
] | 993273596@qq.com |
9dd7ff082ed9fd81d747a4f1c3809b1464c82932 | 9f40d2ca59e083d21093a44a269a59330e940c2c | /gameAndMirror.ino | a6233b6fe0cbe7dd3e9c0a1a2461e673c7604833 | [] | no_license | danielreyes9756/PI-CalculatorAndOther | a676ba393b66d77378900bd156766475b01a2939 | 90baf29d56d702e78fe6683a0e09b9eec1a50329 | refs/heads/master | 2021-01-01T09:34:01.769960 | 2020-02-09T00:08:56 | 2020-02-09T00:08:56 | 239,220,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,415 | ino | //Variables
int iCount=0,displayCount=0,s=0,s2=0,m=0,m2=0,timbre=0,pulse=0,p=0,iCount2=0,turno=0,modo=0;
byte vector[]={0x3F, 0x6, 0x5B, 0x4F, 0x66, 0x6D, 0x7D, 0x7, 0x7F, 0x6F};
byte vectorIn[]={0x3F, 0x30, 0x6D, 0x79, 0x72, 0x5B, 0x5F, 0x31, 0x7F, 0x7B};
long ini;
String cadena="",cadena2="";
char aux='\0';
boolean... | [
"danielreyes9756.com"
] | danielreyes9756.com |
9d4af6ba7b8450eb6e11fc525b01c964c7c80093 | d320d6fed418f4339a953f3963e7bd4b6b4b3cd0 | /platformlibs/libwin32/basalt/win32/shared/win32_gfx_factory.cpp | e34a0857a7fd1827f4d38491c206887dbbdeec23 | [] | no_license | juli27/basaltcpp | 6ef93bb3c322f328262bb18c572968eb0ff8fc2b | 1c6bb55f80e8c1fa4aa3b52a7111e78741424955 | refs/heads/master | 2023-08-31T04:30:57.379453 | 2023-08-30T18:57:54 | 2023-08-30T18:57:54 | 189,708,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | #include <basalt/win32/shared/win32_gfx_factory.h>
#if BASALT_DEV_BUILD
#include <basalt/gfx/backend/validating_swap_chain.h>
#endif
namespace basalt::gfx {
auto Win32GfxFactory::create_device_and_swap_chain(
const HWND window, const DeviceAndSwapChainDesc& desc) const
-> DeviceAndSwapChain {
DeviceAndSwapChai... | [
"juli27@users.noreply.github.com"
] | juli27@users.noreply.github.com |
89a1eb048968f8d6688e5c6cce86a5809463b3ea | d9184d5f98830195afcdba7bf79b8bde6f90db51 | /src/qt/sendcoinsdialog.cpp | b081e0a71722be30b033e9c9bb0f41eba691809f | [
"MIT"
] | permissive | hexioncoin/hexion | 2aeb5ebbbc13ff105d9b72d4bda49aabf8246d37 | 61ddcd8eef5528817b022cb5ed39b433f3762477 | refs/heads/master | 2016-09-06T05:56:16.185217 | 2014-11-13T13:27:40 | 2014-11-13T13:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,893 | cpp | #include "sendcoinsdialog.h"
#include "ui_sendcoinsdialog.h"
#include "init.h"
#include "walletmodel.h"
#include "addresstablemodel.h"
#include "addressbookpage.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "optionsmodel.h"
#include "sendcoinsentry.h"
#include "guiutil.h"
#include "askpassphrased... | [
"hexioncoin@hotmail.com"
] | hexioncoin@hotmail.com |
e1ee114c8ca3cdc6e0449b63ca1ab9185c1e5783 | a71582e89e84a4fae2595f034d06af6d8ad2d43a | /tensorflow/core/grappler/optimizers/graph_optimizer.h | 44dfe0de7890f09feb0b2cbfc450ddb9e37fc3cd | [
"Apache-2.0"
] | permissive | tfboyd/tensorflow | 5328b1cabb3e24cb9534480fe6a8d18c4beeffb8 | 865004e8aa9ba630864ecab18381354827efe217 | refs/heads/master | 2021-07-06T09:41:36.700837 | 2019-04-01T20:21:03 | 2019-04-01T20:26:09 | 91,494,603 | 3 | 0 | Apache-2.0 | 2018-07-17T22:45:10 | 2017-05-16T19:06:01 | C++ | UTF-8 | C++ | false | false | 2,944 | h | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
a75df37088739fa342da2c3a42de4d5a3572dd85 | b0368adc2331e1d0b770aeae1773b15ad81072d7 | /include/GnssErrorModel.h | 26e675f4a8d676decdf6b0a6421ce0d6f4e87cbe | [] | no_license | neophack/PPPLib_v2.0 | c3774c285ef8195137f22357604eb2aba789f45f | 344f973ea3de74d1db1823988662a5162f6d0080 | refs/heads/master | 2022-12-05T12:08:38.409433 | 2020-08-17T02:45:50 | 2020-08-17T02:45:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,520 | h | //
// Created by cc on 7/19/20.
//
#ifndef PPPLIB_GNSSERRORMODEL_H
#define PPPLIB_GNSSERRORMODEL_H
#include "GnssFunc.h"
using namespace PPPLib;
namespace PPPLib{
class cGnssModel{
public:
cGnssModel();
virtual ~cGnssModel();
public:
virtual void InitErrModel(tPPPLibConf C);
... | [
"cchen@cumt.edu.cn"
] | cchen@cumt.edu.cn |
1ebafccf35d7801953d4d12dec6589d8c3f51bab | 401982f39507e281d90c1af3f2d81c15a30e3602 | /engine/shader/abstract_shader_variant.cpp | 34b9890fd8cc4baeba5cb4edd36e0950ae3b543e | [] | no_license | NukeBird/rendy | 60a3ea2b6b324eb2b36ffd5625ff97687f059d83 | 72c7d7db34f374b8245b41f0e27b220dc9738fa8 | refs/heads/master | 2023-04-08T20:03:26.187857 | 2020-01-13T13:13:46 | 2020-01-13T13:13:46 | 211,322,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,435 | cpp | #include "abstract_shader_variant.h"
#include "../util/log.h"
#include <optick.h>
Rendy::AbstractShaderVariant::AbstractShaderVariant(OGL version,
const std::string& vtx, const std::string& frg): version(version)
{
OPTICK_EVENT();
this->vertex_source = vtx;
this->fragment_source = frg;
compile_shader();
OPTICK... | [
"nukebird.dev@gmail.com"
] | nukebird.dev@gmail.com |
148c3dd4baca8282366df8e5089e487d0df25538 | 2927dcbbb0723e8e76710040407c5561fb6b0121 | /16384/other/lavos/src/delay.cpp | 72ed4fd59741147bfda834f2aed6f2f84b5699a3 | [
"BSD-3-Clause"
] | permissive | cafferta10/hardcode | 9583599825010c16d46e199aaff9b15834730c65 | 2033e906d3a7850f88dda431f15a70f0981729b9 | refs/heads/master | 2021-05-22T01:06:19.072005 | 2019-10-26T03:28:44 | 2019-10-26T03:28:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,120 | cpp | #include "delay.hpp"
/** Maximum number of delay buffers. */
#define MAX_DELAY_BUFFERS 20
/** \brief Delay buffers.
*
* The delay buffers are too large for stack. Thus, we read them from this global buffer and always take the
* 'next' one for each delay.
*
* I feel bad about this, but what can you do. ... | [
"youngthug@youngthug.com"
] | youngthug@youngthug.com |
9ef4e9c1688aadd17dbda6bda69efd7c51f2b9a0 | 266310ea0b8063e56918727a0a0f65bb22597fea | /src/backend/catalog/mataData.cpp | 4cfa7e9f720ac6f4a8231b65454db1d68f7175c5 | [] | no_license | RingsC/StorageEngine | 88ec03d019d6378b93d8abd3a57a9447cf31b932 | 4e8447751867329e1d7b7dd9b4d00e2020be9306 | refs/heads/master | 2021-04-27T00:07:08.962455 | 2018-03-04T03:13:22 | 2018-03-04T03:13:22 | 123,751,907 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,159 | cpp | #include <iostream>
#include <exception>
#include "postgres.h"
#include "postgres_ext.h"
#include "catalog/metaData.h"
#include "storage/spin.h"
using namespace std;
hash_map<Oid, Colinfo> g_col_info_cache;
slock_t g_spinlock = SpinLockInit(&g_spinlock);
void setColInfo(Oid colid, Colinfo pcol_info)
{
if(pcol_in... | [
"hom.lee@hotmail.com"
] | hom.lee@hotmail.com |
8c6fc42bc80e3941ee5dfd82588954d92a383c0c | 90db83e7fb4d95400e62fa2ce48bd371754987e0 | /src/components/password_manager/core/browser/form_saver_impl.h | a01ca3e4bac5c5d3cbd67795c54c1c8926cc5c0f | [
"BSD-3-Clause"
] | permissive | FinalProjectNEG/NEG-Browser | 5bf10eb1fb8b414313d5d4be6b5af863c4175223 | 66c824bc649affa8f09e7b1dc9d3db38a3f0dfeb | refs/heads/main | 2023-05-09T05:40:37.994363 | 2021-06-06T14:07:21 | 2021-06-06T14:07:21 | 335,742,507 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,014 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FORM_SAVER_IMPL_H_
#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FORM_SAVER_IMPL_H_
#include <memory>... | [
"sapirsa3@ac.sce.ac.il"
] | sapirsa3@ac.sce.ac.il |
455419ccddd7e92d35da5891cd4ade8db8337cb1 | 0dae134774f7887eb3ffb4b7611b26e8041a0692 | /Competitive Programming/Contests/CodeForces/Contests/Good Bye/Good Bye 2015/New Year and Ancient Prophecy/prophesy.cpp | aaae163cea6272d92d0c346098665162aec4f47c | [] | no_license | andyyang200/CP | b6ce11eb58fd535815aa0f7f5a22e9ed009bf470 | 46efbcdaf441ee485dbf9eb82e9f00e488d2d362 | refs/heads/master | 2020-08-27T14:49:36.723263 | 2019-10-25T04:09:11 | 2019-10-25T04:09:11 | 217,407,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,877 | cpp | //Andrew Yang
#include <iostream>
#include <stdio.h>
#include <sstream>
#include <fstream>
#include <string>
#include <string.h>
#include <vector>
#include <deque>
#include <queue>
#include <stack>
#include <set>
#include <unordered_set>
#include <map>
#include <unordered_map>
#include <algorithm>
#incl... | [
"andy@zensors.com"
] | andy@zensors.com |
9afd51135471e981f046ff7635bc6386666a2188 | 20b9fcfc1a657efaf6487bb4c2cb0ce326c79919 | /Sources/Past/ABC094/ABC094C.cpp | f1a615bbe6340a94edf587032bb243e3de64348c | [] | no_license | kurose-th/CompetetiveProgramming | e729da45db40d7d382348bca703fbc2f4e81d06a | 8b0fd918490941942aed4b9cf7cb733352ff4088 | refs/heads/master | 2020-03-21T22:53:11.154527 | 2020-02-16T11:25:43 | 2020-02-16T11:25:43 | 139,153,162 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 858 | cpp | #include <cstdio>
#include <string>
#include <cmath>
#include <string>
#include <algorithm>
#include <iostream>
#include <map>
#include <vector>
#include <iomanip>
#include <tuple>
#include <queue>
using namespace std;
typedef long long ll;
#define rep(i, a, n) for (int i=a;i<n;++i)
#define repeq(i, a, n) for(int i=a;i... | [
"krs1218@gmail.com"
] | krs1218@gmail.com |
61411aa26972ff36e1eb17f67f1d7717a5081bba | 72f1e6b2c742751c23ba16f824a0a91ae4cfcf99 | /HackerEarth/HackerEarth_StringWeight.cpp | f16730b0932c897e77a9936e80b49966b0e46e20 | [] | no_license | ms-darshan/Competitive-Coding | 9d6f7e45a996cb30d54e54eb2c847eeeeccb5dab | 76d2e229dd281d063cca6e3374c8d25ed5fff911 | refs/heads/master | 2020-04-14T00:37:16.076282 | 2018-05-26T20:00:40 | 2018-05-26T20:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 880 | cpp | //http://www.hackerearth.com/epiphany-4-1/algorithm/string-weight/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
#define sp system("pause")
#define FOR(i,a,b) for(int i=a;i<=b;++i)
#define FORD(i,a,b) for(i... | [
"akshay95aradhya@gmail.com"
] | akshay95aradhya@gmail.com |
9ab01c959f70d1ac40c649afb8aeeb4f2b8259c7 | e2ad74f7396a095244676ba5d881574080047862 | /JuceLibraryCode/modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp | 58c3d98ae8069a9eac357046a047b285e5a6192f | [] | no_license | kasbah/juci | fd4fae5b45c8a7f97f5143fc4aaf8d341d535d32 | 5bdc96dfa72b14290e067cb6f2578a57e060a37d | refs/heads/master | 2016-09-05T22:48:35.775128 | 2013-11-08T02:34:23 | 2013-11-08T02:34:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 58,185 | cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2013 - Raw Material Software Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
... | [
"kaspar.emanuel@gmail.com"
] | kaspar.emanuel@gmail.com |
72c13ecf97ca803411f7e06c2775ba982b159f28 | c8ec5672fb971f146ad9819aa171d366394051c9 | /AGPLightDemonstration-master/ASSIMPProject/ASSIMPProject/Mesh.h | 6a62f2213d5ff75b905653054b4f8eceaba1dc14 | [] | no_license | NickJ25/TempGroup | 68b16c0d51688807041ca9ddd32fd07b71bd7188 | e9872efd1da35c872d84beb9a34eb93be49497cf | refs/heads/master | 2020-04-08T09:04:48.432234 | 2018-12-02T15:33:23 | 2018-12-02T15:33:23 | 159,206,909 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,076 | h | #pragma once
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
#include <vector>
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include "Shader.h"
using namespace std;
struct Vertex
{
// Position
glm::vec3 Position;
// Normal
glm::vec3... | [
"chrislochhead123@outlook.com"
] | chrislochhead123@outlook.com |
135e01ea34d4dfc6897e6d689e5ff78f4ff5f1ad | 001bff3a9254779345f2fc22a02786decafe4678 | /11/debian-10/postgresql-repmgr-11.11.0-15-linux-amd64-debian-10/files/postgresql/include/geos/geom/FixedSizeCoordinateSequence.h | 20e661d1d68f635829235326cc2be141e3c6c5d7 | [
"GPL-2.0-only",
"MIT",
"Zlib",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | radondb-pg/radondb-postgresql-kubernetes | 33fe153b2b2148486e9ae3020c6b9664bc603e39 | e7a308cb4fd4c31e76b80d4aaabc9463a912c8fd | refs/heads/main | 2023-07-11T16:10:30.562439 | 2021-08-19T11:42:11 | 2021-08-19T11:42:11 | 370,936,467 | 0 | 0 | Apache-2.0 | 2021-05-26T06:56:52 | 2021-05-26T06:56:51 | null | UTF-8 | C++ | false | false | 3,881 | h | /**********************************************************************
*
* GEOS - Geometry Engine Open Source
* http://geos.osgeo.org
*
* Copyright (C) 2019 Daniel Baston
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU Lesser General Public Licence as published
* ... | [
"hualongzhong@yunify.com"
] | hualongzhong@yunify.com |
21d51963cc4b4f3707e4d4168f1b2aeedae67f13 | d3a866847e7feeb4d1893bd7b3794af6bcbf68ed | /Completed/195 - Anagram/195 - Anagram.cpp | 803629860b071311db90583334158de0afb3406e | [] | no_license | sodrulamin/UVA | b1c7e88ea34e723a6ab9ec7170959e866c5ec729 | d2a6e09ba4d6aabbb06b1080ec41466e26dce4dd | refs/heads/master | 2020-07-18T08:47:59.317865 | 2019-10-16T08:22:40 | 2019-10-16T08:22:40 | 206,215,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,991 | cpp | #include <iostream>
#include <string>
#include <algorithm>
#include <set>
#include <vector>
#include <stack>
using namespace std;
vector<string> resultSet;
char charList[] = {
'A','a',
'B','b',
'C','c',
'D','d',
'E','e',
'F','f',
'G','g',
'H','h',
'I','i',
'J','j',
'K','k'... | [
"shaon@revesoft.com"
] | shaon@revesoft.com |
1b09e455f5723caaff3986d4fd670af5caacd4bb | 4e8e56d7d7fdc3bc7eedb03d8a466b5e07ed92d8 | /src/qt/optionsdialog.cpp | 7cf4a04662487cd0fdada04a82d059610fa9472b | [
"MIT"
] | permissive | fairycoin/fairycoin | 4f4a8e7bb51a0f95ce9109ee0dc3aa38db93db22 | 0dcd0b89431b55bb973c24acdc1b7a2c172a0758 | refs/heads/master | 2016-08-05T00:19:05.040781 | 2014-05-20T06:16:43 | 2014-05-20T06:16:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,670 | cpp | #include "optionsdialog.h"
#include "ui_optionsdialog.h"
#include "bitcoinamountfield.h"
#include "bitcoinunits.h"
#include "monitoreddatamapper.h"
#include "netbase.h"
#include "optionsmodel.h"
#include "qvalidatedlineedit.h"
#include "qvaluecombobox.h"
#include <QCheckBox>
#include <QDir>
#include <QIntValidator>
#... | [
"osiris2099@drivehq.com"
] | osiris2099@drivehq.com |
d5427077439ce97fea3a246705dcf17086076eed | 9de29021638032dfc11056cecb250c34e92b2353 | /Type 2/String Processing/Decode the tap Uva 10878.cpp | 62ed6ce3c4ccabafa3a582e46a81e478918d9460 | [] | no_license | mhRumi/Project-150-2017831023 | 18c5096c8125eb7eea9bfeacac690c19ebba0762 | 9f5b5cadcc1c02bf1d38515eb18de40fe0a5513d | refs/heads/master | 2020-04-17T14:42:08.326923 | 2019-01-20T13:55:06 | 2019-01-20T13:55:06 | 166,667,718 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 359 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
char s[12];
gets(s);
int box[]={0,0,64,32,16,8,0,4,2,1,0};
while(gets(s)){
if(s[0]=='_')
break;
int sum=0;
for(int i=0;i<11;i++){
if(s[i]=='o')
sum=sum+box[i];
}
co... | [
"mh913350@gmail.com"
] | mh913350@gmail.com |
5ecb820729ee402ae3344a751ead381327a16f07 | 0b279426020e3e4500b2391a730e24528a902283 | /00-string/inc/string.hpp | fd79e015faf66f8e3b911aa91eb80cb1c4cc56c4 | [
"MIT"
] | permissive | YuehChuan/Cpp-Weekly | 76b5f6ac17ead513082e4efe70856715e69a032d | a396f6508857ca1077ab7513a162724b6489dee2 | refs/heads/master | 2022-04-21T00:08:13.951977 | 2020-02-27T15:16:36 | 2020-02-27T15:16:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,398 | hpp | /** @file string.hpp
*
* @mainpage string.hpp
*
* @brief build your own string like std::string from scratch
*
* @author Gapry
*
* @date 2020
*
* @copyright MIT License
*/
#ifndef __STRING_HPP__
#define __STRING_HPP__
#include <cstddef>
class beta::string : public beta::noncopyable ... | [
"gapry@protonmail.com"
] | gapry@protonmail.com |
688ac72ffa654a556db6864ee847887ae98946bf | 102459cdb53edaa01c10f5bb7d3878efa4b0885a | /cipher_tools.hpp | 550a40cdde81d6204f9c2673ef4d51a5ed6ac74c | [] | no_license | amaabalo/Cipher-Tools | 7138cca36afd749a0920be57e0ba0543ec14c799 | dcfafe3cdbb2da2e3738071c10692346bffd85e5 | refs/heads/master | 2021-06-25T05:37:07.689845 | 2017-09-10T01:54:48 | 2017-09-10T01:54:48 | 102,996,032 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 822 | hpp | /* cipher_tools.hpp */
#include <unordered_map>
#include <vector>
#include <utility>
const float englishCharacterFrequencies[26] ={0.080, 0.015, 0.030, 0.040, 0.130, 0.020, 0.015, 0.060, 0.065, 0.005, 0.005, 0.035, 0.030, 0.070, 0.080,//
0.020, 0.002, 0.065, 0.060, 0.090, 0.030, 0.010, 0.015, 0.005, 0.0... | [
"amiabalo@Mawutors-MacBook-Pro.local"
] | amiabalo@Mawutors-MacBook-Pro.local |
ae0e7a1cad975c31088c37c4fcd80b04d4a469be | 370881312084d8d2ce0f9c8dce147b81a3a9a923 | /Game_Code/Code/CryEngine/CryAction/FlowSystem/Nodes/PlaySequenceNode.cpp | 6640b255f9ee1ac779fa097841d0a5b05f4bfc79 | [] | no_license | ShadowShell/QuestDrake | 3030c396cd691be96819eec0f0f376eb8c64ac89 | 9be472a977882df97612efb9c18404a5d43e76f5 | refs/heads/master | 2016-09-05T20:23:14.165400 | 2015-03-06T14:17:22 | 2015-03-06T14:17:22 | 31,463,818 | 3 | 2 | null | 2015-02-28T18:26:22 | 2015-02-28T13:45:52 | C++ | UTF-8 | C++ | false | false | 14,669 | cpp | #include "StdAfx.h"
#include <ISystem.h>
#include <ICryAnimation.h>
#include <IMovieSystem.h>
#include <IViewSystem.h>
#include "CryActionCVars.h"
#include "FlowBaseNode.h"
class CPlaySequence_Node : public CFlowBaseNode<eNCT_Instanced>, public IMovieListener
{
enum INPUTS
{
EIP_Sequence,
EIP_Start,
EIP_Pause,... | [
"cloudcodexmain@gmail.com"
] | cloudcodexmain@gmail.com |
7c367d5be4407f2206a9b02ad338eb37df830524 | c3959671a067b0d3ea77d7b82f60ba7637b3d73e | /obsoleto/alfatesters_placav2.2/GARABULLO18_prueba_lecturas.ino/tiempo.ino | 1061f5d8a6dae639169983b5dbe571c6912f70c8 | [] | no_license | DiegoLale/garabullo2018 | ad00378642ad71dff8677a21a669e7cf322079bd | 018b9c194da9e3329a60b7b8d07836c8449b5497 | refs/heads/master | 2021-04-26T22:35:52.848104 | 2020-11-06T16:31:08 | 2020-11-06T16:31:08 | 124,115,659 | 0 | 1 | null | 2018-03-06T17:43:30 | 2018-03-06T17:43:30 | null | UTF-8 | C++ | false | false | 451 | ino | boolean test_tiempo_suficiente()
{
tiempo_actual = millis();
medida_tiempo = (tiempo_actual - tiempo_inicio) / 1000; //esta variable se usa para la longitud de la barra de tiempo
if (tiempo_actual - tiempo_inicio > 120000)
{
return 0;
}
else return 1;
}
void muestra_barra_crono()
{
pantalla.fillRect... | [
"diegolale@gmail.com"
] | diegolale@gmail.com |
aa0d411d0010a213c4a57c7582d2451865638d44 | 86dae49990a297d199ea2c8e47cb61336b1ca81e | /c/2020 tasks/3.7 NOI OnLine/bubble/bubble.cpp | 3b8e0ea7b1d7d7ed02591444f9bd32ac775ceecf | [] | no_license | yingziyu-llt/OI | 7cc88f6537df0675b60718da73b8407bdaeb5f90 | c8030807fe46b27e431687d5ff050f2f74616bc0 | refs/heads/main | 2023-04-04T03:59:22.255818 | 2021-04-11T10:15:03 | 2021-04-11T10:15:03 | 354,771,118 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | cpp | #include<stdio.h>
#include<algorithm>
#include<string.h>
using namespace std;
int a[2000];
int b[2000];
int main()
{
int n,m;
freopen("bubble.in","r",stdin);
freopen("bubble.out","w",stdout);
scanf("%d%d",&n,&m);
for(int i = 1;i <= n;i++)
scanf("%d",&a[i]);
for(int i = 1 ;i <= m;i++)
{
int t,... | [
"linletian1@sina.com"
] | linletian1@sina.com |
74d8436d5960c5a5af7b5d5d015cade9ed4a977a | a06a9ae73af6690fabb1f7ec99298018dd549bb7 | /_Library/_Include/boost/numeric/odeint/util/same_instance.hpp | d2a21e3f944788ff80c5164d1f560e0715a54dd6 | [] | 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 | 1,356 | hpp | /*
[auto_generated]
boost/numeric/odeint/util/same_instance.hpp
[begin_description]
Basic check if two variables are the same instance
[end_description]
Copyright 2012 Karsten Ahnert
Copyright 2012 Mario Mulansky
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.t... | [
"adm.fael.hs@gmail.com"
] | adm.fael.hs@gmail.com |
94d48ed1c035125452d0b86e91594c1dd5faaec2 | b9c62e76aa57e5482ac1bfb96852b74046acea55 | /leetcode/59spiral-matrix-ii.cpp | 7bce6d215db1942fd58869fd94346780f37d2295 | [] | no_license | demeiyan/algorithm | e7c9401a3d3486582865cd1d04a4d34a130bbe56 | 75c02ae3375e34a6209fdc91ba2a30979f091901 | refs/heads/master | 2022-11-13T03:59:09.175400 | 2019-09-17T05:01:06 | 2019-09-17T05:01:06 | 59,123,515 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,262 | cpp | /**
* @Date 2019/2/18 21:43
* @Created by dmyan
*/
#include<bits/stdc++.h>
using namespace std;
class Solution {
public:
vector<vector<int>> generateMatrix(int n) {
vector<vector<int>> res;
if(n==0)return res;
res.resize(n);
if(n==1){
vector<int> tmp(n,0);
c... | [
"1312480794@qq.com"
] | 1312480794@qq.com |
797cb8d5c59f79639d4387b24586bebffd5a9bdd | c588186250b1af54a276dbba2efc8bb78ca14125 | /GYM/101522_J.cpp | d5aa27e39bd18fb4b2801bc16467144d8477d4f7 | [] | no_license | Meng-Lan/Lan | 380fdedd8ed7b0c1e5ffdabdc0c2ce48344927df | fc12199919028335d6ddb12c8a0aa0537a07b851 | refs/heads/master | 2021-06-28T11:59:50.201500 | 2020-07-11T09:05:53 | 2020-07-11T09:05:53 | 93,761,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,987 | cpp | #include<iostream>
#include<cstdio>
#include<string>
#include<cstring>
#include<cstdlib>
#include<sstream>
#include<fstream>
#include<vector>
#include<list>
#include<deque>
#include<stack>
#include<queue>
#include<map>
#include<set>
#include<cmath>
#include<utility>
#include<numeric>
#include<iterator>
#include<algorit... | [
"779379402@qq.com"
] | 779379402@qq.com |
beba5c80af02a979a90a1b609cd9991a5a1cf7cd | bf1e7cb6a0405bd4ab8986a1fdd108525fb576e6 | /src/GA/Genome.cpp | 32e92bb01fe009e2d85c38333f8888cf3800ccb8 | [] | no_license | reckter/TravelingSaleseman | f0062096a07972908f804c7be9d6119016dde7f6 | ce4cdca88b3a72b5c669718ac5c4b74dfb59e302 | refs/heads/master | 2020-04-25T05:10:07.287231 | 2014-12-15T14:40:09 | 2014-12-15T14:40:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,353 | cpp | /*
* Genome.cpp
*
* Created on: Nov 17, 2014
* Author: ahueck
*/
#include "Genome.h"
#include "Util.h"
namespace practical {
namespace ga {
Genome::Genome() :
genes() {
}
Genome::Genome(const std::vector<IntGene>& genes) :
genes(genes) {
}
Genome::Genome(const Genome& other) :
genes(other.genes)... | [
"hannes@guedelhoefer.de"
] | hannes@guedelhoefer.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.