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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e80293268287d81cbfe9c46b0d8038671e1313eb | 19ec71aedf2f3d056e48fcb29ca794a9f3d10dc6 | /i2cSlaveTest/i2cSlaveTest.ino | d4e00b5bd55d6c6a2d192514f7b773ec3c77fc13 | [] | no_license | mikkab/batmon_reader | a1340b5ccde8e9f09376fdd5d7d49ec6358922e7 | 6688e067f5339ac792dcb593da3b38beef53f7e9 | refs/heads/master | 2023-04-08T05:10:31.169195 | 2021-04-16T19:43:22 | 2021-04-16T19:43:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 859 | ino | #include <Wire.h>
// Include the required Wire library for I2C<br>#include <Wire.h>
int LED = 13;
int x = 0;
void setup() {
Serial.begin(115200);
// Define the LED pin as Output
pinMode (LED, OUTPUT);
// Start the I2C Bus as Slave on address 9
Wire.begin(9);
// Attach a function to trigger when something... | [
"e@gmail.com"
] | e@gmail.com |
e59a1333d9763a717426e175f0348efcdcefc768 | f74addf0393be59e9e9fbe337bed3e2ca978874b | /na2th/uri/1143.cpp | 558eba0f3037b608ef9d8d605f95fee9849436aa | [] | no_license | victorsenam/treinos-old | a48c09bd3c31872425ab67a694e4ee3a8118e5fe | ed649a1eae6c2722c4377db4b212f62439825b90 | refs/heads/master | 2020-12-28T22:12:20.566291 | 2015-08-21T22:03:46 | 2015-08-21T22:03:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 173 | cpp | #include <cstdio>
using namespace std;
int main()
{
int n, i;
scanf("%d", &n);
for (i = 1; i <= n; i++) {
printf("%d %d %d\n",i, i*i, i*i*i);
}
}
| [
"nathan@vieiraproenca.com"
] | nathan@vieiraproenca.com |
ff85e7d3f7f4fe8d12230cd2cabecc24293f3621 | 97d1bfba6adafc0fbdd68bdfbeb314d33aa364be | /CodeForces/122/a/a.cpp | 45af26b3d9d8303c3811eacf3458ea3abb06c4ef | [] | no_license | github188/MyCode-1 | 26069f08222b154c08308a72a61f8e9f879a447e | 2227b9dd9a13114a1b2b294c3e70253b16f88538 | refs/heads/master | 2020-12-24T11:24:54.215740 | 2014-04-21T04:15:54 | 2014-04-21T04:15:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,106 | cpp | #include<stdio.h>
#include<string.h>
char s[50][50];
int n,m;
int x[4],y[4];
bool used[50][50];
void dfs(int a,int b,int &num)
{
used[a][b]=true;
num++;
for (int i=0;i<4;i++)
if ((a+x[i]>=0)&&(a+x[i]<n)&&(b+y[i]>=0)&&(b+y[i]<m))
{
int xx=a+x[i],yy=b+y[i];
if ((s[xx][yy]=='#')&&(!use... | [
"wcwswswws@gmail.com"
] | wcwswswws@gmail.com |
4bd1c1716e194607fa9472bbb177909610c4c743 | 3da8ff83f98672e5de27e48a8f554120a4633570 | /DetectorDescription/RegressionTest/test/test_module.cc | fad09148a4eced647aa05970219c99558d4ab21d | [
"Apache-2.0"
] | permissive | noormsl/cmssw | 5687e146c6105b2bd0d8a973113799df470f3be3 | f83119a9248e034b1fbab3350a01e525753fd322 | refs/heads/master | 2021-01-01T15:20:23.936447 | 2017-07-18T11:42:00 | 2017-07-18T11:42:00 | 97,595,829 | 2 | 0 | null | 2017-07-18T12:33:46 | 2017-07-18T12:33:46 | null | UTF-8 | C++ | false | false | 852 | cc | #include <iostream>
#include <string>
#include "DetectorDescription/Core/interface/DDAlgorithm.h"
#include "DetectorDescription/Core/interface/DDAlgorithmFactory.h"
#include "DetectorDescription/Core/interface/DDTypes.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
class DDCompactView;
class DDTestAlgor... | [
"ianna.osborne@cern.ch"
] | ianna.osborne@cern.ch |
d78b80e30b1942af3fffc15f6a86b11050a0254a | 919c8d0186b3caccce3073f5d27159221ff0cfb0 | /MiscTest/genData.cpp | 08ad254a073305a49aa1dbc87e20555bc8739dea | [] | no_license | AKarunakaran/HauntedTrees | 0b20e12431d2c4c5dc7efc5182381528dd997353 | 7cde529b6132d4c2fb59b43626a152e3dc4ebf0d | refs/heads/master | 2021-01-21T16:44:27.550270 | 2017-08-31T18:12:33 | 2017-08-31T18:12:33 | 91,902,418 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 829 | cpp | #include <iostream>
#include <vector>
using namespace std;
struct dataPoint {
double weight;
int value;
};
void generateData(vector<dataPoint>& data, bool weighted) {
if(weighted) {
for(int i = 1; i < data.size(); ++i) {
if(i % 50 == 0)
data[i].value = 2*(i-25) + ((rand() % 7) - 3);
else
data[i].va... | [
"amankarunakaran@Amans-MacBook-Pro.local"
] | amankarunakaran@Amans-MacBook-Pro.local |
b0fb46897f8c85241809ae0b271f6025a6a98c10 | d6e808bed0543e20f5001e46ac4da7df8b8f141b | /djifpv.ino | 6a4e2f16008867b7c8c1e72e4c19a106f06ba821 | [] | no_license | cyrilknops/rover | c6c44eebdb3b157d2d79c01179e8e46c8280c669 | 141b9d25987c43b2dcb6123b24bd4bf41e41d2bd | refs/heads/master | 2023-06-01T10:25:12.090939 | 2021-06-28T17:52:30 | 2021-06-28T17:52:30 | 255,057,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,537 | ino | msp_analog_t analog = {0};
msp_battery_state_t battery_state = {0};
msp_name_t name = {0};
msp_raw_gps_t raw_gps = {0};
msp_comp_gps_t comp_gps = {0};
msp_attitude_t attitude = {0};
msp_status_t status = {0};
void send_msp_to_airunit()
{
//MSP_FC_VERSION
// fc_version.versionMajor = 4;
// fc_version.versio... | [
"cyrilknops@gmail.com"
] | cyrilknops@gmail.com |
f0a1b79eecdd38135efa7cd227185716dd9bf0a7 | e0d0106e2ed98f109b998cb4320d4f7ba5704017 | /src/count_HIBF_kmers_based_on_binning.cpp | 596049bb57c05ed81a91547f0b4a0a375c9a008c | [
"BSD-3-Clause"
] | permissive | eseiler/chopper_old | 9ebbf21be3fdeae409a4693a832fbc9bb52d6176 | b0e880de972c9f09cdea2ab1135f46ec883cda4b | refs/heads/master | 2023-04-29T03:32:39.767320 | 2021-02-18T08:24:16 | 2021-02-18T08:24:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,703 | cpp | #include <seqan3/argument_parser/all.hpp>
#include <seqan3/core/debug_stream.hpp>
#include <seqan3/range/views/kmer_hash.hpp>
#include <seqan3/io/sequence_file/input.hpp>
#include <chopper/build/read_data_file_and_set_high_level_bins.hpp>
struct cmd_arguments
{
std::filesystem::path binning_file{};
uint8_t k{... | [
"svenja.mehringer@fu-berlin.de"
] | svenja.mehringer@fu-berlin.de |
051dba61d29c5237c836fdda8f9736ddfd6256bc | 4d378ebc534a5ff894d07ff6e0d31a9d17d43015 | /Ticket Printer/Seat_Row.h | aa8b3b70e6e0646cea12c292919817e73cffc76b | [] | no_license | shawnc96/Object-Oriented-Programming | a62020b1f146f29c700c01b9b3fbb8cbff391827 | 43bf8658e5b1bca52bdb88a5870a239ab34c1242 | refs/heads/master | 2021-01-22T10:07:21.366561 | 2017-06-06T21:24:23 | 2017-06-06T21:24:23 | 81,987,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | #pragma once
#include "Seat.h"
class Seat_Row
{
public:
static const int MAX_SEATS_PER_ROW = 1000;
private:
string row_name;
const Seat* seats[MAX_SEATS_PER_ROW];
int number_of_seats;
public:
Seat_Row(const string& Row_Name);
void Add_Seat(const Seat* new_seat);
void Display() const;
const ... | [
"noreply@github.com"
] | shawnc96.noreply@github.com |
14e81262ae4d6a0725ae75a781c579886711d7e3 | 8476eb45fe9dfd43818245e17a1c661b88e69400 | /CustomCodes/utils/funcs/KinDyn200511_221619/kin/mex/dJb_RightThigh_mex.hh | 181e658f6117c4cd09da62b68910dc2e5b67f4de | [] | no_license | prem-chand/Cassie_Controller_AngularMomentum | f8c7521bc990b42d8ff098759e04637afaca2cc1 | c784242f1a949525accb8f9e9fe4a53feb0fba87 | refs/heads/main | 2023-08-15T02:09:23.748744 | 2021-09-21T21:43:24 | 2021-09-21T21:43:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 926 | hh | /*
* Automatically Generated from Mathematica.
* Mon 11 May 2020 22:28:25 GMT-04:00
*/
#ifndef DJB_RIGHTTHIGH_MEX_HH
#define DJB_RIGHTTHIGH_MEX_HH
#ifdef MATLAB_MEX_FILE
// No need for external definitions
#else // MATLAB_MEX_FILE
#include "math2mat.hpp"
#include "mdefs.hpp"
namespace SymExpression
{
void dJ... | [
"gyk199305@gmail.com"
] | gyk199305@gmail.com |
62a738f92b199df6d1fc63ceffa34c6ae3e31479 | 6c3f51e15772bf7b43253c30841583423bd0933c | /src/bindings/scriptdev2/scripts/northrend/ulduar/ulduar/boss_freya.cpp | e597a2ccf1439c5d88a467b225c647a187554588 | [] | no_license | Celtus/custom-core2 | 6f8b336fd7d260486b5c23774877e626903d181f | 9a18c915a63fc546c9c06591511a933a411df15d | refs/heads/master | 2021-01-23T20:17:08.184720 | 2014-12-26T13:04:49 | 2014-12-26T13:04:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,465 | cpp | /* This file is part of the ScriptDev2 Project. See AUTHORS file for Copyright information
* 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 2 of the License, or
* (at your opti... | [
"celtus614@gmail.com"
] | celtus614@gmail.com |
4100c373900eb776381147d22133ecb7bfea9bad | 018df3fe04085721c380d4ddc2e4fe3588516332 | /iOS9.0.2/System/Library/Frameworks/SafariServices.framework/SafariServices-Structs.h | ca92cca9bb5dca3935e6e0cb0a14907bf39495c2 | [] | no_license | ichitaso/iOS9.0.2-iphoneheaders | 15feac3cfb676d063e706ad165e990fbb367f2e7 | f5db852359918f0a2e393648f227851d7a2ac29a | refs/heads/master | 2021-01-10T10:16:28.069166 | 2015-11-07T09:08:24 | 2015-11-07T09:08:24 | 45,729,409 | 24 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 2,180 | h | /*
* This header is generated by classdump-dyld 0.7
* on Friday, November 6, 2015 at 2:31:02 PM Japan Standard Time
* Operating System: Version 9.0.2 (Build 13A452)
* Image Source: /System/Library/Frameworks/SafariServices.framework/SafariServices
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limn... | [
"willfeeltips@gmail.com"
] | willfeeltips@gmail.com |
472f87199c66006b9fcb39c7971c01097575ff04 | 28690c8767e907ad83304a6b58fec76c6ba1f46c | /ThirdPartyLibs/include/Wm5IntrRay2Box2.h | f32ac11f032d424fc11f4f7015c1b5b9b41e7b37 | [] | no_license | haisenzhao/SmartCFS | c9d7e2f73cde25a5957d1c3268cc5ddbbe7f5af2 | 2c066792dab2ca99b02bc035e77d09b4b5619aa2 | refs/heads/master | 2023-08-20T17:51:37.254851 | 2021-09-27T20:55:36 | 2021-09-27T20:55:36 | 271,935,428 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | h | // Geometric Tools, LLC
// Copyright (c) 1998-2014
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.1 (2010/10/01)
#ifndef WM5INTRRAY2BOX2_H
#define WM5INTRRAY2BOX2_H
#include "W... | [
"haisenzhao@gmail.com"
] | haisenzhao@gmail.com |
dc68a5494b43dce49e32d44590ab2b5efd974fa4 | f519cd62dfa11fc71144e9f31b0dbd6d06a21bfe | /SimpleGeometryTriangle/MainWindow.cpp | 3711724aec0dfaf431b0d9237b2eb160f9ae81ca | [] | no_license | ngzHappy/OpenGLSuperBible | e8b650e7ab19b3e93a5d87f3833b2c146d12d153 | 53a46a2bb3f38245e0222da8786cef4ee3dd1ae6 | refs/heads/master | 2021-01-10T07:04:53.242663 | 2016-01-28T03:34:24 | 2016-01-28T03:34:24 | 50,087,299 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678 | cpp | #include <ZGL/QGLTool.hpp>
#include "MainWindow.hpp"
#include <QDebug>
#include <cassert>
class MainWindow::ThisData {
public:
unsigned int timerStamp=0;
GLuint program = 0;
GLuint vao = 0;
ThisData(){
glCreateVertexArrays(1,&vao);
program = createProgram({
{GL_VERTEX_SHADE... | [
"819869472@qq.com"
] | 819869472@qq.com |
fad8a788829f6618b6b8a7025990717c50971f50 | fb5fd35c3acecb7bb4e45aa8cd39b83dfcfc30c6 | /TC/TC 546 D 位DP.cpp | cc0c5ca6f0d3744f29c8b70ae9240fa89d542578 | [] | no_license | chunchou/ACM | 6306f6577a6912d020d5a4fa3f8808beadd283e0 | d5ac8b9511689fed08c15d5f111d53146152a75e | refs/heads/master | 2021-01-14T09:23:58.072885 | 2013-12-24T00:58:43 | 2013-12-24T00:58:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 781 | cpp | #include <cstdio>
#include <cstring>
#include <iostream>
using namespace std;
#define debug puts("here");
class KleofasTail{
public:
long long cal(long long a,long long b,long long cnt){
if((a>>cnt)==(b>>cnt))
return b-a+1;
return 1LL<<cnt;
}
long long solve(long long a,long long b){
if(a>b)
return ... | [
"545883134@qq.com"
] | 545883134@qq.com |
4169f50e2fae5f727da892ec3367614425f26f3d | 4b0640fcdf96044a99207700513d1de0b6bb6f46 | /First/Bullet.cpp | c2a7106d756a435b08cb2b1d955b76b4b031cfd6 | [] | no_license | omeround3/AI_Course_Final_Project | 30abf7bf768090374c4b26be0ca4e859037b2b24 | 59cf986619e09fbdcf9c180f5ac1c6ddb363d8c2 | refs/heads/main | 2023-08-08T01:29:14.256049 | 2021-09-22T10:02:57 | 2021-09-22T10:02:57 | 406,744,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | cpp | #include <math.h>
#include "Bullet.h"
#include "GLUT.H"
#include "Definitions.h"
// Constructors
Bullet::Bullet()
{
}
Bullet::Bullet(double x, double y)
{
double len;
this->x_ = x;
this->y_ = y;
this->dir_angle_ = (rand() % 360) * 3.14 / 180;// in radians
setDirection(this->dir_angle_);
isFired_ = false;
}
Bul... | [
"omeround3@gmail.com"
] | omeround3@gmail.com |
3131de14b1bdb7b92d1ae321cfeaf36f94b0161c | 82d71f649adcc227f3e3b3ee65fb62b7352bc321 | /blynk/blynkwindow.cpp | 8bc4afe91a0592e9f95c93c956aa7b5d5d553033 | [] | no_license | flegall2014/Blynk | 53a4bcd6f413fd9cd9d74a1aeb05e3f9383cba64 | 5926abb135c70c84f303c93a8ffe2bf3b6816631 | refs/heads/master | 2021-01-12T11:27:33.036289 | 2017-01-18T19:08:06 | 2017-01-18T19:08:06 | 72,929,297 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,051 | cpp | // Qt:
#include <QWidget>
#include <QFontDatabase>
#include <QPainter>
#include <QDebug>
// Application:
#include "blynkwindow.h"
#include "parameters.h"
#include "utils.h"
// Create monitor:
#ifdef Q_OS_WIN
#include "ui_blynkwindow.h"
#elif defined(Q_OS_OSX)
#include "ui_blynkwindow-mac.h"
#endif
// Constructor:
Bl... | [
"legallfranck@yahoo.com"
] | legallfranck@yahoo.com |
77fbbf8612fca760a9a9d3478f328ff014e41d88 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Reconstruction/MuonIdentification/muonEvent/src/Muon.cxx | c4173fec7a86b0b021dcd116157b84fa2e85add9 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,063 | cxx | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/////////////////////////////////////////////////////////////////////////////////
/// Name : Muon.cxx
/// Package : offline/Reconstruction/MuonIdentification/muonEvent
/// Author : Ketevi A. Assamagan
/// Created : December 2004
/// No... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
1519a262bcdf97c053b9a6b5c56fc8289d7d9ba9 | ac10d63bf38efe5a43517ca314878ed05e1c3871 | /imageprocessing/SourceCode/ch16/CamTestDlg.h | 1e5e12ac3c233f3ef4404c4fa10d5d37f883a542 | [] | no_license | ksinuk/computerVision | 662f1c8140c1146ab6bb9c3608c17dfe3f1a0cb9 | 883cd0c3555056ffde467e634476c04583c27d17 | refs/heads/master | 2020-07-24T15:12:53.922415 | 2019-09-12T05:13:00 | 2019-09-12T05:13:00 | 207,964,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,434 | h | // CamTestDlg.h : header file
//
#if !defined(AFX_CAMTESTDLG_H__ED53CE0C_D994_4632_8068_B2444AA925B3__INCLUDED_)
#define AFX_CAMTESTDLG_H__ED53CE0C_D994_4632_8068_B2444AA925B3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "vfw.h"
/////////////////////////////////////////////////////... | [
"ghttttgu@naver.com"
] | ghttttgu@naver.com |
3ca5db1d9ba54f2ba5fd77e64c9a7bc87ed1125b | f10de4106a1863cff52a264328e79125de2c9100 | /Deprecated/HX711_Wireless_Stick_Test/HX711_Wireless_Stick_Test.ino | 3a71b700ba47b42dc1f3dda830adafd2b19ef7e2 | [] | no_license | Jenseng2020/The-Internet-of-Bees-Independent-Study | 133f0d48bf9fd95cfb87482713f8a763af9e0f6e | a06a8acfabfc438d1767e0870f507eac2b80c9f5 | refs/heads/master | 2020-12-20T22:52:50.602454 | 2020-03-17T22:27:40 | 2020-03-17T22:27:40 | 236,232,450 | 0 | 0 | null | 2020-02-10T23:53:29 | 2020-01-25T21:29:25 | C++ | UTF-8 | C++ | false | false | 423 | ino | #include "HX711.h"
// HX711 circuit wiring
const int HX711_DOUT_PIN = 12;
const int HX711_SCK_PIN = 13;
HX711 scale;
void setup() {
Serial.begin(57600);
scale.begin(HX711_DOUT_PIN, HX711_SCK_PIN);
}
void loop() {
if (scale.is_ready()) {
long reading = scale.read();
Serial.print("HX711 reading: ");
... | [
"jensengaither@gmail.com"
] | jensengaither@gmail.com |
c455c467209b11a92caac0269bde914a5fe34b82 | cbd12e1d7a538106a0ff8c8599d55d648777ad32 | /src/tests/mesh/test_stream_connectivity.cc | 565631e2dbb17dd0ef4a81a80f479903e7b0e8ee | [
"Apache-2.0"
] | permissive | pmarguinaud/atlas | 2c05bd71dc41aeb6a876a78f5d3ea8448b604362 | b9360f5b4022107741b8ab71fdc7f77e98018cae | refs/heads/master | 2021-07-22T16:19:13.465513 | 2020-04-08T18:56:45 | 2020-04-08T18:56:45 | 256,191,290 | 3 | 0 | Apache-2.0 | 2020-04-16T11:11:13 | 2020-04-16T11:11:13 | null | UTF-8 | C++ | false | false | 5,009 | cc | /*
* (C) Copyright 2013 ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
* In applying this licence, ECMWF does not waive the privileges and immunities
* granted to it by virtue of its status as an intergo... | [
"willem.deconinck@ecmwf.int"
] | willem.deconinck@ecmwf.int |
d63d995afbc3e642c29add25bf17a9db9e23a6b2 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_repos_function_554_curl-7.14.0.cpp | ecbe5c72585ca0a4cd4570d286f289bb1a27cea7 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | cpp | static
CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote)
{
struct curl_slist *item;
ssize_t nread;
int ftpcode;
CURLcode result;
item = quote;
while (item) {
if (item->data) {
FTPSENDF(conn, "%s", item->data);
result = Curl_GetFTPResponse(&nread, conn, &ftpcode);
... | [
"993273596@qq.com"
] | 993273596@qq.com |
a32a834cc573f7d5ab0f26408c64246398f3a1da | 3173ab0cf68d15091773e6f8c4e9e87249fc7ccc | /c++/l2x/tokenstring.h | f740e802b5c650f707abdd0fcd61aa81fbf86d93 | [] | no_license | mmalohlava/babylon-sandbox | dbe9531c294271d11a3d4680cd280c3a554fdb5c | d88c03872f9a98cef5025d81142c64ca754ec306 | refs/heads/master | 2016-09-06T15:44:17.577240 | 2014-07-03T01:16:20 | 2014-07-03T01:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,766 | h | /*!
@file tokenstring.h
@brief implementation of basic string
*/
#ifndef _TOKENSTRING_H
#define _TOKENSTRING_H
class TokenString
{
public:
TokenString(): _max(255),_len(0) { _str = new char[_max]; };
TokenString(const TokenString &a) { _str = new char[a._max]; _max=a._max; _len=a._len; memcpy(_str,... | [
"michal.malohlava@gmail.com"
] | michal.malohlava@gmail.com |
dd5eb95778d886b76244a51e4cf28eebdf00304d | b57d70ffab95fd26cb43664c6864189390e0145d | /source/LibFgBase/src/FgGeometryTest.cpp | 015b47f6adf1f6dc5af238b30797527d029bf106 | [
"MIT"
] | permissive | dorsalstream/FaceGenBaseLibrary | 7b9c66267cbf2ebef5e37f29c69be990e405e3ee | 8824aedb8fd8f37bc23add1b0045efffeefb3b1b | refs/heads/master | 2020-12-27T06:55:44.867879 | 2020-01-22T21:13:52 | 2020-01-22T21:13:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,138 | cpp | //
// Coypright (c) 2020 Singular Inversions Inc. (facegen.com)
// Use, modification and distribution is subject to the MIT License,
// see accompanying file LICENSE.txt or facegen.com/base_library_license.txt
//
#include "stdafx.h"
#include "FgGeometry.hpp"
#include "FgRandom.hpp"
#include "FgSimilarity.hp... | [
"abeatty@facegen.com"
] | abeatty@facegen.com |
2bfcdeefdc2a0de0f9e75183bbb9be63a6addcc7 | 5e342dafc29cf2a6e58e927d01623295e888042c | /postmidsem_2/convex_hull.cpp | 47c6de0486026ed9e250c89cb30989111f5b4fe4 | [] | no_license | devanshi111/CS204-Lab | db5e5d9f08f07ef5feece298ca488f6c2e7b3b82 | 04b5f5a6d1c835a4dc23757685d94a6ae5883ad9 | refs/heads/master | 2020-06-29T09:27:15.942289 | 2019-11-16T07:39:56 | 2019-11-16T07:39:56 | 200,498,871 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,730 | cpp | #include<bits/stdc++.h>
using namespace std;
struct point
{
int x, y;
};
point pg;
point stack_2(stack <point> &s)
{
point p=s.top();
s.pop();
point ans=s.top();
s.push(p);
return ans;
}
void swap(point &p1, point &p2)
{
point temp=p1;
p1=p2;
p2=temp;
}
int dist(point p1, point p2)
{
int ans=(p1.x-p2.x)*... | [
"noreply@github.com"
] | devanshi111.noreply@github.com |
1feb5615e6fcfabb03381d7cbbcd2ef35dcce60c | 3af801829df3327595665ff43a8a9f9e0550e826 | /extras/LCIO/include/LCIOFile.hpp | b449bb92523b897c4de2422f8dd03c9eb0a3fda6 | [
"MIT"
] | permissive | fossabot/YAODAQ | a0f0cb9b06afa7e546ca49eec90f0b0f60880d98 | d694b3590a9a1c395c64e50618eb92814eae5f23 | refs/heads/main | 2023-05-03T13:27:44.767816 | 2021-05-26T16:13:47 | 2021-05-26T16:13:47 | 371,096,579 | 0 | 0 | MIT | 2021-05-26T16:13:47 | 2021-05-26T16:13:46 | null | UTF-8 | C++ | false | false | 538 | hpp | #pragma once
#include "File.hpp"
#include "IO/LCWriter.h"
class LCIOFile: public File
{
public:
LCIOFile(const std::string& name, const std::string& option = "", const std::string& title = "", const int& compress = 0);
void open() final;
void close() final;
bool isOpened() final;
virtual void parseData(cons... | [
"lagarde@sjtu.edu.cn"
] | lagarde@sjtu.edu.cn |
e1b4a5e7c64beebac46c4064087c9b0a48ef0161 | 51859f12985951a8b88e260ab504837d6ae67280 | /ZADATAK KARATE POJAS 15.7.2020/Karate_pojas_rjesenje.cpp | 3c802f9dadc577d18b1921c68d56628f71f41c2d | [] | no_license | AmarM91/Object-oriented-Programming | ea213b9a26bec40ff063104a05fce33b3749c5bf | f46eb42342d836bc5fa2921ca2ef5dacc997a031 | refs/heads/master | 2023-02-23T03:20:12.620202 | 2021-02-01T07:05:57 | 2021-02-01T07:05:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,272 | cpp | #include<iostream>
#include<vector>
#include<string>
#include<thread>
#include<mutex>
using namespace std;
const char* PORUKA = "\n-------------------------------------------------------------------------------\n"
"0. PROVJERITE DA LI PREUZETI ZADACI PRIPADAJU VASOJ GRUPI (G1/G2)\n"
"1. SVE KLASE TREBAJU PO... | [
"noreply@github.com"
] | AmarM91.noreply@github.com |
0e109ff27cb65e2333cfee467c9463f0bb67c00b | 7a4caffb190e47267554e6f955544750530708af | /inc/gui_event_dispatcher.hpp | fb037df272651e4ac3909d96ff7eefe8c9b17ad7 | [] | no_license | kpyrkosz/visualisation | 445228f06bb0e2c26351a256ff85dfce999019c2 | 563d5a256c3751cc030bde140ced573ccffdc4d5 | refs/heads/master | 2023-04-10T10:41:18.617452 | 2021-04-21T18:07:30 | 2021-04-21T18:07:30 | 358,059,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,134 | hpp | #pragma once
#include <event_sink.hpp>
#include <event_handler_registrar.hpp>
struct e_button_pressed;
struct e_play_request;
struct e_import_request;
struct e_export_request;
struct e_widget_request_suicide;
class gui_event_dispatcher
: public event_sink<gui_event_dispatcher>,
public event_handler_registrar<e... | [
"krzpyrkosz@gmail.com"
] | krzpyrkosz@gmail.com |
2c53a6e17434a7a8e9f70c9c548c965e964d4eb6 | 9b2e727342b1e3765f784de32d364f4bcf90fbc9 | /i2c/01-Uebung/src/main.cpp | 31d828659adf15ed97e02dd006e13a06041a9cd1 | [
"Apache-2.0"
] | permissive | mc-b/IoTKitV3 | d902afa147b47a9d614c34ff103c6bc359702b54 | 87d7a66a1730f71bc69110a214b1b2a18f22edcb | refs/heads/master | 2021-08-29T05:54:10.115066 | 2021-08-10T15:59:19 | 2021-08-10T15:59:19 | 101,919,584 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,854 | cpp | /**
* 6D Lagesensor und Servo steuert mit dem 6 Lagensensor die Position des Servos<br>
* Anwendungen: Ausgleich der Lage z.B. bei einem Zug.
*/
#include "mbed.h"
#include "OLEDDisplay.h"
#include "LSM6DSLSensor.h"
// UI
OLEDDisplay oled( MBED_CONF_IOTKIT_OLED_RST, MBED_CONF_IOTKIT_OLED_SDA, MBED_CONF_IOTKIT_OLED_... | [
"mbern@padmcb2"
] | mbern@padmcb2 |
335fad81a3f8e9418fb2a6940067e1bcdb46707b | 393e4bd004bb6f7c0c9f9e3596a0fc723f49e11d | /area.cpp | dd454b9a54da9ae669ea18da32214203a9b72e89 | [] | no_license | NganarembaShija/4thsemlab | 16e2ed843c1ed49c1d52bc3658f01c9b24bec59e | 6f0271ee56bb5dadc6859173971f33ce5218dd25 | refs/heads/main | 2023-04-04T09:02:33.611434 | 2021-04-19T09:51:02 | 2021-04-19T09:51:02 | 359,407,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 986 | cpp | // Write a Cpp Program to find the area and perimeter of a square and rectangle using function
#include<iostream>
using namespace std;
int square();
int rectangle();
int main(){
int choice;
cout << "Menu\n1. Square\n2. Rectangle\nEnter choice: ";
cin >> choice;
if(choice==1)
square();
else if(choi... | [
"noreply@github.com"
] | NganarembaShija.noreply@github.com |
b7f982fa97822842a0aab7bbbf78459633270418 | 7bf66dfe05c80a4f9dabe6b27f5b59cab5cd1d64 | /io/stream_base.cpp | bb67ea61ca2eccdaf28b93f28d9aef34635b3eb5 | [] | no_license | programmerjake/libresourceloader | 71431ed16ec5f756b930a6d88a91ef75d386993e | b015698bfb51157c61bd0c3c38afaa80ae783e6c | refs/heads/master | 2021-01-12T03:48:27.513284 | 2017-06-29T07:32:35 | 2017-06-29T07:45:18 | 78,266,558 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,802 | cpp | /*
* Copyright (C) 2012-2016 Jacob R. Lifshay
* This file is part of Voxels.
*
* Voxels 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 of the License, or
* (at your option) any ... | [
"programmerjake@gmail.com"
] | programmerjake@gmail.com |
e06c1b72b53e543bb66538d8d3c183303ff59671 | d60588e046a09cdad53989228aec653258ba1504 | /c++/src/capnp/compiler/parser.c++ | c6ec91f7b73839b51e8026105dac652b861f5ca1 | [
"BSD-2-Clause"
] | permissive | dannychickenlai/capnproto | 7221fa680a18b18992fbf275f32f75523a209760 | e5022cd09c32c24392ac043d1a6bb73cabdb71fe | refs/heads/master | 2020-12-25T20:54:23.614585 | 2013-11-03T22:30:16 | 2013-11-03T22:30:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,495 | // Copyright (c) 2013, Kenton Varda <temporal@gmail.com>
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this
//... | [
"temporal@gmail.com"
] | temporal@gmail.com | |
53451f48c4ae374b0f4ba111c95b2b9c4e5ef07e | 48e9c98f5c13391aed12c865ecfbb6819bcb2ec4 | /huxley/G.cpp | 5b4680570edf210391603b8555ecb78ebb45ca1c | [] | no_license | rodrigoalves1/random | 7f9c121ba3164616aa8e3bb4eb6b640cd47463da | bf129daeb7f81e3b67584546843badbc888179f7 | refs/heads/master | 2021-01-17T14:57:13.406869 | 2016-07-25T21:40:18 | 2016-07-25T21:40:18 | 55,460,923 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 967 | cpp | #include <cstdio>
#include <cstring>
#include <algorithm>
#include <cmath>
#include <vector>
#include <string>
float n[3];
float delta;
float raizes[2];
using namespace std;
int main()
{
freopen("in.txt", "r", stdin);
freopen("out.txt", "w", stdout);
while(scanf("%f",&n[0]) != EOF){
// b² – 4... | [
"RodrigoA"
] | RodrigoA |
5c2681793b7a85dbbb2ed254a3d9c2a109a49e83 | e1061ab4409bf51c44981d6053f5e7b3d8ceadf0 | /src/graphics/CColor.h | 2ec8629ee6f3801d9af418fefe1ac73f5af71f26 | [
"BSD-3-Clause"
] | permissive | desmondlr/chai3d | 033e2d86d2d66db7e00fd5f483b58a8469e54c09 | 1306e7cd213a5e838a251e1f2212ee15455f1bb5 | refs/heads/master | 2020-04-28T07:22:56.482259 | 2019-04-23T23:01:33 | 2019-04-23T23:01:33 | 175,090,060 | 1 | 2 | NOASSERTION | 2019-04-23T23:01:34 | 2019-03-11T21:58:01 | C++ | UTF-8 | C++ | false | false | 78,129 | h | //==============================================================================
/*
Software License Agreement (BSD License)
Copyright (c) 2003-2016, CHAI3D.
(www.chai3d.org)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are perm... | [
"grange@forcedimension.com"
] | grange@forcedimension.com |
3a42857564db485fda97ef6fa85f56ebc7e5ac6a | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.007/H2 | b66847204114513ecc75f10d842105e39386609f | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
fd9178799f676dd6c84b8d90e283b7f199fa6e8b | aaa9b4609ca62e6498599e5cb818eda8a6280a7d | /sdk/verify/mi_demo/amigos/internal/base/include/dla.h | b1a95cd4c5d2c99921a78a6adfb7ea75ab546322 | [] | no_license | charles-chunhua/IPC | cb06dbff02982d0f722efcc97ac3dd327190083a | da023ed1765a7b5c0f4b5775dec5e53c1944a874 | refs/heads/master | 2023-03-21T11:27:17.834384 | 2020-08-03T02:01:43 | 2020-08-03T02:01:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 961 | h | /* Copyright (c) 2018-2019 Sigmastar Technology Corp.
All rights reserved.
Unless otherwise stipulated in writing, any and all information contained
herein regardless in any format shall remain the sole proprietary of
Sigmastar Technology Corp. and be kept in strict confidence
(��Sigmastar Confidential Informati... | [
"zhaoyinghui@apical.com.cn"
] | zhaoyinghui@apical.com.cn |
6bea8ac6698cb3b1f66cb6a7cbf9fa743c0ef2fc | 2e1737bea645aacb1efa835ea8d682392a2711e4 | /ServerDemoBufLib/boost/atomic/detail/ops_gcc_atomic.hpp | 58f9931c26fcb5b246e73502a0d05102d5831ea3 | [] | no_license | w747351274/ChatServer | 3acf579bbebf6471327d599bf263afe2b5cd678c | b7dec568c9dfc60b5bb1446efbc3ded6ad2f1ba6 | refs/heads/master | 2020-03-31T17:50:57.408048 | 2019-10-25T01:09:17 | 2019-10-25T01:09:17 | 152,436,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,611 | hpp | /*
* 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)
*
* Copyright (c) 2014 Andrey Semashev
*/
/*!
* \file atomic/detail/ops_gcc_atomic.hpp
*
* This header contains implementation of the \c operat... | [
"jianglei.wang@quanshi.com"
] | jianglei.wang@quanshi.com |
81f7214edc6101f83cf9c1a6e173e56bf9d0aa28 | 310130361a1f546a9a8e64f941dc3627d7d199bb | /src/console/OrderConsole.cpp | 5e7dfe93857e6efdb1551b54ac980dba269ef2e5 | [] | no_license | mjamilfarooq/Exchange | d17cf65617460be3dda64f2052942e07601b0621 | 8b5aaa7d474bbf094b53d82eb53b13a0a86c4ead | refs/heads/master | 2020-04-03T17:01:51.738274 | 2018-11-10T23:39:10 | 2018-11-10T23:39:10 | 155,428,846 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 879 | cpp | /*
* ConsoleClient.cpp.
*
* Created on: 28/10/2018
* Author: jamil
*/
#include "OrderConsole.h"
using namespace std;
OrderConsole::OrderConsole(ILogger *logger):
logger(logger) {
TRACE(logger, "Initialization of Order Console");
ft = async(std::launch::async, &OrderConsole::run, this);
}
void OrderCo... | [
"jamil.farooq@hotmail.com"
] | jamil.farooq@hotmail.com |
20b39d9aefef5ea22401b1c75f13fc668e004e1d | 746b3c98e3013715e697cf227232631775036f8a | /mainwindow.h | 0ef2827aa72df8a5cb321240a031c1f335430ea7 | [] | no_license | chayannesantos/Dimensionamento-Residencial-Eletrico | a9d0fd16382b1f6c3d6e57ee3d53885afc8e1d52 | bc606118a0ffeb794b04c18296377795bfb4b689 | refs/heads/master | 2020-06-03T17:17:57.351934 | 2019-06-14T00:39:40 | 2019-06-14T00:39:40 | 191,664,316 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,189 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QMessageBox>
#include <QFileDialog>
#include <QInputDialog>
#include <QUrl>
#include <QDesktopServices>
#include "arquivos.h"
#include "comodo.h"
#include "residencia.h"
namespace Ui {
class MainWindow;
}
class MainWindow :... | [
"noreply@github.com"
] | chayannesantos.noreply@github.com |
831e276d7dcd7b8a90e0b128b9b70ead27a63b95 | 22e060f7cbb2fe6fcc8c4aee44c7e174abf0af02 | /lib/directory.cpp | 3c9e3de25600d5ada6a9dc8bbf4124979d1c61ee | [
"MIT"
] | permissive | ericchristoffersen/Unshield_MSVC2019 | ddcb679a06fc12ea750b816667559aa16b7c924a | 950061eefc59bac82940633bee6d582649a09fb5 | refs/heads/master | 2021-03-13T16:30:08.363179 | 2020-12-08T21:30:14 | 2020-12-08T21:30:14 | 246,695,163 | 3 | 0 | MIT | 2020-03-13T17:55:47 | 2020-03-11T22:47:36 | C++ | UTF-8 | C++ | false | false | 721 | cpp | /* $Id$ */
#include "internal.h"
#include "log.h"
int Unshield::unshield_directory_count() const
{
/* XXX: multi-volume support... */
Header* header = this->header_list;
return header->cab.directory_count;
}
const char* Unshield::unshield_directory_name(int index)
{
if (index >= 0)
{
/* XXX: mult... | [
"46055145+ericchristoffersen@users.noreply.github.com"
] | 46055145+ericchristoffersen@users.noreply.github.com |
086b5891b526485bd6b0c63315a863714d67b924 | c1ff870879152fba2b54eddfb7591ec322eb3061 | /plugins/languageAPI/jsAPI/3rdParty/nodejs/10.1.0/source/deps/icu-small/source/i18n/vtzone.cpp | 0c76c9b6c98bf244ed77dafca794fda4b4499e12 | [
"BSD-3-Clause",
"ICU",
"LicenseRef-scancode-unicode",
"NAIST-2003",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"ISC",
"Artistic-2.0",
"MIT",
"Zlib",
"NTP",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-free-unknown"
] | permissive | MTASZTAKI/ApertusVR | 1a9809fb7af81c3cd7fb732ed481ebe4ce66fefa | 424ec5515ae08780542f33cc4841a8f9a96337b3 | refs/heads/0.9 | 2022-12-11T20:03:42.926813 | 2019-10-11T09:29:45 | 2019-10-11T09:29:45 | 73,708,854 | 188 | 55 | MIT | 2022-12-11T08:53:21 | 2016-11-14T13:48:00 | C++ | UTF-8 | C++ | false | false | 90,061 | cpp | // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
* Copyright (C) 2007-2016, International Business Machines Corporation and
* others. All Rights Reserved.
*******************... | [
"peter.kovacs@sztaki.mta.hu"
] | peter.kovacs@sztaki.mta.hu |
4204c2b957bfb26bda72386f7b29cdb206daa033 | 5abcf859e3c9e8a06ba0a085e59c3e34bae6a602 | /x-window-manager/window_manager.cpp | 63c40131b79ca25469852970c019a7b5674dee9a | [] | no_license | hadyelzayady/build-your-own-x | 0131ce4bc6aeeb57ac9ebdcae7ff8dfb66750147 | 635eeaeb7b66ad95c4fd50b13188f3be27560610 | refs/heads/main | 2023-02-24T22:22:11.176789 | 2021-01-30T13:14:52 | 2021-01-30T13:14:52 | 325,757,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | cpp | #include "window_manager.hpp"
using ::std::unique_ptr;
unique_ptr<WindowManager> WindowManager::Create(){
Display* display = XOpenDisplay(nullptr);
if(display == nullptr){
return nullptr;
}
return unique_ptr<WindowManager>(new WindowManager(display));
}
WindowManager::WindowManager(Display* display): di... | [
"hadyelzayady@yahoo.com"
] | hadyelzayady@yahoo.com |
2a5c30b574009b19daba0467f8fb8a8dbdd46899 | 58cf52602116d6d2736f4a1787734f521f2707d0 | /person.cpp | 25427c844cccc1ea8283657793670d637b810dbd | [] | no_license | 8BitsCoding/paintitem | fc8dcfe420bb9f124bf13bdb886ed0f8b30179b9 | 417b91cf1de6738b3e95dd1d0cd3051d7ec51b95 | refs/heads/master | 2022-04-04T20:34:58.588136 | 2020-03-02T09:26:13 | 2020-03-02T09:26:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 951 | cpp | #include "person.h"
#include <QDebug>
Person::Person(QObject *parent) : QObject(parent)
{
}
Person::Person(const QString &names, const QString &favoritecolor, const int &age, QObject *parent):
QObject(parent),m_names(names),m_favoriteColor(favoritecolor),m_age(age)
{
}
QString Person::names() const
{
retu... | [
"taehyeong77@naver.com"
] | taehyeong77@naver.com |
eee779c06febcb0f6ed13994d0ff3d050bb08ee8 | 8fcb1c271da597ecc4aeb75855ff4b372b4bb05e | /Hackerrank/ProjectEuler+/LongestCollatzSequence.cpp | 26ea23470eed445ce5fd8c022c05725baaa28f46 | [
"Apache-2.0"
] | permissive | MartinAparicioPons/Competitive-Programming | 9c67c6e15a2ea0e2aa8d0ef79de6b4d1f16d3223 | 58151df0ed08a5e4e605abefdd69fef1ecc10fa0 | refs/heads/master | 2020-12-15T21:33:39.504595 | 2016-10-08T20:40:10 | 2016-10-08T20:40:10 | 20,273,032 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | cpp | #include <bits/stdc++.h>
#define EL cerr << endl;
#define DB(x) cerr << "#" << (#x) << ": " << (x) << " ";
#define DEB(x) cerr << "#" << (#x) << ": " << (x) << endl;
#define PR(x) cout << (x) << endl
#define X first
#define Y second
#define PB push_back
#define MP make_pair
using namespace std;
typedef unsigned long ... | [
"martin.aparicio.pons@gmail.com"
] | martin.aparicio.pons@gmail.com |
1bfc05befd5f6187036a8db46bd52e93f6279e96 | 45f78ef0c270d16952d8db884278faa6691de399 | /codebase/libs/radar/src/include/radar/TempProfile.hh | 30f7f59653cf23cdf8886aa14e3e6ed247762e27 | [
"BSD-3-Clause"
] | permissive | bgin/lrose-core | 6da3e856c099cbb2fc273795653da39bee472869 | 2bff382ccaa9e927a922b2d545dd418a3ba791fc | refs/heads/master | 2021-06-09T05:33:52.806917 | 2016-11-17T13:13:38 | 2016-11-17T13:13:38 | 75,398,778 | 1 | 0 | null | 2016-12-02T13:39:13 | 2016-12-02T13:39:13 | null | UTF-8 | C++ | false | false | 6,565 | hh | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1990 - 2016
// ** University Corporation for Atmospheric Research (UCAR)
// ** National Center for Atmospheric Research (NCAR)
// ** Bo... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
5e6c90efa48d41ae7b3c58c4939973a5281ac8ae | 66b4eb2c460cac5d9f40f99f725538c0a3e2feda | /Company Course/Course examples/10_Course_2020_05_07/05_Toolbar/toolbar.cpp | ed9842a5058f435465ebdacb143a2cbec85b367d | [] | no_license | Mavrikant/Qt-Course | 0fe4e766af4f9e91b7727273c37ab7b5fd499a1d | de702b0121fa85c33cc5ec02819d2fb84cc74191 | refs/heads/master | 2022-12-15T23:01:36.868043 | 2020-09-10T17:41:34 | 2020-09-10T17:41:34 | 255,144,522 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 564 | cpp | #include "toolbar.h"
#include <QToolBar>
#include <QIcon>
#include <QAction>
Toolbar::Toolbar(QWidget *parent): QMainWindow(parent)
{
QPixmap newpix("new.png");
QPixmap openpix("open.png");
QPixmap quitpix("quit.png");
QToolBar *toolbar = addToolBar("main toolbar");
toolbar->addAction(QIcon(newpix... | [
"serdar@karaman.dev"
] | serdar@karaman.dev |
7df249adc9107e346c53b633d425ea585c3439e4 | b1b31d91cc189aa8564989951ba3ddb60c3d8d1b | /cradle/src/cradle/io/vtk_io.hpp | c0590fada4b7765eed7adac90ae49b57bb8ab8b1 | [
"BSL-1.0",
"MIT"
] | permissive | dotdecimal/open-cradle | 4a9ce7a7658fc27379aaf3828e5e1eb99ddb215b | a3d3e198ccb64200ff3d820067597b07f1513de1 | refs/heads/master | 2022-07-08T06:37:27.530663 | 2022-06-28T13:11:58 | 2022-06-28T13:11:58 | 107,994,029 | 1 | 5 | MIT | 2022-06-28T13:11:10 | 2017-10-23T14:30:25 | C++ | UTF-8 | C++ | false | false | 1,876 | hpp | /*
* Author(s): Salvadore Gerace <sgerace@dotdecimal.com>
* Thomas Madden <tmadden@mgh.harvard.edu>
* Date: 03/27/2013
*
* Copyright:
* This work was developed as a joint effort between .decimal, Inc. and
* Partners HealthCare under research agreement A213686; as such, it is
* jointly copyrig... | [
"kerhart@dotdecimal.com"
] | kerhart@dotdecimal.com |
14616d964905ecea3f2b21f366c0d5b21207ac36 | 59ea9c316c6de13926067952e7ded03b5f81205f | /mjr/mjrt2b.cpp | 8ac21d0e5dc05623e4cb07f7bd598c22f1c794ff | [] | no_license | federicotyx/mcmahjong | 7a9ee34f870b866d3048de3269824cb73dd4a8ed | c606f2255719ed217f6084039825a90fd6653d18 | refs/heads/master | 2021-01-10T12:13:39.036994 | 2015-10-13T03:57:57 | 2015-10-13T03:57:57 | 43,807,335 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,822 | cpp | #include <iostream>
#include <fstream>
#include <sstream>
#include <libxml++/libxml++.h>
#include <cstdlib>
#include <cassert>
#include "bitbuff.hpp"
#include "tileconv.hpp"
using namespace std;
bitbuff bf;
uint8_t lastdraw;
uint8_t lastdiscard;
bool ingame;
void akaindi(uint8_t a)
{
if (((a >> 6) & 0x1) == 1)
{
... | [
"zxrlha@gmail.com"
] | zxrlha@gmail.com |
c21f2e22d6031f1aa51baf17ccaacd01c6f5ac3d | e82a424711a34c72eb7d7604cffc55ef13e92742 | /Engine/Source/Insight/Rendering/Geometry/Mesh.cpp | 47a5f53499dc6ff55bcedb2c704842a0dd1e14ad | [
"Apache-2.0"
] | permissive | wangscript007/InsightEngine | 38e2d24f5d92bed342200a23174546249a4ccecd | 3d371faaad2c6d63328b18070ed7087638b58169 | refs/heads/master | 2022-12-10T17:24:58.336857 | 2020-08-09T00:19:48 | 2020-08-09T00:19:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,497 | cpp | #include <ie_pch.h>
#include "Mesh.h"
#include "Insight/Core/Application.h"
#include "Insight/Rendering/Renderer.h"
#include "Platform/Windows/DirectX_11/Geometry/D3D11_Index_Buffer.h"
#include "Platform/Windows/DirectX_11/Geometry/D3D11_Vertex_Buffer.h"
#include "Platform/Windows/DirectX_12/Geometry/D3D12_Index_Buf... | [
"gcourtney@student.neumont.edu"
] | gcourtney@student.neumont.edu |
d37dfc1f5f2fa975552ac53796bfe786f6c7320f | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h | 85d9794e34a4dc02b73b73652c6d5d7c70b61990 | [
"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",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 1,511 | h | // Copyright 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.
#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLLBAR_LAYER_IMPL_H_
#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLLBAR_LAYER_IMPL_H_
#include ... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
7bb5caf2c2eca7544bb86c0fce5a9fa287e08e28 | 171695f7484c36e01fe82a83580a06e411209217 | /BAP4/Temp/il2cppOutput/il2cppOutput/Generics23.cpp | 0706e53abdb53f2b36a4b3947da6ff02e67c6f3b | [] | no_license | gilkevermander/bapMemento2 | cb23225600fa9cc7b8c81c5c8bd7026fc2d3b1c7 | fcef0fc26ec271b567293de9fe11d43301732008 | refs/heads/main | 2023-03-09T06:38:36.737161 | 2021-02-11T18:19:40 | 2021-02-11T18:19:40 | 335,277,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,588,054 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template ... | [
"gilke.vermander@student.howest.be"
] | gilke.vermander@student.howest.be |
84a48641228ea4abfc1285fdac097b9e8cd00412 | 0b920dfab9b314703832210c1c03b993d97748fd | /jni/native_crash_capture.cpp | b9abb2510fff0a01a5b30b4b238e4f927a01bf5d | [
"BSD-3-Clause"
] | permissive | uplusplus/CrashCapture | c7811205f48293f8024c218f37194433eb295fa7 | daf3f90c9cec32e1e0038775b3bc95130957954d | refs/heads/master | 2020-03-19T02:43:38.509694 | 2015-09-16T12:43:58 | 2015-09-16T12:43:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,497 | cpp | //Copyright 2014 miechalzhao@gmail 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 "include/com_hujiang_crashcapture_NativeCrashCapture_JNI.h"
#include "base/common.h"
#include "breakpad/src/client/linux/handler/exception_han... | [
"miechalzhao@gmail.com"
] | miechalzhao@gmail.com |
a2973c356062638587cd10b9d66ee8ada22c96ac | a1cdb9afc6ea2d82fc4f9ad4cd005b2423e1e618 | /Structures/size of structures.cpp | e5f09a045f051eaba6399701beed8a9ccc41569d | [] | no_license | Sneha-Gunjari/programming-for-problem-solving | 8c2c05cb5659e3826d80ac4f9f4e431ad04f9d23 | bab5425414c4fd005117e93eb9fc2c90df196cc9 | refs/heads/main | 2023-06-23T08:03:33.352667 | 2021-07-19T18:14:22 | 2021-07-19T18:14:22 | 386,333,856 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 257 | cpp | /*programm to print thesize of the structures*/
#include<stdio.h>
struct sz
{
int roll,marks;
char name[10];
};
int main()
{
int size;
struct sz s;
size = sizeof(s);
printf("\nSize of the structure : %d",size);
return 0;
}
| [
"noreply@github.com"
] | Sneha-Gunjari.noreply@github.com |
e851a0b220354a5dd3450648fc7b975732451136 | 166301673dbd1aa2e72c1ebf4bd88d510f1d333b | /Generator/BooleanOperatorExpression.cpp | c47eba636830b39cfa7e923c807ae09836c34e10 | [] | no_license | JacquesDiringer/LODEnvironmentGenerator | d55c1df7cb099a41a419ce4cd767d5404c64860b | 43d4af368e0eab923f79bac6eb29348210ac636f | refs/heads/master | 2021-10-26T02:33:23.905092 | 2019-04-09T20:41:07 | 2019-04-09T20:41:07 | 51,545,926 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | cpp | #include "stdafx.h"
#include "BooleanOperatorExpression.h"
#include <stdexcept>
namespace Math
{
BooleanOperatorExpression::BooleanOperatorExpression()
{
}
BooleanOperatorExpression::BooleanOperatorExpression(FloatExpression * expressionA, FloatExpression * expressionB, BooleanOperatorType operatorType)
: _ex... | [
"jacques.diringer@gmail.com"
] | jacques.diringer@gmail.com |
c37d8562107830cf5ded6e47d9753a8b188fb6f2 | ab35a18411b2a8197f5ca9ba81ba47221ca73616 | /Blackjack/Deck.cpp | eff04a3f81f79cba99f3920de223092e583f7327 | [] | no_license | whalenrp/SDL_Games | 4e204a6078977a214d063b809bfc0ed70a113403 | 79f2917409f6bd0456dcd4f99478a92029ef7257 | refs/heads/master | 2020-06-04T01:48:34.318428 | 2012-07-02T16:13:25 | 2012-07-02T16:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,330 | cpp | #include "Deck.h"
#include <cstdlib>
#include <ctime>
Deck::Deck(): cards(), curCard(0){}
Deck::~Deck(){}
// load all cards with blitted surfaces
bool Deck::onInit(){
char h01[] = "./gfx/Cards/Classic/h01.png";
char h02[] = "./gfx/Cards/Classic/h02.png";
char h03[] = "./gfx/Cards/Classic/h03.png";
char h04[] = ... | [
"richard.p.whalen@vanderbilt.edu"
] | richard.p.whalen@vanderbilt.edu |
39ce27a61014570e4711046208aca898b85d7aac | d6746a7274f285f98c923b4989617b4a5b6aae92 | /gui/output/output.cpp | 58ccae9c143c51f6426474b7e795e1125d21314f | [] | no_license | i-radwan/Image2Code | a2d1e58961d522cc920c2afa90a85311bf077b29 | 0953bc904d4715f6a23b27eecb20a499755708ba | refs/heads/master | 2022-03-22T10:53:49.916198 | 2019-12-06T11:20:10 | 2019-12-06T11:20:10 | 112,795,798 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | #include <stdio.h>
#include <iostream>
using namespace std;
int a, b, c, d, mx, md, mn;
int main() {
while (cin >> a >> b >> c >> d) {
mx = 2 * a;
md = 2 * b;
mn = c < d ? c : d;
mn *= 2;
if (d > mn || c > mn || 2*d >= mx || 2*d >= md) {
cout << "-1" << endl;
}
else {
cout << mx << endl << md << endl << mn << endl... | [
"i.radwan1996@gmail.com"
] | i.radwan1996@gmail.com |
9fc1d39fe04a7f26aba3c9e1fe0a772b6d83ce61 | 26a1cd175cd02ccc45f0eb073f3fe54d218333f2 | /src/creeper.cpp | 269d6f40749e9680a3c72706c1b9873409e83c76 | [] | no_license | mikekosseh/Chrome_Creeper | 729e1cb48a070e19e7168697d56a6a29dba5c616 | bbc01b12efab2044ee0e05a7d084bbea623d8f26 | refs/heads/master | 2021-01-10T19:38:54.800745 | 2013-12-30T14:01:14 | 2013-12-30T14:01:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,334 | cpp | #include <iostream>
#include <sqlite3.h>
#include <string.h>
#include <windows.h>
#include <Lmcons.h>
using std::cout;
using std::cin;
using std::string;
//Functions
void selectFromDB(sqlite3** db);
void display(sqlite3 *db, string tbname);
//callback
int callback(void *NotUsed, int argc, char **argv, char **azColN... | [
"mike.koss.eh@gmail.com"
] | mike.koss.eh@gmail.com |
73702021add508313ac365513a3d73a6eb77cd97 | 003a6f7629cf2244536a99d731c74df95780acb9 | /proxyobject.cpp | ad83901b71651fede2653bc537c308b6d8c80313 | [] | no_license | connLAN/dataProxy | abd750c601eaebf120eadc1d2b878cf6b01eaeb2 | cdcb42c59cbdc948e06980fe60120136f16fec4e | refs/heads/master | 2021-06-16T22:04:06.867639 | 2017-04-20T01:30:21 | 2017-04-20T01:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,160 | cpp | #include "proxyobject.h"
#include <QCoreApplication>
#include <QDebug>
#include <QSettings>
#include <QString>
#include <QTextStream>
#include <QTcpSocket>
#include <QTimerEvent>
#include <QHostInfo>
using namespace ZPNetwork;
extern quint64 g_bytesRecieved ;
extern quint64 g_bytesSent ;
extern quint64 g_se... | [
"goldenhawking@163.com"
] | goldenhawking@163.com |
a09944a3ee479be04685bdafaf7096182663f4af | 176bdedb76124eabef78e072470af284c08aa627 | /Library/Il2cppBuildCache/WebGL/il2cppOutput/Generics1.cpp | 19e2d801fa1c3fe44207c4e442a70b3743198614 | [] | no_license | Nathan51888/GMTK2021 | 3efc8f9dbdc326e71d187ced5e378a7258537bd8 | 600b605328be905f3d28c3cf1e47bd2ba22d95d2 | refs/heads/main | 2023-06-07T15:14:39.657502 | 2021-06-22T05:50:51 | 2021-06-22T05:50:51 | 376,175,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,160,614 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const V... | [
"NathanLiang99@outlook.com"
] | NathanLiang99@outlook.com |
f374ea1e7d509af92dff9bcd40ff99053b87c37b | 7ba0ca06bdbab23e2d633261d580b16ed52b364f | /src/CommTurret_pkg/src/Comm_turret.cpp | 9248137a6e325c363ac14128e4587e0d76f1f74a | [] | no_license | Nam-Insu/Anti-drone-Turret | be6ce651fba65fbffe4d7ef6f4a8975a01910875 | b462aca5b717f0c5f2484ab49c863099b1bb925c | refs/heads/main | 2023-04-08T14:55:41.194947 | 2021-04-05T19:41:31 | 2021-04-05T19:41:31 | 363,608,184 | 1 | 0 | null | 2021-05-02T09:01:41 | 2021-05-02T09:01:40 | null | UTF-8 | C++ | false | false | 395 | cpp | #include "CommTurret_pkg/serial_turret.hpp"
#include "CommTurret_pkg/cserial.h"
int main(int argc, char **argv)
{
ros::init(argc, argv, "Comm_turret");
ros::NodeHandle nh;
std::string port = "/dev/ttyUSB0";
// //nh.param("CommTurret/Port",port,std::string("/dev/ttyUSB0"));
serial_turret ser(port,115200);
/... | [
"noreply@github.com"
] | Nam-Insu.noreply@github.com |
78e87804fc0538b1cf05d61f04421a1af55c3f16 | 65fa8d00ad9ea8809cb1228acd87d760ff0f406b | /src/building.cpp | e0eb9ebed4fb10321430d84a7c583158dcbeef98 | [] | no_license | genesis32/hackerpacket | 0731d200fdac36b66bd7e7c22ef73db53276bc87 | bba97eedf01016de5845d4353088b54cc48d1f33 | refs/heads/master | 2021-01-20T04:12:08.074573 | 2017-04-28T02:26:22 | 2017-04-28T02:26:22 | 89,659,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,817 | cpp | #include <time.h>
#include "stdafx.h"
#include "building.h"
#include "font.h"
extern time_t curr_time;
CBuilding::CBuilding(void) : width(15.0), height(0.1), max_height(40.0), x(0.0), z(0.0), rising(false), alive(false),
falling(false)
{
contents = new C_Texture("blank.tga", false);
}
CBuilding::CBuilding(float w,... | [
"ddmassey@gmail.com"
] | ddmassey@gmail.com |
ede29ee4f13de9ecef2598f622a7d7e33dd7a598 | 57331482c25803644d81e58795329badb97cc692 | /Decorador/decorador_estatico/decorador_estatico/ColoredShape.h | a9598e76035b84d85d807bf6c8d47034b99859b7 | [] | no_license | titito2005/CI-0136 | 87bb9c970bcff5bee2c2642c3dcc85f736838553 | 7a60292960739d212c0da1ad72e9e2f4bc123a7c | refs/heads/main | 2023-02-03T03:17:08.345179 | 2020-12-16T01:46:52 | 2020-12-16T01:46:52 | 321,836,214 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 880 | h | #pragma once
#include <sstream>
#include <iostream>
using namespace std;
#include "Shape.h"
template < typename T >
class ColoredShape : public T
{
// Impide que se use ColoredShape con un tipo T que NO herede de Shape!!!
static_assert(is_base_of<Shape, T>::value, "Template argument must be a Shape");
pu... | [
"luis.rojarcarrillo@ucr.ac.cr"
] | luis.rojarcarrillo@ucr.ac.cr |
961ede84f9215faf709ef122b10f24afcac76bb2 | 8117cdb7c686ee4c66992a22c89ef2529ffc2030 | /graphs/strongly_connected_components.cpp | 76860df0193f92ae90c7264b748f518835170eff | [] | no_license | danielf/contest-library | ac81687a8c9dea4f4d0662b6d226d4a8651fcfdd | 4a4a030e97693cb84de942ce9677fc04a5383d44 | refs/heads/master | 2020-05-31T11:25:24.780241 | 2019-05-30T23:05:38 | 2019-05-30T23:05:38 | 190,260,770 | 0 | 0 | null | 2019-06-04T18:48:48 | 2019-06-04T18:48:48 | null | UTF-8 | C++ | false | false | 757 | cpp | tuple<int, vi> strongly_connected_components(const vvi& graph) {
const int N = graph.size();
int C = 0, V = 0, top = 0;
vi comp(N, -1), inx(N, -1), stack(N + 1, -1);
auto tarjan = [&](auto&& self, int loc) -> int {
stack[top++] = loc;
int low = inx[loc] = V++;
for (int nbr : gra... | [
"saketh.are@gmail.com"
] | saketh.are@gmail.com |
b6da5c4afedc9a9f03b89cd41ff671cea1ff5a2b | 8380b5eb12e24692e97480bfa8939a199d067bce | /Carberp Botnet/source - absource/pro/all source/BlackJoeWhiteJoe/include/layout/nsStyleCoord.h | 7396ce998ebdb6ef2ed93371eb63f1e59bda47d2 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | RamadhanAmizudin/malware | 788ee745b5bb23b980005c2af08f6cb8763981c2 | 62d0035db6bc9aa279b7c60250d439825ae65e41 | refs/heads/master | 2023-02-05T13:37:18.909646 | 2023-01-26T08:43:18 | 2023-01-26T08:43:18 | 53,407,812 | 873 | 291 | null | 2023-01-26T08:43:19 | 2016-03-08T11:44:21 | C++ | UTF-8 | C++ | false | false | 11,098 | h | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* t... | [
"fdiskyou@users.noreply.github.com"
] | fdiskyou@users.noreply.github.com |
e63e08650b2c797f31a1583dd7bf89c9af9155e9 | d5ca1ec80bff219f416f2d0f8033b5574208472e | /MiniLD33Game/Source/MainGame.cpp | 67e3b6f6d714cefa411587761f02449c351e3e1b | [] | no_license | wdmchaft/Psybrus | 534809f0d33ec585abd04d932185fd8f2e726ff4 | a40136432a9f75d16b0337f0f41f1de3b3e1c02f | refs/heads/master | 2020-12-24T22:06:03.905336 | 2012-04-24T04:58:52 | 2012-04-24T04:59:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,189 | cpp | /**************************************************************************
*
* File: MainGame.cpp
* Author: Neil Richardson
* Ver/Date:
* Description:
* Main Game Entrypoint.
*
*
*
*
**************************************************************************/
#include "Psybrus.h"
#include "GaTopState.h"
#inc... | [
"richyneil@gmail.com"
] | richyneil@gmail.com |
c84cb377c645dbb29876582197b54504bedd0c90 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/hunk_7763.cpp | f15b32ac3241b0be0d063ad37eda4ff6edccf37f | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,360 | cpp | /* Do whatever is necessary to begin storage of new object */
mem_ptr memInit()
{
- mem_ptr new = (mem_ptr) xcalloc(1, sizeof(Mem_Hdr));
-
+ mem_ptr new = xcalloc(1, sizeof(Mem_Hdr));
new->tail = new->head = NULL;
-
new->mem_free = memFree;
new->mem_free_data = memFreeData;
new->mem_free_da... | [
"993273596@qq.com"
] | 993273596@qq.com |
a3006b9e3f10c9c9c3b7d17e525d3328055acbc0 | 71689aaaf39023deb39d4b5d05d4502a9b8931e0 | /include/tools/XVBase_/XVEnums/XVMirrorDirection.h | 6037eca3e83878a8f99aec7242a9183f47975ebc | [] | no_license | Jiondon/VisionGraph | e24398a16cb981d93574c3ffaf349bd64539db53 | 3f051a3b2fa752569de9a2c53b09abfe8ee7d731 | refs/heads/master | 2022-01-15T20:48:52.767337 | 2019-06-05T01:36:35 | 2019-06-05T01:36:35 | 164,600,825 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 189 | h | #ifndef XVMIRRORDIRECTION_H
#define XVMIRRORDIRECTION_H
namespace XVMirrorDirection {
enum Type
{
Horizontal,
Vertical,
Both
};
}
#endif // XVMIRRORDIRECTION_H
| [
"1973880959@qq.com"
] | 1973880959@qq.com |
d657c276ba6aa46278ca856a5860fd74956788a4 | b42c29a7fdc1d8957da449a21d505047c295e603 | /SqlQueryParser/include/Query.h | 1bcb23c5184d7404bf4f72a13f9ee7593e19f782 | [] | no_license | rumikalita19/Magnitude_Interview | 5d34be5a10cc74b08e88aeeabe035f1656599a37 | 64e78f0b25c17d4e2f2cb5a8cc76b468e45f429a | refs/heads/master | 2023-05-03T19:20:53.780664 | 2021-05-24T09:12:54 | 2021-05-24T09:12:54 | 370,291,176 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | h | #ifndef QUERY_H
#define QUERY_H
#include<iostream>
using namespace std;
class Query
{
public:
Query();
virtual ~Query();
protected:
private:
};
#endif // QUERY_H
| [
"80746307+rumikalita19@users.noreply.github.com"
] | 80746307+rumikalita19@users.noreply.github.com |
9634ec172b1fb11338cedfe75cc13a70e9a4cd9b | 6c371f562975b50d04ed862ba95a7dc7e653fdf9 | /csg/tests/csg_tests.cpp | 3f84953ba9c5dcc06e2281a422cc0904da891eb4 | [] | no_license | Nurbain/CPOA | 869c604965ab9b9dca5a016138e2e93b633f6475 | d91a364f7e7fd7818f4058c1e571843e91254a0e | refs/heads/master | 2021-03-19T10:54:30.200328 | 2018-01-09T19:29:44 | 2018-01-09T19:29:44 | 106,271,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 62 | cpp | #include <iostream>
#include "BoundingBox.h"
int main()
{
}
| [
"nathan.urbain@etu.unistra.fr"
] | nathan.urbain@etu.unistra.fr |
25e9cb05806edea3a087a318752bade90e9a2f0d | ddb149efcd6f75adf7e7d297b9f5bd1d33930e57 | /Galaxy_SouthGreen/GNPAnnot_tools/eugene/eugene-3.6a/src/SensorPlugins/Transcript/Sensor.Transcript.cc | c6dc45319726d780e2e1ede787ad1b6a541d9996 | [
"LicenseRef-scancode-unknown-license-reference",
"Artistic-1.0"
] | permissive | SouthGreenPlatform/galaxy-wrappers | eefff375f2ce2b4c0cc383ac707c766e44d59c89 | fda4f3ec1ceef72db30adfceb0fb95a0f7093108 | refs/heads/master | 2022-12-16T05:03:29.948035 | 2022-12-05T08:22:59 | 2022-12-05T08:22:59 | 44,322,527 | 7 | 3 | null | 2019-02-19T13:06:30 | 2015-10-15T14:20:43 | Python | UTF-8 | C++ | false | false | 2,285 | cc | // ------------------------------------------------------------------
// Copyright (C) 2004 INRA <eugene@ossau.toulouse.inra.fr>
//
// This program is open source; you can redistribute it and/or modify
// it under the terms of the Artistic License (see LICENSE file).
//
// This program is distributed in the hope that i... | [
"galaxydev@cc2-web1.(none)"
] | galaxydev@cc2-web1.(none) |
6372877fcd8927e690577800439b9d949b16bbe6 | 3adc17df258171a4cd4bcca3b62c68ee895d6f9f | /glSandbox/headers/Timestamp.h | 1ca5c7fbf4f30cce954aff56eec930418cc3d8ba | [
"MIT"
] | permissive | alex-tdrn/glSandbox | a351df92bc71eada7ceb39150465b0a1fd063e4f | 4f55e6980382672e53cb0406ee4ddc7cf240dc65 | refs/heads/master | 2021-06-26T07:12:34.493459 | 2021-01-27T12:46:06 | 2021-01-27T12:46:06 | 200,236,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | h | #pragma once
#include <chrono>
class Timestamp
{
private:
using chrono = std::chrono::steady_clock;
chrono::time_point timestamp = chrono::now();
protected:
Timestamp() = default;
Timestamp(Timestamp const&) = default;
Timestamp(Timestamp&&) = default;
Timestamp& operator=(Timestamp const&) = default;
Timestam... | [
"todoranalex97@gmail.com"
] | todoranalex97@gmail.com |
cb6dbe4052fecd95f04a1d8df22242fe3537fdab | 8454441f899c3beb9fcea26cffc2f4c3cf75ff6a | /common/code/snippets/injectdll.cpp | b3c30b0366b5ff5a64af4a284281c2e896af3442 | [
"MIT"
] | permissive | nevesnunes/env | 4a837e8fcf4a6a597992103e0a0c3d0db93e1c78 | f2cd7d884d46275a2fcb206eeeac5a8e176b12af | refs/heads/master | 2023-08-22T15:49:35.897161 | 2023-08-15T13:51:08 | 2023-08-15T13:51:08 | 199,400,869 | 9 | 6 | MIT | 2023-06-22T10:59:51 | 2019-07-29T07:24:47 | Python | UTF-8 | C++ | false | false | 2,563 | cpp | // injectdll.cpp : Defines the entry point for the console application.
//
#include <windows.h>
#include <stdio.h>
int main(int argc, char* argv[])
{
if (argc < 3)
{
printf("usage: injectdll <pid> <path to dll>\n");
return 1;
}
// PROCESS_CREATE_THREAD|PROCESS_VM_WRITE|PROCESS_VM_READ|PROCESS... | [
"9061071+nevesnunes@users.noreply.github.com"
] | 9061071+nevesnunes@users.noreply.github.com |
c186c232f14d376ed3ea74fc8bfa083104d6eb02 | a65c77b44164b2c69dfe4bfa2772d18ae8e0cce2 | /codeforces/864C.cpp | 5f64e9bd362f355641761582b9a2a1edb8dcd8c4 | [] | no_license | dl8sd11/online-judge | 553422b55080e49e6bd9b38834ccf1076fb95395 | 5ef8e3c5390e54381683f62f88d03629e1355d1d | refs/heads/master | 2021-12-22T15:13:34.279988 | 2021-12-13T06:45:49 | 2021-12-13T06:45:49 | 111,268,306 | 1 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | cpp | #include <bits/stdc++.h>
using namespace std;
#define FOR(a,b,c,d) for(int a=b;a<c;a++)
#define REP(i,n) for(int i=0;i<n;i++)
#define PB push_back
#define MP make_pair
#define endl '\n'
typedef long long ll;
typedef vector<int> vi;
int main()
{
int a,b,f,k;
cin>>a>>b>>f>>k;
int aDis = f;
int bDis = a-f;
int... | [
"j312094@nehs.hc.edu.tw"
] | j312094@nehs.hc.edu.tw |
6f50306fb20ddb45cd271f3fbd4e2b68aaedfe18 | 2eeab40a405a7b27a52386f52f6f9753672cde78 | /Old_items/Toph/Replay_of_Virtual_Techfest_2020_Regional_Programming_Contest/F.cpp | 20cbd1f8350cb683a0c91c3a58669a1ab7e12bbb | [] | no_license | rifatr/Competitive-Programming | c562c56f5090b9b76510d8c57e74a2c90d723643 | e802d9e73624607904223fddf7f29950fa429341 | refs/heads/master | 2023-05-24T02:02:56.062656 | 2023-05-22T08:08:02 | 2023-05-22T08:08:02 | 611,465,080 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 609 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long
#define lop(b) for(int i = 0; i < b; i++)
#define loop(j, a, b) for(int j = a; j < b; j++)
#define yes cout << "YES\n"
#define no cout << "NO\n"
int main()
{
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
//freopen("input.txt"... | [
"rifatrraazz@gmail.com"
] | rifatrraazz@gmail.com |
8bee4cba2b60115fd9cd5874596b69d6d6aa5722 | 850a39e68e715ec5b3033c5da5938bbc9b5981bf | /drgraf4_0/DelMgr/DLDDel.cpp | 46945f5f65d4cccbcb8abe76fa95e908121bfaa7 | [] | no_license | 15831944/drProjects | 8cb03af6d7dda961395615a0a717c9036ae1ce0f | 98e55111900d6a6c99376a1c816c0a9582c51581 | refs/heads/master | 2022-04-13T12:26:31.576952 | 2020-01-04T04:18:17 | 2020-01-04T04:18:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,182 | cpp | // Mouse.cpp : implementation file
//
#include "stdafx.h"
#include "drgraf.h"
#include "drgrafrm.h"
/////////////////////
#include "drgradoc.h"
#include "ObjMgr.h"
///////////////////// elements
#include "Def_Elem.h"
///////////////////// DynLObjs
#include "Def_DynL.h"
//////////////////////
#include "DLDDel.h"
#... | [
"sray12345678@gmail.com"
] | sray12345678@gmail.com |
08c7cbb5dc4d71e12d738417c8860c6a734fec23 | 4e2529a7fdb68ebc588b6e60572bb8b1d5164a61 | /branches/Framework/2DGameFramework - Win32/Utilities/MathEx.h | 68c33cf394063ad3693afbc869b2d01fd8dbed8f | [] | no_license | truongngu/msmsgdmtmfkmflmgdmepods | 9f1db7ef02dda540bd25b761fcdc1d9618bc0a5a | 647c9ca19300db4c95c9b3bc836c9c5bd00b8192 | refs/heads/master | 2021-01-10T18:42:18.494699 | 2015-03-07T01:32:39 | 2015-03-07T01:32:39 | 32,114,153 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,852 | h | #pragma once
#include "esUtil.h"
#if defined WindowPhone
typedef float GLfloat;
#endif
//Vector2
class Vector2
{
public:
//Constructors
Vector2() : x(0.0f), y(0.0f){}
Vector2(GLfloat _x, GLfloat _y) : x(_x), y(_y) {}
Vector2(GLfloat * pArg) : x(pArg[0]), y(pArg[1]) {}
Vector2(Vector2 & vector) : x... | [
"truongngu2012@gmail.com"
] | truongngu2012@gmail.com |
eec38f1c6a3512044722324426aaf5b51a9f074f | 27d88de2650234e7831e002b33853b05411b32c7 | /packager/media/base/buffer_reader.cc | 4e593550affd9684854bc9c43fe842afb0472527 | [
"BSD-3-Clause"
] | permissive | astroyang/shaka-packager | 89fe4dcce5e6c2937691879e2657ba1d06cd057f | 9a987b6bf16eb795739461fb52f3d5dac72db096 | refs/heads/master | 2020-05-03T04:49:58.805149 | 2019-04-01T09:22:39 | 2019-04-01T09:22:39 | 178,432,801 | 0 | 0 | null | 2019-03-29T15:39:12 | 2019-03-29T15:39:11 | null | UTF-8 | C++ | false | false | 2,549 | cc | // Copyright 2014 Google Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
#include "packager/media/base/buffer_reader.h"
#include "packager/base/logging.h"
namespace edas... | [
"kqyang@google.com"
] | kqyang@google.com |
bf8da56bb80c94405c0e9b5d39efb20ee1b6fc86 | d9f5a272454fa7a8a089856661c814a4a031a6e9 | /snake/snake.cpp | 63cf5350b96b70eb8ad9e6279c598bcb6a5c1eb9 | [] | no_license | djwessel/sgx-snake | d35934e3410ca97619a32bfdb2df81d833315868 | 8cc3d054007b62418f82e3e4d08c78f3f227b2e6 | refs/heads/master | 2020-12-02T22:29:36.605672 | 2017-07-10T19:44:40 | 2017-07-10T19:44:40 | 96,139,664 | 1 | 1 | null | 2017-07-10T19:44:41 | 2017-07-03T18:34:36 | C | UTF-8 | C++ | false | false | 11,009 | cpp | #include "snake.h"
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <time.h>
#include <string.h>
# include <unistd.h>
# include <pwd.h>
# define MAX_PATH FILENAME_MAX
#include "sgx_urts.h"
#include "snake_u.h"
#include "conio.h"
void ocall_write_file (... | [
"anahithayrapetyan91@gmail.com"
] | anahithayrapetyan91@gmail.com |
64408af05d5ba855047c6ed89ac43c34aaf4ef66 | 03c6f14835bab9ce6bae28834a851ce044ca3d73 | /Forelesning _8_Plab_Internet/PLab-Internet-Arduino-0.ino | c13f06635bff5daac1f860b749e748bd37e3c769 | [] | no_license | IDI-PLab/Lecture-examples | 4e466b63b88e286469a5026ad82997b3164cc883 | f321bca3da10ecbbdfa9b2bb17a697d33dd59304 | refs/heads/master | 2021-01-17T13:34:10.087584 | 2017-03-21T15:21:52 | 2017-03-21T15:21:52 | 29,125,706 | 5 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 1,976 | ino | /*
PLab Simple Internet.
The PLab_Internet library takes care of message passing in a circular
configuration of Arduinos using the serial port on pin 0 (Rx) and pin 1 (Tx).
Connect the Arduinos with common ground.
Connect Tx from Arduino to Rx on the next, and continue.
Connect Tx on the last to Rx on... | [
"terjero@idi.ntnu.no"
] | terjero@idi.ntnu.no |
006e8d26a820295d2bd41195efe7d7ce39dd3bba | 14c2aac27d6718817a051a91a3cd81a39ab1b576 | /example/example_log.h | 49f7baeb9e51677c2f0bb77217e665c54116d0f9 | [
"Apache-2.0"
] | permissive | wherewindblow/lights | 49d3889223110e399dfea1c56d11aeb2e4eef3bf | 0cc01b34de1cc6e440be4e065048277822c040db | refs/heads/master | 2021-01-02T22:39:50.811445 | 2019-03-10T04:30:31 | 2019-03-10T04:30:31 | 99,359,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 195 | h | /**
* example_log.h
* @author wherewindblow
* @date Aug 23, 2017
*/
#pragma once
namespace lights {
namespace example {
void example_log();
} // namespace example
} // namespace lights
| [
"wherewindblow@sina.com"
] | wherewindblow@sina.com |
d3bacc0d409a3820a790f381ada62540141facef | 01a954fc0ec36102a608c48e9d8fb6ba76e372a6 | /499.cpp | ada4e334a4eb6ac0a472fd7e6f7e61b5e94aa040 | [] | no_license | tawsifsazid/Uva-Solutions | 2b3a0487f6a116ef9789d31ae140820c0772a6f2 | 714186d865960ebe789a77876f57791b1ffc29c6 | refs/heads/master | 2020-03-18T09:53:55.013017 | 2019-09-05T05:02:15 | 2019-09-05T05:02:15 | 134,585,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,170 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<cmath>
#include<algorithm>
using namespace std;
int len,i,cases,n,b,j,m,res,g,B[1009],maxx,ch[1009],ch1,k,l;
char A[1000];
int main(){
//freopen("input.txt","r",stdin);
//freopen("output.txt","w",stdout);
while(gets(A)){
... | [
"noreply@github.com"
] | tawsifsazid.noreply@github.com |
4b0d167708eb8544cb0c09fd67da0e16479efe73 | 192f639939307313737969763ccbdbaa68352317 | /func/mpi/mpi_alltoall.cpp | 8235bdc95fd36becfc27654cc809a7ea23ace97e | [
"Apache-2.0"
] | permissive | mkvoya/faasm | 90f0fee34377266ce162f1583b7ddd21a43f30f6 | 6d85a5507a2ce10fcd0c486251e1d26c0e013e28 | refs/heads/master | 2022-12-28T23:22:28.128943 | 2020-10-21T18:53:24 | 2020-10-21T18:53:24 | 306,117,491 | 0 | 0 | Apache-2.0 | 2020-10-21T18:45:48 | 2020-10-21T18:45:46 | null | UTF-8 | C++ | false | false | 1,194 | cpp | #include <faasm/compare.h>
#include <faasm/faasm.h>
#include <mpi.h>
#include <stdio.h>
FAASM_MAIN_FUNC()
{
MPI_Init(NULL, NULL);
int rank, worldSize;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WORLD, &worldSize);
int chunkSize = 2;
int fullSize = worldSize * chunkSize;
... | [
"noreply@github.com"
] | mkvoya.noreply@github.com |
8b9c062866a5f4939efa88fb8c70222ab2ca3611 | 9e45d86813fdd9369442db1d435a6cef14f856cf | /Arrays/stock_buysell_naive.cpp | 3ac7ee57eeeb410a751e645e97bf769121323791 | [] | no_license | shubendu/Data-Structures-Algorithms_STL | 4a7810c1fb52eea42f5b8c0479de6900a2394e09 | 02c11f403ce6fbef81ce96292a9abcef9a99d9a0 | refs/heads/master | 2022-12-12T00:14:18.248874 | 2020-09-14T19:53:21 | 2020-09-14T19:53:21 | 290,782,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 483 | cpp | #include<bits/stdc++.h>
using namespace std;
int maxProfit(int arr[], int start, int end)
{
if (start >= end)
return 0;
int profit = 0;
for(int i = start; i<end; i++)
{
for(int j = i+1; j<=end;j++)
{
int curr_profit = (arr[j]-arr[i]) + maxProfit(arr,start,i-1) + maxProfit(arr,j+1,end);
profit = max(pr... | [
"biswasshubendu4@gmail.com"
] | biswasshubendu4@gmail.com |
d0d90726f94a33489a92a46390837b146f55de26 | dcd4d6c502f167dfc807ab0a1afb7591754a96db | /rsa_GUI/rsa.h | ac71e805d19bfb410057ba2c627aa5fcb5cebc6c | [] | no_license | sherlockcooper/rsa_GUI | 4f0a7e1eb1f765b6f59a3249f95b398f6d0e35b4 | 9313efc7148180b02eee8981609e38e3df82218e | refs/heads/master | 2023-01-12T04:32:49.217242 | 2020-11-15T13:36:42 | 2020-11-15T13:36:42 | 313,038,560 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 885 | h | #pragma once
#pragma once
//
// Created by zjl on 11/14/2020.
//
#ifndef RSA_RSA_H
#define RSA_RSA_H
#include "bigInt.h"
class rsa
{
public:
static dtype charEncodeBase;
int binaryKeyLen; // length of key in base 2, key value <= 2^BinaryKeyLen-1
int decimalKeyLen; // length of key in ba... | [
"sherlockcooper@sina.com"
] | sherlockcooper@sina.com |
48ccfe6bcd7e38d2a4727b854069034ec7595331 | dfb0517789d0b083297ca85d81b15a16a9c06c9e | /source/difficultyanalyzer.h | 15291c8da9f53d05af2a7ef2ef7fe9b05d87c4ec | [] | no_license | tobwik/DGIProject | dff86c0e6904e0f5481cc9df01474718bab6779e | a6bf1650ac1eac2b06fdb9808e48c991c0cfc224 | refs/heads/master | 2020-12-28T22:53:12.869447 | 2014-06-12T15:02:26 | 2014-06-12T15:02:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,848 | h | //
// difficultyanalyzer.h
// DGIProject
//
// Created by Dennis Ekström on 16/05/14.
// Copyright (c) 2014 Dennis Ekström. All rights reserved.
//
#ifndef __DGIProject__difficultyanalyzer__
#define __DGIProject__difficultyanalyzer__
#include <iostream>
#include <glm/glm.hpp>
#include "model.h"
using namespace g... | [
"dennis.ekstrom@gmail.com"
] | dennis.ekstrom@gmail.com |
e7a3bfc70038c4a4bcbaebb3ad0fb052a095132d | 9ca69ed2f9961e811db9d5423a6b811e20206719 | /indexBuilder.cpp | 3f75827cc0a5c918196dd73fe794da4c4da07daf | [] | no_license | XtraToothpaste/assign5repo | e5d301f48628397ee1313e6d17c231606bd8aae6 | 453e17a25b7e63f9e63a61388cc11eb8b26d5b87 | refs/heads/master | 2020-03-20T19:03:13.719835 | 2018-06-17T00:30:33 | 2018-06-17T00:30:33 | 137,618,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,063 | cpp | //----------------------------------------------------------
// CS260 Assignment Starter Code
// Copyright Andrew Scholer (ascholer@chemeketa.edu)
// Neither this code, nor any works derived from it
// may not be republished without approval.
//----------------------------------------------------------
#include <ios... | [
"amt52394@yahoo.com"
] | amt52394@yahoo.com |
0618eabbd04e646efc2df40aaca8394a737daf55 | 265fc76e22545935aa10a7b05faa8ec8fdabafc7 | /CalTV.h | eeb6bd343af2ef53a6ae0e5713a4fda6b7555db8 | [] | no_license | pierlui/unitedCode | e501aee39648e183ef08f7d3dd7515959738060d | 1a5855959f86e1acab6438d9cf09edc226f84083 | refs/heads/master | 2016-09-06T20:17:25.282295 | 2015-11-13T22:28:53 | 2015-11-13T22:28:53 | 39,422,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,232 | h | // Class CalF members are constructor CalF and function CalTVf
// converting ADC values into energy deposited in a stage (MeV)
// with 2D spatial correction utilizing T and V coordinates
// of the energy detector hit indicated by track extrapolation.
//Created by V.A.Bashkirov, May 9,2014
using std::cout;
us... | [
"pierluigi.piersimoni@gmail.com"
] | pierluigi.piersimoni@gmail.com |
7862d5de2d6a98099ede0f9ccef215b01d2f233d | 547d12d8890116559a1d6aec479e33755f107caf | /Satry/Vector2.cpp | 07aa7e5e1f031bc26e5a92ecc425778c87800025 | [] | no_license | cozlind/SatryRenderer | dfe29dcd8c9389588ef436cea95027f664c97b43 | a5888edf53d67d384897366d1c686ac843ef9e0b | refs/heads/master | 2021-01-12T05:12:00.972596 | 2017-01-03T06:08:47 | 2017-01-03T06:08:47 | 77,887,891 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,450 | cpp | #include "stdafx.h"
#include "Vector2.h"
using namespace std;
#define INTERP(x1, x2,t) (x1 + (x2 - x1) * t)
Vector2::Vector2() :x(0), y(0) {}
Vector2::Vector2(float _x, float _y) : x(_x), y(_y) {}
float Vector2::Dot(const Vector2& v1, const Vector2& v2)
{
return v1.x*v2.x + v1.y*v2.y;
}
float Vector2::Cross(const ... | [
"cozlind@live.com"
] | cozlind@live.com |
69d9f6bc65dd92dbb695955c0e0fb115d265895b | 3405a45610a34156e7cbdb7381e19fed9dc0b3b4 | /BOOST-SERIAL/src/Derived2.cpp | 38710556eedd405c7915b2b149b56d6c55c2d6c5 | [] | no_license | shri314/misc | 31c679620003de9c5706f3b743ba9091ecbee895 | 44ed89f543b140a6ff355fb45759973bfd08f7d8 | refs/heads/master | 2021-01-10T23:55:17.086453 | 2018-03-11T16:06:57 | 2018-03-11T16:06:57 | 70,785,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 341 | cpp | #include "Derived2.h"
#include <iostream>
Derived2::Derived2(int x, int y)
: Base(x)
, m_y(y)
{
}
Derived2::Derived2()
: Base(0), m_y(0)
{
}
void Derived2::foo()
{
std::cout << "Dervied2: [" << GetX() << ", " << m_y << "]" << std::endl;
}
//#include <boost/serialization/export.hpp>
//BOOST_CLASS_EXPORT_GUID(D... | [
"shri314@yahoo.com"
] | shri314@yahoo.com |
6ad04a73def12421123e7c0a89c9833584c34941 | e7974412fb23b838aa1f36e7e79508b161cb0b28 | /DS codes/strings/all_subsequences_of_string/main.cpp | fd0552e8394043192fc3ecdf42e6623e445b32a6 | [] | no_license | tanvitiwari17/DSA_cpp | d927f63356fe9add95c4d64ddd609797385f7fea | 3acdbd648bf357c5148977e91f4099b540205945 | refs/heads/master | 2023-03-22T18:45:56.181200 | 2021-03-19T17:26:46 | 2021-03-19T17:26:46 | 298,234,345 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 291 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
void func(string t,int i,int n,string s){
if(i==n){
cout<<t<<endl;
}
else{
func(t,i+1,n,s);
t=t+s[i];
func(t,i+1,n,s);
}
}
int main()
{
string s;
cin>>s;
func("",0,s.length(),s);
return 0;
}
| [
"51092839+tanvitiwari17@users.noreply.github.com"
] | 51092839+tanvitiwari17@users.noreply.github.com |
c2e568e612660be3a5b76308c8ad07f158b9f714 | 3b88782fca4493082bafaa43ebe6d8a0d2c9e72e | /CameraMaster_Baru.cpp | 96218a3f5368ba5328e55b1431f046587b7d40ca | [] | no_license | madityarafip/Robot-2-DOF-with-Image-Processing | 48366ecb1ea698cc4840b6ff26ec8d869f8c2f7a | 46082155993d6c1cb227b1850b6b9d49c6e89cef | refs/heads/master | 2023-08-14T04:02:45.265003 | 2021-09-21T00:36:10 | 2021-09-21T00:36:10 | 256,455,183 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,932 | cpp | //Program Final Proyek Akhir Robotika Cerdas\\
//Robot Lengan dengan Image Processing\\
//Master Robot (PC)\\
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/core/fast_math.hpp"
#include "highgui.h"
#include <ma... | [
"noreply@github.com"
] | madityarafip.noreply@github.com |
55e68896ae032fa448bd6c7fb0b9f57fac6c5d28 | eaa86bab162cb06fc49963b91ebae8f8599776f6 | /sst-core-7.1.0/src/sst/core/elementinfo.h | d5e4a175210b9cb53fa3d96ca2d6241a766d89be | [
"BSD-3-Clause"
] | permissive | GrantMackey/genz_tools_network_monitoring | eddb7dfaabcc570e3dc72fb52e304ddfe6dbdb75 | 6a78ab6780ec9136636d66a8e615467fc2df8e40 | refs/heads/master | 2020-04-29T00:56:19.738176 | 2017-09-27T02:14:46 | 2017-09-27T02:15:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,355 | h | // Copyright 2009-2017 Sandia Corporation. Under the terms
// of Contract DE-NA0003525 with Sandia Corporation, the U.S.
// Government retains certain rights in this software.
//
// Copyright (c) 2009-2017, Sandia Corporation
// All rights reserved.
//
// This file is part of the SST software package. For license
// ... | [
"spaa2015@gmail.com"
] | spaa2015@gmail.com |
538e823d1a8f7a6b419ef1c818918e17ad536fa5 | 94f9d7ed6872c76ec4587a698566ff062d834818 | /FirstOpenGL/main.cpp | e2132fac89f3a844230037455d99a6c654850892 | [] | no_license | bromike/FirstOpenGL | 7dad5a02305b0f0d769b55bb1caef6c66a422c4e | 7494ac304604835593bde6c1956a5f0f1499e0d8 | refs/heads/master | 2022-02-24T10:41:29.217000 | 2019-10-02T19:21:10 | 2019-10-02T19:21:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,388 | cpp | #include <iostream>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
void processInput(GLFWwindow* window);
void render(GLFWwindow* window);
int main(int argc, char** argv)
{
glfwInit();
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
glfwWind... | [
"mikael.brochu@gmail.com"
] | mikael.brochu@gmail.com |
f8c3c1d5212e93fb52f29b5c8135d6d462b6f575 | bf4add09ab8c9dbf18e793ab76bfda8726b2ad81 | /app/src/main/cpp/include/VAEngine.h | 0fb77d9e2edbcd039c28daa9682a630064616247 | [
"MIT"
] | permissive | zvuho/SoundPaintAndroid | cfbb5b422228196d8b387a7728d65e8773573dd7 | 2360458d065d43ac50a800ce402909d368f69271 | refs/heads/master | 2023-07-26T00:44:04.169291 | 2021-09-08T14:58:28 | 2021-09-08T14:58:28 | 390,785,975 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,330 | h | #ifndef VAEngine_h_
#define VAEngine_h_
#include <oboe/Oboe.h>
#include "SynthVoice.h"
#include "Delay.h"
template <int numvoices,int WAVEFORM_COUNT, int WTLEN> class VAEngine: public oboe::AudioStreamCallback
{
public:
VAEngine(float* newwaveforms)
{
this->waveforms = newwaveforms;
}
~VAEngin... | [
"bokontep@gmail.com"
] | bokontep@gmail.com |
9bc3a7a95890cb6e2ac5397d1400c265fefbd7cc | b3dbb1acf63485f9c6b42b04a411c0242a1c2ae5 | /clang-tools-extra/clangd/unittests/tweaks/ExtractFunctionTests.cpp | 2033b479896b740861e6ae605c77a0be769b9168 | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | ClangBuiltLinux/llvm-project | 81564cdc17bbafb218f06a2c42ebe97140accf49 | 3c707d73f26f4189a21e610210d01c0059f4fd01 | refs/heads/master | 2023-08-21T23:21:58.821067 | 2020-12-23T04:13:27 | 2020-12-23T04:13:27 | 165,737,696 | 7 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,960 | cpp | //===-- ExtractFunctionTests.cpp --------------------------------*- C++ -*-===//
//
// 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
//
//===---------------------------... | [
"adamcz@google.com"
] | adamcz@google.com |
b9c563deafc38dd6fbf52f5b2b18a2dd24e49d3e | c18abd1973a071013f73bb96af460e61b2c53d16 | /Square/main.cpp | 9820830547dc94fb0277b47c2e3d8181078ce5a1 | [] | no_license | KaranNaik2803/GlutPrograms | d1be3b46d785e73cf18b9e53fb918830b4dd499b | a17646b38249be7f09dd3d9d80830a25b74f1119 | refs/heads/main | 2023-02-28T09:22:58.681889 | 2021-02-02T20:59:02 | 2021-02-02T20:59:02 | 325,782,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,569 | cpp | /* This program illustrates the use of the glut library for
interfacing with a Window System */
/* The program opens a window, clears it to black,
then draws a box at the location of the mouse each time the
left button is clicked. The right button exits the program
The program also reacts correctly when the wi... | [
"noreply@github.com"
] | KaranNaik2803.noreply@github.com |
ad8e933821a488a3d711b03611bcd0e8aad1ca80 | d60bc2cec5e2bb6d594cb3f532fdc1453ae5fb09 | /PCI8408/Source/Private/DllMain.cpp | 2930d294a647fe1f301c7e0c24d31e3a40d28794 | [] | no_license | MrBaoquan/IOUI | 5a6f358b6ab46c1cc374d313878e2e5e48dddb55 | c1825e2b11a805279dc45450f06b6d44f1ed5355 | refs/heads/master | 2022-12-11T15:44:58.852044 | 2021-04-01T05:31:42 | 2021-04-01T05:31:42 | 163,489,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,025 | cpp | /** Copyright (c) 2018 Hefei And Technology Co.,Ltd
* Author: MrBaoquan
* CreateTime: 2018-5-16 10:38
* Email: mrma617@gmail.com
*/
#include <windows.h>
#include "Paths.hpp"
BOOL WINAPI DllMain(
_In_ HINSTANCE hinstDLL,
_In_ DWORD fdwReason,
_In_ LPVOID lpvReserved
)
{
s... | [
"mrma617@gmail.com"
] | mrma617@gmail.com |
b43bb608c2ca951ac95572a834cf426f4b379400 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/content/public/renderer/pepper_plugin_instance.h | fef41beb332ff0ef4711bf8b5d28964057fcd7b0 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 2,639 | h | // Copyright (c) 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 CONTENT_PUBLIC_RENDERER_PEPPER_PLUGIN_INSTANCE_H_
#define CONTENT_PUBLIC_RENDERER_PEPPER_PLUGIN_INSTANCE_H_
#include "base/basictypes.h"
#inc... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
fa5359e883dfdce134f05e48e2fded920e1be5de | 88a4299183dbf61953360decc5826345f8797482 | /MYLIB/SRC/LOGIN.CPP | 978f5c7809293450231a711f61521c371dc3b1db | [] | no_license | baminmru/dsdesigner | c34433324ebc597a0dc559e2f4aa831a3cad3041 | cb2befa61ded3fdc00f7c1ac9c86d1d0b9f50d7a | refs/heads/master | 2021-06-28T18:03:15.186516 | 2017-09-15T11:24:24 | 2017-09-15T11:24:24 | 103,648,593 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 863 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "LogIn.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TfrmLogin *frmLogin;
//-----------------------------------... | [
"bayrampasha2016"
] | bayrampasha2016 |
4dffb98b91d34a005910e3112e528f4be7f37335 | d6855976c781aac99c14a5d154ecc6f455d0414d | /tracevis/threads/display_preview_thread.cpp | 4b68add6236a84b63d3d2857b9e14268407d88f0 | [
"Apache-2.0"
] | permissive | idkwim/rgat | eb8813f36506d69064d7962431773d295134a5e7 | c0d5bf3c16ed4e33a3d7b81b74ae8985b1ef1362 | refs/heads/master | 2021-01-11T07:12:50.751564 | 2016-10-03T01:47:25 | 2016-10-03T01:47:25 | 69,852,377 | 1 | 1 | null | 2016-10-03T08:16:26 | 2016-10-03T08:16:25 | null | UTF-8 | C++ | false | false | 7,360 | cpp | #include "stdafx.h"
#include "display_preview_thread.h"
#include "GUIConstants.h"
#include <sstream>
/*
void preview_display_thread::write_text(ALLEGRO_FONT* font, ALLEGRO_COLOR textcol, int x, int y, const char *label)
{
glBindBuffer(GL_ARRAY_BUFFER, 0);
al_draw_text(font, textcol, x, y, ALLEGRO_ALIGN_LEFT, label);... | [
"nia.catlin.2012@live.rhul.ac.uk"
] | nia.catlin.2012@live.rhul.ac.uk |
d56170ac0cd897e392872233204c034fd17e405b | 0ac3353985f34b50626cd523713a71d2b63ee916 | /servr/screen_cap.h | 69a49aa7306e9b5fa0aa3ecd9bd9a8c936516dcb | [] | no_license | opensesamedoors/tsunami | cf3733e11cd0d3ca6efab66129c6c4fae397d657 | 1bf1627034a5ec95568f4b4738e63659ae28cadc | refs/heads/master | 2021-12-11T16:26:10.765804 | 2016-11-19T03:24:51 | 2016-11-19T03:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 875 | h | #ifndef SCREEN_CAP_H
#define SCREEN_CAP_H
#include <QWidget>
#include <QBuffer>
#include <QPixmap>
#include <QScreen>
#include <QFile>
#include <QFileDialog>
#include <QGuiApplication>
#include "server.h"
namespace Ui {
class screen_cap;
}
class screen_cap : public QWidget
{
Q_OBJECT
serve... | [
"12beseazafar@seecs.edu.pk"
] | 12beseazafar@seecs.edu.pk |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.