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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8378e3049a32c6e399d0fc9bee044e0430b99c5a | 0182e48af6ad4574de1c3ec0ebf03fec3fabb46d | /Lab11/Lab11/Client.cpp | 0241905b96061cdac234692de3dbdbde919b2489 | [] | no_license | ahmedtahami/OOPF20 | e75744a7cf3a1bf9afff643eb369524623c4d0ad | 3a5b9a85fcfdbbe578c8c8e54e9303e141384ca1 | refs/heads/master | 2023-02-28T05:44:54.753890 | 2021-02-03T18:17:11 | 2021-02-03T18:17:11 | 335,711,358 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,254 | cpp | #include "Client.h"
#include<iostream>
#include<string>
using namespace std;
Client::Client() : Person(){
Employement = nullptr;
Account account{};
}
Client::Client(const Client& ref) : Person(ref) {
account = ref.account;
Employement = cpyDeep(ref.Employement);
}
Client::Client(char* name, char* address, char* pho... | [
"ahmedtahami@outlook.com"
] | ahmedtahami@outlook.com |
9558f01830aab7f0f440044ba4e6c25b3b736d1a | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE36_Absolute_Path_Traversal/s03/CWE36_Absolute_Path_Traversal__wchar_t_connect_socket_fopen_65b.cpp | 184cd765127b7c6a3b854a3b539c075986ed8267 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 2,126 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__wchar_t_connect_socket_fopen_65b.cpp
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-65b.tmpl.cpp
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: connect_socket Read dat... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
77daf8b2240a1fdc22aee30ceac0b3838a43bd9d | e9d407e7586c18612f68acb5c3d2056743e35150 | /Perlin-Noise/Source/WaveOsc.cpp | c500fc4d5235132983116d83d96bf9e26b055f7a | [] | no_license | lennartnicolas/perlin-noise | df094740698f0a305d4e69eba9be760d1cae8a62 | 047f8088328fb7612aa9f019a9201cc493af7f01 | refs/heads/main | 2023-03-25T06:28:31.216518 | 2021-03-16T12:01:52 | 2021-03-16T12:01:52 | 345,111,255 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,303 | cpp | /*
==============================================================================
WaveOsc.cpp
Created: 11 Mar 2021 1:24:06pm
Author: Lennart Krebs
==============================================================================
*/
#include "WaveOsc.h"
WaveOsc::WaveOsc(const juce::AudioSam... | [
"contact@lennartnicolas.de"
] | contact@lennartnicolas.de |
03811b6caa6e1e51421ebce83973866a9de064fa | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5634947029139456_0/C++/Amtrix/gcja.cpp | 4431dd2f61c90426c58634a7df92e55033fd4820 | [] | 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 | 1,932 | cpp | #include <bits/stdc++.h>
using namespace std;
const int maxn = 200;
int n,m;
string w[maxn], goal[maxn];
vector<int>flip;
int main() {
freopen("Ulaz.txt","r",stdin);
freopen("Izlaz10.txt","w",stdout);
ios_base::sync_with_stdio(false);
int tests; cin >> tests;
for (int t = 1; t <= te... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
3b92499cc3a4230f08dfe1b4ea8c421c44ec2b92 | 0a5645154953b0a09d3f78753a1711aaa76928ff | /common/c/nbpal/src/linux/myplaces/palcontacts.cpp | 5d061796895c63e494dd08cb3c7ee82be2d6bf0e | [] | no_license | GENIVI/navigation-next | 3a6f26063350ac8862b4d0e2e9d3522f6f249328 | cb8f7ec5ec4c78ef57aa573315b75960b2a5dd36 | refs/heads/master | 2023-08-04T17:44:45.239062 | 2023-07-25T19:22:19 | 2023-07-25T19:22:19 | 116,230,587 | 17 | 11 | null | 2018-05-18T20:00:38 | 2018-01-04T07:43:22 | C++ | UTF-8 | C++ | false | false | 3,106 | cpp | /*
Copyright (c) 2018, TeleCommunication Systems, 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 condi... | [
"caavula@telecomsys.com"
] | caavula@telecomsys.com |
643698604ef62af7c92e3151c7ba5f3bb5f2ebbc | ec8e370551e1549e04ba76870f5a9cbf80e25f97 | /src/simulation/Buildings.cpp | ef95175a9415ece9af47ffb0b37c630cf8fc1821 | [] | no_license | jmc734/OpenEaagles | 7c3ea87417ac6b4b29bd1130ddb849d8cec12aa3 | e28efd40555651261f4dbccc7fd618e524f999aa | refs/heads/master | 2020-12-25T11:41:31.620244 | 2015-08-31T17:25:37 | 2015-08-31T17:25:37 | 41,508,946 | 0 | 0 | null | 2015-08-27T20:10:29 | 2015-08-27T20:10:29 | null | UTF-8 | C++ | false | false | 1,516 | cpp | #include "openeaagles/simulation/Buildings.h"
#include "openeaagles/basic/List.h"
#include "openeaagles/basic/osg/Matrix"
#include "openeaagles/basic/units/Angles.h"
namespace Eaagles {
namespace Simulation {
//==============================================================================
// class Building... | [
"doug@openeaagles.org"
] | doug@openeaagles.org |
abcf183193d5f2f0794013db3cf77b2a5bc4d2da | 575692cb329ebfe1a2d44ae21d4033973009683a | /src/JD.cpp | c2d46bb4d3b1d0c76861bfe579de2d96f108c18b | [] | no_license | StuckInLoop/sxtwl_swig_py | 145e1dd1906068e527c5dd7b3994d25b3106fe43 | 8080b88d2f86897e1f980ef43b720fbb20ba8e30 | refs/heads/master | 2020-07-25T06:16:58.096236 | 2017-11-30T15:04:31 | 2017-11-30T15:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,787 | cpp | #include "JD.h"
#include "const.h"
#include <cstring>
//公历转儒略日
long double JD::DD2JD(int y, uint8_t m, long double d)
{
int n = 0, G = 0;
//判断是否为格里高利历日1582*372+10*31+15
if (y * 372 + m * 31 + (int)(d) >= 588829)
{
G = 1;
}
if (m <= 2)
{
m += 12, y--;
}
//加百年闰
if (G)
{
n = int2(y / 100), n = 2 - n + i... | [
"2462787827@qq.com"
] | 2462787827@qq.com |
24fea557640049e1bff32e0a076fd408e63fc2a1 | 83d0a306fa0e29e00e1b12bb29eb66492e0e2a99 | /REPLACE.CPP | 23c339fbe5c3dcf865e8d5963ab225ebde77465c | [] | no_license | tanishkmalhotrx/School-Projects | 46a7ecea4394c0c1597677beb41751e11c28bc8f | 2d79cc2ce377d08c0f44621af50e0e3389739e1e | refs/heads/main | 2023-07-17T14:30:37.268072 | 2021-08-24T04:00:49 | 2021-08-24T04:00:49 | 362,741,457 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | //Replace a character in a string
#include<iostream.h>
#include<conio.h>
#include<stdio.h>
void main()
{
clrscr();
char s[30];
int i;
cout<<"\n\nEnter a string:";
gets(s);
for(i=0;s[i]!='\0';i++)
{
if(s[i]=='a')
s[i]='A';
}
cout<<"\n\nNew string is:"<<s;
getch();
} | [
"noreply@github.com"
] | tanishkmalhotrx.noreply@github.com |
d9336fc8aa6b348fa8f06b690de395f76f3fa73e | c8c5d95ab92252595b27a534c92246b66b9a0ad0 | /server/include/distributions.h | 8c72228add1ec1b112f2737b21de3bf9978139a6 | [] | no_license | ronalanto03/algorithms-scheduling-simulator | c63864d66da98bcc18238ffc6aef7050f0ad6bd1 | 878074abf255089501050a4bf7fab905fc78e201 | refs/heads/master | 2021-01-24T11:28:15.485016 | 2016-10-25T23:48:02 | 2016-10-25T23:48:02 | 70,206,457 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | h | /**
* @file distributions.h
* @brief Declaracion de las estructura Distribution
* @author Ronald Sulbaran. ronalanto03@gmail.com.
* @date 24-05-2013
*/
#ifndef DISTRIBUTIONS_H
#define DISTRIBUTIONS_H
#include<cmath>
#include <random>
#include <chrono>
/**
* @struct DistributionData
* @brief Distribuciones usad... | [
"ronalanto03@gmail.com"
] | ronalanto03@gmail.com |
ec278ee893d1b0034ace4b55a177cfc383675b60 | 5b6d9fd23804dea9adb4b4d78cf2eff9c0eb3b05 | /Chapter_10/task_2/Person.hpp | 6212dd2cc42bb47c1dec853877e8411cf5b7853a | [] | no_license | gosowski/PrimerPlusCPP | 410067d94865535544a36120a2a0856f8a9056a5 | 8c654f4e5d3087e85a4b0294bb548e4c2e504bba | refs/heads/master | 2021-09-14T09:40:55.958871 | 2018-05-11T14:00:12 | 2018-05-11T14:00:12 | 125,866,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | hpp | #ifndef PERSON_H
#define PERSON_H
#include <iostream>
#include <string.h>
class Person {
private:
static const int LIMIT = 256;
std::string lname;
char fname[LIMIT];
public:
Person() {
lname = "";
fname[0] = '\0';
}
Person(const std::string &ln, const char *fn = "HejU") {
... | [
"osowski.grzegorz@gmail.com"
] | osowski.grzegorz@gmail.com |
2436b11a50a90e7832ef49dab107400a485a34f6 | 5256b82f743a0aab3ec1eb51103c66c77374ff53 | /src/UKNCBTL.TB/stdafx.cpp | fb6b79a1d86d912f16560e44e56f8f921d3bd838 | [] | no_license | arma-gast/ukncbtl | cdfe37f07edcf020dce24df43aee52b58af49230 | 6c271114054b4cd2b422c5e1756a032f46fb4de7 | refs/heads/master | 2020-03-29T14:01:19.332066 | 2015-03-16T19:39:07 | 2015-03-16T19:39:07 | 33,125,833 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | cpp | // stdafx.cpp : source file that includes just the standard includes
// TestBench.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
| [
"nzeemin@gmail.com@d259c8a2-7647-0410-94c4-d9ba3b64c92c"
] | nzeemin@gmail.com@d259c8a2-7647-0410-94c4-d9ba3b64c92c |
ddc391bb26d4435d9459f2d70acfb73a19d5e8d7 | 67297d0d85b09eb479fd84cd5a75a0af07a25496 | /doSymaFly/doSymaFly/doSymaFly.ino | ab71a2d4a6a4e779fb584c9509b9ac4444f78449 | [] | no_license | surferran/toys | 94d62452c9b0b4413c8bbd2221c6a1ce54bc47de | 44003a601f6144b35b8f51d30f03d0a81bb38dbf | refs/heads/master | 2021-01-10T03:05:48.324900 | 2016-01-29T13:03:13 | 2016-01-29T13:03:13 | 50,661,282 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 265 | ino | /*
Name: doSymaFly.ino
Created: 11/19/2015 9:34:07 PM
Author: Ran_the_User
*/
// the setup function runs once when you press reset or power the board
void setup() {
}
// the loop function runs over and over again until power down or reset
void loop() {
}
| [
"surferran@yahoo.com"
] | surferran@yahoo.com |
7e50dc716a67eb5fa36967622ede0daaa562f1ce | d1f39bb77951a67728ac7966d98f5a018fdabaa5 | /station/station.ino | 884eae9e754c276a3e48821be5a39c93e9b764fb | [] | no_license | Pairat2542/Rover_Network | a7f8de6a370a000419344afe9d6353284346279a | f53bab961c7941f6cd13b9176ec0abae549a5edf | refs/heads/main | 2023-01-03T11:25:07.594375 | 2020-11-02T07:01:58 | 2020-11-02T07:01:58 | 309,283,057 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,603 | ino | #include <ArduinoJson.h>
#include "EEPROM.h"
#include <esp_now.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <ESPmDNS.h>
#include <WiFi.h>
#include <WiFiAP.h>
int station_number = 1;
WebServer server(8080);
int state = 1;
bool Status = false;
bool restart_esp = false;
bool checkSend = true;
b... | [
"noreply@github.com"
] | Pairat2542.noreply@github.com |
703a32610e53005b8ae4bd6020c975201645e195 | b4f3934c4a10c455adebc3cdac49e13a2745a2ba | /scintilla/lexlib/CharacterCategory.cxx | ab9107b6fab8fb56e14045293ba99ba73263e35a | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-scintilla",
"BSD-2-Clause"
] | permissive | weiling103/notepad2 | 40b11bc592bd23a306659a5efb728d9d6f9895a7 | 7842371bbbb645918f3defdc1c5a9b7959b62ada | refs/heads/master | 2023-05-25T07:17:35.100852 | 2021-06-03T14:08:46 | 2021-06-03T14:08:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117,652 | cxx | // Scintilla source code edit control
/** @file CharacterCategory.cxx
** Returns the Unicode general category of a character.
** Table automatically regenerated by scripts/GenerateCharacterCategory.py
** Should only be rarely regenerated for new versions of Unicode.
**/
// Copyright 2013 by Neil Hodgson <neilh@scin... | [
"zufuliu@gmail.com"
] | zufuliu@gmail.com |
8fd5c8451d027a0907e326ad0834cbd207b1cda5 | a7b78ab632b77d1ed6b7e1fa46c33eda7a523961 | /test/core/test2.4.3/test.cc | 066d429e9ad8bd657f971b0898fa453447653003 | [
"BSD-2-Clause"
] | permissive | frovedis/frovedis | 80b830da4f3374891f3646a2298d71a3f42a1b2d | 875ae298dfa84ee9815f53db5bf7a8b76a379a6f | refs/heads/master | 2023-05-12T20:06:44.165117 | 2023-04-29T08:30:36 | 2023-04-29T08:30:36 | 138,103,263 | 68 | 13 | BSD-2-Clause | 2018-12-20T10:46:53 | 2018-06-21T01:17:51 | C++ | UTF-8 | C++ | false | false | 815 | cc | #include <frovedis.hpp>
#define BOOST_TEST_MODULE FrovedisTest
#include <boost/test/unit_test.hpp>
using namespace frovedis;
using namespace std;
std::vector<int> duplicate(int i) {
std::vector<int> v;
v.push_back(i); v.push_back(i);
return v;
}
BOOST_AUTO_TEST_CASE( frovedis_test )
{
int argc = 1;
char**... | [
"t-araki@dc.jp.nec.com"
] | t-araki@dc.jp.nec.com |
31568d0f836d137f63967072d2469027147ae9b3 | ff5313a6e6c9f9353f7505a37a57255c367ff6af | /wtl_hello/stdafx.h | e18df8bf55c9af71f7658ce5cb6d1d00bf5297aa | [] | no_license | badcodes/vc6 | 467d6d513549ac4d435e947927d619abf93ee399 | 0c11d7a81197793e1106c8dd3e7ec6b097a68248 | refs/heads/master | 2016-08-07T19:14:15.611418 | 2011-07-09T18:05:18 | 2011-07-09T18:05:18 | 1,220,419 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,454 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__19DE612F_4674_42AE_B6FB_36E8EA9BB2D5__INCLUDED_)
#define AFX_STDAFX_H__19DE612F_4674_42AE_B6FB_36E8EA9BB2D5__INCLUDED_
... | [
"eotect@gmail.com"
] | eotect@gmail.com |
695f8caa3a3d984bc919fd0de36035eee7fbb281 | 0a708978050bca0c4bd51183614f83344918f900 | /Recursion/03_Spiral_Matrix/Cpp/main.cpp | c5d3d6712a2255d8bcb8b3cc0888bdb11fbd3a6d | [] | no_license | UHM-PANDA/Mock-Interview-Problems | f34d71ae58ddf609952bfa3eabd77b8eeb31e17b | db526f1ffa676878d7955b57560c4e37ef638156 | refs/heads/main | 2023-03-20T18:22:47.360198 | 2021-03-11T11:52:00 | 2021-03-11T11:52:00 | 305,627,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | cpp | #include <iostream>
#inlcude <vector>
#include "spiral.hpp"
int main(int artgc, char** argv){
std::vector<std::vector<int>> in = {{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}};
spiral_matrix(in);
return 0;
} | [
"kgooding@hawaii.edu"
] | kgooding@hawaii.edu |
2c30282209774e64ddd20d11ae32ceb31e83f5a7 | fe2836176ca940977734312801f647c12e32a297 | /Codeforces/Gym/2014-2015 Samara SAU ACM ICPC Quarterfinal Qualification Contest/G/main.cpp | 318d681c19537f791ddfdb48767433c9a792e21b | [] | no_license | henrybear327/Sandbox | ef26d96bc5cbcdc1ce04bf507e19212ca3ceb064 | d77627dd713035ab89c755a515da95ecb1b1121b | refs/heads/master | 2022-12-25T16:11:03.363028 | 2022-12-10T21:08:41 | 2022-12-10T21:08:41 | 53,817,848 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | #include <bits/stdc++.h>
int main()
{
int N, S;
scanf("%d %d", &N, &S);
int ans = 0;
for (int i = 0; i < N; i++) {
int a;
scanf("%d", &a);
ans += S % a;
S /= a;
}
printf("%d\n", ans + S);
return 0;
}
| [
"henrybear327@gmail.com"
] | henrybear327@gmail.com |
94ee135c52670f28ed6731c16ac4e2c6d8dd7a77 | a4515918f56dd7ab527e4999aa7fce818b6dd6f6 | /Algorithms/Search/Linear_search.cpp | 897bcf357ee8e7709bd5d43d0740d0fb91db3c4b | [
"MIT"
] | permissive | rathoresrikant/HacktoberFestContribute | 0e2d4692a305f079e5aebcd331e8df04b90f90da | e2a69e284b3b1bd0c7c16ea41217cc6c2ec57592 | refs/heads/master | 2023-06-13T09:22:22.554887 | 2021-10-27T07:51:41 | 2021-10-27T07:51:41 | 151,832,935 | 102 | 901 | MIT | 2023-06-23T06:53:32 | 2018-10-06T11:23:31 | C++ | UTF-8 | C++ | false | false | 630 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
int main()
{
unsigned long long int n,i,*arr;
long long int x;
int flag=1;
cout<<"Enter the size of the array which you want to search: ";
cin>>n;
arr= new long long int [n];
for(i=0;i<n;i++)
{
cin>>arr[i];
}
//not sorting as it will take nlog(n) ... | [
"thearkamitra@gmail.com"
] | thearkamitra@gmail.com |
73bc0daba4fdd31ee59de753db52a41a3d310493 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /content/browser/android/additional_navigation_params_utils.cc | c1e04d1e5098047eb7fd135e9b4e7e7d431eaa46 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 3,263 | cc | // Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/android/additional_navigation_params_utils.h"
#include "base/android/unguessable_token_android.h"
#include "base/numerics/safe_conversions.h"
#includ... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
01c5aa92003497e989be99a71a67939c9fe04d3f | 7bb34b9837b6304ceac6ab45ce482b570526ed3c | /external/webkit/Source/WebCore/html/HTMLImageElement.cpp | 836388f5a988765b6255f88fa9b1dc4ddc1b935f | [
"Apache-2.0",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | ghsecuritylab/android_platform_sony_nicki | 7533bca5c13d32a8d2a42696344cc10249bd2fd8 | 526381be7808e5202d7865aa10303cb5d249388a | refs/heads/master | 2021-02-28T20:27:31.390188 | 2013-10-15T07:57:51 | 2013-10-15T07:57:51 | 245,730,217 | 0 | 0 | Apache-2.0 | 2020-03-08T00:59:27 | 2020-03-08T00:59:26 | null | UTF-8 | C++ | false | false | 13,046 | cpp | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* mo... | [
"gahlotpercy@gmail.com"
] | gahlotpercy@gmail.com |
24388a9158b0a0b7111afa1fe9742f3631e8d8e7 | bd73c74a097f803e961c93998f8e2ba385534a75 | /Sistema_de_Control__distancia_/Sistema_de_Control__distancia_.ino | 1cbb94939afb4a62080ece097416df66d674af96 | [] | no_license | mjdvr23/MicroMouse | b27b0f0ab8bfcbea2a19491c8a09be70e5945ca3 | 6bfbdaccb097607d1e84c072f4c9135ec69b61b5 | refs/heads/master | 2021-01-10T06:40:36.623921 | 2016-01-29T13:05:42 | 2016-01-29T13:05:42 | 44,977,609 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,733 | ino | #define in_1 5 // Left drive motor pin
#define in_2 10 // Left reverse motor pin
#define in_3 9 // Rigth drive motor pin
#define in_4 6 //Right reverse motor pin
#define xOR_LeftPin 3
#define xOR_RightPin 2
#define encoder_B_PinLeft 13
#define encoder_B_PinRight 4
int encoder_PosLeft = 0;
int encoder_PosRig... | [
"mikaeldelvalle@Mikaels-MBP.cpe.libertypr.com"
] | mikaeldelvalle@Mikaels-MBP.cpe.libertypr.com |
90921248a8b9633a8ba7c4877d60aaec5e1a9595 | 4469634a5205a9b6e3cca8788b78ffd4d69a50f6 | /aws-cpp-sdk-sms-voice/source/PinpointSMSVoiceClient.cpp | 56c0e13869189c2d233b745e006e3c90068fe6a4 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | tnthornton/aws-sdk-cpp | 7070108f778ce9c39211d7041a537a5598f2a351 | e30ee8c5b40091a11f1019d9230bbfac1e6c5edd | refs/heads/master | 2020-04-11T04:53:19.482117 | 2018-12-12T01:33:22 | 2018-12-12T01:33:22 | 161,530,181 | 0 | 0 | Apache-2.0 | 2018-12-12T18:41:56 | 2018-12-12T18:41:55 | null | UTF-8 | C++ | false | false | 17,800 | cpp | /*
* 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 |
67d9b014346ee1f1ecce697fb7edbeae410b94b2 | 1af656c548d631368638f76d30a74bf93550b1d3 | /chrome/browser/ui/ash/chrome_keyboard_ui_unittest.cc | 01f2c211ee8067e4f9dadc81e4712fefe8c4ee32 | [
"BSD-3-Clause"
] | permissive | pineal/chromium | 8d246c746141ef526a55a0b387ea48cd4e7d42e8 | e6901925dd5b37d55accbac55564f639bf4f788a | refs/heads/master | 2023-03-17T05:50:14.231220 | 2018-10-24T20:11:12 | 2018-10-24T20:11:12 | 154,564,128 | 1 | 0 | NOASSERTION | 2018-10-24T20:20:43 | 2018-10-24T20:20:43 | null | UTF-8 | C++ | false | false | 1,388 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/ash/chrome_keyboard_ui.h"
#include <memory>
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
#include "chr... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8d71f4fb702bb445173269818431c0980a86e5cf | c51febc209233a9160f41913d895415704d2391f | /library/ATF/_remain_potion_buf_use_time_inform_zocl.hpp | 7604979814bf26f35b703e2d8ecc561e29361aaf | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 334 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
START_ATF_NAMESPACE
struct _remain_potion_buf_use_time_inform_zocl
{
bool bUse;
char byDay;
char byHour;
char byMin;
};
END_... | [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
00b732b715054a7e54911ac2a9399895ac5b74fc | 902ea50f2af62e54977baffcf11f73f18519cd9e | /jx_top100/166. 分数到小数.cpp | 4bd8b38e9b2e8cb18582b6d16c5319f384e25841 | [] | no_license | dh434/leetcode | 80f1436106edd83d38d50d7e21005eaaa4096ac1 | 28ea3e3d5215b23120b9477e31c5727252e19e33 | refs/heads/master | 2020-06-05T16:49:17.023493 | 2019-11-17T12:55:58 | 2019-11-17T12:55:58 | 192,487,558 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,241 | cpp | /*
给定两个整数,分别表示分数的分子 numerator 和分母 denominator,以字符串形式返回小数。
如果小数部分为循环小数,则将循环的部分括在括号内。
示例 1:
输入: numerator = 1, denominator = 2
输出: "0.5"
示例 2:
输入: numerator = 2, denominator = 1
输出: "2"
示例 3:
输入: numerator = 2, denominator = 3
输出: "0.(6)"
*/
/*
这道题细节很多
测试样例 解释
\frac{0}{1}
1
0
被除数为 0。
\frac{1}{0}
0
1
除... | [
"denghao@bupt.edu.cn"
] | denghao@bupt.edu.cn |
05915e30cb2caf2b6cdef41034513c940ce959a1 | 0bc263b0eeeba9398c7ce950a1e571bb29c1653f | /HTWK_SD_FILTER/SD_SimpleDrive/IParkGap.h | 2ea67d76e634aa374c1d3060bc84c322824a53d2 | [
"BSD-2-Clause"
] | permissive | neophack/HTWK_SmartDriving_2015 | b9de57b72137e71130d33634f28e88b66ed17d71 | 95ee77aa0f9ebbb541bbb1e3b99d3f044347d103 | refs/heads/master | 2020-06-22T14:32:07.322632 | 2015-11-02T10:55:31 | 2015-11-02T10:55:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,862 | h | /**
* Copyright (c) 2014-2015, HTWK SmartDriving
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this lis... | [
"gjenschmischek@gmail.com"
] | gjenschmischek@gmail.com |
eae05a8e271dfc203b1c56419ec36a7992f168e2 | 78b337c794b02372620ffbb6674073c6f0d1fd3d | /assimp-5.0.1/test/unit/utXImporterExporter.cpp | 39cda4e35c8c0c3dbb339789023f8eab5c71197f | [
"MIT",
"LGPL-2.0-or-later",
"BSD-3-Clause"
] | permissive | eglowacki/yaget_dependencies | 1fb0298f5af210fcc0f8e2c7052a97be5134f0fc | 7bbaaef4d968b9f1cd54963331017ac499777a1f | refs/heads/master | 2023-06-27T18:10:29.104169 | 2021-07-17T19:38:16 | 2021-07-17T19:38:16 | 261,091,491 | 0 | 0 | MIT | 2021-02-27T21:20:16 | 2020-05-04T05:51:17 | C++ | UTF-8 | C++ | false | false | 4,842 | cpp | /*
---------------------------------------------------------------------------
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
Copyright (c) 2006-2020, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
w... | [
"edgar_glowacki@yahoo.com"
] | edgar_glowacki@yahoo.com |
c2effe2951f4f5cb98180ed3440e701100b9d241 | 9836a073c4f9c4f371fdfe971045835a0736c73c | /Genetic_Algorithm/MainCycle.cpp | c7fe0f397405d21b058de39a66181b0279622c60 | [] | no_license | Volodimirich/LargeSystems | 962efce5be55d077f32b9d4b959d0cdba305f693 | dfaa70312cd48cfcb6c37cb9f777b29d381f85e8 | refs/heads/master | 2023-02-05T04:42:32.461806 | 2020-12-17T23:11:39 | 2020-12-17T23:11:39 | 295,217,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,310 | cpp | //
// Created by voland on 15.12.2020.
//
#include "MainCycle.h"
#include "vector"
#include <unistd.h>
#include <fstream>
#include "string"
void MainCycle::Clear() {
printf("\033[2J");
printf("\033[%d;%dH", 0, 0);
}
void MainCycle::WriteInFile(space &best, bool last) {
std::cout<<exp_numb;
std::cout... | [
"volodimirich@arccn.ru"
] | volodimirich@arccn.ru |
0fa5740501a496feee3388504193d0d9d258cdd2 | eb8dce3750f055dd87fcd635ff7cb34e53010a7c | /src/qt/teshubstrings.cpp | 475f125e0e28ad7e4f8e38fd9c83aef81ba7e5cb | [
"MIT"
] | permissive | Teshubcoin/wallet | 3c83f09d271ac3e627626e6ddc81978bfe0c5010 | 04c2182d922d1fa28136721de4306c174f0c62fd | refs/heads/master | 2020-03-21T18:45:24.285600 | 2018-06-29T04:06:50 | 2018-06-29T04:06:50 | 138,909,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,726 | cpp |
#include <QtGlobal>
// Automatically generated by extract_strings.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif
static const char UNUSED *teshub_strings[] = {
QT_TRANSLATE_NOOP("teshub-core", ""
"(1 = keep tx meta data e.g. account owner and payment request information, 2 "
"=... | [
"OhCreativeYT@gmail.com"
] | OhCreativeYT@gmail.com |
1e9b66f6ae84747992707636dd18dfd113f25a0a | f433402f2a3c5846d25c59c3358174e4a7ead5a3 | /automatic_sensor/src/position_search.h | c9efd94e348f151fc87cb975c13409530ee17d31 | [] | no_license | fire0ice1leaf1484/mbedST | 8167f45d5ea0feb1be30778073eadcac503ac260 | b99354d328d98af41512e3249e66c465543f5f0d | refs/heads/master | 2020-11-28T09:20:17.265457 | 2020-08-30T10:53:31 | 2020-08-30T10:53:31 | 229,756,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,071 | h | #ifndef POSITION___H
#define POSITION___H
#include "mbed.h"
#include "MPU6050.h"
#include "MadgwickAHRS.h"
#include "CRotaryEncoder.h"
#include "pinOutYamaShoEdition.h"
#include "functionYamaShoEdition.h"
class Point{
public:
Point(float _x, float _y, float _r, int _p);
float distanceV(float robotX... | [
"agohigethirteen@gmail.com"
] | agohigethirteen@gmail.com |
6a0cbd4a6f7a9a05fd90ca76e6b6e7f853b2d12f | ea8ca702551a1dfd09039a56ccb04692508829f6 | /src/shadowcoind.cpp | 651c809ce2db4722ba8bcf90fdd028bce4820b4a | [
"MIT"
] | permissive | freecreators/freecreateors | 04c589ec24272feb372c37c5da6cfb28db60db66 | ef29609c99d4dddba761c964374cfa0e21939f23 | refs/heads/master | 2021-01-22T11:28:19.012441 | 2017-05-29T02:19:07 | 2017-05-29T02:19:07 | 92,698,667 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,537 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-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 "rpcserver.h"
#include "rpcclient.h"
#include "init.h"
#include <boost/a... | [
"lenovo@LAPTOP-D9O5PPS6"
] | lenovo@LAPTOP-D9O5PPS6 |
b0be7dc6ec42364728cff3b0d0b16b60287366f8 | eafc5ac599f2e96c3ca61612abb109eba2abe655 | /customSolvers/edcSimpleFoam/lib/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H | cad873ab725423ad055a576793f9c4149a356dc6 | [] | no_license | kohyun/OpenFOAM_MSc_Thesis_Project | b651eb129611d41dbb4d3b08a2dec0d4db7663b3 | 11f6b69c23082b3b47b04963c5fc87b8ab4dd08d | refs/heads/master | 2023-03-17T22:34:57.127580 | 2019-01-12T07:41:07 | 2019-01-12T07:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,337 | h | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd.
\\/ M anipulation |
---------------... | [
"ali@ali-Inspiron-1525.(none)"
] | ali@ali-Inspiron-1525.(none) |
77a7283969dcf92757a2a9b9be70bc0c37d06e4f | 3e0564518184224152071b318fd280e0c6c30b62 | /matGroup/matGroupRealised.h | cdaa75ee4ef01d1ec8d8aaef47d7b81482be625c | [] | no_license | yfszzx/MatX | 5f70c112a8a0720572cfd134ad81439b3a53ab29 | 81a9d1b0744569d437eb860c370b66707747b1b4 | refs/heads/master | 2020-04-06T06:57:02.566352 | 2016-06-20T13:20:55 | 2016-06-20T13:20:55 | 50,677,779 | 3 | 1 | null | null | null | null | GB18030 | C++ | false | false | 8,961 | h | template <typename TYPE, bool CUDA >
int MatGroup<TYPE, CUDA>::size() const{
int ret = 0;
for(int i = 0; i< matsNum; i++){
ret += mats[i]->size();
}
return ret;
}
template <typename TYPE, bool CUDA >
MatGroup<TYPE, CUDA>::MatGroup(){
matsNum = 0;
mats = NULL;
selfSpace = false;
fixMat = false;
}
template <typ... | [
"yfszzx@gmail.com"
] | yfszzx@gmail.com |
d65c94c8e06457fb5087de5c8694292feae3a1e3 | 0c3be775906632abcc91ab4e0b48678413997a9f | /src/extract_sequences.cpp | 9bf8a1afe81cb8db7b434e42e8d6b74d77a73e7d | [
"MIT"
] | permissive | induraj2020/clickstream-hmm | 45fc9d9999b418135e2f0be124474a9f8dbe00e3 | 2565183a7aa95984dba0a5759ea40ad81fc4a419 | refs/heads/master | 2023-03-16T06:54:23.335972 | 2018-06-02T20:30:20 | 2018-06-02T20:30:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,379 | cpp | /**
* @file extract_sequences.cpp
* Extracts each browsing session for each user given a Coursera
* clickstream dump.
*/
#include <iostream>
#include <regex>
#include <string>
#include "json.hpp"
#include "meta/hashing/probe_map.h"
#include "meta/io/filesystem.h"
#include "meta/io/packed.h"
#include "meta/loggin... | [
"geigle1@illinois.edu"
] | geigle1@illinois.edu |
7a4c5941d9fc471320e4d77bb8ccb656175b8a24 | 4cba6096a61c0ccda0adfa0e3de6b9402c93a005 | /gimp/data/blueprints/back/usr/include/c++/7/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp | e47decc55b446c430989d342d66379f11059228d | [] | no_license | StanfordSNR/gg-results | da3de3ce52235c187c6178b0ceab32df2526abf5 | 16ac020603e4b1ef96b2d8c27d1683724cbb30b8 | refs/heads/master | 2021-08-06T16:11:06.747488 | 2019-01-05T21:41:24 | 2019-01-05T21:41:24 | 103,858,663 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 63 | hpp | // GGHASH:VT8mLu0g9D9fi1SzA_fqEM08_peLMWYAnCtWS3tnmNgw000009b5
| [
"sfouladi@gmail.com"
] | sfouladi@gmail.com |
efa199d4162d6bd81ab0154404d330b119e6f003 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /chrome/common/profiling/profiling_client.cc | 1cc5d300c8c64768d80fbfb9e5f0bfb05eaba3cb | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 2,392 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/common/profiling/profiling_client.h"
#include "base/files/platform_file.h"
#include "chrome/common/profiling/memlog_allocator_shim.h"
#i... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
95bff8225731de23176cada601933db1dff96bc0 | 7ee32501835c5d0cfe29529ee6edc3b4bef6910e | /OPCODE 1.3.2/OPC_SphereCollider.cpp | 24c9cf05dbcb8ce4104f079618aa46c348e09dab | [] | no_license | moscowlights/OPCODE | 88c87adb4e64b5b194a3e64b37a22fb3e77e8f88 | cf8a6a0192375e05bce14719076199766b9f9984 | refs/heads/master | 2021-05-08T19:49:39.695228 | 2018-02-13T18:30:06 | 2018-02-13T18:30:06 | 119,583,664 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 29,332 | cpp | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
* OPCODE - Optimized Collision Detection
* Copyright (C) 2001 Pierre Terdiman
* Homepage: http://www.codercorner.c... | [
"a@a.a"
] | a@a.a |
0640a12cd5a928fbf2850dcbba3ed4ac8775381d | 468067fbc1cba8379bbf1a11dee3ae5e527d122e | /FinalProduct/archive/PUimage/Motion.h | 0df233acd7f4316b6aa160f2825b9e048822e51d | [] | no_license | noticeable/MscProject | b675c87b04892af574082bfceea87027030e1cc3 | 0aca2d34c9736fc02f0f5a330a63d8653c84490e | refs/heads/master | 2020-04-16T22:47:57.775032 | 2016-10-23T07:46:16 | 2016-10-23T07:46:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,581 | h | /************************* Includes *******************************/
#include <stdio.h>
#include <conio.h>
#include <iostream>
#include <vector>
#include <math.h>
#include <list>
#include "opencv/cv.h" // Computer Vision Lib Header
#include "opencv/highgui.h" // HighGUI Vision Lib Header
#include "opencv2/... | [
"shanshan.fu15@imperial.ac.uk"
] | shanshan.fu15@imperial.ac.uk |
347565ff667583cda80a590f386a9f77d85133a3 | 98877e9ccb49848791945db2853c459c687e1bb7 | /MonitorSYS/MonitorSYSDlg.h | 7cc856a8431308f4d306b8f96b1d56cc6d4954a3 | [] | no_license | Spritutu/MonitorSYS | 6b962e454a0afd74075f186290158d40a66b3042 | ce26e517fa0fde8ce6e3405cddcc1bfb6c5805ba | refs/heads/master | 2021-01-16T18:15:56.764459 | 2015-05-25T22:48:04 | 2015-05-25T22:48:04 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,849 | h |
// MonitorSYSDlg.h : 头文件
//
#pragma once
#include "LoginDlg.h"
#include "BtnST.h"
#include "afxwin.h"
#include "AntimonyDlg.h"
#include "ConditionDlg.h"
#include "LoginDlg.h"
#include "OptimizeCtrDlg.h"
#include "GoldDlg.h"
#include "ProcessDiagram.h"
// CMonitorSYSDlg 对话框
class CMonitorSYSDlg : public CDialogEx
{
/... | [
"905524057@qq.com"
] | 905524057@qq.com |
97c421933ed4fb2853e23d1781a45ca6d0529f17 | e8ce2a3ffb573832a8a836bbae490f762961703f | /MegascansPlugin/Source/MegascansPlugin/Private/Utilities/AssetsDatabase.cpp | 0657dcdd4f5a9c9f7c280a1c44676cc1e09a411a | [] | no_license | JuHwan0123/ThreeDPose_UnrealRND | d4c5ca5cc86e6d51ad51f5bb40ab174389b923c5 | 043415ed551eff8829eb18670b4b98d98a91f19c | refs/heads/main | 2023-08-28T13:26:24.314773 | 2021-10-13T08:28:58 | 2021-10-13T08:28:58 | 416,651,907 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,139 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "AssetsDatabase.h"
#include "Misc/Paths.h"
//#include "SQLiteDatabase.h"
#include "SQLitePreparedStatement.h"
#include "SQLiteDatabaseConnection.h"
#include "SQLiteResultSet.h"
TSharedPtr<FAssetsDatabase> FAssetsDatabase::DBInst;
TSharedPtr<FAssetsDatabase> ... | [
"83950058+JuHwan0123@users.noreply.github.com"
] | 83950058+JuHwan0123@users.noreply.github.com |
8dde379fd73c9bb8410265ac6535e6b44f48fe65 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_EngramEntry_HazardSuit_Chest_parameters.hpp | cbbb329ca4d9ba5f26cc4a0facc4296947631ade | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_EngramEntry_HazardSuit_Chest_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//-----------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
4890ed6671e588fb3904874497e2b60f8ab637e7 | 04a8d1f59a7be8a7f4b155929e286621b01341d8 | /gclTimer.h | d228efc319cdd26b608c44b57a24ff5f83f1bd1e | [] | no_license | soheean/interraster | 611b8c19652845787b3728b8fe2ef15f97e2ef4e | a165d769936701221f04f3610f81e08063f6fd97 | refs/heads/master | 2021-01-17T17:24:37.271248 | 2016-06-24T07:47:16 | 2016-06-24T07:47:16 | 61,866,682 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 336 | h | #pragma once
typedef __int64 i64;
class gclTimer
{
public:
gclTimer(void);
~gclTimer(void);
private:
double _freq;
double _clocks;
double _start;
public:
void Start(void);//启动计时器
void Stop(void); //停止计时器
void Reset(void);//复位计时器
double GetElapsedTime(void);//计算流逝的时间
};
| [
"soheean@hotmail.com"
] | soheean@hotmail.com |
856b8e43f7d19e3ed3d11f8452fbdd37f866ab57 | 588c53fbe0f2edce97477481374f1155ce5d99e1 | /07_2.cpp | 48021060934ba581ea06341f93b8371bd77e1bad | [] | no_license | Zcholm/Codility | 8ff4c5b20e697dbdab6e6fc969d9afad82aed6b5 | 2618640f4491159dab395fdbfa74ebacf20f872f | refs/heads/master | 2020-09-13T18:07:04.193802 | 2019-11-22T13:20:52 | 2019-11-22T13:20:52 | 222,863,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 519 | cpp | #include<vector>
int solution(vector<int> &A, vector<int> &B) {
int N = A.size();
vector<int> queue;
int alive = N;
for (int i = 0; i < N; i++) {
if (B[i] == 0) {
while (queue.size() > 0 && queue.back() < A[i]) {
queue.pop_back();
alive--;
... | [
"simon.holm@afconsult.com"
] | simon.holm@afconsult.com |
eeccbb766fda1f600830ec95e1910553d6a44b54 | 6a55fc908497a0d4ada6eae74d64a057b609c261 | /inference-engine/thirdparty/clDNN/src/gpu/device_info.cpp | 1402e05d5513c1ceae6bb9599db76362448277c7 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | anton-potapov/openvino | 9f24be70026a27ea55dafa6e7e2b6b18c6c18e88 | 84119afe9a8c965e0a0cd920fff53aee67b05108 | refs/heads/master | 2023-04-27T16:34:50.724901 | 2020-06-10T11:13:08 | 2020-06-10T11:13:08 | 271,256,329 | 1 | 0 | Apache-2.0 | 2021-04-23T08:22:48 | 2020-06-10T11:16:29 | null | UTF-8 | C++ | false | false | 2,946 | cpp | // Copyright (c) 2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... | [
"alexey.suhov@intel.com"
] | alexey.suhov@intel.com |
e5828a328b499cde56d965edd419a15b913dcf91 | 38118fa82847f484ee3fb4eb71a59f530e385a47 | /examples/26-occlusion/occlusion.cpp | d0149838d36edc6a26128261a11b056c27253483 | [
"BSD-2-Clause",
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | wayveai/bgfx | f0a089bf138d95015b06417f388a60ee7c9df2d0 | 4c61c4b825060ac1750a125f44ff0765da7f6f5c | refs/heads/master | 2023-08-30T13:58:16.839209 | 2023-08-22T15:08:39 | 2023-08-22T15:08:39 | 166,040,894 | 3 | 0 | BSD-2-Clause | 2019-05-28T13:09:43 | 2019-01-16T13:00:35 | C++ | UTF-8 | C++ | false | false | 7,945 | cpp | /*
* Copyright 2011-2022 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
#include "common.h"
#include "bgfx_utils.h"
#include "camera.h"
#include "imgui/imgui.h"
namespace
{
#define CUBES_DIM 10
struct PosColorVertex
{
float m_x;
float m_y;
float m_z... | [
"branimirkaradzic@gmail.com"
] | branimirkaradzic@gmail.com |
1f2ecc14e836d1e6cb1898d18859ad92f756e188 | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/oldd/box/4.3e-05/p | 1da96f856a5203ed615452d5bb9ce27fb06d8a53 | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,957 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"thomasdigiusto@me.com"
] | thomasdigiusto@me.com | |
f0fcee9518280c81a182c8fe207253b392bca4ce | 43d919af20948bf53fb833b06daeb8810051a506 | /TRTHTBLE.CPP | 83071d3731a1ec0cd9f097cfab7ca468706bf521 | [] | no_license | ashcode07/c--begin | 5fef188ef66e77d28f16ab72021b2db28d37b8f7 | 04cbba8bab0b7bc94f28f66ebea891c81004e7f8 | refs/heads/master | 2021-09-27T20:35:50.720653 | 2018-11-11T20:05:38 | 2018-11-11T20:05:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 328 | cpp | //truth table
#include<iostream.h>
#include<conio.h>
void main()
{
int x,y,z;
clrscr();
cout<<"X\tY\tZ\tXY+Z";
for(x=0;x<=1;++x)
for(y=0;y<=1;++y)
for(z=0;z<=1;++z)
{
if(x*y+z==2)
cout<<"\n\n"<<x<<"\t"<<y<<"\t"<<z<<"\t1";
else
cout<<"\n\n"<<x<<"\t"<<y<<"\t"<<z<<"\t"<<x*y+z;
}
get... | [
"noreply@github.com"
] | ashcode07.noreply@github.com |
a8d0962ee7dcaf281eb3578bcac05d3707983283 | 641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2 | /third_party/WebKit/Source/core/input/ScrollManager.h | db2bd298c3068c70d193d22800141527229eb0fb | [
"BSD-2-Clause",
"LGPL-2.0-only",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | massnetwork/mass-browser | 7de0dfc541cbac00ffa7308541394bac1e945b76 | 67526da9358734698c067b7775be491423884339 | refs/heads/master | 2022-12-07T09:01:31.027715 | 2017-01-19T14:29:18 | 2017-01-19T14:29:18 | 73,799,690 | 4 | 4 | BSD-3-Clause | 2022-11-26T11:53:23 | 2016-11-15T09:49:29 | null | UTF-8 | C++ | false | false | 5,361 | 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 ScrollManager_h
#define ScrollManager_h
#include "core/CoreExport.h"
#include "core/page/EventWithHitTestResults.h"
#include "platform/PlatformEv... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
b95cf815bae821a5418ddde09c837f67b67aedcc | ecbe5ac6da0ab1da00c7f615353b739ef9a6ff03 | /492A.cpp | 4f63d4ec84704be93e05944c55bac13ffb05255e | [] | no_license | ngthvan1612/Codeforces | 2d1b10f155ba2f0efc6e0fdda7d78bcbd6aad496 | b86c3d3d11df92f9744f75f495ad458ace9418ae | refs/heads/master | 2022-04-01T20:34:48.115083 | 2020-02-01T06:14:13 | 2020-02-01T06:14:13 | 237,571,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n, t = 0, s = 0, i, res;
cin >> n;
for (i = 1;;++i) {
t += i;
s += t;
if (s <= n) res = i;
else break;
}
cout << res;
return 0;
}
| [
"ngthvan1612@gmail.com"
] | ngthvan1612@gmail.com |
d67ab1335cbf5ca8d7c184ee0c862adcaf3b7f0e | aa0083936eff7afc66fdf62cb7f632e5b3f26d20 | /String processing/Boj 12780.cpp | 2fed5a93cf7f0211248c87d4f4d2548c3edb6a26 | [] | no_license | b8goal/Boj | ab31a8e1a414125bb4a0eb243db7dce2dda1ed4a | b7e395191eda01427a6db8a886a5ce3c49b03abf | refs/heads/master | 2022-02-03T13:15:26.904488 | 2021-12-30T11:58:07 | 2021-12-30T11:58:07 | 161,286,778 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 811 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <string>
#include <vector>
#include <queue>
#include <map>
#include <set>
#include <cmath>
typedef long long ll;
using namespace std;
const int MOD = 9901;
const int INF = 0x7fffffff;
const int MAXN = ... | [
"b8goal@naver.com"
] | b8goal@naver.com |
c421b62fd6ea0d001c05e9fb29e9208d7aba95d4 | b6ffa82d277f8e2635556fa4302d7596203237f9 | /jni/boost/libs/wave/test/testwave/testfiles/t_6_053.cpp | f78b030c3d0d6e6890765b8bfa09b1dd2cf7913e | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LeifAndersen/Android-Supertux | 2e66ae3c6a0ffba2f82b35c27130175151bbb1e6 | e188c9d365420bd21eee45da82d6f74215e27516 | refs/heads/master | 2020-04-11T09:57:11.000668 | 2010-09-20T03:34:55 | 2010-09-20T03:34:55 | 867,072 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,288 | cpp | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2005 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0. (See accompanying file
LICENSE_1_0.txt o... | [
"onaips@gmail.com"
] | onaips@gmail.com |
3eea429fa6d4974c3e9abfd83f704b7740b08746 | 5c3f6bdd0aa5446a78372c967d5a642c429b8eda | /src/rpc/net.cpp | abab252d89a846850955b89552ca96a746a12064 | [
"MIT"
] | permissive | GlobalBoost/GlobalBoost-Y | defeb2f930222d8b78447a9440d03cce9d8d602c | b4c8f1bb88ebbfa5016376fee9a00ae98902133f | refs/heads/master | 2023-08-11T12:04:12.578240 | 2023-07-11T03:56:18 | 2023-07-11T03:56:18 | 23,804,954 | 20 | 22 | MIT | 2023-07-11T03:56:19 | 2014-09-08T19:26:43 | C++ | UTF-8 | C++ | false | false | 29,985 | cpp | // Copyright (c) 2009-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <rpc/server.h>
#include <chainparams.h>
#include <clientversion.h>
#include <core_io.h>
#include <validation.h>
#in... | [
"null"
] | null |
27649f14042d8655cc0b6ad72ee1cd69507eddb2 | f95683864c1ee1028eb4a43bb97fb7ccd4d2d881 | /001_hello_world/hello_world.cc | 7fc1a0ef04c23e8b271e8699912166929fa8e201 | [] | no_license | shoichi0599/cpp_tutorial | 10adfa7fc4b089902b650bb1c02c1193ec9594af | c3fc64a28969167e89a8b26449c2744ec4122aa6 | refs/heads/master | 2020-04-07T01:42:40.381589 | 2018-12-01T07:31:20 | 2018-12-01T07:31:20 | 157,949,087 | 0 | 0 | null | 2018-12-01T07:29:43 | 2018-11-17T04:01:29 | C++ | UTF-8 | C++ | false | false | 144 | cc | // Hellow World
// A basic program
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!" << endl;
return 0;
}
| [
"shoichi.programming@gmail.com"
] | shoichi.programming@gmail.com |
6be5b79da7cd417da076d345dd333c31d2186ad1 | d9954b283b3fd750b6950a7de8840baa962142cc | /DS/LinklistNode.h | 5d3a042e2ee92085b295f639889b7e603a09f143 | [] | no_license | yiquedexianshi/CP-template | 4a56fca71eb4ab8e593c9ce6931e5a50b7440bc6 | 143832d182b49e609c930298b804dd0ee40a01fc | refs/heads/main | 2023-06-11T18:22:19.916844 | 2021-07-02T10:59:27 | 2021-07-02T10:59:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | h | #pragma once
#include <iostream>
using namespace std;
#define OLDYAN_LINKLISTNODE
template<class T>
struct LinklistNode{
T val;
LinklistNode*prev,*next;
LinklistNode():prev(nullptr),next(nullptr){}
LinklistNode(T _val):val(_val),prev(nullptr),next(nullptr){}
LinklistNode(T _val,LinklistNode*_next):... | [
"oldyan_zh@163.com"
] | oldyan_zh@163.com |
3202b28555502ca72873b810693ee8f3c152b20a | 777fc408df508a66f8ba82e662153b17938a8a11 | /Max/include/maxscript/kernel/value.h | a149ab0b42885b92d8171876b3c5937d18b2634f | [] | no_license | bingeun/BG_DX | 4b89a891ea2aadaf7ea8eab6b18baa5f76185766 | e3182934ed276de58c1ac136c42ec6a8b8f6861c | refs/heads/master | 2020-05-22T08:07:51.033127 | 2016-10-21T14:04:18 | 2016-10-21T14:04:18 | 61,520,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,513 | h | /* Value.h - metaclass system MAXScript values
*
* All MAXScript-specific C++ objects are subclasses of a single root class, Value,
* and allocated & automatically freed in a specially maintained heap. There is also
* a metaclass system to provide a runtime type calculus for the scripter. Value subclasse... | [
"bingeun@dreamwiz.com"
] | bingeun@dreamwiz.com |
82eada3a6b51ca7aa0ae6abdf19ec240563da625 | defaedbe4fa7d8d8a5df5062e14fe259aaabe6d5 | /include/boost_helpers/make_submodules.hpp | d8af42296bf87aae9894c3e0a2c8dd9cd2cfb49f | [] | no_license | alexleach/bp_helpers | 5cfa858066577eacd8d2f58de172678e16e7ca6f | 1e945706fc39905e8b9f6941a486175800a60c75 | refs/heads/master | 2021-01-02T08:47:01.169546 | 2013-05-24T13:49:30 | 2013-05-24T13:49:30 | 9,748,028 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,381 | hpp | /// make_submodules.hpp
//
// Preprocessor macros for defining sub-package namespaces. These are used to
// organise the Blast+ wrapper classes into a better arranged package namespace.
#include <boost/python/borrowed.hpp>
#include <boost/python/object.hpp>
// The only difference between the macros is the number of r... | [
"beamesleach@gmail.com"
] | beamesleach@gmail.com |
8d4ca24875ced9a4bcff53558efdaad2fad3201e | e85bc7dd450c3ad6e451d3d10fd1260238bb87f1 | /binaryNode.h | f409cdf81aeae3be8485cbcc4c4e992f6ed7ab17 | [] | no_license | nicholas-leung-1/cs3345-p1-AVLTree | 31a9e43f0b46cdabd37f05be8b807b60f99c0509 | 8a44bfc782c0fe1fb89e6c0e4194c179f16d1098 | refs/heads/master | 2020-05-09T15:40:37.848677 | 2019-04-14T00:38:11 | 2019-04-14T00:38:11 | 181,241,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | h | /*
* binaryNode.h
*
* Created on: Feb 28, 2019
* Author: Nicholas Leung
* nml170001
*/
#ifndef BINARYNODE_H_
#define BINARYNODE_H_
#include <string>
#include <iostream>
#include "book.h"
// Node for binary tree
class binaryNode
{
public:
// Key
std::string key;
// Boo... | [
"noreply@github.com"
] | nicholas-leung-1.noreply@github.com |
f45863ef978eb5102a273c8742de5616b6e120b4 | c0376f9eb4eb1adf2db5aff3d25abc3576d0241b | /src/plugins/azoth/interfaces/azoth/imessage.h | 62d339df6ef206a807c72dc4737e04abfb197efe | [
"BSL-1.0"
] | permissive | ROOAARR/leechcraft | 0179e6f1e7c0b7afbfcce60cb810d61bd558b163 | 14bc859ca750598b77abdc8b2d5b9647c281d9b3 | refs/heads/master | 2021-01-17T22:08:16.273024 | 2013-08-05T12:28:45 | 2013-08-05T12:28:45 | 2,217,574 | 1 | 0 | null | 2013-01-19T15:32:47 | 2011-08-16T18:55:44 | C++ | UTF-8 | C++ | false | false | 9,140 | h | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2013 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
d8c158fa663afb5f6f53c95012c6b2157157ae51 | f564812d6af97ad53cf3ad3d0c483caecc0042b6 | /ColliderComponent.h | f440145de0c89f003f889b2693e77689b3c922e3 | [] | no_license | quatros96/pjc_projekt_gra | ea711a4c8112213c55cc88568ff5b7a925562bd2 | 11f320d64d624a605376ce2c585cfc9d7f3403b1 | refs/heads/master | 2022-12-04T07:09:32.985595 | 2020-09-01T21:51:32 | 2020-09-01T21:51:32 | 287,938,061 | 0 | 0 | null | 2020-09-01T21:51:33 | 2020-08-16T12:19:44 | C++ | UTF-8 | C++ | false | false | 552 | h | #pragma once
#include "Component.h"
#include <iostream>
class ColliderComponent : public Component
{
private:
std::string m_Type = "collider";
bool m_Enabled {false};
public:
std::string getType() override
{
return m_Type;
}
void disableComponent() override
{
m_Enabled = fa... | [
"01129810@pw.edu.pl"
] | 01129810@pw.edu.pl |
ada8e9fca5e8aa1b203d46b9f45d9c1a0a1611de | 8f6569bfb705009b4bead5a9c79730e63d48867e | /src/folly/IPAddress.cpp | c776bc1c76da29c795f1bca2d4f3b80a68cd9015 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | HungMingWu/futures_cpp | ff13e965011f86faa31d42657d0a4671f4b00dd6 | 0e24378c1b989cb7c6115169010577f70aae3c64 | refs/heads/master | 2021-05-12T14:45:10.630137 | 2018-01-11T09:03:17 | 2018-01-11T09:03:17 | 116,111,766 | 0 | 0 | null | 2018-01-03T08:26:30 | 2018-01-03T08:26:29 | null | UTF-8 | C++ | false | false | 12,543 | cpp | /*
* Copyright 2016 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... | [
"yuhengchen@sensetime.com"
] | yuhengchen@sensetime.com |
d947413f04c72746bcf9d58c64103afdffa5f6d5 | 49999d127be6f1bf2d05a5f75b6c4ae8739f974f | /MyProject/mainwindow.cpp | 6dbf9380da77372835149cb9808b56c5655f438a | [] | no_license | krampus1/laba1.2-2sem | d61c98b2a844bc0d883dd2949382fe77e08b99b4 | bafbc3ff626a8b941dfeaebe789bd9aff5102bd4 | refs/heads/master | 2022-10-19T16:49:35.687601 | 2020-06-09T18:31:24 | 2020-06-09T18:31:24 | 271,080,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,647 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QMessageBox>
bigdata world;
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
test_setup();
w1 = new AddCountry();
w2 = new additem();
w3 = new InfoCountry();
w4 = new... | [
"noreply@github.com"
] | krampus1.noreply@github.com |
669bb0ba08a117edec5266276f26c34e79cd1fb6 | 28831c88364813222cc2746c7feac5761b709f8d | /Project_2/Project1/CandidateType.h | d0aa20bf1cdb445dc690d481ab0f99ae1ebe24dc | [] | no_license | williamblood/kingdoms | 85fd648498fbe9b5a7726e8412603da3ceff49e6 | e6a86f6fdb88301a0f8b3c53399b5a18aa36cde9 | refs/heads/master | 2022-07-24T18:31:37.266402 | 2020-05-22T04:35:30 | 2020-05-22T04:35:30 | 264,338,581 | 0 | 3 | null | 2020-05-16T08:31:33 | 2020-05-16T01:57:33 | C++ | UTF-8 | C++ | false | false | 1,153 | h | /*
KaibaCorp
Bearden, Reese (TTh 6:30)
Blood, William (TTh 6:30)
Diep, Vincent (TTh 2:20)
Huynh, Andy (TTh 6:30)
Nguyen, Andrew (MW 11:10)
May 12, 2020
CS A250
Project 2
*/
#ifndef CANDIDATETYPE_H
#define CANDIDATETYPE_H
#include "CharacterType.h"
const int NUM_OF_KINGDOMS = 7; // this is the capacity of ... | [
"w.blood@icloud.com"
] | w.blood@icloud.com |
6d4ec4fc980953f0abfd89b029c56e770866544b | 86dae49990a297d199ea2c8e47cb61336b1ca81e | /数据结构/平衡树/splay/P4036.cpp | 11823b2a545cd02fdcc5421177bda89272f37c30 | [] | no_license | yingziyu-llt/OI | 7cc88f6537df0675b60718da73b8407bdaeb5f90 | c8030807fe46b27e431687d5ff050f2f74616bc0 | refs/heads/main | 2023-04-04T03:59:22.255818 | 2021-04-11T10:15:03 | 2021-04-11T10:15:03 | 354,771,118 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,550 | cpp | #include<stdio.h>
#include<algorithm>
#include<string.h>
#include<math.h>
using namespace std;
const int MAXN = 150010,MOD = 1e9+7;
struct node
{
int c[2],fa,val,siz,hash;
}a[MAXN];
int n,m,root,tot,power26[MAXN];
char s[MAXN];
int push_up(int x)
{
a[x].siz = a[a[x].c[0]].siz + 1 + a[a[x].c[1]].siz;
a... | [
"linletian1@sina.com"
] | linletian1@sina.com |
7f41662dfd07a667f4b04ca1e744f2081b8dfdab | 85299b50c36911427c47f49e84993ca0350be173 | /Cplus/Acwing/Dp/miniToll.cc | 962b637e50d3831b2e4b46fcf1921968a814d7a3 | [] | no_license | cogitates/Code | 15f4f5907478d4bd21ab3c7cc74f9afc3d6ae632 | d33d9bd99611a58b1192a23bc90d6f79253b5936 | refs/heads/master | 2021-05-18T07:28:33.140308 | 2020-06-27T12:16:34 | 2020-06-27T12:16:34 | 251,179,703 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 953 | cc | // 最低通行费用
// https://www.acwing.com/solution/acwing/content/5011/
#include <bits/stdc++.h>
using namespace std;
const int INF = 1e9;
const int N = 110; // 有限集数据规模
// 动态规划算法解决的是 **有限集中在给定约束条件下的最优化问题** 。
int cost[N][N]; // 给定约束
int f[N][N]; // 状态表示
int main(){
int n ;
cin >> n;
for(int i = 1;i <= n;i++... | [
"weifengzxq@gmail.com"
] | weifengzxq@gmail.com |
866845d9580b971df2bca86bc03d9253b80d4a4f | 8f9b24cb78943c2fa139e9d02cd670e326e6cd39 | /Problems/160. Intersection of Two Linked Lists/Test.cpp | 727a3b839646f2a193a6065615d3dec9f59b797a | [
"MIT"
] | permissive | DanielDFY/LeetCode | a6e340936684abca4d22f1d02a49c4f2cf1cf920 | 5e39e3168db368617ac2f4509886f32cde5bd000 | refs/heads/master | 2021-07-16T16:04:11.759973 | 2020-09-20T15:03:14 | 2020-09-20T15:03:14 | 213,352,385 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | cpp | #define CATCH_CONFIG_MAIN
#include "../../Utils/Cacth/single_include/catch2/catch.hpp"
#include "solution.h"
TEST_CASE("Intersection of Two Linked Lists")
{
Solution s;
SECTION("has intersection") {
ListNode a1(4);
ListNode a2(1);
ListNode b1(5);
ListNode b2(6);
ListNode b3(1);
ListNode c1(8);
List... | [
"daniel_dfy98@163.com"
] | daniel_dfy98@163.com |
7f8098a970f613d14f7781257bb0dae388c9ddd6 | 80816eb7fd304d652eab656d004a59246eda260d | /cpp-holy/exceptionEx.h | edb93d6ee55e6307e8e95db8651d1fae96a0e8d2 | [] | no_license | holy1017-cpp/cpp-holy | b264ac39787ed0759a84030607f4bcb031670197 | 223a69b5c52b8d1b7a3def04d677eda872587848 | refs/heads/master | 2022-12-10T16:34:06.161294 | 2020-09-19T08:30:55 | 2020-09-19T08:30:55 | 290,492,713 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | h | #pragma once
#ifndef exceptionEx_H
#define exceptionEx_H
#include <exception>
using namespace std;
namespace exceptionEx {
class myException : public exception
{
virtual char const* what() const;
} ;
void test();
}
#endif | [
"holy1017@naver.com"
] | holy1017@naver.com |
4ed108c83eac8383ff15b07b3ac693dff6f262ab | e34dce6dee9f4c969bfdbe7e33285e875d128342 | /Src/AsyncDB/ADBError.h | 04dbc12203ec04e30ce1087bccf7443d7beb5c17 | [] | no_license | Rogni/AsyncDB | 4ba393c2790f7e2fe945be821c30ba9604c8f018 | c5f546d73b7845dd9316ab05c36c46ee8870d526 | refs/heads/master | 2020-08-01T20:47:36.468780 | 2019-10-17T12:36:59 | 2019-10-17T12:36:59 | 211,112,461 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | h | #ifndef ADBERROR_H
#define ADBERROR_H
#include <QString>
#include <memory>
class ADBError
{
QString m_title;
QString m_description;
private:
ADBError() = default;
ADBError(QString title, QString description);
public:
typedef std::shared_ptr<ADBError> Ptr;
typedef std::weak_ptr<ADBError> WPtr... | [
"maktrefa@gmail.com"
] | maktrefa@gmail.com |
f779e9720c608a9ccf49a88cdb55c0eb02ca6bf8 | 83d52ae5413fc0613d2d9f1efbb1c1937f69264a | /src/memory.cpp | 44a0e9c72abc5c00411a62314a7d6a8da0fb9d09 | [
"MIT"
] | permissive | ixy-languages/ixy.cpp | 5a153a4a436c01e489972e1222124e794ae996c4 | c927c418b7ec350c4cc41f3795a1e8d346d1ea16 | refs/heads/master | 2023-04-25T09:15:25.643351 | 2021-05-14T10:38:24 | 2021-05-14T10:38:24 | 227,373,671 | 10 | 1 | MIT | 2020-08-24T13:53:10 | 2019-12-11T13:35:15 | C++ | UTF-8 | C++ | false | false | 1,883 | cpp | #include "memory.hpp"
#include "fs.hpp"
#include <sys/mman.h>
namespace ixy {
static uint32_t huge_pg_id;
auto memory_allocate_dma(size_t size, bool require_contiguous) -> dma_memory {
debug("allocating dma memory via huge page");
// round up to multiples of 2 MB if necessary, this is the wasteful part
... | [
"simon.ellmann@tum.de"
] | simon.ellmann@tum.de |
15a8019bcaad59529c6331de94621b0d27bf6b13 | fd87fbf08aaa8006a5655c19a20051901f5a032b | /LeetCode/49. 字母异位词分组.cpp | 889417649400aee52fc8f23320075d42ff721246 | [] | no_license | Smartuil/LeetCode | c43ad3a32e7ab55e97f9e30183c9dd760ada4015 | c4f31ab91d7073aa2eda8bce58e92e974d5eded8 | refs/heads/master | 2023-06-22T18:54:05.552298 | 2023-06-14T03:10:51 | 2023-06-14T03:10:51 | 243,493,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,961 | cpp | #include "iostream"
#include "string"
#include "vector"
#include "map"
#include <algorithm>
#include <unordered_map>
using namespace std;
//class Solution {
//public:
// vector<vector<string>> groupAnagrams(vector<string>& strs) {
// if (strs.empty()) {
// return {};
// }
// map<char, int> index;
// vector<vect... | [
"563412673@qq.com"
] | 563412673@qq.com |
834d7d053f4089ecd3b4402e7e74bbfd535c5d73 | 484cb345f43b38425279e42dd3cd320c779d1ea4 | /State_Machine/State_Machine/Automaton.cpp | afc104ac3a07984e79b086e0e2797e24bd1a3243 | [
"MIT"
] | permissive | DavidPetr/Internship_Tasks | 0e231bef90e4c93f2a2c19599f30395f25b49832 | 6c22cf2af667325553df99ebe79c3f5ebd741689 | refs/heads/master | 2020-05-06T20:32:43.091355 | 2019-06-27T11:20:48 | 2019-06-27T11:20:48 | 180,243,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,111 | cpp | #include "Automaton.h"
template<typename stateTemplate>
Automaton<stateTemplate>::Automaton(const Alphabet & inputAlphabet
, const Alphabet & outputAlphabet
, const TransmissionOperator<stateTemplate> & transOperator
, const stateTemplate & initialState
, const stateTemplate & finalState
, co... | [
"davitp@cqg.com"
] | davitp@cqg.com |
dbab915473a26b97ad6949e34a372b27c57c95e8 | d4e7817e821c48b77f38eaad09e4f6c0e353e4af | /include/elemental/matrices/DiscreteFourier.hpp | 8d5db35cb10251678328ed47a1906a315aa4cc78 | [] | no_license | ahmadia/Elemental-1 | 711cea2a6fbcb1d2f5e3beca091ca7c9688afd2f | f9a82c76a06728e9e04a4316e41803efbadb5a19 | refs/heads/master | 2021-01-18T08:19:41.737484 | 2013-05-12T06:07:32 | 2013-05-12T06:07:32 | 10,011,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,652 | hpp | /*
Copyright (c) 2009-2013, Jack Poulson
All rights reserved.
This file is part of Elemental and is under the BSD 2-Clause License,
which can be found in the LICENSE file in the root directory, or at
http://opensource.org/licenses/BSD-2-Clause
*/
#pragma once
#ifndef MATRICES_DISCRETEFOURIER_HPP
#defi... | [
"jack.poulson@gmail.com"
] | jack.poulson@gmail.com |
18faaf1a153a054b6d0f95d8154eec0ec890020e | 84f620e4414e1e88f2cd7c0d1c79448d344cc7c4 | /src/s390/interface-descriptors-s390.cc | 83c08782d60725fee3abdcb0159fb9bf63b3e363 | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | raymond-cai/v8 | 0775b6d2a8297bdd928558e6af1bc200ca19c776 | b496a8b3de4148af06ff7fbe259f4e7bb6d61f36 | refs/heads/master | 2020-12-31T00:12:19.036155 | 2017-03-29T03:00:34 | 2017-03-29T03:24:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,864 | cc | // Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#if V8_TARGET_ARCH_S390
#include "src/interface-descriptors.h"
namespace v8 {
namespace internal {
const Register CallInterfaceDescriptor::ContextReg... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8b936673d19f742c05781ddc699e4dc2000432b3 | 05b166f163992e1aa67f089c0c86d27a9c3af786 | /~2022/Graph_traversal/2251.cpp | ef63c89dac290b18ba5b6a671f639edb8764aef3 | [] | no_license | gyeolse/algorithm_study | 52417554c9ab7ffc761c3b78e143683a9c18abaa | bdfd3f0ae0661a0163f5575f40a6984a6f453104 | refs/heads/master | 2022-08-31T11:32:27.502032 | 2022-08-06T12:18:50 | 2022-08-06T12:18:50 | 246,004,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 247 | cpp | #include <bits/stdc++.h>
using namespace std;
int a, b, c;
int tong[3] = {0,0,0};
int main() {
cin>>a>>b>>c;
while(1) {
if(tong[0] == 0 && tong[2] !=0) {
cout<<tong[2]<<" ";
}
}
return 0;
} | [
"threewave@kakao.com"
] | threewave@kakao.com |
492ce9ba8def3f6a8e22e92bf4081af0ed9ac0b0 | b4c2427ece02bc1bc1f5e6279539ac884efcb323 | /Codeforces/492B/18652748_AC_31ms_36kB.cpp | e64d9a63f8d1ce1217b59402cebc4d5de6b9c420 | [] | no_license | sohag16030/ACM-Programming | eb7210be3685c3f7e5ea855c1598f5e7f3044463 | 39943162ed7b08d34b2b07b1a866b039c6ec2cc7 | refs/heads/master | 2023-01-31T11:08:46.389769 | 2020-12-14T08:57:24 | 2020-12-14T08:57:24 | 218,221,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,655 | cpp | /**************************************************
* BISMILLAHIR RAHMANIR RAHIM
* Author Name : SHOHAG (ICT'13)
* University : ICT, MBSTU
***************************************************/
#include<bits/stdc++.h>
#define pi acos(-1.0)
#define pb push_back
#define mp make_pair
#define ff first
#d... | [
"shohag.mbstu.it16030@gmail.com"
] | shohag.mbstu.it16030@gmail.com |
0a4c53c9e0b72b7600ab4cb758b8d9312b85071e | 30cf11a1ce961e3eef4332e0743120de55f06871 | /WJets/8TeV/LeptoQuarks/NTupleMaker/interface/RootTupleMakerV2_GenJets.h | 60ef63d994de967b671167e3a8e7c4b43c852464 | [] | no_license | bhawan/usercode | 1bde88a39fcb5ac466ffd547f1662cee91f695bd | b8c9042dc7cc4ee1907dc6c6dc3b25305ad31935 | refs/heads/master | 2020-05-18T00:07:39.498631 | 2013-08-23T15:16:12 | 2013-08-23T15:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | h | #ifndef RootTupleMakerV2GenJets
#define RootTupleMakerV2GenJets
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
class RootTupleMakerV2_GenJets : public edm::EDProducer {
public:
explicit RootTupleMakerV2_Gen... | [
""
] | |
61b0a5434a5e53b8b0bfdb0c71f1b40fa70f2cf7 | 9bccd122450d6a12f7c60092ead774aff8e24241 | /pawn.cpp | 3bc7100ea1810a63f3081d55642f73892e870cf8 | [] | no_license | romuloschiavon/QTChess | c2b6833177ef909deca993379fafc40a85dc3084 | 6760ff6ecc5218d2ec6ab2f3525c4fce04273474 | refs/heads/main | 2023-02-06T09:33:19.208118 | 2020-12-26T00:31:59 | 2020-12-26T00:31:59 | 320,921,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,262 | cpp | #include "pawn.h"
#include "chessboard.h"
Pawn::Pawn(QObject *parent) : ChessAlgorithm(parent)
{
}
void Pawn::newGame()
{
setupBoard();
board()->setFen("rnbk1bnr/ppp1p1pp/8/1B6/8/8/PPP2PPP/RNB1K1NR w KQ - 0 1");
setResult(NoResult);
setCurrentPlayer(Player1);
}
bool Pawn::move(int co... | [
"noreply@github.com"
] | romuloschiavon.noreply@github.com |
cb636483037705b3de8f0c1eee7249390666d6c5 | 3ed4316561e9450e92dc334b1442a3500554f57f | /ExOpenGL3/OpenGL/03-uniforms/03-uniforms/ShaderProgram.h | 3a9200304a68e852f9a3d0d4dca6aad2860c7edb | [] | no_license | TheSoraHD/Rambo2D | 91de55f6bc258edf3ccd78e0ace6c108f00ee863 | c4f68348910adf025893f3f96de939c6790b406d | refs/heads/master | 2022-03-27T17:38:18.705431 | 2020-01-01T19:19:05 | 2020-01-01T19:19:05 | 212,827,341 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | h | #ifndef _SHADER_PROGRAM_INCLUDE
#define _SHADER_PROGRAM_INCLUDE
#include <GL/glew.h>
#include <GL/gl.h>
#include "Shader.h"
// Using the Shader class ShaderProgram can link a vertex and a fragment shader
// together, bind input attributes to their corresponding vertex shader names,
// and bind the fragment output ... | [
"sven.wallin@est.fib.upc.edu"
] | sven.wallin@est.fib.upc.edu |
b0521eec49ecb754b839019b8915a0c7e47d9a41 | d8ea5358838f3624b0ac11ef2f4d96caa4e2e356 | /C_BA_String.cpp | d20e214c69a15c17b2edd752bb8971247b5c7869 | [] | no_license | md-omar-f/codeforces-problem-solutions | b81794ce6b601347a6857ce084d5cc7c3d00e4d9 | db2939c437bf5901c9f5c953d9006ed822ecf312 | refs/heads/master | 2023-05-12T05:19:38.597484 | 2023-04-29T19:46:24 | 2023-04-29T19:46:24 | 283,279,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 977 | cpp | #include <bits/stdc++.h>
using namespace std;
#define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define endl "\n"
#define forn(i,n) for(int i=0;i<int(n);++i)
#define vet(a) for(auto&i:a)cout<<i<<" "
#define out(a) cout<<a<<endl
#define lli long long int
void solve(){
lli n,k,x;cin>>n>>k>>x;
--x;
... | [
"faruqmdomar07@gmail.com"
] | faruqmdomar07@gmail.com |
f91fd4740ac8b6422306df05917247ba7224b007 | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /cwp/include/tencentcloud/cwp/v20180228/model/DescribeBaselineRuleIgnoreListRequest.h | 5020acc5d6054caca352d7bdf88dfdec47c5832b | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 6,770 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
0cc3cd60f752345e555b7706da5697cee681c0ba | f9ae1ba26d3d93d9013197cbd28b08d14f8889f3 | /src/nodes/pardata_nodes/parallel_data_sync_node.cpp | b82f8cc51d87e5cce5c048067d5d97ecf249eef1 | [] | no_license | RDowse/Asynchronous-Deep-Learning | 3242bf2d87728518a13e182471aae070698baa06 | d6ae52f4f6647688486d9a47b474d5c6a991c712 | refs/heads/master | 2021-03-24T12:22:04.921517 | 2017-06-24T17:39:54 | 2017-06-24T17:39:54 | 71,652,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,309 | cpp |
#include "nodes/pardata_nodes/parallel_data_sync_node.h"
#include "messages/forward_propagation_message.h"
#include "messages/backward_propagation_message.h"
#include "tools/math.h"
#include "states/backward_train_state.h"
#include "states/forward_train_state.h"
std::string ParallelDataNeuralNode::SyncNode::m_type = ... | [
"rd613@imperial.ac.uk"
] | rd613@imperial.ac.uk |
215a8e7f38f52bdee15d49a6fc3a4d53d3771f00 | 2f874d5907ad0e95a2285ffc3592b8f75ecca7cd | /src/beast/beast/module/core/files/DirectoryIterator.cpp | 5b754a5e84aacd701fe9238fc3cc925cd4cc70de | [
"MIT-Wu",
"MIT",
"ISC",
"BSL-1.0"
] | permissive | dzcoin/DzCoinService | fb93809a37fad0a26bf26189266b44cf4c797865 | b0056717d6bcc1741f4fb3f3f166cd8ce78393f9 | refs/heads/master | 2021-01-20T20:28:41.639585 | 2016-08-15T06:21:51 | 2016-08-15T06:21:51 | 65,678,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,569 | cpp | //------------------------------------------------------------------------------
/*
this file is part of beast: https://github.com/vinniefalco/beast
copyright 2013, vinnie falco <vinnie.falco@gmail.com>
portions of this file are from juce.
copyright (c) 2013 - raw material software ltd.
please vis... | [
"dzgrouphelp@foxmail.com"
] | dzgrouphelp@foxmail.com |
9a36442ac1ebe20ae6bfb33f1f9d2e03dd4a19eb | e87e60c2a2836ca34c5abf9661230e65dfd565d2 | /src/Json/JsonDiagnostics.cpp | 152799b4912c0020d7835a1872bfb29b6dccc562 | [
"Zlib",
"MIT"
] | permissive | lriki/Lumino.Core | 862234b2022388463d9e18f81aea8f95f9c1c55b | e67084fb8f0c2962b2b36916c747672540902d63 | refs/heads/master | 2021-01-25T15:19:35.856882 | 2017-01-23T13:13:37 | 2017-01-23T13:13:37 | 29,088,000 | 2 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,708 | cpp |
#pragma once
//#include "../Base/EnumExtension.h"
//#include "../Base/String.h"
//
//LN_NAMESPACE_BEGIN
//
///** JSON 解析のエラーコード */
//LN_ENUM(JsonParseError)
//{
// NoError = 0, ///< エラーは発生していない
// DocumentEmpty, ///< 入力文字列が空だった
// DocumentRootNotSingular, ///< 複数のルート要素が見つかった
// ValueInvalid, ///< 無効な値... | [
"lriki.net@gmail.com"
] | lriki.net@gmail.com |
2b4cb9b035bea8c817424321eb61aa71810542c1 | efaf2832b2fa4a95f1dca38c48128bd0e83126fc | /CodeChef/SAFPAR.cpp | 3b43de4f5dfb933abb90b78bd4e4280076ecb991 | [] | no_license | ailyanlu1/CompetitiveProgramming | e9b67ab02293d3bc5701bcabc32424c46cfcaffd | 55d13a1a5206305a5dfa0ba22c483d24fa4b89d3 | refs/heads/master | 2020-03-26T13:04:23.432571 | 2018-08-15T16:06:38 | 2018-08-15T16:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,387 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long
#define pii pair<int, int>
#define fi first
#define se second
const int mxN=5e5, M=1e9+7;
int n, a[mxN], l[mxN], r[mxN], b1[mxN+1], b2[mxN+1], qu[mxN], qh, qt;
ll dp[mxN+3];
vector<pii> t1[mxN+2], t2[mxN+2];
int main() {
ios_base::sync_with_stdio(0)... | [
"noreply@github.com"
] | ailyanlu1.noreply@github.com |
73871068d5f469a92f87b79981c11381a6cdf788 | a05e148a60a5901c1b8faa4aba964e8788fbe1e7 | /cpp/mat_gen2/main.cpp | 71697e08c671e2c83e09533a6a92ea7c57895e71 | [] | no_license | u1234x1234/kaggle-truly-native | 8dd08592e5847be7373c49434f59910dce70b6c7 | 22500be88dc36025ebbec6c354a55bb96b5480cb | refs/heads/master | 2021-01-10T02:03:22.762598 | 2017-04-30T15:16:35 | 2017-04-30T15:16:35 | 47,903,273 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,602 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <future>
#include <cstdlib>
#include <vector>
#include <unordered_set>
#include <unordered_map>
#include <chrono>
#include <cctype>
#include <functional>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include "../xgboost/wrapper/x... | [
"u1234x1234@gmail.com"
] | u1234x1234@gmail.com |
ea6693530894b315a7c44282ed1a581bf698cda9 | 24ce061d37343fb1c3129596546577a6622c85d4 | /CS_048-04812030-0006172461-2/2018-1-E.cpp | c75219c1428b3ddc92c379d55a7823ff0afa3bbb | [] | no_license | Tenant/Algorithm-Repo | d61026c835ffe9a9a03ae705702e495adcd45d36 | 96c5f6c44145bfa488811756aa2ce5269e577471 | refs/heads/master | 2021-04-09T17:21:59.418228 | 2019-01-13T19:36:05 | 2019-01-13T19:36:05 | 125,698,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | cpp | #include <iostream>
#define N_MAX 65536
int pre[N_MAX],cnt;
void process(int* mid, int* post, int length)
{
int pos=0;
for(;pos<length && mid[pos]!=post[length-1];pos++);
pre[cnt++]=mid[pos];
if(pos>0)
{
process(mid,post,pos);
}
if(pos<length-1)
{
proces... | [
"gaoshuqi@pku.edu.cn"
] | gaoshuqi@pku.edu.cn |
c296471aec402aaa608b0b3709e5e956d80cc2a1 | dbc2f341a9e9e0200f9a59e8b05a5cad0301e3ec | /uint256.cpp | bf95b8fed158b6cdac7b619cd87b27916d913ee2 | [] | no_license | JonSalazar/serialization | 3523e20abd521f2d7f36c0b88befbb76e9657db9 | e91f41505598ee37cec3cdbaa771f2f68fcd4368 | refs/heads/master | 2020-04-24T18:00:48.528153 | 2019-03-07T03:47:35 | 2019-03-07T03:47:35 | 172,166,665 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,286 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2017 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "uint256.h"
#include "utilstrencodings.h"
#include <stdio.h>
#include ... | [
"jonsalazar99@hotmail.com"
] | jonsalazar99@hotmail.com |
a378ed72f41d87b8240403880c4c548aafebc9a1 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5648941810974720_0/C++/stalker506/main.cpp | 6bf97dabfa10e0a1938201e31b1e1171844e8c3c | [] | 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,235 | cpp | //#include "stdafx.h"
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cctype>
#include <cstring>
#include <algorithm>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <iomanip>
#include <deque>
using namespace std;
typedef double ld;
type... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
663e562acb468e1d2124231f740e3d454d53f3dd | 6f4883cec42366e1ed7dc4ddf25b56e7702b0c69 | /2387/5196830_AC_79MS_4528K.cpp | 8438660a6c0259d99845da9267e7aed14c4abd54 | [] | no_license | 15800688908/poj-codes | 89e3739df0db4bd4fe22db3e0bf839fc7abe35d1 | 913331dd1cfb6a422fb90175dcddb54b577d1059 | refs/heads/master | 2022-01-25T07:55:15.590648 | 2016-09-30T13:08:24 | 2016-09-30T13:08:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 948 | cpp | #include<stdio.h>
#include<string.h>
const int maxn=1100;
const int INF=100000000;
int map[maxn][maxn],d[maxn];
bool flag[maxn];
int m,n;
void dijkstra()
{
int i,j,minv,s;
memset(flag,false,sizeof(flag));
for(i=1;i<=n;++i)
d[i]=INF;
d[1]=0;
for(i=1;i<=n;i++)
{
minv=INF;s=-1;... | [
"dilin.life@gmail.com"
] | dilin.life@gmail.com |
e11393522975325d140b2400b45eab816d428a7a | d93b93310b0d35df76331869aba39556bbf2a1e1 | /Parcial 1 y 2/ThreadsConv/10Conveniencia/RAM.cpp | 7e8c024475ebb6d4922a39777d967539c64afca0 | [] | no_license | ErickMimin/Ukranio | 5093d3919c41905339902e878f39e23fd0c26ed2 | 17d8f4f9860c0366c91299a80cd1d56cbe45e085 | refs/heads/master | 2021-01-02T10:32:53.147488 | 2020-05-23T05:23:43 | 2020-05-23T05:23:43 | 239,578,836 | 0 | 0 | null | 2020-05-20T22:26:23 | 2020-02-10T18:07:44 | C | UTF-8 | C++ | false | false | 325 | cpp | #include <iostream>
#include <cstdlib>
using namespace std;
#define numeroElementos 999000000
int main() {
unsigned long *arreglo, i;
arreglo = new unsigned long[numeroElementos];
for(i = 0; i < numeroElementos; i++)
arreglo[i] = 0;
for(i = 0; i < 1000010000; i++){
arreglo[rand() % numeroElementos] = rand();... | [
"Eri_mimo@hotmail.com"
] | Eri_mimo@hotmail.com |
dee05680523547303c3d5bbf429efce7b63031a9 | 5c5033209087c5d2c72415ae45efab42e5658d08 | /蓝桥/2013年第四届蓝桥C++B组/2013.07错误票据.cpp | 9c6e8bff0334f5d3fec427d7c2e32d7d2fe69532 | [] | no_license | mqaaa/algorithmmic | 1b6f4bd8381d76625f726bad662783b28080de9d | 811b6ae7c1ff021149c79e54ce9366e95fcb8c8b | refs/heads/master | 2021-03-30T17:26:00.934151 | 2018-04-18T14:00:27 | 2018-04-18T14:00:27 | 123,786,066 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,230 | cpp |
/*************************************************************
Author : qmeng
MailTo : qmeng1128@163.com
QQ : 1163306125
Blog : http://blog.csdn.net/Mq_Go/
Create : 2018-03-23 16:41:43
Version: 1.0
**************************************************************/
#include <cstdio>
#include <iostream>
#include<algo... | [
"qmeng1128@163.com"
] | qmeng1128@163.com |
ac15be14855e7923430d97241c783751272e3d8f | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /_REPO/MICROSOFT/react-native-windows/vnext/Microsoft.ReactNative.Cxx/UI.Xaml.Controls.h | 1040f9786a35e27950bab817564588595f442e1c | [
"MIT"
] | permissive | bgoonz/UsefulResourceRepo2.0 | d87588ffd668bb498f7787b896cc7b20d83ce0ad | 2cb4b45dd14a230aa0e800042e893f8dfb23beda | refs/heads/master | 2023-03-17T01:22:05.254751 | 2022-08-11T03:18:22 | 2022-08-11T03:18:22 | 382,628,698 | 10 | 12 | MIT | 2022-10-10T14:13:54 | 2021-07-03T13:58:52 | null | UTF-8 | C++ | false | false | 354 | h | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#ifdef USE_WINUI3
#include <winrt/Microsoft.UI.Xaml.Controls.h>
namespace winrt::Microsoft::UI::Xaml::Controls {
using IControl7 = Control;
} // namespace winrt::Microsoft::UI::Xaml::Controls
#else
#include <winrt/Windows.UI.Xaml.... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
e5dfafe041a81815be98368a96047f9f5630ce9e | c5cf8346c93728e98d086277ebf1d513481c9216 | /ShinobiEngine/Engine/GameObjectx/Components/Transform2D.cpp | 683ac36f00c3eb8378af03432795d16831ca498a | [
"Apache-2.0"
] | permissive | denevcoding/ShinobiEngine2D | 46834bb59317a81809cb46719d9061a46beed4e1 | 3d29adc18cd4ccbb975969d1ccf348401c715fa4 | refs/heads/master | 2022-11-18T05:32:03.189537 | 2020-07-22T13:05:54 | 2020-07-22T13:05:54 | 281,673,477 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | cpp | #include "stdafx.h"
#include "Transform2D.h"
Transform2D::~Transform2D()
{
std::cerr << "Se destruido un Tansform 2D" << std::endl;
}
void Transform2D::Update(double ftimeDiff)
{
}
void Transform2D::ReceiveMsg(const Message& message)
{
}
void Transform2D::Activate()
{
m_isEnabled = true;
}
void Transform2D::Dea... | [
"kevin.velez@live.u-tad.com"
] | kevin.velez@live.u-tad.com |
2b1e52a6cbf68b80b1207375815a8301709dfaf2 | 08d17ddeb5713d8e7a4ee01054fcce78ed7f5191 | /tensorflow/compiler/xla/service/while_loop_trip_count_annotator_test.cc | 5c19cbc015dab7721dc60e015ca7125cc628fc0a | [
"Apache-2.0"
] | permissive | Godsinred/tensorflow | 9cd67e1088ad8893265651ad4a5c45a6640b6c96 | 45100d5f55d7cba15bffcd91bf521ed37daf7bca | refs/heads/master | 2020-04-25T19:44:53.669366 | 2019-02-28T01:54:55 | 2019-02-28T02:59:15 | 173,030,955 | 2 | 0 | Apache-2.0 | 2019-02-28T03:03:41 | 2019-02-28T03:03:41 | null | UTF-8 | C++ | false | false | 6,970 | cc | /* Copyright 2019 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... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
1e31d4e372b97c989b994770a7325545f9ae9b6d | ac16a937f32602cf16114463f8e875a972f64c27 | /docs/dolfin/2016.2.0/cpp/source/demo/undocumented/multimesh-poisson/cpp/MultiMeshPoisson.h | 5e1f215f688133eca1de1d5f3b95e3c9129ff8df | [] | no_license | mparno/fenics-web | 2073248da6f9918ffedbe9be8a3433bc1cbb7ffb | 7202752da876b1f9ab02c1d5a5f28ff5da526528 | refs/heads/master | 2021-05-05T04:45:46.436236 | 2016-12-06T20:25:44 | 2016-12-06T20:25:44 | 118,628,385 | 2 | 0 | null | 2018-01-23T15:21:47 | 2018-01-23T15:21:46 | null | UTF-8 | C++ | false | false | 132,702 | h | // This code conforms with the UFC specification version 2016.2.0
// and was automatically generated by FFC version 2016.2.0.
//
// This code was generated with the option '-l dolfin' and
// contains DOLFIN-specific wrappers that depend on DOLFIN.
//
// This code was generated with the following parameters:
//
// c... | [
"johannr@simula.no"
] | johannr@simula.no |
76b2700d4c5d8f2d7e86078a77409ab606d453e9 | 1a8f5d5fb51498859bb06d0287ad6c38e9bb8f70 | /sparta/test/PatriciaTreeSetAbstractDomainTest.cpp | 198d8ac22d4a2e7b919b3c48c23d5e5ee21526bc | [
"MIT"
] | permissive | willpyshan13/redex | a5c3109734626bb647e2dfcd49c7d38075ab3553 | 0bb6a6ca434c4f57e825f0c3e0d47d7f1388529f | refs/heads/master | 2022-04-15T07:19:18.825412 | 2020-04-15T01:25:03 | 2020-04-15T01:27:58 | 255,777,262 | 1 | 0 | MIT | 2020-04-15T01:57:46 | 2020-04-15T01:57:45 | null | UTF-8 | C++ | false | false | 5,849 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "PatriciaTreeSetAbstractDomain.h"
#include <algorithm>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <memory... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
3c89e47dd3381b4dfa1a4340129f79effcc80b24 | 5fd336b1e29a2a439ec16f81b0ed6fd38a9538de | /REM.cpp | d9c41b3e0d4a44f06294672395f5a36d0c19507b | [] | no_license | itsmekate/ft_gkrellm | 58a7924cf0f5d77cf6f8e0fcf26a43942bec34c8 | 698101198a89cb759619e579807a5b935c44a295 | refs/heads/master | 2020-04-01T04:22:00.289774 | 2018-10-14T14:14:27 | 2018-10-14T14:14:27 | 152,860,364 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,550 | cpp | //
// Created by Kateryna PRASOL on 13.10.2018.
//
#include "REM.h"
REM::REM()
{
char line[80];
FILE *top = popen("top -l 1| grep PhysMem", "r");
fgets(line, sizeof(line), top);
pclose(top);
_REM = line;
}
REM::REM(REM const &rhs)
{
*this = rhs;
}
REM const & REM::operator=(REM const &rhs)
{... | [
"prasolkaterina@knu.ua"
] | prasolkaterina@knu.ua |
708d4db49841340a0817964cd6e8bc8fade7ba13 | 48d716be7c6ee6c227c51998f30621e4e80ae690 | /util.cpp | 184268edf27e963128752c1827fb114b1fd7bb04 | [] | no_license | aceiii/sfml-game-dev | 329296f905f20604c248e0b96dc1d4bdc1d2c460 | aeb09541ffe4e13f3f94952c6171dd31d38be17b | refs/heads/master | 2021-01-12T13:00:59.407055 | 2016-10-24T16:25:44 | 2016-10-24T16:25:44 | 70,112,358 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,164 | cpp | #include <sstream>
#include <complex>
#include "util.h"
std::string keyToString(const sf::Keyboard::Key& key) {
switch (key) {
case sf::Keyboard::Unknown: return "Unknown";
case sf::Keyboard::A: return "A";
case sf::Keyboard::B: return "B";
case sf::Keyboard::C: return "C";
... | [
"borin.ouch@gmail.com"
] | borin.ouch@gmail.com |
4fa3a54aae386cca811170d5456c04f5ba6c6afd | 5137b0cc9b3f7d90425d584f06bda9e4df0f76f8 | /OOP345/MS3/CustomerOrder.h | 9fe50f1de43eebd0ec3b07d7f76ec17a4c02329d | [] | no_license | zzhao58/Zoey_Repos | 2136a19292899bdd3c90ff58b898345096134fa6 | 43519036c087107ca035acf695d127519ead4800 | refs/heads/master | 2023-01-04T17:12:15.152868 | 2019-12-05T02:52:30 | 2019-12-05T02:52:30 | 149,228,810 | 1 | 0 | null | 2023-01-03T16:14:17 | 2018-09-18T04:26:06 | C++ | UTF-8 | C++ | false | false | 817 | h | //CustomerOrder.h
//Zhi Zhao (109079178)
#ifndef CUSTOMERORDER_SICT_H
#define CUSTOMERORDER_SICT_H
#include <iostream>
#include <string>
#include <vector>
#include <array>
#include "ItemInfo.h"
#include "ItemSet.h"
const int MAX = 5;
namespace sict{
class CustomerOrder {
std::string CustomerName;
std::string ... | [
"zoeyzhao100@gmail.com"
] | zoeyzhao100@gmail.com |
403a9f86e53a9d80bc3ad00e87d72ca64919e4d4 | ae3dd93d22fbe363d88f454587b3a08f1f2e7952 | /src/slg/engines/oclrenderengine.cpp | fee7240b900d3aed8a44bdb347e02d51ecdf6519 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tschw/LuxCore | 1efcfc679856745d33f93d25eb3e9056576d3c4d | 111009811c31a74595e25c290bfaa7d715db4192 | refs/heads/master | 2021-04-12T08:09:14.760438 | 2018-03-20T10:27:15 | 2018-03-20T10:27:15 | 126,042,938 | 0 | 0 | Apache-2.0 | 2018-03-20T15:48:42 | 2018-03-20T15:48:37 | null | UTF-8 | C++ | false | false | 6,164 | cpp | /***************************************************************************
* Copyright 1998-2018 by authors (see AUTHORS.txt) *
* *
* This file is part of LuxCoreRender. *
* ... | [
"dade916@gmail.com"
] | dade916@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.