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
95034cf7c2cd8bbaf6b1c3ffbd93a7bfcb64b508
30626e6504ddf7ff9de133700a6cebe86bcf331b
/sig/src/sigogl/ws_run.cpp
5e765b2cb378fd461aec047ec77d0e03dfdc43c1
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
kelvin331/Robot-Simulation
173a033b133316768e2cffd6c293a8438cc9b78b
3bb2d82a3081b5250b3a675ea9ed9b9fcbe0e9ec
refs/heads/master
2020-04-27T14:59:34.565337
2019-03-07T22:55:49
2019-03-07T22:55:49
174,427,803
1
0
null
null
null
null
UTF-8
C++
false
false
3,256
cpp
/*======================================================================= Copyright (c) 2018 Marcelo Kallmann. This software is distributed under the Apache License, Version 2.0. All copies must contain the full copyright notice licence.txt located at the base folder of the distribution. ================...
[ "44008857+kelvin331@users.noreply.github.com" ]
44008857+kelvin331@users.noreply.github.com
b213b02731974134602d63d813bdea26291ed7b1
4ac425b5a07f9a8ddcc124a51e62d7dd24e9bba3
/Actividades/Builder/builder.cpp
2bc34767bbdb337b9abc1a63e98163e807d00ca1
[]
no_license
jehor737/AYMSSHR2017
d809b68a0798036a66add36c27b441a0549b4fbf
9a2de20a11257274dec781e3c08f82b8db476abb
refs/heads/master
2021-01-15T19:06:35.932984
2017-10-28T02:42:13
2017-10-28T02:42:13
99,808,290
0
0
null
null
null
null
UTF-8
C++
false
false
2,861
cpp
#include <iostream> #include <string> using namespace std; class Motor{ int potencia; int numSerie; public: Motor()=default; Motor(int pot, int nS) : potencia(pot), numSerie(nS){} int getPotencia(){ return potencia; } int getNumSerie(){ return numSerie; } }; class Alas{ string...
[ "horaciorojas737@hotmail.com" ]
horaciorojas737@hotmail.com
5fd6802b47a253765d8f3c6f9b653faa6129ef95
872770c5323aa17120f2f708a1f0be09e663c9a8
/Elastos/LibCore/inc/Elastos/Microedition/Khronos/Egl/EGLSurfaceImpl.h
555c6c80228e2e7daea41a58fde607d9f77076af
[]
no_license
xianjimli/Elastos
76a12b58db23dbf32ecbcefdaf6179510362dd21
f9f019d266a7e685544596b365cfbc05bda9cb70
refs/heads/master
2021-01-11T08:26:17.180908
2013-08-21T02:31:17
2013-08-21T02:31:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
862
h
#ifndef __EGLSURFACEIMPL_H__ #define __EGLSURFACEIMPL_H__ #include "_EGLSurface.h" #include "Elastos.Microedition.Khronos.Egl_server.h" #include <elastos/ElRefBase.h> #include <elastos/AutoPtr.h> #include <EGL/egl.h> #include <skia/core/SkPixelRef.h> class EGLSurfaceImpl : public ElRefBase , public _EGLSurfa...
[ "cao.jing@kortide.com.cn" ]
cao.jing@kortide.com.cn
c048365bafa7240edda4a871ab44f06ead34a325
ea79d33460755420ee9f249b5a88527585b04ccf
/Eye-NAB/StartingEffortAndReferenceCode/newface.cpp
8061a71a471abce28c2500a7de68c3d51c2fe0fa
[]
no_license
akshaypardeshi26/akshaypardeshi26
1c6a7dec8b7a7296872e1dc4e79727be100b2f72
2bb61426b0bdeec18d2d62325dc74b1323f97932
refs/heads/master
2021-05-04T10:48:39.120456
2017-07-11T00:51:32
2017-07-11T00:51:32
43,851,437
1
0
null
null
null
null
UTF-8
C++
false
false
2,816
cpp
/* * Display video from webcam and detect faces */ #include <stdio.h> #include "cv.h" #include "highgui.h" #include "conio.h" CvHaarClassifierCascade *cascade; CvMemStorage *storage; int detectFaces( IplImage *img ); int main( int argc, char** argv ) { CvCapture *capture; IplImag...
[ "akshaypardeshi@akshays-mbp.dynamic.ucsd.edu" ]
akshaypardeshi@akshays-mbp.dynamic.ucsd.edu
c4e4bc8f0041eb812b04dfdcf4846153646b755d
aa1d7d75f127131604ec2fd4c4153242ff6d9671
/Game4InARow/twoplayersfield.h
ab3f6374ab39b1ff9e3623e9251548fa71734c04
[]
no_license
scientist19/Game-4-in-a-row
36b4974906e13b93354b923f055983c6b9cd58b7
755abd674a154e4cd63e66b982a8f4dfa1a8466b
refs/heads/master
2020-04-07T18:15:58.515266
2018-12-13T19:37:28
2018-12-13T19:37:28
158,603,936
1
0
null
null
null
null
UTF-8
C++
false
false
309
h
#ifndef TWOPLAYERSFIELD_H #define TWOPLAYERSFIELD_H #include "field.h" class TwoPlayersField : public Field { public: TwoPlayersField(Scene* scene, int cellSize); void mousePressEvent(QGraphicsSceneMouseEvent *event); void changePlayer(); void playerWin(); }; #endif // TWOPLAYERSFIELD_H
[ "40214489+scientist19@users.noreply.github.com" ]
40214489+scientist19@users.noreply.github.com
45e4cff99d63817ecd0d0e74d3d1770e62735324
02b2ad77aa5c0ae72d8a0d8fac88e780a4759f66
/483D.cpp
13208ca8fc4816344c42df7f02f431c5a30053c5
[]
no_license
shavidze/Codeforces
34ef0081e52b0a7316752a1fb08e0d439e84348b
06bb3689e20598431be6eb9ee1b2e614d956e157
refs/heads/master
2023-07-21T02:12:07.201943
2023-07-16T13:37:49
2023-07-16T13:37:49
184,745,816
1
0
null
null
null
null
UTF-8
C++
false
false
2,106
cpp
#include <iostream> #include <algorithm> #include <string> #include <vector> #include <cstdio> #include <cstdlib> #include <cmath> #include <algorithm> #include <queue> #include <map> #include <set> #include <iostream> #include <sstream> #include <cassert> #include <fstream> #include <cstring> #include <numeric> #inclu...
[ "saba.shavidze@wandio.com" ]
saba.shavidze@wandio.com
209e02daa4d0234c7728a6ad2446906818f65503
da003cc5e0bfd9053eaef6a090b3604d4d74ca2c
/MFCDemo/MFCDemo.cpp
216c35f12c2d19a769a0d43c8f10ffd085869e9c
[]
no_license
NearlyDeadline/JLUCG02
a34589292d663ba51affebadba98c6cd65d1d227
ebfb8b31b100eb71e7fab0d25539c83d882aa6ed
refs/heads/master
2020-09-13T09:40:14.750457
2019-12-16T12:45:30
2019-12-16T12:45:30
222,729,576
0
1
null
null
null
null
GB18030
C++
false
false
4,534
cpp
// MFCDemo.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "afxwinappex.h" #include "afxdialogex.h" #include "MFCDemo.h" #include "MainFrm.h" #include "MFCDemoDoc.h" #include "MFCDemoView.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CMFCDemoApp BEGIN_MESSAGE_MAP(CMFCDemoApp, CWinApp) ON_COMMAND(ID_APP_ABO...
[ "1289790957@qq.com" ]
1289790957@qq.com
bd0e20869ade3d87369ccca004e9b0c2ec771ad7
d8891f0cd573b3e8b344e07307de1840c6c8d482
/src/nes/cpu/cpu.cc
2ecae0dd05d0f2e8dd3cdd5f948b99c422d6e9d3
[ "MIT" ]
permissive
mukerjee/nes-2a03
77305d8d671fff0986c9a27a7b891b3e4b3aa23f
6cfd8d6b7ae4b437e6bc5bc4bb612fd9ce7fd2d3
refs/heads/master
2021-01-21T06:24:45.817931
2017-02-26T17:44:23
2017-02-26T17:44:23
83,228,079
3
0
null
null
null
null
UTF-8
C++
false
false
36,474
cc
#include "cpu.h" Cpu::Cpu(Nes *nes, int clock_speed) : nes_(nes), clock_speed_(clock_speed) {} Cpu::~Cpu() { if (log_) fclose(log_); if (correct_log_) fclose(correct_log_); } /** * @brief loop through all instructions, executing them in sequence. * Returns when it encounters a STP instruction...
[ "mukerjee@cs.cmu.edu" ]
mukerjee@cs.cmu.edu
2e404058775c66a55b5652f7b371a6a1461ac749
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/110/795/CWE680_Integer_Overflow_to_Buffer_Overflow__new_listen_socket_04.cpp
2df700580e0297a9f402fec352f3bd5cf8ecfec6
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
7,128
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__new_listen_socket_04.cpp Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__new.label.xml Template File: sources-sink-04.tmpl.cpp */ /* * @description * CWE: 680 Integer Overflow to Buffer Overflow * BadSource: ...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
a5293b55ea71b121d6cec905b8195d55813db97c
33eaafc0b1b10e1ae97a67981fe740234bc5d592
/tests/RandomSAT/z3-master/src/parsers/smt/smtparser.h
9a09d1f4ff79b51747c2fe288ba8032625ae0ffa
[ "MIT" ]
permissive
akinanop/mvl-solver
6c21bec03422bb2366f146cb02e6bf916eea6dd0
bfcc5b243e43bddcc34aba9c34e67d820fc708c8
refs/heads/master
2021-01-16T23:30:46.413902
2021-01-10T16:53:23
2021-01-10T16:53:23
48,694,935
6
2
null
2016-08-30T10:47:25
2015-12-28T13:55:32
C++
UTF-8
C++
false
false
964
h
/*++ Copyright (c) 2006 Microsoft Corporation Module Name: smtparser.h Abstract: SMT parsing utilities Author: Nikolaj Bjorner (nbjorner) 2006-09-25 Revision History: --*/ #ifndef SMT_PARSER_H_ #define SMT_PARSER_H_ #include<iostream> #include"ast.h" #include"vector.h" #include"smtlib.h" namespace...
[ "nikaponens@gmail.com" ]
nikaponens@gmail.com
f9b74bec0f3b5c5941e0e654264c5c71102e8b61
837e173ac570b1b3d2845a23acef3ea54ca80d21
/Game/Source/Transition.h
9478cb6c08dd6198276e91cda8a4bc4c344f29a2
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
TitoLuce/PlatformerGame
f26ab8c6142ed7607f47c260a9e9ec7a6004d3a4
1694032bc25f742643fca1f9764f11438083aebb
refs/heads/master
2023-02-14T01:56:34.494164
2021-01-10T22:20:59
2021-01-10T22:20:59
301,351,830
0
0
null
null
null
null
UTF-8
C++
false
false
1,286
h
#ifndef __TRANSITION_H__ #define __TRANSITION_H__ #include "Module.h" #include "SDL\include\SDL_rect.h" class Transition : public Module { public: //Constructor Transition(); //Destructor ~Transition(); // Called when the module is activated // Enables the blending mode for transparency bool Start(); // Calle...
[ "59049803+TitoLuce@users.noreply.github.com" ]
59049803+TitoLuce@users.noreply.github.com
3a78bdc43a9c65cc82e2841c7f7fb7a226d2fa9b
04fee3ff94cde55400ee67352d16234bb5e62712
/csp-s2019.luogu/source/XJ-00109/partition/partition.cpp
0c9401b818e7d4abc22536c72d3429db86ea2eac
[]
no_license
zsq001/oi-code
0bc09c839c9a27c7329c38e490c14bff0177b96e
56f4bfed78fb96ac5d4da50ccc2775489166e47a
refs/heads/master
2023-08-31T06:14:49.709105
2021-09-14T02:28:28
2021-09-14T02:28:28
218,049,685
1
0
null
null
null
null
GB18030
C++
false
false
1,449
cpp
#include<stdio.h> #include<string.h> #define maxn (5010) #define lenth (110) #include<algorithm> using namespace std; int n,type,cnt,lens,lenans; long long int a[maxn],b[maxn]; int s[lenth],ans[lenth],c[lenth]; void multi(int x) { memset(s,0,sizeof(s)); lens=0; int len=0; while(x) { len++; ...
[ "15276671309@163.com" ]
15276671309@163.com
87797c47b44608202129b2346e178d59a4151770
122544beba52884fdb656d8189c76134f8f1d8c5
/1512418_Dll/Source code/1512418.Paint/MyDll/Lib.cpp
859e496600a24007c90ed5c243353ca45715d6e1
[]
no_license
Duy-Phuong/Windows
767bcf5455cf337f6f8f674db4b05554c31f0841
7b2dbc6a964dfe29de19c1632df0a29586ae8aee
refs/heads/master
2021-08-22T21:49:53.607553
2017-12-01T10:18:53
2017-12-01T10:18:53
111,682,093
0
0
null
null
null
null
UTF-8
C++
false
false
6,743
cpp
#include "stdafx.h" #include "Lib.h" //2 ham ve hinh cho nguoi dung xem truoc void DrawRect_Square(ObjectFactory* prototype1, int isChosen, int shift, bool isDrawing, int currentX, int currentY, int lastX, int lastY, HDC memHDC, Graphics* graphics) { if (isDrawing && (isChosen == RECTANGLE)) { if (shift & 0x8000)...
[ "tranduyphuong20100@gmail.com" ]
tranduyphuong20100@gmail.com
a21e569383467a8906338ca231ab51e8c4637185
bfb1c7ff905065f0e3914b66c9a932bc811640a5
/.svn/pristine/a2/a21e569383467a8906338ca231ab51e8c4637185.svn-base
a7a484c5755980b8fc48279dc8907acc75980687
[]
no_license
djskual/savegame-manager-gx
1ddcdcfcdaf7a4043b7fd756136ec8cca0fbf5f3
ae3cb59cb5bbae91bf65d48cb61961ed49d896d3
refs/heads/master
2020-06-03T05:11:20.735987
2015-04-14T13:16:49
2015-04-14T13:16:49
33,944,551
3
1
null
null
null
null
UTF-8
C++
false
false
2,338
/**************************************************************************** * libwiigui Template * Tantric 2009 * * main.cpp * Basic template/demonstration of libwiigui capabilities. For a * full-featured app using many more extensions, check out Snes9x GX. *****************************************************...
[ "dj_skual@hotmail.com" ]
dj_skual@hotmail.com
18a3ddd7d8c1b86155b49f0b8f7b40f76c661e1f
6482b755c9daaa91a3961b92d1ab38356374bb18
/template1/template1/typename.cpp
fdbc9cd00dd77373041895e2a052c9f0aeeed7e8
[]
no_license
y2jinc/cpp_template_edu
dc61d9d7ac891a3f50469eb5a3ec693b468891dc
948add986c49efc7420c2e5fd10e7aae260cbdad
refs/heads/master
2020-03-16T06:22:39.024412
2018-06-26T14:28:35
2018-06-26T14:28:35
132,552,841
0
0
null
null
null
null
UHC
C++
false
false
477
cpp
#include <iostream> using namespace std; class Test { public: //... //enum { DWORD = 5 }; typedef int DWORD; }; template<typename T> typename T::DWORD foo(T t) // T : test { // 아래 한줄을 해석해 보세요. // T::DWORD* p; // 값 : 5 * p -> ms compiler 에서는 에러나지 않음. // 타입 : 지역변수 p(포인터)를 선언한다. // typename T::DWORD * ...
[ "y2jinc@gmail.com" ]
y2jinc@gmail.com
0db18d302664c698262a44157ae9cc65ab8f6261
975d70d51334a1a231116fa167e8d3c89f0bd6c8
/inc/parsers/shaderparser.h
aa42e445c9616ecaae3505daff19ab1ea6986946
[]
no_license
carolmb/raytracer
e66d26dbaa487d70becdf63b0197ef372aaaed8b
bbeb9609b945a7f636b3d26611470d9f950d86a4
refs/heads/master
2021-01-20T03:03:41.383680
2017-12-07T21:13:01
2017-12-07T21:13:01
101,342,195
0
0
null
null
null
null
UTF-8
C++
false
false
228
h
#ifndef SHADERPARSER__ #define SHADERPARSER__ #include "parsers/parser.h" #include "package.h" #include <sstream> class ShaderParser : public Parser { public: bool getShader(std::istringstream &reader, Package *p); }; #endif
[ "carolmedeirosbrito@gmail.com" ]
carolmedeirosbrito@gmail.com
a1f6ceb45a8a3c0daa42284f375764807acb1727
39c1673b3bb230861d2b42bad8d0fbd899d3f4fa
/Contest8/Bai13.cpp
ddc91eea609f93cc33f3ad4ffc1a35940618125e
[]
no_license
trickstarcandina/CTDL
69b9b205f1b792cce9db894520d4b1a4c0ad9a4a
5ab3e7e8be6f1a6e2f26e9de880495383d95dd84
refs/heads/master
2022-12-28T05:36:00.146268
2020-10-17T08:51:39
2020-10-17T08:51:39
304,835,997
5
0
null
null
null
null
UTF-8
C++
false
false
3,873
cpp
#include <bits/stdc++.h> using namespace std; bool F[100001]; bool check(int n){ priority_queue<int> q; while(n){ q.push(n%10); n/=10; } if(!q.empty() && q.top()>5) return false; else{ while(!q.empty()){ int temp=q.top(); q.pop(); ...
[ "61593963+rinnegan101220@users.noreply.github.com" ]
61593963+rinnegan101220@users.noreply.github.com
00396fb36f1b1729bcef761a1e92f7e369343a26
254ed88cbbe5616af024b2e6abb567433f16892c
/assignments and info/assn12/Dijkstra.h
917910dcc0c01c0130c639d325e5771a2090cbf5
[]
no_license
TheRizz/CS1D
afab853f96485573295c6eca55887e7f7c8e4902
6223f5bcf88020071bb224a8c3d89a9a534d62aa
refs/heads/master
2020-06-21T14:47:36.443385
2019-07-18T01:00:30
2019-07-18T01:00:30
197,484,217
0
1
null
null
null
null
UTF-8
C++
false
false
2,711
h
#ifndef DIJKSTRA_H_ #define DIJKSTRA_H_ #define INFINITY 9999 #include "header.h" // Graph utilizing Dijkstra's Algorithm class Dijkstra { public: void initArray(); void read(); void initialize(); int getClosestUnmarkedNode(); void calculateDistance(); void output(); void printPath(int); pr...
[ "TheRizz@users.noreply.github.com" ]
TheRizz@users.noreply.github.com
2d8134903779baa39fe6d022e20fc65768814d87
d54242a0f60842bf3f4906748c6aebb635ffb013
/IDE_src/11_example_1/11_example_1.ino
89215a082d11b6b99c310c607b1dc8f26e08325b
[]
no_license
D4m1nK1m/kmu-sw-ied
456c4ee3af4174a08459e96c4a356ee1f5616d84
050afa47c4d76ac134e63e2ae6ca0b03887023d2
refs/heads/master
2023-01-27T11:55:07.169070
2020-12-10T15:39:11
2020-12-10T15:39:11
294,613,302
0
1
null
null
null
null
UTF-8
C++
false
false
3,039
ino
#include <Servo.h> // Arduino pin assignment #define PIN_LED 9 #define PIN_SERVO 10 #define PIN_TRIG 12 #define PIN_ECHO 13 // configurable parameters #define SND_VEL 346.0 // sound velocity at 24 celsius degree (unit: m/s) #define INTERVAL 25 // sampling interval (unit: ms) #define _DIST_MIN 180 // minimum distance ...
[ "adgdsda@naver.com" ]
adgdsda@naver.com
fa58d8daf53eaafde3e29a648b4dc676a2b5b93d
73c6d103352abf45cad913ab900592cbc0befb6d
/ex01/RadScorpion.cpp
6bdeb20520d3e398016331a10f3214c2df5810dd
[]
no_license
Spontox42/piscine_cpp_d10
c43e912ad597a6454f87c6125b8451b5931598d2
98fd3d8ebab440ec13440e0844f07f7900813bcf
refs/heads/master
2016-08-12T12:18:31.976358
2016-01-18T11:06:54
2016-01-18T11:06:54
49,951,626
0
0
null
null
null
null
UTF-8
C++
false
false
617
cpp
/* ** RadScorpion.cpp for RadScorpion/home/petit_x/Epitech/rendu/piscine_cpp/piscine_cpp_d10/ex01/RadScorpion.cpp ** ** Made by petit_x - Marlon Petit ** Login < petit_x@epitech.net > ** ** Started on Fri Jan 15 12:12:40 2016 petit_x - Marlon Petit ** Last update Mon Jan 18 12:06:34 2016 Marlon Petit */ #include...
[ "petit_x@epitech.eu" ]
petit_x@epitech.eu
b0397d72bd11593e85704824cffe30f269ee9ebe
efbe79479f3e9c556a69b5e8c7bae4b4c6098904
/c++/classes/main.cpp
af690602c66ecdd886826710caf6e156df412e5c
[ "MIT" ]
permissive
comphonia/mini-projects
f0a72d1d91c39a5fad63f69fb077dffb5e38fe8c
fb7e73d68adf6e18284b861de215ea61813a64f7
refs/heads/master
2022-12-10T05:07:38.470752
2019-07-28T19:31:28
2019-07-28T19:31:28
159,382,592
0
0
MIT
2022-12-09T13:36:42
2018-11-27T18:42:32
C++
UTF-8
C++
false
false
744
cpp
#include <iostream> #include <string> using namespace std; #include "bankaccount.h" int main() { int n; bankaccount b1 = bankaccount(1,"John"); cout << "Account for " << b1.get_name() << " with id: " << b1.get_id() << " has been created. " << endl; b1.deposit(200); b1.withdrawal(50); cout << "...
[ "online.comphonia@gmail.com" ]
online.comphonia@gmail.com
779de56328e266509b0ca73770049e92149768f3
d0fb46aecc3b69983e7f6244331a81dff42d9595
/dcdn/include/alibabacloud/dcdn/model/CreateDcdnSLSRealTimeLogDeliveryRequest.h
ee8ace69bc361acf2c818bfadb0eca18d01de4b7
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
2,407
h
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
bc25b1feab159053602951a307014097b402ffc2
81fe7f2faea91785ee13cb0297ef9228d832be93
/HackerRank/Contests/101Hack51/train_trip.cpp
b3874841ea673dd48a33c90d0c74638b9961a150
[]
no_license
blegloannec/CodeProblems
92349c36e1a35cfc1c48206943d9c2686ea526f8
77fd0fa1f1a519d4d55265b9a7abf12f1bd7d19e
refs/heads/master
2022-05-16T20:20:40.578760
2021-12-30T11:10:25
2022-04-22T08:11:07
54,330,243
5
1
null
null
null
null
UTF-8
C++
false
false
2,677
cpp
#include <iostream> #include <vector> using namespace std; typedef long long ent; int n,v1,v2,v3; ent a,b,c; vector< vector<int> > G; vector<int> D,A(8); // depth, mask to ancestor int dfs(int u=0, int u0=-1) { int mask = 0; for (int i=1; i<=4; i<<=1) if (u==A[i]) mask |= i; for (auto iv=G[u].begin(); iv!=...
[ "blg@gmx.com" ]
blg@gmx.com
2505b4efd5339ce36936e68e8649b651632397d7
6de02f09f9b0c8431683a6f65d164c897300c4ce
/Include/Aspen/Throw.hpp
7bf66a622281348141c8295eb5be8f4d7d393340
[ "Apache-2.0" ]
permissive
andrei-sa/aspen
1bee42d69e7e7c18f337e6c4fdcfd87d07647149
6644663fc19a83fba0603dc4bbd6dbe71cfd55aa
refs/heads/master
2022-04-23T01:49:58.596882
2020-04-24T17:59:32
2020-04-24T17:59:32
258,588,166
0
0
Apache-2.0
2020-04-24T18:12:29
2020-04-24T18:12:28
null
UTF-8
C++
false
false
1,901
hpp
#ifndef ASPEN_THROW_HPP #define ASPEN_THROW_HPP #include <exception> #include <type_traits> #include <utility> #include "Aspen/State.hpp" #include "Aspen/Traits.hpp" namespace Aspen { /** * Implements a reactor that unconditionally throws. * @param <T> The type of reactor to evaluate to. */ template<type...
[ "kamal@eidolonsystems.com" ]
kamal@eidolonsystems.com
da357c9d635b165bf539a8bfcc73111328ba34a3
5b706159ca28932d253358792cd3ea0888d143d4
/cxx/tbb/vs_old_playground/utils.cpp
b4e0052190c3f108e7625e376f65b0783dcd7f13
[]
no_license
pbertoni89/playground
f198eb778af29725a8a78b2041988737df82fd05
ed68a1bf93b1ee397985a9092fb603ec14cf1afe
refs/heads/master
2022-08-18T12:31:01.721809
2022-08-06T07:59:52
2022-08-06T07:59:52
165,248,810
0
0
null
null
null
null
UTF-8
C++
false
false
579
cpp
#include "utils.hpp" #include <iostream> t_tp tic() { return std::chrono::high_resolution_clock::now(); } double toc(t_tp _tic) { return tictoc(_tic, tic()); } double tictoc(t_tp _tic, t_tp _toc) { return (1.e-9) * std::chrono::duration_cast<std::chrono::nanoseconds>(_toc - _tic).count(); } void toclabel(t_t...
[ "pbertoni@x-next.com" ]
pbertoni@x-next.com
1fa00c42d5410e3922d3e02cc418855d31734808
dccf5f6339baba548a83a7d390b63e285c9f0581
/chrome/browser/resource_coordinator/tab_lifecycle_unit_source.h
09c23058a7f4fca38c073b5ba3e9a65943b15b5a
[ "BSD-3-Clause" ]
permissive
Trailblazer01010111/chromium
83843c9e45abb74a1a23df7302c1b274e460aee2
3fd9a73f1e93ce041a4580c20e30903ab090e95c
refs/heads/master
2022-12-06T22:58:46.158304
2018-05-12T09:55:21
2018-05-12T09:55:21
133,138,333
1
0
null
2018-05-12T11:07:57
2018-05-12T11:07:56
null
UTF-8
C++
false
false
4,638
h
// Copyright 2017 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_RESOURCE_COORDINATOR_TAB_LIFECYCLE_UNIT_SOURCE_H_ #define CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_LIFECYCLE_UNIT_SOURCE_H_ #includ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
e7c9adb656023bce4f234cba55c4f5c59b89ed76
1a77b5eac40055032b72e27e720ac5d43451bbd6
/フォーム対応/VisualC++/MFC/Chap9/Dr64/Dr64/Dr64.h
53012bcc2fcbbd40d33928e4dbd25eba71ab4e57
[]
no_license
motonobu-t/algorithm
8c8d360ebb982a0262069bb968022fe79f2c84c2
ca7b29d53860eb06a357eb268f44f47ec9cb63f7
refs/heads/master
2021-01-22T21:38:34.195001
2017-05-15T12:00:51
2017-05-15T12:01:00
85,451,237
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
622
h
// Dr64.h : Dr64 アプリケーションのメイン ヘッダー ファイル // #pragma once #ifndef __AFXWIN_H__ #error "PCH に対してこのファイルをインクルードする前に 'stdafx.h' をインクルードしてください" #endif #include "resource.h" // メイン シンボル // CDr64App: // このクラスの実装については、Dr64.cpp を参照してください。 // class CDr64App : public CWinApp { public: CDr64App(); // オーバーライド public: ...
[ "rx_78_bd@yahoo.co.jp" ]
rx_78_bd@yahoo.co.jp
70afcbc2aa00d5cea3b4156ad646bfecc06d2b30
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/geometry/algorithms/detail/interior_iterator.hpp
81c0f41c3cdc4c4325b6370184590b73113d5cf8
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
1,612
hpp
// Boost.Geometry // Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland. // Use, modification and distribution is subject to 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 BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERIOR_ITERATOR_...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
fb675e05547c9ab5d1ccf3265bc51faa87c030a2
726ee28589b3173163a2a7a02354eedadd2ef14d
/prime generation, sieve of Eratosthenes, linear sieve.cpp
4bf7c6c6c93816a037eef8e432a7fbb071cfb72a
[]
no_license
yenting-chen/Algorithms-and-Data-Structures
e048e3e96746ef597ddc90e9cf76d0895ee3c373
3f075b58c49ea0e4b1a5a0dedb16d0f9dc92a426
refs/heads/main
2023-01-14T07:15:09.373727
2020-11-28T13:35:32
2020-11-28T13:35:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,261
cpp
/* prime generation, sieve of Eratosthenes, linear sieve */ #include<iostream> #include<stdio.h> #include<stdlib.h> #include<time.h> #include<algorithm> #include<vector> #include<string> #include<string.h> #include<ctype.h> using namespace std; typedef long long lld; #include<ctime> vector<int> normal(const int N...
[ "ian96969696@gmail.com" ]
ian96969696@gmail.com
be1f77b7e2c5db77621b51a2ea87470137abe139
e51e82ee1846ac922fcf7da7b0980b538eb7a0ff
/server.cpp
6d1037f3f3acf44bb731362084ace0a0541da365
[ "MIT" ]
permissive
bwackwat/app-daemon
a01daeb319b8259ff507cc6b0b613bce9dbaaee9
c5979aa6df11687797d3e98ff42aa2292ebb7ee0
refs/heads/master
2021-01-10T12:58:21.939115
2016-10-17T18:11:54
2016-10-17T18:11:54
49,697,561
0
0
null
null
null
null
UTF-8
C++
false
false
4,910
cpp
#include <memory> #include <iostream> #include <fstream> #include <atomic> #include <thread> #include <set> #include <boost/asio.hpp> #include <boost/bind.hpp> #include "adhost.cpp" #include "server.hpp" #include "bcast.hpp" #include "conn.hpp" using namespace boost; void Server::do_accept(){...
[ "root@bwackwat-deb-dev.localhost" ]
root@bwackwat-deb-dev.localhost
e2110233ae3b4eb4519806a574bfc8cbb21a6a74
5f140905236871bd1d575eeaad5b6aa0a34d7b9e
/UnrealCPPProjectile.h
45cebaffeb0a1d1d54ca8af6bcee4b5cba222b90
[ "MIT" ]
permissive
aurodev/unrealcpp
cf09841d9b83a99e0083c4e31e01f486794fe5b1
f22bf95dc50bbf1f0b00c17c6f01ae821a92c363
refs/heads/master
2023-03-16T21:42:13.772264
2022-12-28T10:09:50
2022-12-28T10:09:50
272,730,819
0
0
MIT
2020-06-16T14:31:44
2020-06-16T14:31:43
null
UTF-8
C++
false
false
1,091
h
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/Actor.h" #include "UnrealCPPProjectile.generated.h" UCLASS(config=Game) class AUnrealCPPProjectile : public AActor { GENERATED_BODY() /** Sphere collision component */ UPROPERTY(VisibleDefaultsOnly, Category=Project...
[ "hmcguire13@gmail.com" ]
hmcguire13@gmail.com
53bfd2fe62eec7e4f7ddabee9b2c2aeb08a0756b
c21b082283fbac55516061e3aa42470a673a5490
/models/sqlobjects/gradeobject.h
77bc7354f1a79a47c46455d0d0a20e144e6ad835
[]
no_license
ohahlev/topautocamcpp
e7f102fe9401a66689df6bb26f12fa7a8d41c710
29444958853d642b8ef2e48deff6ded86053e681
refs/heads/master
2022-12-03T22:57:45.064834
2020-08-19T14:40:05
2020-08-19T14:40:05
278,991,826
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
h
#ifndef GRADEOBJECT_H #define GRADEOBJECT_H #include <TSqlObject> #include <QSharedData> class T_MODEL_EXPORT GradeObject : public TSqlObject, public QSharedData { public: int id {0}; QString name; QDateTime created_at; QDateTime updated_at; enum PropertyIndex { Id = 0, Name, ...
[ "ohahlev@gmail.com" ]
ohahlev@gmail.com
16a8a21bfdd7b3dff5f780a2439714633425e2de
621a26b549b625b1dc53f07aeb35e12b91ee9886
/Templates/kruskalCluster.cpp
a0b44e82e06a6b1347485c0f1b31f3b344f8bcad
[]
no_license
rishirv/competitive-programming
c6524754a4c6142997956022b47f6863ca9d241f
272911ed86c60d19574e1366ae09d4f1f5429fe1
refs/heads/master
2021-08-10T22:17:59.110903
2020-05-10T01:33:43
2020-05-10T01:33:43
177,334,224
0
0
null
null
null
null
UTF-8
C++
false
false
1,227
cpp
//K-clustering based on Kruskal's algorithm #include <iostream> #include <fstream> #include <vector> #include <algorithm> #include <tuple> using namespace std; bool comp(const tuple<int, int, int>& a, const tuple<int, int, int>& b){ return get<2>(a) < get<2>(b); } ifstream fin ("cluster.in"); vector<tuple<int, int,...
[ "verma.rishiraj@gmail.com" ]
verma.rishiraj@gmail.com
4b1c279d4569cc7468c5bd6781e9698a8ef48a10
bc5e1438ba7171bda36074e6390dbc22ded32b73
/03.18/.cpp
569647bb7f4e107facd7617fb65abf424556c878
[ "MIT" ]
permissive
peiyuefei/study
e8e15dbafccc69e4921dce1cdcb10d936396945d
27c2e84bb23eecdf05e11b389091572e59cc2aa5
refs/heads/main
2023-04-05T05:48:05.344670
2021-03-22T08:57:00
2021-03-22T08:57:00
338,889,387
1
0
null
null
null
null
UTF-8
C++
false
false
264
cpp
#include<iostream> using namespace std; inline int max(int, int, int); int main() { int i = 10, j = 20, k = 30, m; m = max(i, j, k); cout << "max=" << m << endl; return 0; } inline int max(int a, int b, int c) { if (b > a)a = b; if (c > a)a = c; return a; }
[ "1662531390@qq.com" ]
1662531390@qq.com
687b15ae0fa5e572d49f74cffc09014115732cfa
dbcd2006f283fcb469524d92d884024fa11345ac
/interfaces/kits/js/src/mod_fileio/common_func.h
614128b75bcee12898b31b430be6463178146785
[ "Apache-2.0" ]
permissive
openharmony-gitee-mirror/distributeddatamgr_file
380e4841a943d548f810081d86b661d6b099a9b6
1e624bbc3850815fa1b2642c67123b7785bec6a1
refs/heads/master
2023-08-20T11:39:22.117760
2021-10-25T01:53:50
2021-10-25T01:53:50
400,051,638
0
0
null
null
null
null
UTF-8
C++
false
false
1,575
h
/* * 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 or a...
[ "mamingshuai1@huawei.com" ]
mamingshuai1@huawei.com
a13acd1ff69806e8c9825b096cd741962eee15c0
108c8178de966c04c7ca7ccbfe00e8cafa8822d3
/detectNet.cpp
7e0a03383d3632baad70bfcc8118334ac9bce9a3
[]
no_license
zn845639326/jetson-inference
cfc05359704ebb2d746a68a48cfba2959760678d
46771ee283f9c30ab7a6122d69252e21d9acd3ff
refs/heads/master
2021-01-19T04:54:59.942149
2017-04-03T12:32:16
2017-04-03T12:32:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,611
cpp
/* * http://github.com/dusty-nv/jetson-inference */ #include "detectNet.h" #include "cudaMappedMemory.h" #include "cudaOverlay.h" #include "cudaResize.h" #define OUTPUT_CVG 0 #define OUTPUT_BBOX 1 //#define DEBUG_CLUSTERING detectNet* detectNet::Create( NetworkType networkType, float thresho...
[ "dustinf@nvidia.com" ]
dustinf@nvidia.com
f6a87634b4d176765a44fa6e29c94fc0c3f30775
8f50c262f89d3dc4f15f2f67eb76e686b8f808f5
/Control/AthContainers/test/DataVector_e_test.cxx
df6526bd36aac073465246a6d00cfa7914b3704e
[ "Apache-2.0" ]
permissive
strigazi/athena
2d099e6aab4a94ab8b636ae681736da4e13ac5c9
354f92551294f7be678aebcd7b9d67d2c4448176
refs/heads/master
2022-12-09T02:05:30.632208
2020-09-03T14:03:18
2020-09-03T14:03:18
292,587,480
0
1
null
null
null
null
UTF-8
C++
false
false
546
cxx
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ // $Id$ /** * @file AthContainers/test/DataVector_e_test.cxx * @author scott snyder <snyder@bnl.gov> * @date Sep, 2013 * @brief Regression tests for DataVector * * The @c DataVector regression tests are split into several pieces, * ...
[ "graemes.cern@gmail.com" ]
graemes.cern@gmail.com
eb9f979ba5f6a6961aa6a4f6264e29d3a73fc791
531504b3f4fda98acc84a3885a7c346aa1a371ee
/KSYNVSDK/include/framework/NvJpegReader.h
193c96dbd5c873351dc4b180e71bc2154e593cc3
[]
no_license
noodle147/KSYDiversityLive_iOS
bbdac64166b458cdf5981bd8b66e2715c390bb51
95921f36095d3435a6ad709472492b1f3b8d25ec
refs/heads/master
2021-04-08T00:05:06.054617
2018-03-07T02:47:30
2018-03-07T02:47:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,498
h
//================================================================================ // // (c) Copyright China Digital Video (Beijing) Limited, 2017. All rights reserved. // // This code and information is provided "as is" without warranty of any kind, // either expressed or implied, including but not limited to the...
[ "jiangdong@kingsoft.com" ]
jiangdong@kingsoft.com
0196a6435615e72ed6305d303778d0ca25edeace
aea895b4f3caac17e3b3743723db2dbaaf69aeed
/C++/JZ18.cpp
bee85620249311426189e8d8028b39a9a7767b9b
[]
no_license
xxxsssyyy/offer-Goal
c8f28fe09dd86ed10d6fcb52e6b7881c46bb9998
6d509b83856fff744ca6e06c946cf55041a3311a
refs/heads/master
2021-08-02T15:28:06.820412
2021-07-29T02:09:46
2021-07-29T02:09:46
192,471,289
7
0
null
null
null
null
UTF-8
C++
false
false
1,352
cpp
// Created by xingsiyuan on 2021/1/27 10:38. // Copyright (c) xingsiyuan2019@ia.ac.cn #include<stdio.h> #include<stdlib.h> #include<iostream> #include<vector> #include<map> #include<algorithm> using namespace std; /* 题目描述: 操作给定的二叉树,将其变换为源二叉树的镜像。 二叉树的镜像定义:源二叉树 8 / \ 6 10...
[ "xsy961127@buaa.edu.cn" ]
xsy961127@buaa.edu.cn
4bd56d6c94b41345ce167ac35c4153fa0c408b91
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/inetsrv/iis/svcs/smtp/aqueue/advqueue/smtpconn.cpp
22271d626b52f6a1002806058b5c93698402af75
[]
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
11,502
cpp
//----------------------------------------------------------------------------- // // // File: // smtpconn.cpp // Description: // Implementation of CSMTPConn // Author: Mike Swafford (MikeSwa) // // History: // // Copyright (C) 1998 Microsoft Corporation // //--------------------------------------------...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
683cf84e19e835ba3862ad572e5d073c2b839b7b
9c3a823dcbea34a52178243c14d9d69a19a6129f
/include/ros_lib/tf2_msgs/LookupTransformActionResult.h
a6458c2f52ddf9df46f105abcbdc1244f6f57b7f
[]
no_license
team914/muphry
9dc6f45304204d3853a5d3877dd512cfa2a796e4
a2b85f7f0d857da57347e129b33e65af211b88e0
refs/heads/develop
2020-10-02T01:10:30.559742
2020-05-03T23:43:41
2020-05-03T23:43:41
227,664,967
2
1
null
2020-04-21T18:23:03
2019-12-12T17:52:06
C++
UTF-8
C++
false
false
1,512
h
#ifndef _ROS_tf2_msgs_LookupTransformActionResult_h #define _ROS_tf2_msgs_LookupTransformActionResult_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros_lib/ros/msg.h" #include "ros_lib/std_msgs/Header.h" #include "ros_lib/actionlib_msgs/GoalStatus.h" #include "ros_lib/tf2_msgs/LookupTransform...
[ "acetousk@gmail.com" ]
acetousk@gmail.com
1e0dfa754486ab451bfdf4bea6a7d88aecb7cfae
2df9392e8e7be3c66736b8e67cb71929f12a5f2b
/source/Shaders/Shader.cpp
7f5221de477419a661e0ccd15b2d5bbd74104449
[]
no_license
k-j0/graphics-demo
34fc57b1cfc5a4bf92bade181479330e3d217403
522de6b3a67ad461fd5a92182d0716990167a955
refs/heads/master
2020-04-15T05:15:06.776476
2019-01-07T10:25:27
2019-01-07T10:25:27
164,414,564
0
0
null
null
null
null
UTF-8
C++
false
false
8,970
cpp
#include "Shader.h" #include "AppGlobals.h" Shader::Shader() : BaseShader(GLOBALS.Device, GLOBALS.Hwnd) { } Shader::~Shader(){ if (sampleState) sampleState->Release(); if (matrixBuffer) matrixBuffer->Release(); if (layout) layout->Release(); } ///Reference: https://docs.microsoft.com/en-us/windows/uwp/g...
[ "jkings@hotmail.fr" ]
jkings@hotmail.fr
91294aac99d16d0cce74af8cf9967fb5fd5a0118
6075db6342cd100c31ba19bdee8f7f446229843a
/expressions/GtExpr.hpp
dc272de4e0b041e488204978ce379ff5216563e0
[]
no_license
14sjohnson/Compiler
5b98899108354ab14088a46cbcf25ba9a1dbd4c4
98dafeb1a991255bbbc77fae96fb781adfea8a85
refs/heads/master
2022-11-28T17:43:40.791658
2020-08-09T23:32:47
2020-08-09T23:32:47
264,842,221
0
0
null
null
null
null
UTF-8
C++
false
false
655
hpp
#ifndef GTEXPR_HPP #define GTEXPR_HPP #include "Expression.hpp" class GtExpr : public Expression { private: Expression* a; Expression* b; public: GtExpr(Expression* e1, Expression* e2, Type* type) : Expression(type), a(e1), b(e2) {} Register* emit() { auto regA = a...
[ "johnson.scott.14@gmail.com" ]
johnson.scott.14@gmail.com
72b94fe67143b136f0483e1aaccea7bb1854cb75
67ce8ff142f87980dba3e1338dabe11af50c5366
/opencv/src/opencv/modules/gapi/test/render/ftp_render_test.cpp
95e7f5aabb348102100b0942be585e745f377134
[ "Apache-2.0" ]
permissive
checksummaster/depthmovie
794ff1c5a99715df4ea81abd4198e8e4e68cc484
b0f1c233afdaeaaa5546e793a3e4d34c4977ca10
refs/heads/master
2023-04-19T01:45:06.237313
2021-04-30T20:34:16
2021-04-30T20:34:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,177
cpp
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. // // Copyright (C) 2018 Intel Corporation #include "../test_precomp.hpp" #ifdef HAVE_FREETYPE #include <random...
[ "alex@shimadzu.ca" ]
alex@shimadzu.ca
2e3138e2dd967045b07a2d44a2ce803a6ed50032
186a05fcb725481c0c51c31b2b948819205c789d
/src/parser/StringManip.cpp
ab13123a307b704bd83d914d7b34512ec9b84442
[]
no_license
benhj/jasl
e497c5e17bff05aa5bbd2cfb1528b54674835b72
6e2d6cdb74692e4eaa950e25ed661d615cc32f11
refs/heads/master
2020-12-25T16:49:00.699346
2019-12-09T18:57:47
2019-12-09T18:57:47
28,279,592
27
1
null
null
null
null
UTF-8
C++
false
false
1,765
cpp
#include "StringManip.hpp" #include "Strings.hpp" #include "BasicTypes.hpp" #include "Expressions.hpp" #include "Parameters.hpp" namespace qi = ::boost::spirit::qi; namespace ascii = boost::spirit::ascii; qi::rule<jasl::StringManip::Iterator, jasl::Function(), ascii::space_type> jasl::StringManip::appendRule; qi::rule...
[ "bhj.research@gmail.com" ]
bhj.research@gmail.com
48444f07879c3d62edcc22511cc6a490739d0657
71a7b0c4e7b483f8be9723717ef976af14a1d106
/fold2/3_test_training.cpp
5ddfdfcbdb6e9de24b35d9663880bf577612dc83
[]
no_license
GibreelAbdullah/nlp_project
874533a6387f56d8017f4dbb439edc7cd66c0a65
68319d2ffd55435bf973fddb944450e132bc1938
refs/heads/master
2021-01-10T18:21:23.262542
2016-04-17T20:37:08
2016-04-17T20:37:08
52,622,664
0
0
null
null
null
null
UTF-8
C++
false
false
899
cpp
#include <bits/stdc++.h> #include <string> using namespace std; int main() { ifstream f1; ofstream f2,f3; string s; char s1[12]="0/test0.txt",s2[13]="0/train0.txt"; f1.open("stop_removed.txt"); int i=-1; int countpos=0,countneg=0; while(++i<10) { int start=i*30; int end=(i+1)*30; countpos=0; countneg=0...
[ "gibreel.khan@gmail.com" ]
gibreel.khan@gmail.com
e11fdec0dfb4ea1fc0ce7cc380650d889f1b1673
1151d4f8b636a36db18829f0fb03166a3c40b735
/tests/posit/logic/logic.cpp
fa9cbe884666173d1bb39fc8f8ffc0dabe1d6a19
[ "LicenseRef-scancode-public-domain", "LGPL-3.0-only", "MIT" ]
permissive
Afonso-2403/universal
9f695344649f363d4faeaf8df4d1d033c258a952
bddd1489de6476ee60bd45e473b918b6c7a4bce6
refs/heads/main
2023-08-05T06:54:48.006615
2021-09-16T11:42:42
2021-09-16T11:42:42
382,342,543
0
0
MIT
2021-07-02T12:40:39
2021-07-02T12:40:38
null
UTF-8
C++
false
false
20,202
cpp
// logic.cpp :test suite runner for logic operators between posits // // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc. // // This file is part of the universal numbers project, which is released under an MIT Open Source license. // minimum set of include files to reflect source code dependencies // enable li...
[ "theo@stillwater-sc.com" ]
theo@stillwater-sc.com
d5c41c43a62abde1c2d24b2f714a9991b15fdec7
d15c9735399e609b5ef15fb342100cf5d3045b38
/Day 18/main.cpp
18f85db57b4f6eb3715d41437d6563bb9fa42c67
[]
no_license
Wunkolo/AOC2020
60a927166fe5a2b201eec310a70b13eb9c934fda
f950dca77b7b7e603eed1d565566c07ea6725e2b
refs/heads/master
2023-02-07T11:55:30.223057
2020-12-29T17:27:13
2020-12-29T17:27:13
317,777,329
0
0
null
null
null
null
UTF-8
C++
false
false
1,867
cpp
#include <iostream> #include <cstdio> #include <vector> #include <numeric> #include <algorithm> #include <cctype> #include <stack> #include <queue> template< bool Part2 = false > std::uintmax_t Evaluate(const std::string& Expression) { std::stack<char> OperatorStack; std::stack<std::uintmax_t> OperandStack; const a...
[ "Wunkolo@gmail.com" ]
Wunkolo@gmail.com
c67368e3146bb1c3c3fa62a8881fca72f0304f76
ccd739c2ee26f7b31ff87eb6cd63d294f408fe07
/src/otus_homework/include/otus_homework/adapters/generated/movable_adapter.hpp
eab0bb1cb060aa7325a76cec83380441171f223c
[ "MIT" ]
permissive
winmord/otus_homework
da61c7141010c436042e61140ff9a903dc0767c0
161cb5b63679c249eb5a94c0d2f66aa2ad6af634
refs/heads/main
2023-07-14T21:26:41.984178
2021-09-08T19:07:28
2021-09-08T19:07:28
367,152,883
0
0
MIT
2021-09-08T19:07:30
2021-05-13T19:24:34
C++
UTF-8
C++
false
false
875
hpp
#pragma once #include <memory> #include "otus_homework/globals.hpp" #include "otus_homework/interfaces/i_uobject.hpp" #include "otus_homework/interfaces/i_movable.hpp" namespace tank_battle_server { class movable_adapter : public i_movable { public: explicit movable_adapter(std::shared_ptr<i_uobject> obj) : o...
[ "winmord@yandex.ru" ]
winmord@yandex.ru
0885db61fd0baad3d61da2747ec118e96803f1cb
873c2595f0207779ad09ea75bc391c590d71265f
/ui/cpp/mainwindow.h
e9c00ae82b57ae0a95eddd29710cb102554832cd
[]
no_license
mtboswell/mystuff
113009d2c80f2097791e13e9ee861d246e751e57
184c05c6cc2a24a6260bb24e6e84e31638e535f8
refs/heads/master
2020-04-19T02:57:48.203005
2017-02-17T23:44:19
2017-02-17T23:44:19
67,952,135
0
0
null
null
null
null
UTF-8
C++
false
false
347
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private slots: void on_addBackendButton_clicked(); private: Ui::MainWindow *ui; ...
[ "micah@boswellautomation.com" ]
micah@boswellautomation.com
28abe6781841afbbbc25261f6c737154ebba34ed
c56b86c0c098948a1aa7ca3b4a25c7be47af2f45
/Qt/my_programm/show_films/src/version.hpp
354deba3cc50f2ca8999a8d15808aae32639b008
[]
no_license
jianglin2045/mega_GIT
764e460282f1242be5530c8e20e498119f20f827
7224c3cf50bf029ff127a3e3db0bb3698af28aa4
refs/heads/master
2023-02-13T19:41:30.407632
2021-01-11T21:09:31
2021-01-11T21:09:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
188
hpp
#ifndef VERSION_HPP #define VERSION_HPP //----- #define VER_MAJOR 1 #define VER_MINOR 7 #define VER_PATCH 0 #define VER_BUILD 898 #define VER_STR "1.7.0.898" //----- #endif // VERSION_HPP
[ "tux4096@gmail.com" ]
tux4096@gmail.com
6d3742b6e8d54ff3ac1b7e10049326681bc1a2e0
006f035d65012b7c5af15d54716407a276a096a8
/dependencies/include/cgal/CGAL/GMP_arithmetic_kernel.h
af363e7b16a1b3c6bea23313577cb739d7ad956c
[]
no_license
rosecodym/space-boundary-tool
4ce5b67fd96ec9b66f45aca60e0e69f4f8936e93
300db4084cd19b092bdf2e8432da065daeaa7c55
refs/heads/master
2020-12-24T06:51:32.828579
2016-08-12T16:13:51
2016-08-12T16:13:51
65,566,229
7
0
null
null
null
null
UTF-8
C++
false
false
2,458
h
// Copyright (c) 2008 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation; either version 3 of the License...
[ "cmrose@lbl.gov" ]
cmrose@lbl.gov
eea022acaab5404bd7f7758553de57aae5d09845
2098c74a59133c985e10f57a901bc5839a6d1333
/Source/XrGameCS/alife_group_abstract.cpp
d4642a76a917be430ebb04fd1f8152a4dc677a9f
[]
no_license
ChuniMuni/XRayEngine
28672b4c5939e95c6dfb24c9514041dd25cfa306
cdb13c23552fd86409b6e4e2925ac78064ee8739
refs/heads/master
2023-04-02T01:04:01.134317
2021-04-10T07:44:41
2021-04-10T07:44:41
266,738,168
1
0
null
2021-04-10T07:44:41
2020-05-25T09:27:11
C++
UTF-8
C++
false
false
6,912
cpp
//////////////////////////////////////////////////////////////////////////// // Module : alife_group_abstract.cpp // Created : 27.10.2005 // Modified : 27.10.2005 // Author : Dmitriy Iassenev // Description : ALife group abstract class //////////////////////////////////////////////////////////////////////////// ...
[ "i-sobolevskiy@mail.ru" ]
i-sobolevskiy@mail.ru
9ab4bac6830ad6205e1c56f6d4b389ddb49b138d
9c35568f878d76820dd9e38b2d407311314fde8d
/telegram-bot-api/td/td/telegram/Photo.cpp
4c498bae030ad68428a158f32dfde5ed86f7ab17
[ "BSL-1.0", "JSON", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
rifaiirfan41/lisensi
3cefea88cb504b6cdfecf9df8c971d3e3296041e
1f82769982d015de0e52a3d80b282307a121be8e
refs/heads/master
2023-07-10T00:39:06.698567
2021-08-23T23:55:02
2021-08-23T23:55:02
382,179,802
0
0
null
null
null
null
UTF-8
C++
false
false
40,199
cpp
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021 // // 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) // #include "td/telegram/Photo.h" #include "td/telegram/secret_...
[ "rifaiirfan41@gmail.com" ]
rifaiirfan41@gmail.com
3c8d34d64ac4f972b61232a6bc532b27acc60800
0ad356af02fb923747dc81036c9df4f7c9f6f2d5
/e_encoder.cpp
8a24edef14ce3ff22840aee3b9ebe3a08ac7c0b0
[]
no_license
lvzhongze/steganography-1
d9cff0d0194d5ac693d859d34c2e4647de108bc5
9c27761f5225dca61476f4e634623ec2f1eaefe2
refs/heads/master
2020-04-24T23:43:00.413691
2015-02-16T23:50:49
2015-02-16T23:50:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,458
cpp
// General Information Hiding - encoder // Usage: program_name carrier message encoded // Description // This program uses user password seeded random number generator to hide // consequtive bits of user selected file within randomly chosen bytes of // noised 3-channel carrier image. // Author: Marcin Majkowski, m.p....
[ "pl.marcin.m@gmail.com" ]
pl.marcin.m@gmail.com
86eb0ae9ec5d6c31c6de7b038401cbcb0c4b91f9
4985aad8ecfceca8027709cf488bc2c601443385
/build/Android/Debug/app/src/main/include/Fuse.Elements.Element.h
050e380e4f65c54c745f7f274b579ec80a17474e
[]
no_license
pacol85/Test1
a9fd874711af67cb6b9559d9a4a0e10037944d89
c7bb59a1b961bfb40fe320ee44ca67e068f0a827
refs/heads/master
2021-01-25T11:39:32.441939
2017-06-12T21:48:37
2017-06-12T21:48:37
93,937,614
0
0
null
null
null
null
UTF-8
C++
false
false
25,377
h
// This file was generated based on '../../AppData/Local/Fusetools/Packages/Fuse.Elements/1.0.2/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Animations.IResize.h> #include <Fuse.Binding.h> #include <Fuse.Elements.Element-e8906a44.h> #include <Fuse.IActualPlaceme...
[ "newreality64@gmail.com" ]
newreality64@gmail.com
9e161693ab97bf2b103d8142296ddfa14776f753
1809b5bda803fbbf51dcbc4e2d464c762f3563c1
/sphere_grid/sphere_grid_prb.cpp
602071f331f0d525880072e2456bd1026a83d607
[]
no_license
tnakaicode/jburkardt
42c5ef74ab88d17afbd188e4ff2b4ecb8a30bb25
74eebcbda61423178b96cfdec5d8bb30d6494a33
refs/heads/master
2020-12-24T02:23:01.855912
2020-02-05T02:10:32
2020-02-05T02:10:32
237,349,784
0
0
null
null
null
null
UTF-8
C++
false
false
15,754
cpp
# include <cstdlib> # include <iostream> # include <fstream> # include <iomanip> # include <cmath> using namespace std; # include "sphere_grid.hpp" int main ( ); void test01 ( ); void test02 ( ); void test03 ( ); void test04 ( ); void test05 ( ); void test06 ( ); void test07 ( ); void test08 ( ); void test09 ( ); v...
[ "stesinigardi@hotmail.com" ]
stesinigardi@hotmail.com
fd677f1c4f21ec28282bd458c3e00327ac35b45d
c7af0753636f8be5b4da74d22d6619ca5d96070b
/Allocator.h
2bf48dd776e892e1bf915fbee2ab11e95367cc66
[]
no_license
cescjiang/Mempool
12712a3ec0e462f879268d808ca5cbafbbd4dfa6
16ec4adbe124b113eca6f652bd3f1300ba7b013b
refs/heads/master
2021-01-16T18:40:29.365001
2013-04-23T17:54:10
2013-04-23T17:54:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,731
h
#include <cstddef> #include <new> #include "Mempool.h" template<typename T> class Allocator { public: typedef T value_type; typedef T* pointer; typedef const T* const_pointer; typedef T& reference; typedef const T& const_reference; typedef size_t size_type; typede...
[ "gin.yjiang@gmail.com" ]
gin.yjiang@gmail.com
dcfa231fcfa922806cf54b4dd9a8f21504f10c53
98b94eae33267a88fc0b743126f750af37c95e39
/Data-Storage/ofstream-writing-data-to-a-file.cpp
e53a380cd5c09e3161108ec549567129bb3e4602
[ "MIT" ]
permissive
ahuertaalberca/C-Plus-Plus
003c75b7e70cc7eb326236706eaef2b04718497c
bbff921460ac4267af48558f040c7d82ccf42d5e
refs/heads/master
2023-06-02T17:29:25.141650
2021-06-13T23:31:18
2021-06-13T23:31:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
634
cpp
//********************************************* //This program writes data to a file. // // By: JESUS HILARIO HERNANDEZ // Last modified: October 8, 2016 //********************************************* #include <iostream> #include <fstream> using namespace std; int main() { ofstream outputFile; outputFile.open("de...
[ "jesushilariohernandez@gmail.com" ]
jesushilariohernandez@gmail.com
ccb9ec74e7154d601a0c04ad10093db02529921d
a20b2638065bc0e12f79a830035e3a6824cc01a3
/src/options.hpp
19e2766f35e7672f301f776617d06a6751233201
[]
no_license
AdamLenda/tome2
cc0b0af3a1c05896af8a8046fbebe1d3a573f61b
fd66550506705513d473967a5f72de21ca118eb7
refs/heads/master
2020-05-22T20:29:27.169251
2019-02-07T16:41:35
2019-02-13T09:18:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,541
hpp
#pragma once #include "h-basic.h" #include "option_type.hpp" #include <vector> /** * Game options accessible via the '=' menu. */ struct options { // // Option Set 1 -- User Interface // bool rogue_like_commands = false; /* Rogue-like commands */ bool quick_messages = true; /* Activate quic...
[ "bardur@scientician.net" ]
bardur@scientician.net
74c8986809acd39a2042682ddab6b232db72346d
057eff64adf244988b77b3b68aeeae98f78554cd
/lib/touchgfx/framework/source/touchgfx/widgets/canvas/AbstractPainterRGBA2222.cpp
089d3f5be6b03cd281be64f7c81e4e47e74684a6
[]
no_license
tBeslan/F746_disco_mbed_tgfx
b9c79b87dc79c0772c6969ec902f69af33311a8c
8c6bf13f26b0c90f6f96437d1b5ba0c0d824fc37
refs/heads/master
2022-12-15T21:44:05.185681
2020-09-04T07:58:06
2020-09-04T07:58:06
292,780,121
1
0
null
null
null
null
UTF-8
C++
false
false
2,661
cpp
/** ****************************************************************************** * This file is part of the TouchGFX 4.14.0 distribution. * * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under Ultimate...
[ "tbeslan@gmail.com" ]
tbeslan@gmail.com
8959e3407427face7cb765ccdeaf710e3f1470fa
88378ba2d674539b7184d06d09dd6ac1f5120c73
/src/qt/macos_appnap.h
18d709660317a5a1c9cedc1c1d76d4476e810ea6
[ "MIT" ]
permissive
aurarad/Auroracoin
c1868ee0f89986fe18583ff9ea3b97da99bbd851
68551e406426dbea315139e58ac683ea69621365
refs/heads/master
2023-07-07T02:00:32.639831
2023-07-03T07:41:57
2023-07-03T07:41:57
54,232,156
36
34
MIT
2023-06-06T08:24:51
2016-03-18T21:20:48
C++
UTF-8
C++
false
false
605
h
// Copyright (c) 2011-2018 The Bitcoin Core developers // Copyright (c) 2014-2020 The Auroracoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef AURORACOIN_QT_MACOS_APPNAP_H #define AURORACOIN_QT_MACOS_APPNAP_...
[ "myckel@sdf.org" ]
myckel@sdf.org
b0165a10e90ac6b7c906adf721d736f625815cdf
46b00b71d5fa7fc6f7b5d8e4e3a1ac6123406fa8
/src/objects/sound/AudioExporter.h
ae1132c7e69e78b6ddbeb10b31ed5028e778bef0
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SoftwareWorks/ofxVisualProgramming-visual-programming-node-editor
7a42ce4556baa17c7866c527f7d8c4a13691d9a0
e47840fdedd9245c07c552af17ccb3a8e6e33b5d
refs/heads/master
2020-09-16T05:25:59.044749
2019-11-23T09:59:17
2019-11-23T09:59:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,955
h
/*============================================================================== ofxVisualProgramming: A visual programming patching environment for OF Copyright (c) 2019 Emanuele Mazza aka n3m3da <emanuelemazza@d3cod3.org> ofxVisualProgramming is distributed under the MIT License. This gives everyon...
[ "n3m3da@d3cod3.org" ]
n3m3da@d3cod3.org
5b81bf28ec9e37d047dd3f378390bdcf90c6b1c6
aca4f00c884e1d0e6b2978512e4e08e52eebd6e9
/2014/zoj/ZPC14/proD.cpp
b021b0c3489bd46d2a3daa196114fa8bbed5f824
[]
no_license
jki14/competitive-programming
2d28f1ac8c7de62e5e82105ae1eac2b62434e2a4
ba80bee7827521520eb16a2d151fc0c3ca1f7454
refs/heads/master
2023-08-07T19:07:22.894480
2023-07-30T12:18:36
2023-07-30T12:18:36
166,743,930
2
0
null
2021-09-04T09:25:40
2019-01-21T03:40:47
C++
UTF-8
C++
false
false
7,813
cpp
#include<iostream> #include<sstream> #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #include<ctime> #include<climits> #include<algorithm> #include<vector> #include<string> #include<queue> #include<list> #include<bitset> #include<set> #include<map> #include<functional> #include<numeric> #include<ut...
[ "jki14wz@gmail.com" ]
jki14wz@gmail.com
a19736bcdddf18f5637db2387ce1f480afed8f93
b04ad40334b32c948bedc863668ce2a27bbe3219
/ncnn_project/crnn/main.cpp
abeef84a5b14f350aacea1a4e0ba95eda4a5d5c3
[]
no_license
sunhailin-Leo/chineseocr_lite
b82e91bcc45883329a56156a5a5dd7ae9eafc593
9abac5e0a4dd4f6863afd93d7fc4548ecd499e4d
refs/heads/master
2021-03-14T09:33:23.369732
2020-03-12T07:55:10
2020-03-12T07:55:10
246,756,131
3
0
null
2020-03-12T06:02:44
2020-03-12T06:02:43
null
UTF-8
C++
false
false
21,920
cpp
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
[ "760997646@qq.com" ]
760997646@qq.com
66250d19bd11ec692159aaaf62db750c5e838862
c8a400693eb6cf8d996c78327ecd8998056d4f8f
/src/qt/editaddressdialog.cpp
4ebfb031ca65ec82082131596c5fca489d371ce5
[ "MIT" ]
permissive
fitcoins/fitcoin
444cf98fd2d001ca38990e9cb376813b648ea03b
c80d139ba8369c762e5ee6d7f605208004f3e1dd
refs/heads/master
2016-09-06T21:49:43.889716
2014-05-13T01:53:12
2014-05-13T01:53:12
19,722,088
1
0
null
null
null
null
UTF-8
C++
false
false
3,731
cpp
#include "editaddressdialog.h" #include "ui_editaddressdialog.h" #include "addresstablemodel.h" #include "guiutil.h" #include <QDataWidgetMapper> #include <QMessageBox> EditAddressDialog::EditAddressDialog(Mode mode, QWidget *parent) : QDialog(parent), ui(new Ui::EditAddressDialog), mapper(0), mode(mode), mo...
[ "ubuntu@fitcoins.net" ]
ubuntu@fitcoins.net
931bca2a749227adae506a25b948b2208265f6cb
4b2da0b07ec5452fa914ce2b77411e039343be67
/src/rpc/protocol.cpp
87d42510bc5338fccb6e3cdee5c96025642a990b
[ "MIT" ]
permissive
zoowcash/zoowcash
5cbc19f9edfbf6007d44ce2c06e757fc4c3ccf92
d38dccfc7672be33bec3f865a69675ff7eeaae94
refs/heads/master
2020-05-22T05:05:05.886886
2019-05-12T08:21:25
2019-05-12T08:21:25
186,229,183
0
0
null
null
null
null
UTF-8
C++
false
false
4,779
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2017 The Bitcoin Core developers // Copyright (c) 2019 The zoowcash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <rpc/protocol.h> #include...
[ "47944643+zoowcoin@users.noreply.github.com" ]
47944643+zoowcoin@users.noreply.github.com
d7a60f11891c7693585bcadd033035b8e9e6f93d
2aa3de53b2644d34dc0576b3b82efee6555851eb
/src/Client/Backend/Event.h
3ce3f1cd7360802acb0c4d9bc0160f89a823c827
[ "MIT" ]
permissive
cuckydev/CuckyVoxel
1c07207f82e8d25bf796d49cdf5070717411c7c6
a0ecc6c2ad6480b597c6c69fef08991ac1aa9b80
refs/heads/master
2023-01-21T00:33:00.169359
2020-11-21T01:29:22
2020-11-21T01:29:22
308,209,794
1
0
null
2020-11-07T19:53:46
2020-10-29T03:42:53
C++
UTF-8
C++
false
false
7,962
h
#pragma once #include <Common/Util/Error.h> #include <deque> namespace Backend { namespace Event { //Event config struct Config { }; //Input enums enum InputCode { InputCode_Unknown, //Letters InputCode_A, InputCode_B, InputCode_C, InputCode_D, InputCode_E, InputCode_...
[ "44537737+cuckydev@users.noreply.github.com" ]
44537737+cuckydev@users.noreply.github.com
d4a3d8f39acf93e789b5689e9d70b08d7416705d
8a7a25910d2fa361ebe859de64d80c408a685c83
/app/src/main/cpp/GGUIWindowComboBox.h
93ae2641fc531d1cec74dcfab950ffd34f5a73e9
[]
no_license
1159658610/AndroidNDKDemo2
5adbaad451833bf827789691ff3dc48c0e89ab75
cf4c3fa99af3063918ca11b83cc827524110a707
refs/heads/master
2020-08-01T16:32:02.645710
2017-10-26T02:22:22
2017-10-26T02:22:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
502
h
//------------------------------------------------------------ #ifndef _GGUIWindowComboBox_h_ #define _GGUIWindowComboBox_h_ //------------------------------------------------------------ #include "GGUIWindowContainer.h" //------------------------------------------------------------ class GGUIWindowComboBox : public GG...
[ "oil@tghgame.com" ]
oil@tghgame.com
732bf00b464f19eb775470643217358761c2bffd
891e72b83a1d641d43fb5a0a91f3415892337179
/src/oatpp/core/utils/Random.cpp
f98fb91ad2610b0dd1a9006c766b5a67083906a1
[ "Apache-2.0" ]
permissive
LonghronShen/oatpp
118bee723e7bfdf98baec0eb588ab79ed7da0f15
a73de3402fb5ef12bcb7cf85022cb8d05e595bcb
refs/heads/master
2023-03-15T12:19:00.940927
2023-03-09T09:04:39
2023-03-09T09:04:39
219,932,436
0
0
Apache-2.0
2019-11-06T07:01:23
2019-11-06T07:01:22
null
UTF-8
C++
false
false
1,689
cpp
/*************************************************************************** * * Project _____ __ ____ _ _ * ( _ ) /__\ (_ _)_| |_ _| |_ * )(_)( /(__)\ )( (_ _)(_ _) * (_____)(__)(__)(__) |_| |_| * * * Copyright 2018-present, Leoni...
[ "lganzzzo@gmail.com" ]
lganzzzo@gmail.com
b1aca62bad7e08217eb5109cd1f7532b467652f5
e01565612b579d3695bc964f2b4893a8aa83d274
/BallGame/Ball.cpp
0b0bd7cfe2248829b9f511eb38ddb66bba16fd52
[ "MIT" ]
permissive
sbond75/VectorFieldSim
837521edbc4e0cd2ea15ae95b96f8317f42beeea
962be09b8a944f7579a86ca13beb6ba09108bb20
refs/heads/master
2020-09-19T10:39:20.552420
2019-10-25T04:44:25
2019-10-25T04:44:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
344
cpp
#include "Ball.h" Ball::Ball(float radius, float mass, const glm::vec2& pos, const glm::vec2& vel, unsigned int textureId, const Bengine::ColorRGBA8& color) { this->radius = radius; this->mass = mass; this->position = pos; this->velocity = vel; this->textureId = textureId; ...
[ "brb555@utk.edu" ]
brb555@utk.edu
38d2fa0c891158bb450f43033bf2cec8b7b7aa44
0c4ead6473630dad7ebbda60a20af8f0dce8d65d
/main.cpp
3301e28d77037b1b59c7e622d943fcfe887ecab3
[]
no_license
kooscode/flir-recorder
4ec9716635aa6b08036f044b049ffdda21d31ab3
8c1c880c2356ce0cd081ad87a449605fabcd3f9a
refs/heads/master
2020-04-27T04:08:16.850045
2019-03-06T01:03:06
2019-03-06T01:03:06
174,044,729
1
0
null
null
null
null
UTF-8
C++
false
false
5,682
cpp
#include <iostream> #include <sstream> #include "Spinnaker.h" #include "SpinGenApi/SpinnakerGenApi.h" #include "SpinVideo.h" //opencv #include "opencv2/opencv.hpp" using namespace Spinnaker; using namespace Spinnaker::GenApi; using namespace Spinnaker::GenICam; using namespace Spinnaker::Video; using namespace std; ...
[ "koos.dupreez@terraclear.com" ]
koos.dupreez@terraclear.com
ccc4dbe0def61e9fec21fd487a18d32484b1849d
f182b0625e114c138ba33a20cd270895132cd7eb
/FlappyBird/SoundManager.h
4dd593ad5cc01cb1142f28acaa9024578fe2396d
[]
no_license
lxysl/FlappyBird
6b7cf3bb3e72cb83ed73931f68d818a6131e2fea
2a03c16ea53fbb9ebad7ccd1d56c02dce0302276
refs/heads/master
2023-06-09T16:05:35.842631
2021-06-26T17:50:04
2021-06-26T17:50:04
null
0
0
null
null
null
null
GB18030
C++
false
false
2,772
h
#ifndef SOUNDMANAGER_H #define SOUNDMANAGER_H #include <memory> #include <vector> #include <iostream> #include "freealut\alut.h" #include "OpenAL\al.h" #include "OpenAL\alc.h" // 音频管理类 class SoundManager { public: class SoundException {}; static bool setUp(int argc, char *argv[]) { if (isSetUp) return false; ...
[ "764139720@qq.com" ]
764139720@qq.com
8b80a5bd8abbd8282a9c4327014a27d560a2818e
00340ef958689a9be50c6a6c726cbfa344eb15f0
/View/cscene_frm.cpp
84eba58896a65be7d3f03de9768626c2b96c212b
[]
no_license
ikutoo/yggdrasil
b7d79d96922db5a9c94fc782f471f410444769c5
4d5e1ef0caec1e13425c097d98e11d87774e985b
refs/heads/master
2021-01-17T23:02:00.955443
2017-03-07T14:45:43
2017-03-07T14:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,824
cpp
/************************************************************************** File: cscene_frm.cpp Author: Song Xiaofeng Date: 2016-05-04 Description: **************************************************************************/ #include "cscene_frm.h" #include <QtWidgets/QGraphicsPixmapItem> #include...
[ "1007833641@qq.com" ]
1007833641@qq.com
cd7d3a5c942cb3c25fedde5eda09bc42bfb89c1a
99b04a3a77e4bb42e7386d0229bce69b7226f455
/file_io.cpp
a2c7ae5a299d07884573b362079337a966d242c9
[]
no_license
jcamsfo/Mission_Plaza_Rev2
66aafe61d7a5a057e4db71e162ba8f72e9611663
d30f09de1cdd205d62574f80eca16314c2a2bc75
refs/heads/master
2023-01-13T12:39:51.404247
2020-11-14T21:52:28
2020-11-14T21:52:28
287,804,458
0
0
null
null
null
null
UTF-8
C++
false
false
15,790
cpp
#include <iostream> #include <cstdio> #include <fstream> #include <sstream> #include "ftd2xx.h" #include <thread> #include <string> #include <string.h> #include "defines_MPZ.h" #include "file_io.h" using namespace std; int Read_Sample_Point_Location_Array_SS(std::string FileName, int SP[SAMPLE_ROWS][SAMPLE_C...
[ "jc@jimcampbell.tv" ]
jc@jimcampbell.tv
d737e1749e78f4faa1b2cc2057a0b604fe2e885e
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/enduser/netmeeting/nmrk/proppg.h
6b2ffd315afef07b4f0beb62f8c01d69ba83fd9a
[]
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,555
h
//////////////////////////////////////////////////////////////////////////////////////////////////// // CPropertySheetPage is a small wrapper around the PROPSHEETPAGE structure. // The class mostly does parameter validation. // // This is an example of how it can be used... // // // CPropertySheetPage MyPropertyShe...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
777df6a0ee9e52a0003e79483024dd57a3f532d0
720f9f7c3732c7b48d8bff2a41e57dd6b6f7d5eb
/searchInABinarySearchTree/searchBST.cpp
3ebb7703adc475e5cea0890ee95d8187cc35698a
[]
no_license
WindZQ/LintCode
99364e6861dd1c20412831b8fffff9f5c385b3fc
ec4c69ce90ec705d331a71362d44a29a04cd8204
refs/heads/master
2023-05-01T09:03:12.792290
2023-04-16T04:19:35
2023-04-16T04:19:35
202,881,696
1
0
null
null
null
null
UTF-8
C++
false
false
737
cpp
#define method1 1 #define method2 0 class TreeNode { public: int val; TreeNode *left, *right; TreeNode(int val) { this->val = val; this->left = this->right = NULL; } }; class Solution { public: #if method1 TreeNode *searchBST(TreeNode *root, int val) { if (root == n...
[ "1049498972@qq.com" ]
1049498972@qq.com
6b4e0c3f714ca3ab17bd5c9184fc9917b7facd23
b51e9b3d5526c577095829a60e2c25bc7a826206
/codeforce/contest_990/A.cpp
1a20211f53d7e6f280480b072ad7499d17acdda1
[]
no_license
kimsj0302/algorithm_study
167e9fd0c6bf08fd22a662375277c49f8ac31c3e
5d6221f0bc3264c335f959ce64356748936af947
refs/heads/master
2021-07-04T08:40:43.932944
2020-07-30T06:43:35
2020-07-30T06:43:35
129,777,387
2
0
null
null
null
null
UTF-8
C++
false
false
431
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; int main() { int n, m; scanf("%d %d", &n, &m); vector<int> arr; for (int i = 0; i < n; i++) { int tmp; scanf("%d", &tmp); arr.push_back(tmp); } int count = 0; for (int i = 0; i<n && arr[i] <= m; i++) { count++; } reverse(arr....
[ "kimsj0302@postech.ac.kr" ]
kimsj0302@postech.ac.kr
dae93f98b19727ad1d7b3a1267fcdb9c25493211
d223f5f893c4173256eb8b94336f02ad2757459d
/HackerRank/30_Days_of_Code/Day_3_Conditional_statements.cpp
0c6f9c09c4a8d4386f394b0898ecdbcb18ec46cb
[ "MIT" ]
permissive
tanvipenumudy/Competitive-Programming-Solutions
679c3f426bf0405447da373e27a2d956c6511989
9619181d79b7a861bbc80eff8a796866880b95e0
refs/heads/master
2023-02-26T14:20:41.213055
2021-01-29T07:09:02
2021-01-29T07:09:02
325,483,258
0
0
MIT
2021-01-29T07:09:03
2020-12-30T07:20:35
null
UTF-8
C++
false
false
221
cpp
#include <iostream> using namespace std; int main(){ int N; cin >> N; if(N%2 != 0 || (N%2 == 0) && N >= 6 && N <= 20){ cout << "Weird" << endl; }else cout << "Not Weird" << endl; return 0; }
[ "kumari.sneha98@gmail.com" ]
kumari.sneha98@gmail.com
0af5f52af9d63186caf382e11d3a8a11e0d1f439
41743c4b7962f2c953c16d24c7323d06ebc025f9
/221-Maximal-Square/solution.cpp
58cf66ad3e44dc4b1318f56a4c67eb4c04d550d1
[]
no_license
yqliving/Practice
e3bd4d28d8e1e9dabd0ca413dee7d96db136fd22
34669d62b079949a329d9869dc6a8b6db791283a
refs/heads/master
2021-06-04T21:04:57.977020
2016-09-05T19:18:41
2016-09-05T19:18:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,197
cpp
//dynamic programing. 以当前点(x,y) = '1' 为右下角的最大正方形的边长f(x,y) = min( f(x-1,y), f(x,y-1), f(x-1,y-1)) + 1. 递推公式已建立, dp就自然而然了. class Solution { public: int maximalSquare(vector<vector<char>>& matrix) { if (matrix.empty()) return 0; int row = matrix.size(); int col = matrix[0].size(); ...
[ "yqliving@gmail.com" ]
yqliving@gmail.com
3b56a3f3416cab3f011a11b4b13066b397932533
891f4b08ae193d6d824c60ade4011614c2e1e69d
/practices/cpp/level1/p11_Fighters/MenuState.h
7ccf1746446682a9eb29e7f44f2389b67ae5fb6a
[]
no_license
Medill-East/CCpp2017
807d5bf3a2fa742c0b98de1f643fa8cd9611e900
de191ff7dcd4f389d975713897b60b1166dd36ac
refs/heads/master
2021-01-20T15:27:22.039719
2017-06-19T11:03:42
2017-06-19T11:03:42
82,816,855
0
0
null
2017-02-22T14:57:01
2017-02-22T14:57:01
null
UTF-8
C++
false
false
417
h
#include "State.h" #include "Container.h" #include <SFML\Graphics\Sprite.hpp> #include <SFML\Graphics\Text.hpp> class MenuState : public State { public: MenuState(StateStack& stack, Context context); virtual void draw(); virtual bool update(sf::Time dt); virtual bool handleEvent(const sf::Even...
[ "NEMailLHD@163.com" ]
NEMailLHD@163.com
3fb0e82d1eae1e037888dc0d8773c11145eee58f
917b3bbb89f497b8b53408e4058a600e13108b0a
/A2/sort.h
21b092562d367ad0b273a3f207c213f890f6d8dd
[]
no_license
qinqi-wang/csce-221
1510c551b0976537b8c9fdacc4d3725d9a7d9a8e
ab4ab062205521ac9bb30fe2b019d6e73d07869f
refs/heads/master
2021-01-10T04:48:10.285926
2016-03-26T21:50:03
2016-03-26T21:50:03
54,510,770
0
0
null
null
null
null
UTF-8
C++
false
false
1,405
h
//============================================================================ // Name : sort.h // Author : // Date : // Copyright : // Description : Sort interface and various sorting algorithms in C++ //============================================================================ #ifndef SORT_H...
[ "qinqi402@gmail.com" ]
qinqi402@gmail.com
41e1a9c620faba205af3a3f0378f5cd954b38639
44c694feba8825b84584cadda3b645330e73d739
/PluginDshow/include/DirectShowUtil.h
8c7abd0a069fd76c96a11dfcf2586bf3f3aa20f0
[]
no_license
mcntech/OnyxVirtualStudio
415dd5c5a9e6631cb3ed4ec4c6d400c1a5d9e4ca
6d707d491e9dca507824ed356363dbb232fb934a
refs/heads/master
2022-12-14T16:51:14.553598
2020-08-29T22:46:49
2020-08-29T22:46:49
291,202,729
0
0
null
null
null
null
UTF-8
C++
false
false
4,914
h
#ifndef __DirectShowUtil__ #define __DirectShowUtil__ #include <DShow.h> #include <Ogre.h> #include <OgreVector2.h> #include <initguid.h> #include <DsUtil.h> DEFINE_GUID(CLSID_SampleGrabber, 0xc1f400a0, 0x3f08,0x11d3, 0x9f, 0x0b, 0x00, 0x60, 0x08, 0x03, 0x9e, 0x37); DEFINE_GUID(IID_ISampleGrabber, 0x6B6...
[ "rampenke@gmail.com" ]
rampenke@gmail.com
358a6827b844fa5326fc7c3d696518f06ab1592c
7425b73c5c4301b73efee73a2a97c478e3d9c94f
/src/sleipnir/src/hmmi.h
f51b7cc682624a36a2bfb30222d83879ca84579a
[ "CC-BY-3.0" ]
permissive
mehdiAT/diseasequest-docker
318202ced87e5e5ed1bd609fe268ebc530c65e96
31943d2fafa8516b866fa13ff3d0d79989aef361
refs/heads/master
2020-05-15T01:21:21.530861
2018-04-16T22:42:34
2018-04-16T22:42:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,345
h
/***************************************************************************** * This file is provided under the Creative Commons Attribution 3.0 license. * * You are free to share, copy, distribute, transmit, or adapt this work * PROVIDED THAT you attribute the work to the authors listed below. * For more informa...
[ "vicyao@gmail.com" ]
vicyao@gmail.com
e1ef7d13658f6fe0a8f68220934c3d93e9f0ba10
1b68b820f7f1a2f2c6f127c72d5ebbebc340875c
/rotor.cpp
7ba01d1c3c4a62aab4670659666a7307e9b8a729
[]
no_license
elleggert/enigma_oop
83ff2e4c0c6052ca80477d23177cb4c30ff384f5
b92f7dfa06ab60a9313688c4fd231e0ddefa4d02
refs/heads/master
2023-03-28T16:50:10.802567
2021-03-28T12:38:08
2021-03-28T12:38:08
352,323,159
0
0
null
null
null
null
UTF-8
C++
false
false
2,183
cpp
#include "rotor.h" #include "errors.h" using namespace std; Rotor::Rotor(string const& call_string){ int count = 0; string rot_digit_string; ifstream is_rotor; is_rotor.open(call_string, ios::in); if (!is_rotor) exit_code = ERROR_OPENING_CONFIGURATION_FILE; //FILLING THE ROTOR is_rotor >> rot_...
[ "edgareggert@MacBook-Pro.fritz.box" ]
edgareggert@MacBook-Pro.fritz.box
4c2e7262557aaad3293ba0593ee001128a31bf21
48e316e88aefc59a3591d91852ee0441c6888bbd
/wssa_lab2_2/wssa_lab2_2.ino
5fbe9332852cc7a9fd5af049302ba5803f377651
[]
no_license
marklangster/wssa_lab_2
4b15e2f220a315a3a3fda8c6932054c14ccce2e8
372cbdc076160690474458c2215cd98b3a076f76
refs/heads/master
2020-07-31T04:35:37.295370
2019-10-01T02:55:57
2019-10-01T02:55:57
210,486,738
0
0
null
2019-09-28T21:05:43
2019-09-24T01:41:48
C++
UTF-8
C++
false
false
5,139
ino
#include <FreeRTOS_ARM.h> #define BLUE 8 #define GREEN 7 #define RED 6 String strBlink = "red\n"; int pin = RED; /* Midi Parser Callback functions */ //typedef struct notes{ // uint8_t note; // uint8_t velocity; // uint8_t status; //}notes; // // // uint32_t _bpm = 120; //defaul...
[ "ajravi@cmu.edu" ]
ajravi@cmu.edu
52413ab223b56869afcc324234c6b3a461977a4b
a6bf1b33cd201ec3f153cfbece69cd4216bdebcd
/Chapter09/Mesh.h
678b598e8d0a1888bd9061036b87fc14a30961c4
[]
no_license
lehmamic/gameprogcpp
2fe9ac91b4e73e4aeb4002415d300a02c121aa80
46e34a0dcdb426a71ee3088a0535837b6479dbb9
refs/heads/master
2023-02-25T17:54:17.558290
2021-02-02T19:16:05
2021-02-02T19:16:05
328,257,940
0
1
null
null
null
null
UTF-8
C++
false
false
1,293
h
// // Mesh.hpp // Game-mac // // Created by Michael Lehmann on 14.01.21. // Copyright © 2021 Sanjay Madhav. All rights reserved. // #ifndef Mesh_hpp #define Mesh_hpp #include <vector> #include <string> class Mesh { public: Mesh(); ~Mesh(); // Load/unload mesh bool Load(const std::string& fil...
[ "michael.lehmann1@swisscom.com" ]
michael.lehmann1@swisscom.com
56f0e825afe18fb81212766aecfe5c2894967040
408b6800407e111ebd0aa63bb8e77ca7838ccc67
/HashEx/Bloque.h
69f3f8b325c3e1c79f4796be76cda865733c074a
[]
no_license
AlexR1712/tpdatos-cyberchamuyo
1b6b7ce0e509e642320745e896804207f4fc7264
975179bba5898eb4fc924c2c89ae8f5d00b18db7
refs/heads/master
2021-01-13T00:49:03.752634
2012-12-09T04:07:17
2012-12-09T04:07:17
47,661,545
0
0
null
null
null
null
UTF-8
C++
false
false
1,909
h
/* * File: Bloque.h * * */ #ifndef BLOQUE_H #define BLOQUE_H #include "RegistroVariable.h" #include "BloqueCtes.h" #include <list> #include <stdexcept> using std::runtime_error; typedef std::list <RegistroVariable*> listaReg; typedef std::list <RegistroVariable*>::iterator itListaReg; // BLOQUE: Clase que re...
[ "transparencia.tornasolada@gmail.com" ]
transparencia.tornasolada@gmail.com
51d147b835b1aa4e77263e18260c46b7e856545a
1771a4f5365581f36a074b4ff3ad7533da69c165
/PistonOptix/inc/LightParameters.h
4719daefe8264fdc00b6e9cce5544a39c98ce905
[]
no_license
surajsubudhi10/PistonOptix
19f11c31858321453ac9fecdd90a72c705edeee4
d0af842ba7f2f236f3e0b5988a99784ed4b76ae1
refs/heads/master
2020-05-23T04:25:16.726058
2019-06-08T07:01:05
2019-06-08T07:01:05
186,630,201
0
0
null
null
null
null
UTF-8
C++
false
false
788
h
#pragma once #ifndef LIGHT_PARAMETERS_H #define LIGHT_PARAMETERS_H #include "PistonOptix\shaders\shader_common.h" #include "PistonOptix\shaders\rt_function.h" namespace POptix { enum ELightType { SPHERE, QUAD, DIRECTIONAL, NUM_OF_LIGHT_TYPE }; struct Light { optix::float3 position; optix::float3 n...
[ "surajsubudhi10@gmail.com" ]
surajsubudhi10@gmail.com
a07068e59c0c80eea0f8d831662cf546f433ef3f
0bc8816d6cd37f489a30329634ea50228489eeac
/operatorParent.cpp
5781199f3062c563fa1b59ee22bffa69f3aacf61
[]
no_license
gspeiliu/AnnotatedSTLSrc
93e5ff73e5bd9d8f9bfb5789b1e4ba3c95c601a7
85469a41dd2e26a93d3aa6aa437fe1a50c6f3fd1
refs/heads/master
2021-01-10T10:54:51.770472
2016-03-23T12:37:55
2016-03-23T12:37:55
54,553,086
0
0
null
null
null
null
UTF-8
C++
false
false
506
cpp
#include <iostream> using namespace std; template <typename T> struct Plus { T operator() (const T& x, const T& y) const { return x + y; } }; template <class T> struct Minus { T operator() (const T& x, const T& y) const { return x - y; } }; int main() { Plus<int> plusObj; Minus<int> minusObj; std::cout ...
[ "liupeifox@gmail.com" ]
liupeifox@gmail.com
9ce0bcd103931ac3f156c631b17b78c4c33ef2bc
7553bd56c098f4e8ba5843a5523e9dc98bb18e27
/src/ReactionTimer/ReactionTimer.ino
a70304c33fdc60f6011e58c47056d6b22e80b519
[]
no_license
DerbyGrammar/ReactionTimer
2e274b53d7b37a928e23ddfc23139a0621890004
62305bd8d6231973e3d56466606f7d9985f222ac
refs/heads/master
2020-04-16T23:51:50.092533
2016-09-28T06:31:46
2016-09-28T06:31:46
51,642,052
1
0
null
2016-03-29T19:19:43
2016-02-13T10:48:05
Arduino
UTF-8
C++
false
false
4,961
ino
/* Chris Nethercott Reaction Timer */ #include <Wire.h> // Wire library for communicating with the I2C devices. #include <LiquidCrystal_I2C.h> // LCD library for outputing text to the I2C LCD LiquidCrystal_I2C lcd(0x27, 16, 2); // Sets the address for the LCD I2C const int switchPin = 8; // Switch Pin const int ...
[ "c.nethercott@icloud.com" ]
c.nethercott@icloud.com
ad04e82d5ab3f9e59702a56d128b9ee302a5949a
3ca8c05f1271506c881c4b24915508883d7b0eee
/Source/BaseBlank/Powers/Configurations/PowersListConfigurationAsset.cpp
490799eb53918c19d043c7cbefae410f2a38e760
[]
no_license
AlessandroOsima/JDPro
4fd40cf4a0589b8db9162d897461870865fae6a1
3de1b0dd0e9e248c2e65b95a6e63f80bc84a761f
refs/heads/master
2021-03-27T14:57:17.762412
2015-01-05T13:48:52
2015-01-05T13:48:52
26,095,929
0
0
null
null
null
null
UTF-8
C++
false
false
79
cpp
#include "BaseBlank.h" #include "PowersListConfigurationAsset.h"
[ "alex_osima@yahoo.it" ]
alex_osima@yahoo.it
e7e5ce30324bb18cac2b11ff1eed2549744ce262
24a237096fcffd9b93d0cda3cb4c8e12de7ea840
/interrupts.ino
f1601bae1b0e22e24c3238c236ac824c0cbede9f
[]
no_license
Larspiproj/Arduino_Sketches
b284fd6f89271eca5db07d30586db215dafcc616
2b0d9b90039ecbe228d7e0112ede4e57e833dca8
refs/heads/main
2023-01-20T20:02:05.809376
2020-12-04T15:39:48
2020-12-04T15:39:48
305,786,992
0
0
null
null
null
null
UTF-8
C++
false
false
248
ino
const byte interruptPin = 2; void setup() { pinMode(interruptPin, INPUT_PULLDOWN); attachInterrupt(digitalPinToInterrupt(interruptPin), print, RISING); Serial.begin(57600); } void print() { Serial.println("RISING"); } void loop() { }
[ "lars.gustavsson@live.com" ]
lars.gustavsson@live.com
0ff0d06c2b7e71e1b2565dc089517486c53f8917
ead4ce1743f186f31c1c83264dd483fc1ad10c4d
/arduino/source/mylib/Button/Button.cpp
f7a610cb67378d28d52ac70a70d9c8d029295ce6
[]
no_license
suhliebe/TIL
aab9ab41b50cd1d0ae056f3a8e23cfd4483cd2d7
60946889f5e6d1dca7662a276027a728ddbac418
refs/heads/master
2023-06-26T23:17:55.579342
2021-04-02T07:12:37
2021-04-02T07:12:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
597
cpp
#include "button.h" Button::Button(int pin) : pin(pin){ pinMode(pin, INPUT_PULLUP); state_previous = true; callback = NULL; } void Button::setCallback(button_callback_t callback){ this -> callback = callback; } int Button::read(){ return !digitalRead(pin); } int Button::check() { state_curre...
[ "suhliebe@gmail.com" ]
suhliebe@gmail.com
b4c731147be63fa91166d401f2aba46a303413ca
eedd904304046caceb3e982dec1d829c529da653
/OLD/ncurses_test2.cpp
f31d53966993c9e19776bb916e7e810fe998b0d5
[]
no_license
PaulFSherwood/cplusplus
b550a9a573e9bca5b828b10849663e40fd614ff0
999c4d18d2dd4d0dd855e1547d2d2ad5eddc6938
refs/heads/master
2023-06-07T09:00:20.421362
2023-05-21T03:36:50
2023-05-21T03:36:50
12,607,904
4
0
null
null
null
null
UTF-8
C++
false
false
852
cpp
#include </usr/include/ncurses.h> int main() { int ch; initscr(); /* Start curses mode */ raw(); /* Line buffering diabled */ keypad(stdscr, TRUE); /* We get F1, F2 etc... */ noecho(); /* Don't echo() while we do getch */ printw("type any cahacter to see it in bold\n"); ch = getch(); /* If...
[ "paulfsherwood@gmail.com" ]
paulfsherwood@gmail.com
b244521f49f43d36b4989418ef2885943c2f6f17
cd8a4912aae145176e1b5570ac343ce8e15c5c49
/Project/Project/Notepad.cpp
d1a95b2b487f0323d7047fe0178377a4050f46e9
[]
no_license
abdulakhir98/Notepad
c1b6a519f8762640f0c53217c3beb0f5f8f76fd7
9ce48c78d919467915464e87f89f653cdfc2b824
refs/heads/main
2023-05-29T17:16:56.360196
2021-06-13T19:13:53
2021-06-13T19:13:53
376,609,560
0
0
null
null
null
null
UTF-8
C++
false
false
8,511
cpp
//#include<iostream> //#include<fstream> //#include <windows.h> //#include <conio.h> //using namespace std; // //int x = 0; //int y = 0; // //struct node //{ // char letter; // node*next; // node*prev; // node*up; // node*down; //}; // //void gotoxy(int x, int y) //{ // COORD coord; // coord.X = x; coord.Y = y; // Se...
[ "imabdulakhir@gmail.com" ]
imabdulakhir@gmail.com
2981effcf0bb63e50dab6b924f8744a9039fc44f
3857953209db577fb82b3b3bb3afdc1da7394d8e
/my_exception.h
117e275d68c6a5d8a7379afbf1b6d285a1084191
[]
no_license
KutkoSergey/Tetris
a75e59dcfb3f2211c0b64b46a913026b90453e88
dec299583d68684127913b4322eaeaa9a793ec7b
refs/heads/master
2021-01-21T22:01:37.871264
2017-06-22T19:08:04
2017-06-22T19:08:04
95,147,499
0
0
null
null
null
null
UTF-8
C++
false
false
1,241
h
#ifndef ME_EXCEPTION #define ME_EXCEPTION #include <QMessageBox> #include <QInputDialog> #include <QString> #include "control.h" #include <iostream> using namespace std; class my_exception //класс для работы с исключениями { protected: int code; //код ошибки char str_error[50]; //причина ошибки public: my...
[ "serykutsko@gmail.com" ]
serykutsko@gmail.com
654e1a1316b26a99aeb75f7addc28f3a0228c578
b130b7ad8c1b2d2ae0dff47fdf75dbc526e0fed3
/leetcode/GroupAnagrams.cpp
c3e189ef1507e3842e753ddca03265586b7f62f3
[]
no_license
junroh/algorithme
a17e79ab4316b8798aa886a3c6dbe642898ea74f
bf26d27a6655e50e95e1f5694bc76e978b953376
refs/heads/master
2021-04-28T04:13:37.043671
2020-12-30T21:21:27
2020-12-30T21:21:27
122,155,982
0
0
null
null
null
null
UTF-8
C++
false
false
956
cpp
// https://leetcode.com/problems/group-anagrams/ class Solution { public: vector<vector<string>> groupAnagrams(vector<string>& strs) { unordered_map<string, vector<string> > occur; for(int i=0;i<strs.size();i++) { string str = strs[i]; string conv; if(false) { ...
[ "jroh@mimecast.com" ]
jroh@mimecast.com
12f78c7d31d2c4f5b76030c1e12bdb9f9ade0e16
f67cb6b3aae6c5ecd9aae9d58ca4b326b982a135
/old/CIS 150/Programs/Prog 1/advt_game_01.cpp
2621494d95bfd9153684bf8430afdc2abba90bcd
[]
no_license
watsont/old_archive_classes
2782696afa83a7a6330b00fbcc9dcbe585a81bf3
aaa70e3886e2bfd75430754042a697d7cd7f18d1
refs/heads/master
2021-01-21T02:36:04.782580
2014-07-12T15:25:32
2014-07-12T15:25:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,351
cpp
/* Written by Watson Tong 05/10/2008 Program 1: Adventure Revised: 05/19/2008 This program prompts the user for their name and the total number of adventurers. For each "turn" in the story, the user will have gained treasure at a fixed amount. The...
[ "watson.tong@outlook.com" ]
watson.tong@outlook.com
62a1938f063d8018c92b3cd020c63a0930f9b93f
b8376621d63394958a7e9535fc7741ac8b5c3bdc
/lib/lib_XT12/Samples/PropertyGrid/OwnerDraw/StdAfx.cpp
5e66b9808b89575d3c7f65186b8ed9b880e0b066
[]
no_license
15831944/job_mobile
4f1b9dad21cb7866a35a86d2d86e79b080fb8102
ebdf33d006025a682e9f2dbb670b23d5e3acb285
refs/heads/master
2021-12-02T10:58:20.932641
2013-01-09T05:20:33
2013-01-09T05:20:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
922
cpp
// stdafx.cpp : source file that includes just the standard includes // OwnerDraw.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information // // This file is a part of the XTREME TOOLKIT PRO MFC class library. // (c)1998-2008 Codejock Software, All Rights Reserved. // // THIS S...
[ "whdnrfo@gmail.com" ]
whdnrfo@gmail.com