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
9880a1d012f02c7cef5360ccaad5e1078c764ef7
7a6853d2dcf07b60f0c880c0e84388bc14ec8468
/temperature.cpp
7a69ce0712bb3d2360462009dede16c7ff019928
[ "ISC" ]
permissive
andrejewski/c-plus-practice
df4f893373a5fe8d1ed4ba88ef9037ad807f3f34
5f2fc9cdb603ac525a00cf3602b68b009de2994d
refs/heads/master
2020-04-20T16:37:04.636641
2015-10-12T15:25:58
2015-10-12T15:25:58
41,434,475
0
0
null
null
null
null
UTF-8
C++
false
false
662
cpp
#include <iostream> using namespace std; enum scale {CELCIUS, FARENHEIT}; double toCelcius(double temp) { return ((temp - 32) * 5) / 9; } double toFarenheit(double temp) { return ((9*temp)/5) + 32; } int main() { char* input_unit; scale unit; double temp; cout << "Choose to convert from celcius or far...
[ "christopher.andrejewski@gmail.com" ]
christopher.andrejewski@gmail.com
c9482babaf91e59a582a5d827c9e4d33aa3948e5
e5c0fe740ff81c95075250debe12c7869f5e01bc
/MEM.h
9218471ad2715b4cd831605d12694b6669f68c87
[]
no_license
lin-zhe/system_monitor
0e4a361a3f3c3723bc5d3a2ee3ca076bbeab8b9c
9338282f1ede971239f2c1963358334758250ce9
refs/heads/master
2020-04-18T01:54:32.989581
2019-02-23T04:48:47
2019-02-23T04:48:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
503
h
#ifndef MEM_H_ #define MEM_H_ class MEM{ private: float MemUsageFree; float MemUsageAvailable; int MemTot; int MemFree; int MemAvail; bool MemFileStatus; int FileLineNum; public: MEM(); ~MEM(); const void GetMemData(); void ShowMemUsage(const std::string & InfoFile); v...
[ "964941118@qq.com" ]
964941118@qq.com
505bd7521b364908a29f4bcd9ae471816f264421
bd7bccdad0acd759e985066d9aa879c0a479644e
/test/brpc_nova_pbrpc_protocol_unittest.cpp
67390aebc646775f25f25a1fdb9865fd419f64dd
[ "Apache-2.0" ]
permissive
ibyte2011/brpc
0aa56b74474cf605a680e64c3c783abdf0e9e2f4
2f047758765bface9a9fa093106e3b677ed4d3c5
refs/heads/master
2021-07-17T03:57:42.171051
2017-10-25T08:31:22
2017-10-25T08:31:22
104,150,642
0
0
null
2017-09-20T01:40:46
2017-09-20T01:40:46
null
UTF-8
C++
false
false
8,759
cpp
// Baidu RPC - A framework to host and access services throughout Baidu. // Copyright (c) 2014 Baidu, Inc. // Date: Sun Jul 13 15:04:18 CST 2014 #include <sys/ioctl.h> #include <sys/types.h> #include <sys/socket.h> #include <gtest/gtest.h> #include <gperftools/profiler.h> #include <gflags/gflags.h> #include <google/p...
[ "gejun@baidu.com" ]
gejun@baidu.com
ef03b70917ab41be3cfe1e0863540351272910f4
dd1b4089f638d801698e34b830b2767149b665f6
/VetoSim/Source/Graphics/Miki_Back.cpp
0500bd7d2b495e663b8c85ac96d92d709ee70ac4
[]
no_license
ChristiaanAlwin/NeuLAND_Veto
d1c1b41cfb1f4ade2de664188da615b2541d3e7b
ed06682b03b1bd6b2c7ecc2f3be7c62036ef45ee
refs/heads/master
2021-01-05T19:02:08.598882
2020-02-17T13:55:17
2020-02-17T13:55:17
241,109,623
2
0
null
null
null
null
UTF-8
C++
false
false
12,902
cpp
// include the required C++ headers: #include <iostream> // include the required root headers: // include own headers: #include "../Analysis/Inputs_Load.h" #include "AnaLeafs_Connect.h" #include "DrawHistDouma.h" // use the standard C++ variables: using namespace std; void Miki_Back() { // This function Creates a...
[ "Christiaan90518@gmail.com" ]
Christiaan90518@gmail.com
32a108caf4b11ab8e90b7d954530d7f13dc1fb30
c6079d52c6571a809d59feff22ecf816bb64f4e5
/Semestre 02/INF01203 - Estrutura de Dados/Aula 07 (Lab.) - Solução para o problema de Listas Simplesmente Encadeadas (LSE)/main.cpp
fa2dd42f206cd78df70f80915d70194b03e76504
[]
no_license
peslopes/computer-science-full-graduation
326e206613b50d611215bc158da3cb8adb085127
44b37ea182dd8425b32573b3e9aaab472a3e140c
refs/heads/master
2022-12-02T17:17:00.220007
2020-08-12T02:02:11
2020-08-12T02:02:11
null
0
0
null
null
null
null
ISO-8859-2
C++
false
false
555
cpp
#include <stdio.h> #include <stdlib.h> #include "LSE.h" int main(void) { TipoInfoNo dados; char cont; TipoPtNo* l; l = cria_lista(); do { printf("\nTitulo: "); scanf("%s",dados.titulo); printf("ISBN: "); scanf("%s",dados.isbn); printf("Numero de páginas: "); scanf("...
[ "joaolggross@gmail.com" ]
joaolggross@gmail.com
7363ff9dc130149486ec61b4ea368171c84e9866
0d2eab2c7aaf0b78c32c30e7ab484b91e115e8a5
/nicolas/ch3/useGeometry/src/useGeometry.cpp
3eed2ee4c59b05fca4f08293f36f9108b5e2c69f
[ "MIT" ]
permissive
nicolasrosa-forks/slambook2
08275c8680e24f3c473667ca8ee595b425ef0d3d
9cae572378fc5da758b6404e45d443b0bde71853
refs/heads/master
2023-05-15T17:52:06.421885
2021-05-12T00:56:31
2021-05-12T00:56:31
312,411,541
0
1
MIT
2021-04-15T14:55:56
2020-11-12T22:31:16
C++
UTF-8
C++
false
false
6,888
cpp
/* System Libraries */ #include <iostream> #include <cmath> /* Eigen3 Libraries */ #include <eigen3/Eigen/Core> #include <eigen3/Eigen/Geometry> #include <eigen3/Eigen/Dense> /* Custom Libraries */ #include "../../../common/libUtils_basic.h" #include "../../../common/libUtils_eigen.h" using namespace std; using name...
[ "nicolas.rosa@hotmail.com" ]
nicolas.rosa@hotmail.com
fafbfe393a6eb194af71a8cc2855f8e74aca3bcc
6599cdd83598e7e9e1afa0c2a03a44553f0e9ef3
/src/sqlite_001/src/a.cpp
7e56a6c54ddd52333e51fc4855c96bcf125b7ddf
[]
no_license
skullquake/pocosamples
72004a8e0b60f646763069c3dff74d0ac219adcb
d693c5da89e265c9eda37c03e58623c1a3afc48d
refs/heads/master
2021-06-21T23:54:03.020453
2021-04-12T09:36:30
2021-04-12T09:36:30
211,299,107
0
0
null
null
null
null
UTF-8
C++
false
false
3,350
cpp
//#include "Poco/Data/Common.h" #include"Poco/Data/SQLite/Connector.h" #include"Poco/Data/Session.h" #include"Poco/Data/RecordSet.h" #include"Poco/Data/Row.h" #include<iostream> #include<vector> #include<tuple> using namespace Poco::Data; int main(int argc, char* argv[]){ SQLite::Connector::registerConnector(); Sessi...
[ "ockert8080@gmail.com" ]
ockert8080@gmail.com
ef2c79007fce495a962cc24c5ff48072e6508aff
65f83d093297e4413ffaf0fe5aaf3ffc57fcef62
/cpp/Top-100-Liked-Questions/75-Sort-Colors/solution_75.cpp
6505144bfdf6c82c6c90b91a2e244661a89642b3
[]
no_license
iluoeli/LeetCode-Solutions
fc6ad1c3f9d288325854b2e77be36e225d77f816
26e93078be2606cc30ca82c37a7b419830d65fa2
refs/heads/master
2022-02-28T16:53:55.130929
2019-10-20T14:08:22
2019-10-20T14:08:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
797
cpp
/* * 75. Sort Colors */ #include "common.h" #if LEET_CODE == 75 class Solution { public: void sortColors(vector<int>& nums) { if (nums.size() <= 1) return; int left = 0; int right = nums.size() - 1; int curIdx = 0; // Scan from left to right. while (curId...
[ "luoyili233@gmail.com" ]
luoyili233@gmail.com
300e4f28b20efbe37894c2727c8dd81c46a4b6d0
a6b87253faeace0c4e1aa9400d0dd1e80ee4c1bd
/Assignment 1/seismoModified2/SeismoSrc/main.cpp
5c19b46d07f42e6e45d77a053671dc38b3053592
[]
no_license
poliu2s/CPSC-260
972b4140dacdc2720f4260c35295e072b66449c5
a60ecd8f50cd25f95faf62e4a95c2fc61a433abf
refs/heads/master
2021-01-10T19:03:48.024948
2012-12-27T22:23:42
2012-12-27T22:23:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,735
cpp
// // This is example code from Chapter 15.6.1 "Reading a file" of // "Programming -- Principles and Practice Using C++" by Bjarne Stroustrup // //Po Liu,13623079,x2f7 //Hao Ran Wu,26620096,y0f7 //last updated: Jul 8th, 2010 // Jul 7th, 2010 // Jul 6th, 2010 //created data (downloading data) : Jul 5th, 2010 #i...
[ "po.liu.2s@gmail.com" ]
po.liu.2s@gmail.com
4eb2046637cb3a7c259c187e840313fc7ea55eec
ed5a0540b571dae25568bbff1620ebbd2cf4adc0
/011-MaximumArea/cpp/main.cpp
d3a676f6e4ead3430ee46ae25c3457528f570b08
[]
no_license
samguns/leetcode
4b842bd51c45ac1a154bca103d165f608131097f
ac7f05693d0f1f5dd239737379a76c667e25d6f3
refs/heads/master
2021-06-12T09:59:42.875259
2021-03-10T02:20:56
2021-03-10T02:20:56
152,015,366
0
0
null
null
null
null
UTF-8
C++
false
false
1,647
cpp
#include <iostream> #include <string> #include <vector> #include <algorithm> #include <sstream> using namespace std; class Solution { public: int maxArea(vector<int>& height) { int max_area(0); int left(0); int right(height.size() - 1); int found_min(0); while (left < right) { int min_he...
[ "wang.vai@gmail.com" ]
wang.vai@gmail.com
05fc3ad682e31857c9e2a01787040bbdfedc1fe2
bd4e33394f01dc85cddb6015f81a79af89906983
/student/10/calculator/calculations.cpp
ed04ba1eff37ce46151ce0ca4170f84ea90989cd
[]
no_license
VARTIOMIES/ohjelmointi-2-cplusplus
d7441ebbe8cf1fb2cff3e245bd1606cdc456a420
e0f7a970ddcee34827d5cfbbdf54f96097f37e58
refs/heads/master
2023-05-05T03:02:55.125758
2021-05-10T20:57:49
2021-05-10T20:57:49
371,703,863
0
0
null
null
null
null
UTF-8
C++
false
false
654
cpp
// Note that there is no need for "using namespace std", // since no C++ standard libraries are used. double addition(double left, double right) { return left + right; } double subtraction(double left, double right) { return left - right; } double multiplication(double left, double right) { return left...
[ "onni.merila@tuni.fi" ]
onni.merila@tuni.fi
4457d9c351f5997149550d58a2854849a96fca00
8a8e3c827914a71161b2c264d96b47cb1c8ed67b
/chap-11/graceserver.cpp
a0fb22d73ae2b33bd35e2bdded12ea013af385d5
[]
no_license
zouchunxu/net_pratice
34f1dcc0b40d83855b89ce66b0493510f10a2ee1
fd4d7c32b75a6e02d66f17ff2760eda9d71d4dea
refs/heads/master
2023-01-09T21:43:28.209024
2020-11-15T09:47:47
2020-11-15T09:47:47
312,795,404
0
0
null
null
null
null
UTF-8
C++
false
false
1,506
cpp
#include "lib/common.h" static int count; static void sig_int(int signo) { printf("\n received %d datagrams \n", count); exit(0); } int main() { int listenfd = socket(AF_INET, SOCK_STREAM, 0); struct sockaddr_in server_addr; server_addr.sin_family = AF_INET; server_addr.sin_port = htons(SERV_...
[ "471500439@qq.com" ]
471500439@qq.com
871590fd2da7416c4d483776333dbf003639b7d6
99a02bdfe2492ab4133c5092f03c3a380798f8ff
/Ex6_6to6_7/student.h
0283cf08fcf8a31dcf9c787bb686d93f7b1eadbc
[]
no_license
markusbuchholz/Ezust
3f593c46738fa3b65c39b1ef920da873f48187e7
af518f716ec7ca7c88dffa8ac3efb1f79b8a439d
refs/heads/master
2021-09-15T16:05:14.636662
2018-06-06T07:55:13
2018-06-06T07:55:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,209
h
#ifndef STUDENT_H #define STUDENT_H #include <QString> //start id="student" class Student { public: Student(QString nm, long id, QString major, int year = 1); virtual ~Student() {} /* We added the keyword virtual here. */ virtual QString getClassName() const;/* We added virtual here also. ...
[ "noreply@github.com" ]
markusbuchholz.noreply@github.com
efea5489411f46c299077c7af4237ac0dff84cbf
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-config/include/aws/config/model/DeleteRemediationExceptionsResult.h
c4198fe08f7b445876558de45676ea7c268b22eb
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
3,910
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
2361969f33e679a89d39b5a0a370a7c3280467ce
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5669245564223488_1/C++/Paja/b.cpp
0af047ab44c65aeb9ea985e4703d47266eb93c07
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
2,264
cpp
#include <cstdlib> #include <cstdio> #include <iostream> #include <algorithm> #include <vector> #include <queue> #include <stack> #include <string> using namespace std; const int MAXN = 100005; const int MAXM = 205; const long long MOD = 1000000007; long long fakt[MAXM]; bool one_letter(const string & s){ char let...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
e40512f5414ff9eb2daa2549125afe3c0e900410
b86384723f6a3f5795511321294cd23003828276
/labs/lab-5/tutorial/Step2/tutorial.cxx
315b82396cb3891bba7f635d7ac269990964e23f
[ "MIT" ]
permissive
Colton-Zecca/open-source-software
f7b8bd4a825191b34ef11931cfc0d850516a77f0
4aa5fc84f718067e42f969e46e18bcae6eb5fd62
refs/heads/master
2023-09-05T20:34:46.192729
2021-11-05T00:11:44
2021-11-05T00:11:44
335,123,735
0
0
null
null
null
null
UTF-8
C++
false
false
994
cxx
// A simple program that computes the square root of a number #include <cmath> #include <iostream> #include <string> #include "TutorialConfig.h" // Exercise: Why is it important that we configure TutorialConfig.h.in after the option for USE_MYMATH? // What would happen if we inverted the two? #ifdef USE_MYMATH # in...
[ "colton.zecca18@gmail.com" ]
colton.zecca18@gmail.com
499ae445db20d33ff5e57a032b79e1b1592dc849
8f07d92e33474e91f69d07aac155dc93d8c9f6d9
/Source/WebKit/chromium/tests/GIFImageDecoderTest.cpp
a4ec5d2ab026031a30c1bde2f43364207e7e5891
[ "BSD-2-Clause" ]
permissive
kalyankondapally/webkit
c41c9569d3b6ccadf858365cb066f6fc9669e6e2
a6e27412b0792b850bc14a2268fb7e4052214402
refs/heads/master
2023-01-12T11:41:31.861477
2013-02-28T20:47:08
2013-02-28T20:47:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,277
cpp
/* * Copyright (C) 2013 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "hclam@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc" ]
hclam@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc
d95fcaf0cd99546cbba3120e3835f82e6d179a95
c34ad4311acf72dbbcdf9865a70446e97bb932d5
/src/board/board.Mega2560.h
6d5ea00119651696224dfa39c17ff86b9bd339bf
[]
no_license
AlessioMichelassi/brainDuino
c1346b9a2d85c9cf4bcfbdea78cfe1c90d200435
3f11312b5515329b7036b5c1b1477e9cfd112adf
refs/heads/main
2023-02-12T03:38:27.379810
2021-01-06T16:22:44
2021-01-06T16:22:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,821
h
#include "Arduino.h" #include "board/pinDefinition_Mega2560.h" class Mega2560SetUp { private: /* data */ public: Mega2560SetUp(/* args */); ~Mega2560SetUp(); void ...
[ "noreply@github.com" ]
AlessioMichelassi.noreply@github.com
f2f15ae17f9e623c76d11580190dab65e3a22050
0103454b52923519a02260ade79ded03d345efa9
/driver/port.build/module.numpy.linalg.info.cpp
b2e3bad18bc74825e09fe37cd8da3ae99fe17775
[]
no_license
podema/echo3d
8c7722a942c187a1d9ee01fe3120439cdce7dd6b
42af02f01d56c49f0616289b1f601bd1e8dbc643
refs/heads/master
2016-09-06T16:22:13.043969
2015-03-24T10:39:19
2015-03-24T10:39:19
32,747,234
0
0
null
null
null
null
UTF-8
C++
false
false
13,320
cpp
// Generated code for Python source for module 'numpy.linalg.info' // created by Nuitka version 0.5.5.3 // This code is in part copyright 2014 Kay Hayen. // // 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...
[ "pol.delgado.martin@gmail.com" ]
pol.delgado.martin@gmail.com
1eef86dd77e14533c717b98fa4db2646f5bc2054
6bd3c7b88d4798290c22cf799e5ceb671924fccf
/Samsung AlgoChallenge 2018/_light_show.cpp
a02cb2477af9c8c76e547abafe8d053545b955c1
[]
no_license
marcavenzaid/competitive-programming
2c42b3dd70268ea9797af7cf91915eb9e60eea72
bb712e9e83472335d3e8db7d70945275c4865fc1
refs/heads/master
2020-03-22T02:06:04.571656
2019-03-23T03:34:53
2019-03-23T03:34:53
139,349,059
1
0
null
null
null
null
UTF-8
C++
false
false
2,802
cpp
#include <bits/stdc++.h> using namespace std; int N, M; int L[10]; int B[10][3]; int out[10]; const int MAX_COMB = 7; int binary_to_decimal(vector<int> a) { int dec_value = 0; int base = 1; for (int i = N - 1; i >= 0; i--) { if (a[i] == 1) { dec_value += base; } b...
[ "marcavenzaid.gamil@gmail.com" ]
marcavenzaid.gamil@gmail.com
c035418643b60c0faeb2cbc3c36da263019dc0be
99dcd91dd33909dda57f3db1019858bb5095381a
/engine/scene/SceneManager.hpp
298c1d8f4b5c6f40661beb12a35e64085718e2f1
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
RaphaelK12/ouzel
164cd262a80b5302ecff72c97eae45dd9032ce81
8ec93acd642cdc86ea647d9b278a1a20c61fe2f5
refs/heads/master
2022-12-16T16:50:49.050905
2020-09-04T04:55:30
2020-09-04T04:55:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,149
hpp
// Copyright 2015-2020 Elviss Strazdins. All rights reserved. #ifndef OUZEL_SCENE_SCENEMANAGER_HPP #define OUZEL_SCENE_SCENEMANAGER_HPP #include <functional> #include <memory> #include <mutex> #include <queue> #include <set> #include <vector> namespace ouzel::scene { class Scene; class SceneManager final ...
[ "elviss@elviss.lv" ]
elviss@elviss.lv
3672442dc10dc9561a0883740406f971b384abad
57c55be8a6880e535facb81a7401ebf63c382e90
/test/pch.h
b474aa57ececdbaf7c7d73e130bbb8507d235c12
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
twiggler/slotmap
15ba247d6519dc62a7334010b3558e3b2c87c80e
95abc843e45f667a471f0b5bec7638177466bfab
refs/heads/master
2022-08-11T01:11:43.778516
2022-07-26T08:11:32
2022-07-26T08:11:32
103,035,797
34
0
null
2022-07-26T08:11:33
2017-09-10T14:28:25
C++
UTF-8
C++
false
false
605
h
// // pch.h // Header for standard system include files. // #pragma once #include "gtest/gtest.h" #include <foonathan/memory/temporary_allocator.hpp> #include <foonathan/memory/std_allocator.hpp> #include <vector> #include <map> #include <boost/range/adaptor/transformed.hpp> #include <boost/range/algorithm/equal.hpp...
[ "dejongroel@gmail.com" ]
dejongroel@gmail.com
97bb72003c2dacbb3658ade9958c10667c7d3786
3a79dccba99c50c48e42f3c66192664ab35ff1e8
/network.cpp
1e99cffd3ef29a8056306f79e1b901115f8ff67e
[]
no_license
eacbpd/qt-widget-app-demo
199929a16c4fe710ea537a761f4ef371999e040e
561f2af6cc9303cffd9ba0c966755d3da4494793
refs/heads/master
2021-08-24T10:46:10.421316
2017-12-09T08:59:31
2017-12-09T08:59:31
112,502,300
0
0
null
null
null
null
UTF-8
C++
false
false
4,367
cpp
#include "network.h" #include "ui_network.h" NetWork::NetWork(QWidget *parent) : QWidget(parent), ui(new Ui::NetWork) { ui->setupUi(this); ui->editAddr->setText("127.0.0.1"); ui->editPort->setText("17904"); connect(ui->btnServer,&QPushButton::clicked,this,&NetWork::onBtnServer); connect(ui-...
[ "eacbpd@hotmail.com" ]
eacbpd@hotmail.com
777f06010dd197b9f5b8506cf55c926bf52f992b
91b4c051e53eee73812b3a5705f3240a391dfde9
/CSAMOL.HPP
9686b81636a1201c2e64eb258589353e75263244
[]
no_license
arekp/gra-samolot
74414dd19b365340d72f6150db2ca8a89ad48c12
3f83701b7c05adc0ed3dda5fbbebdcf10eab153f
refs/heads/master
2021-01-11T10:47:56.220211
2011-05-30T06:59:42
2011-05-30T06:59:42
32,317,051
0
0
null
null
null
null
UTF-8
C++
false
false
567
hpp
#ifndef _CSAMOL_HPP #define _CSAMOL_HPP #include"clasdu.hpp" struct pocis { int xp,yp; int spx,spy; int licz_klat_p; int stan_p; int akt_klat_p; int czest,zeg; int dx,dy; pocis *nast, *pop; }; class samol:public duszek { public: int tabl; samol(); samol(int xa, int ya,...
[ "arek.ptak@b4d527fe-13cc-e26a-a031-e9ae50367e36" ]
arek.ptak@b4d527fe-13cc-e26a-a031-e9ae50367e36
8404d5ea02febda1b7e296eaeb722291d6e71848
3d7cd6327b78c352f47b021b41f15307b9f60477
/MyFirstC++/Timer/Timer.cpp
38e424cd2d43d1be8330a1c1efd5bf6335fa1468
[]
no_license
Ikegorgon/MyFirstCPP
8f818347d638d10b3022cfe0b27f08b8099b1036
1ffadaeee3a26431a9871c9ecac8bace0270dc2d
refs/heads/master
2021-09-06T10:48:38.822356
2018-02-05T19:13:18
2018-02-05T19:13:18
118,965,513
0
0
null
null
null
null
UTF-8
C++
false
false
712
cpp
// // Timer.cpp // MyFirstC++ // // Created by Lamb, Isaac on 1/25/18. // Copyright © 2018 Lamb, Isaac. All rights reserved. // #include "Timer.hpp" using namespace std; Timer :: Timer() { executionTime = 0; } void Timer :: resetTimer() { executionTime = 0; } void Timer :: startTimer() { executionTim...
[ "31518729+Ikegorgon@users.noreply.github.com" ]
31518729+Ikegorgon@users.noreply.github.com
eac825fc1de99d5ec00f2e4055d500f3e97d7480
1cf0344795731c3ea4a06c3f9776367ee6e3d91f
/Codeforces/1419/671d.cpp
bbff19d062d7e0d3ecee30802c00dbc655da8586
[]
no_license
Alex7Li/ProgrammingContests
cf900303ef6ea34d686ea005ba810aabcc6bcc3d
cf6aa6758beb4cc5ca458fcda4ba8dd258e639c1
refs/heads/master
2023-03-11T04:14:49.577346
2023-02-24T20:48:29
2023-02-24T20:48:29
100,300,632
3
0
null
null
null
null
UTF-8
C++
false
false
843
cpp
# include <bits/stdc++.h> using namespace std; # define rep(i, a, b) for(int i = a; i < (b); ++i) # define trav(a, x) for(auto& a : x) typedef long long ll; typedef pair<int, int> pii; typedef vector<int> vi; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n; cin >> n; vi a(n); ...
[ "7alex7li@gmail.com" ]
7alex7li@gmail.com
c4266a9b2cdbc2ba3545c2cc5823b23f34e280af
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/Editor/LocalizationDashboard/Private/SLocalizationDashboardTargetRow.cpp
51c7e54af0617e2d90ac677f9ef15f1606537f67
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
21,695
cpp
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "SLocalizationDashboardTargetRow.h" #include "Misc/MessageDialog.h" #include "Internationalization/Culture.h" #include "DesktopPlatformModule.h" #include "Framework/Application/SlateApplication.h" #include "Widgets/Images/SImage.h" #include "Widgets...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
fb15775b03923472cf9c501d6f23a9be8b9ffb4c
c4311c96d1c88a6e255d27353acb9e4320be9497
/Guard/GameRender.h
94b99d67ae24e246968bbf2f6e591aa584fdecab
[]
no_license
daxietx/2D-Small-Game-Guardian
d089d2d6a5bd14a8d084b9ecc8bb698872af133f
b4d7009d5db6397654bcf3a99c555546d7cc1f4e
refs/heads/master
2020-12-30T16:59:32.497449
2017-05-12T03:48:49
2017-05-12T03:48:49
91,048,641
0
0
null
null
null
null
GB18030
C++
false
false
2,815
h
#include "stdafx.h" #include"Monster_Four.h" #include "FireBomb.h" #include "Castle.h" #include "Bombshell.h" #include "list" #include <vector> using namespace std; class CGameSetting; class CMusicPlay; class GameRender { public: GameRender(void); ~GameRender(); static GameRender* GetInstance(); ...
[ "xieningtx@gmail.com" ]
xieningtx@gmail.com
309cfa16d5c605a39149cd9fefa127532881ec1b
0f0df7351c29d0ec9178afb44225c84d6e28ccd6
/gdcm/gdcm-2.0.16/Testing/Source/MediaStorageAndFileFormat/Cxx/TestIconImage.cxx
5ed486d7b7e6f762e33c2e887acfc5fad161ce49
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
gbook/miview
070cde96c1dfbc55ea6ff8f3a87bf7004c4862e2
eea025e8e24fdd5e40986ee42eb8ea00e860b79a
refs/heads/master
2021-01-10T11:16:50.802257
2015-07-16T19:44:45
2015-07-16T19:44:45
36,947,429
1
0
null
null
null
null
UTF-8
C++
false
false
2,406
cxx
/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Module: $URL$ Copyright (c) 2006-2010 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is dist...
[ "gregory.a.book@gmail.com" ]
gregory.a.book@gmail.com
8f8a43bdd39e3ecda480f42e49ed543fee1ad6da
4ef911522f28384d38c26e2468d8a1ff858bb33b
/Particle.h
19de15bfe4ccbf3693abb88839e4cf382a444391
[]
no_license
fbgtoke/VJ3D
215b5d24eacb663dc1809cdeeec07f68d622c6e2
f4c399a6c5257f9b00015ac285ec6b2e579147c7
refs/heads/master
2021-09-03T10:20:05.448115
2018-01-08T10:05:30
2018-01-08T10:05:30
109,996,340
1
0
null
null
null
null
UTF-8
C++
false
false
439
h
#ifndef _PARTICLE_INCLUDE #define _PARTICLE_INCLUDE #include "Model.h" #include "Tile.h" class Particle : public Model { public: void init(); void update(int deltaTime) override; void setAliveTime(int aliveTime); void setColor(const glm::vec3& color); static void generateExplosion(const glm::vec3& origin)...
[ "fbg.toke@gmail.com" ]
fbg.toke@gmail.com
417bba01a6a05cb8876a17aad5a8465c95886be4
9b5e8dcc6af30dbed73ae09e6313410fe69a6cbf
/试题泛做/AGC032C.cpp
d48ef0cb5c0c4b29499c812583f19e3588f39c66
[]
no_license
learn22coding/IOI2020Homework
8c1a2d1a6488874c1a07fc5b55f0a2a27563ee44
7186dd4a78f732abfcb2cf0453c87a4f0818aebe
refs/heads/master
2023-03-17T10:28:06.804204
2020-01-03T06:40:37
2020-01-03T06:40:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
913
cpp
#include <bits/stdc++.h> using namespace std; const int N = 100344; int n, m; vector<int> G[N]; int main() { scanf("%d%d", &n, &m); for (int i = 1; i <= m; i++) { int x, y; scanf("%d%d", &x, &y); G[x].push_back(y); G[y].push_back(x); } int cnt4 = 0, cnt6 = 0; for (int i = 1; i <= n; i++) { ...
[ "flx1260085323@163.com" ]
flx1260085323@163.com
3f1ae44d5b8da5add0c2d53d9071f8406a6bbdd3
93353cdfaabbec0963d37d5aa25a3ce576f95a2e
/src/handler/product_handler.cpp
da10437764465af16423d5a5decd44c01663241f
[]
no_license
pluveto/ecomm
6c9535efca7f6a9882bc5f1fe098057c8271f2cc
7aba14715c62f48e90e3e1d2dfebd9db6f906868
refs/heads/main
2023-05-12T14:17:24.599264
2021-05-30T16:30:49
2021-05-30T16:30:49
369,792,717
0
0
null
null
null
null
UTF-8
C++
false
false
17,126
cpp
/** * @file product_handler.cpp * @author Pluveto (pluvet@foxmail.com) * @brief * @version 0.1 * @date 2021-05-23 * * @copyright Pluveto (Zhang Zijing), Incolore Team. All Rights Reserved. * */ #include <ecomm/handler/product_handler.hpp> #include <regex> #include <ecomm/util.hpp> #include <ctime> #inclu...
[ "receding@protonmail.com" ]
receding@protonmail.com
2e098b76aa1fb11bc0c0801e96ac1871766425b5
7ff69550416d7100e87869f2e3a708e4fb335e7c
/docker/dev/src/Utilities/itkImposeMinimaImageFilter.h
676504c46e5c8275d73754dc97d5fcb905045b8a
[ "BSD-3-Clause" ]
permissive
rt106/rt106-wavelet-nuclei-segmentation
cdbbd5bb5eb3dacb0bf77dce527cd2e63f1b98a4
ced313a818867113313ced8dbc081948100eb49c
refs/heads/master
2021-09-04T09:19:46.376053
2018-01-17T17:04:06
2018-01-17T17:04:06
116,753,570
0
1
BSD-3-Clause
2018-01-09T16:31:09
2018-01-09T02:14:31
C++
UTF-8
C++
false
false
4,570
h
// Copyright (c) General Electric Company, 2017. All rights reserved. /*========================================================================= Author: Dirk Padfield date: 03/03/2007 =========================================================================*/ #ifndef __itkImposeMinimaImageFilter_h #define __itk...
[ "millerjv@ge.com" ]
millerjv@ge.com
67419502ed8b12dccaf0e6e0cdca785b6b2f150e
707a36a28efd9b68ac7a7636bba8f4f8eee2697c
/tensorflow/tensorflow/core/common_runtime/gpu/gpu_device.h
5eae9c445db0694d33e9bb349ff8f9f8ba6bccf1
[ "Apache-2.0" ]
permissive
mlsys-seo/ooo-backprop
f9e6e1e531dff2be45173dbc158db9d4a421d1f3
0beb419dabd0b55505fd07e715f257decf9420e3
refs/heads/main
2023-04-09T12:10:30.045508
2022-12-05T05:10:04
2022-12-05T05:10:04
452,698,031
24
4
null
null
null
null
UTF-8
C++
false
false
16,274
h
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "shie44167@gmail.com" ]
shie44167@gmail.com
a8a31a92aa6345cda6bb5ae8c3e9abeabb5b7e54
5ca23ba036c710b6f3c1359385e53b36de63a0a2
/app/src/main/jni/conn/Hound.cpp
79339a3bba0fcc3cba97b295e9d6e4127164e084
[ "MIT" ]
permissive
ZhangLang001/dex-hdog
737a239741c9a38f3350cbd7ffa310d86d46e21c
8b738546b1a7f7d174f2533e5f3f87e55fae690d
refs/heads/master
2021-06-12T15:37:50.527266
2017-04-11T11:22:34
2017-04-11T11:22:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,787
cpp
// // Created by 薛祥清 on 2017/3/31. // #include "Hound.h" static JNINativeMethod gMethods[] = { {"isRunning", "(Ljava/lang/String;)Z", (void *) isRunning}, }; jint JNI_OnLoad(JavaVM *vm, void *reserved) { LOGI("Start >>> JNI_OnLoad"); JNIEnv *env = NULL; jint result = -1; if (vm->GetEnv((void...
[ "990828785@qq.com" ]
990828785@qq.com
93918fdb5d8e9ae93b8fe6e0116df508885d53d6
a5938b70a2db3763365e57f5adae334c4dd5953c
/WTL/LibraryDlgDemo/LibraryDlgDemo/LibraryDlgDemo.cpp
19ce743f75a331e18d62faed89ceb79c6dd7fdc3
[]
no_license
jerryhanhuan/test-code-backup
7dea8a8eb4209dc241dae1864df6b1eb1a48c7bd
2ebf0b1cb6715f66ea4c0b3153d426652ce9235f
refs/heads/master
2021-01-22T22:57:25.097424
2014-09-17T02:31:47
2014-09-17T02:31:47
null
0
0
null
null
null
null
GB18030
C++
false
false
355
cpp
// LibraryDlgDemo.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include "WTL_Dlg_DLL.h" int _tmain(int argc, _TCHAR* argv[]) { printf("3S后调用DLL中的WTL对话框!!!\r\n"); Sleep(3000); ShowDlg(); printf("调用DLL中的WTL对话框完毕,程序退出!\r\n"); return 0; }
[ "wubuxiansheng@gmail.com" ]
wubuxiansheng@gmail.com
76d3da63d97d415eff08997e468c733cdbda0ea3
caf6a8ac778eeb3183a7a35523044a5905519b76
/libs/crashrpt/src/CrashRpt.cpp
b3c0b69ad0194d45947955bb6679fc57e7ee6ca0
[ "Zlib" ]
permissive
odasm/coh-original-server-vs2010
ec8ddd227d6d99e08e562b2c0b08df20e06eb02c
479e4baccd5b2688c216674492c4b87e4562595c
refs/heads/master
2020-05-16T07:21:09.364167
2019-04-22T03:21:57
2019-04-22T03:21:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,306
cpp
/////////////////////////////////////////////////////////////////////////////// // // Module: CrashRpt.cpp // // Desc: See CrashRpt.h // // Copyright (c) 2003 Michael Carruth // /////////////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "CrashRpt.h" #in...
[ "Woovie" ]
Woovie
691c206032918f3d87edbb348a681547a8308377
816425d3a8d4ee9ba18e0882eee9df2f3f769c0a
/include/rbc/msgs/geometry_msgs/pose_with_covariance_stamped.h
0badddbbd6113dd76b67222b4499ec3c5cf3a1f9
[]
no_license
msinvent/rbcpp
770655585f2c47086ef640bb0ac54b132c4f3844
57ceabf6186861c987a92d98f1bd65859615f10f
refs/heads/master
2020-05-25T06:18:04.379213
2019-03-23T10:28:27
2019-03-23T10:28:27
187,664,974
2
0
null
2019-05-20T15:14:28
2019-05-20T15:14:27
null
UTF-8
C++
false
false
1,297
h
// // Created by Julian on 27.10.18. // #ifndef ROSBRIDGECLIENT_POSE_WITH_COVARIANCE_STAMPED_H #define ROSBRIDGECLIENT_POSE_WITH_COVARIANCE_STAMPED_H #include <cpprest/json.h> #include <rbc/msgs/ros_type_base.h> #include <rbc/msgs/std_msgs/header.h> #include <rbc/msgs/geometry_msgs/pose_with_covariance.h> namespace ...
[ "gjulian@uos.de" ]
gjulian@uos.de
9f6db5582c7e7382497cc4b4c3863176bd6308a7
7983da2a6f9096e6c547fb67a2b638302c55809e
/unit.h
ecdfafdec656bc1882b0741392b2db44cc11a534
[]
no_license
KertAles/Osvajalec-Game
ff8a4c4df491550ecc8f3f065f7b0cbd7db7890d
64f6a51f3793918463abbd8dcb71ffe81f93d142
refs/heads/master
2022-11-14T08:41:20.141703
2020-07-05T09:43:26
2020-07-05T09:43:26
277,158,666
1
0
null
null
null
null
UTF-8
C++
false
false
1,766
h
#ifndef UNIT_H #define UNIT_H #include "mainwindow.h" #include "gridsquare.h" #include "player.h" #include "upkeep.h" #include <QList> #include <QGraphicsItem> #include <QGraphicsSceneMouseEvent> class Player; class QueueBuilding; class Unit : public QObject , public QGraphicsItemGroup { Q_OBJECT Q_PROPERTY...
[ "ales.kert@gmail.com" ]
ales.kert@gmail.com
de6d8e83cbd812a151946d012d9f08c65a74963a
863e81df328820e02685fa1b8f4eebf00f80e999
/AlcantareaInjector.cpp
4a040f221d6e03181e22abb560f0a85fbb989bfe
[ "CC-BY-4.0" ]
permissive
alisci01/Alcantarea
0a06fca106fc6a882108fd6309c846266d4533e3
5dbd6d55422de47a6b5a08dd1e7048c409be83d4
refs/heads/master
2020-03-15T09:22:00.790080
2018-05-04T02:23:10
2018-05-04T02:23:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,310
cpp
#include <string> #include <vector> #include <algorithm> #include <windows.h> bool InjectDLL(HANDLE hProcess, const char* dllname) { SIZE_T bytesRet = 0; DWORD oldProtect = 0; LPVOID remote_addr = NULL; HANDLE hThread = NULL; size_t len = strlen(dllname) + 1; remote_addr = ::Vi...
[ "saint.skr@gmail.com" ]
saint.skr@gmail.com
514a17863b9dc37d60403c1db5fb2ab5ab2b18f1
9cc01c3e1ba6428f649341da0e94efc8f38bd03b
/StkUI/Dialog/SetBasedataDlg.h
748312760d78f92e52ce5217997e81501a5ed073
[]
no_license
late0001/tradingStrategyGM
da2780e235254e39fc61ded142f4c8cbf3e2c4cf
b969fd0b286849e3a6d23461c19277ef58993b82
refs/heads/master
2021-03-29T00:26:01.204741
2020-03-17T08:33:11
2020-03-17T08:33:11
247,908,308
3
1
null
null
null
null
GB18030
C++
false
false
2,077
h
#if !defined(AFX_SETBASEDATADLG_H__03465F7B_741C_4358_A2F2_636329DF6D09__INCLUDED_) #define AFX_SETBASEDATADLG_H__03465F7B_741C_4358_A2F2_636329DF6D09__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SetBasedataDlg.h : header file // #include "SetGroupDlg.h" ///////////////////////////////////...
[ "jdqiu@sina.cn" ]
jdqiu@sina.cn
0f3dec517870f0106aed1cbfc27314564639e7b3
742344de1454de62c49f32dccdeb4235973d47b1
/hazelcast/include/hazelcast/client/Pipelining.h
f04af824e90a9ca8a0bfb867ded93a4bc658db9a
[ "Apache-2.0" ]
permissive
enozcan/hazelcast-cpp-client
31f558cac860095f9a53c5d2cba3c3f4fdc6d967
672ea72811d6281329bd84070e798af711d5cbfb
refs/heads/master
2022-08-29T14:59:11.322441
2020-03-30T11:20:49
2020-03-30T11:20:49
256,820,114
0
0
Apache-2.0
2020-04-18T18:04:38
2020-04-18T18:04:37
null
UTF-8
C++
false
false
8,552
h
/* * Copyright (c) 2008-2020, Hazelcast, 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 ...
[ "noreply@github.com" ]
enozcan.noreply@github.com
61e4ee53382484daae7590f5bd293e90b077eb43
0d294a056401ab85bc5eab02afbc550c202d2fea
/sort/merge.cpp
1734d40d302bb0ccce433aef91c812c214d3140f
[]
no_license
aishwarydewangan/algorithms
e2ef48480f740d5714a9412b1a02034300ff3870
3bc34c1e315b2e2ff30c6e66ce8e9e6ec5999c25
refs/heads/master
2021-07-12T20:01:02.227541
2021-07-11T10:46:42
2021-07-11T10:46:42
126,575,527
4
13
null
2019-10-12T11:51:15
2018-03-24T07:20:11
C++
UTF-8
C++
false
false
798
cpp
#include <iostream> using namespace std; void show(int a[], int size) { for(int i = 0; i < size; i++) cout << a[i] << "\t"; cout << endl; } void merge(int a[], int l, int m, int r) { int *ta; int i = 0, x = l, y = m + 1; ta = new int[r-l+1]; while(x <= m && y <= r) ta[i++] = (a[x] <= a[y]) ? a[x++] : a...
[ "aishwary.dewangan@gmail.com" ]
aishwary.dewangan@gmail.com
6d280795573d50a20c34c93221097a2731376271
1ab7b3f2aa63de8488ce7c466a67d367771aa1f2
/Ricardo_OS/Example_code/sd_test/lib/SPIMemory-master/examples/readWriteString/readWriteString.ino
d5be110aaf4fa034dc7b029e8b6019c44718d074
[ "MIT", "GPL-3.0-only" ]
permissive
icl-rocketry/Avionics
9d39aeb11aba11115826fd73357b415026a7adad
95b7a061eabd6f2b607fba79e007186030f02720
refs/heads/master
2022-07-30T07:54:10.642930
2022-07-10T12:19:10
2022-07-10T12:19:10
216,184,670
9
1
MIT
2022-06-27T10:17:06
2019-10-19T09:57:07
C++
UTF-8
C++
false
false
3,335
ino
/* |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| | readWriteString.ino | | ...
[ "kiran@MacBook-Pro-3.local" ]
kiran@MacBook-Pro-3.local
099f981790e625599b3f907403ced6a4703d0958
2fcc9ad89cf0c85d12fa549f969973b6f4c68fdc
/SampleGraphics/ShadowMaps/ShadowMaps.cpp
0c3c8389f128a63980891624d23d8b11eee18a98
[ "BSL-1.0" ]
permissive
nmnghjss/WildMagic
9e111de0a23d736dc5b2eef944f143ca84e58bc0
b1a7cc2140dde23d8d9a4ece52a07bd5ff938239
refs/heads/master
2022-04-22T09:01:12.909379
2013-05-13T21:28:18
2013-05-13T21:28:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,793
cpp
// Geometric Tools, LLC // Copyright (c) 1998-2012 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // // File Version: 5.0.0 (2010/01/01) #include "ShadowMaps.h" WM5_WINDOW_APPLICATION(Shadow...
[ "bazhenovc@bazhenovc-laptop" ]
bazhenovc@bazhenovc-laptop
006ffaf1e8fca1b4d479fe02e14a4c1088977cba
677bf35616660675c41dcca57bf2dfd5e717ac82
/prototype/engine/include/ShaderRes.h
c7226c868d42608e899b5ef842d89c4449bbc0da
[]
no_license
DeadlyKom/Old-Prototype
71d2fe7012dd97cee528d69bd40df5defd972487
4447a5d16f2922fa4f063d6c9c9476a685e4c718
refs/heads/master
2020-04-22T10:41:41.583522
2019-02-12T16:51:59
2019-02-12T16:51:59
170,313,472
0
0
null
null
null
null
UTF-8
C++
false
false
3,362
h
#pragma once #include <agile.h> #include <d3d11_4.h> #include <memory> #include <ppltasks.h> #include <string> #include <vector> #include "prototype\include\Type.h" #include "Device.h" #include "FileManager.h" #include "ResourceManager.h" using namespace std; using namespace Concurrency; namespace SystemEngine { ...
[ "gma.deadly.kom@mail.ru" ]
gma.deadly.kom@mail.ru
7787feac22f2e9c7eac1b4e32b87936a2dec8668
58724cda603f98cc6f4cba7942bec47c5c52c222
/Framework/Source/Raytracing/RtProgramVarsHelper.cpp
2eebe958f7e365138cd5970359183a21665ea11e
[]
permissive
dgough/Falcor
879ed05e34f325998615cb2f614710fcd4edeb1b
cc62b5bd2fd1dc87c0b55ff80d9b810b84cddb6f
refs/heads/master
2021-04-28T03:39:34.370158
2018-06-08T00:53:09
2018-06-08T01:30:43
122,143,882
0
0
BSD-3-Clause
2018-02-20T01:46:25
2018-02-20T01:46:24
null
UTF-8
C++
false
false
4,686
cpp
/*************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. 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 sourc...
[ "nbenty@nvidia.com" ]
nbenty@nvidia.com
eb61ad3bd0679b9b634879898bc52d1cc05686f4
03ee754445d2dc6abbb3c1f2a57a35519f8acc96
/old_pratcis.cpp
f30113118cedba131a7da865908beec99fcc4f23
[]
no_license
mizan-cs/Practise-Code
d34a67d1f3ea7a9a81e8096020227b705ca5ec13
74b21d810c242af249a17ec8fef683fdb3c0d1b0
refs/heads/master
2021-01-19T21:19:25.831029
2017-09-09T03:23:47
2017-09-09T03:23:47
101,249,329
0
0
null
null
null
null
UTF-8
C++
false
false
450
cpp
#include<iostream> using namespace std; class Sample{ static int a,b; public: void setAB(int x, int y) { a=x; b=y; } void printAB() { cout<<"A= "<<a<<"\tB= "<<b<<endl; } }; int Sample::a; int Sample::b; int main...
[ "mysalfe02@gmail.com" ]
mysalfe02@gmail.com
c9b99b3f5bf9a434bd3d08de6218afce7e49c9ad
6ba38fe94e7ea5146c633f56f59c0c3278d695a7
/plugins/core/WhiteNoiseBackground/WhiteNoiseBackgroundShaderTypes.h
0d0cb7ef13c8da0e1536f0ec93ec14cb2365229a
[ "MIT" ]
permissive
mworks/mworks
b49b721c2c5c0471180516892649fe3bd753a326
abf78fc91a44b99a97cf0eafb29e68ca3b7a08c7
refs/heads/master
2023-09-05T20:04:58.434227
2023-08-30T01:08:09
2023-08-30T01:08:09
2,356,013
14
11
null
2012-10-03T17:48:45
2011-09-09T14:55:57
C++
UTF-8
C++
false
false
1,574
h
// // WhiteNoiseBackgroundShaderTypes.h // WhiteNoiseBackground // // Created by Christopher Stawarz on 3/4/21. // #ifndef WhiteNoiseBackgroundShaderTypes_h #define WhiteNoiseBackgroundShaderTypes_h #ifndef __METAL_VERSION__ BEGIN_NAMESPACE_MW BEGIN_NAMESPACE(white_noise_background) #endif struct MinStdRand { ...
[ "cstawarz@mit.edu" ]
cstawarz@mit.edu
edb4d4893c1fb44de080f423de84eaf27d6f99d9
a0631bbee143c830f6b2ac6bf37b6c055bd8981a
/flappy/envs/fwmav/Actuator.hpp
9782013c9e1fde36a109e340a8c73bf2a0db1906
[ "MIT" ]
permissive
chen3082/flappy
1c5aa7bc0bcb07a04d913934818d4dc1d55602ee
63d23c86016e10956f2b365ab4d5bb82a25c323a
refs/heads/master
2020-08-11T07:30:15.093671
2020-01-30T20:03:50
2020-01-30T20:03:50
214,517,921
1
1
MIT
2019-11-13T15:48:02
2019-10-11T19:51:45
C++
UTF-8
C++
false
false
1,439
hpp
/************************* FWMAV Simulation ************************* * Version 0.3 * Fan Fei Jan 2018 * FWMAV simulation with dual motor driven robotic flapper * PID controller using split cycle mechanism *********************************************************************** */ #include <vector> #include <iostrea...
[ "ffnc1020@gmail.com" ]
ffnc1020@gmail.com
208ff8dfb7917f16eaf5594560c39bdd97df49b4
92ede1a7294762c38518f7b482f69a8716737f3b
/googleclient/third_party/v8/src/char-predicates-inl.h
217db9c33106248944d47bb9570f0f620134883e
[ "BSD-3-Clause", "MIT" ]
permissive
petersont/o3d
4ec4afd5aad46f2b89f526266dbbc7b69bbc23f7
1a13ccf12a349e13212401bfe81d5166e84e79c5
refs/heads/master
2021-01-01T15:35:58.169917
2015-05-15T22:53:12
2015-05-15T22:53:12
35,642,163
2
1
null
null
null
null
UTF-8
C++
false
false
2,755
h
// Copyright 2006-2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this lis...
[ "peterson@kamcord.com" ]
peterson@kamcord.com
9660b5eb0179feadfb8149a02b78f6c6e52bb42c
4507ccce42f19599927ddeeef695358fb454464f
/src/bwt.h
4b15afe80a8f02344156a3635a1332a9c62491b7
[]
no_license
dridk/bwt
57862d6797b44de02dfa7eac510fdefcef3d160a
bda8b75e69f45d70808ceff72de16985d07f8f03
refs/heads/master
2021-01-10T12:22:38.750347
2015-10-13T21:22:59
2015-10-13T21:22:59
44,205,700
0
0
null
null
null
null
UTF-8
C++
false
false
558
h
#ifndef BWT_H #define BWT_H #include <iostream> #include <string> #include <vector> #include <map> #include <algorithm> #include <set> using namespace std; class Bwt { public: // Convert readable string to bwt string transform(const string& text); // Convert bwt to readable string string reverse(co...
[ "sacha@labsquare.org" ]
sacha@labsquare.org
2b08f33e45b4ba2c176c8246eb37f68af3b09d06
a5b729de0e89513446dd0aae17751ab3b959467f
/Gray/src/Platform/Opengl/RenderBuffer.h
53587d008aa77131cfaebcda84b8648cdab4ab33
[]
no_license
Rahulbiju315-yb/Gray
d1a026064433d3e8ee59287520d3cc604ee6464c
f55b20514108887a888dc934ef526a93eee99292
refs/heads/master
2023-04-18T10:30:05.717117
2021-05-07T09:36:59
2021-05-07T09:36:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
841
h
#pragma once #include "Shared.h" #include "NoCopy.h" #include "WeakRef.h" namespace Gray { enum class RBType //Render buffer Type { StencilRB, DepthRB, DepthStencilRB }; class RenderBuffer { public: void CreateBuffer(RBType type, int width, int height); void Bind() const; void Unbind() const; ...
[ "f20190134@pilani.bits-pilani.ac.in" ]
f20190134@pilani.bits-pilani.ac.in
dc746f747995be94309a26d90929abdcab991982
e559656096653d30be5cb7cb144b994efcf2f36a
/Algoritmi/opencl/cpp_cl/DwtHaar1DCPPKernel/DwtHaar1DCPPKernel.cpp
60c18979f784fad0a3df011f5bd8ac45316afd70
[]
no_license
morellid/featureBasedScheduling
6c7db2b2cba6028f7c963e1428011b3371cefc87
6b8079f8c046814e3fc295ba2b12c87f3d38a507
refs/heads/master
2021-01-13T02:18:33.701664
2014-10-16T08:49:25
2014-10-16T08:49:25
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
23,792
cpp
/********************************************************************** Copyright ©2013 Advanced Micro Devices, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: • Redistributions of source co...
[ "gabriele@Gabrieles-MacBook-Pro.local" ]
gabriele@Gabrieles-MacBook-Pro.local
932e07fcb4ac5c0b4ae443e9d4a7d5269ea7a688
d1f5d8ce94915a9752db25d76858eb867a30a3c3
/src/Camera.cpp
892145574f0ac29d4139bfa266d6944ffaccff1a
[]
no_license
anilguneyaltun/opengl-workout
3fb8ad14afbc463fa8440087c6ea3ca2333ed336
d810c73aaffd1384c9cdbc3f9ba483ff694e7366
refs/heads/master
2023-06-24T07:04:42.607125
2021-07-24T16:12:21
2021-07-24T16:12:21
332,916,902
0
0
null
null
null
null
UTF-8
C++
false
false
1,736
cpp
#include "Camera.h" Camera::Camera() {} Camera::Camera(glm::vec3 startPosition, glm::vec3 startUp, GLfloat startYaw, GLfloat startPitch, GLfloat startMoveSpeed, GLfloat startTurnSpeed) { position = startPosition; worldUp = startUp; yaw = startYaw; pitch = startPitch; front = glm::vec3(0.0f, 0.0f, ...
[ "anilguneyaltun@gmail.com" ]
anilguneyaltun@gmail.com
e4456a4f08f997f7f06be24ed684bbd63910fd4e
ecac474a3f5095c61cfccd0e69cab0d4ca050ebd
/BZOJ/BZOJ1137-Wsp岛屿-单调栈.cpp
e47b6b32fdd995fa89cb3363a3a4e641c19a9734
[ "Apache-2.0" ]
permissive
xehoth/OnlineJudgeCodes
478e678b35ba1b7e168b8230da594f03532aa74c
013d31cccaaa1d2b6d652c2f5d5d6cb2e39884a7
refs/heads/master
2021-01-20T05:37:25.194545
2019-08-17T16:07:02
2019-08-17T16:07:02
101,457,867
7
3
null
null
null
null
UTF-8
C++
false
false
3,599
cpp
/** * Copyright (c) 2016-2018, xehoth * 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...
[ "824547322@qq.com" ]
824547322@qq.com
e706d3060f6426fd7a2c8591155bef6602a3b8d3
050ebbbc7d5f89d340fd9f2aa534eac42d9babb7
/grupa1/koredmat/p1/poc.cpp
18866ac6533c0da4555c4cb6ede08296d483928c
[]
no_license
anagorko/zpk2015
83461a25831fa4358366ec15ab915a0d9b6acdf5
0553ec55d2617f7bea588d650b94828b5f434915
refs/heads/master
2020-04-05T23:47:55.299547
2016-09-14T11:01:46
2016-09-14T11:01:46
52,429,626
0
13
null
2016-03-22T09:35:25
2016-02-24T09:19:07
C++
UTF-8
C++
false
false
208
cpp
#include <iostream> using namespace std; int main() { cout << "Mount Everest - 8850 m n.p.m." << endl; cout << "McKinley - 6194 m n.p.m." << endl; cout << "Mont Blanc - 4810 m n.p.m." << endl; }
[ "e.lasek@student.uw.edu.pl" ]
e.lasek@student.uw.edu.pl
66dcdb42a58c85ee7a7670496111ece754efde0f
228875e8bf8745b43f4615fb4b1ebad7e747d57f
/mysql.cpp
9b9199d4b39999385db326ac78da02fcb57797f2
[]
no_license
Nicer0815/JLU-C-2020
7af53415557964c05f07c6f5fbdea7089e050a2c
106583f8f26c73b4240a71f58c3fb77835f8ce66
refs/heads/main
2023-09-05T06:22:36.983647
2021-11-26T06:40:22
2021-11-26T06:40:22
305,566,267
27
4
null
null
null
null
UTF-8
C++
false
false
20,273
cpp
#include "serverHead.h" extern unsigned __int64 client[10][2]; extern char onlineName[10][20]; extern char onlineQQID[10][20]; extern int clientNum; User_mysql::User_mysql() { strcpy_s(user, "root"); strcpy_s(pswd, "2"); strcpy_s(host, "localhost"); port = 3307; mysql_init(&myCont); if (mysql_real_con...
[ "noreply@github.com" ]
Nicer0815.noreply@github.com
1ffe7a90a823d904257932d0ac1d2903d1fa961a
4af3f82a9e4c8f8cd40dbd0086e0b931f051ce30
/Particle_engine/Particle.h
123a52ce0bef5c4b4d4e77f5ce3b7901fc61ed5d
[]
no_license
ntaztonny/Particle-engine
ae9a38468677147f0603f2cacb5b1527ef21bed0
a91d67552eae15dff62aa75b24eaada1121b69ce
refs/heads/master
2020-05-29T16:51:48.855818
2019-05-29T18:37:05
2019-05-29T18:37:05
189,260,696
0
0
null
null
null
null
UTF-8
C++
false
false
508
h
#ifndef PARTICLE_H #define PARTICLE_H #include "GLEngine.h" #include "Vector3.h" class Particle { public: Particle(int id); void Update (long time); // variables int id; long lastTime; float totalLife; float life; float alpha; float size; float bounciness; bool active; ...
[ "noreply@github.com" ]
ntaztonny.noreply@github.com
642072063d4c7daa6059424fa3d3e674fa7f2c84
7feafc361420ba68c0df24840e62d18ccfdf11ef
/CSE/u/Recovered data 05-03-2015 at 01_06_36/NTFS/My pc/programing fun/C++/File/gcount( ).cpp
9209df963bb086507d94cd9f1fab86f312610363
[]
no_license
omarKaushru/Numb-UV-Life-activites
b7e94645c9bbc52317fcb80cd6c83e95793fcefb
63a74e875edee6dc5cfe77439247172da009f2c5
refs/heads/master
2022-12-05T11:34:12.142216
2020-09-01T18:19:41
2020-09-01T18:19:41
292,070,016
2
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
#include<iostream> #include<fstream> #include<conio.h> using namespace std; main() { double fnum[4] = {99.75, -34.4, 1776.0, 200.1}; int i; ofstream out("numbers", ios::out | ios::binary); if(!out) { cout << "Cannot open file."; return 1; } out.write((char *) &fnum, sizeof fnum); out.close(); for(i=0; i<4; i++) // clea...
[ "omarkaushru@gmail.com" ]
omarkaushru@gmail.com
c21e5ce5d78b873d48913603c001f2dd119b92de
56a77194fc0cd6087b0c2ca1fb6dc0de64b8a58a
/applications/ThermalDEMApplication/custom_constitutive/conduction/indirect_conduction_vargas.cpp
cc5a0192aadb73b5a1e32dd579b4ebde7c11b52f
[ "BSD-3-Clause" ]
permissive
KratosMultiphysics/Kratos
82b902a2266625b25f17239b42da958611a4b9c5
366949ec4e3651702edc6ac3061d2988f10dd271
refs/heads/master
2023-08-30T20:31:37.818693
2023-08-30T18:01:01
2023-08-30T18:01:01
81,815,495
994
285
NOASSERTION
2023-09-14T13:22:43
2017-02-13T10:58:24
C++
UTF-8
C++
false
false
1,970
cpp
// Kratos Multi-Physics - ThermalDEM Application // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Rafael Rangel (rrangel@cimne.upc.edu) // // System includes // External includes // Project includes #include "indirect_conduction_vargas.h" namespa...
[ "rrangel@cimne.upc.edu" ]
rrangel@cimne.upc.edu
4bf5e370404eb1822978169fc4bf9d305c6a267e
63b780d4f90e6c7c051d516bf380f596809161a1
/FreeEarthSDK/include/FePlugins/PluginDependent/GisService.h
9c1dfea58edae11b62e5550837e02e541490a79c
[]
no_license
hewuhun/OSG
44f4a0665b4a20756303be21e71f0e026e384486
cfea9a84711ed29c0ca0d0bfec633ec41d8b8cec
refs/heads/master
2022-09-05T00:44:54.244525
2020-05-26T14:44:03
2020-05-26T14:44:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,740
h
/************************************************************************************************** * @file GisService.h * @note 提供Gis服务信息,主要用于读取配置文件中的配置信息以及构建URL * @author c00005 * @data 2013-12-20 **************************************************************************************************/ #ifndef CGisService_...
[ "Wang_123456" ]
Wang_123456
1de44bf9cb355991b7a0212c2b1e82e5ed439556
919b13ba5ea8bf9f24c86b9043b398f4c87e0ed6
/hw2/permutations/permutations/permutations.cpp
b6ea603e01ba9fc76e17513c8d0bd1d576c42f65
[]
no_license
kirilkadoncheva/fmi-sda
71db76022ca4f7bb3255832169d3a47ce0c6a280
0e40ec179a5e11f2f7fc4bda949810b7cb4225ab
refs/heads/main
2023-03-25T11:30:18.931621
2021-03-13T13:19:08
2021-03-13T13:19:08
347,375,065
0
0
null
null
null
null
UTF-8
C++
false
false
2,340
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> #include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> #include <string> using namespace std; void countingSort(string &word) { int letters[26] = { 0 }; int size = word.size(); fo...
[ "kiki.doncheva393@gmail.com" ]
kiki.doncheva393@gmail.com
8b9f5a7cfd638658e4d2106a1e6f0c7f6f42a558
01c2cd73f527d8f78c075431e5c05ddcfafb782e
/AgoraWinRT/AudioDeviceCollection.h
5e193998483ce0741dfbdf7f492e3bff70412e8c
[]
no_license
jiayanana/AgoraUWP
8d64b395e427beb7cecfc5d200072a15426d0a65
1cd1e042b53138b8a0e0b913557bb4a13a2c6c01
refs/heads/master
2023-06-10T14:08:54.727949
2021-06-28T03:18:42
2021-06-28T03:18:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
725
h
#pragma once #include "pch.h" #include "AudioDeviceCollection.g.h" namespace winrt::AgoraWinRT::implementation { struct AudioDeviceCollection : AudioDeviceCollectionT<AudioDeviceCollection> { AudioDeviceCollection(agora::rtc::IAudioDeviceCollection* collection); int32_t GetCount(); int...
[ "sid@Sids-MacBook-Pro.local" ]
sid@Sids-MacBook-Pro.local
5d92cd669ab74008287cd2c021925547117ce3e3
52510cbe2cc9b05a604604f9e0049ee5e348aca8
/ThBOT_Src/MotionControl/MotionControl.h
3706bd3a500f8a0c41d948b9ffc6f3000888d2d0
[]
no_license
3Xpresso/ThBOT_Mainboard
e38e1c52d89f36e34a54b429c7c57ebd249b964e
f6ef64dfbe728d6b7e815e60c3f0f68d547df2d1
refs/heads/master
2018-12-27T06:45:51.645381
2018-10-23T15:22:21
2018-10-23T15:22:21
110,987,165
0
0
null
null
null
null
UTF-8
C++
false
false
2,458
h
/* * MotionControl.h * * Created on: 10 mars 2018 * Author: jpb */ #ifndef MOTIONCONTROL_H_ #define MOTIONCONTROL_H_ /* Includes ------------------------------------------------------------------*/ #include "FreeRTOS.h" #include "task.h" #include "cmsis_os.h" #include "bsp/DcMotor.h" #include "Odometry/O...
[ "jpb.ulysse@gmail.com" ]
jpb.ulysse@gmail.com
110139527856e4b77ff4a9b9b3e8cc712c10fe90
ad6bf5258014ddb47fc46e120a3868bf8e75592d
/simplenavigateview.h
21864a9bc2b7cad08915bc2c5ab219360cc07bb8
[]
no_license
Schikasi/spmiTest
b1ffb448d56d6510cf5da385c1d906e3ce7db3e7
aa17db0fe5df03830a4ae7feb5fbca6340b7c3f7
refs/heads/master
2023-06-15T00:53:34.657593
2021-07-16T12:22:21
2021-07-16T12:22:21
382,876,703
0
0
null
null
null
null
UTF-8
C++
false
false
815
h
#ifndef SIMPLENAVIGATEVIEW_H #define SIMPLENAVIGATEVIEW_H #include <QButtonGroup> #include <QPushButton> #include <QWidget> namespace Ui { class SimpleNavigateView; } class SimpleNavigateView : public QWidget { Q_OBJECT public: enum button{ next = 0x001, prev = 0x002, pages = 0x004 ...
[ "35520439+Schikasi@users.noreply.github.com" ]
35520439+Schikasi@users.noreply.github.com
603ca9b76530ed709d192450b0678d208d11b97a
5b4e65ff1a4e5ec233962342a648249e32f8ba81
/cpp/Graphics.h
222e8eaad428cf2c2d48ae60b80ca0bc3372474e
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
msimms/LibMath
6b880e31e830ef773470399d6d8b15cbf1d2fd8b
1be0914d49191dd55849519eebc41455c67170ad
refs/heads/master
2022-08-31T14:43:07.327774
2022-08-15T18:43:54
2022-08-15T18:43:54
138,065,153
7
1
null
null
null
null
UTF-8
C++
false
false
1,410
h
// by Michael J. Simms // Copyright (c) 2022 Michael J. Simms // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy,...
[ "msimms01@gmail.com" ]
msimms01@gmail.com
2ac6d38fd8b5de68f3f801c7aca15ed0bbd54a64
62a7d30053e7640ef770e041f65b249d101c9757
/ByteDance - Moscow Workshops ICPC Programming Camp 2019. Day 4, Div A/C.cpp
0e7ea69ba3eb0ac3ff858cfda8e46ceb0361bbdd
[]
no_license
wcysai/Calabash
66e0137fd59d5f909e4a0cab940e3e464e0641d0
9527fa7ffa7e30e245c2d224bb2fb77a03600ac2
refs/heads/master
2022-05-15T13:11:31.904976
2022-04-11T01:22:50
2022-04-11T01:22:50
148,618,062
76
16
null
2019-11-07T05:27:40
2018-09-13T09:53:04
C++
UTF-8
C++
false
false
3,847
cpp
// // Created by bytedance on 19-2-19. // #include <bits/stdc++.h> using namespace std; const int maxn = 6e5+100; typedef long long ll; char s[maxn]; int ch[maxn]; int lc[maxn]; int n; int N; void manacher(){ N = 2 * n + 1; ch[N] = '#'; for (int i=n;i>=1;i--){ ch[i*2] = s[i]; ch[i*2-1] = '#'...
[ "wcysai@foxmail.com" ]
wcysai@foxmail.com
47f3f400d9e26fd496bdd77ac1df55db2eec1583
bd51b8626ee07a692964a511228a6cfce694cfbd
/mockmon/include/stats/battle_stats.h
f84c68bbc37817f20a47c18cea22cc9ce9064cdc
[]
no_license
BenjaminShinar/FlexingMyCode
937de5e0f71d9c3e79f88e27b4cb35fa71f990a2
d873bd2b0e92ed76c234c2ce7766a6ab400a330e
refs/heads/main
2023-06-11T06:09:34.240872
2021-07-06T14:24:29
2021-07-06T14:24:29
324,566,900
0
0
null
null
null
null
UTF-8
C++
false
false
2,122
h
#pragma once #include "stats.h" #include "single_stats.h" #include <string> #include <iostream> #include <algorithm> #include <map> #include <array> namespace mockmon::stats { struct BattleStats { explicit BattleStats() = default; //this happenes at Level Up, at creation, and maybe at pokem...
[ "benjaminShinar@gmail.com" ]
benjaminShinar@gmail.com
94a4478631eafb5450c6fdde2b5680a91bb53f51
93376006df2e645ae7406ff739aa43643df9b3d5
/CODE/WORMS/minkowski1.cpp
377d6313d374c16d83f4caeee5bd5c1b502cbe25
[]
no_license
omer4d/OldCodeBackup
fd5f84e660cc91ab32cb08032848f779ced66053
d836c14006fa72f6e660bcf39d2315e69dc292f8
refs/heads/master
2021-01-10T05:54:20.340232
2015-12-13T14:44:10
2015-12-13T14:44:10
47,922,932
0
0
null
null
null
null
UTF-8
C++
false
false
1,532
cpp
#include <stdio.h> #include <conio.h> #include <math.h> #include <allegro.h> #include <list> #include <vector> #include <algorithm> #include "Vec2f.hpp" #include "Buffer.hpp" BITMAP* buffer; #define PIXEL(bmp, x, y) ((long*)(bmp)->line[(y)])[(x)] void init() { allegro_init(); install_mouse(); ...
[ "omer4d@gmail.com" ]
omer4d@gmail.com
33df30c846ad33d8a26d1da77fecd78bd02d58dd
9088ceeec034b6e295f80ccdba6d348949e17180
/sw/device/tests/dif/dif_alert_handler_unittest.cc
f99ffd99a377b087782722ff5566399e15eeb97e
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
poena/opentitan
b2185ec091597d70a25e5cefb3c3d8e2197e4bb6
cfd7de485ab6cdfef4d22f17e73300fd723a3cb9
refs/heads/master
2021-07-21T15:01:26.529772
2020-10-30T06:30:59
2020-10-30T06:30:59
227,606,860
0
0
Apache-2.0
2020-10-30T06:31:01
2019-12-12T12:53:50
null
UTF-8
C++
false
false
33,740
cc
// Copyright lowRISC contributors. // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 #include "sw/device/lib/dif/dif_alert_handler.h" #include <cstring> #include <limits> #include <ostream> #include "gtest/gtest.h" #include "sw/device/lib/base/mmio.h" ...
[ "mcyoung@google.com" ]
mcyoung@google.com
275f443a5357af91782a36337c21c298c0a43790
068a46b3281cb80277d3f1068da8223894dcccb6
/client/c_baseentity.h
03362c48487dda713115c331523e9c8252bf8a17
[]
no_license
lachbr/libpandabsp-game
f8b9155db9a57ebb6f620125c0e87b52451d26ef
ecf668230bfd2606adde43ac00d3d7b9348f5a9d
refs/heads/master
2022-04-23T19:11:06.716343
2020-04-19T02:06:52
2020-04-19T02:06:52
256,395,933
0
0
null
null
null
null
UTF-8
C++
false
false
964
h
/** * PANDA3D BSP LIBRARY * * Copyright (c) Brian Lach <brianlach72@gmail.com> * All rights reserved. * * @file c_baseentity.h * @author Brian Lach * @date January 25, 2020 */ #ifndef C_BASEENTITY_H_ #define C_BASEENTITY_H_ #include <typedReferenceCount.h> #include "config_clientdll.h" #include <aa_luse.h...
[ "brianlach72@gmail.com" ]
brianlach72@gmail.com
1de52b80bcf05375b644917c6509a10b81be423b
b0df09b397384c149877cebfdfd9f88db077edc4
/disciplinas/cmp134/jpeg/TonyJpegLib_src/J2kDemo/JpcDoc.cpp
df6b6c83eede695ba268e06a3e9f361507061f09
[]
no_license
kdubezerra/kdubezerra
95f8b4285c7460b1f3fb4ac1a1593545e2a13dcd
f3054a15d74d2047c751070f5720ea933f9b73fe
refs/heads/master
2020-05-18T15:12:28.546476
2015-09-16T13:55:36
2015-09-16T13:55:36
32,155,920
1
0
null
null
null
null
UTF-8
C++
false
false
2,739
cpp
// JpcDoc.cpp : implementation file // #include "stdafx.h" #include "J2kDemo.h" #include "JpcDoc.h" #include "RateDlg.h" #include "QualityDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////...
[ "kdubezerra@67108f60-033f-0410-b9a3-03c69097e409" ]
kdubezerra@67108f60-033f-0410-b9a3-03c69097e409
4e85d18d872897bbf03c9b9f38e585918647719f
d2c2c673fea8e61bfa760d005c1263f0818c51ad
/libnativebridge/tests/DummyNativeBridge3.cpp
c538fa071f5396c0791725d16fa6e0bc90bb4a4e
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
sandamoo1982/platform_system_core
626928297cf9809fe3e46d5b2e1f1f5f45dbf0ce
b5f062bde4c9d2d5e3d2be9b9711231a4fc64a6e
refs/heads/master
2020-12-24T12:14:26.261782
2016-11-04T20:52:49
2016-11-04T20:52:49
73,058,441
1
0
null
2016-11-07T08:41:25
2016-11-07T08:41:23
null
UTF-8
C++
false
false
4,056
cpp
/* * Copyright (C) 2016 The Android Open Source Project * * 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 app...
[ "dimitry@google.com" ]
dimitry@google.com
e2adc410b03d10116b893ab6fda9aeaf273aa308
1d1f67e1a3f98871a1b9ba100704083e426fade9
/Leet2019/LargestPalindromeProduct.cpp
1be7a1d894dd7a51f7f11f1233688607a178caca
[]
no_license
flameshimmer/leet2019.io
fae46200ed78fb0478db726b8c31e976e7d57001
47808dc97609f5a96c97a6fc703b98c75ad9a2b3
refs/heads/master
2022-07-22T10:51:10.651558
2022-07-07T18:05:48
2022-07-07T18:05:48
202,389,705
1
1
null
null
null
null
UTF-8
C++
false
false
165
cpp
#include "stdafx.h" // namespace Solution2019 { namespace LargestPalindromeProduct { void Main() { string test = "tst test test"; print(test); } } }
[ "Ning@ningmadev99.redmond.corp.microsoft.com" ]
Ning@ningmadev99.redmond.corp.microsoft.com
e54e74d1c39f804bbc8b84381b088adab6731860
b4fbabc1814ad11ebb50ca7077b0d4d4a3855e2e
/GateServer/gateServer.h
41fc3463a3161f2bb26bd881fe746e483df4564d
[ "MIT" ]
permissive
Crasader/MyServer-1
637a977a15f4cd7c416de519aebc3fb145412f3d
e5436bf18466a0bad1aaa29bff2bbc0e8b790ef8
refs/heads/master
2023-03-17T03:18:56.887909
2015-11-30T14:01:15
2015-11-30T14:03:15
null
0
0
null
null
null
null
GB18030
C++
false
false
2,225
h
#ifndef __GATE_SERVER_H__ #define __GATE_SERVER_H__ #include <map> #include <boost/shared_ptr.hpp> #include <boost/asio.hpp> #include <boost/thread/detail/singleton.hpp> #include <boost/thread/thread_time.hpp> #include <string> #include "tcpServer.h" #include "tcpConnection.h" #include "gateHandler.h" #include "http_s...
[ "elenno.chen@gmail.com" ]
elenno.chen@gmail.com
a29c67d5429ef6434fef51289b1bec94fae7e913
474ca3fbc2b3513d92ed9531a9a99a2248ec7f63
/ThirdParty/boost_1_63_0/libs/asio/test/local/stream_protocol.cpp
49d5b1253a2bd3f38ec869c36a941dcfe4dfbd7d
[ "BSL-1.0" ]
permissive
LazyPlanet/MX-Architecture
17b7b2e6c730409b22b7f38633e7b1f16359d250
732a867a5db3ba0c716752bffaeb675ebdc13a60
refs/heads/master
2020-12-30T15:41:18.664826
2018-03-02T00:59:12
2018-03-02T00:59:12
91,156,170
4
0
null
2018-02-04T03:29:46
2017-05-13T07:05:52
C++
UTF-8
C++
false
false
6,760
cpp
// // stream_protocol.cpp // ~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Disable autolink...
[ "1211618464@qq.com" ]
1211618464@qq.com
013340ea3328d8fa389b37a6f98b633e755ed021
7cfc0c9c43bf5edb91b818fbcf726eb15e108ab3
/curves/View.h
05c3e16f6960572b9fd812ee10aa38458f056d5c
[ "MIT" ]
permissive
kujenga/curves
1cba327f61d00c76c5f4bb3e113f63f695b2811b
03857442c7b200a9206f6cfaadeb648047e578fe
refs/heads/master
2021-01-20T10:59:38.411666
2015-04-15T13:40:17
2015-04-15T13:40:17
24,816,067
1
0
null
null
null
null
UTF-8
C++
false
false
796
h
// // View.h // curves // // Created by Aaron Taylor on 10/9/14. // Copyright (c) 2014 Aaron Taylor. All rights reserved. // #ifndef __curves__View__ #define __curves__View__ #include <stdio.h> #include <OpenGL/gl.h> #include <OpenGL/glu.h> #include <GLUT/glut.h> #include "curve.h" class View { protected: ...
[ "ataylor0123@gmail.com" ]
ataylor0123@gmail.com
9b5b37184ea4b21f24237632c6ec9883eaabf1f3
86105b5998a9958245b29051f19f010e740a8bd4
/helper.h
b6e014919121c7dec81c55eec2f6af09a96e5f22
[]
no_license
Prayas-Agrawal/simplecs-A-C-compiler
c3599ad6e7d84631c3494fadefcf8c68166537e9
5b78493f81c671516d937b6ad69889e987b8aee6
refs/heads/master
2023-02-22T23:11:14.209475
2021-01-24T14:17:13
2021-01-24T14:17:13
298,882,861
0
0
null
null
null
null
UTF-8
C++
false
false
9,755
h
#include<bits/stdc++.h> #include <cassert> #include "tree.h" #include "symbolTable.h" #include "logging.h" #ifndef HEADER_HELPER #define HEADER_HELPER #define DBG(x) ((void)0) #ifndef DBG #define DBG(x) x #endif #define _UN 0 #define _EQEQ 1 #define _GT 2 #define _GEQ 3 #define _LT 4 #define _LEQ 5 #define _NE...
[ "noreply@github.com" ]
Prayas-Agrawal.noreply@github.com
e8e8d7e062459caeccae953a79716da1166001e1
c8241ab766f14ea71669ce34fab70bfd928d6d4b
/main/test_manual.cpp
dc9b5be22203e332cb154ee8d934239d0a5c8d98
[]
no_license
zbqxyz/Tcutest_SerialSystem
7f82916722f6c4f554b84897253b0fb4259dfaa2
46cb3b2d287ca471edd853760185042342296869
refs/heads/master
2020-04-13T22:00:40.648743
2018-03-16T03:26:44
2018-03-16T03:26:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,646
cpp
#include "test_manual.h" #include "ui_test_manual.h" #include "Card_window.h" #include "Emter_window.h" #include "connect_charge.h" #include "equipment_testing.h" #include "gps/gps.h" #include "gprs/gprs.h" #include "network/netwindow.h" //#include "mythread.h" #include "qr_code.h" #include "first_interface....
[ "891276268@qq.com" ]
891276268@qq.com
a62e5b368aefe33f562f8dbba5073850e047faf4
f4d5cea422189fa68b9c48d59d14c52562adc0fb
/VIC_2018_MT1/CubeClass.cpp
63cdbba59680ef1ae4a5b2d4caa0b10ae7a48364
[]
no_license
LoganLeeee/Moonbase
43f5fdffc170e30958648cbf5f2080f18afbc2f5
6ec933407aae1b926a92c555d7d7142c5d181235
refs/heads/master
2020-03-28T05:22:36.629455
2018-09-15T01:40:17
2018-09-15T01:40:17
147,772,387
0
0
null
null
null
null
UTF-8
C++
false
false
1,324
cpp
/**** Cube in points-polygons (polyhedron) form ****/ #include "CubeClass.h" static GLfloat Verts[8][3] = { { -0.5, 0.5, -0.5 }, /* 0 left top rear */ { 0.5, 0.5, -0.5 }, /* 1 right top rear */ { 0.5, -0.5, -0.5 }, /* 2 right bottom rear */ { -0.5, -0.5, -0.5 }, /* 3 left bottom rear */ { -0.5, 0.5, ...
[ "1161537463@qq.com" ]
1161537463@qq.com
b0a51004baa8a6480d4765b146852bb1b804f08a
e050245561271ac4359b7ccf9a86e68c05cf258f
/mainwindow.h
a0a3f31eb51d91601161a3b62ea295fdebd3357c
[ "MIT" ]
permissive
Jackiu1997/QtMineCleaner
23e31f656ecfc56c56b4400d3ff281a82909f629
b0b50ca1b0523bfad57fd1098c00ee82a5af3499
refs/heads/master
2020-07-22T05:20:45.983047
2019-09-08T10:00:40
2019-09-08T10:00:40
207,085,437
0
0
null
null
null
null
UTF-8
C++
false
false
1,180
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPoint> #include <QPainter> #include <QMouseEvent> #include "minecleaner.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); pri...
[ "Jackiu1997@outlook.com" ]
Jackiu1997@outlook.com
02030fb63e806124412b9376b7a6f24568d38f61
ec9106a5a1c91077f2aef585fb5baa4d29fdc480
/CashDispenser.h
d33fb771fe870eb5936105fa033f781847b99147
[]
no_license
mosobhy/ATM-Software-System
9b246a3add3d7d99554cdfa988421f7efcedb0b7
d65baf870c70c9593ef59b2d6431fe7642c07549
refs/heads/main
2023-07-11T17:09:32.063628
2021-08-06T14:32:25
2021-08-06T14:32:25
362,509,407
0
0
null
null
null
null
UTF-8
C++
false
false
498
h
// CashDispnser.h #ifndef CASH_DISPENSER_H #define CASH_DISPENSER_H #include <iostream> using namespace std; class CashDispenser { private: static const int INITIAL_COUNT = 500; // class attribute to be copied into the count attribute each day int count; public: CashDispenser(...
[ "mosobhy@debian" ]
mosobhy@debian
98c47ab4e99a1166a8868373c267407380aaa993
3318f27240391d490939a2e7245492cba42ab1ff
/extra/test.cpp
ee4816efcd12b890ea44db5ceaf20d16a32ab80b
[ "MIT" ]
permissive
buckaroo-upgrade-bot/jpcy-xatlas
7597d526b490870cc4951adeffa22acbe278249b
82af04633ca32cdb7963bc898e12919fdad9c5ad
refs/heads/master
2020-04-30T11:58:39.121233
2019-03-20T16:06:54
2019-03-20T16:06:54
176,815,096
0
1
null
2019-03-20T20:52:17
2019-03-20T20:52:17
null
UTF-8
C++
false
false
4,459
cpp
/* xatlas https://github.com/jpcy/xatlas Copyright (c) 2018 Jonathan Young Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy...
[ "young.jpc@gmail.com" ]
young.jpc@gmail.com
319f66f0cbe6f3bf23e7aae1f3e6d9ec625086f9
bf7f457e73780694af1c688f55fac3ba2413e82f
/mindspore/core/ops/ones_like.cc
4872ed2ac97befeae6836d832a5142c7f8a69bb0
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "LGPL-2.1-only", "Libpng", "IJG", "Zlib", "MIT", "MPL-2.0", "BSD-3-Clause-Open-MPI", "MPL-2.0-no-copyleft-exception", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "AGPL-3...
permissive
chncwang/mindspore
974441b85c9edc1e1ce30e086e9d33fb1ab2052c
6dac92aedf0aa1541d181e6aedab29aaadc2dafb
refs/heads/master
2023-03-10T11:13:31.752406
2021-03-02T11:21:09
2021-03-02T11:21:09
343,701,879
0
0
Apache-2.0
2021-03-02T11:56:25
2021-03-02T08:38:28
null
UTF-8
C++
false
false
2,472
cc
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
[ "jinyaohui@huawei.com" ]
jinyaohui@huawei.com
f6815df7f05aa5d307096399ebbb9c2eef99f299
3844678a0fb3b1f0838fb04bc57fd93dee6ee631
/sileecode/boost_book_ex/chap-11-serialization/ex.11.8.cpp
719a0452b70dcf29b094f70d0eeab5c4a3dee5d6
[]
no_license
jeonghanlee/Work
daa9295da3af3ff6c3a68daf51fac804dd1942cd
bef817911ea29fe091547f001ac35ac3765d8258
refs/heads/master
2022-09-28T03:59:29.435017
2022-09-15T18:26:34
2022-09-15T18:26:34
91,843,357
3
0
null
2019-01-08T16:10:37
2017-05-19T20:34:36
VHDL
UTF-8
C++
false
false
841
cpp
#include <boost/archive/text_oarchive.hpp> #include <boost/archive/text_iarchive.hpp> #include <iostream> #include <sstream> std::stringstream ss; class person { public: person() {} person(int age) : age_(age) {} int age() const { return age_; } private: friend class boost::serialization::access;...
[ "silee7103@gmail.com" ]
silee7103@gmail.com
608221b042cde10601778f436248cae5022d6c1f
c02e6a950d0bf2ee8c875c70ad707df8b074bb8e
/build/Android/Release/bimcast/app/src/main/include/Uno.Vector.h
bdb454e1de98a702faa36c1d280d0f943ab2fec0
[]
no_license
BIMCast/bimcast-landing-ui
38c51ad5f997348f8c97051386552509ff4e3faf
a9c7ff963d32d625dfb0237a8a5d1933c7009516
refs/heads/master
2021-05-03T10:51:50.705052
2016-10-04T12:18:22
2016-10-04T12:18:22
69,959,209
0
0
null
null
null
null
UTF-8
C++
false
false
3,707
h
// This file was generated based on C:\ProgramData\Uno\Packages\UnoCore\0.35.8\Source\Uno\$.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.h> namespace g{namespace Uno{struct Float2;}} namespace g{namespace Uno{struct Float3;}} namespace g{namespace Uno{struct Float4;...
[ "mabu@itechhub.co.za" ]
mabu@itechhub.co.za
9c741755ef1dcfc669395b0f7fc8a582cd6c410e
1e01b697191a910a872e95ddfce27a91cebc57dd
/ExprScriptFunction.cpp
a5d2ba822a8cb0950ea3850b96b0534b34c05310
[]
no_license
canercandan/codeworker
7c9871076af481e98be42bf487a9ec1256040d08
a68851958b1beef3d40114fd1ceb655f587c49ad
refs/heads/master
2020-05-31T22:53:56.492569
2011-01-29T19:12:59
2011-01-29T19:12:59
1,306,254
7
5
null
null
null
null
IBM852
C++
false
false
414,335
cpp
/* "CodeWorker": a scripting language for parsing and generating text. Copyright (C) 1996-1997, 1999-2002 CÚdric Lemaire This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version ...
[ "cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4" ]
cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4
e53f1aefb818dd2e257f088c6f610b41186f3eae
6a69d57c782e0b1b993e876ad4ca2927a5f2e863
/vendor/samsung/common/packages/apps/SBrowser/src/chrome/common/url_constants.h
090c529fb92707222396696caa9782463de2be76
[ "BSD-3-Clause" ]
permissive
duki994/G900H-Platform-XXU1BOA7
c8411ef51f5f01defa96b3381f15ea741aa5bce2
4f9307e6ef21893c9a791c96a500dfad36e3b202
refs/heads/master
2020-05-16T20:57:07.585212
2015-05-11T11:03:16
2015-05-11T11:03:16
35,418,464
2
1
null
null
null
null
UTF-8
C++
false
false
20,880
h
// Copyright (c) 2012 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. // Contains constants for known URLs and portions thereof. #ifndef CHROME_COMMON_URL_CONSTANTS_H_ #define CHROME_COMMON_URL_CONSTANTS_H_ #include <s...
[ "duki994@gmail.com" ]
duki994@gmail.com
b386923a549a822fbac5c9b3cd93b6718869b349
2ccc32b50d365dc24842832338e8e70d4cb82d5b
/include/qvm_cuda.h
553477de5cbbe54200e1560c4c029ab395e91fcb
[ "MIT" ]
permissive
MatthiasMichael/Geometry
30779c7db311a0f4e3f37e356f25c9679eedf35e
d2308a39a8a2c693dbe4bc10260a352358ea291d
refs/heads/master
2020-05-25T12:47:08.392849
2020-01-16T21:03:31
2020-01-16T21:03:31
187,806,508
0
0
null
null
null
null
UTF-8
C++
false
false
1,751
h
#pragma once #include <boost/qvm/mat_traits.hpp> #include <boost/qvm/vec_traits.hpp> namespace boost { namespace qvm { namespace detail { template <typename scalar_type> struct type_picker{ }; template<> struct type_picker<float> { using type = float3; }; template<> struct type_picker<double...
[ "matthias.michael@rub.de" ]
matthias.michael@rub.de
39f3706c5ea51f84d2d323dd9d5a1e62db5595c6
7715ebc4a923709b7e5e1f4343fea386b0c8ad6c
/server/Configure.hpp
586468b420fb7cae3abdb7d45465606d0ca9dd33
[]
no_license
ongonginging/service
09547dcb2adef77ea7404ccbdbee62f46f6f85ef
deb45be884aaf44d4081ad64c82d960538333eb4
refs/heads/master
2020-07-08T02:24:56.383443
2015-10-10T08:46:10
2015-10-10T08:46:10
40,586,888
0
0
null
null
null
null
UTF-8
C++
false
false
767
hpp
#ifndef __CONFIGURE_HPP__ #define __CONFIGURE_HPP__ #include <map> #include <memory> #include <iostream> class Configure{ private: std::string className = "Configure"; std::string configFile; std::map<std::string, std::string> configure; public: Configure(); Configure(...
[ "ongonginging@gmail.com" ]
ongonginging@gmail.com
6694d4625d1a254243e19570961f8473987e8fe5
3e39c4f9ecccc3a721025ca7842530cd5166d441
/examples/custom-help.cpp
8742590c1907f1117f4a2a757834748e24b615f0
[ "MIT" ]
permissive
wlodzislav/args
4a32b4b032334781a2fe55c83bfef90166ad6f2d
793a87701e9e703db5044d2e1878a5668fa83fe5
refs/heads/master
2020-04-26T04:11:19.901372
2019-03-01T17:12:42
2019-03-01T18:07:43
173,293,287
1
0
null
null
null
null
UTF-8
C++
false
false
1,881
cpp
#include <stdexcept> #include <iostream> #include <string> #include <cstdlib> #include "../args.h" using std::vector; int main(int argc, const char** argv) { auto a = ""s; auto b = ""s; auto c = ""s; auto d = ""s; auto carg1 = ""s; auto crest = std::vector<std::string>{}; args::parser p = args::parser{} .n...
[ "wlodzislav@ya.ru" ]
wlodzislav@ya.ru
b40e34cb5a22151c0c17829320c7ac721abe02d5
1b60b1776df95e5769c868927840acf813fdd4f0
/beginner/Array_Fill_III.cpp
f592faeb74295bafd03dd12c2bff8810fb88f189
[]
no_license
paolocarrara/uri
6d6bd6a06335b8a0ca9cf0278c40e4772a886ca1
3cd7f291a7dffcbeba85cf28015351a3863f0f5b
refs/heads/master
2020-06-04T07:44:14.766159
2014-10-07T18:48:06
2014-10-07T18:48:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
171
cpp
#include <stdio.h> int main (void) { double n; int i; scanf ("%lf", &n); for (i = 0; i < 100; i++, n /= 2.0) { printf ("N[%i] = %0.4lf\n", i, n); } return 0; }
[ "paolocarraratux@gmail.com" ]
paolocarraratux@gmail.com
f4af303fa390e7586b46a40638fde0edaf415f9d
e6559df51c2a14256962c3757073a491ea66de7c
/SPOJ/ARRAYSUB - subarrays.cpp
02b374480d79c3b32989cefecadd4620fc818c12
[]
no_license
Maycon708/Maratona
c30eaedc3ee39d69582b0ed1a60f31ad8d666d43
b6d07582544c230e67c23a20e1a1be99d4b47576
refs/heads/master
2020-04-25T23:37:53.992330
2019-02-28T17:10:25
2019-02-28T17:10:25
143,191,679
0
0
null
null
null
null
UTF-8
C++
false
false
1,676
cpp
#include <bits/stdc++.h> #define INF 0x3F3F3F3F #define rep(i, a, b) for (int i = int(a); i < int(b); i++) #define pb push_back #define pi 3.1415926535897932384626433832795028841971 #define debug(x) cout << #x << " = " << x << endl; #define debug2(x,y) cout << #x << " = " << x << " --- " << #y << " " << y << "\n"; #de...
[ "mayconalves@gea.inatel.br" ]
mayconalves@gea.inatel.br
383006c949e622fd250e686c199c74134af93475
128faaf313aa638aa83930dfd3c69713c6201de0
/include/UDP.h
458e2cfce4f60d2cd5cf37a465214a705c0cbfb9
[]
no_license
hthuynh2/Simple_Distributed_File_System
c92c496ebf31724ee14a7240e21ff635d2c856fe
59d3b4b93d54242b5e0512bf7e0c006d7ce3c233
refs/heads/master
2021-03-27T14:12:38.741113
2017-11-04T19:54:23
2017-11-04T19:54:23
109,214,014
1
0
null
null
null
null
UTF-8
C++
false
false
835
h
// // UDP.hpp // // // Created by Hieu Huynh on 10/7/17. // #ifndef UDP_hpp #define UDP_hpp #include <stdio.h> #include "common.h" using namespace std; typedef std::chrono::high_resolution_clock clk; typedef std::chrono::time_point<clk> timepnt; typedef std::chrono::milliseconds unit_milliseconds; typedef std::c...
[ "hthieu96@gmail.com" ]
hthieu96@gmail.com
800dbc1433eaabdd68bf450877c41e2f167b65b9
2d8359a0edda3d6c518fed9ea9f1f0abda074722
/embedded/led_pattern/led_pattern.ino
6302ef627653cd38076e62d18dd6739c7a81b12f
[]
no_license
hemant-45/arduino-projects
fe38034c82249865ec36b91a8770dc139beef068
8a63eddc4475690af8abdc1d9939251608b44e84
refs/heads/master
2022-04-19T16:57:14.042582
2020-04-20T20:54:25
2020-04-20T20:54:25
257,391,032
0
0
null
null
null
null
UTF-8
C++
false
false
2,032
ino
void setup() { pinMode(13,OUTPUT); pinMode(12,OUTPUT) ; pinMode(11,OUTPUT); pinMode(10,OUTPUT); pinMode(9,OUTPUT); pinMode(8,OUTPUT); pinMode(7,OUTPUT); pinMode(6,OUTPUT); // put your setup code here, to run once: } void loop() { digitalWrite(13,HIGH); digitalWrite(12,LOW); digitalWrite(11,...
[ "noreply@github.com" ]
hemant-45.noreply@github.com
4b932280a6acfd6c4385fb282e9ea554f8ade7ba
59fd65f5e53f0b7362c6831279855d85ffb1a01f
/gy02/osztalyzatok.cpp
7c5b51d56dab06c91db08754de9c008dcfbd59f8
[]
no_license
juditacs/villprog2-2017
ddf18fe2b2b873cd87c468ed9c587f44c116c7aa
6ff15a065774a8fcdae00833490e3fc438c984ad
refs/heads/master
2023-08-27T06:12:24.144687
2017-05-08T12:42:10
2017-05-08T12:42:10
81,802,580
0
1
null
null
null
null
UTF-8
C++
false
false
768
cpp
/* * osztalyzatok.cpp * Copyright (C) 2017 Judit Acs <judit@sch.bme.hu> * * Distributed under terms of the MIT license. */ #include <stdio.h> void indexedCount(int* eredmenyek, int n, int* hisztogram, int m) { int i; for (i=0; i<m; i++) hisztogram[i] = 0; for (i=0; i<n; i++) hisztogram[eredmenyek[i]]...
[ "judit@sch.bme.hu" ]
judit@sch.bme.hu
efb6858e979550c90c3febd6e4e3f69cbd04d00b
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_6377.cpp
5b6062dbf579429ddbd317b5ca4122d252d8f9bf
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
353
cpp
return error("--all and --mirror are incompatible"); } if (!refspec && !(flags & TRANSPORT_PUSH_ALL)) { if (remote->push_refspec_nr) { refspec = remote->push_refspec; refspec_nr = remote->push_refspec_nr; } else if (!(flags & TRANSPORT_PUSH_MIRROR)) setup_default_push_refspecs(); } errs = 0; for (i...
[ "993273596@qq.com" ]
993273596@qq.com
37dea14e907ee5b838a9c9ffeb507171cea087bc
5d28a348a9c59e1fda604095021022d1835bbe05
/MotocarroPhtCell.h
3c64d325994090eed11711dd00c14af033cd59bc
[]
no_license
llucbrell/MOTO-CAR-ROBOT
dd6111a7e9404076d3028cda7260c94def71dd1a
da0cb33e21cb10c87faaa80524680f97740d98c9
refs/heads/master
2020-05-29T11:03:57.542769
2015-10-29T12:58:12
2015-10-29T12:58:12
43,798,172
0
0
null
null
null
null
UTF-8
C++
false
false
429
h
#include <Arduino.h> class MotocarroEye { private: byte eye; int eyeRef; public: void setEye(byte pinEye) { // set pins eye = pinEye; // wake up pins!!! pinMode(eye, INPUT); eyeRef = analogRead(eye); } void setRef() { eyeRef = analogRead(eye); } ...
[ "llucbrell@gmail.com" ]
llucbrell@gmail.com
1ae6dd0bfc08d04bba3e27983a278af258bebb2c
9b60cc1223d4a59fbab178986bdee1cb08c3ecb7
/console.cpp
2a6f7f4267b85237d3bcc3613017dadffdef370b
[ "MIT" ]
permissive
kingking888/Viking-Wpt
633f7cb5276b479d7ac6ea6848d93070aa92cf29
0f204f2700e0c37e58b7f2efee5ace0a3ac892b2
refs/heads/master
2021-12-27T13:50:12.371597
2018-01-10T06:45:55
2018-01-10T06:45:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,974
cpp
//============================================================================== // Console.cpp //============================================================================== #include <windows.h> #include <vector> #include "console.h" #include "client.h" #include "stringfinder.h" #include "interpreter.h" #include "c...
[ "39935348@qq.com" ]
39935348@qq.com