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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1bcb558f793b038a91e13d3f71f6aa226583bccd | 6115b3898bb02e46af87d8b6c6bbf5254b432047 | /NOT_REALLY_A_Training_Bot/src/main/include/Commands/LiftDown.h | 313dbb4f4bd26e668e7d99d8c644a5c222310091 | [] | no_license | cgzog/Programming-Training | 5a1bfb35b26ac5f4900e45c236a7c65d1cea5c25 | a6c2d155386f9a4be51848c5cf5354494f331bfc | refs/heads/master | 2023-04-02T04:33:40.791361 | 2021-04-08T03:44:42 | 2021-04-08T03:44:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | h | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"cyborgs@D-CYB-04.jths.org"
] | cyborgs@D-CYB-04.jths.org |
deb8d22b17cc02d6bbdbe6b3dff7efe9aab3eb8b | f08b019f7d49fa6057da59c3c5cf8339263aa945 | /chapter03/3_4.cpp | 96df9af8be9e644ddc9ff15fc182bcba6da66380 | [] | no_license | rocky946/data-structure-course | 38be4738703165448354fc632e8d60e0ef7a5568 | 53b82c53a8db787d9e52c5249b989e7305775e76 | refs/heads/master | 2023-01-23T11:52:13.318226 | 2020-11-19T06:49:06 | 2020-11-19T06:49:06 | 257,018,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | cpp | #include <stdio.h>
#include "sq_stack.h"
/**
* 判断str是否为对称串
* @param str
* @return
*/
bool Symmetry(ElemType str[]) {
SqStack *stack = nullptr;
InitStack(stack);
int i = 0;
while (str[i] != '\0') {
Push(stack, str[i]);
i++;
}
int j = 0;
ElemType e;
while (!StackEmpt... | [
"rocky946@outlook.com"
] | rocky946@outlook.com |
d0569a13cf7953744e06eb102c5f19ebd06fa883 | ee03435aba4c70ad0464d9d9cc9b78884ff50b28 | /src/chainparams.cpp | f13ce468b693f0dd7187a90ff2ed4b7e95d61af5 | [
"MIT"
] | permissive | dashero/dsr1 | 1ed03db021af70dd1aba82d26419d7fa3d4c9a0c | 66848fd55f2c6e4c4f65414a2bf16f0fea81ef67 | refs/heads/master | 2021-09-01T06:03:00.837967 | 2017-12-25T08:07:10 | 2017-12-25T08:07:10 | 115,318,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,239 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//#include <stdio.h>
#include "glo... | [
"akuma@mud.com.cn"
] | akuma@mud.com.cn |
de8c13bf8754b1d7ce0ec5c017024a84597d7271 | a05981170f4c4d4eb8bf6559990152997647dcd5 | /egor_kursach-master/SKursovaya/MD5.cpp | c461134ff5a83077f9923db849d0519d63c8a004 | [] | no_license | EgorWK4/OOP-cource-project- | e68fc89fbb017a6adf44d3488a1280fb9a2604d6 | feb1b918d89e4c8543f9e113490b508795dfb16d | refs/heads/master | 2022-03-31T18:38:04.602472 | 2020-01-20T04:24:31 | 2020-01-20T04:24:31 | 235,017,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,293 | cpp | #include"MD5.h"
/* system implementation headers */
#include <cstdio>
#include <msclr/marshal_cppstd.h>
// Constants for MD5Transform routine.
#define S11 7
#define S12 12
#define S13 17
#define S14 22
#define S21 5
#define S22 9
#define S23 14
#define S24 20
#define S31 4
#define S32 11
#define S3... | [
"noreply@github.com"
] | EgorWK4.noreply@github.com |
c5e66f987709f16058f536d2fd5d1f69f152ad35 | de80b91a12b10bd962b59a89b2badbb83a0193da | /ClientProject/Mof/MofLibrary/Include/Common/MofCommonWindows.h | 81b234c81efdf7aea65176bc9c478dea68810ddb | [
"MIT"
] | permissive | OIC-Shinchaemin/RatchetNclank-PrivateCopy | 8845eea799b3346646c8c93435c0149e842dede8 | e2e646e89ef3c29d474a503f5ca80405c4c676c9 | refs/heads/main | 2023-08-15T06:36:05.244293 | 2021-10-08T00:34:48 | 2021-10-08T00:34:48 | 350,923,064 | 0 | 0 | MIT | 2021-10-06T11:05:03 | 2021-03-24T02:35:36 | C++ | SHIFT_JIS | C++ | false | false | 4,345 | h | /*************************************************************************//*!
@file MofCommonWindows.h
@brief ライブラリの基本定義を行う。
@author CDW
@date 2014.05.14
*//**************************************************************************/
//ONCE
#ifndef __MOFCOMMONWINDOWS__H_... | [
"shin@oic.jp"
] | shin@oic.jp |
409af424f384eda64bcadf774b7a1b5a973520b4 | 7d5b22941862884b36f111f9eddea956275b03b6 | /OpenGL/Windows/Native/Fixed_Function_PipeLine/15_Kundali/Kundali_Lines.cpp | 4ff377459ad247583d53f14f9c45051b13139cae | [] | no_license | blckopps/RTR_Assignments | df6d9845111a862cca7a7d03a1104acc62359c7d | 6a05a2cb9c8dfef1d4313c97c48e26f5035db61e | refs/heads/master | 2022-12-10T14:39:07.063238 | 2020-05-22T19:54:59 | 2020-05-22T19:54:59 | 295,221,570 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,782 | cpp | #include<Windows.h>
#include<stdio.h>
#include<math.h>
#include<gl/GL.h>
#include<gl/GLU.h>
#pragma comment(lib,"openGL32.lib")
#pragma comment(lib,"glu32.lib")
#define WIN_WIDTH 800
#define WIN_HEIGHT 600
FILE *gpfile = NULL;
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
//GLOBAL VARIABLES
bool bFullScreen=... | [
"shubhambendre96@gmail.com"
] | shubhambendre96@gmail.com |
bd1fe2f0e2b0479e4b4641a8c85d4ed14254ca75 | 091afb7001e86146209397ea362da70ffd63a916 | /inst/include/boost/simd/include/functions/scalar/all.hpp | e542448e31f9747950f79cf087952355ed8ce698 | [] | no_license | RcppCore/RcppNT2 | f156b58c08863243f259d1e609c9a7a8cf669990 | cd7e548daa2d679b6ccebe19744b9a36f1e9139c | refs/heads/master | 2021-01-10T16:15:16.861239 | 2016-02-02T22:18:25 | 2016-02-02T22:18:25 | 50,460,545 | 15 | 1 | null | 2019-11-15T22:08:50 | 2016-01-26T21:29:34 | C++ | UTF-8 | C++ | false | false | 196 | hpp | #ifndef BOOST_SIMD_INCLUDE_FUNCTIONS_SCALAR_ALL_HPP_INCLUDED
#define BOOST_SIMD_INCLUDE_FUNCTIONS_SCALAR_ALL_HPP_INCLUDED
#include <boost/simd/reduction/include/functions/scalar/all.hpp>
#endif
| [
"kevinushey@gmail.com"
] | kevinushey@gmail.com |
be544d9d4cfce18435df13e9c6e368f15cb62557 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE590_Free_Memory_Not_on_Heap/s02/CWE590_Free_Memory_Not_on_Heap__delete_char_alloca_11.cpp | d7746d8fcdca9cd377a0556cb82de05afc96213f | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,092 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE590_Free_Memory_Not_on_Heap__delete_char_alloca_11.cpp
Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete.pointer.label.xml
Template File: sources-sink-11.tmpl.cpp
*/
/*
* @description
* CWE: 590 Free Memory Not on Heap
* BadSource: alloca Data buffer is al... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
fb8038af8b7229fe9f6c515e0efbc9cbd760918a | fbb232537f30e084a1caaff7d00de08c8abfaeec | /controller-firmware/src/Application.cpp | 8cf53fb619251ff3d0f1d12d541645e4625b14fd | [] | no_license | kallaspriit/protocity | 92a87b3fe2056277739bd84d5947397db659f762 | 8a733916beee57bd4e127f57ef46b143ebd9154d | refs/heads/master | 2022-12-13T13:56:42.185243 | 2018-01-23T10:42:26 | 2018-01-23T10:42:26 | 71,896,428 | 2 | 3 | null | 2021-08-04T08:47:41 | 2016-10-25T12:48:57 | C++ | UTF-8 | C++ | false | false | 19,705 | cpp | #include "Application.hpp"
#include "Config.hpp"
#include "capabilities/DebugCapability.hpp"
#include "capabilities/TSL2561Capability.hpp"
#include "capabilities/TMP102Capability.hpp"
#include "capabilities/MPL3115A2Capability.hpp"
#include "capabilities/PN532Capability.hpp"
#include "capabilities/TLC5940Capability.hp... | [
"kallaspriit@gmail.com"
] | kallaspriit@gmail.com |
e2e4cd5df57410fdb14159491a5e291988494639 | 5e32f954095784b2d355f7792726f1561dc92ec9 | /Lab4/game.cpp | 070b572ec3838f64f42c8b589c58bee34b7b187a | [] | no_license | GachiGucciGhoul/Laboratory_works | 168a45b88147a991a23c27dff3100236e9d29ed0 | bf12b29d17122251b57af91876002f6523bcd054 | refs/heads/master | 2020-07-29T21:10:43.816105 | 2020-06-05T09:00:46 | 2020-06-05T09:00:46 | 209,960,397 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 4,837 | cpp | #include <iostream>
#include <ctime>
#include "game.h"
Game initGame(char userChar)
{
srand(time(NULL));
Game game;
game.status = PLAY;
game.userChar = userChar;
if (userChar == 'x')
game.botChar = '0';
else
game.botChar = 'x';
for (char i = 0; i < 3; i++)
for (char j = 0; j < 3; j... | [
"noreply@github.com"
] | GachiGucciGhoul.noreply@github.com |
b68f7e8fbdc92aaf7d99e5f83caafc722f0d6bf5 | 3d8d2e4ebe08730cbbed3edd590c3ffa0b9bb732 | /Graph Algorithms/Graph Seaching Algorithms/bfs.cpp | fcfe3f861f438d267ffb68580198050ee640692f | [] | no_license | InnoCentCoder5497/DSA-in-C-plus-plus | 762ce2e9ccf30ac98f15f6821c4f3e737bc7ebfa | 4afc9afd47c6ea9ca0fe0dad95e767d402a74d4a | refs/heads/master | 2022-12-09T06:29:31.930326 | 2020-09-14T08:30:49 | 2020-09-14T08:30:49 | 285,457,864 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,652 | cpp | #include<iostream>
#include<vector>
#include<queue>
#define NIL -1
#define INF 9999
using namespace std;
void bfs(vector<int>[], char[], int[], int[], int, int);
void print_path(vector<int>[], int, int, int[]);
int main() {
int num_vertex;
int num_edges;
int s;
int src, dst;
cout << "Total Number... | [
"innocentcoder5497@gmail.com"
] | innocentcoder5497@gmail.com |
20ade4a4739d847cc176fa8835d74c1b45b52cad | 5db5a5a053ef2c572c115f4ac36bfefa00e28379 | /Codeforces/CF1169B.cpp | 4eca966b6992db46a88e6808923465d768e3ae2c | [] | no_license | CaptainSlowWZY/OI-Code | 4491dfa40aae4af148db2dd529556a229a1e76af | be470914186b27d8b24177fb9b5d01d4ac55cd51 | refs/heads/master | 2020-03-22T08:36:19.753282 | 2019-12-19T08:22:51 | 2019-12-19T08:22:51 | 139,777,376 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | cpp | #include <cstdio>
#include <cstring>
const int kMaxn = 3e5 + 5;
int n, m;
int A[kMaxn], B[kMaxn], cnt[kMaxn];
bool Suppose(int x);
int main() {
scanf("%d%d", &n, &m);
for (int i = 0; i < m; i++) scanf("%d%d", A + i, B + i);
puts(Suppose(A[0]) || Suppose(B[0]) ? "YES" : "NO");
return 0;
}
bool Suppose(int x) {... | [
"CaptainSlowWZY@163.com"
] | CaptainSlowWZY@163.com |
5309b2151b3263cabf7fd7962b6e60292834318b | a2dff7d13e1395985c6c402c6567b8ceb51cdc9a | /Class.h | 57b958d76cae7f12b33dc8e4b70bcb7531ce996b | [
"WTFPL"
] | permissive | SitanHuang/RJC | 864af9fd797b8e95b0e20ada2dc27cf9237ee9c0 | a11688054c89a46bb6c1e91fa1f91ed0e7c09ffd | refs/heads/master | 2021-01-17T13:10:03.606829 | 2015-09-13T04:16:23 | 2015-09-13T04:16:23 | 42,292,494 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 232 | h | #pragma once
#include "jasminclude.h"
#include <map>
#include <memory>
using namespace std;
class Class
{
public:
Class() {
}
~Class() {
name.clear();
}
string name;
};
map<string,Class> classes;
| [
"978494543.qq54@gmail.com"
] | 978494543.qq54@gmail.com |
76946d5b5585bbf28c35ccba8d70a1bac95c59fb | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp | 91f2cd8c248780c0dcc76322abc385498e6ca61b | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | 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 | 3,820 | cpp | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/workers/WorkerOrWorkletGlobalScope.h"
#include "bindings/core/v8/WorkerOrWorkletScriptController.h"
#include "core/dom/TaskRunnerHelper.h"... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
52af017d1a9f32663dc85167b27cb4bd820199af | 1c1837cd29f317fea252636a7310108f0f6de078 | /sources/levelcube.cpp | 9bc3e669b94a83c374c4bd13f3d1663e88b183b7 | [] | no_license | exoticorn/ld26-minimalism | 1e6e0896f6f852e486782668b44bd82966fd23e6 | f0553a63e15527793da3dcef9087a5f69638a2e7 | refs/heads/master | 2016-09-05T09:23:47.729727 | 2013-05-01T12:12:28 | 2013-05-01T12:12:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,254 | cpp | #include "levelcube.hpp"
#include "cuberenderer.hpp"
#include <math.h>
LevelCube::LevelCube(float x, float y, float sx, CubeType type)
{
m_type = type;
m_posX = x;
m_posY = y;
m_speedX = sx;
m_pPrev = 0;
m_pNext = 0;
m_size = 1;
m_time = 0;
}
void LevelCube::update(float timeStep, bool isPlayerAttached) {
m_... | [
"dennis.ranke@gmail.com"
] | dennis.ranke@gmail.com |
7f0f38c6f8372dc89599a4582684cb58926f759b | 80d53f81c0fa573cc51f534636623da7520c2d91 | /Cpp/RecFunc_string_16/RecFunc_string_16/main.cpp | 9a8728f8f2af36f3293902810a2aa432d83c8e6b | [] | no_license | PSKuznetsov/Study | f75e36184019ee7990d24b2d3bf66d1454c9ff8a | e22b09d2dff568cfe4e4aea3e487902fe0e1fc62 | refs/heads/master | 2021-01-10T16:03:21.099778 | 2015-12-25T21:44:10 | 2015-12-25T21:44:10 | 48,591,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cpp | //
// main.cpp
// RecFunc_string_16
//
// Created by Paul Kuznetsov on 10/03/15.
// Copyright (c) 2015 Paul Kuznetsov. All rights reserved.
//
#include <iostream>
#include <fstream>
using namespace std;
ifstream in ("/Users/NSCoder/Documents/C plus plus/RecFunc_string_16/RecFunc_string_16/input.txt");
ofstream ou... | [
"paulrussian@me.com"
] | paulrussian@me.com |
06db3707d48b8756cda05e7eaa8ad929c0620335 | 6219540f3d6f86cca35447d7c7f07348c6724541 | /Main/BufferMgr/headers/MyDB_BufferManagerDelegate.h | 5e36d9f6e8df21f888d78e65fb7b5684bd58eb69 | [] | no_license | wjy920421/MyDB | 53ef2483510ca4977304984fbc650b33b406bd21 | 98f3f3069f325a1842bb64b2643eab4f7ec72cf2 | refs/heads/master | 2021-01-10T02:21:28.453922 | 2016-02-22T19:17:13 | 2016-02-22T19:17:13 | 50,632,185 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 641 | h |
#ifndef BUFFER_MGR_DELEGATE_H
#define BUFFER_MGR_DELEGATE_H
#include <functional>
using namespace std;
class MyDB_Page;
typedef function<void(string)> BufferManagerDelegateUnpin;
typedef function<void(string)> BufferManagerDelegateRelease;
typedef function<void(MyDB_Page *)> BufferManagerDelegateReload;
class Buf... | [
"wjy920421@yahoo.com"
] | wjy920421@yahoo.com |
718f113d8d6ff9871ad63c8e5a808d97642c13e0 | f16cb8ea52e5fb7c71a5b3ee0c5a8b0b86bd9ca3 | /bak/mcSolveMvc/Code/xbApp/CxbRw.cpp | 2016554d314a272f537b1c1d3a4375054d719b24 | [] | no_license | hbdlyao/HVDC | cd09a9d1540a4f906e066c0144538ba326386d91 | b6887933fbbdc8bcef2b7d34047994a01f6598cc | refs/heads/master | 2021-01-20T00:20:09.401296 | 2017-05-24T12:48:41 | 2017-05-24T12:48:41 | 89,109,342 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 893 | cpp | ///////////////////////////////////////////////////////////
// CxbRw.cpp
// Implementation of the Class CxbRw
// Created on: 06-4ÔÂ-2017 17:56:23
// Original author: Administrator
///////////////////////////////////////////////////////////
#include "CxbRw.h"
void CxbRw::doLoad(CDevBase * vDevice)
{
string v... | [
"298598204@qq.com"
] | 298598204@qq.com |
b634f02a3976bab3975013b820414b33eb1d0d24 | 5b36c629df399989df0a7e2dd3a055008d57a2f8 | /CP - Handbook/longestIncreaseSub.cpp | 86294510d7d52878174a503826d83b26370c5371 | [] | no_license | VelisariosF/Algorithms | 2b3861e75f7d06ffdcbc69228c84e94e571be750 | 9c73cdcfcbe640fa2feb1d4edc22bba9544aa479 | refs/heads/master | 2022-12-24T14:48:40.115777 | 2020-09-26T07:34:38 | 2020-09-26T07:34:38 | 298,761,711 | 0 | 0 | null | 2020-09-26T07:30:36 | 2020-09-26T07:30:36 | null | UTF-8 | C++ | false | false | 397 | cpp | #include<bits/stdc++.h>
using namespace std;
int A[] = {6, 2, 5, 1, 7, 4, 8, 3, 9};
int N = 9;
const int Nmax = 101;
int L[Nmax];
int main(){
for(int i = 0; i < N; i++){
L[i] = 1;
for(int j = i - 1; j >= 0; j--){
if(A[j] < A[i]){
L[i] = max(L[i], L[j] + 1);
... | [
"shraymist@gmail.com"
] | shraymist@gmail.com |
b4e9436c0f837bcac5d36abffab3c3b3d662e70f | 7e81e474e7df16e56b60f98a6882ba00c0c53df7 | /image_server/include/image_server/KinectServer.h | 15a3360b3cabd9490409b220df0861a067910ff2 | [] | no_license | hgaiser/roman-technologies | 440088391b2a5a3866251e0d269d5e2d8fa0a53c | a47cd6f1704455f04c5ff7bd54fe638de642facc | refs/heads/master | 2020-09-24T13:59:22.892232 | 2012-09-02T21:52:33 | 2012-09-02T21:52:33 | 32,988,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,881 | h | /*
* KinectServer.h
*
* Created on: 2012-04-18
* Author: hgaiser
*/
#ifndef KINECTSERVER_H_
#define KINECTSERVER_H_
#include "ros/ros.h"
#include "image_transport/image_transport.h"
#include "image_server/OpenCVTools.h"
#include "sensor_msgs/CompressedImage.h"
#include "nero_msgs/SetActive.h"
#include "ne... | [
"hansg91@gmail.com@efe3342a-cd92-a411-41d2-ccb54d0c40cb"
] | hansg91@gmail.com@efe3342a-cd92-a411-41d2-ccb54d0c40cb |
0913075bc28676723405fa16ea165f514db71aa3 | f04f081eed945caa370a268a5f7de11991dff636 | /Snake.cpp | 6acaea3d8511e7cd9137109234d0a66be359aabe | [] | no_license | Dark90lab/university-projects | 0464b67f3ab38cb8499422f416c79c04d7f4de9b | 7cb77d08df71cbd7a6ff48b338777a4569c785ef | refs/heads/master | 2023-01-07T00:55:50.017930 | 2020-11-04T12:13:17 | 2020-11-04T12:13:17 | 286,094,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,902 | cpp | #include <iostream>
#include <windows.h>
#include <conio.h>
#include <stdlib.h>
using namespace std;
bool gameOver, gameMode;
const int width = 20;
const int height = 20;
int x, y,fruitX,fruitY,score;
int tailX[100], tailY[100];
int lenTail;
enum eDirection {STOP=0,LEFT,RIGHT,UP,DOWN};
eDirection dir;
void Color(int ... | [
"mat.grzelak00@gmail.com"
] | mat.grzelak00@gmail.com |
d3714f431b944f859bddd40ae8f8b674e8463c22 | 93d6631117556809fbb605a9df3d815c19240f76 | /z3/Source.cpp | 36e2ad1634a3d6d1820b8109538bcfeff1436ac9 | [] | no_license | protyom/z1 | 51c08c1e2c1404ab407fe63be55957322cf5fa68 | 5742bb26035f0292323198175fae8a0bf54a6410 | refs/heads/master | 2020-03-19T06:54:27.530375 | 2018-06-04T18:21:32 | 2018-06-04T18:21:32 | 136,065,846 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,675 | cpp | /*Пример 1-1. Простейшая программа с главным окном*/
/*Операторы препроцессора*/
#include <windows.h>//Два файла с определениями, макросами
#include <windowsx.h>//и прототипами функций Windows
/*Прототип используемой в программе функции пользователя*/
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
/*Главная фу... | [
"protyom@gmail.com"
] | protyom@gmail.com |
9f47c0c7ac73013e5b7f39065218156761b24464 | 43ff99dacbf3ce80648664afecdd5218d06043f3 | /headers/hardw_info.h | 3fed6139daeda36255930cdf06bae6f383a5fc87 | [] | no_license | peewster/System_Configuration_Tool | aaa1e252cf869f784ee81cc29b2b78345ec4e60f | bb8fcb1a57622a4365dd5a8b89e2402c8880ffe7 | refs/heads/master | 2021-01-19T12:31:40.105858 | 2012-07-26T19:54:54 | 2012-07-26T19:54:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,899 | h | using namespace std;
bool IsSpaceOrCR(char ch)
{
return ::isspace(ch) || ch == '\n';
}
//Lists the installed networking cards.
void networkcards()
{
system("cls");
system("color B");
cout << "\n";
cout << "Installed Networking Cards: \n\n";
int sysinf = system("wmic nic get description, S... | [
"peewster@gmail.com"
] | peewster@gmail.com |
101b29d8de50d78a5f352936dfb31eeb9d4c5131 | 4fd9f29b20e26b7cc80d748abd8f1dcd94fbbfdd | /Software rasterizer/Lukas Hermanns/SoftPixelEngine/sources/RenderSystem/spShaderConfigTypes.hpp | ece5cb74a30f48a3173623ea3bea72e16120714b | [
"Zlib"
] | permissive | Kochise/3dglrtvr | 53208109ca50e53d8380bed0ebdcb7682a2e9438 | dcc2bf847ca26cd6bbd5644190096c27432b542a | refs/heads/master | 2021-12-28T03:24:51.116120 | 2021-08-02T18:55:21 | 2021-08-02T18:55:21 | 77,951,439 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 3,845 | hpp | /*
* Shader configuration types header
*
* This file is part of the "SoftPixel Engine" (Copyright (c) 2008 by Lukas Hermanns)
* See "SoftPixelEngine.hpp" for license information.
*/
#ifndef __SP_SHADER_CONFIG_TYPES_H__
#define __SP_SHADER_CONFIG_TYPES_H__
#include "Base/spStandard.hpp"
#include <... | [
"noreply@github.com"
] | Kochise.noreply@github.com |
4eced3402d58f64ffcf0077e443be9d424d9b237 | 6191a1770ca3c9c4a3fd8e68e949ae2e4d45b7d0 | /src/geneserver/GeneServerThread.cpp | 67210cbdee19b45eb8a007da6689428ecb55bdb9 | [] | no_license | lanlijing/iocp-lua-server | 6f08a2efd555c82b53f5f4ee6c3250c31183df18 | 4a7d3137756ac1af56644c5677e10f00c6c5c257 | refs/heads/master | 2021-06-26T19:36:49.088375 | 2021-06-04T13:31:42 | 2021-06-04T13:31:42 | 231,350,234 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,354 | cpp | #include "stdafx.h"
#include "geneserver.h"
#include <direct.h>
#include "DAppLog.h"
#include "DMemoryPool.h"
#include "DBuf.h"
#include "DNetMsgBase.h"
#include "DNetMsg.h"
#include "DNetWorkBase.h"
#include "geneserverDlg.h"
#include "LuaMgr.h"
#include "GeneServerThread.h"
GeneServerThread::GeneServerThread()
{
m_... | [
"273428590@qq.com"
] | 273428590@qq.com |
ccc76c10f709b192d0d1499c7479bdbd87bdf2b3 | 4151c7b2977085a1beec0f9ea696bc8e42cba038 | /opencvWork/findMarker/testCamera/geometryStructs.hpp | f4474b4ea80fe54d5145ec7b0cc2eed6572dc00f | [] | no_license | TBFMX/opencvWork | 1afeaf883b1f3dae7fc55cd0133b9ece07146af5 | 7050f79852325f18c1f1142881b5158ed23e81c9 | refs/heads/master | 2021-03-12T22:21:22.477765 | 2014-07-31T23:50:40 | 2014-07-31T23:50:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,510 | hpp | #ifndef geometryStructs_hpp
#define geometryStructs_hpp
#define EPSILON 1e-12
#define maxObjSize 1596
#include <GL/gl.h>
#include <GL/glext.h>
#include <opencv/cv.h>
struct point3{
float x;
float y;
float z;
};
struct triangle{
point3 p1;
point3 p2;
point3 p3;
};
struct texture{
point3 p1;
point3 p2;
};
s... | [
"root@tbf03.tbf.mx"
] | root@tbf03.tbf.mx |
8ea79c2e1e7deea7c0bf1ad31a5607c8fbd0b757 | 8380b5eb12e24692e97480bfa8939a199d067bce | /Carberp Botnet/source - absource/pro/all source/BlackJoeWhiteJoe/include/necko/nsIEffectiveTLDService.h | 3a750be0bceddccf36df9f37368d64b8cafa6682 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | RamadhanAmizudin/malware | 788ee745b5bb23b980005c2af08f6cb8763981c2 | 62d0035db6bc9aa279b7c60250d439825ae65e41 | refs/heads/master | 2023-02-05T13:37:18.909646 | 2023-01-26T08:43:18 | 2023-01-26T08:43:18 | 53,407,812 | 873 | 291 | null | 2023-01-26T08:43:19 | 2016-03-08T11:44:21 | C++ | UTF-8 | C++ | false | false | 10,575 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/netwerk/dns/public/nsIEffectiveTLDService.idl
*/
#ifndef __gen_nsIEffectiveTLDService_h__
#define __gen_nsIEffectiveTLDService_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* Fo... | [
"fdiskyou@users.noreply.github.com"
] | fdiskyou@users.noreply.github.com |
3a2f7c3b8c54b5e95fd411221bcd331ba175a719 | 1d9e0de82d0a507836a152c49d19a0a2dd8b356f | /Extraction/ColorStructureExtraction.cpp | d60f3b8220214730d5a5d65b5886d023611e1200 | [] | no_license | fabiofranca92/Imagiology-----College | 3aede9151da02def753edcee1cbf319c1f604965 | f8b8aaed7f8428855156ce4cf57307e9b7097c5c | refs/heads/master | 2016-08-11T06:25:44.995115 | 2016-01-12T14:52:49 | 2016-01-12T14:52:49 | 49,506,764 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 30,233 | cpp | ////////////////////////////////////////////////////////////////////////
//
// ColorStructureExtraction.cpp
//
// This software module was originally developed by
//
// Jim Errico, Sharp Laboratories of America, Camas, WA
// Peter van Beek, Sharp Laboratories of America, Camas, WA
//
//
// in the course of de... | [
"fabiofranca@Fabio-Franca-2.home"
] | fabiofranca@Fabio-Franca-2.home |
eeb893340e53e5345011ef35a978174c91474f6a | cd3779b42d5e4e5f922d3ede1cbd4373f7c99d85 | /Corruption/game/entityLayer/entitySerializer.hpp | 200128d8983e4bbdbb50b2dcb247730df12c7dbc | [] | no_license | ianw3214/corruption | 87e24de830bf798cbac0fe0add3f938eb4e91234 | 6d5c7e38453d1b213c49e0a9d00f291c2f74cfdb | refs/heads/master | 2020-09-15T17:46:26.403713 | 2019-12-23T04:16:24 | 2019-12-23T04:16:24 | 223,519,748 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 760 | hpp | #pragma once
#include "entity.hpp"
#include <unordered_map>
#include <fstream>
class EntitySerializer
{
public:
static void Init();
static void ExportEntity(Oasis::Reference<Entity> entity, const std::string& filename);
static void ExportEntity(Oasis::Reference<Entity> entity, std::ofstream& file);
st... | [
"ianw3214@gmail.com"
] | ianw3214@gmail.com |
f015e9aac3ca8fa6a04f2428272119b77805472f | 962b523b62da7ca57872f2ab48b437aad19480d1 | /src/raw_02_work2.cpp | 8ba9f62ea2938572094a3ed22b010c54a35ac7f4 | [] | no_license | HyungjunAn/lang-cpp | bda40646d075660c6f69e437f411e8777f34a53c | 24d2a1658eadfbae3f5b73f655d8c9da2b2608cb | refs/heads/main | 2023-06-28T16:57:32.550490 | 2021-08-10T07:18:20 | 2021-08-10T07:18:20 | 394,546,795 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,124 | cpp | #define USING_GUI
#include "cppmaster.h"
#include <map>
using namespace std;
// 1일차 thiscall 예제를 참고 하세요
int foo(int hwnd, int msg, int a, int b)
{
switch (msg)
{
case WM_KEYDOWN: cout << "keydown" << endl; break;
case WM_LBUTTONDOWN: cout << "lbutton" << endl; break;
}
return 0;
}
int main()
{
int h1 = ec_... | [
"hyungjun0429@gmail.com"
] | hyungjun0429@gmail.com |
abe8a17de3fefb0a45381157adf527e8f0c1d0bb | 2a2927294921211d9f0392d0dd201024d489dd36 | /ex9/gradesFuncs.cpp | 0bdbec7067430d87baedea53cd45558c26d37238 | [] | no_license | david-s0/Savitch-Ch6 | 487139020ddf1af8f2c0f0f04a28162375f8fea6 | 31e1f995d3a26c15a4c676f9b3ca464bd515d922 | refs/heads/master | 2021-01-10T20:36:32.354988 | 2012-12-28T20:47:06 | 2012-12-28T20:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,229 | cpp | #include <fstream>
#include <iostream>
#include "gradesFuncs.hpp"
using namespace std;
//START OF FUNCTION DEFINITION FOR void (ifstream&, ofstream&)
void produceResult(ifstream& in, ofstream& out)
{
char next_char;
bool space = false;
//open the file
in.open("grades.txt");
out.open("results.txt");
//m... | [
"ds2412@imperial.ac.uk"
] | ds2412@imperial.ac.uk |
6d8f1572895a48121060aa07b40d3955b642eb22 | f1a2325795dcd90f940e45a3535ac3a0cb765616 | /development/TelecomServices/SignalProtection/SP_ERSIF.h | 7aff7ee1be17247c15e5834a15df2766c95d1c30 | [] | no_license | MoonStart/Frame | 45c15d1e6febd7eb390b74b891bc5c40646db5de | e3a3574e5c243d9282778382509858514585ae03 | refs/heads/master | 2021-01-01T19:09:58.670794 | 2015-12-02T07:52:55 | 2015-12-02T07:52:55 | 31,520,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,100 | h | //Copyright(c) Tellabs Transport Group. All rights reserved
#ifndef SP_ERSIF_H
#define SP_ERSIF_H
#include <CommonTypes/CT_Telecom.h>
#include <CommonTypes/CT_SignalProtection.h>
#include <SignalProtection/SP_Definitions.h>
class SP_TimingRSConfigRegion;
//This class defines an abstract interface
//for equipment re... | [
"lijin303x@163.com"
] | lijin303x@163.com |
cb356cd043fa4f2f809e20d5276e4466b7b405f7 | 68c4bab1f5d5228078d603066b6c6cea87fdbc7a | /lab/frozen/with-some-problems/sinfonia-cpp/src/cpp/includeExt/biblia/io/rede/InterfaceCliente.h | c0d492c09271a8fa98e713c61ed6e6b41829d4de | [] | no_license | felipelalli/micaroni | afab919dab304e21ba916aa6310dca102b1a04a5 | 741b628754b7c7085d3e68009a621242c2a1534e | refs/heads/master | 2023-08-03T06:25:15.405861 | 2023-07-25T14:44:56 | 2023-07-25T14:44:56 | 537,536 | 2 | 1 | null | null | null | null | ISO-8859-1 | C++ | false | false | 743 | h | /*
* $RCSfile: InterfaceCliente.h,v $
* $Date: 2003/05/29 21:13:19 $
* $Revision: 1.2 $
*
* Implementação da biblioteca Bíblia.
* Streamworks, outubro de 2002. ($Name: $ , $Author: felipe $)
*/
#ifndef INTERFACE_CLIENTE_SW
#define INTERFACE_CLIENTE_SW
#include "biblia/io/rede/ComunicadorRede.h"
... | [
"micaroni@gmail.com"
] | micaroni@gmail.com |
487cf6988aefbc17ce5858a3ea74491c547edd77 | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/ui/base/ui_base_switches.h | eca1bdd8b9089ff095a4cb80e16e827ad853c970 | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 2,079 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Defines all the command-line switches used by ui/base.
#ifndef UI_BASE_UI_BASE_SWITCHES_H_
#define UI_BASE_UI_BASE_SWITCHES_H_
#include "base/com... | [
"rjogrady@google.com"
] | rjogrady@google.com |
2f0a91a454a981c2b0df091034f21b7515ee7e00 | c8b037a2161ea136b95dac0f5039a92fa6d686e3 | /lab_evidencia 4/evidencia 4.cpp | 115e5e7ea5e1cfb48b0ec9866f2c3fca02cf067a | [] | no_license | kaiser4900/Lenguaje-de-programaci-n-1 | 1967249ec68b6105c01526e4479b0d7a1dcdcc63 | 50dca7d5715618d6fbf83182b0dca89d448b2e22 | refs/heads/master | 2020-04-03T00:06:21.993615 | 2018-12-08T08:59:46 | 2018-12-08T08:59:46 | 154,888,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,064 | cpp | #include<iostream>
using namespace std;
int main(){
char* findX(const char* s, const char* x) {
int res=0;
if (x==0) return s;
for (int i = 0; s[i]; ++i)
{
if (s[i] == x[0])
{
for (int j = 1; x[j]; ++j)
{
if (x[... | [
"galemanz@ulasalle.edu.pe"
] | galemanz@ulasalle.edu.pe |
83cca2927f5fbfe3e85e75f031ce880127c3d6de | 11cd65ab418283f31ded8a81304fa9abb70c9c74 | /SDK/LibOpenCV/src/modules/dnn/src/int8layers/layers_common.simd_declarations.hpp | 8f26176a58f670cf9dcdb168604573926dbd5fdc | [
"Apache-2.0"
] | permissive | sim9108/SDKS | 16affd227b21ff40454e7fffd0fcde3ac7ad6844 | 358ff46d925de151c422ee008e1ddaea6be3d067 | refs/heads/main | 2023-03-15T22:47:10.973000 | 2022-05-16T12:50:00 | 2022-05-16T12:50:00 | 27,232,062 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | hpp | #define CV_CPU_SIMD_FILENAME "dnn/src/int8layers/layers_common.simd.hpp"
#define CV_CPU_DISPATCH_MODE AVX2
#include "opencv2/core/private/cv_cpu_include_simd_declarations.hpp"
#define CV_CPU_DISPATCH_MODE AVX512_SKX
#include "opencv2/core/private/cv_cpu_include_simd_declarations.hpp"
#define CV_CPU_DISPATCH_MODES_ALL... | [
"sim910@naver.com"
] | sim910@naver.com |
96f8cd54094802d0c6dd11e8826e44eda59a0c76 | f104ab0af3ea46df358751c3aa926cce086d5865 | /native/CefBeforeDownloadCallback_N.cpp | 00da7295a7450731753b096ebfbcf0fe2ed8c10d | [
"BSD-3-Clause"
] | permissive | YattaSolutions/java-cef | f375eecab2951601ace23dcd75d7cf67b9f6f88e | 3dfcb98eea1ddf345e1f5bc47afa90032c5c0325 | refs/heads/master | 2023-08-31T08:46:00.490232 | 2021-09-16T12:54:33 | 2021-09-16T12:54:33 | 292,809,950 | 0 | 0 | NOASSERTION | 2020-09-04T09:41:50 | 2020-09-04T09:41:49 | null | UTF-8 | C++ | false | false | 1,151 | cpp | // Copyright (c) 2014 The Chromium Embedded Framework 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 "CefBeforeDownloadCallback_N.h"
#include "include/cef_download_handler.h"
#include "jni_scoped_helpers.h"
#include "jni_ut... | [
"magreenblatt@gmail.com"
] | magreenblatt@gmail.com |
c9f5a51c7357937fa709850fa2c05693c772f341 | 938cb17fa0a1764ee3871f762a723e78335421a5 | /Experimental/TFT/ST7735.cpp | 1825860bf74058eaaf30af9750d0f0aaab2526e7 | [] | no_license | cacycleworks/chipKIT_ST7735 | ff3bd7c69ad04ed1cecb586af453907bf13008a2 | f875a20919230fa946b75074b5b12e02346f9cbd | refs/heads/master | 2021-01-25T08:48:54.071405 | 2013-10-17T00:04:15 | 2013-10-17T00:04:15 | 12,660,477 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,326 | cpp | // ST7735 code to get Adafruit 1.8" TFT shield working with chipKIT uC32
// Note was not able to make it work on my Uno32 with SPI, DSPI with or without delays in ST7735.cpp
// This port to chipKIT written by Chris Kelley of ca-cycleworks.com (c) ? Sure, ok same MIT thing, whatever
// This code derived from Adafruit_... | [
"matt@majenko.co.uk"
] | matt@majenko.co.uk |
cc5e3f6ab3f6df4625ca280cbc8b78a3148222e6 | 22e52b87c80f4c43ada5d4c721193dd0acf80b1e | /src/AutoRefl/TypeInfoGenerator.h | 4017a422b60caf6a13c674f0f6d417d0fe4e362c | [] | no_license | wu-yy/AutoRefl | 1eed7f557d51aa666772760d5c241a6d17d62c67 | 8866f4009529d58461a437c37b2eeb7a0c217e9d | refs/heads/main | 2023-02-07T06:04:00.115756 | 2020-12-27T04:36:55 | 2020-12-27T04:36:55 | 324,686,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,252 | h | //
// Created by wuyongyu02 on 2020/12/27.
//
#ifndef TEST_DEMO_SRC_AUTOREFL_TYPEINFOGENERATOR_H_
#define TEST_DEMO_SRC_AUTOREFL_TYPEINFOGENERATOR_H_
#pragma once
#include "Meta.h"
#include <config.h>
class TypeInfoGenerator {
public:
enum class ConstMode {
Constepxr,
Const,
NonConst
};
struct Co... | [
"wuyongyu02@meituan.com"
] | wuyongyu02@meituan.com |
57b1836ed3c92dfa5ddeb9890f61bec18a7a2266 | dae9c7efe93bee189e4c89b9599b9b80a7395cd1 | /snake/src/SnakeFood.cpp | 7a62f758f1ed8d4b9615f4ca87b8c3c4b9febd43 | [] | no_license | libesz/FadeCube_cpp | 862c830b40af266a732a615cd074fb4343989564 | 24a724e0b20eaf718350ecc321c481d2bd31cacc | refs/heads/master | 2020-04-19T15:26:40.160679 | 2014-07-31T19:17:27 | 2014-07-31T19:17:27 | 19,249,839 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,059 | cpp | /*
* SnakeFood.cpp
*
* Created on: Apr 23, 2014
* Author: libesz
*/
#include <SnakeFood.h>
#include <ctime>
#include <iostream>
namespace FadeCube {
void SnakeFood::createFood() {
std::uniform_int_distribution<int> genX(0, cubeProp.getSpaceX()-1);
std::uniform_int_distribution<int> genY(0, cubeProp.ge... | [
"huszty.gergo@digitaltrip.hu"
] | huszty.gergo@digitaltrip.hu |
10c0c2b9918771a482e36ff1f584072647f19a9a | 8fd0ed1daddef7f0e5e7b4e3c35b85acba8115a7 | /Project 3/Barbarian.hpp | 95c012119347dee1d01373ca75a949899665b047 | [] | no_license | DylanTrull/CS162 | ff3939342991c8b7460e25ff823ec6b4b47d3985 | 2b361fc134bcbee19c6cf8f1a035354e90a56ead | refs/heads/master | 2022-11-08T17:54:38.252011 | 2020-06-29T21:02:34 | 2020-06-29T21:02:34 | 275,924,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | hpp | //
// Barbarian.hpp
// Project 3
//
// Dylan Trull 11/10/19.
//
// Barbarian header file that extends the character class
#ifndef Barbarian_hpp
#define Barbarian_hpp
#include "Character.hpp"
class Barbarian : public Character{
private:
int health;
int armor;
int type;
std::string name;
public:
... | [
"noreply@github.com"
] | DylanTrull.noreply@github.com |
dc745d69fb1eac33250dc817ae01d568067cf132 | c54b16b05178f5f8155fcb5e7a86cb91925c9801 | /Alchemy/Include/DXImageReal.h | 3e2dbc48d5e585059a898ad2c70ac3e850ea2050 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | SiegeLord/TranscendenceDev | 72e9b668da82e89d36dad0d1655b7752dfabad1c | e936d0c0ab7d9202a05f6261c6cd14497947a3ac | refs/heads/master | 2021-07-19T09:20:22.178976 | 2019-01-18T04:24:57 | 2019-01-18T04:24:57 | 166,512,940 | 0 | 0 | NOASSERTION | 2019-01-19T06:10:02 | 2019-01-19T06:10:02 | null | UTF-8 | C++ | false | false | 3,633 | h | // DXImageReal.h
//
// Implements floating point images
// Copyright (c) 2015 by Kronosaur Productions, LLC. All Rights Reserved.
#pragma once
class CGRealRGB;
class CGRealHSB
{
public:
CGRealHSB (void)
{ }
CGRealHSB (Metric rH, Metric rS, Metric rB, Metric rA = 1.0) :
m_rH(rH),
m_rS(rS),
m_rB(... | [
"public@neurohack.com"
] | public@neurohack.com |
044b4ec198d88da048e0f9ed06a75d74b71fe42e | 17e0b7775f3a1b429225a405a327d137710bec59 | /TryoneTry/Intermediate/Build/Android/TryoneTry/Development/AIModule/Module.AIModule.gen.6_of_7.cpp | c1c409123f3d06351c87e43e7abae6878ff38a2b | [] | no_license | JTY1997/Learning-UE4 | 923d2cbfe95dec25a9dfe6ca2f36bc67e6203bd3 | ed5fcedf3aa35887e5bde1fe67fd4be0b1a7ce29 | refs/heads/main | 2023-01-31T22:32:04.289755 | 2020-12-17T15:32:55 | 2020-12-17T15:32:55 | 303,879,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,097 | cpp | // This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "E:/Unreal Projects/TryoneTry/Intermediate/Build/Android/TryoneTry/Inc/AIModule/EnvQueryInstanceBlueprintWrapper.gen.cpp"
#include "E:/Unreal Projects/TryoneTry/Intermediate/Build/Android/TryoneTry/Inc... | [
"52436054+JTY1997@users.noreply.github.com"
] | 52436054+JTY1997@users.noreply.github.com |
722664cb62d33ec671eb45958830ab3abaf93841 | d79980c2f3091488ab7d71266ac29097309fc7ea | /sql_test/src/sql_test.cpp | 7b2758ab3e31a1c9a3913e611eeed69a12a7cedb | [] | no_license | wyrobjar/SqLiteRepository | 0ada320e6feece69d27271aba316c6dcadc39f23 | edc1571af2609f5bd4cf8f476b29e4818cbd84a8 | refs/heads/master | 2016-08-05T06:32:54.194860 | 2013-11-07T11:54:28 | 2013-11-07T11:54:28 | null | 0 | 0 | null | null | null | null | IBM852 | C++ | false | false | 4,510 | cpp | /*
* sql_test.cpp
*
* Created on: 10 pač 2013
* Author: wyrobjar
*/
#include <iostream>
#include <sqlite3.h>
#include <iomanip>
#include <ctime>
#include <time.h>
#include <string>
#include <sstream>
#include <vector>
using namespace std;
static char * timer(char *buffer)
{
time_t rawti... | [
"jarek.wyrobek@gmail.com"
] | jarek.wyrobek@gmail.com |
68bbe7846a17e3c6d46270572f61a0c1995f2351 | 9473d98a9c4bcba737ba8a1eaa3a9a852c73c0c4 | /codeforces/educ48/a.cpp | 48f89599cf0e8eee5d027ca3c3272e3366fc16ce | [] | no_license | joaopedroxavier/Competitive-Programming | e57528e99ddfbc88be67870974a42c5348fcc90c | fb73e2e23d1f904a35898fcdfa977d72a9ff4e8b | refs/heads/master | 2018-10-29T04:22:39.267104 | 2018-09-14T18:25:49 | 2018-09-14T18:25:49 | 82,396,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | cpp | //
// 내가 나인 게 싫은 날
// 영영 사라지고 싶은 날
// 문을 하나 만들자 너의 맘 속에다
// 그 문을 열고 들어가면
// 이 곳이 기다릴 거야
// 믿어도 괜찮아 널 위로해줄 magic shop
//
#include <bits/stdc++.h>
using namespace std;
#define mp make_pair
#define pb push_back
#define st first
#define nd second
typedef long long ll;
typedef long double ld;
typedef pair<int,int> ii;
c... | [
"joaopedroaxavier@gmail.com"
] | joaopedroaxavier@gmail.com |
cdb09022290c1776d4ac97195d429fcb39a7393a | 653243de4744ce47719bf29b509e56e417e58d28 | /src/ObstacleGenerator.hpp | c7ce55e33400aee222cbcdf2c003c7e5f6a9e88e | [] | no_license | g-suraj/yumper | 342375711b3eba3a743735ae46bf4c166d9e2e7d | 40a5cc6ee51e8420a0c53fe56a49507784523ca0 | refs/heads/master | 2021-07-21T22:07:58.838713 | 2017-10-28T18:49:51 | 2017-10-28T18:49:51 | 76,183,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 483 | hpp | #ifndef OBSTACLEGENERATOR_H
#define OBSTACLEGENERATOR_H
#include <cstdlib>
#include <vector>
#include <memory>
#include "textures/obstacles/spikeTrap/SpikeTrap.hpp"
#include "physics/Collision.hpp"
class ObstacleGenerator
{
public:
ObstacleGenerator(SDL_Renderer*& m_renderer, std::shared_ptr<Collision>);
void run(i... | [
"sg6215@ic.ac.uk"
] | sg6215@ic.ac.uk |
928834d05a1f1e0a46bb5cc98608f74cffd8e12f | bd0dc21691908d067791303353b112c0a4e29349 | /AlgoGen.h | be2a4a733e72fd8a6ad4fbc54ac02ee23135df91 | [] | no_license | Rafaeldsb/AlgoGenetico | df4daa549d693557f4c51e8acaca55c4fbe4a66f | 0ae336a41676812ff7a70b08ab20f9d5ceabf11b | refs/heads/master | 2021-08-08T05:29:23.639855 | 2017-11-09T17:24:53 | 2017-11-09T17:24:53 | 110,125,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,617 | h | //#pragma once
using namespace std;
class AlgoGen {
private:
int POP; // Tamanho da população
int GENERATIONS; // Tamanho máximo de gerações
int GENERATIONS_WITHOUT_BETTER; // Generações máximas sem melhorias
double per_elitism;
int nGene = 0;
vector<string> header; // Header do alfabeto
vector<vector<dou... | [
"rafael.dsbernardo@gmail.com"
] | rafael.dsbernardo@gmail.com |
5417337536c68400aca1156241898a69955cc8a3 | aeaadd3a687024c1bde5915f312eac506bc9354d | /source/models/QubicleBinary.h | 15c945197b02b2d6058e1250e4d6d4c4fad47461 | [] | no_license | nitzanel/Vox | 3ef33211af7034ec02daf8a2e63b242480f4f3e4 | 3878002adb0acc7e715dc608420f028c24f37b76 | refs/heads/master | 2020-12-03T05:19:02.365904 | 2015-10-13T03:12:20 | 2015-10-13T03:12:20 | 44,162,071 | 3 | 1 | null | 2015-10-13T08:18:32 | 2015-10-13T08:18:32 | null | UTF-8 | C++ | false | false | 6,376 | h | // ******************************************************************************
//
// Filename: QubicleBinary.h
// Project: Game
// Author: Steven Ball
//
// Purpose:
//
// Revision History:
// Initial Revision - 10/07/14
//
// Copyright (c) 2005-2015, Steven Ball
//
// *******************************************... | [
"steven.g.ball@gmail.com"
] | steven.g.ball@gmail.com |
b087a6dcca4fadda6f99816f5031b0b310272048 | 3b4fbf828bb05aad7a06e006513d8baf23383639 | /IBInclude/EPosixClientSocketPlatform.h | 30dabf221090f372188b428a2bf9ec5ab5c733f8 | [] | no_license | wrongii/IBConnectivity | 2a6b9d1bb2d920b878b96ca86e37492ca689c570 | a965e36f769c9ef7633538c8f55d69f71e337cac | refs/heads/master | 2020-03-14T08:03:30.004760 | 2018-04-29T17:54:12 | 2018-04-29T17:54:12 | 131,516,777 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,209 | h | #ifndef eposixclientsocketcommon_def
#define eposixclientsocketcommon_def
#ifdef _WIN32
// Windows
// includes
#ifdef NEED_WINVER_XP
#define WINVER 0x0501
#endif
# ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h>
# endif
#include <winsock2.h>
#include <time.h>
/* These errno re-defines are bad because we wan... | [
"38839694+wrongii@users.noreply.github.com"
] | 38839694+wrongii@users.noreply.github.com |
f420e871c9a1698a1e48976b42f6e7a4f4f14ab8 | 284f2e73ce5c4a3274167993fafcdfc18d2d0564 | /fontsettingtestsuite.h | bd2076a5275c4e63399fbfb57a48af648ffdc63d | [] | no_license | powertab/ptparser | c9b466307e54ca64389749eccdecb79c0c7f2057 | 66dd75676b938f4f238ced4a7d219669e276f162 | refs/heads/master | 2022-11-12T15:31:55.742576 | 2020-06-25T21:35:35 | 2020-06-25T21:35:35 | 275,019,279 | 0 | 0 | null | 2020-06-25T21:32:27 | 2020-06-25T21:32:27 | null | UTF-8 | C++ | false | false | 1,336 | h | /////////////////////////////////////////////////////////////////////////////
// Name: fontsettingtestsuite.h
// Purpose: Performs unit testing on the FontSetting class
// Author: Brad Larsen
// Modified by:
// Created: Dec 7, 2004
// RCS-ID:
// Copyright: ... | [
"powertab2000@d5aff946-bc2e-0410-8690-abe9dfd6c9e2"
] | powertab2000@d5aff946-bc2e-0410-8690-abe9dfd6c9e2 |
13f0399469d2c9cce202f62bc0409e51c0e16b27 | b426edac874bd1a4619975f1e7155cd94d4317f8 | /Sources/Shader.h | 0479a57004db96d01af5511ec057a73af5abb0ce | [] | no_license | Wadadeo/BloomEffect | cab801cf0d702ee063f947ac586dab3c829b5f3c | f7c8b9c822e6667b815cb88ae476bd9fbe456b59 | refs/heads/master | 2021-01-11T13:52:57.475482 | 2017-06-21T03:59:46 | 2017-06-21T03:59:46 | 94,872,137 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,514 | h | #pragma once
#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <map>
#include "GL/glew.h"
#include <GL/gl.h>
#include <glm/glm.hpp>
#include "glm/mat4x4.hpp"
#define MODEL_MATRIX "model"
#define VIEW_MATRIX "view"
#define PROJECTION_MATRIX "projection"
#define NORMAL_MATRIX ... | [
"valentin.peschard@gmail.com"
] | valentin.peschard@gmail.com |
7edd1be1a5e825a07a34c555a24fd25b91b84fcd | d4d7f63398c19eaad2b8e043a06bc1b9bfe88e94 | /DeclarativeDragDropEvent.h | f488bef3218af24a2268d37b21987da256442241 | [] | no_license | DinnerForBreakfast/supermacrobot | 3fa5bdf2c7562698148a034f3d094de1eb785e88 | 52d799377369f095d138e53d1c62a2ed619d91b8 | refs/heads/master | 2021-01-21T06:48:58.699585 | 2013-08-15T05:49:22 | 2013-08-15T05:49:22 | 91,586,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,228 | h | #ifndef DECLARATIVEDRAGDROPEVENT_H
#define DECLARATIVEDRAGDROPEVENT_H
#include <QObject>
#include <QGraphicsSceneDragDropEvent>
#include "DeclarativeMimeData.h"
class DeclarativeDragDropEvent : public QObject
{
Q_OBJECT
Q_PROPERTY(int x READ x)
Q_PROPERTY(int y READ y)
Q_PROPERTY(int buttons READ buttons)
Q_PRO... | [
"josh@josh-Kubuntu.(none)"
] | josh@josh-Kubuntu.(none) |
1d59215e3809e72ce8f6dbaa2d7c269f62306774 | 98beeffab0570eb7e4bd2785fc195658e18aa6dd | /SRC/common/crandom.swg | afb9f3d1da61db0bbf8e1e9ab36e3af04bbf83f1 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | shkeshavarz/OOF2 | 27f59bb04775b76ad250ecfd76118b3760647bba | 0f69f535d040875354cd34e8bbedeae142ff09a3 | refs/heads/master | 2021-01-15T15:32:10.713469 | 2016-01-13T14:44:20 | 2016-01-13T14:44:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | swg | // -*- C++ -*-
// $RCSfile: crandom.swg,v $
// $Revision: 1.4 $
// $Author: langer $
// $Date: 2011/10/12 21:15:51 $
/* This software was produced by NIST, an agency of the U.S. government,
* and by statute is not subject to copyright in the United States.
* Recipients of this software assume all responsibilities as... | [
"lnz5@rosie.nist.gov"
] | lnz5@rosie.nist.gov |
0f298a2eb9789366c144d749b978c0d43efbedcd | e888dce5b039378f707a3395d7e8c5edc45913f9 | /PA5/cix-server.cpp | 46688612a454915bf418cd0ee2ac1d4fe344cd10 | [] | no_license | revrunner/AdvancedProgramming | c982e1d2b4eb8385aa96f69f37886a387f13d88f | 3d230ae35927eea5826f885c3ba3c88b91cc5c81 | refs/heads/master | 2021-01-09T20:56:33.636842 | 2016-07-06T17:28:54 | 2016-07-06T17:28:54 | 62,740,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,528 | cpp | //Dara Diba ddiba@ucsc.edu
//Nirav Agrawal nkagrawa@ucsc.edu
#include <iostream>
using namespace std;
#include <libgen.h>
#include <iostream>
#include <fstream>
#include "cix_protocol.h"
#include "logstream.h"
#include "signal_action.h"
#include "sockets.h"
logstream log (cout);
void reply_ls (accepted_socket& cli... | [
"nka1994@gmail.com"
] | nka1994@gmail.com |
b22c1e152876b9216cfc334fe22b3f9211d41919 | a6c2feb728f6c5fcdd80c6c5c6414ba7607df409 | /src/c++/lib/svgraph/test/SVLocusSetSerializeTest.cpp | 98dc90752301bace1c14deb82ef86427694bd494 | [
"BSD-3-Clause",
"BSL-1.0",
"MIT"
] | permissive | arnoldliaoILMN/manta | ec53002619f1e83d44bafa7765dde5b6ef6ec941 | 2c70342be434e8c028a89cc98e4bdc048dd91e92 | refs/heads/master | 2021-01-16T00:46:25.101919 | 2013-09-30T20:42:09 | 2013-09-30T20:42:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,863 | cpp | // -*- mode: c++; indent-tabs-mode: nil; -*-
//
// Manta
// Copyright (c) 2013 Illumina, Inc.
//
// This software is provided under the terms and conditions of the
// Illumina Open Source Software License 1.
//
// You should have received a copy of the Illumina Open Source
// Software License 1 along with this program.... | [
"csaunders@illumina.com"
] | csaunders@illumina.com |
636c3c6c3b2e63e0ec6df564a6495cdc4d275e93 | 51c8fabe609cc7de64dc1aa8a0c702d1ae4f61fe | /67.MiniMap/Classes/HelloWorldScene.cpp | 75e2405eee7d2186bcdf9cccfd718ddfdb6708f7 | [] | no_license | Gasbebe/cocos2d_source | 5f7720da904ff71a4951bee470b8744aab51c59d | 2376f6bdb93a58ae92c0e9cbd06c0d97cd241d14 | refs/heads/master | 2021-01-18T22:35:30.357253 | 2016-05-20T08:10:55 | 2016-05-20T08:10:55 | 54,854,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,010 | cpp | #include "HelloWorldScene.h"
USING_NS_CC;
Scene* HelloWorld::createScene()
{
auto scene = Scene::create();
auto layer = HelloWorld::create();
scene->addChild(layer);
// return the scene
return scene;
}
// on "init" you need to initialize your instance
bool HelloWorld::init()
{
if ( !Lay... | [
"gasbebe@gmail.com"
] | gasbebe@gmail.com |
c21c4c647ff2bb9b4c90672a4c8953dccb9286e3 | a1809f8abdb7d0d5bbf847b076df207400e7b08a | /Simpsons Hit&Run/game/libs/sim/simcommon/simstateflexible.hpp | f6d8af4ad328fa05dec4ff6d844e502e975ac513 | [] | no_license | RolphWoggom/shr.tar | 556cca3ff89fff3ff46a77b32a16bebca85acabf | 147796d55e69f490fb001f8cbdb9bf7de9e556ad | refs/heads/master | 2023-07-03T19:15:13.649803 | 2021-08-27T22:24:13 | 2021-08-27T22:24:13 | 400,380,551 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,023 | hpp |
#ifndef _SIMSTATEFLEXIBLE_HPP_
#define _SIMSTATEFLEXIBLE_HPP_
#include "simcommon/simstate.hpp"
#include <raddebug.hpp>
namespace sim
{
class FlexibleObject;
class SimStateFlexible
: public SimState
{
public:
static SimStateFlexible* CreateSimStateFlexible(tUID inUID, SimStateAttr... | [
"81568815+RolphWoggom@users.noreply.github.com"
] | 81568815+RolphWoggom@users.noreply.github.com |
c3657d8f08843e250b3faa00890a7c11c8230c1d | 44140767d2be68f173ddb2349809b9fcf8442607 | /GWToolbox/GWToolbox/Windows/DialogsWindow.h | ebbe5cc50b57cdcd30be7d94de7d810d54704bb7 | [] | no_license | kamadan/zhushou | 663249e16cce0b15504f2e3c68546b73f6007bc3 | 0335c40f8800edd9a9caab801f771cb4be6daabd | refs/heads/master | 2020-12-01T05:21:48.390494 | 2019-12-30T02:53:31 | 2019-12-30T02:53:31 | 230,566,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 997 | h | #pragma once
#include <Windows.h>
#include <vector>
#include <Defines.h>
#include "ToolboxWindow.h"
class DialogsWindow : public ToolboxWindow {
DialogsWindow() {};
~DialogsWindow() {};
public:
static DialogsWindow& Instance() {
static DialogsWindow instance;
return instance;
}
const char* Name() const ov... | [
"huiji-baike@email"
] | huiji-baike@email |
65ca72d336e417f2c6ff5399a8f11c998e8c304e | 3dae85df94e05bb1f3527bca0d7ad413352e49d0 | /ml/nn/runtime/test/generated/models/embedding_lookup_relaxed.model.cpp | 1e3953e5b6f86fc170ed8ca50c521601453f5364 | [
"Apache-2.0"
] | permissive | Wenzhao-Xiang/webml-wasm | e48f4cde4cb986eaf389edabe78aa32c2e267cb9 | 0019b062bce220096c248b1fced09b90129b19f9 | refs/heads/master | 2020-04-08T11:57:07.170110 | 2018-11-29T07:21:37 | 2018-11-29T07:21:37 | 159,327,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 813 | cpp | // clang-format off
// Generated file (from: embedding_lookup_relaxed.mod.py). Do not edit
void CreateModel(Model *model) {
OperandType type0(Type::TENSOR_INT32, {3});
OperandType type1(Type::TENSOR_FLOAT32, {3, 2, 4});
// Phase 1, operands
auto index = model->addOperand(&type0);
auto value = model->addOperan... | [
"wenzhao.xiang@intel.com"
] | wenzhao.xiang@intel.com |
eeace3977422b3cea28075db88b45e1ae36026fe | b6a4cec0400b016205f86ab68987116ae2bb9427 | /ardrone_urbi/include/libport/dlfcn.h | a369226ad50953adfc9025e4087e1e12f2ef7dc0 | [] | no_license | pong3489/Projet_ARDrone_Track | 5d96133e31ccffedbad7f1be71b48134634deda3 | d5544a6cc18b0e355eaed131a3b4e65b97a96887 | refs/heads/master | 2021-01-18T00:45:17.313010 | 2014-02-18T20:38:53 | 2014-02-18T20:38:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,149 | h | /*
* Copyright (C) 2010, Gostai S.A.S.
*
* This software is provided "as is" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of fitness for a particular purpose.
*
* See the LICENSE file for more information.
*/
/** Portable dlopen utilities. -... | [
"grancherlaura@gmail.com"
] | grancherlaura@gmail.com |
cef8e31a6535c0d5016ca693a751ea0e94aa4997 | 7983da2a6f9096e6c547fb67a2b638302c55809e | /Buildings/mine.cpp | 079200264df05fa1fd838136d7965430b0f35304 | [] | no_license | KertAles/Osvajalec-Game | ff8a4c4df491550ecc8f3f065f7b0cbd7db7890d | 64f6a51f3793918463abbd8dcb71ffe81f93d142 | refs/heads/master | 2022-11-14T08:41:20.141703 | 2020-07-05T09:43:26 | 2020-07-05T09:43:26 | 277,158,666 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,789 | cpp | #include "mine.h"
extern MainWindow* w;
Mine::Mine(Player* ownedBy, GridSquare* createPos) {
owner = ownedBy;
position = createPos;
type = 'm';
blocksMovement = false;
maxHp = 50;
hp = maxHp;
defense = 0;
los = 2;
areaOfInfluence = -1;
queueItem = nullptr;
this->setPos(p... | [
"ales.kert@gmail.com"
] | ales.kert@gmail.com |
df8c5c470f5703701a9fd70f0411eb4dae72b7a2 | 5e087122eae076b02e9d538d7c61a1b4d535776b | /common.cpp | a812964f57e950887034d3ca1a5e6ac3f6e9eec3 | [] | no_license | karanjoisher/hot_code_reload | 1f22a95cb5a22e643996ed1fa3d13747bf9bd594 | 0eeea05f729ae9b657f20e1a357a70e9e05481ba | refs/heads/master | 2021-06-09T18:50:37.616802 | 2021-05-13T09:00:48 | 2021-05-13T09:00:48 | 164,218,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,128 | cpp | void CopyString(char *source, char *destination, int startIndex, int length)
{
int destinationIndex = 0;
for(int sourceIndex = startIndex; sourceIndex < (startIndex + length); sourceIndex++, destinationIndex++)
{
destination[destinationIndex] = source[sourceIndex];
}
}
int StringLength(char *st... | [
"karanjoisher@gmail.com"
] | karanjoisher@gmail.com |
ce54f40cec111b56466ef3af37d5f7de647b8473 | e75a7ae1bca2448e6ef84b93c17600bf11113711 | /19_09_01/1_시공의_폭풍_속으로.cpp | 79af5f8bceeb80a937790d251ee404e0ff352ab7 | [] | no_license | sjoon627/weekly_vita_algorithm | 9f47b8ee65e1faf8d33c68502685c1aca7f6f902 | 6bd5b64449d3351829fbcec5a5df8c757e86c276 | refs/heads/master | 2020-07-07T01:03:18.149931 | 2020-04-13T14:07:16 | 2020-04-13T14:07:16 | 203,194,409 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 258 | cpp | #include<iostream>
using namespace std;
int main(){
int arr[100], num, ans;
for(int i = 0; i<4; ++i){
scanf("%d", &num);
arr[num] = 1;
}
for(int i = 0; i<5; ++i){
scanf("%d", &num);
if(arr[num] == 0) ++ans;
}
cout << ans;
}
| [
"48435096+sjoon627@users.noreply.github.com"
] | 48435096+sjoon627@users.noreply.github.com |
a477e7d0aaac1aac5d5a0c81a49945351ef41ea3 | d7b399f9601ae772b1a783385b017a9a41af7498 | /ball_chaser/src/process_image.cpp | 89bdd81f2973532a135e52fa9a2f39b456ee0bf2 | [] | no_license | prashanthreddyd/robotics-project2 | e0fc09fa6922b3af2dae1b058e4e30fcb76df188 | c24d1fcee2ba080ff722388303a5453b9a2ecf5d | refs/heads/main | 2023-03-13T22:22:00.144640 | 2021-03-03T03:35:17 | 2021-03-03T03:35:17 | 343,629,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,494 | cpp | #include "ros/ros.h"
#include <sensor_msgs/Image.h>
#include "ball_chaser/DriveToTarget.h"
// Define a global client that can request services
ros::ServiceClient client;
// This function calls the command_robot service to drive the robot in the specified direction
void drive_robot(float lin_x, float ang_z)
{
ball... | [
"prashanth.dhundra@gmail.com"
] | prashanth.dhundra@gmail.com |
c041971acb0f6b16a83709d9d80bef411f320c48 | b1d297edf427da52dc93e725154565f4f1ecc29d | /test_templatemode.h | b46567d0f7ccd8db498da61d709ec9ea0a5a2114 | [] | no_license | Chenyanglu99/TestTuple | 0c3a8ac048dcc4bde10201fa79b952b26a278617 | 8b8cf44ac3289c253153fb9f2f2da75659857076 | refs/heads/master | 2023-02-10T00:29:21.628247 | 2021-01-08T06:42:17 | 2021-01-08T06:42:17 | 327,820,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,627 | h | #pragma once
#include <iostream>
#include <typeinfo>
//可变模板类
//模板偏特化和递归方式来展开参数包
//前向声明
/**
* \brief 展开可变参数包测试
* \tparam Args 可变参数包
*/
template <typename... Args>
struct sum;
//基本定义
template <typename First, typename... Rest>
struct sum<First, Rest...>
{
enum { value = sum<First>::value + sum<Rest...>::value... | [
"46991689+Chenyanglu99@users.noreply.github.com"
] | 46991689+Chenyanglu99@users.noreply.github.com |
0df12f59e9df9b8aad60f6708e142db4a7ac214c | 4dbaea97b6b6ba4f94f8996b60734888b163f69a | /TOJ/Super_A+B_Problem.cpp | 6c77c3248525f6e05fae3490b111f5a36d35c35d | [] | no_license | Ph0en1xGSeek/ACM | 099954dedfccd6e87767acb5d39780d04932fc63 | b6730843ab0455ac72b857c0dff1094df0ae40f5 | refs/heads/master | 2022-10-25T09:15:41.614817 | 2022-10-04T12:17:11 | 2022-10-04T12:17:11 | 63,936,497 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 656 | cpp | #include <iostream>
#include <stdio.h>
#include <algorithm>
#include <string.h>
using namespace std;
int arr[30];
int n, m;
int sum;
bool dfs(int x)
{
if(sum == m)
return true;
if(x >= n)
return false;
sum += arr[x];
if(dfs(x+1))
return true;
sum -= arr... | [
"54panguosheng@gmail.com"
] | 54panguosheng@gmail.com |
988bae117aab4f248e3190ee4b92c563aa4012f7 | 966ebdf53c9c7ceabb511f6af56701baf7e6fdfa | /Fraccion.h | 3f0c6c95aeb58f6f69b5f4206bf6f04d5b3e89ac | [] | no_license | javierfuentesm/ReductorFracciones | 3f96057b56f34e03e7604f15ca3b6052a8a243db | 73f43e72027595643ad9f6e896b82150fd532d90 | refs/heads/master | 2021-01-06T06:54:44.621702 | 2020-02-18T00:56:07 | 2020-02-18T00:56:07 | 241,239,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | h | //
// Created by Javier Fuentes Mora on 17/02/20.
//
#ifndef FRACCION_FRACCION_H
#define FRACCION_FRACCION_H
class Fraccion {
private:
int numerador{};
int denominador{};
public:
Fraccion();
void inicializar(int num, int denom);
double division();
static int reduce(int num, int denom);
};
... | [
"javier.fuentesm@hotmail.com"
] | javier.fuentesm@hotmail.com |
4b5f417bb987f9ea9cedef228a3fd3128bd288c3 | e3c02d2605b48855ebe2756dd7f055753cbf4e79 | /BattleTank/Source/BattleTank/TankMovementComponent.cpp | 7250bfac34a4e91e75a9de98dea2e42efc1ab339 | [] | no_license | StarwindI/BattleTank | befaf71b1d199903b254fba7f76f171304332eb5 | 6b2153b9af07fb3bb27f30108eacd247eec8d7c6 | refs/heads/master | 2021-01-23T08:21:33.148858 | 2017-07-19T12:10:48 | 2017-07-19T12:10:48 | 86,507,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,044 | cpp | #include "BattleTank.h"
#include "TankTrack.h"
#include "TankMovementComponent.h"
void UTankMovementComponent::SetTracks(UTankTrack* ALeftTrack, UTankTrack* ARightTrack) {
LeftTrack = ALeftTrack;
RightTrack = ARightTrack;
}
void UTankMovementComponent::IntendMoveForward(float Throw) {
LeftTrack->SetThrottle(Throw)... | [
"starwind@pisem.net"
] | starwind@pisem.net |
86af1513393466d2f2b0a6763b63e3e346a8073b | 1f41b828fb652795482cdeaac1a877e2f19c252a | /maya_plugins/_history/sgOpenGlModeler/SGMainWindow.cpp | b87669cdff3a7f9a9dfddb545903ac8dc7fe96d2 | [] | no_license | jonntd/mayadev-1 | e315efe582ea433dcf18d7f1e900920f5590b293 | f76aeecb592df766d05a4e10fa2c2496f0310ca4 | refs/heads/master | 2021-05-02T07:16:17.941007 | 2018-02-05T03:55:12 | 2018-02-05T03:55:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 617 | cpp | #include "SGMainWindow.h"
#include "SGPrintf\SGPrintf.h"
SGMainWindow::SGMainWindow(QWidget* parent) : QMainWindow( parent ) {
m_ptrMesh.resize(0);
//sgPrintf("window id : %d", winId());
}
SGMainWindow::~SGMainWindow(){
m_ptrMesh.clear();
delete m_centralWidget;
}
void SGMainWindow::closeEvent(QCloseEvent* evt... | [
"kimsung9k@naver.com"
] | kimsung9k@naver.com |
96be72025babafd9fe05c740ed907ba01e0774c3 | 957e65559f1ff4d9027c6ee11700eb9994295e39 | /cs439_f20_pb_beastbla/cs439_f20_testFS_yijing/yijing.cc | 887223db92e31ef0ea73d8a7da31d872198b9971 | [] | no_license | DD-1111/GheithOS-and-journalism-in-ext2 | 28133c71773551b7ac99af7b9415d8e526d20888 | 1b38f35ab12195c6aba6f9a2b3cc7382cd4c6663 | refs/heads/master | 2023-04-06T15:33:37.791249 | 2021-04-15T12:44:42 | 2021-04-15T12:44:42 | 320,808,605 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,897 | cc | #include "ide.h"
#include "ext2.h"
#include "shared.h"
#include "libk.h"
/*
This is test case use t0's method show().
1.Checks if we can't find the file in nested directory
and prints out file in each level.
2.Check non exist file
*/
void show(const char* name, Shared<Node> node, bool show) {
Deb... | [
"56623337+DD-1111@users.noreply.github.com"
] | 56623337+DD-1111@users.noreply.github.com |
afdd50d20b907157ff1835abd75c33d450a5126a | 8a0474e70576f873db35706b3e931c940a9402ec | /sources/projet/src/Mesh.cpp | 279247a3ab95ba5a0184e79552059ae65b9d8d8f | [] | no_license | Michmo/pghp | dbbd033042e1bf66223d86f4f629f292c4fb5232 | b408fe81155b36e1a9dffaa410819833e2278a21 | refs/heads/master | 2016-09-05T12:04:10.325027 | 2012-04-20T14:42:26 | 2012-04-20T14:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,976 | cpp |
// Copyright (C) 2008-2011 Gael Guennebaud <gael.guennebaud@inria.fr>
#include "Mesh.h"
#include "Shader.h"
#include <iostream>
#include <fstream>
#include <limits>
#include <QCoreApplication>
#include <Eigen/Geometry>
#include "../ObjFormat/ObjFormat.h"
using namespace Eigen;
using namespace std;
Mesh::Mesh(cons... | [
"mmorgan.etu@gmail.com"
] | mmorgan.etu@gmail.com |
b4d377e60a74a6fb3feb53895c56cd06cea2af1d | d6739e417fe69a8b8b57767b3edf8102caf9da60 | /src/simple_fifo.cpp | f02ae5351b07d013968310b3474751d3d65999aa | [] | no_license | derekdm3/systemc | fdcf54743a11ae19895e41a231fead77c0293841 | 0d2a74dc64c0552dd83a8606f8b24e4e3b3a1b69 | refs/heads/master | 2021-01-22T06:49:43.536352 | 2013-07-15T04:10:03 | 2013-07-15T04:10:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 679 | cpp | //! File: simple_fifo.cpp
#include "simple_fifo.hpp"
simple_fifo::simple_fifo(sc_core::sc_module_name name)
: sc_channel(name)
, num_elements(0)
, first(0)
{
// noop
}
void simple_fifo::write(char c)
{
if(MAX == num_elements)
{
wait(read_event);
}
data[(first + num_elements) % MAX] = c;... | [
"derekdm3@yahoo.com"
] | derekdm3@yahoo.com |
e4582b48b0b8d1710d4598f140cee859d4e02544 | e96ecf4ba068cf79ad1a7f544b513e7c79d70a42 | /ejemplo.cpp | 9e88b372b5f87182dcd5be03290b9c7e3c7f2b71 | [] | no_license | jogalvisper/Prog3 | ad502f2bdc4871aaa27e8847d47f14f4f315f850 | 23e097cffe54a99f0e86100ad1e012c4cf20a1ba | refs/heads/master | 2023-03-12T22:25:52.872469 | 2021-03-03T23:48:58 | 2021-03-03T23:48:58 | 344,297,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 489 | cpp | // Calcular los números primos entre 1 y 100
// incluir las librerías que vamos a usar
#include <iostream>
#include <cmath>
void print_even(int nmin, int nmax); //declaración
int main(void)
{
const int m = 1;
const int n =20;
print_even(m, n);
print_even(m/2, 2*n);
return 0;
}
void print_even(i... | [
"jogalvisp@unal.edu.co"
] | jogalvisp@unal.edu.co |
af300f5c3018c304dc09bbefaffa5d8453107e68 | a81111ea5d673188bf19e8564b17c5242ad2a782 | /test/test_avg_pool.in.cpp | b498294aa77202cbc6b379aa363e6a1cc64c65d2 | [
"Apache-2.0"
] | permissive | liuwenbo3/he-transformer | 83b98a2ded6f3b862b376db1ef454ca999fc00f4 | 907419e937f0e9a3276c6c0583f43bd7098286fe | refs/heads/master | 2020-05-20T19:16:47.944580 | 2019-04-18T20:52:26 | 2019-04-18T20:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,766 | cpp | //*****************************************************************************
// Copyright 2018-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://w... | [
"noreply@github.com"
] | liuwenbo3.noreply@github.com |
b30b86fe467dd5fb6bf01483fd57e634bf629dbe | 74283f990026f4bd71869c0f708b07bf2f8a0fcf | /makeref.cpp | 7ddf65ffb83ed6cb5d75fd30cdae2ff4e29a8cc2 | [] | no_license | lllamnyp/MakeREF | 5f250d7825f2a0d2b13140aec686bf4414098516 | 3eff7f63508e4aaf76db6ebe838840119411c83e | refs/heads/master | 2021-01-12T11:11:09.779079 | 2018-09-27T13:17:20 | 2018-09-27T13:17:20 | 72,859,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,009 | cpp | #include <stdio.h>
#include <string.h>
const int maxN = 2; // Max No. of experiments
double x; // Wavenumber
double y[8]; // Intensities
int f_idx[maxN][8]; // File index
int n = 2;
char buffer[256];
int string_trim(char *source) // Trims a trailing backslash; path names must be terminated
{... | [
"noreply@github.com"
] | lllamnyp.noreply@github.com |
e5062e85c1e8f5bd0a0bd85910db91ca4abeb26b | 861b9569e3f2e5ddd7b60bd0024c5b0c8df744ed | /cods/Stack.hpp | f101a44e4ae2eb025b26372fb91c476f34d414e1 | [
"MIT"
] | permissive | hitchico/cods | 33d5ce3d35b410f5859b3d8b29f08619f569cd1c | f9c031fde98651f1a4ef7faf62c65404fec731da | refs/heads/master | 2021-01-20T04:08:48.445505 | 2016-03-26T22:39:42 | 2016-03-26T22:39:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | hpp | template <typename T>
Stack<T>::Stack() : Stack<T>::Vector() { }
template <typename T>
void Stack<T>::push(const T &value) {
Stack<T>::prepend(value);
}
template <typename T>
T Stack<T>::pop() {
return Stack<T>::takeFirst();
}
template <typename T>
T &Stack<T>::top() {
return *Stack<T>::begin();
}
template <t... | [
"msk@nullpointer.dk"
] | msk@nullpointer.dk |
c11d03f7b5038d09119721bef2e17e8f2d820d7c | 48b7c50ee5d51b10c5c4839c6c64fac7d1a05fa5 | /include/cockpit/packet/protocol/MC_ADMIN_ASSASIN.h | fa69afbc99810d5b22e129e60f5b5dbf36c3130a | [
"MIT"
] | permissive | gogo-dev/GoGo | 6b65da6188bdac846115dd5c2deede49ba862113 | 28ecf16ff7d3e4890bf6f1e0a35dd1cf109c5308 | refs/heads/master | 2021-01-02T09:31:24.503364 | 2010-08-20T19:42:04 | 2010-08-20T19:42:04 | 752,140 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 606 | h | /*
* NOTICE: Do not manually edit this file. It has been autogenerated by
* protocol/parse.py. Any changes should me made there, instead of here.
*/
#pragma once
#include <boost/cstdint.hpp>
#include <cockpit/packet/Packet.h>
#include <cockpit/packet/Parameters.h>
namespace cockpit {
namespace packet {
namespace pr... | [
"cg.wowus.cg@gmail.com"
] | cg.wowus.cg@gmail.com |
83e11a2523a23b1e0fe67a8d27a11de2ba81b07d | 4cc51211ef649d7d2bb9a7777ba3d78d2e405849 | /uri/1929.cpp | d189264211bbac9706b68930337ed6993b8fe581 | [
"MIT"
] | permissive | Shisir/Online-Judge | 0044fe7d52e8c922dbc491fc00abbb2915ce995e | e58c32eeb7ca18a19cc2a83ef016f9c3b124370a | refs/heads/master | 2021-01-12T14:59:50.878107 | 2016-11-08T16:22:13 | 2016-11-08T16:22:13 | 71,658,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int a[4];
scanf("%d%d%d%d",&a[0],&a[1],&a[2],&a[3]);
sort(a,a+4);
if(a[1]+a[2]>a[3] ||a[0]+a[1]>a[2]||a[0]+a[1]>a[3]) return printf("S\n"),0;
return printf("N\n"), 0;
} | [
"nazmul295iit@gmail.com"
] | nazmul295iit@gmail.com |
c45745244f7d4b579bc340db9d2cba067ed108cd | b21b238d066ad46b171c56552fc8e372422c98ab | /leetcode/leetcode_341.cc | 26561c90f7c0c220e7c5ec9d957fd6e4fae0804e | [
"MIT"
] | permissive | math715/arts | 854a8c8da4035267785571b18d626138d5100b70 | ff73ccb7d67f7f7c87150204e15aeb46047f0e02 | refs/heads/master | 2021-08-07T01:10:31.981914 | 2021-07-01T13:32:05 | 2021-07-01T13:32:05 | 142,163,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | cc | #include <algorithm>
#include <iostream>
#include <map>
#include <set>
#include <string>
#include <vector>
using namespace std;
class NestedInteger {
public:
// Return true if this NestedInteger holds a single integer, rather than a nested list.
bool isInteger() const;
// Return the single integer that this Ne... | [
"wangyanlong@genomics.cn"
] | wangyanlong@genomics.cn |
9fd754ff66c3cab2658afb67851210e3a52ff3e0 | f71c655ade5851a2877416d1a77115b9bfb1938d | /CPPprimer/ch04/4.10.cc | a29fd225bc8e1ea9b7e918c902f7392f1e10577f | [] | no_license | hzylyq/Book | 7b46c293af73f71db963034dc94483e589e1ab16 | 2f8d5ee59cba11edfb71400b8057811c096155b2 | refs/heads/master | 2021-06-03T08:33:44.712728 | 2021-01-09T05:52:44 | 2021-01-09T05:52:44 | 126,025,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 175 | cc | #include <iostream>
using namespace std;
int main(void)
{
int num = 0;
while (cin >> num && num != 42);
while (cin >> num){
if (num == 42)
break;
}
return 0;
}
| [
"164177565@qq.com"
] | 164177565@qq.com |
4542cc83f82c34e8c4cb295834f2aaeb4d18dea5 | e9662948f6e42915cd428760eb515064b0e7e051 | /animationjc-master/core/modifierhandler.h | 7b8161c17b3bccfaddd78e738c2732d00878084a | [] | no_license | Eignar17/backup-plugins | dd50a129c6c29a00c8a492e188db5a2deec37f98 | 4173f838e245c8eac5b5cbe83bc2a1f6f037e613 | refs/heads/master | 2023-02-13T18:01:31.054093 | 2023-02-11T00:56:05 | 2023-02-11T00:56:05 | 133,735,293 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,939 | h | /*
* Copyright © 2008 Dennis Kasprzyk
* Copyright © 2007 Novell, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that the above copyright notice appear in all copies
* and that both that copyright notic... | [
"noreply@github.com"
] | Eignar17.noreply@github.com |
8b4ea8992ebbadbe79f39841761150d7ed16be88 | 030c54986e309ea335204af18baac78f9aaadb14 | /QClientFramework/Model/http_service_moudle/base64.h | b2b51b14479d221062c0763a21d65a2aade22817 | [] | no_license | lxj434368832/ProgramFramework | 035fb3e8709f5eede7ad14823937548317d777d7 | 5d27d887c42f7bb0d7a0f782fc5eb55b655d5382 | refs/heads/master | 2023-09-02T16:55:23.968901 | 2023-08-23T12:50:31 | 2023-08-23T12:50:31 | 159,472,625 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,262 | h | #pragma once
#include <string>
const char kBase64Alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"0123456789+/";
class Base64 {
public:
static bool Encode(const std::string &in, std::string *out) {
int i = 0, j = 0;
size_t enc_len = 0;
unsigned char a3[3];
unsigned ch... | [
"434368832@qq.com"
] | 434368832@qq.com |
7f291fdec825b8a6919a4849ec629c5785ae82d4 | 78e4d00de9768f5bc7cfefb599d0747b0b4dfacd | /bitmask.cpp | 08aa89db21e851406d26c9891f62fe7f1adb5802 | [] | no_license | HabibRaju/Dynamic-Programming | 96b85459b4779df7cc8714b20d793426b5077411 | 77e53f8730aa345dabf92eff9c895ff61cc8311e | refs/heads/main | 2023-04-19T16:22:16.939927 | 2021-04-27T15:41:17 | 2021-04-27T15:41:17 | 362,164,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | cpp | #include <bits/stdc++.h>
using namespace std;
int n=3;
bool chk(int mask){
return (bool)(mask & ((1<<10)-1));
}
int dp[1000][(1<<10)+2];
int fun(int pos,int mask){
if(pos>=n){
if(chk(mask))return 1;
return 0;
}
if(dp[pos][mask]!=-1)return dp[pos][mask];
int... | [
"noreply@github.com"
] | HabibRaju.noreply@github.com |
512a1aaeba5cdc712ba522a0e2f03d8b1cdd1223 | 857fb4bda4cd2c898f265ff08b25876cb505323f | /udaan/set-1/unique-subsequences/gen-small.cpp | b283a9c0644ad14f24924ee04b3fe453a2d0b71b | [] | no_license | raviku9273/sugar-rush | c57729ef8a19706b24874d7599b8ba4025a9f0ef | 929210e0e9c06a739104c2146efc6e030f0f725a | refs/heads/master | 2022-11-16T05:33:03.754433 | 2020-07-16T16:48:55 | 2020-07-16T16:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 750 | cpp | #include <iostream>
#include "testlib.h"
using namespace std;
/********************* Custom Inputs ***************************/
const int t_low = 1;
const int t_high = 1;
const int len_low = 1;
const int len_high = 1e5;
const int rep_low = 1;
const int rep_high = 2;
/********************* Custom Inputs **************... | [
"just1visitor@gmail.com"
] | just1visitor@gmail.com |
2fa80e00f062b353aaa60a5979719ba7245d7251 | 48dea64e33da0594a8a167b2c75aa8ec7c99bcfa | /mobile_net_hls/solution1/syn/systemc/fifo_w32_d2_A_x_x_x_x_x_x_x_x_x_x.h | a3e4330955fc3e6dae152cc834870f0a34f0ff1c | [
"BSD-3-Clause"
] | permissive | myheartisweeping/FPGA-DCNN-Accelerator | f304a6cb390c5cc9a1308af5215f834008460041 | 3ed02fa47b72c877c76ca8fa961184ea2260dedc | refs/heads/master | 2022-01-13T03:28:09.580136 | 2019-06-11T07:12:57 | 2019-06-11T07:12:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,920 | h | // ==============================================================
// File generated on Sun Apr 28 16:10:43 +0800 2019
// Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC v2018.3 (64-bit)
// SW Build 2405991 on Thu Dec 6 23:38:27 MST 2018
// IP Build 2404404 on Fri Dec 7 01:43:56 MST 2018
// Copyright 198... | [
"1310283407@qq.com"
] | 1310283407@qq.com |
3531ed32755fde4bae921bfa3be10125ad8d42ab | 7ac86228240a5f6f725e986e122f9e5870c0743d | /cds/intrusive/hopscotch_hashset.h | 35808d817366ba565a1a182bc81eb80f62c5089c | [
"BSL-1.0"
] | permissive | AndreyFdrv/libcds | ecb33b40ce1a1c8a30105e00d2f7f03a2e8f4443 | ed5be9218f51403277db97d6f8303c93c1014e3f | refs/heads/master | 2020-04-03T05:55:29.556686 | 2019-01-20T18:01:59 | 2019-01-20T18:01:59 | 155,059,745 | 1 | 0 | null | 2018-10-28T10:40:32 | 2018-10-28T10:40:32 | null | UTF-8 | C++ | false | false | 119,044 | h | /*
This file is a part of libcds - Concurrent Data Structures library
(C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
Redistribution and use in source and binary forms, with... | [
"andrei_hedorov@mail.ru"
] | andrei_hedorov@mail.ru |
211e1d27e145bc83fb85589613c3100ea30c3149 | 9be0baa3d53e460fb9088280b2f38d6352a4097e | /src/posemath/matrpy_test.cc | 23b546f510296165f45ea14b998cbf3bc1c246fe | [
"LicenseRef-scancode-public-domain"
] | permissive | usnistgov/rcslib | 480cd9f97b9abe83c23dcddc1dd4db253084ff13 | f26d07fd14e068a1a5bfb97b0dc6ba5afefea0a1 | refs/heads/master | 2023-04-06T13:35:53.884499 | 2023-04-03T20:01:08 | 2023-04-03T20:01:08 | 32,079,125 | 35 | 22 | NOASSERTION | 2020-10-12T22:03:48 | 2015-03-12T13:43:52 | Java | UTF-8 | C++ | false | false | 2,777 | cc | /*
The NIST RCS (Real-time Control Systems)
library is public domain software, however it is preferred
that the following disclaimers be attached.
Software Copywrite/Warranty Disclaimer
This software was developed at the National Institute of Standards and
Technology by employees of the Federal Government in t... | [
"william.shackleford@nist.gov"
] | william.shackleford@nist.gov |
c860ff559173c8ea54be385a79c1d787931e84ea | 05b5b0378ae406daade7ec679e59323b82a8b444 | /src/qt/sendcoinsentry.cpp | dceb3731694b8a561da697ca931caaf7c27f80b0 | [
"MIT"
] | permissive | li003024/frc | ecd722c483fca3badd5834d581226ee00b5c2f3f | 7317b2e0f2488c08ad411c8701bd26fb678d1d8d | refs/heads/master | 2020-09-22T11:13:38.689484 | 2016-08-24T03:16:44 | 2016-08-24T03:16:44 | 66,419,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,291 | cpp | #include "sendcoinsentry.h"
#include "ui_sendcoinsentry.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "addressbookpage.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "addresstablemodel.h"
#include <QApplication>
#include <QClipboard>
SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
... | [
"mafeiforex@163.com"
] | mafeiforex@163.com |
5802409390ce8d4a36cc346a099678f040f03aec | 68220572b127c53e169755c1f025c818bfd21252 | /exercise_8/germs/main.cpp | d29fc1e774b44fe4c246a20ca1246c80e1dbe51a | [] | no_license | SeboCode/ETHZ-AlgoLab-2020 | 6579122205cb6e2b2d532c87b267e2f12a2de5e4 | 9f52ddf5e384fd1c2c8f91020cfebd5fe4f5c030 | refs/heads/master | 2023-03-06T19:03:00.588563 | 2021-02-14T20:47:15 | 2021-02-14T20:47:15 | 333,606,733 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,835 | cpp | #include <iostream>
#include <vector>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_2.h>
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Delaunay_triangulation_2<K> Triangulation;
typedef Triangulation::Finite_vertices_iterator Vertex... | [
"mike-marti@outlook.com"
] | mike-marti@outlook.com |
cebcca67338e65ea505bb2feb8d00a213fa766dc | 0f19ac4a18f8279808a32b002e31135b52adddc4 | /cuda/include/nori/enviromentmap.h | 2a71dc15ea49069b49e1d7af215e749e9420bb1b | [] | no_license | BlenderCN-Org/cuda-path-tracer | e36aa1b2b0914ac65004fedc20677cbf6cf9141c | 2c161a8953bd68b4866be36eb9ebc04b0b73c381 | refs/heads/master | 2020-05-23T22:53:04.421798 | 2018-12-10T18:18:44 | 2018-12-10T18:18:44 | 186,983,779 | 1 | 0 | null | 2019-05-16T08:17:58 | 2019-05-16T08:17:58 | null | UTF-8 | C++ | false | false | 1,057 | h | //
// Created by lukas on 18.12.17.
//
#ifndef NORIGL_ENVIROMENTLIGHT_H
#define NORIGL_ENVIROMENTLIGHT_H
#include <cmath>
#include <nori/emitter.h>
#include <nori/warp.h>
#include <nori/shape.h>
#include <nori/vector.h>
#include <iostream>
#include <nori/dpdf.h>
#include <nori/imagetexture.h>
#include <cuda_runtime_ap... | [
"wolftho@student.ethz.ch"
] | wolftho@student.ethz.ch |
e6e09f15af84143dd1c27e012dd1969b537cc93d | bb7ed686f19d919c0e2a381107637f1c05cb0342 | /include/lexy/callback/string.hpp | 51564bf9427db42955fcc82d5af7d99115a9bfc7 | [
"BSL-1.0"
] | permissive | foonathan/lexy | 8945315afd3b1afdbdabaee816570eaabadc0abb | 1b31b097fa4fcaf5465f038793fe88cdc2140b71 | refs/heads/main | 2023-08-17T21:56:02.139707 | 2023-07-25T20:18:25 | 2023-07-25T20:18:25 | 201,454,592 | 867 | 59 | BSL-1.0 | 2023-09-01T10:03:35 | 2019-08-09T11:27:57 | C++ | UTF-8 | C++ | false | false | 7,383 | hpp | // Copyright (C) 2020-2023 Jonathan Müller and lexy contributors
// SPDX-License-Identifier: BSL-1.0
#ifndef LEXY_CALLBACK_STRING_HPP_INCLUDED
#define LEXY_CALLBACK_STRING_HPP_INCLUDED
#include <lexy/_detail/code_point.hpp>
#include <lexy/callback/base.hpp>
#include <lexy/code_point.hpp>
#include <lexy/encoding.hpp>
... | [
"git@foonathan.net"
] | git@foonathan.net |
4a41e635a4dbb986620d07d3343c044d4259abfa | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burn/misc/post90s/d_unico.cpp | ee7866afdcfaf40cb18451d042799a3b532c7f76 | [] | no_license | PS3emulators/fba-next-slim | 4c753375fd68863c53830bb367c61737393f9777 | d082dea48c378bddd5e2a686fe8c19beb06db8e1 | refs/heads/master | 2021-01-17T23:05:29.479865 | 2011-12-01T18:16:02 | 2011-12-01T18:16:02 | 2,899,840 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,542 | cpp | #include "tiles_generic.h"
#include "burn_ym3812.h"
#include "burn_ym2151.h"
#include "msm6295.h"
#include "eeprom.h"
#include "burn_gun.h"
static unsigned char DrvInputPort0[8] = {0, 0, 0, 0, 0, 0, 0, 0};
static unsigned char DrvInputPort1[8] = {0, 0, 0, 0, 0, 0, 0, 0};
static unsigned char DrvInputP... | [
"twinaphex1@gmail.com"
] | twinaphex1@gmail.com |
19bcba9d23ce5c511776ef88310fe3b3494c15b2 | 1b970fc5bcf2835dd77f7df655162062eaf7e622 | /extras/mk_preview.cc | f3def97f6d52af723139f827356d90fd68c621e8 | [
"Apache-2.0"
] | permissive | RReverser/libwebp2 | ad5878824b998f1b3e72e146b51547e115a05823 | c90b5b476004c9a98731ae1c175cebab5de50fbf | refs/heads/master | 2023-01-19T17:17:26.443516 | 2020-10-30T14:09:17 | 2020-10-30T14:09:42 | 311,739,302 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,681 | cc | // Copyright 2020 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"yguyon@google.com"
] | yguyon@google.com |
b11b9a6a97b86b22b98b085574d2cf507b4df5f4 | cad604b38f9257c5410751bfebded37a73b02436 | /Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.h | f853f1f08d6b9a1cd64f77c235b439d941d69339 | [
"BSD-2-Clause"
] | permissive | govi20/serenity | 5f4d7217afbe8b98313aed26ad663d1f56553250 | 67362b1f8501b19b451c71cc28b540da15171739 | refs/heads/master | 2023-06-26T21:14:06.461110 | 2021-07-09T02:57:34 | 2021-07-09T13:36:50 | 384,451,039 | 1 | 0 | BSD-2-Clause | 2021-07-09T13:49:20 | 2021-07-09T13:49:19 | null | UTF-8 | C++ | false | false | 2,363 | h | /*
* Copyright (c) 2021, Ali Mohammad Pur <mpfard@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <LibWasm/AbstractMachine/Configuration.h>
#include <LibWasm/AbstractMachine/Interpreter.h>
namespace Wasm {
struct BytecodeInterpreter : public Interpreter {
virtual void inte... | [
"Ali.mpfard@gmail.com"
] | Ali.mpfard@gmail.com |
4880487e5c3309b1eeb244d8c931c908b69a0e53 | 5b9bc4cddb8246219062551703184740e9c93b03 | /HB MED BROKEN CALCULATOR/broken.cpp | 263c9a2f248cc5e576008d2b5e93c5e75aa7ae03 | [] | no_license | deep-bansal/HACKER-BLOCKS | b182e505c0c7c78e243efc287fe59187cf9d90ab | a102769ca14d06280e1871c1a68a762ec4fa1044 | refs/heads/master | 2022-11-13T09:26:41.813271 | 2020-07-08T04:43:02 | 2020-07-08T04:43:02 | 274,833,375 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 673 | cpp | #include <bits/stdc++.h>
#include <iostream>
using namespace std;
void multiply(int* arr, int &n,int no)
{
int carry = 0;
for (int i = 0; i < n; ++i)
{
int product = arr[i]* no + carry;
arr[i] = product%10;
carry = product/10;
}
while(carry) // left out
{
arr[n] = carry%10;
carry = c... | [
"noreply@github.com"
] | deep-bansal.noreply@github.com |
f6a9d6fbddd33a4386c2096fcda3e1d1f1afa810 | 99307e632063e7f8fa75fa43f301cb890f109475 | /matlab/FlowFilter_mex.cpp | 4e7c61bf026f5a63b4693471bb981a9bebef4172 | [] | no_license | abeerraj/optical-flow-filter | 44806fa414b29b894ad60b78e89598e329a7652c | 597197587f8f64eff1bf44d11495fd9c54faab8d | refs/heads/master | 2022-04-15T18:02:32.290250 | 2020-04-11T23:48:28 | 2020-04-11T23:48:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,213 | cpp | /**
* \file FlowFilter_mex.cpp
* \brief Matlab mex interface to flowfilter::gpu::FlowFilter class.
* \copyright 2015, Juan David Adarve, ANU. See AUTHORS for more details
* \license 3-clause BSD, see LICENSE for more details
*/
#include <string>
#include <vector>
#include "mex.h"
#include "classHandle.h"
#includ... | [
"juan.adarve@anu.edu.au"
] | juan.adarve@anu.edu.au |
201bd9c193fcb2150af5cd0a54f3d707faf18d7d | cdb79e4ed5246ed423e31973150925b1eb6f6d29 | /src/potentials/potentials_name.h | 9ec6dc98692f4fd579c98e9daa3f3936b25f3b0a | [] | no_license | jmacdona/pd2_public | 6a0906e944878d954be29a245be718d3145c88e6 | 5b84579fd4a093e3095cd9bf15d2ca9d2b0b9b48 | refs/heads/master | 2020-03-08T09:27:34.373885 | 2019-03-25T15:38:21 | 2019-03-25T15:38:21 | 128,047,792 | 1 | 1 | null | 2018-04-11T09:42:33 | 2018-04-04T10:40:10 | C++ | UTF-8 | C++ | false | false | 2,316 | h | //
// (c) JAMES T. MACDONALD 2010
// This file is part of the PRODART 2 software
// suite and is made available under license.
//
// For more information please contact by email: j.t.macdonald+prodart@gmail.com
//
/*
* potentials_name.h
*
* Created on: 17 Mar 2010
* Author: jmacdona
*/
#ifndef POTENTIALS_N... | [
"jtmacdonald@gmail.com"
] | jtmacdonald@gmail.com |
7c961708d463994893ea29a5838cf3b39e4d4e5e | 243af6f697c16c54af3613988ddaef62a2b29212 | /firmware/uvc_controller/mbed-os/drivers/USBMouseKeyboard.h | 281f1926eb1156a1b10b446a304146dbcf0790f3 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | davewhiiite/uvc | 0020fcc99d279a70878baf7cdc5c02c19b08499a | fd45223097eed5a824294db975b3c74aa5f5cc8f | refs/heads/main | 2023-05-29T10:18:08.520756 | 2021-06-12T13:06:40 | 2021-06-12T13:06:40 | 376,287,264 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,541 | h | /*
* Copyright (c) 2018-2019, Arm Limited and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* 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/l... | [
"13125501+davewhiiite@users.noreply.github.com"
] | 13125501+davewhiiite@users.noreply.github.com |
b26b0c3fa3225543d74cbe9f8ff3db7dc52c65e6 | 993d195bcd2d0c410983954f13fe34356f73cfe8 | /workspace/vflib/include/vf2_sub_state.h | 68de9896a9d4aaff327144e81c500c0b6d7c698d | [] | no_license | celebro/diploma | e4da6f0f1447e3b27c31474164f55718b744fdf7 | a96df9a188ac3cf035f372839cbd6c372aeeeae1 | refs/heads/master | 2021-03-12T21:42:39.337604 | 2013-03-28T08:43:52 | 2013-03-28T08:43:52 | 8,127,151 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,775 | h | /*------------------------------------------------------------
* vf2_sub_state.h
* Interface of vf2_sub_state.cc
* Definition of a class representing a state of the matching
* process between two ARGs.
* See: argraph.h state.h
*
* Author: P. Foggia
*--------------------------------------------------------------... | [
"nejc.ramovs@gmail.com"
] | nejc.ramovs@gmail.com |
1de8baba867709b7f8a90633e0da27f9791d1981 | 10265de3a7442a82f3a1ec100feeb36a21ece1a6 | /Workspace/VP9/Project/anpr_20180224/PlateRecognizationFramework/include/Crop/crop_char_long.h | dc619cf59a28e1e0504cbb2880010b4fede3e676 | [] | no_license | zeklewa/Zeklewa_ANPR | 77f861ae7f3c60f6d64ecabbc0586ede8af78b3e | bea4ddc172ebca27e6175ca3d43d2256317023b1 | refs/heads/master | 2020-04-09T20:36:03.912406 | 2018-03-07T14:13:07 | 2018-03-07T14:13:07 | 124,242,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | h | #ifndef CROP_CHAR_LONG
#define CROP_CHAR_LONG
#include <iostream>
#include <vector>
#include <chrono>
#include <mutex>
using namespace cv;
using namespace std;
std::vector<cv::Rect> getCharacterRect_LongPlate(cv::Mat& img_rgb);
#endif | [
"bachngd@gmail.com"
] | bachngd@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.