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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
5b3b381aa447927e84d3ea9cf6608752bce59231
b1d16b41a2638fb16a05935aade0885f60cc276b
/Homework1/testnewSequence.cpp
5ef42723cbb020acaedad6426089dbc2df0c63be
[]
no_license
Qiusi-Shen/Data-Structure-and-algorithm
529fbd5251a31c8701470bc4cfffd1f59a04899d
35970c6c03ebd729d30eff3a263493a44db35bec
refs/heads/master
2021-06-15T13:29:08.120562
2017-03-19T23:37:03
2017-03-19T23:37:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
101
cpp
#include"newSequence.h" #include<iostream> #include <cassert> using namespace std; int main() { }
[ "noreply@github.com" ]
Qiusi-Shen.noreply@github.com
f1a4ea233bd0a069d8961a81eb701e993c4dc236
8931af9d13bc130e5942a89bb64d50cd7b916381
/UVALive/5061.cpp
6f6d41a1b9289ae421a8384cb1468790076d037c
[]
no_license
winoros/Acm
903483b2d0805bfcdabea05f268ee9cac03fac9e
eade17fccb7f9f780d31e28d51c0be221923bbf1
refs/heads/master
2020-04-08T13:13:35.818720
2015-09-28T12:18:29
2015-09-28T12:18:29
29,530,360
2
1
null
null
null
null
UTF-8
C++
false
false
2,176
cpp
/* * ===================================================================================== * * Filename: 5061.cpp * * Description: * * Version: 1.0 * Created: 2015/2/13 12:33:27 * Revision: none * Compiler: gcc * * Author: winoros (Ding), winoros@gmail.com ...
[ "winoros@gmail.com" ]
winoros@gmail.com
63cce410fac6bfe39eafa45239afe3e308e73e6b
abeac60c3383da55d9db33143d463f6024318dd2
/Model.h
90c36ea894ef4fd0b03800040f412ac93973bb48
[]
no_license
norman-derek/EnglishToTutnese
8a8f7a1890508084b6b5df17aef7e21f87b40978
7cf3addfdb4729378b4d58d7d8ef098d206b706b
refs/heads/master
2023-08-05T01:12:10.866896
2021-09-20T23:28:23
2021-09-20T23:28:23
407,719,752
0
0
null
null
null
null
UTF-8
C++
false
false
863
h
/* Derek Norman 2364922 norman@chapman.edu CPSC-350-03 Assignment 1 */ //This file contains the basic structure for the Model class. The Model class translates single and double characters from english to tutnese #include <iostream> using namespace std; //Model class translates single character from english to tut...
[ "dereknorman@Dereks-MacBook-Pro.local" ]
dereknorman@Dereks-MacBook-Pro.local
1b718262727e8db267d2a7257f51c5f4588586cf
701c157f3ee171eecfeaed07c05989c363986b96
/189RotateArray/rotate.cpp
03d5baf3a3e1003d901b20974e7b235b7657f0a3
[]
no_license
dupark3/LeetCodeProblems
53f0f21a1d39540753512e7ba3c1f209091862de
35b91aecaf9507ab6f9ab86643c0737483ccf427
refs/heads/master
2020-03-21T13:59:31.803039
2018-10-22T12:23:10
2018-10-22T12:23:10
138,636,176
0
0
null
null
null
null
UTF-8
C++
false
false
828
cpp
#include <algorithm> #include <iostream> #include <vector> using namespace std; class Solution { public: void rotate(vector<int>& nums, int k) { int size = nums.size(); k = k % size; // reverse last k elements reverse(nums.begin() + (size - k), nums.end()); // rev...
[ "dupark3@gmail.com" ]
dupark3@gmail.com
f7e40a381e4d0aa313212a4c532f6b4a5f319654
96e9e49ffc835b9a515ab4aa6a31712075c723db
/Temp/il2cppOutput/il2cppOutput/Bulk_Generics_4.cpp
921ed62ed0ff09a8f061f40d03e314f15c14f094
[]
no_license
huyang421/MMSS
78d8ecdca42a99994dde589c7c53e690c2005aef
48c5c8c084f84ad24b989eca50e52c91914a5045
refs/heads/master
2020-05-17T22:40:42.114027
2019-04-29T06:57:03
2019-04-29T06:57:03
184,009,104
0
0
null
null
null
null
UTF-8
C++
false
false
1,417,107
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "646433178@qq.com" ]
646433178@qq.com
9c811bcfee8fa6db3020bdd387656b362fe8bcfc
e090c1f77179de0817bcc4376cecd2e5317ce90e
/sub/core/cv_Mat.cpp
ce562e2383c248ae387a9a6fc0850db6ffcc925a
[]
no_license
lubyk/cv
98d28900f8d43df00e5f8ef05ed869e8628d6bf8
0ff20314a0e43d17591a9f61c56c1c953dbf2e57
refs/heads/master
2020-05-16T22:59:35.189264
2012-04-18T15:07:28
2012-04-20T15:36:34
3,227,113
0
1
null
null
null
null
UTF-8
C++
false
false
54,727
cpp
#include "cv/cv.h" #include "lua_cpp_helper.h" using namespace cv; /* ============================ Constructors ====================== */ /** cv::Mat::Mat() * include/opencv/cxcore.hpp:746 */ static int Mat_Mat1(lua_State *L) { try { Mat * retval__ = new Mat(); lua_pushclass<Mat>(L, retval__, "cv...
[ "gaspard@teti.ch" ]
gaspard@teti.ch
3f2c0cab57b6e96668e799026ccd07033eb2550a
b1aef802c0561f2a730ac3125c55325d9c480e45
/src/ripple/app/ledger/LedgerToJson.h
c8d2f69c35b5f808b2a281e3d0a474b5dfb89c0b
[]
no_license
sgy-official/sgy
d3f388cefed7cf20513c14a2a333c839aa0d66c6
8c5c356c81b24180d8763d3bbc0763f1046871ac
refs/heads/master
2021-05-19T07:08:54.121998
2020-03-31T11:08:16
2020-03-31T11:08:16
251,577,856
6
4
null
null
null
null
UTF-8
C++
false
false
1,216
h
#ifndef RIPPLE_APP_LEDGER_LEDGERTOJSON_H_INCLUDED #define RIPPLE_APP_LEDGER_LEDGERTOJSON_H_INCLUDED #include <ripple/app/ledger/Ledger.h> #include <ripple/app/misc/TxQ.h> #include <ripple/basics/StringUtilities.h> #include <ripple/protocol/jss.h> #include <ripple/protocol/STTx.h> #include <ripple/json/Object.h> nam...
[ "sgy-official@hotmail.com" ]
sgy-official@hotmail.com
0570315a403d8b640ebb97fa919c09ab4397e8cc
e11f905da3a467dee4f0caa442ad73f136a9c344
/2_kurs/binary_search_tree/Tree.h
f7b7c0df35385b76cb8ccfd6e16b29e10e284bea
[]
no_license
RuziyaBadrutdinova/Univer_Proga
e9645bb9a4f3b1047ebd2666c0974d5474b02a4d
c939c7d3e5370ceaa56cf54b9ef4b6f293c1cd27
refs/heads/master
2020-04-07T04:45:08.593110
2019-11-18T21:55:18
2019-11-18T21:55:18
158,069,986
0
0
null
null
null
null
UTF-8
C++
false
false
589
h
#ifndef TREE_TREE_H #define TREE_TREE_H #include "NodeTree.h" #include "Queue.h" class Tree { private: NodeTree *root = nullptr; public: Tree(); void setRoot(NodeTree *root); NodeTree *getRoot(); void insert(int element, NodeTree *root); void print(NodeTree *root); bool find(NodeTree *f...
[ "noreply@github.com" ]
RuziyaBadrutdinova.noreply@github.com
8e14d11111aee9219893dd9134f1a1c587a53ef2
6c55391d930a331c61e461147d96efa0a295c967
/include/frameworks/base/include/private/opengles/gl_context.h
c81ab33f363b3cd2345b6aceb37a473ed2bad5c7
[]
no_license
gcxk721/rabbitrender
a31298a7a25ef13f13b18f9b19b4fd56246feecf
ff648c6eceeb38e100e40fcd46101783f8e02512
refs/heads/master
2020-04-07T04:22:46.443570
2018-09-19T00:18:45
2018-09-19T00:18:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,435
h
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
[ "listream@126.com" ]
listream@126.com
9a3e81b4a05fea2a8080a7958907a695e578e1a9
19a9cadd19ed67b2efbaf49a8d17d62ab500875a
/trajectory_server/gezinge_server 0.96/include/query_service.h
c4f88aaf177f7ba9e568cebc656d36048a3130b5
[ "MIT" ]
permissive
ozdenurucar/TrajectoryDataProcessing
8a597d228eb626b097979c2df843927a9ed05f1c
d0685c68a4633587441188fc117ee7760414443a
refs/heads/master
2020-04-12T20:56:18.163420
2018-12-22T17:15:40
2018-12-22T17:15:40
162,750,902
0
0
null
null
null
null
UTF-8
C++
false
false
1,095
h
#pragma once #include <vector> #include "include/point.h" class query_service { public: class qt_node { point _data; point _bottom_left; point _top_right; qt_node* parent; public: qt_node * child[4]; int index; qt_node(qt_node * parent); qt_node(std::nullptr_t, qt_node * parent); point& data(); ...
[ "ozdenuru@gmail.com" ]
ozdenuru@gmail.com
6eddf4e2bdcd2c0eb11dd59e20096c16b14d21da
85ef0f6ffc78282803d1b1e0db8c1800bb01f72c
/leetcode/461.cpp
8532c3dedde25bdc84c41fb42ef8877d7db33b70
[]
no_license
yangyiming0516/my-online-judge-code
76a461142e4a7cc7c2f08c8e2301aadbced3e543
5c2c7baf4acba72056cde83528870cbe5c6b289a
refs/heads/master
2021-01-25T11:57:16.705378
2019-03-03T18:25:03
2019-03-03T18:25:03
123,449,383
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
class Solution { public: int hammingDistance(int x, int y) { int ans=0; while (x!=0 || y!=0){ if ((x&1) != (y&1)) ans++; x >>= 1; y >>= 1; } return ans; } };
[ "noreply@github.com" ]
yangyiming0516.noreply@github.com
de4938b4763fd28fb88bdcb0467e91990e6eea0e
b77d666bc8eec9db2176f6153a92d0281dfd6ef6
/src/relentry.cpp
196eed0882e4531b0fff71fd1699f5eddfa8e5d3
[]
no_license
nmhaker/ss
f8ef9ee348256031d2fa3a0030664787882af5e2
8ffae8191c72241d9344989261f0bbce0d7f9e2d
refs/heads/master
2021-09-16T06:50:44.554439
2018-06-18T01:52:28
2018-06-18T01:52:28
135,822,584
0
0
null
null
null
null
UTF-8
C++
false
false
633
cpp
#include "../include/relentry.h" RelEntry::RelEntry(int offset, RelocationType relocationType, int value) { this->offset = offset; this->relocationType = relocationType; this->value = value; } RelEntry::~RelEntry() { } void RelEntry::setOffset(int offset) { this->offset = offset; } void RelEntry::setRelocationT...
[ "nmhaker@gmail.com" ]
nmhaker@gmail.com
2703f988727ddb86e1746e0daeae031ffddb0665
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/xsystem/SerialWriter.h
25e96212479cb71ac03325481e6d3149eec4356f
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
473
h
#pragma once class BSerialWriter { public: virtual HRESULT writeData(void* pData, long lLength) = 0; virtual long capacity(void) const = 0; HRESULT write(char); HRESULT write(unsigned char); HRESULT write(short); HRESULT write(unsigned short); HRESULT write(int);...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
f565ef8ff2f74ecd73bcc9f45ee02a2f10549104
df86c8195d0fdb99cb70c9683ed690f21cc3e423
/src/AnimatedMesh.cpp
23d64d4af021ebbf1e4e4e67251921543704379f
[]
no_license
GeorgePMarshall/OpenGLIntro
5cf6f32b0e57ec520ee939da7d068cd618622abe
6389e3ce682f30a3c3a1a6058a21a73854c7b884
refs/heads/master
2021-01-10T17:31:51.718376
2016-03-08T05:39:32
2016-03-08T05:39:32
52,235,398
0
0
null
null
null
null
UTF-8
C++
false
false
3,339
cpp
#include "AnimatedMesh.h" AnimatedMesh::AnimatedMesh(ShaderProgram* shader, const char* filePath) { meshData = new FBXFile(); meshData->load(filePath); CreateBuffers(); this->shader = shader; } AnimatedMesh::~AnimatedMesh() { RemoveBuffers(); } void AnimatedMesh::CreateBuffers() { for (int i = 0; i < meshData...
[ "george.marshall@ad.aie.edu" ]
george.marshall@ad.aie.edu
4b6c08cea088ef8edd2a76ebcd2c58b85779fd57
4efc9b3494ca74c8c737a54991712c78da1a7003
/nurbs/f_nurbsS_sp.cpp
c221163e47266209b6d51d4172fadae024b0685e
[]
no_license
leonshen33/freesurface_mesh
b104a47c288e2f2433e3d6f688aef2d9695c9e84
069c56e8e46f16595496af948c2a3ddfe216f88d
refs/heads/main
2023-08-25T20:45:05.385483
2021-10-14T06:21:48
2021-10-14T06:21:48
416,989,775
0
0
null
null
null
null
UTF-8
C++
false
false
48
cpp
#include "nurbsS_sp.h" namespace PLib { }
[ "leon.shen@okstate.edu" ]
leon.shen@okstate.edu
cdb14e674df115c51320ce9dd223b17298567434
d3b806bba9aa3e64b52f3248bed0ece66ab9bc01
/subs.cpp
94deebdcba6ad7842e3881b8be4b554b97daf829
[]
no_license
janisozaur/rosalind
6ef39def7aa09010a48048b67d1145077697fd74
fe4b44497a20a258dc280ed3ab7f551f82650f00
refs/heads/master
2021-03-16T09:17:24.644441
2015-06-21T21:51:17
2015-06-21T21:51:17
27,388,294
0
0
null
null
null
null
UTF-8
C++
false
false
286
cpp
#include <iostream> #include <string> using namespace std; int main() { string dna, sub; cin >> dna >> sub; size_t pos = 0; while (pos != string::npos) { pos = dna.find(sub, pos + 1); if (pos != string::npos) { cout << pos + 1 << " "; } } cout << endl; return 0; }
[ "janisozaur@gmail.com" ]
janisozaur@gmail.com
cc7c192a08a2b5aa180e56d4ea8c88d27a22783b
94ed75d40aafcdb75e32cbefddda8a2ca2d984b2
/customMain/customMain.cpp
36a94c32e53d5af7d760b69fc7105c609b0c3e8a
[]
no_license
subbuklce/C0x
53e3d5cf88fd68199c803bbaad47519bb4accf16
048d9efb30be366b57790a914ac1b2b25a7b4d15
refs/heads/master
2021-01-21T13:11:38.429727
2016-05-31T03:00:38
2016-05-31T03:00:38
36,791,162
1
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
#include<iostream> namespace custom{ class test{ public: test(){ std::cout<<"\n Constructor";} //main program in different name space. int main(){ std::cout<<"\n Class main module "; } }; } //Real Main program int main(){ custom::test a; a.main(); return 0; }
[ "subbu.klce@outlook.com" ]
subbu.klce@outlook.com
807d1d284aa410fcf35b2100422d023f5a1206c8
5823d1e8d579d0d6d4e830794a68c61096c52367
/src/sycl-usm/update_tile_halo_kernel_l.cpp
5f8ca68e0e3cf6306bbd9669f6456ddd10e4a757
[]
no_license
UoB-HPC/CloverLeaf
74a1ab7748be406641f35fb0ddd5f3ae9ce07a92
4306b008eb21b0dbdad7bd241dfb6a5a337609ca
refs/heads/main
2023-08-21T13:32:13.089304
2023-08-13T06:34:39
2023-08-13T06:34:39
61,378,073
4
0
null
null
null
null
UTF-8
C++
false
false
8,313
cpp
/* Crown Copyright 2012 AWE. This file is part of CloverLeaf. CloverLeaf is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. CloverLeaf...
[ "tom91136@gmail.com" ]
tom91136@gmail.com
47b485f475e8fbd8f607b2366dffda11bfc2d830
8c559cc598ca07b85b2a8e3e5d04f45408ffa3fb
/build-QSuperviseur-Desktop_Qt_5_5_0_MinGW_32bit-Release/release/qrc_ressources.cpp
450ac522fda77e531527ff8fb73b45d269123d73
[]
no_license
SNIRNagios/FinalRemy
6e04d9442b8cbcfb3390c68cfc4edade5d87b4d1
ecde27081184efd688ed9f21bcef8b56fbfa35e2
refs/heads/master
2021-01-10T15:29:52.099353
2016-04-04T14:59:03
2016-04-04T14:59:03
55,419,786
0
0
null
null
null
null
UTF-8
C++
false
false
719,001
cpp
/**************************************************************************** ** Resource object code ** ** Created by: The Resource Compiler for Qt version 5.5.0 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ static const unsig...
[ "john.bruyere@orange.fr" ]
john.bruyere@orange.fr
afc5efc930ac888444e18db4cc155a67909b1e10
e6bf17b3e658ae3684a3875f2db79fb7ae04b8b8
/POI/POI 06-Aesthetics.cpp
d149e02e53c1d284960b83c6b6411d7beec0b9c2
[]
no_license
stefdasca/CompetitiveProgramming
8e16dc50e33b309c8802b99da57b46ee98ae0619
0dbabcc5fe75177f61d232d475b99e4dbd751502
refs/heads/master
2023-07-26T15:05:30.898850
2023-07-09T08:47:52
2023-07-09T08:47:52
150,778,979
37
5
null
null
null
null
UTF-8
C++
false
false
3,639
cpp
/* POI 06-Aesthetics Let's solve this task using DP. Let ans[j][i] be the best answer we can get, if the last sequence chosen is formed from elements in range [i, j]. This can be computed easily in O(n^3) but that's not enough. However, we can optimize the complexity to O(n^2 log n) using pre...
[ "noreply@github.com" ]
stefdasca.noreply@github.com
07e7e61f07adb768094af369d2d2a592d590435d
325e5f3797205c290cb24a63430897cf278b25f0
/sequencer/MmlCompiler.h
9cdef5bfee5f122945f999ee26870711943ca011
[ "CC0-1.0" ]
permissive
tr-takatsuka/rlib-MML
37952bdfe909de2481bc688df87c3b29aaefc564
f03b391bb3470ad18f4bac65e9c57b0fc78ae02b
refs/heads/master
2023-08-05T22:41:50.042264
2021-07-15T12:07:45
2021-07-15T12:07:45
384,032,101
3
0
CC0-1.0
2021-07-15T12:07:46
2021-07-08T07:02:07
C++
UTF-8
C++
false
false
4,208
h
#pragma once namespace rlib::sequencer { class MmlCompiler { static constexpr int timeBase = 480; // 分解能(4分音符あたりのカウント) class Inner; public: struct Event { size_t position = 0; virtual ~Event() {} }; struct EventTempo : public Event { double tempo = 0.0; }; struct EventProgramChange : pu...
[ "takatsuka@thinkridge.com" ]
takatsuka@thinkridge.com
2c42856022c8cd06734a79ad9b0293d7d6abb3fa
7721c6a2f7da3eca9a56525318f61b42c1be29da
/3 minggu/Unit3.cpp
d2f6a23d7e7cba07fd5050a985ded7de8ee1a5d9
[]
no_license
DyoRizqal/Apotik
5e7960703815b887b0f961e05263f5663a1a8f68
6e501f7d61a20a305599298e89f827e75d2a9456
refs/heads/master
2021-01-22T15:43:38.130549
2015-05-27T15:08:33
2015-05-27T15:08:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
32,320
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "Unit1.h" #include "Unit3.h" #include "Unit4.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TForm3 *Form3; co...
[ "ichsanfirdaus99@gmail.com" ]
ichsanfirdaus99@gmail.com
12e5dbb2c70ced73a41090d656e5044e19350a91
c761965f01a64e42e1e1c6f2e30580c2a49e044c
/Examples/SoftSerialIntExample/SoftSerialIntExample.ino
93d912287a6244484174c0582558f4dbf25757d2
[ "MIT" ]
permissive
wingspinner/SoftSerialIntAP
b05f0c009bafb4cb635ec6e5de6d64010368e27a
c6f26126925b5ed850aa71e22becc30ba5cc31c3
refs/heads/master
2021-01-10T02:18:41.186483
2016-01-19T02:48:43
2016-01-19T02:48:43
49,921,378
13
6
null
null
null
null
UTF-8
C++
false
false
430
ino
#include <SoftSerialInt.h> SoftSerialInt mySerial(15, 16, 3); void setup() { Serial.begin(57600); Serial.println("Goodnight moon!"); // set the data rate for the SoftwareSerial port mySerial.begin(4800); mySerial.println("Hello, world?"); } void loop() // run over and over { if (mySerial.available()) ...
[ "wingspinner@gmail.com" ]
wingspinner@gmail.com
2d26f1f676bc8eacb74ae9efe8180e752a31ecfc
3d49295eb75a57d7334fdcedbdf5083262a7bdc7
/os/win32_main.cpp
9e46e1d3532b3fc958b9ba88768b1353f993a2ae
[]
no_license
smgal/win32-cairo
6ab2094c4e1aeceb1c27809bd5c620a3b601ea0c
139a22515230153d94dbf85ff7e8bdbc7b961611
refs/heads/master
2021-01-01T19:50:57.828677
2013-12-17T14:02:10
2013-12-17T14:02:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,557
cpp
#pragma comment(lib, "libcairo.lib") #include <cairo.h> #include <windows.h> namespace win32 { void prepareWindow(int width, int height); void flush(cairo_t* p_cairo); void wait(void); } extern "C" void cairo_main(void); #define WINDOW_CLASS "CairoWindowClass" namespace { HWND g_h_wnd = 0; HDC g_h_dc = 0; ...
[ "avej.com@gmail.com" ]
avej.com@gmail.com
5bf814d66c816556203399b51716a26c5bf6c609
6c77cf237697f252d48b287ae60ccf61b3220044
/aws-cpp-sdk-comprehend/include/aws/comprehend/model/StopEntitiesDetectionJobRequest.h
348faaf6ebb53ecd83f69d1a834acce9fd0b6288
[ "MIT", "Apache-2.0", "JSON" ]
permissive
Gohan/aws-sdk-cpp
9a9672de05a96b89d82180a217ccb280537b9e8e
51aa785289d9a76ac27f026d169ddf71ec2d0686
refs/heads/master
2020-03-26T18:48:43.043121
2018-11-09T08:44:41
2018-11-09T08:44:41
145,232,234
1
0
Apache-2.0
2018-08-30T13:42:27
2018-08-18T15:42:39
C++
UTF-8
C++
false
false
2,995
h
/* * Copyright 2010-2017 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...
[ "magmarco@amazon.com" ]
magmarco@amazon.com
c2b9729716224104430ab0b600f314baabb9b24b
625538d22d2658fb7db3de588b3c4a9cbcfdaaf2
/include/version.hpp
e873146b0c2da315d38fc400b528125fa41f6e75
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ferorborja/polybar
65b77da1d9527d4f31a668948c872588d1d3f549
e9db3fab3a84a4ef8f360de15c60f052ef3dd56e
refs/heads/master
2023-06-22T17:36:06.725634
2016-12-01T13:30:46
2016-12-01T13:30:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
38
hpp
#pragma once #define GIT_TAG "2.3.7"
[ "c@rlberg.se" ]
c@rlberg.se
7b193ecc4f6c0b87a31e8018e8d4b919fcfb1a5b
72a0db529ff12e566ddcf007c4f896f57f3e51b8
/02_STRING/Assignment31.cpp
60a6e89f4c3050431f1dba7fec1007a5f39c60de
[]
no_license
amoljore7/02-Logic-Building-Program-All
d6897b6c8d46040b7877e7c8d3c0d1a1fc9398bf
6457b1fd20bc70b81a3d71e19f7cdd3faefb70c8
refs/heads/master
2020-04-16T13:49:42.613073
2019-01-14T10:58:03
2019-01-14T10:58:03
165,644,263
0
0
null
null
null
null
UTF-8
C++
false
false
1,847
cpp
/////////////////////////////////////////////////////////////////////////////////////////////// // // 31.Write a program which sets last N characters in string to a specific character. // (Implement strnset()). // /////////////////////////////////////////////////////////////////////////////////////////////// ...
[ "noreply@github.com" ]
amoljore7.noreply@github.com
a7f088386772532fe1c9eb1c23287978a8527452
f6244209f8ecff355822843f64d6368281266143
/941.ValidMountainArray.cc
6394cf552693eb48a3c74cf834bd22c0adf7b1ba
[]
no_license
seesealonely/old-leetcode
5711fc0d583ca15c14cb8fb3a241e860e6d6fcd4
28e4bc6e28ba8c36e90a05a6214c7c716fe03431
refs/heads/master
2022-04-26T10:18:43.770677
2020-04-28T21:20:35
2020-04-28T21:20:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
869
cc
/* Given an array A of integers, return true if and only if it is a valid mountain array. Recall that A is a mountain array if and only if: A.length >= 3 There exists some i with 0 < i < A.length - 1 such that: A[0] < A[1] < ... A[i-1] < A[i] A[i] > A[i+1] > ... > A[B.length - 1] Example 1...
[ "seesealonely@gmail.com" ]
seesealonely@gmail.com
8fbf44a4d3a7e66388f68ea135035aea38213f76
20612b6a21886c10fe2051e67fabe66640c531ba
/Two_DArray/10.cpp
62b3fb5a832ab901d8f8bb78a561695426a5373d
[]
no_license
KalashRastogi/P3
5cbc8da8dc94c4661b13921113082a0cbc674c90
99e4cd80b32b2439f9346a4bc3f6a345beae466a
refs/heads/master
2020-05-30T17:31:09.701288
2019-06-28T16:51:44
2019-06-28T16:51:44
189,873,411
0
0
null
null
null
null
UTF-8
C++
false
false
712
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int m,n,sum=0; cin>>m>>n; int a[m][n]; for(int i=0;i<m;i++){ for(int j=0;j<n;j++){ cin>>a[i][j]; } } int o,p; cin>>o>>p; int b[o][p]; for(int i=0;i<o;i++){ for(int j=0;j<p;j++){ c...
[ "kalashrastogi4@gmail.com" ]
kalashrastogi4@gmail.com
afbd4fcfb28fe775921078ef20b1fd17711d4028
0bc109763839e0fe8df4022abb96c110216b6444
/BT.cpp
028e730b045caa4572d59d3018fe78476a9e8099
[]
no_license
dar8900/PhaseAnalyzer
d9e28d3f50b53cd9ec55005c57c89dd5c62c4d60
b5108e700d325a9939832ae4d1336231a8bc556c
refs/heads/master
2022-11-02T06:18:31.448421
2020-06-14T16:48:11
2020-06-14T16:48:11
256,242,881
1
0
null
null
null
null
UTF-8
C++
false
false
5,759
cpp
#include "PhaseAnalyzer.h" #include "BT.h" #include "Rele.h" #include "Measures.h" #include "Display.h" #define BT_STATE_PIN 4 #define SERIAL_HW Serial1 typedef struct { String stringKey; uint16_t intKey; bool doAction; }BT_RESPONSES_DEF; typedef enum { // SEND_WELCOME SWICH_ON_RELE = 0, ...
[ "dar8900@gmail.com" ]
dar8900@gmail.com
8e7679efb4f8aba4c9ee5af2ed8259625640af95
0494d3e8c680874d08520ea23c87e50b30ddee77
/Sudoku/BoardSolver.cpp
bf16a0c54427cdd8a94c9379f5984ab240c4b440
[]
no_license
AidanBlant/Sudoku
02d3992b5c11d43b87db2ca02fe44f4ca2f4970c
abd2edfad491548d9a20a2ad56f7b37ad1a32474
refs/heads/master
2022-12-10T01:34:46.677959
2020-09-13T07:22:28
2020-09-13T07:22:28
294,212,234
0
0
null
null
null
null
UTF-8
C++
false
false
3,731
cpp
// // BoardSolver.cpp // Sudoku // // Created by Aidan Blant on 9/12/20. // Copyright © 2020 Aidan Blant. All rights reserved. // #include <stdio.h> #include <iostream> #include <string> using namespace std; class BoardSolver{ public: int grid[9][9] = {0}; BoardSolver(string puzzle) { // Cre...
[ "aidanblant@gmail.com" ]
aidanblant@gmail.com
9abe61978c04fec2c6feea577c5d805bdf1c2000
70fa611bdb7625a72c228818f6cde62ca81974bb
/thread/con_pro.cpp
fd92669ec859f14a73555546500064d0889dcf62
[]
no_license
jingyu0/Linux_project
5da8f013cdc608d70fe9bdcc3005e1bae8bce83b
3a18e35c93a4329aba83d214f0f7a534e871f370
refs/heads/master
2021-08-15T21:20:18.308870
2020-07-29T15:52:29
2020-07-29T15:52:29
206,919,467
1
0
null
null
null
null
UTF-8
C++
false
false
3,200
cpp
/*=============================================================== * Copyright (C) . All rights reserved.") * 文件名称: * 创 建 者:zhang * 创建日期: * 描 述:手撕生产者与消费者模型 ================================================================*/ #include <iostream> #include <queue> #include <stdio.h> #include <unistd.h> ...
[ "1404637683@qq.com" ]
1404637683@qq.com
d8e223d9872ef1a8bc13c38c667cad0265f8cfa8
9953aaeed410e1fd26f738466e585bcfa187c527
/IDE/QScriptEditor/dialogfont.cpp
bfe2072b3cea69316a8db6f3e8a70eab943a248c
[]
no_license
zhaoliangcn/LScript
5ab470aa1f2b674a067802c4fd306c79a7ac9e8c
97205f823cc3aaaf56308a74fa1b3f28d302b89b
refs/heads/master
2022-09-23T06:34:40.999691
2022-07-26T08:10:39
2022-07-26T08:10:39
33,216,059
6
2
null
null
null
null
UTF-8
C++
false
false
1,252
cpp
#include "dialogfont.h" #include "ui_dialogfont.h" #include <QPushButton> #include <QFontDatabase> #include <QMessageBox> DialogFont::DialogFont(QWidget *parent) : QDialog(parent), ui(new Ui::DialogFont) { ui->setupUi(this); } DialogFont::~DialogFont() { delete ui; } void DialogFont::showEvent(QShowEv...
[ "zhaoliangcn@126.com" ]
zhaoliangcn@126.com
33ddc1c26f04aedb55d1d5557ff4d74409f305a5
a68443b8338f1be2d66ec23779aa0208bc98be1f
/Executor/IteratorExecutorMaster.cpp
16779fc673251d632236ba54e155c09c50bd6316
[]
no_license
teddybear01/Claims
df43b7f7b0365dc4811a13213e42f88a5b96bc5d
8c8779e26683a620e84aae0047094b6a6a2597db
refs/heads/master
2020-07-11T16:44:44.153112
2013-12-10T06:54:10
2013-12-10T06:54:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,748
cpp
/* * IteratorExecutorMaster.cpp * * Created on: Jun 21, 2013 * Author: wangli */ #include "IteratorExecutorMaster.h" #include "../Environment.h" #include "../TimeOutReceiver.h" #include "../rdtsc.h" IteratorExecutorMaster* IteratorExecutorMaster::_instance=0; IteratorExecutorMaster::IteratorExecutorMaster...
[ "wangli1426@gmail.com" ]
wangli1426@gmail.com
7db358838d8ce7d07a95d594a2f28f05549c42ba
7066257ff26b31103a29a1915663e049ac1713da
/code/c++ files for modules/ExtractTokensFromHandle.h
1318370cf321c2041755794abce0852f397a85ed
[]
no_license
Kulunchakov/MVR-Python3
a1d812241e05a14c98eec07cb991f544b9c03320
743e5f3dcd6741c52f3f613e942c9164fb873ee8
refs/heads/master
2021-06-08T01:18:43.321634
2016-09-23T21:09:41
2016-09-23T21:09:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,732
h
/* Returns the list of tokens presented in a superposition and the positions of their first symbols. The order of tokens in list corresponds to their order in the string 'handle' Example: sqrt_(ln_(frac2_(x1,x2))) -> ['sqrt_', 'ln_', 'frac2_', 'x1', 'x2'] If the 'handle' corresponds to an invalid function, it rais...
[ "kulu-andrej@yandex.ru" ]
kulu-andrej@yandex.ru
dcc395f517bc47f69137c7befce84ff59fb4f270
f6ebdef1c74b4673eb7899be790797f4bb245cf8
/bm/list/push_back/split_fwd_list__raw__NumBytes_64___uint64_t.cpp
489b08ed553adee95b93cdda576badd6728e524e
[ "MIT" ]
permissive
TomashuTTTT7/c4stl
a1ff0f77d5727ae333656a645532cabacd2e92aa
9b98f20bfc933ace7106945f8273df015915dddb
refs/heads/master
2023-07-04T10:59:43.636867
2017-07-20T19:50:06
2017-07-20T19:50:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
858
cpp
#include "benchmark/benchmark.h" #include "c4/log.hpp" #include "c4/allocator.hpp" #include "../list_types.hpp" namespace bm = benchmark; namespace c4 { template< class List > void BM_ListPushBack(bm::State& st) { List li; using T = typename List::value_type; T v{}; size_t count = 0; while(st.Ke...
[ "dev@jpmag.me" ]
dev@jpmag.me
a72a88c5243245596b3d5a2234c4b3f97f3cb741
6cb1f70f9b1733d0c07d13da9e9e2fbca7fb86e4
/tensorflow/lite/delegates/gpu/cl/selectors/operation_selector.cc
6fe9372e9c4bc7bfd30a8d935b06246a9d609fa4
[ "Apache-2.0" ]
permissive
yaohao777/tensorflow
ddf726929973308034edaac5586e8086b7c44a7e
c58c88b23122576fc99ecde988aab6041593809b
refs/heads/master
2023-01-13T10:27:20.867319
2020-11-19T01:28:28
2020-11-19T02:20:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,150
cc
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
55bdb6227449717e5ebd942f5d107d634aa155a7
c4fea6f4c353c91df780354936a17fae4c5501c2
/CH2_BinaryTree/Heap/HuffmanCodes.cpp
4c679bcf2ac53ddd01494da3f66ef3813246fcfe
[]
no_license
selfsongs/Data-Structures-And-Algorithm
fb561bc21812739217cef7fa7934dd8cd69865cc
6fd36b32de04714f44f03f455cca9651791e53d4
refs/heads/master
2020-04-28T22:08:49.821463
2019-05-10T13:08:56
2019-05-10T13:08:56
null
0
0
null
null
null
null
GB18030
C++
false
false
633
cpp
//Huffman Codes哈夫曼编码的特点: //1:最优编码:总长度(WPL)最小 //2:无歧义解码:前缀码--数据仅存于叶子结点 //3:没有度为1的结点--满足1,2则必满足3 //核心最优编码长度 MinHeap H=CreateHeap(N);//创建一个空的、容量为N的最小堆 H=ReadData(N);//将f[]读入H->Data[]中 HuffmanTree T=Huffman(H);//建立Huffman树 int CodeLen=WPL(T,0);//计算最优编码总长度WPL int WPL(HuffmanTree T,int Depth) { if(!T->Left&&!T->Right) ...
[ "835267528@qq.com" ]
835267528@qq.com
a1522da911f6b801104139023b3401d34332bc7c
ad1e25f475133225b12b20e34ca8f68e3c29f29c
/Algorihm Category/LIS/13711.cpp
b381379af1fa6c98d074ac185f0d7165fc6de787
[]
no_license
ioqoo/PS
7097b167145a84d60b0e0e05d5e859c5db64b300
316619ab6862de8a0e46afcd359c8281f32051a9
refs/heads/master
2020-11-30T12:24:51.210667
2020-11-22T02:14:12
2020-11-22T02:14:12
230,393,259
0
0
null
null
null
null
UTF-8
C++
false
false
778
cpp
#include <iostream> #include <algorithm> #include <vector> #include <map> #define MAX 100005 using namespace std; int N; int A[MAX], B[MAX]; vector<int> LIS; map<int, int> mp; int main() { #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); #endif scanf("%d", &N); int temp; for (int ...
[ "59276856+ioqoo@users.noreply.github.com" ]
59276856+ioqoo@users.noreply.github.com
2ae43c0749829b48d81fea0a30b31a16092ced4f
81bf939f16459905497c09bd26d63b1166e098b8
/uv.ino
fdf581e5230139213655c1e59edd572d9905273b
[]
no_license
karukade/liff-UV
533eed0d486d527e9395f77acafbd90e6f51cae3
afca68524277d848b0669cad6d69c72d0d0163a9
refs/heads/master
2020-07-06T08:24:31.062448
2019-08-19T15:16:17
2019-08-19T15:16:17
202,954,388
0
0
null
null
null
null
UTF-8
C++
false
false
6,195
ino
#include <BLEServer.h> #include <BLEDevice.h> #include <BLEUtils.h> #include <BLE2902.h> #include <M5Stack.h> #include <Wire.h> #include "Adafruit_VEML6070.h" // Device Name: Maximum 30 bytes #define DEVICE_NAME "LINE Things UV Sencer" // User service UUID: Change this to your generated service UUID #define USER_SERV...
[ "gaaadaaa16@gmail.com" ]
gaaadaaa16@gmail.com
bc7d0d3a5d3fad644a6b731b9e06f604fa467014
44c8a8afdb2d471f0db940ced8da0f53456a0d6c
/aoc6.cpp
4425f2f1d96a06bd84cc035c5e49b8bb33efb0a4
[]
no_license
peterall/aoc19
b5bf7025408764aa4fb17d099b7a9e94be6480ac
ace77f99cae9b7f0184326f09e1e7a73e3239caf
refs/heads/master
2020-09-28T09:24:51.562396
2019-12-13T23:55:13
2019-12-13T23:55:13
226,746,860
0
0
null
null
null
null
UTF-8
C++
false
false
1,569
cpp
#include <iostream> #include <fstream> #include <vector> #include <map> #include <functional> using namespace std; class Object { public: Object(string name, string parent): name(name), parent(parent) { } string name; string parent; }; int depth(shared_ptr<Object> obj, map<string,shared_ptr<Object>>...
[ "peter@allwin.se" ]
peter@allwin.se
01c08acd1836ceffbf59cab3e689296574221259
31b19df2350a4589b14f3e740196ade36fd22c22
/CyAPIWrapper.cpp
c30ef730d6d037de40a8236bcb8b0da3fd99e695
[]
no_license
QQMr/CypressFX3DLL
961849e1559b97a60d542bd4a6c49052b73dc0cc
f009887501e23b9f8274d7689452cff17f69e6d1
refs/heads/master
2022-12-26T15:20:47.649060
2020-10-04T08:09:09
2020-10-04T08:09:09
298,616,409
0
0
null
null
null
null
UTF-8
C++
false
false
10,850
cpp
#include "stdafx.h" #include "CyAPIWrapper.h" #include <stdio.h> #define VENDOR_CMD_START_TRANSFER 0xB5 CyAPIWrapper::~CyAPIWrapper() { } CyAPIWrapper::CyAPIWrapper(int vendorID, int proID) { VENDOR_ID = vendorID; PRODUCT_ID = proID; } CyAPIWrapper::CyAPIWrapper() { } bool CyAPIWrapper::Con...
[ "cchangwo@yahoo.com.tw" ]
cchangwo@yahoo.com.tw
f74dbd51fc9fe549859a3745f5e91a9eb68a22a5
d8cd2456f100ae33d7b80f15e1d9c53c73feb1e4
/large_benchmarks/jetEngine/jetEngine.cpp
181f32acd63057b6c75163d9d039ed18e534ae7f
[]
no_license
arnabd88/Satire
eec6cb5af4d16f0aa6752f6c0814211ea76ee08f
8a4816aac6fad4fb86c2af8dc8e634bf02912b90
refs/heads/master
2023-04-13T21:06:46.850188
2021-04-27T16:24:12
2021-04-27T16:24:12
253,411,923
8
3
null
2021-02-04T18:33:23
2020-04-06T06:19:50
C++
UTF-8
C++
false
false
15,037
cpp
#include <cstdio> #include <iostream> #include <unistd.h> #include <cstdlib> #include<cmath> #include <cassert> #include <quadmath.h> #include <time.h> #define _low_x1 -5.0 #define _high_x1 5.0 #define _low_x2 -20.0 #define _high_x2 5.0 using namespace std; double _x1 ; double _x2 ; template<class T> void init()...
[ "arnab.d.88@gmail.com" ]
arnab.d.88@gmail.com
a90a5c70ec9f259c4841e8a8ec432d885c47aad6
5ac113c326bef59d8e127b60d5122045bb564241
/src/qt/transactionrecord.h
82535e9893d0b12b4577d80ea4ec51305b7ddbef
[ "MIT" ]
permissive
warrenween/ticoin
ce09cc4ee85475c82cb8329db143ba71207ffa72
e767f0d80fc8b1788dd259168545bf1d942e472b
refs/heads/master
2021-01-18T15:31:52.622297
2017-06-12T03:55:33
2017-06-12T03:55:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,266
h
/**-5-10Copyright (c) 2011-2013 The ticoin developers /**-5-10Distributed under the MIT/X11 software license, see the accompanying /**-5-10file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef TRANSACTIONRECORD_H #define TRANSACTIONRECORD_H #include "uint256.h" #include <QList> #include <QStrin...
[ "evvalue@gmail.com" ]
evvalue@gmail.com
5c63879086a5b0b7c577cdd5496b44b18327573d
0a1cb7a257d79609690a8408371a91fc92226ca4
/src/qt/addressbookpage.cpp
03599867e11e9b0f1b6f3f9082994b1b1065d9e1
[ "MIT" ]
permissive
AMFeed-blockchain/source
48248d6c1de548ef824465462114046ccb31059a
6d6d1452bc20f058b4e16bc9b0e7dd752f50974a
refs/heads/master
2020-09-12T09:36:02.477368
2019-11-18T08:37:35
2019-11-18T08:37:35
222,383,367
0
0
null
null
null
null
UTF-8
C++
false
false
11,152
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/amfeed-config.h" #endif #inc...
[ "info@amfeed.com" ]
info@amfeed.com
dc98199bf19d873d836d055052bb061fd7793fed
6581dacb25182f7f5d7afb39975dc622914defc7
/ZTable/TableColumn.h
1c7e29ff9e29fac2b2a789cc7c2ab5d2b7e21eed
[]
no_license
dice2019/alexlabonline
caeccad28bf803afb9f30b9e3cc663bb2909cc4f
4c433839965ed0cff99dad82f0ba1757366be671
refs/heads/master
2021-01-16T19:37:24.002905
2011-09-21T15:20:16
2011-09-21T15:20:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,539
h
// TableColumn.h : Declaration of the CTableColumn #ifndef __TABLECOLUMN_H_ #define __TABLECOLUMN_H_ #include "resource.h" // main symbols #include "PersistVarXml/IPersistVarXMLImpl.h" ///////////////////////////////////////////////////////////////////////////// // CTableColumn class ATL_NO_VTABLE CT...
[ "damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838" ]
damoguyan8844@3a4e9f68-f5c2-36dc-e45a-441593085838
3257f5744b8c7b31e1fbc313d7e3263d9a89456f
d34dc5af1fdbb694f5ce0c56b9cc6108f4d355ee
/c++/demo/test.cc
66d230ba2992d093774f91e40d5241f9aec51295
[]
no_license
masinfund/code
09faa655b4a37501683588a0f05a849ece1eed5f
08a012902cce40b841490db6ec21b372def1bfec
refs/heads/master
2020-04-27T20:55:53.829998
2019-03-09T10:45:15
2019-03-09T10:45:15
174,676,493
0
0
null
null
null
null
UTF-8
C++
false
false
43,301
cc
// Life is limited while learning is limitless, //limiting life chasing endless learning until die . #include "stdafx.h" // io mainpulator const int MAXLINE = 1000 ; // maximum input line szie const double PI = 3.14159265358979 ; const int N(100) ; const int row(92) ; int cnt ; //Clock class class Cl...
[ "tql3384@163.com" ]
tql3384@163.com
163bee627eeeab187f4e3067a2a8e97d1f0f2dd7
2e3858ffb6e537dd4d7442fbb6670971b300158e
/Raytracer/Jittered.h
7b7776d96b646e561d1338b5ec6bd3082c0e55ec
[]
no_license
stchristian/Raytracer
845b2a97865cd15ba0b5c964ddc23462a28f975b
5bd1ffa40a4616168291c3e09c5c9cc890e88e19
refs/heads/master
2020-03-18T19:18:39.781381
2018-05-28T10:37:02
2018-05-28T10:37:02
135,146,842
0
0
null
null
null
null
UTF-8
C++
false
false
288
h
#pragma once #include "Sampler.h" class Jittered : public Sampler { public: Jittered(void); Jittered(const int num_samples); Jittered(const int _num_samples, const int _num_sets); private: int sqrt_num_samples; //Number of samples per axis. void generate_samples() override; };
[ "hubner.krisztian97@gmail.com" ]
hubner.krisztian97@gmail.com
5b69d8c2dce907d52dfda1bd76d16a4ce4de1f93
6c1cc3cff12fd7c1264e34cda9dee002a23f20b9
/DSAlgo/IntroToAlgoCormen_3rdEdition/chapter2/ex2_2_2.cpp
1e85e00ebb7f91c963c2b7d8b9e6dde9cffbe696
[ "MIT" ]
permissive
persefonades/cs_grad_ultra
e1ea6c59f0d68029133870ff6e950c764bee7de9
8ff780ac9da7ef92b095d93222affd6440f96ecf
refs/heads/master
2023-02-07T08:36:16.976078
2020-12-10T11:35:25
2020-12-10T11:35:25
296,109,886
0
1
null
null
null
null
UTF-8
C++
false
false
390
cpp
#include <iostream> using namespace std; int main(int argc, char const *argv[]) { int a[10] = {5, 9, 6, 3, 7, 1, 6, 0, 8, 10}; for (int i = 0; i < 10 - 1; ++i) { int min = i; for (int j = i + 1; j < 10; ++j) if (a[j] < a[min]) min = j; int tem = a[min]; a[min] = a[i]; a[i] = tem; } for (int i ...
[ "pur.cho.99@gmail.com" ]
pur.cho.99@gmail.com
11b1349b0ef358fa04f59588829d625413355550
a94b4a06085e13490e7a50e79ce423261d45df97
/diploid/clean_version/recursion_bis.cpp
e1fa93105014366a32e3cc79d095266886b5d027
[]
no_license
hildeschneemann/HZ_simulation
755198e533dfa2e67302edc875973bbe5c8e6c6d
7884e7378c9f9e971a2f7a183422fbf0ad92d904
refs/heads/master
2021-10-18T14:56:43.457105
2019-01-10T13:58:28
2019-01-10T13:58:28
153,796,876
0
0
null
null
null
null
UTF-8
C++
false
false
8,209
cpp
#include "fisher.h" #include <iostream> #include <fstream> #include <sstream> #include <ctime> #include <boost/dynamic_bitset.hpp> #include <cmath> #include <vector> #include <algorithm> using namespace std; #define MAXGEN 100000 extern FILE * fichierE; extern FILE * fichierS; extern MTRand rnd; double getfitness(do...
[ "hfhschneemann@gmail.com" ]
hfhschneemann@gmail.com
a5a54c22260c98a2aed5dc5b8fef1b1242361382
db6903560e8c816b85b9adec3187f688f8e40289
/VisualUltimate/WindowsSDKs/vc7/atlmfc/src/mfc/filex.cpp
7a8b2daa61157f5c36c4dbeaeb9afffb65ecabf6
[]
no_license
QianNangong/VC6Ultimate
846a4e610859fab5c9d8fb73fa5c9321e7a2a65e
0c74cf644fbdd38018c8d94c9ea9f8b72782ef7c
refs/heads/master
2022-05-05T17:49:52.120385
2019-03-07T14:46:51
2019-03-07T14:46:51
147,986,727
4
1
null
null
null
null
UTF-8
C++
false
false
8,892
cpp
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sourc...
[ "vc6@ultim.pw" ]
vc6@ultim.pw
7daaa59eb300f8c60ade50871a1dbce778b54cd6
091b8c1e8aef45b48de85d5476c51cbc4a826c52
/tests/libcxx/default.cpp
07f2a12c4a62e8596c6789f4e245d7e1d60cfc0d
[ "MIT" ]
permissive
Morwenn/tight_pair
2d23760064f0209098fe8a6005d583b584453b2e
1ba432f8130ee24698486569bb66f31b04d448e5
refs/heads/master
2023-04-11T19:18:34.001773
2021-09-16T08:06:08
2021-09-16T08:06:08
104,942,480
22
4
MIT
2019-03-18T08:32:26
2017-09-26T22:05:41
C++
UTF-8
C++
false
false
1,560
cpp
/* * Copyright (c) 2018-2021 Morwenn * SPDX-License-Identifier: MIT */ //===----------------------------------------------------------------------===// // // 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-Ide...
[ "morwenn29@hotmail.fr" ]
morwenn29@hotmail.fr
4c3c88576a1ff372459ba0d85d54fd03f6567bfe
cdb63f9159564bde2c439b15287e0492414f7f1a
/visio/Basic.h
77acce82f5f58266e4153c4b90fcb69ac2bf18a9
[]
no_license
Luning644182206/visio
558f1a8a3c0638e7ee13c9f6a082baff0763016d
f5f68b0c332034dcb4f8523a74d6bd84cd7fe99b
refs/heads/master
2021-08-07T14:35:24.158213
2017-11-08T09:26:32
2017-11-08T09:26:32
109,916,106
0
0
null
null
null
null
GB18030
C++
false
false
1,294
h
#pragma once #include <vector> using namespace std; class Basic { protected: int Lx; int Rx; int Uy; int Dy; int State; int kind; CString Name; vector<CString> property; vector<CString> method; CString startpoint; CString finalpoint; public: Basic(); Basic(int lx, int rx, int uy, int dy); ~Basic(); void...
[ "luning644182206@live.com" ]
luning644182206@live.com
508ac297e528a958bf52ad6ace9b7c805fe7bea9
0115be14e248f6a11ddcfc016605500f168c5ef7
/services/distributeddataservice/adapter/autils/src/thread_pool/kv_store_task.cpp
b6de8ace9dcdaf6bc335b69aefe338607bc6f059
[ "Apache-2.0" ]
permissive
RobertIndie/distributeddatamgr_datamgr
78900eb56fbadc9eea7252310bd81c31632658e4
cc0a4040f70b3f84d41e18f8ec42197a1f960188
refs/heads/master
2023-09-01T00:44:45.620308
2021-10-20T13:07:35
2021-10-20T13:07:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,091
cpp
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
[ "mamingshuai1@huawei.com" ]
mamingshuai1@huawei.com
f56e41b506cc70b8b81553d599af9512a3f06df9
2f125b11c98441c20ad654bf8256414afb9f15a0
/kernel_selector/core/actual_kernels/convolution_grad_weights/convolution_grad_weights_kernel_selector.h
fddc6bf99626ab5775e16ad56dadec6e8b13ac85
[ "BSL-1.0", "Apache-2.0" ]
permissive
Beerwalker/clDNN
371da06ee853339431691edae330a148d4903a33
1cdde54e7424ace7fef0eaaf458b5d20c66b5d2f
refs/heads/master
2020-03-25T21:33:00.594898
2018-08-09T10:57:06
2018-08-09T10:57:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,170
h
/* // Copyright (c) 2018 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
[ "marcin.walkowiak@intel.com" ]
marcin.walkowiak@intel.com
2873fffed43719f1e4e8cde73b74c09ac2d08c9b
bb238259d18b29d9b875dc4c8cce10dbf7768799
/unitydemodemo/Classes/Native/AssemblyU2DCSharp_MonoPInvokeCallbackAttribute1970456718.h
dcd5bae0aec3286a190c072b78535e885bed9b47
[]
no_license
showdpro/Bushi
3055bb6a3ec290cb4cd782650e9382f02d853f82
81ceeaf0b10467986598ebb710820be9ef98a65f
refs/heads/master
2021-09-17T11:19:31.591730
2018-07-01T12:53:39
2018-07-01T12:53:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
539
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Attribute542643598.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored...
[ "" ]
7554a8e1a4ac7d45d90d5b4f56986181329698a7
29eb66c7d378e212c78278b3e622a77436db1f58
/Tool/BeyondEngineEditor/ComponentInfoWnd.h
fca841d4524f3f609cd1aec7822ed1713934a3c0
[]
no_license
yf885188/BeyondEngine
b71dc0db844e5e9769e30a341e1ca55fc784d9de
9950c12e6c34450c234905731454b40a6f55609c
refs/heads/master
2021-06-16T16:02:09.778944
2017-03-06T07:01:33
2017-03-06T07:01:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,495
h
#ifndef BEYOND_ENGINE_EDITOR_EXTRAWINDOW_COMPONENTINFOWND_H__INCLUDE #define BEYOND_ENGINE_EDITOR_EXTRAWINDOW_COMPONENTINFOWND_H__INCLUDE #include "wx/generic/grid.h" class wxSearchCtrl; class CComponentInfoWnd : public wxFrame { typedef wxFrame super; public: CComponentInfoWnd(wxWindow *parent, wxWindowID id...
[ "loveybeyond@163.com" ]
loveybeyond@163.com
2ca13a8186f4eebaf7cd86352b0b8385c8b4d6a5
329ce6d54f208aa1aa23036eaef1c84beb1b516c
/src/Q5.ino
80516a2fd4ae6db0a6705b4e3aa0754ef98c1f1c
[]
no_license
0xEillo/Lab2
222d5348196d32d975471a3b6687fac5a6287a16
ea201860e730883b0df6e218ca8e318653734928
refs/heads/main
2023-03-28T12:06:03.655903
2021-03-30T08:00:27
2021-03-30T08:00:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
869
ino
#include "LetESP32.h" const char* ssid = "NETGEAR35"; const char* password = "magicalfinch482"; const char* ws = "ws://192.168.1.2:1234"; LetESP32 tracer(ssid, password, ws, "7sgC703x"); #define SIZE 6000 // Volatile keyword stops the compiler optimising // the arrays away volatile float a[SIZE]; volatile float b[S...
[ "oliryall0404@gmail.com" ]
oliryall0404@gmail.com
1423aa9e1f53759a1d5c24e6d876702135d777a3
0f35faad9616119366fd97c91ca0a1e5ecfdb3e4
/cpp/boost/date_time.cpp
b5fc47bc700131d6f81c8da8169306959b0e844f
[]
no_license
nonstop/sandbox
374d8dca8809aee1da74f48fc427eb0adf1649bc
43008f6123dfd88c35f9ff42abcd99d21f5119ce
refs/heads/master
2022-05-27T22:40:55.322107
2022-05-01T04:16:33
2022-05-01T04:16:33
123,214
2
0
null
null
null
null
UTF-8
C++
false
false
792
cpp
#include <time.h> #include <iostream> #include <string> #include <sstream> #include <boost/date_time/posix_time/posix_time.hpp> using namespace std; using namespace boost::posix_time; string getDateTimeStr(const char* format) { boost::date_time::time_facet<ptime, char>* output_facet = new boost::date_time::time...
[ "ratnikov.ev@gmail.com" ]
ratnikov.ev@gmail.com
fe5fe016957310d9d391b1c60d24d448071f0bd9
9caf72f30a59afba4b615160e4dcff8c038a360a
/CodePublisher/Display/Display.h
f7ebaa97f4bf78964fa601f6a866b77331c29ba3
[]
no_license
asraman/RemoteCodePageManagement
9b9749395ccc8951e468b945e64b1cd2d7d28f32
397ef5fb4dcc59ea82a475182091481e9af300aa
refs/heads/master
2020-07-09T08:19:41.454214
2019-08-23T18:18:38
2019-08-23T18:18:38
203,924,605
0
1
null
null
null
null
UTF-8
C++
false
false
1,484
h
#pragma once /////////////////////////////////////////////////////////////////////////// // Display.h : defines webpage display using browser functions // // ver 1.0 // // // //...
[ "asraman@syr.edu" ]
asraman@syr.edu
92f608ea3ffaee3305a5f49a6fede484381209a3
138214e41c97a3ccd28d13f030e5077837248b6e
/FenetreConversion.cpp
fc41e90659b2fd5ab9a6aad453464419ee208189
[]
no_license
MarcelPirate/dlc-fiches-chrono
b60cc1075fbd7a8a45b7734194f3fb39b6546305
e09ebbde3d559cb484fdb56983bcfdb2460fc761
refs/heads/master
2021-01-01T17:00:06.685257
2014-02-20T15:56:01
2014-02-20T15:56:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
542
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "FenetreConversion.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFConversion *FConversion; //----------------...
[ "binaire@gmail.com" ]
binaire@gmail.com
67f073670db4823bb41a42ecc4a7c955dd615b4a
b1161c77f914ae6435d1eaee831ce77927550e73
/Project-1/neuralNetwork.cpp
b0a1e104d30ae66fa870cd8a610315873a316306
[]
no_license
blackcat-vin/my-uni-projects
3b0d3946de09d254c434cee9317b40d7208121ee
429ed405ce0492c949498ac6b45311a216c40476
refs/heads/master
2016-09-06T13:23:34.032088
2012-07-24T12:22:32
2012-07-24T12:22:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,397
cpp
//standard includes #include <iostream> #include <vector> #include <fstream> #include <math.h> //include definition file #include "neuralNetwork.h" using namespace std; /******************************************************************* * Constructor ****************************************************...
[ "vineet@Vineets-iMac.local" ]
vineet@Vineets-iMac.local
c698fe7ad698d250da254e7ef606312ab7318763
901571e54db419ccd0aa4d7a3dbfcd8dd5b37207
/BOJ/2000/2585.cpp
0dbcfb916b57647b985fc2c027df21523375eaa0
[]
no_license
fbdp1202/AlgorithmParty
3b7ae486b4a27f49d2d40efd48ed9a45a98c77e8
9fe654aa49392cb261e1b53c995dbb33216c6a20
refs/heads/master
2021-08-03T22:52:30.182103
2021-07-22T06:15:45
2021-07-22T06:15:45
156,948,821
1
0
null
null
null
null
UTF-8
C++
false
false
1,578
cpp
#include <cstdio> #include <queue> #include <vector> #include <functional> #include <cmath> #include <utility> #include <algorithm> using namespace std; #define SQ(x) ((x)*(x)) typedef pair<double, double> P; typedef pair<int,int> Pii; const int MAX_INF = 1e9; const int MAX_N = 1003; const int MAX_L = 1500; int N, K...
[ "rbynddd@naver.com" ]
rbynddd@naver.com
07ef354d74c40450e9c16032c79eb8bcd874427d
cc5f149a4ce1ae32f3e373c9b35198b519b751d5
/include/subprocess.hpp
9ff649291bf55c45206c2b2395fecdfeac672d4b
[ "MIT" ]
permissive
BodneyC/sood-compiler
4dececc8837b2f091f5141dd806ba3d0507de850
e21d8c0fdb24213bbff63cb8e5a55647b32bdf69
refs/heads/master
2023-02-06T01:40:41.435476
2020-12-30T16:17:27
2020-12-30T16:17:27
303,824,291
1
0
null
null
null
null
UTF-8
C++
false
false
4,492
hpp
// // subprocess C++ library - https://github.com/tsaarni/cpp-subprocess // // The MIT License (MIT) // // Copyright (c) 2015 Tero Saarni // #pragma once #include <string> #include <vector> #include <iostream> #include <ext/stdio_filebuf.h> #include <cstdio> #include <system_error> #include <unistd.h> #include <sys/...
[ "benjcarrington@gmail.com" ]
benjcarrington@gmail.com
cd66430e83d389cd4a40b4990bda3420c9a595d7
09de621cc46311833baef4e8990cdf70f816334e
/src/io/text_formats.h
3ee7c455c3cd5aaa499502ece09b08b8c08052f2
[]
no_license
lzswangjian/transition-notes
5f12a7c741579e6b78c8aa35367e777e44b3a5ee
387ddf2ed464c61092e7e28652c8112296c4e1c0
refs/heads/master
2020-06-19T11:32:57.776168
2016-09-23T02:19:11
2016-09-23T02:19:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,578
h
#ifndef SYNTAXNET_TEXT_READER_H_ #define SYNTAXNET_TEXT_READER_H_ #include <memory> #include <string> #include <vector> #include "../sentence.h" #include "../utils/utils.h" #include "document_format.h" /*! * \brief CoNLL document format reader for dependency annotated corpora. * * Fileds: * 1 ID: Token counter, ...
[ "qcl6355@gmail.com" ]
qcl6355@gmail.com
8cd54717b4a4ae4b18e6c72a02892571a8bc61e3
5b7e69802b8075da18dc14b94ea968a4a2a275ad
/DRG-SDK/SDK/DRG_ABP_GrenadeLauncher_A_classes.hpp
0540fae85a73ff10de19b1205f1c21f096010bc3
[]
no_license
ue4sdk/DRG-SDK
7effecf98a08282e07d5190467c71b1021732a00
15cc1f8507ccab588480528c65b9623390643abd
refs/heads/master
2022-07-13T15:34:38.499953
2019-03-16T19:29:44
2019-03-16T19:29:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,370
hpp
#pragma once // Deep Rock Galactic (0.22) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "DRG_ABP_GrenadeLauncher_A_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //-------------------------------------------------------------------...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
1a1715db7544e02c6266ab639c80253ffd49825d
84e94a062767cd434ba1c63d47cf1802b6ac14b6
/src/Trace.cpp
92eea6486f64ef1a8cba5b3c1472edfb809898e1
[]
no_license
jiac5/SEGY_LOADER
7e0b2fb5bd5c66d2946a7577456173a81e95d19b
96682f0448009e3930508e7b33bdfcf18924cae4
refs/heads/master
2021-01-19T08:37:58.379235
2015-09-03T14:01:11
2015-09-03T14:01:11
37,612,077
5
1
null
2016-11-14T19:41:38
2015-06-17T18:09:28
C++
UTF-8
C++
false
false
60
cpp
// // Created by jia chen on 8/3/15. // #include "Trace.h"
[ "jiac5@uci.edu" ]
jiac5@uci.edu
31e4b239b81a3d4732569bc25beae7fd976a14ee
3966bdaa82deff3f5007ce8e5ca0c7b81fbc3e81
/hackerrank/yfkpo3-2/median-permutation.cpp
6ba9ac0388cc88f28537f7ff1c5d7530af59076e
[]
no_license
sogapalag/contest
be955b61af67f1c104862e10ed51da9cea596016
c1a2a8268d269c559d937148e7c7fa8c236a61ad
refs/heads/master
2023-03-18T04:51:39.882314
2021-03-08T00:16:04
2021-03-08T00:16:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
821
cpp
#include <algorithm> #include <cassert> #include <cctype> #include <cmath> #include <cstdio> #include <cstdlib> #include <ctime> #include <deque> #include <functional> #include <iomanip> #include <iostream> #include <list> #include <map> #include <queue> #include <random> #include <set> #include <sstream> #include <str...
[ "3303362+koba-e964@users.noreply.github.com" ]
3303362+koba-e964@users.noreply.github.com
4466badea5027f66986c5c2f64899b7d724141ee
208ac6bb8a2f9b78c6afa15d255814200733de59
/BOJ/boj14502_연구소_다시품.cpp
1a47355b405de00a6d346878b608d6766d13a75b
[]
no_license
yagee97/algorithm
2832e976b13df6a431c1a02aab400a943b099bd0
f40918e810fee1d5f78894461e9b5c4b9cf61fe2
refs/heads/master
2021-06-05T12:27:43.911932
2020-07-25T14:19:48
2020-07-25T14:19:48
140,398,432
0
1
null
null
null
null
UHC
C++
false
false
1,520
cpp
#include <iostream> #include <vector> #include <queue> using namespace std; int n, m; int map[8][8]; int dx[] = { 1,0,-1,0 }; int dy[] = { 0,1,0,-1 }; int MAX = 0; typedef struct { int x; int y; }pos; vector<pos> virus; void mapcopy(int map[8][8], int new_map[8][8]) { for (int i = 0; i < n; i++) { for (int j = ...
[ "yagee97@naver.com" ]
yagee97@naver.com
13c2fc4436afe2a6373b6d495fad761976710f05
afb18aff8c308ef76c735cd8d04cb700655a47a8
/src/lbl/tests/train_maxent_sgd_test.cc
639ddcfa91dbb2ee5a89ff27a1fd47a7a0fe6f85
[]
no_license
se4u/OxLM
73282e0957a2f734e65249bd30da65687ba26604
b952053cd956f69aed599c3aca776c8429fbf855
refs/heads/master
2021-01-15T18:45:20.532391
2015-03-21T21:50:06
2015-03-21T21:50:06
32,604,862
0
0
null
2015-03-20T20:17:27
2015-03-20T20:17:25
null
UTF-8
C++
false
false
2,504
cc
#include "gtest/gtest.h" #include "lbl/factored_maxent_metadata.h" #include "lbl/global_factored_maxent_weights.h" #include "lbl/minibatch_factored_maxent_weights.h" #include "lbl/model.h" #include "lbl/model_utils.h" #include "lbl/tests/sgd_test.h" #include "utils/constants.h" namespace oxlm { class MaxentSGDTest :...
[ "pauldb89@gmail.com" ]
pauldb89@gmail.com
2a3412bd9f2457f76c5a2a0e95cb76dc74e5a92e
cc1b10f69255ccb74171ee9aad8ab56214a29d36
/src/Interface/KeySelectionBox.cpp
9adb690adf527904d23beb5cc608dea25ec5464b
[]
no_license
Gouet/BomberMan
3726d51f9548120e8e21fdac2ea146cd8a7d6e11
70d6e842a9731e13a315336f0c41b72111093f3f
refs/heads/master
2021-01-13T06:29:14.724725
2016-09-19T14:47:17
2016-09-19T14:47:17
68,612,066
1
0
null
null
null
null
UTF-8
C++
false
false
5,557
cpp
// // Created by veyrie_f on 5/27/16. // #include <algorithm> #include "KeySelectionBox.hpp" #include "EventGame.hpp" #include "GameManager.hpp" KeySelectionBox::KeySelectionBox(UIManager *uiManager, irr::core::rect<irr::s32> pos, UIElement::Menu elemID, int playerID) : m_mana...
[ "Victor@MacBook-Pro-de-Victor-2.local" ]
Victor@MacBook-Pro-de-Victor-2.local
2239910164b6d2db82f0823e1bff4cab638999d5
67f988dedfd8ae049d982d1a8213bb83233d90de
/external/chromium/chrome/browser/ui/webui/options/options_ui.h
0b5e3d644e52680bbd2d3902f852ee10ba359664
[ "BSD-3-Clause" ]
permissive
opensourceyouthprogramming/h5vcc
94a668a9384cc3096a365396b5e4d1d3e02aacc4
d55d074539ba4555e69e9b9a41e5deb9b9d26c5b
refs/heads/master
2020-04-20T04:57:47.419922
2019-02-12T00:56:14
2019-02-12T00:56:14
168,643,719
1
1
null
2019-02-12T00:49:49
2019-02-01T04:47:32
C++
UTF-8
C++
false
false
5,272
h
// 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. #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_UI_H_ #define CHROME_BROWSER_UI_WEBUI_OPTIONS_OPTIONS_UI_H_ #include <string> #include <vector> #inc...
[ "rjogrady@google.com" ]
rjogrady@google.com
8589d465b06978ccdcb4622418dd62133f78dd6f
759f8211829010ea3ee6cb9b83626a839e2c0d6c
/project_2/code/BpTree.cpp
28e8e835c7eaa377ea9965210c8efb54d00be34b
[]
no_license
kwhyo/DS_assignment
660b84f6707cc91b973cedc22df44135809f0912
f64c9b2b708b84ed6f71914889389a941fa2ffe1
refs/heads/main
2023-02-06T05:49:43.793797
2020-12-16T14:53:05
2020-12-16T14:53:05
321,723,997
0
0
null
null
null
null
UHC
C++
false
false
11,113
cpp
#include "BpTree.h" BpTree::BpTree(ofstream* fout, int order){ root = NULL; this->order = order; //order는 가리킬 수 있는 자식 수 pointer개수! this->fout = fout; } BpTree::~BpTree(){ } void BpTree::Insert(StockData* pSto){ double key = pSto->getEarning(); // key = Earning vector<pair<int, StockData*> > value; // valu...
[ "rkgmlgygml@naver.com" ]
rkgmlgygml@naver.com
dad63682f5f513a4def1cd570047536c06d457cf
17198f70b67390e2b6fa30dfda47909e7d26a59b
/src/libzerocoin/CoinSpend.cpp
a054bc102573781ac6f4c520c1b077138955ed91
[ "MIT" ]
permissive
HighStakesCoin/HighStakes
9d3fd09ce623167d79e100568adea70106efc239
e842f55f7ce6f8df09aea157012a68958b366a90
refs/heads/master
2020-05-04T15:47:57.812490
2019-07-26T07:18:42
2019-07-26T07:18:42
179,256,859
3
3
null
null
null
null
UTF-8
C++
false
false
7,320
cpp
/** * @file CoinSpend.cpp * * @brief CoinSpend class for the Zerocoin library. * * @author Ian Miers, Christina Garman and Matthew Green * @date June 2013 * * @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green * @license This project is released under the MIT licen...
[ "48958686+HighStakesCoin@users.noreply.github.com" ]
48958686+HighStakesCoin@users.noreply.github.com
dbcb8c16a4fdf6e1b2d7e811e92b1f9576b92cc3
51fdfc8027d391d36c9ac2b3f917ce0999f7bc08
/flycapture_input_process.cxx
36e29aae168e9ee970ec5a8a33732d8b50dffebf
[]
no_license
hdefazio/Flycapture-Image-Reader
0f5f552f68154f645ffb86a1a7311ab0ae34d065
9fbe25173b1c19637aec383fc81221ee73fe336a
refs/heads/master
2020-04-20T21:39:02.396555
2019-02-22T14:43:11
2019-02-22T14:43:11
169,115,217
0
0
null
null
null
null
UTF-8
C++
false
false
10,471
cxx
#include "flycapture_input_process.h" #include <curses.h> #include <stdio.h> #include <stdlib.h> //#include <conio.h> #include <vital/vital_types.h> #include <vital/types/timestamp.h> //#include <vital/types/image_container.h> #include <arrows/ocv/image_container.h> #include <vital/types/image.h> #include <vital/algo...
[ "noreply@github.com" ]
hdefazio.noreply@github.com
1f5f8db47e88a8e93677c0ff25b1bde20a499bff
2ad0ab1e2f4571b6ea1ca0b487454345e0f0689f
/Stranger_Things_Lights.ino
902e91d8bfba9a75ba9ba1a1404b6c0b3ad9259c
[]
no_license
simcard0000/stranger-things-lights
029bed9b2731d165150deb9d2db28aa98adcbe46
00900223bd75eca9e634e07b4043659eb587f1cb
refs/heads/master
2020-04-05T12:19:50.634125
2019-07-21T02:39:38
2019-07-21T02:39:38
156,865,497
0
0
null
null
null
null
UTF-8
C++
false
false
6,662
ino
#include <FastLED.h> #define LED_PIN 5 #define NUM_LEDS 50 #define BRIGHTNESS 64 #define LED_TYPE WS2811 #define COLOR_ORDER RGB CRGB leds[NUM_LEDS]; //Defining what's what, such as the type of LEDs and the brightness the LEDs should be at (brightness goes up to 128). //Numbered LED 26 is where the...
[ "noreply@github.com" ]
simcard0000.noreply@github.com
a1c24f9e745265915e6c5fb131c5b5a9f9dd8855
0af5ad47da00e856ee9a6f46dc13913c8e62ae0a
/external/catch2/catchMain.cpp
590a2a238e95d7ac0a4dcab26c9818bb1987636e
[ "MIT" ]
permissive
joelbygger/cmake_proj
4685e55de28cb79017ce0553b7ac17b3725c6a3d
d534febf99eee2f95b11d8b67870957886c34e5c
refs/heads/master
2021-06-21T10:46:03.075859
2020-12-16T08:14:14
2020-12-16T08:14:14
144,476,643
4
0
MIT
2019-05-17T12:36:10
2018-08-12T15:06:08
CMake
UTF-8
C++
false
false
170
cpp
// // Created by joel on 2019-03-28. // // This define is required, but must only exist in one file. Provides a main(). #define CATCH_CONFIG_MAIN #include "catch2.hpp"
[ "joel.sael@gmail.com" ]
joel.sael@gmail.com
acb6736384a2f57a1648cb91c7621346ac79bde2
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/base/trace_event/cpufreq_monitor_android.cc
8ce94d1869fc9bc1d8787ab91976e8744ee0c87f
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
7,421
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/trace_event/cpufreq_monitor_android.h" #include <fcntl.h> #include "base/atomicops.h" #include "base/bind.h" #include "base/files/file_ut...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fcedd94fa3f38a1cd0474f8ca6d51a922443b438
004d6d2f92e83aec5b79365c0d0c046e94855710
/algorithms/CPlusPlus/Arrays/move-zeros-to-end-of-array.cpp
1ebe5186a557ff94089383a64e5209a03196a7a7
[ "MIT" ]
permissive
elqmausam/DSA
67bb8f8b51cb0d93ef2905d3274391ba4cf57f4b
4d9708c9aa273a16bb89b4566c9acd9a6f9e9bdd
refs/heads/main
2023-09-02T10:50:48.888697
2021-10-31T05:56:59
2021-10-31T05:56:59
423,065,269
0
0
MIT
2021-10-31T05:51:31
2021-10-31T05:51:31
null
UTF-8
C++
false
false
1,250
cpp
//Given an array of random numbers, Push all the zero’s of a given array to the end of the array. //For example, if the given arrays is {1, 9, 8, 4, 0, 0, 2, 7, 0, 6, 0}, it should be changed to {1, 9, 8, 4, 2, 7, 6, 0, 0, 0, 0}. //The order of all other elements should be same. #include <bits/stdc++.h> using namespac...
[ "noreply@github.com" ]
elqmausam.noreply@github.com
c6f43c369a4e34026d77226538ddc3104c5a60f8
eb29e630e4ecb0025ed7939124f872893d32560b
/source/ext/common/pegasus/src/Pegasus/Common/Platform_WIN32_IX86_MSVC.h
1de6a10e6fd4e6ac087e735fa41edee6f954a8ba
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
host1812/scx_plugin_public
563246c2ca97f6e2c44372a924b7c06f77e1b133
c9d44d370013ade2c3aa4b5dada51834f08a67d4
refs/heads/master
2020-05-17T23:54:16.123319
2012-07-27T12:28:57
2012-07-27T12:28:57
5,189,415
1
0
null
null
null
null
UTF-8
C++
false
false
4,957
h
//%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...
[ "host1812@yandex.ru" ]
host1812@yandex.ru
fe60a33b9a3195f9f14a47a843bdd6362fbfc8f6
33cc674f62343ae2a390a539fe85633317cd1619
/LAMMPS_STABLE/pppm.cpp
d6305d3a5209574e6b198cf991ac717986f45b12
[]
no_license
zhangshiyun/LAMMPS_STABLE
57ff9ffc132908f8bb6845e2afe348838e22ba23
2cd4494e600610b3174dea0955aacab2a3a42f23
refs/heads/master
2021-01-18T09:27:37.310317
2017-03-08T11:34:31
2017-03-08T11:34:31
84,313,280
1
0
null
null
null
null
UTF-8
C++
false
false
104,907
cpp
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
[ "zhangshiyun_93@outlook.com" ]
zhangshiyun_93@outlook.com
d673495b191a60a14fc76d1a7ee429d94e154b2f
b4a8513d146739c373d070e735a4ba5e150b3272
/pid.cpp
4a54e294b14e4f11c2bcdd461f31e72d44128fe3
[]
no_license
cheny777/BournePeripheralMillCompensationPlug-in
8e51294523fdf6772eec1d011a1f91d41bac871e
a78f57e0561490b2a11e3e3ade311b3eb01ee4b3
refs/heads/master
2023-03-24T07:32:50.840484
2020-08-20T01:39:52
2020-08-20T01:39:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
#include "pid.h" CPID::CPID() { init(1,1,1); } CPID::~CPID() { } void CPID::init(double p,double i,double d) { frist_tag = false; i_base = 0; d_err = 0; old_err = 0; ts = 0.0025; kp = p; ki = i; kd = d; } double CPID::onErr(double e) { if(frist_tag) { frist_tag =...
[ "chenyu721" ]
chenyu721
94239cb8ac8500fb87c6d849b58fce42c9136268
10ebdf6e5c7ed164016743e54fd76c37719eb4fb
/lib/ocull/ocullContext.cpp
639ce40bc6c95291e6f6f2485e62f5541d2b74e3
[]
no_license
venceslas/ocull
0929876a2a40d2ec4187d42d8c264068ffa10c7c
182b7febc88bcc9c09928e16ac4720c615db5374
refs/heads/master
2020-04-09T16:41:57.985235
2012-07-06T16:46:20
2012-07-06T16:46:20
5,016,896
0
1
null
null
null
null
UTF-8
C++
false
false
5,593
cpp
/// /// \file ocullContext.cpp /// #include "ocullContext.hpp" #include <cassert> #include <cstdlib> #include <iostream> #include "rasterizer/framework/gpu/CudaModule.hpp" #include "rasterizer/shader/PassThrough.hpp" // kernel shader #include "ocullQuery.hpp" #include "ocullScene.hpp" #include <cudaGL.h> ...
[ "tcoppex@esiee" ]
tcoppex@esiee
9b36da10bede6184b04af65412d2783b3d293896
0b2748e3d25c4daf628e8b728f581931f024a833
/source/sdk/include/Eigen/src/Eigenvalues/RealSchur.h
8f38863373e06d66542b7e0405c6ec9737314547
[]
no_license
Zoltan3057/N_Kunhou_Arm_sdk
b4c3653705e2bb76935f3ac07fae503f09172dd8
e50f60d3e7f19715bbedc9ccc55ca6280d13ad1b
refs/heads/master
2020-03-21T17:27:50.975966
2018-03-03T05:34:10
2018-03-03T05:34:10
138,833,358
2
1
null
null
null
null
UTF-8
C++
false
false
17,924
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If...
[ "769238687@qq.com" ]
769238687@qq.com
300a829db2ad68f7929a5899e4f6371a1c2ed7fb
f9b73300fa533c16813e072b50ae84643d9fbd5a
/src/analysis_3_habitat_correlates_of_snail_density/src/include/functions.hpp
29c95f130c932193edb4af5369fba3ed98c6f413
[]
no_license
dondealban/Wood_et_al_2019_PNAS
8f986b2dab25d557a8eba082495b30ad8b8ca569
a9dffb85306fb05ad14dea3bbafcecf825ca66ee
refs/heads/master
2020-09-16T18:52:15.085809
2019-11-23T19:21:03
2019-11-23T19:21:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,663
hpp
// Function for to extract a layer from an array template<class Type> matrix<Type> matrix_from_array(array<Type> a1, int sheet){ vector<int> a1_dim = a1.dim; matrix<Type> m1(a1_dim(0), a1_dim(1)); // If array is array if(a1_dim.size() == 3){ for(int row = 0; row < a1_dim(0); row++){ for(int col = 0; ...
[ "chelsealwood@gmail.com" ]
chelsealwood@gmail.com
a24da19d4466b6df11fa53298513ec9825a6132e
cfc64a6e9b78eb540310106e7e047009542243be
/zsIRC_Format.cpp
dbc968689f73015b7e925102c2389fac6d431726
[]
no_license
Gargaj/zsIRC
fd49bb8be81a90d1d7115168686259167419eaf9
b246c92c73a5676b2acd2e721d1b95e8e98c17ca
refs/heads/master
2016-08-04T04:09:23.761319
2015-03-13T12:11:23
2015-03-13T12:11:23
32,111,165
3
0
null
null
null
null
UTF-8
C++
false
false
3,539
cpp
// zsIRC_Format.cpp: implementation of the zsIRC_Format class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "zsIRC.h" #include "zsIRC_Format.h" #include "zsIRC_Settings.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new...
[ "gargajcns@059e7142-3fed-eb67-7d44-fb0549285e64" ]
gargajcns@059e7142-3fed-eb67-7d44-fb0549285e64
a2b23711b18eea8a99d271543a4c23edaaabe4ae
43a2fbc77f5cea2487c05c7679a30e15db9a3a50
/Cpp/External/SDK/BP_large_mast_fore_parameters.h
b5448df8109a5e4854389c38f79ab960952827a9
[]
no_license
zH4x/SoT-Insider-SDK
57e2e05ede34ca1fd90fc5904cf7a79f0259085c
6bff738a1b701c34656546e333b7e59c98c63ad7
refs/heads/main
2023-06-09T23:10:32.929216
2021-07-07T01:34:27
2021-07-07T01:34:27
383,638,719
0
0
null
null
null
null
UTF-8
C++
false
false
1,170
h
#pragma once // Name: SoT-Insider, Version: 1.102.2382.0 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //--------------------------------------------...
[ "Massimo.linker@gmail.com" ]
Massimo.linker@gmail.com
7c5b44a9d38392b16f1f1dbeb0ef65b373b3d1fe
b5e2b699b398583a6284dd3730af5a224fa07da6
/Classes/Scene/ImageEditor/SMImageEditorRotateScene.h
a07919eea69d7c80ed888aeb6615250ed9d90ff3
[]
no_license
brokenpc00/SMFrameWork_CPP
21b435d588bdded3e59818127bba42524af3bcda
0038a631c1fc31a5366655ac84479c97bee528fa
refs/heads/main
2023-02-26T15:08:56.466222
2021-02-01T23:44:18
2021-02-01T23:44:18
335,111,231
0
0
null
null
null
null
UTF-8
C++
false
false
1,601
h
// // SMImageEditorRotateScene.h // iPet // // Created by KimSteve on 2017. 5. 8.. // Copyright © 2017년 KimSteve. All rights reserved. // #ifndef SMImageEditorRotateScene_h #define SMImageEditorRotateScene_h #include "../../SMFrameWork/Base/SMScene.h" #include "../ImagePicker/SMImagePickerScene.h" class SMView; c...
[ "" ]
4d594dc476516793b1b13710fa2b50b01b14b399
091afb7001e86146209397ea362da70ffd63a916
/inst/include/boost/simd/arithmetic/include/functions/minmod.hpp
1776e93ad67862dffd183d142de8670d10a98382
[]
no_license
RcppCore/RcppNT2
f156b58c08863243f259d1e609c9a7a8cf669990
cd7e548daa2d679b6ccebe19744b9a36f1e9139c
refs/heads/master
2021-01-10T16:15:16.861239
2016-02-02T22:18:25
2016-02-02T22:18:25
50,460,545
15
1
null
2019-11-15T22:08:50
2016-01-26T21:29:34
C++
UTF-8
C++
false
false
326
hpp
#ifndef BOOST_SIMD_ARITHMETIC_INCLUDE_FUNCTIONS_MINMOD_HPP_INCLUDED #define BOOST_SIMD_ARITHMETIC_INCLUDE_FUNCTIONS_MINMOD_HPP_INCLUDED #include <boost/simd/arithmetic/functions/minmod.hpp> #include <boost/simd/arithmetic/functions/scalar/minmod.hpp> #include <boost/simd/arithmetic/functions/simd/common/minmod.hpp> #...
[ "kevinushey@gmail.com" ]
kevinushey@gmail.com
522f6e9c89b1e9e9f89fc15e4c4af8a2afb5f872
501d500647d367e6aa769df32dd1d6a002a9c38a
/Include/Cassius/SourceStream.hpp
3a00832e07e060d76ffe20982d33f95b81348a28
[ "ISC" ]
permissive
Spidey01/Cassius
85fe483fbc5e1f7ed64bb15871be674d298f098c
6c9f649a648d18d7c27ce6251740ba01de83a95a
refs/heads/master
2022-01-23T21:30:10.495881
2022-01-17T21:52:00
2022-01-17T21:52:00
2,144,137
0
0
null
null
null
null
UTF-8
C++
false
false
1,071
hpp
#ifndef CASSIUS_INCLUDE_SOURCESTREAM_HPP #define CASSIUS_INCLUDE_SOURCESTREAM_HPP // SPDX-License-Identifier: ISC // Copyright 2010, Terry M. Poulin. #include <iosfwd> #include <sstream> #include <string> #include "Source.hpp" namespace Cassius { /** Simple class representing an executable chunk of Source code a...
[ "BigBoss1964@gmail.com" ]
BigBoss1964@gmail.com
d6dac2a1571718a5640062ad560855e9923493d3
a6848e795c6e9349d0196f70f7f8aea747050602
/targets/XPlatCppSdk/source/LibUnitTest/PlayFabClientTest.cpp
612e9474083d813b9a7c57266b46828ba6163ace
[ "Apache-2.0" ]
permissive
Micha0/SDKGenerator
f4900b5ccc1cd442604b4f49e38cd60b81f37007
8e32f072b8b8de9a3c0bca6639f3741c0781dc16
refs/heads/master
2020-03-22T09:14:28.671043
2018-07-03T22:03:38
2018-07-03T22:03:38
139,824,635
0
0
Apache-2.0
2018-07-05T09:13:24
2018-07-05T09:13:24
null
UTF-8
C++
false
false
25,207
cpp
#include <stdafx.h> #ifndef DISABLE_PLAYFABCLIENT_API #include <fstream> #include <CppUnitTest.h> #include <cstdlib> // _dupenv_s #include <Windows.h> // Sleep() #include <json/reader.h> #include <playfab/PlayFabClientDataModels.h> #include <playfab/PlayFabClientApi.h> #include <playfab/PlayFabSettings.h> using na...
[ "noreply@github.com" ]
Micha0.noreply@github.com
23a08c121c1147708db508c7ac971a14f466bbaa
306ba959838a2bc8f4d7776809d308bde778bc67
/Update.h
651fc4e242f58268caa3e65775a375142e4a7f35
[]
no_license
DimitrisGan/RecommendationCryptoSystem
b5b867ed9f0d1faf97b6a5bcfd69f03cf7d5c406
2a45b6293eb9bd0df165cc7da39695590fa8f819
refs/heads/master
2021-10-09T10:05:36.339624
2021-10-08T07:54:36
2021-10-08T07:54:36
163,315,267
1
0
null
null
null
null
UTF-8
C++
false
false
1,101
h
// // Created by dimitrisgan on 16/11/2018. // #ifndef PROJECT2_UPDATE_H #define PROJECT2_UPDATE_H #include <unordered_map> #include "MyVector.h" #include "Cluster.h" #include "Metrics.h" #include "Initialization.h" class Updater{ public: virtual void operator()(unordered_map<string, myVector> &in_umap ,kClust...
[ "jimgangas@gmail.com" ]
jimgangas@gmail.com
29dd81fdbd8f4378924738f2adf99954167d1df1
4a73953ff6ddd31923f4253e585e4d9e95eea49d
/examples/webenginewidgets/browser/webview.cpp
edbaadca99190c90767f7a2184fe0765cb779926
[]
no_license
morphis/qtwebengine-snapshots
22317457adfc1d371b6b77ea06b2a1136e8a7892
13887430d192ae5fbd9733eaa634e741eb8728aa
refs/heads/master
2021-01-13T01:40:02.841843
2014-06-22T12:08:24
2014-06-22T12:08:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,766
cpp
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the demonstration applications of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage...
[ "morphis@gravedo.de" ]
morphis@gravedo.de
0e45420153ef018513985e089332a4e305bce53e
559a00d4367374b367d4999167743ec6d7387640
/structures/FlowNetwork/Adjacency lists/FlowNetwork.h
07f46724a2575eccb3925afdc84cd368fac49cfc
[]
no_license
michal367/Algorithms-and-Data-Structures
0cd0787393ebefaef19d5d1056b6d9de321e05d7
4aee40daac9c3292f3e5ac36010cf789354c26c7
refs/heads/master
2023-01-02T18:46:24.144935
2020-10-28T10:42:06
2020-10-28T10:42:06
307,850,924
0
0
null
null
null
null
UTF-8
C++
false
false
17,485
h
#pragma once #include <vector> #include <list> #include <queue> #include <iostream> template<class T, class C = int> class FlowNetwork{ // node 0 is source // last node (size()-1) is sink // nodes in between are inner nodes (from 1 to size()-2) struct Edge{ std::size_t node; C capaci...
[ "michal.krawczyk7@gmail.com" ]
michal.krawczyk7@gmail.com
e158595eafa7873487bea99b2141a63665a11805
37be618d32f07d837000478fad6275d21c988f5c
/Include/ArggLib/for_loop.hh
3393570a50ea548ae9d4fc3659acccd56e719d1b
[]
no_license
arggscomputerecke/ArggLib
ce0adcfc036c0212ead9c51defc63abaf8f188c2
a1a1fb6ceec9028a81b9c3a7887f985e800d22a2
refs/heads/master
2021-04-29T15:11:32.490462
2019-02-20T03:10:10
2019-02-20T03:10:10
121,791,230
0
1
null
null
null
null
UTF-8
C++
false
false
6,969
hh
#ifndef for_loop_h__ #define for_loop_h__ #include "ArggLib/has_member_helper.hh" #include "ArggLib/proc_tools.hh" #include "ArggLib/string_helpers.hh" #include "ArggLib/smart_ptr_helpers.hh" #include "ArggLib/type_trates.hh" namespace ArggLib { class for_loop_imple_0 { public: template <typename NEXT_T, ty...
[ "arggscomputerecke@gmail.com" ]
arggscomputerecke@gmail.com
42db9cbb0948cb17562c5ee2cd88319616638815
01dbe06e8ad0d7da2635604650edbbd8f1dd5cf8
/cpp/src/rz/rz-kauvir/rz-graph-code/prerun/rz-re-prerun-anticipate.h
583c14c2fd1858eef6c1298b62f5817ee41314b6
[ "BSL-1.0", "LicenseRef-scancode-proprietary-license" ]
permissive
scignscape/SubjectiveSpeechQualityMeasurement
ccfe93d4569d45d711eb6a92c842cac9ae4a5404
ab68b91108f3f1d7086ea1ac9a8801c063dc9bff
refs/heads/master
2020-04-04T11:24:26.062577
2018-12-02T04:44:44
2018-12-02T04:44:44
155,889,835
0
1
BSL-1.0
2018-11-13T17:09:00
2018-11-02T16:02:47
C++
UTF-8
C++
false
false
1,023
h
// Copyright Nathaniel Christen 2018. // 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) #ifndef RZ_RE_PRERUN_ANTICIPATE__H #define RZ_RE_PRERUN_ANTICIPATE__H #include "accessors.h" #incl...
[ "osrworkshops@gmail.com" ]
osrworkshops@gmail.com
7815cc8ad475a9839210ed87a63e00000a2fa55f
1ce9bc19be229d12afde772fb4fb109f0dd77cf7
/src/nmode/Speciation.h
35388221064b7d9cbdd651c460a8687220a0aada
[]
no_license
kzahedi/NMODE
6af4e201d499c7ad036f26b69c6fc9e2de0a8caf
9c98d09bc87ea4f14ac017e4e5641df5055e31ec
refs/heads/master
2021-01-15T08:09:50.886140
2018-10-19T11:58:31
2018-10-19T11:58:31
38,491,432
4
1
null
null
null
null
UTF-8
C++
false
false
503
h
#ifndef __SPECIATION_H__ #define __SPECIATION_H__ #include <nmode/Population.h> #include <nmode/Individual.h> #include <vector> using namespace std; class Speciation { public: Speciation(double threshold); // ~Speciation(); //Speciation(const Speciation); //Speciation operator=(const Speciation);...
[ "keyan.zahedi@gmail.com" ]
keyan.zahedi@gmail.com
f369655465c41dd4968071a990df97687d7642fc
99acb431893f7eac93183152fce8d19c9653b59b
/chrome/browser/ui/views/safe_browsing/deep_scanning_failure_modal_dialog.cc
f6edc9dadfe598af7bbf9ce842d16974939b7b10
[ "BSD-3-Clause" ]
permissive
PDi-Communication-Systems-Inc/chromium
0a4e7634056369fe32ef75beb6cdb47e0641a9dc
fd11f6f060bf073509855e13c215d64d3c3a1a15
refs/heads/master
2023-04-17T05:37:17.394483
2020-05-14T13:19:32
2020-05-14T13:19:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,964
cc
// Copyright 2020 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 "chrome/browser/ui/views/safe_browsing/deep_scanning_failure_modal_dialog.h" #include <memory> #include "chrome/browser/ui/views/chrome_layout_...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
3122829decac32a7cf9b0cc61d5b363999297411
ecdd8cd99be313d736a1aeb01555dae89a9249ce
/server/base/EventDispatch.cpp
3ceff7138de605a30f44474d9e8cc21550c5c821
[]
no_license
liuzhenpangzi/liuzhen
2c485215aefe5c134001078c4a680a5deb27293a
186c7d579a56f7c934713c7cc5ec76eae3759426
refs/heads/master
2021-01-12T08:02:10.961068
2016-12-22T02:48:24
2016-12-22T02:48:24
77,107,636
2
0
null
null
null
null
UTF-8
C++
false
false
4,291
cpp
#include "EventDispatch.h" #include "BaseSocket.h" #define MIN_TIMER_DURATION 100 // 100 miliseconds CEventDispatch* CEventDispatch::m_pEventDispatch = NULL; CEventDispatch::CEventDispatch() { running = false; #ifdef _WIN32 FD_ZERO(&m_read_set); FD_ZERO(&m_write_set); FD_ZERO(&m_excep_set); #elif __APPLE__ m...
[ "3515676386@qq.com" ]
3515676386@qq.com
d65d94e78859e30548b5bac8be1797fee923ec0c
dfee20844786baabd9cc3d9162cc6df7eba78bbb
/testleds/testleds.ino
b19028cdbd3e2020b2061df16f0112123d6124e1
[]
no_license
rosterloh/ambilight
65aada72e671733b27cc3bf5afc5b48edaec150e
caee93fcc8c0b2e53edfac1c8f6da6e47bc49548
refs/heads/master
2021-01-22T07:28:19.578682
2013-10-10T14:29:29
2013-10-10T14:29:29
7,937,795
3
3
null
null
null
null
UTF-8
C++
false
false
2,364
ino
#include <FastSPI_LED.h> #define NUM_LEDS 60 // Sometimes chipsets wire in a backwards sort of way struct CRGB { unsigned char b; unsigned char r; unsigned char g; }; // struct CRGB { unsigned char r; unsigned char g; unsigned char b; }; struct CRGB *leds; #define PIN 4 void setup() { FastSPI_LED.setLeds(NUM_LEDS...
[ "richard.osterloh@gmail.com" ]
richard.osterloh@gmail.com