blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 26 | license_type stringclasses 2
values | repo_name stringlengths 7 95 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 57
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 197k 639M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 11
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 34
values | src_encoding stringclasses 18
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 11 9.86M | extension stringclasses 27
values | content stringlengths 11 9.86M | authors listlengths 1 1 | author stringlengths 0 70 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e13a5b3f7c08d6d7a9e785532221179048f3bc2b | 006ff11fd8cfd5406c6f4318f1bafa1542095f2a | /Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc | f901af53711c8fdfcf5fc27f07d9b4efa7df74a8 | [] | permissive | amkalsi/cmssw | 8ac5f481c7d7263741b5015381473811c59ac3b1 | ad0f69098dfbe449ca0570fbcf6fcebd6acc1154 | refs/heads/CMSSW_7_4_X | 2021-01-19T16:18:22.857382 | 2016-08-09T16:40:50 | 2016-08-09T16:40:50 | 262,608,661 | 0 | 0 | Apache-2.0 | 2020-05-09T16:10:07 | 2020-05-09T16:10:07 | null | UTF-8 | C++ | false | false | 10,315 | cc | //Framework
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Utilities/interface/EDMException.h"
//DataFormats
#include <DataFormats/TrackReco/interface/Track.h>
#include <DataFormats/METReco/interface/CaloMET.h>
#include <DataFormats/Math/interf... | [
"giulio.eulisse@gmail.com"
] | giulio.eulisse@gmail.com |
59d68e07d1197e5c92d194abdec105b8feaa053d | 6a5ebe5ee99f84755219fa6cdd6102646ab5bed1 | /contest/A. Find Divisible.cpp | 41f94f76e4ee354cc924cc0d6fca452654a682ff | [] | no_license | israt-urme/Codeforces | 89be84f03b1e5ade0fd55119b42d43d99f8567e2 | 77ccae1604c7837e97d2592f07514ab6536cca63 | refs/heads/master | 2023-06-07T00:11:17.741535 | 2021-06-28T11:59:41 | 2021-06-28T11:59:41 | 381,008,669 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 198 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
long long int l,r,x,y,i;
while(n--)
{
cin>>l>>r;
cout<<l<<" "<<l*2<<endl;
}
return 0;
}
| [
"urmejahan58@gmail.com"
] | urmejahan58@gmail.com |
323d2b2ca51b1eb942a5b8a887026a0968e86fe7 | de404537c0d5d1142bbf4e9d8a9ab874766f75c7 | /sdk/bindings/xpcom/include/nsIObserver.h | 4ee928c19449a4384d6f6a6b9f06039670ec91be | [] | no_license | smoeller1/Hackathon | 6b6a0d3d59c2845b5709dffce5a1f14b3cb8b4da | acfac96ec4cc8e79ca622303fa4b16cd01277c6d | refs/heads/master | 2022-11-19T18:47:28.730061 | 2018-10-19T17:43:02 | 2018-10-19T17:43:02 | 55,860,568 | 0 | 0 | null | 2022-11-16T05:23:59 | 2016-04-09T18:29:40 | C | UTF-8 | C++ | false | false | 3,334 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /home/vbox/tinderbox/5.0-sdk/src/libs/xpcom18a4/xpcom/ds/nsIObserver.idl
*/
#ifndef __gen_nsIObserver_h__
#define __gen_nsIObserver_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifnde... | [
"simon@quasily.com"
] | simon@quasily.com |
d3b920d102d166ad45d2b213d81aa0d930494a56 | 9e19807e814828fdad56ead0496f3403ade3844e | /q1.cpp | 4abeed4cea7b2306481caf2a25af5c3b61c8db35 | [] | no_license | jasonzlou/projecteuler | ac50acb8c53371cf2151361ec14162e43400a725 | b8c9f1548dbe3bb87c85cb92524afe8801f0e153 | refs/heads/main | 2023-05-10T10:54:28.702614 | 2021-06-11T14:20:51 | 2021-06-11T14:20:51 | 308,991,921 | 0 | 0 | null | 2021-06-11T14:20:52 | 2020-10-31T23:46:57 | C++ | UTF-8 | C++ | false | false | 189 | cpp | #include <iostream>
using namespace std;
int main() {
int sum(0);
for (int i = 1; i < 1000; i++) {
if (i % 3 == 0 || i % 5 == 0) {
sum += i;
}
}
cout << sum;
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
b184f28a418c98a6ad3c63bad3cee0307ad90823 | 8545d068c19b60cf7d27a45e175534a034700ab3 | /WOFFCEdit/Camera.h | c4112bc1ea5458828721b2ea7b2595d49eff00b3 | [] | no_license | charliegillies/WFFC-Edit | 95b2dbf8aaf3016ca004a8ff79ff34915eaa4c2c | 958421962eeccc71aa3576e9d7f524097a4cf416 | refs/heads/master | 2020-05-16T05:00:51.150648 | 2019-04-29T16:00:09 | 2019-04-29T16:00:09 | 182,796,108 | 0 | 0 | null | 2019-04-22T13:44:06 | 2019-04-22T13:44:06 | null | UTF-8 | C++ | false | false | 1,020 | h | #pragma once
#include <d3d11.h>
#include "SimpleMath.h"
struct InputCommands;
class SceneObject;
class Camera {
private:
DirectX::SimpleMath::Vector3 m_camPosition;
DirectX::SimpleMath::Vector3 m_camOrientation;
DirectX::SimpleMath::Vector3 m_camLookAt;
DirectX::SimpleMath::Vector3 m_camLookDirection;
DirectX::... | [
"charlie@hazardinteractive.com"
] | charlie@hazardinteractive.com |
f65306227667cfa2aae6ccf934d57b7c88b1d289 | 15bd9209ca102e939320bd344491efbe16bd8458 | /ESGenNPRestos/es_gennp_restos.cpp | a3cc164f5562e2f3e83d1bc82ef970e365283e00 | [] | no_license | emilroy02/ESGenNP | cc6f0855bc47322c0aa75e770002283b68bb1f7a | 708b4dfc67210418ab41516916c68ee607fa0f74 | refs/heads/master | 2023-01-21T21:31:01.021584 | 2019-11-22T09:21:16 | 2019-11-22T09:21:16 | 219,699,639 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,519 | cpp | #include "es_gennp_common.h"
#define ESGC_EXPORTS
#include "es_gennp.h"
#include "es_gennp_core_init.h"
#include "es_gennp_config_init.h"
#include "es_gennp_service.h"
#include "es_gennp_branding_restos.h"
#include "es_gennp_library_restos.h"
static ESGenNPService *pService = NULL;
static std::shared_ptr<ESGenNPBra... | [
"50533057+emilroy02@users.noreply.github.com"
] | 50533057+emilroy02@users.noreply.github.com |
6b97a04470e9750b58efc09ea5f3a352e582058e | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/printscan/ui/printui/psetup.cxx | b1967d3ebe9e5c027d7742c992c1aee55aa00123 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,776 | cxx | /*++
Copyright (C) Microsoft Corporation, 1996 - 1998
All rights reserved.
Module Name:
PSetup.cxx
Abstract:
Printer setup class to gain access to the ntprint.dll
setup code.
Author:
Steve Kiraly (SteveKi) 19-Jan-1996
Revision History:
--*/
#include "precomp.hxx"
#pragma ... | [
"112426112@qq.com"
] | 112426112@qq.com |
44d019c7bb8f218518aae7a873dba7a528747f63 | de9f878d6e062dd7d60f9ab746aab7f5063ce251 | /run/abl/fullScale/fullScaleTurbArRefined2/constant/polyMesh/boundary | 189b56c110d67d3fd4b50f54c920e8c5cc6d157b | [] | no_license | stevietran/foam5 | ba2c03a263fef2480045d51267159838d83b1a0c | 256f7fd317b18df59208ffcd63e96d36e81bf62f | refs/heads/master | 2021-10-27T19:43:03.709356 | 2019-04-19T06:54:30 | 2019-04-19T06:54:30 | 167,189,514 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,687 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.x |
... | [
"tranlevu001@e.ntu.edu.sg"
] | tranlevu001@e.ntu.edu.sg | |
229b0831ae5f293cee1d21244c3afbbcafd2416c | 49cf7c9e66c9b93423f5c1323f79e383c60b25bf | /puzzle_heur.cpp | 2190ab593633b3a3fa1500ad8d2e016a44033d04 | [] | no_license | sahilagar/Puzzle-Solver | aecdbd9d1303ca8be3170eef6b1814596a0a5278 | 3b8f227cd165c17616cd42598c21e73c7c725995 | refs/heads/master | 2021-07-04T13:57:21.505282 | 2017-09-27T16:51:21 | 2017-09-27T16:51:21 | 105,044,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | cpp | #include "puzzle_heur.h"
#include <cmath>
using namespace std;
int PuzzleManhattanHeuristic::compute(const Board& b)
{
int count = 0;
for (int i = 1; i < b.size(); i++){
int numIndex = -1;
for (int j = 0; j < b.size(); j++){
if (b[j] == i){ //find actual num index
numIndex = j;
break;
}
}
int... | [
"sahilagarwal@Sahils-MacBook-Pro.local"
] | sahilagarwal@Sahils-MacBook-Pro.local |
2792174f5436fefff6147afec3171ef6c531d2a5 | 366d1b9a999aaa856a325ae80268af20b995babe | /src/shogun/statistical_testing/internals/InitPerKernel.cpp | 960707e6d5a98c3ea39d5e200207654544fa45bb | [
"BSD-3-Clause",
"DOC",
"GPL-3.0-only"
] | permissive | karlnapf/shogun | bc3fcbeef377b8157bd8a9639211c2667b535846 | eebce07a4309bb7e1d3a4f0981efd49e687533b6 | refs/heads/develop | 2020-04-05T22:46:38.369312 | 2019-07-09T08:59:14 | 2019-07-09T08:59:14 | 4,420,161 | 1 | 1 | BSD-3-Clause | 2018-09-04T10:50:41 | 2012-05-23T13:12:40 | C++ | UTF-8 | C++ | false | false | 2,179 | cpp | /*
* Copyright (c) The Shogun Machine Learning Toolbox
* Written (w) 2016 - 2017 Soumyajit De
* 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 ret... | [
"heavensdevil6909@gmail.com"
] | heavensdevil6909@gmail.com |
c4823df5c6e89b24a3d4fd3e71b0219e41645a54 | b2c7b04f9a31cd3dbf837af7729df5e221528c05 | /Shooters!/SceneBase.h | 8c1d73db373a6251faa1b61ffea48e199cebbb0d | [] | no_license | Nati-Ryuon/Shooters | dddd756e3c930dddc4e38882424fee6bbbfc8b07 | 012bbd11c7dcc82fbf9ee069903d2b6035301628 | refs/heads/master | 2020-03-28T20:50:07.485546 | 2018-12-24T08:25:35 | 2018-12-24T08:25:35 | 149,106,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | h | #pragma once
#include <memory>
/*
class SceneBase {
public:
virtual void draw() = 0;
virtual void update() = 0;
bool isFinished() {
return false;
}
std::unique_ptr<SceneBase> getNextScene() {
return next.get;
}
std::unique_ptr<SceneBase> getReturnScene() {
return prev.get;
}
std::unique_ptr<SceneBase> ne... | [
"aries.zata@gmail.com"
] | aries.zata@gmail.com |
42a8a896b7485afff4ef829ca7203c98d5d9a801 | deb442f461c572cc4c241964ae1793f0b38767f8 | /WorldFinals/2011/D/D.cc | 377ee028272de77807fdd932b8ab20515f5cabbd | [] | no_license | yuha/ICPC | ef0c83bddf01f19db214d05a36dfc56a08f0192b | 4073e03ef904c0b2f77424b836265a35632d3014 | refs/heads/master | 2021-01-10T19:20:55.143360 | 2012-08-09T05:26:47 | 2012-08-09T05:26:47 | 2,208,133 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,101 | cc | #include <iostream>
#include <vector>
#include <map>
#include <cassert>
#include <climits>
#include <cstdlib>
using namespace std;
typedef vector<int> vi;
typedef vector<vi> vvi;
#define IN(x) (2*(x))
#define OUT(x) (2*(x)+1)
const int LARGE_COST = 10000;
ostream& operator<<(ostream& out, const vi& v)
{
for (in... | [
"mayah@mayah.jp"
] | mayah@mayah.jp |
650c27721a016095b964b2c24c75261215ae9007 | 46a1bfb511c488f85cc5d030ac5824b3c4995f66 | /Source/PyramidGame/Litetspel_Horus_Pyramid/Litetspel_Horus_Pyramid/Chain.h | 986695cc13f4846a6d24e912b15e975dca5a22c2 | [] | no_license | 0Oskar/G4_HillClimber | 43086ae0d26ca508acf13cd941dcf6ba6db13dee | 34dbcfd1be6b470308c0f1f19f0634aed3625193 | refs/heads/development | 2023-08-17T12:15:51.808041 | 2023-08-05T15:03:46 | 2023-08-05T15:03:46 | 251,297,246 | 2 | 0 | null | 2020-06-03T00:22:20 | 2020-03-30T12:26:17 | C++ | UTF-8 | C++ | false | false | 935 | h | #pragma once
#include "GameObject.h"
#define NR_OF_CHAIN_LINKS 128
class Chain
{
private:
bool m_visible;
bool m_shooting;
bool m_retracting;
Timer m_timer;
std::vector<GameObject*>* m_chainGObjects;
std::vector<bool> m_retractedLinks;
int m_nrOfUnretractedLinks;
GameObject* m_hookGObject;
GameObject* m_gau... | [
"medoosman@outlook.com"
] | medoosman@outlook.com |
2d0ac43f098bdf62be7402dd14eabc5830ba92da | 40ae1b4dd9c8bb8afe70b32994219dea18fd40af | /lib/src/resource/make.h | 8397662fa41cccb1266f67280cbedf3a64b7786d | [
"Apache-2.0"
] | permissive | gejza/xcdev | 817fe25462e8d3ed1bc032123da464eedc3d1f2e | 769b4f84bfb3e0972cc2aa743a0f70d271add138 | refs/heads/master | 2021-01-10T20:51:28.090672 | 2011-02-20T21:31:26 | 2011-02-20T21:31:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,442 | h | /*
File name: cbmake.h
Date: 2010/12/05 21:07
Subversion: $Id: $
Author: Milan Dunghubel <milan@mfis.cz>
Copyright (C) 2010 Milan Dunghubel <milan@mfis.cz>
*/
#ifndef _XC_CBMAKE_H_
#define _XC_CBMAKE_H_
#pragma once
#include <memory>
#include "cbdef.h"
class DBMake_t;
enum TableId_t
{
... | [
"gejza@gejza.net"
] | gejza@gejza.net |
2eb6aa9132fd0fd4b49550bb00964ef5d2c3b8f5 | a1d860da5b160fa48b8ab62ea204e1cae6655c61 | /SampleEnclave4CUDA/StorageEnclave/StorageEnclave.cpp | baec2b366d23db1c0f4019d3e902a4c40a328774 | [] | no_license | ECS-251-W2020/final-project-group-4 | 813584f4812dbf8b37742e84d57df480b371bebf | 1e5755b158585cfe810c4a9b9ce9768da831923c | refs/heads/master | 2021-01-06T05:51:49.278306 | 2020-03-16T02:33:45 | 2020-03-16T02:33:45 | 241,226,884 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,657 | cpp | #include "StorageEnclave_t.h"
#include "sgx_trts.h"
#include "../CUDADemo/constant.h"
unsigned char my_secret_arr[AES_NB] = {0};
unsigned char my_exp_key[AES_EXP_NB] = { 0 };
const unsigned char box_enclave[256] = {
// 0 1 2 3 4 5 6 7 8 9 a b c d e f
0x63... | [
"linmx0130@gmail.com"
] | linmx0130@gmail.com |
257e109cc0bc6baba7d73ddad1c0a57259d9f6f6 | d40efadec5724c236f1ec681ac811466fcf848d8 | /branches/Launcher_5_5/TabMOD.h | 198cb2c57e1e21c2b40eba9a713bc0922ca5ea88 | [] | no_license | svn2github/fs2open | 0fcbe9345fb54d2abbe45e61ef44a41fa7e02e15 | c6d35120e8372c2c74270c85a9e7d88709086278 | refs/heads/master | 2020-05-17T17:37:03.969697 | 2015-01-08T15:24:21 | 2015-01-08T15:24:21 | 14,258,345 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,991 | h | #if !defined(AFX_TABMOD_H__FB07B738_1087_4CB8_81B2_69E9FCC068FE__INCLUDED_)
#define AFX_TABMOD_H__FB07B738_1087_4CB8_81B2_69E9FCC068FE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TabMOD.h : header file
//
#include <string>
/////////////////////////////////////////////////////////////////... | [
"taylor@387891d4-d844-0410-90c0-e4c51a9137d3"
] | taylor@387891d4-d844-0410-90c0-e4c51a9137d3 |
ffa815ce6cc0de319fff1413ad581dffa5330be7 | cf7e0b065f3edbb38b4d8bdf4d63d51fc3b0106f | /src/ocio/src/core/Mutex.h | 421ad29f59f0253cdb978d75ad5b4fde2b46c722 | [
"BSD-3-Clause",
"MIT",
"Zlib"
] | permissive | appleseedhq/windows-deps | 06478bc8ec8f4a9ec40399b763a038e5a76dfbf7 | 7955c4fa1c9e39080862deb84f5e4ddf0cf71f62 | refs/heads/master | 2022-11-21T07:16:35.646878 | 2019-12-11T19:46:46 | 2020-07-19T08:57:23 | 16,730,675 | 5 | 8 | null | 2020-07-19T08:57:25 | 2014-02-11T12:54:46 | C++ | UTF-8 | C++ | false | false | 4,229 | h | /*
Copyright (c) 2003-2010 Sony Pictures Imageworks Inc., et al.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of co... | [
"franz@appleseedhq.net"
] | franz@appleseedhq.net |
d6396a9f479955e4ed86937e7158790955ed26bd | 2bcf5e8abe74cd6bad2d0c14c8a4a2527a085bb7 | /devel/include/canbus/candata.h | 8cdd709f1def7ada403eb10b1b34893215929b84 | [] | no_license | mr-d-self-driving/ROS_Intell_Driving | 2b05efd336a82cce9e3a1d7d4aab137d36f44a57 | 1781959b4c447ce8369f3fd2bb82f3708daee8cc | refs/heads/master | 2022-01-12T15:54:23.729563 | 2019-06-11T10:01:02 | 2019-06-11T10:01:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,941 | h | // Generated by gencpp from file canbus/candata.msg
// DO NOT EDIT!
#ifndef CANBUS_MESSAGE_CANDATA_H
#define CANBUS_MESSAGE_CANDATA_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.h>
... | [
"dengzhongw@126.com"
] | dengzhongw@126.com |
68fb674252569f9c147984987471c270abfa6c67 | 0025ed85a2b651749025fd31c7c837c21fc5fe3a | /PA5/pa5list.cpp | 87a557003864a7eb06e61cc864beb4f0f96f264f | [] | no_license | Annieli0717/USC-CSCI455x-Programming-Systems-Design | 940b71baf663f29053fdfe61cfd9ec57167711b6 | 54e0d88a2a92241d9d558a46eb9fc2c0d6cccf0b | refs/heads/master | 2020-05-26T11:13:53.299487 | 2019-09-16T21:10:37 | 2019-09-16T21:10:37 | 188,212,474 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,549 | cpp | // Name: Dunxuan Li (Annie)
// USC NetID: dunxuanl
// CS 455 PA5
// Spring 2019
// pa5list.cpp
// a program to test the linked list code necessary for a hash table chain
// You are not required to submit this program for pa5.
// We gave you this starter file for it so you don't have to figure
// out the #include stu... | [
"noreply@github.com"
] | noreply@github.com |
0715e96633f1eed43ecacf2655500122e423df57 | ab55b51d139b480ee094b8f124af53e29fb011f9 | /common function/common_function.cpp | 87abfcdc1c59c4b76b8450ee0cf131916f380627 | [] | no_license | benson-zhang-sjtu/Leetcode | 732f36748444f9237ac8eebaf60d50348f3d735c | 6b7d1c46a7765fa20dc6d6898ecd1ed4f856e4a0 | refs/heads/master | 2021-01-12T12:20:06.000751 | 2016-11-14T07:06:14 | 2016-11-14T07:06:14 | 72,438,749 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 450 | cpp | #include<string>
#include<vector>
#include<sstream>
// String Split Function from Evan Teran. http://stackoverflow.com/questions/236129/split-a-string-in-c
void split(const string &s, char delim, vector<string> &elems)
{
stringstream ss;
ss.str(s);
string item;
while (getline(ss, item, delim))
{
elems.push_back... | [
"150576806@qq.com"
] | 150576806@qq.com |
d4c445f04fb098235dc9c27100e930fd0783f2cb | a3b306df800059a5b74975793251a28b8a5f49c7 | /Graphs/LX-2/molecule_otsu = False/BioImageXD-1.0/vtkBXD/Processing/vtkExtTIFFReader.h | 3085fae4c89f59de0f383badbece169fd1f68aa0 | [] | no_license | giacomo21/Image-analysis | dc17ba2b6eb53f48963fad931568576fda4e1349 | ea8bafa073de5090bd8f83fb4f5ca16669d0211f | refs/heads/master | 2016-09-06T21:42:13.530256 | 2013-07-22T09:35:56 | 2013-07-22T09:35:56 | 11,384,784 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,798 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkExtTIFFReader.h,v $
Language: C++
Date: $Date: 2003/11/04 21:26:04 $
Version: $Revision: 1.28 $
Copyright (c) 1993-2001 Ken Martin, Will Schroeder, Bill Lorensen
All... | [
"fede.anne95@hotmail.it"
] | fede.anne95@hotmail.it |
8cc8a0ab618dfbdcea1d3c27db05fc053e1f28e5 | b53f1953f5520e5208f34bb87d42d86ead33dba6 | /src/Platform/Code/FactoryTool/GLAVS1A_IMEI_CODING_V0.20/Message.h | 66ba3f5edef16925a01a9cca3316d5419d0206d1 | [] | no_license | Jonkoping/data | e01b2ded3335742165ea3feb9c06e0d111ab5fb7 | 03de309b5f7998f394b2ed1d8b0bc0114ca686f3 | refs/heads/master | 2020-06-30T18:24:29.032625 | 2018-01-04T09:18:55 | 2018-01-04T09:18:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,312 | h | #if !defined(AFX_MESSAGE_H__AC5068A9_1F8E_451D_AFB1_FFDEA02CF34F__INCLUDED_)
#define AFX_MESSAGE_H__AC5068A9_1F8E_451D_AFB1_FFDEA02CF34F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Message.h : header file
//
#include "Label.h"
////////////////////////////////////////////////////... | [
"faulfish@gmail.com"
] | faulfish@gmail.com |
cab6bca4eea5be100186e997cd577633e7a04b3e | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/smatsmatsub/MIbMIa.cpp | 190d25c414e62d7c9a4f84bdf976dd55aa281a44 | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,922 | cpp | //=================================================================================================
/*!
// \file src/mathtest/smatsmatsub/MIbMIa.cpp
// \brief Source file for the MIbMIa sparse matrix/sparse matrix subtraction math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// This f... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
32396f65214b91726694246524432d735eabd2ce | a162fdf1ccbb98ca9ddac790a087dc5c95e3fd43 | /include/entity/light.h | e3d1db894f8f7afb0d7ba3abe4940bdeda6b94d9 | [
"MIT"
] | permissive | tobiasbu/raytracer | 3f9c7a8eb516d3486d34b1a3ff44517c7b01b045 | bc1db0c6aea504b2dc59520fe6245d523fb11ffa | refs/heads/master | 2021-01-19T11:04:05.608699 | 2018-03-06T12:44:14 | 2018-03-06T12:44:14 | 87,923,949 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,855 | h |
#ifndef _LIGHT_H_
#define _LIGHT_H_
#include "render/color.h"
#include "math/vec3.h"
#include "math/mat4.h"
#include "entity/transform.h"
#include "math/mathdef.hpp"
class Light : public Transform
{
public:
float intensity; // fallof
Color color;
int type = 0;
Light()
:
color(Color::white),
intensity(0... | [
"flamenco.bluegrass@gmail.com"
] | flamenco.bluegrass@gmail.com |
aa310cc58ec0eba67ee8662b25aa9350ff6ef331 | b82e39723d9addefbee5231c6ba229049164a655 | /example-advanced/src/ofApp.cpp | a862870bbfb3d3a97f39bbea6ea9ff7d7bf280d3 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | shenhuashan/ofxSMTP | 031cfc9d1db96b5895447672c70e83891beda7b1 | 2ea7a7af8a70b57e6e6b42932b699f3fa043a98f | refs/heads/master | 2022-02-22T21:18:52.728193 | 2018-06-08T05:15:43 | 2018-06-08T05:15:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,020 | cpp | //
// Copyright (c) 2013 Christopher Baker <https://christopherbaker.net>
//
// SPDX-License-Identifier: MIT
//
#include "ofApp.h"
void ofApp::setup()
{
ofSetLogLevel(OF_LOG_VERBOSE);
// Register for SSL Context events.
ofSSLManager::registerClientEvents(this);
// Set the name of the recipient... | [
"me@christopherbaker.net"
] | me@christopherbaker.net |
abaef2cc8993419f58ca4f4e85acb415b20164b2 | f23e3c03faf1ad3b51e2ce30d79479c12bfdfe58 | /include/geneticalgorithm.hpp | 8230a5edc9707002911167007a7450c53134f2d3 | [
"MIT"
] | permissive | gitter-badger/headless-logic | 1bb70322c320f38d92cf8f9e16f91228a3de7d17 | 54b6b1f5893df4214eda0a7be9cb3d2490117259 | refs/heads/master | 2020-12-27T21:32:08.174819 | 2016-08-24T22:05:58 | 2016-08-24T22:05:58 | 66,503,937 | 0 | 0 | null | 2016-08-24T22:19:22 | 2016-08-24T22:19:22 | null | UTF-8 | C++ | false | false | 9,315 | hpp | /*
* Copyright 2016 Stoned Xander
*
* 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 agreed t... | [
"somerandomgamedev@gmail.com"
] | somerandomgamedev@gmail.com |
948880aa5156d31bbee90e8ba81b0cb87c15feec | 3b6b94633ceb2b386549759ce9f5eb3376c9cc8f | /Array/N3RepeatNumber.cpp | 22c011ab50e60edf365eab7331c12eb17cf62a8b | [] | no_license | UtkarshGupta12/InterviewBit | 990a7dd49856b17d6e5dfe57c3dd000a58333cf8 | 8525051eb592686462b8a62b0542274729671023 | refs/heads/main | 2023-06-05T23:43:28.624879 | 2021-06-26T11:55:53 | 2021-06-26T11:55:53 | 362,963,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,424 | cpp | #include <iostream>
#include <string>
#include <bits/stdc++.h>
using namespace std;
int MVA2(const vector<int> &A)
{
//Moore Voting Algorithm for N/2
int ME=A[0],count1=1,i=1;
while(i<A.size())
{
if(A[i] == A[i-1])
count1++;
else if(A[i]!=A[i-1])
count1--;
... | [
"noreply@github.com"
] | noreply@github.com |
8b4956d17cd20bc7c4ac95dc6189263562b05f31 | 04f51a5ff3f3228cad23d75599f7832a89b381df | /카카오/2020 KAKAO BLIND RECRUITMENT/가사 검색.cpp | 19db7267cd137c20241b0661dde6fa94422e677b | [] | no_license | thsgustlr0318/algorithm | 241fea5f6be7399a000262233533cc11708ca65d | f7cca5dd6b2f69223adebfc2d6299d13aedd3154 | refs/heads/master | 2021-02-12T03:46:41.521266 | 2020-05-06T15:38:18 | 2020-05-06T15:38:18 | 244,558,586 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,952 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include <unordered_map>
using namespace std;
vector<string> v[10001], vr[10001];
//이분 탐색
//정확성, 효율성 모두 통과
vector<int> solution(vector<string> words, vector<string> queries) {
vector<int> answer;
int wsize = words.siz... | [
"61684785+thsgustlr0318@users.noreply.github.com"
] | 61684785+thsgustlr0318@users.noreply.github.com |
8a6e1803e8f16808776a23a5a6bcbff91f8617e6 | 53d6b97a9432090454f683c210c78255a33da347 | /point.hpp | 3195d15a03b5d011a0d344eb34aafce59bf3bd7d | [] | no_license | Ligvest/SocobanQtOgl | 2df44a8bb30f3377c05067549ea2bd2aff1b2346 | d3e5339b10e22e56107b95bbf96ff8869413ebbc | refs/heads/master | 2020-05-27T21:03:13.098212 | 2019-06-07T12:40:22 | 2019-06-07T12:40:22 | 188,790,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | hpp | #ifndef POINT_HPP
#define POINT_HPP
class Point {
public:
Point(int iX, int iY);
int x() const;
void setX(int iX);
int y() const;
void setY(int iY);
Point operator-(const Point& rightPoint) const;
Point operator+(const Point& rightPoint) const;
private:
int iX... | [
"ligvesto@gmail.com"
] | ligvesto@gmail.com |
06c0352fde17494f0775b6a90edd760c473d395f | 0caf30e643f78229a7ef8742cc1d5386bc045ec1 | /programming-language/cpp/grid-service/NwfdMainApp/ProviderBase.h | 2dbb9fe156d2505921d06d5e496ce7d78ff4a395 | [] | no_license | AlexiaChen/Adrasteia | feb1957dd694f79315784000c6f73f35bc5ca18f | 1b9b29d5565a41250119e42c47aa0a4a588cef9c | refs/heads/master | 2020-11-29T11:59:50.580203 | 2018-09-09T10:49:10 | 2018-09-09T10:49:10 | 87,497,591 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,152 | h | /*************************************************************************
* Copyright (C), 2015,
* XXXXXXXXXXX Co.
* 文件名: ProviderBase.h
* 作 者: zhangl 版本:1.0 日 期:2015/05/08
* 描 述:缓存处理基类(接口)
* 其 他:
* 功能列表:
* 1. 定义缓存处理的基本操作方法
*
* 修改日志:
* No. 日期 作者 修改内容
* 1 2015/05/13 zhangl 添加Key-Value读写方法(for MemC... | [
"brainfvck@foxmail.com"
] | brainfvck@foxmail.com |
704e9c468a5c73db069b877b3bbb42f064271dcc | 0fccd1748ee7be55039e7bbfb4820197b5a85f0b | /2D Game Engine/2D Game Engine/MarkOfHunger.cpp | e10c74bf6b0334d998dc3423c51b32733a3a439d | [] | no_license | AustinChayka/C-Game | 11d297ac5fd38a280da4701ec16c5e18f8680c58 | 56bd96fddc38cb4bfca6f69c37748b1417a51d8a | refs/heads/master | 2022-02-13T02:39:14.724679 | 2019-05-30T22:10:43 | 2019-05-30T22:10:43 | 167,856,869 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 617 | cpp | #include "MarkOfHunger.h"
#include "Particle.h"
MarkOfHunger::MarkOfHunger() : Item("assets/Items/MarkOfHunger.png", "Mark of Hunger", "feed your soul") {}
MarkOfHunger::~MarkOfHunger() {}
void MarkOfHunger::OnKill(LevelManager * game, Player * p, GameObject * go) {
if(rand() % 3 == 0) {
p->Heal(1);
Particle... | [
"austinchayka@gmail.com"
] | austinchayka@gmail.com |
484e4864f1a965411f626116eae3985f9564c0fd | 86542fb3d5cd67dd9db3321ce93fc08fb9836cd5 | /include/opengm/inference/lp_inference.hxx | 0e1877aedf5f34e610b3da3b6fdd8739646bb643 | [
"MIT"
] | permissive | herr-biber/opengm | b9df4a15b8a589ffcbc35f73f58ebd9f078275d1 | b4682520500b8fbe9f7b5ef008d162156d33b59c | refs/heads/master | 2021-01-24T23:00:07.914480 | 2013-11-21T15:53:20 | 2013-11-21T15:53:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,463 | hxx | #pragma once
#ifndef OPENGM_GENERIC_LP_INFERENCE_HXX
#define OPENGM_GENERIC_LP_INFERENCE_HXX
#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include "opengm/opengm.hxx"
#include "opengm/inference/visitors/visitor.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/datastructur... | [
"thorsten.beier@iwr.uni-heidelberg.de"
] | thorsten.beier@iwr.uni-heidelberg.de |
cf92f700e6ef11683c0e98fa92ecb712ff6faf1d | 9946a1c6e1291de309a8882891ca7fe42355710d | /src/parser.cpp | c7a84bbe3448e358e12f6d3e80e76a95452c0177 | [] | no_license | kirbisity/carNoiseFinder | 139b213ec792250fd1d90a97a716918a4a18b095 | 2a8b7e9f38c2f3e17fba006a5d3f17c1d1209159 | refs/heads/master | 2020-06-11T15:37:00.549721 | 2019-10-20T21:32:48 | 2019-10-20T21:32:48 | 194,012,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | cpp | #include <sstream>
#include <vector>
#include <string>
/* in current directory */
#include "parser.h"
using namespace std;
vector<double> parse_tabs(string line) {
std::vector<double> tabs;
vector<string> items = split(line);
for (vector<string>::const_iterator i = items.begin(); i != items.end(); ++i) {
double ... | [
"zhuy11@rpi.edu"
] | zhuy11@rpi.edu |
f66a9d291d5b6ce6d4fe22062126fded9d521a27 | be0204c1b95839adee1ad204be022be38e32e2d6 | /Programmers/자물쇠와 열쇠.cpp | 57d3ff908b9e7018afc14f3e09dc57fada6c19e6 | [] | no_license | tlsdorye/Problem-Solving | 507bc8d3cf1865c10067ef2e8eb7cb2ee42e16dd | 5c112d2238bfb1fc092612a76f10c7785ba86c78 | refs/heads/master | 2021-06-12T19:19:19.337092 | 2021-04-23T06:39:43 | 2021-04-23T06:39:43 | 179,432,390 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,945 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <stack>
using namespace std;
vector<vector<int>> rotate(vector<vector<int>>& key);
void print(vector<vector<int>>& map);
bool check(vector<vector<int>>& map, vector<vector<int>>& key, int x, int y, int N);
bool solution(vector<vect... | [
"tlsdorye@gmail.com"
] | tlsdorye@gmail.com |
462fa9f66728e67254badcb1f8ec734cc4e43e74 | 58457320f8ecc206f5c37a84fdeae32f2d8b692f | /SecondPushButton.cpp | 57896975ec1878a7de49f18754f792e9eebaec86 | [] | no_license | freedomgll/DeskCallQt | 9dcffbe3f06537cf0b335453cdd1f371f3302f9c | cb5b1598cda1e65b372c341222c0eec15b5f36f1 | refs/heads/master | 2021-01-18T14:01:30.900037 | 2015-08-12T09:48:39 | 2015-08-12T09:48:39 | 39,882,671 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,312 | cpp | #include "SecondPushButton.h"
#include "FirstPushButton.h"
#include <QMessageBox>
#include <QtDebug>
SecondPushButton::SecondPushButton(void)
{
}
SecondPushButton::SecondPushButton(const QString & text, QString businessId, const QRect & rect, DeskCallQT * parent):CoderPushButton(text, rect, parent)
{
this->busine... | [
"freedomgll@163.com"
] | freedomgll@163.com |
39647b9606042e9148402b385fbc5e529999f387 | da50cb2f2da79a0f9503d57f685d070543402311 | /Source/CoopGame/Public/SHealthComponent.h | 8298c5479807290144cbfbbca568e37e53b3364c | [] | no_license | vsensu/CoopGame | d9831951e79b63d7f764f8b9fe613f05fcea9a25 | 02961ef871cbf7996d6818b13c94bcb6cf68bdfa | refs/heads/master | 2022-10-27T11:46:24.822795 | 2020-06-09T06:50:26 | 2020-06-09T06:50:26 | 267,760,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,245 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "SHealthComponent.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_SixParams(FOnHealthChangedSignature, USHealthComponent*, HealthComp, float, ... | [
"vsensu@foxmail.com"
] | vsensu@foxmail.com |
6058d43c3fd909898abf19a33ecb0fe385a8285c | 57a2ff675497083c6c126279d64da6caf10e1022 | /include/RE/BSResource/Info.h | 81ab6bb475ad050eb804f91932710700fb7f86b3 | [
"MIT"
] | permissive | lfrazer/CommonLibVR | be07b8837034e069addae3309da872bb606bd585 | 0fabedac02c4d97b7d54199098561be8c0c666ef | refs/heads/master | 2021-12-30T23:04:52.654616 | 2021-09-26T18:39:22 | 2021-09-26T18:39:22 | 252,837,323 | 7 | 7 | MIT | 2021-05-08T17:53:09 | 2020-04-03T20:45:36 | C++ | UTF-8 | C++ | false | false | 248 | h | #pragma once
namespace RE
{
namespace BSResource
{
struct Info
{
public:
// members
FILETIME modifyTime; // 00
FILETIME createTime; // 08
LARGE_INTEGER fileSize; // 10
};
STATIC_ASSERT(sizeof(Info) == 0x18);
}
}
| [
"ryan__mckenzie@hotmail.com"
] | ryan__mckenzie@hotmail.com |
daaa0a13aa163ede36bac38d824459892b879cec | 8a2e417c772eba9cf4653d0c688dd3ac96590964 | /prop-src/setltype.cc | 39f66c50d6bf929478b0d17220a18817abb01551 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | romix/prop-cc | 1a190ba6ed8922428352826de38efb736e464f50 | 3f7f2e4a4d0b717f4e4f3dbd4c7f9d1f35572f8f | refs/heads/master | 2023-08-30T12:55:00.192286 | 2011-07-19T20:56:39 | 2011-07-19T20:56:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,964 | cc | ///////////////////////////////////////////////////////////////////////////////
// This file is generated automatically using Prop (version 2.4.0),
// last updated on Jul 1, 2011.
// The original source file is "..\..\prop-src\setltype.pcc".
///////////////////////////////////////////////////////////////////////////... | [
"aaronngray@gmail.com"
] | aaronngray@gmail.com |
84104d1e1b3357829e1657394372afdf159b0178 | 3ad968797a01a4e4b9a87e2200eeb3fb47bf269a | /MFC CodeGuru/tools/odbc_classgen/W/VCP/FastTest/FastTestView.h | cfb7e74f35a87f9343c5b69f23d8ffe3d9cc9cc3 | [] | no_license | LittleDrogon/MFC-Examples | 403641a1ae9b90e67fe242da3af6d9285698f10b | 1d8b5d19033409cd89da3aba3ec1695802c89a7a | refs/heads/main | 2023-03-20T22:53:02.590825 | 2020-12-31T09:56:37 | 2020-12-31T09:56:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,753 | h | // FastTestView.h : interface of the CFastTestView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FASTTESTVIEW_H__7137DC99_B77C_11D1_AE72_0004AC31E75C__INCLUDED_)
#define AFX_FASTTESTVIEW_H__7137DC99_B77C_11D1_AE72_0004AC31E75C__INCLUDED_
#if _MSC_VER >= 1000
#... | [
"pkedpekr@gmail.com"
] | pkedpekr@gmail.com |
b38c90b09967d05387ef94b5c859f981400c6cb1 | 95626140b639c93a5bc7d86c5ed7cead4d27372a | /Online Judge/HackerRank/Sherlock and Array.cpp | 6aab97fb4ebb7f802135e58e39aa80b51eea3fb5 | [] | no_license | asad-shuvo/ACM | 059bed7f91261af385d1be189e544fe240da2ff2 | 2dea0ef7378d831097efdf4cae25fbc6f34b8064 | refs/heads/master | 2022-06-08T13:03:04.294916 | 2022-05-13T12:22:50 | 2022-05-13T12:22:50 | 211,629,208 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,094 | cpp | #include <bits/stdc++.h>
using namespace std;
string ltrim(const string &);
string rtrim(const string &);
vector<string> split(const string &);
// Complete the balancedSums function below.
string balancedSums(vector<int> arr) {
int cm[arr.size()+5];
for(int i=0;i<arr.size();i++){
if(i==0){
cm[i]=arr[i]... | [
"asad.shuvo.cse@gmail.com"
] | asad.shuvo.cse@gmail.com |
7b06942a85b29cc538ba9cbf78fe0a7ef5eca062 | 054edeb9e6e6c2d112d19af2ebe07b2e0c6c04b0 | /Micelle/include/CloudGenerator.h | 4d32a0cff000751474969015d250d52b024d7881 | [] | no_license | YuryUoL/DataSkeletonization | b6873d59c42bd1d42e517af153491c425cd0e95c | fd181dc076662d25a84a76dd067e343498206474 | refs/heads/master | 2020-03-31T21:28:14.359241 | 2019-03-15T12:42:54 | 2019-03-15T12:42:54 | 152,581,810 | 0 | 1 | null | 2018-11-19T10:07:09 | 2018-10-11T11:37:56 | C++ | UTF-8 | C++ | false | false | 320 | h | #ifndef CLOUDGENERATOR_H
#define CLOUDGENERATOR_H
#include "Definitions.h"
#include "Graph.h"
class CloudGenerator
{
public:
CloudGenerator();
static void generatePoints(int n, MyGraphType & G, double epsilon, std::list<Point> & points);
protected:
private:
};
#endif // CLOUDGENERATOR_H
| [
"yura.elkin@gmail.com"
] | yura.elkin@gmail.com |
6d016d68ee3475b6edfcedffe584b68b73b7f3f3 | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.009/CC5H10OOH-B | 0ad74b9d185f0f7857aa19a185a907d826e6d578 | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
7988c1ec8e42adaa7cb0013284f5bf8c4eaa9180 | ea065794fe1b35dbc7923d539b4f85bd41277c2b | /n_queens.cc | 2386b4de07dc5444a7f61e39bf8ce4e2e2b819d5 | [] | no_license | sergiovasquez122/EPI_SOLUTIONS | 6e93e98ad8b0c3b8e0e162f5e8c04b7a6b24f47f | 6e39cf2a981d34516fd1037d0ce3c65d0ebb4133 | refs/heads/master | 2022-12-09T17:55:48.066759 | 2020-08-15T01:33:50 | 2020-08-15T01:33:50 | 268,199,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | cc | #include <algorithm>
#include <iterator>
#include <vector>
#include "test_framework/generic_test.h"
using std::vector;
bool is_valid(vector<int>& partial, int candidate, int row){
for(int i = 0;i <= row - 1;++i){
if(candidate == partial[i] || std::abs(candidate - partial[i]) == row - i){
retur... | [
"sergiovasquez122@gmail.com"
] | sergiovasquez122@gmail.com |
b19f7e9aeb6cf9a7d64c9c606d042b3e4ad41a7c | 7d1fa8db4712a57a2cab77a0d44340adbffbbdf6 | /GPU_Programming_Assignment/cDirectionalLight.h | 532a817195b2e04abaffcfe8594935f4baa9b086 | [] | no_license | ben-kiddie/GPU-Programming-Assignment | f02a5ce15c1d1f8c414a3c24950a62f7d0c64930 | a4914d49671325ea332102731059ec4042d0cd80 | refs/heads/master | 2023-08-16T02:29:13.976294 | 2021-10-11T15:00:58 | 2021-10-11T15:00:58 | 354,562,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475 | h | #pragma once
#include "cLight.h"
class DirectionalLight : public Light
{
public:
DirectionalLight();
DirectionalLight(GLfloat red, GLfloat green, GLfloat blue,
GLfloat ambIntensity, GLfloat diffIntensity,
GLfloat xDirection, GLfloat yDirection, GLfloat zDirection);
~DirectionalLight();
void UseLight(GLuint a... | [
"76003977+ben-kiddie@users.noreply.github.com"
] | 76003977+ben-kiddie@users.noreply.github.com |
881011b2897260c46e031f813734aceb72672439 | 21dd1ece27a68047f93bac2bdf9e6603827b1990 | /VizKit-2 2.3/source/VisualObjectData.cpp | 15b0fe05fa431eed37365738739924ea9a156126 | [] | no_license | LupusDei/8LU-DSP | c626ce817b6b178c226c437537426f25597958a5 | 65860326bb89a36ff71871b046642b7dd45d5607 | refs/heads/master | 2021-01-17T21:51:19.971505 | 2010-09-24T15:08:01 | 2010-09-24T15:08:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,278 | cpp | /*
* Project: VizKit
* Version: 2.3
* Date: 20090823
* File: VisualObjectData.cpp
*
*/
/***************************************************************************
Copyright (c) 2004-2009 Heiko Wichmann (http://www.imagomat.de/vizkit)
This software is provided 'as-is', without any expressed or implied warra... | [
"dougbradbury@doug-mbp15.local"
] | dougbradbury@doug-mbp15.local |
7fa69f37669371d0bb6980a8a0837ac01def031e | c1d4b3313aa6e48bebfeb4e3cfb7b5eeb54ced86 | /windows/cpp/samples/enc_mp4_avc_aac_push/stdafx.h | a233703f20cbec0ad838f3bdcdb9f1b66316d523 | [
"MIT"
] | permissive | avblocks/avblocks-samples | 447a15eed12d4ac03c929bc7b368fe37fadc0762 | 7388111a27c8110a9f7222e86e912fe38f444543 | refs/heads/main | 2021-06-04T13:41:30.387450 | 2021-02-01T00:28:09 | 2021-02-01T00:28:09 | 334,783,633 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 511 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <string>
#include <iostream>
#include <fstream>
#include <ss... | [
"vkantchev@users.noreply.github.com"
] | vkantchev@users.noreply.github.com |
bdab3fdeffd05180d603fb7df4de2ec1a80176a2 | 1acaecec96efccb227b9fec39d1925dd17795928 | /Apresentacao/Paginas/Logado/CadastrarNovoProduto.cpp | 042795210de47f19a8f31e202af9b969321bafb1 | [] | no_license | SAMXPS/TP1-UnB | 45648feb2b14788c97f48a3cc1a4197b0217263a | bb47138226f5b514aa9130c9ff820214f3732dac | refs/heads/master | 2023-01-29T10:23:07.944702 | 2020-12-04T02:01:19 | 2020-12-04T02:01:19 | 293,830,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,055 | cpp | #include "../../Paginas.h"
#include <string.h>
Pagina* CadastrarNovoProduto::mostrar(GerenciadorDePagina* apresentador) {
Pagina* next = new PaginaInicialLogado(usuario);
std::string CODIGO_DE_PRODUTO, CLASSE, EMISSOR, PRAZO, DATA, TAXA, HORARIO, VALOR_MINIMO;
apresentador->escreveNoCentro("Cadastrar nov... | [
"bsbcraftplays@gmail.com"
] | bsbcraftplays@gmail.com |
45b72820b5c4e7fe09f04c6cf34982cda521d717 | 1664303ee9ca94a2d72a4a6b5aa567f569de8e25 | /ArkDll/ArkLib.h | 1976b17732b11f179f95b26be8ced6162baf9fc2 | [] | no_license | laikun81/WpfApplication1 | 8c68fcfbf0893a76a04ee7a06ab63e5b1b09d192 | 2cd53ac229c7b2154ba555fa5acf8c0d76dbc37c | refs/heads/master | 2021-01-25T10:00:31.983636 | 2016-01-23T16:33:08 | 2016-01-23T16:33:08 | 42,751,536 | 0 | 0 | null | 2016-01-23T16:33:09 | 2015-09-18T23:24:36 | C# | UHC | C++ | false | false | 13,331 | h | ////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// Ark Library Wrapper class
///
/// @author parkkh
/// @date Thursday, January 07, 2010 11:18:16 AM
///
/// Copyright(C) 2008-2011 Bandisoft, All rights reserved.
///... | [
"laikun81@gmail.com"
] | laikun81@gmail.com |
73e807b96d6354f32c01b626120c2deb5af8d652 | 60f8e23f9b3a1787ee9ccd98ac40b0993846a9e7 | /GameProject/OpenGL/ClearEffect.h | 2376c3aad6e629202d821498408184380ead3ec6 | [] | no_license | reo1316hw/GameWork | d85ea08f886b67c4c44acc7863ce556a13040c6c | 8732acb1ae4252d68713d07099172d628b11d393 | refs/heads/main | 2023-07-17T21:51:24.254196 | 2021-08-30T17:43:17 | 2021-08-30T17:43:17 | 362,292,162 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 734 | h | /*
@brief プリプロセッサ
*/
#pragma once
/*
@brief インクルード
*/
class ClearEffect : public ParticleEffectBase
{
public:
/*
@fn コンストラクタ
@param _pos クリアエフェクトの生成場所
@param _vel クリアエフェクトの速度
@param _objectTag アタッチしたゲームオブジェクトのタグ
@param _sceneTag シーンのタグ
*/
ClearEffect(Vector3 _pos, Vector3 _vel, const Tag& _objectTag ,SceneB... | [
"leohattori@icloud.com"
] | leohattori@icloud.com |
8ce30f14b330c0404cc2116ad87c73cf66606dbe | 4005eca13ea7e1a635cd2396a1a0eaee2c0bcbc0 | /tasks/tbb_overhead.cpp | 5d765150ed292f1284f9c511e11fa7dbfc125faa | [
"BSL-1.0"
] | permissive | sithhell/hpxbenchmarks | 9d2fe566373faab007d571953326cade63721703 | 3687081a1bab5ffa872576f4ff8267f32d4fcc85 | refs/heads/master | 2021-05-14T04:59:09.483841 | 2018-08-11T14:01:23 | 2018-08-11T14:01:23 | 116,657,438 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | // Copyright (c) 2017-2018 Thomas Heller
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <benchmark/benchmark.h>
#include <tbb/tbb.h>
#include <support/dummy.hpp>
static void function_call_overhead(b... | [
"thomas.heller@cs.fau.de"
] | thomas.heller@cs.fau.de |
727ecd57d0082f883bbad100d586ae196da59b8c | 75807296ab0ad2cc3a173d6a759985207ef5d24d | /arithmetic/1048.cpp | 2c3a3f7ce1f6fc82d5939be4593919a958cc1f35 | [] | no_license | p719967821/algorithm | af81a07efaa1ce2adc5a13c9d52523799acb8442 | a02bd4a64b2a2596cdd3227b9c5229e0b77b7834 | refs/heads/master | 2021-03-20T13:36:47.306631 | 2020-03-14T14:06:18 | 2020-03-14T14:06:18 | 247,210,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | cpp | /**矩阵连乘**/
#include <iostream>
#define N 101
using namespace std;
int n;
int row[N];//每个矩阵的行
int col[N];//每个矩阵的列
int s[N][N];//记录最少的次数
void dp();
int main()
{
cin >> n;
for(int i = 0; i < n; i++)
{
cin >> row[i] >> col[i];
}
dp();
cout << s[0][n-1] << endl;
return 0;
}
void dp(... | [
"p719967821@163.com"
] | p719967821@163.com |
52b09468911186ba91cb2a6e54591c717f20fcd6 | 1b06d5bf179f0d75a30a4b020dd88fc5b57a39bc | /Repository/Aspic/spi_monitor.cp | bad914d8d3fc5d16e951470a498dbcf21179322b | [] | no_license | ofirr/bill_full_cvs | b508f0e8956b5a81d6d6bca6160054d7eefbb2f1 | 128421e23c7eff22afe6292f88a01dbddd8b1974 | refs/heads/master | 2022-11-07T23:32:35.911516 | 2007-07-06T08:51:59 | 2007-07-06T08:51:59 | 276,023,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 86,504 | cp | /*
SpiFcp Channel activity monitor
William Silverman
Last update by $Author: bill $
$Date: 2006/06/27 05:30:38 $
Currently locked by $Locker: $
$Revision: 1.29 $
$Source: /home/bill/Repository/Aspic/spi_monitor.cp,v $
Copyright (C)... | [
"bill"
] | bill |
86553a230f372d90ccd00722cb96cabcf82a1a83 | 0841c948188711d194835bb19cf0b4dae04a5695 | /mds/sources/center/src/centermdsmanager.cpp | 66afa956be9567134a17f36c1ffe528ac247847b | [] | no_license | gjhbus/sh_project | 0cfd311b7c0e167e098bc4ec010822f1af2d0289 | 1d4d7df4e92cff93aba9d28226d3dbce71639ed6 | refs/heads/master | 2020-06-15T16:11:33.335499 | 2016-06-15T03:41:22 | 2016-06-15T03:41:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,727 | cpp | #include "centermdsmanager.h"
CenterMdsManager::CenterMdsManager() {
buffer_ = new uint8_t[0x10000];
buffer_len_ = 0x10000;
db_backup_count_ = DEFAULT_BACKUP_COUNT; // mds backup count, include itself
}
CenterMdsManager::~CenterMdsManager() {
Clear();
if ( buffer_ ) {
delete [] buffer_;
... | [
"greatmiffa@gmail.com"
] | greatmiffa@gmail.com |
b59330533c58091e1006616b872064f3c3bc362b | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5688567749672960_0/C++/gawarkiewicz/solution.cpp | 3adb842b91c4ff15a5fbcb1a51bca1492ec315ba | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,401 | cpp | #include <iostream>
#include <vector>
#include <map>
#include <queue>
#include <tuple>
using namespace std;
long long rev(long long num)
{
long long ret = 0;
while (num)
{
ret = ret * 10 + (num % 10);
num /= 10;
}
return ret;
}
map<long long, int> brute()
{
map<long long, int> m;
que... | [
"root@debian"
] | root@debian |
9ed4f8cc291b3331538f97e7aa3b22215a021e95 | dfd13ecff989c05937dc875fd910c3d1ba33ced8 | /include/wx/dlimpexp.h | b745fe6fe70c2569d24ef03c210c176dc3ee329c | [] | no_license | thevisad/deps-wxWidgets | b306f3a0abce654ded29594014e1dc13e5f57823 | 56c92c2e17c7f361748bf1f52519b132e2cac33e | refs/heads/master | 2021-01-16T20:47:07.548645 | 2013-10-23T17:41:15 | 2013-10-23T17:41:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,090 | h | /*
* Name: wx/dlimpexp.h
* Purpose: Macros for declaring DLL-imported/exported functions
* Author: Vadim Zeitlin
* Modified by:
* Created: 16.10.2003 (extracted from wx/defs.h)
* Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
* Licence: wxWindows licence
*/
/*
This is a C... | [
"admin@rajko.info"
] | admin@rajko.info |
99e87a1cd607da1f7ca52899b0bb70d711a71cc9 | 8a1a2fdd8fe6a1e6625d4fa4d28013be829856a2 | /hw5/main_window.cpp | 9e2467a188ff2f7559130b7b6b25eb5b53ec21dd | [] | no_license | bkwsuper24/Brian_Wang_Projects | dd3b11d6ce84fff85a693ec89171c399fd185196 | 19e1e20f34b8954b2ff6b677c2b53082b9b507b2 | refs/heads/master | 2021-01-10T14:18:50.476023 | 2015-10-26T10:03:42 | 2015-10-26T10:03:42 | 44,517,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,596 | cpp | #include "main_window.h"
#include "datastore.h"
#include "db_parser.h"
#include "product_parser.h"
#include "util.h"
#include <sstream>
#include <iostream>
#include "msort.h"
#include <fstream>
Main_Window::Main_Window(std::string ifile)
{
parser.addProductParser(new ProductBookParser);
parser.addProductParser(ne... | [
"briankwa@usc.edu"
] | briankwa@usc.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.