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
2991f21aeb2acbe29c60e3b30bd79a5c597c3984
e788a7c2c5705e180dbbce01ff4d7cb3e815d167
/LifeSim2D/LifeSim2DMain.cpp
90b6fff607fcc60b49a86cc1816730668075d7d7
[]
no_license
krille94/LifeSim2D
8c6abdfd27454f0cef0b1c8f84c56edd272d5fec
0a5c9e64af391b52cdce02d17d47e1707ffddc8c
refs/heads/master
2020-07-07T14:29:30.371310
2019-08-20T12:48:31
2019-08-20T12:48:31
203,375,675
0
0
null
null
null
null
UTF-8
C++
false
false
3,420
cpp
#include "pch.h" #include "LifeSim2DMain.h" #include "Common\DirectXHelper.h" using namespace LifeSim2D; using namespace Windows::Foundation; using namespace Windows::System::Threading; using namespace Concurrency; // Loads and initializes application assets when the application is loaded. LifeSim2DMain::LifeSim2DMa...
[ "kristian.timmermand@gmail.com" ]
kristian.timmermand@gmail.com
fe039c6f4ef9e1b2bbb6f65bf751c14eb3222860
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/58/1ef51570bfab36/main.cpp
91973b05018c03a840dd323fde97a72e19f747d0
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
153
cpp
#include <iostream> #include <map> int main() { std::map<float,float> mymap; mymap[1.0] = 1.0; std::cout << mymap[1.0] << std::endl; }
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
7d399d846266571c95b8cda3a9877225e70aa014
39ab815dfdbab9628ede8ec3b4aedb5da3fd456a
/aql/benchmark/lib_50/class_7.cpp
f8da999746e0a2b8052fc122ef7c777717671d18
[ "MIT" ]
permissive
menify/sandbox
c03b1bf24c1527b47eb473f1acc433f17bfb1d4f
32166c71044f0d5b414335b2b6559adc571f568c
refs/heads/master
2016-09-05T21:46:53.369065
2015-04-20T06:35:27
2015-04-20T06:35:27
25,891,580
0
0
null
null
null
null
UTF-8
C++
false
false
311
cpp
#include "class_7.h" #include "class_9.h" #include "class_7.h" #include "class_4.h" #include "class_8.h" #include "class_2.h" #include <lib_46/class_6.h> #include <lib_41/class_5.h> #include <lib_0/class_3.h> #include <lib_40/class_2.h> #include <lib_20/class_9.h> class_7::class_7() {} class_7::~class_7() {}
[ "menify@a28edc5c-ec3e-0410-a3da-1b30b3a8704b" ]
menify@a28edc5c-ec3e-0410-a3da-1b30b3a8704b
8fc1b2af6c4f60763c48efb8954de301fac28c87
33a52c90e59d8d2ffffd3e174bb0d01426e48b4e
/uva/00400-/00498.cc
0480daefb6eeaf3b5961df2ed9292451ed88e8f3
[]
no_license
Hachimori/onlinejudge
eae388bc39bc852c8d9b791b198fc4e1f540da6e
5446bd648d057051d5fdcd1ed9e17e7f217c2a41
refs/heads/master
2021-01-10T17:42:37.213612
2016-05-09T13:00:21
2016-05-09T13:00:21
52,657,557
0
0
null
null
null
null
UTF-8
C++
false
false
750
cc
#include<iostream> #include<string> #include<sstream> #include<vector> using namespace std; vector<int> coeff, xList; bool read(){ coeff.clear(); xList.clear(); string s; if(!getline(cin,s)) return false; stringstream in(s); int v; while(in >> v) coeff.push_back(v); in.clear(); getline(cin,s); ...
[ "ben.shooter2@gmail.com" ]
ben.shooter2@gmail.com
400d512063b2f6e2a464b653e173975c4b0ecdb2
f4765d7d297c024289cad9816f929619db44710c
/test/test_surfacefriction.cpp
2027160b36f19c6a43365b770eccdc5f93338cfc
[ "MIT" ]
permissive
nightwav/metaf
70d5a5f7b8ae3cdb9b6ed106982e9ab848a51801
9a03381bb668da96d2e14f7af2afed5e2c2bb8bd
refs/heads/master
2020-06-20T12:05:43.168180
2019-07-14T16:12:12
2019-07-14T17:24:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,784
cpp
/* * Copyright (C) 2018-2019 Nick Naumenko (https://gitlab.com/nnaumenko) * All rights reserved. * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ #include "gtest/gtest.h" #include "metaf.h" static const auto margin = 0.01 / 2; TEST(SurfaceFric...
[ "nikolai.naumenko@gmail.com" ]
nikolai.naumenko@gmail.com
ca245fe67f2ec231e49e89f63b1154aef60d9542
d96e1da56d183f9b821c704ff98e4c0c1b14f5ca
/rotl/include/CityActionFarm.h
71a67cfe0e1f90e97c9cc5ffd20052a7cf05a152
[]
no_license
rpgrca/rotl
ba54dda6604afe3e1c3dbaab6e4894c12ae46281
ea828dfadca95f849a3ea2d38ce49c1744294449
refs/heads/master
2023-01-04T02:30:39.561617
2020-10-31T04:39:44
2020-10-31T04:39:44
308,795,825
0
0
null
null
null
null
UTF-8
C++
false
false
1,636
h
/******************************************************************************\ * * File: ../../include/CityActionFarm.h * Creation date: April 14, 2005 02:03 * Author: ClassBuilder * XXXX * Purpose: Declaration of class 'CCityActionFarm' * * Modifications: @INSERT_MODIFICATIONS(* ...
[ "" ]
b227f31efb022b659615b659bff228abd30f3927
a4ace471f3a34bfe7bd9aa57470aaa6e131012a9
/LintCode/628_Maximum-Subtree/628_Maximum-Subtree-V3.cpp
6eb6c2e429948e3e5629f98d99c9b04be2d6dabc
[]
no_license
luqian2017/Algorithm
52beca787056e8418f74d383f4ea697f5f8934b7
17f281fb1400f165b4c5f8bdd3e0500f6c765b45
refs/heads/master
2023-08-17T05:37:14.886220
2023-08-08T06:10:28
2023-08-08T06:10:28
143,100,735
1
3
null
2020-10-19T07:05:21
2018-08-01T03:45:48
C++
UTF-8
C++
false
false
1,073
cpp
/** * Definition of TreeNode: * class TreeNode { * public: * int val; * TreeNode *left, *right; * TreeNode(int val) { * this->val = val; * this->left = this->right = NULL; * } * } */ class Solution { public: /** * @param root: the root of binary tree * @return: ...
[ "luqian.ncsu@gmail.com" ]
luqian.ncsu@gmail.com
c0dac32d9b1f242eb5905c8f8e39142d7a7f0c50
5e8be2ac3fefbdb980b2b107c3f74b32aea300e2
/src/vt/pipe/pipe_manager_base.h
3f5b5ca9ba9b58911baf348bc709b00590581730
[ "BSD-3-Clause" ]
permissive
YouCannotBurnMyShadow/vt
23b73b531f0b9bdfcea41eb5b73c903805bd5170
8bbcce879f6dd5e125cf8908b41baded077dfcbe
refs/heads/master
2023-03-18T22:16:32.288410
2021-01-11T20:37:31
2021-01-11T20:37:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,444
h
/* //@HEADER // ***************************************************************************** // // pipe_manager_base.h // DARMA Toolkit v. 1.0.0 // DARMA/vt => Virtual Transport // // Copyright 2019 National Technology & Engineering Solutions ...
[ "jliffla@sandia.gov" ]
jliffla@sandia.gov
4b6bfed18dde82b983c5bff18e853abe68e47e05
4ae1fcecd4ca690b75a5a0f9cd228979b542aa1e
/Grafuri/Dijkstra/main.cpp
0ef18a766b1784f3b4cfaa0b03a2f6e06be44c20
[]
no_license
lucigrigo/CppProjects
7188483ac7cb6c8708ac24d2e9fc05fefafb8e5a
1019d4e0027f24dc6bb0aca6de390a58b28be8f2
refs/heads/master
2023-03-18T22:39:17.086736
2021-03-12T22:31:56
2021-03-12T22:31:56
69,991,191
0
0
null
null
null
null
UTF-8
C++
false
false
1,426
cpp
#include <iostream> #include <fstream> #define INF 10001 using namespace std; ifstream in("dijkstra.in"); ofstream out("dijkstra.out"); unsigned long int n,p,C[101][101],D[101],Viz[101],T[101]; void Citire(); void Dijkstra(); int main() { for(int i=1;i<=100;i++) { for(int j=1;j<=100;j++) { ...
[ "lucigrigo@yahoo.com" ]
lucigrigo@yahoo.com
44943f48d4f666041eed47ff098385d9c8579167
8888fb4af4000f02903299bda0ecc954c402452a
/BOJ/1260.cpp
a11cee579f244ce7f695206098038d0d24c43e53
[ "MIT" ]
permissive
ReinforceIII/Algorithm
48122e826c60a433cdfb5bb1283db3b3d1be64d1
355f6e19f8deb6a76f82f5283d7c1987acd699a6
refs/heads/master
2020-07-26T03:57:36.567702
2019-09-16T11:46:02
2019-09-16T11:46:02
208,526,939
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
cpp
/* 1260 DFS와 BFS*/ #include <iostream> #include <string> #include <algorithm> #include <vector> #include <queue> #include <cstring> using namespace std; vector<int> v[1001]; bool visited[1001]; void dfs(int node) { visited[node] = true; cout<<node<<" "; for(int i=0; i<v[node].size(); i++) { int next = v[node...
[ "reinforce3733@gmail.com" ]
reinforce3733@gmail.com
379ad73dbbb1b6b62ac8029cb2d59b2047d6c258
e90f112b43e460aa3371402a3ecdea561f5ceea7
/cp_2/MutexLock.cpp
9f3075775fead7f4e19028c12d14a812f1a8bc4a
[]
no_license
Ranper/muduo_cpp
d63e812d18548d1c4a0f4d341e2dc9eaa50a579f
d724c1693ea25b0188f0d35dfa1af9082e808be2
refs/heads/master
2021-01-08T02:55:01.149435
2020-02-20T13:39:45
2020-02-20T13:39:45
241,891,205
0
0
null
null
null
null
UTF-8
C++
false
false
1,280
cpp
#include<pthread.h> #include<cassert> /* 用到的函数 pthread_mutex_init() pthread_mutex_destory() pthread_mutex_lock() pthread_mutex_unlock() @data: 2020/02/18 */ class MutexLock { public: explicit MutexLock(pthread_mutex_t & mutex): mutex_(mutex),holder_(0) { pthread_mutex_init(&mutex_, NULL); // 初始化 ...
[ "ranpeiwahaha@gmail.com" ]
ranpeiwahaha@gmail.com
58c7b3b05111897b986ad923407332dd89459507
3784495ba55d26e22302a803861c4ba197fd82c7
/src/torch/lib/include/torch/csrc/jit/variable_flags.h
43c3ef9bf89a1ab7daf2fa3e68fe3c342f6eb357
[ "MIT" ]
permissive
databill86/HyperFoods
cf7c31f5a6eb5c0d0ddb250fd045ca68eb5e0789
9267937c8c70fd84017c0f153c241d2686a356dd
refs/heads/master
2021-01-06T17:08:48.736498
2020-02-11T05:02:18
2020-02-11T05:02:18
241,407,659
3
0
MIT
2020-02-18T16:15:48
2020-02-18T16:15:47
null
UTF-8
C++
false
false
442
h
#pragma once #include <iostream> namespace torch { namespace autograd { struct Variable; }} namespace torch { namespace jit { struct VariableFlags { static VariableFlags of(const autograd::Variable& var); bool requires_grad; bool defined; }; static inline std::ostream & operator<<(std::ostream & out, const Va...
[ "luis20dr@gmail.com" ]
luis20dr@gmail.com
9abb57f7bda24927b674089381522bc9f4d746f3
1b3ab88f023fbcff7d3c942db40607d105b6a5e8
/geo.h
b2dfc713ccb735f0ab52109ec2f0c45ef2796798
[]
no_license
pj12520/sinking_bim_new
a39dbb59a65de833de6299d634836c18c221d4d9
a666167c1412e609baa86b746a1ce06c3390421c
refs/heads/master
2021-07-17T03:27:11.223706
2021-02-07T10:30:00
2021-02-07T10:30:00
41,294,803
0
0
null
null
null
null
UTF-8
C++
false
false
3,118
h
//Header file containing function declarations relating to geometry #ifndef __GEO_H__ #define __GEO_H__ #pragma once #include <vector> #include <fstream> //Included for debugging purposes only #include "interp_1d.h" using std::ofstream; //Using for debugging purposes only //struct rad_diff_params { Spline_interp...
[ "paul.jarvis@bristol.ac.uk" ]
paul.jarvis@bristol.ac.uk
5b6b6b32a77715e9b46d5cc3af9ee807401e2389
a6dd54cb560dddccef0b2233fa2990f25e818c7b
/POJ/2248.cpp
96f44fc948d8ec8b8efaae585062ed59e4361859
[]
no_license
renzov/Red_Crown
ec11106389196aac03d04167ad6703acc62aaef6
449fe413dbbd67cb0ca673af239f7d616249599a
refs/heads/master
2021-07-08T04:56:22.617893
2021-05-14T18:41:06
2021-05-14T18:41:06
4,538,198
2
0
null
null
null
null
UTF-8
C++
false
false
690
cpp
#include<cstdio> #include<climits> int d[205] = {0}; int a[105]; int b[105]; int best; int n; void dfs(int p){ if ( p + d[a[p]] >= best) return; if (a[p] == n){ best = p; for (int i=0; i <= p; ++i) b[i] = a[i]; return; } for(int i=p; i >= 0; --i) for (int j=p; j >= i; --j) if ( (a[i]+a[j] > a[p]) && ...
[ "rgomez@lab13-31-i11.local" ]
rgomez@lab13-31-i11.local
84c4319fd368afc6678d4aaca138017d4408f867
88296cd4ecc37ed59b47975e0acb3bf7c869e245
/Codes/MLFramework/MLFramework/mlfmath.h
181e59e7ec075182593e5a8ec446062f09687a76
[]
no_license
YvensFaos/DisciplinaAprendizado
c17899770e50e0304a308d8d035dd2cc1d3f1142
7ba75e160660b3d45f68038b14b4d5277eed1a3f
refs/heads/master
2020-12-02T12:35:01.180881
2014-12-15T13:56:23
2014-12-15T13:56:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
341
h
#ifndef __MLF_MATH__ #define __MLF_MATH__ #include <math.h> //Inner Constants #define CLOSE_RANGE 0.0005 //Constants #define E 2.718281828f class MLFMath { public: static bool checkClose(float v1, float v2) { return ((v1 + CLOSE_RANGE > v2 && v1 - CLOSE_RANGE < v2) || (v2 + CLOSE_RANGE > v1 && v2 - CLOSE_RANGE ...
[ "yvensre@gmail.com" ]
yvensre@gmail.com
eaed32d55644cd82c1dd2a5c5950c4750489db43
bf1ddda8f27ba355f2d676645301649214a5335e
/SteeringBehaviour/SteeringBehaviour/Vec2.h
660816ce8d16e86d70680a937cb69a9f39bd07e4
[]
no_license
WaldiDev/SteeringBehaviour
696a1bf49afabc68ed88ab45b7bbb5f1dc7bf50a
cbcc2ec0a0d94effbfcc91dce74151c1498d2f81
refs/heads/master
2021-01-10T14:33:03.718617
2016-04-01T09:39:48
2016-04-01T09:39:48
54,848,745
0
0
null
null
null
null
UTF-8
C++
false
false
685
h
#pragma once class Vec2 { public: Vec2(); Vec2(float x, float y); void operator=(const Vec2 &rhs); void operator+=(const Vec2 &rhs); Vec2 operator+(const Vec2 &rhs) const; Vec2 operator-(const Vec2 &rhs) const; Vec2 operator*(const float &rhs) const; Vec2 operator*(const Vec2 &rhs) const; Vec2 operator/(cons...
[ "marcuswald@hotmail.com" ]
marcuswald@hotmail.com
5468e044dad94760648a3a820fc1a9eeae4c67f4
d0fb46aecc3b69983e7f6244331a81dff42d9595
/lto/include/alibabacloud/lto/model/EnableDeviceGroupRequest.h
ed631ad0d3e1de2106d9bc920b8f3c609a2de27d
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,501
h
/* * Copyright 2009-2017 Alibaba Cloud 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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
c813fdfab86d577d062a269c1cb625aab6b73126
0b952169b8cac85519a8dd5c8bd19a311af231ad
/src/Router.h
6a1879751788506a5e3dcafd784b84497ab78933
[]
no_license
tingyingwu2010/simpleroute
7fde6ec54e650de18d16a9bc95dd9d638d75992f
4f2cce262ed1578524996becdebcd922dc31906f
refs/heads/master
2021-09-26T10:00:38.266487
2018-10-28T22:33:46
2018-10-28T22:33:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,423
h
#ifndef SIMPLE_ROUTE_ROUTER_H #define SIMPLE_ROUTE_ROUTER_H #include "Graph.h" #include "CHGraph.h" #include <unordered_set> namespace simpleroute { class Router { public: struct PathVisitor { virtual void visit(uint32_t nodeRef) = 0; }; struct AccessAllowanceEdgePreferences { //set the allowed access types...
[ "daniel.git@funroll-loops.de" ]
daniel.git@funroll-loops.de
6fad451bcad0165078b6915f89a3cb1391291adf
0149a18329517d09305285f16ab41a251835269f
/Problem Set Volumes/Volume 9 (900-999)/UVa_988_Many_Paths_One_Destination.cpp
05751dd83e3c932c134ce85869bdd0ce796e28e5
[]
no_license
keisuke-kanao/my-UVa-solutions
138d4bf70323a50defb3a659f11992490f280887
f5d31d4760406378fdd206dcafd0f984f4f80889
refs/heads/master
2021-05-14T13:35:56.317618
2019-04-16T10:13:45
2019-04-16T10:13:45
116,445,001
3
1
null
null
null
null
UTF-8
C++
false
false
1,033
cpp
/* UVa 988 - Many Paths, One Destination To build using Visual Studio 2012: cl -EHsc -O2 UVa_988_Many_Paths_One_Destination.cpp */ #include <iostream> #include <vector> using namespace std; int count_events(int i, const vector< vector<int> >& paths, vector<int>& nr_ways) { if (nr_ways[i] != -1) ...
[ "keisuke.kanao.154@gmail.com" ]
keisuke.kanao.154@gmail.com
b74b5e27ba9ea578dff36e8ded684899e8d4a9ea
966818603978f073d4f4ed85709ec1ad0c794be4
/INSIGHT_20191106/include/ACE_Wrappers/ace/Active_Map_Manager_T.h
c43b521236c68e295e7aa0996cfaa3d5a0327444
[]
no_license
lastvangogh/YANGZE
c337743e29dafadbfb1ed532f6c9ce35ce7f24df
870eb6066b360036a49ebe40bd9435cdd31ff5ac
refs/heads/master
2020-09-01T13:43:02.027589
2019-11-06T08:40:09
2019-11-06T08:40:09
218,970,441
0
0
null
null
null
null
UTF-8
C++
false
false
7,137
h
/* -*- C++ -*- */ //============================================================================= /** * @file Active_Map_Manager_T.h * * @author Irfan Pyarali */ //============================================================================= #ifndef ACE_ACTIVE_MAP_MANAGER_T_H #define ACE_ACTIVE_...
[ "zhangzhuo@yangzeinvest.com" ]
zhangzhuo@yangzeinvest.com
a78770606337c5dd5ed0213cbc9a54c554756190
a83eb027e7e99b2900ed517b91870be9416a87ee
/cpp/clipper.cpp
d932da06434c8f66d91b22accfbd6b90176b6021
[ "BSL-1.0" ]
permissive
mapnik/clipper
33ac3da024322cd442f956b4ccad64f872445474
33c9329c743e49cb04be76d1c8923aa5f3bde6a3
refs/heads/r493-mapnik
2023-08-20T19:06:33.456141
2015-07-07T17:07:43
2015-07-07T17:07:43
36,896,304
8
5
null
2016-04-13T17:18:20
2015-06-04T21:25:55
C++
WINDOWS-1252
C++
false
false
140,418
cpp
/******************************************************************************* * * * Author : Angus Johnson * * Version : 6.2.9 ...
[ "dane@mapbox.com" ]
dane@mapbox.com
96184da94dccc61fe1a89f75266a26435c0160f2
a84b013cd995870071589cefe0ab060ff3105f35
/webdriver/branches/chrome/chrome/src/cpp/include/chrome/browser/views/sad_tab_view.h
be33df13b29623a07ce46b2ca036d85cc26e3fff
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
vdt/selenium
137bcad58b7184690b8785859d77da0cd9f745a0
30e5e122b068aadf31bcd010d00a58afd8075217
refs/heads/master
2020-12-27T21:35:06.461381
2009-08-18T15:56:32
2009-08-18T15:56:32
13,650,409
1
0
null
null
null
null
UTF-8
C++
false
false
1,817
h
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_VIEWS_SAD_TAB_H_ #define CHROME_BROWSER_VIEWS_SAD_TAB_H_ #include "chrome/common/gfx/chrome_font.h" #include "chrome/view...
[ "noel.gordon@07704840-8298-11de-bf8c-fd130f914ac9" ]
noel.gordon@07704840-8298-11de-bf8c-fd130f914ac9
9d41d73b0c69a2ffcf7abf2029afc3f1d80ce733
775acebaa6559bb12365c930330a62365afb0d98
/source/public/interfaces/tables/ITableCommands.h
c15c63a058e29ac26fa35dde453d189fb1348841
[]
no_license
Al-ain-Developers/indesing_plugin
3d22c32d3d547fa3a4b1fc469498de57643e9ee3
36a09796b390e28afea25456b5d61597b20de850
refs/heads/main
2023-08-14T13:34:47.867890
2021-10-05T07:57:35
2021-10-05T07:57:35
339,970,603
1
1
null
2021-10-05T07:57:36
2021-02-18T07:33:40
C++
UTF-8
C++
false
false
26,191
h
//======================================================================================== // // $File: //depot/devtech/16.0.x/plugin/source/public/interfaces/tables/ITableCommands.h $ // // Owner: Mat Marcus // // $Author: pmbuilder $ // // $DateTime: 2020/11/06 13:08:29 $ // // $Revision: #2 $ // // ...
[ "75730278+Tarekhesham10@users.noreply.github.com" ]
75730278+Tarekhesham10@users.noreply.github.com
ec42159e6a0406ea15d52416de8a5c6da63c2524
7643c2d99c30127a49d506cd9526ccdf24e8c131
/src/gdw_dialog.cpp
b3ce6d9376997b9aa46ebcda29dbbf6bda9c6fd4
[]
no_license
neilspo/gendat-explorer
8c67dc3bdb311eb9f9cc55d8bebd6dad382eaea8
b06c35ec208a6b0eef8377da33ad9d5fc88acc10
refs/heads/master
2023-05-11T01:24:53.601856
2023-04-26T17:06:16
2023-04-26T17:06:16
49,293,578
0
0
null
null
null
null
UTF-8
C++
false
false
3,057
cpp
/// /// \class gdw_db_connect gdw_dialog.h /// /// \brief Popup window that obtains database login information from the user /// /// This class handles ... /// #include <wx/wxprec.h> #ifndef WX_PRECOMP #include <wx/wx.h> #endif #include <string> #include <stdexcept> #include "gdw_dialog.h" #include "gdw_field_grou...
[ "neil.sponagle@gmail.com" ]
neil.sponagle@gmail.com
44f6122f507be687fc42c903bd12270ae0ecd833
c7c4ac450c0150fa443ea879aab7e867c61ada73
/src/qt/rpcconsole.h
6c2337555767a0a5362469934631f851e61d1bee
[ "MIT" ]
permissive
randboy/BAYEMCOIN
1a408701bcaf152f0f26ba988861c58b4956bbbc
d0f19e1e38a5bebeb9a7a230e1f0054134720250
refs/heads/master
2022-12-03T14:59:07.156104
2020-08-24T02:07:53
2020-08-24T02:07:53
289,723,637
0
0
null
null
null
null
UTF-8
C++
false
false
5,126
h
// Copyright (c) 2011-2016 The Bitcoin Core developers // Copyright (c) 2017 The Ravencoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BAYEMCOIN_QT_RPCCONSOLE_H #define BAYEMCOIN_QT_RPCCONSOLE_H #inc...
[ "root@vps-5c20fa9d.vps.ovh.net.novalocal" ]
root@vps-5c20fa9d.vps.ovh.net.novalocal
ba9f6553285937a5d2bb73cad76f4893e4a5df20
2aa79da9c8bda8e4b41ed75957fc16f2d8708df1
/ovum/test/gtest.h
1a0864a5d075dbe213d9991dcd46fafa427b6208
[ "MIT" ]
permissive
zeta1999/egg
b941e8621dfd677ea60af46adac7d1af01adea0c
99c6e03dfbc19864b3de364f7d4b3de6d9db5dbc
refs/heads/master
2022-11-29T04:58:40.245440
2020-08-17T08:04:43
2020-08-17T08:04:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,651
h
// GoogleTest needs a reduction in MSVC's warning levels #if defined(_MSC_VER) #pragma warning(push, 3) #pragma warning(disable: 4365 4623 4625 4626 5026 5027) #endif #include "gtest/gtest.h" #if defined(_MSC_VER) #pragma warning(pop) #endif namespace egg::test { // This is the default entry-point for Google Test ru...
[ "ian@chilliant.com" ]
ian@chilliant.com
8df8e6c6e0817049250833a24e708402eb25adbf
9f1531b82e1e5842582b9deee98ccf5178485232
/include/Joint.hpp
74ed8cdcb6c98a3284e448b84f299cd1cbb3dfcd
[ "MIT" ]
permissive
j8xixo12/Multibody-Dynamics-Solver
8d6659ce254c81f11fb72cdd602c1adb80c17468
6102a97b00e3ce59db7fb95acc25be5bd8711984
refs/heads/master
2020-07-06T22:55:39.671931
2019-08-19T12:03:28
2019-08-19T12:03:28
203,164,281
0
0
null
null
null
null
UTF-8
C++
false
false
830
hpp
#ifndef JOINT_HPP #define JOINT_HPP #include <armadillo> #include "Math.hpp" #include "Body.hpp" class Joint { public: Joint(unsigned int TypeIn, arma::vec piIn, arma::vec pjIn, arma::vec qiIn, arma::vec qjIn, Body *i_In, Body *j_In); ~Joint() {}; void Build_C(); void Build_Cq(); void B...
[ "as2266317@hotmail.com" ]
as2266317@hotmail.com
a753ce49cb5993350d26349e644dfe5b7826128d
f819d6e972a5cf26ad0d13b2be482a353d3cfeb9
/Doc/Sinkhold_DocPJ/Sinkhold_Doc/Service_ScanEnemyCharacter.h
4b580742bac6e861c24690cb3049562de6e36e09
[]
no_license
Sandwich33/Sinkhole4_9
b317dc2ca75879597197c4db1c2983ac7c677e48
72d0cb90ea6b8ba39966fd23e9b31b1ef8d65be1
refs/heads/master
2021-01-21T15:26:23.278122
2016-08-11T09:17:25
2016-08-11T09:17:25
53,466,519
0
0
null
null
null
null
UHC
C++
false
false
748
h
#pragma once /** @brief 팀원 AI 서비스 @details 매 틱마다 공격 대상을 찾는다. 발견하면 대상을 블랙보드의 targetToAttack에 set한다. */ class Service_ScanEnemyCharacter : public BTService { public: BlackboardKeySelector targetToAttack; BlackboardKeySelector attackRange; /** @brief 서비스 틱 이벤트 @details 캐릭터 주변 일정 범위 안의 적 캐릭터를 찾는다. @details 찾은 캐릭터...
[ "deathnote10@naver.com" ]
deathnote10@naver.com
c66b804f9c4596471e52b5ff01e611b1fc059cd9
f572446a43c89a28cc7e115ec71cbb3970bf8db8
/PredicatesAndExpressions/TsLTPredicate.H
c63ffc85298f6c2c36c1c81ff411471c0e9d6bce
[]
no_license
as010101/Autemp
b0b47b711b48a5cdaf79c44dace28841d41608b4
2a3ae6b536ab8a13afebba3e9be02eeae27e4713
refs/heads/master
2022-06-10T05:55:55.545374
2020-05-06T08:11:32
2020-05-06T08:11:32
260,402,901
0
0
null
null
null
null
UTF-8
C++
false
false
499
h
#ifndef TIMESTAMP_LESS_THAN_PREDICATE_H #define TIMESTAMP_LESS_THAN_PREDICATE_H #include "Predicate.H" class TsLTPredicate : public Predicate { public: TsLTPredicate (Expression *left_side, Expression *right_side); TsLTPredicate(Expression *exp); virtual ~TsLTPredicate(); void setExpression(Expre...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
6e7842ad127216fc7168d82bcaa63c6271f8201f
58a4cdf76fb7b0e9594f7a4fb51c4c8ba8e06514
/fboss/agent/hw/bcm/BcmTrunkTable.h
cca29bc7ba4cd5a10025ef86f3624fc1cd1bd64e
[ "BSD-3-Clause" ]
permissive
dendisuhubdy/fboss
981bcb99e68f2d3c63947044235b5cd4283f84d0
89deb9468f647f2a56da55c7ed8f36e7e1151b4e
refs/heads/master
2020-06-01T01:38:15.038773
2019-06-06T00:54:43
2019-06-06T00:58:21
190,580,507
0
0
NOASSERTION
2019-12-09T07:13:54
2019-06-06T12:50:08
C++
UTF-8
C++
false
false
1,970
h
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
46f5c677a6394b24d3f8cce702bf16b23e99b9bf
fd0878e211a042e91603d0941f6624cb7af9eab1
/DLL Circular Queue/main.cpp
4b53da222f2b15e30c5739bdf2e3c40c62052680
[]
no_license
luntan365/cpp
ef8293e8abf3d9b4e7c78beb77124767e01d1a79
77d5c4c2007c07cf5a7633c60cf1521a9530f21c
refs/heads/master
2021-06-12T21:27:00.189293
2020-03-31T15:10:00
2020-03-31T15:10:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
75
cpp
#include "queue.h" int main() { Queue queue; queue.run(); return 0; }
[ "adityakr082@gmail.com" ]
adityakr082@gmail.com
e0be766eb803d899dd818802d53630fef2ef0b0e
300c25f8dd06c3f27d5148a41547163b6bddab3f
/src/CharacterAnim.cpp
ba5be33670121344a1271822eda277a045fdad70
[]
no_license
Exoria/JeudePorcs
bd59c81d7bfcb9e05f049e0d86412ad4d1fd1945
b277feb0228e5e4e3e9a094181ba13d24c2d3b15
refs/heads/master
2021-01-23T04:10:22.011911
2013-12-15T17:31:39
2013-12-15T17:31:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,064
cpp
#include <stdio.h> #include "CharacterAnim.hpp" ALLEGRO_BITMAP *CharacterAnim::image = NULL; int CharacterAnim::useCount = 0; CharacterAnim::CharacterAnim(int ch, int an, float fr) : character(ch), anim(an), framerate(fr), firstFrame(0) { if (useCount == 0 && image == NULL) { image = al_load_bitmap("resources/per...
[ "camille.bartalan@gmail.com" ]
camille.bartalan@gmail.com
22d210c1de3de3c653ecba38c632ac11d32d7a76
3e3fe4344120006c3fd3664865eba160ae66a013
/Game/Preferences.cpp
21a88e493250faf9b3ab1264fd49a40bae64fbee
[]
no_license
Kumazuma/3D_Project
f627f20c5c89d3e8f2adbb10d1ab8cb6a655f1ac
4e38afd3de5a8a6cfb589adf5e73bb7d5772af33
refs/heads/master
2023-03-16T14:06:46.254172
2021-03-02T09:46:24
2021-03-02T09:46:24
314,772,394
0
0
null
null
null
null
UHC
C++
false
false
1,196
cpp
#include "Preferences.hpp" #include <mutex> namespace Kumazuma::Client { std::unique_ptr<Preferences> Preferences::s_instance{}; SpinLock Preferences::s_locker{}; Preferences::Preferences(): showCollisionBox{ false } { } Preferences::Preferences(Preferences&& rhs) noexcept : sh...
[ "qweads12@gmail.com" ]
qweads12@gmail.com
6661756c6bc76266ce7270b5f564fc3299003ed1
005cb1c69358d301f72c6a6890ffeb430573c1a1
/Pods/Headers/Private/GeoFeatures/boost/mpl/list/aux_/front.hpp
94201bc565cd404a20f6b0099975270f69003aea
[ "Apache-2.0" ]
permissive
TheClimateCorporation/DemoCLUs
05588dcca687cc5854755fad72f07759f81fe673
f343da9b41807694055151a721b497cf6267f829
refs/heads/master
2021-01-10T15:10:06.021498
2016-04-19T20:31:34
2016-04-19T20:31:34
51,960,444
0
0
null
null
null
null
UTF-8
C++
false
false
74
hpp
../../../../../../../GeoFeatures/GeoFeatures/boost/mpl/list/aux_/front.hpp
[ "tommy.rogers@climate.com" ]
tommy.rogers@climate.com
d0099e0554fa1f864d16403a3b40862928e7b49f
c4f5aaff56a28fad5b582943b088538c247de491
/src/ui/linux/TogglDesktop/errorviewcontroller.cpp
4b23858c19392f9440fc9f9350129ba839af9bcf
[ "BSD-2-Clause" ]
permissive
refiito/toggldesktop
e900a9d220ee9b10b34a0c350f436d493f87bf96
1581b78013516110f59f5f60f0f23a77fe4dfd2d
refs/heads/master
2021-01-15T23:59:47.901096
2015-01-22T11:07:55
2015-01-22T11:07:55
29,674,710
0
0
null
2015-01-22T11:06:30
2015-01-22T11:06:30
null
UTF-8
C++
false
false
1,842
cpp
// Copyright 2014 Toggl Desktop developers. #include "./errorviewcontroller.h" #include "./ui_errorviewcontroller.h" #include "./toggl.h" ErrorViewController::ErrorViewController(QWidget *parent) : QWidget(parent) , ui(new Ui::ErrorViewController) , networkError(false) , loginError(false) , uid(0) { ui->setup...
[ "tanel.lebedev@gmail.com" ]
tanel.lebedev@gmail.com
33620a0d1dba9f30e788f86ce1f284c6dcce0ea7
fc987d063c6d3812cc53f59d2c19fdcbe168bd04
/FaceFlux/StegerWarmingVector.cpp
da740f60fb2707465d852acdc7e9b955358100b0
[]
no_license
arashkarshenass/Steady2D
61021d8fe9ad2610d1e3b3f2128d5193642c098b
f315c6380e77e17cea5e0ae5203c9ee0bdc3f69b
refs/heads/master
2020-03-25T09:08:40.673142
2018-08-05T21:46:37
2018-08-05T21:46:37
143,649,871
4
0
null
null
null
null
UTF-8
C++
false
false
2,171
cpp
/*================================================= Steger Class source =================================================*/ #include "../FaceFlux/StegerWarmingVector.h" #include "../Inputs.h" #include<iostream> #include<cmath> #include<algorithm> using namespace std; void StegerWarmingVector::Initiali...
[ "42058201+arashkarshenass@users.noreply.github.com" ]
42058201+arashkarshenass@users.noreply.github.com
35a118759e1775bef4fd3d6a5ce517fbb38a0260
1fdc4dda46919bf501870364a0430f2124a07e44
/calculator.h
e883e7f0f35f47a6c89031f8d0a56757988aec1b
[]
no_license
chamodKanishka/GUI-Calculator-App-C-
57eb61a7b37d0ac64b1e6968edb941afbb0ff003
afc29e5a603cb5618e8df0246cce5cb3a96e2e43
refs/heads/master
2020-09-08T13:33:41.603793
2019-11-12T06:41:11
2019-11-12T06:41:11
221,148,311
0
0
null
null
null
null
UTF-8
C++
false
false
482
h
#ifndef CALCULATOR_H #define CALCULATOR_H #include <QMainWindow> namespace Ui { class Calculator; } class Calculator : public QMainWindow { Q_OBJECT public: explicit Calculator(QWidget *parent = nullptr); ~Calculator(); private: Ui::Calculator *ui; QString currentFile = ""; private slots: ...
[ "chamodkanishka77@gmail.com" ]
chamodkanishka77@gmail.com
b81798fa8933b61b394458c25f46f67c2710e2d9
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_repos_function_1450_curl-7.35.0.cpp
54c191a02c17acaa4090ee9e7ca113aa2aeb0ba0
[]
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
1,424
cpp
static CURLcode pop3_state_auth_ntlm_type2msg_resp(struct connectdata *conn, int pop3code, pop3state instate) { CURLcode result = CURLE_OK; struct SessionHandle *data = conn->data; char *type2msg = NULL; char *...
[ "993273596@qq.com" ]
993273596@qq.com
99d21ee226b6da594ee824a66489048926bd932d
741cbbc8c5936615cb47c085d1db1d59c22e1028
/src/PartialMatchRegexTest.cpp
bf65a2b32aa755016bd7435109d72a1ca6571aeb
[ "BSL-1.0" ]
permissive
iturovskiy/PartialMatchRegex
7a757b1a63d7f71fbbb61c6affd4380f4b08b2e3
30a408bd6a1b6abc0f4909584528bebd101232b0
refs/heads/master
2022-03-23T14:23:30.124305
2019-12-29T21:09:19
2019-12-29T21:09:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,429
cpp
// Copyright 2019 Igor Turovskiy // Copyright 2019 Sviatoslav Dmitriev // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt #define CATCH_CONFIG_MAIN #include <catch.hpp> #include "PartialMatchRegex.h" TEST_CASE("Parti...
[ "treplen8@gmail.com" ]
treplen8@gmail.com
b16026ab63e29cabb3dd113ff8e2eae8452dc4b9
066947a2b0c3e19aaf9449f1579efd39f28e56da
/src/main.hh
1f886c065206ee98308500f077f525fe3737b336
[]
no_license
Jerska/tirf
1fe0373615c0d451dc7977a4c6c307c216f388dd
875a6559e2fe1ec2e7cc68d0ac0f16a7d0b8e737
refs/heads/master
2021-05-28T02:48:02.758735
2014-07-11T05:57:31
2014-07-11T05:57:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
697
hh
#ifndef MAIN_HH_ # define MAIN_HH_ # include <map> // std::map # include <utility> // std::make_pair, std::pair # include <string> // std::string # include <iostream> # include <algorithm> // std::max, std::min # include <cstdlib> # include <ctime> # include <opencv2/opencv.hpp> //# define VERBOSE # define FRAME_WID...
[ "jerska@live.fr" ]
jerska@live.fr
1ac5aba13263e7751ac1c0a68102956d717be8a7
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-cloudsearch/include/aws/cloudsearch/model/DateOptions.h
e834e04beeca2251214178318d575892cebcb182
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
6,542
h
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
0197bb6578731e389a7c533a5c3d41206aa20d55
82685d006a3c55bb7ee00028d222a5b590189bbf
/Sourcecode/mx/core/elements/OffsetAttributes.h
b25e1c997aaa32f7ea07783bf058f04c2f1388f9
[ "MIT" ]
permissive
ailialy/MusicXML-Class-Library
41b1b6b28a67fd7cdfbbc4fb7c5c936aee4d9eca
5e1f1cc8831449476f3facfff5cf852d66488d6a
refs/heads/master
2020-06-18T23:46:50.306435
2016-08-22T04:33:44
2016-08-22T04:33:44
74,932,821
2
0
null
2016-11-28T03:14:23
2016-11-28T03:14:23
null
UTF-8
C++
false
false
745
h
// MusicXML Class Library v0.2 // Copyright (c) 2015 - 2016 by Matthew James Briggs #pragma once #include "mx/core/ForwardDeclare.h" #include "mx/core/AttributesInterface.h" #include "mx/core/Enums.h" #include <iosfwd> #include <memory> #include <vector> namespace mx { namespace core { MX_FORWARD_D...
[ "matthew.james.briggs@gmail.com" ]
matthew.james.briggs@gmail.com
f600b63dca27189057a24eb6ac3890ebedecf508
baf2356f891be699bfc33437bee478e0d3f46d9c
/Algorithm/jz/prob17.cpp
969601bf69181c6adc102f04209ecfbea24dad44
[]
no_license
D0m021ng/reading
58ef40bdc40a4f8a049eb461a87cdd2d86c5dd2c
6678700c2213306985fc04915f27a4014dbabf66
refs/heads/master
2022-01-21T11:24:23.067087
2022-01-05T10:44:06
2022-01-05T10:44:06
96,490,524
0
2
null
2022-01-05T10:44:07
2017-07-07T02:23:53
C++
UTF-8
C++
false
false
867
cpp
#include <iostream> #include <fstream> #include <vector> #include <queue> using namespace std; struct TreeNode{ int val; struct TreeNode *left, *right; TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} }; vector<int> PrintFromTopToBottom(TreeNode* root){ vector<int> res; if(root){ queu...
[ "zhezhaodong@gmail.com" ]
zhezhaodong@gmail.com
d852f71ca1b4ccea2741233ff56011fcd62b47aa
ab9ea8b58d3fa1d94546a50f83e1989f2ee04ea5
/JoeEngine_3rd/Assets.h
e3014da19a87241c4968e6add4a45835af65189d
[ "MIT" ]
permissive
joeyGumer/JoeEngine_3rd
9954fe4d292385333ffe1d75a3756c8688c49bce
acf41da1d1ce0a490eb896e83017478f1f4641f8
refs/heads/master
2020-06-11T22:27:34.823480
2016-12-05T12:32:17
2016-12-05T12:32:17
75,616,649
0
0
null
null
null
null
UTF-8
C++
false
false
1,686
h
#ifndef __ASSETS_H__ #define __ASSETS_H__ #include "Window.h" #include "ModuleResourceManager.h" #include <vector> struct Directory; struct AssetFile { FileTypes type; std::string name; //To display std::string file_path; std::string content_path; std::string original_file; unsigned int uuid; int time_mod; ...
[ "pep3553@gmail.com" ]
pep3553@gmail.com
aa483e703564905e0f870eae0aa53e5b223c5ceb
8f6722d9ae9736320ee2a4122078606aedf90d11
/block.h
3da937aff3212fd9b0c511a08ff2b761c9ea2504
[]
no_license
PabloLIborra/Arkanoid
2d3b878cf9add6a80fb3b34f1b6decf36481115b
cd8bef448437b2ff92367d3a5fb9985c8429e4ae
refs/heads/master
2020-03-19T12:09:37.974650
2018-06-07T15:55:29
2018-06-07T15:55:29
136,499,977
0
0
null
null
null
null
UTF-8
C++
false
false
538
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: block.h * Author: pablo * * Created on 14 de febrero de 2017, 22:31 */ #ifndef BLOCK_H #define BLOCK_H class bloc...
[ "p.lopez.iborra@gmail.com" ]
p.lopez.iborra@gmail.com
7cfb78f2009db7890b99eac560f05760fff712f0
9051285be833202e32278c0904245956ace3ed21
/CPLUS/SAMPLES/WPCAR/BRAKE.H
75b517e279d66a191a960ffde5f896446f8bd186
[ "BSD-3-Clause" ]
permissive
OS2World/DEV-SAMPLES-IBM_OS2_2-0_Toolkit
1c1b1598020e8cbbc4236fb96d7b1afc9b8d9acb
eefd859f3f9a73c27387641ffb1e47c3dbd3970f
refs/heads/master
2021-01-12T16:34:13.743107
2016-10-20T01:08:04
2016-10-20T01:08:27
71,412,909
0
0
null
null
null
null
UTF-8
C++
false
false
1,693
h
/****************************************************************************** * * Module Name: BRAKE.H * * OS/2 Work Place Shell Sample Program * * Copyright (C) 1992 IBM Corporation * * DISCLAIMER OF WARRANTIES. The following [enclosed] code is * sample code created by IBM Corporation. This sample code...
[ "martiniturbide@gmail.com" ]
martiniturbide@gmail.com
57ddfa2615f7b36399e8b4178978ccea64c360a2
bb093502a9636ca962861cdc4b0e19c58e34b8c1
/parts/seedstudio-us-ranger/src/sketch.ino
5c733401ca9bcc345176483506c232f9880d58a1
[]
no_license
Najaf/arduino-experiments
c2b0be3cd13f61b32ea3d2d40f0dd3d96189a438
0b64414de133cf8054afff33cbf85785a6e28758
refs/heads/master
2021-01-19T17:41:48.119889
2012-08-11T20:27:05
2012-08-11T20:27:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
634
ino
const int rangerPin = 9; long reading = 0; void setup() { Serial.begin(9600); } void loop() { pulsePin(rangerPin, 10); reading = readPin(rangerPin); Serial.print("Centimeters: "); Serial.print(microsecondsToCentimeters(reading)); Serial.println(); delay(50); } void pulsePin(int pin, int microseconds) {...
[ "ali.najaf@gmail.com" ]
ali.najaf@gmail.com
7ac150a6bd26dfa64af3804ed1556cd55d62994d
f739df1f252d7c961ed881be3b8babaf62ff4170
/softs/SCADAsoft/5.3.3_P2/ACE_Wrappers/TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp
62ff302d6af626014ce6b8fb6f825f395cba04aa
[]
no_license
billpwchan/SCADA-nsl
739484691c95181b262041daa90669d108c54234
1287edcd38b2685a675f1261884f1035f7f288db
refs/heads/master
2023-04-30T09:15:49.104944
2021-01-10T21:53:10
2021-01-10T21:53:10
328,486,982
0
0
null
2023-04-22T07:10:56
2021-01-10T21:53:19
C++
UTF-8
C++
false
false
1,973
cpp
// // $Id: proxy_impls_ch.cpp 14 2007-02-01 15:49:12Z mitza $ // ACE_RCSID (be_visitor_interface, base_proxy_broker_impl_ch, "$Id: proxy_impls_ch.cpp 14 2007-02-01 15:49:12Z mitza $") be_visitor_interface_proxy_impls_ch::be_visitor_interface_proxy_impls_ch ( be_visitor_context *ctx ) : b...
[ "billpwchan@hotmail.com" ]
billpwchan@hotmail.com
6debae1c96e8ed39b9f70db818d3e1d4401834d5
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/atcoder/agc001-040/agc011/e.cpp
e5f461f808189bcaa2152e807384f8812e8e892f
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
1,263
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
5114b30a5efbce33b84f0f5c2b5ab5472f3f5c5a
df9ced600aa576db0a5a9d86e46717d0a9535ff4
/DHT11/DHT11.ino
d933951598b4347691524aef49f67b1da74f44dd
[]
no_license
linyuxuanlin/My-Arduino-library
5922e8dfe2ce0d59a651bb35cb4e8b53b499227a
d53c980fda6e2a19b5e740316d9274908c931dd2
refs/heads/master
2021-01-20T13:02:58.816197
2017-05-09T23:53:04
2017-05-09T23:53:04
90,439,387
1
0
null
null
null
null
UTF-8
C++
false
false
403
ino
#include <dht11.h> dht11 ggyy; // 注意现在 ggyy 代表 DHT11 传感器 const int pin = 4; // void setup( ) { Serial.begin(115200); } void loop( ) { ggyy.read(pin); // 读取 DHT11 传感器 Serial.print(String("") + "Humidity = "+ ggyy.humidity + " %"); Serial.println(String("")+", temperature = "+ ggyy.temperature +" C"); dela...
[ "824676271@qq.com" ]
824676271@qq.com
7d56b57634f0e24f3220092c3f1395c532eceaa3
b8376621d63394958a7e9535fc7741ac8b5c3bdc
/lib/lib_XT12/Source/Common/XTPResourceManager.cpp
17fc434484ecccac72fc0c7fda949be06ceb5a8a
[]
no_license
15831944/job_mobile
4f1b9dad21cb7866a35a86d2d86e79b080fb8102
ebdf33d006025a682e9f2dbb670b23d5e3acb285
refs/heads/master
2021-12-02T10:58:20.932641
2013-01-09T05:20:33
2013-01-09T05:20:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
32,758
cpp
// XTPResourceManager.cpp: implementation of the CXTPResourceManager class. // // This file is a part of the XTREME TOOLKIT PRO MFC class library. // (c)1998-2008 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATSOEVE...
[ "whdnrfo@gmail.com" ]
whdnrfo@gmail.com
e2d153a44848e56b0f98e0a1ccc8be40bafd738f
471e7253cc79f86d47c1e53b493131c748364d45
/ddc/Cursor/m/2m_A_0dbm_1/libalgo.cpp
a1d3738ee7cbe0cd6a0b97437edac1be681d566f
[]
no_license
Quenii/adcevm
9ed6dff30eac0dd12ecbf08ff19e555aff25c0ca
b15ad0dd33a64f26fc89dbe9c595f80abbf99230
refs/heads/master
2016-09-06T11:00:06.719515
2014-12-26T08:12:31
2014-12-26T08:12:31
34,307,888
2
1
null
null
null
null
UTF-8
C++
false
false
3,876
cpp
// // MATLAB Compiler: 4.0 (R14) // Date: Sat Sep 18 22:51:24 2010 // Arguments: "-B" "macro_default" "-W" "cpplib:libalgo" "-T" "link:lib" // "ddc_func" // #include <stdio.h> #include "libalgo.h" #ifdef __cplusplus extern "C" { #endif extern const unsigned char __MCC_libalgo_public_data[]; extern const ...
[ "quenii@e4c55939-9875-e5a8-f322-dd768a204feb" ]
quenii@e4c55939-9875-e5a8-f322-dd768a204feb
52a40efe0ab491bd13fe78fe7fb2cbb61c346d08
1ab125fc9775b6c290a430bff5ddc461bd88b4a2
/samples/Cpp/TestCpp/Classes/util/ParticleAnimeList.h
0e234a23479b4bbdb44d05a5314f5803a8a20317
[ "MIT" ]
permissive
skywalker1024/DeperateAcademy
d11ce9a66e9cbc62eef1d5ad517ec900afeeee8d
f91c7ac6033f87903d4033f155399e86eb5b129a
refs/heads/master
2020-04-21T00:08:31.171738
2015-06-13T03:33:53
2015-06-13T03:33:53
12,448,959
1
0
null
null
null
null
UTF-8
C++
false
false
1,278
h
// // ParticleAnimeList.h // BraveFrontier // Created by WillArk on 10/5/12. // Copyright (c) 2012 WillArk. All rights reserved. // #ifndef BraveFrontier_ParticleAnimeList_h #define BraveFrontier_ParticleAnimeList_h #include "cocos2d.h" #include "ParticleAnime.h" USING_NS_CC; class ParticleAnim...
[ "gongchangyou@gmail.com" ]
gongchangyou@gmail.com
f2fa92561953740b496fe5f4cc6b8070f5833045
948d555823c2d123601ff6c149869be377521282
/SDK/SOT_BP_Murk_functions.cpp
5aea65ccb3742bfaf458f9908b4fddb9e482bb15
[]
no_license
besimbicer89/SoT-SDK
2acf79303c65edab01107ab4511e9b9af8ab9743
3a4c6f3b77c1045b7ef0cddd064350056ef7d252
refs/heads/master
2022-04-24T01:03:37.163407
2020-04-27T12:45:47
2020-04-27T12:45:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
742
cpp
// SeaOfThieves (1.6.4) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function BP_Murk.BP_Murk_C.User...
[ "getpeyton@gmail.com" ]
getpeyton@gmail.com
ce391b65d365106978c6c8d2a3260f2d94d2503f
beca0ef1c53ec573904726698d0f114c550b3d6c
/GameDevelopment 1.0/GameDevelopment 1.0/GameStateMachine.cpp
57a5da7caeb381d4e16ce0256dbeea4effdb8d86
[ "libtiff", "IJG", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause", "Libpng", "LicenseRef-scancode-unknown-license-reference", "Zlib" ]
permissive
CaueBitten/Game_Development
4e1b2aed4bce7db345728dacfab3bd30ba151afb
6870d0af593b2e1c5853c731550b40c32a0a2eab
refs/heads/master
2016-08-13T02:27:11.968167
2015-10-19T22:24:54
2015-10-19T22:24:54
44,567,203
0
0
null
null
null
null
UTF-8
C++
false
false
1,028
cpp
#include "GameStateMachine.h" GameStateMachine::GameStateMachine() { } GameStateMachine::~GameStateMachine() { } void GameStateMachine::pushState(GameState * pState) { m_gameStates.push_back(pState); m_gameStates.back()->onEnter(); } void GameStateMachine::changeState(GameState * pState) { if (!m_gameStates.e...
[ "cauebitten5@gmail.com" ]
cauebitten5@gmail.com
fc0f0c606edd5ecba9bbb501ff3d41040bf2e2e1
8decb8f77daf352ab0a4f5466322f281ebf086fc
/shield-common/InputHooks/InputHook.cpp
b05bc6420757164d7cc45aa7d5c14decc876943c
[]
no_license
SHIELD-OS/android_device_nvidia
e4ddb5f80951435674e08467175faefec21f472c
0d5198417b08bc0838e62eca9d75125ee6cacbd5
refs/heads/master
2021-05-08T11:04:44.898019
2018-02-22T19:11:55
2018-02-22T19:11:55
119,878,819
0
0
null
null
null
null
UTF-8
C++
false
false
172
cpp
#include "NvInputHook_Host.h" static android::InputHook *inputHook; void inputhook_vendor_init(android::EventHub *ehub) { inputHook = new android::InputHook(ehub); }
[ "matt.gorski@gmail.com" ]
matt.gorski@gmail.com
7f919ea6f678f2467784cdedabcc8caa43d11b00
831712c60ca27e19cebc68ac243f22f039f578e8
/src/style/function_properties.cpp
879de84f85d17de1e57201bc8fd8205f6c94ddbb
[ "BSD-2-Clause" ]
permissive
l4u/mapbox-gl-native
4bf3c9e4220c8f9e93c6f86cc73ceb9119116734
03a6c80fa7f480dbb038446c1bb7a3b3f1a9bf41
refs/heads/master
2021-01-16T21:15:30.380791
2014-08-16T01:01:49
2014-08-16T01:01:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,751
cpp
#include <mbgl/style/function_properties.hpp> #include <mbgl/style/types.hpp> #include <cmath> namespace mbgl { template <typename T> inline T interpolate(T smaller, T larger, const float factor); template <> inline float interpolate(const float smaller, const float larger, const float factor) { return (smalle...
[ "mail@kkaefer.com" ]
mail@kkaefer.com
0021bcf09ed2412a420c6cc626b9d7267838d032
f9afa27efcfe23bc08ef1ab76fad1b0be6c98432
/yetanotherPalin.cpp
64f321aee92e037fc5f9e5c16e297ab295f0efff
[]
no_license
FABhishek/CodeforcesContests
c9686a8c1e1145fe399e5b950dbe9e3080b94884
854675e0d2d66098f2cb332c372604c753c13847
refs/heads/master
2023-06-02T06:46:47.435090
2021-06-15T16:59:58
2021-06-15T16:59:58
377,235,250
0
0
null
null
null
null
UTF-8
C++
false
false
1,625
cpp
#include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> using namespace std; using namespace __gnu_pbds; // Policy based data structure template<class T> using oset=tree<T, null_type, less<T>, rb_tree_tag, tree_order_statistics_node_update>; #define ll long long int #define pii pair<ll,ll> #define rep(i,s...
[ "abhishekasc3@gmail.com" ]
abhishekasc3@gmail.com
5152b4af1766b4cd51920d3cf0aad9740e773a25
176dc793a1c90c0b6af139f0e12c9b045d43fe72
/wordMaxtrix/wordMaxtrix/wordMaxtrix.cpp
0667c763b9ffdfc3202048216c6c867f5ed50e75
[]
no_license
ramenshen/nijia
331c8f3be34562243aeab4f8bfde983b7e516657
4d1bc5f4adc749165addcca2ad4455c96e3630fd
refs/heads/master
2020-03-28T18:13:10.773410
2019-09-22T14:41:52
2019-09-22T14:41:52
148,861,873
0
0
null
null
null
null
UTF-8
C++
false
false
2,545
cpp
// wordMaxtrix.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include<stdio.h> #define MAXN 15 char map[MAXN][MAXN], find[MAXN] = "yizhong"; int check[MAXN][MAXN], n; const int dir[8][2] = { {-1,-1},{-1,0},{-1,1},{0,-1},{0,1},{1,-1},{1,0},{1,1} }; //const int dir[1][2] = { {0,1} }; #if 1 bool isOK(int ...
[ "ramen.sh@gmail.com" ]
ramen.sh@gmail.com
e0e6ba3c87adb233d822e3a053ef9d089431ea50
1d6788f3ff60142b273ce690291efa97cca81e38
/QtPluginManagerTest/app/widget.cpp
659d7bff274155312e179f940da7c275003792f8
[]
no_license
keiler2018/QtPluginManagerTest
f013b62a94a7433de2c84ab234dd2314ee4a1d88
e0a8abf2aeed50bec521615a9d84244c67faa473
refs/heads/master
2020-05-21T06:26:50.004259
2019-05-10T08:03:46
2019-05-10T08:03:46
185,945,027
7
6
null
null
null
null
UTF-8
C++
false
false
366
cpp
#include "widget.h" #include <QDebug> Widget::Widget(QWidget *parent) : QWidget(parent) { PluginManager::instance()->loadAllPlugins();//插件管理器 加载所有插件 PluginManager::instance()->log(QStringLiteral("测试日志插件")); PluginManager::instance()->insert(QStringLiteral("测试数据库插件")); } Widget::~Widget() { }
[ "39286298+kangsite@users.noreply.github.com" ]
39286298+kangsite@users.noreply.github.com
96db78de613c9e3d9d3caccf4d072bce0980cc3e
f3849be5d845a1cb97680f0bbbe03b85518312f0
/src/frontends/lean/init_module.cpp
34c7ef7e29ace08f7a686c9e3776f9fb609abba2
[ "Apache-2.0" ]
permissive
bjoeris/lean
0ed95125d762b17bfcb54dad1f9721f953f92eeb
4e496b78d5e73545fa4f9a807155113d8e6b0561
refs/heads/master
2021-01-21T17:46:58.281426
2017-05-21T03:34:18
2017-05-21T03:34:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,573
cpp
/* Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #include "frontends/lean/tokens.h" #include "frontends/lean/parser.h" #include "frontends/lean/parser_config.h" #include "frontends/lean/calc.h" #include "f...
[ "leonardo@microsoft.com" ]
leonardo@microsoft.com
2233432fe5015ac14a7db432da41a12eaf0a7b43
27a7b51c853902d757c50cb6fc5774310d09385a
/4DyuchiGXGeometry/SearchGrid.h
88d69959ef7fe08182e82a3546f7ca6e5ebf6b71
[]
no_license
WildGenie/LUNAPlus
f3ce20cf5b685efe98ab841eb1068819d2314cf3
a1d6c24ece725df097ac9a975a94139117166124
refs/heads/master
2021-01-11T05:24:16.253566
2015-06-19T21:34:46
2015-06-19T21:34:46
71,666,622
4
2
null
2016-10-22T21:27:35
2016-10-22T21:27:34
null
UHC
C++
false
false
791
h
// SearchGrid.h: interface for the CSearchGrid class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SEARCHGRID_H__E328693B_216B_458A_A51E_80087AEC7DE9__INCLUDED_) #define AFX_SEARCHGRID_H__E328693B_216B_458A_A51E_80087AEC7DE9__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en...
[ "brandonroode75@gmail.com" ]
brandonroode75@gmail.com
b223fd01032df8616a168be854c572cae700830f
74d0235c4eed1e4bc57dd906d2b3958cb48b9dba
/torch/csrc/jit/runtime/static/passes.h
63c64b941ebf0fa1c7f8fdcd341c7e3be46fdfcb
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
anjali411/pytorch
a31ecf84fe892f19452b1063f2b1de1f88d84bb0
51b67f2bca3014aa5e7f675237543b8f82743032
refs/heads/master
2022-07-22T16:58:56.800837
2021-10-14T17:22:15
2021-10-14T17:23:55
208,863,312
1
0
NOASSERTION
2020-05-14T06:54:25
2019-09-16T17:56:13
C++
UTF-8
C++
false
false
1,031
h
#include <torch/csrc/jit/ir/ir.h> namespace torch { namespace jit { TORCH_API void FuseInferenceOpsForSparseNN( std::shared_ptr<torch::jit::Graph>& graph); TORCH_API void FuseListUnpack(std::shared_ptr<torch::jit::Graph>& graph); // If outputs_are_immutable is set to false, don't replace the view ops that // pro...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
e3fdd0ff78202dc5185550805208fd3f0d0f4b87
8674fd9aaeea92eb0dd0f6f3e9f3c6ea1356a2f1
/GX/GXLib/Source/Application/API/Windows/WindowsApplication.cpp
d23b12e26bd0d695d9a361efe41b1c15bb97dc95
[]
no_license
GeminiQvQ/Roguelike
7757182455171c98d304c86ac348220f37d4a721
aa0e069a21642858d2105bf11665b8eb5bb87f8b
refs/heads/master
2022-04-20T10:54:37.550834
2020-04-21T19:21:41
2020-04-21T19:21:41
257,693,914
0
0
null
null
null
null
UTF-8
C++
false
false
6,364
cpp
// Local Includes #include <GXLib/Application/API/Windows/WindowsApplication.h> // Project Includes #include <GXLib/Application/API/Windows/WindowsTypes.h> #include <GXLib/Application/API/Windows/WindowsWindow.h> #include <GXLib/Application/EventHandler.h> // Stdlib Includes #include <cassert> #include <map> #include...
[ "skauert@gmail.com" ]
skauert@gmail.com
04aeaa85bcb7f3d85fb2326bbf42bb47ce03ae96
14f2b0257b5b3fa57ef183310aeb6f541b1068d3
/divine/vm/lx-slot.hpp
e3f4a2f542f14f441bf7edc22061f7f95210f831
[]
no_license
zuxichen/divine
548d1afd514f4d56fbf54a116f1396a53a069fdd
99b0828f71a4dfea8a355959623b851e1bb942da
refs/heads/master
2020-09-30T19:15:58.032755
2019-11-01T22:50:15
2019-11-01T22:50:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,693
hpp
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 4 -*- /* * (c) 2017 Petr Ročkai <code@fixp.eu> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all cop...
[ "me@mornfall.net" ]
me@mornfall.net
4dad363e538e5612e6bcce236846281e6301ea51
b64845f7a1b79a86aa32a05572dae87609b73ec4
/ТЯП/№3,4, ПИ-61, Оверченко/Diagram.h
1e64c8ae708d4230e8d2f18608b1cb5502ea73cc
[]
no_license
ViolettaOverchenko/8semestr
e4792b895c1823171c8b140fde0fb10e36f0e2ce
f6a6919f581b99da65813480f578e179fad6dea4
refs/heads/master
2022-12-26T19:41:19.102036
2020-05-14T12:47:00
2020-05-14T12:47:00
240,630,248
0
0
null
2022-12-11T18:36:45
2020-02-15T02:02:46
JavaScript
WINDOWS-1251
C++
false
false
1,385
h
#pragma once #include "Scaner.h" #include "Tree.h" class Diagram { private: TScaner* scaner; Tree* tree = new Tree(); bool flagInterpret = true; TData RetValue; public: Diagram(TScaner* s) { scaner = s; } ~Diagram() {} void SetInterpret(bool flag) { this->flagInterpret = flag; } bool GetInterpret() { return fla...
[ "owerchenko.violetta@yandex.ru" ]
owerchenko.violetta@yandex.ru
99d73a211427a10d99891d8c82e99a3a3d3f3e0f
b8ebbcddb89bce4b17ba5f44d5706c2904033ad9
/svm-toy/gtk/callbacks.cpp
723f7fc251245dcee8b1123395ad012367091c99
[ "BSD-3-Clause" ]
permissive
aiche/libsvm-buildsystem
58d40cc7734659b2e8a36b76848f692e88f76390
198db51c3d5e00c9768a24993734f9f68ca4ed1a
refs/heads/master
2021-01-10T20:10:11.087290
2013-06-19T08:16:31
2013-06-19T08:16:31
3,313,859
1
1
null
null
null
null
UTF-8
C++
false
false
10,309
cpp
#include <gtk/gtk.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <list> #include "callbacks.h" #include "interface.h" #include <libsvm/svm.h> using namespace std; #define DEFAULT_PARAM "-t 2 -c 100" #define XLEN 500 #define YLEN 500 GdkColor colors[] = { {0,0,0,0}, {0,0,1...
[ "stephan.aiche@fu-berlin.de" ]
stephan.aiche@fu-berlin.de
db6791ecc937d1005c642ab3c9d824bdd598b08d
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/dts/src/v20211206/model/ContinueSyncJobRequest.cpp
5accc4ee7a9d4c50a6d3258944df5772b2ade736
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
1,921
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
d00e9ae0c263c67531576b1418010e93f5112932
94196ef8e1f3f8e13467d2049a0b1af604b9f0d3
/Hazel/src/Hazel/OrthographicCameraController.h
532c042c9b1d5377e1ff3076b1c3f10fb3999f9b
[ "Apache-2.0" ]
permissive
babaliaris/HazelBabaliaris
7f7de86636def9f9f9df81c5ca5c5066ea2b9786
e538b36b5074cc9a0af64f5e8d81905da061a546
refs/heads/master
2022-12-24T10:03:13.505552
2020-09-19T14:59:35
2020-09-19T14:59:35
294,098,880
0
0
null
null
null
null
UTF-8
C++
false
false
1,183
h
#pragma once #include "Renderer/OrthographicCamera.h" #include "Core/Timestep.h" #include "Hazel/Events/ApplicationEvent.h" #include "Hazel/Events/MouseEvent.h" namespace Hazel { class OrthographicCameraController { public: OrthographicCameraController(float aspectRation, bool rotation = false); inline Orthog...
[ "babaliaris.nikos@gmail.com" ]
babaliaris.nikos@gmail.com
41d3163f4bdcefd5ebb17183fdfe68cdcbec9b07
c301a2e4592d761c915f3944663e2a8151d1dcb6
/do-something.cpp
fdb2091d8fdc8090c0427a5d5498f81d0930023b
[ "Apache-2.0" ]
permissive
TomohiroHayashi/arduino_test1
eb8203e4a9b950566b64cfd525b7f41634ccaea3
6b1bf3d1b94de5b668f809eb1ebfbc0bde91cb46
refs/heads/master
2020-04-01T05:58:47.112270
2018-10-15T02:45:14
2018-10-15T02:45:14
152,928,158
0
0
null
null
null
null
UTF-8
C++
false
false
235
cpp
#include <Arduino.h> #include "do-something.h" int doSomething(void) { millis(); // this line is only here to test that we're able to refer to the builtins uint8_t i = 1; uint8_t j = 1; uint8_t k = 2; return (i + j + k); };
[ "hayashi@vivita.co" ]
hayashi@vivita.co
f1827bff663438005fd711b3d30a35d953b4d978
4a51af77ee7bfd76d120d914599ff05d36d4e605
/engine/include/math/FlyMath.h
ee0a1e5af2136a7c375c6784c51dca85ea2ee64f
[]
no_license
vic4key/flyEngine
6929a3b4d60a7cf4f32191af9b76c296bcb8bfaf
2ed68f8cd022849fbc7d93d1f42c12bfcd0de098
refs/heads/master
2020-03-13T20:45:12.909031
2018-04-26T12:40:21
2018-04-26T12:40:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
541
h
#ifndef FLYMATH_H #define FLYMATH_H #include <math/Helpers.h> #include <math/FlyMatrix.h> namespace fly { using Vec2f = Vector<2, float>; using Vec3f = Vector<3, float>; using Vec4f = Vector<4, float>; using Vec2u = Vector<2, unsigned>; using Vec3u = Vector<3, unsigned>; using Vec4u = Vector<4, unsigned>...
[ "phips10@gmx.at" ]
phips10@gmx.at
199e46f04134a29f3dbb23c2bd6df3be70109938
460455e7990de7257aa223a58e73069f3ef7ff43
/src/server/scripts/World/go_scripts.cpp
473d494679fbcf3cbd4a8c132cd7b7fda81a4fec
[]
no_license
Shkipper/wmane
2ce69adea1eedf866921c857cbc5bd1bc6d037f0
2da37e1e758f17b61efb6aae8fa7343b234f3dcd
refs/heads/master
2020-04-24T19:51:51.897587
2019-02-25T06:14:18
2019-02-25T06:14:18
172,225,859
0
0
null
2019-02-23T14:49:31
2019-02-23T14:49:31
null
UTF-8
C++
false
false
42,015
cpp
/* * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * 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 ...
[ "felianther15@gmail.com" ]
felianther15@gmail.com
ec8b23259abc1757931f2f3108334b374759b23a
bf016c39ed9806b9de610f8ecbb48eb9ceffd9e4
/第四周周赛/求n以内最大的k个素数以及它们的和.cpp
3e8306452192ab6dc6ad6cf353b53917f5853e2f
[]
no_license
lwddddd/ACM
4e38d01185993bb860e8a6287ef856b3b45c7673
20da28b40888acf945c1b5b9f020c81fe68c442d
refs/heads/master
2021-01-12T11:43:38.167893
2017-03-18T06:06:12
2017-03-18T06:06:12
72,280,056
0
1
null
null
null
null
UTF-8
C++
false
false
519
cpp
#include<iostream> #include<cmath> using namespace std; bool sushu(int n) { if(n==0||n==1) return false; bool a=true; int k=sqrt(n); for(int i=2;i<=k;i++) { if(n%i==0) { a=false; break; } } return a; } int main() { int n,k; int answer[15]={0},a=0; cin>>n>>k; while(n--) { ...
[ "619145584@qq.com" ]
619145584@qq.com
c9dc49c01fa2afb22b121b971d49ab4d17b50a02
0946c2ab245537a5ae62ee879e45f9ef1922c33c
/mainwindow/menu/uimenu_p_connectActions.cpp
b3aeec0f256d2ec1f68bbc7acd9a436b4c632209
[]
no_license
maxkofler/Z80Emulator
1f761dfca6ba72d4fce9ff016b720b410aff85a2
a48b8a6f40a54f83481ce7bc117160c3485a1bc2
refs/heads/main
2023-07-14T22:59:46.226839
2021-08-31T17:25:05
2021-08-31T17:25:05
372,790,579
0
0
null
null
null
null
UTF-8
C++
false
false
365
cpp
#include "uimenu.h" void UIMenu::p_connectActions(){ FUN(); //File connect(this->_a_file_openSource, &QAction::triggered, this, &UIMenu::sl_file_openSource_p); connect(this->_a_file_saveSource, &QAction::triggered, this, &UIMenu::sl_file_saveSource_p); connect(this->_a_file_openHex, &QAction::tri...
[ "kofler.max.dev@gmail.com" ]
kofler.max.dev@gmail.com
7a463a9e251455a94c746273cfd4f2e8fa8e45e6
a077d0841bb7206650802eeea3e7a3f00a13b2f9
/src/util.cpp
7c09a4c4dedbf1ffc2fa1af802d42490f5c64829
[ "MIT" ]
permissive
facecoin/facecoin
f49834f05c9214d8e5a65eb57ff00d2434db09a8
772f06355ddf148c79c949d9896dc2055acf5dda
refs/heads/master
2021-04-24T18:04:54.750819
2016-07-20T18:25:20
2016-07-20T18:25:20
63,804,590
0
0
null
null
null
null
UTF-8
C++
false
false
37,945
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 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 "util.h" #include "sync.h" #include "strlcpy.h" #include "version.h" #inc...
[ "facecoin@scryptmail.com" ]
facecoin@scryptmail.com
6008723ab378587480c2eb8f67419d5ec080da61
0ffdf8ab6c5a875bfd8c3e06456131a0f3abad62
/src/masternode-budget.h
6e3ce6404a360174b424163c90bd69ee84e1f2a7
[ "MIT" ]
permissive
FYNCOIN-Foundation/FYNCOIN
d06be9163090155a540b369512b9f6ec7f2410f3
835ce3be2fb20632fb9443293d86caad620a1f7e
refs/heads/master
2020-03-26T11:55:35.065862
2018-09-02T10:26:22
2018-09-02T10:26:22
144,866,105
0
4
null
null
null
null
UTF-8
C++
false
false
18,721
h
// 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. #ifndef MASTERNODE_BUDGET_H #define MASTERNODE_BUDGET_H #include "base58.h" #incl...
[ "hemant.singh.leu@gmail.com" ]
hemant.singh.leu@gmail.com
577ad49bfcdbdd79300037e22ee732d4279aeabb
20e7990890414b27083c10b46b8dbdd91de87094
/OtherCFiles/PARABOLA.CPP
34cfe1b7f1ac82a6d01fbeaaa051ba6e25ab6660
[]
no_license
agudeloandres/C_Struct_Files
eb3aa9a62c596939a79f1e13c2f5cc04543592ec
cafe017f5dad4cec5d1ea2fabf4d6c646c99a23b
refs/heads/master
2021-01-10T14:04:32.468058
2015-10-22T04:12:02
2015-10-22T04:12:02
44,718,124
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,573
cpp
/* parabola.c - alturas para una antena parabólica ** ** Autor: Pablo A. Straub ** Fecha: Miércoles 28 de agosto de 1996 ** Miércoles 12 de marzo de 1997, no se usa leer.c */ #include<stdio.h> void main () { /* datos de entrada */ float diametro; float ymax; int intervalos; /* datos d...
[ "agudeloandres@gmail.com" ]
agudeloandres@gmail.com
4d2d8cd85f9d3d6d57c91c8e8ec402d64a6a0704
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE36_Absolute_Path_Traversal/s03/CWE36_Absolute_Path_Traversal__wchar_t_connect_socket_ifstream_84_bad.cpp
d1ee1cebec9d22ef9485b8ff42958626357f608c
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
4,174
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE36_Absolute_Path_Traversal__wchar_t_connect_socket_ifstream_84_bad.cpp Label Definition File: CWE36_Absolute_Path_Traversal.label.xml Template File: sources-sink-84_bad.tmpl.cpp */ /* * @description * CWE: 36 Absolute Path Traversal * BadSource: connect_socket...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
cbaed03fb1eee3bf0e635e769aaaeb963c7db7a7
75cea607e58ad227eb1b72b7b5e0393e255536d4
/schmitttrigger.cpp
3aeb7b6ed4605f28fffd2c3ea2b06e342af91084
[]
no_license
Lambosaurus/bot
62585b38047bd533c41398ea6caa9cb5d4cb2859
47c8b4b2afcb6f499f439609f56d7a3da4fbc615
refs/heads/master
2021-01-10T16:51:03.947640
2016-01-17T20:01:28
2016-01-17T20:01:28
48,638,321
1
0
null
null
null
null
UTF-8
C++
false
false
241
cpp
#include "schmitttrigger.h" SchmittTrigger::SchmittTrigger() { } void SchmittTrigger::Init(float low, float high) { v_high = high; v_low = low; } void SchmittTrigger::Update(float value) { high = value > (high ? v_low : v_high); }
[ "tlamborn@gmail.com" ]
tlamborn@gmail.com
06e0ea6f1a6ea5a6b0dfe548c1b35d1a40ad9686
1979eeabcd279b2a688b75fb9106b3fe0c2fb6ea
/time.cpp
78bd67aeb91c506ed6ad0d89fe21ae93a51eb224
[]
no_license
ibmlih/calendar
356cbfbf1723ef38bf5037062abd080462051d1b
45e144a4cb80278a1ea87279667eeead78333d4d
refs/heads/master
2020-03-25T22:54:38.925764
2018-08-10T08:04:54
2018-08-10T08:04:54
144,249,588
0
1
null
null
null
null
UTF-8
C++
false
false
1,279
cpp
#include <iostream> #include <iomanip> #include <cstring> #include <cstdlib> #include "time.h" using namespace std; void Time::getTime() { char colon; cin >> hour >> colon >> minute; while (hour < 0 || hour > 23 || minute < 0 || minute > 59) { cout << "Please try again (hh:mm) >> "; cin >> hour >> ...
[ "petlee@ucdavis.edu" ]
petlee@ucdavis.edu
9cff5aa9bf4f76556e1ff7a05ea37012e72a38ac
079dfdb404cf20fad500790492deca2b0edf2fee
/Jedi-VS-Sith_CommandLineVersion/Arena.h
416d64f5f96c3149593e00f6d0cfa3391eb5ba23
[]
no_license
JasonG007/Jedi-VS-Sith
05cabbadd060ee6849095cf59429ac839cab220f
bf1ca8cd90f146de9f7cd5a0993ebc4592948b1d
refs/heads/master
2022-04-21T20:57:50.666420
2020-04-04T01:57:20
2020-04-04T01:57:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,669
h
#ifndef ARENA_H_INCLUDED #include "Characters.h" #include <iostream> #include "MainCharacter.h" class Arena { public: Arena(int dimX,int dimY, int dimZ); ~Arena(); int getNumJedi(); void setNumJedi(int num); int getNumSith(); void setNumSith(int num); void pr...
[ "shayanimran99@gmail.com" ]
shayanimran99@gmail.com
4769282039b7e5a03cd6de0ffc643964a7d041a7
a664d3114183d35c7375a7466f93408573bf37a6
/AdaEngine/data/head/TextureSource.h
6cf53dbb6a006b1eb359921b8fb54f67e25fa96b
[ "MIT" ]
permissive
CookieYang/AdaEngine
6dbfde834e2495b372446053116d0829a37f5867
e027a44113f58bd145880b42e1910487ebd5317f
refs/heads/master
2020-05-15T21:53:39.561618
2019-06-14T12:03:39
2019-06-14T12:03:39
182,510,930
1
0
null
null
null
null
UTF-8
C++
false
false
402
h
#pragma once #include "GPUResource.h" #include "TextureData.h" class TextureSource : public GPUResource { RefCountedPtr<TextureData> imageRef; public: bool loaded; unsigned int textureID; void setImageRef(const std::string& name); int getWidth(); int getHeight(); unsigned char* getRawData(); Text...
[ "1359870821@qq.com" ]
1359870821@qq.com
3e6c101c62459f315d57485e4af201af4513ac48
a92b18defb50c5d1118a11bc364f17b148312028
/src/prod/src/ServiceModel/DeployedApplicationHealthStatesFilter.h
cd85150950d16e5299321d798eeefc6723f0c2f4
[ "MIT" ]
permissive
KDSBest/service-fabric
34694e150fde662286e25f048fb763c97606382e
fe61c45b15a30fb089ad891c68c893b3a976e404
refs/heads/master
2023-01-28T23:19:25.040275
2020-11-30T11:11:58
2020-11-30T11:11:58
301,365,601
1
0
MIT
2020-11-30T11:11:59
2020-10-05T10:05:53
null
UTF-8
C++
false
false
1,795
h
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Servic...
[ "noreply-sfteam@microsoft.com" ]
noreply-sfteam@microsoft.com
135663f6c7f4de0566903d145ffa3ecc5227255a
ed7c71b72c44e89e3a905c9b521996fa8a0756a1
/Programming_Principles_and_Practice_Using_Cpp/tydzien_7/zad02/zad02.cpp
7d21986056dd01d0c7732034de7244929f005603
[]
no_license
KamilPetk/kod
ecf084b2f8aed4a0c2b5c9e9997c80d495cd9bcf
a303eb8f088c67ece2978e2cdc9cf7ece1d6159a
refs/heads/main
2023-01-30T05:10:56.908837
2020-12-14T19:13:09
2020-12-14T19:13:09
321,426,867
0
0
null
null
null
null
UTF-8
C++
false
false
7,552
cpp
// // This is example code from Chapter 12.3 "A first example" of // "Programming -- Principles and Practice Using C++" by Bjarne Stroustrup // #include "Simple_window.hpp" // get access to our window library #include "Graph.hpp" // get access to our graphics library facilities using namespace Graph_lib;...
[ "kamil.petk1@wp.pl" ]
kamil.petk1@wp.pl
a97c3d710d95fd00e969067395b8aaa06c6fe78e
a6ef9674622f6e7c46ac31f4cfffbd568ff4f97e
/SteadyState_Rectangular_0_dt2t10000/processor9/0/T
fb7320ebbb8d7edffd455a455b9806e08a6adf59
[]
no_license
jhargun/FluidIP
4c3f6d9a87ed8ce24ed692a9bf939a9ca04222f6
d6e0f20c1f5e1f86c160497be9d632e6d17abbf7
refs/heads/master
2022-08-26T02:34:26.327956
2020-05-26T22:33:29
2020-05-26T22:33:29
266,886,503
0
0
null
null
null
null
UTF-8
C++
false
false
1,477
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "48771820+jhargun@users.noreply.github.com" ]
48771820+jhargun@users.noreply.github.com
4700335eea1abc1f71f9a5430edfb2deafec4d0d
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/QueueForBatchService/UNIX_QueueForBatchService_HPUX.hxx
3b00f9aea4965ce849f177f86d0473a5788af3ee
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C++
false
false
1,824
hxx
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
5006bfd32a62e4a25b406a90a676979b47693a41
4fb2fb5318ea581d2c7c96cdd47026acb5bca359
/H264AVCEncoderLibTest/H264AVCEncoderTest.cpp
79183104712ab39932fdb5eadf2255e3ad96f4c0
[]
no_license
shoonmoon/JSVM_MOD
ff6cc6ef531fc90c5c29a2f4db9a0c2710090b3b
0d3d8f07708413ce2c9259f015be69a0159722b3
refs/heads/master
2021-01-15T21:44:47.486713
2013-10-18T07:34:30
2013-10-18T07:34:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
33,622
cpp
/* ******************************************************************************** COPYRIGHT AND WARRANTY INFORMATION Copyright 2009-2012, International Telecommunications Union, Geneva The Fraunhofer HHI hereby donate this source code to the ITU, with the following understanding: 1. Fraunhofer HHI ret...
[ "moonsh1028@gmail.com" ]
moonsh1028@gmail.com
ba75ef94e54675f0c67b8bbfafa59e1e16fd159a
053eba798f0d9d9cc1b435b206d7084c1277e181
/GLTest/src/Mesh.cpp
00d94cac4ad8f12c191a1bf0ae8dbab723070f19
[ "MIT" ]
permissive
hmmvot/gltest
c79ef4f667d5c7badbf1b3b55ffbb7454ff4027c
642b57c75d85744c07c037ad6110fa0fd382b5d4
refs/heads/master
2021-01-25T09:45:22.570003
2018-03-07T13:05:26
2018-03-07T13:05:26
123,318,362
0
0
null
null
null
null
UTF-8
C++
false
false
5,139
cpp
#include "Mesh.h" Mesh::Mesh() { glGenVertexArrays(1, &m_VAO); glGenBuffers(1, &m_VBO); glGenBuffers(1, &m_EBO); } Mesh::~Mesh() { glDeleteVertexArrays(1, &m_VAO); glDeleteBuffers(1, &m_VBO); glDeleteBuffers(1, &m_EBO); } void Mesh::SetVertices(const std::initializer_list<glm::vec3> &vertices)...
[ "a.sokolenko@corp.mail.ru" ]
a.sokolenko@corp.mail.ru
192d79e5169d9964987130940cb81ebe422660dd
998a64d787a47a78a4c6dbad3057937ac022bfc7
/PA 8 Data Analysis Using BSTs/TransactionNode.cpp
e0cd92fab2773a6544e741bc551d14e47b372e85
[]
no_license
zfechko/PA-8-Data-Analysis-Using-BSTs
19efe9ce4845d68ed5a11d7b6ae111fc84a0ff13
9db7e7a474794c532db683c3fe35e17ad5abd63b
refs/heads/master
2023-09-06T06:20:55.380120
2021-11-19T23:23:37
2021-11-19T23:23:37
429,515,028
0
0
null
null
null
null
UTF-8
C++
false
false
424
cpp
#include "TransactionNode.h" TransactionNode::TransactionNode(string newData, int newUnits) : Node(newData) { units = newUnits; } TransactionNode::~TransactionNode() { //implicit } int TransactionNode::getUnits() const { return units; } void TransactionNode::setUnits(int newUnits) { units = newUnits; } void Tr...
[ "zachary.fechko@wsu.edu" ]
zachary.fechko@wsu.edu
1eaebb43323cfdd7308fb1abdcd46436d2c9a809
5126b44bfcaf9bb0de69d41049dc37cc4bf45a75
/Classes/MultiScene.cpp
46d868be727716156ab5e49688aa99f8e7565400
[]
no_license
zoominhao/CountMoney
e61b50609bf3b71e3d7f069a577ead518c877bd7
e8c20727e901cd3d8da3ff0723654ccaad8abfd2
refs/heads/master
2021-01-15T16:29:08.392740
2015-09-16T10:31:25
2015-09-16T10:31:25
41,010,494
0
1
null
null
null
null
UTF-8
C++
false
false
58,253
cpp
#include "MultiScene.h" #include "StartScene.h" #include "AudioControl.h" #include "MultiEndScene.h" #include "MCManual.h" #include <time.h> USING_NS_CC; Scene* MultiScene::createScene() { auto scene = Scene::create(); auto layer = MultiScene::create(); scene->addChild(layer); return scene; } bool MultiScene::i...
[ "tencenthao@gmail.com" ]
tencenthao@gmail.com
9cd51a5bafc2898837a96cf7239a7e413ba135f3
2d5e747d7430896585a828ff94828572a3bf7770
/source/externalplaylist.h
a901b2bdb24f6a224b723508d3f786578a66f43f
[]
no_license
lefty01/is_KeyFinder
e76a5bfa0eaea07e2183f3aa20de9f6bb83cc8f4
f6706074435ac14c5238ee3f0dd22ac22d72af9c
refs/heads/master
2021-01-18T10:56:29.700286
2014-10-22T21:08:27
2014-10-22T21:08:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,826
h
/************************************************************************* Copyright 2011-2013 Ibrahim Sha'ath This file is part of KeyFinder. KeyFinder 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,...
[ "ibrahimshaath@gmail.com" ]
ibrahimshaath@gmail.com
59d9117c20e84927417cbf5a82dccb0ef5456ade
a565eef51e8445b519288ac32affbd7adca874d3
/libgringo/tests/ground/instantiation.cc
cecc899e763a3102d42f8db3b50435b85576623f
[ "MIT" ]
permissive
CaptainUnbrauchbar/clingo
b28a9b5218552240ea03444e157a21079fc77019
58cb702db83c23aedea28b26a617102fae9b557a
refs/heads/master
2023-02-27T23:53:44.566739
2021-02-01T18:36:10
2021-02-01T18:36:10
290,831,881
1
0
MIT
2021-02-01T18:36:11
2020-08-27T16:53:18
C++
UTF-8
C++
false
false
45,892
cc
// {{{ MIT License // Copyright 2017 Roland Kaminski // 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, modify,...
[ "kaminski@cs.uni-potsdam.de" ]
kaminski@cs.uni-potsdam.de
74437dc8b2f8c9db4944c8b44e232ec9d196714f
6d0c31e156fe0dd9d05c21ad53215956ba876a6f
/threadlib/test/Thread_test.cpp
b9872e0bdf5502ad655557a9c3e48a38f0c5b6eb
[]
no_license
weetee/tdynet
801d6c95a8d99c598c535b09447850ba71a82e28
56ff16b54a2456627a8afdc43f32710826a67f6d
refs/heads/master
2021-01-20T23:03:56.802865
2017-09-22T05:06:21
2017-09-22T05:06:21
101,837,849
0
0
null
null
null
null
UTF-8
C++
false
false
693
cpp
#include "../Thread.h" #include "../Mutex.h" #include <cstdint> #define MAX_LOOP_COUNT 100 using namespace tdy; //定义互斥锁 Mutex mutex = Mutex(); void *PrintThread(void *p_data) { long i = (long)(p_data); char c = (char)i; mutex.LockMutex(); for (int i = 0; i < MAX_LOOP_COUNT; ++i) { cout << c; cout.flush(); ...
[ "weitaoee@gmail.com" ]
weitaoee@gmail.com
3b3dc246e0c803cfdeaad8665b44624b011069e9
5464c7ca393dfd6f25f77bc8781ee86f2efa7b83
/src/qt/qtipcserver.cpp
8ec3d9e9af33fa7da1e42f7ad4f6734fb6b0f082
[ "MIT" ]
permissive
traiborg/Agrolifecoin
12f0bc35cdcd6190ff09c8abd0dd772131d3ec7d
c53bf4d40bac59cc8cb835adfe484ecbea2b791d
refs/heads/master
2021-01-17T20:13:04.472148
2017-04-01T11:25:36
2017-04-01T11:25:36
86,873,518
1
0
null
null
null
null
UTF-8
C++
false
false
4,935
cpp
// Copyright (c) 2009-2012 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 <boost/version.hpp> #if defined(WIN32) && BOOST_VERSION == 104900 #define BOOST_INTERPROCESS_HAS_WINDOWS_KERNEL_BOOTT...
[ "user@gmail.com" ]
user@gmail.com
e46ec5c5cbe9a8de7ff3c896d2a3e2b0deac5f66
7d5593b9bbaf6bb8eaacca88449d90c9c305c36e
/problems/297-serialize-and-deserialize-binary-tree/297.cc
67f3374727c106139e84c816c1ca1fd881884129
[]
no_license
yottacto/leetcode
fc98052ed9d643be8a79116d28540596bcc7c26b
9a41e41c0982c1a313803d1d8288d086fbdbd5b6
refs/heads/master
2021-04-25T12:05:55.671066
2019-12-15T03:07:31
2019-12-15T03:07:31
111,814,868
2
0
null
null
null
null
UTF-8
C++
false
false
34
cc
#include "297.hh" int main() { }
[ "yotta.w.cto@gmail.com" ]
yotta.w.cto@gmail.com
1436f3e236b1c745472fdff09080b156beb4bc7d
931e3c281938a4476646ba3bdc987440793686f4
/sys/Thing.cpp
bd9df898f3088b2e1d471e372d3256e23d9bde79
[]
no_license
antoniopessotti/praat
32bd58450c477ac0bc7a90a94c2bcc6636bcaa90
4026b1a4d5609277a037895414131e50eda8ce10
refs/heads/master
2021-01-17T15:44:50.849862
2015-06-01T00:00:00
2015-06-03T20:19:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,169
cpp
/* Thing.cpp * * Copyright (C) 1992-2012 Paul Boersma * * 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 2 of the License, or (at * your option) any later version. * * Thi...
[ "jjatria@gmail.com" ]
jjatria@gmail.com
8366f31f5d0ef9cdc8dbf2abf40fda61de9594c8
faa9926ca6294f1c032c1482f8b7a1e03b0a22ed
/Dungeons-Mazes/Graphics/ColorShaderClass.hpp
c750971b4f837abb32ab1b529ba00f57c38147c5
[]
no_license
jacekard/Projekt_PR
b521949814ed41c12e373e9f2937d0cf9958895c
2ca77c63ecb003e454d5b849697709e1ebf3fefb
refs/heads/master
2021-04-15T08:52:55.016702
2019-03-11T18:14:40
2019-03-11T18:14:40
126,695,498
1
2
null
2019-03-11T18:14:42
2018-03-25T12:31:23
JavaScript
UTF-8
C++
false
false
891
hpp
#pragma once #include "GraphicsConf.hpp" class ColorShaderClass { private: struct MatrixBufferType { XMMATRIX world; XMMATRIX view; XMMATRIX projection; }; public: ColorShaderClass(); ColorShaderClass(const ColorShaderClass&); ~ColorShaderClass(); bool Initialize(...
[ "jacekard@gmail.com" ]
jacekard@gmail.com
e8e7cb2ad045b2e94c0affd68b2a9c8ad36b11dd
09eaf2b22ad39d284eea42bad4756a39b34da8a2
/ojs/opentrains/1454/G/G.cpp
ad12eabe1b823f7dbced4319809bf3f49151cc82
[]
no_license
victorsenam/treinos
186b70c44b7e06c7c07a86cb6849636210c9fc61
72a920ce803a738e25b6fc87efa32b20415de5f5
refs/heads/master
2021-01-24T05:58:48.713217
2018-10-14T13:51:29
2018-10-14T13:51:29
41,270,007
2
0
null
null
null
null
UTF-8
C++
false
false
1,539
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll> pii; #define pb push_back const ll modn = 1000000007; inline ll mod(ll x) { return x % modn; } const ll i2 = (modn + 1ll) / 2ll; const int N = 512345; ll mul[N], ct[N], fat[N]; int p[N], seen[N]; int n; ll memo[N][2]; ll solve(i...
[ "victorsenam@gmail.com" ]
victorsenam@gmail.com
b14ab7c95385832fff2bffbbfe43b53d591dda32
5b6092f32f36009efd32bb3e296f9060a1675d9e
/main.cpp
b43873180c8e7c398eaf7ed4e0a86132a73adefd
[]
no_license
ahmedgoda24/Algorithm-and-DS-Tower-of-Hanoi-linkedlist
84ef28ff95c51dc08c105b70376afc30353f4b9a
285d1ec3171b1d42fcba914c14b543d5034f7745
refs/heads/main
2023-07-02T04:56:25.347889
2021-08-08T18:50:01
2021-08-08T18:50:01
394,044,051
0
0
null
null
null
null
UTF-8
C++
false
false
380
cpp
#include <iostream> using namespace std; int main(){ int squareroot = 0; int number; cout << "enter a number sp that i can calculate its squareroot" << endl; cin >> number; while (squareroot * squareroot < number){ squareroot+=1; } if (squareroot * squareroot != number) --squareroot; cout <<...
[ "goda242424@gmail.com" ]
goda242424@gmail.com
becb5aac3cb2c5cd26ff497cd1e050e2e9193df0
aededd389dcb74d5d2bdcd106d11fa7103d59319
/Book_Project/Intermediate/Build/Win64/UE4Editor/Inc/Book_Project/EnemyAI.generated.h
1fcf7c8a6ba0d601c5998add0dd54e6146a2ecb8
[]
no_license
BrennanK/Project_Clockwork
f062850cc88fed79470cb59369858fa325f1dc9c
bcf6e0beed5f32929db2a5e297de3b799e99fc67
refs/heads/master
2022-12-04T21:19:05.060681
2020-08-23T20:59:29
2020-08-23T20:59:29
218,882,841
0
0
null
null
null
null
UTF-8
C++
false
false
3,830
h
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "bjkersey@student.fullsail.edu" ]
bjkersey@student.fullsail.edu