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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e34a540f90900cde3459117bb85a55eaa5f14a8a | cdc4256b1ef1bb68481299afcd7ced34f5c074a2 | /PA3-1/src/dynamic_scene/draw_style.h | 3fa6d4c2bd5070f3c26bc508fde907c46d125add | [] | no_license | JiyuanLu/CS184_UCB_S18 | 1ad43ce8e47ff201612960d009dde3c23f7d2634 | 8245989ae0db7e90a06574973debfb0550016e39 | refs/heads/master | 2022-12-11T02:30:38.218534 | 2019-11-11T03:34:56 | 2019-11-11T03:34:56 | 220,892,561 | 3 | 1 | null | 2022-12-09T00:57:51 | 2019-11-11T03:20:50 | C | UTF-8 | C++ | false | false | 890 | h | #ifndef CGL_DYNAMICSCENE_DRAWSTYLE_H
#define CGL_DYNAMICSCENE_DRAWSTYLE_H
#include "scene.h"
namespace CGL { namespace DynamicScene {
/**
* Used in rendering to specify how to draw the faces/meshes/lines/etc.
*/
class DrawStyle {
public:
void style_reset() const {
glLineWidth(1);
glPointSize(1);
}
... | [
"chestnutrupert@gmail.com"
] | chestnutrupert@gmail.com |
2917a1ed363ad39cde34be61c1c8d54f9b173b51 | 488706ddcd860941510ddd5c8f35bbd065de9ca1 | /visualtext3/cj/Ribbon/XTPRibbonControlTab.h | c737961ed39988fc6e0286cb38e8dc498f43a80b | [] | no_license | VisualText/legacy | 8fabbf1da142dfac1a47f4759103671c84ee64fe | 73d3dee26ab988e61507713ca37c4e9c0416aee5 | refs/heads/main | 2023-08-14T08:14:25.178165 | 2021-09-27T22:41:00 | 2021-09-27T22:41:00 | 411,052,445 | 0 | 0 | null | 2021-09-27T22:40:55 | 2021-09-27T21:48:09 | C++ | UTF-8 | C++ | false | false | 12,521 | h | // XTPRibbonControlTab.h: interface for the CXTPRibbonControlTab class.
//
// This file is a part of the XTREME RIBBON MFC class library.
// (c)1998-2013 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT... | [
"david.dehilster@lexisnexisrisk.com"
] | david.dehilster@lexisnexisrisk.com |
9574425ae637bb6ebc4a6a2f6f6fd61b536388c9 | 52e1e9d04f59f391bc6710c0e09ea84ce88f6e0c | /atom.cpp | 346bfe07795998c4c2183a03c418ebae85c40a0d | [] | no_license | vavachan/MONTE_CARLO_HARDSPHERE | 3909fee4104bf2999f3159f26d88830b11508769 | 0d7188efcee6e25a7547379f977a8cfc58b6bd55 | refs/heads/master | 2020-06-12T09:34:18.047969 | 2017-05-24T04:26:31 | 2017-05-24T04:26:31 | 75,591,982 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 659 | cpp | #include "atom.hpp"
#include<iostream>
void atom::update_neighbour(int neigh) {
neigh_list[index]=neigh;
index++;
}
void atom::close_update_neighbour(int neigh) {
close_neigh_list[close_index]=neigh;
close_index++;
}
void atom::close_reset() {
// neighbours=0;
close_neighbours=0;
////////for(int i=... | [
"varghese.i.am@gmail.com"
] | varghese.i.am@gmail.com |
dfeb7707f6ec8c9f3eccef081b28c66dd02603e1 | e6e6c81568e0f41831a85490895a7cf5c929d50e | /yukicoder/6/60.cpp | 8813330a78dc4f28a8604b8d8fb7a6e5b797dfee | [] | no_license | mint6421/kyopro | 69295cd06ff907cd6cc43887ce964809aa2534d9 | f4ef43669352d84bd32e605a40f75faee5358f96 | refs/heads/master | 2021-07-02T04:57:13.566704 | 2020-10-23T06:51:20 | 2020-10-23T06:51:20 | 182,088,856 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,304 | cpp |
#include<bits/stdc++.h>
using namespace std;
#define inf INT_MAX
#define INF LLONG_MAX
#define ll long long
#define ull unsigned long long
#define M (int)(1e9+7)
#define P pair<int,int>
#define PLL pair<ll,ll>
#define FOR(i,m,n) for(int i=(int)m;i<(int)n;i++)
#define RFOR(i,m,n) for(int i=(int)m;i>=(int)n;i--)
#define... | [
"distout.215@gmail.com"
] | distout.215@gmail.com |
4e884b332f457fee8a0b581ecf9d5b85d302f490 | fa1445f3f23d2dcee4938ff73a543d9aae235799 | /SDK/FN_PowerToastWidget_classes.hpp | 78ff85edfd27e7b3419466ba183b3934a0423972 | [] | no_license | chuhanpu/FNFUN | ac6d750037514bdfb3b1baa50830c9bce60ed85a | 8326ae28b844f4d9ee38f3c64bb056e81106fdd3 | refs/heads/master | 2021-07-15T07:18:42.180136 | 2017-10-18T20:24:55 | 2017-10-18T20:24:55 | 107,524,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,182 | hpp | #pragma once
// Fortnite SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedClass PowerToastWidget.PowerTo... | [
"tj8@live.com.au"
] | tj8@live.com.au |
fd088cb609508216727bb56bb0a30a0d31e079a7 | 23a5d39b3c9b171af32970fe0b0ad3e5c9ce9429 | /cpp/removeDuplicatesFromSortedArray.cpp | 4f2f1ee25db3ac008ea0d6a82791321a81683ba3 | [] | no_license | kellytay143/leetcode | 2e113b5268289f0be44e819cba3ffb22f8bb7aeb | 0e7ebc4762256f38f60baef1a2bf54aa2f6d0430 | refs/heads/master | 2023-02-24T22:16:32.001010 | 2021-01-31T02:46:44 | 2021-01-31T02:46:44 | 291,169,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 825 | cpp | // Source: https://leetcode.com/problems/remove-duplicates-from-sorted-array/
// Author: Kelly Tay
// Date: 12/20/2020
/**
Given a sorted array nums, remove the duplicates in-place such that each element appears only once and returns the new length.
Do not allocate extra space for another array, you must do this by m... | [
"kellytay@Kellys-MacBook-Pro.local"
] | kellytay@Kellys-MacBook-Pro.local |
096a5401ee0339c9ab4e56c32affb0edac05fa72 | 5a4573bf0c3be68901f9d2a2a49e7a23c66a6629 | /main.cpp | d5ba1334fb0071fbacfc59ae0adb65bab6fb435e | [] | no_license | braaahaaarararaga/GL_OPENGL_SKINMESH | 34f55a98c6daad6c9b4e0f98e70af908c180987a | cad8c91d95318dd038de7a142d32b66056f6724e | refs/heads/master | 2020-07-31T07:38:22.354357 | 2019-09-26T05:57:05 | 2019-09-26T05:57:05 | 210,532,697 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,104 | cpp |
#include "main.h"
#include "manager.h"
#include "renderer.h"
#include "polygon.h"
#include "camera.h"
#include "field.h"
#include "cube.h"
#include "input.h"
#include "light.h"
#include "model.h"
#include "modelAnimation.h"
#include "resource.h"
#include <memory>
const char* CLASS_NAME = "OpenGALAppClass";
const ch... | [
"ri.syouei.as@gmail.com"
] | ri.syouei.as@gmail.com |
efe0d3c3d7f9250a3509d4dee4e1151fbf588100 | e8c0bbb5be26f82f8956728d356d0d9b70e1a3b0 | /RTreeGUI/RTreeScene.h | b372235c9a6522768c3b0bfd43fdae850dbc39db | [] | no_license | MarkVTech/BoostGeometryExperiment | 82ab2290915f059822d6a05bc6b57b28262bf588 | 40d925e21e03e20954b8756fd976abda09cd4729 | refs/heads/master | 2023-04-07T04:26:31.567428 | 2023-03-23T19:25:25 | 2023-03-23T19:25:25 | 285,857,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 856 | h | #pragma once
#include <QGraphicsScene>
class QGraphicsRectItem;
class RTreeScene : public QGraphicsScene
{
Q_OBJECT
public:
RTreeScene(QObject* parent=nullptr);
void setMode(const QString& mode);
// QGraphicsScene interface
protected:
void mousePressEvent(QGraphicsSceneMouseEv... | [
"mwilson1962@gmail.com"
] | mwilson1962@gmail.com |
a0cfbfa600259bf36fff0f59efedc5bbcae74e6c | 230fb8845f39bef0f30f5d3541eff5dc0641de14 | /Connect3/Export/windows/obj/include/haxe/ui/components/_Stepper/IncBehaviour.h | bb8807885c58b8342a98ef2005671a8408055107 | [] | no_license | vhlk/AlgoritmoMinMax | 76abd62a6e2859ed229e5831264b6d8af27e318d | 40eded4948794ca48d50d16d2133a9ab21207768 | refs/heads/main | 2023-06-30T15:16:17.492478 | 2021-08-02T13:29:32 | 2021-08-02T13:29:32 | 390,493,745 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 2,928 | h | // Generated by Haxe 4.2.0
#ifndef INCLUDED_haxe_ui_components__Stepper_IncBehaviour
#define INCLUDED_haxe_ui_components__Stepper_IncBehaviour
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_haxe_ui_behaviours_Behaviour
#include <haxe/ui/behaviours/Behaviour.h>
#endif
HX_DECLARE_CLASS3(haxe,ui,backend,Comp... | [
"vhlk@cin.ufpe.br"
] | vhlk@cin.ufpe.br |
101ae1e3d090d475b0a0cc594adf4268f4042226 | 62400f20b4d4aa8e51cd72805e258470e99c5dcf | /Network - Client/networkManager.cpp | 53eebec271b7c769c7c56441f95fa442c3ee18e4 | [] | no_license | Rhanjie/Network---TheGame | 2860e1a5091695da1da8cec741c072b4c0dccfaf | 6ad43a583455c17e4a1904d60104dd16cfba98f9 | refs/heads/master | 2016-08-07T11:52:24.346820 | 2015-06-03T20:11:06 | 2015-06-03T20:11:06 | 30,471,894 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | cpp | #include "networkManager.hpp"
bool rha::cNetworkManager::sendPacket(sf::TcpSocket* socket, sf::Packet* packet){
if(socket->send(*packet)==sf::Socket::Done)
return true;
else return false;
}
bool rha::cNetworkManager::sendRawPacket(sf::TcpSocket* socket, rha::typePacketsInClient typePacket){
sPacket<<... | [
"mdyla99@interia.pl"
] | mdyla99@interia.pl |
a9f9b37592c25a0e26443e7861fe6dd560eec9e2 | d7dcdff7a24b8600066626c77cf0eebdc0b45f1f | /src/SpeechStuff.cpp | a62c45adafc3f5256a3a35aceb5b1c2af8d94db7 | [
"MIT"
] | permissive | rethesda/playerTextToSpeechSSE | ff709af82fe2401f95403865b473cb348853b93a | 3e546882f15a545ab14f400748746ed8956ca788 | refs/heads/master | 2023-08-04T12:21:59.753233 | 2021-09-14T21:30:52 | 2021-09-14T21:30:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,098 | cpp | //
// Created by peter on 7/27/21.
//
std::vector<ISpObjectToken*> gVoices;
ISpVoice* gVoice = nullptr;
// Default settings - should match those in Papyrus
bool gModEnabled = true;
uint32_t gPlayerVoiceID = 0;
uint32_t gPlayerVoiceVolume = 50;
int32_t gPlayerVoiceRateAdjust = 0;
/*************************
** Play... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
9f2b3ff1443d3c979ee82318509b2fc89318bbcd | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /media/cast/test/cast_benchmarks.cc | 34309d2b353f639852841a771d56b02dff40d6bc | [
"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 | 25,223 | 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.
//
// This program benchmarks the theoretical throughput of the cast library.
// It runs using a fake clock, simulated network and fake codecs. This allows... | [
"artem@brave.com"
] | artem@brave.com |
7ef72034505a16c4832a9507604d2354d451944d | e3317469bb30b0a211fd9bb918661c00359ef4a5 | /MMCMonitorApp/mmcdisplaytablemodel.cpp | 0a2258cca9f74d90ae7d8f9e0f8929465c4ef18e | [] | no_license | pipi95/MMCMonitor | 132fe724a31f0c61e70053d44596ceea19125a57 | 76f2838c43909f9cf530a9bb284fb97e2fd20648 | refs/heads/master | 2020-03-28T22:36:26.218622 | 2018-09-18T08:25:49 | 2018-09-18T08:25:49 | 149,244,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 716 | cpp | #include "mmcdisplaytablemodel.h"
MMCDisplayTableModel::MMCDisplayTableModel(QObject* parent)
: QAbstractTableModel(parent)
{
}
int MMCDisplayTableModel::rowCount(const QModelIndex& ) const
{
return numberOfContent;
}
int MMCDisplayTableModel::columnCount(const QModelIndex& ) const
{
return numberOfCol... | [
"pipi95@163.com"
] | pipi95@163.com |
07b026396beac58234cc1f2fb9e3793e9f1bee0e | 06bed8ad5fd60e5bba6297e9870a264bfa91a71d | /libPr3/routemanager.cpp | 5651c53c4eecb320f77f80e778caf7872db42422 | [] | no_license | allenck/DecoderPro_app | 43aeb9561fe3fe9753684f7d6d76146097d78e88 | 226c7f245aeb6951528d970f773776d50ae2c1dc | refs/heads/master | 2023-05-12T07:36:18.153909 | 2023-05-10T21:17:40 | 2023-05-10T21:17:40 | 61,044,197 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 97 | cpp | #include "routemanager.h"
RouteManager::RouteManager(QObject *parent) :
Manager(parent)
{
}
| [
"allenck@windstream.net"
] | allenck@windstream.net |
7f24149ad883041c3da06c2f0f1681d040e70801 | d04aaa5014ac6d8e53452b3169060fc4ef8e00f5 | /cppDSmalik/ch4ex/absoluteValueEx.cpp | fbd986cbb43d4fb0eb629f4bbef8d6a6af1d697b | [] | no_license | StaringPanda/CPP-Practice | 08082fb17343caffca2c16c7f9f2e7a46f9e471e | 2dd7b169cd2930ab402a4843d98ea58f49ad1476 | refs/heads/master | 2020-07-01T04:55:59.699860 | 2019-08-16T15:19:26 | 2019-08-16T15:19:26 | 201,054,206 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,615 | cpp | /*****************************************************************
// Example from Pg 210 shows how checking the comparison of
// floating point numbers for equality may not behave as you
// would expect.
//
// x = 1.0 and y = 0.999999~ so the if (x == y) is false, however
// if you evaluate the equation in y wiht pen ... | [
"d00210089@student.dkit.ie"
] | d00210089@student.dkit.ie |
696e578d27a59d9d2158070d155a8eb5f9cb2c6a | 78f0044cab0c14205c7fe2a00067fe7aebe9eba3 | /Communicational abilities/CyborgWorkspace/devel/include/speech_processing/Num.h | c96b8205ac54ee48a7b123e2d69eb22c7d4d02b7 | [] | no_license | thentnucyborg/CyborgRobot_v1_archive | 7ad8959b2e5f5cb5418699b9d93c2b41f962613c | fc1419d229f379063668684c51faaeb6cb6ba447 | refs/heads/master | 2021-01-16T05:14:51.804599 | 2020-02-25T11:51:39 | 2020-02-25T11:51:39 | 242,987,310 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,458 | h | /* Software License Agreement (BSD License)
*
* Copyright (c) 2011, Willow Garage, Inc.
* All rights reserved.
*
* 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 retain... | [
"martinius.knudsen@ntnu.no"
] | martinius.knudsen@ntnu.no |
6db1c42cf7db10853bb29d890fa54e997631436b | 1ad05e00f49ebc3cb7d0516cc510a46f99e15cfe | /src/qt/sendcoinsentry.cpp | 872a1e7918f6c8e93fa02a394120ccd9faff0b80 | [
"MIT"
] | permissive | Stephanzf/finecoin | c9059c56aa25fc1e15b3774226427602a07f5dbe | 395a85f5f585b86a5520469ad269e1ff5c4a8d24 | refs/heads/master | 2021-05-28T03:53:56.775939 | 2014-10-21T12:56:51 | 2014-10-21T12:56:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,193 | cpp | #include "sendcoinsentry.h"
#include "ui_sendcoinsentry.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "addresstablemodel.h"
#include <QApplication>
#include <QClipboard>
SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
Q... | [
"luke@debian.workgroup"
] | luke@debian.workgroup |
969c0704a28aaf863e2be1c5ff80e418a63656e9 | 00bb26fc4fc1fe1942e30c1873d7f442e0ea08c8 | /VNOI_1/B_THTIME/sol_dijkstra.cpp | d1034533f40131d3074698076bc8b10bd58cc7bc | [] | no_license | dntai/VNOI_contests | 1230b4562e3aa32d61a6a4d9b28704792b430dc2 | c9d3dae5586a4e0b49a052d92d4b67d629332f1d | refs/heads/master | 2020-03-26T19:02:40.088628 | 2017-05-07T08:32:09 | 2017-05-07T08:32:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,882 | cpp | // Author: happyboy99x
#include<iostream>
#include<cstring>
#include<set>
using namespace std;
const int N = 1000, delta[4][2] = {{-1, 0}, {1, 0}, {0, -1}, {0, 1}};
char s[2][N][N+1];
int d[2][N][N], m, n;
struct State {
int map, x, y, d;
State(const int &map = 0, const int &x = 0, const int &y = 0, const i... | [
"nguyentt@garena.com"
] | nguyentt@garena.com |
305a655ef6f20996d484cf85f7d4c8a545a8f4bc | d01b79d885b2a5fd69b9514d35b0340bce5dd103 | /poj/poj1008.cpp | 7f1df1abc95b7e69d8fdeb30819fb67eda16c293 | [] | no_license | lotay/online_judgement | 0dd38afef7cb3450bd9927e8d7c20af5a72d8688 | 2c17e5745e3b4c339cc3f35741b691a11e571ede | refs/heads/master | 2021-01-01T03:54:53.934783 | 2016-06-09T07:06:10 | 2016-06-09T07:06:10 | 58,803,721 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 903 | cpp | #include <stdio.h>
#include <string.h>
char HaabMonths[][10] = {"pop","no","zip","zotz","tzec","xul","yoxkin",
"mol","chen","yax","zac","ceh","mac","kankin","muan","pax","koyab","cumhu","uayet"};
char TzolkinDate[][10] = {"imix","ik","akbal","kan","chicchan","cimi",
"manik","lamat","muluk","ok","chuen","eb","ben","ix"... | [
"158481612@qq.com"
] | 158481612@qq.com |
7ddde91056b60a87633fa5d3cbdf6dcfe68ef34b | bd8a4e18a20016389d184b23a266c7778f359fd5 | /program menghitung gaji pegawai.cpp | 16305f88b8d68d56fc955a3f5945a19057cd8efd | [] | no_license | mukromun311810151/menghitung-gaji-pegawai | c63c31e05622a234a0d0fa5c535984f44e18d1a2 | 2b05b0f3b5ae9dac1a846b6e9db17ec3ac982fe6 | refs/heads/master | 2020-04-14T08:45:43.256248 | 2019-01-01T14:28:34 | 2019-01-01T14:28:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | cpp | #include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
int gaji, jumlah_jam_kerja;
cout << "menghitung gaji pegawai jika perjam 5000" <<endl;
cout << "masukkan jumlah jam kerja : ";
cin >> jumlah_jam_kerja;
gaji = jumlah_jam_kerja * 5000;
cout << "gaji pegawai adalah : " <<gaj... | [
"noreply@github.com"
] | mukromun311810151.noreply@github.com |
b3287ec6ed77eba8adf03e5dc0f8e450572829ef | 7da51e1fb66879a668718f9c08a7e95f11341190 | /sources/openGL/camera.cpp | c67faf7009793a3977759fef5daeba16a4c05c46 | [] | no_license | fafancier/light-field-remote-vision | ab26960789decdc9ca219f96aca0ab1ac9f6946d | fd8b7befc06274e05cac36bcd7bbf7d93d6270f9 | refs/heads/master | 2021-09-02T02:26:44.673557 | 2017-12-29T18:36:48 | 2017-12-29T18:36:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,484 | cpp | #include "camera.h"
// Permet d'éviter la ré-écriture du namespace glm::
using namespace glm;
// Constructeurs et Destructeur
Camera::Camera() : m_phi(0.0), m_theta(0.0), m_orientation(), m_axeVertical(0, 0, 1), m_deplacementLateral(), m_position(), m_pointCible(), m_sensibilite(0.0), m_vitesse(0.0)
{
... | [
"gregoire.nieto@inria.fr"
] | gregoire.nieto@inria.fr |
647a727c1b4e3df56f10a0b0d33642807e67c29c | 5205378bf9fd382cbb070d9170610a8d5e4b0f7a | /src/HomeAssistant/Components/Weather.hpp | 18ebe03d680fee03fe510e8544f57b6409fc7f4f | [
"MIT"
] | permissive | RobinSinghNanda/Home-assistant-display | 65d02124f59bb078945271489152eeeba6aa7e41 | 6f59104012c0956b54d4b55e190aa89941c2c1af | refs/heads/main | 2023-01-20T00:00:43.051506 | 2020-11-24T10:39:11 | 2020-11-24T10:39:11 | 306,589,564 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,932 | hpp | #ifndef __WEATHER_H__
#define __WEATHER_H__
#include "Entity.hpp"
#include "RtcTime.hpp"
namespace HomeAssistant {
class WeatherForecast {
public:
typedef const char * Condition;
WeatherForecast();
//condition
static constexpr Condition CONDITION_CLEAR_NIGH... | [
"nanda.robin.singh@gmail.com"
] | nanda.robin.singh@gmail.com |
eb1829662bd7248015e5b6b7ee9a9dd25951bcc0 | fc0495b4d677a6e46be7bebebeaf8d9f77e211e3 | /base/dsalgo_test/sort_test.cc | 58ad978a5baab6fe0b645b7d46915be4dbdadac5 | [] | no_license | caszhang/BackendDevelopmentEnvironment | 6bb558352a11932ad0c547ed835d8ead62bef231 | e6214e28022eaef08137edd20dcc7a7fe1b0a8d7 | refs/heads/master | 2021-09-20T21:32:39.017300 | 2018-08-15T14:58:39 | 2018-08-15T14:58:39 | 15,894,112 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,343 | cc | // Author: zhangguoqiang01 <80176975@qq.com>
#include <stdlib.h>
#include <time.h>
#include "gtest/gtest.h"
#include "dsalgo/sort.h"
int32_t IntegerCompare(const void *param_one, const void *param_two)
{
int32_t *one = (int32_t*)param_one;
int32_t *two = (int32_t*)param_two;
if (*one > *two) {
ret... | [
"80176975@qq.com"
] | 80176975@qq.com |
c2d192249d11150b18000df2969d590c437110c1 | 95c5416ba31ad47ae4ade267476ba71052a253d5 | /src/dji_sdk/src/modules/dji_sdk_node_time_sync.cpp | fa267ad0d26224c37294fb5c00bedbc271f099b6 | [] | no_license | moyang602/bit_mbzirc | 87dc435088e9a45d5ba35b773a5a0f8b411b0a8f | b74aabf4c0333c1097fd0044a8d8b10ed0200012 | refs/heads/master | 2020-08-28T23:35:02.428583 | 2020-01-19T08:18:16 | 2020-01-19T08:21:14 | 217,852,656 | 7 | 7 | null | 2019-10-27T12:59:55 | 2019-10-27T12:36:15 | CMake | UTF-8 | C++ | false | false | 2,510 | cpp | /** @file dji_sdk_node_time_sync.cpp
* @version 3.8.1
* @date May, 2019
*
* @brief
* Implementation of the time sync functions of DJISDKNode
*
* @copyright 2019 DJI. All rights reserved.
*
*/
#include <dji_sdk/dji_sdk_node.h>
void DJISDKNode::NMEACallback(Vehicle* vehiclePtr,
... | [
"test@bit.edu.cn"
] | test@bit.edu.cn |
46469d59838bacca4953dce337d7d2ff2684c924 | 14eb67918b2ce484029115135ea5cf6f0454b0da | /Week4Fireworks2/src/burstParticle.cpp | c796cc46b9c2e505856f9436d3d7e19c89062e22 | [] | no_license | Amiraanne/AmiraAnne_algo2012 | eadf7fe6b20fadce5d4baec11952118b7d682514 | 2765f728f65117710b35d87c2caac0544613a231 | refs/heads/master | 2021-01-20T07:15:08.008913 | 2012-12-18T22:19:54 | 2012-12-18T22:19:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 706 | cpp | /*
* burstParticle.cpp
* emptyExample
*
* Created by Amira Pettus on 10/28/12.
*/
#include "burstParticle.h"
burstParticle::burstParticle() {
setup(0, 0, 0, 0);
damping = 0.01f;
}
void burstParticle::setup(float px, float py, float vx, float vy) {
pos.set(px, py);
vel.set(vx, vy);
}
void burstPar... | [
"renavatio.desonar@gmail.com"
] | renavatio.desonar@gmail.com |
5e7caef092d9a9394a8b626d5193ee4a326c1cab | a5cea5298c0bf3f88111b3eb9245905e11a10094 | /test/indicator/FastNonDominatedRankTest.cpp | a11b10ff2a1752de513cf48cefd4b6afd84fe46a | [
"MIT"
] | permissive | blankjul/moo-cpp | a28feb2b37aadd91cdb84b6013f480ed0f1af9a0 | df9c20e70f17b8aa4041f8442dd7d6ae9a3de093 | refs/heads/master | 2022-07-30T05:32:55.477615 | 2015-07-01T20:35:26 | 2015-07-01T20:35:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 711 | cpp | #include "IndicatorTest.h"
#include "indicator/NonDominatedRank.h"
#include "indicator/FastNonDominatedRank.h"
#include <unordered_map>
class FastNonDominatedRankTest : public IndicatorTest {
public:
moo::Population<moo::Identity> population {100};
};
TEST_F(FastNonDominatedRankTest, RankOrderTestCorrect) {
... | [
"jules89@arcor.de"
] | jules89@arcor.de |
68108298350fd665dffb7fab6b7c6e9a8460bfc0 | 97e02ecd270f47176ef8b6c5b89cfa9dd335d2a1 | /华东师范大学oj/3161. 位运算.cpp | 36d341b96c8f435e82fd6e5ec7d2a56f766af15a | [] | no_license | TechAoba/OJ-code | 61f06ce7a94cadd501457853da2f3c4932bb226e | 7e91b734bae170c4a7415984d4760740f677a26f | refs/heads/main | 2023-07-08T23:49:10.258066 | 2021-08-17T11:47:26 | 2021-08-17T11:47:26 | 300,805,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 426 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
using namespace std;
unsigned int a;
int p, len, st, en, A[32];
inline bool in(int a) {
if(a>=st && a<=en) return 1;
return 0;
}
int main()
{
cin>>a>>p>>len;
st = p-len+1, en=p;
unsigned int ans=0, quan=1, i;
for(i=0;i<32;i++) {
if(a&1) A[i] = 1;
if(in(i... | [
"Techaoba@163.com"
] | Techaoba@163.com |
1921ba49e41bb0929f12726524c8a1d59e071835 | 1008456f8b0a764978b4cbc993692b1e0526d3ce | /ActualProject/tryNumber2/GameEngine/Texture.h | 81f5ff276939d61d51d21f15488979e741704d3b | [] | no_license | orleg01/openGl | 903805ce296dcc703feb9234e378102fa1d8345d | fe8925a76cb5d63e7457e0f6e2d656e5038b51f0 | refs/heads/master | 2021-01-10T06:03:27.821080 | 2016-02-20T20:21:37 | 2016-02-20T20:21:37 | 51,646,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 777 | h |
#ifndef __TEXTURE_H
#define __TEXTURE_H
#include <assimps\assimp\material.h>
#include <glew\GL\glew.h>
#include <glfw/GLFW/glfw3.h>
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
#include <vector>
#include <soil\SOIL.h>
#include <glm\glm.hpp>
//my Headers
class Texture;
using namespace ... | [
"orleg01@gmail.com"
] | orleg01@gmail.com |
e640b2fdb233de1e7850910c1dda018485310220 | 24e53da2e930fb4876bf7d3f7edb61e7d845b4fc | /Label.h | be5dce4b3740b168a2c87789b97c34095d0160b3 | [] | no_license | nickcuenca/GUI-Project | 631bc5faaa052d6825f36cdf0968cac2504772c8 | 841feb6fb52b46068c29fcf31ced2d98a57d0264 | refs/heads/master | 2023-05-19T19:46:41.119431 | 2021-06-06T05:58:20 | 2021-06-06T05:58:20 | 363,311,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 442 | h | //
// Created by Nicolas Cuenca on 4/9/2021.
//
#ifndef PROJECT_LABEL_H
#define PROJECT_LABEL_H
#include "SFML/Graphics.hpp"
class Label : public sf::Drawable {
private:
sf::Text text;
sf::Font font;
std::string labelInstruction = "Enter your information:\n";
public:
Label();
virtual void draw(sf:... | [
"Nicolascuenca123@gmail.com"
] | Nicolascuenca123@gmail.com |
4f05f0916c3b570e0481b3463c275bee4b4fea74 | d4386cdd1bf16a903b8e4dfc3484eb19eef80b5c | /VEXU2018-2019/VEX Code Snippits/Drive Backward.cpp | 15f05d19dde2b82f6ee0c0350f935cb9c475c1ef | [] | no_license | TheRevilo2018/VEX-Robotics-SDSMT | 1535b21b77ba35493ee7b9c1d22ae23ae173b150 | b80a2ef00a2c4cf76301b81ce3ee3b3ec48db54f | refs/heads/master | 2023-08-15T07:34:05.839114 | 2021-09-27T04:18:15 | 2021-09-27T04:18:15 | 109,911,898 | 1 | 0 | null | 2021-05-24T19:59:30 | 2017-11-08T01:30:23 | C++ | UTF-8 | C++ | false | false | 1,850 | cpp | #include "robot-config.h"
/*+++++++++++++++++++++++++++++++++++++++++++++| Notes |++++++++++++++++++++++++++++++++++++++++++++++
Drive Backward
This program instructs your robot to move backward at half power for three seconds.
There is a two second pause at the beginning of the program.
Robot Configuration:
[Smart Po... | [
"matthew.reff@mines.sdsmt.edu"
] | matthew.reff@mines.sdsmt.edu |
49aee9798e21ff9fe00112d3b89e8952cac40e68 | 9028d5e85e3321869e94c3accf24bf67e0e07ee0 | /Tasks/task_20.cpp | e73c1eb837ff011bccd2553ad9289a937c975fcd | [] | no_license | pukala2/old_stuff | 525dc8b3601df9141cbcfe215c2e9971e6fef3ed | 2e45b8465b900b00c3781e716686c5df665f06d2 | refs/heads/master | 2020-03-24T08:11:37.674093 | 2018-07-27T14:50:55 | 2018-07-27T14:50:55 | 142,587,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | cpp | #include <iostream>
template <class T>
void foo(T value)
{
static int counter;
++counter;
std::cout << counter << std::endl;
}
int main()
{
foo(4);
foo(5);
foo(5.5);
return 0;
}
| [
"przemyslaw.pukala@gmail.com"
] | przemyslaw.pukala@gmail.com |
4ae435cfd7434b8bb62f2477560b8974f32a083b | b43817bfaa62b9dc26b3b312b117c89021116586 | /src/SARibbonBar/SARibbonGalleryItem.cpp | d43d720ef3130e30ce31b7862400f92b889363f9 | [
"MIT"
] | permissive | PrimUV/SARibbon | 75f701f60d5915b68da9b90221333941f09b93fe | 2609a96c8a8e56600af663aaaf57e3c736bbf246 | refs/heads/master | 2023-06-25T22:57:30.153197 | 2021-07-21T15:08:18 | 2021-07-21T15:08:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,236 | cpp | #include "SARibbonGalleryItem.h"
#include "SARibbonGalleryGroup.h"
SARibbonGalleryItem::SARibbonGalleryItem()
: m_flsgs(Qt::ItemIsEnabled|Qt::ItemIsSelectable)
, m_action(nullptr)
{
}
SARibbonGalleryItem::SARibbonGalleryItem(const QIcon& icon)
: m_flsgs(Qt::ItemIsEnabled|Qt::ItemIsSelectabl... | [
"czy.t@163.com"
] | czy.t@163.com |
d4899bb86e24dafe7b95252961c7ba0b3068cb0b | 08cde2396e1c6e2fc3de721570948a72cd9fa632 | /Subdivision/_3DStructure.h | 206f9f2f5c1ca747dd8e0d15d2e2b45df3bbb0d6 | [] | no_license | Gchenyu/3D_modeling | 65b59e39f17707d7fe721ca0f37dcdc94c95114c | 1f051a4d78542bac0864b9f406a8c7477613b005 | refs/heads/master | 2020-05-30T05:30:07.761781 | 2019-05-31T09:43:11 | 2019-05-31T09:43:11 | 189,561,996 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 2,043 | h | #pragma once
#ifndef _3DStructure_H_
#define _3DStructure_H_
/**************************总依赖*********************************/
//_3DStructure.h的依赖
#include <cmath>
#include <assert.h>
#include<iostream>
//Display.h的依赖
#include <GL/glut.h>
#include<GL/glu.h>
#include <stdio.h>
#include <windows.h>
//M... | [
"41496394+Gchenyu@users.noreply.github.com"
] | 41496394+Gchenyu@users.noreply.github.com |
83182affc4ade104e1e7f782f19a3899e92da01f | fd1ebd6643638503b3de0d61886295e0000a50f2 | /Arduino/libraries/USBHost/src/adk.cpp | 3d5602d312bfce31b96cd2f3981c5b788895e534 | [
"Apache-2.0",
"LGPL-2.1-or-later"
] | permissive | zwartepoester/sheldon | 20683aabe70a9d49fa17c78c83f8bca17a0e0252 | 7001551b65cd5b595a0a93e58528198d3d1e5553 | refs/heads/master | 2020-03-27T06:31:10.055745 | 2018-08-25T16:52:55 | 2018-08-25T16:52:55 | 146,112,676 | 0 | 0 | Apache-2.0 | 2018-08-25T16:45:46 | 2018-08-25T16:45:46 | null | UTF-8 | C++ | false | false | 10,233 | cpp | /* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.
This software may be distributed and modified under the terms of the GNU
General Public License version 2 (GPL2) as published by the Free Software
Foundation and appearing in the file GPL2.TXT included in the packaging of
this file. Please note that GPL... | [
"dave.shinsel@gmail.com"
] | dave.shinsel@gmail.com |
54b0a06093fd6f6a5f78507f2238bb2a8540612d | f1f230510bfc867c43f8563f33d3a756dd162b45 | /lib/GFX_Library_for_Arduino/src/display/Arduino_ILI9341.cpp | 09b5c29b5ed2af4e166133d00f3e0d185f6fa303 | [] | no_license | Tinyu-Zhao/roundDisplay | 60bae3b54416ae1cf5a600882b98bbd17bdc3dd0 | 84ced7b6cffbf624d86c97cea30776baf2362d37 | refs/heads/master | 2023-08-23T18:03:59.864231 | 2021-09-16T13:01:47 | 2021-09-16T13:01:47 | 399,998,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,630 | cpp | /*
* start rewrite from:
* https://github.com/adafruit/Adafruit-GFX-Library.git
* https://github.com/adafruit/Adafruit_ILI9341.git
*/
#include "Arduino_ILI9341.h"
Arduino_ILI9341::Arduino_ILI9341(Arduino_DataBus *bus, int8_t rst, uint8_t r)
: Arduino_TFT(bus, rst, r, false, ILI9341_TFTWIDTH, ILI9341_TF... | [
"Tinyu.Zhao@gmail.com"
] | Tinyu.Zhao@gmail.com |
b614a3816b71b2872a3b16eaaa5a932ad1a597b9 | f68c1a09ade5d969f3973246747466e4a540ff74 | /src/prod/src/Management/DnsService/include/INetIoManager.h | e8405887b0c630b30ec42f667dabdfbf74caf268 | [
"MIT"
] | permissive | GitTorre/service-fabric | ab38752d4cc7c8f2ee03553372c0f3e05911ff67 | 88da19dc5ea8edfe1c9abebe25a5c5079995db63 | refs/heads/master | 2021-04-09T10:57:45.678751 | 2018-08-20T19:17:28 | 2018-08-20T19:17:28 | 125,401,516 | 0 | 0 | MIT | 2018-03-15T17:13:53 | 2018-03-15T17:13:52 | null | UTF-8 | C++ | false | false | 3,576 | h | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
#include "IDnsTra... | [
"noreply-sfteam@microsoft.com"
] | noreply-sfteam@microsoft.com |
e09b12f37fb2e476acc9582eb74e525f6831f328 | 15a5465e10831bbad713827d08eec2f34dd272c3 | /source/Objeto.cpp | b986dd7f9374b2fcd28c4bccc21ae27205133b54 | [
"MIT"
] | permissive | JoaoPedroAssis/Jankenpo | 7e1b5d67580795df46d1ee30edc6612bbfd2fc41 | 86e35dbb7d48c3015abe4efcebd3009aa482d0e1 | refs/heads/master | 2020-04-11T16:10:51.053933 | 2018-12-15T21:42:24 | 2018-12-15T21:42:24 | 161,914,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 957 | cpp | // Copyright 2018 João Pedro Assis
#include "../include/Objeto.h"
Objeto::Objeto(int X, int Y) {
srcRect = new SDL_Rect;
destRect = new SDL_Rect;
pos_X = X;
pos_Y = Y;
srcRect->x = 0;
srcRect->y = 0;
}
int Objeto::get_x() {
return pos_X;
}
int Objeto::get_y() {
return pos_Y;
}
void O... | [
"joapedroassisdossantos@gmail.com"
] | joapedroassisdossantos@gmail.com |
b7ad2199f6495064c887bbcb320d0dd2c879c8e3 | 1d7bea41cf1982b6d5909385cb7ef19e0a7b5aaa | /code/pixel_parser.cpp | 0333035a41cfb8bae1877972d2a869ffccf3f2ed | [
"MIT"
] | permissive | DonutLaser/laser-pixel | d7be88656c0f851b1a37b9ef14e05d34019ced8d | 3f7762c8a748b50fe218b9763972d46795047738 | refs/heads/master | 2020-04-18T19:42:28.568008 | 2019-02-24T14:08:18 | 2019-02-24T14:08:18 | 167,718,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,743 | cpp | #include "pixel_parser.h"
#include "../third_party/gui_string_buffer.h"
#include "../third_party/gui_utility.h"
#define SYMBOL_LEFT_BRACKET '['
#define SYMBOL_RIGHT_BRACKET ']'
#define SYMBOL_FRAME_END '-'
static bool is_whitespace (char c) {
return c == '\n' || c == '\t' || c == '\r' || c == ' ';
}
static vo... | [
"vidmantas.luneckas@gmail.com"
] | vidmantas.luneckas@gmail.com |
d7698fc8fbf51d7438c44271fb1e909fe1fe2b54 | 1e229c70a50309e6082abe7266eb53d6021d6433 | /include/shiokaze/array/macarray_extrapolator3.h | 0a27c75198b95d3f854720a0162da74d988d67e6 | [] | no_license | ryichando/shiokaze | e3d8a688c25a5aabb4eac6576bcc4510436d181d | 62e25b38882a1676c4a84181aa8eedaf716a0d0e | refs/heads/master | 2022-06-21T04:10:44.898687 | 2022-06-13T11:04:55 | 2022-06-13T11:04:55 | 149,598,476 | 57 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,076 | h | /*
** macarray_extrapolator3.h
**
** This is part of Shiokaze, a research-oriented fluid solver for computer graphics.
** Created by Ryoichi Ando <rand@nii.ac.jp> on Feb 14, 2018.
**
** Permission is hereby granted, free of charge, to any person obtaining a copy of
** this software and associated documentation files (t... | [
"rand@nii.ac.jp"
] | rand@nii.ac.jp |
15d8625ced8955c8ce1a2f2bad71fb77f4c9eec0 | bcecb8afcad65531b2544cc910e8647bbaa4d0f3 | /OpenGLTemplate/HeightMapTerrain.cpp | cd376dbf274997b6096eb8a9ee7d183a7f0c9a43 | [
"Apache-2.0"
] | permissive | ferenc-schultesz/3DRacerGame | 924913f3619f2a7297bc668ecb6151fb5e2d41cb | 34784f0dbdbade13fe4f6b00f5d1327aabaa1ef2 | refs/heads/master | 2020-04-12T03:44:36.693446 | 2018-12-18T11:13:50 | 2018-12-18T11:13:50 | 162,275,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,008 | cpp | #include "HeightMapTerrain.h"
#pragma comment(lib, "lib/FreeImage.lib")
CHeightMapTerrain::CHeightMapTerrain()
{
m_dib = NULL;
}
CHeightMapTerrain::~CHeightMapTerrain()
{
delete [] m_heightMap;
}
// Convert a point from image (pixel) coordinates to world coordinates
glm::vec3 CHeightMapTerrain::ImageToWorldCoordi... | [
"ferenc.schultesz@gmail.com"
] | ferenc.schultesz@gmail.com |
5d4cebc7a63f975477af920a4319ba41facf16fb | 89a8387418064c0523a8fffb5535086f2a2882e9 | /lhop_v1/src/utils/zlib_compress.h | 3229019397630c8cbb39d21c351860507ff4cf58 | [] | no_license | pacman-project/LHOP | 5704cdd8577537fb3135c18404d1e3c5a77c7caa | 9a82fddc5befaade28ba1cdfc8567092cd318cad | refs/heads/master | 2021-03-30T17:51:01.994612 | 2014-05-20T22:53:11 | 2014-05-20T22:53:11 | 11,122,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,901 | h |
#ifndef _ZLIB_COMPRESS_H_
#define _ZLIB_COMPRESS_H_
#include <string>
#include <iostream>
#if defined WIN32 | defined WIN64
#include <typeinfo.h>
#else
#include <typeinfo>
#endif
#include <zlib.h>
using namespace std;
// zlib (de)compression class
////////////////////////////////////////////////... | [
"meteozay@gmail.com"
] | meteozay@gmail.com |
c533fd7a56cb4c429ae534a92c1146048d748a3e | 2dc10608952230c5ab29bd226cc9ead57c5b8705 | /red-ball-core/src/main/c++/red_ball/core/actions/Sequence.hpp | fefa9850747968f7c0ccfcbc30be0f2cfea46ce4 | [] | no_license | mikosz/red-ball | a6fadf915dab59ede658a0cacfcff1f00b7dca87 | e5ac6a993a153242f00473089176b1806b97668c | refs/heads/master | 2020-05-04T22:27:56.529294 | 2013-02-13T23:01:48 | 2013-02-13T23:01:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 514 | hpp | #ifndef RED_BALL_CORE_ACTIONS_SEQUENCE_HPP_
#define RED_BALL_CORE_ACTIONS_SEQUENCE_HPP_
#include <queue>
#include "Action.hpp"
namespace red_ball {
namespace core {
namespace actions {
class Sequence : public Action {
public:
bool act(utils::Timer::Seconds* timeLeft);
void enqueue(ActionPtr action);
priv... | [
"mikoszrrr@gmail.com"
] | mikoszrrr@gmail.com |
0eeeb271b04a250691194a60d6c2b72423852fd1 | 04c2279e671dc86a84124229e5c6b00152fa7097 | /include/vsg/state/ShaderModule.h | af733e5d31d1653a5ef7e7fb39d6a6cca9e43351 | [
"MIT"
] | permissive | wadivision/VulkanSceneGraph | d85be0519376e5040ee26e5cc5972eb60c433d22 | 62756591b549bed2f006880b67688ce9970728df | refs/heads/master | 2022-05-13T04:48:58.213344 | 2022-05-07T11:38:57 | 2022-05-07T11:38:57 | 248,476,009 | 0 | 0 | MIT | 2020-03-19T10:39:20 | 2020-03-19T10:39:19 | null | UTF-8 | C++ | false | false | 4,884 | h | #pragma once
/* <editor-fold desc="MIT License">
Copyright(c) 2018 Robert Osfield
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to ... | [
"robert@openscenegraph.com"
] | robert@openscenegraph.com |
67231726f0ca7fbed954f90b8d0b77be4dba0dcd | 6c77fbfaffc6203e709db11cfb92c27c8fcc3169 | /Plugins/GOAPer/Source/GOAPer/Private/FSM/DoActionState.cpp | e2e0bba0fddcb52f091b75e3f75cc79b46e4561d | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | cthulhurlyeh/GOAPer | d02b375c95ca3bc52a8ded8a7f6c10ce003ebb15 | 9d6323357e391db2a481ee91bc027d5402f63727 | refs/heads/master | 2021-01-21T06:24:06.414993 | 2017-02-24T08:22:40 | 2017-02-24T08:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cpp | #include "GOAPer.h"
#include "DoActionState.h"
#include "IdleState.h"
#include "GOAPAction.h"
#include "GOAPAIController.h"
DoActionState::DoActionState()
{
eState = EGOAPFSMState::DoAction;
}
DoActionState::~DoActionState()
{
}
TSharedPtr<GOAPFSMState> DoActionState::Tick(AGOAPAIController& controller, float Delt... | [
"chrisashworth@appzeit.com"
] | chrisashworth@appzeit.com |
3f3db046f18c3d6c860f4c708e4280011c5228cd | 63bd5d5d6597b0057e4401a7235b4065b7f8bbb2 | /hash_code.cpp | 764d80f46e3435a83f30d7116f0791d63f9fda64 | [] | no_license | laksh-ayy/hash_code | 22cb720818ed173827ad7033d21c4eb83b2fce7e | e34f420f8faa439abc5d2814b7f7a60cfb88e2b3 | refs/heads/master | 2021-01-08T07:52:37.939594 | 2020-02-20T19:28:55 | 2020-02-20T19:28:55 | 241,962,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | cpp | #include<iostream>
using namespace std;
int main(){
int totalbooks, totallibraries, deadline;
cin>>totalbooks>>totallibraries>>deadline;
int score[totalbooks];
for(int i=0; i<totalbooks; i++){
cin>>score[i];
}
int sign[totallibraries], books[totallibraries], scan[totallibraries], listofb... | [
"36309535+laksh-ayy@users.noreply.github.com"
] | 36309535+laksh-ayy@users.noreply.github.com |
4f4e7b6f84b171048b507578d38981ead14bd5dd | c14500adc5ce57e216123138e8ab55c3e9310953 | /Geo/MVertexRTree.h | eec986c5561a85aa2c5f0b4abf742d6fe7722b93 | [
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.0-or-later",
"LicenseRef-scancode-generic-exception",
"GPL-1.0-or-later",
"LicenseRef-scancode-proprietary-license",
"GPL-2.0-only",
"GPL-2.0-or-later",
"LicenseRef-scancode-other-copyleft",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ResonanceGroup/GMSH304 | 8c8937ed3839c9c85ab31c7dd2a37568478dc08e | a07a210131ee7db8c0ea5e22386270ceab44a816 | refs/heads/master | 2020-03-14T23:58:48.751856 | 2018-05-02T13:51:09 | 2018-05-02T13:51:09 | 131,857,142 | 0 | 1 | MIT | 2018-05-02T13:51:10 | 2018-05-02T13:47:05 | null | UTF-8 | C++ | false | false | 2,081 | h | // Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@onelab.info>.
#ifndef _MVERTEX_RTREE_
#define _MVERTEX_RTREE_
#include <vector>
#include "GmshMessage.h"
#include "MVertex.h"
#in... | [
"=phillipmobley2@gmail.com"
] | =phillipmobley2@gmail.com |
53d6e44b65d9a7e76462f134be93f8bcaa66039a | 63c386bad8878612dafaad6ba63845b62959c70f | /Important_Practice_Problems/Dynamic_Programming/Unique_Paths.cpp | 4b16ff014afe30e8dda7f490cace6a46e169010f | [] | no_license | himankurgoyal/DSA-Algo | 15488d82b3d7cf6f5eab2a2dfb790204f80a88fb | 53da7c546c93e27fb9373b885a513683c0aa7975 | refs/heads/master | 2022-11-23T19:12:57.104127 | 2020-07-17T21:38:57 | 2020-07-17T21:38:57 | 279,695,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | //2D DP
//UNIQUE PATHS
#include<bits/stdc++.h>
using namespace std;
int uniquePaths(int m,int n)
{
int dp[n]={0};
dp[0]=1;
for(int i=0;i<m;i++)
{
for(int j=1;j<n;j++)
dp[j]=dp[j]+dp[j-1];
}
return dp[n-1];
}
int main()
{
int m,n;
cin>>m>>n;
cout<<uniquePaths(m,n);
}
//TC: O(mn)
//... | [
"noreply@github.com"
] | himankurgoyal.noreply@github.com |
fdb1884bd23778e9d98291159518eaa13605f5cb | 64ce9d40c49d9008ef660c2f9d1671be140a5005 | /d04/ex04/MiningBarge.cpp | 60eb635bc1c862a47c5ed5672414d28934520ed4 | [] | no_license | fmallaba/cpp | 33b4ac79a9800ab1e1c7fc24dd258b86b1468f69 | 79674e3b6e09b5b83952a71ff3d0590dd6d72108 | refs/heads/master | 2021-04-09T14:40:29.060979 | 2018-04-09T17:04:24 | 2018-04-09T17:04:24 | 125,549,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | cpp | #include "MiningBarge.hpp"
MiningBarge::MiningBarge(void)
{
this->_count = 0;
return;
}
MiningBarge::~MiningBarge(void)
{
for (int i = 0; i < this->_count; ++i)
{
delete this->_lasers[i];
}
}
void MiningBarge::equip(IMiningLaser* laser)
{
if (this->_count < 4)
{
this->_lasers[this->_count] = laser;
this... | [
"bomcrimea@gmail.com"
] | bomcrimea@gmail.com |
5d79276ec9e2f8d82173d0a5839f879366a9c865 | 62bf91e6efbc8762c6ff0097486e1d2a7836def7 | /Algorithms/Search/MissingNumbers.cpp | db391f43a369afe80dc260560fa6bfb17cbd2edc | [] | no_license | Fidanrlee/Hackerrank-solutions | 1d7618c565125aff22a470fa3976f30bb8537eb8 | 91c7d3e1831fc296f2e68e2fa5eca6b8f1b5fd7c | refs/heads/master | 2021-02-07T10:09:24.978660 | 2020-07-08T11:06:16 | 2020-07-08T11:06:16 | 244,012,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,656 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int main() {
int t,d,a;
cin>>t;
vector <long long int> v1;
for(int i=0;i<t;i++){
cin>>a;
v1.push_back(a);
}
cin>>d;
vector <long long int> v2;
fo... | [
"fidan.nonnnn5@gmail.com"
] | fidan.nonnnn5@gmail.com |
bc3b1e461882f9c56ad1f42bb5467f1a556ce1a6 | 83a32a0e5c512ae18ccc02d8a08e83aceddd64b7 | /p106/p106/p106.cpp | c55b942faa9079c492953600343fb892a899961f | [] | no_license | daelong/C | de2f50f6f1c3a589dcc0b02b14a9232555574bee | 6e843a7f9978b00eb5dd9696847119bd48847086 | refs/heads/master | 2020-05-02T03:18:12.245668 | 2019-03-26T06:14:22 | 2019-03-26T06:14:22 | 177,725,032 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 199 | cpp | #include <stdio.h>
int main(void)
{
double rad;
double area;
printf("원의 반지름 입력: ");
scanf("%f", &rad);
area = rad*rad*3.1415;
printf("원의 넓이: %f \n", area);
return 0;
} | [
"dleogus0569@naver.com"
] | dleogus0569@naver.com |
caba1f9f09de3ef4f51ffa1ba8e7280035d35b69 | 6082cf44a42dd62f8bb7a9463afcaae5a454b168 | /ShapingFiltering/tupleordering_4.h | 6b5220910bafb2216a3a208a601bb64f4542e583 | [] | no_license | bnaegel/component-graph | 35462bf77f1e415bf48da139b696564d4c1e2fff | d67b6189b23f5167fe618dcbc03b7bc5af7999df | refs/heads/master | 2021-01-18T13:09:41.930850 | 2018-10-30T20:38:01 | 2018-10-30T20:38:01 | 38,564,034 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,338 | h | //Copyright (C) 2018, Benoît Naegel <b.naegel@unistra.fr>
//This program is free software: you can use, modify and/or
//redistribute it under the terms of the GNU General Public
//License as published by the Free Software Foundation, either
//version 3 of the License, or (at your option) any later
//version. You should... | [
"noreply@github.com"
] | bnaegel.noreply@github.com |
bcee8f01116a69aedcc9abb37efafd24f069be90 | 197381ad9ce2e3b224d9c40882da6e56b301f180 | /Others/snake and ladder.cpp | 19f2faad0819c7427eae329cfed9e072dce3d288 | [] | no_license | dalalsunil1986/OnlineJudge-Solution | c68ec45acf276478d1fa56dc7bede987bdc224a4 | fb2309c9c90b27dab02bec9d87e0de0a3359c128 | refs/heads/master | 2023-07-16T04:20:55.255485 | 2021-08-28T17:58:22 | 2021-08-28T17:58:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,720 | cpp | #include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include <windows.h>
int board[10] = {2,2,2,2,2,2,2,2,2,2};
int turn = 1,flag = 0;
int player,comp;
void menu();
void go(int n);
void start_game();
void check_draw();
void draw_board();
void player_first();
void put_X_O(char ch,int pos);
COORD coord= {0,0}; // th... | [
"sajeebsrs@gmail.com"
] | sajeebsrs@gmail.com |
132440c415d84d2b2f94c65ebd11f3d26199d67d | 309975d60e30260f2e02d11e71eaaf6e08b93659 | /Modules/TArc/Sources/TArc/WindowSubSystem/Private/QtEvents.h | 16fa6e815f32236a7a660dcb2d817cd6ed46d6e0 | [] | permissive | BlitzModder/dava.engine | e83b038a9d24b37c00b095e83ffdfd8cd497823c | 0c7a16e627fc0d12309250d6e5e207333b35361e | refs/heads/development | 2023-03-15T12:30:32.342501 | 2018-02-19T11:09:02 | 2018-02-19T11:09:02 | 122,161,150 | 4 | 3 | BSD-3-Clause | 2018-02-20T06:00:07 | 2018-02-20T06:00:07 | null | UTF-8 | C++ | false | false | 601 | h | #pragma once
#include "TArc/WindowSubSystem/QtTArcEvents.h"
#include <QEvent>
namespace DAVA
{
class QtOverlayWidgetVisibilityChange : public QEvent
{
public:
QtOverlayWidgetVisibilityChange(bool isVisible_);
bool IsVisible() const;
private:
bool isVisible = false;
};
inline QtOverlayWidgetVisibilityCh... | [
"m_molokovskih@wargaming.net"
] | m_molokovskih@wargaming.net |
072877e0e9a75c9d7e844307caf9fd95453f0f2d | 0d249254f0939f7f69a801b1656eed548af0f590 | /PlatformerGame/src/Effect.cpp | a29bf89179d9e38b403738fb471ddae340a79314 | [] | no_license | tuomok1010/OpenGL_Game_Project | 83b2c0500e037a36eee8930fcdd7c04e515612d6 | e2e91f2e45e3a73f67d8c25b14b9acd693854128 | refs/heads/master | 2021-10-11T15:59:33.179871 | 2021-09-30T09:21:50 | 2021-09-30T09:21:50 | 225,724,893 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cpp | #include "Effect.h"
Effect::Effect()
{
}
Effect::Effect(const Effect& src)
:
textureOffset(src.textureOffset),
textureScale(src.textureScale),
texIterator(src.texIterator),
position(src.position),
size(src.size),
color(src.color),
rotation(src.rotation),
shouldStop(src.shouldStop)
{
for (unsigned int i = 0... | [
"acrisius01@gmail.com"
] | acrisius01@gmail.com |
59b29cbaa39e48ab4825436ae71dd3fef0976d9a | 63ea75c1cd144db8434e7b84ab5b3d1baa986ac7 | /run/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/controlDict | 33e425ab6d1d660c2d95a64cc219235d6c1f6b3a | [] | no_license | houkensjtu/interFOAM | 86a3f88891db4d47eb6ac033515b51bf2a63e069 | 8040064d075718d4259a207a30c216974bf8a8af | refs/heads/master | 2016-09-06T15:02:08.625024 | 2013-03-11T12:40:10 | 2013-03-11T12:40:10 | 8,702,790 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,042 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.x |
... | [
"houkensjtu@gmail.com"
] | houkensjtu@gmail.com | |
6fdb8ca60ec5a023eae2dc18454c03e55c84b904 | 0345f0058ba2294fa29a886194df79d4f0c9c894 | /p7/IndentStream.h | 8ef70cce8b69a8e39f862f713767d7c26f7cd72f | [] | no_license | atomek88/cpp-metaprogramming | 0d90e28a4590c6ff0bc7b150d2296db36df832a8 | 8bd149ad0fd12510bfd9b0a234a963b24072c464 | refs/heads/master | 2020-04-14T14:14:32.346915 | 2019-01-09T18:06:29 | 2019-01-09T18:06:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | h | #ifndef INDENT_STREAM_H
# define INDENT_STREAM_H
// Created by Tomasz Michalik on 5/12/18.
#include <streambuf>
#include <iostream>
#include <fstream>
using std::ostream;
using std::streambuf;
namespace cspp51044 {
using std::ostream;
using std::streambuf;
using std::cout;
using std::cin;
using std::endl;
class Inden... | [
"michalik@cs.uchicago.edu"
] | michalik@cs.uchicago.edu |
566958ccff26914941edf68f656dfe65f9b4a9c3 | 5ef9a73d2a3c4fb36d54dd0f60e141e2d44f10d6 | /samples/Projects/Shooter - Test/Source/Shooter/Test/IsolatedComponent0694.h | de5002410227a19e20713ca295cb04d48dfb3d09 | [] | no_license | djbhsys/UE4 | 1d822fcc96b7bb14d96d6d0ee53c82d27d8d6347 | 5eb798e6084a5436c476170d65ffb218bf0bba33 | refs/heads/master | 2023-07-18T04:44:20.430929 | 2021-08-22T12:43:10 | 2021-08-22T12:43:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | h |
#pragma once
#include "Components/ActorComponent.h"
#include "IsolatedComponent0694.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class UIsolatedComponent0694 : public UActorComponent
{
GENERATED_BODY()
public:
UIsolatedComponent0694();
protected:
virtual void BeginPlay() overri... | [
"the.prompt@gmail.com"
] | the.prompt@gmail.com |
bd19e3906f479fe0023edc16d434810526e5c753 | ccc4de8d95eeba1eac0151ebca3f234ff6801f50 | /InimigoHorneetle.cpp | f26175872e6f7de30e38864e55339c1c99a5a8ce | [] | no_license | luiz734/Jogo-VS | 9b9962693f0e07de21db42bc240665f69be9f053 | f43feca6a5db0e2044eeea7eda976a6f89d6e2a9 | refs/heads/master | 2020-07-18T00:55:56.468807 | 2019-09-03T17:42:42 | 2019-09-03T17:42:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,020 | cpp | #include "InimigoHorneetle.h"
using namespace Personagens;
InimigoHorneetle::InimigoHorneetle(int posX, int posY)
{
setTamX(100*2);
setTamY(100*2);
setPosX(posX*48);
setPosY(posY*48);
setGravidade(3.0);
setInercia(5.0);
setForcaPulo(30.0);
setVelMax(25.0);
setMaxPulo(1);
valo... | [
"mateusmat@hotmail.com"
] | mateusmat@hotmail.com |
e6aa5d7ba70e290d34ce61d3040d591a13bf6358 | 399b5e377fdd741fe6e7b845b70491b9ce2cccfd | /LLVM_src/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/types.pass.cpp | 755916f653c5a2a75557abdf698165d87b6dede1 | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0"
] | permissive | zslwyuan/LLVM-9-for-Light-HLS | 6ebdd03769c6b55e5eec923cb89e4a8efc7dc9ab | ec6973122a0e65d963356e0fb2bff7488150087c | refs/heads/master | 2021-06-30T20:12:46.289053 | 2020-12-07T07:52:19 | 2020-12-07T07:52:19 | 203,967,206 | 1 | 3 | null | 2019-10-29T14:45:36 | 2019-08-23T09:25:42 | C++ | UTF-8 | C++ | false | false | 591 | cpp | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"tliang@connect.ust.hk"
] | tliang@connect.ust.hk |
8b7f432a60cf6086720803d94d1a0d21c0eadbb3 | 752a01cd9a431bfe1abe4ebb03fd8619e4efdad1 | /BlueLight.ino | 98a7e7e1f3a8b3623b9bbd2218a7841d383b07ed | [] | no_license | smargonz/arduino-bluetooth | 6dd2d1efb0c8ec6297f13753c60241128d8aa6e2 | 428a0ac45540213d364abe3d7ed5f21605e3847f | refs/heads/master | 2021-01-18T17:17:25.767270 | 2012-06-19T00:20:21 | 2012-06-19T00:20:21 | 4,687,805 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,115 | ino | //=============================//
// BLUELIGHT v1 //
// Arduino+Android+BT //
// //
// Authors: //
// dpeter (GH: sarenji) //
// smargonz //
//=============================//
#include <Servo.h>
#define LED 3
#define serv... | [
"smar.gonz@gmail.com"
] | smar.gonz@gmail.com |
265d300c1526a7c6281e2ab694c45e6ada079797 | ece5f0f44b4f91d09af81d74c232852919488cf8 | /2021/CAMP_1/Function_Recursion/Sport.cpp | 67f6973f4a5d5f9f7ace25878b71a90ba4b5ea09 | [] | no_license | Phatteronyyz/POSN | 57020f27065fe106d49be8b6f89248da0ccd21e9 | 3c6fa467377d367104476208801993697a15bd4d | refs/heads/main | 2023-04-30T03:42:57.386892 | 2021-05-16T13:23:57 | 2021-05-16T13:23:57 | 351,687,620 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 432 | cpp | #include<bits/stdc++.h>
using namespace std;
int k,w,l,a[10000000];
void sport(int w,int l,int st){
if(w==k||l==k){
for(int i=0;i<st;i++){
if(a[i]==1) printf("W ");
else printf("L ");
}
printf("\n");
return ;
}
a[st]=1;
sport(w+1,l,st+1);
a[st]... | [
"pattarawat123.k@gmail.com"
] | pattarawat123.k@gmail.com |
2fe1d83c342c5c3c8099ac7cf3db80dbb81ccf3e | 309dc16deb27ca09f20e6d15ba2b7e51771da0d5 | /Plugins/MixedReality-UXTools-Unreal-public-0.11.x/UXToolsGame/Source/UXToolsTests/Tests/Tooltip.spec.cpp | 696c2f25a27ac5bbbaa82d22126509593be6ae19 | [
"MIT"
] | permissive | Hengle/TARGeM_Hololens2 | d21cd7798d018fc5f3a786ab41db3774c33059fe | 860fce1653b0d6fed6ac7cfc8125d7beb11a7a09 | refs/heads/master | 2023-03-29T21:32:55.072704 | 2021-03-29T17:48:28 | 2021-03-29T17:48:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,657 | cpp | // Copyright (c) 2020 Microsoft Corporation.
// Licensed under the MIT License.
#include "AutomationBlueprintFunctionLibrary.h"
#include "Engine.h"
#include "EngineUtils.h"
#include "FrameQueue.h"
#include "UxtTestHandTracker.h"
#include "UxtTestUtils.h"
#include "Blueprint/UserWidget.h"
#include "Components/SplineMe... | [
"65578749+nabuhant@users.noreply.github.com"
] | 65578749+nabuhant@users.noreply.github.com |
e89bba1ce9a2f93314039f0769522c2fa87c4aae | d85fe3cb534847e61a62dc358ad4e0ad938f00fc | /head4.h | 17ffad96ec61f0af45bda7b4552742ff323c8a93 | [] | no_license | utkarshsimha/partitions-generator | ba2ae8a21424ed6e12984665a3cd178c079a1eaf | b98d71423a366bbda0fe0fef760b01a42d75823f | refs/heads/master | 2020-05-29T13:09:07.193893 | 2014-10-23T07:49:21 | 2014-10-23T07:49:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 603 | h | #include<iostream>
//#include<set>
//#include<ctime>
//#include<vector>
//#include<stdlib.h>
//#include<iomanip>
//#include<climits>
//#include<memory>
using namespace std;
class List;
int num;
int dim;
int * p[100000];
int res[100];
int * possible[100000];
long double sum[100];
int *a;
int *d;
//vector<int*> possibleN... | [
"utkarshsimha@gmail.com"
] | utkarshsimha@gmail.com |
c9afa94560a170fa8f20e05a53ee4281b7e59f9b | 6419ef380609e7ae46616caedf68293895823f8f | /qml/flightreservation.cpp | bedd765359b8a08a254a52d12e7d024900d9778a | [] | no_license | zero804/kapa | 99db9d29d28d87ced0519fa329b27e194e8400a5 | 47e09edbd306d0d0029fc38c21c00751a84b3ef0 | refs/heads/master | 2021-05-29T00:46:54.464139 | 2015-06-11T01:42:23 | 2015-06-11T01:42:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,150 | cpp | /*
* Copyright (C) 2015 Vishesh Handa <vhanda@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 the License, or (at your option) any later version.... | [
"me@vhanda.in"
] | me@vhanda.in |
615797472ac94cad0dd4512022c974de042d79c5 | 32651e320276866ea0bf7acd8459fb079b2c8850 | /build/ALBuild/PODOLAN/moc_PODOServer.cpp | 30d9876b35c0bc2e4d3b27fe2dc74451f6b12b18 | [] | no_license | YuuuJin/PODO_gogo | bb1e22d5c08b98ab0d988eb8ded76a4a4bb3c92d | 00178e7ba6976e622c45e8344ce95c2e8fab172d | refs/heads/master | 2020-12-03T22:51:34.989881 | 2020-01-03T04:29:36 | 2020-01-03T04:29:36 | 231,511,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,522 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'PODOServer.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"ml634@kaist.ac.kr"
] | ml634@kaist.ac.kr |
745277f9023fa383193c255c284ae687f29c2335 | 8b43d4a7359f4d5e5290cc9ebf6629542a64b753 | /InterpreterUnitTest/branch.cpp | 55df6b5f538d195b0df89699e34704fdf5c54ce8 | [] | no_license | orklann/switch-emu-pub | 68f4006255fc0d0bc8e383e40ff8a6d8882991ed | 475a771e551134c1c97c4ddd499ea9e28ea2f43b | refs/heads/master | 2021-12-27T20:25:38.992394 | 2018-01-16T12:47:47 | 2018-01-16T12:47:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,670 | cpp | #include "stdafx.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace InterpreterUnitTest {
TEST_CLASS(bcond), BaseTestClass<cpu::instructionID::B_cond> {
INST_CLASS_METHODS;
TEST_METHOD(B_cond_branch) {
inst.cond = static_cast<uint32_t>(Condition::AL);
inst._5_23 = 0... | [
"Uberpanzermensch@gmail.com"
] | Uberpanzermensch@gmail.com |
15146639cfef846bfef9da609814e9f15b107a5f | cf9e04ce25cc566c5e04386bcecffcc7aa1379be | /NaPomocMatiemu/NaPomocMatiemu/Typ.h | b6388234d31b8d1810ec078bfec200ddc591beaf | [
"MIT"
] | permissive | MiszelHub/PobiMatiego | 90df18e490df9ac02204c5b4bb1c89599be27690 | 96def41a0927e54f3c2310d98cb88f586e0e4d46 | refs/heads/master | 2020-05-23T07:51:49.647931 | 2017-01-31T12:46:13 | 2017-01-31T12:46:13 | 80,457,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | h | #ifndef TYP_H
#define TYP_H
#include<string>
class Typ
{
public:
Typ(std::string nazwaTypu);
virtual ~Typ();
double virtual obliczRabat(double bilans);
void maxIloscWypozyczen();
std::string wyswietl();
protected:
std::string jakiTyp;
int ileSamochodow;
private:
};
#endif // TYP_H
| [
"nolanb.o.s@gmail.com"
] | nolanb.o.s@gmail.com |
bc65982fc861b8e95636485e230a6774bc0210cb | d61aa7d638e3fe949e940f01f293b004017753a3 | /poj/Archives/2112/7059093_WA.cpp | 9eb7ad2d639fdee0f54eb79c6fd58046622b7768 | [] | no_license | dementrock/acm | e50468504f20aa0831eb8609e1b65160c5fddb3d | a539707ca3c0b78e4160fdf2acad1b0125fa8211 | refs/heads/master | 2016-09-06T01:18:36.769494 | 2012-11-06T01:21:41 | 2012-11-06T01:21:41 | 2,811,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,350 | cpp | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
int v[300][300],map[300][300],f[300][300],s,t,oo=99999999;
int list[300],layer[300],que[300];
int path[300],judge,minf=oo;
bool found=false,vis[300];
int counter[300];
int n,k,c,m;
inline int max(int a, int b){return a>b?a:b;}
void init()
{
scanf("%d%... | [
"dementrock@gmail.com"
] | dementrock@gmail.com |
006ea1473b0e7a57b60654238b56a7edbd4a86fb | 867cbc899c85011bf678177b2a279b887747e180 | /include/cgl/graphics/gdi/gdi.hpp | cab2c93ef9715624691d078f02c9e979ab92402e | [
"MIT"
] | permissive | sdragonx/cgl | d9354fafd4ac18aeb06100e259102f4d873d3a1c | d8d45d3a3930bc8f3d0851371760742fda4733b8 | refs/heads/master | 2021-01-17T18:25:46.248270 | 2021-01-01T02:06:14 | 2021-01-01T02:06:14 | 64,765,330 | 1 | 0 | null | 2018-11-24T20:04:10 | 2016-08-02T14:46:19 | C++ | GB18030 | C++ | false | false | 13,785 | hpp | /*
Copyright (c) 2005-2020 sdragonx (mail:sdragonx@foxmail.com)
gdi.hpp
2018-10-10 13:01:40
2006-7-6 14:24:47 DC中的默认对象
CreateCompatibleDC(NULL)创建的dc的默认对象
Pen = BLACK_PEN
Brush = WHITE_BRUSH
Font = SYSTEM_FIXED_FONT
win98中不支持 DC_BRUSH、DC_PEN 对象,支持 DEVICE_DEFAULT_FONT、DEFAULT_GUI_FONT 对象
这两个一... | [
"noreply@github.com"
] | sdragonx.noreply@github.com |
a0da8ab8bc8ffa27901abab40e1cb4ba09c33f5b | 5e3ba1bafd69b6eb6941af56f2f52320f274d355 | /weather_station.ino | c0daae553a7c089291bbe4011edaa5d0db743881 | [] | no_license | Kenn3Th/Weather_station | 51a288b5d79f09e8911b54499532686c8acbb21c | 7709785127fa2ce1a11a33dfb7ffd03fd8d15b31 | refs/heads/master | 2020-05-16T12:57:13.576542 | 2019-05-13T13:17:41 | 2019-05-13T13:17:41 | 183,060,134 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,267 | ino | /************************* Værstasjon setup ***********************************/
#include <ESP8266WiFi.h> //Internett modul/sensor bibliteket
#include "Adafruit_MQTT.h" //MQTT protokoll bibliotek
#include "Adafruit_MQTT_Client.h" //MQTT klient bibliotek
/************************* WiFi Access Point ****... | [
"noreply@github.com"
] | Kenn3Th.noreply@github.com |
d24ab588df6e7d2fc41181bb6bb5b67182022690 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14788/function14788_schedule_27/function14788_schedule_27_wrapper.cpp | 7d967c362756b58bc6188db71cb5935e3117490a | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 857 | cpp | #include "Halide.h"
#include "function14788_schedule_27_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){Halide::Buffer<int32_t> buf0(2048, 256, 64);
init_buffer(buf0, (int32_t)0);
... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
7e6007a51bf6660312dfde409eac01241a20861e | f81b774e5306ac01d2c6c1289d9e01b5264aae70 | /content/browser/conversions/conversion_storage_context.h | 67c255e5068b00a0c9baba2b434d48f4b15b9f1b | [
"BSD-3-Clause"
] | permissive | waaberi/chromium | a4015160d8460233b33fe1304e8fd9960a3650a9 | 6549065bd785179608f7b8828da403f3ca5f7aab | refs/heads/master | 2022-12-13T03:09:16.887475 | 2020-09-05T20:29:36 | 2020-09-05T20:29:36 | 293,153,821 | 1 | 1 | BSD-3-Clause | 2020-09-05T21:02:50 | 2020-09-05T21:02:49 | null | UTF-8 | C++ | false | false | 3,454 | h | // Copyright 2020 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 CONTENT_BROWSER_CONVERSIONS_CONVERSION_STORAGE_CONTEXT_H_
#define CONTENT_BROWSER_CONVERSIONS_CONVERSION_STORAGE_CONTEXT_H_
#include <stdint.h>
... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e06f31da87d318617ba36dd33aac3c602ad40302 | 21e4f3bb65fea0a03e726301f2ff0646489694f9 | /src/Core/Shape.cpp | a7590b6556d34aeb1190d623f0908c95af30ad68 | [
"MIT"
] | permissive | flashpoint493/AyaRay | fbf09e37b55b15c31e808d10e5a8b35939f3b870 | 96a7c90ad908468084cb339d4adf3638b750ee82 | refs/heads/master | 2021-03-19T00:15:47.424178 | 2020-03-13T15:39:57 | 2020-03-13T15:39:57 | 247,113,400 | 1 | 0 | MIT | 2020-03-13T16:19:36 | 2020-03-13T16:19:35 | null | UTF-8 | C++ | false | false | 469 | cpp | #include "Shape.h"
namespace Aya {
Shape::Shape(const Transform *O2W, const Transform *W2O) : o2w(O2W), w2o(W2O) {
}
Shape::~Shape() {}
BBox Shape::worldBound() const {
return (*o2w)(objectBound());
}
bool Shape::canIntersect() const {
return true;
}
void Shape::refine(std::vector<SharedPtr<Shape> > &re... | [
"g1n0st@live.com"
] | g1n0st@live.com |
8b6259d02782e6ba9586c63c8b7291d02ec1f049 | af67e87d94680a68b597edf29da4e16a61a09108 | /source/ShareUtils.cpp | 23e8aed902c332cae8321f8d321f60236bf69c95 | [] | no_license | refaqtor/BeShare | 0080b21eeff0fa3c81cf48b505a557d3f5cfc00a | 58031882f15a724e8c946ed80bc0d10541b8f645 | refs/heads/master | 2020-12-02T00:36:56.031179 | 2018-09-29T21:57:07 | 2018-10-01T06:01:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,253 | cpp | #include <stdio.h>
#include <app/Message.h>
#include "ShareUtils.h"
#include "util/StringTokenizer.h"
namespace beshare {
void
GetByteSizeString(int64 v, char * buf)
{
// special hack to give file sizes in kilobytes, etc. for readability
if (v > (1024LL*1024LL*1024LL*1024LL)) sprintf(buf, "%.2fTB", ((double)v)/(... | [
"modeenf@116878ba-14ce-4675-8531-4544a6312073"
] | modeenf@116878ba-14ce-4675-8531-4544a6312073 |
1a1ad56643205e25328a341e9b63e76567098d64 | 2c148e207664a55a5809a3436cbbd23b447bf7fb | /src/net/test/spawned_test_server/base_test_server.h | d629bb07f183dd9cfb5e4649c3084d5afdb6388e | [
"BSD-3-Clause"
] | permissive | nuzumglobal/Elastos.Trinity.Alpha.Android | 2bae061d281ba764d544990f2e1b2419b8e1e6b2 | 4c6dad6b1f24d43cadb162fb1dbec4798a8c05f3 | refs/heads/master | 2020-05-21T17:30:46.563321 | 2018-09-03T05:16:16 | 2018-09-03T05:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,306 | h | // Copyright 2013 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 NET_TEST_SPAWNED_TEST_SERVER_BASE_TEST_SERVER_H_
#define NET_TEST_SPAWNED_TEST_SERVER_BASE_TEST_SERVER_H_
#include <stdint.h>
#include <memory>
... | [
"jiawang.yu@spreadtrum.com"
] | jiawang.yu@spreadtrum.com |
7255019859949d3e5d485d8a1a84d921c2c3c318 | ed6c861536fbc851f701088841b6667baae9c7ab | /third_party/gfootball_engine/src/utils/gui2/windowmanager.cpp | 4ccaf5b3bdfdbd4f3828bc4f62629441b4ade9b4 | [
"Unlicense",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | jgromero/football | a262a6fe89b230a72e02bd98bb17414a10fa1b3b | 758a9d5d5d4955de1a6ff5a798f08d6f4a31fa62 | refs/heads/master | 2020-06-24T15:58:37.022886 | 2019-07-26T12:27:27 | 2019-07-26T12:27:27 | 199,008,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,887 | cpp | // Copyright 2019 Google LLC & Bastiaan Konings
// 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 o... | [
"jgomez@decsai.ugr.es"
] | jgomez@decsai.ugr.es |
6cd0a8eee4766e80b4434157570e131126d21708 | 68b58eabac7d9abfce991503b74d2339ee4451a3 | /MyApplication2/app/src/main/cpp/native-lib.cpp | 11a7a6c319500c31ed2963bc0c94bffe9e53d2e1 | [] | no_license | mustafaahmed-hub/MyApplication | e585ae20cd7d4359b7de60d9150d912a306a77d9 | 7de7d3239cd6c01ecad38a6cd0b7805966d0bb92 | refs/heads/master | 2021-09-25T01:24:42.780629 | 2018-03-29T13:48:10 | 2018-03-29T13:48:10 | 123,416,090 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 281 | cpp | #include <jni.h>
#include <string>
extern "C"
JNIEXPORT jstring
JNICALL
Java_com_example_mustafa_myapplication_MainActivity_stringFromJNI(
JNIEnv *env,
jobject /* this */) {
std::string hello = "Hello from C++";
return env->NewStringUTF(hello.c_str());
}
| [
"mustafaahmed41@gmail.com"
] | mustafaahmed41@gmail.com |
31a4999e58753978da7746f24c3b0ae07b3d607e | 189592ed899dd62da3d01a30b7ddda22ab40556f | /src/CoreLib 3D/MyRect.cpp | 79a6f3bdd2f638e2cd898671af8408fd84dd3652 | [] | no_license | awesombly/MyStudy | 3ddc3f66d786a1ceac9ce08d1989048c4bccf8b8 | 3bc180a46434b856c1b93af2b8795fabb69f87a2 | refs/heads/master | 2020-05-03T00:04:45.809278 | 2019-04-28T11:23:48 | 2019-04-28T11:23:48 | 178,299,523 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 9,396 | cpp | #include "MyRect.h"
MyVector4::MyVector4(const MyRect& _rect) noexcept
: x(_rect.m_point.x), y(_rect.m_point.y), z((float)_rect.m_width), w((float)_rect.m_height)
{};
MyRect::MyRect(const int& x, const int& y, const int& width, const int& height) noexcept
: m_point((float)x, (float)y), m_width(width), m_height(... | [
"walckm11@gmail.com"
] | walckm11@gmail.com |
0f7151f230c430835fa42c382c9b998d93d80686 | 6a4bab87a7d665af121ec6617fc8f77afe76d57c | /ozones.cpp | a8d5c9b78c8798b5f0ab0f5f185640eb782e62e0 | [
"MIT"
] | permissive | vodozhaba/ozones | 4cceb941748b537f42c996474a2f6496c1f93db5 | 1f35b1d4d7d3e52c6b41e9bb8945f6e97c0003e9 | refs/heads/master | 2020-03-22T12:17:21.303965 | 2018-07-14T14:40:20 | 2018-07-14T14:40:20 | 140,030,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,095 | cpp | // This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include <fstream>
#include <iostream>
#include <memory>
#include <SFML/Graphics.hpp>
#include "cpu.h"
#include "ines.h"
#include "ram.h"
#include "rom.h"
usi... | [
"vodozhaba@vodozhaba.net"
] | vodozhaba@vodozhaba.net |
44d93410572cd691a48f2d153e5c467410f055d0 | 9cd376a388eb6a812a8c86340256d92149fc72eb | /ios_cracker/apple_connection_device.h | 2495aed134c17324b463dc99bd8439467a0b021f | [] | no_license | frankKiwi/aid | f290372b031d797cad32264a55110096a777aaf5 | 0207d6101b349cb338e982b4b22ed25dae27dda1 | refs/heads/master | 2023-08-04T12:40:35.996158 | 2021-09-17T06:24:04 | 2021-09-17T06:24:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | h | #ifndef IOS_CRACKER_APPLE_CONNECTION_DEVICE_H_
#define IOS_CRACKER_APPLE_CONNECTION_DEVICE_H_
//////////////////////////////////////////////////////////////////////////
#include "ios_cracker/atl_dll_main.h"
#include "ABI/thirdparty/glog/basictypes.h"
/////////////////////////////////////////////////////////////////////... | [
"voquanghoa@gmail.com"
] | voquanghoa@gmail.com |
e2b3d6c253cf514721d9ac4fa12a08a7559523b1 | 5aa4e2700c392378382c5a31fc1fcbbc0f98dfa4 | /codeforces/codeforces_271A.cpp | 7f2d70064c254a28193e8f726767c8b36eb005ff | [] | no_license | moayman/problem_solving | 892a25d96bf2f27c53f8e6e1956a75f5350adcaa | 088a65375ebe87436ee7fa891694fc551bc979c5 | refs/heads/master | 2022-06-25T20:32:58.733493 | 2022-05-16T19:47:46 | 2022-05-16T19:47:46 | 91,253,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | #include <iostream>
#include <unordered_set>
using namespace std;
bool isDistinct(int data)
{
int a = data % 10;
data /= 10;
int b = data % 10;
data /= 10;
int c = data % 10;
data /= 10;
int d = data % 10;
if (!(a == b || a == c || a == d ||
b == c || b == d ||
c == ... | [
"mo_ayman@live.com"
] | mo_ayman@live.com |
de7fd689fe05ccf3294df4b00000ef09d135baed | 79f3c7f0faa4685715b8fdc13b8dda7cf915e8d1 | /STM32F1xx_CPP_FW - PowerMonitor - NewUI/HW_Modules/INA219/INA219.cpp | a74ed60f6522a05bd72a80695897705b1ed21b25 | [] | no_license | amitandgithub/STM32F1xx_CPP_FW | fc155c2f0772b1b282388b6c2e2d24ebe8daf946 | b61816696109cb48d0eb4a0a0b9b1232881ea5c3 | refs/heads/master | 2023-02-11T16:55:30.247303 | 2020-12-26T16:56:47 | 2020-12-26T16:56:47 | 178,715,062 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 15,289 | cpp | /*
* INA219.cpp
*
* Created on: 17-Dec-2017
* Author: Amit Chaudhary
*/
#include "INA219.h"
namespace BSP
{
INA219::INA219(uint8_t INA219Address) :m_INA219_Address(INA219Address)
{
}
INA219::~INA219()
{
}
void INA219::HwInit()
{
I2C_INSTANCE.HwInit(400000);
SetCalibratio... | [
"34563851+amitandgithub@users.noreply.github.com"
] | 34563851+amitandgithub@users.noreply.github.com |
b57426a62d529a0ee4876b37b9932ba480763b88 | 1139028766ff753d88531a2b1c79f4ef75df74cc | /ONE/src/ONESteppingAction.cc | 71d25e5c2c190eef88afad9e225f282e05baa7ce | [] | no_license | aleksha/G4-Models | b1b808c1eac596cc324c099fd419ba73628ed3da | 1bb848a8d6b0981b188b8499ef260ebb7477daae | refs/heads/master | 2022-05-07T23:59:39.173774 | 2022-04-19T10:06:56 | 2022-04-19T10:06:56 | 141,236,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,790 | cc |
#include "ONESteppingAction.hh"
#include "ONEEventAction.hh"
#include "ONEDetectorConstruction.hh"
#include "G4Step.hh"
#include "G4Event.hh"
#include "G4RunManager.hh"
#include "G4LogicalVolume.hh"
#include "G4SystemOfUnits.hh"
//------------------------------------------------------------------------------
ONESteppi... | [
"a.dzyuba@gmail.com"
] | a.dzyuba@gmail.com |
b2f7828cf987c66246cea48ea6be1893b5377beb | f2776461f62a4ff963d3d81914f633f6909a0a93 | /Projects2/opencv_image/lips/lips/NoseFeatureDetector.h | b1f9e3be7191a4f84e21ab4d1d58467638df6ce1 | [] | no_license | crupib/Source | d29ce4eb5cfa81340a4bfbf7a9620010e6590eb4 | d89b9951d8e39a1d4dd0d3b3f348f23ac4bd96b4 | refs/heads/master | 2021-05-04T11:21:46.955196 | 2018-06-16T11:50:38 | 2018-06-16T11:50:38 | 33,565,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,077 | h | /**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will ... | [
"lennon6969"
] | lennon6969 |
90b7d99bee7e1a9486fa86e6d12bfe3fe1bdebed | 2aa3696a38b5777165ecd12b2072062fa8fa9fde | /tempreature/tempreature.ino | 2f9583fcde6cc4f36ffbfaeb352e44735537f5a5 | [] | no_license | dSquadAdmin/arduinoTraining072 | 508533fb783297daa6e66653fec10b0000d119fd | 8aa9a5d2d755f67a6a85a63a5c65f42e112ec8a2 | refs/heads/master | 2016-08-11T14:20:32.529357 | 2016-01-06T01:04:47 | 2016-01-06T01:04:47 | 49,101,088 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 499 | ino | /*
* DIGITAL THERMOMETER WITH TEMPREATURE SENSING IC LM35
* CODE BY: BIST, keshav [dSquadAdmin]
* URL: http://keshavbist.com.np
* For Robotics Club of Pashchimanchal Campus
* (http://robotics.wrc.edu.np)
*
* HARDWARE CONNECTION:
* PIN1 : +5v
* PIN2 : Arduino Pin A0
* PIN3 : Ground
*/
void setup(){
pinMode(A0, INPUT);... | [
"keshavbist19@gmail.com"
] | keshavbist19@gmail.com |
cd6b0b88e08117324073b79490a62a4287927209 | 3e687d784462b514065c7f4d8278fc67a0dd09e0 | /CanadianExperience\TreeLib\Leaf.cpp | c754ce6c4cd37bddea65cac914e8ad4cb9b5733d | [] | no_license | hennin67/TreeProject | 119b11f1611404107a10148932f3f4ba6f8714e3 | 85c408c9062fcdf68363d284da2dbda750cf57d1 | refs/heads/master | 2020-11-24T01:18:17.930404 | 2019-12-13T19:19:29 | 2019-12-13T19:19:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | cpp | /**
* \file Leaf.cpp
*
* \author Becky Henning
*/
#include "pch.h"
#include "Leaf.h"
#include "TreeObject.h"
using namespace std;
/**
* Constructor
* \param tree the tree
*/
CLeaf::CLeaf(CTreeObject* tree) : CTreePartDrawable(tree, tree->GetLeaf())
{
}
| [
"noreply@github.com"
] | hennin67.noreply@github.com |
49493091081bea0ada91654b3815154ab707ff02 | ba02836cd2ea9f1a6035e5b34d67ba87abf9ce4d | /include/X-GSD/Entity.hpp | 4fcbb6e9cc89e53dbe3f23b88ed207886a75c3fb | [
"Zlib"
] | permissive | AndresRuizBernabeu/X-GSD | 3c37e71103f758e9db05dd3e89b830db416c83fe | 1f0b294e27f5aee0fb0448207cd1091c9d42ae44 | refs/heads/master | 2020-04-26T02:19:27.104035 | 2015-09-08T18:43:35 | 2015-09-08T18:43:35 | 31,606,886 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,919 | hpp | #pragma once
#include <X-GSD/SceneGraphNode.hpp>
#include <X-GSD/Event.hpp>
#include <X-GSD/Component.hpp>
// Include all built-in components
#include <X-GSD/ComponentSprite.hpp>
#include <X-GSD/ComponentRigidBody.hpp>
#include <X-GSD/ComponentCollider.hpp>
#include <SFML/Graphics/RenderTarget.hpp> // Completes the ... | [
"a.ruiz@studioseventiles.com"
] | a.ruiz@studioseventiles.com |
76f9b288a5c5de63a9cf267376906e1dd69d2fa5 | 7da3fca158ea3fb03a578aaff783739a91194bab | /Code/CEDL_test/C1-huangzile2018-2-27/head/head.cpp | 41a325759c178a77d12df08a725d65ebe10a7716 | [] | no_license | powerLEO101/Work | f1b16d410a55a9136470e0d04ccc4abcfd95e18b | 6ae5de17360a7a06e1b65d439158ff5c2d506c2a | refs/heads/master | 2021-06-18T01:33:07.380867 | 2021-02-16T10:16:47 | 2021-02-16T10:16:47 | 105,882,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 169 | cpp | #include<iostream>
#include<cstdio>
#include<algorithm>
int main()
{
freopen("head.in","r",stdin);
freopen("head.out","w",stdout);
std::cout<<"3 3 32";
return 0;
}
| [
"3256870400@qq.com"
] | 3256870400@qq.com |
0bae65a1a87836595d137b9c3c3255a3a949bb0a | ef7ad96103876b24bbb45be8dfba7e80771c76e7 | /ui-qt/Pretreatment/ImgpreprocessModule/ImagepreprocessDlg.cpp | d4847c0576784d0f4ceee6bd6960aab815807113 | [
"MIT"
] | permissive | TinySlik/FPGA-Industrial-Smart-Camera | ecb6274f4ef16cf9174cd73812486644f821152a | 54b3e2c2661cf7f6774a7fb4d6ae637fa73cba32 | refs/heads/master | 2021-06-25T11:09:21.212466 | 2017-09-01T07:23:58 | 2017-09-01T07:23:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,784 | cpp | #include <qdebug.h>
#include "ImagepreprocessDlg.h"
#include "ui_ImagepreprocessDlg.h"
#include <QMessageBox>
#include "../../Global/UtilitiesFun.h"
#include "PretreatMentListCollect/PretreatmentModuleItem.h"
#include "ContrastStrengthenDlg.h"
#include "ContrastSwitchDlg.h"
#include "GaussDlg.h"
#include "SharpnessDlg.... | [
"1245552661@qq.com"
] | 1245552661@qq.com |
1536aaba21301c6e472e54eab461286d14baff8d | 743fcba88e8f50e5d87456da40be1a94bd6c218b | /application/test/test_neural_network/neural_network_application.cpp | 5e4eeb5e125365f7ea2aa494451506efcbd4a369 | [] | no_license | rohingosling/common_cpp | 3be1d1d92e857baf22650158046837c390034c62 | 833ca4fa57f5ca473a718e9116ea6c4f9d1cf0ef | refs/heads/master | 2020-05-21T04:21:02.191195 | 2017-07-14T15:04:40 | 2017-07-14T15:04:40 | 66,406,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,724 | cpp | //--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// Project: Entelect 100k Challenge.
// Application: Neural Network test application.
// Class:... | [
"rohingosling@gmail.com"
] | rohingosling@gmail.com |
fd1ebc2edb4de924a1fbda2df21fabfb86078e8d | bb0cb98605b648e6788dc96d66a05650394efe46 | /src/rviz/src/rviz/main.cpp | eeb39b1878f6eff0bf1f488edd98867d5ce6599d | [
"CC-PDDC",
"LicenseRef-scancode-public-domain"
] | permissive | ICURO-AI-LAB/new_rviz | 6e0af5321a33a4950105654e53390b75b3a54f22 | 54b3eddb914d85e2b0f24115c41ffb99d54a1a56 | refs/heads/master | 2020-04-23T05:32:30.078077 | 2019-02-18T23:09:35 | 2019-02-18T23:09:35 | 170,943,017 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,976 | cpp | /*
* Copyright (c) 2011, Willow Garage, Inc.
* All rights reserved.
*
* 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 retain the above copyright
* notice, this l... | [
"sudhakar.alla@icuro.com"
] | sudhakar.alla@icuro.com |
9ee13f9e3302b1e5015aa35ebde1135260883c51 | 971713859cee54860e32dce538a7d5e796487c68 | /unisim/unisim_lib/unisim/service/power/cache_dynamic_power.hh | aaa065525e8293a7ed0a18f486fca260ecf12fed | [] | no_license | binsec/cav2021-artifacts | 3d790f1e067d1ca9c4123010e3af522b85703e54 | ab9e387122968f827f7d4df696c2ca3d56229594 | refs/heads/main | 2023-04-15T17:10:10.228821 | 2021-04-26T15:10:20 | 2021-04-26T15:10:20 | 361,684,640 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,759 | hh | /*
* Copyright (c) 2010,
* Commissariat a l'Energie Atomique (CEA)
* All rights reserved.
*
* 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 retain the above copyrig... | [
"guillaume.girol@cea.fr"
] | guillaume.girol@cea.fr |
1387b2bcedd6d8f0f93a283f48b4f3b2ca547e21 | 33a52c90e59d8d2ffffd3e174bb0d01426e48b4e | /uva/00100-/00170.cc | a715abaf4763069dd08f598f5d583073bf9d8881 | [] | no_license | Hachimori/onlinejudge | eae388bc39bc852c8d9b791b198fc4e1f540da6e | 5446bd648d057051d5fdcd1ed9e17e7f217c2a41 | refs/heads/master | 2021-01-10T17:42:37.213612 | 2016-05-09T13:00:21 | 2016-05-09T13:00:21 | 52,657,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 809 | cc | #include<iostream>
#include<string>
#include<vector>
#define BUF 14
#define CARD 52
using namespace std;
vector<string> pile[BUF];
bool read(){
for(int i=0;i<BUF;i++) pile[i] = vector<string>();
for(int i=0;i<CARD;i++){
string s;
cin >> s;
if(s=="#") return false;
pile[13-i%13].insert(pile[13-i%1... | [
"ben.shooter2@gmail.com"
] | ben.shooter2@gmail.com |
314605fe0f03dda488d78a130824bd89d448a148 | 7ee32ddb0cdfdf1993aa4967e1045790690d7089 | /AIZU/ICPC Asia Regional Tokyo 2010/ProblemF.cpp | 7e7474e1901bdfaf9813a7863e85461621e36bc0 | [] | no_license | ajimenezh/Programing-Contests | b9b91c31814875fd5544d63d7365b3fc20abd354 | ad47d1f38b780de46997f16fbaa3338c9aca0e1a | refs/heads/master | 2020-12-24T14:56:14.154367 | 2017-10-16T21:05:01 | 2017-10-16T21:05:01 | 11,746,917 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,392 | cpp | #include <iostream>
#include <sstream>
#include <vector>
#include <string>
#include <algorithm>
#include <utility>
#include <set>
#include <map>
#include <deque>
#include <queue>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <cstdio>
#include <stdio.h>
using namespace std;
#define fo(i,n) for(int i=0;... | [
"alejandrojh90@gmail.com"
] | alejandrojh90@gmail.com |
53842236b00b11033b03b8e1f17048742d00de9c | 00507a73826c6c0b4c051b733386cc455f3e54bc | /FinalProject/src/Entity/Magic.h | 9fbf6f64d63555e18758ec2ad5646e8dec9cf489 | [] | no_license | Chibin/The-Circle | 098aa8238faf8d489504908f281d9eb7a988af6d | f9ca2dadd04e83190d9efe51108f6af17af7058d | refs/heads/master | 2021-01-10T20:15:25.390116 | 2013-05-14T10:53:02 | 2013-05-14T10:53:02 | 9,666,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,975 | h | #ifndef MAGIC_H_
#define MAGIC_H_
#include <iostream>
#include <string>
#include "Item.h"
class Magic{
private:
public: //enums needs ot be public, will rearange later
enum magicType{DAMAGE,HEAL,BUFF,DEBUFF};
enum targetType{SINGLE,AOE}; //area of effect: no credit to john
protected:
SDL_Surface* magicTextImag... | [
"ayamaru@gmail.com"
] | ayamaru@gmail.com |
c9b88f62ce5475e086f581e01507f492775efb35 | b165f9573d1b534a046344b1e933c692b9983bdd | /platform/hardware/xilinx/modules/axis_timer/axis_timer.cpp | c6675f881260a9160b0e650f915fd9c3beac7ed4 | [
"Apache-2.0"
] | permissive | oika/connect | 18a4aa3dccf702f0e90717a864564d225b9a85e7 | 2486b97256d7adcd130f90d5c3e665d90ef1a39d | refs/heads/master | 2020-03-22T09:08:13.614323 | 2018-07-10T03:03:54 | 2018-07-10T03:03:54 | 139,817,722 | 0 | 0 | Apache-2.0 | 2018-07-05T08:18:05 | 2018-07-05T08:18:05 | null | UTF-8 | C++ | false | false | 407 | cpp | #include "connect_platform.hpp"
#include "hls_stream.h"
#include "ap_int.h"
using namespace hls;
void axis_timer(stream<ap_uint<1> > &intr_stream)
{
#pragma HLS DATAFLOW
#pragma HLS INTERFACE ap_ctrl_none port=return
#pragma HLS INTERFACE axis register both port=intr_stream
static ap_uint<7> count = 0;
if... | [
"rasshai on github"
] | rasshai on github |
4542aa57b8a071f240ee6b5f0884dada4c519b14 | e73e31c1acf01a124e628e95db48b8cb7e218e1c | /src/3btree/btree_records_base.h | 9c61f6ed5b7eefc786aff3d7ef8346894f73c716 | [
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-protobuf"
] | permissive | billon-pl/upscaledb | 06f7fe5919a56c4794dc0a281cf5c5a2cce2e59a | da365e3504346b968b6d35de2185f12bba1c1ede | refs/heads/master | 2020-03-20T01:56:34.322777 | 2018-06-20T11:00:04 | 2018-06-20T11:00:04 | 137,094,250 | 1 | 0 | Apache-2.0 | 2018-06-20T11:00:05 | 2018-06-12T15:46:48 | C++ | UTF-8 | C++ | false | false | 1,917 | h | /*
* Copyright (C) 2005-2017 Christoph Rupp (chris@crupp.de).
*
* 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 ... | [
"zbigniew.romanowski@billongroup.com"
] | zbigniew.romanowski@billongroup.com |
4d96dfbf152aa25bb9026626a4dd5d0048c90e6c | 8129290a1eeae35d9411f872b83f594a35024711 | /worker/gdalprocess/coordinate_transform_cache.hxx | 7f0441d6df62e1a8fe4654114704126f18f98306 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nci/gsky | 45fb5abda4a4c8cb640962136759f1c6f56ed854 | cc63fde82c9d2744002fc4d2cb0cb05cc0e2422e | refs/heads/master | 2023-03-09T07:25:58.750942 | 2021-08-27T01:51:42 | 2021-08-27T01:51:42 | 126,781,467 | 29 | 35 | null | 2023-03-07T03:48:31 | 2018-03-26T06:10:54 | Go | UTF-8 | C++ | false | false | 687 | hxx | #ifndef COORD_TRANSFORM_H
#define COORD_TRANSFORM_H
#include "gdal_alg.h"
#include <map>
#include <limits>
#include <memory>
#include <utility>
typedef std::pair<std::string, std::string> TransformKey;
struct CacheBlock {
void* item;
int useCount;
CacheBlock(void* item) {
this->item = item;
this->useCount =... | [
"noreply@github.com"
] | nci.noreply@github.com |
205fdf74194b31b1aa0b71d63e744b615671e35c | 09dfc0e039143673380a3d490c84b6c0d3d6ee6c | /surf_object_recognition/src/fasthessian.cpp | 2721a0a80358176dc44f71a4d0ec48675cd9adc0 | [] | no_license | vishu2287/ucsb-ros-pkg | 8642a78ddbe352fcb544658fb23737cb3ce86f04 | b2e34c76b362a69b6c2f3c34c9f5cee419aa9839 | refs/heads/master | 2016-09-10T04:40:42.981912 | 2011-03-16T07:40:18 | 2011-03-16T07:40:18 | 34,023,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,292 | cpp | /***********************************************************
* --- OpenSURF --- *
* This library is distributed under the GNU GPL. Please *
* use the contact form at http://www.chrisevansdev.com *
* for more information. *
* ... | [
"filitchp@gmail.com@0b0f7875-c668-5978-e4a7-07162229f4fe"
] | filitchp@gmail.com@0b0f7875-c668-5978-e4a7-07162229f4fe |
3ec753548cbdcb62351981c9b5f2d229a3f8784c | 9768868775d6b622530d8922a7ce2e8113d58baa | /tutorial_03-lighting/src/rendering/Renderer.cpp | 82d2b21168cd419f09d090ad7ceca38e79ed1e36 | [
"MIT"
] | permissive | DevRaptor/OpenGL_tutorial | 7494f97b6a4fcda43cdd885c3bacaf4609923072 | 46b74b08a8da4d8a8fdf7fe6acdd87bb5bd8c26b | refs/heads/master | 2020-06-10T07:59:18.159484 | 2017-01-20T14:46:35 | 2017-01-20T14:46:35 | 75,983,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,898 | cpp | #include "Renderer.h"
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/ext.hpp>
#include "modules/GameModule.h"
#include "utility/Log.h"
#include "utility/FileUtility.h"
Renderer::Renderer()
{
int resolution_x = GameModule::resources->GetIntParameter("resolution_x");
int resolution_y = GameModule::resour... | [
"krzysztoftaperek@gmail.com"
] | krzysztoftaperek@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.