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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4e89b0a06a1b3b78bff7e332ba0d6a7534e6a2e5 | 4b187bd1e89f6bcce100b7bd05b4ff202522bc4d | /OnlineJudgeSolutions/Codeforces/codeforces 743B.cpp | b1467614c6ac9b2b1b7e811bb0db8c3c6b40f1f8 | [] | no_license | codefresher32/CompetitiveProgramming | e53133a906081e7931966216b55d4537730d8ba3 | 923009b9893bdb0162ef02e88ea4223dc8d85449 | refs/heads/master | 2021-04-13T06:51:04.428078 | 2020-03-24T13:40:16 | 2020-03-24T13:40:16 | 249,144,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
long long n,k,ans=0;
cin>>n>>k;
a:if(k%2==0)
{
ans++;
k/=2;
goto a;
}
else
ans++;
cout<<ans<<endl;
return 0;
}
| [
"noreply@github.com"
] | codefresher32.noreply@github.com |
ac79723e532c74fd0af2bcaa1cfb9c655dcd8894 | d5bf1e47a950133137a16056c3112a90f26b1a48 | /atcoder/abc/124/answer_3.cpp | a6acae42aa0e699744f9c7c36506c9fb7e5592b4 | [] | no_license | shunkakinoki/ncp | 46853e564e1523f8fc6aa25498308cc064c22c47 | cfdaf3c4a66d0f89a9d4a87fa2edd1fdb4378f74 | refs/heads/master | 2020-05-01T05:55:15.643847 | 2019-07-29T23:57:09 | 2019-07-29T23:57:09 | 177,315,826 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 493 | cpp | #include <iostream>
#include <string>
#include <cmath>
#include <vector>
#include <algorithm>
using namespace std;
int main()
{
string S;
cin >> S;
int c = 0;
int N = S.size();
for (int i = 0; i < N; i++)
{
if (i % 2 == 0)
{
if (S.at(i) == '0')
c++;
... | [
"shunkakinoki@gmail.com"
] | shunkakinoki@gmail.com |
86f761ed582d8612e9c75774ae5e6f18f49233d9 | cebd786b7b893700d526bc9b5b001bc326043c9a | /STRING/30_CountTheBracketSwap.cpp | 88a3f7f61c3afa94482162ea602cf3f044c9392e | [] | no_license | Healer-kid/CODING | 2b2ff52d05c2376cb03c4f1bf62a3b545568eff4 | 76a4b2835a9897bae41db557553b8b52c90e37a7 | refs/heads/main | 2023-07-23T01:24:32.316712 | 2021-08-27T08:07:03 | 2021-08-27T08:07:03 | 349,797,195 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,527 | cpp | Minimum Swaps for Bracket Balancing
LINK:https://www.youtube.com/watch?v=Ylz6mwghDrU
You are given a string S of 2N characters consisting of N ‘[‘ brackets and N ‘]’ brackets. A string is considered balanced if it can be represented in the for S2[S1] where S1 and S2 are balanced strings. We can make an unbalance... | [
"noreply@github.com"
] | Healer-kid.noreply@github.com |
24d3108a8ffbe56ce976d0a3ed40eecdb2f1ec80 | c3d0d94eb7f1f3deebad04567fb34c1274131ea6 | /motionCapture/motionCapture.ino | 1f335a1c0d4b41ba5ce9537a986a8c336956a867 | [
"Apache-2.0"
] | permissive | ktdiedrich/deepIoT | 8dc2cf179db504dd81c21ddf514ff6e0de7f1f11 | 90d6d62adf7a403df04d57f12bd7cd6b2e2a4779 | refs/heads/main | 2023-02-17T09:33:55.844363 | 2021-01-15T22:34:19 | 2021-01-15T22:34:19 | 329,787,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,634 | ino | /*
IMU Capture
This example uses the on-board IMU to start reading acceleration and gyroscope
data from on-board IMU and prints it to the Serial Monitor for one second
when the significant motion is detected.
You can also use the Serial Plotter to graph the data.
The circuit:
- Arduino Nano 33 BLE or A... | [
"ktdiedrich@gmail.com"
] | ktdiedrich@gmail.com |
9761bc78a1cf1cd0d2b2b11492a442be292e8513 | 36eb29ac0fe1523e04642069be5cb111477f0dd6 | /CAD/sketchup-parser/include/SketchUpProducer.h | f083e3c0737923d4de0cf2ca3fe41466c1e16e60 | [
"MIT"
] | permissive | aditya070/sideProjects | 86399d33e39a55e9d8cd934b96c60726e01477c6 | 3c858e0b239038a3194e2c4cda08d2521bd18ff8 | refs/heads/master | 2022-11-26T12:13:42.290086 | 2020-08-08T18:50:59 | 2020-08-08T18:50:59 | 286,096,690 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | h | #ifndef SketchUpProducer_H
#define SketchUpProducer_H
#include <SketchUpAPI/common.h>
#include <SketchUpAPI/geometry.h>
#include <SketchUpAPI/initialize.h>
#include <SketchUpAPI/model/model.h>
#include <SketchUpAPI/model/entities.h>
#include <SketchUpAPI/model/face.h>
#include <SketchUpAPI/model/edge.h>
#include <Sket... | [
"adityazicronhead@gmail.com"
] | adityazicronhead@gmail.com |
0c24d17766355920717f8d3a73f7b508c2ffcfc4 | 4d657ab78b904f3103ff9f8dc2bd5c137fb0973a | /gfg/two-set-sum-partition.cpp | 1be373fb5a9405a019c03fc4588e6821b95bf53e | [] | no_license | durgeshak19/Cpp_DS_Algos | 8b5eddcdea0d552f50f72fc4295bd632c4de6d61 | 42e5071b110e82a6cbda0ab08813daaf51119af2 | refs/heads/main | 2023-09-05T04:52:08.131393 | 2021-11-22T08:49:32 | 2021-11-22T08:49:32 | 367,378,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | cpp | #include<bits/stdc++.h>
using namespace std;
bool subsetSum(vector<int> &arr,int n , int sum){
if(sum == 0){
return true;
}
if(n == 0 && sum!=0){
return false;
}
if(arr[n-1] > sum){
return subsetSum(arr , n -1 , sum);
}
else
return subsetSum(arr , n-1 , sum ... | [
"durgesh.ak19@gmail.com"
] | durgesh.ak19@gmail.com |
e12a1f0bbac2d747024ffa90a5b32345bc8532c7 | e6afc60d4492a86e94ac01ef7426f2b5ded32cd5 | /1231.cpp | 4d4c8cd419cf60851f14feb0940cd86c50b4c583 | [] | no_license | deskmel/online-judge-for-sjtu | b4d5fefbd2ff80d57c46f56e024aeffa828af6bf | 18d4d448fce08e65882730512f2dd200ba61107e | refs/heads/master | 2020-04-03T02:27:39.965048 | 2018-11-20T02:35:00 | 2018-11-20T02:35:00 | 154,957,057 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,033 | cpp | #include <iostream>
using namespace std;
//并查集
int p[100000];
int rank[100000];
int ca[100000];
bool get[100000];
int a,b;
int n;
int l[1000000];
int r[1000000];
void link(int x,int y)
{
if (r[x]>r[y])
p[y]=x;
else
{
p[x]=y;
if (r[x]==r[y])
r[y]+=1;
}
}
void UNION(int x,int y)
{
link(x,y);
}
int find... | [
"deskmel@sjtu.edu.cn"
] | deskmel@sjtu.edu.cn |
4e1c41f57bf4fa945eec4a82a1957e4f379b5c7b | 7942b457c56662743a6128517f1ba7287a4e7504 | /2020_02_04/BOJ1695_JJ.cpp | accfd8e235096133465f792f43d9abf80ae16601 | [] | no_license | JungJaeLee-JJ/Algorithmic-Problem-Solving | 8fdaf772b54fc21f9f1af64db4bd0b28fc69c48e | 814d771b8d31c0bb5e1600c72a970db79103e45f | refs/heads/master | 2021-07-15T20:46:17.515870 | 2020-12-06T13:34:09 | 2020-12-06T13:34:09 | 231,224,644 | 0 | 1 | null | 2021-07-24T08:51:49 | 2020-01-01T14:14:32 | C++ | UTF-8 | C++ | false | false | 544 | cpp | #include <iostream>
#include <cmath>
#include <cstring>
using namespace std;
int n;
int arr[5001];
int dp[5001][5001];
int solv(int left, int right, int ans)
{
if(left>=right) return ans;
if(dp[left][right]!=-1) return dp[left][right];
if(arr[left]!=arr[right]) ans=ans+min(solv(left+1,right,ans),solv(lef... | [
"tjems8637@gmail.com"
] | tjems8637@gmail.com |
4387f6b27bf684644199cb0fccda8f8c25a40bee | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /bmvpc/src/v20180625/model/DeleteCustomerGatewayResponse.cpp | f6a3bdce6295b2bd0ea9bc047f46790644d01bf5 | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 2,471 | cpp | /*
* 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
... | [
"jimmyzhuang@tencent.com"
] | jimmyzhuang@tencent.com |
b6a5c3ae31f2ef6bc6eaa18d049271920d834363 | 97a470d2f3f1857fe3d6f1a83b07e48fc78fc77b | /RayTracer/src/shader/shader.h | 97ecc56499a777d464f1362fa064857b32cb226b | [
"MIT"
] | permissive | blizmax/ManyLightsWarmup | 4cb1e3233c8e834007cf38e86018fcc52e33f43b | 0fdb298f2fbb67bb50a0aa14ae5f7e01f8272e22 | refs/heads/master | 2022-03-30T21:25:53.400545 | 2019-12-17T16:41:03 | 2019-12-17T16:41:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152 | h |
#include "Vec3f.h"
#include "Ray.h"
#include "HitInfo.h"
class shader
{
public:
virtual Vec3f shade(Ray ray, HitInfo hit, bool emit = false) = 0;
}; | [
"mathiasgam@hotmail.com"
] | mathiasgam@hotmail.com |
b74e2f09a60c188bdce5a2d96f229b502a473502 | 11a01e0fdf5c20f67c429d8450d20127d075c801 | /opencmCode/PruebaCompleta/PruebaCompleta.ino | 4b1775d0d2c1a9d3cfd1db8b0988305385313c0a | [] | no_license | estebanramir/TrabajoDeGrado-INTERFAZ-EMOCIONAL-PARA-EL-ROBOT-DARWIN-MINI-EN-EL-CONTEXTO-DE-TEATRO-ROB-TICO | 95f07bb5b8b37e8971282c85b2009d163a7df7fb | e8447c89b09db5d101acd43e5281fc9246b0f758 | refs/heads/master | 2020-04-07T11:33:46.808588 | 2018-11-20T04:38:58 | 2018-11-20T04:38:58 | 158,331,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43,129 | ino | #define DXL_BUS_SERIAL1 1 //Dynamixel on Serial1(USART1) <-OpenCM9.04
Dynamixel Dxl(DXL_BUS_SERIAL1);
char instruccion;
int tam;
char arregloNodos[100];
int arregloNodosInt[100];
int sentimiento;
void setup()
{
// Initialize the dynamixel bus:
// Dynamixel 2.0 Baudrate -> 0: 9600, 1: 57600, 2: 115200, 3: 1Mbps
... | [
"noreply@github.com"
] | estebanramir.noreply@github.com |
8cce73e5e1d1ff84fc4ad06e4332df3e7395f772 | ca463b7b38d6370ff3cfbdb6d11bd5f2430a2acc | /Interpreter.cpp | da1a5425ce846bce4cc8e9b372a4b8779fdd71cd | [] | no_license | BlackHart98/Sticher | 23c157c383e7bce1d105629b4d179e6ccf56d0a9 | 4dcb375479a944c3c08556c772fda8d03403b974 | refs/heads/master | 2021-01-04T01:20:23.169104 | 2020-02-13T17:57:23 | 2020-02-13T17:57:23 | 240,320,819 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 136 | cpp | #include "Interpreter.h"
using namespace Sticher;
Interpreter::Interpreter()
{
//ctor
}
Interpreter::~Interpreter()
{
//dtor
}
| [
"pjacks419@gmail.com"
] | pjacks419@gmail.com |
457be6f5ffa97d7671c673c622da42f572ffb492 | d9a634f3788a08e4dd02745e6764a9e56c4b2fd9 | /src/util/moneystr.h | 3b486876b9ab7726e5a4d392beaef9d3e9a49396 | [
"MIT"
] | permissive | hhhogannwo/MAGA | b7f19314cb32d6db064c3caa9324c3386a6c3f2a | cb81907eb1e5a87669a8244d8657041aa8456328 | refs/heads/master | 2022-03-04T03:07:28.167818 | 2022-02-17T02:01:27 | 2022-02-17T02:01:27 | 172,364,824 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Copyright (c) 2022 The MAGA Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
/**
* Money parsing/formatting ut... | [
"noreply@github.com"
] | hhhogannwo.noreply@github.com |
73be49d65f6332365f34120ec64e89337552ed2f | ff63e451db8f0b04b0cb0bbbff1dd1ed2c002fac | /targetSumTriplet.cpp | 9d9cc95211b020e8c3e28b5770dd994310ced747 | [] | no_license | pradyumngupta/test-cpp | 857ab5dd7aca1c4ff4522d9daee3d8c5affd4d72 | 6fe32b48f91721e369396829349f1d9dd482dda0 | refs/heads/master | 2022-09-25T12:58:44.409358 | 2020-06-05T07:15:27 | 2020-06-05T07:15:27 | 269,552,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 671 | cpp | #include<bits/stdc++.h>
using namespace std;
void targetSumTriplet(int arr[],int n,int sum){
int l,r,temp;sort(arr,arr+n);
for(int i=0;i<n-2;i++){
l=i+1; r=n-1;
temp=sum-arr[i];
while(l<r){if(arr[l]+arr[r]>temp){
r--;
}
else if(arr[l]+arr[r]<temp){
l++;
}
else if(arr[l]+arr[r]==temp){
... | [
"pradyumngupta18@gmail.com"
] | pradyumngupta18@gmail.com |
9b94b46d289481f89fc5354d849c1c6ff6385c4e | fe81eae22f5662b6b6dca838b6972be27ca63b2d | /aorus/AORUS/inc/mainboard/MBCtrl.cpp | 5733fca1fa145263963c8b6ea104d75bc20c6c14 | [] | no_license | josephx86/Aorus | d014c1d97131cfb7201ab0352b38e2bc4adb007e | 8f9dcd4a4b55176d4575d9309e8536fbc8008b60 | refs/heads/master | 2021-05-05T19:29:47.147219 | 2017-07-25T09:36:08 | 2017-07-25T09:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,535 | cpp | #include "stdafx.h"
#include "MBCtrl.h"
//CMBCtrl *g_Mbctrl;
CMBCtrl::CMBCtrl()
{
m_bConnected = false;
//g_Mbctrl=this;
m_hWnd = NULL;
Ptr_Struct=Get_LED_Struct();
GetModuleName();
m_hDelaySetLedEvent=CreateEvent(NULL,FALSE,FALSE,NULL);
m_hDelaySetLedThread=CreateThread((LPSECURITY_ATTRIBUTES)NULL,0,
(LPTH... | [
"925350731@qq.com"
] | 925350731@qq.com |
43109b5e1ffb6615ac1e45b9a92cd8756525fd0a | 332515cb827e57f3359cfe0562c5b91d711752df | /Application_UWP_WinRT/Generated Files/winrt/impl/Windows.Storage.Pickers.2.h | f7c6a0195b38d7ca658d79631655e7137b4ef79e | [
"MIT"
] | permissive | GCourtney27/DX12-Simple-Xbox-Win32-Application | 7c1f09abbfb768a1d5c2ab0d7ee9621f66ad85d5 | 4f0bc4a52aa67c90376f05146f2ebea92db1ec57 | refs/heads/master | 2023-02-19T06:54:18.923600 | 2021-01-24T08:18:19 | 2021-01-24T08:18:19 | 312,744,674 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,585 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.201113.7
#ifndef WINRT_Windows_Storage_Pickers_2_H
#define WINRT_Windows_Storage_Pickers_2_H
#include "winrt/impl/Windows.Foundation.Collections.1.h"
#include "winrt/impl/Windows.Storage.1.h"
#include "winrt/impl/Windows.System.1.h"
#include "... | [
"garrett1168@outlook.com"
] | garrett1168@outlook.com |
98107bffbe0f541c6b18ea3e76a329f9a6259fc2 | 8dde11ce7797053e0f8c61a5d790c4440cc02ba3 | /sources/lib_util/calc_rad_deg.cpp | 216e139df3397318cff0c4f3bfbe83723465109a | [
"BSD-3-Clause"
] | permissive | sahwar/GTS | 0ca6a09ea326d9fd16883f33d9e4da0dd4f7ba83 | b25734116ea81eb0d7e2eabc8ce16cdd1c8b22dd | refs/heads/master | 2020-04-19T21:32:10.110192 | 2018-11-26T07:53:26 | 2018-11-26T07:53:26 | 168,444,156 | 1 | 0 | BSD-3-Clause | 2019-01-31T01:41:15 | 2019-01-31T01:41:14 | null | UTF-8 | C++ | false | false | 171 | cpp | #include "calc_rad_deg.h"
namespace calc {
double rad_from_deg( const double deg )
{
return 3.14159265358979323846264338327950288 * deg / 180.0;
}
} // namespace calc
| [
"masafumi_inoue@dwango.co.jp"
] | masafumi_inoue@dwango.co.jp |
6c0e97d01593d4ec3b82fc4cd9b65078b6e3cc29 | 47ff8543c73dab22c7854d9571dfc8d5f467ee8c | /BOJ/9501/9501.cpp | 36371f749e5708a27ecb887a9a3597f821f9d03e | [] | no_license | eldsg/BOJ | 4bb0c93dc60783da151e685530fa9a511df3a141 | 6bd15e36d69ce1fcf208d193d5e9067de9bb405e | refs/heads/master | 2020-04-16T02:18:55.808362 | 2017-11-28T11:02:37 | 2017-11-28T11:02:37 | 55,879,791 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | cpp | #include <iostream>
using namespace std;
int main(){
int t,num;
double d;
cin >> t;
while(t--){
int count = 0;
cin >> num >> d;
while(num--){
double a, b, c,f, result;
cin >> a >> b >> c;
f = b/c;
result = a*f;
if(result >= d){
count++;
}
}
cout << count << endl;
}
} | [
"kgm0219@gmail.com"
] | kgm0219@gmail.com |
9a617e3f2613b7b8c59a44efa39c7e86f88f1fa5 | 453ef442430b58701b4e67bc9c6d55cc0d7aeb3f | /workspace/include/SlalomBlackyInfomation/SlBkPositionCorrectionInfomation.h | c52082046cf90041a7c6d9cdcd5860d49b3525d4 | [] | no_license | sakiyama02/chanponship | 6d6348eb3e200b7682aa3ec3917e2c7746f754cb | 2dccb2670d03db301434c223d3b80beed55a24d3 | refs/heads/master | 2023-09-06T00:12:07.740578 | 2021-10-22T02:33:11 | 2021-10-22T02:33:11 | 419,940,625 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 755 | h | //SlBkPositionCorrectionInfomation
//スラロームブラッキーポジションコレクションインフォメーション
//
#pragma once
#include "../System/System.h"
class SlBkPositionCorrectionInfomation{
private:
PositionCorrectionData *positionCorrectionData = new PositionCorrectionData[SLALOMBLACKY_NUM];
public:
SlBkPositionCorrectionInfomat... | [
"sakiyama.hayato02@gmail.com"
] | sakiyama.hayato02@gmail.com |
1ef3cea049f44b45f0e1dd19323db8944dc3e613 | e76265e670de28ae7ff2a91a321a0c2533f4130e | /widget.h | 801b700da125aeba01f720d346566634a498b0f4 | [] | no_license | Belong34/SerialPort | 476aa30fc232a3fa390cca4c8b2ed4cd3cca52b4 | 834ead7e7259a2c1ce8d3d3cd7f3fda8bd04cbc8 | refs/heads/master | 2020-09-11T10:07:17.650451 | 2019-12-24T04:26:09 | 2019-12-24T04:26:09 | 222,030,859 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,219 | h | #ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <qDebug>
#include <QtSerialPort/QSerialPort>
#include <QtSerialPort/QSerialPortInfo>
#include <QTime>
#include <QDateTime>
#include "charts.h"
#include "chart2.h"
#include "form.h"
namespace Ui {
class Widget;
}
class Widget : public QWidget
{
Q_OBJECT... | [
"530738743@qq.com"
] | 530738743@qq.com |
790efba7702f724791ceb2056ba1656c453a375e | 399b5e377fdd741fe6e7b845b70491b9ce2cccfd | /LLVM_src/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash.pass.cpp | de5f6ae174d1c1ac3e47064274a5d009453a4884 | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0"
] | permissive | zslwyuan/LLVM-9-for-Light-HLS | 6ebdd03769c6b55e5eec923cb89e4a8efc7dc9ab | ec6973122a0e65d963356e0fb2bff7488150087c | refs/heads/master | 2021-06-30T20:12:46.289053 | 2020-12-07T07:52:19 | 2020-12-07T07:52:19 | 203,967,206 | 1 | 3 | null | 2019-10-29T14:45:36 | 2019-08-23T09:25:42 | C++ | UTF-8 | C++ | false | false | 3,513 | cpp | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"tliang@connect.ust.hk"
] | tliang@connect.ust.hk |
e752ba40a827c41ae9efc79e087dcf3771f91c99 | 40f26fac97de561ad384ae938bc6ac0c38830ba5 | /classes/cs352/overpaint_test/glwidget.cpp | 6bf6582ec016ce4a451ed06c3d0ad5f143e1daa7 | [] | no_license | dysbulic/tip | 9b2b192844c7ccda22ddfbb180a37c825bf72128 | 2efcbf19461110ac09cb337263a8fabecdf58c25 | refs/heads/master | 2023-06-24T12:55:31.689806 | 2023-06-14T03:27:09 | 2023-06-14T03:27:09 | 530,573 | 1 | 3 | null | 2023-03-05T10:46:17 | 2010-02-22T18:29:32 | HTML | UTF-8 | C++ | false | false | 8,718 | cpp | /****************************************************************************
**
** Copyright (C) 2006-2007 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt Toolkit.
**
** This file may be used under the terms of the GNU General Public
** License version 2.0 as publish... | [
"will@dhappy.org"
] | will@dhappy.org |
0fccbbace1436d8632bc3001959f15088aaa56cb | 73785b1dbcd81ec3e1efebeab6c1cb244400dc13 | /NDimYoung/Tableaux2D.h | 948bc4ba228fc7b45b8f050e545a26aaf39d609e | [] | no_license | GreenSliper/NDimYoung | cd3aeeaa8aa708e534957eacd388553e47803b7d | db07195d6998077274d7039e97026a8d70a2dbc9 | refs/heads/master | 2023-08-07T07:31:51.749599 | 2021-04-08T16:10:16 | 2021-04-08T16:10:16 | 279,287,569 | 0 | 0 | null | 2021-04-08T16:10:17 | 2020-07-13T11:47:28 | C++ | UTF-8 | C++ | false | false | 1,214 | h | #pragma once
#include "YoungNDim.h"
using namespace std;
typedef int tabType;
class Tableau2D
{
private:
vector<mainType> reserveColumns;
tabType diagNReserve = 0;
public:
vector<vector<tabType>> table;
vector<tabType> fastTable;
Young2D* diag;
tabType diagN = 0;
//initializer
Tableau2D(Young2D &base);
~Tab... | [
"butterwithnuts666@gmail.com"
] | butterwithnuts666@gmail.com |
de01453722bd05cc47608bd2b4f47cfc02ab44a6 | f03088d9d8b92fe5b8491b21dd73d4e061ecc502 | /Directory/directory-links/2018-competition/2018-comp/software/code/controllertomegawheelmode_ino.ino | 2c8b28aff01a99b14e4af9334a8898d082557796 | [] | no_license | mburg-dr-j/RMRC-BlueStorm | d2c3ad8fedfb54fec0ea6417638a9490a89a5b21 | 06e34a3ef94ddfdf15e3258e2dd224d99092b841 | refs/heads/master | 2021-06-30T17:03:36.987640 | 2019-06-17T17:23:08 | 2019-06-17T17:23:08 | 147,834,301 | 0 | 1 | null | 2018-09-07T19:54:24 | 2018-09-07T14:27:13 | null | UTF-8 | C++ | false | false | 7,267 | ino | /* __
____ ___ ___ _____________ __________/ /_ __ ___________ _
/ __ `__ \/ _ \/ ___/ ___/ _ \/ ___/ ___/ __ \/ / / / ___/ __ `/
/ / / / / / __/ / / /__/ __/ / (__ ) /_/ / /_/ / / / /_/ /
/_/ /_/ /_/\___/ / \___/\/_// / /____/_.___/\__,_... | [
"43070504+lieberj19@users.noreply.github.com"
] | 43070504+lieberj19@users.noreply.github.com |
0aebb3fa06f1ad3d56736c976eaddf8f540a5bb6 | 608b93fbd3277333f110e7ae7e787a5904a38fc8 | /cocos2dx/Classes/AppDelegate.cpp | 1be1837e9453e2c81d270be48903a326dcbbaad4 | [] | no_license | yumayo/Crysfia | 96bec4740946617d2bc3683b3cb74a5e7a1b75f9 | 4f2094502153b8ce90ca720a5790677774d430d4 | refs/heads/master | 2020-12-02T06:23:44.401938 | 2017-08-16T13:03:22 | 2017-08-16T13:03:22 | 71,362,415 | 3 | 8 | null | 2017-03-11T16:23:14 | 2016-10-19T13:52:51 | C++ | UTF-8 | C++ | false | false | 2,718 | cpp | #include "AppDelegate.h"
#include "Lib/EnvironmentDefaultData/EnvironmentDefaultData.h"
#include "User/SceneManager.h"
#include "User/System/DataSettings.h"
USING_NS_CC;
AppDelegate::AppDelegate( )
{
}
AppDelegate::~AppDelegate( )
{
}
// if you want a different context, modify the value of glCon... | [
"scha-taz0@outlook.jp"
] | scha-taz0@outlook.jp |
e13aba0afa7be62de65834207396265475e422e3 | 5c45c29653f16a34ec73c914772c4944a8a78aee | /json_tester/requestRealTime.ino | 49693de46fc7df6700966278f576cd97c502ea77 | [] | no_license | PrzKem/SM_Delta | 988ed077f9b71e936398408bd40b17d78991d1be | ae5f9afd3b0d577c07caf7a3538f22f5f014454c | refs/heads/main | 2023-03-20T13:32:02.133425 | 2021-03-09T10:32:22 | 2021-03-09T10:32:22 | 312,651,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,809 | ino | void requestRealTime()
{
float x, y, z;
int i;
//Serial.println(F("Connecting..."));
// Connect to HTTP server
client.setTimeout(10000);
if (!client.connect("192.168.1.100", 80)) {
Serial.println(F("Connection failed"));
return;
}
//Serial.println(F("Connected!"));
// Sen... | [
"noreply@github.com"
] | PrzKem.noreply@github.com |
4266dd6cc4c4dc02b93ac313fb2760b85488e52a | 7191b53937344d807971f83a113be1aeda15b615 | /cpp_layer/execution_interface.hpp | 6472cc2f6651cf2f14aac738ecfeb6e491ce8a9c | [] | no_license | RonMen10/Cross-device-CPU-GPU-transaction-processing | f451dd2c7384db0de2d660811401d6f6c2abc92a | 5c7142ee27150b93c1a7740a057a866dc873495d | refs/heads/master | 2023-01-14T04:48:55.200695 | 2020-11-12T13:51:34 | 2020-11-12T13:51:34 | 269,403,970 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,955 | hpp | //
// Created by gurumurt on 28/04/20.
//
#ifndef HERO_CPP_EXECUTION_INTERFACE_HPP
#define HERO_CPP_EXECUTION_INTERFACE_HPP
#pragma once
#include "../headers.hpp"
#include "cpp_globals.hpp"
namespace cpp_layer{
/*!
* It helps to execute the kernel that are built previously along with all the arguments
... | [
"noreply@github.com"
] | RonMen10.noreply@github.com |
8873b103e6b239143e76e8405fccde6943c8be77 | 8111eedfe2adf20daf5cc80d6a35ca6e9189bf64 | /SPAN/Optimization/Lant.cpp | f063b39101b48c6d03aec7dabf270cde532cc123 | [] | no_license | Xunpeng746/SPAN | dd05ef36d5eb6c7238393ce7a45a105ce402f130 | 12d1a22781acbd3b362b28ddc9abec5364374d21 | refs/heads/main | 2023-03-08T19:20:19.907595 | 2021-02-18T12:34:55 | 2021-02-18T12:34:55 | 340,044,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,058 | cpp | #include "Lant.h"
// extern size_t MAX_DIM;
Records Lant::run(int iter_num, Records records, double * weights)
{
int iter_cnt = 0;
double data_pass = 0, hess_error = 1;
int rank = keep_rank + more_rank;
MemFactory memFac = MemFactory();
double* full_grad = memFac.malloc_double(MAX_DIM);
double* hess_inv_vt =... | [
"noreply@github.com"
] | Xunpeng746.noreply@github.com |
d4b62a47ab60e61a0fe35b090864d6487447e366 | 3136459fd674e1027f480895ba6685312ac6959b | /include/owl/system.h | 7c62a0032aa57b205d6914d802c8fd05f62da2b5 | [
"Zlib"
] | permissive | pierrebestwork/owl-next | 701d1a6cbabd4566a0628aa8a64343b498d1e977 | 94ba85e8b4dcb978f095b479f85fe4ba3af2fe4e | refs/heads/master | 2023-02-14T02:03:33.656218 | 2020-03-16T16:41:49 | 2020-03-16T16:41:49 | 326,663,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,531 | h | //
/// \file system.h
/// Definition of TSystem, a system information provider class
//
// Part of OWLNext - the next generation Object Windows Library
// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved.
//
// For more information, including license details, see
// http://owlnext.sourcefo... | [
"Pierre.Best@taxsystems.com"
] | Pierre.Best@taxsystems.com |
57ecd661d37b24d33134b3067c2c9683e1c6fead | a15950e54e6775e6f7f7004bb90a5585405eade7 | /chrome/browser/chromeos/assistant/platform_audio_input_host.h | f3ba1fd2b2f234cfd2fcbea913bd6ea8f840cce3 | [
"BSD-3-Clause"
] | permissive | whycoding126/chromium | 19f6b44d0ec3e4f1b5ef61cc083cae587de3df73 | 9191e417b00328d59a7060fa6bbef061a3fe4ce4 | refs/heads/master | 2023-02-26T22:57:28.582142 | 2018-04-09T11:12:57 | 2018-04-09T11:12:57 | 128,760,157 | 1 | 0 | null | 2018-04-09T11:17:03 | 2018-04-09T11:17:03 | null | UTF-8 | C++ | false | false | 1,786 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_ASSISTANT_PLATFORM_AUDIO_INPUT_HOST_H_
#define CHROME_BROWSER_CHROMEOS_ASSISTANT_PLATFORM_AUDIO_INPUT_HOST_H_
#include <m... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
64ceb84bfde0c56e82627a9bac15d50b077eed63 | da32684647cac4dcdbb60db49496eb8d10a8ea6d | /Deadbeef/Classes/Box2D/Dynamics/b2Fixture.cpp | bb4ea5470d16a4bdaf17bc5606c94777b0d6c807 | [] | no_license | jweinberg/deadbeef | a1f10bc37de3aee5ac6b5953d740be9990083246 | 8126802454ff5815a7a55feae82e80d026a89726 | refs/heads/master | 2016-09-06T06:13:46.704284 | 2010-06-18T21:51:07 | 2010-06-18T21:51:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,173 | cpp | /*
* Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any pur... | [
"bhelgeland@9c1d8119-421d-44e4-8328-69b580a11e1d"
] | bhelgeland@9c1d8119-421d-44e4-8328-69b580a11e1d |
6c88d5edcfe7faae984a121c47ff6d21d7880c6b | fd866875ab84bd22fe9a650b1b85c2b1794194fe | /SEAL/chooser.h | 80217ee91d6e3292ede9e5f032236897ab4e7fa2 | [] | no_license | pdroalves/sealcrypto | 6fabfb0abf2f32100e2e954440e458c0edcb0a83 | 8ddbb88d2718f453a32b0ffc1135d53ba5bc44db | refs/heads/master | 2021-01-10T05:29:59.838722 | 2016-02-23T15:28:53 | 2016-02-23T15:31:57 | 52,365,219 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 56,545 | h | #ifndef SEAL_CHOOSER_H
#define SEAL_CHOOSER_H
#include <map>
#include "encryptionparams.h"
#include "simulator.h"
#include "encoder.h"
#include "util/computation.h"
#include "util/mempool.h"
namespace seal
{
/**
Models ciphertexts for the automatic parameter selection module. Choosing appropriate and secure
... | [
"kim.laine@microsoft.com"
] | kim.laine@microsoft.com |
ef7565c1b5066d1fb4be310fff461f8fb691b887 | 91c5cae2ae0d612061d08940abbf19c0d7972860 | /src/OpenGL/libEGL/Surface.cpp | d195b463627cfcdad48e64239039a4423fba6fcd | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | madame-rachelle/swiftshader | 59d53626406e1c8f3d55624b1b0f2b8f5d189cee | 0e71ea71ed0b411a98039dfd888c4e8ffd45d5b7 | refs/heads/master | 2021-06-21T01:12:09.221165 | 2017-06-22T04:31:47 | 2017-06-22T04:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,821 | cpp | // Copyright 2016 The SwiftShader 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 b... | [
"capn@google.com"
] | capn@google.com |
27d8b429f5568cef5b1b781a4c7abca5b919681d | 903c3b08ae6ceed03fd70f03758d87add88242dd | /engine/core/render/gles/gles_texture_2d.cpp | d87ad304ebf00b49b4df921d7379932a5e49f53c | [
"MIT"
] | permissive | flyhex/echo | 69635dd853897b7bda67cb071f907f8bbd571b56 | 5c0c8278dfe616035c5b43fa8f1af0b6d251dfc8 | refs/heads/master | 2023-01-01T09:01:31.845483 | 2020-10-25T08:08:04 | 2020-10-25T08:08:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,364 | cpp | #include "engine/core/math/Rect.h"
#include "engine/core/log/Log.h"
#include "engine/core/io/IO.h"
#include "base/image/pixel_format.h"
#include "base/image/Image.h"
#include "base/image/texture_loader.h"
#include "gles_render_base.h"
#include "gles_renderer.h"
#include "gles_texture_2d.h"
#include "gles_mapping.h"
#in... | [
"qq79402005@gmail.com"
] | qq79402005@gmail.com |
75b17c55fecc26746caf3930b0a2cf7016b5671c | 3e3e8ab2397b641e523c8e0898572e355e35f35e | /transpose of matrices.cpp | c72d04c7dcb638babe4a2cc935be8bf799e0caa8 | [
"MIT"
] | permissive | mohsin5432/CPP-basic | d533dfae7e96c36e2f53fb868e68c899e914a850 | 453c82cdc1b3412ee0a063cd9053c7556c80bd7a | refs/heads/main | 2023-05-13T19:49:09.944654 | 2021-06-03T15:41:54 | 2021-06-03T15:41:54 | 373,555,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | #include <iostream>
using namespace std;
main()
{
int r,c;
cout<<"ENTER THE ROWS OF MATRICES= ";
cin>>r;
cout<<"ENTER THE COLUMN OF MATRICES= ";
cin>>c;
int a[r][c];
for(int i=0;i<r;i++)
{
for (int j=0;j<c;j++)
{
cout<<"Enter no= ";
cin>>a[i][j];
}
}
cout<<"\t\t\tOrignal Matrice:... | [
"noreply@github.com"
] | mohsin5432.noreply@github.com |
f04a9ba9f51031e57acd73673271e42594e2e6a4 | 11c74b57455ce2454849fbe9a73a2e0d2a3542d2 | /oj/codeforces/contests/1336/B.cpp | 7319481ee3f80f083566a4db9f0ba244a2cdee47 | [] | no_license | heyuhhh/ACM | 4fe0239b7f55a62db5bc47aaf086e187134fb7e6 | e1ea34686b41a6c5b3f395dd9c76472220e9db5d | refs/heads/master | 2021-06-25T03:59:51.580876 | 2021-04-27T07:22:51 | 2021-04-27T07:22:51 | 223,877,467 | 9 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,694 | cpp | /*
* Author: heyuhhh
* Created Time: 2020/4/15 22:47:16
*/
#include <iostream>
#include <algorithm>
#include <cstring>
#include <cstdio>
#include <vector>
#include <cmath>
#include <set>
#include <map>
#include <queue>
#include <iomanip>
#include <assert.h>
#define MP make_pair
#define fi first
#define se second
#... | [
"2468861298@qq.com"
] | 2468861298@qq.com |
a5ed5568b82f326af67581a942fdff2f8b9674ad | d6e3651a5d47661734ea571caa2b092d67cf074e | /Cell.h | 1a4d1c61bc708bed26cf17b4b5e1533d874451a9 | [] | no_license | RobertPJenkins/kato_jenkins_et_al_CC3D | 79d5e6fdd91da164cf829713618516ca16b29502 | b730d817f5c9cb11a4b3c5e02ccf03c829395fff | refs/heads/main | 2023-02-14T16:40:33.645466 | 2022-11-28T13:03:51 | 2022-11-28T13:03:51 | 428,398,315 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,588 | h | /*************************************************************************
* CompuCell - A software framework for multimodel simulations of *
* biocomplexity problems Copyright (C) 2003 University of Notre Dame, *
* Indiana *
* ... | [
"JenkinR@crick.ac.uk"
] | JenkinR@crick.ac.uk |
811471faba62644c7b353c6b773b9792bf14c785 | a4301a4a1fbe838b4f1e8452d0f4f93b78f37735 | /app/src/main/cpp/BlockFilter.cpp | 31027c398f7fcd4f7d8a2477d6838d19a4b28e76 | [] | no_license | AndDevApps/PhotoEditor | 7b78a3a6286c23956db8d06be8ecdf4901280a14 | 8dea0e7be5af8f2a7bff7f05ba94fd439df552e8 | refs/heads/master | 2020-03-06T17:11:15.701249 | 2018-03-27T13:30:22 | 2018-03-27T13:30:22 | 125,669,665 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | cpp | //
// Created by Viktor on 20.03.2018.
//
#include "BlockFilter.h"
BlockFilter::BlockFilter(int *pixels, int width, int height):
ImageFilter(pixels, width, height),
threshold(100) {
}
int* BlockFilter::procImage() {
for (int i = 0; i < width * height; i++) {
Color color(pixels[i]);
... | [
"fineyviktor@gmail.com"
] | fineyviktor@gmail.com |
359bbfd51f091c94faacf4caaa7188c57644e32d | cf055ed120f105fc36f07555127f7a12830e642b | /cpp/phone-number/phone_number.cpp | ab6f242267abd0e7bfa1ad59613f31a3608e3293 | [
"MIT"
] | permissive | RockLloque/Exercism | c660501f0ebf57ad25f55430be794a8f44412f73 | c437dd6cf3246576900c76c2dba775b6647e3347 | refs/heads/main | 2023-05-23T09:13:02.083388 | 2021-06-03T18:32:14 | 2021-06-03T18:32:14 | 373,594,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,052 | cpp | /*
* =====================================================================================
*
* Filename: phone_number.cpp
*
* Description:
*
* Version: 1.0
* Created: 19.06.2015 16:18:53
* Revision: none
* Compiler: gcc
*
*
* phone_number_h
#ifndef PHONE_NUMBER_H
#... | [
"thmschmahl@gmail.com"
] | thmschmahl@gmail.com |
52ce4ff4c4b0c1bd964643df5420deb46057c0f3 | d61f2cac3bd9ed39f95184b89dd40952c6482786 | /testCase/results/2/rho_foam | 6d45c7a23d9be81beb4de1dfded7cdcfe385a997 | [] | no_license | karimimp/PUFoam | 4b3a5b427717aa0865889fa2342112cc3d24ce66 | 9d16e06d63e141607491219924018bea99cbb9e5 | refs/heads/master | 2022-06-24T08:51:18.370701 | 2022-04-28T18:33:03 | 2022-04-28T18:33:03 | 120,094,729 | 6 | 3 | null | 2022-04-27T09:46:38 | 2018-02-03T13:43:52 | C++ | UTF-8 | C++ | false | false | 9,148 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 3.0.1 |
... | [
"mohsenk@outlook.com"
] | mohsenk@outlook.com | |
243caf960e87893f73a598c733e8257824461fb1 | 9349c16473f2249d70a623f44e7c2fec2a1a744f | /build/hello_world_msgs/rosidl_typesupport_connext_cpp/hello_world_msgs/srv/dds_connext/SetMessage_.cxx | d146df5cbc5a1a2172aa2f3192d0c5041ec65a02 | [] | no_license | Mast-on/ros2ddslatency | be62a66ff7d80381aa1b84cb5ce24630d0a05563 | cbe06b3b984e491de35ff138e1e2860bd5571fd9 | refs/heads/master | 2022-11-05T13:10:19.597450 | 2020-07-03T01:49:13 | 2020-07-03T01:49:13 | 276,782,068 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,087 | cxx |
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
This file was generated from SetMessage_.idl using "rtiddsgen".
The rtiddsgen tool is part of the RTI Connext distribution.
For more information, type 'rtiddsgen -help' at a command shell
or consult the RTI Connext manual.
*/
#ifndef NDDS_STANDALONE_TYPE
#ifnd... | [
"shiozaki@easter.kuee.kyoto-u.ac.jp"
] | shiozaki@easter.kuee.kyoto-u.ac.jp |
ad24a11407a2140f4cc7f30a55327998b2155a7d | 81e71315f2f9e78704b29a5688ba2889928483bb | /src/crgui/crElement.cpp | 840638863317ad135aeaaac6a68f91861b4b852c | [] | no_license | Creature3D/Creature3DApi | 2c95c1c0089e75ad4a8e760366d0dd2d11564389 | b284e6db7e0d8e957295fb9207e39623529cdb4d | refs/heads/master | 2022-11-13T07:19:58.678696 | 2019-07-06T05:48:10 | 2019-07-06T05:48:10 | 274,064,341 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 194,981 | cpp | /* Creature3D - Online Game Engine, Copyright (C) 2005 Wucaihua(26756325@qq.com)
*
* 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 2.1 of the License, or (at yo... | [
"wucaihua@86aba9cf-fb85-4101-ade8-2f98c1f5b361"
] | wucaihua@86aba9cf-fb85-4101-ade8-2f98c1f5b361 |
b07f8b26f8e735669f5f6f1428f2e47a3ed87e61 | d2d4821ca589dee366b0a5ed9c13278786577c57 | /luogu/3810.cpp | 039061bd25678e52fbebcc109a354bc6827d8be7 | [] | no_license | kb1875885205/ACM_ICPC_practice | 834a33f7e58b0f91bd8f6a21fcf759e0e9ef4698 | b3be1f6264b150e5e5de9192b5664d487825de72 | refs/heads/master | 2022-04-19T21:04:07.236574 | 2020-04-13T11:02:09 | 2020-04-13T11:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,062 | cpp | #include <bits/stdc++.h>
using namespace std;
const int MAXN = 1e5 + 5;
const int MAXM = 2e5 + 5;
struct node
{
int a, b, c;
int cnt = 0, ans = 0;
node(){}
node(int _a, int _b, int _c) :a(_a), b(_b), c(_c) {};
};
node s1[MAXN], s2[MAXN];
int n, k, top, m;
int ans[MAXN];
bool cmp1d(const node& a, const node& b)
{
i... | [
"organic_chemistry@foxmail.com"
] | organic_chemistry@foxmail.com |
643dd3638f489f22e7b4d69db7595a4852ebdacd | 7425b73c5c4301b73efee73a2a97c478e3d9c94f | /src/sleipnir/tools/BNConverter/BNConverter.cpp | dd44b738d22726c7981967dca9070365a0b460b4 | [
"CC-BY-3.0"
] | permissive | mehdiAT/diseasequest-docker | 318202ced87e5e5ed1bd609fe268ebc530c65e96 | 31943d2fafa8516b866fa13ff3d0d79989aef361 | refs/heads/master | 2020-05-15T01:21:21.530861 | 2018-04-16T22:42:34 | 2018-04-16T22:42:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,858 | cpp | /*****************************************************************************
* This file is provided under the Creative Commons Attribution 3.0 license.
*
* You are free to share, copy, distribute, transmit, or adapt this work
* PROVIDED THAT you attribute the work to the authors listed below.
* For more information,... | [
"vicyao@gmail.com"
] | vicyao@gmail.com |
a03c4fcbeeebcccd7908f394783f8a7feeffa108 | 6ab98910008f398f0a8bbb3d22fa4bdc6dc74bd1 | /LISTCON/main1.cpp | fac0b363d07f6859e720c5c50398bddc6cef20aa | [
"MIT"
] | permissive | grkmkctrk/LISTCON_training | b87c761f23d1077505fd89a0fa28fdcc79a9ebb6 | 3a68767496fb0460d044f14e151377886a4fd60d | refs/heads/main | 2023-07-19T13:49:40.235490 | 2021-09-01T12:42:28 | 2021-09-01T12:42:28 | 402,054,819 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,558 | cpp | /*
EX 1
#include "utilityClass.hpp"
using namespace std;
int main(){
list<string> slist;
Randomize();
cfill(slist, 10);
cdisplay(slist);
string s;
cout << "The name needs to search : ";
cin >> s;
list<string>::iterator it_s = slist.begin();
it_s =... | [
"noreply@github.com"
] | grkmkctrk.noreply@github.com |
89b3e745a50d304899d139c80c365e2b9e0a4105 | 1593b8975b5ac78c9e00d199aa0bf3c2de40f155 | /gazebo/physics/bullet/BulletRaySensor.cc | 8bcf4b6eb0069aa6f3bfd9613336b066ebac59ca | [
"Apache-2.0"
] | permissive | kesaribath47/gazebo-deb | 3e0da13ec54f33cc8036623bb8bba2d4a4f46150 | 456da84cfb7b0bdac53241f6c4e86ffe1becfa7d | refs/heads/master | 2021-01-22T23:15:52.075857 | 2013-07-12T18:22:26 | 2013-07-12T18:22:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,967 | cc | /*
* Copyright 2012 Open Source Robotics Foundation
*
* 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 applicab... | [
"thomas.moulard@gmail.com"
] | thomas.moulard@gmail.com |
576d1a3ea370a9f670d95b39a8a62e33478bdd5e | 3e3fe4344120006c3fd3664865eba160ae66a013 | /GraphicsModule/SkinnedMesh.hpp | b6cb87dbe716e94f6e9f7bee6d7635efe5293c54 | [] | no_license | Kumazuma/3D_Project | f627f20c5c89d3e8f2adbb10d1ab8cb6a655f1ac | 4e38afd3de5a8a6cfb589adf5e73bb7d5772af33 | refs/heads/master | 2023-03-16T14:06:46.254172 | 2021-03-02T09:46:24 | 2021-03-02T09:46:24 | 314,772,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 348 | hpp | #pragma once
#include "common.hpp"
#include "Mesh.hpp"
namespace Kumazuma
{
class SkinnedAnimationController;
class DLL_CLASS SkinnedMesh : public Mesh
{
public:
virtual void SetupIA(ID3D11DeviceContext* device) = 0;
virtual Subsets const& GetSubsetsRef() = 0;
virtual Texture2D* GetMaterialTexture(wchar_t con... | [
"qweads12@gmail.com"
] | qweads12@gmail.com |
a1d8c74b5dd209ca12e8b27c9a24cfbc2dd79840 | 9d17a9914edb2349ef8b633635bf32ea92c95e94 | /12492 Rubik Cycle.cpp | 641578f83fef51ae825ab632240ba0860bb4ec1e | [
"Apache-2.0"
] | permissive | Diusrex/UVA-Solutions | b17886ef32b78758cb372d164f439f7558a14831 | 54c46a96078dbe6d7bd4d403244cdd3378c3dcff | refs/heads/master | 2023-09-06T08:16:25.911161 | 2023-08-18T20:36:38 | 2023-08-18T20:36:38 | 15,208,914 | 106 | 122 | Apache-2.0 | 2023-01-29T15:46:28 | 2013-12-15T19:00:57 | C++ | UTF-8 | C++ | false | false | 8,194 | cpp | #include <iostream>
#include <utility>
#include <vector>
using namespace std;
// What this program does, is first simulate one full sequence.
// Then, it will compress that sequence into a single array using:
// goesTo[current] = newPos
// And will keep applying that array to positions until they are all in the c... | [
"diusrex@gmail.com"
] | diusrex@gmail.com |
a30393b663f5d942e754043866113482dd850891 | 71c47db48386bbef6214374d5516435b97931952 | /src/ast.cc | 0ebe7edd8612d43e56bef5c47f59d793d5323a8e | [] | no_license | rlaxodnjs199/FCALtoC | dd7b8ef102fbaa8dde7292849ad8945e8c6e816a | b7a8ca3cce0d2b6b02348ba2245c02e2139f81c1 | refs/heads/master | 2020-05-03T06:20:30.514821 | 2019-03-29T21:31:11 | 2019-03-29T21:31:11 | 178,470,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,649 | cc | #include "include/ast.h"
namespace fcal {
namespace ast {
/// Unparse the root (program)
std::string Root::unparse() {
return varName_->unparse() + " () {\n" + stmts_->unparse() + "\n}\n";
}
/// Translate the root (program) to C++ code
std::string Root::CppCode() {
return "#include <iostream>\n#include <stdio.h>... | [
"noreply@github.com"
] | rlaxodnjs199.noreply@github.com |
5c43539ffa815a6a9a628d540da6232b1cd85193 | 43abcedd1d7eaf83162a1e9229b6a5ffe5f45a92 | /hw3/src/include/AST/function.hpp | 0831b219c25a23c9784f28a00a3cbb5fbbab0ac8 | [
"MIT"
] | permissive | Kchoen/NCTU-3-1-Compiler | 81c18b3abe50f898c4a0a506fcd2b3bc7712945d | 5fd490bc7149bd5e0b01be65cb376e7552823e04 | refs/heads/main | 2023-02-18T13:55:26.869345 | 2021-01-20T12:59:04 | 2021-01-20T12:59:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | hpp | #ifndef __AST_FUNCTION_NODE_H
#define __AST_FUNCTION_NODE_H
#include "AST/ast.hpp"
#include "AST/decl.hpp"
#include "AST/CompoundStatement.hpp"
class FunctionNode : public AstNode {
public:
FunctionNode(const uint32_t line, const uint32_t col,
/* TODO: name, declarations, return type,
... | [
"bobhsiao.cs07@nctu.edu.tw"
] | bobhsiao.cs07@nctu.edu.tw |
7aba7e7ba0dfa1564ae0be5ca50746edc5c8b5c9 | 23c524e47a96829d3b8e0aa6792fd40a20f3dd41 | /.history/List_20210518151805.hpp | f567d0593bbbdb5b49f83121276dd499429308cd | [] | no_license | nqqw/ft_containers | 4c16d32fb209aea2ce39e7ec25d7f6648aed92e8 | f043cf52059c7accd0cef7bffcaef0f6cb2c126b | refs/heads/master | 2023-06-25T16:08:19.762870 | 2021-07-23T17:28:09 | 2021-07-23T17:28:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,561 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* List.hpp :+: :+: :+: ... | [
"asleonova.1@gmail.com"
] | asleonova.1@gmail.com |
bafbce2f3798c96b205074e69db6f7242855a797 | b7e5cf68eac378f05e7b8693d23f5b94810e8485 | /arrayPerformance/src/pv/longArrayGet.h | 5fabf5bac3ed337a02c80aeab35ae25af9eb0676 | [
"MIT"
] | permissive | jeonghanlee/exampleCPP | 16ef1e0e0f8b06261c35ee644f54f4be4c232a66 | bec7a2d4c7051445940be2a74c428c748e54b855 | refs/heads/master | 2020-03-30T18:14:12.064479 | 2018-10-04T07:50:11 | 2018-10-04T07:50:11 | 151,490,195 | 0 | 0 | NOASSERTION | 2018-10-03T22:46:47 | 2018-10-03T22:46:47 | null | UTF-8 | C++ | false | false | 1,051 | h | /*
* Copyright information and license terms for this software can be
* found in the file LICENSE that is included with the distribution
*/
/**
* @author mrk
* @date 2013.08.09
*/
#ifndef LONGARRAYGET_H
#define LONGARRAYGET_H
#include <epicsThread.h>
#include <pv/pvaClient.h>
#include <shareLib.h>
namespace ... | [
"mrkraimer@comcast.net"
] | mrkraimer@comcast.net |
cb54358efa32418e07042f06a34a2c656e5b4220 | f59da58345ef902710666756b8cb09011d130c7a | /FSM/FSM/InputHandler.h | 5f1bcc33b6297bbdd8979ea7650b2ef3bd05392c | [] | no_license | JackDalton3110/GamesEngLabY4 | 09991507767693ede5c765ed06f53c4293446032 | 2116e762d47e888cc011e1112900eb97ff3abfd5 | refs/heads/master | 2020-03-29T16:00:53.972742 | 2019-03-14T10:04:08 | 2019-03-14T10:04:08 | 150,092,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 484 | h | #pragma once
#include "Command.h"
#include "Fire.h"
#include "Jump.h"
#include "Crouch.h"
#include "Melee.h"
#include "MacroCommand.h"
#include "Shield.h"
#include "Animation.h"
#include <SDL.h>
#include <iostream>
class InputHandler
{
public:
InputHandler();
~InputHandler();
enum Action
{
IDLE,
JUMP,
CL... | [
"c00205943@itcarlow.ie"
] | c00205943@itcarlow.ie |
6a3e60e4fe0441e182a0d1490565099b3e254302 | f5db28c4a6ada580476f717597b614c54bba578b | /main_1.cpp | 647c62287cc14ade9ea8c8b92c09d4db7be4e5fe | [] | no_license | yuxinhuang/prog1 | 47b2dc348d7f6164aab146bebae6500363c48cd4 | 17285f2e371b7913fd98b1f863739b50e0e8ecbe | refs/heads/master | 2020-04-18T20:22:03.877320 | 2019-01-26T20:36:46 | 2019-01-26T20:36:46 | 167,736,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,030 | cpp | //1_main.cpp
#include <iostream>
#include <sstream>
#include <fstream>
#include "Hash_1.h"
using namespace std;
int main(){
std::string size;
std::string key;
std::string ip;
//std::cout<<"hi"<<std::endl;
std::cin>>size;
//std::cout<<size<<std::endl;
//std::cout<<"hi"<<std::endl;
HashTable ht(stoi(size... | [
"noreply@github.com"
] | yuxinhuang.noreply@github.com |
6fd10d9a28a85b2a627d401f61ab53be01cb19db | 48298469e7d828ab1aa54a419701c23afeeadce1 | /Client/SceneEdit/Xerces/src/xercesc/util/Platforms/Tandem/TandemPlatformUtils.cpp | 712d0d5d4a9df658ffbc9fbf57ff7e4fb7eb1dfe | [
"Apache-2.0"
] | permissive | brock7/TianLong | c39fccb3fd2aa0ad42c9c4183d67a843ab2ce9c2 | 8142f9ccb118e76a5cd0a8b168bcf25e58e0be8b | refs/heads/master | 2021-01-10T14:19:19.850859 | 2016-02-20T13:58:55 | 2016-02-20T13:58:55 | 52,155,393 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 10,919 | cpp | /*
* Copyright 1999-2000,2004 The Apache Software Foundation.
*
* 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 requir... | [
"xiaowave@gmail.com"
] | xiaowave@gmail.com |
1adf06ba796c29faad3e0d947d7ff5c83f6d6f88 | 14541a9f2cef091b474677fb9c3baf4ef3a315d0 | /ewsitemhandler.cpp | d337c23d853d24f50fcd1d9bf3dc31c2b7819ced | [] | no_license | StefanBruens/akonadi-ews | 45f5b75445c16b9e3a26cd35900212a41663acb4 | 05ce7e24547fbdb559de55dabda86d337716cfba | refs/heads/master | 2021-01-21T23:23:27.304824 | 2017-10-04T07:52:29 | 2017-10-04T07:52:29 | 95,236,655 | 0 | 0 | null | 2017-06-23T16:20:49 | 2017-06-23T16:20:49 | null | UTF-8 | C++ | false | false | 3,770 | cpp | /* This file is part of Akonadi EWS Resource
Copyright (C) 2015-2016 Krzysztof Nowicki <krissn@op.pl>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of ... | [
"krissn@op.pl"
] | krissn@op.pl |
f4f86937fb2992f6f8001154483017e41bd6a50a | 616cf3c7e18cd00ed73044e67b5fd588a4072828 | /src/api/trader_mduser_api_efh32.cpp | 1fcce72846dd1ab4447cf2c8951fbba3d406a4a9 | [] | no_license | genius-lh/ctp_trader | e414c9ba83e9a6eb9bc2d885647b4738f5607620 | 7d875eb6e79523c4d2702ea2dcb91c55a6627b7f | refs/heads/master | 2023-06-09T02:36:47.625727 | 2022-06-26T13:38:50 | 2022-06-26T13:38:50 | 148,415,076 | 7 | 5 | null | null | null | null | GB18030 | C++ | false | false | 21,665 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <unistd.h>
#include <fcntl.h>
#include <arpa/inet.h>
#ifdef __cplusplus
extern "C" {
#endif
#pragma pack(push, 1)
struct efh3_2_fut_lev1
{
unsigned int m_sequence; ///<会话编号
char m_exchange_id; ///<市场 0 表示中金 1表示上期
... | [
"25143100@qq.com"
] | 25143100@qq.com |
0d69b89997c0b5ec6c28914b57100bc2ee9d1ac7 | 88eb14295f08957b0e7fada22167c2d4a9d5ee9c | /BitCodeInterpreter/BitCodeInterpreter/llvm/IR/IntrinsicImpl.inc | 0b8c1abdf1fd70579eab411e6b6e5acd159a9ac9 | [] | no_license | youngshingjun/BitCodeInterpreter | 63e1fb23c14aed02d818b672150ec7205405222a | c9a73f4dc4f99a9f310e0f88370d9407aa93fa97 | refs/heads/main | 2023-06-12T13:48:34.956970 | 2021-06-29T06:04:21 | 2021-06-29T06:04:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,263,976 | inc | /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Intrinsic Function Source Fragment *|
|* ... | [
"jintao@kuaishou.com"
] | jintao@kuaishou.com |
e253fc77256307512b68b8d40a36a1d32b18a8d8 | 0e9394230899fd0df0c891a83131883f4451bcb9 | /include/boost/simd/constant/minlog10.hpp | b0a3a7301eadd917115cd0e62741f7e699f2e28e | [
"BSL-1.0"
] | permissive | WillowOfTheBorder/boost.simd | f75764485424490302291fbe9856d10eb55cdbf6 | 561316cc54bdc6353ca78f3b6d7e9120acd11144 | refs/heads/master | 2022-05-02T07:07:29.560118 | 2016-04-21T12:53:10 | 2016-04-21T12:53:10 | 59,155,554 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,531 | hpp | //==================================================================================================
/*!
@file
@copyright 2012-2015 NumScale SAS
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
//======================... | [
"charly.chevalier@numscale.com"
] | charly.chevalier@numscale.com |
287e7749c57dfd87b62c52aa41a12f09245b19c2 | 12703a558be75704bf52c238a0d54f74168950c8 | /Wali/Wali/233994/Release/WebCore.framework/Versions/A/PrivateHeaders/CSSPropertyNames.h | cde1f78b2c2cad1dc01d0e668a90f78d0eeb1a2c | [] | no_license | FarhanQ7/Wali_ | ef1dac5069af644456085bedb4f6ca2b6bc140d5 | 1c1997c374cdf3f815ef84dff53a3d98fd763f78 | refs/heads/master | 2020-03-23T11:22:07.908316 | 2018-07-23T02:07:39 | 2018-07-23T02:07:39 | 141,499,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,877 | h | /* This file is automatically generated from CSSProperties.json by makeprop, do not edit */
#pragma once
#include <string.h>
#include <wtf/Forward.h>
#include <wtf/HashFunctions.h>
#include <wtf/HashTraits.h>
namespace WebCore {
enum CSSPropertyID : uint16_t {
CSSPropertyInvalid = 0,
CSSPropertyCustom = 1,
... | [
"Farhan.q@live.com"
] | Farhan.q@live.com |
855ab88d31aa5e04eaac760c717acdb54cc9c858 | 7b507fb40c0f73f3323f18aa85636a98fae9a4c2 | /C++ practice/DSAA/lab.cpp | 9b9c7e9bf6a49250077c20bc86fa14e3aad1cf73 | [] | no_license | tienpv147/code-assignment | 64f7553fb8ba8144045e84527f993c3b02953aeb | d4098848f2c76b11bac7e71a27e36ebcf644a191 | refs/heads/master | 2023-06-22T16:42:29.326667 | 2021-07-16T10:08:43 | 2021-07-16T10:08:43 | 353,077,774 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 423 | cpp | #include <bits/stdc++.h>
using namespace std;
int bin[100];
void intToBinary(int n)
{
int i = 0;
do
{
bin[i++] = n % 2;
} while ((n /= 2) > 0);
}
int main() {
for (int i = 0; i < 16; i++) {
for (int j = 0; j < 4; j++) {
bin[j] = 0;
}
intToBinary(i);
... | [
"tienpv@eway.vn"
] | tienpv@eway.vn |
ea0681ccd7c867141a2dc7c038b49cba341e3930 | d61aa7d638e3fe949e940f01f293b004017753a3 | /poj/Archives/1046/7101565_AC_0MS_148K.cpp | b1f89d58a4c1cf6b8438d3796a12041bcc694fd4 | [] | no_license | dementrock/acm | e50468504f20aa0831eb8609e1b65160c5fddb3d | a539707ca3c0b78e4160fdf2acad1b0125fa8211 | refs/heads/master | 2016-09-06T01:18:36.769494 | 2012-11-06T01:21:41 | 2012-11-06T01:21:41 | 2,811,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | cpp | #include<stdio.h>
#include<stdlib.h>
int r,g,b,R[100],G[100],B[100];
int calc(int x1, int y1, int z1, int x2, int y2, int z2)
{
return (x1-x2)*(x1-x2)+(y1-y2)*(y1-y2)+(z1-z2)*(z1-z2);
}
int main()
{
for(int i=1;i<=16;++i)
scanf("%d%d%d",&R[i],&G[i],&B[i]);
while(1)
{
scanf("%d%d%d",&r,&g,&b);
if... | [
"dementrock@gmail.com"
] | dementrock@gmail.com |
b57fb251b2cac3d5267e514da4235cdfda6cfdaf | a71b70de1877959b73f7e78ee62e9138ec5a2585 | /CF/20120316/C.cpp | 2d9e0402b3e1a83ec547c6894fba91571d022959 | [] | no_license | HJWAJ/acm_codes | 38d32c6d12837b07584198c40ce916546085f636 | 5fa3ee82cb5114eb3cfe4e6fa2baba0f476f6434 | refs/heads/master | 2022-01-24T03:00:51.737372 | 2022-01-14T10:04:05 | 2022-01-14T10:04:05 | 151,313,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 789 | cpp | #include<iostream>
#include<iomanip>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<cstdlib>
#include<cmath>
#include<map>
#include<set>
#include<queue>
#include<string>
#include<vector>
using namespace std;
char s[1000005];
__int64 pos[1000005];
__int64 j=1,l;
__int64 calc(__int64 n)
{
return n*(n... | [
"jiawei.hua@dianping.com"
] | jiawei.hua@dianping.com |
c208674e4d37b303459d0c10297960ca2a4f0b39 | d0a31c5b74c6e3f83807917789bafde791a2c842 | /luogu/p1634.cpp | a84704c42321b95f59a2cf6775bc590294194340 | [] | no_license | tabzhangjx/record_codes | ad531307c692fec387c7b8daf9dc0ba34b407cd3 | 9c3935bc219f1a22fa97a3435f9a007d18959d3b | refs/heads/master | 2021-06-12T21:01:44.083974 | 2019-09-20T09:26:43 | 2019-09-20T09:26:43 | 100,364,285 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 138 | cpp | #include <bits/stdc++.h>
int main(){
long long a, b, c=1;
std::cin>>a>>b;
for(int i=0;i<b;i++) c+=(c*a);
std::cout<<c;
}
| [
"tabzhangjx@outlook.com"
] | tabzhangjx@outlook.com |
be2b436517c74d9b3aa14a9557bf5af194593358 | c04be5c374c55a3985a2f4ac89dd61b56cabb718 | /Servos-arduino/movimiento_servos/movimiento_servos.ino | 50d3334a1df846fe1e3f464a065e577500532e53 | [] | no_license | jona1229/Inteligencia | a5ae4e4adb2a17a6e18f4aa49053d84772f6c43c | 136c71cabc04e70d02e670960fb5811ff8c8e305 | refs/heads/master | 2023-05-08T05:21:45.422386 | 2021-06-01T19:28:52 | 2021-06-01T19:28:52 | 372,851,154 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | ino | #include <Servo.h>
Servo px;
Servo py;
int p_y = 90;
int p_x = 90;
int lectura = 0;
void setup() {
Serial.begin(9600);
py.attach(9);
px.attach(6);
py.write(p_y);
px.write(p_x);
}
void loop() {
if (Serial.available() >= 1) {
lectura = Serial.read();
}
if (lectura == 'D')
{
p_y = p_y + 1;
... | [
"15590708.jonathan@itsanjuan.edu.mx"
] | 15590708.jonathan@itsanjuan.edu.mx |
64920fdbebe74c6a8a3961c49d736016170d53ba | 2a651a231a3de0524edb599b326852ea93f521f6 | /DependencyViewer/DependencyViewer/src/nogui/memory_mapped_file.h | 9d5f4252c7ca447ef4edaa7cfd1c583ee5eec7b5 | [] | no_license | fengjixuchui/DependencyViewer | 2259fd5ddae87d1950ad1bddfec97fee9d9886cb | 5b465b8b0e05d01e90a98fac4f4a2548bf9223aa | refs/heads/main | 2022-07-07T05:57:49.218751 | 2020-05-16T02:03:00 | 2020-05-16T02:03:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,017 | h | #pragma once
#include "smart_handle.h"
#include <cstddef>
#include <memory>
struct mapped_view_deleter
{
public:
void operator()(void const* const ptr) const;
};
typedef std::unique_ptr<void const, mapped_view_deleter> smart_mapped_view;
class memory_mapped_file
{
public:
memory_mapped_file... | [
"knapek.mar@gmail.com"
] | knapek.mar@gmail.com |
14081ff337b21c4810d40fd5a5357fb7150e54ad | 9ed54046af4bb2a9ffbf19f7d73394161b03145c | /MyOpenGLStudy01/MainOpenGL.h | 61d8d6374d17c4d91748fb29c46f6b042123947e | [] | no_license | HHHHHHHHHHHHHHHHHHHHHCS/MyOpenGLStudy01 | 7b078d5b62e673a2623145cc4feb66519812b937 | 707c1d92ccf07aed5d564b64f581fdc76534d6be | refs/heads/master | 2022-02-24T05:03:40.762937 | 2022-02-09T03:56:33 | 2022-02-09T03:56:33 | 191,728,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49 | h | #pragma once
class MainOpenGL
{
public:
};
| [
"464962683@qq.com"
] | 464962683@qq.com |
e3fe615ade910018b0bacca76648b5adcb90bc2c | 88a587f03cfb7dbebc8879deadc79d1ef2752ac5 | /结构体 报数退出/源.cpp | 6fbbd89036ed2460c9900eb89195c6e4d38c7b40 | [] | no_license | EricGao-Byte/My-CPP-Program | 9dd81624cd2d1a32903d77f075fa7acac870aafe | 734e3219b90944dd696db4339db318673afe26ab | refs/heads/master | 2022-11-28T12:28:16.712271 | 2020-08-10T04:03:16 | 2020-08-10T04:03:16 | 259,624,870 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 498 | cpp | #include <stdio.h>
#include <malloc.h>
#define NULL 0
#define LEN sizeof(struct student)
typedef struct student
{
int score;
struct student* next;
}LinkList;
int n;
int main()
{
return 0;
}
LinkList* creat(int n)//n 链表节点数
{
LinkList* head, * node, * end;
head = (LinkList*)malloc(LEN);
end = head;//空链表头尾相同
end-... | [
"gaochuanjin123@gmail.com"
] | gaochuanjin123@gmail.com |
05c62c623e734824686aa86037562dceed16379a | a9215be73392dda1653a2ea6b339704f872a8e90 | /src/server/game/Guilds/GuildMgr.cpp | b38b02ccd0dda0a75efb1c71012223483448777f | [] | no_license | szu-lab/CoreMop | e9e261ed960d5455130f1019cc20573b64d883f7 | 29fd952d181d38b92afc0d85a2d62c95a2544bc5 | refs/heads/master | 2020-09-13T20:32:33.154146 | 2019-11-18T15:16:42 | 2019-11-18T15:16:42 | 222,895,411 | 3 | 2 | null | 2019-11-20T09:06:29 | 2019-11-20T09:06:28 | null | UTF-8 | C++ | false | false | 22,852 | cpp | /*
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later ve... | [
"gennady.zamalaev@gmail.com"
] | gennady.zamalaev@gmail.com |
52e48fa3584db993ba9a1a590c899872b7c22d43 | 974d04d2ea27b1bba1c01015a98112d2afb78fe5 | /paddle/phi/kernels/cpu/gather_nd_grad_kernel.cc | 5aaec6f6139e5d03386bb7c061952aaf2e3f6340 | [
"Apache-2.0"
] | permissive | PaddlePaddle/Paddle | b3d2583119082c8e4b74331dacc4d39ed4d7cff0 | 22a11a60e0e3d10a3cf610077a3d9942a6f964cb | refs/heads/develop | 2023-08-17T21:27:30.568889 | 2023-08-17T12:38:22 | 2023-08-17T12:38:22 | 65,711,522 | 20,414 | 5,891 | Apache-2.0 | 2023-09-14T19:20:51 | 2016-08-15T06:59:08 | C++ | UTF-8 | C++ | false | false | 2,446 | cc | // Copyright (c) 2022 PaddlePaddle 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... | [
"noreply@github.com"
] | PaddlePaddle.noreply@github.com |
58c2e6700940eb6123171dad7a55ec7ecf752975 | e570b77af9045e8bf7eda0ad1656a9be2751b19e | /case/precFlowCylinder/system/fvSolution | befae1bf2da0614c8282c0ffc134b5cb5f378175 | [] | no_license | vitst/mpFoam | 2498e458d8d5241c1b3f4efef147b568ec0fa555 | 89a2b95f20d4e835fcff56cf77c0e7fbbc3fc4b5 | refs/heads/master | 2021-07-05T19:46:52.622398 | 2020-12-17T21:28:05 | 2020-12-17T21:28:05 | 226,392,899 | 2 | 3 | null | 2020-12-17T21:13:08 | 2019-12-06T19:09:41 | C++ | UTF-8 | C++ | false | false | 2,529 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1906 |
... | [
"fcyang@vt.edu"
] | fcyang@vt.edu | |
3c0f13eaf903fba9ca422658eea36c81c1b81d95 | 080e41c818bf0997c0f4ea242f36b014827ed46b | /src/integrators/pathtracer/pathtracer.h | 8f1f9590e9701d2f1108ed600a0fb35d2ab86f88 | [
"MIT"
] | permissive | sylvainbouxin/MiyukiRenderer | 1a00d75c84ac62f1f42e9da0dd3b5387489aa925 | 88242b9e18ca7eaa1c751ab07f585fac8b591b5a | refs/heads/master | 2020-04-22T00:57:14.420483 | 2019-02-10T00:00:24 | 2019-02-10T00:00:24 | 169,998,216 | 0 | 1 | null | 2019-02-10T16:21:07 | 2019-02-10T16:21:06 | null | UTF-8 | C++ | false | false | 955 | h | //
// Created by Shiina Miyuki on 2019/1/19.
//
#ifndef MIYUKI_PATH_H
#define MIYUKI_PATH_H
#include "../integrator.h"
#include "../../math/geometry.h"
#include "../../samplers/sampler.h"
#include "../../core/spectrum.h"
#include "../../core/intersection.h"
namespace Miyuki {
struct RenderContext;
class Lig... | [
"38184032+xt271828@users.noreply.github.com"
] | 38184032+xt271828@users.noreply.github.com |
65dd046b5ee64ca1611cc5e60914ee977f33139b | 4ca447904892cf433b31250ddf10a760429d51ac | /Level 1 Foundation/1. Basics of Programming/5. String, stringbuilder and arraylist/permutationOfString.cpp | 4daf9150bccc516111a34f28f97f2504e47cef35 | [] | no_license | Sounak-Dey/Coding | cf771d4268a7071631aa99bc20e5280b5decc146 | b0a01e5b5b05c9290f39c81ae7df054330e52800 | refs/heads/master | 2023-07-16T05:04:18.126147 | 2021-09-03T11:14:07 | 2021-09-03T11:14:07 | 369,949,860 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | cpp | #include <bits/stdc++.h>
using namespace std;
long long factorial(int n)
{
long long f = 1;
for(int i=1; i<=n; i++)
f *= i;
return f;
}
void permute(string s)
{
long long f = factorial(s.length());
for(int i=0; i<f; i++)
{
string p = s;
int t = i;
fo... | [
"sounak.dey@iiitb.ac.in"
] | sounak.dey@iiitb.ac.in |
9397d9d36a024538723f36ba336954cd6404fba4 | c586d7d5d503623763d5e2efe97f627b127d0ed0 | /cppprimer/getmax.cpp | cdded87e9e2ac96398a034695ce007d0c98ae9c2 | [] | no_license | hunterluok/Security | cc45f5da1584094e98a48bc33c3ca9a5b34b5301 | 60f06ab0d072f3fdab4720d891edc6442aba003e | refs/heads/master | 2021-06-07T04:19:15.957354 | 2020-07-02T10:19:39 | 2020-07-02T10:19:39 | 148,024,295 | 2 | 0 | null | 2019-10-19T14:19:47 | 2018-09-09T12:43:31 | Jupyter Notebook | UTF-8 | C++ | false | false | 486 | cpp | #include<iostream>
using namespace std;
template<typename Type>
const Type& getmax(const Type& value1 ,const Type& value2)
{
if(value1 > value2)
return value1;
else
return value2;
}
template<typename Type>
void display(const Type& value1, const Type& value2)
{
cout << "getmax (" << value1 << "," << value2 << ... | [
"379733643@qq.com"
] | 379733643@qq.com |
beaaa10f2731603c5001fab461ecd751f1d14a29 | ccb9a8752eb5a5bc70305c65a1611736836a3e45 | /test/test_subtract_native.cpp | 2f622a812970f294b63bdaac1e19943ee8f065e4 | [
"BSL-1.0"
] | permissive | boostorg/safe_numerics | 5a1a8d903edbf312731345462dbf39d7fa39469d | 13ca3d6dd36db1aac2d6b5caca2c281d15c881ad | refs/heads/develop | 2023-08-18T20:08:56.199185 | 2022-06-07T01:22:59 | 2022-06-07T01:22:59 | 5,021,752 | 132 | 32 | BSL-1.0 | 2022-09-16T13:19:51 | 2012-07-13T16:14:14 | C++ | UTF-8 | C++ | false | false | 2,005 | cpp | // Copyright (c) 2012 Robert Ramey
//
// 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)
#include <iostream>
#include <boost/safe_numerics/safe_integer.hpp>
#include <boost/safe_numerics/automatic.hpp>
#include "... | [
"ramey@rrsd.com"
] | ramey@rrsd.com |
a4af97af9659fd6c8ec81e0d69077f6154e2a3fc | 2cb738d554ef506568197a9a1111e223c6e4a1d2 | /23.Recursion Introduction/into.cpp | cfe64bb2beb1b08454816c6c843299949f689b43 | [] | no_license | palaktyagi000/Daily-CPP-Practice | d135c7ffebf24e22185bd2e3dfce0ac8438303fb | 4854d33f142d0982c77ace8e52a5290e266ca667 | refs/heads/master | 2023-07-05T05:18:07.645960 | 2021-08-20T08:49:14 | 2021-08-20T08:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 241 | cpp | #include<iostream>
using namespace std;
int fact(int n){
//base case
if(n==0){
return 1;
}
///recursive case
int small_ans = fact(n-1);
return n* small_ans;
}
int main(){
int n;
cin>>n;
cout<<fact(n)<<endl;
return 0;
} | [
"palaktyagi000@gmail.com"
] | palaktyagi000@gmail.com |
e345bca65f598e7713b4bbf00c858f0abda7f9da | 104891081cfa423c50dc0d57f92d3fa39f70dedf | /Sorting/QuickSort.cpp | dda96c05f950778c758ada7862c64362e9a37418 | [] | no_license | akash-ranjan8/Algorithms-Data-Structures | 0385bfdabd2e49d13c3532bac00b48baa6047a23 | 714a9a4b1c8e5039ef0f83dcfe06a49e24a826b0 | refs/heads/master | 2020-08-10T05:46:16.460436 | 2019-10-01T10:23:18 | 2019-10-01T10:23:18 | 214,272,826 | 1 | 0 | null | 2019-10-10T19:51:48 | 2019-10-10T19:51:48 | null | UTF-8 | C++ | false | false | 1,206 | 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)
#define all(x) begin(x), end(x)
#define sz(x) (int)(x).size()
typedef long long ll;
typedef pair<int, int> pii;
typedef vector<int> vi;
bool isEqual(vi &v1, vi &v2){
return (v1.size()... | [
"prashantraghu999@gmail.com"
] | prashantraghu999@gmail.com |
41d933b0d60fd9e4596d52d1545e6e20076e19b8 | 75e4fde4d6b5306d2590d0ad79c68520de4ef715 | /week4/G2_8.cpp | 2d5ee965197c66c34165dae7346f069a713ac60b | [] | no_license | askarakshabayev/PP1_2019 | a01355d5d6622319de4532570ac4762a6c3be344 | f3d723f94590936a4eeceb1d270959462acca27c | refs/heads/master | 2020-07-15T09:37:44.219734 | 2019-11-09T11:40:23 | 2019-11-09T11:40:23 | 205,534,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | cpp | #include <iostream>
using namespace std;
int main() {
int n;
cin >> n;
int a[n];
for (int i = 0; i < n; i++) {
cin >> a[i];
}
for (int i = 0; i < n - 1; i++) {
for (int j = i + 1; j < n; j++) {
if (a[i] < a[j]) {
int t = a[i];
a[i] = ... | [
"askar.akshabayev@gmail.com"
] | askar.akshabayev@gmail.com |
6c98906532f47745f692091abc5fff59690cca4b | def4aa717d027a64734fa9921a4457ed4c54d782 | /PracticeTest3_v2/words.cpp | 639adf5ac31e605cd2c3953a4069a2b21ab6310d | [] | no_license | StewartDouglas/cRevision | aa2c4abbd48d3a2856f061a8c62a385dd03e6aae | 7467b7e5199010c9058f9673c1261b30bd665847 | refs/heads/master | 2020-05-17T05:57:19.941964 | 2014-01-12T22:52:16 | 2014-01-12T22:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,755 | cpp | #include <iostream>
#include <cstring>
#include "words.h"
using namespace std;
void reverse(const char* input, char* output){
int length = strlen(input);
for(int n = length; n > 0; n--){
*output = input[n-1];
++output;
}
*output = '\0';
}
int compare(const char* string1, const char* string2){
/... | [
"sd3112@vm-shell4.doc.ic.ac.uk"
] | sd3112@vm-shell4.doc.ic.ac.uk |
fe9089d1000652dcb256f2cafdd170799d9eef11 | 57b682454be4325a0739348e65ee07bb9f21c85e | /UVA/uva 10783.cpp | 126a723074cb129489b6c58fbdf15fa7ac38fc52 | [] | no_license | Prince-Baust/CodingGround | f2fff8e74a6f5343e242832e60eeb111da521467 | 2a8d97706a2564b609157586c955808fd7197254 | refs/heads/master | 2020-03-22T13:25:25.986395 | 2018-07-07T18:05:36 | 2018-07-07T18:05:36 | 140,106,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | cpp | #include <iostream>
using namespace std;
int main()
{
int t;
cin >> t;
for(int i = 1; i <= t; i++)
{
int sum = 0;
int a, b;
cin >> a >> b;
for(int j = a; j <= b; j++)
{
if(j % 2 == 1)
sum += j;
}
cout << "Case " << i ... | [
"pmaruf42@gmail.com"
] | pmaruf42@gmail.com |
b9b73de89c09315ee71ee6ebd5e9d2acbc7a19a2 | 9c3d56aa96c6342bb41bc356199068875b285c79 | /GLProjectInRibbon/GLProjectInRibbon/Model.cpp | 9c0b5e3edde846c5f63709c85442121c7aab347f | [] | no_license | lhzqwe/MeshSimplification | df53d146a70c8dec32b9452e6456ee6a53c5e84e | 841e357176105efb90cdbe491e4ec6e6b3bb910a | refs/heads/master | 2021-01-21T18:10:57.128574 | 2018-03-21T07:14:23 | 2018-03-21T07:14:23 | 92,020,301 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,099 | cpp | #include "stdafx.h"
#include "Model.h"
Model::Model()
{
face_num = 0;
Mesh empty_mesh;
this->meshes.push_back(empty_mesh);
}
Model::Model(GLchar* path)
{
face_num = 0;
this->loadModel(path);
}
Model::~Model()
{
}
void Model::Draw(Shader shader)
{
for (GLuint i = 0; i < this->meshes.size(); i++)
{
this->mes... | [
"294980024@qq.com"
] | 294980024@qq.com |
3e47e5de442cea2c30f44643b29548d5137f32b5 | 160f31e9a3b10477e5a4549eac453e5305b8274c | /src/commonpp/net/http/Request.cpp | 28cfef10e9d00af03045ab6206d0b2ce6511d78c | [
"BSD-2-Clause"
] | permissive | mlove-au/commonpp | c2f3d8cf40473d64e5a6690aa0ded23b26489f6d | a73c012f14cf1ed833604218f43ff43954ca0b08 | refs/heads/master | 2020-12-25T17:56:13.914391 | 2017-03-17T17:09:54 | 2017-03-17T17:09:54 | 43,634,873 | 0 | 0 | null | 2015-10-04T11:56:18 | 2015-10-04T11:56:18 | null | UTF-8 | C++ | false | false | 2,237 | cpp | /*
* File: src/commonpp/net/http/Request.cpp
* Part of commonpp.
*
* Distributed under the 2-clause BSD licence (See LICENCE.TXT file at the
* project root).
*
* Copyright (c) 2015 Thomas Sanchez. All rights reserved.
*
*/
#include "commonpp/net/http/Request.hpp"
namespace commonpp
{
namespace net
{
namespa... | [
"thomas.sanchz@gmail.com"
] | thomas.sanchz@gmail.com |
535a7962a87550efc1a2a7ba49c5a5e81010eafd | ff98a177902b8b97888a5e44eb59e5397a1826d8 | /codegen/facelift/templates/IPCServiceAdapter.template.cpp | 068ed4343aef5a7ed42e7cd2c922aa7e1a9a2222 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bitmouse/facelift | 471c39415c1d6667ddc9552abb764e48f3ac4755 | 229d7ad81d8c3e361a207251759b4fc9a6f225cb | refs/heads/master | 2021-07-06T04:48:00.323219 | 2020-10-26T17:48:45 | 2020-10-26T17:48:45 | 199,874,162 | 0 | 0 | MIT | 2020-08-26T07:28:25 | 2019-07-31T14:38:35 | C++ | UTF-8 | C++ | false | false | 7,864 | cpp | {#*********************************************************************
**
** Copyright (C) 2018 Luxoft Sweden AB
**
** This file is part of the FaceLift project
**
** Permission is hereby granted, free of charge, to any person
** obtaining a copy of this software and associated documentation files
** (the "Software"),... | [
"jacques.guillou@gmail.com"
] | jacques.guillou@gmail.com |
4ceb99673a4afedadd06ebc07ad0e36d5aec26f9 | b0c8e0cafa4a8916faab3cce65756ae91426c43f | /study/C++2/Week4/BOJ_1495_양희웅.cpp | 3b9942894d823f0bb4deacfe9ae6693904be16c5 | [] | no_license | Rurril/IT-DA-3rd | b3e3ec3c2a5efbc75b76b84e9002c27a0ba4a1c4 | 9985e237cb1b90e9609656d534e0ed164723e281 | refs/heads/master | 2022-07-22T15:26:39.085369 | 2021-11-23T13:30:06 | 2021-11-23T13:30:06 | 288,980,334 | 3 | 29 | null | 2020-11-05T10:25:30 | 2020-08-20T10:49:17 | Java | UTF-8 | C++ | false | false | 935 | cpp | #include <iostream>
#define MAX(x,y) ((x)>(y)?(x):(y))
using namespace std;
/*
N: 곡의 개수
S: 시작 볼륨
M: 최대 볼륨
V: 변경할 수 있는 볼륨
*/
int N, S, M;
int V[101];
int memo[101][1000] {-1, };
int volume(int order, int curVol)
{
if (order > N || curVol < 0 || curVol > M) {
return -1;
}
if (me... | [
"ungung97@naver.com"
] | ungung97@naver.com |
45ac1f206d5929ec84c3cbcc1541200ac98c7218 | 74974a648611428d6a599df353b5b1ca83dcc095 | /include/tvm/node/printer.h | a4c6a696633ccebe5143db58a961af61c6aa8f0f | [
"Apache-2.0",
"Zlib",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"BSD-2-Clause"
] | permissive | mx1mx2/incubator-tvm | 5458a3dcf6d583f20464a4ac61ee2d1a0fcbe35f | ee0af843f3c5a3429e888079afb5f30789bd9bee | refs/heads/master | 2020-12-15T04:30:24.358597 | 2020-01-20T01:18:51 | 2020-01-20T01:18:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,154 | h | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"noreply@github.com"
] | mx1mx2.noreply@github.com |
f44b5b20dbd0366c357b92a6d5dd5ed005f6d540 | aa0e73afc7f7e06c626ab898cdf8dcabd5c2cfa8 | /include/vpp/vulkan/functions.hpp | ee998e02cafe12ed2f128f4ca51fd2b5324d8596 | [
"BSL-1.0",
"MIT"
] | permissive | gamagan/vpp | 8c466ce65c39317a3765ddd652d5cab26a9ed9fc | 2bd7c8ab1900cf4630176321b885b770d0a9117a | refs/heads/master | 2021-07-06T04:39:13.172046 | 2017-07-27T11:13:10 | 2017-07-27T11:13:10 | 106,061,676 | 1 | 0 | null | 2017-10-07T00:45:54 | 2017-10-07T00:45:54 | null | UTF-8 | C++ | false | false | 56,587 | hpp | // Copyright (c) 2017 nyorain
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt
// Automaitcally generated vulkan header file for the nyorain/vpp library.
// Do not edit manually, rather edit the codegen files.
#pragma once
... | [
"nyorain@gmail.com"
] | nyorain@gmail.com |
0f646d1ce4616fde03cb095e3d1423b6f27bd301 | 43221ffd2d148583095f37eb655b395cd20aa849 | /IndexOutOfBoundsException.h | 35ce028497ae96623ca5e16ae5425ffa8c52cc04 | [] | no_license | lblack1/cpsc350-BSTDB | 18940570ee164f505ccb60c9f721c339438f78f9 | 2a527ae522297b90f13fae65313716ce5466a189 | refs/heads/master | 2020-09-21T01:19:43.044056 | 2019-11-28T19:27:47 | 2019-11-28T19:27:47 | 224,638,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 406 | h | #ifndef INDEX_OUT_OF_BOUNDS_EXCEPTION
#define INDEX_OUT_OF_BOUNDS_EXCEPTION
#include <iostream>
using namespace std;
/* Exception class for indicating an attempt to access an index beyond bounds of a linked list.
*/
class IndexOutOfBoundsException {
public:
IndexOutOfBoundsException();
IndexOutOfBoundsExce... | [
"lblack@chapman.edu"
] | lblack@chapman.edu |
8303bd33131505516e21e440877fa3650e5f8048 | 45355bf137fc7886baa294000fc8d6e816dd1058 | /src/routeSolver.cpp | 34dc71b01d19822c6e348dd015cc778cb29caf72 | [] | no_license | GuessEver/sweepingRobot | 4aac44955e87292af33454878b1b41b02de015bc | a1ae75310aa9ccd89cef5b82d042b3919c2195ea | refs/heads/master | 2021-01-19T05:41:08.883501 | 2016-06-15T12:25:06 | 2016-06-15T12:25:06 | 60,669,847 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,484 | cpp | #pragma comment(linker, "/STACK:1024000000,1024000000")
#include <cstdio>
#include <algorithm>
int W, H, A, Sx, Sy;
int cap[1000][1000];
bool done[1000][1000];
const int dx[] = {0, 1, 0, -1};
const int dy[] = {-1, 0, 1, 0};
const char* dir = {"NESW"};
const char* antidir = {"SWNE"};
bool can(int x, int y) {
if(x < 0 ... | [
"guessever@gmail.com"
] | guessever@gmail.com |
48e5ddddf3eb477b6ffbfa169b1d67733278dcee | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/1.17/Theta.particles | 58425e9351b607b7fb1e5afae8291186f7e85269 | [] | no_license | MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu | 3828272d989d45fb020e83f8426b849e75560c62 | daeb870be81275e8a81f5cbac4ca1906a9bc69c0 | refs/heads/master | 2020-05-17T16:36:41.848261 | 2015-04-18T09:29:48 | 2015-04-18T09:29:48 | 34,159,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 70,790 | particles | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com |
e17096d7cbe1f30d05d71a93e148b1badcb8da1b | 09b594294973956482178ec173f27d899112ecd8 | /ugc/index_migration/utility.cpp | e97f9d8c1ed099867c0f836226d0bf08ba5f4e64 | [
"Apache-2.0"
] | permissive | jamll/omim | 305a15db9286c815209dd414b1a8a826f70ed9fe | 704fd74d8d709f643d38266e1b484c16a441fb8b | refs/heads/master | 2020-03-25T12:50:45.300220 | 2018-08-03T10:16:59 | 2018-08-06T11:09:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,027 | cpp | #include "ugc/index_migration/utility.hpp"
#include "ugc/serdes.hpp"
#include "platform/platform.hpp"
#include "platform/settings.hpp"
#include "coding/file_name_utils.hpp"
#include "coding/file_reader.hpp"
#include <algorithm>
#include <cstdint>
#include <iterator>
#include <string>
#include <unordered_map>
#includ... | [
"mpimenov@users.noreply.github.com"
] | mpimenov@users.noreply.github.com |
7bd17812b94a5146a5cb95ab37ef4040efee304b | 6583fdcb08cefeb86d3c5b1b57cad2ea5762cbc5 | /src/undo.h | f713e2281ffd3c7a1f54b349dd04a7aaa13c8e5e | [
"MIT"
] | permissive | SpecialCoins/bitcoincz | f67b4f7788cf9b93ee770c1d98e69fda393e64da | 9193ea2b7241467eec3cee51a802abd24e946413 | refs/heads/master | 2022-06-25T23:46:29.559817 | 2022-06-18T07:43:14 | 2022-06-18T07:43:14 | 242,184,811 | 8 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,428 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Copyright (c) 2020 The BCZ developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UNDO_H
#define BITCOIN_UNDO_H... | [
"104713417+bitsz-coin@users.noreply.github.com"
] | 104713417+bitsz-coin@users.noreply.github.com |
eb11a8f88f7132f0eabe3eb5460337af90772f84 | 354a0778f08529d7e3dbdf2f782d65372db0517e | /Client/blocks/osc/ip/UdpSocket.h | f815df887b6f7c9464033cef471fe6b42d7c0499 | [] | no_license | stimulant/dBcube | b5b33241d1cac281f50184b81c809757435dbb04 | 278345878c8d53d2f390c3c844d0cb09f89c43e6 | refs/heads/master | 2020-05-18T15:41:53.708557 | 2014-10-21T16:49:00 | 2014-10-21T16:49:00 | 24,612,035 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,444 | h | /*
oscpack -- Open Sound Control packet manipulation library
http://www.audiomulch.com/~rossb/oscpack
Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files
(the "Software"), to ... | [
"joel@stimulant.io"
] | joel@stimulant.io |
13126f946c126939b772130bb640da994f2f9607 | ca6160cab53706ff289e436ddfeeb898bdc856fe | /InteractiveAgents/Source/Engine/AI/Navigation/NavGraph.cpp | ee0148b7d8e8c5b25f8dfc1bad728d0e33ef67a1 | [] | no_license | IMDCGP210-1819/interactive-agents-MichaelRDavis | 9190e3b949d3a4be18559c22099cbc42205a1f68 | d4c10fa381702b980ec550a7faa069e563464f39 | refs/heads/master | 2020-04-21T02:01:35.049737 | 2019-08-25T11:29:28 | 2019-08-25T11:29:28 | 169,242,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,579 | cpp | #include "NavGraph.h"
#include "NavNode.h"
#include "Rendering/Drawing.h"
#include "GameObject/World.h"
#include "Math/Math.h"
#include <cstdint>
NavGraph::NavGraph(World* world)
: m_cachedWorld(world)
{
}
NavGraph::~NavGraph()
{
}
NavNode* NavGraph::GetRandomNode()
{
Random rand;
uint32_t nodes = m_nodes.size(... | [
"MichaelRDavis1991@protonmail.com"
] | MichaelRDavis1991@protonmail.com |
d6d8b6d33e8b4d891ded23f75b06f3c0ac56adbe | 81175406e7c3bb2c923e631a8dd222a10914f388 | /src/checkpoints.cpp | e4a967e2058becf2e19158a2367c54e26f53ab99 | [
"MIT"
] | permissive | scottie/WIRE | 5cedbdede52b9c1291fc34c95046849f8d5267af | 4e1b7f5492920432038897d6180860df73125803 | refs/heads/master | 2021-04-15T03:43:11.340556 | 2018-03-27T21:31:08 | 2018-03-27T21:31:08 | 124,241,900 | 0 | 0 | MIT | 2018-03-07T13:43:51 | 2018-03-07T13:43:51 | null | UTF-8 | C++ | false | false | 3,471 | cpp | // Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017 The Wire developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.... | [
"scottlindh@gmail.com"
] | scottlindh@gmail.com |
440253298f8c71e637cb35116604dd620178f86e | 08ec866f78484b951e80f4444dead0e150d61b9f | /android/external/pdfium/core/src/fpdfdoc/doc_vt.cpp | 3ae23ffcbc23e909442a45d6a27ba2ac0dc26c46 | [
"BSD-3-Clause"
] | permissive | BPI-SINOVOIP/BPI-A83T-Android6 | c7e2fbecb8e50f6cdc3f006d991c783452411258 | e0b8640e89e60371b64f765228b5ee1c35ebd705 | refs/heads/master | 2023-05-08T14:19:15.533806 | 2018-07-04T07:18:58 | 2018-07-04T07:18:58 | 112,411,954 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,756 | cpp | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "../../include/fpdfdoc/fpdf_doc.h"
#include "../../include/fpdfdoc/f... | [
"Justin"
] | Justin |
ac2d4db50c84c52145f34005770b5dc0c5d0839c | 02463bc1300315730580a4041ee07aaa10f7c992 | /src/Statement.cpp | 02c50bcf4c76f2e13cb3985d350baa6e389c50e1 | [] | no_license | jrharshath/dinner | 1291b11a0e835a51db72016e50a53676bb37c680 | c715936f38578cb027e8ad45176e8355f01d02bd | refs/heads/master | 2020-05-18T15:44:02.829083 | 2009-08-09T14:11:52 | 2009-08-09T14:11:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 211 | cpp | #include "Statement.h"
Statement::Statement(StatementType t, QList<void*>* a) : type(t), args(a) {
}
StatementType Statement::getType() {
return type;
}
QList<void*>* Statement::getArgs() {
return args;
}
| [
"harshath.jr@gmail.com"
] | harshath.jr@gmail.com |
6a45ecfa39e444958a9b6922195fa24ae5c154a6 | 646e50f4c939bfaafce87f36a639c99c664e6c7a | /include/brlandmarker.h | 5ed3aecc4dda186f7c354cf2683fc223a84495c6 | [
"Apache-2.0"
] | permissive | mitre/biqt-face | 536ea320a397c3eb83c686a437262bdac4d6a519 | 0ea2e42ddce72d940999cc90299c383d34bbffe9 | refs/heads/master | 2023-08-23T02:49:39.807502 | 2023-08-22T12:46:18 | 2023-08-22T12:46:18 | 194,310,086 | 16 | 39 | Apache-2.0 | 2023-08-22T12:46:20 | 2019-06-28T17:23:26 | C++ | UTF-8 | C++ | false | false | 1,797 | h | // #######################################################################
// NOTICE
//
// This software (or technical data) was produced for the U.S. Government
// under contract, and is subject to the Rights in Data-General Clause
// 52.227-14, Alt. IV (DEC 2007).
//
// Copyright 2019 The MITRE Corporation. All Right... | [
"mbartenschlag@mitre.org"
] | mbartenschlag@mitre.org |
1fda62f909d65e794fbfcb0465af9738ca92ebe9 | d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3 | /chromium/chrome/browser/chromeos/diagnosticsd/diagnosticsd_bridge.h | 642e83774c2866eabd7d154f53e14200ad465b2d | [
"BSD-3-Clause"
] | permissive | Csineneo/Vivaldi | 4eaad20fc0ff306ca60b400cd5fad930a9082087 | d92465f71fb8e4345e27bd889532339204b26f1e | refs/heads/master | 2022-11-23T17:11:50.714160 | 2019-05-25T11:45:11 | 2019-05-25T11:45:11 | 144,489,531 | 5 | 4 | BSD-3-Clause | 2022-11-04T05:55:33 | 2018-08-12T18:04:37 | null | UTF-8 | C++ | false | false | 5,372 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_DIAGNOSTICSD_DIAGNOSTICSD_BRIDGE_H_
#define CHROME_BROWSER_CHROMEOS_DIAGNOSTICSD_DIAGNOSTICSD_BRIDGE_H_
#include <memory>... | [
"csineneo@gmail.com"
] | csineneo@gmail.com |
4efc11851be85a77f49929432d4aa1adefc64180 | e206ea09a316757e8028d803616634a4a9a50f72 | /atcoder/abc044/b.cpp | 1de17625c5d209c40491bfcc51629eb5cc53df93 | [] | no_license | seiichiinoue/procon | 46cdf27ab42079002c4c11b8abe84662775b34a4 | f0b33062a5f31cf0361c7973f4a5e81e8d5a428f | refs/heads/master | 2021-06-26T19:02:24.797354 | 2020-11-01T14:12:54 | 2020-11-01T14:12:54 | 140,285,300 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,607 | cpp | #include <bits/stdc++.h>
#define rep(i, n) for (int i=0; i<n; ++i)
#define rep1(i, n) for (int i=1; i<=n; ++i)
#define ALL(v) v.begin(), v.end()
#define RALL(v) v.rbegin(), v.rend()
#define EPS (1e-7)
#define INF (1e9)
#define PI (acos(-1))
using namespace std;
typedef long long ll;
constexpr ll MOD = (1e9+7);
constex... | [
"d35inou108@gmail.com"
] | d35inou108@gmail.com |
fcb246c8458f59ce31de09386969d75af8cab9b8 | 903bd18adce150f1470c1d04cfdf020088e8444e | /build a game/MyGame.cpp | 436a1bfd2fd28aa84b6e313dda0cc9bb7d8b8c2a | [] | no_license | SaNeOr/Windows-Game-study | 0e36cdcee16542a00aba47401c869ea2d1c00a80 | c1ba41ff432019efc24cb7dd40e392b73e3eeeec | refs/heads/master | 2020-03-12T03:40:34.873846 | 2018-07-02T14:30:16 | 2018-07-02T14:30:16 | 130,428,941 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,583 | cpp | #include "MyDirectX.h"
const string APPTITLE = "LG&SW";
const int SCREENW = 1024;
const int SCREENH = 768;
LPDIRECT3DSURFACE9 bomb_surf = NULL;
LPDIRECT3DSURFACE9 bucket_surf = NULL;
struct BOMB
{
float x, y;
void reset()
{
x = (float)(rand() % (SCREENW - 128));
y = 0;
}
};
BOMB bomb;
struct BUCKET
{
f... | [
"noreply@github.com"
] | SaNeOr.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.