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
dc6058a774e7325480cd30ee6278c906fe2fd0ca
2cdec7a46f62fa27757a57dfde3d6960222b1c72
/simple-pendulum.cpp
f08c1c33026922753d20a44d97d48d6832db6c4c
[]
no_license
soyaib11/Cpp-Codes
9e56dfe99bf2e0f2314d15cf141b431cfc521433
3be71a84729e034a8711076245fd09d6ed15c18c
refs/heads/main
2023-02-22T11:34:48.823866
2021-01-26T14:26:42
2021-01-26T14:26:42
333,107,276
0
0
null
null
null
null
UTF-8
C++
false
false
696
cpp
#include <iostream> #include <cmath> #include <fstream> using namespace std; double f(double phi,double theta_M) { double a=pow(sin(theta_M/2.0),2.0); double b=pow(sin(phi),2); double c=4*sqrt(0.0253)*(1/sqrt(1-a*b)); return c; } double period(double theta_M) { double a=0,b=M_PI/2; ...
[ "noreply@github.com" ]
soyaib11.noreply@github.com
087d76c6600268123a32e01b1eb3eb7b2fc558e3
14248aaedfa5f77c7fc5dd8c3741604fb987de5c
/luogu/P3723.cpp
007bad902f9b4a45c6eac2ba79468e96ebd7dc50
[]
no_license
atubo/online-judge
fc51012465a1bd07561b921f5c7d064e336a4cd2
8774f6c608bb209a1ebbb721d6bbfdb5c1d1ce9b
refs/heads/master
2021-11-22T19:48:14.279016
2021-08-29T23:16:16
2021-08-29T23:16:16
13,290,232
2
0
null
null
null
null
UTF-8
C++
false
false
3,486
cpp
// https://www.luogu.org/problemnew/show/P3723 // [AH2017/HNOI2017]礼物 #include <bits/stdc++.h> using namespace std; class Fft { public: constexpr const static double PI = 3.14159265359; static void four1(vector<double> &data, const int isign) { int nn = data.size() / 2; int n = nn << 1; ...
[ "err722@yahoo.com" ]
err722@yahoo.com
f0ef9e8cd70c91b929f3918a2623f5dda58148e8
c78a3b5c83435d2d6c6894bc1620ac14b3656283
/tango-gl-renderer/include/tango-gl-renderer/frustum.h
b3eedaf473cd1dfc5671ef96ef0be4c37414c58a
[ "MIT", "Apache-2.0" ]
permissive
atroccoli/tango-examples-c
fa4e1051a305164c473a89b9722f45529bb42d7d
e53123e5c6c11e883c3ff90c0f5d36f8e59d9a4e
refs/heads/master
2021-01-20T16:34:40.616395
2014-11-26T22:00:20
2014-11-26T22:00:20
27,202,251
1
0
null
null
null
null
UTF-8
C++
false
false
1,183
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 applic...
[ "xuguo@google.com" ]
xuguo@google.com
2e4600e07b9c6113c413443f3d13a8f5af973543
fb2e13219f4ca0ea51ce4baa7abf12b229246abc
/leetcode/SymmetricTree/rec.cc
62ea46bce0ce81a8e4d4308224c517a79e39276f
[]
no_license
lewischeng-ms/online-judge
7ca1e91ff81e8713c85cbec0aa0509a929854af9
b09d985cfc1026ad2258c2507d7022d7774b01ef
refs/heads/master
2021-01-22T01:28:19.095275
2015-07-10T13:21:57
2015-07-10T13:21:57
15,488,315
0
0
null
null
null
null
UTF-8
C++
false
false
806
cc
/** * Definition for binary tree * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: bool helper(TreeNode *p, TreeNode *q) { // Start typing your C/C++ solution below ...
[ "lewischeng@Lewis-Chengs-MacBook-Air.local" ]
lewischeng@Lewis-Chengs-MacBook-Air.local
3e4f977bae1a4f7e3deb80772c6fcec7a9216d95
167d57480690ab763ee6e31b6cc6b3a5028d2587
/check.cpp
11cbc75d991e8699dcdc5f705827e999c298c5c4
[]
no_license
shagunsodhani/assembler
8b35672e09a19d38799af9b8767f0383ce887c57
b87b9d26e476af2ab3379bd202d97a2b6f814186
refs/heads/master
2016-09-05T22:56:57.296034
2012-11-28T14:02:05
2012-11-28T14:02:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
cpp
/* This file contains the code to check which string is larger * */ #include <iostream> #include <string> using namespace std; bool chk(string a,string b) { int p,q,diff,d; p = a.length(); q = b.length(); if(p>q) diff = p-q; else diff = q-p; if((a[0]!='0')&&(p>q)) ...
[ "sshagun.sodhani@gmail.com" ]
sshagun.sodhani@gmail.com
a8c1009fcc0c85317c25feab2b93b1aeadc1eeae
f8e09dcd697b8d5576c69c76aeff399dae6c06bd
/src/MetaJoint.cpp
49cd9cf2dc92b820e5c4534f04c99f1daec319ae
[]
no_license
RyanYoung25/maestor
5baef1b79e616cb63650873c0e19047c798d59f3
0ddff92a6088bc571f900b4d59c63abe21acd968
refs/heads/master
2021-01-25T07:40:16.742070
2015-07-09T13:24:52
2015-07-09T13:24:52
17,982,335
4
3
null
null
null
null
UTF-8
C++
false
false
4,977
cpp
/* Copyright (c) 2013, Drexel University, iSchool, Applied Informatics Group 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 not...
[ "Ryan@rdyoung.us" ]
Ryan@rdyoung.us
80c61d379df04817cf832ad58c9d81de7041c54a
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/src/core/chemical/automorphism.hh
cd466f64ca4700d3f196fa19fb5f11ab55d08828
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
5,288
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
002dd89368f55cfcb999fdaf4be9d26488f6f8ab
d567a9487e40ea3b7b7f7b86718ed52d8e335a6c
/TheStart/ptr/src/main2.cpp
06c01d670d6169309a7ba5bd1ac3d69d8bcef2b9
[]
no_license
kinten108101/big-man
01022cc9adb3c6c1a0c84a508b719069e11a084d
f3de11fdc893663cd8b1bf9cf4493d819b9d8092
refs/heads/master
2020-07-28T13:21:21.963723
2019-09-19T00:17:09
2019-09-19T00:17:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,660
cpp
#include "../h/Header.h" int SEPARATING(int x, int* L, int* R, int& lh, int& rh) { lh = x / 2; rh = lh + ((x - lh) % lh); L = new int[lh]; R = new int[rh]; return 0; } int BUBBLESORT(int total, int arr[]) { int pairamount = total - 1; for (int i = 0; i < pairamount; i++) { for (int i = 0; i ...
[ "noreply@github.com" ]
kinten108101.noreply@github.com
91dc570a73bd2dcc5e54d1b07764051c68e8ad1f
0b2e6d1c1ae0ebc4fe0dfb3c5ff46720fad8b22a
/Kernel/VM/MemoryManager.h
3413e57945e4a047bef250bec4186f5e7fa64abb
[ "BSD-2-Clause" ]
permissive
vger92/serenity
b207e040eb1b735578c9d35276e5e5cd608212f5
e83afe228a424fa096586bf4528cf859ea5b9965
refs/heads/master
2020-05-30T15:55:49.704687
2019-06-02T10:40:45
2019-06-02T10:40:45
189,833,848
0
0
BSD-2-Clause
2019-06-02T10:39:26
2019-06-02T10:39:26
null
UTF-8
C++
false
false
6,999
h
#pragma once #include "i386.h" #include <AK/AKString.h> #include <AK/Badge.h> #include <AK/Bitmap.h> #include <AK/ByteBuffer.h> #include <AK/HashTable.h> #include <AK/RetainPtr.h> #include <AK/Retainable.h> #include <AK/Types.h> #include <AK/Vector.h> #include <AK/Weakable.h> #include <Kernel/FileSystem/InodeIdentifie...
[ "awesomekling@gmail.com" ]
awesomekling@gmail.com
40360636802f93b2ba1d0012663e40df42165a63
7233d7ee7502e6dc4638b8d2f283242db59d7557
/include/StringTable.h
b0a2c0b18dcdefbf2daaec4b7e200c95442bbe3f
[]
no_license
wllxyz/xyz
628c96f0e1fa903566257dfa37c74b2892d79952
70f90b400a03edf8c323310da7d6c5d858a11d6f
refs/heads/master
2021-08-15T17:13:47.853375
2021-01-13T10:18:43
2021-01-13T10:18:43
49,399,603
3
0
null
null
null
null
UTF-8
C++
false
false
807
h
//<FILENAME>StringTable.h</FILENAME> //<AUTHOR>WangLiLiang</AUTHOR> //<DATE>2012.04.04</DATE> //<TYPE>CPP PROGRAM CLASS</TYPE> #ifndef STRING_TABLE_H #define STRING_TABLE_H #include <string> #include <map> #include <vector> #include <iostream> //#include <hash_map> namespace Wll { class IndexOutOfBoundaryException ...
[ "wangliliang@zizizizizi.com" ]
wangliliang@zizizizizi.com
16361661eaf232450caac25332739b238997a416
85d9243f5c18af76e5c56987ed7ec477f75d66d6
/src/Singleton/Singleton.hpp
efc243b34e107a23bb7dcbba873cee8627ba52f1
[]
no_license
Mdopenfy/HeroicWar
8b1a71c14cfeb49cd7915764a2410d06d88b62e2
0ef3f85b57234c56d7875bc62ad6a8c022132ca5
refs/heads/master
2021-01-01T17:05:37.611372
2013-03-04T20:06:50
2013-03-04T20:06:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,132
hpp
///////////////////////////////////////////////////////////////////////////// //// //// Singleton - modèle Singleton applicable à n'importe quelle classe. //// /////////////////////////////////////////////////////////////////////////////// #include <cstddef> template <typename T> class Singleton { protected: ...
[ "meven.mognol@gmail.com" ]
meven.mognol@gmail.com
63c9990ecf2b53d2251690027c0dd934039f51d0
c6da2e91c81b08f270bfc956f1258bc0ac19bdfc
/include/socket_t/proto_socket.h
7f988101f91d13ca605f5c9b4b9d2b3f9886c390
[ "MIT" ]
permissive
ognian-/socket_t
ef9b750e60f99bff77d2da531e0a397a625c7e89
75d2fec8be215341b6970839f00042dc979c0ffa
refs/heads/master
2021-09-21T01:03:50.081364
2018-08-17T12:31:29
2018-08-17T12:31:29
112,351,231
0
0
null
null
null
null
UTF-8
C++
false
false
2,928
h
#ifndef SOCKET_T_PROTO_SOCKET_H #define SOCKET_T_PROTO_SOCKET_H #include <chrono> #include <sys/socket.h> #include <sys/time.h> #include "socket_t/sockopt.h" SOCKT_NAMESPACE_BEGIN class timeout_t { public: template<typename Rep, typename Period> constexpr timeout_t(const std::chrono::duration<Rep, Period>& time)...
[ "ognian@mokriya.com" ]
ognian@mokriya.com
02a85e138f7a8b8a5c8f0ef7b5145adbe1ae6cbe
c86269fcadcc2b8686199d32d168c84673709ba5
/src/controller/Controller.cpp
8027cd9deeff28de409d04c4fc27315dc194b156
[]
no_license
Szkodnik128/PokerGame
b007a10f955ff86202265b9d9f8266c006235fbb
93f98c1e4d4ebf4e7b40a0ad5b8fef4db3d4e445
refs/heads/master
2019-07-09T11:59:59.676386
2018-06-03T14:21:04
2018-06-03T14:21:04
34,904,229
0
0
null
null
null
null
UTF-8
C++
false
false
3,817
cpp
// // Created by kuba on 18.03.18. // #include "Controller.h" #include "event/EventRecvRequest.h" #include "event/EventConnectionClosed.h" Controller::Controller(BlockingQueue<Event *> *const blockingQueue, Model *const model) : blockingQueue(blockingQueue), model(model), workerFlag(false...
[ "ku3atonie@gmail.com" ]
ku3atonie@gmail.com
572ff8e20e427eb2faa8404cd6a75ed44f53d57e
c18fb2aa33610daf4f241e1bd8d62c288030f699
/MyProfessionalC++/c09_code/c09_code/WeatherPrediction/MyWeatherPrediction.cpp
43fef67981b13e0de1e15f10aae11116d1048aa1
[]
no_license
Chinkyu/CXXExercise
73f4166bfd9fa69ad4bc5786ddd74fa11398b58f
ca493a82c4e872f8c50da3f2b4027ef4e4ecf814
refs/heads/master
2023-08-31T12:04:49.295552
2023-08-31T01:02:25
2023-08-31T01:02:25
72,819,670
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,324
cpp
#include <iostream> #include "MyWeatherPrediction.h" using namespace std; void MyWeatherPrediction::setCurrentTempCelsius(int inTemp) { int fahrenheitTemp = convertCelsiusToFahrenheit(inTemp); setCurrentTempFahrenheit(fahrenheitTemp); } int MyWeatherPrediction::getTomorrowTempCelsius() const { int fahrenheitTemp...
[ "bamtori@hotmail.com" ]
bamtori@hotmail.com
455016ed0c6f20ce7a1c5e22ab8cbd33db0acdc1
66213c48da0b752dc6c350789935fe2b2b9ef5ca
/abc/272/e.cpp
abb861c0b414129376f3369169d65837d4dfbda6
[]
no_license
taketakeyyy/atcoder
28c58ae52606ba85852687f9e726581ab2539b91
a57067be27b27db3fee008cbcfe639f5309103cc
refs/heads/master
2023-09-04T16:53:55.172945
2023-09-04T07:25:59
2023-09-04T07:25:59
123,848,306
0
0
null
2019-04-21T07:39:45
2018-03-05T01:37:20
Python
UTF-8
C++
false
false
3,405
cpp
#define _USE_MATH_DEFINES // M_PI等のフラグ #include <bits/stdc++.h> #define MOD 1000000007 #define COUNTOF(array) (sizeof(array)/sizeof(array[0])) #define rep(i,n) for (int i = 0; i < (n); ++i) #define intceil(a,b) ((a+(b-1))/b) using namespace std; using ll = long long; using pii = pair<int,int>; using pll = pai...
[ "taketakeyyy@gmail.com" ]
taketakeyyy@gmail.com
aa5c733e86894e7a3865af0377f956f75bd6e7e8
4449426afd4842c90acfbad9b5ec4d027e2e9a8f
/src/Storage/Record.cc
84eadc618242caf3779b8c8206051e390441a5af
[]
no_license
yuanhang3260/DBMS
38a4d005676f56c3bb0a46266bc4d497a3025d93
c83e4ba75fbe9e1eff177d5474155628dbf2d466
refs/heads/master
2020-04-11T23:28:05.734606
2017-12-13T07:43:15
2017-12-13T07:43:15
47,942,052
0
0
null
null
null
null
UTF-8
C++
false
false
15,962
cc
#include <climits> #include <string.h> #include <iostream> #include <stdexcept> #include <algorithm> #include "Base/Utils.h" #include "Base/Log.h" #include "Strings/Split.h" #include "Strings/Utils.h" #include "Storage/Record.h" namespace Storage { std::string RecordTypeStr(RecordType record_type) { switch (recor...
[ "yuanhang3260@gmail.com" ]
yuanhang3260@gmail.com
877cae8f9b0ff37c98ed5f8c69ccaa9094b3213f
260f53f6449249e20ccbddedbbe854a1ef169d08
/operators/multiply.cpp
f33b88f83085324db2c18be0cb2a3f02a1a661c5
[]
no_license
ArnavMohan/ACP_KANBAN
048712eaf4235ecab5e967a35f492b7e1db242cf
5fa5b2cd569737f4ba54c0563d2e04341754dcf6
refs/heads/master
2021-08-30T05:13:11.085828
2017-12-16T04:40:50
2017-12-16T04:40:50
112,633,309
0
0
null
2017-12-12T15:04:23
2017-11-30T16:21:31
C++
UTF-8
C++
false
false
682
cpp
//Author: Rishi //Operator: * //Purpose: return the product of two complex numbers #include "../complex.h" complex operator*(const complex &lhs, const complex &rhs){ //foil out the two sides into First, Outisde, Inside, Last. double first_foil = real(&lhs) * real(&rhs); double outisde_foil = real(&lhs) * imag(&r...
[ "rishi.chandnap6@stu.austinisd.org" ]
rishi.chandnap6@stu.austinisd.org
02d4e8feb321728110066055f580877ebf80f484
7cc47471cfd061d77409c4cbb9081f6de21e0fe7
/Notes/Stack/htmlValidator/finish/html_fragment_validate.cpp
e0666b555491e92ccf2fa6e27be580b0439c65af
[]
no_license
kevinkuriachan/CSCE121
29e59e515ec51228a97e5d8536f793a990fd8730
a6a988d6093e1225a50c12a893cde18e20cfe7cc
refs/heads/master
2020-03-12T10:52:37.031613
2018-12-07T05:29:57
2018-12-07T05:29:57
130,583,210
2
0
null
null
null
null
UTF-8
C++
false
false
4,434
cpp
/* Basic HTML validator. Ok, a really, really basic one. */ #include <iostream> #include <fstream> #include <string> #include <assert.h> #include "stack.h" int main(int argc, char *argv[]) { stack_t *tag_stack = NULL; if (argc != 2) { cerr << "Usage: " << argv[0] << " <input.html>" << endl; ...
[ "kevinkuriachan@compute.cs.tamu.edu" ]
kevinkuriachan@compute.cs.tamu.edu
272adcb5ff68ac7642c544e9b073b84d7d65501e
1c24264c0884b709a7943f30dd157d92168581d0
/Programming_Principles_and_Practice_Using_C++/14_Graphics_Class_Design/Window.h
78d468d39c88e3f51b12a16900e4b304facdb505
[ "MIT" ]
permissive
KoaLaYT/Learn-Cpp
56dbece554503ca2e0d1bea35ae4ddda3c03f236
0bfc98c3eca9c2fde5bff609c67d7e273fde5196
refs/heads/master
2020-12-22T13:08:02.582113
2020-10-26T02:33:24
2020-10-26T02:33:24
236,792,487
0
0
null
null
null
null
UTF-8
C++
false
false
1,353
h
#ifndef WINDOW_GUARD #define WINDOW_GUARD 1 #include "Point.h" #include "fltk.h" #include "std_lib_facilities.h" namespace Graph_lib { class Shape; // "forward declare" Shape class Widget; class Window : public Fl_Window { public: Window(int w, int h, const string& title); // let the s...
[ "hytohyeah@outlook.com" ]
hytohyeah@outlook.com
606dbe0ea9f6f05a99e2d6765c35038d176b66af
c237ea629b644b698476c6965eb6988df46f92a8
/alg6 - aula1.cpp
d602c81ec32be76d3dd6f6864017fac4541ac47a
[]
no_license
danielrsouza/algoritimos-C
858957360dd23d74b9185dc28223d55dc753036d
59ae45dae0448631e2af9854c1a10c3b3ceff57c
refs/heads/master
2020-04-25T19:16:08.408297
2019-02-28T00:39:31
2019-02-28T00:39:31
173,010,231
0
0
null
null
null
null
UTF-8
C++
false
false
360
cpp
#include<stdio.h> main(){ float n1, n2, n3, media; printf("Digite a nota 1: \n"); scanf("%f",&n1); printf("Digite a nota 2: \n"); scanf("%f",&n2); printf("Digite a nota 3: \n"); scanf("%f",&n3); media = (n1+n2+n3)/3; printf("O resultado e: %f",media); if(media > 7){ printf("voce foi aprovado."); }else...
[ "daniel.ricardo@rede.ulbra.br" ]
daniel.ricardo@rede.ulbra.br
10737407f220c683515313bd229dda5455aa3905
d7db098f4b1d1cd7d32952ebde8106e1f297252e
/AtCoder/ARC/040/B.cpp
6dbc9f996121e4c8845183c2a113c01b8e1be77c
[]
no_license
monman53/online_judge
d1d3ce50f5a8a3364a259a78bb89980ce05b9419
dec972d2b2b3922227d9eecaad607f1d9cc94434
refs/heads/master
2021-01-16T18:36:27.455888
2019-05-26T14:03:14
2019-05-26T14:03:14
25,679,069
0
0
null
null
null
null
UTF-8
C++
false
false
420
cpp
#include <iostream> #include <algorithm> using namespace std; int main(){ int n, r; string s; int time=0; cin >> n >> r; cin >> s; int start; for(int i=n-1;i>=0;i--){ if(s[i] == '.'){ time+=max(0,i-r+1); break; } } for(int i=n-1;i>=0;){ if(s[i] == '.'){ i -= r; ...
[ "tetsuro53@gmail.com" ]
tetsuro53@gmail.com
f8a9e2b9769f1f6e35d08652f7c2bb950f2c209f
003f58454dd3cf9af1821b28e68f1f738d244d5e
/kernel/virtio/Network.cpp
84ebc7b9b986fd54fa81880628c9fe5c6564913d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
busybox11/skift
7b5fd54e57e03ad23ab08b8ee8a8edb81a348c2d
778ae3a0dc5ac29d7de02200c49d3533e47854c5
refs/heads/master
2023-01-04T21:38:24.421418
2020-08-09T15:02:17
2020-08-09T15:02:17
279,430,614
1
0
NOASSERTION
2020-07-13T23:10:19
2020-07-13T23:10:19
null
UTF-8
C++
false
false
304
cpp
#include <libsystem/Logger.h> #include "kernel/bus/PCI.h" #include "kernel/virtio/Virtio.h" bool virtio_network_match(DeviceInfo info) { return virtio_is_specific_virtio_device(info, VIRTIO_DEVICE_NETWORK); } void virtio_network_initialize(DeviceInfo info) { virtio_device_initialize(info); }
[ "nicolas.van.bossuyt@gmail.com" ]
nicolas.van.bossuyt@gmail.com
05fcfb6e43f4bfd920027d73e74388d65325418c
f9a0c4ac2e3c303670f0d277bedfaaf27cb2b120
/ee569/FMeasure.cpp
b088deeae6861132745fbd646e6c76846b1c0be7
[]
no_license
gbudiman/ee569
d0fdbd4e0e7b01a02ad966b5eb9615740ca6a6d5
fefe9770121ac2dfbfdcd6cb39193d20b5505f33
refs/heads/master
2021-05-01T06:56:29.068732
2016-11-04T23:50:41
2016-11-04T23:50:41
66,734,259
0
0
null
null
null
null
UTF-8
C++
false
false
1,453
cpp
// // FMeasure.cpp // ee569 // // Created by Gloria Budiman on 10/17/16. // Finalized on 10/31/16 // gbudiman@usc.edu 6528-1836-50 // Copyright © 2016 gbudiman. All rights reserved. // #include "FMeasure.hpp" FMeasure::FMeasure(Picture _base) { base = _base; dim_x = _base.get_dim_x(); dim_y = _base.get...
[ "wahyu.g@gmail.com" ]
wahyu.g@gmail.com
c4f0254b63e398e8e20a841579f62fbfe37771d7
6b580bb5e7bbf83e0d9845818678fbb85ea14450
/aws-cpp-sdk-chime-sdk-media-pipelines/include/aws/chime-sdk-media-pipelines/model/ListTagsForResourceResult.h
5a05120ec7422740212b626619d536fc87536b50
[ "MIT", "Apache-2.0", "JSON" ]
permissive
dimatd/aws-sdk-cpp
870634473781731822e2636005bc215ad43a0339
3d3f3d0f98af842e06d3d74648a0fca383538bb3
refs/heads/master
2022-12-21T20:54:25.033076
2022-12-13T18:18:00
2022-12-13T18:18:00
219,980,346
0
0
Apache-2.0
2019-11-06T11:23:20
2019-11-06T11:23:20
null
UTF-8
C++
false
false
2,078
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/chime-sdk-media-pipelines/ChimeSDKMediaPipelines_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/chime-sdk-media-pipelines/model/Tag.h> #include <u...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
0a040f07afc11a87345a30c7fd994772f0ed972b
a13a4dfcf577632bee9bfbc430ce469c1afe6652
/libraries/ros_lib/pano_ros/PanoCaptureFeedback.h
313e0be22d316aaecbf276c16cae6c87879aa4a4
[]
no_license
kirancps/ROS_Arduino
5cb8abeea6f87c2a8fa332ea9ebedc325ae5a0fb
537b45aa9c200e8f5be9a8f4625e045c6a7a8509
refs/heads/master
2021-01-10T18:52:58.914367
2016-04-17T11:23:07
2016-04-17T11:23:07
56,432,459
2
4
null
null
null
null
UTF-8
C++
false
false
1,687
h
#ifndef _ROS_pano_ros_PanoCaptureFeedback_h #define _ROS_pano_ros_PanoCaptureFeedback_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace pano_ros { class PanoCaptureFeedback : public ros::Msg { public: float n_captures; PanoCaptureFeedback(): n_captu...
[ "scikiran@gmail.com" ]
scikiran@gmail.com
cc5739cf68c7cfc582d2335a8f45542eaf1c5bba
4e5fa5da1ffeb9d1a2e01c1145ab0bec9b424a2d
/Letters/Letters/Letters.cpp
b9a276a7662853ab6d1ac86cf600419790132645
[]
no_license
PLaG-In/MLITA
a441bf670f500abcaa94cd04b60ec6fb5a621196
2e50290e4bfbae2a2a0eb7c8a8cadaad3ab0d9ab
refs/heads/master
2021-05-30T09:40:57.852100
2016-01-21T17:38:11
2016-01-21T17:38:11
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,448
cpp
// Letters.cpp: определяет точку входа для консольного приложения. // #include "stdafx.h" #include <iostream> #include <fstream> #include <vector> #include <string> #include <map> #include <algorithm> using namespace std; void CheckWords(map <string, int> &dict, const string &mainWord) { int counter, score = 0; int...
[ "vladimir.alt@inbox.ru" ]
vladimir.alt@inbox.ru
2a5012ad07fc50dfc116c9465cca18119a211893
914b2437727654ef663c9c9795715598597b8eba
/AncillaryDataEvent/TaggerModule.h
dc4093c59a9d8fa03979ebebc5f5631ed78a3f18
[ "BSD-3-Clause" ]
permissive
fermi-lat/AncillaryDataEvent
362ae7384513be6ea90cba5b00ffb880ba05cc5c
4f8f9677971b36628b0949e3ccd8b708e4932c38
refs/heads/master
2022-02-17T03:07:33.552130
2019-08-27T17:26:54
2019-08-27T17:26:54
103,186,826
0
0
null
null
null
null
UTF-8
C++
false
false
911
h
#ifndef TAGGERMODULE_HH #define TAGGERMODULE_HH #include "TaggerLayer.h" class TaggerModule { public: TaggerModule(int moduleId); ~TaggerModule(); void processData(); void resetData(); int getId() const {return m_moduleId;} TaggerLayer *getLayer(int layerId) const {return m_layers[layerId]...
[ "" ]
09eb4ede6f8b9421e02a382c8415e6b57e5b6e80
16137a5967061c2f1d7d1ac5465949d9a343c3dc
/cpp_code/iostreams/07-ofstreams-pos.cc
3d9931ad19e08a0f679010cc1ea2d5cbbff6b8f0
[]
no_license
MIPT-ILab/cpp-lects-rus
330f977b93f67771b118ad03ee7b38c3615deef3
ba8412dbf4c8f3bee7c6344a89e0780ee1dd38f2
refs/heads/master
2022-07-28T07:36:59.831016
2022-07-20T08:34:26
2022-07-20T08:34:26
104,261,623
27
4
null
2021-02-04T21:39:23
2017-09-20T19:56:44
TeX
UTF-8
C++
false
false
282
cc
#include <iostream> #include <fstream> int main (void) { std::ofstream outfile("sample.tmp"); outfile << "This is an apple"; // auto pos = outfile.tellp(); // outfile.seekp (pos - static_cast<decltype(pos)>(7)); outfile.seekp (-7, std::ios::cur); outfile << " sam"; }
[ "konstantin.vladimirov@gmail.com" ]
konstantin.vladimirov@gmail.com
27ea713204f216324c15f633a5c574aa95ebee3e
d535109f8406a7c4cf8238bd03f1c584ad6464aa
/aliyun-api-pts/2015-08-01/src/ali_pts_get_tasks.cc
3e43a981c66e1591b5a51edcff1f5f968d22f567
[ "Apache-2.0" ]
permissive
bailehang/aliyun
3cf08cb371e55fbff59fc3908e5c47c27b861af1
ca80fb97ce2b4d10bfb5fd8252c730a995354646
refs/heads/master
2020-05-23T11:17:00.183793
2015-11-16T01:41:03
2015-11-16T01:41:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,713
cc
#include <stdio.h> #include "ali_api_core.h" #include "ali_string_utils.h" #include "ali_pts.h" #include "json/value.h" #include "json/reader.h" using namespace aliyun; namespace { void Json2Type(const Json::Value& value, std::string* item); void Json2Type(const Json::Value& value, PTSGetTasksResponseType* it...
[ "zcy421593@126.com" ]
zcy421593@126.com
f71934402f18d768ba32d6db90931fdb24ef1b03
668c7477acc16c366196d8655dd554496c396a1b
/test/InstanceTests.cpp
606959d27e571d446077c4c2341c971073d0c569
[ "Unlicense" ]
permissive
lucasmpavelski/fsp-eval
1eb9de961b168e761891c6f205972695b00db35b
4a26be3af341324e9de106318f28c06027e3abd8
refs/heads/master
2023-02-09T14:53:33.208783
2021-01-01T14:00:12
2021-01-01T14:00:12
319,150,871
0
0
null
null
null
null
UTF-8
C++
false
false
1,340
cpp
#include <catch2/catch.hpp> #include <vector> #include <vector> #include "../src/Instance.hpp" using namespace fsp; TEST_CASE("FSP data load from vector", "[fsp]") { const std::vector<unsigned> procTimes = { 1, 2, 3, 4, 5, 6 }; const int no_jobs = 2; Instance instance(procTimes, no_jobs); SECTION("number o...
[ "lmpavelski@yahoo.com.br" ]
lmpavelski@yahoo.com.br
f08648ecaf1e93558fe5f662754ab8e10fda4363
28ccd518e0c516f5e6dfce5b8373ba4a028d22ca
/14.10/marini/random.h
85e1528b0c7077dc376af7b688ea79b0bb0907db
[]
no_license
eugnsp/CUJ
a3fd72f81ac18460febc090bb8be0c21164750b4
922ecf8f730a193dab63ec790c0b655477732dcf
refs/heads/master
2023-08-19T07:48:19.948674
2021-09-19T08:55:58
2021-09-19T09:00:49
357,140,243
3
1
null
null
null
null
UTF-8
C++
false
false
3,856
h
/* * random.h * Header file for the implementation of a random number * generator class. This class is based on the algorithm defined * by Z(i) = AZ(i-1)modM. Where M is the prime number 2^31-1 = * 2,147,483,647 and A is the value 62089911. */ #include <values.h> #include <math.h> // Unform Random Ge...
[ "evgeny.sg@gmail.com" ]
evgeny.sg@gmail.com
d85c02212a408a89e2bcccae450d8cbacfc94d17
9cd87733a1958baa0e5c9fdee5e78f05f0ef7d36
/kdtree2.cpp
391296a65eb24b7ddc31f5a9366035c39cbbe923
[]
no_license
brantr/shock-tracking
4f754b2f3554486e9748f5a3278128b2d210ab32
60dab0327f07da2787b59809544b8cbb79c8ace1
refs/heads/master
2021-01-19T16:43:08.587659
2017-04-14T16:35:49
2017-04-14T16:35:49
88,284,529
0
0
null
null
null
null
UTF-8
C++
false
false
25,212
cpp
// // (c) Matthew B. Kennel, Institute for Nonlinear Science, UCSD (2004) // // Licensed under the Academic Free License version 1.1 found in file LICENSE // with additional provisions in that same file. // NB:license included in comments at the end of this file #include "kdtree2.hpp" #include <algorithm> #include...
[ "brant@ucsc.edu" ]
brant@ucsc.edu
f712e1d970bc0a35adea0baa23dc2a867e1b0d0c
942b7b337019aa52862bce84a782eab7111010b1
/3rd party/imgui/imconfig.h
769713a30a15d89c762a0a9576a9060213782d14
[ "MIT", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
galek/xray15
338ad7ac5b297e9e497e223e0fc4d050a4a78da8
015c654f721e0fbed1ba771d3c398c8fa46448d9
refs/heads/master
2021-11-23T12:01:32.800810
2020-01-10T15:52:45
2020-01-10T15:52:45
168,657,320
0
0
null
2019-02-01T07:11:02
2019-02-01T07:11:01
null
UTF-8
C++
false
false
3,752
h
//----------------------------------------------------------------------------- // COMPILE-TIME OPTIONS FOR DEAR IMGUI // Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure. // You can use ImGui::SetAllocatorFunctions() before calling ImGui::CreateConte...
[ "abramcumner@yandex.ru" ]
abramcumner@yandex.ru
c9a7e693427d6b057fc891dd1ef488d3c11faed6
181968b591aa12c3081dbb78806717cce0fad98e
/src/modules/mesh_converter/MeshConverter.cpp
9b2c7b4374df3f082785d06885a22ea6e7199d20
[ "MIT" ]
permissive
Liudeke/CAE
d6d4c2dfbabe276a1e2acaa79038d8efcbe9d454
7eaa096e45fd32f55bd6de94c30dcf706c6f2093
refs/heads/master
2023-03-15T08:55:37.797303
2020-10-03T17:31:22
2020-10-03T17:36:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,660
cpp
#include "MeshConverter.h" #include "MeshCriteria.h" #include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/make_mesh_3.h> #include <CGAL/Mesh_3/config.h> #include <CGAL/Mesh_complex_3_in_triangulation_3.h> #include <CGAL/Mesh_criteria_3.h> #include <CGAL/Mesh_triangulation_3.h> #include <CGAL/...
[ "daniel.roth@mailbase.info" ]
daniel.roth@mailbase.info
4b9a66fb0e6e128ac1d178dcd15109aa3cb1d177
a6201151b9956af651570c1286bbf078556cf1c6
/RectifierControlFView.cpp
e9199f89d2562b73013d27a9d39dd55e287f64d4
[]
no_license
vladislav-007/RectifierControl
d73ea8dabf0c667823384406762dd6ab373f18f7
3b1281f6d0ec3f82a850c35554c06a9b0e1773a0
refs/heads/master
2020-03-12T13:01:01.062623
2019-06-10T03:19:53
2019-06-10T03:19:53
130,632,131
0
0
null
2018-11-28T02:18:10
2018-04-23T02:57:23
C++
UTF-8
C++
false
false
855
cpp
// RectifierControlFView.cpp : implementation file // #include "stdafx.h" #include "RectifierControl.h" #include "RectifierControlFView.h" // CRectifierControlFView IMPLEMENT_DYNCREATE(CRectifierControlFView, CFormView) CRectifierControlFView::CRectifierControlFView() : CFormView(IDD_RECTIFIERCONTROLFVIEW) { } ...
[ "vladisl@ngs.ru" ]
vladisl@ngs.ru
d8f771b217cf3c0e6a054f1c92b4c7383be52cc2
e3e012664e3b4c016b7ed240cd9b81af1289149e
/thirdparty/linux/miracl/miracl_osmt/source/ecsign.cpp
7c2b4410c85dc9f5298ab2988396d943c915dbd2
[ "Unlicense" ]
permissive
osu-crypto/MultipartyPSI
b48ce23163fed8eb458a05e3af6e4432963f08c7
44e965607b0d27416420d32cd09e6fcc34782c3a
refs/heads/implement
2023-07-20T10:16:55.866284
2021-05-12T22:01:12
2021-05-12T22:01:12
100,207,769
73
29
Unlicense
2023-07-11T04:42:04
2017-08-13T22:15:27
C++
UTF-8
C++
false
false
2,812
cpp
/* * Elliptic Curve Digital Signature Algorithm (ECDSA) * * * This program asks for the name of a <file>, computes its message digest, * signs it, and outputs the signature to a file <file>.ecs. It is assumed * that curve parameters are available from a file common.ecs, as well as * the private key o...
[ "trieun@oregonstate.edu" ]
trieun@oregonstate.edu
b067a2f67add7305f9459539960b4d598c70b022
67cf5d1d7ea62ca9e7b35c42c042efcf1c77ff36
/mosixFastProjections/include/Projector/ProjectionLib/VanDerGrintenProjection.h
5e318d9edca9500f865c50a70ddb6d01cdea4792
[]
no_license
bpass/cegis
d3c84d2d29a084105b4c207391ddc6ace0cdf398
6c849e41974b8ff844f78e260de26d644c956afb
refs/heads/master
2020-04-03T18:57:58.102939
2013-04-24T22:07:54
2013-04-24T22:07:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,869
h
// $Id: VanDerGrintenProjection.h,v 1.1 2005/03/11 23:59:10 mschisler Exp $ // Last modified by $Author: mschisler $ on $Date: 2005/03/11 23:59:10 $ #ifndef _VanDerGrintenPROJECTION_H_ #define _VanDerGrintenPROJECTION_H_ #include "PseudocylindricalProjection.h" namespace ProjLib { class VanDerGrintenProjection : pu...
[ "mschisler" ]
mschisler
3c41587310bd90eedfbebafd5e1188c20ce06a1a
da38e03e53832f864058e7d1517a8ba3ac17f15d
/CLI/Validators/InputValidators/LabelValidator.cpp
cf5fb87904a4d17457e3f03319323e8b8693aca2
[]
no_license
IliaIlyin/ToDoList
916c076726d64cffa8d09f5d82608cd28568fa8d
04a7101a2057972e5f869407da95208bf0bf4485
refs/heads/master
2023-01-02T04:34:01.033413
2020-09-27T22:59:05
2020-09-27T22:59:05
281,182,314
0
0
null
2020-08-18T07:57:34
2020-07-20T17:25:21
C++
UTF-8
C++
false
false
213
cpp
// // Created by illia.ilin on 8/25/2020. // #include "LabelValidator.h" GeneralInputValidator::InputToken LabelValidator::validate(const std::string &str) { return GeneralInputValidator::validateLabel(str); }
[ "fate98765@gmail.com" ]
fate98765@gmail.com
d753c11cf26f5d85d557b8074c859a9de565b06a
a864b84c706a4432a3a3cf9dd11e3c940bb53860
/Activation.h
64afa56355d2c309377ac3a87a17bac242610e12
[]
no_license
NehoraM/ML-identifying-numbers
b3669cfaf3a711ee50ec362fa348060f54f49d35
1e76cc02d92bd47ea7ded34773481bb466d2d408
refs/heads/master
2022-12-22T03:01:12.314833
2020-09-17T12:22:51
2020-09-17T12:22:51
296,318,116
0
0
null
null
null
null
UTF-8
C++
false
false
853
h
#ifndef ACTIVATION_H #define ACTIVATION_H #include "Matrix.h" /** * @enum ActivationType * @brief Indicator of activation function. */ enum ActivationType { Relu, Softmax }; /** * Activates softmax or relu */ class Activation { private: ActivationType _type; /** * * @param m tha matri...
[ "you@example.com" ]
you@example.com
6e55e2dc3ea65bb6db5ecbb007c678469ba972a3
2e5c33f159adf150b67ef1b19f14607d2d11f1fe
/engine/renderers/opengl/OpenGLFrameBuffer.cpp
5fffdb39c9aa8bad3d774b7a93eba6827553acba
[ "Apache-2.0" ]
permissive
AeonGames/AeonEngine
29fedf6dcba2548e594ec067f99c834d8f975f27
2cdbf540227c1c4bbf4d893145627564dbb2a8a3
refs/heads/master
2023-07-22T01:35:42.972067
2023-07-19T01:47:20
2023-07-19T01:47:20
54,066,866
17
4
null
null
null
null
UTF-8
C++
false
false
4,434
cpp
/* Copyright (C) 2019,2021 Rodrigo Jose Hernandez Cordoba Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to ...
[ "kwizatz@aeongames.com" ]
kwizatz@aeongames.com
1d4f38f6ad0257238b48570740e3afcd64f1a6b0
f54a025958cdd048de41728272bd95b1b0177cb7
/src/modules/fancyzones/FancyZonesLib/JsonHelpers.h
56df116032ecce50fe061b3b8f5fe8651c94a537
[ "MIT", "BSL-1.0", "Unlicense", "LicenseRef-scancode-generic-cla" ]
permissive
jaimecbernardo/PowerToys
d600318849dbb977214aa98fc9159be8b48333b4
01ab8d5f75dcda8ddd5c8461a57d2f1fc1409735
refs/heads/master
2023-09-04T05:21:59.227306
2022-10-11T11:36:26
2022-10-11T11:36:26
254,362,160
7
0
MIT
2022-12-05T04:12:41
2020-04-09T12:14:22
C#
UTF-8
C++
false
false
4,263
h
#pragma once #include "FancyZonesDataTypes.h" #include <common/utils/json.h> #include <string> #include <vector> #include <unordered_map> namespace BackwardsCompatibility { struct DeviceIdData { std::wstring deviceName = L"FallbackDevice"; int width; int height; GUID virtualD...
[ "noreply@github.com" ]
jaimecbernardo.noreply@github.com
4965a320997643f9190a8df49fc01217216091c5
a0423109d0dd871a0e5ae7be64c57afd062c3375
/Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/OpenGL.GLTextureParameterValue.h
dcf65e94720302d8a6a3d130be7b98dba9a429bc
[ "Apache-2.0" ]
permissive
marferfer/SpinOff-LoL
1c8a823302dac86133aa579d26ff90698bfc1ad6
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
refs/heads/master
2020-03-29T20:09:20.322768
2018-10-09T10:19:33
2018-10-09T10:19:33
150,298,258
0
0
null
null
null
null
UTF-8
C++
false
false
376
h
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/UnoCore/1.9.0/Source/OpenGL/GLEnums.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Int.h> namespace g{ namespace OpenGL{ // public extern enum GLTextureParameterValue :89 uEnumTyp...
[ "mariofdezfdez@hotmail.com" ]
mariofdezfdez@hotmail.com
d6213b59a235112190f0926c0599939d71591456
edbc89690747c7f5ca36c2e9cc0de17953daf76f
/RepositoryFile.h
3d5c9733fa380b7725e43c70a894df09b31d7da2
[]
no_license
LauraDiosan-CS/lab8-11-polimorfism-davidvrabioru
6f7da3234a4b52144873453c4f1b99e57277e65b
8c370cb12b05d27a9a146c65240c5ea4ca6a5433
refs/heads/master
2022-05-26T02:43:39.234637
2020-05-04T06:25:06
2020-05-04T06:25:06
255,149,426
0
0
null
null
null
null
UTF-8
C++
false
false
3,605
h
#pragma once #include <list> #include <iostream> #include<fstream> #include "Mancare.h" #include "Comanda.h" #include "Shopping.h" #include "Repository.h" using namespace std; template<class T> class RepositoryFile :public RepositoryTemplate<T> { private: const char* fileName; const char* outputFile...
[ "noreply@github.com" ]
LauraDiosan-CS.noreply@github.com
a289d5ed4da0d671eb266e09f622397185456236
9826489e216479f8b3c7b8d600208076b15028af
/libsolintent/ir/ExpressionInterface.h
d5b2242a0fbed2d2bbffe0b111e25dc1cc593c13
[]
no_license
ScottWe/solintent
117a1e3e157bbd42a21ae256c063480fdd90d5d7
85f8c4d9a2a8acd044a833b24a01dfcfffb465c7
refs/heads/master
2020-11-23T20:55:32.384223
2019-12-20T20:18:53
2019-12-20T20:18:53
227,817,149
0
0
null
null
null
null
UTF-8
C++
false
false
6,784
h
/** * Analyzing Solidity expressions directly is not always practical. The AST is * designed to be (1) readable and (2) JavaScript like. It can instead be * helpful to have some intermediate form. Furthermore, it can be helpful if * such an intermediate form is "adaptive". That is, it adjusts to the current * need...
[ "scott.wesley@ns.sympatico.ca" ]
scott.wesley@ns.sympatico.ca
da4cfc2bd5206067402ebf416915dbe29392fd73
35db93efa1c425ce1073c15474729b46a3cc173f
/src/server/modules/parser.h
e15d502c61b4ae18c0d6cb8936b1a0bca668a1d4
[]
no_license
Plasmarobo/SkyfullOfMetal
e0a0c6ca8ee30a9c9e220724ef85b22ded974420
6ef2d3ae44fb6e643f727f6bef7d7d2dc0d50be1
refs/heads/master
2021-01-22T06:23:02.435407
2017-06-02T16:04:37
2017-06-02T16:04:37
92,546,688
0
0
null
null
null
null
UTF-8
C++
false
false
201
h
#ifndef MODULE_PARSER_H #define MODULE_PARSER_H #include <flatbuffers/idl.h> #include <flatbuffers/util.h> #include <flatbuffers/flatbuffers.h> class ModuleParser { }; #endif /* MODULE_PARSER_H */
[ "austen@thelevelup.com" ]
austen@thelevelup.com
aa479687ab9f0098112b9af148ce1b659518bcfc
ac316dc53e018ee84008fe2cdacc75c73cb4a12a
/data_structure&algorithms/DataStructure&Algorithms/02_list/include/list/list_deduplicate.h
0ce48e08b2c10d212f775b3fc11165b1ccb1db94
[]
no_license
shixu312349410/vscode_cplusplus
7701913254aa1754dc0853716338d4cf8536e31d
a961759431054d58a0eb9edc27f5957f55b2d83a
refs/heads/master
2023-03-18T02:07:38.104946
2021-03-09T12:45:44
2021-03-09T12:45:44
339,215,392
0
0
null
null
null
null
GB18030
C++
false
false
824
h
/****************************************************************************************** * Data Structures in C++ * ISBN: 7-302-33064-6 & 7-302-33065-3 & 7-302-29652-2 & 7-302-26883-3 * Junhui DENG, deng@tsinghua.edu.cn * Computer Science & Technology, Tsinghua University * Copyright (c) 2003-2019. All rights r...
[ "312349410@qq.com" ]
312349410@qq.com
e44b3505659ac4e0be1bf709a843ef8202ead677
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/AI/aiPriestBossBowEquiped.cpp
d6c684f5b55bfdcf8e240e054eb9373660cc205f
[]
no_license
zeldaret/botw
50ccb72c6d3969c0b067168f6f9124665a7f7590
fd527f92164b8efdb746cffcf23c4f033fbffa76
refs/heads/master
2023-07-21T13:12:24.107437
2023-07-01T20:29:40
2023-07-01T20:29:40
288,736,599
1,350
117
null
2023-09-03T14:45:38
2020-08-19T13:16:30
C++
UTF-8
C++
false
false
555
cpp
#include "Game/AI/AI/aiPriestBossBowEquiped.h" namespace uking::ai { PriestBossBowEquiped::PriestBossBowEquiped(const InitArg& arg) : BowEquiped(arg) {} PriestBossBowEquiped::~PriestBossBowEquiped() = default; bool PriestBossBowEquiped::init_(sead::Heap* heap) { return BowEquiped::init_(heap); } void PriestBos...
[ "leo@leolam.fr" ]
leo@leolam.fr
af106a4437b0503ca98e3ee3babff660cbbb71e1
47a4b9901faf9742273b02ba14444d8d555b65a4
/Codeforces/579A.cpp
2ac8e859b116623eb176a3534afcaab6887d7ac0
[]
no_license
Aulene/Competitive-Programming-Solutions
a028b7b96e024d8547e2ff66801e5377d7fb76cd
81d2705263313755399f2e3b6e01e029d40f61a6
refs/heads/master
2021-06-27T20:03:53.657351
2019-04-25T19:48:29
2019-04-25T19:48:29
101,798,734
3
0
null
null
null
null
UTF-8
C++
false
false
472
cpp
#include <bits/stdc++.h> using namespace std; #define int long long int #define mod 1000000007 #define p push #define pb push_back #define mp make_pair #define f first #define s second #define vi vector <int> #define vvi vector < vector <int> > signed main() { ios_base::sync_with_stdio(false); cin.tie(NULL); ...
[ "aussylegendflame@gmail.com" ]
aussylegendflame@gmail.com
7673470c67788a4ebf842044ef7897045e7d43ea
1f752f8b0131d45ef869cc2e78618494ee1df8f4
/src/gasnet_handlers.cpp
10dd400d7d988214b77f86a15939ff49fe7c8795
[]
no_license
vainamon/DSTM_P1
e51682aba7ddaa0c37b73873533f340f14bd376f
5dea9122dbcae336f5bbd5dca4dd7eed6730028e
refs/heads/master
2020-04-04T10:28:21.974659
2018-11-02T11:35:17
2018-11-02T11:35:17
155,856,244
0
0
null
null
null
null
UTF-8
C++
false
false
6,734
cpp
/* * gasnet_handlers.cpp * * Created on: 12.09.2011 * Author: igor */ #include "gasnet_handlers.h" #include "dstm_gasnet_appl_wrapper.h" #include "profiling.h" #include "glue.h" #include "dstm_malloc/dstm_malloc.h" #include <gasnet_handler.h> namespace dstm_pthread { #include "dstm_pthread/dstm_pthread...
[ "vainamon@gmail.com" ]
vainamon@gmail.com
5718606275e2839bab174ded6cdd024eaccb9dc6
a3ca1f53459ef5bc3653f900d7381c2615c51ad9
/Bhalim1.cpp
dc7cc3ef9374273e56cfe963fcd7c1acb173473e
[]
no_license
giongto35/CompetitveProgramming
cf7b02dfaecb46c4c949d903675817cd9c2e141b
29b7cdf7796d4054f5e74d2bce7e0247a21968e8
refs/heads/master
2021-01-20T23:32:38.627994
2015-01-30T17:07:56
2015-01-30T17:07:56
30,082,220
1
0
null
null
null
null
UTF-8
C++
false
false
1,460
cpp
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <sstream> #include <iostream> #include <cstdio> #include <cmath> #include <cstdlib> #include <ctime> #include <queue>...
[ "giongto35@yahoo.com" ]
giongto35@yahoo.com
fa9b7417f2021108ace1368a3680d6a79aa8ffee
511a4a9bebd1f35731c6269a121961b9aa18d7b1
/shaderSketch1/src/ofApp.h
efe139cfc6c2931d87f9df292525c32973c586c0
[]
no_license
ofZach/ecalWorkshop
0b98a6adb7a04aab6259700fcd78b366ce0594e6
4fb4c1a21bc24482fee5e43f65fb7367a0a85dd7
refs/heads/main
2023-05-01T17:43:50.543423
2021-05-05T18:39:27
2021-05-05T18:39:27
363,986,626
9
1
null
null
null
null
UTF-8
C++
false
false
569
h
#pragma once #include "ofMain.h" class ofApp : 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 mousePressed(int x, int y, int button); void mo...
[ "zach@sfpc.io" ]
zach@sfpc.io
433088595ef4fd484ecbf91c0a53563860fb3d28
391b88509968575dfa92db8220a7d0ed1a222f0d
/MFC3.23(1)/MFC3.23(1)/stdafx.cpp
760c22e5e036d37b4c682e7998b7553a46eff0ba
[]
no_license
ZouXinyi-a/ZXY
f6b6d65f3431b20f046ed3bb46117376c3795c8d
03772e5569e21bac14d097192f648bce026bd2be
refs/heads/master
2022-11-07T22:38:15.876992
2020-07-02T14:54:47
2020-07-02T14:54:47
265,002,732
0
0
null
null
null
null
GB18030
C++
false
false
169
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // MFC3.23(1).pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "1749883446.qq.com@example.com" ]
1749883446.qq.com@example.com
2abb55959d4883b2ac0071a775dd0405a481eada
eda7f1e5c79682bf55cfa09582a82ce071ee6cee
/aspects/fluid/source/test/UtGunnsGasDisplacementPump.hh
3b3455b116b293c625b6480045af302cd2c3e26c
[ "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nasa/gunns
923f4f7218e2ecd0a18213fe5494c2d79a566bb3
d5455e3eaa8b50599bdb16e4867a880705298f62
refs/heads/master
2023-08-30T06:39:08.984844
2023-07-27T12:18:42
2023-07-27T12:18:42
235,422,976
34
11
NOASSERTION
2023-08-30T15:11:41
2020-01-21T19:21:16
C++
UTF-8
C++
false
false
7,786
hh
#ifndef UtGunnsGasDisplacementPump_EXISTS #define UtGunnsGasDisplacementPump_EXISTS //////////////////////////////////////////////////////////////////////////////////////////////////// /// @defgroup UT_TSM_GUNNS_FLUID_SOURCE_GAS_DISPLACEMENT_PUMP Gas Displacement Pump Unit Tests /// @ingroup UT_TSM_GUNNS_FLUID_SOURCE...
[ "jason.l.harvey@nasa.gov" ]
jason.l.harvey@nasa.gov
08612dabf1379c9bbe35b150ef5885723d6ce725
d0d5fac9b0635f75dc211ceb68d16e9b4399bb11
/src/hiphop-php/hphp/third_party/folly/folly/experimental/File.cpp
a0f05f6bb76913bfa18442833bde2749f2a990f0
[ "Apache-2.0", "PHP-3.01", "Zend-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
NeoTim/hiphop-php-docker
2ebf60db2c08bb93aef94ec9fab4d548f8f09bf4
51ae1a35e387c05f936cf59ed9d23965554d4b87
refs/heads/master
2020-04-16T09:17:51.394473
2017-12-03T18:45:36
2017-12-03T18:45:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,186
cpp
/* * Copyright 2012 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
[ "mikesjett@gmail.com" ]
mikesjett@gmail.com
6cfb044fe7c8836b3bba8677a5d83e069aa0f7ac
05b72d3eb9bc9b836aea86045cef02f17b3de3ea
/src/graf/grafDrawer.cpp
5d5c334c47097be35346e0bd0b4017af88542360
[]
no_license
jjzhang166/GA_Interactive
9b234c3611c041b9cc5e09a8e931678068af6b7a
c0fbb5f61d62727e56c70d0869c8af7bc9e9b010
refs/heads/master
2021-12-02T04:53:53.309527
2010-06-29T22:05:57
2010-06-29T22:05:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,478
cpp
#include "grafDrawer.h" grafDrawer::grafDrawer() { alpha = 1.f; minLen = .005; lineWidth = 2.0; lineAlpha = .92; lineScale = .05; bSetupDrawer = false; pctTransLine = .001; flatTime = 0; } grafDrawer::~grafDrawer() { for( int i = 0; i < lines.size(); i++) delete lines[i]; } void grafDrawer::setup(grafTag...
[ "csugrue@gmail.com" ]
csugrue@gmail.com
77add05879219a88a29082eb5d2aefa1924b3370
cd6a693f5d02d4b25c49d5804fabdb1b2c150a82
/include/EnumReflector.h
5361a5a09ba287a8a90d8d5b3d3d0970b932da90
[]
no_license
minortones/kissur
f9b04e560964728f5d6a436f448172b1b6b0c4be
72b69c135975a332f5c7662a80a43f1c69bd34e0
refs/heads/master
2020-05-17T15:37:11.332273
2016-02-21T04:07:46
2016-02-21T04:07:46
21,754,863
0
1
null
null
null
null
UTF-8
C++
false
false
1,160
h
#ifndef ENUM_REFLECTOR_H #define ENUM_REFLECTOR_H #include "Reflector.h" #include "EnumString.h" template<typename T> class EnumReflector : public IReflector { public: EnumReflector(); ~EnumReflector(); const char* ToString(const void* pValue) const override; const char* Typename() const override; ksU32 Ty...
[ "minortones@yahoo.com" ]
minortones@yahoo.com
5a60c8352a5a1db085d189446ec5e8c091d1a489
0434508a7eb1237757b7a731d081a65559d88a0c
/FileTest2.cpp
e65414cb74eabbc1ffa8e31a49e09b07bbfe3272
[]
no_license
poseneror/ass-spl-1
76c0cf72f87ce44463e0cc123a2bebf05bca062e
2312be90cee5fc7d723f22e7563e1e67fed0d808
refs/heads/master
2021-09-05T19:36:47.484095
2018-01-30T15:54:45
2018-01-30T15:54:45
110,820,198
0
0
null
null
null
null
UTF-8
C++
false
false
4,604
cpp
// // Created by Guy-Amit on 11/8/2017. // #include "Files.h" #include "vector" #include <string> #include <iostream> using namespace std; int red=0; vector<string> test = {"0","1","2","3","4","5","6","7","8","9"}; vector<int> testInt; vector<string> temp; vector<int> tempInt; void extractVals(vector<BaseFile*> chi...
[ "posener.or@gmail.com" ]
posener.or@gmail.com
08123dcf3def53504de3a9891c8ca8c7be463fe1
854daae5dfecf40c24b9dd6aa3ff18737377804f
/Engine/ResourceSystem.cpp
bbfe499035b29b2c45d280b28fd66aecc2d4db8f
[]
no_license
northwolf521/FlipEngine1
51f09af960503200085884294ce2b0b6be31169d
d1e562f03ff167c3e3f4e2cc9db27c242836bd89
refs/heads/master
2021-01-21T09:34:11.048692
2015-12-09T14:07:48
2015-12-09T14:07:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,632
cpp
#include "ResourceSystem.h" #include "Image.h" #include "ImageLoader.h" #include "Texture.h" #include <algorithm> #include <iostream> #include "MeshLoaderB3D.h" #include "Shader.h" #include "glutils.h" #include "../sys/sys_public.h" #include "Mesh.h" #include "Material.h" #include "File.h" #include "Model_lwo.h" #incl...
[ "356661627@qq.com" ]
356661627@qq.com
2b382a3c792639941874e9dfc616596d7055e470
6bb8d364eeb7d41aff3abe9e5fd040bb9e6c3925
/src/version.cpp
4e82843e6b56d27bac96fbbd62658c55d5599703
[ "MIT" ]
permissive
UKCDev/UKCoin
533fe230fc08a05ccee839f779a389fe2768ca6f
395aea978c1d61457a2b10e14f24350a9906a553
refs/heads/master
2021-01-21T13:30:16.084302
2018-05-13T12:05:51
2018-05-13T12:05:51
102,132,281
0
3
null
2017-09-25T16:11:54
2017-09-01T16:27:38
C
UTF-8
C++
false
false
2,638
cpp
// Copyright (c) 2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' message. Report the same name // for both bitco...
[ "31538795+UKCDev@users.noreply.github.com" ]
31538795+UKCDev@users.noreply.github.com
7679d4d9ab6a6baf25121b4d2a767041cffc3fab
9cb14eaff82ba9cf75c6c99e34c9446ee9d7c17b
/codeforces/557/a.cpp
8b356f29c5592ef10ae53b6ee741d0b98b74aea4
[]
no_license
rafa95359/programacionCOmpetitiva
fe7008e85a41e958517a0c336bdb5da9c8a5df83
d471229758e9c4f3cac7459845e04c7056e2a1e0
refs/heads/master
2022-02-19T06:43:37.794325
2019-09-02T15:09:35
2019-09-02T15:09:35
183,834,924
0
0
null
null
null
null
UTF-8
C++
false
false
445
cpp
#include <bits/stdc++.h> using namespace std; #define para(i,a,n) for(int i=a;i<n;i++) #define N 1000000 typedef long long Long ; Long value(Long a,Long b,Long c ){ Long med=(a+b+c)/2; return med; } int main(){ ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); Long n; ci...
[ "rafalopezlizana@gmail.com" ]
rafalopezlizana@gmail.com
2c31ecbd5855d8f648992e34791696c03ca717d2
1112f3dd177d9e1a7563ee5e8e98610482c328bc
/c++/zero-matrix.cpp
d2028158792b750bd5dbe6af38568029a2ec1140
[]
no_license
SimonKocurek/Algorithms-and-Fun
01d8d751af63766ae34fcbbd2bb46e9178707a66
f4090393dfcdaba87babf7401876da161a16a1dd
refs/heads/master
2022-02-28T10:28:40.353537
2019-09-15T12:39:54
2019-09-15T12:39:54
115,929,701
0
0
null
null
null
null
UTF-8
C++
false
false
1,131
cpp
#include <iostream> #include <vector> using namespace std; struct point { int x, y; }; auto get_zero_points(vector<vector<int>> &matrix) { vector<point> result; for (int y = 0; y < matrix.size(); ++y) { auto &line = matrix[y]; for (int x = 0; x < line.size(); ++x) { if (line[...
[ "simon.kocurek@gmail.com" ]
simon.kocurek@gmail.com
5b917562ba1e9546502cf61582d5a3d3a4719393
1fac2f62ec0135fb70ef7a17ac45dce8833e2a9c
/Amazon.cpp
32ee6c92aab96dcd9164167ef5204425d5c7b6b3
[]
no_license
dacr26/AmazonDriver
d525c5c6d30482e5ca041f0c0300d0cb8d5a8741
0f4e0c78519b710f12e4ef918b7896b36093864b
refs/heads/master
2020-04-05T02:53:36.471181
2018-11-13T02:22:07
2018-11-13T02:22:07
156,493,522
0
0
null
null
null
null
UTF-8
C++
false
false
355
cpp
/* * Amazon.cpp * * Created on: Nov 6, 2018 * Author: ruoranwang */ #include "Amazon.h" namespace edu { namespace neu { namespace csye6205 { Amazon::Amazon() { // TODO Auto-generated constructor stub } Amazon::~Amazon() { // TODO Auto-generated destructor stub } } /* namespace csye6205 */ } /* name...
[ "noreply@github.com" ]
dacr26.noreply@github.com
400b65cec300f10ed2eb925b0842728aaa8ef0df
b01ae19d6bce9229b83d0165601719ae53ae2ed0
/ios/versioned-react-native/ABI45_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ABI45_0_0DynamicPropsUtilitiesTest.cpp
febba091dfac6d28c9c50067f0d6d0f10b12d557
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
Abhishek12345679/expo
1655f4f71afbee0e8ef4680e43586168f75e1914
8257de135f6d333860a73676509332c9cde04ba5
refs/heads/main
2023-02-20T19:46:17.694860
2022-11-21T15:48:20
2022-11-21T15:48:20
568,898,209
1
0
MIT
2022-11-21T16:39:42
2022-11-21T16:39:41
null
UTF-8
C++
false
false
2,044
cpp
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <gtest/gtest.h> #include <ABI45_0_0React/ABI45_0_0renderer/core/DynamicPropsUtilities.h> using namespace folly; using n...
[ "noreply@github.com" ]
Abhishek12345679.noreply@github.com
1eec8028a74809b10e347c012591081e76ede39b
f552f8eceee3fd8ad48c5a679bce0366f8f310c0
/XmlUtils.h
bc0b6b77f85142bc78c775f956ef9b4b00d5bda9
[]
no_license
mihazet/avr-ide
79689bf00c22d97cc2c728e60a4bc8d4c62297ce
09bcaccd6b61e49800f77f4953aea7e6b9478f5f
refs/heads/master
2021-01-10T21:06:56.814438
2013-07-22T06:28:12
2013-07-22T06:28:12
39,128,559
0
1
null
null
null
null
UTF-8
C++
false
false
1,139
h
#ifndef XML_UTILS_H #define XML_UTILS_H class XmlUtils { public: // helper function for read/write xml static wxString ReadElementStringByTag(wxXmlNode *parent, const wxString& tag) { wxXmlNode *children = parent->GetChildren(); while (children) { if (children->GetName() == tag) return chi...
[ "miha8210@gmail.com" ]
miha8210@gmail.com
bca24069ea401dd820a74a76fc5c1381334897fe
6923f79f1eaaba0ab28b25337ba6cb56be97d32d
/GPU-Gems-Book-Source-Code/GPU-Gems-1-CD-Content/Performance_and_Practicalities/Integrating_HW_Shading/source/Paint.h
6771f1859243a09bb0fc69d25ac3027aa040d8b3
[]
no_license
burakbayramli/books
9fe7ba0cabf06e113eb125d62fe16d4946f4a4f0
5e9a0e03aa7ddf5e5ddf89943ccc68d94b539e95
refs/heads/master
2023-08-17T05:31:08.885134
2023-08-14T10:05:37
2023-08-14T10:05:37
72,460,321
223
174
null
2022-10-24T12:15:06
2016-10-31T17:24:00
Jupyter Notebook
ISO-8859-1
C++
false
false
371
h
// from C4Dfx by Jörn Loviscach, www.l7h.cn // a function to render a single object and a function to render the scene #if !defined(PAINT_H) #define PAINT_H class ObjectIterator; class Materials; class BaseDocument; class ShadowMaps; extern void RenderSingleObject(ObjectIterator* oi); extern void Paint(BaseDocument*...
[ "me@yomama.com" ]
me@yomama.com
8dbfb5e0635ac854031172b9392575d2cb76e9fd
4b51c9e1145858a13243ef012180099634e1ca0d
/src/encrypt.h
5bb8738316f3a98d72887d894049ae941def6492
[ "MIT" ]
permissive
agongee/muse-kv
bfd8433934ac96ae0e4c5413c8bf3d2a68bbbd6d
9953c1e0923da27e8b5939a56a15d4fa502a65da
refs/heads/master
2020-06-25T14:24:24.477881
2019-09-18T02:04:54
2019-09-18T02:04:54
199,335,420
2
1
null
null
null
null
UTF-8
C++
false
false
2,712
h
/* MIT License Copyright (c) 2019 Taehun Kang(agongee123@gmail.com), Jaewoo Pyo(jwpyo98@gmail.com) and Bogyeong Park(parkbo0201@gmail.com) 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 witho...
[ "noreply@github.com" ]
agongee.noreply@github.com
d7f3fca77a83762ccb7bd230b5a517537dc4a688
f6439b5ed1614fd8db05fa963b47765eae225eb5
/media/cast/test/receiver.cc
e87055420f891f8b2219d102766a0bf78515e3c4
[ "BSD-3-Clause" ]
permissive
aranajhonny/chromium
b8a3c975211e1ea2f15b83647b4d8eb45252f1be
caf5bcb822f79b8997720e589334266551a50a13
refs/heads/master
2021-05-11T00:20:34.020261
2018-01-21T03:31:45
2018-01-21T03:31:45
118,301,142
2
0
null
null
null
null
UTF-8
C++
false
false
22,936
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 <algorithm> #include <climits> #include <cstdarg> #include <cstdio> #include <deque> #include <map> #include <string> #include <utility> #includ...
[ "jhonnyjosearana@gmail.com" ]
jhonnyjosearana@gmail.com
9e7f5d7988682aacdb7195e4c0e83f08e5596c11
3e637dc8bbd968017fff17ae78122dda07011775
/third_party/skia/src/gpu/gl/GrGLProgram.cpp
f16812b54d179ebccdc4c434011b46c6566dfa08
[ "BSD-3-Clause" ]
permissive
lineCode/chromium_ui
8cba926b4e1deadb8dc81b7550719fb7fb2cda29
e40185109eede35e80224780dd473dfe8369a397
refs/heads/master
2020-11-24T12:35:56.932529
2018-11-11T14:40:49
2018-11-11T14:40:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
54,932
cpp
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "GrGLProgram.h" #include "GrAllocator.h" #include "GrCustomStage.h" #include "GrGLProgramStage.h" #include "gl/GrGLShaderBuilder.h" #include "GrGLShaderVar.h" #inclu...
[ "gloam@163.com" ]
gloam@163.com
e11226157d525ebf80b614e85c5a2a00ebb174b5
761c1ae19594e49d7047d059b25640c3e558f3d5
/HighFrequency/288. Unique Word Abbreviation.cpp
9ab0e07f35004737ed8ce746c83d0172905831c1
[]
no_license
SunNEET/LeetCode
a09772c4f3c23788afebceb4f6c2150d3c127695
96b08c45f5241579aaf27625510570d718965ec2
refs/heads/master
2020-03-12T15:43:07.019708
2019-06-25T03:53:56
2019-06-25T03:53:56
130,697,627
0
0
null
null
null
null
UTF-8
C++
false
false
1,125
cpp
class ValidWordAbbr { // 題目解讀有坑, 簡單的說, 每個字典裡的字都一律縮寫成只保留頭尾, 中間變數字 // 規則解讀 // (1)isUnique("apple"): 假如apple沒在字典裡出現過, a3e也沒出現過 -> unique // (2)isUnique("deer"): 假如deer在字典出現過n次, 而且只有他會縮寫成d2r -> unique private: unordered_map<string,int> dict_cnt; unordered_map<string,int> abbr_cnt; public: ValidWordAbbr(vec...
[ "sunnyinvadeher@gmail.com" ]
sunnyinvadeher@gmail.com
418b6c3245f4254019c741db7db4745e9c8d5ef9
66511b371329a068a3e52452c47a161e4d650109
/fgame/flamethrower.h
ba778c604d5989fede10f3b72ec3a5a2dabcc3f8
[]
no_license
HaZardModding/fakk2_coop_mod
8f619f288e09dbce6a1dc8adfe25759bdf682b8c
3ab0c8ce011c93ff861924f02284f7948c7ce8b8
refs/heads/master
2022-11-21T02:35:04.523416
2020-07-22T06:40:16
2020-07-22T06:40:16
281,033,547
2
0
null
null
null
null
UTF-8
C++
false
false
1,580
h
//----------------------------------------------------------------------------- // // $Logfile:: /fakk2_code/fakk2_new/fgame/flamethrower.h $ // $Revision:: 6 $ // $Author:: Markd ...
[ "chrissstrahl@yahoo.de" ]
chrissstrahl@yahoo.de
19ae199086b2f10c4eae1bc647fe99ab519f8b5e
a815edcd3c7dcbb79d7fc20801c0170f3408b1d6
/chrome/browser/chromeos/child_accounts/screen_time_controller.cc
c48859a58e00ed7a6bc7f6d1ebc39d2943f97419
[ "BSD-3-Clause" ]
permissive
oguzzkilic/chromium
06be90df9f2e7f218bff6eee94235b6e684e2b40
1de71b638f99c15a3f97ec7b25b0c6dc920fbee0
refs/heads/master
2023-03-04T00:01:27.864257
2018-07-17T10:33:19
2018-07-17T10:33:19
141,275,697
1
0
null
2018-07-17T10:48:53
2018-07-17T10:48:52
null
UTF-8
C++
false
false
18,193
cc
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/child_accounts/screen_time_controller.h" #include "ash/public/cpp/vector_icons/vector_icons.h" #include "base/optional....
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fc7f8dfe1e4db7486ec6b0407e5f57ebf33327fb
792f2ee67210556f224daf88ef0b9785becadc9b
/atcoder/Other/chokudai_S001_k.cpp
ccf43a9acc942654b49aad21823c6dd3beb28bc0
[]
no_license
firiexp/contest_log
e5b345286e7d69ebf2a599d4a81bdb19243ca18d
6474a7127d3a2fed768ebb62031d5ff30eeeef86
refs/heads/master
2021-07-20T01:16:47.869936
2020-04-30T03:27:51
2020-04-30T03:27:51
150,196,219
0
0
null
null
null
null
UTF-8
C++
false
false
3,457
cpp
#include <iostream> #include <algorithm> #include <iomanip> #include <map> #include <set> #include <queue> #include <stack> #include <numeric> #include <bitset> #include <cmath> static const int MOD = 1000000007; using ll = long long; using u32 = unsigned; using u64 = unsigned long long; using namespace...
[ "firiexp@PC.localdomain" ]
firiexp@PC.localdomain
9fea92ccdca8488d1a52af72db2b62769532b23a
e4516bc1ef2407c524af95f5b6754b3a3c37b3cc
/answers/pat/1073. Scientific Notation (20).cpp
83260d4ef3419d4d92436b767a4b4d83bae6e2dc
[ "MIT" ]
permissive
FeiZhan/Algo-Collection
7102732d61f324ffe5509ee48c5015b2a96cd58d
9ecfe00151aa18e24846e318c8ed7bea9af48a57
refs/heads/master
2023-06-10T17:36:53.473372
2023-06-02T01:33:59
2023-06-02T01:33:59
3,762,869
4
0
null
null
null
null
UTF-8
C++
false
false
1,314
cpp
// #include <cstdio> #include <iostream> using namespace std; #include <cstdlib> #include <string> int main (int argc, char *argv[]) { string scien; while (cin >> scien) { size_t found = scien.find('e'); if (found == string::npos) { found = scien.find('E'); } string fractional = scien.subs...
[ "dog217@126.com" ]
dog217@126.com
2c56e9d9c0ec790cf09ad0f2d8785bffa665d13e
90047daeb462598a924d76ddf4288e832e86417c
/base/metrics/histogram_functions.h
5960aca657497357e7146aff8b0e5997b9d356f6
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
4,966
h
// 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. #ifndef BASE_METRICS_HISTOGRAM_FUNCTIONS_H_ #define BASE_METRICS_HISTOGRAM_FUNCTIONS_H_ #include "base/metrics/histogram.h" #include "base/metrics/histog...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
3476552727f79e860fc2e317bee5af682f7a60e5
b1098a2540fd27d05f33219e6bb2868cdda04c89
/imperative/python/src/module_trace.cpp
44cb72768b4c98b789541dc6b5f56535e053e23a
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
chenjiahui0131/MegEngine
de5f96a8a855a7b2d324316e79ea071c34f8ab6a
6579c984704767086d2721ba3ec3881a3ac24f83
refs/heads/master
2023-08-23T21:56:30.765344
2021-10-20T10:03:29
2021-10-20T10:03:29
400,480,179
0
0
null
null
null
null
UTF-8
C++
false
false
1,355
cpp
/** * \file imperative/python/src/module_trace.cpp * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on a...
[ "megengine@megvii.com" ]
megengine@megvii.com
96d51ac6628a2cc374def2888f6bb4ceef8869af
e9edfd5c5d99c67fb41c8011031dae34631ca0fe
/src/UnfoldingEvent.cpp
14fc4e67197bd6abae47d58d3e0664fd9cbf630c
[]
no_license
pham-theanh/testing-program
5ac079281abbb461fdf756112414b633bec975d2
11b91692dace890e443e8c153f8d165357b9101a
refs/heads/master
2020-12-02T10:06:05.038058
2018-10-16T08:15:44
2018-10-16T08:15:44
96,690,932
0
0
null
null
null
null
UTF-8
C++
false
false
14,043
cpp
#include "UnfoldingChecker.hpp" #include <unistd.h> UnfoldingEvent::UnfoldingEvent(int nb_events, Transition t, EventSet causes) { this->id = nb_events; this->causes = causes; this->transition = t; } void UnfoldingEvent::print() { std::cout << "e" << this->id << " = < t" << this->transition.id << "-p" << t...
[ "noreply@github.com" ]
pham-theanh.noreply@github.com
73f3f7177e37639629441fec3929bcb69b5fad6d
6c9b803226601ed8e6fab9c1a9b5183c43a59f23
/ConsoleApplication6/ConsoleApplication6.cpp
8be3f3e4ee698a2b156962a2548b6d2417f2cfd8
[]
no_license
happyDmac09/BMI-Calculator
4da9571dd9ccbc0d5a644c7b84f8e690a9b44b73
80e8e2bfd36863875557d8dbac8272ee3472fba4
refs/heads/master
2021-04-28T18:49:37.691651
2018-02-17T18:04:09
2018-02-17T18:04:09
121,880,999
0
0
null
null
null
null
UTF-8
C++
false
false
138
cpp
// ConsoleApplication6.cpp : Defines the entry point for the console application. // #include "stdafx.h" int main() { return 0; }
[ "35273499+happyDmac09@users.noreply.github.com" ]
35273499+happyDmac09@users.noreply.github.com
f235d573d827721584c030d391e1e01e47023c9c
5095bbe94f3af8dc3b14a331519cfee887f4c07e
/howwet/Shared/Gobjs/GSTRING.CPP
a73da018425274269db6226a0de400b6b74534f7
[]
no_license
sativa/apsim_development
efc2b584459b43c89e841abf93830db8d523b07a
a90ffef3b4ed8a7d0cce1c169c65364be6e93797
refs/heads/master
2020-12-24T06:53:59.364336
2008-09-17T05:31:07
2008-09-17T05:31:07
64,154,433
0
0
null
null
null
null
UTF-8
C++
false
false
11,656
cpp
#include <consts.h> #include <gobjs\gstring.h> #include <iostream.h> #include <strstrea.h> #include <stdio.h> IMPLEMENT_CASTABLE(GString); IMPLEMENT_STREAMABLE(GString); // ******************************************************************* void GString::Streamer::Write(opstream& os) const { // **************...
[ "hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8" ]
hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8
bfc5408e8962bd74cb7f4e9308ce872e31fe2785
13a28512d570eabb27d40362bce194805f4ab266
/Lab3/Src/Application/myMesh.h
6960defe1b12ee7156f3064d38a10b25a96b1ed0
[]
no_license
hmpbmp/CGLabs
c5116f04a7f84cba56f3f20e537cfb2b9d157ec3
f7ccaa556cf3dba3c217444e392786a9b1b3be7a
refs/heads/master
2020-05-20T03:53:42.042286
2014-12-19T22:00:02
2014-12-19T22:00:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
866
h
#ifndef MY_MESH_INCLUDED #define MY_MESH_INCLUDED /** @file myMesh.h @brief User-defined mesh class definition @date Created on 13/10/2014 @project D3DBase @author Semyon Kozyrev */ // ******************************************************************* // includes #include <windows.h> #include <windows...
[ "ck-47@mail.ru" ]
ck-47@mail.ru
02547823300519c88356eb0c0a03472751f74aef
6fcdbb23b52acbd3c1f32c55308801f1067a6ac6
/ProgramForClient/NewOnlineInstall/DUILIB/Demos/duidemo/SkinManager.h
77f4ee8a21713ffdfb3886f25a8274728d34118e
[]
no_license
jyqiu1216/Rino
e507b70a2796cb356cd7ce90578981802ee5008c
eb8c110e7a551ee9bd736792a957a544c5ffdeb5
refs/heads/master
2020-04-13T21:41:26.474356
2017-05-19T07:39:42
2017-05-19T07:39:42
86,565,153
3
2
null
null
null
null
UTF-8
C++
false
false
1,066
h
#ifndef __SKIN_MANAGER_H__ #define __SKIN_MANAGER_H__ #include "..\..\DuiLib\UIlib.h" struct SkinChangedParam { bool bColor; DWORD bkcolor; CDuiString bgimage; }; typedef class ObserverImpl<BOOL, SkinChangedParam> SkinChangedObserver; typedef class ReceiverImpl<BOOL, SkinChangedParam> SkinChangedReceiver; class ...
[ "qiujy" ]
qiujy
e636d8b443b7ab336f2de789fc6756534ba050ba
30f1c38a36d1c2730cd0feb50d6e8399506df53c
/src/scenes/heatherMolnarScene/heatherMolnarScene.h
35f0eac9f6ea4e482426ac1998e55f1e2a913f18
[ "MIT" ]
permissive
ffeng271/recoded
1832032b847b5a261fd0d4ff4af2c57972862174
934e1184c7502d192435c406e56b8a2106e9b6b4
refs/heads/master
2020-03-29T22:38:14.124047
2017-11-15T17:22:45
2017-11-15T17:22:45
150,431,859
1
0
MIT
2018-09-26T13:34:12
2018-09-26T13:34:12
null
UTF-8
C++
false
false
600
h
#pragma once #include "ofMain.h" #include "baseScene.h" class heatherMolnarScene : public baseScene { public: void setup(); void update(); void draw(); ofPoint calculateStartCoordinates(int columnPosition, int rowPosition); int calculateAngleRangeForColumn(int distanceFromEdge); void...
[ "moore.hj@gmail.com" ]
moore.hj@gmail.com
9dfc09288a8176e22aaa5cdfc53bce5bfc72071b
9a3ec3eb5371a0e719b50bbf832a732e829b1ce4
/GameOps/IslandPortal7.h
eb5b4cb6a04a2c1070d4273c764f11a38fcb9109
[]
no_license
elestranobaron/T4C-Serveur-Multiplateformes
5cb4dac8b8bd79bfd2bbd2be2da6914992fa7364
f4a5ed21db1cd21415825cc0e72ddb57beee053e
refs/heads/master
2022-10-01T20:13:36.217655
2022-09-22T02:43:33
2022-09-22T02:43:33
96,352,559
12
8
null
null
null
null
UTF-8
C++
false
false
331
h
#include <NPCStructure.h> #ifndef __ISLANDPORTAL7_H #define __ISLANDPORTAL7_H class IslandPortal7 : public NPCstructure{ public: IslandPortal7(); ~IslandPortal7(); void Create( void ); void OnTalk( UNIT_FUNC_PROTOTYPE ); void OnAttacked( UNIT_FUNC_PROTOTYPE ); void OnInitialise( UNIT_FUNC_PROTOTYPE ); ...
[ "lloancythomas@hotmail.co" ]
lloancythomas@hotmail.co
e3fcc856a282ec2a76ed85615796015f117baee3
72c4ecebf49a1239ab015e9b15a80319a0c27448
/shooting/Object/Player.h
10627cac41bf92afb0cb016562d1c753dd433681
[]
no_license
NakagawaTenmaa/on-line_shooting
256ddad54b95fc3fccff89d1c721e8a245b88a87
b39534c511c8872ce7ba1eca6b567b40d3e257a8
refs/heads/master
2021-10-08T12:29:56.169844
2018-12-12T01:25:36
2018-12-12T01:25:36
160,271,683
0
0
null
2018-12-12T00:52:36
2018-12-04T00:22:34
C++
UTF-8
C++
false
false
486
h
#pragma once #include <vector> #include "Object.h" #include "Bullet.h" /// <summary> /// プレイヤークラス /// </summary> class Player : public Object { public: // コンストラクタ Player(); // デストラクタ ~Player(); // 更新 bool Update(); // 描画 void Render(); // 力 int GetPower(); private: // 弾の管理 std::vector<Bullet*> m_bullet...
[ "tenko1177@gmail.com" ]
tenko1177@gmail.com
16a2e2b98ffcb53921571a5d7146d8041c1b4fdd
ee37acbe7a5a4e7e5bda93ca236240f9d03943b7
/src/ofApp.cpp
1a057ff1ad79e8e4a6f36350bbead6e26153acc0
[]
no_license
noseshape/dda_pubSubOsc_wekinator
c1a23e25b242cc948b2555c592b1eefb34264f0d
e3f1b3be44050747eaf286fac8554320f72201a9
refs/heads/master
2021-06-26T00:00:14.691187
2017-09-10T15:03:11
2017-09-10T15:03:11
103,038,381
0
0
null
null
null
null
UTF-8
C++
false
false
4,596
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofSetFrameRate(60); ofSetWindowShape(800, 600); ofBackground(255, 255, 255); //graph col[0] = ofColor(255, 0, 0); col[1] = ofColor(0, 255, 0); col[2] = ofColor(0, 0, 255); col[3...
[ "noseshape@gmail.com" ]
noseshape@gmail.com
43f3e829d5aa84f8e7cd2421ff564273a646ea6d
f252f75a66ff3ff35b6eaa5a4a28248eb54840ee
/external/opencore/oscl/oscl/config/android/osclconfig.h
616cfe6eb66cd74ad70ec17eb4d3efa4aa20f7ff
[ "MIT", "LicenseRef-scancode-other-permissive", "Artistic-2.0", "LicenseRef-scancode-philippe-de-muyter", "Apache-2.0", "LicenseRef-scancode-mpeg-iso", "LicenseRef-scancode-unknown-license-reference" ]
permissive
abgoyal-archive/OT_4010A
201b246c6f685cf35632c9a1e1bf2b38011ff196
300ee9f800824658acfeb9447f46419b8c6e0d1c
refs/heads/master
2022-04-12T23:17:32.814816
2015-02-06T12:15:20
2015-02-06T12:15:20
30,410,715
0
1
null
2020-03-07T00:35:22
2015-02-06T12:14:16
C
UTF-8
C++
false
false
1,849
h
// -*- c++ -*- // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = // O S C L C O N F I G ( P L A T F O R M C O N F I G I N F O ) // = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #ifndef OSCLCONFIG_H_INCLUDED #define OSCLCONFIG_H_INCLUDED // system includes ...
[ "abgoyal@gmail.com" ]
abgoyal@gmail.com
daf1417011111be6b2a039f0b99f0ba7f9433720
d03d052c0ca220d06ec17d170e2b272f4e935a0c
/clang_x86/gen/mojo/public/interfaces/application/application_connector.mojom-common.h
e84aa0ab6f48de62010f3d876be6b8df74e738ec
[ "Apache-2.0" ]
permissive
amplab/ray-artifacts
f7ae0298fee371d9b33a40c00dae05c4442dc211
6954850f8ef581927df94be90313c1e783cd2e81
refs/heads/master
2023-07-07T20:45:43.526694
2016-08-06T19:53:55
2016-08-06T19:53:55
65,099,400
0
2
null
null
null
null
UTF-8
C++
false
false
8,858
h
// NOTE: This file was generated by the Mojo bindings generator. #ifndef MOJO_PUBLIC_INTERFACES_APPLICATION_APPLICATION_CONNECTOR_MOJOM_COMMON_H_ #define MOJO_PUBLIC_INTERFACES_APPLICATION_APPLICATION_CONNECTOR_MOJOM_COMMON_H_ #include <stdint.h> #include <iosfwd> #include "mojo/public/cpp/bindings/array.h" #include ...
[ "pcmoritz@gmail.com" ]
pcmoritz@gmail.com
1808c4ee11d3a8ed6c6c80c8a8babf18a9fbe968
3ad968797a01a4e4b9a87e2200eeb3fb47bf269a
/Ultimate TCP-IP/Security/Examples/Server/Echo/StdAfx.cpp
dbf537794d9fd92b4bad8962e53c976256a51ad4
[]
no_license
LittleDrogon/MFC-Examples
403641a1ae9b90e67fe242da3af6d9285698f10b
1d8b5d19033409cd89da3aba3ec1695802c89a7a
refs/heads/main
2023-03-20T22:53:02.590825
2020-12-31T09:56:37
2020-12-31T09:56:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
289
cpp
// stdafx.cpp : source file that includes just the standard includes // EchoServer.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "pkedpekr@gmail.com" ]
pkedpekr@gmail.com
de584f340dc73e14c0a831dad9ae96d3c30518b7
9df1684efcd7618f1dd46780274caacc1908433a
/infer/tests/codetoanalyze/cpp/nullable/example.cpp
91e05a3614473f3f3899242915d1f8074498b7a7
[ "MIT", "GPL-1.0-or-later" ]
permissive
Abd-Elrazek/infer
a9f02c971c0c80e1d419bf51665e9570f6716174
be4c5aaa0fc7cb2e259f1ad683c04c8cfa11875c
refs/heads/master
2020-04-15T05:08:20.331302
2019-01-07T08:01:29
2019-01-07T08:04:32
164,410,091
1
0
MIT
2019-05-25T17:09:51
2019-01-07T09:38:22
OCaml
UTF-8
C++
false
false
1,395
cpp
/* * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ class T { private: int* unnanotated_field; int* _Nullable nullable_field; int* _Nonnull nonnull_field; public: void assign_null...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
0db65adad7df12a718f3b6a687228d4206f03fab
813284b9dac4477f4893cb6b30ffafab8e181cc4
/src/qt/guiutil.h
86da5e103545252cdfef249ce1c222c65e25a708
[ "MIT" ]
permissive
phoenixkonsole/xbtx
609809c29c32e2c4373a26204480a0e2a9f0922e
2f9db3d0ca34103e315a5bc9ef2fa2d42cb71810
refs/heads/master
2023-05-11T17:37:28.762478
2023-05-03T09:54:14
2023-05-03T09:54:14
243,993,348
3
11
MIT
2023-05-03T09:54:15
2020-02-29T15:30:47
C++
UTF-8
C++
false
false
9,818
h
// Copyright (c) 2011-2016 The Bitcoin Core developers // Copyright (c) 2017 The BitcoinSubsidium Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BitcoinSubsidium_QT_GUIUTIL_H #define BitcoinSubsidium_QT_...
[ "william.kibbler@googlemail.com" ]
william.kibbler@googlemail.com
5be211fd74576b7e73e66a860297b44757c22e53
4b3dee7793db94fcb5eedca5f0b39b4bc4364017
/engine/FontRenderer.cpp
36a0aaa660959570b010155585ca9da5679a88c6
[]
no_license
shenchi/code_blank
33917d1d3b19ca506accfd58fe3443bc6cf56eed
74d775b557f268f84ea1bf75301aa5b5612aa661
refs/heads/master
2021-09-14T02:13:21.562526
2018-05-04T20:34:40
2018-05-04T20:34:40
115,167,180
0
1
null
2017-12-30T11:40:07
2017-12-23T03:20:51
C++
UTF-8
C++
false
false
6,565
cpp
#include "FontRenderer.h" #include "Renderer.h" #include "MemoryAllocator.h" #include <cstring> #include "TofuMath.h" extern "C" { #include <fontstash.h> } namespace { using namespace tofu; int TofuRenderCreate(void* userPtr, int width, int height) { FontRendererContext* ctx = reinterpret_cast<FontRendererConte...
[ "shenchi710@gmail.com" ]
shenchi710@gmail.com
7419442508a500f232d865e2c1b51b43542b2203
2fd1b8e948e3afb85534c4e3ec73939cfc93b51c
/Analyzer/PPCoincMap.h
85a6588e94a17f5d57f9a460ec8f6ed693b25cd5
[]
no_license
jrtomps/phdwork
0b6f7f7cccbbd0cffd969a9a445339f69528ae16
7fa546aa65e631c1a1922c143bcae43c9f4bff1c
refs/heads/master
2020-12-24T07:35:31.384799
2016-10-29T02:15:05
2016-10-29T02:15:05
56,644,636
0
0
null
null
null
null
UTF-8
C++
false
false
3,912
h
// PPCoincMap.h // // Author : Jeromy Tompkins // Date : 7/13/2010 // // Purpose: To implement a version of plot.C that runs PROOF #ifndef PPCoincMap_h #define PPCoincMap_h #include <iostream> #include <vector> #include <utility> #include "TH1.h" #include "TH2.h" #include "TCutG.h" #include "ConfigManager.h" #incl...
[ "tompkins@nscl.msu.edu" ]
tompkins@nscl.msu.edu
a0125e07ce2e3323a4e762db9f8b98c7e1794aad
e30253dd5b8e508d37c680b34740add366f16c73
/Libraries/xcassets/Sources/StickerDurationType.cpp
bc6a4851c46ea115bd1464e8baefb8c27fb0944d
[ "LicenseRef-scancode-philippe-de-muyter", "BSD-3-Clause", "NCSA", "Zlib", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
darlinghq/xcbuild
e77e8d88ed42f1922afd7abad2a4508c18255a88
a903c6952fc5617816113cbb7b551ac701dba2ff
refs/heads/master
2023-08-03T03:18:18.383673
2023-07-26T18:15:17
2023-07-26T18:15:17
131,655,910
10
2
null
2018-04-30T23:15:55
2018-04-30T23:15:54
null
UTF-8
C++
false
false
1,089
cpp
/** Copyright (c) 2015-present, Facebook, Inc. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. */ #include <xcassets/Sti...
[ "github@grantpaul.com" ]
github@grantpaul.com
aaac4873959d0b3cee5a483ab3bb0139f7c746ab
485d20ffb43ddced64d6508ea770c874325ed2ad
/current/sceneManager/src/testApp.h
5dcda885439c680d309be7a1da94d86406cae0fa
[]
no_license
firmread/aynir
16af463e26ad72e313814260b0accd1ff475df03
d625f1a8b6785daee49951521cc192dc14311678
refs/heads/master
2021-01-24T23:36:00.262194
2013-05-13T01:49:38
2013-05-13T01:49:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
921
h
#define SCENE_NUMBER 5 #pragma once #include "ofMain.h" #include "ofxiPhone.h" #include "ofxiPhoneExtras.h" #include "baseScene.h" #include "openingScene.h" #include "springScene.h" //example scenes #include "circleScene.h" #include "squareScene.h" #include "imageScene.h" class testApp : public ofxiPhoneApp{ ...
[ "litchirhythm@gmail.com" ]
litchirhythm@gmail.com
cae3a82e1c8b4a288e2b6e0d45dedd981bd9a457
6b8fff0eeb75ad266af0ec2b9e9aaf28462c2a73
/Sapi_Dataset/Data/user13/labor9/feladat1/Worker.h
aef6e50fcc31bf87eecbfa24635428636aad4991
[]
no_license
kotunde/SourceFileAnalyzer_featureSearch_and_classification
030ab8e39dd79bcc029b38d68760c6366d425df5
9a3467e6aae5455142bc7a5805787f9b17112d17
refs/heads/master
2020-09-22T04:04:41.722623
2019-12-07T11:59:06
2019-12-07T11:59:06
225,040,703
0
1
null
null
null
null
UTF-8
C++
false
false
300
h
#pragma once #ifndef WORKER_H #define WORKER_H #include <iostream> #include <string> #include "Szemely.h" using namespace std; class Worker:public Person { protected: string job; public: Worker(string fisrt,string last,int bDate,string job); void print(ostream& out); }; #endif
[ "tundekoncsard3566@gmail.com" ]
tundekoncsard3566@gmail.com
88087f95de061577d20c091a403a36e25439d0ec
3300d25038f1441eda24c902c28703f8f11469f3
/asg4/code/protocol.h
b96785cd04fcbfba359dd1c4c5ab6a359161132f
[]
no_license
RishabJain27/Advanced-Programming
129490108edaa70bce8890ff778bf65b164b6bd8
dee76e68e5af0c92f4b5a199cfc658caaba6568e
refs/heads/master
2020-09-20T02:38:24.436044
2019-11-27T06:22:52
2019-11-27T06:22:52
224,359,002
0
0
null
null
null
null
UTF-8
C++
false
false
921
h
//Rhea Lingaiah rlingaia //Rishab Jain rjain9 #ifndef __PROTOCOL__H__ #define __PROTOCOL__H__ #include <cstdint> #include <cstring> #include <iostream> using namespace std; #include "sockets.h" enum class cix_command : uint8_t { ERROR = 0, EXIT, GET, HELP, LS, PUT, RM, FILEOUT, LSOUT, ACK, NAK, }; constexpr siz...
[ "rjain9@ucsc.edu" ]
rjain9@ucsc.edu
003e7987e97b70b0f8113b92779af6b2e1710172
46ecae56f6d7e37b00fe2a9e676d62928fff343e
/code/log.cpp
1d1207f80f3194873970016ff05b47a31d8f8e95
[]
no_license
chuckrector/vccnow
5da617ad5392b1f5b85bf604c4cc1471439e98b9
659568dcf08f1730268c3e9d5ee2d8f6d1d78da2
refs/heads/master
2022-11-11T08:07:12.167187
2020-06-28T19:10:33
2020-06-28T19:10:33
262,224,045
0
1
null
2020-06-28T19:10:35
2020-05-08T04:08:37
C++
UTF-8
C++
false
false
524
cpp
#include "log.hpp" #include "types.hpp" #include <stdarg.h> void Fail(char *Format, ...) { printf("FAIL\n"); va_list Args; va_start(Args, Format); vprintf(Format, Args); va_end(Args); *(int *)0 = 0; // exit(-1); } void Log(char *Format, ...) { va_list Args; va_start(Args, Format); vprintf(Format, ...
[ "choosetheforce@gmail.com" ]
choosetheforce@gmail.com
7734e933e1d53b4df824c9485dea02fc78fe6368
0033659a033b4afac9b93c0ac80b8918a5ff9779
/game/server/hl2/hl2_player.cpp
0418912d710f678c8d6b94b9e83dcda5e07f28fc
[]
no_license
jonnyboy0719/situation-outbreak-two
d03151dc7a12a97094fffadacf4a8f7ee6ec7729
50037e27e738ff78115faea84e235f865c61a68f
refs/heads/master
2021-01-10T09:59:39.214171
2011-01-11T01:15:33
2011-01-11T01:15:33
53,858,955
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
114,976
cpp
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: Player for HL2. // //=============================================================================// #include "cbase.h" #include "hl2_player.h" #include "globalstate.h" #include "game.h" #include "gameru...
[ "MadKowa@ec9d42d2-91e1-33f0-ec5d-f2a905d45d61" ]
MadKowa@ec9d42d2-91e1-33f0-ec5d-f2a905d45d61
5a4a49dacad3d582aaa587c417c14b4cc6a0330b
b88d8ff12b358236fb95b139f643e2e881695172
/ABC/ABC161/a2.cpp
8a479fed798e8434585b1a016765a038f1f58b8d
[]
no_license
Pikeruman-f18/C-_Practice
a7551a5fb55556da400305be4f3535ddce6a289b
57c0dfbaf17afe7bb481f5761c06a56a5d084e38
refs/heads/master
2020-12-19T19:56:26.736532
2020-04-12T13:08:53
2020-04-12T13:08:53
235,836,037
0
0
null
null
null
null
UTF-8
C++
false
false
1,196
cpp
#include <bits/stdc++.h> #define rep(i,n) for (int i = 0; i < (n); ++i) using namespace std; using ll = long long; using P = pair<int,int>; int main() { cin.tie(0); ios::sync_with_stdio(false); int n,m,a1; vector<int> a; cin>>n>>m; if(m<1 || n<1) { return 0; } if(m>100 ||...
[ "wataru.miyaji@gmail.com" ]
wataru.miyaji@gmail.com
62d0e73116f38e93e597a110a29904995a4f0370
037664902b196257640ab5fb30f9b4945f6230fa
/RTCCore/Network/network_request_plugin.cpp
8356da15ef366cf4cf6a9f0c477e16bd4247d470
[]
no_license
blockspacer/meeting_chat
e7e7c68ead1c7df7b8bd5698e8814e0bdaf65a68
2a406bcd5a02fa0003ffe4c9bc286dc5389c1adf
refs/heads/master
2022-12-25T22:26:32.873374
2020-10-12T09:14:42
2020-10-12T09:14:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,248
cpp
#include "network_request_plugin.h" #include <assert.h> #include "network_request_task.h" #include <QDebug> namespace core { NetworkRequestPlugin::NetworkRequestPlugin() { _pendingTasks.insert(std::make_pair(RequestPriority::LOW, std::deque<std::shared_ptr<NetworkRequestTask>>())); _pendingTasks.insert(std::m...
[ "jackie.ou@ringcentral.com" ]
jackie.ou@ringcentral.com
94ca1011351879bb80485533d205d154f6805b81
a2e319ef4342d753111d12c31ad209fbce0dbf6a
/cpp/lecture_08/04.cpp
e0cff71c67c5e56ff569cad664c7c64852a59e45
[]
no_license
SylwiaBoniecka/nauka
a322798370e0ae0e454729d6fddc1707f871b411
08a5af95d8c31e952802b50c3be84069fc7b58cc
refs/heads/main
2023-06-21T20:20:32.192456
2021-07-22T13:03:21
2021-07-22T13:03:21
329,991,934
1
0
null
null
null
null
UTF-8
C++
false
false
222
cpp
#include <iostream> using namespace std; int main() { int a = 7; int *p = &a; cout << "a = " << a << "\t address: " << &a << endl; cout << "p = " << *p << "\t address: " << p << endl; return 0; }
[ "sylwia.boniecka@gmail.com" ]
sylwia.boniecka@gmail.com