blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3b9cbd5509e1eaca38d6d378695f34dfba8b500f | 3d5c4df6e541876e132e7d8829b8d943d268022a | /Source/PuzzelPlatformer/PuzzelPlatformerInstance.h | 72ddf4647b82df24d1d8c64c6d50f9a45dc92ffc | [] | no_license | Reetro/PuzzelPlatformer | bae6960d36866f7ea3e4c734486e738934ae31fb | fc0a87a6609496113f356dae963835aec540a7b6 | refs/heads/master | 2020-12-03T18:56:52.479027 | 2020-03-26T20:46:02 | 2020-03-26T20:46:02 | 231,439,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Engine/GameInstance.h"
#include "MenuSystem/MenuInterface.h"
#include "PuzzelPlatformerInstance.generated.h"
class UUserWidget;
class UMainMenu;
class UMenuWidget;
/**
*
*/
UCLASS()
clas... | [
"thegamerboy7@gmail.com"
] | thegamerboy7@gmail.com |
e9ab04148ff8340f9f759fb201c7f87efef931e2 | 1552109747933e429903e04cb110690bac2d30ca | /Binary_search.cpp | 2d6887cb3cb88b639f7d80d1cb4a05f45b652351 | [] | no_license | surendra172001/cpp-programs | c01aaca4a66cb311df2d430f39511f803d0b4870 | 8829307b03f330ced22dcc4c872a20ead01c02e5 | refs/heads/master | 2021-03-24T01:21:33.765532 | 2020-03-21T11:47:14 | 2020-03-21T11:47:14 | 247,502,567 | 0 | 0 | null | 2020-03-21T11:47:15 | 2020-03-15T16:14:16 | C++ | UTF-8 | C++ | false | false | 871 | cpp | #include <iostream>
using namespace std;
int Binary_search(int a[], int start, int end, int k)
{
if (start <= end)
{
int middle = (start + end) / 2;
if (a[middle] == k)
{
return 1;
}
else if (a[middle] > k)
{
return Binary_search(a, start... | [
"sap172001@gmail.com"
] | sap172001@gmail.com |
89e74ea082727b25c4e700d59a91019b673d76c7 | c61c802fea3e3ccca3f611f8a3d9fe72a8053504 | /src/globalevent.h | 4bb272d7d7c6c76bad6d4c674e9c347e84225591 | [] | no_license | Johncorex/perfect-source | fce01617061641d04f9c36d4696b34fc219dae38 | 2d37b382ecf25364388ed4a8e390c3fb6e1577b9 | refs/heads/master | 2020-07-25T14:41:15.983264 | 2019-09-13T19:50:23 | 2019-09-13T19:50:23 | 208,326,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,936 | h | /**
* The Forgotten Server - a free and open-source MMORPG server emulator
* Copyright (C) 2019 Mark Samman <mark.samman@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eithe... | [
"gjohnes2018@gmail.com"
] | gjohnes2018@gmail.com |
624b1d70b272548175c065be8a1f4eb9e096c7d5 | 144d5b81b1c2af1c9f7fc9f4a398d3e6544a1d51 | /Source/smokeview/glui_bounds.cpp | 8b935fa2c808b5af923edc1d4293c328e5067b64 | [
"NIST-Software"
] | permissive | harboljc/smv | 22e7318272e6581676ee499779baf9ff75065031 | 01feb253e0edd90b6dbd416f925470f8c8dd589b | refs/heads/master | 2022-04-21T12:29:54.259846 | 2020-04-22T19:18:30 | 2020-04-22T19:18:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167,311 | cpp | #define CPP
#include "options.h"
#include <stdio.h>
#include <string.h>
#include GLUT_H
#include <math.h>
#include "smokeviewvars.h"
#include "IOscript.h"
#include "MALLOCC.h"
#include "glui_smoke.h"
#include "glui_bounds.h"
GLUI_Rollout *ROLLOUT_slice_bound=NULL;
GLUI_Rollout *ROLLOUT_slice_chop=NULL;
GLUI_Rollout ... | [
"gforney@gmail.com"
] | gforney@gmail.com |
0a8d0c5f43de3e158b8b30a11f0481d08555c1c6 | cf7ca00bb9f94f2056694a8e3705298ccf6932be | /BullsCar/BullsCar.h | 6982bf0c7da4337d709b90c4b4ace97b1b3b87e1 | [] | no_license | bullseye73/BullsCar | fd6c908dcf4311d65c51c58bef0738322bd766cf | ae6ef030c05e0dbf6e2730b39ea835376a9f0ee7 | refs/heads/master | 2021-01-13T01:44:58.453058 | 2012-07-12T04:21:53 | 2012-07-12T04:21:53 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 574 | h | // BullsCar.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error "PCH에 대해 이 파일을 포함하기 전에 'stdafx.h'를 포함합니다."
#endif
#include "resource.h" // 주 기호입니다.
// CBullsCarApp:
// 이 클래스의 구현에 대해서는 BullsCar.cpp을 참조하십시오.
//
class CBullsCarApp : public CWinApp
{
public:
CBullsCarApp();
// 재정의... | [
"bullseye73@gmail.com"
] | bullseye73@gmail.com |
14eb291d9292b611bfa31ff40cf404015b45f3fe | 90ee7e3223f1a57442c41326e5b6a4f54bf8908f | /original_content/myutil/log.cpp | 1368bb36dee748e489f512f4a1c3b91d0a46cb8f | [] | no_license | ThomasPf/Tor-Bandwidth-Fingerprinting | 7e08c51fbc6dbafa9e68600e5e5a3f433cb9a4e2 | 05344b27ec21d5c6864bd89a0a318360b82b7eb0 | refs/heads/master | 2020-04-11T08:07:49.945181 | 2019-01-31T17:09:34 | 2019-01-31T17:09:34 | 161,632,839 | 1 | 0 | null | 2018-12-13T11:59:59 | 2018-12-13T11:59:59 | null | UTF-8 | C++ | false | false | 162 | cpp | #include <sys/types.h>
#include <unistd.h>
#include <cstdio>
#include "log.h"
using namespace std;
void LOG(FILE* fp, char* msg)
{
fprintf(fp, "%s\n", msg);
}
| [
"nikita@illinois.edu"
] | nikita@illinois.edu |
4c42b874c87dddc3453d03b11192363bb94ea4f2 | 5908c584b22d8f152deeb4082ff6003d841deaa9 | /Physics_RT/Havok/Source/Physics2012/Collide/Agent3/Machine/1n/hkpCpuDoubleContainerIterator.h | 50205542816ad2b758c581dcb66ee75bf38ee5ae | [] | no_license | imengyu/Physics_RT | 1e7b71912e54b14679e799e7327b7d65531811f5 | b8411b4bc483d6ce5c240ae4c004f3872c64d073 | refs/heads/main | 2023-07-17T20:55:39.303641 | 2021-08-28T18:25:01 | 2021-08-28T18:25:01 | 399,414,182 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,869 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"1501076885@qq.com"
] | 1501076885@qq.com |
54a7e3dbe590d3e3ba17c2d7ae8683a2990024c7 | f83af3ef220fc8dc7af0ab296a2cad8c8a92281f | /kody w cpp/sort_buble.cpp | dc0e733a70131d31ee850cefcf1570a602a8b2d7 | [] | no_license | mateusz0407/gitrepo | 57633ab9fe727c918ee92745f4f810729b4431e6 | 63acc31b8819adcb3e646bb42ba7b4389449ec16 | refs/heads/master | 2021-07-01T16:40:12.032709 | 2019-02-22T12:14:31 | 2019-02-22T12:14:31 | 103,923,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | cpp | #include <iostream>
#include <time.h>
using namespace std;
void wypelnij(int t[], int n, int max)
{
srand(time(NULL)); // pobieranie czasu od 1970 do teraz
for ( int i = 0; i < n; i++)
{
t[i] = rand()% max+1; // funkcja losująca liczbę
}
}
void drukuj(int t[], int n)
{
for ( int i = 0; i < n; ... | [
"jackowskim2000@wp.pl"
] | jackowskim2000@wp.pl |
90cb2ca19c1f1b4513ab94cb390580e7dc5dad4c | d3bffcd475d0222184055752f278f49806e4f568 | /Sensor_calibration_w_Motor/Sensor_calibration_w_Motor.ino | 3addc0b514a8e72fe788b819d9e112d773958a2c | [] | no_license | derrickpehjh/CZ3004-Multidisciplinary-Design-Project | 806845c7853f0ff941d4815307efa9309106dbcd | 4c01bc4541f148c7a50ce20cf08088fcb48f8134 | refs/heads/master | 2021-09-09T19:12:34.448457 | 2018-03-19T04:49:47 | 2018-03-19T04:49:47 | 121,524,617 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,921 | ino | //import the library in the sketch
#include <DualVNH5019MotorShield.h>
#include <RunningMedian.h>
#include <EnableInterrupt.h>
DualVNH5019MotorShield md;
#define motor_encoder_left 3 //left motor
#define motor_encoder_right 11 //right motor
//the model of the short range sensor is "GP2Y0A21YK0F"
//The model o... | [
"derrickpehjh@gmail.com"
] | derrickpehjh@gmail.com |
b05c5e0599481856ad5a3745b00819c245896c62 | 56f3588e16e4d0c85611cae296897b1a11dc61ad | /backjoon/stepbystep/32.dp3/1086.cpp | 34d17a6b88da7c441398ff968d7f1c8c348744a6 | [] | no_license | cjswoduddn/algorithm-master | 24739f7481d4b51c03778181173a60faef09654a | 1be36ca27e2481fae905cb887dac7f9f373f0c7f | refs/heads/main | 2023-04-01T04:15:25.669272 | 2021-04-04T05:09:21 | 2021-04-04T05:09:21 | 336,210,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | cpp | #include<iostream>
#include<string>
#include<vector>
using namespace std;
typedef long long ll;
ll dp[100][1<<15];
vector<string> g;
vector<int> tenMOD(51);
vector<int> gMOD;
int N, MOD;
int mod(string& str){
int ret = 0;
int j = 0;
for(int i = str.size()-1; i >= 0; i--){
ret += ((str[j++]-'0')*tenMOD[i])%MOD;
... | [
"cjswoudddn@naver.com"
] | cjswoudddn@naver.com |
db296cacdcc83000e8b02bc67d29f3818c4ba3dd | 903ce2f7bf92b605b986b74fc1a8d8c2b0052e62 | /utilsJsonFS.h | eb0f9cb64597227c901cd73f4e8e282fc4210352 | [] | no_license | juanpc13/ESP32_Reloj | a242a83e74c723dea2f82386a68c157b34844e02 | 6e45ede2668a4c1a25d459194dfa7f927843e7de | refs/heads/master | 2020-04-09T06:42:08.926499 | 2018-12-14T20:37:17 | 2018-12-14T20:37:17 | 160,123,767 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,214 | h | #include <ArduinoJson.h>
class utilsJsonFS {
private:
utilsSPIFFS _uFS;
String _dataFilePath;
public:
void begin(utilsSPIFFS u) {
_uFS = u;
}
void dataFileTarget(String f) {
_dataFilePath = f;
if (!_uFS.fileExits(_dataFilePath)) {
Serial.print("No File ");
Se... | [
"juanpc13lolol@gmail.com"
] | juanpc13lolol@gmail.com |
7873fe4f92febef606db421d738298c22d8993bd | afa9fcd0f2443515ba89e96ed4eb9416e9d11847 | /include/GafferBindings/CompoundDataPlugBinding.h | 38833a511049ab339d779bf140557740bc0ca0fe | [
"BSD-3-Clause"
] | permissive | dneg/gaffer | 6eb12b3ab3cde00afdf170c456969a38f5968237 | e87cb50f55a048cd7f6d5dcdfe6f95e38db2c5b6 | refs/heads/master | 2021-01-16T18:13:33.456876 | 2013-09-24T17:23:58 | 2013-09-24T17:23:58 | 13,094,917 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,077 | h | //////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2012, John Haddon. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistr... | [
"thehaddonyoof@gmail.com"
] | thehaddonyoof@gmail.com |
4ca71b179e6dea04489456f18219861347794043 | bc4e54400d03b2adb57b683d3141e39c7a4dbe2b | /RayTracing/Project1/ReadInput.h | 44aaa6ee86bb5c780d9182cd41ad7d61db331020 | [] | no_license | mephistia/RayTracingCGA | 43192709de3881f2f962fdd5bd741ab30f10177b | 2e7cc0fb2c6ba1b33a9c3533d064865457254f70 | refs/heads/master | 2022-06-13T17:58:20.709568 | 2020-05-06T18:04:24 | 2020-05-06T18:04:24 | 255,691,499 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,200 | h |
#ifndef READINPUT_H
#define READINPUT_H
#include "Utilities.h"
#include "Camera.h"
#include "Metal.h"
#include "Lambertian.h"
#include "Dielectric.h"
#include "Sphere.h"
#include "HittableList.h"
class ReadInput
{
public:
ReadInput() {}
~ReadInput() {}
ReadInput(std::string filename) {
// abrir arquivo
inpu... | [
"39158254+mephistia@users.noreply.github.com"
] | 39158254+mephistia@users.noreply.github.com |
1adebe1ab5d02cb560655240ea21cc9a05848368 | 799e4351abb801105f1b3c86cfa97a944b6117b4 | /Classes/DataManage/MoneyManager.h | d13e2fe06ad8ce7c3453dc29610e44a60bd7b450 | [] | no_license | wu736139669/SmallGame_Cocos2dx | e53d5315718a111c1944b6a2d28ba9c9b60b8268 | bfe1a8fbd10eec78830e01d1dbcc4ca8f470e667 | refs/heads/master | 2021-01-19T16:51:22.475515 | 2015-07-01T03:34:15 | 2015-07-01T03:34:15 | 23,140,682 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,464 | h |
#ifndef MONEY_MANAGER_H
#define MONEY_MANAGER_H
#include "cocos2d.h"
#include <string>
#include "Singleton.h"
#include "JsonHelper.h"
#include "ComData.h"
enum e_ExchangeId {
DiamondToGold_1 = 1,
DiamondToGold_2,
DiamondToGold_3,
DiamondToGold_4,
DiamondToGold_5,
GoldToRice_1... | [
"736139669@qq.com"
] | 736139669@qq.com |
b6a05b1f9ae91129d695c41483359374f7981068 | 04fde8a09465f91bb95c407192a8ac6efe1ddf6a | /lab_01/density_distr/threads_stop_indicator.cpp | f8a0273a3658a7cb9eb05f702d4e4b3ffeaf4bc9 | [] | no_license | adv-dev-22/mm_ii | 235f11598385cfa72a491b09af6ab2141e6c607a | 1b36f027e86cd6f36417898740d6d8bdc4101cae | refs/heads/master | 2021-03-01T11:18:32.021677 | 2020-03-23T05:45:54 | 2020-03-23T05:45:54 | 245,780,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 713 | cpp | #include "threads_stop_indicator.h"
#include <QMutex>
#include <QDebug>
ThreadsStopIndicator::ThreadsStopIndicator(QObject *parent):
QObject(parent),
total_number_(0),
current_number_(0) {
}
void ThreadsStopIndicator::set_number(size_t number) {
total_number_ = number;
}
void ThreadsStopIndicator::drop_counter(... | [
"a2nced.c0mputin9.lms.17551@yandex.ru"
] | a2nced.c0mputin9.lms.17551@yandex.ru |
6acab46274304c7213c15585c598822531e27f4a | 279c6c16e999c2b30afa8277d24c14964d695297 | /tests/tests/precision_loss_experiment.cc | e0c43bf1a8fbe25bb338d76ac055c793629b4a40 | [
"Apache-2.0"
] | permissive | maxim-masterov/qx-simulator | 39647a729c526a0b3f34a0a314fec22a0bac7c3c | 87c289427e2d1c9573d1164ada8ad05a261ccefb | refs/heads/develop | 2023-04-23T11:12:33.251832 | 2021-01-26T15:11:04 | 2021-01-26T15:11:04 | 345,998,757 | 0 | 2 | NOASSERTION | 2021-05-04T08:37:37 | 2021-03-09T12:29:58 | null | UTF-8 | C++ | false | false | 1,636 | cc | /**
* @file
* @author Nader KHAMMASSI - nader.khammassi@gmail.com
* @date 10-12-15
* @brief
*/
{
uint32_t n=4;
qx::qu_register reg(n);
println("[T]======== Precision Loss Experiment =========[T]");
println("[+] performance :");
n=8;
qx::qu_register r(n);
qx::qu_register ref(n);... | [
"nader.khammassi@gmail.com"
] | nader.khammassi@gmail.com |
a31feb041ea8ee15a34420a31c17d513192e345a | 39eb39e0794827f24ddb54df398a1353ef8d8d4c | /算法/3n_1/main.cpp | 3e7f21a9d8514a27e458aee6be6ca0ead8361b5b | [] | no_license | XiaoYunZi1001/ACM | c0acc02d7e2978113acfb69240f382a0f4bb3237 | 7e73a77202cede0044bf957372a123fb882e34fe | refs/heads/master | 2021-05-26T05:10:33.304180 | 2018-10-06T13:20:50 | 2018-10-06T13:20:50 | 127,531,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 413 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
int a,b;
int run(int x)
{
if(x==1) return 1;
if(x&1) return run(x*3+1)+1;
else return run(x/2)+1;
}
int main()
{
while(scanf("%d%d",&a,&b)!=EOF)
{
int ans=0;
for(int x=min(a,b);x<=max(a,b);x++)
{
a... | [
"claire_hrz@qq.com"
] | claire_hrz@qq.com |
9ba9dc361b606534b8d58a611241a9353c10e7dd | fbf1762846a7b779b38740eabeeb7805ba79289e | /app/libs/ogre/OgreMain/include/OgreTagPoint.h | f8041d057d67a085621ac5fd941ed62a7987bb71 | [
"MIT"
] | permissive | litao1009/AndroidOgreTest | 8b591202515cfcc22d741d1c35da3ae9bf4a7bf4 | a339100e46631d45523c0a185a7e2ceaba89cc78 | refs/heads/master | 2020-06-14T18:04:32.390217 | 2019-04-17T07:03:52 | 2019-04-17T07:03:52 | 75,349,260 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,827 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | [
"lee@lee.com"
] | lee@lee.com |
990b903fe2a22aaf300e96dce521b47a1248c5ce | eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86 | /Grade 10-12/2018 summer/二中集训/8.6 contest/t3/t3.cpp | d3a01e249d476a09a99078dd76894c517a9c7311 | [] | no_license | Orion545/OI-Record | 0071ecde8f766c6db1f67b9c2adf07d98fd4634f | fa7d3a36c4a184fde889123d0a66d896232ef14c | refs/heads/master | 2022-01-13T19:39:22.590840 | 2019-05-26T07:50:17 | 2019-05-26T07:50:17 | 188,645,194 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 994 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<cassert>
#include<cmath>
#define ll long long
using namespace std;
inline int read(){
int re=0,flag=1;char ch=getchar();
while(ch>'9'||ch<'0'){
if(ch=='-') flag=-1;
ch=getchar();
}
while(ch>='0'&&ch<='9') re=(re<<1)+(re<<3)+ch-'0... | [
"orion545@qq.com"
] | orion545@qq.com |
8c14bec138bfafa8ae46713f0d3a23f366b62e37 | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/third_party/blink/renderer/modules/xr/xr_reference_space_options.h | f579eb8b7c70fc2bf82e5e5e1dc53515604e46ac | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,866 | h | // Copyright 2014 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.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/dictionary_impl.h.tmpl
// by the script cod... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
2511509414c10707a966ee855dc4a33f30f14a7b | 67c69c0b366a0335aceea2098ac09142c7ed5c3c | /libraries/RC/InputChannelToInputPipe.h | 1d774d247d1b0eb90fd65f0e12ad566094134c5e | [] | no_license | cooliscool/t5x | 593e72d9849d67cdd3d612bb5faf5f77ed3c4634 | 28c0aa13823c805ecd3d5cbfd7dd1451b199d8cb | refs/heads/master | 2020-05-16T09:04:40.172051 | 2015-04-01T06:23:10 | 2015-04-01T06:23:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | h | #ifndef INC_RC_INPUTCHANNELTOINPUTPIPE_H
#define INC_RC_INPUTCHANNELTOINPUTPIPE_H
/* ---------------------------------------------------------------------------
** This software is in the public domain, furnished "as is", without technical
** support, and with no warranty, express or implied, as to its usefulness for
... | [
"christian.konecny+GitHub@gmail.com"
] | christian.konecny+GitHub@gmail.com |
7e426d9aceebc767e917c798a7913d810af96cc5 | 0521201a036d74e54ca066c82ab8a5122359afb7 | /file_mng/file_managing.cpp | e7a592990ae8c7836c0c6a349091f53baabdad81 | [
"MIT"
] | permissive | quantumBytes/AED_classes | 6a643419b8b2be1c1d96511e6ba14a51f1195e53 | 8723db36f2524dccac34ec715028fdd02d72b1b2 | refs/heads/master | 2020-06-08T04:20:31.981127 | 2013-10-28T08:33:14 | 2013-10-28T08:33:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 582 | cpp | #include "file_managing.h"
Word::Word() :
begin(0),
end(0)
{}
Word::Word(string &w, ifstream *f, p_seek _beg, p_seek _end) :
word(w),
file(f),
begin(_beg),
end(_end)
{}
void Word::setWord(string &_word) {
word = _word;
}
void Word::setBeginSeeker(p_seek _ini) {
begin = _ini;
}
void ... | [
"elpumitaelias@gmail.com"
] | elpumitaelias@gmail.com |
761fdfeed59f0db8126075dd47b3a51a136b6ce9 | d4c720f93631097ee048940d669e0859e85eabcf | /third_party/blink/renderer/core/paint/ng/ng_text_painter_base.cc | afecde701ac16a533ffb638f29707bd4074163a6 | [
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 3b920d87437d9293f654de1f22d3ea341e7a8b55 | refs/heads/webnn | 2023-03-21T03:20:15.377034 | 2023-01-25T21:19:44 | 2023-01-25T21:19:44 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 7,398 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/paint/ng/ng_text_painter_base.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
df96359820991acbb50b6512a10da3b3a7735b43 | 85bcac5d7883f439fd040b10b8d3ce258dd7ade4 | /Mikudayo/SkinningPass.h | 24c364035387d56edd6d3ab9f937780a1e206514 | [
"MIT"
] | permissive | newpolaris/Mikudayo | f9effd73467065f98c20efce398ed0782901bb7f | f989697848bee0f2a45636758050620b2421e77a | refs/heads/master | 2023-02-03T10:59:39.513123 | 2020-12-23T08:36:04 | 2020-12-23T08:36:04 | 104,229,577 | 18 | 1 | MIT | 2019-02-18T16:20:26 | 2017-09-20T14:55:50 | C | UTF-8 | C++ | false | false | 194 | h | #pragma once
#include "RenderPass.h"
class SkinningPass : public RenderPass
{
public:
SkinningPass();
// Inherited from Visitor
virtual bool Visit( SceneNode& node ) override;
};
| [
"newpolaris@gmail.com"
] | newpolaris@gmail.com |
f1437c1af02637b67ea7afc694df782f70f02b60 | 3a5a3de780e8db9cc204088c6cd022355acf577e | /Platform/tests/os_tests.h | 3b0dab96cb0a505b3174f8b28f50d019701aa6a5 | [] | no_license | concubicycle/StuffSim | d849502df65056c1c6c3166fdfee3cb436bf876f | 2ece619a41c178429d234ced4897206b4d9d93fa | refs/heads/master | 2021-01-02T09:33:36.413360 | 2014-07-25T05:44:59 | 2014-07-25T05:44:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | h | #include <iostream>
#include <chrono>
#include <thread>
#include "ss_os.h"
void run_os_tests(StuffSim::StuffSimOS& os);
| [
"concubicyclestuffsim@gmail.com"
] | concubicyclestuffsim@gmail.com |
bd86f6abbc5bffb40af5a241f31832315ed9c06e | 710bd1abc201ac06a28b4e8c9385215a94be3440 | /src/backends/reference/workloads/RefSpaceToBatchNdWorkload.cpp | fb9811853666b7c98b5c650aef35f2760e105633 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mcharleb/armnn | 27caa0f28bc02d70ac4a88c0b74badbbf73db341 | afa4e3a489df01d7f3b4d0c3f0a89a5251976bd5 | refs/heads/master | 2020-05-04T16:47:05.575512 | 2019-04-02T10:41:45 | 2019-04-02T10:48:03 | 179,287,902 | 0 | 0 | null | 2019-04-03T12:43:12 | 2019-04-03T12:43:12 | null | UTF-8 | C++ | false | false | 948 | cpp | //
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "RefSpaceToBatchNdWorkload.hpp"
#include "SpaceToBatchNd.hpp"
#include "RefWorkloadUtils.hpp"
#include "TypeUtils.hpp"
namespace armnn
{
template<armnn::DataType DataType>
void RefSpaceToBatchNdWorkload<DataType>::Exec... | [
"nattapat.chaimanowong@arm.com"
] | nattapat.chaimanowong@arm.com |
e733c98f254e1ae12a762353e569c22f9961a06c | 7f2a1d62ff56a55e8b0ea1cf93ff2be0e629494b | /Chapter18/exercises/18.16/ex_1816.cpp | a01d506cf299e22a6d937f87ebac379b19a7e747 | [] | no_license | yousirong/Cpp-How-To-Program-9E-master | ffad7f164358dbc30a2298a377dfd46351299e9b | aab924f56281d61d62dab804b0ae3ac7ab07f515 | refs/heads/main | 2023-08-22T22:42:23.976286 | 2021-03-09T11:57:37 | 2021-03-09T11:57:37 | 346,019,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,506 | cpp | /*
* =====================================================================================
*
* Filename: ex_1816.cpp
*
* Description: Exercise 18.16 - Counting Palindromes
*
* Version: 1.0
* Created: 20/02/17 10:38:24
* Revision: none
* Compiler: g++
*
* Auth... | [
"80014277+yousirong@users.noreply.github.com"
] | 80014277+yousirong@users.noreply.github.com |
9f9c4caeac6d89ee2cbba41ecdd52803a672d2a6 | e9bc173922ad17c1748abcea9134609319832e13 | /c++/objects/simpleio/watchdog-libsimpleio.cpp | 63307b0415332fab32627e51f1e5e10fa1c60532 | [] | no_license | pmunts/libsimpleio | 35c0deda95d8afef2817701a89bee63a5771086d | cd62ceddfc4a54f6c4714ca1c15a73867f492cda | refs/heads/master | 2023-08-28T15:15:08.177754 | 2023-08-15T02:11:24 | 2023-08-15T02:11:24 | 163,849,784 | 18 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,597 | cpp | // Watchdog timer device services using libsimpleio
// Copyright (C)2017-2020, Philip Munts, President, Munts AM Corp.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must reta... | [
"svn@06ee2f96-5407-11de-8bab-f3d7589a4122"
] | svn@06ee2f96-5407-11de-8bab-f3d7589a4122 |
198668c7e6e6b645f3c338b500b897720bd67a8d | aaac23e7fa85785f43bf1d8037708ee77ef640ef | /src/Meta_User.cpp | c266129cf9e880a7bed92eeb913bf181821d27bc | [
"MIT",
"OML",
"BSD-3-Clause",
"Zlib"
] | permissive | anto0ine/ciyam | ee2b057a9cd11008ae0d477dac111c0a8d2f60b3 | 7127d528c37584e7d562732274fa2ed6025daeaa | refs/heads/master | 2020-12-07T13:43:24.528962 | 2014-11-20T07:22:08 | 2014-11-20T07:22:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,808 | cpp | // Copyright (c) 2008-2012 CIYAM Pty. Ltd. ACN 093 704 539
// Copyright (c) 2012-2014 CIYAM Developers
//
// Distributed under the MIT/X11 software license, please refer to the file license.txt
// in the root project directory or http://www.opensource.org/licenses/mit-license.php.
#ifdef PRECOMPILE_H
# include "preco... | [
"ian@ciyam.com"
] | ian@ciyam.com |
4247d072ec902f878760f31053b852fab97a8554 | a1a8b69b2a24fd86e4d260c8c5d4a039b7c06286 | /build/iOS/Preview/include/Fuse.Scripting.DoubleChangedArgs.h | ac09d636ecb5d4baf61cee89483c5cfce471caf5 | [] | no_license | epireve/hikr-tute | df0af11d1cfbdf6e874372b019d30ab0541c09b7 | 545501fba7044b4cc927baea2edec0674769e22c | refs/heads/master | 2021-09-02T13:54:05.359975 | 2018-01-03T01:21:31 | 2018-01-03T01:21:31 | 115,536,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,050 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Scripting/1.4.2/IScriptEvent.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Scripting.IScriptEvent.h>
#include <Uno.Double.h>
#include <Uno.UX.ValueChangedArgs-1.h>
namespace g{namespace Fuse{name... | [
"i@firdaus.my"
] | i@firdaus.my |
4be16777fe0da20ea3bade06312b39ff91e93412 | 19a4fffd52c60cc83132e6bb622b1c2ed85bc67c | /No482_LicenseKeyFormatting.cpp | 446fc289bbb3b087ba2df3e0d2cda89ba3ac761d | [] | no_license | XingwenZhang/Leetcode | 2562d8f475b381a44b891105e29f23844b6bf4a4 | 3ce14802a0494988e5372565ccac709ac2489f7a | refs/heads/master | 2021-04-26T07:29:05.063883 | 2018-01-01T08:16:29 | 2018-01-01T08:16:29 | 65,857,071 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,814 | cpp | // 482. License Key Formatting
// Now you are given a string S, which represents a software license key which we would like to format. The string S is composed of alphanumerical characters and dashes. The dashes split the alphanumerical characters within the string into groups. (i.e. if there are M dashes, the string ... | [
"xingwenz@usc.edu"
] | xingwenz@usc.edu |
24b6761bb64ebe9397a620b63bd5e9107ea7ba27 | 9e330ca8c015e8c9247159102aa4c20b6966edb2 | /contracts/fscio.system/delegate_bandwidth.cpp | f162df1ee5ba42ecf6d17b9f08dc7ce230e7de37 | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | w1r2p1/fsc | 40cc7c92c1d9ac37ff31d7ccdba3e8cbe6a242f6 | 5070b49e7007d50f95f28463f167a440eea612a8 | refs/heads/master | 2022-03-24T14:42:48.998615 | 2019-10-29T10:03:33 | 2019-12-06T04:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,503 | cpp | /**
* @file
* @copyright defined in fsc/LICENSE
*/
#include "fscio.system.hpp"
#include <fsciolib/fscio.hpp>
#include <fsciolib/print.hpp>
#include <fsciolib/datastream.hpp>
#include <fsciolib/serialize.hpp>
#include <fsciolib/multi_index.hpp>
#include <fsciolib/privileged.h>
#include <fsciolib/transaction.hpp>
... | [
"jason@valicn.com"
] | jason@valicn.com |
085108255dabc6ea26e01a793f45b9a6ad9f2ae3 | 46f53e9a564192eed2f40dc927af6448f8608d13 | /components/cdm/renderer/widevine_key_systems.h | 15c55daf85e8784c65b00a0b37fdd5e41bc4dcff | [
"BSD-3-Clause"
] | permissive | sgraham/nope | deb2d106a090d71ae882ac1e32e7c371f42eaca9 | f974e0c234388a330aab71a3e5bbf33c4dcfc33c | refs/heads/master | 2022-12-21T01:44:15.776329 | 2015-03-23T17:25:47 | 2015-03-23T17:25:47 | 32,344,868 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_CDM_RENDERER_WIDEVINE_KEY_SYSTEMS_H_
#define COMPONENTS_CDM_RENDERER_WIDEVINE_KEY_SYSTEMS_H_
#include <vector>
#include "build/build_... | [
"scottmg@chromium.org"
] | scottmg@chromium.org |
7093d90229b0bd9768a69248443227cd3ceb5760 | 78aa3bf3253370629766770cb00b523f1d406bcd | /src/editor/PointEntRenderer.h | 86180e24eff5aae576d28b4869e3dffb85eac81a | [
"Unlicense"
] | permissive | huidaoyuandian123/bspguy | 5b0517afe0a1b13de0957a129ea8ed8936612930 | 7d72ce7df394a90248b45a9c7f1667193826fba6 | refs/heads/master | 2023-07-04T21:14:32.619222 | 2021-04-04T05:59:32 | 2021-04-04T05:59:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | h | #pragma once
#include "util.h"
#include "Fgd.h"
#include "VertexBuffer.h"
struct EntCube {
vec3 mins;
vec3 maxs;
COLOR4 color;
VertexBuffer* buffer;
VertexBuffer* selectBuffer; // red coloring for selected ents
VertexBuffer* wireframeBuffer; // yellow outline for selected ents
};
class PointEntR... | [
"drake.rhunter@gmail.com"
] | drake.rhunter@gmail.com |
43ac23a328ec64bd6bebc3a5e37002c0eb28c8b4 | 524e30074edb03424218e937d92b2a89592a4373 | /src/config/Http_config.cpp | fc2f5d54b0f44093e6b93bb8acd42823bcfb7238 | [] | no_license | mnaji42/Webserv | 677fe158ea575fab8a82cd8679d7e98d11aed920 | 817e52ee3d7e21d3b910e181d5c0531c79cfc39c | refs/heads/master | 2023-02-09T03:45:12.341385 | 2021-01-04T11:37:39 | 2021-01-04T11:37:39 | 326,664,171 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,213 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Http_config.cpp :+: :+: :+: ... | [
"mehdi.n.1993@gmail.com"
] | mehdi.n.1993@gmail.com |
b82695dbef31e4e55de52f29c81bc2e3e6308dd6 | 7cce0635a50e8d2db92b7b1bf4ad49fc218fb0b8 | /硬件仿真测试环境合集版27_优化_变量/MatrixTestSoft/MatrixTestSoft/MatrixTestSoft.h | 5d206409031b32fb064f281dac492d677b0d4455 | [] | no_license | liquanhai/cxm-hitech-matrix428 | dcebcacea58123aabcd9541704b42b3491444220 | d06042a3de79379a77b0e4e276de42de3c1c6d23 | refs/heads/master | 2021-01-20T12:06:23.622153 | 2013-01-24T01:05:10 | 2013-01-24T01:05:10 | 54,619,320 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 552 | h | // MatrixTestSoft.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CMatrixTestSoftApp:
// See MatrixTestSoft.cpp for the implementation of this cla... | [
"chengxianming1981@gmail.com"
] | chengxianming1981@gmail.com |
ddbf3645697b9cdd7ce3e1cadac2335f4610eab7 | 597995f8465ef515b58985386688d0e05b2f73d6 | /Project/DXRDemo/Source/Private/main.cpp | 41868d60e2460ca81fd31e59dbac6a8b44a8f49e | [] | no_license | Shuusui/DXRDemo | cb41347b5a4dc2d87eeea82b9d5c7802b8b01a4b | 23a085a67b3d0cccb334d1bd4f128a476ddbb79e | refs/heads/master | 2020-04-20T21:59:27.070077 | 2019-10-26T13:52:54 | 2019-10-26T13:52:54 | 169,125,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,813 | cpp | #pragma region Includes
#include <windows.h>
#include "DX12.h"
#include "SharedMacros.h"
#include "WindowManager.h"
#include "SharedStructs.h"
#include "AssetManager.h"
#pragma endregion
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
UtilRen::SWindowCreationParams wndCreat... | [
"K.schaefer92@gmx.de"
] | K.schaefer92@gmx.de |
2a8fa0f4570f46b6c495ded58333458ce86d9d2f | db8be521b8e2eab424f594a50886275d68dd5a1b | /Competitive Programming/TEST/webcam/CPPfile.cpp | 6e67b32c36d18002222a58e7d51840597766f71b | [] | no_license | purnimamehta/Articles-n-Algorithms | 7f2aa8046c8eef0e510689771a493f84707e9297 | aaea50bf1627585b935f8e43465360866b3b4eac | refs/heads/master | 2021-01-11T01:01:53.382696 | 2017-01-15T04:12:44 | 2017-01-15T04:12:44 | 70,463,305 | 10 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 6,736 | cpp | #include "VideoCapture.h"
//VIDEODEVICE
//public
VideoDevice::VideoDevice()
{
friendlyname = (char*) calloc(1, MAX_DEVICE_NAME * sizeof(char));
filtername = (WCHAR*) calloc(1, MAX_DEVICE_NAME * sizeof(WCHAR));
filter = 0;
}
VideoDevice::~VideoDevice()
{
free(friendlyname);
free(filtername);
}
const char* Video... | [
"me@lefeeza.com"
] | me@lefeeza.com |
295aa08d21f7930b4a79701f7b110840f2e41422 | 900a70be484cb96ce5f19d785c4fac5f6f5b74cc | /2015.cpp | 715f4d35af22ae0c9cdbd6b243f9aa5976fcab13 | [] | no_license | HaochenLiu/My-POJ | ff15731b8a6a8fb691a36d45f676cb05f09dec35 | 2f60b5eeee10c2a3ffe104456edfc55aff600e18 | refs/heads/master | 2021-01-10T17:44:35.789596 | 2016-09-16T06:22:17 | 2016-09-16T06:22:17 | 43,051,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,283 | cpp | #include <algorithm>
#include <bitset>
#include <cctype>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <ctime>
#include <deque>
#include <fstream>
#include <functional>
#include <iostream>
#include <iomanip>
#include <list>
#include <map>
#include <numeric>
#include <queue>
#include ... | [
"liuhaochen1221@hotmail.com"
] | liuhaochen1221@hotmail.com |
c97ec0a9ac50becf9d3a81b7cad210dd848e7b16 | d2566520060aa4e0dc9ee53cca3cfe8b0bc09cb9 | /src/Control/UnitTest/CmdLine/Grammar.hpp | 36df89f24cc780bc4e3c01939e9b62b83c5f0b76 | [
"BSD-2-Clause"
] | permissive | supermangithu/quinoa | f4a452de8ff1011a89dec1365a32730299ceecc1 | 2dd7ead9592b43a06fa25fec2f7fa7687f6169bf | refs/heads/master | 2023-04-13T14:42:02.394865 | 2020-09-12T13:35:33 | 2020-09-12T13:35:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,721 | hpp | // *****************************************************************************
/*!
\file src/Control/UnitTest/CmdLine/Grammar.hpp
\copyright 2012-2015 J. Bakosi,
2016-2018 Los Alamos National Security, LLC.,
2019-2020 Triad National Security, LLC.
All rights reserved. S... | [
"jbakosi@lanl.gov"
] | jbakosi@lanl.gov |
a54f45df779208b0e0a9139f5be9f5030f2f5efb | 7a831a6bd4fa7a401f0b015d8c73d0290e03ec8b | /124.intersection_between_two_files.cpp | 6076187e63e2434f16156974e7a9c1c3f9dca4f8 | [] | no_license | CawaAlreadyTaken/UniTN_exercises | 63f9826c41e07e24cd6924a56eb93962573d3fa3 | 784969a7c472cc03afc79378fbd2cfa83be1ba22 | refs/heads/master | 2023-02-10T04:41:05.475086 | 2020-12-27T13:22:06 | 2020-12-27T13:22:06 | 300,202,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,857 | cpp | #include <iostream>
#include <fstream>
#include <cstring>
using namespace std;
bool find(char words1[], char words2[][100], int it2);
void removeDuplicates(char array[][100], int size);
int main(int argc, char * argv[]) {
if (argc != 4) {
cout << "Usage: " << argv[0] << " <inputFile1> <inputFile2> <outputFile>" <... | [
"daniele.cabassi01@gmail.com"
] | daniele.cabassi01@gmail.com |
544bc3c6bfa7ec9c2e8091c6b12a6275b58b5619 | 521e578f9d7c5297224343876ed74a04d0825102 | /leetcode top 100/0169多数元素.cpp | 192c5527cb2ef7b62e5d431e63fc2ace504f5862 | [] | no_license | caitouwww/probable-octo-doodle | 2b165b15c8dda57a0106ed5a967d6682262630cc | 19050c5fb72722633735ae53261761b950c3f21f | refs/heads/master | 2021-11-28T13:49:47.578791 | 2021-08-26T09:58:33 | 2021-08-26T09:58:33 | 242,519,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,190 | cpp | class Solution {
public:
int majorityElement(vector<int>& nums) {
//排序
/*sort(nums.begin(),nums.end());
return nums[nums.size()/2];*/
//Boyer-Moore投票算法
/*int candidate=nums[0];
int count=1;
for(int i=1;i<nums.size();i++)
{
if(nums[i]==candi... | [
"wangwetro@gmail.com"
] | wangwetro@gmail.com |
c4d5063b528c0eb1397f65defb8f434424c62a7a | abdfad0a4c83c80050749e3010c5099bd3a35d81 | /src/ST7789display.h | a1c57441622d7b2931a36c4e642d9348bfdfc5ea | [
"MIT"
] | permissive | narfg/gbemulator | ddd3a5e59fa366ebe055fadeee67de527d7c4590 | 4f911e50df966a79177b458f6f618f02d940e88c | refs/heads/master | 2020-09-12T19:55:56.345832 | 2020-05-02T13:13:10 | 2020-05-02T13:13:10 | 222,533,488 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | h | #pragma once
#include <cstdint>
#include <array>
#include <Adafruit_GFX.h> // Core graphics library
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
#include <SPI.h>
#include "display.h"
// Display Settings
const int TFT_CS = 5;
const int TFT_RST = 19;
const int TFT_DC = 2;
// HW SPI will us... | [
"timhabigt@gmail.com"
] | timhabigt@gmail.com |
77d35ae9e7df066988a41c8660f27f78581c1b67 | ba718273739277573faade9be1f5e891aea7e99a | /cnc/internal/dist/communicator.h | 9a8e4ede11a227c4b575a31cb3a3f575716b329d | [
"BSD-3-Clause"
] | permissive | kod3r/icnc | e2f3f329161b4ebbf45a7fadbe372fec39600064 | 3f6b7c7dab7ae37d86d40d375f51ed5181ef05f4 | refs/heads/master | 2021-01-17T21:57:59.408194 | 2015-01-16T10:30:39 | 2015-01-16T10:30:39 | 31,246,584 | 1 | 0 | null | 2015-02-24T05:45:41 | 2015-02-24T05:45:40 | null | UTF-8 | C++ | false | false | 5,089 | h | /* *******************************************************************************
* Copyright (c) 2007-2014, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of so... | [
"frank.schlimbach@intel.com"
] | frank.schlimbach@intel.com |
f0516989c4808ce2184a35c318b84e59659d6246 | b45255c4ee39791de879422cbe06485de56148fb | /程序设计II_c++/12428 [STL] map and pair _from lecture 8/Latest Submission/EX8_7.cpp | 8facfe3441ed935b9fed0405bad09f7b5b515cf0 | [] | no_license | yoyo-hu/Programming-exercises | 4e60f50f63ec102ae5d1333d393349f156167e87 | cda87dcc477839e096500710eed470a94ae19200 | refs/heads/master | 2023-06-20T00:15:58.746894 | 2021-07-15T05:28:28 | 2021-07-15T05:28:28 | 386,024,430 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 432 | cpp | #include <iostream>
#include <map>
using namespace std;
int main() {
map <char, int>m;
int i;
//put pairs into map
m.insert(pair<char, int>('A',65));
char ch;
cout <<"enter key:";
cin >>ch;
map<char, int>::iterator p;
//find value given key ch
p=m.find('A');
if (p!=m.end(... | [
"1417193568@qq.com"
] | 1417193568@qq.com |
0c7d667dcd95f24edd4e8d20477b05fc36d4fe4e | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /gpdb/src/model/DescribeWaitingSQLInfoRequest.cc | 5e5f4a45ed81d6477de1ce78827eb22bbab410fb | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 2,051 | cc | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
899917c0637702a6271028df72fa361659b31856 | 308f3cb8a30fcacd8851cc2ed979949b643cf1d9 | /bzoj__orzliyicheng/p1015.cpp | 19038ba5c2e68115c6c6b1595a6dda8eb39d301f | [] | no_license | szh-bash/ACM | 9a49859644d077bcb40f90dbac33d88649e7b0f3 | 3ddab1ab8f9b8a066f012f2978ee9519d00aec54 | refs/heads/master | 2022-08-08T19:20:09.912359 | 2022-07-20T10:43:57 | 2022-07-20T10:43:57 | 98,170,219 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,307 | cpp | #include <cstdio>
#include <cstring>
#include <cstdlib>
#include <iostream>
using namespace std;
int n, m, cnt, p, ans, f[200010], l[200010], an[200010], next[1000100], nu[1000100], fa[200010], a[200010];
void add(int u, int v){
next[++cnt]=next[u];next[u]=cnt;nu[cnt]=v;
}
int father(int x){
if (fa[x]==x) retur... | [
"342333349@qq.com"
] | 342333349@qq.com |
a0f372d4cb197028ec80f82a8f8a1d60c2534620 | f061d1ec69b8c26e827d581f56cfd0b1fd7ae5b6 | /src/qt/tradingdialog.cpp | b6ea1f678e6ca0c7a965c5917d66f23af25266a7 | [
"MIT"
] | permissive | seatrips/XUVCoin-WORKING | 5f9d1b3056386284610f846f92d0dfc16715bee9 | 585dea87c75804a41fa67b3d242501701722c89e | refs/heads/master | 2021-05-06T12:05:11.702975 | 2017-12-08T08:51:48 | 2017-12-08T08:51:48 | 113,038,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,999 | cpp | #include "tradingdialog.h"
#include "ui_tradingdialog.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include <qmessagebox.h>
#include <qtimer.h>
#include <rpcserver.h>
#include <QClipboard>
#include <QDebug>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QUrl>
#i... | [
"33975900+XUVCoin@users.noreply.github.com"
] | 33975900+XUVCoin@users.noreply.github.com |
90aa8fd36b3644baae475bab41cce5434b9dfee0 | 20aaa0f98403712526b5080043968f946c3906f7 | /SGUI/Src/Platform/OpenGl/OpenGlTexture.cpp | 147633caaf1c8346f96d2c80fd07d2c9e303ae82 | [
"Apache-2.0"
] | permissive | saimankhatiwada/SGUI | 61a72c5ce8d18633ce4cd28c83284e25866dbec2 | 5f3d023c9309e9d34a9d80888ac221c799aa92e0 | refs/heads/main | 2023-04-10T17:19:09.503419 | 2021-04-14T16:35:40 | 2021-04-14T16:35:40 | 298,014,341 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,618 | cpp | #include "hzpch.h"
#include "Platform/OpenGL/OpenGLTexture.h"
#include <stb_image.h>
namespace SGUI {
OpenGLTexture2D::OpenGLTexture2D(uint32_t width, uint32_t height)
: m_Width(width), m_Height(height)
{
SG_PROFILE_FUNCTION();
m_InternalFormat = GL_RGBA8;
m_DataFormat = GL_RGBA;
glCreateTextures(GL_TE... | [
"saimankhatiwada9611@gmail.com"
] | saimankhatiwada9611@gmail.com |
697d4cb6e3afe49deaab173c0952e55c43878987 | 7b0ad6eb7781119997b8dc51822b5bca1bcaf2c7 | /src/ui/wizard/BudgetSourceWizard.hpp | 975f77c810a7013f5ee3eea82735beb866303f9d | [
"Apache-2.0"
] | permissive | vimofthevine/UnderBudget | 7fce75d9cada97e566afecde9aa4c3980fe1238f | 0df01460d28f82f65af64a060e792d1551d60001 | refs/heads/master | 2021-01-01T10:13:58.770184 | 2015-05-27T09:57:44 | 2015-05-27T09:57:44 | 1,743,072 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,232 | hpp | /*
* Copyright 2013 Kyle Treubig
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"kyle@vimofthevine.com"
] | kyle@vimofthevine.com |
da2d94acd25cfcc358106f71aaf5994e97248d85 | 9b4f6fa69ec833198d5e27bef0453ffce21da316 | /08-28_queue/radix_practice.cpp | f2e7c6cfd9319e5ff25159e5654e4e5bc625f3d7 | [] | no_license | nattee/data2019 | cec667fc90d35689815557a9f4c546fa11f35a63 | 3f9373bf6fbaac4ec83bd4e7beba160e5f63eb42 | refs/heads/master | 2020-07-04T15:37:10.427297 | 2019-10-16T04:04:14 | 2019-10-16T04:04:14 | 202,326,521 | 2 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
#include <vector>
using namespace std;
int getDigit(int v, int k,base) { // return the kth digit of v
int i;
for (i=0; i<k; i++) v /= base;
return v % base;
}
void radixSort(vector<int> &data, int d) { // d = #digits
int base = 10;
//declare queue as a vector
for (int k=0... | [
"nattee@gmail.com"
] | nattee@gmail.com |
0dae44a1fbeffd5428db66d70b9130b742410351 | d19d5f5f2f7e44884932aa087c63a549f53f0907 | /SwingEngine/SEGeometricTools/Distance/SEDistSegment2Segment2.cpp | 8c92471b55e4ef256a986e89d21f223187cebea5 | [] | no_license | jazzboysc/SwingEngine2 | d26c60f4cbf89f0d7207e5152cae69677a4d7b18 | d7dbd09a5e7748def0bd3fa6a547b1c734529f61 | refs/heads/master | 2021-03-27T11:05:20.543758 | 2018-07-13T09:42:22 | 2018-07-13T09:42:22 | 44,491,987 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,465 | cpp | // Swing Engine Version 2 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 and 5 open-source game engine. The author of Swing Engine
// learned a lot from Eberly's experience of architecture and algorithm.
// Several subsystems are totally new, and others are reorgani... | [
"S515380c"
] | S515380c |
58c2ff8a9824149bde143e92b4f4e86a34c15d91 | a3f1ad55251bf6fbf3dba25294701e898e79da34 | /树的前中后遍历/test.cpp | 05fb70a336f5cfe1834c5c1ba8936294bfba6305 | [] | no_license | 1299960335/code | 0814ebfaaba3b75acbe20dcbfb4a0f9792c59cf4 | 777fa27ad7c2be33ce82e63e754aea3f8dcd6439 | refs/heads/master | 2023-07-17T05:39:53.706264 | 2021-08-26T14:43:55 | 2021-08-26T14:43:55 | 310,982,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | cpp | class Solution {
public:
/**
*
* @param root TreeNode类 the root of binary tree
* @return int整型vector<vector<>>
*/
void first(vector<int> &v,TreeNode*root){
if(root==nullptr){
return;
}
v.push_back(root->val);
first(v,root->left);
first(v,r... | [
"1299960335@qq.com"
] | 1299960335@qq.com |
0bf5eee47da4a83c0dd56a566ecc9ae21e3ff4c2 | d9956aaa7436a7843603aa547535d9c7fdaa5c2f | /proj-01/proj-01-files/grading/minigl.cpp | c42c448731f044bbd714f71e4d6ab7fc2d688ad2 | [] | no_license | xzhou016/CS130 | 434d7930949e94c67eaebef1693bfb526833708c | 5dae7ee9877672e5080a3257e27eb4cb464a334b | refs/heads/master | 2021-03-27T16:44:27.136745 | 2016-10-25T17:28:42 | 2016-10-25T17:28:42 | 70,532,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,705 | cpp | /**
* minigl.cpp
* -------------------------------
* Implement miniGL here.
*
* You may include minigl.h and any of the standard C++ libraries.
* No other includes are permitted. Other preprocessing directives
* are also not permitted. These requirements are strictly
* enforced. Be sure to run a test grading... | [
"xzhou016@ucr.edu"
] | xzhou016@ucr.edu |
206aa572a5e7fc3b2863a09516dfcbfb3ebddc53 | 418bfbac7208b9cf6acdb2a347c5d02c91f25304 | /Fruit.cpp | aa7845f69be16155b65d24aab0fc53d368852989 | [] | no_license | aryan-gupta/Snake | 6c71ab5e71dcefd5ea345fc3b9bbc94feec11a38 | 8590147579a5db22aa8ed54e8862c8cba3964adb | refs/heads/master | 2021-03-30T18:07:33.996811 | 2017-05-28T19:39:31 | 2017-05-28T19:39:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | cpp | /*
* Copyright (c) 2017 The Gupta Empire - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*
* Written by Aryan Gupta <me@theguptaempire.net>
*
* =============================================================================
* @autho... | [
"kuantum.freak@gmail.com"
] | kuantum.freak@gmail.com |
d512545a69b5c4293a4d605e05080b40b9467151 | 0716239a35565af06dde9d3ae7c269d5e1fa83b5 | /src/qt/bitcoinaddressvalidator.cpp | 3d68528146be4923b21dcc21352260ed2ca45484 | [
"MIT"
] | permissive | btc20/bitcoin2.0 | 72feb95af1ba9079f189b858745de3ba17662373 | e7a54b00ebd0e8d20f4d5315cc9a21c77ded25cd | refs/heads/main | 2023-03-19T21:23:18.801815 | 2021-03-18T00:41:09 | 2021-03-18T00:41:09 | 348,489,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,922 | cpp | // Copyright (c) 2011-2018 The Bitcoin Core developers
// Copyright (c) 2017-2020 The Qtum Core developers
// Copyright (c) 2020 The BITCOIN2Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/bitcoinadd... | [
""
] | |
9845334c6feb0408e36bb989f5f96baddf908efc | 636b7777cf328f82f44ae2cebb031eaab52655b3 | /0407-1/Son.hpp | ff4e9fccb7d3171d2d4714a61eca540bd73ae0ba | [] | no_license | luxsv/lab | a04e749ccae7adb6ffeb071246e8cb746c4eb6ea | a06e46dc6e0ac69757a8b9049a157254ed484f7f | refs/heads/master | 2021-01-01T06:48:25.084315 | 2017-07-17T20:46:57 | 2017-07-17T20:46:57 | 97,520,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | hpp | //
// Son.hpp
// 0407-1
//
// Created by Serg on 7/4/17.
// Copyright © 2017 Sergii Kushnir. All rights reserved.
//
#ifndef Son_hpp
#define Son_hpp
#include "Daddy.hpp"
using namespace std;
using namespace grandpa;
using namespace daddy;
namespace son {
class Son : public Daddy {
public:
Son(co... | [
"luxsv0@gmail.com"
] | luxsv0@gmail.com |
c47f3cc3e0fde8d1a806ba7582d1a363d4b63c67 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /chrome/browser/ui/views/login_view.cc | 901494db1bb31d74636bd5871b24a03f00f3b0be | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 4,421 | 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/ui/views/login_view.h"
#include "chrome/browser/ui/views/harmony/chrome_layout_provider.h"
#include "chrome/browser/ui/views... | [
"artem@brave.com"
] | artem@brave.com |
d91bd205a20ed59da668202d894df252b83f59ed | 87c12524efba5a739caa1f8b31b503f4bf1e2979 | /CATHETEN.cpp | 52cfecd4e810f24d44aed03cbb4d49b7815909bd | [] | no_license | Ironman0505/Spoj-1 | fe234ab5f70f239090caece9ca888df3de61c22a | d4e6db21ee1ce6cc5bc65a61ae1aeb0d30d0278d | refs/heads/master | 2022-01-18T22:17:03.575047 | 2014-09-01T18:42:56 | 2014-09-01T18:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,271 | cpp | #include<iostream>
#include<cstdio>
#include<climits>
#include<string>
#include<cstring>
#include<algorithm>
#include<vector>
#include<stack>
#include<queue>
#include<set>
#include<cmath>
#include<queue>
using namespace std;
#define inp(a) scanf("%lld",&a)
#define line(a) printf("%lld ",a);
#define next(... | [
"piyushagarwal.mnnit@gmail.com"
] | piyushagarwal.mnnit@gmail.com |
89bad466d614d6b3a9f7148b4a2dea58e9c37f57 | cc314b4405828d9ae2ab55768d37d237b1570a40 | /test/sample_out.cpp | 9cf4674afed77663ce27342f0319856d3e84b677 | [] | no_license | stephenchouca/lol2cpp | f7e3188a91c1d0e3ef3e2a29cb10feb149faa814 | f88757d2ec9cc7a8b51975f9ca8440105574f0b4 | refs/heads/master | 2020-12-30T09:59:09.558699 | 2014-05-11T18:17:21 | 2014-05-11T18:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,203 | cpp | // g++ -std=c++11 -O2 t.cpp
#include <iostream>
#include <type_traits>
#include <memory>
#include <string>
#include <cstdint>
#include <cstdlib>
#include <unordered_map>
#include <new>
#include <fstream>
struct A;
typedef long int NUMBR;
typedef double NUMBAR;
typedef bool TROOF;
typedef std::string YARN;
typedef st... | [
"stephen.chou@outlook.com"
] | stephen.chou@outlook.com |
14c2f8aa4b4d67c7a8fc037b9697615efb6f73b1 | e039dbfd3f94edf3834b061749f1189cc29f28a1 | /MayaExporterForER/MayaExporterForER/include/maya/MAtomic.h | 0e6aec368d48ffa2b17067553a3abe29000b4628 | [] | no_license | yvetterowe/Maya-Plugin-for-Elvish-Render | 401a66d75b87b98168e63083c19aa383cba99f56 | cea337b9f10ab81294c3a9e07d64bdd6c82f634f | refs/heads/master | 2021-05-28T08:53:45.483445 | 2015-02-22T21:49:04 | 2015-02-22T21:49:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,355 | h | #ifndef _MAtomic
#define _MAtomic
//-
// ==========================================================================
// Copyright (C) 1995 - 2008 Autodesk, Inc., and/or its licensors. All
// rights reserved.
//
// The coded instructions, statements, computer programs, and/or related
// material (collectively th... | [
"yvetterowe1116@gmail.com@f82b52a9-fb2f-50e7-dc0d-a1cbf65dcd3b"
] | yvetterowe1116@gmail.com@f82b52a9-fb2f-50e7-dc0d-a1cbf65dcd3b |
ca8132bb6406d4c55b9c76ff05f52b133274ad3a | d5ddd3c8cfda24ca90a9fe7962d2cf2017f2ea8e | /game/box.h | e58bc35b69f94ae5cc226f60585180238fd7f703 | [] | no_license | yjmantilla/hockey | 56c0553de3b3a9fe0c1b71830c03d1a954a26128 | fb63b1b3274547d2876edefd0cc9c05e16b7f388 | refs/heads/master | 2020-03-13T10:48:27.294589 | 2018-06-12T22:59:24 | 2018-06-12T22:59:24 | 131,090,540 | 0 | 1 | null | 2018-06-11T21:23:40 | 2018-04-26T02:43:41 | C++ | UTF-8 | C++ | false | false | 671 | h | #ifndef BOX_H
#define BOX_H
/* Libraries */
#include <QGraphicsItem>
#include <QPainter>
#include "vectorxy.h"
/*
* Box Class
*
* It represents the random box that which
* upon contact with the puck activates an effect
* an disappears.
*
* It moves with constant velocity around the field
* unaffected by othe... | [
"yjmantilla@gmail.com"
] | yjmantilla@gmail.com |
c4c0856f0cd8efc42b6b122b498293ad9a162204 | 887f3a72757ff8f691c1481618944b727d4d9ff5 | /third_party/gecko_1.9.2/win32/gecko_sdk/include/nsIToolkitProfile.h | 6f7211c021f6d2328958de00431765524becee2c | [] | no_license | zied-ellouze/gears | 329f754f7f9e9baa3afbbd652e7893a82b5013d1 | d3da1ed772ed5ae9b82f46f9ecafeb67070d6899 | refs/heads/master | 2020-04-05T08:27:05.806590 | 2015-09-03T13:07:39 | 2015-09-03T13:07:39 | 41,813,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,567 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.2-win32-xulrunner/build/toolkit/profile/public/nsIToolkitProfile.idl
*/
#ifndef __gen_nsIToolkitProfile_h__
#define __gen_nsIToolkitProfile_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't ... | [
"gears.daemon@fe895e04-df30-0410-9975-d76d301b4276"
] | gears.daemon@fe895e04-df30-0410-9975-d76d301b4276 |
bf700ad4861aeda346dc3236d419d2810873e1af | bf4e779d3164ac662be09e30bacd956e58ebc75b | /1107.cpp | c2a412e7e80e1ff2ff777f1c3a3bbbbadf2ff145 | [] | no_license | EdsonYamamoto/URI-Online-Judge-AD-HOC | 8e6552a2d9387abf8f709bfd2179e559ee8187f1 | 9b4626b5fb179d9ba29f39caef39c2edd0c09b44 | refs/heads/master | 2021-01-11T21:54:02.725780 | 2017-01-13T16:24:57 | 2017-01-13T16:24:57 | 78,870,692 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,602 | cpp | /*
URI Online Judge | 1107
Escultura à Laser
Maratona de Programação da SBC Brasil
Timelimit: 1
Desde a sua invenção, em 1958, os raios laser têm sido utilizados em uma imensa variedade de aplicações, como equipamentos eletrônicos, instrumentos cirúrgicos, armamentos, e muito mais.
A figura acima mostra um diagrama... | [
"edsonkazyamamoto@gmail.com"
] | edsonkazyamamoto@gmail.com |
cfa90006243927cbaa4778703ae230d5fe5307d8 | 63d3f1240a2813ec83ebddada2cc5d1906b1471b | /BasicCppStudy/PK_Game/monster.cpp | 8354dcd74104e6fb6ea715f08dc0bc7ef2dd300d | [] | no_license | DaleChen0351/basic_cpp_learn_repo | 67298e46d934a478ed439e5dfbca41b19ad491ed | 4898632238907f8b37877490ba3a492bd924187a | refs/heads/master | 2022-05-14T14:13:41.457853 | 2022-04-16T13:08:21 | 2022-04-16T13:08:21 | 226,445,129 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 967 | cpp | #include "monster.h"
Monster::Monster(int monsterId)
{
FileManager fm;
map<string, map<string, string>>m_monster;
fm.loadCSVData("resource/Monster.csv", m_monster);
string tem_id = std::to_string(monsterId);
string Id = m_monster[tem_id]["monsterId"];
this->monsterName = m_monster[tem_id]["monsterName"];
this... | [
"dalechen0351@gmail.com"
] | dalechen0351@gmail.com |
8fe0a56cc55ce019a6b154f06aa9cc96a261d377 | d2c59879cbaa8f657da7124594607293a9ea2761 | /fdfr_demo/modules/mp/include/tuple.hpp | df77e8f96381dc6ed45f71e21fc6b772c235b631 | [] | no_license | freewind2016/bm1880-ai-demo-program | 9032cb2845a79b3bfebf270f8771ea6ee3f1e102 | d1634e5c314e346a1229c4df96efe9c37401cdd7 | refs/heads/master | 2022-06-01T02:39:57.883696 | 2020-03-20T01:56:43 | 2020-03-20T01:56:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,039 | hpp | #pragma once
#include <tuple>
#include "indices.hpp"
#include "tuple_cast.hpp"
namespace mp {
template <typename Tuple>
struct tuple_decay_impl;
template <typename... Types>
struct tuple_decay_impl<std::tuple<Types...>> {
using type = std::tuple<typename std::decay<Types>::type...>;
};
... | [
"liang.wang02@bitmain.com"
] | liang.wang02@bitmain.com |
6ad3331773ed5c0e520fa0877f0d4ae150b3de66 | 5bf570d3729946b20fe24cf3ffbec25dea16378b | /editor/main.cpp | c618acc5b179681a03ca30402f8b11a11c37c873 | [
"Apache-2.0"
] | permissive | snumrl/SkelGen | 7566f56ccecf80009cbc5edda49cb2da26cc3591 | b8cf6d88b96d0e9323c637489264512d7caefaec | refs/heads/master | 2023-01-20T23:59:19.808312 | 2020-11-30T05:58:45 | 2020-11-30T05:58:45 | 289,837,018 | 31 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | cpp | #include <boost/filesystem.hpp>
#include <stdlib.h>
#include <memory>
#include "EditorWindow.h"
#include "../APTOpt/APTWindow.h"
#include <stdio.h>
#include <algorithm>
#include <vector>
#include <string>
#include <GL/glut.h>
using namespace std;
void Render(int argc,char** argv,EditorWindow *editorWindow ){
cout<<... | [
"umsukgod@hanmail.net"
] | umsukgod@hanmail.net |
cd595372c4ba722ace7b1c09cb1680fc7b72f487 | 7866cf16724c0e90d45ab5fb97448a6b865b82b3 | /cpp/samchon/library/StringUtil.hpp | b8dbd3387edac6424ba43fb18407a18b9afa78df | [
"BSD-3-Clause"
] | permissive | samchon/framework | 652d8077e6fc355538fd96b08cf2a13d421fae58 | bdfaad460e3e8edce72f0dd5168aad2cf68c839d | refs/heads/master | 2021-01-23T09:01:37.452889 | 2020-01-18T09:06:52 | 2020-01-18T09:06:52 | 39,832,985 | 95 | 39 | BSD-3-Clause | 2018-02-09T01:18:49 | 2015-07-28T12:38:14 | C++ | UTF-8 | C++ | false | false | 22,230 | hpp | #pragma once
#include <string>
#include <iostream>
#include <sstream>
#include <samchon/WeakString.hpp>
#include <samchon/IndexPair.hpp>
#include <samchon/library/Math.hpp>
namespace samchon
{
namespace library
{
/**
* @brief Utility class for string
*
* @details
* <p> StringUtil is an utility class prov... | [
"samchon@samchon.org"
] | samchon@samchon.org |
37c9f0410b42cbffd0167bf17c5198446c3dd3ac | 0d1645e912fc1477eef73245a75af85635a31bd8 | /sdk/js/include/nsIPresShell.h | 7a90912e51b8b6da1bb484e2d4f03e37b28ef101 | [
"MIT"
] | permissive | qianxj/XExplorer | a2115106560f771bc3edc084b7e986332d0e41f4 | 00e326da03ffcaa21115a2345275452607c6bab5 | refs/heads/master | 2021-09-03T13:37:39.395524 | 2018-01-09T12:06:29 | 2018-01-09T12:06:29 | 114,638,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,485 | h | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Licens... | [
"qianxj15@sina.com"
] | qianxj15@sina.com |
9de019030097815bd1301f49917aed6cc20a7fe3 | 58a0ba5ee99ec7a0bba36748ba96a557eb798023 | /Olympiad Solutions/URI/2103.cpp | c14288ba9f542098178a97e56588f054ce382b66 | [
"MIT"
] | permissive | adityanjr/code-DS-ALGO | 5bdd503fb5f70d459c8e9b8e58690f9da159dd53 | 1c104c33d2f56fe671d586b702528a559925f875 | refs/heads/master | 2022-10-22T21:22:09.640237 | 2022-10-18T15:38:46 | 2022-10-18T15:38:46 | 217,567,198 | 40 | 54 | MIT | 2022-10-18T15:38:47 | 2019-10-25T15:50:28 | C++ | UTF-8 | C++ | false | false | 1,227 | cpp | // Ivan Carvalho
// Solution to https://www.urionlinejudge.com.br/judge/problems/view/2103
#include <cstdio>
#include <vector>
#define MAXN 10001
#define MODULO 1300031
using namespace std;
typedef pair<int,int> ii;
vector<ii> grafo[MAXN];
int processado_filhos[MAXN],processado_contar[MAXN],filhos[MAXN],resp,n,TC;
void... | [
"samant04aditya@gmail.com"
] | samant04aditya@gmail.com |
53b789a022a759f23f56cdcad97f91dd85f9a31c | 204c5937cdea475f5c3dafde6d770a74ae9b8919 | /ACM contest/2015多校/4/06.cpp | 6cef04d8354d93369ec41e5f172a789ab05b8914 | [] | no_license | mlz000/Algorithms | ad2c35e4441bcbdad61203489888b83627024b7e | 495eb701d4ec6b317816786ad5b38681fbea1001 | refs/heads/master | 2023-01-04T03:50:02.673937 | 2023-01-02T22:46:20 | 2023-01-02T22:46:20 | 101,135,823 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 610 | cpp | #include <bits/stdc++.h>//construction
using namespace std;
#define pb push_back
typedef long long LL;
const int N = 30;
int a[N][N];
int main() {
int T;
LL k;
scanf("%d", &T);
while (T--) {
memset(a, 0, sizeof(a));
puts("28 21");
for (int i = 1; i <= 8; ++i)
for (int j = 1; j <= 8; ++j)
a[i][j] = 1;
... | [
"njumlz@gmail.com"
] | njumlz@gmail.com |
cfb7b53d63c4935bda131d45ea7602c930d8c311 | ccaf43320529059e43365b518fbfe7fa56a2a272 | /이동하기.cpp | 0d241b1b560da540ef35f01dd07ef211321189fa | [] | no_license | minsoonss/BOJ-Algospot | c02aeacfb1fa02909a3fb9a4c8ad1bc109325565 | bc3ead24d06e5632f5598b4772451875f026d4c5 | refs/heads/master | 2020-12-03T15:40:59.262840 | 2016-08-26T07:16:26 | 2016-08-26T07:16:26 | 66,530,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 394 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
int d[1001][1001];
int main(){
int n,m,i,j;
cin >> n >> m;
for(i = 1; i <= n; i++){
for(j = 1; j <= m; j++){
cin >> d[i][j];
if(i == 0 && j > 0)d[i][j] += d[i][j-1];
else if(j == 0 && i > 0)d[i][j] += d[i-1][j];
else{
d[i][j]+=max(d[i-1]... | [
"wp024302@gmail.com"
] | wp024302@gmail.com |
e55e88103e29a45cb635acc3f4dfe1d4f31289aa | 55d51e429d2291e43a1d17ab41d41770978b3474 | /stepiiteration.cpp | 1b56f23d287ca73292bdb4d7e6c08ca0d81fcc2a | [] | no_license | victoriablackmore/Extract-MAUS-data | 31449e7aac37e4b093a991d055d6427bc589be0e | 3f6c7da343fa6094b7bc10929a47a71ead122881 | refs/heads/master | 2021-01-19T03:02:06.342674 | 2018-03-02T20:01:35 | 2018-03-02T20:01:35 | 54,506,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,974 | cpp | #include "stepiiteration.h"
StepIIteration::StepIIteration(StepIBeamLine *beamline)
{
//_name = name;
//_file = new TFile(_name.c_str(), "recreate");
_beamline = beamline;
_z = _beamline->GetZ1() - _beamline->GetZ0();
//The output tree
/*
_T = new TTree("T", "T");
_T->Branch("good"... | [
"vb@somemailaddress.com"
] | vb@somemailaddress.com |
81dd136780df0d5f3dcc385ddea4e2835b9f9987 | ed2f89fc0bfb136cbbd5a49733b7e46aadfdc0fd | /_MODEL_FOLDERS_/lightSpheres/lightSpheres_INIT.cpp | 29a55535f2e6ed7de43b3eec94cbe66cd6f8c94e | [] | no_license | marcclintdion/a7_3D_CUBE | 40975879cf0840286ad1c37d80f906db581e60c4 | 1ba081bf93485523221da32038cad718a1f823ea | refs/heads/master | 2021-01-20T12:00:32.550585 | 2015-09-19T03:25:14 | 2015-09-19T03:25:14 | 42,757,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,026 | cpp | #ifdef __APPLE__
#import <OpenGLES/ES2/gl.h>
#import <OpenGLES/ES2/glext.h>
#endif
//===============================================================================================
lightSpheres_SHADER = glCreateProgram();
//-----------------------------... | [
"marcclintdion@Marcs-iMac.local"
] | marcclintdion@Marcs-iMac.local |
aae84ca12777adbf4c14a7417d25158c733917e2 | e9907bc518adcd4770f6c62c2a792cbda396aff3 | /leetcode_path_with_minimum_effort.cpp | 0246a998180a41a1d354450fbeab09de42f9cecf | [] | no_license | md-qubais/DSA_updated | efa59fee40001b21c16fa76ef7bf300d725b5dfd | 93b9569670def3dc68073b133133642571d40631 | refs/heads/main | 2023-06-16T18:33:20.346480 | 2021-07-10T06:14:28 | 2021-07-10T06:14:28 | 384,624,998 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,633 | cpp | class Pair{
public:
int rows;
int cols;
int diff;
Pair(){
}
Pair(int rows,int cols,int diff){
this->rows=rows;
this->cols=cols;
this->diff=diff;
}
};
class compare{
public:
bool operator()(Pair p1,Pair p2){
return p1.diff>p2.diff;
}
};
class Solution {... | [
"hiq4dsa@gmail.com"
] | hiq4dsa@gmail.com |
c9d26134f06df057c4562147e7f77b12181b5645 | 5e59fe8bcdd12a2d375a58dbb719e1db395c7d16 | /mruby-sys/vendor/emscripten/system/lib/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_emscripten.cc | 610770704cedb4491bec1144c87ba0a11154a9bd | [
"NCSA",
"MIT",
"MPL-2.0"
] | permissive | ifyouseewendy/artichoke | 4ec7f34dcd644bd1156ac54b87953eb070c22cd0 | 6f569cbb0273a468cbe49f4c60144bf189cfb7a0 | refs/heads/master | 2020-07-05T20:53:41.334690 | 2020-03-19T22:07:12 | 2020-03-20T01:41:30 | 202,770,950 | 1 | 0 | MIT | 2019-08-16T17:23:33 | 2019-08-16T17:23:32 | null | UTF-8 | C++ | false | false | 1,332 | cc | //===-- sanitizer_stacktrace_emscripten.cc --------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"rjl@hyperbo.la"
] | rjl@hyperbo.la |
8e01190e73cb3a74e5910323e5f7f4266331ac79 | 14e00a226015c07522cc99b70fbcee5a2a8747d7 | /lab1/catkin_ws/src/libclfsm/src/FSMSuspensibleMachine.cc | 0ce38fce2989d1de85d6c9c76e394c36b86b53c0 | [
"Apache-2.0"
] | permissive | Joshua-Mitchell/robotics | 031fa1033bda465b813c40633da57886c3446a2c | 3f60f72bfaf9de4e2d65c7baac0dd57ee2d556b8 | refs/heads/master | 2020-04-27T13:01:25.073103 | 2019-03-10T14:49:08 | 2019-03-10T14:49:08 | 174,352,695 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,806 | cc | /*
* FSMSuspensibleMachine.cc
*
* Created by René Hexel on 24/09/11.
* Copyright (c) 2011-2014 Rene Hexel.
* 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... | [
"joshua.mitchell4@griffithuni.edu.au"
] | joshua.mitchell4@griffithuni.edu.au |
72810cb6c26d450ba0a5477b47ab939b6551df94 | e097ca136d17ff092e89b3b54214ec09f347604f | /include/amtrs/lang/java/class/android/media/MediaPlayer.hpp | f603479ce13a65c8786b68cb7e8d9b2797f92369 | [
"BSD-2-Clause"
] | permissive | isaponsoft/libamtrs | 1c02063c06613cc43091d5341c132b45d3051ee0 | 0c5d4ebe7e0f23d260bf091a4ab73ab9809daa50 | refs/heads/master | 2023-01-14T16:48:23.908727 | 2022-12-28T02:27:46 | 2022-12-28T02:27:46 | 189,788,925 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,948 | hpp | /* Copyright (c) 2019, isaponsoft (Isao Shibuya) All rights reserved. *
* Use of this source code is governed by a BSD-style license that *
* can be found in the LICENSE file. */
#ifndef __libamtrs__android__java_classes__android__media__MediaPlayer__hpp
#define __libamtrs__androi... | [
"isaponsoft@gmail.com"
] | isaponsoft@gmail.com |
5cb77790949fc5e25e6199110586b10ebe64a4f8 | 6278552a2faaef9534f8a599dae881063fe12cf5 | /src/main.cpp | 0385189adb3e5e823e71df088315f7b751cc9371 | [] | no_license | SyedAzizEnam/MPC-Controller | 0fc8eafc9888bc48ad3ceca367910c02a22d2d31 | 7698677f7f1c8d00e00be7fdfadb598b7603aa1c | refs/heads/master | 2020-06-16T18:27:04.724289 | 2017-07-30T20:31:00 | 2017-07-30T20:31:00 | 94,153,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,247 | cpp | #include <math.h>
#include <uWS/uWS.h>
#include <chrono>
#include <iostream>
#include <thread>
#include <vector>
#include "Eigen-3.3/Eigen/Core"
#include "Eigen-3.3/Eigen/QR"
#include "MPC.h"
#include "json.hpp"
// for convenience
using json = nlohmann::json;
// For converting back and forth between radians and degre... | [
"azizenam@gmail.com"
] | azizenam@gmail.com |
bba78b98f6f8c58529862ea61b6201339bece2d1 | 4e68b2d90fbcf829435514ae3631c75b5ba2e438 | /src/yb/util/algorithm_util.h | aaa7fdecfb5bb1b5cbeba1dc269cacd4b3bb8bc2 | [
"OpenSSL",
"Apache-2.0",
"BSD-3-Clause",
"CC0-1.0",
"Unlicense",
"bzip2-1.0.6",
"dtoa",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | bhrgv-bolla/yugabyte-db | b4b2c22d76b0503e1f96d1279b858800ae138119 | 7b12cce17745647e1870f7f7b44a9a71068ceecd | refs/heads/master | 2020-03-11T20:50:05.257512 | 2018-04-19T06:56:16 | 2018-04-19T10:39:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | h | // Copyright (c) YugaByte, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... | [
"mbautin@users.noreply.github.com"
] | mbautin@users.noreply.github.com |
d9d54298286227c10bef0dc7ba0b8aed62a4359a | bac649c895da8043ddb346a98ae1ae56a8d96a31 | /Codes/Light OJ/1053 - Higher Math/HigherMath.cpp | c7b1aee9bdaba100cd378292a8eee8dbe8a393b4 | [] | no_license | raihanthecooldude/ACM | f3d376554df7b744f771bbf559ab9e28e37a25cb | 4c4c6e5de49670abbd9976daf2ae723520874aea | refs/heads/master | 2021-07-02T00:46:57.203310 | 2019-05-27T17:59:37 | 2019-05-27T17:59:37 | 139,543,437 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 734 | cpp | #include<bits/stdc++.h>
#include<stdio.h>
#include<iostream>
#include<math.h>
using namespace std;
#define pi 3.1415927
#define MOD 1000000007
#define MAX 100005
#define UMAX 9223372036854775807
#define MAXARRAY 2000002
#define ll long long
#define nl '\n'
#define xx first
#define yy second
#define pb push_back
#defin... | [
"raihanthecooldude@gmail.com"
] | raihanthecooldude@gmail.com |
ac865118a1b6695a7f0ed7325e8024b41396cdef | 7d36d9de8ddcf9cc6890ee985d8d515ed67411f6 | /include/user_factors.h | 7949ab2a02466b67a050b7182d9a0be7a1d9de69 | [] | no_license | Calm-wy/monodepth_localization | 0002098f563664e9bf8f45577764643dbf4f5c55 | 8192faf6a6467920a440a41d159bcfb7c3a14e98 | refs/heads/master | 2020-06-17T05:51:06.682349 | 2019-05-24T02:05:02 | 2019-05-24T02:05:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,271 | h | /**
* @file slam_factors.h
* @brief User defined factors
*
*/
#include <isam/isam.h>
#include "user_nodes.h"
// NOTE: When you add a new factor, modify gparser.cpp/h to enable proper graph loading
// Unfortunately, currently no loading from native isam is supported.
#pragma once
namespace Eigen {
typedef Mat... | [
"youngji.brigid.kim@gmail.com"
] | youngji.brigid.kim@gmail.com |
64234dca87cdc115173958f640c332b8c24b619e | d09092dbe69c66e916d8dd76d677bc20776806fe | /.libs/puno_automatic_generated/inc/types/com/sun/star/awt/XMouseListener.hpp | c3495449258d432c60d891692743ec31b235eb65 | [] | no_license | GXhua/puno | 026859fcbc7a509aa34ee857a3e64e99a4568020 | e2f8e7d645efbde5132b588678a04f70f1ae2e00 | refs/heads/master | 2020-03-22T07:35:46.570037 | 2018-07-11T02:19:26 | 2018-07-11T02:19:26 | 139,710,567 | 0 | 0 | null | 2018-07-04T11:03:58 | 2018-07-04T11:03:58 | null | UTF-8 | C++ | false | false | 1,513 | hpp | #ifndef INCLUDED_COM_SUN_STAR_AWT_XMOUSELISTENER_HPP
#define INCLUDED_COM_SUN_STAR_AWT_XMOUSELISTENER_HPP
#include "sal/config.h"
#include "com/sun/star/awt/XMouseListener.hdl"
#include "com/sun/star/awt/MouseEvent.hpp"
#include "com/sun/star/lang/XEventListener.hpp"
#include "com/sun/star/uno/Reference.hxx"
#includ... | [
"guoxinhua@10.10.12.142"
] | guoxinhua@10.10.12.142 |
f89bc743c3b956d4a2b8bc2764230d6ca0cfd4fa | 492976adfdf031252c85de91a185bfd625738a0c | /src/Game/AI/AI/aiCastleLynelBattle.h | ff1ec332e671195a3d4d1e953a6d905629f7963b | [] | no_license | zeldaret/botw | 50ccb72c6d3969c0b067168f6f9124665a7f7590 | fd527f92164b8efdb746cffcf23c4f033fbffa76 | refs/heads/master | 2023-07-21T13:12:24.107437 | 2023-07-01T20:29:40 | 2023-07-01T20:29:40 | 288,736,599 | 1,350 | 117 | null | 2023-09-03T14:45:38 | 2020-08-19T13:16:30 | C++ | UTF-8 | C++ | false | false | 530 | h | #pragma once
#include "Game/AI/AI/aiLynelBattle.h"
#include "KingSystem/ActorSystem/actAiAi.h"
namespace uking::ai {
class CastleLynelBattle : public LynelBattle {
SEAD_RTTI_OVERRIDE(CastleLynelBattle, LynelBattle)
public:
explicit CastleLynelBattle(const InitArg& arg);
~CastleLynelBattle() override;
... | [
"leo@leolam.fr"
] | leo@leolam.fr |
d1ce39cc84771ff1a302fc27ee3523c8d97d47d0 | a0320ceb1fb8d62cef8729b9c7245a25543398b1 | /Queues/slidingWindowMax.cpp | b38a489db4739ab49783a325c22777115a857339 | [] | no_license | Utkal97/Data-Structures-and-Algorithms | d558d847b8651fb0f6bd89026cca6d900f496fe2 | 6eca25b8ec71a118cda35c85d150ef6ae01b3243 | refs/heads/master | 2022-04-13T10:32:34.909651 | 2020-04-04T12:04:00 | 2020-04-04T12:04:00 | 247,907,610 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | cpp | #include<bits/stdc++.h>
#include "DoubleEndedQueue.h"
using namespace std;
vector<int> slidingWindow(int A[], int len, int window_size) {
DoubleEndedQueue q;
for(int ind=0;ind<window_size;ind++) {
while(!q.empty() && A[ind] >= A[q.back()])
int popped = q.pop_back();
q.push_back(in... | [
"utkal.s15@iiits.in"
] | utkal.s15@iiits.in |
d4ff8968b5b5f272fd0da6da4fe70202a45b3096 | fa59cfedc5f57e881679fb0b5046da8c911229ca | /9465 스티커.cpp | 75007d318d104fd8d516d62b1630b47e91af4021 | [] | no_license | ju214425/algorithm | e2862df2c55490b97aefffaec99bb449a9db7e1f | db6d96eda3272a7faddaf11fdd02534d6231eafc | refs/heads/master | 2023-07-02T21:32:53.718629 | 2023-06-25T06:04:57 | 2023-06-25T06:04:57 | 193,701,850 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,731 | cpp | // #include <iostream>
// using namespace std;
// int max(int num1, int num2){
// return num1 > num2 ? num1 : num2;
// }
// int main(){
// int numberOfTests;
// cin >> numberOfTests;
// int answerArr[numberOfTests + 1];
// for(int i = 1 ; i <= numberOfTests ; i++){
// int length;
// cin >> length;
// int ... | [
"2016025841@hanyang.ac.kr"
] | 2016025841@hanyang.ac.kr |
d2d465366486abacf468cc9740266a07717f3043 | 1c1b09bba3a951df1b9dd24debc1d2b840477b89 | /FIT2096_Assignment2b_WillStojic/Player.cpp | 9ff1553e68656cef72b74bc39e4d442e041b1aca | [] | no_license | WillStojic/FIT2096_Assignment2b | 8e0e73dd98d808edefec526f5c5201cea46e40ce | 10f86d919d6cf44d318effaf1cef588b4f27f8a2 | refs/heads/master | 2020-03-17T00:37:11.510144 | 2018-05-28T19:06:30 | 2018-05-28T19:06:30 | 133,123,298 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,096 | cpp | #include "Player.h"
#include "MathsHelper.h"
Player::Player(InputController* input)
: PhysicsObject(Vector3(MathsHelper::RandomRange(1, 48), 0, MathsHelper::RandomRange(1, 48)))
{
m_input = input;
// The player is much stronger than any monster on the board
m_health = 200.0f;
m_gems = 0;
//starting ammo
m_ammo ... | [
"wsto0001@student.monash.edu"
] | wsto0001@student.monash.edu |
738e66fc4c9d586f015fa82e0b35213033daead3 | 9cf25c7877689dda2918a9c8f3a07b16f3549d9d | /Engine/Audio/AudioSystem.h | 49c8618800933de69f04b3eedddbbd78d3023c92 | [] | no_license | spo0kyman/GAT150 | e6b9befcde1eb3124e562884e94e5cb5727b3356 | ced74e960215ce5b0265636062195cda3e5ff9db | refs/heads/master | 2022-12-10T19:00:32.010359 | 2020-09-02T01:33:57 | 2020-09-02T01:33:57 | 284,793,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | h | #pragma once
#include "Core/System.h"
#include "fmod.hpp"
namespace nc {
class AudioSystem : public System {
public:
virtual bool Startup() override;
virtual void Shutdown() override;
virtual void Update() override;
friend class Sound;
protected:
FMOD::System* m_system{ nullptr };
};
} | [
"61479588+spo0kyman@users.noreply.github.com"
] | 61479588+spo0kyman@users.noreply.github.com |
5f281b56ca2a8fea8425a2da4aecbc23a01262b6 | d7fe5077a5694265c4bab15b7acbc8a4424ddd89 | /naive/src/Analysis/NoPredBlocks.cpp | 53309420f754752b92a1003d6f3468476e136741 | [] | no_license | fengjixuchui/acsac17wip | 56cfcea51e30d36f2f5fe5b0ef511ba2ae4ce83f | 5b93e78b96978977a485149c32594d85b1ae329d | refs/heads/master | 2023-03-16T19:33:31.606714 | 2020-11-02T16:29:10 | 2020-11-02T16:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | cpp | #include "llvm/IR/Module.h"
#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
using namespace ll... | [
"areiter@veracode.com"
] | areiter@veracode.com |
1f7ec6eb173e5aa4aeac2048080cdbd639d5296b | 4a7f31f146b1397455887c7e7ed30cdd5982b2bd | /includes/strategy/create.hpp | 6975326c8e416e7f2b1e74cb378cc919dec749f0 | [] | no_license | Disabled77/metaprogramming | 5ac73c2b4bc5e7034a16fcec133a1cdca2ae1ed2 | 010c9ae991b5bea98d5168fd3eddb93c0a7f6164 | refs/heads/master | 2020-03-29T05:58:43.258986 | 2017-06-29T13:19:22 | 2017-06-29T13:19:22 | 94,656,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 875 | hpp | #pragma once
namespace strategy {
template<class T>
struct NewCreate{
template<class... Args>
static T* create(Args... args){
return new T { args... };
}
};
template<class T>
struct MallocCreate{
template<class... Args>
static T* create(Args... args){
T* object = reinterpret_cast<T... | [
"dmitry.belous89@gmail.com"
] | dmitry.belous89@gmail.com |
f1aefb530612b66eb0bf6dbf1f17bc073d75cad7 | b2c2de30aec8f6cd84162f9fdf3ab23614b6d963 | /opencv/sources/modules/core/test/test_rand.cpp | 9cb683aa55220d714b8b46a32b3ed069f3830cb2 | [
"BSD-3-Clause"
] | permissive | ASeoighe/5thYearProject | aeaecde5eb289bcc09f570cb8815fcda2b2367a6 | 772aff2b30f04261691171a1039c417c386785c4 | refs/heads/master | 2021-09-14T11:41:11.701841 | 2018-04-24T22:30:41 | 2018-04-24T22:30:41 | 112,224,159 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,981 | cpp | #include "test_precomp.hpp"
using namespace cv;
using namespace std;
class Core_RandTest : public cvtest::BaseTest
{
public:
Core_RandTest();
protected:
void run(int);
bool check_pdf(const Mat& hist, double scale, int dist_type,
double& refval, double& realval);
};
Core_RandTest::Core... | [
"aaronjoyce2@gmail.com"
] | aaronjoyce2@gmail.com |
c81101c7bcbb78273876a76b1be5dba551b25a7f | cb796fe6cdd2b58782cd5bbd6b7bd29d4ea6a298 | /f1000/doc/fwsdk/IQA_LIB_uBlaze_rev1_5/include/hxx/ADC1_CH13.hxx | 8e11b0d2e4dc9c333947d90c46e33aa7565b76f6 | [] | no_license | IQAnalog/iqa_external | b0098d5102d8d7b462993fce081544bd2db00e52 | 13e2c782699f962fb19de9987933cbef66b47ce1 | refs/heads/master | 2023-03-23T13:46:16.550707 | 2021-03-24T18:03:22 | 2021-03-24T18:03:22 | 350,906,829 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,857 | hxx | //*******************************************************************************
// __ __ *
// / \/ \ *
// \ \ ... | [
"rudyl@iqanalog.com"
] | rudyl@iqanalog.com |
0a5682a2d63acfb8051b3aac6eda419494723205 | d970f0f7275b7fb13bf315de797d5e38a06aa655 | /include/sico/frames/object_local.hpp | 4bfc9ec3d3ab56847a51a14888ea3565280f819b | [
"MIT"
] | permissive | fjacomme/sico | d5e4ece8a8600990135873900fd9cf4eada910f1 | 501b8f08313e4394ac8585167b74374e2ae3da09 | refs/heads/master | 2023-01-10T22:21:25.653182 | 2020-11-10T13:45:01 | 2020-11-10T13:45:01 | 264,876,122 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | hpp | #pragma once
#include "sico/conversions/enu_local.hpp"
#include "sico/conversions/local_local.hpp"
#include "sico/frames/local_tangent.hpp"
#include "sico/types/orientations.hpp"
namespace sico {
/// Local Frame for an object positioned in an ENU frame
class frame_object {
protected:
frame_enu frame;
quat... | [
"florian@jacomme.fr"
] | florian@jacomme.fr |
f17a18611b4aafb084acbedfb8133a625c2f4030 | 5506803b1e48b519a748510fac5be2047319a333 | /example/oglplus/025_reflected_torus.cpp | 8975c29e862fd514d99c66424a8b9bcf671b8782 | [
"BSL-1.0"
] | permissive | James-Z/oglplus | dc5ed546094c891aeabffcba2db45cfc78e08ef9 | a43867907d5d132ba253178232e8852f51c83e6b | refs/heads/master | 2020-05-29T11:08:14.386144 | 2014-02-13T18:33:03 | 2014-02-13T18:33:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,882 | cpp | /**
* @example oglplus/025_reflected_torus.cpp
* @brief Shows how to draw a torus reflected in a horizontal plane
*
* @oglplus_screenshot{025_reflected_torus}
*
* Copyright 2008-2013 Matus Chochlik. Distributed under the Boost
* Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or co... | [
"chochlik@gmail.com"
] | chochlik@gmail.com |
32d907a959be20b0a7f350d9f9f48cd127c5b872 | 005f6e37941b66536f6719a7bb94ab4d3d7cf418 | /src/prx_packages/manipulation/simulation/plants/simple_planning_manipulator.hpp | cf0d19db06161c1d56bbe2efd93e3f80d4a464a5 | [] | no_license | warehouse-picking-automation-challenges/ru_pracsys | c56b9a873218fefb91658e08b74c4a1bc7e16628 | 786ce2e3e0d70d01c951028a90c117a0f23d0804 | refs/heads/master | 2021-05-31T05:52:33.396310 | 2016-02-07T22:34:39 | 2016-02-07T22:34:39 | 39,845,771 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,801 | hpp | ///**
// * @file simple_planning_manipulator.hpp
// *
// * @copyright Software License Agreement (BSD License)
// * Copyright (c) 2013, Rutgers the State University of New Jersey, New Brunswick
// * All Rights Reserved.
// * For a full description see the file named LICENSE.
// *
// * Authors: Andrew Dobson, Andrew K... | [
"kostas.bekris@cs.rutgers.edu"
] | kostas.bekris@cs.rutgers.edu |
7b2ae70b2d51805efb79e23a08bad42f317de492 | c7ebab4f0bb325fddd99e2e6952241e6d5177faf | /Buffer.cpp | 71800e3bd44133ec88cb9c7e770712955754ef38 | [] | no_license | zhuqiweigit/mymuduo | d1cd19a4a10ad7c2d2d327dafa3a6c9379d8c76a | 31701d4b72cf29051bf721ea1d720535b048b39c | refs/heads/main | 2023-03-08T03:49:18.547494 | 2021-02-26T12:51:39 | 2021-02-26T12:51:39 | 342,574,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,706 | cpp | #include "Buffer.h"
#include <errno.h>
#include <sys/uio.h>
#include <unistd.h>
/**
* 维护了一个vector<char>Buffer, 和两个读写的int Index,使用int而非指针或迭代器,是因为vector的迭代器失效问题
*
* Buffer的布局: 0-----8---------------readIndex--------------writeIndex-----------------size-----capacity
* 空白头部 读过后的空闲区 待读数据 ... | [
"XXX@xx.com"
] | XXX@xx.com |
eca14227b5f94317f3910073e25394fc21122137 | 0a7c02bd90d575c2238cc25340cc670515452b05 | /data/dlopen/lib.cc | cbbe083de86d0ba3aec96826453a1fa906664b18 | [] | no_license | 010ric/inMemory_DBSystem_course | 181df3633b2bd24158e92b6bbaefef47777df45d | ced3d8ed10ecd46e347021544650a57481067c2e | refs/heads/main | 2023-01-14T03:51:54.829329 | 2020-11-21T10:47:44 | 2020-11-21T10:47:44 | 314,787,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45 | cc | extern "C" int foo(int x) { return x * 2; }
| [
"mturic@inovex.de"
] | mturic@inovex.de |
b8523ef664f336fbafe38f036dc8317fc6b50dca | d5dd043940702693d9308670d00d1b179f33e874 | /MIXKEY_NEW_CODE/Adafruit-GFX-Library-master/Adafruit_GFX.h | 5c1b92dc763b8fe8aa42be38e29ddb7adf25f341 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | OasysLab/MIXKEY_NEW_CODE_NBIoT_3G | 520dc2f087cfddaa021f30723425b356c4c02cd1 | 82f1b79f034ab4389e3b7d6829b0cda1ac035181 | refs/heads/master | 2020-03-23T12:00:19.337505 | 2018-07-19T05:58:52 | 2018-07-19T05:58:52 | 141,531,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,006 | h | #ifndef _ADAFRUIT_GFX_H
#define _ADAFRUIT_GFX_H
#if ARDUINO >= 100
#include "Arduino.h"
#include "Print.h"
#else
#include "WProgram.h"
#endif
#include "gfxfont.h"
class Adafruit_GFX : public Print {
public:
Adafruit_GFX(int16_t w, int16_t h); // Constructor
// This MUST be defined by the subclass:
virtu... | [
"qqlinebotapi@gmail.com"
] | qqlinebotapi@gmail.com |
de80a75a3b3eeadd4f3649dc92f5e2357c4e9e17 | a3634de7800ae5fe8e68532d7c3a7570b9c61c5b | /codechef/JUNE17PRMQ2.cpp | 7baaa3cebf4b6cb9faedcb6066d9c87412c279a0 | [] | no_license | MayankChaturvedi/competitive-coding | a737a2a36b8aa7aea1193f2db4b32b081f78e2ba | 9e9bd21de669c7b7bd29a262b29965ecc80ad621 | refs/heads/master | 2020-03-18T01:39:29.447631 | 2018-02-19T15:04:32 | 2018-02-19T15:04:32 | 134,152,930 | 0 | 1 | null | 2018-05-20T13:27:35 | 2018-05-20T13:27:34 | null | UTF-8 | C++ | false | false | 3,533 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
#include<cstdio>
using namespace std;
inline void fastRead_int(long long &x)
{ register int c = getchar_unlocked();
x = 0;
int neg = 0;
for(; ((c<48 || c>57) && c != '-'); c = getchar_unlocked());
if(c=='-')
{ neg = 1;
c = getchar_unlocked();
}
... | [
"f20160006@goa.bits-pilani.ac.in"
] | f20160006@goa.bits-pilani.ac.in |
1e2eab60eaa70114bb684e4ee635db610d8af8a5 | 391dede5cf715071d5fac9ac376d26c3b4edf040 | /linux/my_application.cc | 83d3efea9d28fd5e5102f095dd9f54cf29a81926 | [] | no_license | Vritika21/intertwined | 5fa0450fd9632f83b8722fcb25c2a1fefd9586f6 | d22dbd787fcc5a8543f56f9e79cd7894fd1c76fc | refs/heads/master | 2023-04-06T22:49:55.002306 | 2021-04-08T21:50:23 | 2021-04-08T21:50:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,654 | cc | #include "my_application.h"
#include <flutter_linux/flutter_linux.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#include "flutter/generated_plugin_registrant.h"
struct _MyApplication {
GtkApplication parent_instance;
char** dart_entrypoint_arguments;
};
G_DEFINE_TYPE(MyApplication, my_application, GT... | [
"madhurmaurya365@gmail.com"
] | madhurmaurya365@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.