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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
037e432edeff8e2b13f193f4fcf66a62bd266680 | b0eee769ed1fde3b965b66cb4eaabc56b3f4efad | /test/echoclient.cpp | cbe321546d4a57c6a548809f37d89670e36bf5a5 | [
"BSD-2-Clause"
] | permissive | DamonXu/libevlite | df2d4bf0276cc6be6b720631e403079dfdc7cc68 | 36de7af8256b71f9a02c5fb26887f20c65fde5f8 | refs/heads/master | 2020-11-29T21:21:06.359573 | 2019-10-14T08:56:36 | 2019-10-14T08:56:36 | 150,943,062 | 1 | 0 | BSD-2-Clause | 2018-09-30T07:31:42 | 2018-09-30T07:31:42 | null | UTF-8 | C++ | false | false | 2,616 | cpp |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include "io.h"
//
// 回显服务实例
//
class CEchoSession : public Utils::IIOSession
{
public :
CEchoSession()
{}
virtual ~CEchoSession()
{}
public :
virtual ssize_t onProcess( const char * buf, size_t nbytes )
{
... | [
"spriteray@gmail.com"
] | spriteray@gmail.com |
1bf4af8ceb03d7bed5b676ade296dbdc71e13f23 | 8c7b03f24517e86f6159e4d74c8528bfbcbf31af | /source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 0ea06560d0f1bc014380d8a0c77207c60060e5bf | [
"NCSA"
] | permissive | markpeek/lldb | f849567fbd7791be10aacd41be44ee15f1a4fdc4 | 58c8d5af715a3da6cbb7e0efc6905e9d07410038 | refs/heads/master | 2021-01-15T17:01:57.014568 | 2011-12-24T01:08:58 | 2011-12-24T01:08:58 | 3,042,888 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,056 | h | //===-- SymbolFileSymtab.h --------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"mark@peek.org"
] | mark@peek.org |
ccef118a23d111084290623336b58e733cbcce52 | aabfbd4f6c940aa7c75195bd60d19a551fce3822 | /summer_school_private/anymal_research/any_measurements/include/any_measurements/NavSat.hpp | 76c44473ab32564a6df3d7e82178e01256cb8dd2 | [] | no_license | daoran/eth_supermegabot | 9c5753507be243fc15133c9dfb1d0a5d4ff1d496 | 52b82300718c91344f41b4e11bbcf892d961af4b | refs/heads/master | 2020-07-28T13:42:08.906212 | 2019-12-04T16:51:42 | 2019-12-04T16:51:42 | 209,428,875 | 1 | 1 | null | 2019-09-19T00:36:33 | 2019-09-19T00:36:33 | null | UTF-8 | C++ | false | false | 3,021 | hpp | /*!
* @file NavSat.hpp
* @author Philipp Leemann
* @date Mar 03, 2017
* @version 0.0
*
*/
#pragma once
#include <Eigen/Core>
#include "any_measurements/Time.hpp"
#include <string>
namespace any_measurements {
struct NavSat
{
public:
using CovarianceMatrix = Eigen::Matrix<double, 3, 3>;
// W... | [
"hlin@ethz.ch"
] | hlin@ethz.ch |
f1b4330e6b340e3965bb54057832f8318d8eb552 | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/vc7addon/vs/src/vc/ide/pkgs/projbld/vcpb/linktoolbase.h | 6dbc46b100f8d39d1613cce905a54f38cee8a957 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,281 | h | // VCLinkerBaseTool.h: Definition of the CVCLinkerBaseTool class
//
//////////////////////////////////////////////////////////////////////
#pragma once
#include "vctool.h"
#include "settingspage.h"
template<class T, class IFace>
class ATL_NO_VTABLE CVCLinkerBasePage :
public IDispatchImpl<IFace, &(__uuid... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
5b5961313b5527742e6ea14425353175d0aa3c72 | 6090f669e19701747f639cffe7fea50979155661 | /IMU_Code_Abbreviated/IMU_Code_Abbreviated.ino | 0a6ffcc68f13420cff883294a9e3a5d5ed6b1ce6 | [] | no_license | capuanomat/Mini-Quanser-Project | c0a1b52dc4b488442fd6acf67380ed79d0227762 | 8b5d863b4f86e809ef088fbdb2a29e58b19e8e78 | refs/heads/master | 2020-05-30T08:04:33.755443 | 2018-04-26T16:43:30 | 2018-04-26T16:43:30 | 95,507,320 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,216 | ino | // I2Cdev and MPU6050 must be installed as libraries, or else the .cpp/.h files
// for both classes must be in the include path of your project
#include "I2Cdev.h"
#include "MPU6050_6Axis_MotionApps20.h"
//#include "MPU6050.h" // not necessary if using MotionApps include file
// Arduino Wire library is required if I2... | [
"capuanomat@gmail.com"
] | capuanomat@gmail.com |
05a3da6ece61f766d7e778a43a3093906b0641d8 | d392c6c567ecb9a9ea76ae279759879dc36868ef | /ADS1115_Sensor_Check.ino | fb1b171f211ed27ea857d4e71eb993e3668881c7 | [
"Unlicense"
] | permissive | hansvana/ADS1115_Sensor_Check | ef2748cb1c88641d673117189017ffda0cc09ec1 | bcbead401fb147a8cc8cf57868aee2869b4a1c9c | refs/heads/main | 2023-03-16T10:39:45.105769 | 2021-03-06T16:13:22 | 2021-03-06T16:13:22 | 345,136,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,230 | ino | /**************************************************************************/
/*
Distributed with a free-will license.
Use it any way you want, profit or free, provided it fits in the licenses of its associated works.
ADS1115
This code is designed to work with the ADS1115_I2CADC I2C Mini ... | [
"hansvanarken@gmail.com"
] | hansvanarken@gmail.com |
81a7c0b028977e0e2bc2818a0af9fc9358c2f152 | 5e557741c8867bca4c4bcf2d5e67409211d059a3 | /torch/csrc/jit/tensorexpr/tensor.cpp | c78f27f19b6707545ac1c5f3414e9b6033207dcc | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | Pandinosaurus/pytorch | a2bb724cfc548f0f2278b5af2fd8b1d2758adb76 | bb8978f605e203fbb780f03010fefbece35ac51c | refs/heads/master | 2023-05-02T20:07:23.577610 | 2021-11-05T14:01:30 | 2021-11-05T14:04:40 | 119,666,381 | 2 | 0 | NOASSERTION | 2021-11-05T19:55:56 | 2018-01-31T09:37:34 | C++ | UTF-8 | C++ | false | false | 5,045 | cpp | #include <torch/csrc/jit/tensorexpr/tensor.h>
#include <c10/util/Logging.h>
#include <c10/util/irange.h>
#include <torch/csrc/jit/tensorexpr/dim_arg.h>
#include <torch/csrc/jit/tensorexpr/reduction.h>
namespace torch {
namespace jit {
namespace tensorexpr {
StmtPtr Tensor::constructStmt(
const std::vector<VarPtr... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
d6d54274af57bf2277fe6a8be8a037555d39d78a | f82577a89c347c477db1c3247aa7a88774cf9275 | /include/fast-fair/btree.h | 5c0f24914e4f70d95bb378c37d9cf777611ff5a0 | [] | no_license | xiaoliou008/bysj | 7c4a4c0672dfd00054bbe3964fbbb27c18a0c4ac | 17cc879eca64767d7fe4dbbf2a88fa29bd47e3fe | refs/heads/main | 2023-05-05T15:24:19.571979 | 2021-03-31T05:08:59 | 2021-03-31T05:08:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 40,368 | h | /*
Copyright (c) 2018, UNIST. All rights reserved. The license is a free
non-exclusive, non-transferable license to reproduce, use, modify and display
the source code version of the Software, with or without modifications solely
for non-commercial research, educational or evaluation purposes. The license
... | [
"1103597933@qq.com"
] | 1103597933@qq.com |
6e1b5d52fc16ae436fc94c54a3af1906ace1e9a8 | acbd102afb1b78b74de43db93088e602ca1b4337 | /employecontractuel.h | 5e9939b60d6712acfc89c9f07fbc58f2da97cc4f | [] | no_license | AndrewOuellet/TPAndrewSaifLP | 5dd0bfebd01266c91183de6691894d768e537bfb | 97a6c92402e5116ac3416b3c1730ae167248bf76 | refs/heads/master | 2022-12-01T16:52:35.545745 | 2020-08-09T23:00:23 | 2020-08-09T23:00:23 | 286,325,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | h | #ifndef __EMPLOYECONTRACTUEL_H__
#define __EMPLOYECONTRACTUEL_H__
#include <iostream>
#include "employe.h"
class EmployeContractuel : public Employe {
protected:
double montant_contrat;
double semaines;
public:
//Constructeur
EmployeContractuel(std::string nom, int matricule, double le_montant_co... | [
"andrewouellet@crosement.qc.ca"
] | andrewouellet@crosement.qc.ca |
85104016608debfeb92baf4e58356136841eb74b | 30a4246c51a851b76708cc96a7139156a275f79b | /DBMS/DBMS/FieldDAO.cpp | c2a88aecb1d09196a6682563b189e0ffb30c142a | [] | no_license | 15301111/DBSM | f6ded15a88de6137c8b6a2f705e10027be417c37 | d1185bde4325fefed685baa36b9eced4eebb9057 | refs/heads/master | 2021-01-20T07:23:39.018620 | 2017-05-29T10:50:08 | 2017-05-29T10:50:08 | 89,998,378 | 0 | 1 | null | 2017-05-08T12:13:04 | 2017-05-02T06:19:05 | null | GB18030 | C++ | false | false | 3,920 | cpp | #include "stdafx.h"
#include "FieldDAO.h"
#include "BinaryFile.h"
CFieldDAO::CFieldDAO(void)
{
}
CFieldDAO::~CFieldDAO(void)
{
}
//从文件读取字段列表
vector<CFieldEntity> CFieldDAO::ReadFieldList(CString &tbFileName)
{
vector<CFieldEntity> res;
vector<CString> strList=CBinaryFile::ReadAll(tbFileName);
if(!strList.empty(... | [
"15301111@bjtu.edu.cn"
] | 15301111@bjtu.edu.cn |
9113b832a6eb66a5988f1ff656e37c26adc3b8fa | 840484c6553cde4722e91904166eb8e0855555e0 | /LAB nou/Lab 1/C++ Qt/QT date/18.09/TooTip/testtooltip.h | 659025b5b48c4477b10dd29fbc3e30fb9eb10fa7 | [] | no_license | raul7alex/TAP | db869b8074591026f54f3b5f0fe70e0f14b9e54d | d16bf6b23a8b0d875b074325ef4b32f4c1f8df53 | refs/heads/master | 2020-05-02T22:00:39.413700 | 2019-03-28T16:08:32 | 2019-03-28T16:08:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | h | #ifndef TESTTOOLTIP_H
#define TESTTOOLTIP_H
#include <QMainWindow>
class QHBoxLayout;
class QPushButton;
class TestToolTip : public QMainWindow
{
Q_OBJECT
public:
explicit TestToolTip(QWidget *parent = 0);
signals:
public slots:
private:
QWidget* centralWidget;
QHBoxLayout *layout;
QPushButton... | [
"raul7_alex@yahoo.com"
] | raul7_alex@yahoo.com |
24885e02c601fe40f51ec3390732a87cc3abd63b | 09d2cbd9ae667167a845a485bb3e0bc8afbbe323 | /GameEngineTK/State/InAirState.cpp | 54e14b76e04ba99c65a80dd91f58668b41b55450 | [] | no_license | kaiyamamoto/GameEngineTK | 1e7f8c98fd6a8cf4736d760a27ad95a8641f28a9 | 738c9b694f103ea93b6e1936959e7cdf60960894 | refs/heads/master | 2021-01-19T19:50:46.931972 | 2017-07-24T03:08:17 | 2017-07-24T03:08:17 | 88,451,283 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,405 | cpp | #include "InAirState.h"
#include "JumpingState.h"
#include "MoveState.h"
#include <simplemath.h>
#include "OnGroundState.h"
#include "..\Input.h"
using namespace DirectX::SimpleMath;
using namespace DirectX;
using namespace YamagenLib;
InAirState* InAirState::m_instance = nullptr;
/// <summary>
/// 入口処理
/// </summar... | [
"dqx_2527@yahoo.co.jp"
] | dqx_2527@yahoo.co.jp |
d8c83eb4950231eb11a4fcfc3222625ef978064a | bf817b914f2c423da15c330b2a60bdf9f32c798a | /8_30_class_practice/8_30_class_practice/main2.cpp | 0b4a4cf5fc303522fe9083b69c40fe433b207be4 | [] | no_license | z397318716/C-Plus-Plus | 2d074ea53f7f45534f72b3109c86c0612eb32bfe | 6a7405386e60e1c2668fd8e92d7e4b4ab7903339 | refs/heads/master | 2021-12-10T22:16:34.871394 | 2021-09-27T01:55:23 | 2021-09-27T01:55:23 | 204,134,098 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 471 | cpp | #include <iostream>
using namespace std;
class Testtop{
public:
int m_a;
int m_b;
Testtop() :m_a(0), m_b(0)
{
}
Testtop(int a, int b) :m_a(a), m_b(b)
{
}
Testtop operator+(const Testtop &s) const//在函数后加 const 表示 this 不能变
{
Testtop res;
res.m_a = m_a + s.m_a;
res.m_b = m_b + s.m_b;
return res;
... | [
"397318716@qq.com"
] | 397318716@qq.com |
a009e4b4d5243784caa737bece8f2b51b1491e38 | 16c2aa1096e8d0efed3f3219b22f1b0a86a78c52 | / cf-C - Strange Birthday Party - code.cpp | 21df3001628411ed0dba36aa9b48c677bf5b4b27 | [] | no_license | ash1526/CodeLibrary | e1c36045c979031f98f99fbfbd446d3e29c050b7 | 7ee6fa852e1cc4b38c9160c927fdb0cf580eb5ab | refs/heads/master | 2023-08-17T12:50:16.964705 | 2021-10-19T16:51:43 | 2021-10-19T16:51:43 | 361,191,580 | 0 | 2 | null | 2021-10-04T17:43:18 | 2021-04-24T15:02:46 | C++ | UTF-8 | C++ | false | false | 2,051 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define pb push_back
#define inf LLONG_MAX
#define ninf LLONG_MIN
#define io ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
#define all(s) s.begin(),s.end()
#define rep(i, a, b) for(ll i = a; i < b; i++)
#define rr(v) for(au... | [
"noreply@github.com"
] | noreply@github.com |
386827133fc109f08be5e078c931d5feb0b57ee0 | 2f5ae7f519aaae6681fa0ca57efc6627f5d97478 | /dp/sg/gl/TextureGL.h | e920280040901bddccdc8cb5f846ccf91035171d | [
"BSD-3-Clause"
] | permissive | mtavenrath/pipeline | c8048f51ac7ccfaeeb589090e28c847000f8af78 | 5085ba5e854fa1485acf14f4b1c4c4d341b3c6ef | refs/heads/master | 2020-12-31T02:32:55.843062 | 2014-09-11T15:46:02 | 2014-09-11T15:46:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,823 | h | // Copyright NVIDIA Corporation 2010
// 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 d... | [
"matavenrath@nvidia.com"
] | matavenrath@nvidia.com |
2751b7d4d0f097f9f2872e0526ae3d347b39765c | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/Handle_StepElement_SurfaceSectionField.hxx | c81ec27f75dc70ab8a71a8fd739f8a65bcc8de7b | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Handle_StepElement_SurfaceSectionFiel... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
041bc18e5b00c034b493909e4f66bccad25b1705 | a69792817ed5c8af39fe16898b6272b4620a6199 | /PDI2015B/PDI2015B.cpp | 5478b13a9c753d9cbe13d5a85dfe86e97bd6061b | [] | no_license | saulchavezr/PDI2015B | 459b7d3f1e0354026b96b0ae8120ebd90ba6f0f7 | 477e55403a9bfce720dfa6bd57289a542179f263 | refs/heads/master | 2022-11-03T19:05:08.422309 | 2015-12-04T16:57:49 | 2015-12-04T16:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,380 | cpp | // PDI2015B.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "PDI2015B.h"
#include "DXGIManager.h"
#include "math.h"
#include "CSDefault.h"
#include "CSConvolve.h"
#include "CSALU.h"
#include "..\\Video\\AtWareVideoCapture.h"
#include "VideoProcessor.h"
#include "Frame.h"
#include "CS... | [
"romsc93@live.com.mx"
] | romsc93@live.com.mx |
805ef53005a68ae04dea8c037c30938f4718a3fa | bbbc505ddebcc710c0cbf7143d360b492a7af452 | /zerojudge/AC/c044.cpp | cec63f99ad4fe2895abd5a642442aa61c7477bd9 | [] | no_license | mandy840907/cpp | 25efb95b181775042a3aee9acaac04a1a9746233 | 793414c2af24b78cbfafff8c738eb5d83c610570 | refs/heads/master | 2020-05-29T17:07:54.273693 | 2020-04-08T04:45:29 | 2020-04-08T04:45:29 | 54,814,842 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 984 | cpp | #include <iostream>
#include <cstdio>
#include <string>
#include <algorithm>
using namespace std;
int main()
{
int times, array[26] = {}, array2[26];
string sen;
for(int i = 0; i < 26; i++)
array2[i] = i;
cin >> times;
getchar();
for(int a = 0; a < times; a++)
{
getline(cin, sen);
for(int n = 0; n < se... | [
"mandy840907@gmail.com"
] | mandy840907@gmail.com |
358eaa9c79a8b795ac6f5f0bf78e40ba6c75d1c0 | c840e9ff34327aabf65b8df1e60beafb2872beac | /MyOpt.cpp | 411113badfc3caa51d1e9eecfb64621cbf2bd9ed | [] | no_license | Alaya-in-Matrix/MyOpt | df69a68d788073fac6fe4890b341c0ded1924959 | 728837817068bfe39bc8a548f3e6e80c2770920c | refs/heads/master | 2021-01-12T04:36:44.040197 | 2017-01-25T10:45:12 | 2017-01-25T10:45:12 | 77,688,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,262 | cpp | #include "MyOpt.h"
#include <cassert>
#include <iostream>
#include <fstream>
#include <cstdio>
#include "def.h"
using namespace std;
using namespace Eigen;
MyOpt::MyOpt(MyOpt::Algorithm a, size_t dim)
: _algo(a), _dim(dim), _cond(_default_stop_cond()), _data(nullptr), _solver(nullptr)
{
}
StopCond MyOpt::_default_s... | [
"lvwenlong_lambda@qq.com"
] | lvwenlong_lambda@qq.com |
05ed14ddf26ecdbe01bb3f1e4b0aad2a7988f1c6 | 7247ede3c0eb4f01f4f6d3b845ab32ed80e0c855 | /include/itkPSMEntropyMixedEffectsModelFilter.h | bc44320e5f728fcae164ce035d3314bbbae00d36 | [
"Apache-2.0"
] | permissive | prasanna86/ITKParticleShapeModeling | bbbc7136292329b29e466247f0535750aa547740 | ed3cb4f1a2eb5effe1166ce62fc8680117577102 | refs/heads/master | 2020-12-31T03:15:57.526952 | 2014-02-05T19:10:37 | 2014-02-05T19:10:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,508 | h | /*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* h... | [
"josh.cates@gmail.com"
] | josh.cates@gmail.com |
8c49462e127d8c71701313c4e592efdbb96e4eb2 | 5b24be9bfdca2a81558486483e425e9ece774dac | /SkeletalAng_Kinect/10/Source/10.0.15063.0/ucrt/string/wcsncmp.cpp | 1418875c57ecf31e376f39d407ee806fa5cc7eeb | [] | no_license | jingpingnie/Android-App | cf3fd3eef1c54dbd4252c57ced714b8af05d5bcb | 91980433fcac8c15b0d9d2474c7d05bf4d069362 | refs/heads/master | 2021-10-08T15:20:39.401655 | 2018-12-13T22:40:03 | 2018-12-13T22:40:03 | 161,702,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | cpp | //
// wcsncmp.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Defines wcsncmp(), which compares two wide character strings, determining
// their lexical order. The function tests at most 'count' characters.
//
// Note that the comparison is performed with unsigned elements (wcha... | [
"niejingping@dyn-160-39-148-180.dyn.columbia.edu"
] | niejingping@dyn-160-39-148-180.dyn.columbia.edu |
f301290f063e7c00e1288e444271af44fcc21fa0 | e74de656faf680988ca5a2a5dc2948e0649266e6 | /Solving for Carrots/main.cpp | c3c568c5fa0c2b93280b36cfeadfcac1a903bc76 | [] | no_license | kolbjornkelly/kattis | f8445d9bb7211a7de596582b76b1dc242f031574 | 9916365500b3d654ffb36b0be6c7b389778b93b8 | refs/heads/master | 2022-12-22T07:08:12.715068 | 2020-10-01T06:44:53 | 2020-10-01T06:44:53 | 299,951,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | cpp | //
// main.cpp
// Solving for Carrots
//
// Created by Kolbjørn Kelly on 22.09.2017.
// Copyright © 2017 Kolbjørn Kelly. All rights reserved.
//
#include <iostream>
using namespace std;
int main()
{
int contestors;
int problems;
string description;
cin >> contestors >> problems;
cout << ... | [
"kolbjorn.kelly@gmail.com"
] | kolbjorn.kelly@gmail.com |
b70082b1700162012797cf0df1595e2be2e427d3 | 5a6e95ea550c1ab70933db273782c79c520ac2ec | /DDK/src/print/oemdll/bitmap/enable.cpp | bc570991b6a30e0333c228e31c079bee19dfee0c | [] | no_license | 15831944/Longhorn_SDK_And_DDK_4074 | ffa9ce6c99345a6c43a414dab9458e4c29f9eb2a | c07d26bb49ecfa056d00b1dffd8981f50e11c553 | refs/heads/master | 2023-03-21T09:27:53.770894 | 2020-10-10T03:34:29 | 2020-10-10T03:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,008 | cpp | // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright 1998 - 2003 Microsoft Corporation. All Rights Reserved.
//
// FILE... | [
"masonleeback@gmail.com"
] | masonleeback@gmail.com |
493ee23e6327597dd3980df3418c304a5b297994 | a2c803dcec27a058644a633f6bc0f0ad42482144 | /src/qt/optionsmodel.h | bb374937984999bf78b9740a852f1279f7a54d9d | [
"MIT"
] | permissive | AUHtoken/Gold_Hawgs | 1631bf209c332090d53b8248da4708fb6e32fbf0 | b65c073bf5b743a197428159c0b5a1af018f5a3a | refs/heads/master | 2020-06-13T08:57:23.899683 | 2019-10-04T12:23:50 | 2019-10-04T12:23:50 | 194,607,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,951 | h | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef OPTIONSMODEL_H
#define OPTIONSMODEL_H
#include <QAbstractListModel>
extern bool fUseBlackTheme;
QT_BEGIN_NAMESPACE
... | [
"52383318+AUHtoken@users.noreply.github.com"
] | 52383318+AUHtoken@users.noreply.github.com |
f37e2ff5505e3007e41e5bd77db06808d9dcade1 | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/RcppAlgos/inst/include/CombPermResultPtr.h | 20929704ec5f755f57459958b84de37166e84d8e | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,284 | h | #ifndef COMB_PERM_RESULT_PTR_H
#define COMB_PERM_RESULT_PTR_H
#include "CombinationResults.h"
#include "PermutationResults.h"
template <typename T, typename U>
using combPermResPtr = void (*const)(T &matRcpp, const std::vector<U> &v,
std::vector<int> z, int n, int m, int strt, int nRows,
... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
317a06a99c0305c644cb8492ee8a559f427a2934 | c94dc44f5040cabdad07cbb2e4daa45ea00cfcb6 | /src/ABP.cpp | ee17c3e7b132649c37e3d695e54e89de255a5f20 | [
"MIT"
] | permissive | presunto7/test | cec5cb0aa8e11c4f7690cf7d9b0b3ef4a8011932 | 23b4d2efa877ae88f023e7231a92b62752e49340 | refs/heads/master | 2023-04-02T01:27:19.659246 | 2021-04-09T11:34:23 | 2021-04-09T11:34:23 | 346,517,160 | 0 | 1 | MIT | 2021-04-09T11:34:24 | 2021-03-10T23:10:14 | Python | UTF-8 | C++ | false | false | 1,510 | cpp | #include "ABP.h"
#include <Wire.h>
ABP::ABP(int i2c_adress)
{
this->m_i2c_adress = i2c_adress;
this->m_pressure_psi = 0;
this->m_pressure_cmh2o = 0;
Wire.begin();
}
ABP::~ABP()
{
}
void ABP::read_sensor()
{
uint16_t data = 0;
data = request_data();
this->m_pressure_psi = calculate_pres... | [
"bruno.vilaca.sa@gmail.com"
] | bruno.vilaca.sa@gmail.com |
78b762d2959fca6380ef60db100bb9d41f599c98 | d05f7e6ecf895dc553cdf596f00609d68b957d3f | /Source/Flanger.h | bd22a69da02fa48ed2271af422a5892aecea39ed | [] | no_license | kartikaygolcha/Clove-Synthesizer | e4e7509b8541826c332c9564426cf32198affd1c | ebb10e9b0b88ecacbbed2c53979e3c1ae19b5930 | refs/heads/master | 2022-05-25T01:01:09.637780 | 2020-05-04T01:13:37 | 2020-05-04T01:13:37 | 261,052,026 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,638 | h | /*
==============================================================================
Flanger.h
Class file for a Flanger/Chorus and a Delay Line
==============================================================================
*/
//Inclde Oscillators Class
#include "Oscillators.h"
/**
Class Flanger ... | [
"noreply@github.com"
] | noreply@github.com |
4e8180f50c8e32a7a25438cac39042c42d43efaf | c3b3dffa5c84a4de04934b699e645788d0fb370e | /GFG 11 Week/array/practice/rough.cpp | 3702dd74a7a41b15e310d4d34cd85e91232b5ff5 | [] | no_license | guptasajal411/problem-solving | ceb94cd4d5e010032af58193511ab07fcea6c3d6 | 24ab9f94c8da6a6d12302648fa1f1df507982518 | refs/heads/main | 2023-06-19T12:47:41.743573 | 2021-07-16T12:17:42 | 2021-07-16T12:17:42 | 343,034,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 935 | cpp | // { Driver Code Starts
//Initial template for C++
#include <bits/stdc++.h>
using namespace std;
// } Driver Code Ends
//User function template for C++
class Solution{
public:
int remove_duplicate(int array[],int n){
for (int i = 0; i < n + 1; i++){
for (int i = 1; i < n; i++){
... | [
"guptasajal411@gmail.com"
] | guptasajal411@gmail.com |
66230e2eaced3ec7222c3835b76b08999d41f770 | 00340ef958689a9be50c6a6c726cbfa344eb15f0 | /Unit/cscene.cpp | 34dc56889adf6a72aae0f50028159eb953942863 | [] | no_license | ikutoo/yggdrasil | b7d79d96922db5a9c94fc782f471f410444769c5 | 4d5e1ef0caec1e13425c097d98e11d87774e985b | refs/heads/master | 2021-01-17T23:02:00.955443 | 2017-03-07T14:45:43 | 2017-03-07T14:45:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,663 | cpp | /**************************************************************************
File: cscene.cpp
Author: Song Xiaofeng
Date: 2016-05-17
Description:
**************************************************************************/
#include "cscene.h"
#include <QBrush>
#include "Unit/basic_data_structure.h"
... | [
"1007833641@qq.com"
] | 1007833641@qq.com |
efe1f182ad2b02bfb95a1d4c6f205b1c405bb660 | ebc5e13e1a88de8479649734c7244d3fa62c5bd0 | /cursuri/users_code/amiel-21-7.cpp | f5059e6cfbcd28543777c8e9d013d08286fdd985 | [] | no_license | msorins/IronCoders | 9a1c84e20bca78a5f00ca02785f3617100749964 | 910713d6cfebeab2d88c19120a21238f17f3ff7f | refs/heads/master | 2021-01-23T08:29:12.189949 | 2019-02-24T09:35:37 | 2019-02-24T09:35:37 | 102,522,229 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | cpp | #include <iostream>
using namespace std;
int main()
{
int x,y;
cin>>x>>y;
if (x>5){
}
else
{
x<5;
cout << "Scrie un numar valid";
}
} | [
"root@server.mirceasorin.ro"
] | root@server.mirceasorin.ro |
9322d7527bb3e5be257a25fa1a168fb3d80dfb81 | fcdea24e6466d4ec8d7798555358a9af8acf9b35 | /Engine/mrayMath/Polygon2D.h | fd65a46f2443e65b54f9ae34f6f28d1772dd58e6 | [] | no_license | yingzhang536/mrayy-Game-Engine | 6634afecefcb79c2117cecf3e4e635d3089c9590 | 6b6fcbab8674a6169e26f0f20356d0708620b828 | refs/heads/master | 2021-01-17T07:59:30.135446 | 2014-11-30T16:10:54 | 2014-11-30T16:10:54 | 27,630,181 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,083 | h |
/********************************************************************
created: 2009/02/01
created: 1:2:2009 19:32
filename: i:\Programing\GameEngine\mrayEngine\mrayEngine\include\Polygon2D.h
file path: i:\Programing\GameEngine\mrayEngine\mrayEngine\include
file base: Polygon2D
file ext: h
author: Mo... | [
"mrayyamen@gmail.com"
] | mrayyamen@gmail.com |
e9668051a77652285482481ec2d62a9df2e924a2 | b8f91f0f394874af500f1b9757fc37274bad28cc | /huffman_testing.cpp | 2d409fc156d614b671298f77dbfa3cfb28d8ab0e | [] | no_license | HelenYO/Huffman | ca95b24135e364eb8ccb8480ae0dd8d56ec81d97 | b71c8d227429d5bb9747a099d2f57f5228406758 | refs/heads/master | 2020-03-31T02:25:24.798901 | 2018-10-06T13:31:10 | 2018-10-06T13:31:10 | 151,822,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,368 | cpp | #include <sstream>
#include <random>
#include "gtest/gtest.h"
#include "lib/huffman.h"
namespace {
std::string compress_decompress(std::string const& str) {
std::istringstream in(str);
std::ostringstream compressed_out;
compress(in, compressed_out);
std::istringstream compressed_in... | [
"noreply@github.com"
] | noreply@github.com |
854b3d90b35f38e0e4452fec9c4e534029efc898 | c1e31e0ec70f3cc1caa2e17f07fe1e1a01301bbe | /widgets/ui_aboutdialog.h | b795fd116e91b3dd924c329c32ebdab226c8d87a | [] | no_license | pm19960106/painttyWidget | ca1c20c0570853d0fdb1456ab6c71cc9e3979418 | 01dea25dc559fd64026a78ca0bbc1fab3746fa0e | refs/heads/master | 2021-01-18T15:57:17.630904 | 2013-02-20T08:25:29 | 2013-02-20T08:25:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,930 | h | /********************************************************************************
** Form generated from reading UI file 'aboutdialog.ui'
**
** Created by: Qt User Interface Compiler version 5.0.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*********************************... | [
"liuyanghejerry@126.com"
] | liuyanghejerry@126.com |
31c0627f763c6d6e27ecc89058f53e793c0d31f4 | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MK70F12/include/arch/reg/mcg.hpp | 6358d0eaca313ae824e48448f279596a3e76409a | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,702 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
87103a9d2d162d21c05ad2bf383fde71ff1f958d | 5396e20b5eee35bf19de2fd54fd2d1817963defb | /IllusionEngine/src/ResourceManagement/ResourceManager.cpp | 9a73ea86ffa288a16774e0683a94eb359436cf28 | [] | no_license | Mesiow/Illusion-Engine | de302ff1d611a1551caf4773c4602617af4a980e | 0d48de78ef65e162cdd146936628d726b2856b29 | refs/heads/master | 2020-04-23T23:38:55.518978 | 2019-04-05T19:41:30 | 2019-04-05T19:41:30 | 171,542,901 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 383 | cpp | #include "../pcHeaders.h"
#include "ResourceManager.h"
namespace Illusion
{
////
std::unordered_map<std::string, sf::Texture> ResourceManager::textures;
std::unordered_map<std::string, sf::Font> ResourceManager::fonts;
std::unordered_map<std::string, sf::SoundBuffer> ResourceManager::sounds;
////
std::unordered... | [
"34993144+Mesiow@users.noreply.github.com"
] | 34993144+Mesiow@users.noreply.github.com |
545831aef0a36dbe18bb828d10c21cca9cd44449 | f26ac91ea049d25c4b716455899aa79fff89a991 | /CODES/UPSOLVING/2/Pruebas Individuales UCLV - Graphs/d.cpp | c9c7a63f480c87c667bff9716decdc246e0bf57b | [] | no_license | Saborit/CODING | 3490f8eae1b2ed9b39932eaad5422ce649e26b4d | 07c1e345f846f8f2d70d977f73838ee82187b329 | refs/heads/master | 2020-12-27T20:31:50.622995 | 2020-02-19T21:10:27 | 2020-02-19T21:10:27 | 238,040,809 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,624 | cpp | /* Code by Saborit */
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
#define MX 405
#define INF (1<<30)
#define EPS 1e-9
#define MOD 1000000007
#define mid (x+xend)/2
#define izq nod*2
#define der nod*2+1
#define fr first
#define sc second
#define pb push_back
#de... | [
"lsaborit@uclv.cu"
] | lsaborit@uclv.cu |
7c030b4089cbd24d2fa83f411de5549f42f08865 | e1fbc8e53b950097f521278b53b5b00a4f5d62db | /logsetuplib/main.cpp | 6448be6fc69f690ea42bfa193674104e7e3807e6 | [
"MIT"
] | permissive | pgorsira/nheqminer | e9ac5ef4b6a06ddf465b29d06c25d2e3544bf87e | 45660cd104c1aab8593bba71072840cc38d0c76c | refs/heads/master | 2021-05-03T21:35:16.087426 | 2016-10-20T20:44:07 | 2016-10-20T20:44:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,025 | cpp | #include <iostream>
#include <boost/log/core.hpp>
#include <boost/log/trivial.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/utility/setup/console.hpp>
#include <boost/log/attributes.hpp>
#include <boost/log/support/date_time.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
namespace log... | [
"krsticch@gmail.com"
] | krsticch@gmail.com |
59bc1313586c06f080a3af4380d66f6c189ee588 | 17dbbbdc6bd3fe56a466d97f674b735720da60a5 | /android_webview/browser/gfx/aw_draw_fn_impl.cc | 0f950696e45c48be7cbfdc3171606732379e36b0 | [
"BSD-3-Clause"
] | permissive | aileolin1981/chromium | 3df50a9833967cf68e9809017deb9f0c79722687 | 876a076ba4c2fac9d01814e21e6b5bcb7ec78ad3 | refs/heads/master | 2022-12-21T09:32:02.120314 | 2019-03-21T02:41:19 | 2019-03-21T02:41:19 | 173,888,576 | 0 | 1 | null | 2019-03-05T06:31:00 | 2019-03-05T06:31:00 | null | UTF-8 | C++ | false | false | 26,999 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "android_webview/browser/gfx/aw_draw_fn_impl.h"
#include <utility>
#include "android_webview/browser/gfx/aw_vulkan_context_provider.h"
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
35c6aeec148154f028830344ae820f92195dbf30 | 9b9d58d50fe12c2eaa697a1ecee581a5bd74654c | /src/graphDraw.cpp | f5eeea55035cb3ac835fe9821666e9a714c82b4f | [] | no_license | janosimas/graph_drawing | 1226539df059686596a8cb4aa6d6334dc49395e9 | 357b7f4f33c6cee98f8693cfdb0eff93c974b647 | refs/heads/master | 2021-08-30T23:46:10.692582 | 2017-11-28T17:25:57 | 2017-11-28T17:25:57 | 112,585,655 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,256 | cpp | #include "graphDraw.hpp"
#include <Magnum/DefaultFramebuffer.h>
#include <Magnum/Math/Vector3.h>
#include <Magnum/Platform/Sdl2Application.h>
GraphDraw::GraphDraw(const BaseGraph& graph) : _graph(graph){}
std::pair<float, float> GraphDraw::coordinates(const Node& node) {
auto diff = (2.*3.14)/_graph.nodes.size();
... | [
"janosimas@gmail.com"
] | janosimas@gmail.com |
fb295cf031e56c435d9add7b6951adfec0da756d | 0132e5a2f893aab73bdb3197bfcd063ad807463e | /include/elikos_roomba/ArenaManager.h | 04e379dc9b50c1be0bf2a2bc3bc9ec19cdd0392c | [] | no_license | ganwy2017/elikos_roomba | 4d1a591bcdb61ff745b1e03475330223995d95f1 | bcdcd3bb02c02160f2b8314eb03356dcf1cacfa2 | refs/heads/master | 2020-03-21T19:46:38.609086 | 2018-03-11T02:38:38 | 2018-03-11T02:38:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,142 | h | #ifndef ARENA_MANAGER_H
#define ARENA_MANAGER_H
/**
* \file ArenaManager.h
* \brief NOT WORKING
* \author christophebedard
*/
#include "elikos_roomba/ServiceRedirect.h" // use topic names, service names, and other values
#include "elikos_roomba/robot_viz.h"
#include <tf/transform_listener.h>
class ArenaMa... | [
"chrisvolkoff@gmail.com"
] | chrisvolkoff@gmail.com |
76bd5a81854d97aea891bc3c39b0c3ac69252fe4 | 80842a8223f9e97826916e98bdb75dddc8bed82b | /action/RemoveFloorBlockAction.h | 16d424578d213d03089186c54365f841772de41b | [] | no_license | TWVerstraaten/Blocks | 4cbd3f892f2b5202d2df30afe42c43b73e69a150 | 13268ab0c2e146a5d35d93c005b8b74c23872f3c | refs/heads/master | 2023-03-01T20:36:38.823087 | 2021-02-09T00:37:10 | 2021-02-09T00:37:10 | 321,815,870 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h | //
// Created by teunv on 1/19/2021.
//
#ifndef BLOCKS_REMOVEFLOORBLOCKACTION_H
#define BLOCKS_REMOVEFLOORBLOCKACTION_H
#include "AddFloorBlockAction.h"
namespace action {
class RemoveFloorBlockAction : public AddFloorBlockAction {
public:
RemoveFloorBlockAction(model::Level* level, model::FLOOR_... | [
"t.w.verstraaten@rug.nl"
] | t.w.verstraaten@rug.nl |
48c1631903c085c807d97c85f11f3c8cac3eb10f | 887f3a72757ff8f691c1481618944b727d4d9ff5 | /third_party/gecko_1.9.1/linux/gecko_sdk/include/nsIDOMHTMLLegendElement.h | 73c4c95a8936abc6888d6e23e96e9d7a26584abd | [] | no_license | zied-ellouze/gears | 329f754f7f9e9baa3afbbd652e7893a82b5013d1 | d3da1ed772ed5ae9b82f46f9ecafeb67070d6899 | refs/heads/master | 2020-04-05T08:27:05.806590 | 2015-09-03T13:07:39 | 2015-09-03T13:07:39 | 41,813,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,027 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/moz2_slave/mozilla-1.9.1-linux-xulrunner/build/dom/public/idl/html/nsIDOMHTMLLegendElement.idl
*/
#ifndef __gen_nsIDOMHTMLLegendElement_h__
#define __gen_nsIDOMHTMLLegendElement_h__
#ifndef __gen_nsIDOMHTMLElement_h__
#include "nsIDOMHTMLElement.h"
#endif
/* ... | [
"gears.daemon@fe895e04-df30-0410-9975-d76d301b4276"
] | gears.daemon@fe895e04-df30-0410-9975-d76d301b4276 |
522ef7bd1876212f202a9bbe7a89c00bb6fbfca7 | 721b2e5596c314aacde4238dea00b1281a1042d5 | /bitmapfontgenerator-gui/textureatlaseditor.h | f3bffae55f5ff752b268d43ecc3ef14d7324d0e1 | [
"MIT"
] | permissive | Phault/BitmapFontGenerator | 7ee68b551360b995813d75a2e341ec874a32475d | 32007bb65742637f66e948d2b1ebea9d26dd4006 | refs/heads/master | 2020-03-26T17:10:07.510696 | 2018-08-17T16:46:09 | 2018-08-17T16:49:09 | 145,145,349 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 617 | h | #ifndef BITMAPOPTIONS_H
#define BITMAPOPTIONS_H
#include "fonteditorwidget.h"
#include <QWidget>
namespace Ui {
class TextureAtlasEditor;
}
class TextureAtlasEditor : public FontEditorWidget
{
Q_OBJECT
public:
explicit TextureAtlasEditor(FontGenerator &generator, QWidget *parent = nullptr);
~TextureAt... | [
"casper.developer@gmail.com"
] | casper.developer@gmail.com |
666443216ed626aeb2c273799fb5ef2468005cce | d65407dec2786f84be13596a78530ff4633ad9a7 | /ui/UI_Button.cpp | af1bd6f2a996cca088808a3103e97bc709e6f5d6 | [] | no_license | vincentdar/LUCY | 78a7d669bc722301c019e2119f16b6ab349ca3d9 | 694fa3507b33fb48f894c96ecc184bd7205e19d3 | refs/heads/master | 2022-11-05T04:57:42.525718 | 2020-06-26T01:46:36 | 2020-06-26T01:46:36 | 263,029,292 | 0 | 0 | null | 2020-06-23T13:36:44 | 2020-05-11T11:58:37 | C++ | UTF-8 | C++ | false | false | 3,486 | cpp | #include "UI_Button.h"
#include "../Utils.h"
namespace UI {
void Button::init() {
}
void Button::handleInput(sf::Event & event, sf::RenderWindow & window)
{
if (!enabled) return;
if (isHovered(event, window)) {
hovered = true;
}
else {
hovered = false;
}
if (isClicked(event, window)) {
... | [
"matthew.sutanto0612@yahoo.com"
] | matthew.sutanto0612@yahoo.com |
8a0efb431996c317dfece21df3b627592ab81fa4 | c6eb77cfdd6131e72aca7d276112c415ccf74b73 | /CourseEra_specialization/ALGORITHMIC_TOOLBOX/week 2/fibo.cpp | 87cf1305f8e2a0474ec859f850e20c767c461618 | [] | no_license | kailasmanivannan/DATA_STRUCTURES_AND_ALGOS | 09b1277d5ccc3ad7b80029030495951689b2f6c8 | 96508afe718d8a2828fbd1e633f1878a2779177e | refs/heads/master | 2021-06-26T02:40:43.932862 | 2021-05-30T16:19:25 | 2021-05-30T16:19:25 | 225,181,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | #include<iostream>
#include<vector>
using namespace std;
int main(){
int n;
cin>>n;
vector <int> ar(n+1);
ar[0]=0;
ar[1]=1;
for(int j = 2 ;j <= n ; j++){
ar[j]=ar[j-1]+ar[j-2];
}
cout<<ar[n];
return 0;
} | [
"noreply@github.com"
] | noreply@github.com |
d588b0fae9d295f5cedcaa4106de71fd0befe9b9 | ae2ab980d7b678c2f21733916b3e8295d99571ef | /1º AÑO/1ºCuatrimestre/FP/Practicas/Practica 2/Relacion ejercicio 1/ejercicio 5, nueva if else.cpp | 4329855eac8f453ce8be652b2d52b5cfd602db61 | [] | no_license | thejosess/Informatica-UGR | 2f1a45804e2a6c3a91876ff049a0a375f213a3b0 | 7ac9bf5aa75f29988b798e508c8d3332a4e92d21 | refs/heads/master | 2021-06-18T21:40:09.496409 | 2021-06-11T14:22:56 | 2021-06-11T14:22:56 | 216,213,168 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,366 | cpp | //Ejercicio 5
#include <iostream>
using namespace std;
int main()
{
//Entrada
int numero_1 , numero_2 , numero_3 ;
cout << "Introducir numero entero distinto a 0 : " ;
cin >> numero_1 ;
cout << "Introducir numero entero distinto a 0 : " ;
cin >> numero_2 ;
cout << "Introducir... | [
"santossalvador@correo.ugr.es"
] | santossalvador@correo.ugr.es |
adb5a024112739377396d98108ca5ab2ed046f67 | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/FilterListInSystem/UNIX_FilterListInSystem_TRU64.hxx | 033091e2f18dd8c868e3f71e929bca151a1a67dc | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,821 | hxx | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
ca95b0dba24bc175d94e7dda057d937a08b7b1b4 | 0e029609eca453668ee52c5e95364abea91e80cf | /src/ThresholdParameter.h | 2522c873b5fa757b8ca502ee03abd97a7ad2d826 | [] | no_license | asw221/thresh | d56d77f95301ffa7e4483c814e70bb8dba6566f4 | 861fa218739fc36f90a67b4a964b97f90cce3ac5 | refs/heads/master | 2020-12-02T06:15:31.122161 | 2017-08-10T23:02:34 | 2017-08-10T23:02:34 | 96,805,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,766 | h |
#ifndef _THRESHOLD_PARAMETER_
#define _THRESHOLD_PARAMETER_
#include <Eigen/Core>
#include <Eigen/SparseCore>
#include <cmath>
#include <random>
#include <algorithm>
#include "RandWalkParam.h"
#include "ThreshCoef.h"
class ThresholdParameter
{
private:
double _data;
double Min;
double Max;
RandWalkParam<> w... | [
"AprilVKwong@April-Kwongs-MacBook-Pro.local"
] | AprilVKwong@April-Kwongs-MacBook-Pro.local |
e65dee5e12afa7cc259ab9c00bf92c087dcbba5c | f8327fe3a6c6c743a42dc5a2574c14be8e1ea8b2 | /star.h | a9cf2ac98bc900778c24899433c5584fe076b9d6 | [] | no_license | AdamGinna/StarSystem | fa16ac8d9ba2bc90230ed21670ccdfa5f6710b82 | f94cb5f494035c6d36d1e300ffa02072758daadb | refs/heads/master | 2020-07-27T08:07:21.613405 | 2019-09-05T15:36:22 | 2019-09-05T15:36:22 | 209,024,545 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 359 | h | #ifndef STAR_H
#define STAR_H
#include "sphere.h"
class Star : public Sphere
{
public:
Star(int x, int y, int z, double radius, double lightIntesity)
:Sphere(x, y, z, radius)
{this->lightIntensity = lightIntesity;}
double getIntensity();
private:
double lightIntensity;
double mass;
QV... | [
"adam.ginna.work@gmail.com"
] | adam.ginna.work@gmail.com |
f1c24c3b07ae41976c8c2cb07b684da1e922fc5f | b77349e25b6154dae08820d92ac01601d4e761ee | /Image Processing/GradualChange/GradualChange.h | a0fd26692e522099c22d3e46afc148a24e7d968d | [] | no_license | ShiverZm/MFC | e084c3460fe78f820ff1fec46fe1fc575c3e3538 | 3d05380d2e02b67269d2f0eb136a3ac3de0dbbab | refs/heads/master | 2023-02-21T08:57:39.316634 | 2021-01-26T10:18:38 | 2021-01-26T10:18:38 | 332,725,087 | 0 | 0 | null | 2021-01-25T11:35:20 | 2021-01-25T11:29:59 | null | UTF-8 | C++ | false | false | 1,384 | h | // GradualChange.h : main header file for the GRADUALCHANGE application
//
#if !defined(AFX_GRADUALCHANGE_H__E1BE1F3C_3404_41DF_8FC3_1E926B20D61A__INCLUDED_)
#define AFX_GRADUALCHANGE_H__E1BE1F3C_3404_41DF_8FC3_1E926B20D61A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#... | [
"w.z.y2006@163.com"
] | w.z.y2006@163.com |
36d9ebdfe715437bdecbf1b7f75c07692f00c684 | 166729f27064d7565dac923450bd41c2fe6eb7a4 | /logdevice/common/configuration/nodes/NodesConfigurationStore.h | 176a8b02067a49016956fa778368f95df2ad4037 | [
"BSD-3-Clause"
] | permissive | abhishekg785/LogDevice | 742e7bd6bf3177056774346c8095b43a7fe82c79 | 060da71ef84b61f3371115ed352a7ee7b07ba9e2 | refs/heads/master | 2020-04-17T05:26:15.201210 | 2019-01-17T14:18:09 | 2019-01-17T14:23:57 | 166,278,849 | 1 | 0 | NOASSERTION | 2019-01-17T18:53:23 | 2019-01-17T18:53:22 | null | UTF-8 | C++ | false | false | 3,940 | h | /**
* Copyright (c) 2018-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <type_traits>
#include <unordered_map>
#include <folly/Function.h>
#include <folly/... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
0168d203d70c65194d765cfa6ddebcea58780022 | 037d518773420f21d74079ee492827212ba6e434 | /blaze/util/constraints/Builtin.h | 5e56b1c7060732f5199f015e06cd048f6e450997 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,914 | h | //=================================================================================================
/*!
// \file blaze/util/constraints/Builtin.h
// \brief Constraint on the data type
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can redistribu... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
27e7ccf586310511b72468454117a11cfededff5 | 52180c66d580f87fd69d154e2077d0016f70504f | /PetriNet/PetriNet/LbfToPrimitiveSeparator.cpp | 323d8f3c2863947458955c0e20400dfeea49b25a | [] | no_license | BrotherhoodOfGrant/petri_logistics | 2c8fc9c47961a0c3cddc24b7616a0d646d24035c | a11fb76e1ee9c7976c8cbca987c0a67d243ccf51 | refs/heads/master | 2016-09-01T05:14:26.423368 | 2015-11-06T19:59:28 | 2015-11-06T19:59:28 | 44,558,129 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | #include "stdafx.h"
#include "LbfToPrimitiveSeparator.h"
Petri_Net* LbfToPrimitiveSeparator::Separate(_In_ Petri_Net& lbfNet, _Out_ Matrix* tensor)
{
return NULL;
}
LbfToPrimitiveSeparator::LbfToPrimitiveSeparator()
{
}
LbfToPrimitiveSeparator::~LbfToPrimitiveSeparator()
{
}
| [
"c016s006b017@mail.ru"
] | c016s006b017@mail.ru |
68dffd230a06a8d8829cf5b9c34011c8493c8adc | 827405b8f9a56632db9f78ea6709efb137738b9d | /CodingWebsites/WHU_OJ/test.cpp | e9d500476dec470638de0fe4f43e06a878be75c0 | [] | no_license | MingzhenY/code-warehouse | 2ae037a671f952201cf9ca13992e58718d11a704 | d87f0baa6529f76e41a448b8056e1f7ca0ab3fe7 | refs/heads/master | 2020-03-17T14:59:30.425939 | 2019-02-10T17:12:36 | 2019-02-10T17:12:36 | 133,694,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 178 | cpp | #include <iostream>
#include <cstdlib>
#include <cstdio>
#include <cstring>
using namespace std;
int main(){
string a = "";
printf("%d\n",a == "");
return 0;
}
| [
"mingzhenyan@yahoo.com"
] | mingzhenyan@yahoo.com |
aa4097e7ebf87ab61184d4bb7517a3154dc23b64 | 3ae80dbc18ed3e89bedf846d098b2a98d8e4b776 | /header/DB/SQLGenerator.h | 707175b256c1793afe21505af10f0b8f346104dd | [] | no_license | sswroom/SClass | deee467349ca249a7401f5d3c177cdf763a253ca | 9a403ec67c6c4dfd2402f19d44c6573e25d4b347 | refs/heads/main | 2023-09-01T07:24:58.907606 | 2023-08-31T11:24:34 | 2023-08-31T11:24:34 | 329,970,172 | 10 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 1,891 | h | #ifndef _SM_DB_SQLGENERATOR
#define _SM_DB_SQLGENERATOR
#include "DB/PageRequest.h"
#include "DB/SQLBuilder.h"
#include "DB/TableDef.h"
namespace DB
{
class SQLGenerator
{
public:
enum class PageStatus
{
Succ,
NoOffset,
NoPage
};
public:
static void AppendColDef(DB::SQLType sqlType, DB::SQLBuilde... | [
"sswroom@yahoo.com"
] | sswroom@yahoo.com |
2d0f2a1e103ac7f113f05b068a657c068044a953 | 4fc5c01bbe09b045f52c7e5625797779c8db2b85 | /EngineeringDepartment.h | 59b4b9de6a06a12fc6877dfad174d38bd1604bd7 | [] | no_license | 214Project2020/214-Project-RC | 3ff15c2b7aad39ceb35509ab6cf1ff9aee6ad8ff | 463dd0716d538c5281b4ae9e8d1d76cd1fbcbd57 | refs/heads/main | 2023-01-09T00:52:14.950126 | 2020-11-09T19:04:06 | 2020-11-09T19:04:06 | 300,345,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 644 | h | #ifndef ENGINEERINGDEPARTMENT_H
#define ENGINEERINGDEPARTMENT_H
#include "CurrentSeasonDepartment.h"
#include "NextSeasonDepartment.h"
#include "ElectronicsCurrentSeason.h"
#include "AerodynamicsCurrentSeason.h"
#include "EngineCurrentSeason.h"
#include "ChassisCurrentSeason.h"
#include "ElectronicsNextSeason.h"
#incl... | [
"mattywoodx@gmail.com"
] | mattywoodx@gmail.com |
45fc7ad07b5747c3638bf365ff6d2595e2a656f8 | 5ac691580c49d8cf494d5b98c342bb11f3ff6514 | /AtCoder/abc178/abc178_d.cpp | 7332ba87a4b72b781f5d925b6d89e6f687a83a1a | [] | no_license | sweatpotato13/Algorithm-Solving | e68411a4f430d0517df4ae63fc70d1a014d8b3ba | b2f8cbb914866d2055727b9872f65d7d270ba31b | refs/heads/master | 2023-03-29T23:44:53.814519 | 2023-03-21T23:09:59 | 2023-03-21T23:09:59 | 253,355,531 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 818 | cpp | #pragma warning(disable : 4996)
#include <bits/stdc++.h>
#define all(x) (x).begin(), (x).end()
using namespace std;
typedef long long ll;
typedef long double ld;
typedef vector<ll> vll;
typedef pair<ll, ll> pll;
typedef pair<ld, ld> pld;
typedef tuple<ll,ll,ll> tl3;
#define FOR(a, b, c) for (int(a) = (b); (a) < (c); ++... | [
"sweatpotato13@gmail.com"
] | sweatpotato13@gmail.com |
742408e4e8d723dc76370a7a41704c87fe35ccd1 | a7cfc8c4cf0f9514c4056dd599d5c97595d21444 | /ProyectoGraficas1/ProyectoGraficas1/APase.h | b88c3d8b1e738386efe5f24b58f9e2a2aa15d3a6 | [] | no_license | arlo999/Graficas1_Axel | 7bfe974f7b5e534e71a4a1c290f9b225cf091b9c | eee1b7295a7f3b64ab058d5d977a5972fce6b495 | refs/heads/main | 2023-06-16T13:04:55.647068 | 2021-07-13T01:42:14 | 2021-07-13T01:42:14 | 328,456,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,019 | h | #pragma once
#include "AModel.h"
#include <iostream>
#include <vector>
#include "GraphicsModule.h"
#include "AShader.h"
#if defined(DX11)
#include <d3d11.h>
#include <d3dx11.h>
#include <d3dcompiler.h>
#include <xnamath.h>
#endif
class APase
{
public:
APase();
APase(bool _PostProceso);
APase(int _typePase);
~... | [
"59717448+arlo999@users.noreply.github.com"
] | 59717448+arlo999@users.noreply.github.com |
8610e1e292c90dc1d54b84e14bf0a694011f0247 | 2dd50afaa6def54b13af4337383871b1fecfd422 | /Source/Input/TouchDispather.h | 9caeb4099dce5b4e4393fcfdd89082997387327d | [
"MIT"
] | permissive | redchew-fork/Dorothy-SSR | cee73f9bba569295f8f71b614cc59d3266cc77b3 | 1874254224a5e83617b799795be1bfa4c8b707ac | refs/heads/master | 2023-04-16T07:35:24.060383 | 2021-04-25T00:07:53 | 2021-04-25T00:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,997 | h | /* Copyright (c) 2021 Jin Li, http://www.luvfight.me
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, merge, publi... | [
"dragon-fly@qq.com"
] | dragon-fly@qq.com |
b2c2189f2a8b8e6ebc983bce710791822091878d | a79fbaa0083667aa86d044c588874774ece57f28 | /api_arv/lib/homography/src/sources/NR/.svn/text-base/transpose.cc.svn-base | 0775c902cd0ebc04a55c9fe3751a67fae647e68c | [] | no_license | VB6Hobbyst7/RVProject | c04b88f27ac8a84f912ec86191574d111cd8fc6c | 0e2461da5ae347fb5707d7e8b1ba247a24bd4a9a | refs/heads/master | 2021-12-02T07:29:24.001171 | 2011-01-28T17:04:46 | 2011-01-28T17:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | #ifndef __tvNR_transpose__
#define __tvNR_transpose__
// res[1..c][1..r] returns the transposed matrix of a[1..r][1..c]
template <class T>
void tvNR_transpose (T** a, T** res, int r, int c)
{
int i, j;
for (i = 1; i <= r; i++)
for (j = 1; j <= c; j++)
res[j][i] = a[i][j];
}
#endif
| [
"meuh@Rosalie.(none)"
] | meuh@Rosalie.(none) | |
58263258bfe987ddf88ae57c9608f69bdb390bc7 | c514c249ccfde74560a1f1eb436bc273ec4fc69e | /college_assignments/Assignment6/impsel.cpp | 4eb99d9928e54421aa297a94cde203565c22a6f7 | [] | no_license | rishusingh022/Data-structures_prac | 9c3d4f651cabba62a0ba31c489daec0b4975dd44 | 6c3eedd7eb2fa47c391809f2eceab7492e62b4b4 | refs/heads/main | 2023-01-12T07:20:11.738030 | 2020-11-13T11:43:29 | 2020-11-13T11:43:29 | 310,329,912 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 913 | cpp | #include<bits/stdc++.h>
using namespace std;
void solve()
{
int n;
cout<<"Enter no. of elements in array: ";
cin>>n;
vector<int> x(n);
cout<<"Enter elements of array: ";
for(int i = 0;i<n;i++)
{
cin>>x[i];
}
int i,j;
for(i = 0,j = n-1;i<j;i++,j--)
{ int minimum = x[i],ma... | [
"rishusingh022@gmail.com"
] | rishusingh022@gmail.com |
9ca3495cbccc10ad2d03bf700aeb003ba6ce7518 | cd8783d914d71e1b9437f195f6c1c98d1844a26b | /Practica5/glwidget.cpp | 961fe38ba60522d82a87bd3a56eb5623e41c67a0 | [
"MIT"
] | permissive | MarcosAlarconRivas/IGr | 916143ea77cc894eb446cd481305c05be59ccff3 | 5f347880fdf346d2b798c7c5106fadc36a3d3867 | refs/heads/master | 2021-01-22T14:25:04.811749 | 2014-05-27T09:26:24 | 2014-05-27T09:26:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,013 | cpp | #include "glwidget.h"
#include "trglpipe.h"
static const double k = 2;
static V3D rusa0(double t){
return V3D(3*cos(t), 2*cos(1.5*t), 3*sin(t))*k;
}
static V3D rusa1(double t){
return V3D(-3*sin(t), -3*sin(1.5*t), 3*cos(t))*k;
}
static V3D rusa2(double t){
return V3D(-3*cos(t), -4.5*cos(1.5*t), -3*sin(t)... | [
"marcos.alarcon@ucm.es"
] | marcos.alarcon@ucm.es |
356c3f288fb3c6f4fd961b75a0f8dc78a115dd2c | 0b6d16678c8f802eb1c72992f832c137a4c6e05a | /include/wtf/font.hpp | a4f6165bf542365bfc2743103a34b9c16742bd10 | [
"BSL-1.0"
] | permissive | dmott-eyelock/wtf | 6dbdedaa973bea84caa9486c894e46464ebc9f1f | c232d89cdf9817c28c4c4937300caf117bcb6876 | refs/heads/master | 2023-03-21T14:35:31.645411 | 2018-12-22T09:42:09 | 2018-12-22T09:42:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,134 | hpp | /** @file
@copyright David Mott (c) 2016. Distributed under the Boost Software License Version 1.0. See LICENSE.md or http://boost.org/LICENSE_1_0.txt for details.
*/
#pragma once
namespace wtf {
struct font : private LOGFONT {
using map = std::map<tstring, font>;
font() = delete;
~font() = ... | [
"mott.david.j@gmail.com"
] | mott.david.j@gmail.com |
bc6ae272cab1eed6b88d2da4114493ed8ad09235 | 4fed64b845eac6df62e6ac8813d2aeff05262f46 | /p2/GrTown/BHLights.h | ec45b8f754d4d5463e6dabe04348fcaf642c3d70 | [] | no_license | xiangzhi/cs559-Fall2014 | a397c2f0e0a318b1e58803354ceb5c1a1bf9caf9 | 9fa59ace18407f22f92024d6e8ee28ece2392ccc | refs/heads/master | 2020-12-07T00:43:31.796307 | 2014-12-13T04:43:15 | 2014-12-13T04:43:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | h | //CS559 - Project 2 - Xiang Zhi Tan
//BHLight.h
//A class that creates a cone of light using surface of revolution
#pragma once
#include "GrObjectVBO.h"
class BHLights :
public GrObjectVBO
{
public:
BHLights();
//it takes in the object it is tracking
BHLights(GrObjectVBO* BH, GrObjectVBO* track);
~BHLights... | [
"tan.xiang.zhi@gmail.com"
] | tan.xiang.zhi@gmail.com |
35a00d677a2b6786b20257cd71a138c741490daa | d9c1f9fd6353be7cd2eca1edcd5d15f7ef993d98 | /Qt5/include/QtQml/5.12.2/QtQml/private/qv4instr_moth_p.h | 2ca8f692b86ae28ab4ae4da0485b35e5ba2ca30c | [] | no_license | LuxCoreRender/WindowsCompileDeps | f0e3cdba92880f5340ae9df18c6aa81779cbc2ea | f96d4b5a701679f3222385c1ac099aaf3f0e0be9 | refs/heads/master | 2021-12-28T20:20:19.752792 | 2021-11-25T16:21:17 | 2021-11-25T16:21:17 | 113,448,564 | 3 | 8 | null | 2019-11-06T09:41:07 | 2017-12-07T12:31:38 | C++ | UTF-8 | C++ | false | false | 24,488 | h | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | [
"35339386+acasta69@users.noreply.github.com"
] | 35339386+acasta69@users.noreply.github.com |
8b9df7bee20272be3e6da1b729166e5a38a3aab2 | e2dd3667a2d702d0f1c94ffa181003cde7ea80e6 | /Level_4/Homework/Section_2_5/Exercise_3/Array.cpp | 58e5a3078277e17ce823299e3cba2913c55e108c | [] | no_license | jeffsnguyen/Quantnet_Cplusplus | b413cd56d6a1e4b102bcc9428db6c637d0605321 | 4304019fb64f4ae2c00dd5bbc8e3792c31e544e2 | refs/heads/master | 2023-07-20T15:20:47.188271 | 2021-09-06T03:15:23 | 2021-09-06T03:15:23 | 368,723,670 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,738 | cpp | // Type: Homework
// Level: 4
// Section: 2.4 Basic Operators Overloading
// Exercise: 3
// Description: Source file contains functionalities for class Array()
// It is easy to forget to delete memory created with new.
// A good practice is to let a class manage memory.
// Then the client of that class does not have to... | [
"son.jeff.nguyen@gmail.com"
] | son.jeff.nguyen@gmail.com |
5df0f31570b707b9a55248b4d08e1811ca478748 | 2f9a425e8f5d034da4d35c9f941ff609cb232883 | /poj/2945/POJ_2945_2386755_AC_1421MS_1640K.cpp | f66abd77f9e3ab0d73e983d3775d7e6a1333b326 | [] | no_license | wangyongliang/nova | baac90cd8e7bdb03c6c5916fbab9675dabf49af5 | 86b00b1a12f1cc6291635f31a33e791f6fb19d1a | refs/heads/master | 2022-02-18T05:35:02.447764 | 2019-09-08T02:22:06 | 2019-09-08T02:22:06 | 10,247,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 523 | cpp | #include<iostream>
#include<map>
#include<string>
#include<memory>
using namespace std;
string name[20000];
int out[20001];
int main()
{
int n,m,c;
string str;
map<string,int> mp;
while(cin >> n >> m && m+n){
mp.clear();
c = 0;
for(int i = 0; i < n; i++){
cin >> str;
if(mp[str] == 0)
... | [
"wangyongliang.wyl@gmail.com"
] | wangyongliang.wyl@gmail.com |
ca3846eaacb39b0c54c53eac286eb8653cafcf69 | f66f564631e5971978572306023a7641956e3052 | /ps/ps/geometric_calibration.cpp | 89569d86c9d83405e8acb87ed0f4e3af5ac9992b | [] | no_license | sophie-greene/c-CompVis | d777a347f27beaa940eed44ec5f82f6bf6a4bb7b | 48d2a78f5c2471dc9c7442f22bd3d84e739678aa | refs/heads/master | 2020-07-01T17:05:40.798036 | 2016-11-20T12:13:43 | 2016-11-20T12:13:43 | 74,271,732 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,608 | cpp |
#include "geometric_calibration.h"
#define CAM_NUM 8
using namespace std;
//using namespace cv;
/****************************************************************
Read camera matrix and distorsion coefficients from file
Input:
file_name: file.yml
cameraMatrix: cv::Mat where to store the camera matrix
distCoef... | [
"eng.s.green@gmail.com"
] | eng.s.green@gmail.com |
84607e8f3c55b01754047e1cce37bf87a402fea7 | 37ef8e3de7defdc1ec2658c26f5711b16f0dd66d | /GoogleTests/GoogleTests/Sector_containerTest.cpp | 6e19b9cfd51b3f1348d43abc9262fe35346d7635 | [] | no_license | hohlov06/CPP_for_Kuchin | 57d950fd1bddadacf9d22c44a2be924e1977e87b | fb1d598d94bb7f42c72474dc19af1f407eca7878 | refs/heads/master | 2020-04-24T10:14:26.243155 | 2019-06-11T16:42:48 | 2019-06-11T16:42:48 | 171,887,001 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 5,023 | cpp | #include "pch.h"
// Для запуска этого файла раскомментировать , если закомментировано
// Закомментировать во всех остальных cpp всё, что ниже #include "pch.h"
// либо исключить из проекта все остальные cpp
//
//#include "../../Sector_container/Sector_container/SectorContainer.h"
//
//
//#include <iostream>
//#include ... | [
"43324895+hohlov06@users.noreply.github.com"
] | 43324895+hohlov06@users.noreply.github.com |
8dc1f984f4b83ef6dedddad631c147db3f3c8f54 | 4c25432a6d82aaebd82fd48e927317b15a6bf6ab | /src/LibToolingAST/transformers/IOTransformers/sync_with_stdio_transformer.cpp | 2dcccdeb134b232c396c6d538580373e1a41911c | [] | no_license | wzj1988tv/code-imitator | dca9fb7c2e7559007e5dbadbbc0d0f2deeb52933 | 07a461d43e5c440931b6519c8a3f62e771da2fc2 | refs/heads/master | 2020-12-09T05:33:21.473300 | 2020-01-09T15:29:24 | 2020-01-09T15:29:24 | 231,937,335 | 1 | 0 | null | 2020-01-05T15:28:38 | 2020-01-05T15:28:37 | null | UTF-8 | C++ | false | false | 3,796 | cpp | #ifndef CLANG_LIBS
#define CLANG_LIBS
#include "llvm/Support/CommandLine.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Frontend/FrontendAction.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "clang/Rewrite/Core/Re... | [
"e.quiring@tu-bs.de"
] | e.quiring@tu-bs.de |
2d38621bcae19bc5c8d8f1bf9ce66fff48b6e022 | 8b7e6de2a3b6fdaef98fd700bbb3ef33b922e15d | /test/load_survey.cpp | 859bd5815c578753fe86428192e88b333bacd73b | [
"Apache-2.0"
] | permissive | cedricpradalier/SymphonyLakeDataset | ae95b948e058e5f1e0ee39f432a7629e3ee16d3d | 5366560263b660b0151844a297effa517480991a | refs/heads/master | 2020-03-26T08:04:58.618557 | 2018-08-14T08:34:13 | 2018-08-14T08:34:13 | 144,685,137 | 2 | 0 | Apache-2.0 | 2018-08-14T07:33:58 | 2018-08-14T07:33:58 | null | UTF-8 | C++ | false | false | 2,247 | cpp | #ifdef NDEBUG
#undef NDEBUG
#endif
#include <stdlib.h>
#include <stdio.h>
#include <random>
#include <memory>
#include <sys/stat.h>
#include <opencv2/opencv.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
// #define INSPECT
bool loadFromString(cons... | [
"cedric.pradalier@gmail.com"
] | cedric.pradalier@gmail.com |
14ce41f35d44fd167e2c0febabcac90fd5c70e30 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h | b1c8dc8bd90e1bddba9c36479721d48ed5f0bba9 | [
"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 | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 3,543 | h | /*
* Copyright (C) 2008 Alex Mathews <possessedpenguinbob@gmail.com>
* Copyright (C) 2009 Dirk Schulze <krit@webkit.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
*... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
48b2bbd114df0c9b3be495fe57860b6ea3b02b53 | 518c307c4ed3c147c182e886b934f255e629af5e | /sources/FEM/rf_st_new.h | 577258f5d4f897f952897bcec76059d99ce234c6 | [
"BSD-2-Clause"
] | permissive | wolf-pf/ogs_kb1 | 4e3fecd67eeb6084e94d5ec4aecd1aa586630f23 | 97ace8bc8fb80b033b8a32f6ed4a20983caa241f | refs/heads/master | 2021-01-17T06:53:24.022886 | 2018-11-24T15:33:31 | 2018-11-24T15:33:31 | 109,251,762 | 1 | 0 | NOASSERTION | 2018-11-24T15:33:32 | 2017-11-02T10:43:46 | C++ | UTF-8 | C++ | false | false | 20,404 | h | /**************************************************************************
FEMLib - Object: Source Terms ST
Task: class implementation
Programing:
01/2003 OK Implementation
last modified
**************************************************************************/
#ifndef rf_st_new_INC
#define rf_st_new_I... | [
"jod@gpi.uni-kiel.de"
] | jod@gpi.uni-kiel.de |
1611a93626f2afc64802aa1251c772e42718199d | cdbda05d68cb62e1ea9b71543dbb1692c09d5600 | /src/_IO.cpp | e4ae7e74a8bbb76749231706ed2ed9a805e184da | [] | no_license | cams7/arduino_sisbarc-emulator | d0dc9ca9f98e9c79bbb08f3728b19f719a8031a3 | 7d50eb7b0684683acccd802df1275b61c5ecb531 | refs/heads/master | 2021-01-20T05:55:01.558790 | 2015-02-15T12:52:51 | 2015-02-15T12:52:51 | 30,697,308 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,424 | cpp | /*
* _IO.cpp
*
* Created on: 10/02/2015
* Author: cams7
*/
#include "_IO.h"
#include <stdlib.h>
#include <math.h>
namespace SISBARC {
const char IO::NEW_LINE = 0x0A; //Nova linha '\n' - 10
const char IO::STRING_END = 0x00; //Final de String '\0' - 0
const char IO::SPACE = 0x20; //Espaço em branco - 32
c... | [
"ceanma@gmail.com"
] | ceanma@gmail.com |
f7c00a5b145b056b559f4345682065588de6ab8c | 901a70a9629ca9559d7a495cfcea750047f26070 | /undoredo.cpp | 7d1111a0797b97a04994a3ed93b9d763685c31cf | [] | no_license | delafrog/MolRed | a449817484fbcec8c102cb4762cd30e984195e97 | 0869427b01028bca7bc7931308cba6d36622d1fd | refs/heads/master | 2022-12-02T12:15:35.737262 | 2020-08-23T12:58:41 | 2020-08-23T12:58:41 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 52,809 | cpp | #ifndef UNDOREDO_CPP
#define UNDOREDO_CPP
#include <QAction>
#include <QLabel>
#include <QString>
#include <QVBoxLayout>
#include <QSplitter>
#include "undoredo.h"
#include "linalg.h"
//#include "linalg.cpp"
#include "datatypes.h"
#include "rdwrfls.h"
#include "GLframe.h"
//---------------------
C... | [
"noreply@github.com"
] | noreply@github.com |
790c37361eaced9a6ddc7d3ba44c140a5080c639 | 83cf4a77f4ceca344a2ec4bc6cb25614120ea032 | /toolkit/Source/src/gs2d/src/Video/Direct3D9/D3D9Texture.cpp | 37d4f067333fee169503759b887e5f18152d868c | [
"MIT"
] | permissive | kylemsguy/snake-shooter-mobile | e8b6a84a400562fd53294f056330d928179f4785 | 322c72d1844565fa8f9859ec450f3161821d1013 | refs/heads/master | 2020-12-25T05:25:24.122305 | 2015-08-19T09:35:07 | 2015-08-19T09:35:07 | 41,019,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,619 | cpp | /*--------------------------------------------------------------------------------------
Ethanon Engine (C) Copyright 2008-2013 Andre Santee
http://ethanonengine.com/
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), t... | [
"andre.santee@gmail.com"
] | andre.santee@gmail.com |
494b50d6f2efed1de9341b87e5102c02c5c34691 | 055ebf98f1029a0134866fcaf49dccad26f80258 | /MemoryPool/pool.h | 9551f58c87945cb92d4fbdf589024a89b6170788 | [] | no_license | xiaopeifeng/CodeTricks | 24249e675296e94b93012216eb49bc880a1724d2 | 105096b9ebaf6f1c176c371a185a38d05764dbce | refs/heads/master | 2021-06-02T02:03:02.231720 | 2019-10-07T07:44:31 | 2019-10-07T07:44:31 | 26,275,437 | 21 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 328 | h | #pragma once
#include <vector>
class memory_pool
{
public:
explicit memory_pool(unsigned int num, unsigned int size);
~memory_pool();
public:
void* Allocate();
void Release(void* ptr);
private:
unsigned int _total_blocks;
unsigned int _block_size;
std::vector<void*> _free_blocks;
std::vector<void*> _busy_bl... | [
"xiaopeifenng@gmail.com"
] | xiaopeifenng@gmail.com |
a74f5f56b841464dd80a3fa4ecdc72852e751fd6 | 73ee941896043f9b3e2ab40028d24ddd202f695f | /external/chromium_org/ui/views/controls/combobox/combobox.h | e71604e4238bf4f8a41c5a35b4b79bf8a4256744 | [
"BSD-3-Clause"
] | permissive | CyFI-Lab-Public/RetroScope | d441ea28b33aceeb9888c330a54b033cd7d48b05 | 276b5b03d63f49235db74f2c501057abb9e79d89 | refs/heads/master | 2022-04-08T23:11:44.482107 | 2016-09-22T20:15:43 | 2016-09-22T20:15:43 | 58,890,600 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,707 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_VIEWS_CONTROLS_COMBOBOX_COMBOBOX_H_
#define UI_VIEWS_CONTROLS_COMBOBOX_COMBOBOX_H_
#include <string>
#include "ui/gfx/native_widget_types... | [
"ProjectRetroScope@gmail.com"
] | ProjectRetroScope@gmail.com |
dc82a706ec7985b176c7fcbf51a7423f80149b4a | fafce52a38479e8391173f58d76896afcba07847 | /uppdev/GridCtrlMC/GridDisplay.h | 756258e93a90ab4a90ef640fad23626451e043c0 | [] | no_license | Sly14/upp-mirror | 253acac2ec86ad3a3f825679a871391810631e61 | ed9bc6028a6eed422b7daa21139a5e7cbb5f1fb7 | refs/heads/master | 2020-05-17T08:25:56.142366 | 2015-08-24T18:08:09 | 2015-08-24T18:08:09 | 41,750,819 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,631 | h | #ifndef _GridCtrl_GridDisplay_h_
#define _GridCtrl_GridDisplay_h_
#define IMAGEFILE <GridCtrl/GridDisplay.iml>
#define IMAGECLASS GridDispImg
#include <Draw/iml_header.h>
#define BIT(x) (1 << x)
class GridCtrl;
namespace GD
{
enum
{
CURSOR = BIT(0),
SELECT = BIT(1),
LIVE = BIT(... | [
"cxl@ntllib.org"
] | cxl@ntllib.org |
e4eb7a8a91041a77ae483d31d0c6868b24388131 | 8d334310b4f744ba689ea5d40c97479579c459f1 | /src/lib/Module.cpp | 1168e0c8cde569a086c83c1cbfdded1528d50969 | [
"BSD-2-Clause"
] | permissive | mwasplund/botan | af01e6152277dfa3d0c5ef3ecdb69d531ef66d64 | 4a81a54d741aeef70f482cdf89015b7fa4229229 | refs/heads/master | 2021-03-10T12:57:29.069423 | 2020-04-15T19:18:37 | 2020-04-15T19:18:37 | 246,454,923 | 0 | 0 | null | 2020-03-11T02:22:29 | 2020-03-11T02:22:28 | null | UTF-8 | C++ | false | false | 10,716 | cpp | module;
#include <cstddef>
#include <algorithm>
#include <array>
#include <chrono>
#include <cctype>
#include <cstdint>
#include <deque>
#include <functional>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <string>
#include <type_traits>
export module Botan;
#include <b... | [
"mwasplund@outlook.com"
] | mwasplund@outlook.com |
b78b6b7dbdb0396f970c68e65ab486f1cf7ecae0 | 8c096e28b755defa6c60da44d43e060756796d18 | /src/zmq/zmqpublishnotifier.cpp | d747c4f692a5a074f759b839a4d2b24143b57019 | [
"MIT"
] | permissive | twairgroup/wondercoin | b9599deae3e1acb40dcaa5f5db3fd89985ba9736 | c075c2d0c1a4927d9f04d5100106e369a85128e5 | refs/heads/master | 2022-07-30T05:46:30.125814 | 2021-06-13T21:08:03 | 2021-06-13T21:08:03 | 361,614,184 | 1 | 1 | MIT | 2021-06-13T08:45:10 | 2021-04-26T04:13:04 | C++ | UTF-8 | C++ | false | false | 5,729 | cpp | // Copyright (c) 2015-2016 The Bitcoin Core developers
// Copyright (c) 2021 The Wondercoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "chain.h"
#include "chainparams.h"
#include "streams.h"
#includ... | [
"twairgroup888@gmail.com"
] | twairgroup888@gmail.com |
dc66a6f11985dfb96678d1626296d30d8ec9d92d | 3507039561c827050b9eafc1fbdd6be525710fa0 | /Lista02/Questao 4/Retangulo.h | c6fc0e787167788968e716d19735d2cb2474f983 | [] | no_license | diegolrs/Codigos-LPI-Cpp- | a5c924035156c1e0251296cf5fabc8570f1a7372 | 6dadea3bcc30ae6a52f6292b1208d1a505b86bd1 | refs/heads/master | 2020-09-28T04:24:45.203144 | 2020-03-19T01:50:50 | 2020-03-19T01:50:50 | 226,687,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 230 | h | #ifndef RETANGULO_H
#define RETANGULO_H
#include "Figura.h"
#define PI 3.1415
#include <iostream>
class Retangulo : public Figura
{
public:
Retangulo(double bs, double alt, double r);
};
#endif // RETANGULO_H
| [
"noreply@github.com"
] | noreply@github.com |
fe7a099d16294fd84c103c9fd8b9382be5de4c6d | 67d1eba373b9afe9cd1f6bc8a52fde774207e6c7 | /UVA/10107 - What is the Median.cpp | 11d91e16a9eaff6e1f0412c1d5b5fac2c6e743e1 | [] | no_license | evan-hossain/competitive-programming | 879b8952df587baf906298a609b471971bdfd421 | 561ce1a6b4a4a6958260206a5d0252cc9ea80c75 | refs/heads/master | 2021-06-01T13:54:04.351848 | 2018-01-19T14:18:35 | 2018-01-19T14:18:35 | 93,148,046 | 2 | 3 | null | 2020-10-01T13:29:54 | 2017-06-02T09:04:50 | C++ | UTF-8 | C++ | false | false | 470 | cpp | #include <cstdio>
#include <iostream>
#include <algorithm>
#include <vector>
#define pub push_back
using namespace std;
int main()
{
vector <int> v;
int n;
while(scanf("%d", &n) == 1)
{
v.pub(n);
sort(v.begin(), v.end());
int l = v.size(), i;
if(!(l &... | [
"evan.hossain@ipay.com.bd"
] | evan.hossain@ipay.com.bd |
c527529ebe4297e6d8744ade8bef27b9c5c6592d | 441b12109006a9e674c9e814ac768915f9023cea | /ARGO/KickCommand.h | d8e04c5a9ac188caa3d5dd5036f1e027ecf18f51 | [] | no_license | itcgames/ARGO_2018_19_C | 34abc634239d8a513a8f4b62b2f95d22716b7f1c | a67c61a4bb013b478eb708c2595ad06eb4a730aa | refs/heads/master | 2020-04-20T19:54:17.196029 | 2019-03-01T13:58:15 | 2019-03-01T13:58:15 | 169,061,885 | 3 | 1 | null | 2019-03-01T13:58:16 | 2019-02-04T10:29:23 | C | UTF-8 | C++ | false | false | 323 | h | #pragma once
#include "Command.h"
class KickCommand : public Command
{
public:
KickCommand() {};
~KickCommand() {}
void execute(Entity * e, Client & client)
{
ControlComponent * controlComp = (ControlComponent*)e->getCompByType("Control");
controlComp->kick();
};
void stop(Entity * e)
{
};
protected:
}... | [
"C00206167@itcarlow.ie"
] | C00206167@itcarlow.ie |
1bd749230397f88b01bddf0fade18d4a96c28d21 | 76763c51ed3049882c1a30cc64d3a1a9f37d0cb1 | /Creational Pattern/Factories/Inner Factory/Inner Factory.cpp | d2b47133ee1ed08e96a2befbb82a5ad8ac934aab | [] | no_license | tolerance93/Design-Patterns-in-cpp | e23636a0dc0d83ed0981c886df629d8b52be2b68 | ac05ea2ac981c6f8727a3517c1453ec07da68399 | refs/heads/master | 2023-04-06T01:07:53.681244 | 2021-05-08T09:23:21 | 2021-05-08T09:23:21 | 331,330,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,466 | cpp | #include <cmath>
/**
* C#, Java등 프렌드 키워드가 없는 언어들은 내부 팩토리를 흔하게 사용한다.
*/
// do not need this for factory
enum class PointType
{
cartesian,
polar
};
class Point
{
/*Point(float a, float b, PointType type = PointType::cartesian)
{
if (type == PointType::cartesian)
{
x = a; b = y;
}
else
{
x = a*cos... | [
"zpgy77@gmail.com"
] | zpgy77@gmail.com |
a828a19b8cf5f38216385a8e26b4a25dc51ac11a | 0464ef72e5f9cd84a0563bc250e9f1a42b78ee45 | /cocos2d/external/bullet/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp | adc38618b66586babebfb65539e77a9b2406b903 | [
"MIT"
] | permissive | lcyzgdy/KeepDistance | 5389bfa35b8bd8b48e3374c17afc1ead56fe2a7f | 1f93a7f553846c0176a7fae10acadf962b0b4c1b | refs/heads/master | 2021-01-01T06:44:17.494408 | 2017-07-17T17:20:54 | 2017-07-17T17:20:54 | 97,500,785 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,084 | cpp | /*
BulletSprite Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/BulletSprite/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this softw... | [
"Guan@DESKTOP-JK3JBCQ.localdomain"
] | Guan@DESKTOP-JK3JBCQ.localdomain |
da63c7c0d2260eb95eecf5aac64ad568ea9f3918 | fdabe402222103f11cae8091d2a887310e313a0c | /searchandsort/sortemployees.c++ | e6d316d6a239383c2d9f34346f767b3ebccc55cc | [] | no_license | DEBMALYASEN/program | a15b5d9264773e67207e7301b186a9e59fb27f76 | 1967297e05a0a32a54c3f0ba87fba753cf69fe1d | refs/heads/master | 2023-06-23T20:09:19.828678 | 2021-07-26T06:14:01 | 2021-07-26T06:14:01 | 389,529,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 481 | #include<bits/stdc++.h>
using namespace std;
void sortemployees(vector<pair<string,int>>&a)
{
sort(a.begin(), a.end(), [](const pair<string,int>& p1, const pair<string,int>& p2)
{
if (p1.second == p2.second)
return p1.first < p2.first;
return p1.second < p2.second;
});
}
... | [
"boonysen@gmail.com"
] | boonysen@gmail.com | |
31d0329fe81a68ffcf457b42f0496725d6957f30 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /drv/Dico/Dico_IteratorOfDictionaryOfInteger_0.cxx | 9c22fc266318d894b0b3315fa6acf693b20b82e6 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,447 | cxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#include <Dico_IteratorOfDictionaryOfInteger.hxx>
... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
0c77dd8c637f55cc2da9b5529fc97af744ca602a | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/0.24/T.particles | a5c2ec3851bdd5bb034dffb83a59873a36f5183c | [] | no_license | MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu | 3828272d989d45fb020e83f8426b849e75560c62 | daeb870be81275e8a81f5cbac4ca1906a9bc69c0 | refs/heads/master | 2020-05-17T16:36:41.848261 | 2015-04-18T09:29:48 | 2015-04-18T09:29:48 | 34,159,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,633 | particles | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com |
e28f0b342c224bbb4897d70eb9a51b3901e59cdd | bac7d74c7e0123e54f216bf7e16ea4569b4daced | /include/trans.h | bf9d20f711abac565a3ef174f328c22085b4884d | [
"MIT"
] | permissive | jjsisjjz/kepub | fab1e0dea83229f810f70f500daf744c1e268684 | 982166cc80466ee2007b1cb65bc5e98b2a10dfd2 | refs/heads/main | 2023-08-01T06:42:35.766718 | 2021-09-16T13:14:27 | 2021-09-16T13:14:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | h | #pragma once
#include <string>
namespace kepub {
std::string trans_str(const std::string &str);
} // namespace kepub
| [
"1244713586@qq.com"
] | 1244713586@qq.com |
a4161afb89fb997e2d7a62cec5986206cb85b79b | 8b1cedbca5f5a967e5c37c280f53dfdbff00ff19 | /cocos/170810/Classes/CEnemy.h | 12df48a6d49a9a0265878704612f2b265b807458 | [] | no_license | kcwzzz/KCW | ef552641c77d1971ad4536d37a70eb9a59f4d4e6 | 34973e5fae0a4095418ac0bd99637ffa24f525be | refs/heads/master | 2020-12-03T05:11:38.828978 | 2017-09-29T08:10:59 | 2017-09-29T08:10:59 | 95,736,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | h | #pragma once
#include "cocos2d.h"
#include "CCharacter.h"
#include <vector>
USING_NS_CC;
using namespace std;
class CEnemyBullet;
typedef vector <CEnemyBullet *> CEnemyBulletVec;
class CEnemy :public CCharacter
{
private:
protected:
CEnemyBulletVec mEnemyBulletVec;
float mEnemyRegenTime;
public:
virtual... | [
"kcwzzz@naver.com"
] | kcwzzz@naver.com |
d3ec2015fc412bce9c778762ea8c535ada496cee | 9825e0d367fcfc52e7a2f511f57d52a21d08d5bd | /utils.cpp | 59e619d8081b04adb87d67bc8e14a013ad0d483a | [] | no_license | ahosler/FPGACNN | dae35e15f7ddb18d4523f83cea770438ae791b03 | b5eaf1579063c597ea38e5b16467d837f05e2544 | refs/heads/master | 2020-03-27T20:09:29.989051 | 2018-09-02T01:06:59 | 2018-09-02T01:06:59 | 147,043,845 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,145 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <ctype.h>
#include <string.h>
#include <sys/time.h>
#include "defines.h"
#include "CL/opencl.h"
#include "AOCLUtils/aocl_utils.h"
using namespace aocl_utils;
unsigned int convert_endian_4bytes(unsigned int input){
unsigned char* bytes = (unsigned ch... | [
"noreply@github.com"
] | noreply@github.com |
de078c5092150d91f531ad8be490ed299d0b8e2c | 42ecd4ac9c64cbcdec4f9876667a23b363454d63 | /flash_readwritelol/flash_readwritelol.ino | 0d9076e16eec12b909b9843e0111781ec94cac80 | [] | no_license | YenniferMontes/MSP430G2553 | 65dd3019b3c99b48c995e565b36a750a832c7444 | 78d884354e5850aef5d7686aa1fa0a22bc2ae805 | refs/heads/master | 2021-01-01T18:03:51.488303 | 2017-07-02T21:19:27 | 2017-07-02T21:19:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,613 | ino | /*
flas_readwrite.h - Read/Write flash memory library example for MSP430 Energia
Copyright (c) 2012 Peter Brier. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation;... | [
"tiannymonti@gmail.com"
] | tiannymonti@gmail.com |
51dba95002ffa584fcb240152cff268420f85e0d | 3b04925b4271fe921020cff037b86e4a5a2ae649 | /windows_embedded_ce_6_r3_170331/WINCE600/PRIVATE/SERVERS/TIMESVC2/SNTP/sntp.cxx | f0a809c06f45d031ace2aaa9f1fa52739bdcf349 | [] | no_license | fanzcsoft/windows_embedded_ce_6_r3_170331 | e3a4d11bf2356630a937cbc2b7b4e25d2717000e | eccf906d61a36431d3a37fb146a5d04c5f4057a2 | refs/heads/master | 2022-12-27T17:14:39.430205 | 2020-09-28T20:09:22 | 2020-09-28T20:09:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,498 | cxx | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
3db971ebdabb79e36bcbfaa6df141c311a86fa9d | 387ad3775fad21d2d8ffa3c84683d9205b6e697d | /openhpi/branches/release_2_1_0/plugins/ipmidirect/thread.cpp | 580b1fd35f5b63286336883e56f0fee0559d67b6 | [] | no_license | kodiyalashetty/test_iot | 916088ceecffc17d2b6a78d49f7ea0bbd0a6d0b7 | 0ae3c2ea6081778e1005c40a9a3f6d4404a08797 | refs/heads/master | 2020-03-22T11:53:21.204497 | 2018-03-09T01:43:41 | 2018-03-09T01:43:41 | 140,002,491 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,153 | cpp | /*
* thread.cpp
*
* thread classes
*
* Copyright (c) 2004 by FORCE Computers.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This
* file and program are licensed under ... | [
"nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26"
] | nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26 |
2ec7bbbb961a174f06b371b2f76896bb1d9220e2 | ce224da6da1c2ab23dccf54788d7fa4e8d1e7f4c | /apps/hmtMapViewer/hmtMapViewerMain.h | 19f4202c3822a8b4a93bd0db74efb97a4c8dbef9 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | astoeckel/mrpt | 40d158fc9c857fcf1c7da952990b76cd332791e2 | a587d5bcec68bdc8ce84d1030cd255667a5fbfa8 | refs/heads/master | 2021-01-18T05:59:35.665087 | 2016-01-21T13:33:50 | 2016-01-21T13:33:50 | 50,109,461 | 1 | 0 | null | 2016-01-21T13:30:50 | 2016-01-21T13:30:50 | null | UTF-8 | C++ | false | false | 5,322 | h | /* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| http://www.mrpt.org/ |
| ... | [
"joseluisblancoc@gmail.com"
] | joseluisblancoc@gmail.com |
68a90a88a54effd597e2e3dfc3e66098c12accf3 | 5f3dfdbfe87cf66fec26bcaa80ff7f869175a157 | /chapter11/program/IntVector-2017-02-15_09-12-43-048.cpp | dbf07e9971f3c6b7c9d10b9eb6fb5baada30585c | [] | no_license | jluo117/cs012 | dd3132f8e5b846b08fefa42502d60d155f25ed77 | 06e4b29757cbbe1f8e6ca7548bfa00af1510d8e0 | refs/heads/master | 2021-08-07T09:26:14.778903 | 2017-11-07T23:45:02 | 2017-11-07T23:45:02 | 87,961,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,628 | cpp | #include <iostream>
#include <stdlib.h>
#include <stdexcept>
#include "IntVector.h"
using namespace std;
IntVector :: IntVector(){
sz = 0;
cap = 0;
data = 0;
}
IntVector :: IntVector(unsigned size, int value){
sz = size;
cap = sz;
data = new int [cap];
for (unsigned i = 0;i < size; i++){
... | [
"luojames52@gmail.com"
] | luojames52@gmail.com |
60b0fc259558a7fd8c696e0653358cad0386bf8e | ce034e3865b06680338d8980e0b9d141ae8d7fdc | /CBlackList.h | 550898108418a5107a138f3e6091e3d2fcd02f8a | [] | no_license | heavyair/testjni | 422b6de78c6f4c3de469d78ec3e0c3d0bf107d9c | 646668ed709e58fa90711f7659fd072cfde79b34 | refs/heads/master | 2021-01-21T05:02:20.575257 | 2016-06-10T05:09:51 | 2016-06-10T05:09:51 | 38,285,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | h | /*
* CBlackList.h
*
* Created on: Jan 13, 2015
* Author: root
*/
#ifndef CBLACKLIST_H_
#define CBLACKLIST_H_
#include "netheader.h"
#include <list>
#include <map>
#include "CComputer.h"
class CBlackList {
public:
CBlackList();
virtual ~CBlackList();
CBlackList& operator=( const CBlackList& other );
CB... | [
"heavyair@users.noreply.github.com"
] | heavyair@users.noreply.github.com |
01ede787e0be69f8b533afa1ec796d53d124b916 | 6eb235e59b138dcde613cde3b3f2042d08029b38 | /src/virtual_driver.cpp | ace14f38f5b6d842d7315371b1d4b20afd828225 | [] | no_license | hssavage/CarND-T3-Path-Planning | 3776a1b5fed3ea53790894a3fedfc91ebc9c1680 | ae30ca30e93f562d6f0d4422b1cbe639c08a7e68 | refs/heads/master | 2021-05-16T16:24:52.544326 | 2018-02-20T05:39:58 | 2018-02-20T05:39:58 | 119,940,704 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 41,313 | cpp | #include "virtual_driver.h"
#include <iostream>
#include <sstream>
using namespace std;
// TO-DO: Define some debug header maybe so it can be cross file?
#define DEBUG
// #define CLI_OUTPUT
/******************************************************************************
* Utility Functions and Helpers ... | [
"hsavage5@ford.com"
] | hsavage5@ford.com |
e12583a7312a9a846e7902b0f19ed9e10ecb1660 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_old_log_5411.cpp | 48fea459f086ebcd2b195d60a8ab3c6649fad687 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 527 | cpp | fputs(
" include subdirectories and symbolic links.\n"
"\n"
" --local-port <num>[-num]\n"
" Set a preferred number or range of local port numbers to use for\n"
" the connection(s). Note that port numbers by nature are a\n"
" scarce resource that will be b... | [
"993273596@qq.com"
] | 993273596@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.