blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ee9a08d8024d0d9c13bec8c62b60209b87d73f8 | 6f460a74aec561106fe1e31d24501b8713686239 | /problems/2720.cpp | 8a9b103497f557e46089ff66ed56af12260d9461 | [] | no_license | JVelezMed/caribbean-online-judge-solutions | 0d7a4423e5c340944aedca8134f3d9732fb71980 | 43929a7c90f26f0a1e254797dc1ed8f1f728417c | refs/heads/master | 2020-06-14T20:14:57.216235 | 2019-07-03T19:36:22 | 2019-07-03T19:36:22 | 195,113,656 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,860 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <math.h>
using namespace std;
int i,j,pos = 1;
int primes[168];
bool sieve[1001]; //determines which numbers are composite
//Modified Erathostenes Sieve
void build_sieve(int upperBound){
int limit = (int)sqrt(upperBound);
primes[0] = 2; //... | [
"vmjohnwes@yahoo.com"
] | vmjohnwes@yahoo.com |
729f1dbd4cd9b6e71c0f154c59bd50a773ec2240 | e110e0f375b325ff13c0fd3fe23c0b7299dd44c3 | /serial/tool.cpp | 966ee577ef4a41160f4eb5a16821f6250227f98f | [] | no_license | fatemedbghi/mobile-price-classification | 659baca9d230ca2e1c50816771ef97a9be3aadcd | 223903fc8074b9d7a3ef19805d6d705b90de2bea | refs/heads/master | 2023-02-12T22:09:52.606861 | 2020-12-13T20:15:43 | 2020-12-13T20:15:43 | 331,942,176 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,425 | cpp | #include "tool.h"
using namespace std;
vector<string> files(char* path)
{
struct dirent *de;
DIR *dr = opendir(path);
if (dr == NULL)
{
printf("Could not open current directory\n");
exit(1);
}
string str_path(path);
vector <string> dir(2, "");
while ((de = read... | [
"fatemehdbghiii@gmail.com"
] | fatemehdbghiii@gmail.com |
e052cfe8c2b761332ba8fceef0140364ffff159c | 6ec4087fb56ba7b33aada9b58a9aef80eb2de786 | /gamesdk/src/soap/serversRoutine.cpp | 2232c2e64ee59e7b6577cb10531d643f68761ef2 | [] | no_license | wangscript007/xg-sdk | 660d46fb8b66bb24676ea751630a5b2e461f74e3 | e027f2382ea71c59d8d87552cd005fb3a589537c | refs/heads/master | 2022-11-12T17:09:27.794713 | 2020-06-03T00:36:11 | 2020-06-03T00:36:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,406 | cpp | /*
* This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws)
* This file contains functions to manipulate complex type serversRoutine
*/
#include "serversRoutine.hpp"
#include <axis/AxisWrapperAPI.hpp>
/*
* This static method serialize a serversRoutine type of object
*/
int Axis_Serialize_se... | [
"dmver2@gmail.com"
] | dmver2@gmail.com |
daa649fa62d936d191676862cf947b83a5f532ad | 43ef1f7464e4dbaacb116176698c6c09daef3558 | /과제제출/API/Chese/Chese/Player.cpp | 782d19b8dab807e95116e482c74c9717da5ab68b | [] | no_license | Sicarim/UmDoYun | ab17b61c0679fb9cffb48863b152b1425c288745 | ec7f29025ee1b6d649a1a6fc97913c42081095eb | refs/heads/master | 2023-04-29T11:18:55.521613 | 2021-05-11T07:43:07 | 2021-05-11T07:43:07 | 207,284,540 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 8,846 | cpp | #include "Player.h"
#include "GameManager.h"
#include "BitMapManager.h"
//생성자
Player::Player()
{
m_Unit = NULL;
m_SelectRect = {0};
rcRect = {0};
Selecting = false;
tmp_Num = 0;
Current_Unit = 0;
}
//플레이어 구분을 위한 정보
void Player::set_Player_Num(int _num)
{
Player_Num = _num;
}
//플레이어 구분을 위한 정보
int Player::get_P... | [
"djawleh@naver.com"
] | djawleh@naver.com |
5e76efb3e696fc35d9377779858759da037787f9 | 8f3ef878f138146a9df34440103d45607afeb48e | /Qt/GraphicsView/engine/ScaleEdgeWidget.h | ed2d28b8839c5cf42dd6102b9cb58d19cec2303e | [] | no_license | afester/CodeSamples | aa67a8d6f5c451dc92131a8722f301d026f5a894 | 10a2675f77e779d793d63e973672548aa263597b | refs/heads/main | 2023-01-05T06:45:52.130668 | 2022-12-23T21:36:36 | 2022-12-23T21:36:36 | 8,028,224 | 10 | 11 | null | 2022-10-02T18:53:29 | 2013-02-05T11:57:35 | Java | UTF-8 | C++ | false | false | 630 | h | /**
* This work is licensed under the Creative Commons Attribution 3.0 Unported
* License. To view a copy of this license, visit
* http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
* Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
*/
#include <QWidget>
#ifd... | [
"Andreas.Fester@gmx.de"
] | Andreas.Fester@gmx.de |
e8060273bd8977d9aaa6bd883435a01a38933cea | a5671cbd258b71109fa4b414afde10fc992c585e | /include/algorithms/ising/metropolis.h | 3dd7458ee26e6c3c4d2089cb55869a105f91fe5c | [
"MIT"
] | permissive | TiarnaNaTuaithe/ising-graph | ba2cca93d0dab1c0a49b10d292a8f3f558437413 | 792c51f7330d77a692b71d1b0bd68b628bd23b6f | refs/heads/master | 2020-03-26T01:59:16.883120 | 2018-09-01T12:24:15 | 2018-09-01T12:33:08 | 144,391,453 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,697 | h | #pragma once
/**
@file
@brief This file contains a Metropolis algorithm implementation for the Ising
model
*/
#include <stdexcept>
#include <vector>
#include "../../mersenne.h"
namespace isinggraph::ising {
//! A Metropolis algorithm policy for the Ising model
class Metropolis {
public:
using site_type_t = int;
... | [
"faganjames93@gmail.com"
] | faganjames93@gmail.com |
0822781940aa7d490c6131394802af3249b86b05 | 8403738e873da6add2b5d32beb8105fe8d2e66cb | /C++ Primer plus/5_circulate-and-rel_exp/test/77.cpp | b3e1c62f56b8c47e6fefbb2004f653f159786e0f | [] | no_license | autyinjing/Cpp-learning | 415a9e9130c1d864b28b749e8a27935936a08234 | fea63fed9c124c6a4218c61ce455554a8d6f29e4 | refs/heads/master | 2021-01-19T01:52:59.513207 | 2017-04-21T10:18:22 | 2017-04-21T10:18:22 | 38,310,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,058 | cpp | /*
* =====================================================================================
*
* Filename: 77.cpp
*
* Description:
*
* Version: 1.0
* Created: 2014年08月26日 11时03分47秒
* Revision: none
* Compiler: gcc
*
* Author: Aut(yinjing), linuxeryinjing@gmai... | [
"autyinjing@126.com"
] | autyinjing@126.com |
954ad20c9cf045e04047afc96c3ee04885f7b1d2 | d4446dd5e3590110225ecff0d273c5effe2e5e76 | /solutions/dieSimulator.cpp | 567c1d3cc40d5cfa1cc7c0166726e19c91171885 | [] | no_license | realmelan/leetcode | 7f41dd4cadfe8e55cfbbee8d00c3a2683b74411b | e8d147908dac7e357a22af31921459ee9ed3c5dc | refs/heads/master | 2021-08-19T09:18:20.781322 | 2021-05-05T20:25:56 | 2021-05-05T20:25:56 | 120,499,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,127 | cpp | //
// dieSimulator.cpp
// leetcode
//
// Created by Song Ding on 9/14/20.
// Copyright © 2020 Song Ding. All rights reserved.
//
#include "common.h"
using namespace std;
namespace dieSimulator {
/*
// TODO: copy problem statement here
1223. Dice Roll Simulation
Medium
373
120
Add to List
Share
A die si... | [
"dingsong.net@gmail.com"
] | dingsong.net@gmail.com |
5f1ea18763cc9a0e0a2f7eb66fd587440fda83bf | b16f8738fc7d410b03914768ca1e654315c1fa48 | /src/data_structures/DoublyLinkedListNode.h | 7e81accb50199ba1d6f0b24777516d9e1537166e | [] | no_license | TobiasForner/GraphRepartition | bf435e4a4a267ff81d1e8204d3439d3590e7e8d5 | 910e53ba16581f5a754c2cec99cee9bab9ebec00 | refs/heads/master | 2023-01-04T20:52:23.364446 | 2020-10-26T16:05:11 | 2020-10-26T16:05:11 | 307,096,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,337 | h | //
// Created by tobias on 23.10.19.
//
#ifndef DBGTTHESIS_DOUBLYLINKEDLISTNODE_H
#define DBGTTHESIS_DOUBLYLINKEDLISTNODE_H
#include <memory>
//#include "spdlog/spdlog.h"
template<class T>
class DoublyLinkedListNode {
private:
DoublyLinkedListNode *pre;
DoublyLinkedListNode *next;
T data;
public:
/**... | [
"t.forner@tum.de"
] | t.forner@tum.de |
b42937b24f32db82fe4da3ff05a75d52f33b61fe | b630c4df9613d0dd731840110873d58064d5c934 | /TSP/ChildView.h | adce064ac3547cd938940b9c951c72587391fc61 | [] | no_license | ikvm/Genetic-Algorithms-Library | d1aed7ccde3e7b99e9c80d7710b25318afac96f6 | e9253a82fd04cca4f678f05afa67badee7ebb85d | refs/heads/master | 2020-04-10T10:11:53.509918 | 2013-05-27T19:35:02 | 2013-05-27T19:35:02 | 10,326,206 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,364 | h |
/*
*
* website: N/A
* contact: kataklinger@gmail.com
*
*/
#pragma once
#include "TspAlgorithm.h"
// CChildView window
class CChildView : public CWnd,
GaObserver
{
DEFINE_SYNC_CLASS
// Construction
public:
CChildView();
// Attributes
public:
// Notifies the observer that new... | [
"kataklinger@gmail.com"
] | kataklinger@gmail.com |
823e8611665d74359bae558adfd22ce17ea08ed3 | 562d2183cecd232559eb89d7f733bf1fe967768c | /Source/libClang/Source/lib/Target/Mips/MipsISelLowering.cpp | f66e75c59bc6a5ed0460e7f9ff9c246f6bf0fc58 | [
"NCSA"
] | permissive | orcun-gokbulut/ze-externals-sources | f1fd970ed6161b8f7ac19d1991f44a720c0125e9 | 500a237d6e0ff6308db1e2e513ad9871ac4cda65 | refs/heads/master | 2023-09-01T19:44:32.292637 | 2021-10-13T14:26:53 | 2021-10-13T14:26:53 | 416,611,297 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 149,641 | cpp | //===-- MipsISelLowering.cpp - Mips DAG Lowering Implementation -----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------... | [
"orcun.gokbulut@zinek.xyz"
] | orcun.gokbulut@zinek.xyz |
8403cd42ec09242712619aca4c1537dd1b8656b9 | e34b485dfa63c27351a87d979ff71382201f408f | /codeforces/677a.cpp | 0df3c27038ed9c5bd54fc9684431f27ee8a1b6a5 | [] | no_license | gabrielrussoc/competitive-programming | 223146586e181fdc93822d8462d56fd899d25567 | cd51b9af8daf5bab199b77d9642f7cd01bcaa8e3 | refs/heads/master | 2022-11-30T11:55:12.801388 | 2022-11-15T18:12:55 | 2022-11-15T18:12:55 | 44,883,370 | 10 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 537 | cpp | #include <bits/stdc++.h>
#define mp make_pair
#define pb push_back
#define ff first
#define ss second
using namespace std;
typedef long long ll;
typedef pair<int,int> pii;
typedef pair<ll,ll> pll;
const double eps = 1e-9;
const int inf = INT_MAX;
//////////////0123456789
const int N = 10004;
const int modn = 10000000... | [
"gabrielrcarmo@gmail.com"
] | gabrielrcarmo@gmail.com |
1fa385b547d88693d5f9f7952b5f3e62855c7897 | 9e6aee01fc26354a4383d3523f7431333825a33f | /week_03_templates/variable_pointer_intro.cpp | 01ac8f38dc12968ae3683d638fc021661e1d2777 | [] | no_license | SuperArtisMickens/CUNY2xAdvising | a3e430e6df1184a1fbb83361c17f64ff23ceff35 | 145481cbdee4281303fba9101532ad2fb9477795 | refs/heads/main | 2023-03-02T03:36:06.128309 | 2021-02-02T23:05:15 | 2021-02-02T23:05:15 | 325,645,075 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | cpp | #include <iostream>
using namespace std;
double sum(double a[], int size)
{
double total = 0;
for (int i = 0; i < size; i++)
{
total = total + a[i];
}
return total;
}
//const double pi = 3.1415;
//double initialPrice = 10.95;
int main ()
{
//cout << pi << endl;
cout<<"Thank... | [
"kdkartismickens@gmail.com"
] | kdkartismickens@gmail.com |
bbd9d4609dc03334abefc34ce0fc8d6f0b3858f5 | 976004c9f4426106d7ca59db25755d4d574b8025 | /algorithms/hilbert_maps/orgn/feats/hm_orgn_feat_triangle.h | ef3024ff394cf57b6038520942ab17ae5e608fef | [] | no_license | peterzxli/cvpp | 18a90c23baaaa07a32b2aafdb25d6ae78a1768c0 | 3b73cfce99dc4b5908cd6cb7898ce5ef1e336dce | refs/heads/master | 2022-12-05T07:23:20.488638 | 2020-08-11T20:08:10 | 2020-08-11T20:08:10 | 286,062,971 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | h | #ifndef HM_ORGN_FEATURE_TRIANGLE_H
#define HM_ORGN_FEATURE_TRIANGLE_H
#include "./hm_orgn_feat_base.h"
namespace cvpp
{
class HMfeatTriangle : public HMfeatBase
{
protected:
public:
double gamma;
public:
HMfeatTriangle( const Matd& lim ,
const double& gam = 1.0 ,
... | [
"peterli@MacBook-Pro.local"
] | peterli@MacBook-Pro.local |
18cdcd158750e4a7c20739a503c9ad03d8f55e9c | e94333047bd3c6bf673ff775f80f65082042afb1 | /remoteCam_simple/server.cpp | d4e6fe8b2f1ba5c0e1540d90ec2a4c41888e4cef | [] | no_license | JThanat/realtime-obstacle-avoidance | acee732070a474f490b6e44f40315b29a437bc00 | 35c63a4bfe1600626892cf14bb98f07e19fa38b3 | refs/heads/master | 2021-09-12T12:49:54.595182 | 2018-04-16T21:00:18 | 2018-04-16T21:00:18 | 107,529,340 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,455 | cpp | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "camera/camera.h"
#include "socklib/socklib.h"
#include "socketHelper.h"
extern "C" {
#include "liblz4/lz4.h"
}
#include <thread>
#include <mutex>
#include <stdint.h>
#include "remoteCam.h"
#include "shader.h"
// GLEW
#define GLEW_STATIC
#include <G... | [
"thanat.jat@gmail.com"
] | thanat.jat@gmail.com |
43e10df811479334cc5cb17d941a8a619f7a8064 | f502eb33118039d349a2c3fa8581e511c429cfe7 | /SpoutSDK/Example/ofSpoutExample/src/ofApp.cpp | dfde2550e70ce666947a3ec1d31177be9704aeab | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | geometrybase/Spout2 | 781774ef3c209703ad74a3975669ed553ca86851 | 851deec62ef8f1e7b90c0df1448387e0d2841de1 | refs/heads/master | 2022-04-11T08:23:45.242754 | 2019-11-27T00:35:08 | 2019-11-27T00:35:08 | 257,859,364 | 2 | 0 | null | 2020-04-22T09:52:02 | 2020-04-22T09:52:01 | null | UTF-8 | C++ | false | false | 5,408 | cpp | /*
Spout OpenFrameworks Sender example - ofApp.cpp
Visual Studio using the Spout SDK
Search for SPOUT for additions to a typical Openframeworks application
Copyright (C) 2016 Lynn Jarvis.
=========================================================================
This program is free software: you can re... | [
"leadedge@adam.com.au"
] | leadedge@adam.com.au |
f0563a939cf9de410ffff884e522d1ad39d7bc02 | 40921b6ce9ec3e8808800e638218d9d246d6ec8a | /src/gl/objects/TextureAtlas.h | fbeeaf1a6e7d66377bf0209a330833d5be6e59ed | [
"MIT"
] | permissive | miha53cevic/simpleVoxelEngine | 92a2368145391b4f9e83b5c008234e96fee8b321 | ad7f799ab5a8d5126c45888efd31d1d0998dd9ca | refs/heads/master | 2022-11-28T10:11:27.587356 | 2020-08-06T22:53:06 | 2020-08-06T22:53:06 | 231,860,817 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | h | #pragma once
#include <glm/glm.hpp>
#include "Texture.h"
namespace gl
{
struct TextureAtlas
{
TextureAtlas(const std::string path, int image_size, int individualTexture_size);
std::vector<GLfloat> getTextureCoords(const glm::ivec2& coords);
Texture texture;
const GLfloat TEX... | [
"44951515+miha53cevic@users.noreply.github.com"
] | 44951515+miha53cevic@users.noreply.github.com |
51a5a240e6aa8c6cdee48caa1879b03d43ec9f25 | 4b924c20f005de2fefceba567ac14002a32a12c3 | /es5.52/src/PrimitiveList.cpp | 3ef71c3ef50469e492f459e5776fe6038a6a2c54 | [] | no_license | jgarte/sicp-exercises | a72df5454cd989178ff246651474b38a9d79095a | 423ae2a1b462078f91e3530b3082f1c1402253a4 | refs/heads/master | 2021-10-26T15:05:56.573869 | 2019-04-13T10:20:30 | 2019-04-13T10:20:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | #include "primitive_list.h"
#include "cons.h"
#include "integer.h"
#include <iostream>
using namespace std;
Value* PrimitiveList::apply(List* arguments)
{
return arguments;
}
string PrimitiveList::to_string() const
{
return string("PrimitiveProcedure:list");
}
| [
"g.sironi@elifesciences.org"
] | g.sironi@elifesciences.org |
69c98cb48492e30af4dee92934f64d21a3c8cb8d | fa11b6efee3cf9d8a310baa3cca1c5d022223fa5 | /SpaceInvaders/EInvaderGroup.h | f0432af186217ff2df69e06b4fa3fb83093a8a5b | [] | no_license | afromogli/spaceinvaders | 1665456b544fcaf0bd894d6904d839665053066d | 43b1c7f15bb2f60ac459753b81acc88300196f78 | refs/heads/master | 2021-05-07T00:31:56.051227 | 2018-01-04T19:13:51 | 2018-01-04T19:13:51 | 110,152,626 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,407 | h | #pragma once
#include <memory>
#include "Entity.h"
#include "EInvader.h"
#include "EInvaderRocket.h"
using namespace Common;
namespace SpaceInvaders
{
class EInvaderGroup : public Entity
{
friend class EntityFactory;
public:
void update(const float& deltaTime) override;
void draw(Graphics& gr... | [
"aram.paul.taieb@gmail.com"
] | aram.paul.taieb@gmail.com |
5d45a1ec509047670b72165832cd5aaf748bab84 | 8366d408980003a6838b7ad6714ef49adecf9a23 | /include/elemental/blas-like/level3/Trr2k.hpp | c9db1146ca97a7a040238bf199c6d6f57d2ad370 | [] | no_license | npezolano/Elemental | c55db9d03b31ccb3595a9a1aa51945794f796625 | bce40b061ee82df2cf6e253c2b3c0f3557cad01d | refs/heads/master | 2021-01-18T11:58:01.231871 | 2013-01-22T19:49:07 | 2013-01-22T19:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,789 | hpp | /*
Copyright (c) 2009-2013, Jack Poulson
All rights reserved.
This file is part of Elemental and is under the BSD 2-Clause License,
which can be found in the LICENSE file in the root directory, or at
http://opensource.org/licenses/BSD-2-Clause
*/
#include "./Trr2k/Local.hpp"
#include "./Trr2k/NNNN.hp... | [
"jack.poulson@gmail.com"
] | jack.poulson@gmail.com |
93fbe697874c77e857d2e2b6d4515e2bb394eebd | 90d49d65583146cb13a382afac69ff693da0f132 | /G_color.cpp | 0574cb8eeb9052fa3655a05144494df1ebad42b5 | [] | no_license | srkprasad1995/files | 82768b538a9e180cc4908bff6174743a0f93a1c8 | 00983aa8439eec6158ab17d0bcbd29bf2a3239c3 | refs/heads/master | 2021-01-15T19:45:10.585486 | 2015-03-22T10:25:43 | 2015-03-22T10:25:43 | 32,670,902 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 456 | cpp | #include<iostream>
#include<string>
using namespace std;
int n,a[100][100];
int x[100];
int main()
{
cin >> n;
for( int i=1 ; i <= n ; i++)
for( int j= 1 ; i <= n ;i++)
cin >> a[i][j];
print_ham( 1 );
return 0;
}
void print_ham(int k)
{
while(1);
{
next_value(k);
if(x[k] == 0)
{
cout << "inval... | [
"srkprasad1995@gmail.com"
] | srkprasad1995@gmail.com |
b3a7cadc117b18bc78239b73a3a9b358dc71dfa3 | c079c287f7bbdc77e824bcd9855df2b45e74da58 | /include/kernel/globe/LineSymbolElement3D.h | 62b018d48b797ddc936f333837177efd794a8bc5 | [] | no_license | lawiest/GuangGuProject | b0ec76284c284b9e7b584b7cb8c9a503d3e5894d | 77f4db8436456b4bb9d9f1d7d35e5244f28ec99d | refs/heads/master | 2020-11-28T18:35:22.492303 | 2019-12-25T01:40:10 | 2019-12-25T01:40:10 | 229,892,801 | 12 | 10 | null | null | null | null | GB18030 | C++ | false | false | 1,082 | h | #pragma once
#include "Element.h"
#include <canvas.h>
#include <GsReference.h>
GLOBE_NS
enum Mode
{
LINES,
LINE_STRIP,
LINE_LOOP,
POLYGON
};
class GS_API LineSymbolElement3D : public Element
{
public:
LineSymbolElement3D(Mode model);
virtual~LineSymbolElement3D();
void AddPoint(double x, double y, double z);
... | [
"lei.xu@demxs.com"
] | lei.xu@demxs.com |
3da831d6c4932676c2a89ac6fd0b7b4c509f43b5 | d51e54dccbb594a056005cb50a9dbad472ddb034 | /Volume_15/Number_4/Olsson2011/utils/SimpleShader.h | 9d47ced74760f7c386ae1449e2f7f5fcbe2c2372 | [
"MIT"
] | permissive | skn123/jgt-code | 4aa8d39d6354a1ede9b141e5e7131e403465f4f7 | 1c80455c8aafe61955f61372380d983ce7453e6d | refs/heads/master | 2023-08-30T22:54:09.412136 | 2023-08-28T20:54:09 | 2023-08-28T20:54:09 | 217,573,703 | 0 | 0 | MIT | 2023-08-29T02:29:29 | 2019-10-25T16:27:56 | MATLAB | UTF-8 | C++ | false | false | 4,313 | h | /****************************************************************************/
/* Copyright (c) 2011, Ola Olsson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, in... | [
"erich@acm.org"
] | erich@acm.org |
41d1b9ad6afb83efcb584151be0c0cccc1278478 | bd6e36612cd2e00f4e523af0adeccf0c5796185e | /src/core/myReadLine.cc | d2ec42ac593b31301e1fa1ef7dce7c9d3b659d4d | [] | no_license | robert-strandh/clasp | 9efc8787501c0c5aa2480e82bb72b2a270bc889a | 1e00c7212d6f9297f7c0b9b20b312e76e206cac2 | refs/heads/master | 2021-01-21T20:07:39.855235 | 2015-03-27T20:23:46 | 2015-03-27T20:23:46 | 33,315,546 | 1 | 0 | null | 2015-04-02T15:13:04 | 2015-04-02T15:13:04 | null | UTF-8 | C++ | false | false | 1,825 | cc | /*
File: myReadLine.cc
*/
/*
Copyright (c) 2014, Christian E. Schafmeister
CLASP is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later versio... | [
"chris.schaf@verizon.net"
] | chris.schaf@verizon.net |
82c3c2731791d6f97cb1bba1a31ddb0218ffa772 | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/fastglm/src/glm.h | 1ff6e5f1e4ab4238528294fc418d80703ab788a1 | [] | no_license | akhikolla/testpackages | 62ccaeed866e2194652b65e7360987b3b20df7e7 | 01259c3543febc89955ea5b79f3a08d3afe57e95 | refs/heads/master | 2023-02-18T03:50:28.288006 | 2021-01-18T13:23:32 | 2021-01-18T13:23:32 | 329,981,898 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,790 | h | #ifndef GLM_H
#define GLM_H
#include "glm_base.h"
using Eigen::ArrayXd;
using Eigen::FullPivHouseholderQR;
using Eigen::ColPivHouseholderQR;
using Eigen::ComputeThinU;
using Eigen::ComputeThinV;
using Eigen::HouseholderQR;
using Eigen::JacobiSVD;
using Eigen::BDCSVD;
using Eigen::LDLT;
using Eigen::LLT;
using Eigen::... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
4c1cffaf776bc1803568d7287f70fd90ba5a8ca9 | 0774780f62592d40cb1697a4ef03563cb5458fbd | /LeetCode/Copy List with Random Pointer.cpp | d123550300e96a3f00cfe3ca502dd75d454f486b | [] | no_license | Divyanshnigam/Codechef | 24d1419c858ad4ed2924d092f22e6d14f2507f59 | 83fe7aab7265770c7697ae3e8c417041e40053d0 | refs/heads/main | 2023-04-22T05:03:36.300007 | 2021-05-08T12:45:09 | 2021-05-08T12:45:09 | 309,600,002 | 0 | 1 | null | 2020-11-03T10:59:26 | 2020-11-03T06:56:09 | C++ | UTF-8 | C++ | false | false | 1,468 | cpp | /*
// https://leetcode.com/problems/copy-list-with-random-pointer/
// Definition for a Node.
class Node {
public:
int val;
Node* next;
Node* random;
Node(int _val) {
val = _val;
next = NULL;
random = NULL;
}
};
*/
class Solution {
public:
Node* copyRandomList(No... | [
"divyanshnigam1612@gmail.com"
] | divyanshnigam1612@gmail.com |
736009fdc2aa269b764ffdf5e3d98eac12781805 | 4497c10f3b01b7ff259f3eb45d0c094c81337db6 | /Retargeting/Shifmap/ShiftMapComputer.h | 2158e3e7e502e65b4c7e3a679edaeca618a18be7 | [] | no_license | liuguoyou/retarget-toolkit | ebda70ad13ab03a003b52bddce0313f0feb4b0d6 | d2d94653b66ea3d4fa4861e1bd8313b93cf4877a | refs/heads/master | 2020-12-28T21:39:38.350998 | 2010-12-23T16:16:59 | 2010-12-23T16:16:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 762 | h | #pragma once
#include "Label.h"
#include "GCoptimization.h"
#include "EnergyFunction.h"
#include <cv.h>
/********************************************************
Implementation of Shift-map algorithm (Peleg ICCV2009)
A width x height image will have width x height number of labels
Label index is assigned f... | [
"kidphys@aeedd7dc-6096-11de-8dc1-e798e446b60a"
] | kidphys@aeedd7dc-6096-11de-8dc1-e798e446b60a |
db4a0b5ecb03967a638f2f88927084198acd7bbd | 6ed471f36e5188f77dc61cca24daa41496a6d4a0 | /SDK/WeapGun_LaserBeam_functions.cpp | d93f2bdb9e2b847a45bc906eaaca72c86708ac89 | [] | no_license | zH4x-SDK/zARKSotF-SDK | 77bfaf9b4b9b6a41951ee18db88f826dd720c367 | 714730f4bb79c07d065181caf360d168761223f6 | refs/heads/main | 2023-07-16T22:33:15.140456 | 2021-08-27T13:40:06 | 2021-08-27T13:40:06 | 400,521,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,409 | cpp |
#include "../SDK.h"
// Name: ARKSotF, Version: 178.8.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------------------------------------------
// Function WeapGun_LaserBe... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
d8a80777754b8b7bc1d0d35f90291095056ed46d | 10eea57e61f7f9c32a26306136c390152ce51437 | /main.cpp | ad1b728ef377bb601dc863b62ffe86cc26e4b139 | [] | no_license | jiayangl/LogicZelda | 803096ce2bce53c8ff3b1cf668df467d527715b6 | 0284681fdcc5741c4010edd18e3856182b18b894 | refs/heads/master | 2021-10-11T05:48:15.246610 | 2017-04-17T04:29:11 | 2017-04-17T04:29:11 | 86,641,176 | 0 | 0 | null | 2020-02-17T07:30:02 | 2017-03-30T00:21:11 | C++ | UTF-8 | C++ | false | false | 4,784 | cpp | #include <iostream>
#include "player.h"
#include "map.h"
#include "menu.h"
#include <string>
#include <vector>
#include "include/Room.h"
#include "monster.h"
#include <unistd.h> // for sleep()
using namespace std;
void animation(string ani){
cout << ani << std::flush;
for (int x = 0; x < 0; x++ ) {
sleep... | [
"gscsdyang@gmail.com"
] | gscsdyang@gmail.com |
1483be042be8edfe1fae2d9efe2eb6f979baa21c | a9d43905377e59faa570df7adc7368d34696a361 | /v1/binary_tree/diameter_of_binary_tree.cpp | a28ca92d260934f9fb2497b889641dd9ebbe3930 | [] | no_license | sukantomondal/cplusplus | 4026ca2cb6553e0da3ac7789d2f87dc698d4dac7 | a67972317e9babdd66ba67eda13656be2a229d62 | refs/heads/master | 2021-06-20T07:05:25.607113 | 2021-01-05T03:00:24 | 2021-01-05T03:00:24 | 160,621,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,607 | cpp | /*Author : Sukanto Mondal */
/*
The diameter of a tree (sometimes called the width) is the number of nodes on the longest path between two end nodes. The diagram below shows two trees each with diameter nine, the leaves that form the ends of a longest path are shaded (note that there is more than one path in each tre... | [
"mondalda@gmail.com"
] | mondalda@gmail.com |
82b96d9574607c389d7cfb5ed43b1a5cef2b1e78 | 86e3367acf81c30825670ad6b16056056e60cf48 | /ls/Player/Equip/Shield.cpp | 251f896e8d67708e2c356cddaeb3d8edac430259 | [
"BSD-3-Clause"
] | permissive | sorcery-p5/Asteraiser | 0bb3e4a2e620f68764ee4e346e99440d1e7818b8 | f27da9e3e262772686245f7e83b800e41c909f0f | refs/heads/master | 2020-03-19T06:25:38.820721 | 2020-02-12T14:15:05 | 2020-02-12T14:15:05 | 136,018,491 | 6 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 11,184 | cpp | #include "stdafx.h"
#include "Shield.h"
#include "../Player.h"
#include "../PlayerData.h"
#include "World/World.h"
#include "Config/Config.h"
#include "SpriteFrame/SpriteFrame.h"
#include "Effect/Effect.h"
#include "Item/ItemManager.h"
#include "Score/ScoreManager.h"
#include "Indicate/Indicate.h"
#include "Indicat... | [
"sorcery_port5@hotmail.com"
] | sorcery_port5@hotmail.com |
a56628bd449d92ffa9084db6cb58837de1430b5c | 1e2f712865132a9ebb1c485db825e055ff7de293 | /texture.cpp | bc6f0b8c27b04f24380088748dbb403482f1f4fa | [] | no_license | jto-daA/Old-Demo-Game-Engine-circa-2001- | 1decde4ae6159880184016f4abc97d851e6fa61d | edb02d16e09c87e444c40b2590f596d91afdd8d7 | refs/heads/master | 2021-01-25T06:06:18.514689 | 2016-06-21T23:59:26 | 2016-06-21T23:59:26 | 33,963,377 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,872 | cpp | /***********************************************
* $author: javery
* $date : 26 Nov 01
* $descp : texture management struct/routines.
* $path : C:\Program Files\Microsoft Visual Studio\MyProjects\KaosDemoEngine\texture.h
* $ver : 0.0.0
***********************************************/
#include <stdio.h>
#incl... | [
"josiahavery@hotmail.com"
] | josiahavery@hotmail.com |
8aaea15b508ca807c75b1be1f4b8ecdcee329de0 | 8b682b91b3d06afc403de23bf2c93c9ceacbeab7 | /pol-core/pol/miscmsg.cpp | 0cc103c6bb558a131ea96c99a85bcebdf97f25bb | [] | no_license | jagarop/POL_099b | 1803f3e369c2c1500f601f736059fe2908da3711 | 6a5df8893b6f38ff57a42412420813f3a3b83227 | refs/heads/master | 2021-07-16T16:33:19.905934 | 2015-01-08T01:44:03 | 2015-01-08T01:44:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,338 | cpp | /*
History
=======
2005/11/25 MuadDib: Added PKTBI_BF::TYPE_SESPAM: to do away with spam.
2005/11/23 MuadDib: Altered handle_mode_set for 0x72 Packet. Nows reads
from combat.cfg for warmode_wait object. Sends the
0x77 Packet and returns 0 when out of timer.
2005/12/09 Mua... | [
"necr0potenc3@users.noreply.github.com"
] | necr0potenc3@users.noreply.github.com |
4cf51eb6b3414269e2d390439dfe9fb854c03f76 | f878ac2dafe9b34248e7d1d66f563dbf1cc32a3e | /Win32Application.cpp | 1b2ed7d6f3384131401588bb53319370b394f847 | [] | no_license | AlinMedianu/D3D12HelloProject | 4450bd1bb1a89768c611a8dd7bb8f4d3c179ee46 | 55bd494ed79260a3f5287de29f8cc98a2905375a | refs/heads/main | 2023-08-16T08:26:22.850122 | 2021-09-28T08:08:37 | 2021-09-28T08:08:37 | 411,024,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,030 | cpp | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL... | [
"b7005327@my.shu.ac.uk"
] | b7005327@my.shu.ac.uk |
82b2232b9a0c18944c74525efd84828d23e18bc8 | 5fcacbc63db76625cc60ffc9d6ed58a91f134ea4 | /vxl/vxl-1.13.0/contrib/brl/bseg/boxm/opt/Templates/boxm_scene+boct_tree+short.boxm_rt_sample+float---.cxx | 618990625f717ca7bc62d4eac7714ebaa52fdb8f | [] | no_license | EasonZhu/rcc | c809956eb13fb732d1b2c8035db177991e3530aa | d230b542fa97da22271b200e3be7441b56786091 | refs/heads/master | 2021-01-15T20:28:26.541784 | 2013-05-14T07:18:12 | 2013-05-14T07:18:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 181 | cxx | #include <boxm/boxm_scene.txx>
#include <boct/boct_tree.h>
#include <boxm/opt/boxm_rt_sample.h>
typedef boct_tree<short,boxm_rt_sample<float> > tree;
BOXM_SCENE_INSTANTIATE(tree);
| [
"hieuza@gmail.com"
] | hieuza@gmail.com |
a6119c6283d39969cd50e514d9f71619651dd5cf | c0b0d03afcefe3c259742acfd024db4f63df5a32 | /CAGE/Graphics/UI/Layout.hpp | 8832630c7aad40cfb9f7d949812d28ac649fe503 | [
"MIT"
] | permissive | Mr-1337/CAGE | 49971227f31286d35e2804764880af788dfe7c98 | c45f31e2963e7e364eef0cddee7c8a1e20ec851d | refs/heads/master | 2022-03-09T12:00:56.191992 | 2022-02-20T04:52:56 | 2022-02-20T04:52:56 | 191,666,331 | 0 | 1 | MIT | 2021-06-05T17:38:34 | 2019-06-13T01:07:46 | C | UTF-8 | C++ | false | false | 580 | hpp | #pragma once
#include <GLM/glm/glm.hpp>
#include <string>
namespace cage
{
namespace ui
{
class LayoutGroup;
/*
* Represents a layout configuration for a LayoutGroup. It will automatically position elements in a LayoutGroup and it will resize the LayoutGroup to fit all child elements
*/
class Layout
... | [
"kyanisawesome@gmail.com"
] | kyanisawesome@gmail.com |
8bd2a35b6d75ff838516b3445812a1074ac47779 | 49d8f4d9372d60d29e69ddafbd42188bd9f2b614 | /src_db/filestore/LongRange.cpp | 32292e305cf5fb75cb914bac44e6b853a23e1431 | [
"MIT"
] | permissive | greg2git/codablecash | 9af29969f1392c56141fdc2f07c8025375b66b4d | fe8099ef9ffa498b5b64636a2c0a06af465c2ecf | refs/heads/master | 2021-02-07T05:12:47.697990 | 2020-02-23T07:37:53 | 2020-02-23T07:37:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,991 | cpp | /*
* LongRange.cpp
*
* Created on: 2018/05/18
* Author: iizuka
*/
#include "filestore/LongRange.h"
#include "debug/debugMacros.h"
#include "base_io/ByteBuffer.h"
namespace alinous {
LongRange::LongRange(const LongRange* base) noexcept {
this->min = base->min;
this->max = base->max;
}
LongRange::Long... | [
"iizuka@alinous.org"
] | iizuka@alinous.org |
128d19f89694c89c9108c7caca5d297de1096fe4 | 0230f15c43f6abf35c1967a8fc1c0de3ef7e1a38 | /semana3/atividade/cliente.cpp | c6e0a55d74a446657a785c05ddda19b857370324 | [
"MIT"
] | permissive | luisrodrigoads/objetosDistribuidos | 1f70be1ac388063ff2966d9573e051d7d5e9ec5d | a00b9c91c0c7f7f21dab6450d2fe756925cdda2d | refs/heads/main | 2023-07-17T10:39:24.930626 | 2021-08-30T19:35:13 | 2021-08-30T19:35:13 | 252,364,824 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,244 | cpp | #include <windows.h>
#include <winsock.h>
#include <stdio.h>
#include <string.h>
#define REMOTE_SERVER_PORT 2018
#define MSG_LENGTH 4096
#define SERVIDOR "127.0.0.1"
FILE *fileSendTo, *fileReceiveFrom;
int main() {
int sd, msgReceiveFromServer, msgSendToServer, serverLength;
struct sockaddr_in clientAddress; ... | [
"48830971+luisrodrigoads@users.noreply.github.com"
] | 48830971+luisrodrigoads@users.noreply.github.com |
46893073bb2adc4a3ffb3b30cd8715c7828d449e | 18cd709cad01d13f06051e22a53111b4318a1ce2 | /src/qt/sendcoinsdialog.cpp | defb919654e1e9bda26bdf3c9eaed966ba9865eb | [
"MIT"
] | permissive | NodeHost/NODECore | 8e0ba2794e6bd23af4e5c2126335c25a9c6e27ac | 527a1eee6f1a9992f0d3f1cb9ffecf67e0211b43 | refs/heads/master | 2020-04-02T09:04:44.575856 | 2019-02-07T05:02:29 | 2019-02-07T05:02:29 | 154,274,665 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38,806 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018-2019 The NodeHost developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses... | [
"konez2k@gmail.com"
] | konez2k@gmail.com |
1c28d2034462a4d989447c31f4316c33a68425ce | 3011f9e4204f2988c983b8815187f56a6bf58ebd | /src/ys_library/ysport/src/ysthread.cpp | e4abbf5cb47286944c1fb97b5714b8925407cde3 | [] | no_license | hvantil/AR-BoardGames | 9e80a0f2bb24f8bc06902785d104178a214d0d63 | 71b9620df66d80c583191b8c8e8b925a6df5ddc3 | refs/heads/master | 2020-03-17T01:36:47.674272 | 2018-05-13T18:11:16 | 2018-05-13T18:11:16 | 133,160,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,983 | cpp | /* ////////////////////////////////////////////////////////////
File Name: ysthread.cpp
Copyright (c) 2017 Soji Yamakawa. All rights reserved.
http://www.ysflight.com
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:... | [
"harrison.vantil@outlook.com"
] | harrison.vantil@outlook.com |
215f515ad8d8154f77c1eb1aadf8f0a799466927 | aab7eafab5efae62cb06c3a2b6c26fe08eea0137 | /TMVA/kfoldandubdt/kfoldold/diffvs/CombiTriggerNoSSVertexMomAssyVectorized/src/workingversion07122015/ukfoldnew.cc | 9627bcf4832132cf9317dac41b7242fb458c8b56 | [] | no_license | Sally27/B23MuNu_backup | 397737f58722d40e2a1007649d508834c1acf501 | bad208492559f5820ed8c1899320136406b78037 | refs/heads/master | 2020-04-09T18:12:43.308589 | 2018-12-09T14:16:25 | 2018-12-09T14:16:25 | 160,504,958 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,988 | cc | #include "uKFolder2.hpp"
#include <boost/algorithm/string.hpp>
#include <boost/assign.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/program_options.hpp>
namespace po = boost::program_options;
struct Args {
std::string sig;
std::string bkg;
std::string sigtree;
std::string bkgt... | [
"ss4314@ss4314-laptop.hep.ph.ic.ac.uk"
] | ss4314@ss4314-laptop.hep.ph.ic.ac.uk |
b7653b30c739c52665efe31f6bbb53584bad56e1 | 217c8c7e72f6845193fa0d416cb8c5a8f1756f8b | /auto_recognition/src/kinect2depth.cpp | b839b0cafb9d2f1222a544a9d84d962959fe5a55 | [
"MIT"
] | permissive | Gongkaka/deep_learning | ddd9f5a062deb028bd33964519c27195717148aa | 89e3d440478cd49f54115f34a6a8fb5e5dd29da8 | refs/heads/master | 2020-03-22T02:48:23.994551 | 2017-09-26T17:48:44 | 2017-09-26T17:48:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,148 | cpp | /// kinect2depth
/// Zhiang Chen, Wyatt Newman Aug 2016
/// Receive the pointcloud data from "kinect2/qhd/points", and then project the points in the box filter to a depth image.
/// Publish the depth image to "depth_image" with 10hz.
/*
* The MIT License (MIT)
* Copyright (c) 2016 Zhiang Chen, Wyatt Newman
*/
#... | [
"zxc251@case.edu"
] | zxc251@case.edu |
c93e9c2d05b8c6fb1f4abbb3b8e8597c18830b20 | 55b5034281a1e750632fd23974e33a9daea09de9 | /3rdparty/opencv-git/modules/core/include/opencv2/core/cuda.hpp | 4ae4301665e577725d60530e27ac58b78502439f | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | joshjo/planecalib | f5fbca3a0f9899f5097c7025847c939f41ae4789 | 1d7cffac5cab39c7fbfb67e8e3a4b42340ef5e13 | refs/heads/master | 2020-04-16T08:08:28.523107 | 2019-02-18T11:19:08 | 2019-02-18T11:19:08 | 165,413,146 | 0 | 0 | NOASSERTION | 2019-01-12T17:02:34 | 2019-01-12T17:02:34 | null | UTF-8 | C++ | false | false | 22,768 | hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"daniel.herrera.castro@gmail.com"
] | daniel.herrera.castro@gmail.com |
eb0903ce0a7cef421014696dc391adc0ede10331 | 3f880336b2f2dd2c947c204824fa2971a9ef14f3 | /Content/Assets/support/plugins/unreal/7.3/latest/win/4.24/MegascansPlugin/Source/MegascansPlugin/Private/Utilities/AssetData.cpp | 9aaade5abc09a80f77d2e164fb328ccca0ffa5ab | [] | no_license | SUTT0142/HorrorGame | df4510fcab55b3bf2f2af682306a7a8741451b9f | a4289a72f582634ad9cd1d37100962b57eab030c | refs/heads/master | 2023-09-05T19:04:15.660567 | 2021-11-10T00:47:16 | 2021-11-10T00:47:16 | 415,548,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,739 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "AssetData.h"
#include "Utilities/MiscUtils.h"
#include "UI/MSSettings.h"
#include "EditorAssetLibrary.h"
#include "Utilities/MTSReader.h"
TSharedPtr<FAssetImportParams> FAssetImportParams::ImportParamsInst;
TSharedPtr<FAssetImportParams> FAssetImportPara... | [
"69175283+FlindersThrowaway@users.noreply.github.com"
] | 69175283+FlindersThrowaway@users.noreply.github.com |
6d660896116c2963d57b0850ed5b6b1b59c68234 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-15326.cpp | bed45a28d4818f5e72284a4791d111d0e777b216 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,823 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1 : virtual... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
22e5b6431cad519b7f382c13c729abed197392f1 | 0b8fd5b8fc96e444f4765becb8524962d7fec51e | /main.cpp | d25ecb2aa934f40011df62b4a23268c627e8ed58 | [] | no_license | ArcoMul/hangine | ea8bb8434b6d71cb1598f95cb11d0f77f6582c67 | 592a148956b0f6386f71a32d5d42607cffc8ea3a | refs/heads/master | 2020-06-08T18:17:05.179949 | 2012-12-30T15:55:18 | 2012-12-30T15:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,290 | cpp | //Include OpenGL header files, so that we can use OpenGL
/*#include <iostream>
#include <stdlib.h> //Needed for "exit" function
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#include <GLUT/glut.h>
#else
#include <glut.h>
#endif
#include "point.h"
#include "Vector3.h"
#include "Terrain.h"
using namespace std;
/*!!!!... | [
"yannick_lange_94@hotmail.com"
] | yannick_lange_94@hotmail.com |
8de88ef2931589245841f492c2664a5ee49882cf | 955a639f380272dae0aad59659343ed035bea4f7 | /SLabCoreLib/Simulator/FS/FSBySpringStructuralIntrinsicsMTVectorizedSimulator.h | 44661b3eb9f963744f4e765161479b0a84322b66 | [
"CC-BY-4.0"
] | permissive | GabrieleGiuseppini/SpringLab | 29607cfd96b8056a4cad5dd177cac34f13e1d1f7 | da44ed79f660057cedcd7b7ec7876d4d17070278 | refs/heads/master | 2023-07-28T04:22:14.031259 | 2023-07-19T14:45:34 | 2023-07-19T14:45:34 | 264,458,602 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,429 | h | /***************************************************************************************
* Original Author: Gabriele Giuseppini
* Created: 2023-04-15
* Copyright: Gabriele Giuseppini (https://github.com/GabrieleGiuseppini)
*******************************************************************... | [
"gabriele.giuseppini@gmail.com"
] | gabriele.giuseppini@gmail.com |
73bd481624d3a050d63eb2366e0e2f3c9e24994e | f398bfcd9f31f7552b957506e50df2771f0d11b7 | /20190126/SmartPointer/shared_ptr.cc | c696a65206267626b118cee283b91e5d2afdbc97 | [] | no_license | bigfei123/learngit | 886e0ebe8ea908b3596b58b6491a57e9e7877696 | 9345fd85f4005ac96646cb5f9db4c5d2e308755a | refs/heads/master | 2020-04-15T16:06:42.075706 | 2019-04-18T11:24:43 | 2019-04-18T11:24:43 | 164,820,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,134 | cc | ///
/// @file shared_ptr.cc
/// @author bigfei775655478@qq.com)
/// @date 2019-02-01 17:47:50
///
#include <iostream>
#include <memory>
#include <vector>
using std::cout;
using std::endl;
using std::vector;
using std::shared_ptr;
class Point
{
public:
Point(int ix = 0, int iy = 0)
: _ix(ix)
, _iy(iy)... | [
"775655478@qq.com"
] | 775655478@qq.com |
9db2995e42c2e9d8ccbd7d64c7b2c96c9525a375 | 5f919f448d074caa4cb932fab8f829f8b480b873 | /src/txmempool.h | e2a207c1dde7925952f6967de92bc332d6889504 | [
"MIT"
] | permissive | swatchie-1/hilux | 9849440fe25548d0f97f0cb5d88f4deff1140204 | 8d8e9f93144829b65868d051fcc08f7e28610daa | refs/heads/master | 2021-07-19T20:46:43.779686 | 2020-03-03T21:16:29 | 2020-03-03T21:16:29 | 141,552,658 | 7 | 10 | MIT | 2020-04-22T21:53:24 | 2018-07-19T09:02:00 | C++ | UTF-8 | C++ | false | false | 28,014 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef HILUX_TXMEMPOOL_H
#define HILUX_TXMEMPOOL_H
#include <list>
#include <se... | [
"tzehming@gmail.com"
] | tzehming@gmail.com |
fd5a243775645c62a2d6257dc977852cbe82a209 | f6da17de6f247d5063154ebe6d12650dd93d7ca1 | /src/include/ge/state/state.hpp | c9ba25370ba1ebb504c50c2cfebe4fc6f0fb8fa9 | [] | no_license | HerbGlitch/current_testing_platformer | 07010dd1f27759ad2a9832a2011f3c1f5ed48c3f | 0b3e1995e4eac2d8659187feb2fcc0c1e4f567ae | refs/heads/master | 2023-05-30T13:42:57.788849 | 2021-06-18T05:50:55 | 2021-06-18T05:50:55 | 370,524,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | hpp | #ifndef STATE_HPP
#define STATE_HPP
namespace ge {
struct Data;
class State {
public:
State(Data *data): data(data){}
virtual ~State(){};
virtual void update(){};
virtual void render(){};
protected:
Data *data;
};
}
#endif // !STATE_HPP
#include "handler... | [
"heber.brau@gmail.com"
] | heber.brau@gmail.com |
44ff2a6374505ed0deba21f487cd02f1c12ce58f | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1482494_1/C++/Karinsu/GCJ_1A_Q2.cpp | f5cf0f2fdbab8a752af9645e19b2ba81d4ec1191 | [] | 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,377 | cpp | #include <stdio.h>
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int n;
struct LV
{
int a, b, isa;
LV(){a=b=isa=0;}
LV(int a, int b): a(a), b(b){isa=0;}
};
vector<LV> L;
int star;
int cmp1(LV left, LV right)
{
return left.b < right.b;
}
int cmp2(LV left, LV ... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
057d72c79902fefa3af1dfb302c143fcbce9a124 | 1169f126efd05bb97479c6cde94e77cd5b7967f1 | /include/SocketException.h | 2844ffd77a69b1ae72739e9213509871ae1f6774 | [] | no_license | xjrueda/fixprime | 2fd78116aafe2a03f7802258d73387288c1dd0a5 | 48e3f15c14bd43eef5ef843d2c6eff20c27ad2ac | refs/heads/master | 2020-05-28T14:14:54.352364 | 2015-12-22T19:42:08 | 2015-12-22T19:42:08 | 38,892,485 | 8 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 278 | h |
#ifndef SocketException_class
#define SocketException_class
#include <string>
class SocketException
{
public:
SocketException ( std::string s ) : m_s ( s ) {};
~SocketException (){};
std::string description() { return m_s; }
private:
std::string m_s;
};
#endif | [
"xjrueda@gmail.com"
] | xjrueda@gmail.com |
bda5bc4ae8f0865d333083e372205b01236f3ccc | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_patch_hunk_3576.cpp | e2dccc34aff80fc713179a887bab33dc708ec57a | [] | 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 | 526 | cpp |
/**
* Saves state->msg in the state directory's "final-commit" file.
*/
static void write_commit_msg(const struct am_state *state)
{
- int fd;
const char *filename = am_path(state, "final-commit");
-
- fd = xopen(filename, O_WRONLY | O_CREAT, 0666);
- if (write_in_full(fd, state->msg, state->msg_len) < 0)
- ... | [
"993273596@qq.com"
] | 993273596@qq.com |
df13d38bf6627af62755f4573658be70049fcf2b | 6d258d9abc888d6c4640b77afa23355f9bafb5a0 | /xerces-c/StdInParse/StdInParse.cpp | e430a71ad6a4eeea17134757b95c935ac5af4629 | [] | no_license | ohwada/MAC_cpp_Samples | e281130c8fd339ec327d4fad6d8cdf4e9bab4edc | 74699e40343f13464d64cf5eb3e965140a6b31a2 | refs/heads/master | 2023-02-05T00:50:47.447668 | 2023-01-28T05:09:34 | 2023-01-28T05:09:34 | 237,116,830 | 15 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,889 | cpp | // original : https://github.com/apache/xerces-c/tree/master/samples
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to Y... | [
"ml.ohwada@gmail.com"
] | ml.ohwada@gmail.com |
5e8ae54037e163a964bf8269f3bbf32938a99631 | e850b4268df0bf810ecc601d4aa1a07ed0b4d0b5 | /exercises/crypto-square/example.h | 16a5a5c6c5064a968a68718d0d3f8d4c461f56b2 | [
"MIT"
] | permissive | junming403/cpp | d2a202847f57b64865d388cd6549dfa8f39ff0f4 | ef9f95396fde8cdf405c4995500e8754a9f68d99 | refs/heads/master | 2020-05-04T10:09:33.317526 | 2019-04-08T14:55:04 | 2019-04-08T14:55:04 | 179,082,951 | 1 | 0 | MIT | 2019-04-02T13:24:07 | 2019-04-02T13:24:06 | null | UTF-8 | C++ | false | false | 456 | h | #if !defined(CRYPTO_SQUARE_H)
#define CRYPTO_SQUARE_H
#include <string>
#include <vector>
namespace crypto_square
{
class cipher
{
public:
cipher(std::string const& text);
std::string normalize_plain_text() const;
std::size_t size() const;
std::vector<std::string> plain_text_segments() const;
... | [
"legalize@xmission.com"
] | legalize@xmission.com |
d3044d54731ce95c305b6e2b4459c0128056a8b8 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14164/function14164_schedule_33/function14164_schedule_33_wrapper.cpp | 2591ff423543f6499fc8079e3aaa86c6042de091 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,338 | cpp | #include "Halide.h"
#include "function14164_schedule_33_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(128);
Halide::Buffer<int32_t> buf01(64);... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
1f44f5a3af044318d0edfc5217dac90a633395f9 | 675d7cc5b56305a89ab4837b3dedcadafc57ab74 | /src/extra/textparser.cpp | c55ce8e86ee280ae4f98ce931c284ce4afcf928f | [] | no_license | xDura/SIRayTracer | 3c3df6889dc46eb4998f8a6bd47c4548c234550f | e7f6bdc6d93aa5fd6e9c37e8a166f2ddaf0a9d4c | refs/heads/master | 2021-03-22T04:15:29.956435 | 2016-06-08T21:22:47 | 2016-06-08T21:22:47 | 59,030,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,574 | cpp | #include "textparser.h"
//#include "includes.h"
#include <sys/stat.h>
#include <string>
#include <algorithm>
//extern HWND GLOBmainwindow;
char g_string_temporal[256];
TextParser::TextParser()
: data(NULL)
{}
TextParser::TextParser(const char *name)
: data(NULL)
{
FILE *f;
struct stat stbuffer;
stat(name,... | [
"hawkyssurfing@hotmail.com"
] | hawkyssurfing@hotmail.com |
d159adad62f0a6f93696aa26c7eefabf03510044 | e572fe7da635214a975ab8aebd4a8e8565183d60 | /remove-node-in-binary-search-tree.cpp | 357aaf35e2c7bb4f5bce4d06b685bea8bc7955b3 | [] | no_license | LloydSSS/LintCode-LeetCode | 3713dc63019fbf4af8dbb9b21c72c1d03874893f | fb55572a219f51e015672768090cbda1edcef707 | refs/heads/master | 2020-12-25T22:58:26.399559 | 2015-09-14T16:09:18 | 2015-09-14T16:09:18 | 35,087,006 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,237 | cpp | // http://www.lintcode.com/en/problem/remove-node-in-binary-search-tree/
// 设置一个伪根,删除节点为根节点时不用特殊处理,递归调用removeNodeHelper,当发现匹配的值时,如果左右子树有一个为空,则直接把另一个子树提升上来;否则,把右子树上移,左子树作为右子树的左子树,右子树原先的左子树放在原先左子树的右子树的最右边
#include "lc.h"
class Solution {
public:
/**
* @param root: The root of the binary search tree.
* @pa... | [
"LloydSSS@users.noreply.github.com"
] | LloydSSS@users.noreply.github.com |
03c58ec35db207ccbc0f39c844068de4f3d5247c | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/96/b6b628ed5d88bb/main.cpp | cd91eac2cc788fdc08dd0b97f8b7cec8129215c7 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165 | cpp | #include "/Archive2/51/34fac35ef02db3/main.cpp"
#include <istream>
#include <ostream>
template std::getline(std::istream&, std::string&, char);
#endif //MY_HEADER | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
22c4889455a27c9bdf5a5de75dae22c26bcae47a | 579f6399b3f8238eee552b8a70b5940db894a3eb | /mihajlov.dmitry/A1/main.cpp | ff058ba35947c9c953699174e6c9b75f6a2bac72 | [] | no_license | a-kashirin-official/spbspu-labs-2018 | 9ac7b7abaa626d07497104f20f7ed7feb6359ecf | aac2bb38fe61c12114975f034b498a116e7075c3 | refs/heads/master | 2020-03-19T04:18:15.774227 | 2018-12-02T22:21:38 | 2018-12-02T22:21:38 | 135,814,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | cpp | #include <iostream>
#include "rectangle.hpp"
#include "circle.hpp"
void moveObject(Shape & obj, const point_t & centerPos)
{
std::cout << "Old data: " << std::endl;
obj.getInfo();
obj.move(centerPos);
std::cout << std::endl << "New data: " << std::endl;
obj.getInfo();
std::cout << "Area of Shape: " << obj.... | [
"a.kashirin.official@gmail.com"
] | a.kashirin.official@gmail.com |
f81e0ede48bdb2fdc9235cbd4a1d1458cb739d3e | 1ec55905d71a35dd2cf1a49121660e89db3ca611 | /ArduCopter/GCS_Mavlink.pde | 4049c42c598b793c61e6c5dfc53a0284e3fe1802 | [] | no_license | ParkerK/RFID-Copter | 6a8253136a48cd98ce4bf6fa3876b5def6d89066 | 7777784747f56b68e671d3367f81ad0829440d19 | refs/heads/master | 2020-06-05T05:50:20.187724 | 2013-02-07T03:59:36 | 2013-02-07T03:59:36 | 5,769,486 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 65,337 | pde | // -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
// use this to prevent recursion during sensor init
static bool in_mavlink_delay;
// this costs us 51 bytes, but means that low priority
// messages don't block the CPU
static mavlink_statustext_t pending_status;
// true when we have recei... | [
"johnpohollaren@gmail.com"
] | johnpohollaren@gmail.com |
5d9e098f5bdb22625cb478ad0fe87b7a3a535890 | 99d054f93c3dd45a80e99be05f3f64c2c568ea5d | /Online Judges/Neps Academy/LoteriaOBI2014.cpp | e93dfa4b79af724600cf0519739d73c4d19fd69d | [
"MIT"
] | permissive | AnneLivia/Competitive-Programming | 65972d72fc4a0b37589da408e52ada19889f7ba8 | f4057e4bce37a636c85875cc80e5a53eb715f4be | refs/heads/master | 2022-12-23T11:52:04.299919 | 2022-12-12T16:20:05 | 2022-12-12T16:20:05 | 117,617,504 | 74 | 21 | MIT | 2019-11-14T03:11:58 | 2018-01-16T01:58:28 | C++ | UTF-8 | C++ | false | false | 620 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main() {
vector<int>v(100, 0);
int n, cont = 0;
for (int i = 0; i < 6; i++)
{
cin >> n;
v[n] = 1;
}
for (int i = 0; i < 6; i++)
{
cin >> n;
if (v[n])
cont++;
}
... | [
"annelivia16@gmail.com"
] | annelivia16@gmail.com |
7e8da0c247ee572e7b13128743a4116aee5650b6 | e3afeab04cfed95b18affeb766bdffec6c610ab3 | /tools/sworks/SwUnibase/SwUniAttr.h | 8b257f91f826b7f734862b302e58d9328a78d9ca | [] | no_license | VB6Hobbyst7/NCL_in_VisualStudio | 2831e101163d34be5b5775c458471313cd6c035b | 998a5a4ca9eb1cfdee0b276ae9541f7d1f7e6371 | refs/heads/master | 2023-06-24T12:03:34.428725 | 2021-07-27T20:30:46 | 2021-07-27T20:30:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,846 | h | /*********************************************************************
** NAME: SwUniAttr.cpp
**
** Implementation of SolidWorks Attributes class functions.
**
** CONTAINS: CUniAttr class functions
**
** COPYRIGHT 2003 (c) NCCS. All Rights Reserved.
** MODULE NAME AND RELEASE LEVEL
** SwUniAttr.h ,... | [
"asoiguine@nccs.com"
] | asoiguine@nccs.com |
dcdffdf9440c3fa9af14ae282d4fa3e987cfc461 | f47598d0bb10854a7d1c929e35c6494320081c2b | /stereo_cam_imu_driver/include/Float64Stamped.h | 2f6d04fcd579c27548faee580389c4ad146f8dac | [] | no_license | tixidi/qrcode | 50c192dd2ffc93fb0cc82372bd13aae183432b82 | b57a74455357eeb878799c393177de5247b48c21 | refs/heads/master | 2021-03-03T23:37:56.133692 | 2017-10-11T12:29:25 | 2017-10-11T12:29:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,086 | h | // Generated by gencpp from file stereo_camera/Float64Stamped.msg
// DO NOT EDIT!
#ifndef STEREO_CAMERA_MESSAGE_FLOAT64STAMPED_H
#define STEREO_CAMERA_MESSAGE_FLOAT64STAMPED_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_trai... | [
"w_shiwe.163.com"
] | w_shiwe.163.com |
6dfcb875a341778a31e3afadb00a50d9a177a125 | 7aee591cf4c43a9ec382bb2e20ca89e769e4cae5 | /listmodel.cpp | 35f37e879218b326aa1c4b19c35c4ddaa199ee6f | [] | no_license | arcean/wlanscanner | a26407431b7f12e83301e8280cc1c71d84f83ac3 | 4acd85d64a23605a71f0c9b035a22f7dce061946 | refs/heads/master | 2021-01-21T12:36:32.721337 | 2013-01-08T18:59:19 | 2013-01-08T18:59:19 | 34,137,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,088 | cpp | /***************************************************************************
**
** Copyright (C) 2012 Tomasz Pieniążek
** All rights reserved.
** Contact: Tomasz Pieniążek <t.pieniazek@gazeta.pl>
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General P... | [
"t.pieniazek@gazeta.pl"
] | t.pieniazek@gazeta.pl |
c4774e8039b8aa188a35bed17455797351dcc110 | 354f2e2befd4ddb968c507930651bb4bac2e934e | /Class Notes + Assignments/Box2.cpp | fc43b23e46d56d95547886a7a008ced5c3c0861d | [] | no_license | cshue1/cisc2000 | 60f02a412e8dbdbddc84733079880a343965f8f9 | b5fba110cdbccd73b1c718913f260ce8142da167 | refs/heads/master | 2021-08-11T17:30:55.130335 | 2017-11-14T00:48:19 | 2017-11-14T00:48:19 | 107,361,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 874 | cpp | #include <iostream>
using namespace std;
class Box
{
private:
int id;
static int count;
public:
static boid showCount()
{
cout << "Count is " << count << endl;
}
Box()
{
cout << "Constructor called for id " << id << endl;
}
Box(int i)
{
id... | [
"cshue1@fordham.edu"
] | cshue1@fordham.edu |
2d89876f5526c05842ca6291d865a1241379f21b | b5167d966602092144f25ee6be68efd2f592c7e9 | /Classes/SlotGameScene.h | ef05871308cd54aa4a606485939f7b4a31286f8c | [
"Unlicense"
] | permissive | alexgg-developer/cocos2d-game | 0e3277628553f2321896453ff44e287fbf55cd6c | 25ef16d7da70ed9f879ce35676fa3257071c7a54 | refs/heads/master | 2020-03-28T11:21:26.071336 | 2018-09-11T17:06:24 | 2018-09-11T17:06:24 | 148,204,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,099 | h | /****************************************************************************
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal... | [
"alexgg.developer@gmail.com"
] | alexgg.developer@gmail.com |
778c230ac1fc713b4130f285ceb8f3a0bc99bc6e | ffb2519a2dff89a252dc4629479012e0a284ccc6 | /src/connectivity_tool/conn_tool.cpp | 2e0786b8241a8bd177be5f64ffcea432229fca66 | [
"BSD-3-Clause"
] | permissive | oplcoin/oplcoin | 182d29cea80fccf71a56c9ff1253eeb552d72d22 | 2c86ad35d0225e3e5b4ceb2be6c9f4bc6385e7d9 | refs/heads/master | 2022-12-10T12:56:21.183065 | 2020-08-28T20:03:50 | 2020-08-28T20:03:50 | 291,135,890 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,192 | cpp | // Copyright (c) 2014, OplCoin, The Monero Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this li... | [
"oplcoin@protonmail.com"
] | oplcoin@protonmail.com |
21d0992aa4be8f8831ce1081655b41bd05d5d9ae | 297497957c531d81ba286bc91253fbbb78b4d8be | /third_party/libwebrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller_unittest.cc | acfea33853ad05be2aec2e0c769497f40faa4223 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | marco-c/gecko-dev-comments-removed | 7a9dd34045b07e6b22f0c636c0a836b9e639f9d3 | 61942784fb157763e65608e5a29b3729b0aa66fa | refs/heads/master | 2023-08-09T18:55:25.895853 | 2023-08-01T00:40:39 | 2023-08-01T00:40:39 | 211,297,481 | 0 | 0 | NOASSERTION | 2019-09-29T01:27:49 | 2019-09-27T10:44:24 | C++ | UTF-8 | C++ | false | false | 8,948 | cc |
#include "modules/audio_coding/audio_network_adaptor/bitrate_controller.h"
#include "rtc_base/numerics/safe_conversions.h"
#include "test/field_trial.h"
#include "test/gtest.h"
namespace webrtc {
namespace audio_network_adaptor {
namespace {
void UpdateNetworkMetrics(
BitrateController* controller,
... | [
"mcastelluccio@mozilla.com"
] | mcastelluccio@mozilla.com |
dce3b5ac6f04784e3c5353ea82a07ba57b781c4e | fda65b337a8a69a18937a5091bfa8eb49c0c9574 | /Mathematics/src/vectors/Vector3.h | 85a1d8daf616f62e6e18b77943a307603dfd1b46 | [] | no_license | DevJhin/simple-opengl-engine | f149f1fc114d55c0fd1e8d577bdd1d331dd8b175 | d20b6bc63a9529637f34dcf508a52f10cde5fd9e | refs/heads/main | 2023-01-08T14:19:22.886904 | 2020-11-02T08:15:51 | 2020-11-02T08:15:51 | 309,298,603 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,598 | h | #pragma once
#include <string>
#include <glm/gtx/norm.hpp>
#include <glm/vec3.hpp>
using Vector3Int = glm::uvec3;
using Vector3 = glm::vec3;
inline glm::vec3 bt2glm(const Vector3& vec)
{
return { vec.x, vec.y, vec.z };
}
namespace Vec3Math
{
const static Vector3 ZERO = Vector3(0, 0, 0);
const static Vector3 O... | [
"jhin0904@gmail.com"
] | jhin0904@gmail.com |
e849efc917aa4d37d061e0ff49c3ac571fc0d6d3 | e9ba8f7dc983a829e5face67a9602da43386a9af | /cpp/milestones/milestones.cpp | 5fc626ebfe41add185bebdf67218876d1d020b06 | [] | no_license | plilja/puzzlesg | 039effe7621673b2ecf60800f5c30624ee46e979 | 00ae63dff4538d49d36a6f2e12271f5fff7088a7 | refs/heads/master | 2021-04-15T09:03:56.647355 | 2018-11-15T18:15:53 | 2018-11-15T18:16:19 | 38,123,525 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | cpp | #include <iostream>
#include <vector>
#include <set>
using namespace std;
typedef long long ll;
double EPS = 1e-9;
int main()
{
int m, n;
scanf("%d %d", &m, &n);
vector<ll> ts(m);
for (int i = 0; i < m; ++i) {
scanf("%lld", &ts[i]);
}
vector<ll> xs;
for (int i = 0; i < n; ++i) {
... | [
"patlil@kth.se"
] | patlil@kth.se |
2e42584f648a9fb0fa680f04d4bebf6b19b386b0 | 8a45863f5bc04ba397d046aa9e67e4a29e26cdd5 | /CarND-Extended-Kalman-Filter-Project/src/FusionEKF.h | 129201c233b061835135238b4ca032de5858c4b8 | [
"MIT"
] | permissive | avilash/Udacity-Self-Driving-Car-NanoDegree | 04a66ad984c6d0c43422177c4c6a9ef5b2037c00 | 99ab752a6de277aee22305975ccbd4ffb8f77815 | refs/heads/master | 2020-05-03T14:32:16.231394 | 2019-05-16T06:53:44 | 2019-05-16T06:53:44 | 178,680,291 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | h | #ifndef FusionEKF_H_
#define FusionEKF_H_
#include <fstream>
#include <string>
#include <vector>
#include "Eigen/Dense"
#include "kalman_filter.h"
#include "measurement_package.h"
#include "tools.h"
class FusionEKF {
public:
/**
* Constructor.
*/
FusionEKF();
/**
* Destructor.
*/
virtual ~Fusion... | [
"avilashkumar4@gmail.com"
] | avilashkumar4@gmail.com |
267eab35391f85daf12ac179ad6bbedcd02126d2 | 0de1dc0f0daea44f6f14b9629e4bb8052524bc9b | /src/tracking/include/tracking/Mapping.h | ded057b385e7ab075772e295d4411ce91199c8a3 | [] | no_license | edex99/direct_SLAM | c6578b39f321e749412481dba1b8f43591337904 | e7a05765702d3ca6a186180877370d3c105f1205 | refs/heads/master | 2020-03-10T08:53:51.303127 | 2018-04-12T18:48:47 | 2018-04-12T18:48:47 | 129,296,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 175 | h | #ifndef INCLUDES_MAPPING_H_
#define INCLUDES_MAPPING_H_
//#include "opencv2/opencv.hpp"
class Mapping {
public:
Mapping();
private:
};
#endif /* INCLUDES_MAPPING_ */ | [
"ericdexheimer2018@u.northwestern.edu"
] | ericdexheimer2018@u.northwestern.edu |
e8c1f299ed23dc5b37e71a898e7f89c8bf3c0115 | d4812b46897795f6ca7424c0c26cf54b1b34ee86 | /Arduino/arduino based basic multimeter/arduino codes/DMM/New folder/DMM_/DMM_.ino | 206f24085bce6dabc1ae1beafe43dc8fc259d119 | [] | no_license | eheperson/embed | 2fcb7aa5d9e31403c8678f2d03fc21e3059a56aa | caeb56cf323524e0f01caa2b7e8fd253e0c59550 | refs/heads/master | 2023-03-31T20:11:36.600221 | 2021-04-08T12:50:08 | 2021-04-08T12:50:08 | 338,941,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,114 | ino | /*
Test LCD + MODE Select button
*/
#include <LiquidCrystal.h>
#include <math.h>
#include <SPI.h>
int button_pin = 2;
int back_light = 10;
int v100 = 9;
int v30 = 8;
int v10 = 7;
int curr_mode = 13;
int MODE = 0;
int brightness = 0;
int fadeAmount = 5;
int curr_value = 0;
int acc_value = 0;
float disp_res;
... | [
"barannkuzu@gmail.com"
] | barannkuzu@gmail.com |
07d6957db96d0e45940df341915eade761590744 | 5652779bc1b01b56939ee484a90ea33caeca3774 | /Lab 4/Lab 4/Tuple.cpp | 7b4a58278cdb8c74badd93af134dbf6d91991ea3 | [] | no_license | raull/CS236 | 3764cf731a696240a433d13fbfc47f9f5fb2764b | 9a5ed1ea3c858ab80f11faa6a703e27bc399d059 | refs/heads/master | 2021-01-21T00:47:22.697270 | 2014-04-08T20:25:37 | 2014-04-08T20:25:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | cpp | /*
* Tuple.cpp
*
* Created on: Mar 15, 2014
* Author: raull
*/
#include "Tuple.h"
#include <sstream>
Tuple::Tuple() {
// TODO Auto-generated constructor stub
}
Tuple::Tuple(vector<Token> list){
elements = list;
}
Tuple::~Tuple() {
// TODO Auto-generated destructor stub
}
Token Tuple::getElementAtInde... | [
"ruffles91@gmail.com"
] | ruffles91@gmail.com |
aa16aad7660af005d976a7424e1e7bc9bd4e3981 | 0e79b11e100c78e1d0b7159cb6ae369a2942d6d0 | /gsyslib/g_matrix3x4.h | d8cb228acfcba742452c6f2acd927bae88a53fcf | [] | no_license | JlblC/dcmap | e3be11c4c9da9ac4f0be693fee3b4fb2cf8af6ec | e2cbfa43dfe04125d19b4bae34e9a552db307198 | refs/heads/master | 2021-07-04T01:47:45.249683 | 2014-06-08T17:46:32 | 2014-06-08T17:46:32 | 20,622,342 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,142 | h | #pragma once
#ifndef G_MATRIX3X4_H
#define G_MATRIX3X4_H
#include "g_gsys.h"
#include "g_alg.h"
#include "g_vector3.h"
#include "g_vector4.h"
#include "g_quaternion.h"
#include "g_text.h"
#include "g_base_matrix.h"
#include "g_matrix3.h"
#include "g_matrix4x3.h"
#include "g_matrix_operations.h"
namespace gsys
{
stru... | [
"jlblc@ya.ru"
] | jlblc@ya.ru |
0b97b5f5b6be2ea25c542905b61c22a05ad8173b | 89f9e9be88b477f9a4d511fe1e873d8163d1a066 | /Arduino/basic_analogue_read/basic_analogue_read.ino | c4166742b0134ce47ba45b602e70ab7583381fc2 | [] | no_license | KaufmanLabJILA/analysis_code | 292ac477042249eb4b75590f2851d555ffe27acc | 7b842434e477356614db63b59d9321a850ee7f2c | refs/heads/master | 2020-03-17T12:21:45.375604 | 2019-09-20T01:44:26 | 2019-09-20T01:44:26 | 133,585,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 574 | ino | byte rx_byte = 0;
void setup() {
// set ADC resolution to 12 bit (only on arduino due)
analogReadResolution(12);
// change voltage reference to 1.1V for more resolution on photodiodes
// which saturate at 600mV (not available on Due...)
// analogReference(EXTERNAL)
// initialize both serial ports:
Serial... | [
"KaufmanLabJILA@gmail.com"
] | KaufmanLabJILA@gmail.com |
3535a445c4da6278d96a521d4d967154926ec659 | 8d75cad09837cb31ca31c7cfe136b14efe8f1b85 | /Codeforces/1281A.cpp | c741a8617448671895c44f17131df14938141bac | [
"MIT"
] | permissive | raad1masum/Competitive-Programming | 3d68e8bfd02526edd4f5dee582c2dfcc0765e57b | fbf37e61d219e84c4c3422d5efad2be2eb21820d | refs/heads/master | 2023-08-16T21:35:37.189131 | 2023-08-11T00:06:31 | 2023-08-11T00:06:31 | 251,714,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t;cin >> t;
string s;
while (t--)
{
cin >> s;
if (s[s.size()-1] == 'o')
{
cout << "FILIPINO" << endl;
}
else if (s[s.size()-1] == 'u')
{
cout << "... | [
"piraadwan@gmail.com"
] | piraadwan@gmail.com |
220f8282e0c7b9b58849d5a95f10e394ea0d3baf | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chrome/browser/media/router/presentation/browser_presentation_connection_proxy.h | 434cf0bcc9bc3b68497840c6bd8ca20cb4bd9640 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 3,644 | h | // Copyright 2017 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_MEDIA_ROUTER_PRESENTATION_BROWSER_PRESENTATION_CONNECTION_PROXY_H_
#define CHROME_BROWSER_MEDIA_ROUTER_PRESENTATION_BROWSER_PRESENT... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
01b07c0ab79a9cb2bbe7c7f464638dba77818a5e | ddd2a67e8d54cc451b5941906146607b047fa6b6 | /VaccinneDistribution.cpp | 48ac1e7b4c8ffd49590fc2a5478e3012cbab01cc | [] | no_license | Kushagra-Kapoor25/DSA | cf1053d3bc5def66c78fe9c92dee41b7af9b01b3 | 314afafb6afa250e010b564a472a5a292e6824b3 | refs/heads/main | 2023-06-01T15:12:00.651700 | 2021-06-21T05:03:29 | 2021-06-21T05:03:29 | 371,939,850 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
#ifndef ONLINE_JUDGE
freopen("input.txt", "r", stdin);
freopen("output.txt", "w", stdout);
#endif
int t;
cin >> t;
while (t--)
{
long n;
long d;
cin >> n >> d;
int a[n];
for (int i = 0; i < n; i++)
cin >> a[i];
long minDays = 0;
if (d == 1... | [
"kushagrakapoor27@gmail.com"
] | kushagrakapoor27@gmail.com |
cd9da34896ee9250ce48f8bb0779a676fd86f952 | 834e75748c0a4ff24155f9a680fa0603d5984e55 | /TCC8.0/lib/CommandsBttnR/CommandsBttnR.h | b0f892b500fbe5c5f8565773b1698d4f549ac99c | [] | no_license | iagolps/Undergraduate_Thesis | b07bb38878006a55b804c269c6666b2b37f8c558 | f401b5d2c8c4ac163fabd0336745f89261e2702f | refs/heads/master | 2020-07-07T21:10:40.515785 | 2019-08-21T20:18:42 | 2019-08-21T20:18:42 | 203,471,770 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,018 | h | #ifndef CommandsBttnR_h
#define CommandsBttnR_h
#include "Config.h"
class Right: public Data
{
public:
Right();
~Right();
void BttnR1();
void BttnR10();
void BttnR100();
void BttnR101();
void BttnR110();
void BttnR111();
void BttnR2... | [
"iagolps@gmail.com"
] | iagolps@gmail.com |
ae44aced773f8b81506c6f83b8b279f42e75a002 | 4423987b3cb13ad3321479d11de9f0250575df75 | /Codeforces/Ascendants/ONE/Round600/cc.cpp | 793153a633347b450bf2fddeec028c8362ffd04c | [] | no_license | samplex63/Competitive-Programming | 5ebc3a933eed1a5921bea8e91b798c96225007bf | 546aecd109dbdedef5b9b2afaddb1fa5ff69bbde | refs/heads/master | 2022-12-04T16:51:57.648719 | 2020-08-24T13:37:47 | 2020-08-24T13:37:47 | 282,802,436 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | cpp | #include <bits/stdc++.h>
using namespace std;
#define fi first
#define se second
#define sz(x) static_cast<int>((x).size())
typedef long long ll;
typedef long double ld;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
#ifdef LOCAL
freopen("in", "r", stdin);
#endif
int n, m;
cin >> n >> m;
vect... | [
"42390214+samplex63@users.noreply.github.com"
] | 42390214+samplex63@users.noreply.github.com |
68615f691678f876fdc17b6e4ba0d18da3948499 | 9f0e62953b0125f7c69ef197d79724b652cf61d7 | /C++ProgrammingLanguage/ch3/abstract.cpp | 4ccb44339c9911c22aca26e2b23449d0487021c2 | [] | no_license | NewReStarter/Training | d3ece985cfc0dba7921d01e2b9766b09c5da37db | 2534c4010096b477bec72025a970f2504301d5ae | refs/heads/master | 2020-06-27T22:38:04.005695 | 2019-09-04T11:04:21 | 2019-09-04T11:04:21 | 97,077,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | cpp | #include<vector>
class Shape{
public:
virtual Point center() const =0;
virtual void move(Point to) =0;
virtual void draw() const =0;
virtual void rotate(int angle) =0;
virtual ~Shape(){}
};
class Circle : public Shape{
public:
Circle(Point p, int rr):x{p},r{rr} {}
Point center() const
void move(Point to){ ... | [
"ziliugao@gmail.com"
] | ziliugao@gmail.com |
3555cfeccba9c1b6c15dc97fbc74a390bdbebcfc | 3301396746390df707dec7e5922a8da691d6d382 | /Data_Processing_Project/src/genel.h | 1b4ca55b8a4a33433c87e1aaf29925b022dc9f7a | [] | no_license | yusufemrebudak/Data-Processing-Between-File-Types | f3ab9c1fd5d7d3d73a4cb528be9fe05fbfe74f8a | d837937cf81e0f18ef9b912a6222de4aa5d1dffe | refs/heads/main | 2023-05-08T06:44:29.813279 | 2021-05-22T14:20:42 | 2021-05-22T14:20:42 | 369,827,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | h | /*
* genel.h
*
* Created on: 16 May 2020
* Author: yusuf
*/
#ifndef GENEL_H
#define GENEL_H
#include <cstring>
#include <string>
#include <iostream>
#include <cstdlib>
#include <fstream>
#include <deque>
#include <list>
#include <cmath>
using namespace std;
#endif /* GENEL_H */
| [
"yusufemrebudak16525@gmail.com"
] | yusufemrebudak16525@gmail.com |
163449628807ca33fb8da02dee8698b98910e01d | e6a416abdd593811ad7706b4b00b0a8727b8691b | /Remote/confirmbreachpopup.h | b239bbc85060235a183fea9562af07614d59d225 | [] | no_license | RonaldColyar/POI-RemoteDesktop | e4f8e7d0d48f134900fe5b259160005884927a02 | 3b1faf353e3149d651fd19f8a9ebd8b0dc65d453 | refs/heads/master | 2023-03-02T03:47:07.193870 | 2021-02-15T04:44:58 | 2021-02-15T04:44:58 | 328,091,911 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 402 | h | #ifndef CONFIRMBREACHPOPUP_H
#define CONFIRMBREACHPOPUP_H
#include <QDialog>
#include "main_functionality.h"
namespace Ui {
class ConfirmBreachPopup;
}
class ConfirmBreachPopup : public QDialog
{
Q_OBJECT
public:
explicit ConfirmBreachPopup(RequestManager RM,QWidget *parent = nullptr);
~ConfirmBreachPopu... | [
"PhantexCreations@gmail.com"
] | PhantexCreations@gmail.com |
998dea819ed26c2ed3a52f20319eb78e3b89261d | 797d6efceac873bd9e9b5b63f5c17167e6c62384 | /src/Inverter.H | c1fe60f691013a66b0657e128fabf77a90c00190 | [] | no_license | smsolivier/euler_chebyshev | a01f074524e41c0de1728beeefb8f755b40722af | 66c67c3d570ff86f9c1c9ea7b0acfd288f2fa957 | refs/heads/master | 2020-03-16T17:24:16.240604 | 2018-05-10T05:42:21 | 2018-05-10T05:42:21 | 132,830,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,225 | h | #ifndef __INVERTER_H__
#define __INVERTER_H__
#include <vector>
#include "Common.H"
#include "DataObjects.H"
#include "PaperCutter.H"
using namespace std;
/// invert \f$ \nabla^2 f = \left( D^2 - \vec{k}^2 \right) \f$
class Inverter {
public:
/// singleton interface
/** allow only one static instance to exist ... | [
"smsolivier@gmail.com"
] | smsolivier@gmail.com |
f867bec3d501d77d104a0d7ca8c1907059a8c489 | 53c5ed79aa66a9ecb27ecc0e763b297e455d7a77 | /vq/codebook.h | da23530d3f35c3fa05472dac15fa08836236fe3c | [] | no_license | anax32/vq-hmm | 7c0bc3074b7cd6ece8bdedd031f9add6f13ece99 | 8232f15e1b3afa96b319b4424787805a3dd26888 | refs/heads/master | 2022-11-12T15:16:21.430456 | 2020-07-06T23:45:15 | 2020-07-06T23:45:15 | 277,672,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,526 | h | /*
* codebook lookup for a set of symbols to a set of values
*
* type parameters are:
* T : data type
* D : arity of value
*/
template<class T, unsigned char D>
class Codebook
{
private:
T *data;
const unsigned int size;
public:
Codebook (T* values, const unsigned int valueCoun... | [
"anax@hotmail.co.uk"
] | anax@hotmail.co.uk |
79dbb0facdc5a5d12fb64d4d1c93fb3cd4452ac9 | 75ba0fa158ad5c33b91edf209f52a8b00ac43c33 | /algorithms/0210-Course-Schedule-II/210.cpp | b8a787edadd4168d9986aedb5037115d795757db | [] | no_license | yumengwu/LeetCode | d0765e77d794cea7c17a85a0703635672e39fb63 | 7df4fe07b67cf687358b5892dac98a993845436b | refs/heads/master | 2020-09-14T04:45:54.905988 | 2020-06-21T21:59:53 | 2020-06-21T21:59:53 | 223,021,024 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,618 | cpp | #include "../header.h"
class Solution {
public:
vector<int> findOrder(int numCourses, vector<vector<int>>& prerequisites) {
vector<int> res;
int n = prerequisites.size();
if (n == 0) {
for (int i = 0; i < numCourses; ++i) {
res.push_back(i);
}
... | [
"yumengwu95@gmail.com"
] | yumengwu95@gmail.com |
0d949a33bd8962b3507ada11664d222f383e7a54 | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/tests/UNIXProviders.Tests/UNIX_MPLSSegmentInXCFixture.cpp | 685dee27c9bd36fb96d132f24022c3bc44d52011 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,460 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
e83c6bc8bdc335f5cc489b7c855f5607feece1d8 | febb991c955e52c7502b3f9c8c03ab360179b674 | /projects/android/KDDIDemo/jni/src/rtcengine.h | 741dcbeb9dd7f79ea10d65c908b3b19386e0a155 | [] | no_license | bobwolff68/gocastmain | b4c4630af1b3c1e9930735a95e11200fddf6b454 | 3aa167f7c8373a332ec7ed7cac0ef31a6f25f104 | refs/heads/master | 2020-04-16T00:24:48.460045 | 2012-11-20T22:34:05 | 2012-11-20T22:34:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,016 | h | #ifndef GOCASTMAIN_KDDIDEMO_RTCENGINE_H_
#define GOCASTMAIN_KDDIDEMO_RTCENGINE_H_
#include <map>
#include <string>
#include "voeinterface.h"
#include "vieinterface.h"
namespace GoCast
{
class RtcEngine
{
public:
RtcEngine();
~RtcEngine();
bool Init();
bool Deinit();
... | [
"mmalavalli@xvdth.com"
] | mmalavalli@xvdth.com |
62a0a224a828fb65b11bd3814f60aca3c531bdbc | 7622359e2e4099d24bef9ae0ac83c96ca4ac8da0 | /src/srchilite/styleparser.h | 67a3cc45efc83ab236c231b932341faf2285243d | [] | no_license | lingnand/Helium | 23300a13dbef3d0a6ce31db92a1c2e4344374aa3 | d1f8fab6eb5d60e35b3287f6ea35cd1fae71f816 | refs/heads/master | 2023-04-04T10:44:03.009166 | 2021-04-16T01:48:05 | 2021-04-16T01:48:05 | 358,439,449 | 10 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,813 | h | /* A Bison parser, made by GNU Bison 2.5. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published ... | [
"lingnan.d@gmail.com"
] | lingnan.d@gmail.com |
5151b8d3cfed105d5fa177216434f530f85d1fa6 | bc5cbed05e2d5088adb85b220d998357974bc3a0 | /PartAllocator.cpp | 145f1e7120ea347628121baf95e64ef8e53f013a | [] | no_license | thya6769/ComputerBuilder | e10410f78bc5e0ae92534b991dc27bbbdf3c8085 | c6fcfc1dbab37cbe79dd1ccc757c4d71abe9baae | refs/heads/master | 2020-12-30T13:22:00.337430 | 2017-05-14T02:18:09 | 2017-05-14T02:18:09 | 91,209,447 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,801 | cpp | #include "PartAllocator.h"
GraphicsCardSet* PartAllocator::getGraphicsCardSet(GraphicsCard* graphicsCards, int numberOfGraphicsCards)
{
return new GraphicsCardSet(graphicsCards, numberOfGraphicsCards);
}
HardDriveSet* PartAllocator::getHardDriveSet(HardDrive** hardDrives, int numberOfHardDrives)
{
re... | [
"thya6769@uni.sydney.edu.au"
] | thya6769@uni.sydney.edu.au |
c537beb12e082d9b0d82c6e3570b35cd14b19fca | 4c10cf68de9f75dbee15f23dc612996c73c02e6c | /Ch2/build-Counter-Desktop_Qt_6_1_3_MinGW_64_bit-Debug/debug/moc_Counter.cpp | 286a63dd1860baacf419396c4b54d76d52f3591a | [] | no_license | Frollerman/QtBook | 784d6f79267744e9583999779f3f990bdd0df4c2 | c71c1884343955e9c33590a4547aa6f2daa35e18 | refs/heads/master | 2023-08-30T18:13:37.363513 | 2021-11-07T20:58:16 | 2021-11-07T20:58:16 | 408,225,187 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,906 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'Counter.h'
**
** Created by: The Qt Meta Object Compiler version 68 (Qt 6.1.3)
**
** WARNING! All changes made in this file will be lost!
*************************************************************... | [
"frollerman@yandex.ru"
] | frollerman@yandex.ru |
9598dc09f790882debae5b70730b36b50355df50 | f1a35bd700e42302cbc76f1d59fc8e5f0cf3a0fd | /include/vrg3d/SynchedSystem.h | 9651347c34e8d9fb3e560c71f9a66645a1ea9e08 | [] | no_license | ribells/cove_yurt | ff31448c17377e9c8a3d876d92453c852ba7e611 | 4d5ceadc750d833b4384e8e1edde4c654c2c3b35 | refs/heads/master | 2020-12-25T17:04:17.473298 | 2016-06-23T18:48:54 | 2016-06-23T18:48:54 | 41,107,136 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,941 | h | // Copyright Regents of the University of Minnesota and Brown University, 2010. All rights are reserved.
/*
* \author Andy Foresberg (asf) and Daniel Keefe (dfk)
*
* \file SynchedSystem.h
*
*/
#ifndef SYNCHEDSYSTEM_H
#define SYNCHEDSYSTEM_H
namespace VRG3D {
/** This is a static class that reproduces som... | [
"bdcampbel01@risd.edu"
] | bdcampbel01@risd.edu |
f855d0a109ee45582258fc5e07d93feb6aab0027 | 5299fa8c8dace37e705208a0de69fa67b0b91351 | /reverse-string.cpp | ae3686b8b4afc5299c2ff41aed68c73c06d5b180 | [] | no_license | dym4xion/cplusplus-scrapbook | 0ba5617e7b4c97087cf04ab95d49bfdef1e6621a | 08403c7763bfc4ac047a6c12264fb93e463c5db6 | refs/heads/master | 2022-11-29T15:57:00.928018 | 2020-08-09T17:26:15 | 2020-08-09T17:26:15 | 284,307,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 463 | cpp | #include <iostream>
#include <cstring>
using namespace std;
int main(){
char str[] = "racecar";
char *start, *end;
int len;
char temp;
cout << "original: " << str << "\n";
len = strlen(str);
start = str;
end = &str[len - 1];
while (start < end){
temp = *start... | [
"dym4xion@users.noreply.github.com"
] | dym4xion@users.noreply.github.com |
02b3b894d70792a8e115d21c371adafcc73dbf92 | a7fb5d44cbd1ffee71519c1489fef1bdbc05fa68 | /HSMode.h | cd1be76e8b9c3214feeebe596d7a5b192fa5fa93 | [] | no_license | hodaig/hybridSched | d517d94906f0da9cf1fe6fdc8491baab72c57141 | 22e37603d64e85607bf933b19fbdba70dd10cf67 | refs/heads/master | 2021-01-13T08:08:52.261811 | 2016-12-01T16:24:17 | 2016-12-01T16:24:17 | 71,718,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,008 | h | /*
* HSMode.h
*
* Created on: Sep 14, 2016
* Author: hodai
*/
#ifndef HSMODE_H_
#define HSMODE_H_
#include "HybridSched.h"
#include "conditions/HSCondition.h"
#include "HSTransition.h"
#include <set>
//TODO typedef int (*HSCondition)(HybridSched*);
//typedef int (*HSCondition)(void);
#define HS_MAX_TASK... | [
"hodaig@gmail.com"
] | hodaig@gmail.com |
b5dea9f17d6596ca3fa0db5329b64a7ac692b488 | 3051050dc3dee97dc60ef78d31ff500b6e93d0fb | /chrome/browser/pdf/pdf_extension_js_test.cc | 1949387229388d39857586f2cdc6bfec7721e2d1 | [
"BSD-3-Clause"
] | permissive | weblifeio/chromium | cd249e1c9418dcf0792bd68bbdcd2a6e56af0e2e | 74ac962b3a95c88614f734066ab2cc48b572359c | refs/heads/main | 2023-06-09T19:45:03.535378 | 2023-05-26T19:16:31 | 2023-05-26T19:16:31 | 177,631,387 | 0 | 0 | null | 2019-03-25T17:15:48 | 2019-03-25T17:15:47 | null | UTF-8 | C++ | false | false | 15,933 | cc | // Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <string>
#include <vector>
#include "base/base_paths.h"
#include "base/path_service.h"
#include "base/strings/stringprintf.h"
#include "base/test/icu_test_util.h"
#in... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
b1402df21888ce09ce496447cba1f94d83d66611 | 6e5c688f4860277ef82f0da1dace4fc82dcbae7b | /DeferredRendering/Scene/SceneIndex.h | cf72a847e52dce7b3e22df0585d28909516a6ee5 | [
"MIT"
] | permissive | lambertjamesd/Krono | 78595d766128a652e2d57074e015afcf9ee933f2 | fc2418a176e93aeedf014ac5503fa892f2569047 | refs/heads/master | 2021-01-23T21:37:59.018525 | 2017-12-24T23:56:32 | 2017-12-24T23:56:32 | 21,313,403 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 488 | h | #pragma once
#include "Collide/Frustrum.h"
#include "Entity.h"
#include <functional>
namespace krono
{
class SceneIndex
{
public:
SceneIndex(void);
~SceneIndex(void);
typedef std::function<void (Entity&)> IndexHitCallback;
virtual void CollideFrustrum(const Frustrum& frustrum, IndexHitCallback hitCallback) = 0... | [
"lambertjamesd@gmail.com"
] | lambertjamesd@gmail.com |
10daa829d1b73399ca5099ed2950e4277b528769 | e7504a729324c7bf3743e36ed1acecafdfe8995b | /dx2-project/Naruto/Classes/ui/NFTownScene.h | e2243c1a9be4d38b62a69930fb15cf13e67053d0 | [
"Apache-2.0"
] | permissive | wish-wish/TheSilence | 5bc11f095724782ec5107b2f13140c08d336744a | a5b493f8583ca6319598b711de31382cded84f0f | refs/heads/master | 2023-04-01T12:20:57.538839 | 2021-04-12T19:26:19 | 2021-04-12T19:26:19 | 357,307,938 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 20,087 | h | #ifndef _NF_TOWN_SCENE_H_
#define _NF_TOWN_SCENE_H_
#include "../publicdef/PublicDef.h"
class CNFTownScene : public cocos2d::CCLayer ,public CMsgReceiver
{
protected:
//==============================================================================临时对应win32
bool m_bIsPressW; //win32下对应的键盘按键是否被按下(临时)
bool m_bI... | [
"12092020@qq.com"
] | 12092020@qq.com |
4e21b4f830c36ffa36139e32ce45dcc53bd51194 | ad90fd7724d8bf72f3e8b3d967799e317769430a | /tests/tests/LayerTest/LayerTest.h | 0dd534a302d29c054a004b95f58692ada8cc60d5 | [] | no_license | geniikw/myFirst2DGame | f71865ec8eabdff35c33b2a013b3afd1711b7776 | d9050e71913000e9147fa3f889d4b6c7c35fda94 | refs/heads/master | 2021-07-09T21:09:57.886694 | 2016-12-15T16:50:51 | 2016-12-15T16:50:51 | 19,765,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | h | #ifndef _LAYER_TEST_H_
#define _LAYER_TEST_H_
////----#include "cocos2d.h"
#include "../testBasic.h"
class LayerTest : public CCLayer
{
protected:
std::string m_strTitle;
public:
LayerTest(void);
~LayerTest(void);
virtual std::string title();
virtual void onEnter();
void restartCallback(NSObject* pSender);
... | [
"geniikw@gmail.com"
] | geniikw@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.