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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f95c3d775d9975781ea671d0d0bc8b7a6a5aa7d9 | 6d7f43d0c778715a07ef9b96820ee58525364f77 | /Client/KuberaClient/FBX/GFBXMesh.h | 9b0a75f3ba5449db849f286a01ab69e1cab1cbd0 | [] | no_license | shootan/kubera | 682fc3a606e500a81971a57859e11228771bce0a | 49d8d7e54d70181530bf4a88c493ece08a2d0ed1 | refs/heads/master | 2021-01-18T15:08:54.382606 | 2015-10-05T04:32:23 | 2015-10-05T04:32:23 | 29,336,906 | 2 | 1 | null | 2015-01-16T07:41:25 | 2015-01-16T07:03:05 | C++ | UTF-8 | C++ | false | false | 2,098 | h | #pragma once
#include "GFBXSkeleton.h"
#include <vector>
#include "../Mesh.h"
#define MAX_BONE_MATRICES 70
namespace GFBX {
struct Vertex
{
Vertex() {
indices[0] = indices[1] = indices[2] = indices[3] = 0;
weights = D3DXVECTOR4(1,0,0,0);
}
D3DXVECTOR3 pos;
D3DXVECTOR3 norm;
D3DXVECTOR2 uv;
D3DXVECTOR3 tan... | [
"fhemfltmxm@naver.com"
] | fhemfltmxm@naver.com |
6b091abc0198aeef93525ea77a021e932acb8e29 | 57ad4cc874b18ec29e2ecd1917c88f2a551b9a88 | /CAN_com/arduino/libraries/arduino-library-nine-axes-motion-master/examples/BareMinimum/BareMinimum.ino | b2665b7d46e8f11ef76d98d5b32eda1a507eb268 | [] | no_license | jeffykim/NJITSolarCarUI | fe12fe3ad70983a5842bf850e7b1e72b886e1fa4 | 5e81bae500f4948e9de29d6bbdbd30c558388bdf | refs/heads/master | 2018-12-26T23:43:43.573244 | 2018-10-22T21:23:28 | 2018-10-22T21:23:28 | 107,796,200 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,957 | ino | /****************************************************************************
* Copyright (C) 2011 - 2014 Bosch Sensortec GmbH
*
* BareMinimum.ino
* Date: 2014/08/25
* Revision: 2.1 $
*
* Usage: Example code to describe the Bare Minimum
*
**************************************************************************... | [
"bduemmer1@gmail.com"
] | bduemmer1@gmail.com |
c14b6ff00d0cd42385835ef29425cdd8f12f3ca9 | 6c2a0b2b307779ce9cf62801c398453e83550015 | /Protocol/HTTP/HTTP.h | 5e3f5618159f02bb890d4b0445b77a5e860d2484 | [] | no_license | pbabics/Project-Ikaros | f11b8aa2600d090a2d0eced8dcac74c35837dcf6 | 1558fcd6662aec209d7e97c4ff6ef96af9832677 | refs/heads/master | 2021-05-27T21:36:07.095534 | 2012-05-12T16:28:01 | 2012-05-12T16:28:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,686 | h | #include "Includes.cpp"
#include "Adds.h"
#include "defines.h"
#include "ConfigMgr.cpp"
#ifdef __cplusplus
extern "C"
{
#endif
void processRecieve(in_addr /* address */, int fd, char* data);
void Init();
void InitStrings();
void InitErrorPages();
void LoadConfig();
class HTTPResponse
{
public:
static vo... | [
"NTX@zoznam.sk"
] | NTX@zoznam.sk |
c1f34982413ce3d02fe16a0a485c7ad601e19492 | 217b0029ff0df2a71e1de0197b34c72b5a6a7801 | /wiibalance_min/wiibalance_min.ino | 5f676e0768ca1ecff66d2e2986b560b6b7834e81 | [] | no_license | soiyadakara/ArduinoProjects | dc84b7516dd2049ba3f64c25a6de0b69cf0917dd | 898f01622a210dea653e6c0c9df1e5c687ad7b2e | refs/heads/master | 2021-07-13T13:14:56.383653 | 2020-09-10T15:32:20 | 2020-09-10T15:32:20 | 204,957,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,643 | ino | /*
wiibalance
created 2017/02
by JR2GEV
*/
#include "WiiBalanceBoard.h"
#include <ESP8266WiFi.h>
#include <WiFiClientSecure.h>
WiiBalanceBoard wbb;
#define LED_MAIN 16 //LOWで点灯
#define PWR_ON 14 //LOWでON
#define SW_SYNC 13
#define SW_MAIN 12
// wifi設定
String ssid = "ssid";
String pass = "pass";
String host =... | [
"soiyadakara@gmail.com"
] | soiyadakara@gmail.com |
fcbbebb87d94c4c85a18ea12cc14967a0b5881db | faacd0003e0c749daea18398b064e16363ea8340 | /3rdparty/phonon/globalconfig.cpp | 52339f06f35301b63da205b122b0d05cbbc0d30c | [] | no_license | yjfcool/lyxcar | 355f7a4df7e4f19fea733d2cd4fee968ffdf65af | 750be6c984de694d7c60b5a515c4eb02c3e8c723 | refs/heads/master | 2016-09-10T10:18:56.638922 | 2009-09-29T06:03:19 | 2009-09-29T06:03:19 | 42,575,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,781 | cpp | /* This file is part of the KDE project
Copyright (C) 2006-2008 Matthias Kretz <kretz@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of ... | [
"futurelink.vl@9e60f810-e830-11dd-9b7c-bbba4c9295f9"
] | futurelink.vl@9e60f810-e830-11dd-9b7c-bbba4c9295f9 |
90822340538cb193610dcff922819b898bb1970d | 51985c9b23723019995d1fc595cbc9b8f6d669e4 | /Project2/Project2/GameL/Draw2DTex_Source.cpp | 63c104b6e3391bcfe1e2d417a7fd62cf1a029b6e | [] | no_license | mamesensya/mamesennsya | d924a6c6f33accbe86320cd5311498541dbbb56a | 5060b5a8ba227478abc633c7dbbdbd53e8bee471 | refs/heads/main | 2023-03-08T15:00:28.302699 | 2020-12-10T07:59:39 | 2020-12-10T07:59:39 | 305,953,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,006 | cpp | const char* g_hlsl_str =
{
"struct vertexIn "
"{ "
" float4 pos : POSITION; "
" unsigned int2 uv : TEXCOORD; "
"}; "
" "
"struct vertexOut ... | [
"noreply@github.com"
] | mamesensya.noreply@github.com |
e0cecbc95580b6156143d1fd0dfa7d99fd9c19b3 | 2cc7dd012ec7bf03384c5ad0935424f96a21ca86 | /android-auto-9-notes/hwbinder/android.hardware.keymaster@3.0-service/service_note.cpp | e48cf642c6cc029563bc2051de2c1aa8f06c2062 | [] | no_license | clear39/notes | 058b4dfb40268747d9cf3456ea71fe88606b8bfb | 013211969abfc1be8de85f4766a0826d9a66b344 | refs/heads/master | 2021-06-06T22:00:06.503892 | 2021-06-06T15:53:10 | 2021-06-06T15:53:10 | 149,075,176 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,074 | cpp |
// @/work/workcodes/aosp-p9.x-auto-alpha/hardware/interfaces/keymaster/3.0/default/android.hardware.keymaster@3.0-service.rc
service vendor.keymaster-3-0 /vendor/bin/hw/android.hardware.keymaster@3.0-service
class early_hal
user system
group system drmrpc
// @/work/workcodes/aosp-p9.x-auto-alpha/hardw... | [
"lixuqing@auto-link.com.cn"
] | lixuqing@auto-link.com.cn |
9fd90c8862f85dd6cda5905a1028fae4fd9d6ad4 | 2b93d3bc50cb40a0f6c44819a8470e091fcc30c4 | /com/include/QKinect.h | c771ca2c300601306347347f36e51ce1d9a4ca75 | [] | no_license | NCCA/KinectMDI | 184bea96ad1617e035d313c832a3f8c82c7499e3 | e1a242d8a465bc643dcae103335847015a44ea97 | refs/heads/master | 2021-01-19T07:57:18.266493 | 2017-09-25T21:00:15 | 2017-09-25T21:00:15 | 24,463,144 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 26,859 | h | #ifndef QKINECT_H__
#define QKINECT_H__
/*
* This file is part of the OpenKinect Project. http://www.openkinect.org
*
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
* for details.
*
* This code is licensed to you under the terms of the Apache License, version
* 2.0, or, at your opt... | [
"jmacey@bournemouth.ac.uk"
] | jmacey@bournemouth.ac.uk |
97c8761a93c42cfa6dfce65bf6f121318a5fd187 | 0ebb297fe3a7354d988661be5b1de8ab2019c60a | /code/neuroevo/common/systems/physics2d/phys2d_system_defn.h | dbf1da981940270740fddc52b5bc350974ad8ce9 | [] | no_license | kamrann/workbase | a56e8ca3874ae5e71e4c77331ed10f59acff5914 | ce2cade80365f885839bf96bfc5db5e57059ba39 | refs/heads/master | 2021-01-19T03:22:32.745349 | 2015-01-02T23:05:04 | 2015-01-02T23:05:04 | 15,985,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,228 | h | // phys2d_system_defn.h
#ifndef __WB_NE_PHYSICS_2D_SYSTEM_DEFN_H
#define __WB_NE_PHYSICS_2D_SYSTEM_DEFN_H
#include "scenario_defn.h"
#include "system_sim/basic_system_defn.h"
#include "util/bimap.h"
namespace sys {
struct update_info;
namespace phys2d {
class phys2d_system_defn:
public basic_system_defn
... | [
"cjangus@gmail.com"
] | cjangus@gmail.com |
f708338aa68bf7e26c4a81f230aa0c3e9273c61d | 49e6354d92450ac3a7421706cec8c074e4ea2e03 | /include/ME/light/LightClass.h | 00238f02cae51e651c14244541a916b5528428c3 | [] | no_license | Milhau5/A10---Separation-Axis-Test | 21ae6be3b9f761a59d2c263f8e645fa9fddb040d | 91764e6391655d9e78327f84777be75b94aa8b23 | refs/heads/master | 2021-03-12T19:54:48.913567 | 2015-04-16T00:08:30 | 2015-04-16T00:08:30 | 33,953,258 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,789 | h | /*
Programmer: Alberto Bobadilla (labigm@gmail.com)
Date: 2014/05
*/
#ifndef __LIGHTCLASS_H_
#define __LIGHTCLASS_H_
#include "ME\system\SystemSingleton.h"
namespace MyEngine
{
class MyEngineDLL LightClass
{
//Private Fields
float m_fIntensity;
vector3 m_vPosition;
vector3 m_vColor;
public:
//The Big 3
/* Con... | [
"nai7804@GDD-55.main.ad.rit.edu"
] | nai7804@GDD-55.main.ad.rit.edu |
1c69969a1dc3868b5ca6ebfc4eaf64f294adce3c | 45f8762035df391bdb4e345e340ee09bf9655a22 | /VideoTracking/PositionStream.h | dc5965c4eb48989273f9f541182515230f6ec196 | [] | no_license | rafaelkuffner/OpticalFlowCloud | 4f44146667e80c4226e34cd664060a29e6479191 | 854842aa4032725e5f608f69fb7eb4b751025f6a | refs/heads/master | 2020-03-28T01:23:44.575077 | 2018-09-05T10:50:24 | 2018-09-05T10:50:24 | 147,501,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 399 | h | #pragma once
#include <vector>
#include "opencv2/core/core.hpp"
using namespace std;
using namespace cv;
class PositionStream
{
public:
bool _active;
bool _fresh;
int _id;
int _firstFrame;
vector<Vec2i> _positions;
vector<float> _topValue;
vector<float> _midValue;
vector<float> _bottomValue;
PositionStr... | [
"rafaelkuffner@gmail.com"
] | rafaelkuffner@gmail.com |
fa3ada897e1364f41b5f15a806bca32fbb8af259 | 9f93116a1a67b9e2e56c9684eb968175fcdb37a4 | /LUCKG.cpp | b003739c29eaebaa37cf907cd5ec63875719b337 | [] | no_license | Anmol2307/SpojProblems | 72d7fa2b1b56f0228dcdd4c803a40ac97abb592e | 9784e8149df8ff19f441d77fd30f829e4f1d551d | refs/heads/master | 2016-08-03T07:43:26.350944 | 2014-11-20T10:06:12 | 2014-11-20T10:06:12 | 17,081,832 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,758 | cpp | #include <cmath>
#include <ctime>
#include <iostream>
#include <string>
#include <vector>
#include <cstdio>
#include <sstream>
#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <map>
#include <set>
#include <queue>
#include <cctype>
#include <list>
#include <stack>
#include <fstream>
#include <utility... | [
"garganmol1993@gmail.com"
] | garganmol1993@gmail.com |
c3df50cc5a855bba868b897d026f7cf42a870208 | 8056397c905fa86f4f3489c6f34176f0a167a351 | /contest/1324/f/73119520.cpp | 584ffd456c56959042acd32262cf8cfeaa851a9d | [] | no_license | priyankjairaj100/Codeforces-Solutions | e9ac35b339ebd71e17882873ae2150d0c17101f6 | 540f30d8741e5d84bc983cb7abcee0a0dc03bfbb | refs/heads/master | 2022-04-23T06:14:52.931737 | 2020-04-25T03:16:24 | 2020-04-25T03:16:24 | 258,675,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,688 | cpp | #include <bits/stdc++.h>
#include <string>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
using namespace std;
#define pii pair<int, int>
#define ordered_set tree<int, null_type,less_equal<int>, rb_tree_tag,tree_order_statistics_node_update>
//#define o... | [
"f2016615@pilani.bits-pilani.ac.in"
] | f2016615@pilani.bits-pilani.ac.in |
892886011dcc589cdd2a53359608fcb3feb93a32 | 33f8a1164c44b4ade4a1ae9edca25a5d631b14dc | /Equipment.cpp | 38c5b5a1beaa5bc45eb715e8283c53a9ef9a66cd | [] | no_license | kuribohlv9/Skelly_Dungeon | fe2ef781c3e4169ef7300a3af1347ee7f18bf4a3 | 01d8d165a3d045b58b467a5e5c4594ba6c92a115 | refs/heads/master | 2020-04-30T09:03:41.956469 | 2015-02-07T15:29:12 | 2015-02-07T15:29:12 | 28,010,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | cpp | // Equipment.cpp
#include "stdafx.h"
#include "Equipment.h"
#include "Item.h" // do I need this?
#include "Collider.h"
#include "Sprite.h"
Equipment::Equipment(){
}
Equipment::~Equipment(){
}
void Equipment::PickUp(Player* player)
{
// here will be the code to pick up equipment items
} | [
"gamedesignwithdee@gmail.com"
] | gamedesignwithdee@gmail.com |
eb4c987ae218b991e5ad275b3bd950424c71e970 | 723202e673511cf9f243177d964dfeba51cb06a3 | /10/oot/src/gui/GraphView/inc/Edge.h | c2fee04718c7ee4a200fc1ab43f063362d105792 | [] | no_license | aeremenok/a-team-777 | c2ffe04b408a266f62c523fb8d68c87689f2a2e9 | 0945efbe00c3695c9cc3dbcdb9177ff6f1e9f50b | refs/heads/master | 2020-12-24T16:50:12.178873 | 2009-06-16T14:55:41 | 2009-06-16T14:55:41 | 32,388,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 710 | h | #ifndef EDGE_H
#define EDGE_H
#include <QtGui/QGraphicsItem>
class Node;
class Edge : public QGraphicsItem
{
public:
Edge(Node *sourceNode, Node *destNode);
~Edge();
Node *sourceNode() const;
void setSourceNode(Node *node);
Node *destNode() const;
void setDestNode(Node *node);
void adj... | [
"Pavel.Zubarev@9273621a-9230-0410-b1c6-9ffd80c20a0c"
] | Pavel.Zubarev@9273621a-9230-0410-b1c6-9ffd80c20a0c |
8e43d0711a6564387fead9439af945df873fc9ed | e95a7284e50993fc8082348861b09221b4967d74 | /src/gamefield.h | c64e3be3a42417e6590b74fb11d8065c00908673 | [] | no_license | almikhailov/CrazyTanks2 | eaf0ab130c2198058cf9a53ca5d630734bd1deeb | a3a38c103d4b0cb6e92ae0078f7940949b53dd99 | refs/heads/master | 2021-04-15T07:43:40.374183 | 2018-03-30T11:13:24 | 2018-03-30T11:13:24 | 126,135,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 724 | h | //#include "constants.h"
class GameField : Game {
public:
GameField();
int checkCoords(int,int);
Game* getRefCoords(int ,int);
void setCoords(int,int,int,Game*);
private:
int gameFieldArrOfType[LIMIT_RIGHT-LIMIT_LEFT+1][LIMIT_DOWN-LIMIT_UP+1];
Game* gameFieldArrOfRef[LIMIT_RIGHT-LIMIT_LEFT+... | [
"noreply@github.com"
] | almikhailov.noreply@github.com |
b54116a7e2015d8b0dbe6038645b135305b28d07 | 3efc5d6fe78e55f92c753e264e966c74a71a824b | /Alexandria/Dynamic_Mesh.cpp | ef55c79cf5d56d3f9b78dbb2d750346347cb8c4f | [] | no_license | TaehunKim0/Alexandria | 06e3978ec790a1f8dc175136c73700a1b76fcf9d | bfb2994506a46932914638da1ba170a09c1eafc1 | refs/heads/master | 2023-04-13T05:14:57.687856 | 2018-06-25T12:00:33 | 2018-06-25T12:00:33 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,887 | cpp | #include "stdafx.h"
#include "Dynamic_Mesh.h"
#include "CHierarchyLoader.h"
#include "CAnimationCtrl.h"
Dynamic_Mesh::Dynamic_Mesh(LPDIRECT3DDEVICE9 pGraphicDev)
: m_pGraphicDev(pGraphicDev)
{
m_pGraphicDev->AddRef();
}
Dynamic_Mesh::~Dynamic_Mesh()
{
}
HRESULT Dynamic_Mesh::Init_Dynamic_Mesh(const wchar_t * pFil... | [
"jack071000@naver.com"
] | jack071000@naver.com |
f4a7e56b15e3ce2eba97375a0dc0c1df64109d47 | f12a66636dccdd3f2aa9b565b726b0f298b8faaf | /A 1-7/A1-7_Training_Grounds.Altis/cScripts/CfgUnitInsignia.hpp | 80b917735eac8d82411f44f1553640f0b7a872d4 | [] | no_license | TicknorD/Training-Missions | 83e31acb8a61c16d96fa3aed9be371e07ff2b7a1 | e2fe103786450382546fa7279e0ce655d6a13598 | refs/heads/master | 2020-03-31T01:11:53.134918 | 2018-06-24T11:57:02 | 2018-06-24T11:57:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,654 | hpp | class CfgUnitInsignia {
#include "script_component.hpp"
// Alpha first platoon
//MACRO_UNITINSIGNIA(1A_17_Insignia,1-A-17.paa);
//MACRO_UNITINSIGNIA(A1A_17_Insignia,A-1-A-17.paa);
//MACRO_UNITINSIGNIA(B1A_17_Insignia,B-1-A-17.paa);
MACRO_UNITINSIGNIA(C1A_17_Insignia,C-1-A-17.paa);
//MACRO_U... | [
"olafdemol@hotmail.com"
] | olafdemol@hotmail.com |
18f48b4c12b75699d3a0ef46ad6a792b1578159d | d988d257f6f42d871c1a110b24afabed845c38d8 | /codesrc/source/cl_dll/forsaken/vgui/forsaken_warsummary.h | 6b5d44ba96b07ea458e51e4c33efaff4a8b76f92 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | blockspacer/Forsaken | 3748f7d25b6425db00033d7650799d4f7107d276 | 966ba79dba9e418eb7513f5ab771556eb5935036 | refs/heads/master | 2021-09-22T20:15:52.609394 | 2018-09-15T10:12:34 | 2018-09-15T10:12:34 | 258,598,863 | 1 | 0 | null | 2020-04-24T18:59:02 | 2020-04-24T18:59:01 | null | UTF-8 | C++ | false | false | 1,240 | h | #ifndef __FORSAKEN_VGUI_WARSUMMARY_H_
#define __FORSAKEN_VGUI_WARSUMMARY_H_
namespace vgui
{
class RichText;
class HTML;
}
class CWarSummary : public vgui::Frame, public IViewPortPanel
{
public:
DECLARE_CLASS_SIMPLE(CWarSummary, vgui::Frame);
// Constructor & Deconstructor
CWarSummary(IViewPort *pViewport);
vi... | [
"mail@jessevanover92.net"
] | mail@jessevanover92.net |
2ccf5169b1827e5c1634cf6fe148df473e42700f | 47673ac3b6d9918b43ba1238bbace51afd30be52 | /Source/MidiDeviceChooser.cpp | 839f6a73dfd4593c98dbe4248d4bbba4ccfbffb2 | [] | no_license | sabjorn/retrofoot | 3ef774e8fb3d5637119759a5114aef3cfc67ff07 | f2f19298f10cab5deb4e911d73ce6f6b2a6c3003 | refs/heads/master | 2020-05-30T04:08:57.622199 | 2016-01-11T23:51:59 | 2016-01-11T23:51:59 | 32,959,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,108 | cpp | #include "MidiDeviceChooser.h"
#include <iostream>
MidiDeviceChooser::MidiDeviceChooser(const String &componentName)
: ComboBox(componentName),
Thread("Midi Device Detect")
{
}
MidiDeviceChooser::~MidiDeviceChooser()
{
stopThread(1000);
}
void MidiDeviceChooser::run()
{
uint32_t selId;
w... | [
"msteveharrison@gmail.com"
] | msteveharrison@gmail.com |
24750c8a4f3c9df3ed0de8a4125f42c699994589 | 8c7704a38e264da31382e4a58ac922f89837bd6c | /processingSerial/updated/serialArduUpd/serialArduUpd.ino | a9af7c145ff69d13a6f77762cf1f7dc52edfc8cc | [] | no_license | Golowa70/tutorials | 32c5e4e0cfc3a9ba9aaec65dd4b9764f3c4119ba | 08f7012e879e56fcba07139203d2d39498df6a05 | refs/heads/master | 2023-06-20T00:19:50.505808 | 2021-07-22T16:52:05 | 2021-07-22T16:52:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,680 | ino | #define POT 0
#define BTN 3
#define LED_R 9
#define LED_G 10
#define LED_B 11
#define SRV_PIN 2
#define PHOTO 2
#define THERM 1
#define JOYX 6
#define JOYY 7
#define MOS 4
#define RELAY 5
#include <Servo.h>
Servo servo;
#include <LiquidCrystal_I2C.h>
// 0x27 или 0x3f
LiquidCrystal_I2C lcd(0x27, 16, 2);
#include "t... | [
"beragumbo@ya.ru"
] | beragumbo@ya.ru |
1c30186da9360e9fbd1be74804c15d541a234624 | 9d09facb2a90d01cb5230da9feb3a2dff92db674 | /5_OOP/1_Class/8_FriendsClass/Player.hpp | 421adb3e2fc5a1ec2f12a12888fd7b7898346b80 | [] | no_license | ashwani8958/Cpp | 7181ab84a1a2ce3ddd1b82e92deab6f59d50e971 | 66e87899d6048d8a96df5951bfaa4a1a28b21e4a | refs/heads/master | 2021-05-25T15:32:16.139311 | 2020-11-06T08:07:39 | 2020-11-06T08:07:39 | 253,809,856 | 0 | 1 | null | 2020-04-08T09:20:04 | 2020-04-07T13:59:45 | C++ | UTF-8 | C++ | false | false | 821 | hpp | //
// Player.hpp
// Class
//
// Created by Ashwani on 22/04/20.
// Copyright © 2020 Ashwani. All rights reserved.
//
#ifndef Player_hpp
#define Player_hpp
#include <string>
#include "Other_class.hpp"
class Friend_class;
class Player {
friend void Other_class::display_player(Player &p);
friend void displ... | [
"53987093+ashwani8958@users.noreply.github.com"
] | 53987093+ashwani8958@users.noreply.github.com |
5527c8003f4af3ab363e64b91d13498931d85f32 | d76f02dd74465c7c249c5e42607a6219014fc7d8 | /src/mainmenu.cpp | 227a4587953b8f30d6cca60205110f20291db905 | [] | no_license | Matheovi/Sokoban-Project-Sem-IV | 05c8d0988d6c5bb0f88fd64136c04b7e3d95695f | 4706282d9e8b7bad443927f6f94b2d5a2c8b5a6a | refs/heads/master | 2023-06-09T02:37:39.799914 | 2021-07-04T21:10:11 | 2021-07-04T21:10:11 | 382,709,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | cpp | #include "mainmenu.h"
#define MOUSE_X ev.mouseButton.x
#define MOUSE_Y ev.mouseButton.y
MainMenu::MainMenu()
{
playtex.loadFromFile("textures/play.png");
exittex.loadFromFile("textures/exit.png");
maintex.loadFromFile("textures/menu.png");
playsprite.setTexture(playtex);
exitsprite.setTexture(exit... | [
"wiatrok35@gmail.com"
] | wiatrok35@gmail.com |
173c9eeef1fc662ab4102406318491d866c5853a | 458eea1b41c9eae73146a1668af6bb6a3362a14c | /libraries/gui/source/utilities.cpp | 166c71a00200b6ddb4949c3417a1c3ae985a8aea | [
"BSL-1.0"
] | permissive | mCRL2org/mCRL2 | 91fb459f26087ac50036150cd77c7e8a16b5ec42 | 33d77f5ef994381e03a0d3b0693c1014e4e12d41 | refs/heads/master | 2023-09-01T13:54:28.982994 | 2023-09-01T12:54:35 | 2023-09-01T12:54:35 | 128,542,478 | 90 | 42 | BSL-1.0 | 2023-08-10T15:12:42 | 2018-04-07T15:35:53 | C++ | UTF-8 | C++ | false | false | 757 | cpp | // Author(s): Olav Bunte
// Copyright: see the accompanying file COPYING or copy at
// https://github.com/mCRL2org/mCRL2/blob/master/COPYING
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#include "mcrl2/... | [
"o.bunte@tue.nl"
] | o.bunte@tue.nl |
0bffde7836d8553986265b2934b9d84e17ad6f6e | cdefa027c687d8e55d4294754414f136fbd0f638 | /Source/Plake/PlayerStatsComponent.h | 633cc7522c44f20b10bc5fda6354fcf425e31fa4 | [] | no_license | atoddsPL/Plake | ca3332c54da88c15d63eee94582b1551625dbacb | 46025c813548bfc9181ac3381692787eeb963806 | refs/heads/master | 2023-03-14T12:38:34.365619 | 2021-03-07T20:15:57 | 2021-03-07T20:15:57 | 344,874,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,496 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "PlayerStatsComponent.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class PLAKE_API UPlayerStatsComponent : public UA... | [
"tomasz.salata@gmail.com"
] | tomasz.salata@gmail.com |
2284c619df8e9f080cfacb7cd73f0ec43158b202 | b1320eb7edd285f493a0e4473dc433842aaa9178 | /Blik2D/addon/opencv-3.1.0_for_blik/samples/gpu/generalized_hough.cpp | fad32a6db6e2ea71496b895e274932a289e7b22f | [
"MIT",
"BSD-3-Clause"
] | permissive | BonexGoo/Blik2D-SDK | 2f69765145ef4281ed0cc2532570be42f7ccc2c6 | 8e0592787e5c8e8a28682d0e1826b8223eae5983 | refs/heads/master | 2021-07-09T01:39:48.653968 | 2017-10-06T17:37:49 | 2017-10-06T17:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,998 | cpp | #include <vector>
#include <iostream>
#include <string>
#include BLIK_OPENCV_U_opencv2__core_hpp //original-code:"opencv2/core.hpp"
#include BLIK_OPENCV_U_opencv2__core__utility_hpp //original-code:"opencv2/core/utility.hpp"
#include BLIK_OPENCV_U_opencv2__imgproc_hpp //original-code:"opencv2/imgproc.hpp"
#include "op... | [
"slacealic@gmail.com"
] | slacealic@gmail.com |
2f5ce45b57bd9ab95d8648f3c56ade71b5f9c3a4 | 119819aa5d4de077558e9bc6fa9b6fd49ce2811d | /Sat842/Pytorch-iOS-Device/libs-no-caffe-ios/include/torch/csrc/autograd/generated/VariableType.h | ea31ecc5f8dfd2390d1582f431e230266f10c6f0 | [
"MIT"
] | permissive | xta0/Sat842 | bec1f858acc73300ff47b733b977c2441b004045 | 635c1bb469ef8f71d0a66bc7b11f19ba4c6ac45c | refs/heads/master | 2020-06-18T09:12:46.904729 | 2019-08-18T03:53:48 | 2019-08-18T03:53:48 | 196,246,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131,005 | h | #pragma once
// @generated from tools/autograd/templates/VariableType.h
#include <ATen/ATen.h>
#include <c10/util/intrusive_ptr.h>
#include <torch/csrc/WindowsTorchApiMacro.h>
#include <cstdint> // for size_t
#include <functional> // for function
#include <memory> // for unique_ptr
#include <string>
#include <vect... | [
"taox@fb.com"
] | taox@fb.com |
d3a317340c23bd420c6e1f8b81ebd12810683ce5 | f36f69f28a27cbf278d54efae45222b7071b75f1 | /OOP_Lab/0402-Maximize Pulse/Source.cpp | 1b9856d90ea2c65de04299df4664db5ab5802c9c | [] | no_license | leeyk0501/NTUST-CSIE-OOP | 139bbf190be8543b06e9e4d7832170aba57cbc9d | 03e36a30895502b59cea03a768148ff76ed93e35 | refs/heads/master | 2020-03-18T16:05:02.901847 | 2018-07-01T10:36:29 | 2018-07-01T10:36:29 | null | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 1,876 | cpp | // Name: 李聿鎧
// Date: March 22, 2018
// Last Update: March 22, 2018
// Problem statement: C++ Homework "0402 - Maximize Pulse"
#include<iostream>
#include<string>
#include<vector>
#include<map>
using namespace std;
int max;
struct strInfor
{
int index;
double probability;
};
// Intent: 計算該字串的maximizePulse
// Pre: p... | [
"kevin991239@gmail.com"
] | kevin991239@gmail.com |
a7853a1c751366d9370d926c95433a71c708abb1 | b7a0ac5d1db9d54fa67a49147ef2350f07ccf857 | /ATK/Distortion/SD1OverdriveFilter.cpp | 5e00043829f125682814610d4b11eb60085a0cbb | [
"BSD-3-Clause"
] | permissive | xinsuinizhuan/AudioTK | a14e8812145d2e7da0fa02209805441e66255a14 | dba42eea68534501efe74692b74edf4792cca231 | refs/heads/main | 2023-04-16T04:36:09.831280 | 2021-02-18T19:53:58 | 2021-02-18T19:53:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,983 | cpp | /**
* \file SD1OverdriveFilter.cpp
*/
#include "SD1OverdriveFilter.h"
#include <ATK/Utility/fmath.h>
#include <ATK/Utility/ScalarNewtonRaphson.h>
#include <boost/math/special_functions/sign.hpp>
#include <stdexcept>
namespace ATK
{
template<typename DataType_>
class SD1OverdriveFilter<DataType_>::SD1Overdrive... | [
"matthieu.brucher@gmail.com"
] | matthieu.brucher@gmail.com |
38bebe4029c514ba26e912ecb5f1802930375d61 | eee4e1d7e3bd56bd0c24da12f727017d509f919d | /Case/case6/1200/PMV | 6a219b3ca68adc1f96b72187688fadebbb9efe9c | [] | no_license | mamitsu2/aircond5_play5 | 35ea72345d23c5217564bf191921fbbe412b90f2 | f1974714161f5f6dad9ae6d9a77d74b6a19d5579 | refs/heads/master | 2021-10-30T08:59:18.692891 | 2019-04-26T01:48:44 | 2019-04-26T01:48:44 | 183,529,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,300 | /*--------------------------------*- C++ -*----------------------------------*========= |
\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\ / O peration | Website: https://openfoam.org
\ / A nd | Version: 6
\/ M anipulation |
\*---------------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
bfc4ae7fca9de26cd5a5ef173b7b99af460c7d20 | 1dc2047d74b40dc9cb17ae38b21e0f8d2ad977fe | /integratedSketch/integratedSketch.ino | 557486f537b4fdce2c99b1efd7684d54d925aa73 | [] | no_license | caseyhofford/Arduino | 483842ec46ba81266129782869547662a7e563ea | e2a032fbffa1eed7e94ead575b95161db4ec8503 | refs/heads/master | 2021-01-22T20:54:16.819798 | 2017-04-12T19:40:34 | 2017-04-12T19:40:34 | 85,372,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,546 | ino | #include <SparkFunTSL2561.h>
#include <Wire.h>
#include <DHT.h>
#include <DHT_U.h>
#include <EEPROM.h>
#include <extEEPROM.h>
#include <avr/sleep.h>
#include "DHT.h"
#define disk1 0x50
#define DHTPIN 2 // what pin we're connected to
#define DHTTYPE DHT22
const int hygrometer = A0;
unsigned long msStart;
unsigne... | [
"casey.hofford@gmail.com"
] | casey.hofford@gmail.com |
a007c72c442fa7c0a98bf05087655f6c2962b5ab | 5195ce1a3f3fe45dc572f84773dcbf57fb8f05eb | /2.cpp | b074c61bbb86e792cb9656b74ed1890eb46000c9 | [] | no_license | asddzxcc1856/-High-school-1st-practice- | b9f2f354665c5739d9d3bc65887fdf80271a8b2b | 148a054c5a64845769c47662e596405611b988dd | refs/heads/master | 2023-08-14T06:02:12.713873 | 2023-07-19T01:40:19 | 2023-07-19T01:40:19 | 231,220,200 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 724 | cpp | #include <iostream>
using namespace std;
int main ()
{
int a,b,c,d;
while (cin >> a >> b >> c >> d)
{
if (a==0 && b==0 && c==0 && d==0)
return 0;
else
{
int q1,q2,ans;
if (c>=a)
q1=c-a;
else
q1=a-c;
if (... | [
"noreply@github.com"
] | asddzxcc1856.noreply@github.com |
14699fb44858640db03c15f3b008f1e34c4f78f5 | 88ff0f4227d8f2004df52205cde54f568256597a | /task_1_6_5.cpp | ac71a221b9a17ae20fc5f7d44a40917d2bf6826d | [] | no_license | AlterFritz88/intro_to_prog_c_plus_plus | 6f5322ff6d2ce17ab5252db62cb774fcfb075598 | d83b15bbfad2252a041a560487b2dcc5c6b39c16 | refs/heads/master | 2020-06-13T04:39:24.602066 | 2019-07-16T10:18:53 | 2019-07-16T10:18:53 | 194,537,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 215 | cpp | #include <iostream>
#include <cmath>
using namespace std;
int main() {
double a, b, c, p, s;
cin >> a >> b >> c;
p = (a + b + c) / 2;
s = sqrt(p*(p-a)*(p-b)*(p-c));
cout << s;
return 0;
}
| [
"burdin009@gmail.com"
] | burdin009@gmail.com |
289093c38490530dba18ac407cd4e7651e740c15 | 3490f08b7fbf8668ce83e2f3323675837f7df4f0 | /global.h | 2d7aef35f02aa85d474437fb7df2e5afe2373067 | [] | no_license | ternz/httpclient | 0a58d7feacb144a12c1b9a9b72cceb5aeecb9e29 | 3591f1b4b08b96f965ddb42f16caa15c0c41eb89 | refs/heads/master | 2021-01-01T15:43:20.131644 | 2017-08-22T08:19:26 | 2017-08-22T08:19:26 | 97,683,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | h | #ifndef __GLOBAL_H__
#define __GLOBAL_H__
#include <curl/curl.h>
#include "define.h"
namespace http {
#ifndef CURL_GLOBAL
#define CURL_GLOBAL CURL_GLOBAL_ALL
#endif
#define STR1(R) #R
#define STR2(R) STR1(R)
class GlobalObject {
public:
GlobalObject() {
//httpclient_debug("curl global init:%d\n", CURL_GLOBAL);
... | [
"862910030@qq.com"
] | 862910030@qq.com |
f85013c9415aad877b308f1acffe382dd52579d6 | a0ffa0eed06e3760ffcdce421dcbfaa1e30e1889 | /src/util.cpp | bd31649a3f1cadd927a8ff1d2ed1416d8aac7b1f | [
"MIT"
] | permissive | khushit-shah/thc-chess-library | 774f95d5486da661b39b7287164c10850088b0f4 | 20d470d15143c6e82835d6844f8eb36679e65b4c | refs/heads/master | 2020-09-25T21:23:51.237266 | 2019-08-07T03:29:53 | 2019-08-07T03:29:53 | 226,091,483 | 2 | 0 | MIT | 2019-12-05T11:56:23 | 2019-12-05T11:56:23 | null | UTF-8 | C++ | false | false | 5,298 | cpp | /*
Utility functions
Bill Forster, October 2018
*/
#include <iostream>
#include <string>
#include <stdarg.h> // For va_start, etc.
#include "util.h"
namespace util
{
void putline(std::ostream &out,const std::string &line)
{
out.write( line.c_str(), ... | [
"billforsternz@gmail.com"
] | billforsternz@gmail.com |
fcd7e2bef23478ca7012abefc40118856d4d1102 | d67a3bee00719170c94b04bcb229b564f490a1d2 | /Ass_Terrain/ModelEditor/UnitTest/MrtDemo.h | e0ae1de47a34cd931e5f041c08e8987b3719fca3 | [] | no_license | ilttac/Ass | 8520b2d7a246740149194f7bf9b6f8f33f5445e2 | a2ab4396a7c35419f47142459f5c3bc1110cc4b0 | refs/heads/master | 2022-12-22T18:04:50.051019 | 2020-09-08T15:13:48 | 2020-09-08T15:13:48 | 266,674,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | h | #pragma once
#include "Systems/IExecute.h"
class MrtDemo : public IExecute
{
public:
virtual void Initialize() override;
virtual void Ready() override {};
virtual void Destroy() override;
virtual void Update() override;
virtual void PreRender() override;
virtual void Render() override;
virtual void PostRender(... | [
"whdals5607@naver.com"
] | whdals5607@naver.com |
0c46af189523884107db9ab9fe8e7c232d34e012 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /components/pdf/renderer/pdf_view_web_plugin_client.cc | ab6af3cc20808df3df4698d717e9d321b7213c35 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 9,229 | cc | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/pdf/renderer/pdf_view_web_plugin_client.h"
#include <memory>
#include <string>
#include <utility>
#include "base/check_op.h"
#include "base/values.h"
#in... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
92b4c7a750ab7721c8816dd2b00ea01569ee07ca | bf498a8e1e0ba2f70c4d8daa2dc1cd02cae56887 | /lab12/academiateacherhash/main.cpp | adf33c1fd30f42fb9b9cf8f78ed7f22f0d388437 | [] | no_license | SebastianSuchowiak/JIMP2 | 37d4f59a09a57e6798eaece4aa8ecfe346eeb934 | f0c558c025a0b5784820639845b216ba74f321a3 | refs/heads/master | 2021-01-24T11:46:18.666047 | 2018-06-05T01:17:07 | 2018-06-05T01:17:07 | 123,101,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | //
// Created by sebastian on 02.06.18.
//
#include <iostream>
class A {
private:
int a;
public:
A() { a=0; }
friend class B; // Friend Class
};
class B {
private:
int b;
public:
void showA(A& x) {
// Since B is friend of A, it can access
// private members of A
std::c... | [
"suchowiak.sebastian@gmail.com"
] | suchowiak.sebastian@gmail.com |
9f5d246692a1989e50ae4728a9ed1f720f60e737 | 08bd24caff7ebafe8946bb20a410a2adce23ccf9 | /DrawGraph/te.h | c5438c786855d0deddf9caa9896563ae4a96e038 | [] | no_license | UniqueOnly/DrawGraph | 78831485830e0d224f57353a9164b038bbaff555 | 1f605c894ca834f36da40bf2bcb2bf74e2a2cb96 | refs/heads/master | 2016-09-03T07:36:51.303001 | 2014-08-11T10:25:35 | 2014-08-11T10:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,318 | h | // te.h : main header file for the TE application
//
#if !defined(AFX_TE_H__4795B19E_8965_49E9_A4E4_CC60E9591F84__INCLUDED_)
#define AFX_TE_H__4795B19E_8965_49E9_A4E4_CC60E9591F84__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before i... | [
"289211964@qq.com"
] | 289211964@qq.com |
70ba14d3b01abd816dde8ddaaab942ec4a206d38 | 2208bc66aba9b2473f054c6bbd40ddd7f103b598 | /src/graph/GridGraph.cpp | 87ad04938706730d455f277551ff8c14305dd2e9 | [
"MIT"
] | permissive | kunisura/algorithms2012 | 2a4f42e032ae7ce5f5d182f05548d8a8fc8c8673 | 49867c897fbca7d2b21f602428ea1a67a79f4a75 | refs/heads/master | 2016-09-16T13:58:45.967142 | 2015-04-02T05:12:41 | 2015-04-02T05:12:41 | 33,283,569 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,508 | cpp | /*
* Top-Down ZDD Builder
* Hiroaki Iwashita <iwashita@erato.ist.hokudai.ac.jp>
* Copyright (c) 2011 Japan Science and Technology Agency
* $Id: GridGraph.cpp 9 2011-11-16 06:38:04Z iwashita $
*/
#include "GridGraph.hpp"
void GridGraph::resize(int rows, int cols) {
reset();
rows_ = rows;
cols_ = cols;... | [
"kunisura@users.noreply.github.com"
] | kunisura@users.noreply.github.com |
d7a2fca4915ed3173bc4e46dca3c6501112eb9c8 | fc9b2ff1011cdbccb4b29da2191bd59495c4376c | /C++/String.cpp | e76e3b305427e01f2c399aa7495d09083491c1c2 | [] | no_license | wobushimotou/Daily | 21993447fe07374f2704a67348ed31e6a77b66e8 | 3f55c4ae350b84c611d0e146ce18ef710869fe5d | refs/heads/master | 2021-06-10T04:34:37.627893 | 2021-05-24T13:43:15 | 2021-05-24T13:43:15 | 192,706,436 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,051 | cpp | #include <iostream>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
using namespace std;
class String{
private:
size_t length;
char *data;
public:
//引用类型
typedef char& reference;
//迭代器类型
class iterator;
size_t npos = -1;
//构造函数
... | [
"1687734258@qq.com"
] | 1687734258@qq.com |
dcb661282ce341349eb97e0ea3acb08bc5e82978 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/admin/services/sched/folderui/xicon.cxx | 19dfcefa550648a09ff4e5ada86d9190ebd95dfa | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,939 | cxx | //____________________________________________________________________________
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1996.
//
// File: xicon.cxx
//
// Contents: implementation of CJobsEI & CJobsEIA classes.
//
// Classes:
//
// Functions:
//
// History: 1/4/1996 Ravi... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
939fccd6b62dfe502a0383f7f830dbe90afd2c3f | 4302a6bcad6500017d9e5bbd91e8309b49fe2bc3 | /src/simplify_reshapes.cpp | 9996f27191c5d9f23e0c4194b220dd8e640d4251 | [
"MIT"
] | permissive | wrightkennethj/AMDMIGraphX | 3e54b20b8f9f3f9c6e2011265b2853bea1878bf5 | 0211d91c20a662f61f97b6b7feaab82e113db58c | refs/heads/master | 2020-05-20T04:19:59.998691 | 2019-03-26T23:14:52 | 2019-03-26T23:14:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,343 | cpp | #include <migraphx/simplify_reshapes.hpp>
#include <migraphx/program.hpp>
#include <migraphx/instruction.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/iterator_for.hpp>
#include <migraphx/ranges.hpp>
#include <unordered_set>
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
bool is_reshaper(instr... | [
"pfultz2@yahoo.com"
] | pfultz2@yahoo.com |
91fff28f10935d3fcd9c7da5a5bbeb970dcb1cf5 | 4ff6d9bf787892f6515162b46918eee17a53b3c0 | /Pr1_Uebungs_Bsp/week9/Geheim.cpp | d3ba6feab9abe38a419b09c1a1522183c43e66bd | [] | no_license | Aman12b/Uni-uebungs-bsp | 31bbb7a53c5611c4c1ac682b1bb98df117363e59 | 05af2e2a213669b0171251cde25f3b652ab8fe36 | refs/heads/main | 2023-04-18T08:41:44.499181 | 2021-04-27T13:07:44 | 2021-04-27T13:07:44 | 333,073,906 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,720 | cpp | #include<iostream>
#include"Geheim.h"
using namespace std;
Geheim::Geheim(const string& information):info{information},seal{false},lockable{false}{}; // offenes Objekt mit entsprechender Information
Geheim::Geheim(const string& information, const string& passwort):info{information},pass{passwort},seal{true}{}; // mit... | [
"kumar.amanpreet01@gmail.com"
] | kumar.amanpreet01@gmail.com |
75f52f48c256c2d76eee913eede79481f0125a7c | 70615fa8f43c903f59b81337386e9e73c4a0c3cd | /tools/binary_size/libsupersize/caspian/model.h | f8523b0e81b13d25952f403a327c67bbdd7e1be4 | [
"BSD-3-Clause",
"Zlib",
"LGPL-2.0-or-later",
"MIT",
"LGPL-2.1-only",
"APSL-2.0",
"Apache-2.0",
"LGPL-2.0-only",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MinghuiGao/chromium | 28e05be8cafe828da6b2a4b74d46d2fbb357d25b | 7c79100d7f3124e2702a4d4586442912e161df7e | refs/heads/master | 2023-03-03T00:47:05.735666 | 2019-12-03T15:35:35 | 2019-12-03T15:35:35 | 225,664,287 | 1 | 0 | BSD-3-Clause | 2019-12-03T16:18:56 | 2019-12-03T16:18:55 | null | UTF-8 | C++ | false | false | 9,753 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TOOLS_BINARY_SIZE_LIBSUPERSIZE_CASPIAN_MODEL_H_
#define TOOLS_BINARY_SIZE_LIBSUPERSIZE_CASPIAN_MODEL_H_
#include <stdint.h>
#include <stdlib.h>
... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
53b19ced2b2bdcb27389b30d7945c679b7767cde | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /net/spdy/buffered_spdy_framer.cc | 9148fe430665ddfa53282552d24c33a15137611e | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 14,681 | 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 "net/spdy/buffered_spdy_framer.h"
#include <utility>
#include "base/logging.h"
#include "base/strings/string_util.h"
namespace net {
name... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
ed1580124769724bc861fb8ad8dddb94a9c1fa1b | 7443c27bd58d96aee6a23aeb2db97a1e8e1e477c | /src/01_hello_world/main.cc | 06d5e18acd431a1363f7b6d2dd4e45bc6a102998 | [] | no_license | ryoherisson/cpp-book | 31114cca7326db87d6230667d92c0eb8afef28a2 | 1bdc63ed9e8855b04a5ba87bacd41c46285f6438 | refs/heads/main | 2023-03-03T22:15:24.369380 | 2021-02-18T14:51:51 | 2021-02-18T14:51:51 | 338,714,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cc | #include <iostream>
int main() {
std::cout << "hello world!" << std::endl;
std::cout << "baby!" << std::endl;
return 0;
} | [
"ryhizw@gmail.com"
] | ryhizw@gmail.com |
ee056c5d262ef32c618f896429ec9b408f84f628 | 6e6dca4ddcea7d32246571d4c02d9c92a3575ff4 | /art/runtime/mirror/class_ext.cc | 5dc3aca09474e2afeef429addea7f78458ac7c85 | [
"Apache-2.0",
"NCSA"
] | permissive | zaheeratgesl/Android-Projects | b8b58dea2ea3d4c970fd117b6ced46d8db343ed5 | bc9f02f66b2a0be64b110ebebc878ad639ad9b77 | refs/heads/master | 2021-01-19T05:00:45.613225 | 2017-04-07T08:56:13 | 2017-04-07T08:56:13 | 87,408,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,339 | cc | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"ks.siddalingesh@globaledgesoft.com"
] | ks.siddalingesh@globaledgesoft.com |
18a36e7c00fe2a5aeb84c6f27f39d14e5adee8f7 | 8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a | /3rdParty/boost/1.78.0/boost/callable_traits/is_transaction_safe.hpp | 51c98c53e35b69dd9279246c9c4d0ab2cfda3d13 | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"Zlib",
"GPL-1.0-or-later",
"OpenSSL",
"ISC",
"LicenseRef-scancode-gutenberg-2020",
"MIT",
"GPL-2.0-only",
"CC0-1.0",
"LicenseRef-scancode-autoconf-simple-exception",
"LicenseRef-scancode-pcre",
"Bison-exception-2.2",
"LicenseRef-scancode... | permissive | arangodb/arangodb | 0980625e76c56a2449d90dcb8d8f2c485e28a83b | 43c40535cee37fc7349a21793dc33b1833735af5 | refs/heads/devel | 2023-08-31T09:34:47.451950 | 2023-08-31T07:25:02 | 2023-08-31T07:25:02 | 2,649,214 | 13,385 | 982 | Apache-2.0 | 2023-09-14T17:02:16 | 2011-10-26T06:42:00 | C++ | UTF-8 | C++ | false | false | 2,983 | hpp | /*
@file is_transaction_safe
@Copyright Barrett Adair 2015-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE_HPP
#define BOOST_CLBL_TRTS_IS_TRANSACTION_SAFE_HPP
#include <boost... | [
"noreply@github.com"
] | arangodb.noreply@github.com |
a805495f4cd4a76d1ef0367c2f420468073f491b | aab14856adf22a9c2c2e0a0d20bc9590f3eda8c9 | /PaddleCode/lib/old methods.cpp | a419a09e2e5144c479f7899c745e7d78e8f96059 | [] | no_license | wrongwei/ActiveGrid | 1e37337568940c6ab9b6b18cc749516e1450709e | e7cb58b7b1e9192f28eb758d306dbaba1f285527 | refs/heads/master | 2021-01-21T01:50:52.031525 | 2018-04-15T17:55:39 | 2018-04-15T17:55:39 | 38,883,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,059 | cpp | //
// old methods.cpp
//
//
// Created by pilot_user on 9/17/12.
//
//
void algo::area(float actpos[], float actstep[]){
//calculates the projected area and corrects the position of each servo to keep the projected area constant
//float delta;
float area_ratio;
//create an array with servonumbers and shuff... | [
"nathan@Florina.lfpn.ds.mpg.de"
] | nathan@Florina.lfpn.ds.mpg.de |
aa22644d8a36a5b46c2eaf076a0e8849a0ee32f3 | cef87962d74ab02898935b8cde3d4f4ed30fbea5 | /Test1/simple_bit_operation.cpp | 7946d6d876bdacfdc518fb90344f1713ac01741d | [] | no_license | chen-assert/algorithm-code-library | 3cba324c51fc4ca41c14a9e2a0e7825f7657ff53 | cb9ff66ad05b883be372366929d0e4200a8aabcc | refs/heads/master | 2021-07-06T16:43:39.748180 | 2019-04-01T02:07:49 | 2019-04-01T02:07:49 | 85,138,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,499 | cpp | #include<stdio.h>
#include <stdlib.h>
#include<algorithm>
#include<limits.h>
#include<time.h>
#include<iostream>
#include<functional>
#include <fstream>
#include<vector>
#include<queue>
#include<string.h>
#include<stack>
#include <set>
//#include"segment tree.h"
#include<regex>
//#include<windows.h>
using namespace s... | [
"jingrui.chen@ucdconnect.ie"
] | jingrui.chen@ucdconnect.ie |
1635aeccdd78fed1632843e5f162043018cfdac8 | 7a9a8315971153ae84d114a0a32a11f5f6542d70 | /baekjoon/2741.cpp | 7433f4df4f562b353de2236716a6ba2425bc6c78 | [] | no_license | Minki000/Algorithm | 137c4ebb151d7d4613c44e31d20461326f832a02 | fd7cf2d75413147ef7ccb29c1adf6570f4479cf8 | refs/heads/master | 2022-12-06T20:30:12.795542 | 2020-09-05T05:10:43 | 2020-09-05T05:10:43 | 270,904,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153 | cpp | #include <iostream>
using namespace std;
int main()
{
int input;
scanf("%d",&input);
for (int i = 1; i <= input; i++)
{
printf("%d\n",i);
}
}
| [
"noreply@github.com"
] | Minki000.noreply@github.com |
be83b58b7a776aecb25a24ec8c083ceb7992e7bc | e89d149a3d2af4708add76a66ecc917529e37884 | /Project/Thridlibrary/include/boost/boost/process/detail/posix/null_in.hpp | c1f6f4fb847db33764efd7a7590f758670cc9c2f | [] | no_license | q871980431/Algorithmtest | 4eebe2388481c1d6a6ec69a79de0e79202a7cf75 | 1c6295312ba9091b0cf9f7a14eb226ed9c23318a | refs/heads/master | 2021-07-21T12:13:17.538651 | 2020-06-11T03:23:09 | 2020-06-11T03:23:09 | 181,812,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,346 | hpp | // Copyright (c) 2006, 2007 Julio M. Merino Vidal
// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
// Copyright (c) 2009 Boris Schaeling
// Copyright (c) 2010 Felipe Tanus, Boris Schaeling
// Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling
//
// Distributed under the Boost Software License, Version 1.0. (... | [
"xuping.phoenix@mokun.com"
] | xuping.phoenix@mokun.com |
bafe33cc2514ab20cd928b9559101061e7bbd35b | 9873e5b59c65b3b5d0fe135cc9e752e029853f82 | /Leet Code/C++/1302. Deepest Leaves Sum.cpp | 0755c2d66f18b55eb9996910b7155088bdfa924b | [] | no_license | one-diary/Solved-Programming-Questions | 323d5981fa1945623261d040d31798d29754a5e0 | fdbf78d73c851deb4b482dd2cd60c046af3ecaad | refs/heads/master | 2023-06-12T20:38:06.870457 | 2021-07-07T15:12:25 | 2021-07-07T15:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,107 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"harshitrock111@gmail.com"
] | harshitrock111@gmail.com |
0cf3dff7cb97aa2419c692257eff43985ba67090 | 7208837d6c1f0ac3ff623060fe0b64dfd4e541a1 | /components/offline_pages/core/prefetch/prefetch_item_unittest.cc | e5710ea21259c3dcb06f9de16c04a547a5f77c0d | [
"BSD-3-Clause"
] | permissive | isoundy000/chromium | b2ee07ebc5ce85e5d635292f6a37dbb7c2135a93 | 62580345c78c08c977ba504d789ed92c1ff18525 | refs/heads/master | 2023-03-17T17:29:40.945889 | 2017-06-29T22:29:10 | 2017-06-29T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,355 | cc | // 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 "components/offline_pages/core/prefetch/prefetch_item.h"
#include "base/time/time.h"
#include "components/offline_pages/core/prefetch/prefetch_t... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
fad275727d36c74bdb50eb99da6dfec31ba4115b | 5e8ac998f259247652805ffa664243676c928dc0 | /b1024.cpp | ce5d099ea35180371f4db0ca3c3880e1d956b2ae | [] | no_license | like777/PAT | 77992bd4b9009e95717909179834eeef9505876a | 479e90ca10fa1fea774f4a934eae73a31356a25a | refs/heads/master | 2020-03-18T15:54:38.043820 | 2018-08-22T06:51:39 | 2018-08-22T06:51:39 | 134,936,410 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,071 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
using namespace std;
int main()
{
string s;
cin >> s;
bool isPostive;
if (s[0] == '+')
{
isPostive = true;
}else
{
isPostive = false;
}
string number;
int i = 1;
for (; s[i] != 'E'; i++)
{
if (s[i] != '.')
{
number.... | [
"likebrilliant@outlook.com"
] | likebrilliant@outlook.com |
ef7b255f5e06aee1289eb6eb51fa73b8168c6b49 | cbabd51ad600c63412dc41cd202ed4e9d8b32d40 | /RV_exemplesOpenGL/RV_exemple1/widgetopengl.cpp | 02ecf3b2b92ad15b941c8eac5e03fd1aff1415f1 | [] | no_license | yolanda93/virtual_reality | 3483adbfcb6f82568f65fba37db4c925bc68cd80 | 68ce230f1b402ca049508c7fbeec685d525e78ac | refs/heads/master | 2021-01-12T08:56:14.364462 | 2017-01-02T10:04:03 | 2017-01-02T10:04:03 | 76,728,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,876 | cpp | // Cours de Réalité Virtuelle
// leo.donati@unice.fr
//
// EPU 2016-17
#include "widgetopengl.h"
#include <QMessageBox>
#define BUFFER_OFFSET(i) ((char *)NULL + (i))
WidgetOpenGL::WidgetOpenGL(QWidget* parent)
:QOpenGLWidget(parent),QOpenGLFunctions()
{ }
WidgetOpenGL::~WidgetOpenGL()
{
g... | [
"yolanda93h@gmail.com"
] | yolanda93h@gmail.com |
3d713bb8fc8bb3cba26e267c6c105681f7cd5b6f | 21fe8b7b8c0b87ff9d271f6a8dcfa1891fc17715 | /MSCvisus/include/mscRegularRawDataHandler.h | 094fd92f6a516f51c6cde22518ede2561cd41d5b | [] | no_license | sam-lev/UnSupUnetMSCSegmentation | f2541bc7237b00b727cd6c62b7607f87b21e1bcd | 8a9f996cf7bc7d1e7951deb14c9cb756ac79f48c | refs/heads/master | 2022-03-31T04:10:32.161467 | 2020-01-19T05:13:38 | 2020-01-19T05:13:38 | 197,672,736 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,690 | h | #ifndef MSC_REGULAR_RAW_DATA_HANDLER
#define MSC_REGULAR_RAW_DATA_HANDLER
#include "mscIndexTypes.h"
#include "mscBasicDataHandler.h"
#include "mscArrayFactory.h"
#include "mscConvergentGradientBuilder.h"
#include <vector>
#include <math.h>
using namespace std;
template<typename dtype>
class mscRegularRawDataHandl... | [
"samlev@cs.utah.edu"
] | samlev@cs.utah.edu |
9d612533e32ed340281f04cba5ff78ccf149e696 | 7f2255fd0fce35a14556dda32ff06113c83b2e88 | /ACM训练/树形dp/hdu1054.cpp | cfa20e8c22adf6abdbc5a8de66bb7c23bb1ff363 | [] | no_license | cordercorder/ProgrammingCompetionCareer | c54e2c35c64a1a5fd45fc1e86ddfe5b72ab0cb01 | acc27440d3a9643d06bfbfc130958b1a38970f0a | refs/heads/master | 2023-08-16T18:21:27.520885 | 2023-08-13T15:13:44 | 2023-08-13T15:13:44 | 225,124,408 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | #include<bits/stdc++.h>
using namespace std;
#define FC ios::sync_with_stdio(false),cin.tie(0),cout.tie(0)
#define FIN freopen("in.txt","r",stdin)
#define FOUT freopen("out.txt","w",stdout)
#define deb(x) cerr<<"DEBUG------"<<'\n';cerr<<#x<<"------>";err(x)
template<typename T>
void err(T a){
cerr<<a<<'\n';
... | [
"2205722269@qq.com"
] | 2205722269@qq.com |
f63125530a4917ca19fbed0e0647d3f80a9a48e2 | c06ed530b5374e7b8a7e5fca7d2e750909477848 | /classes/Calculator.hpp | 955da525b609d74a5fbf2861418241ce875c77fb | [] | no_license | Lewanchik/abstractVM | 685c7faa2c2fea946a3cd37a489f462a68aece72 | a6d02f51af953a8b783c30481901882b2eff79dc | refs/heads/master | 2021-02-17T21:40:44.538617 | 2020-03-05T10:11:51 | 2020-03-05T10:11:51 | 245,129,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | hpp |
#pragma once
#include "stack"
#include "string"
#include "Sign.hpp"
#include "Number.hpp"
#include <cmath>
class Calculator {
public:
Calculator() = default;
double calculatePolishString(std::string &string);
~Calculator() = default;
private:
Calculator(Calculator const &);
Calculator &op... | [
"klop1280@gmail.com"
] | klop1280@gmail.com |
b574fe96af258838e5d931990693f70e594c5c81 | 8029141fedef57c5446ead984fc6e869b79c29a6 | /control.cpp | db5ce2cc895ccf763c32f42ff4f5fdc6a267ab07 | [] | no_license | oscarMATA/VehiculoEvasor | 41c2b64ee95d0b38a562b907b933a2025bd82a13 | b9ecdd5cbee851f331059d54f950534c3037f807 | refs/heads/master | 2021-01-10T05:58:48.167737 | 2015-12-12T03:38:24 | 2015-12-12T03:38:24 | 47,858,886 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,664 | cpp | #include "Arduino.h"
#include "control.h"
long evaluacionCercaRL (long distance)
{
long cerca;
//CERCA
if (distance <= cercaRL_1)
{
cerca = 100;
}
else if ((distance > cercaRL_1 ) && (distance < cercaRL_2) )
{
cerca = 100-((100/(cercaRL_2 - cercaRL_1))*(distance - cercaRL_1));
... | [
"oscardelarosa_93@hotmail.com"
] | oscardelarosa_93@hotmail.com |
68a431c68d70f87d17b217640797bfabb86f1b9d | 65a003b040520730f0db71d0df1d0d52a30c2c50 | /control/corba/client/trackingmonitor/trackingmonitor.cpp | 685a8a6f8f11ee43623624111d60d651ec9ff4af | [] | no_license | AndreasFMueller/AstroPhotography | dd4db3b90bd14eaf0f8cc225d19da1477a21418d | 23174595f1d0cb64bfcba46db75ade9925d245a4 | refs/heads/master | 2023-01-12T12:53:51.582049 | 2023-01-02T20:43:42 | 2023-01-02T20:43:42 | 7,716,135 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 6,544 | cpp | /*
* trackingmonitor.cpp -- demo program for the tracking monitor functionality
* of the astrod server
*
* (c) 2013 Prof Dr Andreas Mueller, Hochschule Rapperwil
*/
#include <stdexcept>
#include <iostream>
#include <cstdlib>
#include <cassert>
#include <OrbSingleton.h>
#include <NameService.... | [
"afm@othello.ch"
] | afm@othello.ch |
0ee42aeba9c83940fdec143ca6256ec1df3ef8e4 | 7ed7aa5e28bd3cdea44e809bbaf8a527a61259fb | /UVa/10389 - Subway.cpp | 833a7e1b6c772a7926b7209e9f3a880c046081ee | [] | no_license | NaiveRed/Problem-solving | bdbf3d355ee0cb2390cc560d8d35f5e86fc2f2c3 | acb47328736a845a60f0f1babcb42f9b78dfdd10 | refs/heads/master | 2022-06-16T03:50:18.823384 | 2022-06-12T10:02:23 | 2022-06-12T10:02:23 | 38,728,377 | 4 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 2,633 | cpp | #include <cstdio>
#include <sstream>
#include <utility>
#include <queue>
#include <map>
#include <vector>
#include <cmath>
using namespace std;
typedef pair<int, int> Stop;
struct Node
{
int id;
double cost; //minute
Node(int _id, double _cost) : id(_id), cost(_cost) {}
bool operator<(const Node &a) const { return... | [
"jason841201@gmail.com"
] | jason841201@gmail.com |
f4a8fe7f6178b359003467a9e645691f14507d72 | 7f5af127884a99a26dd9b9265ac30879eeb80ff0 | /ch05/fig05_09_11/fig05_11.cpp | 0c13a81738f931dca9022c888ec8de5cb676813f | [] | no_license | emiliaalbe/Code_Examples | 8b107230f227e39313dff6003ca12baa97ae5c4e | 81ed60e83aafeadfddda14a77226f5e2fdcda4ca | refs/heads/master | 2022-12-15T12:25:41.086903 | 2020-09-05T17:43:38 | 2020-09-05T17:43:38 | 293,095,429 | 0 | 0 | null | 2020-09-05T17:43:39 | 2020-09-05T14:47:37 | C++ | UTF-8 | C++ | false | false | 1,550 | cpp | // Fig. 5.11: fig05_11.cpp
// Creating a GradeBook object and calling its member functions.
#include "GradeBook.h" // include definition of class GradeBook
int main()
{
// create GradeBook object
GradeBook myGradeBook( "CS101 C++ Programming" );
myGradeBook.displayMessage(); // display welcome messa... | [
"emiliabaezalbe@localhost.localdomain"
] | emiliabaezalbe@localhost.localdomain |
0049775c0157299485f9794fcd1c370ca39d927c | cb66fbeed2fb34ace91a7c326e9aeaf64ad36fd7 | /firmware/Старые версии/GyverControl_1.4.1/arrowControl.ino | b7c8f69fab4c5e6550c5a192eb67d317a217c3ee | [
"MIT"
] | permissive | ogneyar/GyverControl | 5c0a9042b7f43c94c73e6fe301bdfc0869d98868 | c8907b2b960dbdeed16853f74953126d3f19ba51 | refs/heads/master | 2023-07-19T05:51:09.374337 | 2021-09-09T16:10:36 | 2021-09-09T16:10:36 | 580,484,686 | 2 | 0 | MIT | 2022-12-20T17:16:37 | 2022-12-20T17:16:36 | null | UTF-8 | C++ | false | false | 6,083 | ino | void drawArrow() {
if (currentChannel >= 0) {
// ----------------- НАСТРОЙКИ КАНАЛОВ -----------------
space(0, 0);
space(14, 0);
if (navDepth == 0) {
space(0, 1);
space(0, 2);
space(0, 3);
if (currentChannel > 6 && currentChannel < 9 && !navDepth) {
space(10, 3);
... | [
"beragumbo@ya.ru"
] | beragumbo@ya.ru |
c8c29f2a2360eb50d975588c8a3f193248e47e44 | 4d3b1403feb4c7124323b08dad340a017eff5b0a | /Client/cocos2dx-2.1beta3-x-2.1.1/catfight_1.01.02/Classes/LibIO/IO_OutputTextStream.cpp | f9c15584a4740774ce535344bb804ab3dee5339e | [
"MIT"
] | permissive | wanggan768q/GameWork | 9f69a3d64369f04a6693d24501cf90fdcb42ce7f | a249835eef66f64c862a5d80287475aa2b9b64e9 | refs/heads/master | 2021-06-25T18:33:15.314160 | 2017-05-14T11:47:58 | 2017-05-14T11:47:58 | 18,544,524 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,081 | cpp | #include "IO_OutputTextStream.h"
#include "IO_CharEncoder.h"
IO_OutputTextStream::IO_OutputTextStream()
{
stream = NULL;
encode = IO_ENCODE_DEFAULT;
}
IO_OutputTextStream::~IO_OutputTextStream()
{
}
bool IO_OutputTextStream::Open(IO_OutputDataStream* stream, int encode)
{
if(stream == NULL)
{
... | [
"ambitiongxb@foxmail.com"
] | ambitiongxb@foxmail.com |
23daba7667d50521a8c070b40da46a6080e01e63 | 9eb1bd529426887a7f964386623b7f3183d7ba89 | /voxels/Chunks.cpp | 87416cdc4caafe5e10d3f21ea56f0bb15198e7f1 | [] | no_license | DenisLozhnikov/voxel-game-engine | 0f099cd0b7b7d0832d19e02c30f06a472a09ce7e | f687eca8777f58dc49ffedf52012e94f48b13afa | refs/heads/master | 2023-09-03T20:54:37.747786 | 2021-07-10T10:20:08 | 2021-07-10T10:20:08 | 384,669,566 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,285 | cpp | #include "Chunks.h"
#include <iostream>
Chunks::Chunks(int _w, int _h, int _d) : w(_w), h(_h), d(_d)
{
vol = w * h * d;
std::cout << std::endl << vol << " chunks proccesing\n";
chunks = new Chunk* [vol];
int index = 0;
for (int y = 0; y < h; y++) {
for (int z = 0; z < d; z++) {
for (int x = 0; x < w; x++... | [
"deniswof@yandex.ru"
] | deniswof@yandex.ru |
26cdae65d363171857391458dde34ede7a61f2fd | cb0a12f23aa34e2983d89bb5e8d21b6687cdedda | /NeoPixel Trials/Gradient_Testing/Gradient_Testing.ino | 7b79c5b5ba4b02ab01f56d674fcda8f0e9576f18 | [] | no_license | harshita-gupta/Sing-Me-A-Dress | ad95880c102bafb241469157227032e4347e94b9 | d7870d491d607968886f0f75d0f16324316a531b | refs/heads/master | 2021-01-10T11:32:54.847104 | 2016-03-10T07:07:08 | 2016-03-10T07:07:08 | 52,170,546 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,105 | ino | #include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
#define PIN 6
Adafruit_NeoPixel strip = Adafruit_NeoPixel(150, PIN, NEO_GRB + NEO_KHZ800);
void setup() {
strip.begin();
strip.show(); // Initialize all pixels to 'off'
}
void loop() {
rainbowCycle(20);
}
// Slightly different, th... | [
"xyla.foxlin@gmail.com"
] | xyla.foxlin@gmail.com |
92e23d7b83d0e051d97bc044d083cd3fe5ae8325 | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /LINUX/android/vendor/qcom/proprietary/vam/vam_utils/JSON/json_parser/source/metadata_parser.cc | 27ca99404104c528a38cd1e31cbc7956c3c055c5 | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49,398 | cc | /*
* Copyright (c) 2016-2017, Qualcomm Technologies, Inc.
* All Rights Reserved.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
*/
#include "metadata_parser.h"
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <string.h>
extern "C"{
#include "json_metadata.h"
}
using namespace std;
... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
7af864abb5bd7b3e0117fe71f23363c3c5f5d07e | dccd1058e723b6617148824dc0243dbec4c9bd48 | /codeforces/802K.cpp | e6e854a066ca69e166dd1a6b1a9f3ce8250f7d82 | [] | no_license | imulan/procon | 488e49de3bcbab36c624290cf9e370abfc8735bf | 2a86f47614fe0c34e403ffb35108705522785092 | refs/heads/master | 2021-05-22T09:24:19.691191 | 2021-01-02T14:27:13 | 2021-01-02T14:27:13 | 46,834,567 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,641 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define rep(i,n) for(int (i)=0;(i)<(int)(n);++(i))
#define all(x) (x).begin(),(x).end()
#define pb push_back
#define fi first
#define se second
using pi = pair<int,int>;
struct edge{int to; ll cost;};
const int V=100000;
int n,k;
vector<edge> G[V];... | [
"k0223.teru@gmail.com"
] | k0223.teru@gmail.com |
4d684bc72cd6fbbd50e91281c9bd79b74647de03 | 657c9e7b989e9e374a5e263c8359d63724ca52c6 | /movement.cpp | 6c87583b3e6f961daea409f7241af2635c6bf1a0 | [] | no_license | bzanardo/data-structures-project | 0ac348a5fbf64a877bb16c63b0b152b06542cbd2 | ca803e8d14b0e85cf00a099adeb630b37ac871a4 | refs/heads/master | 2021-01-23T00:35:39.624375 | 2017-05-04T18:36:17 | 2017-05-04T18:36:17 | 85,744,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,551 | cpp | // movement.cpp
// chess
#include <iostream>
#include <string>
#include <cctype>
#include <cmath>
#include "board.h"
#include "movement.h"
using namespace std;
/*** PAWN MOVEMENT ***/
bool move_pawn(Board b, string &turn, int player) {
int src_row = turn[0]-'0', src_col = turn[1]-'0', dest_row = turn[2]-'0', dest... | [
"tfay@nd.edu"
] | tfay@nd.edu |
12273f522f24f9d09a20a93b13571cdbc3785998 | 752d9e4c3284870ecf2272a6ad065b4b382e89f7 | /include/settings.h | c0e783e9cd65d54d5106f75e6fe5a216f02fadee | [] | no_license | matheushs/text-compressor | 3a75a4cd84d4b8f27b15f4f644c693364df9fffe | 4fb69d868be5bf9f4d927710b7271022bd31f458 | refs/heads/master | 2021-01-17T09:53:26.213711 | 2016-07-01T00:55:29 | 2016-07-01T00:55:29 | 58,429,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 584 | h | #pragma once
#include <iostream>
#include <fstream>
#include <cstdlib>
#define GETBIT(data, index) ((bool)((data & (1 << index)) >> index))
/*
Configuracao de execucao
*/
struct Settings
{
// Controles
bool bwt = false;
bool huffman = false;
bool runLength = false;
// Tamanho de bloco
uint32_t textBlockSize =... | [
"gustavofceccon@live.com"
] | gustavofceccon@live.com |
417892fd133359beb604be87eda8feaddc7dd2cf | decfb47c9755924b5bfc28e2c54e616307ea3529 | /G42 Libraries/API 2.0/Include/g42macfl.h | 322b6c18a9c774270a0125fec7836165b6d5a2c3 | [] | no_license | dtison/graphics_lib | 860fcb7bfc98f1b8f686db5711d240980f9a7c29 | 5826a75dbc0cc9b4f659c2885c0b8f11f275f785 | refs/heads/master | 2021-01-10T12:23:29.211100 | 2017-03-20T02:35:12 | 2017-03-20T02:35:12 | 8,441,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 800 | h | // mac only stuff
#include "g42type.h"
#include "g42image.h"
#include "g42iview.h"
//#include "g42sview.h"
#ifdef MACOS
#if ! defined (G42MACFL_H)
#define G42MACFL_H
#include <Files.h>
class G42MacFile
{
public:
static void CopyComponent(char *& path, const unsigned char * component, Boolean colon);
static char *GetF... | [
"developer@dtison.net"
] | developer@dtison.net |
81e3b5646c883e7fb1ed95abbca14d45d4063a5a | dca653bb975528bd1b8ab2547f6ef4f48e15b7b7 | /tags/wxPy-2.8.6.0/src/mac/classic/radiobut.cpp | f58db33087810bec283f0371664aa71c88a0ee09 | [] | no_license | czxxjtu/wxPython-1 | 51ca2f62ff6c01722e50742d1813f4be378c0517 | 6a7473c258ea4105f44e31d140ea5c0ae6bc46d8 | refs/heads/master | 2021-01-15T12:09:59.328778 | 2015-01-05T20:55:10 | 2015-01-05T20:55:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,966 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: src/mac/classic/radiobut.cpp
// Purpose: wxRadioButton
// Author: AUTHOR
// Modified by: JS Lair (99/11/15) adding the cyclic groupe notion for radiobox
// Created: ??/??/98
// RCS-ID: $Id$
// Copyright: (c... | [
"RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775"
] | RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 |
4c78c39365e1ac7b03b01f22fcfbf32e664eb51e | cf1db2c8fb02d4f6f971863f3f0b1bf70766bfcc | /src/pocketpc/pocketpc_armyinfo.cpp | a33d27f762be17a71f99224d007d1d90e687b51d | [] | no_license | retrofw/fheroes2 | 4506c8a0421f955592e5000a74885291a832eb94 | 4d6fea34683d576f899823d87bec6ef83fc0809c | refs/heads/master | 2020-05-26T04:06:04.774339 | 2019-12-08T04:30:56 | 2019-12-08T04:30:56 | 188,100,929 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,151 | cpp | /***************************************************************************
* Copyright (C) 2009 by Andrey Afletdinov <fheroes2@gmail.com> *
* *
* Part of the Free Heroes2 Engine: *
* http://... | [
"pingflood@gmail.com"
] | pingflood@gmail.com |
46a09696524b2ebf9007077eaeae88e26b99156d | b63ffe89295fdc5f8173266b7e83b8f588ef53de | /05_led-programming-using-object-oriented (CPP) -inheritance/PowerLed.h | b0ecee34c1921e38ce6a4fb35c05c05e0b727c94 | [] | no_license | Suraj-Embedd-Os/embedded_system_programming_using_object_oriented_firmware | d0ac9857d6a6ba06734b9b2d3b168d64d78dc85d | 3244e6a61ba48940129766e9c1f129c5f21cfe69 | refs/heads/main | 2023-02-27T07:12:10.246791 | 2021-02-06T09:52:21 | 2021-02-06T09:52:21 | 334,325,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | h | #ifndef _POWERLED_H
#define _POWERLED_H
#include "led.h"
typedef uint8_t led_elec_type;
typedef uint8_t led_dim_type;
typedef enum{
CURR_LOW =10,
CURR_NORMAL =20,
CURR_HIGH =40,
CURR_VERY_HIGH=60
}LedCurrent_Type;
typedef enum{
DIAM_2MM =2,
DIAM_4MM =4,
DIAM_7MM =7
}LedDimeter_Type;
typedef enum{
VOL_... | [
"iyengar.jahnavi@gmail.com"
] | iyengar.jahnavi@gmail.com |
685d1ae9a4c96290649155d562fc535210d466f0 | c8a8b1b2739ff50c3565cdc1497e6abf4492b3dd | /src/csapex_core/src/model/observer.cpp | a5b99f134ddee8db6dfe5b0bc2d4c114a212eb0f | [] | permissive | betwo/csapex | 645eadced88e65d6e78aae4049a2cda5f0d54b4b | dd8e24f14cdeef59bedb8f974ebdc0b0c656ab4c | refs/heads/master | 2022-06-13T06:15:10.306698 | 2022-06-01T08:50:51 | 2022-06-01T09:03:05 | 73,413,991 | 0 | 0 | BSD-3-Clause | 2020-01-02T14:01:01 | 2016-11-10T19:26:29 | C++ | UTF-8 | C++ | false | false | 445 | cpp | /// HEADER
#include <csapex/model/observer.h>
using namespace csapex;
Observer::~Observer()
{
}
void Observer::stopObserving()
{
observed_connections_.clear();
}
void Observer::manageConnection(slim_signal::ScopedConnection&& connection)
{
observed_connections_.emplace_back(std::move(connection));
}
void O... | [
"sebastian.buck@uni-tuebingen.de"
] | sebastian.buck@uni-tuebingen.de |
35e3caa8053238b71ab6523f958ef46312109026 | 4793d48171b6a042b8b8b384a06060deafc65a18 | /burn/capcom/dc_forgottn.cpp | 3034b25446f4fb21a878d872b23c6e05eaa801e8 | [] | no_license | squidrpi/pifba | 556ee9dc1169d3b3ee6c36d50753027d69632a3a | 9d3dd8476750adf29253c8922841b87ff36b930b | refs/heads/master | 2021-01-23T03:33:28.496022 | 2018-09-12T08:59:50 | 2018-09-12T08:59:50 | 86,088,358 | 9 | 7 | null | 2017-04-09T13:50:34 | 2017-03-24T16:24:37 | C++ | UTF-8 | C++ | false | false | 11,083 | cpp | // Forgotten Worlds
#include "cps.h"
#define A(a, b, c, d) {a, b, (unsigned char*)(c), d}
static struct BurnInputInfo DrvInputList[] =
{
{"P1 Coin" , BIT_DIGITAL, CpsInp018+0, "p1 coin"},
{"P1 Start" , BIT_DIGITAL, CpsInp018+4, "p1 start"},
{"P1 Up" , BIT_DIGITAL, CpsInp001+3, "p1 ... | [
"squidrpi@users.noreply.github.com"
] | squidrpi@users.noreply.github.com |
0207348f8bcc200bc213693f436620cc3e3bb3ec | c0f8da08db56be070854a6d75c83ecba7795d00a | /src/build-snmp_pro-Desktop_Qt_5_4_0_GCC_64bit-Debug/moc_BasicGraph.cpp | c6477b733ab3e32f5bb7a17e018550ad7fe307f3 | [] | no_license | fulongleo/snmp_monitor | bd2f24114b67f98e382f6d403572284dfc00113e | ea7d43b8325cac17e7b2b4d0f93a25824fe189d5 | refs/heads/master | 2020-08-29T06:21:33.345455 | 2018-12-19T18:22:14 | 2018-12-19T18:22:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,630 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'BasicGraph.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"359987082@qq.com"
] | 359987082@qq.com |
e865e97e4119af90eb98a270c5e6b7e9a2cacc5f | be20e0ac642304e7df959a4a18037e21ee79c61e | /svm_hog/svm_hog/test.cpp | e3819fc8e862950ae6f1e89a03c99522e586e014 | [] | no_license | kevin0525/multirobot_detect_windows | 000b5a5ddab2fca7e49c8056221b18e6961501af | fc1ffefdf4d6986e02f600c81c7539636afef396 | refs/heads/master | 2020-03-21T20:02:21.468764 | 2018-07-01T09:01:06 | 2018-07-01T09:01:06 | 138,983,227 | 0 | 0 | null | 2018-06-28T07:35:56 | 2018-06-28T07:35:56 | null | GB18030 | C++ | false | false | 512 | cpp | //#include <iostream>
//#include <fstream>
//#include <strstream>
//#include <opencv2/core/core.hpp>
//#include <opencv2/highgui/highgui.hpp>
//#include <opencv2/imgproc/imgproc.hpp>
//#include <opencv2/objdetect/objdetect.hpp>
//#include <opencv2/ml/ml.hpp>
//#include "someMethod.h"
//#include "parameter... | [
"759424614@qq.com"
] | 759424614@qq.com |
82146bd267e552fece00dbfc2a930fcfd5d3d544 | 43a5e606e0531b22fa418039a8490c18fb44bd06 | /Ex.6/pe0605.cpp | 6274c12c7127aeb6e1812ec85d4a30175801ec66 | [] | no_license | l1zp/CppPrimerPlus | 2d1fec6cd9b51101b1382ef0c9ec10d0d8c28a57 | 45ce9d20377d368cd95b431934ff34376bc35326 | refs/heads/master | 2023-02-21T16:08:34.727612 | 2021-01-26T15:48:29 | 2021-01-26T15:48:29 | 275,595,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 635 | cpp | #include <iostream>
int main()
{
using namespace std;
double tvarps;
double tax;
cout << "Please enter the number of tvarps you earned this year." << endl
<< "Enter a negative number to quit: ";
while (cin >> tvarps and tvarps >= 0)
{
if (tvarps <= 5000)
tax = 0;
else if (tvarps <= 15000)
tax =... | [
"lzpthu@163.com"
] | lzpthu@163.com |
7c4236d84aac5f4fa7c389662116ee2814d700f0 | 9a728b6c31bfd6963712d38b30a6963fd7c531a8 | /OrgXueBang/Classes/XueBangApp/View/Reading/MachineData.h | 990b890b61023f86b6e846d3260582528e4e7c71 | [] | no_license | daxingyou/MRK-OrgXueBang | 5fba171f759ccae2f1e28b4f4364df7d088fe5d2 | 09f10f3fd22c3791d0c9ec84c2042a36a7a8f22d | refs/heads/master | 2021-10-21T20:46:18.280434 | 2019-03-06T09:03:18 | 2019-03-06T09:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,443 | h | //
// MachinePageStdafx.h
// ReadingMate
//
// Created by hyp on 18/11/15.
//
//
#ifndef MachineData_hpp
#define MachineData_hpp
//#include "UtilsDefine.h"
#include "stdafx.h"
#include "BaseLoad.h"
//题的类型
typedef enum {
Type_1 = 9, //练习题一
Type_2 = 10,//练习题二
Type_3 = 11,//练习题三
Type_4 = 12,//练习题四
... | [
"autsck@163.com"
] | autsck@163.com |
65561c1c62f688f1c3cb74a90dca3e84e4a108b0 | 42cb7febe9698c1075f42c61eb8c8f40e082f7b9 | /UIRenderingConcepts/UIGraphicsDemo/source/UiDemoApp.cpp | ee3438621190b62fb79b10c318875f99be42f281 | [] | no_license | VulkanWorks/QtVulkanSceneGraphUiRenderingConcepts | fb60006e71a7c1c91a3e0238cfee66f83d19cf73 | 99dc0b744dcd13dd58172b5477d5a728450a1964 | refs/heads/master | 2020-07-03T22:53:30.406434 | 2019-07-27T05:52:34 | 2019-07-27T05:52:34 | 202,078,122 | 1 | 0 | null | 2019-08-13T06:21:58 | 2019-08-13T06:21:58 | null | UTF-8 | C++ | false | false | 12,925 | cpp | #include "UIDemoApp.h"
#include "UIDemo.h"
#include "UiMetalPaintEngine.h"
#include "Circle/Circle.h"
#include "Rectangle/Rect.h"
#include "../common/SceneGraph/Window.h"
#include <QApplication>
int main(int argc, char **argv)
{
QApplication qtApp(argc, argv);
UIDemoApp* app = new UIDemoApp();
app->Enabl... | [
"engineer.parminder@gmail.com"
] | engineer.parminder@gmail.com |
ec2f42b52732aa801c69fd2ed7444dceb2be3d16 | 83c489d0e7fca84beb4ecb5a8a3d7f666b076fcf | /src/RcppExports.cpp | 6d9ef69e2d1fb2364ad01d9dd81419cea0ad8162 | [] | no_license | tohein/linearMTL | 9f3a02640b5b6e51425f62005744ef3047683a06 | bd27f8e90ea297ddca7c6f5e110e6b62ba0cff55 | refs/heads/master | 2021-03-27T14:40:25.364761 | 2018-11-09T15:37:36 | 2018-11-09T15:37:36 | 106,738,759 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 938 | cpp | // Generated by using Rcpp::compileAttributes() -> do not edit by hand
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#include <RcppArmadillo.h>
#include <Rcpp.h>
using namespace Rcpp;
// RcppShrink
arma::mat RcppShrink(arma::mat A, arma::mat ranges);
RcppExport SEXP _LinearMTL_RcppShrink(SEXP ASEXP, SEXP ... | [
"tohein@stud.uni-saarland.de"
] | tohein@stud.uni-saarland.de |
c9429594983c1f9891119cc478bee63ab7f23293 | b13b47c86458391b7c168cc8189816907adf3be4 | /Eternity/Source/r3dDebug.cpp | 30e041ecc7e6d305f0464eb903a70a9827109ae7 | [] | no_license | gamedevforks/UndeadAlpha | 7f96c68edc170de730d5c98b7c5927114b385abe | 8117fc7202d3bed66ed0f1e342666fde0287d732 | refs/heads/master | 2020-05-21T16:47:23.089908 | 2014-12-02T19:51:08 | 2014-12-02T19:51:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,767 | cpp | #include "r3dPCH.h"
#include "r3d.h"
#include "r3dDebug.h"
#include <windows.h>
#ifndef FINAL_BUILD
#include <tlhelp32.h>
#endif
#include "dbghelp/include/dbghelp.h"
#ifndef DISABLE_CRASHRPT
#pragma comment(lib, "../External/CrashRpt/Lib/CrashRpt1301.lib")
#include "CrashRpt/include/CrashRpt.h"
#endif
//#include "e... | [
"muvucasbars@outlook.com"
] | muvucasbars@outlook.com |
ca9ce0e4987625857bbd0065efc18a4a0a8b48fe | cecfda84e25466259d3ef091953c3ac7b44dc1fc | /UVa Online Judge/volume123/12356 Army Buddies/program.cpp | c7f52df3ad77b6a68d253d2a5b4d19fa74f2c7a3 | [] | no_license | metaphysis/Code | 8e3c3610484a8b5ca0bb116bc499a064dda55966 | d144f4026872aae45b38562457464497728ae0d6 | refs/heads/master | 2023-07-26T12:44:21.932839 | 2023-07-12T13:39:41 | 2023-07-12T13:39:41 | 53,327,611 | 231 | 57 | null | null | null | null | UTF-8 | C++ | false | false | 1,789 | cpp | // Army Buddies
// UVa ID: 12356
// Verdict: Accepted
// Submission Date: 2018-01-01
// UVa Run Time: 0.040s
//
// 版权所有(C)2018,邱秋。metaphysis # yeah dot net
#include <bits/stdc++.h>
using namespace std;
inline int nextChar()
{
const int LENGTH = 1048576;
static char buffer[LENGTH], *p = buffer, *end = buffer;... | [
"metaphysis@yeah.net"
] | metaphysis@yeah.net |
a5b7e8f4e94f435fa62ae71f834958aff72ac9c9 | 5dd2ec8717248d25c502a7e73182be11dd249fb3 | /chrome/browser/share/share_features.cc | 51472e6ddebaf4ce87fe3338ea497789ccc731a3 | [
"BSD-3-Clause"
] | permissive | sunnyps/chromium | 32491c4799a2802fe6ece0c05fb23e00d88020e6 | 9550e527d46350377a6e84cd6e09e1b32bf2d936 | refs/heads/main | 2023-08-30T10:34:39.941312 | 2021-10-09T20:13:18 | 2021-10-09T20:13:18 | 217,597,965 | 0 | 0 | BSD-3-Clause | 2021-09-28T18:16:02 | 2019-10-25T19:01:58 | null | UTF-8 | C++ | false | false | 522 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/share/share_features.h"
namespace share {
const base::Feature kUpcomingSharingFeatures{"UpcomingSharingFeatures",
... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
fa19db10810f04faf04b9c4694142cd32495655c | cc3e1a5d300167f98b1620a59813fad8cf481120 | /examples/Ethernet/Basic_Select/Basic_Select.ino | feba79535eb487a7b4f99d39f352f0076682f414 | [
"MIT"
] | permissive | superfloh247/MySQL_MariaDB_Generic | 6b115e1528ea7136224e85cf4a5ffa5b938324ac | 94f281235e12d6edfee7347f309f25cfb68f6954 | refs/heads/master | 2022-12-21T14:53:24.538419 | 2020-09-09T07:26:55 | 2020-09-09T07:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,537 | ino | /*********************************************************************************************************************************
Basic_Select.ino
Library for communicating with a MySQL or MariaDB Server
Based on and modified from Dr. Charles A. Bell's MySQL_Connector_Arduino Library https://github.com... | [
"noreply@github.com"
] | superfloh247.noreply@github.com |
d2f140350b7e5dfa6d636ba07c0fe9795e987040 | f32a24e4cacb917617c017c1da1d1f70024fba65 | /cpc/src/chg050.cxx | c688d4b5241297d38e99eed71a46a7faadfdbcab | [] | no_license | yamasdais/iroha-nihoheto | 61629750c8028d3f9836e4c5f1793aaf7fb2ae57 | 033f69bd400d586b0297c8ff97846d01f42ffc55 | refs/heads/master | 2022-09-24T13:44:34.189177 | 2022-09-16T12:59:56 | 2022-09-16T12:59:56 | 116,883,187 | 0 | 0 | null | 2022-09-12T16:52:47 | 2018-01-09T23:36:23 | C++ | UTF-8 | C++ | false | false | 1,017 | cxx | #include <regex>
#include <algorithm>
#include <concepts>
#include <ranges>
#include "challenge.h"
#include "coro_util.h"
template <std::ranges::forward_range Range>
requires std::convertible_to<std::iter_value_t<Range>, std::string>
cpc::generator<std::string, false>
filter_dial_country(Range const& range, std::... | [
"yamasdais@gmail.com"
] | yamasdais@gmail.com |
f3a4ea2e29217d5e1971eaf83f4cb86b8f37a596 | c1e73f3dcd104570ecf363f6a86d843d2b5050e5 | /AnimationComponents.h | 0fd3da4109e5b34fc8932ebdbfd45bdeeee416ba | [] | no_license | Kol9n9/SimpleGame | 46904e95a55e869c21f2f5d20ce3d174fc5ee15f | bcdb0d5879f3aafe3496dd4d7df3bb6350de5905 | refs/heads/master | 2020-08-28T12:10:47.386022 | 2019-11-10T17:07:34 | 2019-11-10T17:07:34 | 217,696,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,148 | h | #pragma once
#ifndef ANIMATIONCOMPONENTS_H
#define ANIMATIONCOMPONENTS_H
#include <iostream>
#include <map>
#include <SFML/Audio.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Network.hpp>
#include <SFML/System.hpp>
#include <SFML/Window.hpp>
class AnimationComponents
{
private:
class Animation {
public:
sf::Tex... | [
"slezenkonikolay@mail.ru"
] | slezenkonikolay@mail.ru |
d13d46b1241c1fd11c0c52d2d422bf444a860037 | 5908c584b22d8f152deeb4082ff6003d841deaa9 | /Physics_RT/Havok/Source/Physics2012/Dynamics/World/Simulation/Multithreaded/Spu/hkpSpuConfig.h | d05a37af44b8e52e68c345c3660ac015e6d4cb10 | [] | 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 | 9,448 | 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 |
06b25adb694a7848655128fb2faeefd5e39e462a | 983424bb42cdbef82975287229652d490dd8f521 | /Sorting 12.cpp | 33c5e158ad907cfa9d93c4d2d72d5a9df02c4817 | [] | no_license | namnguyen215/Thuc_hanh_tin | d6802641b73576fdda951f38bb6b5ab31d7d5d7f | c6958a8f9a1ca4a3fc578054cfc289fd9e935bae | refs/heads/main | 2023-07-17T07:32:51.408534 | 2021-08-06T14:29:34 | 2021-08-06T14:29:34 | 305,582,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--){
long n,m;
cin>>n>>m;
long long a[n+1],b[m+1];
for(long i=0;i<n;i++) cin>>a[i];
for(long i=0;i<m;i++) cin>>b[i];
sort(a,a+n);sort(b,b+n);
cout<<a[n-1]*b[0]<<endl;
}
}
| [
"namnguyenphuong215@gmail.com"
] | namnguyenphuong215@gmail.com |
efdd64ea054270ff7d902a7fd5d3549bb20c704a | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /chrome/browser/ui/views/omnibox/omnibox_result_view_unittest.cc | bc514d77aa398f8df2e08141eba44c3b82c47362 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 3,215 | cc | // 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.
#include "chrome/browser/ui/views/omnibox/omnibox_result_view.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(OmniboxResultViewTest, CheckComputeM... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
b4e1ed7293aadfee796e885c8849da09913d34be | 9433cf978aa6b010903c134d77c74719f22efdeb | /src/svl/Mat.cpp | 7ad818ded478cf117e5f7ab58ec65a95a5986625 | [] | no_license | brandonagr/gpstracktime | 4666575cb913db2c9b3b8aa6b40a3ba1a3defb2f | 842bfd9698ec48debb6756a9acb2f40fd6041f9c | refs/heads/master | 2021-01-20T07:10:58.579764 | 2008-09-24T05:44:56 | 2008-09-24T05:44:56 | 32,090,265 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,309 | cpp | /*
File: Mat.cpp
Function: Implements Mat.h
Author(s): Andrew Willmott
Copyright: (c) 1995-2001, Andrew Willmott
*/
#include "svl/Mat.h"
#include <cctype>
#include <cstring>
#include <cstdarg>
#include <iomanip>
// --- Mat Constructors & Destructors -... | [
"BrandonAGr@0fd8bb18-9850-0410-888e-21b4c4172e3e"
] | BrandonAGr@0fd8bb18-9850-0410-888e-21b4c4172e3e |
b60d3203764edb1e0783a1d32860419726c350e9 | 0dde4e977c748fe1dfa5458d9bf790e38ae5b3be | /trunk/analysis/ClasTool/MapTools/TFloatBuffer.h | 99c6dfcc362dd9705c9b3daae2af4b059c8a4ea7 | [] | no_license | jasonbono/CLAS | e27a48f96b753e11a97803bbe4c782319c4f8534 | c899062b8740cdb6ef04916d74f22cebc5d2c5f8 | refs/heads/master | 2020-05-24T03:56:12.542417 | 2019-05-16T17:50:31 | 2019-05-16T17:50:31 | 187,074,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | h |
#ifndef __TFLOATBUFFER__
#define __TFLOATBUFFER__
#include <iostream>
#include <cstdlib>
#include <unistd.h>
#include <iomanip>
using std::cout;
using std::endl;
// ROOT includes
#include "TROOT.h"
#include "TObject.h"
#include "TString.h"
class TFloatBuffer{
private:
Float_t *lBuffer;
Int_t lBuffLength;
pu... | [
"jason.s.bono@gmail.com"
] | jason.s.bono@gmail.com |
83699bad7b2e08261bbdac52e55a9488d93922a5 | 701d19cedb341099cafd5602314a0a48ca3e7a50 | /RSEngine/RSObjVS.h | 56c72deb0e322b6b35c8b4542213b2b51411b99e | [] | no_license | denghc/danmugame | 9ab9da54f96b12484689154c2588de7263d775c2 | 12ec3147a95585709d97eae51f82aa1074a56b91 | refs/heads/master | 2021-01-01T18:21:54.764551 | 2012-06-11T06:55:54 | 2012-06-11T06:55:54 | 4,621,859 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | h | #pragma once
#include "vertexshaderclass.h"
#include "Structures.h"
class RSObjVS :
public VertexShaderClass
{
public:
RSObjVS(string tag);
RSObjVS(void);
~RSObjVS(void);
virtual bool Initialize(ID3D11Device*, HWND, WCHAR*, CHAR*);
virtual bool InitializeShader(ID3D11Device* device, HWND hwnd, WCHAR* vsFilename, ... | [
"denghc09@gmail.com"
] | denghc09@gmail.com |
08e62cc4c7758481e0654341a25b23ebd593dd1a | 7e85951f968dbb36dd8149df26f70ee5ac0f5083 | /main.cpp | 0e82329feb88062ac8cb4bd339cf009ce83a18e3 | [] | no_license | helga1507/coursera_white | ee14de20ad963a196a2da31a926be3f152f3d524 | d4db300cadc4f97e0e1b70e99adfd702cc2fe07e | refs/heads/master | 2022-12-13T14:53:14.165926 | 2020-09-07T20:06:12 | 2020-09-07T20:06:12 | 283,464,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,627 | cpp | #include <iostream>
#include <iomanip>
#include <sstream>
#include <vector>
#include <set>
#include <map>
using namespace std;
const char SEPARATOR_DATE = '-';
const string COMMAND_ADD = "Add";
const string COMMAND_DEL = "Del";
const string COMMAND_FIND = "Find";
const string COMMAND_PRINT = "Print";
class Date {
pu... | [
"lashkul@skytracking.ru"
] | lashkul@skytracking.ru |
36a1bc3e5057f9d5b91b56593e679c5e6f187741 | 497295beab134b883f9b1eb835117aadada06a84 | /AI.cpp | 08d49e318da3271e54ae692b7cac2dbcf692367d | [] | no_license | Curtainf2f/Gomoku | e51178460362571d348e101f163e4434e46ca084 | 795cfdc76dde146a6329fce1ec2a8b15abdfef13 | refs/heads/master | 2020-05-24T00:25:38.761981 | 2019-05-16T11:53:40 | 2019-05-16T11:53:40 | 187,016,376 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 14,680 | cpp | #include "graphics.h"
#include "art.h"
#include "mystruct.h"
#include "AI.h"
#include <stack>
#include <queue>
#include <cstring>
#include "rule.h"
#include <algorithm>
#include <iostream>
#include <cstdio>
#include <map>
#include <set>
#include <string>
#include <ctime>
using namespace std;
//#define DEBUG
clock_t st... | [
"835074923@qq.com"
] | 835074923@qq.com |
2c9cbb5833abc8bc50a4fbe00343aa7d35ac0a5c | be332b45dc5875246336b3f340f5ccbaa4f299f8 | /Conch/source/common/imageLib/JCGifImg.h | adb8cbf4e0af9e60e9788a22322dadc381a24537 | [] | no_license | chen1234219/LayaNative2.0 | cd1c7cb9f8f8236721a1b0fcfd733565b1d80053 | 2a210f0a4b988fc3efc824d88cea1ccc54cd0e17 | refs/heads/main | 2023-08-13T17:44:19.282053 | 2021-10-11T07:03:50 | 2021-10-11T07:03:50 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,989 | h | /**
@file JCGifImg.h
@brief
@author James
@version 1.0
@date 2016_7_13
*/
#ifndef __JCGifImg_H__
#define __JCGifImg_H__
#include <fstream>
#include <iostream>
using namespace std;
namespace laya
{
/*
* 图像扩展参数
*/
typedef struct
{
bool active; //本结构中的其它参数是否可用
unsigned i... | [
"775331175@qq.com"
] | 775331175@qq.com |
5e47aecb530c8df13b47b4bf197cca0016f9a74e | 3438e8c139a5833836a91140af412311aebf9e86 | /third_party/WebKit/Source/core/workers/WorkletBackingThreadHolder.h | 2f47c61734dda64b74139cabff3bdf08246560a3 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0"
] | permissive | Exstream-OpenSource/Chromium | 345b4336b2fbc1d5609ac5a67dbf361812b84f54 | 718ca933938a85c6d5548c5fad97ea7ca1128751 | refs/heads/master | 2022-12-21T20:07:40.786370 | 2016-10-18T04:53:43 | 2016-10-18T04:53:43 | 71,210,435 | 0 | 2 | BSD-3-Clause | 2022-12-18T12:14:22 | 2016-10-18T04:58:13 | null | UTF-8 | C++ | false | false | 816 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef WorkletBackingThreadHolder_h
#define WorkletBackingThreadHolder_h
#include "core/CoreExport.h"
#include "wtf/PtrUtil.h"
namespace blink {
class... | [
"support@opentext.com"
] | support@opentext.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.