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
8c41182fc922f39e54c6c883d8843e9e0519ab13
81560a6d6712fd4ace3af592069608dbfe37f955
/MVA_Robotics_Module05_Demo01/MVA_Robotics_Module05_Demo01.ino
19c1aa845c3e57b7ef026c486d9a3484a92de7a1
[]
no_license
hedreams/MVARobotics
c36923442cae39e25417d874b4b24be72295bb9b
eb5f24caaf318a6cbae7638a628a4e9189d4ca8a
refs/heads/master
2021-01-14T12:36:05.997600
2014-08-11T18:34:53
2014-08-11T18:34:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
586
ino
#include <Wire\Wire.h> int sensorPin; int analogReading; float sensorVoltage; float sensorDistance; float distanceMultiplierVoltsPerInch; void setup() { sensorPin = A0; sensorVoltage = 0; sensorDistance = 0; distanceMultiplierVoltsPerInch = 5.0/512.0; pinMode(sensorPin, INPUT); } void l...
[ "cahowd@microsoft.com" ]
cahowd@microsoft.com
3e2b58e58d229a07b919379e7f835cbd41999bbb
b4d4358eda1e2c95fa4800ce258896fb01aa5794
/ardnanolfo/ardnanolfo.ino
c060a15e41208d44e9c3c428be599fc1892f274f
[]
no_license
robstave/Arduino-nano-lfo
b5a6dcc2f6ff6cbd24b416d00a1e9599bd38a85b
3b0cd744669e4ce14f9de8ae38bb411090cccd8e
refs/heads/master
2020-09-27T07:17:48.916979
2020-02-16T16:32:14
2020-02-16T16:32:14
226,461,880
2
0
null
null
null
null
UTF-8
C++
false
false
12,638
ino
/** Nano LFO 2 Channel LFO with multiple waveforms - One channel fixed (Sine, triangle.... you pick and hard code it) - Other channel Selectable - Sine - Triangle - Ramp up - Ramp Down - Psycho 1 and 2 Improvements to do Add decaying wave https://daycounter.com/Calculators...
[ "robstave@yahoo.com" ]
robstave@yahoo.com
7c885f61bfdb94e614f879ca8f43532de68c3446
91b0a493461891d9a00501087df6f551fb2c3b6e
/clod/grid/clod.cc
1cce955726eff262663e32497a8210c0f8ba3e12
[]
no_license
chromylei/terrain_sbox
32dd8c38526fe90ec6fd8a843df2132691073a97
78a021e2bc419148eaaa5bbad601b11431935431
refs/heads/master
2021-01-16T17:47:34.640692
2014-09-26T09:13:40
2014-09-26T09:13:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,242
cc
#include "tersbox/fter/clod/clod.h" #include "azer/util/tile.h" using azer::Tile; int32* Clod::GenIndices(int32* indices, uint32 flags) { azer::Tile::Pitch pitch; int32* cur = indices; for (int i = 0; i + 4< tile_->GetGridLineNum(); i += 4) { for (int j = 0; j + 4 < tile_->GetGridLineNum(); j += 4) { ...
[ "lenxyang@gmail.com" ]
lenxyang@gmail.com
4aa8c2f7842e9fca7189dbc83a88cbc3111c70e1
f0a659196a43df2d36bf786027226fb2494d62b1
/C++Extension/ThirdParty/NewtonDynamics/dgPhysics/dgCollisionCompoundFractured.h
4e4bc102f4d5aa697a2cd21952134d8b517193dc
[ "Zlib", "MIT" ]
permissive
MrPrezident/MSPhysics
72dc3458a2612abcbed1e185cb2cee7a5306afbc
eb9f2b55d7823ad246d6da98c3c2eb03d5a08c18
refs/heads/master
2020-04-06T08:45:47.213958
2018-11-15T01:29:29
2018-11-15T01:29:29
157,315,489
0
0
MIT
2018-11-15T01:29:30
2018-11-13T03:35:07
C++
UTF-8
C++
false
false
9,229
h
/* Copyright (c) <2003-2016> <Julio Jerez, Newton Game Dynamics> * * 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. * * Permission is granted to anyone to use this software for any purpo...
[ "anton.synytsia@gmail.com" ]
anton.synytsia@gmail.com
46c63f94d0dc9b209139ea99948c0233948c78a7
3ed5d694fd3053bcfc63c2cf01a9e6be31ec5239
/Final_Assignment/Final_Assignment/SRPG_characters.cpp
d212c98673650bb28d6384a022b717cbb0789a1a
[]
no_license
aCordion/CK_assignments
1a2a150b3548178ef897075577ae82e1be5856aa
3dd9e8ba92ef6bc607b63d849aa731ff26311b9e
refs/heads/master
2020-03-17T01:10:48.604561
2018-07-08T10:36:13
2018-07-08T10:36:13
133,142,903
0
1
null
null
null
null
UHC
C++
false
false
3,385
cpp
#include "SRPG.h" #include "SRPG_characters.h" //구조체의 기본값들을 소스파일에서 변수로 선언 char *pname = player.name; char *ename = enemy.name; short pHP = player.HP, pMHP = player.MAX_HP, pAP = player.AP, pMAP = player.MAX_AP, pSTR = player.strength, pAGL = player.agility, pDEF = player.defence, pLV = player.Level, pMEXP = player.MAX...
[ "39215817+aCordion@users.noreply.github.com" ]
39215817+aCordion@users.noreply.github.com
6a2cde6cc54007f6ff5a0b80fe28d1f3344e5161
b23cea3ebaea22ba38f21e45f2992997318684ba
/demo1003/main.cpp
1331458c59b911bb58f551502a23e50c538cb8be
[]
no_license
tech-holic/hello-world
4a3518074b7397471c7b9d761d0c7f0915ed7536
7ed294df5f5e6c246841a59493515ac2f0b798bd
refs/heads/master
2021-01-17T16:09:14.693113
2016-10-31T11:34:47
2016-10-31T11:34:47
64,361,233
0
0
null
2016-07-28T03:50:17
2016-07-28T03:26:58
null
UTF-8
C++
false
false
3,493
cpp
//#include <iostream> //#include <stdio.h> // //using namespace std; // //int main() //{ // char *p="abc"; // char *q="abc123"; // while(*p==*q) // { // printf("%c%c",*p,*q); // p++;q++; // } // return 0; //} //#include <stdio.h> //#include <stdlib.h> //#include <time.h> //#include <stri...
[ "940999723@qq.com" ]
940999723@qq.com
1e925a14bcbf47547f5a6ff750c9e107248585e5
3bfe741bca4ccb928ab03958fef677662b642a32
/include/RE/BSHavok/hkpCdPointCollector/hkpCdPointCollector.h
0599cba2ba45d9ec31f1a24ff1ccc55ee9a8ced0
[ "MIT" ]
permissive
Slaynot/CommonLibSSE
9865fc7d7e3167dd72193ef3828ac7db54858cc5
6b3fd268327fb630139d2a183cbd5aa5669cfc5f
refs/heads/master
2023-08-19T00:32:11.523120
2021-10-05T21:02:33
2021-10-05T21:02:33
293,022,195
0
1
MIT
2021-10-05T19:52:10
2020-09-05T07:02:12
C++
UTF-8
C++
false
false
491
h
#pragma once namespace RE { struct hkpCdPoint; class hkpCdPointCollector { public: inline static constexpr auto RTTI = RTTI_hkpCdPointCollector; virtual ~hkpCdPointCollector(); // 00 // add virtual void AddCdPoint(const hkpCdPoint& a_point) = 0; // 01 virtual void Reset(); // 02 - { earl...
[ "ryan__mckenzie@hotmail.com" ]
ryan__mckenzie@hotmail.com
61813516c98d53b42c552a8d3c57ee6041c54f5f
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_TradeOption_Bile_functions.cpp
70ebe05a80f585921172628bf5eb4fefdf96ca9e
[ "MIT" ]
permissive
git-Charlie/ARK-SDK
75337684b11e7b9f668da1f15e8054052a3b600f
c38ca9925309516b2093ad8c3a70ed9489e1d573
refs/heads/master
2023-06-20T06:30:33.550123
2021-07-11T13:41:45
2021-07-11T13:41:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,005
cpp
// ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_TradeOption_Bile_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //-----------------------------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
77822b07a36bcd7d6c637b253431b2e079e59592
31c56c55f33c63ffcd23f3338323003f890ec92c
/pairsum.cpp
7c27c700cf7d3b8c4d7c3484374927ea2fe6a1be
[]
no_license
Shubham-jaizz/hello
a0090e06e6ea2b5e54a810bd4464ad5f200dbef0
2326b4eaf670fbdfba61eac7d9b3fa71c3bfc357
refs/heads/master
2023-06-20T23:23:52.604230
2021-07-29T13:03:40
2021-07-29T13:03:40
390,726,458
0
0
null
null
null
null
UTF-8
C++
false
false
393
cpp
#include<iostream> using namespace std; bool pairsum(int arr[],int n,int k){ for(int i = 0; i<n-1;i++){ for(int j = i+1;j<n;j++){ if( arr[i]+arr[j] == k){ cout<<i<<" "<<j<<endl; return true; } } } } int main(){ int arr[] = {2...
[ "simashubham.mj@gmail.com" ]
simashubham.mj@gmail.com
f59251d1d2f06826559544acd106c5a2d551d7c5
bdeec5f4ac7b113fefafe32954b3f883fa7b2c6c
/bookviewer/Classes/Common/Controls/ProgressIndicator.cpp
3eff87d870083111fffd265c27708fbd86105f18
[ "Apache-2.0", "CC-BY-3.0", "CC-BY-4.0" ]
permissive
XPRIZE/GLEXP-Team-KitkitSchool
c6cadc3b3828934b1da51c61466f516a2f51b67a
6ed6b76d17fd7560abc35dcdf7cf4a44ce70745e
refs/heads/newmaster
2022-03-14T16:34:52.414327
2019-11-29T12:52:03
2019-11-29T12:52:03
79,299,159
50
31
Apache-2.0
2019-11-29T12:52:04
2017-01-18T03:24:30
C++
UTF-8
C++
false
false
2,431
cpp
// // ProgressIndicator.cpp // // Created by Gunho Lee on 6/28/16. // // #include "ProgressIndicator.hpp" #include <cocos/ui/CocosGUI.h> using namespace cocos2d::ui; const Size dotSize = Size(46, 48); const float dotMargin = 10; bool ProgressIndicator::init() { if ( !Widget::init() ) { retu...
[ "gunho.locomotive@gmail.com" ]
gunho.locomotive@gmail.com
087615189e770e917db2841b2c4448cb934ce3c8
c4978200579312c5dee6c1663bbc8316097c4f6f
/squirrel_object_manipulation/src/pushing/src/BangBangPush.h
5f62d9d181c48eb6e8b9c8ab19ecd71a2e20730c
[]
no_license
Senka2112/squirrel_manipulation
bc00345e9f41f8f33b47e4358e9fd97fa8f82b7c
f715bd86c8c9d8d358d7e39c3ab93e19c632ae4f
refs/heads/indigo_dev
2021-01-17T12:08:04.150496
2017-03-22T16:43:21
2017-03-22T16:43:21
84,059,080
0
1
null
2017-10-30T10:54:41
2017-03-06T10:15:44
C++
UTF-8
C++
false
false
125
h
#ifndef BANGBANGPUSH_H #define BANGBANGPUSH_H class BangBangPush { public: BangBangPush(); }; #endif // BANGBANGPUSH_H
[ "Senka.Krivic@uibk.ac.at" ]
Senka.Krivic@uibk.ac.at
4b61f68ea3c3d1569cf09da67699aa3e348ec212
47eb99716a22dc570af80284dd3400f01a5bb809
/assingment6/medianOfRunningStream.cpp
943bfd31e052081af1f025a66503252bc3694cc1
[]
no_license
a8hay/CP_CipherSchools
2f27fecd5791a28ff63a3be6e1b586b1aafae971
3bd12d9800a82eee5167fea2986d0c66027a0104
refs/heads/main
2023-03-10T05:07:17.992400
2021-02-22T07:53:04
2021-02-22T07:53:04
338,602,809
0
0
null
null
null
null
UTF-8
C++
false
false
718
cpp
#include <bits/stdc++.h> using namespace std; void medianOfRunningStream(vector<double> &vec) { priority_queue<double> maxHeap; priority_queue<double, vector<double>, greater<double>> minHeap; maxHeap.push(vec[0]) double top, top1, top2; for (int i=1; i<vec.size(); i++) { maxHeap.push(vec[i]); while (maxHeap...
[ "a8haysingh@gmail.com" ]
a8haysingh@gmail.com
84dca156562ba5eb75a397cf19824ab0db3b1a01
c5d7c00a183b5f4c9c660504e1581c3e04c32fb2
/1178.cpp
0b566dc8aaa254995442fafc80adcc1a35df1d42
[]
no_license
gaocegege/Jobdu-Problems
d793b123e9dc80cac2f67b4d68a19fe20cc0ca7f
40e8d4c3bd84fd052533d7a53d4eb301d38ce892
refs/heads/master
2021-01-10T20:32:46.173418
2015-03-31T00:29:14
2015-03-31T00:29:14
26,508,252
0
0
null
null
null
null
UTF-8
C++
false
false
2,975
cpp
#include <iostream> #include <vector> #include <string> #include <stdio.h> using namespace std; /*1178 Coder:Gao Ce */ int StringToNum(string s){ int i, len, r; len = s.length(); for (i = 0; i<len; i++){ if (i == 0) r = s[i] - 48; else r = r * 10 + s[i] - 48; } return r; }; class Complex { public: Compl...
[ "gaocegege@hotmail.com" ]
gaocegege@hotmail.com
7a10bda11ed461261145f5eb86a9659c8b7b2575
611939aa96af11f5774e9bbcf257eb9949829318
/selfdrive/ui/qt/widgets/ssh_keys.hpp
24deee9534206435e4bf7491a33b6cae57094c13
[ "MIT" ]
permissive
Tundergit/tunderpilot
bee3a84160abbe1579d6bd8cbf3761d7a8f1ae16
4cba9af9aa225d4c5e5bac46470f1c043c09dd7c
refs/heads/main
2023-07-18T20:51:23.112780
2021-04-02T21:24:21
2021-04-02T21:24:21
353,823,981
3
1
MIT
2021-09-11T00:29:40
2021-04-01T20:52:52
C
UTF-8
C++
false
false
904
hpp
#pragma once #include <QTimer> #include <QPushButton> #include <QNetworkAccessManager> #include "widgets/controls.hpp" #include "selfdrive/hardware/hw.h" // SSH enable toggle class SshToggle : public ToggleControl { Q_OBJECT public: SshToggle() : ToggleControl("Enable SSH", "", "", Hardware::get_ssh_enabled()) ...
[ "user@comma.ai" ]
user@comma.ai
3bb0dfb5cb56027d9bb08dcc502ebefd30baffac
8e5d48dc927665331cefabfba18f32882312d1d1
/source/lib/ffgl/FFGLPluginInfoData.cpp
3b7ff6063a7376eef884d0474cac161e1f9b78a1
[]
no_license
l3lab/ffgls
14c19e07a88038c61bda79bb3ca4d45dda2b068d
b10a020d6a34bf834e1bc203c92e792110730454
refs/heads/master
2021-05-08T23:37:36.543852
2019-03-21T11:44:56
2019-03-21T11:44:56
119,715,951
9
0
null
null
null
null
UTF-8
C++
false
false
609
cpp
// // FFGLPluginInfoData.cpp // // Usually you do not need to edit this file! // #include "FFGLPluginInfo.h" ////////////////////////////////////////////////////////////////// // Information about the plugin ////////////////////////////////////////////////////////////////// CFFGLPluginInfo* g_CurrPluginInfo = NULL;...
[ "oleg.potiy@gmail.com" ]
oleg.potiy@gmail.com
1395d6e496acff248c4a770f96e97dcc8e9785d6
15825b461f87c8824981b9c1eda656341ca7bfc3
/ApplicationsA/ROCKCLIENT_OLD2/StringManager.h
3a01f3f98fd64dacf17d9ba8c4474230464e89ae
[]
no_license
Blkheat/AbsoluteDec
65426bb64d48ddcf62a36d814aba36005b6d33e8
e738f47a8f0fd43507f4148b38326f75f77a09eb
refs/heads/master
2022-12-20T14:09:30.164732
2020-10-22T18:23:54
2020-10-22T18:23:54
306,420,364
0
0
null
null
null
null
UHC
C++
false
false
2,331
h
///--------------------------------------------------------------------------- ///-- CStringManager class ///-- ///-- Author : Lyul ///-- Date : 2005.06.28 ///-- Lastest : ///--------------------------------------------------------------------------- ///-- String 을 관리하는 Class ///-- Desc. : Client에서 사용되는 String 을 MBC...
[ "takemyrequiem@gmail.com" ]
takemyrequiem@gmail.com
24a5e0c4ebcd6b91f93d8768dd86e07ba345a562
41df197fd0458619c7cbba2fd27f2eef9411702b
/demo/ftpserver/src/ftpdataserver.h
0f5df130cd3e9e1fb2fde6e63103b8900e795a01
[ "Apache-2.0" ]
permissive
xwpcom/CoreLooper
80c0883cd10d2997c6a526ea6d7c70cd1a6e6915
b6764cc8eed7a616ff8be0ee84e3fe42968188df
refs/heads/master
2023-08-29T13:46:40.168936
2023-08-24T07:27:30
2023-08-24T07:27:30
138,360,379
41
11
null
null
null
null
UTF-8
C++
false
false
946
h
#pragma once #include "net/tcpserver.h" namespace Bear { namespace Core { namespace Net { namespace Ftp { class FtpDataHandler; enum eFtpDataMode { eFtpDataMode_None, eFtpDataMode_In, eFtpDataMode_Out, }; //XiongWanPing 2018.04.24 class FtpDataServer :public TcpServer { SUPER(TcpServer) public:...
[ "xwpcom@163.com" ]
xwpcom@163.com
2ebb6b03e09f35f13c2610bbe7969e14f5a451e5
77c076c8cbf909526aa5bea87a701468d2c619c7
/dppowerset.cpp
d729a97946549911931fafbd365f6d1ea861cb16
[]
no_license
Oxymoronous/dp
99c0825d4e94b625733a2ebc9d98c2b2aeda40a4
873cfd0088645e0380328a69b57ea075a65e9fbf
refs/heads/master
2023-02-24T01:17:58.013676
2021-01-21T08:10:52
2021-01-21T08:10:52
327,343,302
0
0
null
null
null
null
UTF-8
C++
false
false
417
cpp
#include<bits/stdc++.h> using namespace std; string powerset(int* array, int array_size){ if (array_size == 0){ return ""; } string subset1 = ""; string subset2 = ""; for(int i = 0; i<array_size; i++){ subset1 = powerset(array+1, array_size-1) + array[i]; subset2 = powerset(...
[ "sxlai2@illinois.edu" ]
sxlai2@illinois.edu
e37f3a1acbad431383d23dc7a8a68f0d101d91b8
0580b36c9cf09484c46317fa778d7c422904db8b
/test.cpp
1feb44e6ef75c5f9c39c36deccce1f3192aaccdb
[]
no_license
void-hoge/bitsudoku
d597ebce550a046d1dbf5bf5e83886fb942313c7
5d6fddc6ac5ad202c9ff214162a159dfc091e8e7
refs/heads/master
2022-04-26T04:50:16.045590
2022-03-20T13:17:05
2022-03-20T13:17:05
194,973,934
0
0
null
null
null
null
UTF-8
C++
false
false
519
cpp
#include <chrono> #include "generator.hpp" #include "board.hpp" #include "solver.hpp" int main(int argc, char const *argv[]) { sudoku::board<3> bd; std::string in; std::getline(std::cin, in); bd.string_input(in); sudoku::solver<3> slv; if (slv.is_multiple_solutions(bd)) { std::cerr << "multiple solution" << '\...
[ "coilgunrailgun@gmail.com" ]
coilgunrailgun@gmail.com
a1d73df2af1a20b6a5a0fdc36011bcac699b44f7
070acfe2637d69824a7e5cf52c6209232beadf07
/src/caffe/layers/weak_seg_data_layer.cpp
ddf1d3b3699189c83266797f8406c558bf9b4803
[]
no_license
PengtaoJiang/OAA
f562da6773d4463fa8e385d6b82020686d794314
7399a7d28d9fa35dc319c9e40673cb2ee8ab3388
refs/heads/master
2021-07-21T00:50:47.389475
2021-07-11T11:59:07
2021-07-11T11:59:07
202,480,712
59
9
null
null
null
null
UTF-8
C++
false
false
10,236
cpp
#include <fstream> // NOLINT(readability/streams) #include <iostream> // NOLINT(readability/streams) #include <string> #include <utility> #include <vector> #include <algorithm> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/highgui/highgui_c.h> #include <opencv2/imgproc/img...
[ "pt.jiang@mail.nankai.edu.cn" ]
pt.jiang@mail.nankai.edu.cn
ed4cd8efa496bc0004efda5b1a12ff2d5426d769
8987634b571eb69fc73beece7e2402fcf33f716e
/v8/src/heap/spaces.cc
aea643cd47e548b4d1743bb650f3843bd8881ee6
[ "BSD-3-Clause", "SunPro", "bzip2-1.0.6" ]
permissive
lichenglu/deno_third_party
f8635f38c23408aa19d6f999da074af105d46125
a98b4d16fb19682246a09f4c4a138e1362be3a94
refs/heads/master
2020-03-27T01:34:38.389978
2018-08-12T17:27:31
2018-08-18T15:49:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
127,433
cc
// Copyright 2011 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/heap/spaces.h" #include <utility> #include "src/base/bits.h" #include "src/base/macros.h" #include "src/base/platform/semaphore.h" #incl...
[ "ry@tinyclouds.org" ]
ry@tinyclouds.org
ad4f2ff946f352875e1666463b41f901ed3efc94
e792f8b7b8d7846cf754d7a7d9eb0e8765374f53
/hopfield/hop.cpp
d98bec5a439487e2cd571874e407ccb3c7303e18
[]
no_license
edvelezg/unb-nn
2163be652081e78b84ad0e99bb77b99cdf1f9abc
4d3146999735468ae0a82896ea48dc1c8db545ac
refs/heads/master
2020-05-17T07:02:45.563458
2011-07-13T01:49:42
2011-07-13T01:49:42
33,052,902
0
0
null
null
null
null
UTF-8
C++
false
false
2,436
cpp
#include "hop.h" neuron::neuron(int *j) { int i; for (i=0;i<4;i++) { weightv[i]= *(j+i); } } int neuron::act(int m, int *x) { int i; int a=0; for (i=0;i<m;i++) { a += x[i]*weightv[i]; } return a; } int network::threshld(int k) { if (k>=0) ...
[ "EdVelez.G@9a33703e-7ef9-c3aa-938f-e7d449b18700" ]
EdVelez.G@9a33703e-7ef9-c3aa-938f-e7d449b18700
e558eef4a009ebc9dffcb261142673fcc5ab3af6
66b4eb2c460cac5d9f40f99f725538c0a3e2feda
/Udemy/Qt 5 C++ GUI Development For Beginners : The Fundamentals/28_QTextEdit/widget.h
4d2c6fe147ab86a3fcce618a88887616c95ea22d
[]
no_license
Mavrikant/Qt-Course
0fe4e766af4f9e91b7727273c37ab7b5fd499a1d
de702b0121fa85c33cc5ec02819d2fb84cc74191
refs/heads/master
2022-12-15T23:01:36.868043
2020-09-10T17:41:34
2020-09-10T17:41:34
255,144,522
1
0
null
null
null
null
UTF-8
C++
false
false
217
h
#ifndef WIDGET_H #define WIDGET_H #include <QWidget> class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *parent = nullptr); ~Widget(); private: void setupUi(); }; #endif // WIDGET_H
[ "serdar@karaman.dev" ]
serdar@karaman.dev
b56d0c1fc97b949fccf5f90ad96e9277ac257270
13f9b62f4549afb5edc0db74f973c9bfc55ad2f0
/include/Exceptions.h
62254cfba25ed6492088ba8b92c538d47822dd88
[ "MIT" ]
permissive
pskowronski97z/WinGUI
9badef328538a889a9c5a3b8f0eb75f22a9311f8
858dc01b025d406dca3007339bb63f82c6996146
refs/heads/main
2023-03-08T14:39:29.648798
2021-03-03T06:56:26
2021-03-03T06:56:26
324,958,872
2
0
null
null
null
null
UTF-8
C++
false
false
638
h
#pragma once #include <exception> #include <string> namespace WinGUI { class Exception : public std::exception { private: std::string type_; std::string file_name_; std::string description_; unsigned int line_; public: Exception(std::string type, std::string description, std::string file_name, const uns...
[ "szakal5099pl@gmail.com" ]
szakal5099pl@gmail.com
a2bfd5c6c982733ffe3a089291d779b1fdd2052d
e4316ea1e89e4930c456e2ce7a33058fecc14b20
/saofbmp_client/header/saofb/name_types.hpp
18d0d3b6e5dc7b6d0665b95ac3ca6d199e405abf
[]
no_license
sawich/sword-art-online-fatal-bullet-multiplayer
dbf3e2d78feaac3a3053a20fb369dae032fd807c
6b1f25fbea239048c662761e87bef08d8abb27b7
refs/heads/master
2022-05-31T03:54:44.729631
2020-05-04T04:03:28
2020-05-04T04:03:28
259,731,213
0
0
null
null
null
null
UTF-8
C++
false
false
300
hpp
#pragma once #include "../hentai/utility/tentacle.hpp" class f_string { }; class name_types { void to_string(f_string& out) noexcept { hentai::utility::tentacle::call<0x1410716A0, void, hentai::utility::calling_convention::ths> (out); } private: name_types() { } ~name_types() { } };
[ "sawich@angeldev.org" ]
sawich@angeldev.org
3dfbf817c6034f4989792b1c1d4cd90c459ccf65
44b8e3a2046b2a20490df4607d0244dd5c6d491c
/ScreenSetup.cpp
80927818b182009820c3b2f141cb95a86232bdea
[]
no_license
thomasfantou/Bomberman
348b09ed3b6a861635b992837b9edf3a8092686c
9ca2a10c91c3434fa0d1fc22bcb48400f9345c22
refs/heads/master
2021-01-19T11:02:58.333903
2013-07-18T10:21:52
2013-07-18T10:21:52
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
8,063
cpp
#include "ScreenSetup.h" #include <sstream> ScreenSetup::ScreenSetup(void) { Init(); } ScreenSetup::~ScreenSetup(void) { } void ScreenSetup::Init() { background.LoadFromFile("Sprites\\backgroundMenu.png"); backgroundSprite.SetImage(background); playerCount = 1; roundCount = 1; selected = 1; //Set text setu...
[ "tbfantou@gmail.com" ]
tbfantou@gmail.com
dd48fceb4022de46790d79160c0ef4709093402a
323788cf746237167c70f38117d3fbd26e92c041
/sandbox/integer/src/matrix/optimization.h
c1e66deacc3b1a89e8c86b0337153d817b085bcd
[ "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
zweiein/kaldi
3cfc5d1fc66c1ca32c74f71171d4af2e2512f15c
708448c693272af0d68c8e178c7b4ff836125acf
refs/heads/master
2020-12-26T00:45:36.907011
2015-10-23T21:17:02
2015-10-23T21:17:02
46,313,562
0
1
null
2015-11-17T00:57:57
2015-11-17T00:57:57
null
UTF-8
C++
false
false
8,110
h
// matrix/optimization.h // Copyright 2012 Johns Hopkins University (author: Daniel Povey) // // 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-...
[ "danielpovey@5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8" ]
danielpovey@5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2045fd22527688d4c1e0aaaaa1a91f36ea0e10b8
6ef9fdacd1c002253cf10c4c246f5e8909ace930
/efi_davide_nano/src/INJmgr/INJmgr.cpp
ba0c5cba53fcf13a7273b68dc15281163bd82a19
[]
no_license
CAPSOFF/Arduino-Libraries
68f6954fc4ae0c2880e9c986bceb8a207be1ea21
8b10e86bfd7d528dd8d7240fe46d01d27f7e1422
refs/heads/master
2021-01-24T04:42:55.757808
2018-02-26T09:37:09
2018-02-26T09:37:09
122,947,032
0
0
null
null
null
null
UTF-8
C++
false
false
19,819
cpp
#ifndef INJmgr_cpp #define INJmgr_cpp #include "INJmgr.h" #include "Tempo/Tempo.h" #include "../ADCmgr/ADCmgr.h" // ADC manager. To have access to Analog readings // GLOBAL VARIABLES volatile uint16_t injection_counter=0; // counts the combustion cycles volatile uint16_t inj_start_tick_last=0; // time at which injec...
[ "30903492+CAPSOFF@users.noreply.github.com" ]
30903492+CAPSOFF@users.noreply.github.com
6f3931963ebc1cfa0288e2c4037432c6eae5f306
7dae0b146c030b711640946f48658df347069081
/GeoAcousticReader/main.cpp
3f12ac98523be3fa132943a0026276b9e77ef827
[]
no_license
46ccac1474d000676430445ffc4b160a/GeoAcousticReader
148e33dab402cdc13d20971aa528b0d9ec5113ca
1e30cbfa35be89b09c25b487abbd63762daaf2d5
refs/heads/master
2020-03-09T13:51:34.774748
2018-06-07T15:20:06
2018-06-07T15:20:06
128,821,078
0
0
null
null
null
null
UTF-8
C++
false
false
304
cpp
#include "mainwindow.h" #include <QApplication> #include <QStyleFactory> int main(int argc, char *argv[]) { QApplication a(argc, argv); QApplication::setStyle(QStyleFactory::create("Fusion")); MainWindow w; w.setMinimumSize(640, 480); w.show(); return a.exec(); }
[ "46ccac1474d000676430445ffc4b160@mail.ru" ]
46ccac1474d000676430445ffc4b160@mail.ru
2e6443dd95b27608bcbd451c82e4113e189072bf
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE606_Unchecked_Loop_Condition/CWE606_Unchecked_Loop_Condition__char_listen_socket_62b.cpp
bf414aacf3cfdbdd830f88383ad181a3d231df54
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
6,656
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE606_Unchecked_Loop_Condition__char_listen_socket_62b.cpp Label Definition File: CWE606_Unchecked_Loop_Condition.label.xml Template File: sources-sinks-62b.tmpl.cpp */ /* * @description * CWE: 606 Unchecked Input For Loop Condition * BadSource: listen_socket Re...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
3789e9093219bb365925ec16d40c8933208299b6
7c64360b6e32f8576344048db7b9938ea722dedd
/npy/NTreeTools.hpp
e2b7c06eaa6d393994d5136721b2d0f1027d0dd9
[ "Apache-2.0" ]
permissive
recepkandemir/opticks
4be08a9243c3e0abe82eca77be70178e6384e555
523387f7593676bab58de22d22049e650de3f5c3
refs/heads/master
2023-01-24T16:55:04.131498
2020-12-04T20:25:09
2020-12-04T20:25:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,106
hpp
/* * Copyright (c) 2019 Opticks Team. All Rights Reserved. * * This file is part of Opticks * (see https://bitbucket.org/simoncblyth/opticks). * * 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 ...
[ "simoncblyth@gmail.com" ]
simoncblyth@gmail.com
61cf073ab18f6a139b0648ff311732c9c68b0fd0
0141c941fc87bd402c2d56d30a5b61f898bfd556
/URI/1212.cpp
773f0d5fa81f1b45596b0edb6373d2f912594f27
[]
no_license
elielprado/OJ
ac25a4d28df291645d4f91bc79ba43196f9dfbfc
2b9580a3e98987f3f77def85eaf1743836e869ec
refs/heads/master
2020-05-17T08:33:05.584723
2014-11-14T22:56:06
2014-11-14T22:56:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
603
cpp
#include <iostream> using namespace std; int main(int argc, char const *argv[]) { long int a, b, _a, _b, c, carry, result; while (cin >> a >> b && (a || b)) { carry = c = 0; while (a != 0 || b != 0) { _a = a % 10; a = a / 10; _b = b % 10; b = b / 10; result = _a + _b + c; if (result >= 10){ ...
[ "miguelarauj1o@gmail.com" ]
miguelarauj1o@gmail.com
e81e8c144440fd4069528b10b303b9b72abef1bd
49bc0e334a44ef4c43099b1e31832cb5c78ec96d
/String/strcpy.cpp
58fa1450f5cd0546007211042b4a9c31f87f3f47
[]
no_license
lixiaochaos/WintersWrath
f3648d9890c18418497fd8dc2bc5cbbe1b6d3702
6fc8e1316c0074ec364badf4e005ac91d153311d
refs/heads/master
2020-04-14T11:52:24.711633
2018-12-28T06:48:16
2018-12-28T06:48:16
163,825,047
1
0
null
2019-01-02T10:09:39
2019-01-02T10:09:38
null
UTF-8
C++
false
false
440
cpp
#include <iostream> #include <malloc.h> #include <assert.h> #include <string.h> using namespace std; void stringcpy(char *to, const char *form) { assert(to != NULL && form != NULL); while(*form != '\0') { *to++ = *form++; } *to = '\0'; } int main( { char *f; char *t; f = (char *)malloc(15); t = (char *)...
[ "dumingzhe@126.com" ]
dumingzhe@126.com
5fc75e9c8fcf0d4c6a29d8bbb02313232689fecb
644ebfc79a9280b2d3bef3c19d0b64149d878b9b
/third-party/pfc/cpuid.cpp
dc2cff8d2c5b111fc8fccaa330f5f08e5bcfcbce
[ "LicenseRef-scancode-unknown-license-reference", "Unlicense", "Zlib" ]
permissive
Meowski/foo_paulstretch
8be9fb859f336c8fcf7166564fe92215531406d0
1585b5c0ad93642afd8995ed909ec490868f7411
refs/heads/master
2023-05-13T20:53:37.192886
2023-05-13T09:12:11
2023-05-13T09:16:02
77,347,508
6
1
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
#include "pfc-lite.h" #include "cpuid.h" #ifdef _MSC_VER #include <intrin.h> #endif #if PFC_HAVE_CPUID namespace pfc { bool query_cpu_feature_set(unsigned p_value) { #ifdef __AVX__ // AVX implies all supported values are set return true; #else #if _M_IX86_FP >= 2 || defined(_M_X64) // don't bother checking...
[ "Meowski@users.noreply.github.com" ]
Meowski@users.noreply.github.com
436187e0f5b1d6e3c89174acc7e0ab1a24b6660b
a10b50031a2ed79eea79ee545f101ab38c6eaaa0
/src/MCSampleHex.h
827677d9a487d4de95c4f37288f934e6b07b9de4
[]
no_license
vifactor/DislScatANAThreadingMisfit
9612ba43b08de863a555ac40c3e9a812de5f1d9e
6a1c6a60a25b9a601b971b53956b81dbae153d33
refs/heads/master
2021-01-01T16:30:56.630446
2014-09-09T13:39:26
2014-09-09T13:39:26
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
962
h
/* * MCSampleHex.h * * Created on: 12 черв. 2013 * Author: kopp */ #ifndef MCSAMPLEHEX_H_ #define MCSAMPLEHEX_H_ #include "AnalyticalMisfitInterfaceHex.h" #include "ThreadingLayerHex.h" #include <vector> class MCSampleHex { public: MCSampleHex(double thickness, double size); ~MCSampleH...
[ "vifactor@gmail.com" ]
vifactor@gmail.com
4a16a823cb99459f63d785d5d60a47bb6d13358a
a32d734a763a1a2101637221bed876c2b9eb5a58
/samples/client/petstore/cpprest/ApiConfiguration.cpp
61bf1a5e16d006374fb311bf2ab9f7a98877d79e
[ "Apache-2.0" ]
permissive
vericred/swagger-codegen
3a71b1a1932fc8dd7aa3648f9868168b6503bda3
b474dac55da8cb310f4e8448ab446b5f0c564996
refs/heads/master
2023-01-23T11:13:54.313226
2023-01-19T20:59:00
2023-01-19T20:59:00
62,079,441
0
0
NOASSERTION
2023-01-19T20:59:01
2016-06-27T18:41:23
HTML
UTF-8
C++
false
false
2,355
cpp
/** * Swagger Petstore * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters. * * OpenAPI spec ver...
[ "wing328hk@gmail.com" ]
wing328hk@gmail.com
d3b23ba8ce986f10c2ef2cb7d0a1ed9a71b65a2b
7fe9c825a46e0ce6250e05183cd065c258f777f4
/Code/OOPS/Classes_Constructors.cpp
33ff73308da869299cecf844d6f03ac139e27ec9
[]
no_license
100sarthak100/DataStructures-Algorithms
5a550275c9da99e94ea303acac30db6b307af880
b1193665b417a2654767141c7a55ab6d04edd582
refs/heads/master
2023-03-04T17:41:48.381379
2021-02-20T12:57:52
2021-02-20T12:57:52
266,804,252
2
5
null
2020-10-25T03:09:09
2020-05-25T14:43:47
C++
UTF-8
C++
false
false
1,928
cpp
#include <bits/stdc++.h> using namespace std; // user defined data type class Cars { private: //memeber variables or data memebers string company_name; string model_name; string fuel_type; float mileage; double price; public: Cars() { cout<<"Default constructor called"...
[ "sarthaknaithani127@gmail.com" ]
sarthaknaithani127@gmail.com
0bcd433033f2b9d6330e9e02685677b367242a9e
798b409c2262078dfe770960586160fc47434fae
/sandbox/sb_data.cpp
1c135d8fb9e8d428b02bd9943d2590e829766d4d
[]
no_license
andryblack/sandbox
b53fe7b148901442d24d2bcfc411ddce531b7664
6fcffae0e00ecf31052c98d2437dbed242509438
refs/heads/master
2021-01-25T15:52:16.330633
2019-08-26T09:24:00
2019-08-26T09:24:00
2,220,342
5
8
null
2018-06-18T15:41:44
2011-08-17T07:10:54
C++
UTF-8
C++
false
false
1,346
cpp
#include "sb_data.h" #include "luabind/sb_luabind_stack.h" SB_META_DECLARE_OBJECT(Sandbox::BinaryData, Sandbox::meta::object) namespace Sandbox { int lua_ZlibUncompress(lua_State* L) { size_t data_len = 0; const char* compressed_string = luaL_checklstring(L, 1, &data_len); ...
[ "blackicebox@gmail.com" ]
blackicebox@gmail.com
826c17184cefc9c914970b550ee6c6266cf00c4c
70ea692e278c31b7212c21f533019c65ff0d222a
/cppModule04/ex00/WrongCat.cpp
3ff7467f08484a0f4020bfc8c2a4746e5573d87d
[]
no_license
hguini/CPPModule
c0e34778d55abe848698c5b9f10783bb71d36654
43709fdc013a7339e2e1c93c40cdbb417a89d5b5
refs/heads/main
2023-07-21T06:06:09.872785
2021-09-04T17:15:05
2021-09-04T17:15:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,460
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* WrongCat.cpp :+: :+: :+: ...
[ "mjammie@er-e6.kzn.21-school.ru" ]
mjammie@er-e6.kzn.21-school.ru
1e470124b909b1001a6d0fa1874ce3050bb1ed8f
5e9ceee2fd75afecb47996df49763bea06e73178
/apps/output_cpp/gm_graph/inc/gm_default_usermain.h
e9aac9bf5f0ddbf4fdfa7814fbe95373a5ab0be0
[]
no_license
TianheWang/Green-Marl
89b2e4ff8ea4d3fd6ae9a92b0bea3e8c98555d6b
93a2d30ed3d3325c10fdaeb431178d04077b9664
refs/heads/master
2021-01-18T10:15:41.111465
2012-11-27T03:03:46
2012-11-27T03:03:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,335
h
// Helper functions to implement user-main #include <map> #include <assert.h> #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include "gm_internal.h" #include "gm_useropt.h" #include "gm_graph.h" #ifndef GM_DEFAULT_USERMAIN_H #define GM_DEFAULT_USERMAIN_H enum GM_SCHEMA_TYPE { GM_EDGEPROP, GM_N...
[ "hongsup@gmail.com" ]
hongsup@gmail.com
5e9ad4a3f48d0213f78ea895b125dd19829393f3
8d094821117f84a932856bb57e7239239db45185
/作品添削/01_二年シューティングゲーム/0_バーチャルシューティング/開発環境/Virtual Shooting/full range shots.h
a193b34ac9641601816ee52b52c5a24785ad2607
[]
no_license
Yosidayuto/yosidayuto-
7034c45ce26a119e601a5880539f6cae7234b416
7c03ea64759189d66434c128b1afc1f6c20774e3
refs/heads/master
2023-04-15T08:28:57.015585
2021-04-26T02:24:46
2021-04-26T02:24:46
305,340,113
0
1
null
2020-10-22T01:09:09
2020-10-19T10:02:38
C++
SHIFT_JIS
C++
false
false
1,425
h
//============================================================================= // // 全方位ショット処理 [full range shots.h] // Author : 吉田悠人 // //============================================================================= #ifndef _FULL_RANGE_SHOTS_H_ #define _FULL_RANGE_SHOTS_H_ //===========================================...
[ "yuu-poi-921@i.softbank.jp" ]
yuu-poi-921@i.softbank.jp
f04c7ed77706596d6ba1de11f52ce1ec2b8e4bb1
4e5d07a9eb881defd7923a4575809259522bd25f
/atcoder/abc/230/e.cpp
afe5c7ce8395f8d862b07345a8c092e06e0484c4
[]
no_license
kt117/ProCom
c81e6c55c3f4b329c79755f43e8154e297328174
c5547429560100728cf15a8a8a696aa8c6c0317b
refs/heads/master
2022-05-06T15:41:01.639231
2022-04-09T17:23:21
2022-04-09T17:23:21
254,284,537
1
0
null
null
null
null
UTF-8
C++
false
false
679
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll> P; const ll MOD = 1e9+7; const ll INF = 1e18; #define rep(i,m,n) for(ll i = (m); i <= (n); i++) #define zep(i,m,n) for(ll i = (m); i < (n); i++) #define rrep(i,m,n) for(ll i = (m); i >= (n); i--) #define print(x) cout << (x) << end...
[ "k.tohyama17@gmail.com" ]
k.tohyama17@gmail.com
5690bf452d04dcafafc4df1dc8e8bf293cf41b02
e392a818659e7413e86384ac0b3135b53c03f30b
/DoubleBuffer.cpp
68e3b8392bb68ff38bb558fda353e262768d8cff
[]
no_license
ChoiWooHyuk2/SnakeGame
12ae0764480215dccee30d214dc6488f3b54a0da
81c8ec4adeabf0b7722650de6fb5b2a48d252bf1
refs/heads/master
2020-07-15T15:00:26.100547
2019-08-31T19:59:34
2019-08-31T19:59:34
null
0
0
null
null
null
null
UHC
C++
false
false
2,439
cpp
#include "pch.h" #include "DoubleBuffer.h" bool DoubleBuffer::CloseHandle(HANDLE & handle) { if (INVALID_HANDLE_VALUE != handle) { __try {//CloseHandle 과 다른애임 이름은 같지만. return { 0 != ::CloseHandle(handle) }; } __finally { handle = INVALID_HANDLE_VALUE; } } } DoubleBuffer::DoubleBuffer() { m_B...
[ "baw789@naver.com" ]
baw789@naver.com
529a2cf60df88e9317554afe04c6820189aab76d
649ab386e1f2475b813627f7a08649c8334fd4ad
/Source/ArkdeCM/Public/Projectile/ACM_Projectile.h
4404dfbae71e38451c1bdaa645b8a3ccfc3ce9cd
[]
no_license
luitgy/ArkdeMultiplayer-UE4
c59be31bc704f406227ce9400d5f15e48c1c5b36
6af48e7a98c3f608348be00c35ea26044a29f3cd
refs/heads/main
2023-02-18T01:18:38.473771
2021-01-19T10:18:01
2021-01-19T10:18:01
328,685,855
0
0
null
null
null
null
UTF-8
C++
false
false
917
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "ACM_Projectile.generated.h" class UProjectileMovementComponent; class USphereComponent; class UParticleSystemComponent; UCLASS() class ARKDECM_API AACM_Proj...
[ "luitgy@gmail.com" ]
luitgy@gmail.com
d805512ca64767c8d635bc8456b8207ad3ceb64d
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_new_log_14662.cpp
a3869464ab5bb179a8467b72c5eecdce31b1568b
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
531
cpp
fputs( " take precedence and might cripple the rate-limiting slightly, to\n" " help keeping the speed-limit logic working.\n" "\n" " If this option is used several times, the last one will be used.\n" "\n" " -l, --list-only\n" " (FTP POP3) (FTP) When listing an...
[ "993273596@qq.com" ]
993273596@qq.com
1a21bae24a5f3e3a1abe59aef0f33e8e0ef6c513
decefb13f8a603c1f5cc7eb00634b4649915204f
/packages/node-mobile/deps/icu-small/source/i18n/persncal.h
a9d940db78e6c7d939f087ba2d47fb1ed3d71a3e
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "ICU", "BSD-3-Clause", "NAIST-2003", "LicenseRef-scancode-unicode", "Zlib", "CC0-1.0", "ISC", "MIT", "LicenseRef-scancode-public-domain-disclaimer", "Artistic-2.0", "NTP", "LicenseRef...
permissive
open-pwa/open-pwa
f092b377dc6cb04123a16ef96811ad09a9956c26
4c88c8520b4f6e7af8701393fd2cedbe1b209e8f
refs/heads/master
2022-05-28T22:05:19.514921
2022-05-20T07:27:10
2022-05-20T07:27:10
247,925,596
24
1
Apache-2.0
2021-08-10T07:38:42
2020-03-17T09:13:00
C++
UTF-8
C++
false
false
8,542
h
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * Copyright (C) 2003-2013, International Business Machines Corporation * and others. All Rights Reserved. ****************...
[ "frank@lemanschik.com" ]
frank@lemanschik.com
bec6c2afaa4cc0563f201553f116681b9ae11ec1
a42685247507f82a01ac199a211bd0681c2722f9
/curses/curses.cpp
4c67309fd0a04fd6a065792675e61a75828201a5
[]
no_license
shinpei/konoha-wand
29ba8e69d22a2082b0bee7c17aa1d6dbced666bb
173dc683897486fc5d4ba3d78187c0e92d56ae3d
refs/heads/master
2021-01-22T12:07:34.865803
2011-05-20T16:24:01
2011-05-20T16:24:01
173,303
1
0
null
null
null
null
UTF-8
C++
false
false
103,723
cpp
# 1 "curses.c" # 1 "<built-in>" # 1 "<command-line>" # 1 "curses.c" # 1 "/usr/local/include/konoha.h" 1 3 # 32 "/usr/local/include/konoha.h" 3 # 1 "/usr/local/include/konoha/konoha_dev.h" 1 3 # 31 "/usr/local/include/konoha/konoha_dev.h" 3 # 1 "/usr/include/stdio.h" 1 3 4 # 28 "/usr/include/stdio.h" 3 4 # 1 "/usr/inclu...
[ "tsunade@localhost.localdomain" ]
tsunade@localhost.localdomain
0f8967376ba2c84cebd2681433859350ffb4fc22
d6135170e6156a12d4f64cff0373ee0b00ca644b
/tensorflow/lite/delegates/gpu/gl/gpu_info.cc
d40910c33572b5ca5c8e0d988425441dfa01682c
[ "Apache-2.0" ]
permissive
eladeban/tensorflow
12499b0972b8aafde277b61da7bbdb1c59aa1d2a
0d4485677356a761f21ad7223759cd89bcc9034c
refs/heads/master
2020-06-04T03:28:24.373618
2019-06-13T22:37:52
2019-06-13T22:49:52
191,843,388
4
1
Apache-2.0
2019-06-13T22:54:36
2019-06-13T22:54:36
null
UTF-8
C++
false
false
5,757
cc
/* Copyright 2019 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
504e837ad6774bb6ec31ed2bae02790afe4615e1
dbcbd51e50314a081817171de2df8e71dc354e99
/AtCoder/PracticeProblems/計算/ABC152_B_ComparingStrings/prog.cpp
75edd057eb30a361d6f05f80ba3b16e19caa57eb
[]
no_license
Shitakami/AtCoder_SolveProblems
cb3dfedad42486d32d036f896b7b09b1c92bbfa1
a273d001852273581e1749c2c63820946122c1e2
refs/heads/master
2021-01-03T05:19:13.944110
2020-07-05T16:42:09
2020-07-05T16:42:09
239,938,798
0
0
null
null
null
null
UTF-8
C++
false
false
265
cpp
#include <iostream> #include <string> #include <algorithm> using namespace std; int main() { int n, m; cin >> n >> m; int ch = min(n, m); int c = max(n, m); for(int i = 0; i < c; ++i) cout << ch; cout << endl; return 0; }
[ "vxd.naoshi.19961205.maro@gmail.com" ]
vxd.naoshi.19961205.maro@gmail.com
84ce020b7ba074bd7ad190796db4221bb7ea660a
812adf695ffc4a4d6a6c7bc99a71d2f2344440cb
/src/qt/addresstablemodel.h
b325fa739a565996994fd5c643ac66bfb651c734
[ "MIT" ]
permissive
wincash/Wincashcoin
aad5dad44e92e52872743690e800264ef29af7fc
388475f047679be33849e6d15f5464007b1338c7
refs/heads/master
2020-07-21T07:55:12.588180
2020-06-10T17:43:41
2020-06-10T17:43:41
206,785,762
10
3
null
null
null
null
UTF-8
C++
false
false
3,463
h
// Copyright (c) 2011-2013 The Bitcoin developers // Copyright (c) 2017-2018 The WINCASHCOIN developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_ADDRESSTABLEMODEL_H #define BITCOIN_QT_ADDRESSTABLEMO...
[ "52337058+wincash@users.noreply.github.com" ]
52337058+wincash@users.noreply.github.com
b262da4e25c276d9de2799b40a93833039353d7e
7be03467a6567ee1e123d1a3e66b23b9ee8d6de8
/chicken/device/driver/serial_radio_driver.cpp
3210f6e36430e9f849bf7bbd7b2cff2268309e45
[]
no_license
heqichen/cooboc
aec800baaf7dfc1178f86de85b27b7f07cf921f9
5d1a8d78a9029ab99711b893d8edae18c4b69b52
refs/heads/master
2021-01-16T19:19:56.544749
2015-06-14T09:17:12
2015-06-14T09:17:12
34,909,637
2
0
null
null
null
null
UTF-8
C++
false
false
363
cpp
#include "serial_radio_driver.h" SerialRadioDriver::SerialRadioDriver(Io *io) : mSerialHandler (NULL) { mSerialHandler = io->getSerialHandler("/dev/ttyO1"); } void SerialRadioDriver::send(const uint8_t *buf, int len) { mSerialHandler->send(buf, len); } int SerialRadioDriver::recv(uint8_t *buf, int nMaxRead) { re...
[ "heqichen@gmail.com" ]
heqichen@gmail.com
95d6c6b4a0f4c13b8707f531f57b71710ecd174c
c6254b14d9c9e5e121a589db08b388c4dd625160
/src/ipc.cpp
b28244b496a33de9eb042190fd23de7823cb6a34
[ "MIT" ]
permissive
tchernitski/cpp-ipc
f45c9ff6161f27e726219a0d1ddbdfd5aa6b6326
37d5e1e525daa040e476d1a4a9e54b889f3273dd
refs/heads/master
2020-08-31T17:46:31.836574
2019-11-01T06:45:12
2019-11-01T06:45:12
218,747,946
0
0
MIT
2019-10-31T11:12:34
2019-10-31T11:12:34
null
UTF-8
C++
false
false
20,759
cpp
#include "ipc.h" #include <type_traits> #include <cstring> #include <algorithm> #include <utility> // std::pair, std::move, std::forward #include <atomic> #include <type_traits> // aligned_storage_t #include <string> #include <vector> #include <array> #include "def.h" #include "shm.h" #inc...
[ "zhangyi@hangsheng.com.cn" ]
zhangyi@hangsheng.com.cn
d4c529da2c8ebf8b24aebfc3e085d18027cc78f1
648157483ef26ba7d710a06330f235d5f39701e7
/gui/text.cpp
8f61eb0f4b134f135e7a08bbe688f1e82154aa01
[ "Apache-2.0" ]
permissive
hampsterblade/Team-Win-Recovery-Project
459c4478a740a9ba328fbe8ea18245df050bc31c
6d6c79d02ea9125fbb2273368516485e2fea58a4
refs/heads/master
2020-12-24T21:55:05.880764
2012-05-15T02:38:12
2012-05-15T02:38:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,243
cpp
// text.cpp - GUIText object #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <sys/reboot.h> #include <sys/stat.h> #include <sys/time.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/ioctl.h> #include <time.h> #include <unistd.h> #include <stdlib.h...
[ "agrabren@yahoo.com" ]
agrabren@yahoo.com
75a4872e4674b1fbfee5c914a43c1a34fae5ce73
6f60b1f9aa8e4fb11a2f6cb338011697e826467c
/DAY_practise/UVA/Master-Mind Hints/main.cpp
27997021d6c8004a182117ffde8c2f8799c42a71
[]
no_license
ZAKERR/ACM_pracstise
c952cb075b9d0e8f3412e978df56cb2eb89eb178
5baf6e40b81df197c2bf3304255059dd88f3f055
refs/heads/master
2020-03-22T09:04:29.801391
2018-08-12T05:40:10
2018-08-12T05:40:10
139,812,683
1
1
null
null
null
null
UTF-8
C++
false
false
833
cpp
#include <iostream> #include <cstring> #include <cstdio> using namespace std; const int mmax = 11; int ccnt[mmax],seq[mmax*10000],scnt[mmax]; int main() { int n , d; for(int k = 1 ; cin >> n && n ;k++){ memset(scnt,0,sizeof scnt); for(int i = 0 ; i < n ; i++){ cin >> seq[i]; ...
[ "815608963@qq.com" ]
815608963@qq.com
01dc601f5aa776d5f8f385c4450969a5f6e42f6c
0de9a790135586a6030780b1f135858d6c527e36
/TheFlash.cpp
4945262f6fa606c4c166fa9ecf600f7604a7a80b
[]
no_license
Olloxan/Lighteffects
c4968ffa7a12d9cc49a70ffda61580aeab8be693
fc02b4d9f89eacbeefb49fc4ad2f23259f62def6
refs/heads/master
2020-09-29T14:59:52.291535
2019-12-10T07:43:29
2019-12-10T07:43:29
227,058,665
0
0
null
null
null
null
UTF-8
C++
false
false
762
cpp
#include "TheFlash.h" TheFlash::TheFlash(Adafruit_NeoPixel* strip, int delay, int flashmillis) { _strip = strip; _lastMilliSeconds = 0; _currentInterval = 0; _delay = delay; _flashmillis = flashmillis; } void TheFlash::RunFlash(unsigned long milliseconds) { _currentInterval = milliseconds - _lastMilliSeconds; ...
[ "oliver.lange@iwu.fraunhofer.de" ]
oliver.lange@iwu.fraunhofer.de
bd28c79c2f33d4ab5a638ebf8b300c42d62396d9
803c6908a8eaf2e5796fb8da3450fadb92fdf819
/jvm/include/ClassFileReader.h
a898b4e2888dffb61f881c827bf028f2e4f8da9c
[ "MIT" ]
permissive
freeonsky/toy-jvm
b5ff06287360b8f2f6c7c844e515c43c51c2b507
bad254afec9f471d37042dd380ed117816762d16
refs/heads/master
2021-09-10T20:16:09.596595
2018-04-01T14:07:41
2018-04-01T14:07:41
112,848,823
0
0
null
null
null
null
UTF-8
C++
false
false
244
h
#ifndef CLASS_FILE_READER #define CLASS_FILE_READER #include <iostream> #include "ClassFile.h" class ClassFileReader { public: ClassFileReader(); ~ClassFileReader(); ClassFile* readClassFile(std::istream &); }; #endif // !CLASS_FILE_READER
[ "freeonsky@qq.com" ]
freeonsky@qq.com
4e5d8cbb7940c27e5dad7e8636e3c21f3f1ea947
8913b23d040f37994a6f588012be3c88bc131506
/mainwindow.h
972d54de53952d1cba836cedd809466e0200b4b3
[]
no_license
hutton85is/CountFilesGUI
7b6f6fcdcada5751d34b6bde309c8ce35937a24e
febfae03a8b91d21e9fb242148f645ca621cc9df
refs/heads/master
2021-04-26T23:25:16.657682
2018-03-05T23:28:56
2018-03-05T23:28:56
123,990,646
0
0
null
null
null
null
UTF-8
C++
false
false
599
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QThread> #include "worker.h" #include <QFileDialog> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private slots: void on...
[ "hutton85is@yahoo.com" ]
hutton85is@yahoo.com
b0a4758de82ae6404433fb9a66768c9d2db647e4
decefb13f8a603c1f5cc7eb00634b4649915204f
/packages/electron/shell/browser/net/electron_url_loader_factory.h
b31be2a7cb520963f116d8b27897f2e59957007f
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
open-pwa/open-pwa
f092b377dc6cb04123a16ef96811ad09a9956c26
4c88c8520b4f6e7af8701393fd2cedbe1b209e8f
refs/heads/master
2022-05-28T22:05:19.514921
2022-05-20T07:27:10
2022-05-20T07:27:10
247,925,596
24
1
Apache-2.0
2021-08-10T07:38:42
2020-03-17T09:13:00
C++
UTF-8
C++
false
false
6,710
h
// Copyright (c) 2019 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef SHELL_BROWSER_NET_ELECTRON_URL_LOADER_FACTORY_H_ #define SHELL_BROWSER_NET_ELECTRON_URL_LOADER_FACTORY_H_ #include <map> #include <string> #include <utility> #include <vector>...
[ "frank@lemanschik.com" ]
frank@lemanschik.com
0a03a671ca19d5888387d0d50e305d6b5e0e8b0d
7ebd80c33d2c10a994819959b44e309a3cb695eb
/VarlistModle/person.cpp
657ba9ab30851c95c6efe55ca4ebe734fe0272db
[]
no_license
jinyurui/qmlStudy
7c1bb2f885dc7883ab1101be5f317e2a8a86ee77
0ee322b63b97cf6ac8ed58219717683f5d6f708d
refs/heads/master
2020-05-27T20:14:55.077471
2019-08-06T07:45:10
2019-08-06T07:45:10
188,774,790
0
0
null
null
null
null
UTF-8
C++
false
false
332
cpp
#include "person.h" Person::Person() { } Person::Person(QString name, int age) { m_name = name; m_age = age; } QString Person::name() const { return m_name; } int Person::age() const { return m_age; } void Person::setName(QString name) { m_name = name; } void Person::setAge(int age) { m_a...
[ "yrjin@telenav.cn" ]
yrjin@telenav.cn
524006165c9086a2326fb5572059ffa8b6395c25
b1c4be5357d95a8bef78dab271189a4161ffbd2c
/Summer Practice/SPOJ/George.cpp
013beecf06e456b27a1550dbc983249dc526f0d0
[]
no_license
Shaker2001/Algorithms-Library
faa0434ce01ad55d4b335c109f4f85736a6869ed
1aa09469ca434f6138547592ce49060d4400e349
refs/heads/master
2023-03-16T04:41:27.367439
2017-11-13T00:41:55
2017-11-13T00:41:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,562
cpp
#include<stdio.h> #include<string.h> #include<vector> #include<queue> using namespace std; #define Road pair<int, int> #define cost first #define id second int N, M, A, B, K, G; vector<Road> graph[1010]; int vis[1010]; int blocked[1001][1001][4]; int wait_time(int ct, int s, int d){ if (d<s){...
[ "malatawy15@gmail.com" ]
malatawy15@gmail.com
9472707229a1864ca137ecf88f33d3674195d564
5ece080d9aa28da4a2790af85823d7f08f489d27
/ConsoleFunction.h
0d1c7d14eb7e3930f0bf56966bdf0b918ba0183f
[]
no_license
dmitrj-pro/ThreadManager
29c61f8384dd596f0da8127d9498763ea59d6036
cb222978ea0a724f48eed261eaf9daa18ed6fb53
refs/heads/master
2021-01-19T19:40:02.374606
2017-04-16T18:25:37
2017-04-16T18:25:37
88,433,737
0
0
null
null
null
null
UTF-8
C++
false
false
461
h
/* * ConsoleFunction.h * * Created on: 7 апр. 2017 г. * Author: diman-pro */ #ifndef CONSOLEFUNCTION_H_ #define CONSOLEFUNCTION_H_ #include <string> #include "ProcessManager/MultiThreadOut.h" #include "ProcessManager/ProcessManager.h" #include "SaveResult/SaveResult.h" #include "MasterExcecute/Exec.h" usi...
[ "diman-pro@myprogram.us" ]
diman-pro@myprogram.us
fd929087ad182ef936a8e2a64a9f33feb0d31325
aa4ed1fea346a6d05f52d829659bc091b0903455
/src/BarcodeUtils.cpp
eab9606d07f53115cc53f67284aec293ff2ad3a8
[ "MIT", "Apache-2.0" ]
permissive
martonmiklos/sailfish-barcode
0f243c6bfcdf7422e0c0d5e133f4ef71bb01da40
b40d1aa0e75a8370d98b73ca75f55b7136a189e5
refs/heads/master
2021-01-17T09:24:15.774619
2020-11-25T00:27:32
2020-11-25T00:27:32
46,236,664
0
0
null
2015-11-15T21:28:25
2015-11-15T21:28:25
null
UTF-8
C++
false
false
1,562
cpp
/* The MIT License (MIT) Copyright (c) 2020 Slava Monich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
[ "slava.monich@jolla.com" ]
slava.monich@jolla.com
522515226489dca9d15679ee2681bac81afd7225
6848723448cc22474863f6506f30bdbac2b6293e
/tools/mosesdecoder-master/lm/builder/header_info.hh
d01d0496b48acf8873e12927f1d3cb444b1e0bdc
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "GPL-2.0-only" ]
permissive
Pangeamt/nectm
74b3052ba51f227cd508b89d3c565feccc0d2f4f
6b84f048698f2530b9fdbb30695f2e2217c3fbfe
refs/heads/master
2022-04-09T11:21:56.646469
2020-03-30T07:37:41
2020-03-30T07:37:41
250,306,101
1
0
Apache-2.0
2020-03-26T16:05:11
2020-03-26T16:05:10
null
UTF-8
C++
false
false
715
hh
#ifndef LM_BUILDER_HEADER_INFO_H #define LM_BUILDER_HEADER_INFO_H #include <string> #include <vector> #include <stdint.h> namespace lm { namespace builder { // Some configuration info that is used to add // comments to the beginning of an ARPA file struct HeaderInfo { std::string input_file; uint64_t token_count...
[ "alexander.raginsky@gmail.com" ]
alexander.raginsky@gmail.com
edfe07d5d6dad45c1f634642a5b1e31ebffc477c
09d1138225f295ec2e5f3e700b44acedcf73f383
/Examples/Plugins/RegistrationName/Plugin/ElevationFilters/vtkMyElevationFilter.h
f7a7100c75622a4aa6bfb2a1edea2e5160aa1827
[ "BSD-3-Clause" ]
permissive
nagyist/ParaView
e86d1ed88a805aecb13f707684103e43d5f6b09f
6810d701c44b2097baace5ad2c05f81c6d0fd310
refs/heads/master
2023-09-04T07:34:57.251637
2023-09-03T00:34:36
2023-09-03T00:34:57
85,244,343
0
0
BSD-3-Clause
2023-09-11T15:57:25
2017-03-16T21:44:59
C++
UTF-8
C++
false
false
1,181
h
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc. // SPDX-License-Identifier: BSD-3-Clause // .NAME vtkMyElevationFilter - generate scalars along a specified direction // .SECTION Description // vtkMyElevationFilter is a filter to generate scalar values from a // dataset. The scalar values lie within a user specif...
[ "mathieu.westphal@kitware.com" ]
mathieu.westphal@kitware.com
bb127115a4bb9a925befac7fcdc6cf520e94b3b1
388020361a83a134d3a23bbff6ac39a0a04ae498
/projects/pandora/src/traversal/batching_acceleration_structure.cpp
fc7a4a5c06b332e4275f24a1c99dc779fa893ff5
[]
no_license
happydpc/pandora
c5beccf5385100bf36a3f236188b9813b202eb8e
ebb0ab7d58a75054304d92842bebd09b190c121a
refs/heads/master
2021-05-17T20:48:34.833416
2020-03-02T10:44:47
2020-03-02T10:44:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,945
cpp
#include "pandora/traversal/batching_acceleration_structure.h" #include "pandora/graphics_core/scene.h" #include "pandora/shapes/triangle.h" #include "pandora/svo/voxel_grid.h" #include "pandora/utility/enumerate.h" #include "pandora/utility/error_handling.h" #include "pandora/utility/math.h" #include <deque> #include ...
[ "mathijs.l.molenaar@gmail.com" ]
mathijs.l.molenaar@gmail.com
773edbb355a87850258fcce744ac4b74d086d035
ce5a44c3428aa4a0a999c8e90431274ee0100705
/Plugins/MyExtender/Source/MyExtender/Public/MyExtender.h
e2b66add051a8c9b958882006b0f2a5b2e6c8408
[]
no_license
dawnarc/EditorExtension
464bfe3688ee01c307c2902e2867412bda0d8db3
3082ce5d36c94a0ef73b16da22916f39d530bf0f
refs/heads/main
2023-01-30T03:41:57.032598
2020-11-26T07:47:30
2020-11-26T07:47:30
316,157,340
1
1
null
null
null
null
UTF-8
C++
false
false
312
h
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Modules/ModuleManager.h" class FMyExtenderModule : public IModuleInterface { public: /** IModuleInterface implementation */ virtual void StartupModule() override; virtual void ShutdownModule() override; };
[ "wangaiguo@yxhy.com" ]
wangaiguo@yxhy.com
8dd40a95d32ce12ff70207ae01bdcabce35890bc
961ae4b217551beae7b2fcfbab7cd19d5421b3b5
/third_party/JavaScriptCore/include/wtf/text/StringBuffer.h
5dcfecdfaa89a1683522b842c30941df572b85fc
[ "Apache-2.0" ]
permissive
andycall/kraken
d7c57f1604355d24c754c3c1c3103a0b8b65b609
c5b53d9621525fc576001220a02c88beeb21a6e0
refs/heads/main
2023-04-11T10:55:40.569640
2021-04-22T13:28:04
2021-04-22T13:28:04
360,521,219
1
0
Apache-2.0
2021-04-22T13:03:22
2021-04-22T13:03:21
null
UTF-8
C++
false
false
2,958
h
/* * Copyright (C) 2008, 2010 Apple 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: * * 1. Redistributions of source code must retain the above copyright * notice, this list of c...
[ "chenghuai.dtc@alibaba-inc.com" ]
chenghuai.dtc@alibaba-inc.com
9bf42eda4031a44128fc1eecac5fa79524ced603
087b1e84283e194467b4a29830f48bf4e9b76f08
/include/opencv/cxcore.hpp
2c03ec2a1900d77ff2da97cc2ddcb871b8d0b1ae
[ "LicenseRef-scancode-other-permissive" ]
permissive
grip-unina/GNLM
d2dff9dfce1b274e420cc8060233d6742aeeafe7
a29009cb95f2827751b8aacda1a7adba68d7846a
refs/heads/master
2021-09-09T11:46:45.228616
2021-09-02T11:33:11
2021-09-02T11:33:11
160,360,923
10
4
NOASSERTION
2021-04-08T09:28:50
2018-12-04T13:22:24
C++
UTF-8
C++
false
false
83,168
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "grip.unina@gmail.com" ]
grip.unina@gmail.com
53124accb060430030dd9c22f183d0d97c5aa9bf
6d97c2ec586c456226566fe4c9b872f2dcbe54a1
/3. Unordered Data Structures/Week 1/UnorderedMap/UnorderedMapExercises_orig.cpp
ac105c116f5d3183ac29d2026b5e4c76ae714a25
[]
no_license
saifsiddique/AccleratedCSFundamentals-CourseraSpecialisation
8d22103d222b373376f79de59ad6328783b198c3
d94ae13c77dac310fdf824abb24a8ed37313a9d9
refs/heads/master
2022-12-05T03:46:10.450399
2020-08-31T12:14:07
2020-08-31T12:14:07
291,704,285
0
0
null
null
null
null
UTF-8
C++
false
false
15,253
cpp
/** * @file UnorderedMapExercises.cpp * University of Illinois CS 400, MOOC 3, Week 1: Unordered Map * Spring 2019 * STUDENT STARTER FILE * * @author Eric Huber - University of Illinois staff * **/ // Before beginning these exercises, you should read the instructions PDF, // and look thr...
[ "saifsiddique.8@gmail.com" ]
saifsiddique.8@gmail.com
5b7552803d7cc5569c3a578b2d79ca60ca6a1f4b
fd070951220e8fdcc3c780c37e9036dc959d2672
/MiniJavaCompiler/AbstractSyntaxTree/Nodes/CVarDecl.h
53b157f0de4aeff4aad485f9f76a47847912102a
[]
no_license
krivchnik/ProtivoGaZiK
d667137733c1545db238ae360a16d0a34790ad23
50f8b75bdae3b5c05327a6c7938dba72f894269c
refs/heads/master
2020-04-09T05:52:20.526345
2017-03-27T15:54:16
2017-03-27T15:54:16
68,102,129
2
0
null
null
null
null
UTF-8
C++
false
false
440
h
// // Created by nismohl on 01.11.16. // #pragma once #include <Nodes/IStatement.h> class CVarDecl : public IStatement { public: CVarDecl(const Location location, const std::string typeNameArg, const std::string variableNameArg); std::string GetTypeName() const; std::string Get...
[ "salamence1996@gmail.com" ]
salamence1996@gmail.com
09222340fa3ecbb443dd689b9cefd12e4553f596
fea6fc148e7083d67a5862966a5bd51988d36ce1
/server_fp_v1.cpp
8629d20801aca8baefa6563832feb5ff02b804fb
[]
no_license
1bii/TrafficBot
7c0b8f4eb9d4efe53952b9700ea9dc188ecd951a
bcb4062b405a683d742a83030b50f6a4268028a0
refs/heads/master
2021-08-14T14:45:37.922547
2017-11-16T02:10:35
2017-11-16T02:10:35
110,908,577
0
0
null
null
null
null
UTF-8
C++
false
false
18,189
cpp
#include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <unistd.h> #include <fcntl.h> #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #...
[ "tan.him.iong@gmail.com" ]
tan.him.iong@gmail.com
3c3e9ce52724e4ac59dbf4ca4a68eb744feb41ac
c96702cdbb7bff0a1a717254d6c8d8186f666e09
/TelaCreditos.cpp
dcf53ed3b864df439133db3a2a633829eb1f554d
[]
no_license
AndrePauleto/EstruturaDados-GB
4baf11a43770de40b95aaf891dd3b6198c28ad0c
fdf3337503f2b6ad533407fe5fddb21b778a35de
refs/heads/master
2020-04-09T15:32:01.072344
2018-12-04T22:55:14
2018-12-04T22:55:14
160,428,922
0
0
null
null
null
null
UTF-8
C++
false
false
1,201
cpp
#include "TelaCreditos.h" TelaCreditos::TelaCreditos() { } TelaCreditos::~TelaCreditos() { } void TelaCreditos::aoEntrar() { if (!gRecursos.carregouFonte("fonte")) { gRecursos.carregarFonte("fonte", "fontes/Racer.TTF", 15); } this->bVoltarMenu.setSpriteSheet("bBackToMenu"); this->bVoltarMenu.getSprite()->s...
[ "andrepauleto@gmail.com" ]
andrepauleto@gmail.com
ce45fb4b674c2314401e539061d99ba31c981eac
b053cbade6bcb5274cab4a94f9113a2b74007ef2
/matlab_version/mexopencv-master/src/+cv/estimateRigidTransform.cpp
ed11fd722b44beb129300959760bb5510eb1c17e
[ "BSD-3-Clause" ]
permissive
neviko/Video-based-attack
82f3cda00fff701e9450b9940118e44f433aaeb2
19c5d6d320720a1f2ff09f8f160d0fbf2a7920c0
refs/heads/master
2020-01-23T21:29:56.654382
2017-07-12T19:28:14
2017-07-12T19:28:14
81,644,127
4
2
null
null
null
null
UTF-8
C++
false
false
1,636
cpp
/** * @file estimateRigidTransform.cpp * @brief mex interface for cv::estimateRigidTransform * @ingroup video * @author Kota Yamaguchi * @date 2012 */ #include "mexopencv.hpp" using namespace std; using namespace cv; /** * Main entry called from Matlab * @param nlhs number of left-hand-side arguments * @param...
[ "nevosayag@gmail.com" ]
nevosayag@gmail.com
576ccddd7bf9a1890fb4c4900c607e60a3fbc66e
7fea47e6aee75e90e39c09020bb66ae3d18355d0
/hackerrank/challenges/jumpingOnClouds.cpp
44df52b1be934a944a8cf282b9e8d7a78c574759
[]
no_license
doum1004/code_assessment
52facd8b361702ef7d342896921ec328eb80ad4a
4b930bb9596adc5153e897a7f95625e78aebcd8a
refs/heads/master
2020-12-04T20:06:04.993844
2020-08-19T00:23:56
2020-08-19T00:23:56
231,888,307
0
1
null
null
null
null
UTF-8
C++
false
false
438
cpp
#include <iostream> #include <vector> using namespace std; int jumpingOnClouds(vector<int> c) { auto count = 0; auto index = 0; while (index < c.size() - 1) { if (c.size() > index + 1 && c[index + 2] == 0) index += 2; else index += 1; count++; } ...
[ "jehyeoklee@Jehyeokui-MacBook-Pro.local" ]
jehyeoklee@Jehyeokui-MacBook-Pro.local
7142c3bf393cd231654b3af33040b3597a9b0b16
d001abba19711d678f2ba09dfbd5c84357be6bb0
/src/library/math/lagrange_interpolation.hpp
293641983e059eabdd86ff16b91f53c71ab4f5d3
[]
no_license
cormoran/CompetitiveProgramming
89f8b3ceda97985d32b8cd91056b49abeb243e6f
fa0e479ab299f53984fa7541d088c10c447fb6e4
refs/heads/master
2020-04-17T19:59:49.724498
2020-03-28T15:46:26
2020-03-28T15:46:26
65,995,023
0
0
null
null
null
null
UTF-8
C++
false
false
428
hpp
// ラグランジュ補間 // 点群(xi, yi) i = 0 ... n + 1 から // n次関数f(x) の値を求める // O(n^2) template<class T> double lagrange_interpolation(vector<T> xs, vector<T> ys, double x) { double ret = 0; rep(i, ys.size()) { double prod = 1; rep(j, ys.size()) if(j != i) { prod *= (x - xs[j]) / (xs[i] - xs[j...
[ "cormoran707@gmail.com" ]
cormoran707@gmail.com
5bfa2ee73dd5527009293c97fe0fd74474851dee
6b2cedf16a2c76875fc9d95cdf605b3fdaca019a
/lua/lualib/clibs/luahelper.cpp
f7b31d6e0ccec8bc5213f208187534bbb92942d3
[]
no_license
yuexiaodong/limax
646ddfcb9cee0376cf10bfadc03395d0f0fe1a0a
eb87b8556ed81772b546b73ff0da779897bfc4c2
refs/heads/master
2021-01-23T23:12:43.145072
2018-01-27T14:32:09
2018-01-27T14:32:09
102,956,591
4
1
null
null
null
null
UTF-8
C++
false
false
3,604
cpp
#include "common.h" #include "luahelper.h" //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// namespace dump { static const int max_dump_tabs = 9; void outputTabs(int tabs) { for (int i = 0; i < tabs; i++) printf("\t"); } void d...
[ "yuexiaodong2011@163.com" ]
yuexiaodong2011@163.com
e2955f2fcafccb2417ffa885503effb25e669aa0
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/admin/admt/script/namecracker.h
dfd2f4cdb35e6b7226f3c7de6832aa04559ddd8f
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,651
h
#pragma once #include <map> #ifndef tstring #include <string> typedef std::basic_string<_TCHAR> tstring; #endif #ifndef StringVector #include <vector> typedef std::vector<tstring> StringVector; #endif #ifndef CStringSet #include <set> typedef std::set<tstring> CStringSet; #endif #ifndef IADsContainerPtr #include <Com...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
77acd3db6f3a8d04c3696d3f3af14392ecc7ef56
6c5839e596b315d8027b44b2cb4dba832c531944
/catkin_workspace/devel/include/newmind_test/ImageAnalyzerActionResult.h
ecf2d19408f821c62c0063333e5c1c89499b3cb1
[]
no_license
RajashekarGoudpodeti/newmind-prompt
6fd00efe5780a4f57ff32b64faea289a2c00a5a2
17539036f873baa5dc32801391a1ac9946e9e82f
refs/heads/master
2020-03-22T02:23:20.008898
2018-07-01T22:44:08
2018-07-01T22:44:08
139,330,382
0
0
null
null
null
null
UTF-8
C++
false
false
9,743
h
// Generated by gencpp from file newmind_test/ImageAnalyzerActionResult.msg // DO NOT EDIT! #ifndef NEWMIND_TEST_MESSAGE_IMAGEANALYZERACTIONRESULT_H #define NEWMIND_TEST_MESSAGE_IMAGEANALYZERACTIONRESULT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #inc...
[ "root@LAPTOP-HJHH2KVT.localdomain" ]
root@LAPTOP-HJHH2KVT.localdomain
4b7af7c87ce17aee9f5e181026842be29a2a613c
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/new_hunk_4359.cpp
0b501891e49374ad6bcc483709ab3736af5e526e
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
426
cpp
#endif fprintf(stderr, "\t-g\t\t\tfirst query parameter is base DN extension\n\t\t\t\tfor this query\n"); fprintf(stderr, "\t-S\t\t\tStrip NT domain from usernames\n"); fprintf(stderr, "\t-K\t\t\tStrip Kerberos realm from usernames\n"); fprintf(stderr, "\n"); fprintf(stderr, "\tIf you need to bind as a user to per...
[ "993273596@qq.com" ]
993273596@qq.com
a7105f8de84e4369ba52ee94d7f0cf3950c150aa
163829e90c4ef643882e4b6ddec100e464964537
/Source_Code/Floyd-Warshall/821 page hopping.cpp
efbf2d05323b05843bfd28faebb4c469b75de5f0
[]
no_license
Rijul1204/Algorithm_ACM
31b0d88750fc90f13f0c7188a78ac58a059de599
0477861d5476504faa02d3dfddda0ea8acaf5c2e
refs/heads/master
2021-07-03T07:34:08.169513
2021-05-30T19:55:03
2021-05-30T19:55:03
10,447,817
5
7
null
null
null
null
UTF-8
C++
false
false
1,091
cpp
#include<stdio.h> #define inf 1<<22 int mat[200][200],flag[200],count1; void set(int n); void floyd(int n); int main(){ int i,j,k,l,a,b,t=1; while(1){ scanf("%d %d",&a,&b); if(!a&&!b) break; set(110); flag[a]=flag[b]=1; mat[a][b]=1; while(1){ scanf("%d %d",&a,&b); if(!a&&!b) break; mat[a][b...
[ "rashedulhasanrijul@gmail.com" ]
rashedulhasanrijul@gmail.com
ec407d458b460aee4f9a2c569f9cab550e00fb64
c1a6025e2e50dcc7529f4689b25e08fb0c6e9fa0
/benchmark/3rd_party/kerasify/lib/src/layers/normalization.cpp
a2383028f9ccfad9b71ce13deb2e7923595e3930
[ "MIT" ]
permissive
smr-nn/pocket-tensor
d8c7da47cb0beeeafdf09d32f8f60faa2074bf35
0779a0fd0948cedd625f19cfc3ff3f5f14a551ef
refs/heads/master
2020-04-06T15:34:25.176479
2019-10-15T11:25:18
2019-10-15T11:25:18
157,583,786
1
0
null
2018-11-14T17:12:02
2018-11-14T17:12:01
null
UTF-8
C++
false
false
525
cpp
/* * Copyright (c) 2016 Robert W. Rose * * MIT License, see LICENSE file. */ #include "keras/layers/normalization.h" namespace keras { namespace layers { bool BatchNormalization::load_layer(std::ifstream& file) noexcept { check(weights_.load(file)); check(biases_.load(file)); return true; } bool Bat...
[ "gustavo.valiente.m@gmail.com" ]
gustavo.valiente.m@gmail.com
f4d51ad3b4c420b16c8c9e8b204bbc7dba1a4cc9
63c71060f36866bca4ac27304cef6d5755fdc35c
/src/CertVerify/Tester/OcspTester.h
a9a978c319e231117988d6a8287ce5603e526316
[]
no_license
15831944/barry_dev
bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a
d4a83421458aa28ca293caa7a5567433e9358596
refs/heads/master
2022-03-24T07:00:26.810732
2015-12-22T07:19:58
2015-12-22T07:19:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
953
h
//////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2005 // Packet Engineering, Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification is not permitted unless authorized in writing by a duly // appointed officer of ...
[ "barryniu@jimodb.com" ]
barryniu@jimodb.com
3806728373a4725aafaccd185b473f24da670e83
ef23e388061a637f82b815d32f7af8cb60c5bb1f
/src/mame/includes/tecmo.h
0880dd3c1f72f529fd40b2c2f9af411905f3f1a4
[]
no_license
marcellodash/psmame
76fd877a210d50d34f23e50d338e65a17deff066
09f52313bd3b06311b910ed67a0e7c70c2dd2535
refs/heads/master
2021-05-29T23:57:23.333706
2011-06-23T20:11:22
2011-06-23T20:11:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
844
h
class tecmo_state : public driver_device { public: tecmo_state(running_machine &machine, const driver_device_config_base &config) : driver_device(machine, config) { } int m_adpcm_pos; int m_adpcm_end; int m_adpcm_data; int m_video_type; UINT8 *m_txvideoram; UINT8 *m_fgvideoram; UINT8 *m_bgvideora...
[ "Mike@localhost" ]
Mike@localhost
9d15d020237df44ce1e38144b0027e6e5c200116
b20aae53ff2fb176c7008f32a71f7af52fa99750
/src/items/stops/busStopItem.h
efbd54d689141469b7fb7340699a50c3c44ac16a
[]
no_license
palvarezlopez/eNetEditor
601f086945106cb26b7bf77e2c1b6e67df21051e
0019466ad06390ebc11a90122f6b3285cab7b236
refs/heads/master
2021-09-06T01:54:16.860724
2018-02-01T13:04:15
2018-02-01T13:04:15
108,637,209
0
1
null
null
null
null
UTF-8
C++
false
false
1,662
h
#ifndef BUSSTOPITEM_H #define BUSSTOPITEM_H #include "../eNetEditorItem.h" /// ATENCION: FALTA value friendlyPos class busStopItem : public eNetEditorItem { public: busStopItem(const QString &newID, laneItem *newLaneParent, eNetEditorDatabase *database); ~busStopItem(); void make(); QDomElement ...
[ "palcraft@gmail.com" ]
palcraft@gmail.com
c6c62c6f7b0ad7274c2ef22a8cb0e9b895a11569
01ea4d3e2f8399bc4f2271f122443164fe96ffce
/t/resource/gcno/Application/RAID/bid/.bidDerivedCharger.cc/bidChargerDefault.cc
90e78677d9ad3d27b8bf7dd1acdc6c1339ca79aa
[]
no_license
xinghuangxu/CoverityTool
91838a4fc580f488972e8a54a766fce37fc73108
bd6d019903ab5c218826ec8d7334ad0a068b0935
refs/heads/master
2020-04-19T14:35:13.845562
2014-12-05T17:43:46
2014-12-05T17:43:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
78
cc
../../../../../RAIDCore/cas/bid/src/.bidDerivedCharger.cc/bidChargerDefault.cc
[ "leonx@cyclict13.eng.netapp.com" ]
leonx@cyclict13.eng.netapp.com
4602b4c757692f0593107f998230dfb7abf16da2
88fb668f96f8cd94eec0a0a41f1a8fa24c119e6e
/그외프로젝트/CircusProject/FontManager.h
0dbdc05570f0225545aadb78c11bd94e2ba261a1
[]
no_license
ydw1258/ydwRepos
57268e1ffacae7dbd77e8a4f86504da65e59706a
f92493d65d39a098d74f46b0031ab0f00903d8fa
refs/heads/master
2023-01-10T02:44:31.177869
2019-11-07T08:51:11
2019-11-07T08:51:11
203,338,334
1
0
null
null
null
null
UTF-8
C++
false
false
436
h
#pragma once #include "SpriteRenderer.h" #include "ResourceManager.h" class FontManager { private: HFONT myFont; HFONT oldFont; int fontOffsetX = 0; int fontOffsetY = 0; public: void Init(); void Draw(int num, int x, int y, int scrollSpeedX = 0, int scrollSpeedY = 0); void Draw(const char* str ,int x, int y, in...
[ "52972127+ydw1258@users.noreply.github.com" ]
52972127+ydw1258@users.noreply.github.com
364a875fa17e69b06f11a23256ffcf34f943b263
edd888c872074316d4ce4627cdca9f328be9303f
/boundingBox.cpp
a75bfeb8f59a1befa840af27d92068fd54b38952
[]
no_license
Night-Owl-Studios/Giant-Slayers
0d9f39d5eb8a31a30aa9483aef50f40327b8ee10
7e835961e9adf2cdaa7966f66dae08b021017442
refs/heads/master
2020-04-15T10:02:20.598928
2013-12-28T09:51:35
2013-12-28T09:51:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,116
cpp
/* * File: boundingBox.cpp * Author: hammy * * Created on November 24, 2013, 6:48 PM */ #include <SDL2/SDL_render.h> #include <SDL2/SDL_rect.h> #include "display.h" #include "boundingBox.h" namespace math = hamLibs::math; /***********************************************************************...
[ "hammy@192.168.1.3" ]
hammy@192.168.1.3
8fbe5bdd630418107009bd79cbfce187f46b9a46
33732d76957e3d3f1be81a453562ee66f0a23cb6
/01_White_belt/02 Functions, vector, map, set/01_Factorial.cpp
ff92176d7cb31e347baf9455d1ac5cce1109f76d
[]
no_license
romanwrites/cpp_yandex
e7846460f5eb601a921f1f9793a407e4c3e1e069
d6520311627cbd31431edecef126c8cc35d61513
refs/heads/master
2023-04-13T10:23:40.913207
2021-04-01T18:11:56
2021-04-01T18:11:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
121
cpp
int Factorial(int n) { if (n < 2) { return 1; } int res = n--; for (; n > 1; n--) { res *= n; } return res; }
[ "thekukinpower@gmail.com" ]
thekukinpower@gmail.com
86f25d5b3ab93ca19844f0316ff5b37e8faa1e95
4e8537a919d70873b6ab6dbf896769fdf3da29c6
/subarraySumsDivisibleByK.cpp
5952d3360079670b776c3fa802e78cdce38cd046
[]
no_license
lyandut/MyLeetCode
6e13cbf733b15025042c6fea7250bfe9af414479
d807b2216690deefd1df3c1e60f2a4f1717c037a
refs/heads/master
2021-06-10T22:58:08.004851
2021-05-31T13:29:09
2021-05-31T13:29:09
176,780,252
0
0
null
null
null
null
UTF-8
C++
false
false
657
cpp
// // Created by 李研 on 2020/2/10. // #include "MyLeetCode.h" /* * 974. Subarray Sums Divisible by K * https://leetcode.com/problems/subarray-sums-divisible-by-k/ *【专题】Array;Hash Table */ int MyLeetCode::subarraysDivByK(vector<int> &A, int K) { int res = 0; vector<int> subArraySum(A.size() + 1, 0); ve...
[ "lyan_dut@outlook.com" ]
lyan_dut@outlook.com
4a8c1633db25db06d86079e4445031745574d7ea
c475cd8531a94ffae69cc92371d41531dbbddb6c
/Projects/bullet3-2.89/examples/ThirdPartyLibs/Eigen/src/QR/CompleteOrthogonalDecomposition.h
13b61fcdb395989e06ef26f91064eb21f82a09c8
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "Zlib" ]
permissive
WolfireGames/overgrowth
72d3dd29cbd7254337265c29f8de3e5c32400114
594a2a4f9da0855304ee8cd5335d042f8e954ce1
refs/heads/main
2023-08-15T19:36:56.156578
2023-05-17T08:17:53
2023-05-17T08:20:36
467,448,492
2,264
245
Apache-2.0
2023-05-09T07:29:58
2022-03-08T09:38:54
C++
UTF-8
C++
false
false
20,787
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Rasmus Munk Larsen <rmlarsen@google.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obta...
[ "max@autious.net" ]
max@autious.net
9ed3d846ff263cbe6de9fdde681fa4eee787e556
a02907308d220358384678feca36a2cc66f785e0
/include/stateMachineFwk/actionTable.h
f3b9794e2c341a65a69fa0fe14fd027855cb7fd6
[ "Apache-2.0" ]
permissive
wangjun96/Nucleus
9c56fa0af589d324f8cd7274d5966f6f6f5abe9b
ebf19a11417021e723a268736cd19ebaa66d06ac
refs/heads/master
2022-05-10T23:02:24.586596
2020-04-20T03:07:05
2020-04-20T03:07:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,111
h
/* * Copyright (c) 2019, Infosys Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
[ "anjana_sreekumar@infosys.com" ]
anjana_sreekumar@infosys.com
7edfe7bd52678db7565f920778d134c76dd7d822
a35b30a7c345a988e15d376a4ff5c389a6e8b23a
/boost/mpl/aux_/preprocessed/msvc60/apply.hpp
19d9a90c21863fac95dc4c45b5d6213d43b04062
[]
no_license
huahang/thirdparty
55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b
07a5d64111a55dda631b7e8d34878ca5e5de05ab
refs/heads/master
2021-01-15T14:29:26.968553
2014-02-06T07:35:22
2014-02-06T07:35:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
80
hpp
#include "thirdparty/boost_1_55_0/boost/mpl/aux_/preprocessed/msvc60/apply.hpp"
[ "liuhuahang@xiaomi.com" ]
liuhuahang@xiaomi.com
a85b3f48c3d67727e562709bf25f43164825e8a9
fccdc44d81f152de9867b6c5a8047d62d8dcfff4
/190-reverse-bits/reverse-bits_[AC1_3ms].cpp
61bc6b972edcc56cad7bec2fea2dca17bc7565fc
[ "MIT" ]
permissive
NiceVinke/LeetCode
fc56d115cd69333127b82c2c41deaa1fbd92872c
9b15114b7a3de8638d44b3030edb72f41d9a274e
refs/heads/master
2021-06-24T22:39:19.292170
2017-09-05T13:07:25
2017-09-05T13:07:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
675
cpp
// Reverse bits of a given 32 bits unsigned integer. // // For example, given input 43261596 (represented in binary as 00000010100101000001111010011100), return 964176192 (represented in binary as 00111001011110000010100101000000). // // // Follow up: // If this function is called many times, how would you optimize it?...
[ "i_square@qq.com" ]
i_square@qq.com
cc42923b127c7aa71421c6df2a352f85d8472849
6ffd23679939f59f0a09c9507a126ba056b239d7
/dnn/src/rocm/adaptive_pooling/opr_impl.h
9289dc4d5196c4186b287317b61b5bdd319b1981
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
MegEngine/MegEngine
74c1c9b6022c858962caf7f27e6f65220739999f
66b79160d35b2710c00befede0c3fd729109e474
refs/heads/master
2023-08-23T20:01:32.476848
2023-08-01T07:12:01
2023-08-11T06:04:12
248,175,118
5,697
585
Apache-2.0
2023-07-19T05:11:07
2020-03-18T08:21:58
C++
UTF-8
C++
false
false
1,013
h
#pragma once #include "megdnn/oprs.h" namespace megdnn { namespace rocm { class AdaptivePoolingForwardImpl final : public AdaptivePoolingForward { public: using AdaptivePoolingForward::AdaptivePoolingForward; void exec( _megdnn_tensor_in src, _megdnn_tensor_out dst, _megdnn_workspace w...
[ "megengine@megvii.com" ]
megengine@megvii.com
e694936570014ddddd8b1cd5f041af993465a74f
1ee3cf65751d08470f4314b789432b3f93a85613
/trie.cpp
aaa34e5e3ec3c25e272616caeb46583ef3b00ec7
[]
no_license
deathstroke44/algo-code
fbbc9c40b76aa324da9b3fc04dcd927195449092
8079b53c8d763e5beadd9fa3de6c0a7a39e65568
refs/heads/master
2020-03-08T15:32:49.091346
2019-12-04T08:55:34
2019-12-04T08:55:34
128,214,621
0
0
null
null
null
null
UTF-8
C++
false
false
1,442
cpp
#include<bits/stdc++.h> using namespace std; struct node { bool endmark; node* next[26 + 1]; node() { endmark = false; for (int i = 0; i < 26; i++) next[i] = NULL; } } * root; void insert(char* str, int len) { node* curr = root; for (int i = 0; i < len; i++) { ...
[ "37647012+deathstroke44@users.noreply.github.com" ]
37647012+deathstroke44@users.noreply.github.com
f4d6c96b571df94f429ad6dea004aa1f6f68297c
ac5d9dced7c723cbbb7c541fb5031b548003342d
/Code/bzoj2054.cpp
0844ba1153324099b69c3298242aaa9d80dce856
[]
no_license
kzoacn/OI
2f47e1bd30a07d8e2b45b5813b1491aff0ef1f10
d34e2739b4ae1ddfe20faeda3b152329816dd960
refs/heads/master
2020-05-17T00:31:25.886309
2015-07-21T12:38:56
2015-07-21T12:38:56
37,414,200
4
3
null
null
null
null
UTF-8
C++
false
false
493
cpp
#include<bits/stdc++.h> using namespace std; const int maxn=1e7+2; int n,m,p,q; int fa[maxn]; int find(int x){return fa[x]==x?x:find(fa[x]);} void merge(int x,int y){fa[find(x)]=find(y);} int col[maxn]; int main(){ cin>>n>>m>>p>>q; for(int i=1;i<=n+1;i++)fa[i]=i; for(int i=m;i>=1;i--){ int l=(i*p+q)%n+1; int r=(...
[ "kzoacn@outlook.com" ]
kzoacn@outlook.com
79414f3ce82efdbfe3a2984879af2cc91fdfd004
09403b9998277567edb91e237ef9a29e5265a279
/applications/load_test/targets/benchmark.ek-tm4c123gxl/hardware.hxx
f5521469a38ce2d71aa1d724db5456029deec810
[ "BSD-2-Clause" ]
permissive
bakerstu/openmrn
9a07d3a72fad1d0447c1e59acfeeff61c9c76c5a
ca333ec4b35e1ffc1323aa62936db0bd043ef6df
refs/heads/master
2023-08-31T12:11:46.046315
2023-08-31T00:53:31
2023-08-31T00:54:05
6,500,256
45
42
BSD-2-Clause
2023-09-10T10:39:52
2012-11-02T02:20:12
C++
UTF-8
C++
false
false
58
hxx
../../../../boards/ti-ek-tm4c123gxl-launchpad/hardware.hxx
[ "balazs.racz@gmail.com" ]
balazs.racz@gmail.com
8961cdb94e6928bab6a50ba673f5284ab31f5639
d7aca7db7596bd3134cc9d32dc3cdc567de618b0
/project_source/engine_gl/vao/vao.h
a1785ba196d4eabc2ff0ce4e34e58700f2172bf3
[]
no_license
bshanae/mod1
7d8572a5c2c42aae06f95624251cb1df3ef5522a
099400fc25ce0181d15950152f2d380d83f95319
refs/heads/master
2023-02-08T06:43:53.044813
2021-01-03T13:41:14
2021-01-03T13:41:14
223,911,098
2
0
null
null
null
null
UTF-8
C++
false
false
1,172
h
#pragma once #include "engine_gl/namespace.h" #include "engine_gl/vbo/vbo.h" class mod1_engine_gl::vao { public : MOD1_GENERATE_EXCEPTION_DECLARATION(exception_template, "Mod1 Engine GL, VAO : Type of input buffer is unacceptable") vao(); ~vao(); void bind() const; static void unbind(); t...
[ "49374370+belchenkovova@users.noreply.github.com" ]
49374370+belchenkovova@users.noreply.github.com
e316487f3de840400f5be02739ea243b9c567d09
da15bca89dc5143ceab0583356c3f3e33c74039b
/MathOps/incr.cpp
160aa2a877ef5a0554859790c28b51291f69bb4b
[]
no_license
kishkaru/OpenCL-projects
87485518b133b1571ccf6231cd96edf7c046f863
64eeb86b6369602de67f6c010fe1ad4270233275
refs/heads/master
2016-09-05T23:02:35.242809
2013-10-31T05:18:28
2013-10-31T05:18:28
13,549,779
1
0
null
null
null
null
UTF-8
C++
false
false
2,765
cpp
#include <cstring> #include <cstdio> #include <cstdlib> #include <string> #include "clhelp.h" int main(int argc, char *argv[]) { std::string incr_kernel_str; /* Provide names of the OpenCL kernels * and cl file that they're kept in */ std::string incr_name_str = std::string("incr"); std::string incr_...
[ "kishan@karu.io" ]
kishan@karu.io
b3936b41b42cde4a1396a33073df317355a1bd48
c119fcb4a881ea6aa555faf92b5b33ce42748238
/corpc/src/corpc_rpc_server.h
f44b5bd43ac3817fe1b6218a0c8c70b4ec26a61d
[ "Apache-2.0" ]
permissive
ChenwxJay/libcorpc
7e2aa4a1774542cf683480924f2412d3e98ba83e
a72d8823332545222867647386e560b4342cff97
refs/heads/master
2020-06-19T20:32:13.435435
2019-02-21T03:28:36
2019-02-21T03:28:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,130
h
/* * Created by Xianke Liu on 2017/11/21. * * 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...
[ "xianke.liu@dena.com" ]
xianke.liu@dena.com