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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e74ced3d86c3f24611ced78c87529d4dcf86304b | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/services/removable_storage_writer/removable_storage_writer.h | 57b4510d49530adc51dfe894b72e290d884eb357 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,616 | h | // Copyright 2017 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 CHROME_SERVICES_REMOVABLE_STORAGE_WRITER_REMOVABLE_STORAGE_WRITER_H_
#define CHROME_SERVICES_REMOVABLE_STORAGE_WRITER_REMOVABLE_STORAGE_WRITER_H_
... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
c1972267bb285f0f2ae68ed71a29090d1c7424fb | 5631f368f153a855fbc1bbc59bf2217f88681d50 | /widgetformato.h | e8dee18c9bcf2e1c04687300b13b1ebf90660547 | [] | no_license | piaz97/monsterKalk | 77f4214ca4310e04a45a0b3c535378b87de123be | 27d2153b9c6a7461f2197d3a95e87e18616ccd1f | refs/heads/master | 2020-03-29T02:10:16.154250 | 2018-09-19T10:12:55 | 2018-09-19T10:12:55 | 149,423,468 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 300 | h | #ifndef WIDGETFORMATO_H
#define WIDGETFORMATO_H
#include <QWidget>
#include <QComboBox>
class WidgetFormato:public QWidget{
private:
QComboBox* formati;
public:
WidgetFormato(QWidget* parent = nullptr);
~WidgetFormato();
std::string getSelected() const;
};
#endif // WIDGETFORMATO_H
| [
"samuele.piazzetta@gmail.com"
] | samuele.piazzetta@gmail.com |
143453383e2ecebaad6ed5aaf2b3d1c959b10e8b | 1237af973820248b16cb2255172a53581de6d210 | /GameExample/Field.h | b7ce925ccd7c3bf31baaed48d1f30b4d159c2fb2 | [] | no_license | GranatKatya/pacman | f179f3809921db7141520df143aab70bbf7d36f7 | f6b9235343b8381d3e9f80cd4953e2d56bcd40e9 | refs/heads/master | 2020-03-26T07:05:40.221139 | 2018-08-13T21:34:24 | 2018-08-13T21:34:24 | 144,636,035 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 9,270 | h | #pragma once
#include "stdafx.h"
class Game;
class Wall :public Cell {
//COLORREF _color = RGB(0,0,255);
//ForegroundColor _color = ForegroundColor::White;
//int _contains = 3;
public:
Wall() = default;
Wall(int x, int y) :Cell(x,y) {
SetColor(RGB(0,0, 255));
SetContains(3);
}
//void Print(COLORREF color,... | [
"k.granat2017@gmail.com"
] | k.granat2017@gmail.com |
9161f01a0e1bd74f149ac5fa6ed10e130ec47810 | 40a50e57d963e15559a850cb9de4cafe6fb07490 | /include/hardware/audio.h | 51cfe552ca7a8b28f137d465f7c061a0df32d686 | [
"Apache-2.0"
] | permissive | echo21/android_device_lge_p990 | 4a303ec199852ac0822c8147bc6bd98b05867129 | 63dbe39521cc9b9c5785f18c3c63f9dfe2fb3ac7 | refs/heads/cm-11.0 | 2021-01-15T21:20:47.404539 | 2015-04-28T11:43:52 | 2015-04-28T11:43:52 | 31,685,723 | 2 | 0 | null | 2015-04-28T11:43:53 | 2015-03-04T23:33:22 | Python | UTF-8 | C++ | false | false | 29,752 | h | /*
* Copyright (C) 2011 The Android Open Source Project
* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved.
* Not a Contribution.
*
* 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... | [
"tonyptonyp@gmail.com"
] | tonyptonyp@gmail.com |
5a557e369d2b7e265a123d124a5f34227d94931c | fa22fb5ce20440b4c82397bbc1784acd788214b4 | /0.03/gradTy | 14ed416645d08fa3f378867746909ba9d4ad86a4 | [] | no_license | miaomiaomiao783/sheet | 6f3c0cc070f6aedb6d463bd1e719ef88aefe543d | 37291cca6131971482c9687dfaa88b1852753dff | refs/heads/master | 2022-04-25T18:06:08.389703 | 2020-04-27T01:32:02 | 2020-04-27T01:32:02 | 258,936,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308,726 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chenq316@126.com"
] | chenq316@126.com | |
f53bfe536ea9f4747a576cd79b75cfd8fc61a518 | 21332dd73a9ff4ee6f0f5c547c6c3408e99037db | /whipstitch/wsAssets/wsPanel.cpp | 2009a82a0fb57c3aa4c1f5f6baf1d46892a63573 | [
"MIT"
] | permissive | dsnettleton/whipstitch-game-engine | 55fee958aa22776677d17ec5b873da7a6b74af72 | 1c91a2e90274f18723141ec57d0cb4930bd29b25 | refs/heads/master | 2021-01-10T22:12:43.079079 | 2016-09-22T14:51:54 | 2016-09-22T14:51:54 | 7,425,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,656 | cpp | /**
* wsPanel.cpp
* Feb 18, 2013
* D. Scott Nettleton
*
* This file implements the class wsPanel, which is an image drawn
* directly to the screen (i.e., a HUD element). Panels can contain
* many other interface elements, such as buttons, lists, progressbars,
* textboxes, onscreen text, etc.
*
* HUD c... | [
"dsnettleton@gmail.com"
] | dsnettleton@gmail.com |
08d3cf95ad31fc95efaf6c0400481ccc019082cf | 84a6e91f86da9584ff1b338a1d56af76b1f97126 | /resource_base_match.hpp | edd09d37bf37d6bedc2ff61015701d7c08290318 | [] | no_license | SteVwonder/resource_module_strawman | dddbd6dac0c9092b669c5eb671e708a2cc4cbd0d | 65cefc94405d52b83b90eec9c00b97e40f4df6d3 | refs/heads/master | 2020-04-05T14:12:17.930912 | 2017-06-18T01:44:49 | 2017-06-18T01:44:49 | 94,822,791 | 0 | 2 | null | 2017-06-21T17:53:36 | 2017-06-19T21:31:49 | C++ | UTF-8 | C++ | false | false | 3,314 | hpp | //!
//! Resource Base Matcher API Strawman
//!
// TODO: richer ways to specify matching subsystem(s) and type(s)
// e.g., wildcard, filter, substring match ...
#include <string>
#include <iostream>
#include <vector>
#include <set>
#include <map>
#ifndef RESOURCE_BASE_MATCH_HPP
#define RESOURCE_BASE_MATCH_HPP... | [
"ahn1@llnl.gov"
] | ahn1@llnl.gov |
d8ddaff0bfae860b7e639e8f6105dcae889bcb23 | d973b3a5ca390ecceceb630a09873d9f4cee29f1 | /SW-Expert-Academy/D2/1984. ์ค๊ฐ ํ๊ท ๊ฐ ๊ตฌํ๊ธฐ.cpp | 30f792ddcda7ee52a2508bb039a3dacadc5efbcf | [] | no_license | hschoi1104/Algorithm | f06a111f44e674b38f1e0d65193b4b98ab8ac7d5 | 8317a843354c2530590c871d8a10850a0303f18a | refs/heads/master | 2023-08-09T13:01:22.646030 | 2023-08-02T08:02:43 | 2023-08-02T08:02:43 | 201,705,544 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 731 | cpp | #include <stdio.h>
double arr[10] = { 4,8,2,3,9,7,1,6,10,5 };
void qsort(int s, int e) {
if (s >= e) return;
int pivot = s;
int i = pivot + 1;
int j = e;
double tmp;
while (i <= j) {
while (i <= e && arr[i] <= arr[pivot]) i++;
while (j > s&& arr[j] >= arr[pivot]) j--;
if (i > j) {
tmp = arr[j];
arr[j]... | [
"43382559+hschoi1104@users.noreply.github.com"
] | 43382559+hschoi1104@users.noreply.github.com |
46f10047ffec13b8e3c5f5fe092e182be7ef5df7 | ad715f9713dc5c6c570a5ac51a18b11932edf548 | /tensorflow/core/profiler/backends/gpu/cupti_error_manager_test.cc | 9d08b094857abb9e9e3c518f72925308a07cf4af | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | rockzhuang/tensorflow | f1f31bc8edfa402b748c500efb97473c001bac95 | cb40c060b36c6a75edfefbc4e5fc7ee720273e13 | refs/heads/master | 2022-11-08T20:41:36.735747 | 2022-10-21T01:45:52 | 2022-10-21T01:45:52 | 161,580,587 | 27 | 11 | Apache-2.0 | 2019-01-23T11:00:44 | 2018-12-13T03:47:28 | C++ | UTF-8 | C++ | false | false | 8,274 | cc | /* Copyright 2021 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 |
28b0ab31f6a2d236bd5c398320a4cbabe3b09e81 | 9d06e4d62504a0d0703d2a452ab4d81c01eb5757 | /src/Logic/DisClause.cpp | f8015889e71981a893a94c53f9f6f8361e1f3ff3 | [] | no_license | wcphkust/tinysat | db63875fc1c8624077db18dfe07c98dab17dc2fd | b84eee99c97bd4a25f2d613a91a93ce651e82912 | refs/heads/master | 2020-12-14T08:38:37.596699 | 2020-02-05T09:21:35 | 2020-02-05T09:21:35 | 234,688,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,458 | cpp | //
// Created by chasen on 29/1/2020.
//
#include "DisClause.h"
DisClause::DisClause(vector <LiteralTerm> p_literal_term_items) {
int size = p_literal_term_items.size();
for (int i = 0; i < size; i++) {
literal_term_items.push_back(&p_literal_term_items[i]);
}
clause_ip = undef;
}
DisClause:... | [
"mhnfwln@126.com"
] | mhnfwln@126.com |
e4cc60ff398f856cb0aa94d07631192a8594e450 | e2e2c8f22b4ff60959a59c5224d47815e28af867 | /Coursework/cWall.h | cddfcbb1fbfe14aedc058e3c4d5450ca57211eff | [] | no_license | rsteve208/Coursework | 51d864a310578cd7bca610fe69af199ded3cd425 | 37d668f5141c6191dbda8b19c8748aeb677079db | refs/heads/master | 2020-04-07T01:08:01.049706 | 2018-12-19T05:21:39 | 2018-12-19T05:21:39 | 157,931,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | h | #pragma once
#include "cSprite.h"
class cWall :
public cSprite
{
public:
cWall();
~cWall();
bool visible = true;
};
| [
"ruaridhstevenson@gmail.com"
] | ruaridhstevenson@gmail.com |
2ad1eb575b7575fdf7be0cfe618dc9b9f81883b4 | c7914d8d09b3fb100bc63876d7cb30043db657be | /ThreadSafeQueue.cpp | 09b5a4c01667da772a12c29da2c13e1bcb4757e3 | [
"MIT"
] | permissive | JackeyLove1/TinyCPlusPlusProjects | 9ed58db19333348818f26f9c2717f5510fb27a87 | c395aba8538ea722e45b26027b5f1ff5abd85cf2 | refs/heads/main | 2023-07-07T14:24:32.062914 | 2021-08-11T15:32:35 | 2021-08-11T15:32:35 | 390,911,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,743 | cpp | //
// Created by Jacky on 2021/8/8.
//
#include <queue>
#include <mutex>
#include <condition_variable>
template<typename T>
class ThreadSafeQueue {
private:
mutable std::mutex mtx;
std::queue<T> data_queue;
std::condition_variable data_cond;
public:
ThreadSafeQueue() {}
ThreadSafeQueue(const Thr... | [
"1572727410@qq.com"
] | 1572727410@qq.com |
aa712b0f72aeed2d24588f168ee629d7ffe8c367 | 981a835062bb879515c7bddd77c613ded3c78a52 | /src/qt/clientmodel.cpp | 55a0110b6e0402cf068eca17d74e2e6e79ba73d4 | [
"MIT"
] | permissive | expoksh/cryptorescuecoin | 50ff80a05331cfdbc114d5a6857122aaf4817492 | f119a062848803fefec016acffe653902952c652 | refs/heads/master | 2020-04-19T21:08:08.251692 | 2019-01-28T17:43:10 | 2019-01-28T17:43:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,933 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The cryptorescuecoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/lice... | [
"root"
] | root |
b38302ebc521eb2f91e5f486850c7cabc8d833ff | 632a2d1342bbb6cef792022adf6d68e59579e4aa | /1010.cpp | 7e2f7573d9aafc45c67c0e222799825b46db654a | [] | no_license | IlmerO/URI-Iniciante | 3053f78fd6c9b38cd3e83a6b8129c1212f3e9e05 | 5345984b09eb4e5fe5116c17ec872ff5739d3b89 | refs/heads/master | 2020-12-01T09:31:31.294238 | 2019-12-11T17:48:09 | 2019-12-11T17:48:09 | 54,240,224 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 488 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
struct peca{
int codigo;
int numero;
double valorUnitario;
};
int main(){
peca pecas[2];
double totalPagar;
cin >> pecas[0].codigo >> pecas[0].numero >> pecas[0].valorUnitario;
cin >> pecas[1].codigo >> pecas[1].numero >> pecas[1].valorUnitario;
totalPaga... | [
"oliveirailmer13@gmail.com"
] | oliveirailmer13@gmail.com |
66dad253b4ae534d7f46d04ed197b0048ebe68d6 | 6e03873340f3b974b05f62523ba733b3f9dd8e05 | /Utility.h | d25f1ea75b0556fee31c026c90c7dc2b9a7e1b40 | [] | no_license | LeeYonggi/BandGame | 7854254f5bd4ccf1f33301670ad3a415aa7a7054 | a4f5115e938ddd4fba6d377895bbea1b18c14895 | refs/heads/master | 2020-04-26T09:51:58.175135 | 2019-03-02T16:22:15 | 2019-03-02T16:22:15 | 173,470,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | h | #pragma once
namespace utility
{
template<typename T>
void lerp(T *p, const T p0, const T p1, const float dot)
{
*p = p0 + (p1 - p0) * dot;
}
} | [
"35089435+LeeYonggi@users.noreply.github.com"
] | 35089435+LeeYonggi@users.noreply.github.com |
f6fd31eddd6b2eee9359e0074d52050f1b98a447 | b53795b88ab0201e48c5dc5737e97dfd27e07b22 | /source/client/source/GameLib/Property.cpp | c18b2038b4ae88477ef3e97404a4a7b1459d3c50 | [] | no_license | davidkm2/globalmetin | 9cc63395974eb74b5784a1bf5e733622c7303aa4 | d1a21b549c68e311416544e03ca6218351e12d2f | refs/heads/main | 2023-05-27T08:10:08.506239 | 2021-05-24T01:57:37 | 2021-05-24T01:57:37 | 370,181,109 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,813 | cpp | #include "StdAfx.h"
#include <cstring>
#include "../EterBase/TempFile.h"
#include "PropertyManager.h"
#include "Property.h"
CProperty::CProperty(const char * c_pszFileName) : mc_pFileName(nullptr), m_dwCRC(0)
{
m_stFileName = c_pszFileName;
StringPath(m_stFileName);
mc_pFileName = strrchr(m_stFileName... | [
"davidkm2012@gmail.com"
] | davidkm2012@gmail.com |
2a202506cdf10e87814d62b854041bf099ac99f2 | 62fe80a66b84e2b6a0b1e77ce950c308a0be19cd | /Source/cmLinkedTree.h | 3bcb9405040a21aad8be4a76e7f197b813260224 | [
"BSD-3-Clause"
] | permissive | tempbottle/CMake | 53b64d32ea00ee2299a1e4e2966ed608614a271d | b5f17d1b8038f2ed64faf4e56d3e407e7a848d52 | refs/heads/master | 2021-01-15T20:04:13.286192 | 2015-08-23T04:01:06 | 2015-08-23T04:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,099 | h | /*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2015 Stephen Kelly <steveire@gmail.com>
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This software is distrib... | [
"steveire@gmail.com"
] | steveire@gmail.com |
7dcce0e55e2be8084030444d53ac28c45a7e80e9 | 6e20207f8aff0f0ad94f05bd025810c6b10a1d5f | /SDK/Burning_classes.h | 60dacfbda88546596f0e2648f5204f42c236e542 | [] | no_license | zH4x-SDK/zWeHappyFew-SDK | 2a4e246d8ee4b58e45feaa4335f1feb8ea618a4a | 5906adc3edfe1b5de86b7ef0a0eff38073e12214 | refs/heads/main | 2023-08-17T06:05:18.561339 | 2021-08-27T13:36:09 | 2021-08-27T13:36:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 864 | h | #pragma once
// Name: WeHappyFew, Version: 1.8.8
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Burning.B... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
cfcedf580c7079aff9cd161f7c0d3131b2199694 | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_XFH_T_04_FCCS_Schuyler_functions.cpp | 05f3e6c9a03ccac2227471107d967b9dce433573 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | cpp | // TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_XFH_T_04_FCCS_Schuyler_parameters.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
}
#ifde... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
f12651441914b81f110ecb7b441fbe29dd88e626 | 8ef2bb6e65c854ac77ef1b845ae1b4d380f8dbbf | /exp7/calculator.cpp | 20468ebf84eae39d3715cc496524ec8f61b89748 | [] | no_license | huangjiahua/DataStructure | f3eff92a4b609d6fc527c15fef191a3acd99ce9a | b2afd8d21e5fb06d28251163eea12365dea6cd91 | refs/heads/master | 2021-04-27T19:09:28.857433 | 2018-02-21T15:37:55 | 2018-02-21T15:37:55 | 122,353,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,787 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <cctype>
#include <algorithm>
#include <fstream>
#include "FormulaTree.hpp"
using namespace std;
vector<string> stoFormula(const string &);
string stoFile(const string &);
int main()
{
string line;
cout << ">> ";
while (getline(cin, line)) {... | [
"hjh4477@outlook.com"
] | hjh4477@outlook.com |
356b208c3d75e86eef17a6091e575e3e1c42b047 | 74325561af408ea2ee859a464caa585a2cf67b36 | /font.cpp | b8d1b7da966c7c5f48bd625d91da88b87ca783bb | [] | no_license | odewdney/LedPanel | 495a5f582c7e63785843fc4d042f6ee294e52f80 | 69a14c61ed205dd7cfcf22358bb610a3d39fd3c4 | refs/heads/master | 2020-12-30T13:38:27.015123 | 2017-05-14T08:31:22 | 2017-05-14T08:31:22 | 91,229,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,541 | cpp | #include <avr/pgmspace.h>
extern const unsigned char font[] PROGMEM;
const unsigned char font[] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00,
0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
0x3E, 0x6B, 0x4F, 0x6B, 0x3E,
0x1C, 0x3E, 0x7C, 0x3E, 0x1C,
0x18, 0x3C, 0x7E, 0x3C, 0x18,
0x1C, 0x57, 0x7D, 0x57, 0x1C,
... | [
"oliver.dewdney@lbi.com"
] | oliver.dewdney@lbi.com |
9fbc50184b10303dcf5f33bc5dd93c5673549c6d | 1314193918fd3618b7e1079bc31f9150c0152887 | /IntroToProgrammingMaterials/ัะตะผะธะฝะฐั/ะดะฒะฐะฝะฐะดะตัะตัะธะกะตะผะธะฝะฐั/ัะตัะตะฝะธั/zad2.cpp | 8d20c4cb9e38477a02af72bf3b1f711308143456 | [] | no_license | NedkoPNedev/Introduction-To-Programming-Materials | 89556df19f709f79867613fb64c3c2168658b1a3 | 8f7886813016a66d24a7422a5628ab95d1530d57 | refs/heads/master | 2020-04-20T21:21:00.025970 | 2019-02-04T16:18:01 | 2019-02-04T16:18:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | cpp | #include <iostream>
using namespace std;
const int SIZE = 30;
void variations(bool *used, int *arr, int n, int k, int pos)
{
if (pos == k)
{
for (int i = 0; i < k; i++)
cout << (char)('A' + arr[i]);
cout << " ";
return;
}
int lastElem;
if (pos == 0) lastElem = ... | [
"nedko14@gmail.com"
] | nedko14@gmail.com |
b8b9bf0edd6aa083f80fcc374b8fc1727ca51418 | 3ec6086322010eed0a65cdbcbfd17b78b4961e83 | /selfdrive/common/params.cc | b261855b4e4d356f0c879cc9e9a8db2e6c641a3c | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | v3lasco/openpilot | b4da72842801fc6b667f805ddeb16fd46409b8a9 | c7a165c001b8fad6c75ce454054e071dcbfdce16 | refs/heads/release2 | 2023-08-02T23:38:37.232286 | 2021-09-08T03:46:25 | 2021-09-08T03:48:15 | 350,098,266 | 0 | 0 | MIT | 2021-03-23T21:03:39 | 2021-03-21T19:29:25 | null | UTF-8 | C++ | false | false | 10,345 | cc | #include "selfdrive/common/params.h"
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif // _GNU_SOURCE
#include <dirent.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <unistd.h>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <mutex>
#include <unordered_map>
#include "selfd... | [
"user@comma.ai"
] | user@comma.ai |
687b90fa247b086909211fb938eb71b1087c3e91 | d6e7bfa52fd82c86061637026a90b0007d486c5e | /Board.cpp | 9808924ab8f4797a2c308211c72a62aab1d70aee | [] | no_license | ahmed-alhaj1/Branching_tree-tictactoe | 44efaf8718a46fee086b1ef7e7c9853021ad9c18 | e0baa757931148cdd5260aedc39b1ebd90cc3656 | refs/heads/master | 2020-04-16T21:33:17.116645 | 2019-01-15T22:42:56 | 2019-01-15T22:42:56 | 165,929,570 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,670 | cpp | #include"Board.h"
Board::Board(int rsize){
m_size = rsize;
m_empty_pos = 9;
//pr1 = 1;
//pr2 = 2;
//printf("initial the board rsize = %d \n", m_size);
board = new char *[m_size];
for(int i = 0 ; i < m_size; i++){
board[i] = new char[m_size];
//board[i] = NULL;
}
for(int i= 0 ; i < rsize; i++){
for... | [
"alhaj1@umbc.edu"
] | alhaj1@umbc.edu |
5626a7df179a0fcb3b168a8b08f2e045740edac3 | 6c376312457b8af43e372d10bbe6ba29f58cf99d | /DirectX11_BaseSystem/Include/Havok_SDK/Common/Serialize/Util/Xml/hkParserBuffer.inl | e811217cf5724f64e0d2e52797c7548d9842601a | [] | no_license | kururu-zzz/DirectWrite | f3599ae83c0edefb574ccd9c0026a151a68fbfbf | 19fe366832ec04cbcdb79db799eb8088ced376ad | refs/heads/master | 2021-01-10T08:00:53.148408 | 2015-12-17T04:51:31 | 2015-12-17T04:51:31 | 48,152,937 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,196 | 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 ... | [
"kurukuru.0844808@gmail.com"
] | kurukuru.0844808@gmail.com |
16c69e11c0a69a8a12de0feccd8ff5e23807febd | b0437bb441e23b031f776bdca3cd2de71a8ab827 | /tests/BtreeTests.cpp | 569e589ba59ceb839a8e86ed28d9ee246e0c3215 | [
"MIT"
] | permissive | reva0/learned_indices | 40027c34370a61bfb2e439084963484d48be0479 | 88a2aae6e34c465b3a10d6f71b3474d13c4292b4 | refs/heads/master | 2021-09-03T11:29:02.966842 | 2018-01-08T18:26:38 | 2018-01-08T18:26:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,199 | cpp | /**
* @file BtreeTests.cpp
*
* @breif Experimentation with B-Trees
*
* @date 1/04/2018
* @author Ben Caine
*/
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE BtreeTests
#include <boost/test/unit_test.hpp>
#include <chrono>
#include "../external/cpp-btree/btree_map.h"
#include "../src/utils/DataGenerators... | [
"Bcaine0@gmail.com"
] | Bcaine0@gmail.com |
d4ed2ef866aa903a5cba820fb053352ad4aa4296 | a9a9d4d58e1f2e9e043c9e4253604b8c6325811b | /src/clientversion.cpp | 7a8b9ab2b956d46fa8fe227c68fb823f773f3257 | [
"MIT"
] | permissive | 26rahulsingh/funbyte | d193d9989bdd177fd6a7548e66d4b85838771f4a | b3f7cc83157538b3f030ea34a6930e66c5c3da56 | refs/heads/master | 2021-04-06T08:14:38.933092 | 2018-03-12T10:00:43 | 2018-03-12T10:00:43 | 124,378,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,994 | cpp | // Copyright (c) 2012-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "clientversion.h"
#include "tinyformat.h"
#include <string>
/**
* Name of client reported in the 'version' messa... | [
"singh.rahul26@hotmail.com"
] | singh.rahul26@hotmail.com |
5ce26a4a4ecd2dd36359fed1f6b310fe9325f7c3 | dc29086e666691d3d1f1371708ca860c7393fd8f | /libWorld/src/LibGraphics/Src/RenderTexture.cpp | 00ee6e68e626810d119a553d667fb71a6c69f33e | [] | no_license | preboy/9DayGame | acb9ee02500a7a6a8b3470d4c6adbfbd517c442a | 4947b402e5e9e9cd430ea178b8bf6debc05abbf4 | refs/heads/master | 2021-01-11T14:11:59.060933 | 2017-02-10T14:46:12 | 2017-02-10T14:46:12 | 81,573,914 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,224 | cpp | #include "stdafx.h"
#include "LibGraphics/RenderTexture.h"
namespace LibGraphics
{
RenderTexture::RenderTexture()
{
m_renderTargetTexture = nullptr;
m_renderTargetView = nullptr;
m_shaderResourceView = nullptr;
}
RenderTexture::RenderTexture(const RenderTexture& other... | [
"preboy@126.com"
] | preboy@126.com |
b476dba973426aa279f526a8013ca5bd9d8bc86d | 2c6f09e74e01ae64a3a4533f836f31d62bf28b6f | /DrekarEngine/src/core/AssetDatabase.cpp | ad61cda5523ea51c5cbc3d12fea32c871ff4af75 | [] | no_license | Sirithang/Drekar_Engine | 890329dd261022805b15650f3c825a5e6aa546cc | 819ff0667f53ed3e579b0b22a7291ccbe22d7fe6 | refs/heads/master | 2020-05-19T16:32:10.565396 | 2012-10-16T20:39:48 | 2012-10-16T20:39:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 554 | cpp | #include "core/AssetDatabase.h"
using namespace de;
AssetDatabase AssetDatabase::sInstance;
//*************************************************
AssetDatabase::AssetDatabase()
{
Debug::Log(std::string("Init AssetDB ") + typeid(this).name());
}
///************************************************
void AssetDatabase... | [
"saby.guillaume@gmail.com"
] | saby.guillaume@gmail.com |
6b6275de9a51ece5db8a351fac75095848ec901d | 4705d96d5de253101eb93fc7d608ec9d90c382c7 | /include/Input.h | 2b3d0fc76f9ea4d8309745c4e242e64eba245b37 | [] | no_license | sinayra/Desinvasion | 2d927750cdc3e7d6d7908fc511f85a338cb6244c | 350eb52012df1f8a47819d5929fe27e807f61251 | refs/heads/master | 2021-06-08T21:57:21.330490 | 2016-12-07T13:15:23 | 2016-12-07T13:15:43 | 74,527,521 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | h | #pragma once
#include <playAPC/playapc.h>
#define TECLA_CIMA GLFW_KEY_UP
#define TECLA_BAIXO GLFW_KEY_DOWN
#define TECLA_ESQ GLFW_KEY_LEFT
#define TECLA_DIR GLFW_KEY_RIGHT
#define TECLA_ESPACO GLFW_KEY_SPACE
#define TECLA_ENTER GLFW_KEY_ENTER
class Input{
private:
static Input *instance;
bool quit... | [
"nayra@hotmail.co.jp"
] | nayra@hotmail.co.jp |
89b056a5d2e04e308699415f56d0df846b70e31c | 03db468bb837a4a6a009c778d3f2392261c36884 | /ECDDrawGrider/acrxEntryPoint.cpp | b5f48082ed08986641f0a518ce93f5a580f1bbe0 | [] | no_license | JieGou/C-AutoCAD | d89592d05b3d5120b57f1f75071b07d7fa2a038e | aa076459aae0c0eab70aee8f55569896fca618e5 | refs/heads/master | 2023-03-17T02:32:42.584578 | 2020-05-21T07:17:07 | 2020-05-21T07:17:07 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,911 | cpp | // (C) Copyright 2002-2012 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and the limited warranty ... | [
"576484879@qq.com"
] | 576484879@qq.com |
b0723dd80eef31091adc455bf9c9df6da89592c2 | 5cb51fd96c8e115e3754f1149ec1120c5e73f979 | /src/prx_simulation/prx/simulation/collision_checking/fcl_collision_checker.cpp | c0709040d0af9ff4510c3863f34ccb3f6028370b | [] | no_license | rshnn/baxter_planning | 8d82e118d500869be9a756e88f6797e47ec884b4 | 47a1fba15d8bfb9b9fa975c0df5925e56b3e2063 | refs/heads/master | 2021-01-14T08:51:02.165630 | 2015-12-21T04:31:28 | 2015-12-21T04:31:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,385 | cpp | /**
* @file fcl_collision_checker.cpp
*
* @copyright Software License Agreement (BSD License)
* Copyright (c) 2013, Rutgers the State University of New Jersey, New Brunswick
* All Rights Reserved.
* For a full description see the file named LICENSE.
*
* Authors: Andrew Dobson, Andrew Kimmel, Athanasios Krontir... | [
"roshanpatel06@gmail.com"
] | roshanpatel06@gmail.com |
3fadffd7868cf329cc472e1f03bf4d3760f96792 | 8f1eb8e9846b436af6850fc7aa07ea9be7a3de1e | /src/wasm/module-decoder.cc | 8fc75b1895111c7d94b265c4152eee6205b6dcf6 | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | paragsahu/v8 | ea02517d80d9a0f89900f9dd885d99b3509bfe83 | 536e12f610e9b68ec7edf5aad172b9fbcbfc50e8 | refs/heads/master | 2020-03-21T07:10:20.770403 | 2018-06-22T05:27:17 | 2018-06-22T06:09:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 61,366 | cc | // Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/wasm/module-decoder.h"
#include "src/base/functional.h"
#include "src/base/platform/platform.h"
#include "src/base/template-utils.h"
#inc... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
54cfa3012b06aa58310bcaa951b6899b5ee7989f | 56c8f501036482cb00e4c922249f1e4442265a92 | /idtech/jni/gzdoom-g1.8.6/src/m_alloc.cpp | fe5cc230ada96376bf2d5b2d3616bac1acb37390 | [] | no_license | 7dog123/D-Touch | 8a9b07145a1660ba022ee16db4698d9dfcea6de5 | 3406f3d866d4c55f642ea52c0f41fc5c077dbb2a | refs/heads/master | 2021-05-29T09:36:32.760706 | 2015-05-10T13:03:45 | 2015-05-10T13:03:45 | 318,354,402 | 0 | 0 | null | 2021-10-08T02:03:35 | 2020-12-04T00:11:37 | C++ | UTF-8 | C++ | false | false | 5,563 | cpp | /*
** m_alloc.cpp
** Wrappers for the malloc family of functions that count used bytes.
**
**---------------------------------------------------------------------------
** Copyright 1998-2008 Randy Heit
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
** modification, are... | [
"Apothem@gmail.com"
] | Apothem@gmail.com |
ef9f08b8fa4fb49df92d6c875b0548d2498f44d6 | 9881432b0a0afbb5aced7c2a6226eac7f57e90f4 | /Joshua/Sources/eliza.cpp | 4f66df1361421a01477576a102979fe45cb3d9b3 | [
"MIT"
] | permissive | RedaBorchardt/Joshua | 7faefe704a7ed601db0b0b5c6025fac81a11b7e8 | 7a8b07fcd140f3d5e5ce78a694cc43b821742dc3 | refs/heads/master | 2020-04-20T15:51:07.026046 | 2019-02-17T19:18:55 | 2019-02-17T19:18:55 | 168,887,562 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,579 | cpp | #include <cstdlib>
#include <boost/algorithm/string.hpp>
#include <boost/format.hpp>
#include "eliza.hpp"
using namespace JOSHUA;
exchange_builder eliza::responds_to(const std::string& prompt)
{
return exchange_builder(*this, prompt);
}
void eliza::add_translations()
{
translations_.push_back(std::mak... | [
"redaborchardt@gmail.com"
] | redaborchardt@gmail.com |
fa8e126fc3d8447e7c07d39b324ec2e3984bd788 | cea537ce9da46afac6c879f3224e1ba977976d6b | /notdx/ZoomSystem/ZoomManager.h | 0b0c2a87e69fb8c8527972c2e0bc86c269968560 | [] | no_license | shekeru/ffxivchan | 457066eecaa6239531555ffd1f07ee104eeb3ea4 | 5642cfb726f369b1e22ab0b49eb2ab289da5380e | refs/heads/master | 2023-04-08T00:17:53.112760 | 2023-03-24T03:02:15 | 2023-03-24T03:02:15 | 230,296,395 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 667 | h | #pragma once
#include "Managers.h"
class R_Float {
public:
float Current, Min, Max;
};
class ZoomSys;
// Method: UpdateTick
INSTALL(UpdateTick, void, ZoomSys*)
Location = game.GetLocation("40 55 53 48 8d 6c 24 b1 48 81 ec c8 00 00 00 48 8b d9");
$ UpdateTick;
// Main Class
class ZoomSys {
public:
virtual void _unk... | [
"sheks@desu.systems"
] | sheks@desu.systems |
eea587b0acf14a07546ff8287b61fb9d25ff9a7a | 694db3f5e8e519ec2e6eee49a406dfe19972176a | /module3/ex1/CSetGraph.cpp | 0ecf16d7cc5ea8e6cb71e9cc13dda7c36b02d3d9 | [] | no_license | Ledka17/TP_algorithms | e5bfd2c0913cda665dd86f712ecfd656f4279fc7 | 7cec6056792098f1ffe61522aa6cbc04b2ab7fe1 | refs/heads/master | 2020-05-09T20:49:15.844116 | 2020-04-22T12:57:49 | 2020-04-22T12:57:49 | 181,421,665 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | cpp | #include "CSetGraph.hpp"
#include <assert.h>
#include <iostream>
#include <vector>
CSetGraph::CSetGraph(size_t vertices_count)
: vertices_count_(vertices_count),
in_(vertices_count_),
out_(vertices_count_) {}
CSetGraph::CSetGraph(const IGraph &graph)
: vertices_count_(graph.VerticesCo... | [
"ledkaconf@gmail.com"
] | ledkaconf@gmail.com |
01cd7eb25249cb02983dcb9ed7742eadddfe2aa5 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/ZoneSet/UNIX_ZoneSet_FREEBSD.hxx | 3e07ea59328c4b988cfb3748028d3f6b510b7e04 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 112 | hxx | #ifdef PEGASUS_OS_FREEBSD
#ifndef __UNIX_ZONESET_PRIVATE_H
#define __UNIX_ZONESET_PRIVATE_H
#endif
#endif
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
9b2e543a7a99287a20da9789cbf70046554fb27a | 828ef027ebb1da770ce2aa3c11f2aa698e53c621 | /ๅๆoffer/12.cpp | f292972b2c8b782655dbb3d78ca58f981dc1069f | [] | no_license | 719400737/LeetCode | 7773a1d99413c35dff48ced0506c6aea972b398d | 3c7df4253368b70e7c829bdf00dbf0aa24f339ba | refs/heads/master | 2021-02-08T03:39:51.317522 | 2020-08-25T08:54:06 | 2020-08-25T08:54:06 | 244,104,955 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,473 | cpp | #include<bits/stdc++.h>
using namespace std;
class Solution {
vector<vector<char>> board;
vector<vector<int>> flag;
bool helper(string word,int index,int i,int j){
if(word[index]==board[i][j] && flag[i][j]==0){
flag[i][j]=1;
if(index==word.size()-1){
return tr... | [
"719400737@qq.com"
] | 719400737@qq.com |
3013bd65e76f044d05e8afeb26ab1d475137a67e | 11348e739dee821e4bdd6ec0e4c6c041a01b0b59 | /resources/cs102/unit09ๅๅธ็/ๅๆดชๆฐด้่ฏฏ2.cpp | 80d8f447bfb70c622b3ffeb36e7fb33bb888a97f | [] | no_license | Spartan859/Noip_Code | 580b1f022ca4b8bf3e77ff8d57d230340715a98d | 8efe9e7cc6f29cd864b9570944932f50115c3089 | refs/heads/master | 2022-11-18T15:09:19.500944 | 2020-07-11T13:36:21 | 2020-07-11T13:36:21 | 163,517,575 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 492 | cpp | #include<iostream>
#define N 105
using namespace std;
int dx[8]={1,1,1,0,0,-1,-1,-1};
int dy[8]={1,0,-1,1,-1,1,0,-1};
char d[N][N];
int n,m,a,b;
void dfs(int x,int y){
d[x][y]='@';
for(int k=0;k<8;k++){
int nx=x+dx[k],ny=y+dy[k];
if(d[nx][ny]=='-')
dfs(nx,ny);
}
}
void print(){
for(int i=1;i<=n;i++,cout<<en... | [
"36628376+Spartan859@users.noreply.github.com"
] | 36628376+Spartan859@users.noreply.github.com |
47bb2ca3682b70b836d30936c45b2eeab906ac54 | 1d9e496bd9ec53a91b6f3e2046c1170847cd72da | /src/Apriori.h | c85395f7d5e89a5bf40517cc8255ad5ec5785908 | [] | no_license | lecpie/apriori | e271fd2cd4f0b399d0889d191047cdaa9346f1d0 | 1acfb26ea474ca285a560ddbc9fbe9b38387432b | refs/heads/master | 2020-05-17T05:50:05.253307 | 2015-08-31T15:10:06 | 2015-08-31T15:10:06 | 31,729,416 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 535 | h | #ifndef APRIORI_H
#define APRIORI_H
#include <iostream>
#include <vector>
#include "DBScanner.h"
#include "AprioriTable.h"
namespace dm
{
class Apriori
{
private:
std::istream * m_in;
unsigned m_minsup;
public:
typedef std::vector <AprioriTable> table_list_t;
Apriori (std::istream & in, unsigned m... | [
"piele739@student.liu.se"
] | piele739@student.liu.se |
66ff7239306e9135bd66813164f9dddd49ba2b53 | 8fc087a57183236be0ddc9180021b39df8ed7a38 | /Sources/DLL/Arbre/Noeuds/NoeudButoirCirculaire.h | 05dd992c6a4ef19c3b91d4acbd9521a1148a8613 | [] | no_license | JulienDaoust/ZeldaPinball | 54ea7345af534b89cfc96e0e25daba14fed74ad0 | d5250b08279c41ba644ae03fce606748507e8816 | refs/heads/master | 2020-06-28T06:04:27.245844 | 2016-11-22T20:37:38 | 2016-11-22T20:37:38 | 74,509,597 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,974 | h | ///////////////-///////////////////////////////////////////////////////////
/// @file NoeudButoirCirculaire.h
/// @author Tommy Sagala
/// @date 2014-09-17
/// @{
///////////////////////////////////////////////////////////////////////////
#ifndef __ARBRE_NOEUDS_NOEUDBUTOIRCIRCULAIRE_H__
#define __ARBRE_NOEUDS_NOEUDBUTO... | [
"julien_daoust@hotmail.com"
] | julien_daoust@hotmail.com |
f93546763d32196c6a6294de244bdf9262471bbb | 3cbc76dac920ea755c49bc4fe44dbb7e7b1234eb | /source/main.cpp | f050ff90b8fed615906b0ba5797331ba5dbe0b6b | [] | no_license | tetatetit/obs-twitch-stream-node | 48484911af045d4fa44229616cb80752fb7f22f5 | 83f8d1a583cc436da175dba6aa25d55eb14405dd | refs/heads/master | 2023-07-05T14:11:17.159184 | 2021-08-13T22:21:33 | 2021-08-13T23:05:12 | 394,087,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,476 | cpp | /******************************************************************************
Copyright (C) 2016-2019 by Streamlabs (General Workings Inc)
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 Founda... | [
"berezins@gmail.com"
] | berezins@gmail.com |
6cd3e513fb1f360f069374b484bb34f6add9fe39 | 44cac6b633fddf9aba39009923d98445a181a144 | /wn_44_File4/main.cpp | a2711a23dce7bfee9d1862cb10edcb6797bffd64 | [] | no_license | 3dapi/bs04_win | 7147d92c5cf94e88a8cb2a30b421d56ea25c001e | 7587724eeb1859c9ad692e7bf4f83be3855cd825 | refs/heads/master | 2021-07-11T11:28:34.041552 | 2020-07-20T03:42:31 | 2020-07-20T03:42:31 | 155,798,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 647 | cpp |
#include <windows.h>
#include <stdio.h>
#include "LnFile.h"
void main()
{
// printf("%d\n", '\n');
// printf("%d\n", '\r');
// printf("%d\n", '\r\n');
printf("For WinAPI File Management From C Style Functions\n\n\n");
LNFILE fp = LnFile_fopen("test.txt", "rt");
INT iFileSize = LnFile_fsize(fp);
char sLine[5... | [
"afewhee@hotmail.com"
] | afewhee@hotmail.com |
67e35c9ff8c6ace3b86363602257b6b4840fb2eb | ccfbf5a9ee9c00282c200945bbe36b387eb38b19 | /Codeforces Solutions/codeforces.cpp | 1885fd553848e2e2a78b5b3d75330e888bc863ce | [] | no_license | sakiib/OnlineJudge-Solutions | e070d4b255d036cdefaf087e9f75b69db708406c | b024352aa99efe548b48ef74c492cb69c1fa89f9 | refs/heads/master | 2023-01-07T20:57:04.259395 | 2020-11-16T08:41:27 | 2020-11-16T08:41:27 | 288,191,980 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 581 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<math.h>
#include<cstdlib>
#include<string>
#define pi acos(-1)
#define mod 1000000007
#define MIN(a,b) ((a)<(b)?(a):(b))
#define MAX(a,b) ((a)>(b)?(a):(b))
using namespace std;
int main()
{
int n,d,i,count=0,ara[1000]={0},t;
char str[... | [
"sakibalamin162@gmail.com"
] | sakibalamin162@gmail.com |
96cd5fafeecd14444ebed4d58fb30f30398c61eb | e925faef4d4d1607e500f290387b2b59ed14a673 | /Lipo.cpp | 8dc3e6327722e6b1af3c7c3095b33ad9d2ef77cb | [] | no_license | chittojnr/MultiHoTTSensor | 4ebba6c45a5ecdfe2ca153ed619fbc90522f5ebb | 2c223519c8ef5b7a0cfdcae12fc5044bcd24054f | refs/heads/master | 2023-03-15T15:54:33.970948 | 2015-04-06T08:02:51 | 2015-04-06T08:02:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,340 | cpp | // Spannungsmessung รผber die Spannungsteiler
// R1/R2, R3/R4, R5/R6, R7/R8
//
#include <Arduino.h>
#include "Lipo.h"
// =================================================================================
void Lipo::init(){
analogReference(DEFAULT); // reference alim. 3.3/5V
digitalWrite(CELL1_PIN, LOW);
pinMod... | [
"m-weidner@t-online.de"
] | m-weidner@t-online.de |
c7944acc7326c7e7d73fc991037be0356218253d | 55ea7adc31eb36b9a4dc1fa39c2aa0ce922dd210 | /micromanager2/.svn/pristine/34/347a9ec957e0b92c002dc52333bc741900453033.svn-base | 828f4767b127b1b7688b14337c6c5889bcb6a885 | [] | no_license | skn123/micromanager2 | 85aa30a46b5d900ffb6bf95b3716738caba28fe2 | 1f5b7effee26aa9e039d4e3dd511cd20c7042fce | refs/heads/master | 2021-01-21T05:00:59.054267 | 2016-07-22T04:22:25 | 2016-07-22T04:22:25 | 31,940,844 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,295 | #include "PvCircularBuffer.h"
#include <cstddef> // ptrdiff_t
PvCircularBuffer::PvCircularBuffer() :
pBuffer_(0), size_(0), frameSize_(0), frameCount_(0), latestFrameIdx_(-1), pFrameInfoArray_(0)
{
}
PvCircularBuffer::~PvCircularBuffer()
{
delete[] pBuffer_;
delete[] pFrameInfoArray_;
}
int PvCircularBu... | [
"skn123@gmail.com"
] | skn123@gmail.com | |
29e3dcb61dde337b9c27a762ef0adfd4decdda7a | 707b84b146a40beae49a758822862fa7c07f275c | /game/client/vgui_bitmapimage.cpp | 3f04d886feac5d90150793694917f0638ff45299 | [
"MIT"
] | permissive | romdi/iosoccer-game | f0352261173e7658935aeffbfe1338908db1ffba | f572c993c8c551cb87facfc68388f3dd368d1d9f | refs/heads/master | 2021-06-17T21:54:57.489149 | 2017-06-02T20:52:58 | 2017-06-02T20:52:58 | 2,113,921 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 7,054 | cpp | //========= Copyright ยฉ 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "cbase.h"
#include "vgui_bitmapimage.h"
#include <vgui_controls/Controls.h>
#include <vgui/ISurface.h>... | [
"romd86@gmail.com"
] | romd86@gmail.com |
db544cc40507c93ef6bdc8b54c9b0d4df4b7005e | f2339e85157027dada17fadd67c163ecb8627909 | /Client/EffectClient/Src/EffectHoldChangeOperation.h | 94c9e4d767388bc13b4946db4509fdd7f1a5b376 | [] | no_license | fynbntl/Titan | 7ed8869377676b4c5b96df953570d9b4c4b9b102 | b069b7a2d90f4d67c072e7c96fe341a18fedcfe7 | refs/heads/master | 2021-09-01T22:52:37.516407 | 2017-12-29T01:59:29 | 2017-12-29T01:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,386 | h | ๏ปฟ/*******************************************************************
** ๆไปถๅ: EffectHoldChangeOperation.h
** ็ ๆ: (C) ๆทฑๅณๅฐๅท็ฝ็ปๆๆฏๆ้ๅ
ฌๅธ 2008 - All Rights Reserved
** ๅๅปบไบบ: ๅฝญๆฟๆ
** ๆฅ ๆ: 5/25/2016
** ็ ๆฌ: 1.0
** ๆ ่ฟฐ: ๆๆ-ไฟๆๆนๅๆจกๅผ
้ๆฑๆ่ฟฐ๏ผhttp://172.16.0.120/redmine/issues/1831
*****************************************************... | [
"85789685@qq.com"
] | 85789685@qq.com |
76c82bbe78275a41a7b05172c7588bafa951aa04 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/termsrv/newclient/core/sp.h | f756176f1e99645e9bca3d4db141fec169473739 | [] | 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 | 1,133 | h | /**INC+**********************************************************************/
/* Header: sp.h */
/* */
/* Purpose: Sound Player Class */
... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
69295a2f4c60a6d4a7004b62cbb66e237bc36cba | b0da51354ec662292efe2339988545f4737a9553 | /code/addons/video/videorendermodule.cc | 21d682c6f3f636a8253f40027f388b1144db12b5 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | Core-Game-Project-2016/nebula-trifid | 9a49d7ae5d896a28e11805ba1404b743add2e9d6 | 2f1b1d6986a049b4d133d65bef6c0aeb674e1a94 | refs/heads/master | 2021-01-22T00:29:10.314856 | 2016-05-27T23:05:01 | 2016-05-27T23:05:01 | 55,078,691 | 0 | 1 | null | 2016-05-20T15:32:12 | 2016-03-30T16:23:52 | C++ | UTF-8 | C++ | false | false | 1,881 | cc | //------------------------------------------------------------------------------
// videorendermodule.cc
// (C) Radon Labs GmbH
// (C) 2013-2016 Individual contributors, see AUTHORS file
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "graphics/graphicsinte... | [
"johannes@gscept.com"
] | johannes@gscept.com |
2c78cdff5992209f02833b7698f4187e8194ecd1 | 9f271543145163ed606a920f256b963e224cc4b5 | /c++/1076.cpp | f4a8e6b78eed2aedc7a70d6d84e16fcc2d50adc1 | [] | no_license | drawAgirl/PAT | 2846a32d77acb4cf41620e7dd59675c5e9b92490 | 074d5585d16ce801e3a90e35ebfe693cc727ff91 | refs/heads/master | 2020-07-27T08:25:52.958035 | 2019-11-22T09:39:00 | 2019-11-22T09:39:00 | 209,029,028 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cpp | //
// main.cpp
// test
//
// Created by ๆๅฏปๆฌข on 2019/10/4.
// Copyright ยฉ 2019 ๆๅฏปๆฌข. All rights reserved.
//
#include <stdio.h>
#include <iostream>
#include <string>
#include <map>
#include <cmath>
#include <algorithm>
#include <stack>
#include <vector>
#include <queue>
#include <unordered_map>
#include <string.h>
#i... | [
"zqt3926234@gmail.com"
] | zqt3926234@gmail.com |
d473de26eb576283d84959747982f3b3abb24e64 | 087a3bfe8ffb4e73c5b0bbfa8344e9cece6ecf98 | /q_learning.h | 262c579edf960e81d374d6e118caa4e63ac984ef | [] | no_license | aslamahrahman/Obstacle-Tracker-Q-Learning | 9dfa64f7237dbc1ad6610c574469ae65917128f9 | 04aeb46139ecad90cfdf6672ee390ca55b006f5d | refs/heads/master | 2020-05-20T09:19:10.094456 | 2019-05-08T00:30:36 | 2019-05-08T00:30:36 | 185,497,435 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | h | #include <math.h>
#include <stdlib.h>
#include <stdio.h>
class QL_MODEL {
public:
int num_states;
int num_actions;
float *Q = NULL;
float *R = NULL;
int epsilon;
int max_epsilon;
int min_epsilon;
float learning_rate;
float discount_rate;
float decay_rate;
float reward_amp... | [
"aslamahrahiman@gmail.com"
] | aslamahrahiman@gmail.com |
62a3450d07c449c9f0c02e5e0933b9ef9a6f76a4 | 8504325307f8e0bcdb99b934b3c50fb82563cf55 | /plat.cpp | 7d8d1087f1deeda412a233c98f29463958f05b6f | [] | no_license | Ricky1647/Doodle-Jump | b8df0e2819cee9726ea6f9045199541a71d4300d | aa616ffd1f182912b402340fbd6786f39d8feac4 | refs/heads/main | 2023-03-11T05:43:12.684873 | 2021-02-26T04:12:00 | 2021-02-26T04:12:00 | 342,354,592 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,029 | cpp | #include "plat.h"
#include"constants.h"
#include<QPainter>
#include<time.h>
Plat::Plat(GameController &controller):
controller(controller)
{
srand(time(0));
//setPos(x,y);
setData(GD_Type, GO_Plat);
//cor.rx()=x;
//cor.ry()=y;
}
QRectF Plat::boundingRect() const
{
return target;
}
void Plat... | [
"vkm1647@gmail.com"
] | vkm1647@gmail.com |
dc7cebe2b8ebd123094cdcbe36530c8eae56415a | 0965baa2f59f4fdb748f4ff44c48d9582ef17899 | /for_loop.cpp | 1cd91f5caa91d2a5bf16abeed2035bd4c493436d | [] | no_license | DivasGupta7/Git_learningRepo | 67afaaa9bb69085fde5030b56f44af051bc9dc2d | b2f7d3e19dc9a903b706e9926ab56fc9ebdf25b5 | refs/heads/master | 2023-03-29T02:00:29.792685 | 2021-03-30T13:54:08 | 2021-03-30T13:54:08 | 352,891,120 | 0 | 0 | null | 2021-03-30T13:54:09 | 2021-03-30T06:15:45 | C++ | UTF-8 | C++ | false | false | 79 | cpp | for(int i=0;i<n;i++)
{
cin>>i;
}
cout<<"dev";
cout<<"New branch in dev branch"; | [
"dvsmathur7050@gmail.com"
] | dvsmathur7050@gmail.com |
27f90e2a81540dd5f1ba9a8cc7099febf740c5cc | 82edbfaadbf38ba528da58e828b6a868f77a2cab | /C++/DM_MFC_Common.h | 32cbbaf2a59c6b3e5e6ea9e22473595d3e9bba39 | [] | no_license | Dutch-Man/Special_Function | 5dab52aebc57d62b193b183eca90557e263bfaa4 | dabb7218a406fed660b4e289ae8523075d6f45a4 | refs/heads/master | 2020-05-29T09:15:06.785546 | 2017-03-30T03:26:03 | 2017-03-30T03:26:03 | 69,521,359 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 521 | h | #pragma once
#include "stdafx.h" //ๆถๅๅฐMFC
#include <stdio.h>
#include <string>
using namespace std;
//ไฝฟ็จๆถ้ๅ
ๅซๅฝๅ็ฉบ้ดDM_MFC_Common_Space
namespace DM_MFC_Common_Space
{
class DM_MFC_Common
{
public:
//MFC่ฅไฝฟ็จUnicodeๅญ็ฌฆ้๏ผๅฏไปฅไฝฟ็จไธ้ขๅฝๆฐๆCString็ฑปๅ่ฝฌๆขไธบstd::string็ฑปๅ
static string CString2string(CString CS);
//MFC่ฅไฝฟ็จUnicodeๅญ็ฌฆ... | [
"renjianping@hosonsoft.com"
] | renjianping@hosonsoft.com |
86da4424f26085595bafcedaa2c608fc55d1c20f | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/inetsrv/iis/svcs/staxcore/mailmsg/cthrdapp/cthrdapp.h | 0b407e24176c39c1f54af7e2e3f9d79b241c97cc | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,224 | h |
#ifndef __CTHRDAPP_H__
#define __CTHRDAPP_H__
#include "thrdpool.h"
#include "cthdutil.h"
class CMultiThreadedApp
{
public:
CMultiThreadedApp();
~CMultiThreadedApp();
BOOL IsPoolCreated();
CThreadPool &GetPool();
DWORD GetNotifyPeriod();
LPVOID GetCallbackContext();
HRESULT CreateThreadPool(
DWOR... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
94b5ea4caae7aa8a1a9a20d3920da71a61284ce7 | 12840d008d17df59a37997691774fa87e5f227be | /ShinriiTin-Personal/Codeforces/contest/914/F/main.cpp | 855830e13ff8c868a8c9fa6035f56e7336c26a7c | [] | no_license | clatisus/ACM-ICPC-Team-Archive | 4b6c3d2dfb300f928f4f201ae156bde5f871a734 | 7410ddfa81de8750668d8ac2c334987b5af7e613 | refs/heads/master | 2022-07-21T13:03:22.768792 | 2020-01-04T11:30:43 | 2020-01-04T11:30:43 | 136,951,655 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,874 | cpp | #include <bits/stdc++.h>
//#define debug
const int max_N = 1e5 + 21;
const int sqrt_N = 400 + 21;
const int sigma = 26;
#ifdef debug
const int K = 5;
#else
const int K = 400;
#endif
using star = struct node*;
struct node{
int len,siz;
star par,trans[sigma];
void clone(star x,int n){
siz=0,len=n;
par=x... | [
"clatisus@gmail.com"
] | clatisus@gmail.com |
8b8103a12d9827a5cd2f5e6cdfd507ceada50ad3 | 85dd89fb0b3e89df45ce35cd9d54dd94a2d0bf06 | /AtCoder_AriBook/syokyuu/02/arc_061_c.cpp | 07c8937a0a7fd1e67943b5c3d067c40883544d9f | [] | no_license | Kourin1996/CompetitiveProgramming | c0a29f256ecc6d270357ca3b563ba57bbcb0e4be | be2bc9388b7ef63599b668827f7acb86908d02d5 | refs/heads/main | 2021-06-10T14:00:54.224708 | 2018-06-25T10:30:34 | 2018-06-25T10:30:34 | 114,212,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,914 | cpp | #include<bits/stdc++.h>
// Shrotening
#define fst first
#define snd second
#define pb push_back
#define mp std::make_pair
// Loop
#define FOR(i,a,b) for(auto i=(a);i<(b);++i)
#define RFOR(i,a,b) for(auto i=(a);i>=(b);--i)
#define REP(i,a) for(long i=0;i<(a);++i)
#define RREP(i,a) for(long i=(a);i>=0;--i)
#define EA... | [
"kourin1996@gmail.com"
] | kourin1996@gmail.com |
bbe874f4c2f3bf7a6d7e49c0385ac9dc1967d830 | 7c5f096b60fb3cf4fe31149ed853ac0060e5c8a6 | /Week 12/Polymorphic containters/Farm/Animals/Animal.h | be919faed4c5e8f3384b3e04ff8b9d8f06857428 | [] | no_license | Angeld55/Object-oriented_programming_FMI | 6fbde658b417df5c48663138129fb74a3216b9ef | c32eeab424814d2566e3ae4dfa171dc91035ef69 | refs/heads/master | 2023-08-31T08:29:27.334772 | 2023-06-29T12:25:40 | 2023-06-29T12:25:40 | 176,710,385 | 104 | 73 | null | 2023-08-26T07:29:02 | 2019-03-20T10:34:49 | C++ | UTF-8 | C++ | false | false | 373 | h | #pragma once
#include <iostream>
enum class AnimalType
{
Dog,
Cat,
Cow
};
class Animal
{
AnimalType type;
public:
Animal(AnimalType type) : type(type) {};
virtual void roar() const = 0;
virtual Animal* clone() const = 0;//ััะทะดะฐะฒะฐ ะบะพะฟะธะต ะฝะฐ ัะตะบััะธั ะพะฑะตะบั.
virtual ~Animal() = default;
AnimalType getType() co... | [
"angel_dimitriev@abv.bg"
] | angel_dimitriev@abv.bg |
93052e6aba59e4e613fec667c768b4efc5b8fb4e | d7b7dcec797f3294b1de671d1f84e354c93a1308 | /physx/source/geomutils/src/hf/GuHeightFieldData.h | 50091d18823acb3f394540423718483ae7445693 | [
"BSD-3-Clause"
] | permissive | NVIDIA-Omniverse/PhysX | c93ed4287a57d51fda56798b5fae8aaa65cdfa13 | e8c8deb2d548dc635db4f61083ea0e745c0102a0 | refs/heads/main | 2023-08-16T14:46:51.919670 | 2023-07-25T17:22:31 | 2023-07-25T17:22:31 | 545,381,143 | 1,814 | 216 | BSD-3-Clause | 2023-08-28T19:47:10 | 2022-10-04T09:07:32 | C++ | UTF-8 | C++ | false | false | 3,436 | h | // 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 following disclaimer.
// * Redistributions in binary... | [
"preist@nvidia.com"
] | preist@nvidia.com |
cc07ec695f31db67134d644a2d395926e2de3529 | 8a3a4de12b32d5ef5b107ad466e98b54bc921635 | /ltl_multi_planner/src/primitive.cpp | 8f64632aff4bce4968cb36aab60f4a89644bb732 | [] | no_license | ivan-gavran/ltl-planner | 0a35296591ba2777b62b8bd0cc15aef72c26def7 | f3c8e07adfa1103a4e52c3ddd2f3be31f003120b | refs/heads/master | 2021-12-23T02:00:57.455873 | 2017-10-23T14:39:05 | 2017-10-23T14:39:05 | 107,994,691 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,194 | cpp | /* License */
/*
Copyright (c) <2014>, <Indranil Saha>
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 conditions a... | [
"gavran@mpi-sws.org"
] | gavran@mpi-sws.org |
014b691ea85f103358eea017452acfd100543f23 | 6147b3eadc19ee282ed194c91babd6ca4154b4d0 | /Arvore 2-3-3-4 e Arvore B++/Arvore B++/gerandoEntradas.cpp | 1e273f0d4c32d786e504a7814e2a906c015a9e20 | [] | no_license | glaucio798/ed-2020-2 | ad9677f6d90e06376f1693ca69623a2e0c20660c | 78c0cec99d284d30960a636c4a26eb2a3ddfbcbc | refs/heads/master | 2023-04-10T01:44:04.784757 | 2021-04-18T22:44:05 | 2021-04-18T22:44:05 | 359,256,295 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,195 | cpp | /*
Trabalho de Estrutura de Dados
Implementaรงรฃo de รrvore B+ a partir de cรณdigo de Sequence Set
Arthur Bonani de Oliveira Paiva
Glaucio Martins Lima
Layra Vilas Boas Ferreira
Arquivo com o objetivo de gerar inserรงรตes
*/
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
ofst... | [
"glaucionepre@gmail.com"
] | glaucionepre@gmail.com |
68530b7d23d673e723248526690cb059618a1120 | a81c07a5663d967c432a61d0b4a09de5187be87b | /third_party/blink/renderer/modules/locks/lock_manager.cc | 2f6acc89dad6731a3232afa8dac9d82d2ed1e728 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 15,039 | cc | // Copyright 2017 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 "third_party/blink/renderer/modules/locks/lock_manager.h"
#include <algorithm>
#include "mojo/public/cpp/bindings/associated_receiver.h"
#inclu... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
99ffb0e61807c7e30553b173b82280ce9f7f2636 | 3136459fd674e1027f480895ba6685312ac6959b | /source/owlcore/printout.cpp | 885779358586cbb61be6ef73d704c353aff61b5d | [
"Zlib"
] | permissive | pierrebestwork/owl-next | 701d1a6cbabd4566a0628aa8a64343b498d1e977 | 94ba85e8b4dcb978f095b479f85fe4ba3af2fe4e | refs/heads/master | 2023-02-14T02:03:33.656218 | 2020-03-16T16:41:49 | 2020-03-16T16:41:49 | 326,663,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,307 | cpp | //----------------------------------------------------------------------------
// ObjectWindows
// Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
//
//----------------------------------------------------------------------------
#include <owl/pch.h>
#include <owl/printer.h>
namespace owl... | [
"Pierre.Best@taxsystems.com"
] | Pierre.Best@taxsystems.com |
9459991ab337c6ce34432bb64da19c7d710404f2 | 0261622c2f64417db159a56e0bca989419c0e0c0 | /sensors/env/lightning/jig/LightningDetector/LightningDetector.ino | ba36fe7b6b6ef7806ce9ddc8f942bfb317dade97 | [
"MIT"
] | permissive | senseisimple/FlexModule | 521432ee0e17e0d801b82199f184242c48ef402e | dcc38e9d68e8d34ae3e9f0753a457daf2f62f0eb | refs/heads/master | 2020-03-26T01:41:40.720448 | 2017-08-08T22:22:39 | 2017-08-08T22:22:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,637 | ino | /*
LightningDetector.pde - AS3935 Franklin Lightning Sensorโข IC by AMS library demo code
Copyright (c) 2012 Raivis Rengelis (raivis [at] rrkb.lv). All rights reserved.
Modified in 2013 for I2C by Luka Mustafa - Musti (musti [at] wlan-si.net).
This library is free software; you can redistribute it and/or
modi... | [
"cchamilt@gmail.com"
] | cchamilt@gmail.com |
4b5168dea6072daf71505fe86841182ade9966f3 | 9abc3182a7d1ea910ee0df2e7c3730bb0a20f271 | /level_1/C++/ํ๋ ฌ์ ๋ง์
.cpp | fcf31e4f8010d85b411bb176ec045bb0097f9490 | [] | no_license | sw1203/Programmers | 5449a9400972b07d1e8ca4aba4c10965138dc1eb | 1e31876091256030a704d98d47e682f1f6139ea4 | refs/heads/master | 2021-05-21T14:34:39.984469 | 2020-05-18T07:48:00 | 2020-05-18T07:48:00 | 252,682,967 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | #include <vector>
using namespace std;
vector<vector<int>> solution(vector<vector<int>> arr1, vector<vector<int>> arr2) {
vector<vector<int>> answer = arr1;
for (int i = 0; i<arr1.size(); i++) {
for (int z = 0; z<arr1[0].size(); z++) {
answer[i][z] = arr1[i][z] + arr2[i][z];
}
}
return answer;
} | [
"tkddnjs1203@gmail.com"
] | tkddnjs1203@gmail.com |
db5fd335163caaa0fed558bd4d40612854e79437 | 68adda25dff4b3650e88c495928ecd36b8c037b4 | /.vscode/extensions/ms-python.python-2020.7.96456/pythonFiles/lib/python/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp | 338230ff19d5116f464996095cf205e47d5de9e2 | [
"MIT"
] | permissive | jaeyholic/portfolio-v2 | 28614ce9ce0a7a450aaa58f36393b95ad3155464 | f9cfdd250e0fbde9e91e36d46826700a7c08df62 | refs/heads/master | 2023-06-24T04:18:27.269996 | 2020-08-11T14:28:12 | 2020-08-11T14:28:12 | 228,602,441 | 0 | 0 | MIT | 2023-06-10T00:47:09 | 2019-12-17T11:32:20 | JavaScript | UTF-8 | C++ | false | false | 1,021 | cpp | /* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution.... | [
"gabsco208309@hotmail.com"
] | gabsco208309@hotmail.com |
6d5a9922d380c31dbb3f664677c927f3617246a0 | 8dc7d9d631b47e3e527f2fbd315aa48917c57fdc | /Assignment 4/EX 4.cpp | 969f72ec8ef1718f944615396f1d732156d58373 | [] | no_license | khailg/T2011E_LBEP | 28c20418576d93f9f44602e7618c70a853d2538e | c3d416e9daa497fcac8a5a9c3033329a74b092a7 | refs/heads/master | 2023-01-30T10:54:53.820691 | 2020-12-21T12:37:24 | 2020-12-21T12:37:24 | 315,912,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | cpp | #include <stdio.h>
int main (){
int n ;
printf("Nhap n= ");
scanf("%d",&n);
int arr[n];
for(int i=0;i<n;i++){
printf("Nhap arr[%d]=",i);
scanf("%d",&arr[i]);
}
int dem = 0,max_dem = 0;
for (int i=0;i<n;i++){
if(arr[i]>0){
dem =dem + arr[i];
if(dem>max_dem){
max_dem=dem;
}
}else{
dem=0;... | [
"74941957+khailg@users.noreply.github.com"
] | 74941957+khailg@users.noreply.github.com |
de6fc3e1bc07e3c269fe1a3a544080c767b5a583 | eee4e1d7e3bd56bd0c24da12f727017d509f919d | /Case/case2/2400/phi | 65de148b086619f9682798e8a5a36d1a793c57ca | [] | no_license | mamitsu2/aircond5_play5 | 35ea72345d23c5217564bf191921fbbe412b90f2 | f1974714161f5f6dad9ae6d9a77d74b6a19d5579 | refs/heads/master | 2021-10-30T08:59:18.692891 | 2019-04-26T01:48:44 | 2019-04-26T01:48:44 | 183,529,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,417 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
f834bb93ca91bb6ab43307271be7a4e064d04db1 | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/frameworks/ml/nn/runtime/test/generated/vts_models/fully_connected_quant8_weights_as_inputs.model.cpp | 1fa69cdfab82ab529da38f4f4b0867d39d685720 | [
"Apache-2.0"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,465 | cpp | // Generated code. Do not edit
// Create the model
Model createTestModel() {
const std::vector<Operand> operands = {
{
.type = OperandType::TENSOR_QUANT8_ASYMM,
.dimensions = {3, 1},
.numberOfConsumers = 1,
.scale = 0.5f,
.zeroPoint = 0,
... | [
"997530783@qq.com"
] | 997530783@qq.com |
6d8668dafba2c83b2af036bc53b0706f0e184814 | da47b49a421e81ab34d800989c17c69ded53a416 | /howtos/howto5/include/howto5/dispatch/DispatchMessage.h | bb7a96c9b450ad85fb86d9922cbdc6e0535a7bad | [] | no_license | luismartinezdeanca/cc_tutorial | 801f13bdf33cd6a8bed6d9a4a5b713da8e26245d | f7123b19fb10fcf2a77018027d469fe90c81dc89 | refs/heads/master | 2023-07-25T05:34:26.941075 | 2021-08-15T00:07:29 | 2021-08-15T00:07:29 | 397,905,380 | 1 | 1 | null | 2021-08-31T07:21:12 | 2021-08-19T10:34:11 | null | UTF-8 | C++ | false | false | 7,902 | h | // Generated by commsdsl2comms v3.6.4
/// @file
/// @brief Contains dispatch to handling function(s) for all input messages.
#pragma once
#include <type_traits>
#include "howto5/MsgId.h"
#include "howto5/input/AllMessages.h"
namespace howto5
{
namespace dispatch
{
/// @brief Dispatch message object to its appropr... | [
"arobenko@gmail.com"
] | arobenko@gmail.com |
6a191a08e78e14a4d18faffa7f9603c6eb29e91b | 45716a35c9fa862145b20e68b47a3187bbfbfb81 | /src/pks/flow/constitutive_relations/wrm/wrm_zero_relperm.cc | c410085d4dc74c54f828b24d163bc16fd1d9610e | [
"BSD-3-Clause"
] | permissive | ddwivedi08/ats | 3c5f3e69797ddcd07110a4c80c47581034c28a2f | 932aba910b977e86121942cd24f2059f0b6bee65 | refs/heads/master | 2021-01-19T14:53:40.104447 | 2017-04-06T01:16:22 | 2017-04-06T01:16:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 680 | cc | /* -*- mode: c++; c-default-style: "google"; indent-tabs-mode: nil -*- */
/*
WRM which calls another WRM for saturation but sets 0 rel perm.
Authors: Ethan Coon (ecoon@lanl.gov)
*/
#include "dbc.hh"
#include "wrm_zero_relperm.hh"
namespace Amanzi {
namespace Flow {
namespace FlowRelations {
WRMZeroRelPerm::WR... | [
"ecoon@lanl.gov"
] | ecoon@lanl.gov |
87349408a566e1501658076bc87011c94b78055d | 92ac81571b4f27236fe283bdee4ab9dee1395325 | /DeprecatedCode/System/App/YwCamera.cpp | 5dedfde7bd1e87de5ae529a25e2b2d88227d7f1e | [
"MIT"
] | permissive | ArcherLew/YwSoftRenderer | 897451685e65581f820c5f30395f55ed0732df03 | 20042112308b7d48951cc9c4497e0d2225f0cf73 | refs/heads/master | 2020-05-31T05:48:45.694625 | 2019-05-25T15:57:01 | 2019-05-25T15:57:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,779 | cpp | // Add by Yaukey at 2018-01-28.
// Camera class.
#include "stdafx.h"
#include "YwCamera.h"
namespace yw
{
//////////////////////////////////////////////////////////////////////////
Camera::Camera()
{
m_CamType = CT_AIRCRAFT;
m_CamPerType = CPT_FIRST;
m_Right = Vector3(1.0f, 0.0f, 0.0f);
... | [
"yaukeywang@gmail.com"
] | yaukeywang@gmail.com |
b3aebd925afcbb0ca23dfd80ab71b06a7131955e | d67a3bee00719170c94b04bcb229b564f490a1d2 | /Ass_Terrain/ModelEditor/Framework/Environment/Sky/Scattering.cpp | cdcaf20438ca01f1c8dc18a0ad9ce33ef70a1161 | [] | no_license | ilttac/Ass | 8520b2d7a246740149194f7bf9b6f8f33f5445e2 | a2ab4396a7c35419f47142459f5c3bc1110cc4b0 | refs/heads/master | 2022-12-22T18:04:50.051019 | 2020-09-08T15:13:48 | 2020-09-08T15:13:48 | 266,674,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,165 | cpp | #include "Framework.h"
#include "Scattering.h"
Scattering::Scattering(Shader * shader)
: shader(shader), width(128), height(64)
{
mieTarget = new RenderTarget(width, height, DXGI_FORMAT_R32G32B32A32_FLOAT);
rayleighTarget = new RenderTarget(width, height, DXGI_FORMAT_R32G32B32A32_FLOAT);
depthStencil = new DepthSt... | [
"whdals5607@naver.com"
] | whdals5607@naver.com |
dbb072c5d9e510c268960dff5a43278ade7d0f37 | 0f2ae9e7a6d542e2cc8b7b2b97ff97e467c7ce22 | /Hellรณ, Mandelbrot!/Forward engineering UML osztรกlydiagram/c++/Csomopont.cpp | 71063b8cb932254e7132b1648e6723dfe7d379ff | [] | no_license | grestemayster/prog2 | 7d242ca2ae5fe5baf61215f27bac1468e164ca82 | 27099c3b927ac8e7ab1a6db1cf3fa396a8e5bbfd | refs/heads/master | 2023-01-24T16:51:29.017686 | 2020-12-06T16:52:01 | 2020-12-06T16:52:01 | 297,918,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | #include "Csomopont.h"
void Csomopont::egyesGyermek() {
// TODO - implement Csomopont::egyesGyermek
throw "Not yet implemented";
}
void Csomopont::nullasGyermek() {
// TODO - implement Csomopont::nullasGyermek
throw "Not yet implemented";
}
void Csomopont::getBetu() {
// TODO - implement Csomopont::getBetu
thr... | [
"71188237+grestemayster@users.noreply.github.com"
] | 71188237+grestemayster@users.noreply.github.com |
4cec06a30cf92aeb4f89be6f7231e889e0edf3cd | dccf5f6339baba548a83a7d390b63e285c9f0581 | /chrome/browser/android/contextual_suggestions/contextual_suggestions_bridge.cc | 521bb9fb4fde79d572a1ff929b326a2be11ff08f | [
"BSD-3-Clause"
] | permissive | Trailblazer01010111/chromium | 83843c9e45abb74a1a23df7302c1b274e460aee2 | 3fd9a73f1e93ce041a4580c20e30903ab090e95c | refs/heads/master | 2022-12-06T22:58:46.158304 | 2018-05-12T09:55:21 | 2018-05-12T09:55:21 | 133,138,333 | 1 | 0 | null | 2018-05-12T11:07:57 | 2018-05-12T11:07:56 | null | UTF-8 | C++ | false | false | 7,694 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/contextual_suggestions/contextual_suggestions_bridge.h"
#include "base/android/callback_android.h"
#include "base/androi... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
74e02d6ab259086152cf5e46c225b8df0b2256da | a4a611a58e31046c3f2dbc855ee4541e5cd9a69f | /src/CurveControlPointSmoothing.hpp | 4b130641c1355a9adb2072bb90440dea93707911 | [] | no_license | swielgus/vctrsKL | ca9c9baa30a75c0f46a3f38aa4b067e0184e35cf | 7271f58426b51b9c5c77bf46840b298805127cc5 | refs/heads/master | 2021-03-22T03:32:32.497487 | 2017-03-19T18:27:23 | 2017-03-19T18:27:23 | 74,467,505 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,862 | hpp | #ifndef VCTRSKL_CURVECONTROLPOINTSMOOTHING_HPP
#define VCTRSKL_CURVECONTROLPOINTSMOOTHING_HPP
#include "PolygonSide.hpp"
#include "CurveCurvature.hpp"
namespace CurveControlPointSmoothing
{
__global__ void optimizeCurve(PolygonSide* coordinateData, const PathPoint* pathData, const unsigned int pathOffset,
... | [
"szymonwiel@gmail.com"
] | szymonwiel@gmail.com |
34553d0135e5e6ed2ad6d0447db07fbe992bb72e | 3011654894d6873bea796ed7aca12507e57e9173 | /UVa/Otros/UVa 1152 - 4 Values whose Sum is 0.cpp | c320722c5e670273125cbb3eefcb9186bcc6b324 | [] | no_license | LuisBarcenas14/Programacion-Competitiva | c9548df1f485005cd4cac8ba16ffd7c4a1a1b899 | 7e93a9d82904062b93116b5e1d719723d60c6f5b | refs/heads/master | 2021-01-23T04:20:33.188038 | 2017-09-25T06:52:00 | 2017-09-25T06:52:00 | 86,189,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,376 | cpp | #include <bits/stdc++.h>
using namespace std;
#define endl '\n'
#define MAX 4010
#define MAX2 16000010
int A[MAX];
int B[MAX];
int C[MAX];
int D[MAX];
int Aux1[MAX2];
int Aux2[MAX2];
void howQuadruplets(int n){
int k=0, quadruplets=0, ocurrences;
//Calculamos todas las combinaciones de A y B (A producto cruz ... | [
"lbarcenas2195@gmail.com"
] | lbarcenas2195@gmail.com |
df44fcef24a08645d1905ca7c89811d717c4d6f3 | 09ddd2df75bce4df9e413d3c8fdfddb7c69032b4 | /src/LXMLEditor/SmilRegionsView.h | 7ffece96c49eebc40f7584ca058a14c992cab5ab | [] | no_license | sigurdle/FirstProject2 | be22e4824da8cd2cb5047762478050a04a4ac63b | dee78c62a1b95e55fcdf3bf2a9bc79c69705bf94 | refs/heads/master | 2021-01-16T18:45:41.042140 | 2020-08-18T16:57:13 | 2020-08-18T16:57:13 | 3,554,336 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | h | // SmilRegionsView.h : Declaration of the CSmilRegionsView
#ifndef __SMILREGIONSVIEW_H_
#define __SMILREGIONSVIEW_H_
#include "resource.h" // main symbols
namespace System
{
namespace LXmlEdit
{
class CSmilLayout;
class CSmilRegion;
class CSmilRegionsView :
public UI::Control
// public CUIDialogImpl<CSmilR... | [
"sigurd.lerstad@gmail.com"
] | sigurd.lerstad@gmail.com |
db29186240639bb36fe828a8918fb4bf92bf80a7 | 10feb03257f099f3e02a10d0b665d82079337a7e | /robot/src/fight_with_hair_ui/src/main_window.cpp | d8969bd2558a49713dca3fed1e34d9532dfb517a | [
"MIT"
] | permissive | SilenceX12138/ROS-Intelligent-Service-Robot | 1c8533563cc0e444e3d280043147c8ebabc92bc4 | 9d042940d602fc62d129a05b4f107acb800d24aa | refs/heads/master | 2023-08-25T23:27:02.252004 | 2021-10-13T00:44:12 | 2021-10-13T00:44:12 | 403,973,317 | 63 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,754 | cpp | /**
* @file /src/main_window.cpp
*
* @brief Implementation for the qt gui.
*
* @date February 2011
**/
/*****************************************************************************
** Includes
*****************************************************************************/
#include <QtGui>
#include <QMessageBox>
... | [
"silencejiang12138@gmail.com"
] | silencejiang12138@gmail.com |
91708e74a0d65d6b10516bfe8dfda374716aa933 | a0d90c0f5e4362e30f99c5eb9ca650d8c32659db | /class09/Arduino_01_blink_2_LED/Arduino_01_blink_2_LED.ino | 912583217afb2c232ea39ed0b5672dc008c72291 | [] | no_license | DeqingSun/Prototyping-Electronic-Devices | 111a7f84c969dc392878226750842c2dfcfe992b | 6c27ce4d352056c97e55606148d93d3447b7ca35 | refs/heads/master | 2022-11-09T10:19:31.983337 | 2022-10-18T05:33:24 | 2022-10-18T05:33:24 | 50,537,493 | 14 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 764 | ino | boolean LED_1_state = LOW;
int LED_1_toggle_time = 2000;
unsigned long LED_1_previousMillis = 0;
boolean LED_2_state = LOW;
int LED_2_toggle_time = 3000;
unsigned long LED_2_previousMillis = 0;
void setup() {
pinMode(12, OUTPUT);
pinMode(13, OUTPUT);
}
void loop() {
unsigned long LED_1_currentsMillis = millis(... | [
"iamseer@gmail.com"
] | iamseer@gmail.com |
0c4347907e34c02ea2fdeb15eb6e68cb0894bf19 | 53733f73b922407a958bebde5e674ec7f045d1ba | /ABC/ABC194/C/main.cpp | 79bcc48fab1b307dbb0ac77114d072efdf7bd417 | [] | no_license | makio93/atcoder | 040c3982e5e867b00a0d0c34b2a918dd15e95796 | 694a3fd87b065049f01f7a3beb856f8260645d94 | refs/heads/master | 2021-07-23T06:22:59.674242 | 2021-03-31T02:25:55 | 2021-03-31T02:25:55 | 245,409,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,367 | cpp | #include <bits/stdc++.h>
#include <atcoder/all>
using namespace std;
using namespace atcoder;
using ll = long long;
using ull = unsigned long long;
#define v(t) vector<t>
#define p(t) pair<t, t>
#define p2(t, s) pair<t, s>
#define vp(t) v(p(t))
#define rep(i, n) for (int i=0,i##_len=((int)(n)); i<i##_len; ++i)
#defin... | [
"mergon-nitro-pale_fluorelight@hotmail.co.jp"
] | mergon-nitro-pale_fluorelight@hotmail.co.jp |
73b8a49b5b4b2fb768bdd500115b87c0e895fbe5 | 50cbad28b17a0aa750fe601dc9ffe000d8dc01e6 | /src/protocol.h | 3b2963f4b78856a1bb7f80a2331389593095cd1c | [
"MIT"
] | permissive | FloripaCoin/FloripaCoin-Master | e9883c815850e6fdc6fe9e2481cfd4db7e3cb73d | 7ee021cb6c1be23a5f559beea75006c470c93b85 | refs/heads/master | 2021-01-20T09:48:57.031326 | 2017-09-07T05:14:10 | 2017-09-07T05:14:10 | 101,607,272 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,790 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2013-2079 Dr. Kimoto Chan
// Copyright (c) 2013-2017 The Floripacoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit... | [
"floripacoin@tradecraft.com.au"
] | floripacoin@tradecraft.com.au |
a619fa08989dabff9be74e7940092a6d4dcc3eae | 253cf309e2f0c420caeed26a88cdf70d8690f64c | /texttoimg.h | 8eb5039883d9b60a1b704255a1f891c28dd7fcdc | [] | no_license | BookOfRevelation/PureImagination | 581b20d624ed75f389655b1cbbf3206099a13705 | 6b9e5a69a0dfc9b9386f8acc86b5fdd9299822c0 | refs/heads/master | 2021-07-16T18:07:17.812574 | 2017-10-24T15:39:56 | 2017-10-24T15:39:56 | 91,086,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 862 | h | #ifndef TEXTTOIMG_H
#define TEXTTOIMG_H
#include <QString>
#include <QVector>
#include <QVariant>
#include "puretransformater.h"
class TextToImg : public PureTransformater
{
public:
TextToImg(const QString &n);
bool init();
void process();
PureEffect* clone()
{
TextToImg* e = new TextToIm... | [
"boudot@ipb.fr"
] | boudot@ipb.fr |
cc4507ff59708f61c135b3cbb9c20d00f0106a57 | 73023c191f3afc1f13b39dffea22b7f65a664f7d | /MatrixEngine/Classes/MCocos2d/MCActionInterval.h | cd84a862ec7355153b8aa3839e044f03699ccbc2 | [] | no_license | ugsgame/Matrix | 0a2c2abb3be9966c3cf7a4164799ed107c8f2920 | 1311b77bd9a917ec770e428efb9530ee6038617a | refs/heads/master | 2020-09-05T15:45:45.973221 | 2019-11-07T07:20:38 | 2019-11-07T07:20:38 | 220,145,853 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 490 | h |
#ifndef __MATRIX_ACTIONINTERVAL__
#define __MATRIX_ACTIONINTERVAL__
#include "cocos2d.h"
#include "MatrixMono.h"
USING_NS_CC;
class MCActionInterval:public CCActionInterval
{
public:
bool initWithDuration(float fDuration);
virtual CCObject* copyWithZone(CCZone* pZone);
virtual void startWithTarget(CCNode *pTar... | [
"670563380@qq.com"
] | 670563380@qq.com |
71cdb2a45c26a47343c8f6181e6b2bd49c7d573e | d1a8c3598ef73126332a5db449544419ff9b5907 | /Samples/lua/luademo/luademo/luacallc.cpp | 44a9d11f956914ee4fcdabb1daa827e492a35f2b | [] | no_license | gustavosrey/3dlearn | b7e83497b4e80e21916ea1d5be11764c55543e8d | f50cdfe2b8fbbdfcd71a22f3cc369d972c46fcb9 | refs/heads/master | 2021-01-10T11:03:17.104641 | 2012-02-08T07:54:50 | 2012-02-08T07:54:50 | 54,849,462 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 998 | cpp | #include <stdio.h>
#include <tchar.h>
extern "C"
{
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
//--luacallc.lua
//avg = average(20 , 30 , 4)
//print("lua got average value:" , avg)
//่ขซlua่ฐ็จ็ๆนๆณ
static int average(lua_State * L)
{
/* get number of arguments */
int n = lua_gettop(L);
... | [
"augustus4400@gmail.com"
] | augustus4400@gmail.com |
9534c3628f541382ec3abbd1f13e8c324887a430 | d9bd8f3e63dad0b0fd01a275f788cf7fe46bb731 | /OpenCL_applications_on_FPGAs/SC/SWI/generic_1024/support/ocl.h | cc4a0d5ab6c9bac77f913bc2d52160dca1e4a318 | [] | no_license | jjiantong/Boyi | 42a87287d7129bf7d102ddd1d78d613bcf835d66 | 5c64d505b7906f590cb2284ae81b686e4a4eba5c | refs/heads/master | 2023-04-14T05:39:11.199644 | 2023-04-09T13:16:53 | 2023-04-09T13:16:53 | 154,771,585 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,737 | h | #include <CL/cl.h>
#include <fstream>
#include <iostream>
#include "CL/opencl.h"
#include "AOCLUtils/aocl_utils.h"
using namespace aocl_utils;
// Allocation error checking
#define ERR_1(v1) \
if(v1 == NULL) { ... | [
"609705173@qq.com"
] | 609705173@qq.com |
874b862ab735d82620ec70a55712af1f3daba695 | 9dab836feab74b135be8208e3e727c6435dd5bec | /gmsv_extra/Source SDK/server/ai_schedule.h | 5fa63ddb5589a1c697659fd97d1764c9b68418c2 | [
"Apache-2.0"
] | permissive | 11Lee1/gmsv_extra | 56fe3db4e11f648ef640343470d0f631c90168c7 | 294dbc1e31eca6f086605767e0495cf64348bd85 | refs/heads/master | 2020-04-29T20:19:26.189875 | 2019-05-08T01:20:18 | 2019-05-08T01:20:18 | 176,380,702 | 11 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,033 | h | //========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: A schedule
//
// $Workfile: $
// $Date: $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//========================================================... | [
"charles1337@outlook.com"
] | charles1337@outlook.com |
a55c77f9d1d5708b3ff66dfdf8206c04e54988af | d6cf78166f200ee56bad5940e3baf82c6f1c21eb | /include/rosban_regression_forests/approximations/pwc_approximation.h | c685864c614be65596e81eabe5641f9b07779991 | [] | no_license | Rhoban/rosban_regression_forests | 7172395d9c6238ece863a9aa70752db6bf570084 | 7abc4a4e56a8ceb1a3406e85e16ab67d96eef102 | refs/heads/master | 2021-09-06T02:39:08.433906 | 2017-10-18T08:30:14 | 2017-10-18T08:30:14 | 100,256,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | h | #pragma once
#include "rosban_regression_forests/approximations/approximation.h"
namespace regression_forests
{
class PWCApproximation : public Approximation
{
private:
double value;
public:
PWCApproximation();
PWCApproximation(double value);
virtual ~PWCApproximation();
double getValue() const;
virtua... | [
"medrimonia@gmail.com"
] | medrimonia@gmail.com |
fd1eee4eb2a605448d10a417e7de049dfe00bf04 | da60e15b81be505c19dede9938d096f934ad5424 | /src/VLCApp/VLCApp/VLCApp.cpp | bf314f049b490189eedc656443be542a7d4179fe | [
"MIT"
] | permissive | 15831944/VLCApp | bdcfa89dfbf4b6d6667b064c072b8e7be598b9f6 | fdbf014685b724c8a31ad18d9a6650d3b3cfbeec | refs/heads/main | 2023-03-17T12:43:09.813544 | 2020-12-28T12:05:45 | 2020-12-28T12:05:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,746 | cpp | ๏ปฟ// VLCApp.cpp : Defines the entry point for the application.
//
#include "VLCApp.h"
HWND hWnd = NULL;
HWND hWndListBox = NULL;
HWND hWndStatic = NULL;
static AudioVideoMediaPlayer avmp;
static std::deque<MediaBlock> mediaQueue;
std::mutex lockMutex;
std::condition_variable conditionVariable;
bool bRunning = true;
pp... | [
"xingyun_ppshuai@yeah.net"
] | xingyun_ppshuai@yeah.net |
b9fd26afc97da8e78bd3af1048951f800b6f3c0a | fe91ffa11707887e4cdddde8f386a8c8e724aa58 | /third_party/blink/renderer/modules/filesystem/file_system_dispatcher.cc | 7eacd92ca5d407e4790a58079a658c5afa3e5867 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | akshaymarch7/chromium | 78baac2b45526031846ccbaeca96c639d1d60ace | d273c844a313b1e527dec0d59ce70c95fd2bd458 | refs/heads/master | 2023-02-26T23:48:03.686055 | 2020-04-15T01:20:07 | 2020-04-15T01:20:07 | 255,778,651 | 2 | 1 | BSD-3-Clause | 2020-04-15T02:04:56 | 2020-04-15T02:04:55 | null | UTF-8 | C++ | false | false | 23,215 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/modules/filesystem/file_system_dispatcher.h"
#include <utility>
#include "build/build_config.h"
#include "mojo/publ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
07ebad6b13161751b30f9a7c8034192b652c7557 | d30be602df8d91db95dcb4e894d729fbedf7555f | /v0.7/lib/src/Memory_Controller.h | 3ab62effcc9a55626520807182788c1c53762642 | [] | no_license | skhds/PA_SSD | d757ed9c2e6a7ad2ed1d94755ce0da29d3a8cfca | a51cd82b0c73646f28177bd55129140162018755 | refs/heads/master | 2020-04-05T06:49:34.613433 | 2018-12-10T06:12:02 | 2018-12-10T06:12:02 | 156,652,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,940 | h | //-------------------------------------------------------------- //%
// Important: The template for this file was generated //%
// automatically and can only be re-generated if rules //%
// are followed when editing: ... | [
"skhds1@daum.net"
] | skhds1@daum.net |
ec32c6adbb0516c6ea38a729710756f7d1006171 | 180e6839fcafe9fa942d0b5fe350ce6503bcb6c1 | /src/main.cpp | 49e53ba66828c9a2545065377e17e16b5a4a95cf | [] | no_license | mds5000/aquarium-sensor | 57b6d268a22c1601e84591527dbd05b7ebda0069 | 1c0a13c43cca634ffef05de52e2086e6b1679be3 | refs/heads/master | 2020-03-29T01:13:13.973920 | 2018-10-28T22:11:23 | 2018-10-28T22:11:23 | 149,376,975 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,096 | cpp | /*
* $projectname$.cpp
*
* Created: $date$
* Author : $user$
*/
#include "debug.h"
#include "sam.h"
#include "board.h"
#include "temp_sensor.h"
#include "usb_controller.h"
#include "aquarium_types.h"
#define NVM_CAL ((uint32_t*)(0x00806020UL))
#define ADC_BIASREF_MASK 0x00000007
#define ADC_BIASREF_SHIFT ... | [
"mds5000@gmail.com"
] | mds5000@gmail.com |
1084a6f7f363eda4d6c1fd66c267d4e2ab93be89 | 9def6d528f26e4c6b077c4e2bcc9eae7ce495ef2 | /219.cpp | 9b3f014a79c6e440274f47dbd5ce8adcf675b04a | [] | no_license | misty0729/leetcode | 7592ee430e7f5ef295c7b0211f3ca2696c767ac0 | d8275381e89f874448e5a44510842ac5e69102fa | refs/heads/master | 2020-12-09T15:53:13.002213 | 2020-04-20T16:18:59 | 2020-04-20T16:18:59 | 233,352,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 570 | cpp | #include<iostream>
#include<vector>
#include<map>
using namespace std;
bool containsNearbyDuplicate(vector<int>& nums, int k) {
map<int,int>mymap;
for(int i = 0; i < nums.size();i++) {
int num = nums[i];
if(mymap.count(num) == 0) mymap[num] = i;
else {
... | [
"qianz15@mails.tsinghua.edu.cn"
] | qianz15@mails.tsinghua.edu.cn |
ca53d90716e2f07dc7a38a5845aab9b9cb3c2a53 | f48afafffa83057f0f9909efc9600ba5c6441ada | /examples/BlinkShiftRegister_Demo_01/BlinkShiftRegister_Demo_01.ino | 93d7fdfd425fa964cda6b94afed4bfa5b50eca43 | [
"MIT"
] | permissive | lendres/BlinkSuite-Arduino | da5dc6179ad42ee865136dd7b9e23fde61f9842a | fc31af178ee9023242aa66d5d9d22f3700e399c9 | refs/heads/master | 2021-02-26T08:21:58.353652 | 2020-08-20T02:46:34 | 2020-08-20T02:46:34 | 245,510,257 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 970 | ino | #include "ShiftRegister74HC595.h"
#include "BlinkShiftRegister.h"
// DESCRIPTION
// This example shows the basics of how to blink a pin.
// CONFIGURATION
// These items should be set to the values according to how you set your Arduino up.
// Pin (on the shift register) to blink. Pins are zero based.
int pinToBlink ... | [
"lendres@fifthrace.com"
] | lendres@fifthrace.com |
0fb8f455c575a59744557dbcfb3f5b4968551ef1 | 3e5c9def540d57033cee210230af16e2bfefd549 | /segtree/lazy_segtree.cpp | 2442f0f15522b34b995f1f02829ea855199ded46 | [] | no_license | sykwer/competitive_programming | 335ab534897aded9b96345f8935cc39724a30a17 | fcf3534e491887024f2c4088b9ef21dbff79a573 | refs/heads/master | 2021-07-06T20:48:45.959197 | 2020-08-07T13:47:10 | 2020-08-07T13:47:10 | 159,498,796 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,536 | cpp | #include <iostream>
#include <vector>
#include <functional>
using namespace std;
template <typename T, typename E> class SegTree {
// T: Element set
// E: Operator set
// Lazy SegTree can be used if..
// 1. (T, F) is monoid (Identity element is ti)
// 2. (E, H) is monoid (Identity element is ei)
... | [
"sykwer@gmail.com"
] | sykwer@gmail.com |
1439d0762b6880f47ab336cb26ac259a8b883ac7 | d25e604fb7dc22fe2bcaad03b8512f2fdcb9e77e | /src/outputmessage.h | 5858d9d5ff4abba61203b1016a2f1c7e80287d36 | [] | no_license | samuel2498/nowy095 | 94d880d209275ed44c8d21999a0c077379b19c16 | d72a8f4471dbc9cd74d9c9e4d335dae753fd3cdf | refs/heads/master | 2020-02-26T16:04:40.125807 | 2016-06-28T18:41:57 | 2016-06-28T18:41:57 | 62,165,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,284 | h | /**
* The Forgotten Server - a free and open-source MMORPG server emulator
* Copyright (C) 2016 Mark Samman <mark.samman@gmail.com>
*
* 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; eithe... | [
"samiitebib@gmail.com"
] | samiitebib@gmail.com |
bca4df98769611fdd7c319261141a79eafd92424 | 8f11b576b6fd648b67e4cbebeb525c97d1b9e6dd | /IppCreate/IppImage.h | ae648fb3219637a515e4e0d971ee13159b6fccd0 | [] | no_license | josoooooooooojang/ImageProcessingMFC | b220a980a9a3f2fb3d45a5536517aa8c953d8d8d | 25ac359012fd2986e0974020982e4158a04e56cb | refs/heads/master | 2023-02-08T16:03:20.183210 | 2021-01-05T16:48:16 | 2021-01-05T16:48:16 | 317,869,588 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,439 | h | #pragma once
#include <memory.h>
template<typename T>
class IppImage
{
protected:
int width; // ์์์ ๊ฐ๋ก ํฌ๊ธฐ(ํฝ์
๋จ์)
int height; // ์์์ ์ธ๋ก ํฌ๊ธฐ(ํฝ์
๋จ์)
T** pixels; // ํฝ์
๋ฐ์ดํฐ
public:
// ์์ฑ์์ ์๋ฉธ์
IppImage();
IppImage(int w, int h);
IppImage(const IppImage<T>& img);
~IppImage();
// ์ด๋ฏธ์ง ์์ฑ๊ณผ ์๋ฉธ
void CreateImage(int w... | [
"46040847+josoooooooooojang@users.noreply.github.com"
] | 46040847+josoooooooooojang@users.noreply.github.com |
38dfca406871bf9d25f9adf5a6dbb1f1c6beaf21 | 0842e0fa721f226a34ddb8e2bdbee4b1033be2e2 | /Educational_Codeforces_Round_87/A/solution.cpp | fa72876d1025ae6c24da74eb5667c26fc974967a | [] | no_license | proydakov/codeforces | eaf8af6a3a75a7b8b0a9631f8bc66b6d8d0c1d4c | f5745bacd9e8adf817394c1a985554b8fb0d3ef6 | refs/heads/master | 2023-02-14T22:56:02.646694 | 2023-02-06T19:41:06 | 2023-02-06T19:41:06 | 85,581,202 | 9 | 1 | null | 2019-06-16T17:27:30 | 2017-03-20T13:40:25 | C++ | UTF-8 | C++ | false | false | 729 | cpp | #include <cstdint>
#include <iostream>
void solve()
{
std::int64_t a, b, c, d;
std::cin >> a >> b >> c >> d;
if (a > b && c <= d)
{
std::cout << "-1\n";
}
else
{
auto total = b;
auto result = b;
if(total < a)
{
auto interval = c - d;
... | [
"e.proydakov@gmail.com"
] | e.proydakov@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.