blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3845c4ed571ae718e2c9da65a51414ac4e6724a9 | 1296b4ea229c0029373394598356e07cf1ef72f1 | /AudioRecordQueue.h | a1a307ca3bcfafa1fd1949380053f4a78a9c5a0e | [] | no_license | jeremylong/Looper | 8c06bbc30c80abffe92580b7939561364792e25d | 75df2110f8ff24db87128285bd238c7cbb9bd56c | refs/heads/master | 2022-12-14T21:15:06.180995 | 2020-09-12T13:14:22 | 2020-09-12T13:14:22 | 288,425,428 | 0 | 0 | null | 2020-08-18T10:31:27 | 2020-08-18T10:31:26 | null | UTF-8 | C++ | false | false | 3,691 | h | // Based on the Teensy library AudioRecordQueue but is not an AudioStream, it is designed to be used within audio streams
// https://github.com/PaulStoffregen/Audio/blob/master/record_queue.h
#pragma once
#include <Audio.h>
// AUDIO_PRODUCER must implement
// void release_block_func(audio_block_t* ... | [
"spitkethly@gmail.com"
] | spitkethly@gmail.com |
45dde00117dfe8a40359f6cac56cd1f6c24f7422 | df9f260c6826413dd123d669f33451f3d09fc230 | /source/scene/scene_objects/Flyable.cpp | 59853a245066f2bcffd536e8fd8f982460202e35 | [] | no_license | VladasZ/scene | a6d8fa1f7b8c3d20a2411e96c195120973c91966 | 042e466fab32e098cd22094da21562720d6c5679 | refs/heads/master | 2021-06-15T00:37:24.130015 | 2021-03-26T16:03:10 | 2021-03-26T16:03:10 | 167,333,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | //
// Flyable.cpp
// scene
//
// Created by Vladas Zakrevskis on 2/8/19.
// Copyright © 2019 VladasZ. All rights reserved.
//
#include "Flyable.hpp"
using namespace gm;
using namespace scene;
void Flyable::fly(Direction direction) {
Vector3 vel { this->direction().point() };
Vector3 side { vel.cross({ ... | [
"146100@gmail.com"
] | 146100@gmail.com |
7773db0b2b932ab1390b9f0bf27e96591680d702 | be056c29c515cc2984ffc920ad3ed8bee8361b21 | /src/connectserver/protocol.h | e2d823f03923fc916504c52842ded9f0de4b630c | [] | no_license | trickymast3r/eMU | f531225f309d1d0d6bb3d6286d77bb6b3d63af25 | 3713b1d34ef3ebb91faab6401a3b2d28caf092dd | refs/heads/master | 2023-06-22T22:59:15.751976 | 2021-07-23T10:21:10 | 2021-07-23T10:21:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,309 | h | #ifndef eMU_CONNECTSERVER_PROTOCOL_H
#define eMU_CONNECTSERVER_PROTOCOL_H
#include "core.h"
#include "user.h"
#include "serverlist.h"
class protocolExecutorInterface_t {
public:
virtual ~protocolExecutorInterface_t() {}
virtual void onServerListRequest(connectServerUser_t &user) = 0;
virtual void onServerSelectReq... | [
"felipeoliveira123@gmail.com"
] | felipeoliveira123@gmail.com |
b6fad3890352e9f1299d28b1725a7f2d975e3a9b | 1e07263c0bd8dd0533fa816ad80ffb07dc9b3008 | /LessonIndexedVBODynamic/src/LessonIndexedVBODynamicApp.cpp | b35fa39ff615f690aac28731c16769c686606e3c | [] | no_license | SethGibson/CiOpenGl-Tutorial | 0f6a70305f85fdd2638ef73e09f7b79d700af4b7 | 7fc1a44c9eca806f2b779a470dc7ed576ee13125 | refs/heads/master | 2021-01-01T06:17:14.940449 | 2015-06-25T04:45:43 | 2015-06-25T04:45:43 | 30,893,356 | 23 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,785 | cpp | /*
Cinder OpenGL-Tutorial - Cinder GL tutorials based on www.opengl-tutorial.org
Dynamic VBOs: Drawing a VBO Mesh with per-frame buffer data updates
Reference:
https://www.opengl.org/wiki/Buffer_Object_Streaming
NOTE: This is not a complete implimentation of the techniques presented above
This techinque DOES NOT w... | [
"seth.gibson1@gmail.com"
] | seth.gibson1@gmail.com |
27ad19f592895fb879b53274fc47db9dfb1d657c | 1622fdc739c9564f26bbcfa9682bdc7a4375317d | /Leetcode/Meeting_Rooms_2.h | 7399d4e9ef8c5112c865a14e8f921a4cdb9a3a7f | [] | no_license | Gladiatech/ProblemSolving | c724d81b3e25f60dc0e7a22f574e70ea52a149e1 | 2217978a9e772b8fb9cb673563f43bd80b69a6f9 | refs/heads/master | 2022-11-15T06:23:21.793306 | 2020-07-14T20:58:18 | 2020-07-14T20:58:18 | 264,560,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,103 | h | #pragma once
/*
253. Meeting Rooms II
Medium
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conference rooms required.
Example 1:
Input: [[0, 30],[5, 10],[15, 20]]
Output: 2
Example 2:
Input: [[7,10],[2,4]]
Output: 1
NOTE: inp... | [
"francesco.garelli@gmail.com"
] | francesco.garelli@gmail.com |
fe5e853cf0a440e644a328a7899b6346ec78e1b6 | 8019eee1db319b0b514ad054849a72c13f9ab362 | /AutoSeg/Gui/TextDisplay/TextDisplayGUIControls.h | d09fcfccee9e3b50d26c68e255b43f19ac31900d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NIRALUser/AutoSeg | a1d32dde76923fe33a63f4a953df8dc2838eed2f | 3a0c7b898da93633e177b78c86b1371561608484 | refs/heads/master | 2020-05-18T05:33:24.732593 | 2015-06-25T18:05:50 | 2015-06-25T18:05:50 | 24,902,006 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 963 | h | /*=========================================================================
Program: AutoSeg
Module: $RCSfile: TextDisplayGUIControls.h,v $
Language: C++
Date: $Date: 2007/11/26 23:18:46 $
Version: $Revision: 1.1 $
Author: Clement Vachet
Copyright (c) 2004 NeuroImaging Lab @ UNC. All rig... | [
"clementine.ouziel@gmail.com"
] | clementine.ouziel@gmail.com |
a9f1ce5dd6a18016ce901d4575f27baba4d699c4 | dba6345ba7cc8803b083e010f2be21152a81fe5c | /src/ip_pool.cpp | 94ecbf25564c8e4ddba0401bcb784d7405d985fc | [] | no_license | tantskii/ip_filter | d5d7eded60e5c8b07ce735b1459ba68bb25032fc | 896430dc967ed63df231f8557de42905a2a520db | refs/heads/master | 2022-12-15T14:59:32.376021 | 2020-08-30T22:30:03 | 2020-08-30T22:30:03 | 277,204,800 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 832 | cpp | #include "ip_pool.hpp"
namespace ipv4 {
//-----------------------------------------------------------------------------------------
void Pool::print(std::ostream& os, const Filter& filter) const
{
for (const Address& address : data_) {
if (filter(address)) {
os << address << '\n';
}
... | [
"tihon1997@gmail.com"
] | tihon1997@gmail.com |
b4c49739ebda504b9c820c2477b628ad0dabef64 | dc933e6c4af6db8e5938612935bb51ead04da9b3 | /android-x86/external/opencore/oscl/oscl/osclerror/src/oscl_mem_align.inl | c30777ef29a55841441ba1d10b06890f4e17995e | [] | no_license | leotfrancisco/patch-hosting-for-android-x86-support | 213f0b28a7171570a77a3cec48a747087f700928 | e932645af3ff9515bd152b124bb55479758c2344 | refs/heads/master | 2021-01-10T08:40:36.731838 | 2009-05-28T04:29:43 | 2009-05-28T04:29:43 | 51,474,005 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,109 | inl | /* ------------------------------------------------------------------
* Copyright (C) 2008 PacketVideo
*
* 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/li... | [
"beyounn@8848914e-2522-11de-9896-099eabac0e35"
] | beyounn@8848914e-2522-11de-9896-099eabac0e35 |
e379f0c0d447ec1ff66b397e5324ee99d302398a | bac9ca4fd8774eb2447297424b6bc9a5bf13a801 | /best-time-to-buy-and-sell-stock-with-transaction-fee/best-time-to-buy-and-sell-stock-with-transaction-fee.cpp | 9fe4f336edc8611eb68b425282ce5bb10171b881 | [] | no_license | devansh2021/My_LC_Sol | 28b10349cd6e77e5da5bfad8a35038844c540dd6 | bd8d22fa3de110057e99b75194f5d60ed1874ba2 | refs/heads/main | 2023-06-21T21:49:36.092740 | 2021-07-14T11:27:02 | 2021-07-14T11:27:02 | 347,848,312 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 365 | cpp | class Solution {
public:
int maxProfit(vector<int>& prices, int fee) {
int t_ik0 = 0, t_ik1 = INT_MIN;
for (int price : prices)
{
int t_ik0_old = t_ik0;
t_ik0 = max(t_ik0, t_ik1 + price);
t_ik1 = max(t_ik1, t_ik0_old - price-fee);
... | [
"devanshsuwalka@gmail.com"
] | devanshsuwalka@gmail.com |
921b476f170588cb0a44e93abd19e6e7c58290ba | 5a2349399fa9d57c6e8cc6e0f7226d683391a362 | /src/qt/qtwebkit/Source/WebCore/editing/FrameSelection.cpp | 19b296b0f5c8e396e48d7da455f78fffe4035d02 | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause"
] | permissive | aharthcock/phantomjs | e70f3c379dcada720ec8abde3f7c09a24808154c | 7d7f2c862347fbc7215c849e790290b2e07bab7c | refs/heads/master | 2023-03-18T04:58:32.428562 | 2023-03-14T05:52:52 | 2023-03-14T05:52:52 | 24,828,890 | 0 | 0 | BSD-3-Clause | 2023-03-14T05:52:53 | 2014-10-05T23:38:56 | C++ | UTF-8 | C++ | false | false | 77,525 | cpp | /*
* Copyright (C) 2004, 2008, 2009, 2010 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this li... | [
"ariya.hidayat@gmail.com"
] | ariya.hidayat@gmail.com |
723475ee63c125be8258e64ac8bab954d4e3299f | c82054a337e3df952e5d6702f9946234d42b071f | /missio/format/detail/format_traits.hpp | 704f5f0b4dfc59b6b2c12c5e78e64f79dca5881c | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | missio-cpp/missio | b89d28db380539cd240b5e532e20d04979e0494d | 74b7e2d5a0f6bbab0958a562ba286b3a50319eed | refs/heads/develop | 2020-12-03T10:42:17.748936 | 2018-07-19T20:08:07 | 2018-07-19T20:08:07 | 34,669,832 | 5 | 1 | null | 2016-03-26T21:32:13 | 2015-04-27T13:57:29 | C++ | UTF-8 | C++ | false | false | 1,750 | hpp | //---------------------------------------------------------------------------
//
// This file is part of Missio.Format library
// Copyright (C) 2011, 2012, 2014 Ilya Golovenko
//
//---------------------------------------------------------------------------
#ifndef _missio_format_detail_format_traits_hpp
#define _... | [
"ilya@golovenko.com"
] | ilya@golovenko.com |
4cde80a8ac4f519a9dfe8673b89440e47a01c831 | 0a1c446b173fa12fd3a2de4198c28b9a2d0f21e0 | /MD5/src/ZMD5Ex.h | e9a3ee167076833848d0e053ed1311c1739020e8 | [] | no_license | NEUnion/cryptology | 8f70d941068308eaedd8f153bd510348f8e51beb | d33eb854b8498df1e182a13b054bb6e665ea7062 | refs/heads/master | 2020-05-23T22:40:36.170899 | 2019-05-16T07:52:03 | 2019-05-16T07:52:03 | 186,978,299 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,034 | h | // ZMD5Ex.h: interface for the ZMD5Ex class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZMD5EX_H__6B046932_5C89_4A9D_B949_6205E2D057AE__INCLUDED_)
#define AFX_ZMD5EX_H__6B046932_5C89_4A9D_B949_6205E2D057AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _... | [
"xiaoyu.chen@ubtrobot.com"
] | xiaoyu.chen@ubtrobot.com |
f3536e69ad324f3f76b6e8ae6af36166bf2da1b0 | e8c03db95dc8de9cfebc95960f080d1c07fd3ce6 | /profiling/OVPsim_linux_TLL_tlm2.0/platform/CPLD.h | 5752df9bd807f2cab88bc77ff40a812c938040cd | [] | no_license | will-odonnell/soc-project | 1821f546768c9c5044b44226ea3475d22f136d88 | 8a49c267e320e944056f02113f153e8919f746bb | refs/heads/master | 2021-01-01T17:10:49.039137 | 2013-12-06T19:52:47 | 2013-12-06T19:52:47 | 14,607,324 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,192 | h | /**********************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2008 by all Contributors.
All Rights reserved.
The contents of this file are subject to the restrictions and limitations
set forth in ... | [
"Me.com"
] | Me.com |
bebd7506ce948a972409d0c4e87dee546bcfa3a1 | db9a707aa00fa62d21605d3c31ef8d9b56e40306 | /Practica2/main.cpp | 9316eead3dc8e80a17afc1b87a4dc6dfc07ede6c | [] | no_license | ceruz99/Practicas-Laboratorio | 852aaa3c59de751cc800ce691fc5b54932502ca8 | 397af3aedee99d7469164aac8a95f089a4a846ce | refs/heads/master | 2023-04-30T12:24:46.214743 | 2021-05-17T05:24:22 | 2021-05-17T05:24:22 | 355,660,049 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,287 | cpp | /* Practica 2 Juan Camilo Mazo Castro grupo 6.
Problemas realizados:
3,5,7,8,9,11,13,16,17*/
#include <iostream>
using namespace std;
void problema8();
void problema9();
int lengthArrayInt(int []);//Cuenta la cantidad de digitos en un arreglo de tipo entero.
int counterDigits(int );//Cuenta la cantidad de digitos qu... | [
"camilo.mazo2@udea.edu.co"
] | camilo.mazo2@udea.edu.co |
3741c8479153203d8b831a7e4dc35e33ece9ffa3 | 82f8bca8bd438ec555c80650b00f0ddbb77c33d6 | /main.cpp | 076a5beb358c1338f40bf8e80a0f0bd371d488f9 | [] | no_license | RomanArzumanyan/Article_Gpu_Mem_Access_Pattern | 07d872756c6ef206f34a0ca3e3b05a8b2166fccf | 97b0e93c289741c3bfd8102ab35d7cfc84911708 | refs/heads/master | 2021-01-19T13:53:14.250772 | 2014-12-02T19:30:32 | 2014-12-02T19:30:32 | 27,011,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | cpp | #include <iostream>
#include <vector>
#include "scow.h"
#include "GpuImg.hpp"
#include "GpuKernel.hpp"
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
using namespace cv;
using namespace std;
struct Launch
{
string fname;
int dimx, dimy;
Launch(string name, int x, int y) :
... | [
"roman.arzum@gmail.com"
] | roman.arzum@gmail.com |
f988536ac5810a5717ce063ba906f2f218bc2518 | 597e09d2845616dea7e01ceaa4c0252d2adcd355 | /Qt/XPushButtonHelper.h | c92880ba49543beb29f6306c30455c628f5ce58d | [] | no_license | CsloudX/xd_src | 2e4282db005927740dda040450fd8f45b390dd1d | 7282699d8a441f5efe47db507c2c0d97a78e4921 | refs/heads/master | 2020-04-18T18:43:53.725351 | 2019-02-14T12:13:03 | 2019-02-14T12:13:03 | 157,395,474 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,173 | h | #ifndef _XPUSH_BUTTON_HELPER_H
#define _XPUSH_BUTTON_HELPER_H
#include <QPushButton>
#include <QHash>
#include <QTimer>
#include <QColorDialog>
#include <QFontDialog>
#include <QDebug>
class XPushButtonHelper : public QObject
{
Q_OBJECT
signals:
void colorChanged(const QColor& color);
void fontChanged(const QFont... | [
"978028760@qq.com"
] | 978028760@qq.com |
015235df1d1370546e44b3a4bdca31eb562556af | ede389bd5885e172ec72c1ef1ab3963268b8049a | /GIP Projekte/Aufgabe_3.01/vergleich_von_datumsangaben.cpp | 25f1fc6703f440b861e7b219b77daaa831690f4a | [] | no_license | gen0v/GIP | c103877670ccb24e4a494c9a38cca654c022cbfe | f9ea0f5dd5b1d99ff0a1bdb0d8079847371a2fc0 | refs/heads/master | 2021-11-29T15:12:26.395526 | 2019-03-03T01:45:24 | 2019-03-03T01:45:24 | 173,511,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,481 | cpp | #include <iostream>
using namespace std;
int main() {
int tagA = 0;
int monatA = 0;
int jahrA = 0;
int tagB = 0;
int monatB = 0;
int jahrB = 0;
cout << "Bitte geben Sie den Tag des ersten Datums ein: ";
cin >> tagA;
cout << "Bitte geben Sie den Monat des ersten Datums ein: ";
cin >> monatA... | [
"eugen.b95@googlemail.com"
] | eugen.b95@googlemail.com |
531de970b96c3545b52b95535b5de5c1acb9ade1 | 170b2d0eb69ce8327d714d53c65899f8e3ac5518 | /Puppet.h | fe16d5f20a44612d16ccc053df0b07b035725c02 | [] | no_license | albinotonnina/puppetBot | 3414ccb592e782cb54ab930a0178b30ea48b6a8a | 812a4558a9745de462b580ea752afcb9e36e66ec | refs/heads/master | 2021-01-10T14:23:15.260532 | 2015-12-06T21:19:55 | 2015-12-06T21:25:55 | 47,064,477 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | h | #ifndef Puppet_H
#define Puppet_H
#include <Arduino.h>
#include "ServoEaser.h"
#include "Adafruit_PWMServoDriver.h"
#include "Beats.h"
class Puppet {
public:
void init(
Beats &_beats
);
void start();
void update();
void flyFor(int cycles);
void walkFor(int cycles);
void w... | [
"albino.tonnina@workshare.com"
] | albino.tonnina@workshare.com |
03d8d8e71a5b0145956e31592bf65d5ec79b746c | 3fe4d04c55db502e6691fb81fd83073a76b675b0 | /main33.cpp | 85fd1d1e37e37437ffe8373ad1ee2c77d703262f | [] | no_license | aurellerua/TutorOOP | a39b777128b9d26b0827e84edf2df0d035e85871 | d4a455b91a4794a30449d9c3abd3b11538d46cb6 | refs/heads/master | 2021-01-10T19:28:12.458937 | 2014-03-27T03:27:44 | 2014-03-27T03:27:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 107 | cpp | #include <iostream>
using namespace std;
int main ()
{
cout << "Heyho Git!!!! (3)" << endl;
return 0;
}
| [
"aurellerua@ymail.com"
] | aurellerua@ymail.com |
c87a4c4a219087ea67ddc45237f2d85cdd12bc9c | 95cc023556e96743b1b47f4459181a81bf592be7 | /drivers/usb_video/usb-video.cpp | b70b9a6ef7643e7a13f1071ec8774fd2e4e45006 | [
"BSD-3-Clause"
] | permissive | return/garnet | 5034ae8b8083455aa66da10040098c908f3de532 | f14e7e50a1b6b55eaa8013755201a25fc83bd389 | refs/heads/master | 2020-03-23T16:13:28.763852 | 2018-07-21T07:24:31 | 2018-07-21T07:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,133 | cpp | // Copyright 2017 The Fuchsia 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 <ddk/binding.h>
#include <ddk/debug.h>
#include <ddk/device.h>
#include <ddk/driver.h>
#include <ddk/protocol/usb.h>
#include <driver/usb.h>
#incl... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e26d73d65fd936a3d5de2d741196c5478b461e43 | 133ac731f75df13a210b7a32646158b0e8cdccfb | /apps/prototype_one/components/energy_ball.cpp | f2c2ccf81f99e369159e761e222c46d96f1709b7 | [] | no_license | nathanwe/Warigami | 0449a150e8be5b327b22e84eb9d20e896fce587a | 1a5e78cd0e137b6bb5ea7b137c63574f6376cc25 | refs/heads/main | 2023-01-31T09:28:09.668579 | 2020-12-16T00:45:34 | 2020-12-16T00:45:34 | 321,521,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 212 | cpp | #include "energy_ball.hpp"
#include "component_bits.hpp"
template<> const component_shift ecs::component<components::energy_ball>::component_bitshift =
(component_shift)components::component_bits::energy_ball;
| [
"saveliyb@gmail.com"
] | saveliyb@gmail.com |
82e1b596b402aa0657cc3e1025085b868e6ed904 | cc6b1e9f8a9478a9d3278fef7741aba3488cf813 | /SDF/src/graphics/renderer.h | 8d07728251afb3197bc1356665b0b25da78e20d6 | [] | no_license | gabrielmaneru/Ray-Tracing-Model-SDF | 6c26cd568f81cb8a13fb7be1d55b9af9d9350f50 | ecf4ef45090833b8296da2a47995c71ad9bcc2ff | refs/heads/master | 2022-04-20T12:30:36.153430 | 2020-04-20T22:26:49 | 2020-04-20T22:26:49 | 232,518,683 | 0 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 755 | h | /* Start Header -------------------------------------------------------
Copyright (C) 2019 DigiPen Institute of Technology.
Reproduction or disclosure of this file or its contents without the prior written consent of
DigiPen Institute of Technology is prohibited.
File Name: renderer.h
Purpose: Renderer Manager
Author: ... | [
"r3dstone.gd29@gmail.com"
] | r3dstone.gd29@gmail.com |
ce117d1a9d2a72aa27dad508f220e0108922995a | b9a754d09984634d2f88e91241c47583d8ce1b15 | /src/Field/Field.h | 6e549903781b1810539d0f1fd4dc7d293421087a | [] | no_license | iouatu/mySmilei | 9aa97d3fb1f9e5ddf477e4bc4eff22d7667b8f8f | 41c2496d21ac03d0dd9b9d8ec41d60cdbf13bf1b | refs/heads/main | 2023-07-23T01:42:48.705778 | 2021-08-18T18:13:01 | 2021-08-18T18:13:01 | 397,676,095 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,260 | h | #ifndef FIELD_H
#define FIELD_H
#include <cmath>
#include <vector>
#include <cstdlib>
#include <string>
#include <iostream>
#include <fstream>
#include "Tools.h"
#include "AsyncMPIbuffers.h"
class Params;
class SmileiMPI;
class Patch;
//! Structure containing the fields at a given position (e.g. at a Particle posi... | [
"iustin.ouatu@physics.ox.ac.uk"
] | iustin.ouatu@physics.ox.ac.uk |
3785c6fb357e26b6928c62b431ed80e1650552a6 | 91b268d73d27dd5b6b1329b1de57d4d65d6ca743 | /other/cppappl_example7/main.cpp | 3447280b53cd24cbaf5c9ee649ddd965f1cfba24 | [] | no_license | allisonkundrik/examples | e5b2772e07d0ea1251bbcae1905109873d4e80cc | f6fe125e6ab9118127ba771ecf16e740c8ca7ea1 | refs/heads/master | 2020-05-16T19:14:27.915885 | 2016-07-28T20:08:46 | 2016-07-28T20:08:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | cpp | /*
* File: main.cpp
* Author: root
*
* Created on April 13, 2013, 3:34 PM
*/
#include <cstdlib>
#include <stdio.h>
using namespace std;
/*
*
*/
int main(int argc, char** argv) {
int i=44, *p = &i;
int **p2p = &p;
printf(" i: %d",*p);//0x7fff4d24ae8c
return 0;
}
//disassm of printf(" i: %d"... | [
"cf16rocket@gmail.com"
] | cf16rocket@gmail.com |
63c5bb844a801aa3a4cf7170b02d29d632918f17 | 02a10a5244d2214e932e54399e4b56b68fe5974b | /headers/PackManifest.h | 1ed199341cc0c78bf19f059e5262ecd110ce6d57 | [] | no_license | inxomnyaa/symbols-auto | 839381c1e83f434b76b2faccadee5e413ac5f376 | 439a1399473cc765badc1b5c438fbf83d9eadf1d | refs/heads/master | 2023-06-21T23:17:07.389321 | 2019-11-16T19:13:05 | 2019-11-16T19:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131 | h | #pragma once
class PackManifest {
virtual ~PackManifest();
virtual ~PackManifest();
virtual void clone(void)const;
}
| [
"6178101+SupremeMortal@users.noreply.github.com"
] | 6178101+SupremeMortal@users.noreply.github.com |
6948b19f6a50d271aa0cc398ffe62c1118b6e527 | 44d182fc5f463cedfbdb6f124974e48f4f6393f5 | /ScanTool/RecogInfoDlg.h | 22de17be41fc3379ca5796cdc34067a6bcbcfef8 | [] | no_license | jf4210/src2-test | a967a96f5b1e637bc43ed115580deee28e56b087 | debcea226f13adb56113769110627aa2c0760c70 | refs/heads/master | 2021-01-23T13:09:21.666323 | 2019-07-12T02:34:36 | 2019-07-12T02:34:36 | 59,100,155 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 867 | h | #pragma once
#include "global.h"
// CRecogInfoDlg 对话框
class CRecogInfoDlg : public CDialog
{
DECLARE_DYNAMIC(CRecogInfoDlg)
public:
CRecogInfoDlg(CWnd* pParent = NULL); // 标准构造函数
virtual ~CRecogInfoDlg();
// 对话框数据
enum { IDD = IDD_RECOGINFODLG };
public:
pRECTINFO m_pCurRectInfo;
CString m_strCPTypeName; ... | [
"jf4210@yeah.net"
] | jf4210@yeah.net |
141fd36c4808b449c049064ee5441e0674be67d5 | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /garant6x/implementation/Garant/GblAdapterLib/impl/Search_i/AttributeQueryCard.cpp | cc91cc1f047a212e5013f3d840db536fe74946ab | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,326 | cpp | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Модуль: "w:/garant6x/implementation/Garant/GblAdapterLib/impl/Search_i/AttributeQueryCard.cpp"
// генератор файлов реализации C++ (.cpp)
// Generated from UML model, root element: <<Servant::Cl... | [
"instigator21@gmail.com"
] | instigator21@gmail.com |
a6ec5d0073a8c9dcc29a3ea4548c39f44ec886b6 | 6da40c0eaa81fe36769bd99266c236fbebba0ea0 | /source/tuner/DemuxFilter.hpp | caa76fef02d107508d8abe3f3ca1720d1127df1c | [] | no_license | ErikMatzols/MediaViewer | d1c3ff9f61058e6c4affd701f1d69ad9688e9f7a | 7132fa4d9ed30704aa3d089c2fcbe01c39cec6d1 | refs/heads/master | 2020-04-17T20:29:53.233713 | 2016-10-10T20:14:16 | 2016-10-10T20:14:16 | 66,772,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,409 | hpp | #ifndef DEMUXFILTER_HPP
#define DEMUXFILTER_HPP
#include <windows.h>
#include <commdlg.h>
#include <streams.h>
#include <initguid.h>
#include <strsafe.h>
#include <Dvdmedia.h>
// {A1BCCF59-A87A-49be-BB01-A2D1D9DE97C7}
DEFINE_GUID(CLSID_DemuxFilter, 0xa1bccf59, 0xa87a, 0x49be, 0xbb, 0x1, 0xa2, 0xd1, 0xd9, 0xde, 0x97, ... | [
"erik.matzols@gmail.com"
] | erik.matzols@gmail.com |
06b3a835b8337d18ed8226c087a7e84dca2241ea | ced2b83ef7cc267792e8014aed7dc90f21ce9899 | /hiho/hiho_o95_p3.cpp | 8834fe280a19f4e1fee46c052a470e427891b12a | [] | no_license | cypress777/oj | 4f380dd84ed3b7f398dfc6ad0c254cab1adfd1a3 | 80062f6969162dbf11634ccfceb502dbc6874531 | refs/heads/master | 2022-03-10T17:32:13.664052 | 2022-02-23T11:04:26 | 2022-02-23T11:04:26 | 144,862,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,307 | cpp | #include <iostream>
#include <vector>
using namespace std;
int N;
long long L;
long long max_B;
vector<int> A;
vector<int> B;
long long total_B;
bool valid(long long vol) {
long long path = 0;
int k = 0;
long long left = vol;
while (k < N) {
if (left - B[k] < 0) {
path += 2 * A[k... | [
"cyp@wjj"
] | cyp@wjj |
c6d63c0fdd07fed67e140d659bcdfbdfcb73f8ff | c257ab275b1dfba804384757a491825eed652166 | /libraries/MATH/projects/LinearAlgebra/header/matrix_traits.h | 38ecacfb4a7cce51d3b9f5399297b2079e929700 | [] | no_license | elesd/GeneralNumberSystems | 2ae90d9222b6a77cb7cb9a84f6dcaf825c331d42 | ff861eb84b41e9d8784a3afe5c58be0c2430e4c9 | refs/heads/master | 2021-01-22T08:48:47.910010 | 2013-05-30T15:50:15 | 2013-05-30T15:50:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,025 | h | #ifndef __MATH__LINEARALGEBRA_MATRIX_TRAITS_H
#define __MATH__LINEARALGEBRA_MATRIX_TRAITS_H
#include <iostream>
#include <MATH/Algebra/number_traits.h>
#include <MATH/Algebra/numbercalculator.h>
/**
* @file matrix_traits.h
*
* @brief Traits class for matrices.
* @details This class contains the basic operatio... | [
"eles.david.88@gmail.com"
] | eles.david.88@gmail.com |
a33edf64ec2eb414c2fdcaebf95521d81f440d02 | 2b1b459706bbac83dad951426927b5798e1786fc | /src/developer/debug/zxdb/zxdb_perftests.cc | 07293046acbc18d11b1533b2b83637a6c3dbec20 | [
"BSD-2-Clause"
] | permissive | gnoliyil/fuchsia | bc205e4b77417acd4513fd35d7f83abd3f43eb8d | bc81409a0527580432923c30fbbb44aba677b57d | refs/heads/main | 2022-12-12T11:53:01.714113 | 2022-01-08T17:01:14 | 2022-12-08T01:29:53 | 445,866,010 | 4 | 3 | BSD-2-Clause | 2022-10-11T05:44:30 | 2022-01-08T16:09:33 | C++ | UTF-8 | C++ | false | false | 1,723 | cc | // Copyright 2019 The Fuchsia 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 <lib/cmdline/args_parser.h>
#include <gtest/gtest.h>
#include "src/developer/debug/zxdb/common/perf_test.h"
namespace {
struct CommandLineOpti... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f79150d2fe38d5d17872f783f73111cce33f7316 | 17e7f2f8b786ee8361b9b755740e816411751b76 | /NexusGame/nexus_shared/ndef_game/nspell_data.h | 3827cc0a2a9a21f03e242faae447dea3ddeaa538 | [] | no_license | windless1015/My3DEngine2008 | 880945bd9d9f5e9a2ed30fe869ee53ec5b4fe2da | 6fffdd1b158ba9c63ffd564788fddd5706e08ac0 | refs/heads/master | 2022-11-13T17:41:46.620000 | 2020-07-02T13:31:19 | 2020-07-02T13:31:19 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,482 | h | /**
* nexus ngame_define - nspell_data
*
* Copyright (C) 2010 NexusDev
*
* Author: D. Zhao
* Date: Jun, 2010
*/
#ifndef _NDEF_GAME_NSPELL_DATA_H_
#define _NDEF_GAME_NSPELL_DATA_H_
#include "ntype_def.h"
namespace nexus {
#pragma pack(push,1)
const uint32 MAX_SPELL_NUM = 1024; // 技能的最大数... | [
"neil3d@126.com"
] | neil3d@126.com |
f806ab0185eb7cf21359743f36e418f5a72ce41a | 94cdc1acd85744c75fd2a97025a56ad243d7ceef | /TPCpp/CPoint.cpp | 9d1114c709233a2550081e15350c46b89831967f | [] | no_license | Freackles/TPCpp_AndriaBrayan_20191107 | ad6838368ce19ab7a37dd30967502b5b91562240 | 5dbcbe247937dd7189b549803a8982247fb42fc4 | refs/heads/master | 2020-09-05T19:00:25.566048 | 2019-11-07T11:33:30 | 2019-11-07T11:33:30 | 220,187,140 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,600 | cpp | #include "CPoint.h"
#include <iostream>
#include <cmath>
//getters/setters
float CPoint::getX()
{
return this->fltX;
}
void CPoint::setX(float fltX)
{
this->fltX = fltX;
}
float CPoint::getY()
{
return this->fltY;
}
void CPoint::setY(float fltY)
{
this->fltY = fltY;
}
//deplacement
void CPoint::Move(float fltX... | [
"h.andriamiandradrivo@ludus-academie.com"
] | h.andriamiandradrivo@ludus-academie.com |
ccfd1cb322cf8765daa0cb90ca6a28c18e9c4482 | d3d82b3acc37bb769398456e5383a24c8ddfa7cf | /src/policy/feerate.h | 7098bfc2862d80ede2a04445b9080ef4cf90ab46 | [
"MIT"
] | permissive | sistemkoin/stkcoin-project | 37aee390de3d3cbe93ca8f89acc102593f37273d | 60f83901526ec014bc692c99c924c78272e927d8 | refs/heads/master | 2020-04-25T21:53:26.293751 | 2019-03-01T07:08:11 | 2019-03-01T07:08:11 | 173,092,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,409 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2019 The Sistemkoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_POLICY_FEERA... | [
"dev@sistemkoin.com"
] | dev@sistemkoin.com |
0644bb96e1a08af4d1a2225d5e832329507eb41b | 15014bef060cb008a6febeee65ba33deb358600a | /webmdshow-master/vp8encoder/vp8encoderproppage.h | 1e7605c2bfd88c2df7e62107da5e14ee25ee88a6 | [
"BSD-3-Clause"
] | permissive | kwende/webmd | f0b56ac4fd813dbd0d1488d9a2b2cf76b3ff13c6 | 4bfa2b2406ebe3d956000e4ecab8707285e9748f | refs/heads/master | 2021-01-17T06:00:58.273764 | 2015-04-07T18:53:11 | 2015-04-07T18:53:11 | 33,336,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,179 | h | // Copyright (c) 2010 The WebM project authors. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing projec... | [
"brush@nebraskaglobal.com"
] | brush@nebraskaglobal.com |
04a8b18e6e5963927509d807adfa02d527be0f0f | b14e71190e1911774b9a0fdef813da658655e267 | /NewOgreProject/proj/src/ModeleOgre/ogrewidget.cpp | 3230fa2c5f8e7a6ecfd60c2961e3f44ebbeadb42 | [] | no_license | vernou/Modelisation_Aeronautique | 46d060bbc4c05f75548fb687e83be300a869475b | d890caa3e4e2ae715cd6b5b8331e63fb6cdd47ae | refs/heads/master | 2021-05-27T00:05:43.778712 | 2013-04-29T06:45:53 | 2013-04-29T06:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,670 | cpp | #include "ogrewidget.h"
const QPoint OgreWidget::invalidMousePoint(-1,-1);
const Ogre::Real OgreWidget::turboModifier(10);
OgreWidget::OgreWidget(QWidget *parent)
:QWidget(parent),
ogreRoot(0), ogreSceneManager(0), ogreRenderWindow(0), ogreViewport(0),
ogreCamera(0), oldPos(invalidMousePoint), selectedNode(0)
{
... | [
"sebastien.schaal@etu.univ-tours.fr"
] | sebastien.schaal@etu.univ-tours.fr |
1bb0b1ca8c7282df3812634e3ad9e4c93b3e6e8c | 6d8dd1747f9e476afa9571270e57782815567a30 | /tmp/game/rlike-phase7-bugfix.cc | eab39db2ef3fece560f05c88cda3515a4eaaca9f | [] | no_license | myapit/cppcollection | 856c9ec5aa6651df596848e3db8576a401d877f0 | 666abf587bab47261831e76d3054411579a31a5a | refs/heads/master | 2021-04-06T12:27:48.554117 | 2021-03-15T15:25:10 | 2021-03-15T15:25:10 | 125,150,627 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60,167 | cc | #include <regex>
#include <random>
#include <algorithm>
#include <iostream>
#include <memory>
#include <cctype>
#include <deque>
#include <map>
#include <set>
#include "printf.hh"
static std::mt19937 rnd;
// frand() generates a random number between 0 and 1.
#define frand() std::uniform_real_distri... | [
"hafeez.cs@gmail.com"
] | hafeez.cs@gmail.com |
26b782205005fe6e7c47b23d9178a2cc0b422daa | a4e2fec4a0da1495d5ad4623b2d4f31cc9997901 | /practice1/WindowsProject3/GraphicManager.h | bbd75aecfe3f4c16dabca6d2f26a54c4822c5680 | [] | no_license | Magenta49/DXPractice | c0bcb5d58e09e2151d19c5161450c41dc9778aaf | 704569051fbde337b5851b841c98ecc007285128 | refs/heads/master | 2021-02-18T22:11:49.512543 | 2020-03-07T17:16:49 | 2020-03-07T17:16:49 | 245,243,781 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 178 | h | #pragma once
class GraphicManager
{
public:
LPDIRECT3DTEXTURE9 CraeteTex(LPCWSTR file);
GraphicManager();
~GraphicManager();
private:
static LPDIRECT3DDEVICE9 device;
};
| [
"41891247+Magenta49@users.noreply.github.com"
] | 41891247+Magenta49@users.noreply.github.com |
ae40daeb5d9a4dca76e5f20ecce63fa869a2f98c | d774ba7e4a91df899173f39c5ea03ae521546069 | /ColdAPI_Steam/InterfacesEmulation/SteamMusic001.h | 79698c44a9880ea3a8d4fd6b8d862c18f2a89bac | [] | no_license | kettenbruch/ColdAPI_Steam | 0a401d1b624c100de3d7197fda9bdf018de6c833 | 334956ae0508dae50abc4da9413ba96f354a9225 | refs/heads/main | 2023-03-31T16:19:08.319323 | 2021-04-04T20:38:19 | 2021-04-04T20:38:19 | 354,637,560 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 519 | h | #pragma once
#include "../public SDK/ISteamMusic001.h"
#include "../Bridge.h"
class SteamMusicIn001 : public ISteamMusic001
{
public:
bool BIsEnabled()
{
return false;
}
bool BIsPlaying()
{
return false;
}
AudioPlayback_Status GetPlaybackStatus()
{
return AudioPlayback_Undefined;
}
void Play()
{
... | [
"kettenbruch@users.noreply.github.com"
] | kettenbruch@users.noreply.github.com |
358e6d4a3c79677ae7b8f7c572cbc47abaff311c | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_new_hunk_2312.cpp | 08a0354f0836ac17f1e107071a59b2b85fc6d29d | [] | 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 | 1,377 | cpp | {
rc = uldap_simple_bind(ldc, (char *)ldc->binddn, (char *)ldc->bindpw,
st->opTimeout);
if ((AP_LDAP_IS_SERVER_DOWN(rc) && failures == 5) ||
(rc == LDAP_TIMEOUT && failures == 0))
{
if (rc == LDAP_TIMEOUT && !new_connection) {
... | [
"993273596@qq.com"
] | 993273596@qq.com |
d31f231e0ef5d4dc4e848064830b74c5f153098b | c64c9b16c2abc6bb43ed46a87bcb8efa20c96137 | /ALPHAv9/Prototype/SDLTraveler/Credits.cpp | fd06f118c9c411cee636ec925cabc5779463df26 | [] | no_license | sundirrala/Dario-Conquest | 3d8e7c396cb01a1b87a0d313b7f18756c545216d | 8c562dc694a7369fcfbd5499a7775a8cf3cf1b18 | refs/heads/master | 2022-02-17T11:09:53.791380 | 2019-08-13T13:46:51 | 2019-08-13T13:46:51 | 187,943,055 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 48 | cpp | #include "Credits.h"
Credits::~Credits()
{
}
| [
"50895942+JezrienJDR@users.noreply.github.com"
] | 50895942+JezrienJDR@users.noreply.github.com |
8c69993d301d6429ac9d8b50a075d77250df4dcf | 1095cfe2e29ddf4e4c5e12d713bd12f45c9b6f7d | /src/systemc/tests/systemc/1666-2011-compliance/sc_vector/sc_vector.cpp | 21628e93d4af1d3266e5e49f4442e194f0f5707d | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.0-or-later",
"MIT"
] | permissive | gem5/gem5 | 9ec715ae036c2e08807b5919f114e1d38d189bce | 48a40cf2f5182a82de360b7efa497d82e06b1631 | refs/heads/stable | 2023-09-03T15:56:25.819189 | 2023-08-31T05:53:03 | 2023-08-31T05:53:03 | 27,425,638 | 1,185 | 1,177 | BSD-3-Clause | 2023-09-14T08:29:31 | 2014-12-02T09:46:00 | C++ | UTF-8 | C++ | false | false | 10,004 | cpp | /*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | [
"gabeblack@google.com"
] | gabeblack@google.com |
963434b6e4364f3d0bdbd2b65aa573c6fb7a8d78 | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/ui/events/x/touch_factory_x11.cc | 68de538e31976b70f9e9ca55ba07c6ec9f792c88 | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,013 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/events/x/touch_factory_x11.h"
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
#include <X11/extensions/XInput.h>
#include <X11/extens... | [
"duki994@gmail.com"
] | duki994@gmail.com |
4a65545c0823f48157414112340687f6fa7cc681 | 960717671c585123a4bef51d9add582d25222fee | /src/dynamics/Dynamics.h | 0881171237689ca7041a87a00e4bd7137531cb7f | [
"Apache-2.0"
] | permissive | cai880210/zweifel | 968ecfadfd8b3d1ea05b15c1a30b231b342d6006 | b9f54b4798b824205e9483881961df3a58db53cb | refs/heads/master | 2020-05-04T14:48:02.470227 | 2019-02-26T11:30:18 | 2019-02-26T11:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | h |
#ifndef DYNAMICS_H
#define DYNAMICS_H
class Dynamics
{
public:
virtual double iterate(double input) = 0;
};
#endif
| [
"zweifel@gmail.com"
] | zweifel@gmail.com |
0dc4610da75090bda27cb1471eff57611c9470d6 | 439d3e19163dbc855fc24ef1d813e6f1ebdc4533 | /Source/ArduinoTemplateLibrary.Tests/InputControlTest.cpp | 25e1df0aab31127d680267d778413408e3acf7c0 | [] | no_license | obiwanjacobi/Midi-Master | e77a9cd2b69e8e09589e7ef7f79a525c47997f9a | 5a873417b1fb54a9fa10ead7bd1cc102b250f129 | refs/heads/master | 2022-02-12T12:27:52.750517 | 2022-01-08T16:20:10 | 2022-01-08T16:20:10 | 83,959,120 | 3 | 0 | null | 2022-01-08T16:20:10 | 2017-03-05T09:32:32 | C++ | UTF-8 | C++ | false | false | 2,182 | cpp | #include "stdafx.h"
#include "Arduino.h"
#include "Control.h"
#include "TestControls.h"
using namespace Microsoft::VisualStudio::TestTools::UnitTesting;
using namespace ATL;
namespace ArduinoTemplateLibraryTests
{
[TestClass]
public ref class InputControlTest
{
public:
[TestMethod]
void InputControl_NormalTr... | [
"obiwanjacobi@hotmail.com"
] | obiwanjacobi@hotmail.com |
175a82a8d0a00f14a392e356524b03b3465134d7 | 20903e83617ab3506c08196d94f14a4563ec0592 | /ESP32_code/ESP32_BLE_Server_simple/ESP32_BLE_Server_simple/ESP32_BLE_Server_simple.ino | 4b8c4e432ae222178e1281037f476cf67f417ff5 | [] | no_license | beyzadeniz04/flutter | aa3752b39de830c3fd78961f64fb2a64ffed73a6 | af8052e5f567502da5688bdf5bc236ed893b2594 | refs/heads/main | 2023-07-15T02:07:16.110564 | 2021-09-04T10:18:18 | 2021-09-04T10:18:18 | 403,023,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,118 | ino | /*********************************************************************************************************
*
* File : DustSensor
* Hardware Environment:
* Build Environment : Arduino
* Version : V1.0.5-r2
* By : WaveShare
*
* (c) Copyright ... | [
"65498670+beyzadeniz04@users.noreply.github.com"
] | 65498670+beyzadeniz04@users.noreply.github.com |
b60882e7b96a651cee4d43c134b91067e2cb4acf | d7b84a31cafb72a3cb71b3a3cc724a68119ba18e | /Tyr/6.92/phi | 6909638d84b715833b8aa3c072d7fa05c66c88fd | [] | no_license | benroque/Ragnorak | 6cc7c68db801f9281a4ac241da754bce88ef6caf | a1bfc2430cccb207192792acebdd1530f1388a4c | refs/heads/master | 2021-01-14T08:13:18.774988 | 2017-02-20T08:32:53 | 2017-02-20T08:32:53 | 82,008,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,715,127 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.1 |
... | [
"benroque94@gmail.com"
] | benroque94@gmail.com | |
37d724c12fbeb2e21c47492cbb8d0777f1c45c28 | c1c5a81f6b8bbfa3789891739a7be68977707962 | /tests/test_from_toml.cpp | 45cfac5dadf907db5af792bc780df38f776fab01 | [
"MIT"
] | permissive | hannemn/toml11 | bde46ca4d1fe781649f3241f92ba44c0f28ac78b | f9ee645dc21d2235f5604f69af21a401d30c3b9d | refs/heads/master | 2020-06-10T21:57:08.355643 | 2019-06-23T12:00:59 | 2019-06-23T12:00:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,683 | cpp | #define BOOST_TEST_MODULE "test_from_toml"
#ifdef UNITTEST_FRAMEWORK_LIBRARY_EXIST
#include <boost/test/unit_test.hpp>
#else
#define BOOST_TEST_NO_LIB
#include <boost/test/included/unit_test.hpp>
#endif
#include <toml.hpp>
#include <map>
#include <unordered_map>
#include <list>
#include <deque>
#include <array>
BOOST_... | [
"niina.toru.68u@gmail.com"
] | niina.toru.68u@gmail.com |
774f347ac05d22462305749aabbdbad70f9dcdac | bd11b8bc487efa72424532bfce508d81bfc8a757 | /src/timCore/hash.h | 209cd318092b449122dda29e4b990266eb312bd2 | [] | no_license | jtorche/TIM_Raytracing | 0a54ed56d350643c8a34e4166459d8e1fb9cc1ff | 4d1378f08754a305b869a2508f8e0d9e93c77625 | refs/heads/master | 2023-03-05T02:15:14.788865 | 2023-03-01T07:18:06 | 2023-03-01T07:18:06 | 217,161,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,914 | h | #pragma once
#include "type.h"
#include <stdint.h>
#include <functional>
namespace tim
{
namespace detail
{
constexpr uint32_t val_32_const = 0x811c9dc5;
constexpr uint32_t prime_32_const = 0x1000193;
constexpr uint64_t val_64_const = 0xcbf29ce484222325;
constexpr uint64_t prime... | [
"jerome.torche@gmail.com"
] | jerome.torche@gmail.com |
1263f7d37b55f7c1b9c0fde70b55afac3bf5e10a | 1e91044a2ca4f2efd7c5cb3e1127b57aecaea1d1 | /src/client/main.cpp | 53577d2959f63a6cab8f0f00d6ff13123b50a92c | [] | no_license | hstefan/zmq-chat | a46c7d0211b5d3e4e4fdc49607154aed9af74032 | e91d7576678d28aef8d0220cd068d175e9e898f5 | refs/heads/master | 2021-01-10T10:06:39.757780 | 2016-04-25T02:42:01 | 2016-04-25T02:42:01 | 50,151,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,859 | cpp | #include "ChatClient.hpp"
#include "shared/common.pb.h"
#include "shared/TimestampUtil.hpp"
#include "shared/Debug.hpp"
#include "MessageUpdater.hpp"
#include <iostream>
void doNicknameCommand(std::string *nickname) {
std::cout << ">> new nickname: ";
std::getline(std::cin, *nickname);
}
void doSendCommand(std::s... | [
"hugopuhlmann@gmail.com"
] | hugopuhlmann@gmail.com |
5ed594801525a9bcda53e0a87555773170f2bf59 | 5be190b7f68ebcbddcee06a2e2c3ea2ea6144add | /include/common/snippets/radixsort.cpp | 125e7036c25707eed60a60b507350d812956a5c5 | [] | no_license | sheldonrobinson/codesuppository | e03d60c1098a90a8dab99a4c703bf342b22b9a65 | 3577f70e2dbe04f1996151b209d448dc7c0e28d2 | refs/heads/master | 2020-05-17T13:36:53.048159 | 2014-02-24T20:26:24 | 2014-02-24T20:26:24 | 42,025,259 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,455 | cpp | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
* Contains source code from the article "Radix Sort Revisited".
* \file IceRevisitedRadix.cpp
* \author Pie... | [
"jratcliffscarab@f10ad84c-df75-11dd-bd7b-b12b6590754f"
] | jratcliffscarab@f10ad84c-df75-11dd-bd7b-b12b6590754f |
aacde6f491a904390ec71a3623cf86a39ed06714 | 591df59d439e1d7cc630a6a5958e7a92c6bdaabc | /ui/deploy/DeployTargetModel.cpp | abc53e06878cda048c9b930a2da5fb426f68a9c6 | [] | no_license | kjhgnkv/DSControl_17_09 | b929ef051d7a17705bc963c1bcda96badf860463 | 03957e8153e3852cbf026ec37bdac340a6b23f24 | refs/heads/main | 2023-08-02T19:20:05.527221 | 2021-10-01T14:59:20 | 2021-10-01T14:59:20 | 412,485,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,309 | cpp | #include "DeployTargetModel.hpp"
#include "DeployTargetItem.hpp"
#include "common/nodeeditor_globals.hpp"
using namespace dscontrol::models;
DeployTargetModel::DeployTargetModel(QObject* parent)
{
root_ = new DeployTargetItem {"asd", "", false};
}
DeployTargetModel::~DeployTargetModel()
{
delete root_;
}
v... | [
"yingfanyz@gmail.com"
] | yingfanyz@gmail.com |
60a4d61390664660a98fa593de09859e5d711210 | de5f84eb6a72e81e8d44524d882e73cd155280ac | /Software/ros_gazebo_v1/src/interface.cpp | e02b3a36fe284b539f2c81872e65636cf15832c1 | [] | no_license | Ingenia-SE/T-Groundair | 84fcc40d4693660c45239bd3d33e6e45d3e55860 | a6b48b40c6977c80deedc061334a9d86d075d099 | refs/heads/master | 2020-09-22T19:23:01.424759 | 2020-06-21T15:27:18 | 2020-06-21T15:27:18 | 225,305,729 | 3 | 0 | null | 2020-06-18T06:16:34 | 2019-12-02T06:52:47 | C++ | UTF-8 | C++ | false | false | 844 | cpp | #include "ros/ros.h"
#include "std_msgs/Int16.h"
#include "std_msgs/Float32.h"
#include "std_msgs/String.h"
#include <sstream>
#include <iostream>
using namespace std;
void centralCallback(const std_msgs::Int16::ConstPtr& msg)
{
cout << "Cycle ended\n";
}
int main(int argc, char **argv)
{
ros::init(argc, argv, "... | [
"jruro7768@gmail.com"
] | jruro7768@gmail.com |
bc5b0558873ac60aa5c3aeabec8aaf69709877f6 | 3e62245663dfe79801d1a90f9ca7c0f6fd7dd15f | /src/plugin_example/skse/GameInput.h | 92b7c0dc642e8c59e8107d990b7f4cdaf7f5aa79 | [] | no_license | rethesda/SKSE-example-plugin | 9cabf7746b8e404e71b9c77b9f749bb683f4dd76 | fa890119ea5f39cf6a22881b93d9b73bdd7538a1 | refs/heads/master | 2023-03-16T10:02:18.773258 | 2019-06-09T05:38:01 | 2019-06-09T05:38:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,403 | h | #pragma once
#include "GameTypes.h"
#include "GameEvents.h"
#include "InputMap.h"
// Note: These are different from those in Hooks_DI
enum
{
kDeviceType_Keyboard = 0,
kDeviceType_Mouse,
kDeviceType_Gamepad
};
class BSInputDevice
{
public:
virtual UInt32 Unk_01(void); // pure
virtual void Unk_02(float unk1); //... | [
"bradenm650@gmail.com"
] | bradenm650@gmail.com |
8e48ab918d50773f6152343bb6c1dcc4da899277 | 613bb55365d68e31ec68d3c101d4630681d1c8ee | /source/include/xulrunner-sdk/include/xultmpl/nsIXULTemplateResult.h | dc35547a2b26a7d67065d0c08a85e1f7b64b26ff | [] | no_license | changpinggou/NPAPI-ActiveX | db478bc7bfecc7d995a1dd3a380ff6bacf5891e4 | 805a311f457d64acc34ba818a495792679636205 | refs/heads/master | 2021-01-10T13:31:30.766738 | 2015-06-25T02:18:08 | 2015-06-25T02:18:08 | 36,733,400 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,681 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/xr19rel/WINNT_5.2_Depend/mozilla/content/xul/templates/public/nsIXULTemplateResult.idl
*/
#ifndef __gen_nsIXULTemplateResult_h__
#define __gen_nsIXULTemplateResult_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want t... | [
"applechang@applechang-PC2.tencent.com"
] | applechang@applechang-PC2.tencent.com |
9941911dec5f29124d05a49c591aa9f60bacd77a | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /tools/mac/power/power_sampler/main_display_sampler_unittest.cc | 6e7438c5cc0c08d0f625fe535759e449a998637f | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 2,962 | cc | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "tools/mac/power/power_sampler/main_display_sampler.h"
#include <memory>
#include "base/time/time.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
cbf8ce598cfaf63f25800ed133c2ec28d164bd6f | 748a7eb7f402d3148bafcbbc8bf16cdd69d46213 | /libraries/hfm/src/hfm/HFM.cpp | 8f01956f1775cbeb6393e41e9281cffe34cc0fac | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | joakim1999/hifi | d1047fc754303601c8f945190b3840d847b09df3 | a9f59fae7153e94818e1a566cb092fd3bb56bc2d | refs/heads/master | 2020-04-13T00:37:00.121735 | 2018-12-21T18:32:59 | 2018-12-21T18:32:59 | 162,850,193 | 0 | 0 | NOASSERTION | 2018-12-22T23:50:34 | 2018-12-22T23:50:34 | null | UTF-8 | C++ | false | false | 10,547 | cpp | //
// HFM.cpp
// libraries/hfm/src
//
// Created by Sabrina Shanman on 2018/11/06.
// Copyright 2018 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "HFM.h"
#include "ModelFormatLoggi... | [
"sabrina@highfidelity.io"
] | sabrina@highfidelity.io |
dc41b0a6b9e55a0c348a3ebace9b8d6ef008b039 | 0480ab4afd7ccb14a457b433a2c1467e9a11f234 | /include/while_node.hpp | d590c74aa4870413899c24dca780e7c09692b351 | [
"MIT"
] | permissive | magicmoremagic/bengine-blt | 2c364d554d89cbb8c55c1c6da5232371efca5b74 | fc2e07107dca0689d44ebd066b74d5bac7cacfa8 | refs/heads/master | 2021-01-13T04:10:39.200277 | 2018-01-06T06:46:28 | 2018-01-06T06:46:28 | 77,801,946 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | hpp | #pragma once
#ifndef BE_BLT_WHILE_NODE_HPP_
#define BE_BLT_WHILE_NODE_HPP_
#include "node.hpp"
#include <be/core/console_indent.hpp>
namespace be::blt {
struct WhileNode : Node {
std::unique_ptr<Node> expr;
std::unique_ptr<Node> block;
WhileNode(std::unique_ptr<Node> expr, std::unique_ptr<Node> block)
... | [
"ben@magicmoremagic.com"
] | ben@magicmoremagic.com |
15aef8c05e3888647f740958c5a0615eda5a7d0e | 09d814acd8d088626799390c462781be9b8e8de0 | /VideoÜberwachungKornUng Klassen/Überwachung.cpp | e912061d3e960ec918fe48c4d18bf389d295fec3 | [] | no_license | VictoriUM/Softwareentwicklung_LE_DVCS | a774091ccb7b09314092fe72574b9695cc08356b | 1a850266677cd72bbe0930c99fca9a4d8f7cbe46 | refs/heads/master | 2021-01-10T14:31:23.108101 | 2015-12-21T01:09:06 | 2015-12-21T01:09:06 | 48,342,543 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 8,979 | cpp | #include "VideoÜberwachung.h"
#include "Überwachung.h"
#include <opencv2/opencv.hpp>
#include <vector>
#include <sstream>
using namespace cv;
using namespace std;
//Konstruktor
Überwachung::Überwachung()
: gefundeneObjekte (0)
, gefaehrlicheObjekte(0)
, gefaehrlicheObjekteSchnitt(0)
, ungefaehrlicheObjekte(0)
, alarm(... | [
"victung689@gmail.com"
] | victung689@gmail.com |
8a6159f84965f50407274fe74b68f5a0d338dcbe | 1497386b0fe450e6c3881c8c6d52d9e6ad9117ab | /trunk/libcvact/include/actITokenBlockCipher.h | 19d3fcd2546e3e01cc0c36500bf68adbbfdf9b3d | [
"Apache-2.0"
] | permissive | flomar/CrypTool-VS2015 | 403f538d6cad9b2f16fbf8846d94456c0944569b | 6468257af2e1002418882f22a9ed9fabddde096d | refs/heads/master | 2021-01-21T14:39:58.113648 | 2017-02-22T14:10:19 | 2017-02-22T14:10:19 | 57,972,666 | 0 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | h | // ---------------------------------------------------------------------------
// Name: actITokenBlockCipher.h
// Product: cv act library
// Purpose: The interface ITokenBlockCipher encapsulates operations using a
// symmetric key stored on a secure token.
//
// Copyright: (c) 2008 cv cryptovision GmbH
// ... | [
"florian@marchal.de"
] | florian@marchal.de |
8b4856cd4e1afe3d6fe4f93f02ae0866ae646ee5 | 836a0c1089a9032ca4dbd32c3715f35af14c34b6 | /Source/LocaleEmulator/MBExt.cpp | c27942ab3b4013ae5c11e2cbc0d0c0881e9b5d2f | [] | no_license | kagada/Arianrhod | 62c4843e281003d4162da05982368cff3069a237 | 5b2d14545379d5ff5f408707ad5ad3eb668ec2a2 | refs/heads/master | 2021-01-23T02:40:22.185474 | 2014-02-02T03:26:14 | 2014-02-02T03:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,807 | cpp | #pragma comment(linker,"/ENTRY:main")
#pragma comment(linker,"/SECTION:.text,ERW /MERGE:.rdata=.text /MERGE:.data=.text")
#pragma comment(linker,"/SECTION:.Amano,ERW /MERGE:.text=.Amano")
#pragma warning(disable:4127)
#pragma comment(lib, "ntdll.lib")
#pragma comment(lib, "undoc_k32.lib")
#include <Windows.h>
#include... | [
"Hiromi.Kaede@gmail.com"
] | Hiromi.Kaede@gmail.com |
45feafa83a79e3130f9cd032ab7bfbe5b594d608 | 33a52c90e59d8d2ffffd3e174bb0d01426e48b4e | /uva/10000-/10062.cc | dac686d46bd6448cd0b5e87ebe35de82e90fe92a | [] | 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 | 894 | cc | #include<iostream>
#include<string>
#include<vector>
#include<algorithm>
using namespace std;
class Element{
public:
char c;
int freq;
Element(){}
Element(char c, int f): c(c), freq(f){}
bool operator<( const Element &e ) const {
return (freq<e.freq || (freq==e.freq && c>e.c));
}
};
string str;
... | [
"ben.shooter2@gmail.com"
] | ben.shooter2@gmail.com |
15223924b996c6aee1d3cc9a095d27f91f738594 | 411f463efe186c9d6aa212edeed74e6c0ee7be4d | /src/BGRenderData.cpp | af0e82f3f82a67a52e32d81922f4b9b18a2d0047 | [] | no_license | glindsey/game-project-potential | 8b9f2710e5e1fdf17cef354bcb041ef5f7571457 | a7e806a53813e0d2f2eab9cd3eb119275b638743 | refs/heads/master | 2021-01-01T15:55:10.422272 | 2014-04-27T19:12:06 | 2014-04-27T19:12:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,638 | cpp | #include "BGRenderData.h"
#include <GL/glew.h>
#include <glm/glm.hpp>
#include "BGVertexRenderData.h"
BGRenderData::BGRenderData()
{
glGenVertexArrays(1, &vao_id);
glGenBuffers(1, &vbo_id);
clear_vertices();
}
BGRenderData::~BGRenderData()
{
glDeleteVertexArrays(1, &vao_id);
glDeleteBuffers(1, &vbo_id);
}... | [
"greg@lindseyweb.net"
] | greg@lindseyweb.net |
5ac398ab1d7aa77b5840b8966fb446a7b9d461cf | 577ef3726396e3ccd7fdddda8c5fb985bab7dc22 | /Pelicula.h | 95cec79a4f45090811d8b8864e136582f1be29dd | [] | no_license | HGGB-19/Proyecto_integrador | 9dac0d5c823437f036a2a258dc09f5190ce39bea | a59ffb765e42a22ae8b1589ced093325c63ecd54 | refs/heads/master | 2022-12-09T03:04:27.536987 | 2020-07-22T04:14:06 | 2020-07-22T04:14:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | h | #ifndef Pelicula_h
#define Pelicula_h
#include <iostream>
#include "Video.h"
class Pelicula : public Video
{
public:
Pelicula(string, string, string, int, int, int);
void muestraDatos();
void ver_contenido();
int calificaPelicula();
};
#endif
| [
"hectorgustavoqo@gmail.com"
] | hectorgustavoqo@gmail.com |
0cdcfa4c3b119cd9e302f7481b8ce279561b8001 | 8301c6345984b2f406b7dc8b68f7afb32c324201 | /cpp/graph/letter_change.cpp | c255135f329c935da36af41c4a931dac92318c2b | [] | no_license | mpresident14/Projects | a9babaaf5497fad52d94fb8bc730fd24df4890c9 | 4ffb64423e60535ca032db3d631669de4999a8d6 | refs/heads/master | 2023-01-23T06:51:53.134313 | 2023-01-10T06:06:12 | 2023-01-10T06:06:12 | 105,496,055 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,076 | cpp | #include <fstream>
#include <locale>
#include <string>
#include <vector>
#include "../testing_program/testing-program.hpp"
#include "graph.hpp"
using namespace std;
bool oneLetterDifferent(const string& s, const string& t) {
size_t size = s.size();
if (size != t.size()) {
return false;
}
b... | [
"mcprez10@gmail.com"
] | mcprez10@gmail.com |
89ee441e5f01964c41e744568bba28aa50991cc0 | 48144fe2756af12bf1af3c1dbd091c2ce06752f5 | /sdk/src/cameras/compression/encoder.h | cbf6284ef5b7db253434cd6e645a130980025a3f | [
"Apache-2.0"
] | permissive | Soledad89/realsense_sdk | bc8db927efbfe1d2a4abff84ef76e1523dad9704 | bc79900e5f764248041f3ed80150391499156814 | refs/heads/master | 2021-01-12T00:24:41.380935 | 2016-12-25T12:25:10 | 2016-12-25T12:25:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,043 | h | // License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2016 Intel Corporation. All Rights Reserved.
#pragma once
#include <map>
#include <memory>
#include <tuple>
#include <librealsense/rs.hpp>
#include "codec_interface.h"
#include "rs/record/record_device.h"
namespace rs
{
namespace core
... | [
"matan.katz@intel.com"
] | matan.katz@intel.com |
2f54bd0e78737474cd0c2ad9a24ce16faac7118e | 3391892861a1e1e71af6e414bcdb9fc0df66c62e | /src/libs/utility/progress.hpp | b92d01165e2666a7b3c7441c446bd6dfd76f6a31 | [
"Apache-2.0"
] | permissive | jdmclark/gorc | a21208b1d03a85fc5a99fdd51fdad27446cc4767 | a03d6a38ab7684860c418dd3d2e77cbe6a6d9fc8 | refs/heads/develop | 2021-01-21T05:01:26.609783 | 2020-12-21T00:26:22 | 2020-12-21T02:34:31 | 10,290,074 | 103 | 10 | Apache-2.0 | 2020-12-21T02:34:33 | 2013-05-25T21:27:37 | C++ | UTF-8 | C++ | false | false | 405 | hpp | #pragma once
#include <cstddef>
#include <memory>
namespace gorc {
class progress {
public:
virtual ~progress();
virtual void advance(size_t steps_to_advance = 1) = 0;
virtual void finished() = 0;
};
class progress_factory {
public:
virtual ~progress_factory();
... | [
"jon@nullptr.ca"
] | jon@nullptr.ca |
32855e136e1758f0dcb995c7e9b692bbceae2d7e | 13ebfc4290bf9b6a9eb7cac6b006c5fa56b991cb | /auto.h | 6242a7d64be9959349dd52166d262d97918bbe32 | [] | no_license | whitphoto/CIS-214-Exam-1-Lab | 4b417af7f348c06ad9957822c500d9cfc68491ea | 8bebeca4fbdac176cef262a64fcc7460253e935e | refs/heads/master | 2020-03-10T03:42:26.206838 | 2018-04-12T00:55:46 | 2018-04-12T00:55:46 | 129,172,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,002 | h | /************************************
* *
* Nathan Whitchurch *
* CIS 214 c++ *
* Exam 1 part 2-2 *
* *
************************************/
#ifndef AUTO_H
#define AUTO_H
#include <iostream>
#include "driver.h"
using namespace std;
class Auto
{
private:
string driverName;
int d... | [
"nate@whitchurchphotography.com"
] | nate@whitchurchphotography.com |
31e098f4eef57f512b520da097bf66cbe22d2bba | 9a9fb43d866dc8fd829211d2b47328ef1f5ed428 | /PI_ROS_WORKSPACES/test/devel_isolated/rosgraph_msgs/include/rosgraph_msgs/Clock.h | 019d73697360fc3ab8bf2ba0f06866ad3c0bfe9f | [] | no_license | droter/auto_mow | 326df42a54676079cac61fe63c40d5d04beb049b | 3742cb2ef78bc06d2771ac4c679e5110909774f8 | refs/heads/master | 2022-05-19T20:18:33.409777 | 2020-04-29T00:42:24 | 2020-04-29T00:42:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,857 | h | // Generated by gencpp from file rosgraph_msgs/Clock.msg
// DO NOT EDIT!
#ifndef ROSGRAPH_MSGS_MESSAGE_CLOCK_H
#define ROSGRAPH_MSGS_MESSAGE_CLOCK_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message... | [
"joshuatygert@gmail.com"
] | joshuatygert@gmail.com |
d54f9c3299e469b052e2e0fd33a2677cc3eb2404 | 8476eb45fe9dfd43818245e17a1c661b88e69400 | /CustomCodes/utils/funcs/KinDyn200511_221619/kin/mex/Inertia_RightShin_mex.cc | a4f252ce76cadd5d3dd2d6b8f1e739dd1c0c6ca4 | [] | 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 | 3,070 | cc | /*
* Automatically Generated from Mathematica.
* Mon 11 May 2020 22:29:43 GMT-04:00
*/
#ifdef MATLAB_MEX_FILE
#include <stdexcept>
#include <cmath>
#include<math.h>
/**
* Copied from Wolfram Mathematica C Definitions file mdefs.hpp
* Changed marcos to inline functions (Eric Cousineau)
*/
inline double Power(doub... | [
"gyk199305@gmail.com"
] | gyk199305@gmail.com |
87096b8d024e3364d7ac9347db669e6675c0de8d | 04a95a0c0892ffb506c9763b62b60e1785f445a5 | /Aldo Cruz/20_01_2021/Ejercicio de clases/EjerciciosClase7/Clase7_17_03_2021/Clase7_17_03_2021/Clase7_17_03_2021.cpp | 67062568036f479c64372f8aee10105bee329314 | [] | no_license | msclecram/Cocos-estructuras-de-datos-2021 | b3e79f45632b7b4a73acc95d7b9e80803479e182 | 4bb896744fd0c91cb36656509f8c8135257b6226 | refs/heads/main | 2023-04-19T21:17:22.012467 | 2021-05-25T03:34:09 | 2021-05-25T03:34:09 | 328,563,108 | 0 | 0 | null | 2021-05-25T03:34:12 | 2021-01-11T05:56:50 | C++ | UTF-8 | C++ | false | false | 3,662 | cpp | // Clase7_17_03_2021.cpp : Este archivo contiene la función "main". La ejecución del programa comienza y termina ahí.
//
#include <iostream>
using namespace std;
template<typename T>
struct Node
{
T value;
Node* pointer;
};
template<typename T>
class LinkedList
{
public:
LinkedList()
{... | [
"61034726+Alzound@users.noreply.github.com"
] | 61034726+Alzound@users.noreply.github.com |
b93690d869120c2cce2be56c8a6e2334c4eca51c | 8eafd367e7b17509e9841d15fc63801130ee495e | /1020.cpp | 2bdec7dc26315a5daef7bdecf5b4ea66dfb56607 | [] | no_license | dansousamelo/URI-Questions | 3c4a70b29e4ec082426322d203a06d5e28f1f559 | f8da21f04130c355cada1199876b20b865d987d2 | refs/heads/master | 2020-04-28T11:53:23.231233 | 2019-03-12T16:54:55 | 2019-03-12T16:54:55 | 175,257,629 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
unsigned int dia = 0, ano = 0, mes = 0, dias = 0;
cin >> dia;
if(dia >=365){
ano = dia/365;
mes = (dia - (ano * 365))/30;
dias = (dia - (ano * 365)) - (mes * 30);
}else{
ano = 0;
mes = dia/30;
dias = dia - (mes * 30);
}
cout << ano << " ano... | [
"daniel_sousa.unb@outlook.com"
] | daniel_sousa.unb@outlook.com |
20ad75ff45d7574d9474eefe477be86ace742f0d | c075cfe521103977789d600b61ad05b605f4fb10 | /div476/ZAD_B.cpp | 8b315971ac1983920dad464090abe4d12d2bb211 | [] | no_license | igoroogle/codeforces | dd3c99b6a5ceb19d7d9495b370d4b2ef8949f534 | 579cd1d2aa30a0b0b4cc61d104a02499c69ac152 | refs/heads/master | 2020-07-20T12:37:07.225539 | 2019-09-05T19:21:27 | 2019-09-05T19:35:26 | 206,639,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,789 | cpp | #include<bits/stdc++.h>
#define x first
#define y second
#define mp make_pair
#define pb push_back
#define em emplace_back
#define sqr(x) (x) * (x)
using namespace std;
typedef long long ll;
typedef long double ld;
char a[103][103];
int sm[103][103];
int main() {
ios_base::sync_with_stdio(0);
int i, j, n, k;
... | [
"160698qnigor98"
] | 160698qnigor98 |
7ceb09722324f3f0277156e455a37f43ce622679 | e27e9a49fba33aa22ad29637d767fbf53a4d7ab3 | /PP00. 마지막 최적화/SDLGameObject.cpp | 06907231e3ba6c8210565171ed7cd0b7b25f3da8 | [] | no_license | 20171131/GameFramework.20171131 | a9e2d7c8615fa1ac1ed0cc9e5ddc507d2b156f6d | 333fdb4a482136e8c12431ca436df482ca217e35 | refs/heads/master | 2021-08-19T00:22:23.484599 | 2018-12-13T12:27:57 | 2018-12-13T12:27:57 | 148,035,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,013 | cpp | #include "SDLGameObject.h"
#include "TextureManager.h"
#include "Game.h"
SDLGameObject::SDLGameObject(const LoaderParams* pParams) : GameObject(pParams), m_position(pParams->getX(), pParams->getY()), m_velocity(0.0f, 0.0f), m_acceleration(0.0f, 0.0f)
{
m_width = pParams->getWidth();
m_height = pParams->getHeight();
... | [
"zz_o@hanmail.net"
] | zz_o@hanmail.net |
1661edf1818dd35b5497877344ce80888ec7d822 | a6abe494cf106a76c861b11e54e846b75ec6d314 | /Model/model.cpp | 1e3352e116806f06219b7fe4e7543ef1f0cda998 | [] | no_license | checorone/motoguard-mobile | 934511eb32b03c9164effb429cab1d6e30e5c6e5 | 641439b0b4f2e7d41e0e0a0d43b45da682c74b10 | refs/heads/master | 2020-03-22T03:50:50.002886 | 2018-07-11T03:16:06 | 2018-07-11T03:16:06 | 139,455,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,491 | cpp | #include <QDebug>
#include "model.h"
Model::Model(QObject * parent) : QObject(parent)
{
dataUnit = new DataUnit();
networkUnit = new NetworkUnit(activeDeviceID);
notifysettings.append(NotifySelector("Резкое торможение", true));
notifysettings.append(NotifySelector("Удар", true));
notifysettings.... | [
"checordog@gmail.com"
] | checordog@gmail.com |
c43d29be9b707b32deb90831e1f647125c44a4d2 | e78d2fc4bfe185f74ede33fd14eefa16e071a975 | /src/masternodeman.h | 4f0fff958041f60bf93aabd6f15b77dac565663d | [
"MIT"
] | permissive | danrachita/charm | bb09e369c5d14633ae6fa636bbc73cb309d91989 | 9c70f930033d7cbbcf0e2d00efc4d24b651c4761 | refs/heads/master | 2020-03-23T03:52:32.633831 | 2018-04-23T14:58:53 | 2018-04-23T14:58:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,289 | h | // Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2017-2018 The Charm Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MASTERNODEMAN_H
#define MASTERNODEMAN_H
#include "masternode.h... | [
"elroman201@gmail.com"
] | elroman201@gmail.com |
6ce6641e5416031082e2edf5ce3e8f542325c621 | bb6ebff7a7f6140903d37905c350954ff6599091 | /content/test/test_webkit_platform_support.cc | a55ebf676bb5e86a8ff3a42533654154bdd75fab | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 11,025 | cc | // 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.
#include "content/test/test_webkit_platform_support.h"
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#incl... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
b1ba7021e2da5b727130cc90f3ee9349b10316ff | 0d8745a9c02e1bbef18985174ffea79c99425f0f | /benchmark/benchmark_tcp.cpp | c3416a789cbc74b8d7d92b4ee0e9b572478177cf | [] | no_license | mmcilroy/hulk_fix | 91e3592d3f3e0bb63c6da45bb263085d07771c6e | 9a8395748a1c7e2d088b73a2cea4ef87c39f0ccb | refs/heads/master | 2020-05-18T08:07:41.482282 | 2013-12-20T16:55:24 | 2013-12-20T16:55:24 | 11,987,827 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,280 | cpp |
#include "hulk/fix/transport.h"
#include "hulk/fix/session.h"
#include "hulk/fix/tcp.h"
#include "hulk/core/stopwatch.h"
#include <iostream>
using namespace hulk;
const int NUM_MSGS = 100000;
const int PORT = 5999;
int num_recvd = 0;
struct acceptor_callback : public fix::transport_callback
{
v... | [
"m1rk.mci@gmail.com"
] | m1rk.mci@gmail.com |
5f30c73fc9373bbb924a3490975eb31da4e08f87 | d7de23e521d73096f173318423cf6b0e5d06c97f | /CMGTools/HtoZZ2l2nu/interface/rochcor.h | 641bca8253a7d7beab325be074649f54665f0b32 | [] | no_license | HemantAHK/CMG | 3cf6c047b193e463e3632aa728cd49067e9dde76 | 7bec46d27e491397c4e13a52b34cf414a692d867 | refs/heads/master | 2021-05-29T20:01:04.390627 | 2013-08-15T15:24:22 | 2013-08-15T15:24:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,709 | h | #ifndef _rochcor_h_
#define _rochcor_h_
#include <iostream>
#include <TChain.h>
#include <TClonesArray.h>
#include <TString.h>
#include <map>
#include <TSystem.h>
#include <TROOT.h>
#include <TMath.h>
#include <TLorentzVector.h>
#include <TRandom3.h>
class RochCor {
public:
RochCor();
RochCor(int seed);
~Roc... | [
""
] | |
dbcbf9f2e8d4a0b41bbf218e149b235063ce1e64 | e6c7efa656838063ff7275800e1003c321299961 | /Assignment2/Assignment2/Hotel.h | 45a85afbfdf08fab5b9c4ab62ba675321a7e963c | [] | no_license | smcAdvJavaGrp2/SMCS-20A | 85f9b413076c164d3d415816dc9e6bdb48c34552 | f76a8194531376fd9ad9bd6c9b0ca55f1206afdb | refs/heads/master | 2020-03-21T00:21:42.867534 | 2018-12-10T22:55:11 | 2018-12-10T22:55:11 | 137,889,094 | 1 | 0 | null | 2018-12-10T22:55:13 | 2018-06-19T12:34:39 | C++ | UTF-8 | C++ | false | false | 784 | h | //
// Hotel.h
// Worksheet1
//
// Created by Nashir Janmohamed on 2/26/18.
// Copyright © 2018 Nashir Janmohamed. All rights reserved.
//
#ifndef HOTEL_H
#define HOTEL_H
#include <iostream>
const char RESERVED = 'R';
const char OCCUPIED = 'O';
const char EMPTY = 'E';
const int FLOORS = 20;
const int ROOMSPERFLOO... | [
"nashirbass@gmail.com"
] | nashirbass@gmail.com |
99bc928145dc67f6c076c655aec762952a3cc397 | f6439b5ed1614fd8db05fa963b47765eae225eb5 | /chrome/browser/chromeos/drive/sync/entry_revert_performer.h | 2e8890258d99904b028d1f9fbd4d339fc9bdc988 | [
"BSD-3-Clause"
] | permissive | aranajhonny/chromium | b8a3c975211e1ea2f15b83647b4d8eb45252f1be | caf5bcb822f79b8997720e589334266551a50a13 | refs/heads/master | 2021-05-11T00:20:34.020261 | 2018-01-21T03:31:45 | 2018-01-21T03:31:45 | 118,301,142 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,114 | 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 CHROME_BROWSER_CHROMEOS_DRIVE_SYNC_ENTRY_REVERT_PERFORMER_H_
#define CHROME_BROWSER_CHROMEOS_DRIVE_SYNC_ENTRY_REVERT_PERFORMER_H_
#include <set>
... | [
"jhonnyjosearana@gmail.com"
] | jhonnyjosearana@gmail.com |
c3ecd9cddd5e22fc10d612b8c88fc549960ea5c6 | b56e6bb63ef7e88241654c4b05d4c5b086de25ae | /백준 11053.cpp | b3b40d9682f029c043cb36152bf38fa5b6cc959b | [] | no_license | feel-coding/algorithm-practice | fc77c1133cfb4e779ecf0c7db06137c5c19e7698 | 2d5417ff22bf89d5b00dc649ba86ce5ee82dcd03 | refs/heads/master | 2023-07-31T17:37:51.002739 | 2021-09-03T11:19:19 | 2021-09-04T07:21:45 | 293,083,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | cpp | #include <iostream>
#include <vector>
#include <queue>
#include <algorithm>
using namespace std;
int main() {
int n;
cin >> n;
vector<int> v(n);
for (int i = 0; i < n; i++) {
cin >> v[i];
}
vector<int> dp(n);
dp[0] = 1;
for (int i = 1; i < n; i++) {
int maxLength = 0;
for (int j = 0; j < i; j++) {
... | [
"khe628@naver.com"
] | khe628@naver.com |
e9ae987d59df93787f9376f8003a7208b028b15a | eb7967adbd7bcb3fd5ba79a7a6fe2462d3fe05e9 | /RootProd_pp13_2016/xAODTrigger/Root/JetRoI_v1.cxx | e759f3ae2e20b3fc049e4098ffdb8c9c1737695e | [] | no_license | MingliangZhou/PhD_ProdCode | 40c1428c81df5ff78493cb037b3aa5fe8fc1e2a7 | 369c8f98d686179a9408665b68b47a302906d248 | refs/heads/master | 2020-04-27T15:01:03.875244 | 2019-03-08T00:00:33 | 2019-03-08T00:00:33 | 174,428,812 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,138 | cxx | // $Id: JetRoI_v1.cxx 579914 2014-01-24 10:15:15Z krasznaa $
// xAOD include(s):
#include "xAODCore/AuxStoreAccessorMacros.h"
// Local include(s):
#include "xAODTrigger/versions/JetRoI_v1.h"
namespace xAOD {
JetRoI_v1::JetRoI_v1()
: SG::AuxElement() {
}
void JetRoI_v1::initialize( uint32_t roiword,... | [
"MingliangZhou@Mingliangs-MacBook-Pro.local"
] | MingliangZhou@Mingliangs-MacBook-Pro.local |
161f6b533b8c4ac0572112fdb829b48f6748bdd3 | bfb066e9c5525483d256e6c0f72d3a798159ecbc | /lpg2/src/PlxAction.cpp | 59872b8daa851640a9d1d5671e95410563a7edda | [
"MIT"
] | permissive | kuafuwang/LPG2 | f3c71186c0d1867a0efd5c475edf87229ef8887d | 5cda43c109633d951facbeac361e060dd6d59dcd | refs/heads/main | 2023-07-10T08:26:50.297030 | 2021-08-15T00:54:15 | 2021-08-15T00:54:15 | 378,531,151 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,476 | cpp | #include "PlxAction.h"
//
//
//
void PlxAction::ProcessRuleActionBlock(ActionBlockElement &action)
{
//
// TODO: Do whatever preprocessing that is required here!
//
ProcessActionBlock(action);
//
// TODO: Do whatever postprocessing that is required here!
//
}
//
//
//
void PlxAction::Exp... | [
"731784510@qq.com"
] | 731784510@qq.com |
3621898f5cbb80d595ff60411bc3cf224aacb6fc | eb2d66fdbd7781394715d1f5874f56ce5f2f1925 | /include/CMenu.h | d7b8eb510c23bb9ec57c1aa9d65ba1a3b69a56e6 | [] | no_license | andzejek/Paincik | fc39888cb81ad945162c612c4fac4e0a56ed4602 | b1c3d26c50fc1d7cc9cb1b54477c4807ac880aac | refs/heads/master | 2021-07-17T03:04:35.371408 | 2017-10-19T06:06:30 | 2017-10-19T06:06:30 | 100,305,499 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 859 | h | #ifndef CMENU_H
#define CMENU_H
#include "../stdafx.h"
///FILE
#define MENU_NEW 40003
#define MENU_OPEN 40001
#define MENU_SAVE 40002
#define MENU_SAVE_AS 40031
///EDIT
#define MENU_UNDO 40004
#define MENU_REDO 40005
#define MENU_NEG 40006
#define MENU_CUT 40016
#define MENU_COPY 400... | [
"asmedykowski@gmail.com"
] | asmedykowski@gmail.com |
ebd3e1a5df3da93c4eb2fff7669480650540b18c | 96ffc6cd90fdb0d82f05912030a172d200cd69d0 | /src/862.shortest-subarray-with-sum-at-least-k.cpp | e58d4c9ff965e2fe1aca60728f28ed435831e0ab | [] | no_license | Congee/leetcode | 727ca3410b5776879ff57b73f3781a6f882da2ec | ad510462c14083534d6de10c767d7d5400a28291 | refs/heads/master | 2023-02-25T01:15:56.296662 | 2023-02-22T06:21:47 | 2023-02-22T06:21:47 | 240,327,593 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 838 | cpp | #ifdef __LOCAL__
#include <leetcode.h>
#endif
class Solution {
public:
// [3,-1,10] 10
// -> 1
// [3,-1,10] 12
// -> 3
// [4,-1,3,-1,10] 10
// -> 1
int shortestSubarray(vector<int>& nums, int k) {
int n = nums.size(), shortest = INT_MAX;
std::vector<long> psum(n + 1);
psum[0] = 0;
for (i... | [
"congeec@qq.com"
] | congeec@qq.com |
c0c78b8419028330e13dc9686b387fa7529bc579 | 7e81f1b0c9c18ac7b185f151a021a55ba362a068 | /JazmineWalletd/IObservable.h | 4eb6284d5be9053b6bbd133f05a822005345e37a | [
"MIT"
] | permissive | jazmineuno/JazmineWalletd | 31aa18771add55688eb68e31f5d4d64707473925 | c14105d8588ce7b0ab83bdfec9e3dc8f4541df84 | refs/heads/master | 2021-05-13T18:37:07.782718 | 2018-01-17T23:47:24 | 2018-01-17T23:47:24 | 116,872,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | h | // Copyright 2018 Waitman Gobble
// Copyright (c) 2011-2016 The Cryptonote developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
namespace CryptoNote {
template <typename T>
class IObservable {
public:... | [
"waitman@tradetal.com"
] | waitman@tradetal.com |
fa0e944551cfd9eda284189e122eef750dbd1121 | 378d404d4b8ec12dd9548470fa3b33d3dec087ff | /atcoder/yorukatu/ao2/agc046c.cpp | 34ee8048852354c57d2c9f5fe98dd5cad6363087 | [] | no_license | kk-katayama/com_pro | d0e8871aff88e7939d439c37f9cafd2d11a870fc | a3a6a3bcb846e2eded42d1fed5d9495e53a73e41 | refs/heads/master | 2021-06-25T18:49:35.320092 | 2021-02-05T06:50:38 | 2021-02-05T06:50:38 | 200,748,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,676 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <utility>
#include <set>
#include <map>
#include <cmath>
#include <queue>
#include <cstdio>
#include <limits>
#define rep(i,n) for(int i = 0; i < n; ++i)
#define rep1(i,n) for(int i = 1; i <= n; ++i)
using namespace std;
template<clas... | [
"galapagos4444@gmail.com"
] | galapagos4444@gmail.com |
e3046cfe04be649aaefa9ef47115136379aa3906 | da17110d0d78a330a14a890fbbd1b139c7543c5c | /Replicator/Replicator+Checkpoints.cc | 6c7ed463ecf6a6e4b0cd2b4c18b09f454fb56ce3 | [
"Apache-2.0"
] | permissive | learn-knowlege/couchbase-lite-core | 4ee12da5901217b6e0e1f4ef39c54ad2d36c7d1d | 044919a168e334b4ecc5b3ab185038bc1d6bfdf8 | refs/heads/master | 2020-12-13T19:27:53.964555 | 2019-12-19T22:23:28 | 2019-12-19T22:23:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,730 | cc | //
// Replicator+Checkpoints.cc
//
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2... | [
"jens@couchbase.com"
] | jens@couchbase.com |
25c4c7fc485e3a2888f06f8ab44f42d89bfdf8b9 | 6048717695c765b2a59e37e0510d4d30d57571d2 | /CodeForces/Coder-Strike 2014 - Qualification Round/B/B.cpp | a8ec5099ebd2c6464ace68490d9f2ad5bf670531 | [] | no_license | scipianus/Algorithm-contests | 4515cf3afde76695a480ab1cf9972c722524222b | 1fc34b7049a2735589e7531c53f6f083c41f086c | refs/heads/master | 2016-09-03T06:45:10.499243 | 2015-03-26T19:07:24 | 2015-03-26T19:07:24 | 32,945,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | cpp | #include <iostream>
using namespace std;
int n, m, K, A[110][110], sol[110], nr[110];
bool locked[110];
int main()
{
int i, j;
std::ios_base::sync_with_stdio(false);
cin >> n >> m >> K;
for(i = 1; i <= n; ++i)
for(j = 1; j <= m; ++j)
cin >> A[i][j];
for(j = 1; j <= m; ++j)
{
for(i = 1; i <= K; ++i)
nr[... | [
"olariu_ciprian_05@yahoo.com"
] | olariu_ciprian_05@yahoo.com |
0864ee47d03213a9b1ad24801bca65cc1bc41ab5 | 4802f5f5b225c60d60b4ab431b6bd11d70316235 | /Ubuntu1804/Output_of-of/Solid/0.4/gradTx | c8b2be5cd098ee73956e257a5aa89c78c5af7497 | [] | no_license | shkodm/precice_st_output | 4eb95a7688db96c860e8ea30b58093449d3d6bb2 | 989c8451ea33286ded19cb90e62487aa180933dd | refs/heads/master | 2020-03-31T06:01:31.613729 | 2019-02-14T18:01:03 | 2019-02-14T18:01:03 | 151,965,492 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,009 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.x |
... | [
"travis@example.org"
] | travis@example.org | |
4a85c644cef0fe6fbe4778cbcd3380381d12a2be | 6ccb827482f43285a8ebd988d18c2ae409d045e2 | /Administrador/Administrador.cpp | 180a544a4fcec90d3656e6ff0d2d13a3cf088849 | [] | no_license | GusJTT/Guest-Records | 348d8a4d89ca72d8dd09210fa46dfd26c7a3324b | 2c7288f0a3c4c531fc7bf47b2eb150850ebb72d2 | refs/heads/master | 2022-11-21T13:42:25.055141 | 2020-07-04T02:24:10 | 2020-07-04T02:24:10 | 272,556,950 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,123 | cpp | //
// Created by Jerbo on 18/06/2020.
//
#include "Administrador.h"
Administrador::Administrador(const string &contrasena, const string &correo, const string &direccion,
const Turno &turno) : contrasena(contrasena), correo(correo), direccion(direccion),
... | [
"csullcap@unsa.edu.pe"
] | csullcap@unsa.edu.pe |
6572984a2f881a6a492a6ff138e361eea88ed935 | e9ade5ea33cf3382f8ab3ad980e7f6d8cb76faf8 | /solved/past3/past3j.cpp | 10f19dd7b7eb0cfa41b51646e7ec9e9a2742a80f | [] | no_license | Creamy1137689/kyopro | 75bc3f92edb7bff2cbf27dc79d384b422a0a4702 | dcacbf27defe840ea7998e06a5f3fb78718e7d53 | refs/heads/master | 2023-05-10T19:28:56.447493 | 2021-06-03T12:54:11 | 2021-06-03T12:54:11 | 266,143,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,279 | cpp | #include <iostream>
#include <iomanip>
#include <utility>
#include <cmath>
#include <random>
#include <vector>
#include <map>
#include <set>
#include <deque>
#include <queue>
#include <stack>
#include <string>
#include <algorithm>
using namespace std;
#define rep(i,n) for(int i = 0; i<n; ++i)
#define REP(i,n) for(int ... | [
"exception031noexist@gmail.com"
] | exception031noexist@gmail.com |
6e2c27c0e201fc9477fefd15544a39580207d39b | 09399557a4f051e170c185094075dd1389cf16b0 | /InvaderV4.7/export/windows/cpp/obj/src/openfl/_legacy/events/MouseEvent.cpp | 4faad1d81e30effee8160678f6b6e5f6e4495f79 | [] | no_license | XweetyK/Space-Invaders | b737ea731a0356fed61cb8d1ce0ab490cfca4415 | a7e14890a1799e1cb4db9458b7d1be5dafe20df9 | refs/heads/master | 2021-01-21T05:10:05.906530 | 2017-10-04T18:46:17 | 2017-10-04T18:46:17 | 101,913,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 39,610 | cpp | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#include <hxcpp.h>
#ifndef INCLUDED_Std
#include <Std.h>
#endif
#ifndef INCLUDED_openfl__legacy_display_DisplayObject
#include <openfl/_legacy/display/DisplayObject.h>
#endif
#ifndef INCLUDED_openfl__legacy_display_IBitmapDrawable
#include <openfl/_lega... | [
"xweetyk@gmail.com"
] | xweetyk@gmail.com |
79c3c34e28e30c653921a4087b232002cdb2d4b7 | 5a79dde978851b29a4fc78cb0060648475620e8a | /Textures_activity/Entrega /OBJ/ OpenGL_SINTEL.cpp | 94596b0380aff524221be82649b2b7eba57648f6 | [] | no_license | ElizabethRF/Graficas-Computacionales | 428003de27b11afc26cb9066248bda933c8fbad9 | c618e4c0c405a719bd6d09c9a3c02bc3b10f93b0 | refs/heads/master | 2020-07-06T13:53:38.842783 | 2019-10-22T23:21:52 | 2019-10-22T23:21:52 | 203,039,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,942 | cpp | /*
Computer Graphics. TC3022.
Elizabeth Rodríguez Fallas
Basic TGA textures.
Displays a textured OBJ.
*/
#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#include <GLUT/glut.h>
#else
#include "freeglut.h"
#endif
#include <stdio.h>
#include <math.h>
#include "glm.hpp"
lo... | [
"elizabeth.rodriguez@konfio.mx"
] | elizabeth.rodriguez@konfio.mx |
b2bc61c9fb25d7fa289178f2571ff4c74bca22d7 | 9a7065cd8c4847f9271513354ae8706c33d923f4 | /src/common/ccsds-uslp-cpp/src/uslp/map/map_packet_acceptor.cpp | 6911a6fe935fe8138c3d1e4bea029d30fdb3b7ec | [] | no_license | quanhengwen/can-cube-sat-2021 | a4ba59218a1bcd48a3a7899290731bc5321eacb8 | d46143dab1c35b583e2e49a9023d89ff759c8475 | refs/heads/master | 2023-04-05T00:07:34.388364 | 2021-04-08T22:23:26 | 2021-04-08T22:23:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,421 | cpp | #include <ccsds/uslp/map/map_packet_acceptor.hpp>
#include <sstream>
#include <cassert>
#include <array>
#include <ccsds/uslp/exceptions.hpp>
#include <ccsds/uslp/_detail/tfdf_header.hpp>
namespace ccsds { namespace uslp {
map_packet_sink::map_packet_sink(gmapid_t channel_id) // @suppress("Class members should be... | [
"strange.snork@gmail.com"
] | strange.snork@gmail.com |
ad78bf119d1fc477d8bbef1a1b39f2fd6e993723 | f6439b5ed1614fd8db05fa963b47765eae225eb5 | /content/browser/appcache/chrome_appcache_service.h | 8bc54d43ed851850572607fc43d5a9fdf95266d5 | [
"BSD-3-Clause"
] | permissive | aranajhonny/chromium | b8a3c975211e1ea2f15b83647b4d8eb45252f1be | caf5bcb822f79b8997720e589334266551a50a13 | refs/heads/master | 2021-05-11T00:20:34.020261 | 2018-01-21T03:31:45 | 2018-01-21T03:31:45 | 118,301,142 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,061 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
#define CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
#include "base/compiler_speci... | [
"jhonnyjosearana@gmail.com"
] | jhonnyjosearana@gmail.com |
3a87003e12dcca1d69678d036d3284227037b0ea | 0e514fb7dbe50b3367d81db17274819aa308b9b6 | /Sourcefiles/New_Source/SyntaxAnalysis.cpp | 037bd8ecb38ab31d8ff22089a2fe3095766fcd57 | [] | no_license | Randy1Burrell/DPLMusicCompileMagic | 5b7dbbcbace8ff796d8c262e5c803b3b7e0bda07 | c3c050c00390971a03c90c340b005c57c8bcc332 | refs/heads/master | 2021-05-04T10:35:40.518734 | 2017-12-05T22:54:45 | 2017-12-05T22:54:45 | 53,426,927 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,822 | cpp | #include "SyntaxAnalysis.h"
#include <iostream>
#include <string>
//#include <assert.h>
SyntaxAnalysis::SyntaxAnalysis(string in)
{
LA.setNewInput(in);
cout<<"input:"<<in<<endl;
nextToken = LA.lex();
}
SyntaxAnalysis::SyntaxAnalysis()
{
}
SyntaxAnalysis::~SyntaxAnalysis()
{
}
string SyntaxAna... | [
"Randy1burrell@yahoo.com"
] | Randy1burrell@yahoo.com |
d872fbfd95fcfcb449ceecff3e7515a46f6357bb | 951d82a796231ac9de37c11e0b55622076dcc25b | /common/strlib.hh | 5da0817268945ba4c3592ea8a22ac7bc969d947a | [] | no_license | chenguo/mobile-shared-lib | 4d9214123e973190560492ea43889bfaa22cefe0 | 2942ab8b190207f397847ca29b58def927610ef5 | refs/heads/master | 2021-01-19T04:45:55.738561 | 2016-06-15T01:41:15 | 2016-06-15T01:41:15 | 60,826,486 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | hh | #ifndef _STRING_LIB_H_
#define _STRING_LIB_H_
#include <string>
using std::string;
namespace Common {
class StringLib {
public:
StringLib(string initVal);
~StringLib();
string concat(string s);
string* getInternal();
private:
string *internalValue;
};
}
#endif // _STRING_LIB_H_
| [
"chen.guo.0625@gmail.com"
] | chen.guo.0625@gmail.com |
1d328fbdf4d451483c72e0b093ceb98119874ea2 | e0832bdb45cb06a4803652f2fe807acf0cb01fba | /ALTSEQ.cpp | 70ac1317232f8f949e13cd1bc21a9a0799d131fd | [] | no_license | shyam49/Spoj-sulutions | a7e3950411317806bb3e0f257c6a007005cbab12 | 7918abab163e6f2d4a172f857708a0150143c1b0 | refs/heads/master | 2021-07-21T00:34:01.402539 | 2017-10-27T14:27:36 | 2017-10-27T14:27:36 | 108,554,356 | 0 | 0 | null | 2017-10-27T14:27:37 | 2017-10-27T14:11:52 | C++ | UTF-8 | C++ | false | false | 710 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long
#define MOD 1000000007ll
int main (void) {
int n;
cin>>n;
int i, arr[n];
for (i = 0; i < n; i++) {
cin>>arr[i];
}
int ans[n];
int sol[n];
for (i = 0; i < n; i++) {
ans[i] = 1;
sol[i] = i;
for (int j = i-1; j >= 0; j--) {
if (arr[i]... | [
"ydeepak1889@gmail.com"
] | ydeepak1889@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.