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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cfed70ae290dc36c492faeee929a190e7e03147c | f536a526a8939434cc3550c45880e4c5129bf6e6 | /K3D/Engine/Source/ParticleSystem/Item/Transform/Velocity3DItem.cpp | bcafb50192d21abdb20f73e67b83ab8cb5f0191f | [] | no_license | Onbashira/K3D | 8879768b587a3af552e9837c07cfb08c29de5cc0 | bb3ba5e8b9e9eb760f52328e221ab30ced2d7d4b | refs/heads/master | 2020-04-15T23:24:16.759590 | 2019-06-04T08:43:15 | 2019-06-04T08:43:15 | 165,104,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 137 | cpp | #include "stdafx.h"
#include "Velocity3DItem.h"
K3D::Velocity3DItem::Velocity3DItem()
{
}
K3D::Velocity3DItem::~Velocity3DItem()
{
}
| [
"necrophantasia_koba@icloud.com"
] | necrophantasia_koba@icloud.com |
618e698d2f0a36075917fd7dd9e8be6a5792e592 | c30372c629e177c61bf48176826565fd33bfd42d | /SSD/Query.h | fe20a49d20e267bdf8abaae3ee89061b71ff9c65 | [] | no_license | Aspenka/SSD | 49140df352d81178f39f20a97435b3666568ba94 | 7d08ee76b88808ab801c607d3cc1363fa12b0eb6 | refs/heads/master | 2021-01-17T07:10:08.372171 | 2016-06-06T14:05:59 | 2016-06-06T14:05:59 | 55,404,307 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,280 | h | #ifndef QUERY_H
#define QUERY_H
#include <QObject>
#include <QList>
#include <QPair>
#include <QVariant>
#include <QString>
#include <QtSql>
#include "tableschema.h"
#include "model.h"
typedef QList <QList <QPair <QString, QVariant>>> matrix_t;
typedef QList <QPair <QString, QVariant>> list_t;
class Quer... | [
"aspendrag@gmail.com"
] | aspendrag@gmail.com |
6a453504f83c81a85c56a64ebd116f743a9bb66f | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Trigger/TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/rmsFrac.cxx | da30e167c821f8da4275640d7e2fed8a27797af0 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,567 | cxx | /*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include <cmath>
#include "rmsFrac.h"
namespace generate {
double GetEntries(TH1D* h, int ilow, int ihi) {
double sum = 0;
for ( int i=ilow ; i<=ihi ; i++ ) sum += h->GetBinContent(i);
return sum;
}
double GetEntries(TH1D* h)... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
45fb6ddb5e644380384e695cd5f78c7e33d3f64d | df90a772329d021424943e85cd0eccd7dcb2d8c0 | /synch.cc | c61591461cf9fcbb234a8e45210d3fae9734bca5 | [] | no_license | RikinMehta/CSCI402-Project-1 | 9e7957fd1da0ee2607b95365f883a4440efd10fa | 4b061e5d837a822019f0a287b6236161391223d1 | refs/heads/master | 2021-01-22T09:26:52.237216 | 2012-05-26T22:33:18 | 2012-05-26T22:33:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,837 | cc | // synch.cc
// Routines for synchronizing threads. Three kinds of
// synchronization routines are defined here: semaphores, locks
// and condition variables (the implementation of the last two
// are left to the reader).
//
// Any implementation of a synchronization routine needs some
// primitive atomic operatio... | [
"Rikin Mehta@RikinMehta-PC.(none)"
] | Rikin Mehta@RikinMehta-PC.(none) |
a1da5daa4c55d5f4ad8e620fd870ca29855e72a7 | 58caa966ee1e0f5171ffe5f4fa038068e0970fa4 | /Classes/engine/units/Unit_1.cpp | e059ce1cda072aee74bbc1ae74bb2e15fef63de4 | [] | no_license | hans511002/brave | 54a2412ecc95ca04d70a38fb75a265313abda9d1 | e0673397b082b4e62d57fd250079f62d79d118ba | refs/heads/master | 2021-04-15T12:36:00.128258 | 2019-05-15T02:54:33 | 2019-05-15T02:54:33 | 126,416,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,513 | cpp | #include "Unit.h"
#include "engine/WorldInterface.h"
//#include "Unit_1.h"
namespace engine
{
namespace units
{
bool Unit_1::init()
{
typeUnit = 1;
float tempObject = cocos2d::rand_0_1();
if(tempObject < 0.35)
{
container = new Unit_mc(this, "Unit1_1_mc", typeUnit);
}
else if(tempObje... | [
"hans511002@sohu.com"
] | hans511002@sohu.com |
4590bc6fbb8e29c04a2b0e91f4fbf1cdb3a94fce | a48da373c5880c71861896f21c9a4196d3875f83 | /lib/utils.hpp | 2e8236164cc739b2cf2bce0a2f53c5c652ba7a22 | [] | no_license | hanyebarg-net/tp3 | ccff6643024db9f1833f10e8f81f9ac289b8de9c | f307f97333e07cd357fdb1820ce4408409f08e9e | refs/heads/master | 2020-09-16T16:21:00.433891 | 2019-11-25T11:37:58 | 2019-11-25T11:37:58 | 223,827,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 452 | hpp | #include <string>
#include <netdb.h>
#define MAX_LEN 80
typedef struct addr_info {
struct sockaddr_storage Source;
socklen_t source_len = sizeof(Source);
}Addr_storage;
typedef struct addrinfo Addr;
void print_error_and_exit(std::string message);
Addr create_and_initialize_address();
Addr create_and_initialize_a... | [
"fernandaguimaraes28@gmail.com"
] | fernandaguimaraes28@gmail.com |
987a84dc71254ef6c42e6b65a89cd5c862b4c257 | 225e82d7a70bfeb544d758c4a01321701ff06a61 | /root/root_v4.04.02g/cont/src/TSeqCollection.cxx | f23b3abad6e071a5525160eb89dd97defcfbb339 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | govoni/learn | 9760494d592ba09a98e08939818415857d015371 | cb02b6621af73efdbf1e64e5fc39ecd9e72516af | refs/heads/master | 2021-01-19T18:51:14.476573 | 2019-07-22T09:05:26 | 2019-07-22T09:05:26 | 101,170,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,477 | cxx | // @(#)root/cont:$Name: v4-04-02g $:$Id: TSeqCollection.cxx,v 1.3 2003/06/23 08:04:19 brun Exp $
// Author: Fons Rademakers 04/08/95
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. ... | [
"pietro.govoni@gmail.com"
] | pietro.govoni@gmail.com |
b307877960acb078585ca6e7cfff4314241ccef8 | 72f73d5cf704a40154bc94d2fe9ffc733b6862b9 | /lib/Eos/contracts/eoslib/preprocessor/tuple/to_array.hpp | bc8cb0d25892729921bd74f936600e31b3051bd4 | [
"MIT"
] | permissive | ALL-Dev/ALL | 5b557c4a7c9adc2db668e6ef13c38b76522bb728 | 0ffff23e18a5cf5cbe03b5ee46f21a7ed086880c | refs/heads/master | 2021-09-06T03:30:55.218761 | 2018-02-02T02:46:37 | 2018-02-02T02:46:37 | 115,414,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,983 | hpp | # /* **************************************************************************
# * *
# * (C) Copyright Edward Diener 2011. *
# * (C) Copyright Paul Mensonides 2011. *
... | [
"github@all.top"
] | github@all.top |
bbd3e6bd3a632b361a78d8196a290fd43d935afe | e5b22bdb44951c498b7799abcb4b1ecec3d4801b | /Design Patterns/Proxy/Graphic.h | 86b980aa623dac5c7961a10854c5bcc456da4bc6 | [] | no_license | C00189537/GamesEngineering2 | ec6d081a569fab69b9f18eb6df6d6b067dfbeae2 | 7a9679b55a8cf03dd2e2959bfcaa515703a42ef6 | refs/heads/master | 2021-09-08T05:23:39.797152 | 2018-03-07T13:25:55 | 2018-03-07T13:25:55 | 104,319,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 123 | h | #pragma once
#include "IGraphic.h"
class Graphic : public IGraphic
{
public:
Graphic();
~Graphic();
void Draw();
};
| [
"c00189537@itcarlow.ie"
] | c00189537@itcarlow.ie |
fc1c537b07a1f7d901fa7291dc6851d938ba969b | 4b86b116e5fe4b6124787682837646554ae8d7cd | /need_to_do.h | 76a8ce1920ab3f3662dec43ae690a7b699b56a0d | [] | no_license | ssh352/only_qt_ctp | 7e5fe3d831286f5de3eacc7373a80948a3333597 | f11c8c75f35f9f8f74d9b29ca77d7359519ab72e | refs/heads/master | 2020-04-02T10:49:57.449214 | 2017-06-06T14:34:16 | 2017-06-06T14:34:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391 | h | #ifndef NEED_TO_DO_H
#define NEED_TO_DO_H
class need_to_do
{
public:
need_to_do();
};
#endif // NEED_TO_DO_H
/*
ctp_trade 中增添 order pos 项
此项目中存储现有持仓 以便于使用其ctr查询交易所现有持仓情况
更改的来源有两个 第一 原本存储在本机的持仓文件 第二 fill返回时修改此文件
*/
/*
将持仓信息返回到trade窗口中
*/
| [
"wdy0401@gmail.com"
] | wdy0401@gmail.com |
18fe49213e99eb51d7c70ad73e741c5a70b7368e | 522be0abc72290491200c871e85919d104a5ee7e | /src/fonts.cpp | 44d9094d38ddf9cb152a504d852af53e52c1d908 | [
"MIT"
] | permissive | intoyuniot/Adafruit_mfGFX | ef3eeee39e9e7eb7213375e25c3f7a7520054ecd | e342a8099703d49503d0c25bbae00c6f7438a508 | refs/heads/master | 2021-05-07T03:22:20.134020 | 2017-11-15T16:32:16 | 2017-11-15T16:32:16 | 110,858,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,551 | cpp | /*
Multifont GFX library is adapted from Adafruit_GFX library by Paul Kourany
v1.0.0, May 2014 Initial Release
v1.0.1, June 2014 Font Compilation update
v1.0.2, Aug 2015 Added charWidth(char) function to return char width in pixels
Please read README.pdf for details
*/
// Font data
#include "fonts.... | [
"chenkaiyao@molmc.com"
] | chenkaiyao@molmc.com |
688068c448ad9b268260063c265632a185707844 | 119e3839dc83d2f8fca8b8a78a687982cfe25104 | /prebuild/VTK-8.1.0.rc1/ThirdParty/vtkm/vtk-m/vtkm/filter/PolicyBase.h | eeaf4059a5ca2a5e8626ac6262370f76e880305a | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | liulihuogyh/osgall | 30cdb5c8ca7d3f2c0863ef2da6ff6c1bafb357f1 | 310530672b69be6afac16f0b9b2f5bd9b3ec60d4 | refs/heads/master | 2023-04-14T13:01:04.085705 | 2021-04-24T19:53:50 | 2021-04-24T19:53:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,172 | h | //============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE... | [
"shell_tdf@126.com"
] | shell_tdf@126.com |
dadfebf4d4207ef407f5d845dd95fca480b4002d | d7cebddfde614d74b7e45a1088ef6e6bec06ab7e | /NachOS-4.0_MP2/code/filesys/filesys.h | 2d3692b921eb94b8c0a0c6d0f36358a0af3abf63 | [
"MIT-Modern-Variant"
] | permissive | wwweiwei/Operating-System | fb84a3c20c75ac3ade4049cde80fd4a89a70a719 | b2d7cd3fa906161e4f0733ddf5d17f281dff3bfb | refs/heads/master | 2023-02-20T01:20:23.223561 | 2021-01-08T03:03:15 | 2021-01-08T03:03:15 | 216,051,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,608 | h | // filesys.h
// Data structures to represent the Nachos file system.
//
// A file system is a set of files stored on disk, organized
// into directories. Operations on the file system have to
// do with "naming" -- creating, opening, and deleting files,
// given a textual file name. Operations on an individual
// "o... | [
"megan0630@gmail.com"
] | megan0630@gmail.com |
e0f1a89d86e9d833c021dac0efef9072d4f55e76 | bcf3f17cc088f54fb758c32334b0823bb0e51b16 | /GeeksForGeeks/HEAP/K-largest.cpp | f8df73fdd93bc62e5496528c08f720d2e8136f2f | [] | no_license | saokabao/ds-problems | f5b2498c978225788e8940032d2be5d0eb23abe9 | 2737193b3ffad9a48a6b56e0549950e087e6edd9 | refs/heads/master | 2023-08-03T20:52:07.536021 | 2021-09-13T08:30:58 | 2021-09-13T08:30:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,703 | cpp | /*
* K largest element in an array of integers.
* If sorted, print element from index n-1 to n-k
*
* Smallest indexs in a sorted array:
* Index of Kth smallest element: k-1.
* Distance of Kth smallest element from 0th element: k-1
* total elements between 0th and kth indexed smallest element: k+1.
* Pr... | [
"ankur.sao7@gmail.com"
] | ankur.sao7@gmail.com |
0ef04321ad55b5e35b9a8ee21533caa2b355ddfb | e99887d75f79aace37b6fd99b7bdb0a739321aa9 | /src/fixpoint/worklist.h | d32fb9eba848989c179bd94f91a23730366331ab | [
"MIT"
] | permissive | peterrum/po-lab-2018 | e14f98e876c91ee2bb381ff07c0ac04f2d84802e | e4547288c582f36bd73d94157ea157b0a631c4ae | refs/heads/master | 2021-07-13T18:01:14.035456 | 2018-11-24T10:13:58 | 2018-11-24T10:13:58 | 136,142,467 | 3 | 4 | null | 2018-11-24T10:13:18 | 2018-06-05T08:06:06 | C++ | UTF-8 | C++ | false | false | 354 | h | #ifndef WORKLIST
#define WORKLIST
#include "llvm/IR/BasicBlock.h"
#include <queue>
#include <set>
using namespace llvm;
namespace pcpo {
class WorkList {
public:
void push(BasicBlock *bb);
BasicBlock *peek();
BasicBlock *pop();
bool empty();
private:
std::queue<BasicBlock *> worklist;
std::set<Basi... | [
"peterrmuench@aol.com"
] | peterrmuench@aol.com |
ca0690e27211a693123d76369480eb79546437a9 | 493ac26ce835200f4844e78d8319156eae5b21f4 | /flow_simulation/ideal_flow/processor3/0.93/k | acb12ddb011d2b8bdfe776527c4937a43ff746e2 | [] | no_license | mohan-padmanabha/worm_project | 46f65090b06a2659a49b77cbde3844410c978954 | 7a39f9384034e381d5f71191122457a740de3ff0 | refs/heads/master | 2022-12-14T14:41:21.237400 | 2020-08-21T13:33:10 | 2020-08-21T13:33:10 | 289,277,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,354 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"mohan.2611@gmail.com"
] | mohan.2611@gmail.com | |
55dcd87501f142e650bb9da287e832adcb2131ba | fdf52a006b66f8b482a48bda2ec00b96aab18731 | /src/partition.cpp | a531d58eefd6f1cbb274405b37649ead3da52514 | [] | no_license | dyzsr/top100url | dc846991a5fa7ece382b44b6b30563b76582da0b | 5938f3ce7dfc1e7d64c33333fa95e2ce9742720d | refs/heads/master | 2020-06-10T14:40:30.684056 | 2019-07-01T07:19:22 | 2019-07-01T07:19:22 | 193,657,812 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 687 | cpp | #include "../include/partition.h"
#include "../include/input.h"
#include "../include/output.h"
#include "../include/utils.h"
#include "../include/config.h"
#include <cstdlib>
#include <cassert>
Partition::Partition(size_t _file_sz):
file_sz(_file_sz)
{
assert(file_sz > 0);
}
Partition::~Partition()
{}
std::pair<s... | [
"dybest@icloud.com"
] | dybest@icloud.com |
10da6537fff10226016aa0ee2cc4950744bacc92 | 607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb | /deps/museum/8.0.0/art/runtime/gc/allocation_listener.h | 118fce89f5c9ad6a116626ffd8dbc7ddc1796a1a | [
"Apache-2.0"
] | permissive | simpleton/profilo | 8bda2ebf057036a55efd4dea1564b1f114229d1a | 91ef4ba1a8316bad2b3080210316dfef4761e180 | refs/heads/master | 2023-03-12T13:34:27.037783 | 2018-04-24T22:45:58 | 2018-04-24T22:45:58 | 125,419,173 | 0 | 0 | Apache-2.0 | 2018-03-15T19:54:00 | 2018-03-15T19:54:00 | null | UTF-8 | C++ | false | false | 1,553 | h | /*
* Copyright (C) 2016 The Android Open Source Project
*
* 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 app... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
bc0a689164289bcc4c6abb91cf4764633fdc68c1 | 4e4a87a0b55cc6927becf5c1d27f64f0e46acecf | /header/common.h | 95cfa2bee9cf99c3dd28b42ee769ab37b07f8d7b | [] | no_license | StomatoGod/dudvWater | f98b628d634759080c1575585cf8b54ea25e11d5 | 2f77c1e27fcb7313e8950521d978992d27d87148 | refs/heads/master | 2023-01-08T03:18:42.836576 | 2020-11-05T10:32:29 | 2020-11-05T10:32:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,766 | h | #ifndef COMMON_H
#define COMMON_H
#include <iostream>
#include <string>
#include <fstream>
#include <sstream>
#include <vector>
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/string_cast.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/ext.hpp>
#include <assimp/... | [
"iamyoukou@gmail.com"
] | iamyoukou@gmail.com |
9b6ea26414b96672175aa38e61e0f198ba6cfe61 | 6548cb72a1ec9fad2835be2d039c9893d4cc7f0c | /campion-era/matrice4/matrice4.cpp | 0140b66703e28a885ecc73df76ff99ae760c45fb | [
"MIT"
] | permissive | bdugersuren/algorithmic-problems | 13640bf5a22a916fde8c4049d3e5e53e707fabdc | d2b3965023deafa018d783f5ce0d23dae1c890bc | refs/heads/main | 2023-03-24T12:27:10.860335 | 2021-03-21T19:09:01 | 2021-03-21T19:09:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,215 | cpp | #include<cstdio>
#include<iostream>
#include<cmath>
#include<algorithm>
using namespace std;
int ok,a[51][51],v[2501],c,nr1,nr2;
int prim(int x)
{
int i;
if(x==2) return 1;
for(i=2;i<=sqrt((float)x);i++)
{
if(x%i==0) return 0;
}
return 1;
}
int main()
{
freopen("matrice4.in","r",st... | [
"geo.badita@gmail.com"
] | geo.badita@gmail.com |
798b2e43b2978cae30345ccdfd70261241a50ed8 | 8b10d4389ab7b710894036d12adc9890c6722f51 | /chair_type.h | 1f9dc1bc95c620096a6a5dcd9d718aad1d40a001 | [] | no_license | xNauman/House-Designing-Project-3D | d5abb863b032482b7686d6335c1c1bde56bc4371 | ba44c44835aece2a7e7dffbe94f1cc069a8ddde1 | refs/heads/master | 2020-12-24T16:43:08.614322 | 2013-12-14T07:01:52 | 2013-12-14T07:01:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,316 | h | #if !defined(AFX_CHAIR_TYPE_H__3B40F4A0_4DBD_11D8_BA23_E0C6805CA65E__INCLUDED_)
#define AFX_CHAIR_TYPE_H__3B40F4A0_4DBD_11D8_BA23_E0C6805CA65E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// chair_type.h : header file
//
////////////////////////////////////////////////////////////////////////... | [
"nouman.saeed.raja@gmail.com"
] | nouman.saeed.raja@gmail.com |
4671faab30cb68b1e884f8535ecf8ce1627fdb74 | 7b6764e2d4805d5ca6974ee520460c6adf5c9828 | /cnc/internal/cnc_tag_hash_compare.h | c59b40a3ec4218846860cdcd04eaf99d88b7b2d2 | [
"BSD-3-Clause"
] | permissive | icnc/icnc | 4c0580587f3b5e7bf225dcfbaef5a2c73fb52122 | 0213a13ca94a944cac7efacc21019541ce3e09ca | refs/heads/master | 2023-02-07T03:38:53.269607 | 2023-01-25T20:12:08 | 2023-01-25T20:12:08 | 20,026,405 | 116 | 28 | BSD-3-Clause | 2021-11-23T21:03:56 | 2014-05-21T15:30:18 | C++ | UTF-8 | C++ | false | false | 8,730 | h | /* *******************************************************************************
* Copyright (c) 2007-2021, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source c... | [
"frank.schlimbach@intel.com"
] | frank.schlimbach@intel.com |
0935fa4b3e6a98dffdd04d4f7cb8bacac6e8ee3f | 6620825a3572bbfadf8c8f93f1656c914b5f9f8e | /2017/day11.cpp | 89eb6b0a97792b2bf8e3cb1dab80b352c1552553 | [] | no_license | flamewave000/advent-of-code | d704530346b96ece83623813c6cc4dcccbd006b2 | 3671d10d69f803b53c5725799f0fdbb4fff3f989 | refs/heads/master | 2021-07-20T06:06:41.539494 | 2018-12-12T13:41:49 | 2018-12-12T13:41:49 | 113,491,617 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,510 | cpp | #define LINQ_USE_MACROS
#include "util.h"
using namespace std;
using namespace strx;
using namespace linq;
inline int puzzle_a(const string &input);
int puzzle_b(const string &input);
int main(int argc, const char *argv[])
{
config c = proc(argc, argv, __FILE__);
cout << "\nResult:" << (c.puzzle == 1 ? puzzle_a(c... | [
"flamewave000@live.com"
] | flamewave000@live.com |
c2eb227f78c5694352daca7069379784044dffa4 | fd3d88840bcfbbe3abedc60d1c050bd681cf5988 | /src/local_octomap_generator.cpp | f386abbb49ad8d36f97622b212701db79bc49244 | [] | no_license | ivaROS/stereoFeatureTracking | 616f7bdc3fcb29bc430e26462b5b0880e0757baf | 9bc668a69c8acbc1c61422ad8ff8f205265f1462 | refs/heads/master | 2023-08-09T10:59:41.746001 | 2021-09-09T21:00:37 | 2021-09-09T21:00:37 | 344,932,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,739 | cpp | #include "local_octomap_generator.h"
using namespace octomap;
namespace pips_sparse_stereo {
namespace local_octomap
{
std::shared_ptr<OCTree> PointCloudOctomap::toOcTree(const PCLPointCloud& cloud, double m_maxRange, double m_res, double probHit, double probMiss, double thresMin, double thresMax)
{
... | [
"shiyufeng@gatech.edu"
] | shiyufeng@gatech.edu |
77d1c6c07069567702991e2b45af5b339747be83 | b2ecfb7d1d1ea3bea0d12565b877f9d6aa556424 | /dist_preprocess_small/my_implementation.cpp | 3dd51db5f7c229c697110c06285ed55dbc15ad62 | [] | no_license | sakti2k6/Advanced_Shortest_Paths | 01163b8309292e9aed3c5d6dfd08680c4eb9390e | 336e4b37fafcf6e20eeec5767ba6691867ac9029 | refs/heads/master | 2023-01-12T13:27:30.226601 | 2020-11-19T03:55:35 | 2020-11-19T03:55:35 | 314,130,166 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,875 | cpp | #include <cstdio>
#include <cstring>
#include <vector>
#include <algorithm>
#include <limits>
#include <queue>
#include <iostream>
#include <memory>
#include <cassert>
#include <unordered_map>
#include <fstream>
using namespace std;
typedef long long int intL;
typedef long long int Distance;
typedef i... | [
"sakti2k6@gmail.com"
] | sakti2k6@gmail.com |
5862030249d4942e56109ca9c6fa0f4a93b700d9 | 184107c757476e25d455e8614cdc048a91d3fbb7 | /src/rpc/net.cpp | 8744c2fd203ac5ca37bd0d17b0b5d513fb90ff53 | [
"MIT"
] | permissive | estamat/cryptotest | ed653787bdbababec590978ec892ecd7de595d49 | 24bce31b81e33e5eec259096b5a40322812c40cf | refs/heads/master | 2020-05-02T11:41:08.003651 | 2019-03-27T06:59:00 | 2019-03-27T06:59:00 | 177,936,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,442 | cpp | // Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "rpc/server.h"
#include "chainparams.h"
#include "clientversion... | [
"44753202+Altcoinwiki@users.noreply.github.com"
] | 44753202+Altcoinwiki@users.noreply.github.com |
4a8ebab4cfdf5d133be16ab72b33e7be453989e6 | 6e77b2d7d45a22e4e12d3624f6e4186da600fbb8 | /src/Engine/Engine/ACLineStruct.cpp | 10fcf5a4fa4dfb5f5cc1be63d62c6f1c6958b196 | [] | no_license | dgadens/ActionEngine | c414eb216e1a4d99251a079dab4e20164005f521 | 410e04411b55d436c0df2f548444bb5b2bb2052d | refs/heads/master | 2021-01-23T22:42:52.296434 | 2012-11-26T00:35:39 | 2012-11-26T00:35:39 | 5,075,926 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 845 | cpp | #include "ACLineStruct.h"
ACLineStruct::ACLineStruct(Vector3 startPoint, Vector4 startColor, Vector3 endPoint, Vector4 endColor)
{
StartPoint = startPoint;
EndPoint = endPoint;
StartColor = startColor;
EndColor = endColor;
};
void ACLineStruct::SetColor(Vector4 color)
{
StartColor = color;
EndColor... | [
"degadens@gmail.com"
] | degadens@gmail.com |
71ea4463672da9ced69d24a26b4d6d5984a8cc43 | 7ba56c95f0ce6f26e5754a429a1ad3147169262e | /Pointer and Pointer Arithmetic/13.cpp | 6fba9ea0ae953edc1aa691fbdabe33adccf1d4d8 | [] | no_license | yamurko/Cpluspluss | 54c7fe90cd8a5444534e01f8c8081880aab90643 | 21dd0467bd089f5922474607a0affde9585dee97 | refs/heads/main | 2023-04-23T19:15:32.178767 | 2021-05-16T10:25:55 | 2021-05-16T10:25:55 | 367,594,576 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | cpp | #include<iostream>
using namespace std;
int main()
{
int a[5];
for (int i = 0; i < 5; i++)
{
cout << "&a[" << i << "] = " << &a[i] << endl;// adresin degerleri 4er artiyor bunun sebebi int 4 bytelik yer kaplar.
}
cout << "address of x: " << &a << endl;// dizinin adi dizinin ilk elemaninin adresini temsil ede... | [
"yagmurkkocabiyikk@gmail.com"
] | yagmurkkocabiyikk@gmail.com |
861b724e88ee7e8522a7425a7b71655f7ece3fd2 | de8efb75c071a8b672420f0cf4e1b355a8915006 | /knl_tbb_csr/omp_spmv_csr.cpp | fb20cd5ca731fba39a7ebaed94899d745c1baa00 | [] | no_license | sclc/spmv | eea47e39b3ef475bede6289241219764694c65f4 | 100190ac84e60292046744a6c9085aa014e834f3 | refs/heads/master | 2021-01-12T14:32:43.617507 | 2017-01-11T16:58:10 | 2017-01-11T16:58:10 | 72,005,657 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,176 | cpp | #include "omp_spmv_csr.h"
void spmv_csr(denseMat vec_result, csrMat mat, denseMat vec)
{
#ifdef CSR_SPMV_DEBUG_A
assert (vec_result.global_num_col == 1);
assert (vec.global_num_col == 1);
#endif
IDX_TYPE mat_row_idx, mat_col_idx;
for (mat_row_idx = 0; mat_row_idx<mat.num_rows; mat_row_idx++)
{
IDX_TYPE i_sta... | [
"sclc@sclcs-MacBook-Pro.local"
] | sclc@sclcs-MacBook-Pro.local |
cec048fef55c9735f835f883e14584062f1feef5 | cae0243512e1614fc9ef945713c9499d1a56d389 | /src/testers/tester.h | 5529fd67da0f09b1042779da09c868f6a6f2911a | [] | no_license | alejandro-reyesamaro/POSL | 15b5b58a9649234fa9bedbca4393550d38a69e7d | 0b3b7cf01a0392fc76394bbc04c52070637b3009 | refs/heads/master | 2021-04-15T11:10:24.998562 | 2016-09-06T15:10:54 | 2016-09-06T15:10:54 | 33,991,084 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,933 | h | #pragma once
#include "../benchmarks/golfers.h"
#include "../benchmarks/squaring_square.h"
#include "../benchmarks/subsum.h"
#include "../benchmarks/golomb_ruler.h"
#include "../benchmarks/n_queens.h"
#include "../benchmarks/costas_array.h"
#include "../benchmarks/all_intervals.h"
#include "../solver/psp.h"
#include "... | [
"alejandro-reyesamaro@univ-nantes.fr"
] | alejandro-reyesamaro@univ-nantes.fr |
890e0a702e8403feab4c439210275a8f16518158 | b6ec93f9940865a715d418564e9fa07eb20b56d7 | /Hovercraft_RC_PPM_MOSFET/Hovercraft_RC_PPM_MOSFET.ino | 458f9751258c144006bee6a2ff0ab6e64f5d77c6 | [] | no_license | inventowiz/aero205 | 3e3ebf04a3cec0d54118b4ea80821b5a7fc2cfa7 | 03619e5a86e1c136a051bdca51b1fa6aabd4d7c3 | refs/heads/master | 2021-01-19T16:33:19.836842 | 2016-11-11T17:52:47 | 2016-11-11T17:52:47 | 33,580,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,208 | ino | #include <Servo.h>
// Prop Motor
#define MOTOR_OUT_A 6
// Imp Motor
#define MOTOR_OUT_B 5
#define SERVO_OUT_PIN 10
#define LED_OUT_PIN 9
#define LED_OUT_PIN2 13
// RC receiver Data
#define PPM_PIN 2
volatile uint16_t curPulse = 0;
volatile uint32_t PULSESTART = 0;
volatile uint32_t PULSES[5] =... | [
"inventowiz@gmail.com"
] | inventowiz@gmail.com |
b84cd0097d61dffdc996d56be1d35db5d3829bba | 8e0631fcf98f8ee6b447f085f4a49239d2a17293 | /SampleFramework12/v1.01/Graphics/ShaderCompilation.h | e8077dfbee901afeaa8193d4ebc5e4c916795b74 | [
"MIT"
] | permissive | TheRealMJP/DeferredTexturing | 353afdd340b55a29ec912111a4ad0556b5e89bb8 | fbf1bc0b451fe6750a1a6856739970d664e13dff | refs/heads/master | 2023-06-24T20:30:39.451863 | 2023-06-11T21:28:02 | 2023-06-11T21:28:02 | 54,700,699 | 432 | 44 | MIT | 2021-04-30T03:53:13 | 2016-03-25T06:52:12 | C++ | UTF-8 | C++ | false | false | 5,110 | h | //=================================================================================================
//
// MJP's DX12 Sample Framework
// http://mynameismjp.wordpress.com/
//
// All code licensed under the MIT license
//
//===============================================================================================... | [
"mpettineo@gmail.com"
] | mpettineo@gmail.com |
c70b4fbe0bcf62d941d9ac952e55490fdd9bdda6 | 1a1b363f88e7f1ddac624db6534465e55809328c | /src/logger.cpp | 3f105714c1879001798cd3d06c7a0e184d9a7e75 | [] | no_license | RenatoBrittoAraujo/sdlabirinth | cfb9c245351832b639a2c2bc6b789d9635ad1582 | 98fa7f14eb091246a04beca74a1963e90591a708 | refs/heads/master | 2020-06-18T20:47:56.164916 | 2019-07-15T23:33:13 | 2019-07-15T23:33:13 | 196,442,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | cpp | #include "logger.hpp"
#include <iostream>
void Logger::logError(std::string errorModule, std::string errorDescription, std::string sdlError)
{
std::cout << " [ ERROR ] " << errorModule <<std::endl;
std::cout << " ==> " << errorDescription << std::endl;
if(sdlError != "")
{
std::cout << " ==> " << sdlError << std... | [
"renatomwbbritto@gmail.com"
] | renatomwbbritto@gmail.com |
32de6576483492d9560d7719edee6201b1dff4e9 | ad25be8b316b3c6a553e6fc46a83f7bb24fa3ae7 | /compi tiger/Pretty_printer.hh | 2ce26b735e86a9e5628b3c0db896aab84c6b597c | [] | no_license | nunch/INF-4301A | 1e54f85c14f402fdda86344e2e17324bbe8ed722 | 6d8fabd33e80a76f3a2e36c83bd792afeb6d75c3 | refs/heads/master | 2020-05-18T10:48:58.884752 | 2015-05-04T08:51:23 | 2015-05-04T08:51:23 | 30,523,670 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,342 | hh | #ifndef PRETTYPRINTER_HH
#define PRETTYPRINTER_HH value
class PrettyPrinter : public Visitor<void>
{
public:
PrettyPrinter(std::ostream& ostr)
: ostr_(ostr) {};
void visitBin(const Bin& e) {
e.lhs_->accept(*this);
ostr_ << e.oper_;
e.rhs_->accept(*this);
}
void visitNum(const Num& e) {
ostr_ ... | [
"yiborra@gmail.com"
] | yiborra@gmail.com |
f311ba853f485cc39d6c7fe87d2294d4e358786a | 6fd3d7340eaaab551a22f5918d3c5fd3d27040c0 | /Libs/INCLUDE/BASE/types.h | 35dee1c5fe49ed1cdb7c43a20fee78c5c52e6ce9 | [] | no_license | Aden2018/WinServer | beda5bb9058a08d1961f2852b48ca5217ca80e86 | f3c068cd8afed691e32fc6516060187014ba3a71 | refs/heads/master | 2023-03-18T20:10:55.698791 | 2018-03-02T03:50:21 | 2018-03-02T03:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,421 | h | #ifndef _COMMON_TYPES_H_
#define _COMMON_TYPES_H_
//------------------------------------------------------------------------------
//-------------------------------------- Basic Types...
typedef signed char S8; ///< Compiler independent Signed Char
typedef unsigned char U8; ///< Compiler indepen... | [
"754266963@qq.com"
] | 754266963@qq.com |
26f0af684a42f155b98498ae3715cc34d340a6c0 | 226982e1d756b662bd48141187a892893877f228 | /LitColumns/LitColumns.cpp | cf4020779950486d16c91363ea5f17762c928b6e | [] | no_license | yzqhao/d3d12 | f0be26e7162ef3ad7e9a0a68492fd00fd3849be7 | ca303efe8cb81485cf626867360b952932b44cef | refs/heads/master | 2023-06-30T14:28:59.368519 | 2021-08-06T03:09:20 | 2021-08-06T08:58:38 | 348,183,710 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,222 | cpp |
#include "LitColumns.h"
#include "../LitColumns/FrameResource.h"
#include "../common/GeometryGenerator.h"
#include "../common/MeshLoader.h"
LitColumns::LitColumns(HINSTANCE hInstance)
: D3DApp(hInstance)
{
}
LitColumns::~LitColumns()
{
}
bool LitColumns::Initialize()
{
if (!D3DApp::Initialize())
return false;
... | [
"haojingyu@bigo.sg"
] | haojingyu@bigo.sg |
fb10de841a7fa2689420a633a97f09b8d8f34c93 | 30dd9ff200f97b525b069577471d23387b23970b | /src/sensing/driver/velodyne/velodyne_pointcloud/src/conversions/convert.cc | cea21c1c9af329283f772b6d9ed1f5a5ce580525 | [
"BSD-3-Clause"
] | permissive | ColleyLi/AutowareArchitectureProposal | cd544ef913e3c49852d385883c3e3ee5b518b1b8 | 80ac2a8823d342e5a1e34703dbde27e8e9b5cd98 | refs/heads/master | 2022-04-18T01:41:53.649137 | 2020-04-21T12:18:58 | 2020-04-21T12:18:58 | 257,659,506 | 2 | 0 | Apache-2.0 | 2020-04-21T17:03:50 | 2020-04-21T17:03:49 | null | UTF-8 | C++ | false | false | 10,095 | cc | /*
* Copyright (C) 2009, 2010 Austin Robot Technology, Jack O'Quin
* Copyright (C) 2011 Jesse Vera
* Copyright (C) 2012 Austin Robot Technology, Jack O'Quin
* License: Modified BSD Software License Agreement
*
* $Id$
*/
/** @file
This class converts raw Velodyne 3D LIDAR packets to PointCloud2.
*/
#... | [
"yukky.saito@gmail.com"
] | yukky.saito@gmail.com |
67276867d3ee86c16e619397e72e76f0349d3e12 | 40608d1b93af422eeff9d56b988d8b92e11a7978 | /src/loss/loss.cc | c1066a7572eef3d9d9408f16d400b07989131110 | [
"Apache-2.0"
] | permissive | shbfeng/xlearn | 04865190d95b09643804a5ced76f0ed720c0194f | 4a7a7341dd31ee34939b4db54c76d065ae6fd34a | refs/heads/master | 2020-03-07T16:53:06.080896 | 2018-03-31T23:28:12 | 2018-03-31T23:28:12 | 127,596,425 | 1 | 0 | Apache-2.0 | 2018-04-01T04:19:47 | 2018-04-01T04:19:47 | null | UTF-8 | C++ | false | false | 3,790 | cc | //------------------------------------------------------------------------------
// Copyright (c) 2016 by contributors. 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 a... | [
"mctt90@gmail.com"
] | mctt90@gmail.com |
d209c7d681b094a874621a44b6b0f87838a4b367 | c6a8bed46f91b5bb6377ad8ff983a47ac0b04416 | /WinApi/DialogBox/main.cpp | 12958bb85c507bc278f8ef4c84e9a30cd3c10d0f | [] | no_license | Venat-Corv/OOP | 269b24f28dd571f105f330d7b45d48d7e8bee8e8 | 949e96c21805439c37a25d4075b60c489b2a60c1 | refs/heads/master | 2020-06-21T03:21:43.389637 | 2019-10-16T18:08:52 | 2019-10-16T18:08:52 | 197,332,020 | 0 | 1 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,044 | cpp | #include<Windows.h>
#include"resource.h"
BOOL CALLBACK DlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nShowCmd)
{
DialogBoxParam(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), 0, (DlgProc), 0);
}
BOOL CALLBACK DlgProc(HWND hwn... | [
"Student@304-1"
] | Student@304-1 |
5e5c0b7aec0763580ab233d168da927ddb00d11d | b26a8e14cfaa1bc2e8086b99ad03ddd686ace72d | /1145 Hanoi双塔问题.cpp | 84d32e1b0d6d4bdcce4a0046f4ac49698d817a90 | [] | no_license | makixi/codevs | ed2013ed5a9699c3db14f8b4ad62222b139083d0 | cf5893d57ea1bf19ef9e552b9091fc052e8ba214 | refs/heads/master | 2021-04-06T20:51:46.667991 | 2018-04-12T14:39:50 | 2018-04-12T14:39:50 | 125,339,266 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | // 2^(n+1) - 2
#include<cstdio>
#include<iostream>
#include<cmath>
using namespace std;
int a[101];
int main(){
int n,x;
scanf("%d",&n);
a[1]=1;
for(int i=1;i<=n+1;i++){
for(int j=1;j<=99;j++)a[j]=a[j]*2;
for(int j=1;j<=99;j++){
a[j+1]+=a[j]/10;
a[j]%=10;
}
}
if(a[1]<2){
a[2]--;
a[1]+=10;
}
a[1... | [
"lynseychen97@gmail.com"
] | lynseychen97@gmail.com |
3f43aafe3c40980874e38ffdac01fd6d1a829809 | b5039caf02e95fb37558d12732e83500469fff22 | /reversi/reversi.h | 44632bd3a72461ab4ca327ba3dda3ad843c1780a | [] | no_license | ValeriyaSinevich/MiptTasks | 2332967f5bb369021fc21ae1b4281c957f59647a | b3344e648bed0e84bd087aed1ba75c4298fb6b65 | refs/heads/master | 2021-01-18T21:38:06.377980 | 2016-06-09T18:28:56 | 2016-06-09T18:28:56 | 52,164,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,873 | h | #include <cstdio>
#include <cstdlib>
#include <vector>
#include <map>
#include <unordered_set>
#include <deque>
#include <cassert>
#include <set>
#include <iostream>
#include <string>
#include <ctime>
#include <fstream>
using std::cout;
using std::cin;
using std::string;
using std::endl;
using std::ofstream;
using s... | [
"Valeriya.Sinevich@phystech.edu"
] | Valeriya.Sinevich@phystech.edu |
e41d96599dfcc4eb1bb3102bbf76ed9390134ed1 | 196964c5c6056d34acb9fa39e76c573819b6f422 | /src/lang/Context.cpp | 88aba93fd6db95b3187e9dee33ff1ed7a074c0bc | [
"MIT"
] | permissive | matthew-sirman/help2 | cfc29abca14ff3a152a8e44665b3c3fa3f741b16 | 6bd0dfefdb2912d68ce5093258721caad39da2d6 | refs/heads/master | 2023-03-09T10:15:30.051929 | 2021-02-22T19:22:15 | 2021-02-22T19:22:15 | 317,077,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | cpp | //
// Created by matthew on 22/11/2020.
//
#include "../../include/lang/Context.h"
Context::Context() = default;
std::shared_ptr<Type> Context::getType(const std::string &name) {
return typeMap[name];
}
InfixType &Context::createInfixType(const std::string &name, ParameterPlaceholder &&left, ParameterPlaceholde... | [
"ms2649@cam.ac.uk"
] | ms2649@cam.ac.uk |
d722f6c17cf44aaf4c55a3d9d479e9bd33d94c8d | 95a90121ef7646ea0164c74b8ee1f7cb1bfd60b4 | /include/Engine.h | 6458fc26c242076826e8f2460e66f317d0b16252 | [] | no_license | Hamdi-G/Tower-Defense | 46be0b303cc1015648ab59953dc78f84352519ea | feb972c5513164deae31be356d12ed2824a886a5 | refs/heads/master | 2021-07-16T21:51:15.391514 | 2017-10-24T12:15:59 | 2017-10-24T12:15:59 | 108,119,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,598 | h | /*
* Copyright (C) 2016 Guillaume Perez
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is di... | [
"Hamdiii.g@gmail.com"
] | Hamdiii.g@gmail.com |
19f7223f27582596ecb6d86f30a87d866b678d4a | 96ad5178247f2c1a46c27be6f63f959d53bcec26 | /NET/lamportclock.cpp | 3b3bf704b3577f8f5ac9ea5bddc4060bd655ea9d | [] | no_license | Naikaru/SR05_Etude | b5560ea9caf4f2d57582923399ca8e7978a70536 | 50116b5d8acb3d3db13effee4d4f7453d01de6ff | refs/heads/master | 2020-09-13T00:36:11.310351 | 2019-12-02T08:55:11 | 2019-12-02T08:55:11 | 222,607,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | cpp | #include "lamportclock.h"
// c and i = 0 by default
LamportClock::LamportClock(int i,unsigned int c): id(i),clock(c)
{}
unsigned int LamportClock::incrAndGet() {
return ++clock;
}
unsigned int LamportClock::updateAndGet(unsigned int foreignClock) {
clock = (clock<foreignClock)?foreignClock:clock;
retur... | [
"penon.quentin28@gmail.com"
] | penon.quentin28@gmail.com |
8ab4aaa08c2013e7ad8ea82d15cefb15487cf7bf | dbb212e701893333430baa0ee0e5de32545670e9 | /app/src/main/cpp/opengl/BaseOpenGL.h | 5ca1b11c012977232a2a0408248eb6d1c135f7c1 | [] | no_license | linux-liu/OpenGL | c669b4246071f914b47db91fe6e130341b3b4826 | a5a7ae2e1785d9b1e487b90dccb5eff8d0d40ff0 | refs/heads/master | 2020-09-16T07:24:06.350261 | 2020-04-04T07:35:24 | 2020-04-04T07:35:24 | 223,696,594 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,107 | h | //
// Created by liuxin on 19-11-23.
//
#ifndef OPENGL_BASEOPENGL_H
#define OPENGL_BASEOPENGL_H
#include "GLES2/gl2.h"
#include <string.h>
#include "../log/mylog.h"
class BaseOpenGL {
public:
GLuint program=-1;
GLuint vertexShader=-1;
GLuint fragmentShader=-1;
char *vertex=NULL; //顶点程序
char *... | [
"836056673@qq.com"
] | 836056673@qq.com |
7b92fcbf29732308a537667569121da035d9a02d | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvtlib/priority.cpp | f93c9e7cc92bab251d60cc3b2d3f779b6de9af00 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,740 | cpp | /*==========================================================================;
*
* Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
*
* File: priority.cpp
* Content: Implements a process that uses DirectSound in prioirty
* mode to simulate an aggressive external playback only
* a... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
6631c2cac9ff1ecce8327c00e39dae6767105b73 | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /Qt5.7/VC12/Win32/include/Qt3DRender/5.7.0/Qt3DRender/private/rendercommand_p.h | dba28233903bc5f80b0a668a749ab7439aaadfcc | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 4,023 | h | /****************************************************************************
**
** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
** Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt3D module of the Qt Toolkit.
... | [
"deokhyun@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | deokhyun@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
63a0ce0188a1ecc114e12840d93d659081e1bb63 | fc5016d582e8a4c2d3723f6e877a68a56c454c64 | /Framework/TFAR/tfar_fnc.hpp | 637b308d9f1216f7d28ade4ea89c896436c3c451 | [
"BSD-3-Clause"
] | permissive | Project-Tacoma/PublicMission | e34947a3353725a363d5e1d6d55630fcf5fb2a63 | 4951c3e9158419e3a4c99ed3c1a54987c25546dc | refs/heads/master | 2021-09-15T03:13:29.854536 | 2018-05-24T21:37:24 | 2018-05-24T21:37:24 | 114,677,809 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 72 | hpp | class tfar {
file="Framework\TFAR";
class checkTFARConnection{};
};
| [
"flaverkleiber@yahoo.de"
] | flaverkleiber@yahoo.de |
329d6ade7554b9880a18387f872a08cac6c60b67 | ca926e23153f123da83b690543f5db5d18f952bb | /optris-linux-client/lib/libirimager/Timer.h | ce2026a451d157f230a58db919d552ed1bd6eecc | [] | no_license | wdhif/optris-pi-linux | 04ed0afcf09ce5b8a7c1f741ff70d26ad72e4153 | 742a37b900a4d06631094b92f822c1a7b15b37ee | refs/heads/master | 2021-01-19T09:09:00.268487 | 2016-10-11T10:49:10 | 2016-10-11T10:49:10 | 70,183,198 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,925 | h | /******************************************************************************
* Copyright (c) 2012-2015 All Rights Reserved, http://www.optris.de * *
* Optris GmbH *
*... | [
"wassimdhif@gmail.com"
] | wassimdhif@gmail.com |
645ed3f49b879d4413b947594aca68c365ed158a | 75452de12ec9eea346e3b9c7789ac0abf3eb1d73 | /src/sys/tools/log/test.cc | d72c0fc3a1f9b8976bc5b35ea242056c74dc9d2c | [
"BSD-3-Clause"
] | permissive | oshunter/fuchsia | c9285cc8c14be067b80246e701434bbef4d606d1 | 2196fc8c176d01969466b97bba3f31ec55f7767b | refs/heads/master | 2022-12-22T11:30:15.486382 | 2020-08-16T03:41:23 | 2020-08-16T03:41:23 | 287,920,017 | 2 | 2 | BSD-3-Clause | 2022-12-16T03:30:27 | 2020-08-16T10:18:30 | C++ | UTF-8 | C++ | false | false | 3,718 | cc | // Copyright 2020 The Fuchsia 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 <fuchsia/logger/cpp/fidl.h>
#include <lib/sys/cpp/component_context.h>
#include <lib/syslog/wire_format.h>
#include <zircon/errors.h>
#include <zirco... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8fd70e0135d231aa8adb06c8a915a9ca6b355ba9 | 007a732de6ce396e05b579f56816637f4f82d57c | /LockGame/Temp/il2cppOutput/il2cppOutput/Bulk_Generics_1.cpp | 64c52d54ccc406782beb78db9382345ceb2b0584 | [] | no_license | Levitaar/LockThePop | 763dbe888c96ed0a33f6bc0224d4d122ad8b2dab | a5b66b80d7cabb26ab591a6cb4662d436f9bdbbe | refs/heads/master | 2020-06-02T05:09:26.414954 | 2019-06-11T13:19:14 | 2019-06-11T13:19:14 | 191,046,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,780,808 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"LGHUIZA@Luiss-MacBook-Pro-2.local"
] | LGHUIZA@Luiss-MacBook-Pro-2.local |
b7f74e8eeff6243c9fefc73645c4e9097cd76926 | 03ba325820c997599beff5add437d35347a953aa | /source/utopian/core/components/CSpawnPoint.cpp | d7da1fa8f7c830c6ad96fef1274b4bca7e131104 | [
"MIT"
] | permissive | simplerr/UtopianEngine | cc13a43279bd49f55136120cf75c8c8d5fcff705 | b7c38df663a4b6b2fa1d7c9f1f83dfc661de1a9a | refs/heads/master | 2022-10-12T12:03:19.166812 | 2022-09-28T05:48:31 | 2022-09-28T05:48:31 | 77,483,702 | 64 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | cpp | #include "core/components/CSpawnPoint.h"
#include "core/components/CTransform.h"
#include <core/components/CPlayerControl.h>
#include <core/components/CRigidBody.h>
#include "core/components/Actor.h"
#include "core/Input.h"
#include "imgui/imgui.h"
#include "core/renderer/ImGuiRenderer.h"
namespace Utopian
{
CSpawn... | [
"axel.blackert@gmail.com"
] | axel.blackert@gmail.com |
7275b17193913fa4df0c3b31c7c8a2388c8ec24b | 93fa378de120364d59374c1dabc74ef0122b6a23 | /humandb/humandb/generatedfiles/debug/moc_modifypassword.cpp | fd315f1d54ee91a2dab4fdeb4141d24cd3703012 | [] | no_license | BunnyWei/Anthropometric-Data-Analysis-Software | b97022e9bbfb4caef1b35dbcb395f8dc73d58f97 | 981f653290297df62162edb59653adc6d9f3f225 | refs/heads/master | 2021-01-02T09:52:58.071101 | 2015-07-03T21:05:06 | 2015-07-03T21:05:06 | 38,509,476 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,206 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'modifypassword.h'
**
** Created: Sun Sep 2 10:30:17 2012
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
**
** WARNING! All changes made in this file will be lost!
**************... | [
"zhu9051@126.com"
] | zhu9051@126.com |
d9abbf1916e2cfc2e22c5f912064275ae3bbc40c | 93cdbb1c7514b2a7996ac3c3b9cb71f12b9b7799 | /builddb/indexing.cpp | dabc382c56dcf881042e715c606817bdf6b4d3f4 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | eygilbert/egdb_intl | 9ea4e78baaf2ef76c010adfabcece6c00f1fa4ae | a678103a68e680cdeda25c8f3059d7a749091a1d | refs/heads/master | 2021-12-15T07:13:49.903897 | 2020-06-23T20:38:48 | 2020-06-23T20:38:48 | 64,085,158 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 11,069 | cpp | #include "builddb/indexing.h"
#include "egdb/egdb_intl.h"
#include "engine/bicoef.h"
#include "engine/bitcount.h"
#include "engine/board.h"
#include "engine/bool.h"
#include "engine/project.h"
#include <algorithm>
#include <stdint.h>
#include <cstdio>
#include <cstdlib>
namespace egdb_interface {
static bool did_buil... | [
"eygilbert@gmail.com"
] | eygilbert@gmail.com |
57fc164ba936d0a8bb3dc0aeacb87c3595455738 | 0d99bcb8b8717008c1ec9b080c6c86c2b1710eee | /날씨/build/Android/Debug/app/src/main/include/Uno.Runtime.Implement-ed55561e.h | 60f6977b87a09193ba0590ceef5acc9c759d0b50 | [] | no_license | shj4849/Fuse | 526d92bc49a0a2d8087beece987b1701dc35cccc | 447f49f96f9dadf203f5f91e8a1d67f19d8ecc04 | refs/heads/master | 2021-05-15T23:08:09.523726 | 2017-12-21T05:28:53 | 2017-12-21T05:28:53 | 106,758,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 932 | h | // This file was generated based on C:/Users/t2/AppData/Local/Fusetools/Packages/UnoCore/1.4.3/Source/Uno/Runtime/Implementation/BufferImpl.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.h>
namespace g{namespace Uno{namespace Runtime{namespace Implementation{struct Bu... | [
"shj4849@naver.com"
] | shj4849@naver.com |
9ce6fcb8387e0456ac23c4e247b73caaad9aeeb7 | 2bfafede2dab0ca509bacbdb06d1e2b7345c90db | /Include/Xidi/Log.h | 0196640a155cf572949aa1ee5a7d98c2e34a355e | [
"BSD-3-Clause"
] | permissive | faha223/Xidi | 689e1a02e3e019f16ba935c5e0ff973743da8357 | cf8b47929ce3935bdc9e3058bc4ac4e943397e0f | refs/heads/master | 2020-08-01T04:12:15.596711 | 2019-07-07T20:40:03 | 2019-07-07T20:40:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,713 | h | /*****************************************************************************
* Xidi
* DirectInput interface for XInput controllers.
*****************************************************************************
* Authored by Samuel Grossman
* Copyright (c) 2016-2017
********************************************... | [
"sam@samuelgrossman.ca"
] | sam@samuelgrossman.ca |
0d6c4d50b7c7b1934955d9436eb17230f9233715 | c5fc7f5d6900ab21a7b57552e31f638ee924f8ab | /STM32F103C8T6/STM_ARDUINO/Arduino as slave.ino | 4df10cd8e135fa88558194b047729a058259174c | [] | no_license | Faranak-Karimi/EMG | 14fe1e9197694d78c39421dd7f15796b78f80fd2 | 8aa3544695d27e62e4c473209fb5f9e6ff92a94c | refs/heads/master | 2022-01-27T12:50:32.646930 | 2020-01-31T22:25:54 | 2020-01-31T22:25:54 | 205,512,894 | 0 | 2 | null | 2022-01-21T20:11:59 | 2019-08-31T07:40:04 | Python | UTF-8 | C++ | false | false | 2,068 | ino | //SPI Slave Code for Arduino
//SPI Communication between STM32F103C8 & Arduino
//Circuit Digest
#include<SPI.h> // Including Library for using SPI Communication
volatile boolean received;
volatile byte SlaveReceived,Slavesend;
volatile byte s [50];
int cnt = 0;
void setup()
{
... | [
"faranakkarimi.aut.ac.ir"
] | faranakkarimi.aut.ac.ir |
c7528f632e164b2c2dcd0ead99bfe61a61b144e6 | 2e8889ce6c70b2203aeb79141d6091d51b75617d | /DataStructures/LinkedLists/NthNodeFromEnd.cpp | 5723610057a508b11f229bf71a238688346755a6 | [] | no_license | avikumar15/cpp-codes | e6893de809ab442f7527dd4e035f0a9f58fc3e51 | 3abb93ecdc28b3dd34d3d3dd52197d3f536a6e6d | refs/heads/master | 2023-02-07T03:39:19.522340 | 2020-10-31T14:10:52 | 2020-12-23T07:51:41 | 282,592,679 | 0 | 2 | null | 2020-10-31T14:10:53 | 2020-07-26T06:43:37 | C++ | UTF-8 | C++ | false | false | 1,609 | cpp | // { Driver Code Starts
// C program to find n'th Node in linked list
#include <stdio.h>
#include <stdlib.h>
#include<iostream>
using namespace std;
/* Link list Node */
struct Node {
int data;
struct Node *next;
Node(int x) {
data = x;
next = NULL;
}
};
/* Function to get the nth node from the last ... | [
"avithewinner1508@gmail.com"
] | avithewinner1508@gmail.com |
a329ce540f1053a0a45a75fc9bb4d606f7e78ef7 | cfbafb83968faa040f809fe5fd324176cc786627 | /C/test.cpp | 3e679cdbf37cb2641340dd7946833a6edc4a1c16 | [] | no_license | nodir-sulaymonov/cmake_project | abe210f07d3f0627b44c5984427116175de78c99 | 047f9d3cdee6bbf382b99dc2196e55c6309ffc1e | refs/heads/master | 2023-01-24T20:23:22.121307 | 2020-12-08T21:40:10 | 2020-12-08T21:40:10 | 318,841,535 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include "A/index.h"
#include "gtest/gtest.h"
#include "B/lib.h"
TEST(t_A, test){
ASSERT_EQ(plus(3, 5), 10)
ASSERT_EQ(plus(2, 7), 15)
ASSERT_EQ(plus(10, 20), 20)}
TEST(t_B, test)
{
ASSERT_EQ(plus(3, -5), 6)
ASSERT_EQ(plus(12, 4), 1)
ASSERT_EQ(plus(0, 2), 5)
} | [
"s.nodir9494@gmail.com"
] | s.nodir9494@gmail.com |
7e881014448f6ae8f3766e7838dc1ed1f4ec9283 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/13/1949.c | cca869bbe09e09dcb49074032fb183c9cd8984f1 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | c | int main()
{
int n,i,j,a[20000],flag=0;
cin>>n;
for(i=0;i<n;i++)
{
cin>>a[i];
if(flag==0)
cout<<a[0];
flag=1;
for(j=0;j<i;j++)
{
if(a[j]==a[i])
break;
if(j==i-1&&a[j]!=a[i])
cout<<" "<<a[i];
}
}
return 0;
} | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
2d17e50e54f08196a06a75fd572f46a44f779bc5 | d0966bf382f0eb739bf59d61ae967e0f83d004cc | /vm/new.hpp | 0e9d7b0232ce6d72049a9a6b7bc72526b8f0c14e | [] | no_license | mattwarren/GenericsInDotNet | 7b6f871808c411cbd05c538c5652618ddf162e20 | 2714ccac6f18f0f6ff885567b90484013b31e007 | refs/heads/master | 2021-04-30T04:56:03.409728 | 2018-02-13T16:09:33 | 2018-02-13T16:09:33 | 121,404,138 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,643 | hpp | // ==++==
//
//
// Copyright (c) 2002 Microsoft Corporation. All rights reserved.
//
// The use and distribution terms for this software are contained in the file
// named license.txt, which can be found in the root of this distribution.
// By using this software in any fashion, you are agreeing to ... | [
"matt.warren@live.co.uk"
] | matt.warren@live.co.uk |
c88981cec13295fab40e301476adb9454e19e778 | efc7993e946c4423356a2bf8f41d4ee4bd19dd89 | /src/com/expand.cpp | 16dc49b8015461da18c9323aa08e38f0d9cfbc78 | [] | no_license | romgille/IG4I22_212_giller | eb17f110b24a24c2a382bfd77770587149fa6507 | d2fe9a9e9e2c74ce9adaf5bd1ca3cd13e9abf28e | refs/heads/master | 2021-04-03T10:27:39.676819 | 2018-03-26T09:15:46 | 2018-03-26T09:15:46 | 124,429,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,221 | cpp |
#include "../common.h"
#include "../tpGeometry.h"
namespace po = boost::program_options;
using namespace cv;
int main( int argc, char** argv )
{
po::variables_map vm = parseArgs(argc, argv, {"inputImage", "outputImage", "interpolation","sizeFactor"});
// custom loading function defined in common.cpp
Ma... | [
"romain.gille@gmail.com"
] | romain.gille@gmail.com |
dc9e1431906af98f3a07655268f1785f33e8907f | f02b96cd80b36119e3b78b458c54abf5ab81ced0 | /TP3/src/Point.cpp | e18bf82b42f47cfabb516350f73c77f76ff69d71 | [] | no_license | shunas/L3_INFO_GRAPH | cbaf11da9c0570637f938bbaae64686f21568bf8 | 73709fbd833a9bea4da65c0f0c1fdeba59c80999 | refs/heads/master | 2020-03-15T10:50:45.319731 | 2018-05-21T12:48:53 | 2018-05-21T12:48:53 | 132,108,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 531 | cpp | // HARRAT Zohra & DENIS Jimmy
#include "Point.hpp"
//constructeur par défaut, point à l'origine
Point::Point():
x(0),y(0),z(0)
{}
//constructeur par paramètre
Point::Point(int x,int y,int z):
x(x),y(y),z(z)
{}
Point::Point(const Point& p):
x(p.x),y(p.y),z(p.z)
{}
//opérateur de sortie
std::ostream& operator<<(s... | [
"jimmy@debian.jimmy"
] | jimmy@debian.jimmy |
cfa4f19023cba53a16e340c66f7cf3342b6ed863 | d880ed6fb95e82f99c9e410a4f3e778f3a821f9a | /MuxCanais.h | da65e1819c4fb354b4c0e5de05e35ee4f9c80fa1 | [] | no_license | felipedmsantos95/ArCondicionado | f762daca3d06454971be44068fe1d305f0bffb4c | 144d8bbe768c46f2c9d6fb17a914b9f59d83de2c | refs/heads/master | 2021-03-30T18:07:14.008661 | 2017-10-14T16:21:22 | 2017-10-14T16:21:22 | 100,743,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | h | /*
* MuxCanais.h
*
* Created on: Aug 31, 2017
* Author: Rodrigo
*/
#ifndef MUXCANAIS_H
#define MUXCANAIS_H
#include <stdint.h>
class MuxCanais {
public:
MuxCanais();
virtual ~MuxCanais();
int minutos;
int tp;
void mux();
int select(int minutos, int tp);
};
#endif /* MUXC... | [
"fdms@icomp.ufam.edu.br"
] | fdms@icomp.ufam.edu.br |
038f6118556e26a58c11f127dab287b69a73b485 | 250101ffb5bd6c4bcfe328854284338772e9aab5 | /logic_server/wedding_moudle/LogicWeddingPlayer.h | 208896f78f00a7cf6edcf1ba46d6fc41abb4b24c | [] | no_license | MENGJIANGTAO/GameServer-2 | aa1299e9442e221a1a2d26457c18396d5e4c54bd | be261b565a1f823d8d17235a21dd1f2431c0a30d | refs/heads/master | 2021-09-17T22:45:10.621608 | 2018-07-06T05:15:47 | 2018-07-06T05:15:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,129 | h | /*
* LogicWeddingPlayer.h
*
* Created on: 2015-06-03 18:29
* Author: lyz
*/
#ifndef _LOGICWEDDINGPLAYER_H_
#define _LOGICWEDDINGPLAYER_H_
#include "BaseLogicPlayer.h"
#include "ProtoDefine.h"
class LogicWeddingPlayer : virtual public BaseLogicPlayer
{
public:
enum
{
WED_NONE = 1, //未拥有
WED_HAVE = 2, /... | [
"mz@ddpkcc.com"
] | mz@ddpkcc.com |
a6b5b4158f9bd1bb0c54b2c7be490ffc18148b66 | dc42a65f63ca8327ee74675c7606a9b6e3b39d40 | /EASTL/include/EASTL/internal/fixed_pool.h | 3947ca9be6c5539b44330db225eaecb8496b3a64 | [
"BSD-3-Clause",
"BSD-2-Clause",
"MIT"
] | permissive | anatoliy-savchak/TemplePlus | 03cda558de2fd30d34305b7e5b548d202ba97f76 | 50922bb14cc2d7dcf8fceeccf45c3b905c1b512f | refs/heads/master_old | 2023-04-28T12:01:06.205497 | 2021-09-25T13:03:51 | 2021-09-25T13:03:51 | 172,583,383 | 2 | 0 | MIT | 2019-02-25T20:56:01 | 2019-02-25T20:56:00 | null | UTF-8 | C++ | false | false | 50,943 | h | /////////////////////////////////////////////////////////////////////////////
// Copyright (c) Electronic Arts Inc. All rights reserved.
/////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// This file implements ... | [
"sebastian@hartte.de"
] | sebastian@hartte.de |
eb0713bd5cf4d97965b1504ebe8275e361eb6e7c | cf3bdba021973cd9e11ea402d1aca3e4a4cdee96 | /COMP371_Project/src/Shader.h | 777ab785ead56e416d4afc14f4966f98a12fbf84 | [] | no_license | KoolRaccoon/Comp371 | 3a9a81631816c1c1950d691f1c82acbaddf30d27 | 56599a915140926d1898cb60679da2c73be28e60 | refs/heads/master | 2021-01-11T13:28:52.751920 | 2017-03-24T20:47:06 | 2017-03-24T20:47:06 | 81,482,612 | 2 | 0 | null | 2017-03-12T00:47:11 | 2017-02-09T18:43:06 | Makefile | UTF-8 | C++ | false | false | 2,880 | h | #ifndef SHADER_H
#define SHADER_H
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
#include "..\glew\glew.h" // include GL Extension Wrangler
class Shader
{
public:
GLuint Program;
// Constructor generates the shader on the fly
Shader(const GLchar* vertexPath, const GLchar* fragmentPath... | [
"presseauk@live.ca"
] | presseauk@live.ca |
261b2f9f13d830ad13f4fe718757bfffaf4f4476 | 4b6daa8409924188c39fdc4f07e213c92b4117d8 | /04/03友元函数.cpp | 77492819e1fdd1d9ecebc8ba75ce2a0f0e8a5dad | [] | no_license | bugyun/cpp_exercise | 3880d802b4c60721bb14c00195ec3c70589d15b9 | 573dd33522af6151022136b1eed9dd2e60fea510 | refs/heads/master | 2020-03-25T23:24:43.023249 | 2018-09-12T09:25:43 | 2018-09-12T09:25:43 | 144,273,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,236 | cpp | //
// Created by 若云 on 2018/8/20.
//
#include <iostream>
#include <cmath>
using namespace std;
class Point {
public:
Point(int x, int y) {
this->x = x;
this->y = y;
}
~Point() {
}
int getX() {
return x;
}
int getY() {
return y;
}
friend double ... | [
"zyhdvlp@gmail.com"
] | zyhdvlp@gmail.com |
149cae8d505beaf0cc31490ccd4798c31a97cd51 | 427d18c0872465394931829982860d0948383c9c | /pgadmin/agent/dlgSchedule.cpp | 91815a943fc4c1af82ee10c05e9e0f36d9577f8e | [
"PostgreSQL"
] | permissive | jcjc79/pgadmin3 | 6e4b68b051ce86c831dd8e4dd320755fe12d230e | be0f94786bf5b8138c9e6ec1b0b295308f8f89b6 | refs/heads/master | 2021-10-22T23:00:01.924934 | 2019-03-13T10:51:22 | 2019-03-13T10:51:22 | 273,088,849 | 0 | 1 | NOASSERTION | 2020-06-17T22:15:54 | 2020-06-17T22:15:54 | null | UTF-8 | C++ | false | false | 21,438 | cpp | //////////////////////////////////////////////////////////////////////////
//
// pgAdmin III - PostgreSQL Tools
//
// Copyright (C) 2002 - 2013, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// dlgSchedule.cpp - PostgreSQL Schedule Property
//
////////////////////////////////... | [
"miaochen@mail.ustc.edu.cn"
] | miaochen@mail.ustc.edu.cn |
8265088f92a4da2978aacf628352983c8005b612 | 775acebaa6559bb12365c930330a62365afb0d98 | /source/sdksamples/customconditionaltext/ICusCondTxtSuite.h | bb0b37961db8b8def268253ad689e228bb97f6bf | [] | 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,895 | h | //========================================================================================
//
// $File: //depot/devtech/16.0.x/plugin/source/sdksamples/customconditionaltext/ICusCondTxtSuite.h $
//
// Owner: Adobe Developer Technologies
//
// $Author: pmbuilder $
//
// $DateTime: 2020/11/06 13:08:29 $
//
... | [
"75730278+Tarekhesham10@users.noreply.github.com"
] | 75730278+Tarekhesham10@users.noreply.github.com |
b8768a19f0cd44405393291bcc54c4aab408603c | deee812c2795cca9cc3d6a24153b015a992a17a0 | /algorithm_test_/algorithm_test_/algo_12100_2048_.cpp | 515a90ec206ea0b94b4b8c7366efb390b4bc4235 | [] | no_license | 3larvas/algorithm_test | e140d3cbabaf486b5c5eb547db5620445cf3b064 | 947b6b7cb39e2944905bc5ed5cec177e78403241 | refs/heads/master | 2021-01-07T10:05:12.501487 | 2020-08-19T02:47:52 | 2020-08-19T02:47:52 | 241,657,902 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 7,867 | cpp | //// Ãâó : https://www.acmicpc.net/problem/12100
//#include <iostream>
//#include <queue>
//using namespace std;
//struct map_info {
// int map[21][21] = { 0, };
// int cnt = 0;
// int max = 0;
//};
//int n;
//int result = 0;
//map_info start_map;
//
//void BFS(){
// queue<map_info> q;
// q.push(start_map);
// while (... | [
"3larvas@gmail.com"
] | 3larvas@gmail.com |
758be7fea110bf192eb56cfba5347e1a803f56b7 | d66133012ed650a201063ddc85f8b00ee864cf05 | /PiSeas-PiDevice/PiSeas/FeedSchedule.cpp | f2a08247571af26445ec3ff9af0269d930a70f51 | [] | no_license | MajinBui/piseas-team7 | e9dd621250be354be8afea626d0c7db888985efb | b4340d1c26d7bc3eee6b61584287be97b52148d1 | refs/heads/master | 2021-06-25T08:31:10.558829 | 2017-09-08T19:43:56 | 2017-09-08T19:43:56 | 97,408,480 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,817 | cpp | #include "FeedSchedule.h"
#include "Pins.h"
#include "../libraries/arduPi.h"
#include <unistd.h>
FeedSchedule::FeedSchedule() {
pinMode(FEEDER_PIN, OUTPUT);
autoRegulate = false;
manual = false;
count = 0;
}
std::list<tm>& FeedSchedule::getSchedule() {
return feedTimes;
}
bool FeedSchedule::g... | [
"mamichalski@myseneca.ca"
] | mamichalski@myseneca.ca |
3529ce4844224d9d8e42f558229607235a1c96cc | ae956d4076e4fc03b632a8c0e987e9ea5ca89f56 | /SDK/TBP_UI_BloodTrackCategory_parameters.h | 166086dfcb01f2ac6a4a2925698a9d3e96613094 | [] | no_license | BrownBison/Bloodhunt-BASE | 5c79c00917fcd43c4e1932bee3b94e85c89b6bc7 | 8ae1104b748dd4b294609717142404066b6bc1e6 | refs/heads/main | 2023-08-07T12:04:49.234272 | 2021-10-02T15:13:42 | 2021-10-02T15:13:42 | 638,649,990 | 1 | 0 | null | 2023-05-09T20:02:24 | 2023-05-09T20:02:23 | null | UTF-8 | C++ | false | false | 1,765 | h | #pragma once
// Name: bbbbbbbbbbbbbbbbbbbbbbblod, Version: 1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//----------------------------------------... | [
"69031575+leoireo@users.noreply.github.com"
] | 69031575+leoireo@users.noreply.github.com |
35f71f3bc88677c788e7b2b4afc643ca77f37abe | e92d6c95daeb396dc29607b43fb71051845628c4 | /Lab_17/cpW/cpW/cpW.cpp | 9842ea2dfb45e1608e96c88f94bf6a7a2232748c | [] | no_license | dyuguytjdr/SPbCT_KiyutsinaAV | faba0c6d179e0d0ac1272015226ae2873733cc80 | dc842cfa285612daacc00902fa9a53ca9b08866b | refs/heads/main | 2023-02-13T18:51:34.701499 | 2020-12-28T09:27:56 | 2020-12-28T09:27:56 | 310,535,035 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,034 | cpp | #include <windows.h>
#include <stdio.h>
#define BUF_SIZE 256
int main(int argc, LPTSTR argv[])
{
HANDLE hIn, hOut;
DWORD nIn, nOut;
CHAR Buffer[BUF_SIZE];
if (argc != 3)
{
printf("Использование: CpW file1 File2\n");
return 1;
}
hIn = CreateFile(argv[1], GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL);
if (h... | [
"kinastja@mail.ru"
] | kinastja@mail.ru |
075ce555fb25743ac5cf5c9a65d4420f0a8c51f5 | acca339a76312b73b5bd99e9902958fa43501e5d | /dict.h | 966c755a3010ff30555665a177af952c84db350c | [] | no_license | funron/DataStructures | 528444f8d4710b450e9de1ec333897686fc2bcc8 | 82fb63164538effc029e2140d7e0f9f0ab2cdec0 | refs/heads/master | 2022-02-25T00:29:28.902834 | 2019-09-08T10:01:17 | 2019-09-08T10:01:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,189 | h | #ifndef _DICT_H_
#define _DICT_H_
#include <iostream>
#include <stdio.h>
#include <entry.h>
namespace amo {
#define RESET "\033[0m"
#define BLACK "\033[30m" /* Black */
#define RED "\033[31m" /* Red */
#define GREEN "\033[32m" /* Green */
#define YELLOW "\033[33m" /* Yel... | [
"ifeelgooder@gmail.com"
] | ifeelgooder@gmail.com |
edbe905c396318824de9be9c27a207db3ac37a88 | fa77fa2f4f2ba0147ebb5e78288bd9ff1ef160f7 | /c++/EEDB/SPStreams/PairReads.cpp | b81c4d1455575a9ced5c3777b8f7025598f90ebd | [
"BSD-3-Clause"
] | permissive | jessica-severin/ZENBU | e663dd6e846ceb1c57b71038060680e39c8fa016 | 64dd98ad066ca0cea954efdf94316881566eeeec | refs/heads/master | 2023-08-31T00:59:50.727697 | 2023-08-04T02:42:28 | 2023-08-04T02:42:28 | 156,667,174 | 5 | 2 | null | 2022-07-25T07:02:29 | 2018-11-08T07:29:24 | JavaScript | UTF-8 | C++ | false | false | 26,761 | cpp | /* $Id: PairReads.cpp,v 1.4 2020/04/20 02:04:09 severin Exp $ */
/***
NAME - EEDB::SPStreams::PairReads
SYNOPSIS
DESCRIPTION
processing module which collates expression from the primary stream
onto features on the side stream (templates) based on genomic
overlap logic
CONTACT
Jessica Severin <severin@gsc.riken... | [
"severin@ryzen7"
] | severin@ryzen7 |
860b5fd602ee88e54fb82ba7ffa2013c7346938a | 03e2a08854d6b43eeff2f68cd9d7a82b19631996 | /player.h | d341fb5e036b658f8cb7443b509c8f758aa03eb6 | [] | no_license | Jeklah/combatSimulator | aa3b9b0b1a12a18f7143337174bf2c86a29b9ab5 | 93094938e2082d018f23313e017d46e9991e501a | refs/heads/master | 2020-12-24T16:16:18.814896 | 2020-03-22T12:42:12 | 2020-03-22T12:42:12 | 31,284,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 948 | h | #pragma once
#include "stdafx.h"
#include <iostream>
#include "inventory.h"
using namespace std;
//Check inventory.h for comments. pretty much the same.
class player
{
private:
string clss;
int health;
int intelligence;
int strength;
int agility;
int lvl;
int xp;
string name;
int... | [
"arthurbowers@gmail.com"
] | arthurbowers@gmail.com |
188de3427c307b1e5bebd2267a4fc0c08c346c27 | ae72e35a44ffebe62cb19fba8a3105a9c944055a | /trunk/src/athena/BayesModelLog.h | 45c45d9c452f20856256b44ddee572f1a9646b29 | [] | no_license | RitchieLab/athena | 7113e32d6ce3c060cbff6f19c944b85d921b4157 | 9294ea9cc2776c686cea96fd37c4b09eef6de446 | refs/heads/master | 2020-03-09T19:40:43.144918 | 2020-02-12T21:01:00 | 2020-02-12T21:01:00 | 128,963,752 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,696 | h | /*
Copyright Marylyn Ritchie 2014
This file is part of ATHENA.
ATHENA 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 3 of the License, or
(at your option) any later version.
ATHENA is distribute... | [
"dudek@chgr.mc.vanderbilt.edu"
] | dudek@chgr.mc.vanderbilt.edu |
a8b140ef0a67edeac809302cebaece2aeb1275d2 | 38030e497b6e172cb926ebce4d25019175713bbd | /Medium/count_bst_nodes_that_lie_n_a_range.cpp | bb764db510a3532d8e79b72083cc69f7241b51af | [] | no_license | KushRohra/GFG_Codes | 7e6126434360bd0e376ce13be7e855c380b88d24 | 54e2b0affeaac3406aa052c28cfebcefc6492f90 | refs/heads/master | 2021-03-26T00:37:05.871686 | 2020-12-27T12:51:53 | 2020-12-27T12:51:53 | 247,659,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 550 | cpp | /*
The structure of a BST node is as follows:
struct Node {
int data;
Node* right;
Node* left;
Node(int x){
data = x;
right = NULL;
left = NULL;
}
};
*/
void count(Node *root,int l,int h,int *c)
{
if(root==NULL)
return;
if(root->data>=l) // remove if any error
cou... | [
"iec2017024@iiita.ac.in"
] | iec2017024@iiita.ac.in |
e6c7f376b31b71cc0c50530bce92c0650c250eb0 | 97f8be92810bafdbf68b77c8a938411462d5be4b | /3rdParty/fakeit-gtest/fakeit.hpp | 8c39d7202fbed07f93396abe9b856202bdc94f98 | [
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"LGPL-2.1-or-later",
"BSD-4-Clause",
"GPL-1.0-or-later",
"Python-2.0",
"OpenSSL",
"Bison-exception-2.2",
"JSON",
"ISC",
"GPL-2.0-only",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"CC0-1.0",
"BSD-2-Clause",
"LicenseRef-scancode-autoco... | permissive | solisoft/arangodb | 022fefd77ca704bfa4ca240e6392e3afebdb474e | efd5a33bb1ad1ae3b63bfe1f9ce09b16116f62a2 | refs/heads/main | 2021-12-24T16:50:38.171240 | 2021-11-30T11:52:58 | 2021-11-30T11:52:58 | 436,619,840 | 2 | 0 | Apache-2.0 | 2021-12-09T13:05:46 | 2021-12-09T13:05:46 | null | UTF-8 | C++ | false | false | 250,892 | hpp | #pragma once
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-08-17 00:22:33.240587
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
#ifndef fakeit_h__
#define fakeit_h__
#include <functiona... | [
"jsteemann@users.noreply.github.com"
] | jsteemann@users.noreply.github.com |
fb9328cd2dbb2e01192ecd43685e8aef2902cfd3 | 7598cc3495ca207f7086c9dd92752c6d76443362 | /2020 Year/명령 패턴/키 입력/2DClient/Client.cpp | c9c9f3c45e6833469f4502a57ccd07b1a5f8c536 | [] | no_license | SnowFleur/Design-Patterns | 6e45efa5cec256efdfc118328478e28bbc2392e8 | 237ae7239d955674ba81945e07eadfba1abb2275 | refs/heads/master | 2023-04-21T05:27:54.650807 | 2021-05-07T14:29:12 | 2021-05-07T14:29:12 | 258,778,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,817 | cpp | // Client.cpp : 응용 프로그램에 대한 진입점을 정의합니다.
#include "stdafx.h"
#include "Client.h"
#include"command.h"
#include"GameActor.h"
#define MAX_LOADSTRING 100
// 전역 변수:
HINSTANCE hInst; // 현재 인스턴스입니다.
WCHAR szTitle[MAX_LOADSTRING]; // 제목 표시줄 텍스트입니다.
WCHAR szWindowClass[MAX_LOADS... | [
"SnowFleur0128@gmail.com"
] | SnowFleur0128@gmail.com |
6173d5e25f086a6cec639e98b45be246578a7bbf | 733ac1930072d493b0ae9c60c752b10ee60b7415 | /src/script.h | 4335324871ab395050840c466944b92e32f1e48d | [
"MIT"
] | permissive | Rockeronhunt/ICC | ab174a79c7a5cd617c0998954c7b74febbe37857 | 7ae71bd66b79f97aba06312dfa913eb96c99a2cf | refs/heads/master | 2020-03-16T10:46:52.315129 | 2018-05-08T16:53:17 | 2018-05-08T16:53:17 | 132,638,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,278 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The ICCCOIN developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef H_BITCOIN_SCRIPT
#define H_BITCOIN_SCRIPT
#include <string>
#include <vect... | [
""
] | |
13b181fd5febc08ff8c2bf97f55a634cfdc9cb21 | e121dcc5d23e225891420e730549b9cc7ebe8e88 | /src/lib/panda/downloader/httpClient.h | 52d7e6fcbd2254e016fc6e108d39583e34e1ae6c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | PlumpMath/panda3d-3 | 4f4cf7627eddae9b7f30795e0a0657b01fdf670d | 5c0be0e1cd46b422d28d5b81ffb1e8b28c3ac914 | refs/heads/master | 2021-01-25T06:55:36.209044 | 2014-09-29T14:24:53 | 2014-09-29T14:24:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,231 | h | // Filename: httpClient.h
// Created by: drose (24Sep02)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) Carnegie Mellon University. All rights reserved.
//
// All use of this software is subject to the terms of the revised BSD
// license. You should h... | [
"ralf.kaestner@gmail.com"
] | ralf.kaestner@gmail.com |
c511f3a54299a3f82aa8aae2ee303cafc6b820ba | fd88bf8bf77affc30af4fbd9b2e3916bdaa0789b | /ref-impl/include/OM/OMObjectSet.h | 4a6239bf9c6d8543cc85fc15ba0f34b1557aaf95 | [] | no_license | jhliberty/AAF | 6e6a7d898d42e6e91690c76afbc4cf581cc716fc | af8c9d43461ab556bd6cf8d98b0f001eb7b87cfe | refs/heads/master | 2021-01-08T11:37:10.299319 | 2016-08-16T02:49:39 | 2016-08-16T02:49:39 | 65,782,219 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,665 | h | //=---------------------------------------------------------------------=
//
// $Id: OMObjectSet.h,v 1.6 2009/06/01 11:46:58 stuart_hc Exp $ $Name: V116 $
//
// The contents of this file are subject to the AAF SDK Public Source
// License Agreement Version 2.0 (the "License"); You may not use this
// file except in com... | [
"johnhenry.liberty@gmail.com"
] | johnhenry.liberty@gmail.com |
5ea4c6b13bb0755d0a2cd04dd9bbc902a03b0a19 | a8597af16ef33eb2d8d567fbd6923d2a4d3ce9d1 | /src/chainparams.cpp | d9c2759bc99a1f6ab46d0079ed1599a643710fdb | [
"MIT"
] | permissive | piklock/authoracoin | b086562c7c635e711b5a65a85c88adb338c6884f | 09c4436d52a67d84ab76b00eaeb2eaa0a1add88b | refs/heads/master | 2020-04-02T03:46:48.737019 | 2018-10-15T12:25:57 | 2018-10-15T12:25:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,678 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2018 The Bitcoin Green developers
// Copyright (c) 2018 The Authoracoin developers
// Distributed under the MIT sof... | [
"authoracoin1@gmail.com"
] | authoracoin1@gmail.com |
58af013b71f713c5ffea5f3923dd569963e1de9d | ea72f5162517d06baca2d8847827f796523d3c3f | /Lab5/DisplayConstants.cpp | b3378c41be322e868aeb7ce08a541ed3c0a9fe6f | [] | no_license | CatSandwich/Lab5 | db08f3e692edac42badab7f4e63b4a499f35f15d | 75baa695692c2230eec90a0f65caed84bc620879 | refs/heads/master | 2023-02-19T11:43:23.582368 | 2021-01-22T17:53:26 | 2021-01-22T17:53:26 | 308,447,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | cpp | #include "DisplayConstants.h"
const std::string DisplayConstants::NEW_LINES = std::string(27, '\n');
const std::string DisplayConstants::GAME_NAME = "The REAL guessing game | ";
const std::string DisplayConstants::GUESSING = "Guessing | ";
const std::string DisplayConstants::SHOPPING = "Shopping | "; | [
"59626141+CatSandwich@users.noreply.github.com"
] | 59626141+CatSandwich@users.noreply.github.com |
86cbb066bf19f53f2976fcabccb32227e31b2ace | ebe9a9f4cb3c57bbff065fb4418a5a6c48611273 | /07-rtti/6-rtti/dynamic_cast.cpp | 0369e2cdbfef8e2c52dfc153c3eb953fceb97073 | [
"MIT"
] | permissive | Ishay1997/cpp-5781 | 95714c34a99120f1b73fa1975ac80ab495ea2b4a | a2e5cfb2c23f923d69df3de240c94e05ed8bf780 | refs/heads/master | 2023-04-05T19:53:59.426594 | 2021-04-07T09:51:50 | 2021-04-07T09:51:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,240 | cpp | #include <iostream>
using namespace std;
struct Shape1 {
int i=111;
void print() { cout << i << endl; }
};
struct Circle1: public Shape1 {
char c='a';
void print() { cout << i << " " << c << endl; }
};
struct Square1: public Shape1 {
char c='d';
void print() { cout << i << " " << c << endl; }
};
struct Shape2 ... | [
"erelsgl@gmail.com"
] | erelsgl@gmail.com |
54dfa3e215353ee3b9ca20cf950d2bcc42a9cbd5 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/IntPatch_TheIWalking.hxx | dd897ad74ea948c82372ffc58f698e4c4e2a13c0 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,606 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _IntPatch_TheIWalking_HeaderFile
#def... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
5e0f1851991fb8d4d5aff07bbd62839d06412322 | 7c8ab6950f63b82f01f07fa6ceaa17b8fab8935d | /Broker/src/device/CPhysicalDeviceManager.hpp | 6c65f01b3e64772dcf333b08c90ba3b988f19ac8 | [] | no_license | ylztf/LWI2012 | d59c45e9f8e392735dcf631190d615f49cf55ebd | f816a28addf958dacbf5617458bd9cf58084880c | refs/heads/master | 2021-01-10T21:34:01.723567 | 2012-04-07T18:02:34 | 2012-04-07T18:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,768 | hpp | ///////////////////////////////////////////////////////////////////////////////
/// @file CPhysicalDeviceManager.hpp
///
/// @author Stephen Jackson <scj7t4@mst.edu>
///
/// @compiler C++
///
/// @project FREEDM DGI
///
/// @description Declare Physical Device Manager Class
///
/// @license
/// These source ... | [
"ylztf@mst.edu"
] | ylztf@mst.edu |
8b319f254d87c89ceecc915c70b35eae8c729cee | 49b86bb41a4b65f4b63e9b9b79327fb635103065 | /src/EqAlgo.cpp | 7e19f4cea2c31fae9bb737d4d2d6d6ab793a7a86 | [
"MIT"
] | permissive | georgedeath/TAsK | f5f15f90e08ee9b51e4da60002e81a70f0518ec4 | 14c4abb3b3f9918accd59e9987e9403bd8a0470c | refs/heads/master | 2020-09-20T06:50:10.886648 | 2020-08-06T10:30:37 | 2020-08-06T10:30:37 | 224,403,889 | 0 | 0 | MIT | 2019-11-27T10:22:22 | 2019-11-27T10:22:21 | null | UTF-8 | C++ | false | false | 1,800 | cpp | #include "EqAlgo.h"
#include "AddHook.h"
#include "Timer.h"
#include "ConvMeasure.h"
#include <cassert>
#include <iostream>
EqAlgo::EqAlgo(AddHook *component, StarNetwork* net, FPType timeLimit,
ConvMeasure* conv) :
conv_(conv), net_(net), component_(component), timeLimit_(timeLimit), totalConvTime_(0.0),
to... | [
"peredereeva@gmail.com"
] | peredereeva@gmail.com |
c99c72e73f520f62c404b66bc81af0d96ed80b45 | 0a3dd93e6e695fb54a6ff66ad05701f5f0d29a06 | /Arduino_example/arduino/Lesson_2_Button/Lesson_2_Button.ino | f9999ffc1bd760cef9fc634d6c7f2c97eafba1a2 | [] | no_license | Shuantaiwan/grove_beginner_kit_for_arduino | b8bd5d30486289c9a42010fd73b115720d7fcb60 | c0c02e7457b18cb4bc400c3d059c1eb8a38c6ec8 | refs/heads/master | 2023-03-24T07:58:47.902209 | 2020-10-12T02:31:53 | 2020-10-12T02:31:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | ino | //Lesson-2 Button
//Press the button to turn ON/OFF LED
//CAVEDU Education 2020
//Constants won't change. They're used here to set pin numbers:
const int buttonPin = 6; // the number of the pushbutton pin
const int ledPin = 4; // the number of the LED pin
// variables will change:
int buttonState = 0; // variabl... | [
"nissin@cavedu.com"
] | nissin@cavedu.com |
ce31e5d99b5789d759c6032d31bf2725e5251861 | 5dc4ea36514927efd678638e2095a4e8e32c0386 | /NPSVisor/tools/svMaker/source/pObject/svmObjBmp.h | c3922f3690b8c6a19eeebd1edc13f5666468087d | [
"Unlicense"
] | permissive | NPaolini/NPS_OpenSource | 732173afe958f9549af13bc39b15de79e5d6470c | 0c7da066b02b57ce282a1903a3901a563d04a28f | refs/heads/main | 2023-03-15T09:34:19.674662 | 2021-03-13T13:22:00 | 2021-03-13T13:22:00 | 342,852,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,024 | h | //-------------------- svmObjBmp.h -------------------------
//-----------------------------------------------------------
#ifndef SVMOBJBMP_H_
#define SVMOBJBMP_H_
//-----------------------------------------------------------
#include "precHeader.h"
//-----------------------------------------------------------
#includ... | [
"npaolini@ennepisoft.it"
] | npaolini@ennepisoft.it |
f7f9a475b6ab3d411fcf4ce4dd20882c1897cc73 | 880a7b03ac9e335132f54611183e06c8e9783a47 | /Charpter04/4.cpp | 8e383778a24ec1c8d3071642d060c647169fe786 | [] | no_license | Zhuoer-Xiao/C-Primer-Plus-Practices | 21203e88370c9e7566b3a345e454034de74b80fd | 6cc2712150a39e405cb81b81240d31e9f7fe1a05 | refs/heads/main | 2023-04-07T04:37:13.801610 | 2021-04-16T02:23:26 | 2021-04-16T02:23:26 | 352,262,333 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
string fn, ln;
char bt[] = ", ";
cout << "Enter your first name? ";
getline(cin, fn);
cout << "\n";
cout << "Enter your last name? ";
getline(cin, ln);
cout << "\n";
ln.append(", ").append(fn);
cout << "Here's the information in a single... | [
"2577306112@qq.com"
] | 2577306112@qq.com |
e5c614d147134a851ef1be21d247631046cdcda9 | ff42dfda0a80aaf45f5b2ed97335d207c0a1d03b | /lab1/Scanner.h | 82ca66cd250054367c19cfeae293e8037a6884c0 | [] | no_license | shubhamjain0594/compilers-cs306 | 1e7529fbdeff73f8692ee3b55634c3fc0a27e981 | aadedbda93767bf09bdae3dbb9d5f4b3eac9749f | refs/heads/master | 2021-01-19T09:42:32.291340 | 2015-04-17T17:40:10 | 2015-04-17T17:40:10 | 29,256,973 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,136 | h | // Generated by Flexc++ V1.08.00 on Mon, 02 Feb 2015 22:31:12 +0530
#ifndef Scanner_H_INCLUDED_
#define Scanner_H_INCLUDED_
// $insert baseclass_h
#include "Scannerbase.h"
// $insert classHead
class Scanner: public ScannerBase
{
public:
explicit Scanner(std::istream &in = std::cin,
... | [
"shubhamjain0594@gmail.com"
] | shubhamjain0594@gmail.com |
e7aa7487b8fc6cdb8fff6802c0bd781a97ad9d81 | 3266e879ce9dfe16efbe4126030fb90e83f1f213 | /opencv/modules/hal/include/opencv2/hal/defs.h | 117ec6046921195b2f24bad86e8daecedf8d12a3 | [
"BSD-3-Clause"
] | permissive | ckokko08/chiiHub | 9011fdc594ecf5c8f2835cecf38bac4a1173e1a5 | 7b6ef25f940e0e05b1c82795cdda7eb1787813d4 | refs/heads/master | 2021-01-18T19:05:00.153871 | 2016-07-12T11:53:01 | 2016-07-12T11:53:01 | 60,607,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,906 | h | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"rioneko4423@gmail.com"
] | rioneko4423@gmail.com |
9a4d449fabd0d6611385dd2b8d9428f509512a59 | c4df01747237a66387544f77160fa0997ef96663 | /ai_manager.cc | 31a3897c1720175685447bdfc58d32e612dd87b0 | [] | no_license | Rachelt570/Genetic_Language_Predictor | b4f0082db1e9a44dd12c210835ae42da1b981941 | 32cee7116fd7e45ede705e949bedf49d930bfad7 | refs/heads/master | 2020-04-18T21:02:57.814823 | 2019-02-12T18:33:55 | 2019-02-12T18:33:55 | 167,754,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,855 | cc | #include "ai_manager.h"
void ai_manager::set_number_of_bots(unsigned int new_number_of_bots)
{
if(new_number_of_bots == bots.size())
{
return;
}
if(new_number_of_bots > bots.size())
{
this->add_number_of_bots(new_number_of_bots - bots.size());
}
else
{
this->delete_number_of_bots(bots.size() - new_number... | [
"rtkc.casey@gmail.com"
] | rtkc.casey@gmail.com |
ed4e295d236e6142c061f8df8bf7747f3a69284b | 4b8296335e4fa1a38264fef02f430d3b57884cce | /chrome/browser/page_load_metrics/page_load_metrics_initialize.cc | 1c1b94d055fbafcd74046d044cbe2edf2f5df4e2 | [
"BSD-3-Clause"
] | permissive | coxchris502/chromium | 07ad6d930123bbf6e1754fe1820505f21d719fcd | f786352782a89d148a10d7bdd8ef3d0a86497926 | refs/heads/master | 2022-11-06T23:54:53.001812 | 2020-07-03T14:54:27 | 2020-07-03T14:54:27 | 276,935,925 | 1 | 0 | BSD-3-Clause | 2020-07-03T15:49:58 | 2020-07-03T15:49:57 | null | UTF-8 | C++ | false | false | 10,241 | cc | // Copyright 2015 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/page_load_metrics/page_load_metrics_initialize.h"
#include <memory>
#include <utility>
#include "base/macros.h"
#include "build... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
9244e75cf84cd664b13e374873fffc0858e9ed80 | 21c19f19884468492eda1a448c7060fcf6709f27 | /PC_7/PC_7_5.cpp | 79060edeefe3840d5f4d51600f819ec98b04ec78 | [] | no_license | cblack618/StartingOutCPP | 76a29160ce55d004443c37455c7b3cd884742856 | 3f57cbba5db67691328f60ce3be423c2c7ef17b6 | refs/heads/master | 2021-01-03T17:41:21.424275 | 2015-05-31T23:32:36 | 2015-05-31T23:32:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | cpp | /*
Ups and Downs
Write a program that displays the word UP on the bottom line of the screen a couple of
inches to the left of center and displays the word DOWN on the top line of the screen a
couple of inches to the right of center. Moving about once a second, move the word UP up
a line and the word DOWN down a line un... | [
"jabarimail@gmail.com"
] | jabarimail@gmail.com |
05dc3265841a82da05cd5bb71ea08def9bf09873 | 74972da2e7a133310d468414379b2d073363b3b5 | /api/auxiliar_fuctions/Base64Handle.h | 5297bf8ccba3d2075865bd58a462ac53dacdd63f | [] | no_license | Joao-VictorF/Dimep-Totem-Api | ab4494aa76b7babc2254d28fdc9aba5dcfd991bd | 43fcec21ab61cf29b6e421c55a6b42225ca6b60d | refs/heads/master | 2022-10-20T14:30:17.102615 | 2020-06-29T14:36:09 | 2020-06-29T14:36:09 | 273,600,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,587 | h | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <sstream>
std::string base64_encode(unsigned char const* buf, unsigned int bufLen);
std::vector<unsigned char> base64_decode(std::string const&);
using nam... | [
"freitasjoaovictor49@gmail.com"
] | freitasjoaovictor49@gmail.com |
ce19d3a11459ac32812f1f15d048351f533992b9 | 5a6dba6e78965d9bb4ad78a605e771a19d8c7186 | /src/cpp_pop_modeler/ComplexPolynomial.h | 4117ad5f71c9586c8a2aeba55028ddd4c4897650 | [] | no_license | klorel/ddd | 0b162348d6d089c65b0c329bcc94c7933f6f3aa6 | 1a1d501a36e8a96303ab2fe188b01169fe7afd61 | refs/heads/master | 2020-05-21T21:01:27.935993 | 2016-10-06T10:54:01 | 2016-10-06T10:54:01 | 61,387,923 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,300 | h | #pragma once
#include "ComplexMonomialPredicate.h"
class ComplexPolynomial {
public:
friend ComplexPolynomial operator+(ComplexPolynomial const & rhs);
friend ComplexPolynomial operator-(ComplexPolynomial const & rhs);
friend ComplexPolynomial operator+(ComplexPolynomial const & lhs, ComplexPolynomial const & rhs... | [
"manuel.jean.ruiz@gmail.com"
] | manuel.jean.ruiz@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.