blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e2ab09ec845dcca5086e8d842e54824cf3373bc3 | 35e28d7705773eed54345af4440700522c9d1863 | /deps/libgdal/gdal/frmts/jpeg2000/jpeg2000_vsil_io.cpp | d404b0b1ec27ed2ef20f9839ee7ea2cfe16008ed | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"SunPro",
"LicenseRef-scancode-info-zip-2005-02",
"BSD-3-Clause"
] | permissive | naturalatlas/node-gdal | 0ee3447861bf2d1abc48d4fbdbcf15aba5473a27 | c83e7858a9ec566cc91d65db74fd07b99789c0f0 | refs/heads/master | 2023-09-03T00:11:41.576937 | 2022-03-12T20:41:59 | 2022-03-12T20:41:59 | 19,504,824 | 522 | 122 | Apache-2.0 | 2022-06-04T20:03:43 | 2014-05-06T18:02:34 | C++ | UTF-8 | C++ | false | false | 10,483 | cpp | /******************************************************************************
*
* Project: JPEG-2000
* Purpose: Return a stream for a VSIL file
* Author: Even Rouault, even dot rouault at mines dash paris dot org
*
******************************************************************************/
/* Following... | [
"brian@thirdroute.com"
] | brian@thirdroute.com |
e5c2d2f55557ae4097d9e8ecb358ccebecf72b66 | a6f7828a6030d8af6db5468916b05b8359d33e8f | /Evidencias_Grupo5Estructuras/I-Parcial/FinalProject/Project/Proyecto/main.cpp | f80c52a4cae38e25a34705356942b93c5373fbdd | [] | no_license | M4t3B4rriga/Team5-DataStructure-3688 | f485f83cb56790aa0bd9af42b14c24d3f486b735 | 55770225e1d54281c469c5538f28c98954ca800c | refs/heads/main | 2023-08-14T19:11:11.664816 | 2021-09-06T15:51:51 | 2021-09-06T15:51:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | /** UNIVERSIDAD DE LAS FUERZAS ARMADAS "ESPE"
* INGENIERIA SOFTWARE
*
*
*@author THEO ROSERO
*@author YULLIANA ROMAN
*@author JUNIOR JURADO
*@author ALEX PAGUAY
*@author SANTIAGO SA�AY
*TEMA: PROYECTO FINAL
*FECHA DE CREACION : 15 DE JUNIO DE 2021
*FECHA DE MODIFICACION: 25 DE JUNIO 2021
*/
#include "Application.h"
... | [
"75266819+alexpaguay1991@users.noreply.github.com"
] | 75266819+alexpaguay1991@users.noreply.github.com |
c7299b587a8a804fca2dd64513ca6a70f1ffe6c2 | 9f88366f38ca7e74dc7d6a12be927f154d15f528 | /SOME BASIC IMP CONCEPTS/11. Dynamic Programming - II/KnapsackProblem.cpp | a35c03959336bd59d9f6b837c6ca4422e1ccf344 | [] | no_license | shreyas-mante/Codeforces | 6b6d038065ab5439e5d45d8ff88d2ae9d5fc6965 | fb8c3609c2410c55626201a0980b21645d27a591 | refs/heads/main | 2023-07-15T01:32:45.987702 | 2021-08-26T09:20:53 | 2021-08-26T09:20:53 | 363,723,401 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | cpp | // Knapsack Problem - DP-II
#include<bits/stdc++.h>
using namespace std;
#define ll long long int
int main()
{
ll n , w;
cin>>n>>w;
ll p[n] , wt[n];
for(ll i=0;i<n;i++)
{
cin>>p[i];
}
for(ll i=0;i<n;i++)
{
cin>>wt[i];
}
ll dp[n+1][w+1];
for(ll i=0;i<=n;i++)
{
for(ll j=0;j<=w;j++)
{
i... | [
"you@example.com"
] | you@example.com |
f33793336d7c5d88ebb56774a8fd5dc0acc95f30 | 53cb32e80cb74947211dd8aa9fd572a5b60a779d | /src/Solver/SolverBase.hpp | cc304df318a38b88ae6dbf41db14b60fa69d941d | [] | no_license | digimokan/cpp-sliding-eight-puzzle | 3aa7c84f85f96bd8064ea06f054083b16c79a460 | 5c6f09bc3d81f34d96342ea5df29a2573614bb73 | refs/heads/master | 2023-07-06T02:45:52.155172 | 2023-07-01T04:03:18 | 2023-07-01T04:03:18 | 165,324,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,559 | hpp | /*******************************************************************************
module: SolverBase
author: digimokan
date: 20 JAN 2019
purpose: base SolverIface impl class with common methods
*******************************************************************************/
#ifndef SOLVER_BASE_HPP
#define SOLV... | [
"digimokan@users.noreply.github.com"
] | digimokan@users.noreply.github.com |
1511154273464b777cf4afaae8c5678b0c3bb0f5 | 7b106fcce244df4c649e304aa2c14d800d75bd94 | /XCodeProj/TH_AR/Classes/Native/Generics14.cpp | 3abbf2f4e032a7d38c9e6f82fdafcd6a0386e795 | [] | no_license | jacobslab/TreasureHuntAR | 0951d6afa775d9d0f7074c4eb1c80a5cb7065384 | a21fcb5cf1a614f29f513ae6e3f936a3beb4166f | refs/heads/master | 2023-03-07T06:03:28.572223 | 2020-02-07T18:50:59 | 2020-02-07T18:50:59 | 129,408,021 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,362,985 | 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 ... | [
"lightnarcissus@gmail.com"
] | lightnarcissus@gmail.com |
300c01a0051ad7899a3a3512fb3e5e39c2bd441c | 5815cd388eba6f52667c3526be3e4966e224f765 | /Dev_class7_handout/Motor2D/j1Map.cpp | 812a0ad015155582696628dad4e827c653ae005b | [] | no_license | Yulna/Dev_Code | e1713354783168a84a57c2e90211a02f8a4d8dd3 | 7cdaef042bd386c87df99158f2cfc16da574ef6a | refs/heads/master | 2021-01-11T02:19:47.958988 | 2017-01-15T22:24:28 | 2017-01-15T22:24:28 | 68,946,329 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,413 | cpp | #include "p2Defs.h"
#include "p2Log.h"
#include "j1App.h"
#include "j1Render.h"
#include "j1FileSystem.h"
#include "j1Textures.h"
#include "j1Map.h"
#include <math.h>
j1Map::j1Map() : j1Module(), map_loaded(false)
{
name.create("map");
}
// Destructor
j1Map::~j1Map()
{}
// Called before render is available
bool j1M... | [
"asf"
] | asf |
510fcf36c6965a62ee3e44b1bff7ed12868893e1 | 989a1b03cc164b79fb68bf4595f44bfd2cfeb83c | /MyReactorHTTP/wrapper.cc | 01e08d00773c9aed98ac90c3d88bcb53278f65e4 | [] | no_license | liu-jianhao/server | 3e316b682d45fa9cd43b7ae3778719d9bbdaaa6f | 2e5029878ac70308ddbe6bb57c464eec3bdc5aed | refs/heads/master | 2020-03-08T18:04:22.098706 | 2018-09-12T02:39:31 | 2018-09-12T02:39:31 | 128,285,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,857 | cc | #include "wrapper.h"
/*
* clienterror - returns an error message to the client
*/
void clienterror(int fd, char *cause, char *errnum, const char *shortmsg, const char *longmsg)
{
char buf[MAXLINE], body[MAXBUF];
/* Build the HTTP response body */
sprintf(body, "<html><title>Tiny Error</title>");
sp... | [
"noreply@github.com"
] | noreply@github.com |
5b66e6d5b5e35e07f86297b97f2eedaaa692c458 | 08c5dcb5542cab1210fe7c551bbbcdc9deb0049c | /src/cpsp/SideChain/options/side_chain_optdeg_option.h | add8a1f360674ff02cb5476ea635c3f5eb027b08 | [
"LicenseRef-scancode-newlib-historical"
] | permissive | BackofenLab/CPSP-tools | 89d9922dbbaa7189b0e1c347e1500c0ac2494de7 | a6b36b7a6bfe5fb2e533477b096aaf65975f1ac2 | refs/heads/master | 2023-03-17T13:25:50.724547 | 2023-03-08T16:17:38 | 2023-03-08T16:17:38 | 55,157,464 | 0 | 0 | null | 2016-03-31T14:54:58 | 2016-03-31T14:35:00 | C++ | UTF-8 | C++ | false | false | 1,623 | h | /*
* Main authors:
* Mohamad Rabbath <rabbath@informatik.uni-freiburg.de>
*
* Contributing authors:
* Martin Mann <mmann@informatik.uni-freiburg.de>
* Sebastian Will <will@informatik.uni-freiburg.de>
*
* This file is part of the CPSP-tools package:
* http://www.bioinf.uni-freiburg.de/sw/cpsp... | [
"videmp@informatik.uni-freiburg.de"
] | videmp@informatik.uni-freiburg.de |
c461a1403b8ca1ec620d0eb74dba51d7acc160f8 | 109a97b2cdcb05b0833e77bd7c00b368d4cf16e6 | /Proyecto/MQ135.h | 5e99c35c462f55fc4eec9878ff226087cde47b8c | [] | no_license | pfg3000/Proyecto | fd2b65960d7faaef7967959ff3089701c4bf4848 | b414537b75829c45699e6575b47fa6e912ef4caa | refs/heads/master | 2020-03-23T21:18:52.721077 | 2018-11-12T22:00:56 | 2018-11-12T22:00:56 | 142,097,198 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,412 | h | /**************************************************************************/
/*!
@file MQ135.h
@author G.Krocker (Mad Frog Labs)
@license GNU GPLv3
First version of an Arduino Library for the MQ135 gas sensor
TODO: Review the correction factor calculation. This currently relies on
the datasheet but ... | [
"pfg3000@gmail.com"
] | pfg3000@gmail.com |
00d305af22257c88838eb5a73028ca388421ffc4 | 6721108d0cfbdcf5ebaca4aa18c6132748af3ce1 | /tsn_app/src/utils/monitor/MonitorTicker.h | 1a5829fb2b698f3c8f4342569f19109887333aca | [] | no_license | ZitaoLi/FakerTSN | 971281637c467e499f575f577641bb776fc3540a | 18af6854249a5d7db82cb1a25cc4f892a627a6c6 | refs/heads/master | 2023-04-23T16:14:01.491101 | 2021-05-07T07:15:22 | 2021-05-07T07:15:22 | 296,300,495 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 409 | h | #ifndef _MONITOR_TICKER_H
#define _MONITOR_TICKER_H
#include <string>
#include "../../timer/ITimer.h"
namespace faker_tsn
{
class MonitorTicker : public Ticker {
private:
std::string m_filename;
public:
MonitorTicker(Time::TimePoint& start, Time::TimeInterval& expire);
~MonitorTicker();
virtual v... | [
"494240799@qq.com"
] | 494240799@qq.com |
d552f1aa0a910b5cfcb31ac7b054c5abc7556cec | 98fc4e8d1c8ee8c9b58028fda6bae3f707c1e453 | /CP/Codechef/EVENPSUM.cpp | 5c8dd94336bc165f7d458ae4a2905523fd81b69a | [] | no_license | ak566g/Data-Structures-and-Algorithms | 709d8d94a2dd691946ed4d75a9d77ece8d9362c9 | 3ae969da99bdf6211c2f9bc69b6ddf0c1c7ee642 | refs/heads/master | 2023-08-20T05:48:40.975444 | 2021-10-14T09:51:02 | 2021-10-14T09:51:02 | 287,715,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,815 | cpp | //by Ankita Gupta
#include<bits/stdc++.h>
using namespace std;
string multiply(string x, string y)
{
int len1 = x.size();
int len2 = y.size();
if(len1==0 || len2 ==0)
{
return "0";
}
if(len1 == 1 && x[0]=='0')
{
return "0";
}
if(len2 == 1 && y[0]=='0')
{
... | [
"66826303+ak566g@users.noreply.github.com"
] | 66826303+ak566g@users.noreply.github.com |
844d699858b6da319661987467489f0f30f9c897 | 32f6eed6b4e12e0704636745acf7c331273fce53 | /AC/d237.cpp | 17ffe22d21cc6f8695ef69d5008568afa9fa725e | [] | no_license | sanixa/zerojudge | 4ddf2d1523f81b8fde0201543faec10ba237e5d8 | d71a4d37047fdbe646b1d6eccc91c39ead524faf | refs/heads/master | 2021-01-10T18:40:16.342791 | 2015-04-07T06:02:05 | 2015-04-07T14:02:22 | 33,524,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | #include<iostream>
using namespace std;
int p[1000000]={2,3,5,7};
int len=4;
int is_prime(int n)
{
if(n<2) return 0;
for(int i=0;i<len && p[i]*p[i]<=n && p[i] !=0;i++)
{
if(n%p[i]==0)
return 0;
}
return 1;
}
void build_prime()
{
for(int i=2,n=11;n<2100000;n+=i,i=6-i) //6n+1,... | [
"cegg12345678@gmail.com"
] | cegg12345678@gmail.com |
a72aab026561f514e2043c8b5def37343e961052 | 2d49d308a5bf19c853e200e6089ec16a938224de | /build-Grafos-Desktop_Qt_5_5_0_clang_64bit-Debug/moc_OrdenacaoTopologica.cpp | ab3213eda0addadd8702bb7a0a807ef404c73ba9 | [] | no_license | moriso/graphs | 97a042a7bf35ac9e61fba60b4f754773548900ab | 39e907d529b262dde99706b6f5b17eb5670c827b | refs/heads/master | 2021-01-10T06:09:43.685595 | 2015-11-18T02:09:08 | 2015-11-18T02:09:08 | 46,370,192 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,624 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'OrdenacaoTopologica.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.0)
**
** WARNING! All changes made in this file will be lost!
*************************************************... | [
"twittmfontana@gmail.com"
] | twittmfontana@gmail.com |
7c5eab5344eee14b143d775b9ece2f0c201dfadb | c9cf0586ace11aa32fa67606d237a130a06364ee | /circular-cylinder-10-35/22.5/U | 0c8f09c1dd6a5a8428a2bf20900e3e012adbad85 | [] | no_license | jezvonek/CFD-Final-Project | c74cfa21f22545c27d97d85cf30eb6dc8c824dc1 | 7c9a7fb032d74f20888effa0a0b75b212bf899f4 | refs/heads/master | 2022-07-05T14:43:52.967657 | 2020-05-14T03:40:56 | 2020-05-14T03:40:56 | 262,370,756 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 75,322 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6.0
\\/ M anipulation |
\*-----... | [
"danieler@login3.stampede2.tacc.utexas.edu"
] | danieler@login3.stampede2.tacc.utexas.edu | |
955d620dbcdb76edd0b97b6fa328cc807ee0e2e1 | 17cf50b104348d7f7aa828adf7e7b124e07985cf | /btHome-arduino.ino | 2f8fb8f35d4c73ee4622d13a2b7044f8aef0f8ff | [] | no_license | tahaShaheen/btHome-arduino | 85c4d7dcf73f4b86692850799352561f9d4f1353 | 86771f951cb3ebae43530f06cba6a50c6c3e7880 | refs/heads/master | 2020-04-28T00:19:30.097278 | 2019-11-01T12:39:59 | 2019-11-01T12:39:59 | 174,811,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,057 | ino | /*
Made by Taha Shaheen
Start Date: 24thOct2017
End Date:
This version is where all code is rewritten to stamp out errors
This is V4.3.
It only supports Switch Inpts.
It also supports returning appliance state data to the user
The appliances can be switched via bluetooth commands as well
Th... | [
"taha.shaheen@live.com"
] | taha.shaheen@live.com |
f9563f58f01cce3b870acfb8465ccecf0cdd05b8 | 19223db145b1fb5ee83fdb2ad30dfc6df5ad2b4c | /src/AddInNative.cpp | 329fb9133fe7c48eeade08908d5244ea0cff8ab1 | [
"BSD-3-Clause"
] | permissive | sergsudaev/VanessaExt | 8016bc41c7d92582adda25a89882ac9429960e8b | 48e426cb87d666deeaff5b4a320040f5758aeab0 | refs/heads/master | 2023-04-21T10:12:53.109706 | 2021-05-09T21:17:36 | 2021-05-09T21:17:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,164 | cpp | #include "stdafx.h"
#include "../version.h"
#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)
#ifdef _WINDOWS
#pragma warning (disable : 4267)
#pragma warning (disable : 4302)
#pragma warning (disable : 4311)
#else
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#endif
#include <locale>
#inclu... | [
"mail@lintest.ru"
] | mail@lintest.ru |
2229aa21aee92541f8fc9a70f4e2cdbfedd5cd47 | f90e2653e2993839edf4f4321c452464b0ea19df | /include/GameObject.hpp | 9dec18e41f469a6b2ad35c5af0fd5ea3b7610f5b | [] | no_license | hjmediastudios/Top-Down-Game-Framework | 721206cf97f185c8925c973857ed675b43b85a96 | b43cf2296e858c524f7f56882d57c7e457f9fd33 | refs/heads/master | 2021-03-12T20:11:45.060068 | 2012-03-28T12:35:48 | 2012-03-28T12:35:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 740 | hpp | #ifndef GAMEOBJECT_HPP
#define GAMEOBJECT_HPP
#include "main.hpp"
struct ObjectListing;
class GameObject {
public:
GameObject();
GameObject(float x, float y);
virtual ~GameObject();
void setPosition(float x, float y);
void shiftPosition(float xShift, float yShift);
float getX();
float get... | [
"hjmediastudios@gmail.com"
] | hjmediastudios@gmail.com |
1b79f5c3127d52aa0c515f5f64bbdf16c6bdb1a8 | 5e9d97b7ebb378a351c77f805cf467a314295e57 | /Palindrome Partitioning.cpp | fc2f90a896c8fa9f9b3b9849b89590924049affe | [] | no_license | mjannat/Online-Judge-Problems-Solution-in-Cpp | bd62157ee39ebc997f8cdbacd26abb0401aea600 | ce0defaee9c2bffbc3e5d5b67b0a2ae529507b80 | refs/heads/master | 2020-12-20T11:36:07.916260 | 2020-04-28T10:04:24 | 2020-04-28T10:04:24 | 236,060,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 277 | cpp | #include<bits/stdc++.h>
using namespace std;
string str;
int minpal()
{
int len = str.size();
int c[len][len];
bool p[len][len];
int i , j , k , l;
for(i = 0;i < len; i++)
{
p[i][i] = 0;
c[i][i] = 0;
}
}
int main()
{
}
| [
"noreply@github.com"
] | noreply@github.com |
c1e3fd6a90bded5bb2a89f7d54d793c1339859d1 | 5193bb0abade0525b8f3ba97a7726290944a9545 | /rbSimulator/RbSimulator.h | 89f7825d8de0f3a278629e319a986993071325d3 | [] | no_license | KRSSG/robocupssl_old | e50e4cdeb54b8030b7b223727f6f17d32a4ae1f1 | 6fb0ff7e59a6334a652eecc501ad0ed94562bc0d | refs/heads/master | 2021-01-10T15:54:39.926553 | 2015-11-03T18:28:08 | 2015-11-03T18:28:08 | 45,486,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,325 | h | #ifndef INCL_RbSimulator_H
#define INCL_RbSimulator_H
#include <winsock2.h>
#include <QtGui/QMainWindow>
#include "ui_RbSimulator.h"
#include "graphicsItems.h"
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QGraphicsView>
#include <QtGui/... | [
"arpit.tarang@gmail.com"
] | arpit.tarang@gmail.com |
8d4140624dabe1c70df796ffbaab77f3f069592a | 1cc7f9df8c6a0c51c43f3da5ca46166c49b79c4c | /COS3711_A1Q3_Journal_class/reference.h | 5266c27b62623b2db1927348e26dfe860fff28ba | [] | no_license | donnpie/Unisa-assignments | b16d171fe01bc785eaf64b5ba4238ee53e140f37 | 4937856507789531ec224f70640a616d779110a7 | refs/heads/main | 2023-03-12T17:04:26.650349 | 2021-03-03T20:23:49 | 2021-03-03T20:23:49 | 344,251,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,286 | h | #ifndef REFERENCE_H
#define REFERENCE_H
//This class holds the data for a journal reference
#include <QString>
#include <QObject>
#include <QMessageBox>
#include <QDate>
#include <QStandardItem>
#include <QList>
#include <stdlib.h> //exit
//#include <assert.h> //cassert
class Reference : public QObje... | [
"noreply@github.com"
] | noreply@github.com |
c9dc33b4e62b113700968d154752b44ea8f54133 | 930a2c0078e8c68f96c10370224d8057161cd647 | /dbtkd1711/codeground/11.cpp | da1866d5ed3799da3ada72c108f4abe2201776db | [] | no_license | JaechanAn/algorithm-study | bbc45f638bca00230a455e8fb5ef468b568ccce2 | 01b74f662cc4210f4c646f6a303cb3b8ba26ed99 | refs/heads/master | 2022-07-07T06:42:45.095078 | 2020-05-13T07:07:13 | 2020-05-13T07:07:13 | 175,931,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | cpp | #include <iostream>
using namespace std;
int Answer, N, K;
int solve(int * a) {
int i = 0;
int cnt = 0;
int index = 0;
int flag = 0;
for(i = 1 ; i <= N ; i++) {
if(a[i] - a[index] <= K) {
flag = 1;
}
if(a[i] - a[index] > K && flag == 1) {
index = i ... | [
"dbtkd1711@naver.com"
] | dbtkd1711@naver.com |
56b25ebc8a48c24bae0f0944e87c155b2b27f98f | 22af93db463774bfa5810ccc26193d91354849b9 | /client/frameworks/cocos2d-x/cocos/editor-support/cocostudio/WidgetReader/LayoutReader/LayoutReader.cpp | 2128dc6cb9940eccb45ab149773cfa5596fbbef7 | [] | no_license | adroitly/boom | f5ba38c1360e315cfc79a602ca787208f244b87c | 57bb7f29ba2da552e7d47ac5d2dd9691539ad78e | refs/heads/master | 2016-08-12T07:41:34.105425 | 2016-03-08T07:16:13 | 2016-03-08T07:16:13 | 53,380,550 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 29,727 | cpp | //
//
//#include "LayoutReader.h"
//
//#include "ui/UILayout.h"
//#include "cocostudio/CocoLoader.h"
//#include "ui/UIScrollView.h"
//#include "ui/UIPageView.h"
//#include "ui/UIListView.h"
//#include "cocostudio/CSParseBinary_generated.h"
//#include "cocostudio/FlatBuffersSerialize.h"
//
//#include "tinyxml2.h"
//#inc... | [
"adroitly@163.com"
] | adroitly@163.com |
ef57ba549404a7f4bcb1195e6d96beb1a5923a45 | a6db01da2a878df7f9683f377896dc76b6c7b0dc | /Proyecto 2/Guatemala's DB/LinkedList.hpp | 7022e4cc3e720319c933e79bf0ac8ddfc8e6ab18 | [] | no_license | SofiaQuintana/ESTRU_2019 | 4fe84ee81248cedc5aee219c0a00990d4741d2d3 | e0f07c9e0fd1d45204373e8c102e1bc8779fcd2b | refs/heads/master | 2021-02-06T12:12:32.192106 | 2020-05-19T05:42:57 | 2020-05-19T05:42:57 | 243,913,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 647 | hpp | #ifndef LINKEDLIST_HPP
#define LINKEDLIST_HPP
#include "List.hpp"
#include <list>
#include <iterator>
using namespace std;
class LinkedList {
private:
List *header;
List *ending;
void destroyList(List*);
public:
LinkedList();
~LinkedList();
void setHeader(Lis... | [
"sofiaquintana2@gmail.com"
] | sofiaquintana2@gmail.com |
b72eed4863061772f62ff01598ba6c22938d3f64 | a29e024320cb08d6f7ce2931376bf80745fb935f | /include/generated/eva/application.hpp | ad134fa915a86ba6798b5aa018e9b378d44e6c8c | [] | no_license | mmcilroy/gma_cpp | 6c4e5d59f91146f6c102d3651ae9e84dc1e5f39b | 2280f731691a59745cf771f02054e93fb901acc4 | refs/heads/master | 2021-01-17T11:52:18.000447 | 2015-10-11T21:42:37 | 2015-10-11T21:42:37 | 42,574,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | hpp | #pragma once
#include "eva/event.hpp"
#include "eva/journal.hpp"
#include "eva/replicate.hpp"
namespace eva {
class application
{
public:
application();
void recover();
void inject( const place_order& );
void inject( const order_executed& );
void inject( const update_cache& );
void join(... | [
"sm87110@dev01.eur.nsroot.net"
] | sm87110@dev01.eur.nsroot.net |
49643208422819fdb5518fc8c04d0ab6a1a00ffc | 4459e21b3afdf2e7600587a91b96e82cc01ed270 | /src/test/txvalidationcache_tests.cpp | 228938f04a0945d9a8f0579b905ef568ec105f7f | [
"MIT"
] | permissive | chris-vl/v | cbf67579a2064ff13712e556ff49810b361f8d37 | 42150e3fb70f4970eaad931855963614ee19e243 | refs/heads/master | 2016-09-14T01:28:32.270457 | 2016-05-26T20:19:25 | 2016-05-26T20:19:25 | 59,778,968 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,042 | cpp | // Copyright (c) 2011-2015 The VCoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "consensus/validation.h"
#include "key.h"
#include "main.h"
#include "miner.h"
#include "pubkey.h"
#include "txmempool... | [
"christos.0000@hotmail.com"
] | christos.0000@hotmail.com |
9ed9e813bc3a2d9699e891372de9bed71bc4bba4 | cfb3d290e3f5b7d8bec5b9c7f9356ac38f61638e | /JuceLibraryCode/modules/juce_graphics/juce_graphics.h | 3aa7a16e5c522e802154b691bc7eaf2674665b6a | [] | no_license | eriser/MumuAudioGranular | b489edabcc15e92682533f381b103c87c84d8df5 | 92f4baff71e387ed34ca03e3cc25deccb408cc0b | refs/heads/master | 2020-04-10T21:29:31.826834 | 2016-01-25T21:15:41 | 2016-01-25T21:15:41 | 50,439,190 | 2 | 0 | null | 2016-01-26T15:46:55 | 2016-01-26T15:46:55 | null | UTF-8 | C++ | false | false | 3,695 | h | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
Details... | [
"penn.jacob@gmail.com"
] | penn.jacob@gmail.com |
5968204319994a6cd0ee1a74124fd86c8e1800de | c1b7e15de90d3b7ce33d51f002c99b1d9b6ca715 | /ChineseChess/ChineseChess/Config.h | ad7a08c7cde7f3981afbf894d1a47b9a6b8f3637 | [] | no_license | mainina/ChineseChess | a4c60be7ce31228b98f850e6514bb59114d7e6cc | 40a3191bd9ecc8e2297079446d95752e73d73611 | refs/heads/master | 2021-01-02T08:13:29.982351 | 2017-08-25T07:34:18 | 2017-08-25T07:34:18 | 96,449,367 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,158 | h | #pragma once
#include "stdafx.h"
const int MAX_ROW_NUM = 10;
const int MAX_COLUMN_NUM = 9;
// ºÚÉ«
static const int BACK = 0;
// ºìÉ«
static const int RED = 1;
const int WINDOW_STYLES = WS_OVERLAPPED | WS_SYSMENU | WS_CAPTION | WS_MINIMIZEBOX;
const int MASK_COLOR = RGB(0, 255, 0);
const int SQUARE_SIZE = 56;
const ... | [
"mainina200@sohu.com"
] | mainina200@sohu.com |
3ec4f6919c992efc5863a6af812bf02ff320f1ec | 8d2d1d25b6415334bebb362677bb686d5d9cceae | /Week_7/Trees_33.cpp | 4fb94744b17ae67001a567fa8a8dbc1b031b9e4c | [] | no_license | niranjani999/IPMP | b6f552f0befd9d523fcc59ee2a5115b725a3c5a2 | 013e3b984c18b514e7fb7af911edcbf5dfeaf906 | refs/heads/master | 2023-06-11T04:19:08.560672 | 2021-06-25T15:52:44 | 2021-06-25T15:52:44 | 352,354,515 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | cpp | //Function to check whether a binary tree is foldable or not.
bool isfold(Node* a, Node* b) {
if(a == NULL && b == NULL) return true;
if(a == NULL || b == NULL) return false;
return isfold(a->left,b->right) && isfold(a->right,b->left);
}
bool IsFoldable(Node* root)
{
// Your code goes here
if(root =... | [
"noreply@github.com"
] | noreply@github.com |
c950a087c8c7b1c91f7a825ed698a804b098812e | b35f9daa8ae88d9b254490e52413f0976037fc47 | /day01/switch.cpp | 3fe37620cc9da100cfcd3598c56329f0df217072 | [] | no_license | thecoderishi/dsa-with-cpp- | f4705cef3f8ec0e5f222389f2c3b61ddab78192c | 144e00a5b440ea5364a5cf15ccd09e238c44ab08 | refs/heads/master | 2023-06-08T05:32:13.564260 | 2021-07-01T17:58:30 | 2021-07-01T17:58:30 | 380,775,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 442 | cpp | #include<iostream>
using namespace std;
int main(){
float a, b;
char op;
cin >> a >> b;
cout << "Operator" << endl;
cin >> op;
switch (op)
{
case '+':
cout << a + b<<endl;
break;
case '-':
cout << a - b<<endl;
break;
case '*':
cout << a * ... | [
"rishirverma512@gmail.com"
] | rishirverma512@gmail.com |
4368d6bf0af51884385ab1ca19090823381a5985 | 9d4ad6d7f3122f8d32a4a713f06b81ecb7a47c6e | /headers/boost/1.29.0/boost/numeric/ublas/matrix_sparse.hpp | 1870ee1d52871cd79eb7f2ce86e1fb89956000ca | [] | no_license | metashell/headers | 226d6d55eb659134a2ae2aa022b56b893bff1b30 | ceb6da74d7ca582791f33906992a5908fcaca617 | refs/heads/master | 2021-01-20T23:26:51.811362 | 2018-08-25T07:06:19 | 2018-08-25T07:06:19 | 13,360,747 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 173,844 | hpp | //
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notice and t... | [
"abelsoft@freemail.hu"
] | abelsoft@freemail.hu |
b7a6014dc0fb8721e1b62a55e4742b9e072df189 | e2aaf17547125da9f37d3ea4f3e52496fd86f3c8 | /x86_64/src/episode_menu.h | 91039e6fb3f007e4abe293a89bd30e09ccd00d87 | [
"MIT"
] | permissive | xforns/kitxen-wars | 86456220c37476a8e521c76acb10c6f7fd09e707 | f30d7f944d3a6c9936cc7ffbf1d6b777d863247c | refs/heads/master | 2021-01-21T02:00:10.682396 | 2014-09-08T22:23:17 | 2014-09-08T22:23:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | h | #ifndef EPISODE_MENU_H
#define EPISODE_MENU_H
#include <map>
#include <string>
#include <cstdio>
#include <ctime>
#include "gl_helper.h"
#include "episode.h"
#include "observer.h"
#include "messaging.h"
#include "asset_helper.h"
#include "defs.h"
#include "messaging.h"
using namespace std;
class episode_menu : publ... | [
"xavier.forns@gmail.com"
] | xavier.forns@gmail.com |
165ccd7466ee2cb42a116961d9e8cf31c5626c55 | 28c26a46a8c24b0dcc2b76b776d37af218dab3b5 | /AtCoder/ABC173/A.cpp | caaea7343151a4eb38262b2a54d576a7d3d45dd5 | [] | no_license | kingesay/algorithm_hub | 062898fc61a27f5f28ebe45716b1eb4489eb9061 | 09ec614e96d9b2c4deab1c8ca18e406536c4e5ea | refs/heads/master | 2022-11-23T20:14:13.179329 | 2020-07-26T23:37:37 | 2020-07-26T23:37:37 | 265,223,532 | 1 | 0 | null | 2020-05-19T11:04:40 | 2020-05-19T11:04:39 | null | UTF-8 | C++ | false | false | 393 | cpp |
# include <iostream>
# include <algorithm>
#include <vector>
#include <list>
#include <queue>
#include <stack>
using namespace std;
#define fast_cin() ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define endl '\n'
int main(void) {
fast_cin();
int n;
cin >> n;
int yen = 1000;
while... | [
"dkssudvn2@gmail.com"
] | dkssudvn2@gmail.com |
cc171cadf58b1a57cad65b12a2bebfe95aa74ca8 | f08b517d3d645ac514b33996d2745a7a84fbd251 | /pizzaslice.cpp | c7370e1f35667d69902865361e2b979c18fdfaf5 | [] | no_license | akashgnr31/Competitive_Coding | 838e31781433c6e24e484186d3876ca4e9c8d213 | 7fc6888404d33a5063261df14587e796718a8562 | refs/heads/master | 2020-06-09T19:46:01.870653 | 2019-06-28T11:28:48 | 2019-06-28T11:28:48 | 193,495,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp | #include<iostream>
#include<bits/stdc++.h>
#include<cstdio>
int gcd(int a, int b)
{
if (a == 0)
return b;
return gcd(b % a, a);
}
using namespace std;
int main(){
int testcases;
cin>>testcases;
int n,t,x,y,z;
for(int i=0;i<testcases;i++){
cin>>n>>t>>x>>y>>z;
... | [
"noreply@github.com"
] | noreply@github.com |
d0d746e62d6a6bc7de7f43372c228424d1ae2e7f | 8834cd4adb1f302f279885a831a15181c55bca0f | /include/ShaderWriter/CallableWriter.hpp | 2f9b9754f0774264ab05a25fc2eadf6d4a700e67 | [
"MIT"
] | permissive | DragonJoker/ShaderWriter | deb8b9efdb8178ebac42d6a215580620b24a1891 | 6aa2e9bb7f51c80df3ebf5f3d7ea5936d87e671f | refs/heads/development | 2023-06-10T00:07:38.150122 | 2023-05-28T09:27:41 | 2023-05-28T11:18:30 | 152,320,153 | 193 | 8 | MIT | 2023-08-25T07:46:22 | 2018-10-09T20:56:26 | C++ | UTF-8 | C++ | false | false | 1,283 | hpp | /*
See LICENSE file in root folder
*/
#ifndef ___SDW_CallableWriter_H___
#define ___SDW_CallableWriter_H___
#include "ShaderWriter/Writer.hpp"
#include "ShaderWriter/BaseTypes/CallableData.hpp"
namespace sdw
{
/**
*name
* Callable.
*/
/**@{*/
/**
* Holds input data for a callable shader.
*/
struct CallableIn... | [
"DragonJoker@users.noreply.github.com"
] | DragonJoker@users.noreply.github.com |
26d43dc5902dda16d19b2895c03e65601a8a32d7 | 16ddb68e471c27406b4d9363aff577b56a7905c1 | /src/form/javascript/dscript/js_response.h | 839271a6e20a3ba833a05f290104b6ae7e9da60f | [] | no_license | chelin192837/GitForDiscover | 905afd383e779fde6bb23e32194295b0d9df5e76 | 12eaaa232b4734b0e49bc3fe3f74ddcbb780df42 | refs/heads/master | 2023-03-12T19:45:25.582129 | 2020-12-16T09:15:44 | 2020-12-16T09:15:44 | 299,801,583 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,556 | h | #ifndef _JS_RESPONSE_H_
#define _JS_RESPONSE_H_
#include "../res/resource.h"
class CJS_Response : public CDialog
{
// Construction
public:
CJS_Response(CReader_PageView* pPageView); // standard constructor
virtual ~CJS_Response();
// Dialog Data
//{{AFX_DATA(CJS_Response)
enum { IDD = IDD_RESPONS... | [
"15510373985@163.com"
] | 15510373985@163.com |
2128e09e414742a324577596bb1a651eabe6e86c | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /components/cryptauth/device_to_device_responder_operations.cc | 08ea152fcbf13f0cfa10757e802bd32560dc6a90 | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 13,317 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/cryptauth/device_to_device_responder_operations.h"
#include "base/bind.h"
#include "base/callback.h"
#include "components/cryptauth/... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
7b787f497ed3728c3db01e3af35e98d01df48311 | b6cae4185f1fb554f005c0b40635c46b6f237ec5 | /figa/sources/main.cpp | d7153c35c8cbd57cedd9f3d70b962164ac209be9 | [] | no_license | KNOT-FIT-BUT/CPKSemanticEnrichment | eb5630bf8aa35a7e9f8b802c944c710e8ce6c0a4 | 3b47be5da5fdf1fc53945e2b69851e1450f0675a | refs/heads/master | 2021-05-08T06:49:46.628430 | 2018-09-12T21:07:56 | 2018-09-12T22:36:23 | 106,676,783 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,064 | cpp | /***
*** Author: Andrej Rajcok
*** Email: xrajco00@stud.fit.vutbr.cz
*** Popis: Implementacia triedy figa_cedar pre vyhladavanie entit v texte
*** TODO:
***/
#include <fstream>
#include <iostream>
#include <sstream>
#include <unistd.h>
#include <algorithm>
#include <cwchar>
#include "figa_cedar.h"
#include <cs... | [
"prexta.david@gmail.com"
] | prexta.david@gmail.com |
e14a3d8802681ec693db8d1dd0cc1f5e22ebc9f8 | 63f9b2870f219f2f314332913c4cd95633128422 | /LinkedList/2darray.cpp | 0e9bfab27f99aff3d9eb11c656c98b51e37c2299 | [] | no_license | rajarahul12/Programs | f8be0978107385e2d9644ed5f4afbbd1c5226675 | 3896cdb6966566c4b737aea6cd1f0c002f04027a | refs/heads/master | 2020-04-12T14:19:51.989271 | 2019-01-14T08:47:02 | 2019-01-14T08:47:02 | 162,549,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,550 | cpp | // CPP program to construct a linked list
// from given 2D matrix
#include <bits/stdc++.h>
using namespace std;
// struct node of linked list
struct Node {
int data;
Node* right, *down;
};
// returns head pointer of linked list
// constructed from 2D matrix
Node* construct(int arr[][3], int i, ... | [
"maddula.rajarahul@gmail.com"
] | maddula.rajarahul@gmail.com |
98f8ca914e95d64a6a9626a4da1059663bf9973c | 6deb730ecc1322f2acf12be56a37b87a514b9ca3 | /.c9/metadata/workspace/Corey_Hom_C++/375_a1.cpp | 51035f5f4a0053d412bdf81ce2bfd573bf46c8bb | [] | no_license | chom3/375_p1 | 3b6fd1871c13c1f248002675b111b6d32af5052d | 978191947f50d1f2ba1ad2c71476b4241bf42127 | refs/heads/master | 2016-09-05T09:31:14.410249 | 2015-01-13T22:37:04 | 2015-01-13T22:37:04 | 29,214,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,690 | cpp | {"filter":false,"title":"375_a1.cpp","tooltip":"/Corey_Hom_C++/375_a1.cpp","undoManager":{"mark":0,"position":0,"stack":[[{"group":"doc","deltas":[{"action":"insertText","range":{"start":{"row":0,"column":0},"end":{"row":0,"column":19}},"text":"#include <iostream>"},{"action":"insertText","range":{"start":{"row":0,"col... | [
"chom3@binghamton.edu"
] | chom3@binghamton.edu |
39280e48398958eb1ccff8ce52a83e7771c8aac1 | 33546aee6429d5b8f19a02e14699b6ebb5b34af8 | /src/components/bookmarks/core/browser/bookmark_client.cc | 4b600e39413a0ffca4a8cbbc8887aa5d4fe16ec0 | [
"BSD-3-Clause"
] | permissive | mYoda/CustomBrs | bdbf992c0db0bf2fd1821fa1fd0120ac77ffc011 | 493fc461eb7ea7321c51c6831fe737cfb21fdd3e | refs/heads/master | 2022-11-22T09:11:37.873894 | 2022-11-10T10:02:49 | 2022-11-10T10:02:49 | 24,951,822 | 0 | 1 | null | 2022-11-02T14:39:34 | 2014-10-08T17:22:30 | C++ | UTF-8 | C++ | false | false | 816 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/bookmarks/core/browser/bookmark_client.h"
#include "base/logging.h"
bool BookmarkClient::PreferTouchIcon() {
return false;
}
bas... | [
"nechayukanton@gmail.com"
] | nechayukanton@gmail.com |
8f06a2ac60b1478016cd06e3bf087ac11583adef | d0d1dadadc090c3f8c8f9c10f4b7f1d0f463103b | /public/Wnd/Wnd_Static_Rectangle.cpp | 55aac44e7337eabfb763430f958c57320479e03d | [] | no_license | 15831944/HK_ICD_Loader | 1bd251088cd9fb4fa0271d8f91f0dbdedb40d11b | 837e2bdf145ae63ca813f93cdf5ad2d8168991f7 | refs/heads/master | 2023-03-16T07:26:07.465407 | 2019-07-17T09:24:40 | 2019-07-17T09:24:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,848 | cpp | #include "StdAfx.h"
#include "Wnd_Static_Rectangle.h"
Wnd_Static_Rectangle::Wnd_Static_Rectangle(__CtrlInfo &info,float fScale)
{
m_ctrlInfo = info;
m_nSizeFont_Define =80;
m_fScale = fScale;
m_ValueColor[0].nValue=0;
m_ValueColor[1].nValue=1;
m_ValueColor[0].colorRef=RGB(112,146,19);
m_ValueColor[1].colorRef=... | [
"chen_wyx@sina.com"
] | chen_wyx@sina.com |
664613096f9842f04a4926660534eb01a61c1c81 | f90085981138bc9ef110f936b13e0a33c231b627 | /FacadeProject/Gomoku/Gomoku.cpp | 9d54160980369845df71d05bb8e1ecfe770b389e | [] | no_license | Jaceey/Gomoku-and-Paint | 0934eee5f1b3a8ac064d5b57aaa450b3370d8a1d | d75cff2b62e97f435b9c9b4c65cd51ac3fce0a45 | refs/heads/main | 2023-01-12T21:11:35.833568 | 2020-11-20T04:52:45 | 2020-11-20T04:52:45 | 314,447,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,963 | cpp | /*! \file Gomoku.cpp
\author Jaceey Tuck
\date 2019-02-18
Gomoku class implementation
Contains Gomoku specific application code.
*/
#include "Gomoku.hpp"
void Gomoku::DrawPlayerBar() {
con.SetTextAttribute(BACKGROUND_BLACK | FOREGROUND_INTENSITY | FOREGROUND_BLUE | FOREGROUND_GREEN);
COORD coord;
coord.X... | [
"46612347+Jaceey@users.noreply.github.com"
] | 46612347+Jaceey@users.noreply.github.com |
c74056069d13d9eb2000ae24dab0a7f312ef9bd0 | b269392cc4727b226e15b3f08e9efb41a7f4b048 | /AOJ/AOJ ITP2_8_B.cpp | 6d1d04492e27f608291ea58f4e9ba8c5c5d7fe04 | [] | no_license | ThoseBygones/ACM_Code | edbc31b95077e75d3b17277d843cc24b6223cc0c | 2e8afd599b8065ae52b925653f6ea79c51a1818f | refs/heads/master | 2022-11-12T08:23:55.232349 | 2022-10-30T14:17:23 | 2022-10-30T14:17:23 | 91,112,483 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,062 | cpp | /*
********************************************************************************
* Author: ThoseBygones
* Version: V1.0
* Date: 2020-09-29
* Subject: ACM-ICPC
* Language: C/C++14
* OJ: AOJ
* Algorithm:
********************************************************************************
* Algo-Descripti... | [
"1273789365@qq.com"
] | 1273789365@qq.com |
0c5b3c565a514efdb5cca4bd7fade18cec3ae973 | 5bf22769779867c8d1840710ca123e728879bdb4 | /C++/Sort_elements_based_on_frequency.cpp | 747cc80b471296a1462e60926ccfd19feec0182a | [] | no_license | AchintyaK20/My-Codes | a8070864b2991f834c1ab0ae382570bb40c006b2 | 49dd124b455d1d85e878ca955315223b8d2e67a9 | refs/heads/main | 2023-09-03T03:59:05.091945 | 2021-10-10T18:42:17 | 2021-10-10T18:42:17 | 415,669,509 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | cpp | // { Driver Code Starts
#include <bits/stdc++.h>
using namespace std;
vector<int> sortByFreq(int arr[], int n);
int main() {
int t;
cin >> t;
while (t--) {
int n;
cin >> n;
int a[n + 1];
for (int i = 0; i < n; i++) {
cin >> a[i];
}
vector<int> v;
v = sortByFreq(a, n);
for (int i : v)
... | [
"56220374+AchintyaK20@users.noreply.github.com"
] | 56220374+AchintyaK20@users.noreply.github.com |
f64ed460cb403b49fce0c9ccc90fb4cb126f25ec | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h | 1ac416e06554d1f2d10556d987e6416bdd833f74 | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 4,376 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_
#define CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SC... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
2539da9adf10c394fe6149c4ea54a4e59fc1d84f | d51acd5bcd82f7b4fc6018748a550a0a3b84e832 | /code/analysis/test/cba/common/input_tests/cpp/move_ctor.cpp | 2e0ccde5529d0a830116bdfa84d79e20885a8b24 | [] | no_license | insieme/insieme | 67e7a8f4ca5ac1d7762ccd9e99b22c53b3d117e4 | ee1ee58dfdba40a1ecf204116e7c96e7d13a70d3 | refs/heads/master | 2020-04-03T23:33:26.974364 | 2019-01-25T13:22:43 | 2019-01-25T13:22:43 | 9,626,931 | 31 | 9 | null | 2018-08-06T16:32:56 | 2013-04-23T15:50:23 | C | UTF-8 | C++ | false | false | 2,393 | cpp | /**
* Copyright (c) 2002-2017 Distributed and Parallel Systems Group,
* Institute of Computer Science,
* University of Innsbruck, Austria
*
* This file is part of the INSIEME Compiler and Runtime System.
*
* This program is free software: you can redistribute it and/or modify
* it u... | [
"herbert@dps.uibk.ac.at"
] | herbert@dps.uibk.ac.at |
ee6ca1d9247b343ac4bd45e3104f4033ed46c82e | d55ffc1b6a83a8fde72a7ab6e71f51ef039c31a9 | /2018/d10/d10p1.cpp | 0560f8abaa5a9142d46db0445c061211132ec254 | [] | no_license | TrebledJ/aoc | b5a9fe644b05006b9d9b0d38585ffe2de6894711 | ba248cdda178a98f2ffca8537f17bbc6065a2ff5 | refs/heads/master | 2022-12-21T10:53:57.137566 | 2022-12-19T16:27:26 | 2022-12-19T16:27:26 | 160,021,191 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,987 | cpp | #include <iostream>
#include <algorithm>
#include <fstream>
#include <string>
#include <vector>
#include <regex>
#include <queue>
#include <list>
#include <map>
#include <chrono>
#include <unordered_map>
#include <thread>
#define INT u_int64_t
class Point
{
public:
int x, y;
Point() : x(0), y(0)
{}
Point(int _x, i... | [
"ljunjie@sekolahciputra.sch.id"
] | ljunjie@sekolahciputra.sch.id |
9db56579b65549d59a91de335a1ad72d0cb1311a | e1c0febf18901402384b48f0dafa0d8715937556 | /hash-breaker/project/Logger.cpp | 3521be8686f39855bae2f31093a4905016dcc8a7 | [] | no_license | Eredrim/MultithreadingCPP | f90fac1f1799954bddec4365c2a32d236a11d197 | 1df8ffe63e4f7bf021ea5a08e9aad2ea1bc74a2a | refs/heads/master | 2021-01-10T17:15:35.935442 | 2016-02-16T14:23:17 | 2016-02-16T14:23:17 | 50,185,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 887 | cpp | #include "Logger.h"
#include "CDateTime.h"
#include "CFileText.h"
#include <iostream>
#include <sstream>
#include "gMutex.h"
Logger::Logger()
{
this->file = new CFileText(this->path, EFileOpenMode::append);
}
Logger::~Logger()
{
this->file->Close();
delete this->file;
}
void Logger::Log(std::string errType, std:... | [
"serveur@eredrim.fr"
] | serveur@eredrim.fr |
ceab17e643791cd452af28c221f13e4e941edea3 | d6b10fdbf055bc177483e09df9fffa614395682a | /src/Sigs/src/DigitizedSignal.cxx | 5da8bbac94693217e08a3a38d766a8aafc0d3557 | [] | no_license | lukeronger/clasdigi | d340ed83d3d713d9919e0877292a056f208464f1 | 7c8ad94f42466363a011ac7bc61f52ae9bfca91b | refs/heads/master | 2020-03-26T23:43:05.516514 | 2018-07-30T15:59:29 | 2018-07-30T15:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,123 | cxx | #include "DigitizedSignal.h"
#include <iostream>
#include <iomanip>
clas12::sigs::DigitizedSignal::DigitizedSignal(int ch) : fChannel(ch)
{ }
//______________________________________________________________________________
clas12::sigs::DigitizedSignal::DigitizedSignal(int cr, int sl, int ch) :
fCrate(cr), fSlo... | [
"whit@temple.edu"
] | whit@temple.edu |
024546c147818c100cbe0a5deda66817468c27ff | 6bef01e2c638e0dcb3f11c42558e00337382a2ef | /Linked list , Stack and Queue/delete_node_tree.cpp | 546eedd6f3db68fcad159b6babab11f764670079 | [] | no_license | abhisheknaw/Data-Structures | 67fbd25a10bbcce867617c637d5497c837882542 | bbe875aca5077873e6a8c557300a41aa6fb8dcac | refs/heads/master | 2022-12-10T03:28:58.815088 | 2020-09-03T05:39:00 | 2020-09-03T05:39:00 | 283,938,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,236 | cpp | #include <bits/stdc++.h>
using namespace std;
struct bstnode
{
int data;
struct bstnode *left;
struct bstnode *right;
};
bstnode *getnewnode(int data)
{
bstnode *newnode=new bstnode();
newnode->data=data;
newnode->left=NULL;
newnode->right=NULL;
return newnode;
}
void insert(bstnode **root,int data)
{
if(*root... | [
"abhisheknawani98@gmail.com"
] | abhisheknawani98@gmail.com |
065b815f5f81f625d90c9b7ded88218d145a327c | 97b076bfbd61007b22d5899c5c69caaac0bae162 | /ABC/ABC220/tempCodeRunnerFile.cpp | 89902f5016b8f2612988367bc1f5bb18d898531c | [] | no_license | uvazke/AtCoder | 5e013b74eb24f5934d09bef91256c63335d8da09 | 70445ff5007dbb0ef31c95c8b8da9a61a5f85d91 | refs/heads/master | 2022-07-13T12:00:51.062035 | 2022-06-18T14:01:35 | 2022-06-18T14:01:35 | 167,877,050 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67 | cpp | if (i == 0) {
// dp[i][A[i]] = 1;
// continue;
// } | [
"kazu.verb.1123@gmail.com"
] | kazu.verb.1123@gmail.com |
6befc3f2993d1ed35b6854d3e8c201f8b6fda106 | 9834f79213a52feb5de3049e484eb4d5128291b4 | /src/modules/rtp_rtcp/mocks/mock_rtcp_bandwidth_observer.h | 28e53515bb3d38bbd47941f9b0e5e943eb5a34cc | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lcx1249445475/rtc | 75f82b233e5ef6ccacc340765b82cb6cc9887ba5 | c5fd8213776ebb1865009948b279f46e9e320a6a | refs/heads/main | 2023-01-20T16:04:08.640598 | 2020-12-04T03:17:31 | 2020-12-04T03:17:31 | 317,800,356 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,057 | h | /*
* Copyright (c) 2018 The WebRTC 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 con... | [
"1249445475@qq.com"
] | 1249445475@qq.com |
9a1ab47f1468bbb34bd63722bb88ad8a556a26cc | 465a6e2d373e2381cd7463594815568c6c3f423a | /SDL3.cpp | 88a5b42b5345f4f98cb7d2a058abed0f6a980adc | [] | no_license | lkuta/SDL | 201072882c5b4766ef22e05509dea81ee117834b | 19be99bc771fb8b53c4b7ea00b36320891dcd9c6 | refs/heads/master | 2021-01-01T05:32:29.368316 | 2015-03-22T20:45:31 | 2015-03-22T20:45:31 | 32,694,297 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,611 | cpp | //Using SDL and standard IO
#include <SDL2/SDL.h>
#include <stdio.h>
#include <string>
//Screen dimension constants
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 480;
//Key press surfaces constants
enum KeyPressSurfaces
{
KEY_PRESS_SURFACE_DEFAULT,
KEY_PRESS_SURFACE_UP,
KEY_PRESS_SURFACE_DOWN,
KEY_P... | [
"lkuta@nd.edu"
] | lkuta@nd.edu |
51b6a81445370e105d2690a152160d1a77a2911a | a689131c16f53e7f79a20cb87b91b9f87ef35b1a | /sources/arrow.cc | e6076f6071a6454a6f21fb140cbffc27cf95e1c3 | [] | no_license | LuisSilva96/Holzen | 1c00eb3fa57f177949a869a2cda55c3f5238f66b | 17f84b72586f7484cdd32050d05bd08d2cd9bcd6 | refs/heads/master | 2020-09-07T17:35:41.955881 | 2019-11-10T23:02:48 | 2019-11-10T23:02:48 | 220,860,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,520 | cc | # include <arrow.hh>
void Arrow::update_col_rec()
{
QRect current_rect;
current_rect.setX(get_x());
current_rect.setY(get_y());
current_rect.setHeight(sprites[row].height());
current_rect.setWidth(sprites[row].width());
set_collision_rect(current_rect);
}
Arrow::Arrow(const QVector2D &p)
{
QPixmap spri... | [
"noreply@github.com"
] | noreply@github.com |
ce88d93f150af6f3791c6ef573228df78a3b3de5 | 512c094d42561a943196f804247c5dd2e1ad81a9 | /src/protocols/orbe_delayed_install/messaging/OrbeDelayedInstallGetReply.h | 5da783f00669949161b7b6c73769b27a95f00237 | [] | no_license | JackDavid127/CC | 5178a9fa745c2a244343faaf01d575f5e144ec4b | 5d484dc91aaa3bbea44cdc10f2af4e45b23eebc6 | refs/heads/master | 2021-07-16T07:54:48.612536 | 2016-08-16T15:13:35 | 2016-08-16T15:13:35 | 66,642,611 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,126 | h | //
// OrbeDelayedInstallGetReply.h
// SimRunner
//
// Created by Scott on 08/10/2014.
//
//
#pragma once
#include <boost/noncopyable.hpp>
#include "Timing.h"
#include "OrbeDelayedInstall.h"
namespace SimRunner
{
namespace Protocols
{
namespace OrbeDelayedInstall
{
namespace Mes... | [
"JackDavid127@126.com"
] | JackDavid127@126.com |
1a98a2b30e838813a66eeade55efd703955ad1ec | 6fa5433c3a3c5fbc74b7242a2d0160b212bcd847 | /资源管理器/DashboardProcess/main.cpp | e8fef48b49a16461ef43f7761a8c2499d4b6fa1e | [] | no_license | arafatms/Linux-Resource-manager | 8c5165e1a1f27ab13c1477fe58f1ec021dd463d3 | 9f4a5b0482c207b402c51d4333fb1ffecd1ca158 | refs/heads/master | 2021-06-06T21:01:15.379886 | 2018-08-25T12:07:41 | 2018-08-25T12:07:41 | 146,092,096 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 208 | cpp | #include "dashboarddisplay.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
DashboardProcess w;
w.setUsedValue(70);
w.show();
return a.exec();
}
| [
"arafatms@outlook.com"
] | arafatms@outlook.com |
02fafe134e84dfc090dce945eee9c5f4f45f48c4 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/067/930/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193_char_memcpy_43.cpp | f3e12f5d16c7a3eedcd69f28954d92d134d72a10 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,902 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193_char_memcpy_43.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193.label.xml
Template File: sources-sink-43.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate memor... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
8eda9e5c34a4c4f97fb6a0e2c088607520752deb | 4091b14a01126afec9c96abf19b64fd0adaab75f | /src/beerocks/master/tasks/ire_network_optimization_task.h | 9d04088eabfdb221c177d0e9b4058abadd161254 | [
"BSD-2-Clause-Patent"
] | permissive | prplfoundation/prplMesh-controller | fea8f1af6d86b63648cf4367e7e9638428aff747 | 896f8ab22a43578b70ce18605e1d8946c7236e6d | refs/heads/master | 2020-05-22T17:41:16.407497 | 2019-05-28T07:05:15 | 2019-05-28T13:04:14 | 186,454,510 | 1 | 0 | NOASSERTION | 2019-05-28T13:04:16 | 2019-05-13T16:10:09 | C++ | UTF-8 | C++ | false | false | 1,485 | h | /* SPDX-License-Identifier: BSD-2-Clause-Patent
*
* Copyright (c) 2016-2019 Intel Corporation
*
* This code is subject to the terms of the BSD+Patent license.
* See LICENSE file for more details.
*/
#ifndef _IRE_NETWORK_OPTIMIZATION_TASK_H_
#define _IRE_NETWORK_OPTIMIZATION_TASK_H_
#include "../db/db.h"
#includ... | [
"tomer.b.eliyahu@intel.com"
] | tomer.b.eliyahu@intel.com |
abb101e1288d910939ded3833743e3cac53ba300 | 8ed61980185397f8a11ad5851e3ffff09682c501 | /thirdparty/GeometricTools/WildMagic5/SamplePhysics/RoughPlaneParticle1/RoughPlaneParticle1.h | dae8ff0436b06583f7ef1c871134ff37f05b685c | [
"BSD-2-Clause-Views"
] | permissive | SoMa-Project/vision | 8975a2b368f69538a05bd57b0c3eda553b783b55 | ea8199d98edc363b2be79baa7c691da3a5a6cc86 | refs/heads/melodic | 2023-04-12T22:49:13.125788 | 2021-01-11T15:28:30 | 2021-01-11T15:28:30 | 80,823,825 | 1 | 0 | NOASSERTION | 2021-04-20T21:27:03 | 2017-02-03T11:36:44 | C++ | UTF-8 | C++ | false | false | 1,412 | 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.0 (2010/01/01)
#ifndef ROUGHPLANEPARTICLE1_H
#define ROUGHPLANEPARTICL... | [
"j.abele@tu-berlin.de"
] | j.abele@tu-berlin.de |
6096dfaaa5857296f4db467fef14f32c5797fb06 | 7e07278c9bd41154c52b0521d33180b3bca8f7a4 | /platform/src/cxxtime.cc | 7e6a2b2ccbc51e7460428849e643542b5e70e4a7 | [
"Apache-2.0"
] | permissive | DavidAlphaFox/couchbase | 690d3726873cc722045249c7368b3f8e8f0fac3d | 5767e4279efa683ae9dd9d6bc34343b2669934d8 | refs/heads/master | 2022-11-01T10:54:36.321777 | 2017-03-06T05:34:33 | 2017-03-06T05:34:33 | 47,865,016 | 1 | 1 | null | 2022-10-06T07:01:35 | 2015-12-12T05:02:27 | Erlang | UTF-8 | C++ | false | false | 932 | cc | /* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2014 Couchbase, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* htt... | [
"david.alpha.fox@gmail.com"
] | david.alpha.fox@gmail.com |
f9a887550e0e8cac539d8a46d85e273edee520ce | 3b984ae7271da7c50a75ca686a204623e291d19d | /tests/test_ageing.cpp | 178d50aa63c99fb033c8b316155aef70e3e3d5c7 | [
"Apache-2.0"
] | permissive | liusheng198933/behavioral-model | 209bcd2df9ef1ef24e4809ac84b74d51729d55d5 | c713879458e4d97266ba36ea1c18475490e8382d | refs/heads/master | 2021-05-12T12:42:17.153363 | 2018-04-09T07:56:49 | 2018-04-09T07:56:49 | 117,419,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,020 | cpp | /* Copyright 2013-present Barefoot Networks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"liusheng198933@gmail.com"
] | liusheng198933@gmail.com |
f46cbebce94427d6f6ebd5c28942efc48e28899f | 83940c414dafde1ca1afd9718bbf30e18e04ccef | /spisok.cpp | 5ec1b514860ee22f8a646c9712abb3839465b437 | [] | no_license | abacaba01/ahayo | 94e5e74ed57d00e601b3df8c8c8af9608410f6e2 | 706236c12b9a1e864a5d024758c5bbf6536be0c1 | refs/heads/main | 2023-04-01T17:16:43.244894 | 2021-04-03T07:54:40 | 2021-04-03T07:54:40 | 354,108,359 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | cpp | #define CATCH_CONFIG_MAIN
#include "catch.hpp"
struct Node {
int data = 0;
Node *prev = nullptr;
Node *next = nullptr;
};
struct List {
Node *head = nullptr;
Node *tail = nullptr;
void plus_end(Node *x){
x->prev = tail;
if (tail != nullptr) {
tail->next = x;
... | [
"noreply@github.com"
] | noreply@github.com |
3b114d0e4c2e7bc42bdd532931f728d8c160704e | e5542106a14970ffde3872ee7725c38bca2be294 | /CF_A_Junior/CF_A_52.cpp | 52b9280f4d32180be1cfefea451da68fe5bfd61a | [] | no_license | freecoloringpages/cp | a4e1755fe558dbe04426d55633b6398fe96c6f78 | ea081a6deac87e7ad98231eafcb0f7fe5b334614 | refs/heads/master | 2022-02-14T14:59:33.570168 | 2019-06-25T08:33:43 | 2019-06-25T08:33:43 | 113,133,009 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | //CF-A. 52. Arpa's hard exam and Mehrdad's naive cheat
//(http://codeforces.com/contest/742/problem/A)
#include <bits/stdc++.h>
using namespace std;
const int maxN=305;
const long long oo=1000000005;
int n;
void in(){
cin >> n; long long t=1;
if (n==0) cout << 1;
else {
if (n%4==1... | [
"noreply@github.com"
] | noreply@github.com |
40d4d96858f3a977f17c07e268cf07109d4dc4d7 | c1e777f5fbfe075fed3728a16bf50575fde3ebbb | /se/stream_executor/core/lib/gtl/array_slice.h | 90b6356e1b12bbd2ba828f49f4af68d37c0c6d1f | [] | no_license | cwz920716/StreamExecutor | 49314f1d6b4aa96510a7f39f40a49f5f5f7a0689 | 7aee06419237b0a41b33fe8385c7d560d8341b85 | refs/heads/master | 2020-07-15T20:31:31.384697 | 2017-11-30T18:39:12 | 2017-11-30T18:39:12 | 73,958,105 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,420 | h | /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"wc8348@utexas.edu"
] | wc8348@utexas.edu |
86a9457199bf697dbe168c28063795aed0bb39da | 76f0efb245ff0013e0428ee7636e72dc288832ab | /out/Default/gen/blink/bindings/core/v8/V8VideoTrack.cpp | dbba5ffcaca6f0357fc63e21e05dac46ea63b653 | [] | no_license | dckristiono/chromium | e8845d2a8754f39e0ca1d3d3d44d01231957367c | 8ad7c1bd5778bfda3347cf6b30ef60d3e4d7c0b9 | refs/heads/master | 2020-04-22T02:34:41.775069 | 2016-08-24T14:05:09 | 2016-08-24T14:05:09 | 66,465,243 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,241 | cpp | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#include "V8VideoTrack.h"
#include "bindings/core/v8/ExceptionState.h"
#inc... | [
"dckristiono@gmail.com"
] | dckristiono@gmail.com |
10d7f90d58c6867674cc446e0760b7b0fd0170d0 | 4d0e3801314e728ae0d1ae4b9b029794dc771e5c | /nc/c1.cpp | eb6885240fed27924b61e472725fdd0c8e750e54 | [] | no_license | Perinze/oi | 8880bb028d8108eba110f0dc2b99a0de74902825 | a5cf058d661cb0c276eb126f8f809343b8937d0d | refs/heads/master | 2023-06-21T05:48:00.496697 | 2021-07-22T16:24:19 | 2021-07-22T16:24:19 | 329,524,963 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,059 | cpp | #include <cstdio>
#include <cstring>
#include <iostream>
#include <vector>
using namespace std;
int xx1[1010];
int Hash0[250510];
int Hash1[501010]; // if xx1 + xx1 exists
int main()
{
for (int i = -500; i <= 500; i++)
xx1[i + 500] = i * (i + 1);
for (int i = 0; i <= 1000; i++)
Hash0[xx1[i]... | [
"perinzefaper@foxmail.com"
] | perinzefaper@foxmail.com |
6b2ba2ed21075149afb8106c520990f726b35e57 | 928f4876b1ee963bef2139edab3e28daf4a9de9c | /BNumber/MsSkill.h | 0409a8bac5a6f303556dec6fbb066e9a22c52dcf | [] | no_license | ms930602/BNumber | a5a7e198254af2791258c149a7bacff2aa461c78 | 2dffafa244d7ae1a4674582e874666ff79ac693b | refs/heads/master | 2020-03-21T03:28:54.193192 | 2018-07-01T14:33:44 | 2018-07-01T14:33:44 | 138,047,875 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,411 | h | #pragma once
#include "MsIndex.h"
using namespace std;
//技能信息结构
struct TMsSkill
{
unsigned unTree;//二叉树节点:当前技能对应的二叉树节点指针
unsigned unObject;//技能对象:当前技能对应的技能对象
int nSkillId;// +0技能编号
int nMenPai;// +8门派编号
char* szName;// +C技能名称
int nXinFaLevel;// +14心法等级要求
int nSkillType; // +3c 0蓄气技能 1引导技能 2直接使用技能
int nC... | [
"ms930602@sina.cn"
] | ms930602@sina.cn |
d98f2bb1b1f0071f1f3a3b76352c65dcbd68b275 | 0255a40804cac7acc94f2b30ca144df8d305649c | /build-projetsmarket-Desktop_Qt_5_11_2_MinGW_32bit-Debug/ui_chariot_copy.h | 174427979f6dec0a5469715b5ddb2a632e76fd85 | [] | no_license | abdouuhd123/zink2 | 501e86d13c784201946651192e37b4722e65a8d3 | 7a3af44648583cd8671abbb671a7834b22c5ba04 | refs/heads/master | 2020-05-15T06:08:09.238415 | 2019-01-03T15:10:38 | 2019-01-03T15:10:38 | 182,117,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,199 | h | /********************************************************************************
** Form generated from reading UI file 'chariot_copy.ui'
**
** Created by: Qt User Interface Compiler version 5.11.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*******************************... | [
"abdelhak@f4c75198-ab88-44d1-8e1a-89fd0d4ca035"
] | abdelhak@f4c75198-ab88-44d1-8e1a-89fd0d4ca035 |
815ebc577d2c80e05e72b86b54105f53941205f8 | b5e388f02d79ca7e82c2295f06948abb5788db75 | /Solved/Sources/1212/Source.cpp | 03c73b5f2e415ece86075c6829d7b052b8d8278c | [
"MIT"
] | permissive | Sylvia3259/baekjoon-online-judge | 1330c02c110e48a31d0806763026d6fe56f393d7 | 08539af22a252352daaa06464df22678d1310a6f | refs/heads/master | 2023-07-04T15:43:25.886394 | 2021-08-07T13:11:18 | 2021-08-07T13:11:18 | 389,019,488 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 477 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
const char* oct_to_bin[] = { "000", "001", "010", "011", "100", "101", "110", "111" };
int main() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
string oct;
cin >> oct;
string bin;
for (char digit : oct)
bin.append(oct_... | [
"newjincar33@gmail.com"
] | newjincar33@gmail.com |
0878a23eb2188d04fe877d9f0bb29ab36f95795a | 65cadb161e8391449e0f0b7a61953ef18f83384c | /src/serialize.h | 979201383dba5f1fb1d2ed5c08d3a79586ecafa6 | [] | no_license | onitsoft/WACG | bd80111ad395d07e73454d05a948d287db366e2e | 458e8f4323da7d7499041ae0c27e168d0e8bc26e | refs/heads/master | 2021-01-18T00:20:42.570217 | 2014-08-02T02:05:48 | 2014-08-02T02:05:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,455 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The WaccoinGold developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_SERIALIZE_H
#define BITCOIN_SERIALIZE_H
#include <string>
#inc... | [
"fero_esposito@hotmail.com"
] | fero_esposito@hotmail.com |
24022a1cc090cc6256b850fe6fea4747125240a7 | dbea2b79a1c3fabad776db894c99f45277344f35 | /src/Intersection_of_Two_Linked_Lists.cpp | 032da7f80ab755b2ce036bbd0da75934e2aa0d13 | [] | no_license | Conglang/MyLeetCode | e60199899f310e7dccd2fa5808316eb2d2f1762b | 4bf95b2bff309361ba329177faf7714196085104 | refs/heads/master | 2020-12-24T08:56:48.224954 | 2020-05-23T06:28:35 | 2020-05-23T06:28:35 | 25,724,105 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,470 | cpp | //////////////////////////////////////////////////////
// Project: MyLeetCode
//
// Author: YanShicong
// Date: 2016/08/10
//////////////////////////////////////////////////////
/*--------------------------------------------------------------------------------------------------------------
* Write a program to ... | [
"yanru.conglang@gmail.com"
] | yanru.conglang@gmail.com |
a7a07e73eae97427363f4c7788bd5045bc79cb19 | bdb9cacca790d56c07dfd332170f598f19d4cf01 | /login.h | f5ab0cac8b2d01a4a49ec9e6762f16cdf49eff7a | [] | no_license | ilyasziyaoglu/examchart | 056265157f092c424150ab9b45a3bd5f8c6902ab | a926a2d607d42c2c41b8c2054e38b2b910e68c3a | refs/heads/master | 2020-04-16T07:25:33.694963 | 2019-01-12T14:25:03 | 2019-01-12T14:25:03 | 165,386,124 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | #ifndef LOGIN_H
#define LOGIN_H
#include "mainwindow.h"
#include <QSqlQueryModel>
#include <QMessageBox>
#include <QMainWindow>
#include <QDebug>
namespace Ui {
class login;
}
class login : public QMainWindow
{
Q_OBJECT
public:
MainWindow w;
explicit login(QWidget *parent = 0);
~login();
private s... | [
"by.computer.engineer@gmail.com"
] | by.computer.engineer@gmail.com |
f8cd593441bc2c2b9fa44dbf2e92d43d87263bb9 | 48a73a0ba850ac2925118dd304baa8f7b2874582 | /C++/source/Framework/Utils/UnixDomainStreamingSocket.h | 7028594e168146a7c46db23462b2a34f8a41a141 | [
"Apache-2.0"
] | permissive | cxvisa/Wave | 5e66dfbe32c85405bc2761c509ba8507ff66f8fe | 1aca714933ff1df53d660f038c76ca3f2202bf4a | refs/heads/master | 2021-05-03T15:00:49.991391 | 2018-03-31T23:06:40 | 2018-03-31T23:06:40 | 56,774,204 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,821 | h | /***************************************************************************
* Copyright (C) 2005-2007 Vidyasagara Guntaka *
* All rights reserved. *
* Author : Vidyasagara Reddy Guntaka *
***********... | [
"sagar@wave.sagar.cisco.com"
] | sagar@wave.sagar.cisco.com |
1beb41369594168afc24fda8d3d39038cc20de5a | 8b5403907dfedc19ee67e66b1460ad54f6dba2f2 | /test_util/range_iterator.hpp | 1281cd71775159bfd0cd6f6c2549ba69714394f2 | [
"Unlicense"
] | permissive | adi-g15/graphMat | 7115fbad95d5a2777496e740053c14b7b2395bf7 | f0c2cc06871200cd85f87b54fb065c46c694a4a1 | refs/heads/main | 2023-08-26T03:49:05.739026 | 2021-10-25T20:35:55 | 2021-10-25T20:35:55 | 319,237,746 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,586 | hpp | #pragma once
#include "graph_mat_decl.hpp"
template<typename dimen_t = int32_t>
class range_iterator{ //only for graph_matrix
private:
//temporary variables for for range loops
dimen_t __tmp_forRange_x;
dimen_t __tmp_forRange_y;
public:
thread_local Graph_Matrix
ran... | [
"adityag.ug19.cs@nitp.ac.in"
] | adityag.ug19.cs@nitp.ac.in |
3a19448ec9e2afdd54e33ed9f94f6ad73e668e8c | e6dbe2658a3e8d1972c64519228c2235e7cef663 | /tpc-e-tool/InputFiles/inc/CompanyCompetitorDataFileRecord.h | 48e3a7c090d2d441494bc8b64b453327de78b4bb | [] | no_license | nemanjakojic/tpce-benchmark-tools | e4be67916f5710169305d96dc7c8cb394d3645b6 | 4075f0c5a722c26971a4dd42bd80bc176cc4a6de | refs/heads/main | 2023-01-08T12:37:23.342371 | 2020-11-05T08:10:47 | 2020-11-05T08:10:47 | 310,186,981 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,140 | h | #ifndef COMPANY_COMPETITOR_DATA_FILE_RECORD_H
#define COMPANY_COMPETITOR_DATA_FILE_RECORD_H
/*
* Legal Notice
*
* This document and associated source code (the "Work") is a part of a
* benchmark specification maintained by the TPC.
*
* The TPC reserves all right, title, and interest to the Work as provided
* under U.S... | [
"nemanja.kojic@etf.rs"
] | nemanja.kojic@etf.rs |
b54a4b8fb9146d2665846b05c94eef59ed382d62 | 0b5cab04829cd1fcd1771979192d1255a40b3433 | /files/gluecode/http-client/generated-src/jni/com/ezored/net/http/EZRHttpRequestParam.hpp | aa38672fdc3ad7d965cc7e1bf1f488f4991e27a1 | [
"MIT"
] | permissive | vdero133/ezored | a1b4ecaa7e3429cd8d03562fe4fb1a5f6937622f | 767286d330b9b4230b02c5d879174536cecaa251 | refs/heads/master | 2023-04-28T17:41:59.146259 | 2021-05-25T23:40:14 | 2021-05-25T23:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,137 | hpp | // AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from proj.djinni
#pragma once
#include "djinni/jni/djinni_support.hpp"
#include "ezored/net/http/HttpRequestParam.hpp"
namespace djinni_generated {
class EZRHttpRequestParam final {
public:
using CppType = ::ezored::net::http::HttpRequestPa... | [
"paulo@prsolucoes.com"
] | paulo@prsolucoes.com |
37d04f159d12a62de9a046251e1027bffe28d03f | a382814c6d996526a497e03682323a4f07f7e137 | /C++/Visual_ExpressionCalculator_2011/Calculator/Calculator Core/Domain/VariableTools/VariableSetTest.cpp | 11c87299956e999515c82fb275023c83fe07dd25 | [] | no_license | maximzavadskiy/code-samples | e3faf6926eeb2019bd9b97da858c5f34999763b1 | 7d834de92acf9eac42cf325caed6be0dd71c046d | refs/heads/master | 2021-01-10T07:27:36.524850 | 2016-02-03T21:33:05 | 2016-02-03T21:33:05 | 51,027,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 665 | cpp | //#include<iostream>
//#include"VariableSet.h"
//using namespace std;
//class X
//{
// public:
// X(){}
// void set_var(string name, Value value)
// {
// variable_set.set_var(name,value);
// }
// Value get_var_value(string name)
// {
// return variable_set.get_var_value(name);
// }
// private:
// Var... | [
"maximzavadskiy@gmail.com"
] | maximzavadskiy@gmail.com |
60edbfd109256ca7bdae4c24c25b6a5bcaad02b3 | 557c5b618312ba166c9b5407d1f0834243b63775 | /DP/Maximum Subarry.cpp | 0cfdd549de67d0bd2e44c14b94da785ef86e8724 | [] | no_license | victorliking/Dream | 6ea575bf7425c7685a316bc3703d7bf4ffc45be6 | ce8812ad60fe900ef7cb0a3bea3dee93df495623 | refs/heads/master | 2021-01-09T21:57:52.046356 | 2015-11-08T21:56:22 | 2015-11-08T21:56:22 | 45,312,630 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 482 | cpp | /*
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [−2,1,−3,4,−1,2,1,−5,4],
the contiguous subarray [4,−1,2,1] has the largest sum = 6.
*/
class Solution {
public:
int maxSubArray(vector<int>& nums) {
int ret = INT_MIN,f... | [
"Victor@wirelessprvnat-172-17-134-64.near.illinois.edu"
] | Victor@wirelessprvnat-172-17-134-64.near.illinois.edu |
7011f0964625f2081c396526dffafe7f357cb7aa | 39397621b6a5ffe92f5888eca8ee77da4ad54d6c | /src/UiCrtConfigDlg.h | 3ce69b4e453f0189d86dfb08f60e8625ffa29527 | [
"MIT"
] | permissive | wahello/wangemu | d535ca9e858c94a43c5a2ec35991defa505189cc | 12c760fa04456304282b966e757e2595d8f29576 | refs/heads/master | 2023-06-10T04:32:06.894749 | 2021-06-21T16:21:50 | 2021-06-21T16:21:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | h | // this implements a modal dialog box for configuring the emulated CRT
#ifndef _INCLUDE_UI_CRT_CONFIG_DLG_H_
#define _INCLUDE_UI_CRT_CONFIG_DLG_H_
#include "w2200.h"
#include "wx/wx.h"
class CrtConfigDlg : public wxDialog
{
public:
CANT_ASSIGN_OR_COPY_CLASS(CrtConfigDlg);
CrtConfigDlg(wxFrame *parent, const ... | [
"frustum@pobox.com"
] | frustum@pobox.com |
b72bcce5e19360d4eb695c2d6f96166a5677b985 | 0b00e78b166b4770b41349c5c451f5916a1503d7 | /level4/section2.5/array_test.cpp | 2cccf7ccaaaab9533a3281710f31aadcc514819d | [] | no_license | lfamarantine/BaruchCPP | 749770c318537f06ec261891e6a77eefd12789e8 | 2af350a9b5d9541515ecf7cb0c2688a988b07a7a | refs/heads/master | 2022-04-12T05:22:43.872158 | 2020-03-12T14:20:19 | 2020-03-12T14:20:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,176 | cpp | // array_test.cpp
// Author: Jianqiu Wang
// Test array class
#include "array.hpp"
int main()
{
Array arr1; // initialize arr1 by using defualt constructor
Array arr2 = arr1; // copy arr1 to arr2
Array arr3(3); // initialize a 3-element array
// test GetElement and operator []
Point* p1 = new... | [
"jw2329@cornell.edu"
] | jw2329@cornell.edu |
f9b263f461689a34155b940e91531e45167aceb9 | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/boost/graph/one_bit_color_map.hpp | 4c03a4fb3cfdaec06b88789f605c803b7c4c57fc | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,239 | hpp | // Copyright (C) 2005-2010 The Trustees of Indiana University.
// 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)
// Authors: Jeremiah Willcock
// Douglas Gregor
// Andrew Lumsdaine
// One b... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
171f21a61fda619b377d52d3873e3390aa2b02f7 | ba11e7c8af916ce34045e59313364535ab259f5f | /assignment0/Terrain.cpp | aab48420a09fad3100f8bd78f1879123ce35fa28 | [
"Apache-2.0"
] | permissive | rkeng/UFOVSAsteroid | 840a6319e55646c93966747d8959d48d2a789f73 | 33ee30bd2b5e60d40c1161669fe530693970d9a6 | refs/heads/master | 2020-04-22T23:25:35.119880 | 2018-03-22T10:53:38 | 2018-03-22T10:53:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,492 | cpp | #include "Terrain.h"
#include "main.h"
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>
#include <math.h>
#include "PerlinNoise.hpp"
#include "stb_image.h"
#define HEIGHT_MAP_PATH "/Developer/FinalProject/assignment0/heightmap1.bmp"
#define HEIGHT_MAP_PATH_1 "/Developer/FinalProject/assignment0/heightmap.bmp"
bool ... | [
"k8xie@ucsd.edu"
] | k8xie@ucsd.edu |
74c5359bf7c17407cc4d04363eed11082966cd97 | f761281d9ed99d1d50eb2dc69c16870fc6f9c88b | /lab3/ccounter/CCounter.h | e79f1b3c13dbda053483e0ba203c092c460f3799 | [] | no_license | SkalskiP/CPP_AGH | dd7d64e84f9172747491d0ec264296c9fc0d6df4 | a389da7df8207c5f60da66828e21f408b037bd75 | refs/heads/master | 2021-06-18T19:13:36.228108 | 2017-06-11T13:46:47 | 2017-06-11T13:46:47 | 84,873,698 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 558 | h | //
// Created by afghan on 14.03.17.
//
#ifndef JIMP_EXERCISES_CCOUNTER_H
#define JIMP_EXERCISES_CCOUNTER_H
#include <iostream>
#include <memory>
#include <map>
using namespace std;
namespace ccounter {
typedef struct counter {
map <string, int> mapa;
} Counter;
unique_ptr<Counter> Init(void);
... | [
"pskalski@student.agh.edu.pl"
] | pskalski@student.agh.edu.pl |
161942ec43c8471a9797843fe513d8ec32be4c87 | f05bde6d5bdee3e9a07e34af1ce18259919dd9bd | /lang_service/java/com/intel/daal/algorithms/em_gmm/init_batch.cpp | 1ef922626158a7290a778e7be797365f27bc8111 | [
"Intel",
"Apache-2.0"
] | permissive | HFTrader/daal | f827c83b75cf5884ecfb6249a664ce6f091bfc57 | b18624d2202a29548008711ec2abc93d017bd605 | refs/heads/daal_2017_beta | 2020-12-28T19:08:39.038346 | 2016-04-15T17:02:24 | 2016-04-15T17:02:24 | 56,404,044 | 0 | 1 | null | 2016-04-16T20:26:14 | 2016-04-16T20:26:14 | null | UTF-8 | C++ | false | false | 2,631 | cpp | /* file: init_batch.cpp */
/*******************************************************************************
* Copyright 2014-2016 Intel Corporation
*
* 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 Licens... | [
"vasily.rubtsov@intel.com"
] | vasily.rubtsov@intel.com |
0f32bbeaa288e9193ca280518743547ce1d0b72e | 29f742e819a5df4995e513be82ddfb5d739f425d | /ComCTQMC/include/io/Matrix.h | fc9830266cb9e6bfcb3929a01f54721b6bc7916f | [] | no_license | yuechm/comsuite | 29aecee6b156901de8bf1823dfc2f58f217cc8c1 | 7f6fb2b84e54ed31f96b1b758790c1bb12e67998 | refs/heads/master | 2022-04-15T12:10:16.057382 | 2020-04-10T15:54:12 | 2020-04-10T15:54:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,823 | h | #ifndef IOMATRIX
#define IOMATRIX
#include <vector>
#include <complex>
#include "Vector.h"
#include "../JsonX.h"
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// little-big endian madness !!!!!!! Little fish big fish swimming in the water ....
//!!!!!!!!!!!!... | [
"sangkookchoi@gmail.com"
] | sangkookchoi@gmail.com |
5a8ee803bbde84bedf463607411fad64325b7b0f | dab16faeec5a1882c3aa65d823fa669e5e832111 | /IDETools/CodeMessageBox.cpp | ce9b9d39d3556c7cf7d70b3966b9bf9b90ccb0d1 | [] | no_license | paul-hc/DevTools | adaa6b20bedfb941a6114c70b97c2776c543946c | 84be93c23d8d2a272b6d5d09c4129a6cd87a2aa4 | refs/heads/master | 2023-08-31T18:17:21.143856 | 2023-08-31T17:51:12 | 2023-08-31T17:51:12 | 116,268,930 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,488 | cpp |
#include "pch.h"
#include "CodeMessageBox.h"
#include "utl/CodeAlgorithms.h"
#include "resource.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
namespace reg
{
static const TCHAR section_dialog[] = _T("CCodeMessageBox");
}
namespace layout
{
static const CLayoutStyle styles[] =
{
{ IDC_MESSAGE_STATIC, SizeX },... | [
"phc.2nd@gmail.com"
] | phc.2nd@gmail.com |
985ef134438d2ad72929bf9397eacb6ef3d5ba5c | 8ce88e6d70a7ba3a10a9aabc6dbe282b4b978d0d | /Other/Borg/Borg/RELOCS.H | c7449f06b8839021bd51173233919fe202032e40 | [] | no_license | yodamaster/avdbg | e66a35838d4b9561a53388b13d6cd44889e21fbc | 92157c686ebaadc5565eec5a6e4d9a5a390b1fa9 | refs/heads/master | 2021-01-18T06:33:18.087191 | 2013-01-03T14:21:52 | 2013-01-03T14:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 977 | h | // relocs.h
//
#ifndef relocs_h
#define relocs_h
#include "list.h"
#include "common.h"
#include "savefile.h"
// relocation types, should be self explanatory. Most are not generally used by programs,
// mainly reloc_offs32 by the PE file format.
enum reloctype {RELOC_NONE=1,RELOC_SEG,RELOC_OFFS16,RELO... | [
"Administrator@20111020-1601xyz"
] | Administrator@20111020-1601xyz |
6cdf9ad6c416c1b1d38be2919420b53aa5a0d657 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKitTools/DumpRenderTree/qt/GCControllerQt.cpp | f197ee19e74c6d27c327e710c8db2b68f9ef2269 | [] | no_license | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,288 | cpp | /*
* Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
* Copyright (C) 2009 Torch Mobile Inc. http://www.torchmobile.com/
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistri... | [
"sdevitt@rim.com"
] | sdevitt@rim.com |
b00151cdf04eed5271bdca81c3ac6239cbea33e1 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_repos_function_4794_git-2.10.5.cpp | 8826520e88c5b55e1fbc3995ba1941e6b16e8d3e | [] | 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 | 320 | cpp | static void stat_patch_list(struct apply_state *state, struct patch *patch)
{
int files, adds, dels;
for (files = adds = dels = 0 ; patch ; patch = patch->next) {
files++;
adds += patch->lines_added;
dels += patch->lines_deleted;
show_stats(state, patch);
}
print_stat_summary(stdout, files, adds, dels);
} | [
"993273596@qq.com"
] | 993273596@qq.com |
9e6c4ab91a0b22271f38174006ef0a4e04f8d4e7 | 278fe9bc1ea66cede3249b8ba6b1ae85e4da0881 | /OOAD/Practice_Assign_Exam/Backup/Final/Module5.cpp | f8eebb9e2f1fa0dcfd61db48395bcf8d887d1081 | [] | no_license | SherlockHowl/OOAD | d63de7fd77e3fe43a5e1bc45b840f1eeda6019c6 | eef983276f7c96fbe188fba74c7705782f83aa40 | refs/heads/master | 2022-04-24T12:03:14.143498 | 2020-04-24T05:19:04 | 2020-04-24T05:19:04 | 258,411,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,828 | cpp | #include"Module5.h"
using namespace std;
int find(sub sub_x[], int i)
{
if (sub_x[i].pid != i)
sub_x[i].pid = find(sub_x, sub_x[i].pid);
return sub_x[i].pid;
}
void Union(sub sub_x[], int x1, int x2)
{
int x1root = find(sub_x, x1);
int x2root = find(sub_x, x2);
if (sub_x[x1root].level < sub_x[x2root].l... | [
"noreply@github.com"
] | noreply@github.com |
4b841bc63d5b29deec3541d2a04365489569623b | 9c58a6815293363d2aae5ca1882e15851a955ae9 | /RGBDCapture/RGBDSensor.h | 611eb182afec19f38550838cda7ce4c12436e086 | [] | no_license | nilsiism/RGBDCapture | 07972be57afcd30e0b7532caa5202f720440e59c | feadb3680d82235aeb890754c1008bf4062bcae8 | refs/heads/master | 2022-02-02T09:19:15.860433 | 2019-05-20T17:15:04 | 2019-05-20T17:15:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | h | #ifndef RGBDSENSOR_H
#define RGBDSENSOR_H
#include <iostream>
#include <string>
#include <boost/filesystem.hpp>
using namespace std;
class RGBDSensor{
public:
RGBDSensor(){}
~RGBDSensor(){}
virtual bool init() = 0;
virtual void scan() = 0;
protected:
void createRGBDFolders();
int m_sensorType; // 0 - Open... | [
"chaowang15@gmail.com"
] | chaowang15@gmail.com |
0e415b56ec42f307b09dd2bde80c504da55c9aa6 | ae24c9e3d64bc7ec61280c30dccb7ecd74adcf19 | /Maze-Project/Maze-Project/Sign System/CPP Files/RegistrationSystem.cpp | a64d2c4d5b3c1114b38023dfe056528612242136 | [
"MIT"
] | permissive | NDDimitrov19/Maze-Project-2021 | cd1d4e23ccf103f53b4d35363ca0cd3c9adc6e17 | 6d9ebd53494610fa12f74fa621194add78ace26f | refs/heads/main | 2023-09-05T03:36:46.875165 | 2021-11-23T17:33:43 | 2021-11-23T17:33:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,893 | cpp | #include "../Header Files/RegistrationSystem.h"
#include "../Header Files/SHA256.h"
#include <iostream>
RegistrationSystem::RegistrationSystem(sf::String name, sf::String password, bool& userMenuEventClick,
bool& loginAndRegisterEventClick, int& status)
{
this->name = name;
this->password = password;
initializeD... | [
"MCBerberov19@codingburgas.bg"
] | MCBerberov19@codingburgas.bg |
85dda801ca951dc43562858d5f072ac8ffe0223f | ff8c323871bbe8bb046554a1e7c6b8ad6e90d607 | /ShadingCookbook/Source/Scene/Chapter5/Bloom.cpp | 59f4eebd7b347bbe1b5e16090b28246474101ea5 | [] | no_license | nameless323/Cookbook | 840acbef79fb955156e0cca3f3ec6308ee9c1177 | 6a3376b9fdf0d692cf6a2a72d4256855b8a697fa | refs/heads/master | 2020-04-04T06:01:46.489720 | 2016-10-10T22:09:50 | 2016-10-10T22:09:50 | 45,101,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,570 | cpp | #include "Bloom.h"
#include <gtx/transform.hpp>
#include <iostream>
#include <sstream>
#include <GLFW/glfw3.h>
#include "../../Core/TGA.h"
namespace ShadingCookbook
{
using glm::vec3;
Bloom::Bloom() : _angle(0), _prevTime(0), _autorotate(1), _rotateLeft(0), _rotateRight(0), _rotationSpeed(glm::pi<float>() / 8.0f), ... | [
"nameless323@gmail.com"
] | nameless323@gmail.com |
34e3b9cbe33b36d799e92f40377702ef1b2e28ee | c22d3119bf967a1c0690c3c63fe92289ab57064f | /codeforces/Prime Graph.cpp | fd783f97345f78d2bb8c7d7f92721152baad6033 | [] | no_license | mandalsudipti/competitive_programming | b33b599965f073d7c4654fa53d87ae0b1e3b2df0 | 74e7e0c281450acdb130c7ae4d4dde0fec596315 | refs/heads/master | 2021-12-11T00:31:33.601820 | 2021-10-31T15:19:37 | 2021-10-31T15:19:37 | 236,663,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | #include<bits/stdc++.h>
using namespace std;
const int range = 2000;
vector<bool>is_prime(range,true);
vector<int>prime;
void sieve()
{
for(int i=2;i*i<range;i++)
{
if(is_prime[i])
{
for(int j=i*i;j<range;j+=i)
is_prime[j]=false;
}
}
for(int i=2;i<ra... | [
"noreply@github.com"
] | noreply@github.com |
901e6be07b647649b052dba4510a2bae07146c31 | b9d87a1e2c03924edc16b86748f760a6071f7c50 | /H_update.cpp | 5c437718b80361bc652bee5675cce2f148485328 | [] | no_license | EMinsight/FDTD3d-4 | a96c2a75b0fb8c2ec198feebc462212975c7f057 | b8a1313306b66c91881ec75847b458a0b7a426bf | refs/heads/master | 2023-01-23T08:52:36.419616 | 2020-11-29T19:45:02 | 2020-11-29T19:45:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,684 | cpp | #define _USE_MATH_DEFINES
#include <cmath>
#include "fdtd3d.h"
void H_update(
double ***Er, double ***Eth, double ***Eph,
double ***Hr, double ***Hth, double ***Hph
){
double CHr1, CHr2;
double CHth1, CHth2;
double CHph1, CHph2;
for( int i = 1; i < Nr + 1; i++ ){
for( int ... | [
"terayama@emlab.cei.uec.ac.jp"
] | terayama@emlab.cei.uec.ac.jp |
6eb73fdc5050f738e3eb614f6a6ec360b89bab87 | 0b0d4fb48fcc60d574e9b0ab599f0826a6cee25e | /include/ext/glm/gtx/euler_angles.inl | 013e46ada2bb4a5a63e0892dd8b43215a275a1a2 | [] | no_license | StormPhoenix/kaguya | fa8337cf5648a211a867d22aaad0d8385bed0386 | bab3d634a24527524c87722e2e41885c52d091d4 | refs/heads/master | 2023-05-03T07:10:29.852816 | 2021-05-19T07:04:23 | 2021-05-19T07:04:23 | 302,261,135 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,474 | inl | /// @ref gtx_euler_angles
/// @file glm/gtx/euler_angles.inl
#include "compatibility.hpp" // glm::atan2
namespace glm {
template<typename T>
GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> eulerAngleX
(
T const &angleX
) {
T cosX = glm::cos(angleX);
... | [
"stormphoenix.hzau@hotmail.com"
] | stormphoenix.hzau@hotmail.com |
6e7d7618231ea0443bbbce0c315df1851ca87a1c | 0fab6433bbfed2b8935b69506731183683843b24 | /backup/cGameManger.h | 93ec5776b0c02234305bd1a5b4647f87f9c6e225 | [] | no_license | Ashma-Rai-32/PongGame | 1bdea99c4a100bea75eee25c7842bf4ed6d0a7bb | e2277f1b5870df5ddaac3910334c99b7692e10cf | refs/heads/master | 2022-09-05T05:47:50.216017 | 2020-02-29T16:47:52 | 2020-02-29T16:47:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 517 | h | #pragma once
#include "enumeDir.h"
#include "cPaddle.h"
#include"cBall.h"
class cGameManger
{
private:
int width, height;
int score1, score2;
char up1, down1, up2, down2;
bool quit;
cBall* ball;
cPaddle* player1;
cPaddle* player2;
public:
cGame... | [
"ashmabantawa32@gmail.com"
] | ashmabantawa32@gmail.com |
11b86aea49950971d890ef8c232e1f2ccf73cc02 | b0e8a37b0d45f0a0cd9186c3b3b86400ee039171 | /QueryPlans/DDL/DropQueryPlan.h | ce4dc21df0bd517af32afb6fdd71e6f4f2ea105c | [
"MIT"
] | permissive | tiximokuaijiagou/CauchyDB | 8707f0d6cf7d3491d0f7557c116bca7b6a8e2193 | e4776ec7a08f498e2a3e02c22df8ef7d2279f672 | refs/heads/master | 2021-12-22T15:26:09.531395 | 2017-10-16T13:34:20 | 2017-10-16T13:34:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 201 | h | //
// Created by 张程易 on 03/06/2017.
//
#ifndef DB_DROPQUERYPLAN_H
#define DB_DROPQUERYPLAN_H
#include "../QueryPlan.h"
class DropQueryPlan : public QueryPlan{
};
#endif //DB_DROPQUERYPLAN_H
| [
"zurl@live.com"
] | zurl@live.com |
02c50f0108a973e0ed44a36e90b25f0b0b7086ae | c55d33ff376cd6ff07333d6ee0be053f62de9a76 | /src/serialize/base.h | fda0cc037a62ee5892902410a2bcf699ab21eb57 | [
"MIT",
"BSD-3-Clause"
] | permissive | DigitalNoteXDN/DigitalNote-2 | 1d306c47ee962f6266be5caa6b03e4f96c3f179c | fb73be8032491364892fb90b1c696105034f74e9 | refs/heads/master | 2023-04-13T18:02:19.719011 | 2023-04-07T20:52:26 | 2023-04-07T20:52:26 | 168,789,998 | 11 | 27 | MIT | 2023-04-07T20:52:27 | 2019-02-02T03:26:35 | C++ | UTF-8 | C++ | false | false | 559 | h | #ifndef SERIALIZE_BASE_H
#define SERIALIZE_BASE_H
#include <vector>
#include <cstdint>
template<typename T>
T& REF(const T& val);
template<typename T>
T* NCONST_PTR(const T* val);
template <class T, class TAl>
T* begin_ptr(std::vector<T, TAl>& v);
template <class T, class TAl>
const T* begin_ptr(const std::vector<... | [
"admin@ludoruisch.nl"
] | admin@ludoruisch.nl |
c654eec1423d69a4f3eed298ba03339a479eade9 | c9eef819394044d472520f995de954b08eb6eecb | /src/image_common/image_transport/include/image_transport/single_subscriber_publisher.hpp | c385c96da2ba9eab026607bda1906453b0b5a984 | [] | no_license | SMARTlab-Purdue/smart_mbot_ws | 143e93433293d1027f0c84ef73c66fb246ed7233 | 792b0e72c824cf3274ea84a14a3a7dfcc5cc92da | refs/heads/main | 2023-05-05T21:11:48.765999 | 2021-05-25T22:45:05 | 2021-05-25T22:45:05 | 369,704,429 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,500 | hpp | /*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2009, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... | [
"wonsu0513@gmail.com"
] | wonsu0513@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.