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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cb61d9bac898537e5a4b256efe7ccdba87092066 | a008d8eed53ca796b131fabf7ad35f27f182b2cc | /include/kdtree.h | 354e750c7425aa3f4d3e29fc52a986117326478c | [] | no_license | luisclaudio26/renderer | a550a3880d5d7610a20190b852a9154c58f395be | a9aed5fdbf2e89abea17207e68509c23a5e378fb | refs/heads/master | 2021-01-22T22:02:59.055753 | 2017-08-22T03:35:22 | 2017-08-22T03:35:22 | 85,500,576 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 844 | h | #ifndef KDTREE_H
#define KDTREE_H
#include <vector>
#include "Primitives/primitive.h"
#include "intersection.h"
#include <stack>
namespace Renderer
{
namespace Scene
{
using namespace Shapes;
using namespace Geometry;
class kdNode
{
public:
AABB bbox;
kdNode *r, *l;
int axis; float t;
std::ve... | [
"luisclaudiogouveiarocha@gmail.com"
] | luisclaudiogouveiarocha@gmail.com |
9fe0ad292567a50f5258d363c1c8f4e0a4a2ae87 | c5e19b8b076ae31befe1f6eb95b1a1919f80d5a4 | /sketch_jun12a.ino | 7180c017c201911b24554c7f064ccd14613da781 | [] | no_license | j14007/raspberry | e37e34da0643fa2987a1417405e3eb9d417ff28f | b84b9feb8bab7e1c24ac2863f98ecee55962d5d8 | refs/heads/master | 2021-01-13T16:50:07.611874 | 2017-06-26T07:24:41 | 2017-06-26T07:24:41 | 95,075,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 246 | ino | int val = 0;
void setup() {
// put your setup code here, to run once:
Serial.begin(57600);
pinMode(13, OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
val = analogRead(0);
delay(420);
Serial.println(val);
}
| [
"j14007@sangi.jp"
] | j14007@sangi.jp |
67b7e078eb22ed69ef1fc432e7d9cca595a935f2 | 53d50ab7e5a6069f869aa8d78486a0878e7c4afb | /GameEngine/Shader.h | 6f92cf7a9396f665236b4c8ba669a6f11a2f91e3 | [] | no_license | adrset/schrod | 8e67efb45d17d345d3cff9d09923e1e42a1d0f8b | e0d80a13b392ccd96c6f0acff9d9959e6b7dec27 | refs/heads/master | 2020-03-19T10:06:19.543846 | 2018-06-06T14:52:15 | 2018-06-06T14:52:15 | 136,343,482 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | h | #ifndef SHADER_H
#define SHADER_H
#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
#include <map>
#include <glad/glad.h>
#include <glm/matrix.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "errors.h"
namespace GameEngine {
class Shader
{
public:
// the program ID
unsigned int ID;
/... | [
"274433@pw.edu.pl"
] | 274433@pw.edu.pl |
01ef36b542710e26230b8d8072ea12b6deb125b6 | 942b7b337019aa52862bce84a782eab7111010b1 | /xray/utils/xrAI/graph_engine_inline.h | 3cdef1b883ecd6f2c3f910c0849061946d33544a | [] | no_license | galek/xray15 | 338ad7ac5b297e9e497e223e0fc4d050a4a78da8 | 015c654f721e0fbed1ba771d3c398c8fa46448d9 | refs/heads/master | 2021-11-23T12:01:32.800810 | 2020-01-10T15:52:45 | 2020-01-10T15:52:45 | 168,657,320 | 0 | 0 | null | 2019-02-01T07:11:02 | 2019-02-01T07:11:01 | null | UTF-8 | C++ | false | false | 4,722 | h | ////////////////////////////////////////////////////////////////////////////
// Module : graph_engine_inline.h
// Created : 21.03.2002
// Modified : 03.03.2004
// Author : Dmitriy Iassenev
// Description : Graph engine inline functions
////////////////////////////////////////////////////////////////////////////
... | [
"abramcumner@yandex.ru"
] | abramcumner@yandex.ru |
80b89e43a0c094a1a26fd19dd782cac57ae86c0d | d747ba6a8c1255adda08d1681a5e72dba844b83d | /Magik Carpet/Hailey.h | b4cff05081425f54eaf0e03a877e236ac490aeb4 | [] | no_license | AshleyFitness/Magik-CarpetMadeByArca | bd234bf54be655794d736d7480b41b7e68f1b516 | a52ead687c8331bf3377add51912ca50faf57feb | refs/heads/master | 2020-12-02T18:54:23.171785 | 2019-12-31T13:19:40 | 2019-12-31T13:19:40 | 231,089,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 578 | h | #pragma once
#include "Personnage.h"
class Hailey : public Personnage
{
public:
void SummonTree(Personnage& cible);
Hailey(std::string nom,int vie,int love,int level,int xp);
~Hailey();
void afficherEtat2() const;
void Compliment(Personnage& cible) const;
void Joke(Personnage& cible) const;
void DrawingDogMenu(... | [
"57031701+AshleyFitness@users.noreply.github.com"
] | 57031701+AshleyFitness@users.noreply.github.com |
94ee972494c90b4f8891e71d0447a8ec3dd0b428 | 857ad2a52e2df470d8728815e79d7a6502d0b741 | /lib/Timer/Timer.h | 714720d3bffcfe2d6fb6035df5ba36807b1c81ca | [] | no_license | BriBan2-afk/Social-Distance-Device | bc05c92ce18fc900cf0803fff53da48ea7cfc3c3 | 2dea4aa74dea0bc5eafe2cfbd02469b866f7f9af | refs/heads/main | 2023-06-13T03:10:30.237369 | 2021-06-23T18:29:01 | 2021-06-23T18:29:01 | 376,034,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220 | h | #ifndef TIMER_H
#define TIMER_H
#include <Arduino.h>
#endif
class Timer
{
unsigned long previousMillis;
public:
Timer();
bool timer (unsigned long interval);
uint32_t timeIt (uint32_t prev);
};
| [
"banziebright2@gmail.com"
] | banziebright2@gmail.com |
e252637543b25d0b952002080ddcf88bb91f7c2f | 4bf2c33b5d25dc73e89a2a06c73cb3b2a911bee6 | /smartweddingreception2A4/bague.cpp | 10f7c8d042d359f3a364899e3bc00f9865caa659 | [] | no_license | HaythemBenMechichi/smart_wedding_reception_2A4 | ee15ec7271681935fb8407fb79e13851773cc2b4 | 07b7f88ecf532a5ac85df031321d06da05248666 | refs/heads/master | 2023-02-13T04:19:52.350588 | 2020-12-02T07:29:55 | 2020-12-02T07:29:55 | 316,033,206 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,385 | cpp | #include "bague.h"
bague::bague()
{
}
bague::bague(int idb,QString nom,QString commentaire,int prix)
{
this->nom=nom;
this->commentaire=commentaire;
this->idb=idb;
this->prix=prix;
}
bool bague::ajouter()
{
QSqlQuery query;
query.prepare("insert into bague(nom,commentaire,idb,prix)"
... | [
"youssefriahi63@yahoo.fr"
] | youssefriahi63@yahoo.fr |
4f225436cdef6c1c1a0ac8a7d5b36de236b3b7c7 | 6693c202f4aa960b05d7dfd0ac8e19a0d1199a16 | /COJ/eliogovea-cojAC/eliogovea-p2695-Accepted-s642467.cpp | 6e19b75dbac28b0da694e9e80dd725a43d29f012 | [] | no_license | eliogovea/solutions_cp | 001cf73566ee819990065ea054e5f110d3187777 | 088e45dc48bfb4d06be8a03f4b38e9211a5039df | refs/heads/master | 2020-09-11T11:13:47.691359 | 2019-11-17T19:30:57 | 2019-11-17T19:30:57 | 222,045,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,141 | cpp | #include <iostream>
#include <vector>
//#include <fstream>
using namespace std;
int n, k;
vector<int> v[25];
string str;
vector<int> func(const string &s) {
int i = 1, num = 0;
bool menos = false;
vector<int> r;
r.clear();
for (int i = 0; s[i]; i++) {
if (s[i] == '{') continue;
if (s[i] == ... | [
"eliogovea1993@gmail.com"
] | eliogovea1993@gmail.com |
e1a825ac914dec9edf1b1e361754bc165abc1baf | e0c8293982efe9b606cd256480f41bbc1db6a40b | /SketcherDoc.h | bc2de8bd250b9f14f12ecac2e0887329c45c4f72 | [
"MIT"
] | permissive | chen0040/mfc-npr-interactive-ant-sketch | 91a8962b6853dcbb2c50ed183cb7d6c3bbc20b84 | e26d989efd3c72799dd13f153170585e640c5523 | refs/heads/master | 2021-01-01T17:06:32.070437 | 2017-07-22T00:57:44 | 2017-07-22T00:57:44 | 97,997,120 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,603 | h | // SketcherDoc.h : interface of the CSketcherDoc class
//
#pragma once
#include "SketcherEngine.h"
#include "AntColony.h"
#include "AntColonyConfiguration.h"
class CSketcherDoc : public CDocument
{
protected: // create from serialization only
CSketcherDoc();
DECLARE_DYNCREATE(CSketcherDoc)
// Attributes
public:... | [
"xs0040@gmail.com"
] | xs0040@gmail.com |
daaa82d00057ee6efe55790bef415791a9a9188b | 6870ea7fa607e314737ed7e814f22537eeb0fd0f | /Binary tree/Inorder_traversal_to_specialtree_conversion.cpp | dc95594761f36a4098a0c79ead0f4cf49ad6bd36 | [] | no_license | ranjansingh119/Programming-source-code | e65b332d602a45574899d61097a46e220a67e7f2 | 2029be1e38f6634d287b5901ebf17e65a46fde0c | refs/heads/master | 2021-01-20T20:05:24.914852 | 2016-06-20T18:09:52 | 2016-06-20T18:09:52 | 46,512,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,457 | cpp | #include<iostream>
#include<cstdio>
#include<cstdlib>
using namespace std;
struct tnode{
int data;
struct tnode* left;
struct tnode* right;
};
struct tnode* newnode(int data);
int maximum(int array[], int s, int last);
struct tnode* create_special_tree(int arr[], int start, int end){
if(start>end)
retur... | [
"ranjansingh119@gmail.com"
] | ranjansingh119@gmail.com |
8c2ca5c460924b0a2242cf86395876a5eea9cfc7 | b41db21e54e088200157105345070f01e9557ced | /AtCoderRegularContest/37/b.cpp | f208f0f833ccbc330a0fc640f134540ff09e0a78 | [] | no_license | tsugupoyo/AtCoder | e6ce8692e133028264eb8f85f765d988306feb97 | 3b1cd63097c47bf039de87f943346fc0d787cc83 | refs/heads/main | 2023-06-02T06:40:34.981731 | 2021-06-21T02:56:36 | 2021-06-21T02:56:36 | 378,789,517 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll=long long;
using P = pair<int,int>;
#define rep(i,n) for(int i=0;i<(int)(n);i++)
const int INF =1001001001;
bool graph[100][100];
bool visit[100];
int n, m;
bool ok;
void dfs(int v, int prev)
{
visit[v] = true;
if(prev != -1){
}
rep(i,n)
{
i... | [
"fujiwaratakatsugu@fujiwaratakashinoMacBook-puro.local"
] | fujiwaratakatsugu@fujiwaratakashinoMacBook-puro.local |
4251d2c397175e1e2765ad7e52fe775e74da13ed | 66904d7443fa6eacbd990facd0bd1c5908d89be0 | /parser/header/program.h | a287698296703bdc7395f0e4661d37801280280f | [] | no_license | birgizz/regxparser | b9dc7862125c213b65fc6e6b6755d62666a91899 | e18a523f542062340aa7812851f5c501466caed7 | refs/heads/master | 2020-07-10T12:47:24.651328 | 2019-08-25T08:18:54 | 2019-08-25T08:18:54 | 204,265,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 983 | h | #ifndef PROGRAM_H
#define PROGRAM_H
#include <iostream>
#include "op.h"
#include <string>
extern std::vector<std::string> captures;
extern std::string capture;
struct program : op {
std::string _id;
bool eval(it &begin, it &end) override{
auto original_begin = begin;
auto original_end = beg... | [
"birger.oberg@gmail.com"
] | birger.oberg@gmail.com |
6b3baeeca3ca9a3602a9e203e66fdfea080683cb | 494fc35b2dbe5705bdf81e6b5d2615d1198c8559 | /Mu2eG4/inc/nestPolyhedra.hh | 7e1854e300006ff28fdfe2f47eee5fafe6198f2a | [
"Apache-2.0"
] | permissive | shadowbehindthebread/Offline | 36f71913ac789b9381db5143b0fc0bd7349c155e | 57b5055641a4c626a695f3d83237c79758956b6a | refs/heads/master | 2022-11-05T17:44:25.761755 | 2020-06-15T18:07:16 | 2020-06-15T18:07:16 | 273,599,835 | 1 | 0 | Apache-2.0 | 2020-06-19T22:48:25 | 2020-06-19T22:48:24 | null | UTF-8 | C++ | false | false | 1,921 | hh | #ifndef Mu2eG4_nestPolyhedra_hh
#define Mu2eG4_nestPolyhedra_hh
//
// Free function to create and place a new G4Polyhedra, place inside a logical volume.
//
// $Id: nestPolyhedra.hh,v 1.3 2014/09/19 19:14:55 knoepfel Exp $
// $Author: knoepfel $
// $Date: 2014/09/19 19:14:55 $
//
// Original author Rob Kutschke
//
#in... | [
"david.brown@louisville.edu"
] | david.brown@louisville.edu |
1838471a6af62b44930c1a1379f6c703e74261c2 | 1786f51414ac5919b4a80c7858e11f7eb12cb1a9 | /USST/UF9div3/E.cpp | 15af7f6a8d57cb6560f9f580eddfe02408e0b04b | [] | no_license | SetsunaChyan/OI_source_code | 206c4d7a0d2587a4d09beeeb185765bca0948f27 | bb484131e02467cdccd6456ea1ecb17a72f6e3f6 | refs/heads/master | 2020-04-06T21:42:44.429553 | 2019-12-02T09:18:54 | 2019-12-02T09:18:54 | 157,811,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int,int> pii;
char s[10][10];
int l,qaq[10][10][10],ans;
void bfs()
{
queue<pii> q;
q.emplace(0,0);
while(!q.empty())
{
pii p=q.front();q.pop();
if(p.second==8)
{
ans=1;
return;
}
... | [
"ctzguozi@163.com"
] | ctzguozi@163.com |
38efcb5a7064e60f0157f8a2a3cf9010dab0bc1b | b2fd89d5d9fecf54ff8fd9cf4405339e54840315 | /Source/MyProject2/BPLib.h | 868a02b10b3b8806f7cb1b8ecf9b65114ba82108 | [] | no_license | ethosium/MyProject2 | 0454627d1187dd6bfbcf59377669f070418ec9bd | 313aad2b31156385b0b0b95ed9170d04b077321e | refs/heads/master | 2021-01-18T22:15:54.619793 | 2016-01-15T00:33:46 | 2016-01-15T00:33:46 | 49,684,227 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "Kismet/BlueprintFunctionLibrary.h"
#include "BPLib.generated.h"
/**
*
*/
UCLASS()
class MYPROJECT2_API UBPLib : public UBlueprintFunctionLibrary
{
public:
GENERATED_BODY()
UFUNCTION(BlueprintCallable, meta = (... | [
"ethosium@gmail.com"
] | ethosium@gmail.com |
65bd002eba5760fb3eed8e448c9426d54f57bc5f | 8134e49b7c40c1a489de2cd4e7b8855f328b0fac | /3rdparty/libbitcoin/include/bitcoin/bitcoin/message/get_blocks.hpp | 5131c6e04c3eb07338b250da839787b0cc1455b5 | [
"Apache-2.0"
] | permissive | BeamMW/beam | 3efa193b22965397da26c1af2aebb2c045194d4d | 956a71ad4fedc5130cbbbced4359d38534f8a7a5 | refs/heads/master | 2023-09-01T12:00:09.204471 | 2023-08-31T09:22:40 | 2023-08-31T09:22:40 | 125,412,400 | 671 | 233 | Apache-2.0 | 2023-08-18T12:47:41 | 2018-03-15T18:49:06 | C++ | UTF-8 | C++ | false | false | 3,206 | hpp | /**
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the Lic... | [
"strylets@gmail.com"
] | strylets@gmail.com |
e521b7282ed0e84ac7a35dd95e418ac737778a00 | a22d607128a696c652f47c8f98dc83fb0b541a1d | /contest 7 dslk va ngan xep/8.cpp | ea193fe9749628d4935d8b26d7c0bfb8ebc6ba4e | [] | no_license | nguyenvanhieu99/giai-thuat- | e4c4934a1eb35584b337130c80c2903ea647648d | 917dcd507548a6d42eafd9f6341dcde13454a098 | refs/heads/master | 2022-12-24T07:47:30.319207 | 2020-10-01T15:00:41 | 2020-10-01T15:00:41 | 285,477,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 775 | cpp | #include<iostream>
#include<algorithm>
//#include<bits/stdc++.h>
#include<stack>
using namespace std;
char *chuan(string s){
int n=s.length();
int ind=0;
char *t=new char(n);
stack <int>a;
a.push(0);
for(int i=0;i<n;i++){
if(s[i]=='+'){
if(a.top()==1) t[ind++]='-';
if(a.top()==0) t[ind++]='+';
}
... | [
"nvhieu.dev@gmail.com"
] | nvhieu.dev@gmail.com |
b32cc1aeeaeebb862ccad4a74dc623496c7210bc | 7446fede2d71cdb7c578fe60a894645e70791953 | /src/masternode.cpp | c7fe3d439b3653940c1d911f30bc5d206434d1f5 | [
"MIT"
] | permissive | ondori-project/rstr | 23522833c6e28e03122d40ba663c0024677d05c9 | 9b3a2ef39ab0f72e8efffee257b2eccc00054b38 | refs/heads/master | 2021-07-12T18:03:23.480909 | 2019-02-25T17:51:46 | 2019-02-25T17:51:46 | 149,688,410 | 2 | 3 | MIT | 2019-02-14T02:19:49 | 2018-09-21T00:44:03 | C++ | UTF-8 | C++ | false | false | 30,519 | cpp | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2015-2018 The RSTR developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "masternode.h"
#include "a... | [
"ondoricoin@gmail.com"
] | ondoricoin@gmail.com |
6a50ad23e7d90a03ce7c311de07e1aec04b0d5d3 | c115b2799014dc2ab63ca2626b3f0263b1339e7a | /NosePoke_Adquisicion_RA/NosePoke_Adquisicion_RA.ino | cf2094a528a52c122850e4fc468964e5100ce919 | [] | no_license | Traintain/NosePoke | 6409deb47072fc77aa92b30e8b3363cd1200b87c | 7cf0564199464eed976851ccff136a52c097635a | refs/heads/master | 2023-06-23T03:38:28.631037 | 2023-06-13T09:04:54 | 2023-06-13T09:04:54 | 220,561,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,612 | ino | //This library allows to control the stepper motor
//Pin conections
//Infrared sensors on the holes
const int IR_Right=4;
const int IR_Left=3;
const int MOTOR=8;
//Contecions for the LED lights
const int LED_Right=6;
const int LED_Left=5;
const int LED_center=7;
//Motor constants
//120 steps per turn dispense 0.017 m... | [
"jm.rivera@uniandes.edu.co"
] | jm.rivera@uniandes.edu.co |
5a39832290e98aa8d43198b3c94c512c533fc812 | 30ddfa3cae3743090df23df96c4bfec8e757d418 | /BlackJack1/BlackJack1/Card.cpp | 67405d15a674d5887a4cc16fff700d1f1b9ceb6b | [] | no_license | Reza-Amani/BlackJack-Cpp | 5c4c3f49ecb5fa36925a4cb532c9d39c4ab2ad8f | 8ae8d3c653a47da991dcea9364faaebff1c5d55b | refs/heads/master | 2020-03-31T04:26:06.062478 | 2018-10-21T09:55:34 | 2018-10-21T09:55:34 | 151,904,907 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 197 | cpp | #include "stdafx.h"
#include "Card.h"
Card::Card(Suits s, Ranks r)
{
suit = s;
rank = r;
rule = rule
}
int Card::get_value(Irule& rule)
{
return rule.card_value(this);
}
Card::~Card()
{
}
| [
"reza.amani@gmail.com"
] | reza.amani@gmail.com |
1d84795b439d4e2ba2b7dbc97628d1466d024003 | 21ede326b6cfcf5347ca6772d392d3acca80cfa0 | /ash/shell_port_mash.cc | 3c952fb8fc1eeccc1e9459693fd35706b01d1578 | [
"BSD-3-Clause"
] | permissive | csagan5/kiwi | 6eaab0ab4db60468358291956506ad6f889401f8 | eb2015c28925be91b4a3130b3c2bee2f5edc91de | refs/heads/master | 2020-04-04T17:06:54.003121 | 2018-10-24T08:20:01 | 2018-10-24T08:20:01 | 156,107,399 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,192 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/shell_port_mash.h"
#include <memory>
#include <utility>
#include "ash/accelerators/accelerator_controller.h"
#include "ash/accelerators/ac... | [
"team@geometry.ee"
] | team@geometry.ee |
24ae0e4e28f19ffef83bd74d78153ebd1502da6b | 4d99749aaaf023abff4c30d4d113e63fadbb2419 | /origin/math/matrix/matrix.test/matrix_1.cpp | 9d1e792aa209dc1ffe585cb06a7e64c6af70f323 | [
"MIT"
] | permissive | asutton/origin-google | 6b6a6dd33c9677f5f5fb326f75620f4e419927b6 | 516482c081a357a06402e5f288d645d3e18f69fa | refs/heads/master | 2021-07-24T23:00:57.341960 | 2017-11-03T13:24:00 | 2017-11-03T13:24:00 | 109,394,139 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,887 | cpp | // Copyright (c) 2008-2010 Kent State University
// Copyright (c) 2011-2012 Texas A&M University
//
// This file is distributed under the MIT License. See the accompanying file
// LICENSE.txt or http://www.opensource.org/licenses/mit-license.php for terms
// and conditions.
#include <iostream>
#include <origin/math/m... | [
"andrew.n.sutton@gmail.com"
] | andrew.n.sutton@gmail.com |
4e9462bfd4f431e23a6c242cf7d2832d66c36f99 | 30cd1a7af92fb1243c33f9b8dde445c29118bd1a | /third_party/allwpilib_2016/wpilibc/shared/src/HLUsageReporting.cpp | bcbc6b6a34d4da7e4a6882abc83df2d2783d4fa9 | [
"BSD-2-Clause"
] | permissive | FRC1296/CheezyDriver2016 | 3907a34fd5f8ccd2c90ab1042782106c0947c0cb | 4aa95b16bb63137250d2ad2529b03b2bd56c78c0 | refs/heads/master | 2016-08-12T23:22:00.077919 | 2016-03-19T05:56:18 | 2016-03-19T05:56:18 | 51,854,487 | 2 | 0 | null | 2016-02-29T10:10:27 | 2016-02-16T17:27:07 | C++ | UTF-8 | C++ | false | false | 399 | cpp |
#include "HLUsageReporting.h"
HLUsageReportingInterface* HLUsageReporting::impl = nullptr;
void HLUsageReporting::SetImplementation(HLUsageReportingInterface* i) {
impl = i;
}
void HLUsageReporting::ReportScheduler() {
if (impl != nullptr) {
impl->ReportScheduler();
}
}
void HLUsageReporting::ReportSmart... | [
"tkb@cheezy.usfluidtech.com"
] | tkb@cheezy.usfluidtech.com |
0ae2413fc84c339218866a79093d55e70b7b9970 | 6a57649f5af3e5d4b9b92b0a622f43664643a073 | /5/11.cpp | 1180abc1774764359dabeecc0286445bf93a4e26 | [] | no_license | snull/CTU-CE-BP | 1602e8fcf7dc0a82a71477ce279ce3e9519f564f | 3baa344f995b1fc7b80495da883cd8872b52668b | refs/heads/master | 2023-03-02T08:44:10.567498 | 2021-02-06T00:11:41 | 2021-02-06T07:12:38 | 334,291,849 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 171 | cpp | #include <iostream>
using namespace std;
int main(){
for(int i=1 ; i<7 ; i++ ){
for(int j=1 ; j<=i ; j++){
cout<<"* ";
}
cout<<endl;
}
return 0;
}
| [
"shayan.mpm@gmail.com"
] | shayan.mpm@gmail.com |
c3aa1fdb85bc7db2936ac7ae0062bd7528e09d30 | 65702ad9670aaf0ac9da4d20477d636029d8277a | /cosim/bfmTests/srotKeyTest/c_module.cc | adafb0ded89e437897e054f6a37623f2fe1b40d7 | [
"BSD-2-Clause-Views",
"BSD-2-Clause"
] | permissive | animeshbchowdhury/CEP | 87f3cc7c1fdf2c7b4ee2c8ce1982ec67385245e2 | 0eb7170a5f31aa44b6590b706d0daf0c50a49a27 | refs/heads/master | 2023-05-11T05:52:48.811207 | 2021-05-24T14:13:01 | 2021-05-24T14:13:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,233 | cc | //************************************************************************
// Copyright 2021 Massachusetts Institute of Technology
// SPDX License Identifier: MIT
//
// File Name:
// Program: Common Evaluation Platform (CEP)
// Description:
// Notes:
//
//*************************************... | [
"pa25523@561195-mitll.llan.ll.mit.edu"
] | pa25523@561195-mitll.llan.ll.mit.edu |
081202f0cee55f7f8d66a4ce480d30d66500133a | 649d61a64e19cc44892ecad0dd8fe6164ce594a7 | /Student_Cuda_Image/src/cpp/core/01_Rippling/02_provider/RipplingProvider.h | 7318cf1686f1560eb58bdc2f1b388612ec7ea007 | [] | no_license | thegazou/CUDA | ec2cebb4ba89679cf06d61af758d650c20508407 | e2b3828cbd63314e7ddcb9d1ebb0b87f3eb4af7f | refs/heads/master | 2021-01-17T21:22:16.519938 | 2017-05-02T15:33:19 | 2017-05-02T15:33:19 | 84,175,648 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 909 | h | #pragma once
#include "cudaTools.h"
#include "Provider_I_GPU.h"
using namespace gpu;
/*----------------------------------------------------------------------*\
|* Declaration *|
\*---------------------------------------------------------------------*/
/*--------------------------------------*\
... | [
"thegazou@romandie.com"
] | thegazou@romandie.com |
eeb944f352166d9fa76f2aec33901ba3d9921998 | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/gee4/src/linesearch.h | 29452f6b3f8a6e29341a4a6d5e2b5d97eb941faf | [] | 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 | 1,534 | h | /* Copyright 2016 The University of Manchester.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
714da659bc1678268821a5276d595b767e53a7ea | eee88a0c318799bd5ddc5bde0c3d03e989575251 | /qsort.cpp | b0243f05b757bea8b5e3fdc1672459e069cb5146 | [] | no_license | CATQ/Hello-world2 | 778f21a4bea7436d91165c6f709c1c22bc0745b6 | 3fdadbbc87a5f838fe7149f2e8b10a23de49de7b | refs/heads/master | 2021-05-16T10:43:53.180862 | 2018-01-05T14:51:37 | 2018-01-05T14:51:37 | 104,815,929 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | cpp | #include<stdio.h>
int a[200];
int qsort(int r, int l)
{
int mid, t;
int x = r; int y = l;
mid = (x+y)/2;
while (x < y)
{
while (a[x]<a[mid]) x++;
while (a[y]>a[mid]) y--;
if (x<=y)
{
t= a[x];a[x] = a[y];a[y] = t;
x++;y--;
}
}
if (x<l) qsort(x,l);
if (y>r) qsort(r,y);
}
int main()
{
int i, n;
... | [
"819735890@qq.com"
] | 819735890@qq.com |
18d0670eab4b1f80eda0ee1ba12603de101f3b5d | 750395d2f5d37b1f30b8b1920e11e040cbe401c4 | /FHE/Random_Coins.h | 24b9b8d7ff461ac2da1f4b6240bc5741307ef578 | [
"MIT",
"BSD-2-Clause"
] | permissive | AlexanderViand/MP-SPDZ | b4c920e45143f710c9371cab4c37b63da5420ed7 | d26a62efe496946d721b0ab49710494cea5c9652 | refs/heads/master | 2020-05-19T08:10:28.857168 | 2019-05-03T08:03:13 | 2019-05-03T08:03:50 | 184,914,569 | 1 | 0 | NOASSERTION | 2019-05-04T15:48:59 | 2019-05-04T15:48:59 | null | UTF-8 | C++ | false | false | 2,753 | h | #ifndef _Random_Coins
#define _Random_Coins
/* Randomness used to encrypt */
#include "FHE/FHE_Params.h"
#include "FHE/Rq_Element.h"
#include "FHE/AddableVector.h"
class FHE_PK;
class Int_Random_Coins : public AddableMatrix<bigint>
{
const FHE_Params* params;
public:
Int_Random_Coins(const FHE_P... | [
"m.keller@bristol.ac.uk"
] | m.keller@bristol.ac.uk |
e64fb11fa157eef645cc9f60471d1167aa1c820f | c9ea4b7d00be3092b91bf157026117bf2c7a77d7 | /比赛/雅礼集训/20190107/sum_bf.cpp | 2e0c8d31dcf67360aaaadaffa07f0fe4df31e9a6 | [] | no_license | Jerry-Terrasse/Programming | dc39db2259c028d45c58304e8f29b2116eef4bfd | a59a23259d34a14e38a7d4c8c4d6c2b87a91574c | refs/heads/master | 2020-04-12T08:31:48.429416 | 2019-04-20T00:32:55 | 2019-04-20T00:32:55 | 162,387,499 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 862 | cpp | #include<iostream>
#include<algorithm>
#include<cstdlib>
#define int long long
#define MAXN 77
using namespace std;
int f[MAXN],fc=0,n=1,now=0,ans=0,ansnow=0;
inline void judge();
signed main()
{
register int i=0;
if(n>30)
{
exit(0);
}
for(now=0;now<(1LL<<n);++now)
{
judge();
}
... | [
"3305049949@qq.com"
] | 3305049949@qq.com |
6e37e88e6e31bc0df0a7b7de780561fd3e60dd2a | a7764174fb0351ea666faa9f3b5dfe304390a011 | /drv/MoniTool/MoniTool_CaseData.ixx | 5b106e74fc341c93fbef8777f1191f6f2fb5ea6f | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | ixx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#include <MoniTool_CaseData.jxx>
#ifndef _Standard... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
e811e994c26fb180a2a00e2603351cb1258dc10b | 6d6b2ad24779426fcee731602dfcff99d90bd3f8 | /thrift/thrift/lib/cpp/test/gen-cpp/AnnotationTest_constants.cpp | 496996a6b952f1aac746b156c146b7282e47fe52 | [
"Apache-2.0"
] | permissive | XiongWD/RPC-CPP-PHP | e050dd95a06c684f4b16fab906eb15be04eb38fe | 2573f240a26d3b27e6aea101171eceb9f7cfe8d9 | refs/heads/master | 2021-01-20T16:38:53.858121 | 2017-05-10T10:27:05 | 2017-05-10T10:27:05 | 90,845,780 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 300 | cpp | /**
* Autogenerated by Thrift Compiler (1.0.0-dev)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include "AnnotationTest_constants.h"
const AnnotationTestConstants g_AnnotationTest_constants;
AnnotationTestConstants::AnnotationTestConstants() {
}
| [
"hbuedxw@163.com"
] | hbuedxw@163.com |
de3512ab95206c37c843ccfe9be0143f7396947c | 63ade4b3fde43919e649929a8331c153d9ed7e19 | /unittests/common/split.hpp | f94b9bda52d94a54fbe5eb83bd1011671baee207 | [
"LLVM-exception",
"Apache-2.0"
] | permissive | paulhuggett/pstore | ff33c91e953cbdf37a6f6d7874e03913788bf6e7 | e6465e0d49ad317cdca9aa0914cd91a6ea9a94ee | refs/heads/main | 2023-08-15T06:47:19.934465 | 2023-07-28T14:55:10 | 2023-07-28T14:55:10 | 321,625,810 | 0 | 0 | NOASSERTION | 2021-03-09T21:30:51 | 2020-12-15T10:00:51 | C++ | UTF-8 | C++ | false | false | 1,868 | hpp | //===- unittests/common/split.hpp -------------------------*- mode: C++ -*-===//
//* _ _ _ *
//* ___ _ __ | (_) |_ *
//* / __| '_ \| | | __| *
//* \__ \ |_) | | | |_ *
//* |___/ .__/|_|_|\__| *
//* |_| *
//===----------------------------------------------------------------------===//
//... | [
"paulhuggett@mac.com"
] | paulhuggett@mac.com |
0cf92815def0c9ca8cd64b870932481355252b52 | b9623c82dc51f398b57dde08cf223342093f2af0 | /4/4.cpp | c7144a99e0d4397a02b0056a0d443539ed241a47 | [] | no_license | irinamrk02/Laba-10 | b8d75237c582dc30cee17c34c3ba96cf1b5d2144 | cd2ebb4092e2a547cea5b7fcaebe32ba3cbb3dc7 | refs/heads/master | 2023-01-31T16:37:21.747375 | 2020-12-08T19:44:46 | 2020-12-08T19:44:46 | 319,743,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | cpp | // 4.cpp : Этот файл содержит функцию "main". Здесь начинается и заканчивается выполнение программы.
//
#include "string"
#include "iostream"
#include "fstream"
using namespace std;
int main()
{
setlocale(0, "");
ifstream in("f.txt");
string s, r;
while (in.peek() != EOF)
{
getline(in,... | [
"irinamrk02@mail.ru"
] | irinamrk02@mail.ru |
1366051be1fdb834c2a85b2f3b70cbab264c8ef2 | f4bc983c8ac2fe093f90c78967a04f5bf4f0c0fd | /Final/MyWin32.cpp | 556d71762bdc53a6d3c4736ea3b5bd96167755c0 | [] | no_license | wyattwhiting/CS271 | 214be4cd1bea95cfdc42a185cf91429f6f50058f | 29e2cb579aa86f49a7fa6e376bd0a31e3f88d304 | refs/heads/main | 2023-03-04T02:14:09.078174 | 2021-02-14T04:10:41 | 2021-02-14T04:10:41 | 338,722,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165 | cpp | //MyWin32 - CS271 F2020 - Wyatt Whiting
#include <Windows.h>
int main()
{
MessageBoxA(NULL, "Hello, Win32.", "Ebic :DD", MB_ICONEXCLAMATION);
return 0;
} | [
"wyatt.d.whiting@gmail.com"
] | wyatt.d.whiting@gmail.com |
65f37ac1e86955a2286503879fe6c90954a1784c | 1eb36ccc0aa5c470ed062a82953b7c2677d9d2ac | /c_and_cpp/other_projects/computer_graphics_module_labs/week07/bezier.cc | 7fe269ec3d9026b9c3e12419dcf8464cce0321a5 | [] | no_license | carlawarde/projects | ffaaa85fd30d64e445294af947225c839ef33f55 | f11ca63ef9921530322c323bace99f834b5947b8 | refs/heads/master | 2021-08-03T06:45:54.409835 | 2021-07-30T19:04:46 | 2021-07-30T19:04:46 | 191,652,705 | 2 | 1 | null | 2021-07-30T19:04:47 | 2019-06-12T22:23:55 | HTML | UTF-8 | C++ | false | false | 6,108 | cc | #include <GL/glut.h>
#include <stdlib.h>
#include <math.h>
#include <iostream>
#if !defined(GLUT_WHEEL_UP)
# define GLUT_WHEEL_UP 3
# define GLUT_WHEEL_DOWN 4
#endif
/* Set initial size of the display window. */
GLsizei winWidth = 600, winHeight = 600;
GLsizei newWidth, newHeight;
/* Set size of world-coordin... | [
"carla.warde98@gmail.com"
] | carla.warde98@gmail.com |
81c684ac8c56f710e42c58b0b4e3662bdbef547c | 1d6f19ced2319e0674ca954a6a4d1994da32b854 | /aqcore/mixcomp.h | 61b36fc2af16bf0fc6b9f3e8d2d614841fe3a44f | [] | no_license | yojiyojiyoji/AQUASIM | 33096096ad81cf84d7adca1afc0fad179ba3f354 | 83dbdfe625a428c18d1a6ec8672d8146ea2ff0e7 | refs/heads/master | 2023-07-13T11:58:27.884332 | 2018-05-09T12:20:01 | 2018-05-09T12:20:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,127 | h | /////////////////////////////// mixcomp.h ////////////////////////////////
//
// date: person: comments:
//
// creation: 10.12.91 Peter Reichert
// revisions: 26.10.92 Peter Reichert redesign of links
// 11.12.92 Peter Reichert variable volume adde... | [
"jstachelek@utexas.edu"
] | jstachelek@utexas.edu |
3d1116de5c6887368201f3e3b5145addecd4204c | 295710c5c59ba965149c1183b8e39ea28e195738 | /ToirPlus_Old_Src/LoLBot/TabTwo.cpp | bb703dc8b26e121ab7d518bd2b9022c0914bb338 | [] | no_license | PrtectInt3/ToirPlus_SRC | cfeee7e10eb9a4ba415d63511c4703f887c581fb | 7f2084580caffd4f0e580b55cf59ec1e07ed523c | refs/heads/main | 2023-02-25T17:43:47.771388 | 2021-01-28T21:11:07 | 2021-01-28T21:11:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | cpp | // TabTwo.cpp : implementation file
//
#include "stdafx.h"
#include "LoLBot.h"
#include "TabTwo.h"
// CTabTwo dialog
IMPLEMENT_DYNAMIC(CTabTwo, CDialog)
CTabTwo::CTabTwo(CWnd* pParent /*=NULL*/)
: CDialog(CTabTwo::IDD, pParent)
{
}
CTabTwo::~CTabTwo()
{
}
void CTabTwo::DoDataExchange(CDataExchange* pDX)
{
CDi... | [
"michuelhack@gmail.com"
] | michuelhack@gmail.com |
3baad681e6b02de3aeb7ee83b29a16f2ef769408 | f98049b004e5e452f9a5043162a1ef596870fba6 | /class/car.cpp | b4664570a3304432e38d215598fc94135d403ab1 | [] | no_license | JinKyuGit/CPlusPlus | 3525319574373ade20a85353df2519e4969850fb | d5b14f1ab8211eab3468353a5bb48215a6e3aa58 | refs/heads/master | 2021-05-11T23:46:34.049510 | 2018-02-07T04:21:03 | 2018-02-07T04:21:03 | 117,518,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | #include<iostream>
#include"car.h"
using namespace std;
void Car::Show(){
cout<<"\n == 현재상태 ==\n";
cout<<"속도 : "<<this->speed<<endl;
cout<<"연료 : "<<this->fuel<<endl;
cout<<" ========= \n";
cout<<"1. 가속\n";
cout<<"2. 감속\n";
}
void Car::Accel(){
this->speed+=10;
this->fuel-=5;
}
void Car::Break(){
if(t... | [
"wlsrb8993@gmail.com"
] | wlsrb8993@gmail.com |
e65f99eb47f280a3f45fc11006b8469207d57fbf | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/old_hunk_919.cpp | 16540e7b9b94419496dceaa6350108cf22f3d561 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 162 | cpp | case 'm':
if (building_deny_info_url) break;
#if USE_AUTH
p = auth_user_request->denyMessage("[not available]");
#else
p = "-";
#endif | [
"993273596@qq.com"
] | 993273596@qq.com |
b1b0cfa63a2336709ab9b95b7c3df22351be0d32 | 7f931e20074f464277a551ac6162aec42f9b96fb | /tva/TVS/slnTva/prjShell/shell.h | 8678e2d497f98c6deda14d4093d4f43f73cb09ec | [] | no_license | yetanother/tvaSoft | 6ee5c7c34ba7aaca68721c7fce29bdc4e6b054f5 | 41b416ec27f4c706febd96b7d2a3aff1bab64e6b | refs/heads/master | 2021-01-01T16:05:53.390398 | 2013-07-15T13:14:43 | 2013-07-15T13:14:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 516 | h | #pragma once
#include "..\src\corelib\kernel\qobject.h"
#include "..\..\slnPreProc\tvaModel.h"
class MainWindow;
namespace tva
{
class Logger;
//
class Shell: public QObject
{
Q_OBJECT
private:
MainWindow *mw_;
Logger* logger_;
tva::Model model;
public:
Shell():mw_(nullptr){}
void setMainWnd(MainWi... | [
"std.approach@gmail.com"
] | std.approach@gmail.com |
af7baadd90bb94ec036d0118f457cabd3f856347 | 5afb8bcb3c0edcc0266d1811d7aede7895c835f3 | /src/qt/walletmodel.cpp | 3aa87a397b30658edc28cb9b1afebb149ceed57d | [
"MIT"
] | permissive | CryptoHours/cryptohours | 7a6b5b6a0dcffffe1c8a03aa8a348e75b7811505 | b45d71bb7f34a6e39ee60024318487db2ae6573e | refs/heads/master | 2021-09-03T06:14:31.357128 | 2018-01-06T08:29:51 | 2018-01-06T08:29:51 | 113,479,293 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,568 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "walletmodel.h"
#inclu... | [
"ivan.helmot@yahoo.com"
] | ivan.helmot@yahoo.com |
0e115863a7a2a9339c80a116d758ce7717d5c2e2 | f9d7775bef11d1621c5e8417046b9161e63eacb7 | /include/ipv6_address.h | 25357512455b7e2133bbe532f7895a0730393d0f | [] | no_license | sdeming/spirit-parsers | 43d6269402a99eae1119d00d2bdc97201ce435ab | 98b4b6f671b59d0d33af6bc68091b61ce33714c5 | refs/heads/master | 2020-05-19T10:34:49.890303 | 2016-08-25T14:32:13 | 2016-08-25T14:32:13 | 546,967 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,684 | h | #ifndef __ipv6_parser_h__
#define __ipv6_parser_h__
#include <boost/config/warning_disable.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>
#include <boost/spirit/include/phoenix_object.hpp>
#include "ipv4_address.h"
#in... | [
"sdeming@makefile.com"
] | sdeming@makefile.com |
7799c1916b8a5834d3be6ecbb6374bde9a0893b7 | dc1b29c1041ee98d882751a53c49c1044ea272eb | /src/blockchain_utilities/blockchain_export.cpp | 8db4fe5e6cf2cc648b0d9b4b44d55bd5750aea9c | [
"BSD-3-Clause"
] | permissive | XtendCash/XtendCash | ed3bcf5fd52eff151821f33f63b47de55792f2ff | f82de0b9e0f0ba4893713dc5021ff87de9943212 | refs/heads/master | 2020-05-05T00:16:17.280894 | 2019-09-15T03:03:13 | 2019-09-15T03:03:13 | 179,569,723 | 3 | 3 | NOASSERTION | 2019-08-25T23:41:29 | 2019-04-04T20:10:26 | C++ | UTF-8 | C++ | false | false | 7,369 | cpp | // Copyright (c) 2014-2018, The Monero Project
// Copyright (c) 2018, The Loki 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 reta... | [
"49289946+XtendCash@users.noreply.github.com"
] | 49289946+XtendCash@users.noreply.github.com |
b52d6a1c29108ecd018b55ce4d32f9a4bcd3ab1a | 20d024bd04ace59987ba05f864d6d9dece72fbab | /CQU Summer/西南弱校联萌训练赛(1)/G - Problem G.cpp | 9974244ba0fe5231af5c5e6bbd61c7919fa74942 | [] | no_license | Yeluorag/ACM-ICPC-Code-Library | 8837688c23bf487d4374a76cf0656cb7adc751b0 | 77751c79549ea8ab6f790d55fac3738d5b615488 | refs/heads/master | 2021-01-20T20:18:43.366920 | 2016-08-12T08:08:38 | 2016-08-12T08:08:38 | 64,487,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,238 | cpp | // Header.
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <cmath>
#include <cstdio>
#include <vector>
#include <string>
#include <sstream>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
// Macro
typedef long long LL;
#define mem(a, n) memset(a, n, sizeof(a))
... | [
"yeluorag@gmail.com"
] | yeluorag@gmail.com |
f941f8877abd3f27028b006fb49d212fcc0dd30c | 1d1f79a08c9c23582501f0afaff3e98952a731be | /Runtime/Src/External.hpp | 8be537ab9fe1d1559c75ed4691d2214f3f47fdd4 | [] | no_license | smorel/Cheezy | 65fab8dc9f05d6a7d4f92369a86f048507d90d27 | 9cab8f0165f3cb1681472317190db0984e1ffe9b | refs/heads/master | 2021-01-20T10:10:55.200685 | 2019-01-16T23:33:30 | 2019-01-16T23:33:30 | 2,325,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 79 | hpp | #pragma once
#include "Core/Src/Public.hpp"
#include "UnitTest/Src/Public.hpp" | [
"sebastien.morel@autodesk.com"
] | sebastien.morel@autodesk.com |
2efd53f5a1010222a98ad3e82893066d90a3fc41 | 2ed96334b80d8aada5026e9ee8b3633e42d7064c | /Platformer/src/game/state_stack.cpp | 870e922409b9e759bce632afe91dddc940f9c1c5 | [] | no_license | matt4682/platformer | 0e0c8a9f667d482e2752c62afa09a7e66880d819 | 2b756ee9a2d4b04e0106463ace46fa2a8ae818e6 | refs/heads/master | 2021-01-23T06:21:04.311802 | 2017-03-27T17:18:26 | 2017-03-27T17:18:26 | 86,359,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,355 | cpp | #include "./state_stack.h"
#include "../ui/states/play_state.h"
#include "../ui/states/pause_state.h"
#include "../ui/states/level_select_state.h"
#include "../ui/states/world_select_state.h"
#include "../ui/states/level_loading_state.h"
#include "../ui/states/level_completion_state.h"
#include "../ui/states/menu_state... | [
"m_wilmink@fanshaweonline.ca"
] | m_wilmink@fanshaweonline.ca |
5c3d69a602773d6ae6795969fe1bce3709c93fb2 | eff63d54d63acf878b013342fc43c222be535164 | /maths/euler_tot.cpp | 9661882e4a94f8277f2e5d2ab7ac9ec03df733da | [] | no_license | viv-india/Viv_lib | 526753e0fbf0143fe2fea9ac5bf2c848eb09b4fb | 360515ca3a009521e55d258d299fb28789545855 | refs/heads/master | 2023-05-15T08:12:39.313302 | 2023-05-03T16:48:43 | 2023-05-03T16:48:43 | 85,391,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | /*************What doesn't kills you makes you stronger************************/
#include<bits/stdc++.h>
#include<algorithm>
using namespace std;
#define ld long double
#define ll long long
#define mod 1000000007
#define f(i,n) for( ll (i)= 0;(i)<(n);(i)++)
#define faster ios_base::sync_with_stdio(0);cin.tie(0);cout... | [
"vivek.singh9022@gmail.com"
] | vivek.singh9022@gmail.com |
a02b0f3f2b2f2c94424a5a3e5503bb1909105a22 | 6cabb3a28013758e71c3cfab530762d49b89785b | /贪心/F - 1838 鎕鎕鎕(构造法).cpp | 19d563c32b941fcb8000b0890758268bba48ae32 | [] | no_license | TreeYD/Code | 2caeccbebd1330fd51373fc46aafd6804c9446bf | 1e16ccc80cf36af3728f3ca172e4ab86402e4d8e | refs/heads/master | 2020-04-01T22:47:06.318221 | 2018-10-31T11:37:19 | 2018-10-31T11:37:19 | 153,726,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | cpp | #include<bits/stdc++.h>
using namespace std;
#define M 200005
struct Node{
int a,b,id;
bool operator<(const Node &x)const{
return a<x.a;
}
}A[M<<1];
int n;
int main(){
scanf("%d",&n);
for(int i=1;i<=n*2+1;i++){
scanf("%d%d",&A[i].a,&A[i].b);
A[i].id=i;
}
sort(A+1,A+1+n*2+1);
for(int i=1;i<=n;i++){
int a... | [
"treeYd@qq.com"
] | treeYd@qq.com |
f1e2db1971355d10830c5f3be053050855364587 | a79d9f2e9626bb428f2f322cafd0fbf800bcdc2f | /src/EC/Item_component.cpp | 6b35d684b741b9c35d6005d9ead47ba8d6a953d0 | [
"GLWTPL"
] | permissive | marcintaton/Be-hidin | d2bae4ff10ad88a2fad6ec37af93a64d9c972e78 | 2d3dfce5bd3ec7d613e018a8f1626e77662fc7ea | refs/heads/master | 2022-09-30T06:18:21.448676 | 2018-06-18T08:38:35 | 2018-06-18T08:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | cpp | #include "Item_component.h"
#include "../Collision.h"
#include "../Singletons/Player.h"
Item_component::Item_component() {
}
Item_component::Item_component(Item* _item) {
item = _item;
}
Item_component::~Item_component() {
}
void Item_component::update() {
if (Collision::aabb(
parent_entity->g... | [
"tatonmarcinpr@gmail.com"
] | tatonmarcinpr@gmail.com |
379e08eeb1421210da657e5cc41c9828747a763f | 33e560cfbc2cbd17610ac9a76df203eb8d923399 | /leetcode/153insert-interval.cpp | b64a464fc704caef046f6d5319911e7a611024b7 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gaobaoru/code_day | 935b4d63ff0c7a5d8d25a55069d8af5db21ec67f | c00aab4ea56309b4c000f3ef7056e8aa4d9ff7ec | refs/heads/master | 2020-04-10T03:28:49.439274 | 2017-01-21T14:37:09 | 2017-01-21T14:37:09 | 62,032,328 | 0 | 1 | null | 2016-11-14T12:54:16 | 2016-06-27T06:55:35 | C++ | UTF-8 | C++ | false | false | 1,443 | cpp | 题目描述
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).
You may assume that the intervals were initially sorted according to their start times.
Example 1:
Given intervals[1,3],[6,9], insert and merge[2,5]in as[1,5],[6,9].
Example 2:
Given[1,2],[3,5],[6,7],[8,10... | [
"gaobaoru2010@126.com"
] | gaobaoru2010@126.com |
cd8615af3009ae01419d82014abbf06c1c90160a | ca334a387940ab68fea3eef4aa9705540d725ec4 | /homework3/bt10+11.cpp | 6716f988c1cc8399a25483f0c851eba5280de02d | [] | no_license | minhtblaser/homeworkcodeC | 878330e90b1306b3f867da542bbc72ccc775763f | c31d22c128eb78ed634254ea2e1d6490ac5564f6 | refs/heads/main | 2023-02-06T03:54:25.008790 | 2020-12-30T14:21:36 | 2020-12-30T14:21:36 | 315,014,739 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,820 | cpp | #include <stdio.h>
#define MAX 1000
void NhapMang(int a[], int n){
for(int i = 0;i < n; i++){
printf("Nhap so thu %d: ", i);
scanf("%d", &a[i]);
}
}
void XuatMang(int a[], int n){
for(int i = 0;i < n; i++){
printf("%4d", a[i]);
}
}
void ThemPhanTu(int a[], int &n, int val, ... | [
"trinhngocminh,9a1@gmail.com"
] | trinhngocminh,9a1@gmail.com |
76c6718de738397ead6b0222486a428f14a1b25d | e61f5b7a23c3b1ca014e4809e487e95a65fc3e2c | /Source/SBansheeEditor/Source/BsScriptGizmos.cpp | c3a73a3f86956e1ddb2973a7745c3119d1593541 | [] | no_license | ketoo/BansheeEngine | 83568cb22f2997162905223013f3f6d73ae4227e | 1ce5ec1bb46329695dd7cc13c0556b5bf7278e39 | refs/heads/master | 2021-01-02T08:49:09.416072 | 2017-08-01T15:46:42 | 2017-08-01T15:46:42 | 99,069,699 | 1 | 0 | null | 2017-08-02T03:48:06 | 2017-08-02T03:48:06 | null | UTF-8 | C++ | false | false | 6,423 | cpp | //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
//**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************//
#include "BsScriptGizmos.h"
#include "BsScriptMeta.h"
#include "Bs... | [
"bearishsun@gmail.com"
] | bearishsun@gmail.com |
3e9358a615d2a5aa49654c998b93134ed91cbcbb | 360f38378f4e515be0ff700964e4fadf3374ade5 | /cs1400Final/cs1400Final/tom.cpp | cc9543a409c0016bb9d18cc00f24590764feb15f | [] | no_license | jenniferballing/CS1400Final | 89b526b26a27c01a77eaa957221133ef6266ee3b | fa8ce7f5250c63f073a87196a52e10850c44ed1b | refs/heads/master | 2016-09-10T12:07:53.076600 | 2013-11-30T04:47:29 | 2013-11-30T04:47:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,328 | cpp | #include "tom.h"
#include <cmath>
#include <iostream>
void tom::Place(int minR,int maxR,int minC,int maxC, SitRep sitrep){
bool done=false;
int tr,tc;
Dir td;
while(!done){
tr=minR+rand()%(maxR-minR);
tc=minC+rand()%(maxC-minC);
if(sitrep.thing[tr][tc].what==space)done=true;
}
int rdist=ROWS/2-tr;
int ... | [
"jenniferballing@gmail.com"
] | jenniferballing@gmail.com |
95b57abbe732ccc9f9df77b4cabadccc730feae7 | 84dd2490c7b5dda1fa01ba4bd5530dca00b3e8e7 | /src/sick_reader/CSICK.h | dfad4defd062dcae7b7294ecf855aa45862733a8 | [] | no_license | eglrp/laser_slam | 2c6e58f7a8bbf5c94f7024d2aebae3eca69de4fa | 83e980848e029a6addd937956b6e524b6d89c632 | refs/heads/master | 2020-04-07T04:52:49.104644 | 2017-04-15T20:55:23 | 2017-04-15T20:55:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,156 | h | /*
* CSICK.h
*
* Created on: Nov 26, 2012
* Author: liu
*/
#ifndef CSICK_H_
#define CSICK_H_
#include "CObs2DScan.h"
#include "CClientSocket.h"
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <pthread.h>
#define APPERTURE 4.712385 // in radian <=> 270°
u... | [
"hxzhang1@ualr.edu"
] | hxzhang1@ualr.edu |
1feb2d84deb8047e0a9fa590d0a258b588c837b8 | bd2f117637be64d13d7b94093c537d346ca3257f | /Examples/Game/DiceWar/Sources/Server/server_game_player_collection.h | 5d77c620aef1d91807b32163a392fd9ff218d02f | [
"Zlib"
] | permissive | animehunter/clanlib-2.3 | e6d6a09ff58016809d687c101b64ed4da1467562 | 7013c39f4cd1f25b0dad3bedfdb7a5cf593b1bb7 | refs/heads/master | 2016-09-10T12:56:23.015390 | 2011-12-15T20:58:59 | 2011-12-15T20:58:59 | 3,001,221 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 711 | h |
#pragma once
class Server;
class ServerGame;
class ServerGamePlayer;
class ServerGamePlayerCollection
{
public:
ServerGamePlayerCollection(Server *server, ServerGame *game);
~ServerGamePlayerCollection();
void add_player(ServerGamePlayer *player);
void remove_player(ServerGamePlayer *player);
bool contains_pla... | [
"rombust@cc39f7f4-b520-0410-a30f-b56705a9c917"
] | rombust@cc39f7f4-b520-0410-a30f-b56705a9c917 |
393389b47bef5882dadfb34182e9d2b0145c9d36 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/httpd/gumtree/httpd_patch_hunk_4960.cpp | bd1f9a440749066d5064028e6922712c3537d341 | [] | 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 | 674 | cpp | rv = file_cache_el_final(conf, &dobj->hdrs, r);
}
if (APR_SUCCESS == rv) {
rv = file_cache_el_final(conf, &dobj->vary, r);
}
if (APR_SUCCESS == rv) {
- rv = file_cache_el_final(conf, &dobj->data, r);
+ if (!dobj->disk_info.header_only) {
+ rv = file_cache_e... | [
"993273596@qq.com"
] | 993273596@qq.com |
09751f8e9e58d8a40a3478d408b88cee5d63630e | 0bf1f7b901118b5cbe3d51bbc5885fcb634419c5 | /Cpp/SDK/UMG_MobHealthBar_parameters.h | 9783d194d299eadb242986463ef38c9738bfa376 | [] | no_license | zH4x-SDK/zMCDungeons-SDK | 3a90a959e4a72f4007fc749c53b8775b7155f3da | ab9d8f0ab04b215577dd2eb067e65015b5a70521 | refs/heads/main | 2023-07-15T15:43:17.217894 | 2021-08-27T13:49:22 | 2021-08-27T13:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,448 | h | #pragma once
// Name: DBZKakarot, Version: 1.0.3
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//----------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
1ae800acf1efbe4ed47cfd454787e8ab03773ffe | 1faf78259839977b53a1d7b9fc954e6a7cf5c887 | /include/Transport_system.h | 48a5ad55b81aff6b08406ed1f3211d8532661b17 | [] | no_license | DeadBread/Tickets | 28f18046a3cfd3711a13a612462b32eb0a99e8e2 | c247efdd0ac1a2eddecde232b0b241325f1e818d | refs/heads/master | 2021-01-10T18:02:46.813616 | 2016-04-08T16:02:02 | 2016-04-08T16:02:02 | 55,857,095 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,136 | h | #ifndef TRANSPORT_SYSTEM_H
#define TRANSPORT_SYSTEM_H
#include <memory>
#include <iostream>
#include "Train.h"
#include "Plain.h"
#include "Bus.h"
using namespace std;
class Transport_system
{
public:
//Transport_system();
//virtual ~Transport_system();
static Transport_system& get_transp... | [
"zhikov_n1@mail.ru"
] | zhikov_n1@mail.ru |
1f9af01f411e7170e7a94cbd911e0404564730d9 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /frameworks/av/media/libstagefright/omx/GraphicBufferSource.cpp | 44f0be7a9b640913a7ce2ccd3bdbf65659a2f857 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 26,608 | cpp | /*
* Copyright (C) 2013 The Android Open Source Project
*
* 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 app... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
9347605b8c0ffd6857fe85c8efd69bf9fec2568e | ed91c77afaeb0e075da38153aa89c6ee8382d3fc | /mediasoup-client/deps/webrtc/src/pc/dtls_transport_unittest.cc | f80d99b05ec7525b7bf5d10e5afa8e79a8baa20f | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-google-patent-license-webm",
"MIT"
] | permissive | whatisor/mediasoup-client-android | 37bf1aeaadc8db642cff449a26545bf15da27539 | dc3d812974991d9b94efbc303aa2deb358928546 | refs/heads/master | 2023-04-26T12:24:18.355241 | 2023-01-02T16:55:19 | 2023-01-02T16:55:19 | 243,833,549 | 0 | 0 | MIT | 2020-02-28T18:56:36 | 2020-02-28T18:56:36 | null | UTF-8 | C++ | false | false | 5,756 | cc | /*
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | [
"wuhaiyang1213@gmail.com"
] | wuhaiyang1213@gmail.com |
6077cd3a58794f87542013047bfcfe70e474e8b5 | 69a525172319cfb3fe1d5200dd67d8793820531c | /Software/iROB_EA/copia/iROB_EA.ino | a5e1e6b90383738915eaa0a8b508ade21d415a10 | [] | no_license | Baphomet2015/iROB-EA | efcd8fd36b33cd3a0cd028447609c5416ea1eb12 | d58e078bd40f239fee59d5e8e81c3a032002de24 | refs/heads/master | 2021-12-08T22:50:17.717175 | 2021-12-05T19:07:24 | 2021-12-05T19:07:24 | 51,265,231 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,401 | ino | //! ---------------------------------------------------------
//!
//! @mainpage
//!
//! @brief Proyecto: iROB-EA
//! @date Fecha: Enero 2021
//! @author AAL
//!
//! @remarks Hardware Arduino MEGA 2560\n
//!
//! @version Versión de SW 1.0
//! @version Versión de IDE Arduino: 1.8.12
//!
//! @br... | [
"antonio.arnaizlago@gmail.com"
] | antonio.arnaizlago@gmail.com |
8ba16b70c536b1e4f340995daca952ca65f6ab98 | 5fb4409abe9e4796c8dc17cc51233c779b9e24bc | /app/src/main/cpp/wechat/zxing/common/binarizer/simple_adaptive_binarizer.cpp | bde11680a18a4d65bf5e5885235e89a2500e468a | [] | no_license | BlackSuns/LearningAndroidOpenCV | 6be52f71cd9f3a1d5546da31f71c04064f0c7cac | 79dc25e383c740c73cae67f36027abf13ab17922 | refs/heads/master | 2023-07-10T02:08:10.923992 | 2021-08-09T02:09:19 | 2021-08-09T02:09:34 | 297,529,216 | 0 | 0 | null | 2021-08-09T14:06:05 | 2020-09-22T03:52:46 | C++ | UTF-8 | C++ | false | false | 5,405 | cpp | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
//
// Tencent is pleased to support the open source community by making WeChat QRCode available.
// Copyright (C) 2020 THL A29... | [
"onlyloveyd@gmail.com"
] | onlyloveyd@gmail.com |
0a340b69167678d0f8b2318c987c570828022d1c | e7f4c25dc251fd6b74efa7014c3d271724536797 | /test/encodings/unicode_group_Mn_u_encoding_policy_fail.re | 823edc273b26407fa5143e2721172590a3905502 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | nightlark/re2c | 163cc308e9023b290e08cc82cc704a8ae5b90114 | 96104a652622c63ca2cc0b1d2b1d3dad8c34aae6 | refs/heads/master | 2023-08-08T18:35:31.715463 | 2023-07-21T21:23:56 | 2023-07-21T21:29:45 | 100,122,233 | 1 | 0 | null | 2017-08-12T15:51:24 | 2017-08-12T15:51:24 | null | UTF-8 | C++ | false | false | 11,325 | re | // re2c $INPUT -o $OUTPUT -u --encoding-policy fail
#include <stdio.h>
#define YYCTYPE unsigned int
bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
{
__attribute__((unused)) const YYCTYPE * YYMARKER; // silence compiler warnings when YYMARKER is not used
# define YYCURSOR start
Mn:
/*!re2c
re2c:yyfil... | [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
988fba82c03ff63cb837ef88daeda9d94bbd9e2c | a7413d9ce83654f1f34cacb09c20deeb6bd523ea | /toolboxes/operators/cpu/hoMotionCompensation2DTOperator.h | 6508ba48d569d42b5285c898789ca5d117128f3a | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hansenms/gadgetron | 1e40b1a6265a96cc6f518d0a28cecb0a1d65d292 | 10531591411fea4e16a074a574cd449a60d28ef8 | refs/heads/master | 2022-02-01T23:52:52.993704 | 2021-12-10T23:31:52 | 2021-12-10T23:31:52 | 28,053,346 | 3 | 1 | NOASSERTION | 2021-12-21T23:41:07 | 2014-12-15T19:54:00 | C++ | UTF-8 | C++ | false | false | 1,859 | h | /** \file hoMotionCompensation2DTOperator.h
\brief Implement motion compensation operator for 2DT cases
\author Hui Xue
*/
#pragma once
#include "cpuOperatorExport.h"
#include "hoNDArray_linalg.h"
#include "hoImageRegContainer2DRegistration.h"
namespace Gadgetron {
template <typename T, typename CoordTy... | [
"hui.xue@nih.gov"
] | hui.xue@nih.gov |
858e1edd5e1ac04de74bfbfd2437a6a6fa0b0e86 | d45b17e2cdc712de1a2907b59d69a05ba2dc9533 | /Xngine/ResourceModel.cpp | 34632ce78e2f09270125fe1c54dc3abdc19b1507 | [
"MIT"
] | permissive | FrancPS/Xngine | 9e7738799492485327ebaec549e7d75d436a38f2 | 3eb031eb43a8c7fcfea0638f19347797783633b2 | refs/heads/master | 2023-01-24T22:02:11.140529 | 2020-11-29T12:32:45 | 2020-11-29T12:32:45 | 313,328,017 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,135 | cpp | #include "Globals.h"
#include "Application.h"
#include "ResourceModel.h"
#include "ResourceMesh.h"
#include "ModuleTexture.h"
#include "assimp/scene.h"
#include "assimp/cimport.h"
#include "assimp/postprocess.h"
#include "GL/glew.h"
void AssimpCallback(const char* message, char* userData) {
if (message) LOG("Assimp M... | [
"f_xeski94@hotmail.com"
] | f_xeski94@hotmail.com |
915281d52c80e957156a133d370d104799a2c665 | 4d0a3d58bd66e588a50b834a8b8a65a5dac81170 | /Exam/Piscine_cpp/d07/ex02/sources/main.cpp | 6513dd584c7d330645ee338fbd20b8f0e27316ba | [] | no_license | fredatgithub/42 | 0384b35529a42cf09bbe6dc9362b6ad5c5b3e044 | 7c1352ab9c8dda4a381ce5a11cd3bbbfad078841 | refs/heads/master | 2023-03-17T09:47:48.850239 | 2019-12-15T18:13:13 | 2019-12-15T18:13:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cpp | #include <iostream>
#include "Array.hpp"
int main(void)
{
try
{
Array<std::string> array(5);
for (int i = 0; i < array.size(); i++)
{
array[i] = "t1";
std::cout << array[i] << std::endl;
}
Array<std::string> sarray(2);
std::cout << std::endl;
for (int i = 0; i < sarray.size(); i++)
{
sarray[... | [
"julien.balestrieri@gmail.com"
] | julien.balestrieri@gmail.com |
97896ed28071f5ec47fdcc336625498c8f73bfc3 | 7d7301514d34006d19b2775ae4f967a299299ed6 | /leetcode/interview/05.01.insertBits.cpp | 2d88373160668ada1ea8fcf96e09854d71d12ff1 | [] | no_license | xmlb88/algorithm | ae83ff0e478ea01f37bc686de14f7d009d45731b | cf02d9099569e2638e60029b89fd7b384f3c1a68 | refs/heads/master | 2023-06-16T00:21:27.922428 | 2021-07-17T03:46:50 | 2021-07-17T03:46:50 | 293,984,271 | 1 | 0 | null | 2020-12-02T09:08:28 | 2020-09-09T02:44:20 | C++ | UTF-8 | C++ | false | false | 220 | cpp | #include <iostream>
using namespace std;
int insertBits(int N, int M, int i, int j) {
for (int k = i; k <= j; k++) {
if (N & (1 << k)) {
N -= (1 << k);
}
}
return N | (M << i);
} | [
"xmlb@gmail.com"
] | xmlb@gmail.com |
c5baad7e1a3b5102f914421e114c61bc6842c2d2 | ea53dfce2ddc7c3eb16381932fe8b2e80018cc0e | /indra/llui/llradiogroup.h | 0588900600484c9bd843044191450eb593d951c2 | [] | no_license | otwstephanie/hpa2oar | 7a1ac9a1502c5a09f946c303ecaf0a9c61f2e409 | 0660c6a8d66d3ab40a5b034f2ff86ff4b356b15b | refs/heads/master | 2021-01-20T22:35:31.868166 | 2010-12-15T09:52:21 | 2010-12-15T09:52:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,794 | h | /**
* @file llradiogroup.h
* @brief LLRadioGroup base class
*
* $LicenseInfo:firstyear=2001&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General ... | [
"hazim.gazov@gmail.com"
] | hazim.gazov@gmail.com |
b7b46f2fb6a11ef25d8cea66cefb4e7bd16f888b | e8f16f6b2fb53bb52088e96ddbc6ceeb39cb00ea | /CLICalendarServer/src/Note.cpp | 1805ec7671e16a1c2f3ffa1c0575c7345ec990c4 | [] | no_license | MasterElijah97/CLICalendar | 0a9b4776ff6a06227ab2c354401abef7a641fa4e | 1f452b3b84307b2488ef734a09a453fd4eb62189 | refs/heads/master | 2023-02-17T19:07:09.070081 | 2021-01-17T12:03:13 | 2021-01-17T12:03:13 | 297,442,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,391 | cpp | #include "Note.h"
bool operator==(const Note& left, const Note& right) {
return (left.label_ == right.label_) &&
(left.name_ == right.name_) &&
(left.description_ == right.description_) &&
(left.version_ == right.version_);
}
Note::Note() {
this->label_ ... | [
"morozov97@mail.ru"
] | morozov97@mail.ru |
444d586fde259af5249a30d3c8a7a84ab104ca69 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/hunk_4213.cpp | 55ac7e050c5fabeb82190ebc99c14390022efca8 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,378 | cpp | * X-CACHE-MISS entry should tell us who.
*/
httpHeaderPutStrf(&rep->header, HDR_X_SQUID_ERROR, "%s %d", name, xerrno);
+
+#if USE_ERR_LOCALES
+ /*
+ * If error page auto-negotiate is enabled in any way, send the Vary.
+ * RFC 2616 section 13.6 and 14.44 says MAY and S... | [
"993273596@qq.com"
] | 993273596@qq.com |
7ef445eab03e60b296417fa903dda17f9f7d6708 | a3d5c0f4b5d036659aa4c735f65f2ac6d43454d1 | /Preoblem_treasure/dp.cpp | d58f28247366ec190e4a99753d6ab6e2188e24eb | [] | no_license | GoFire2000/CPulsPuls-create-test-problems | 4bbf191286ca5cd6b945da249914a96e7da4b7d3 | 6ccd1fd8e0aa5b47651561cb3155ed6b33118e1a | refs/heads/main | 2023-09-04T23:28:55.029152 | 2021-11-14T09:21:40 | 2021-11-14T09:21:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 373 | cpp | #include <cmath>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
#define LL long long
#define Inf 1e9
const int maxn=1010;
void Init();
int main(){
while(true)
Init();
return 0;
}
void Init(){
system("DateMake.exe");
system("Trick.exe");
system("Std.exe");
if(... | [
"xuzikang@bupt.edu.cn"
] | xuzikang@bupt.edu.cn |
e2a30a1262a1a01b8296fa7c5fad506e89da3e39 | cd470ad61c4dbbd37ff004785fd6d75980987fe9 | /Codeforces/1213E Two Small Strings/暴力/std.cpp | 0f4350f512d992ea4e58989a865cf03b4aea56f4 | [] | no_license | AutumnKite/Codes | d67c3770687f3d68f17a06775c79285edc59a96d | 31b7fc457bf8858424172bc3580389badab62269 | refs/heads/master | 2023-02-17T21:33:04.604104 | 2023-02-17T05:38:57 | 2023-02-17T05:38:57 | 202,944,952 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 858 | cpp | #include <cstdio>
#include <cstring>
#include <algorithm>
int n;
char s[5], t[5], c[5];
bool check(char a, char b){
if (a == s[0] && b == s[1]) return 0;
if (a == t[0] && b == t[1]) return 0;
return 1;
}
int main(){
scanf("%d%s%s", &n, s, t);
c[0] = 'a', c[1] = 'b', c[2] = 'c';
while (1){
if (check(c[0], c[1]) ... | [
"1790397194@qq.com"
] | 1790397194@qq.com |
b2a8455595e3c5d49d127659ea39a9740904502e | 680440f5e59eb2157c1ecb41fd891880ac47c459 | /XJOI/CONTEST/xjoi.net/1293/nichijou/nichijou.cpp | 60d3ed4b9e85d3435ac7eaa81a6f5449a0f479f5 | [] | no_license | Skywt2003/codes | a705dc3a4f5f79d47450179fc597bd92639f3d93 | 0e09198dc84e3f6907a11b117a068f5e0f55ca68 | refs/heads/master | 2020-03-29T09:29:54.014364 | 2019-11-15T12:39:47 | 2019-11-15T12:39:47 | 149,760,952 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,489 | cpp | #include<bits/stdc++.h>
#define int long long
using namespace std;
inline int read(){
int ret=0,f=1; char ch=getchar();
while (ch<'0'||ch>'9') {if (ch=='-') f=-1;ch=getchar();}
while (ch>='0'&&ch<='9') ret=ret*10+ch-'0',ch=getchar();
return ret*f;
}
const int maxn=1e6+5,maxe=2e6+5,maxm=1e6+5;
int n,m;
int tot... | [
"skywt2003@gmail.com"
] | skywt2003@gmail.com |
b184e9fcb818b548db391f7b01117bc08b50144b | 3985c19fecd6d2b805d5d45217402336d9b7b0fa | /gamewindow.h | 40e7431169f32c43954827b011df7aa4ac62382f | [] | no_license | sh0dan/QTetris | 5ed39d3d32ff7ea92f0bda4a311ffab596780939 | d0fde85aeffc89359fd06ec8bd2ec768733ae68b | refs/heads/master | 2020-06-01T11:23:03.186260 | 2012-05-14T14:11:03 | 2012-05-14T14:11:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | h | #ifndef GAMEWINDOW_H
#define GAMEWINDOW_H
/*
#include <QFrame>
#include <QWidget>
QT_BEGIN_NAMESPACE
class QLCDNumber;
class QLabel;
class QPushButton;
QT_END_NAMESPACE
*/
#include <QtGui>
class GameBoard;
class GameWindow : public QWidget {
Q_OBJECT
public:
GameWindow();
private:
QLabel *nextBlockLabe... | [
"ruslan.sazonov@postindustria.com"
] | ruslan.sazonov@postindustria.com |
e536899b44c5932ffc9bc3baae5007bea80df57a | 10b85163837c1c1976d4de6e179d53cf6e371478 | /third_party/common/include/RE/ExtraHealthPerc.h | 2af139fff5b0ab928bbaf17a69bfe722913c7f88 | [
"ISC",
"LicenseRef-scancode-mit-taylor-variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | rethesda/alchemy | 8e02352240bfb295e1fe7c6682acabe93fc11aa6 | fe6897fa8c065eccc49b61c8c82eda223d865d51 | refs/heads/master | 2023-03-15T19:10:10.132829 | 2020-05-12T05:02:33 | 2020-05-12T05:02:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | h | #pragma once
#include "RE/BSExtraData.h"
#include "RE/ExtraDataTypes.h"
namespace RE
{
class ExtraHealthPerc : public BSExtraData
{
public:
inline static const void* RTTI = RTTI_ExtraHealthPerc;
enum { kExtraTypeID = ExtraDataType::kHealthPerc };
virtual ~ExtraHealthPerc(); // 00
// over... | [
"alexej.h@xiphos.de"
] | alexej.h@xiphos.de |
e986708d4a1f7b1834747912c08821f9ac9f4ae0 | f84a142a0891022ef44d0f6b6e80b9c7163cc9e4 | /.history/src/person_20200716233728.cpp | 9ad70eb584eae335ac07a50cfc71b2484b6ea15e | [
"MIT"
] | permissive | zoedsy/LibManage | 046b3749cc089355e0d3a9fe0f13b9a042b8ec85 | 590311fb035d11daa209301f9ce76f53ccae7643 | refs/heads/master | 2022-11-17T09:44:26.432808 | 2020-07-17T06:45:50 | 2020-07-17T06:45:50 | 279,246,675 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 17,248 | cpp | /*
* @Author: DuShiyi
* @Date: 2020-07-15 17:56:32
* @LastEditTime: 2020-07-16 23:37:26
* @LastEditors: Please set LastEditors
* @Description: about person(admin ,visitor,reader)
* @FilePath: \LibManage\src\person.cpp
*/
#include"../include/person.h"
#include"../include/library.h"
// logs = new Logs();
//具体... | [
"1246906787@qq.com"
] | 1246906787@qq.com |
a284a0e7243b7f4c66a25132ec6b4209a6c1bd57 | 6c9146e5b2b973f4ecd43ddcbd79b59c86a7590b | /CppWindowsServices-RemoteConsole/socket-client.cpp | 7b779cf11c208ff0ec3cb86aca2a7e02f5266f21 | [] | no_license | Gewery/CppWindowsServices-RemoteConsole | 822a192e7e381fafa470013141c15ab8c29f3cef | ede295e4f1bb512c620e188761b26e5d0ac0acca | refs/heads/master | 2020-12-21T05:20:15.097357 | 2020-06-01T10:47:57 | 2020-06-01T10:47:57 | 236,319,273 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,132 | cpp | #define WIN32_LEAN_AND_MEAN
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdio.h>
// Need to link with Ws2_32.lib, Mswsock.lib, and Advapi32.lib
#pragma comment (lib, "Ws2_32.lib")
#pragma comment (lib, "Mswsock.lib")
#pragma comment (lib, "AdvApi32.lib")
... | [
"gewery@mail.ru"
] | gewery@mail.ru |
6b286cce858d36f2fee3e6267ac2fdaa4bc66063 | d7909b07bbfcbfa6c066fa8db8fe3a7ecfbf220a | /TumTum_First/Demo/SourceCode/LHSceneCameraFollowDemo.h | 9d22aad149820ccfa70b89d64e1dbdc24f017937 | [] | no_license | tigerwoods1206/TumTumCopy | bd43a0973eb3478f65aa430b7521b1a69e17d0d2 | 3d50889ffa5ee0aeb7ff15ed9e08a4be4952bc91 | refs/heads/master | 2016-09-05T12:04:44.961195 | 2014-11-11T08:38:04 | 2014-11-11T08:38:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 576 | h | #ifndef __LH_SCENE_CAMERA_FOLLOW_DEMO_H__
#define __LH_SCENE_CAMERA_FOLLOW_DEMO_H__
#include "cocos2d.h"
#include "LHSceneDemo.h"
class LHSceneCameraFollowDemo : public LHSceneDemo
{
public:
static LHSceneCameraFollowDemo* create();
LHSceneCameraFollowDemo();
virtual ~LHSceneCameraFollowDemo();
... | [
"ohtaisao@square-enix.com"
] | ohtaisao@square-enix.com |
d9136c404d12cf09747d66845420feae5a71da28 | 7a7c54ff72cfcb42d1c47f69662820e999775e8f | /c++/232.cpp | 0f2a69cc09303e53f6e3d5b814a37a09c050cea8 | [] | no_license | manito-ming/leetcode | d46da165db835de4c98b2153a4f451ec88e965c2 | 709b482866d86febf242ed56daab5244f4587c98 | refs/heads/master | 2020-04-10T15:17:30.187074 | 2019-03-07T16:10:29 | 2019-03-07T16:10:29 | 161,104,459 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,114 | cpp | #include <iostream>
#include <queue>
#include <vector>
#include <stack>
using namespace std;
class MyQueue {
public:
/** Initialize your data structure here. */
MyQueue() {
}
/** Push element x to the back of queue. */
void push(int x) {
p.push(x);
}
//获得队首元素的时候,必须先将栈反转,把先进入的元素放在栈... | [
"1315915230@qq.com"
] | 1315915230@qq.com |
02bb95f36eb22eaff025a7f9a8a6ef48feb004de | 1d64c085dd71c84689768a9aa3aa9a0c7c40548f | /games/my_read.cpp | c392523c8b8ee164f0eb77fb04f0b5f71cf82861 | [
"MIT"
] | permissive | NicolasG31/cpp_arcade | a5265dc699e9e8a22828577cbea3f39f3108cb4e | c6a9dc54ed10ea5300d7bf972c5ee2bee2e58116 | refs/heads/master | 2022-06-04T11:01:36.810774 | 2019-05-10T10:24:17 | 2019-05-10T10:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | cpp | //
// my_read.cpp for in /home/doremi/rendu/cpp/cpp_arcade/games
//
// Made by Guillaume
// Login <doremi@epitech.net>
//
// Started on Tue Apr 4 13:18:09 2017 Guillaume
// Last update Tue Apr 4 13:29:42 2017 Guillaume
//
#include "my_read.hpp"
my_read::my_read()
{
}
my_read::~my_read()
{
}
int my_read::my... | [
"nicolas.guillon@epitech.eu"
] | nicolas.guillon@epitech.eu |
bcb965aa4fd0ec64872e656f72201a07c0d2f5de | 1ef627be7b987c195f8201f1a75d7f8ea2fbd102 | /arreglos/8c.cpp | 4866c4a5cc963c8ca0594db3e8138672a2c21f3b | [] | no_license | Alberto-Arias-x64/Segundo_cpp | bf0dfd35cd160a95a95058352619677f6693b5ff | 4170ea47d45dbd9c7bff325f1a4e5140dd7e2d80 | refs/heads/main | 2023-05-04T01:53:36.600725 | 2021-05-28T00:00:51 | 2021-05-28T00:00:51 | 371,406,211 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | cpp | #include<iostream>
#include<math.h>
using namespace std;
main()
{
int fmax[10],n,x;
int i;
n=999;
for(i=1;i<=10;i++)
{
cout<<"ingrese el numero #"<<i<<" ";
cin>>fmax[i];
if(fmax[i]<n)
{
n=fmax[i];
x=i;
}
}
cout<<"el numero menor es "<<n<<endl;
cout<<"este es el elemento numero #"<<x<<" en la li... | [
"yugipoi@gmail.com"
] | yugipoi@gmail.com |
bcdbf2b3dca2211c32223e631c780aa087af4346 | 29a4c1e436bc90deaaf7711e468154597fc379b7 | /modules/reduction/include/nt2/toolbox/reduction/function/second.hpp | 1bd06b9b8b93d0359bbfee9e17a238e88a3aa446 | [
"BSL-1.0"
] | permissive | brycelelbach/nt2 | 31bdde2338ebcaa24bb76f542bd0778a620f8e7c | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | refs/heads/master | 2021-01-17T12:41:35.021457 | 2011-04-03T17:37:15 | 2011-04-03T17:37:15 | 1,263,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,013 | hpp | //////////////////////////////////////////////////////////////////////////////
/// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand
/// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI
///
/// Distributed under the Boost Software License, Version 1.0
/// ... | [
"jtlapreste@gmail.com"
] | jtlapreste@gmail.com |
5f008f9698fae0baff763c05b0fa03de3d08bc76 | df1e1faeb6a66cdf6e2c39d0a61225d8c7c486f8 | /include/message.h | 28492e7367a11852f2887813f64f5f781964510a | [] | no_license | GBernardo07/DiaryProject | 5ce6dc82b64bda4d41f8822e198016a97bfdb5bd | d5dd86526b4f5462e25150152673c7e449d18082 | refs/heads/master | 2022-11-14T03:12:45.307916 | 2020-07-02T11:22:23 | 2020-07-02T11:22:23 | 272,705,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 208 | h | #ifndef MESSAGE_H
#define MESSAGE_h
#include <string>
#include "timing.h"
#include "date.h"
struct Message {
std::string content;
Date date;
Time time;
bool compare_messages();
};
#endif | [
"gbernardoreis@outlook.com"
] | gbernardoreis@outlook.com |
c9e2fda72504009b2c7dc7b92e8ccd633bc8b051 | 1c34dce890845531443f50c309cb14b8803ad1ce | /CHC_Thesis.cxx | 9c42dd167e14759ae5f74d093df9b3d61041ca19 | [] | no_license | kbeick/CHC_Thesis | 703c93b28f42760d13e3013c1a533df71bb12b5b | 66e74f0a6ffe9391a3715a5c776cca96b81b4290 | refs/heads/master | 2021-01-19T20:21:52.114885 | 2014-12-11T03:19:16 | 2014-12-11T03:19:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,603 | cxx | // Kevin Beick's Clark Honors College Thesis Project - 2014
// Author: Kevin Beick
/* Main.cxx
- Run command line interface
- Set parameters
- Construct BVH
- Ray Tracing
- streams evaluation data
- produce image file
*/
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <f... | [
"kbeick@zoho.com"
] | kbeick@zoho.com |
7450ef5d7da5c56e448a9cf69fa3dd89c9b86c91 | 72e59a47eb012891b84b10f9b1bd738f02aa5a9a | /ESEMPI_rseba/STRUCT/prova.cc | 3c0fae93c3e8c6eff3f6e0b81d370bd1f4038504 | [] | no_license | Leonelli/C-plus-plus-works | 8a366f9716284ef804de5c707c5a0904afb217a7 | f4a9971b5391d5864ffcf208a2845c4a224969fe | refs/heads/master | 2020-03-29T17:22:53.737281 | 2019-02-13T16:50:48 | 2019-02-13T16:50:48 | 150,159,156 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 490 | cc | using namespace std;
#include <iostream>
#include <cstring>
const int Nmax = 1000;
struct myarray {
double v[Nmax];
int nelem;
};
double somma (myarray a,int n) {
double res;
if (n==0)
res = a.v[0];
else
res = a.v[n]+somma(a,n-1);
return res;
}
int main () {
myarray a;
// inizializza Myar... | [
"matteoleonelli99@gmail.com"
] | matteoleonelli99@gmail.com |
e5aacfe0c12881506d801e034d5e9d3b51538ef0 | 5b9a1720d88be1ba9b18a0adb2d0ac2bd76c5e42 | /Coba-coba/Code 5.cpp | 5925dc92b81b19f5fa3b1f15e2fcd08b25898878 | [] | no_license | asianjack19/Cpp | 7affaa765c5e5b246e21e4b9df239334362ca470 | acc2cac32921fff56c8d76a43d18ba740a9ed26f | refs/heads/master | 2023-08-14T15:33:29.487550 | 2021-09-18T10:58:27 | 2021-09-18T10:58:27 | 378,959,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 155 | cpp | #include <stdio.h>
#include <stdlib.h>
int main() {
char line[0];
gets (line);
printf("Hello,World\n");
printf("%s",line);
return 0;
}
| [
"michaeladriel080801@gmail.com"
] | michaeladriel080801@gmail.com |
a028f3bc61b8a49a132f039d86baeb7634a33862 | 6e9b20902f4e232d12e865f192ea5128ae253ba7 | /Fluid/2.1/pointDisplacement | d618c0c834cfb708698a96cec31c72db046ddefe | [] | no_license | abarcaortega/FSI_3 | 1de5ed06ca7731016e5136820aecdc0a74042723 | 016638757f56e7b8b33af4a1af8e0635b88ffbbc | refs/heads/master | 2020-08-03T22:28:04.707884 | 2019-09-30T16:33:31 | 2019-09-30T16:33:31 | 211,905,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,260 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | [
"aldo.abarca.ortega@gmail.com"
] | aldo.abarca.ortega@gmail.com | |
6cdc32fd851461aaacae4b06b1c9a4267293164c | 0c557860627c2025919fc0871dc29e9cba4d36f1 | /src/data/data_normalization.h | 185059652472b41019cbbdf00c09e2d3acde593c | [
"MIT"
] | permissive | m-colombo/ML.cpp | c6b58d7fae2665f7db40f54c61606bf1a45ce481 | 2f1b3b5ab3487ea47263fbd774af9d5a17779c96 | refs/heads/master | 2021-01-10T07:41:59.773348 | 2016-02-10T13:50:01 | 2016-02-10T13:50:01 | 50,877,606 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,864 | h | //
// data_normalization.h
// XAA1
//
// Created by Michele Colombo on 16/12/2015.
// Copyright (c) 2015 Michele Colombo. All rights reserved.
//
#ifndef __XAA1__data_normalization__
#define __XAA1__data_normalization__
#include "samples.h"
#include "../selection/model_info.h"
//TODO extend for 1-of-k
class Data... | [
"mr.michele.colombo@gmail.com"
] | mr.michele.colombo@gmail.com |
cd558d89ecce96dfdd7c48e05f0d17fb75383feb | 8a2fb4d3076f008db245efae540041fc3eace4d6 | /HawkUtil/HawkWebSocket.h | 9197fdb476c0b0a3738b147b53d5dd18b37dd04f | [] | no_license | hawkproject/hawkproject | f536953ef6df199b2b93cee5672fa4a4cca23c36 | e781fd463f24e5a4c54cbd8c2bf34f4d36906ae4 | refs/heads/master | 2021-01-22T09:26:32.063606 | 2014-07-23T10:22:43 | 2014-07-23T10:22:43 | 13,612,604 | 6 | 5 | null | null | null | null | GB18030 | C++ | false | false | 995 | h | #ifndef HAWK_WEBSOCKET_H
#define HAWK_WEBSOCKET_H
#include "HawkSocket.h"
#include "HawkOctetsStream.h"
namespace Hawk
{
/************************************************************************/
/* WebSocket封装 */
/*********************************************... | [
"380269273@qq.com"
] | 380269273@qq.com |
0d5d503d08603d1e6c0b6f23fe90cc60c2326b85 | c2658b5a3b4e00d836287f22e47af2f4241278bd | /Fraction/Fraction.h | 3b2021ebb89e6c160a004c1a8e36d076c7ac9d5e | [] | no_license | ahmad1598/C-plus-plus | 2fdeac3686e5d33bb46b27968816194369cca816 | 25fb17f62abe946064500eb55839507b6fc5623c | refs/heads/master | 2020-04-27T04:59:58.091937 | 2019-03-06T06:39:23 | 2019-03-06T06:39:23 | 174,070,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,212 | h | /*****************************************
*
* Project : M5 - Fraction Class
* File : Fraction.h
* Name : Ahmad Rasoulpour
* Professor : Robert Baird
* Date : 07 / 06 / 18
******************************************/
class Fraction
{
friend Fraction operator+(const Fraction& f1, const Fraction& f2);
... | [
"ahmad.raman83@yahoo.com"
] | ahmad.raman83@yahoo.com |
5de5c136681f1a29ba49125753376e83b858dcc1 | 239994fd79fdec7a4184db3e230828b8347dd997 | /Frost/Vector2f.h | 8eea3b31e974de69e4642790014c69a5b0d48ef3 | [] | no_license | ClericX/Projects | bd0944c6994658b539b61ae90580ee0db440f84c | 9c705315cb16d42a0116f88f156fb748ca46ccfc | refs/heads/master | 2021-01-01T19:42:21.981590 | 2013-03-16T15:49:00 | 2013-03-16T15:49:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 186 | h | #pragma once
#include "DLL.h"
class FROSTAPI Vector2f
{
public:
float x;
float y;
Vector2f(void);
Vector2f(float _x, float _y);
void Set(float _x, float _y);
~Vector2f(void);
}; | [
"clericx@clericx.net"
] | clericx@clericx.net |
c4e976384cacd38e0a82e7b95555555bd2ab94b4 | b0dd7779c225971e71ae12c1093dc75ed9889921 | /boost/geometry/algorithms/append.hpp | 9a4e082aed67bb4fbdf69f2e2df150c28aacbb5b | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 6,693 | hpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
cb24f1981bb5642106dfe3259fa696823b846051 | 3fd747b340e5ea8c59ac733abd335c5d033cf812 | /src/gui/daq/coord.h | 2c6d712cc855a318c3f4d970e27f02cf4513cd5e | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | hgamber/qpx-gamma | dd6e2817d744d1415d9022c3f70272f8ad43dfd6 | 4af4dd783e618074791674a018a3ba21c9b9aab1 | refs/heads/master | 2021-10-27T11:50:46.578617 | 2019-04-17T01:24:07 | 2019-04-17T01:24:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,554 | h | /*******************************************************************************
*
* This software was developed at the National Institute of Standards and
* Technology (NIST) by employees of the Federal Government in the course
* of their official duties. Pursuant to title 17 Section 105 of the
* United States Co... | [
"martukas@gmail.com"
] | martukas@gmail.com |
ae50ba56f78e3175d378f2ae4999c56d8316a689 | 76d72c6a16a715239729c2b548ca832b7e8bd35e | /LibFFmpegPlayer/LibFFmpegPlayer/FFmpegAudioSpeaker.h | 51718671341ffa9a4798c99d138b80f1443286e2 | [] | no_license | naturehome/C-Test | a4a120b6862e3d4076f28452a7f9e0d3a83c7cd4 | 218f4d899579049017a6bf25cc12eb8fb2fd0168 | refs/heads/master | 2021-01-20T08:22:02.131967 | 2019-01-09T11:31:38 | 2019-01-09T11:31:38 | 90,137,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | h | #pragma once
class FFmpegSynchronizer;
class FFmpegFrameProvider;
class FFmpegAudioSpeaker
{
public:
FFmpegAudioSpeaker(FFmpegFrameProvider& FrameProvider, FFmpegSynchronizer& Synchronizer);
~FFmpegAudioSpeaker();
private:
FFmpegFrameProvider& m_FrameProvider;
FFmpegSynchronizer& m_Synchronizer;
};... | [
"zhangyabin@jiandan100.cn"
] | zhangyabin@jiandan100.cn |
fd506a86a89c3d4277e4e8bb0315f89d42cf4f89 | 4da55187c399730f13c5705686f4b9af5d957a3f | /resources/languages/cpp/Motor.cpp | 6881a4b479d17026cf0e033f4436b1114ae3ff22 | [
"Apache-2.0"
] | permissive | Ewenwan/webots | 7111c5587100cf35a9993ab923b39b9e364e680a | 6b7b773d20359a4bcf29ad07384c5cf4698d86d3 | refs/heads/master | 2020-04-17T00:23:54.404153 | 2019-01-16T13:58:12 | 2019-01-16T13:58:12 | 166,048,591 | 2 | 0 | Apache-2.0 | 2019-01-16T13:53:50 | 2019-01-16T13:53:50 | null | UTF-8 | C++ | false | false | 3,941 | cpp | // Copyright 1996-2018 Cyberbotics Ltd.
//
// 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 agr... | [
"David.Mansolino@cyberbotics.com"
] | David.Mansolino@cyberbotics.com |
39fdffe4d02e0f07df1992f66ad7987fc0fc7d5d | 048df2b4dc5ad153a36afad33831017800b9b9c7 | /atcoder/joisc2007/joisc2007_mall.cc | d43cb1f10e338dd286f69dd0d5c55733f20189d6 | [] | no_license | fluffyowl/past-submissions | a73e8f5157c647634668c200cd977f4428c6ac7d | 24706da1f79e5595b2f9f2583c736135ea055eb7 | refs/heads/master | 2022-02-21T06:32:43.156817 | 2019-09-16T00:17:50 | 2019-09-16T00:17:50 | 71,639,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,048 | cc | #include <bits/stdc++.h>
using namespace std;
#define REP(i,n) for (int i=0;i<(n);i++)
#define REP2(i,m,n) for (int i=m;i<(n);i++)
typedef long long ll;
int H, W, X, Y;
ll A[1010][1010];
ll B[1010][1010];
ll sum1(int i, int j, int h, int w) {
return A[i + h][j + w] - A[i][j + w] + A[i][j] - A[i + h][j];
}
ll sum... | [
"nebukuro09@gmail.com"
] | nebukuro09@gmail.com |
0340fd2ab349815015527bdf694a041b86f88d3d | cf7537721caf499b46be56b9932fabb4500b2274 | /include/GCutG.h | ca63b691f0b875fb92bbd0679026b1696c2a29bc | [] | no_license | placebosarah/GRUTinizer | f95c2a93ffb2f55f4a96e28037ecfc019144dddd | 62b1156c6bd39d3bb80283e479f7a6968149a550 | refs/heads/master | 2021-01-11T10:59:45.819686 | 2016-11-02T19:47:30 | 2016-11-02T19:47:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | h | #ifndef GCUTG_H_
#define GCUTG_H_
#include <TCutG.h>
#include <TClass.h>
#include <TString.h>
class GCutG : public TCutG {
public:
GCutG() : TCutG() { }
GCutG(const TCutG &cutg) : TCutG(cutg) { }
GCutG(const char *name,Int_t n=0) : TCutG(name,n) { }
GCutG(const char *name,Int_t n,const Float_t *x,c... | [
"pcbend@gmail.com"
] | pcbend@gmail.com |
cd8fefa22be8cecf89a1389a60bb2870a1c51191 | f268ef85eb335af1794a669e7f69e3c94d3b3cb0 | /Client/source/feint/pane/markdown/html/headerpraser.h | 4ca943a6daaec44f00968837bcf00e73c000371b | [] | no_license | feint123/Emoji | a67a9a6f7cc2e61bba16f9cb75a18c61c8b5d428 | 9929171c9eb74b9799fd3ab23e35d68c059dcfbf | refs/heads/master | 2020-06-16T18:30:49.915832 | 2017-02-02T07:33:09 | 2017-02-02T07:33:09 | 75,077,349 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | h | #ifndef HEADERPRASER_H
#define HEADERPRASER_H
#include <QString>
class HeaderPraser
{
public:
HeaderPraser();
static QString praser(QString text);
private:
QString hOneReg;
QString hTwoReg;
};
#endif // HEADERPRASER_H
| [
"13479399352zyf@gmail.com"
] | 13479399352zyf@gmail.com |
866011ecf098ce7a8107eebb0fc68ddc8c13a731 | 9b48da12e8d70fb3d633b988b9c7d63a954434bf | /ECC8.1/Server/kennel/Ecc_Common/opens/snmp++/snmp++/Snmp++/include/snmp_pp/oid_def.h | d898440c7939ea231e84b633b3959779ce4c0d7f | [] | no_license | SiteView/ECC8.1.3 | 446e222e33f37f0bb6b67a9799e1353db6308095 | 7d7d8c7e7d7e7e03fa14f9f0e3ce5e04aacdb033 | refs/heads/master | 2021-01-01T18:07:05.104362 | 2012-08-30T08:58:28 | 2012-08-30T08:58:28 | 4,735,167 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,938 | h | /*_############################################################################
_##
_## oid_def.h
_##
_## SNMP++v3.2.15
_## -----------------------------------------------
_## Copyright (c) 2001-2004 Jochen Katz, Frank Fock
_##
_## This software is based on SNMP++2.6 from Hewlett Packard... | [
"136122085@163.com"
] | 136122085@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.