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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b1a880d02f1bfe4e787b685d9bd2a04f8f888026 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake/CMake-joern/Kitware_CMake_repos_function_1748.cpp | 0417621be61209fdead3aa2ce4b1ec471d9f2775 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 359 | cpp | static int inet_ntop4(const unsigned char *src, char *dst, size_t size) {
static const char fmt[] = "%u.%u.%u.%u";
char tmp[UV__INET_ADDRSTRLEN];
int l;
l = snprintf(tmp, sizeof(tmp), fmt, src[0], src[1], src[2], src[3]);
if (l <= 0 || (size_t) l >= size) {
return UV_ENOSPC;
}
strncpy(dst, tmp, size)... | [
"993273596@qq.com"
] | 993273596@qq.com |
304daf50554d33c37d540143132f4338e14abca1 | 58c9ae4d753d6e11dbfd65e7e655dd89de38d694 | /CS32/Project_1/Game.h | 2fc07ff3a3a37dac4bfa9b11faa693597c66b145 | [] | no_license | YuanpingSong/first-year-portfolio | 65c8a6268678d169027a1930379c886c572a94a0 | 4b8f7fe817f0578733822b6277da49607bb9a122 | refs/heads/master | 2020-03-30T08:18:39.849998 | 2018-10-02T03:11:52 | 2018-10-02T03:11:52 | 151,005,093 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 382 | h | //
// Game.h
// Project_1
//
// Created by Yuanping Song on 1/11/18.
// Copyright © 2018 Yuanping Song. All rights reserved.
//
#ifndef Game_h
#define Game_h
class City;
class Game
{
public:
// Constructor/destructor
Game(int rows, int cols, int nFlatulans);
~Game();
// Mutators
void pla... | [
"yuanping.song@outlook.com"
] | yuanping.song@outlook.com |
e78afc7f89da4eee94bee06f64873da22f7c15f4 | 7182b78c0ecf8b99d9e5db315b34b7c7577b779b | /old_complete/dynamol/trunk/Main_Build/dynamol/runmopac.cpp | 5bf34a7a1c7fd42d4f1697010717c2b56a245976 | [] | no_license | gnulnx/dynamol | cbc85abf3d23c9af508576731d06f8ba372449db | 88a1000563f1d49793df8a404eff0fe8768b46b4 | refs/heads/master | 2016-09-06T11:20:54.279297 | 2015-04-09T14:02:42 | 2015-04-09T14:02:42 | 32,398,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,143 | cpp | /***************************************************************************
* Copyright (C) 2004 by jfurr *
* jfurr@jabba.albmolecular.com *
* *
* This pr... | [
"jfurr@Johns-MacBook-Pro.local"
] | jfurr@Johns-MacBook-Pro.local |
b68ed717145cbd40671bf08e72223a636638fa92 | 90ab621451779844d3e40ce45b3386fdeb6b08e2 | /problem-1B-spreadsheets/spreadsheets.cc | ec841b59e1e5bf2a8cb9c0ce22c3d710ef133e77 | [] | no_license | julien-sobczak/codeforces-playground | 963e9f936a35bff769762e3602c8b7a76f6e915c | 0816f5306695f42f6a3e4f9992f2f41760ef9dc4 | refs/heads/master | 2021-04-29T10:49:32.118308 | 2018-02-13T20:12:51 | 2018-02-15T08:12:51 | 77,832,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cc | #include <iostream>
#include <string>
#include <math.h>
#include <ctype.h>
#include <stdio.h>
using namespace std;
void letter(int number) {
if (number) {
letter((number - 1) / 26);
putchar('A' + ((number - 1) % 26));
}
}
int main()
{
int n;
int r, c;
char str[20], *p;
scanf("%d", &n);
for (int ... | [
"julien.sobczak@gmail.com"
] | julien.sobczak@gmail.com |
6f4f290d5703f70f59effd133872f2823b522d55 | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/xtp/Source/ReportControl/TrackControl/XTPTrackPaintManager.h | 5297513173d8a57d2059a96c9171bd848fd72def | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559378 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 6,134 | h | // XTPTrackPaintManager.h: interface for the CXTPTrackPaintManager class.
//
// This file is a part of the XTREME REPORTCONTROL MFC class library.
// (c)1998-2011 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHA... | [
"utsavchokshi@Utsavs-MacBook-Pro.local"
] | utsavchokshi@Utsavs-MacBook-Pro.local |
5a0b764e3aba7754bc3e5cae344123bccf030581 | cd8830f7e7106ca0fdbfd8ea8acb8c85a8c5087d | /2020.11.13-Homework-8/Task8/Connect_List.h | 20cd2a27ba32f01d3d5e94a84c2f765bf4e9a9b3 | [
"Apache-2.0"
] | permissive | Magomedkhan/programming-bach-2020-autumn | a6732d0fc69a24f58dcb1884425014250f50f342 | 178a39da49090a054ede058f9019328805422433 | refs/heads/master | 2023-05-14T00:36:32.195742 | 2021-06-07T10:36:13 | 2021-06-07T10:36:13 | 297,934,409 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,406 | h | #include <iostream>
struct Node
{
public:
int data;
Node* next;
Node(int data, Node* next = nullptr) :data(data), next(next) {}
};
class Connect_List
{
private:
int count;
Node* head;
Node* tail;
public:
Connect_List() : count(0), head(nullptr), tail(nullptr) {}
Connect_List(const Connect_List& list);
~Conne... | [
"st087937@student.spbu.ru"
] | st087937@student.spbu.ru |
d8a5e95e6318aa83cbd9319af1ef14b8200c874d | 8aff3e739ac368e8dd14157fa758b8873ad1d285 | /frontend/src/ui/classes/statistics/ClassStatisticsPage.h | 58ce3a8b713d5c1ba20b98e1dd50592804757027 | [] | no_license | bakobence/Templex | 77622b05b10b15ab4a1211ed1b8ad564bf514de3 | 169a0a1a51712cf52e0077022ff5700895c92ad1 | refs/heads/master | 2021-05-20T10:02:53.729244 | 2021-03-23T10:14:58 | 2021-03-23T10:14:58 | 172,889,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 962 | h | #pragma once
#include "ui/PageBase.h"
#include "ui/common/class_template_selector/ClassTemplateSelector.h"
#include <QtCharts>
#include <string>
#include <vector>
namespace templex {
namespace frontend {
namespace Ui {
class ClassStatisticsPage;
}
class ClassStatisticsPage : public PageBase {
Q_OBJECT
public:
... | [
"bako.bence@gmail.com"
] | bako.bence@gmail.com |
59c023c2e130fd52cab561018c4602875591e223 | 41bd50d1daa458016e216a4b2183f929577349fc | /bla.cpp | c7d1698b2485e51974cefab974bc61fff9cba7df | [] | no_license | BNNJ/misc | 115a9ff6169160a788c266d851c5457aadbb853e | f9704dc9e5117fc40c0a5c8fb638f6d549298bf0 | refs/heads/master | 2021-07-14T16:12:26.620598 | 2020-05-10T19:06:54 | 2020-05-10T19:06:54 | 136,900,733 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp | /*
** #### dans item.h #####
*/
typedef enum e_mat
{
MAT_COPPER,
MAT_SILVER,
MAT_CACA
} t_mat;
class Item
{
public :
Item(t_mat mat); // constructor
~Item(); // destructor
private :
char *name;
t_mat mat;
int weight;
int price;
}
/*
** dans item.cpp
*/
int init_weight(t_mat mat)
{
// init... | [
"BNNJ1974@gmail.com"
] | BNNJ1974@gmail.com |
e2571e93c2070c1f5fb8c899655065d3978ab69a | b3973b607e776fd40c52434a5bc1609218aa8c2f | /BoltzmannPhysics/xcode/Dynamics/Constraints/BallAndSocketJoint.cpp | 12c05f190f672cecc9516ae01ea0860e4eec6195 | [] | no_license | drewcummins/boltzmann-games | ff0e1adea03334ff5953cab4c4d384144b57041c | d80e3e2c16716cd60dbba2a73570411344f59277 | refs/heads/master | 2022-07-21T15:09:54.653309 | 2017-06-13T00:32:04 | 2017-06-13T00:32:04 | 84,253,672 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,969 | cpp | //
// BallAndSocketJoint.cpp
// BoltzmannPhysics
//
// Created by Drew on 3/8/17.
//
//
#include "BallAndSocketJoint.hpp"
#include "Utils.hpp"
using namespace bltz;
Constraint BallAndSocketJoint::create(Body b1, vec3 r1, Body b2) {
Constraint joint(new BallAndSocketJoint(b1, r1, b2));
return joint;
}
Bal... | [
"drew.f.cummins@gmail.com"
] | drew.f.cummins@gmail.com |
828763fdda1deecfb1e2d1caa38bb788d284a5b4 | 96fa2f9224418ff1f7e20c322726e14c407b9537 | /EersteEngine/EersteEnginePublic/Application.h | 8f26891a1bf047052f01a34ca73acc4116f8bdb7 | [
"MIT"
] | permissive | fabsgc/Eerste-Engine | 70e89fdb72358591e4b2f70f9fd29047b1e25e80 | 2aeb9a9b248b1cc466482e4600e3e6cec7a6019d | refs/heads/master | 2021-05-04T04:42:13.757617 | 2018-02-08T23:54:04 | 2018-02-08T23:54:04 | 120,334,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 230 | h | #pragma once
#include "CoreApplication.h"
#include "Prerequisites.h"
namespace ee
{
class Application: public CoreApplication
{
public:
Application();
virtual ~Application();
};
EE_EXPORT Application& gApplication();
} | [
"fabienbeaudimi@hotmail.fr"
] | fabienbeaudimi@hotmail.fr |
efd30de1897e416d7ad2c6d3bae30c405601a97e | 44289ecb892b6f3df043bab40142cf8530ac2ba4 | /Sources/External/node/elastos/external/chromium_org/third_party/WebKit/Source/modules/modules_gyp/core/InstrumentingAgentsInl.h | 58ebc22a9b1ffcf3d62519e53e2e1b23e90fb0fd | [
"Apache-2.0"
] | permissive | warrenween/Elastos | a6ef68d8fb699fd67234f376b171c1b57235ed02 | 5618eede26d464bdf739f9244344e3e87118d7fe | refs/heads/master | 2021-01-01T04:07:12.833674 | 2017-06-17T15:34:33 | 2017-06-17T15:34:33 | 97,120,576 | 2 | 1 | null | 2017-07-13T12:33:20 | 2017-07-13T12:33:20 | null | UTF-8 | C++ | false | false | 5,627 | h | // Code generated from InspectorInstrumentation.idl
#ifndef InstrumentingAgentsInl_h
#define InstrumentingAgentsInl_h
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
namespace WebCore {
class InspectorApplicationCacheAgent;
class InspectorCSSAgent;... | [
"gdsys@126.com"
] | gdsys@126.com |
625fbc009e97e7bcad86722815732ed98e94bb26 | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/generic/include/boost/generic/detail/deduction_result.hpp | 503f3ae9c5a34569ecb718e78b908adf30e377c9 | [] | no_license | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 3,384 | hpp | #ifndef BOOST_GENERIC_DETAIL_DEDUCTION_RESULT_HPP
#define BOOST_GENERIC_DETAIL_DEDUCTION_RESULT_HPP
#include <boost/generic/detail/dummy_type.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/mpl/deref.hpp>
#include <boost/mpl/eval_if.hpp>
#include <boost/mpl/find_if.hpp>
#include <boost/mpl/identity.hpp>
#inclu... | [
"rivorus@gmail.com"
] | rivorus@gmail.com |
662c14c312663b86228389271ed50f88c2ed762b | 2dc791511160f8417541a74f9630bcd22f7f3923 | /noi_oj/chp1.1/1.cpp | f4c60cbbea1dc6da378724231cae7315a248a5f3 | [] | no_license | linlih/CodeExercise | f3f8b15ef86c7891537549db986a540829ff323b | 5f34c0a402d263fd0ada4cb659ed2ebb1c91c6e1 | refs/heads/master | 2021-06-09T08:56:12.574375 | 2021-04-16T06:58:47 | 2021-04-16T06:58:47 | 163,124,042 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 135 | cpp | #include <iostream>
using namespace std;
int main(int argc, char const *argv[])
{
cout << "Hello, World!" << endl;
return 0;
} | [
"linhome.luck@gmail.com"
] | linhome.luck@gmail.com |
2ad9aa061f4a5501c7b1a2c519f716e5eb29727b | c8eacfd93fb70980bccab428e6bb4cd998e30d31 | /Baekjoon/baekjoon_1003.cpp | 328d32c6730cf38d4960e1149f3dc2ca97b25e41 | [] | no_license | Kdj9384/Algorithm | f048600916efc301faa5ece18fd2731fab2eed66 | ba32ab7c2a3809a89a73043129a1f39451f2ddaf | refs/heads/master | 2023-09-03T13:31:55.611039 | 2021-11-17T08:17:25 | 2021-11-17T08:17:25 | 366,966,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,132 | cpp | /**
* @file baekjoon_1003.cpp
* @brief
* 피보나치 수열을 DP로 구현하는 문제. + 피보나치 값 대신 문제에서 제시된 0과 1의 출력을 저장해나가면 된다.
*
*/
#include <iostream>
#include <string.h>
#include <string>
#include <vector>
typedef struct Fibo
{
int fibo_value;
int zero;
int one;
} Fibo;
using std::cin;
using std::cout;
Fibo visited[50];
... | [
"kdj93843404@gmail.com"
] | kdj93843404@gmail.com |
78d8f776b503a0b78e919514b40a72f0c5dc399a | 6c1313416066d48842802b7b8eb696935c2dbde2 | /Heirloom/thirdparty/glm/glm/ext/matrix_float3x2_precision.hpp | f3161287774522a4ec887f7114ce1058fa0dc79e | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-happy-bunny"
] | permissive | MilanDierickGD/QBert | c242a22afca9af31180665992a231ce2189db2cd | c49a626de47179e248e80b9c24c2425adc216593 | refs/heads/master | 2023-05-14T01:37:49.376784 | 2021-06-06T23:20:33 | 2021-06-06T23:20:33 | 372,919,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | hpp | /// @ref core
/// @file glm/ext/matrix_float3x2_precision.hpp
#pragma once
#include "../detail/type_mat3x2.hpp"
namespace glm
{
/// @addtogroup core_matrix_precision
/// @{
/// 3 columns of 2 components matrix of single-precision floating-point numbers using low precision arithmetic in term of ULPs.
///
/// @se... | [
"milan.dierick@gmail.com"
] | milan.dierick@gmail.com |
b79b3dab96e30c5c98cbc809951464a6fa7766cc | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /asr/include/tencentcloud/asr/v20190614/model/DeleteCustomizationResponse.h | b20c9b06e854264acc8c3984e99ee8dd46985729 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 1,637 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
ae2a15d3e890490f78829cea01afa6423733d56a | afe31c46a7b33cc68fc70002df38dc245a1519ee | /Plugins/StrayFogLibrary/Source/StrayFogLibrary/GameMode/StrayFogGameStateBase.cpp | 567284ccc759042eefd3f0328449cda2fae7aec7 | [] | no_license | StrayFog/StrayFogUE4.20 | 8287f1f0062d89925b9d7ce2e414df4d2653c59a | 84657ffe9f268d4f292ff2ec5a5b287f9e954a33 | refs/heads/master | 2020-03-26T20:54:53.591447 | 2018-08-20T02:08:50 | 2018-08-20T02:08:50 | 145,354,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "StrayFogGameStateBase.h"
| [
"362220796@qq.com"
] | 362220796@qq.com |
4b16cd732350aa060250947ef869a0b93c7c0d8b | 34031ce2f59ba79d1bb272d3c345b76bf7b204a2 | /Celeste.ino | ec591eae374f34c749cd58dc387986caf28fdf2d | [] | no_license | minirop/Celeste-META | a3dfedc84aca602548daae76a8a624b113e5c923 | 878aa01d512ad7681d6dd450d583b7928f2269a4 | refs/heads/master | 2021-12-15T06:05:37.522954 | 2021-12-06T12:27:04 | 2021-12-06T12:27:04 | 170,198,935 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 222 | ino | #include "game.h"
Game game;
void setup()
{
gb.begin();
SerialUSB.begin(9600);
gb.setFrameRate(30);
game.init();
}
void loop()
{
while (!gb.update());
gb.display.clear();
game.update();
game.draw();
}
| [
"minirop@hotmail.com"
] | minirop@hotmail.com |
4502276399dc548538cf973f6a5008906673666b | c1fec9321911ff765c7ac27300494525995ccea3 | /export/macos/obj/include/lime/_internal/backend/native/RenderEventInfo.h | c0322ea690a6b08cdb3c914f21bd6581bc8a0126 | [] | no_license | MagnusStrom/Fight | 9621a7162118ea96c483498107437f5061074285 | b0de99f412e8b94161cc555d839a464f4a47573b | refs/heads/main | 2023-07-11T22:24:35.145753 | 2021-08-09T09:20:46 | 2021-08-09T09:20:46 | 392,041,079 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 2,597 | h | // Generated by Haxe 4.1.5
#ifndef INCLUDED_lime__internal_backend_native_RenderEventInfo
#define INCLUDED_lime__internal_backend_native_RenderEventInfo
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_STACK_FRAME(_hx_pos_e2a4e584e1f8ec25_807_new)
HX_DECLARE_CLASS4(lime,_internal,backend,native,RenderEventInfo)
... | [
"magnuscock69@gmail.com"
] | magnuscock69@gmail.com |
c9a8929aff8ee01d1123ed7fcd533b826d6f75e0 | 75995027f5bb5a0b930d1b6705e86ffc94cb9777 | /Source/HideAndSeekWithAI/Private/Core/GameEntities/Triggers/FinishGameTrigger.cpp | ccd3f0e59ec48098b4a906c01dcf20403dca7ee8 | [] | no_license | arttkachev/HideAndSeekWithAI | 588808e3ea502d99e0f564b77d3b0e2142b503b2 | a94216fb62fc091cb8bc817afe35bb57c40bc884 | refs/heads/master | 2022-07-02T01:49:13.462462 | 2020-05-11T21:18:12 | 2020-05-11T21:18:12 | 263,107,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Core/GameEntities/Triggers/FinishGameTrigger.h"
#include "Kismet/GameplayStatics.h"
#include "Core/GameLibraries/GameFunctionLibrary.h"
// Sets default values
AFinishGameTrigger::AFinishGameTrigger()
{
// Set this actor to cal... | [
"art.tkachev@bk.ru"
] | art.tkachev@bk.ru |
74c174dfd7df3b15e2a49a74ae9883b0f4665041 | a0d34bf94b271e61433de34f562a6111beedc416 | /course2_final_project/Project2/Course.cpp | 1082e917b92677adabc665cdce738a93e70833f7 | [] | no_license | salman-a-shah/OCC-CPP | 106e9a54da09a45818074d9ca1762e96912a329b | ba6fef7c581c250686b4ee515984abc40cf3d894 | refs/heads/master | 2022-05-28T20:15:26.140721 | 2020-04-30T23:46:07 | 2020-04-30T23:46:07 | 260,340,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | cpp | /*
Shah, Salman
CSA250
March 10, 2014
Project 1
*/
#include "Course.h"
// default constructor
Course::Course()
{
courseCredits = 0;
courseGrade = '*';
}
// setCourseInfo
void Course::setCourseInfo(const string &cName,
const string &cNumber,
char cGrade,
int cCredits)
{
courseName... | [
"noreply@github.com"
] | noreply@github.com |
53c609cbf4f1ea78a1e360ce71555cc411199cd5 | b18b8eaf86a7cba2e2a0e0945560f5ef3b3c7bd8 | /034-Find-First-and-Last-Position-of-Element-in-Sorted-Array/solution.cpp | c51929ee866b171e83d7ceb20029c4afd94ba8a3 | [
"Apache-2.0"
] | permissive | ActiveVariable/leetcode | b80e7e4e27b3d1e8b58c7b1c19903b2e50b7e05e | 453a86ac16360e44893262e04f77fd350d1e80f2 | refs/heads/master | 2023-06-12T13:58:13.067262 | 2021-07-17T04:31:31 | 2021-07-17T04:31:31 | 387,292,280 | 1 | 0 | Apache-2.0 | 2021-07-19T00:01:11 | 2021-07-19T00:01:10 | null | UTF-8 | C++ | false | false | 844 | cpp | #include "solution.hpp"
static auto x = []() {
// turn off sync
std::ios::sync_with_stdio(false);
// untie in/out streams
cin.tie(NULL);
return 0;
}();
vector<int> Solution::searchRange(vector<int>& nums, int target) {
if (nums.empty()) return vector<int>{-1, -1};
int low = subsearch(nums, (float)t... | [
"johnhany@163.com"
] | johnhany@163.com |
f571147ad39397988664d4545330152df9bb54de | 3b31bbc1074ba61c115209156413ffdf419cf9f8 | /newnnfw/runtimes/tests/neural_networks_test/generated/models/depth_to_space_float_1.model.cpp | d45c9bc9f0711f216ed64e99a9c1777029ce68ec | [
"MIT",
"Apache-2.0"
] | permissive | mojunsang26/Tizen-NN-Runtime | caa35a5aa8137fc8dfc376805c92ac333be9c06b | ff50aa626ef101483d03550533ac7110ddca5afc | refs/heads/master | 2020-04-09T07:19:22.780932 | 2019-10-30T02:31:03 | 2019-10-30T02:31:03 | 160,150,527 | 0 | 0 | Apache-2.0 | 2018-12-03T07:34:44 | 2018-12-03T07:34:44 | null | UTF-8 | C++ | false | false | 869 | cpp | // Generated file (from: depth_to_space_float_1.mod.py). Do not edit
void CreateModel(Model *model) {
OperandType type1(Type::INT32, {});
OperandType type0(Type::TENSOR_FLOAT32, {1, 1, 1, 8});
OperandType type2(Type::TENSOR_FLOAT32, {1, 2, 2, 2});
// Phase 1, operands
auto input = model->addOperand(&type0);
... | [
"lazineer@gmail.com"
] | lazineer@gmail.com |
a5db83a139848a42f1fab7ec899865af86638c73 | f11081914224b3aa2433f67950a0b7f745cb56de | /Lista 1/Ex 11.cpp | fde6819df61e144bf202e92502f8a9bf4a0eb190 | [] | no_license | JaymeAugusto/AlgoritmosSemestre2 | 01ffc39a9e183e1cb87f354a4502f31cec77a1ad | 68c96f79d945409fac38d8ad6546fddd81e371e3 | refs/heads/main | 2023-04-24T00:12:33.950771 | 2021-05-12T21:25:18 | 2021-05-12T21:25:18 | 366,856,999 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 433 | cpp | //Jayme Augusto | GRR 20195529 | Curso de Licenciatura em Computacao | 2º periodo
#include<stdio.h>
int main(){
int n, n0, r, i;
printf("Digite quantas vezes deseja fazer a progressao: ");
scanf("%d",&n);
printf("\n Digite o primeiro numero da progressao");
scanf("%d",&n0);
printf("\n Digite a razao da pr... | [
"noreply@github.com"
] | noreply@github.com |
be0648d0c0b62256df084e3ccb48dd7c193e4fc2 | 183f345f802fb16fb28f83e40cd1a67939564f32 | /src/Livro.cpp | d92c02118810baf62fd41128f5116a7fbeebe88d | [] | no_license | pds2/20192-team-10 | b9548fc23dd37394ea01faf3216911d178facee3 | 2d932186737c7e93fa73e9a5512334cb0a5f3f85 | refs/heads/master | 2020-08-05T17:36:44.044957 | 2019-12-04T01:53:18 | 2019-12-04T01:53:18 | 212,636,383 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 991 | cpp | //
// Created by User on 27/11/2019.
//
#include "Livro.h"
Livro::Livro(){
this->titulo = "";
this->autor = "";
this->alugado_por = "";
this->localizacao = "";
}
Livro::Livro(std::string titulo, std::string autor, std::string alugado_por, std::string localizacao){
this->titulo = titulo;
this->a... | [
"danielvcmiranda@gmail.com"
] | danielvcmiranda@gmail.com |
b6088f714c63d49f3db100572d4ef0f39cc603ac | 7302f9d71d06aa7df8fb8562e19537d4a2072c30 | /examples/c++/lcm1602-i2c.cxx | 4fbd59e5ce2c5269af228865adec957f680008b0 | [
"MIT"
] | permissive | MotionCTL/edison-lcd | 823b5228bee140d0892edc499f4d102b67910a7a | c79b4cf9e136a2da4b9e648b479b8f64d28e11d7 | refs/heads/master | 2021-01-20T19:44:57.119303 | 2016-06-08T18:25:38 | 2016-06-08T18:25:38 | 60,690,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,640 | cxx | /*
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* with... | [
"txracing@motionctl.com"
] | txracing@motionctl.com |
d3c1e6e59977339de374a7161982d1df80694818 | eaf5c173ec669b26c95f7babad40306f2c7ea459 | /abc058/arc071_b.cpp | 7473c01419becdef7f16eb97a34a187f5e1c1b80 | [] | no_license | rikuTanide/atcoder_endeavor | 657cc3ba7fbf361355376a014e3e49317fe96def | 6b5dc43474d5183d8eecb8cb13bf45087c7ed195 | refs/heads/master | 2023-02-02T11:49:06.679743 | 2020-12-21T04:51:10 | 2020-12-21T04:51:10 | 318,676,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,713 | cpp | #include <bits/stdc++.h>
//#include <boost/multiprecision/cpp_int.hpp>
//namespace mp = boost::multiprecision;
using namespace std;
const int mod = 1000000007;
struct mint {
long long x; // typedef long long ll;
mint(long long x = 0) : x((x % mod + mod) % mod) {}
mint &operator+=(const mint a) {
... | [
"riku@tanide.net"
] | riku@tanide.net |
570daf005da44dcd838eefa005adb76e14df43ef | a943a35487e663d443850f598aac78b464ca5ac2 | /galilei/galilei/plugins/gmeasure.h | 1fd66dc1c848eda5dfac933ca831a7578b688210 | [] | no_license | pfrancq/galilei | 61855e4a40f0da2b93c1941a412e2eb0d6b7b24f | 2230fbd0240bba26c49e0b506685219655cdbc2f | refs/heads/main | 2023-08-14T12:28:46.458447 | 2021-10-04T11:37:31 | 2021-10-04T11:37:31 | 405,099,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,586 | h | /*
GALILEI Research Project
GMeasure.h
Generic Measure - Implementation.
Copyright 2005-2015 by Pascal Francq (pascal@francq.info).
Copyright 2005-2008 by the Université Libre de Bruxelles (ULB).
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library Gener... | [
"pfrancq@da7721e6-cd2b-0410-b678-e5eefa682a33"
] | pfrancq@da7721e6-cd2b-0410-b678-e5eefa682a33 |
8f32f81a64c32aed0bc0d99f7497ae1517dec7cb | 774a2f2aba22f6105502de8b95ad31b2ee49fd11 | /src/log_file.cpp | d4bd81c98b1ca0ee370952ecbef00c0ffe479dbc | [] | no_license | halirutan/XPaceTools | 141659a190ba6b3b1942701a302312f476e4280d | e5bfbdda07ce662dba936797dcc7b61b82eec465 | refs/heads/master | 2023-01-14T19:26:02.223598 | 2020-11-23T10:42:19 | 2020-11-23T10:42:19 | 228,889,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,495 | cpp | #include "log_file.hpp"
#include "parser.hpp"
#include <stdexcept>
#include <fstream>
#include <regex>
#include <iostream>
namespace xpace
{
XpaceLogFile::XpaceLogFile(std::string fileName)
: fileName_(std::move(fileName)), initialPose_(), motions_(), positions_()
{
if (isXpaceLogFile()) {
parse();
calculateAb... | [
"patrick@halirutan.de"
] | patrick@halirutan.de |
b65823470b5708f7ac8b2e5d1a4db6347127327e | 2aa40ab42188b9b4d249df03b38168ee940ceffb | /public/xml-security-c/src/xml-security-c-1.2.1/include/xsec/xenc/XENCEncryptedType.hpp | 0da92cb6d497be1c2a921e37e49f6b816d8c8f56 | [
"Apache-2.0"
] | permissive | killerlife/CineCast | bea93404dc28be9e887f73d36eb506885f2806c5 | 955a42a69399b8bb22d9042a50c758a46cba4cf5 | refs/heads/master | 2020-04-12T06:38:03.387855 | 2018-08-02T05:20:24 | 2018-08-02T05:20:24 | 61,522,406 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,723 | hpp | /*
* Copyright 2003-2005 The Apache Software Foundation.
*
* 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... | [
"jaontolt@leoniscinema.com"
] | jaontolt@leoniscinema.com |
675d8695b938db6a3bd336fb13066754102befa2 | 7968913540f6b1f516cbf81a40ca3b7da4a6b6f2 | /DragonTimeSpace/DragonLib/Network/Messages/relation.pb.h | 5cfc3e9c993bf0cbd47cde935799f5ad910c250a | [] | no_license | sebafreitas/DragonTimeSpace | cd60d6daefa2b14bb4ad8022d2f0f319c3e6c2a9 | 16718fd3aacb284aa9fd5221744873ba944eca88 | refs/heads/master | 2023-02-27T18:40:36.094540 | 2021-02-04T13:51:57 | 2021-02-04T13:51:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 212,951 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: relation.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_relation_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_relation_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3011000
#error This file was gen... | [
"dblegendsmud@gmail.com"
] | dblegendsmud@gmail.com |
5d5865f4f1dd8b4269308553e5d438517e145af7 | ea3a1002436f10cf34f7eab781441304223183bf | /clockIndentify/live.h | 2debd088ef5fed94fcf9e1d36992b4d35b1a4bcb | [] | no_license | paldn/ResolveOpenCvRTSPFlickering | dfdbaa82a1ee0390fff2a49491f916bfa5da8670 | aa68016c7c970a1cceb8328e5dc6176df2513829 | refs/heads/master | 2021-08-26T09:27:35.471567 | 2017-11-23T01:31:11 | 2017-11-23T01:31:11 | 111,654,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 578 | h | #pragma once
#include "pch.h"
#include <iostream>
#include <memory>
#include <string>
using namespace std;
namespace live
{
class Pusher
{
public:
Pusher();
~Pusher();
int Init(string url,string url2);
int WritePacket(shared_ptr<AVPacket> packet);
shared_ptr<AVPacket> ReadPacketFromSource();
private:
i... | [
"Paldin@live.com"
] | Paldin@live.com |
b3cea2f811981b7d53a2bd123f5d7b9fa4e6210c | ddaef91231e3a90fabbda68079b9ec43c24abc68 | /libs/Structure/include/ST/CaptureSession.h | fa4ab8f79cca974a95c2224066cc307a4c6d43f0 | [
"MIT"
] | permissive | gallagher-tech/ofxStructureCore | b69142c59d6ce009749568710e7c267fb08d66aa | 00e1f5783ac21d3ef1b985fb8cb80431879232ca | refs/heads/master | 2020-12-23T07:00:45.599948 | 2020-02-17T05:49:05 | 2020-02-17T05:49:05 | 237,076,758 | 0 | 0 | MIT | 2020-01-29T20:34:31 | 2020-01-29T20:34:30 | null | UTF-8 | C++ | false | false | 8,058 | h | /*
CaptureSession.h
Copyright © 2017 Occipital, Inc. All rights reserved.
This file is part of the Structure SDK.
Unauthorized copying of this file, via any medium is strictly prohibited.
Proprietary and confidential.
http://structure.io
*/
#pragma once
#include <ST/MathTypes.h>
#include <ST... | [
"thenry@gallagherdesign.com"
] | thenry@gallagherdesign.com |
ec8206daf9b9ef71ba7802bd1fb12f773f2d7590 | 77eb167185c6ae0743e3d698ff52261255db40b4 | /framework/shape.hpp | 7056a262736af91337ec549130fe39f401cdcd3e | [
"MIT"
] | permissive | elmeyer/programmiersprachen-raytracer | c387f4cd871299e2e6e693e420ad2f42dd351e68 | 482b81b10e2f47ca98e6aa93e0bfd052cc0b1d3f | refs/heads/master | 2021-01-18T05:06:00.457319 | 2015-08-11T06:50:16 | 2015-08-11T06:50:16 | 37,532,633 | 0 | 0 | null | 2015-06-16T13:42:13 | 2015-06-16T13:42:12 | null | UTF-8 | C++ | false | false | 843 | hpp | #ifndef BUW_SHAPE_HPP
#define BUW_SHAPE_HPP
#define _USE_MATH_DEFINES
#include <iostream>
#include <string>
#include <glm/glm.hpp>
#include "material.hpp"
#include "ray.hpp"
class Shape {
public:
Shape();
/* virtual */ ~Shape();
Shape(std::string const& name);
Shape(Material const& mat... | [
"lars.meyer@uni-weimar.de"
] | lars.meyer@uni-weimar.de |
780eaf9ce4c6c1b46a7eddf72f480abbed212459 | 98b1e51f55fe389379b0db00365402359309186a | /homework_6/problem_2/10x10/0.827/U | a5b1191fd2cac34f29d74c52f273d8e4354e18ef | [] | 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 | 1,147 | /*--------------------------------*- 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 | |
d1983814ee1bd05ce64a20e572cd5e97c2a85612 | 086fa2a98f3abd62b793b188ce73b8b2c232f104 | /EjerciciosDevC++/Ejercicio9-if/main.cpp | 4dfceac56bc59501c86b262f3513ea1e8258467f | [] | no_license | helens1/Lenguaje-de-Programacion-II | f720b8f5b26f8e3531c489dbeb1c211a74caebf2 | 9fc14c69b9885706ecd93d2bdd7d1d098ce48400 | refs/heads/master | 2022-12-25T04:42:19.583791 | 2020-10-12T15:43:45 | 2020-10-12T15:43:45 | 297,504,491 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | cpp | #include <iostream>
using namespace std;
int main(int argc, char** argv) {
int numeroSecreto = 7;
int numero = 0;
cout << "Ingresaste el numero: ";
cin >> numero;
cout << endl;
if (numero == numeroSecreto) {
cout << "Adivinaste el numero secreto: " << numero;
} else {
cout << "No adivinaste ";
}
... | [
"hele.suarez@unah.hn"
] | hele.suarez@unah.hn |
96a1cfc2261d91b233044770c856cda355b78e5c | 76392943c82a44c4d3eb63d5b382d24ddb394ef9 | /.build/uno/src/sketch.cpp | f78780d1831713d83bee4f053a34e1d8d3edef3c | [] | no_license | efatsi/auto-slider | 124f601f544221d69db838aa992883a7f4c9a1bd | ba93913f6537d609e3c617eaac7100c8b6a877c6 | refs/heads/master | 2020-04-13T07:59:21.817404 | 2013-06-27T22:45:58 | 2013-06-27T22:45:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,279 | cpp | #include <Arduino.h>
void setup();
void loop();
void updateEncoder();
void increment();
void decrement();
void display();
void setLights();
void moveIt();
void step();
int distanceInterval();
void wait();
void turnOnGreenLight();
#line 1 "src/sketch.ino"
#include <DoubleCounter.h>
#include <Servo.h>
const int serialPi... | [
"eli.fatsi@viget.com"
] | eli.fatsi@viget.com |
758ed50cac4d97fc1e6448713d404f8684bcf72e | 7d4ab2326de34cf1d149b4d664920beebe7e60f5 | /machine/mipssim.cc | f5ed7ed5c3a26fc769a1cc82d450a903a1a3c3a8 | [] | no_license | SebastienLAURET/nachos | 7455d06a70addc44dab3bfa7091ae790a97ed3de | 744bd81ea00401cb9b57e670609ffe55c7b73b59 | refs/heads/master | 2021-01-20T04:54:25.684201 | 2017-04-28T22:33:28 | 2017-04-28T22:33:28 | 84,239,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,626 | cc | // mipssim.cc -- simulate a MIPS R2/3000 processor
//
// This code has been adapted from Ousterhout's MIPSSIM package.
// Byte ordering is little-endian, so we can be compatible with
// DEC RISC systems.
//
// DO NOT CHANGE -- part of the machine emulation
//
// Copyright (c) 1992-1993 The Regents of the Univer... | [
"lauret_s@epitech.eu"
] | lauret_s@epitech.eu |
1dba243d9a9b69691c0bab00d68eee1894d1d9ee | f91df17f35659a26c245fdbfc2354b1aa7861b53 | /src/PbBSTNode.h | 3b1f38e42a205d936c2e250cdf2f5e47b628fff6 | [] | no_license | erdemegemarasli/AVLTree-and-Analysis | d2e432032e4dde2d81a4ca3deeb3eb5ce5303a6a | 09aff42ce135e93e5a14392a223f938e6d95cad4 | refs/heads/master | 2020-05-03T14:59:19.786546 | 2019-03-31T13:47:58 | 2019-03-31T13:47:58 | 178,693,537 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 957 | h | /*
* Title : Heaps and AVL Trees
* Author : Erdem Ege Marasli
* ID : 21602156
* Section : 2
* Assignment : 3
* Description : PbBSTNode implementation
*
*/
#ifndef PbBSTNode_h
#define PbBSTNode_h
#include <iostream>
#include <string>
using namespace std;
class PbBSTNode
{ // a node in the tree
privat... | [
"noreply@github.com"
] | noreply@github.com |
02c1a9b1a0dd4f67cf11cd703eefe4f4aeebe2bc | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/WebKit/Source/core/dom/DocumentModulatorImpl.cpp | dc698e7cb43f31b9213cd64164d626c5003dd7be | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 1,026 | cpp | // Copyright 2017 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 "core/dom/DocumentModulatorImpl.h"
#include "core/loader/modulescript/DocumentModuleScriptFetcher.h"
namespace blink {
ModulatorImplBase* Docu... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
7f45fbded5b0a88646180f152250384506fbeece | 165be8367f5753b03fae11430b1c3ebf48aa834a | /tools/converter/source/tensorflow/RangeTf.cpp | 3484c79e2a67997650b35a5e6b60a63215ed92dd | [
"Apache-2.0"
] | permissive | alibaba/MNN | f21b31e3c62d9ba1070c2e4e931fd9220611307c | c442ff39ec9a6a99c28bddd465d8074a7b5c1cca | refs/heads/master | 2023-09-01T18:26:42.533902 | 2023-08-22T11:16:44 | 2023-08-22T11:16:44 | 181,436,799 | 8,383 | 1,789 | null | 2023-09-07T02:01:43 | 2019-04-15T07:40:18 | C++ | UTF-8 | C++ | false | false | 693 | cpp | //
// RangeTf.cpp
// MNNConverter
//
// Created by MNN on 2019/01/31.
// Copyright © 2018, Alibaba Group Holding Limited
//
#include <string.h>
#include "TfUtils.hpp"
#include "tfOpConverter.hpp"
#include "graph.pb.h"
DECLARE_OP_CONVERTER(Range);
MNN::OpType Range::opType() {
return MNN::OpType_Range;
}
MNN... | [
"yiliu.cyl@alibaba-inc.com"
] | yiliu.cyl@alibaba-inc.com |
7d84594cde38b7aaee6a758a8070da0585f256b8 | baed2ef7de880259daf49800dadcbae01972c784 | /src/internal/system/EventTest.cpp | d63ead7eabc5cd3198f4106c9a4db84180793728 | [] | no_license | yuxiang660/little-bee-socket | 53b50c95e09cf6730228a55192d803fbb3dcebf4 | 4a5040ddc948f0522bf8d9357188857cc18993c6 | refs/heads/master | 2021-05-22T01:39:43.093264 | 2020-05-27T15:50:52 | 2020-05-27T15:50:52 | 252,908,818 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,750 | cpp | #include "Event.h"
#include <gtest/gtest.h>
#include <sys/epoll.h>
namespace
{
const int fakeFd = 1;
class EventTest : public ::testing::Test
{
public:
EventTest() :
event
(
fakeFd,
[this]() { readDone = true; },
[this]() { writeDone = true; },
[this](int fdKey) { ... | [
"yuxiang660@163.com"
] | yuxiang660@163.com |
2b48f620a51f76ba0f113026dd5cd5a74da5b91f | 5950c4973a1862d2b67e072deeea8f4188d23d97 | /Export/macos/obj/src/haxe/zip/_InflateImpl/Window.cpp | c48f53b20c271cccf2f9bb49404311e1b2a5b849 | [
"MIT"
] | permissive | TrilateralX/TrilateralLimeTriangle | b3cc0283cd3745b57ccc9131fcc9b81427414718 | 219d8e54fc3861dc1ffeb3da25da6eda349847c1 | refs/heads/master | 2022-10-26T11:51:28.578254 | 2020-06-16T12:32:35 | 2020-06-16T12:32:35 | 272,572,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 9,174 | cpp | // Generated by Haxe 4.2.0-rc.1+cb30bd580
#include <hxcpp.h>
#ifndef INCLUDED_haxe_crypto_Adler32
#include <haxe/crypto/Adler32.h>
#endif
#ifndef INCLUDED_haxe_io_Bytes
#include <haxe/io/Bytes.h>
#endif
#ifndef INCLUDED_haxe_zip__InflateImpl_Window
#include <haxe/zip/_InflateImpl/Window.h>
#endif
HX_DEFINE_STACK_FRAM... | [
"none"
] | none |
b1802de76bafba866efe5aae5f3326f8a529cf7c | 7bf737a6379689104c82905cac3858b47ec98583 | /offer/09_(2)jumpStep.cpp | c5e5b390eb992ad7e6c8789e256ae48b1709f5ea | [] | no_license | nutm/algcode | 1a78434ba172c3f904423d828b060f17ace8d8d2 | 813e78c149221403414860e9142ee3d7647ff536 | refs/heads/master | 2020-12-02T21:19:49.000368 | 2017-07-12T12:44:01 | 2017-07-12T12:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 288 | cpp | //跳台阶
class Solution {
public:
int jumpFloor(int number)
{
if(number == 0)
return 0;
if(number == 1)
return 1;
if(number == 2)
return 2;
return jumpFloor(number - 1) + jumpFloor(number - 2);
}
}; | [
"206153481@qq.com"
] | 206153481@qq.com |
22ff2235de070b8cf6b374983bbdbd288edfab04 | 370241453173e03510842e910a7dbc64623ed2e0 | /lvp/COLLEGE.H | a067714c21eb0d67686d0a7c9aba80eb312c7dec | [
"MIT"
] | permissive | 0xC000005/eps11cpp | 46ec420040d4dd682b4d90ea860a32d07afbe2c6 | cf6ba97d32eb7f1bb54d8f814d33f233f485ece6 | refs/heads/master | 2022-08-28T16:26:27.837497 | 2022-08-03T18:23:03 | 2022-08-03T18:23:03 | 206,599,846 | 1 | 0 | MIT | 2019-09-27T21:00:18 | 2019-09-05T15:41:15 | C++ | UTF-8 | C++ | false | false | 1,242 | h | /* Lawrenceville Press CollegeClass type DECLARATION */
/* October 1997 */
#ifndef _College_
#define _College_
#include <lvp\bool.h>
#include <lvp\string.h>
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
class CollegeClass
{
public:
Colle... | [
"noreply@github.com"
] | noreply@github.com |
c054c66d355973493fdac1fa15e2b0a869413c6d | 99bb155256ca7f076003668ed70843a31a92bf33 | /Source.cpp | b4907f597da7581880dfda9fcf56ea241c172e80 | [
"MIT"
] | permissive | MasyoLab/convert_file_path | 2af3d96de0765b4ff27e5058e2895ddcc555fec2 | 3b7a4192c14aa4a31be2c2bbba135f87c95f739b | refs/heads/master | 2023-06-03T01:10:25.431479 | 2021-06-27T15:36:26 | 2021-06-27T15:36:26 | 379,299,645 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,954 | cpp | //==========================================================================
// convert_file_path
// Get latest version at https://github.com/MasyoLab/convert_file_path
//==========================================================================
#define _CRTDBG_MAP_ALLOC
#include <cstdlib>
#include <crtdbg.h>
#define ... | [
"masyo.lab@gmail.com"
] | masyo.lab@gmail.com |
4e64823273a4e91bceda8c3a1d5ec446c46fbd49 | 1116b5d34d9a451b82996cedad18968247b598d3 | /test/test_desktop/lib/Base64/Base64.h | 44e14d179dd8fcbc6da3994f006612778fd12d1d | [
"MIT"
] | permissive | hankei6km/SpriteToBmp | 44d71036fb4852116aae7188896e8ea5495fdb37 | 0c77e57e7b81769a79ebe48cbc3333cb475ead8f | refs/heads/master | 2022-11-22T13:15:11.428057 | 2020-07-08T17:29:38 | 2020-07-08T17:29:38 | 275,606,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 268 | h | #ifndef __TEST_BASE64_H_
#define __TEST_BASE64_H_
#include <string.h>
class Base64Class
{
public:
int encode(char *output, char *input, int inputLength)
{
strcpy(output, "ABC123==");
return strlen(output);
}
};
Base64Class Base64;
#endif
| [
"hankei6km@gmail.com"
] | hankei6km@gmail.com |
d9bdfc6357dd38966c724ac19b1e7664e0fb00e8 | ad9ccc593da714b20a1a6d648620f03962d63bd8 | /csl/test/test_parser.h | b6a003cf0eb1a8b2f7d26a3e2eda311bb798f8be | [] | no_license | yanzewu/csl | a776cb196e877f066df6dc273b022d73f741a056 | 83bbc13bea686a7b6d3058cff1364ebd8b0c53ec | refs/heads/master | 2020-03-13T03:47:43.945921 | 2018-05-09T09:24:47 | 2018-05-09T09:24:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | h |
#include "../parser.h"
#include <iostream>
class ParserTest {
public:
void test_parse_expr() {
RDParser parser;
Context context;
parser.load_context(&context);
parser.parse_line_expr("1 + 2")->print(std::cout); // test basic
parser.parse_line_expr("x=y=++a+++=4==5")... | [
"wuyanze0@gmail.com"
] | wuyanze0@gmail.com |
9b7f732c987ad36bcb34adc3b6b2d012450caaa7 | bd832250822eb91317aa92366500899bea560c4a | /MIDTERM/C2.cpp | 4fd59467c3c270fb65c0bbfe7b597f7d0626510c | [] | no_license | zhetkergendarkhan/ADS-2019-fall- | c259fc5b5ebb6fd45d21172ebff78e61541ab642 | 763ed452be00dfd31ee7cf81112d25098f661341 | refs/heads/master | 2021-04-11T22:47:46.354633 | 2020-03-21T21:08:01 | 2020-03-21T21:08:01 | 249,060,965 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 524 | cpp | #include <iostream>
#include <queue>
using namespace std;
int main()
{
queue <int> q;
int t;
int c = 0;
cin >> t;
for( int i = 1; i <= t; i++)
{
int a, b;
cin >> a;
if(a == 1)
{
cin >> b;
q.push(b);
}
else if(a == 2)
{
cin >> b;
c += b;
}
else
... | [
"darkhan.zhetkergen@mail.ru"
] | darkhan.zhetkergen@mail.ru |
19744c03e02b42ddad588f7a481c6a3531db74de | a049cdb280f28f8c734b65c69a6e5220c392369a | /linkedList_insertionSort.cpp | f771fc880be14b6eafffdcf6ae6dc2c41b2c8bff | [] | no_license | mayank-sisodiya/DS-and-Algo | 9c1553df32863d0afb41fd841e06a9046a435aac | 427c017804c0600b4a295ce264bd4ed647dd832d | refs/heads/master | 2021-09-15T04:38:20.360921 | 2018-05-26T07:13:17 | 2018-05-26T07:13:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,553 | cpp | #include <bits/stdc++.h>
using namespace std;
struct node{
int val;
node* next;
node(int x) : val(x),next(NULL) {}
};
node* createList(){
node *A = new node(0);
node *it = A;
for (int i = 0; i < 10; ++i)
{
node* temp = new node(rand() % 10 +1);
it->next = temp;
it ... | [
"mksisodiya.sisodiya4@gmail.com"
] | mksisodiya.sisodiya4@gmail.com |
31293afc88ca9c66b677620b115894c023b2f5cf | cbbe1c873a63a46732ad012b9b3560de4c4e10c3 | /Vjudge Online Judge/O sursuri.cpp | 57f26e28d5c609286961b15791032e67eb93aaf5 | [] | no_license | tamim36/Problem-Solving | 54dc85d302ee44f32db434641f7d456671175b25 | 8c108e79adaa5cd9041808ae69f3476ac9c888ee | refs/heads/master | 2023-07-19T08:31:56.246406 | 2023-07-09T04:48:41 | 2023-07-09T04:48:41 | 157,269,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 604 | cpp | #include <bits/stdc++.h>
using namespace std;
int main ()
{
string str;
getline(cin, str);
transform(str.begin(), str.end(), str.begin(), ::tolower);
for (int i=0; i<str.length(); i++){
if (str[i] == 'a' || str[i] == 'e' || str[i] == 'i' || str[i] == 'o' || str[i] == 'u' || str[i] ... | [
"noreply@github.com"
] | noreply@github.com |
702fa756fd33cc6cba78ff078796df2610e92fee | c66af0db88b62a00cdb2adb3dec7f55ca7dbd390 | /Complexité/TD/ListLink.cpp | f88b97264cd0f24e0b8770fc5e4714876231e327 | [] | no_license | hongdt/M1 | bc194ea5d65cdefd57ff1a7c8e5d32944e40d474 | 662eb7b4cdd3e99e006b45a9657c7784af60162c | refs/heads/master | 2021-01-11T07:07:22.800273 | 2016-12-05T08:34:45 | 2016-12-05T08:34:45 | 72,500,222 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,116 | cpp | #include <stdio.h>
using namespace std;
typedef int element_type;
typedef struct node {
element_type element;
struct node *left, *right;
} NODE;
NODE *root;
void khoi_tao_cay(NODE ** root)
{
*root = NULL;
}
void insert(NODE *tmp, NODE **root)
{
if (tmp->element < (*root)->element)
if ((*root)->left)
... | [
"dthong.p20@ifi.edu.vn"
] | dthong.p20@ifi.edu.vn |
26bbf44ccbf2822669138b5a25caae91c3c7ee00 | eaf0c24a620807e1304c4d663a493637a85f6d84 | /server/src/Socket.cpp | 00ea0b8719608bc64276e3ec10e71a1767c687f8 | [] | no_license | xiaopeifeng/dbproxy | 71f488e61c0a50ffdd74d0e1671cde0eb76cbb78 | 0c972e2db766e6bfd15ad9e98e8867566f41a43c | refs/heads/master | 2021-01-10T01:19:24.529260 | 2016-03-10T14:04:46 | 2016-03-10T14:04:46 | 52,366,310 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,786 | cpp | #include "Socket.h"
#include <assert.h>
#include <arpa/inet.h>
#include <errno.h>
#include <iostream>
#include <fcntl.h>
#include <memory.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <sys/socket.h>
#include <unistd.h>
Socket::Socket(const std::string& ip, int port)
... | [
"xiaopeifenng@gmail.com"
] | xiaopeifenng@gmail.com |
cfde1074454874bd56d907bf68b058f13bb46542 | 0f28092cf8d203ef24212ca6c64c7ddd14192bb0 | /Source/ProjectMage/ProjectMageCharacter.cpp | 82242326e944bedf8dcd057f01b1a47402c45ad0 | [] | no_license | dantame/ProjectMage | a025a94bc95e84c8d0dd5301b37785931a429463 | dca8c0d9a96c3875d70d7bee6ef61446d0838865 | refs/heads/master | 2021-01-25T08:42:40.940620 | 2015-04-03T17:46:27 | 2015-04-03T17:46:27 | 33,359,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,392 | cpp | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "ProjectMage.h"
#include "ProjectMageCharacter.h"
#include "UnrealNetwork.h"
DEFINE_LOG_CATEGORY_STATIC(LogFPChar, Warning, All);
//////////////////////////////////////////////////////////////////////////
// AProjectMageCharacter
AProjectMageChar... | [
"dan.tame@dubitlimited.com"
] | dan.tame@dubitlimited.com |
42b95cb6c6f7eceaa6d210effaaa16ce0c321106 | d17d3be48d1a72ff619458a81637bc0a8235fb87 | /OpenPlanet/OPObjectManager/parsesystemmessage.cpp | a3494aa8975601d52667a7dacab49fac10bda17a | [
"Apache-2.0"
] | permissive | xOpenPlanet/Windows | 2350e013c9815d7c21bb2ec1f86a08065e52d084 | 9609f4ef6fb66e2f852fedb44c8e2f36668a890b | refs/heads/master | 2020-03-15T05:56:32.603021 | 2018-06-01T07:47:31 | 2018-06-01T07:47:31 | 131,997,337 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,784 | cpp | #include "parsesystemmessage.h"
#include "imtranstype.h"
#include "httpnetworksharelib.h"
#include <QJsonParseError>
#include <QJsonDocument>
#include <QDir>
#include <QApplication>
#include <QJsonObject>
#include <QDebug>
#include "define.h"
ParseSystemMessage::ParseSystemMessage(QObject *parent)
: QObject(parent)
{... | [
"fanwenxing@pansoft.com"
] | fanwenxing@pansoft.com |
14ab6fe1852f775b12b3f952a005be82c42698c5 | f0c872eb0b60bef25a7534078bb98fe402b541da | /chrome/browser/chromeos/login/webui_login_display.cc | bc0770f4fedcf424e65d853b58332b7f4583f2fd | [
"BSD-3-Clause"
] | permissive | aYukiSekiguchi/ACCESS-Chromium | f31c3795889c5ace66eb750a235105fe2466c116 | bec8149e84800b81aa0c98b5556ec8f46cb9db47 | refs/heads/master | 2020-06-01T19:31:30.180217 | 2012-07-26T08:54:49 | 2012-07-26T08:55:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,850 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/login/webui_login_display.h"
#include "chrome/browser/chromeos/input_method/input_method_manager.h"
#include "chrom... | [
"yuki.sekiguchi@access-company.com"
] | yuki.sekiguchi@access-company.com |
9beb01a04398f50ed35097e864b6ae8cdb1454c5 | 06a75b5612b5b41f1e5b2a5d2e42b2377f839b9e | /nbdp0418/src/views/contacts/individualeditview.h | d7846a33532c3dd8508c445411e630a1cf8bf680 | [] | no_license | yzz1/GitStudy | 938258650d5b2268ed02a0a5fc25a6cbbee1d3dc | e58e2800fbecc74d26278b88c2bd24d259850d5e | refs/heads/master | 2021-01-12T10:01:43.331153 | 2016-12-14T01:08:26 | 2016-12-14T01:08:26 | 76,337,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | h | /****************************************************************************
**
** 文件名称: individualeditview.h
** 功能概述: 个人联系表编辑界面类
** 版本号: 1.0
** 作成日期: 20151113
** 作成者: HSCN
** 修改日期: 20151113
** 修改者: HSCN
**
****************************************************************************/
#ifndef INDIVIDUALEDITVIEW_... | [
"zhenzhongyao@126.com"
] | zhenzhongyao@126.com |
f0acf302370ad92057d7a05d567a1b608d08e78f | dcac044d2c30fc082a2bdcbba3fe2e755acc629b | /ProjectPractic/ProjectPractic/MyForm.h | 2d8257b7cc22328ead4dcbe53462787c07f32041 | [] | no_license | Terrorrene/SPbCT_AfanasevSP | 1357a66401a7fea5bc6b69a47917ca6022d50993 | 55f1ccc24e39235f43a4c8dd90cbecfc9389e1eb | refs/heads/main | 2023-02-01T14:01:44.048486 | 2020-12-15T04:29:41 | 2020-12-15T04:29:41 | 306,569,328 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 13,524 | h | #pragma once
#include <ctime>
#include <iostream>
#include <Windows.h>
#include <stdio.h>
#include <fstream>
#include "SorrDLL.h"
//#include <thread>
int q=0, ch[100];
//Абстрактный вектрор
struct vector
{
public:
int size;
int index;
int** chislo;
int& operator[](const int&);
};
void vectorf(vector* a, int n, int... | [
"noreply@github.com"
] | noreply@github.com |
d9ef39a6f759f8df1bb03a3597a1ae54a7648b4b | 0b148b758e5314decf439dd06b870b48053262b5 | /cpp/lesson21_0.cpp | dfef79307c76896f2e3701f686f330eab3d70d35 | [] | no_license | danielzhang1998/xiaojiayu_lesson_coding | 31b0c43ad86fb739637fe6f61da3199b891b082c | 42cf18fe12f78b3d528d7716f053fe8e39dcded6 | refs/heads/main | 2023-03-11T13:39:50.212571 | 2021-03-05T08:13:27 | 2021-03-05T08:13:27 | 338,525,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,436 | cpp | #include <iostream>
#include <string>
class Lovers
{
public:
Lovers(std::string theName); // 构造器
void kiss(Lovers *lover);
void ask(Lovers *lover, std::string something);
protected:
std::string name;
friend class Others;
};
class Boyfriend : public Lovers
{
public:
Boyfriend(std::string the... | [
"noreply@github.com"
] | noreply@github.com |
ac51726db448db61c10206dfa8523c6cdae297de | 958210fd96a92d19893776ba5404de90031dc580 | /src/kpextract.cpp | 299280ec114e204819ec07393a57f5e7fdffcc0e | [] | no_license | elrinor/shiken | 6f8da4f8aaaf57ab7f88860719693e105ab1871e | 41a87d836708467b2321f44255dbceaee3039c67 | refs/heads/main | 2023-09-05T23:13:23.866319 | 2021-10-31T18:45:39 | 2021-10-31T18:45:39 | 423,228,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,214 | cpp | #include "config.h"
#include <cstdlib> /* for srand() */
#include <ctime> /* for time() */
#include <iostream>
#include <exception>
#include <boost/lexical_cast.hpp>
#include <boost/program_options.hpp>
#include <vigra/stdimage.hxx>
#include "acv/Extractor.h"
#include "Common.h"
int main(int argc, char** argv) {
u... | [
"ru.elric@gmail.com"
] | ru.elric@gmail.com |
5fa60c3900dbc723375c9a090eee4ba98bb8dc37 | 86e0d9fd9a0ac257b85b398d613930d86c8a7d4e | /MyEngine/MyEngine/MyEngine_Core/src/graphics/Renderable2d.h | c476542b7b097b005388b039a0d3c203dfe9b474 | [] | no_license | RapheMellor/Game-engine | 370953ae1beaa55254f7c752ec321d23f3cb9ef0 | 29557da1e153665d8dfd185c8ddb7eac1471d3f7 | refs/heads/master | 2020-03-17T15:27:51.968424 | 2018-05-16T19:42:01 | 2018-05-16T19:42:01 | 133,711,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,783 | h | #pragma once
//Include files
#include "Buffers/VertexBuffer.h"
#include "Buffers/IndexBuffer.h"
#include "Buffers/VertexArray.h"
#include "../Maths/Maths.h"
#include "Shader.h"
namespace MyEngine { namespace graphics {
class Renderable2D
{
//Protected functions
protected:
Maths::Vector3 m_Posit... | [
"noreply@github.com"
] | noreply@github.com |
ebf25cc3dda457e89d1f61fbba83d2a1bc302554 | 17e36f4300aefc70743277b370dae40000e20ec2 | /Engine/lib/assimp/code/Obj/ObjFileData.h | 298d1e1b7d62030cec198a696c255df7af643452 | [
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | JeffProgrammer/Torque3D | e9746a70aaac51e271c6f6c75e98c2ee672a1418 | ce79101cb350e5df4281a1de51ee934142de6e2b | refs/heads/Preview4_0 | 2023-01-23T00:37:25.922742 | 2021-04-23T07:02:29 | 2021-04-23T07:02:29 | 270,866,275 | 2 | 1 | MIT | 2022-05-25T02:42:00 | 2020-06-09T00:41:36 | C++ | UTF-8 | C++ | false | false | 10,432 | h | /*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2020, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following condition... | [
"Areloch@gmail.com"
] | Areloch@gmail.com |
b5ea41dec9cd2b2abbd2a63a7b22d71db28d5e2a | aa10e3edb2d9db88b0fa48beee2c8a4c93d6958f | /ch05/0529ex.cpp | 0d4f18810f2e4339d6c6ebcbb86d7f7934c3bbb8 | [
"MIT"
] | permissive | mallius/CppPrimer | e1a04d6e1a00d180ecca60a0207466a46a5651b7 | 0285fabe5934492dfed0a9cf67ba5650982a5f76 | refs/heads/master | 2021-06-05T10:32:55.651469 | 2021-05-20T03:36:22 | 2021-05-20T03:36:22 | 88,345,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 545 | cpp | #include <iostream>
#include <vector>
using namespace std;
class Obj {
public:
// Obj(): ival(0), kval(0), jval(0), vec() { }
int ival, kval, jval;
vector<int> vec;
};
int main(void)
{
Obj obj;
Obj *ptr = &obj;
if(ptr->ival != 0) //正确
cout << "ival: " << ptr->ival << endl;
if(ptr->ival != ptr->jval < ptr->... | [
"mallius@qq.com"
] | mallius@qq.com |
d966aef670852b1d85fcd730c3b5320e3a679280 | 1569f3417e66ac1d9720dc8d89d00b7241867c75 | /src/include/models.hpp | f07a90a68029556de5f5447cba5ac4c10a1fdaea | [] | no_license | muschellij2/gfpca | c404178deb40bc98afc6ecc77e977a4625f69f66 | 1666b448ea728ebfd52e61ece62cf86aea50564a | refs/heads/master | 2021-01-18T01:26:46.344108 | 2016-06-09T16:07:11 | 2016-06-09T16:07:11 | 58,102,882 | 0 | 0 | null | 2016-05-05T03:54:40 | 2016-05-05T03:54:39 | C++ | UTF-8 | C++ | false | false | 29,061 | hpp |
#ifndef MODELS_HPP
#define MODELS_HPP
#define STAN__SERVICES__COMMAND_HPP
#include <rstan/rstaninc.hpp>
// Code generated by Stan version 2.9
#include <stan/model/model_header.hpp>
namespace model_gfpca_namespace {
using std::istream;
using std::string;
using std::stringstream;
using std::vector;
using stan::io::du... | [
"jeff.goldsmith@columbia.edu"
] | jeff.goldsmith@columbia.edu |
cf9df2b88db2e83798d22466cda5cdadb9786763 | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_WeapBola_functions.cpp | 38c3a206c073771379a8dce0d78801009106835e | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,329 | cpp | // ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_WeapBola_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//-------------------------------------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
61f15b95455eece11cfcd422af6bb8d88f30b958 | 0136056dd39ac03260a58153041dafc2c82dc696 | /__linux__C__C++/project/hVS/version1.0/event/event.cpp | f825843b33c20bf8e133addc57f127ea36ad7291 | [] | no_license | heyuanlong1/test7879 | 4fd4ca8c25c56e7498f8160f366cc85344d6e31e | 4f411fc44fb2b0fc95b034f374769ca6aa66b67e | refs/heads/master | 2020-06-17T20:46:55.003633 | 2019-08-15T03:45:24 | 2019-08-15T03:45:24 | 74,970,442 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,207 | cpp | #include "event.h"
#define LOBBY_NET_UPD_BUF_SIZE 1500
static int lobby_server_upd_socket = -1;
int event_lobby_init()
{
int port = get_lobby_server_udp_port();
lobby_server_upd_socket = net_udp_socket_init(port);
printf("event_lobby_init lobby_server_upd_socket:%d\n", lobby_server_upd_socket);
return 0;
}
int ev... | [
"1023417614@qq.com"
] | 1023417614@qq.com |
e5cdfe9bc7f48b9c70073a8f15077c082ab42ddb | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/protocols/minimization_packing/MinMover.cc | 71b68515dc69d00219b8008e2227dbea1f977e37 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 20,999 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
26c26cacbe878f77db38591e2f0486e7c8a346d6 | 9b419f114d20f98a7719fabd32379035ff444923 | /include/ImageDrawer.h | 02855aef51a1d703cd5877e9df118216587029ba | [] | no_license | phelrine/kica | ecd553725b7e1d84529866c728224bbcb75838ac | 828881d6df9a52b5c65d662b86d577278c9c66a6 | refs/heads/master | 2020-04-08T20:34:33.884854 | 2011-07-12T02:47:49 | 2011-07-12T02:47:49 | 1,966,187 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 566 | h | #ifndef IMAGEDRAWER_H_INCLUDED
#define IMAGEDRAWER_H_INCLUDED
#include <XnOpenNI.h>
#include <XnCppWrapper.h>
#if (XN_PLATFORM == XN_PLATFORM_MACOSX)
#include <GLUT/glut.h>
#else
#include <GL/glut.h>
#endif
#include "TextureDrawer.h"
class ImageDrawer : public TextureDrawer
{
xn::ImageGenerator generator;
GLuby... | [
"phelrine@gmail.com"
] | phelrine@gmail.com |
581d441e01122350501c55bf4bdcaa9a4618f11f | 79e672e1718b5a027dfb0a4ae946c0a5fbb35431 | /CivilOffice/person.cpp | 4ee0e315c41e6b311d25ccfb464868c63443afe8 | [] | no_license | Sotiraqi/OOP-Projects | c6a27b1faaf8463c2507a9ba297d936fc52e8709 | 7de808db3367d8d9ab3b6832255a29c66966d983 | refs/heads/main | 2023-03-17T20:35:03.909606 | 2021-03-24T14:05:43 | 2021-03-24T14:05:43 | 351,093,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp | #include "person.h"
CPerson::CPerson()
{
name_surname = "";
m_name_surname = "";
f_name_surname = "";
birth_day = 0;
}
CPerson::CPerson(string p_data, string pm_data, string pf_data, long int birthday)
{
p_data = name_surname;
pm_data = m_name_surname;
pf_data = f_name_surname;
birthday = birth... | [
"noreply@github.com"
] | noreply@github.com |
a62fa066f00d215e84eaaa28a67874d7a742e509 | dd1e3221c0b9378457ef54a409788b42b8df66ea | /Applications/BasicScenes/App.cpp | 25633782e9f320ed45e5f37f3e67759f264b6edd | [
"MIT"
] | permissive | FTD2012/Hieroglyph3 | b1b83bea2c7b8e08c2916d2b9006ae77264bfcc4 | 10adfe1639747ecb6aa0bb5a4d2618383758d361 | refs/heads/master | 2022-11-02T07:28:00.660292 | 2020-06-19T12:41:56 | 2020-06-19T12:41:56 | 273,384,411 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,002 | cpp | //--------------------------------------------------------------------------------
// This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed
// under the MIT License, available in the root of this distribution and
// at the following URL:
//
// http://www.opensource.org/licenses/mit-license.ph... | [
"invokerleve@gmail.com"
] | invokerleve@gmail.com |
e3a006f836981ebebe5a578a145bc573b65f3c34 | bd321bc5612ca3812451e67ed7ea774afdba6b8e | /Common/EpollServer.h | 7b0eba6a6b2ba99df0b3b5900b78202fb8a2543b | [] | no_license | Cho-Sungmin/GameServerStudy | 4d8fe0aee2fb1f1bc6d70cb024352f8ab9dc41bd | 46b63e5c10f1eb1a04be281f6f210c1dd422c58d | refs/heads/main | 2023-07-19T15:32:30.940601 | 2021-09-10T15:00:12 | 2021-09-10T15:00:12 | 355,748,653 | 0 | 0 | null | 2021-09-10T15:00:13 | 2021-04-08T03:09:59 | C++ | UTF-8 | C++ | false | false | 2,005 | h | #ifndef EPOLL_SERVER_H
#define EPOLL_SERVER_H
#include <sys/epoll.h>
#include <sys/unistd.h>
#include <thread>
#include <functional>
#include <condition_variable>
#include <queue>
#include "Debug.h"
#include "Server.h"
#include "JobQueue.h"
#define MAX_EVENTS 5
enum EventType
{
INTR = 0,
INVALID,
ACCEPT... | [
"asakura_12@naver.com"
] | asakura_12@naver.com |
42c4099a46124b221337d2391d7615562d1d274f | 1af9022022bfca31d779de2ab908d7c6eadb03db | /forethought/2.cpp | 8c16bca49f27b0ed6259db61df92eed2b64495a0 | [] | no_license | ashrafmoid/cp | 2366b49eedc2af4c1ae21c8cc75d3720e94eb1ac | 01d012b6473f134973ac734a796de7eef0f9c37f | refs/heads/master | 2020-05-16T12:05:37.994523 | 2020-03-08T22:37:17 | 2020-03-08T22:37:17 | 183,037,192 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,361 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define f first
#define s second
#define mp make_pair
vector<int> z(100005);
void z_function(string s) {
int n = (int) s.length();
for (int i = 1, l = 0, r = 0; i < n; ++i) {
if (i <= r)
z[i] = min (r - i + 1, z[i - l]);
... | [
"ashrafmoid1999@gmail.com"
] | ashrafmoid1999@gmail.com |
2b049bd9cdb6ec61bf79e562fc038c7e408f7733 | 280f525f0c24052c4bfd9a789a163b442308dd66 | /classes/Map.cpp | cbac1220d0cd4ce77adb1b2adafb6d5d544ec324 | [] | no_license | Arthareos/BombitzaLabz-Reborn | fd2c2cee1687cb4c3acd56eb48caf4e876380b6d | 3c4d7eb71392ac787711d4ebfb5884eb984f3c38 | refs/heads/master | 2022-04-22T04:08:41.165791 | 2020-04-20T18:10:24 | 2020-04-20T18:10:24 | 235,392,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,297 | cpp | #include "Map.h"
//height and width in tile number
Map::Map(sf::RenderWindow& window, int16_t width, int16_t height, Biome biome)
{
m_offsetWidth = window.getSize().x / 2 - width * 32;
m_offsetHeight = window.getSize().y / 2 - height * 32 + 32;
this->m_width = width;
this->m_height = height;
std::string texture... | [
"difonzosimone@hotmail.com"
] | difonzosimone@hotmail.com |
7f8ffc66f6c258ba7a16d717ea3aa9ad1247f73b | bab7cee09c1f90c93f98aad8c83180197a2cdabe | /devel/.private/geographic_msgs/include/geographic_msgs/GeoPointStamped.h | 27be36e64824cdeef3d8e79821018b35db792342 | [] | no_license | lievech/car_simulation_ws | 25ccad1677e4af9054f8f2298b54ad44e4058676 | d3c74a3af3f242e34fac97d525325ab62d2be3a5 | refs/heads/master | 2020-08-02T06:32:10.944218 | 2019-09-28T02:56:50 | 2019-09-28T02:56:50 | 211,263,284 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,209 | h | // Generated by gencpp from file geographic_msgs/GeoPointStamped.msg
// DO NOT EDIT!
#ifndef GEOGRAPHIC_MSGS_MESSAGE_GEOPOINTSTAMPED_H
#define GEOGRAPHIC_MSGS_MESSAGE_GEOPOINTSTAMPED_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_mes... | [
"2328187416@qq.com"
] | 2328187416@qq.com |
b472cb5e997da5d814c0fcd989381216532f9256 | cabb2e8677a59efa8ccf8d23479440d4a0d9ac6b | /Thermal_Energy_Storage_with_Finite_Volumes/code/write.hpp | 03449a6fb50404d05130940deeada0410876e6db | [] | no_license | loregiac/Projects | 6cde7725f7e423b81901cf356934260724b364a3 | 23f7f2de35bb4181feb1b5864a90a5df050f81d5 | refs/heads/master | 2021-01-24T13:14:52.057433 | 2018-02-27T18:03:15 | 2018-02-27T18:03:15 | 123,161,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | hpp | /***********************************************************************
* *
* Code for project of "Fundamentals of CFD Methods" course *
* *
* Author: Lorenzo Giacome... | [
"glorenzo@student.ethz.ch"
] | glorenzo@student.ethz.ch |
801084151097fa2dd806888724ac02d4755c3b10 | d9d2569b29d7827eeb80e63d46a108c6f1cfd20b | /codigo_final_lab1/codigo_final_lab1.ino | db15388116549e9566470e07e8afdfc6a28daeb5 | [] | no_license | soficantarelli/SaliendoLaberinto | 0763116e2a57781fc45db9ffe57dbfa3397d5b0f | d2390f2da0f6857b8011d0e36fe343aed6e0f740 | refs/heads/master | 2020-06-07T10:54:20.733010 | 2019-06-21T00:59:03 | 2019-06-21T00:59:03 | 193,006,102 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,790 | ino | #include <AFMotor.h>
#define STOPPED 0
#define FOLLOWING_LINE 1
#define NO_LINE 2
#define CONT_LINE 3
#define POS_LINE 4
#define RIGHT_TURN 5
#define LEFT_TURN 6
#define IZQUIERDA -1
#define DERECHA 1
AF_DCMotor motor1(1, MOTOR12_64KHZ);
AF_DCMotor motor2(2, MOTOR12_64KHZ);
const int SensorIzquierdo = A0; //izquie... | [
"noreply@github.com"
] | noreply@github.com |
c45d6331f629b46e9277372e6923a145eb2112c9 | 54b37241d83de4de308f335d412e0ce9df392a78 | /src-char-ox/Core/Math/sci_lapack.h | 22ba10a58f4452f9e913ac5bb78de5c18cc88a3c | [
"MIT"
] | permissive | jholmen/Uintah-sc19 | dac772fbbc7ab9b8b2bf1be02a08c9e2d8166d24 | fae5ebe7821ec23709e97736f1378aa4aa01e645 | refs/heads/master | 2023-04-15T21:18:28.362715 | 2021-04-20T13:54:30 | 2021-04-20T13:54:30 | 359,625,839 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,672 | h | /*
* The MIT License
*
* Copyright (c) 1997-2018 The University of Utah
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* right... | [
"jholmen@sci.utah.edu"
] | jholmen@sci.utah.edu |
f5ab84643dde941e915baf4889865cd4b08556c3 | cefd6c17774b5c94240d57adccef57d9bba4a2e9 | /Data/src/DataException.cpp | f252fa81137314a20aca251eeece267d854d67ba | [
"BSL-1.0"
] | permissive | adzhou/oragle | 9c054c25b24ff0a65cb9639bafd02aac2bcdce8b | 5442d418b87d0da161429ffa5cb83777e9b38e4d | refs/heads/master | 2022-11-01T05:04:59.368831 | 2014-03-12T15:50:08 | 2014-03-12T15:50:08 | 17,238,063 | 0 | 1 | BSL-1.0 | 2022-10-18T04:23:53 | 2014-02-27T05:39:44 | C++ | UTF-8 | C++ | false | false | 3,140 | cpp | //
// DataException.cpp
//
// $Id: //poco/Main/Data/src/DataException.cpp#8 $
//
// Library: Data
// Package: DataCore
// Module: DataException
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or organization... | [
"adzhou@hp.com"
] | adzhou@hp.com |
1205386b16f2e8eb762db03172a8b5f096b0cad2 | 31b9b180a9866b317dc7483b9b3bd51e2634b321 | /Meta/Test/TypeTraits_test.cpp | f8fe9a30b89a46a92c2cfbd0ae61f0dd91653768 | [] | no_license | davidandpenny/Cpp | c49c554b1b51a7b608b52f2f7011258035868669 | ebed36f912dc25c0923ac3653020990873e1f0de | refs/heads/master | 2020-05-18T11:34:51.404266 | 2018-05-25T21:38:16 | 2018-05-25T21:38:16 | 41,175,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,608 | cpp | #include "TypeTraits.h"
#include <cstdint> // for int8_t.
using namespace Std;
namespace {
// Confirm char types:
static_assert(is_character<char>(), "char is a character");
static_assert(is_character<const char>(), "const char is a character");
static_assert(is_character<char&>(), "char ref is a character");
... | [
"David.Oliver@virgingalactic.com"
] | David.Oliver@virgingalactic.com |
f79bfeda37001a8f3d8c117d767f840916dc301c | 80838913ef3980da9a19edfaeca56c4cfdf080a4 | /Source/system/resource_manager.h | 12596a33dc1bc482e9ddc644c9aa427905fff1cd | [] | no_license | devmabbott/SDL_Tetris | ba0bc1f2ae278a78c7aeba8d78aad26880aeb3cd | 00494211425c742139ca8a2c068541fc8799371d | refs/heads/master | 2021-01-22T03:30:42.971589 | 2013-04-10T10:51:34 | 2013-04-10T10:51:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,522 | h | #ifndef RESOURCE_MANAGER_H
#define RESOURCE_MANAGER_H
#include <map>
#include <string>
#include <memory>
template<typename T> class ResourceManager {
public:
typedef std::shared_ptr<T> Resource;
/// Preloads a resource
void add(const std::string& key ) {
if ( resources.count(key) == 0 ) resourc... | [
"ichbinpunk@gmail.com"
] | ichbinpunk@gmail.com |
c58b95b8d4468e11c18d07c89fb658914aec4c74 | a0ef3aa1b3118baf54dc186d89c35072b8d96d54 | /codeforces/1385/D.cpp | effe03ec539a56d5b908022a6cec2a683c84bc3a | [] | no_license | arjunbangari/Problem-Solving | 110398129698038660e558509c46c385e7848cc3 | 9c9760627a3fbdd97ecee8cbc02245a3ea0f7fda | refs/heads/master | 2023-02-05T17:09:40.631840 | 2019-08-10T12:02:00 | 2020-12-29T11:52:13 | 324,994,511 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,139 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef long double ld;
typedef pair<ll,ll> pll;
#define endl "\n";
#define fast ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL)
ll const inf = 1e18;
ll const maxn = 1e6+5;
ll const mod = 1e9+7;
// code begins here
ll n;
string s;... | [
"sarjun99718@gmail.com"
] | sarjun99718@gmail.com |
2feb03c0bd2ff8784c512eb9f288ad7a28a6c936 | 4c052882366dd86b06880d8e9908b30d627b8d2e | /1094_car_pooling/solution.cpp | a9af2eaa2cda52139dda87f0a59c4d84a09a20d3 | [] | no_license | adithya-tp/leet_code | da93c9f4422d92c472e5595011abf898ae88586e | 42204865cde865dd5b8306c3e1861b8086fb19e6 | refs/heads/master | 2022-08-31T14:28:54.711351 | 2022-08-11T15:18:04 | 2022-08-11T15:18:04 | 214,262,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | cpp | class Solution {
public:
bool carPooling(vector<vector<int>>& trips, int capacity) {
int total = 0;
vector<pair<int, int>> make_number_line;
for(auto it = trips.begin(); it != trips.end(); it++){
make_number_line.push_back(make_pair((*it)[1], (*it)[0]));
make_number_l... | [
"adithyatp@yahoo.com"
] | adithyatp@yahoo.com |
156d992b96560a4c60de05112cf1f98e4448c51c | 236a60e070e02d9552293cd5ecad5b61578fbf3f | /src/br/com/hygor/uri/cpp/starter/_1007_diferenca.cpp | 7d6a6526aa4ddf9879cf084cdcc283fab7946f57 | [] | no_license | zygor06/URI | cf961d4bc90f9b6cc39e2a172e5ac80891b9f1a4 | 49030c1e56db196e0c6a1fe7edd8ad3177f40b07 | refs/heads/master | 2021-08-29T21:09:32.032130 | 2017-12-15T01:25:33 | 2017-12-15T01:25:34 | 113,379,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | cpp |
//
// @author Hygor Dias
// @github github.com/zygor06
//
#include <iostream>
using namespace std;
int main(){
//Implementar resolucao do exercicio _1007_Diferenca
}
| [
"hygor_christian@hotmail.com"
] | hygor_christian@hotmail.com |
2fc2a46bb3013448c052a469627499ed86ccadac | 7b9e626cfc3aa45ff44f79b0fb31b782a17d6c98 | /src/dynamics/smagorinskyBGKdynamics.h | ccf3ca9021d789c1f45dbc13680c05313d44e33e | [] | no_license | lex16000/LBv1.2 | e95b1b42925aaa892e6099be83496a0a56271dff | cee82cc6fe75d2f9b25a9f62ce8d50d3480c47ac | refs/heads/master | 2021-04-06T01:41:48.099885 | 2018-04-04T12:01:09 | 2018-04-04T12:01:09 | 125,254,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,301 | h | /* This file is part of the OpenLB library
*
* Copyright (C) 2012-2015 Mathias J. Krause, Jonas Latt, Patrick Nathen
* E-mail contact: info@openlb.net
* The most recent release of OpenLB can be downloaded at
* <http://www.openlb.net/>
*
* This program is free software; you can redistribute it and/or
* mo... | [
"schulz_a_alexander@hotmail.com"
] | schulz_a_alexander@hotmail.com |
0d6be53c41d89ac0ad87e968a1af3c6a28daa029 | 6fc95be6087ac2a3c36946d0d1fcaa46cd09723f | /countLeafNodes.cpp | d274410af1579038ff05ed9d7e00a53c507ebcd3 | [] | no_license | tommotaku/Tree-Data-Structure | 0b34d406fdf2243f07a02f88ea3f8549937de719 | 4b80c224cc074066004731ceb3a2fd8a8592be66 | refs/heads/master | 2023-01-29T03:23:56.810600 | 2020-12-07T07:58:48 | 2020-12-07T07:58:48 | 261,506,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,513 | cpp | #include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define loop(i,n) for(int i = 0; i < n; i++)
#define mp make_pair
#define F first
#define S second
#define asort(a) sort(a,a+n)
#define vsort(v) sort(v.begin(), v.end())
#define remdup(v) v.erase(unique(v.begin(), v.end()), v.end())
#define iter(m) fo... | [
"pepito.tip@gmail.com"
] | pepito.tip@gmail.com |
d154ca2cfd77acc52495eb8f96be15b106e578c5 | aa402b47eb8430b7f0f74201cc5364aaffb05fac | /src/include/platform/internal/GenericPlatformManagerImpl_Zephyr.h | 6c4a6a2eda109406370e791f6d07e2f553cd4f90 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Forest-Rain/connectedhomeip | 7105a5f43c2f9edf16726863bf0e4335aca085f4 | aef5db43b94095b5d60e94ba2009ca29ae92cdd0 | refs/heads/master | 2023-07-18T21:40:44.592434 | 2021-09-15T23:05:12 | 2021-09-15T23:05:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,483 | h | /*
*
* Copyright (c) 2020 Project CHIP Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"noreply@github.com"
] | noreply@github.com |
010e5970c674e638ed42aca6100b7ef1a1b73624 | d00367a4edb27448ed322069f1d7b9eb740a974f | /Library/Il2cppBuildCache/Android/arm64-v8a/il2cppOutput/UnityEngine.SharedInternalsModule_Attr.cpp | 94baa0280c5472ed5d39a9df72d234883bcbb392 | [] | no_license | Kyoungminn/project_teample | c43b25bdd342180a60b5921104ce8f9ddf385f88 | e9c3b97154d69a2e111171c59ee759cd86693404 | refs/heads/main | 2023-07-12T23:30:59.161224 | 2021-08-17T06:49:35 | 2021-08-17T06:49:35 | 397,087,564 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 146,177 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Char[]
struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
// System.AttributeUsageAttribute
struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8... | [
"minnkyoung2014@gmail.com"
] | minnkyoung2014@gmail.com |
83f4992ee3fd4bc60439e2467d92520b7634819c | a6a8538a362a1c50e1aad22869dff4612e0e5417 | /nvpr_svg/cairo/scene_cairo.cpp | e422667382d38f3d3c3f3d339860ef9c222c8133 | [] | no_license | victusfate/nvpr_demo | da4d34a04a93799cf056ad8abf20cf5f24f6afef | f6c6ec9bf133b28f22f4cdc851465c6cf7ed69fd | refs/heads/master | 2021-01-09T21:58:24.962794 | 2013-02-24T19:37:33 | 2013-02-24T19:37:33 | 8,395,367 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,052 | cpp |
/* scene_cairo.cpp - Cairo renderer usage of path rendering scene graph. */
// Copyright (c) NVIDIA Corporation. All rights reserved.
#include "nvpr_svg_config.h" // configure path renderers to use
#include "scene_cairo.hpp"
#if USE_CAIRO
inline cairo_matrix_t gl2cairo(const float4x4 &m)
{
cairo... | [
"messel@gmail.com"
] | messel@gmail.com |
fbd770744301d644cfe1851e20056e4c2b119ad7 | 84a19fe0b89bb19caa1641aeadc9623c1a181767 | /abc/133/f.cpp | 841a071eef93f4dcd9e57179a196ac4267ec705f | [
"MIT"
] | permissive | wotsushi/competitive-programming | 75abae653cff744189c53ad7e6dbd2ca1a62e3a8 | 17ec8fd5e1c23aee626aee70b1c0da8d7f8b8c86 | refs/heads/master | 2021-06-10T06:42:40.846666 | 2021-05-31T10:32:51 | 2021-05-31T10:32:51 | 175,002,279 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,291 | cpp | #pragma region template 2.4
#include <bits/stdc++.h>
using namespace std;
template <typename T>
using pq_asc = priority_queue<T, vector<T>, greater<T>>;
typedef long long ll;
typedef vector<ll> vi;
typedef vector<vi> vvi;
typedef pair<ll, ll> ii;
typedef vector<ii> vii;
typedef vector<string> vs;
#define REP(i, n) for ... | [
"wotsushi@gmail.com"
] | wotsushi@gmail.com |
74e8084ab1aa5cf59a239ed3e3e0ee4b7e48ca4d | 38295d730791898c8a3c78bb5cbb10a662c25b90 | /tc3-plc/beispiele/beispieleDriver.cpp | 7fde06eb1e4185f17505047943cadb9663f28df5 | [] | no_license | ansuro/twincat3demo | 49cf8c753146d33bae3b553b8e65367397fb250b | 2437ad952f34df4e596d0085df2c5e467ff9c104 | refs/heads/master | 2022-04-19T05:51:46.589813 | 2020-04-17T21:14:49 | 2020-04-17T21:14:49 | 254,726,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 606 | cpp | ///////////////////////////////////////////////////////////////////////////////
// beispieleDriver.cpp
#include "TcPch.h"
#pragma hdrstop
#include "beispieleDriver.h"
#include "beispieleClassFactory.h"
DECLARE_GENERIC_DEVICE(BEISPIELEDRV)
IOSTATUS CbeispieleDriver::OnLoad( )
{
TRACE(_T("CObjClassFactory::OnLoad()\n... | [
"ansuro@users.noreply.github.com"
] | ansuro@users.noreply.github.com |
7b130c3387227ed5f4e8053da85cb6bc811393b8 | 5cb9dccbcccb8a2137368dd0615fe3e3c7761707 | /simulations/kinova/devel/.private/moveit_msgs/include/moveit_msgs/ExecuteTrajectoryActionGoal.h | 4d0fcbbaa84cad5bbc4334bea9224b8f4d09418c | [] | no_license | Simon-Steinmann/sim2real-modular-RL-project | b2467a393014e106043f6128a026f5eac934a83d | 4027590ac94de2d5c914731c09efcf2f318b9ca3 | refs/heads/master | 2020-07-29T01:30:56.450919 | 2019-10-12T09:33:00 | 2019-10-12T09:33:00 | 209,605,548 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,952 | h | // Generated by gencpp from file moveit_msgs/ExecuteTrajectoryActionGoal.msg
// DO NOT EDIT!
#ifndef MOVEIT_MSGS_MESSAGE_EXECUTETRAJECTORYACTIONGOAL_H
#define MOVEIT_MSGS_MESSAGE_EXECUTETRAJECTORYACTIONGOAL_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#... | [
"simon.steinmann91@gmail.com"
] | simon.steinmann91@gmail.com |
077cc243c398bf672e082723c277b681c1d0a568 | 32123c3af30ed0a8c551e2672b576aa7cb207b40 | /BJ/Hand.cpp | 0cd0c0ba288a79d2b0f203013fccff1f37dbd4ea | [] | no_license | DaniilMD/OOP | 116153a05cadae2503ae41a936b5d357e286b184 | e5603e86d53eeae46000354a2974258b2c136205 | refs/heads/master | 2022-12-10T06:03:39.820545 | 2020-09-15T08:39:34 | 2020-09-15T08:39:34 | 285,548,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | cpp | #include "Hand.h"
void Hand::Add(Card* pCard)
{
m_Cards.push_back(pCard);
}
void Hand::Clear()
{
m_Cards.clear();
}
int Hand::GetTotal() const
{
int sum = 0;
int aces = 0;
for (unsigned int i = 0; i < m_Cards.size(); i++)
{
int value = m_Cards[i]->GetValue();
if (value >= two && valu... | [
"noreply@github.com"
] | noreply@github.com |
0b3706fd3cfea61984e6ac273a88497bbd0c78f8 | 210f70d9490160b35ebbc4764f8054a83f448761 | /contracts/eosiolib_native/math/fabs.cpp | 93e0107c8631f7b93c8412baffed8bdd04033fd6 | [
"MIT"
] | permissive | zdfjt/pyeos | 3efbe4ff3531fb76705f9ed3f4b33e8166d09b18 | 4f04eb982c86c1fdb413084af77c713a6fda3070 | refs/heads/master | 2021-10-09T00:14:15.181468 | 2018-12-19T04:13:02 | 2018-12-19T04:13:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | cpp | #include <stdint.h>
#include "../double.hpp"
Double fabs(Double x)
{
union {double f; uint64_t i;} u;
u.i = x._v.i;
u.i &= -1ULL/2;
return u.f;
}
| [
"learnforpractice@gmail.com"
] | learnforpractice@gmail.com |
29a8592716bf7cbf72a6363b59e8d79f953cc925 | b777a42345d3a85914ece0a181ffd82a79082c8d | /SubscaleGPU/Clustering/Clustering.h | ea7981ae803778b5d828d95d9cfcc46dfc22ff00 | [] | no_license | KieferN/SUBSCALE_GPU | 6d16837b466e2381bca780d8c9f64d8425d220fa | 1dceeaec3421459426ee14d85264ceecc56d1b8f | refs/heads/master | 2022-12-29T04:01:33.821363 | 2020-10-16T20:54:21 | 2020-10-16T20:54:21 | 304,707,182 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 343 | h | #pragma once
#include "../Tables/LocalSubspaceTable.cuh"
#include "../SubscaleTypes.h"
// class for final clustering
class Clustering
{
private:
int minPoints;
double epsilon;
public:
Clustering(int minPoints, double epsilon);
std::vector<Cluster> calculateClusters(vector<DataPoint> points, LocalSubspaceTable* c... | [
"kiefer.nicolas@gmx.de"
] | kiefer.nicolas@gmx.de |
bceda222dc5fabcc81eb6cfab572053109f353da | 5cf898435ed5675fa3fa55e6e25c2ad0663324b0 | /Hearts Of Greed/Project_HeartsOfGreed/ParticleSystem.cpp | 9ded525fdd759f211cb3799dc9d74a4e2d2e7aa0 | [
"MIT"
] | permissive | x-mat-studio/HeartsOfGreed | 6b9ad93885f9621239459756151f0b98a0221491 | 2582b807627a32d6d73e5940525a1dcd13054636 | refs/heads/master | 2023-06-01T13:30:53.262178 | 2021-06-18T10:24:34 | 2021-06-18T10:24:34 | 243,086,903 | 3 | 1 | MIT | 2020-06-15T06:42:34 | 2020-02-25T19:41:45 | C | UTF-8 | C++ | false | false | 1,882 | cpp | #include "ParticleSystem.h"
#include "Emitter.h"
#include "Particle.h"
#include "EventManager.h"
ParticleSystem::ParticleSystem() :
Entity(fMPoint(0, 0), ENTITY_TYPE::PARTICLE_SYSTEM, ENTITY_ALIGNEMENT::NEUTRAL, nullptr, 0, 0),
active(false)
{}
ParticleSystem::ParticleSystem(float x, float y, ParticleSystem* co... | [
"47975174+jose-tello@users.noreply.github.com"
] | 47975174+jose-tello@users.noreply.github.com |
da47b2ff32875c6908718e08b7fae35f3514fbdf | 1f7cdf773f1e9ec93f3458af8f2e086a19eecad3 | /1019SystemyPozycyjne/main.cpp | a74740892369f921b2f5ec79a93921494dde261e | [] | no_license | konekwronek/SPOJ | a87fb67c1c4b331123388565f04277304b532d3b | 6efae91ed90a1cf7a94277c65becb35add9de690 | refs/heads/master | 2020-03-20T08:41:20.880674 | 2018-06-14T13:23:06 | 2018-06-14T13:23:06 | 137,316,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | cpp | #include <iostream>
using namespace std;
class numsys{
char cnum[10];
int number;
int length;
public:
void SetNumber(int n){number = n;}
void GetNumber();
void ToSystem(int sys);
};
void numsys::GetNumber(){
for(int i = length - 1; i >= 0; i--){
cout << cnum[i];
}
}
void numsys::ToSystem(int sys... | [
"32572821+konekwronek@users.noreply.github.com"
] | 32572821+konekwronek@users.noreply.github.com |
eb8dc9e0afc02cd9785b6475307669c79e0bddb2 | 4db134e702985a4e57bc9bf19b6a73da9b295dc7 | /GLImac-Template/TP3/exo3_structure_vertex.cpp | abfb290f1672c20aa7a663b94e876129113608e1 | [] | no_license | OMeyer973/IMAC_s3_opengl | e433f5e915c27b5a07f60178b250bbd9c49d95b4 | a9425d01eb4455fbc78e63ae296c0e056b81e3dc | refs/heads/master | 2020-04-03T15:50:27.137693 | 2018-12-03T11:51:12 | 2018-12-03T11:51:12 | 155,379,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,960 | cpp | #include <glimac/SDLWindowManager.hpp>
#include <glimac/Program.hpp>
#include <glimac/FilePath.hpp>
#include <glimac/glm.hpp>
#include <GL/glew.h>
#include <iostream>
#include <cstddef>
using namespace glimac;
struct Vertex2DColor{
Vertex2DColor();
Vertex2DColor(const glm::vec2 &vecPos, const glm::vec3 &vecCol) ... | [
"olivier.meyer973@gmail.com"
] | olivier.meyer973@gmail.com |
76a2e4005cf82add05b390fc94494551c217f0ba | 401f268de94e642daceae5f52bb8e5679d905dd2 | /Level1/13.문자열다루기기본/13.문자열다루기기본.cpp | 0d84da00dfc3a9a3b683a65b44544a9e080d2d36 | [] | no_license | getState/Programmers-Algorithm | 4c539ac25d72ca90d670be345164816635f7c1f2 | f70cbef8d3325949935a9a22b0ff8639bbf241bc | refs/heads/master | 2022-11-26T01:46:58.326560 | 2020-07-24T05:49:17 | 2020-07-24T05:49:17 | 275,632,488 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | cpp | #include <string>
#include <vector>
using namespace std;
bool solution(string s) {
bool answer = true;
if(s.size()==4 || s.size()==6){
answer = true;
}else{
return false;
}
for(int i = 0 ; i<s.size() ; i++){
if(s[i]<'0' || s[i]>'9'){
answer = false;
... | [
"asj4468972@gmail.com"
] | asj4468972@gmail.com |
c62a7c2b5ee3a88ecadb34410a5976e5d55bf794 | 6af8c27c35b601bb853e2502a438bf4e9b4e5175 | /login_server/user_opt.cpp | 40b9890df3007f9ace32faa64977eedaa7032e70 | [] | no_license | Czeslaw20/MyGameServer | c65ff523b801dfb113f48ffa66dd64bc157f8aa4 | d80c7b8abaecbd591d33dc84d3872a3660159d3e | refs/heads/master | 2022-12-17T23:49:40.055845 | 2020-09-26T15:50:53 | 2020-09-26T15:50:53 | 294,658,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,646 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string>
using namespace std;
void AddUser(const char *_name, const char *_password)
{
char buf[1024] = {0};
sprintf(buf, "./add_user.sh %s %s", _name, _password);
system(buf);
}
void AddUserM... | [
"1214665388@qq.com"
] | 1214665388@qq.com |
ed5a1be02519fabf5189e10ace9da08bb5c28309 | 7ce3c4db8c565883c5d6c1000824d67d8d104f62 | /OpenCLRayTracer/RayTracer/RayTracer.h | 435c1d940981d09e74234a8e1618ce56cdf6f02f | [
"MIT"
] | permissive | JSlowgrove/GCP-Assignment-2-OpenCL-Ray-Tracer | 455a758c28c94dd5206d3d5a3fbfad997b90cdf7 | df1c06d8b628bd63b2b530a1729612610ed7c36e | refs/heads/master | 2021-09-27T01:56:54.015807 | 2018-11-05T12:49:30 | 2018-11-05T12:49:30 | 151,534,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,419 | h | #pragma once
#include <vector>
#include "glm/glm.hpp"
#include "Ray.h"
#include "Triangle.h"
#include "Sphere.h"
#include "Box.h"
//Macros
// Ref: http://cs.lth.se/tomas_akenine-moller
#define EPSILON 0.000001
#define CROSS(dest,v1,v2) \
dest[0]=v1[1]*v2[2]-v1[2]*v2[1]; \
dest[1]=v1[2]*v2[0]-v1[0]... | [
"i7218850@bournemouth.ac.uk"
] | i7218850@bournemouth.ac.uk |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.