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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4eae42c830c4b7e1b39340fac59fac33e8810499 | 81d2a7b10edee418626e4bdf7084cd2d1704b353 | /BlockFrame/Coordinate.cpp | 03f77063d42d8619f381fae535f088a21148078a | [] | no_license | yueyingyifeng/BlockFrame | 6af8fb79da072f8604dc47cafa0e89d4b6b78cfb | 7e574f0c44c51cb29786bd5af03c5ca1db82a456 | refs/heads/master | 2023-09-02T14:42:48.044661 | 2021-10-16T07:39:56 | 2021-10-16T07:39:56 | 417,736,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cpp | #include "Coordinate.h"
//Coordinate Coordinate::operator=(Coordinate cdnt)
//{
// return Coordinate(cdnt.x, cdnt.y);
//}
Coordinate Coordinate::operator+(Coordinate& cdnt)
{
return Coordinate(x + cdnt.x, y + cdnt.y);
}
Coordinate Coordinate::operator-(Coordinate& cdnt)
{
return Coordinate(x - cdnt.x, y -... | [
"yueyingyifeng@Gmail.com"
] | yueyingyifeng@Gmail.com |
dc5f20a2de80d739f850fc1ff4644e01157571ac | 6c98ab874e17cb9169e5d13cbc398409b471cfb2 | /src/savedisk.cpp | 669e2588418b1801cf07496aecd6e5fbe1c49924 | [] | no_license | salvacam/dcastaway | 0106608218f949d84f9a02b928a35a5415077692 | c5e9d9adc68c75b28ab1d3849fd729fceb79146a | refs/heads/master | 2023-03-11T17:54:27.449186 | 2021-02-21T21:46:26 | 2021-02-21T21:46:26 | 340,199,517 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,985 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "savedisk.h"
unsigned savedisk_get_checksum(void *mem, unsigned size)
{
unsigned i,ret=0;
unsigned char *p=(unsigned char *)mem;
for(i=0;i<size;i++)
ret+=(i+1)*(((unsigned)p[i])+1);
return ret;
}
void savedisk_apply_changes(void *mem, void... | [
"salvacams@gmail.com"
] | salvacams@gmail.com |
361f1d207ebd7dd699325a7c58713e46e4417316 | ed093719d5e7db52c7a6a1e999c96eceea0f724f | /src/Properties.cpp | 6b8b8cc2cb761acd8eac0473fff58084e4654ffd | [] | no_license | Ponup/engine-desktop | e0fd5018dcaf1b1cd4afde981749c65f45840006 | f5376300951b20ec0825dc2c0037cb9af2bd60b8 | refs/heads/master | 2023-01-23T11:40:11.652876 | 2023-01-07T17:06:03 | 2023-01-07T17:06:40 | 24,429,929 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,047 | cpp | #include "Properties.h"
#include <fstream>
using std::ifstream;
using std::ofstream;
#include <iostream>
using std::ios;
using std::endl;
#include <stdexcept>
using std::runtime_error;
Properties::Properties() {
}
Properties::~Properties() {
}
void Properties::load( const string& fileName ) {
this->fileName = ... | [
"santiago.lizardo@gmail.com"
] | santiago.lizardo@gmail.com |
bfb3c096dcb8de29560d26eb4dfc2a8d1e96b024 | 46e2b6250cc75c2941d3c58ab43e2fa14bb563f4 | /Divide.cpp | 04f24d26ad71d053b53fa7c02b0f11a06e6806f1 | [] | no_license | wshwbluebird/Solution | a83f55c91e8f60b467d2f47dd1e9bb1a1d0c16e1 | 90f0a03d4cd8a8ffbd9b79ee3bd1001636a8856a | refs/heads/master | 2021-01-09T20:56:38.499185 | 2016-07-09T01:05:08 | 2016-07-09T01:05:08 | 62,565,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,886 | cpp | ////
//// Created by Macbook Pro on 16/7/4.
////
//
//#include <iostream>
//using namespace std;
////构造 判断是否相同的方法
//bool nosame(int n){
// int a[10];
// memset(a,-1, sizeof(a));
//// for (int i = 0; i < 5; ++i) {
//// a[i] = n%10;
//// n = n/10;
//// }
//// for (int i = 0; i < 5; ++i) {
//... | [
"wshwbluebird@sina.cn"
] | wshwbluebird@sina.cn |
c39b92ae28bef30fa7b8281135e8d0e64e064597 | 509f78f852076c0ecf76e7d92e72f0f7521ffa06 | /Library/GraphicsTestRunner/Source/GraphicsConnection.cc | db52e64c011ba69f68f1891541aea670be68ada8 | [
"MIT"
] | permissive | chinmaygarde/radar | 3fe786efa68cb36bfdb98d031655090057f3be84 | ee79b5bd39b356b35e5205a861c97c7c7d132f71 | refs/heads/master | 2023-04-07T23:33:02.959108 | 2021-04-13T22:57:20 | 2021-04-13T22:57:20 | 39,474,689 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cc | /*
* This source file is part of the Radar project.
* Licensed under the MIT License. See LICENSE file for details.
*/
#include <Core/Platform.h>
#include "GraphicsConnection.h"
#if RL_OS_MAC
#include "GraphicsConnectionMac.h"
using PlatformGraphicsConnection = rl::testrunner::GraphicsConnectionMac;
#else
#er... | [
"chinmaygarde@google.com"
] | chinmaygarde@google.com |
fa7d254e25033132e08bac804e90ec53c4224be1 | cd08ca10256247f80b3095b94679c362dcd04961 | /src/FCone.cpp | b4fd10aa1637aab7c4371dc77c6a7f738ea61b34 | [] | no_license | Misttgun/RayTracingCpp | f0bdd9e3f4b2e59876824d295db103d67b99c659 | ab53b494a61f37b07f981c7cd1d52b8b4004cc88 | refs/heads/master | 2020-04-14T18:19:04.828374 | 2019-02-16T22:38:52 | 2019-02-16T22:38:52 | 164,014,321 | 0 | 0 | null | 2019-02-16T22:04:20 | 2019-01-03T19:28:12 | C++ | UTF-8 | C++ | false | false | 249 | cpp | #include "FCone.h"
bool FCone::intersect(const Ray& ray, Vector& impact) const
{
if (!Cone::intersect(ray, impact))
return false;
Vector local_impact = global_to_local_point(impact);
return local_impact[1] > -1.0f;
} | [
"girardot.vin@gmail.com"
] | girardot.vin@gmail.com |
744a27274a5e593aceea6d61591aac0d9e9eba33 | 3d6530151d783a3a600683ba254d35ec6561e941 | /lib/include/Shader.h | e05938fb14ca489f675a6f20a4a9b88ac0932f35 | [] | no_license | harry-z/3DApp | f987f7995c5252bd93868e243b663b2adb2cb838 | 216b1359e07c10ce687e2c84235702bb1a1bc504 | refs/heads/master | 2021-07-16T02:09:35.688215 | 2020-07-01T14:33:49 | 2020-07-01T14:33:49 | 175,924,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,806 | h | #pragma once
#include "Prereq.h"
#include "RendererTypes.h"
#define WORLD_MATRIX "WorldMatrix"
#define WORLD_VIEW_MATRIX "WorldViewMatrix"
#define WORLD_VIEW_PROJECTION_MATRIX "WorldViewProjectionMatrix"
#define INVERSE_WORLD_MATRIX "InverseWorldMatrix"
#define INVERSE_WORLD_VIEW_MATRIX "InverseWorldViewMatrix... | [
"shinji_akari@163.com"
] | shinji_akari@163.com |
ee188d34ed4b67d0393d66c91eda3013b3a90a65 | 5f9cba50fd27fe44c8c974efcc3d539b1b082850 | /sources/pawn.cpp | c787654ba39080244bf60819ab41f666fb25895e | [] | no_license | wangobango/GrafikaSzachy3D | 1119f4dd979d9928134ef899cf70b6321aab1086 | 5a3da38c00ad518d979b97695008364b71e8fa5a | refs/heads/master | 2020-03-18T04:10:13.752218 | 2018-06-27T22:48:28 | 2018-06-27T22:48:28 | 134,273,483 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,049 | cpp | #include "headers/pawn.h"
Pawn::Pawn(bool white,ShaderProgram* sp,GLuint tex):Model(sp,tex){
if(white){
color =1;
texPath = "sources/white.png";
}
else{
color = 0;
texPath = "black.png";
}
path="models/pion.obj";
parse();
loadArrays();
prepare();
}
vo... | [
"bartnik.emil@gmail.com"
] | bartnik.emil@gmail.com |
a305d5dc624328634bf5f58aa2b8ba8fe3dfe454 | 7145976f1f3b07e6baa4be1b1e8b13390d6ccd69 | /src/cv_utils.cpp | 8302805663b97bc58df3eed51e4ce2111ef2eff6 | [] | no_license | pmusau17/ros2_utils | 8751aaac17888ae1d17f68e59e9b82e394d35036 | 90071b274b4b1719f5c4c9bf8bfe2444fe55d75f | refs/heads/master | 2023-07-13T19:59:46.385007 | 2021-08-27T00:53:19 | 2021-08-27T00:53:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,046 | cpp | // Copyright 2021 Open Source Robotics Foundation, Inc.
//
// 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 appli... | [
"michael.jeronimo@openrobotics.org"
] | michael.jeronimo@openrobotics.org |
0a1c7100188e5d853373783375bd18e6296bec2b | 7a296b69842c34ea234dea660a1b242d2e0ab11c | /DigitalDesign/pseudoToVerilog/Component.h | ed4a11a2defad61e31e5778289d8996f93b1227c | [] | no_license | magarcia1/School | ee3353fd48207de6b11607a5082a43aadb8799d0 | 00f034ec8686197552d058c91e962df762c551f8 | refs/heads/master | 2021-01-01T19:48:00.357454 | 2017-07-28T21:14:52 | 2017-07-28T21:14:52 | 98,679,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,404 | h | //------------------------------------------------------------------------------------------------
//
// Author: Rubi Ballesteros and Miguel Garcia
// Date Created: September 2015
//
// Description: Data type for inputs outputs and wires
//
//-----------------------------------------------------------------------------... | [
"miguelgarcia@Miguels-MacBook-Pro.local"
] | miguelgarcia@Miguels-MacBook-Pro.local |
b06f62bd2802c046df14888a48a8617775efaccd | 68f51dec0a05162e687da24b5ba4f1b8fc7d5fb8 | /include/draw/ShaderBind.h | 05207ae31b95825cefad9944d5bb476095b80a23 | [] | no_license | tearitco/VastSpace | d4a1059d4ad2359ee7818e6980762195def7c5e0 | 36313c3d1defe2c44dedd7eef8a2be4b735f99f7 | refs/heads/master | 2022-04-25T18:12:11.086174 | 2019-11-16T05:15:39 | 2019-11-16T05:15:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,226 | h | #ifndef DRAW_SHADERBIND_H
#define DRAW_SHADERBIND_H
/** \file
* \brief Definition of ShaderBind class tree.
*/
#include "export.h"
#include "OpenGLState.h"
#include "antiglut.h"
#ifdef _WIN32
#define WINVER 0x0500
#define _WIN32_WINNT 0x0500
#include <windows.h>
#endif
#include <cpplib/vec3.h>
#include <GL/gl.h>
... | [
"masahiro.sakuta@gmail.com"
] | masahiro.sakuta@gmail.com |
e0c1caacb36f1197e8e13c1639359afa0cd70b81 | 327b1664448963ec7847e65c883a7edcc78ecb8b | /删除字符串中的子串.cpp | 203ff5f419be8bb3b71f3ac54a7075c14db3795b | [] | no_license | cydem/xiaopa | df1f021e4bfcc9355d1b380d95db286db8eec55d | 0f1e734f545265d77e250bcb213d713c2f30b213 | refs/heads/master | 2021-01-11T06:54:38.376516 | 2017-02-02T05:17:32 | 2017-02-02T05:17:32 | 72,336,739 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,394 | cpp | /**************************************************************************************
*输入2个字符串S1和S2,要求删除字符串S1中出现的所有子串S2,即结果字符串中不能包含S2。
* 输入格式:
* 输入在2行中分别给出不超过80个字符长度的、以回车结束的2个非空字符串,对应S1和S2。
* Tomcat is a male ccatat
* cat
* 输出格式:
* 在一行中输出删除字符串S1中出现的所有子串S2后的结果字符串。
* Tom is a male
********************... | [
"noreply@github.com"
] | noreply@github.com |
9b018b36708e52e71a6ae2c4f6812456f5ef34db | b9a45f62bb90e66e12ad8b6e6247f7b62acacf0d | /src/Platform/Window/InputManager.cpp | b238f4d8ab95db357d6ba21ab851a17bd21e2f19 | [
"BSD-3-Clause"
] | permissive | WhiteBlackGoose/MxEngine | 4ce48aa14a000354103ea2f2e27b73c62ff251d4 | 41018d0e6ceb7d760be22721865cd88cca362a1d | refs/heads/master | 2021-07-05T13:58:15.616787 | 2020-06-27T13:45:46 | 2020-06-27T13:45:46 | 242,322,338 | 1 | 0 | BSD-3-Clause | 2020-05-13T08:13:37 | 2020-02-22T10:31:23 | C++ | UTF-8 | C++ | false | false | 870 | cpp | #include "InputManager.h"
#include "Core/Application/Application.h"
namespace MxEngine
{
#define WND(func, ...) Application::Get()->GetWindow().func(__VA_ARGS__)
Vector2 InputManager::GetCursorPosition()
{
return WND(GetCursorPosition);
}
void InputManager::SetCursorPosition(const Vector2... | [
"Sasha.potapov2002@yandex.ru"
] | Sasha.potapov2002@yandex.ru |
be1ae048e6f669aef19c543c7b55c45095fbeeee | 935927010571e2f820e70cead9a1fd471d88ea16 | /Lomba Lomba/2021/IDEAFUSE/warmup/D.cpp | d9f492e7a26ea5632deebde223a590a8e518dace | [] | no_license | muhammadhasan01/cp | ebb0869b94c2a2ab9487861bd15a8e62083193ef | 3b0152b9621c81190dd1a96dde0eb80bff284268 | refs/heads/master | 2023-05-30T07:18:02.094877 | 2023-05-21T22:03:57 | 2023-05-21T22:03:57 | 196,739,005 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 749 | cpp | #include <bits/stdc++.h>
using namespace std;
void solve() {
int n;
cin >> n;
vector<pair<int, int>> p(n);
for (int i = 0; i < n; i++) {
auto& [x, y] = p[i];
cin >> x >> y;
}
int ans = 0;
for (int i = 0; i < n - 1; i++) {
for (int j = i + 1; j < n; j++) {
... | [
"39514247+muhammadhasan01@users.noreply.github.com"
] | 39514247+muhammadhasan01@users.noreply.github.com |
e065bbbbb3f6c891ffcbecdcae3b96d903ef2785 | 14248aaedfa5f77c7fc5dd8c3741604fb987de5c | /luogu/P4931.cpp | 900147886ab51a9b76f05043b99a646bc5ed065e | [] | no_license | atubo/online-judge | fc51012465a1bd07561b921f5c7d064e336a4cd2 | 8774f6c608bb209a1ebbb721d6bbfdb5c1d1ce9b | refs/heads/master | 2021-11-22T19:48:14.279016 | 2021-08-29T23:16:16 | 2021-08-29T23:16:16 | 13,290,232 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | cpp | // https://www.luogu.com.cn/problem/P4931
// [MtOI2018]情侣?给我烧了!(加强版)
#include <bits/stdc++.h>
using namespace std;
const int MOD = 998244353;
const int MAXN = 5000010;
int F[MAXN];
int FC[MAXN], FI[MAXN];
int P[MAXN];
int INV[MAXN];
int mul(int64_t a, int64_t b) {
return (a * b) % MOD;
}
int add(int64_t a, int64_... | [
"err722@yahoo.com"
] | err722@yahoo.com |
de366a6e67ce36e1140f4a5ec0a85a838d149c6a | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_5/MP+dmb.sypl+dmb.stap.c.cbmc.cpp | d93aa7fc7d38bcf0bca63e99d5a8d8fef7d467f6 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 29,430 | cpp | // Global variabls:
// 0:vars:2
// 2:atom_1_X0_1:1
// 3:atom_1_X2_0:1
// Local global variabls:
// 0:thr0:1
// 1:thr1:1
#define ADDRSIZE 4
#define LOCALADDRSIZE 2
#define NTHREAD 3
#define NCONTEXT 5
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define max(a,b) (a>b... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
3f1c341e55777896704de4dea4d503547fcec894 | b64b0ea5aab9b860bac63aef5aefa8f65994c66b | /nanomind/src/test_cpp.cpp | 30e70be2c0c128147120a5fd7571c1916e714066 | [] | no_license | Minimal88/arm | 093cf9860ee03eea0a37e6bbf502800046732fd0 | 597aaf1ca8898ce2bb103800101e1b150762f709 | refs/heads/master | 2021-01-22T11:27:48.251568 | 2014-11-28T07:50:52 | 2014-11-28T07:50:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | cpp | /*
* test_cpp.cpp
*
* Created on: 19/07/2011
* Author: johan
*/
#include <stdio.h>
#if ENABLE_CPP
using namespace std;
class test_rectangle {
int *width, *height;
public:
test_rectangle(int a, int b) {
printf("Constructor overload with arguments\r\n");
width = new int;
height = new int;
*width ... | [
"991353018@qq.com"
] | 991353018@qq.com |
cd211929a12f5adf7d0c989b8673eff948c5b0fd | 0dca3325c194509a48d0c4056909175d6c29f7bc | /domain/src/model/QueryAuctionDetailResult.cc | 41ebc4f308685ce1c1fd51f691a2bd588d6a7846 | [
"Apache-2.0"
] | permissive | dingshiyu/aliyun-openapi-cpp-sdk | 3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62 | 4edd799a79f9b94330d5705bb0789105b6d0bb44 | refs/heads/master | 2023-07-31T10:11:20.446221 | 2021-09-26T10:08:42 | 2021-09-26T10:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,039 | cc | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
a27e98f5691a5e6a8cac1ad249fc8bf7e93fada2 | 265b98719aa85f5876d9acda4e278dd2b4318a82 | /src/test/sighash_tests.cpp | 36b89d041ef376efb7d09c4ea5ca8b18cdcbf145 | [
"MIT"
] | permissive | JcoEighty6/digifel-core | 6d51e8ba4044dfc1b6824daab8da487cf1f97a86 | 36aa85b2f7a50b0b11a7f6521e0a7f8a3fda033e | refs/heads/master | 2021-04-28T09:28:41.445229 | 2018-02-13T23:49:14 | 2018-02-13T23:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,139 | cpp | // Copyright (c) 2013-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "consensus/validation.h"
#include "data/sighash.json.h"
#include "hash.h"
#include "main.h" // For CheckTransaction
... | [
"35785858+digifel@users.noreply.github.com"
] | 35785858+digifel@users.noreply.github.com |
dbf117591202d55a5ce8bad88d78f83edcb7b925 | 85e7114ea63a080c1b9b0579e66c7a2d126cffec | /SDK/SoT_BP_TreasureChest_Proxy_PirateLegend_DVR_classes.hpp | 0b1d6112aefcf1b107e2677668e6c11b62113835 | [] | no_license | EO-Zanzo/SeaOfThieves-Hack | 97094307d943c2b8e2af071ba777a000cf1369c2 | d8e2a77b1553154e1d911a3e0c4e68ff1c02ee51 | refs/heads/master | 2020-04-02T14:18:24.844616 | 2018-10-24T15:02:43 | 2018-10-24T15:02:43 | 154,519,316 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 835 | hpp | #pragma once
// Sea of Thieves (1.2.6) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_TreasureChest_Proxy_PirateLegend_DVR_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//----------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
8f72d2fcd976f48810d2a256ced03ff5dfe52967 | e758fae7c14f09ba185b8aaa8f8306dad5cd4905 | /src/gpu/ops/GrTextureOp.cpp | 5b7a30dedfe41cf295e92d7f4dc9074786923c4b | [
"BSD-3-Clause"
] | permissive | dnfield/skia | 6ccd64425d7c5ef9a1df51caebe74ee588756c3c | 1e7c65806f3fbde13b5d8064dc5734d98c32a284 | refs/heads/master | 2021-07-05T06:41:09.489996 | 2018-05-21T20:10:17 | 2018-05-21T21:53:54 | 131,202,088 | 0 | 0 | null | 2018-04-26T19:35:41 | 2018-04-26T19:35:41 | null | UTF-8 | C++ | false | false | 44,484 | cpp | /*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrTextureOp.h"
#include "GrAppliedClip.h"
#include "GrCaps.h"
#include "GrDrawOpTest.h"
#include "GrGeometryProcessor.h"
#include "GrMeshDrawOp.h"
#include "GrOpFlus... | [
"skia-commit-bot@chromium.org"
] | skia-commit-bot@chromium.org |
3d540e292bc8fb6de65f349927e00ec9f7984a70 | 3eae9c14c119ee2d6a7d02ef1ba5d61420959e3c | /modules/core/util/yangtools/lib/rw_keyspec.cpp | e71d17fbccb4b937fd0f0921581eb3b685c14d8c | [
"Apache-2.0"
] | permissive | RIFTIO/RIFT.ware | 94d3a34836a04546ea02ec0576dae78d566dabb3 | 4ade66a5bccbeb4c5ed5b56fed8841e46e2639b0 | refs/heads/RIFT.ware-4.4.1 | 2020-05-21T14:07:31.092287 | 2017-06-05T16:02:48 | 2017-06-05T16:02:48 | 52,545,688 | 9 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 180,826 | cpp | /* STANDARD_RIFT_IO_COPYRIGHT */
/**
* @file rw_keyspec.cpp
* @author Tom Seidenberg
* @date 2014/08/29
* @brief RiftWare general schema utilities
*/
#include <rw_keyspec.h>
#include <rw_schema.pb-c.h>
#include <rw_namespace.h>
#include "rw_ks_util.hpp"
#include <protobuf-c/rift/rw_pb_delta.h>
#include <execinf... | [
"Leslie.Giles@riftio.com"
] | Leslie.Giles@riftio.com |
cf63a7f3047699bd1bcba9fd3405ed70c5a937f9 | 8544380a90a32d92854f2dfb82b7cef806fa741a | /ZBSCOMM V1.1/mscomm.h | 76ead45c436707899a429c1f7d19e191f5ef87c7 | [] | no_license | 563886019/test | a386427253ea40ac933705557853a67d325adbda | a351b778ca40dcb5787dc6ef98f13be86b940d7f | refs/heads/master | 2021-01-13T00:38:21.957944 | 2015-10-28T07:53:31 | 2015-10-28T07:53:31 | 45,096,605 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,121 | h | #if !defined(AFX_MSCOMM_H__CA6500D7_7195_46BD_B2FE_BE3D37DE5E6F__INCLUDED_)
#define AFX_MSCOMM_H__CA6500D7_7195_46BD_B2FE_BE3D37DE5E6F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the conte... | [
"563886019@qq.com"
] | 563886019@qq.com |
79ac3ce09fcb8a5a86927d7e84c8ef6f8c6c767f | 16a04a189c2f14d6d28a78d774a8c0ad8fb3bf28 | /CADMIUM - Cooperative Caching/data_structures/messageT.hpp | a554cd7a391864402c8764bcfc5c5ec88e4bcce8 | [] | no_license | F951/Models-HPCS | 7895b9d708df04f7b2fe70c9e14c46ac32dd3d67 | 64b24311499b8ffd7e86c3698389494f0f5a8787 | refs/heads/main | 2023-03-07T16:02:02.620133 | 2021-02-24T15:38:44 | 2021-02-24T15:38:44 | 341,332,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,983 | hpp | #ifndef MessageT_MESSAGE_HPP
#define MessageT_MESSAGE_HPP
#include <assert.h>
#include <iostream>
#include <string>
#include "../glob.h"
#include "../atomics/p2pLayer/NodeEntry.h"
#include "../atomics/applicationLayer/LCache.h"
#include "../atomics/applicationLayer/Entry.h"
using namespace std;
enum Mes... | [
"fer_06@hotmail.com"
] | fer_06@hotmail.com |
e3a9eadce1456026738c73fde6a0b4f8fee13741 | c51febc209233a9160f41913d895415704d2391f | /library/ATF/PSID_NAME_USE.hpp | e97f00821c1ad5c2743b09d9b84ea7a41de8fd0c | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 232 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
START_ATF_NAMESPACE
typedef _SID_NAME_USE *PSID_NAME_USE;
END_ATF_NAMESPACE
| [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
1c93c1354e3ac6bf2e3a7154cc024baf35d7a801 | 0804854c11ebc0b7f1185b55b991a7f06c1e7a00 | /mcpe/McpeHandler.h | b1974e0dac34057e0cb5092f13da05c753f663e1 | [] | no_license | bledogit/MinecraftMapper | d54a0212e81faeb37d6488fca39455b5b53d633f | 73fd589765e352528b2c31fbae65bf76cce59e97 | refs/heads/master | 2022-03-07T00:58:52.490342 | 2019-11-08T16:07:33 | 2019-11-08T16:07:33 | 220,504,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,483 | h | //
// McpeHandler.h
// MineMapper
//
// Created by Jose on 6/10/15.
// Copyright (c) 2015 Jose. All rights reserved.
//
#ifndef __MineMapper__McpeHandler__
#define __MineMapper__McpeHandler__
#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <stdio.h>
#include "leveldb/db.h"
#i... | [
"jose.mortensen@nielsen.com"
] | jose.mortensen@nielsen.com |
15b0e8cd565cb86191dcfe3f9953b615c80066cd | 9859eb8b90ba054e87547cc0f368ef162dbcf351 | /motion-lib/Supremo.cpp | 10c4165f6c5223bd624e1e902c9bfa09f028440e | [
"BSD-3-Clause"
] | permissive | jamie-mcclelland/SuPReMo | 5afa2709b6ee94a9a7e0d9957302f27e892b2ada | 09c3dd25201626bf22cd012d0a9f064287369479 | refs/heads/main | 2023-07-12T21:27:53.423536 | 2021-08-26T15:47:04 | 2021-08-26T15:47:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,347 | cpp | // ====================================================================================================
//
// SuPReMo: Surrogate Parameterised Respiratory Motion Model ... | [
"b.eiben@ucl.ac.uk"
] | b.eiben@ucl.ac.uk |
7f59b0341fde9343f819361972f743e325847bcf | 0298da594869a4e8e994ea3c3ce4e16add4534ea | /Atcoder/ABC/A/Four_Digits.cpp | ee8a0bfa6d1609f05b3085d684d62f8b24a9d392 | [] | no_license | tsuyosshi/competitive-programming | 2d5c749aa115e11f8f64e58a2cba6e322a3ffc73 | ed7c696081fd73710ab50b0803153e79159f4eda | refs/heads/master | 2023-08-16T03:10:19.989027 | 2021-10-24T06:19:55 | 2021-10-24T06:19:55 | 264,047,491 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | cpp | #include<bits/stdc++.h>
using namespace std;
#define int long long
#define ALL(x) (x).begin(),(x).end()
#define MAX(x) *max_element(ALL(x))
#define MIN(x) *min_element(ALL(x))
typedef pair<int,int> PI;
typedef pair<int,pair<int,int>> PII;
static const int INF=1010000000000000017LL;
static const double eps=1e-12;
sta... | [
"koutarou1276@yahoo.co.jp"
] | koutarou1276@yahoo.co.jp |
1c553b0e7fbc280d88e62481248080536d97e231 | 4e9aa6d8635d6bfcbaeecbb9420ebdc4c4489fba | /QtTest/WildMagic/Wm5Mathematics/Wm5ApprCircleFit2.h | f22fd2163609d419eaea8d4c7e756d26ff1a228c | [] | no_license | softwarekid/myexercise | 4daf73591917c8ba96f81e620fd2c353323a1ae5 | 7bea007029c4c656c49490a69062648797084117 | refs/heads/master | 2021-01-22T11:47:01.421922 | 2014-03-15T09:47:41 | 2014-03-15T09:47:41 | 18,024,710 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,302 | h | // Geometric Tools, LLC
// Copyright (c) 1998-2012
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.1 (2010/10/01)
#ifndef WM5APPRCIRCLEFIT2_H
#define WM5APPRCIRCLEFIT2_H
#includ... | [
"anheihb03dlj@163.com"
] | anheihb03dlj@163.com |
9f358df6e5a4615b79c4e882a300dfac2fce4809 | c2e2c3e5d531a58750457dda6fc33f72ebcb4e74 | /Include/Mesh.h | 3c6920b3271eb87469a8ea034070396c071335a3 | [
"MIT"
] | permissive | CS3141Team1/modeler3d | 5f34a53521f32ab38e675ce433612e19f9d4b8a8 | 1f5bb3a16cdfc25db1081d8df461685385fa88c4 | refs/heads/master | 2021-08-19T22:31:49.272072 | 2017-11-27T16:10:59 | 2017-11-27T16:10:59 | 105,296,723 | 1 | 3 | null | 2017-11-27T14:49:00 | 2017-09-29T16:56:42 | C++ | UTF-8 | C++ | false | false | 1,131 | h | #pragma once
#include <vector>
#include "Math/ModelerMath.h"
#include "IGraphicsDevice.h"
#include "VertexFormat.h"
namespace Video
{
/**
* Vertex for a mesh
*
* @author Nicholas Hamilton
*/
struct MeshVertex
{
Core::Math::Vector3f Position;
Core::Math::Vector3f Normal;
};
/**
* Holds mesh data
*
*... | [
"nrhamilt@mtu.edu"
] | nrhamilt@mtu.edu |
f871536398a05b70df01f815f727940384c67e40 | a06515f4697a3dbcbae4e3c05de2f8632f8d5f46 | /corpus/taken_from_cppcheck_tests/stolen_9795.cpp | 5758606efdffa509de54bdc4f167fec4a0168933 | [] | no_license | pauldreik/fuzzcppcheck | 12d9c11bcc182cc1f1bb4893e0925dc05fcaf711 | 794ba352af45971ff1f76d665b52adeb42dcab5f | refs/heads/master | 2020-05-01T01:55:04.280076 | 2019-03-22T21:05:28 | 2019-03-22T21:05:28 | 177,206,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | cpp | int *test(int *Z)
{
int *Q=NULL;
if (Z) {
Q = Z;
}
else {
try {
} catch(...) {
}
}
*Q=1;
return Q;
} | [
"github@pauldreik.se"
] | github@pauldreik.se |
770d76c7ca79457a6dcf8ab59e034c7a07304d56 | 41943cc70147f9b4a65fec7515832bdc22050d39 | /google/cloud/storage/internal/curl_client.h | 262c672b512299917024eac767617a2bcc60fc78 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lian-hu/google-cloud-cpp | e98391c74724d19049c02fad3a4c620410e33681 | e9f5f2383a9d8d64e5543b2ee97049723ea217ee | refs/heads/master | 2023-08-08T01:08:52.085102 | 2019-03-11T19:19:51 | 2019-03-11T19:19:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,594 | h | // Copyright 2018 Google LLC
//
// 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 agreed to in w... | [
"noreply@github.com"
] | noreply@github.com |
4657f83903f1eb484e65532b080aa4ac09e6d330 | 5af9fec13724667b3d20e8669238426855b97d2b | /_3_5_12v_voltage_monitorwLCD/_3_5_12v_voltage_monitor.ino | 3a90b523a1c2481cea40040c710a081aab3de221 | [] | no_license | skull-candy/Arduino | b8153d3e81effbce484a7d9fdf537953b9b48edb | 2cea06352f2e7d35a32e4efbac762c24363666c3 | refs/heads/master | 2021-01-10T04:12:57.247521 | 2019-10-22T06:37:35 | 2019-10-22T06:37:35 | 52,384,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | ino | /*Arduino Controlled Voltage Monitor
*/
#include <LiquidCrystal.h>
//Initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
void setup()
{
lcd.begin(16, 2); //Set up the LCD's number of columns and rows
lcd.print("Internal Votlage"); //... | [
"ahsan@alahsan.xyz"
] | ahsan@alahsan.xyz |
8615e18d36e0fc9010d5952907860f96d9ba3a8e | 03ab3cc87d2eeb9b4081a1e4bc9c74bffad33809 | /glimac/src/TrackballCamera.cpp | e1d7b56c5e4d829a60ad13775ebe5564e53d7a91 | [] | no_license | ClawsDevlp/world_Imaker | 8b3f2ad3c0342949ff521455fabb8d9611d7bd72 | ef7229c1217c94abef2f39f1084edde2f8ec44ca | refs/heads/master | 2020-11-25T10:34:26.374211 | 2020-01-10T14:42:07 | 2020-01-10T14:42:07 | 220,536,065 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,038 | cpp | #include "glimac/TrackballCamera.hpp"
namespace glimac {
float TrackballCamera::getDistance() {
return m_fDistance;
}
float TrackballCamera::getAngleX() {
return m_fAngleX;
}
float TrackballCamera::getAngleY() {
return m_fAngleY;
}
void TrackballCamera::moveFront... | [
"clara.daigmorte@gmail.com"
] | clara.daigmorte@gmail.com |
ab92074720bad412a40a267d183f4fa0e34150ce | 8f451ce13a8bc4861f107787e3d78c719036bbd8 | /src/adobe_serial_tweak.cc | e9dcc11fe16989064f64f022350e312c5f4e33af | [] | no_license | proprietary/adobe_cc_serial_tweak | d590e216a9a76d4382be4f76400be628cda11a9d | 5917fe4ea3dbf1b78f4f3460e74f9911e9c07dc6 | refs/heads/master | 2020-04-26T09:49:27.014076 | 2019-03-02T16:07:55 | 2019-03-02T16:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,171 | cc | #include <string>
#include <sstream>
#include <string_view>
#include <fstream>
#include <rapidxml/rapidxml.hpp>
#include <rapidxml/rapidxml_print.hpp>
constexpr std::string_view default_filename {"/Library/Application Support/Adobe/Adobe Photoshop CC 2018/AMT/application.xml"};
int main(int argc, char* argv[]) {
co... | [
"zelly@outlook.com"
] | zelly@outlook.com |
d4627db6a57403937e1da79e3a76a2d76d94363f | 8c3ca0b6f4814bdf0167b3735f7b2de0965a0070 | /Lib/PortableWildcards.h | 411b2fcb82c932876834e736d48762cf04d3c84b | [
"MIT"
] | permissive | olivier-kozak/PortableWildcards | 96e554bbdd4a1447b7c91cf49fdb86b550056acb | f7dac2508d1c6833f997546a1debafe686826a3c | refs/heads/master | 2020-03-25T07:17:16.351125 | 2018-08-04T18:16:43 | 2018-08-04T18:16:43 | 143,552,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 214 | h | #ifndef PORTABLE_WILDCARDS_H
#define PORTABLE_WILDCARDS_H
#include <string>
namespace PortableWildcards {
bool matches(const std::string &string, const std::string &pattern);
}
#endif //PORTABLE_WILDCARDS_H
| [
"olivier.kozak@gmail.com"
] | olivier.kozak@gmail.com |
de6b20f0bd83229bfdc3ee16b93935d0c6b2008d | 5c52826dbc530e3b409d47b5749a1ccf5fb0a250 | /HackerRank/STRINGS/SHERLOCKVALID2.cpp | 35e5a2050a9f328cd8c3e338e70b7608d265c5fd | [] | no_license | rahulrj/MTV | 5905595cf5b5dfb1c029e485a5094945e0c0a0db | 646a496e3e30bb2351c10bab74cd47283c31a999 | refs/heads/master | 2021-01-12T03:37:06.375283 | 2017-12-22T22:30:01 | 2017-12-22T22:30:01 | 78,239,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,878 | cpp | #include<bits/stdc++.h>
#define assn(n,a,b) assert(n<=b and n>=a)
#define pb push_back
#define mp make_pair
#define F first
#define S second
#define SZ(a) (int)(a.size())
#define SET(a,b) memset(a,b,sizeof(a))
#define LET(x,a) __typeof(a) x(a)
#define TR(v,it) for( LET(it,v.begin()) ; it != v.end() ; it++)
#define repi... | [
"rahul.raja@inmobi.com"
] | rahul.raja@inmobi.com |
087762f1b25538bfab70a3f8f3aa1a64970e2e1c | 5bb277d676944b89bd6d5e7ba6a4bc6635cd1845 | /SRM 652/ValueOfString.cpp | 38fc8f27fe1cb406024de454b22ea84c9f6bf7f0 | [] | no_license | tanmesh/topcoder_code | 6b63f7176322daf0e0d19bef849bffae4f2cec74 | 0cc1cf1861ed56d8c7d79f7e4e975d5045438ca6 | refs/heads/master | 2020-05-22T01:06:12.100903 | 2018-07-26T06:29:39 | 2018-07-26T06:29:39 | 62,441,732 | 1 | 0 | null | 2018-07-29T10:49:55 | 2016-07-02T08:30:19 | C++ | UTF-8 | C++ | false | false | 3,270 | cpp | #include <cstdio>
#include <cmath>
#include <cstring>
#include <ctime>
#include <iostream>
#include <algorithm>
#include <set>
#include <vector>
#include <sstream>
#include <typeinfo>
#include <fstream>
using namespace std;
class ValueOfString {
public:
int findValue(string s) {
int ans=0;
vec... | [
"tanmeshnm@gmail.com"
] | tanmeshnm@gmail.com |
6669228ff80a79265b82c21d301bd208abaaf3aa | 380e7c42037c48a2fe22a359ea7cb167addea179 | /Temperature/temperature.cpp | c5c1b788d236bcdb73f5693dfab962cd86c9d7c2 | [] | no_license | sagar0698/CPP-Projects | 8cc5ad5cdc36f35aa6913f8c134358479f8d9def | 84324478ee94b5281dca650111d81c40d287b43a | refs/heads/master | 2020-09-26T02:56:56.834847 | 2020-01-06T08:24:12 | 2020-01-06T08:24:12 | 226,148,026 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,816 | cpp | /*C++ program that reads a temperature.txt file
and finds the lowest and highest temperatures,
then finds the average of the lowest and highest
temperatures, and finally writes the histogram to
the file report.txt*/
#include <iostream>
#include <string>
#include <iomanip>
#include <fstream>
using namespace std;
int... | [
"noreply@github.com"
] | noreply@github.com |
687f769bae2e87449cbacda80926ddefad25f9bf | b30ce2bde2534904932266f67d93444360d21db2 | /Arduino/libraries/ros_lib/automotive_platform_msgs/SteeringCommand.h | d47aae461871ac8b230930d553ac3ee10791d885 | [] | no_license | MaxDeSantis/pid_ball_balancer_cbs | ee987b00474ec69d09ddc5f74bf9b9a3bc08f722 | 5266c1802631bdfce0425fbba75240a5f29c1c71 | refs/heads/main | 2023-04-07T15:12:24.028858 | 2021-04-18T16:44:02 | 2021-04-18T16:44:02 | 339,237,652 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,228 | h | #ifndef _ROS_automotive_platform_msgs_SteeringCommand_h
#define _ROS_automotive_platform_msgs_SteeringCommand_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "std_msgs/Header.h"
namespace automotive_platform_msgs
{
class SteeringCommand : public ros::Msg
{
public:
... | [
"ctvmdesantis@cox.net"
] | ctvmdesantis@cox.net |
32bbe81ef3351ee1e8b96bd6a5b8916b5df78f34 | f1a2325795dcd90f940e45a3535ac3a0cb765616 | /development/TelecomServices/Monitoring/MON_IBETHStatus.h | 166cedc34a7d3313b702f9968db2e439800d2fcc | [] | no_license | MoonStart/Frame | 45c15d1e6febd7eb390b74b891bc5c40646db5de | e3a3574e5c243d9282778382509858514585ae03 | refs/heads/master | 2021-01-01T19:09:58.670794 | 2015-12-02T07:52:55 | 2015-12-02T07:52:55 | 31,520,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,087 | h | //Copyright(c) Tellabs Transport Group. All rights reserved
#ifndef MON_IBETHSTATUS_H
#define MON_IBETHSTATUS_H
#include <CommonTypes/CT_Telecom.h>
#include <CommonTypes/CT_IBETH_Definitions.h>
#include "MON_Object.h"
class MON_IBETHStatus
: public MON_Object
{
public:
//Constructor.
MON_IBETHStatus(uint32 t... | [
"lijin303x@163.com"
] | lijin303x@163.com |
03bdaedbf07d50bcdd76b2bd9e4c2882ac08ea92 | f19016d752ce901373869f9e032c039a2a61da40 | /UAlbertaBot/Source/base/BuildingManager.cpp | 92d3a954b14e06292c566125688c415023a0ec63 | [
"Apache-2.0"
] | permissive | abeshry/StarcraftAI | 4480dce3a23ef862043a3b48f40c99728cb7759f | 2eca612783d1b4c06469885ebc3cce46cc0c6fce | refs/heads/master | 2021-01-10T14:45:28.221810 | 2015-09-30T01:27:59 | 2015-09-30T01:27:59 | 43,404,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,721 | cpp | #include "Common.h"
#include "BuildingManager.h"
BuildingManager::BuildingManager()
: debugMode(false)
, reservedMinerals(0)
, reservedGas(0)
, buildingSpace(1)
, totalBuildTasks(0)
{
}
// gets called every frame from GameCommander
void BuildingManager::update()
{
// Step through building logic, issue order... | [
"abeshry@gmail.com"
] | abeshry@gmail.com |
917fbb08479d65ce02dbec112351e860dc368314 | ec71579a12bfad56a21bea33c4301e2580ba3dd2 | /doc/ch341/i2c_master/Software/USB2I2C with Source Code/Resource/USB2I2C_VC/OtherPage.h | e9389d0b74c635ad74776af2af730b6298d63ee3 | [] | no_license | CutClassH/ScdTool | 6839e4d2ae2fccaaea5eaeb3dc800beb86f72bb2 | e014835da02280005aa1192cbdc805614dd7f4db | refs/heads/main | 2023-07-29T07:20:44.021654 | 2021-09-12T17:16:08 | 2021-09-12T17:16:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,305 | h | #if !defined(AFX_OTHERPAGE_H__DDA810B7_F37F_47EB_8D2E_3FB5F0100165__INCLUDED_)
#define AFX_OTHERPAGE_H__DDA810B7_F37F_47EB_8D2E_3FB5F0100165__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OtherPage.h : header file
//
///////////////////////////////////////////////////////////////////////////... | [
"1939261764@qq.com"
] | 1939261764@qq.com |
dbee1adbc1c8456dd3463f9b75efe58571069c91 | 347c5c2128cc1193e7ca1a2d338e89466a368072 | /include/operator/expression/EQ.h | 51506c7f9d78c5db35f59a5a2e013a0ecbb9f537 | [
"MIT"
] | permissive | Tobias-Werner/GStream | 9aec79106646bb82b698272c41dc145654830a12 | b8650c71a607413f965d6582d1eb738481e682bd | refs/heads/master | 2020-08-03T10:57:47.462632 | 2019-10-11T15:31:15 | 2019-10-11T15:31:15 | 211,727,263 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 734 | h | //
// Created by tobias on 06.08.18.
//
#ifndef STREAMS_EQ_H
#define STREAMS_EQ_H
#include "ACondition.h"
namespace STREAM {
class EQ : public ACondition {
public:
bool check(Long &first, Long &second) {
return first.get() == second.get();
}
bool check(Double &first,... | [
"info@x-ploit.de"
] | info@x-ploit.de |
de07e53b16acfc3a8ab252b9c1173ced48d16999 | b4f02ef40bfa932dcb8cef5286d5c75bab820c06 | /PandoraSDK/include/Managers/ClusterManager.h | 6120a0ab7431fc381385bd4365223f8eeda855d8 | [] | no_license | kpedro88/pandora | 5de313d67168ba1eb59eca91f0b7576178930c20 | e4825cb52f9a6c8b04ec93b9506b12631e3a475f | refs/heads/master | 2021-01-17T22:39:59.261759 | 2015-02-26T09:20:32 | 2015-02-26T09:20:32 | 32,041,513 | 0 | 0 | null | 2015-03-11T21:13:42 | 2015-03-11T21:13:41 | C++ | UTF-8 | C++ | false | false | 5,811 | h | /**
* @file PandoraSDK/include/Managers/ClusterManager.h
*
* @brief Header file for the cluster manager class.
*
* $Log: $
*/
#ifndef PANDORA_CLUSTER_MANAGER_H
#define PANDORA_CLUSTER_MANAGER_H 1
#include "Api/PandoraContentApi.h"
#include "Managers/AlgorithmObjectManager.h"
#include "Objects/Cluster.h... | [
"a.degano@gmail.com"
] | a.degano@gmail.com |
25da714095ece958be4174ef8b48743ad7360fe7 | a303be0a547d717b0deb19b5bdcc75010e131b51 | /Contests/College Contests/ CodeNight/p3.cpp | d6d8f0ef6a9ade9288f06a08edf9ca7b21ee170e | [] | no_license | harrypotter0/competitive-programming | ff883c4dc5aa8d72f1af589bb654a422e32c8a38 | 82a8497e69212dc62e75af74b0d5a3b390b8aca2 | refs/heads/master | 2023-03-23T07:07:14.295053 | 2021-03-17T01:24:45 | 2021-03-17T01:24:45 | 70,964,689 | 16 | 9 | null | 2021-03-17T01:24:49 | 2016-10-15T03:52:53 | Python | UTF-8 | C++ | false | false | 616 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long lnt;
int a[110],b[110];
int x[110],y[110],ok[110];
int main(){
int n;
scanf("%d",&n);
for(int k=1;k<=n;k++) scanf("%d%d",&a[k],&b[k]);
for(int k=1;k<=n;k++){
if(k<=n/2) x[k]=a[k]-b[k];
else y[k-n/2]=b[k];
}
sort(x+1,x... | [
"9654263057akashkandpal@gmail.com"
] | 9654263057akashkandpal@gmail.com |
a415da3dc3c3556f306de6224dd6cb7a60ffd06e | 8c114792636e9336c70fcaf4abc83eb25679d894 | /src/core-master/cpp/ecp_NUMS256W.h | 64eae9598ed9d7d44d1e0d21acb19d67d5d13975 | [
"BSD-3-Clause",
"AGPL-3.0-only"
] | permissive | cri-lab-hbku/auth-ais | c7cfeb1dee74c6947a9cc8530a01fb59994c94c5 | 9283c65fbe961ba604aab0f3cb35ddea99277c34 | refs/heads/master | 2023-03-23T00:22:29.430698 | 2021-03-12T18:53:27 | 2021-03-12T18:53:27 | 250,838,562 | 0 | 0 | BSD-3-Clause | 2021-03-12T18:53:28 | 2020-03-28T16:10:17 | C++ | UTF-8 | C++ | false | false | 13,072 | h | /*
Copyright (C) 2019 MIRACL UK Ltd.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This progr... | [
"ahmedaziz.nust@hotmail.com"
] | ahmedaziz.nust@hotmail.com |
faf5e4a31c3dd2815c933faa91c1f5344ac89366 | 0654228578d742c8aadc52f1755268c2ef4cabe0 | /IPSSIM_December/dataSet_12.cpp | fa0725f315b9a7152fbc8d0d7977bc8228642349 | [] | no_license | ir0nheart/IPSSIM_December | 4c7c4060a6f1de213921838de31e952b701227ec | 81f1e6b8b6c19f4755d21e45df6b1a5391837532 | refs/heads/master | 2020-04-13T18:35:32.857545 | 2019-01-07T20:06:14 | 2019-01-07T20:06:14 | 163,379,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,576 | cpp | #include "dataSet_12.h"
#include <iostream>
#include <locale>
dataSet_12::dataSet_12(std::string data_)
{
name = "Data Set 12";
data = data_;
std::cout << "Data Set 12 - is created " << std::endl;
}
dataSet_12::~dataSet_12()
{
std::cout << "Data Set 12 - is destroyed " << std::endl;
}
void dataSet_12::parse_dat... | [
"demiryurek.a@husky.neu.edu"
] | demiryurek.a@husky.neu.edu |
0c75d6c87065d3ebb64597da341a687d61dc7df1 | 342a1a560615fc707481b7e940e59fe2c4f8cead | /install_native_2.0.10/resources/cocos2d-x/cocos/platform/CCImage.cpp | ba20521760a85f0ce2d3c1038571075bd17dedec | [] | no_license | dixon1988/creator_tool | ae0e8180e2e835b4a90aa31cca3d5e122e9acdf5 | 1998634b2654bd4cd7114b07d4fe9235782c61cd | refs/heads/main | 2023-07-13T02:02:34.273788 | 2021-08-24T03:16:47 | 2021-08-24T03:16:47 | 399,299,536 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,398 | cpp | /****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2013-2016 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation file... | [
"399500269@qq.com"
] | 399500269@qq.com |
c5049c7110bde7f4b6b62d772b3f846abfe92cae | c67dbdad03baee2d255586d6db34b7e96072a355 | /src/impl_windows.cpp | 3be175bd05157990e347b5e65136c1c44b0eba4a | [] | no_license | rayburgemeestre/SuperMouser | d8275347b5a25b404e990403c934706717726c2a | 97bcaf0df242dc26832dcfcaa86eae3412d2ec0f | refs/heads/master | 2020-06-02T21:56:13.120024 | 2013-12-16T10:46:46 | 2013-12-16T10:46:46 | 1,573,115 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,352 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: abstractwindow.cpp
// Purpose:
// Author: Ray Burgemeestre
// Modified by:
// Created: 04/04/2011 19:32:52
// RCS-ID:
// Copyright:
// Licence:
/////////////////////////////////////////////////////... | [
"ray.burgemeestre@gmail.com"
] | ray.burgemeestre@gmail.com |
609e13d9d322e68540ad0aacb96d8f66b0b4e48e | 4547c086eb45aeec361679e80e52148a6e4d9519 | /source/Main.cpp | a5ebcfddd03d5492b63e1b7db397bc13e496b2a7 | [] | no_license | balazsbanto/VolumetricRayCasting-GL | 753c174316bdd5206b064dbaa024328766a5539c | 6382605628ada55068964865d69dc095eb8e8740 | refs/heads/master | 2021-05-21T16:37:41.786985 | 2020-12-30T11:06:09 | 2020-12-30T11:06:09 | 252,719,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,536 | cpp | // Qt5 includes
#include <QGuiApplication>
#include <QMessageLogger>
#include <QCommandLineParser>
// Custom made includes
#include <InteropWindowImpl.hpp>
// SYCL include
#ifdef _MSC_VER
#pragma warning( push )
#pragma warning( disable : 4310 ) // Prevents warning about cast truncates constant value
#pragma warning... | [
"balazs.banto@agroninja.com"
] | balazs.banto@agroninja.com |
44c2e3b23d437591b1cefe1243dee26516edb263 | 2091684e56ab65127b44908e0ad93a908325331b | /ECE 250/avltree/bailyTest.cpp | bff8a47c2cb9ff82969c91f680bb4bd956d59bfa | [] | no_license | NathanielRN/uwaterloo-class-resources | c3d5b150ade4e992186d7b8096eb584fe19e7cfd | 38a6e43e81f523f84cc04c18e1d59e79a8344750 | refs/heads/master | 2023-06-18T07:01:13.070547 | 2021-07-11T06:33:49 | 2021-07-11T06:33:49 | 384,876,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,497 | cpp | /*
* Bailey Thompson
* github.com/bkthomps
*
* Automated test for AVL tree and iterator. Make sure to make your inner Node
* class is public for this test.
*/
#include <iostream>
#include <cassert>
#include "Search_tree.h"
static void forward_iterate(Search_tree<int>& tree) {
int count = 0;
... | [
"nathanielruiz98@gmail.com"
] | nathanielruiz98@gmail.com |
9cf267bd325aab9a25fa70d8d30040baec9d10cd | 94a85a1b28ca1a55634490c32540241f4f60a3e6 | /module_4/ex01/PlasmaRifle.cpp | 88b8f4eea690ea788dbdba62d630f2bb4793b2cb | [] | no_license | Saske912/cpp | 054507793021d90bb174f3039639b74f36f4f05d | 05691dca31531b3ce865189dee2c692ba4d5f21f | refs/heads/master | 2023-05-28T12:29:28.884531 | 2021-06-08T01:46:30 | 2021-06-08T01:46:30 | 353,736,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,060 | cpp | //
// ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣠⣴⣖⣁⣀⣀⡄⠀⠀⠀
// ⠀⠀⠀⠀⠀⠀⢀⣀⣠⣴⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⣤⣄⣀⣀
// ⠀⠀⠀⠀⠀⠀⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠁
// ⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠁⠀
// ⠀⠀⠀⠀⠀⣼⣿⡟⠀⢠⡲... | [
"pfile@student.21-school.ru"
] | pfile@student.21-school.ru |
ab0d961f0c77f7a9b812dbc78e68bd158c66e5f1 | 6e28d6f7bc3d01cd33a30025f34f0419f9473838 | /Game/libs/Box2D/Collision/b2CollidePolygon.cpp | 340eb13d095dce892b82f3260be8ce29f081d5df | [
"MIT",
"Apache-2.0",
"Zlib"
] | permissive | dev2dev/tiny-wings | 721d7d7fdf6efcc2eafd7f05e7b0eb854020828e | 27d5625b864a85863807fbabb25c0e8689351cce | refs/heads/master | 2021-01-18T16:40:05.700629 | 2011-06-13T09:45:16 | 2011-06-13T09:45:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,777 | cpp | /*
* Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com
*
* 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 software.
* Permission is granted to anyone to use this software for any pur... | [
"st@haqu.net"
] | st@haqu.net |
0dcc063a315250ff1d6d2e46c5196143a84ecc9a | 33b1f0b8915b2934dcd6cbc19d89b88f74f009b9 | /PROJECT/server/GameServer/Include/ThingContainer.h | bbc382b88bf7cfc0dfd3d3809c4e789f177afa0e | [] | no_license | huangtao/codeview | 3a8dab3a402401e5287fec88eb050f030d0151a3 | 6534217b5915ddc3367e64266a2bf324c28bf0b1 | refs/heads/master | 2020-04-11T11:00:28.706157 | 2016-09-27T23:48:53 | 2016-09-27T23:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,031 | h |
#ifndef __THINGSERVER_THING_CONTAINER_H__
#define __THINGSERVER_THING_CONTAINER_H__
#include <vector>
#include "IThing.h"
#include "IGameWorld.h"
#include "IVisitWorldThing.h"
#include "IActor.h"
//用来放置所有的游戏对象
class ThingContainer
{
//所有游戏对象的Map
typedef std::hash_map<UID, IThing*,std::hash<UID>, std::equal_to<UI... | [
"[309930133@qq.com]"
] | [309930133@qq.com] |
1a5079a955f81bda6109fdfe9181db7b955833c8 | 7c6ddc8c816029766d485fc9fe5348ac4b6a9129 | /src/PositionSensor.cpp | 4371be9bd8ecc659a19776f6d49841f388f8c024 | [
"Unlicense"
] | permissive | oturpe/crystal-c-levitation | b2b8358408076fb53a845d59497f81dd2d9235da | 1ff5d4c524d7a6599c80982cdb7d777ad53de6f9 | refs/heads/master | 2016-09-11T08:19:44.012097 | 2014-02-21T17:15:53 | 2014-02-21T17:15:53 | 13,458,318 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | /*
* PositionSensor.cpp
*
* Created on: 11.11.2013
* Author: Otto Urpelainen
*/
// Precompiled library dependencies
#include "Arduino.h"
// Project configuration
#include "CrystalCLevitation.h"
// In-project dependencies
#include "PositionSensor.h"
PositionSensor::PositionSensor(int sensorPin,int resetPi... | [
"oturpe@iki.fi"
] | oturpe@iki.fi |
2a338f0c00f389f6052b5df26716f4d40962db37 | 981511cfbb6533914af0f72bdf4d779ad7a1c9ae | /cppHellow/85类模板头文件和源文件分离/Person.hpp | bbde46a120099536986eead6f027b99d860e0795 | [
"Apache-2.0"
] | permissive | coderTong/cppStudy | f59b70f0550bde3da414b4793900b24b652a20cb | fddf4954395b5e9b89471c1a15d33f3554710105 | refs/heads/master | 2023-01-22T21:14:00.648666 | 2020-12-05T05:11:51 | 2020-12-05T05:11:51 | 282,211,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | hpp | //
// Person.hpp
// 85类模板头文件和源文件分离
//
// Created by codew on 10/5/20.
// Copyright © 2020 codertom. All rights reserved.
//
#ifndef Person_hpp
#define Person_hpp
#include <stdio.h>
#pragma once
using namespace std;
template <class T1, class T2>
class Person {
public:
Person(T1 name, T2 age);
... | [
"tong.wu@netviewtech.com"
] | tong.wu@netviewtech.com |
c98f6c85cece69bafe7bafa6f75665e4b64928a0 | 59ec5e4622992181bc720ab68cdc4aca84fad4ef | /src/TaggedNum.hh | 21ccae08e8cacd17880766b131cee0da59d1078c | [
"MIT"
] | permissive | leilakechache/DeBruijnGraph | 3ebc707dfcc9b02852bca265ac025bd0d7b3414f | b3680948bb94872d4a9fbbc9006861940ec2e23e | refs/heads/master | 2020-07-01T06:46:06.764739 | 2019-08-08T12:38:17 | 2019-08-08T12:38:17 | 201,079,540 | 0 | 1 | NOASSERTION | 2019-08-08T12:38:18 | 2019-08-07T15:41:14 | C++ | UTF-8 | C++ | false | false | 2,072 | hh | // Copyright (c) 2008-1016, NICTA (National ICT Australia).
// Copyright (c) 2016, Commonwealth Scientific and Industrial Research
// Organisation (CSIRO) ABN 41 687 119 230.
//
// Licensed under the CSIRO Open Source Software License Agreement;
// you may not use this file except in compliance with the License.
// Ple... | [
"noreply@github.com"
] | noreply@github.com |
1f082b9fb5c02aa25fb817834d4126030ad06b5e | 58d485aeafc1aad1489c5ca557a9bf94ee07a466 | /6 семестр/api/widget.h | 74ee6e9d06fad11b491d4bc3465292e536a07f2e | [] | no_license | IlchenkoRoman/Ilchenko | a8c0ae3c8abf394f47f5fa9a711edec8362a0ea6 | e199274352425d0c33c2f7589664e3eb147ccbfa | refs/heads/main | 2023-01-13T06:08:12.810174 | 2020-11-04T11:03:41 | 2020-11-04T11:03:41 | 302,682,572 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 211 | h | #ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include "api.h"
class Widget : public QWidget
{
Q_OBJECT
private:
public:
Widget(QWidget *parent = nullptr);
~Widget();
};
#endif // WIDGET_H
| [
"67579698+IlchenkoRoman@users.noreply.github.com"
] | 67579698+IlchenkoRoman@users.noreply.github.com |
f165f7f0e379b8a9b1ef36df28edee58deb017a1 | 8c1add484810df818286a6bbf7331c213e945018 | /Chapter6/PauseState.cpp | eb3dc81e4124dbdbc5cf18b524d90a6d95e8f16e | [
"BSD-3-Clause"
] | permissive | sgeos/book_sdl_game_development | 558075ed34177298fa9026c285ffe6af68d89485 | a37466bfe916313216f332cbcff07dc6b3800908 | refs/heads/master | 2020-05-04T21:02:00.730299 | 2019-06-13T06:16:20 | 2019-06-13T06:16:20 | 179,461,655 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,356 | cpp | #include <iostream>
#include <string>
#include "Constants.h"
#include "DemoBackground.h"
#include "Game.h"
#include "GameStateMachine.h"
#include "InputHandler.h"
#include "PauseState.h"
#include "MenuButton.h"
#include "MainMenuState.h"
#include "StateParser.h"
#include "TextureManager.h"
const std::string PauseState... | [
"b-sechter@unext.jp"
] | b-sechter@unext.jp |
32d1356f6e9fe4013c748fea625b49802a40d3f7 | c014e5edd39d8a9892351b466d363215c74ce674 | /LunarLander/Entity.h | d4d045e1ee68113c475df4c429c96c1373a30f8e | [] | no_license | PayalNareshNYU/CS3113LunarLander | 618659889a521f210351892ee07e6addc90491e3 | b77c655da3c5a204be6a18c9d1e020b42bb1f2a1 | refs/heads/master | 2021-03-19T21:02:17.902556 | 2020-03-13T19:21:07 | 2020-03-13T19:21:07 | 247,146,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,236 | h | #define GL_SILENCE_DEPRECATION
#ifdef _WINDOWS
#include <GL/glew.h>
#endif
#define GL_GLEXT_PROTOTYPES 1
#include <SDL.h>
#include <SDL_opengl.h>
#include "glm/mat4x4.hpp"
#include "glm/gtc/matrix_transform.hpp"
#include "ShaderProgram.h"
#include <string>
class Entity {
public:
glm::vec3 position;
glm::vec3... | [
"pn785@nyu.edu"
] | pn785@nyu.edu |
ec0d02ea6ceccdd23eff319814e2af9578948519 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/content/renderer/pepper/resource_converter.h | 57b72a1fb8042c78231bc45d645eabb529f2e813 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 2,684 | h | // Copyright 2013 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 CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H
#define CONTENT_RENDERER_PEPPER_RESOURCE_CONVERTER_H
#include <vector>
#include "base/basictypes.h"... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
03bfbf23f7f96cc6ab2121e73df287f63955a6d2 | 0577a46d8d28e1fd8636893bbdd2b18270bb8eb8 | /update_notifier/thirdparty/wxWidgets/src/osx/core/mimetype.cpp | 9f878b0ab3f82c44cd61461c36cfcfb05323610c | [
"BSD-3-Clause"
] | permissive | ric2b/Vivaldi-browser | 388a328b4cb838a4c3822357a5529642f86316a5 | 87244f4ee50062e59667bf8b9ca4d5291b6818d7 | refs/heads/master | 2022-12-21T04:44:13.804535 | 2022-12-17T16:30:35 | 2022-12-17T16:30:35 | 86,637,416 | 166 | 41 | BSD-3-Clause | 2021-03-31T18:49:30 | 2017-03-29T23:09:05 | null | UTF-8 | C++ | false | false | 23,180 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: src/osx/core/mimetype.cpp
// Purpose: Mac OS X implementation for wx MIME-related classes
// Author: Neil Perkins
// Modified by:
// Created: 2010-05-15
// Copyright: (C) 2010 Neil Perkins
// Licence: wxWind... | [
"mathieu.caroff@free.fr"
] | mathieu.caroff@free.fr |
58647f5869b65351b19614acf218d091752c19bb | 7042dd8b567f30d926f682907f5b2f53f93e8980 | /winxsamp/tutorials/winx/step019-scroll-window/4.zoomview/hello.cpp | c4f02e87c9b9398d36119697ceb3527638e540ee | [] | no_license | xushiwei/winx | 9e02558ddbb4f873119c172f186f06730b93092d | 83f6b65193137e9ec08644a4391dfc96c0969313 | refs/heads/master | 2020-12-24T22:29:36.717051 | 2018-04-20T11:57:26 | 2018-04-20T11:57:26 | 2,092,114 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,126 | cpp | /* -------------------------------------------------------------------------
// WINX: a C++ template GUI library - MOST SIMPLE BUT EFFECTIVE
//
// This file is a part of the WINX Library.
// The use and distribution terms for this software are covered by the
// Common Public License 1.0 (http://opensource.org/licenses... | [
"xushiweizh@gmail.com"
] | xushiweizh@gmail.com |
310dd5bec5e5d349182130637cd9be78a49a8946 | 30934e1bec424f277598c4270a05f82edc17479d | /FirstProject/FloorSwitch.h | 5c987a9581625fed01f24364951ebabeaafc3059 | [] | no_license | wahmarco96/ProtoTypeGameUE4 | ca9dec9ad399e8f7f6acad8a78f3aa6259a0bd9c | d4fd208468f877d99455ca4371ab6b5542224b62 | refs/heads/master | 2020-07-03T17:10:54.105794 | 2019-08-20T18:14:46 | 2019-08-20T18:14:46 | 201,980,463 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,438 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "FloorSwitch.generated.h"
UCLASS()
class FIRSTPROJECT_API AFloorSwitch : public AActor
{
GENERATED_BODY()
public:
// Sets default values fo... | [
"noreply@github.com"
] | noreply@github.com |
40d1c974690535afc7d795c2d9a2118ab077ac43 | b518d7b94bf1e14ab580da417b133e59c8664e79 | /graph/printing sortest path using BFS.cpp | f3498e1b5dbf80d025083f3e99aca2c257c7cb20 | [] | no_license | jitunmohajan/competitive-programming | 919c7b26af01c30b2398c1284f95f40fafd50061 | 3cbaa761f00cd311989cfcc4aa8422d481e29435 | refs/heads/master | 2023-02-24T16:36:02.150414 | 2021-01-30T19:09:26 | 2021-01-30T19:09:26 | 170,622,999 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | cpp | #include<bits/stdc++.h>
using namespace std;
vector<vector<int> >adj(0,vector<int>(0,0));
vector<int>visit,dis;
int u,v,s,e,node,edge;
void bfs(int s,int e){
queue<int>q;
q.push(s);
visit[s]=1;
dis[s]=s;
while(!q.empty()){
u=q.front();
q.pop();
for(int i=0;i<adj[u].size();i++)
{
v=... | [
"jitunmohajan@gmail.com"
] | jitunmohajan@gmail.com |
b10aae7638f649739d4ade61549feb8a4cf661cc | 71451806a4d21a2212731969575cff90e967de7e | /src/MonitorManagerBackend/include/DBManager.h | cbe3b6fe7cfa577c4bae61c923ed7104fcdc7171 | [] | no_license | radtek/MonitorIntegration | 74222945fa1aa6e6732d4ee5494673f13bca8cbf | 0f5adffe035a0953ca0136d407b0b4a383158926 | refs/heads/main | 2023-04-03T09:11:31.163549 | 2021-04-07T06:33:57 | 2021-04-07T06:33:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,112 | h | //
// Created by felix lee on 2020/10/27.
//
#ifndef MONITORINTEGRATION_DBMANAGER_H
#define MONITORINTEGRATION_DBMANAGER_H
#include <string>
#include <fstream>
#include <memory>
#include <iostream>
#include "nlohmann/json.hpp"
#include "sqlite3.h"
#include "fmt/format.h"
class DB {
public:
DB(const std::strin... | [
"lf729263226@outlook.com"
] | lf729263226@outlook.com |
43aae84f41a69ea027c2eaeb42dddc9238ddf25e | e853157395e4b35fcb18804c6640e387a316c210 | /ddbtoaster/srccpp/lib/date_type.hpp | 7728dd87811dd0231c99964386be5cd355ae106f | [
"Apache-2.0"
] | permissive | dbtoaster/dbtoaster-backend | d8d9cf56daef16e04501c890a68a86291a62bb88 | e47273968b360b1c3685449f23d0510c78f59216 | refs/heads/master | 2022-03-04T01:56:02.288950 | 2022-02-14T12:26:43 | 2022-02-14T12:26:43 | 10,745,011 | 53 | 17 | Apache-2.0 | 2021-01-04T20:40:27 | 2013-06-17T19:17:56 | C++ | UTF-8 | C++ | false | false | 1,840 | hpp | #ifndef DBTOASTER_DATETYPE_HPP
#define DBTOASTER_DATETYPE_HPP
#include <cstdint>
namespace dbtoaster {
struct DateType {
public:
constexpr DateType(uint16_t t_year, uint8_t t_month, uint8_t t_day)
: day(t_day), month(t_month), year(t_year) { }
constexpr DateType() : day(0), month(0), year(0) { }
const... | [
"milos.nikolic@ed.ac.uk"
] | milos.nikolic@ed.ac.uk |
5c95f32d357855b69113e408032b84d04f02168e | c2dc67d6ab1f32252d3e50cbc8e3d75c595cc21a | /Practice/Find Pair With Given Sum.cpp | 736f9317bfc0fd5852b13cb28cef633dcaa9aee8 | [] | no_license | KN999/Data-Structure | 91e0f83a59bc7288bffeb38a33e5e925ec594e46 | 2d90646663c92f35980b2a656cc3e411ae48f520 | refs/heads/master | 2022-12-28T06:38:15.642877 | 2020-03-11T08:12:46 | 2020-03-11T08:12:46 | 256,546,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 985 | cpp | #include<iostream>
#include<vector>
#include<map>
#include<bits/stdc++.h>
#include<algorithm>
#include<set>
#include<string.h>
using namespace std;
class Solution {
public:
vector<int> solve(vector<int> &nums, int target) {
map<int, int> m;
vector<int> result;
for(int i=0; i<nums.size(); i+... | [
"navinkumar0299@outlook.com"
] | navinkumar0299@outlook.com |
c1ad3e3aaed4b5647549b875b04635af95f13e9a | 4cd7933a74084f6a6d04a1f5e6c75f6d087ed042 | /ScanConvertSliceSeries/ScanConvertSliceSeries.cxx | 497786892efc2fd0587e6bbe5693b70a96795e37 | [
"Apache-2.0"
] | permissive | Guokr1991/SlicerITKUltrasound | 8006c37e01c00fdfc084e9e58f1f6d9e5f9ff78a | 60354507920cf4190e807c8bb0f9b1eab8ed0e24 | refs/heads/master | 2021-01-16T18:06:04.405961 | 2016-06-01T06:26:43 | 2016-06-01T06:26:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,867 | cxx | /*=========================================================================
*
* 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... | [
"matt.mccormick@kitware.com"
] | matt.mccormick@kitware.com |
a846e1fd23bc8a9848d15262926a04fe6452af9d | b5e51cfb027bb6b4354925ad28ab5f65215230e7 | /dayTwoCppProjects/multiplyBy2.cpp | bbd973df307d1846ab899d0af867330b903a748d | [] | no_license | Isaac-Tait/myCppCreations | 74a142e6738a1bd25ea839779b70206c2bb636aa | d37dfbafd4a2a1860a63784b0c8b977bfc9fd738 | refs/heads/main | 2023-07-06T12:35:19.988762 | 2021-08-09T14:14:41 | 2021-08-09T14:14:41 | 383,000,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | /*
* multiplyBy2.cpp
*
* Created on: Jun 30, 2021
* Author: isaactait
*/
#import <iostream>
int main() {
std::cout << "Enter an integer: ";
int x{ };
std::cin >> x;
std::cout << "Enter another integer: ";
int y{ };
std::cin >> y;
std::cout << "Your first and second choice added together equals: ... | [
"isaac@mountaintopcoding.com"
] | isaac@mountaintopcoding.com |
8278651ab487251a80492c244a51a932bcedd3e3 | 97e0d023d36c14a1b7d8c5ae4d579066492b5c58 | /搜索/BFS/POJ3126 素数替换/main.cpp | aacff8401c0c999a761eb50d233f11973dd722be | [] | no_license | gmy987/ACM | f6f809811b54a1e106624b83eda56120ac85d852 | 4b807f61b35d07db0d35e2195a8d93cff648b7bb | refs/heads/master | 2021-01-13T01:28:55.209296 | 2015-09-03T07:09:28 | 2015-09-03T07:09:28 | 41,202,863 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | cpp | #include <iostream>
#include <queue>
#include <cstdio>
#include <cstring>
#include <cmath>
using namespace std;
int vist[10005];
int m,a,b;
struct Number
{
int num,step;
};
bool isPrime( int x )
{
if(x==1||!(x%2)) return false;
if(x==2) return true;
for( int i = 3 ; i <= sqrt(x) ; i+=2 )
if(!(x... | [
"46922547@qq.com"
] | 46922547@qq.com |
b9c57d82f57d91e403a1a6f9fde8b18cdd17f170 | 2ad9f9026c21c4392df4d4fb63d349a2f21a6c42 | /samples/VR2Arm/LighthouseTracking.cpp | 39252f2f96f2e549da4b0d0a828d1a5376026715 | [
"MIT",
"BSD-3-Clause"
] | permissive | itsgohtime/VR | a935e0f83275f6c773e19c74109333cec4c6c71d | 25f3851224f1a7cc09e219e26f2dc1a7774519be | refs/heads/master | 2022-04-12T19:36:44.425960 | 2020-02-28T22:53:24 | 2020-02-28T22:53:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,517 | cpp |
// The main file for dealing with VR specifically. See LighthouseTracking.h for descriptions of each function in the class.
#include "LighthouseTracking.h"
#define NOMINMAX
#include <windows.h>
// Destructor for the LighthouseTracking object
LighthouseTracking::~LighthouseTracking()
{
if (vr_pointer != NULL)
{... | [
"32887801+aed3@users.noreply.github.com"
] | 32887801+aed3@users.noreply.github.com |
4e8a59ff8a41eaa9b93b5235fd561449d414b116 | 1f1cc05377786cc2aa480cbdfde3736dd3930f73 | /xulrunner-sdk-26/xulrunner-sdk/include/nsIDOMHistory.h | 9f2bd12dfb67ffd852ad8b50e5947d65e5958de0 | [
"Apache-2.0"
] | permissive | julianpistorius/gp-revolution-gaia | 84c3ec5e2f3b9e76f19f45badc18d5544bb76e0d | 6e27b83efb0d4fa4222eaf25fb58b062e6d9d49e | refs/heads/master | 2021-01-21T02:49:54.000389 | 2014-03-27T09:58:17 | 2014-03-27T09:58:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,862 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/m-cen-l64-xr-ntly-000000000000/build/dom/interfaces/base/nsIDOMHistory.idl
*/
#ifndef __gen_nsIDOMHistory_h__
#define __gen_nsIDOMHistory_h__
#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif
#include "jspubtd.h"
/* For IDL files that don't want ... | [
"luis@geeksphone.com"
] | luis@geeksphone.com |
11b4613848f15c7fb7c6214fe1c5a812056c1341 | 5cdc014e3634901e65c0e5e68d429a3184832715 | /ACM/template/STL/部分排序 partial_sort.cpp | df459ed57380e4ea85373cddbc6616822de92139 | [] | no_license | sandychn/Programming-Contest-Practice | 3d3fdb366bb8dddceb179d45a831c962e1e6e636 | b47841263671ecad0602a18c6c52acc56f69b453 | refs/heads/master | 2022-11-10T15:48:51.529764 | 2020-06-22T18:06:27 | 2020-06-22T18:06:27 | 198,926,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | cpp | /*
partial_sort(first, middle, last, comp) 部分排序
将元素重新排列,使得 [first, middle) 包含排好序的, [first, last) 区间中的 middle - first 个最小元素
相等元素的相对顺序可能被破坏
剩余在 [middle, last) 区间内的元素的顺序不做任何保证
复杂度 O((last - first) * log(middle - first))
*/
#include <algorithm>
#include <iostream>
#include <vector>
using namespace std;
int main() {
... | [
"sandychn@163.com"
] | sandychn@163.com |
a82dff72a113f59a9ce930a49b3a4a4059a17f94 | f42c638497a591c76ba5ad382372da2e129b8dfe | /Query/kdt3.pb.h | cb3e3ff0bf2118cab7ab5ab0208572b31f3d4de2 | [] | no_license | libingyao/mcatCS | 0015754f72fa6b8cf5dac13bbbf83653a0e88996 | f63d82097a15a0743178260f3c8116c3843d8dbb | refs/heads/master | 2020-03-21T14:42:06.025027 | 2018-12-10T10:56:21 | 2018-12-10T10:56:21 | 138,671,252 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 10,547 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: kdt3.proto
#ifndef PROTOBUF_kdt3_2eproto__INCLUDED
#define PROTOBUF_kdt3_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 2006000
#error This file was generated by a newer version of pro... | [
"40571596+libingyao@users.noreply.github.com"
] | 40571596+libingyao@users.noreply.github.com |
4ec5f070e67f2bc70967b37401f123c61f1d62f3 | 8a6aa8798436d8b256099fa163249fcab9f86d89 | /C++/Operations on Relations(DS)/Operations on Relations(DS)/BinaryRelation.cpp | c34b6012c58cf6ecd37cf9af520648e7bde603d7 | [] | no_license | 12330072/C-learning | 39f2399c4c5413ef80bd62b90a4688555606dc96 | 94b92bcd5bdfe99627b46eb4f6f46d379b0b67fe | refs/heads/master | 2021-01-14T13:21:22.999905 | 2016-05-12T23:58:24 | 2016-05-12T23:58:24 | 58,739,535 | 0 | 1 | null | 2016-05-13T12:43:31 | 2016-05-13T12:43:31 | null | UTF-8 | C++ | false | false | 4,791 | cpp | #include "BinaryRelation.hpp"
BinaryRelation::BinaryRelation(BooleanMatrix const &m, Set const &s)
: Relation(m), set(s) {}
int BinaryRelation::getSetElePos(int n) {
for (int i = 1; i <= set.getSize(); i++) {
if (set.get(i) == n) {
return i;
}
}
return -1;
}
int ... | [
"“mgsweet@126.com”"
] | “mgsweet@126.com” |
6a8955331eae5c785f1b9b3185bfa76a06e61c8d | 732d2ec881faf7029c4e87a42948119572eb73e0 | /StudentDocument/main.cpp | a2094729a2fbba638339c4e8c0a19c63b4bbab0c | [] | no_license | HeranGa0/StudentDocument | 55e12bfde8ae4dd6c973871a7d2b43834acf5827 | 5eec305877260dbe309d14b36f1c595351a5286d | refs/heads/master | 2020-05-29T09:12:58.794375 | 2016-10-08T03:46:01 | 2016-10-08T03:46:01 | 70,301,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 184 | cpp | #include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
GaoProduct w;
int *b;
w.show();
return a.exec();
}
| [
"herangao6@gmail.com"
] | herangao6@gmail.com |
c5b935b8cd6e8f84340d0b07593de063bfd790d3 | 19185e42434b80603eb74bef4024fede5d9faf50 | /Analysis/Zhihong_Scripts/boiling/SRC/backup/XGT2_old.h | d55707dbc60d173846edb05cf416598c0fd8e98e | [] | no_license | JeffersonLab/tritium | 1f444f2931d26384599995db43b8d039a9da78c7 | a7ec4e95a22d4f255557a686784684494056521f | refs/heads/master | 2020-12-24T06:52:01.556544 | 2018-02-22T21:57:44 | 2018-02-22T21:57:44 | 73,393,148 | 1 | 2 | null | 2017-01-24T15:41:38 | 2016-11-10T15:09:52 | C | UTF-8 | C++ | false | false | 6,459 | h | #define NOCASE 1
/*C/C++ Includes{{{*/
#include <stdio.h>
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
#include <map>
/*}}}*/
/*ROOT Includes{{{*/
#include <TSystem.h>
#include <TString.h>
#include <Riostream.h>
#include "TObjString.h"
#include <TDatime.h>
#include <T... | [
"yezhihong@gmail.com"
] | yezhihong@gmail.com |
e8576364606b44c80ecb2d2c99f6372d79ff3bdc | ad709325394da001d0dd77cb96c6a0624b2ea5a6 | /src/glm/core/type_int.hpp | c9aced7732ed6702e4e4cf2e824b4c3a045e7473 | [] | no_license | tiansijie/CUDA-RayTracer | e37cca0f48b36af53edc171f7cdbf412bb9a9872 | b5c98d81fc51d7d325c8b2a93c29d5c433e769ba | refs/heads/master | 2020-12-25T08:49:53.876341 | 2013-10-13T23:05:17 | 2013-10-13T23:05:17 | 12,743,053 | 18 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 6,548 | hpp | ///////////////////////////////////////////////////////////////////////////////////
/// OpenGL Mathematics (glm.g-truc.net)
///
/// Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net)
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documen... | [
"liamboone@gmail.com"
] | liamboone@gmail.com |
114c87f93293a8e9c9e63101650e613eafbaaa38 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /media/capture/mojom/video_capture_types_mojom_traits.h | db7de92a9a050cc1aa9c45b994dd2af33c9d3935 | [
"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 | 7,683 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_CAPTURE_MOJOM_VIDEO_CAPTURE_TYPES_MOJOM_TRAITS_H_
#define MEDIA_CAPTURE_MOJOM_VIDEO_CAPTURE_TYPES_MOJOM_TRAITS_H_
#include "media/base/vide... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e5f9754fcecaec244de32f582afa64e017a136a5 | f16ca93a097425dd80012deb14fa5840b87eb650 | /ContentTools/Common/SceneExport/Utils/hctSceneExportUtils.h | 23fcb7b207779c36f526d5aac8e319985c18469a | [] | no_license | Veryzon/havok-2013 | 868a4873f5254709b77a2ed8393355b89d2398af | 45812e33f4bd92c428866e5e7c1b4d71a4762fb5 | refs/heads/master | 2021-06-25T23:48:11.919356 | 2021-04-17T02:12:06 | 2021-04-17T02:12:06 | 226,624,337 | 4 | 1 | null | 2019-12-08T06:21:56 | 2019-12-08T06:21:56 | null | UTF-8 | C++ | false | false | 4,345 | h | /*
*
* 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 secr... | [
"veryzon@outlook.com.br"
] | veryzon@outlook.com.br |
2bf159985bac796d23107bfe2b5597f55e734552 | 9bffa3dbbb768c6d82290efeeae9ac95d5fd4aa9 | /src/test_canvas.cpp | 96b5c04544cafff8e1b20970dc75c09778de10e4 | [] | no_license | chenchengwork/tidy-webAssembly | 0adf8ef2751487fa470609c1aab3149e45b0fd77 | 91ffb05e4a1a815c32118ac61b33d87a79da4b45 | refs/heads/master | 2020-08-10T17:28:30.795209 | 2019-10-17T01:32:50 | 2019-10-17T01:32:50 | 214,385,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | cpp | //
// Created by chencheng on 19-10-16.
//
#include "macro.h"
#include <malloc.h>
#include <stdint.h>
uint8_t *img_buf = NULL;
int img_width = 0, img_height = 0;
EM_PORT_API(uint8_t*) get_img_buf(int w, int h) {
if (img_buf == NULL || w != img_width || h != img_height) {
if (img_buf) {
free(im... | [
"dainel_txy@163.com"
] | dainel_txy@163.com |
8d42a59db61a2147fbe849f7a59e28cec4a190ca | 7b75745b529f5fdaab87defe96310199428b4f36 | /qt-myqq/senderform.h | cd8a1ffd96db7ec6672610e115dc84bcac175b8e | [] | no_license | NonlinearTime/NetLab_1 | a6a97d78d02014719744b7acf02787b86c30da3d | 7026c17f5fbdad30c7078596cae102f094f3e432 | refs/heads/master | 2021-07-24T15:05:45.149563 | 2017-11-05T15:27:07 | 2017-11-05T15:27:07 | 109,590,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 639 | h | #ifndef SENDERFORM_H
#define SENDERFORM_H
#include <QWidget>
#include "sendedfile.h"
#include <QTimer>
#include <QMessageBox>
namespace Ui {
class SenderForm;
}
class SenderForm : public QWidget
{
Q_OBJECT
public:
explicit SenderForm(QWidget *parent = 0);
~SenderForm();
public slots:
void setFileMa... | [
"hainesluo@gmail.com"
] | hainesluo@gmail.com |
9ecd15f3cff5d48bac6f4cb46f980b6892ad71f3 | 2530496d99f7f3829f876ee8a55c4f2ff44501d9 | /main.cpp | 2728de3cecd4928b67efb469f27034383c20d837 | [] | no_license | AlexanderMoran1995/Gunship | a9280e8ef98dcbb913545e590e027f43dc117a8b | bedae80087fe4ff98166330e6e4a2f5be88d4257 | refs/heads/master | 2020-03-19T17:55:07.399355 | 2018-10-05T19:19:36 | 2018-10-05T19:19:36 | 136,784,502 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 279 | cpp | #include"Gunship.h"
using namespace std;
int main()
{
srand((int)time(0));///for generation of random numbers
GunShip gunship;///class instance
///Function calls
gunship.NumOfThreats(0);
gunship.ThreatLevel(0);
gunship.print(0,0);
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
f4997c9ad2f63e08dc81b288c479a6e897819f5a | 00dabc96113f0ca620c5e7896c73b6394b54aabb | /src/lang_models.cpp | db5dd4867726b521ca5e05475305c4df646449d5 | [] | no_license | tykangler/searcher | cca42c66fe43abfee4ee081706e0cea29d767456 | 5681386cfd4bd1873697c6579a483b990e038d51 | refs/heads/master | 2021-02-08T00:06:19.941677 | 2020-03-01T04:58:13 | 2020-03-01T04:58:13 | 244,089,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179 | cpp | #include "search/lang_models.hpp"
namespace enigma {
namespace search {
double basic_model::operator()(const std::string &text) const {
return 1;
}
} // search
} // enigma | [
"tykang8402@outlook.com"
] | tykang8402@outlook.com |
08669bc3a4269f7fd2fa605a80721dc0979a1503 | 3729961e9a789ed6fc1e128b77e34e43aaa9dbdc | /out/euler36.cc | 734fc8929b8d11256a78d9c854b173d00be2b391 | [] | no_license | Nicolas-Reyland/metalang | 60daca09e403c5390288dec4820a486fe08b913a | 431f0baa8ada74d6cfcdb09d465ab3a843c17088 | refs/heads/master | 2021-09-29T00:14:42.956123 | 2018-11-20T21:33:17 | 2018-11-21T20:15:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,040 | cc | #include <iostream>
#include <vector>
bool palindrome2(std::vector<int> * pow2, int n) {
std::vector<bool> *t = new std::vector<bool>( 20 );
for (int i = 0; i < 20; i++)
t->at(i) = n / pow2->at(i) % 2 == 1;
int nnum = 0;
for (int j = 1; j < 20; j++)
if (t->at(j))
nnum = j;
... | [
"coucou747@gmail.com"
] | coucou747@gmail.com |
6f8bd1bab10b12526c3d9356c5717d6614ff60ca | cced6b750d5209fa824a2c0f785c7248b33c2ade | /bserver/server/src/event_manager.h | 8235993c4ce87b9d61ef85629a78e0f639d21147 | [] | no_license | chenbk85/mySoft | 41fbd689cccac5d72f412a8a00c22d89a8d6693d | 91d8ca159d22f2a6e95b545e061b88d80b5acc4a | refs/heads/master | 2020-12-28T22:53:32.871009 | 2013-11-20T08:27:38 | 2013-11-20T08:27:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | h | #ifndef __EVENT_MANAGER__H
#define __EVENT_MANAGER__H
#include <sys/epoll.h>
#include "connection.h"
class EventManager {
public:
EventManager(int tcnt, size_t esize = 1024);
~EventManager();
public:
int add_poller(pollable* conn, uint32_t event);
int mod_poller(pollable* conn, uint32_t event);
int del_poller(p... | [
"robert.yu@morningstar.com"
] | robert.yu@morningstar.com |
d99aa8be65878839a69341c2fd21bf5eb52be414 | cff36093de78fbddc5d579fa3a25c7c66aa23998 | /rest/208474544-305026882/include/Customer.h | f9412816da02f4f0a73f89205d4b464a004eb636 | [] | no_license | barPerlman/Restaurant | d8d79eedbe31a60c4c3025716c64679a2a38843b | 5833ac4102ec19ada58c56a3a61601c9d684bc13 | refs/heads/master | 2020-04-04T15:20:39.905816 | 2018-11-19T11:04:40 | 2018-11-19T11:04:40 | 156,033,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,562 | h | #ifndef CUSTOMER_H_
#define CUSTOMER_H_
#include <vector>
#include <string>
#include "Dish.h"
class Customer{
public:
virtual Customer* getCustomerInstance()=0; //returns a pointer to a copy of the actual customer
Customer(const Customer &other);
bool findInMenu(std::string type,std::vector<Dish> menu);
... | [
"barper@post.bgu.ac.il"
] | barper@post.bgu.ac.il |
e4fc80321df437954ccd69bab08a0e39d0031af5 | d2d4821ca589dee366b0a5ed9c13278786577c57 | /pta/7-2.cpp | c437e611d3c7b4fd28b5e072a7251007b5f62468 | [] | no_license | kb1875885205/ACM_ICPC_practice | 834a33f7e58b0f91bd8f6a21fcf759e0e9ef4698 | b3be1f6264b150e5e5de9192b5664d487825de72 | refs/heads/master | 2022-04-19T21:04:07.236574 | 2020-04-13T11:02:09 | 2020-04-13T11:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,332 | cpp | #include <iostream>
#include <cstring>
#include <cstdio>
using namespace std;
struct unit
{
int a, squ;
unit* next;
};
unit* push_back(unit data,unit *head)
{
unit *tmp = new unit, *p = head;
*tmp = data;
if (p == NULL)
{
head = tmp;
return head;
}
while (p->next != NULL)
p = p->next;
p->next = tmp;
ret... | [
"organic_chemistry@foxmail.com"
] | organic_chemistry@foxmail.com |
c12f3ccad4c79b8da878e7d4323d07440ae98e32 | fbc6b48d01ae2a9bcef7b78bd188912e4419b0eb | /src/examples/04_module/01_bank/bank_account.cpp | b0a2a1b901afead6ad4b4ba40b33c6fd7f85b3b4 | [
"MIT"
] | permissive | acc-cosc-1337-fall-2019/acc-cosc-1337-fall-2019-KrisCplusplus | fdef57571ac44ea72e4ea2bbdf57b754f56f12c9 | f6555cab27fb62c18e5a84316d984b30e9860174 | refs/heads/master | 2020-07-13T07:56:14.449441 | 2019-10-22T00:21:18 | 2019-10-22T00:21:18 | 205,038,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 939 | cpp | #include "bank_account.h"
#include<iostream>
//bank_account.cpp
BankAccount::BankAccount() //constructor
{
//code to read balance from database
balance = 500;
}
void BankAccount::deposit(int amount)
{
if (amount > 0)
{
balance += amount;
}
}
void BankAccount::withdraw(int amount)
{
{
if (balance > amount)
... | [
"8584003@RRC2220-06"
] | 8584003@RRC2220-06 |
ccf9e99c8bc2ef4b5093bbdefb66d20417cd9f2f | 03b742676a43b52aba1ba29b1bb9bdf9d52f7e62 | /code/SRT.cpp | 9605617f5e4b18dbae507bcbad35a1510dfae2aa | [] | no_license | pedjamitrovic/subtitle-editor | 4a95d2882291d463870d5ab730363d6904315e6d | 1c221d9b7e7abdd72459a8b7aba72123e2224a0c | refs/heads/master | 2020-04-05T16:52:14.331076 | 2018-11-10T23:51:37 | 2018-11-10T23:51:37 | 157,032,113 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,644 | cpp | #include "SRT.h"
#include <QApplication>
SRT::SRT() {
expr = "([0-9][0-9]):([0-5][0-9]):([0-5][0-9]),([0-9]{3})\\s-->\\s([0-9][0-9]):([0-5][0-9]):([0-5][0-9]),([0-9]{3})";
timeconvert = [](string x) -> int { return atoi(x.c_str()); };
}
SRT::SRT(const string& filename) {
input.open(filename);
if (... | [
"pre11mit@yahoo.com"
] | pre11mit@yahoo.com |
32024e4e7253ed386568eda7c61695d4b234dc10 | b999e8c802019a6eaa1ce4bb8d054349a37eee25 | /win10/Include/10.0.17763.0/winrt/windows.devices.scanners.h | 58955849df9644f8050d643a4a5299a27ba799a9 | [
"BSD-3-Clause"
] | permissive | kniefliu/skia | a647dd2011660f72c946362aad24f8d44836f928 | f7d3ea6d9ec7a3d8ef17456cc23da7291737c680 | refs/heads/master | 2021-06-09T02:42:35.989816 | 2020-03-22T09:28:02 | 2020-03-22T09:28:02 | 150,810,052 | 4 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 188,635 | h | /* Header file automatically generated from windows.devices.scanners.idl */
/*
* File built with Microsoft(R) MIDLRT Compiler Engine Version 10.00.0223
*/
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRE... | [
"kniefliu@outlook.com"
] | kniefliu@outlook.com |
818e3c52d527bd0e992ae1bc817381a17bede7a3 | 24db4c37d534030a7a34f6aedf16b845c20fed63 | /tick42rmds/RMDSSource.h | 7088e52e74a90376de1fb9a7a35653476594a810 | [] | no_license | parrondo/rmds-bridge | 06c84add920b2be564e61a3ee567ad746a10d9d9 | b07d819b29e0d4b17acacbddc99b5ffd868be17b | refs/heads/master | 2020-12-11T04:19:13.202096 | 2015-03-25T11:10:40 | 2015-03-25T11:10:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,903 | h | /*
* Tick42RMDS: The Reuters RMDS Bridge for OpenMama
* Copyright (C) 2013-2015 Tick42 Ltd.
*
* 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; either
* version 2.1 of the License, or (at y... | [
"tom.doust@tick42.com"
] | tom.doust@tick42.com |
fb84a2bc4e57e395b020672b82f450bec724865c | 1e5808d06eb3f7b3663b2453f78b459a11dc4ee2 | /Game/include/MagixObject.h | f1ead5856ca8287d0b87938c4753d161da0b4b3e | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Lamina022/RetroIT | 59fc99b4a822dcb57ca11d620b302c70e745815d | d5c6f6bbc36b4120f717e47221d5115179567cde | refs/heads/master | 2023-06-09T00:29:18.833385 | 2021-07-03T04:26:15 | 2021-07-03T04:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | h | #pragma once
#include "Ogre.h"
using namespace Ogre;
#define FRICTION 3
#define GRAVITY 3
#define JUMP_ACCEL 2
#define TERMINAL_VEL 800
#define GROUND_THRESHOLD 2
#define ALLIANCE_PLAYER 1
#define ALLIANCE_FRIEND 2
#define ALLIANCE_ENEMY 3
enum OBJECT_TYPE
{
OBJECT_BASIC,
OBJECT_ANIMAT... | [
"dylan_the_cheetah@outlook.com"
] | dylan_the_cheetah@outlook.com |
22580e50e1c4bcb3c1ede4e56da59d5ab344fa0a | 7e588732dffa27e88e88fe6102ee57d4e0ff2231 | /src/Core/TundraCore/Tests/TestMath.cpp | aa5b0cc56b2b16177617a568d3c70120810c3b81 | [
"Apache-2.0"
] | permissive | Adminotech/tundra | 57eba52645b93d0933a1ce4b5025a42f43ad6707 | 8270097dbf79c3ec1935cf66c7979eeef9c24c0e | refs/heads/admino_tundra | 2023-04-14T03:05:27.603113 | 2016-03-01T13:56:01 | 2016-03-01T13:56:01 | 2,701,928 | 1 | 2 | null | 2013-05-22T08:15:00 | 2011-11-03T12:50:38 | C++ | UTF-8 | C++ | false | false | 5,127 | cpp |
#include "DebugOperatorNew.h"
#include "TestMath.h"
#include "Framework.h"
#include "Math/MathFunc.h"
#include "Math/float3.h"
#include "Math/float4.h"
#include "Scene.h"
#include "Entity.h"
//#include "EC_Placeable.h"
#include <QtTest/QtTest>
#include "MemoryLeakCheck.h"
namespace TundraTest
{
Math::Math()
... | [
"jonne@adminotech.com"
] | jonne@adminotech.com |
4c4991152f0df4af980b01c53a85699359e178ca | 613a82f6ee09d69d8e5d35c705797dd1faa1f95c | /Engine/Math/MathUtilNeon.inl | c94d41a3eebeea5993061f9e6549f2d63921b467 | [] | no_license | happydpc/Atlas | d587d5820ae45a0bdfd8c7ca76c91185f48b23fe | c93434ce530ad62a8ab61877a49ebc9356308185 | refs/heads/master | 2020-08-03T04:58:09.262142 | 2019-09-10T12:54:35 | 2019-09-10T12:54:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,405 | inl | namespace math
{
inline void MathUtil::addMatrix(const float* m, float scalar, float* dst)
{
asm volatile(
"vld1.32 {q0, q1}, [%1]! \n\t" // M[m0-m7]
"vld1.32 {q2, q3}, [%1] \n\t" // M[m8-m15]
"vld1.32 {d8[0]}, [%2] \n\t" // s
"vmov.f32 s17, s16 \n\t" // s
... | [
"moldovan.catalin@gmail.com"
] | moldovan.catalin@gmail.com |
01c7f6e896269d9172091db25fbce016e5586b09 | 050ebbbc7d5f89d340fd9f2aa534eac42d9babb7 | /grupa1/aerbel/p2/DWA.cpp | 215503f730fc2352ca0dc8c80302ed16968f8e76 | [] | no_license | anagorko/zpk2015 | 83461a25831fa4358366ec15ab915a0d9b6acdf5 | 0553ec55d2617f7bea588d650b94828b5f434915 | refs/heads/master | 2020-04-05T23:47:55.299547 | 2016-09-14T11:01:46 | 2016-09-14T11:01:46 | 52,429,626 | 0 | 13 | null | 2016-03-22T09:35:25 | 2016-02-24T09:19:07 | C++ | UTF-8 | C++ | false | false | 541 | cpp | #include <iostream>
using namespace std;
int main() {
int i,j,n, m,k, mi,su, su1;
su=0;
su1=0;
cin >> n >> m;
int a[n][m];
for (int i = 0; i < n; i++)
for (int j = 0; j < m; ++j)
cin >> a[i][j];
su1=0;
for(i=0;i<m;i++) su1=su1+a[1][i];
for(i=0;i<n;i++){
... | [
"a.erbel@student.uw.edu.pl"
] | a.erbel@student.uw.edu.pl |
efcdb65e7b2cbaa82da285ffdb9ca7e19a4c33a2 | 7cdbac97437657022daa0b97b27b9fa3dea2a889 | /engine/source/platformWin32/winExec.cc | 1b87f3ed45c13a3d75ca6505a3794457401d9681 | [] | no_license | lineCode/3SS | 36617d2b6e35b913e342d26fd2be238dbb4b4f3f | 51c702bbaee8239c02db58f6c974b2c6cd2271d1 | refs/heads/master | 2020-09-30T18:43:27.358305 | 2015-03-04T00:14:23 | 2015-03-04T00:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,580 | cc | //-----------------------------------------------------------------------------
// Torque
// Copyright GarageGames, LLC 2011
//-----------------------------------------------------------------------------
#include "platformWin32/platformWin32.h"
#include "console/console.h"
#include "sim/simBase.h"
#include "string/un... | [
"kylem@garagegames.com"
] | kylem@garagegames.com |
ed298ac50b5101c4c458029871f87f0e63ede14e | 4bcc9806152542ab43fc2cf47c499424f200896c | /tensorflow/lite/acceleration/configuration/stable_delegate_plugin.cc | 5e43386a3257d4a1e98a3d876bb84c064443f525 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | tensorflow/tensorflow | 906276dbafcc70a941026aa5dc50425ef71ee282 | a7f3934a67900720af3d3b15389551483bee50b8 | refs/heads/master | 2023-08-25T04:24:41.611870 | 2023-08-25T04:06:24 | 2023-08-25T04:14:08 | 45,717,250 | 208,740 | 109,943 | Apache-2.0 | 2023-09-14T20:55:50 | 2015-11-07T01:19:20 | C++ | UTF-8 | C++ | false | false | 1,052 | cc | /* Copyright 2022 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.