blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
603e18094366de7d74531c600cb5b1c7bd2a6df1 | 2f78e134c5b55c816fa8ee939f54bde4918696a5 | /code/3rdparty/hk410/include/physics/hkinternal/collide/mopp/builder/splitter/hkMoppSplitter.h | 076ca31884647c9f3da5d0fc6939b42004dd0a6b | [] | no_license | narayanr7/HeavenlySword | b53afa6a7a6c344e9a139279fbbd74bfbe70350c | a255b26020933e2336f024558fefcdddb48038b2 | refs/heads/master | 2022-08-23T01:32:46.029376 | 2020-05-26T04:45:56 | 2020-05-26T04:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,986 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets of ... | [
"hopefullyidontgetbanned735@gmail.com"
] | hopefullyidontgetbanned735@gmail.com |
46956978c2d014faa1d176a773579184738c5d2d | 5b1134aa5050e5a1616c6915631bb8776197dba7 | /series5/rsa.cpp | 5e739121355c410a4cbcc87675adb0639760f47b | [] | no_license | TKSpectro/krypto-exercise | 017e7e5bb965833710ce9c523d02f3a9276c5f7a | 81dfaf6b39035c25d86160314d59bdf4b572250f | refs/heads/master | 2023-06-11T20:46:37.326375 | 2021-06-30T12:49:27 | 2021-06-30T12:49:27 | 357,568,325 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,824 | cpp | #include "rsa.h"
#include <bitset>
int ggT(int a, int b)
{
int rest = b;
while(rest != 0)
{
rest = a % b;
a = b;
b = rest;
}
return a;
}
int extendedEuclideanAlgorithm(int a0, int a1)
{
int xOld = 1;
int xCurrent = 0;
int xNew;
int yOld = 0;
int yCurrent = 1;
int yNew;
int aOld = a0;
int aCurre... | [
"45234980+TKSpectro@users.noreply.github.com"
] | 45234980+TKSpectro@users.noreply.github.com |
696e4e55a6e3c09b091d6cd4cef376eb97518cf5 | fec81bfe0453c5646e00c5d69874a71c579a103d | /blazetest/src/mathtest/operations/smatdmatadd/MZbLDa.cpp | f9990d97fe11a98a7bf6af431fa0f1b9aa014821 | [
"BSD-3-Clause"
] | permissive | parsa/blaze | 801b0f619a53f8c07454b80d0a665ac0a3cf561d | 6ce2d5d8951e9b367aad87cc55ac835b054b5964 | refs/heads/master | 2022-09-19T15:46:44.108364 | 2022-07-30T04:47:03 | 2022-07-30T04:47:03 | 105,918,096 | 52 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 4,103 | cpp | //=================================================================================================
/*!
// \file src/mathtest/operations/smatdmatadd/MZbLDa.cpp
// \brief Source file for the MZbLDa sparse matrix/dense matrix addition math test
//
// Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reserved
//
// ... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
9c757b62e5a31b9a8860d49963d7aecda7cff872 | 9f4a21b020c5ad96a20b8e75947013d6c553b8a8 | /Renderer/Interface/Renderer.cpp | 7119675c35fe125249ccf1561dfc22c985dbddc3 | [] | no_license | Hamsterarsch/Rendering | 99452091aac36a1fd628cef4a6d9c3aed999c68b | e9e301920edbfa5369edd21348c574bc01666201 | refs/heads/master | 2022-11-25T12:23:04.814619 | 2019-10-17T16:56:22 | 2019-10-17T16:56:22 | 215,843,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,442 | cpp | #include "Renderer.hpp"
#include "DX12/Facade.hpp"
namespace Renderer
{
Renderer::Renderer(HWND outputWindow) :
inflightFramesAmount{ 1 },
shouldUpdateRendering{ false }
{
resources = RHA::DX12::Facade::MakeDeviceResources(D3D_FEATURE_LEVEL_12_0, true);
commonQueue = RHA::DX12::Facade::MakeQueue(resources.g... | [
"rl-bellin@web.de"
] | rl-bellin@web.de |
0a3d3144c9f9ad80b2a13a7910bfe571cd551760 | 4d8f03b00266b2809e50073a236771cd66e0706d | /moves/ori_move.h | a43ac0c48fe81d5ea18c15f5dd1a2d80447b5bff | [] | no_license | Shadowslice62642/Old-Sharcs | 483531ba35c7f50fa8fb42b78da2414affa38940 | 4f28453502adb05aac2daf564c5fd1b7d93f5c6a | refs/heads/master | 2023-08-12T00:01:59.574744 | 2021-10-04T10:41:50 | 2021-10-04T10:41:50 | 413,346,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 923 | h | #pragma once
#include <array>
//maybe change it to take uint64_t and bitshift so not so many arguments
template<char length, char ori>
class ori_move
{
public:
char len = length;
ori_move() : _pos1(0), _pos2(3), _pos3(2), _pos4(1), _ori1(0), _ori2(0), _ori3(0), _ori4(0) {} //defaults to U corner
ori_move(char pos1,... | [
"joseph.briggs@live.co.uk"
] | joseph.briggs@live.co.uk |
1027b8c2186c31002aa38796a5438715550adb61 | 24e6b47ae367c95b51e86642155e3d62456430c8 | /DuiLib/Control/UIButton.h | d9d5961435929693f8236b8a6396c1ec6b629f22 | [
"MIT",
"BSD-2-Clause"
] | permissive | ezhangle/BalloonDuilib | b8c8e958bc3df5aaf0af3061e508fc09fef39452 | 3fd8700d3b10075e2a9f62931c56bb394e893876 | refs/heads/master | 2020-05-22T18:09:42.901993 | 2017-05-25T10:59:03 | 2017-05-25T10:59:03 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,552 | h | #ifndef __UIBUTTON_H__
#define __UIBUTTON_H__
#pragma once
namespace DuiLib
{
//对应<Button>标签
class DUILIB_API CButtonUI : public CLabelUI
{
public:
CButtonUI();
LPCTSTR GetClass() const;
LPVOID GetInterface(LPCTSTR pstrName);
UINT GetControlFlags() const;
bool Activate();
void SetEnabled(bool bEn... | [
"yuanlong.zhang@baidao.com"
] | yuanlong.zhang@baidao.com |
082737ebc924a8a3f041c15174c98822d9ce523d | 1723ea35099fb5f60c1f0f9f8f8b86641de10c9a | /src/MarkerDB.cpp | 0e10cfb122d3b8a9429485edb37819aa6cf79684 | [] | no_license | emojilearning/NaiveAR | c847c8c6b421d545312740899f0093b784e99698 | 35490291e4e215b241b9c46898be1483ef9b575c | refs/heads/master | 2021-01-23T22:31:19.905777 | 2017-09-09T09:03:52 | 2017-09-09T09:03:52 | 102,941,302 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,216 | cpp | #include <MarkerDB.h>
#include <memory>
using namespace DBoW3;
using namespace std;
using namespace cv;
//methods of MarkerDB
namespace nar
{
void nar::MarkerDB::load(string filename)
{
dict = make_shared<Vocabulary>();
dict->load(filename);
db = make_shared<Database>(*dict);
}
void MarkerDB::build(std::vec... | [
"chuguanyi@qq.com"
] | chuguanyi@qq.com |
40a4800ab36164f00d7937e317a7a9b07d606ec1 | f92886e4a175a037a6103eba23ad94ed5051fbcc | /tests/fenv_test.cpp | 9fc7d96fc05aa1f25f7c1e56dba47ee994c8ce62 | [] | no_license | Havoc-OS/android_bionic | 8bcfc2686e10b7420188f12cfbe04f07cf20d0f3 | ceda818b63478bf052d514f8aa30fde56c90b612 | refs/heads/pie | 2022-10-08T05:42:34.653351 | 2019-07-13T19:15:44 | 2019-07-13T19:15:44 | 132,499,154 | 4 | 31 | null | 2018-09-04T16:45:29 | 2018-05-07T18:15:02 | C | UTF-8 | C++ | false | false | 6,864 | cpp | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"enh@google.com"
] | enh@google.com |
2e7c7ab91e440c032796ff250f8e1de3350d8c7c | c8ca15462c87e4e4ff8f98637e2d274170ec6e2f | /src/modules/BatteryTestESPNowModule.h | 33f5d1f7d733db88cc19ae84a0e5d1a9757fe2dd | [] | no_license | cmmakerclub/legend-jetpack | ad521c721b0f910bff680b6e1a65c9a7b5760cd5 | 9b98c1b6a845ae3bf73800cc453fef3f79e7c299 | refs/heads/master | 2020-03-19T07:36:21.734995 | 2018-08-20T11:28:19 | 2018-08-20T11:28:19 | 136,130,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | h |
#ifndef CMMC_BatteryTestESPNowModule_MODULE_H
#define CMMC_BatteryTestESPNowModule_MODULE_H
#define CMMC_USE_ALIAS
#include <CMMC_Legend.h>
#include <CMMC_Utils.h>
#include <CMMC_Module.h>
#include <CMMC_ESPNow.h>
#include <CMMC_SimplePair.h>
#include <CMMC_Sensor.h>
#include <CMMC_LED.h>
#define BUTTON_PIN 0
clas... | [
"nat@cmmc.io"
] | nat@cmmc.io |
3b3f1ae8d98ba855c203706d5d1558160817e5aa | 6b4e73b7de22ad3a6afd58bd3b1c3becb2b9ae98 | /cross_compile/src/main.cpp | aae511e031b0714ff16d86f0170588845c555016 | [] | no_license | chrisjdavie/cpp_practice | 2809665bf07d7e2c666f8272ee653c8f836b7f20 | 538448a363c1c42165f8698ff25daa104eec1a6c | refs/heads/master | 2021-01-10T13:43:59.381945 | 2015-10-25T13:49:57 | 2015-10-25T13:49:57 | 44,911,727 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,806 | cpp | //============================================================================
// Name : main.cpp
// Author : Chris Davie
// Version : 1.0
// Description : C/C++ practice
//============================================================================
#include <stdio.h>
#include <vector>
#include <iostre... | [
"chris.d@theasi.co"
] | chris.d@theasi.co |
f782c730fc5be872a0d7c4ed3b96586668a3b1b6 | 0ffdb82091390f31a78b4ff3e14b8e4469416fc9 | /robotStuff.ino | a4ddcb13766f72fa8022814cd9214da274a1f0f7 | [] | no_license | jamopopper/WalkingRobot | 14633a6069dc85b28e9be16ae93248442b007160 | 5efa6a501e08a388bf492e31d16b1f5e047de1cb | refs/heads/master | 2021-05-23T14:19:26.767522 | 2020-04-08T03:46:29 | 2020-04-08T03:46:29 | 253,335,394 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,820 | ino | // Robot controlling program for quad legged robot
#include <Wire.h>
#include <Servo.h>
#include <Adafruit_PWMServoDriver.h>
//#include <BLEDevice.h>
//#include <BLEUtils.h>
//#include <BLEScan.h>
//#include <BLEAdvertisedDevice.h>
#include "math.h"
#define USMIN 350 // This is the rounded 'minimum' microsecond l... | [
"noreply@github.com"
] | noreply@github.com |
34bcd65c912998af71b2bdce528334526bc386c4 | fca5912f14ac8c346c7f45b3df5976297a5a1121 | /Source/Testing/Public/PickUps.h | 7f8b41746dde8b65c8b02e58711a1d465e9e9e91 | [] | no_license | felluffy/UERandomThings | c08ee460aa6b3cae1aaa677889fadced359540ce | 05907d178d40427576c7eb195c69f36bff49bf50 | refs/heads/master | 2023-02-10T03:07:27.781654 | 2021-01-08T20:12:39 | 2021-01-08T20:12:39 | 321,848,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,129 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "TInteractable.h"
#include "GameFramework/Character.h"
#include "PickUps.generated.h"
USTRUCT(BlueprintType)
struct FInventoryAttributes
{
GENERATED_BODY()
... | [
"nasif.fei@gmail.com"
] | nasif.fei@gmail.com |
dfe728a1a488e5b9d6377c4df99c6f6cd480a6f3 | 7f2255fd0fce35a14556dda32ff06113c83b2e88 | /洛谷/P1387.cpp | ce2a106a106a33bf3ae988afd6f2455334cfeb4d | [] | no_license | cordercorder/ProgrammingCompetionCareer | c54e2c35c64a1a5fd45fc1e86ddfe5b72ab0cb01 | acc27440d3a9643d06bfbfc130958b1a38970f0a | refs/heads/master | 2023-08-16T18:21:27.520885 | 2023-08-13T15:13:44 | 2023-08-13T15:13:44 | 225,124,408 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,468 | cpp | #include<bits/stdc++.h>
using namespace std;
#define FC ios::sync_with_stdio(false),cin.tie(0),cout.tie(0)
#define deb(args...) std::cerr<<"DEBUG------"<<'\n';std::cerr<<#args<<"------>";err(args)
void err(){
std::cerr<<'\n'<<"END OF DEBUG"<<'\n'<<'\n';
}
template<typename T,typename... Args>
void err(T a,Args.... | [
"2205722269@qq.com"
] | 2205722269@qq.com |
d1227a720ab0447d986de73f2eb1309c5ccdf67d | a777431d0f8db92e56045eb4e8cf9dabd0c53767 | /TE1/src/Graph.cpp | 70b7093ba1dfb4765ab5b32c2fdce5c1ae87120c | [] | no_license | yen31b/TE1-DatosII | b8096af9d3516fc07c5bdb51d3906a9fcd94b570 | a39ce480391e78335604a42cb895a76cb9557b6b | refs/heads/master | 2021-02-07T20:55:03.686611 | 2020-03-03T04:55:09 | 2020-03-03T04:55:09 | 244,076,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,372 | cpp | #include "Graph.h"
#include <algorithm>
CGraph::CGraph() :
m_iRows{ 0 },
m_iCols{ 0 },
m_pBegin{ nullptr },
m_pEnd{ nullptr },
m_pConnections{ nullptr }
{
}
CGraph::CGraph( const CGraph & graph )
{
*this = graph;
}
CGraph& CGraph::operator=( const CGraph & graph )
{
m_... | [
"yen.badilla@gmail.com"
] | yen.badilla@gmail.com |
900cf242b986675ffcfda4924ffb48e652245b36 | 47ebdec93b6b7d434c08227d601dfdc09de1a6e7 | /HolaOGRE/RobotMan.h | c842726175d70e6b0381f4875844edb9adab7074 | [] | no_license | JoseInside/IG-OGRE | 3614ec64c3613ba1524b6ac0c2c7d99bf176c7d0 | 273a68a11731edc99a0f9cc7fa44e3b5fec0fca0 | refs/heads/master | 2021-09-04T12:26:26.656968 | 2018-01-18T16:19:37 | 2018-01-18T16:19:37 | 112,468,418 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | h | #ifndef __RobotMan_H__
#define __RobotMan_H__
#include "ObjectMan.h"
class RobotMan :
public ObjectMan
{
public:
RobotMan();
virtual ~RobotMan();
};
#endif | [
"josemonr@ucm.es"
] | josemonr@ucm.es |
1b6cf7b870412c12ee82a69b7ccf66d2326253c6 | 325fbad62094be52eaf74a6d9cf05bcc32ae8ec7 | /WinSockFAQ/AsyncClient/AddrPortDlg.h | c20440a20518d01085fab65b5f619e48ee44c42c | [
"MIT"
] | permissive | bjnix/pedogogy | b40b002f5e022d59e8ac971cdc8ee11df60e6c09 | bdcedd3565c0596a92094182492f135aa8ecdf09 | refs/heads/master | 2021-03-12T19:38:27.738759 | 2014-03-29T18:56:55 | 2014-03-29T18:56:55 | 16,443,152 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 795 | h | // AddrPortDlg.h - Defines the address/port input dialog
#if !defined(AFX_ADDRPORTDLG_H__1D8777C2_5075_11D4_86BD_00600895D2A4__INCLUDED_)
#define AFX_ADDRPORTDLG_H__1D8777C2_5075_11D4_86BD_00600895D2A4__INCLUDED_
#pragma once
#include "resource.h"
class CAddrPortDlg :
public CDialog
{
public:
//// Public interfac... | [
"drums5150@gmail.com"
] | drums5150@gmail.com |
c29c380f715728d74a2e80b3bd399b55c3301ac9 | 027ba1e389d45e253dce892220555d6f9826f0cd | /packages/ipnoise-pipe/pipe-rc/src/apiItemInfo.hpp | b93529aecb4ee4daf67b01b9ddcd83d89e660ac3 | [] | no_license | m0r1k/IPNoise | 1f371ed6a7cd6ba5637edbbe8718190d7f514827 | dbab828d48aa1ab626fd528e71b1c28e3702be09 | refs/heads/master | 2021-01-02T23:09:51.193762 | 2018-02-04T11:23:27 | 2018-02-04T11:23:27 | 99,478,087 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 708 | hpp | #ifndef API_ITEM_INFO
#define API_ITEM_INFO
#include <QtCore/QObject>
#include <QtCore/QString>
class ApiItemInfo
: public QObject
{
Q_OBJECT
signals:
void changed(ApiItemInfo *);
public:
ApiItemInfo(
const QString &a_huid
);
virtual ~ApiItemInfo();
... | [
"interferation@gmail.com"
] | interferation@gmail.com |
ccb2ee0d8edbce80c52024a95ae9f6d7a379f38e | a9a0935050d17e9d6158d2a7890b8ca8bfb84adb | /mpca_project/hcprint.ino/hcprint.ino.ino | 0d34a6f3d4fb162280321383d3b14e2f39fe7f47 | [] | no_license | Ritabhash/MPCA | e0268d133b7254d1e99bdc17e079e1f43d54a635 | 0e291ed86c4af57a810668d29251a5800eb14adc | refs/heads/master | 2020-04-30T21:00:30.388558 | 2019-03-22T06:33:28 | 2019-03-22T06:33:28 | 177,083,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | ino | #include <SoftwareSerial.h>
SoftwareSerial BTserial(10, 11); // RX | TX
//int sensorPin = A0;
//int sensorValue = 0;
void setup() {
BTserial.begin(9600); }
void loop() {
//sensorValue = analogRead(sensorPin);
//IMPORTANT: The complete String has to be of the Form: 1234,1234,1234,1234;
//(every Value has to be ... | [
"noreply@github.com"
] | noreply@github.com |
f6493c18f99daddf90943832641487a8903e9e78 | e6044c05fed51820a5eb39de797b3a630fa7ffbe | /examples/cgsolve/parallel/cgsolve.cpp | 7b4dbfe12889c6cb5fc15fe43c5047eb1ceebb26 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | zeta1999/kokkos-remote-spaces | 12150aa9580db4ea1a9ebd2d19e8aa9fe6f79664 | 5ecedc6e648ede78a9ce15e3bce99072f9a2ffc8 | refs/heads/main | 2022-12-17T18:27:32.960243 | 2020-08-21T16:31:45 | 2020-08-21T16:31:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,586 | cpp | // @HEADER
// ***********************************************************************
//
// Tpetra: Templated Linear Algebra Services Package
// Copyright (2008) Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certai... | [
"jan.ciesko@gmail.com"
] | jan.ciesko@gmail.com |
6ccb0b6c01eed9a5c9a339e786f12f85b6ce1731 | 80e5393d228cbc80a79346224666ca1ef1ad3a1a | /xml.h | 4b67ae35487c741a527005205ee7e8f3030bf89e | [] | no_license | kjgrahn/weather | 7eccbcd9ef9bab7da7f7a7ede2deb5247880f847 | 317850e1b78ddc1adfafe820208ce4907eb2604a | refs/heads/master | 2022-12-04T16:07:24.810982 | 2022-11-27T18:39:31 | 2022-11-28T21:38:57 | 159,066,013 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,514 | h | /* -*- c++ -*-
*
* Copyright (c) 2016 Jörgen Grahn
* All rights reserved.
*
*/
#ifndef XML_STREAM_H
#define XML_STREAM_H
#include <iosfwd>
#include <string>
#include <sstream>
#include <stack>
namespace xml {
/**
* An element tag, e.g. the foo in <foo>. Used to open an element.
*/
struct elem ... | [
"grahn+src@snipabacken.se"
] | grahn+src@snipabacken.se |
1e357554c961252e5bac1bfebd8f9796516de55e | 37fbf79b5d6f49d867c675a39855de1e7b167224 | /libautoscoper/src/gpu/opencl/SharpenFilter.cpp | 63c8fd12e083aaff4c66247c38573cf0bd5a19ef | [] | no_license | foltzmh/AutoScoper | 0f719924fb5b9d162d7cc58efd86bb11a935a8bf | b814bb0f702e3ad3172bccab8b1a2a915281035d | refs/heads/master | 2020-04-01T15:31:38.497960 | 2018-06-19T14:35:48 | 2018-06-19T14:35:48 | 153,340,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,815 | cpp | // ----------------------------------
// Copyright (c) 2011, Brown University
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provideId that the following conditions are
// met:
//
// (1) Redistributions of source code must retain the abo... | [
"Benjamin_Knorlein@brown.edu"
] | Benjamin_Knorlein@brown.edu |
6ee3582782a06b9f3cb0e642775fc9b0b38a7d9d | d3fbbe2fb3fe0cfddfc590349e673d43f54fac2c | /Koulupeliprojekti/src/VM/Core/VMFrame.cpp | 78bc4e18e5128f61b6a7bf70bb7bf7708eb6097d | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | Valtis/Peliprojekti-2013 | da485791418987b9d90ee4c419f300c002ed1b19 | 56483e669e040e0180ea244077cbee578c034016 | refs/heads/master | 2016-09-16T02:25:29.630030 | 2015-05-16T15:06:12 | 2015-05-16T15:06:12 | 13,344,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,088 | cpp | #include "VM/Core/VMFrame.h"
VMFrame::VMFrame() : VMFrame(nullptr) { }
VMFrame::VMFrame(const VMFunction *function) : m_function(function), m_current_instruction(0) {
m_localVariables.resize(function->GetLocalCount());
}
ByteCode VMFrame::GetNextInstruction() {
return m_function->GetByteCode(m_current_instructio... | [
"erkka.kaaria@helsinki.fi"
] | erkka.kaaria@helsinki.fi |
23c705e42d515be5cf6f083f5b5f9618274de25f | 195517d70b296b1c25045a91054269d0198571a6 | /service_apis/youtube/google/youtube_api/video_localization.h | 365f2a242b52fd46abb223beb8475bca831c8f97 | [
"Apache-2.0"
] | permissive | dreamer-dead/google-api-cpp-client | 167f6163b36523c8123465d76b8551113f839441 | 2fd5619a4ca6c6d39e7b4c29d387451d1aab3a0d | refs/heads/master | 2021-01-14T12:47:19.456156 | 2015-06-23T15:03:49 | 2015-06-23T15:03:49 | 35,201,587 | 1 | 0 | null | 2015-05-07T05:57:54 | 2015-05-07T05:57:53 | null | UTF-8 | C++ | false | false | 4,450 | h | // Copyright 2010 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... | [
"aiuto@google.com"
] | aiuto@google.com |
035352c0230fe357f43e85a1324e76347e097b17 | c2283e833bdb0eeb985d95fc5a1db8facb027f05 | /Project/Intermediate/Build/Win64/UE4/Inc/GCAA/MovingNpc.gen.cpp | 957a26841638cce3ffeed6b288c0fa00d0bf922d | [] | no_license | Bibool/Lost-Souls | ce44653b7672cb3703ba79795e0cee94051e38ff | 67e58de79c8bf26a6f45273595cb765b729cb69b | refs/heads/main | 2022-07-29T17:20:53.648402 | 2021-05-26T17:16:32 | 2021-05-26T17:16:32 | 368,998,934 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,772 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"52705025+Bibool@users.noreply.github.com"
] | 52705025+Bibool@users.noreply.github.com |
1a29e57e914a346803a404eaeae99c1632614966 | 6f1a8bae3b7916b94bf0409288a3a80692d8e4d3 | /CS251/Projects/program1_rgenov2/test-suite/t10_join_plus_maxE_timed.cpp | d5a5ec5b7d65139c70ef50e1e0c754cfc19a1aea | [] | no_license | Rg3n0v4/schoolProjects | 8acf490abf9a5c0ecc840b41c4b55747765d81e8 | c959b7e31d8dd5b7ea8138dd66447e42907de85d | refs/heads/master | 2023-02-15T03:10:50.156762 | 2021-01-11T18:29:47 | 2021-01-11T18:29:47 | 286,540,842 | 0 | 0 | null | 2020-08-19T15:16:32 | 2020-08-10T17:40:13 | null | UTF-8 | C++ | false | false | 1,224 | cpp | #include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "TravelOptions.h"
// #include <string>
#include "_test.h"
#include "_to_util.h"
bool t_join_pm_alternating(int n) {
std::vector<std::pair<double,double>> A;
std::vector<std::pair<double,double>> B;
std::vector<std::pair<double,double>> correct... | [
"rgenov2@uic.edu"
] | rgenov2@uic.edu |
78abcdc197262b2587859d7ba74fb16aa4629168 | 37a43b741fc298e98fb0eb2503ffe257646e6f7c | /Algorithmic Toolbox/WK5Assignments/knapsack/hashlist.cpp | b0e165d00542c47d905d91f90e2c415945872848 | [] | no_license | bunnybryna/Coursera_UCSD_Data_Structures | 90b7e0fb8d078bbb57d9ef76ac627c505444c1ee | 41294ed5627f151097a4265bd927918878236026 | refs/heads/master | 2021-01-19T10:48:21.974875 | 2018-03-21T08:58:01 | 2018-03-21T08:58:01 | 82,206,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,550 | cpp | /*
* C++ Program to Implement Hash Tables chaining
* with Singly Linked Lists
*/
#include<iostream>
#include<cstdlib>
#include<string>
#include<cstdio>
using namespace std;
const int TABLE_SIZE = 128;
/*
* HashNode Class Declaration
*/
class HashNode
{
public:
int key;
int value;
HashNode* next;
... | [
"brynazhao@gmail.com"
] | brynazhao@gmail.com |
e1d753713976ecfa9cad6e6119e36ee4b56a544c | 0b79f0a0ddadee7ef45755e8d74693e2cc609c52 | /main/include/jumpnrun/MoverUtilities.h | dff3a51efeda9d1f1950b59478c990e669054fdf | [
"MIT"
] | permissive | wonderhorn/mkfj | ec98fdf82766d376d99f55659b413ad423608a90 | 18d2dd290811662d87abefe2fe2e338ba9caf8a5 | refs/heads/master | 2022-11-24T18:34:23.665540 | 2020-07-26T10:58:31 | 2020-07-26T10:58:31 | 276,013,519 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 855 | h | #pragma once
#include"framework/Object.h"
#include"jumpnrun/mover/character/Character.h"
#include"utils/OwnerHandle.h"
#include"jumpnrun/stage/Stage.h"
namespace jnr
{
class EnemySearcher
{
public:
EnemySearcher();
void initialize(jnr::Mover* me);
std::vector<gfw::Object::Pipe> search(double range);
private:... | [
"https://twitter.com/Wonder_Horn"
] | https://twitter.com/Wonder_Horn |
6160ef132d51b2e226bc603eede87f716bf63076 | 7c8a2ad5689be6095415610e2272a395a4c3ffc8 | /frameworks/runtime-src/Classes/network/NetworkService.h | a444681734c3cdb30a8c2ea16b3ecc39b1feeb56 | [] | no_license | Crasader/Lua2Cxx-Network-Test | c97422c76eb59be288f96db698614aa59e412cbc | c63ea138c2b8acdcfc8d98b27bb256618ef0fc7b | refs/heads/master | 2020-11-29T11:32:20.736276 | 2014-08-13T15:45:20 | 2014-08-13T15:45:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,414 | h | //
// NetworkService.h
// SocketClient
//
// Created by 王 欢 on 14-4-12.
// Copyright (c) 2014年 王 欢. All rights reserved.
//
#ifndef __SocketClient_v2__NetworkService__
#define __SocketClient_v2__NetworkService__
extern "C" {
#include "syslib.h"
}
#include "base/CCDirector.h"
#include "base/CCScheduler.h"
namesp... | [
"78098718@qq.com"
] | 78098718@qq.com |
b6f9649e13777a8a00fab35f68c101959b9251d0 | 518bf342bc4138982af3e2724e75f1d9ca3ba56c | /solutions/1548. The Most Similar Path in a Graph/1548.cpp | 6d92dc00e7fd8ec185ec193fd94bf5be355f31a0 | [
"MIT"
] | permissive | walkccc/LeetCode | dae85af7cc689882a84ee5011f0a13a19ad97f18 | a27be41c174565d365cbfe785f0633f634a01b2a | refs/heads/main | 2023-08-28T01:32:43.384999 | 2023-08-20T19:00:45 | 2023-08-20T19:00:45 | 172,231,974 | 692 | 302 | MIT | 2023-08-13T14:48:42 | 2019-02-23T15:46:23 | C++ | UTF-8 | C++ | false | false | 1,715 | cpp | class Solution {
public:
vector<int> mostSimilar(int n, vector<vector<int>>& roads,
vector<string>& names, vector<string>& targetPath) {
this->names = names;
this->targetPath = targetPath;
// cost[i][j] := min cost to start from names[i] in path[j]
this->cost.resize(names.si... | [
"me@pengyuc.com"
] | me@pengyuc.com |
7e39729d496d9c3a0c2563e64ca4d99ffb7db4f1 | 2be6646d0034bfdb0c6381c5efe668c86634f42f | /Week5/bai9.cpp | df88d119a7a431ce53aac1fe0367a2d0e1b4b271 | [] | no_license | hanh-nd/Programming_Technique | b0e38ee21a70464096b8bcec9a46e1da760f16ad | 697a89bc5ecadc2c2bd4f3331c2d884e2065834f | refs/heads/main | 2023-05-05T18:14:35.969295 | 2021-06-01T14:18:27 | 2021-06-01T14:18:27 | 364,442,512 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef struct {
int x, y, z;
} block;
int n;
block a[100];
int maxh[100];
void input(){
cin >> n;
if (n == 0) exit(0);
int x, y, z;
for (int i = 1; i <= n; i++){
cin >> x >> y >> z;
a[3 * i - 2].x = x;
a[3 * i - 2].y = y;
... | [
"hanhnd156@gmail.com"
] | hanhnd156@gmail.com |
f4966cd409aa2cede3047a9c52cd4efba5208d28 | 4855d40bdc73131c09cf544aed76bb2761d86e47 | /src/core/pathtracer.h | 8ebc8d4975601b2bbefad80524e7443150155712 | [] | no_license | cedricKode/Rayone | a511fe3516c604684c41b5593788fde98d18827a | 505a91018782c213c07f17d641016314b49efe48 | refs/heads/master | 2023-05-28T02:40:25.521765 | 2016-09-19T20:51:11 | 2016-09-19T20:51:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,011 | h | // core/pathtracer.h
#ifndef PT_CORE_PATHTRACER_H
#define PT_CORE_PATHTRACER_H
// Global include files
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <vector>
#include "geometry.h"
#include "shape.h"
#include "renderer.h"
#include "montecarlo.h"
// Global constants
#define RR_DEPTH 5 // Number ... | [
"joey.litalien@gmail.com"
] | joey.litalien@gmail.com |
b38d1661adc711a17bccccb13dc4c43aedf82cc1 | 6c0fef7815d965343bde8fa56e2bbb71c956e3ec | /src/item.cpp | f1dd1242fc98511c0799fbe588fa76e5105290c6 | [] | no_license | am0d/LearnGameProgramming | 1ca6fd357adf008f8286ad33e59f318451231f1e | 8d99c35af4efd30a545f094dbdc53fcc3ff98bf2 | refs/heads/master | 2016-09-06T12:29:51.731922 | 2011-10-18T17:07:54 | 2011-10-18T17:07:54 | 2,528,795 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,158 | cpp | /* Copyright (c) 2011 by Damien Schoof
*
* 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 purpose,
* including comme... | [
"damien.schoof@gmail.com"
] | damien.schoof@gmail.com |
6d72ea61a9cfd5bd234af2c055ad9cd923098ddb | 176474ddb79b251e51aa005f7a30b68526ce7808 | /4.Interview-Bit/Tree/Identical_Binary_Tree.cpp | ceb010d1a5a068fc6db2b1f6551d67c732a31c23 | [] | no_license | ashish1500616/Programming | 0f0b3c40be819ad71b77064ef4e2e31765588c53 | bdfe9cdf3aeee2875ff78231b04296dc5ba97383 | refs/heads/master | 2021-03-16T05:17:50.302515 | 2020-03-10T05:51:44 | 2020-03-10T05:51:44 | 121,101,900 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cpp | /**
* Definition for binary tree
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
void LevelOrderTraversal(TreeNode *A, vector<int> &order)
{
if (A == nullptr)
return;
queue<TreeNode *> q;
q.pu... | [
"ashish1500616@gmail.com"
] | ashish1500616@gmail.com |
9fbab94f01568c31fd045fecff33dbb065b112e9 | b0582ef4dae0585edab60044336906116dfcc8a7 | /Server/Server.cpp | c1448a10c21af1a90cc1259a82dee29f50ee10ae | [] | no_license | tsijercic1/EducationalPistache | 7c037cad265844a88adce5dd3ae8e0e0432173c4 | c661475b6249e513a4c0c4e5b934894239dbf006 | refs/heads/master | 2022-10-15T16:53:40.831524 | 2020-06-11T21:43:50 | 2020-06-11T21:43:50 | 271,653,037 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,663 | cpp | #include "Server.h"
namespace Generic {
void handleReady(const Rest::Request&, Http::ResponseWriter response) {
response.send(Http::Code::Ok, R"({"message":"This is the generic response. Hi!"})");
}
}
Server::Server(Address address):
description("Server", "0.1"),
httpEndpoint(std::make... | [
"tsijercic1@etf.unsa.ba"
] | tsijercic1@etf.unsa.ba |
dd2831d1cba1d17ab6e25d2bbc8d731f4e1bfafc | 320a98c766f78f0b964f92cf4fb9cc16a9e9a715 | /MonsterForest/Include/Chatting.h | 9b2d7fe245a92f6465a39b910940ec81d0ff3531 | [] | no_license | LipCoding/ProjectGOD | 058b217ba7705da3b1d38c2cf40ae67fcf462aaa | c63462d800cbbcb36d7fc0a11d909f77f287c980 | refs/heads/master | 2022-03-12T21:04:53.374351 | 2019-10-16T02:53:07 | 2019-10-16T02:53:07 | 166,417,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,117 | h | #pragma once
#include "Scene/SceneScript.h"
#include "GameObject/GameObject.h"
#include "Component/Font.h"
#include "Component/UIButton.h"
PG_USING
class Chatting
{
#pragma region ChattingEditor
CFont* pUIChatText;
wstring chatString;
CGameObject* pUIChat;
vector<WORD> pChatCont;
#pragma endregion
#pragma region... | [
"astralshift@daum.net"
] | astralshift@daum.net |
206edd8f7234c21636553f080aecd6ab4639484f | 65972786d7900a48247df3ea604a2ae82be53fca | /fileDissect/plugins/cbff/plugins/summInfo/summInfo.h | cdeb05464ed80ddcc935710390825f2b7a9ac081 | [
"BSD-3-Clause"
] | permissive | jduck/file-dissect | ec765e35be768b41cd09bf55b521e2c5b4435c12 | 4debec52697f0c10b8c8f024954eb41a5b20a51a | refs/heads/master | 2016-09-09T20:09:35.067598 | 2012-02-05T21:16:59 | 2012-02-05T21:16:59 | 1,706,815 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,100 | h | /*
* Windows Compound Binary File Format implementation
* Joshua J. Drake <jdrake idefense.com>
*
* summinfo.h:
* class declaration for summinfo cbffStreamPlugin class
*/
#ifndef __summInfo_h_
#define __summInfo_h_
#include "cbffStreamPlugin.h"
#include "cbff_defs.h"
class summInfo : public cbffStreamPlugin
{... | [
"github.jdrake@qoop.org"
] | github.jdrake@qoop.org |
08f014a1741d4f5f4d94874ab9f3666962a402ad | cc1701cadaa3b0e138e30740f98d48264e2010bd | /components/password_manager/core/browser/password_manager_metrics_recorder.cc | c8f492e88dc5a284d0f456afb107a35280296fe6 | [
"BSD-3-Clause"
] | permissive | dbuskariol-org/chromium | 35d3d7a441009c6f8961227f1f7f7d4823a4207e | e91a999f13a0bda0aff594961762668196c4d22a | refs/heads/master | 2023-05-03T10:50:11.717004 | 2020-06-26T03:33:12 | 2020-06-26T03:33:12 | 275,070,037 | 1 | 3 | BSD-3-Clause | 2020-06-26T04:04:30 | 2020-06-26T04:04:29 | null | UTF-8 | C++ | false | false | 4,217 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/password_manager/core/browser/password_manager_metrics_recorder.h"
#include <memory>
#include "base/metrics/histogram_macros.h"
#in... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
d5665131a237184475ffb30edd81d83b945a7f7e | a4423b2f32dd5eb48cbb43404cf291064437934e | /include/mpool.h | 2526cf868f67ec01c33f35fc807910300639c185 | [
"MIT"
] | permissive | felipecolares22/GREMLINS | 25250675a99e142e2dab4ae7d79dd960d9e3b2db | cd28c56f930ab8f75194530cc10455285d9cf864 | refs/heads/master | 2020-06-01T01:25:26.836128 | 2019-06-27T02:05:31 | 2019-06-27T02:05:31 | 190,576,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,415 | h | #ifndef MPOOL_H
#define MPOOL_H
#include <iostream>
#include <cmath>
#include <stdexcept>
#include <random>
#include <algorithm>
#include <string>
#include <sstream>
#include <string.h>
#include <iomanip>
namespace mp
{
class StoragePool
{
public:
virtual ~StoragePool() {};
virtual void* Allocate( size_t ) = 0... | [
"matheus.mas132@hotmail.com"
] | matheus.mas132@hotmail.com |
80e820c61bb79b50bed948fc4372d618632e251b | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SErrorHint.h | 566c26d994f1c334b2bbc808aa8520532195ba11 | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C++ | false | false | 832 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
class SLATE_API SErrorHint
: public SCompoundWidget
, public IErrorReportingWidget
{
public:
SLATE_BEGIN_ARGS( SErrorHint )
: _ErrorText()
{}
SLATE_TEXT_ARGUMENT(ErrorText)
SLATE_END_ARGS()
void Construct(const FArguments& InArgs)... | [
"dkroell@acm.org"
] | dkroell@acm.org |
2d51a2026e2d6180509449d661016350a1878d6c | fa6a6fb34fb61c71bc55daea50e799164711126e | /CryGame/STLPORT/test/regression/nextprm2.cpp | ab955814c1e922dfb85223598a1c1a0f941593a8 | [
"LicenseRef-scancode-stlport-4.5",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | HackCarver/FunCry | 3e683309b418b66d4b0baf267ace899b166e48f8 | e03d420a825a70821e5d964556f3f87a9388d282 | refs/heads/main | 2023-08-24T06:43:19.121027 | 2021-10-15T23:42:59 | 2021-10-15T23:42:59 | 377,707,614 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cpp | // STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
#include <iterator>
#include <vector>
#include <algorithm>
#include <numeric>
#include <iterator>
#include <iostream>
#ifdef MAIN
#define nextprm2_test main
#endif
#if !defined (STLPORT) || defined(__S... | [
"valnjackattack@gmail.com"
] | valnjackattack@gmail.com |
3374e8ecf852599fb7f773a616e9dc470a60aacf | 01f22d91379b56790f4abb3495f50bd2584ac852 | /eel/Models/RenderModel.h | a946096bfad6807a70068d372f4d0739b0d66545 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mjbogusz/eel | d5011c80c685720442ae195e76c1ff9624648b24 | 4963771c6a000c7c6416dd85fb2b377f74a43759 | refs/heads/master | 2021-08-23T23:04:43.115423 | 2016-02-12T20:26:43 | 2016-02-12T20:26:43 | 51,613,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,935 | h | #ifndef _MODELS_RENDERMODEL_H
#define _MODELS_RENDERMODEL_H
#include "../Interfaces/RenderObject.h"
#include "../Structures/ModelMaterial.h"
#include "../Libs/glm/gtc/type_ptr.hpp"
#include "../Libs/glm/gtc/matrix_transform.hpp"
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif // !M_PI
#define MAX_... | [
"mjbogusz+github@gmail.com"
] | mjbogusz+github@gmail.com |
d7ead8e926d89ccb0a90c32597f3efa7dfcac763 | f5e3af211d0c51af4a91f4d8b41e510b41c17aa8 | /EnemyHead.cpp | 877513e62a2fffc6a160bb07a83f2f123fda4676 | [] | no_license | LordGoodrick/Portfolio | c1779292014766275601b98a97a6e3beb690844b | 1045f5b432c6e5b2b21882f24eed12e02b124ad9 | refs/heads/master | 2021-04-28T06:34:37.204618 | 2018-02-20T14:36:39 | 2018-02-20T14:36:39 | 122,204,164 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,418 | cpp | #include "pch.h"
#include "EnemyHead.h"
#include "Utilities.h"
#include <WICTextureLoader.h>
using namespace Microsoft::WRL;
using namespace DirectX;
using namespace Windows::Foundation;
using namespace DirectX::SimpleMath;
using namespace std;
EnemyHead::EnemyHead(void) :
texture ( nullptr )
, posi... | [
"noreply@github.com"
] | noreply@github.com |
b3ca55a25d3ac7056501ddab96251e90d2d3b79a | 7163af166893b2bdd710bf652771c09f99106e26 | /OpenSim/Simulation/Wrap/WrapEllipsoid.cpp | 8072ea75530238e5527bc2485b58dfbd7a264515 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tgeijten/opensim3-scone | 6b73125c7ca438b26b80b04f55f061e0e7f314cb | ffa32e4e098ef364948781444e4ea7f3bab2e845 | refs/heads/master | 2021-06-20T02:41:28.315713 | 2021-01-28T13:19:08 | 2021-01-28T13:19:08 | 180,564,353 | 1 | 2 | NOASSERTION | 2021-01-14T16:17:41 | 2019-04-10T11:09:17 | C++ | UTF-8 | C++ | false | false | 37,435 | cpp | /* -------------------------------------------------------------------------- *
* OpenSim: WrapEllipsoid.cpp *
* -------------------------------------------------------------------------- *
* The OpenSim API is a toolkit for musculoskeletal modeling and simulation. *
... | [
"tgeijten@gmail.com"
] | tgeijten@gmail.com |
7e0d7222e0414e19c45728c7e67955b28b2eb761 | 16e130599e881b7c1782ae822f3c52d88eac5892 | /leetcode/binaryTreeLongestConsecutiveSequence/mySol2.cpp | 074e8aeac8d4b6ec704d8c19a66bb54e989a35ed | [] | no_license | knightzf/review | 9b40221a908d8197a3288ba3774651aa31aef338 | 8c716b13b5bfba7eafc218f29e4f240700ae3707 | refs/heads/master | 2023-04-27T04:43:36.840289 | 2023-04-22T22:15:26 | 2023-04-22T22:15:26 | 10,069,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | cpp | #include "header.h"
class Solution {
public:
int longestConsecutive(TreeNode* root) {
int res = 0;
function<void(TreeNode*, TreeNode*, int)> dfs = [&](TreeNode* node, TreeNode* parent, int len) {
if(!node) return;
if(parent && node->val == parent->val + 1) ++len;
... | [
"knightzf@gmail.com"
] | knightzf@gmail.com |
8b1ab037d965b87d282d0e5d114e9eee986265a3 | 69dd4bd4268e1c361d8b8d95f56b5b3f5264cc96 | /GPU Zen1/04_Screen Space/03_Practical Gather-based Bokeh Depth of Field/include/math/types.h | fbb0085133055aa6cedafbed5026d1740e777d66 | [
"MIT"
] | permissive | AnabaenaQing/Source-Code_ShaderX_GPU-Pro_GPU-Zen | 65c16710d1abb9207fd7e1116290336a64ddfc86 | f442622273c6c18da36b61906ec9acff3366a790 | refs/heads/master | 2022-12-15T00:40:42.931271 | 2020-09-07T16:48:25 | 2020-09-07T16:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 487 | h | #pragma once
namespace NMath
{
struct Vector2
{
float x, y;
};
struct Vector3
{
float x, y, z;
};
struct Vector4
{
float x, y, z, w;
};
struct Quaternion
{
float x, y, z, w;
};
struct Plane
{
float a, b, c, d;
};
struct Matrix
{
union
{
float m[4][4];
struct
{
Vector4 ... | [
"IRONKAGE@gmail.com"
] | IRONKAGE@gmail.com |
d5aba366ee97e029b9608452c582e8c98029e477 | 1b60384e6e4399fa5e24e5d2ddfc5e0ff08c591a | /452.cpp | 1f4f21ef47d9e02de1d9933ffc482479d14727d6 | [] | no_license | brightnesss/exercise-of-code | 2cda6309b2e91474f360b0c1009e63212385bf91 | d3bad9f313269d95016e173b83c38c80dca47ac4 | refs/heads/master | 2021-01-23T06:01:54.464044 | 2018-01-08T06:17:24 | 2018-01-08T06:17:24 | 86,332,497 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,526 | cpp | //leetcode No.452 Minimum Number of Arrows to Burst Balloons
/*
* There are a number of spherical balloons spread in two-dimensional space.
* For each balloon, provided input is the start and end coordinates of the horizontal diameter.
* Since it's horizontal, y-coordinates don't matter and hence the x-coordinate... | [
"brightness_j@hotmail.com"
] | brightness_j@hotmail.com |
43c4bcd20147a3001f3e2f24838a07f5ce2404ad | 814d5d3d79dbb4468d82a0e57277f57b09a62c17 | /darwin/Linux/project/taurabots_vision/src/FeaturePointFinder.cpp | 3a56cd74a88db52d6c5843ef4482c3d7ce6107fa | [] | no_license | rsmrafael/DarwinWalking-Repository | a64ce41d8a9f80e528fae8296222fa810f292e26 | b08d1fd10d36abb62fa01536de7298e83e69fd58 | refs/heads/master | 2021-01-10T04:30:29.684386 | 2015-10-08T01:06:57 | 2015-10-08T01:06:57 | 43,387,421 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,714 | cpp | #include "FeaturePointFinder.h"
#include <cmath>
#include <cstdio>
#include <cstdlib>
#define SQR(x) ((x)*(x))
using namespace Robot;
using namespace std;
FeaturePointFinder::FeaturePointFinder()
{
double angleStep = 2*M_PI / (double)TOTAL_ANGLES;
double radiusStep = (double)(MAX_RADIUS - MIN_RADIUS)
... | [
"rafael.sebatiaomiranda@mail.utoronto.ca"
] | rafael.sebatiaomiranda@mail.utoronto.ca |
5b69027afc730fb4e84e92f0ff0cc1be7731f994 | 2487c6a41e8f00b24e7f97b4251263c607f57e5a | /C&C++/2020-05-08-중간고사대리시험/2020-05-08-중간고사-3/main.cpp | 359d2312d5a70b12ccae6ee4a7bed6f782eed86d | [] | no_license | 0x000613/Outsourcing | 1dacf34431a70950153f699f99780d59ee42e2fa | d2d9cb7111c3b12e16fe42e73150b2f6e4f7e7bc | refs/heads/master | 2023-03-09T11:49:41.648198 | 2021-02-21T09:49:14 | 2021-02-21T09:49:14 | 329,673,001 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,724 | cpp | // num을 20으로 고정선언
#define num 20
#include <stdio.h>
#include <math.h>
int main()
{
/*---------------------------------------------------------------------------------------
* 파일 : main.cpp
* 기능 : 중간고사
* 개발자 : 박수하
* 개발시작 : 2020-05-08
* 개발종료 : 2020-05-08 (Pass)
----------------------------------------------------... | [
"xeros.log@gmail.com"
] | xeros.log@gmail.com |
2efda44c9bb9d804a6e3b92033338a387bd16606 | 4c9dc4a0e97f6c173ce48de7095719a1f490478d | /rush01/srcs/display/ncurses/Curses.cpp | bb8efff544424c7fe258687049a89e6022ad9bcb | [] | no_license | jt-taylor/42-cpp-piscine | e21fe2e0a2f86450e0dca65aedadb9cea77c7d6f | d6c1a2fbc2ae8c58a313136de342b9e94c2bde8d | refs/heads/master | 2020-08-26T20:05:20.115475 | 2019-11-06T23:52:47 | 2019-11-06T23:52:47 | 217,131,397 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,062 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* curses.cpp :+: :+: :+: ... | [
"jtttaylorjackson@gmail.com"
] | jtttaylorjackson@gmail.com |
eff8e64016d8db690e3790df97ecb7ecaeec76f3 | bf316bf6b2f6d9bc75991b7bb9015bab37835236 | /divided.cpp | 14e07de5b041a269fc61d226f1d1a5ce7b1c397d | [] | no_license | Alexdong8/- | c6fadeed93f98560dca713f2cccbd412f275bdec | ed0a231832a1b35e14efad6a38976098aad62607 | refs/heads/master | 2020-05-20T05:38:45.247562 | 2019-05-07T13:54:05 | 2019-05-07T13:54:05 | 185,411,949 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,684 | cpp | #include <iostream>
#include<set>
#include<algorithm>
#include<vector>
#include<ctime>
using namespace std;
const int maxn = 10005;
const double PI = acos(-1.0);
const int point_max_loc = 1000;
typedef struct point
{
int x;
int y;
} point;
point p[maxn],ans[maxn],que[maxn];
set<pair<int, int> ... | [
"noreply@github.com"
] | noreply@github.com |
19374537c078dfc88be9d1f7aea0400323aa214a | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/0b/57b1a9b1972901/main.cpp | b3a4a2a44adda2bbb546cb94cd8f5a4082505142 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,233 | cpp | // Ensure two vector<int>s are equivalent sizes first, then add them together.
// Author: LLD!5DeRpYLOvE
// Respin of: http://coliru.stacked-crooked.com/a/34542cba6c40b27b
#include <iostream>
#include <vector>
using namespace std;
// All C++ programs begin execution here at main()!!
int main ()
{
int sizediff{0}; ... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
a626c4bbcfc0d877116eee98b3d322599bad9af6 | 72963f3181e08adea8a7e5991885b2d47a90d30d | /JumpToDisasm/main.cpp | 537bdc1a7f533dc70a915946098186435e6e1f18 | [] | no_license | IDAPlugins/JumpToDisasm | 8f663d1e90bc4b8e03ad4c880427cb27d0439590 | 68840811e274ee2f1b1b7f1861186c10209ddb31 | refs/heads/master | 2022-11-18T08:31:34.428759 | 2020-07-16T13:27:28 | 2020-07-16T13:27:28 | 280,038,865 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,440 | cpp | #include <windows.h>
#include <tchar.h>
#include <hexrays.hpp>
#include <functional>
extern plugin_t PLUGIN;
// Hex-Rays API pointer
hexdsp_t *hexdsp = NULL;
namespace
{
static bool inited = false;
// Hotkey for the new command
static const char hotkey_gd[] = "J";
}
// show disassembly line for ctree->item
bo... | [
"humangamer.dev@hotmail.com"
] | humangamer.dev@hotmail.com |
621751b04e493f3853555f3b44c6b25058c97685 | 88678d6377075eb1589fb53e59c908dbc7f26071 | /angel_1_1/Code/VineDraw/GameScreen.cpp | df7b61433abe5fcbbd1c74d91c3452f5e6f9492e | [] | no_license | chrishaukap/GameDev | 89d76eacdae34ae96e83496f2c34c61e101d2600 | fb364cea6941e9b9074ecdd0d9569578efb0f937 | refs/heads/master | 2020-05-28T11:23:41.750257 | 2013-08-08T21:59:30 | 2013-08-08T21:59:30 | 2,401,748 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287 | cpp | #include "StdAfx.h"
#include "GameScreen.h"
#include "World.h"
void GameScreen::Start()
{}
void GameScreen::Stop()
{
std::vector<Renderable*>::iterator it = m_objects.begin();
while(m_objects.end() != it)
{
theWorld.Remove(*it);
delete *it;
it++;
}
m_objects.clear();
} | [
""
] | |
ca0c4ab4a49318099d97809b896eb2d7295d91d6 | f56f9e9e8b0afd5f00134f328149570c750ab714 | /Advanced/NQueen.cpp | 413c02638e43d91b29c15d31ec766cf95813b8d6 | [
"Apache-2.0"
] | permissive | justgoofingaround/IOSD-UIETKUK-HacktoberFest-Meetup-2019 | 0eb6719a43cb6686bca82d15e6a9091d4b62d8cc | 498995901125a0d7924035e6e2d355bfc8630a13 | refs/heads/master | 2022-02-23T21:07:08.110820 | 2019-10-13T07:13:38 | 2019-10-13T07:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,448 | cpp | #define N 4
#include <stdbool.h>
#include <stdio.h>
void printSolution(int board[N][N])
{
for (int i = 0; i < N; i++) {
for (int j = 0; j < N; j++)
printf(" %d ", board[i][j]);
printf("\n");
}
}
bool isSafe(int board[N][N], int row, int col)
{
int i, j;
for (... | [
"noreply@github.com"
] | noreply@github.com |
ff022067d2638232f52569a2a7e9876be3c7a4b8 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/admin/hmonitor/snapin/rule.inl | 3c18a178d3eebf52e6f117a81a0849d44a81868e | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,704 | inl | #ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// WMI Operations
/////////////////////////////////////////////////////////////////////////////
inline HRESULT CRule::EnumerateChildren()
{
TRACEX(_T("CRule::EnumerateChildren\n"));
... | [
"112426112@qq.com"
] | 112426112@qq.com |
c9a312e2830b742630611913f45617641282208d | 9280c8473396dacce64c01740b81abb86cc52afe | /firmware/timer.cpp | b958598b6802c42c4a50a6a49fdb423fa06c8119 | [] | no_license | plastbotindustries/franklin | b50c1bcaa2754f8888bccae79bd139002bfb220c | 4c7650b460917ffd3e46c87e4d3c3a99dbd8734a | refs/heads/master | 2021-01-16T22:08:49.709567 | 2015-11-08T02:31:45 | 2015-11-08T02:31:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,181 | cpp | #include "firmware.h"
void handle_motors() {
if (step_state == 1)
return;
last_active = seconds();
cli();
uint8_t state = step_state;
uint8_t cf = current_fragment;
uint8_t cs = current_sample;
sei();
// Check probe.
bool probed;
if (settings[cf].flags & Settings::PROBING && probe_pin < NUM_DIGITAL_PINS) {... | [
"wijnen@debian.org"
] | wijnen@debian.org |
1fc5a8d514a8dbe958470ea83acb84738352eb76 | f2e1ef881c5835fce122f8076f484c0475bff9df | /src/LuminoEngine/test/Test_Shader_HlslEffect.cpp | d347b5590df766648e99e57eba96cfea6822fff5 | [
"MIT"
] | permissive | lp249839965/Lumino | def5d41f32d4a3f3c87966719fd5ded954b348cc | 94b1919f1579610fc6034c371cf96e7e8517c5e9 | refs/heads/master | 2023-02-13T09:33:22.868358 | 2020-12-22T15:30:55 | 2020-12-22T15:30:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,509 | cpp | #include "Common.hpp"
class Test_Graphics_HlslEffect : public ::testing::Test
{
public:
virtual void SetUp() {}
virtual void TearDown() {}
};
//------------------------------------------------------------------------------
TEST_F(Test_Graphics_HlslEffect, Basic)
{
struct PosColor
{
Vector4 pos;
Vector4 color... | [
"lriki.net@gmail.com"
] | lriki.net@gmail.com |
515157d98113023194d76f85e79ebaa463f80f21 | 8bc93a465d1e7e9572b8c89aa346e42b8fa89c64 | /ParticalSystem/ParticalSystem/Snow.h | d23e2b53506313bbffd01cdcacfe39cc895f5886 | [] | no_license | sarii0504/ParticalSystem | 460bdfe3b633da97b3e67542a8a26bcc9a8496cf | e098569b3642819f197590dfc77e5f9e3b04af52 | refs/heads/master | 2021-06-13T11:44:24.650424 | 2016-02-11T22:19:39 | 2016-02-11T22:19:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | #ifndef SNOW_H
#define SNOW_H
#include"ParticalSystem.h"
class Snow : public ParticleSystem
{
public:
Time m_CurrentLifeTime;
Snow(unsigned int count, PrimitiveType type, float lifeTime, Vector2f pos);
virtual void draw(sf::RenderTarget& target, sf::RenderStates states) const;
virtual void resetParticle(std::... | [
"cilazi@qq.com"
] | cilazi@qq.com |
e1f9f1f035410f8e4d32aaf623eb39bc8faefbb0 | 08ecba710d7513be27c7995f3702001201a3d48c | /TRADERS/RHSGREF/TraderCategoriesGREF.hpp | 0ea45ef49022c896b861b7942fb7ea077c08cc0a | [] | no_license | tinboye/Trader-Mod | 41f159388d1f48315899006a9fa5b647919c10a6 | 89e6cc7e8e91a723cc4753a3c0a11ed70e4e54bd | refs/heads/master | 2021-01-11T18:14:40.196116 | 2017-03-01T01:01:58 | 2017-03-01T01:01:58 | 79,522,669 | 1 | 0 | null | 2017-03-01T00:32:53 | 2017-01-20T03:44:31 | C++ | UTF-8 | C++ | false | false | 3,873 | hpp | class GREFUniforms
{
name = "GREF Uniforms";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa";
items[] =
{
"rhsgref_uniform_alpenflage",
"rhsgref_uniform_flecktarn",
"rhsgref_uniform_para_ttsko_mountain",
"rhsgref_uniform_para_ttsko_oxblood",
"rhsgref_uniform_para_ttsko_urban",
... | [
"ned@blueyonder.co.uk"
] | ned@blueyonder.co.uk |
765731b65422d7ec7163f281a337fcb23fcea5c2 | 056de5ad524f0170f2e295f71eb58e7165b417d0 | /Script/Data/ScriptVariable.cpp | 5d977b916990f0df62208eb606a9e29d258f4200 | [] | no_license | schartz/cScript | b591fd87f1dd0f42091644eadcf77cb51853227b | 5b94030c942fb85f83014bd7370712847642b9fe | refs/heads/master | 2021-01-10T04:06:20.478711 | 2018-11-11T08:29:23 | 2018-11-11T08:29:23 | 36,060,872 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,854 | cpp | /**
* ScriptVariable.cpp
*
* Created on: Apr 27, 2015
* Author: schartz
*/
#include "ScriptVariable.h"
#define NAN -3231307.6790
string ScriptVariable::getName() {
return name;
}
string ScriptVariable::getStringValue() {
if(!isRegistered)
return svalue;
else{
if(type != REGISTERED_STRING){
Scri... | [
"rehan.qt@gmail.com"
] | rehan.qt@gmail.com |
37f85d4fd2318bbbcbe701235508a800977c07bc | 44ab57520bb1a9b48045cb1ee9baee8816b44a5b | /Assist/Code/Example/Physics/PhysicsExample/Placeholder/Placeholder.h | 816e3909f27506f1dcb1ea12d89b13880fb6daed | [
"BSD-3-Clause"
] | permissive | WuyangPeng/Engine | d5d81fd4ec18795679ce99552ab9809f3b205409 | 738fde5660449e87ccd4f4878f7bf2a443ae9f1f | refs/heads/master | 2023-08-17T17:01:41.765963 | 2023-08-16T07:27:05 | 2023-08-16T07:27:05 | 246,266,843 | 10 | 0 | null | null | null | null | GB18030 | C++ | false | false | 678 | h | /// Copyright (c) 2010-2023
/// Threading Core Render Engine
///
/// 作者:彭武阳,彭晔恩,彭晔泽
/// 联系作者:94458936@qq.com
///
/// 标准:std:c++20
/// 版本:0.9.1.2 (2023/07/31 11:12)
#ifndef PHYSICS_EXAMPLE_PLACEHOLDER_H
#define PHYSICS_EXAMPLE_PLACEHOLDER_H
#include "Example/Physics/PhysicsExample/PhysicsExampleDll.h"
#include "CoreT... | [
"94458936@qq.com"
] | 94458936@qq.com |
7f882b4483b36a8ad16fef64be028e658f5717b0 | a0eb9016e9a705502561323a711b14190f513d77 | /BlasterMasterEngine/Assets/Others/CutsceneBackground.cpp | 479ae63dcd3533bcae25635ab1e00ed4391cf27c | [] | no_license | Hengle/BlasterMasterEngine | c65d4cf49238951aac229406f568c5ca09c87d60 | 0e58882799bd0166ace3893f0c4a30a5f9f1322f | refs/heads/main | 2023-04-03T21:00:23.931203 | 2021-03-23T05:47:24 | 2021-03-23T05:47:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | cpp | #include "d3dpch.h"
#include "CutsceneBackground.h"
CutsceneBackground::CutsceneBackground(float x, float y, CutsceneType cst)
: Object2D(x, y), cutsceneType(cst)
{
name = "Cutscene Background";
tag = Tag::Default;
spriteRenderer = GetComponent<SpriteRenderer>();
}
void CutsceneBackground::Start()
{
playTime = 0... | [
"rekzerskien@gmail.com"
] | rekzerskien@gmail.com |
467a015423c6530692ccff30880da0a7ba5be592 | 6f56c50d174473be3ed14c74a735c4be813717fe | /util.h | 557b45fc8ad85a9f70cc6ebb241b6f044910de9f | [] | no_license | Giv3x/OpenGLInitialProject | bb5cac5b64d6f3055b8a9f0bba17d3d3cea98b25 | ecbea23227e0650a32c8e01710663983ac34d497 | refs/heads/master | 2020-06-28T00:19:03.253695 | 2019-08-30T19:08:48 | 2019-08-30T19:08:48 | 200,090,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | h | #pragma once
#include <vector>
#include <string>
std::vector<std::string> split(const std::string& s, const char& d); | [
"arabidzegivi@gmail.com"
] | arabidzegivi@gmail.com |
eaebfa8d9aa046a2e2c3e81a348fe99e04b65cec | 2f809f7efe20182b68cd917c0a33928761c1a78d | /V2/Objet.cpp | 032f9a582dcce8c95f77a1155e7bc23f84892669 | [] | no_license | Locoduino/Satellite | 3371207fb46e8e94c01579d2f161c10606c6640f | 3ffd523c12bdfdc9ff6f444595981442607accca | refs/heads/master | 2020-04-07T02:18:05.664427 | 2019-08-30T14:49:22 | 2019-08-30T14:49:22 | 157,971,047 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,434 | cpp | #include <Arduino.h>
#include <EEPROM.h>
#include "Satellite.h"
Objet *Objet::pPremierObjet = NULL;
void Objet::AddObjet(Objet *inpObjet, uint8_t inPin, uint8_t inNumber)
{
if (inpObjet != NULL && inPin != 255)
{
if (pPremierObjet == NULL)
{
pPremierObjet = inpObjet;
}
else
{
Objet *pLast = GetLast... | [
"thierry@lapajaparis.net"
] | thierry@lapajaparis.net |
3eed612a416ba3e86a608473eaec0c4bab713dad | f999711a794bd8f28b3365fa9333403df179fd90 | /hust C语言学习/第三章/3.1字符的输出和输入/putchar应用(小写输出大写).cpp | 9f9a33322db3269cfa1fb39ce024f8935f3db201 | [] | no_license | Hanray-Zhong/Computer-Science | 2423222addff275e5822a1390b43c44c1b24a252 | dfea9d3ee465c36a405e50f53589bdacbd6d2ae2 | refs/heads/master | 2021-07-04T21:35:43.730153 | 2020-08-07T09:56:58 | 2020-08-07T09:56:58 | 145,799,254 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 145 | cpp | #include<stdio.h>
int main()
{
char c;
putchar(((c=getchar())>='a'&&c<='z')?c-'a'+'A':c);
getchar();
getchar();
return 0;
}
| [
"646374316@qq.com"
] | 646374316@qq.com |
030e5ee089802e38d6bac9250cfe22fdef3d0dae | 5cc640bcef6d7dd935ce73690ee64a64eddb0c29 | /mktdata/ChannelReset4.h | 31d5ef0e8e64e31c66ef7c4f13904056dddcf2d8 | [] | no_license | mattpearson/cme_mdp_decoder | 256254a33cc3e65d70ff06ab188b68f401638ada | 862fac2c5f67f50649079c0a86c8eaac16bec33c | refs/heads/master | 2020-02-26T16:16:52.934189 | 2016-10-17T03:31:48 | 2016-10-17T03:31:48 | 71,092,510 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 16,293 | h | /* Generated SBE (Simple Binary Encoding) message codec */
#ifndef _MKTDATA_CHANNELRESET4_H_
#define _MKTDATA_CHANNELRESET4_H_
#if defined(SBE_HAVE_CMATH)
/* cmath needed for std::numeric_limits<double>::quiet_NaN() */
# include <cmath>
# define SBE_FLOAT_NAN std::numeric_limits<float>::quiet_NaN()
# define SBE_DOU... | [
"mattpearson@gmail.com"
] | mattpearson@gmail.com |
c887a1c191411f4a3543d5c322d2dd2b90d89605 | a0604bbb76abbb42cf83e99f673134c80397b92b | /fldserver/base/ced/util/languages/languages.cc | 0e00fa85fdfb6d1f8afaa86e52b88021185c8848 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | Hussam-Turjman/FLDServer | 816910da39b6780cfd540fa1e79c84a03c57a488 | ccc6e98d105cfffbf44bfd0a49ee5dcaf47e9ddb | refs/heads/master | 2022-07-29T20:59:28.954301 | 2022-07-03T12:02:42 | 2022-07-03T12:02:42 | 461,034,667 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,585 | cc | // Copyright 2016 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | [
"hussam.turjman@gmail.com"
] | hussam.turjman@gmail.com |
34404ecd967f933a5780ca35d7cbb7edc4ece842 | 35b67f088a638f459dffefa447ff6949fb6d55f0 | /Module02/EX15/IFT3100H17_DrawVectorPrimitive/src/application.h | 4cecc6e9ce0a59acdea01f68676aa0aa2a83fa26 | [
"MIT"
] | permissive | AlexandreMcCune/IFT3100H17 | fc003cc31665ca6694ce955a1f87131c5c72f08b | 51dd3a6563c582b45b458c12d2f8d4914cfcc522 | refs/heads/master | 2021-01-23T03:27:32.369541 | 2017-03-24T01:58:49 | 2017-03-24T01:58:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | h | // IFT3100H17_DrawVectorPrimitives/application.h
// Classe principale de l'application.
#pragma once
#include "ofMain.h"
#include "renderer.h"
class Application : public ofBaseApp
{
public:
Renderer * renderer;
bool isVerbose;
Application();
void setup();
void draw();
void mouseMoved(int x, int y);... | [
"philvoyer@gmail.com"
] | philvoyer@gmail.com |
aab5032c79b91559f1e443a2260303120c4f1b4b | 7535c99a052d0cf40cd8d3d2170caea429dac685 | /salary/DelEmployeeTrans.h | 8a943f7a6f879f54690ea198bcb9e628f72beef2 | [] | no_license | cly1231989/salary | 1c9371e2d1568a6dd7c7f0d8be961d93f4993159 | 37dc5c0248f9fd2e6fafef63b717396fd8179e80 | refs/heads/master | 2021-05-09T13:20:35.553291 | 2018-02-11T03:10:33 | 2018-02-11T03:10:33 | 119,031,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | h | #pragma once
#include "Transaction.h"
class DelEmployeeTrans :
public Transaction
{
public:
DelEmployeeTrans(int employeeID);
virtual ~DelEmployeeTrans();
// Inherited via Transaction
virtual void excute() override;
private:
int m_employeeID;
};
| [
"349930507@qq.com"
] | 349930507@qq.com |
f99aed9b1d40d10e8350fd8e437d9a2d36ea372c | 689487b86039dbd9400c3878043bf1813765260d | /src/intermediate/MethodCall.cpp | cd2ce18f0aa84ef6ca28925eda7a51603195836a | [
"MIT"
] | permissive | robocon2011/VC4C | 604ff5272c20e5fd3210716abaca62ccfea45155 | d044a399f83f9a4e297db405ece179cd85d85944 | refs/heads/master | 2020-04-07T11:24:42.174962 | 2018-03-06T19:48:42 | 2018-03-06T19:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,622 | cpp | /*
* Author: doe300
*
* See the file "LICENSE" for the full license governing this code.
*/
#include "IntermediateInstruction.h"
using namespace vc4c;
using namespace vc4c::intermediate;
MethodCall::MethodCall(const std::string& methodName, const std::vector<Value>& args) : IntermediateInstruction(NO_VALUE), met... | [
"stadeldani@web.de"
] | stadeldani@web.de |
7b37ea0a773206a68b45f5a0f6804654dbb7a3f4 | e7d7377b40fc431ef2cf8dfa259a611f6acc2c67 | /SampleDump/Cpp/SDK/BP_Zweihander_SecureHandle_functions.cpp | 749804f33750610d54685cab39dd4de4e1246635 | [] | no_license | liner0211/uSDK_Generator | ac90211e005c5f744e4f718cd5c8118aab3f8a18 | 9ef122944349d2bad7c0abe5b183534f5b189bd7 | refs/heads/main | 2023-09-02T16:37:22.932365 | 2021-10-31T17:38:03 | 2021-10-31T17:38:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,574 | cpp | // Name: Mordhau, Version: Patch23
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//------------------------------------------------... | [
"talon_hq@outlook.com"
] | talon_hq@outlook.com |
d9291f3b3447b4754c0aadee5cfb2980ff6e9877 | c980e7bbebd6178671cd12741e889b3cd492516b | /1338_Hidden_Secret!.cpp | d0e714a8214c35eb0e25a807dcccd47b693a9ac8 | [] | no_license | mdminhazulhaque/lightoj | deef4395205b5bfa40161b65476c8724469b4059 | fe49b8df6e2904c95138dd38e649780e23e89b4d | refs/heads/master | 2021-05-28T20:12:49.525735 | 2015-03-11T13:12:11 | 2015-03-11T13:12:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,448 | cpp | /** 1338 - Hidden Secret! */
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstring>
#include <algorithm>
#define eol "\n"
#define space ' '
#define sqr(x) ((x)*(x))
#define len(var) var.size()
using namespace std;
int main()
{
ios::sync_with_stdio(false);
//ifstream in("/home/minhaz/1... | [
"mdminhazulhaque@gmail.com"
] | mdminhazulhaque@gmail.com |
0d5fcafc4e97891501b070f1d0911768bb5c7cef | b9337dc53ba89d28d31d0de3586d4fdce786fbd9 | /bahaeddine lakhzouri/gymtouch1/publicite.cpp | cfcf403ab7f4fbbf4b0454db7cab9ae0a32963c2 | [] | no_license | soumaya-nheri/Smart-Club-2A28 | aceff9295ef4352d7ad3b4f3d5df6221670f7d9f | 5e113bdf2bc2fa6039fe19b7aace2c1599c0f76f | refs/heads/main | 2023-04-22T18:25:42.309456 | 2021-05-05T22:51:45 | 2021-05-05T22:51:45 | 345,393,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,239 | cpp | #include "publicite.h"
#include "connection.h"
#include<QSqlQuery>
#include<QtDebug>
#include<QSqlQueryModel>
#include <QObject>
publicite::publicite()
{
id=0; cout=0;type_pub="";
}
publicite::publicite(int id,QString type_pub, int cout)
{this->id=id; this->cout=cout; this->type_pub=type_pub;}
int publicite... | [
"noreply@github.com"
] | noreply@github.com |
980bf14dc04ee3e5548ce9b3b4f43c71ecb9e626 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/components/certificate_transparency/single_tree_tracker.cc | 7946208ca753303a7589260e7a60fd34a58bb5e0 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 3,733 | cc | // 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 "components/certificate_transparency/single_tree_tracker.h"
#include <utility>
#include "net/cert/ct_log_verifier.h"
#include "net/cert/signed_... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
8b84891e6cc7e06d79e8eaf414552a199b986b67 | 9259f0e6387e85f4198931f0c489beea8e580bf9 | /10.0.15063.0/winrt/Windows.ApplicationModel.h | f8ed03728c4ed9d2c4231733da8cc47050327a9d | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | part-machine/cppwinrt | 68fdd6ff4be685b9626451e94a113a7c1827fc23 | 5086290db972a5ed15d1a3e3438b57ce2f6eecd2 | refs/heads/master | 2021-01-16T18:39:49.206730 | 2017-07-29T17:54:09 | 2017-07-29T17:54:09 | 100,108,083 | 0 | 0 | null | 2017-08-12T11:28:45 | 2017-08-12T11:28:45 | null | UTF-8 | C++ | false | false | 111,949 | h | // C++ for the Windows Runtime v1.0.170406.6
// Copyright (c) 2017 Microsoft Corporation. All rights reserved.
#pragma once
#include "base.h"
WINRT_WARNING_PUSH
#include "internal/Windows.Foundation.3.h"
#include "internal/Windows.Storage.Streams.3.h"
#include "internal/Windows.System.3.h"
#include "inter... | [
"kwelton@microsoft.com"
] | kwelton@microsoft.com |
cfbe9db88e04e009ddf12d83d883705446ca4320 | 4b221f6da04e251f82b18b50a5a5f2940cf95eaa | /GoogleCodeJam/2021/1A/A/main.cpp | c108cfc428c5ae6fcde12e4fdefe6205ba004b62 | [] | no_license | dmikarpoff/CompetProg | 793ea52d7cfc4ad04776caac2ea56be5fe791546 | f95c88f91d31edbb61c92b5b923ce76fe19c6c8b | refs/heads/master | 2023-06-09T11:33:11.456774 | 2023-06-02T22:40:46 | 2023-06-02T22:40:46 | 122,370,845 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,114 | cpp | #include <iostream>
#include <vector>
#include <string>
using namespace std;
bool lt(const string& lhs, const string& rhs) {
if (lhs.size() < rhs.size()) {
return true;
}
if (lhs.size() > rhs.size()) {
return false;
}
return lhs < rhs;
}
int main()
{
int t;
cin >> t;
f... | [
"dmitry.karpov@wartsila.com"
] | dmitry.karpov@wartsila.com |
14628e22aa43d1618cefb115cf35ee29f277cda9 | 164c59358a1890080089bc3d2d35562a8adf7f4c | /iiwa-driver/externals/kuka-fri/example/LBRWrenchSineOverlay/LBRWrenchSineOverlayApp.cpp | 76d6a9dc4d81b362c398da1a59946bf76e9eb6ae | [] | no_license | HarvardAgileRoboticsLab/kuka-dev | ecfeeefae840b871dbebd4caa8d03d4fc46b2953 | d48553cf28b5f9d38389ec44a200216f54a0506e | refs/heads/master | 2021-06-13T20:39:02.518935 | 2017-04-08T02:17:15 | 2017-04-08T02:17:15 | 71,494,524 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,597 | cpp | /**
DISCLAIMER OF WARRANTY
The Software is provided "AS IS" and "WITH ALL FAULTS,"
without warranty of any kind, including without limitation the warranties
of merchantability, fitness for a particular purpose and non-infringement.
KUKA makes no warranty that the Software is free of defects or is suitable
... | [
"kuindersma@gmail.com"
] | kuindersma@gmail.com |
5ede079223c69f52f2b431d9a5c857e35670b421 | 2eb72b2338ffbbd0ef91085379a0dc99dba41651 | /ext/spyglass/size.h | 95f01ee72ff9fdf7f41714bc012cbb417e919764 | [
"MIT"
] | permissive | quintel/spyglass | fd150c9615bf9b1c7a53d4e9af574a5294855f90 | df57dc4cdf007270210bf987eed68c284eca4da6 | refs/heads/master | 2021-01-15T17:41:44.077596 | 2013-10-04T09:32:15 | 2013-10-04T09:32:15 | 13,440,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | h | #ifndef SPYGLASS_SIZE_H_
#define SPYGLASS_SIZE_H_
#include "spyglass.h"
namespace Spyglass {
namespace Size {
void define_ruby_class();
VALUE get_ruby_class();
static VALUE rb_alloc(VALUE self);
static void rb_free(cv::Size *size);
static VALUE rb_initialize(VALUE self, VALUE width, VALUE heigh... | [
"me@andremedeiros.info"
] | me@andremedeiros.info |
0f7690c4fbd341c66d83da4ec6305b9085e725bf | 18764973fb6947c80114c95e52f5e20ff1c7eda4 | /src/components/application_manager/src/commands/hmi/on_vr_command_notification.cc | bcd02196a8551f6fd0cdedca317a73bb0ba3e17f | [] | no_license | FaridJafarov-l/sdl_core | a75ff5f13572d92f09c995bc5e979c8815aaeb52 | 11d6463b47a00334a23e8e7cadea4ab818d54f60 | refs/heads/master | 2023-09-04T08:55:16.628093 | 2016-12-19T12:33:47 | 2016-12-19T12:33:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,750 | cc | /*
* Copyright (c) 2013, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of condit... | [
"jjdickow@gmail.com"
] | jjdickow@gmail.com |
34881bf5965e1d18ac06d25b610a38e072c6280c | b65af77686e4779759e0afb1af4bed33d37f714f | /cDMSavingThrowModifierDialog.h | 920da02406b116d3ca857ff88ca773ed3eba19d0 | [] | no_license | kearyo/DM-Helper | 0afa7069a7e6668f011201465d8a724ec469d401 | a90a6bc6d9c3f8f9fe7062a61f1b2888a67e9a50 | refs/heads/master | 2023-05-06T11:49:01.848611 | 2021-05-24T00:38:59 | 2021-05-24T00:38:59 | 80,240,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | h | #pragma once
// cDMSavingThrowModifierDialog dialog
class cDMSavingThrowModifierDialog : public CDialog
{
DECLARE_DYNAMIC(cDMSavingThrowModifierDialog)
public:
cDMSavingThrowModifierDialog(int *pnSavingThrowModifiers, CWnd* pParent = NULL); // standard constructor
virtual ~cDMSavingThrowModifierDialog();
int... | [
"kearyo@67horse.net"
] | kearyo@67horse.net |
0afd3e2f80625096e734882e252bb2ccf0874102 | 9cb42ffa0a46841134fb3f72b074c31b9e389a3b | /dotbouncer/dotbouncer.ino | 3a7d9be9b328668ff3b72ef69037b009e29754fd | [] | no_license | Balint-H/Arduino-Weekends | 0135de727205a5424494f6f8699d5004644687d2 | 1e433895710191d31d29d90e6a4f29aebb943fde | refs/heads/master | 2020-09-03T22:16:04.864206 | 2019-11-04T20:50:44 | 2019-11-04T20:50:44 | 219,586,959 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,160 | ino |
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#define OLED_RESET 4
Adafruit_SSD1306 display(OLED_RESET);
#define LOGO16_GLCD_HEIGHT 16
#define LOGO16_GLCD_WIDTH 16
/*-----------------------------
Paddle class
-----------------------------*/
clas... | [
"bkh16@ic.ac.uk"
] | bkh16@ic.ac.uk |
a439452fdea088616d939db17dcf4e19ee79d86a | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /XtreamToolkit/v16.4.0/Source/Chart/Appearance/XTPChartPalette.cpp | e107b021abbc3666a5201094c7255530fd35aede | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 4,913 | cpp | // XTPChartPalette.cpp
//
// This file is a part of the XTREME TOOLKIT PRO MFC class library.
// (c)1998-2013 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
// CONSENT OF ... | [
"kwkang@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | kwkang@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
7084ddd5c44a4acfa8fd54015bceefb154e1107f | e9bb623aad174a8067d6a5df4c3ccad211d6ffe6 | /AR.h | 1f8107e1c2f7ed003c87edbc284ac3df3146bbc6 | [] | no_license | DevilEEE/MPR | ac6a9a5035825dc95a21e9a380983b1cc0b99cae | d38282f6c6c8f574b82da892ea81894a4a04b4f3 | refs/heads/master | 2020-03-23T21:46:13.214460 | 2018-07-24T09:16:11 | 2018-07-24T09:16:11 | 142,131,895 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 824 | h | #pragma once
#include "model.h"
class AR : public model
{
public:
AR(corpus* corp, int K, double lambda, double biasReg)
: model(corp)
, K(K)
, lambda(lambda)
, biasReg(biasReg) {}
~AR() {}
void init();
void cleanUp();
double prediction(int user, int item);
void getParametersFromVect... | [
"noreply@github.com"
] | noreply@github.com |
a60fe2ed1a7b93a628dc19dab37d970cd1f8a652 | a5d6624aa34732c6d1fc1852b720807bb765e694 | /mainwindow.cpp | 0209a1a6f4d937a2ebe151552991530e861cb30f | [] | no_license | edmondsb/DesktopApplication | c9d3969a7cf875333ea0dbff5419bb16965abb6d | 99b4c5c432700cb045f1ef18234ca8baf6dd8857 | refs/heads/master | 2020-09-09T06:52:36.054260 | 2020-01-27T05:37:59 | 2020-01-27T05:37:59 | 221,380,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,013 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QJsonObject>
#include <QJsonArray>
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
timer (new QTimer),
timer2 (new QTimer),
httpManager(new HTTPManager)
{
ui->setupUi(this);
... | [
"noreply@github.com"
] | noreply@github.com |
6e129715331c7402fc81da889f9085c4c983c943 | 142af4cf8484bafa3747b6eb403d9ee487e14da9 | /network/HttpRequest.cpp | f5b1e0e1550d2a1e148162eab63afbd4b98f85e3 | [] | no_license | brianuuuu/IMServer | 130ebef8d21398f9492286c222ab027a22ef2318 | d6a15599ea5947a71f6fdd657b337a45a0a2273f | refs/heads/master | 2021-01-25T06:05:52.788742 | 2013-01-16T02:58:37 | 2013-01-16T02:58:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,792 | cpp | /*****************************************************************
* Http Request Generate and parse
* Frank Song 2005-8-22
****************************************************************/
#include "CmBase.h"
#include "TimeValue.h"
#include "HttpRequest.h"
#include "Addr.h"
#include "NetworkInterface.h"
#include "b... | [
"brianuuuu@hotmail.com"
] | brianuuuu@hotmail.com |
19510dbe56a847d008339ec040c908f021db70ad | c2152fc0dde1f6596ccae020ec94d3957ef34327 | /source/ScrollBar.cpp | 0c87a01420a090efdfdda4f6eccdd33510334fc4 | [] | no_license | Mosshide/InfiniteTD | 85e6ec23c67f428eb4f63f761eff8db35138eaae | 2cb7515a0bf5c7489ecd064d2ce515668f573351 | refs/heads/master | 2020-04-11T09:54:09.849150 | 2018-12-13T21:25:34 | 2018-12-13T21:25:34 | 161,696,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,054 | cpp | #include "ScrollBar.h"
ScrollBar::ScrollBar()
{
presence.x = 0;
presence.y = 0;
presence.w = 64;
presence.h = 64;
activeArea = presence;
_btn.setRGBA(Color(0.f, 0.f, 0.f, 0.f));
active = true;
_nav.speed = .5f;
_percent = 0;
scrollAmount = 0;
changed = false;
realign();
}
ScrollBar::~ScrollBar()
{
}... | [
"wyattsushi@gmail.com"
] | wyattsushi@gmail.com |
368f4b3481845d2e29266e9059bffaa97767aa17 | ef7bed98689a693c0a89cebeb874869a9189b16e | /src/noui.cpp | 3732f4e3eb2ae36030848c867aac5a36467ab004 | [
"MIT"
] | permissive | CoiningPress/UKcoin | 99d754d9556b50d585ccf919982634b904dfbb02 | f196ef2feee0a4af62cb95784ebdedfd03c634c7 | refs/heads/master | 2021-01-19T14:20:46.872272 | 2014-03-16T16:29:57 | 2014-03-16T16:29:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "ui_interface.h"
#include "init.h"
#include "bitcoinrpc.h"
#include <string>
... | [
"cthulhu@theoldone.net"
] | cthulhu@theoldone.net |
5c6e32f20c04f816d90d1b60d8dd73079044d593 | 431bb52aa5b3afca3c19055fda97f6a6b2550f2f | /3sum.cpp | 9dc84e97127b0a71d38d610f6229e0e573ce3d42 | [] | no_license | ouchengeng/Leetcode | c486fd900c17db1438e0fd0c7935da7461ac3352 | ea219ac2819a461ff545fb8498a823ee7de0b44a | refs/heads/master | 2021-01-16T18:39:59.761965 | 2016-08-28T08:08:16 | 2016-08-28T08:08:16 | 32,621,790 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | cpp | class Solution {
public:
vector<vector<int>> threeSum(vector<int>& nums) {
vector<vector<int>> ans;
sort(nums.begin(), nums.end());
vector<int> tmp(3);
for(int i = 0; i < nums.size(); i++)
{
if(i > 0 && nums[i] == nums[i-1])
continue;
i... | [
"ouchengeng@qq.com"
] | ouchengeng@qq.com |
ff773afe85952ea02809db244845fa240d011529 | 0ae7360df49aa224c4fb26924c9826e16581ff79 | /cutvoxel.h | 18954744e8314490c6d8cd968b829f07977f2e6d | [] | no_license | ipolinha/Projeto-parte-II | aef878df1d2117034da6401bed1bba247bada76d | cda6a74e7c3ee8d35001ffdedd580373d44c5479 | refs/heads/main | 2023-04-03T18:53:42.325720 | 2021-04-13T16:39:58 | 2021-04-13T16:39:58 | 356,025,611 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 394 | h | #ifndef CUTVOXEL_H
#define CUTVOXEL_H
#include "figura_geometrica.h"
#include <sculptor.h>
/** @brief Classe herdeira de FiguraGeometrica,
* responsável por remover pontos em nossa escultura.
*/
class Cutvoxel : public Figura_Geometrica
{
protected:
int x,y,z;
public:
Cutvoxel(int x_, int y_, int z_);
... | [
"noreply@github.com"
] | noreply@github.com |
73b010fe0e8d9cf82bd141bdb9f6dc6fb8267fe1 | 7a40560e182003321d6f02c764b8cba915bb8a24 | /vm.cpp | 8911709bfb76df990dd2896245c75a0e0c283091 | [
"MIT"
] | permissive | armatthews/Spp | dc7fd304c33419945833c313716dbc1fd8922498 | 8f12cfb463e43d988ae86878d935c598da12c9ba | refs/heads/master | 2021-01-11T19:10:54.347866 | 2015-07-28T15:37:54 | 2015-07-28T15:37:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,393 | cpp | #include <iostream>
#include <vector>
#include <windows.h>
#include <time.h>
#include "vm.h"
#include "token_types.h"
#include "vs.h"
using namespace std;
vm::vm(){
//DeclareHostFuncs();
//Vars["endl"] = var( TOK_STRING , "\n" );
//Vars["tab"] = var( TOK_STRING , "\t" );
DeclareH... | [
"alexey.melnichenko@avalara.com"
] | alexey.melnichenko@avalara.com |
da3dae69aa8fc2e4c50bf43bb9aa3490babd32db | f3a35f1e9d803a1ad409bec1e58024e825f87141 | /05/HCOK/MODIFISINGER.cpp | 3275e76f8aeccc05e0b18ab40feb84aaedaf3b1b | [] | no_license | xuezchuang/C-Project | ed4406f913e853b981063e726ab505ada36b1f90 | 4d5a64429fde2d37ba77974dd6cf7526833e55be | refs/heads/master | 2020-03-24T20:04:26.082584 | 2017-11-14T10:11:40 | 2017-11-14T10:11:40 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,882 | cpp | // MODIFISINGER.cpp : implementation file
//
#include "stdafx.h"
#include "HCOK.h"
#include "MODIFISINGER.h"
#include "ADOConn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// MODIFISINGE... | [
"1182741213@qq.com"
] | 1182741213@qq.com |
a398834cbeb39aae58aec6c4e4555d6ec7257c21 | 036c026ca90f4a4a663f914b5333ecd1da9ff4d3 | /bin/windows/obj/include/openfl/display3D/_Context3DBufferUsage/Context3DBufferUsage_Impl_.h | 3e07c7c9ca16f4c392e55b2f8ce36a67801e28b6 | [] | no_license | alexey-kolonitsky/hxlines | d049f9ea9cc038eaca814d99f26588abb7e67f44 | 96e1e7ff58b787985d87512e78929a367e27640b | refs/heads/master | 2021-01-22T04:27:53.064692 | 2018-05-18T02:06:09 | 2018-05-18T02:06:09 | 102,267,235 | 0 | 1 | null | 2018-03-25T19:11:08 | 2017-09-03T13:40:29 | C++ | UTF-8 | C++ | false | true | 2,606 | h | // Generated by Haxe 3.4.0 (git build development @ d2a02e8)
#ifndef INCLUDED_openfl_display3D__Context3DBufferUsage_Context3DBufferUsage_Impl_
#define INCLUDED_openfl_display3D__Context3DBufferUsage_Context3DBufferUsage_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(openfl,display3D,_Context3DBuff... | [
"akalanitski@playtika.com"
] | akalanitski@playtika.com |
5de8a78ba8a9454630a90478d4f73653fc4d951a | 152cb7bfd2762400904d8362750b93a87e62b2d7 | /Jin/VertexArray.cpp | 296346ddd6636e0943b2aa07b309741b61c5c4ce | [] | no_license | Ahsan-Sarbaz/Jin | 4c0a3083f7a3d68d2b784300c58f50681d82afbd | 4dacc68a1c7d5458e27b4be31f3d461816f62444 | refs/heads/master | 2020-09-02T07:29:23.344580 | 2020-05-03T14:45:43 | 2020-05-03T14:45:43 | 219,167,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 854 | cpp | #include "pch.h"
#include "VertexArray.h"
VertexArray::VertexArray()
{
}
void VertexArray::Init()
{
glGenVertexArrays(1, &m_id);
}
void VertexArray::Bind()
{
glBindVertexArray(m_id);
}
void VertexArray::Unbind()
{
glBindVertexArray(0);
}
void VertexArray::PushVertexBuffer(const VertexBuffer& buffer)
{
... | [
"geeksdotpk@gmail.com"
] | geeksdotpk@gmail.com |
33dd5b33034befdfd8ae23824eab752f5e9d79d1 | 31039fb15fe14ad51b88742f7c72224531da6b26 | /Health.cpp | b628d2d2c6a4ec660e8d7cebcf3b6030b89186c9 | [] | no_license | Mathieu417/brickshooter | d71b5e4e462b84a7c070a4e0ca388a1c5859e0ff | ed70329b75a4a7bf0d9d7750eb1212427db841d3 | refs/heads/master | 2023-03-22T06:34:46.485876 | 2021-03-04T16:49:05 | 2021-03-04T16:49:05 | 344,543,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 481 | cpp | #include "Health.h"
#include <QFont>
Health::Health(QGraphicsItem *parent): QGraphicsTextItem(parent){
// mettre score a 0
health = 3;
// ajouter text
setPlainText(QString("Health: ") + QString::number(health)); // Health: 3
setDefaultTextColor(Qt::red);
setFont(QFont("times",16));
}
void H... | [
"mathieu.desmoucelle@ynov.com"
] | mathieu.desmoucelle@ynov.com |
24afe669085ec30a91e86289ace5046e59ca893d | 8567438779e6af0754620a25d379c348e4cd5a5d | /third_party/WebKit/Source/platform/graphics/FirstPaintInvalidationTracking.cpp | 3702d7ee082f2e7bd21103e5dad8805357cfda61 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 344 | cpp | // Copyright 2014 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 "platform/graphics/FirstPaintInvalidationTracking.h"
namespace blink {
bool FirstPaintInvalidationTracking::s_enabledForShowPaintRects = false;... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
91bff816b236b5ca799230ae4cf0729a1afc19e9 | dd961cca83cde79c17a361ec02fcd392d573b56b | /src/polys/H7.cpp | cc53fc7383b63da5137b1660e97aeec76fbc0f9a | [] | no_license | cran/nortestARMA | 8c8aaef117b8580057df9a09354f1f111daf70df | 78fa208b8ef4136deefb7fbc7a0188000ec2b69d | refs/heads/master | 2021-01-01T05:11:58.559030 | 2017-04-14T13:37:35 | 2017-04-14T13:37:35 | 58,066,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,774 | cpp | /* Debut-Commentaires
Nom de la fonction: H7
Entrees: n entier, longueur du vecteur x ; x, un vecteur de n nombres de type double
Sorties: void
Description:
Calcul de H7(x), H7 etant le septieme polynome de Legendre
Modifie le vecteur x dans le programme principal, en le remplacant par H7(x)
Utilisation dans une ... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
60346f19537597eb21ea6de081b6c79e7c25936b | 17f9e8d702c348de8ddc4375e63bd36e855e89b0 | /Source/FPSGame/Private/FPSCharacter.cpp | 339cb84ecf738bdd4c07408a40c622953528fd90 | [] | no_license | KawaSquad/StealthGame | ecbbd6187edf166b72ef78cd6324485509d8b68e | fc84123fb5332cea406369afa6eb73cf7ff5e2d5 | refs/heads/master | 2020-04-01T10:49:57.188196 | 2018-10-18T19:57:46 | 2018-10-18T19:57:46 | 153,133,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,150 | cpp | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "FPSCharacter.h"
#include "FPSProjectile.h"
#include "Animation/AnimInstance.h"
#include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h"
#include "Kismet/GameplayStatics.h"
#include "Components/PawnNoiseEmitterComponent.h"
#inclu... | [
"styven184@gmail.com"
] | styven184@gmail.com |
8650eedb7f9a17e2ad34d1c6edb4f289c6a8b6a9 | 8f0ccafc42cd2ec64549b18461af7723b83405a7 | /MQ-6 LPG Gas Sensor.ino | 2edb189e62113261f34d10734cba60962051bbfd | [] | no_license | ac005sheekar/Gas-Sensors-Interfacing-with-Arduino-and-Firmware | 8dc84fa1d5fb9ea725d769e0c09590743cd7d08b | e813486acf56e9180e6d0cbca1f67be9a4be75cd | refs/heads/master | 2022-12-14T00:51:11.054938 | 2020-09-16T08:42:58 | 2020-09-16T08:42:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 946 | ino | void setup()
{
Serial.begin(9600); // Start Serial Communication/ Baud Rate
}
/* This Particular Function is used for Repeated Execution of the Circuit until Specified. */
void loop()
{
float sensorVoltage; // Initialize Variable for Sensor Vo... | [
"noreply@github.com"
] | noreply@github.com |
b48b1630e4d2c355d67ecafbe19960e48cdc6428 | b0eb5f8c2656afa1a77e3dfb407d03025a9c1d84 | /D3D11/Tesselation_BezierSurface/Managers/ResourcesManager.h | c88efb91ac69a80eace7ef0e2c7663cbdd76aeb1 | [] | no_license | mandragorn66/dx11 | ee1126d6487dfe0dac1c1d3aa945f39510a446f5 | 7807a73bd58011e1fc43dc3a4404ed4e9027bc39 | refs/heads/master | 2021-01-13T02:03:14.816972 | 2014-05-31T20:58:16 | 2014-05-31T20:58:16 | 35,515,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | h | #pragma once
struct ID3D11Device;
struct ID3D11DeviceContext;
struct ID3D11ShaderResourceView;
struct ID3D11UnorderedAccessView;
struct ID3D11RenderTargetView;
namespace Managers
{
class ResourcesManager
{
public:
static void initAll(ID3D11Device* device, ID3D11DeviceContext* context)... | [
"nicobertoa@gmail.com@e0b89612-44f1-daff-93c3-99ecbe7956b2"
] | nicobertoa@gmail.com@e0b89612-44f1-daff-93c3-99ecbe7956b2 |
9679488febcd5b5585fcf3d09cd39655f2fd1f90 | 504d813445c361bc2b66b9b3b6059b3ac7f2b67e | /week5/reference.cpp | 514afd0e6dfa28a4ec43033928b18b34662a6f7d | [] | no_license | kien-vu-uet/HomeWork | 29164e9f856b1691ccdd92aea77e60c8340d5894 | 3516bf404ee20a1e9f572efe80d15f531f4091d7 | refs/heads/master | 2023-03-24T00:11:50.921578 | 2021-03-26T07:24:03 | 2021-03-26T07:24:03 | 342,454,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | cpp | #include <iostream>
using namespace std;
void swap_pass_by_reference(int a, int b){
int temp = a;
a = b;
b = temp;
}
void swap_pass_by_value(int &a, int &b) {
int temp = a;
a = b;
b = temp;
}
int main() {
int a = 5, b = 10;
//mechanism of parameter transmission:
cout << "before :... | [
"kienkienkienvu@gmail.com"
] | kienkienkienvu@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.