blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f16c675ea62328d3b6048d8b2f33e1756b0a0072 | 001c1c1a1e4044a0061ce8736d272842add9caff | /src/visualization/view/GraphItemFactory.cpp | 92151cb3be4ae0e86f6c93e2c7c95f5e8050293c | [] | no_license | moodah/PRO | c3a2f5c9f66d3549fb41f4fce330915870e309f3 | 5da689ab9a7e6167b4b50b0c100d05e03e91f7d9 | refs/heads/master | 2021-05-01T01:17:07.163039 | 2016-06-06T13:09:55 | 2016-06-06T13:09:55 | 52,285,580 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | /*!
* \brief Graph factory class
*
* \file GraphItemFactory.cpp
* \author Damien Rochat
* \date 23.05.2016
*/
#include "../../graph/graphs/IEdge.h"
#include "GraphItemFactory.h"
#include "EdgeItem.h"
EdgeItem *GraphItemFactory::createEdge(const IEdge *edge,
VertexItem *so... | [
"rochat.damien@gmail.com"
] | rochat.damien@gmail.com |
fbced8bb5452a299470872815793ed2413130372 | 1f8c74d888511275ad769c561cc8d78a6a2a044d | /Audio/Audio.h | d7c0e786990465a904546a45c98ef7153794df09 | [] | no_license | dddgg9511/WavEditor | 616323bea026b6b663b8f635aa7fe89e7f8e3875 | 999acc8e601349f8fbbaa04abbe96ccdc120f8ec | refs/heads/main | 2023-03-01T00:38:10.354998 | 2021-02-10T08:12:48 | 2021-02-10T08:12:48 | 337,657,019 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 681 | h |
// Prototype.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error "PCH에 대해 이 파일을 포함하기 전에 'stdafx.h'를 포함합니다."
#endif
#include "resource.h" // 주 기호입니다.
// CAudioApp:
// 이 클래스의 구현에 대해서는 Audio.cpp을 참조하십시오.
//
class CAudioApp : public CWinApp
{
public:
CAudioApp();
ULONG_PTR m... | [
"39615281+dddgg9511@users.noreply.github.com"
] | 39615281+dddgg9511@users.noreply.github.com |
5232b9a2a12dbfaa52334c8bac040f055a1252fc | dcec9c2353abd339b42ca7b2d2c799dc7135624c | /BinaryGenerator/bgSymbol.h | 83cc589d7145dd9f6eeb75e2062a46220a93a5dd | [] | no_license | gitmesam/BinaryGenerator | 2fe5f878b93aa9ddf36e382c6326719a22cea29e | cec4a2316e368bf052c267be5be9a998f8b3333e | refs/heads/master | 2022-01-20T22:56:44.818991 | 2019-05-10T02:29:40 | 2019-05-10T02:29:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 461 | h | #pragma once
namespace bg {
class SymbolTable
{
public:
using Symbols = std::vector<Symbol>;
public:
SymbolTable(Context *ctx);
SymbolTable(Context *ctx, const SymbolTable& base);
Symbols& getSymbols();
Symbol& addSymbol(const Symbol& sym);
Symbol* getSymbol(size_t i);
Symbol* findSymbol(c... | [
"saint.skr@gmail.com"
] | saint.skr@gmail.com |
431ff081938c8641e6dae688879a3a241a6cfd83 | 26df6604faf41197c9ced34c3df13839be6e74d4 | /src/org/apache/poi/ss/usermodel/charts/LayoutMode.hpp | f7576880bb2756388e335833b7309e0dcb3648ff | [
"Apache-2.0"
] | permissive | pebble2015/cpoi | 58b4b1e38a7769b13ccfb2973270d15d490de07f | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | refs/heads/master | 2021-07-09T09:02:41.986901 | 2017-10-08T12:12:56 | 2017-10-08T12:12:56 | 105,988,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,582 | hpp | // Generated from /POI/java/org/apache/poi/ss/usermodel/charts/LayoutMode.java
#pragma once
#include <java/io/fwd-POI.hpp>
#include <java/lang/fwd-POI.hpp>
#include <org/apache/poi/ss/usermodel/charts/fwd-POI.hpp>
#include <java/lang/Enum.hpp>
template<typename ComponentType, typename... Bases> struct SubArray;
name... | [
"zhang.chen.yu@outlook.com"
] | zhang.chen.yu@outlook.com |
0d6c1d26c5d7699510a3e323b31e4ccaf06ecb11 | 7a85beaae1b1de6594e595ad047a2c68f6c4971b | /qlo/objects/credit/latentmodels.hpp | 905957039e208a0c91f219d297288e55a1538962 | [] | no_license | benwaldner/QuantLibAddin | ed1acf80de15b000c3729c623dff1e45df21fa9f | bcbd9d1c0e7a4f4ce608470c6576d6e772305980 | refs/heads/master | 2023-03-17T17:05:37.624063 | 2018-03-10T18:23:52 | 2018-03-10T18:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,197 | hpp | /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2014 Jose Aparicio
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://quantlib.org/
QuantLib is free software: you can redistribute it and/o... | [
"eric.ehlers@reposit.be"
] | eric.ehlers@reposit.be |
c5236df6c142ef8a86120f1c2008fd6bf0de6eae | fe39e4d1bca62d7bff7b6713b8b596d88f8aa354 | /src/plugins/3rdparty/LLVM/tools/clang/include/clang/Basic/ObjCRuntime.h | a805299fd70a35e669b7fb4b17c32060d6acdb90 | [] | no_license | panpanSun/opencor | a29a806475f43adb0f64047631d4dc044f05e030 | 71449e1ecaa988ea8b6cfea7875d9f3593a8dc26 | refs/heads/master | 2020-12-24T11:53:33.902565 | 2013-04-20T18:59:29 | 2013-04-20T18:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,739 | h | //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"agarny@hellix.com"
] | agarny@hellix.com |
5c4094a13025c1386e27ef8cd55d813003e90afd | a60ff43808d79e528b76f62ad44598827cb95d60 | /cameronet.h | 6e3b0fc0727e0f8824c42559236e13cce60dc24d | [] | no_license | yyyly/cameronet | 93f1f8ce2f1f29677aa449b2c663ba884aa6d14f | c400cd55a0a0caec83b3d6649180367ff1792bac | refs/heads/master | 2020-12-02T13:07:05.931854 | 2020-08-22T02:27:15 | 2020-08-22T02:27:15 | 231,015,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,190 | h | #ifndef CAMERONET_H
#define CAMERONET_H
#include<QObject>
#include<QWidget>
#include<QMultiMap>
#include<QThread>
#include<QMap>
#include "HCNetSDK.h"
#include "cameronet_global.h"
#include "enums.h"
#include "cameradeviceimf.h"
#include "screen.h"
#include "soundpushbutton.h"
#include "dhnetsdk.h"
#include "dhwork.h"... | [
"1305892681@qq.com"
] | 1305892681@qq.com |
ac61d2aca10a0598fe477cdd2e358a0aa079435c | cf167ca0058324dff74cf35ad3143d169859a3b5 | /chat1/EasyChatRoom/TcpServer/tcpclientsocket.cpp | c60bda4b5c7e1943a0ad91a8656f030e88aa032e | [] | no_license | Evan05300/test | efe70166b82c4871d27bc2af5224616036e4a6b2 | b0db0f0737125fabdfc63c6b1c4e01c3fb03f254 | refs/heads/master | 2023-05-12T11:35:07.389069 | 2021-06-07T07:02:20 | 2021-06-07T07:02:20 | 374,554,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | cpp | #include "tcpclientsocket.h"
TcpClientSocket::TcpClientSocket(QObject *parent)
{
connect(this,SIGNAL(readyRead()),this,SLOT(dataReceived()));//接收信号
connect(this,SIGNAL(disconnected()),this,SLOT(slotDisconnected()));
}
//接收客户端消息
void TcpClientSocket::dataReceived()
{
while(bytesAvailable()>0)
{
... | [
"1744076286@qq.com"
] | 1744076286@qq.com |
ec1d5dd0100a851fbaab0c99e39e0573ae5b9620 | d44b3e1503b6cb241e2f738188feec91d74b3432 | /src/demux.h | 589d1df172b05a3228fe035e1b9275bcff1c1179 | [] | no_license | notspiff/pvr.mythtv | 4e9399dd8fd660aa8369b84c0b91276aa5787318 | cf6899c4b195a1fa24872f13629eb4221db1e224 | refs/heads/master | 2021-01-01T15:25:14.246232 | 2014-12-07T15:29:50 | 2014-12-07T15:29:50 | 22,757,479 | 0 | 1 | null | 2014-12-07T15:29:50 | 2014-08-08T12:46:37 | C++ | UTF-8 | C++ | false | false | 2,986 | h | #pragma once
/*
* Copyright (C) 2005-2013 Team XBMC
* http://www.xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later... | [
"arne.morten.kvarving@sintef.no"
] | arne.morten.kvarving@sintef.no |
c6639cb1eee991788c32993886d3aa13bfd03a3e | 5a6518cf9301fffaea32bc2d8e1adb84bb958f32 | /components/certificate_transparency/ct_policy_manager_unittest.cc | 82573f8dd0f0586857e22195160ab054a0b7eb01 | [
"BSD-3-Clause"
] | permissive | srashtisj/chromium | 0dbfd3f00836723e1f142511279c11dc4f9a2137 | e72eabf20722d616feb232776b95cc7f051a2aa3 | refs/heads/master | 2023-01-06T14:03:40.313390 | 2018-04-05T12:43:54 | 2018-04-05T12:43:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,499 | 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 "components/certificate_transparency/ct_policy_manager.h"
#include <iterator>
#include "base/memory/ref_counted.h"
#include "base/message_loop/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
67598b9a309d261a8f0b418b6ae4cc923c326649 | 033c1fe882eb426a21b7b45aefae4f0aa59fe57e | /算法导论/CH02/Problem/pb_2_2__冒泡排序.cpp | 7cb2e752b8c20910387bd5106d54c934618e9de8 | [] | no_license | CN-DXTZ/CLRS | e30b128a8404c0588baf366a06108491a3ee0e5a | dfde7f25766d1cc81c2bc7f9a1d818fcb17d0766 | refs/heads/master | 2023-04-16T02:57:10.703923 | 2023-04-11T01:26:10 | 2023-04-11T01:26:10 | 196,676,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | // 冒泡排序
#include <iostream>
using namespace std;
#define GET_LEN(array) (sizeof(array) / sizeof(array[0]))
void bubble_sort(int A[], int length)
{
for (int i = 0; i < length; i++)
{
for (int j = length-1; j > i; j--)
{
if (A[j] < A[j - 1])
{
int tmp = A[... | [
"2924380441@qq.com"
] | 2924380441@qq.com |
21816a20e0f94d8b0329ba886aa6d1b2c56effd5 | ab570cfbba5d90e73727dca01008e43029a42eae | /bonus6.cpp | 78bf05e380abbe8bf02ab8139a613c6c7f6f5ba7 | [] | no_license | rileym65/Casino | 3adfbdf4501f0c55191c031a0ffe3615b30b8cfc | 6b73002fdfebbda9ca490774b941f561cb73a049 | refs/heads/master | 2020-08-08T22:08:40.508213 | 2019-10-09T13:49:34 | 2019-10-09T13:49:34 | 213,931,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,136 | cpp | #include <stdlib.h>
#include "header.h"
#include "poker.h"
#include "bonus6.h"
#ifdef GRAPHIC
#include "images/bonus6.xpm"
#endif
Bonus6::Bonus6(int decks,int jokers,float minbet):
Poker(decks,jokers,minbet) {
betAmount=1;
}
void Bonus6::clearBets(int p) {
#ifdef GRAPHIC
rcs_GC gc;
gc=rcs_openGC(display,ma... | [
"mikehriley@hotmail.com"
] | mikehriley@hotmail.com |
d7127e15eed5731c748aa028140f9f0605a1f879 | 3751d5701b0ec5fe8e2fe5e955aa278c3e53e87d | /GLProject_ModelNormalMap/GLProject_model/MyModel.cpp | 4b3532ab1733a75c61b511aff5658d4572595bcb | [] | no_license | liuxuanhai/Cplus_Cplus_OpenGL_test | 72fbe6d3a73fe7d7881490c5d76ae1d052ce0e0e | 441f6d8043920dd44dc68704768ef6f62bae3924 | refs/heads/master | 2020-05-15T18:01:11.891474 | 2016-12-08T07:32:33 | 2016-12-08T07:32:33 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,117 | cpp | #include "Utility.h"
#include "MyCamera.h"
#include "MyMesh.h"
#include "MyModel.h"
map<string, GLuint> CMyModel::m_textures;
D_LIGHT CMyModel::directLight;
CMyModel::CMyModel()
{
}
CMyModel::~CMyModel()
{
}
CMyModel::CMyModel(GLchar * _path)
:m_dirty(true),
m_matView(nullptr),
m_matProjection(nullptr),
m_scale(1.0... | [
"el-song@foxmail.com"
] | el-song@foxmail.com |
02f1dcd80682763ef6fa7597b9908346867d99bf | b066028fea8c16eb9134bf94024a3962ca14ca97 | /lib/libgsmo/gmb_cols.cc | 2e0952b3ad395048b6a60eb4658e36d67f92cb0c | [
"MIT"
] | permissive | elifesciences-publications/bpps-sipris-code | 9afa7646079f1da44f82539e8b8f472e46286374 | 3c5382489c5e6aeca20c93b7ba2907b19fad3cf7 | refs/heads/master | 2021-05-14T03:59:31.629499 | 2017-10-04T19:12:20 | 2017-10-04T19:12:20 | 116,630,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,460 | cc | /******************************************************************************************
Copyright (C) 1997-2014 Andrew F. Neuwald, Cold Spring Harbor Laboratory
and the University of Maryland School of Medicine.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this s... | [
"aneuwald@bf312fdc-5263-4627-9904-0a588619bb94"
] | aneuwald@bf312fdc-5263-4627-9904-0a588619bb94 |
4572afe3191a3f42ee577600df794017dd07d198 | cf99281f2660ed447312f5e821abed448e8b4fc3 | /connectedComponents.cpp | 89607f2adbb30e6544b3618df80929d4cb308ce1 | [] | no_license | abhisehekkumr/tree | 69c439ef4ffb6f7055ec52fff31606ee19dc5212 | 67697f5280b728ba16422a385bd84edbfd6971ad | refs/heads/master | 2022-01-04T14:40:13.793257 | 2019-08-17T08:23:06 | 2019-08-17T08:23:06 | 156,063,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,488 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
void getDfs(int **edges, int n, bool *visited, vector<int> &k, int start){
k.push_back(start);
visited[start] = true;
for(int i = 0; i < n; i++){
if(i == start)
continue;
if(edges[start][i] &&... | [
"abhishekak98148@gmail.com"
] | abhishekak98148@gmail.com |
cfa8e23bd7e65a2a113bf00228380ea04a99a037 | 3b1c7561c8d3b9452fc0cdefe299b208e0db1853 | /src/shaders/SkTransformShader.h | 4c6bcd28ab9f81ea7ba32a5ad1c5229767444e21 | [
"BSD-3-Clause"
] | permissive | NearTox/Skia | dee04fc980bd40c1861c424b5643e7873f656b01 | 4d0cd2b6deca44eb2255651c4f04396963688761 | refs/heads/master | 2022-12-24T02:01:41.138176 | 2022-08-27T14:32:37 | 2022-08-27T14:32:37 | 153,816,056 | 0 | 0 | BSD-3-Clause | 2022-12-13T23:42:44 | 2018-10-19T17:05:47 | C++ | UTF-8 | C++ | false | false | 1,809 | h | /*
* Copyright 2021 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkTextCoordShader_DEFINED
#define SkTextCoordShader_DEFINED
#include "src/core/SkVM.h"
#include "src/shaders/SkShaderBase.h"
// SkTransformShader allows the transform... | [
"NearTox@outlook.com"
] | NearTox@outlook.com |
59f3fb1f681c088aa465cfb3181d42a497331212 | 1de5dbf9d55db225dcea0703c2686c05b5ad6044 | /CLONE_client/CLONE_client/Code/Frustum.cpp | ebfeb1ae8f1c25d5fd5766770ddb6ea6bdbf13cd | [] | no_license | RYUHYEONGSEOK/CLONE | 4e48c8307445402a8fb656b599090513e63786ab | 3a3d3e18e84fe7fea3667ab9f9d2123b8246a2fe | refs/heads/master | 2021-01-15T13:18:40.409938 | 2017-08-17T01:42:46 | 2017-08-17T01:42:46 | 78,752,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,072 | cpp | #include "stdafx.h"
#include "Frustum.h"
//Objact
#include "Camera.h"
IMPLEMENT_SINGLETON(CFrustum)
CFrustum::CFrustum(void)
{
}
CFrustum::~CFrustum(void)
{
}
HRESULT CFrustum::UpdateFrustum(CObj* pCam)
{
D3DXMATRIX viewProjection;
D3DXMatrixMultiply(&viewProjection, &(*((CCamera*)pCam)->GetViewMatrix()), &(*((... | [
"serverpro90@naver.com"
] | serverpro90@naver.com |
561fb5d6db284b75fd87e7d55d3a8e486f77f4ad | 5d62cdda6593f2d14957997b4bf2b10e9e9ed717 | /Demo/src/SmokeEffect.hpp | 9d7f4477aa201376afb42d5ad60cdf08549058c2 | [] | no_license | luoxz-ai/KetrazmEngine | d2daf6e66f090133075316c4c43bc14b1fd8d400 | bc02d7627c409da7b06aa0a4d743d0b9d32d94e1 | refs/heads/master | 2021-05-30T21:37:04.887960 | 2015-09-02T21:08:44 | 2015-09-02T21:08:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 755 | hpp | #ifndef SMOKEEFFECT_HEADER
#define SMOKEEFFECT_HEADER
#include <Engine/Audio/Sound.hpp>
#include <Engine/Graphics/ParticlesHandler.hpp>
using namespace Engine;
class SmokeEffect
{
private:
std::shared_ptr<Graphics::ShaderProgram> _physicsProgram;
std::shared_ptr<Graphics::ShaderProgram> _displayProgram;
std::shar... | [
"mzartek@hotmail.fr"
] | mzartek@hotmail.fr |
515772bce22aad18260016de1ba2694f90d85119 | 2b54f128becb618435b1c1eaaae84608ecbcc594 | /剔除A串中B串的字符.cpp | 93d72d2072cb5997b879dd953ff3e51f4c765ad9 | [] | no_license | waten1992/Interview_Questions_Collections | b4790c7da05f78016b60ee4ec1e71058e919ab71 | ccae4a12ae2745b36a4f0def353d0e12bd75b2f3 | refs/heads/master | 2020-05-27T17:40:37.568490 | 2015-03-19T14:25:00 | 2015-03-19T14:25:00 | 25,059,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,408 | cpp | /*
--描述:A 字符串 “hello world” , B 字符串 "er" ,默认都是小写字母 , 要求写一个函数在A中除去B字符,返回A
--INPUT: hello world , er
--OUTPUT:hllowold
--要求空间复杂度为O(1),时间复杂度越低越好;
----方法:1-先对A HASH 到 一个临时int变量check中,相应位置1
----------2-在对B HASH 的相应的位和check相与 ,把A置1的清零
----------3-扫描A串 同时HASH 和check相与,判断是否为零,若是直接跳过. 若不是则赋值给一个临时串保存;
----------4-把A串的指针,指向临时串。同... | [
"waten1992@gmail.com"
] | waten1992@gmail.com |
8e44ecf6b779231c8bdab6a97bff52e9b160b933 | be30e126df12d9ac6087ab8f82101c6b932121c8 | /sdk/CPed.cpp | 19f8ca3cce7ec415bb9aa8654dad04cd6a870235 | [] | no_license | ArnCarveris/gta-sa-plugin-sdk | fc53265bbce06de9276ad2a289e50505aaea2d52 | f64548b0f588856d2da6100cd1c69a5880f89fd2 | refs/heads/master | 2020-05-20T15:46:06.287895 | 2014-02-23T14:07:29 | 2014-02-23T14:07:29 | 34,955,493 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,066 | cpp | #include "CPed.h"
NOINLINE CPed::CPed(ePedType type)
{
PREPARE_FOR_REDIRECTION();
//((void (__thiscall *)(CPed *, ePedType))0x5E8030)(this, type);
}
NOINLINE CPed::~CPed()
{
PREPARE_FOR_REDIRECTION();
//((void (__thiscall *)(CPed *))0x5E8620)(this);
}
void *CPed::operator new(unsigned int size)
{
... | [
"dk22_@mail.ru@a08e2604-8956-8f2e-fb63-2a67f058b60e"
] | dk22_@mail.ru@a08e2604-8956-8f2e-fb63-2a67f058b60e |
b0992e8676f7969b54a97e78e2932b6fda899e65 | e1bc05eee7ee3a46af7661cfe16d49710c683984 | /lib/resourcemanager/textureload.cpp | 8211b480a083f6417c17f45ca8e90aef61675f31 | [] | no_license | TheAks999/Visualizer | 55c706e327c0685f83f0a96a5ea1578e925c866c | 1589aea26eb96ad114fc7287ec67d3d572265e6e | refs/heads/master | 2016-09-06T14:14:32.117880 | 2011-06-16T04:39:33 | 2011-06-16T04:39:33 | 1,651,762 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,670 | cpp | /**************
*This file may change between projects
* ~Shep
**************/
#ifndef TEXTURELOAD_CPP
#define TEXTURELOAD_CPP
#include "texture.h"
#include <qgl.h>
#include <GL/glu.h>
#include <iostream>
enum IMAGE_TYPE
{
IMG_NONE, IMG_TIFF, IMG_PNG, IMG_TGA, IMG_BMP
};
IMAGE_TYPE getImageType(const QString & pa... | [
"aksfkb@mst.com"
] | aksfkb@mst.com |
20d49af522c7316cf4e2fadd99d6b65794be1392 | 554e6b73ed500172abe5fdef08fbc7caf4089f78 | /Cpp/Practice/insertionSort.cpp | 25b69261536a3ddcb24e182e10c1893819d54e8e | [] | no_license | Shandilier/Competitive-Programming-1 | e65388adff421398d803b746635597b2fa5a53c2 | c9d66f472aee2fd1fbd3e934e3efb2230dbeebd6 | refs/heads/main | 2023-06-25T09:33:46.317893 | 2021-07-28T03:06:16 | 2021-07-28T03:06:16 | 385,301,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | cpp | #include<bits/stdc++.h>
#define ll long long int
using namespace std;
int main()
{
ll n;
cin>>n;
ll arr[n];
for(ll i=0;i<n;i++)
cin>>arr[i];
ll key;
ll j;
for(ll i=0;i<n;i++)
{
key = arr[i];
j=i-1;
while(j>=0 && arr[j]>=key)
{
arr[j+1] ... | [
"sachin.shandilya@ge.com"
] | sachin.shandilya@ge.com |
ab5774960c8f3def583b2bf7bc2097ec6772edeb | 115cd4d9eb0916772fa5622693a367663d5946f4 | /cpp-HSDS/include/hsds/rank-index.hpp | 50e807e9c63a55166eec5350cad54bbac63c4ad0 | [
"MIT"
] | permissive | jasonjin22/BWA177 | 287e8704c5bf1f3edceb3ad8c118531917e155ac | a23542cc03802141f33382eafbd222fa0b219c6d | refs/heads/master | 2020-05-17T10:30:56.696782 | 2019-05-16T15:15:24 | 2019-05-16T15:15:24 | 183,659,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,192 | hpp | /**
* @file rank-index.hpp
* @brief Implementation of RankIndex class
* @author Hideaki Ohno
*/
#if !defined(HSDS_RANK_INDEX_H_)
#define HSDS_RANK_INDEX_H_
#if !defined(_MSC_VER)
#include <stdint.h>
#endif // !defined(_MSC_VER)
/**
* @namespace hsds
*/
namespace hsds {
/**
* @class RankIndex
*
* @brief Ind... | [
"jinjch@shanghaitech.edu.cn"
] | jinjch@shanghaitech.edu.cn |
fca5b2ab7b0b4e0c2793a765b5c84fea13e3c3e7 | 6e9b20902f4e232d12e865f192ea5128ae253ba7 | /Fluid/7.4/uniform/time | 815a736038b424044dd1a5297547ac9d34a00257 | [] | no_license | abarcaortega/FSI_3 | 1de5ed06ca7731016e5136820aecdc0a74042723 | 016638757f56e7b8b33af4a1af8e0635b88ffbbc | refs/heads/master | 2020-08-03T22:28:04.707884 | 2019-09-30T16:33:31 | 2019-09-30T16:33:31 | 211,905,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | [
"aldo.abarca.ortega@gmail.com"
] | aldo.abarca.ortega@gmail.com | |
34120f1b774b1d6a25064dd007ed62501b2a1db7 | 9da88ab805303c25bd9654ad45287a62a6c4710f | /Cpp/atcoder/abc/292/D.cpp | 96addbbdd41b3cfb222cb285565917cda88fc5fd | [] | no_license | ms303956362/myexercise | 7bb7be1ac0b8f40aeee8ca2df19255024c6d9bdc | 4730c438354f0c7fc3bce54f8c1ade6e627586c9 | refs/heads/master | 2023-04-13T01:15:01.882780 | 2023-04-03T15:03:22 | 2023-04-03T15:03:22 | 232,984,051 | 2 | 0 | null | 2022-12-02T06:55:19 | 2020-01-10T06:47:00 | C | UTF-8 | C++ | false | false | 1,726 | cpp | // IO
#include <iostream>
#include <iomanip> // std::setprecision
#include <sstream>
// ordered container
#include <vector>
#include <deque>
#include <list>
#include <forward_list>
#include <string>
#include <stack>
#include <queue>
// associative-container
#include <map>
#include <set>
#include <unordered_map>
#i... | [
"ms303956362@163.com"
] | ms303956362@163.com |
4532a0dd142389699a8739a7ab431f4dc63474c2 | 9557a0940de8ee41cb814a4177e419e202ff9188 | /binTree/tree/Tree.cpp | 1999c2d83b0b026f4756bdba2ba1b94b548c416c | [] | no_license | ljt141421/DataStructure | 416a85d1ae28d394a1e4d6fd44ed72969f8cdded | 613de0582bd9a80735f4a7c1a73947e3cf7ac7fb | refs/heads/master | 2022-11-18T02:25:02.145547 | 2022-11-05T15:51:52 | 2022-11-05T15:51:52 | 194,282,918 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,469 | cpp | #include"Tree.h"
void initTree(Tree *tree,ElemType ref)
{
tree->root=NULL;
tree->refValue=ref;
}
void createTree(Tree *tree,char *str)
{
createTree(tree,tree->root,str);
}
void createTree(Tree *tree,TreeNode *&t,char *&str)
{
if(*str == tree->refValue)
t=NULL;
else
{
t=(TreeNode*)malloc(sizeof(TreeNode));
... | [
"ljt@aliyun.com"
] | ljt@aliyun.com |
a9d39ed32107029a51e97c26996c61ab0c3aea6e | c8e6f194669663e0e2748dbc56a7172b9ea008f7 | /.localhistory/GUI/1472028309$MainForm.h | e52932e83702bc6d660060f023fd277cdffd518f | [] | no_license | itreppert/GUI | 1922e781d804d17cb8008197fdbfa11576077618 | 9ca4ea0531eb45a4462a4d8278aec67f8c2705ef | refs/heads/master | 2020-04-17T20:29:10.965471 | 2016-09-06T13:18:01 | 2016-09-06T13:18:01 | 67,501,677 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 105,891 | h | #pragma once
#include "Test.h"
#include "TeilenDurch0Exception.h"
#include "BlinkinButton.h"
#include "DrawingPanel.h"
#include "RegexTextBox.h"
namespace GUI
{
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
... | [
"Alfa-Dozent@SB-U03-001"
] | Alfa-Dozent@SB-U03-001 |
9c7fd64205e8276c5b9640622b0ad8537664886e | ae474c46e47d8e5084bbc2b8aad44a59c5effad7 | /TestCasesInSuits/CaseAndSuitForRayRender.h | 1a07918c69bb04e753ef16528707c0de4e1e2546 | [] | no_license | 181847/LearningFundamentalsOfComputerGraphic | 9bb3bd325dffa1131d3a1743f588b2e91a8c4bde | c4215f710853ebbc7c73f233ddc1df7931ed2f62 | refs/heads/master | 2020-03-23T03:35:33.703762 | 2019-07-26T15:52:38 | 2019-07-26T15:52:38 | 141,038,418 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | h | #pragma once
#include "CommonHeaders.h"
#define CASE_NAME_IN_RAY_RENDER(RestClassName) CaseFor##RestClassName
#define DECLARE_CASE_IN_RAY_RENDER_FOR(RestClassName, CaseName) \
class CASE_NAME_IN_RAY_RENDER(RestClassName) : public CaseForPipline\
{\
public:\
CASE_NAME_IN_RAY_RENDER(RestClassName)() :CaseForPipline... | [
"753090084@qq.com"
] | 753090084@qq.com |
97777fd74e98e30d2eded7935885abaf559dbfbd | f11ed31357628473e0bfb89902bc9c94157c6c59 | /Vending_machine/Vending_machine/Machine.h | 7c2e10549535b9f92dae842bf8dc3225fe3aaa4d | [] | no_license | ChouJustice/WinForm-Project | 06da737d6e31578b257955c3c8917691c1777e6f | e923d7c1a70e3420664574a9bd3bcee074aa7135 | refs/heads/master | 2020-03-15T19:56:18.445743 | 2018-08-20T06:41:49 | 2018-08-20T06:41:49 | 132,320,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | h | #pragma once
#include "Goods.h"
ref class Machine
{
private:
array<Goods^> ^Sale_goods;
int money;
int balance;
public:
Machine(void);
void setMoney(int);
void setBalance(int);
void plus_100();
void plus_50();
void plus_10();
void machine_initialization(void);
void setName(int,System::String^);
void setSto... | [
"z42442412@gmail.com"
] | z42442412@gmail.com |
47f539eb399e8414e29683a7771c0f51d605b728 | d0f37e29d49d76f15773f7d48fe3fa5f426de8f0 | /cocos2d-x-3.6/cocos/ui/UILayoutComponent.cpp | f33581f2df4aaee6b8b3c9f58b422a57d2cf4160 | [
"LicenseRef-scancode-warranty-disclaimer",
"Zlib",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Libpng",
"BSD-2-Clause-Views",
"FTL",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | SakuyaPrs/kirikiroid2lite | 6898334ccceb5c911662e8062101daab73e15887 | ee5890cf5b9714a9348cb6dd8fdbb0a7304c2cbe | refs/heads/master | 2022-12-07T08:54:18.618074 | 2020-09-02T04:17:21 | 2020-09-02T04:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,599 | cpp | /****************************************************************************
Copyright (c) 2013-2014 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 files (the "Software"), to deal
in th... | [
"weimingtom@163.com"
] | weimingtom@163.com |
05587762221d9f405c6f047aff1fba677658ba03 | b958286bb016a56f5ddff5514f38fbd29f3e9072 | /include/ublox/message/MgaGloEph.h | 731a95cbae3ab84986c3e0854bce4db66f60c74f | [] | no_license | yxw027/cc.ublox.generated | abdda838945777a498f433b0d9624a567ab1ea80 | a8bf468281d2d06e32d3e029c40bc6d38e4a34de | refs/heads/master | 2021-01-14T23:03:20.722801 | 2020-02-20T06:24:46 | 2020-02-20T06:24:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,098 | h | // Generated by commsdsl2comms v3.3.2
/// @file
/// @brief Contains definition of <b>"MGA-GLO-EPH"</b> message and its fields.
#pragma once
#include <cstdint>
#include <tuple>
#include "comms/MessageBase.h"
#include "comms/field/IntValue.h"
#include "comms/options.h"
#include "ublox/MsgId.h"
#include "ublox/field/Fi... | [
"arobenko@gmail.com"
] | arobenko@gmail.com |
c9e26336b698723eb09076a6793616a152dd2565 | 6f9d495e097bbfe2ebe1dc01dc2149ec4f8372e0 | /cpp/cpp04/ex03/Character.hpp | 7e8c74f73b9f100d291f083bb74b0bb3a658cfa5 | [] | no_license | nirgoth/nirgoth | abc22e2a4810c979be66a590c142dbd76a5d6fa0 | 4cc2b8e60cfc50d4ca7ee3dff45f1f1603ca7a07 | refs/heads/master | 2021-06-23T07:42:20.373983 | 2021-05-03T13:49:55 | 2021-05-03T13:49:55 | 223,377,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | hpp | #ifndef CHARACTER_HPP
# define CHARACTER_HPP
# include "AMateria.hpp"
class Character
{
private:
std::string _name;
AMateria *_inv[4] = {NULL, NULL, NULL, NULL};
Character();
public:
Character(std::string name);
~Character();
Character(Character const &el);
Character &operator=(Character const &el);
... | [
"maklakovs.p@gmail.com"
] | maklakovs.p@gmail.com |
302bc5ab25ac8330a4e74117432545491f959879 | a3a8de60a97adc6279adbac65656f9fec5f2e8e6 | /2017011507-陈昱宏-源代码/SearchOrder.h | 3cb50f4674c961aeed4119f5b545d9e323f8bed2 | [] | no_license | THU-Yu/Hotel-Booking-Application | 5dec346f905848f19fb17f9ba7233d19304f8865 | 3abcc2e7c23a16ab0af94720f7f8a85b0e65549e | refs/heads/master | 2021-05-18T08:18:00.872611 | 2020-03-30T03:44:04 | 2020-03-30T03:44:04 | 251,193,613 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | h | #ifndef SEARCHORDER_H
#define SEARCHORDER_H
#include "normaluser.h"
#include "hotaluser.h"
#include "platformuser.h"
#include "hotalorder.h"
#include "orderdetail.h"
#include "PinJiaMessage.h"
#include "hotal.h"
#include <QWidget>
class QTableWidget;
class QTableWidgetItem;
class SearchOrder:public QWidget
{
Q_O... | [
"yuhong-c17@mails.tsinghua.edu.cn"
] | yuhong-c17@mails.tsinghua.edu.cn |
0b6551bd116eb78cb7b0c5954d975e8fddad538c | 3ffb5a515f1ea50f8c3467af3c9ee63a4b73f706 | /src/qt/qrcodedialog.cpp | d6b86d1caf33d74540bf4e6871a5723059fdc962 | [
"MIT"
] | permissive | sppl/iti | c75db061242c98983e5204fdaf4b68e61f2230fd | 384c67784177ca5eb3d218f4276f00584a8b8743 | refs/heads/master | 2020-04-02T07:32:54.267090 | 2017-07-14T18:38:33 | 2017-07-14T18:38:33 | 61,468,392 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,360 | cpp | #include "qrcodedialog.h"
#include "ui_qrcodedialog.h"
#include "bitcoinunits.h"
#include "dialogwindowflags.h"
#include "guiconstants.h"
#include "guiutil.h"
#include "optionsmodel.h"
#include <QPixmap>
#include <QUrl>
#include <qrencode.h>
QRCodeDialog::QRCodeDialog(const QString &addr, const QString &label, bool... | [
"t0675700395@gmail.com"
] | t0675700395@gmail.com |
6e2cd9be1190ed93729bffe4719a50fa05661319 | c4cf06c5b7e8e27d80fe276016efd7da2115b449 | /Light.cpp | 534498139fe8a06fa8a6e11d0977cbe9541c869f | [] | no_license | uans3k/u3krender | 93f94a5ee3b345e6d5efde6ac554a9f6dd9d267b | 2841d81941facd9768174842bb1fb65da921b6a8 | refs/heads/master | 2021-01-10T02:03:59.761353 | 2019-05-10T11:23:29 | 2019-05-10T11:23:29 | 53,245,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | cpp | #include "stdafx.h"
#include "Light.h"
void Light::init(Point4D *pos, Vector4D *dir, Color ambient, Color diffuse, Color specular, float kc, float kl, float kq, float spotInner, float, float pf, int attr)
{
this->ambient = ambient;
this->diffuse = diffuse;
this->specular = specular;
this->kc = kc;
this->kl = kl... | [
"uans3k@163.com"
] | uans3k@163.com |
457af226f09b9954407a70c35b4b6c4b688c3255 | 575527ccc679f5c2718bb35eb58a5e4f470b11eb | /include/message_wrap.h | c1b0cd4ddbf7f48df5b4b58a2162bde038d5144e | [] | no_license | wukong2016/wukong | dd4fd9d11b93aea0c7223d26bc513e61ef464a56 | a053391c57863782579db5f25a6f0aa7e02237a3 | refs/heads/master | 2020-12-24T20:32:36.107846 | 2016-05-10T02:07:14 | 2016-05-10T02:07:14 | 58,422,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 740 | h | #pragma once
#include "query_basic_types.h"
#include "network_node.h"
#include "rdma_resource.h"
#include "thread_cfg.h"
#include "global_cfg.h"
void SendR(thread_cfg* cfg,int r_mid,int r_tid,request_or_reply& r);
request_or_reply RecvR(thread_cfg* cfg);
bool TryRecvR(thread_cfg* cfg,request_or_reply& r);
template<... | [
"shijiaxin.cn@gmail.com"
] | shijiaxin.cn@gmail.com |
8fb5f252d6caa80ac889665bf468119687dc17f9 | 1cdf0777a01cc71e78f4482c25609de89eee1b67 | /client_lib.cpp | ef57d5b8d83671e02ff0c6b6bc106b205fd9916f | [] | no_license | ogolosovskiy/speed_test | 9ef3fa5f61e7ec268910c99dce6db0bf40bd6363 | 891c48feecc6c55aff46eddd5ca9cb88be595685 | refs/heads/master | 2020-03-30T23:45:27.246754 | 2018-10-10T10:10:23 | 2018-10-10T10:10:23 | 151,712,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,527 | cpp | //
// Created by Oleg Golosovskiy on 08/10/2018.
//
#include "client_lib.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
to_print_callback* g_logger = 0;
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wformat-security"
template<typename ... Args>
static void print_log(char cons... | [
"oleggl@steppechange.com"
] | oleggl@steppechange.com |
818ed4a97462a87feed0dad29f49ead70ce9942f | 5b0c1f4bfe523e55e9ad2f7842a08b31be0410d3 | /bitsgintp1_hackerrank/RepeatedString.cpp | ae6aaec5aa255728b8d477acc69df53101258c3a | [] | no_license | palash1611/Competitive_Coding | ffc437740a197d8bb9777d00e0c1d0076590edd2 | 45783550b46e023dc45a276da3a8e085dc790a52 | refs/heads/master | 2020-03-19T05:13:19.087112 | 2018-06-09T12:42:25 | 2018-06-09T12:42:25 | 135,910,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,251 | cpp | //https://www.hackerrank.com/contests/bitsgintp1/challenges/repeated-string
#include <bits/stdc++.h>
using namespace std;
#define V vector
typedef long long LL;
typedef long double LD;
typedef pair<int, int> pii;
typedef V<int> vi;
typedef V<string> vs;
typedef V<LL> vll;
typedef V<double> vd;
typedef V<pii> vpii;
#def... | [
"palashchaturvedi1611@gmail.com"
] | palashchaturvedi1611@gmail.com |
33917c4c5aa6bca1045854a49a356723b24ca811 | cc7661edca4d5fb2fc226bd6605a533f50a2fb63 | /mscorlib/ImageFileMachine.h | ff2c5c5c2c668938b38d0c533c2e7130ba9c3303 | [
"MIT"
] | permissive | g91/Rust-C-SDK | 698e5b573285d5793250099b59f5453c3c4599eb | d1cce1133191263cba5583c43a8d42d8d65c21b0 | refs/heads/master | 2020-03-27T05:49:01.747456 | 2017-08-23T09:07:35 | 2017-08-23T09:07:35 | 146,053,940 | 1 | 0 | null | 2018-08-25T01:13:44 | 2018-08-25T01:13:44 | null | UTF-8 | C++ | false | false | 195 | h | #pragma once
namespace System
{
namespace Reflection
{
class ImageFileMachine : public Enum // 0x0
{
public:
int value__; // 0x10 (size: 0x4, flags: 0x606, type: 0x8)
}; // size = 0x18
}
| [
"info@cvm-solutions.co.uk"
] | info@cvm-solutions.co.uk |
4ce772be8fa1270aa9a014e408cd64137afb3a88 | f92e90323339912314faf6475b988d26f679372b | /test_suite/dr_branch_12_locks_Yes.cpp | 8f3cef3e6be168ca86b0686d746acc920fbf685b | [] | no_license | rutgers-apl/PTRacer | eea91b7606730565bf54524ce8bbb52b58529f1b | 3624264c38302513f0d28fc22f875d9e3dd8fdcf | refs/heads/master | 2020-12-25T13:51:17.473837 | 2017-06-06T06:11:27 | 2017-06-06T06:11:27 | 62,167,491 | 8 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 18,198 | cpp | #include<iostream>
#include "t_debug_task.h"
#include "tbb/mutex.h"
using namespace std;
using namespace tbb;
#define NUM_TASKS 22
int shd[NUM_TASKS];
bool c;
tbb::mutex x_mutex;
tbb::mutex::scoped_lock myLock;
class Task1: public t_debug_task {
public:
task* execute() {
__exec_begin__(getTaskId());
Reco... | [
"adarsh.yoga@cs.rutgers.edu"
] | adarsh.yoga@cs.rutgers.edu |
34957995c11b2fe45b30ca916ac9c99b8076d1d5 | 28b7078f834d6a16ff0f0bffc2ddad50bbc43536 | /Memory_Management_Header/static_allocator.h | 2352ed6d857eba2b3471a13b71a3745aa72c6c35 | [] | no_license | ccpang96/SGI_STL | 89289b57395d90d9b9a6a63c81243b3feeb7f029 | d63d4630b9d096357aae7a617ccf813220784014 | refs/heads/master | 2020-12-11T23:43:35.979492 | 2020-01-15T08:52:46 | 2020-01-15T08:52:46 | 233,987,129 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 843 | h | #pragma once
#include <string>
namespace static_allocator {
//设计allocator1类去封装malloc和delete
class allocator1 {
private:
struct obj {
struct obj*next; //嵌入式指针 embedded pointer
};
public:
void* allocate(size_t);
void deallocate(void*, size_t);
private:
obj * freeStore = nullptr;
const int CHUNK = 5... | [
"ccpang96@163.com"
] | ccpang96@163.com |
ed4e1db9cc3e46558fa65a6a20bdaf3b04bff57e | caf6ae544fce3b332b40a03462c0646a32c913e1 | /master/qtcplus/client/SWGStandardInitiateLoginResultData.cpp | 03d47c7c24ee00f55370ce08e15926776b9168db | [
"Apache-2.0"
] | permissive | coinsecure/plugins | 827eb0ce03a6a23b4819a618ee47600161bec1c7 | ad6f08881020c268b530d5242d9deed8d2ec84de | refs/heads/master | 2020-05-30T07:17:56.255709 | 2016-11-27T22:22:23 | 2016-11-27T22:22:23 | 63,496,663 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 4,677 | cpp | /**
* Coinsecure Api Documentation
* To generate an API key, please visit <a href='https://coinsecure.in/api' target='_new' class='homeapi'>https://coinsecure.in/api</a>.<br>Guidelines for use can be accessed at <a href='https://api.coinsecure.in/v1/guidelines'>https://api.coinsecure.in/v1/guidelines</a>.<br>Programm... | [
"vivek0@users.noreply.github.com"
] | vivek0@users.noreply.github.com |
a9e134c7dfa6d503ca6630a59bac4f97a3bded4d | ddad5e9ee062d18c33b9192e3db95b58a4a67f77 | /util/uring/sliding_counter.h | 861d4797670e511d9b977b0c35817b122e9a5291 | [
"BSD-2-Clause"
] | permissive | romange/gaia | c7115acf55e4b4939f8111f08e5331dff964fd02 | 8ef14627a4bf42eba83bb6df4d180beca305b307 | refs/heads/master | 2022-01-11T13:35:22.352252 | 2021-12-28T16:11:13 | 2021-12-28T16:11:13 | 114,404,005 | 84 | 17 | BSD-2-Clause | 2021-12-28T16:11:14 | 2017-12-15T19:20:34 | C++ | UTF-8 | C++ | false | false | 3,177 | h | // Copyright 2020, Beeri 15. All rights reserved.
// Author: Roman Gershman (romange@gmail.com)
//
#pragma once
#include <array>
#include <cstdint>
#include <memory>
#include <numeric>
#include "util/uring/proactor_pool.h"
namespace util {
namespace uring {
namespace detail {
class SlidingCounterTLBase {
protec... | [
"romange@gmail.com"
] | romange@gmail.com |
cec6705e458eb24c34267b6b01a44a90e8b29c02 | 119828e4a5a7bd3cec7360d47765e68a780fe34d | /Framework/Core/D3D11/OMStage/BlendState.cpp | 9ba9fdd85887f311af31d83522d5a3aed346be0d | [] | no_license | JoSungHun/TerrianEditor | 4b5b11cf0d672b114e0ab7d7940f674e232beae2 | fb8c57dfe270df7e52dfd04e9e81c7b00b29f458 | refs/heads/master | 2020-06-05T03:53:00.212549 | 2019-06-17T08:33:19 | 2019-06-17T08:33:19 | 192,304,158 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,741 | cpp | #include "Framework.h"
#include "BlendState.h"
std::map<Factor, D3D11_BLEND> BlendState::blend_factors
{
std::make_pair(Factor::ZERO , D3D11_BLEND_ZERO),
std::make_pair(Factor::ONE , D3D11_BLEND_ONE),
std::make_pair(Factor::SRC_COLOR , D3D11_BLEND_SRC_COLOR),
std::make_pair(Factor::INV_SRC_COLOR , D3D11_BLE... | [
"41054697+JoSungHun@users.noreply.github.com"
] | 41054697+JoSungHun@users.noreply.github.com |
c71c2e6fb4831bd3611b792147154dbc6ecd989b | 20049d88e2e8f0e1904efc561103c1d84d21507a | /bessonov.alexandr/common/circle.cpp | 3cc59c615221d4b7f7f2fa7b8df6b9fbfd60b722 | [] | no_license | gogun/Labs-for-SPbSPU-C-course-during-2019 | 5442a69152add3e66f02a7541e8dc8dd817f38a1 | 16ade47b859517a48d0fdb2e9704464bce4cc355 | refs/heads/master | 2022-01-09T16:02:54.728830 | 2019-06-06T11:06:33 | 2019-06-06T11:06:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 833 | cpp | #define _USE_MATH_DEFINES
#include "circle.hpp"
#include <iostream>
#include <stdexcept>
#include <cmath>
bessonov::Circle::Circle(const bessonov::point_t &newCenter, double radius) :
center_(newCenter),
radius_(radius)
{
if (radius <= 0)
{
throw std::invalid_argument("Problematic radius");
}
}
void bes... | [
"sakryshitel@gmail.com"
] | sakryshitel@gmail.com |
02d1973b51d370b7d2b701461066ff3d31094db9 | 834b551c9e17345d761bc54c6a56c2de9002d6ac | /problems/234. Palindrome Linked List/two_pointer.cpp | 0c72fcee42c8dfdc6135830fd3bb120d76f67216 | [] | no_license | nullscc/leetcode | 15507aecbb256acff0506bbc2bdb4dada113553b | 95fbe47252b6f5e88378719fcdf3ee6200c68de4 | refs/heads/main | 2023-03-20T08:36:22.313209 | 2021-03-02T08:40:20 | 2021-03-02T08:40:20 | 330,892,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode() : val(0), next(nullptr) {}
* ListNode(int x) : val(x), next(nullptr) {}
* ListNode(int x, ListNode *next) : val(x), next(next) {}
* };
*/
class Solution {
public:
bool isPalindrome(Lis... | [
"jarves@foxmail.com"
] | jarves@foxmail.com |
050df6bcfe398a091ab5348c45947ad92f8822eb | 4441cd8e9c5049016c42f03d5c2da893ac294505 | /include/demons.h | 3ce5e25b0aaeb30b733d51ddbc8576d7e2de2fee | [] | no_license | yourDM-tristan-j/ex08-creatures | 17372e78f6dbcdcd8cdfafd2ee91572226ab3586 | 43abaa3fdc15cd6b825024bcedb18f05775ed0eb | refs/heads/master | 2020-04-10T00:56:00.028114 | 2018-12-06T17:49:12 | 2018-12-06T17:49:12 | 160,700,398 | 0 | 0 | null | 2018-12-06T16:16:49 | 2018-12-06T16:16:48 | null | UTF-8 | C++ | false | false | 1,395 | h | class Demons : public Creature {
private:
}
static const std::string CYBERDEMON_NAME = "CyberDemon";
static const std::string BALROG_NAME = "BALROG";
class Cyberdemon : public Demons{
private:
int type = 1;
int strength = DEFAULT_STRENGTH;
int strength = DEFAULT_HIT_POINTS;
const string &getSpecies() ... | [
"tristan_long1@my.vcccd.edu"
] | tristan_long1@my.vcccd.edu |
39f254028246b96f1f7f1493dd100052b2867c5f | 8de91a1aebb00600a98a69b7b8c783cb6a020720 | /cp/MaxFlow.cpp | 05ef8dbcd14733a3b3738e3a9485ab2cd295f79c | [] | no_license | RenatoBrittoAraujo/Competitive-Programming | 2148d5fc4b0ac4b8fdbadc8de2916b31a549e183 | de641f129a1ce27deffb7bf7c1635d702d05bf3e | refs/heads/master | 2020-05-22T21:17:41.420014 | 2019-05-17T00:39:20 | 2019-05-17T00:39:20 | 186,523,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,340 | cpp | #include <bits/stdc++.h>
using namespace std;
#define MAX_V 1500 //more than this and maxflow takes too long
#define inf 1000000
using vi = vector<int>;
int G[MAX_V][MAX_V];
vi p;
int mf,f,s,t;
void augment(int v,int me){
if(v==s){
f=me;
return;
}else if(p[v]!=-1){
augment(p[v],min(m... | [
"renatomwbbritto@gmail.com"
] | renatomwbbritto@gmail.com |
cf3d8362f23fa1b071612e055f47c7515d2de9b0 | 2348000ede440b3513010c29a154ca70b22eb88e | /src/CPP/src/epi/chapter17/IsPatternContainedInGrid.hpp | e5104c7c368eb4a77f2e4bad62dec24a0a54f491 | [] | no_license | ZhenyingZhu/ClassicAlgorithms | 76438e02ecc813b75646df87f56d9588ffa256df | 86c90c23ea7ed91e8ce5278f334f0ce6e034a38c | refs/heads/master | 2023-08-27T20:34:18.427614 | 2023-08-25T06:08:00 | 2023-08-25T06:08:00 | 24,016,875 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,200 | hpp | #ifndef SRC_EPI_CHAPTER17_ISPATTERNCONTAINEDINGRID_HPP_
#define SRC_EPI_CHAPTER17_ISPATTERNCONTAINEDINGRID_HPP_
#include "../../Solution.h"
#include <vector>
#include <unordered_set>
#include <tuple>
namespace epi {
namespace chapter17 {
class IsPatternContainedInGrid : public myutils::Solution {
public:
... | [
"zz2283@columbia.edu"
] | zz2283@columbia.edu |
d22d8a8843200b30a97c610fe6081041957d9b54 | a72916978618f0978974e58be661bb347a28bb10 | /plugins/Project/vlSaveProject.h | d9281e79952cadbc2103fbfdd37a97b0270f159f | [] | no_license | Armida220/drv2.0 | a77523c163ee6887cccb648b833de3bbe1c840fe | 5b2610fd2159ad1408608c35f5d4bef4e64127ba | refs/heads/master | 2020-04-10T10:03:12.552174 | 2018-07-19T02:40:40 | 2018-07-19T02:40:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 851 | h | #pragma once
#include "UIPlugins.h"
#include "x3py/module/classmacro.h"
//#include "ProjectObserver.h"
#include "UIPluginsEvents.h"
USING_NAMESPACE_EARTHMATRIX
const char* const clsidvlSaveProject = "00000000-6000-0000-0000-000000000002";
class CvlSaveProject : public IUICommon, public IUICommand, public IAnythingEve... | [
"37830982+hurui09@users.noreply.github.com"
] | 37830982+hurui09@users.noreply.github.com |
7b040c87258aa6fe094d601d6f589386390d4bd5 | 15612c6affbeb98781e19f7de0d3f1db72cf1db9 | /include/utility/relation_node.hpp | 97e5891a725439904d443bf8903a71bbf70d4c53 | [
"Apache-2.0"
] | permissive | federeghe/chronovise | 332ad62ab046a2ff8ed1d03cf7e66a366717b630 | 4b332f10669af73f33e00f8749040eed9601bfb2 | refs/heads/master | 2023-02-24T05:25:51.369574 | 2021-12-08T10:31:26 | 2021-12-08T10:31:26 | 111,384,255 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,009 | hpp | /*
* chronovise - Copyright 2018 Politecnico di Milano
*
* 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 applic... | [
"federico.reghenzani@polimi.it"
] | federico.reghenzani@polimi.it |
50e9d5f1b0d52fe9c7b4b4f85244af9b7e7839d4 | cc733834bdb5b4d33210c091744100c818beb2cb | /knRapid/src/rapidCommanding/RapidSubsystemRepository.cpp | ef85f41b27edfac089e25209869c166af5e64dc3 | [
"Apache-2.0"
] | permissive | hhutz/soraCore | b7d592424afb2ff111c24f542853a993d99326e3 | 0b140e0bca251498c3b12c102d04bcb68e4c31b1 | refs/heads/master | 2021-06-26T00:37:20.379488 | 2015-12-17T17:18:51 | 2016-02-11T17:29:47 | 21,436,387 | 1 | 5 | null | 2021-06-18T16:59:09 | 2014-07-02T18:50:50 | C++ | UTF-8 | C++ | false | false | 348 | cpp | #include "RapidSubsystemRepository.h"
// does this evaluate to true on any of our target platforms?
#if defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION)
template kn::Singleton<kn::RapidSubsystemRepository> * kn::Singleton<kn::RapidSubsystemRepository>::s_instance;
#endif /* ACE_HAS_EXPLICIT_STATIC_TEMPL... | [
"mallan@71bd3d61-4118-0410-985d-8aea7a627388"
] | mallan@71bd3d61-4118-0410-985d-8aea7a627388 |
b5b70ea6679d5af7de9a77fdcf3cb0fb7a07ef78 | 058355106fcf57b746afc5e9979281477c8bd34c | /.history/138.copy-list-with-random-pointer_20200907102809.cpp | fbf65e27a52076910a2e4344160d812b3ce7149b | [] | no_license | Subzero-10/leetcode | ff24f133f984b86eac686ed9b9cccbefb15c9dd8 | 701ec3dd4020970ecb55734de0355c8666849578 | refs/heads/master | 2022-12-24T19:03:16.482923 | 2020-10-11T09:25:29 | 2020-10-11T09:25:29 | 291,388,415 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 978 | cpp | /*
* @lc app=leetcode id=138 lang=cpp
*
* [138] Copy List with Random Pointer
*/
// @lc code=start
/*
// Definition for a Node.
class Node {
public:
int val;
Node* next;
Node* random;
Node(int _val) {
val = _val;
next = NULL;
random = NULL;
}
};
*/
class Solution {... | [
"shizheng961111@gmail.com"
] | shizheng961111@gmail.com |
6fdde89259ba407174c3281cdb9aaca262f2bfc0 | 4d682826c92a14c3d8bb12a213130b8a6814b738 | /Wires/wires.cpp | 7e9d429cce7ae2d21c9e37dbda9e3e9d0698fad7 | [] | no_license | FilipKernan/adventOfCodeCpp | 1cc84bec2da5ef33e633d781f48face146b8347d | e1eea76ef56d1371fbb8876a5f83113c59a981c1 | refs/heads/master | 2022-11-21T17:13:22.890686 | 2020-07-21T18:04:54 | 2020-07-21T18:04:54 | 277,353,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,648 | cpp | //
// Created by filip on 7/7/20.
//
#include "wires.h"
std::vector<intersection> findIntersections(std::string string,int &height,int &width){
// creates an array for the wires to exist on
long** wireArray = new long *[height];
for (int l = 0; l < height; ++l) {
wireArray[l] = new long[width];
... | [
"filip.kernan@gmail.com"
] | filip.kernan@gmail.com |
d7a556185663cc98990de49e3175279a6e05f520 | 37421955fdae8ab64fa65c4fa91a6b2622bc14ef | /common/camera.h | 99fbafcb7fdf33da12cbd11b8b3e59f06dd905d0 | [] | no_license | SasaWakaba/Stelemate | c8ac4f49e4116911c044a9f559437c9b82d464bd | 20c003206ff3ba2b987ef978a98c8fe0514f87ab | refs/heads/master | 2020-09-05T18:52:41.011485 | 2020-03-29T11:53:39 | 2020-03-29T11:53:39 | 220,181,236 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 857 | h | #pragma once
#include "Game_Object.h"
class CCamera:public CGameObject
{
private:
XMMATRIX m_ViewMatrix;
RECT m_Viewport;
static XMFLOAT3 m_Eye; //カメラ座標
static XMFLOAT3 m_at; //見てる場所(注視点)
XMFLOAT3 m_CameraFront; //カメラの正面、長さ1
XMFLOAT3 m_CameraRight; //カメラの右側、長さ1
XMFLOAT3 m_CameraUp; //カメラの上、長さ1
... | [
"sasa.wakaba0405@gmail.com"
] | sasa.wakaba0405@gmail.com |
41b472878bb0ffe02474a43f939a0f9d14736c31 | b62835c35ededb2d1b4cb0a83db1945f06099479 | /threads/threads/sample.cpp | ffe4901e335165c8ef0d0cd3c87d6567c05e3c12 | [] | no_license | kylerichey/exampleCodeCS360 | b03a584492f8a480af612cf23c85991d82ad5836 | b88805047bacdffb2e8982db1da919ea68bac5b3 | refs/heads/master | 2021-01-24T17:50:44.485337 | 2016-03-28T21:08:15 | 2016-03-28T21:08:15 | 53,171,449 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <unistd.h>
void *functionC(void *ptr);
int counter = 0;
main()
{
int rc1, rc2;
pthread_t thread1, thread2;
/* Create independent threads each of which will execute functionC */
if( (rc1=pthread_create( &thread1, NULL, &functionC, NULL... | [
"kylerichey@users.noreply.github.com"
] | kylerichey@users.noreply.github.com |
c6ae62bae17c0ec324ca0aa0d67cbb08a72dce4d | b08e948c33317a0a67487e497a9afbaf17b0fc4c | /Display/Font.h | 03d4940ce4ff0bfd662810249e01fff5b4dea7da | [] | no_license | 15831944/bastionlandscape | e1acc932f6b5a452a3bd94471748b0436a96de5d | c8008384cf4e790400f9979b5818a5a3806bd1af | refs/heads/master | 2023-03-16T03:28:55.813938 | 2010-05-21T15:00:07 | 2010-05-21T15:00:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,208 | h | #ifndef __FONT_H__
#define __FONT_H__
#include "../Display/Display.h"
namespace ElixirEngine
{
//-----------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------
//-------------... | [
"voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329"
] | voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329 |
457ac81b2f53dc5f3dd38774e432d5f86fa4ce4d | aa803dab12247d693cddb8e2ba1b61f807547fe9 | /build-SMail-Desktop_Qt_5_4_1_MSVC2013_64bit-Debug/ui_mainwindow.h | b57400ec4fc348c1f9684832be58bb9b44ad20ca | [] | no_license | Luqaz/SPOVM | 1a767ccc6f8e5c996deb4b4beb99eefa266395a2 | 5fa5d18a6250c7ee7a0b8b3bed6ecbad32cf469a | refs/heads/master | 2020-12-25T19:26:09.156788 | 2015-05-31T16:39:18 | 2015-05-31T16:39:18 | 30,823,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,211 | h | /********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.4.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... | [
"qazus666@gmail.com"
] | qazus666@gmail.com |
9c8e823ec318d1bd184c3f0581615cdd1690f0c2 | 99a2728f6ac5193c6d2f95f1d8d739463a216d83 | /core/game_state.h | e80f53a7bc787fcac94f4c8524a13d9bf6096df1 | [] | no_license | LeifAndersen/MarbleMachine | d78d1a14dd3d10bf0bf4c0701d3d2d2db7658a3e | 4dd06c0f817a0b177ae1c288b754dabbc9b361d5 | refs/heads/master | 2021-01-22T06:54:52.572160 | 2011-08-24T17:28:15 | 2011-08-24T17:28:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,582 | h | #ifndef GAME_STATE_H
#define GAME_STATE_H
#include <list>
#include <pthread.h>
#include <string>
#include "os_calls.h"
#include "physics.h"
#include "data_importer.h"
#include "sphere.h"
#include "point.h"
#include "button.h"
#define UPDATE_TIME 0.000000005f
#define WIDTH 100.0f
#define TOUCH_DAMPENER 15.0f
#define... | [
"leif@leifandersen.net"
] | leif@leifandersen.net |
0e90d0f6a8ce90f6a76e2bec6ad486a9a4a8046a | fe5e4748939432af1d691f9d5837206fbf6c6c2f | /C++/bfs_4.cpp | ab358cfa89455f1c25507562d4c0817d26161b16 | [] | no_license | soadkhan/My-Code | e0ebe0898d68df983e8c41e56633780d6ac22c39 | 72fc258cdbf08d86f20a565afe371713e8e8bc39 | refs/heads/master | 2021-01-23T03:27:34.181019 | 2017-03-24T14:42:15 | 2017-03-24T14:42:15 | 86,077,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,863 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef unsigned long long int ulld;
typedef long long int lld;
typedef long int ld;
class node{
public:
ld x;
ld y;
node(int a=0, int b=0){
x = a;
y = b;
}
bool operator == (node a){
if(x==a.x&&y==a.y) return tru... | [
"khancse5914@gmail.com"
] | khancse5914@gmail.com |
dde61d24a8ec8ab0aa669234ad4b8f9cccd4ccab | efa0c247b3d0636c14e83d548b407024c1aa594d | /core/pygmy_console.cpp | 7af2dae02f36841429a8f8c995480e174b061002 | [] | no_license | WarrenDGreenway/pygmyos | 2729dd6e1fb6e80081a7660de3d00fb148ddacb5 | f1738456a974c680539101e223a0e608e8564f52 | refs/heads/master | 2020-05-30T04:26:22.628394 | 2014-06-24T04:08:07 | 2014-06-24T04:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,260 | cpp | /**************************************************************************
PygmyOS ( Pygmy Operating System ) - BootLoader
Copyright (C) 2011-2012 Warren D Greenway
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published b... | [
"mightydubster@gmail.com"
] | mightydubster@gmail.com |
80f7c532559ad444bd1aaf29b105c279c18a08db | f0bba79c584a12c8461c4650572953ef719cbbaf | /include/core/gpumemory.h | a92e1456fc464f503e0370e4e4cba98637e90127 | [] | no_license | YYXXYYZZ/soft-renderer | 88490cf1665dc4ba49c77817a181cb9118dfc800 | f4300575b967fc6035b4b41df441182554ce8c45 | refs/heads/master | 2021-11-25T10:46:08.291477 | 2014-10-29T07:57:29 | 2014-10-29T07:57:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,486 | h | #ifndef GPUMEMORY_H
#define GPUMEMORY_H
#include <map>
#include <cstring>
#include <typeindex>
#include <iostream>
#include <exception>
using std::string;
using std::map;
using std::type_index;
namespace GPUMemory {
struct MemoryInfo{
void * address;
int size;
string type;
};
typedef map<string,MemoryIn... | [
"tangbongbong@gmail.com"
] | tangbongbong@gmail.com |
bc2bfc8bbf202f7adf914d9b06690c13fe892768 | e58a4f1b096b9544ef56f865afe9f079d3fc89db | /Graphs/breadth_first_search_in_graphs.cc | 92bda9a92f974211793494933103aa3efe7b51ab | [] | no_license | 0APOCALYPSE0/Algorithm-Concepts | c14c27ba967f524202ed9be8a79428bfc01e5dc0 | 587f620dc5b1481790987a86ef34225899d4f35d | refs/heads/master | 2023-06-13T08:05:02.208567 | 2021-07-04T22:32:25 | 2021-07-04T22:32:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,305 | cc | #include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define endl "\n"
template<typename T>
class Graph{
map<T,list<T>> adjList;
public:
Graph(){}
// Function To add the nodes into the graph.
void addEdge(T src,T des,bool bidir = true){
adjList[src].push_back(des);
if(bidir){
adjList[des]... | [
"ajaysharma388"
] | ajaysharma388 |
31e6426075fb037ae514214f4ad1dfd0a400c303 | 3bd1a6c15e63cbbef0e60a02957fb01722139f47 | /RoverMain/RoverFi.cpp | 488a20f5efd01026cec120dfdc49967c9ed9d919 | [] | no_license | DynamicBrute/SARSRover | 447ed77d266686776b4c8f703eb7a384e609dc82 | 30c9b25914b842937abd1b0b169bf6f7527c12b1 | refs/heads/master | 2020-05-17T05:15:04.989202 | 2015-04-21T16:58:34 | 2015-04-21T16:58:34 | 33,909,840 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,626 | cpp | #include "RoverFi.h"
#include "GPS.h"
#include "GPIO.h"
#include "HMC5883.h"
//#include "RoverMain.h"
char ssid[] = "SARSNet";
// your network password
char password[] = "sarsrover";
WiFiClient debugClient;
//Server object, the argument is the port that it listens too
WiFiServer debugServer(3284);
WiFiServer mainSe... | [
"crabbybrian135@gmail.com"
] | crabbybrian135@gmail.com |
29cb0510e98b37a20bd1f7ea4b7d36b954711aad | efe2b4dedbc6bab31ffe88c271daa5463f8649f6 | /branches/fast-extension/src/udp_tracker_connection.cpp | d08abd3595eacec600dec250f555c23f5efea516 | [] | no_license | svn2github/libtorrent | 867c84f0c271cdc255c3e268c17db75d46010dde | 8cfe21e253d8b90086bb0b15c6c881795bf12ea1 | refs/heads/master | 2020-03-30T03:50:32.931129 | 2015-01-07T23:21:54 | 2015-01-07T23:21:54 | 17,344,601 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,411 | cpp | /*
Copyright (c) 2003, Arvid Norberg
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the f... | [
"arvidn@f43f7eb3-cfe1-5f9d-1b5f-e45aa6702bda"
] | arvidn@f43f7eb3-cfe1-5f9d-1b5f-e45aa6702bda |
626698f15d91203e09063693c38b9af803d1bcda | a19c187518fe30e61ed377c4c13376e162b5f0c1 | /utrason_alice_yannick.ino | 8e8c7273516aec7ea928551bfd01fe3fe216bf80 | [] | no_license | ycarissan/utrason_alice_yannick | 1113d39faa86ad152160d5b92502cd6e31df687c | e8764bba5edcacfaba66e1770e7e7f753f8c183a | refs/heads/master | 2022-08-13T11:48:55.653856 | 2020-05-24T09:06:57 | 2020-05-24T09:06:57 | 266,360,665 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,326 | ino | /*
* Ultrasonic Sensor HC-SR04 and Arduino Tutorial
*
* by Dejan Nedelkovski,
* www.HowToMechatronics.com
*
*/
// defines pins numbers
const int trigPin = 2;
const int echoPin = 3;
// defines variables
long duration;
int distance;
void setup() {
pinMode(10, OUTPUT);
pinMode(11, OUTPUT);
pinMode(trigPin, OUTPUT); // ... | [
"ycarissan@gmail.com"
] | ycarissan@gmail.com |
4fb1a52d748490242e2d2a86623aa59b6c14d186 | c824d97cc1208744e4453bac916dcc24dc77a377 | /libcaf_io/caf/io/network/stream_manager.hpp | c9129d4c56adf1dc5baaba06417ca8b692ab6c9c | [
"BSL-1.0"
] | permissive | DePizzottri/actor-framework | 1a033440660c4ea507b743b0d46a46de7fd30df6 | bdbd19541b1e1e6ec0abe16bcf7db90d73c649d2 | refs/heads/master | 2021-01-24T00:23:18.672012 | 2018-04-28T13:04:21 | 2018-04-28T13:04:21 | 59,172,681 | 0 | 0 | null | 2017-03-07T04:22:26 | 2016-05-19T04:04:18 | C++ | UTF-8 | C++ | false | false | 2,414 | hpp | /******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* | | / _ \ | |_ Actor *
... | [
"dominik.charousset@haw-hamburg.de"
] | dominik.charousset@haw-hamburg.de |
47f03ff81ab71217cc3e8ebabdfcf6502f96132f | 78590c60dac38e9b585d0a277ea76944544e9bd8 | /src/pool/pstring.cxx | 4c17513a96aee622eaf9cc3b0170584ad44c15df | [] | no_license | sandeshdevadiga/beng-proxy | 05adedcf28c31ad5fbaa073f85e5d2d420e5b3ca | 436e8de75a28aa8c7b09f6ed97c1a1dfcf0fcfc4 | refs/heads/master | 2023-03-02T09:04:20.466704 | 2021-02-11T17:05:38 | 2021-02-11T17:10:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,133 | cxx | /*
* Copyright 2007-2021 CM4all GmbH
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
*
* 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 abo... | [
"mk@cm4all.com"
] | mk@cm4all.com |
9d82c3f45d9417342d4cf95f55276234ac428495 | 5e191124f3ae3cb374500b392123b75475b55030 | /tpl/gtest-mpi-listener/gtest-mpi-listener.hpp | 44e9578e1ce67de5d4439d3767c93977c52f8a39 | [
"BSD-3-Clause"
] | permissive | LLNL/MPIDiff | 501056918b6c49c8970b284251f73bbd7e62b089 | f7e24ce6ba4c2139424b26707742a7124ac8a045 | refs/heads/develop | 2023-06-30T16:45:28.039741 | 2021-08-04T15:45:09 | 2021-08-04T15:45:09 | 321,845,944 | 4 | 0 | BSD-3-Clause | 2021-08-04T15:45:10 | 2020-12-16T02:31:35 | C++ | UTF-8 | C++ | false | false | 19,412 | hpp | /******************************************************************************
*
* Slight modifications made by Alan Dayton (2019)
*
*******************************************************************************/
//
/******************************************************************************
*
* Copyright (c)... | [
"dayton8@llnl.gov"
] | dayton8@llnl.gov |
71f6a27c440793cc1ec61f17efa085ba29a7ebf5 | 91e6abe135f8969bfc7aeba30277271590b76ff6 | /cartographer/cartographer/mapping/map_builder.cc | 80eb7fe5c218ef92428d8ffa4e005ff0a6525d3b | [
"Apache-2.0"
] | permissive | eglrp/carto_modify | 2075d186fbd5f802b627a5f50e6e62cbf2f1ad4b | 9d5eb1d1fa511d1ce41222ea7006c416cd513434 | refs/heads/master | 2020-04-07T03:08:25.908720 | 2018-11-14T03:03:39 | 2018-11-14T03:03:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,363 | cc | /*
* Copyright 2016 The Cartographer Authors
*
* 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... | [
"chenzhe78@sina.com.cn"
] | chenzhe78@sina.com.cn |
c3073a438eb84ebb36e12fe23b7bb73d4597609a | eaba85a3864089c45b9820052162529e1a4b7b77 | /src/ds-algo/trie.cpp | d4f9e8fd634b71285118e1ebfbd22403c7d23147 | [] | no_license | shafwanur010/cp | 77efc596af1038ba2c4769988fc948803ea10d78 | 1d0fc234956e8b469b1ed769c9fa1bae4a72888a | refs/heads/master | 2023-09-03T23:04:05.054541 | 2023-08-19T06:20:50 | 2023-08-19T06:20:50 | 288,452,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | #include <bits/stdc++.h>
using namespace std;
struct node {
node *child[26];
bool isEnd;
};
node* make() {
node *u = new node;
for (int i = 0; i < 26; i++) {
u->child[i] = nullptr;
}
u->isEnd = false;
return u;
}
void insert(node *root, string s) {
node *u = root;
for (char c : s) {
int id... | [
"shafwanurrahman010@gmail.com"
] | shafwanurrahman010@gmail.com |
842dcfb3f6758d88873d60a66f6007e37cdcf6ce | 8eac6a6d838ceb06c44daa28bb9ef7aaccddbf9b | /Chapter11/ch11ex2/DLHashTable.h | 478bd21802e614e5802ba0f13415dc735bc91a96 | [] | no_license | Song621/CPP-Classes-and-Data-Structures | e66def3fca5eb85c2e7503e5d8293879e53250c6 | d9c1ede3c92ab123a600a18ae03f124e41ba3c6f | refs/heads/master | 2023-08-30T12:56:06.279988 | 2021-11-10T16:53:46 | 2021-11-10T16:53:46 | 303,077,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,484 | h | #pragma once
#include "Array.h"
#include "CollisionList.h"
template <class DataType>
class DLHashTable
{
public:
DLHashTable(int (*hf)(const DataType&), int s);
bool insert(const DataType& newObject);
bool retrieve(DataType& retrieved);
bool remove(DataType& removed);
bool update(DataType& updateObject);
void ma... | [
"2972918569@qq.com"
] | 2972918569@qq.com |
8d85a96e2987285412807bf7aa6e7d3c057206e0 | fa623d526d6ca624d60a702f5c6671cbcec1c23e | /praduck/levelmap.h | d128d14e50a77a1eba2a03375c8b2745fa81195f | [] | no_license | imclab/plusplus-warrior | a9e3372de7bfbdc68efc2f9936efb6e035b80825 | 668279f82ca7a641d68c66d87589f2327eb0403c | refs/heads/master | 2021-05-01T20:31:36.547667 | 2014-02-06T03:14:49 | 2014-02-06T03:14:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 780 | h | #ifndef __praduck__LevelMap__
#define __praduck__LevelMap__
#include <iostream>
#include <fstream>
#include <iomanip>
#include "BaseTile.h"
#include "CreatureTile.h"
class TileController;
using namespace std;
class LevelMap {
protected:
BaseTile* map[20][20];
BaseTile* TileFromChar(char c);
public:
int ... | [
"aaron.d@apple.com"
] | aaron.d@apple.com |
2e7d2144d4a8365ee58e6b203563b4089467d6ae | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14539/function14539_schedule_15/function14539_schedule_15.cpp | 34f3a0086c48f3256198d482c3c0cea85fb84035 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,781 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14539_schedule_15");
constant c0("c0", 256), c1("c1", 128), c2("c2", 2048);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04");
input ... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
75a303642f8bc683a5bbe664f60b731685865ac4 | f0779717341f2c471191a94250f5b83ab3dc20cc | /OpenCV3/CPP-TCP-Client/CPP-TCP-Client/main.cpp | 52ac2624257c173696723642a11704b9222d22cd | [] | no_license | IceArmour/ZSC-2017-ETHEIH | c6de0e143dcf683d436c0dd653423743769ba9d9 | f85f0a64c7b2521bfc8e6a6d58c88980f0027e05 | refs/heads/master | 2020-03-27T08:34:03.460285 | 2018-08-12T23:15:10 | 2018-08-12T23:15:10 | 131,006,600 | 0 | 0 | null | 2018-04-25T12:57:53 | 2018-04-25T12:57:53 | null | UTF-8 | C++ | false | false | 1,343 | cpp | //--------------------------------------【程序说明】-------------------------------------------
// 程序说明:第11次汇报 CPP-TCP-Client
// 程序描述:建立TCP通信协议,作为客户端与VISOR进行通信
// 开发测试所用操作系统:Windows 10 64bit
// 开发测试所用IDE版本:Visual Studio 2017
// 2018年8月9日 Created by @ZHWKnight
// 2018年4月13日 Revised by @ZHWKnight
//----------------------... | [
"china.wenhuang@gmail.com"
] | china.wenhuang@gmail.com |
7de8422be9b8145b2418279d253c84d60eef52c5 | 8f5f13f74e63cbe9d8a28d60a649b9fece7b2146 | /OpenGL/src/5_advanced_lighting/3_15_deferred_lighting_with_SSAO_with_blur.cpp | f676fbbf29156d07db5b7de0b385ce991575d4d0 | [] | no_license | GameDevZone/OpenGL | 0a2c424405cd8f97efefb29bdc884df8fd31a97f | 1670e4d90187536eb0e477416f7d134431d142de | refs/heads/master | 2020-04-11T02:52:35.337836 | 2019-02-21T09:01:09 | 2019-02-21T09:01:09 | 161,459,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,404 | cpp | #include <glad/glad.h>
#include <GLFW/glfw3.h>
#include "../std_image.h"
#include "glm.hpp"
#include "gtc/matrix_transform.hpp"
#include "gtc/type_ptr.hpp"
#include "../Shader.h"
#include "../Camera.h"
#include "../Model.h"
#include <iostream>
#include <random>
#define WINDOW_WIDTH 1280
#define WINDOW_HEIGHT 720... | [
"rain330047@outlook.com"
] | rain330047@outlook.com |
373b86995aaeba7d31ab4a985ec4d24233a0a3a5 | 1815b64a60fa9d0ccd3270d53cd176536558153f | /chrome/browser/policy/messaging_layer/util/heartbeat_event_factory.cc | 4aab15858c2ce01ee974b486c74f51c320413c15 | [
"BSD-3-Clause"
] | permissive | violetForeden/chromium | ae8c65739de96dd141136e6523b4a2c5978491d9 | 43f3ea874caca29eead4dc4dfb1c8ce6f11fa5da | refs/heads/main | 2023-06-29T09:43:21.454580 | 2021-09-12T08:27:01 | 2021-09-12T08:27:01 | 405,598,541 | 1 | 0 | BSD-3-Clause | 2021-09-12T09:22:55 | 2021-09-12T09:22:55 | null | UTF-8 | C++ | false | false | 1,693 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/policy/messaging_layer/util/heartbeat_event_factory.h"
#include "chrome/browser/policy/messaging_layer/util/heartbeat_event.h"
#... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
6f74e6851a700687498ca18d0785515c19ebc43e | 881065f461f7bc9abd1a99dd2e09da78d0348c01 | /Programm/VokabeltrainerDGJE.cpp | b507d7c152b915a79ea95de92ce2063ea5961ea0 | [] | no_license | DennisGoss99/Projekt-Voc | 14a2f0618e7413b510c4c0944e186044b37230f7 | c94f51414808959caa34422b60a8b2105668a421 | refs/heads/master | 2020-05-06T15:18:46.559369 | 2019-04-30T21:09:46 | 2019-04-30T21:09:46 | 180,183,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,108 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include <tchar.h>
//---------------------------------------------------------------------------
#include <Vcl.Styles.hpp>
#include <Vcl.Themes.hpp>
USEFORM("uFrmCheckVoc.cpp", frmCheckVoc);
USEFORM("uFrmMain... | [
"dennisgossler98@gmail.com"
] | dennisgossler98@gmail.com |
6ace4346789645c05334fadbcae6ddcd85808d28 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Chaste/2016/8/AbstractAcinarUnitFactory.cpp | 1d66673254aedfa5d9313fe09f668d4ff2f7e6f7 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 2,664 | cpp | /*
Copyright (c) 2005-2016, University of Oxford.
All rights reserved.
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Square, Oxford OX1 2JD, UK.
This file is part of Chaste.
Redistribution and use in source and binary forms... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
f523f810a34c707f69f06a32a7b6c4cdaab6631b | c22d65113ebf726c89fdc8da2a7e5e3552478014 | /src/libraries/Bounce2/Bounce2.h | e9fe87cdbe180c07125b284b793ac10d5ba37123 | [] | no_license | d-diot/mainmcu | 4b1795607223a65b7f956916912994e87188a9b4 | fc2175f937a0f086eb50ddf2b26ac53298460cf4 | refs/heads/master | 2023-02-27T12:43:55.095736 | 2021-01-29T20:54:52 | 2021-01-29T20:54:52 | 268,135,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,300 | h | /*
The MIT License (MIT)
Copyright (c) 2013 thomasfredericks
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, m... | [
"franz-unix@htpc.localdomain"
] | franz-unix@htpc.localdomain |
068249937238b4474fabad7e5fccb75659d0154f | 9a9297f7760f3e07ce281e7ab0e85dd2e2d607bd | /testbed/tests/es_benchmark_seed1.cpp | 72c6623cb649663494468452fcb1bdaedf1d0205 | [
"MIT"
] | permissive | DomiKoPL/BoxCar2D.cpp | c63d8b6e181a280529b8271928be3423cb362098 | a3bbb80304bccf7a8a232bfb8fe78718c47e03f7 | refs/heads/main | 2023-07-18T17:55:01.032440 | 2021-09-19T16:19:47 | 2021-09-19T16:19:47 | 332,049,853 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,818 | cpp | #include "test.h"
#include <string>
#include "car.h"
#include "chromosome.h"
#include <algorithm>
#include "es_benchmark_seed1.hpp"
#include <iostream>
#include "settings.h"
ESBenchmarkSeed1::ESBenchmarkSeed1()
{
blocked_environment = nullptr;
}
void ESBenchmarkSeed1::Step(Settings& settings)
{
if(blocked_environm... | [
"xkowal99@gmail.com"
] | xkowal99@gmail.com |
52a43133980c01041fea2209f911688d000885f0 | bd8cd86bc15d0249c1f369363a6b0c652e530f3f | /tools/caffe2ncnn.cpp | 0eff756aed3acf33275dc94177c85897406f4adb | [] | no_license | zjd1988/mtcnn_vs2017_based_on_ncnn | 85cd8a62be726aacbf44e431fdd0087abd2dd55d | 3487fa3a15dad51b152266086a0c84164d9e7392 | refs/heads/master | 2020-04-12T14:58:18.352752 | 2019-05-21T10:46:33 | 2019-05-21T10:46:33 | 162,566,929 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 28,601 | cpp | // Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | [
"942002795@qq.com"
] | 942002795@qq.com |
ffb2fcdbae14fb0cd8739ebd2217472f2ebafa7d | 8d39f509abf62a0947f3e9dd11a1bc02665b609e | /comp2012h/csd_only/lecture/7-class/Emp_codes/static.cpp | 2293bea9c145f7f09d3baa86145bde7afd230ab3 | [] | no_license | clcheungac/clcheungac.github.io | c77c8a0c5b2261cf37602ce644c143e266184277 | 815885f2af89ef3ac32fad607786c6e8fa47c6e0 | refs/heads/master | 2021-01-10T13:08:37.959427 | 2018-12-30T13:44:20 | 2018-12-30T13:44:20 | 48,602,655 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,608 | cpp | // Fig. 10.23: fig10_23.cpp
// static data member tracking the number of objects of a class.
#include <iostream>
using std::cout;
using std::endl;
#include "SEmployee.h" // Employee class definition
int main()
{
// use class name and binary scope resolution operator to
// access static number function getCount
... | [
"clcheungac@connect.ust.hk"
] | clcheungac@connect.ust.hk |
199f1967544ea0551c4caf575dcb5a6050442f1a | 24068d8b6d306b17beb5c99ca1c113b972929764 | /SocialGameOpenGLApplication/PrologEngine.h | e354079c6343cdf7f3c142c26f2b913cabb9a404 | [] | no_license | brunoflavio-com/engenius | 1a33a772d691fd4d601957675de37edd582d2c2e | 0164eefdf59fd8c36ec04b285cdce58bc9683687 | refs/heads/master | 2020-12-31T02:48:44.104432 | 2014-01-16T14:04:53 | 2014-01-16T14:04:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | h | #pragma once
#include <SWI-cpp.h>
class PrologEngine
{
public:
static PrologEngine& getInstance();
PlEngine * getEngine();
private:
PrologEngine();
~PrologEngine();
PlEngine * swiprolog;
//disallow copies.
PrologEngine(PrologEngine const&);
void operator=(PrologEngine const&);
}; | [
"bmflavio@gmail.com"
] | bmflavio@gmail.com |
beda539299351df342cb8150329bafea3b430413 | d85f2df596f794c92d1a36ffa3d99c389b30e797 | /ArquiSoftSolid/ClienteCredito.cpp | d6d7d05bc655bba289fdf7f132a19c312e0db451 | [] | no_license | kevdie/SOLID | 057717e683e11987d4d20b647c972721ee726a26 | 9cc2903bf243ff0e6f73e5a4f070737273a8361f | refs/heads/master | 2022-12-28T08:08:26.816722 | 2020-10-13T16:28:14 | 2020-10-13T16:28:14 | 303,761,529 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 754 | cpp | #include "ClienteCredito.h"
int ClienteCredito::getTotalPagos()
{
return totalPagos;
}
void ClienteCredito::setTotalPagos(int totalPagos)
{
this->totalPagos = totalPagos;
}
int ClienteCredito::getPagosRealizados()
{
return pagosRealizados;
}
void ClienteCredito::setPagosRealizados(int pagosRealizados)
{
this->p... | [
"kevindiegofloresantezana@hotmail.com"
] | kevindiegofloresantezana@hotmail.com |
7070cc477d92c7681b725e465ba6f6e6e7f13add | 775acebaa6559bb12365c930330a62365afb0d98 | /source/sdksamples/gotolasttextedit/IGTTxtEdtUtils.h | 94df381a12a98ef4dabcfb5b47babba9c530bce1 | [] | no_license | Al-ain-Developers/indesing_plugin | 3d22c32d3d547fa3a4b1fc469498de57643e9ee3 | 36a09796b390e28afea25456b5d61597b20de850 | refs/heads/main | 2023-08-14T13:34:47.867890 | 2021-10-05T07:57:35 | 2021-10-05T07:57:35 | 339,970,603 | 1 | 1 | null | 2021-10-05T07:57:36 | 2021-02-18T07:33:40 | C++ | UTF-8 | C++ | false | false | 1,584 | h | //========================================================================================
//
// $File: //depot/devtech/16.0.x/plugin/source/sdksamples/gotolasttextedit/IGTTxtEdtUtils.h $
//
// Owner: Adobe Developer Technologies
//
// $Author: pmbuilder $
//
// $DateTime: 2020/11/06 13:08:29 $
//
// $Re... | [
"75730278+Tarekhesham10@users.noreply.github.com"
] | 75730278+Tarekhesham10@users.noreply.github.com |
4ab5076d09392144a7e0b02e9ba61e504671668d | 8739fbb376ece424772c617874affb1040739916 | /stencils/TurbViscosityBufferFillStencil.cpp | 8b13900a8ec7a03bab83d2a3843aae833d1cc416 | [] | no_license | gasteigerjo/turbulent | 6d34c0aeba0ff797d0d327f50268dc791e405f94 | ed61a9503312c99abfe5ffc577f398f7b549681d | refs/heads/master | 2022-03-12T07:43:28.750274 | 2016-01-25T14:38:52 | 2016-01-25T14:38:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,231 | cpp | #include "TurbViscosityBufferFillStencil.h"
TurbViscosityBufferFillStencil::TurbViscosityBufferFillStencil(const Parameters & parameters,
FLOAT * turbViscLeft, FLOAT * turbViscRight,
FLOAT * turbViscBottom, FLOAT * turbViscTop,
int lowOffset) :
ScalarBufferFillStencil<TurbulentFlowFie... | [
"thomas@tpaula.de"
] | thomas@tpaula.de |
b05b768585a2da7932ef59055e8fbfd2723bd683 | f77c9ed429f4bdc903815fccb5d5efcdd3110a7f | /RovController/Sensors/ImuSensor.cpp | 6935589c85601723cecb982475254c8dc2bbc33c | [] | no_license | lawrence-tech-rov-team/Rov-Controller | 1e348c780ec854a06c6862b636a5e1f91379e123 | 0ac227c88e6630d933af16d1f5e7ebdf6cfa9b69 | refs/heads/master | 2020-12-02T23:46:59.091308 | 2020-05-04T20:39:22 | 2020-05-04T20:39:22 | 231,159,016 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,733 | cpp | /*
* ImuSensor.cpp
*
* Created: 2/19/2020 8:49:46 PM
* Author: zcarey
*/
#include "ImuSensor.h"
#include "../Robot.h"
ImuSensor::ImuSensor(const uint8_t TempId, const uint8_t AccelId, const uint8_t MagId, const uint8_t GyroId, const uint8_t EulerId, const uint8_t LinearId, const uint8_t GravityId, const uint8_... | [
"zcarey@ltu.edu"
] | zcarey@ltu.edu |
7b4f9d04098d45c78028e60b4dce3894f976405d | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/SOC/2011/simd/libs/simd/mini_nt2/nt2/include/constants/eps_related.hpp | 4c6c82567432698aaf5681e0c840957770bcc788 | [] | no_license | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 185 | hpp | #ifndef NT2_INCLUDE_CONSTANTS_EPS_RELATED_HPP_INCLUDED
#define NT2_INCLUDE_CONSTANTS_EPS_RELATED_HPP_INCLUDED
#include <nt2/toolbox/constant/include/constants/eps_related.hpp>
#endif
| [
"loufoque@gmail.com"
] | loufoque@gmail.com |
4f617d1a7368aee5e091f343751c24cc52f80796 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir7942/dir8062/dir8063/dir12766/dir12767/dir13029/dir13714/dir14735/file14818.cpp | 5d3d12d505fb8587fe2dca4a7aa76019fd9febe3 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file14818
#error "macro file14818 must be defined"
#endif
static const char* file14818String = "file14818"; | [
"tgeng@google.com"
] | tgeng@google.com |
529d86e6767550da9d1dd9a8261c6098364d2487 | 5e1cf134e9be0c30ab0f1175e578ebc2917eab9e | /PrimeC++/beforeJan17_2016/callPrivate.cpp | 9c6d0f6511a82ced4f4b2ea35a7c933d7135c19d | [] | no_license | LiehuoChen/CPLUSPLUS_STUDY | d0d1339113d8ff34a1bcb4dec7db4ecd3f22c291 | 2cda080b1ab7893db4145542db69ca2b1c03bc48 | refs/heads/master | 2021-01-10T16:57:42.639576 | 2016-01-17T23:54:37 | 2016-01-17T23:54:37 | 49,798,875 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | cpp |
#include<iostream>
using namespace std;
class Base {
public:
virtual int fun(int i) { cout << "Base::fun(int i) called" << endl; }
};
class Derived: public Base {
private:
int fun(int x) { cout << "Derived::fun(int x) called" << endl; }
};
int main()
{
//Derived *ptrD = new Derived;
//ptrD->fun... | [
"lchen66@binghamton.edu"
] | lchen66@binghamton.edu |
b4edda58fa62b56b648dea082ab080f138c0bf6a | ea92cb09d832e11ea8b1e74d35326091fb6bbaa6 | /demos/d/src/ActivatingCollisionAlgorithm.h | ab0351f6c2d109eb2bc77eeffd836cbf8d53dc64 | [
"MIT"
] | permissive | DesignEngrLab/StabilityStudy | 3929b704b7365b839a64c34b6273ee1f5e637fba | 8ed7685621c76dc74816855a6cf370317fe401fb | refs/heads/master | 2021-01-16T23:03:25.276541 | 2016-10-06T23:59:23 | 2016-10-06T23:59:23 | 70,174,035 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 241 | h | #pragma once
#include "CollisionAlgorithm.h"
namespace BulletSharp
{
public ref class ActivatingCollisionAlgorithm abstract : CollisionAlgorithm
{
internal:
ActivatingCollisionAlgorithm(btActivatingCollisionAlgorithm* native);
};
};
| [
"huangwe@oregonstate.edu"
] | huangwe@oregonstate.edu |
26b7f5021acb3bd395f22f33e76094533bfd75f4 | b643341b408b090e9f83e21713e14fa8b7508a80 | /Source/artoolkit6-dependency/include/AR6/ARTrackableSquare.h | 4def59bcdab3852404f3d7e96e36172bcc597fcc | [] | no_license | ThorstenBux/artoolkit6-calibration-android | a911fdf15efd00dbba2e95f2ae654262ced9c403 | f19b3a707bb7ceef37eccb54ebd15205f1637954 | refs/heads/master | 2021-07-11T12:06:13.662950 | 2017-10-13T09:15:34 | 2017-10-13T09:15:34 | 105,212,852 | 1 | 2 | null | 2017-09-29T00:44:32 | 2017-09-29T00:44:31 | null | UTF-8 | C++ | false | false | 3,218 | h | /*
* ARTrackableSquare.h
* ARToolKit6
*
* This file is part of ARToolKit.
*
* ARToolKit 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 3 of the License, or
* (at your opt... | [
"thorsten.bux@outlook.com"
] | thorsten.bux@outlook.com |
2bf43c6e97fdb10f48d140bc1d60a8e9cd8d8fb3 | 3a3ed2c22e418467b9a54863e810116d8f3e5f0a | /src/SGIEngine/Timer.h | 92efe51c90ffcba116870adf35d1e02cac89e737 | [] | no_license | ArnauBigas/SGI-Engine | dbb96d99075fb481e12a64eef4efd7e7752fc808 | 882ed9647d9be104b5706fdeeed44946f9d16587 | refs/heads/master | 2021-05-31T13:04:32.336605 | 2016-05-06T20:22:19 | 2016-05-06T20:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | h | #ifndef TIMER_H
#define TIMER_H
class Timer {
public:
void start();
void stop();
void reset();
unsigned long getTime();
private:
bool running;
unsigned long startms;
unsigned long ms;
};
#endif /* TIMER_H */
| [
"samb1999@hotmail.co.uk"
] | samb1999@hotmail.co.uk |
9174567b2421b12339f04e4ebff0df7e18b7bfc7 | e315a4322fcfb050215c24ac0e8f786138dec096 | /HW10 10.cpp | 0e088fc9892133fbdb5614bcb06625813df25154 | [] | no_license | HasaliEdirisinghe/Homework-10 | 486460d2f5b581efc67b715a18c5b11fa55189fc | 226e7198bcefca066a8bc36ffdd724624d7a400f | refs/heads/main | 2023-08-15T04:22:26.486341 | 2021-10-23T16:55:01 | 2021-10-23T16:55:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | cpp | #include<iostream>
#include<string.h>
using namespace std;
// A program to merge two files and write it in a new file.
int main()
{
FILE *file1, *file2, *fnew;
char current, fname1[20], fname2[20], fname3[30];
//getting user inputs
cout << "Input the 1st file name: ";
cin >> fname1;
cout << "Input the 2nd ... | [
"edirisi-im19041@stu.kln.ac.lk"
] | edirisi-im19041@stu.kln.ac.lk |
c1f1e3066b063d06b3689ef4b438b9fa39f00b34 | 0a00b5f68d68c9648dc2bb118210512bc07ced33 | /sublime vala/declunchtime.cpp | 716c0c02128a4e4c30d246b146e7e1476afed8e7 | [] | no_license | Anugrahchaturvedi/my_code_cpp02 | 98ad9e8edcf6847ca50d558b1a640d50684b20fa | 91b4e0d23264c1f11c4033bfbdfd5c95e94fd853 | refs/heads/master | 2023-05-31T23:42:13.009480 | 2021-06-01T18:22:29 | 2021-06-01T18:22:29 | 372,919,929 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | cpp | #include<bits/stdc++.h>
using namespace std ;
int main()
{
long long int t , n , k;
int sum =0 , arr[n];
//cin >> t ;
//while (t--)
//{
cin >> n >>k;
//cin >>k;
for (int i =0 ; i< n ;i++)
{
cin >>arr[i];
}
for (int i=0; i< n ; i++)
{
sum=sum + arr[i];
}
cout << "sum id "<<sum << endl;
... | [
"kushal.kush867@gmail.com"
] | kushal.kush867@gmail.com |
2afdfb525ef59c8d35a41a3fc715dee015ccea5c | 8929e7535533d43e62f0dde3d384ee46cc28e3c7 | /AnimationManager/AnimationModel.cpp | de7eee0b1a74c198c6a4c9d0db161db7d38c4bab | [] | no_license | Nakio195/OSSAM-Editor | 4e2b2311a278d3042f7774d8a53fff5846ce2d73 | bcaf2fc2cab28a38fd723e48a79eb886d7a61d59 | refs/heads/master | 2023-03-08T22:52:08.781597 | 2023-03-03T18:04:43 | 2023-03-03T18:04:43 | 86,177,811 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,974 | cpp | #include "AnimationModel.h"
#include <QJsonDocument>
#include <QJsonArray>
#include <QFile>
#include <QMessageBox>
AnimationModel::AnimationModel(AssetModel *assets, QObject *parent)
: QAbstractTableModel(parent), mAssets(assets)
{
}
QVariant AnimationModel::headerData(int section, Qt::Orientation orientation, i... | [
"theo.p-h@live.fr"
] | theo.p-h@live.fr |
a21ddb1be28ddc8c5ab0ae911830d60d2b45c48a | d8c6bd6d6caf88398169bfdf55dc9b49661c65cc | /proj5/server.cpp | d60c356cd6a9c9642c643cc254ad74b7d4124153 | [] | no_license | KendallWeihe/PrimitiveCloudServer | 99bacfa35a2bf7efd7db16ea4fbde06997f66a48 | 412d4de19890015c1617af71efafd73236ba21e5 | refs/heads/master | 2020-06-17T15:48:01.177295 | 2016-12-02T04:24:41 | 2016-12-02T04:24:41 | 74,990,735 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,397 | cpp | extern "C" {
#include "csapp.h"
}
#include <iostream>
#include <string>
#include <netinet/in.h>
#include <fstream>
#include <vector>
using namespace std;
// function declarations
unsigned int convert_header_to_host_order(char client_message[]);
void get(char buf[], int connfd);
void put(char buf[], int connfd);
v... | [
"kendallweihe@gmail.com"
] | kendallweihe@gmail.com |
d232b04c5868575cdf2289515c9b811f68c769d6 | 7568cf9fc1eee857141ab265311edcaf964f54b4 | /components/omnibox/common/omnibox_features.cc | aa4ae3d6a631c711ccd82ba9d9112638afd1d90c | [
"BSD-3-Clause"
] | permissive | cbosoft/chromium | f4f0c9e1ae596850c04038eed34d21040103569f | 072e9137131be2f8a99efbfc7dc8fd8c1cd4c4eb | refs/heads/master | 2023-01-06T22:31:37.388286 | 2020-05-28T18:24:23 | 2020-05-28T18:24:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,998 | cc | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/omnibox/common/omnibox_features.h"
#include "build/build_config.h"
namespace omnibox {
// Allows Omnibox to dynamically adjust num... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8748e8bcc6c9976b8b85f5131dfb00103a39ed4a | 3bbefab6c034154ae4724baf0fe9de1eb2008d82 | /src/appleseed/foundation/meta/benchmarks/benchmark_integerdivision.cpp | c11f42b95c6e8d6e42b4fbbd089797611e4717ae | [
"MIT"
] | permissive | johnhaddon/appleseed | e959a30ab24f80a4cb3639d22c1b16b58fc3373c | 82eb4693f7a64fcaf238272a1ad62ff38c5b870b | refs/heads/master | 2021-01-22T09:32:01.704121 | 2016-08-22T17:41:23 | 2016-08-22T17:41:23 | 17,192,177 | 1 | 0 | null | 2016-08-24T12:04:18 | 2014-02-25T23:36:11 | C++ | UTF-8 | C++ | false | false | 2,531 | cpp |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2016 Francois Beaune, The appleseedhq Organization
//
... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.