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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1f9d27505875be4c9ca798ae6c44d039af94b517 | 6d54a7b26d0eb82152a549a6a9dfde656687752c | /src/app/MessageDef/EventDataIB.cpp | 471ccfae07e54f03d60d0eec9fc15aa36aed7554 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | project-chip/connectedhomeip | 81a123d675cf527773f70047d1ed1c43be5ffe6d | ea3970a7f11cd227ac55917edaa835a2a9bc4fc8 | refs/heads/master | 2023-09-01T11:43:37.546040 | 2023-09-01T08:01:32 | 2023-09-01T08:01:32 | 244,694,174 | 6,409 | 1,789 | Apache-2.0 | 2023-09-14T20:56:31 | 2020-03-03T17:05:10 | C++ | UTF-8 | C++ | false | false | 11,997 | cpp | /**
*
* Copyright (c) 2020 Project CHIP Authors
* Copyright (c) 2018 Google LLC.
* Copyright (c) 2016-2017 Nest Labs, 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 ... | [
"noreply@github.com"
] | project-chip.noreply@github.com |
104feedc3ec81dcfe782a22ad39a8683cea5f33d | bcd7af39651170ef451d2781943069439bbd3507 | /Rook.hpp | 09e1009370eaef9628a83107d7580f6e9cf2ffcb | [] | no_license | jacksonlawson/chess-challenge | 39bf571a3f36b3a43c9760fec6541c8b717e273c | 358deb7ea30c7ed37e0b9e64baf1970320a04848 | refs/heads/master | 2021-09-02T04:38:13.440895 | 2017-12-30T11:27:40 | 2017-12-30T11:27:40 | 115,333,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,009 | hpp |
#ifndef __ROOK_HPP__
#define __ROOK_HPP__
#include <Piece.hpp>
namespace chess_console
{
class Rook : public Piece
{
public:
static PieceType const type = PieceType::ptRook;
Rook(Board *pbrdptr, PlayerColor pplayer, BoardPosition pposition)
: Piece(pbrdptr, pplayer, pposition, Piece::PieceType::ptRook)
{
}... | [
"gnulinux2000@gmail.com"
] | gnulinux2000@gmail.com |
5dcc7883a5e98e01ec0d735e8baae866d01db0bf | 20f67cab1d1b83517dc5e93eb5cc39857ccd2c98 | /hunt the wumpus/bats.cpp | 722a8776efa8321bf55a6b54fa61d56726d1b460 | [] | no_license | DavidSahni/past-assignments | fa1cfea0c061f66b9acdb7bb14807dbe9c08de47 | 5c5b62c77ca1d1791b0f30773b9e4ad901e7e955 | refs/heads/master | 2021-01-21T18:49:46.894408 | 2017-05-22T19:45:10 | 2017-05-22T19:45:10 | 92,083,984 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | //Program Filename: bats.cpp
//Author: David Sahni
//Date: 3/6/17
//Description: bats implementation file
//Input: n/a
//Output: runs bats functions
#include "bats.hpp"
Bats::Bats(){}
void Bats::runevent(int roomnum, player& p1, bool& gamerunning) {
std::cout << std::endl << "As you enter the room, giant ... | [
"noreply@github.com"
] | DavidSahni.noreply@github.com |
31c03ed837c67de8ccdf658f553c7f50320d112b | cc6fc7b8fab0b25e83dfd148c18bcbb322dd4209 | /app/src/main/jni/ModelSettingJson.h | e94de212a0c95165680210dde4e33b86e9702ab4 | [] | no_license | HuyNguyen1590/live2d-android-wear | 372071c9e96ee565d81e16c3b5e826154e14ee2a | 6b733d4d1b0c3fe0a7824e91276bebf242c1d48a | refs/heads/master | 2021-05-31T19:01:20.843536 | 2016-06-19T23:46:01 | 2016-06-19T23:46:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,919 | h | /**
*
* You can modify and use this source freely
* only for the development of application related Live2D.
*
* (c) Live2D Inc. All rights reserved.
*/
#include "ModelSetting.h"
#include "util/Json.h"
// JSONのキー
const char NAME[]="name";
const char MODEL[]="model";
const char _ID[]="id";
const char TEXTURES[]... | [
"woxxy@foolz.us"
] | woxxy@foolz.us |
7a5fa94a83aa429cc64ce4375e164fe66fe4bc84 | d446ed18144ac191377c2a5e0585fb61317b96c2 | /include/eepp/scene/actions/resizewidth.hpp | fb598f67ccd0849a57799ba3790b490794af7a4b | [
"MIT"
] | permissive | thyrdmc/eepp | 6f8ee84f048efaf1b3aca931ea612e61136e15c4 | 93b72b1bcab794a43706658e7978c5e852c3b65a | refs/heads/master | 2023-06-25T11:18:16.371330 | 2019-05-22T04:26:41 | 2019-05-22T04:26:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 741 | hpp | #ifndef EE_SCENE_ACTIONS_RESIZEWIDTH_HPP
#define EE_SCENE_ACTIONS_RESIZEWIDTH_HPP
#include <eepp/scene/action.hpp>
#include <eepp/scene/actions/actioninterpolation1d.hpp>
namespace EE { namespace Scene { namespace Actions {
class EE_API ResizeWidth : public ActionInterpolation1d {
public:
static ResizeWidth * New... | [
"spartanj@gmail.com"
] | spartanj@gmail.com |
2abd3f47a36c622e26d9d71239a2471b2f09906b | 35f8526b274760e72d35d426600b6bf435b91e50 | /src/component/componentstd.cpp | 206eedf6254e59dd7b15f7ecc81904946c81b550 | [] | no_license | madeso/pwn-engine | f9ca6a4551edbad719ff2c6999e5fc9e97b6a211 | c4767e5d798d5768e1bbf8a9ac73b6fb186ae497 | refs/heads/master | 2021-01-20T04:31:06.326355 | 2020-06-14T13:31:36 | 2020-06-14T13:31:36 | 33,419,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,831 | cpp | #include <pwn/component/componentstd.h>
#include <pwn/component/component.h>
#include <pwn/component/eventargs.h>
#include <pwn/component/property.h>
#include <pwn/component/componentdef.h>
#include <pwn/component/object.h>
namespace pwn
{
namespace component
{
class ComponentTimeout : public Component
{
p... | [
"sir.gustav.the.coder@gmail.com"
] | sir.gustav.the.coder@gmail.com |
fa6efda91915b3b2176b90eaefe9b1c5146f4ff1 | 19845af1616d5b81aedf7917a32cb44f61e02401 | /FunnyToys/端口扫描器/端口扫描器/源.cpp | f263aad9cc1d97c9ecdd95ef3f05b13f90e32ffc | [] | no_license | gsy3761/Pile | 560c78d471c70f69324984703cf01cd7680a3fca | e6217be03679d978a7a41b01dbb0baa159c0deec | refs/heads/master | 2020-12-21T04:04:31.661608 | 2020-01-23T13:16:05 | 2020-01-23T13:16:05 | 236,300,410 | 1 | 0 | null | 2020-01-26T11:05:01 | 2020-01-26T11:05:00 | null | UTF-8 | C++ | false | false | 5,887 | cpp | #define _CRT_SECURE_NO_WARNINGS
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include <Winsock2.h>
#include <commctrl.h>
#include <cstdlib>
#include <iostream>
#include <queue>
#include <set>
// #include <stdio.h>
// #include <stdlib.h>
//#include <windows.h> //加这个头文件后面sleep会用到
//#pragma comment(lib,"ws2_32.lib")
#pragma c... | [
"1395943920@qq.com"
] | 1395943920@qq.com |
ce6051c68c60abb7ba45e8b53ee8157246a83be1 | 7732bdbf2f7e074d5e001d5b79359629bf44090e | /django/cpp-django-react/cpp0/lights.cpp | e3c84a5cbd4fe07c11214edad5670a70e6954a3c | [] | no_license | urytururur/oldPi | 242f54fb516e25fea57b0562b8edf1196b7a2e40 | 31bd84101878e07f8cae8553f0b799be89607a68 | refs/heads/master | 2023-01-09T11:23:44.195383 | 2019-12-16T16:59:39 | 2019-12-16T16:59:39 | 228,433,540 | 0 | 0 | null | 2023-01-07T12:52:37 | 2019-12-16T16:56:12 | PHP | UTF-8 | C++ | false | false | 419 | cpp | #include "lights.h"
int Light::getOn()
{
return m_on;
}
void Light::setOn(int val)
{
m_on = val;
}
int Light::getBri()
{
return m_bri;
}
void Light::setBri(int val)
{
m_bri = val;
}
int Light::getHue()
{
return m_hue;
}
void Light::setHue(int val)
{
m_hue = val;
}
... | [
"torbjorn.ekstedt@hotmail.com"
] | torbjorn.ekstedt@hotmail.com |
3562faf14e4e454d1f0e6f89378b44e6a471220e | 8e58c8954b0a15d208144eabcdd7d8a7aa8852a8 | /Zjut_ACM/1322 Sums.cpp | 79774cfa4d5999a1305055031748cd2d5c8e4c49 | [] | no_license | EchoMemory/AcmSolutions | 5b0712f43904938e03dc408870dcf188787e483d | 9abe973669076ba98865359fba65fdeffa1fdcc0 | refs/heads/master | 2020-05-20T05:36:12.451011 | 2012-12-02T16:40:29 | 2012-12-02T16:40:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
bool cmp( int a,int b)
{
return a>b;
}
int main()
{
int m,n,k;
for( cin>>n; n>0; n-- )
{
vector<int> v;
int sum=0;
for( cin>>m; m>0; m-- )
{
cin>>k;
v.push_back(k);
}
sort(v.begin(),v.end() ,cmp);
for( int i=0; i<10;... | [
"memoryhash@gmail.com"
] | memoryhash@gmail.com |
4c7d84881187403afedb78032bd478e89584cf6c | 37b1cc093229626cb58199379f39b6b1ec6f6fb0 | /src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp | fb533893a60c27916f5dd71b443254e29af224af | [
"MIT",
"LicenseRef-scancode-dco-1.1",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | ARM-software/ComputeLibrary | d4dfccb6a75b9f7bb79ae6c61b2338d519497211 | 874e0c7b3fe93a6764ecb2d8cfad924af19a9d25 | refs/heads/main | 2023-09-04T07:01:32.449866 | 2023-08-23T13:06:10 | 2023-08-23T13:06:10 | 84,570,214 | 2,706 | 810 | MIT | 2023-01-16T16:04:32 | 2017-03-10T14:51:43 | C++ | UTF-8 | C++ | false | false | 47,735 | cpp | /*
* Copyright (c) 2021-2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* ri... | [
"bsgcomp@arm.com"
] | bsgcomp@arm.com |
6bf4928d6de113fff89dbe8129111a7fe34bc3b8 | 6f8441f7e78f2014fdaf22675c12d991634a47da | /main.cpp | 920877d9cd3042f7a0316f5f553e957243f17146 | [
"MIT"
] | permissive | sheepy0125/SDL2-Pong | d52059e92cf5e7eeee663d678bd9403fb44bd72e | 9271280704394d13a266caaacb5167b05da322df | refs/heads/main | 2023-08-19T04:00:01.798562 | 2021-10-20T16:52:01 | 2021-10-20T16:52:01 | 418,721,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,682 | cpp | /* ===== *\
|* Setup *|
\* ===== */
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
#include <iostream>
#include <string>
using namespace std;
/* Initialize SDL2 */
SDL_Renderer *renderer;
SDL_Window *window;
TTF_Font *font;
SDL_Color color;
/* Variables */
int frameCount;
int lastFrame;
int timerFPS;
int fps;
bool r... | [
"sheepy404@gmail.com"
] | sheepy404@gmail.com |
900d2b837cda9abc64a190f39b29a1df747d1a35 | 18c5e87536673646f670e82585e386bbb5ccebc5 | /sketch_mar11a/sketch_mar11a.ino | 6bfdb6308aaf3adc50ba5dde365fe43a4c7e9713 | [] | no_license | ChenRuHsieh/2018-Room-escape | 4260f575f0280fefdc0597bfce5e9998f77f5307 | 004963add1dac9482f951ee42629ebc027ae2b80 | refs/heads/master | 2020-05-26T03:52:16.978511 | 2019-05-22T19:01:00 | 2019-05-22T19:01:00 | 188,097,380 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 256 | ino | #include <SoftwareSerial.h>
void setup() {
// put your setup code here, to run once:
pinMode(OUTPUT,13);
}
void loop() {
// put your main code here, to run repeatedly:
if (digitalRead(13) !=LOW)
Serial.print("1\n");
else Serial.print("0\n");
}
| [
"peter105060016@gapp.nthu.edu.tw"
] | peter105060016@gapp.nthu.edu.tw |
5e93432b739bc2abd741ad052ba8772342d8e8e0 | d8effd075768aecbf0a590804e6c94127954d01c | /noz/src/noz/Nodes/Layout/Layout.h | f65bd5d4f5844c4ba61eafbfcd8c6f9c341d193a | [] | no_license | nozgames/noz-cpp | 55c88e0ea92408433ca34399f31007418d46a063 | 0466c938f54edf846c01dd195ce870b366821e99 | refs/heads/master | 2022-11-24T04:20:51.348835 | 2020-07-30T21:42:48 | 2020-07-30T21:42:48 | 283,881,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 490 | h | ///////////////////////////////////////////////////////////////////////////////
// NoZ Engine Framework
// Copyright (C) 2015 NoZ Games, LLC
// http://www.nozgames.com
///////////////////////////////////////////////////////////////////////////////
#ifndef __noz_Layout_h__
#define __noz_Layout_h__
namespace noz {
c... | [
"bryan.dube@resultstack.com"
] | bryan.dube@resultstack.com |
f5b95393023973b99fa2fafcfaf9bf981c6ea32e | 1e2b69476b2b174ac210ba525b197c621280a390 | /L1Trigger/TrackFindingTracklet/test/PlotMacros/z0_and_rinv.cc | bffa3c5476e9e2a52f0154dfd64594be5d984137 | [
"Apache-2.0"
] | permissive | skinnari/cmssw | 640e5fe2f23a423ccb7afe82d43ea1b80a2603f0 | 62b49319e475fbcf14484d77814d47a552c61f63 | refs/heads/L1TK_CMSSW_11-1-0-pre4 | 2022-10-27T03:55:33.402157 | 2020-03-24T14:18:04 | 2020-03-24T14:18:04 | 11,660,178 | 2 | 3 | Apache-2.0 | 2020-03-24T14:16:54 | 2013-07-25T12:44:13 | C++ | UTF-8 | C++ | false | false | 2,181 | cc | #include "TMath.h"
#include "TRint.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TLorentzVector.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TGaxis.h"
#include <fstream>
#include <iostream>
#include "TMath.h"
void z0_and_rinv(){
//
// To see the output of this macro, click here.
//
#include "TMath.h"
... | [
"louise.skinnari@cern.ch"
] | louise.skinnari@cern.ch |
85f7bb09f4230d594e5b784c78c7dbcf2c65f3b3 | 1c9d4bfb2e1252dd077f3cf6ea68544d8c9387e7 | /SimpleRayCaster/main.cpp | 248c2525742ee01529a0a144a3d3027ccbc1150b | [] | no_license | krishnaprasadsoundararajan/VolVis | ae5d952bf618a236c8a20cdfae67fc56c67d1ade | d6e1ce76494b065442f5d1d53aac0cab4bcf187e | refs/heads/master | 2020-04-06T04:59:40.584911 | 2014-09-22T13:15:17 | 2014-09-22T13:15:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,633 | cpp | // SimpleRaycaster
// Program to demonstrate single pass raycasting using OpenGL 2.0 functionality.
// The implementation uses GLEW for extension handling and GLUT for the user
// interface. The program requires vertex and fragment shaders in the
// subdirectory /shaders.
// Max Hermann, 2013
#include "GLConfig.h"
#i... | [
"krishnaprasad.s89@gmail.com"
] | krishnaprasad.s89@gmail.com |
ed3dc497a53e3ae8b14931e8b6daa967a811023a | 2b53a25a83b9aa3298f7cf976dc70c734dcdb157 | /OnlineJudgeCode/0Big Number 所有運算(Trying).cpp | 05825c70e54f62ae44745e41b3282e3b28f3881e | [] | no_license | mopack/OnlineJudgeCode | 2e0ce6e77ad133e82f4d5ce3196b78b19a4631e5 | 7a8704b37a69323bd90ac885d1b90d409d877722 | refs/heads/master | 2020-03-20T16:39:46.304160 | 2018-11-23T17:06:22 | 2018-11-23T17:06:22 | 137,543,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,292 | cpp | //#include <bits/stdc++.h>
////#include "LeetCodeStd.h"
//// --------------- //
////static int fast = []() {ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); return 0; }();
////class Solution {
////public:
//// vector<int> findOrder(int N, vector<pair<int, int>>& L2F) {
////
//// }
////};
//#include <iostream>
//... | [
"mopackp@gmail.com"
] | mopackp@gmail.com |
e6fbc54092ba33cde79a5b24c2d04496949c5a4c | 474a2c29d3104cc8d8c574d9a191777012d5a821 | /samples/hypercube/HCPacket_m.cc | 5a22d6da02d49ae4524bc81aa2a883730f1a60cf | [] | no_license | OsDim/NTUT_NG-PON2 | 5eda2a3d1bc2c2b3e30b481ad0bd4e892dd71c6f | dbd78aeab3fee094142eb181288846f5eaa6f596 | refs/heads/master | 2021-01-22T10:19:08.579237 | 2017-10-06T10:21:05 | 2017-10-06T10:21:05 | 102,335,095 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,794 | cc | //
// Generated file, do not edit! Created by nedtool 4.6 from HCPacket.msg.
//
// Disable warnings about unused variables, empty switch stmts, etc:
#ifdef _MSC_VER
# pragma warning(disable:4101)
# pragma warning(disable:4065)
#endif
#include <iostream>
#include <sstream>
#include "HCPacket_m.h"
USING_NAMESPACE
... | [
"aqwszx2@gmail.com"
] | aqwszx2@gmail.com |
9d77420e92c5178d55fe53bba478d06f0f6a109c | 6831f098839af584c0a1032fa8dec9c7327ee521 | /crypto/impl_dispatch_test.cc | efe12b450e9512a4c6f02da2d7c32bb2aa01c918 | [
"ISC",
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"MIT"
] | permissive | opensourceyouthprogramming/boringssl | f3f1a265ce6cd9bd9add7c0dbabbea57db83d640 | 33f456b8b05c73dff13c0b4653f7d964ed2721d6 | refs/heads/master | 2020-04-20T18:18:09.582847 | 2019-01-12T15:29:10 | 2019-02-01T18:03:39 | 169,016,196 | 1 | 0 | NOASSERTION | 2019-02-04T01:57:51 | 2019-02-04T01:57:51 | null | UTF-8 | C++ | false | false | 5,150 | cc | /* Copyright (c) 2018, Google Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
2e2b8efe82116af32d3ed949e37a6ccf6ebbcb60 | 4aef7908c86d0857d4571bc26e2c486b57010a0c | /Realisation/Programs/QTms/DataFrame.cpp | 00b36c1d60497eb57675ded46f5cab88adb00993 | [] | no_license | raviluminy/gk | 3d9b5e27d808b56a510bb9b5ef5b3a81818c2443 | 3c017394e12a36e922c93e0ddcb0baffc4849db5 | refs/heads/master | 2020-04-05T23:24:55.230480 | 2014-03-29T11:08:36 | 2014-03-29T11:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 195 | cpp | #include "DataFrame.h"
#include "ui_DataFrame.h"
DataFrame::DataFrame(QWidget* parent) :
QFrame(parent),
ui(new Ui::DataFrame) {
ui->setupUi(this);
}
DataFrame::~DataFrame() {
delete ui;
}
| [
"mehdi-jonathan@hotmail.fr"
] | mehdi-jonathan@hotmail.fr |
d5703c908ec90d71233883490bd6bb06444893be | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/third_party/blink/renderer/core/css/properties/shorthands/webkit_mask_box_image.h | 5f285b1303f00980efcca375b9770615131ebb30 | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,240 | h | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Generated from template:
// core/css/properties/templates/css_property_subclass.h.tmpl
// and input files:
// ../../third_party/blink/renderer/core... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
d5cfc0091b51c33a5bcbe20896cbd6b792274f77 | 17f37b79643b9c6acd181c55c43a3ab4c889433e | /cavity/47.2/p | 6f59c00a88716e930dc004c3f7a8ff0ed1e74b2b | [] | no_license | aashay201297/OpenFOAM-simulations | 5208b766ab1e715178e42c73d028cc43d17ec4c9 | 273f60ef66e6f5b0c99a53ac52de406be0e876a2 | refs/heads/master | 2021-01-23T06:34:17.044650 | 2017-06-04T19:02:27 | 2017-06-04T19:02:27 | 86,373,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,138 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
... | [
"aashay225@gmail.com"
] | aashay225@gmail.com | |
5354b4e1f1ae2a51bc6ddf6bd23c8bdd5baefeee | c9a156314b7d1c54b8e5fdfc72dd4adcabdb6575 | /VulkanRave/Engine/Libraries/glm/gtx/optimum_pow.hpp | 3d9e0185ac9ea44dfb8884be4188918529a69163 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-happy-bunny",
"MIT"
] | permissive | BullynckVictor/VulkanRave | 96d88734bf792493013dbe48c3c8533ba2198e90 | 28e543a0ce3ad0543f7e0f0be404d9f0ba67adb7 | refs/heads/master | 2023-07-24T03:08:30.624841 | 2021-09-04T13:50:08 | 2021-09-04T13:50:08 | 376,907,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,324 | hpp | /// @ref gtx_optimum_pow
/// @file glm/gtx/optimum_pow.hpp
///
/// @see core (dependence)
///
/// @defgroup gtx_optimum_pow GLM_GTX_optimum_pow
/// @ingroup gtx
///
/// Include <Engine/Libraries/glm/gtx/optimum_pow.hpp> to use the features of this extension.
///
/// Integer exponentiation of power functions.
#pragma o... | [
"victor.bullynck@gmail.com"
] | victor.bullynck@gmail.com |
0ef2f4bd8ad808407aaafec1a777a93145ccb48d | efeda21c44f8703c408b0e9b2a33f7c8742ad258 | /tests/stdexcept/stdexcept_full.hpp | 2a2d74e86f289a1200f83e20004a286f1490f43b | [
"MIT"
] | permissive | olegpublicprofile/stdfwd | 9d6987a49e57f73e3b625552c43c65818f91d041 | 19671bcc8e53bd4c008f07656eaf25a22495e093 | refs/heads/master | 2023-08-15T00:32:13.591955 | 2021-09-18T17:36:29 | 2021-09-18T17:36:29 | 347,794,330 | 18 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 309 | hpp | #pragma once
//------------------------------------------------------------------------------
namespace stdexcept_tests {
//------------------------------------------------------------------------------
void run_full();
//------------------------------------------------------------------------------
}
| [
"oleg.public.profile@ya.ru"
] | oleg.public.profile@ya.ru |
590b722d0dc55016ddcf5ae6511ba2a7c5a6c87d | eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86 | /Grade 8-9/Models for algorithms/完全背包(一维).cpp | 447965dd5b0c8211cf6842a46374337d5f3ba06e | [] | no_license | Orion545/OI-Record | 0071ecde8f766c6db1f67b9c2adf07d98fd4634f | fa7d3a36c4a184fde889123d0a66d896232ef14c | refs/heads/master | 2022-01-13T19:39:22.590840 | 2019-05-26T07:50:17 | 2019-05-26T07:50:17 | 188,645,194 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 319 | cpp | #include<iostream>
#include<cstdio>
using namespace std;
int c[101],w[101],f[10001];
int main(){
int n,v;cin>>n>>v;
for(int i=1;i<=n;i++){
cin>>c[i]>>w[i];
}
for(int i=1;i<=n;i++){
for(int j=0;j<=v;j++){
if(j-c[i]>=0) f[j]=max(f[j],f[j-c[i]]+w[i]);
printf("%3d",f[j]);
}
cout<<endl;
}
cout<<f[v];
}
| [
"orion545@qq.com"
] | orion545@qq.com |
9b65e24c6266329452abfa0b6020a348bc09757e | a3c71ebd227678b0ad1df6f8af51e126dffabd28 | /common/vectormath/ppu/cpp/vectormath_aos.h | 8d0ed8346e3fdf89e193492e3547129988e1ed5e | [
"MIT"
] | permissive | foobar-d/PSL1GHT | e713b46caede667740d4cb1bd94a652b3731c136 | ada438777ca5276a674babbbe22bddbb5a844730 | refs/heads/master | 2022-12-27T11:54:58.562760 | 2020-10-09T11:14:33 | 2020-10-09T11:14:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 76,755 | h | /*
Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
All rights reserved.
Redistribution and use in source and binary forms,
with or without modification, are permitted provided that the
following conditions are met:
* Redistributions of source code must retain the above copyright
... | [
"shagkur@gmx.net"
] | shagkur@gmx.net |
8dfb0e2cc9cab9aa23fd46f3377dcdd841635a27 | ece30e7058d8bd42bc13c54560228bd7add50358 | /DataCollector/mozilla/xulrunner-sdk/include/mozilla/a11y/Role.h | dab6c53079f1fb2152ed8104c6342fed5f1c9546 | [
"Apache-2.0"
] | permissive | andrasigneczi/TravelOptimizer | b0fe4d53f6494d40ba4e8b98cc293cb5451542ee | b08805f97f0823fd28975a36db67193386aceb22 | refs/heads/master | 2022-07-22T02:07:32.619451 | 2018-12-03T13:58:21 | 2018-12-03T13:58:21 | 53,926,539 | 1 | 0 | Apache-2.0 | 2022-07-06T20:05:38 | 2016-03-15T08:16:59 | C++ | UTF-8 | C++ | false | false | 23,227 | h | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
... | [
"andras.igneczi@doclerholding.com"
] | andras.igneczi@doclerholding.com |
aebacd9b68f92fe6ce7565d5c3971da05db3c013 | 53dc18be732e90bd8163fe42ead0d6a3ce0a939c | /Arduino_IRLearning/irLearning/irLearning.ino | 6b6fb665ceaaf085e3bfa7e13809ae4f80d24101 | [] | no_license | zdiubaldo/IRLearning_ReSpeaker | 12b128f008c65caea21378bf9bdda1589437fe26 | 7e74886471983ec5e1722f38ffcfb4819412e55c | refs/heads/master | 2020-05-22T05:32:07.087494 | 2016-09-05T09:24:34 | 2016-09-05T09:24:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,865 | ino |
#include "SPI.h"
#include "respeaker.h"
#include <Adafruit_NeoPixel.h>
#include "irlearning.h"
#define PIXELS_PIN 11
#define PIXELS_NUM 12
#define PIXELS_SPACE 128
IRLearning myir;
uint8_t commandIndex;
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(PIXELS_NUM, PIXELS_PIN, NEO_GRB + NEO_KHZ800);
int pixe... | [
"jiankai.li@seeed.cc"
] | jiankai.li@seeed.cc |
3da062f23d4b2475514ca8df5eb8c697301bcb3e | 890fa475719c2742bc191f7cbab6144630cfc48f | /space invader/src/Bullet.hpp | ef0abe5a210d6c30eb32a70092fc3f230b9f2ba5 | [] | no_license | Balagurovskiy/CPP_basic | e28d5e930a7f32a21ab880dbc8996c3d95a1e613 | 8b32899efd6d0d8043120aa3b6bbc6561692690d | refs/heads/master | 2021-04-11T15:19:58.839891 | 2020-03-21T19:12:52 | 2020-03-21T19:12:52 | 249,032,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,328 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Bullet.hpp :+: :+: :+: ... | [
"noreply@github.com"
] | Balagurovskiy.noreply@github.com |
1cd091e1f6e563be4ba24c7a41f10109a454b80b | 55759f7fbc356445d3516ad66f5836633c15a105 | /UnitTest/gvariant_test.cpp | 2cf1fc4e4556ddfecf38cd6c36e68ebb312cf1f8 | [] | no_license | asankar1/GFramework | 403f91f17ba997eaf058e18e9730a28f5686e4ab | ce118d669a0e0fae4b06ada6db01708421085468 | refs/heads/master | 2021-10-02T09:07:05.454947 | 2021-08-28T09:27:17 | 2021-08-28T09:27:17 | 100,350,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,017 | cpp | #include <iostream>
#include <iomanip>
#include <vector>
#include <list>
#include <array>
#include <stack>
#include <map>
#include <cassert>
#include <limits>
#include <cmath>
#include <array>
#include <functional>
#include <gtest/gtest.h>
#include <GFramework/GVariant/GTypes.h>
#include <GFramework/GVariant/GVariant... | [
"asankar1@outlook.com"
] | asankar1@outlook.com |
752d1f08c922e76f68551529c4722eae50f01a72 | e95adb59feacfe95904c3a8e90a4159860b6c26a | /build/Android/Preview/outsideTheBox/app/src/main/include/Android.Fallbacks.Android_android_media_MediaPlayerDLROnErrorListener.h | d0aca6aeaf561cf6bd872cebacb36ec8f066ac77 | [] | no_license | deliloka/bethebox | 837dff20c1ff55db631db1e0f6cb51d935497e91 | f9bc71b8593dd54b8aaf86bc0a654d233432c362 | refs/heads/master | 2021-01-21T08:20:42.970891 | 2016-02-19T10:00:37 | 2016-02-19T10:00:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,854 | h | // This file was generated based on '/usr/local/share/uno/Packages/Android/0.23.1/Android/Fallbacks/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Android.android.media.MediaPlayerDLROnErrorListener.h>
#include <Android.Base.Wrappers.IJWrapper.h>
#include <Android.java... | [
"Havard.Halse@nrk.no"
] | Havard.Halse@nrk.no |
e0641d743e50b9ce4c62da3450faff6ca6d7ae7c | 1992f8fbd2ee5b3537f1106a6bdd81f692b161fa | /swarsim-3d/display/model_3ds.h | 9f17edb2a275c92263411439fd3acb2a34da054f | [
"MIT"
] | permissive | grohith327/MARL-Drones | 5e569794d0c7a2726a042c9501b974ebb3802c71 | ddaaff57266e7092b44a843ca671a4dc405fd7b8 | refs/heads/master | 2022-11-25T10:03:19.114297 | 2020-07-21T01:27:44 | 2020-07-21T01:27:44 | 256,265,495 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,758 | h | //////////////////////////////////////////////////////////////////////
//
// 3D Studio Model Class
// by: Matthew Fairfax
// Taken from: https://github.com/adamwdennis/Frogger/blob/master/src/Model3DS.h
//
// This is a simple class for loading and viewing
// 3D Studio model files (.3ds). It supports models
// w... | [
"grohith327@gmail.com"
] | grohith327@gmail.com |
f22bb9efcd60729e0052495dcc6ba2fe4a1a3e42 | 0d0548fd104467d3e2f55b6fc5b40b289221d910 | /TileList.h | f67c9de09af2d0938084c1830541fe6c5c4f3d6b | [] | no_license | JohanssonDaniel/tiles | 83aca4e897861720daadb22c83dfdd71a12642b8 | 154517a2f8a7cc269a5d4dd95b91515a640c2161 | refs/heads/master | 2016-09-05T12:51:32.980865 | 2014-10-13T09:12:44 | 2014-10-13T09:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 919 | h | // This is the .h file you will edit and turn in.
// We have provided a skeleton for you,
// but you must finish it as described in the spec.
// Also remove these comments here and add your own, as well as on the members.
// TODO: remove this comment header
#ifndef TILELIST_H
#define TILELIST_H
#include <QGraphicsSce... | [
"johanssondaniel93@gmail.com"
] | johanssondaniel93@gmail.com |
10644066854696eed24425aa6a8e3e9f84abf814 | ed2330a2992c53490d100b8f56b60bae20380429 | /source/SplayTree.cpp | f4dd981b0b5666d9e67faa817318678c1629d00e | [] | no_license | ILLLIGION/SplayTree | dde2a82a155bd25c5beedb9979b21348e1280463 | 10596103537153ed0d83fdbd875fa0d24da4c492 | refs/heads/master | 2021-05-11T13:14:06.712661 | 2018-02-01T12:40:25 | 2018-02-01T12:40:25 | 117,675,562 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,829 | cpp | #include "../include/SplayTree.hpp"
template <typename T>
SplayTree<T>::Node::Node(short key_, T value_) : key(key_), value(value_), left_(nullptr), right_(nullptr),
parent_(nullptr) {};
template <typename T>
SplayTree<T>::Node::~... | [
"dazuk07@yandex.ru"
] | dazuk07@yandex.ru |
e1363abfd13160892d66553229fa2b9366cfcd5e | fe2362eda423bb3574b651c21ebacbd6a1a9ac2a | /VTK-7.1.1/Deprecated/vtkTimePointToString.h | 95df7bccf67d7f5bc1daf13ab1de128093e53deb | [
"BSD-3-Clause"
] | permissive | likewatchk/python-pcl | 1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf | 2a66797719f1b5af7d6a0d0893f697b3786db461 | refs/heads/master | 2023-01-04T06:17:19.652585 | 2020-10-15T21:26:58 | 2020-10-15T21:26:58 | 262,235,188 | 0 | 0 | NOASSERTION | 2020-05-08T05:29:02 | 2020-05-08T05:29:01 | null | UTF-8 | C++ | false | false | 3,163 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkTimePointToString.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This softwa... | [
"likewatchk@gmail.com"
] | likewatchk@gmail.com |
2526a533d063f5f20b534f4335c6eb4b3d51c1c0 | cae83fb974436ea3be3c2fcee7d9f889b12760b3 | /src/test/test_bitcoin.cpp | e648c97c50cc7a506d3484cb8bc0f25b1e54cdd4 | [
"MIT"
] | permissive | Thepokeyman/String | 26f376ff192238ffeb99eae19f820c153a9c9008 | dac28ad0631fcec3879ed313a15a354c62c1597c | refs/heads/master | 2021-04-28T03:53:44.436306 | 2018-02-27T03:58:31 | 2018-02-27T03:58:31 | 122,148,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,749 | cpp | #define BOOST_TEST_MODULE String Test Suite
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
#include "db.h"
#include "txdb.h"
#include "main.h"
#include "wallet.h"
#include "util.h"
CWallet* pwalletMain;
CClientUIInterface uiInterface;
extern bool fPrintToConsole;
extern void noui_connect();
str... | [
"Thepokeymanvideos@gmail.com"
] | Thepokeymanvideos@gmail.com |
1f696edce8c8ea67e98ed6ca726a77e37d28378e | b23a7f3d087d0218d63b6f246a5009cfc91cca03 | /Solvers/Il2CppOutputProject/Source/il2cppOutput/Il2CppCompilerCalculateTypeValues_11Table.cpp | 47dcb69d18880e1022bdf5fd6659867ea0269cbe | [] | no_license | willguest/MRTK-Solvers | 2a77abf34bfc45528678040b2761e1ac4c28dc2a | 29d466d8200db11c65c9084a57d85f243ef879ae | refs/heads/master | 2022-10-15T04:41:55.835153 | 2020-06-09T10:54:31 | 2020-06-09T10:54:31 | 270,976,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237,708 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"16102434@brookes.ac.uk"
] | 16102434@brookes.ac.uk |
d5a5a1ac5fbac5f68c861c1efdf11931cad7891c | 2d36ac7285664ce798edb27bafa00e0dbc0f25fb | /LSL/liblsl/external/lslboost/mpl/int_fwd.hpp | 818759063a72d891737996ccd6f0bf69f02af755 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | nagarjunvinukonda/Brain-Computer-Interface-for-Bionic-Arm | af1a6241df167e747a7d9426e497f95dda632fda | 839cb0dc798d2bf274d3df7c4db0fef62af3770d | refs/heads/master | 2023-02-13T12:02:36.692225 | 2021-01-14T08:32:35 | 2021-01-14T08:32:35 | 297,540,583 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 796 | hpp |
#ifndef BOOST_MPL_INT_FWD_HPP_INCLUDED
#define BOOST_MPL_INT_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.lslboost.org/LICENSE_1_0.txt)
//
// See http://www.lslboost.org/li... | [
"vinukondanagarjun4@gmail.com"
] | vinukondanagarjun4@gmail.com |
1a4dbcbed532426beaf4a588f2c115d84a280c88 | f2ed8aea695c3d64430864249d14d0dff305ff04 | /BlizzardBallBattle/Game/Scenes/SceneTemplate.cpp | a6e9301736274f7762a60228fb61ac5d3ba9c6a2 | [] | no_license | CarsonRoscoe/BlizzardBallBattle | 6f6e862b304f4235a81030ab97e6cc681ec2a164 | afb07f48399708078ea312efda08a9bd9e79fff2 | refs/heads/master | 2021-05-08T09:42:11.199715 | 2017-12-19T09:09:09 | 2017-12-19T09:09:09 | 107,194,696 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,349 | cpp | #include "SceneTemplate.h"
#include "MatchManager.h"
#include "GLHeaders.h"
#include "SpriteRendererManager.h"
#include "Shader.h"
#include "SharedConstants.h"
#include "Sender.h"
#include "Receiver.h"
#include "SpriteSheet.h"
#include <iostream>
SceneTemplate::SceneTemplate(int p1ai, int p2ai) : GameScene(p1ai, p2ai)... | [
"CarsonRoscoe7@gmail.com"
] | CarsonRoscoe7@gmail.com |
2fc5acf3d7d6d6b6208e0daf7873c296fae3927a | ba538e2ecd586f22e5974e98cbcc77315722bb45 | /GameBend/RawModel.cpp | 64ed8945742d85902d3908e823767e5f74df177a | [] | no_license | jscotty/CPP_choocy_adventure | ec32ef99ea6b8aca0a94598554fe2ff7441f597f | b4434b3d8ba05b466e98d89cc5c2da2a68ebae05 | refs/heads/master | 2020-03-25T11:57:50.482947 | 2018-08-06T16:38:59 | 2018-08-06T16:38:59 | 143,755,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | cpp | #include "RawModel.h"
RawModel::RawModel(const GLuint vaoID, unsigned int vertexCount){
this->vaoID = vaoID;
this->vertexCount = vertexCount;
}
RawModel::RawModel(){}
RawModel::~RawModel(){} | [
"jscotty@hotmail.nl"
] | jscotty@hotmail.nl |
99deecc0d7562fb3e289ae318cf594573ae5defc | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_HeadGear_Cowboy_Var01_classes.hpp | 409c91b2e5ccfb2349aafbaff547ffdf994fcf59 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | hpp | #pragma once
// TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_HeadGear_Cowboy_Var01_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
19c601747484785e681522535a265ad53d283c6b | ab83049141b3a1f35166e11c7e74e7db8be0950d | /converter/src/mapConverter/mapConverter.hpp | 7145c53aec322c29c1822bf7d66f8ef651378e37 | [
"MIT"
] | permissive | blurymind/Tiled2GBA | 773aa25cfa712c2ea37e848eb2d25bb9f2a31541 | 7f9a4f0c22803eec15e35bdd7fb36f9a9ed5f6b9 | refs/heads/master | 2021-01-26T02:28:17.502297 | 2019-01-26T21:44:49 | 2019-01-26T21:44:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | hpp | #ifndef MAP_CONVERTER_H
#define MAP_CONVERTER_H
#include "../lib/tmxlite/Map.hpp"
#include "../gba/gbaMap/gbaMap.hpp"
#include "../lib/tmxlite/TileLayer.hpp"
using namespace std;
/**
* Converts a TMX Map to a GBA Map.
*/
class MapConverter {
public:
/**
* Convert a TMX Map.
* @param tmxMap The TMX Ma... | [
"10974297+LucvandenBrand@users.noreply.github.com"
] | 10974297+LucvandenBrand@users.noreply.github.com |
8decb66a01aef419bd2dee3877c533422d45f7ac | a590f039107aaab0980d7ded36b6f79cd47e541d | /OpenFOAM/elliot-7/Dissertation/H/Initial Cases/scalarTransportH/0.92/phi | 6e627c46393a7cd484b4324e1ec20bf0b6bf26e4 | [] | no_license | etenno/uni | 3f85179768ae5a5d77dd21879f84323278a7a2f6 | bb62570182ea239c123df954eb0893e2d681fe8d | refs/heads/master | 2023-03-04T08:30:00.034753 | 2021-02-14T12:54:03 | 2021-02-14T12:54:03 | 338,678,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,697 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"elliot.s.tennison@gmail.com"
] | elliot.s.tennison@gmail.com | |
3e210d1a552966455d2d40e6b25071604042d1f8 | 46d4712c82816290417d611a75b604d51b046ecc | /Samples/Win7Samples/multimedia/WMP/Wizards/services/templates/1033/Type1/sample.h | c5897bd4bbb2c57fd30365e84f0d930943493df1 | [
"MIT"
] | permissive | ennoherr/Windows-classic-samples | 00edd65e4808c21ca73def0a9bb2af9fa78b4f77 | a26f029a1385c7bea1c500b7f182d41fb6bcf571 | refs/heads/master | 2022-12-09T20:11:56.456977 | 2022-12-04T16:46:55 | 2022-12-04T16:46:55 | 156,835,248 | 1 | 0 | NOASSERTION | 2022-12-04T16:46:55 | 2018-11-09T08:50:41 | null | UTF-8 | C++ | false | false | 8,902 | h | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#pragma once
#include "resource.h"
typedef struct _CONTENT_PARTNER_GLOBALS
{
LONG userLoggedIn;
LONG haveCachedCredentials;
ULONG totalDownloadFailures;
WCHAR credentialsFile[MAX_PATH];
} CONTENT_PARTNER_GLOBALS;
static const WCHAR g_roo... | [
"chrisg@microsoft.com"
] | chrisg@microsoft.com |
4400e69c94a1678b443734a402b4f5fb5a0c7d11 | a2143118e790e800879d0bb4400454f11907443b | /src/vcml/models/generic/throttle.cpp | e6b511240b090041ad36ea6965f30b41a9839440 | [
"Apache-2.0"
] | permissive | Manewing/vcml | 555c78a4cc9c2f5da118ef4f7e6ce42f326097b2 | 023e20b961f432f86ef0b23a33d0dd7282662010 | refs/heads/master | 2023-02-09T23:45:40.072075 | 2021-01-07T20:43:46 | 2021-01-07T20:43:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,546 | cpp | /******************************************************************************
* *
* Copyright 2021 Jan Henrik Weinstock *
* *
... | [
"jan.weinstock@rwth-aachen.de"
] | jan.weinstock@rwth-aachen.de |
031af8ac4c52ab148f66f8d2c97393e0f75003b4 | 6250f3343eff1638912510b66ed936c59796635a | /src_vc141/thirdparty/stlsoft/pantheios/src/inserters/hostid.cpp | 0f45c1c8c169f382169c7dc2489aa1e2b74d811e | [
"BSD-2-Clause",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | nneesshh/mytoolkit | b4b242307a6603bc5785bc130de8f4d3b5ea9265 | 336ae9c7077c8687a8cf8a2ce4aec804c28ab90c | refs/heads/master | 2020-04-05T15:18:07.985547 | 2018-12-17T11:36:07 | 2018-12-17T11:36:07 | 156,961,652 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,135 | cpp | /* /////////////////////////////////////////////////////////////////////////
* File: src/inserters/hostid.cpp
*
* Purpose: Implementation of the pantheios::hostId inserter class.
*
* Created: 14th April 2008
* Updated: 29th June 2016
*
* Home: http://www.pantheios.org/
*
* Copyright ... | [
"nneesshh@163.com"
] | nneesshh@163.com |
4637844147a133dd437e352bd07a8c5a4d094edd | fa163d6c7d04c9d5558ad082465e3642b48a0064 | /Monopoly/building.cc | 65713d25df7801a1c7385a19aaf45f0036e38aa9 | [] | no_license | kajan-v/Monopoly-Clone | f3fb3f872b11b0e6d9d73f120a37d3a2bee8095c | ecdb47126b21038fe16c394018565ff7954fe9dd | refs/heads/master | 2021-06-03T18:06:51.531877 | 2016-06-04T04:30:55 | 2016-06-04T04:30:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,105 | cc | #include "building.h"
#include "ownable.h"
using namespace std;
Building::Building(int purchCost, int improveCost, int t[], string monopolyBlock, string name){
this->purchCost = purchCost;
this->improveCost = improveCost;
for (int i = 0; i < 6; i++){
this->tuition[i] = t[i];
}
this->monopolyBlock = monopolyBloc... | [
"kajan_v_24@hotmail.com"
] | kajan_v_24@hotmail.com |
d97fc07680704a314daa3310823d4e2c4e9a510d | c7be9b178105262893dbae22212fef46fd31df00 | /common/rect.h | 5a119c17e718a5d869261cc871b01213df18738b | [
"Unlicense"
] | permissive | sgorsten/workbench-archived | f2d83bd7454fbabfc1280af60d447de6d06627fa | 360332d4757e8c53debabf5ff105b3b5d26b551a | refs/heads/master | 2021-05-31T03:41:53.410406 | 2016-04-03T00:55:18 | 2016-04-03T00:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | h | // This is free and unencumbered software released into the public domain.
// For more information, please refer to <http://unlicense.org>
#ifndef RECT_H
#define RECT_H
#include "../thirdparty/linalg/linalg.h"
using namespace linalg::aliases;
struct rect
{
int x0, y0, x1, y1;
int width() const { return x1... | [
"sgorsten@gmail.com"
] | sgorsten@gmail.com |
5519f0dda757e6e3bed7cfa66c4ff9d8415cde40 | cad604b38f9257c5410751bfebded37a73b02436 | /Kernel/Storage/SATADiskDevice.h | 5d75134205c67d959eff6043d2cc732da61ef46e | [
"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 | 1,053 | h | /*
* Copyright (c) 2021, Liav A. <liavalb@hotmail.co.il>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <Kernel/Interrupts/IRQHandler.h>
#include <Kernel/Lock.h>
#include <Kernel/Storage/AHCIPort.h>
#include <Kernel/Storage/StorageDevice.h>
namespace Kernel {
class AHCIController;
class SATA... | [
"kling@serenityos.org"
] | kling@serenityos.org |
428475887686d64c6600e35c25362e7e1a0d324b | ec4f83e6aea2c92bdd2fbf849ec2b6a9e721970f | /프로그래머스/Level2/삼각 달팽이.cpp | 764daaf4a88b285f20ebb9a34a2bf0a5c4e147aa | [] | no_license | leejiwon6315/JEEWONs-Algorithm-Solution | 10dc6a1ade6048282ce7e06da807fd0903404103 | 1b22f09c05cc1802f96a61a60b66962e773f799b | refs/heads/master | 2023-08-18T23:56:45.057957 | 2021-10-04T16:03:28 | 2021-10-04T16:03:28 | 279,280,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,771 | cpp | #include <string>
#include <vector>
using namespace std;
int arr[1000][1000];
vector<int> solution(int n) {
vector<int> answer;
int level = 1, i = 1;
int y = 0, x = 0;
while(1){
int tmp = i;
if(level == 1){
while(y<n && x<n){
if(arr[y][x] == 0){
... | [
"noreply@github.com"
] | leejiwon6315.noreply@github.com |
0a8639f7384dda83a3f1b367f4dbed9dce985212 | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/cc/trees/layer_tree_host_unittest_animation.cc | 9d7ba1fc71095231760f9b95f54b87fbfbb166e5 | [
"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 | 64,492 | cc | // Copyright 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.
#include "cc/trees/layer_tree_host.h"
#include <stdint.h>
#include "cc/animation/animation_curve.h"
#include "cc/animation/animation_host.h"
#include "c... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
2f7ba33be4399db715bf211cdec167122a38112d | 9829f83187b5d4b7631f0097fd6ad46be49ed9a6 | /xitkj2028.ino | e5a858782144fd531b69c09810b192235508b849 | [] | no_license | rizkirezaadam/arduino | 912500e1270ec2f01c180c2106b47e6cd15aac60 | 3ca4edd276817de79ab6eda1482e9ea7879191b3 | refs/heads/master | 2021-01-14T11:47:26.173724 | 2016-09-18T09:18:26 | 2016-09-18T09:18:26 | 68,507,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 904 | ino | /*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
Most Arduinos have an on-board LED you can control. On the Uno and
Leonardo, it is attached to digital pin 5. If you're unsure what
pin the on-board LED is connected to on your Arduino model, check
the documentation at http://... | [
"noreply@github.com"
] | rizkirezaadam.noreply@github.com |
b87bae8f4e6b9e66226b18a30791f763ad0c1f7a | 772d932a0e5f6849227a38cf4b154fdc21741c6b | /CPP_Joc_Windows_Android/SH_Client_Win_Cpp_Cmake/App/src/sh/scenarios/randDungeons_a_v1/gw/zoneCommon/gw/view/mainui/IMainInGameUIView.cpp | 1fc8994d3069d2b841b7f7791dbf504f0baeb8bf | [] | no_license | AdrianNostromo/CodeSamples | 1a7b30fb6874f2059b7d03951dfe529f2464a3c0 | a0307a4b896ba722dd520f49d74c0f08c0e0042c | refs/heads/main | 2023-02-16T04:18:32.176006 | 2021-01-11T17:47:45 | 2021-01-11T17:47:45 | 328,739,437 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 108 | cpp | #include "IMainInGameUIView.h"
using namespace randDungeons_a_v1;
int IMainInGameUIView::ID = GetNewID();
| [
"adriannostromo@gmail.com"
] | adriannostromo@gmail.com |
86b9dfeec95d825fa74b939503c7d8c70e456d7b | 3309f27ee7cb46537ce566c373d9ee27ee460858 | /Akshar Singh/0,1_knapsack.cpp | 57173d7ea982b1989d39efa6dec12ea4ee7fe79e | [] | no_license | manisha069/hacktoberfest | 3e0c6d07d12fb3cb9e1728e368b5d18475f1c0a6 | 1faf4e19989604266773738e45ae44012629fd7b | refs/heads/master | 2023-08-28T12:42:06.640114 | 2021-10-19T14:17:14 | 2021-10-19T14:17:14 | 418,954,980 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 625 | cpp | #include<bits/stdc++.h>
using namespace std;
int bwdp(int wt[],int val[],int maxw,int items){
int dp[100][100]={0};
for(int i=0;i<=items;i++){
for(int j=0;j<=maxw;j++){
if(i==0|j==0){
dp[i][j]=0;
}
else{
if(j<wt[i]){
... | [
"b20147@students.iitmandi.ac.in"
] | b20147@students.iitmandi.ac.in |
a4a6afc39704ccfa57132b27433685f4135dcf47 | 2573e6f265ea2b926f63f53961aff625cc8c819b | /cppwamp/include/cppwamp/internal/session.ipp | f418b3394eaa08cfa97cfaaa2a0c3954939f8b68 | [
"BSL-1.0"
] | permissive | ecorm/cppwamp | 424f8d057a8b8ebea10c2e5a6e1494980f502850 | d07a8e86e17ce92bac2a4d395aad1b5bae406ae3 | refs/heads/master | 2023-09-01T01:50:27.434040 | 2022-09-01T04:59:05 | 2022-09-01T04:59:05 | 29,992,524 | 42 | 9 | BSL-1.0 | 2022-05-15T21:59:40 | 2015-01-28T22:52:41 | C++ | UTF-8 | C++ | false | false | 26,024 | ipp | /*------------------------------------------------------------------------------
Copyright Butterfly Energy Systems 2014-2015, 2022.
Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt
------------------------------------------------------------------------------*... | [
"ecorm@users.noreply.github.com"
] | ecorm@users.noreply.github.com |
2842212c6c5089ad743ce841534bfeaff4275b3c | 6753dba9d4b225770f5e641cf38c2998f19d2f73 | /Source1/Utility/Serialization/LSMemorySerializer.h | b516743c0307243ce9ffb3bfb6c4657807320da6 | [] | no_license | iTShun/Vision | b9ea51033a97518b5befd4b98f1f3d376a55d10c | 2ed766060c52736e9386ff249f3a18c0b698d81a | refs/heads/master | 2020-03-24T06:22:06.426801 | 2019-01-18T13:30:39 | 2019-01-18T13:30:39 | 142,525,122 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,842 | h | #pragma once
#include "Prerequisites/LSPrerequisitesUtil.h"
namespace ls
{
struct SerializationContext;
/** @addtogroup Serialization
* @{
*/
/** Encodes/decodes an IReflectable object from/to memory. */
class LS_UTILITY_EXPORT MemorySerializer
{
struct BufferPiece
{
UINT8* buffer;
UINT32 size;
... | [
"289588408@qq.com"
] | 289588408@qq.com |
4e8628b4edb98424681ce01255f1569f05db4712 | fc70282a7bd0251e0db16afba771b565115a1774 | /beginner/basic2.cpp | ee5b66930d6e96002275a64c251b57a3b858d971 | [] | no_license | brunoricardojava/Maratona | 64dc8ab39074d81fa8d85ebcece113b5d93f1ecd | 8aa538155e7f66e939cda8cce49a0113cf9045db | refs/heads/master | 2020-12-25T06:12:59.609975 | 2016-07-07T19:09:45 | 2016-07-07T19:09:45 | 62,831,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 331 | cpp | #include <iostream>
#include <iomanip>
using namespace std;
int main() {
/**
* Escreva a sua solução aqui
* Code your solution here
* Escriba su solución aquí
*/
double R;
cin >> R;
cout << fixed;
cout << "A=" << setprecision(4) << (3.14159*R*R) << '\n';
return... | [
"brunoricardojava@gmail.com"
] | brunoricardojava@gmail.com |
8e785d2d0721bac054f5ebf5511239d5b0fe0294 | 5deef214a2ca0b10472431b577dd933e23f19fc5 | /duilib/DuiLib/UICommonControls.cpp | 91e3b476846d1342679a2507173c4878d6482237 | [
"BSD-2-Clause"
] | permissive | zephyrer/my-duilibex-soc | ea03582b8c10174eae9c54d3c25a70893e2f7241 | 319dc238ce1cc0d3ba267b859c4d7b898617027b | refs/heads/master | 2020-06-06T09:18:09.734253 | 2012-06-10T07:11:16 | 2012-06-10T07:11:16 | 40,067,659 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 97,263 | cpp | #include "StdAfx.h"
namespace DuiLib {
/////////////////////////////////////////////////////////////////////////////////////
//
//
CLabelUI::CLabelUI() : m_uTextStyle(DT_VCENTER), m_dwTextColor(0),
m_dwDisabledTextColor(0), m_iFont(-1), m_bShowHtml(false)
{
::ZeroMemory(&m_rcTextPadding, sizeof(m... | [
"8304432@qq.com"
] | 8304432@qq.com |
e509ddf21f145578c9d6714757aa1ec4dc503528 | 51151c33a684744a9b9a5b398a8622b502e634c6 | /Tries and Huffman Coding/SearchInTrees.cpp | cd7a67628d9b748c0e9f18601c1b611d1a35b40b | [] | no_license | kartikmadan26/Coding_Ninjas_Data_Sturctures_in_Cpp | 356ef7701ae4175b67506d3e8922575dc5c65887 | 115ab8e6f0f884bb92a1606a3bfe11e509a31063 | refs/heads/master | 2023-08-24T08:47:09.537574 | 2021-09-27T06:54:04 | 2021-09-27T06:54:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,598 | cpp | class TrieNode {
public: char data;
TrieNode **children;
bool isTerminal;
TrieNode(char data) {
this->data = data;
children = new TrieNode *[26];
for (int i = 0; i < 26; i++) {
children[i] = NULL;
}
isTerminal = false;
}
};
class Tr... | [
"noreply@github.com"
] | kartikmadan26.noreply@github.com |
401816c69fa4e8e54f57edf94f338e8580f522a3 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_21404.cpp | 5ccfe9cfcb3bace430e813a23455b8ea60ffc8c2 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,551 | cpp | {
struct sockaddr* sa;
ULONG prefix_len;
sa = unicast_address->Address.lpSockaddr;
/* XP has no OnLinkPrefixLength field. */
if (is_vista_or_greater) {
prefix_len =
((IP_ADAPTER_UNICAST_ADDRESS_LH*) unicast_address)->OnLinkPrefixLength;
} else {
/* Prior t... | [
"993273596@qq.com"
] | 993273596@qq.com |
bc97c33de9dbd6293e68568421f85646053efd25 | 965e051ceb8edb6011ef65fba84f6a6c878991f3 | /V8SVGPathSegList.h | a101c906fff848d49869bfbea003033c5dce5ef3 | [] | no_license | Treeeater/chromium_webkit_bindings | adee51482f143328a7410e8bb5ea29323f4eb8f1 | aedbff3ba8aa839b4884929fdde38ef9d5dd02fa | refs/heads/master | 2016-09-05T16:49:28.487428 | 2010-10-14T01:51:28 | 2010-10-14T01:51:28 | 985,747 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,790 | h | /*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | [
"pinkforpeace@.(none)"
] | pinkforpeace@.(none) |
a03302f51b479492cbe67be2e3a11f145ae518dd | f8ff09623e40660a91bebec6bb45f29bf464dd9a | /Assembly.cc | 34ede7e72fd6a58a546e29f08be7df12e7b8b4ed | [] | no_license | slmtpz/Basic-compiler | f15c4d7197ba598eda7af55cbd894e5b4460f356 | 849c16c62a33b350f98351539111a92db8b96d56 | refs/heads/master | 2021-01-09T06:28:08.788434 | 2017-02-05T12:24:35 | 2017-02-05T12:24:35 | 80,990,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,740 | cc | #include "Assembly.h"
//Constructs Assembly object.
Assembly::Assembly(){
write = "";
is_printed = 0;
is_read = 0;
}
//Returns the Assembly code.
string Assembly::getCode(){
return write;
}
/********************CODE GENERATING*********************/
//Starts to write the code with segment opening "code segment".
... | [
"seleme94@hotmail.com"
] | seleme94@hotmail.com |
9ff92a97abb3db888a48186eaedcb7f86f41b4e1 | 0463a132ec0dc22542785392976e6785181f38f9 | /src/ESP_Weather_OLED_main.cpp | 37faa34757db5ee519ab1b764cc035edaaa6d752 | [] | no_license | Abhi0803/ESP8266_OLED_Weather_API | 4f914c67c9ffc28fc0214bdac56e2a022bfa6911 | 3f51ac25d7129915def4685ddac42855afd96179 | refs/heads/master | 2022-12-28T08:26:25.802028 | 2020-10-16T05:17:03 | 2020-10-16T05:17:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,387 | cpp | /*
Libraries Required and Includes Used
*/
// I2C and SPI Libraries
#include <Wire.h>
#include <SPI.h>
// ESP8266 Related Libraries
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <ESP8266WebServer.h>
// JSON Parsing Library
#include <ArduinoJson.h>
// OLED Display Libraries
#include <Adafruit_GFX... | [
"Abhi0803@github.com"
] | Abhi0803@github.com |
528916837de1a38177fd06a019341e9e0794cad4 | 8d1f66104f69be5b6358ce4d4fc94aa72766dbec | /[Source] HTlauncher/HTGuild.cpp | 325942f104c644a9e6865de6bc2820d9e99fd68d | [] | no_license | DevNightCorp/Tantra-Online | afd33702dadc85ed6b725e607ebd1669876ee7db | 6fe6f8677147d113b609e8d9311ff6789f664b9c | refs/heads/master | 2020-08-28T19:56:19.987142 | 2019-10-30T07:42:11 | 2019-10-30T07:42:11 | 217,805,912 | 8 | 2 | null | null | null | null | UHC | C++ | false | false | 132,152 | cpp | #include "stdafx.h"
#include "HTControlDef.h"
#include "HTextern.h"
#include "HTEngineHandler.h"
#include "htguild.h"
#define _GUILD_EMBLEM_NUM 72
#define _GUILD_TITLE_NUM 84
#define _GUILD_COLOR_NUM 72
#define GUILD_CREATE_NEED_MONEY 300000 // 길드 창설에 필요한 돈
#define GUILD_MARK_NEED_MONEY... | [
"noreply@github.com"
] | DevNightCorp.noreply@github.com |
7e99763a7936b6828c47844508cf805df03e583f | 534414b49d65e40ceab9044b749365252583869c | /xspydll/mfc_class.h | 5f33132cefdf099b2f46c5d0a0ab26f9ef9f9ea1 | [] | no_license | zhuhuibeishadiao/xspy | 0f7a1a9a6b416d6977d81c8209470d8ecd37b926 | df22380314623da7e92b421dfaa6143dbe8dd3cf | refs/heads/master | 2020-04-07T22:46:55.701900 | 2018-10-26T03:30:24 | 2018-10-26T03:30:24 | 158,784,609 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,571 | h | /*
*
* This file is part of xspy
* By lynnux <lynnux@qq.com>
* Copyright 2013 lynnux
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your op... | [
"lynnux@qq.com"
] | lynnux@qq.com |
9dafe06089f1d6ddad88a1ca518d8b005c6f0db5 | acb594d6abc0cf81b3d82c8210a76bc1825ca475 | /sources/cs/gtl/intrusive_default_functionality.h | 0e0bdede49dedb41af4aa2172e8b88511f2a845e | [] | no_license | cyberjois/xray-2-2011 | 0917503e4a3189838a422a7f14eceeb704445b7f | 1795aa33a51fdde2ff5ea10627fc6d0b2b755c56 | refs/heads/main | 2023-05-27T19:36:05.573135 | 2021-06-02T18:07:53 | 2021-06-02T18:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 793 | h | ////////////////////////////////////////////////////////////////////////////
// Module : intrusive_default_functionality.h
// Created : 30.06.2005
// Modified : 28.05.2007
// Author : Dmitriy Iassenev
// Description : intrusive pointer default functionality template class
/////////////////////////////////////////... | [
"TheStalkerNest@gmail.com"
] | TheStalkerNest@gmail.com |
66ec4589074fa480315a01ec8f11beed87e2ad28 | ba340e016af7a03c403c82d543408d6ca2493795 | /AergiaX/src/graphics/rendering/Shader.cpp | e47b006eeb6c7a3c1174e1afcc9a9d53aac05324 | [] | no_license | filipecn/Direct3D | 3c3a1dc34381d07a8fb31cb1900fd4177c89de39 | 15b5e2fd5f43dd74739a3b80faae1266195da25e | refs/heads/master | 2021-01-16T18:29:17.791159 | 2015-10-03T05:06:12 | 2015-10-03T05:06:12 | 42,746,039 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 913 | cpp | #include "Shader.h"
#include "utils/DebugMessage.hpp"
#include "utils/CheckDxError.hpp"
#define _CRT_SECURE_NO_DEPRECATE
#include <stdio.h>
#pragma warning(disable:4996)
#include "utils\debug\Console.h"
#include <d3dcompiler.h>
#include <cstdio>
namespace aergiaX {
Shader::Shader() {}
Shader::~Shader() {}
void Shad... | [
"fuiripecn@gmail.com"
] | fuiripecn@gmail.com |
aeb49ac3fee6b6c4d8da6f47c77a9bdddc0d236c | e6d4a87dcf98e93bab92faa03f1b16253b728ac9 | /algorithms/cpp/replaceAllDigitswithCharacters/replaceAllDigitswithCharacters.cpp | 5a99275dbded2be1b049fd96fa53cf853eb3c7fb | [] | no_license | MichelleZ/leetcode | b5a58e1822e3f6ef8021b29d9bc9aca3fd3d416f | a390adeeb71e997b3c1a56c479825d4adda07ef9 | refs/heads/main | 2023-03-06T08:16:54.891699 | 2023-02-26T07:17:47 | 2023-02-26T07:17:47 | 326,904,500 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp | // Source: https://leetcode.com/problems/replace-all-digits-with-characters/
// Author: Miao Zhang
// Date: 2021-06-11
class Solution {
public:
string replaceDigits(string s) {
for (int i = 1; i < s.length(); i += 2) {
s[i] = s[i - 1] + s[i] - '0';
}
return s;
}
};
| [
"zhangdaxiaomiao@163.com"
] | zhangdaxiaomiao@163.com |
4fccc4b5425386a072b847a260e92e58654f8c25 | 76adadc595cf0e27f03833036ecb9e7e9387c7d5 | /obstacle_avoidance_gazebo_and_tx2/Navigator_2D_gazebo/Path_Planning_cpp/rrt_test.cpp | 3e82ffec48ebf1326e08e91f891909a23c659927 | [
"Apache-2.0"
] | permissive | hddxds/scripts_from_gi | 2fdef4dc747b6a269a1aa9df871afaca19bbe178 | afb8977c001b860335f9062464e600d9115ea56e | refs/heads/master | 2022-12-08T21:32:42.307594 | 2020-09-07T13:25:40 | 2020-09-07T13:25:40 | 293,529,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 833 | cpp | //
// Created by gishr on 19-6-6.
//
#include "rrt_star.h"
int main(int argc, char **argv) {
rrt_star rrt(50);
vector<Vector3f> obstacle = rrt.create_obstacle();
for(auto& ob : obstacle)
{
cout<<ob<<endl;
}
vector<Vector3f> path = rrt.find_path(Vector3f(0, 0, 10), Vector3f(50, 0, 10... | [
"dongshuo@giai.tech"
] | dongshuo@giai.tech |
0bb3646cf106489ce267d7561a169a9d8341c492 | 0a264c136331aa7c926df48061bbeaeae34afec6 | /muduo/muduo/base/Condition.h | 1cd1591cd06529414007f9fb973fa30af49f3979 | [
"BSD-3-Clause"
] | permissive | wenwuge/EasyLib | e28b64238cc5ebd4dafbcfb8f2eabb483cdbe52f | 2151e0246ec971024200c318d61694e23ec7df1f | refs/heads/master | 2022-10-25T15:58:09.725483 | 2022-10-19T07:37:24 | 2022-10-19T07:37:24 | 42,303,639 | 20 | 16 | null | null | null | null | UTF-8 | C++ | false | false | 1,008 | h | // Use of this source code is governed by a BSD-style license
// that can be found in the License file.
//
// Author: Shuo Chen (chenshuo at chenshuo dot com)
#ifndef MUDUO_BASE_CONDITION_H
#define MUDUO_BASE_CONDITION_H
#include <muduo/base/Mutex.h>
#include <boost/noncopyable.hpp>
#include <pthread.h>
namespace m... | [
"libin3-s@video02v.ops.corp.qihoo.net"
] | libin3-s@video02v.ops.corp.qihoo.net |
ca1592fad894c31ed42cc81e074a2c2136363227 | 6d1ea03becb18944e6dae48db076e519cb8ca328 | /day04/ex03/ClassCharacter.hpp | 77edc7e1b4b50d5ae1a087f73ae8003670336c09 | [] | no_license | ltouret/cpp | d1c4aa2263f71d4d6ed6f8d9d818a5e617ad055a | 979c6837452399e5fa4b0a3e18db3213d42b2132 | refs/heads/master | 2023-08-11T11:20:41.681021 | 2021-09-20T23:33:03 | 2021-09-20T23:33:03 | 339,862,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,478 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ClassCharacter.hpp :+: :+: :+: ... | [
"jiloh55@gmail.com"
] | jiloh55@gmail.com |
529a8ecba99ef67a9a88acc673a7b9dd7b9c1149 | 43ae0d65a9acbfbfe8c36e158e1a590f6db02ad5 | /jni/WiEngine/impl/common/wyObject.cpp | a72b34e5015f21eea84fc2c27f774fe5d66394c8 | [
"MIT"
] | permissive | identy/WiEngine | bfd0f5b95f0be72274e1dfb341d732d4a571993c | 2fb4276f558a5b1660d940b982c591cb7c73aec8 | refs/heads/master | 2020-12-25T01:27:01.452216 | 2013-04-22T03:22:24 | 2013-04-22T03:22:24 | 9,659,254 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,624 | cpp | /*
* Copyright (c) 2010 WiYun Inc.
* Author: luma(stubma@gmail.com)
*
* For all entities this program is free software; you can redistribute
* it and/or modify it under the terms of the 'WiEngine' license with
* the additional provision that 'WiEngine' must be credited in a manner
* that can be be observe... | [
"stubma@gmail.com"
] | stubma@gmail.com |
311c8cb7e9098fcfc1554a563b48c4ef03a27529 | 07306d96ba61d744cb54293d75ed2e9a09228916 | /External/NaturalMotion/morpheme/utils/gameManagement/include/GameManagement/PhysX3/GameCharacterManagerPhysX3Threaded.h | 602e69a1cba81e0129cf26381cc3a70e4a7b87ef | [] | no_license | D34Dspy/warz-client | e57783a7c8adab1654f347f389c1dace35b81158 | 5262ea65e0baaf3f37ffaede5f41c9b7eafee7c1 | refs/heads/master | 2023-03-17T00:56:46.602407 | 2015-12-20T16:43:00 | 2015-12-20T16:43:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,189 | h | // Copyright (c) 2012 NaturalMotion. All Rights Reserved.
// Not to be copied, adapted, modified, used, distributed, sold,
// licensed or commercially exploited in any manner without the
// written consent of NaturalMotion.
//
// All non public elements of this software are the confidential
// information of NaturalMo... | [
"hasan@openkod.com"
] | hasan@openkod.com |
749bdbacd1dc7341396e2f370224db2d9d422890 | ce9777fe1253d5db769903b7a0afc87abec5f7ed | /practice/p1/allocator.h | 9d468069eba5971c22ca90d7295da2669e5d1d4e | [] | no_license | Zhiganoff/sfera-mail-mt | 8c1dee1f2fca63f6fccd2b0d9f6ee13362e18a80 | e1bac60676bb387676af0381cdcbc9d448902c31 | refs/heads/master | 2021-01-12T21:09:38.826894 | 2017-01-18T01:39:43 | 2017-01-18T01:39:43 | 68,546,100 | 1 | 0 | null | 2016-09-18T20:40:52 | 2016-09-18T20:40:52 | null | UTF-8 | C++ | false | false | 1,923 | h | #include <stdexcept>
#include <string>
#include <list>
#include <vector>
#include <cstring>
#include <iostream>
enum class AllocErrorType {
InvalidFree,
NoMemory,
};
class AllocError: std::runtime_error {
private:
AllocErrorType type;
public:
AllocError(AllocErrorType _type, std::string message):
... | [
"zhiganoff.rd@yandex.ru"
] | zhiganoff.rd@yandex.ru |
ef97d4aafacaa4c3b06777d7cbe583a6ac0f1561 | dff5780f161834db353ee91466d04c08cd6b2631 | /Kojima_lib/RegressEquation.h | 52adbf89cb31d0688a2d0b9408c5401f5bcc60d9 | [] | no_license | kojima04/Kojima_lib | bcfe4218f1ba67a0f785576718c60bd32627f671 | de5e1aebb69c53366cf8f14b3aeabbbc2b2328ab | refs/heads/master | 2016-09-02T22:03:19.871835 | 2015-09-08T03:56:48 | 2015-09-08T03:56:48 | 42,042,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 595 | h | #pragma once
class CRegressEquation3
{
public:
CRegressEquation3();
~CRegressEquation3();
void SetUpNode(int index);
void SetNodePara(int index,D3DXVECTOR3 * vec3)
{
m_Node[index] = *vec3;
}
void SetRegressEquation();
float B0,B1,B2;
D3DXVECTOR3 * m_Node;
//D3DXVECTOR3 m_Node[10];
int m_NodeNum;
float... | [
"kojimay04@gmail.com"
] | kojimay04@gmail.com |
22356c8d074acd7aa9a37f00c109fb53e55ea64b | baae2eda20f6777f93d155fcc10b8ebd296aba41 | /code/particle/effects/CompositeEffect.h | 1c1473087497c9ecc8fc688f3eaf8303268b0150 | [] | no_license | rodrigobmg/fs2open.github.com | 62ec24927ffacbc2126c9ab6445b8ed08e748f56 | ae17e3f4b7f956cff92c5d2dc2c46f73b142e193 | refs/heads/master | 2020-03-10T02:28:54.759459 | 2018-04-09T15:08:27 | 2018-04-09T15:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 847 | h | #ifndef COMPOSIE_EFFECT_H
#define COMPOSIE_EFFECT_H
#pragma once
#include "globalincs/pstypes.h"
#include "particle/ParticleEffect.h"
#include "particle/ParticleManager.h"
#include "utils/RandomRange.h"
namespace particle {
namespace effects {
/**
* @ingroup particleEffects
*/
class CompositeEffect: public Particle... | [
"asarium@gmail.com"
] | asarium@gmail.com |
3fdff9ae23d6180b8cf378120c7e2075201f477d | c28655701183c1af2ee205b4077595aa6a0f6e68 | /codeforces/busiTrip2.cpp | adb705554fae863d56ef694f1c2746805a6edaf6 | [] | no_license | Divan009/CodingChallenges | a22f8b66ffe8def475a6bb1f31b0000c7af8184b | 082de264444a47ef4eb4bc5576f4786d3941a508 | refs/heads/master | 2021-07-10T20:04:23.607456 | 2020-07-09T05:50:37 | 2020-07-09T05:50:37 | 168,947,856 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
int main(){
int k, a[12], total=0,sum=0, counter=0;
cin >> k;
for(size_t i=0; i<12; ++i){
cin >> a[i];
total+=a[i];
}
int n = 12; //sizeof(a)/sizeof(a[0])
if(k==0){
cout << 0;
return 0;
}
if(total < k){
cout <... | [
"noreply@github.com"
] | Divan009.noreply@github.com |
6752a721cd580f92ea9ca8fc5c5c3adfcfc78959 | b7cb693df78d0b79ef52ee9ed5e31abe9cfafbac | /C++Tut/SizeOf_38.cpp | 87bcd477399e4b8c5a786d1412410641190c5e1c | [
"MIT"
] | permissive | dedhun/Ded_CP | 43dbda6a5448772be2ef002bb51577306be284ac | 593abfbf703199f748633600041c251c39d76cfe | refs/heads/master | 2022-11-07T04:41:23.275173 | 2020-06-25T00:33:32 | 2020-06-25T00:33:32 | 274,648,638 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | //
// Created by Jihun on 6/24/2020.
//
#include <iostream>
using namespace std;
int main() {
//sizeof (size of variable,array, etc) (how many bytes it take)
//char c;
//int i;
//double d; // double is more precise (The more precise a value is, the more memory it needs)
//cout << siz... | [
"noreply@github.com"
] | dedhun.noreply@github.com |
2ec9199112a6d0fcf1713d923e914be49e3f9a03 | 9a784fdd879c26984ec996d39ba1bc277e54073b | /s814/dataDump/3200000.0_A6.5.cp | 9e96ab49d6cabc369732576b41b36c46244de7ac | [] | no_license | ChrisLangel/Xfoil_PyWrap | bf46eaaf27005d3b6d87e9e1bbeb53c60e6b98c5 | b3f686d780a16af2bb577c5d104559b501a1df39 | refs/heads/master | 2020-04-06T03:42:15.280513 | 2017-01-09T20:43:31 | 2017-01-09T20:43:31 | 42,878,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,199 | cp | # x Cp
1.00000 0.14413
0.99901 0.14299
0.99796 0.14179
0.99684 0.14047
0.99565 0.13903
0.99439 0.13746
0.99304 0.13570
0.99161 0.13376
0.99008 0.13161
0.98846 0.12921
0.98673 0.12652
0.98489 0.12355
0.98... | [
"cmlangel@ucdavis.edu"
] | cmlangel@ucdavis.edu |
2213920f29e02cceb3efe43ac42140baf3274329 | 7905d0f065d56d5e4c7c73b83d4c4a11060b2f2f | /Sample2AxesControl_RTX/cpp/kinematics.cpp | 89bb1dbe8ab15153e6cf2afa72ed98257f1341f3 | [] | no_license | bxyrsxo/MaSaG | 914e6a2385e31e6a25d4769cf6552d62a0f26fe2 | bb4feba8d988d77b89a7c40c1cb93b8d216320c2 | refs/heads/master | 2021-01-22T05:15:16.480979 | 2018-03-23T23:33:31 | 2018-03-23T23:33:31 | 81,640,682 | 0 | 0 | null | 2017-02-11T08:29:23 | 2017-02-11T08:29:23 | null | UTF-8 | C++ | false | false | 7,892 | cpp | #include "kinematics.h"
#define SINGULARITY 0.49999
Transform kinematics::ForwardKinematics(Vectornf& q)
{
int i;
Transform T = transformDH(dhParams[0], q(1));
for (i = 1; i < 6; i++)
T = T * transformDH(dhParams[i], q(i+1));
return T;
}
Transform kinematics::FK_MaSaG(Vectornf& q)
{
Transform t... | [
"noreply@github.com"
] | bxyrsxo.noreply@github.com |
ad440ad142cf316d70c1ab1cc64d66aff4190a2b | 82359f927e443fe95c1e2da4eec752d9e6028502 | /main.cpp | a1783a080f95528a3cc0e73389ecbff172921373 | [] | no_license | RayhanAnandhias/cg-house | 0b153ae16c1d09fc20a937268715565979a5d413 | c1559def4c7ace00cc9986ed756bb30650e2c766 | refs/heads/main | 2023-01-03T06:13:54.588798 | 2020-10-22T15:53:44 | 2020-10-22T15:53:44 | 306,387,126 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,465 | cpp | #include <bits/stdc++.h>
#include <GL/glut.h>
#include "BmpLoader.h"
using namespace std;
char title[] = "Rayhan Azka Anandhias Putra - 181524028";
float angle = 0.0;
GLuint texture_wall, texture_door, texture_grass, texture_roof, texture_sky;
GLuint texture_window, texture_pagar, texture_gapura;
void init(... | [
"noreply@github.com"
] | RayhanAnandhias.noreply@github.com |
152e5a23eb4b0222fb6ecff55c041aafe844559f | 8171c0d36186ab01094c63436dcfa92d09a7b30a | /solve.cpp | 4834fb68c81f15b22be1d00723b1d0976ed679f9 | [] | no_license | ashleshabise/algo_assignment3 | 84a32b927c3ad64dcc8415a4f0265580828858db | 01b9b843c62083e8750e02fb8f02feb27480a319 | refs/heads/master | 2021-01-10T13:58:48.657766 | 2016-02-09T13:16:41 | 2016-02-09T13:16:41 | 51,367,486 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,620 | cpp | #include<stdio.h>
#include<string.h>
#include<stdbool.h>
#include<math.h>
#define a 16
#define SIZE 100
#define TRUE 1
#define FALSE 0
fGamma(int K, float q, char *partitionOutputFile, char *inputFileGamma, char *fileForR) {
char *str;
int gammaArray[K], i=0;
// Read gammas from inputFileGamma
FILE gammaFile ... | [
"binny.arora@jugnoo.in"
] | binny.arora@jugnoo.in |
b6fd202b67208e4ecb245f269a2ac43d70da750b | 2aa54f4d4404cfcdf90d4b20d0043a835b90ae98 | /protocol/Greenstack/libgreenstack/Frame.cc | aecdcbec0d720c46b8dea8010894673c3517c42c | [] | no_license | premkumr/memcached | 1bf8f3e36f19e27668ee30aaece4f3f700004e4b | 743c7bed1ed5dca50f0fde75cfa7533a78ded919 | refs/heads/master | 2021-01-22T18:42:31.225911 | 2017-04-06T08:35:39 | 2017-04-06T15:03:58 | 85,103,393 | 0 | 0 | null | 2017-03-25T00:09:22 | 2017-03-15T17:46:14 | C++ | UTF-8 | C++ | false | false | 1,602 | cc | /* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2015 Couchbase, 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
*
* ... | [
"trond.norbye@gmail.com"
] | trond.norbye@gmail.com |
c4c394fb076e5d36b081f9ac4e8837d42045f0c1 | 5bfcd0c40509ed4f4251e5d286aa010e0a04243f | /3rdParty/Raknet/include/UDPProxyCoordinator.cpp | 4436ae8e1cc822f3418db8d74ebfdf9554673f6b | [] | no_license | CedricGuillemet/theRush | 28b912d8c90f8c7b67c7c0c3e55512ab9bb7df0c | bf1a85200f236d8eff672fb701b213a4ea24424c | refs/heads/master | 2021-09-06T09:07:56.188895 | 2018-02-04T19:06:26 | 2018-02-04T19:06:26 | 120,213,513 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,096 | cpp | #include "NativeFeatureIncludes.h"
#if _RAKNET_SUPPORT_UDPProxyCoordinator==1
#include "UDPProxyCoordinator.h"
#include "BitStream.h"
#include "UDPProxyCommon.h"
#include "RakPeerInterface.h"
#include "MessageIdentifiers.h"
#include "Rand.h"
#include "GetTime.h"
#include "UDPForwarder.h"
// Larger than the client ver... | [
"cedric.guillemet@gmail.com"
] | cedric.guillemet@gmail.com |
83209ec2e53210d960975cc0d6b35c0f23f2de70 | ac43fe21f06b0795f5a3b90471ab44baf5b9702e | /src/worker/WorkerThreadPool.cpp | ab6c0568050fb9e072d87797ae78ec7fb7ddbd09 | [
"Apache-2.0"
] | permissive | andypeng2015/Faasm | 6959ea6b85490f57cfd032ca79eb2b4651282c36 | f8f55eaa64dc74cf9ff55022df9c7ca6510874bb | refs/heads/master | 2020-12-22T22:01:19.469458 | 2020-01-28T14:20:57 | 2020-01-28T14:20:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,856 | cpp | #include <worker/WorkerThread.h>
#include "WorkerThreadPool.h"
#include <scheduler/GlobalMessageBus.h>
#include <scheduler/SharingMessageBus.h>
#include <worker/worker.h>
namespace worker {
WorkerThreadPool::WorkerThreadPool(int nThreads) :
_shutdown(false),
scheduler(scheduler::getSched... | [
"noreply@github.com"
] | andypeng2015.noreply@github.com |
bcffaf73f299af37019d524bb731a93e43220db9 | 4a21fd10b9ee9e84ee3c88cf9d98e029a74b3710 | /app/GL/GLShapeElement.h | ec8c395c47d6f5f130989d4ebcabdb281b1a3b12 | [
"MIT"
] | permissive | 0x50Fc/kk-game | bb114c22162b9c94932cfb63488c91010f3e3721 | 56463c13347a5608e54ae0a069b0b9263f32d7c8 | refs/heads/master | 2022-08-04T14:17:10.879769 | 2018-10-31T03:14:47 | 2018-10-31T03:14:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 669 | h | //
// GLShapeElement.h
// KKGame
//
// Created by zhanghailong on 2018/4/27.
// Copyright © 2018年 kkmofang.cn. All rights reserved.
//
#ifndef GLShapeElement_h
#define GLShapeElement_h
#include "GLContext.h"
namespace kk {
namespace GL {
class ShapeElement : public Element {
pu... | [
"hailong11@staff.weibo.com"
] | hailong11@staff.weibo.com |
77515741e72bc9fa89943e5a08b1ceac9ea714c6 | 5f794e0d109fbf536ffa5cebff1080da3ded39f8 | /src/test/streams_tests.cpp | bdc682cb6e54c25d36156b964df2ed7091c46d05 | [
"MIT"
] | permissive | sighttviewliu/RoyalBitcoin-1 | dbb85ab6975d19177f6de5534dba915a98c0a462 | 5e3e3c05f346a1e1d4a8908743574db0a070d723 | refs/heads/master | 2021-09-03T09:49:37.381083 | 2018-01-08T05:48:44 | 2018-01-08T05:48:44 | 116,490,156 | 2 | 0 | null | 2018-01-08T05:48:45 | 2018-01-06T14:40:34 | C++ | UTF-8 | C++ | false | false | 4,262 | cpp | // Copyright (c) 2012-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "streams.h"
#include "support/allocators/zeroafterfree.h"
#include "test/test_royalbitcoin.h"
#include <boost/assig... | [
"liaoyeping@earthledger.com"
] | liaoyeping@earthledger.com |
c625f44688740a9d24dc02c6640dd91714ed3a32 | 17c3e190832a88acf7d97d22d048a927a2bacaef | /src/wam_node.cpp | 77cd1a7eb53b0beafb9ba3a6d27f2b01ef5938ff | [] | no_license | cbuscaron/wam_node | 58f4731baa5929b574f8cc8d1ff9710cda1d6794 | f7a4f60c7d84b7cddda9643387f822423ede50cc | refs/heads/master | 2021-01-09T06:11:43.107048 | 2017-02-04T19:12:28 | 2017-02-04T19:12:28 | 80,935,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,769 | cpp | /*
Copyright 2012 Barrett Technology <support@barrett.com>
This file is part of barrett-ros-pkg.
This version of barrett-ros-pkg is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
Lice... | [
"cbuscaron@gmail.com"
] | cbuscaron@gmail.com |
ecbe7fdcd8d80011c867dc11e466a98a4f14829f | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/fusion/support/unused.hpp | deaa39f2fb0fd7c291a8d0a94b9876f8a21515b4 | [
"MIT",
"BSL-1.0"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,073 | hpp | /*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=========================================... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
7c5db880526fb930f704c6fb43d7838164f582be | 0577a46d8d28e1fd8636893bbdd2b18270bb8eb8 | /update_notifier/thirdparty/wxWidgets/include/wx/confbase.h | 731f9cbad3b553e20e5b4f1eb40196508750afe9 | [
"BSD-3-Clause"
] | permissive | ric2b/Vivaldi-browser | 388a328b4cb838a4c3822357a5529642f86316a5 | 87244f4ee50062e59667bf8b9ca4d5291b6818d7 | refs/heads/master | 2022-12-21T04:44:13.804535 | 2022-12-17T16:30:35 | 2022-12-17T16:30:35 | 86,637,416 | 166 | 41 | BSD-3-Clause | 2021-03-31T18:49:30 | 2017-03-29T23:09:05 | null | UTF-8 | C++ | false | false | 18,415 | h | ///////////////////////////////////////////////////////////////////////////////
// Name: wx/confbase.h
// Purpose: declaration of the base class of all config implementations
// (see also: fileconf.h and msw/regconf.h and iniconf.h)
// Author: Karsten Ballueder & Vadim Zeitlin
// Modified b... | [
"mathieu.caroff@free.fr"
] | mathieu.caroff@free.fr |
3fce2738cf9b4528f93034da171b0dae8e699505 | ecc9069b70793aa275caa8226f7dc159dff76def | /OsiInterface/GameDefinitions/EntitySystem.h | f802a9cbda71b79995417d7bfd0b4861f9d1c9fe | [
"MIT"
] | permissive | Al123F1/ositools | 2caaaa8371710c73503caa55caaf1f42a9126b09 | 09999c5a62c881774ac97844f43f1d639c32127f | refs/heads/master | 2022-12-18T17:02:59.306410 | 2020-09-27T11:04:33 | 2020-09-27T11:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,858 | h | #pragma once
#include "BaseTypes.h"
#include "Enumerations.h"
#include "Net.h"
#include "Module.h"
#include "Stats.h"
#include <GlobalFixedStrings.h>
namespace dse
{
template <class T, uint32_t TypeIndex>
struct NetworkObjectFactory : public ObjectFactory<T, TypeIndex>
{
Map<FixedString, T *> ObjectMap;
Map<u... | [
"infernorb@gmail.com"
] | infernorb@gmail.com |
558e066527194532e31051a796b19b68b383019a | e9da060baee22bacd0974e4a54d94701c478d384 | /Programming Assignment 3/BattleArena.h | 5d62d6e789905d86367bd780d24c7e2d92a4e286 | [] | no_license | SamKrasnoff/EC_327 | ca47be160a1119ce0dd5635902fb83f74b53d865 | 78b95631b7fe9be88967da7e150da185a1ad41dd | refs/heads/master | 2022-04-07T19:22:36.491480 | 2020-02-27T03:30:30 | 2020-02-27T03:30:30 | 213,062,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 643 | h | #ifndef BATTLEARENA_H
#define BATTLEARENA_H
class BattleArena: public Building{
public:
enum BattleArenaStates{
RIVALS_AVAILABLE = 0,
NO_RIVALS_AVAILABLE = 1
};
BattleArena();
BattleArena(unsigned int max_rivals, unsigned int stamina_cost, double dollar_cost,... | [
"krasnoff@bu.edu"
] | krasnoff@bu.edu |
66a240d15265308b2801398291c80090c03594f0 | 1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7 | /SDK/BP_GamePadShoulderSetAsset_functions.cpp | 3aeef1f70f133bd35b76c0f01889cd5c8d8225f4 | [] | no_license | LemonHaze420/ShenmueIIISDK | a4857eebefc7e66dba9f667efa43301c5efcdb62 | 47a433b5e94f171bbf5256e3ff4471dcec2c7d7e | refs/heads/master | 2021-06-30T17:33:06.034662 | 2021-01-19T20:33:33 | 2021-01-19T20:33:33 | 214,824,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,208 | cpp |
#include "../SDK.h"
// Name: Shenmue3SDK, Version: 1.4.1
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------------------------------------------
// Function BP_GamePadSho... | [
"35783139+LemonHaze420@users.noreply.github.com"
] | 35783139+LemonHaze420@users.noreply.github.com |
d788eb6ba6faf4838ce73cc2f6bb2bb3d2c77787 | 481ff5af691f12dd066547538f6b0d3610f8804a | /04 Test/codecTest/codecTest.cpp | 66bc439be69c1c3cfd928ce9bdc74b7680392dbe | [] | no_license | lightindarkgit/irisembx00 | 909a1ff0fe10165537cf03f78f310f2329c62da4 | 3fa3ca437246172dfa0b6adbbddda418c60ee7a6 | refs/heads/master | 2020-04-11T06:45:09.549740 | 2018-03-09T03:32:23 | 2018-03-09T03:32:23 | 124,330,594 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,899 | cpp | // codecTest.cpp : 定义控制台应用程序的入口点。
//
#include <iostream>
#include "IKEMB1000Codec.h"
int main(int argc, char* argv[])
{
std::cout << "codecTest" << std::endl;
PersonBase personBase[3];
/*
uuid_t Pid;
int OpToken; // 增加操作令牌, added at 20140429
// 值由X00服务控制,设备只负责接收、保存
char PersonName[... | [
"guowen@irisking.com"
] | guowen@irisking.com |
90781eecf2fd047c0d40787d67c7b525b8d3dc50 | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_XFH_T_0604_Turrets_parameters.hpp | 8434c48cb1c788a9445553ec2101e66c4340a432 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 365 | hpp | #pragma once
// TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_XFH_T_0604_Turrets_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
40439faefe1e62db778863f9000ab01c6cb9eb10 | 7e522089dc55393159a7cfddfe98506f2cf70717 | /SigmoidLayer.cpp | 870824393a2900f9cecd0f42fa0474c088c5737e | [] | no_license | danathughes/cNeuralNetwork | 27d6d77f5f1eb18d8ebf09a0b40dab33e72c4c87 | b494f426a7c2be50ac96388535d2ffcba387624b | refs/heads/master | 2016-09-03T06:59:55.953486 | 2015-07-11T04:14:14 | 2015-07-11T04:14:14 | 35,659,535 | 0 | 0 | null | 2015-07-08T00:31:36 | 2015-05-15T07:13:40 | C++ | UTF-8 | C++ | false | false | 658 | cpp | /**
*
*/
#include "SigmoidLayer.h"
#include <Eigen/Dense>
#include <math.h>
//#include <iostream>
using namespace std;
SigmoidLayer::SigmoidLayer(int size) : Layer(size)
{
}
SigmoidLayer::~SigmoidLayer()
{
}
void SigmoidLayer::activate()
{
// cout << "About to activate..." << endl << this->net_input << endl;
... | [
"danathughes@gmail.com"
] | danathughes@gmail.com |
a925dc5988956ea09a05c0a3db097c152145b748 | 15203435a6619321bee044539265f0be5d6a2e7b | /the-water/Temp/il2cppOutput/il2cppOutput/Il2CppCompilerCalculateTypeValuesTable.cpp | 457554bd61b654369c4555cb019f3d034823a810 | [] | no_license | rachelggarza/head-above | 724fef17729ce18652e1ad0a468e6c2546398429 | 205b7f9f9909bfd82cf37b2c13149ba06a37531e | refs/heads/master | 2021-06-21T13:13:14.755575 | 2017-08-17T21:55:04 | 2017-08-17T21:55:04 | 100,616,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324,434 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include "class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern const int32_t g_FieldOf... | [
"rachelg@unity3d.com"
] | rachelg@unity3d.com |
f90117e67ec7625e7d70020e2f808a932a28e6e7 | 3cdc68f3eee253db86ba630a07cabe4b0be99330 | /src/od-pandora/gui/EditFilesysHardfile.cpp | af430a6daa284c4a7ca5c134a87647d3f1247257 | [] | no_license | joolswills/uae4arm-rpi | 6e8bc3a73b9f7bcdbb79acd10443e94fe1ba3803 | c5610e7acdc9dbb6e969d65ae29476d1bea405aa | refs/heads/master | 2021-01-14T08:45:40.714258 | 2015-10-11T12:23:51 | 2015-10-11T12:23:51 | 44,225,049 | 0 | 0 | null | 2015-10-14T05:03:12 | 2015-10-14T05:03:12 | null | UTF-8 | C++ | false | false | 12,151 | cpp | #include <guichan.hpp>
#include <SDL/SDL_ttf.h>
#include <guichan/sdl.hpp>
#include "sdltruetypefont.hpp"
#include "SelectorEntry.hpp"
#include "UaeRadioButton.hpp"
#include "UaeDropDown.hpp"
#include "UaeCheckBox.hpp"
#include "sysconfig.h"
#include "sysdeps.h"
#include "config.h"
#include "options.h"
#include "memor... | [
"darcelf@gmail.com"
] | darcelf@gmail.com |
d2b83597069eac9ab8409b359a572a12d3e67701 | a943ab8fcd086f5e1f42d31521b542b28f014035 | /src/bLib/Vector.cpp | 53af1d398d0195bc714bf8f78a75372ef4747d34 | [] | no_license | javeme/bScript | 13e4804efd3df89a88a6ad133fc15298587398d4 | 75105dcafec80ab7c951850976a8d816422e0d7e | refs/heads/master | 2020-04-06T04:29:07.246373 | 2016-07-17T11:19:34 | 2016-07-17T11:19:34 | 71,037,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,261 | cpp | #pragma once
#include "stdafx.h"
#include "Vector.h"
namespace bluemei{
template <class T>
Vector<T>::Vector(void)
{
//dataArray.resize(10);
}
template <class T>
Vector<T>::~Vector(void)
{
;
}
template <class T>
int Vector<T>::add(T ele)
{
dataArray.push_back(ele);
return this->size();
}
template <class T>
boo... | [
"javaloveme@gmail.com"
] | javaloveme@gmail.com |
f1e85089187d60998a7946fcdccb67fc107d99a2 | e9854cb02e90dab7ec0a49c65f658babba819d56 | /Curve Editor Framework/QT/src/gui/kernel/qapplication.cpp | b99944e469906932219c827fd7cadb8517a372a8 | [] | no_license | katzeforest/Computer-Animation | 2bbb1df374d65240ca2209b3a75a0b6a8b99ad58 | 01481111a622ae8812fb0b76550f5d66de206bab | refs/heads/master | 2021-01-23T19:46:13.455834 | 2015-06-08T21:29:02 | 2015-06-08T21:29:02 | 37,092,780 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 209,632 | cpp | /****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... | [
"sonyang@seas.upenn.edu"
] | sonyang@seas.upenn.edu |
9bec5377d577362a149f8020fc1bea16ba876942 | 204c5937cdea475f5c3dafde6d770a74ae9b8919 | /UVA/Chapter 1. Algorithm Design/General Problem Solving Techniques/Exercises Beginner/11039.cpp | 088316ac7afcfea79b22f9c9d92981a4843d7fb8 | [] | no_license | mlz000/Algorithms | ad2c35e4441bcbdad61203489888b83627024b7e | 495eb701d4ec6b317816786ad5b38681fbea1001 | refs/heads/master | 2023-01-04T03:50:02.673937 | 2023-01-02T22:46:20 | 2023-01-02T22:46:20 | 101,135,823 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | cpp | #include<cstdio>
#include<iostream>
#include<algorithm>
#include<cstring>
using namespace std;
const int N=500005;
int a[N],b[N];
int tot1,tot2;
int work(int p)
{
int ans=1;
int i,j;
i=j=1;
while(i<=tot1 && j<=tot2)
{
if(p)
{
while(a[i]>b[j] && j<=tot2) j++;
if(j<=tot2)... | [
"njumlz@gmail.com"
] | njumlz@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.