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
2c407ee7b13fc60f72838b69a8f4d4ba091cd204
f88b70a6dfa6c495a9c2dc0ae19ff1daef3a0147
/Solution/solution.h
b595d4d0bc00d7aa23e24bf6a870bd5be62a8bc7
[]
no_license
hongsezuie/Solutions
4490f6ddbb8a541047fe1c04b5ad78e34177a5aa
e95bc4b4911aa6ccb7d10375cc6a8fd3625cf719
refs/heads/master
2021-01-25T10:17:10.268601
2015-04-03T00:12:24
2015-04-03T00:12:24
33,083,070
0
0
null
null
null
null
UTF-8
C++
false
false
1,059
h
#ifndef SOLUTION_H #define SOLUTION_H #include <vector> #include <string> #include <set> #include <algorithm> #include <boost/algorithm/string.hpp> #include <math.h> #include <unordered_map> #include <stack> struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; struct TreeN...
[ "ccxinfosec@gmail.com" ]
ccxinfosec@gmail.com
135b88a2c4f61c0f69bc263e9b1b31283f055ee7
60470ca9f67acf563a80e7d11c4a86bae0f7902c
/src/crypto/rfc6979_hmac_sha256.h
5080d317bbc0817be839c4d8b5bab4cbbe2fa98c
[ "MIT" ]
permissive
peterfillmore/duckcoin
ad266463fdb649c6c98ae7185f721795cc5456f3
b2127d7a6654bcb60633230fe3922794ba55bf2f
refs/heads/master
2021-01-13T09:27:20.526141
2016-11-24T05:48:33
2016-11-24T05:48:33
72,105,032
2
0
null
null
null
null
UTF-8
C++
false
false
981
h
// Copyright (c) 2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITBREADCRUMB_RFC6979_HMAC_SHA256_H #define BITBREADCRUMB_RFC6979_HMAC_SHA256_H #include "crypto/hmac_sha256.h" #include <std...
[ "pfillmor@internode.on.net" ]
pfillmor@internode.on.net
8d965163a077fc792ce77f58e3589df276f10484
8242d218808b8cc5734a27ec50dbf1a7a7a4987a
/Intermediate/Build/Win64/Netshoot/Development/Engine/Module.Engine.3_of_48.cpp
dacb31bff1153bc4ff4e73098305b0e3cc53439c
[]
no_license
whyhhr/homework2
a2e75b494a962eab4fb0a740f83dc8dc27f8f6ee
9808107fcc983c998d8601920aba26f96762918c
refs/heads/main
2023-08-29T08:14:39.581638
2021-10-22T16:47:11
2021-10-22T16:47:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,327
cpp
// This file is automatically generated at compile-time to include some subset of the user-created cpp files. #include "F:/UE4Source/UnrealEngine-release/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveEverySecondKey.cpp" #include "F:/UE4Source/UnrealEngine-release/Engine/Source/Runtime/Engine/Private...
[ "49893309+whyhhr@users.noreply.github.com" ]
49893309+whyhhr@users.noreply.github.com
fbebc41338f515d657c2ce930ba11491b423a151
210dd9fd19c280b0930ce7eb318af1b009c6df27
/min_max_array.cpp
f7211806e7eee3b549c907fda083cae68c73c3a1
[]
no_license
GK884/DSA_C
06ffc8f15f057ad74c7c94da9bc48a1bf3ca03a6
351dbe8235ee2f71c7b5863bee8212bbf9eaff7c
refs/heads/main
2023-06-19T10:10:20.725249
2021-07-10T18:54:27
2021-07-10T18:54:27
380,975,421
0
0
null
null
null
null
UTF-8
C++
false
false
731
cpp
/****************************************************************************** Online C++ Compiler. Code, Compile, Run and Debug C++ program online. Write your code in this editor and press "Run" button to compile and execute it. ******************************************...
[ "gk765813@gmail.com" ]
gk765813@gmail.com
bd24e1838c561918013176d649610cc4092098e0
edff53877fe160f6f5176c32c40fd42a08e7fb95
/d01/ex06/HumanB.hpp
49bce3795a25ac69d2c9b842c9b3d91e4fb1ee96
[]
no_license
brockcheese/piscine_cpp
52ceb30dce80dc83d503a29a31fc979fe071085e
056877decab3606c61018ae9ada39e77b56a7bf4
refs/heads/master
2023-01-13T22:04:29.159560
2020-11-09T02:53:07
2020-11-09T02:53:07
295,583,532
0
0
null
null
null
null
UTF-8
C++
false
false
176
hpp
#include "HumanA.hpp" class HumanB { std::string _name; Weapon* _weapon; public: HumanB(std::string name); ~HumanB(); void setWeapon(Weapon& weapon); void attack(); };
[ "bpace@e1z1r3p21.42.us.org" ]
bpace@e1z1r3p21.42.us.org
fb6efcb5d41fc0fa651afe2b68858b30a6ee0701
aaa3eb8aa16289dd1a9235c7854bf55d5e557520
/net/ssl/sslsocket.cpp
3440a726340d3554c301794c6c6eca53632e8c16
[]
no_license
yangjietadie/common
5d46f3528ca16f728b92b2872838ac0b8eb302d5
2d87039d75d665b92d4f4cf368a422e656fa2b05
refs/heads/master
2023-03-19T23:30:52.659245
2019-07-29T03:04:52
2019-07-29T03:04:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,664
cpp
// Copyright (c) 2015, Wang Yaofu // All rights reserved. // // Author: Wang Yaofu, voipman@qq.com. // Created: 06/03/2015 // Description: file of socket openssl. #include <stdio.h> #include "sslsocket.h" using std::string; namespace { // extract error messages from error queue void buildErrors(std::string& ...
[ "wangyaofu@didichuxing.com" ]
wangyaofu@didichuxing.com
49f69bb0ea5eb1d6d2a98e9d8f8e81f0e4001f8d
09175c20d82ad4a6da112bc9df3c52821c7a3165
/linux/my_application.cc
c889043a925f0aa186ee111f0afe337f65e0712d
[]
no_license
eyouyou/flutter-router-example
8cfc833120503af82be194207d811ffdb6668f44
890b9a1c593946cfbac82c9551fde63dfee5395c
refs/heads/master
2023-04-09T22:59:43.332427
2021-04-20T08:08:46
2021-04-20T08:08:46
359,735,575
1
0
null
null
null
null
UTF-8
C++
false
false
3,678
cc
#include "my_application.h" #include <flutter_linux/flutter_linux.h> #ifdef GDK_WINDOWING_X11 #include <gdk/gdkx.h> #endif #include "flutter/generated_plugin_registrant.h" struct _MyApplication { GtkApplication parent_instance; char** dart_entrypoint_arguments; }; G_DEFINE_TYPE(MyApplication, my_application, GT...
[ "393370459@QQ.COM" ]
393370459@QQ.COM
7bac4654b45a46a942871fc56268171fb10f8b66
e6652252222ce9e4ff0664e539bf450bc9799c50
/d0706/7.6/source/DL24-dsh/ah.cpp
163f7d7e74a04db442b62dbb67750505565a04a5
[]
no_license
cjsoft/inasdfz
db0cea1cf19cf6b753353eda38d62f1b783b8f76
3690e76404b9189e4dd52de3770d59716c81a4df
refs/heads/master
2021-01-17T23:13:51.000569
2016-07-12T07:21:19
2016-07-12T07:21:19
62,596,117
0
0
null
null
null
null
UTF-8
C++
false
false
224
cpp
#include<iostream> #include<cstdio> using namespace std; int T; int main(){ freopen ("ah.in","r",stdin); freopen ("ah.out","w",stdout); cin>>T; for (int i=1;i<=T;i++) cout<<"0"<<endl; return 0; }
[ "egwcyh@qq.com" ]
egwcyh@qq.com
40f49dba5510f6abb6c1424fd448b509eca06940
569c3e3312583b197433424d166ebb2b0105b843
/C++/class/cbasse.cpp
0afd1da4c4379169b223059e06a3ccb9a14a3a17
[]
no_license
MagnetoWang/Mr-Wang-s-Code
81c693562caca3a77ddf98ab8e6ecfa06de1d3c9
84de0734b2e6ffe6d40de6ac4e1f88dd62c27756
refs/heads/master
2021-01-21T15:04:41.861580
2018-05-01T13:33:24
2018-05-01T13:33:24
59,352,588
1
0
null
null
null
null
UTF-8
C++
false
false
43
cpp
#include "cbasse.h" CBasse::CBasse() { }
[ "1527672216@qq.com" ]
1527672216@qq.com
38f7b7eed402c1a1e013b6eb40fb65d237a8d7a2
5a076617e29016fe75d6421d235f22cc79f8f157
/FBReader修改epub快速加载/FBReader/jni/NativeFormats/util/AndroidLog.h
64200d073a1dd26903973d510187ba80891782ba
[]
no_license
dddddttttt/androidsourcecodes
516b8c79cae7f4fa71b97a2a470eab52844e1334
3d13ab72163bbeed2ef226a476e29ca79766ea0b
refs/heads/master
2020-08-17T01:38:54.095515
2018-04-08T15:17:24
2018-04-08T15:17:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,225
h
/* * Copyright (C) 2011 Geometer Plus <contact@geometerplus.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
[ "harry.han@gmail.com" ]
harry.han@gmail.com
a5a88c366ed8c8fcb22e55c81639475020d8ea4e
09e7e5a0df4945291ade308e02dad3955f447156
/src/Netmon/plugins/statistics/StatisticsView.cpp
11b0a2b258a0aee231e172fab1b0ec6d6121c23a
[]
no_license
poiuytr92/win32-netmon
5833eebb62ec389eccea8f87225447ac9e03bb48
9bd14a134f20187eadeab2c5f372ef8727b24a17
refs/heads/master
2021-02-07T03:44:45.019642
2015-09-25T15:06:31
2015-09-25T15:06:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,600
cpp
// Copyright (C) 2012-2014 F32 (feng32tc@gmail.com) // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 3 as // published by the Free Software Foundation; // // This program is distributed in the hope that it will be useful, /...
[ "feng32tc@gmail.com@87ccf362-1046-b798-cbb8-c0ac7894b67e" ]
feng32tc@gmail.com@87ccf362-1046-b798-cbb8-c0ac7894b67e
688e82c5e5d0bf975364ffcac6045b41d15a376a
f6fd5f8bcda62e2b9c3c2b0267c8245100316a10
/codechef/JanuaryChallenge/DPARIS.cpp
c8130481568df276d7f7e53c83dd2e91afabb53b
[]
no_license
hymsly/CompetitiveProgramming
9f292673dd6b1809deb354b9d9b0e85c820201f1
daf91095fab74e5a4f6441e34263ea3db1290d4a
refs/heads/master
2021-07-24T09:42:33.589976
2020-05-19T14:26:58
2020-05-19T14:26:58
172,566,245
0
0
null
null
null
null
UTF-8
C++
false
false
811
cpp
#include <bits/stdc++.h> using namespace std; #define fore(i, a, b) for (int i = a, to = b; i < to; i++) #define all(v) v.begin(), v.end() #define SZ(v) (int)v.size() #define pb push_back #define fi first #define se second typedef long long ll; typedef pair<int, int> Pair; const int INF = (2e9); int main() { ios::syn...
[ "hamaro2511@gmail.com" ]
hamaro2511@gmail.com
3d12ed727512eca128e121e95adfb0ff9c9516fd
726d8518a8c7a38b0db6ba9d4326cec172a6dde6
/1209. Remove All Adjacent Duplicates in String II/Solution.cpp
073f0caaceff6599ca61bc00e50c5083ea54cea0
[]
no_license
faterazer/LeetCode
ed01ef62edbcfba60f5e88aad401bd00a48b4489
d7ba416d22becfa8f2a2ae4eee04c86617cd9332
refs/heads/master
2023-08-25T19:14:03.494255
2023-08-25T03:34:44
2023-08-25T03:34:44
128,856,315
4
0
null
null
null
null
UTF-8
C++
false
false
586
cpp
#include <string> #include <vector> using namespace std; class Solution { public: string removeDuplicates(string s, int k) { vector<pair<char, int>> buff; for (const char &c : s) { if (buff.empty() || buff.back().first != c) buff.emplace_back(c, 1); else ...
[ "faterazer@outlook.com" ]
faterazer@outlook.com
279cfe9c25305c9d12e827ebe1fc6fe891acfb6a
52b0eac90b9f30f279563b944777e7ac31dbd0a1
/DotNetGotchas/CSharp/ClassInterfaceType/COMClient/COMClient.cpp
0c93b302165448e1fce38aa6d81b5fcc45d81feb
[]
no_license
yanglr/dotNET-Gotchas
c638189ccac5ffd96ac75648d267080065a18c25
46373395d5b02891a8c191b32a01517484c2efbb
refs/heads/master
2022-11-05T18:47:46.565267
2020-06-23T14:14:10
2020-06-23T14:14:10
274,420,477
1
0
null
null
null
null
UTF-8
C++
false
false
160
cpp
// COMClient.cpp : Defines the entry point for the console application. // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; }
[ "booktech@oreilly.com" ]
booktech@oreilly.com
4b60f413507d8457b555a5b4c0c4d50ee772ae78
14c41dd51d2ee95b1045831ebffa11b699b2bc03
/lotofacil_grupo.hpp
075737e397715dd1d75e4069d0a029fe261c33cc
[]
no_license
fabiuz/ltk_gerador_de_dados_lotofacil
c5965b369f4abc5e173fe8a5eb1f424710a9c81e
9c2549927ee585f02cdf692524ca5f8054af34c8
refs/heads/master
2018-09-30T01:28:24.154247
2018-06-09T18:48:32
2018-06-09T18:48:32
112,659,390
0
0
null
null
null
null
UTF-8
C++
false
false
11,779
hpp
#ifndef LOTOFACIL_GRUPO_HPP #define LOTOFACIL_GRUPO_HPP #endif // LOTOFACIL_GRUPO_HPP #include <cstdio> /* * No código abaixo, há vários parâmetros, ao invés disto, irei passar um arranjo com todas as bolas, * neste caso, o código fica com mais desempenho. * * long obter_id_grupo_2_bolas(long b1, long b2); long...
[ "ccmaismais@yahoo.com" ]
ccmaismais@yahoo.com
94c3d2f765532a960903680e43fb41373ca1a1d6
381d605da20ca3342687e26c5bd00936fe7a46e7
/UVA/12187-Brothers.cpp
06bb8a31da2dfe2e7e9cc92cd1fbbc4da34c04fb
[]
no_license
z0CoolCS/CompetitiveProgramming
4a4c278533001a0a4e8440ecfba9c7a4bb8132db
0894645c918f316c2ce6ddc5fd5fb20af6c8b071
refs/heads/master
2023-04-28T08:15:29.245592
2021-04-20T01:02:28
2021-04-20T01:02:28
228,505,384
0
0
null
null
null
null
UTF-8
C++
false
false
1,104
cpp
#include<stdio.h> using namespace std; int main(){ int n,r,c,k; int matrix[102][102]={-1}; int matrixcp[102][102]={-1}; int brohated; bool faro; while(scanf("%d %d %d %d",&n,&r,&c,&k), n || r || c || k){ for(int i=1;i<=r;i++) for(int j=1;j<=c;j++){ scanf("%d",&matrix[i][j]); matrixcp[i][j]=mat...
[ "giordano.alvitez@utec.edu.pe" ]
giordano.alvitez@utec.edu.pe
bd6bc5bfe548f1cac7e1c860dfad4f84263fbb44
b50980d999e7a856545f41d67b309b943605317c
/generate_maze.cpp
eae94ac9be90c7b6db065059fe9c67f24c0849a7
[]
no_license
Darren2017/Lab
ea81bf4f5bad0622d14b9ba93b3d23d3d4da0006
b0d246a3ad254837d369568689e75e87679f51b6
refs/heads/master
2021-09-15T11:02:04.931872
2018-05-31T09:15:47
2018-05-31T09:15:47
125,730,538
0
0
null
null
null
null
UTF-8
C++
false
false
2,155
cpp
#include<iostream> using namespace std; short D[200][200] = {0}; //记录已走的路径 short Z[200][200] = {0}; //记录这里是否有墙 int nx[] = {1, 0, -1, 0}; int ny[] = {0, 1, 0, -1}; int M, N; //M-------高度 N --------------长度 void generate_maze(int x, int y); //产生一个迷宫,即打通相应的墙 void generate_wall(); //...
[ "17362990052@163.com" ]
17362990052@163.com
c607466deb1c5f9e612df9a90d69625980939c7b
62b99fa26ef44b5c90fabbc4de5d1b14c47a7532
/cpp05/ex02/ShrubberyCreationForm.hpp
e1354ac6804605c1f2fd49b8c0d0920d4c63c3d4
[]
no_license
cchudant/piscinecpp
6989cf42ed81719d9e1c70f006a7d220f74f66b3
9ef0f48d9c4f655c52cef746278b6465f9b320a5
refs/heads/master
2020-09-28T09:12:44.650437
2020-02-25T16:52:22
2020-02-25T16:52:22
226,743,521
0
0
null
null
null
null
UTF-8
C++
false
false
1,389
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ShrubberyCreationForm.hpp :+: :+: :+: ...
[ "skybt@pm.me" ]
skybt@pm.me
e7f797f27ba08152baa4b8c60d40846347538af2
770dbd7620726854e296f1fcf4e925fbdcdef5b0
/QoSMetricProvider/reasoner/src/RoqmeReasoner.cpp
950f3a38afc06ed3e4f13897fac0a6caab35a9e9
[]
no_license
MiRON-project/MIRON-Components
79abd6135bacb704ff7cc8a796005082ae98853d
e325aa42029c3a56ebb73cbd9eea77f685dc7e9e
refs/heads/master
2021-03-05T05:03:57.650148
2020-10-27T20:32:30
2020-10-27T20:32:30
246,097,352
0
0
null
2020-10-27T20:17:34
2020-03-09T17:18:06
C++
UTF-8
C++
false
false
8,342
cpp
// This file belongs to the RoQME toolchain. // Copyright (C) 2019 University of Extremadura, University of Málaga, Biometric Vox. // // RoQME is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either ver...
[ "renan028@gmail.com" ]
renan028@gmail.com
0d019bb84718a9a263abe33ff4716c57663235e5
99f04b10b1209f9f148eefe414a9592bd4f8fa88
/test/maintest.cpp
24e2202bf42a25107fdfca0cd5d5504712872e5b
[]
no_license
S-doud/sddlog
160f90f61950995e297e0260836a18c4bf2f59dd
df9b3b9e988b64863f20ff591f3017edfc714758
refs/heads/master
2022-06-23T15:17:42.073303
2022-05-26T03:31:53
2022-05-26T03:31:53
256,119,838
0
0
null
null
null
null
UTF-8
C++
false
false
1,339
cpp
#include <thread> #include <iostream> #include <string.h> #include "log.h" using namespace std; void threadFunc(int ind) { for (int i = 0; i < 100000; ++i) { LOG <<"thread"<<ind<<" : "<<i; } } void type_test() { // 13 lines cout << "----------type test-----------" << endl; LOG << 0; LOG << 1234567890123; L...
[ "1272255407@qq.com" ]
1272255407@qq.com
0a0e61156a03532118c9b83b042790cbe59c8a43
78b176820108bb5f6782a082a36a2cd48da5ef18
/Modules/GLTF2/Public/Toon/GLTF2/GLTF2SceneImporter.hpp
d463b7ff2c74c70bdfba1838f25aa12c4506b79e
[ "MIT" ]
permissive
benjinx/Toon
b73f20e920991768179ae49413252ec41824b7f7
f21032b2f9ad5fbc9a3618a7719c33159257d954
refs/heads/main
2023-03-31T07:04:51.115717
2021-03-28T22:51:42
2021-03-28T22:51:42
333,629,196
5
1
null
null
null
null
UTF-8
C++
false
false
516
hpp
#ifndef TOON_GLTF2_SCENE_IMPORTER_HPP #define TOON_GLTF2_SCENE_IMPORTER_HPP #include <Toon/GLTF2/GLTF2Config.hpp> #include <Toon/SceneImporter.hpp> namespace Toon::GLTF2 { class TOON_GLTF2_API GLTF2SceneImporter : public SceneImporter { public: DISALLOW_COPY_AND_ASSIGN(GLTF2SceneImporter) GLTF2SceneImport...
[ "mynameizkevin@gmail.com" ]
mynameizkevin@gmail.com
debef1a4a47b929b707b9bab29407a5011d0a113
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/bigneuron_siqi_stalker_v3d/lib/ITK_include/itkSharedMorphologyUtilities.h
fbb18ffa7d53feb32910d1f09cbfd51d7b99ffec
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
3,289
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "sliu4512@uni.sydney.edu.au" ]
sliu4512@uni.sydney.edu.au
0f34189dc54139ad71d4d2acd19f4b4043a6aa17
367d2670c75d385d122bca60b9f550ca5b3888c1
/gem5/src/gpu-compute/scheduler.cc
3986658e0f4096611e74f37410a5df7d63894b2a
[ "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LGPL-2.0-or-later", "MIT" ]
permissive
Anish-Saxena/aqua_rowhammer_mitigation
4f060037d50fb17707338a6edcaa0ac33c39d559
3fef5b6aa80c006a4bd6ed4bedd726016142a81c
refs/heads/main
2023-04-13T05:35:20.872581
2023-01-05T21:10:39
2023-01-05T21:10:39
519,395,072
4
3
Unlicense
2023-01-05T21:10:40
2022-07-30T02:03:02
C++
UTF-8
C++
false
false
2,308
cc
/* * Copyright (c) 2014-2017 Advanced Micro Devices, Inc. * All rights reserved. * * For use for simulation and test purposes only * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of sourc...
[ "asaxena317@krishna-srv4.ece.gatech.edu" ]
asaxena317@krishna-srv4.ece.gatech.edu
0f50ef4a3632313cf4643035bc50db0d12133bb4
d84ff5a4f385936330af29451a16fb3eb2e1c8df
/other/streambox_saber/streambox_release_March_10_2018/Kaskade/linalg/matrixTraits.hh
d2194b4ff67e4f7552e023adee3007e91ca22429
[ "Apache-2.0", "LicenseRef-scancode-generic-exception", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
TU-Berlin-DIMA/analyzing-stream-modern-hardware
3e84365f62cf1ef8bc72d7b9e26c93edde99d9d3
c8b9b7e85fa31d248499bf253eb7f71c80eaaf4e
refs/heads/master
2022-11-20T18:30:22.994497
2020-02-17T11:50:47
2020-02-17T11:51:59
194,823,562
4
2
Apache-2.0
2022-11-15T23:28:54
2019-07-02T08:39:45
Gnuplot
UTF-8
C++
false
false
2,803
hh
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the library KASKADE 7 */ /* see http://www.zib.de/projects/kaskade7-finite-element-toolbox */ ...
[ "venturadelmonte@gmail.com" ]
venturadelmonte@gmail.com
34370d9f57f8a2254d657d7ed7dc8ff4e05c52f7
4c86881bd200e9a15b71b733174b3abc1924bf0d
/libSBML/src/validator/MathMLConsistencyValidator.h
f5f6b44be01108d8f75f55072aedb4c872d29a4b
[]
no_license
mgaldzic/copasi_api
500f0d6da8349c611bafb8d8301af61fc07bb1b2
51b284295c2238da9c346999ff277c6883b8ca52
refs/heads/master
2021-01-01T06:04:39.888201
2011-09-16T05:29:21
2011-09-16T05:29:21
2,281,690
0
0
null
null
null
null
UTF-8
C++
false
false
1,806
h
/** * @cond doxygen-libsbml-internal * * @file MathMLConsistencyValidator.h * @brief Performs consistency checks on an SBML model * @author Ben Bornstein * * $Id: MathMLConsistencyValidator.h 11634 2010-08-03 03:57:18Z mhucka $ * $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/libsbml/src/va...
[ "mgaldzic@gmail.com" ]
mgaldzic@gmail.com
6ffef086fd08013fadc4299eda659cf966f6b3c7
a68f0713fd33cb141b3acef8bb9a4fd94b1cb81f
/src/touchscreen_controller.h
ce0be70282566dcd71ef3c4a71a37be979abc176
[ "Apache-2.0" ]
permissive
ycaihua/pienoon
7deb9aaa838b384003c1f1f14bcb198b9591038c
257f2dcc47506ef6364242272e6d3fd37eeb11f5
refs/heads/master
2021-01-15T12:22:30.551607
2015-07-15T22:25:59
2015-07-15T22:25:59
39,240,004
1
0
null
2015-07-17T07:06:01
2015-07-17T07:06:01
null
UTF-8
C++
false
false
2,012
h
// Copyright 2014 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 applicable...
[ "smiles@google.com" ]
smiles@google.com
3484922c7c767b15423d5632988cccbcc2226e40
306a349b03ad2bef3a4c953f78298842b8e30222
/AppWarrior/Source/Libs/QTDataHandler/AppWarrior/FileSystem/CFSLocalFolderRefWin.cpp
77cb50cd275e9e46492e2778b1e70ca9b564f7c3
[]
no_license
Schala/GLoarbLine
812fcc0f0b6d99fde7be880b3bf903903cfa17bc
9e700253050afd3b0968a424f320a3908eeb17e9
refs/heads/master
2021-01-10T15:33:39.220985
2016-04-12T00:13:28
2016-04-12T00:13:28
55,819,341
0
1
null
null
null
null
UTF-8
C++
false
false
10,038
cpp
/* (c)2003 Hotsprings Inc. Licensed under GPL - see LICENSE in HotlineSources diresctory */ // The Win32 file naming #include "AW.h" #include "CFSLocalFolderRefWin.h" #include "CFSLocalFileRefWin.h" #include "StString.h" HL_Begin_Namespace_BigRedH // ------------------------------------------------------------------...
[ "schalaalexiazeal@gmail.com" ]
schalaalexiazeal@gmail.com
adf9acad75e56da35c7185a29da0b1760ebb8351
2ccb2893e895cae01e508f5a669c39a3a4aeaf71
/AnimationService/timerrefreshthread.h
54afc8c4f1fa143b7b481e37295d76ef3668db0c
[ "Apache-2.0" ]
permissive
xubenhao/VisualAlgorithm
513942013716fc2caddae8e1cd32318fc50a8bdc
5fc45d9a4fc58569953fe3d880517adcd2fb0881
refs/heads/main
2023-02-28T19:31:51.437208
2021-02-08T02:29:50
2021-02-08T02:29:50
333,267,125
2
0
null
null
null
null
UTF-8
C++
false
false
1,410
h
// Author : XuBenHao // Version : 1.0.0 // Mail : xbh370970843@163.com // Copyright : XuBenHao 2020 - 2030 #ifndef ANIMATION_SERVICE_TIMERREFRESHTHREAD_H #define ANIMATION_SERVICE_TIMERREFRESHTHREAD_H #include "header.h" namespace NAnimationService { class TimerRefreshThread : public QThread { public: ...
[ "xbh370970843@163.com" ]
xbh370970843@163.com
14ed95bc12fd2a7a3dd0b3a7b2ad6d9478776d52
303f5990985aba9a1884053baf08ff0d47c3a5de
/devel/include/kinova_msgs/Arm_KinovaPoseGoal.h
37aa7f854e924a34bdb585adf3fa4e800294c95f
[]
no_license
Brendon2016/Tsing-Siemens-Competiton
d1339e162c8582a59aa153f29bec0180c4e261d7
8ffc7ee931a877898342fdd3593e92b633e22bce
refs/heads/master
2020-03-28T23:30:48.267738
2018-09-18T13:53:33
2018-09-18T13:53:33
149,294,923
0
0
null
null
null
null
UTF-8
C++
false
false
5,783
h
// Generated by gencpp from file kinova_msgs/Arm_KinovaPoseGoal.msg // DO NOT EDIT! #ifndef KINOVA_MSGS_MESSAGE_ARM_KINOVAPOSEGOAL_H #define KINOVA_MSGS_MESSAGE_ARM_KINOVAPOSEGOAL_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_messag...
[ "251311876@qq.com" ]
251311876@qq.com
f1607f34a54afa9b1a8044710d64c7fd6f3cf7aa
e6d4a87dcf98e93bab92faa03f1b16253b728ac9
/algorithms/cpp/pizzaWith3nSlices/pizzaWith3nSlices.cpp
2d079f6e8b1efb23c2dcbc90bc8dafc3c48b2745
[]
no_license
MichelleZ/leetcode
b5a58e1822e3f6ef8021b29d9bc9aca3fd3d416f
a390adeeb71e997b3c1a56c479825d4adda07ef9
refs/heads/main
2023-03-06T08:16:54.891699
2023-02-26T07:17:47
2023-02-26T07:17:47
326,904,500
3
0
null
null
null
null
UTF-8
C++
false
false
814
cpp
// Source: https://leetcode.com/problems/pizza-with-3n-slices/ // Author: Miao Zhang // Date: 2021-04-28 class Solution { public: int maxSizeSlices(vector<int>& slices) { vector<int> s1(begin(slices) + 1, end(slices)); vector<int> s2 (begin(slices), end(slices) - 1); int res1 = cal(s1); ...
[ "zhangdaxiaomiao@163.com" ]
zhangdaxiaomiao@163.com
cb68951dfbc3e4591f80be6ee9e9920c146c1826
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/blink/renderer/core/layout/ng/inline/ng_inline_break_token.cc
37650021040a826816330d993b9923201f3dcc61
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
1,565
cc
// 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. #include "third_party/blink/renderer/core/layout/ng/inline/ng_inline_break_token.h" #include "third_party/blink/renderer/platform/wtf/text/string_builder...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
e1857a90e96e9e34a53199c0a77674185ceea314
12ab569a0d912f34561ace7effb7637acc7301f7
/OpenGLtest2/OpenGLtest2/csv.cpp
8b40bc4ac1921709096b4dce64603d74c730c9d6
[]
no_license
mwakkey/MyScript
bb93a2ca6d76929b60563b7caa419a062522f0ff
bfa98a75c46a63f171f01f97dc03672ed1a9f10c
refs/heads/master
2020-04-07T06:11:16.904341
2017-05-08T06:04:16
2017-05-08T06:04:16
61,784,675
0
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
#include "csv.h" CSV::CSV() { ; } CSV::CSV(const char* csvFile, std::string dlm) { output.open(csvFile); delimiter = dlm; } CSV::~CSV() { output.close(); } void CSV::set(const char* csvFile, std::string dlm){ output.open(csvFile); delimiter = dlm; } void CSV::reset(){ output.close(); }
[ "oingoboingo3911@outlook.com" ]
oingoboingo3911@outlook.com
c8faf1110b6b33ab5d5bc92fc8fc479ec96223c3
2797a6ec5f1e667c4320941637630a9110b6ac8a
/cpp/ntradesys/CentralOrderRepo.h
72ffd6eaabdddbe3dbd21267df1a9c4191a96b23
[ "Apache-2.0" ]
permissive
lionelyoung/newt
d349bda3da22749159680b90f16779788032a22f
0e07a87aa6b8d4b238c1a9fd3fef363133866c57
refs/heads/master
2020-04-18T17:09:47.294429
2019-01-24T18:35:48
2019-01-24T18:35:48
167,648,618
1
0
Apache-2.0
2019-01-26T04:14:55
2019-01-26T04:14:55
null
UTF-8
C++
false
false
4,524
h
/* CentralOrderRepo.h Original version: dpuder, 2009. Mod History: - Moved OrderRecord to seperate file (OrderRecord.{cc,h}). */ #ifndef __CENTRALORDERREPO_H__ #define __CENTRALORDERREPO_H__ #include <map> #include <vector> #include <cl-util/factory.h> #include <cl-util/debug_stream.h> #include <clite/mess...
[ "csean@SMacBook.home" ]
csean@SMacBook.home
d050fc3a4461e2bead85d8d693bb0d3cba9c9d4a
cadb8cb700443371d07803a92ecaa9728955b5e7
/gallonToLiters.cpp
a77dc681d35b86242c5090e321dadbbd714ff54d
[]
no_license
Ronaldoh1/LearningC-plus-plus
81055f8701b4a7a22729daf5d6a4cf8a17d53669
fa5aa001ad4f640a942493e6781b8014cc60795c
refs/heads/master
2021-01-10T15:28:56.048759
2015-10-24T20:57:17
2015-10-24T20:57:17
44,709,569
0
0
null
null
null
null
UTF-8
C++
false
false
175
cpp
// // gallonToLiters.cpp // FirstCPPFile // // Created by Ronald Hernandez on 10/21/15. // Copyright © 2015 Wahoo. All rights reserved. // #include "gallonToLiters.hpp"
[ "2ronald.hernandez@gmail.com" ]
2ronald.hernandez@gmail.com
b68657e598d6c9ec01e9689865a6c0746320a423
646b207af4808a21612191aa4f7d5eeb8f50552a
/Practice/Sources/aur/include/materials/constant_material.hpp
6f3ccbb7cbf5813b56474c8dff68b54428363c3e
[]
no_license
krsu-ict/krsu-oop
1486a68f0983ec1c0cbe74bbd7f69530602d702d
aaaa48436446aaade0bd27ae9e99ae29d6f5b36a
refs/heads/master
2020-12-27T22:57:34.891034
2020-06-25T01:48:15
2020-06-25T01:48:15
238,095,156
5
0
null
null
null
null
UTF-8
C++
false
false
1,154
hpp
#ifndef CONSTANT_MATERIAL_HPP #define CONSTANT_MATERIAL_HPP #include "materials/material.hpp" #include "textures/texture.hpp" #include <glm/glm.hpp> namespace aur { class ConstantMaterial : public Material { public: [[nodiscard]] const glm::vec4 &get_emission_color() const { r...
[ "dmitrii@toksaitov.com" ]
dmitrii@toksaitov.com
f9e5367465c438e78df0bf0ea1326b96ccaf1c57
8d6b3404c44461591be2ec9eea77e6b15dd55f8b
/Final/04_Graph Theory/06_Network Flow/02_Dinic.cpp
09ebf6eef392d6d4593900f8dd0a25cbc74bd294
[]
no_license
Vaster4/MyFinalAcmTemplate
30838175738b85887f0f6a5716b9f44de8b8d808
d4ad9f770aa73554249d9b43bd51916097c0cc83
refs/heads/master
2022-04-07T23:23:56.937193
2019-03-06T02:56:37
2019-03-06T02:56:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,253
cpp
const int N = 100010; const int INF = 0x3f3f3f3f; struct Node { int to; int w; int ne; }; Node node[N]; int Q[N]; /// 队列 注意数组的大小 int head[N]; int cur[N]; /// 前向弧优化 int di[N]; int ma[N]; int ss, tt; int top; int n, m; void ini() { top = 0; memset(head, -1, sizeof(head)); ...
[ "noreply@github.com" ]
Vaster4.noreply@github.com
14ce6dafea1b68d550f686398e5b1d596c65df56
31af4e75039a4e0d19f7d5e728984ad2aefe669a
/Module01/ex05/main.cpp
a19645171d05fb702475b0049f7c18a674310688
[]
no_license
bouillon21/CPP_modules
14fded3a0d50e7ae3c6b6058c33eb9bc10dc5b56
b0ce183db7abc3dfc0a94152acb685373a86b48a
refs/heads/master
2023-09-02T05:58:00.974783
2021-10-12T14:29:12
2021-10-12T14:29:12
394,299,945
0
0
null
null
null
null
UTF-8
C++
false
false
257
cpp
// // Created by Cherlyn Shelli on 8/14/21. // #include <iostream> #include "Karen.h" int main () { std::string level; Karen myKaren; std::cout<<"введите левл: "; std::cin >> level; myKaren.complain(level); return 0; }
[ "b.barzhanov@yandex.ru" ]
b.barzhanov@yandex.ru
30b6b5c2b1829b63c42ca1770f5bc90d977f7a6f
0306d5c501519ad09503c4391e470fb0856d2a28
/ddraw/IDirectDrawSurface.cpp
46cd094601a286662f3a4645bebf371db7b7eddf
[ "Zlib" ]
permissive
CupertinoDude/DirectX-Wrappers
f7ce8a614663242b0e5e6070b5487afb14c78407
de7f427ba75be1d357682d367dc470c82b782f7f
refs/heads/master
2021-07-12T22:20:41.874824
2017-10-14T16:16:03
2017-10-14T16:16:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,853
cpp
/** * Copyright (C) 2017 Elisha Riedlinger * * This software is provided 'as-is', without any express or implied warranty. In no event will the * authors be held liable for any damages arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, including co...
[ "elisha@novicemail.com" ]
elisha@novicemail.com
d3568a707de5a9b08b42f6cbe6a43a5c983e2227
400ff661684148cbb6aa99f4ebbc82bc551356d9
/linux/linux-common/time.cpp
91b16d46617c883f45082858559ffd726f44411e
[]
no_license
csw201710/demo
32d71f333dc7f78fab0e2ab53f6a7e051847eea3
386a56961e8099b632115015cbeec599765ead01
refs/heads/master
2021-08-26T08:03:49.055496
2021-08-18T11:22:45
2021-08-18T11:22:45
171,476,054
7
11
null
null
null
null
UTF-8
C++
false
false
651
cpp
static void getTimeBuf(char * buf,size_t len){ struct tm* timenow; time_t now; time(&now); timenow = localtime(&now); snprintf(buf, len, "%04d-%02d-%02d-%02d-%02d-%02d", timenow->tm_year + 1900, timenow->tm_mon + 1, timenow->tm_mday, timenow->tm_hour, timenow->tm_min, timenow->tm_sec); return ...
[ "work@qq.com" ]
work@qq.com
17a5779ed941406db4a96dfb82630fda8f443305
ebc4929722c5b8facc0311d73fe184b491770240
/src/Vector2f.hpp
0304aa56f2101e3aa8ffe1d56fde811c5d2695fc
[]
no_license
opatut/OpenGL-Playground
a0b4bb4a7958ff5ecd688fa6e10e7559520ecaf2
208b42a91d83caecc7d8f2f1c886b7bf09c4e08e
refs/heads/master
2016-09-05T18:31:13.233788
2011-08-03T15:13:41
2011-08-03T15:13:41
2,145,658
0
0
null
null
null
null
UTF-8
C++
false
false
201
hpp
#ifndef _VECTOR2F #define _VECTOR2F #include <cmath> class Vector2f { public: float X; float Y; Vector2f(float x, float y); float GetLenght() const; void Normalize(); }; #endif
[ "opatutlol@aol.com" ]
opatutlol@aol.com
c1cfc225997f7668133409640b5cef5b460ea4c6
993f12a01981d837916f45ed04c9c53bd12b5d38
/dev/vehicle/infantry/inspector_infantry.cpp
6ae7b33776691cbdff6b3e3553c0ab1d0b612c1c
[]
no_license
Mo-Kanya/Meta-Infantry
999c12eb30cf68abec375613821201c1a4e3bd1f
5220c30116739767d6cd2fc0461ba2dc901ddd3c
refs/heads/master
2020-09-15T21:48:54.470511
2019-11-15T18:52:15
2019-11-15T18:52:15
223,563,179
1
0
null
2019-11-23T09:24:30
2019-11-23T09:24:29
null
UTF-8
C++
false
false
7,210
cpp
// // Created by liuzikai on 2019-06-25. // #include "inspector_infantry.h" AbstractAHRS *InspectorI::ahrs = nullptr; CANInterface *InspectorI::can1 = nullptr; CANInterface *InspectorI::can2 = nullptr; bool InspectorI::gimbal_failure_ = false; bool InspectorI::chassis_failure_ = false; bool InspectorI::remote_failur...
[ "liuzikai@163.com" ]
liuzikai@163.com
6b7b6adea7259b61a750339e23f396b4e968aa75
fe34aca1ddeeee075cc6d0b6ba726af9a64c1a16
/trunk/SMVS/SerialPort.cpp
525d9057aadc9efcbd74a0ca08463df5097a4680
[]
no_license
LearnerJason/SMVS
0c558874a27097940101ac6cec928f48e4c765c8
8105b2a8403b01ae467660cd5d6ea27e2ec2e5b2
refs/heads/master
2022-12-05T09:53:40.216127
2020-08-04T03:22:45
2020-08-04T03:22:45
284,647,830
2
0
null
null
null
null
GB18030
C++
false
false
10,297
cpp
#include "StdAfx.h" #include "SerialPort.h" #include <assert.h> #include <process.h> CSerialPort::CSerialPort(int nPortNum) :m_nPortNum(nPortNum), m_hComm(0), m_hWriteEvent(0), m_hShutdownEvent(0), m_bReadingPortFinished(false), m_bThreadAlive(false), m_pOwnerWnd(nullptr) { ::memset((void*)...
[ "to_jasoncheng@163.com" ]
to_jasoncheng@163.com
c0c3f0bac5f7496f3c09874ea0400ba4397fca4f
6e50b385bf7c18790dc2d95c75479adbc44f4869
/_testPlan/test/interesttest.cpp
ec8f96b23d017306848eae4b3a6833717348ec48
[]
no_license
99003708/SDLC_LTTS
83394e475680464f7ca5a15e9cee89e596f0917b
c5405a9fac068bcdc5bd2bc795437bc06e6f80ff
refs/heads/main
2023-03-10T10:40:49.907573
2021-02-25T09:27:08
2021-02-25T09:27:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include "unity.h" #include "interest.h" #include "test_interest.h" void test_interest_basic(void) { TEST_ASSERT_EQUAL( 2, 4250); } int test_interest(void) { /* Initiate the Unity Test Framework */ UNITY_BEGIN(); /* Run Test functions */ RUN_TEST(test_interest_basic); /* Close the Unity Test Framework */ ret...
[ "chilukuri.yuvateja@gamil.com" ]
chilukuri.yuvateja@gamil.com
3a6f93f020490dc44eff235655b88b794360e4ca
0a264c8bd289740c09cd28a9de53bf44f7621972
/ls.cpp
f9c467d5f1c48b5d8602c51a2b0f8c7069c1a722
[]
no_license
konstantinkeller/Asadi-Keller-p3
812d1d8b8bb8d14cc6b9e5737bf90b9afc486bfa
d40d0ec821dd799e31d6b9fd736f436a127d7266
refs/heads/master
2021-03-27T18:48:28.560528
2017-04-12T03:20:24
2017-04-12T03:20:24
87,020,524
0
0
null
null
null
null
UTF-8
C++
false
false
11,510
cpp
#include <stdio.h> #include <iostream> #include <iomanip> #include <cstdlib> #include <dirent.h> #include <sys/stat.h> #include <sys/types.h> #include <pwd.h> #include <grp.h> #include <vector> #include <algorithm> #include <locale> #include <cstring> #include <string> #include <unistd.h> using namespace std; void so...
[ "konstantinkeller5@gmail.com" ]
konstantinkeller5@gmail.com
753baf3f313de45d9f9de8e15fbb83b3a635d120
4f4a10693ba1df3e7d1016178ed246e6198ed2a3
/ServerApp/ServerUTest/src/AuthenticatorTest.cpp
636e456dd535b2b3d8fc76ffe0760e2d5eebcf0b
[]
no_license
lite12/cpttt
b3868ff7ce5da1058184ead5daceb51f30a5e8ba
ca4e74f2a041c0a57c7f05695c04e333a2dd9336
refs/heads/master
2020-03-18T23:48:39.723397
2018-06-02T14:56:54
2018-06-02T14:56:54
135,430,079
0
0
null
null
null
null
UTF-8
C++
false
false
1,741
cpp
#include "stdafx.h" #include <gtest\gtest.h> #define private public #include "include/Authenticator.h" #undef public #include <sstream> #include <fstream> using namespace ServerApp; namespace ServerAppTest { class UserStoreMock : IUserStore { std::unordered_map<std::string, std::shared_ptr<UserDefinition>...
[ "34488369+lite12@users.noreply.github.com" ]
34488369+lite12@users.noreply.github.com
fc52902311d54f5946cc802b4445f5100ee23d30
c49e02dbb5392cb1ea841d5ee1a0309ea6b5b86f
/include/algorithms/neural_networks/layers/loss/logistic_cross_layer_forward_types.h
f4973746aa180a753ba9773cbe3af00d219b414b
[ "Intel", "Apache-2.0" ]
permissive
apnavik/daal
faa6f012a68623f34e970bcf309f121097da05f7
3a01b33aa3feb8994c7940116c5a3b4f101f0c04
refs/heads/master
2020-08-02T04:40:23.284552
2019-10-07T06:17:39
2019-10-07T06:17:39
201,421,484
0
0
Apache-2.0
2019-08-09T08:04:29
2019-08-09T08:04:27
null
UTF-8
C++
false
false
6,822
h
/* file: logistic_cross_layer_forward_types.h */ /******************************************************************************* * Copyright 2014-2019 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
[ "nikolay.a.petrov@intel.com" ]
nikolay.a.petrov@intel.com
98034d769ace00df7df2294cd24d934e2c9dda0c
b957e10ed5376dbe85c07bdef1f510f641984a1a
/Object.cpp
9061d37946b70f34c44618f7f3c89fc005a968c3
[]
no_license
alexjshank/motors
063245c206df936a886f72a22f0f15c78e1129cb
7193b729466d8caece267f0b8ddbf16d99c13f8a
refs/heads/master
2016-09-10T15:47:20.906269
2009-11-04T18:41:21
2009-11-04T18:41:21
33,394,870
0
0
null
null
null
null
UTF-8
C++
false
false
25
cpp
#include ".\object.h"
[ "alexjshank@0c9e2a0d-1447-0410-93de-f5a27bb8667b" ]
alexjshank@0c9e2a0d-1447-0410-93de-f5a27bb8667b
5227c42726e7f56a51ff20ff9d650a62f4a1cc10
65aaba4d24cfbddb05acc0b0ad814632e3b52837
/src/osrm.net/libosrm/osrm-deps/boost/include/boost-1_62/boost/fiber/algo/algorithm.hpp
e02bce4ad419a7d062a50fc8e2dfb843c7867887
[ "MIT" ]
permissive
tstaa/osrmnet
3599eb01383ee99dc6207ad39eda13a245e7764f
891e66e0d91e76ee571f69ef52536c1153f91b10
refs/heads/master
2021-01-21T07:03:22.508378
2017-02-26T04:59:50
2017-02-26T04:59:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:002cfd0c3aa40bfce5f13ee460a5d6c5889c7cb59681849c7443a6958351756b size 4010
[ "ssuluh@yahoo.com" ]
ssuluh@yahoo.com
b65afda968b23fae5b5d094cc4525a8eab6b3008
b822313f0e48cf146b4ebc6e4548b9ad9da9a78e
/KylinSdk/Standard/stdpch.cpp
a2d29488c51ea21b4e2faa61fa58ca8d1a6e3d8a
[]
no_license
dzw/kylin001v
5cca7318301931bbb9ede9a06a24a6adfe5a8d48
6cec2ed2e44cea42957301ec5013d264be03ea3e
refs/heads/master
2021-01-10T12:27:26.074650
2011-05-30T07:11:36
2011-05-30T07:11:36
46,501,473
0
0
null
null
null
null
GB18030
C++
false
false
268
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // Standard.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdpch.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
[ "apayaccount@gmail.com" ]
apayaccount@gmail.com
6f177815a0fb72088a217b053d05e4bb9480ef89
b72eeb4ece026e3f46e8bae69a6eda8c9eb100b4
/UVa-Online-Judge/10093 - An Easy Problem!.cpp
8a29dc9c517c9295113513a80ad326d0c4347621
[]
no_license
shahed-shd/Online-Judge-Solutions
712fadd108e026647adec09e576b3f364c1d54bd
ad10d61097d780aa8465c6836dc9f899a23239bc
refs/heads/master
2023-08-31T06:37:19.801355
2023-08-27T09:53:53
2023-08-27T09:53:53
37,283,322
34
27
null
null
null
null
UTF-8
C++
false
false
910
cpp
#include <iostream> #include <unordered_map> using namespace std; int main() { ios::sync_with_stdio(false); unordered_map<char, int> mp; for(int i = 0; i <= 9; ++i) mp[i+'0'] = i; for(int i = 0; i <= 25; ++i) mp[i+'A'] = i+10, mp[i+'a'] = i+36; string num; while(cin >> num)...
[ "shahed-shd@users.noreply.github.com" ]
shahed-shd@users.noreply.github.com
208250ce65905d177aa353df1b9c083a97e426ce
91c650d6cc59d98e004ecb1273c04a64f1f84e19
/WallConstructor/Wall.h
ab34e20743e3e7470b8bea3fb1dbab51824e56d5
[]
no_license
d3c6e1/WallConstructor
88e348b6c23ae36d68ea87ffea07816a1b188eee
56d2d76072ba201c60ec46802e7260873c78cd9c
refs/heads/main
2023-02-07T02:34:22.138706
2020-12-19T18:06:36
2020-12-19T18:06:36
313,330,055
0
0
null
null
null
null
UTF-8
C++
false
false
757
h
#pragma once #include <string> #include <vector> using std::vector; using std::string; enum class Cell { GAP, WALL, FILLED_WALL }; class Wall { int height; int width; vector<vector<Cell>> structure; public: Wall(): height{}, width{}{} Wall(const int _height, const int _width, const vector<string>& _wall):...
[ "dmytro.koval@nure.ua" ]
dmytro.koval@nure.ua
f8e5f9a7db4789f2c350a5c6f7ee1335655b3e54
c9dcdbabfe6d5036e6104854a951d86fd8970f8c
/src/delayline.h
470d13f25bd0529d7d062e45a90a68beb7b80d2e
[]
no_license
dale212/arduino-dsplib
e9f3a2c243c491a581c86c4bba2239afb729e7dd
d2b474c71db094f5753fa6770f8e111ff4ceff6e
refs/heads/master
2020-12-24T18:54:31.940190
2019-05-29T19:10:09
2019-05-29T19:10:09
59,434,315
0
1
null
2018-08-27T20:57:19
2016-05-22T21:04:43
C++
UTF-8
C++
false
false
530
h
// // delayline.h // // // Created by Dale Heatherington on 2/27/16. // // #ifndef ____delayline__ #define ____delayline__ #include <stdint.h> class Delayline { public: Delayline(int32_t); int32_t iterate(int32_t); int32_t getTap(int32_t); private: int32_t *dl ; //pointer to delay line...
[ "dale@LabMac.local" ]
dale@LabMac.local
bfe50991f4012c9ee7a627d4234bff605898cd3b
5f7b11c66a021d592c45fa79fcfb218a5eaba045
/Project/Engine/CShader.cpp
ca53b9b252ee51d95ec81cf13df4c9e692088bbf
[]
no_license
chamnah/Portfolio_Alice
fb448d7f8ecdf5b700ca6ce1942ad488818a1856
c49f5278d631be45595658cfd88a966b993d73a4
refs/heads/master
2022-06-09T09:21:19.192473
2020-05-06T11:57:30
2020-05-06T11:57:30
261,739,758
0
0
null
null
null
null
UTF-8
C++
false
false
7,226
cpp
#include "CShader.h" #include "CDirect.h" #include "CPathMgr.h" CShader::CShader() { } CShader::~CShader() { SAFE_RELEASE(m_pVSBlob); SAFE_RELEASE(m_pVSInstBlob); SAFE_RELEASE(m_pHSBlob); SAFE_RELEASE(m_pDSBlob); SAFE_RELEASE(m_pPSBlob); SAFE_RELEASE(m_pGSBlob); SAFE_RELEASE(m_pCSBlob); SAFE_RELEASE(m_pErrBl...
[ "46718509+chamnah@users.noreply.github.com" ]
46718509+chamnah@users.noreply.github.com
ecfb3ef78624247584723b7acee65a11b16e2334
e7731c6869939c77c7d5e7c89850db93d7c2c4e1
/CPP/leetcode/_15_3Sum.h
d2efd687fd8bb36ef3e432d7f5edd56c29906292
[]
no_license
FreddieMercy/leetcode
4e47ed0c62afe4b4b361fa50ee7658ab4312b7ec
25b6c3eb0c609103a2daf9de42c97c3191470725
refs/heads/master
2022-12-08T11:12:09.852895
2021-01-09T23:21:13
2021-01-09T23:21:13
93,186,467
1
1
null
null
null
null
UTF-8
C++
false
false
1,164
h
#include <iostream> #include <functional> #include <vector> #include <queue> #include <fstream> #include <string> #include <bitset> #include <sstream> #include <climits> #include <cmath> #include <map> #include <utility> #include <stdint.h> #include <algorithm> #include <stack> using namespace std; class Solution { ...
[ "junhao.zhang.freddie@gmail.com" ]
junhao.zhang.freddie@gmail.com
dcad0043aa582651336dea5ad1416107e0e12fe7
9b2e727342b1e3765f784de32d364f4bcf90fbc9
/uart/Serialprintf/src/main.cpp
d80d9c7d30d32005468902c3ea896798a6546a7c
[ "Apache-2.0" ]
permissive
mc-b/IoTKitV3
d902afa147b47a9d614c34ff103c6bc359702b54
87d7a66a1730f71bc69110a214b1b2a18f22edcb
refs/heads/master
2021-08-29T05:54:10.115066
2021-08-10T15:59:19
2021-08-10T15:59:19
101,919,584
3
5
null
null
null
null
UTF-8
C++
false
false
609
cpp
#include "mbed.h" int i = 123; float f = 1.235f; char s[] = "Das ist ein String"; int main() { // Integer: Standard, genau 4-stellig, 4-stellig mit Vornullen printf ( "int %d, %4d, %04d\n", i, i, i ); // float: Standard, Vor-/Nachkommastellen gerundet printf ( "float %f, %4.2f\n", f, f ); // S...
[ "mbern@padmcb2" ]
mbern@padmcb2
e5fa664b95e5b5e492b77ba653ccee5828cc9bb2
6f9c206f7e16b4be5c4384b6c9b76a75cdb331e7
/RasterRenderer/Utils.cpp
7840ec0560b226f27624efd9fc3c14ccc08ad157
[]
no_license
nero19960329/RasterRenderer
2aef5506e1ce648128af78a2538de730eaead6a6
e44a8491615cc2beb70c271e4b90b4e69b7886ae
refs/heads/master
2021-01-01T05:52:12.172695
2017-07-17T09:41:54
2017-07-17T09:41:54
97,291,241
0
0
null
null
null
null
UTF-8
C++
false
false
373
cpp
#include "Utils.h" bool ptInTri(glm::dvec2 p, glm::dvec2 p1, glm::dvec2 p2, glm::dvec2 p3) { auto sign = [](glm::dvec2 p1, glm::dvec2 p2, glm::dvec2 p3) -> bool { return ((p1.x - p3.x) * (p2.y - p3.y) - (p2.x - p3.x) * (p1.y - p3.y)) < 0.0; }; bool b1, b2, b3; b1 = sign(p, p1, p2); b2 = sign(p, p2, p3); b3 = ...
[ "wangzhao2013tsinghua@gmail.com" ]
wangzhao2013tsinghua@gmail.com
1ec400bfe4689c01673c1b67093b59cf081cabd5
b3f0d8cf187885eda4659e28d5fb04e6430093c3
/Smoke/gasTest/gasTest.ino
ac0b4e8e2cf7618de493862ed0ddf9b7cd5fc8f1
[]
no_license
MiguelConcha22/smokeArduino
e8c01bb298b29c607bea5da5a7efd6ca33ad6a12
6e0b765a04e0eaf737edf6996839c8b908c6c3d6
refs/heads/master
2020-03-31T23:00:14.344161
2018-11-11T00:21:03
2018-11-11T00:21:03
152,639,220
0
0
null
null
null
null
UTF-8
C++
false
false
522
ino
int sensorPin = A0; // select the input pin for the potentiometer int ledPin = LED_BUILTIN; // select the pin for the LED int sensorValue = 0; // variable to store the value coming from the sensor void setup() { Serial.begin(9600); pinMode(ledPin, OUTPUT); digitalWrite(ledPin, HIGH); } void loop() { ...
[ "mangelconcha@hotmail.com" ]
mangelconcha@hotmail.com
a7b701152ec9d02a812ed838a5b417109dcb1d76
e15942415003af06d094871f19dd6f7cdc5f67e0
/IO/vtkNetCDFCFReader.cxx
a89304bbde8a4b7a290842f83e39c1e361a5ce47
[ "BSD-3-Clause" ]
permissive
SCS-B3C/VTK5.6
e5b48b6b3c7a09d4d6b5c6c468b1053af0c39d37
d4afb224f638c1f7e847b0cd3195ea8a977bb602
refs/heads/master
2021-01-13T02:37:03.081012
2011-04-08T12:06:58
2011-04-08T12:06:58
1,587,076
2
0
null
null
null
null
UTF-8
C++
false
false
36,993
cxx
// -*- c++ -*- /*========================================================================= Program: Visualization Toolkit Module: vtkNetCDFCFReader.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "d.giunchi@scsitaly.com" ]
d.giunchi@scsitaly.com
8ad59d920cf2dc5839e627e835e792cc835f5df7
333b58a211c39f7142959040c2d60b69e6b20b47
/Odyssey/FileSystem/FileSystem.cpp
ba47fdfe3ecd44c3efa90726214c8f844e515302
[]
no_license
JoeAltmaier/Odyssey
d6ef505ade8be3adafa3740f81ed8d03fba3dc1a
121ea748881526b7787f9106133589c7bd4a9b6d
refs/heads/master
2020-04-11T08:05:34.474250
2015-09-09T20:03:29
2015-09-09T20:03:29
42,187,845
0
0
null
null
null
null
UTF-8
C++
false
false
31,734
cpp
/* FileSystem.cpp * * Copyright (C) ConvergeNet Technologies, 1999 * * This material is a confidential trade secret and proprietary * information of ConvergeNet Technologies, Inc. which may not be * reproduced, used, sold or transferred to any third party without the * prior written consent of Converge...
[ "joe.altmaier@sococo.com" ]
joe.altmaier@sococo.com
ad5c74d76d62bad04c9e86654281a4f9551f855a
58e268ccf800c5f7c47936c5a266b7644f7dd8f9
/code_forces_1238_prime_subtraction/solution.cpp
d5adbfc73c774f5b9a331065937b060c77c94da9
[]
no_license
DVNLO/code_challenges
f3c08a28cc02e798f82a9077ffb815b780dda4ee
0ffc95e1633a09fe485aef2d23df89cfda86de30
refs/heads/master
2023-01-21T20:50:27.044017
2023-01-15T20:55:31
2023-01-15T20:55:31
102,163,512
2
0
null
null
null
null
UTF-8
C++
false
false
1,139
cpp
#include <bits/stdc++.h> using namespace std; /* I was not able to come tot he simple solution below on my own. * The tutorial associated with this problem noted an important property * of all numbers that I should have remembered. All numbers can be formed * as a multiple of a prime. This is the central tennant of...
[ "dvyenielo@gmail.com" ]
dvyenielo@gmail.com
de99e1ce33a044c848e6632869bedddc7e17f0a0
ac3f0db0b5adce108f766c2765913c0f0d72d573
/includes/WelshPowell.hpp
600f32cfad0caa95395ba042d4b2ed4a9a7a977b
[]
no_license
djdhm/TPCOLORIAGE
ba98f56f02dcf54c81ff89c650cfece4143312fe
af1779c4b58189fdbbf4c4c417f4c71d7570dc69
refs/heads/master
2022-04-05T10:47:58.154616
2020-01-27T08:02:29
2020-01-27T08:02:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,079
hpp
// // Created by djame on 9‏/1‏/2020. // #ifndef UNTITLED3_WELSHPOWELL_HPP #define UNTITLED3_WELSHPOWELL_HPP #include <algorithm> #include "IGraphColoring.hpp" class WeslshPowell : public IGraphColoring{ private: std::vector<int> coleurs; bool sontVoisin(const IGraph & graph, int x,int y ){ auto vois...
[ "ed_dahmane@esi.dz" ]
ed_dahmane@esi.dz
cce0ae0aaa991beec85ae64860ea9e863d2537ec
f4950e463f7709e88bed9652b44f4e972535ff76
/KitchenProject/Weapons/Components/FirstPersonWeaponComponent.cpp
094b8f381d11885008ea032c0eb4bf839dd7c9ec
[]
no_license
eZinc/MichaelDuanKitchenStrikeCode
f52cbc96502c06b560ca25dc8211ab83e87e95f4
8e116984677bee009b68ab994213a0938b0f1c3b
refs/heads/master
2021-01-18T16:18:49.487735
2017-03-30T19:07:47
2017-03-30T19:07:47
86,735,812
0
0
null
null
null
null
UTF-8
C++
false
false
908
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "KitchenProject.h" #include "FirstPersonWeaponComponent.h" // Sets default values for this component's properties UFirstPersonWeaponComponent::UFirstPersonWeaponComponent() { // Set this component to be initialized when...
[ "noreply@github.com" ]
eZinc.noreply@github.com
3c0be4040bd305d158e80e1579e3fd6139b8d9b9
62bf789f19f500aa5aa20f6911573cc0c59902c7
/sddp/src/model/DescribeDataLimitDetailResult.cc
3ef5b0ce5382432f70ec2fc7661f4fa5b7a0cc27
[ "Apache-2.0" ]
permissive
liuyuhua1984/aliyun-openapi-cpp-sdk
0288f0241812e4308975a62a23fdef2403cfd13a
600883d23a243eb204e39f15505f1f976df57929
refs/heads/master
2020-07-04T09:47:49.901987
2019-08-13T14:13:11
2019-08-13T14:13:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,567
cc
/* * 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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
3ba4547878d393df080be41ac3ec05f90eb9a730
a4dc28805210a7aa505e32f0288a9d4abb37677c
/Timus/dinner.cpp
1d9d64d5aa2d5dc8d5a09490dcf5c48491e210a6
[]
no_license
hunterxtang/CodeLand
b79ea43458af2e4581c8957ec98a37dec7089fa4
810c588316b50bbc8adc469e1ba59bce2afa718d
refs/heads/master
2020-04-14T09:02:07.466777
2019-05-11T18:08:31
2019-05-11T18:08:31
163,750,253
0
0
null
null
null
null
UTF-8
C++
false
false
493
cpp
#include <iostream> using namespace::std; int main() { int amount; cin>>amount; string *people = new string[amount]; for(int i=0; i<amount; i++) { cin>>people[i]; } int nums = amount; for(int i=0; i<amount; i++) { int len = people[i].length(); string name = people[i]; if(name[len-1] == 'e' && name[len-2...
[ "HunterTang@hatangs-air.attlocal.net" ]
HunterTang@hatangs-air.attlocal.net
836aa60303f14475bfd7f990912c4d28ed9fb9ef
b7f1b4df5d350e0edf55521172091c81f02f639e
/ui/aura/local/window_port_local.cc
c9b3213d26f12a2b1ed87fa7872db6985f7bec3d
[ "BSD-3-Clause" ]
permissive
blusno1/chromium-1
f13b84547474da4d2702341228167328d8cd3083
9dd22fe142b48f14765a36f69344ed4dbc289eb3
refs/heads/master
2023-05-17T23:50:16.605396
2018-01-12T19:39:49
2018-01-12T19:39:49
117,339,342
4
2
NOASSERTION
2020-07-17T07:35:37
2018-01-13T11:48:57
null
UTF-8
C++
false
false
6,342
cc
// Copyright 2016 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 "ui/aura/local/window_port_local.h" #include "components/viz/service/frame_sinks/frame_sink_manager_impl.h" #include "ui/aura/client/cursor_clie...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
c62177671d90d8e4d39269a65f3cbd8a82b8fe2a
356c3d8c4e59c76735b4bd149c07e283b22a10c4
/Nchine/Scene/SceneGraph.h
ea278dd684df7afe1547e454ff2e97394bcbef6e
[]
no_license
nchie/Nchine
f85a2c091041c942d8590db0fc77f09e9ed0d3c6
d6d7b342ca0d1eacd8c4a4b3148fddbd9835f3ab
refs/heads/master
2020-04-05T22:25:03.092400
2019-02-10T14:49:06
2019-02-10T14:49:06
157,255,588
0
0
null
null
null
null
UTF-8
C++
false
false
213
h
// // Created by aejt on 10/23/17. // #pragma once #include "SceneNode.h" #include <vector> #include <optional> namespace Nchine { class SceneGraph { private: public: private: }; }
[ "andre.terranchie@gmail.com" ]
andre.terranchie@gmail.com
a6d49c0fda215e84f219e32a2391eda5dbf069e8
ce2f81680150e90a5e335838719621fd48ab162f
/src/VideoSporas.cpp
edc43ac48f03fde70bc975d5e7edc1d3e316b1ed
[]
no_license
jaranega/RammsyAVShow
148448c2935a60b4674026743a9600a5c6af6253
2211dff2d9d3f6224bdd692746eaebf8fa19945d
refs/heads/master
2021-01-18T20:29:53.074248
2015-03-26T18:49:04
2015-03-26T18:49:04
32,942,915
0
0
null
null
null
null
UTF-8
C++
false
false
3,771
cpp
// // VideoSporas.cpp // RammsyAVShow // // Created by Aranega, Javier (BCN-LOH) on 06/03/15. // // #include "VideoSporas.h" //-------------------------------------------------------------- void VideoSporas::setup(){ video.loadMovie( "spores-growing-1.mp4" ); //video2.loadMovie("spores-growing-3.mp4"); ...
[ "javi.aranega@gmail.com" ]
javi.aranega@gmail.com
42d36e768a42aa9cd8fee435d3d78060281ad70e
d2554e55967f9300774aaa540a5f5f90e592fcfc
/src/particle/particle.cpp
ba4dd667e715ccba25eda7058373767ae42a831d
[ "WTFPL" ]
permissive
dearshuto/ParticleSystem
ebcf3d049110e38ce1ade7aa8abebd28026a6382
b6b24f7ad4718796a20317ac5a399f29590e0824
refs/heads/master
2021-01-20T10:59:50.040935
2016-07-06T12:44:38
2016-07-06T12:44:38
57,214,467
0
0
null
null
null
null
UTF-8
C++
false
false
133
cpp
// // particle.cpp // ParticleSystem // // Created by Shuto on 2016/02/19. // // #include <ParticleSystem/particle/particle.hpp>
[ "shuto.shikama@fj.ics.keio.ac.jp" ]
shuto.shikama@fj.ics.keio.ac.jp
38202b4830b8e81c38264b18e4d9c73293d111cc
e5775e415f74a1b20d277d338853f06397e45da7
/exercises/chapter_11/sieve.cpp
f2be5835b202cc885374adffc325a453117e3849
[]
no_license
jigjnasu/codility
b091649e1228de84040202619762ca9095e78e25
0950c30aa79df1b890319d0cb8e595e02899333c
refs/heads/master
2023-04-18T15:28:23.580487
2021-05-04T16:30:00
2021-05-04T16:30:00
124,993,140
0
0
null
null
null
null
UTF-8
C++
false
false
882
cpp
/* https://app.codility.com/programmers Chapter 11 Sieve of Eratosthenes Solution by Rakesh Kumar, cpp.rakesh(at)gmail.com Date: 25/03/2018 */ #include <bits/stdc++.h> using namespace std; vector<int> sieve(int n) { vector<bool> p(n + 1, true); for (size_t i = 2; i < p.size(); ++i) if (p[i])...
[ "cpp.rakesh@gmail.com" ]
cpp.rakesh@gmail.com
d13acc42673aedddfd142be1a5bc2b6619af6bb2
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/wg/sdk/UMovieSceneColorTrack.hpp
1cc161a065bbdf4ab36b1cf804883275b86db5f2
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
UTF-8
C++
false
false
1,441
hpp
#pragma once #include "UMovieScenePropertyTrack.hpp" #ifdef _MSC_VER #pragma pack(push, 1) #endif namespace PUBGSDK { struct alignas(1) UMovieSceneColorTrack // Size: 0xF0 : public UMovieScenePropertyTrack // Size: 0xE0 { private: typedef UMovieSceneColorTrack t_struct; typedef ExternalPtr<t_stru...
[ "1395329153@qq.com" ]
1395329153@qq.com
b28b5a85075a16601b08f92d95d2146355f59bb1
30a6907f5b332ef6b94b9acad523ae1ffb12f1d6
/main.cpp
51bb5017829b3d3d9b533ad54dc2f499d4382ee8
[]
no_license
marsaud/client
6d81202626c4f0766d5719b73ee6935041014da7
27f00e8dec61bf226cd1010dac23043e5c12e85f
refs/heads/master
2020-06-01T03:09:19.444354
2014-12-22T21:59:22
2014-12-22T21:59:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
574
cpp
#include <iostream> #include <boost/asio.hpp> #include <SDL/SDL.h> #include "Client.h" #include "init.h" int main() { SDL_Surface* screen = NULL; TTF_Font* font = NULL; initVideo(640, 400, "fonts/coure.fon", 22, screen, font); try { boost::asio::io_service io_service; boost::asio::ip::tcp::endpoi...
[ "marsaud.fabrice@neuf.fr" ]
marsaud.fabrice@neuf.fr
d45822a9245b31af212426f7ff45c9087ed8aaab
7a23875e9ef14d1a5b8c312636e83d711b0f23c3
/C++/111. Minimum Depth of Binary Tree/Minimum Depth of Binary Tree.cpp
763193cd4374a2b01cf7db205321943a9e7fbe29
[]
no_license
hanzhengbo/LeetCode
0fd9a1275acc37fffa5470ee9019bc69d1c6d552
414d090ffa898516f9db2d39c90da8fc27e197f7
refs/heads/master
2020-03-07T09:41:23.860938
2018-05-17T15:19:03
2018-05-17T15:19:03
127,413,833
1
0
null
null
null
null
UTF-8
C++
false
false
703
cpp
// // Created by 韩正博 on 18/4/17. // #include "../header.h" class Solution { public: int minDepth(TreeNode *root) { int min = INT_MAX; int count = 0; // 判断是否只有一个节点 int temp = 0; // 作为递归的变量 if (root == NULL) return 0; if (root->left) { count = 1; ...
[ "806850270@qq.com" ]
806850270@qq.com
b86a10e68359be8c020ca1d130462e9e4a85afb3
d4240a19b3a97e8c4a39a7925e8046ead6642d19
/2016/Enceladus/Temp/StagingArea/Data/il2cppOutput/TextMeshPro_TMPro_TMP_Math871511886.h
6e1c5fa117257617fc823ba6f11df4d6adb64e17
[]
no_license
mgoadric/csci370
05561a24a8a6c3ace4d9ab673b20c03fc40686e9
9ffd5d0e373c8a415cd23799fc29a6f6d83c08af
refs/heads/master
2023-03-17T18:51:45.095212
2023-03-13T19:45:59
2023-03-13T19:45:59
81,270,581
2
3
null
null
null
null
UTF-8
C++
false
false
1,589
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" #include "UnityEngine_UnityEngine_Vector22243707579.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored ...
[ "goadrich@hendrix.edu" ]
goadrich@hendrix.edu
e80bf45bd49b60bba42f79e8c40fe79c3cfbbf42
d910c61e2ba4dfae1686814cd82be9416ae6b3de
/Próf2013/Slist/main.cpp
d224999411222995a5e4fb0cdd22c812dff4878f
[]
no_license
OlafurD/GSKI_Upprifjun
95f0815b1d101b53f0c75a9dd1ee95879e6a1b7b
1a55b1fe3691477360e9988b4dd0ee1cf9900a58
refs/heads/master
2021-01-22T02:52:35.589458
2014-04-21T21:14:47
2014-04-21T21:14:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
525
cpp
#include <iostream> #include "Slist.h" using namespace std; int main() { Slist myList; myList.push_front(3); myList.push_front(1); myList.push_front(0); myList.insert_after(1,2); myList.insert_after(3,4); myList.remove(3); for(NodePtr node = myList.begin() ; node != NULL ; node = no...
[ "olafur12@gmail.com" ]
olafur12@gmail.com
358f567b0f523a05815d8def6f3d8d787fc967a9
268c3438e117532deac23ffc84e8d8865c328e0f
/code/10827_MaximumSumOnATorus.cpp
58676acf1ba2d26217fa4c36c4338d9bd2577a8e
[]
no_license
ionan/uva-oj
0f4fe64be5fedcb31363b5ba4b4c57c0ba0df994
ffacad1510d156a1a20dd5348fadc136da17b0cb
refs/heads/master
2021-01-02T09:26:34.053911
2020-03-28T10:25:21
2020-03-28T10:25:21
6,087,068
0
0
null
null
null
null
UTF-8
C++
false
false
1,519
cpp
#include <cstdio> #include <climits> #include <algorithm> using namespace std; int main(){ int testCases, N; scanf("%d", &testCases); int A[150][150]; while(testCases--){ scanf("%d", &N); for (int row = 0; row < N; row++){ for (int column = 0; column < N; column++){ scanf("%d", &A[row...
[ "ionander@arima.eu" ]
ionander@arima.eu
2e237f5fe9b66498f4018488d8003240ddd2093e
81e30700981c3965858225201e62159f6cca9088
/lib/mtgl/test/test_connected_components.cpp
dc4b6739554eb22b256bf0cd6a8128a5a0c0348a
[]
no_license
Auguraculums/graphdb-testing
37c6243f834f7599744c1c144e7c4f31a0bec97f
c5244414c5101cc31954d9c6e62c08eada9d9392
refs/heads/master
2020-12-11T06:06:34.155373
2016-01-17T12:10:02
2016-01-17T12:10:02
49,815,581
0
0
null
2016-01-17T12:05:14
2016-01-17T12:05:14
null
UTF-8
C++
false
false
3,773
cpp
/* _________________________________________________________________________ * * MTGL: The MultiThreaded Graph Library * Copyright (c) 2008 Sandia Corporation. * This software is distributed under the BSD License. * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, * the U.S. Government...
[ "rob@robmccoll.com" ]
rob@robmccoll.com
e4f99ad387445972c935c2cbabf36bac2b28f006
c87eedc701dc62b25c86adf18d7b6a5575592e43
/List/StaticList/单元测试.cpp
9d0baabd15ca03bef871d18dc2d467aa177c067b
[ "MIT" ]
permissive
eglrp/myds
e2d19e9f9a159e230edba50430328d81e881530e
d0993258c8c7f4436e7eedd37385b29bb7fe9ed0
refs/heads/master
2022-02-26T18:18:58.601867
2019-10-10T14:28:39
2019-10-10T14:28:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
#include "StaticList.h" #include <iostream> #include <string> using namespace std; int main(void) { StaticList<int> list1(6); list1.insert(0, 1); list1.insert(0, 2); list1.insert(0, 4); list1.insert(0, 5); list1.insert(3, 3); list1.insert(4, 6); list1.insert(4, 6); cout<<list1.to...
[ "noreply@github.com" ]
eglrp.noreply@github.com
a4b3c2e36b5f1759afaea5de1dcebd40a9612728
605b238e45360b6522192954f244c40a199fd687
/blasius_laminar_github/7.2/phi
b681aecfcf96b3d14fc61b5247aefc1e81215910
[]
no_license
Ahmetcansavas/laminar_BL_OPENFOAM
335a5b69b9ef05ae331ed42161de67912b4992f6
c0d2dc5fb2e30027ac23e3a3ec0fac6e549471af
refs/heads/master
2021-05-18T22:32:54.491995
2020-04-05T20:28:05
2020-04-05T20:28:05
251,456,279
0
0
null
null
null
null
UTF-8
C++
false
false
233,088
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "savasah@itu.edu.tr" ]
savasah@itu.edu.tr
87432d393e3c270c0af2a950c8d793e032bdfe11
24e4ea37f1023078cf7e4dc4e64ee9a9ae9287fe
/FGy_II_27_3_valtozat/FGy_II_27_3_valtozat.cpp
ac14c83db944cf766ce5e69ebe7e4666f1bce69d
[]
no_license
cskinga/cpp_training
dc8c87f0ae3925a06dd51db7e3d95ddc05d08ce1
4ede3613284ea41c578f6d73b52b007b0ac2b997
refs/heads/master
2023-08-24T21:09:27.243676
2021-10-26T19:19:50
2021-10-26T19:19:50
399,350,588
0
0
null
null
null
null
UTF-8
C++
false
false
2,221
cpp
// FGy_II_27_3_valtozat.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> #include <string> #include <cmath> using namespace std; string decimal_to_hexadecimal(int x) { int szamjegy = 1; string z = ""; if ((x / pow(10, szamjegy - 1)) >= 1) {...
[ "balintus98@gmail.com" ]
balintus98@gmail.com
67e87837cb8cd7d86edd2787a74b22749ac4211e
f0be8b268cb4405a9d40a1ea943a5352018173bb
/103 Binary Tree Zigzag Level Order Traversal.cpp
94001b6a3267c8304d241072a59812188eea0b38
[]
no_license
iroot900/Algorithm-Practice-300-Plus
1b2cdce48104dec540e045dfcab6290fefe60e4b
5b97c69c991d2b2f330d7b667e79dd32b53e44f5
refs/heads/master
2020-07-10T21:34:39.125332
2015-09-01T21:40:20
2015-09-01T21:40:20
36,990,843
0
0
null
null
null
null
UTF-8
C++
false
false
878
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: vector<vector<int>> zigzagLevelOrder(TreeNode* root) { vector<vector<int>> result; ...
[ "iroot900@gmail.com" ]
iroot900@gmail.com
1d3a6f5ee75be55e25e783b26f185127b0719a0d
8fb79eb28f4ca299ae6481549cca514814c53309
/amr_parser/src/left_to_right/parser/parser_eager.h
b87375a7960cdc1de64faa8863844ed21599830b
[]
no_license
tedrepo/tamr
1a28deeea90b949f257f1f72a075c97df1b9178d
c7a480a019d1d765f0ce3d04a37e31709af47f4a
refs/heads/master
2022-01-08T14:26:23.093985
2018-12-20T00:51:04
2018-12-20T00:51:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,507
h
#ifndef PARSER_EAGER_H #define PARSER_EAGER_H #include "parser.h" #include "lstm.h" #include "dynet_layer/layer.h" #include <vector> #include <unordered_map> #include <boost/program_options.hpp> namespace po = boost::program_options; struct ParserEager : public Parser { struct TransitionSystemFunction...
[ "oneplus.lau@gmail.com" ]
oneplus.lau@gmail.com
1bdc6d949ea952713d1678189cda2b82f01fcb61
e47215631d4d4dc2d7fda21c9dfd11e17c186c98
/CIS410/project3/proj3.cxx
de1d25e5baff112d39c42fd3247d6ef200715089
[]
no_license
Touchette/UniversityClasses
ae58052f45aec532b61f200ae48918ab86d5ae01
74d99cc7abcebc878426df8f1088aa02f0ce9aaa
refs/heads/master
2020-03-19T13:24:19.141804
2020-03-10T05:13:09
2020-03-10T05:13:09
136,577,858
0
0
null
null
null
null
UTF-8
C++
false
false
13,861
cxx
#include <vtkImageData.h> #include <vtkPNGWriter.h> #include <vtkPointData.h> #include <vtkPoints.h> #include <vtkUnsignedCharArray.h> #include <vtkFloatArray.h> #include <vtkDataSetReader.h> #include <vtkRectilinearGrid.h> #include <vtkFloatArray.h> #include <math.h> // ***********************************************...
[ "marionettis2@gmail.com" ]
marionettis2@gmail.com
652224d4c191aa0785e573a767dafc8b44144d44
4b02bd8167ed8b32281b2b28bd0a8d3e60594b74
/Images2WavefrontObj/UI/Images2WavefrontObj.cpp
1c0f3db7123a099d4fb6db32730d4a1aff3f2cd1
[]
no_license
haegar80/Images2WavefrontObj
090bb8ad203f5370555d202b6e031dc9775b9f0a
12c4c350380ae30899469f6be3d1208b11672b51
refs/heads/master
2022-10-24T05:17:04.934271
2022-10-09T14:44:04
2022-10-09T14:44:04
125,415,446
0
0
null
null
null
null
UTF-8
C++
false
false
7,783
cpp
#include "Images2WavefrontObj.h" #include <QtWidgets/QApplication> #include <QtWidgets/QDesktopWidget> #include <QtWidgets/QWidget> #include <QtWidgets/QListWidget> #include <QtWidgets/QPushButton> #include <QtWidgets/QLabel> #include <QtWidgets/QScrollArea> #include <QtWidgets/QCheckBox> #include <QtWidgets/QMenuBar> ...
[ "marcelfuchs@gmx.ch" ]
marcelfuchs@gmx.ch
e8e81e371076eca3d12fa2725d509ca3d1097987
154ad9b7b26b5c52536bbd83cdaf0a359e6125c3
/components/autofill/core/common/password_form_fill_data_unittest.cc
3a8954d3bb9e728223396a2438df1957da23a06c
[ "BSD-3-Clause" ]
permissive
bopopescu/jstrace
6cc239d57e3a954295b67fa6b8875aabeb64f3e2
2069a7b0a2e507a07cd9aacec4d9290a3178b815
refs/heads/master
2021-06-14T09:08:34.738245
2017-05-03T23:17:06
2017-05-03T23:17:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,731
cc
// Copyright 2013 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 "components/autofill/core/common/password_form_fill_data.h" #include <memory> #include <utility> #include "base/strings/utf_string_conversions....
[ "zzbthechaos@gmail.com" ]
zzbthechaos@gmail.com
f23c05b8fdf9bc68619bb2c25ff4937d4bd2aba0
c3d3062f0fdd751a49ccbe907cff41aa4680b42b
/include/ElephantEngine/eScreenCounter.h
448af87699f26980dbdb6404c19e1105b91d3931
[]
no_license
Flower35/ZookieWizard
5a233d71f2202ae120dd7c160e8d022a40c15eeb
1d398f194e1ad74d5b6cf7f865dc2baab33936b7
refs/heads/master
2023-06-07T04:34:27.333278
2022-08-18T17:12:13
2022-08-18T17:12:13
228,497,238
12
6
null
null
null
null
UTF-8
C++
false
false
1,322
h
#ifndef H_KAO2AR_SCREENCOUNTER #define H_KAO2AR_SCREENCOUNTER #include <ElephantEngine/eTextWriterFields2.h> namespace ZookieWizard { //////////////////////////////////////////////////////////////// // eScreenCounter interface // <kao2.005D53C0> (vptr) ////////////////////////////////////////////////...
[ "46760021+Flower35@users.noreply.github.com" ]
46760021+Flower35@users.noreply.github.com
ae54e3482024f72b66e1a7991212e51d57360671
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/thirdparty/physx/physx/source/scenequery/src/SqAABBTree.h
bd8e9a18f0792745f26b54d4122f194ab23202da
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
10,423
h
// // 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 the following disclaimer. // * Redistributions in bin...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
86a5b2061bbe2fe24f8edca2a5ca13449a9dae2f
bfdee286a665ea1f0ec3ebf4e71236c23ab73dbd
/log/kflogger.cc
514e4b79a7084d10f4519bc8442386064a23efec
[]
no_license
qcghdy/kuafu
b0b604f0a8e252e10cd77587b386379db022eb08
6b69f5df06e1f77d6dfe5b139461ac3b9a735c69
refs/heads/master
2020-03-22T19:55:39.528406
2018-06-10T07:45:06
2018-06-10T07:45:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,932
cc
#include "log/kflogger.h" #include <atomic> #include <thread> #include <log4cplus/fileappender.h> #include <log4cplus/consoleappender.h> #include <log4cplus/layout.h> namespace kuafu { static const char* kKuafuLoggerDefaultFileName = "__kuafu_logger_default__.log"; static const char* kKuafuLoggerDefault...
[ "liuwei3-s@360.cn" ]
liuwei3-s@360.cn
b86ab84cc54450596d4ac7fb130676bc426d269f
659d99d090479506b63b374831a049dba5d70fcf
/xray-svn-trunk/editors/LevelEditor/TopBar.cpp
edcd35248df7a5ab533c0951245c94a1454949af
[]
no_license
ssijonson/Rengen_Luch
a9312fed06dd08c7de19f36e5fd5e476881beb85
9bd0ff54408a890d4bdac1c493d67ce26b964555
refs/heads/main
2023-05-03T13:09:58.983176
2021-05-19T10:04:47
2021-05-19T10:04:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,302
cpp
#include "stdafx.h" #pragma hdrstop #include "TopBar.h" #include "../ECore/Editor/UI_ToolsCustom.h" #include "../ECore/Editor/ui_main.h" #include "ui_levelmain.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "ExtBtn" #pragma link "mxPlacemnt" #p...
[ "16670637+KRodinn@users.noreply.github.com" ]
16670637+KRodinn@users.noreply.github.com
62e491e85137e37e94560ea70b59564bff047750
5c611418f0cf7e2d7bc3b69c8bd3862561b55d11
/Core/Resource/obj_model.h
5d3f015a7cc0dc86ca5c5da7e7a21682f505cd91
[ "Apache-2.0" ]
permissive
everfor/Frankenstein
a4ce1f53c6830c9db254a2e4ab880b45d0ab7cd4
a1d0d8f7cb7a2c23e5da9c3c9ecf39a80e5b9e9c
refs/heads/master
2021-01-13T01:28:53.199898
2015-03-26T04:43:00
2015-03-26T04:43:00
25,987,783
4
0
null
null
null
null
UTF-8
C++
false
false
692
h
#pragma once #include "indexed_model.h" #include "vertex.h" #include <glm/glm.hpp> #include <vector> #include <string> class Vertex; class ObjIndex { public: ObjIndex(int init_pos_index = 0, int init_tex_index = 0, int init_normal_index = 0) : positionIndex(init_pos_index), texIndex(init_tex_index), normalInd...
[ "alan.yang1994@gmail.com" ]
alan.yang1994@gmail.com
0fed790fe03bb1ab34db149c4aea1a353ca1d707
8681901d630c94f710297046c0acbc8e5cffef68
/Game/Source/Entity.cpp
aa3fe88b9a871717bad9f62a4c26d084b235869d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
VictorNisa/PlatformerGame
8ff5e4431fb7097be398bfed6adbb4ab844ecffe
51de80c859f79839e9726ed4db3054b6adf82850
refs/heads/master
2023-02-11T13:17:03.005296
2021-01-10T23:01:58
2021-01-10T23:01:58
308,622,389
1
0
null
null
null
null
UTF-8
C++
false
false
657
cpp
#include "PugiXml/src/pugixml.hpp" #include "List.h" #include "Point.h" #include "SDL/include/SDL.h" #include "EntityManager.h" //#include "Entity.h" //#include "Flying_Enemy.h" //Entity Methods Entity::Entity(float x, float y, EntityType Type) : position(x, y), type(Type) { } bool Entity::Awake() { return true;...
[ "VictorNisa@users.noreply.github.com" ]
VictorNisa@users.noreply.github.com
f15b8510a84446f39c29bc42f896f10c0dc522c8
8d1c7fba7cd15f8a1e33fd27d11eefd1c67d579f
/src/test/res/app.cc
f4f25b4454f4156db58d6e37524bdfe794298e89
[ "Apache-2.0" ]
permissive
bazelbuild/bazel
5896162455f032efc899b8de60aa39b9d2cad4a6
171aae3f9c57b41089e25ec61fc84c35baa3079d
refs/heads/master
2023-08-22T22:52:48.714735
2023-08-22T18:01:53
2023-08-22T18:01:53
20,773,773
20,294
4,383
Apache-2.0
2023-09-14T18:38:44
2014-06-12T16:00:38
Java
UTF-8
C++
false
false
1,003
cc
// Copyright 2019 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
937fb3c7746f8d89a38ac9eecf7fedfdbb72032b
d4c53e51993154f9a859c206c5c87db94772f545
/src/Mock.re
a8f125604caee0891f7fde0db8d96aabd760acb7
[]
no_license
x86chi/thinking-in-react
b955656388ba8f486cfb90a6efae52bea94653a4
bca46e95ae0b6039e9f71d81ef877e98f8202f19
refs/heads/reason
2021-08-08T09:17:39.402298
2020-12-22T05:54:10
2020-12-22T06:07:17
245,308,956
0
0
null
2020-12-22T06:52:40
2020-03-06T02:02:19
TypeScript
UTF-8
C++
false
false
707
re
type product = { category: string, price: string, stocked: bool, name: string, }; let proudcts = [| { category: "Sporting Goods", price: "$49.99", stocked: true, name: "Football", }, { category: "Sporting Goods", price: "$9.99", stocked: true, name: "Baseball", }, { ...
[ "iam@muhun.kim" ]
iam@muhun.kim
ea273f4858069f3fc35baf7d4cd26e7d0d6fd129
ff92005702b92ef0e9902abf4518a42e05c6afe8
/Fair-Playoff_Codeforces.cpp
ae72f5a7f19f4af7adc0dbaa9f4163cdd0e5dd22
[]
no_license
callmehHM/Competitive-Programming
5395d894a2634ccecc0d08ae64c952850f4f26af
057894f35a7d354e68a02dd8bbc44ada95be1acc
refs/heads/main
2023-09-03T06:22:08.907643
2021-10-16T09:27:42
2021-10-16T09:27:42
395,517,022
0
0
null
null
null
null
UTF-8
C++
false
false
583
cpp
#include <bits/stdc++.h> using namespace std; int main(){ int t; cin>>t; while(t--) { vector<int> nums(4); for(int i=0;i<4;i++) {cin>>nums[i];} int a = nums[0]; int b = nums[1]; int c = nums[2]; int d = nums[3]; sort(nums.begin(),nums.end()); if((a==nums[...
[ "noreply@github.com" ]
callmehHM.noreply@github.com
0b1ee91dc1a941553d311124c6d938413c48a7a6
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_new_hunk_3838.cpp
07f037682d076db38f79b5eb00dd16575aa10c13
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
257
cpp
return _("deleted by us:"); case 6: return _("both added:"); case 7: return _("both modified:"); default: die("BUG: unhandled unmerged status %x", stagemask); } } static const char *wt_status_diff_status_string(int status) { switch (status) {
[ "993273596@qq.com" ]
993273596@qq.com
d3753bca2fc368961b14ccd93af14547a70a8bde
a73f828c92d48867c71af7e4fdb9dc5a763ccb39
/SZD.h
06fa8f93ab3bc2d69aac8fcffc1bcc3f5a5c54a5
[]
no_license
komelq/default
c6fbc503fa1c349623e82ce7817a7f334db9e9f8
2506ff97ebf62445468256f84747d7cb6386af91
refs/heads/master
2016-09-06T13:15:48.175297
2014-04-05T14:54:45
2014-04-05T14:54:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,271
h
//--------------------------------------------------------------------------- #ifndef SZDH #define SZDH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ComCtrls.hpp> #include <Grids.hpp> ...
[ "kamil.jagiello85@gmail.com" ]
kamil.jagiello85@gmail.com
3e71c5e8cff2d4ce9f210f19693cfec8c006b96e
ce28ec891a0d502e7461fd121b4d96a308c9dab7
/dbmerge/AttributeMergeItem.cc
dbc59512354a302f295b393681673af2fcc1d52a
[]
no_license
aktau/Tangerine
fe84f6578ce918d1fa151138c0cc5780161b3b8f
179ac9901513f90b17c5cd4add35608a7101055b
refs/heads/master
2020-06-08T17:07:53.860642
2011-08-14T09:41:41
2011-08-14T09:41:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,336
cc
#include "AttributeMergeItem.h" #include <QtGui> #define MERGE_DEBUG 2 struct HistoryLessThan { bool operator()(const HistoryRecord& lhs, const HistoryRecord& rhs) const { return lhs.timestamp < rhs.timestamp; } }; AttributeMergeItem::AttributeMergeItem(int matchId, const QList<HistoryRe...
[ "nicolashillegeer@gmail.com" ]
nicolashillegeer@gmail.com
7e6d62a282f64fef1c05a36b5284e1dc6bd7db64
72b08c6856e42b85244720dcd65da3fcbbe75f55
/2º/ALG/Practica 3/distancia.cpp
682de77bb92d7a662a488a9883da56e19bd0eebb
[]
no_license
arturocs/grado_informatica_ugr
774faa1553be035af3bb49f9d3500465a2076f37
be67c5b5c03f859edc30a94d20a8e7e6b7a140cd
refs/heads/master
2023-04-01T06:19:47.962602
2021-04-01T11:15:43
2021-04-01T11:15:43
340,430,923
0
0
null
null
null
null
UTF-8
C++
false
false
2,266
cpp
#include <cmath> #include <fstream> #include <iostream> #include <regex> #include <string> #include <vector> using namespace std; struct Ciudad { float nciudad, x, y; }; double distancia(Ciudad c1, Ciudad c2) { return sqrt((c2.x - c1.x) * (c2.x - c1.x) + (c2.y - c1.y) * (c2.y - c1.y)); } vector<float> parsear_l...
[ "arturocs@protonmail.com" ]
arturocs@protonmail.com
521913745efcacb4c50a0e52a19689a1e5880b6a
b16e2f8cc94df8320f9caf8c8592fa21b1f7c413
/Codeforces/893B/brute_force.cpp
e6878a0cad4a86e4a36a3126ccb4df3b74db371a
[ "MIT" ]
permissive
codgician/Competitive-Programming
000dfafea0575b773b0a10502f5128d2088f3398
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
refs/heads/master
2022-06-13T04:59:52.322037
2020-04-29T06:38:59
2020-04-29T06:38:59
104,017,512
3
0
null
null
null
null
UTF-8
C++
false
false
452
cpp
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <cstring> #include <string> #include <iomanip> using namespace std; int ans[9] = {1, 6, 28, 120, 496, 2016, 8128, 32640, 130816}; int main() { ios::sync_with_stdio(false); int n; cin >> n; for (int i = 8; i >= 0; i--)...
[ "codgician@users.noreply.github.com" ]
codgician@users.noreply.github.com
27d52ce8fd31705b0f624e50b34da55754903b6d
785463ea0d81e1ab888a858e31ab8cf8b24e4ce6
/deps/cereal/include/cereal/types/base_class.hpp
9d014e41a9aeb6caaafb7070b9ac65fce4bdf8e7
[ "MIT", "BSD-3-Clause" ]
permissive
GTAResources/modloader
475853390165290d0b5f37f239f3e6b15f36195a
18f85c2766d4e052a452c7b1d8f5860a6daac24b
refs/heads/master
2021-02-07T17:32:29.299117
2018-01-20T16:23:25
2018-01-20T16:23:25
244,057,341
1
1
MIT
2020-02-29T23:33:52
2020-02-29T23:33:51
null
UTF-8
C++
false
false
5,588
hpp
/*! \file base_class.hpp \brief Support for base classes (virtual and non-virtual) \ingroup OtherTypes */ /* Copyright (c) 2014, Randolph Voorhies, Shane Grant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following...
[ "dma_2012@hotmail.com" ]
dma_2012@hotmail.com
1c2c676367ddad47b02e4dcff9c0d10df62dc5a6
910537207debe5cb8665d88078dc966966a5d776
/src/Raytracer/util/ThreadPool.h
b5b5beb0f5bdc59b43a31268fbdb1f3783fdd23f
[]
no_license
Tastaturtaste/Raytracing
844a8836c30f6fc75f5433f9e5bc4703e21a090c
fab5d9d4af9ab19805754732d3abf30012cbc171
refs/heads/master
2023-03-26T00:22:07.368594
2021-03-22T23:28:26
2021-03-22T23:28:26
343,588,483
0
0
null
null
null
null
UTF-8
C++
false
false
2,736
h
#pragma once #include <vector> #include <thread> #include <future> #include <functional> #include <mutex> #include <queue> #include <memory> #include <concepts> namespace ThreadPool_ { template<class F> concept returnsJob = requires(F f) { {f()}->std::convertible_to<std::function<void()>>; }; } class ThreadPool { ...
[ "joshua.moellers@gmx.net" ]
joshua.moellers@gmx.net