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
8dd7965c1d9390c3c70655b5d0b957865835a7fb
890709473f3a49b452017d543defdf77c38b0054
/core/src/labels/labelCollider.cpp
1389f2c566a02c7231ca0240436a7fb434978449
[ "MIT" ]
permissive
am2222/tangram-es
5dd3562d07b30d2bf786e3519fd934ffc85b4c19
2d778ff31804a88e59e348ab8bd1cf017ef1e743
refs/heads/master
2021-01-18T19:51:04.891638
2016-07-27T21:53:35
2016-07-27T21:53:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,441
cpp
#include "labelCollider.h" #include "labels/labelSet.h" #include "glm/gtc/matrix_transform.hpp" #include "glm/gtx/norm.hpp" #define MAX_SCALE 2 namespace Tangram { void LabelCollider::setup(float _tileSize, float _tileScale) { // Maximum scale at which this tile is used (unless it's a proxy) m_tileScale = ...
[ "hannes.janetzek@gmail.com" ]
hannes.janetzek@gmail.com
2d5a21f2552827f83b8b9ea0de780265742c9211
5dc817d8aa793ea8ad58cc66427fa46cfe86ad1c
/WGammaAnalysis/RooUnfold/src/RooUnfoldBayes.cxx
37caa9e0b03c74a6f453c846bf4f94cd245e8e68
[]
no_license
AnYpku/WGamma
4c7b4b42d5706630151ff7facc966b968156be6f
3f3f561b2af1f211cf46b240bea198c4d7442f1b
refs/heads/master
2020-04-01T22:30:36.587613
2017-06-07T03:17:48
2017-06-07T03:17:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,459
cxx
//=====================================================================-*-C++-*- // File and Version Information: // $Id: RooUnfoldBayes.cxx 335 2012-06-08 18:18:04Z T.J.Adye $ // // Description: // Bayesian unfolding. // // Author: Tim Adye <T.J.Adye@rl.ac.uk> // //===========================================...
[ "ekaterina.avdeeva@cern.ch" ]
ekaterina.avdeeva@cern.ch
b221aa0e2cbbe16e0f4cff1746ab843444315f06
6268844577048e845ede5d73bcbfebef1a834df0
/Plotclock/src/arcstuff.cpp
42554bed628bb1652634e7ccefae1b7d5659b81b
[]
no_license
Cirromulus/esp-spielereien
cc48dd8f419da2f2764de2ac794917d37dcc0ac4
de7190c6395532fad3741d5574bcd2e68a4a4a52
refs/heads/master
2021-11-08T06:15:29.705567
2021-10-28T22:13:04
2021-10-28T22:13:04
152,147,517
0
0
null
null
null
null
UTF-8
C++
false
false
6,575
cpp
#include "arcstuff.hpp" #include "config.hpp" #ifndef GLOWINDARK extern Servo servo_lift; #endif extern Servo servo_left; extern Servo servo_right; static unsigned servoLift = 1500; //also misused as "is writing" state static double lastX = rest_position[0]; static double lastY = rest_position[1]; // Writing nu...
[ "accounts@pascalpieper.de" ]
accounts@pascalpieper.de
ccfb8274bf7ed2f35f6e9d8992fdd1c5222adb68
b44e01223d86cf03976ed73a76a1f6d4b869344e
/lab9/part1/NDVector.cpp
b8679cb4a811d355143165280ddde94cc1ff478a
[]
no_license
mnelso12/CSE20212
65aece6b4bc16ff97a5659865758ec2cd1e72ee3
1399b5c400bd5d8a8a8ea16e1ddd9f7452699194
refs/heads/master
2021-01-10T06:05:40.730693
2015-12-20T18:10:47
2015-12-20T18:10:47
48,331,847
0
0
null
null
null
null
UTF-8
C++
false
false
5,178
cpp
// NDVector.cpp, also contains NDVector.h class // Madelyn Nelson, CSE20212 Lab9 #ifndef NDVECTOR_H #define NDVECTOR_H #include <iostream> #include <cstdlib> #include <ctime> using namespace std; template<typename T> class NDVector { public: NDVector( int = 10 ); // default constructor NDVector( ...
[ "mnelso12@student01.cse.nd.edu" ]
mnelso12@student01.cse.nd.edu
5477d3825b25c51e1fb390c8ce4d02b7f1d92a91
1f8882ab84fad4c8fcd41dbedad39a56dc8ad5f6
/src/ChordFunctions.h
abcfe0485d48ab098c410988b6e77f99617e1ad2
[]
no_license
ddplows/chordGuesser
66da72967301d3cb406d31ea6b02033403912f91
093d83d08f3b53d6a5125631eb5d4fbba176880a
refs/heads/master
2021-01-11T19:00:52.174850
2017-01-18T18:07:44
2017-01-18T18:07:44
79,291,052
0
0
null
null
null
null
UTF-8
C++
false
false
1,010
h
/* * ChordFunctions.h * * Created on: Jan 16, 2017 * Author: dave */ #ifndef CHORDFUNCTIONS_H_ #define CHORDFUNCTIONS_H_ #include <map> #include <vector> #include <string> #include <cstdint> static std::map<std::string, std::vector<int8_t>> chordCatalog = { {"E", std::vector<int8_t> { ...
[ "ddplows@gmail.com" ]
ddplows@gmail.com
ff7e304a809160a2a48d4cf93073ce65a5e239a7
21144aeafc9c6a7bb38db1c3a0baddebab32a9e5
/BachelorArbeit/BFilter.h
193488f6f479ff101f45f2940ad127055419d844
[]
no_license
PetrosSimidyan/Bloom-Filter
2e0799014d5655140043ce5adf9c7aa9b917bf43
4451e266498e14f1dd8bbeedc05db4a9740b0bf9
refs/heads/master
2020-09-01T01:25:09.904420
2019-10-31T20:11:40
2019-10-31T20:11:40
218,840,706
0
0
null
null
null
null
UTF-8
C++
false
false
930
h
#pragma once #ifndef _BFILTER_ #define _BFILTER_ #include "DietzHash.h" static const ull seedVal = 13634516963058010950; class BFilter { private: ull hashTabLen; short numOfHash; ull *hashTable; const ull ithHash(ull val, short i) const { return ((val >> 32) + i * (val & 0xFFFFFFFF))%(hashTabLen*64); } v...
[ "petogun@gmail.com" ]
petogun@gmail.com
ccb4ef6e01739e2e081d48282af5cacb9da0cd64
0c0cb7569447b45da05deffe3fb429f966070881
/Source/PVR/SDK_3.4/Examples/Advanced/ParticleSystem/OGLES3/Content/FragShader.cpp
6eb4dba81671e35fa2522f83e313c48af15d20c3
[]
no_license
njligames/GameEngine
6bff1ce1e48f47ccb79f03d49501683c97e4bbf6
c0193fd5877afec246915f406c4c66d19e028f3c
refs/heads/master
2021-01-22T14:39:09.697529
2017-01-23T05:18:09
2017-01-23T05:18:09
68,660,880
1
0
null
null
null
null
UTF-8
C++
false
false
1,002
cpp
// This file was created by Filewrap 1.2 // Little endian mode // DO NOT EDIT #include "../PVRTMemoryFileSystem.h" // using 32 bit to guarantee alignment. #ifndef A32BIT #define A32BIT static const unsigned int #endif // ******** Start: FragShader.fsh ******** // File data static const char _FragShad...
[ "jamesfolk1@gmail.com" ]
jamesfolk1@gmail.com
638e23f871172705ae14a8ac3cb983e60180bad1
0e67921a73755903195d55132409036c9b6e1938
/Utilities/Window/Window.h
412fe9b670e4ffa6d3a01453ba4a9059434c035b
[]
no_license
christian-plourde/COMP-477-A1
9f8768b9902f092c21f00fa21c621b3b7b7f69b9
ae50465486deec6b277e47877cedb2e1fdd2d764
refs/heads/master
2020-07-31T16:37:06.341647
2019-10-09T18:24:48
2019-10-09T18:24:48
210,677,125
0
0
null
null
null
null
UTF-8
C++
false
false
1,031
h
#ifndef COMP_371_A3_WINDOW #define COMP_371_A3_WINDOW #include <glew.h> #include <GLFW/glfw3.h> #include "glm.hpp" #include "../Objects/MVP.h" #include "../Shading/Shader.h" #include "../ErrorHandling/ErrorHandlingFunctions.h" class Window { private: int width; int height; const char* titl...
[ "christian.bertin.plourde@gmail.com" ]
christian.bertin.plourde@gmail.com
bf77993208fdcb1b5402f7d550e2376d9a5df5e6
6930cbc7f72d4086352b17b2895c1c7c0effc8c0
/Project/Project_1_MasterMind_V8_Final_V2/main.cpp
cc8aa5437872c7ce0a597344b5c9e5907f1f38c1
[]
no_license
javierborja95/JB_CSC5
863a6366d7a2b67fd892f631dc282fab802ca862
29d5e8a6a5e750cb8b923b010b3ebccec3f189fb
refs/heads/master
2021-04-12T12:03:05.969346
2016-07-29T17:43:40
2016-07-29T17:43:40
61,830,852
0
0
null
null
null
null
UTF-8
C++
false
false
13,345
cpp
/* * File: main.cpp * Author: Javier Borja * Created on July 27, 2016, 3:40 PM * Purpose: Player guesses a 4 digit combination against the computer. */ //System Libraries #include <iostream> //Input/ Output Stream Library #include <iomanip> //Output Manipulation #include <ctime> //Computer Time for s...
[ "javierborja95@gmail.com" ]
javierborja95@gmail.com
9def1d549c916c03c89016b389923e2b9289b4a5
ce300aa88d78015ae4232e70720b118029e0e0ce
/src/chain.h
f7699e324264829091a542b0ad15814bdd444960
[ "MIT" ]
permissive
bitnows/bitnow
ce9b4b8e70c49669640164ae0115c24051b69978
235e54aa6981fa3f26373b253bb35dad49aa2a07
refs/heads/master
2023-05-28T05:15:49.382581
2021-06-10T08:16:31
2021-06-10T08:16:31
375,585,076
0
0
null
null
null
null
UTF-8
C++
false
false
16,403
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2018-2019 The Bitnow Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit...
[ "bitnow.team@gmail.com" ]
bitnow.team@gmail.com
635c0b0101780f0a819c2aeefd45e7e6d94e641c
ff4bb485cb5d6561c952f9bec0e35d1581eced53
/Aproblem/A. Tavas and Nafas.cpp
a3a74cb5f6669186dcf6416625962c27d97fc1bc
[]
no_license
mohumedsalah/Problem-Solve
ed3a170b4364d1039c1b9596fb1a7b37bcfc3298
ebf997e24f35f78b2ca2abec86cbae4a22a37a18
refs/heads/master
2021-05-16T10:43:44.026762
2017-11-10T22:21:32
2017-11-10T22:21:32
104,812,632
1
0
null
null
null
null
UTF-8
C++
false
false
1,637
cpp
#include <bits/stdc++.h> using namespace std; #define repi(i, j, n) for(int i=(j);i<(int)(n);++i) #define rln() getchar() #define rint(n) scanf("%d",&n) #define rs(n) scanf("%s",n) #define rc(n) scanf("%c",&n) #define rf(n) scanf("%lf",&n) #define rl(n) scanf("%lld",&n) #define pint(x) printf("%d", x) #define psp() p...
[ "mohumed.s.omar@gmail.com" ]
mohumed.s.omar@gmail.com
c27d569d374a21420e3c4c09522a2dd10a979685
9e4a4567aeebb520438dced3529bc8713e7fe8ec
/parser_shp.cpp
88767a553e8cb0fb08b88afe66d0cdbd291565d0
[]
no_license
gkiranp/gio-embd
e159faca66b7009a4b7a55541f2b718259018466
efc30a623db977aa420f24952d90016ef7a72e27
refs/heads/master
2020-06-12T19:43:23.158689
2016-12-28T11:47:00
2016-12-28T11:47:00
75,760,861
1
0
null
null
null
null
UTF-8
C++
false
false
5,034
cpp
#include <iostream> #include <string.h> #include <string> #include <math.h> #include <algorithm> #include <sstream> #include <stdlib.h> #include <list> #include <vector> #include "./shapelib/shapelib-1.3.0/shapefil.h" #include "parser_shp.h" using namespace std; namespace str2str { template < typen...
[ "gkiranp@gmail.com" ]
gkiranp@gmail.com
450796aaede36ece5ff8ce172fde4692ea1fbd69
20c63560bd679381ed9a9d84be09c225cdfcf3ee
/Classes/CreatModeMenuLayer.h
9e0d3c0fdba3954c5708212decab13c2b4f54303
[]
no_license
binss/myMiku
e589c79b89d946eb78cfcee9debbacb3a7d79056
12e40c77ce83d5dcd83d46f1d894a97a99ddc83d
refs/heads/master
2021-03-12T22:21:44.153675
2015-02-17T16:06:55
2015-02-17T16:06:55
15,929,149
1
0
null
null
null
null
UTF-8
C++
false
false
815
h
// // CreatModeMenuLayer.h // myMiku // // Created by bin on 14-1-28. // // #ifndef __myMiku__CreatModeMenuLayer__ #define __myMiku__CreatModeMenuLayer__ #include "cocos2d.h" #include "cocos-ext.h" #include "CreatModeSelectLayer.h" USING_NS_CC; using namespace extension; class CreatModeMenuLayer : public cocos2d...
[ "babywolf1@163.com" ]
babywolf1@163.com
c04f83f9d2ecf2225fbfa429e5366783ac01b63f
e5b56a2675592d8b9ecae30d469c50b37812e5d0
/DOTAA/test.cpp
b9fab712ad8707120d563d039e17abf1aeebfb33
[]
no_license
rituraj2847/spoj
4d3a4b677eaa0043b94b310cc3485975ee2062de
324b02885e8d342ef58a40cb3803c8cf27e39a9d
refs/heads/master
2021-05-14T16:52:58.514466
2015-08-16T09:44:47
2015-08-16T09:44:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
214
cpp
#include<stdio.h> int main() { int t; scanf("%i", &t); int p[t]; for(int k=0; k<t; k++) { scanf("%i", &p[k]); } int j; for(j=0; j<t; j++) { if(p[j]==0) break; } printf("\n%i\n", j); return 0; }
[ "pratyaksh@me.com" ]
pratyaksh@me.com
db02522baf7551648115d4b049167653d96e8dd1
8aed0e4b4e570e063b394e579cc850757ce66e71
/Finish_it/Src/Entities/Playable/inventory.h
6233557e0f47619d3d742eed7dcb797bb2f69bc5
[]
no_license
Olxe/Finish_it
2df1c53c0e4db096a6df8d300d93ac48b5b50e87
007e7a2fe303cb7d96bc79143fd22c7d066d04b0
refs/heads/master
2022-05-27T07:34:15.709510
2019-12-21T15:38:19
2019-12-21T15:38:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
311
h
#pragma once #include <vector> #include <iostream> #include "Inventory/Item/item.h" class Inventory { public: Inventory(); ~Inventory(); void AddItem(ItemType type); bool RemoveItem(ItemType type); //return amount of item stocked int HaveItem(ItemType type); private: std::vector<Item*> m_items; };
[ "bugnone.michael@gmail.com" ]
bugnone.michael@gmail.com
255292dbb2fa622fd504cd97d0e5c5e6009020cf
777d41c7dc3c04b17dfcb2c72c1328ea33d74c98
/DongCi_Android/dongciSDK_android/src/main/jni/handwritten-src/foundation/Archive/WindowsTypeHelper.h
cb65f64d7da863910abef66e541c42619b1cefd5
[ "BSL-1.0" ]
permissive
foryoung2018/videoedit
00fc132c688be6565efb373cae4564874f61d52a
7a316996ce1be0f08dbf4c4383da2c091447c183
refs/heads/master
2020-04-08T04:56:42.930063
2018-11-25T14:27:43
2018-11-25T14:27:43
159,038,966
2
0
null
null
null
null
UTF-8
C++
false
false
5,394
h
// // WindowsTypeHelper.h // SquareCam-Test // // Created by LiuJiangyu on 3/11/15. // // #ifndef SquareCam_Test_WindowsTypeHelper_h #define SquareCam_Test_WindowsTypeHelper_h #include <sys/types.h> #include <string.h> #include <stdlib.h> #include <algorithm> // std::min/max using std::min; using std::max; // //...
[ "1184394624@qq.com" ]
1184394624@qq.com
214309b817442095c457b14558c7f07404b9a46d
291add73c592d04e980873537b2f92949e3bd32c
/555-Parsing/61-SLK/slk-example/cpp/SlkError.h
f36fb1981ed78e138a45cdcecb9b36aa16fd3bca
[]
no_license
wojsamjan/clabs
2c196320bc467cf3f9f6642aa3eae2f3ab889f6c
24e1c8a5608b4211aab568307e66a40102b2d2f6
refs/heads/master
2020-02-26T16:27:06.577826
2017-01-21T11:55:45
2017-01-21T11:55:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
623
h
/************************************************************************** SlkError.h **************************************************************************/ #ifndef _SLKERROR_H #define _SLKERROR_H #include "calc.h" class SlkError { public: SlkError ( SlkToken &tokens, SlkLog &log )...
[ "matwb@univ.gda.pl" ]
matwb@univ.gda.pl
9d7499aa1220b77853a879f17fd97414eac5551a
822c829c886a5ee8de3b5a7cbd3fbc0421a358d9
/2.3.x/channel/constant/polyMesh/boundary
035217942d15268809881307287a31d1a3dc7cca
[]
no_license
OSCCAR-PFM/afsol
9c66de7b74521bcead77a966198c3f79e932c819
6d05655691393494bb26ff0a6317ef338b9c0121
refs/heads/master
2021-01-20T09:32:50.280765
2014-09-12T08:35:06
2014-09-12T08:35:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,561
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.x | ...
[ "gijsbert" ]
gijsbert
bc11c0ba2d917edaa491c39a2e649b26dfb33460
71501709864eff17c873abbb97ffabbeba4cb5e3
/llvm10.0.0/llvm/lib/Target/VideoCore4/VideoCore4InstrInfo.cpp
eb8451442b9c3de8e200420e5d5f35d98f290145
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
LEA0317/LLVM-VideoCore4
d08ba6e6f26f7893709d3285bdbd67442b3e1651
7ae2304339760685e8b5556aacc7e9eee91de05c
refs/heads/master
2022-06-22T15:15:52.112867
2022-06-09T08:45:24
2022-06-09T08:45:24
189,765,789
1
0
NOASSERTION
2019-06-01T18:31:29
2019-06-01T18:31:29
null
UTF-8
C++
false
false
10,289
cpp
//===-- VideoCore4InstrInfo.cpp - VideoCore4 Instruction Information -----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===--------------------------------------------------...
[ "kontoshi0317@gmail.com" ]
kontoshi0317@gmail.com
af5fc455edc61df1753da65bd1342e7c91f7e89d
714c671927137b9d876715a4a616f3806ff1a0d9
/cpp_libraries/container/values/uint_value.cpp
c1692d7151d1047f2aceb3c8ca397b122c1317b9
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
Gouldian0120/serverclienttcp
da9c2a194f80c8c3aae795a6bfa949fff433af76
3ae5307e15e538a2736ae36d5cff31568cbb02e6
refs/heads/main
2023-07-18T17:34:20.560995
2021-08-23T07:31:28
2021-09-02T09:49:39
402,368,836
0
0
null
null
null
null
UTF-8
C++
false
false
2,010
cpp
#include "uint_value.h" #include "fmt/format.h" namespace container { uint_value::uint_value(void) : value() { _type = value_types::uint_value; } uint_value::uint_value(const std::wstring& name, const unsigned int& value) : value(name, (const unsigned char*)&value, sizeof(unsigned int), value_types::uint_v...
[ "86667277+Gouldian0120@users.noreply.github.com" ]
86667277+Gouldian0120@users.noreply.github.com
070fd7dbce12c96d360dda5cebfec2b5334e2c95
a398c5d782f7dc59d7fc43a67bfefdd1872f13c6
/ScriptExtender/Extender/Client/StatusHelpers.h
1a5647626499557d32795fc1a3772cb2bd415062
[ "MIT" ]
permissive
Norbyte/ositools
b11f82221000f0a8be6dc85bfe6c40645746524e
e2d351a5503f8660c5c40fc4a68570373befc7d9
refs/heads/master
2023-08-14T16:31:00.481306
2023-07-28T16:11:30
2023-07-28T16:11:30
120,127,571
351
41
MIT
2023-08-30T10:32:44
2018-02-03T20:37:56
C++
UTF-8
C++
false
false
328
h
#pragma once #include <GameDefinitions/Base/Base.h> #include <GameDefinitions/Enumerations.h> #include <GameDefinitions/GameObjects/Status.h> BEGIN_NS(ecl) class StatusHelpers { public: void PostStartup(); void OnStatusMachineExit(StatusMachine::ExitStatusProc* wrapped, StatusMachine* self, Status* status); }; E...
[ "infernorb@gmail.com" ]
infernorb@gmail.com
a58c4e255793fe456b3ad2a44573b9fa24b5cf14
520ae0b097b29744d1897ad34a8736efd181ca95
/castle/Castle/Classes/Objects/Chaser/Chaser.h
1738b9fb6f7d62783e1a96eda9e78706bb10f315
[]
no_license
Nyuno/SLL_Castle
e0ba8ecc9a26d06cf8068dd01a8f713c02619157
7f957dc02162f0624b8a3c47154f5c6d5542bfe4
refs/heads/master
2021-01-10T20:13:20.100643
2013-11-18T22:57:09
2013-11-18T22:57:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,240
h
// // Chaser.h // Castle // // Created by 이 대성 on 13. 10. 17.. // // #ifndef __Castle__Chaser__ #define __Castle__Chaser__ #include "cocos2d.h" #include "TestResource.h" #define CHASER_HEIGHT 50 #define CHASER_WIDTH 60 using namespace cocos2d; namespace CHASER_CONST { enum{ STATE_RUN_LEFT = -1, ...
[ "nyunohyuno@gmail.com" ]
nyunohyuno@gmail.com
e5d7e28f0df5e20b6da6f759f56789fa5aae064b
067264ffed211f8695f367b7eae6075861eabbc2
/Alpha-Tree/Alpha-Tree/recognizer.h
ba33d66e5b90073356b73e0957988f36f51e81e4
[]
no_license
thegendolz/In-company-research
ec561ee28c0c35d1082932e45009ad93b663ca4d
d74f6f0205905761f531018c86e1745406796782
refs/heads/master
2022-04-02T19:21:46.048343
2020-02-07T13:02:13
2020-02-07T13:02:13
185,986,435
0
0
null
null
null
null
UTF-8
C++
false
false
485
h
#ifndef RECOGNIZER_H #define RECOGNIZER_H #include "pixel.h" #include "alphalevel.h" #include "filereader.h" #include <vector> #include "dissimilarity.h" class Recognizer{ public: //Constructors Recognizer(); Recognizer(FileReader fileReader); //Functions bool isTriangle(int sizeOfTriangle, std::vector<std::vec...
[ "thegendolz@gmail.com" ]
thegendolz@gmail.com
e7b26c048268c66dfaa2ea42088b16b57899cef0
ec0e41c1b962f60fa0e2048811502c9767278de1
/04_도안/humanTestFrame/DirectX3D/SkyBox.cpp
cb7a995550b893d81c77cee3de084a1feb2c3f8f
[]
no_license
1221kwj/D3DX_SemiPortPolio
52428a5270dbb92fb5ff5a2eb4c95e929415568f
ccfbc7bace2e1e19beef951759bd3b2fd18457f1
refs/heads/master
2021-09-06T16:42:53.051909
2017-12-18T17:34:23
2017-12-18T17:34:23
113,929,589
0
0
null
null
null
null
UTF-8
C++
false
false
4,368
cpp
#include "stdafx.h" #include "SkyBox.h" SkyBox::SkyBox() { } SkyBox::~SkyBox() { } void SkyBox::Init() { std::vector<D3DXVECTOR3> vertexFormat; vertexFormat.push_back(D3DXVECTOR3(-1.0f, -1.0f, -1.0f)); vertexFormat.push_back(D3DXVECTOR3(-1.0f, 1.0f, -1.0f)); vertexFormat.push_back(D3DXVECTOR3(1.0f, 1.0f, -1.0f...
[ "han7477@naver.com" ]
han7477@naver.com
bca59c46a920bfe5f8475fb254c30878f78ada18
d6794736f216e2dc0e8798032e0ffead2fceb874
/models/lowNE6SSM/lowNE6SSM_utilities.hpp
4f0ce0068bf2887a970b8ed9e1448781f7251852
[]
no_license
azedarach/CNE6SSM-Spectrum
02f42cd79cece6f23a32f96546415e7630e62b27
6c5468dc359c0e2e37afece3b939d7034d55fd04
refs/heads/master
2021-06-07T08:34:04.063733
2015-10-26T02:47:17
2015-10-26T02:47:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,436
hpp
// ==================================================================== // This file is part of FlexibleSUSY. // // FlexibleSUSY is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published // by the Free Software Foundation, either version 3 of the Licens...
[ "dylan.harries@adelaide.edu.au" ]
dylan.harries@adelaide.edu.au
4b78e7b1ac9e80c266de37c4134f477f6ca7ee40
b6371cf32d8afb2d9afa6c5ae67434a7d958a94f
/BUAS Ray Tracer/ext/imgui-sfml/imgui-SFML.cpp
699c1b34bae0e9edd2cac659e7b1e4b0bf851697
[]
no_license
davidschep/brt
fbfd9a12423cbe7c865f9460c5100f78f4c3ca71
b60c51fe83788ad5277d660de3837c52fee87636
refs/heads/master
2023-01-06T07:50:14.356965
2019-07-10T14:41:23
2019-07-10T14:41:23
185,023,544
0
1
null
2023-01-03T12:06:46
2019-05-05T11:41:13
C++
UTF-8
C++
false
false
32,357
cpp
#include "imgui-SFML.h" #include "../imgui/imgui.h" #include <SFML/Config.hpp> #include <SFML/Graphics/Color.hpp> #include <SFML/Graphics/RenderTarget.hpp> #include <SFML/Graphics/RenderWindow.hpp> #include <SFML/Graphics/Sprite.hpp> #include <SFML/Graphics/Texture.hpp> #include <SFML/OpenGL.hpp> #include <SFML/Window...
[ "mail@davidschep.com" ]
mail@davidschep.com
b085829bca87fc8f6731581259b726fb5e719b55
f39e3ce8d2d474c430523d1df787f1adf92f2923
/Union_find/main.cpp
934932d1baaacd644bbeaa9e6ea34a106456fc6e
[]
no_license
CS1103/union-find-Piero16301
7d82a93a9896df175e6d054a0d0a672b12bb9c84
ce61a311ed9d378ad61f22c9887b64fcaca66f07
refs/heads/master
2022-01-08T17:25:40.438178
2019-05-24T17:58:16
2019-05-24T17:58:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,634
cpp
#include <iostream> #include "UnionFind.h" #include <stdio.h> using namespace std; int main() { int numElements, operation, element1, element2; // variables const char* INPUTFILE = "uf-medium.in"; freopen(INPUTFILE, "r", stdin); // opening the file "uf-medium.in" in read mode with stdin as the stream ...
[ "piero.morales@utec.edu.pe" ]
piero.morales@utec.edu.pe
957948e19115020031a73ecff266cfc35bae5a0b
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/Server/MasterServer/unittest/TestGameServerLogin.cpp
6a5723aad9cd46848fe531c74d9238ce605a0df3
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
8,513
cpp
#include "stdafx.h" #include "ZTestHelper.h" #include "MockLink.h" #include "ZCommandTable.h" #include "ZGameServerAcceptor.h" #include "ZGameServerObjectManager.h" #include "ZGameServerInfoManager.h" #include "MockFieldInfoManager.h" #include "ZTestWrapper.h" #include "ZFixtureHelper.h" #include "ZConfig.h" ...
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
af89f6b2b0f25cbabede06ef55dcebc3212fc9dc
733a1e1950770be5323a53f3dc91b32e49e1a8d6
/examples/RotaryEncoder/RotaryEncoder.ino
0455a68cad755a3047dcfa9914ec4f6647328e51
[ "MIT" ]
permissive
luni64/EncSim
9e410a97a922d544ae49a5fb8c8fecdda779cf82
f5d6a119700f17a72aff1988828086a85de4df34
refs/heads/master
2022-06-09T11:08:05.407196
2022-05-16T15:36:19
2022-05-16T15:36:19
93,673,420
13
4
MIT
2018-07-23T04:19:04
2017-06-07T19:48:09
C++
UTF-8
C++
false
false
1,009
ino
#include "EncSim.h" EncSim encSim(0, 1, 2); // A=0, B=1, Z=2 constexpr float rpm = 800; // revolutions per minute constexpr float ppr = 32768; // encoder pulses per revolution constexpr float rps = rpm / 60; // revolution per second11 constexpr float freq = rps * ppr; // count frequency void ...
[ "lutz.niggl@lunoptics.com" ]
lutz.niggl@lunoptics.com
5ddf4949c77ac0e16a3340eb0ca561b2ea71c7a8
bd740071d2ba4fd074da483b7b7ae251e4426d3f
/WDProgrammer/WDProgrammer/Trie.h
d916688b2e3fbfcf7a53ddef52a618504104caf9
[]
no_license
rangqiongliu/WDProgrammer
ba745fdf8f1f4aaa5e68b5f29a0adb3e83c6732c
9feca538c82a6d7a4737ceaa27159f6940a16781
refs/heads/master
2021-05-01T09:38:22.596294
2018-04-08T07:57:45
2018-04-08T07:57:45
121,095,599
9
0
null
null
null
null
GB18030
C++
false
false
1,989
h
/* 文件说明:Trie.h与Trie.cpp是为了声明和实现后缀树相关的一些算法 */ #define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS #pragma once #define INF 99999999 #include<iostream> #include<typeinfo> #include<bitset> #include<vector> #include<algorithm> #include<time.h> #include<fstream> #include<Windows.h> #include<hash_map> using namespace std; /...
[ "Administrator@USER-20170927SL" ]
Administrator@USER-20170927SL
11af509ec4f8b727ca10ec2046abd90b774363ee
5a7d3db1f4dc544d47430dcecf9de5ae2990fe88
/.emacs.d/undohist/!home!sirogami!programming!compe!algorithm!syakutori!1.cc
19f3f4da7086544776c6e5db2c6744b50766fac1
[]
no_license
sirogamichandayo/emacs_sirogami
d990da25e5b83b23799070b4d1b5c540b12023b9
c646cfd1c4a69cef2762432ba4492e32c2c025c8
refs/heads/master
2023-01-24T12:38:56.308764
2020-12-07T10:42:35
2020-12-07T10:42:35
245,687,325
0
0
null
null
null
null
UTF-8
C++
false
false
5,216
cc
((digest . "9acd560d2029288f847fdd3d23227336") (undo-list nil (580 . 582) nil ("-" . -579) ((marker . 582) . -1) ("-" . -580) ((marker . 582) . -1) 581 (t 24366 2723 441069 272000) nil (554 . 555) nil ("n" . -554) ((marker . 582) . -1) ((marker) . -1) 555 (t 24366 2696 481218 933000) nil (807 . 811) nil (819 . 820) ni...
[ "sirogamiemacs@gmail.com" ]
sirogamiemacs@gmail.com
8cc573a97fe67b6a71594f94ad073cab8727fa39
8a8744104d9d2b50d350239dbc8a9f09a8ecc03a
/Code/CPlusPlus/Shared/FileIO/XML/HierarchyElement.cpp
b6902f77df72b24801bd9aab043010099952b7e1
[]
no_license
JonnyRivers/rorn
fadd039b13fd95de5033d25e4552c456ab2eaa13
ea3dab1d42838917c29d81f7ff92c11fc312a62e
refs/heads/master
2016-08-12T19:55:18.729619
2014-09-11T21:20:30
2014-09-11T21:20:30
52,677,620
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
cpp
#include "HierarchyElement.h" using namespace Rorn::XML; HierarchyElement::HierarchyElement(const char* name) : Element(name) { } HierarchyElement& HierarchyElement::AddChildHierarchyElement(const char* name) { HierarchyElement* newElement = new HierarchyElement(name); childElements_.push_back(std::shar...
[ "ca6jri@4fafbd65-2c19-2041-7f78-9da6aaec0f04" ]
ca6jri@4fafbd65-2c19-2041-7f78-9da6aaec0f04
10dd8064d69c5b4324aa83f69d1c02dd8d5c4f6e
2a096864fab89532f8307a7e0bf05d6fb90febd5
/GradeCluster.h
9212d47525406d4b94e874bb004c5c051764af74
[]
no_license
DouglasRoberts/GradeClusterCode
00621b6a62e6b7925522de56502910c57be289b8
08903c144f38387dc4cd0eae565a194881e077fb
refs/heads/master
2021-01-10T17:10:43.935442
2016-04-22T12:27:43
2016-04-22T12:27:43
52,461,171
1
0
null
2016-02-25T22:02:14
2016-02-24T17:29:30
C
UTF-8
C++
false
false
562
h
#ifndef GRADECLUSTER_H #define GRADECLUSTER_H #include <TObject.h> #include <TH1F.h> #include <vector> #include "SectionInfo.h" // Grade cluster is basically a collection of section objects class GradeCluster : public TObject { public: GradeCluster() : _hist(0) { } GradeCluster(SectionInfo sect); ~GradeCluster() ...
[ "roberts@umd.edu" ]
roberts@umd.edu
fa05a7d77ce266909fe7832d8f7123594c3a5bf1
bf68b38598fe5c0deafd6d06456bd7f35c5c24af
/codeforces/practice/678B.cpp
ad4748219b20138e20ccab2ee0fa40dd37ab32dd
[]
no_license
manu-chroma/cp
f386604dc13a37a724683b55d8184585adf850f1
7e583ac80ba38f448e0f819b5cc088bfc53819ea
refs/heads/master
2021-03-27T12:32:22.891265
2018-10-31T17:47:38
2018-10-31T17:47:38
44,018,280
1
0
null
2018-10-31T17:47:39
2015-10-10T16:28:33
C++
UTF-8
C++
false
false
440
cpp
#include <bits/stdc++.h> using namespace std; typedef long long int li; bool check_leap(li year) { if(year % 400 == 0) return 1; else if(year % 4 ==0 && year % 100 != 0) return 1; return 0; } int main(int argc, char const *argv[]) { ios_base::sync_with_stdio(false); li year; cin >> year; int day = 0; do ...
[ "manvendra0310@gmail.com" ]
manvendra0310@gmail.com
1fc2141e91f029f195f6f0e9893d11e16668e62f
447ca7354a157d5f4af4e601024af8427adf093a
/Mntone.Nico.Renderer/Mntone.Nico.Renderer.Shared/native/comment_wrapper.h
bd48e1acfa52590a5dd01646c42a756d34d68fda
[]
no_license
mntone/OpenNiconicoCommentRenderer
2a2331897c04b29bdc3135fd8a2b1d1737a0f6aa
40160db896b9be57f7abc07e3d98ac4f9f1c567d
refs/heads/master
2021-01-20T00:58:22.159477
2014-11-28T15:42:00
2014-11-28T15:42:00
16,856,269
1
1
null
null
null
null
UTF-8
C++
false
false
652
h
#pragma once #include "comment_base.h" #include "IComment.h" namespace nico { namespace renderer { class comment_wrapper final : public comment_base { public: comment_wrapper( ::Mntone::Nico::Renderer::IComment^ comment ); virtual const wchar_t* const value() const noexcept; virtual size_t length() const ...
[ "sd8@live.jp" ]
sd8@live.jp
74e155c6c4aab3a69e78d2abd776eb7483d8866c
c87f23b3dff4293de375307729dbd9b5a21db2ee
/src/vo_stereo_4.cpp
6b3eaec271278511d515d80fcf81b047033065d5
[ "Apache-2.0" ]
permissive
avi9700/sdd_vio
bceacab0473e4e94b9c6f208ebbefa85eba8c2fc
dcd8cbb3f140d4eb9569ede4e94c36cc818aa557
refs/heads/master
2023-03-27T12:00:32.429355
2021-03-22T17:22:30
2021-03-22T18:10:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,564
cpp
/*------------------------------------------------------------- Copyright 2019 Wenxin Liu, Kartik Mohta, Giuseppe Loianno 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/l...
[ "wenxinl@seas.upenn.edu" ]
wenxinl@seas.upenn.edu
8146683421467ea9922a86666d509d5d3cc7b4a1
302f4bda84739593ab952f01c9e38d512b0a7d73
/ext/humblelogging-3.0.1/include/humblelogging/formatter/simpleformatter.h
46c762837b716f51bf398f5e5185045db2320b44
[ "Apache-2.0", "ICU", "BSD-3-Clause", "BSL-1.0", "X11", "Beerware" ]
permissive
thomaskrause/graphANNIS
649ae23dd74b57bcd8a699c1e309e74096be9db2
66d12bcfb0e0b9bfcdc2df8ffaa5ae8c84cc569c
refs/heads/develop
2020-04-11T01:28:47.589724
2018-03-15T18:16:50
2018-03-15T18:16:50
40,169,698
9
3
Apache-2.0
2018-07-28T20:18:41
2015-08-04T07:24:49
C++
UTF-8
C++
false
false
555
h
#ifndef HL_SIMPLEFORMATTER_H #define HL_SIMPLEFORMATTER_H #include "humblelogging/formatter.h" HL_NAMESPACE_BEGIN /* SimpleFormatter formats messages in a fixed predefined format. It is maintained and updated during the development process of the library to always contain the newest information. */ class HUMBL...
[ "thomaskrause@posteo.de" ]
thomaskrause@posteo.de
b88042275aa473289c541c844e5022c0bc44bac6
d9f81d536aab8d00535fed9bfb463601321af248
/JuceLibraryCode/modules/juce_gui_basics/native/juce_linux_Clipboard.cpp
846ef0a69f642457d58ca0ecd959124d0c9a9abc
[]
no_license
teragonaudio/Convolver
698a818a348a996e7527947abfe57e790030817d
4d91e2383e3b7b17e5c4ce0c5aaf226d05ca64d1
refs/heads/master
2016-09-15T21:47:43.305102
2013-03-24T13:19:45
2013-03-24T13:19:45
8,984,945
8
1
null
null
null
null
UTF-8
C++
false
false
10,205
cpp
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
[ "nik.reiman@gmail.com" ]
nik.reiman@gmail.com
5816826b5d662789c4e3757f9f6f7e569f4facba
67a9864d08bc737114fd797ec29afd9c4bea099b
/test01/recv.cpp
cd72fc71a55595bc9a1271b9a8ff7daa25881e50
[]
no_license
TwTravel/SysCommuExp
4106ce174ad6aa2b73501131a6201714c742e152
cfb29a585e69ca5cbd0a6b7abf5712978bd2ea6d
refs/heads/master
2020-03-28T01:10:11.412931
2018-09-05T20:13:41
2018-09-05T20:13:41
147,482,988
0
0
null
null
null
null
UTF-8
C++
false
false
676
cpp
#include <fcntl.h> #include <sys/stat.h> /* For mode constants */ #include <mqueue.h> #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <string.h> #define MQNAME "/mqtest" int main() { mqd_t mqd; int ret; unsigned int val; char buf[BUFSIZ]; mqd = mq_open(MQNAME, O_RDWR);...
[ "twtravel@126.com" ]
twtravel@126.com
1be133aa9f2c62fd916204333195302632691b89
9175e2be877446df8a11885dd8505c99fab76474
/daq_device_filenumbers.h
89e306ef369f8240250382b52f5832b32c771270
[]
no_license
sPHENIX-Collaboration/rcdaq
3f61bc32ff8451fc3bf478bf1089fb2c66563660
402b53bf7761b203808af13e04f22836711355e4
refs/heads/master
2023-08-02T13:31:59.139272
2023-07-25T12:51:57
2023-07-25T12:51:57
54,594,801
6
15
null
2023-07-25T12:51:58
2016-03-23T21:37:47
C++
UTF-8
C++
false
false
753
h
#ifndef __DAQ_DEVICE_FILENUMBERS__ #define __DAQ_DEVICE_FILENUMBERS__ #include <daq_device.h> #include <stdio.h> #include <string> class daq_device_filenumbers: public daq_device { public: daq_device_filenumbers (const int eventtype, const int subeventid, const char * fn, const int delete_flag = 0, ...
[ "purschke@bnl.gov" ]
purschke@bnl.gov
6c5fdb1365092909a33d5c96e156a982b472f30a
b0825e22b4cc4a25b42248f88fbc826e5d799201
/formulaparser.cpp
ff912440f18f74ff50c4fe17eacadb3934121bce
[ "MIT" ]
permissive
ekuester/GTK-Molecular-Formula-for-Chemists
ec539d583415ff6366211594651b2e430b952083
17eeda00ae70ce29afb2d01f69770b3b84b685c3
refs/heads/master
2020-03-31T03:56:41.649821
2018-11-01T11:07:19
2018-11-01T11:07:19
151,884,594
0
0
null
null
null
null
UTF-8
C++
false
false
5,022
cpp
/* * File: formulaparser.cpp * Author: kuestere * * Created on 29. September 2018, 16:04 */ #include "formulaparser.h" FormulaParser::FormulaParser(Glib::ustring input) { formulaString = input; //std::vector<gunichar>(input.begin(), input.end()); // number of input characters length = formulaStri...
[ "erich.kuester@arcor.de" ]
erich.kuester@arcor.de
9e5a9af43a775e854d881b5665f259fd9f234248
0e986df223a073666515642a57c36a8fc426c535
/pizjuce/midiChords/JuceLibraryCode/modules/juce_graphics/fonts/juce_TextLayout.cpp
6fe8382b917d7410c342d3226652ceccd9a4257d
[]
no_license
CptanPanic/pizmidi
49878f9312bce3f64cc51ee55092103db57acde7
9daf55ceff5d146dbbcc44ae6e78aea137598ebe
refs/heads/master
2021-01-19T15:38:55.441104
2015-03-24T15:36:58
2015-03-24T15:36:58
32,807,602
2
0
null
null
null
null
UTF-8
C++
false
false
20,293
cpp
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be redistrib...
[ "reuben.vinal@gmail.com" ]
reuben.vinal@gmail.com
d16bf5daea616b5ea7c53dfccdf7e287090277fa
0b3a494de55f0cb395266410bd243950df8868aa
/PA/PA5/WordCounts.h
fe247b6e36bc5c98e4a0230393c5696d1158c33e
[]
no_license
sgthun/253-PA
846342ea5284113754d489090194cea4c40e6fe7
106e7464f58b744670a09a61f1dfa921ab7d4614
refs/heads/master
2021-01-23T14:30:33.142683
2018-02-09T05:09:22
2018-02-09T05:09:22
102,686,715
1
0
null
2018-02-09T05:06:51
2017-09-07T03:26:40
C++
UTF-8
C++
false
false
1,210
h
#ifndef WORD_COUNT_INCLUDE #define WORD_COUNT_INCLUDE #include<iostream> #include<fstream> #include<vector> #include<algorithm> #include<string> #include<Word.h> #include<regex> #include<ParseBox.h> #include<Stemmer.h> #include<Replace.h> using std::regex; using std::istream; using std::ostream; using std::cout; using ...
[ "sthunquest@gmail.com" ]
sthunquest@gmail.com
c28b8d0ed5e47abf44d6c6c667ec6d8b680df672
c342cde945ca48942743791ba9480a6231ddb9ee
/Extra/Modules/Example/script_Component.hpp
6f652244bf525c8546fcc57d1dc767c3615661a7
[]
no_license
GuzzenVonLidl/GW-Framework
6ecf7bfcd64ea6a9d2358481e44f8ee4cbe10e6c
737a88a3dfabd4805c7c5db63d386f9a52a6b8f4
refs/heads/master
2021-01-17T18:35:09.099253
2019-09-09T14:56:28
2019-09-09T14:56:28
61,488,807
1
8
null
2019-09-09T14:56:30
2016-06-19T16:16:12
SQF
UTF-8
C++
false
false
125
hpp
#define DEBUG_MODE_FULL // Enables debug mode for the component #define COMPONENT Example #include "..\script_Component.hpp"
[ "guzzenvonlidlswe@gmail.com" ]
guzzenvonlidlswe@gmail.com
386d7491667249c0429e7c83ce6b12a303225498
fdcbe6a60d5bc5fc2c87f28d07f571be000f93db
/src/masternode.h
98b6901a34cc5914293464b5047f6164e7dfbe83
[ "MIT" ]
permissive
onlinesolutions/pura
9ab4a62106765c5c7ca5d91adaee1e9ff27a404d
845c6f1aec4b72c1394fb1ff8f87d1b85245b1e1
refs/heads/master
2022-01-05T01:09:10.096574
2019-06-28T15:59:18
2019-06-28T15:59:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,809
h
// Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2017-2017 The Pura Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_H #define MASTERNODE_H #include "key.h" #include "va...
[ "pura@pura-dev-final-01" ]
pura@pura-dev-final-01
c515e9bb40c98472ad0451232ae632ef0182cb2d
63fe4641be323129ca73650526f5cb2ec8a77d98
/Modulator/Unused/DacOut.h
3731a297adc6de8a78ed560d2822a38c3fccb1f5
[]
no_license
jbesemer/TeensyGenerators-pre-SharedLibrary
0a5c69f399e20105d49c9379d84f980bd3d36e14
45e9c076241ae01803bcee45bb51ccccd7e79f67
refs/heads/master
2021-09-19T10:32:20.516210
2018-07-27T00:28:16
2018-07-27T00:28:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
728
h
#pragma once #include "Config.h" // manage stimulus to a DAC channel, with output signal // optionally scaled by an arbitrary gain factor class DacOut { public: static const float MAX_GAIN; // = 2.0; static const float DEFAULT_GAIN; // = 1.0; float Gain; int TraceCount; void SetGain( float gain ){ if( 0 < ...
[ "Jim.Besemer@coherent.com" ]
Jim.Besemer@coherent.com
f6af4fa1eb28ebe4f9bf523f0a7324166f8f4f7b
073292d823e8520e85c8940ee1afd3ec5f6599e8
/cpptest/ta/cplus_ta.cpp
3437109a21a66963055a7b948f93fc90cc12aab9
[]
no_license
JohnyDev42/cppoptee
a24916371172d147b56591c7faa509b32ec089d3
390a6cdb509b48df1171009a43e1198ccda81df6
refs/heads/master
2020-04-03T09:01:36.699310
2018-10-29T04:29:46
2018-10-29T04:29:46
155,152,022
0
0
null
null
null
null
UTF-8
C++
false
false
4,125
cpp
/* * Copyright (c) 2016, Linaro Limited * 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 list of conditi...
[ "arunsahu44@gmail.com" ]
arunsahu44@gmail.com
c2bf75e381cb80b8cb512a9cc23755cf826dc28a
dc9847a0fb25d50b99502491295a7f5e045aa315
/myXml/PropertyChain.h
cef70870476d275166c7de57f842c31282d68eb5
[]
no_license
OlehKostiv/MyXml
c76e9a398b270db0c0c097030fdf96f1872e2c0b
027f8a4d13ee38e356340507b57cf0bfd0cb7110
refs/heads/master
2020-03-07T19:24:40.449163
2018-04-03T11:07:04
2018-04-03T11:07:04
127,669,531
0
0
null
null
null
null
UTF-8
C++
false
false
1,651
h
#pragma once #include "Typedef.h" namespace MyXml { class Property { public: using Iter = Property * ; Property(const Char* propName, const Char* propValue); Property(const Char* propName, const Double propValue); Property(const Char* propName, const Int propValue); ...
[ "oleh.kostiv@gmail.com" ]
oleh.kostiv@gmail.com
149549fc8c7cd4e504a999ff18294b1a6477ae7d
e0f7813c9ca5f0f8b26141badc82c1f41b7dcadd
/Goonies/Projecte/Goonies/Bullet.cpp
5ffc1295b6ddb713fc529645f5193afeb21ba069
[]
no_license
gonzagod/VJ-Goonies
aea3912fd31643e3cf66341daa7017ca7f638b6b
df78bc63eee91b7c89b845d4f0fa16158696c566
refs/heads/master
2023-03-28T04:44:18.384352
2021-04-06T20:09:53
2021-04-06T20:09:53
344,786,192
0
0
null
null
null
null
ISO-8859-2
C++
false
false
2,295
cpp
#include <cmath> #include <iostream> #include <GL/glew.h> #include <GL/glut.h> #include "Bullet.h" #include "Game.h" #include <crtdbg.h> enum BulletAnims { ANIM, }; void Bullet::init(const glm::ivec2 &tileMapPos, ShaderProgram &shaderProgram) { movingL = false; movingR = false; alive = false; bullet_speed = 4; ...
[ "55632619+gonzagod@users.noreply.github.com" ]
55632619+gonzagod@users.noreply.github.com
787f50936841a3f8ff59869a285b2cdb238af436
f6cdb521f47d92ecc110bd476106325365f1ad6f
/src/core/kext/RemapFunc/ScrollWheelToScrollWheel.cpp
9c99ae33243b61b43a9756fcd35d3e4189f36adb
[]
no_license
tylermenezes/KeyRemap4MacBook
cb878b0d38a02246cee68ea0d77e9f57a0612e3a
779ea7b96b151061b4c6fe94b0a17be82aa82887
refs/heads/master
2021-01-18T02:51:39.588831
2014-02-17T07:39:36
2014-02-17T07:39:36
16,905,214
1
0
null
null
null
null
UTF-8
C++
false
false
2,466
cpp
#include <IOKit/IOLib.h> #include "EventOutputQueue.hpp" #include "IOLogWrapper.hpp" #include "PointingRelativeToScroll.hpp" #include "ScrollWheelToScrollWheel.hpp" namespace org_pqrs_KeyRemap4MacBook { namespace RemapFunc { ScrollWheelToScrollWheel::ScrollWheelToScrollWheel(void) : index_(0) {} Scroll...
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
7bf40f8e7044f282a2c6ab6c08e5cc84893d208f
962476e8b1a5e1ddde58a980402541adf23a13bf
/LLY/LLY/render/PointLightingCommand.h
51f53176226b57cc110d84a99ec2200121cafcc8
[ "MIT" ]
permissive
ooeyusea/GameEngine
c9f925a5bc88d69b118d7a10dafeba72fcf82813
85e7ceef7ddf663f9601a8a8787e29e8e8cdb425
refs/heads/master
2021-01-02T08:52:39.788919
2015-07-06T14:00:07
2015-07-06T14:00:07
33,131,532
3
0
null
null
null
null
UTF-8
C++
false
false
660
h
#ifndef POINTLIGHTCOMMAND_H_ #define POINTLIGHTCOMMAND_H_ #include <glm/glm.hpp> #include "LightingCommand.h" namespace lly { class Device; class PointLightingCommand : public LightingCommand { public: PointLightingCommand(const glm::vec4& color, const glm::vec3& position, float constant, float linear, float qu...
[ "ooeyusea@gmail.com" ]
ooeyusea@gmail.com
e510b83eff61e107c28e3a836c832fbb18cd3572
141b07a7747a82ce589b6fa4e0d4c3f2f2fc8953
/01-July-2021/reaching-points/Accepted/4-7-2021, 6:06:26 AM/Solution.cpp
44382ed668b0a5c32dc1c4ecd5c1b2aaaca4989a
[]
no_license
tonymontaro/leetcode-submissions
f5f8b996868bfd63ddb43f3c98f8a7abef17927e
146f435d9ab792e197e5f85f1f2f4451f5a75d3f
refs/heads/main
2023-06-06T01:28:45.793095
2021-07-01T07:05:15
2021-07-01T07:05:15
381,935,473
1
0
null
null
null
null
UTF-8
C++
false
false
660
cpp
// https://leetcode.com/problems/reaching-points class Solution { public: bool reachingPoints(int sx, int sy, int tx, int ty) { while (tx > 0 && ty > 0) { if (tx == sx && ty == sy) return true; if (tx < sx || ty < sy) return false; int div = tx / ty; ...
[ "ngeneanthony@gmail.com" ]
ngeneanthony@gmail.com
679acf6f530d9cd892ca5b971a071a2934ed1247
573a66e4f4753cc0f145de8d60340b4dd6206607
/JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/358137/2.0/pwsafe-2.0-src/AddDlg.cpp
d4ff662d5e2a2a5cda7d86edf2bfc5b44fa17dee
[ "Artistic-2.0", "Artistic-1.0-Perl", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mkaouer/Code-Smells-Detection-in-JavaScript
3919ec0d445637a7f7c5f570c724082d42248e1b
7130351703e19347884f95ce6d6ab1fb4f5cfbff
refs/heads/master
2023-03-09T18:04:26.971934
2022-03-23T22:04:28
2022-03-23T22:04:28
73,915,037
8
3
null
2023-02-28T23:00:07
2016-11-16T11:47:44
null
UTF-8
C++
false
false
3,310
cpp
/// \file AddDlg.cpp //----------------------------------------------------------------------------- #include "stdafx.h" #include "PasswordSafe.h" #include "ThisMfcApp.h" #include "DboxMain.h" #include "AddDlg.h" #include "PwFont.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FIL...
[ "mmkaouer@umich.edu" ]
mmkaouer@umich.edu
66c8a974180782a22d5e1f5095e1058de1dca6c3
7d302735577aae9f62f34e8086e5935b43d593e7
/DirectXGame/DirectXCore/MapReader/TmxPolygon.cpp
76c624d4299acbd503474fbc9511f6f3387654cf
[ "MIT" ]
permissive
nguyenlamlll/DirectX-11-Game
c8f683d57f5d27a81e29aa616dce60a8e7d2b6b1
560ae6d9b44cef7882c5fc93192160fae7da791d
refs/heads/develop
2020-03-28T10:47:31.633691
2018-12-03T14:14:46
2018-12-03T14:14:46
148,145,340
2
1
MIT
2018-12-16T05:02:34
2018-09-10T11:31:53
C++
UTF-8
C++
false
false
2,155
cpp
//----------------------------------------------------------------------------- // TmxPolygon.cpp // // Copyright (c) 2010-2014, Tamir Atias // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // ...
[ "15520405@gm.uit.edu.vn" ]
15520405@gm.uit.edu.vn
86ba940cc8183955b2e6087ca98196a3f5f2f7f8
cfa270ec0c002f6a100619e25e372f6100e56187
/src/interpol.h
62b926fcd526519475c2984aa40bdecd0a1f1dd9
[]
no_license
jaimedelacruz/stic
aa306e8bfef105fbe9c16f9cfa8b1261fc90a051
0f75048e8de49d9c9fd6f374fe94badcedc222f9
refs/heads/master
2023-06-08T00:48:33.598057
2023-06-01T12:37:53
2023-06-01T12:37:53
149,418,552
27
7
null
2021-06-19T12:09:22
2018-09-19T08:34:50
C
UTF-8
C++
false
false
14,543
h
/* Various interpolation routines Coded by J. de la Cruz Rodriguez (ISP-SU 2015) */ #ifndef INTERPOL_H #define INTERPOL_H // #include <math.h> #include <algorithm> #include <cstdio> #include <vector> #include "math_tools.h" /* --------------------------------------------------------------------- */ template <c...
[ "jaime@astro.su.se" ]
jaime@astro.su.se
e44df664ad5562766352531e9e124caa2ed39f72
53bbde66a89cf44fa459509a0c5154df2a447494
/detection/include/open_ptrack/detection/ground_segmentation.h
bcef04a38eb840c81a9b6891a7c207f23d4d46dc
[]
no_license
marketto89/open_ptrack
0fb41c9d3047d79a0aa4116be9be73185ce2de86
f3790b6aa1139f6b72c48ec43e8ee890e2fa704d
HEAD
2019-07-06T15:58:08.375880
2017-09-26T21:34:58
2017-09-26T21:34:58
103,685,443
37
10
null
null
null
null
UTF-8
C++
false
false
9,938
h
/* * Software License Agreement (BSD License) * * Copyright (c) 2013-, Open Perception, 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 mus...
[ "carraromarco89@gmail.com" ]
carraromarco89@gmail.com
61078836354271f0a70e80f95fd600ef6645622e
41b4adb10cc86338d85db6636900168f55e7ff18
/aws-cpp-sdk-iam/include/aws/iam/model/SimulateCustomPolicyResult.h
b6ddd43854d73cd7473aa942384a7224e84e215b
[ "JSON", "MIT", "Apache-2.0" ]
permissive
totalkyos/AWS
1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80
7cb444814e938f3df59530ea4ebe8e19b9418793
refs/heads/master
2021-01-20T20:42:09.978428
2016-07-16T00:03:49
2016-07-16T00:03:49
63,465,708
1
1
null
null
null
null
UTF-8
C++
false
false
7,617
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" file...
[ "henso@amazon.com" ]
henso@amazon.com
cf8ce03217a8db2e923a1ebe73598bc615e78346
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/12_21260_41.cpp
4590bdea60f12a25bc1318d9bac02402b5add780
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,085
cpp
#include <cstdio> #include <cmath> #include <cstring> #include <cstdlib> #include <ctime> #include <cassert> #include <iostream> #include <fstream> #include <sstream> #include <algorithm> #include <string> #include <vector> #include <set> #include <map> #include <list> #include <complex> #pragma comment...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
e9a4c47c2b8cea82be3a5d607e0cb552e8358962
dbc9e357622efe93f62486918e1599ce075bdc57
/基线库/源代码/frontend/app/commu/prediction.h
7ef7d77a455228f58fa92da04a6e2e8d3bb90c03
[]
no_license
zhangzwwww/medlab
9f75de0ec38ed4d05536204dabc58b6f8c22c6ad
adf2558b60fa6de049bd19f4707b1896006478d8
refs/heads/master
2023-02-16T18:54:27.924289
2021-01-12T08:03:36
2021-01-12T08:03:36
296,562,827
1
0
null
null
null
null
UTF-8
C++
false
false
589
h
#ifndef PREDICTION_H #define PREDICTION_H #include <QString> #include <QVector> #include <QNetworkAccessManager> #include <QObject> #include <QDir> #include <QDataStream> #include <QJsonObject> #include <QJsonDocument> #include <QByteArray> #include "communhttp.h" #include "urlbase.h" class prediction { private: ...
[ "253246887@qq.com" ]
253246887@qq.com
80cee832ae83847daec00952e835f06cdf9645b3
e2379fed9cea223af969616593527efe97d2a11d
/system/dev/ethernet/aml-dwmac/aml-dwmac.h
321dfca32300607c718194cf6b4e4543207db8c8
[ "BSD-3-Clause", "MIT" ]
permissive
PeikanTsai/zircon
c6bb6977729de9ba536add9d488eb33688505be0
6b397a66c8a36b7d4488a8c965b518145942fe11
refs/heads/master
2020-03-17T21:47:36.529721
2018-09-01T00:12:50
2018-09-01T01:55:39
133,975,894
0
0
null
2018-05-18T15:58:41
2018-05-18T15:58:41
null
UTF-8
C++
false
false
5,393
h
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include <threads.h> #include <ddk/device.h> #include <ddk/io-buffer.h> #include <ddk/protocol/gpio.h> #include <ddk/protocol/test.h> #inclu...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
45b5a1d115cc6017269812a62047507f6b7d3708
88e7559cb127a916f8ede3e05a63cdabc1b6889e
/OpenGL_Engine/OpenGL_Engine/Mesh.h
bdab4bd19f27464a2af8c9de38e89baf8bd4cd7e
[]
no_license
BrentKingma/FirstGraphisEngine
279ed65961c442415e96b47fccd72db684c0544e
8aeea41ca086b19df2d22f19f2a7e1073fc8fd75
refs/heads/master
2020-03-17T04:44:42.893514
2018-06-20T00:27:22
2018-06-20T00:27:22
133,287,227
0
0
null
null
null
null
UTF-8
C++
false
false
440
h
#pragma once #include <glm\glm.hpp> class Mesh { public: Mesh(); virtual ~Mesh(); struct Vertex { glm::vec4 m_position; glm::vec4 m_normal; glm::vec2 m_texCoord; }; void initialiseQuad(); void initialise(unsigned int a_vertexCount, const Vertex* a_vertices, unsigned int a_indexCount = 0, unsigned int* a_...
[ "kingmabrent@gmail.com" ]
kingmabrent@gmail.com
3ac38c4c12fa61986acf1dfdc867d74d411b6471
b4df5647122716aac1e4e4a52887ce9df490b971
/sources/Gateway/SettingsDialog.hpp
19199ec04a9819530a5cf1f1b3987abc624bf727
[]
no_license
palchukovsky/takion-bridge
05ba2332f70e63d80ece8de381823c6def878b3f
6656cb5184c0027c871ed0a67f186304abe436f8
refs/heads/master
2022-11-14T20:21:06.836723
2020-07-07T18:58:36
2020-07-07T18:58:36
277,354,182
0
1
null
null
null
null
UTF-8
C++
false
false
1,239
hpp
/************************************************************************** * Created: 2013/04/18 23:47:12 * Author: Eugene V. Palchukovsky * E-mail: eugene@palchukovsky.com * ------------------------------------------------------------------- * Project: Takion Bridge ***********************************...
[ "eugene@palchukovsky.com" ]
eugene@palchukovsky.com
29cbfa85a67f62e3699a2a2d7383d64380878752
d0fb46aecc3b69983e7f6244331a81dff42d9595
/foas/include/alibabacloud/foas/model/GetInstanceCheckpointResult.h
e5ab093bbda4e73c5f4ecca4d82db9be41ddb2fc
[ "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,429
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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
89de69eb36d23511c3b057e5d42fab2d07aff1d6
34b6e001c6bed62386250609a708790a5ec19d85
/Stack/Redundant Brackets.cpp
40f182bdbb3f1e9a2c8f2aed04b66fce88803661
[]
no_license
alkamaazmi/Data-Structures-and-Algorithms
339b3420ee947cd1ed62147210a9d810f4fb23ee
059cbda5f39b59ac7bab07f156e0ea4fe1a6a703
refs/heads/main
2023-04-28T04:32:27.598565
2023-04-20T16:35:05
2023-04-20T16:35:05
329,375,922
1
0
null
null
null
null
UTF-8
C++
false
false
861
cpp
/* * Redundant Brackets * Given a string A denoting an expression. It contains the following operators '+', '-', '*', '/'. * A set of parenthesis are redundant if the same sub-expression is surrounded by unnecessary or multiple brackets. * Chech whether A has redundant braces or not. * A will be always a valid exp...
[ "alkamaazmi07@gmail.com" ]
alkamaazmi07@gmail.com
533cdf8243cbe759cf7339a5a73f753e5c770f03
47c42583c9375eae6b7bef66e6b23692e5312afd
/test_C_sharp/Cee_dll_test/Cee_dll_test/MathFunctions.h
7db296d1b02c386dc62311f4828725c5555b3e67
[]
no_license
stevesmth429/TestProject
8a4a965a5f1141877eb7e938fe35b9cb327b7079
4a33f4019105b87e4fa17492fb8fd097c633a339
refs/heads/master
2020-03-26T18:29:56.701928
2018-08-25T20:16:42
2018-08-25T20:16:42
145,216,081
0
0
null
2018-08-25T20:16:42
2018-08-18T11:53:28
C++
UTF-8
C++
false
false
232
h
#pragma once #include <stdexcept> using namespace std; class MyMathFuncs { public: double Add(double a, double b); double Subtract(double a, double b); double Multiply(double a, double b); double Divide(double a, double b); };
[ "31626808+stevesmth429@users.noreply.github.com" ]
31626808+stevesmth429@users.noreply.github.com
a2d2e84e42ff309702cc2181e0ed2be2214ae20e
c3e4cf2b4918b81ac895954ccbea72cf7992cbd5
/hackerearth/contests/easy/one_string_no_trouble.cpp
0e86bab8112876f6fbddeb8ec3eff42863dd47b0
[]
no_license
championballer/PlacementPrep
4bdce3f04dd7d576b4d838788798150a5c8a490f
e0a2aabff5423a66fb67bfb9e632022967266abc
refs/heads/master
2020-04-05T17:40:34.758609
2019-12-08T06:16:43
2019-12-08T06:16:43
157,071,075
0
0
null
null
null
null
UTF-8
C++
false
false
491
cpp
#include<bits/stdc++.h> using namespace std; int main() { string in; cin>>in; int mx = 1; char prev = in[0]; int current_length = 1; for(int i=1;i<in.length();i++) { if(in[i]!=prev) { current_length++; if(current_length>mx)mx = current_len...
[ "championballer08@gmail.com" ]
championballer08@gmail.com
112c3616b3cb6c675f88b9b52d773cd69f4f25c9
388779928a49328f53753b004dbd9040b6fac9a4
/sketch_may16a/sketch_may16a.ino
5235884103a8017240eedc53e49e7c5e20016e15
[]
no_license
svollmer9/arduino-humidity-sensor
eed43a8d3bb7d896ba536d04ea69c3d90dda3ee7
91d256d4ab47636c5b4588d26a94b2a39d2ef487
refs/heads/master
2021-01-16T20:42:29.057362
2016-06-03T06:29:18
2016-06-03T06:29:18
60,323,166
0
0
null
null
null
null
UTF-8
C++
false
false
1,077
ino
#include <Wire.h> int address1 = 0x27; //decimal address of sensor 1 unsigned long reading = 0; float output = 0; void setup() { Serial.begin(9600); Wire.begin(); // create a wire object pinMode(SDA, INPUT); pinMode(SCL, INPUT); } void loop() { read_hum(address1); } int read_hum(int address) { ...
[ "svollmer@calpoly.edu" ]
svollmer@calpoly.edu
b5b07b4c0ed9dc940b2800ee3c46ae4e6e192147
5456502f97627278cbd6e16d002d50f1de3da7bb
/chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc
ef67c8370e4dfe04788f009a8bb0472a9d1329fe
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,933
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/macros.h" #include "base/strings/stringprintf.h" #include "chrome/browser/sync/test/integration/extensions_helper.h" #include "c...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
e06b435057fe237912a74feb978ce10055ab1759
938e4888840de783c74cd6bcf0a44443472054dd
/gammacombo/include/PDF_GLWADS_Dpi_K3pi_Dmix.h
d3e9003f23a2b9e58fff33d9baee1fcc208ba950
[]
no_license
ppodolsky/pygammacombo
1922fb541a8d48f3b08558c1552053e2cf6017cd
fa52d2cda49694de36deb13e235f4e0801fd0fe5
refs/heads/master
2021-01-14T08:57:06.796747
2016-02-14T05:39:59
2016-02-14T05:39:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
784
h
/** * Gamma Combination * Author: Till Moritz Karbach, moritz.karbach@cern.ch * Date: August 2012 * * Change to equations that consider D mixing. * **/ #ifndef PDF_GLWADS_Dpi_K3pi_Dmix_h #define PDF_GLWADS_Dpi_K3pi_Dmix_h #include "PDF_GLWADS_Dpi_K3pi.h" #include "RooGLWADSDmixAcpVar.h" #include "RooGLWADSDmix...
[ "ppodolsky@me.com" ]
ppodolsky@me.com
ec5c740c4c1ee1843894d7123b0c0d6c7dd05650
fc50a70aa8fddeeaff3074816b66e13b1637a1cc
/PersonDetection/src/seguimiento.cpp
a61344ad3d8ffd5503d66ddfef21792e6f9ae41c
[]
no_license
silverboy/PersonDetection
caf789d47a6d23e5b3a68fb0677c65950ef449ad
c83934b2a509404ae17ff9170e168b6d47cf28d0
refs/heads/master
2021-03-13T00:01:20.066778
2013-07-17T13:22:59
2013-07-17T13:22:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,132
cpp
#include "seguimiento.h" Cluster::Cluster(clusterType type, int index_inicio): type(type), index_inicio(index_inicio) {} int Cluster::getIndex_inicio() { return index_inicio; } int Cluster::getNumPoint() { return n_point; } ArPose Cluster::getPoint() { return centro; } void Cluster::incrementa...
[ "jplata@comares.ugr.es" ]
jplata@comares.ugr.es
ba5435057e008840f7c637e1d01fae34bb1dcbbb
da72d7ffe4d158b226e3b3d9aabe900d0d232394
/libc/test/src/__support/CPP/atomic_test.cpp
548470f347999fc2aafb093117e914051c947b74
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
ddcc/llvm-project
19eb04c2de679abaa10321cc0b7eab1ff4465485
9376ccc31a29f2b3f3b33d6e907599e8dd3b1503
refs/heads/next
2023-03-20T13:20:42.024563
2022-08-05T20:02:46
2022-08-05T19:14:06
225,963,333
0
0
Apache-2.0
2021-08-12T21:45:43
2019-12-04T21:49:26
C++
UTF-8
C++
false
false
1,117
cpp
//===-- Unittests for Atomic ----------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "sivachandra@google.com" ]
sivachandra@google.com
4e45990e3a6b79a36372ab704270e0b14ad5779e
b0da51354ec662292efe2339988545f4737a9553
/code/extlibs/tinyxml/tinyxml.cc
7286469a93cc2c8252fc6f6de998ae2767673944
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
Core-Game-Project-2016/nebula-trifid
9a49d7ae5d896a28e11805ba1404b743add2e9d6
2f1b1d6986a049b4d133d65bef6c0aeb674e1a94
refs/heads/master
2021-01-22T00:29:10.314856
2016-05-27T23:05:01
2016-05-27T23:05:01
55,078,691
0
1
null
2016-05-20T15:32:12
2016-03-30T16:23:52
C++
UTF-8
C++
false
false
34,036
cc
/* www.sourceforge.net/projects/tinyxml Original code (2.0 and earlier )copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permissio...
[ "johannes@gscept.com" ]
johannes@gscept.com
703119d8f258282094680671aaceb7b36f0035dc
26dfd6763c2956f853a5ec631d829e193adc41e0
/src/test/net_tests.cpp
3b5f1f7a00dad371adcc9c316b12b8a64b192ae6
[ "MIT" ]
permissive
pallas1/SUQA-0.17.1
205d1032b42fd2dcdc2f3299b3c0e9f3e7984196
e95747262e4e8362a345e0662f0c951f07b7672f
refs/heads/master
2020-04-16T03:01:52.810925
2019-06-23T21:22:14
2019-06-23T21:22:14
165,217,705
2
3
MIT
2019-06-23T21:22:15
2019-01-11T09:34:54
C++
UTF-8
C++
false
false
7,276
cpp
// Copyright (c) 2012-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <addrman.h> #include <test/test_suqa.h> #include <string> #include <boost/test/unit_test.hpp> #include <hash.h> #incl...
[ "barrystyle@westnet.com.au" ]
barrystyle@westnet.com.au
eb2020b3fea760def6fa2032cb439dc18c5eda86
e94d402c7e0142a88529f8bd14fe3142ee59c1e6
/tools/Speer/src/Rate4SiteSource/nj.h
c5c3b179d847c5e2bb89f23ef0fa424e6e5d657c
[ "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-public-domain" ]
permissive
shivashamloo/tcp-follow_up
91610204771ba99c87a210c8e513b1c511e69100
e483db1b2768f882a837e6fca695939d26371c94
refs/heads/master
2020-07-22T09:26:33.309331
2020-04-15T20:00:51
2020-04-15T20:00:51
207,148,876
0
0
null
null
null
null
UTF-8
C++
false
false
3,320
h
// $Id: nj.h,v 1.1 2008/11/17 16:45:32 lanczyck Exp $ // version 1.00 // last modified 3 Nov 2002 #ifndef ___NJ #define ___NJ #include "definitions.h" #include "tree.h" #include "sequenceContainer.h" #include "njConstrain.h" #include "distances2Tree.h" using namespace std; class NJalg : public distance...
[ "shivashamloo@Shivas-MacBook-Air.local" ]
shivashamloo@Shivas-MacBook-Air.local
a556e6c71c9015242b1bf68f8084fbf8d0261ca1
3e1e19cd491ea63fe7fa093fd3e910b2658c39a8
/STLTest/STLTest/suanfa.cpp
68ea0bb88f1eaee15cca8a51751d0570d3080e65
[]
no_license
wgysarm/study
6127d7ed7b2311f880b65fd7160f864ab79ce525
b61949a389a58fde0d80b420833fecf97c032555
refs/heads/master
2021-07-16T03:35:56.665178
2017-08-14T13:47:56
2017-08-14T13:47:56
94,952,997
1
0
null
null
null
null
UTF-8
C++
false
false
151
cpp
#include <numeric> #include <algorithm> #include <functional> #include "suanfa.h" using namespace std; void suanfatest(void) { return; }
[ "doctoradmin@163.com" ]
doctoradmin@163.com
fab2060bd1ef187604af79e089f02ca2ceab0339
8aa7bf7fcc0d1cb92e595ed360fe0b093505b082
/ac_automata/AcAutomata/tests/DictTrie_test/DictTrie_test.cpp
d9690099e0bbe8c252ca56ee78f7cadb99078682
[]
no_license
Ivanqi/algorithm
63323f6afcfdeb496c43a65034ea77d338291cf6
7d43d9e97de232f69e4eb687ed84d90bd1397df8
refs/heads/master
2022-04-28T17:07:09.193488
2022-03-21T12:55:15
2022-03-21T12:55:15
199,848,944
7
4
null
null
null
null
UTF-8
C++
false
false
2,753
cpp
#include "DictTrie.h" static const char* const DICT_FILE = "../testdata/extra_dict/dict.small.utf8"; static const char* const USER_FILE = "../testdata/userdict.utf8"; void test_case_1() { DictTrie *trie; trie = new DictTrie(DICT_FILE); delete trie; } void test_case_2() { string s1, s2; DictTrie...
[ "512350225@qq.com" ]
512350225@qq.com
af9cf356fb6c99cdf26147f717690f7baaaa5dc0
82eda2c5b00944ac23d67c607294687ff7db40e9
/cpp/containertablemodel.cpp
0693aaefac1660456e2013bfe64cd6b23f9a70f4
[]
no_license
simoneBarco/Qt-project
f43e4b115e59aff5d3f7cb54eb0b92f3fd5cfef6
bc7964093ecfce8e4376cb6da7bfabc479f06633
refs/heads/master
2020-04-07T16:48:54.734492
2018-04-10T10:03:54
2018-04-10T10:03:54
124,224,181
0
0
null
null
null
null
UTF-8
C++
false
false
8,191
cpp
#include "containertablemodel.h" #include <QString> #include <QDebug> ContainerTableModel::ContainerTableModel(QObject* parent): QAbstractTableModel(parent) {} //ritorna il numero di righe per ogni tabella int ContainerTableModel::rowCount(const QModelIndex &parent) const{ Q_UNUSED(parent); if(this->obje...
[ "simonebarco93@gmail.com" ]
simonebarco93@gmail.com
ecd6d387caaa907ba1f518f3b006a9bc55ea334c
d4f74021c5527c0344072f09719d1497fb5562d1
/Server-ArduinoClient/CLIENTE(arduino)/Arduino-ESP8266_libs-master/ESP8266_TCP.cpp
df5fea228cedf7060e84316a91b216c017ce2251
[ "Apache-2.0" ]
permissive
CarlosSequi/TFG
f895d186234a07072e97e215a23d426e890f1b5a
24deb9010b5aca1326accb986eeed945536f7745
refs/heads/master
2020-06-10T18:06:37.556770
2019-06-25T12:34:26
2019-06-25T12:34:26
193,700,763
0
1
Apache-2.0
2019-10-27T18:53:07
2019-06-25T12:10:12
C#
UTF-8
C++
false
false
15,520
cpp
/* WiFlyTCP.h - WiFly Library for Arduino */ #include "ESP8266_TCP.h" /* * two-wire constructor. * Sets which wires should control the motor. */ ESP8266_TCP::ESP8266_TCP() { } void ESP8266_TCP::begin(Stream *serial, Stream *serialDebug, int pinReset) { pinMode(pinReset, OUTPUT); digitalWrite(pinReset, HIGH)...
[ "32844792+CarlosSequi@users.noreply.github.com" ]
32844792+CarlosSequi@users.noreply.github.com
a408867d00961c89c45f31096a7f575adea319ea
6ac945be277eed33c654862128283fed6bb5d0d5
/Lab_5/c/stack_with_queue.cpp
2334f17a99251c8082f65bc4945337b417340954
[]
no_license
JACK0YORK/Data-Structures-and-Algorithms
370edb84ff1912f9d64498a7b0e3d1559b2f44f5
a5703b043bf40f1af42959bc29e45732c879b08b
refs/heads/main
2023-04-12T03:13:17.109243
2021-04-19T16:15:43
2021-04-19T16:15:43
328,751,965
0
0
null
2021-01-11T21:57:55
2021-01-11T18:11:34
Java
UTF-8
C++
false
false
732
cpp
#include "queue.h" template <typename T> class StackWithQueue { my::Queue<T> *queue1 = new my::Queue<T>(); my::Queue<T> *queue2 = new my::Queue<T>(); public: void push(T value) { queue2->enqueue(value); while (!queue1->isEmpty()) { queue2->enqueue(queue1->dequeue()...
[ "jack0york@gmail.com" ]
jack0york@gmail.com
a27d30843bccf69d8c82ebc6631a93aee421f3d6
a802488c68d5c8607e8d4696b8244eaacc9c3ac2
/DK/DKFramework/DKSpline.h
73574d9bf6370279576abbdd7e9fac555ad9de50
[ "LGPL-2.0-or-later", "BSD-3-Clause" ]
permissive
Hongtae/DKGL
e311c6e528349c8b9e7e8392f1d01ac976e76be1
eb33d843622504cd6134accf08c8ec2c98794b55
refs/heads/develop
2023-04-28T22:02:44.866063
2023-01-14T02:11:30
2023-01-14T02:11:30
30,572,734
11
3
BSD-3-Clause
2023-01-18T03:02:10
2015-02-10T03:23:18
C
UTF-8
C++
false
false
3,208
h
// // File: DKSpline.h // Author: Hongtae Kim (tiff2766@gmail.com) // // Copyright (c) 2004-2016 Hongtae Kim. All rights reserved. // #pragma once #include "../DKFoundation.h" #include "DKVector2.h" #include "DKVector3.h" #pragma pack(push, 4) namespace DKFramework { /// @brief spline class, calculates spline cur...
[ "tiff2766@gmail.com" ]
tiff2766@gmail.com
3c67c3ed7a9300b89ea4bbde7d57e984302fb521
45d300db6d241ecc7ee0bda2d73afd011e97cf28
/OTCDerivativesCalculatorModule/Project_Cpp/lib_static/FpmlSerialized/GenClass/built_in_type/XsdTypeNonPositiveInteger.hpp
d839d5596e3bfa4054cdc02305c604a24b42e753
[]
no_license
fagan2888/OTCDerivativesCalculatorModule
50076076f5634ffc3b88c52ef68329415725e22d
e698e12660c0c2c0d6899eae55204d618d315532
refs/heads/master
2021-05-30T03:52:28.667409
2015-11-27T06:57:45
2015-11-27T06:57:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,130
hpp
#ifndef FpmlSerialized_XsdTypeNonPositiveInteger_hpp #define FpmlSerialized_XsdTypeNonPositiveInteger_hpp #include <string> #include <iserialized.hpp> #include <ql/time/date.hpp> using namespace QuantLib; namespace FpmlSerialized { class XsdTypeNonPositiveInteger : public ISerialized { public: XsdTypeNonP...
[ "math.ansang@gmail.com" ]
math.ansang@gmail.com
29ff1f6b46ead1ed493cfa9cd0e9c0ba6ed6df12
286bc6ecf3915f9820ed363f4812d076fd32d93e
/073. Search a 2D Matrix/TEST.cc
536a7838d79f60235ce5a653dcc4c6326687972a
[ "MIT" ]
permissive
Rich-Leung/LeetCode
10dc871a9ead28f7d12907484faac5bf4932bd85
6aa837257dd14d841d88689fc2d3b4b3522a96d4
refs/heads/master
2023-04-11T00:46:09.257728
2021-04-18T16:33:03
2021-04-18T16:33:03
359,196,268
0
0
MIT
2021-04-18T16:26:12
2021-04-18T16:26:12
null
UTF-8
C++
false
false
606
cc
#define CATCH_CONFIG_MAIN #include "../Catch/single_include/catch.hpp" #include "solution.h" TEST_CASE("Search a 2D Matrix", "[searchMatrix]") { Solution s; SECTION( "1" ) { std::vector<std::vector<int> > vec{{1,3,5,7},{10,11,16,20},{23,30,34,50}}; REQUIRE( s.searchMatrix(vec, 3) == true )...
[ "urbancpz@gmail.com" ]
urbancpz@gmail.com
1bb3e2d06fae16a0dbe7f7c48376780900bf670d
fd83552af4723236e3badfdb5fb2dd9058378039
/public/plagiarism_plugin/dataset/dataset_1/24 26 5114100188--tamagotchi.cpp
6275bd6635ea267cc4ef01afc7ee7891cbbf55ce
[ "MIT" ]
permissive
laurensiusadi/elearning-pweb
248086e0eb75c62f6d8ed104300645488d20ffa2
c72ae1fc414895919ef71ae370686353d9086bce
refs/heads/master
2020-04-06T04:43:39.941295
2017-03-27T09:58:31
2017-03-27T09:58:31
82,892,981
0
0
null
null
null
null
UTF-8
C++
false
false
4,295
cpp
#include <iostream> #include <string> #include <time.h> #include <stdlib.h> using namespace std; class Petstat { public: string nama; int mandi; int makan; int main; int obat; int tidur; int koin; Petstat() { } void Menupet(Petstat pets) { cout << pets.nama << "'s status:\nCleanness : " << pets.mandi <<...
[ "laurensiusadi@gmail.com" ]
laurensiusadi@gmail.com
8f21a419671f97f31c463ac64cc690fd0e45df44
426be981352881138c26492c0cdc1107a9c0afa4
/x-ees/src/main.cpp
5a1a8efc21c97df8511b9ec1badfd95d751dcf5a
[]
no_license
OverfittingStudyRoom/x-trader
491910f7284913330c4afac767c3c00893a9b9ba
247d1043bbb98ee7d53b5de447904ebde186093c
refs/heads/master
2023-03-31T13:01:38.097797
2020-03-12T12:29:37
2020-03-12T12:29:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,430
cpp
#include <pthread.h> #include <stdlib.h> #include <stdio.h> #include <pthread.h> #include <dlfcn.h> #include <string> #include <signal.h> /* signal */ #include "vrt_value_obj.h" #include "l1md_producer.h" #include "fulldepthmd_producer.h" #include "tunn_rpt_producer.h" #include "uni_consumer.h" #inclu...
[ "17199883@qq.com" ]
17199883@qq.com
2e02caed82e179cabab459ad07bcfda752ab77b8
8a55bdec478d2fb48508deac13ca3aeeda46fa06
/src/qt/receiverequestdialog.cpp
83341d93ebb301830ab867d9c7fcbfa04884f4ff
[ "MIT" ]
permissive
hideoussquid/aureus-core-gui
83b0525e1afa349e0834e1a3baed5534043cd689
ce075f2f0f9c99a344a1b0629cfd891526daac7b
refs/heads/master
2021-01-19T00:04:39.888184
2017-04-04T08:15:18
2017-04-04T08:15:18
87,142,504
0
0
null
null
null
null
UTF-8
C++
false
false
6,067
cpp
// Copyright (c) 2011-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "receiverequestdialog.h" #include "ui_receiverequestdialog.h" #include "aureusunits.h" #include "guiconstants.h" #i...
[ "thesquid@mac.com" ]
thesquid@mac.com
7f78735eb7c1368284a9aafaf1405e8e7ba7f377
30e354327aa7b0dc868bf9880e7cfa61635b6f6b
/libspaghetti/source/elements/ui/push_button.cc
df4a7a9851524f6a789ddd67172659acf395049b
[ "MIT" ]
permissive
daniildeveloperforks/spaghetti
2d73953cf28fa654c561c246539f660e5383a4dd
300160af2cfc4905ff99299c7887d88bfa500c2e
refs/heads/master
2021-05-02T11:26:43.052587
2018-02-08T11:04:36
2018-02-08T11:04:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,689
cc
// MIT License // // Copyright (c) 2017-2018 Artur Wyszyński, aljen at hitomi dot pl // // 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 th...
[ "artur.wyszynski@hitomi.pl" ]
artur.wyszynski@hitomi.pl
219ee1d0d5cc5497c4e2d9b2bdf81cca4e4d12ab
694c187c8a00bee8c670c1690170099bad9b16b3
/prime_fibonacci.cpp
ce0f45632022b3a3cfbedc73ae3c0ed11896c349
[]
no_license
ajayvenkat10/Competitive
301f220b6d296f7e34328f192c43c4d7ef208cb1
14f2ecebe10eb19f72cc412dd0c414b3b1de9b4d
refs/heads/master
2022-11-20T14:31:33.590099
2020-07-23T15:39:14
2020-07-23T15:39:14
281,599,951
0
0
null
null
null
null
UTF-8
C++
false
false
1,586
cpp
#include <bits/stdc++.h> #include <cstdlib> #include <math.h> #include <cmath> #include <string> #define MAX 1000005 #define ll long long using namespace std; bool isPrime(ll num) { if(num < 2) return(false); for(ll i=2; i<sqrt(num)+1; i++) { if(num%i == 0) return(false); ...
[ "37923623+ajayvenkat10@users.noreply.github.com" ]
37923623+ajayvenkat10@users.noreply.github.com
0207ba4cf1985af746913d03f2adbf30c14f2ff2
9333a9fb1b3e4bd2cae2d735027658e9d2240205
/Action.h
ce063b82e45b26aea0ec4c3164cc04469dcd4e8d
[]
no_license
legionth/DevGame
b17a4f5f5ac09df7deb36fc16d431cef11bc686e
e5fcce9daa1c6906f6af6a594fbbd20d9d6e1c52
refs/heads/master
2020-05-03T05:42:49.046030
2013-12-18T22:12:39
2013-12-18T22:12:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
294
h
#pragma once #include "Menu.h" #include "Button.h" class Game; class Action : public Button { public: Action(void); Action(Menu* menu); ~Action(void); void action(Game* game); void draw(sf::RenderWindow* window); void setName(std::string name); private: Menu* menu; sf::Text *name; };
[ "werwofl@googlemail.com" ]
werwofl@googlemail.com
a4519c9c7e75587cd77aed47f4a725a63dfdb8cc
25e7d840203e705c6a68aed079cc9844954b9536
/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h
9a544b0a8d459602071958ed73559d4bdeef7078
[ "BSD-2-Clause", "LicenseRef-scancode-secret-labs-2011", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0" ]
permissive
yf225/pytorch
874892cd9d0f7bb748e469cfca23a3f503ea4265
39590d06c563d830d02b9f94611ab01f07133c97
refs/heads/main
2023-07-24T06:17:16.324006
2023-04-24T18:22:54
2023-04-24T18:22:59
113,096,813
1
3
NOASSERTION
2023-08-29T18:46:16
2017-12-04T21:25:08
Python
UTF-8
C++
false
false
35,873
h
#include <ATen/ATen.h> #include <cmath> #include <vector> #include <cuda_fp16.h> #include <ATen/cuda/CUDAContext.h> #include <c10/cuda/CUDAGuard.h> #include <cutlass/bfloat16.h> #include <cutlass/gemm/gemm.h> #include <cutlass/layout/matrix.h> #include <cutlass/layout/vector.h> #include <cutlass/numeric_types.h> #i...
[ "pytorchmergebot@users.noreply.github.com" ]
pytorchmergebot@users.noreply.github.com
39c71e662325908cdff0f37edc41377980f31075
a2e8c052c9d5c98d172cbcfbb8b5e2d192209be6
/cpp_interface/Plane.h
cc569359e7013bcf5b1ea9ec605f28b890b4a8f8
[]
no_license
Nightstars/cpp_interface
36ebbcfd5080b1dd18a5692fa8159b930012d718
ab56058fbc964d1198b890801071aa19dd01acee
refs/heads/master
2022-12-31T15:56:23.987193
2020-10-05T14:30:37
2020-10-05T14:30:37
301,439,426
0
0
null
null
null
null
UTF-8
C++
false
false
254
h
#pragma once #include "Flyable.h" #include <string> using namespace std; class Plane : public Flyable { public: Plane(string code); //virtual void takeoff(); //virtual void land(); void printCode(); private: string m_strCode; };
[ "christzhangowner#gmail.com" ]
christzhangowner#gmail.com
5a5f65af209ae9019020feb9b18d552c5d616a52
3fb575bb55b7945755352b289e59e555ec756dfa
/lab6/reader.cpp
04fe6412b71df278e84a83bfb48571c7ab70864e
[]
no_license
noukentosh/oslabs
3ce4f01ec94d5264596e9d29918c718cdab7de6d
3afd359edfdbe6d9780c567dea4e5339f918f9a7
refs/heads/master
2023-09-06T01:06:00.273914
2021-11-15T19:05:44
2021-11-15T19:05:44
418,998,595
0
0
null
null
null
null
UTF-8
C++
false
false
1,879
cpp
#include <iostream> #include <fstream> #include <thread> #include <semaphore.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/shm.h> #include <sys/socket.h> #include <signal.h> #define WRITERSEM "/labsem.writter" #define READERSEM "/labsem.reader" bool exitFlag; sem_...
[ "noukentosh@gmail.com" ]
noukentosh@gmail.com
7f4ad17bba915e44e23bfa82f34387a8f85b693a
2397de5d9bed9fe88e6848db61bad320639953f6
/DSSG2017_gas_testbed/gas_testbed/gas_testbed.ino
cd53d98bb98581a24d361d26f3d62b023d8968b3
[]
no_license
cledantec/Cycle-Atlanta-SLaB
4cc612e4f9b1b3ecea3d344ea67afad2ac821867
f31991923be0d20f611fecec13ba616f12b5781b
refs/heads/master
2023-01-21T19:01:09.727073
2020-05-02T16:19:53
2020-05-02T16:19:53
88,667,150
4
3
null
2023-01-05T11:15:22
2017-04-18T20:22:28
HTML
UTF-8
C++
false
false
2,850
ino
#include <Wire.h> #include <Adafruit_ADS1015.h> #include <stdio.h> //for Gases sensor init Adafruit_ADS1015 ads; // Construct an ads1015 at the default address: 0x48 Adafruit_ADS1015 ads2(0x49); Adafruit_ADS1015 ads3(0x4A); int resetPin = 12; void setup() { digitalWrite(resetPin, HIGH); delay(200); pinMode(...
[ "deeper.myeong.lee@gmail.com" ]
deeper.myeong.lee@gmail.com
c84c154ff1b252e4ec652589774d9faafa60a3df
2e02f4a1333b593cd45ea6e8aadb21e1fb4b3e2f
/CodeForces/C/1472 C.cpp
f8a89b32abb15955dfc665d8bb69f978b90cd205
[]
no_license
rahul-goel/CompetitiveProgramming
33c42145a5807ce1e1b94334faeeb960ad381edb
7c042b81dd9208137bbbd34e397baa55c85ff793
refs/heads/master
2022-09-25T04:26:16.173096
2022-09-05T18:26:23
2022-09-05T18:26:23
231,899,837
0
0
null
null
null
null
UTF-8
C++
false
false
2,735
cpp
/* Created by Rahul Goel. */ #include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> /*******************************************************************************/ using namespace std; using namespace __gnu_pbds; template < typename T > using ordered_set = tree<T, n...
[ "rahulgoellko@gmail.com" ]
rahulgoellko@gmail.com
61177c1d8a4ad083ed48a758ac0d72aa9ae10e79
ba973f4a5041e981d7a693c0a3bb001224fb1d31
/chrome/browser/extensions/api/instance_id/instance_id_apitest.cc
f967a3ee4763fb0bbb262bc730973c1b8161782d
[ "BSD-3-Clause" ]
permissive
jdragonbae/chromium
8c7baf22e9e01ba7afd6e9c6eadb4e3075672e52
b67648ad60a925974ba5ec5437fe946ea269ab2a
refs/heads/master
2022-11-19T16:42:35.350469
2018-10-11T11:13:19
2018-10-11T11:13:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,655
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include <utility> #include "base/macros.h" #include "base/run_loop.h" #include "chrome/browser/extensions/api/instance_id/instance_id_...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
18e71155be973885734ddaded4ffc989b3d2b7b0
4d415255b193f9285c194de088b9cbf832a0a943
/source/destroy_enemy_rate.cpp
2323e56347de34adeddfda149422cb85399a383d
[]
no_license
yamikumo-DSD/my_game_project_unified
6dd21e6c5f16c27e20c8e53cf23bb904ba773e8e
baeea3e0bfb0535e102e8f00decda92bce88a613
refs/heads/master
2020-04-05T23:47:36.931603
2016-11-18T08:25:10
2016-11-18T08:25:10
52,700,981
0
0
null
null
null
null
UTF-8
C++
false
false
2,983
cpp
//destroy_enemy_rate.cpp #include "destroy_enemy_rate.h" #include "decl_static_image_handler.h" #include "image_pool.h" #include <type_traits> #include "lock_weight_to_rate.h" #include "mathematics.h" #include "print_digit.h" #include <boost/lexical_cast.hpp> #include "debug_value.h" #include <boost/format.hpp> #ifnd...
[ "やみくも" ]
やみくも
39cb82aaf2425057c52ccaf546bfd5e4c1f9a1d2
739732d3a6b548404f432ad8ff918841249a18ec
/src/TransText/TextFormat.cc
944faa8123aff2f550eccb125c8ac2a077e47380
[]
no_license
yiique/TranslationSystemSimple
9417e14c198c9622fbb9e1f046445ba1462b458f
62a9eea538bae1739b7a4e2bfa39fd0e27d8967d
refs/heads/master
2020-04-09T21:25:23.550131
2016-09-12T12:59:12
2016-09-12T12:59:12
68,007,511
0
0
null
2016-09-12T12:59:12
2016-09-12T12:37:25
C++
GB18030
C++
false
false
2,342
cc
#include "TextFormat.h" #include "Common/f_utility.h" #include <sstream> void TextFormat::Clear() { for(size_t i=0; i<m_para_vec.size(); ++i) { delete m_para_vec[i]; } m_para_vec.clear(); } void TextFormat::Reset(const vector<string> & para_vec, const vector<pair<size_t, size_t> > & pos...
[ "liushuman@liushumandeMBP.lan" ]
liushuman@liushumandeMBP.lan
a1eaf2b508accde1d2dfcfba4149f488f0974fa7
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Event/EventBookkeeperTPCnv/src/EventBookkeeper_p2.cxx
40775bf3ff8ddd38d10eeea6d0a53425476f1fb1
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
1,842
cxx
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ /////////////////////////////////////////////////////////////////// // Author: David Cote, September 2008. <david.cote@cern.ch> /////////////////////////////////////////////////////////////////// #include "EventBookkeeperTPCnv/EventBookk...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
159781d31d341a3b84808fe8ddf1c9b472579e1f
7c9d3b1417ff6c822bf7ed5fcdb5053eec347e73
/comms/include/blazingdb/manager/Manager.h
79620040b2faa6ee7d9671b0974aae45f1ae2b2f
[ "Apache-2.0" ]
permissive
aocsa/blazingsql
e4bc19b39b3f0ecf8572f7f9be26c10367c71b41
0b18be9a15f1eac514a3c96831984984d0d30b55
refs/heads/branch-0.12
2020-12-05T17:35:30.399878
2020-02-04T23:16:42
2020-02-04T23:16:42
232,191,410
1
0
Apache-2.0
2020-04-20T18:57:02
2020-01-06T21:47:24
C++
UTF-8
C++
false
false
1,022
h
#pragma once #include <memory> #include <vector> #include "blazingdb/manager/Cluster.h" #include "blazingdb/manager/Context.h" #include "blazingdb/transport/Client.h" namespace blazingdb { namespace manager { class ManagerClient { public: virtual transport::Status Send(transport::Message& message) = 0; }; /// \b...
[ "cristhian@blazingdb.com" ]
cristhian@blazingdb.com
ad5605efd38208bbd5ed576db6f1608b7c595468
828d41a44551ec5c14be9af336872c0aca3f8a54
/shared/src/Socket.cpp
24a9db3e9e2502fbf971a1101f55e7e2e0174785
[]
no_license
Petru98/MySSH
895d455d4fa37f945e279015c376e7ac41802c0f
e4b35bb46a2ee2404040eeb62e5326444835e4c8
refs/heads/master
2021-03-24T13:15:48.666457
2018-01-18T11:27:54
2018-01-18T11:27:54
114,278,687
0
0
null
null
null
null
UTF-8
C++
false
false
7,700
cpp
#include <Socket.hpp> #include <unistd.h> #include <cstring> #include <limits> #include <cassert> #include <algorithm> Socket::Socket() : FileDescriptor(-1), family(INet) {} Socket::Socket(Socket&& that) : FileDescriptor(that.fd), family(that.family) { that.fd = -1; } Socket::Socket(int fd, int family) : FileDes...
[ "pitimihai@gmail.com" ]
pitimihai@gmail.com
eb97b3bcff12f8d897a667f4f54f32aa28ac3fa6
4ecab1190b24f6866cb3b0e8c5d4a6e74d911c26
/programs/spc/IITKWPCJ_generator.cpp
08474ecbae52f13ab22c644d955db9cbb46e0d55
[]
no_license
bhupkas/Backup
f15ccfa8bc44a2dc3544b204dfeaeea6d8728ded
67d5343cf9de9267488414aa4da0eb2ada867464
refs/heads/master
2020-06-08T09:37:48.140088
2015-05-22T21:00:15
2015-05-22T21:00:15
32,330,228
0
0
null
null
null
null
UTF-8
C++
false
false
1,410
cpp
#define _CRT_SECURE_NO_WARNINGS #pragma comment(linker, "/stack:16777216") #include <string> #include <vector> #include <map> #include <list> #include <iterator> #include <set> #include <queue> #include <iostream> #include <sstream> #include <stack> #include <deque> #include <cmath> #include <memory.h> #include <cstdli...
[ "bhupendra@bhupkas.(none)" ]
bhupendra@bhupkas.(none)