blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ead74f7cc86442eddae3f1c37f7eda134d61df7c | f6e40c810e1d262d23ca103a128408f9863d1e3c | /PubSub/adevs-code-323-trunk/include/adevs_fmi.h | 39be47908c5dd8eee75169788dda4775f2e33b69 | [
"BSD-2-Clause-Views"
] | permissive | gregorylm/MSaaS | 0e455d9f85947074c2e4a69346ff3a560fb4dfeb | 119420f5cce29ef38d9318d9b07869398c5096dd | refs/heads/master | 2020-12-24T01:27:02.409945 | 2016-06-06T14:30:42 | 2016-06-06T14:30:42 | 60,371,570 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,394 | h | /**
* Copyright (c) 2014, James Nutaro
* 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 cond... | [
"greg@spawar.navy.mil"
] | greg@spawar.navy.mil |
641e79a9c8138f91e8c7ba8b51c267600bb9d366 | 18476e38d4f7b5183b02a489103188fc81ba27a3 | /readNas/readNas/GEntity.h | 5a9e1e240d699589f239b1c7a1092d7b695b733d | [] | no_license | chapman2014/ioNas | e1a0870aa66331f3bb14f335c05e229b29b26bb9 | 9fb0ee33c17debe6c7e863fdc2c1d456698ffa94 | refs/heads/master | 2020-12-14T13:25:00.912105 | 2015-08-29T03:54:17 | 2015-08-29T03:54:17 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,768 | h | #ifndef _GENTITY_H_
#define _GENTITY_H_
class MVertex;
class GVertex;
class GEdge;
class GModel;
class GEntity{
private:
// all entities are owned by a GModel
GModel *_model;
// the tag (the number) of this entity
int _tag;
// gives the number of the master entity in periodic mesh, gives _tag
// if non-period... | [
"pointfly@163.com"
] | pointfly@163.com |
aa9115c02c634c939ce63ed5ff10da097df95eb2 | 45ffbc53f20e3bb6d093e9d5307d753fe98f616b | /Source/WeatherSystem/WeatherSystem.cpp | e3dab314123bab2010bd4725be3b2fa81e9b6b0c | [] | no_license | Hengle/WeatherSystem | 324fa1a8b0e396137506bdedfaa03bd9dcfa42ff | ec0689056e42e5a9d39abadad7b1af7bec845420 | refs/heads/master | 2020-08-18T02:37:51.017535 | 2019-09-12T07:47:45 | 2019-09-12T07:47:45 | 215,737,866 | 2 | 0 | null | 2019-10-17T08:10:24 | 2019-10-17T08:10:24 | null | UTF-8 | C++ | false | false | 232 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "WeatherSystem.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, WeatherSystem, "WeatherSystem" );
| [
"yantingchao@pwrd.com"
] | yantingchao@pwrd.com |
733dd0e532894cb2a1da9675bccd5c552c169562 | a79cfb5e4152b8853c144afa36ada470f593f6bc | /src/damselfish_variable_list.cpp | f98665b3518adf1daf20a99656ba183f6b6b4c7d | [
"MIT"
] | permissive | microwerx/damselfish | c8ffd3bde681a83a7b1526d91ce216b549fad32b | 361114017fbc1141520568dcefcca15eb180593b | refs/heads/master | 2021-07-05T05:04:48.730297 | 2020-12-07T18:28:46 | 2020-12-07T18:28:46 | 207,009,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,941 | cpp | #include "damselfish_pch.hpp"
#include <damselfish_base.hpp>
#include <damselfish_variable_list.hpp>
#include <damselfish_lexer.hpp>
namespace Df {
VariableList::VariableList() {}
VariableList::~VariableList() {
variables.clear();
}
bool VariableList::is_var(const std::string& name) const {
auto it = variabl... | [
"jmetzgar@outlook.com"
] | jmetzgar@outlook.com |
da00065c409ef9c0418db8eb51b5edc613c57ab9 | d5483dcd99880d12517c1517e20a2100bc4c1cc7 | /SampleHelloUI/Classes/CocosGUIScene.cpp | 2f60e9761dc2a6fcb8065566310e2eb6ae2ac45f | [] | no_license | zhouhailiangdegithub/CocoStudioSamplesBasedOnCocos2d-x3.0 | 7e1a197b4a37da0b16d802aa351a1c1582003206 | 7ac2a95dc875462716b6ebb599aa83e51aed03a2 | refs/heads/master | 2021-05-03T10:59:48.020716 | 2016-04-07T09:14:07 | 2016-04-07T09:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,030 | cpp | #include "CocosGUIScene.h"
#include "VisibleRect.h"
#include "UISceneManager.h"
#include "cocostudio/CocoStudio.h"
enum
{
LINE_SPACE = 40,
kItemTagBasic = 1000,
};
static struct
{
const char *name;
std::function<void(Ref* sender)> callback;
}
g_guisTests[] =
{
{
"gui ButtonTest",
[](Ref* se... | [
"c.ever.fallen@gmail.com"
] | c.ever.fallen@gmail.com |
2fe96c6f73c312693b3d993d27fbb6cfd228d98a | 3212e9ed57d9979ae1f8aeef748fe75ccf03a676 | /src/GrainViewer/Behavior/QuadMeshData.cpp | 72b5f1eb13676ea169ecf6cd9d810ada65f2da93 | [
"MIT"
] | permissive | eliemichel/GrainViewer | b10ef4aa3007b27e6f9e63c96b1992a3add72f66 | 2c08409dc7717f75a653f05437344f4a868835ed | refs/heads/main | 2023-05-25T06:00:11.045957 | 2023-05-11T15:06:30 | 2023-05-11T15:06:30 | 308,387,434 | 13 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,098 | cpp | /**
* This file is part of GrainViewer, the reference implementation of:
*
* Michel, Élie and Boubekeur, Tamy (2020).
* Real Time Multiscale Rendering of Dense Dynamic Stackings,
* Computer Graphics Forum (Proc. Pacific Graphics 2020), 39: 169-179.
* https://doi.org/10.1111/cgf.14135
*
* Copyright (c) 2... | [
"elie.michel@exppad.com"
] | elie.michel@exppad.com |
22026901ff2a35bd68baee0e31b388e6513b941a | 6d2413a01ed681a1d9652a98090ae3fe77ca0cca | /Contoh1.ino | e3759fc14f8c060014f4cbadf2173fedbe9e357b | [] | no_license | rakaiqbalsy/Arduino-potensio | bbd09d604c724f1d4ef6ba75777177f1f558d0aa | 1c4892db9c62fd7543240c16138b34634b08f06b | refs/heads/master | 2020-04-04T03:50:48.613128 | 2018-11-01T14:33:42 | 2018-11-01T14:33:42 | 155,728,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 315 | ino | int potPin = 2;
int ledPin = 13;
int val =0;
void setup() {
// put your setup code here, to run once:
pinMode(ledPin, OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
val = analogRead(potPin);
digitalWrite(ledPin, HIGH);
delay(val);
digitalWrite(ledPin, LOW);
delay(val);
}
| [
"rakaiqbalsy@gmail.com"
] | rakaiqbalsy@gmail.com |
a15802c32c36458a3a1be5e91a0e4de88ae68735 | ba4c3796ffc7154e1e0d2efa920281cd776cf596 | /sort/anasort2.cc | 45c1abf0b332712c9aecee17676d57718a8384b5 | [] | no_license | monut/algo | 2d8e87ad601d8b8bc72f61f81c7985434e2752be | 92639bc8cd88d2f87b213af60bb6b6db80dce299 | refs/heads/master | 2022-01-26T22:00:12.462390 | 2022-01-20T19:31:44 | 2022-01-20T19:31:44 | 123,608,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,442 | cc | /*
* Find the anagrams in a list of srings
* letters. case sensitive
* frequency map
*/
#include <iostream>
#include <map>
#include <algorithm>
using namespace std;
ostream&
operator<<(ostream& os, vector<string>& v) {
for(auto val : v) {
os << val << " ";
}
return os;
}
map<vector<int>, vec... | [
"monut20018@gmail.com"
] | monut20018@gmail.com |
f5641155399874cb905030091eed1a862a4c3a11 | feac2f72d50c654e6ed6ea9a9f9c24fa1b8bdb6b | /head_first_design_patterns/02_Observer/inc/WeatherData.h | 8a3681da67d41a8ab247ff3cf5b6aea40c7fae20 | [] | no_license | anonymouss/cpp_notes | e211e25a3eebd4d25dd4336f86da972d542f143a | b7ccf53e5a4bea03980c5956cc622dbfdebb20c6 | refs/heads/master | 2023-07-24T02:25:55.537904 | 2022-11-29T11:39:24 | 2022-11-29T11:39:24 | 200,767,620 | 4 | 0 | null | 2023-07-06T21:45:47 | 2019-08-06T03:13:49 | C++ | UTF-8 | C++ | false | false | 561 | h | #ifndef __WEATHER_DATA_H__
#define __WEATHER_DATA_H__
#include "IObserver.h"
#include "ISubject.h"
#include <list>
class WeatherData : public ISubject {
public:
void registerObserver(IObserver *observer) final;
void removeObserver(IObserver *observer) final;
void notifyObserverAll() final;
void meas... | [
"jjcong@outlook.com"
] | jjcong@outlook.com |
ee5213669eb4d792ac0e30b5f226c39e0c66d7d4 | 67025245693ec6fc4c85e707b0d500e5d80ad4ae | /PlatformIO ESP8266 Program/lib/third-party/arduino-json-5.6.7/include/ArduinoJson/TypeTraits/IsUnsignedIntegral.hpp | 690c6a34d42b9a93fdefeb192f559b97f58aa182 | [
"MIT"
] | permissive | alex-mathew/Swatch-Bharath-Smart-Dustbin | adcd84576b1304f468a559e87e882125f2e0f6d3 | 8a7ae9648f91c42de6e241eaeeb330ea27e4ec95 | refs/heads/master | 2023-01-12T03:58:08.812290 | 2020-06-08T02:39:56 | 2020-06-08T02:39:56 | 240,839,725 | 2 | 0 | null | 2022-12-12T01:59:15 | 2020-02-16T05:54:38 | C++ | UTF-8 | C++ | false | false | 1,008 | hpp | // Copyright Benoit Blanchon 2014-2016
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
// If you like this project, please add a star!
#pragma once
#include "../Configuration.hpp"
#include "IsSame.hpp"
namespace ArduinoJson {
namespace TypeTraits {
// A meta-func... | [
"pingalex94@gmail.com"
] | pingalex94@gmail.com |
57ba7414bd9fc0d289cb809979904f6361eaa698 | 1ae555d3088dc123836060371fc520bf0ff13e52 | /atcoder/abc106/c.cpp | 892d617ce1a968e8b960d2f95390680b15062fd1 | [] | no_license | knagakura/procon | a87b9a1717674aeb5ee3da0301d465e95c758fde | c6ac49dbaaa908ff13cb0d9af439efe5439ec691 | refs/heads/master | 2022-01-31T19:46:33.535685 | 2022-01-23T11:59:02 | 2022-01-23T11:59:02 | 161,764,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | cpp | #include <bits/stdc++.h>
using namespace std;
#define rep(i,N) for(int i=0;i<int(N);++i)
#define rep1(i,N) for(int i=1;i<int(N);++i)
#define all(a) (a).begin(),(a).end() //sort(all(vi S)) sort(all(string S))
typedef long long ll;
typedef vector<int> vi;
typedef set<int> seti;
typedef vector<string> vs;
const int MOD... | [
"ngkrkzy03@gmail.com"
] | ngkrkzy03@gmail.com |
7de7238d69764748a4bbff6ac84ff01570821af5 | 661bb25db192b744bd10d6c3ca702a7e307c602d | /TribesAscendSDK/HeaderDump/Engine.OnlineSubsystem.ELoginStatus.h | 9b4bc3035f37760dc886f9158e49cf1f76f8fe7d | [] | no_license | Orvid/TASDK | 9582682f0f60a6f6fce5caea3cdd978f401565b3 | 6057c26b8185b08bc47c58ddecefe0f14becf566 | refs/heads/master | 2020-12-25T01:06:16.876697 | 2013-08-02T16:26:25 | 2013-08-02T16:26:25 | 11,539,096 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 173 | h | #pragma once
namespace UnrealScript
{
enum OnlineSubsystem__ELoginStatus : byte
{
LS_NotLoggedIn = 0,
LS_UsingLocalProfile = 1,
LS_LoggedIn = 2,
LS_MAX = 3,
};
}
| [
"blah38621@gmail.com"
] | blah38621@gmail.com |
248c09103f322990207819e0069019a3f9cb3af0 | af82ac6b0bc30678f9bff06ffea9148b44b10f02 | /src/graphicsbackgrounditem.h | b10e1833869d18290caafb66b34e14e1dbc4ba7e | [] | no_license | jsfdez/1942 | f6a3441ee38d2f88d7c24cfd4c3fc5f8c3f26ac6 | d9dc660b073d1c4a787d5898a422de8b1fbd6889 | refs/heads/master | 2021-01-10T09:25:22.389949 | 2015-09-25T10:10:11 | 2015-09-25T10:17:41 | 52,103,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | #ifndef GRAPHICSBACKGROUNDITEM_H
#define GRAPHICSBACKGROUNDITEM_H
#include <QGraphicsItem>
class GraphicsBackgroundItem : public QGraphicsItem
{
public:
GraphicsBackgroundItem(QGraphicsItem* parent = nullptr);
virtual QRectF boundingRect() const override;
virtual void paint(QPainter *painter,
con... | [
"jsfdez@gmail.com"
] | jsfdez@gmail.com |
1b396dea453962659a55567d9d66a886303a21f4 | 6d7ea0644846eefac0c13f5310fd4cd0cebb782a | /taskServer/taskServer/ConfigurationPage.h | dfa84ac394d0ca787f201be9aa800bef026cc232 | [] | no_license | loyoen/Jet | a54a7120a8b8cafdb361fd68abe70204fe801bc0 | 37b64513a54a04d1803c2a9cc0803ba2ebf79a73 | refs/heads/master | 2016-09-06T11:44:16.061983 | 2014-09-22T13:37:44 | 2014-09-22T13:37:44 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 959 | h | #pragma once
#include "DialogResize.h"
#include "Resource.h"
// CConfigurationPage 对话框
class CConfigurationPage : public CDialogResize
{
DECLARE_DYNAMIC(CConfigurationPage)
public:
CConfigurationPage(CWnd* pParent = NULL); // 标准构造函数
virtual ~CConfigurationPage();
public:
//{{AFX_DATA(CConfigurationPage)
enu... | [
"loyoen@loyoen-PC.(none)"
] | loyoen@loyoen-PC.(none) |
c3fdfdfeb4acaa01e629f92e98d6a16195b18635 | 602d427c0a5b27bfdcb84fbe3af65b7d65a50fe1 | /src/Canvas.cpp | 0cd99354d732bd1d1dcfad4b6573782613aa501f | [] | no_license | wpro428416/Canvas | 2ab2a06dad50ece52e7d3abe850b3342c1c5b63e | 932774d63c82922c393996f9d24a9f47fff932e5 | refs/heads/master | 2021-03-12T20:26:58.182908 | 2015-05-16T04:40:29 | 2015-05-16T04:40:29 | 35,709,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | cpp | #include "Canvas.h"
#include "Shape.h"
#include <iostream>
using namespace std;
Canvas::Canvas(){
shape = new Shape*[100];
n=0;
i=0;
area=0;
}
Canvas::~Canvas(){}
void Canvas::append(Shape * object){
shape[n++]=object;
i++;
}
void Canvas::draw(){
for(n=0;n<i;n++){
shape[n]->draw();
... | [
"wpro428416@gmail.com"
] | wpro428416@gmail.com |
1f74ed9fadc967b5def8c48a69f445b92dfd9fa4 | 6c996ca5146bd307a062f38819acec16d710656f | /workspace/iw8/code_source/src/universal/com_float8_unittest.cpp | ac04d405d0cc9af87cef55d0ef3ec9800b0a2869 | [] | no_license | Omn1z/OpenIW8 | d46f095d4d743d1d8657f7e396e6d3cf944aa562 | 6c01a9548e4d5f7e1185369a62846f2c6f8304ba | refs/heads/main | 2023-08-15T22:43:01.627895 | 2021-10-10T20:44:57 | 2021-10-10T20:44:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 61,156 | cpp | /*
==============
Float8UnitTest
==============
*/
void Float8UnitTest(void)
{
?Float8UnitTest@@YAXXZ();
}
/*
==============
Float8LoadStoreTest
==============
*/
void Float8LoadStoreTest()
{
__m256i *v0;
__m128 v10;
__int64 v16;
__int64 v17;
char v18[112];
v0 = (__m256i *)((unsigned __int64)v18 &... | [
"zkitx@zkitx.jp"
] | zkitx@zkitx.jp |
84016978fb6ff3a328562a981ae32932e4124029 | 5e5d78973d56c097cbc199f35cffaf751a5d7109 | /gpu/command_buffer/service/raster_decoder_context_state.h | daaf1640c490de7ebfa79806bb9748f1fa4324bd | [
"BSD-3-Clause"
] | permissive | gubaojian/chromium-1 | 25b3ea8072afcf826c2a179fddaf174c506609df | a8944dc9781df692dde4e0e49acf5b7605080a58 | refs/heads/master | 2023-03-07T08:27:32.715980 | 2018-07-24T17:10:31 | 2018-07-24T17:10:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,483 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GPU_COMMAND_BUFFER_SERVICE_RASTER_DECODER_CONTEXT_STATE_H_
#define GPU_COMMAND_BUFFER_SERVICE_RASTER_DECODER_CONTEXT_STATE_H_
#include "base/memo... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6e191bcfa4fa175dd5b57bf610d73960a39b5e4c | 402fd9923927581e29e6edee1086aa1bfc2c832a | /lib/SimpleBigNum/src/reciprocalEstimator/reciprocalEstimator.h | 1ed10c22836cce79a8f57c815a6d963a96c153cd | [] | no_license | m1kron/SimpleBigNum | 69fd9cf7296877467a8736ad2dd11bd09d71e7ea | bf1bf783f0a5fdd9b128f340603d93517fe39536 | refs/heads/master | 2021-07-13T01:43:20.408436 | 2020-07-25T10:01:39 | 2020-07-25T10:01:39 | 185,238,262 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 291 | h | #pragma once
#include "../../include/bigNum.h"
namespace sbn
{
namespace internal
{
// Class estimaties (1/number) << shift using Newton's method.
class ReciprocalEstimator
{
public:
static SimpleBigNum Estimate( const SimpleBigNum& number, uint32_t shift, uint32_t maxSteps );
};
}
} | [
"piotr.kowalczyk102+github@gmail.com"
] | piotr.kowalczyk102+github@gmail.com |
548452b7ed02129a1d5e2f8462799f11a6bd7135 | f18afbcb574ccba6145d7c5a5b9101c0b94369df | /offer/05用两个栈来实现一个队列/main.cpp | 59858cb1b2a60b4bbd69e3b30c3f4dcaf12dc982 | [] | no_license | MAhaitao999/LeetCode | 73c7e2d790dbec56714dc5409c869535043b9829 | 7ed0f7731793c852f06bfe1944e6e35452a09b67 | refs/heads/master | 2023-04-03T22:23:37.556091 | 2021-04-12T14:43:11 | 2021-04-12T14:43:11 | 265,850,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,204 | cpp | /*************************************************************************
> File Name: main.cpp
> Author: Henry Ma
> Mail: iloveicRazavi@gmail.com
> Created Time: 2020年05月27日 星期三 09时00分54秒
************************************************************************/
#include <iostream>
#include <stack>
... | [
"769413715@qq.com"
] | 769413715@qq.com |
49ba27a6baaab726ed69317d0e9fa6f916f950ad | d35415caca84baf61d5d8e3f37f9298948119192 | /BlendWndDll/Register.cpp | fdae57d942c84469ca6b85f5b45ca6ac1c1b3471 | [] | no_license | radtek/Passcal-VOC | fee7ceb341f2f559cb1dcb2fb9920ff82fa13b57 | bb834251a36c04a5c6cd3b0da29f1ddf62355bec | refs/heads/master | 2020-05-29T12:59:46.003867 | 2018-11-25T12:31:50 | 2018-11-25T12:31:50 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,726 | cpp | // RegLayer.cpp : 实现文件
//
#include "stdafx.h"
#include "Register.h"
#include "afxdialogex.h"
// CRegister 对话框
IMPLEMENT_DYNAMIC(CRegister, CTpLayerWnd)
CRegister::CRegister(CWnd* pParent /*=NULL*/)
: CTpLayerWnd(CRegister::IDD, pParent)
{
}
CRegister::CRegister(UINT nIDTemplate, CWnd * pParent/* = nullptr*/)
:... | [
"snrytnh@126.com"
] | snrytnh@126.com |
8c905ce1107d2b708c4550629eeaab95ccfbd5d3 | 27b1be9ece5642f4c2d5b3930745508c2069888a | /src/libtsduck/base/windows/tsWebRequestGuts.cpp | 24fa77efe5b7f76dca5c98370ab0a6a4198f2d06 | [
"BSD-2-Clause"
] | permissive | vacing/tsduck | 26dbe9e0a39e6c15e0364d59433eec9466fef18b | ac01b88a8052419bfce9715886d597419fc5fef6 | refs/heads/master | 2020-11-30T00:57:35.128901 | 2019-12-20T22:34:25 | 2019-12-20T22:34:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,380 | cpp | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2019, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
188ef698b5eb10046894eaad1179fcee7d8a0d04 | b2403cabbb2ccf30d3ca71135f17fb65f1a5f199 | /Library/Il2cppBuildCache/iOS/il2cppOutput/System.Core_Attr.cpp | 8d483a4e3ed97068bf84ff699cf8b05cd6e48ff3 | [] | no_license | Shreyash045/AR-Home-Decor | acf0748b6d0f2b588bfae6ee16a5715f7105022b | d48376d9cb5c94c890e14b418d9912c97a973d44 | refs/heads/main | 2023-09-02T13:26:23.446579 | 2021-11-20T14:19:40 | 2021-11-20T14:19:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82,036 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Char[]
struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
// System.Type[]
struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
// System.Reflection.Ass... | [
"huzaifamomin49@gmail.com"
] | huzaifamomin49@gmail.com |
2453e0cce99a88498b382d31916c796c7d58d87d | 466208b91b187ca5b97f20bd2436da7eaa40f829 | /muut/MIT 6.837/zero/main.cpp | 037ff866d2e37555e271ab27502d96883a56ef25 | [] | no_license | toeesamp/public | 9d5b6fbf3cfd3ca13bc11c2a1742ea84a770b7d5 | f9c646761c7c8fddc0185f4a1ac8edf364fffa52 | refs/heads/master | 2021-04-26T23:01:59.930095 | 2019-09-11T19:51:03 | 2019-09-11T19:51:03 | 123,917,973 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,569 | cpp | #include "GL/freeglut.h"
#include <cmath>
#include <iostream>
#include <sstream>
#include <vector>
#include "vecmath.h"
using namespace std;
// @author Tommi Sampo
// Itsearvio 5
// Toteutetut lisäominaisuudet:
// -Kappaleen pyörittäminen r-näppäimellä
// -Kappaleen esittäminen display listillä
// -Su... | [
"noreply@github.com"
] | noreply@github.com |
cc91ae0715de9ce27d1f54dc8052aa83ebad4708 | 902c38753580796b38443a48c807db531eb18d60 | /My C++ Programs/sum class.cpp | 2e65afd55bf9930bef5fd56ba34113a28cf8d136 | [] | no_license | ibadeeCodes/All-About-C-plus | b6b189f4f2fb09b6ca85e2789de8da4a93997d39 | fe286f4cf93ea8a6c091baba8fba7d226e312c25 | refs/heads/master | 2020-04-14T13:29:40.232570 | 2019-01-02T18:32:27 | 2019-01-02T18:32:27 | 163,870,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 481 | cpp | #include<iostream>
using namespace std;
class add
{
public:
float x,y,sum;
public:
add():x(0),y(0),sum(0)
{
}
add(float a,float b): x(a),y(b)
{ float sum;
sum=a + b;
cout<<sum;
}
void get_values()
{
cout<<"enter value of x:";
cin>>x;
cout<<"enter value of y:";
cin>>y;
}
void display()
{
cout<<"x="<<x;
cout<<... | [
"ibadeeshaikh@gmail.com"
] | ibadeeshaikh@gmail.com |
f38f7f8c4f7a427c94b70aba9ccab558795d091c | fd2b37c9956289c6161b648d47a14a430af678bd | /algorithms_coursera/week2_algorithmic_warmup/4_least_common_multiple.cpp | 6486ac38eaaea90fc4563d448e0f32edc41ab97b | [] | no_license | Deven-14/DataStructures-and-Algorithms | 6a8ccc1cd6474cb9985a39639baed37867ce3720 | dbca4bb3c644e98cf1e994481725cce904e8cfeb | refs/heads/main | 2023-04-20T00:57:34.892807 | 2021-05-11T19:40:49 | 2021-05-11T19:40:49 | 354,130,449 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 380 | cpp | #include <iostream>
using namespace std;
int gcd(int a, int b)
{
int temp;
while(b > 0)
{
temp = b;
b = a % b;
a = temp;
}
return a;
}
long long lcm(int a, int b)
{
int gcd_ = gcd(a, b);
long long lcm_ = (static_cast<long long>(a) * b) / static_cast<long long>(gcd_);
return lcm_;
}
int main()
{
int a,... | [
"devenparamaj.is19@bmsce.ac.in"
] | devenparamaj.is19@bmsce.ac.in |
4c110f2ce6563f2180e90fbc87467b475fe5a60d | a80685058f41d29f7e0a28d8816736f6d6221579 | /source/rotators/g5500rotator.cpp | a4722c63742ce324a8bb4b47f269c03678138d47 | [] | no_license | horvathp/gndapp | add41283719fdc83998feb57429eb9c5c05bb33e | 258acd565f77e9aa2a4f78a6edf875f2cdfbfeed | refs/heads/master | 2020-11-27T01:32:47.557532 | 2019-12-23T23:38:44 | 2019-12-23T23:38:44 | 229,257,595 | 0 | 0 | null | 2019-12-20T12:04:18 | 2019-12-20T12:04:18 | null | UTF-8 | C++ | false | false | 1,105 | cpp | #include "g5500rotator.h"
G5500Rotator::G5500Rotator(PredicterController *predicter) : Rotator(predicter, 10) {
}
void G5500Rotator::setAZEL(unsigned int azimuth, unsigned int elevation) {
emit newCommand(
QString("W%1 %2\n").arg(azimuth, 3, 10, QChar('0')).arg(elevation, 3, 10, QChar('0')).toLocal8Bit())... | [
"tibor.kalman@avatao.com"
] | tibor.kalman@avatao.com |
20e6d59e4cf7faa8e7faa2171c4494fb41feff85 | ff83da74011e8552a5390317fb3a189a4e8ced4d | /Iniciante/URI 2143.cpp | b5cb02b34f8acfd6582c95e53fb8289c791d01b1 | [] | no_license | AnaA-Rocha/URI-solution-cpp | 2f0b0e3a736686257e5751e31129dbbd7aa53eba | 6622603dc08d04285432c4dbf3a4e6656fbbd724 | refs/heads/master | 2023-01-22T01:44:15.974598 | 2020-12-04T14:00:26 | 2020-12-04T14:00:26 | 290,502,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | cpp | #include <iostream>
using namespace std;
int main(){
int t,n;
cin>>t;
while(t){
while(t--){
int soma = 1;
cin>>n;
n--;
if(n%2){
soma++;
n--;
}
soma += (n*2);
cout<<soma<<endl;
}
cin>>t;
}
}
| [
"noreply@github.com"
] | noreply@github.com |
6c1c40949c3855e8e7f20cc5ae519f8ed8829300 | c804e678a44cafc47088dded86f4493a2401ed24 | /A. Omkar and Bad Story.cpp | 66bee5a906c48ce0ba878263c6b077d3bdfad402 | [] | no_license | siddhantgupta385/leetcode | e300c1342a4fdb587564da476bca0b55a362320a | daadf7315dada6169dd4cf2094cbeb61485f7a13 | refs/heads/main | 2023-08-26T18:01:56.132614 | 2021-11-10T09:17:21 | 2021-11-10T09:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 481 | cpp | #include<bits/stdc++.h>
using namespace std;
void solve(){
int n; cin>>n;
int arr[n]; int flag=false;
for(int i=0;i<n;i++){
cin>>arr[i];
if(arr[i]<0) flag=true;
}
if(flag) {cout<<"NO"<<endl; return;}
else{ cout<<"YES"<<endl;cout<<101<<endl;
for(int i=0;i<=100;i++) c... | [
"siddhantgupta384@gmail.com"
] | siddhantgupta384@gmail.com |
512904f6e49ed4536541c1e80cea8f65899101da | af06cd7ec1150e6c035369066bc63e6122019e1e | /include/boost/numeric/ublas/df/column_algorithm.hpp | c0f2ebe23809215eaf237a1c6a85ccd7e8346101 | [
"BSL-1.0"
] | permissive | BoostGSoC20/df | 57115e6f19ecf0218e3529ce8e6ebf9603a2c3b0 | 18e33bcadce47f588ad34343f14fdd37dfab12d5 | refs/heads/master | 2022-11-22T13:24:18.025231 | 2020-07-16T16:50:55 | 2020-07-16T16:50:55 | 272,902,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 486 | hpp | // Copyright (c) 2020 Tom Kwok
//
// 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)
/// \file column_algorithm.hpp Definition for operations on the column class for data frame
#ifndef BOOST_UBLAS_DF_COLUMN_ALGORI... | [
"tom@tomkwok.com"
] | tom@tomkwok.com |
46c99c2c650f249d5d3bd01c12c64833c447f3b3 | 24c0706621133b3056c5558191118164dfa0873b | /train.h | 79f30af631daaabe8b7f7760f1bce6a131d6610e | [] | no_license | erikthe-viking/NeuralNetwork | 43cd93026464170d3f53e015bd1588c95adc4fcb | f59aeb3346c4a567037d16beac862cccfd818be9 | refs/heads/master | 2020-03-17T12:25:38.233277 | 2018-05-16T00:29:04 | 2018-05-16T00:29:04 | 133,588,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 196 | h | #include <vector>
using namespace std;
class train
{
public:
train();
std::vector<vector<double>> alphabet;
vector<vector <double>> target_list;
vector<unsigned> dimensions;
}; | [
"ekirkegaard12@gmail.com"
] | ekirkegaard12@gmail.com |
d5f7ca92dbbb6f6ddb2d3a90e17ccf755b6fe0fd | f8b043b42b0be6159db8099e8289cd4fd671722d | /STAMPS.cpp | 478a88a5b9a71a37b2669becfd3fa7c54865dbbe | [] | no_license | priyanshu-28/Spoj-Solutions | 251c332f7d7292fa45af73ec01acd3349a43913a | 78a2104ddc73cf315245645640242825dc92b7af | refs/heads/master | 2023-03-20T05:34:55.257835 | 2017-04-25T13:45:22 | 2017-04-25T13:45:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 603 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int test;
scanf("%d",&test);
for(int t=1;t<=test;t++)
{
int re,n;
scanf("%d%d",&re,&n);
vector< int > arr(n);
for(int i=0;i<n;i++)
scanf("%d",&arr[i]);
printf("Scenario #%d:\n",t);
if(re==0)
{
printf("0\n");
}
else
{
sort(arr.be... | [
"Vengatesh"
] | Vengatesh |
7d4c0a28caa17ac7d38f47114295c306fb0fa3da | 13c5d132225bcff7bddf06e061670f921aba98b0 | /clusterRelated/i_clusterSimilarityMeasure.h | b92bd11df23c77d93b0bdd36b8cbfcb3e02db949 | [] | no_license | Tomev/interfaces | a132551d79826453080f756417f83ce73319e54a | 8e9acc335387776b0dc8a99f994f75205a807f58 | refs/heads/master | 2020-03-21T09:29:46.836387 | 2018-10-22T06:40:22 | 2018-10-22T06:40:22 | 138,402,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 492 | h | #ifndef INTERFACES_I_CLUSTERSIMILARITYMEASURE_H
#define INTERFACES_I_CLUSTERSIMILARITYMEASURE_H
#include "i_cluster.h"
#include "i_objectSimilarityMeasure.h"
/**
* Basic interface for general inter cluster similarity measures.
*/
class clusterSimilarityMeasure {
public:
virtual double getClustersSimilarity(c... | [
"rybotycki.tomasz@gmail.com"
] | rybotycki.tomasz@gmail.com |
1bf65b9dcc45c5deffe35b1fcd4dabece739ae17 | 97e53e8028ffb9d3f736a0999cc470f9942ddcd0 | /01 窗体与界面设计/02 弹出菜单应用实例/001 在控件上单击右键弹出菜单-例1/FloatMenu/FloatMenuDoc.h | b00dd493201bf0f6a0bb76798d96c80c4257d1d2 | [] | no_license | BambooMa/VC_openSource | 3da1612ca8285eaba9b136fdc2c2034c7b92f300 | 8c519e73ef90cdb2bad3de7ba75ec74115aab745 | refs/heads/master | 2021-05-14T15:22:10.563149 | 2017-09-11T07:59:18 | 2017-09-11T07:59:18 | 115,991,286 | 1 | 0 | null | 2018-01-02T08:12:01 | 2018-01-02T08:12:00 | null | UTF-8 | C++ | false | false | 1,451 | h | // FloatMenuDoc.h : interface of the CFloatMenuDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLOATMENUDOC_H__33607166_2BF2_4771_B4BA_E6C21EB61B71__INCLUDED_)
#define AFX_FLOATMENUDOC_H__33607166_2BF2_4771_B4BA_E6C21EB61B71__INCLUDED_
#if _MSC_VER > 1000
#p... | [
"xiaohuh421@qq.com"
] | xiaohuh421@qq.com |
10475ac7c139b449c819c8039e369240d20ffa76 | dea577b36d0ac4ebbd3b7b0ed36c2738cf4b3462 | /pathfinder.hxx | cc97232df15cf892ac3258438de852c04d48d301 | [
"BSD-2-Clause"
] | permissive | alzwded/school-rsff | cc645fe388ea67cd925f02c11ce2599d397cea17 | 6383a0b3c51bd48e178b3ce089202576173e10b8 | refs/heads/master | 2021-01-23T03:08:22.252058 | 2014-05-20T10:40:05 | 2014-05-20T10:40:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 651 | hxx | #ifndef PATHFINDER_HXX
#define PATHFINDER_HXX
#include "core.hxx"
#include <vector>
#include <utility>
#include <map>
class Path {
public:
typedef std::vector<Edge> Edges_t;
private:
std::vector<Edges_t> path_;
public:
Path& operator++() {
path_.push_back(Edges_t());
return *this;
}
... | [
"alzwded@gmail.com"
] | alzwded@gmail.com |
5a64a21a52e9174954b3d5b8e1d779fcae36d199 | 3b74581630e7f3f9f379b633a8cfa4e622c0dd0b | /Old/Builds/JuceLibraryCode/modules/juce_gui_basics/filebrowser/juce_FilenameComponent.cpp | 47a67c3117873a80aad019cb5ab848e4973c91f2 | [
"BSD-2-Clause"
] | permissive | stpope/CSL6 | eb3aee1a4bd13d6cb8e6985949bbfb12d4cd3782 | 5855a91fe8fc928753d180d8d5260a3ed3a1460b | refs/heads/master | 2022-11-23T17:43:17.957644 | 2020-08-03T18:31:30 | 2020-08-03T18:31:30 | 256,130,061 | 35 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,365 | cpp | /*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-11 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be redistrib... | [
"stephen@heaveneverywhere.com"
] | stephen@heaveneverywhere.com |
2f118bab2610c398369a55f7ae6f5270d2aedaf0 | f70c3429485713e6d81979f3829b68ab28ea371a | /src/tcp/Socket.cpp | 086482870e85d81950ffa41e95b6d3c8517a8b38 | [] | no_license | spineight/highload | 1bc4d47fb66f8db04cb72af4953382f21f6b3f7e | 36a442bcc94952dd191d1d90f815a69ff7e38b95 | refs/heads/master | 2021-06-23T21:17:29.563383 | 2017-09-05T04:17:02 | 2017-09-05T04:17:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,213 | cpp | #include <sys/types.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <common/Profiler.h>
#include "Socket.h"
namespace tcp
{
Socket::Socket(int sock):
SocketWrapper(sock)
{}
Socket::~Socket()
{
//shutdown();
close();
}
Socket::Socket(const SocketWrapper& rhs):
SocketWrapper(rhs)
{... | [
"egor@retailnext.net"
] | egor@retailnext.net |
8b9ee2bef6b17be2963d2b2cfda597d449d056fa | 1ad2232b1d415f8ac20ed29dcd3624d0f21ee217 | /cperlmulti.cpp | fe127538f450464cd01dee544b1a5a538ab06393 | [] | no_license | shurshur/vh_perl | fd4830a357791e6d4f26f355f8b4e004b0e88407 | cb899bb1b66ed666901cc981411dd5fe42ad3964 | refs/heads/master | 2016-09-05T20:23:37.360258 | 2013-05-25T15:41:38 | 2013-05-25T15:41:38 | 2,302,711 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,696 | cpp | /**************************************************************************
* Copyright (C) 2011 by Shurik *
* shurik at sbin.ru *
* *
* This program... | [
"zeinalov@nm.ru"
] | zeinalov@nm.ru |
4e957464a51fe79b2434b9817b646175836ab63f | 2e81f94516d55c445ab8cb005b245a22fac89d62 | /simutrans/utils/log.cc | 3f1f84977ea7f1cc7848a52dab800a9793315a42 | [] | no_license | tmndroid/android | daed70bc4948628721476e8642907b33f64fda53 | a610a53f812e753d78b0d4f1e1c45346c7543468 | refs/heads/master | 2021-01-10T02:40:07.827135 | 2013-03-02T07:44:52 | 2013-03-02T07:44:52 | 8,517,329 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,068 | cc | /*
* Copyright (c) 1997 - 2001 Hj. Malthaner
*
* This file is part of the Simutrans project under the artistic license.
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#ifdef SYSLOG
#include <syslog.h>
#endif //SYSLOG
#include "log.h"
#include "../simdebug.h"
#include "../simsys... | [
"none@gmail.com"
] | none@gmail.com |
f1b9f742b45037de0ea69cee3e37682223d74297 | 5e9d97b7ebb378a351c77f805cf467a314295e57 | /B. All About The Base.cpp | c964ceea377ce4e26692eebd88abf1d38ee25e23 | [] | no_license | mjannat/Online-Judge-Problems-Solution-in-Cpp | bd62157ee39ebc997f8cdbacd26abb0401aea600 | ce0defaee9c2bffbc3e5d5b67b0a2ae529507b80 | refs/heads/master | 2020-12-20T11:36:07.916260 | 2020-04-28T10:04:24 | 2020-04-28T10:04:24 | 236,060,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,140 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int test,cs = 1;
scanf("%d",&test);
while(test--)
{
int n,base;
string str = "";
scanf("%d %d",&base,&n);
if(n == 0) str = '0';
else if(base < 10)
{
while(n > 0)
... | [
"noreply@github.com"
] | noreply@github.com |
195a18657ee0f10bb2fa85ea1251033dfac9d905 | 4e52fde73d3efb61490efe9bb250b59b8f0e7d9d | /source/uwp/Renderer/lib/AdaptiveSubmitActionParser.h | 237157f701b34935890f9c2fd5907da10e9ad764 | [
"MIT"
] | permissive | wdynju/AdaptiveCards | fcc13d3bb483344c56224adce948db6a4446cce3 | e0853bc161348f10532581c09ac594c0adc375e0 | refs/heads/master | 2020-04-16T13:22:26.385348 | 2019-02-25T05:17:59 | 2019-02-26T01:57:04 | 165,624,155 | 1 | 0 | MIT | 2019-01-14T08:30:23 | 2019-01-14T08:30:23 | null | UTF-8 | C++ | false | false | 1,090 | h | #pragma once
#include "AdaptiveCards.Rendering.Uwp.h"
namespace AdaptiveNamespace
{
class AdaptiveSubmitActionParser
: public Microsoft::WRL::RuntimeClass<Microsoft::WRL::RuntimeClassFlags<Microsoft::WRL::RuntimeClassType::WinRtClassicComMix>, ABI::AdaptiveNamespace::IAdaptiveActionParser>
{
A... | [
"noreply@github.com"
] | noreply@github.com |
7fa5e170060bd000b69dc42cf93b65c813922554 | 0022ef7abce11fd355f11d61d7cecbea2fd66798 | /dataCollection/arduino/lib/SPMSatRx/SPMSatRx.h | bc150dcf9a9ff6457495649012825e29bda68c15 | [] | no_license | fynsta/Intelliplane | 525843148e0f07141154c1dc65c0a771bb0886bb | b6a8107486a0a2a29a5b0c273ceaacdb147215f9 | refs/heads/master | 2022-12-21T06:29:05.083438 | 2020-10-05T11:35:16 | 2020-10-05T11:35:16 | 284,273,996 | 4 | 0 | null | 2020-08-01T17:16:09 | 2020-08-01T14:18:19 | C++ | UTF-8 | C++ | false | false | 3,172 | h | /*
Reciever library for Spektrum-comatible satellite recievers
Author: Ole Petersen
Email: peteole2707@gmail.com
Wireing:
Connect the power cables to 3.3V (orange) and GND (black). The grey cable must be connected to the RX channel of any serial port.
Binding procedure:
Right after startup, a few pulses must be s... | [
"peteole2707@gmail.com"
] | peteole2707@gmail.com |
e93dafa3fc0c8faaa09155fa3330812d805b0d85 | 385cb811d346a4d7a285fc087a50aaced1482851 | /codeforces/1409/D.cpp | 5348632c5be863dbb79bd4db1ee063643ed2c867 | [] | no_license | NoureldinYosri/competitive-programming | aa19f0479420d8d1b10605536e916f0f568acaec | 7739344404bdf4709c69a97f61dc3c0b9deb603c | refs/heads/master | 2022-11-22T23:38:12.853482 | 2022-11-10T20:32:28 | 2022-11-10T20:32:28 | 40,174,513 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,634 | cpp | #pragma GCC optimize ("O3")
#include <bits/stdc++.h>
#define loop(i,n) for(int i = 0;i < (n);i++)
#define all(A) A.begin(),A.end()
#define pb push_back
#define mp make_pair
#define sz(A) ((int)A.size())
typedef std::vector<int> vi;
typedef std::pair<int,int> pi;
typedef std::vector<pi> vp;
typedef long long ll;
#define... | [
"noureldinyosri@gmail.com"
] | noureldinyosri@gmail.com |
7059a5aa9030f39348318df3aeda019794c7af16 | abf33a8ac46fd7d18e4055ca34f6d10cd3e0c588 | /src/fix/fix_parser.hxx | f18addf5aaa412dd229d5557d714b4f1a8104de0 | [
"MIT"
] | permissive | garywlx/fix2xml | 1377e0b8c9e3bd5afa5ed8c207e5559046c894a3 | fa781b747a8e40ed4c2d3dee8294fb51654f7428 | refs/heads/master | 2021-09-22T07:32:29.032591 | 2018-09-06T13:02:11 | 2018-09-06T13:02:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,266 | hxx | // MIT License
//
// Copyright 2018 Abdelkader Amar
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify,... | [
"abdelkader.amar@gmail.com"
] | abdelkader.amar@gmail.com |
4aac01871d58f82cfcb9457b56505ba6c6ab9c85 | b6585a17a40d458c040d4811b79a42c64f6ce5f2 | /owRender/RenderDevice.h | 67bc3d7f38c34c8d2add0548050c917dbc1d1222 | [
"Apache-2.0"
] | permissive | Tormund/OpenWow | 1409e22a5a0530b7aab1ec12c318a29718398f2e | 44a554bf3b55b939ba64cd63363fdb64cf28131e | refs/heads/master | 2021-05-04T14:38:51.863688 | 2017-11-19T18:50:38 | 2017-11-19T18:50:38 | 120,205,859 | 2 | 0 | null | 2018-02-04T17:18:33 | 2018-02-04T17:18:33 | null | UTF-8 | C++ | false | false | 12,769 | h | #pragma once
#include "GPUTimer.h"
const uint32 MaxNumVertexLayouts = 64;
const uint32 MaxComputeImages = 8;
// ---------------------------------------------------------
// General
// ---------------------------------------------------------
template<class T>
class R_Objects
{
public:
uint32 add(const T &obj)
{
... | [
"alexstenfard@gmail.com"
] | alexstenfard@gmail.com |
d342e6c6f2a6cacfc2f9739a06fbc5affcd19276 | 2adda151850459529b7706b87ac643161a945022 | /src/time.cc | 5af806ac14a7dd386e634795b0f9d682b6340fe1 | [] | no_license | zentelfong/ThreadLib | 8a806a669d2614aeb8f732a64b6c072f3ca6c26c | 6430cc5e691986d93dfeea80309d59bad36f1a0a | refs/heads/master | 2021-01-10T01:42:05.192716 | 2015-05-21T14:16:40 | 2015-05-21T14:16:40 | 36,017,110 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,375 | cc |
#include <iostream>
#include <cstdlib>
#include <cstring>
#include "time.h"
namespace base {
#ifdef POSIX
#include <sys/time.h>
uint32 Time() {
struct timeval tv;
gettimeofday(&tv, 0);
return tv.tv_sec * 1000 + tv.tv_usec / 1000;
}
#endif
#ifdef WIN32
#include <windows.h>
uint32_t Time() {
return GetTickC... | [
"fzt2009@163.com"
] | fzt2009@163.com |
fc46191f681fa6e3126ba983a222632635ca5a61 | 77b6c3e0c7c85ce941e893df236f647ed68fa7fe | /Light Oj solution Zico vai/LightOJ/LOJ-1135.cpp | 6d6b921a77c3286b8516b00db1f4839face83c7a | [] | no_license | Anik-Roy/LightOj-Solution | 05fc9efcbb1eeb4641af3268251feae5be318f44 | 1a8c401b3fd011459b51bcc26fa1175ab4bb7658 | refs/heads/master | 2021-04-12T10:52:43.196029 | 2017-08-31T19:07:04 | 2017-08-31T19:07:04 | 94,535,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,109 | cpp | #include<bits/stdc++.h>
using namespace std;
inline int RI() {
int ret = 0, flag = 1,ip = getchar_unlocked();
for(; ip < 48 || ip > 57; ip = getchar_unlocked()) {
if(ip == 45) {
flag = -1;
ip = getchar_unlocked();
break;
}
}
for(; ip > 47 &... | [
"anik96lu@gmail.com"
] | anik96lu@gmail.com |
ee4d6db004800da52a5be71f8857755b75d64e8e | c466c487e1d1e743d4e3bfbe7168358c0787d5f3 | /src/engine/client/gfx/Panel.h | d4fb8e78ac70969305f1bea19f0204f3a9654365 | [] | no_license | jucham/rouage | 686a0905cf198cf735dcec7dc28577756e3e321f | 33160fb4c44fb1320a33d893d36397075beeb223 | refs/heads/master | 2022-11-18T09:16:25.104931 | 2020-07-10T10:18:53 | 2020-07-10T10:18:53 | 278,144,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | h | #ifndef PANEL_H
#define PANEL_H
#include <base/DetectPlatform.h>
#include <engine/client/gfx/GFXAsset.h>
#if PLATFORM == PLATFORM_MAC
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
class Panel
{
public:
Panel( float wCenter,
float hCenter,
float wCorner,
float hCorner);
void... | [
"julien.champalbert@gmail.com"
] | julien.champalbert@gmail.com |
184243cc2d91ca2c1ae177dfd6af65ce224bb31f | 2af6cd77013844234c2dca0e34cb44dcd25cba20 | /atcoder/abc183d.cpp | 840ecf0bfd8d73955c8421680510239e1b58c2bc | [] | no_license | SwampertX/judge_adventures | d593c8090b78a4aee6e467b3a5492c7b6e019fd1 | 7838eb6249f23f48da7ae0b2714a3bcd1e0fb721 | refs/heads/master | 2021-06-30T05:53:08.361556 | 2020-12-08T15:57:17 | 2020-12-08T15:57:17 | 165,352,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int, int> ii;
int n, s, t, w, p;
map<int, int> timeUsage;
int main() {
cin >> n >> w;
timeUsage.insert(ii(0, 0));
for (int i = 0; i < n; i++) {
cin >> s >> t;
int first = (timeUsage.upper_bound(s) - timeUsage.begin()) - 1;
/* for (first; f... | [
"tanyeejian@gmail.com"
] | tanyeejian@gmail.com |
cf33bbd89ae5815a821648360ec100314defd84e | 01eb5e83aaff8f8bf2481c8343d119d2944a424e | /src/opencv/features2d/DescriptorMatcher.cc | a2a53985b25f66ca8b224032b8954151a3cd3686 | [
"BSD-3-Clause",
"MIT"
] | permissive | drorgl/node-alvision | 4d68814a9c6b778df68664884548a9a43f797194 | 5498cc6fb56b40326e1686f407f12c119744ae94 | refs/heads/master | 2021-01-10T12:22:35.062497 | 2017-03-30T18:48:37 | 2017-03-30T18:48:37 | 45,723,280 | 3 | 0 | null | 2017-03-30T18:48:38 | 2015-11-07T05:02:00 | C++ | UTF-8 | C++ | false | false | 17,540 | cc | #include "DescriptorMatcher.h"
#include "../IOArray.h"
#include "../types/DMatch.h"
#include "../persistence/FileNode.h"
#include "../persistence/FileStorage.h"
namespace descriptormatcher_general_callback {
std::shared_ptr<overload_resolution> overload;
NAN_METHOD(callback) {
if (overload == nullptr) {
... | [
"drorgl@yahoo.com"
] | drorgl@yahoo.com |
dd761ad12c04659bebc73f6cccb9b89241ee574a | adcf9402c5acb7dedc59fcfd6cde4cf509488185 | /include/djp/graph/undirected_graph.hpp | fa509ba1a4a38f8791ffe623aa37c4b3d7e724d3 | [
"BSL-1.0"
] | permissive | mtavano/CP-utils | 208f08966accee9ac0b2749e7ebc65bdcfcbfaff | 9e7ccb8c38db3d92b001c614fd3b2560f0a9e78f | refs/heads/master | 2021-01-18T11:21:03.566953 | 2015-09-01T02:34:40 | 2015-09-01T02:34:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,551 | hpp | // Copyright Diego Ramírez August 2015
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef DJP_GRAPH_UNDIRECTED_GRAPH_HPP
#define DJP_GRAPH_UNDIRECTED_GRAPH_HPP
#include <utility> // fo... | [
"diego_rd93@hotmail.com"
] | diego_rd93@hotmail.com |
50b1416d78c8eb6b99dea8dc58327f2424f99d08 | bd93d57417ebf127212f228ee91786a4caf75a01 | /BitMap.cpp | ead0570fa16e4498b0714b14c901203ff63c5019 | [] | no_license | manishjha5410/Algorithms-1 | 32ae384b00ced0f2c48186abfb6aaef3381d296f | 03db75f0707f13797a462556878d71a1752c810f | refs/heads/master | 2023-07-09T14:10:09.190860 | 2021-08-13T05:25:21 | 2021-08-13T05:25:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,843 | cpp | #include <bits/stdc++.h>
typedef long long ll;
using namespace std;
bool isOdd(ll x)
{
return (x & 1)?true:false;
}
vector<string> split(const string& str, char delim) {
vector<string> strings;
size_t start;
size_t end = 0;
while ((start = str.find_first_not_of(delim, end)) != string::npos) {
... | [
"tejasghone73@gmail.com"
] | tejasghone73@gmail.com |
66d2c4ac3776394bf1a14633697755bded2be163 | 5908c584b22d8f152deeb4082ff6003d841deaa9 | /Physics_RT/Havok/Source/Common/Serialize/Version/hkVersionPatchManager.inl | c9ef3ea715d1daf750ce9eaa192ff397942b333c | [] | no_license | imengyu/Physics_RT | 1e7b71912e54b14679e799e7327b7d65531811f5 | b8411b4bc483d6ce5c240ae4c004f3872c64d073 | refs/heads/main | 2023-07-17T20:55:39.303641 | 2021-08-28T18:25:01 | 2021-08-28T18:25:01 | 399,414,182 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,538 | inl | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"1501076885@qq.com"
] | 1501076885@qq.com |
1ccc1ef5d7e045e4557af465accec8c545b642fe | 5b74e0809eeccf18a8714177c5728b7eb600aac8 | /prebuilts/ComputeLibrary/include/arm_compute/graph/nodes/SoftmaxLayer.h | 2e1bd98c8db099f9bec42a2f11c99ece3e636d71 | [] | no_license | DLT1995/CaffeOnACL-Android | 63276b93ca1895b2598649b9fc0ffc5f9ac22618 | 648321aaafe83cb10a9307466ebd9da8fcc15d0b | refs/heads/master | 2020-08-03T01:43:52.128884 | 2017-11-22T00:56:41 | 2017-11-22T00:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,775 | h | /*
* Copyright (c) 2017 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights ... | [
"felix.zeng@rock-chips.com"
] | felix.zeng@rock-chips.com |
bfe86eda5a6c7f409c6ad0799354d7555691833d | c2478ca4f0dd344a9939c6826606572475ade61c | /ga/tspinfo.hpp | a8915bb96cb51fcce974c4337da20701a3e97c22 | [] | no_license | mcassiano/tp-paa | aec915eaeb3320dcf666f17be41fd1b7b20d1d59 | 497350ed2c6ab748f122ecf3841f62ca9a9e6732 | refs/heads/master | 2021-01-10T07:29:20.713631 | 2015-11-22T22:29:49 | 2015-11-22T22:29:49 | 45,957,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | hpp | #ifndef tspinfo_hpp
#define tspinfo_hpp
#import <stdio.h>
#import <stdlib.h>
#import <string.h>
#define MAX_CITY 100
class TSPInfo {
private:
static int problemSize;
static double **distances;
TSPInfo();
TSPInfo(TSPInfo const&);
void operator=(TSPInfo const&);
public:
static void init(double **, int);
... | [
"matheus@mcassiano.com"
] | matheus@mcassiano.com |
b78526b271386e2e65fe9a5def123ed9264f908a | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE415_Double_Free/s01/CWE415_Double_Free__new_delete_array_char_73a.cpp | 0e6bf030bf8ef426d27e39639843d215deaea235 | [] | 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,181 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE415_Double_Free__new_delete_array_char_73a.cpp
Label Definition File: CWE415_Double_Free__new_delete_array.label.xml
Template File: sources-sinks-73a.tmpl.cpp
*/
/*
* @description
* CWE: 415 Double Free
* BadSource: Allocate data using new and Deallocae data ... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
c99dbaa11871bd39208587830db214b52157cccc | 6bcf531ea19da4d090db09823a99bb7000bcd59a | /unusedcode/unusedcode.ino | 2402979cf909dcfdaff551abb38158a819c3ff4b | [] | no_license | DThirman/dc | 2f29e3fb5e8d2205845011930fd3310ea44fd5ab | 77af0faedcfc0a5a53e3ed603b97dc3db91c322e | refs/heads/master | 2021-01-19T07:41:01.832279 | 2015-05-23T15:35:54 | 2015-05-23T15:35:54 | 35,647,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,556 | ino |
/*
Serial.print("\n");
int frontLaserThresh = 500;
int backBreakBeamThresh = 500;
//frontLaserArr[iter%NUM_AVG] = analogRead(frontLaser);
int frontLaserVal = analogRead(frontLaser);//getValue(frontLaserArr);
int backBreakBeamVal = analogRead(backBreakBeam);
Serial.print("LaserVal:\t");
... | [
"Dthirman@gmail.com"
] | Dthirman@gmail.com |
59fdba97213bcaa87df70deebb3326a1932adcdd | 87938c470a5a42286ded0fdffadc1f98c1e2380d | /final.cpp | 840ddfcb9196a5eb02f842f37aae863442f06a14 | [] | no_license | hassaanali723/Dictionary-using-Trie | 59ace8381dee90a72c46c3deb206adba4f111f60 | 05984562acb29cf12a567a2bb48df451ee35a6a7 | refs/heads/master | 2022-12-06T16:25:20.367366 | 2020-08-28T16:45:02 | 2020-08-28T16:45:02 | 291,081,074 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 326,587 | cpp | #include<iostream>
#include<vector>
#include<windows.h>
#include<iostream>
#include<conio.h> //colsole i/o
#include<string.h>
//for sleep function in blinkig & loading
#include<fstream>
using namespace std;
using std::cout; using std::endl;
void cover() //Name of Project
{
system("color 07"); // you can also chang... | [
"58141711+hassaanali723@users.noreply.github.com"
] | 58141711+hassaanali723@users.noreply.github.com |
cc6666d802e4f9cc2e81d841f8fbd20c24bcb604 | 006ff11fd8cfd5406c6f4318f1bafa1542095f2a | /L1Trigger/L1TGlobal/src/L1TMenuEditor/xsd/cxx/tree/parsing/unsigned-short.hxx | f08e4742fbe51014a460b76cff1d8a7e1c6b4034 | [] | permissive | amkalsi/cmssw | 8ac5f481c7d7263741b5015381473811c59ac3b1 | ad0f69098dfbe449ca0570fbcf6fcebd6acc1154 | refs/heads/CMSSW_7_4_X | 2021-01-19T16:18:22.857382 | 2016-08-09T16:40:50 | 2016-08-09T16:40:50 | 262,608,661 | 0 | 0 | Apache-2.0 | 2020-05-09T16:10:07 | 2020-05-09T16:10:07 | null | UTF-8 | C++ | false | false | 2,393 | hxx | // file : xsd/cxx/tree/parsing/unsigned-short.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_PARSING_UNSIGNED_SHORT_HXX
#define XSD_CXX_TREE_PARSI... | [
"darren.michael.puigh@cern.ch"
] | darren.michael.puigh@cern.ch |
b31f41b1cfbde0aae607ebe9b0b288fb7a629bed | 567b6ec9778d8bda5dfb43ee7139ed06e5d72af7 | /trunk/private/net/sockets/winsock2/dll/dt_dll/dt_dll.cpp | b47696d69d387b3a43aec3594c242cbea5fc8890 | [] | no_license | mfkiwl/win2k | 5542bce486d5b827d47a9fb4770fae7cd0a77718 | 074be7e4bf30a5f67672382fa5c9e34765949da1 | refs/heads/master | 2023-01-11T08:52:03.896046 | 2020-11-10T06:22:50 | 2020-11-10T06:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43,909 | cpp | /*++
Copyright (c) 1995 Intel Corp
File Name:
dt_dll.cpp
Abstract:
Contains main and supporting functions for a Debug/Trace DLL for the WinSock2 DLL.
See the design spec for more information.
Author:
Michael A. Grafton
--*/
// Include Files
#include "nowarn.h" /* turn off benign warnings *... | [
"112426112@qq.com"
] | 112426112@qq.com |
35fef0512b9d7261fd1699af9a8a57a34b36d5d1 | e50ac350b6ea75ea728074e173a0450afda05318 | /ACM/Prictise/CodeForces/Educational Codeforces Round 74 (Rated for Div. 2)/C - Standard Free2play.cpp | ac006442181697a1f0dbc3155191cbeab0acec47 | [] | no_license | G-CR/acm-solution | 9cd95e4a6d6d25937a7295364e52fa70af4b3731 | 7026428ed5a2f7afd6785a922e1d8767226a05e8 | refs/heads/master | 2021-07-23T14:30:18.107128 | 2021-07-15T14:54:57 | 2021-07-15T14:54:57 | 226,522,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | cpp | #include <bits/stdc++.h>
using namespace std;
int q;
long long h,n,a[200005];
int main() {
scanf("%d", &q);
while(q--) {
scanf("%lld %lld", &h, &n);
for(int i = 1;i <= n; i++) {
scanf("%lld", &a[i]);
}
int ans = 0;
for(int i = 1;i <= n;) {
if(i == n) break;
if(i == n-1){
if(a[n] > 1) {
... | [
"47514055+O-Bus@users.noreply.github.com"
] | 47514055+O-Bus@users.noreply.github.com |
ccda1f3c9ca8662f82eb45637b14d4c2409b2cbd | f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab | /multimedia/subtitleeditor/patches/patch-plugins_subtitleformats_substationalpha_substationalpha.cc | fc8e83503b8e1bcdf90fc47a0b2674cd4797a0c8 | [] | no_license | jsonn/pkgsrc | fb34c4a6a2d350e8e415f3c4955d4989fcd86881 | c1514b5f4a3726d90e30aa16b0c209adbc276d17 | refs/heads/trunk | 2021-01-24T09:10:01.038867 | 2017-07-07T15:49:43 | 2017-07-07T15:49:43 | 2,095,004 | 106 | 47 | null | 2016-09-19T09:26:01 | 2011-07-23T23:49:04 | Makefile | UTF-8 | C++ | false | false | 451 | cc | $NetBSD: patch-plugins_subtitleformats_substationalpha_substationalpha.cc,v 1.1 2011/12/05 22:53:45 joerg Exp $
--- plugins/subtitleformats/substationalpha/substationalpha.cc.orig 2011-12-05 21:10:29.000000000 +0000
+++ plugins/subtitleformats/substationalpha/substationalpha.cc
@@ -23,6 +23,7 @@
#include <extension/s... | [
"joerg"
] | joerg |
2e3dd29dfbf7b19f37e1a03c2d30a73a9310837d | aedb5d78cbe6acaf9becea0ea7b43c46a9584f5e | /framework/core/pluginmanager/mailbox/abstractmailbox.h | 93a654bb85bae562db7439cef4009fcab801db03 | [] | no_license | wey580231/Framewrok | 60a922d4cc868b0d0b7f87a529eab2724ca3c18f | 1050b079997a975dcc7b64e1bfa5eb8acb72d8c4 | refs/heads/develop | 2023-03-15T04:36:18.608430 | 2021-03-23T14:30:51 | 2021-03-23T14:30:51 | 326,935,482 | 0 | 1 | null | 2021-03-23T14:30:52 | 2021-01-05T08:31:30 | C++ | UTF-8 | C++ | false | false | 1,262 | h | /*!
* @brief 通信数据邮箱
* @details 本系统将网络数据、插件间信息、系统信息转换成统一数据格式PluginMessage(邮件);
* 1.系统拥有全局邮箱用于系统<->插件、插件<->插件间数据通信;
* 2.每个插件拥有数据自己的接收邮箱;
* 在传递数据时,将产生的邮件投递至接全局邮箱,由全局邮箱根据目的地投递至接收方的邮箱内
* @author wey
* @version 1.0
* @date 2019.01.18
* @warning
* @copyrigh... | [
"407859345@qq.com"
] | 407859345@qq.com |
f7a98f76ef2362853c1d99fba1541f1c1f971ce5 | 3ea829b5ad3cf1cc9e6eb9b208532cf57b7ba90f | /obsoletes/VPVM/src/widgets/ScenePlayer.cc | e2fe16dc6e01118332303533f62559db54cf27d4 | [] | no_license | hkrn/MMDAI | 2ae70c9be7301e496e9113477d4a5ebdc5dc0a29 | 9ca74bf9f6f979f510f5355d80805f935cc7e610 | refs/heads/master | 2021-01-18T21:30:22.057260 | 2016-05-10T16:30:41 | 2016-05-10T16:30:41 | 1,257,502 | 74 | 22 | null | 2013-07-13T21:28:16 | 2011-01-15T12:05:26 | C++ | UTF-8 | C++ | false | false | 8,426 | cc | /**
Copyright (c) 2010-2013 hkrn
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 conditions and the foll... | [
"hikarin.jp@gmail.com"
] | hikarin.jp@gmail.com |
89348d855876f812f9a1063eccdc5ce3e07cbc48 | b58cb2c1f8dd04edf29e37d4a12d086a48c4cff7 | /src/gui/Application/DataWidgets/FieldDataWidget.cpp | ad512704a76deaa070b1086ce97850961c8638ec | [] | no_license | SCIInstitute/cleaver2-cuda | 210c9695f9fb677d4f752b6e14fdec0e25058fe7 | b3e05aa1365d6dfdd506a09330095ed3c3c6259f | refs/heads/master | 2020-04-13T02:50:03.625950 | 2016-08-08T18:36:56 | 2016-08-08T18:36:56 | 20,309,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,652 | cpp | #include "FieldDataWidget.h"
#include "ui_FieldDataWidget.h"
#include <sstream>
#include "MainWindow.h"
#include <Cleaver/ScalarField.h>
#include <Cleaver/BoundingBox.h>
FieldDataWidget::FieldDataWidget(QWidget *parent) :
QWidget(parent),
ui(new Ui::FieldDataWidget),
field(NULL)
{
ui->setupUi(this);
... | [
"brig@sci.utah.edu"
] | brig@sci.utah.edu |
9cc85554ba1097547d62b490d8ca502018261e82 | 6d77e738c66bdf8809e47ad9be85f9c7361a1bd9 | /src/server/scripts/Northrend/zone_dalaran.cpp | f198b600a2c4b2e112f9c4fc5814fea2d45dc3bf | [] | no_license | Ramys/Hooaahcore | e768e8b8a2b2c1dba7501495161cf6c0419b9de2 | dad11ee863d34a9f02186936b1dbbca168912ecd | refs/heads/main | 2023-02-27T16:18:27.916812 | 2021-02-07T23:38:52 | 2021-02-07T23:38:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,569 | cpp | /*
* Copyright (C) 2021 Hooaahcore
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program is distrib... | [
"43292003+Hooaah@users.noreply.github.com"
] | 43292003+Hooaah@users.noreply.github.com |
cf41b54ada955d9bbfb0dd170d6e5e1da2b08ab4 | 894aa5ef1845e02a5934320cad0d34e69a1a4619 | /Analyzer/src/BaseHists.cc | d9334a31ac7ca2dc1c077445959e0ab551f06a75 | [] | no_license | thaarres/LEAF | 352a266ba056532b7e8553f8050bdfbeb7b268cb | 88c2d48d230a790b5d42c38e4f6b588cdafcb1a0 | refs/heads/master | 2023-03-29T19:00:03.572276 | 2021-04-01T17:28:10 | 2021-04-01T17:28:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | cc | #include "Analyzer/include/BaseHists.h"
#include "Analyzer/include/constants.h"
#include "Analyzer/include/useful_functions.h"
#include <TH1F.h>
#include <TFile.h>
#include <TGraphAsymmErrors.h>
#include <TCanvas.h>
#include <TLegend.h>
#include <TLine.h>
#include <TStyle.h>
#include <TKey.h>
#include <TTree.h>
#includ... | [
"arne.reimers@physik.uzh.ch"
] | arne.reimers@physik.uzh.ch |
eba4bb4d39a470a5b6fe16531b961f4878ea3fff | 44f7368e321571b6f943ffd7a0e77659725f648d | /source/genshin_mini_map.cpp | 67572ad79337af80fb75cb8c34b85624c90eac3f | [
"Apache-2.0"
] | permissive | tmarenko/GenshinImpact_HideMap | ed23a3254dfc359e7435bcae47ed9166783d05c1 | 03d8cbf46743554a8256fef722a1cfa0db1ca017 | refs/heads/main | 2023-06-24T12:52:51.305191 | 2021-07-21T15:13:46 | 2021-07-21T15:13:46 | 387,375,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,831 | cpp | #include "genshin_mini_map.h"
#include "windows.h"
#include <iostream>
#define PW_RENDERFULLCONTENT 0x00000002 // Properly capture DirectComposition window content
cv::Scalar_<uint8_t> escCharColor = {255, 255, 255, 0}; // White color of character icon near minimap
/**
* Enumerator for window's handlers. Finds windo... | [
"nkrayner@gmail.com"
] | nkrayner@gmail.com |
c49ac465eee72ea7cd85ce0d29d5f73c7f327af6 | f33876f335f3bdc9d51b0f37930b4fe4a7827ee7 | /CommonApp/CommonWindow/TopLabelViewer.cpp | b0d7280d9c22c815d02494d97c8ed424f7155fc0 | [] | no_license | andreyV512/pump_rods | 003f7e81d8d911fdcf2dba4e553a5c67b508df60 | f22ee534429151ca79df945636e5c3b94ec6380b | refs/heads/master | 2021-07-08T14:09:41.754902 | 2020-10-06T05:29:41 | 2020-10-06T05:29:41 | 188,955,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,199 | cpp | #include "TopLabelViewer.h"
#include "tools_debug\DebugMess.h"
#include "window_tool\Emptywindow.h"
#include "Graphics\Color.h"
//------------------------------------------------------------------------------------------------------
using namespace Gdiplus;
TopLabelViewer::TopLabelViewer()
: backScreen(NULL)
... | [
"jdoe@email.com"
] | jdoe@email.com |
07f7f5254b4cc66e2c9d9c46b6a17e6393b643fc | 3c4075f8add4620a7468159f6b26183655331535 | /Volt3D/Volt3D/Engine/Preference.cpp | e4f07cfda323a93c0c06990d1e836424cdd6b6f1 | [] | no_license | bsy6766/Volt3D | 1332710fe613e9fb43cfd50eb6eb43ec9888b47c | a137e303ec0c9af01a416c4573f070d6c11e7e9c | refs/heads/master | 2021-06-02T22:27:51.553556 | 2021-03-19T07:31:32 | 2021-03-19T07:31:32 | 125,877,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,360 | cpp | /**
* @file Preference.cpp
*
* @author Seung Youp Baek
* @copyright Copyright (c) 2019 Seung Youp Baek
*/
#include <PreCompiled.h>
#include "Preference.h"
#include <WinBase.h> // GetUserName
#include <Lmcons.h> // UNLEN
#include <ShlObj.h> // SHGetFolderPath
#include "Utils/FileSystem.h"
#include "Utils/Logger.h... | [
"bsy6766@gmail.com"
] | bsy6766@gmail.com |
d5a0e0ac81931dd34f2d38d4ab27bcfcbb943f5b | b52232f841eca8a321924216a4e862d82ce33f81 | /lib/src/filter.cpp | 48930bcdfe82c76677adc7448fdbc6683d48434b | [
"MIT"
] | permissive | akowalew/cpu-image-filters | 7f53c81e7971cc218289202412ea20daceed8a86 | 6f81b9c15a6817f52aecabc8823668abe2579da8 | refs/heads/master | 2020-09-28T01:38:12.961452 | 2019-12-17T15:33:02 | 2019-12-17T15:33:02 | 226,657,708 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 413 | cpp | ///////////////////////////////////////////////////////////////////////////////
// filter.cpp
//
// Contains definitions of functions related to image filtering
//
// Author: akowalew (ram.techen@gmail.com)
// Date: 8.12.2019 13:12 CEST
///////////////////////////////////////////////////////////////////////////////
#i... | [
"ram.techen@gmail.com"
] | ram.techen@gmail.com |
ab7ffa2e5fe5341d675225ac500ab209e552bc82 | 8a363d876cfe7bd0a39db63e0fc88c326db587d8 | /source/plugins/org.custusx.webserver/cxWebServerWidget.h | 5bea731e1298b01912692c60ef724a7b1f4bffc5 | [
"BSD-3-Clause"
] | permissive | SINTEFMedtek/CustusX | 07c3df5ee388040c0ee1c5225221b688bed1f929 | 8a9561f3461534bce8039ab10aa61d85fde4de31 | refs/heads/develop | 2023-07-06T07:17:16.709351 | 2023-06-27T09:21:06 | 2023-06-27T09:21:06 | 980,970 | 62 | 22 | NOASSERTION | 2023-02-16T00:55:29 | 2010-10-12T11:32:57 | C++ | UTF-8 | C++ | false | false | 1,434 | h | /*=========================================================================
This file is part of CustusX, an Image Guided Therapy Application.
Copyright (c) SINTEF Department of Medical Technology.
All rights reserved.
CustusX is released under a BSD 3-Clause license.
... | [
"OleVegard.Solberg@sintef.no"
] | OleVegard.Solberg@sintef.no |
678ecaa98db60409c2e7d6529bdc8962689f62dc | 6e7d89d6982b77e0b3bfd3b08daf9b5937cc16c1 | /Parking_Meter_GE_Coordinator_2/Parking_Meter_GE_Coordinator_2.ino | 4b56e754ef4ccdfe97f2037f33935785bf8fbb92 | [] | no_license | Blitz72/Arduino-Projects | 77bab39fc5653174c3490512a9224c4862fa46b3 | 1e00e669c4f62137b6fa7b7a44af4acabf9d749a | refs/heads/master | 2020-05-31T00:30:19.441695 | 2019-06-03T15:46:00 | 2019-06-03T15:46:00 | 190,035,959 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,675 | ino | /******************************************************************
This is an example for the Adafruit RA8875 Driver board for TFT displays
---------------> http://www.adafruit.com/products/1590
The RA8875 is a TFT driver for up to 800x480 dotclock'd displays
It is tested to work with displays in the Adafruit shop... | [
"bauer.david@att.net"
] | bauer.david@att.net |
3aae49e3f30110014ade72a91bb1470567abf8cc | 5ae08f3bc4f9d56e2c686f1613c1ec62b154856f | /Ray-Tracer/Ray-Tracer/Scene.h | 4539b7591f91206c47d6f3bd3b8b48d64de26d26 | [] | no_license | dastyk/Ray-Tracer | 653e00e7ef3be463a248b7e4eca6b9092a3addb8 | 06689feccc1c992f031658ab576c024d4508c8b5 | refs/heads/master | 2020-12-24T06:12:14.439710 | 2017-03-13T09:47:26 | 2017-03-13T09:47:26 | 73,169,062 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,152 | h | #ifndef _SCENE_H_
#define _SCENE_H_
#pragma once
#include "ComputeShaderDataStructs.h"
#include "Input.h"
#include "Camera.h"
#include <ArfData.h>
#include <vector>
#include <Parsers.h>
class Scene
{
public:
Scene(uint32_t width, uint32_t height, Input& input);
~Scene();
uint8_t Update(float deltaTime);
const Sc... | [
"peva13@student.bth.se"
] | peva13@student.bth.se |
9d52bb6fc3c8ca7170da3158cd7c2c11bb131c8a | 49e125a9e43d22706cea8f304e88c96dd20197ae | /Codeforces/tokitsukaze and mahjong.cpp | 64e3c4cb1f0c30437e1f305d2b2ff6f7f94bf2cf | [] | no_license | tahsinsoha/Problem-solving- | b0382b7afa539715dafb1fbc40666e4051b5f7db | 7049dcc7ab9e4a59977787c2e9052055bff560a8 | refs/heads/master | 2023-01-06T02:35:56.822736 | 2020-11-04T12:15:43 | 2020-11-04T12:15:43 | 280,789,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,304 | cpp | #include<bits/stdc++.h>
using namespace std;
vector<int>v[4];
int main()
{
int n;
char c;
int maxx=0;
//int arr[4];
for(int i=1; i<=3; i++)
{
cin>>n;
cin>>c;
if(c=='m')
v[0].push_back(n);
if(c=='p')
v[1].push_back(n);
if(c=='s')
... | [
"soha97368@gmail.com"
] | soha97368@gmail.com |
abe3b5e3630f96e465061a00528d76a3ab26575c | f252f75a66ff3ff35b6eaa5a4a28248eb54840ee | /external/opencore/codecs_v2/omx/omx_m4venc/include/mpeg4_enc.h | ccced6159a718df291ceb36e28bc2bc1e438ff6e | [
"MIT",
"LicenseRef-scancode-other-permissive",
"Artistic-2.0",
"LicenseRef-scancode-philippe-de-muyter",
"Apache-2.0",
"LicenseRef-scancode-mpeg-iso",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abgoyal-archive/OT_4010A | 201b246c6f685cf35632c9a1e1bf2b38011ff196 | 300ee9f800824658acfeb9447f46419b8c6e0d1c | refs/heads/master | 2022-04-12T23:17:32.814816 | 2015-02-06T12:15:20 | 2015-02-06T12:15:20 | 30,410,715 | 0 | 1 | null | 2020-03-07T00:35:22 | 2015-02-06T12:14:16 | C | UTF-8 | C++ | false | false | 3,218 | h |
#ifndef MPEG4_ENC_H_INCLUDED
#define MPEG4_ENC_H_INCLUDED
#ifndef OSCL_MEM_H_INCLUDED
#include "oscl_mem.h"
#endif
#ifndef OMX_Component_h
#include "OMX_Component.h"
#endif
#ifndef _MP4ENC_API_H_
#include "mp4enc_api.h"
#endif
#ifndef CCRGB24TOYUV420_H_INCLUDED
#include "ccrgb24toyuv420.h"
#endif
#ifndef CCRGB12... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
a197c6091b90ed11ef30b92b963a64a5f5cab17b | 6eb7ee57fa5082a12c77c5028197b41befdea009 | /MachineDemo/MachineDemoDlg.h | 98745d281c0970decb2fba3b52ef3cba17856f06 | [] | no_license | shreyjindal81/CSE335-Project-2 | 78fbe49f05c37caaaf4845799ff9bc4e2b876347 | f22e7498a2e25cb99db8043b9cba93b88da709c8 | refs/heads/master | 2023-05-22T11:24:14.781008 | 2021-06-14T08:11:16 | 2021-06-14T08:11:16 | 357,864,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,010 | h | /**
* \file MachineDemoDlg.h
* The machine demostration dialog box class
* \author Charles Owen
*/
#pragma once
#include "afxcmn.h"
#include "afxwin.h"
#include "MachineDemoView.h"
/**
* The machine demonstration dialog box class
*/
class CMachineDemoDlg : public CDialogEx
{
public:
CMachineDemoDlg(CWnd* pPa... | [
"shreyjindal81@gmail.com"
] | shreyjindal81@gmail.com |
872d5f67fa721674ea50f72343d1d069bcc53535 | 8b370736fb939cf8b2c916c9aac2ad1105c705b9 | /topologicalSort.cpp | f5b9238af3ba8e389e64f69278b92fc27aadab49 | [] | no_license | viditk9/snippets | 78a987c016bd9a40f219662a4d88c3e450ae4d19 | 3fb7f9839b34d6085540596e528829cd6bb1d304 | refs/heads/main | 2023-06-18T13:12:03.068664 | 2021-06-30T08:03:23 | 2021-06-30T08:03:23 | 339,652,779 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | cpp | vi topo(vi v[],ll n)
{
vi indeg(n+1,0);
vi res;
rep1(i,n)
{
for(auto j:v[i])
{
indeg[j]++:
}
}
queue<ll> q;
rep1(i,n)
{
if(indeg[i]==0) q.push(i);
}
while(!q.empty())
{
ll x=q.front();
q.pop();
res.pb(x);
for(auto i:v[x])
{
indeg[i]--;
if(indeg[i]==0) q.push... | [
"noreply@github.com"
] | noreply@github.com |
97850be1d498c39fdb2963b27e6c08663ed63519 | 6697cd726d4cd3744ae52a7d5618f4ad107befba | /CP/84D.cpp | 2491accf953ef9d26d1d68dbcfd63de38d42f516 | [] | no_license | Saifu0/Competitive-Programming | 4385777115d5d83ba5140324c309db1e6c16f4af | ecc1c05f1a85636c57f7f6609dd6a002f220c0b0 | refs/heads/master | 2022-12-15T09:11:53.907652 | 2020-09-08T08:20:44 | 2020-09-08T08:20:44 | 293,743,953 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,542 | cpp | #include<bits/stdc++.h>
using namespace std;
#define deb(x) cout << #x << " " << x << endl;
#define fo(i,n) for(int i=0;i<n;i++)
#define Fo(i,k,n) for(int i=k;i<n;i++)
#define vi vector<int>
#define ii pair<int,int>
#define vii vector<ii>
#define ll long long
#define pb push_back
#define endl "\n"
#define mp map<int,i... | [
"43892879+Saifu0@users.noreply.github.com"
] | 43892879+Saifu0@users.noreply.github.com |
1b7c52d984d3c9c059134563f6de50bf5e3ed32f | fb508e0c2349001eb8e1bc3896c7b6eedf56b37b | /hitable_list.h | bbd0d91785ab0296e842ab131b7692923e0ad15d | [] | no_license | DMinsky/ray_tracing_in_one_weekend | b7d053b548b0c874a4662ff51a3ffd5abb5347b1 | a7630499cbc073b6079ed712e4ded2b7f0bce3df | refs/heads/master | 2020-04-17T15:15:42.725701 | 2019-02-16T22:13:02 | 2019-02-16T22:13:02 | 166,691,603 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | h | #ifndef HITABLELISTH
#define HITABLELISTH
#include "hitable.h"
class hitable_list: public hitable {
public:
hitable_list() {}
hitable_list(hitable **l, int n) { list = l; list_size = n; }
virtual bool hit(const ray& r, float tmin, float tmax, hit_record& rec) const;
hitable **list;
int list_size;
};
bool hitabl... | [
"me@dminsky.com"
] | me@dminsky.com |
ee768aff44a7da8f116fcbb9627a775e0c6049e4 | 4a1aca3d31e88570fe58e04b5c318fd4bd230155 | /src/p2p/net_peerlist.h | 993f8a7f38c596c0054407196913c2894f7b549c | [
"BSD-3-Clause"
] | permissive | techqc/sizaeon | 9562a51481a2003c23ccecd64f855c51aba4b75c | d3e30571515ff17ed12167420ee764185fb2d1c9 | refs/heads/master | 2021-04-06T19:42:13.926369 | 2018-03-15T18:08:46 | 2018-03-15T18:08:46 | 125,289,266 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,166 | h | // Copyright (c) 2018, SiZ, Based on AEON The Monero Project
//
// 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 noti... | [
"37153171+techqc@users.noreply.github.com"
] | 37153171+techqc@users.noreply.github.com |
8f808f39284292dd692fb1d8103033ea492b167b | f6ed941b1f93bbcb4994372209ea472c98358ac8 | /pageReplacementAlgorithms/FIFOReplacement.cpp | 1616253c8e1641ae125cd2cb729ddb1bfe4279e0 | [] | no_license | KyleGullicksen/Assignment5 | 12ad987fa35c0f4790d790e9b9b19be3500a0e5a | 52d7db24edafdc498781c10eb2d5873652ca409e | refs/heads/master | 2021-03-24T09:43:59.711661 | 2017-12-07T04:07:36 | 2017-12-07T04:07:36 | 112,535,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 198 | cpp | //
// Created by stoffel on 12/4/17.
//
#include "FIFOReplacement.h"
bool FIFOReplacement::read(int address)
{
return true;
}
bool FIFOReplacement::write(int address) {
return false;
}
| [
"gulli003@cougars.csusm.edu"
] | gulli003@cougars.csusm.edu |
f5b89bea7e7c63182a51a1bffc74764bba3d90fe | 6ffd23679939f59f0a09c9507a126ba056b239d7 | /dnn/test/cuda/local/local.h | f54c2abd31808ea51dc8fd9c10ff75c103aea56b | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | MegEngine/MegEngine | 74c1c9b6022c858962caf7f27e6f65220739999f | 66b79160d35b2710c00befede0c3fd729109e474 | refs/heads/master | 2023-08-23T20:01:32.476848 | 2023-08-01T07:12:01 | 2023-08-11T06:04:12 | 248,175,118 | 5,697 | 585 | Apache-2.0 | 2023-07-19T05:11:07 | 2020-03-18T08:21:58 | C++ | UTF-8 | C++ | false | false | 172 | h | #pragma once
#include <cuda_runtime_api.h>
namespace megdnn {
namespace test {
void pollute_shared_mem(cudaStream_t stream);
} // namespace test
} // namespace megdnn
| [
"megengine@megvii.com"
] | megengine@megvii.com |
cf44963cb28f9475225bcb6f75adf7d808898e17 | 66acaef21d8bc3d03e8fabbf33155f9de84d78df | /src/Simplex.h | d2fe061c8d44ef237f1876dc6e5aa33ff9c5e72d | [] | no_license | QuentinDuval/Algorithms | e68a60f9f926460f5aaa7cf8580f0799934b216e | ba8f8dc53c4d1451ab819025cc8a21165ace2710 | refs/heads/master | 2021-01-02T08:57:30.403501 | 2015-03-19T20:13:34 | 2015-03-19T20:13:34 | 28,277,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | h | #pragma once
#include "utils/Matrix.h"
#include <exception>
#include <vector>
namespace algorithm
{
struct Simplex
{
using Vector = std::vector<double>;
using Matrix = utils::Matrix<double>;
//TODO - Return the allocation with the solution
static double solve(Vector const& maxCoef, Mat... | [
"senmenty@gmail.com"
] | senmenty@gmail.com |
1ac501b9a6d229e631cc43735f24e2851a957c96 | 49cd461df8d5acb80f578202e534a1a07ae16806 | /demo/zfsrc/ZFFramework_test/ZFCore_test/ZFCore_ZFSerializable_test.cpp | 8ad72a89371b6466b3cbe8d366315fc8eeed8d17 | [
"MIT"
] | permissive | deepblueparticle/ZFFramework | 695a9adba01bba37e22f20b6242af17716182c39 | f65caed122a9ee273eb41f9dca31c1d10298216f | refs/heads/master | 2020-03-20T18:42:10.503495 | 2018-06-15T10:47:34 | 2018-06-15T10:47:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,062 | cpp | /* ====================================================================== *
* Copyright (c) 2010-2018 ZFFramework
* Github repo: https://github.com/ZFFramework/ZFFramework
* Home page: http://ZFFramework.com
* Blog: http://zsaber.com
* Contact: master@zsaber.com (Chinese and English only)
* Distributed under MIT ... | [
"z@zsaber.com"
] | z@zsaber.com |
a51d115bb9c4cf2bee96aeda254a78d3ed5ea9bb | de104c9e74b5eebf35b0449a6082198e364af50c | /MathGame/RandGen.cpp | 119be273c549a3ecc291d4266660ffd7a28060d5 | [] | no_license | bitsVincent/MathGame | 829fadcdb2b05230c22e77ce1ab8a0f4cf32bc7c | 803ca9a01e917a7c03cd5115c0a391e45c8a3941 | refs/heads/master | 2020-03-25T11:38:40.103386 | 2018-08-10T04:40:08 | 2018-08-10T04:40:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,259 | cpp | #include "stdafx.h"
#include "RandGen.h"
#include <time.h>
#include <stdlib.h>
RandGen::RandGen()
{
srand((unsigned int)(time(NULL)));
}
void RandGen::genRandNum(int MODE)
{
switch (MODE) {
case 0:
RandGen::randNum1 = rand() % 9;
RandGen::randNum2 = rand() % 9;
RandGen::total = getNum1() + getNum2();
break;... | [
"1541372584@qq.com"
] | 1541372584@qq.com |
addbffeda2f034970fae9abf3b6864584c4e7dce | 7afa82da6ce4a4fb6b625b12cbcc9c20acf128d1 | /src/main/headers/Dirt.h | 3ff955b52f666f6b580c6aa0a6396c3fcf7f90d7 | [] | no_license | RobKortowski/Dungeon | 47bb3f2f21b161946e291191d59d266e1045c073 | 9a8cf6ff47c0116964d7d90f6b5469f953aa6120 | refs/heads/master | 2021-01-20T02:15:49.248836 | 2017-08-19T20:46:24 | 2017-08-19T20:46:24 | 101,311,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | h | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: Dirt.h
* Author: Robert Kortowski robjudo@wp.pl
*
* Created on March 28, 2017, 12:45 AM
*/
#ifndef DIRT_H
#define ... | [
"robjudo@wp.pl"
] | robjudo@wp.pl |
6e0cf393fbf5e331ed85179875d1abb7742e925e | bd062ba413f4c425c8ce662fa5a63f639cee0511 | /src/tracker/HModel/Model.cpp | 1866505c90e8bb147eb41cdea103980a324f37e4 | [] | no_license | TuringKi/hmodel | 11cb03babeb2399ec978585081c0cf82e6ad3de1 | 630e26a71bf143ac11d029549903e74b3e148224 | refs/heads/master | 2022-03-13T15:07:03.945981 | 2017-09-27T05:35:22 | 2017-09-27T05:35:22 | 104,976,945 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,808 | cpp | #include "Model.h"
#include <vector>
#include <map>
#include <iostream>
#include <fstream>
#include <Eigen/Geometry>
#include "DataLoader.h"
#include "ModelSemantics.h";
#include "tracker/OpenGL/DebugRenderer/DebugRenderer.h"
#include "tracker/Data/Camera.h"
Model::Model() :outline_finder(this), serializer(this), sema... | [
"Xiao.ma"
] | Xiao.ma |
86fbed0a2115b1053a3f7816961fcd0e576963c1 | 739c8e734139471bfc5d6fd9eaef28ac7f7b8a75 | /Graph - Adjacency List and BFS, Finding Shortest Path.cpp | 86baa8e75d79e9d6fee59a68ce6408280bd80aa2 | [] | no_license | v9the/DataStructure-Algorithms | 0e9bef8d739ff6b604854764e1a2bea478e9bd43 | 9210a67a223f48af7c5ff0e7b9a0a4bb121d8313 | refs/heads/master | 2023-02-23T10:06:32.600327 | 2021-01-29T18:15:18 | 2021-01-29T18:15:18 | 171,965,560 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | cpp | #include <bits/stdc++.h>
using namespace std;
template<typename T>
class Graph {
public:
map<T, vector<T>> adjList;
void addEdge(T u, T v, bool isBiDir = true) {
adjList[u].push_back(v);
if (isBiDir) {
adjList[v].push_back(u);
}
}
void bfs(T src, T dest) {
queue<T> q;
q.push(src);
unordered_map<T, b... | [
"v9the@outlook.com"
] | v9the@outlook.com |
fa395eace86b1a941a4907c24a664e26bb92205c | 9ef9b07ce3324492dbbb47b8cd99e5e8321370f9 | /BigInt/main.cpp | 18c7fc20c945d561ffc3b28e501620acb997ac3d | [] | no_license | b0gdan0v-bagi/BigInt | 75c74d69eb7612dcd7d0aa3a4e400f714bba7ce4 | 6912d6c5b30dc607c3a872849b0af511553a9aeb | refs/heads/master | 2023-01-09T20:35:07.652716 | 2020-11-06T21:29:49 | 2020-11-06T21:29:49 | 308,058,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,753 | cpp | //#include <bits/stdc++.h>
//#include "bigint.h"
#include "bigInt2.h"
#include <iostream>
#include <list>
#include <chrono>
#include <future>
#include <thread>
#include <algorithm>
#include <fstream>
BigInt simpleMulti(BigInt a, BigInt b)
{
return a * b; // make lambda in future!
}
BigInt vectorParralelMultipica... | [
"bagizara@gmail.com"
] | bagizara@gmail.com |
6efe3a29c4733a9a0bc6a30009d6f51dc9799648 | bfe1cf47350946257122dc2117cdcb58421898e9 | /Yu-Gi-Oh/Source.cpp | 5bace03fc163a0ee143f4bea64cb1fb113d7338a | [] | no_license | DelyanaR/OOP_20_21 | 6f2b57b9b4f425d25c371fd865c01e95227021d4 | bff8647a5bf5ed3b2c581bebb8dd7a1336fa85fd | refs/heads/main | 2023-05-14T21:02:24.419422 | 2021-06-07T15:48:34 | 2021-06-07T15:48:34 | 374,708,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,219 | cpp | /**
* Solution to homework assignment 4
* Object Oriented Programming Course
* Faculty of Mathematics and Informatics of Sofia University
* Summer semester 2020/2021
*
* @author Delyana Raykova
* @idnumber 62533
* @task 1
* @compiler VC
*/
#include <iostream>
#include "duelist.hpp"
using namespace std;
... | [
"noreply@github.com"
] | noreply@github.com |
bf7e737cb88a1e9d8b2b7bed7fdade25a73d949a | d37ddf5ec835ca95bc3cb17c0231bfdee677071e | /application/qml_search/main.cpp | aaa44781eac3fb6b42b6203f78642c53eb52214b | [
"Apache-2.0"
] | permissive | nnnlife/trader | 6191c088435d32b8772628e13d198231d7b2c894 | 79a2fa934b5229fb42efc558d2e0b6cb8e83cdc6 | refs/heads/main | 2023-03-15T19:05:07.212235 | 2022-07-18T04:17:58 | 2022-07-18T04:17:58 | 160,435,608 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 428 | cpp | #include <QGuiApplication>
#include <QQmlEngine>
#include <QQuickView>
#include <QQmlApplicationEngine>
#include <QScopedPointer>
#include <QFont>
int main(int argc, char *argv[]) {
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
QFont f = app.font();
f.se... | [
"nnnlife@gmail.com"
] | nnnlife@gmail.com |
a77b4aa57fbd32b839bc34b47691298a57d87ee1 | aabe8cf0784bcf850c353e6ee5012285a7a4091a | /Classes/IngameObject/SkillConstructor.h | faf902e2297819ef78938a415c6ac04af1c9c7e7 | [] | no_license | ImaginysLight/CodingTD | fda402e8c08e9806ed0a31604ba465c94967226e | d6d773f316054011f81df680993c17d4d08579ee | refs/heads/master | 2020-05-16T18:18:13.226060 | 2019-09-07T05:47:58 | 2019-09-07T05:47:58 | 183,215,615 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 426 | h | #pragma once
#include"Skill/BaseSkillClass.h"
#include"Skill/CoolBlooded.h"
#include"Skill/IceAge.h"
#include"Skill/BurningEnthusiasm.h"
#include"Skill/HellFire.h"
#include"Skill/NaturalWind.h"
#include"Skill/HeavenBless.h"
#include"Skill/PassiveSkill.h"
class BaseUnitClass;
class SkillConstructor {
public:
static Ba... | [
"ImaginysLight@gmail.com"
] | ImaginysLight@gmail.com |
f392eb66096b0d54a11618b8b900558785b4ca50 | f08c2848f63c988c1d3f4e80f07d45f732a6e029 | /76.minimum-window-substring.cpp | 5a63a9ec463a884e42ba4c0a93850a58c732ebf3 | [] | no_license | pqros/leetcode-exercices | 42ecd7fa994af0f4f44b66413becf825c70b4004 | c374ae2d5cfbc2767ff38aca170481ce53c35030 | refs/heads/master | 2020-07-26T06:12:56.042230 | 2019-09-21T14:29:00 | 2019-09-21T14:29:00 | 208,560,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,764 | cpp | /*
* @lc app=leetcode id=76 lang=cpp
*
* [76] Minimum Window Substring
*
* https://leetcode.com/problems/minimum-window-substring/description/
*
* algorithms
* Hard (31.76%)
* Likes: 2705
* Dislikes: 181
* Total Accepted: 269K
* Total Submissions: 846.1K
* Testcase Example: '"ADOBECODEBANC"\n"ABC"'
... | [
"1098877273@qq.com"
] | 1098877273@qq.com |
ddd582bd65285a24951c7d942340a37edf6f2c40 | 26f1cbf38afe77464f609e06dafac1e07b2ac047 | /C++/Core/Assignments/Set2/Fraction/pch.cpp | b3d03daf7133eea43e99b85096c522c58256aeaa | [] | no_license | 99002561/Genesis-Notebook | 1f9005898cc5c98bb4cc63f02514c50e7d927b6a | 65503f7c6fc4d388b674951f4b397987f732aeda | refs/heads/main | 2023-01-11T09:58:36.433835 | 2020-11-11T06:47:00 | 2020-11-11T06:47:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,481 | cpp | //
// pch.cpp
// Include the standard header and generate the precompiled header.
//
#include "pch.h"
using namespace std;
Fraction::Fraction() : m_numerator(0), m_denominator(0) {}
Fraction::Fraction(int num, int deno) : m_numerator(num), m_denominator(deno) {}
Fraction::Fraction(const Fraction& obj) : m... | [
"nagaakhil.es@ltts.com"
] | nagaakhil.es@ltts.com |
25e41ec11c6d22231c6c094da140937683fdf597 | b18adf09556fa66a9db188684c69ea48849bb01b | /Elsov/SkyFrame/HardwareTest/HardwareTest.h | df2f4ba6336d237b0479b3a27f7cfd4e16232693 | [] | no_license | zzfd97/projects | d78e3fa6418db1a5a2580edcaef1f2e197d5bf8c | f8e7ceae143317d9e8461f3de8cfccdd7627c3ee | refs/heads/master | 2022-01-12T19:56:48.014510 | 2019-04-05T05:30:31 | 2019-04-05T05:30:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,154 | h | // HardwareTest.h : main header file for the HARDWARETEST application
//
#ifndef __HARDWARETEST_H_INCLUDED__
#define __HARDWARETEST_H_INCLUDED__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include... | [
"hp@kozhevnikov.org"
] | hp@kozhevnikov.org |
363a971a88ca6dc79919938c75bd965a2f297cad | f9ad496cf96e02a690a5f41e5758c92388fb2b76 | /include/server/asio/tcp_session.inl | 7fcc5801880528531a6cea2438c6720401af6325 | [
"MIT"
] | permissive | coolniu/CppServer | 90b338383e920cf29e56ab5fffccf981b7bd7160 | da272e324a4fb8fb7a85b8bf3bf5758a48ee07ce | refs/heads/master | 2020-12-30T11:28:58.062254 | 2017-05-15T18:17:57 | 2017-05-15T18:17:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,737 | inl | /*!
\file tcp_session.inl
\brief TCP session inline implementation
\author Ivan Shynkarenka
\date 14.12.2016
\copyright MIT License
*/
namespace CppServer {
namespace Asio {
template <class TServer, class TSession>
inline TCPSession<TServer, TSession>::TCPSession(std::shared_ptr<TCPServer<TServer,... | [
"chronoxor@gmail.com"
] | chronoxor@gmail.com |
9611aeeeaba3cbee8cc005e5b3fdab7ad755366a | 3a35c69692e7cdce902e36c6eb6c78f462334777 | /train/Condition.h | 7ff926631aac750e5bdcbf6c1f1c90385dabdc2b | [] | no_license | yszc-wy/learn_np | 551d9312ec501542f4db9fcc31b90c09a436c4b8 | 40719e5ae8b4a41a163f7187e3ea5cf53650e194 | refs/heads/master | 2023-03-12T05:17:51.094318 | 2021-03-01T02:44:37 | 2021-03-01T02:44:37 | 339,382,118 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 639 | h | /*
* Encoding: utf-8
* Description:
*/
#pragma once
// C系统库头文件
// C++系统库头文件
// 第三方库头文件
// 本项目头文件
#include "train/Mutex.h"
namespace train
{
class Condition
{
public:
Condition(MutexLock& mutex)
: mutex_(mutex)
{
pthread_cond_init(&cond_,NULL);
}
~Condition(){
pthread_cond_dest... | [
"yszc-wy@foxmail.com"
] | yszc-wy@foxmail.com |
c9b6a60114b3f339977667ac1dc9bc3b3d9f851f | 14627037079b58030ef084b11805dddb58046cbb | /SolveEquation/vc/dllATL/src/Equation.h | 74791252543bca1ad041656a0d49028197c9dd63 | [] | no_license | hzwong/Exercise | 2e813bceaf25d703f9b198f362dcf7ae4848c211 | d11b3c161f4bcdc895fda52cabf4f550d33f0dfd | refs/heads/master | 2020-12-07T09:52:19.641865 | 2016-12-05T12:49:45 | 2016-12-05T12:49:45 | 232,697,705 | 1 | 0 | null | 2020-01-09T01:45:57 | 2020-01-09T01:45:56 | null | GB18030 | C++ | false | false | 1,471 | h | //Equation.h
#pragma once
class ATL_NO_VTABLE CEquation
: public ATL::CComObjectRootEx<ATL::CComSingleThreadModel>
, public ATL::CComCoClass<CEquation, &CLSID_Equation>
, public ATL::IDispatchImpl<IEquation, &IID_IEquation, &LIBID_SolveEquationLib,/*wMajor =*/1,/*wMinor =*/ 0>
{
public:
CEquation()
{
... | [
"sea_peak@sina.com"
] | sea_peak@sina.com |
a84af4157845adadfed3a976204fec3d69bbe042 | 0177ee7c9145bf016736c90a60199cc66b697848 | /src/PowerInMath_UPSYM.cpp | f067bc54ffb9026f6adc4a46725ce5f9f6ec3d12 | [] | no_license | ricklii/TSEC_ASA_IDAS_KLU | 32a0567ea9c7d854e47e4fca0b92dbda75cab20c | 21e971159bb34c326b27610b2db9520206ce1ea9 | refs/heads/master | 2021-01-19T16:51:45.417365 | 2015-05-12T13:53:19 | 2015-05-12T13:53:19 | 35,491,281 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 34,776 | cpp | //This C++ file is generated from SymAdjointSA.
//for Adjoint Sensitivity Analysis by IDAS in Sundials
#include "TSECConfig.h"
namespace TSEC
{
int PowerInMath::Get_nDAE(void) { return 24; }
//int PowerInMath::Get_nDAE(void) { return 3; }
int PowerInMath::Get_nDAEd(void) { return 6; }
int PowerInMath::Get_nDAEa(... | [
"lizhh9017@gmail.com"
] | lizhh9017@gmail.com |
6bcafbd6c987341cfcf75275a31d284c287aed46 | 0b44be610de6cdc96d908d96b1106c52802ed374 | /code/group3/ll/Intercepting Filter Pattern/FilterManager.h | 0a07f335921e92428d4eddb6587a57a052a58667 | [] | no_license | DOGGY-SAINT/designPatternClassDesign | 1daa43fa3162d309bdec9e2e87366845adf96c7e | 4dfbd073567227188ecf4aadde849cf1b278fc56 | refs/heads/master | 2023-01-19T11:32:03.013166 | 2020-11-25T07:14:22 | 2020-11-25T07:14:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 238 | h | #pragma once
#include"FilterChain.h"
class FilterManager
{
public:
FilterManager() {};
FilterManager(Target target);
void setFilter(Filter* filter);
void filterRequest(string request);
private:
FilterChain* chain;
};
| [
"1227678132@qq.com"
] | 1227678132@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.