blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
19888cd0bb14097cc561eeb96d610b5c8746833f
ddf51c74f4426f38093b3e86861e9a60d907bd85
/contest/codeforces_normal/round_211/e.cpp
c5d0c029d53599bd1bb7db97fbf178b9119a0673
[]
no_license
TheSkyFucker/acm-icpc
65359e77855459c86f4717cd59b4bbc5b7d40f60
994173541054921e03ff29333242f61f6ac4869d
refs/heads/master
2018-09-26T20:33:54.107075
2018-07-24T17:48:05
2018-07-24T17:48:05
111,862,682
6
2
null
null
null
null
UTF-8
C++
false
false
2,025
cpp
#include<bits/stdc++.h> using namespace std; typedef double db; typedef long long ll; typedef vector<int> vi; typedef pair<int, int> pii; #define fi first #define se second #define mp make_pair #define pb push_back #define pw(x) (1ll << (x)) #define sz(x) ((int)(x).size()) #define all(x) (x).begin(),(x).end() #define r...
[ "359084415@qq.com" ]
359084415@qq.com
b458530aa06254f23dd9aacb15e42c1982ef055e
7a2425190626dd2e75dd6cbca9fe47727afbad42
/src/nstd/execution/on.cpp
506ff4c4b17460d918d99638ddfa084a6c191f5c
[]
no_license
dietmarkuehl/kuhllib
fadd4073c9b09992479e92112ef34c367cb90fad
482ddc2b910870398a9a2bcaa0a77a145e081f78
refs/heads/main
2023-08-31T22:13:02.079530
2023-08-21T22:14:14
2023-08-21T22:14:14
3,148,966
71
7
null
2023-08-21T22:14:15
2012-01-10T21:49:09
C++
UTF-8
C++
false
false
1,569
cpp
// nstd/execution/on.cpp -*-C++-*- // ---------------------------------------------------------------------------- // Copyright (C) 2022 Dietmar Kuehl http://www.dietmar-kuehl.de // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this...
[ "dietmar.kuehl@me.com" ]
dietmar.kuehl@me.com
c54e25ab12831738e570a33e210b17f6dee50b8d
84b05fa68d4e90911bc38543e544730239cfe15f
/src/object.hpp
b49e2d31e3f2c1813c9f6bbc5f3bf80d3bbabf90
[]
no_license
TongCt/ray-tracing
6a1e12f3c908a31cac8f75de97c6ad4077b92b93
79c8846e2c9e2864c7ae1ddcefb7e6d223bcb31d
refs/heads/master
2021-05-27T23:22:09.804625
2013-07-08T01:52:55
2013-07-08T01:52:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,133
hpp
/// @file object.hpp @version 1.0 @date 06/11/2013 /// @author BlahGeek@Gmail.com #ifndef H_OBJECT_ #define H_OBJECT_ #include "common.hpp" #include "geometry.hpp" #include <vector> using std::vector; struct HandlingRay { Ray ray; Number ray_t; Ray law; HandlingRay(const Ray & _r): ray(_r){} Hand...
[ "blahgeek@gmai.com" ]
blahgeek@gmai.com
f2b66fb268df1476b85f4d4ebd1d4b1dab7affb6
4f0023d6356d9e956d0d8cf2e20d86b089349d94
/Challenge017_Palindromes/main.cpp
b962193d23156b0d1ffff4bc8862072f68ab03cb
[]
no_license
bi3mer/challenges
b4a867360b10f734e6b93d935bab493c2632b421
6912c7d27749aacea24a26e503f955573e7585f1
refs/heads/master
2021-10-11T08:30:11.168285
2019-01-23T21:35:48
2019-01-23T21:35:48
103,853,412
3
2
null
null
null
null
UTF-8
C++
false
false
662
cpp
#include <string.h> #include <stdio.h> bool is_palindrome(char* str) { // cast down because on odd length cases the middle most // character can be anything int size = strlen(str); int required_iterations = size / 2; bool palindrome = true; for(int i = 0; i < required_iterations; ++i) { int sta...
[ "colan@comcast.net" ]
colan@comcast.net
76f2fe91bb6b8a224b3b6e69b9f0bb654cfbb27a
10e2ba3142e71411c37451ee81ae3fd675569b46
/Examples/vpgtracker/main.cpp
86e271c06c341e597507a225592b886124704826
[]
no_license
Bearzeng/vpglib
8194933eea024e3e507a5fef1f6fed34d2f1e400
a3584e0ce4240e7fe41317f151db7404b8fc673a
refs/heads/master
2020-06-03T01:50:15.107591
2019-03-22T09:00:01
2019-03-22T09:00:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,940
cpp
#include <iostream> #include <fstream> #include <vpg.h> #include <dlib/image_processing/frontal_face_detector.h> #include <dlib/image_processing.h> #include <dlib/opencv.h> #include "facetracker.h" // Comment to make deployment build #define FACE_CASCADE_FILENAME "C:/Programming/3rdPArties/opencv330/build/etc/haar...
[ "pi-null-mezon@yandex.ru" ]
pi-null-mezon@yandex.ru
8bd9098c07e72d7c6016299a2f13ae5491519a5f
75331337a771070fa96df9fda353f0857cb9f055
/code/src/svm/umSVM.h
3913c4138fbec5302ae811875749d50fc1b2ea6f
[]
no_license
GiannisPapadopoulos/DiscriminativePatches
63d1867152f341a7df3df4859c38807a8f973e2e
f115577a7a4deba4bd02abc3481f6376e9b4d1a8
refs/heads/master
2021-01-10T18:21:32.733347
2016-01-22T10:16:31
2016-01-22T10:16:31
43,167,165
0
0
null
null
null
null
UTF-8
C++
false
false
3,052
h
/***************************************************************************** * Master AI project ws15 group 4 * Mid-level discriminative patches * * cvSVM.h * * Created on: Nov 24, 2015 * Author: stefan * ***************************************************************************** * THIS SOFTWARE IS ...
[ "s.selzer@student.maastrichtuniversity.nl" ]
s.selzer@student.maastrichtuniversity.nl
1e39d52bfcc6c7b27cca052c603eb802efe6e0bf
0b6530ec3938127f4422815fd01f59b72f0b92d6
/Project 8/CompilerCommands/taWRITE.cpp
bb0a0cd778c0a6b3571f500365490ffa8ad9465f
[]
no_license
brenthompson2/Compiler-Construction
c9160921b48252b63981388c6fcc82d38af46eb0
1f239285515d49d241c10d3aad42e6e89d9bcd9f
refs/heads/master
2021-08-29T19:05:26.702578
2017-12-14T18:10:36
2017-12-14T18:10:36
107,502,420
0
0
null
null
null
null
UTF-8
C++
false
false
13,055
cpp
/* ============================================================================== File: taWRITE.cpp Author: Brendan Thompson Updated: 10/30/17 Description: Implementation of Functions for processing aWRITE command for Compiler object made for Transylvania University University Fall Term 2017 Compiler Constructi...
[ "brenthompson2@gmail.com" ]
brenthompson2@gmail.com
1991f5106a8fbd6ba4615d484d56798d291769bc
c847f0dc30ca056c84c75836baeed78581ee01a0
/Metaheuristics/AntColonyOptimization.h
8678b3f2f6e0203eb003df39939816eb99901380
[]
no_license
nfmmendes/Frameuristic
524ba05cf5e326084e7129cb36ce121a35de6034
144bac4324deccb7dacf77af018bbdf01409c0dd
refs/heads/main
2023-05-25T08:09:49.341712
2021-06-05T15:52:19
2021-06-05T15:52:19
374,104,809
0
0
null
null
null
null
UTF-8
C++
false
false
225
h
#ifndef ANT_COLONY_OPTIMIZATION_H #define ANT_COLONY_OPTIMIZATION_H #include<iostream> #include "../Heuristic.h" namespace Metaheuristic { class AntColonyOptimization<class TSol> : Heuristic<class TSol> { }; } #endif
[ "nilson.fmmendes@outlook.com" ]
nilson.fmmendes@outlook.com
a91dc631a288cf33ba7f101373d6faf93ecff0e3
7e5e5e2f195b1e1b6204988adcaae7a20611b696
/palmod/Game/TMNTTF_SNES_DEF.h
238d7ae2b8ba949004da29e497aed850a764a328
[]
no_license
Preppy/PalMod
08194536fab486f3562666f9eba8de908cb208c2
6b8b57db3f4ec90965a4ef73a0f90b8096dcd4ee
refs/heads/master
2023-08-24T20:34:27.611939
2023-08-22T04:37:53
2023-08-22T04:37:53
239,400,781
31
23
null
2023-09-01T17:50:29
2020-02-10T01:05:30
C++
UTF-8
C++
false
false
25,804
h
#pragma once // To add characters or palette lists: // * If you need a new character, add them to TMNTTF_SNES_UNITS. // * Add an associated collection of their respective nodes // * or expand nodes as needed // * Then create the set of palettes for that character // That should be it. Good luck. const std::vector<ui...
[ "meandyouftw@gmail.com" ]
meandyouftw@gmail.com
c6c9005dc9b12f461a74cff8f171bc44e549bee1
7883b5ec7509325c26162ed2da8130fc6a4a4586
/external/gli-0.3.1.0/external/glm-0.9.1.1/glm/core/type_mat3x2.inl
8198574c5b74454bbf8b4d8bb1b8a040be41b326
[ "MIT" ]
permissive
GPUOpen-LibrariesAndSDKs/Tessellation
ef7f5dceac664e7341d3959fb0ae618c53a6cf38
b73d7975cd992c978ea6e39c24c0425965202814
refs/heads/master
2023-05-31T22:34:56.366007
2016-01-27T11:29:15
2016-01-27T11:29:15
50,381,493
67
22
null
null
null
null
UTF-8
C++
false
false
12,045
inl
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2006-08-05 // Updated : 20...
[ "sean.oconnell@amd.com" ]
sean.oconnell@amd.com
d0d8f0239e6713d7d2a58ebbb5c8a5785776686b
48532034bc26775520e60ad3489df537f96ad8ea
/7-24/Square Ice.cpp
1892d82921ce645060408b7ffd801c0b8e1c5dfa
[]
no_license
OUC-MYM/Summer-training
aeffac0cbf86ab433bcf2d7cc2f3798b2d1bb783
5ec46b5879a1acbd9b20e616c90f586a6c234695
refs/heads/master
2021-01-20T06:55:19.685395
2015-08-22T15:54:25
2015-08-22T15:54:25
39,383,049
0
0
null
null
null
null
UTF-8
C++
false
false
1,651
cpp
#include <iostream> #include <cstdio> #include <cstring> using namespace std; char map[50][50]; int mapnum[50][50]; int m; void add(int i,int j) { if(i-2>0&&map[i-2][j]!='H') { map[i-1][j]='|'; map[i-2][j]='H'; } else { map[i+1][j]='|'; map[i+2][j]='H'; } if...
[ "570109323@qq.com" ]
570109323@qq.com
2d2063c4433c67795d9c32a8470d2b9851c5f34f
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/ProcessStatistics/UNIX_ProcessStatistics_HPUX.hpp
76051a6070a6866359e4d013722004adead75489
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
2,920
hpp
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
657189a745e360b50a4002ddaeab30ace05b822c
a55372600d9da8c8b857bb2b8257c0b887276019
/core/olap/perftests/queue-perf/queue-perf.cpp
77805bfedfd5b454493e1077b987de8105a57313
[]
no_license
epfl-dias/proteus
75ae8036f19b9a41f295903233f08beecd28fa86
575c0bcfc5d280d2d1c98c0a907302c5ad9d5b22
refs/heads/main
2023-09-03T16:23:07.999208
2023-08-18T22:31:29
2023-08-19T00:19:09
158,891,236
8
3
null
null
null
null
UTF-8
C++
false
false
18,691
cpp
/* Proteus -- High-performance query processing on heterogeneous hardware. Copyright (c) 2021 Data Intensive Applications and Systems Laboratory (DIAS) École Polytechnique Fédérale de Lausanne All Rights Reserved. Permission to u...
[ "periklis93@yahoo.gr" ]
periklis93@yahoo.gr
75987d8c4dca0ad1dc2b68d7354cee098a17ff91
55b8fe6bb73f62d1bba6ca42c8fdd26adffb5de4
/harry_loop _while.cpp
7449ad3992b38e7b2b3d5d9af16bfd636d402335
[]
no_license
ROS22202-git/roshan-c-code
775b5f79a999176f50ab3699e74bb96c0a6b17dc
bbe1d8443d6e204b79bf6eee33cf1312ec4daf97
refs/heads/master
2023-08-22T12:21:42.272151
2021-10-07T04:06:46
2021-10-07T04:06:46
414,455,509
0
0
null
null
null
null
UTF-8
C++
false
false
165
cpp
#include<stdio.h> int main() { int a,b=6; a=5; while((a>=0 && a<=20) ) { printf("the value of a=%d\n",a); a=b++; } printf("Hello world"); return 0; }
[ "91904758+ROS22202-git@users.noreply.github.com" ]
91904758+ROS22202-git@users.noreply.github.com
08eaf7ac1f8caff10381bc2ab7ecd26f45b52326
3fe692c3ebf0b16c0a6ae9d8633799abc93bd3bb
/Practices/BZOJ/BZ4487.cpp
a03458e91556d639948994ab7998abc0121be8f0
[]
no_license
kaloronahuang/KaloronaCodebase
f9d297461446e752bdab09ede36584aacd0b3aeb
4fa071d720e06100f9b577e87a435765ea89f838
refs/heads/master
2023-06-01T04:24:11.403154
2023-05-23T00:38:07
2023-05-23T00:38:07
155,797,801
14
1
null
null
null
null
UTF-8
C++
false
false
1,109
cpp
// BZ4487.cpp #include <bits/stdc++.h> #define ll long long using namespace std; const int MAX_N = 440, mod = 1000000007; ll n, m, c, fac[MAX_N], fac_inv[MAX_N]; ll quick_pow(ll bas, ll tim) { ll ans = 1; bas %= mod; while (tim) { if (tim & 1) ans = ans * bas % mod; bas =...
[ "kaloronahuang@gmail.com" ]
kaloronahuang@gmail.com
27a5716d7f6c06057f8f9723d6fd51af7f725523
9058939a9c2c513fbe6c67c225ddf03c68198d08
/POJ/3100.cpp
9018552f162d0dda0287a51319931c8991f5c6ef
[]
no_license
comzyh/ICPCcode
7335123fcdd6607ef1d2ef289392f692294a28bb
99acc36af5bd1e925ec0205a52f369f3c514ef08
refs/heads/master
2020-05-18T15:49:22.592994
2018-11-19T12:03:07
2018-11-19T12:03:07
12,371,932
0
0
null
null
null
null
UTF-8
C++
false
false
463
cpp
#include <cstdio> #include <cstring> int pow(int a,int k) { int ans=a; while (--k) ans*=a; return ans; } inline int abs(int n) { if (n<0) return -n; else return n; } int A,B,N,dis; int main() { int i,tans; while (scanf("%d%d",&B,&N),B>0 && N>0) { dis=0x7fffffff; i=0; while(1) { tans=pow(++i,N...
[ "comzyh@gmail.com" ]
comzyh@gmail.com
547436aea416d89557fedbc91a78ab33846433dc
22069dac0dc17447536bad91a158c96165dc9889
/EmbSysLib/Src/MCU/STM32F7xx/Src/RTC_MCU.cpp
2c6fdd4410f52a5877b560654df90022c92e0df4
[ "MIT" ]
permissive
Gagonjh/Embedded-C-Tic-Tac-Toe
6a8168e938e24ccd8ccd83d2d3763b4a97334348
72f0cf1d21877faf633988ff4df680f0ff9284b9
refs/heads/master
2023-06-12T02:56:19.249830
2021-07-09T18:44:27
2021-07-09T18:44:27
375,101,112
0
0
null
2021-07-06T15:24:09
2021-06-08T18:02:43
C
UTF-8
C++
false
false
4,350
cpp
//******************************************************************* /*! \file RTC_MCU.cpp \author Thomas Breuer (Bonn-Rhein-Sieg University of Applied Sciences) \date 23.03.2016 This file is released under the MIT License. */ //******************************************************************* #include "RTC_MC...
[ "joshua.hahn@smail.inf.h-brs.de" ]
joshua.hahn@smail.inf.h-brs.de
94a87c35021dfeb99262f407da554dac78870306
527739ed800e3234136b3284838c81334b751b44
/include/RED4ext/Types/generated/ent/ReplicatedInputSetterBase.hpp
3993e79169ee751b43d40f13c0292a1650c1f0df
[ "MIT" ]
permissive
0xSombra/RED4ext.SDK
79ed912e5b628ef28efbf92d5bb257b195bfc821
218b411991ed0b7cb7acd5efdddd784f31c66f20
refs/heads/master
2023-07-02T11:03:45.732337
2021-04-15T16:38:19
2021-04-15T16:38:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
616
hpp
#pragma once // This file is generated from the Game's Reflection data #include <cstdint> #include <RED4ext/Common.hpp> #include <RED4ext/REDhash.hpp> #include <RED4ext/CName.hpp> #include <RED4ext/Types/generated/net/Time.hpp> namespace RED4ext { namespace ent { struct ReplicatedInputSetterBase { static conste...
[ "expired6978@gmail.com" ]
expired6978@gmail.com
f03edeaa015d7d10a7e91e6a15450b0c28da3e14
5beed0d7eaaed2254de2611496a286b099e29db7
/10161_antonachessboard.cpp
ebb2815ff1cb0e27c25039fb709ad591ce28750a
[]
no_license
s-s-9/UVA-Codes
ff41350f18f1a746f8135755355f030ed5767083
7e985a3a5861ab09adf4bf08ce5a7f1e9538ffe7
refs/heads/master
2021-01-01T20:04:43.942824
2017-07-29T21:57:19
2017-07-29T21:57:19
98,763,671
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
cpp
#include<bits/stdc++.h> using namespace std; int main() { long long int arr[100000], n, i, result, c, r, p1, p2; for(i = 0; i<100000; i++){ arr[i] = i*i; } while(scanf("%lld", &n)==1){ if(n==0){ break; } for(i = 0; i<100000;i++){ if(arr[i]>=n){ ...
[ "ss9jo.o.o.o.oss@gmail.com" ]
ss9jo.o.o.o.oss@gmail.com
855c0af09eb7c938f2f493ce145709684ff7b49d
4b92641666d40f79afc976c23e454e171a0cedd6
/SpecMode.cpp
49b8cd981bb88590f4e199cfbeabc8cbc5e9ed71
[]
no_license
duyanning/ropevm
b2108d54b49428a6cbd23bcbff56d38bdea13603
aa22a708d93e6fcf347d6e007e15140a6b01ac25
refs/heads/master
2021-01-17T16:03:41.069344
2018-12-25T07:27:49
2018-12-25T07:27:49
65,167,317
1
0
null
null
null
null
UTF-8
C++
false
false
14,570
cpp
#include "std.h" #include "rope.h" #include "SpecMode.h" #include "SpmtThread.h" #include "lock.h" #include "Message.h" #include "RopeVM.h" #include "interp.h" #include "MiniLogger.h" #include "Loggers.h" #include "Snapshot.h" #include "Helper.h" #include "frame.h" #include "Effect.h" #include "Break.h" using namesp...
[ "duyanning@gmail.com" ]
duyanning@gmail.com
f36035e412d392b3851d162f4c67534f9074010f
f6f0f87647e23507dca538760ab70e26415b8313
/6.3.1/msvc2022_arm64/include/QtCore/6.3.1/QtCore/private/qxmlstreamgrammar_p.h
6533d92409ad2a0c55a99ce1a173fca9b451bce8
[]
no_license
stenzek/duckstation-ext-qt-minimal
a942c62adc5654c03d90731a8266dc711546b268
e5c412efffa3926f7a4d5bf0ae0333e1d6784f30
refs/heads/master
2023-08-17T16:50:21.478373
2023-08-15T14:53:43
2023-08-15T14:53:43
233,179,313
3
1
null
2021-11-16T15:34:28
2020-01-11T05:05:34
C++
UTF-8
C++
false
false
4,965
h
/**************************************************************************** ** ** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding vali...
[ "stenzek@gmail.com" ]
stenzek@gmail.com
28928f021f7f9da85934d25feba5595481a71f25
1dbb60db92072801e3e7eaf6645ef776e2a26b29
/server/src/common/proto/trial/PQTrialRewardList.h
3a8e59853a2c387679a0f0ea9f34c4b450bc83b6
[]
no_license
atom-chen/phone-code
5a05472fcf2852d1943ad869b37603a4901749d5
c0c0f112c9a2570cc0390703b1bff56d67508e89
refs/heads/master
2020-07-05T01:15:00.585018
2015-06-17T08:52:21
2015-06-17T08:52:21
202,480,234
0
1
null
2019-08-15T05:36:11
2019-08-15T05:36:09
null
UTF-8
C++
false
false
1,140
h
#ifndef _PQTrialRewardList_H_ #define _PQTrialRewardList_H_ #include <weedong/core/seq/seq.h> #include <proto/common/SMsgHead.h> class PQTrialRewardList : public SMsgHead { public: uint32 id; //试炼ID PQTrialRewardList() : id(0) { msg_cmd = 644273634; } virtual ~PQTrialRewardList() ...
[ "757690733@qq.com" ]
757690733@qq.com
f9f447693015d4317889057a1a0933394b273e5d
75f5a664b0303391e1aa138fa196e49ff4dc6236
/70 Climbing Stairs.cpp
23166080cb4e26bf0ffe2998fa7b9cae7c8fdb74
[]
no_license
lxlsosi/Leetcode
b22c93ed5a87ad1fdd045642f4e809535725d40e
eb14c7764a46dc782cad35bc9f4c1b7542dd665b
refs/heads/master
2021-06-04T07:43:20.783605
2016-08-17T09:37:26
2016-08-17T09:37:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
348
cpp
public class Solution { public int climbStairs(int n) { if(n == 0 || n == 1 || n == 2) { return n; } int[] mem = new int[n]; mem[0] = 1; mem[1] = 2; for(int i = 2; i < n; i++) { mem[i] = mem[i-1] + mem[i-2]; } ...
[ "sosisarah@gmail.com" ]
sosisarah@gmail.com
4eff37df902a62399c8bb9002d97072101fadbaf
7b93f65c8d36750afdd5add6b6676b1523e818ec
/cpp/robel_intro/chap10/Exception1.cpp
38d643681a81ae48a1645abeaffb123564e36e53
[]
no_license
DaisukeYamato/book
9cbb3620e5f297832a7c0dc4b35f38b61a6395ea
0308106dedf8a23b491aada942f781d2ab000b69
refs/heads/master
2021-01-22T13:13:02.365196
2015-08-26T00:12:56
2015-08-26T00:12:56
40,760,927
0
0
null
null
null
null
UTF-8
C++
false
false
416
cpp
#include <iostream> #include <fstream> #include <string> #include <cstdlib> using namespace std; int main() { ifstream file; file.open("test.txt"); if (!file.is_open()){ cerr << "cannot open file!!" << endl; return EXIT_FAILURE; } string line; getline(file, line); if (file.fail()){ cerr <...
[ "yamato.hep.fermicern@gmail.com" ]
yamato.hep.fermicern@gmail.com
0932675f0a5b62d06d48844fb6e62e0906738af9
78d059c7a7d8883774917047f243b23bc5809597
/view24_pcd.cpp
6c49585f62ec740a9a087ad3ab8f67566cbf0435
[]
no_license
louxiu/game-graph
3bbd3a24f3e17b5d3831de2cf0e5c25b43da73f1
e25d7db941f9a1cddf3501dfff9e37f83e663a5c
refs/heads/master
2016-09-01T18:20:30.975897
2015-03-13T06:58:06
2015-03-13T06:58:06
28,659,739
2
0
null
null
null
null
UTF-8
C++
false
false
5,216
cpp
#include "view24_pcd.h" #include "util.h" #include "data/view24_pcd_res_texture.c" GLuint view11_program = 0; GLint view11_attr_coord2d, view11_uniform_offset_x, view11_uniform_scale_x, view11_uniform_sprite, view11_uniform_mytexture; GLuint view11_texture_id = 0; float view11_offset_x = 0.0, view11_scale_x = 1....
[ "yunlong.lou@duobei.com" ]
yunlong.lou@duobei.com
b92e90fa48fd3f6fe2be36d7d9f823262f0f081d
464aa9d7d6c4906b083e6c3da12341504b626404
/src/lib/terrain/terrain2/grid_vertex_buffer.cpp
1a38a8d6796b88a09570527ab44a1cefa5dde8cb
[]
no_license
v2v3v4/BigWorld-Engine-2.0.1
3a6fdbb7e08a3e09bcf1fd82f06c1d3f29b84f7d
481e69a837a9f6d63f298a4f24d423b6329226c6
refs/heads/master
2023-01-13T03:49:54.244109
2022-12-25T14:21:30
2022-12-25T14:21:30
163,719,991
182
167
null
null
null
null
UTF-8
C++
false
false
3,966
cpp
/****************************************************************************** BigWorld Technology Copyright BigWorld Pty, Ltd. All Rights Reserved. Commercial in confidence. WARNING: This computer program is protected by copyright law and international treaties. Unauthorized use, reproduction or distribution of thi...
[ "terran.erre@mail.ru" ]
terran.erre@mail.ru
a2cb149c167aa72869504ad575542f83e54dca1f
1419caa2578df20403a5aa53ef9ee356d979cd80
/lte/gateway/c/oai/tasks/nas5g/include/ies/M5GExtendedProtocolDiscriminator.h
b994e830d07c0114bfce72c2e803db1f8011245c
[ "BSD-3-Clause" ]
permissive
jpad-freedomfi/magma
a5f81069778a69b96f9d102141c87cd13ff9cb00
8cd5a677536f9af83b7f0b331b0c8244788ccc31
refs/heads/master
2023-03-26T17:00:34.483676
2021-03-16T19:51:30
2021-03-16T19:51:30
265,432,509
1
0
NOASSERTION
2020-05-20T02:54:20
2020-05-20T02:54:19
null
UTF-8
C++
false
false
1,175
h
/* Copyright 2020 The Magma Authors. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIE...
[ "noreply@github.com" ]
jpad-freedomfi.noreply@github.com
de4c1f2a6928012d2cc4adafe49f1601d7237f75
834478799b329077cdd143b103a981bdc4659c80
/1293D.cpp
60680f720c5dec9c1e6104a45759975d723dee01
[]
no_license
lovinix/Codeforces
b67e53f530772b2b1b13d6972d52212ab46a1edf
b51b6b04ef659c6ed59aca2c37d4dbe45efbe064
refs/heads/master
2022-09-07T16:24:45.983390
2019-08-28T08:58:58
2019-08-28T08:58:58
267,228,357
0
0
null
null
null
null
UTF-8
C++
false
false
1,216
cpp
#pragma GCC optimize("O3") #pragma GCC optimize("Ofast") #include <bits/stdc++.h> using namespace std; using lli = unsigned long long; using pll = pair<lli, lli>; lli x0, yk, ax, ay, bx, by, xs, ys, t, ans; vector<pll> vt; lli dist(lli x1, lli x2, lli y1, lli y2) { return max(x1, x2) - min(x1, x2) + max(y1, y2) - m...
[ "sylph0606@gmail.com" ]
sylph0606@gmail.com
2dfefc009233e48edaa3ac6b20ba1499e0be805d
7d0d0f38a46fe5a8fa8b42c56bebf4e114b307aa
/OctopusPolarizer.h
1ec94e59ee4e681b8a9fa87ce224c0962b99d1ed
[]
no_license
mpacella88/octopus
cd6f2bb3f62a8bfee0c07c0bbec4475f98af1b58
8ab842d46171f581a31012d00b37e9bd93d77f69
refs/heads/master
2020-03-18T13:12:09.957332
2018-05-24T20:53:09
2018-05-24T20:53:09
134,767,500
0
0
null
null
null
null
UTF-8
C++
false
false
1,855
h
#if !defined(AFX_H_OctopusPolarizer) #define AFX_H_OctopusPolarizer #include "stdafx.h" #include "OctopusGlobals.h" #include "APTMotor.h" class COctopusPolarizer : public CDialog { public: COctopusPolarizer(CWnd* pParent = NULL); virtual ~COctopusPolarizer(); enum { IDD = IDC_STAGE_POL }; void MoveRel( float...
[ "mpacella88@gmail.com" ]
mpacella88@gmail.com
2ad25fc9bad5ae01d1ac5e77d0f1c9b0597cd245
aa06e49aa870b2164936a0485d44fb3979110e0b
/main.cpp
1c142fa9fc281e0dde727303326c3a4f9a07b796
[]
no_license
CleversonCAS/Ponteiros-Genericos
2ad3091e84e88f32c2ce09f92ada29f50e366e71
68dd7ca7074dcb31f0e7f8aead1cd557c053b649
refs/heads/master
2020-03-29T06:37:00.098223
2018-09-27T20:41:34
2018-09-27T20:41:34
149,633,175
0
0
null
null
null
null
UTF-8
C++
false
false
4,697
cpp
#include <iostream> #include <iterator> #include <string> #include <ctime> //rand #include <vector> #include "fun.h" #include <fstream> using std::begin; using std::end; //namespace graal; //namespace graal; //#include "imp.cpp" //Os ponteiro para função, aonde devo colocar?(No momento estão no .h) //E as função bool?...
[ "noreply@github.com" ]
CleversonCAS.noreply@github.com
8dd06b339e5b109a0261dbefd302a04fcf9ff670
df983affa658d3169aebcd95e255c7cafccf1aa0
/devel/include/sensor_msgs/Illuminance.h
235b0c81d8c5bcfdff7704b32b9ef9f6410b9fab
[]
no_license
Ektachaurasia/Backup
17045d3cd3185ca47c53b02298fe1c123ee8a058
e5ab8532f6cd599ebe4b501626ddba2c6c5d83ab
refs/heads/main
2023-06-20T21:49:54.092227
2021-07-28T04:31:15
2021-07-28T04:31:15
390,155,001
0
0
null
null
null
null
UTF-8
C++
false
false
7,125
h
// Generated by gencpp from file sensor_msgs/Illuminance.msg // DO NOT EDIT! #ifndef SENSOR_MSGS_MESSAGE_ILLUMINANCE_H #define SENSOR_MSGS_MESSAGE_ILLUMINANCE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include ...
[ "ektachaurasia02@gmail.com" ]
ektachaurasia02@gmail.com
e4d80960a0363677b2872fd6e8175992ec3d3b66
ec9fb45bee21b26554ab3d57f1e2239f8379c41c
/include/bela/terminal.hpp
7193c6c233b2a68e6823044feedd4c4b62cc8412
[ "Apache-2.0" ]
permissive
Isabellarossi/bela
fb9d8ebc3585767a164b059d7247034d3549db18
3342e779439205ef37c81adacd3231e1559f107c
refs/heads/master
2023-01-13T21:32:22.363526
2020-11-23T14:15:43
2020-11-23T14:15:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,183
hpp
// #ifndef BELA_TERMINAL_HPP #define BELA_TERMINAL_HPP #include "base.hpp" #include "fmt.hpp" namespace bela { namespace terminal { // // Is same terminal maybe console or Cygwin pty bool IsSameTerminal(HANDLE fd); bool IsSameTerminal(FILE *fd); // Is console terminal bool IsTerminal(HANDLE fd); bool IsTerminal(FILE...
[ "charlieio@outlook.com" ]
charlieio@outlook.com
e4e75d138da72fa9b727dceccec14311bafd81ab
b1e2d2211fcec5dd16ce0726ea528dd6bfe668f3
/KyouEngine/src/Shader.cpp
e06e9e36885842ddbe36e2d9d50bef172cb2ad34
[]
no_license
kyoushiiro/KyouEngine
1d9381b5f1707d5ff79a252905ab7bd1f2a27f7b
dcef78025352ac96b3f61443e2128de2139b3d61
refs/heads/master
2022-04-07T12:21:13.028659
2020-03-09T07:33:55
2020-03-09T07:33:55
240,673,193
0
0
null
null
null
null
UTF-8
C++
false
false
2,907
cpp
#include "Shader.h" Shader::Shader(const char* vertexPath, const char* fragmentPath) { // retrieve the vertex/fragment source code from file paths std::string vertexCode; std::string fragmentCode; std::ifstream vShaderFile; std::ifstream fShaderFile; // ensure ifstream objects can throw exce...
[ "aylam@ucsc.edu" ]
aylam@ucsc.edu
5c5feaee981adcec20c097d1c293aa03310da477
60e322eb94713ec92f62ce06de3fa3de48bb4a6f
/mar25/a1.cpp
40b0eb4755fb1e09499981624ca27fb69fcd91b8
[]
no_license
Nwon2464/cpp
68d83bfae8ab8402027b48192e177c32c47e5e73
e275e4be1ca1bee54d110e1e80c7559a2b4384c7
refs/heads/master
2023-06-12T09:00:24.361735
2021-07-11T06:22:58
2021-07-11T06:22:58
347,665,952
0
0
null
null
null
null
UTF-8
C++
false
false
1,650
cpp
#include <bits/stdc++.h> using namespace std; //Warsaw debug template #define LOCAL #define sim template <class c #define ris return *this #define dor > debug& operator<< #define eni(x) \ sim > typename enable_if<sizeof dud<c>(0) x 1, debug&>::type...
[ "nwon2464@gmail.com" ]
nwon2464@gmail.com
b542547eb0e63b034249b368247db05b7c004bda
9dd4edf1b1e5384677ae1eb09fe3a91ed8d76d41
/prog01.cpp
0f799e33d1b6ec71013655e9ff95fb5c54593f28
[]
no_license
abeldjesusp/code_cpp
48fb158de4f11b7c757db7b014b627bd96b5e515
114752b71faf0f0ec534bdabdd8db54d6dfc8f20
refs/heads/master
2021-08-31T21:04:52.077341
2017-12-22T22:57:13
2017-12-22T22:57:13
115,154,713
0
0
null
null
null
null
UTF-8
C++
false
false
1,100
cpp
/********************** * * * Programa 01 * * * *********************/ #include <iostream> using namespace std; struct Nomina{ char nombre[30]; float sueldo1; float sueldo2; float sueldo3; float totalIngresos; }empleados[4]; int main(){ float ingresoMayor = 0; char j; for(int i = 0; i < 4...
[ "abeldjesusp@gmail.com" ]
abeldjesusp@gmail.com
1b2bae87740ae4c6884380a818c2b5fc3bb280be
d9af6ca49774c009c4b277c24fb78f796fe8476b
/src/invalid.cpp
148d2be5dc8b6f935a9cfd3e450297a66d83b628
[ "MIT" ]
permissive
loxevesavu/Ingenuity
7924abf996ca1b96885b961b924a565b7fd41312
f57a4d8f089c245d0d7ea676dd4573bb30c05300
refs/heads/master
2020-04-25T22:34:05.740695
2018-12-11T05:56:01
2018-12-11T05:56:01
173,115,384
0
0
null
2019-02-28T13:17:58
2019-02-28T13:17:57
null
UTF-8
C++
false
false
2,326
cpp
// Copyright (c) 2018 The Ingenuity developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "invalid.h" #include "invalid_outpoints.json.h" #include "invalid_serials.json.h" namespace invalid_out { std::set<CBig...
[ "44764450+IngenuityCoin@users.noreply.github.com" ]
44764450+IngenuityCoin@users.noreply.github.com
e0faba914035b4961ce6ee7f6a16cb23a29eeea3
7896cbc2ee03ffda1a3ef50dd72b65ffed0db61e
/The one with gcd using while loop.cpp
6d959ff1b746256d840e601dae221568e128d22b
[ "MIT" ]
permissive
chinmoyee-A/C-Language
b13e44244fd7daf544f104e772ebcca31d0b65b3
a5d985e84c953c8dcc4074dfd3e96d1539cb1d3e
refs/heads/master
2023-01-07T02:31:27.071016
2020-10-29T13:19:06
2020-10-29T13:19:06
299,307,714
0
0
null
null
null
null
UTF-8
C++
false
false
225
cpp
#include<stdio.h> int main() { int n1,n2; printf("Enter two positive integer:"); scanf("%d%d",&n1,&n2); while(n1!=n2) { if(n1>n2) n1=n1-n2; else n2=n2-n1; } printf("GCD:%d",n1,n2); return 0; }
[ "noreply@github.com" ]
chinmoyee-A.noreply@github.com
c30cf66bd228bc01ace873b7f2e77a655152b431
f0a8be48a873d1e1841f60bd2ab87089b3be1869
/wk12/wk12.ino
b40f721ddd971bc520cdb90c989a68cf34f9ab59
[]
no_license
scream870102/Arduino
794b789d04997b10e3dabcce4aa121ae6e37ef5f
2f065fa6d1b1bb6bc9f339ee3a47b19baa34d4d5
refs/heads/master
2021-01-20T08:07:49.946153
2017-11-08T12:37:43
2017-11-08T12:37:43
90,104,462
0
0
null
null
null
null
UTF-8
C++
false
false
1,803
ino
byte seven_seg_digits[16][7] = { { 1,1,1,1,1,1,0 }, // = 0 { 0,1,1,0,0,0,0 }, // = 1 { 1,1,0,1,1,0,1 }, // = 2 { 1,1,1,1,0,0,1 }, // = 3 { 0,1,1,0,0,1,1 }, // = 4 ...
[ "noreply@github.com" ]
scream870102.noreply@github.com
f85d27f94bbde21852d4831838b2a2cc4b028b22
f6ba36e6c9ff4a9b861e8115dc32a40fa1a5c26c
/Source/Strider/Public/BoneChain.h
baee89742a95b27df4d13fa905aa352310afe70a
[]
no_license
Tabroid/AlphaOne
57b4211d024d4efa48b57634111bb0445e9eb0ba
3ed7abed40d6c5a09e3b93e2c4a5af2194a7c36f
refs/heads/master
2023-08-02T04:41:26.395756
2021-09-15T04:28:04
2021-09-15T04:28:04
387,068,779
1
1
null
null
null
null
UTF-8
C++
false
false
1,547
h
// Copyright 2020 Kenneth Claassen, All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "BoneContainer.h" #include "BonePose.h" #include "EStriderEnumerations.h" #include "BoneChain.generated.h" /** A data structure representing a single bone in a bone chain */ USTRUCT(BlueprintType) struct FBoneChain...
[ "pengc2019@gmail.com" ]
pengc2019@gmail.com
8f34d110b262b938063ef018b3682e14b54686a5
af2bcb03b0ca34e376084eb8676666306e2dde99
/ext/googletest/googletest/test/gtest-port_test.cc
240a99040f93d3431c70a31835bafad8ee0bbc40
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "LGPL-2.0-or-later", "MIT" ]
permissive
multifacet/ASAP
5c0b26dd2f06cd3c125e809b318c16721720f5e2
68cb32c43e3ebad2a5dfb947ce98442375b235c7
refs/heads/asap
2023-04-11T16:02:42.997035
2021-11-30T15:05:22
2021-11-30T15:05:22
426,381,088
4
2
BSD-3-Clause
2022-12-12T23:33:17
2021-11-09T20:43:59
C++
UTF-8
C++
false
false
40,501
cc
// Copyright 2008, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
[ "sujay.yadalam@gmail.com" ]
sujay.yadalam@gmail.com
07477b7170432a60aab3aae30163475797497036
06b8560f4dd04b3e585cee03e536172020145f56
/libraries/blockchain/include/bts/blockchain/edge_operations.hpp
44fc9c0ad6c0feca5b27740a68b272658c11fc17
[ "Unlicense", "LicenseRef-scancode-public-domain" ]
permissive
testzcrypto/bitshares
95394bfa516b27b2b89d8529ed6a476b6e592ddb
2e82bd9a8acc0111f3cafc51c68d84e8abc15304
refs/heads/master
2020-12-25T22:19:13.259222
2014-12-12T16:24:51
2014-12-12T16:40:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
676
hpp
#pragma once #include <bts/blockchain/operations.hpp> #include <bts/blockchain/edge_record.hpp> #include <fc/io/enum_type.hpp> #include <fc/io/raw.hpp> #include <fc/io/raw_fwd.hpp> #include <fc/reflect/reflect.hpp> namespace bts { namespace blockchain { /** * Defines or updates an edge. */ struct set_e...
[ "nikolai.mushegian@gmail.com" ]
nikolai.mushegian@gmail.com
0b6c8b2cbc10f0a09e99abea1d90293ca64479db
62d122e8514b42001bea934c81ca9f11ac728773
/amd_openvx_extensions/amd_rpp/source/SaturationbatchPD.cpp
ee71a596e3d139208c7b1ed23835206325586d7e
[ "MIT" ]
permissive
barathum000/MIVisionX
586ad634999d79e777387245fa8d9737a67185ee
7667d7b98cd141e144a0dbd56b54c3c161671637
refs/heads/master
2023-05-13T04:52:03.932208
2021-05-20T17:02:09
2021-05-20T17:02:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,274
cpp
/* Copyright (c) 2019 - 2020 Advanced Micro Devices, Inc. All rights reserved. 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, ...
[ "noreply@github.com" ]
barathum000.noreply@github.com
61b88a3193bd94793b03cf7b6642517a4a8e723f
87cf63a0b7fb80402e018a1788803537b25d921f
/Tapeciarnia/Providers/TapeciarniaProvider.cpp
b02c594d48198d995669c18d8496c3dc6c4553c9
[ "Unlicense" ]
permissive
marek-g/Tapeciarnia
dbb7cb89a441d08f91c8ded583743db8e630e44c
1437bbfd0ce917ecb682963629153cf1d75f9c3a
refs/heads/master
2021-06-03T03:44:27.343599
2018-02-24T16:36:56
2018-02-24T16:36:56
13,448,422
0
0
null
null
null
null
UTF-8
C++
false
false
1,528
cpp
#include "TapeciarniaProvider.h" #include "Utils.h" #include <QRegExp> #include <QTextCodec> QString TapeciarniaProvider::GetMainPageUrl() { return "http://www.tapeciarnia.pl/"; } bool TapeciarniaProvider::IsAddressSupported(const QString &url) { if (url.startsWith("http://www.tapeciarnia.pl/") || url.starts...
[ "user@mail.com" ]
user@mail.com
94d3d11a0acfb76c7bba1d32b386ab36f80edef0
21553f6afd6b81ae8403549467230cdc378f32c9
/arm/cortex/Freescale/MKL24Z4/include/arch/reg/mcm.hpp
b5d069f53b31ac4c99360cc8d26839358db63a6f
[]
no_license
digint/openmptl-reg-arm-cortex
3246b68dcb60d4f7c95a46423563cab68cb02b5e
88e105766edc9299348ccc8d2ff7a9c34cddacd3
refs/heads/master
2021-07-18T19:56:42.569685
2017-10-26T11:11:35
2017-10-26T11:11:35
108,407,162
3
1
null
null
null
null
UTF-8
C++
false
false
3,606
hpp
/* * OpenMPTL - C++ Microprocessor Template Library * * This program is a derivative representation of a CMSIS System View * Description (SVD) file, and is subject to the corresponding license * (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory). * * This program is distributed in the hope...
[ "axel@tty0.ch" ]
axel@tty0.ch
1bc5d3bb4b84ebbdaa923de8c29ea3928f69730c
a3e3a049361f69cb3647b8014fbba44bc4a7b49f
/winApi/winApi/singletonBase.h
e3bfff1b7c4a697d2b484b6aa00cdf2c69691f5f
[]
no_license
UnripeBird/2DGame
ced2039ff2455668e95467773fe2d0a2f6b20382
c0ed7bab4cd2745f53bbabe8b347b637bae13e53
refs/heads/master
2021-09-09T10:05:48.235828
2018-01-01T13:22:05
2018-01-01T13:22:05
114,519,786
1
1
null
null
null
null
UHC
C++
false
false
929
h
#pragma once //=================================== // ## singletonBase ## (싱글톤 패턴) //=================================== //template<typename T> template <class T> class singletonBase { protected: //싱글톤 인스턴스 선언 static T* singleton; singletonBase() {} ~singletonBase() {} public: //싱글톤 가져오기 static T* getSingleton...
[ "hotcoll@naver.com" ]
hotcoll@naver.com
1078c8e51a6f1c23b159943a32a1fd3d7604bbdb
2822dcf0ccf6497f1a17184c6f504e070b904c80
/Graph/Medium/Bellman-Ford-Graph-Shortest-path.cpp
458df835e99771061a607ba4e138d6c30cf4d143
[]
no_license
DangZhonghua/CodingPractice
a57893a9ed03f48ac8193dff05d1e002abf1b198
2ca27e153ba844f6b82a4de274821743b797ddd2
refs/heads/master
2021-01-24T04:30:04.091210
2019-11-10T11:27:34
2019-11-10T11:27:34
122,940,460
0
0
null
null
null
null
UTF-8
C++
false
false
1,799
cpp
#include<climits> #include<unordered_map> #include<vector> #include<iostream> using namespace std; int Init_Single_Source(unordered_map<int,int>& mapD, int V, int s) { for(int v = 0; v<V; ++v) { mapD.insert(std::make_pair(v, INT_MAX)); } mapD[s] = 0; return 0; } int Relax(unordered_map<int...
[ "richard.dang@arcserve.com" ]
richard.dang@arcserve.com
be804180e6af8a2de3b239a5a9599224cd368468
9fa292d97ceb374068d355bd41097d0407d68bd3
/3rdParty/include/gpstk/Axis.hpp
d204e1c85d5ddfd96b468504f5c1d67a097484f1
[ "MIT", "Zlib", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mfkiwl/rspf_v2.0
4d90153b92cc416663c798e05f87e348ad8792ef
f22d2707b775a4776fc8359a255f39c26ecc96a3
refs/heads/master
2021-05-27T04:36:34.132569
2013-07-16T04:04:12
2013-07-16T04:04:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,913
hpp
#pragma ident "$Id: Axis.hpp 2091 2009-08-21 14:24:47Z afarris $" /// @file Axis.hpp Used to draw an axis. Class declarations. //============================================================================ // // This file is part of GPSTk, the GPS Toolkit. // // The GPSTk is free software; you can redistribute it a...
[ "loongfee@gmail.com" ]
loongfee@gmail.com
d5eadf7878df64bf3b467a32da159735d5dffe70
501b36fada85d9e378c265815cd71ec13ccea537
/05-ScenceManager/Koopas.h
5725a95893ffd3c964b69d933313b04fcefa59c9
[]
no_license
tranhuywin/gamedev-Mario-bros3
1918c6aa58a951d0d4b18d63681fdffbf11059b0
b486ada1ffecc8e74f67d51e454fa37ddc81299a
refs/heads/master
2023-06-25T23:10:56.401034
2021-07-23T13:20:53
2021-07-23T13:20:53
307,398,450
0
0
null
null
null
null
UTF-8
C++
false
false
3,094
h
#pragma once #include "GameObject.h" #include "Effect.h" #include "ObjCheckFalling.h" #define KOOPAS_WALKING_SPEED 0.001f #define KOOPAS_PARATROOPA_GREEN_WALKING_SPEED 0.0022f #define KOOPAS_PARATROOPA_WALKING_SPEED 0.01f #define KOOPAS_ROTATORY_SPEED 0.2f #define KOOPAS_DIE_DEFLECT_SPEED 0.02f #define KOOPAS_S...
[ "57520628+tranhuywin@users.noreply.github.com" ]
57520628+tranhuywin@users.noreply.github.com
21a8b425e8d4ae6b9a2d83fa3cd694deadb64c8e
dbef9fa1e78187bf06df4f9b25f3e19fc28638b5
/src/FuncLib/Compile/FuncsDefReader.cpp
1dbc2c0e236323ecb8244f0eee8b1aa71f82533b
[]
no_license
YigaoFan/RPC
dd9001bb59669c0dacd0fea413e2b3fb0616d777
dd8dea093fc1c5e7907f27d74bd61fb96deafd62
refs/heads/master
2023-03-20T04:52:46.911602
2021-03-11T07:00:43
2021-03-11T07:00:43
158,654,698
0
0
null
null
null
null
UTF-8
C++
false
false
498
cpp
#include "FuncsDefReader.hpp" namespace FuncLib::Compile { using ::std::getline; FuncsDefReader::FuncsDefReader(decltype(_istream) istream) : _istream(move(istream)) { } void FuncsDefReader::ResetReadPos() { _istream->clear(); _istream->seekg(0, istream::beg); } Generator<string> FuncsDefReader::GetLin...
[ "fanyigao@qq.com" ]
fanyigao@qq.com
3a612d49d2cb25889974d2f0e351409fb513149f
56cbbba9bfe7d7b1b54ec52bd221741c5c73b749
/link/MissionSyncer.h
1660092c6774555f4be1a624fea7d7251b8ce160
[]
no_license
pragsmike/xbm3pi-ugv
954dc55e32d8c460a2f8fb8c0bc98110424a5b18
dd98865f43a57f27e8a4ce5e9da7fbab296ceba2
refs/heads/master
2021-01-25T00:28:21.131608
2012-01-01T17:08:25
2012-01-01T17:08:25
123,296,242
0
0
null
null
null
null
UTF-8
C++
false
false
694
h
/* * MissionSyncer.h * * Created on: Dec 31, 2011 * Author: mg */ #ifndef MISSIONSYNCER_H_ #define MISSIONSYNCER_H_ #include "mavlink.h" #include "../TelemetryData.h" #include "IMsgSource.h" class MissionSyncer : public IMsgSource { public: MissionSyncer(TelemetryData &data); virtual ~MissionSyncer(); ...
[ "pragsmike@gmail.com" ]
pragsmike@gmail.com
1ceeb4c05f1d5af09ecf1ffa341d16d77acc457a
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/libtorrent/2016/8/announce_entry.cpp
3f3d7e8d55bfc71f88f22c353e6171273a949c54
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
4,220
cpp
/* Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
59bae573358fead577fdd2d8ee8b8dd03a065f84
ea3719ca6418482df5d1bbe38851114684794e9f
/Algorithms/168. Excel Sheet Column Title/168. Excel Sheet Column Title.cpp
f0640da3bfc65864a63028fa45c2c623f9d613e5
[]
no_license
JokerLbz/Leetcode
131335a48b1607df31c1e1b23b81b3acb1eaad38
26f0e97c5168c45929dac5d7d41c78eef8321a56
refs/heads/master
2020-04-25T08:59:41.535235
2019-04-20T12:58:07
2019-04-20T12:58:07
172,664,045
0
0
null
null
null
null
UTF-8
C++
false
false
639
cpp
//Question : 168. Excel Sheet Column Title //URL : https://leetcode.com/problems/excel-sheet-column-title/ //Approach : Intuition //Runtime : 4 ms (100%) //Memory Usage : 8 MB (73.83%) //Time complexity : O(log(26) n) //Space complexity : O(1) //P.S. : There is a one line solution on https://leetcode.com/problems/excel...
[ "lbz1996@hotmail.com" ]
lbz1996@hotmail.com
8488ade966703065c95d04f79c02b6d878629971
6358dcc674849b0cc83b33922147f7fc3eeea1ff
/BookSample_CPP/07/StrList/MyString.h
f5c97a0c8d732d190b06c4760f76983daedf44a8
[]
no_license
calla987/Book_CPP_KNOU
e34e3414aefaf59701ba37e936bdc68951469bd2
e8f91f032052762012ea35644d365677e97c3d1e
refs/heads/master
2021-05-29T18:30:16.518251
2015-10-03T09:20:32
2015-10-03T09:20:32
null
0
0
null
null
null
null
UHC
C++
false
false
1,266
h
#ifndef MY_STRING_H_INCLUDED #define MY_STRING_H_INCLUDED #include <iostream> class MyString { int len; // 문자열의 길이 int bufSize; // 저장 가능한 문자열의 길이 char* buf; public: MyString(); // 생성자 MyString(const char* str); // 생성자 MyString(const MyString& mstr); // 복사 생성...
[ "calla987@gmail.com" ]
calla987@gmail.com
128c9e8cd10b119c9dfcd27f21c7ba4b01176553
79611230a3138b0f0c31bdc46bad2eae7a077861
/result_samecapital.cpp
4e6a9d59c63a14535ea159717e9f5eee9a8d10d4
[]
no_license
AustinNicholasNoah/fangdaijisuan
74888eab922093b87830f86971ca6b1b453600ac
24c2326afd12cdb3bf6108f63daa2e81236aa624
refs/heads/master
2022-11-05T11:23:46.037186
2020-06-21T08:21:02
2020-06-21T08:21:02
273,861,597
1
0
null
null
null
null
UTF-8
C++
false
false
1,243
cpp
#include "result_samecapital.h" #include "ui_result_samecapital.h" Result_sameCapital::Result_sameCapital(QWidget *parent) : QDialog(parent), ui(new Ui::Result_sameCapital) { ui->setupUi(this); } Result_sameCapital::~Result_sameCapital() { delete ui; } void Result_sameCapital::setValue(bool hasFirstP...
[ "1239754456@qq.com" ]
1239754456@qq.com
15bec3c4e2c442f6be319b8e65d2216d57199647
d38bd5737e0de480cba23f139d3fe542dbd4de95
/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/btCompoundShape.cpp
8d380828cfeb35526767baba9e3aa27882d0985f
[]
no_license
bmjoy/GameEngine
56ddc007e0d22cc1fa50d3a56000929c1b6f54bc
39b59b0e382d0010526b1a40487120e4a143f3c7
refs/heads/master
2020-11-23T22:21:51.998221
2019-12-16T05:17:22
2019-12-16T05:17:22
227,844,666
0
1
null
null
null
null
UTF-8
C++
false
false
11,194
cpp
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org 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 grant...
[ "ironmandev@gmail.com" ]
ironmandev@gmail.com
c8ec3a644f59d7758e3c8190f8ef383683678f7d
be97427079b290a4cb1ecda04f3072355d078fd7
/day 10/part1.cpp
32a9f67c7119f62a65fd4e9738f41c90a167806b
[]
no_license
RonakNisher/AdventOfCode2018
68777c1a68a1760fe53dfe81514f4f46f96a33db
a953e30c2d5f4fc1310458d14392c2044f7bc1bb
refs/heads/master
2020-04-08T20:37:39.044370
2019-06-12T02:22:14
2019-06-12T02:22:14
159,707,337
0
0
null
null
null
null
UTF-8
C++
false
false
5,982
cpp
// #include "../helper.h" #include <string> #include <iostream> #include <fstream> #include <vector> #include <map> #include <climits> #include <utility> #include <algorithm> // std::find using namespace std; vector<string> split(string input, const string& delimiters) { vector<string> res; string val = ""; ...
[ "rpnisher@ncsu.edu" ]
rpnisher@ncsu.edu
ff5ec6f7cbada074a47d3956b8f6a8c4d858a895
2f822fee325948783f3d83bc462219a8819e488d
/c++App/Plotroc/qcpdocumentobject.h
85c982cf0c5e678d7e6f562967cc9bc21f5c3489
[]
no_license
aliakbarRashidi/pipewrap
c6719f9f6d3b725f980b07352ce1e95b0e7ba3d5
aba704d31896d1ccd63b75a634a37d75b6d80f72
refs/heads/master
2020-05-09T21:08:50.111061
2016-01-11T16:25:07
2016-01-11T16:25:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,794
h
/*************************************************************************** ** ** ** QCustomPlot, an easy to use, modern plotting widget for Qt ** ** Copyright (C) 2011, 2012, 2013, 2014 Emanuel Eichhammer ** ** ...
[ "piers.shepperson@btinternet.com" ]
piers.shepperson@btinternet.com
074b1f5ff26cc8e24f11d3521b765a6ecc2ea8ad
3f01176c2037087ca68d19cadb016dc4b4ead932
/modules/assimp/ext/assimp/code/TargetAnimation.h
9e517cd631d4a8bf3ba3bfb6faa618bfa3aeaa4c
[ "BSD-3-Clause", "BSD-2-Clause", "LGPL-2.0-or-later" ]
permissive
liu3xing3long/inviwo
02bdad1c6c9838893b736959318e3bc6c6b3c8a1
69cca9b6ecd58037bda0ed9e6f53d02f189f19a7
refs/heads/master
2020-03-09T02:15:39.355938
2018-04-06T13:04:25
2018-04-06T13:04:25
128,535,802
1
0
BSD-2-Clause
2018-04-07T14:24:21
2018-04-07T14:24:21
null
UTF-8
C++
false
false
5,821
h
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2012, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following condition...
[ "peter@steneteg.se" ]
peter@steneteg.se
00bbb3ff981fb0808b1cfa1bc18d22f39490b5e4
11ef4bbb8086ba3b9678a2037d0c28baaf8c010e
/Source Code/server/binaries/chromium/gen/services/viz/public/interfaces/compositing/frame_timing_details.mojom-blink-forward.h
8a787c8e5bbc84d945b6771647d4a5c8d22c34f7
[]
no_license
lineCode/wasmview.github.io
8f845ec6ba8a1ec85272d734efc80d2416a6e15b
eac4c69ea1cf0e9af9da5a500219236470541f9b
refs/heads/master
2020-09-22T21:05:53.766548
2019-08-24T05:34:04
2019-08-24T05:34:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
941
h
// Copyright 2019 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 SERVICES_VIZ_PUBLIC_INTERFACES_COMPOSITING_FRAME_TIMING_DETAILS_MOJOM_BLINK_FORWARD_H_ #define SERVICES_VIZ_PUBLIC_INTERFACES_COMPOSITING_FRAME_TI...
[ "wasmview@gmail.com" ]
wasmview@gmail.com
d904c864286850887e23bdc1a8f3bf9c5f433376
5712a01bc06416cf32fb637e10b21b34b938961c
/Zerojudge/b331 NOIP2013 2.表达式求值.cpp
662a56c928f0b28bb6f7cff75513df3c75392ec3
[]
no_license
WenShihKen/uva
654a9f5f3e56935625e061795f152609899b79e5
03a3d603941dd9b9ec13e76fb99d24da6749a81b
refs/heads/master
2021-01-10T14:34:29.580527
2020-06-25T15:34:23
2020-06-25T15:34:23
48,536,090
1
0
null
null
null
null
UTF-8
C++
false
false
803
cpp
#include <iostream> #include <cmath> #include<iostream> #include<algorithm> #include<stack> #include<string> using namespace std; typedef unsigned long long int LL; #define mod 10000 int main() { string in1; while (getline(cin, in1)) { stack<LL>temp; bool oper = false; LL ans = 0; for (int i = 0; i < in1.len...
[ "00257142@ntou.edu.tw" ]
00257142@ntou.edu.tw
57377b9b517202ebfe4650e8ed460817f7fd347f
e17ef9fd9a8092961bffaef3e9df2d2b3d11c0ce
/lstd/src/lstd/fmt/debug.h
5cf605a52034a853a1116fdccd6dade122abe6c4
[]
no_license
Repertoi-e/DataFlow
510561260506022332a57a63c7e5496e06f010ac
03ced1e05c898b4b3e7d54e0f583c9bcb04b2ad2
refs/heads/main
2023-02-24T17:25:26.571790
2021-01-23T00:23:27
2021-01-23T00:23:27
331,096,922
0
0
null
null
null
null
UTF-8
C++
false
false
2,623
h
#pragma once #include "../memory/array.h" #include "arg.h" LSTD_BEGIN_NAMESPACE namespace fmt { struct format_struct_helper { struct field_entry { string Name; arg Arg; }; format_context *F; string Name; array<field_entry> Fields; bool NoSpecs; // Write the result without t...
[ "dsotirov@windowslive.com" ]
dsotirov@windowslive.com
0affe148498b99cea8792aad1bfd8503396ae31d
7ab6bde6f8fdf371921201ca5a0b75c458cd6e7d
/src/dsnotificationinterface.cpp
1ca28a84984c3fe8f823a549a42d875e0896f45d
[ "MIT" ]
permissive
curiumofficial/Curium-old
154f5c347d5084f0c3868ae534b63d4b407d7a02
2e82cd62875c41e98d26a264bec6be3d50118d21
refs/heads/master
2021-09-13T08:14:08.236555
2018-04-27T04:33:17
2018-04-27T04:33:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,036
cpp
// Copyright (c) 2014-2017 The Curium Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "chainparams.h" #include "dsnotificationinterface.h" #include "instantx.h" #include "governance.h" #include "masterno...
[ "31669092+mrmetech@users.noreply.github.com" ]
31669092+mrmetech@users.noreply.github.com
8135b486c6aacec19ce1d35e8b493406c66dc4fc
084006eb442b60b82b3d85d61a3b53d21c5c8855
/shared/Bullet/BulletCollision/CollisionShapes/btTriangleCallback.h
b99adbd636fe1dfa4b39da70268e05287fbd4944
[ "Zlib", "LicenseRef-scancode-unknown-license-reference", "XFree86-1.1", "BSD-3-Clause" ]
permissive
SethRobinson/proton
7aadcb38bc676c136dce01b8f6773fd75fa33d55
6b1474e75a2acf48d848c70fcb043ce8223001a9
refs/heads/master
2023-08-31T11:04:21.575522
2023-08-29T07:44:50
2023-08-29T07:44:50
142,253,855
81
31
NOASSERTION
2023-08-07T22:02:41
2018-07-25T05:55:38
C++
UTF-8
C++
false
false
1,740
h
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org 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...
[ "seth@rtsoft.com" ]
seth@rtsoft.com
5892d58b5ba6e9e0501ac5b578d697a92d8a57e5
4f164694e147e2caee539395c4bf1a16b0e7ac7b
/ompi/contrib/vt/vt/tools/vtunify/vt_unify_defs_recs.h
49796bdb9ed01deb0dbc6a04b41d4aad59c620fa
[ "BSD-3-Clause-Open-MPI", "BSD-3-Clause" ]
permissive
hoyoho/cce-mpi-openmpi-1.7.1
ad2c120880fa62e86b5a34300bb9de5c9298287b
808f3378084a5c2a2d3e235c6605b2273673bfd3
refs/heads/master
2020-08-16T13:31:54.264871
2013-04-29T17:57:37
2013-04-29T17:57:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,614
h
/** * VampirTrace * http://www.tu-dresden.de/zih/vampirtrace * * Copyright (c) 2005-2013, ZIH, TU Dresden, Federal Republic of Germany * * Copyright (c) 1998-2005, Forschungszentrum Juelich, Juelich Supercomputing * Centre, Federal Republic of Germany * * See the file COPYING in the pa...
[ "samuel@lanl.gov" ]
samuel@lanl.gov
efa563efc2c0224eefd28f5f7e101069bb466214
dfac93f878e0328bf441c669678fadbab663de79
/q18deleteListNode.cpp
e91e6e550a3eaefb4c3ef0848824c693c8107b86
[]
no_license
zhbei/offer_code
2d5bc78ca3474e5d39ec59ad0cf3bb533e8af181
0d2725fb01e9e1fb0ad2fe1e1d6e516332bbfe15
refs/heads/master
2020-03-11T11:56:38.194305
2018-04-18T01:03:45
2018-04-18T01:03:45
129,982,183
0
0
null
null
null
null
UTF-8
C++
false
false
2,971
cpp
#include <iostream> #include <cstdio> using namespace std; struct ListNode { int val; ListNode *next; ListNode(int v){ val = v; } }; void PrintList(ListNode* head){ while(head != NULL){ cout << head->val << " "; head = head->next; } cout << endl; } void PrintListNode(ListNode * head){ if(head != NULL) ...
[ "zhangbeibei@ict.ac.cn" ]
zhangbeibei@ict.ac.cn
b36e784ca6f1846fca708a3c1d7a8b77265753d1
746a87a8afc64b355207d334b4bb4f2d8a04bf17
/C03/char_repl.cc
0eaaba9cd5be777393ef9625f8e872a1cc6572b6
[]
no_license
JallenKwong/CPlusPlusPrimer
9c0f82448258fba8591ce61ac8b744c4062c1a05
8d4c4d42d96ed9267560e8c8fd2339d058c968d4
refs/heads/master
2020-05-19T17:27:56.849514
2019-05-29T03:13:12
2019-05-29T03:13:12
185,134,776
0
0
null
null
null
null
UTF-8
C++
false
false
3,321
cc
#include <string> using std::string; #include <iostream> using std::cout; using std::endl; int main() { string str("some string"), orig = str; if (!str.empty()) // make sure there's a character to print cout << str[0] << endl;// print the first character in str if (!str.empty()) // make sure th...
[ "jallenkwong@163.com" ]
jallenkwong@163.com
4c96b801a96520533607d2ea741eae5545ca2a64
f279fa731406c5214b958e8070ee5664ea92c81f
/14889_StartLink/Main.cpp
9a17029ebe2f417122a62f0355b2c8c00cbaf863
[]
no_license
93Hong/Algorithms
14a7ea2c8f402aaea6c76d7a83f795434bea26cc
b56512912131dc0149d4960b88aa76df6926119d
refs/heads/master
2020-12-31T00:02:12.959480
2017-12-05T13:02:59
2017-12-05T13:02:59
86,582,927
4
0
null
null
null
null
UTF-8
C++
false
false
518
cpp
#include <cstdio> #include <cmath> #include <vector> #include <algorithm> #define INF 10000 #pragma warning(disable:4996) using namespace std; int arr[21][21], ans = INF; vector<int> v; void solve() { } int main() { int N; scanf("%d", &N); for (int i = 0; i < N; i++) { for (int j = 0; j < N; j++) { scanf(...
[ "sk2rldnr@gmail.com" ]
sk2rldnr@gmail.com
fc1f4d0e909d82c9e8950292f749d9df719250ef
2d9909133b6d2f5b50fd58d8a04f451a7247aba0
/Cliente/src/common/Socket/Socket.cpp
e353194659386c756f514ac0ab32a2277f442d54
[]
no_license
ldtg/tallerZ
e6f82bc45e36414a97ce3bdbc032c2d43d04151f
3fa17ec2cec77f2625b8811e9dc00d50fdf30c8b
refs/heads/master
2021-01-20T13:21:34.969423
2017-07-05T23:13:29
2017-07-05T23:13:29
90,473,475
0
0
null
null
null
null
UTF-8
C++
false
false
6,020
cpp
#include "Socket.h" #include <string> #include <sys/socket.h> #include <netdb.h> #include <unistd.h> #include <cstring> Socket::Socket(int fd) : socketfd(fd) {} Socket::Socket() { this->socketfd = INVALID_SOCKET; } void Socket::connectToServer(const std::string &host, const std::string &service) { bool seConecto...
[ "lteje11@gmail.com" ]
lteje11@gmail.com
9d967e88cd0e1a12f5d38fd713f6260279fb244c
8ab8c8e650ec40d6edcdae7c5339b838cc61be80
/CPlusPlus/Adapter/src/CenterTranslator.cpp
c29792c2fd148ebe6f59eff6fcfc8c64af1d88bb
[]
no_license
yuhsh24/Design-Pattern
36d8c6a1554b4ec6159f41e57adea99ee3da3851
4c1d5ade419c628009381f6d8205d1a66680add8
refs/heads/master
2021-01-19T13:55:56.283904
2017-04-09T03:26:47
2017-04-09T03:26:47
82,429,025
0
0
null
null
null
null
UTF-8
C++
false
false
591
cpp
/************************************************************************* > File Name: CenterTranslator.cpp > Author: ma6174 > Mail: ma6174@163.com > Created Time: 2017年02月28日 星期二 14时41分31秒 ************************************************************************/ #include"CenterTranslator.h" #includ...
[ "yhshzju@163.com" ]
yhshzju@163.com
10a7738acab7047792256a1ee1f4e847c1dc90af
3b97b786b99c3e4e72bf8fe211bb710ecb674f2b
/TClient/TClient/TMainUI.h
351ea51861deac69e401695a5e11ba498e4bc99e
[]
no_license
moooncloud/4s
930384e065d5172cd690c3d858fdaaa6c7fdcb34
a36a5785cc20da19cd460afa92a3f96e18ecd026
refs/heads/master
2023-03-17T10:47:28.154021
2017-04-20T21:42:01
2017-04-20T21:42:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,081
h
#pragma once class CTMainUI : public CTClientUIBase { public: static LPTEXTURESET m_pNOTIFYMAIL; public: TComponent *m_pTMAINBTN[TMAINBUTTON_COUNT]; TComponent *m_pTMSGBTN[TMSGBUTTON_COUNT]; TComponent *m_pTTCASHMENU[TCASHMENU_COUNT]; TComponent *m_pTPARTYITEM; TComponent *m_pTCHAPTERMSG; TComponent *m_pTREGI...
[ "great.mafia2010@gmail.com" ]
great.mafia2010@gmail.com
761037c52df522ce2070629dd47a31923389d6d0
358668370a91ea6dbefc52fac818677af78f7669
/homework/Week05_trig_particles/src/testApp.h
d52e04811b576336cceb7f36e6d30fe00a1aacbf
[]
no_license
jmatthewgriffis/griffis_algo2013
73efb45b53f5a76e617d1e46257acebcec07bcbb
4cd17cff9481a6c845683a0da6b531ebb6b0d049
refs/heads/master
2016-09-07T23:56:35.770684
2015-01-05T21:32:51
2015-01-05T21:32:51
12,420,109
0
0
null
null
null
null
UTF-8
C++
false
false
629
h
#pragma once #include "ofMain.h" #include "Particle.h" #define numParticles 10 class testApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed(int key); void keyReleased(int key); void mouseMoved(int x, int y ); void mouseDragged(int x, int y, int button); void ...
[ "grifj153@newschool.edu" ]
grifj153@newschool.edu
ecbf787ab8b059dc1f1eff8cfa4d129c936c98aa
a5a99f646e371b45974a6fb6ccc06b0a674818f2
/Geometry/HGCalCommonData/plugins/DDHGCalWaferF.cc
2bb2c6051a0bfa5d642ceff2edeb2d09f58dabd7
[ "Apache-2.0" ]
permissive
cms-sw/cmssw
4ecd2c1105d59c66d385551230542c6615b9ab58
19c178740257eb48367778593da55dcad08b7a4f
refs/heads/master
2023-08-23T21:57:42.491143
2023-08-22T20:22:40
2023-08-22T20:22:40
10,969,551
1,006
3,696
Apache-2.0
2023-09-14T19:14:28
2013-06-26T14:09:07
C++
UTF-8
C++
false
false
11,015
cc
/////////////////////////////////////////////////////////////////////////////// // File: DDHGCalWaferF.cc // Description: Geometry factory class for a full silicon Wafer // Created by Sunanda Banerjee // Extended for rotated wafer by Pruthvi Suryadevara //////////////////////////////////////////////////////////////////...
[ "sunanda.banerjee@cern.ch" ]
sunanda.banerjee@cern.ch
33c9a7c3fa130f2bec11640733dee057ee124a2b
a6ead881ba8aaa3d4e7b327c876df4fb28b81135
/chapter5/lcm.cpp
4a4dd2f0592b03df03b9a7cd4756d1868b1e41c5
[]
no_license
middleprince/AlgorithmNotes
11eff6e6f9f1ea93ffe8e88e8dc01587ac15736c
f587d977adf38de4a6d5736c94168cd4171949b9
refs/heads/master
2021-06-24T16:23:40.333101
2021-01-17T15:24:26
2021-01-17T15:24:26
189,587,442
0
0
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include <cstdio> int gcd(int a, int b) { if(b == 0) return a; return gcd(b, a%b); } void swap(int* &a, int* &b) { int *temp = a; a = b; b = temp; } int main(void) { int a, b, d; while(scanf("%d %d", &a, &b) != EOF){ if(a<b){ int *x = &a, *y = &b; ...
[ "hellangel.ah+github@gmail.com" ]
hellangel.ah+github@gmail.com
f8e7c722f2be1c274096c5121ce9fa14d064c04b
ff4bb3896343840cc488492e4e4d50efe5270d11
/src/canon.h
f6a7df137728739fbf57a0c47cae7942e8910636
[ "MIT" ]
permissive
obliviateandsurrender/LegendofZelda
4d2dee0a51816f7dacb9c047de7438564e5f6fb3
9c9e01cb8b68fb5c88027802f46454e84f47178e
refs/heads/master
2020-03-20T14:43:42.623513
2018-06-15T14:04:15
2018-06-15T14:04:15
137,493,848
0
1
null
null
null
null
UTF-8
C++
false
false
485
h
#include "main.h" #ifndef Canon_H #define Canon_H class Canon { public: Canon() {} Canon(float x, float y, float z); glm::vec3 position; void draw(glm::mat4 VP); void set_position(float x, float y, float z); void tick(); void fire(float angle); float rotation; float angle; int...
[ "utkarshazad98@gmail.com" ]
utkarshazad98@gmail.com
2e9560e562fc574a8fc63cbdfd99b3ac9cd17604
e11d62362decf103d16b5469a09f0d575bb5ccce
/ash/login/ui/parent_access_view_unittest.cc
3313a300b5a273b3e8fba274f85f09cc394cdd87
[ "BSD-3-Clause" ]
permissive
nhiroki/chromium
1e35fd8511c52e66f62e810c2f0aee54a20215c9
e65402bb161a854e42c0140ac1ab3217f39c134e
refs/heads/master
2023-03-13T18:09:40.765227
2019-09-10T06:06:31
2019-09-10T06:06:31
207,478,927
0
0
BSD-3-Clause
2019-09-10T06:12:21
2019-09-10T06:12:20
null
UTF-8
C++
false
false
26,089
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/login/ui/parent_access_view.h" #include <memory> #include <string> #include "ash/accessibility/accessibility_controller_impl.h" #include "...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
8df800ed548d0923bbca70f315ce8dc50b551258
182681892a79c02bab76c9a96ccced8b587119b2
/App/MainView/MainView.h
e391ab10a897ff0bfc6dd283de11fdaeef11cf8e
[]
no_license
MarcinFilipek/HomCenter
71fdc7ab9e8b98c93334c565cd7776743e576031
15ab5fcc57b9f07a12780869b61119ec76d24cbf
refs/heads/master
2020-06-18T05:51:10.933122
2019-07-10T10:42:34
2019-07-10T10:42:34
196,185,538
1
0
null
null
null
null
UTF-8
C++
false
false
1,087
h
/* * MainView.h * * Created on: 5 maj 2017 * Author: Uzume */ #ifndef MAINVIEW_MAINVIEW_H_ #define MAINVIEW_MAINVIEW_H_ #include "../Touch/View/View.h" #include "../TestPresenter/TestPresenter.h" #include "../Touch/Image/Image.h" #include "../Touch/Button/Button.h" #include "../Touch/TextArea/TextArea.h" #...
[ "filipekmarcin180@gmail.com" ]
filipekmarcin180@gmail.com
a678c05d15fb2fe591f76fc5a9709c67fe26509f
ce2f15108184c3f3b374c022d5abea4854892e93
/IBox.hpp
ade1577128ac356e6bc06a55ef5d1f2314477210
[]
no_license
mstfzbn/October-2019-Refresh
84ccc093a1f6da0c967df73ff3e9d00a9f94cb9c
0b46becdcddc343db0fe43aeb308ef487e24b00a
refs/heads/master
2023-08-22T02:36:46.852347
2023-08-10T14:46:11
2023-08-10T14:46:11
215,539,363
1
0
null
2023-08-10T14:46:13
2019-10-16T12:10:45
C++
UTF-8
C++
false
false
3,702
hpp
#include "includes.hpp" #include "defines.hpp" namespace Geometry { //interface class, wich gave properties to hyper-dimensional box objects class ITopology { //an interface class has no implementation //it contaions only a virtual destructor and pure virtual functions public: ...
[ "noreply@github.com" ]
mstfzbn.noreply@github.com
f1cb677ba2a3451f2f9837a8b5bedaf792fca9b0
9240ceb15f7b5abb1e4e4644f59d209b83d70066
/sp/src/game/client/c_te_basebeam.h
b96a59a8658b946e66aa06deb3f1c1d9fa106274
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Margen67/blamod
13e5cd9f7f94d1612eb3f44a2803bf2f02a3dcbe
d59b5f968264121d013a81ae1ba1f51432030170
refs/heads/master
2023-04-16T12:05:12.130933
2019-02-20T10:23:04
2019-02-20T10:23:04
264,556,156
2
0
NOASSERTION
2020-05-17T00:47:56
2020-05-17T00:47:55
null
UTF-8
C++
false
false
1,262
h
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $Workfile: $ // $Date: $ // $NoKeywords: $ //=============================================================================// #if !defined( C_TE_BASEBEAM_H ) #define C_TE_BASEBEAM_H #ifdef _WIN32 #pr...
[ "joe@valvesoftware.com" ]
joe@valvesoftware.com
73cd4cb1786e70c415e7e65cd2226f0430613164
634120df190b6262fccf699ac02538360fd9012d
/Develop/mdk/cml2/MOBox.cpp
581fd12d058752599e02f559a12ba0057ed5ed49
[]
no_license
ktj007/Raiderz_Public
c906830cca5c644be384e68da205ee8abeb31369
a71421614ef5711740d154c961cbb3ba2a03f266
refs/heads/master
2021-06-08T03:37:10.065320
2016-11-28T07:50:57
2016-11-28T07:50:57
74,959,309
6
4
null
2016-11-28T09:53:49
2016-11-28T09:53:49
null
UHC
C++
false
false
5,343
cpp
#include "stdafx.h" #include "MMath.h" #include "MBox.h" #include "MObox.h" #include "MMatrix3.h" MOBox::MOBox(const MMatrix &_transform) { MVector3 axisX(_transform._11, _transform._21, _transform._31); MVector3 axisY(_transform._12, _transform._22, _transform._32); MVector3 axisZ(_transform._13, _transform._23, _...
[ "espause0703@gmail.com" ]
espause0703@gmail.com
b322245bd485fb6477338b075f8827b7d2d01dd6
b502b3502883e06b44ee84f255c7632340235744
/Inc/incHalcon71/HSemImage.h
61004631cb38699b7fb4e8e9e6b8c9994fb2651b
[]
no_license
datiacfl/GlasswareDetectSystem-VEXI
162396ae1bf084f3d25b852a753751b9e07b811a
da0884984aebc9abd00ae00f5541e97431738747
refs/heads/master
2020-12-03T12:29:10.207260
2020-01-02T05:59:07
2020-01-02T06:04:24
231,316,025
1
2
null
null
null
null
UTF-8
C++
false
false
31,653
h
/***************************************************************************** * HSemImage.h ***************************************************************************** * * Project: Halcon/C++ * Description: Types for semantic images * * (c) 1996-2005 by MVTec Software GmbH * www.mvtec.c...
[ "cflchenfulin@163.com" ]
cflchenfulin@163.com
08560d1453bb9b9d328232eb24d01f205e465622
03277a6fc47da4c3ea98bb21cfe7efd6cd7ed343
/arm_compute/streamingClassifier_data.cpp
40ce00675e0f63b28cb37cd829f6f51bfcec49ef
[ "BSD-2-Clause" ]
permissive
matlab-deep-learning/Fault-Detection-Using-Deep-Learning-Classification
869382d3960c372d192db5f627a2b3b5418a3cba
539670f3868fbf66c51762fff8dc3843f7880242
refs/heads/master
2022-09-09T17:25:23.360209
2022-09-06T19:43:24
2022-09-06T19:43:24
248,592,738
64
25
NOASSERTION
2020-05-21T21:03:49
2020-03-19T19:56:02
C++
UTF-8
C++
false
false
388
cpp
// // File: streamingClassifier_data.cpp // // MATLAB Coder version : 5.2 // C/C++ source code generated on : 19-Mar-2021 15:00:36 // // Include Files #include "streamingClassifier_data.h" #include "rt_nonfinite.h" // Variable Definitions c_struct_T config; bool isInitialized_streamingClassifier{false}; ...
[ "dwilling@mathworks.com" ]
dwilling@mathworks.com
03062fee331d71514edacd4406134ace65c53898
da9eda23163d01209bf6b158dd504cb22cced271
/src/search.h
5e4ced4a11bdf4523838112861d72e30fb2921b4
[ "BSD-2-Clause" ]
permissive
meisterT/katarakt
5051941e69558463e18212b6f82c1ff5d3df7eb7
a4e4b4840e49845fd6df82ce047f7be9b9ac199a
refs/heads/master
2021-01-10T07:33:06.578392
2015-11-13T14:11:54
2015-11-13T14:11:54
46,125,435
3
0
null
null
null
null
UTF-8
C++
false
false
1,646
h
#ifndef SEARCH_H #define SEARCH_H #include <poppler/qt4/poppler-qt4.h> #include <QString> #include <QThread> #include <QMutex> #include <QWidget> #include <QLineEdit> #include <QLabel> #include <QHBoxLayout> #include <QRect> #include <QEvent> #include <QList> class SearchBar; class Canvas; class Viewer; class Sear...
[ "Philipp.Erhardt@informatik.stud.uni-erlangen.de" ]
Philipp.Erhardt@informatik.stud.uni-erlangen.de
f5d4be1992165142ba8af9ab2010acd7bd9ca679
986964448a8813d5b9116b4f984543db043b6224
/src/core/lib/song.cpp
0483936e22e3ba851bd831834a73692d8c4d17aa
[]
no_license
Lenium37/SigLight
3c34c25a3ab673012685b3d535467049bed90bcf
cdc639f7667a3ee082446925fd7c4b9c9e7315df
refs/heads/master
2021-07-12T04:16:35.385565
2020-10-15T12:01:50
2020-10-15T12:01:50
213,935,458
0
0
null
null
null
null
UTF-8
C++
false
false
1,574
cpp
// // Created by Jan on 20.06.2019. // #include "song.h" #include "logger.h" #include <ghc/filesystem.hpp> Song::Song(const std::string &file_path) : file_path(file_path) {} const std::string Song::get_file_path() const { return file_path; } void Song::set_file_path(std::string _file_path) { this->file_path...
[ "hirth.johannes@gmx.de" ]
hirth.johannes@gmx.de
12adda6e3a8ca03d62057e14593b3a56e7d45b4d
e3b5d138ae885b847b1df8cbbe7e3e872a13152b
/main/Ir_driver/ir_protocol_cpp/IRutils.cpp
1ff9e2f821753e803709dee569e1cecbaa4f7ba9
[ "MIT" ]
permissive
ductuanhoang/Smart_Ir_Blaster
89287275c7d719ef2a587059f4ba4b52f8e79b06
404f8545ce0f28a5c6cac87e1767264a2a019ddf
refs/heads/main
2023-04-28T13:07:22.163308
2021-05-01T00:27:12
2021-05-01T00:27:12
363,290,287
0
0
null
null
null
null
UTF-8
C++
false
false
16,234
cpp
// Copyright 2017 David Conran #include "IRutils.h" #include <stdint.h> #include <string.h> #include <algorithm> #include "IrSend.h" /// Reverse the order of the requested least significant nr. of bits. /// @param[in] input Bit pattern/integer to reverse. /// @param[in] nbits Nr. of bits to reverse. (LSB -> MSB) //...
[ "ductuanhoang820@gmail.com" ]
ductuanhoang820@gmail.com
f0b585ffc22168ed669940ee4189f587e0cd685b
85d71de186845d23cba8bcd22a816adfbc1d3c2a
/src/multipolygon_handler_wrap.cpp
e715bfea3b243432ec950e0b4dc2005ecdf8406f
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mpmckenna8/node-osmium
07e851c8bbf27e4e83fbffdb9bbf00b2eaa30042
e0e235e8406b9cbbdca27c0240fc97a7c3fb8e91
refs/heads/master
2020-12-26T21:39:25.629792
2015-05-06T09:16:06
2015-05-06T09:16:06
37,078,625
1
0
null
2015-06-08T16:25:34
2015-06-08T16:25:34
null
UTF-8
C++
false
false
1,233
cpp
// node #include <node_buffer.h> // node-osmium #include "node_osmium.hpp" #include "multipolygon_handler_wrap.hpp" #include "utils.hpp" namespace node_osmium { v8::Persistent<v8::FunctionTemplate> MultipolygonHandlerWrap::constructor; void MultipolygonHandlerWrap::Initialize(v8::Handle<v8::Object> target)...
[ "jochen@topf.org" ]
jochen@topf.org
abf00e5eb3ec524e833326a1a1b64cd367d02e5e
b2fd3ad09b5986a45f4752ac9d2dd38e515b84e4
/MoravaEngine/src/Scene/SceneDeferredOGL.cpp
a28f04e12d27eef4e016599c1dcee0769efdc24b
[ "Apache-2.0" ]
permissive
HoogDooo/MoravaEngine
3778e33e55246e24dcfdd95903e51bc0ddbbb8ba
bddbcd572b600c9be6eaf3a059b81bd770b821ed
refs/heads/master
2023-05-06T00:41:39.075091
2021-05-25T02:34:04
2021-05-25T02:34:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,873
cpp
#include "Scene/SceneDeferredOGL.h" SceneDeferredOGL::SceneDeferredOGL() { sceneSettings.cameraPosition = glm::vec3(0.0f, 0.0f, 2.0f); sceneSettings.cameraStartYaw = -90.0f; sceneSettings.cameraStartPitch = 0.0f; sceneSettings.cameraMoveSpeed = 1.0f; // directional light sceneSettings.directi...
[ "dtrajko@gmail.com" ]
dtrajko@gmail.com
b4c0d92db095897ed74671cd07b491da543cffde
a5388f88eb3d0f26794e709e6a5c07c1a2ce1f79
/choose_me_D.cpp
08159ab0e5f5eeca6fc95f166740702e831a7ef6
[]
no_license
CP-lands/Atcoder
cb8013ee93d47f93d866822ef4fe4911baf5e3b6
e37b2030687f5ca873287ff550ca1681c78ad79d
refs/heads/main
2023-06-29T01:56:02.007745
2021-01-17T17:57:18
2021-01-17T17:57:18
394,058,583
0
0
null
null
null
null
UTF-8
C++
false
false
813
cpp
//--------my brain isn't at home right now------------------ #include<bits/stdc++.h> //https://atcoder.jp/contests/abc187/tasks/abc187_d using namespace std; #define pb push_back #define fi first #define se second #define nl '\n' typedef long long ll; void Solve(){ int n; cin>>n; v...
[ "noreply@github.com" ]
CP-lands.noreply@github.com
7b1adcdf2c1ca26ac0730ce2a9c62aa33cefa597
f9fa279de2294ff483f3d0c9bc08bb052fc5eda2
/lbshell/src/platform/linux/lb_shell/lb_web_view_host.cc
bd9baa5965e4b77bc481f498e70c52ca4140c629
[ "Apache-2.0" ]
permissive
rajeshvv/h5vcc
964d1c2d6ea308413dae1527525f8937ac58808f
1e0b8ac00d494d3ed56513d1e1725a063add7f31
refs/heads/master
2021-01-15T09:38:25.999021
2013-07-22T22:53:30
2013-07-22T22:53:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,499
cc
/* * Copyright 2012 Google Inc. 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 applica...
[ "rjogrady@google.com" ]
rjogrady@google.com
490a1aa84342652ba85916a39a35bc97fae2d283
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/b6/6bd1ecbe89a25d/main.cpp
35ab9e999e60c1b59e4b9a962dddfede6c1f4b48
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
1,205
cpp
#include <memory> #include <iostream> #include <vector> struct dynamic_release { template <typename F> dynamic_release(F&& f) : _f(std::forward<F>(f)) { } template <typename F> dynamic_release& operator=(F&& f) { _f = std::forward<F>(f); return *this; } ~dynamic_release() { _f(); } private: ...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
2355a0e7c21499e231d1b3636d3ffa3a6f8a358e
bef2903ba91cecaeb75a960a8538a769496a40df
/.history/frontend/src/Screens/ass1_20200803122358.cpp
01d5c11d2367c71a942249fa9b0e7d436f63cf2d
[]
no_license
Prrajainn/Project-YourCart
bf83962b3d43604e2803025621aa6ccd64a4771c
d4baaba9c1ebf3d568708c2026f3890fef8ddd2a
refs/heads/master
2022-11-24T22:16:20.738803
2020-08-08T06:27:44
2020-08-08T06:27:44
285,985,671
0
0
null
null
null
null
UTF-8
C++
false
false
104
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int k , m; cin>>k; cin>>m; while }
[ "prrakharjainn@gmail.com" ]
prrakharjainn@gmail.com
b5cad8b244222208ff2f67b136649f5584517c8e
33931acd25591d1066ec27b5453e01f66856c8f7
/Camera.h
abd6d0356eaf44ce541dec53f3e400e9d2fcc167
[]
no_license
AlfieEducation/OpenGL
87aea6509b3af2f86ceec52c942f2f602701238f
618a1e80a7f75ac909141a0bef9e5943b748dcdd
refs/heads/master
2020-11-28T19:28:24.888137
2020-01-30T14:24:58
2020-01-30T14:24:58
229,902,948
0
0
null
null
null
null
UTF-8
C++
false
false
716
h
#pragma once #include <GL\glew.h> #include <glm\glm.hpp> #include <glm\gtc\matrix_transform.hpp> #include <GLFW\glfw3.h> class Camera { public: Camera(); Camera(glm::vec3 startPosition, glm::vec3 startUp, GLfloat startYaw, GLfloat startPitch, GLfloat startMoveSpeed, GLfloat startTurnSpeed); void keyControl(bo...
[ "alfie.developer@gmail.com" ]
alfie.developer@gmail.com
6264c856b2fff0c244132f83942c037b05e0338d
f3648c911bddea84b6db0922dbc85cca26e812cb
/Match3/src/system/states/BootState.h
439268dd4c64ce75af03092bcef4f8c3dadef6e9
[]
no_license
bismyc/Match3
ebea1717ee794290c7f9dc1e913ef9e447ebb6da
d74b9222a0dbecf164ea28898803a43c8cb1380c
refs/heads/master
2023-01-23T01:14:53.156678
2019-05-09T20:25:45
2019-05-09T20:25:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
296
h
#pragma once #include "IState.h" class BootState : public IState { public: BootState(); ~BootState(); virtual void Activate() override; virtual void Update(float deltaTime) override {} virtual void Render(Graphics* graphics) override {} virtual void Deactivate() override; private: };
[ "bismyc@9tailstudios.com" ]
bismyc@9tailstudios.com
e0c41d9c394fb8fa9f515b239e107e5efd73f0eb
b69a01706f3d1b9f691d7069fa43f0d0b74ba506
/C++ CODING/C++ ASSIGNMENT QUESTION 3.cpp
4433bb0a273c1b3f499257b8451242c0e85a17bf
[]
no_license
naipunya-naik/lockdown-coding
5a29a73106ec161638f8d1b777b43616f42cc23d
8c389639558cf4fc836d1650a3b38e4f0908fa63
refs/heads/master
2022-11-24T13:57:05.722654
2020-07-29T17:15:11
2020-07-29T17:15:11
264,948,009
0
0
null
null
null
null
UTF-8
C++
false
false
809
cpp
#include <iostream> using namespace std; struct Student { private: int USN; char name[50]; public: void read(void) { cout<<"Enter Student's name: "; cin>>name; cout<<"Enter USN: "; cin>>USN; } void print(void) { ...
[ "noreply@github.com" ]
naipunya-naik.noreply@github.com
8b0eac24aff2f85e78c4f529100cbc1b400779d6
aa00f813e321e4b26aaf9d888c8aff0e09c5db51
/1 программа комбинаторика/main.cpp
aa57f741db34387d0b88d244f7412bfca42484b2
[]
no_license
kiselyyovaalina/c-
4dd61a4b0f7a6c34c29e05f509b6f9a5223d77bc
a84cbe10e8aa33fb626cdfab17f787c8e6348331
refs/heads/master
2023-01-03T22:07:43.217357
2020-11-01T13:14:03
2020-11-01T13:14:03
257,879,062
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
955
cpp
#include <iostream> #include <fstream> #include <string> using namespace std; int main() { setlocale(LC_ALL,"rus"); ofstream file; fstream text; text.open("INPUT.txt"); file.open("OUTPUT.txt"); int kol; text>>kol; string word; text>>word; int sum = 0; ...
[ "noreply@github.com" ]
kiselyyovaalina.noreply@github.com
49455fcd0d0009c562ea985639bdbdd955864931
921c689451ff3b6e472cc6ae6a34774c4f57e68b
/llvm-2.8/tools/clang/include/clang/Basic/TargetInfo.h
40df9ba11da4cdf36a0ee8f71a502ece69704474
[ "NCSA" ]
permissive
xpic-toolchain/xpic_toolchain
36cae905bbf675d26481bee19b420283eff90a79
9e6d4276cc8145a934c31b0d3292a382fc2e5e92
refs/heads/master
2021-01-21T04:37:18.963215
2016-05-19T12:34:11
2016-05-19T12:34:11
29,474,690
4
0
null
null
null
null
UTF-8
C++
false
false
20,403
h
//===--- TargetInfo.h - Expose information about the target -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "helmutmanck@5227c84a-046b-4545-895e-fca5577db8e1" ]
helmutmanck@5227c84a-046b-4545-895e-fca5577db8e1
5425cf253d4bec716f86b165ff7917adbce34450
992b75408838c2bd6dfc32e274682b44d61f54d8
/math/main.cpp
9f54e28b4240df46c38eb56536e5a8307cd9cad5
[]
no_license
romandion/Lab
35064447be0a8889729110d51da952855fa63f3d
13f3ce1d1f848c3c3d88719d04c00b80cfc08ecc
refs/heads/master
2020-03-07T09:53:00.539709
2018-08-29T03:02:38
2018-08-29T03:02:38
127,418,080
0
0
null
null
null
null
UTF-8
C++
false
false
245
cpp
#include <windows.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> int main(int argc , char * argv[]) { BOOL v = FALSE; ::printf("__LINE__ = %d \n" , __LINE__) ; return 0 ; }
[ "romandion@163.com" ]
romandion@163.com
929243d51a7f0716022507a886f9a1b025fa4127
fb4ce7ecd3f60a7f3e5abb902a943abc26b12849
/src/template.hpp
97650be941351bd967a6471c30c03a40310ff9dd
[]
no_license
shijieliu/snake
6763483a24bd1a536519a91e068832dcc5f350ee
96a4447a4b199b82e84f6355c40dde5d113056a3
refs/heads/master
2021-06-24T19:20:42.987465
2017-09-16T08:22:05
2017-09-16T08:22:05
103,082,495
0
0
null
null
null
null
UTF-8
C++
false
false
647
hpp
#ifndef TEMPLATE_H #define TEMPLATE_H #include <memory> namespace snake{ class snake; class apple; template <typename T> class initial_trait{//trait出shared_ptr的原有类型 public: typedef T value; }; template <> class initial_trait<std::shared_ptr<snake>>{ public: typedef snake value; }; template <...
[ "13146012964@163.com" ]
13146012964@163.com
5f4d0ff5caed593c9d3718887fa7bf72806b0a52
a590f039107aaab0980d7ded36b6f79cd47e541d
/OpenFOAM/elliot-7/Dissertation/NOTCH/H/Initial Cases/scalarTransportH/0.065/T
00c8afdfba10f11c6d7378bba0b311645599d258
[]
no_license
etenno/uni
3f85179768ae5a5d77dd21879f84323278a7a2f6
bb62570182ea239c123df954eb0893e2d681fe8d
refs/heads/master
2023-03-04T08:30:00.034753
2021-02-14T12:54:03
2021-02-14T12:54:03
338,678,729
0
0
null
null
null
null
UTF-8
C++
false
false
72,469
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "elliot.s.tennison@gmail.com" ]
elliot.s.tennison@gmail.com
6ede67d366e5620f5f25f442cf8c244dab62c4ca
388053b5097864119fa84eb0ecac00b88e21334d
/improved/src/ins-gnss/ins-pnp.cc
50750a4b6747534a4b2d1aeefafd9bfac40bd518
[]
no_license
Erensu/ignav
dffc4a334d15e51307dabd08ca23dcd237803ec1
c27110b267ae9ff19865d38eec4c5e71f5e73389
refs/heads/master
2021-12-10T02:50:52.151418
2021-12-07T02:09:44
2021-12-07T02:09:44
146,999,557
272
154
null
null
null
null
UTF-8
C++
false
false
17,558
cc
/*------------------------------------------------------------------------------ * ins-pnp.cc : PnP pose estimation algorithm * * reference : * [1] Lepetit V,Moreno-Noguer F,Fua P. EPnP: An AccurateO(n) Solution * to the PnP Problem[J]. International Journal of Computer Vision,2009, * 81(2):15...
[ "1971129844@qq.com" ]
1971129844@qq.com
c462da1dc851b235af7309eb933bbc89a6f55e36
3482e6df74b3b47854adfe6050c60f7d206ed86b
/c++/studium/numerik/vonMises.cpp
1b482dd8d7d4a87f74e6b9c86e1836e218e3ca32
[]
no_license
acpanna/coding
8bef9275dc8a6606cc9d687bb3683ead79dacb7c
a0c9a6023c91c5a6f220b9b9f7170f7cb0b12c72
refs/heads/master
2020-12-03T08:13:17.116743
2013-10-01T08:02:47
2013-10-01T08:02:47
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
4,041
cpp
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <fstream.h> int main(void) { char enter, datei[256]; double **matrix; double *vektor1; double *vektor2; double norm; unsigned int zeilen, iterationen; unsigned int i, j, k; printf("Von - Mises - Eigenwert/Eigenvektor - Ite...
[ "heiko.vogel@birdworx.de" ]
heiko.vogel@birdworx.de