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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
960ec938ce0b8ab52754a558aba1e1b7c25d26aa | 93758fe8a5d9860873c87e25392b5f4c23ada8d6 | /branches/trunk/Kernel/spot-on-neighbor-b.cc | 6ef6fccf467099d7057fd746e202207fe16485a1 | [] | no_license | Lucas-Developer/spot-on | c534fa55f2d19eb8735126b08b4c21912c015925 | c6a64b006b4b9825ec93e7378e0e16969c889d3c | refs/heads/master | 2021-05-15T06:24:49.868043 | 2017-12-12T23:17:54 | 2017-12-12T23:17:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,172 | cc | /*
** Copyright (c) 2011 - 10^10^10, Alexis Megas.
** 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... | [
"textbrowser@gmail.com"
] | textbrowser@gmail.com |
dcd84093269a4ae05cea2dd31645bd2d5ba60631 | 81361fbb260f3a43f2dfd05474c1bb06c5160d9c | /USACO/transform.cpp | c323a7645ca3bd524b8c564022f2bf8848f1db22 | [] | no_license | enamcse/ACM-Programming-Codes | 9307a22aafb0be6d8f64920e46144f2f813c493a | 70b57c35ec551eae6322959857b3ac37bcf615fa | refs/heads/master | 2022-10-09T19:35:54.894241 | 2022-09-30T01:26:24 | 2022-09-30T01:26:24 | 33,211,745 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,309 | cpp | /*
ID: manetsus
PROG: transform
LANG: C++
*/
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <queue>
#include <vector>
#include <algorithm>
#include <cctype>
#include <fstream>
#include <map>
#define sz 11
#define input_file "transform.in"
#define ... | [
"enamsustcse@gmail.com"
] | enamsustcse@gmail.com |
176f28b36e9bdc71c53052eb3ce17aaff8e839f3 | 94c8827ab404881fa15c44fbd0cd684eee515e8a | /GameEngine/w_main.cpp | 3dbd8c894c98d6112a8224c3b05aabfa13616b45 | [] | no_license | KarteekKumarM/FrozenArk | b7cb3c04891b95d77c214cec7fe0982ae9f4a756 | 06f444ff549cf4e9602db2f26fa2324f56d9950a | refs/heads/master | 2021-01-02T22:29:49.098984 | 2015-01-12T06:22:06 | 2015-01-12T06:22:06 | 24,086,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,812 | cpp | #include "w_main.h"
#include "r_main.h"
#include "g_main.h"
#include "console.h"
#include "c_time.h"
HWND s_hWnd;
// forward declarations
void W_Shutdown();
LRESULT CALLBACK W_WindowProc( HWND hWnd,
UINT message,
WPARAM wParam,
LPARAM lParam )
{
switch ( message )
{
case WM_DESTROY:
W_Shutdown();
PostQuitM... | [
"Karteek.Kumar.M@gmail.com"
] | Karteek.Kumar.M@gmail.com |
69a6aafe52e7cf58d6ae41ada5a6ab89d3f164cc | a4d65b6552c160933d8e19e0477004126f43e980 | /2nd/euler25.cpp | 91ea227ddc6c0a72e70373c3990a1015305b181b | [] | no_license | chunag24/project_euler | d4224f2d4f01b12867e462a233d54bcdd1d4bb6a | d930ad519fca71803f483178f9b15702748bec21 | refs/heads/main | 2023-03-31T03:06:38.220626 | 2021-04-05T03:52:59 | 2021-04-05T03:52:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 867 | cpp | /*************************************************************************
> File Name: euler25.cpp
> Author:
> Mail:
> Created Time: Sun 4 Apr 15:53:51 2021
************************************************************************/
#include<iostream>
using namespace std;
void func(int *n1, int *n2){
cout ... | [
"hzh94kobe24@hotmail.com"
] | hzh94kobe24@hotmail.com |
c5d2bdb1d8baaf1993ff68223127f393ceea379e | baebe8a00a7b3aa662b8078bd000c424bb214cc6 | /src/bxdf/specular_reflection_brdf.cpp | 0aad2e7b4e729cc30752fa41c6215ba26693f131 | [
"MIT"
] | permissive | jonike/lumen | 8ffd85f64018eba0d5adea401c44f740b6ea0032 | c35259f45a265d470afccb8b6282c8520eabdc95 | refs/heads/master | 2021-04-25T04:03:36.864204 | 2017-06-02T17:49:11 | 2017-07-15T00:10:37 | 115,495,859 | 2 | 0 | null | 2017-12-27T07:45:31 | 2017-12-27T07:45:31 | null | UTF-8 | C++ | false | false | 805 | cpp | #include <cmath>
#include <geometry.h>
#include <specular_reflection_brdf.h>
namespace lumen {
specular_reflection_brdf::specular_reflection_brdf(const nex::color& reflectance) :
bxdf(),
reflectance(reflectance)
{
}
nex::color specular_reflection_brdf::sample(const lumen::sample& sample, const surface... | [
"jeremy.adam.lukacs@gmail.com"
] | jeremy.adam.lukacs@gmail.com |
91d8be0d5eb8a2a5b0a299c100110601b7879229 | 98fd8f675fa336090e433fc9889d0471f77417e4 | /ArduinoDoorbell.ino | 7e462aa72ff349aa90f6916c7382c32f38c0872f | [] | no_license | thisptr-hub/ArduinoDoorbell | 8a0eed9d3523222dcc6e583ab236aef1b6a096d6 | 88f63ad8dfe45fc16a70794b35d8921ef5171e70 | refs/heads/master | 2022-10-23T19:10:31.867471 | 2020-06-18T13:41:48 | 2020-06-18T13:41:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,524 | ino | #include <stdint.h>
#include "BellFilePlayer.h"
#include "BellButton.h"
BellFilePlayer *player;
BellButton *bellButton;
const uint32_t SHORT_PLAY_DURATION_MS = 5000;
const uint16_t BUTTON_PRESSES_FOR_LONG_PLAY = 3;
const uint32_t BUTTON_PRESS_CHECKS_BEFORE_TIMEOUT = 20;
const char *audioFileName = "bell.wav";
void s... | [
""
] | |
5412d21d6d28e1e9b3bec3be073eb02548bbfbd4 | 322db0227e38a60db6541f94c305f4460b5f9573 | /51Nod/2455.cpp | 26f42c78893d7d08c789f7b65cde3946746d2493 | [] | no_license | miluplay/AlgorithmProblemList | 74eb29ff4810be1f3807d3ca37fe53bd38852b4e | 36327009afe863ad6a25ac80e2ebfddc11ef5cd9 | refs/heads/master | 2022-12-22T06:48:59.098857 | 2020-08-26T09:47:29 | 2020-08-26T09:47:29 | 269,381,987 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 214 | cpp | // Link:https://www.51nod.com/Challenge/Problem.html#problemId=2455
#include <iostream>
#define BT ios::sync_with_stdio(false), std::cin.tie(0), std::cout.tie(0);
using namespace std;
int main() { BT
return 0; } | [
"miluplay1013@outlook.com"
] | miluplay1013@outlook.com |
32f3aabd5f1cc3adeb0047ca0a7e47347a2b49ae | a5103b7d5066138ac1a9aabc273361491a5031cd | /c++/computerGraph/two/ModelerView.h | 837fdfa1c2144f51863c61864d8b050f5854b849 | [] | no_license | mckjzhangxk/deepAI | 0fa2f261c7899b850a4ec432b5a387e8c5f13e83 | 24e60f24b6e442db22507adddd6bf3e2c343c013 | refs/heads/master | 2022-12-13T18:00:12.839041 | 2021-06-18T03:01:10 | 2021-06-18T03:01:10 | 144,862,423 | 1 | 1 | null | 2022-12-07T23:31:01 | 2018-08-15T14:19:10 | Jupyter Notebook | UTF-8 | C++ | false | false | 942 | h | // modelerview.h
// This is the base class for your view window. It contains
// a camera control for your use. The draw() function will
// set up default lighting and apply the projection.
#ifndef MODELERVIEW_H
#define MODELERVIEW_H
#ifdef WIN32
#include <windows.h>
#endif
#include <FL/Fl_Gl_Win... | [
"mckj_zhangxk@163.com"
] | mckj_zhangxk@163.com |
b90be6d0301e2b15cd3d865bcdea8474fe467751 | 8d224a6d10be43849294fa686e5b7c1d8c7b12f2 | /13ArrayPointersAndReference/ptr2ClassMember.cpp | 8c5f75c0aec94661c9c7bb2ae2ac50f7aee5b9ce | [] | no_license | linuxmint17/TheCompleteRefercnce | 60e22c8a7192def6aba4811ba28bc18113ec8b51 | 7c2c6db0a6533c282562f05a64d93c33c255470b | refs/heads/master | 2021-10-29T19:38:58.181982 | 2019-04-25T14:27:47 | 2019-04-25T14:27:47 | 104,641,157 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,433 | cpp | #include<iostream>
#include<cstdio>
#include<new>
#include<string>
#include<vector>
#include<cmath>
#include<cstdlib>
#include<iomanip>
using namespace std;
class cl{
public:
cl(int i){val=i;}
int val;
int double_val(){return val+val;}
};
int main(void)
{
int cl::*data;//data member pointer
int (... | [
"opensuselinux13.2@gmail.com"
] | opensuselinux13.2@gmail.com |
2321c2cf11e5f13198c3801bfee97819c565c1a3 | 357e30063ffc703a194ebd1a13871be1ac4866c6 | /src/MoriorGames/Entity/Neuron.cpp | 6c82248c263d1228edd953896ebeb6deab970689 | [] | no_license | moriorgames/machine-learning | 74de19024aad4107d2c1c46bb278a075d747df84 | ea4c7a8b7faef388af91201ccd43d51f5e730c34 | refs/heads/master | 2021-09-06T16:54:11.243364 | 2018-02-08T19:11:03 | 2018-02-08T19:11:03 | 114,208,898 | 1 | 0 | null | 2018-02-08T19:11:04 | 2017-12-14T05:59:17 | C++ | UTF-8 | C++ | false | false | 2,519 | cpp | #include "Neuron.h"
using MoriorGames::Neuron;
Neuron::Neuron(unsigned index, unsigned nextLayer)
: index{index}
{
for (unsigned i = 0; i < nextLayer; ++i) {
connections.push_back(new Connection);
}
}
void Neuron::feedForward(Layer *layer)
{
double sum = 0.0;
// Sum the previous layer ou... | [
"moriorgames@gmail.com"
] | moriorgames@gmail.com |
9be85d5dfe83baa9a5eea8a0c156a22c4ae3bde8 | 93c1a49b80edea6ccf3f2054d30a7c7a8d0d3909 | /Algorithms Techniques/1. Sorting and Selection/randomize-selection/randomSelect.cpp | afe8f69de18b65e692fbb237b5101f765a67abfb | [] | no_license | KangboLu/Data-Structure-and-Algorithms | 801cad87f4ccee7b8fa9ba84733b61e5aeba8228 | 1b8d7d943c6eddad417b831a3b038b950c62ed77 | refs/heads/master | 2020-03-21T14:28:33.565035 | 2018-11-12T23:09:19 | 2018-11-12T23:09:19 | 138,659,254 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,521 | cpp | // c library
#include <ctime>
#include <cstdlib>
// c++ library
#include <iostream>
#include <string>
#include <vector>
using namespace std;
// function to return random pivot
int randomPivot(vector<int>& array) {
return array[rand() % array.size()];
}
// function to return k-th smallest element
int randomSelect(v... | [
"redstonegranola@gmail.com"
] | redstonegranola@gmail.com |
38645fc901f07cba7add0fd0404909919c91e039 | 37596f223cf5115178a5a218fecf422bc545de78 | /wrong code.c | 740aac4c222b4be2d32f7b3df2c4edb1a3d9d2e0 | [] | no_license | fahim-ahmed-7861/competitive-programming | 85cc4a61ce643d07446c36848b1f55789ee978f3 | 7c3e649756a426cceb588b5b119d40a5a94c80b4 | refs/heads/master | 2022-12-31T10:45:15.798645 | 2020-10-21T14:37:38 | 2020-10-21T14:37:38 | 306,051,853 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | c | #include<stdio.h>
int main()
{
int a,b,c;
scanf("%d %d",&a,&b);
c=a+b;
printf("%d",c);
return 0;
}
| [
"fahimahmedshojib109@gmail.com"
] | fahimahmedshojib109@gmail.com |
882eafecde42835a87f9a78e1d4560b9e9679a17 | 702ae9de838718ac88c6a99461c8ffb668b9a9c3 | /raytrace/Triangle.h | 7eff35a763ed68f6e277dee55dc6be0d420ed260 | [] | no_license | wuhaozhe/ray_trace | 9dbf66fc2adcd12f5bdb89fbc5c5b18e50ad3fb4 | 3a47ed81e8bfc787d456046022bbbd18de86ec58 | refs/heads/master | 2021-01-04T02:39:21.266958 | 2017-06-21T00:18:28 | 2017-06-21T00:18:28 | 87,383,443 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,177 | h | #pragma once
#include "Object.h"
#include "Point.h"
class Triangle: public Object
{
private:
void init();
double det(vector3<double> a, vector3<double> b, vector3<double> c) //返回a, b, c为列的三阶行列式
{
double a1 = a.x * b.y * c.z;
double a2 = b.x * c.y * a.z;
double a3 = c.x * a.y * b.z;
double b1 = c.x * b... | [
"506903514@qq.com"
] | 506903514@qq.com |
4c3259ed61b5c8a6227add12b8cf7403a0b40cbc | a44f1eb99f0aad7eba90253c63240ec00407bc2e | /2D-Breakout/Health.cpp | 0ee76ec12773d373454c91eea71d940395886d1e | [] | no_license | GabrielJadderson/2D-Breakout | 08d925c0c1bf8be7daff8926af883a3ae21cdbc1 | de76fb27bf6278c0bbb9dfaebd7398ef15972b3e | refs/heads/master | 2020-04-02T11:34:24.164924 | 2018-12-05T23:48:37 | 2018-12-05T23:48:37 | 154,396,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88 | cpp | #include "pch.h"
Health::Health(sf::Sprite s)
{
Sprite = s;
}
Health::~Health()
{
} | [
"mullie34@hotmail.com"
] | mullie34@hotmail.com |
c31716f7a97940160b867105cd3c1de478d5ed44 | ba4db75b9d1f08c6334bf7b621783759cd3209c7 | /src_main/materialsystem/stdshaders/fxctmp9_tmp/fillrate_ps11.inc | dfa2fa49fe90825396169b0edebf1285baff9c4a | [] | no_license | equalent/source-2007 | a27326c6eb1e63899e3b77da57f23b79637060c0 | d07be8d02519ff5c902e1eb6430e028e1b302c8b | refs/heads/master | 2020-03-28T22:46:44.606988 | 2017-03-27T18:05:57 | 2017-03-27T18:05:57 | 149,257,460 | 2 | 0 | null | 2018-09-18T08:52:10 | 2018-09-18T08:52:09 | null | UTF-8 | C++ | false | false | 740 | inc | #include "shaderlib/cshader.h"
class fillrate_ps11_Static_Index
{
public:
fillrate_ps11_Static_Index( )
{
}
int GetIndex()
{
// Asserts to make sure that we aren't using any skipped combinations.
// Asserts to make sure that we are setting all of the combination vars.
#ifdef _DEBUG
#endif // _DEBUG... | [
"sean@csnxs.uk"
] | sean@csnxs.uk |
16abad2d295cdb65ae4420ba69e8a8ac68765fca | 4dad7078c907135214b38706fcfc555c485d6a25 | /Estruturas de Dados e Agoritmos I - Lab/Arvores/Arvore.cpp | 76edbac9e1e0f6c8f862e1eadb76b6f22ce11458 | [
"MIT"
] | permissive | GabrielNogueiraBR/Linguagem-C | 5c679e9bf3d5ec497e4776f32bfcad30c27f5ee3 | e12b405113b703b710ac96ae925ff919cab068f9 | refs/heads/master | 2023-01-04T14:55:17.460002 | 2020-10-28T02:56:37 | 2020-10-28T02:56:37 | 287,816,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,573 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#define espaco 5
typedef struct no{
int info;
no *right;
no *left;
}no;
no* make_no(int num);
void aloca_no(no **p);
void insert_tree(no **p, int num);
bool find_number_tree(int num, no *p);
int profundidade_tree(no *p);
int soma_folhas(no *p);
void des... | [
"gabrielnoog7@gmail.com"
] | gabrielnoog7@gmail.com |
443bdc86579704f41a2e46f239021a7ec9714ead | 8eb79b6ec28abbf8c6570bb4f2f2568cfae6432c | /tensorflow/compiler/xla/service/gpu/gpu_executable.cc | e50da6f728d4fd6829691022ce55ec3fcf5627df | [
"Apache-2.0"
] | permissive | FullStackHan/tensorflow | 7d094049a614e317b5a4b46ae0d3b2c001532166 | 8ec93550847eaf9289ff33403bb19fa78c097334 | refs/heads/master | 2020-06-06T08:57:05.737140 | 2019-06-19T08:30:29 | 2019-06-19T08:35:06 | 192,692,426 | 1 | 0 | null | 2019-06-19T08:35:29 | 2019-06-19T08:35:28 | null | UTF-8 | C++ | false | false | 16,500 | cc | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
847c6895d0f8dad6873b4270cf495a2ca4d6f0b0 | 6a9c422f963e1fd79f6ceda23a6e147565b43624 | /LEETCODE-766.Toeplitz Matrix.cpp | 34f35cde69cef2119ce41a0f3f31e9952caa75aa | [] | no_license | sidhantchadha/LEETCODE | 6605d07b30c06d47d81b0d6d84673c31ea0cc9e1 | d67e210d396a015b2dd6980ffd2a82b9e0cf2d73 | refs/heads/master | 2020-03-07T01:37:28.592703 | 2018-06-22T20:32:11 | 2018-06-22T20:32:11 | 127,188,143 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 641 | cpp | //============================================================================
// Name : Toeplitz.cpp
// Author : Sidhant Chadha
// Version :
// Copyright :
// Description : Toeplitz Matrix in C++, Ansi-style
//============================================================================
class Soluti... | [
"sidhantchadha@live.com"
] | sidhantchadha@live.com |
e33d887b1e1f163374b7edcacf20eeba59033ded | 573b7f2b79b6fb8b21b40985f7639bc003b60f7e | /SDK/BP_Vehiclewheel_BRDM2_rear_classes.h | 2e2da6ea02a1e8648c3978b4881cecf55320ad3b | [] | no_license | AlexzDK/SquadSDK2021 | 8d4c29486922fed3ba8451680d823a04a7b7fc44 | cdce732ad4713b6d7f668f8b9c39e160035efb34 | refs/heads/main | 2023-02-21T02:52:15.634663 | 2021-01-23T23:28:57 | 2021-01-23T23:28:57 | 332,328,796 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | h | #pragma once
// Name: Squad, Version: 13-01-2021
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
/*!!HELPER_DEF!!*/
/*!!DEFINE!!*/
namespace UFT
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------... | [
"39485681+AlexzDK@users.noreply.github.com"
] | 39485681+AlexzDK@users.noreply.github.com |
fd2e0813c784a5c9d4609310c511cfe04d9d8bea | 0c260a8689d62a273c155d2a7e895eb26d8a0a30 | /Pathfinder.h | 7c247cd51796e37edc41390b7c9ad200ba854b94 | [] | no_license | IgnacioAlmeida/Recursion---3D-Maze | 0e319010865c750a88e7d720b3e3bac08691b797 | 4c90af651dc2f4f0f460cb4217f573613f0609dc | refs/heads/master | 2023-03-03T21:11:03.847670 | 2021-02-11T02:51:43 | 2021-02-11T02:51:43 | 336,704,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | h | #pragma once
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include <fstream>
#include <time.h>
#include <algorithm>
#include "PathfinderInterface.h"
using namespace std;
const int ROW_SIZE = 5;
const int COL_SIZE = 5;
const int FLOOR_SIZE = 5;
const int BACKGROUND = 1;
const int PATH = 3;... | [
"ignacio.rdea@gmail.com"
] | ignacio.rdea@gmail.com |
55b914965ce3eada080d86475d8224ecb1765427 | 5629bfeac0508fc0a33be5e5ccc7ae1946e87abd | /src/qt/paymentserver.cpp | bf9700a51b6b9fd32ef466686a58f651fc5fb154 | [
"MIT"
] | permissive | btcrcoin/btcrcoin | ce6bbcbe8836d3d0817def7602b489b9aa8b8538 | e49a490165fb1e45113b5527d0f1a1f8f0001eb6 | refs/heads/master | 2021-05-13T19:53:57.619320 | 2018-01-31T13:23:29 | 2018-01-31T13:23:29 | 116,625,632 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,505 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <QApplication>
#include "paymentserver.h"
#include "guiconstants.h"
#include "ui_interface.h"
#include "util.h"
#i... | [
"crcashfc@gmail.com"
] | crcashfc@gmail.com |
b8b23f55bfcecaab5709d5c5037832c275259165 | 88ae8695987ada722184307301e221e1ba3cc2fa | /ui/display/test/display_manager_test_api.cc | 733201595b3a2b2ed9f5ece4bcf1b14f8523d3d6 | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 8,255 | cc | // Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/display/test/display_manager_test_api.h"
#include <cstdarg>
#include <vector>
#include "base/logging.h"
#include "base/ranges/algorithm.h"
#include "base/strings... | [
"jengelh@inai.de"
] | jengelh@inai.de |
1e2a079abe4b6a3a3445056a8006cebfa448599e | 2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0 | /fuzzedpackages/roben/src/BVCUtilities.cpp | 5b57a9cafcf7258045f98c38fbdb2f283a21b34d | [] | 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 | 3,050 | cpp | #include<RcppArmadillo.h>
#include<Rmath.h>
// #include<stdio.h>
#include"BVCUtilities.h"
// [[Rcpp::depends(RcppArmadillo)]]
using namespace Rcpp;
using namespace arma;
using namespace R;
double rtnorm(double mu, double sigma){
double lower = -mu/sigma, ret, a, z;
if(lower <0){ //naive
while((ret = R::rnorm(... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
36027a40682824e63a18358e58bf0207e7eae609 | e41e78cc4b8d010ebdc38bc50328e7bba2d5a3fd | /SDK/Mordhau_BP_Crest02_classes.hpp | f90441a7548e0905336cc8163cb61be31b7f7acc | [] | no_license | Mentos-/Mordhau_SDK | a5e4119d60988dca9063e75e2563d1169a2924b8 | aacf020e6d4823a76787177eac2f8f633f558ec2 | refs/heads/master | 2020-12-13T10:36:47.589320 | 2020-01-03T18:06:38 | 2020-01-03T18:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | hpp | #pragma once
// Mordhau (Dumped by Hinnie) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClas... | [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
b764e39ff68551aff101ac9393eb8f13dd0a1738 | 51222a640bdfaf394af67601dc4e128f678743d3 | /c++/matrix/main.cpp | 06b8a6f70ec27ffa7ac65ac3d30bbbb78e74e1f1 | [] | no_license | pvelesko/testing | 8294f5cd9af5634460f3b597c582ce7ff22238d0 | 5bdc53da65f67596858825d023852f7457937211 | refs/heads/master | 2023-06-29T00:42:37.744462 | 2021-08-04T04:24:08 | 2021-08-04T04:30:37 | 392,545,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,640 | cpp | #include <iostream>
#include <CL/sycl.hpp>
using namespace cl::sycl;
template<class T>
class MatrixUSM2D {
public:
T* data;
int dim0;
int dim1;
context* ctx;
device* dev;
MatrixUSM2D(int dim0_in, int dim1_in, device &dev_in, context &ctx_in) {
ctx = &ctx_in;
dev = &dev_in;
dim0 = dim0_in;
... | [
"paulius.velesko@intel.com"
] | paulius.velesko@intel.com |
07de991178a1dd9ed81c261877de4e39d80e6c11 | 9e65dd575555c5aa754e120c2e4b10e927415887 | /inc/ui/genfileprogress.h | b20d9e847e49cd3780bfae1529331f3a9ec48fa1 | [] | no_license | heretique/cuteboxLegacy | 2e20727344cdda290af397c9a149af1e99e3fcf1 | 7d0f1436da485d4da3cf33afbb192e4329efd3d1 | refs/heads/master | 2021-06-19T12:32:03.768669 | 2021-06-15T18:55:58 | 2021-06-15T18:55:58 | 138,695,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | h | #ifndef GENFILEPROGRESS_H
#define GENFILEPROGRESS_H
#include "geninterfaces.h"
#include <QTime>
#include "gentypes.h"
namespace Ui {
class GenFileProgress;
}
class GenFileProgress : public GenCachedWidget
{
Q_OBJECT
public:
explicit GenFileProgress(QWidget *parent = 0);
~GenFilePr... | [
"139596+heretique@users.noreply.github.com"
] | 139596+heretique@users.noreply.github.com |
a8b570309e5a6598289eaa9119417dba52f05909 | 92eead7872140b0ba00e54629ef19d4432f3be4e | /Chapter-12/12.22/StrBlob.h | 84e612fa74722305c206af6b14304bff99596bcf | [] | no_license | shengchiliu/Cpp-Primer-Answer | acd8a3b3f0ce80fd759055d7d79788c2b5456b13 | 9a932c349b5cd272c47a7c793c3cee8c84f9edbc | refs/heads/master | 2023-03-22T10:35:00.824761 | 2019-08-30T04:57:29 | 2019-08-30T04:57:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,767 | h | #ifndef STRBLOB_H
#define STRBLOB_H
#include<vector>
#include<string>
#include<initializer_list>
#include<memory>
class StrBlobPtr;
class ConstStrBlobPtr;
class StrBlob
{
friend class StrBlobPtr;
friend class ConstStrBlobPtr;
public:
typedef std::vector<std::string>::size_type size_type;
StrBlob();
StrBlob(st... | [
"jzplp@qq.com"
] | jzplp@qq.com |
96c1fe78474c7acc20344ba70aa6f714500b1d8d | c3805708c63d3dd3a7a85e02fc2535b39fc0a7fa | /src/placement/constraint_updater.cpp | 1cedfe557dbb969baf76539611c85dd145f14c7b | [
"MIT"
] | permissive | Christof/voly-labeller | 68c49424bfd56cb3190c003b00d3dc52d83b9eb0 | 68ddb4681b200aac7f7cf6a328ac42e3562257ec | refs/heads/master | 2021-01-19T18:38:46.504357 | 2017-05-28T15:36:41 | 2017-05-28T20:07:43 | 31,907,641 | 3 | 0 | null | 2017-05-28T20:07:44 | 2015-03-09T15:51:50 | C++ | UTF-8 | C++ | false | false | 5,965 | cpp | #include "./constraint_updater.h"
#include <Eigen/Geometry>
#include <vector>
#include <string>
#include <memory>
#include "./placement.h"
#include "./shadow_constraint_drawer.h"
#include "./anchor_constraint_drawer.h"
ConstraintUpdater::ConstraintUpdater(
int bufferWidth, int bufferHeight,
std::shared_ptr<Anc... | [
"christof.sirk@gmail.com"
] | christof.sirk@gmail.com |
fe1f78625df6c5e5871f786d1f027ad67d443e83 | 78aa6efa0418e1778d9a026ab030fb8d02177140 | /include/burst/container/k_ary_search_set.hpp | 048f5d3ddc842e093b2afc52cc0136ceb954447d | [
"BSL-1.0"
] | permissive | izvolov/burst | 8a5b1e106891b1caf3434157a5646df955ceb2a5 | ea38c4a59c8f98f857dafbc468b6e8a1f8bed6ca | refs/heads/master | 2022-09-07T13:48:07.094878 | 2022-08-07T15:52:06 | 2022-08-07T16:14:48 | 26,827,690 | 88 | 6 | BSL-1.0 | 2022-08-08T03:19:57 | 2014-11-18T20:07:42 | C++ | UTF-8 | C++ | false | false | 19,738 | hpp | #ifndef BURST__CONTAINER__K_ARY_SEARCH_SET_HPP
#define BURST__CONTAINER__K_ARY_SEARCH_SET_HPP
#include <burst/container/unique_ordered_tag.hpp>
#include <burst/functional/not_fn.hpp>
#include <burst/integer/intlog.hpp>
#include <burst/integer/intpow.hpp>
#include <boost/assert.hpp>
#include <boost/container/container... | [
"dmitriy@izvolov.ru"
] | dmitriy@izvolov.ru |
30b8fe8e8da076dfc0bf6d736a2f74d2291c09cc | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /LINUX/android/vendor/qcom/proprietary/fastmmi/module/bluetooth/bluetooth.cpp | 4fe01840362aec351919853c32c0b100343a2bd4 | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,101 | cpp | /*
* Copyright (c) 2014-2017, Qualcomm Technologies, Inc.
* All Rights Reserved.
* Confidential and Proprietary - Qualcomm Technologies, Inc.
*/
#include "mmi_module.h"
/**
* Defined case run in mmi mode,this mode support UI.
*
*/
static const mmi_module_t *g_module = NULL;
static int g_pid;
static pthread_mutex_t... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
4dc62d739f684cce068b58c855a595dd43012688 | c4a70a2ef03ee4b89b61b4c6d65a3898b1133958 | /vol124/12469_Stones.cpp | a0a7a4921d0ff5c818239919119f4cb4db615963 | [] | no_license | GonzaloCirilo/UVa | 40803053f26aba966e95e6d08c44cb6dee294651 | 2f106aa76ef5bb9471b747322302fad3051de7d7 | refs/heads/master | 2023-04-13T05:08:57.704904 | 2023-04-06T20:06:09 | 2023-04-06T20:06:09 | 98,001,587 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 348 | cpp | #include <stdio.h>
using namespace std;
bool fibonacci[10001];
void calFibonacci(int prev, int now){
if(prev + now > 1000)
return;
fibonacci[prev + now] = true;
calFibonacci(now, prev + now);
}
int main(){
int n;
calFibonacci(0,1);
while(scanf("%d", &n) != EOF && n){
fibonacci[n]?printf("Roberto\n"):printf(... | [
"gonzalo_cirilo@hotmail.com"
] | gonzalo_cirilo@hotmail.com |
536493081ee1bf548d92c50db92c0065e3718158 | 5b398ff08cae8a27c1969713ec42cba50eb595e7 | /DIV-A/2_AntonAndDanik/example.cpp | 374d81fb6db4dfea54909a40fc0c310e4f2c1e84 | [] | no_license | ashishlakhani04/_CpToDo | 7e06c16d444e0b1eb49be8001fda925fc675d36e | fa85e1d6644c55ca9fdcdd656193b56f857d760a | refs/heads/master | 2020-03-12T15:34:40.173405 | 2019-01-08T07:44:02 | 2019-01-08T07:44:02 | 130,693,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 520 | cpp | #include <iostream>
#include <map>
#define fastio ios_base::sync_with_stdio(false)
#define fastcin cin.tie(NULL)
using namespace std;
int main(){
fastio;
fastcin;
// freopen("small_input.txt", "r", stdin);
// freopen("small_output.txt", "w", stdout);
int n;
cin>>n;
string s;
cin>>s;
map... | [
"depashlakhani@gmail.com"
] | depashlakhani@gmail.com |
721398b2ad4c959e6b5b9f15d8a74537d21568b9 | e074657c2bc6c11b48b64c07f47ec7981d0a83ad | /剑指offer(第二版)/剑指 Offer 03. 数组中重复的数字/solution.cpp | b700e82237584101be9670a8d094a8a350e43cea | [
"MIT"
] | permissive | LiZhiHao97/algorithm | 775551f75319bcf094fcdb8e786443894fe3b4a6 | cdfbfc538b45e3917119853142d1a645cb95d3a2 | refs/heads/master | 2022-09-18T18:20:27.093265 | 2022-09-02T06:42:14 | 2022-09-02T06:42:14 | 152,013,668 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 731 | cpp | #include <iostream>
#include <vector>
#include <unordered_map>
using namespace std;
class Solution {
public:
int findRepeatNumber(vector<int>& nums) {
int n = nums.size();
if (n == 0) {
return -1;
}
for (int i = 0; i < n; i++) {
while (nums[i] != i) {
... | [
"940166841@qq.com"
] | 940166841@qq.com |
ea46f5d26e692e57c2f020d170125ae1086b462b | fcdacd8bdf4da860cdffd92c28e59a4f3591b1f4 | /图/kruskal.cpp | 29914d68cc6ac249a057289ededff5a01c54b6ad | [] | no_license | yiuyh/MyTemplate | 73ea13a29f7fe796d4030dcc064d07c54672990b | 22c0784b95f0a564100d8a90ad8e30e93a2b470b | refs/heads/master | 2020-07-06T19:25:15.962043 | 2019-11-02T11:53:59 | 2019-11-02T11:53:59 | 202,965,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 988 | cpp | #include<iostream>
#include<cstdio>
#include<algorithm>
#define maxn 10000+10
using namespace std;
typedef long long ll;
struct node{
int u, v, w;
bool operator <(const node b) const{
return w > b.w;
}
};
node edge[maxn];
int fa[maxn];
int Find(int x){
if(x == fa[x]) return x;
fa[x] = Find(fa[x]);... | [
"38040643+yiuyh@users.noreply.github.com"
] | 38040643+yiuyh@users.noreply.github.com |
86abe9166a246a3c4e84cbd850d2c828c8459169 | df7d4189cae1e9fb581b7758ee0bc46d0a383799 | /android/jni/S3DX/S3DXAIVariable.h | 55c38b6106029e5581c2e3d54911e0b52bf18bb1 | [] | no_license | error454/ShiVa-Android-All-In-One | ea8c97fd939d1aec05b107347524f39ca5a74262 | 1664c1206cba319480cf180e6e135352aefb9b5c | refs/heads/master | 2020-05-17T20:34:46.541077 | 2019-05-16T18:00:28 | 2019-05-16T18:00:28 | 4,881,230 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 81,160 | h | //-----------------------------------------------------------------------------
#ifndef __S3DXAIVariable_h__
#define __S3DXAIVariable_h__
//-----------------------------------------------------------------------------
#include "S3DXTypes.h"
//-----------------------------------------------------------------------------... | [
"zachary.burke@gmail.com"
] | zachary.burke@gmail.com |
c553a275766ffdb99804f9a6b561c722eae2ec35 | d1cf34b4d5280e33ebcf1cd788b470372fdd5a26 | /leetcode/weekly-261/2030.cpp | fa3786ee2ea8f74686079b492fa5a4386c181108 | [] | no_license | watashi/AlgoSolution | 985916ac511892b7e87f38c9b364069f6b51a0ea | bbbebda189c7e74edb104615f9c493d279e4d186 | refs/heads/master | 2023-08-17T17:25:10.748003 | 2023-08-06T04:34:19 | 2023-08-06T04:34:19 | 2,525,282 | 97 | 32 | null | 2020-10-09T18:52:29 | 2011-10-06T10:40:07 | C++ | UTF-8 | C++ | false | false | 825 | cpp | class Solution {
public:
string smallestSubsequence(string s, int k, char letter, int repetition) {
int n = (int)s.size();
vector<int> cnt(n + 1, 0);
vector<vector<int>> next(n + 1);
next[n] = vector<int>(26, n);
for (int i = n - 1; i >= 0; --i) {
cnt[i] = cnt[i + 1] + (s[i] == letter ? 1 : ... | [
"watashi@watashi.ws"
] | watashi@watashi.ws |
07623720af4f71b420f42b15c7eb69a94c23fc28 | 091af7eabed99cc72dfe1dbb54f109957d83b9f2 | /360Lib-5.0/.svn/pristine/07/07623720af4f71b420f42b15c7eb69a94c23fc28.svn-base | 73630a8a216e99f1995b42bfd25dc8c89f961252 | [] | no_license | iagostorch/HM-16.16_360_InterOpt | a2b723aaf3ce94a223f839152e31202282cad58f | 330c0690b07e5afa35a591186308113d8e6d647f | refs/heads/master | 2023-08-05T11:52:29.701813 | 2021-09-22T14:18:09 | 2021-09-22T14:18:09 | 169,303,453 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,472 | /* The copyright in this software is being made available under the BSD
* License, included below. This software may be subject to other third party
* and contributor rights, including patent rights, and no such rights are
* granted under this license.
*
* Copyright (c) 2010-2015, ITU/ISO/IEC
* All rights r... | [
"icstorch@inf.ufpel.edu.br"
] | icstorch@inf.ufpel.edu.br | |
304247d2915805c324a919a1874db4ef46c00440 | e51512b5c3a112a0cdae2c0eb2a69a5d24460996 | /src/teapot.cc | 7bb4bdca9802eb7d833d5aaec4cc746d3f18e50f | [] | no_license | DiegoAlfaroV/04MVID2018_EJ | 1b534e8903205a019e6cfae0f067af5bc07ef2f2 | b422e2771eace344de16845bba1b984463cf6274 | refs/heads/master | 2020-04-24T03:19:28.381710 | 2019-02-20T12:16:36 | 2019-02-20T12:16:36 | 171,666,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,344 | cc | #include "teapot.h"
#include "teapotdata.h"
#include <cstdio>
#include <glm/gtc/matrix_transform.hpp>
Teapot::Teapot() {}
Teapot::~Teapot() {
glDeleteVertexArrays(1, &_vao);
glDeleteBuffers(4, vbo);
}
void Teapot::Init(int grid, glm::mat4 lidTransform) {
int verts = 32 * (grid + 1) * (grid + 1);
faces = ... | [
"diego.alfarovives@gmail.com"
] | diego.alfarovives@gmail.com |
2e19f01b919227d86de47b8aeb4bae5915874153 | 32b934cb3ef99474b7295da510420ca4a03d6017 | /GamosSD/include/GmHitList.hh | dc025d0da14e49165ad4bb1ee18d8478afd915fc | [] | no_license | ethanlarochelle/GamosCore | 450fc0eeb4a5a6666da7fdb75bcf5ee23a026238 | 70612e9a2e45b3b1381713503eb0f405530d44f0 | refs/heads/master | 2022-03-24T16:03:39.569576 | 2018-01-20T12:43:43 | 2018-01-20T12:43:43 | 116,504,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,691 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The GAMOS software is copyright of the Copyright Holders of *
// * the GAMOS Collaboration.... | [
"ethanlarochelle@gmail.com"
] | ethanlarochelle@gmail.com |
86fd3a335f54103e046fc92cea241cad5064379a | 20287dbc4cf0e274cdc8e0a9d42a9303cf6ecd74 | /test_library/test_library.h/test_library.h.ino | f897b9eec6d8f4e2c950dd123c5627903ec6940e | [] | no_license | ChrisToxz/arduino | d526143b5214dc96d0187aab583e840ae1745d0f | 4267aa61b50d8e856d91732c4127e4d7a8ecf8e3 | refs/heads/master | 2020-04-27T08:31:37.644419 | 2019-03-06T15:59:27 | 2019-03-06T15:59:27 | 174,174,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 105 | ino | class Morse
{
public:
Morse(int pin);
void dot();
void dash();
private:
int _pin;
};
| [
"chris@toxz.nl"
] | chris@toxz.nl |
69ab9f39427cf45eac135d6feed41dd4ed6fd54e | e401075d9c64e7774aa8c39477fba61e04502e2c | /DocumentDBCpp/lib/src/DocumentDBConfiguration.cpp | dd663710ec2448a5ee864acada8d0ecfb8e23ad5 | [
"MIT"
] | permissive | chaseYLC/OpenLib | c6f4068b1bec0dced4afe094786ef2b3e8587d6b | f9a565ad5b18359974befd7bccd8322d029d27bb | refs/heads/master | 2020-03-29T08:13:50.563160 | 2018-09-21T03:08:39 | 2018-09-21T03:08:39 | 149,700,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,532 | cpp | /***
* The MIT License (MIT)
*
* Copyright (c) 2015 DocumentDBCpp
*
* 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, including without limitation the rights
* to use, copy... | [
"w3history@empal.com"
] | w3history@empal.com |
79db7c4aabae7f12cda12614e6582b14570db34d | 9e0ea27a21c5a60b9bf27639babaf63d2a79c110 | /exercise_problems/read_file.cpp | 640569559eef78730e609df4c2b0d54ad05b947d | [] | no_license | stamaniorec/playing-with-c-and-cpp | 9bdbc41005b0032fb80ff43a64d640a276bac2cf | f67a34328eec54ce096ec5023f09229bc215532f | refs/heads/master | 2020-12-07T17:08:24.471573 | 2016-04-25T18:58:54 | 2016-04-25T18:58:54 | 44,012,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | cpp | #include <iostream>
#include <fstream>
#include <string>
int main()
{
std::ifstream file("info.txt");
std::string name;
int age;
float random;
while(file >> name >> age >> random)
{
std::cout << "Record: " << name << "; " <<
age << "; " << random << std::endl;
}
return 0;
}
| [
"stamaniorec@gmail.com"
] | stamaniorec@gmail.com |
f61d64a758213d77c093cdaf985f133dbb3baa1d | 1ea1a48f4762e1dd22e4321c4d09b1f8d00be147 | /cocos2d/cocos/2d/platform/linux/CCFileUtilsLinux.cpp | 2d86c1ec876b1d2089af42b57011e7d7258a5b82 | [] | no_license | gloryming/LuaBinding | d416263a5647395894225646ae2df15bbaf5b9e4 | 2098ebcf3e8fd7f80a3df10069e713ed7ea7c5ed | refs/heads/master | 2021-01-22T09:46:59.214694 | 2014-02-07T03:33:59 | 2014-02-07T03:33:59 | 16,126,735 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 3,525 | cpp | /****************************************************************************
Copyright (c) 2011 Laschweinski
Copyright (c) 2013-2014 Chukong Technologies Inc.
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... | [
"gloryming910222@gmail.com"
] | gloryming910222@gmail.com |
4416ef796da7d5f8184bc03d23457aa605e8bb61 | c5c9aa80ad61a72c3c2369e468c187d7e86c0ac1 | /ublox_msg_filters/src/example.cpp | ba0bf707324a811f0fae699f3ea9c5c8d0895121 | [
"BSD-3-Clause"
] | permissive | KumarRobotics/ublox | 6fe828a5564c278c1faa022fcfbc30f8cbcb64c7 | 4f107f3b82135160a1aca3ef0689fd119199bbef | refs/heads/master | 2023-07-22T09:58:16.843704 | 2022-12-07T04:39:33 | 2022-12-07T04:39:33 | 21,113,803 | 394 | 331 | BSD-3-Clause | 2023-05-02T18:38:02 | 2014-06-23T04:19:43 | C++ | UTF-8 | C++ | false | false | 1,122 | cpp | #include "ros/ros.h"
#include <message_filters/subscriber.h>
#include <ublox_msg_filters/exact_time.h>
#include <ublox_msgs/NavHPPOSLLH.h>
#include <ublox_msgs/NavRELPOSNED9.h>
#include <ublox_msgs/NavVELNED.h>
void callback(const ublox_msgs::NavHPPOSLLHConstPtr &msg1,
const ublox_msgs::NavRELPOSNED9Cons... | [
"khallenbeck@dataspeedinc.com"
] | khallenbeck@dataspeedinc.com |
73027dd0740b66b82f48ee271be6bf3c7cacfb4d | c202deddfc88af90de949730d4deebfc5b647f8c | /src/lib/isa/Lru.cpp | 77d96cfa2fd8ce8a63731fa0afb7bb294e49782a | [] | no_license | parsa/iato | 11523df0aa73290c3eb70129b25e4e9d1c3f95bf | 28d75c28fa96be6aad43d07b9f8e1ca1d42192dd | refs/heads/master | 2020-04-26T16:34:05.303929 | 2019-03-06T20:46:33 | 2019-03-06T20:46:33 | 173,683,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,458 | cpp | // ---------------------------------------------------------------------------
// - Lru.cpp -
// - iato:isa library - least recently used matrix class implmentation -
// ---------------------------------------------------------------------------
// -... | [
"me@parsaamini.net"
] | me@parsaamini.net |
afdfb731749ceed8d755b077c02f709402349026 | d7e33511c2d5f9a115b34fdfae3d22d3d8d3a41b | /test/server/utility_test.cpp | 3b8acfc6869ccf2c687eaa5fca429308c5414750 | [] | no_license | jjuri-socialmining/public | 7c4f2351a346d4ddb92efe1c46f8819be3e4754f | 7c759aa9fa12ffdc80d0aeb2e2d854c39dcf4980 | refs/heads/master | 2022-03-04T05:14:32.543235 | 2016-12-27T04:22:44 | 2016-12-27T04:22:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,462 | cpp | #include "stdafx.h"
#include "utility_test.h"
#include <keye/utility/utility_fwd.h>
using namespace keye;
// --------------------------------------------------------
class PrintNode:public joint_observer{
public:
virtual void update(joint* n){
if(n)
printf("%d updated\n",n->id());
}
};
// -----------------------... | [
"keyeleo@163.com"
] | keyeleo@163.com |
ab12b1c8332d365b732d4c3effc6ce8e535cff59 | 0218c60da485f6e711759d5363d33c1ddf9f763d | /libcpp/Include/Proto/Qot_RegQotPush.pb.cc | 0e646a39eb32ab73385d4c3daa9296b9a086fd71 | [
"MIT"
] | permissive | stephenlyu/gofutuapi | 9b9c8eda151ff501d76a0bc3eb9b0fb2af967fbf | 1a60310dd142ac7049c9ef9cf22c7d78d0f880ef | refs/heads/master | 2021-01-26T00:37:13.910922 | 2020-03-17T04:27:24 | 2020-03-17T04:27:24 | 243,243,130 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 52,924 | cc | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Qot_RegQotPush.proto
#include "Qot_RegQotPush.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
#inclu... | [
"64734301@qq.com"
] | 64734301@qq.com |
68f3483ff76aa604c7439489bd0abaae73a4f2bf | 984c4f962762a8a1c2d7b12c7797ac5c4084caad | /jni/cn_Ragnarok_NativeFilterFunc.cpp | bcc23a394ed676f47d0be1a01a6157688c94a29b | [] | no_license | csshuai/android-image-filter | 3619cfb3bb38c8120f5e567c89b23dcde3b0b0ad | 4892eeb387ae52c8be1c340a480afd967ccc51cc | refs/heads/master | 2021-01-20T21:32:25.468899 | 2013-02-26T14:41:54 | 2013-02-26T14:41:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,412 | cpp | /*
* cn_Ragnarok_NativeFilterFunc.cpp
*
* Created on: 2013-2-9
* Author: ragnarok
*/
#include "cn_Ragnarok_NativeFilterFunc.h"
#include "LightFilter.h"
#include "NeonFilter.h"
#include "OilFilter.h"
#include "TvFilter.h"
#include "AverageSmooth.h"
#include "LomoAddBlackRound.h"
#include "HDRFilter.h"
#incl... | [
"okone1288@gmail.com"
] | okone1288@gmail.com |
10663ecd6affed458fdca455f01f8662e3df5132 | bd953c12dec3f39ad490284c1d5e025d68a7f39b | /expression/Expression.cpp | c64a5ddb648f04d92338143c3786fe6398c89915 | [
"MIT"
] | permissive | benazoulaydev/Flight-Simulator-Cpp | b851d9e40027e9f27e8d393e2ac2fc6e3c2ef135 | aa96de70de78d483636f558648238442ab4c306c | refs/heads/master | 2020-10-01T13:17:06.511283 | 2020-01-05T13:43:20 | 2020-01-05T13:43:20 | 227,545,106 | 0 | 2 | null | 2020-01-05T13:43:21 | 2019-12-12T07:21:35 | C++ | UTF-8 | C++ | false | false | 62 | cpp | //
// Created by kfir on 11/3/19.
//
#include "Expression.h"
| [
"kfir.yehuda50@gmail.com"
] | kfir.yehuda50@gmail.com |
8fe19177107fb10563e7f67ee6b5aac8fef7f061 | 23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f | /Windows API函数参考手册/第07章文件处理/7.2设置和获得文件的各种信息/7_2_4_2/7_2_4_2.cpp | 61d81a04f167ac9cd277529286f66549066ef271 | [] | no_license | IgorYunusov/Mega-collection-cpp-1 | c7c09e3c76395bcbf95a304db6462a315db921ba | 42d07f16a379a8093b6ddc15675bf777eb10d480 | refs/heads/master | 2020-03-24T10:20:15.783034 | 2018-06-12T13:19:05 | 2018-06-12T13:19:05 | 142,653,486 | 3 | 1 | null | 2018-07-28T06:36:35 | 2018-07-28T06:36:35 | null | GB18030 | C++ | false | false | 5,864 | cpp | // 7_2_4_2.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWind... | [
"wyrover@gmail.com"
] | wyrover@gmail.com |
a24a66dcc044754a59f71c67a7261d29641d5cf7 | 5c4a86b7617b35acb2f1bdcbd5d15150914d6695 | /sourcefile/test 6.3.5.cpp | df77a092d24f7a9c4cb63fe06af03425b1d8ee43 | [
"MIT"
] | permissive | soh9646/soh9646.github.io | 69f3854c97dbbea0884c42850e8f82061b3cd3e8 | f820ce25d8945b7d23a18c52c1904b75e9e5b9ef | refs/heads/master | 2020-11-28T05:35:42.306248 | 2020-01-07T14:38:55 | 2020-01-07T14:38:55 | 229,443,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 151 | cpp | #include <stdio.h>
int mult(int, int);
main()
{
}
int mult(int x, int y)
{
if(y == 0)
{
return 0;
}
else
{
return x + mult(x, y-1);
}
}
| [
"59116192+soh9646@users.noreply.github.com"
] | 59116192+soh9646@users.noreply.github.com |
3c689955592f4d8efff1031a4cec37e8b287551c | 474ca3fbc2b3513d92ed9531a9a99a2248ec7f63 | /ThirdParty/boost_1_63_0/libs/geometry/test/algorithms/is_simple.cpp | 0c42d7e6e1da5f394fee5b6def4e2b8ebc2bef67 | [
"BSL-1.0"
] | permissive | LazyPlanet/MX-Architecture | 17b7b2e6c730409b22b7f38633e7b1f16359d250 | 732a867a5db3ba0c716752bffaeb675ebdc13a60 | refs/heads/master | 2020-12-30T15:41:18.664826 | 2018-03-02T00:59:12 | 2018-03-02T00:59:12 | 91,156,170 | 4 | 0 | null | 2018-02-04T03:29:46 | 2017-05-13T07:05:52 | C++ | UTF-8 | C++ | false | false | 15,214 | cpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Unit Test
// Copyright (c) 2014-2015, Oracle and/or its affiliates.
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
// Licensed under the Boost Software License version 1.0.
// http://www.boost.org/users/license.html
#ifnde... | [
"1211618464@qq.com"
] | 1211618464@qq.com |
7322aea21e900190e135362a70beaf83fed8e96e | 157fd7fe5e541c8ef7559b212078eb7a6dbf51c6 | /TRiAS/TRiAS/TRiAS01/FLEX.CXX | 9db7942f2347b921957423f208a680603cfe2740 | [] | no_license | 15831944/TRiAS | d2bab6fd129a86fc2f06f2103d8bcd08237c49af | 840946b85dcefb34efc219446240e21f51d2c60d | refs/heads/master | 2020-09-05T05:56:39.624150 | 2012-11-11T02:24:49 | 2012-11-11T02:24:49 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 14,304 | cxx | /* Dynamische Felder fuer F77 Anwendungen */
/* File: FLEX.C */
#include "trias01p.hxx"
#include <flex.h>
#include <fprotos.h>
#if !defined(_MSC_VER)
#define _MSC_VER 500
#endif
FLEX flexes[MAXFLEXES] = {
{ NULL, 0, 0, FALSE, FALSE ... | [
"Windows Live ID\\hkaiser@cct.lsu.edu"
] | Windows Live ID\hkaiser@cct.lsu.edu |
39cbdb82c31bdf2fa309648da3bf0a6566acf247 | a62342d6359a88b0aee911e549a4973fa38de9ea | /0.6.0.3/External/SDK/BP_FurnitureWorkbench_ToolShed_parameters.h | 7852b8baa501e91be99c0d0d2b9fe42f74564b38 | [] | no_license | zanzo420/Medieval-Dynasty-SDK | d020ad634328ee8ee612ba4bd7e36b36dab740ce | d720e49ae1505e087790b2743506921afb28fc18 | refs/heads/main | 2023-06-20T03:00:17.986041 | 2021-07-15T04:51:34 | 2021-07-15T04:51:34 | 386,165,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,219 | h | #pragma once
// Name: Medieval Dynasty, Version: 0.6.0.3
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//--------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
91f559d611f0779a9cd80201eb3fa9a532681537 | 9bb35fdebb945f4c1f09c0aeba9ff4ff053fe74b | /code/SK-iM282A/WiMOD_LR_ExampleCode_V1_1/PC/WiMODLR_ExampleCode/WiMODLR_ExampleCode/Utils/RegistryKey.h | e46f89e3306fc664cf5e7ad644ff08867f7ff020 | [] | no_license | junyang28/paper-ctclora | 4c9bb25767a30ae2d016c1d76e82a0132f6e527a | 524574ada9149d482dc76e8699c275d4986b1e3c | refs/heads/master | 2022-11-27T21:38:06.723717 | 2020-08-10T14:01:14 | 2020-08-10T14:01:14 | 282,961,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,653 | h | //------------------------------------------------------------------------------
//
// File: RegistryKey.h
//
// Abstract: Windows Registry Helper Class Declaration
//
// Version: 0.1
//
// Date: 09.02.2015
//
// Disclaimer: This example code is provided by IMST GmbH on an "AS IS" basis
// without any w... | [
"shijunyanghust@hotmail.com"
] | shijunyanghust@hotmail.com |
8a782c169bf3079cc74540207af430e09cd3f988 | ff60060132b6e991457e6971d867ee8c44b32843 | /consumer.cpp | 032723f09b3c205edcd77fa341fb728de7e066ed | [] | no_license | profsung/os_shared_memory_racecondition | d8c62acbb9756ae3ca246d1154a88cf4e547898c | f88df4dd15130b3a3c02e9c84a138549c4c23ec6 | refs/heads/master | 2023-07-13T03:17:39.971796 | 2021-08-22T18:34:15 | 2021-08-22T18:34:15 | 398,837,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 822 | cpp | #include <sys/mman.h> // shm_open() mmap() munmap()
#include <sys/stat.h> // mode constants
#include <fcntl.h> // O_* constants
#include <unistd.h> // ftruncate() close()
#include <stdlib.h> // exit()
#include <stdio.h> // printf/scanf
#include "my_defs.h"
int main() {
int fd;
for ( ; ;) {
fd = shm_open(NAME, O_R... | [
"hsung@uco.edu"
] | hsung@uco.edu |
bac8b73bfdd5a789464d48d99ab0ea46b9457b78 | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qttools/src/designer/src/designer/doc/snippets/lib/tools_designer_src_lib_uilib_abstractformbuilder.cpp | 7d9346adde3cd9c191662abf38400dfa7f86f8bb | [
"Qt-LGPL-exception-1.1",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GFDL-1.3-only",
"LicenseRef-scancode-digia-qt-preview",
"LicenseRef-scancode-warranty-discl... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | C++ | false | false | 2,399 | cpp | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as f... | [
"p_pavlov@wargaming.net"
] | p_pavlov@wargaming.net |
7d7f3bc2918fcc5a952da37850502ed8b65e0aa6 | 86196410ce9fc5764c95c8202bf11a30ae0ac8bd | /QTCube/gui/float_buffer.cpp | c7b8958ae111d383c06f5cb8291c03bd8b89a21f | [] | no_license | scc-gatech/born-mono | 3af90cde4547e57e9dacd1d12859918f1b0d5926 | 3749665a2cf07409803b92d963cd53b53c01edd9 | refs/heads/master | 2021-08-12T00:33:30.482707 | 2017-11-14T07:15:54 | 2017-11-14T07:15:54 | 106,741,008 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,584 | cpp | #include "float_buffer.h"
#include<iostream>
#include<stdlib.h>
using namespace SEP;
//Initialize and read in buffer
float_buffer::float_buffer(std::shared_ptr<paramObj>p, std::shared_ptr<hypercube>h,std::shared_ptr<io_func>i,int in,std::vector<int>&nwbuf, std::vector<int>&fwbuf){
set_basics(p,h,i,in);
wind... | [
"andy@ramblin.cc.gt.atl.ga.us"
] | andy@ramblin.cc.gt.atl.ga.us |
a6e41ebbfb8fda6f8e4567578b4388ea5e02be09 | fabe2d9262ed0404f796d1b2cba4ffc5a83c7ff1 | /chapter5/5-22.cpp | f885a133e869d9db700a84d539d70d3fee838d80 | [
"MIT"
] | permissive | GSNICE/ZK_04743 | 20ceece3ea8e7e9a979ea16690a8b913e7a391f5 | 7e49fc5045cc127c72a14d1717c34c939871f1d0 | refs/heads/master | 2023-04-06T17:03:50.816210 | 2020-09-06T03:09:49 | 2020-09-06T03:09:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,717 | cpp | #include <iostream>
using namespace std;
class BaseClass1
{
protected:
int v1,v2;
public:
BaseClass1();
BaseClass1(int, int);
~BaseClass1();
};
BaseClass1::BaseClass1()
{
cout << "BaseClass1 无参构造函数" << endl;
}
BaseClass1::BaseClass1(int m, int n):v1(m),v2(n)
{
cout << "BaseClass1 带二个参数构造函数" <<... | [
"wewin-tech@foxmail.com"
] | wewin-tech@foxmail.com |
0708a385dbbf45cab5b10564fbaccfabf845c547 | 0b74b4859c1242fd0793611e36d5778c1c9ece38 | /extern/llvm/lib/Support/FileUtilities.cpp | b5cd7db1c32ef02ba313e0fde01b9bb83b09ddf3 | [
"NCSA",
"Spencer-94",
"BSD-3-Clause",
"MIT"
] | permissive | abduld/clreflect | 682b98694ec50dfcd65168fdf40e7d04ec44e0e5 | 76b47c518d9b046382618a5e5863f8fe6163e595 | refs/heads/master | 2022-07-15T21:02:58.217422 | 2015-04-07T16:06:07 | 2015-04-07T16:06:07 | 35,754,939 | 0 | 0 | MIT | 2020-02-22T09:59:11 | 2015-05-17T06:36:28 | C++ | UTF-8 | C++ | false | false | 9,555 | cpp | //===- Support/FileUtilities.cpp - File System Utilities ------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------... | [
"xxuejie@gmail.com"
] | xxuejie@gmail.com |
b3eb1317006131f2bb71e303b7020696a93aea83 | b30b6deb426fb16557e1a1f2b370f2db9a6892f3 | /Code/snek/snek_game.cpp | da488df08fd5f390d14c0285f4f42962c4b4929c | [
"Unlicense"
] | permissive | cppimprov/snek | 5ac5732908f34d9c7d7f9284f5a973474bf73bee | db3c858fc7b26c3ff30af7d45d9c3cc6d506fe8a | refs/heads/master | 2023-03-09T02:40:02.283684 | 2021-03-08T21:56:53 | 2021-03-08T21:56:53 | 341,000,420 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,374 | cpp | #include "snek_game.hpp"
#include "snek_die.hpp"
#include "snek_game_app.hpp"
#include <glm/glm.hpp>
#include <algorithm>
#include <chrono>
#include <deque>
#include <iterator>
#include <random>
#include <string>
namespace snek
{
namespace game
{
gamestate do_countdown(app& app)
{
auto const bg_color ... | [
"cppimprov@gmail.com"
] | cppimprov@gmail.com |
d558eb442889c6035e7769218c6e28c032e53568 | d53ab4552e5e923b3051a5e99d30db46cf64e67a | /ExEvent.cpp | 10550608854857443aa8c2a552baf81c53ddfd28 | [] | no_license | jjg0606/Prac_CPPServer | e15b895a4330b28717c7f3091128d4163d28e3b1 | 91c0de6e07f109da1e387b616997c3a9548e4960 | refs/heads/master | 2020-07-29T09:34:58.200033 | 2019-09-20T08:56:08 | 2019-09-20T08:56:08 | 209,747,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,333 | cpp | #include <Windows.h>
#include <stdio.h>
#define BUFSIZE 10
HANDLE hReadEvent;
HANDLE hWriteEvent;
int buf[BUFSIZE];
DWORD WINAPI WriteThread(LPVOID arg)
{
DWORD retval;
for (int k = 1; k <= 500; k++)
{
retval = WaitForSingleObject(hReadEvent, INFINITE);
if (retval != WAIT_OBJECT_0)
break;
for (int i =... | [
"ccm7772003@naver.com"
] | ccm7772003@naver.com |
0cc333ab5e710a31ec250bfe6d706ca25d7eb8e2 | 00413d600530396733988bbc9ecd48b6a67fd359 | /enigma/include/enigma/common/dictionary.h | 8fd62dfd438e20f14178bda690197c5ca022d8aa | [] | no_license | carzil/enigma | 520a44a69985390704188658e9c882e048caf69f | 0156a89a66adc62c6afea4d03fa1fd4224ab4162 | refs/heads/master | 2020-12-24T19:28:19.305487 | 2016-06-04T23:49:39 | 2016-06-04T23:49:39 | 58,167,126 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,048 | h | #pragma once
#include <map>
#include <string>
#include <vector>
#include <cstring>
#include <algorithm>
#include <iostream>
#include "enigma_export.h"
#include "enigma/utils.h"
namespace Enigma {
class ENIGMA_NO_EXPORT Dictionary {
public:
static const size_t MAX_SIZE = 1 << 17;
struct Node {
... | [
"carzil@yandex.ru"
] | carzil@yandex.ru |
502612234b87e9039f3ecb1893d38187186e53f6 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/blink/renderer/modules/mediasource/source_buffer_list.cc | e52c53cf71984725f0b3916fc65e45d5bbd2a39f | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0"
] | 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,310 | cc | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
63658ed173e6ffe1069ca49f64f1b7b5f540162b | 7e88587fb56d494adf0f0d35ba414d4bdfc81664 | /LAWA-lite/iris2/test/print-laplace1d.cc | 5f3539a50eb94d540effec6fbfa8e7fc5bbedbf1 | [] | no_license | iris-haecker/LAWA | 8c488652b64db299299dd72fa7fb0a0e3baf4d83 | a79c6b70e4558935da34a04da62bdb4af2da08af | refs/heads/master | 2021-01-25T04:57:43.279709 | 2013-09-18T10:31:05 | 2013-09-18T10:31:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 626 | cc | #include <iris2/iris2.cxx>
using namespace lawa;
using namespace std;
int
main()
{
Laplace1D<double> A(2,4);
int j1 = A.j0;
int j2 = A.j0;
int minK1 = A.V.rangeI(j1).firstIndex();
int maxK1 = A.V.rangeI(j1).lastIndex();
for (int k1=minK1; k1<=maxK1; ++k1) {
Index1D nu(j1, k1, XBSp... | [
"iris.haecker@uni-ulm.de"
] | iris.haecker@uni-ulm.de |
aebf178bfbb41ab019f19dc806b0b593db89962e | 260ee67308ecb1c4873a4b1815d0751bf9742ea5 | /shared_cpp/Encoding.cpp | 9078d9214f6f10e47ef1b3d35931b167b96b2b3d | [] | no_license | danielruskin-ses/voting-system | a7c652b6ae69a676a7ea18befed4aabb3e47f59c | c540c39c9b0ebe92028f2cd7c8ce89a274e79bcd | refs/heads/master | 2023-06-23T05:31:33.286472 | 2019-04-18T13:23:43 | 2019-05-22T01:17:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,278 | cpp | #include "Encoding.h"
#include <string>
#include <tuple>
#include <iostream>
bool ByteTArrayEncodeFunc(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) {
if (!pb_encode_tag_for_field(stream, field))
return false;
const std::vector<BYTE_T>& argReal = *((const std::... | [
"daniel.ruskin@uconn.edu"
] | daniel.ruskin@uconn.edu |
76ab275b57ae0998cb8de199399f22cf7fbaaf92 | 7012521d737dd9de98461e8d74d1df413aad5187 | /Object Oriented Algo Design in C++/exam/max_min3way.cpp | bf840a6e521ac3f7bcb1ca030c935f08cade2d2c | [
"MIT"
] | permissive | aishwaryamallampati/BTech-IIITDM | 2282c9288dc5ae31acbfaa6f50b1067c91a8750e | 4cfc25a4e6e066b848361cb92770cad3260c7d48 | refs/heads/master | 2021-02-07T17:31:40.777450 | 2021-01-05T16:50:45 | 2021-01-05T16:50:45 | 244,057,221 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,043 | cpp | #include<iostream>
using namespace std;
static int min1=1000000;
static int max1=-10000000;
int used[1000]={0};
int size;
class array
{
public:
array();
int a[1000];
};
array::array()
{
int index1;
cout<<"\nenter the size of the array:";
cin>>size;
cout<<"\nenter the elements of the array: ";
for(index1=1;i... | [
"aishwarya.mallampati@gmail.com"
] | aishwarya.mallampati@gmail.com |
d21b19e8baed52919c6e91beee82fa7345f0577f | 69957429158cc2baff2b718b8d0e54c4dd4661b8 | /chap04/list0404.cpp | 1160d71a099e307ff7faa4a239b4c47233c8ba80 | [] | no_license | chc1129/MeikaiCpp | d7bbbab37a7f7ab7de5d467d097ef2dd8b5ad5f4 | 4140133fbb87f9644ce62aa1b2ef470b16afca72 | refs/heads/main | 2023-04-12T13:39:55.451715 | 2021-05-02T02:12:13 | 2021-05-02T02:12:13 | 357,937,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | cpp | // 読み込んだ文字のコードを表示
#include <climits>
#include <iostream>
using namespace std;
int main()
{
char c;
cout << "文字を入力せよ: ";
cin >> c;
cout << "文字'" << c << "'の文字コードは" << int(c) << "です.\n";
}
| [
"chc1129@gmail.com"
] | chc1129@gmail.com |
383464c18f98aa362caa56e90bf26178c0d0f31a | bf61e851741e5d6673e60e0874fbe70ce6f699f8 | /SemestralnaPraca2/Menu.h | 1c6520fada058daf800bfec1355b20e96b2825b2 | [] | no_license | mkmec/SemestralnaPraca2 | 8de911526c9bcdd745c5e56073c7839b7fb96e69 | bca27aa3577c7d2313678f57e7c7f9715514c405 | refs/heads/master | 2022-01-20T10:55:46.151103 | 2019-05-12T11:53:14 | 2019-05-12T11:53:14 | 181,847,946 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 993 | h | #pragma once
#include "structures/heap_monitor.h"
#include "structures/table/unsorted_sequence_table.h"
#include "structures/table/sorted_sequence_table.h"
#include "DataObec.h"
class Menu
{
private:
structures::SortedSequenceTable<std::string, Data*>* obecData;
structures::UnsortedSequenceTable<std::string, Data*>*... | [
"mmkmec@gmail.com"
] | mmkmec@gmail.com |
ec93712d45506756aeaab239b21f88478e9763e3 | 208650de138a6b05b8b8e7e4ca6df9dc72290402 | /Problems/Practice/C/163_remn.cpp | b6fe6c12c5315ac12b5dfec52cb75d250725516e | [] | no_license | cs15b047/CF | 9fcf83c5fd09124b6eaebbd4ecd67d19a1302582 | d220d73a2d8739bbb10f4ed71437c06625870490 | refs/heads/master | 2021-08-20T06:21:24.577260 | 2021-06-09T04:56:47 | 2021-06-09T04:57:29 | 177,541,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | cpp | #include <bits/stdc++.h>
using namespace std ;
typedef long long int ll ;
vector<ll> thickness, width;
ll dp[101][201][201]={};
int main(){
ll n; scanf("%lld",&n);
thickness.resize(n+1);width.resize(n+1);
for(int i=1;i<=n;i++)cin >> thickness[i] >> width[i] ;
dp[0][0][0] = 1;
for(int i=1;i<=n;i++){
for(int j... | [
"cs15b047@smail.iitm.ac.in"
] | cs15b047@smail.iitm.ac.in |
7c4891fe5bcadd927e7e3f8366573fdfdc465e9c | 8cad4a06b7a16b285f6b76f01fadd8f0717cf514 | /Problem1/main.cpp | 9e73ccedbac9e354559b61774558a2d311c6949f | [] | no_license | davidwangd/OOPTeamProject | 0812279049c250a57b072621081c16da10c2172d | 87b86bd6498dda8c49856820026147df90c3cc6f | refs/heads/master | 2021-01-21T18:10:25.469767 | 2017-06-17T06:39:44 | 2017-06-17T06:39:44 | 92,019,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,382 | cpp | #include <time.h>
#include <sys/timeb.h>
#include <cstdlib>
#include <cstdio>
#include <windows.h>
#include <iostream>
#include "func.h"
using namespace std;
int main (int argc, char *argv[])
{
LARGE_INTEGER winFreq;
LARGE_INTEGER winStart, winNow;
double polysum_1=0;
double polysum_2=0;
double posysum_1=0;
doubl... | [
"davidwangnoi@163.com"
] | davidwangnoi@163.com |
d99f13707e48af9addb23d04b9fef21e0b4f22e0 | 4bc6d2dcc7aadcd075890c0e75d9645896314710 | /vol3/324.cpp | 2bd1cf7b7b20e9d3c04726a95e8378f7fe919d1a | [] | no_license | dibery/UVa | ed50d28abae01a2bc119648b448ebb48f249d0b0 | 9696e6b8ed8cf459a9f3b917d6fb0549b13504e6 | refs/heads/master | 2021-06-09T11:10:07.721013 | 2021-05-14T17:07:58 | 2021-05-14T17:07:58 | 19,485,747 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 958 | cpp | #include<cstdio>
int fact[ 367 ][ 1200 ] = { 1 }, ans[ 367 ][ 10 ] = { 0, 1 };
int main()
{
int in;
for( int i = 1, k = 1199; i <= 366; ++i, k = 1199 )
{
for( int j = 0; j < 1200; ++j )
if( fact[ i-1 ][ j ] )
fact[ i ][ j ] = fact[ i-1 ][ j ] * i;
for( int j = 0... | [
"bor810818@yahoo.com.tw"
] | bor810818@yahoo.com.tw |
b61361dfc9e0373cf965965a75a64f09fe206f87 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14699/function14699_schedule_38/function14699_schedule_38.cpp | 40a2768ed9d410c3ed9a17881c7ae4941046455a | [] | 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,047 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14699_schedule_38");
constant c0("c0", 512), c1("c1", 256), c2("c2", 256);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i100("i100", 1, c0 - 1), i101("i101", 1, c1 - 1), i102("i102... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
0735b605eaa9216699e7e65d5bf44dd7ca3aaf0b | dccd1058e723b6617148824dc0243dbec4c9bd48 | /aoj/vol23/2300.cpp | 8eacc0aaa2ad229c1613d19267bc5bfbce02d1b2 | [] | no_license | imulan/procon | 488e49de3bcbab36c624290cf9e370abfc8735bf | 2a86f47614fe0c34e403ffb35108705522785092 | refs/heads/master | 2021-05-22T09:24:19.691191 | 2021-01-02T14:27:13 | 2021-01-02T14:27:13 | 46,834,567 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | #include <cmath>
#include <cstdio>
#include <iostream>
using namespace std;
typedef struct{
double L;
double a;
double b;
}color;
double dist(color x, color y){
double p=x.L-y.L, q=x.a-y.a, r=x.b-y.b;
return p*p+q*q+r*r;
}
int main(){
int n, m;
color c[20];
double max=0;
scanf(" %d %d", &n, &m);
for(in... | [
"k0223.teru@gamil.com"
] | k0223.teru@gamil.com |
203d15c942a053234b5d17f50f8444e429000f84 | e732bd7e451dea33190f256d5fd9d2eccf33dd30 | /Thuat Toan Ung Dung/Training3/Permutationgen.cpp | 85e1512628acf45c0e39f7af4cba47f6114355fd | [] | no_license | samreachyan/BKCodes | 4f9486ceb8a27db29cc3d8ac584cc233a17918bd | fa91a55d9ef7e48aeb3be3589040c7bd9be128b2 | refs/heads/master | 2023-02-17T22:46:07.287094 | 2021-01-12T04:59:45 | 2021-01-12T04:59:45 | 192,798,916 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 582 | cpp | #include <bits/stdc++.h>
using namespace std;
int n,a[10005];
int main()
{
cin >> n;
for(int i = 1; i <= n; ++i)
cin >> a[i];
for(int i = n-1; i >= 1; --i){
if(a[i] < a[i+1]){
int t = a[i];
swap(a[i],a[i+1]);
for(int j = i + 1; j <= n; j++){
... | [
"samreachyan@gmail.com"
] | samreachyan@gmail.com |
71005c64abc1035c5a8cdf04a84222f63f50c12d | 685c151efb36ed60a8de318b2eca119de1372f87 | /3/source/Crestfall/aplusb.cpp | 5faf1d461daaf60ab237c31f0fc36aedabe0116c | [] | no_license | EAirPeter/wh2014 | 95cb9e7e2eb311900253ac5bfcba1ff31397b9bd | 66e72f671f64012374f47be0cd86e0acef133de0 | refs/heads/master | 2020-05-09T12:03:57.146410 | 2014-02-21T11:11:12 | 2014-02-21T11:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,563 | cpp | #include <cstdio>
using namespace std;
int P, N, M, S;
int A[ 100001 ], B[ 100001 ];
int F[ 400001 ];
void fc( int x, const int v ) {
for( x += S; x; x >>= 1 )
F[ x ] += v;
}
int fq( int x ) {
x += S;
int v = 1;
while( v ) {
if( v == F[ x ] ) {
x >>= 1;
v <<= 1;
}
else {
x <<= 1;
v >>= 1;
... | [
"thunderlz@vip.qq.com"
] | thunderlz@vip.qq.com |
2ee36d6f75dd0077634efab72eab5bc33c2aefaf | 2084a0a4b47223bc5b38073886ffd7ca33e6b935 | /WebrtcLogic/HttpAPI/NetworkHelper.cpp | 4306cbf43168f91a38e96c560e58f2238cf19f4d | [] | no_license | zhangj1024/QtWebrtc | 2257910e27bf57db3b69ed9470b9b7fef2567c7e | 6a66ad52b11c3f8587b6761485f06a7f9da4d71a | refs/heads/master | 2020-04-01T09:06:53.210916 | 2018-10-19T10:20:59 | 2018-10-19T10:20:59 | 153,060,564 | 7 | 4 | null | null | null | null | GB18030 | C++ | false | false | 3,242 | cpp | #include "stdafx.h"
#include "NetworkHelper.h"
NetworkHelper::NetworkHelper(QString url, QByteArray content, ReceiveFun receiver, int timeout, QString contenttype)
{
m_url = url;
m_content = content;
m_receiver = receiver;
m_timeout = timeout;
m_ContentType = contenttype;
m_pNetworkAccessManager = ne... | [
"hi5681148@163.com"
] | hi5681148@163.com |
637ce98656bcb900790c8ba86a25ac2e49d122e8 | 3ac0f5d35443fdcd93a7e32d5e82310c923fe431 | /ships_in_space.cpp | 8633b7025c389334287b018cea1b06955050cc19 | [] | no_license | nikita-p/game | fd4878debcd0a9d50e44452b48d4b52a33d33d0b | f3bf322a1e551972c57b1f8eda01d0a481c4fd0a | refs/heads/master | 2021-01-10T06:22:23.742643 | 2015-12-23T11:19:25 | 2015-12-23T11:19:25 | 47,017,360 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,516 | cpp | #include <math.h>
#include <iostream>
#include <cstdlib>
#include <ctime>
#include "header.h"
struct ships_type* create_list_types ()
//Здесь создаются типы кораблей. Нужно сделать один раз в начале игры.
{
struct ships_type* list = new struct ships_type [NUM_TYPES];
for(int i=0;i<NUM_TYPES;i++)
{
... | [
"nikita.petrov.1997@gmail.com"
] | nikita.petrov.1997@gmail.com |
304eba0f32ef266925c34aef0e43391bec80c316 | 0984181ff0c8fa0dcad62c9e54c1f6ccfe08902c | /SCSGA/coalitional_values_generator_sparse.cpp | e114b27daf73bec9ae1f63343cbb2c4881ef7f49 | [
"MIT"
] | permissive | hccz95/scsga-aaai21 | 0b11a303ab383406921192df06e89a05b5bb451d | 58030865964c6bc44b12f2acc40970bdbed25874 | refs/heads/main | 2023-06-06T00:07:42.848573 | 2021-06-21T08:13:53 | 2021-06-21T08:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | cpp | #include "coalitional_values_generator_sparse.h"
#include <cassert>
coalitional_values_generator_sparse::coalitional_values_generator_sparse() :
sparse_generator(coalition::value_t(1.0), coalition::value_t(0.1)),
uniform_01_generator(coalition::value_t(0.0), coalition::value_t(1.0)),
sparse_uniform_generator(... | [
"prantare@gmail.com"
] | prantare@gmail.com |
ee82a8ef6811e93ecbea469af861317a0bccc319 | 5b46738402f4c4f3c46d0e67c0e6fdc08031d9fa | /Contests/Microsoft/C.cpp | 3bfe80256a177addfe4b35dc27366f6086c30a82 | [] | no_license | gafeol/competitive-programming | a57dcd6fbcc7eed9e4aa77815e7cb525c9ace30c | 1af50554afe4b869f341b16681618aef0e291534 | refs/heads/master | 2021-07-07T09:23:51.984327 | 2021-04-18T18:20:21 | 2021-04-18T18:20:21 | 67,904,346 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,470 | cpp | #include <bits/stdc++.h>
using namespace std;
#define fst first
#define snd second
typedef unsigned long long ull;
typedef long long ll;
typedef pair<int, int> pii;
#define pb push_back
#define for_tests(t, tt) int t; scanf("%d", &t); for(int tt = 1; tt <= t; tt++)
#ifndef ONLINE_JUDGE
#define debug(args...) fprintf(st... | [
"gabfeol@gmail.com"
] | gabfeol@gmail.com |
56e9a3d31e5a49e98728c50c0110facec22a045f | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-5648.cpp | d64ff194df71a77d18e634f6ecfb6b2f0b05a697 | [] | 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,485 | 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
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
9418a06a9859060699f0a10562ee4c8b1e253cb6 | b62b9985ea9649e13eb9288af6a771483930f3da | /ExodusImport/Source/ExodusImport/Private/JsonObjects/JsonReflectionProbe.cpp | 100a99a2f26446783a3baadb28b66a85adcbd09b | [
"BSD-3-Clause"
] | permissive | ericblade/ProjectExodus | 109e5f58c38a9883fac6e2c5a940b4250de2e303 | 8503fb295f327b942471e316efddf5be359bd7c0 | refs/heads/master | 2021-06-20T12:00:21.702983 | 2019-05-29T17:19:07 | 2019-05-29T17:19:07 | 189,268,683 | 1 | 0 | BSD-3-Clause | 2021-02-20T12:52:08 | 2019-05-29T17:19:46 | C++ | UTF-8 | C++ | false | false | 1,039 | cpp | #include "JsonImportPrivatePCH.h"
#include "JsonReflectionProbe.h"
#include "macros.h"
void JsonReflectionProbe::load(JsonObjPtr jsonData){
using namespace JsonObjects;
JSON_GET_PARAM(jsonData, backgroundColor, getColor);
JSON_GET_PARAM(jsonData, blendDistance, getFloat);
JSON_GET_PARAM(jsonData, boxProjection, g... | [
"altctrlsysrqb@gmail.com"
] | altctrlsysrqb@gmail.com |
400fb480b63b21c71c3689f40768812c04aba10c | 20f360e6a120bc10c55c85cfe5da8cadf40b8dc1 | /Game/cocos2d/external/bullet/BulletCollision/Gimpact/gim_memory.cpp | fc366c7d3906e2ee40c62e6766aae02cad929eb8 | [
"MIT"
] | permissive | Moreonenight/Project2019 | 40fe26d269215faca10250fada12a87b302aaa0c | 83808d6505554a868aa526acd992a6b28aee0373 | refs/heads/master | 2020-05-15T11:32:40.585017 | 2019-08-08T09:33:19 | 2019-08-08T09:33:19 | 182,221,074 | 6 | 2 | MIT | 2019-06-16T06:52:43 | 2019-04-19T07:22:39 | C++ | UTF-8 | C++ | false | false | 2,915 | cpp | /*
-----------------------------------------------------------------------------
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2006 Francisco Leon Najera. C.C. 80087371.
email: projectileman@yahoo.com
This library is free software; you can redist... | [
"892542697@qq.com"
] | 892542697@qq.com |
b75636f3cf687cd0591ec0699fe418c894b586e0 | 2f07af42f60c5b7b6e365b7aa75ec0ef52a86ffc | /PE/8.cpp | c869f5a1a0f89e81d9c97cdcc7c8351e762315ca | [
"MIT"
] | permissive | MrSiz/Coding | d1cff5f47a0b4b3530bdc0db641b23f55bd8e2ae | 6e3454c9143563748b98f192102c3b6ff4c3be4f | refs/heads/master | 2021-01-19T06:47:43.503988 | 2018-06-18T02:26:02 | 2018-06-18T02:26:02 | 87,500,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,022 | cpp | #include <iostream>
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cctype>
#include <cmath>
#include <climits>
#include <cstring>
#include <string>
#include <map>
#include <set>
#include <vector>
#include <queue>
#include <unordered_map>
#include <unordered_set>
using namespace std;
#define INF 0x... | [
"zhmssl@outlook.com"
] | zhmssl@outlook.com |
725e53bb6d3f40018b522be238c68792a072193a | 405d989f9ca3e3c8942934a36c92eeffdbfcf1b4 | /animal/node.cpp | 2097f770b55c14e22b2c952021ecd47f250fb235 | [] | no_license | flavorlessfunk/cs361 | 10294bbf23f75d268488c4764c6141e9286df851 | a6768fb5d18d7a85baac64ba6ac2e80aa90b589c | refs/heads/master | 2021-01-20T08:54:25.562473 | 2017-05-03T23:09:01 | 2017-05-03T23:09:26 | 89,802,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | #include "node.h"
#include <cassert>
using namespace std;
// write the tree whose root is given.
// Note: the form written out by this function should be something
// that read(...) will accept, recreating the original tree.
void node::write (std::ostream& out, const node* root)
{
if (root != NULL)
{
ch... | [
"flavorlessfunk@gmail.com"
] | flavorlessfunk@gmail.com |
c7633d9fc27a7fa1702e7d5553ee0b9eec03c250 | 167c7506aab0e0f2d2de0994f986b846593286b1 | /cplusplus_base_library/Qt/boost/geometry/strategies/cartesian/box_in_box.hpp | 11e50b9c5730c744a32447288adee6feafa8a913 | [] | no_license | ngzHappy/bd2 | 78ee1755c8b83b8269e7f41bf72506bfd27564de | aacfc22aa1919b5ab5f5f4473375a1e8856dc213 | refs/heads/master | 2020-05-30T07:13:50.283590 | 2016-11-20T12:36:30 | 2016-11-20T12:36:30 | 69,462,962 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,474 | hpp | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
// Copyright (c) 2013-2015 Adam Wulkiewicz, Lodz, Poland.
// This file was modif... | [
"819869472@qq.com"
] | 819869472@qq.com |
8244cea7d2a30b22fae482adfbdb09445b878408 | 57ac85ca91d0f218be2a97e41ad7f8967728e7b9 | /blaze/math/lapack/hesv.h | abeb99cfb85349689642d0f2a34d176cffb28118 | [
"BSD-3-Clause"
] | permissive | AuroraDysis/blaze | b297baa6c96b77c3d32de789e0e3af27782ced77 | d5cacf64e8059ca924eef4b4e2a74fc9446d71cb | refs/heads/master | 2021-01-01T16:49:28.921446 | 2017-07-22T23:24:26 | 2017-07-22T23:24:26 | 97,930,727 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,392 | h | //=================================================================================================
/*!
// \file blaze/math/lapack/hesv.h
// \brief Header file for the LAPACK Hermitian indefinite linear system solver functions (hesv)
//
// Copyright (C) 2013 Klaus Iglberger - All Rights Reserved
//
// This file is ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
e4f1c92fdd350b336d14d5474eae280311d64481 | 5519b62c8c36ea93bddc4592c6318188e1a74a60 | /source/QEMU-GUI.cpp | 2de425922c0e31704d10c4021dc0cc77df7f3181 | [
"Apache-2.0"
] | permissive | Dovgalyuk/QemuGUI | e5a7c0a6241522cc363d42092649a27bc12f6e64 | 12ac1522bc02e5635fcd7b873a465f38a562b641 | refs/heads/master | 2021-01-19T10:58:21.364482 | 2015-05-08T07:08:13 | 2015-05-08T07:08:13 | 35,213,300 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,847 | cpp | #include <QHostAddress>
#include "QEMU-GUI.h"
#include "ui_MainWindow.h"
#include "VMPropertiesDialog.h"
#include "GlobalSettingsDialog.h"
QEMUGUI::QEMUGUI(QWidget *parent) :
QMainWindow(parent), currentVM(NULL), runningVM(NULL),
ui(new Ui::mainWindow)
{
ui->setupUi(this);
this->isSaveRetrace = false... | [
"pavel.dovgaluk@ispras.ru"
] | pavel.dovgaluk@ispras.ru |
3a00536a993503eb155eb6ed30afc153403b939a | 44a03bede7d20ed11e85b9d11dbdd2e6177ee565 | /src/editors/ECore/Editor/EditObject.h | d3b40989899fab0f1e1f36d8d1191d015ff8d4ba | [] | no_license | RainbowZerg/X-Ray_Engine_1.5.1.0 | 4bdcd8b38208cb6b9b13d93aac356f685fdaa766 | 95d0f1cb8a3f1e072e5676911d28fbd624195afe | refs/heads/master | 2021-01-23T01:08:19.799158 | 2018-06-01T01:52:29 | 2018-06-01T01:52:29 | 85,878,409 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,456 | h | #ifndef EditObjectH
#define EditObjectH
#include "Bone.h"
#include "Motion.h"
#ifdef _EDITOR
# include "../../../xrServerEntities/PropertiesListTypes.h"
// #include "PropertiesListHelper.h"
# include "GameMtlLib.h"
# include "pick_defs.h"
#endif
//----------------------------------------------------
struct SRayPickIn... | [
"zloyzergo@gmail.com"
] | zloyzergo@gmail.com |
7bd71b0e357ed0f549081555f301e03d84fe2b54 | bba21a9bbd9a136ef7f38cad3233bf7a8e80f153 | /Backup/GDK/Branches/M1Exit/L3DGraphics/CameraComponent.h | 6b7713508085559889549dab853fd2a05e320520 | [] | no_license | rezanour/randomoldstuff | da95141b3eb7698a55c27b788b2bf3315462545c | f78ccc05e5b86909325f7f2140b18d6134de5904 | refs/heads/master | 2021-01-19T18:02:40.190735 | 2014-12-15T05:27:17 | 2014-12-15T05:28:41 | 27,686,761 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,840 | h | #pragma once
#include <GDK\RefCounted.h>
#include <GDK\ObjectModel\ObjectComponent.h>
#define DIRECTXMATH_INTEROP
#include <L3DMath\L3DMath.h>
#include "GraphicsTypes.h"
#include <stde\non_copyable.h>
namespace Lucid3D
{
class Renderer;
class CameraComponent;
typedef stde::ref_counted_ptr<CameraCompone... | [
"rezanour@hotmail.com"
] | rezanour@hotmail.com |
88e8d8dec965e06a4b38ccb21a5ae288e4bc27ab | 195104a6fb65371dae3531ecc1cf8618536304c3 | /tests/Main.cpp | 195571ae908772e2a8ec316eb311767b9f6277eb | [
"MIT"
] | permissive | lineCode/MACE-1 | 7b21b21dabd5a8927dc04a698e3cdd04b56f8194 | 68f0b4f1dd5d533a933e0bef8aef205a94be489a | refs/heads/master | 2020-04-08T19:27:51.014488 | 2018-04-26T17:04:03 | 2018-04-26T17:04:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,486 | cpp | /*
The MIT License (MIT)
Copyright (c) 2016 Liav Turkia and Shahar Sandhaus
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, including without limitation the rights to use, co... | [
"liavt@yahoo.com"
] | liavt@yahoo.com |
e21d244ace42039c20b6c37a6704b0ad4233c415 | 97a1a5e2cbf35052c223d12715f1ea4534aec865 | /tests/TestEstimatorQuality.cc | 688329e7ed3cd7d5eb08b2ffab41201e06a7d5ec | [] | no_license | francois-drielsma/synapse | 8502985a5cd998a037088b127fc14b24a25a5746 | acb008f8421cd3bfbce4d4cefd43d12002addab0 | refs/heads/master | 2021-06-04T01:40:37.668634 | 2019-11-30T19:38:03 | 2019-11-30T19:38:03 | 134,827,182 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,032 | cc | // Cpp includes
#include <ctime>
#include <cmath>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <regex>
#include <map>
// Root includes
#include "TStyle.h"
#include "TObject.h"
#include "TString.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TH2.h"
#include "TLegend.h"
#in... | [
"francois.drielsma@gmail.com"
] | francois.drielsma@gmail.com |
7ced4e90c7694b9a57f457cc4961c5331037b3d2 | b4bf3dbb54c4a41d72367723e266becb09d68169 | /test/Test.cpp | 927870a1f82d24851915db830f955d1395339ce5 | [] | no_license | anlzou/c-cpp-test | 5e84cfab436aff95d4d9cda35002853e4b782f1e | 4151e3b6dbbeb89a7874d19469bd236357ad848d | refs/heads/master | 2022-11-21T17:28:51.702811 | 2020-07-21T09:05:07 | 2020-07-21T09:05:07 | 261,930,780 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 748 | cpp | #include <string.h>
#include <iostream>
using namespace std;
// class Student {
// private:
// string name;
// int num;
// int score;
// public:
// void setDate() {
// cout << "name:";
// cin >> name;
// cout << "num:";
// cin >> num;
// cout << "score:";... | [
"599502931@qq.com"
] | 599502931@qq.com |
295c1147768925e70687104cbe3d77c00d4a9df4 | 38bdd304f1d47b51e37d02c0d5cc76bd7373db3f | /temp.cpp | 8fa30a9e557a479364fe2f5f68da12c4565c0448 | [] | no_license | ipipip1735/CPPBasics | eee5c68db94b4989838d9235c299eaa92ded4414 | 5096a6f8b55e8f25e147515e9ed65faaf982d371 | refs/heads/master | 2021-05-23T14:50:55.841930 | 2020-04-05T22:50:38 | 2020-04-05T22:50:38 | 253,347,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | cpp | //
// Created by Administrator on 2020/4/2.
//
#include <stdio.h>
#include <math.h>
#include <string.h>
#ifdef TTT
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT __declspec(dllimport)
#endif
DLL_EXPORT static int XX = 999;
__declspec(dllimport) static bool SEX = false;
| [
"ipipip1735@163.com"
] | ipipip1735@163.com |
16e18b4eeb62664fb591a27ca8cdab106e81076d | 20cf6482b7f5a68bd0029414c02f7ec4747c0c5f | /triton2/common/comm/linux/linuxnetwork.cpp | 83583cac3e17f5dcc2b94a09f01410ea18566e64 | [] | no_license | kensniper/triton2 | 732907c76c001b2454e08ca81ad72ace45625f6c | 7ad2a359e85df85be9d87010047a198980c121ae | refs/heads/master | 2023-03-23T02:20:56.487117 | 2017-02-26T00:00:59 | 2017-02-26T00:00:59 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,316 | cpp | #include "linuxnetwork.h"
#ifdef LINUX
CLinuxLock::CLinuxLock( )
{
int tRetCode = 0;
tRetCode = pthread_mutex_init( &mLock, NULL );
if ( tRetCode != 0 )
{
perror( "Error when constructing CLinuxLock" );
}
}
CLinuxLock::~CLinuxLock( )
{
int tRetCode = 0;
tRetCode = pthread_mutex... | [
"243884919@QQ.COM"
] | 243884919@QQ.COM |
51ea4e3d3f5a11c6eac37265c7f4e4c7b0d787c6 | a5e39a86e749d58f6773523c4bd22996bbbabecd | /engineX/Engine/Graphics/DeviceContext/DeviceContext.h | 9e7980db03e6844b5994f90a53e3389dbafb66c2 | [] | no_license | IDONTSUDO/EngineX | d4a1a93ba3f9863200f9cdcd9e20016a462639cc | e5865574a20dd2b3a9c6d7813114351c910d6a4f | refs/heads/master | 2023-05-30T19:06:03.642079 | 2021-06-17T09:56:38 | 2021-06-17T09:56:38 | 377,422,426 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | h | #pragma once
#include <d3d11.h>
class SwapChain;
class DeviceContext
{
public:
DeviceContext(ID3D11DeviceContext* device_context);
bool clearRenderTargetColor(SwapChain* swap_chain,float red, float green, float blue,float alpha);
bool realese();
~DeviceContext();
private:
ID3D11DeviceContext* m_device_context;
... | [
"idontsudo@gmail.com"
] | idontsudo@gmail.com |
2a6b86362171aa3808dd3accd1cb34e1eb3fd3da | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chromecast/common/extensions_api/cast_extension_messages.cc | cbbc2cbc2b7ce98a1e9ff32eea2e9842685b0a40 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | 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 | 2,925 | cc | // Copyright (c) 2018 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.
//
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
#undef CHROMECAST_COMMON_EXTENSIONS_API_CAST_EXTENSION_MESSAGES_H_
#include "chromecast/com... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
8f5d6606c6f39eec379fb635992c1bf161f1c5eb | ea2cc666f3bc292435bb9a2dbe2326cf9a85f123 | /Phoenix3D/PX2Mathematics/PX2Integrate1.hpp | 87423206a411ec5dbede482db3d42fd3e9d72829 | [] | no_license | libla/Phoenix3D | c030b9b3933623dd58826f18754aaddf557575c0 | 788a04f922f38a12dc7886fe686a000785443f95 | refs/heads/master | 2020-12-06T19:12:36.116291 | 2015-07-27T16:14:57 | 2015-07-27T16:14:57 | 39,821,992 | 1 | 1 | null | 2015-07-28T08:24:41 | 2015-07-28T08:24:40 | null | UTF-8 | C++ | false | false | 690 | hpp | // PX2Integrate1.hpp
#ifndef PX2INTEGRATE1_HPP
#define PX2INTEGRATE1_HPP
#include "PX2MathematicsPre.hpp"
namespace PX2
{
template <typename Real>
class PX2_MATHEMATICS_ITEM Integrate1
{
public:
// The last parameter is for user-defined data.
typedef Real (*Function)(Real,void*);
static Real RombergInteg... | [
"realmany@163.com"
] | realmany@163.com |
e7c9a95a04931cc00ce38df8a5b5f27b2fad31d1 | 31fcb8b429433699ca5c51b2d3a70861f76ab1ed | /src/main.cpp | d8645ee7234da2c18684282a9f9a20071ff6744f | [] | no_license | kkufieta/openstreetmap_routeplanner_astar | c0f87d4f8b3710919656ef91d57adb52e129fb2a | b4fb0ff710364eccf4f3621482d9932f89c16b41 | refs/heads/main | 2023-01-02T03:13:45.900782 | 2020-10-25T01:16:45 | 2020-10-25T01:16:45 | 303,174,060 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,165 | cpp | #include "render.h"
#include "route_model.h"
#include "route_planner.h"
#include <fstream>
#include <io2d.h>
#include <iostream>
#include <optional>
#include <string>
#include <vector>
using namespace std::experimental;
static std::optional<std::vector<std::byte>> ReadFile(const std::string &path) {
std::ifstream i... | [
"katharina.kufieta@gmail.com"
] | katharina.kufieta@gmail.com |
d19bf02fac0a81e45cd92e7e7c5e1002083bf6b4 | 438cd59a4138cd87d79dcd62d699d563ed976eb9 | /mame/src/mame/includes/galspnbl.h | 3dedeac9e5e3e87966b06b780d1d91b91b4f59dc | [] | no_license | clobber/UME | 031c677d49634b40b5db27fbc6e15d51c97de1c5 | 9d4231358d519eae294007133ab3eb45ae7e4f41 | refs/heads/master | 2021-01-20T05:31:28.376152 | 2013-05-01T18:42:59 | 2013-05-01T18:42:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | h | /*************************************************************************
Hot Pinball
Gals Pinball
*************************************************************************/
class galspnbl_state : public driver_device
{
public:
galspnbl_state(const machine_config &mconfig, device_type type, const... | [
"brymaster@gmail.com"
] | brymaster@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.