blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4a442c91f2b1bf24e60578305b04a4e4a00f6051 | a57d8437088ac1eb627169ed82c4bbc8e8f3447a | /Kernel_Linux/Logic/Public/IKernel.h | 6a97a579f77c342dd5b11f8c9103afc7f250b2a9 | [] | no_license | linchendev/kernel | 7a74ac4ab5fddaede0f7eb94527fd2e60ba147cc | 3f5e76dbb15bef9a57dcbd1e924e38ac3bf1a15b | refs/heads/master | 2021-05-26T17:27:43.499709 | 2013-08-21T09:22:54 | 2013-08-21T09:22:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,385 | h | #ifndef _IKERNEL_H_
#define _IKERNEL_H_
#include "ComDefine.h"
#include "EventDefine.h"
#include "VarList.h"
#include "Archive.h"
class CIniConfig;
class CXmlConfig;
class ILogicModule;
//针对IKernel 做了特殊写法 这里是位了隐藏 引擎内部的启动机制
//引擎层 要对逻辑层做到 能不暴露 就不暴露
#ifndef KERNEL_PROCESS
#define LOG_ECHO(format,a...) \
... | [
"854825967@qq.com"
] | 854825967@qq.com |
dba5a075bbef641c5f9cccf0501cb26ce83565c0 | 75bba7097a3924644a77276496dadc32063ca820 | /alps/src/pegasus/region_file.hh | 35bd05be971fba5abe161753fb38864276621aa8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | anegeorg/sparkle | 1008e7fa356a698b5a9b73d7d11d7a4783c2dced | dbf558d6a9997d9fd9c78e5bd78b2d43ed613ddb | refs/heads/master | 2020-06-23T21:40:33.577574 | 2019-07-18T03:31:17 | 2019-07-18T03:31:17 | 198,760,761 | 0 | 0 | null | 2019-07-25T05:03:38 | 2019-07-25T05:03:38 | null | UTF-8 | C++ | false | false | 2,525 | hh | /*
* (c) Copyright 2016 Hewlett Packard Enterprise Development LP
*
* 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 requi... | [
"hernan@tte1.hpl.hp.com"
] | hernan@tte1.hpl.hp.com |
28c5502f0ea0f04e76029a4053f87de5aeba1c58 | 3375cc9fe29973e159ba261d11b36a628b5f9d1a | /MyShogi/Painter.h | a747c387f0de0813bbcf176b4b9ab6a574a182a2 | [] | no_license | Ameyasu/MyShogi | 223816d3f19d5e38d40903aeb823f3081f54522b | b8d5be5073157fa54ae90ee7091b8b8e56c5d04c | refs/heads/master | 2023-08-04T21:44:21.254155 | 2021-10-03T14:29:22 | 2021-10-03T14:29:22 | 409,448,422 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | h | #pragma once
#include "framework.h"
#include "Shogi.h"
namespace Painter
{
extern void paintFront(HDC hdc);
extern void paintMem(const Shogi& shogi);
extern void startKomaHovering(const Shogi& shogi, const KomaAbs* koma);
extern void paintKomaHovering(int x, int y);
} | [
"89081089+Ameyasu@users.noreply.github.com"
] | 89081089+Ameyasu@users.noreply.github.com |
99528f5052030c12beef78f1b6eece7e3bdd0211 | 4d409fc04028f0a8db1bd3ad12cfddae207742cf | /space.h | 55aaf12c6212fcebb716ea291198bc77d7807282 | [] | no_license | akshaypsampath/3d-Minesweeper | 29392044d0b1455bd87b21bf4b67116cb137de10 | 64d974e6baf853992b05200f3b53b3631cd8fdf7 | refs/heads/master | 2020-03-15T23:13:40.130261 | 2018-05-07T01:03:02 | 2018-05-07T01:03:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 553 | h | //header for space class
//#include "field.h"
#include <iostream>
//using namespace std;
class Space
{
friend class Field;
private:
bool isBomb;
bool isFlagged;
bool isOnCursor;
bool isCleared;
int numAround;
int xPos;
int yPos;
int zPos;
public:
Space();
void setBomb(int nB, int nS);
void setNoBombMan... | [
"nichols.joe0@gmail.com"
] | nichols.joe0@gmail.com |
1e6fa4a8dd1adaa57c875fb561377ccb2baccebd | d933e516ab09d15138cd0db7a391650ef1da0ac7 | /modules/Robbie/RobbieModule.hh | da3ec48eda04ce4fbbb059039604c168e432b209 | [
"MIT"
] | permissive | brucelevis/biulab | 7a10c62aabb52621f245ad4ed0e4a2e567801356 | 79f20340b13679ddc275668793f9b497b58d2d0b | refs/heads/master | 2023-02-26T21:06:19.836418 | 2021-02-04T11:44:27 | 2021-02-04T11:44:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 766 | hh | #pragma once
#ifndef ROBBIE_MODULE_HH_
#define ROBBIE_MODULE_HH_
#include "DynamicClass.hh"
#include "InspectWindow.hh"
#include "ModuleBase.hh"
#include "RobbieControlWindow.hh"
#include "RobbieController.hh"
#include "SimpleMap.hh"
#include "SimpleMapWindow.hh"
typedef struct RobbieModuleData {
vector<SimpleMap... | [
"elonkou@ktime.cc"
] | elonkou@ktime.cc |
67dd890d27814d55f5e825af37c8f3dc7c814dce | eee894fbc325926cdd66538ee65eb889203387a7 | /Learning c++3/Rectangle.cpp | aa586237984877c0ff38c13396d34bfb0c99c2f6 | [] | no_license | deadpool10086/love-C | e94bb3cc078cd75ea065f01c9ab6bd81a12ca34c | 22e804120c4786bd745e2cdd9b023601830d96c8 | refs/heads/master | 2020-01-23T21:48:39.953420 | 2017-01-04T10:40:33 | 2017-01-04T10:40:33 | 74,674,585 | 0 | 0 | null | 2016-11-25T09:03:51 | 2016-11-24T13:13:17 | null | UTF-8 | C++ | false | false | 721 | cpp | #include "Rectangle.h"
Rectangle::Rectangle()
{
width_ = 1;
height_ = 1;
}
Rectangle::Rectangle(double width, double height)
{
width_ = width;
height_ = height;
}
Rectangle::Rectangle(double width, double height, string color, bool filled)
:GeometricObject(color, filled)
{
width_ = width;
height_ = height;
}... | [
"zds19971227@126.com"
] | zds19971227@126.com |
b98ece7052b9d29e863b97947922dcde4bb6ab4a | 9452341b3252759e1a9133b5e4676993e27f4dd8 | /boundaryLayer/GABLS_1d_SBL/skeleton/constant/k_init | 6699473d41e98e88d6e598071ae15f6752085e72 | [] | no_license | AtmosFOAM/hilaryRun | 8af184499fe2001acb659dcd8b82920c50a76dc0 | 6eb682dbc9498e529d690bcb4a7b9cad179e8ea4 | refs/heads/master | 2023-09-04T07:33:52.157194 | 2023-09-01T07:38:11 | 2023-09-01T07:38:11 | 113,987,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,429 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
... | [
"h.weller@reading.ac.uk"
] | h.weller@reading.ac.uk | |
82c129ec81c5f51e7aac5d6702fe57682659cd46 | a5eb15173813410fecc39c71b91954e67d9fbbad | /aws-cpp-sdk-kafka/source/model/ClusterInfo.cpp | 7eba363d8799bb4491b296d522c6b4b17e2107a4 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | grujicbr/aws-sdk-cpp | e721ab1f646f3a5962d6b9187d564b825bbde6f8 | bdd43c178042f09c6739645e3f6cd17822a7c35c | refs/heads/master | 2020-03-23T16:47:49.532282 | 2020-02-03T17:10:17 | 2020-02-03T17:10:17 | 141,827,790 | 0 | 0 | Apache-2.0 | 2018-07-21T16:12:24 | 2018-07-21T16:12:24 | null | UTF-8 | C++ | false | false | 7,154 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
02af1343aa89f4afb5928abc2508ff47443b4edb | 408b971b14b62ee0c0c1f9fe7ebbcd3f0e3b60d8 | /1/Лаб комбинаторика/2/2.cpp | 26fced69a60baa7d341142a60db466cfb6604238 | [] | no_license | ksercs/descrete_maths_labs | 755bc7339ea926c139df38aa13df3c1528f17bac | d106e29a7b58c90148397c95404d5c8c7dd207c1 | refs/heads/master | 2023-06-24T22:41:46.435586 | 2021-07-25T11:03:09 | 2021-07-25T11:03:09 | 389,326,376 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,109 | cpp | #include <iostream>
#include <fstream>
#include <algorithm>
#include <string>
#include <cmath>
#include <vector>
#include <iomanip>
#include <set>
#include <map>
#include <utility>
#include <queue>
#include <string.h>
#define SZ size()
#define VEC vector
#define PB push_back
#define MP make_pair
#defi... | [
"ksercs0@gmail.com"
] | ksercs0@gmail.com |
2571241b805131675b56acef70d782387dc68448 | 450f7be4dca55a6d06505684d954c5a65757bd58 | /src/Compucolor.Impl.Crt/FontRom.h | 0d381f29851dfed40fb686f5d649071ab37a51da | [
"MIT"
] | permissive | nathanmentley/cc2emulator | 5abb563a4f1c68052e64bd3ff9221badf0d9dbf3 | 2eccca0ab7a8f306d21a2516106ef687d2b8e065 | refs/heads/main | 2023-05-08T03:26:14.175292 | 2021-05-28T18:19:14 | 2021-05-28T18:19:14 | 298,163,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | h | #pragma once
/* this is the character generator ROM for the character mode of a
* compucolor ii computer. the character cell is 8 rows of six pixels.
* for the most part, characters occuply 5x7 of that 6x8 cell.
*/
#include <memory>
namespace Compucolor::Impl::Crt
{
uint8_t* get_uf6_rom();
uint8_t* get_uf6... | [
"nathan@nathans-air.lan"
] | nathan@nathans-air.lan |
a31333908b9560d4f0211afc467ab11584073823 | a9b7ce8e51c26f09b76152f508a0dcddbee90022 | /cpp/my_leetcode/linked_list_cycle_II.cpp | 3964ad5dc5f437faf66035b4110f820c38657c0d | [] | no_license | miingirgloian/exercises | 2ff134dbd88de1ba9573b8ebe7b2b93636547bf5 | fbd8ae1b760ecb409d61a17a088ba0797007bece | refs/heads/master | 2023-06-02T18:26:56.200390 | 2021-06-14T13:22:10 | 2021-06-14T13:22:10 | 366,934,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,702 | cpp | /*
*Given a linked list, return the node where the cycle begins. If there is no cycle, return null.
*
*Follow up:
*Can you solve it without using extra space?
*/
#include<iostream>
#include "utils.h"
using namespace std;
class Solution {
public:
ListNode* detectCycle(ListNode *head){
... | [
"acy6128987@163.com"
] | acy6128987@163.com |
9cecae52283d00ef709f115bbb0813d8847e9e8d | 7cbcdc1b9aa085cd58ecb6bf70ea71a1536d5478 | /SDK/VI1_BPW_LocalizationMenu_classes.hpp | 746f8d42be44884e38a5c10d25e999c2a1f07710 | [] | no_license | YMY1666527646/VaderImmortalEp1SDK | ebb25986a12cb2ea573c7ab776aade5e1f2bb8f6 | ccfe09575f27203af188cfd0c31efcf2642b0a0e | refs/heads/master | 2022-12-23T23:12:51.233601 | 2020-09-29T03:21:27 | 2020-09-29T03:21:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,118 | hpp | #pragma once
// VaderImmortal_1 (236956) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedClass BPW_Loca... | [
"darkmanvoo@gmail.com"
] | darkmanvoo@gmail.com |
4dcb28e7f1a2919c847a12389e9f9093e5fb423e | 00eac4067b15b3f4f84ba31a2c993a2a64e63e25 | /FileSystem.hpp | d5eeb2044c8efe6174d49b1eca96d0c0601dc4cc | [] | no_license | johnnguyen0215/CS143BProject2 | 339c67aff69af12a8e8281e718c65bd280cef88d | 52583dfbe28e9b3fdca27afa37bdb29bf5d3bb2c | refs/heads/master | 2021-01-10T09:56:39.293976 | 2016-02-15T10:14:41 | 2016-02-15T10:14:41 | 51,688,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 969 | hpp | #include <iostream>
using namespace std;
class FileSystem
{
private:
/* Data Structures */
char** ldisk;
char** descriptors;
char* directory;
char* buffer;
char** oft;
char** bitmap;
/* Instance Variables */
int ldiskSize = 64;
int blockSize = 64;
int B = 64; // general use;
int descCount = 6; // Number ... | [
"jenguyen@uci.edu"
] | jenguyen@uci.edu |
e369d2d6a6de20093b9f4427b3c21133b6fe34b8 | 5e361c485a431a4ffdd43e66f110f3c863bf648d | /cpp/Array_sum.cpp | 372b54c885facf15ba3f2a103d9a6d51bbc2f0d2 | [] | no_license | London-Wu/Hello-world | d231b5a4bfa30e34c25631a9c91cef44b69dd015 | b287179531eddef4c768891764fe104d31fe711a | refs/heads/master | 2020-04-08T02:10:01.346805 | 2019-05-10T16:01:35 | 2019-05-10T16:01:35 | 158,924,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 258 | cpp | //计算数组中元素的总和
#include <iostream>
using namespace std;
int main(){
int nums[] = {1,2,3,4,5,6,7,8,9,10};
int res=0;
int size=sizeof(nums)/sizeof(nums[0]);
for(int i=0;i<size;i++){
res+=nums[i];
}
cout << res << endl;
return 0;
}
| [
"www.787330410@qq.com"
] | www.787330410@qq.com |
1e8b66fe90a4d279e3ea399ed5ffe2218c1edb1d | c6551fc92088db6d2a8481fd974994f1880ec198 | /evita/visuals/layout/children.h | 935d634dfd71d17ec973833373d82f6d1d410d72 | [] | no_license | eval1749/evita | dd2c40180b32fada64dce4aad1f597a6beeade8a | 4e9dd86009af091e213a208270ef9bd429fbb698 | refs/heads/master | 2022-10-16T23:10:07.605527 | 2022-10-04T07:35:37 | 2022-10-04T07:35:37 | 23,464,799 | 3 | 3 | null | 2015-09-19T20:33:38 | 2014-08-29T13:27:24 | C++ | UTF-8 | C++ | false | false | 1,116 | h | // Copyright (c) 2015 Project Vogue. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EVITA_VISUALS_LAYOUT_CHILDREN_H_
#define EVITA_VISUALS_LAYOUT_CHILDREN_H_
#include "evita/visuals/layout/box.h"
namespace visuals {
class Box;
//... | [
"eval1749@gmail.com"
] | eval1749@gmail.com |
8c8c6779b8c35932c766685701f8c77a093286b0 | 9a841e7bf96c31da6ee71fa5d61838a2ace57f83 | /project/include/json_helper.h | b0b2ab6b8790dc20bdd75be62fb274e14d95267c | [] | no_license | deusi/Package-Delivery-System | 5a5e9cf05bdc71b2b7aebedf16a38d4a232e32b8 | abdb8536e309789c1f1b8755db087e8e2e3fd37c | refs/heads/main | 2023-04-29T11:18:22.422058 | 2021-05-18T04:08:38 | 2021-05-18T04:08:38 | 368,379,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,711 | h | /**
* @file json_helper.h
*/
#ifndef JSON_HELPER_H_
#define JSON_HELPER_H_
/*******************************************************************************
* Includes
******************************************************************************/
#include <iostream>
#include <string>
#include <picojson.h>
#include... | [
"rybki001@umn.edu"
] | rybki001@umn.edu |
de2b040237aa6d3cfcd068cd28feca1f31aed4a8 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE256_Plaintext_Storage_of_Password/CWE256_Plaintext_Storage_of_Password__w32_char_81_goodB2G.cpp | 73831228ef8f921b9c70542962f7777eeb8dd672 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 3,501 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE256_Plaintext_Storage_of_Password__w32_char_81_goodB2G.cpp
Label Definition File: CWE256_Plaintext_Storage_of_Password__w32.label.xml
Template File: sources-sinks-81_goodB2G.tmpl.cpp
*/
/*
* @description
* CWE: 256 Plaintext Storage of Password
* BadSource: R... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
3569bc369186fc92a01b5f2cef4f365cf460ef18 | e0dc04cf74a7056a0f38e79665685be1fad74fcb | /Arduino_code/PrintMain-20191015T120226Z-001/PrintMain/IR_Functions.ino | b432359e27a0b2acec84c3bdb679c9da6fe2e274 | [] | no_license | chrismar25/DevCar | 447b7c66c5cc2a6b87da15a3cea6f87e25da46c7 | 1bdb60844173851aeb393fdd671eb81db1054bcf | refs/heads/master | 2020-07-23T10:34:49.928902 | 2019-11-06T07:54:22 | 2019-11-06T07:54:22 | 207,530,588 | 1 | 0 | null | 2019-11-06T07:51:03 | 2019-09-10T10:31:26 | C++ | UTF-8 | C++ | false | false | 2,042 | ino | void printFromIrSensors(int IrSensorA, int IrSensorB){
Serial.print("IR sensor A: ");
Serial.print(readShortRangeIrSensor(IrSensorA));
Serial.print(" IR sensor B: ");
// Serial.print(readLongRangeIrSensor(IrSensorB));
Serial.println();
delay(500);
}
void plotFromIrSensors(int IrSensorA, int IrSensorB){
S... | [
"chmari@devport.local"
] | chmari@devport.local |
ae058479c3d4c6da60daa4095f5ae48f4f971942 | 03a59a5232c6487acea306f2c68ce97e5e191753 | /Source Code/Custom/BotAIController.h | fde0e0f764fa3e4c78299adbf923810189231610 | [
"MIT"
] | permissive | sykeotic/Scripting-Unreal-Game-Characters | 98c58f44b63b3244680a248b2d22353569053849 | fb11838825b36fadfbfcfd741223269221b1cc02 | refs/heads/master | 2022-01-15T15:22:39.698847 | 2019-05-23T08:06:51 | 2019-05-23T08:06:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 858 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "AIController.h"
#include "BotAIController.generated.h"
/**
*
*/
UCLASS()
class CUSTOM_API ABotAIController : public AAIController
{
GENERATED_BODY()
protected:
ABotAIController();
virtua... | [
"noreply@github.com"
] | noreply@github.com |
d89f0469e018ff615a0b5e3e2c4c4840f030a24a | c507b4a07636ea09314e8f4b6d0e9f54fbd8e0b8 | /ISI/D03-C++-Web1909B- J. Chevalier/ClassWork/OnSiteWork/D03Solutions/InheritanceDemo/Animal.h | 9b3e4293ce5a5c08ea863d0eff79b77eb3cc2bee | [] | no_license | Binarianz/Dataons | d4937ddbdef6333c5f924542d2e8350e5890362d | f519700c1276fd3fefdfdf6b19fac1dfb6e91afe | refs/heads/master | 2023-05-12T14:20:55.607324 | 2020-08-26T07:53:35 | 2020-08-26T07:53:35 | 223,552,008 | 0 | 0 | null | 2023-05-07T09:48:51 | 2019-11-23T07:51:18 | Python | UTF-8 | C++ | false | false | 457 | h | #pragma once
#include <iostream>
#include <string>
using namespace std;
class Animal
{
private:
int legsCount;
string color;
double weight;
int age;
public:
Animal();
Animal(int legsCount, string color, double weight, int age);
int getLegsCount();
string getColor();
double getWeight();
int getAge();
voi... | [
"56053860+jemmanue@users.noreply.github.com"
] | 56053860+jemmanue@users.noreply.github.com |
59c97539cf0c8d469fba4684f1905c5c9ebf394e | 1f032ac06a2fc792859a57099e04d2b9bc43f387 | /6e/f4/60/b3/8909af9257d730db6e4a2988c3f811e05c104a7e616172c78cdb8f17b1977031b24dd0e51a9fce4bea5e091a19112bc220b4af223fa2ff521e0a85c0/sw.cpp | 74336acc0566b9942754b3e0348975c481887f08 | [] | no_license | SoftwareNetwork/specifications | 9d6d97c136d2b03af45669bad2bcb00fda9d2e26 | ba960f416e4728a43aa3e41af16a7bdd82006ec3 | refs/heads/master | 2023-08-16T13:17:25.996674 | 2023-08-15T10:45:47 | 2023-08-15T10:45:47 | 145,738,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | void build(Solution &s)
{
auto &wr = s.addLibrary("giovannidicanio.winreg", "6.1.0");
wr += Git("https://github.com/GiovanniDicanio/WinReg", "v{v}");
wr.setRootDirectory("WinReg");
//wr.ApiName = "WINREG_API";
wr += "WinReg.hpp";
wr += "advapi32.lib"_slib;
}
| [
"cppanbot@gmail.com"
] | cppanbot@gmail.com |
b2e3d811c9453244ca652499f5d268691ff1c160 | 09ff802fb765ce232c610f03c02c884b6322dbd1 | /1468.cpp | 35f69c04c68b1366dc8c7e66ac94c4713eaaf730 | [] | no_license | Helloworlds33/NEFUS_OnlineClass_1 | a9178b74c6e26cdc0d66eaa9e62e3a77f277cba5 | c5574e8f7b85400f75bc94602a5ed5fd2045388a | refs/heads/master | 2022-11-14T01:49:28.581969 | 2020-07-05T13:44:28 | 2020-07-05T13:44:28 | 275,584,024 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 124 | cpp | // 2차원배열 진짜 뭐하라는지 모르겠어요....ㅠㅠ
// 어떻게 처음부터 이해가 안될 수 있죠??ㅠ | [
"thomas_11@daum.net"
] | thomas_11@daum.net |
2240fd67540020458caf88834b2f135383a0d8ee | 5e3db2bd0227ec1a761ee0f3c7100fb2aca8e5fb | /LeetCodeSolutions/pascalstriangle.cpp | 8f2febf708ad546f6ac24be1395888b0d54c460c | [] | no_license | Raunak173/hacktoberfest | e09eaff87c6e2eb12935c03f404c17e20146f9a8 | 1d21f9a314bfb05674fa793a2a80eedceeca6eda | refs/heads/main | 2023-08-16T04:05:09.908878 | 2021-10-14T09:58:14 | 2021-10-14T09:58:14 | 417,076,974 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp | class Solution {
public:
vector<vector<int>> generate(int numRows) {
vector<vector<int>> res;
for(int i=0; i<numRows; i++)
{
vector<int>row(i+1, 1);
for(int j=1; j<i; j++)
{
row[j]=res[i-1][j]+res[i-1][j-1];
}
r... | [
"noreply@github.com"
] | noreply@github.com |
e5c35b011f1ccc307a678ac1a2a8c72d629836b0 | 540bf26df5570f7dfe9f3dca52769bdc594dbaa5 | /src/game/server/scp/npc_scp173.h | df51a473cbe342395b98e46e70b9617ed737c1f7 | [] | no_license | InfoSmart/InSource-Singleplayer | c7a8e0de648c4fafcebc4d7ec78e46ad8afd742c | 55e6fb30252d5ff4d19fb7c9d146bfec56055ad4 | refs/heads/master | 2021-01-17T05:46:39.867026 | 2013-07-07T06:13:41 | 2013-07-07T06:13:41 | 7,018,102 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,387 | h | #ifndef NPC_SCP173_H
#define NPC_SCP173_H
#include "ai_basenpc.h"
#include "ai_behavior_actbusy.h"
#include "ai_blended_movement.h"
//=========================================================
//=========================================================
class CNPC_SCP173 : public CAI_BaseNPC
{
DECLARE_DATADESC();
p... | [
"webmaster@infosmart.mx"
] | webmaster@infosmart.mx |
e5b5a6ee900bc6941a5f68291e708090ff6306d4 | 959c8550df5d551e4c20298ae416496f4de936f2 | /src/device/device_default.cpp | e9d010b590e9af81e58a7001ea93847ec4fe0ada | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT"
] | permissive | MKEcoin/mkecoin-master | 7e51c221c168785dd0524b96058621868ef16274 | e05abc2642fbdbf04b2cf60f2e25d52453967f7c | refs/heads/master | 2021-06-19T15:05:55.460108 | 2021-06-08T04:59:21 | 2021-06-08T04:59:21 | 219,101,263 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,281 | cpp | // Copyright (c) 2017-2019, The MKEcoin Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list ... | [
"53177888+MKEcoin@users.noreply.github.com"
] | 53177888+MKEcoin@users.noreply.github.com |
371ab262e5e9f0b8b1ce91ed2fa0c5612d93f3af | d5f75adf5603927396bdecf3e4afae292143ddf9 | /paddle/fluid/operators/top_k_op_npu.cc | ba7c39e955eee9bdaf0d51e80a5ab4479400992d | [
"Apache-2.0"
] | permissive | jiweibo/Paddle | 8faaaa1ff0beaf97ef7fb367f6c9fcc065f42fc4 | 605a2f0052e0ffb2fab3a4cf4f3bf1965aa7eb74 | refs/heads/develop | 2023-07-21T03:36:05.367977 | 2022-06-24T02:31:11 | 2022-06-24T02:31:11 | 196,316,126 | 3 | 2 | Apache-2.0 | 2023-04-04T02:42:53 | 2019-07-11T03:51:12 | Python | UTF-8 | C++ | false | false | 3,677 | cc | /* Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | [
"noreply@github.com"
] | noreply@github.com |
13bb98b72b441175b4026f912bf86ac4a91477b8 | a966070f18ce1b1996617cec7d9ff4af89bb9f3c | /networklayer/diffserv/DSCP_m.cc | 4c0f05dce60e167ae380aafcb57dc3ef14850574 | [] | no_license | nathan60107/omnet-inet | c80c7ee34a3292693c27050602b30413f2cfb909 | cb967cde348ab89593b20958d9479c10a2fcccdc | refs/heads/master | 2021-07-25T02:26:37.877094 | 2017-11-06T10:34:03 | 2017-11-06T10:34:03 | 103,511,775 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,783 | cc | //
// Generated file, do not edit! Created by nedtool 5.0 from inet/networklayer/diffserv/DSCP.msg.
//
// Disable warnings about unused variables, empty switch stmts, etc:
#ifdef _MSC_VER
# pragma warning(disable:4101)
# pragma warning(disable:4065)
#endif
#include <iostream>
#include <sstream>
#include "DSCP_m.h"
... | [
"nathan60107@yahoo.com.tw"
] | nathan60107@yahoo.com.tw |
43ce9e085170a2929bb5f760e9e677939c5dc50d | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /frameworks/av/media/libmedia/IEffectClient.cpp | aef4371d2912dfddfa1c50b3814b11370bff126c | [
"MIT",
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 4,516 | cpp | /*
**
** Copyright 2010, 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 appl... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
5c33ce49812b9381d5bac7855b082a6874d86ea4 | 2a3327090b5827982a82c86a653d17382dd4e006 | /CHARMS/ref/famuls/gcell.cc | 0a8dfb6df6cd9d02a45ce3b40a0cccdd22b5271a | [] | no_license | kengwit/misc | 85e7e0aa1366258f246d5a98cae4ee6b19f3bff5 | ca3a8cb6453f3a3fc37bcaf084627fb7cd2fbbc6 | refs/heads/master | 2020-04-01T03:21:53.407225 | 2019-10-31T01:36:45 | 2019-10-31T01:36:45 | 152,818,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,178 | cc | /*--------------------------------------------------------------------------
-- --
-- (F)ramework for (A)daptive (MUL)tiphysics (S)imulations --
-- Copyright (C) 2001, Petr Krysl (pkrysl@ucsd.edu). --
-- ... | [
"kengwit@gmail.com"
] | kengwit@gmail.com |
e7dadf50624d62f485685e0b0cd713c053fd96f5 | e3f403ab26047c60ce4e58ae397c72a5274a84e7 | /types/tableindex.h | b6138e06167233a0ae2b5fc72c62012311553ac4 | [] | no_license | LudvigEk/tsimchr_dependencies | 53c03319ed05909fea6d7802162a4a23b54ca701 | a22f63a79a6d8c35883ca23626eb047276767df5 | refs/heads/master | 2020-05-31T08:09:06.446435 | 2019-06-04T10:30:57 | 2019-06-04T10:30:57 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,886 | h | /*******************************************************************************
*
* tableindex.h -- Indexes memory containing a tab-delimited text dataset.
*
* Björn Nilsson, 2004-2008
*/
#ifndef TABLEINDEX_H
#define TABLEINDEX_H
#include "vector.h"
#include "nan.h"
#include "types/matrix.h"
... | [
"ludvig.ekdahl@med.lu.se"
] | ludvig.ekdahl@med.lu.se |
e49253980312e73f8a57bc3b365e595cd1f38efd | 96a72e0b2c2dae850d67019bc26b73864e680baa | /Study/DirectX/DirectX 11 Terrain Tutorials - Series 2/Tutorial 14 Distance Normal Mapping/dx11ter14_src/source/shadermanagerclass.cpp | 6c4dedd815df1531671056a66784e348c81564f3 | [] | no_license | SeaCanFly/CODE | 7c06a81ef04d14f064e2ac9737428da88f0957c7 | edf9423eb074861daf5063310a894d7870fa7b84 | refs/heads/master | 2021-04-12T12:15:58.237501 | 2019-07-15T05:02:09 | 2019-07-15T05:02:09 | 126,703,006 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,376 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Filename: shadermanagerclass.cpp
////////////////////////////////////////////////////////////////////////////////
#include "shadermanagerclass.h"
ShaderManagerClass::ShaderManagerClass()
{
m_ColorShader = 0;
m_TextureShader = 0;
m_... | [
"SeaCanFly@gmail.com"
] | SeaCanFly@gmail.com |
d770421ff86acbf51a88ef68d7d2a779d46a5796 | 4335f1fad6e0a67e04c4a85013214430c42b8739 | /language/QT/test/widget_study/widget_study/GeneratedFiles/ui_widget_study.h | 4e4e3d616c3b5dd03f879fafcb6db80adb17fe7b | [] | no_license | wwkkww1983/note | 1960465aee65993ed94885f60fbf42f7ba7b326d | 18f8b033e6461fdc3d430aa698c35bf76fc26efe | refs/heads/master | 2023-03-06T09:54:42.750282 | 2021-02-19T06:45:13 | 2021-02-19T06:45:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,206 | h | /********************************************************************************
** Form generated from reading UI file 'widget_study.ui'
**
** Created by: Qt User Interface Compiler version 5.12.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*************************************... | [
"mqs198506@hotmail.com"
] | mqs198506@hotmail.com |
d4dd763e09b7a39456409de933f4f6d57d50f797 | 5c442363f5824a8da4eb1a6a2aaddca97bb88f92 | /Code/Mantid/Framework/Algorithms/test/MaskBinsFromTableTest.h | 0bac8866d64b9df04f633609703042f3f36e57aa | [] | no_license | stothe2/mantid | 07dba616d771c28f91d3761fb02ef6b0e90444b3 | 01407170b8df46c98bb36b6fa530e54851117b18 | refs/heads/master | 2020-12-25T02:39:05.609946 | 2015-09-18T20:40:27 | 2015-09-18T20:40:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,967 | h | #ifndef MANTID_ALGORITHMS_MASKDETECTORBINSTEST_H_
#define MANTID_ALGORITHMS_MASKDETECTORBINSTEST_H_
#include <cxxtest/TestSuite.h>
#include "MantidKernel/Timer.h"
#include "MantidKernel/System.h"
#include <iostream>
#include <iomanip>
#include "MantidTestHelpers/WorkspaceCreationHelper.h"
#include "MantidAlgorithms/M... | [
"zhouw@ornl.gov"
] | zhouw@ornl.gov |
09bc8fa36e75d760b42c2d437cea798e2c9068cf | eaa8ce526fe11839ea41e7359bc3a1cf3fbbd5cd | /LightSwitching.cpp | d63ba95d8efbf3f0045317ee047c75c0aae46898 | [] | no_license | Mehrab-Mahi/SPOJ | cfd58b5b4382f13dc6b348a5c206434052e2098b | b648f0e64b7ae7ef23d08e336e1b1e7a819a1038 | refs/heads/master | 2020-08-05T19:14:29.483736 | 2019-10-03T20:20:42 | 2019-10-03T20:20:42 | 212,671,980 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,887 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define mx 100005
using namespace std;
ll tree[mx*4],one[mx*4],zero[mx*4],lazy[mx*4],two[mx*4];
ll merg(ll a , ll b){
return a+b;
}
void relax(ll node,ll b ,ll e){
swap(one[node],zero[node]);
if(b!=e){
lazy[2*node]++;
laz... | [
"noreply@github.com"
] | noreply@github.com |
1f7157ae1670db433c1803119f1e6a495f6007d7 | 501a8f72b7e9c87c327d1b089df655944a27221f | /SapigaTest/SapigaTest/Game.h | 1c19cb7a063b9739ce1ccbb858bb451d138167c8 | [] | no_license | alexeysapiga/TestForBizaps | 6196c2f4cef4dfdc9dbc074bd9f02391b40a9ee1 | 758989075efe2844dc8e32875ea2758edc1bf9d1 | refs/heads/master | 2020-05-25T20:25:59.320985 | 2017-03-02T06:06:06 | 2017-03-02T06:06:06 | 83,640,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 164 | h | #ifndef GAME_H
#define GAME_H
#include "Engine/GameObject.h"
#include "Engine/Camera.h"
class Game : public GameObject {
public:
Game();
};
#endif | [
"noreply@github.com"
] | noreply@github.com |
07a9add57f8c71b0323101d42c0c946915873d1f | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/mpl/list/list20_c.hpp | aed63d19914aea57ce9819065bd13609be805015 | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,295 | hpp |
#ifndef BOOST_MPL_LIST_LIST20_C_HPP_INCLUDED
#define BOOST_MPL_LIST_LIST20_C_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
f4c13cefa3ec150847edf018c78e917760c91bc2 | 229b8647cd5bdae534165fb071422c891edec9dc | /httpstatistics.h | 72b184f79647e6a0a5e593d1be96e55cdcc75f33 | [] | no_license | FMX/HttpSniffer | 14ce879bf8acfdd0f08edc0ab203d84ba24b66da | b0b46590bf6fc8391698b40094b897e27c3e1f41 | refs/heads/master | 2020-12-25T00:02:39.067205 | 2014-12-28T13:05:24 | 2014-12-28T13:05:24 | 67,787,204 | 1 | 0 | null | 2016-09-09T09:46:26 | 2016-09-09T09:46:26 | null | UTF-8 | C++ | false | false | 3,309 | h | #ifndef HTTPSTATISTICS_H
#define HTTPSTATISTICS_H
#include "headers.h"
#include <sstream>
#include <map>
#include "HttpStataEntry.h"
#include "time.h"
#include <deque>
#include <iostream>
namespace HttpSniffer
{
class HttpStatistics
{
public:
HttpStatistics();
~HttpStatistics();
void... | [
"anatolyt@vedisoft.ru"
] | anatolyt@vedisoft.ru |
e2c319c8cfdb60d6d71e4e3cf2d25558a794ff7b | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/StepRepr_Array1OfPropertyDefinitionRepresentation.hxx | 995442f7249b79e30f285fc71fef28ab284bbe18 | [] | 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 | 3,997 | 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 _StepRepr_Array1OfPropertyDefinitionRe... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
88dc935ba1779b9a7c5aeab243f55f73ff4b7ac2 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /contest/1542591424.cpp | c33ad55307a44ed85c9d1c225ff8d6e5e7929124 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 504 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
string s; cin >> s;
int n; cin >> n;
string text = "";
for (int i = 0; i < n; i++) {
string t; cin >> t; text += t;
if ((t[1] == s[0] && t[0] == s[1]) || t == s) {
puts("YES");
return 0;
}
}
for (int i =... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
550448e47ab1719dfa4efb8658316e2509eee3db | 5673ea0c12cf8798a66e3fb9a798b260cea55c67 | /Code/ARIAELEC/mainwindow.cpp | 055ade824a7e421f7c8c6c8e9fa6e85017a0bf75 | [] | no_license | mohammadVatandoost/Oscilloscope-Digital | 49127b62d77f90386f54ca06468fdb4653e9eb76 | aaa42847f329042861b49e679f7e4cd19c671c83 | refs/heads/master | 2021-08-15T22:42:28.834682 | 2017-11-18T13:28:14 | 2017-11-18T13:28:14 | 111,195,719 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,720 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
//Disconnect
ui->pushButton_2->setDisabled(true);
//Wait
ui->progressBar->setValue(0);
ui->lineEdit->setText("Disconnect");
/... | [
"mohamadvatandoost512@gmail.com"
] | mohamadvatandoost512@gmail.com |
00029f56f8783a665a44a8355e74aa83a6126cb4 | 5e3e8f0dddbd816afce2cf3afcb453e0bc6d522b | /devel/include/segmentation/pathPlannerRequest.h | 1c03504218e831b01e78f935676f74f89c97107c | [] | no_license | WELLBEINGLWB/Final-Year-Project---Full | 5d38edf40a50c31cc5773aa0735e57b151512067 | 0be4cef256ebd9b2e4c21920b55ba7256e45a31d | refs/heads/master | 2020-06-18T01:13:00.690312 | 2019-07-02T10:24:04 | 2019-07-02T10:24:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,067 | h | // Generated by gencpp from file segmentation/pathPlannerRequest.msg
// DO NOT EDIT!
#ifndef SEGMENTATION_MESSAGE_PATHPLANNERREQUEST_H
#define SEGMENTATION_MESSAGE_PATHPLANNERREQUEST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_mes... | [
"nuno.caldeira-pereira15@imperial.ac.uk"
] | nuno.caldeira-pereira15@imperial.ac.uk |
072294377ffab6b8fb025024ed6dfc8ba781d70c | 046b675cb8529d1585a688f21563eb0209c94f19 | /src/Control2012/libreoffice/com/sun/star/linguistic2/XDictionary.hpp | aa02e461a9eb74afac9e661d6ce115fc20ed5206 | [] | no_license | yoshi5534/schorsch-the-robot | a2a4bd35668600451e53bd8d7f879df90dcb9994 | 77eb8dcabaad5da3908d6b4b78a05985323f9ba4 | refs/heads/master | 2021-03-12T19:41:35.524173 | 2013-04-17T20:00:29 | 2013-04-17T20:00:29 | 32,867,962 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,007 | hpp | #ifndef INCLUDED_COM_SUN_STAR_LINGUISTIC2_XDICTIONARY_HPP
#define INCLUDED_COM_SUN_STAR_LINGUISTIC2_XDICTIONARY_HPP
#include "sal/config.h"
#include "com/sun/star/linguistic2/XDictionary.hdl"
#include "com/sun/star/lang/Locale.hpp"
#include "com/sun/star/linguistic2/XDictionaryEventListener.hpp"
#include "com/sun/st... | [
"schorsch@localhost"
] | schorsch@localhost |
3b3093eae2932cee6cbc724e46b37fba773afea2 | ed5669151a0ebe6bcc8c4b08fc6cde6481803d15 | /test/magma-1.7.0_timing/sparse-iter/src/spbicgstab.cpp | 05297bdba7e98c828db189d072613a7a722f887f | [] | no_license | JieyangChen7/DVFS-MAGMA | 1c36344bff29eeb0ce32736cadc921ff030225d4 | e7b83fe3a51ddf2cad0bed1d88a63f683b006f54 | refs/heads/master | 2021-09-26T09:11:28.772048 | 2018-05-27T01:45:43 | 2018-05-27T01:45:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,665 | cpp | /*
-- MAGMA (version 1.7.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date September 2015
@generated from zpbicgstab.cpp normal z -> s, Fri Sep 11 18:29:44 2015
@author Hartwig Anzt
*/
#include "common_magmasparse.h"
#defi... | [
"cjy7117@gmail.com"
] | cjy7117@gmail.com |
39c89143f794d3ffe8100ebab8528eb57b6b2e38 | f3f32cc6adb662d0ba30c9f5fc005d5c35afd181 | /Frequency sort.cpp | 6dc06cd26c0f552ae6db62533158a19ec4b15b58 | [] | no_license | rranjik/ideal-octo-barnacle | 675934f1e86591bb393ebb4ccde0f2cc40f7efd8 | 104f190cf3f4414578cc521886c914f0037e36ab | refs/heads/master | 2023-09-01T11:51:02.653672 | 2023-08-26T02:24:03 | 2023-08-26T02:24:03 | 159,698,415 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | /*
* Complete the 'customSort' function below.
*
* The function accepts INTEGER_ARRAY arr as parameter.
*/
void customSort(vector<int> arr) {
map<int, int> tally;
for(const auto& elem : arr){
if(tally.find(elem)!=tally.end())
tally[elem]++;
else{
tally[elem]=1;
... | [
"rrk350@nyu.edu"
] | rrk350@nyu.edu |
9cea9084611315b8dc4097446b4fac46eb9bc865 | 1dbf007249acad6038d2aaa1751cbde7e7842c53 | /drs/src/v3/model/BatchStopJobsResponse.cpp | 1ffe7a34205697647a4e28cb93240c4c5b5fcb64 | [] | permissive | huaweicloud/huaweicloud-sdk-cpp-v3 | 24fc8d93c922598376bdb7d009e12378dff5dd20 | 71674f4afbb0cd5950f880ec516cfabcde71afe4 | refs/heads/master | 2023-08-04T19:37:47.187698 | 2023-08-03T08:25:43 | 2023-08-03T08:25:43 | 324,328,641 | 11 | 10 | Apache-2.0 | 2021-06-24T07:25:26 | 2020-12-25T09:11:43 | C++ | UTF-8 | C++ | false | false | 2,272 | cpp |
#include "huaweicloud/drs/v3/model/BatchStopJobsResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Drs {
namespace V3 {
namespace Model {
BatchStopJobsResponse::BatchStopJobsResponse()
{
resultsIsSet_ = false;
count_ = 0;
countIsSet_ = false;
}
BatchStopJobsResponse::~BatchStopJobsRespons... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
8cdc3b41fad2ac979162ca888c45430c1958aa08 | 3c3046f4c1252987585c196666859defe1e83205 | /HeapList.hpp | 3ac71d376a0073743e04d43f32ccbc2d014de7c2 | [] | no_license | Mrkol/hw_heaps | 99d406e98109af7d2ce6f6c00389b2bed62cd735 | 8f66c06d1218e9d74c122efeb10b985ac989d250 | refs/heads/master | 2021-08-30T07:13:44.730644 | 2017-12-16T17:01:55 | 2017-12-16T17:01:55 | 112,176,736 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 900 | hpp | #ifndef HEAP_LIST_HPP
#define HEAP_LIST_HPP
#include <cstddef>
#include <vector>
template<class THeap>
class HeapList;
template<class THeap>
std::ostream& operator<<(std::ostream&, const HeapList<THeap>&);
template<class THeap>
class HeapList
{
public:
using IndexType = std::size_t;
using KeyTy... | [
"roma.sandu@gmail.com"
] | roma.sandu@gmail.com |
0da29b53c2e8042691ce7f00da9d95c5f1af4638 | 192345a0c91a72fd0223b52dcb93f88f9573cfa0 | /DiceRoller_Project_1/DiceRoller_Project_1.ino | 1fe3ac18c2250477f7a545309c6f44a6722c52a3 | [] | no_license | Caopenny/vg100-Dice-Roller-Project1 | 1978298f95c9a1391942f6bcce706065f8401fa3 | dfd4a1039a6d5a19f5b71ac51e1768c83bf44432 | refs/heads/master | 2021-01-11T14:10:58.727893 | 2017-06-21T11:56:54 | 2017-06-21T11:56:54 | 94,996,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | ino | #define ENA 7
#define IN1 6
#define IN2 5
#define IN3 4
#define IN4 3
#define ENB 2
#define GS A1
#define T 50
#define TimeUp 6000
#define TimeDown 20000
void setup()
{
pinMode(ENA,OUTPUT);
pinMode(ENB,OUTPUT);
pinMode(IN1,OUTPUT);
pinMode(IN2,OUTPUT);
pinMode(IN3,OUTPUT);
pinMode(IN4,OUTPUT);
pi... | [
"py2016@sjtu.edu.cn"
] | py2016@sjtu.edu.cn |
45bade28fb9a919a0c8c6e37f5077338b792fea7 | 09840032043b360fae5175cbf2857bb09c74f4b9 | /src/bam_data_xraylib.cpp | 561604f02b21a4b2bccb3f8cb1104bd7a7584bcd | [] | no_license | tschoonj/bam-quant | 025c34e7a80afd0baf72e4cd910889dce8327253 | 84b332355c26b7d97f3feddd222ed0898af5ae2a | refs/heads/master | 2021-01-22T08:19:33.135033 | 2015-10-05T15:16:57 | 2015-10-05T15:16:57 | 25,427,896 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | cpp | #include <bam_data_xraylib.h>
namespace BAM {
namespace Data {
namespace Xraylib {
std::ostream& operator<< (std::ostream &out, const CompoundNIST &c) {
const BAM::Data::Base::Composition &c_base = c;
out << c_base;
out << "Density: " << c.density << std::endl;
return out;
}
}
}
}
usin... | [
"Tom.Schoonjans@bam.de"
] | Tom.Schoonjans@bam.de |
bbe68b7a834ee42ffb5d6dcfb493b7a6824051ca | f125d550d0457a35220ed35a375c8820efd373e6 | /Userland/Libraries/LibWeb/HTML/HTMLSelectElement.cpp | 5309fe81b75c6349daaabcbbca4faba5217ccdf8 | [
"BSD-2-Clause"
] | permissive | seven1m/serenity | 3c4a744fe1cc65e54c9aa62c9f97fb5df04b43bf | 447b8e808219d7f326fa6a4fd922adf7a3f86759 | refs/heads/master | 2021-06-24T19:44:42.274014 | 2021-02-07T17:25:30 | 2021-02-07T17:36:31 | 207,917,650 | 1 | 0 | BSD-2-Clause | 2019-09-11T22:28:44 | 2019-09-11T22:28:44 | null | UTF-8 | C++ | false | false | 1,648 | cpp | /*
* Copyright (c) 2020, The SerenityOS developers.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* ... | [
"kling@serenityos.org"
] | kling@serenityos.org |
80a1d8bb3a0356167fb87ae9a6dd16e1fb4b04c2 | c0ecd98de7d83db39b17281f78cba10d744aa766 | /9_3_Custom_RPC/main.cpp | 098043e354818929606147ea13460c4719590ef2 | [] | no_license | hun0905/mbed09 | 63dcea5ceabc7755f984bf36a2f1f4f908511438 | 78a377b41db00a95a2d9518bb7b95301e66ff3f0 | refs/heads/master | 2023-05-31T10:53:52.751577 | 2021-04-21T08:47:32 | 2021-04-21T08:47:32 | 359,689,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,910 | cpp | #include "mbed.h"
#include "mbed_rpc.h"
/**
* This example program has been updated to use the RPC implementation in the new mbed libraries.
* This example demonstrates using RPC over serial
**/
RpcDigitalOut myled1(LED1, "myled1");
RpcDigitalOut myled2(LED2, "myled2");
RpcDigitalOut myled3(LED3, "myled3");... | [
"a0905121101@gmail.com"
] | a0905121101@gmail.com |
a8860c835d6a9c7ee4a756ead899c40b8103a033 | bbaf0ed52cecad0e5e3991e8168b6ddb99d8bf1e | /src/Community.cpp | 69ea822e8147ef2a53b8aac8c3f6c5d83f4d8f6f | [] | no_license | paolapesantez/biLouvainTCBB | d590bc0203b8ab98f3a45173466c5962e6af226a | 799184843618ca8ccf28b415722928bed1262663 | refs/heads/master | 2022-04-18T22:18:59.398573 | 2020-03-03T21:52:09 | 2020-03-03T21:52:09 | 73,541,232 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,460 | cpp | // **************************************************************************************************
// biLouvain: A C++ library for bipartite graph community detection
// Paola Gabriela Pesantez-Cabrera, Ananth Kalyanaraman
// (p.pesantezcabrera@wsu.edu, ananth@eecs.wsu.edu)
// Washington State University
//
// ... | [
"noreply@github.com"
] | noreply@github.com |
4054548f30a1f00dc4bf78fec0a3d3e47c634f5e | b6ad249ce332b5797ef9b8541fe3fe4da06ae27c | /Reference Implementations/CHT.cpp | f3447a16554b619c0786b1c6f14b594acad0417b | [] | no_license | SyedT1/competitive-programming-notes | 45dfc956d4ca21660e082e75221f558a23fe2cd2 | 77d3b912c4cac3b41341c27b71def7472750a3db | refs/heads/master | 2021-07-19T22:34:25.122866 | 2017-10-26T23:56:08 | 2017-10-26T23:56:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,870 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
using namespace std;
typedef long long ll;
// line = pair<slope, y-intercept>
// line is max when intersect(prev, cur) <= x <= intersect(cur, next)
vector<pair<ll, ll> > lines;
// x-coordinate of intersection of line1 and line2
double intersect(pair<ll, ll> ... | [
"masonsbro456@gmail.com"
] | masonsbro456@gmail.com |
993654a4024d4ad10ef6a982de4981483cadefd9 | be8c959e7feb9e4ff3d920992cd310224393c366 | /263. Ugly Number.cpp | 305ec90c276aa58ae8a7636d6262fa666214089b | [] | no_license | umangdhiman/LeetCode | 1c3548b3acfbc795ecda4fc2dd99206c93224b8f | 16cbae05332b852457decc60c28d3e42732372ff | refs/heads/master | 2021-01-19T01:17:08.908332 | 2019-04-10T09:02:21 | 2019-04-10T09:02:21 | 62,843,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | class Solution {
public:
bool isUgly(int num) {
int i,flag=0;
if(num<=0) return 0;
if(num<7){
return 1;
}
if ((num%2) && (num%3) && (num%5)) return 0;
while (num%2 == 0) num/=2;
while (num%3 == 0) num/=3;
while (num%5 == 0) num/=5;
... | [
"umang@MacBook-Air.local"
] | umang@MacBook-Air.local |
8ff19826574e6ba1164ede73835a79e50393ddda | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /blimp/engine/app/blimp_content_browser_client.cc | bb47498dfca952f6c2688e47cb499a2512582afe | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 2,507 | cc | // Copyright (c) 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 "base/json/json_reader.h"
#include "blimp/engine/app/blimp_browser_main_parts.h"
#include "blimp/engine/app/blimp_content_browser_client.h"
#... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
3eadd20cda075e135785e37f54f0c20f029c5bfa | 238c6f7c676d8bbca8cc9e5a01b3bc2aed0e82c8 | /homework 58a.cpp | e509c0e152863ed7d4d6a49454a4c975f51e9677 | [] | no_license | chrisuye/Spring_2018_C | 960cfca4c38ffa420c6f59605416f4d837fabdd9 | 44c47dea7c238714547112ff5bdb1948ea5709d5 | refs/heads/master | 2020-12-20T12:58:13.951450 | 2020-01-24T21:00:10 | 2020-01-24T21:00:10 | 236,082,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 145 | cpp | #include<iostream>
using namespace std;
int main()
{
int x;
x=5;
while (x>0)
{
cout<<"Christian Seyoum"<<endl;
x=x-1;
}
}
| [
"chris@Christians-Air.fios-router.home"
] | chris@Christians-Air.fios-router.home |
23c4ed09848183a587b6e6b15994ff100c906714 | 26bac233fbb19d9cd0e691867e09e7d05ff395ca | /GMSHreader/vtkGmshReader.cxx | 5cb86fc92ca1c83a836301dab8b22d18dad10407 | [] | no_license | jrper/ParaviewPlugins | aa39c62534774b47921633876eb5b0a0485e082a | 202492c46dc1bca9b93ba14a78466e301aefd754 | refs/heads/master | 2021-06-01T11:54:59.318041 | 2018-04-18T10:56:03 | 2018-04-18T10:56:03 | 35,912,774 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 8,116 | cxx | #include "vtkGmshReader.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkCell.h"
#include "vtkCellType.h"
#include "vtkCellData.h"
#include "vtkIdTypeArray.h"
#include "vtkCellArray.h"
#include <vtkIntArray.h>
#include "vtkPoints.h"
#include "vtkUnstructuredGrid.h"
#include "vtkSmartPointe... | [
"j.percival@imperial.ac.uk"
] | j.percival@imperial.ac.uk |
f6cfd39dd14c3b503e4cc47a199eeb0bffb376fa | d2f9f815beb6802c1e2f24631604ff416d8f1cfd | /meshes/basics/triangle.h | 6a62788feb01b65006b1c918ca9f192c9bc0d8be | [] | no_license | ArturoLara/Demo-OpenGL | fec3590926d2f37f1ed1be2667de264d32d2c983 | f723e76479b254f49f4020768fedca1ffca7df17 | refs/heads/master | 2020-03-29T22:18:29.473810 | 2018-10-15T06:26:50 | 2018-10-15T06:26:50 | 150,413,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,768 | h | /**
* Clase que crea un objeto geométrico básico, un triangulo
*
*/
#ifndef MESHES_TRIANGLE_H_
#define MESHES_TRIANGLE_H_
#include "mesh.h"
#include <glad/glad.h>
#include "../../graphics/shader.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/vec2.hpp>
#include <glm/vec4.hpp>
class triangle : public Mesh{
p... | [
"arturo.lara@live.u-tad.com"
] | arturo.lara@live.u-tad.com |
b4797099106bebae11667ba560d40c57eeedfc3b | f2609d00ba6e66f4bbd909c796d68361867a497e | /GameObjectFactory.cpp | 5ffc0f56a2e51ee22e5878a7369ee240683dc06c | [] | no_license | filosmusic/BaseCode | e655c68520c8b66b436822ab79aefecfe88d5681 | bbaa22823a1eaae5cfcce80a8afb7067986209f5 | refs/heads/master | 2021-01-14T08:50:09.930051 | 2015-11-28T20:54:10 | 2015-11-28T20:54:10 | 43,768,213 | 0 | 0 | null | 2015-10-06T17:56:43 | 2015-10-06T17:56:42 | null | UTF-8 | C++ | false | false | 375 | cpp | #include "GameObjectFactory.h"
GameObjectFactory * GameObjectFactory::instance = 0;
void GameObjectFactory::Register(const std::string & gameObjectName, CreateGameObjectFn create) {
factoryMap[gameObjectName] = create;
}
GameObject * GameObjectFactory::CreateGameObject(const std::string & gameObjectName) {
GameObj... | [
"filosmusic@hotmail.com"
] | filosmusic@hotmail.com |
0004b7844fde382f05d284470d9ca010048bc155 | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerFrame.h | 5681b48d65649d4c2b7f8661abe0db168f4b3914 | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C++ | false | false | 1,794 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
class SBarVisualizer;
class SEventsTree;
class SRealtimeProfilerVisualizer;
struct FVisualizerEvent;
struct FRealtimeProfilerFPSChartFrame;
//
//class SRealtimeProfilerFrame : public SCompoundWidget
//{
//public:
//
// SLATE_BEGIN_ARGS(SRealti... | [
"dkroell@acm.org"
] | dkroell@acm.org |
8ee61083c307d3de0d8d55b4f2129817a2055c6e | af8f0279f0a89b91bbe17fe6f13c4f5c72a45a13 | /URAL/ural1617.cpp | 79d1fcea34bb26d2b013fd74dcfae7bc698069ed | [] | no_license | duguyue100/acm-training | 3669a5e80093c9fa4040dfa9ba433330acf9fe8d | c0911c6a12d578c0da7458a68db586926bc594c0 | refs/heads/master | 2022-09-18T17:40:24.837083 | 2022-08-20T13:20:08 | 2022-08-20T13:20:08 | 11,473,607 | 62 | 43 | null | 2020-09-30T19:28:19 | 2013-07-17T10:41:42 | C++ | UTF-8 | C++ | false | false | 312 | cpp | #include<iostream>
using namespace std;
int main(void)
{
int a[701]={0};
int n=0;
cin >> n;
int max=-1, min=1000;
for (int i=1;i<=n;i++)
{
int t=0;
cin >> t;
a[t]++;
if (max<t) max=t;
if (min>t) min=t;
}
int sum=0;
for (int i=min;i<=max;i++)
sum+=(a[i]/4);
cout << sum;
return 0;
} | [
"duguyue100@gmail.com"
] | duguyue100@gmail.com |
0614219b113dc585c4f8a1012387019f7c6d6c26 | 04cccd4a00bcc35f7bf183e294f9bf8635c6e0fa | /Protocols/MaliciousShamirShare.h | 56086fc78a416f142aefa1c774eac3058d18f09f | [
"MIT",
"BSD-2-Clause"
] | permissive | codeprentice-org/MP-SPDZ | 9f057ca30ec80ce33f743edb1fa49107bbf64c1f | 638cd5cef66729ea27777c57b92a5cb26dea9e75 | refs/heads/master | 2023-04-05T16:03:18.064570 | 2021-01-27T01:28:32 | 2021-01-27T01:28:32 | 287,984,499 | 0 | 4 | NOASSERTION | 2021-01-08T00:57:34 | 2020-08-16T16:44:53 | C++ | UTF-8 | C++ | false | false | 1,443 | h | /*
* MaliciousShamirShare.h
*
*/
#ifndef PROTOCOLS_MALICIOUSSHAMIRSHARE_H_
#define PROTOCOLS_MALICIOUSSHAMIRSHARE_H_
#include "ShamirShare.h"
#include "Protocols/Beaver.h"
#include "Protocols/MaliciousShamirMC.h"
template<class T> class MaliciousRepPrepWithBits;
template<class T> class MaliciousRepPrep;
template<... | [
"mks.keller@gmail.com"
] | mks.keller@gmail.com |
4ac1f94cd1c2cb924de99e23324bf63aee131fe2 | 1577e1cf4e89584a125cffb855ca50a9654c6d55 | /WebKit/Source/WTF/icu/unicode/msgfmt.h | cc62771ccac676f6afff2b59ec4d4da01526013e | [
"LicenseRef-scancode-unicode",
"Apache-2.0",
"LLVM-exception",
"NCSA",
"MIT"
] | permissive | apple-open-source/macos | a4188b5c2ef113d90281d03cd1b14e5ee52ebffb | 2d2b15f13487673de33297e49f00ef94af743a9a | refs/heads/master | 2023-08-01T11:03:26.870408 | 2023-03-27T00:00:00 | 2023-03-27T00:00:00 | 180,595,052 | 124 | 24 | null | 2022-12-27T14:54:09 | 2019-04-10T14:06:23 | null | UTF-8 | C++ | false | false | 46,287 | h | // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
* Copyright (C) 2007-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************************
*
* File MS... | [
"opensource@apple.com"
] | opensource@apple.com |
434e301b83d0754748bc45e91c67090c40da4e86 | bbc746f2090f746ad5d1da137a1b26d6ed9f8258 | /slycore/include/sly/gfx/light.h | a9a1fbfbf8a7f1ea2ef2498fe5e224440f621c95 | [
"MIT"
] | permissive | Gibbeon/sly | 4393b1ad2fd89bd0d44df15e6295a7f5e118b606 | 9216cf04a78f1d41af01186489ba6680b9641229 | refs/heads/master | 2021-08-17T10:54:06.199042 | 2020-04-18T16:08:10 | 2020-04-18T16:08:10 | 163,452,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | h | #pragma once
#include "sly/global.h"
#include "sly/gfx.h"
namespace sly {
namespace gfx {
class Light {
protected:
};
}
}
| [
"me@rfwoods.net"
] | me@rfwoods.net |
92ba72e8e99dbf4a1e2dc2443957f958c7f01d54 | 68da173a9e87ec143ed4c1f2ed57262bfd4feecd | /2019/s2/oop/practical-exam-02/function-3-1.cpp | cdf5170cb4771387898b18fa20128d5bcecda398 | [] | no_license | Commando41/a1766661 | 616105e06bb8f8a23b5f64d1e08ddb3b5e8cab6a | 1765da7ec9309ba10bd7488c21bee6a216db749b | refs/heads/master | 2022-12-24T18:43:42.919448 | 2021-08-31T08:11:55 | 2021-08-31T08:11:55 | 250,459,519 | 0 | 1 | null | 2022-12-11T19:41:42 | 2020-03-27T06:38:03 | Shell | UTF-8 | C++ | false | false | 506 | cpp | #include <iostream>
using namespace std;
int *readNumbers( int n){
int *array = new int[n];
for(int i = 0; i < n; i++){
cin >> *(array+i);
}
return array;
}
void printNumbers(int *numbers, int length){
for(int i = 0; i < length; i++){
cout << i << " " << *(numbers+i) << endl;
}
return ;
}
bool equalsAr... | [
"a1766661@535180cf-fdf8-4563-973f-9dc578d4b257"
] | a1766661@535180cf-fdf8-4563-973f-9dc578d4b257 |
ebb90bc90811f91c7a6c3e3355f05ad672dc3298 | c95171193ce2b0b6a540f02e701d4c5e12af0d19 | /util.h | 8e4799ee897c555d8977a30594b8e9e3044eadfe | [] | no_license | Marcos001/URI | 0eb88a30fb3cb7bc102e1c6dd7855f7b9cabb643 | deb4846b5f208ad0ad8571cbd774eacb67ba53f2 | refs/heads/master | 2020-03-18T20:10:42.455683 | 2018-05-28T22:39:12 | 2018-05-28T22:39:12 | 135,200,482 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 413 | h | //
// Created by nig on 28/05/18.
//
#ifndef URI_UTIL_H
#define URI_UTIL_H
#include <iostream>
using namespace std;
class util {
int numero; // São atributos
string nome; // privados por
float saldo; // default
public:
void inicializa(string n, float s);
void deposita(float valor);
... | [
"ferreiraviniciussdi@gmail.com"
] | ferreiraviniciussdi@gmail.com |
aeefc0279a8656fff56f70c7a3b45633cd43eee4 | f116389226933f4d296efa83bf8f4c0eb244804b | /headerRiftek/RF625Device_Legacy.h | 64128d246888e46c70b91d3caf1671c1606ded3d | [] | no_license | tozik/weldEye | 97ff79756aab557e5b1965a56138459413a7f998 | 46fd90d3ea1af91fcdeb325671698736c33a0ff6 | refs/heads/master | 2021-01-13T03:33:34.646305 | 2017-10-17T12:15:50 | 2017-10-17T12:15:50 | 77,032,276 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 55,633 | h | /********************************************************************
modified: 2014/03/27
created: 2013/03/25
filename: RF625Device.h
maintainer: Pavel Filipchik [RIFTEK, LLC]
purpose: Interface to the RF625 Series LASER SCANNER
*********************************************************************/
/*
RF625... | [
"tozika@inbox.ru"
] | tozika@inbox.ru |
92f71eecd01d28bf74400057edb7f720f32820ed | 17d231f6617c4e7635fc2f6d83a3d6c264cf9f6b | /4C++_Break_and_Continue/C++_Continue.cpp | 762ed66aa1300a4569aa6447ba366e7c27df88c6 | [] | no_license | ShijiZ/Cpp_Learning | f4cc493b75cd94a76162f0f18cef2458cd0d621f | 3d549f68076c7f04bcea1b7a4af3e3284c92463d | refs/heads/master | 2020-12-09T01:54:50.258321 | 2020-01-16T19:46:14 | 2020-01-16T19:46:14 | 233,157,695 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 330 | cpp | //
// C++_Continue.cpp
// Cpp_Leaning
//
// Created by shiji zhao on 1/10/20.
// Copyright © 2020 shiji zhao. All rights reserved.
//
#include <iostream>
using namespace std;
int main(){
for (int i = 0; i <= 10; i++){
if (i == 6 || i == 9)
continue;
cout << i << endl;
}
ret... | [
"zhaoshiji2016@gmail.com"
] | zhaoshiji2016@gmail.com |
77ffe7609ac4d496b2cb3495de55509786eb0a5a | ef8a29d8f80244192a4c97b5628ca07f3bdf11df | /SQF/dayz_code/Configs/CfgVehicles/Buildables/ModularPreviews.hpp | 4289ae3ec778ad53ede836c4d1f80adc85020e52 | [] | no_license | CorpsesRobbers/DayZ-Epoch | 5ed227e8b95af1c2ddd0cc9c6af55923498b21f5 | 2a5489963bf9d131998870df744bc39a3cd16b23 | refs/heads/master | 2023-02-16T11:39:21.525449 | 2021-01-14T16:53:48 | 2021-01-14T16:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,415 | hpp | // Ghost previews
class DZE_Ghost_Previews: NonStrategic {
scope = 0;
destrType = "DestructNo";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 1000;
vehicleClass = "DayZ Epoch Build Previews";
offset[] = {0,1.5,0};
};
class CinderWallSmallDoorway_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
mo... | [
"AirwavesMan@users.noreply.github.com"
] | AirwavesMan@users.noreply.github.com |
5a5579a7dc358c815cf69c68b698d704d3e43fd3 | 94a1ae89fa4fac16b3d2a6c56ca678d6c8af668a | /include/ircd/spirit.h | 8e22307049fe04c8d9f628023d88b3c0f3a9413b | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | matrix-construct/construct | 99d677d0c2254cac2176d80690bbfd02b18a8658 | 0624b69246878da592d3f5c2c3737ad0b5ff6277 | refs/heads/master | 2023-05-28T12:16:23.661446 | 2023-04-28T05:33:46 | 2023-05-01T19:45:37 | 147,328,703 | 356 | 41 | NOASSERTION | 2022-07-22T03:45:21 | 2018-09-04T10:26:23 | C++ | UTF-8 | C++ | false | false | 1,379 | h | // The Construct
//
// Copyright (C) The Construct Developers, Authors & Contributors
// Copyright (C) 2016-2020 Jason Volk <jason@zemos.net>
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and t... | [
"jason@zemos.net"
] | jason@zemos.net |
c898cf25647daea64c22efb9d5a8559a069d06bb | e51562372a36b4729033bf19a4daf7ca7e462e30 | /uva-207-4 WrongAnswer.cpp | edef369a07a7961b9d29ad2430b599d5a0da3204 | [] | no_license | sl1296/acm-code | 72cd755e5c63dfdf9d0202cb14a183ccff3d9576 | 50f6b9ea865e33d9af5882acd0f2a05c9252c1f8 | refs/heads/master | 2020-08-22T11:56:17.002467 | 2019-11-09T11:08:25 | 2019-11-09T11:08:25 | 216,388,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,049 | cpp |
#include<cstdio>
#include<algorithm>
#include<cstring>
using namespace std;
double money;
double per[100];
char in[1010];
struct peo{
char name[21];
int s[4];
int tot,tot1;
int cnt;
int rnk;
bool ist,ismoney;
double money;
};
peo a[200];
bool cmp(peo a,peo b){
if(a.cnt>=2&&b.cnt<2)retur... | [
"guocl0729@163.com"
] | guocl0729@163.com |
3b810ef9a420ed04e585a273a3e7ddbe8aee8aed | caf184c0f6144fe245c81cf42ecf12c80ddfa45c | /0013.Быки и Коровы/main.cpp | 6630cafc92d6dcfacc658a0811a508093800769c | [] | no_license | frogsrop/acmpSolutions | ef3501ac7f09d02844753c5f8c1d0330b2810660 | 79a5a2cb9b1d5842c5a4c0338b45bd3bbcaa0cf3 | refs/heads/master | 2020-04-08T05:00:31.344486 | 2018-11-25T21:53:29 | 2018-11-25T21:53:29 | 159,041,959 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | cpp | #include<iostream>
#include<cstdio>
#include<cmath>
#include<algorithm>
#include<vector>
#include<cstring>
#include<fstream>
#define fors(i,n,m) for(int i=n;i<m;i++)
#define pb push_back
#define db double
#define f first
#define s second
using namespace std;
int main()
{
freopen("input.txt","r",stdin);
freopen(... | [
"ugai1yanis1@gmail.com"
] | ugai1yanis1@gmail.com |
1f793a2d94d5c8b9c2fef088881db2c468436e4f | 98b1e51f55fe389379b0db00365402359309186a | /homework_3/case_2/51/uniform/time | 51dbfa7f1373d4bf55c305e8305435cf3b309124 | [] | no_license | taddyb/597-009 | f14c0e75a03ae2fd741905c4c0bc92440d10adda | 5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927 | refs/heads/main | 2023-01-23T08:14:47.028429 | 2020-12-03T13:24:27 | 2020-12-03T13:24:27 | 311,713,551 | 1 | 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: 8
\\/ M anipulation |
\*-------... | [
"tbindas@pop-os.localdomain"
] | tbindas@pop-os.localdomain | |
3c772365e14dd2711aa56252dc89ca9acacbfc58 | 02fe9c1f598fc337a2f35a9d3c141b12af9e144e | /pr.cpp | 0e03c998211fd63b5a27c40e8d2d99cce90b7957 | [] | no_license | leei4/makeup_exam | b242c2f4fbe10c08e99584f2356073281b39a288 | 96cdaee5f6f40126a1a64534c4c02b3b4afe726d | refs/heads/master | 2020-04-03T08:10:29.522304 | 2018-10-28T23:37:41 | 2018-10-28T23:37:41 | 155,124,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,673 | cpp | //Pollard Rho implementation
//Ian Lee
#include<bits/stdc++.h>
using namespace std;
//Calculate power
long long int modular_pow(long long int base, int exponent,
long long int modulus)
{
long long int result = 1;
while(exponent > 0){
//if y is odd, multiply base with result
if (expon... | [
"noreply@github.com"
] | noreply@github.com |
829603a0952c785d909f1f9810e4608de22a53aa | f5e96ee8904953e137fd01b17a4808ecd891facf | /BesideYou_Test/BesideYou_AnimationTest/Mesh.h | 6ba924fee0bd5d348f6bfdacf76a1818ce39f1f6 | [] | no_license | Shiluette/BesideYou_Test | b18dbd344474022018ccb21b5a504cc3a91707ef | 9f294996a0013dbc2e9ab937a89426000701c38c | refs/heads/master | 2021-01-11T14:38:48.365787 | 2017-03-17T07:06:23 | 2017-03-17T07:06:23 | 80,184,744 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 12,690 | h | #pragma once
/*정점의 색상을 무작위로(Random) 설정하기 위해 사용한다.
각 정점의 색상은 난수(Random Number)를 생성하여 지정한다.*/
#define RANDOM_COLOR D3DXCOLOR((rand() * 0xFFFFFF) / RAND_MAX)
//MESHINTERSECTINFO 구조체를 다음과 같이 선언한다.
struct MESHINTERSECTINFO {
DWORD m_dwFaceIndex;
float m_fU;
float m_fV;
float m_fDistance;
};
class AABB
{
public:
//바... | [
"dydrnjs518@naver.com"
] | dydrnjs518@naver.com |
900068f11cf27d9206540c0ebfe08b251a232e48 | ea68bd9789e67bbecead3dfb17c8f70dfda17c1d | /yk/125_problems/08_poj2718_smallest_difference/2718_01_tle.cc | a423cad71c17ab45921231b0569534695a720336 | [] | no_license | ouj-cs/aribon | 7f1bd538936d7d75b689add5232fc98fe9d5b6fd | 45e6f58e261437e7cb0b9b62c6fb4e79f782f5fa | refs/heads/master | 2020-03-18T17:07:42.140759 | 2018-06-23T11:15:02 | 2018-06-23T11:15:02 | 135,008,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,920 | cc | /// @file
/// @version Time Limit Exceeded.
#include<iostream>
#include<vector>
using namespace std;
const int MAX_N=11;
void print(const vector<int>&xs){
for(int i=0;i<xs.size();++i)cout<<xs[i]<<",";
cout<<endl;
}
vector<bool>used(MAX_N);
vector<int>perm;
int n_cases,n_digits,n_series,smallest_difference;
vector<... | [
"example@example.com"
] | example@example.com |
112fbf8767fab0e5cbaa31908f8b198a2a2fcdd5 | 868e8628acaa0bf276134f9cc3ced379679eab10 | /firstCrude2D/we123/h10_refined/0.151/phiAlpha | 6450dfc135eb0d8a7adf50ab0b70842fe10d7000 | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 356,757 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
85852d0aef117bcb2d7c9a5187e5c64780a3eca3 | 78cdfd16bbb7b938bcafaeea0137fb5e28d652af | /raytracer/raytracer/raytracers/ray-tracer-v4.h | 310ba71aa9d6f701612ee64cdbee119232729c90 | [] | no_license | PieterBogemans/3D | d6a29d1340f1bb2b0e8de9a0272175a41d7cf702 | 7e71e971de7017af38fe54a318ff27d0bf1c3fd5 | refs/heads/master | 2021-09-05T10:17:07.414829 | 2018-01-26T10:21:02 | 2018-01-26T10:21:02 | 115,727,870 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 380 | h | #pragma once
#include "raytracers/ray-tracer-v3.h"
#include <memory>
namespace raytracer
{
namespace raytracers
{
namespace _private_
{
class RayTracerV4 : public RayTracerV3
{
protected:
const imaging::Color process_light_ray(const Scene&, const MaterialProperties&, const Hit&, const math::Ray&... | [
"pieterbogemans@hotmail.com"
] | pieterbogemans@hotmail.com |
48a25270f9ccf088ed081687822f0076011c4735 | eac4cf16a8b26a07e4cd8575cd701cf9b5e237b5 | /10_2_MQTT_Python/main.cpp | 870c766933c384b26f86eb7127d6aded1853043e | [] | no_license | pckuo95/mbed10 | 4a77f2cfd54b0163ae850ad0cfdac7677533237e | e33b454db54027bf92f4ce280672b7604b46484e | refs/heads/master | 2023-04-21T22:50:38.122941 | 2021-05-05T09:28:08 | 2021-05-05T09:28:08 | 362,408,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,602 | cpp | #include "mbed.h"
#include "MQTTNetwork.h"
#include "MQTTmbed.h"
#include "MQTTClient.h"
// GLOBAL VARIABLES
WiFiInterface *wifi;
InterruptIn btn2(USER_BUTTON);
//InterruptIn btn3(SW3);
volatile int message_num = 0;
volatile int arrivedcount = 0;
volatile bool closed = false;
const char* topic = "Mbed";
Thread mqtt_... | [
"pckuo95@gmail.com"
] | pckuo95@gmail.com |
c140d50d9ecf8302c87beae36e263d8d60239283 | 01ef845fe1902118761c037ef94c98cb3d5f3b98 | /modules/vision/RobotVision/video_server.cpp | e15ca3dafd292de29dc5d5e6974bd8c3e988858c | [
"MIT"
] | permissive | aanon4/8bitrobots | b24bbd65bf3e8e824ddf32cba2b2aed0d86dfc88 | dacdbdab9527ba7d0a691e9820cfb73e15daff9d | refs/heads/master | 2021-03-22T03:48:33.714861 | 2018-06-06T05:56:31 | 2018-06-06T05:56:31 | 114,404,118 | 2 | 0 | null | 2018-02-07T00:31:39 | 2017-12-15T19:21:47 | JavaScript | UTF-8 | C++ | false | false | 2,966 | cpp | #include <boost/format.hpp>
#include "video_server.hpp"
using namespace std;
using namespace cv;
using HttpServer = SimpleWeb::Server<SimpleWeb::HTTP>;
const float FRAME_RATE = 30;
const chrono::milliseconds frame_time((int)(1000.0 / FRAME_RATE));
void VideoServer::run()
{
server.config.port = 8081;
server.res... | [
"tim.j.wilkinson@gmail.com"
] | tim.j.wilkinson@gmail.com |
158d1ad8bd37b8f68778444d6680652ffbe4d4f1 | 35a3a794c94fbe9a3d9b0bcb19eaeb60c7ca6a26 | /poj3045.cpp | c979b70c5e045ef31ecd253ca9d7911eabc97f6b | [] | no_license | jshky/CODE | be7eae06f8478706495ea1886233165995ba6f69 | e78b61572953167091796b51a2c152780cf8c661 | refs/heads/master | 2021-07-06T23:55:00.038980 | 2020-09-20T05:44:42 | 2020-09-20T05:44:42 | 183,609,334 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | cpp | #include<cstdio>
#include<algorithm>
using namespace std;
int w,n,ans=-2e9;
struct acrobat{
int w,s,sum;
}a[50005];
bool cmp(acrobat x,acrobat y){
return x.sum<y.sum;
}
int main(){
scanf("%d",&n);
for (int i=1;i<=n;++i){
scanf("%d%d",&a[i].w,&a[i].s);
a[i].sum=a[i].w+a[i].s;
}
... | [
"explorerhky@outlook.com"
] | explorerhky@outlook.com |
8e72b455c6d227cc65f80d91034d0afad2bf13a1 | d3c602a733626d35155ea69a383e8c562b631b29 | /cs_2b/Assignment-3:-Pointers-and-Dynamic-Memory/game.cpp | 0f76963891b45cdc4e5eb47047fd638173560e9c | [] | no_license | Schneeple/computer-science | 0fd765c75f589183f7127eaea23808bb4c969c92 | 6d0cb176cbc41f1cfbad8dc4f440621949097118 | refs/heads/master | 2022-03-27T14:57:18.219000 | 2020-01-19T19:14:24 | 2020-01-19T19:14:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,737 | cpp | #include <iostream>
#include <string>
/*
Name: Max Chakhmatov
Date: April 29 2019
Instructor: Dave Harden
Name of file: a3_2.cpp
Description: Asks the user how many scores the user wants to input, then sorts the
scores in descending order and displays the scores.
Output: Displays the scores in descending order.
*/... | [
"noreply@github.com"
] | noreply@github.com |
f8cd3902c12e8261d8000a37ef0ca8d0d3096bae | 853e5baa52db7a587842f5d76d0107d1243b97c1 | /MySolutions/242. Valid Anagram/242.cpp | e1e92beefe255a254785e39e9ee104d464bd5c6f | [] | no_license | sanstwy777/Leetcode | 9f53723387bae6ed704589c509fd5c884dbde1af | 71f234f5f5308399b7e11b6fb85ed5b8aa06b3e9 | refs/heads/master | 2023-01-07T19:00:03.548755 | 2020-08-09T17:27:03 | 2020-11-01T04:19:21 | 286,284,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | cpp | //============================================================================
// Name : Leetcode.242. Valid Anagram
// Author : sanstwy27
// Version : Version 1.0.0
// Copyright :
// Description : Any %
// Reference :
//============================================================================
#i... | [
"sanstwy777@outlook.com"
] | sanstwy777@outlook.com |
eb3a4e32299c70e0e2d01b16329719c8c79d5a6f | 7a367fe5022bb0b0f360271131b887ed6b2ad8d3 | /GCC-easy-webdeveloper13/cplusplus/Question2/Question2.cpp | 9f6bb327a6c7f9db8f2f6d38faa8e64cf82df42e | [] | no_license | webdeveloper13/Credit_Suisse_2020CodingChallenge | 31d7063eb48119ea5e4d48a1e1b798ba337af60c | a8bac54deaf3f89aaa10a9f98645c5211b8f1c93 | refs/heads/main | 2023-01-10T18:49:17.243832 | 2020-11-09T15:41:14 | 2020-11-09T15:41:14 | 311,383,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,337 | cpp | #include <bits/stdc++.h>
using namespace std;
int findMaxProfit(int numOfPredictedTimes, vector<int> predictedSharePrices) {
// Participant's code will go here
int profit = 0;
for(int i=1;i<numOfPredictedTimes;i++)
{
int diff = predictedSharePrices[i]-predictedSharePrices[i-1];
if(diff... | [
"noreply@github.com"
] | noreply@github.com |
a4de9c5e9701c5cccc77c5561734ccdc5c1e15fa | e89409ef2d460c1df9cc70834683b6f0a593b667 | /library/sjparser/internals/token_parser.cpp | a26344ddd9dd35a8680824d79477c8eea3bddd5c | [
"MIT"
] | permissive | dhurum/sjparser | 3f700ea2fcab4fa30bfa50c5773bd1ef46ac4c96 | 1881c050e8c6752ecaf2c41d5115ffb489efc711 | refs/heads/master | 2020-04-09T20:41:59.594054 | 2019-05-19T20:51:22 | 2019-05-19T20:51:55 | 68,243,619 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,669 | cpp | /*******************************************************************************
Copyright (c) 2016-2017 Denis Tikhomirov <dvtikhomirov@gmail.com>
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 ... | [
"dvtikhomirov@gmail.com"
] | dvtikhomirov@gmail.com |
aca50a317fcd8fe69338c0c8eb63d16cde3bc0a4 | a7f21b583c6bf183d797be53ac66b42a4967dbfc | /cookbook/simulation/particleSystem.cpp | 104acb810056bb3f925dfd4a31b678f0466a9182 | [] | no_license | rajansaini691/allolib_playground | 4b08aa3d20a6d8febe2e9fc6d2d0b58ddb2ada96 | 169d83a24850c0420684e8f3ec1bbfc165989d45 | refs/heads/master | 2020-12-02T10:49:21.759555 | 2019-12-30T18:13:17 | 2019-12-30T18:13:17 | 230,654,502 | 0 | 0 | null | 2019-12-28T19:21:10 | 2019-12-28T19:21:09 | null | UTF-8 | C++ | false | false | 1,618 | cpp | /*
Allocore Example: Particle System
Description:
This demonstrates how to build a particle system with a simple fountain-like
behavior.
Author(s):
Lance Putnam, 4/25/2011
*/
#include "al/app/al_App.hpp"
#include "al/math/al_Random.hpp"
using namespace al;
struct Particle{
Vec3f pos, vel, acc;
int age = 0;
vo... | [
"andres@office"
] | andres@office |
07c998276e8fa26e15df46d058b144b015cb5ec2 | f394c65d386ec9e3720dd1f559d96c209fe94114 | /graphs/application/bfs_application/a_shortest_path/main.cpp | 5d6b57c0f3efdf716f39e3a4d6cf951dac5ce863 | [] | no_license | ktp-forked-repos/algorithms-8 | 875ef6aeecf6510f3954c8daa55ac4e76aaf7871 | 74007a5ef4f8b0a7a1416dcc65eeeab3504792b4 | refs/heads/master | 2020-05-25T19:20:05.204701 | 2018-04-11T13:32:58 | 2018-04-11T13:32:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,624 | cpp | //
// a_shortest_path.hpp
// graph traversals. bfs application
//
// Created by alifar on 10/14/16.
// Copyright © 2016 alifar. All rights reserved.
//
#include "a_shortest_path.hpp"
#include "shortest_path_value.hpp"
using namespace std;
int main(int argc, const char *argv[]){
bool g_type = false; // true if G... | [
"lifar_tut_net@mail.ru"
] | lifar_tut_net@mail.ru |
83c30208b0b1af4442ff26ddacae36aa58fbe100 | 03b5b626962b6c62fc3215154b44bbc663a44cf6 | /src/sql/sql_HAVING.h | 01a783659ad628af211155f4133d1ced881e7494 | [] | no_license | haochenprophet/iwant | 8b1f9df8ee428148549253ce1c5d821ece0a4b4c | 1c9bd95280216ee8cd7892a10a7355f03d77d340 | refs/heads/master | 2023-06-09T11:10:27.232304 | 2023-05-31T02:41:18 | 2023-05-31T02:41:18 | 67,756,957 | 17 | 5 | null | 2018-08-11T16:37:37 | 2016-09-09T02:08:46 | C++ | UTF-8 | C++ | false | false | 232 | h | #ifndef SQL_HAVING_H
#define SQL_HAVING_H
#include "../object.h"
namespace n_sql_HAVING {
class Csql_HAVING :public Object
{
public:
Csql_HAVING();
int my_init(void *p=nullptr);
};
}
using namespace n_sql_HAVING;
#endif
| [
"hao__chen@sina.com"
] | hao__chen@sina.com |
e8fb868b35f9bbbd3816c9f1197300557f8f5a4d | e9ccd4b5438370a548d6b86699b70815a09c415d | /Kernel/StringFormat.h | faa69fc7658cb2ad270e09622955d5f24bd8b754 | [] | no_license | isliulin/TypingAnalysisQt | eac8140db85f0808e4c45a4675dc1dc5fe22bc9b | 404ac5910da760c75f589149cb52a84359d5b6a7 | refs/heads/master | 2022-02-21T02:32:16.386777 | 2019-08-07T18:19:55 | 2019-08-07T18:19:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,925 | h | #ifndef STRINGFORMAT_H
#define STRINGFORMAT_H
//---------------------------------------------------------------------------
// Include
//---------------------------------------------------------------------------
#include "StringFormatDefault.h"
#include <map> //pch
//-------------------------------------------------... | [
"trushindima@yandex.ru"
] | trushindima@yandex.ru |
46fe450a190ba384ef3c9c276714a455de30f8b4 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/testsuite/20_util/function_objects/range.cmp/greater.cc | cef8000cc2426ec870964bec71e9ea8f35b1b61b | [
"Zlib",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 2,475 | cc | // Copyright (C) 2019-2022 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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, or (at your op... | [
"rink@rink.nu"
] | rink@rink.nu |
1431e1f78eba0953cc33bee531fbb858b77ad6f8 | 35b3562385b9e35f078efe6b96666b5f16f9c66f | /DataSet.h | 162c1a0d3ff6c9bdb245569d222a47ed04ca2c5a | [] | no_license | btwardow/DeEPs | 33ef5793976dffd1ba0b2e5c0bd3e6dedae730ff | f73a7ae0f8930ed49af3f44acc2228969daa1273 | refs/heads/master | 2020-03-31T09:07:49.246278 | 2015-08-13T14:59:31 | 2015-08-13T14:59:31 | 40,664,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,274 | h | /*
* DataSet.h
*
* EDAMI Project:
* DeEPs Algorithm Implementation
*
* Based on:
* =========
* Instance-Based Classification by Emerging Patterns (incollection)
* Li1, Jinyan and Dong, Guozhu and Ramamohanarao, Kotagiri
* Principles of Data Mining and Knowledge Discovery, 2000, Volume 1910 LNCS, Pages 191... | [
"bartlomiej.twardowski@gmail.com"
] | bartlomiej.twardowski@gmail.com |
60e36cb5d67b013874e6315c1edf82d10dea86fa | 352be65c9a30be0196a31c490408f85243052b63 | /Graphics/ComponentFramework/Trackball.cpp | 0f426f65d8394d9650b30405f8f344223030bcf0 | [] | no_license | Mediocrates10/HumberWork | 3a2199c876e337ea19abd8fe54cec99ccfa5a89d | b66ad03ef5f9892d245feb944d418e1c125c37f4 | refs/heads/master | 2021-11-04T11:27:06.932984 | 2019-04-27T23:01:07 | 2019-04-27T23:01:07 | 183,828,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | cpp | #include "Trackball.h"
#include <GL/glew.h> /// I don't like this and its my code see below
#include "VMath.h"
#include "MMath.h"
using namespace GAME;
using namespace MATH;
/// The math for this was taken from www.khronos.org/opengl/wiki/Object_Mouse_Trackball///
Trackball* Trackball::instance(nullptr);
Trackball*... | [
"32582504+Mediocrates10@users.noreply.github.com"
] | 32582504+Mediocrates10@users.noreply.github.com |
7bc91ca048e8afe578ea2cad8a244aa8832afe2d | ccea3fd25c9fb7b3e59043dccd33becd2886c57e | /test-sensors/sensor-piezoeletrico/sensor-piezoeletrico.ino | 9dfd9966dbcad972e793bf55846e0066ff1b7b28 | [] | no_license | roscibely/traffic-lights-simulation | 75bb0e40fdad335f32048daed059749f1dd98d0d | 9ad3e4719dbbeed38f2c606ba6f3e04deb79e017 | refs/heads/master | 2023-06-28T10:30:20.933872 | 2021-07-24T15:06:08 | 2021-07-24T15:06:08 | 262,108,433 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 688 | ino | const int Piezo = 1;
int InputPin = 0; // analog pin 0 is the input pin
const int ledPin = 13;
const int threshold = 30;
int val = 0; // variable to store the value read
int a;
String str = "";
void setup() {
//pinMode(ledPin, OUTPUT);
Serial.begin(9600);
}
void loop() {
int valP = analogRead(P... | [
"rosanacibely@gmail.com"
] | rosanacibely@gmail.com |
0b9fdb56cece822237b3b0073b96b3716c9e56d9 | 508a3499d74582f36b9aa132474ac087e154612e | /Example-011-old/src/main.cpp | cf59a99a2b005f443993703ee10024b994d8f688 | [] | no_license | caomw/OpenGLExamples | b7a1e4992447f4a89bdbe26bb2f9e77d623e72d3 | 8fb480148164acfa1d4c4d7ed8b8fa37bfe4148b | refs/heads/master | 2021-01-19T04:38:59.705368 | 2017-04-05T22:47:59 | 2017-04-05T22:47:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,921 | cpp | /*******************************************************************************************************************************************************
* David Canino (canino.david@gmail.com)
*
* Main website (GitHub): http://github.com/davidcanino/OpenGLExamples
*
* Last update: April 2017
*
* This program is... | [
"canino.david@gmail.com"
] | canino.david@gmail.com |
f1dbff4cc8f010ac66e84f38def3e4f1ae361f9a | 91c9a90edecc817ad78adb0a05d4227613b349b0 | /2098_bitmask_dp.cpp | 89581562d6e4869897cccfcc1b1de9e82c6c3fc8 | [] | no_license | hyunbeeds/BOJ | 932902185fb1cc7039501248ca46dc21066c4988 | 0cf75fa1df6f75cb3b253eedc4579eb1dde9cf41 | refs/heads/master | 2020-07-23T06:21:56.915457 | 2019-09-16T10:14:59 | 2019-09-16T10:14:59 | 207,471,027 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,009 | cpp | #include <cstdio>
#include <algorithm>
#pragma warning(disable:4996)
#define MAX 987654321
using namespace std;
int cost[17][17];
int n;
int dp[17][1 << 16] = { 0, };
int start = 0;
//마지막 방문한게 i일때 status
int tsp(int current, int status) {
if (status == ((1 << n) - 1)) { //모두 방문한 경우
if (cost[current][0] != 0)
r... | [
"46555960+hyunbeeds@users.noreply.github.com"
] | 46555960+hyunbeeds@users.noreply.github.com |
8501277d94d52681477721d49fd5ee78c7dbe895 | 38d8888061302f63f72950d6e550d12936263267 | /Donders/Dick/c++/fart3/trainen/AcousticTone.h | fd6aab210f7955beb2e1f6378ea509dce3b45100 | [] | no_license | Leiqtcv/panda | 922a6946d5a4d078e2547090542e7731ab3cdb9e | 9945e583203392152371e2ba36e9673986a4e12e | refs/heads/master | 2021-01-25T14:34:06.967859 | 2015-06-13T18:11:54 | 2015-06-13T18:11:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,922 | h | #pragma once
#include <ColorBox.h>
// AcousticTone dialog
class CAcousticTone : public CDialog
{
DECLARE_DYNAMIC(CAcousticTone)
public:
CAcousticTone(CWnd* pParent = NULL); // standard constructor
virtual ~CAcousticTone();
// Dialog Data
enum { IDD = IDD_ACOUSTIC_TONE };
protected:
virtua... | [
"m.vanwanrooij@donders.ru.nlgit clone https://gitlab.science.ru.nl/marcw/good-laboratory-practice.gitlsdir"
] | m.vanwanrooij@donders.ru.nlgit clone https://gitlab.science.ru.nl/marcw/good-laboratory-practice.gitlsdir |
d6735eab85ecaa0e1b2f3bda9449e8cbd0020fa6 | c3bc32937a35b72ef472df5fb77d33be27e943cb | /challenges/math1/solution.h | dcab9addf5b79e04791d252fa4aa1cde897bf743 | [] | no_license | pballok/simplechallenges | fbf1020175ae7191831d26ace60302ee5fab03e6 | 346d11b75194c2afeaa3873455c8873722841da6 | refs/heads/master | 2020-03-16T03:23:55.968381 | 2020-03-01T13:22:50 | 2020-03-01T13:22:50 | 132,486,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146 | h | #ifndef SOLUTION_H
#define SOLUTION_H
namespace challenges
{
unsigned long sum_of_integers_divisible_by_3_or_5(unsigned int limit);
}
#endif | [
"pballok@pinkpanther-localdomain.3amlabs.net"
] | pballok@pinkpanther-localdomain.3amlabs.net |
0a68772c3b028cae0d6f3f234970d72700c0e75e | cd11d2e3aa7e050554cd745dcf713abb7a11e929 | /XGames/Prince/Classes/LoveModule/LoveProAdd.h | 62ac86f7a2824829b0a6b0e36b8aa38d2e554374 | [] | no_license | daxingyou/XGame | 3cdc2c9ab06be55ed80aed6c99cb6aa77073b139 | 5fd0140bc398edc374306067bb258b323604b9cb | refs/heads/main | 2023-04-16T21:23:20.368638 | 2021-04-20T16:35:17 | 2021-04-20T16:35:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,928 | h | #ifndef LoveProAdd_h__
#define LoveProAdd_h__
#include "cocos2d.h"
#include "CocosGUI.h"
#include "CocoStudio.h"
#include "Common/Common.h"
#include "ui/UIDef.h"
#include "Temp/CustomTips.h"
#include "Temp/CustomPop.h"
#include "MainModule/MainModel.h"
#include "ui/ModalLayer.h"
#include "LoveHeader.h"
#include "Lov... | [
"635459675@qq.com"
] | 635459675@qq.com |
f3ff05c788246e3049ee6be9b7f4d5752fa8e479 | e5fa725652bc76ad1a13aa9cd13d21c89a8707bf | /lavamanos.ino | f7d376dbdfae1f370a748b92d164935e83b1d746 | [] | no_license | LaureanoRojas/robotica | 46bc5c2a397f4f78e8533c064b65ac7dbeb7d5dc | 974e27bdc4a91566083f08ee68c13e2dca68fe39 | refs/heads/main | 2023-04-21T15:11:52.839637 | 2021-05-07T13:48:16 | 2021-05-07T13:48:16 | 365,234,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,154 | ino | int rojo=12;
int verde=11;
int trigPin=7;
int echoPin=8;
float velocidad=0.0343;
long tiempo,manos;
void setup(){
pinMode(rojo,OUTPUT);
pinMode(verde,OUTPUT);
pinMode(trigPin,OUTPUT);
pinMode(echoPin,INPUT);
digitalWrite (rojo,LOW);
digitalWrite (verde,LOW);
}
void loop(){
digitalWrite(trigPin,LOW... | [
"noreply@github.com"
] | noreply@github.com |
9b126c8cf5f265267b410c1d64d23518b147fb4c | ddb26504f40d1d59dcea62d6531e8698fdd2efc7 | /include/gcore/inline/guniqueptr.inl | 0ad95e27fd1255e9056b8844a949a1b8e32c17ab | [
"Apache-2.0"
] | permissive | birderyu/gsystem | 71d780d8fa77f4f7776c43e15ba08703c671fcbc | c7c9034b7eb660c0dcd17d51002f4d83080b88b4 | refs/heads/master | 2021-09-18T14:35:15.317861 | 2018-07-16T01:12:00 | 2018-07-16T01:12:00 | 64,549,537 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,738 | inl | #ifndef _CORE_UNIQUE_POINTER_INLINE_
#define _CORE_UNIQUE_POINTER_INLINE_
namespace gsystem { // gsystem
template <typename ClassT>
GINLINE GUniquePtr<ClassT>::GUniquePtr(ClassT *ptr)
: m_pPointer(ptr)
{
}
template <typename ClassT>
GINLINE GUniquePtr<ClassT>::GUniquePtr(GUniquePtr<ClassT> &&ptr)
: m_pPointer(ptr... | [
"546412519@qq.com"
] | 546412519@qq.com |
6713e9a667330f631cc07b9556b0fd27c6782c96 | 051d53e30186222eca76d82dec20ba50614aed0a | /samples/shader/gl43_transpose.cpp | 594cbb913b183582809051a7faaebcef7c59ad51 | [] | no_license | jjzhang166/benchUI | 32e84a35e3a4716497252497e1aa593e94192f00 | 338ad3071d3e304121dd8dca1557890689084be7 | refs/heads/master | 2023-04-14T07:46:47.353414 | 2020-07-31T06:13:59 | 2020-07-31T06:13:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,200 | cpp | /* ============================================================
* Copyright (c) 2019 Botson Corp
* Botson Confidential and Proprietary
*
* @file mt_transpose.cpp
* @author Martin.li
* @par History:
* A001: Martin.li, 20XX-XX-XX, Add commit
* @
* @par TestPoints:
*
*/
///=================================... | [
"eric.ma@botson.com"
] | eric.ma@botson.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.