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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4383b77d50929f3d0ac747da366f049bca700be7 | f6484e18382475024230f7e8385d689f9fd021b5 | /SDK/CLanTool.cpp | 55234dd1efce22677a4eaa4e1e10076798d6572b | [] | no_license | github188/jvsdknet | 2272f5f159b526b9a69bb61e958d607c682ab0ed | e405fd68936e797b2d926ad7a3850753a5da8dac | refs/heads/master | 2021-05-30T16:42:59.025072 | 2016-01-05T06:48:51 | 2016-01-05T06:48:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,270 | cpp | // CLanTool.cpp: implementation of the CCLanSerch class.
//
//////////////////////////////////////////////////////////////////////
#include "CLanTool.h"
#include "CWorker.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////... | [
"mfq@jovision.com"
] | mfq@jovision.com |
e0066574258172ad88eb1034efc24abf4c0d57cd | 0ac4a3db34995825cb972bb3a739d00adf18ce19 | /c/c3/c3_11/c3_11.cpp | 217f37848512521eec8d2448893fe0ca240623d2 | [] | no_license | leearvin/projects | 1f0bdd0d8d1eae37ef60e29b9f1e0ca9ea063838 | d5afedc8cc0bf2bd57fb37828dba64a16be2b347 | refs/heads/master | 2021-07-10T20:21:49.218816 | 2020-09-08T14:59:54 | 2020-09-08T14:59:54 | 70,250,030 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 322 | cpp | //输出关系表达式的值
#include <stdio.h>
// 1,0
// 0,0
void main()
{
char c='k';
int i=1,j=2,k=3;
printf("%d,%d\n",'a'+5<c,-i-2>=k+1); //'a'的ASCII值是97,'k'的ASCII值是107,97+5<107 True. -1-2>3+1 False
printf("%d,%d\n",i+j+k==-2*j,k==j==i+5);//6==-2*2 False , k==j False 故值为0 0==1+5 False
} | [
"lhjdark@hotmail.com"
] | lhjdark@hotmail.com |
a0c50c2aec1ba212dea05c26857d0c04d9e6790a | 0d709ca306d2182afc0dde344d39fd182df3cc44 | /codeforces/lex.cpp | 6a9ca87e5583ea585a6b522a0828c3eac5579930 | [] | no_license | abhibansal530/Codes | d967dea530f7c0379c12493013c596cc0c472b70 | 7e2d313e011523375b7613924dccdd5d618842a7 | refs/heads/master | 2021-11-05T03:38:34.743894 | 2021-10-31T16:37:37 | 2021-10-31T16:37:37 | 54,504,455 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 365 | cpp | #include<bits/stdc++.h>
using namespace std;
string next(string s){
int l=s.size();
int i,j;
for(i=l-1;i>=0;i--){
if(s[i]!='z'){
s[i]+=1;
for(j=i+1;j<l;j++){
s[j]='a';
}
return s;
}
}
}
int main(){
string s,t;
cin>>s>>t;
string a;
a=next(s);
//cout<<a<<endl;
if(a<t)
cout<<a<<endl;
else
... | [
"abhibansal530@gmail.com"
] | abhibansal530@gmail.com |
c072e8e7bfdbbf2ffcff817b257d07722a7ba019 | dc2f96addc945de3eca2b7413bc1d603fb35a07d | /kernels/geometry/fillcone.h | 9d1c9a9a32bb7827f08dc374b969f866f6dbf96f | [
"Apache-2.0",
"IJG",
"LicenseRef-scancode-generic-cla"
] | permissive | marty1885/embree-arm | cd600afc5bcd042bf7fdfcf0873d5659b643add2 | 60651db1eb56a5ef2c9c56e49eeca175ff05a112 | refs/heads/master | 2021-01-13T16:24:37.838967 | 2017-04-05T14:23:48 | 2017-04-05T14:23:48 | 79,805,191 | 13 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 7,966 | h | // ======================================================================== //
// Copyright 2009-2016 Intel Corporation //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// y... | [
"sven.woop@intel.com"
] | sven.woop@intel.com |
28f4d9f89861247f142f91e645bf309cf3d09eee | e2cc28e162f14551f189390c0896b0334b29eaba | /the_concepts_and_practice_of_math_fin/Project5/ProjectB_7/exotic_options/main.cpp | 2757d05a279e2ae160fa38ee06d51ed7e22c05fe | [
"MIT"
] | permissive | calvin456/intro_derivative_pricing | 3f3cf4f217e93377a7ade9b9a81cd8a8734177a7 | 0841fbc0344bee00044d67977faccfd2098b5887 | refs/heads/master | 2021-01-10T12:59:32.474807 | 2016-12-27T08:53:12 | 2016-12-27T08:53:12 | 46,112,607 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 10,507 | cpp | // main.cpp
//test Asian and discrete barrier option.
#include <iostream>
#include <BlackScholesFormulas.h>
#include <barrier_options_analytical.h>
#include<Parameters.h>
#include<ParametersPWC.h>
#include<MCStatistics.h>
#include<ConvergenceTable.h>
#include<AntiThetic.h>
#include <MersenneTwister.h>
#include<PathDe... | [
"calvin456@users.noreply.github.com"
] | calvin456@users.noreply.github.com |
5decf0d1cf636613dea940721507f727e248b07a | ef64de4fdabd89683325098626980285b50fe959 | /Tank.h | 863800e5a5ac0dd2d8debfd810b3d96f98d37a90 | [] | no_license | JohnCodd/Year-4-Project-C00208049 | 441561fed9c3ce84fd2d80cb71f5e292c2930a33 | c00bfc10e86045c66fd4d6b871460f2bf9aa2a4e | refs/heads/master | 2020-04-02T06:07:37.022013 | 2019-04-08T13:37:18 | 2019-04-08T13:37:18 | 154,110,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | h | #pragma once
#include "Unit.h"
#include "TankMoveChart.h"
#include "TankDamageChart.h"
class Tank : public Unit
{
public:
Tank()
{
m_maxHealth = 100;
m_health = m_maxHealth;
m_power = 50;
m_movement = 5;
m_remainingMoves = m_movement;
m_type = UnitTypes::Tank;
m_displayLocation = sf::Vector2f(1, 1);
}... | [
"john.codd@hotmail.com"
] | john.codd@hotmail.com |
5c1204adfdaae2827e636440dba0afe321c37130 | aef88785fd7199d5a53409508e9168fd1456285c | /constexpr.hpp | f3d4bee662bdd0ece0f7ddf0df795bcde399d1c3 | [] | no_license | hirthwork/assert | 52107323f0fb2ae7fef66e909010d3ac8b5a5d9e | a0c477e99ce668db4679e549bd6ce1df573a9b33 | refs/heads/master | 2020-05-17T23:47:57.068933 | 2012-05-13T19:39:45 | 2012-05-13T19:39:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | hpp | /*
* constexpr.hpp -- constexpr compatibility wrapper
*
* Copyright (C) 2012 Dmitry Potapov <potapov.d@gmail.com>
*
* 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 versi... | [
"potapov.d@gmail.com"
] | potapov.d@gmail.com |
b453e1078c0e8a897e76a55532b137ad3a079727 | 8b855a12c1ba03bbe9ad00af5a4ba16294732efe | /benchmark/benchbpropbatchxor.h | 9710cc94f9130f986bc22a7a5dcfcaa8e30bd766 | [] | no_license | andudu/neurino | 6bf118fd71aa2ca7f177bc82678309339a474753 | 605e0356758bddfeab8d571c20eb2b711d4868a3 | refs/heads/master | 2021-01-20T23:37:39.010858 | 2011-11-29T08:36:21 | 2011-11-29T08:36:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 228 | h | #ifndef BENCHBPROPBATCHXOR_H
#define BENCHBPROPBATCHXOR_H
#include "bench.h"
class BenchBPropBatchXor : public Bench {
public:
BenchBPropBatchXor(float targetError, int targetIteration);
virtual void run();
};
#endif
| [
"grebennikov.roman@gmail.com"
] | grebennikov.roman@gmail.com |
970d83c830315b54a684049167427f626af19411 | 7ecc9870c00d95f1065ffff444cff3d1fc9f4295 | /kqpa/KQDataEvaluator.h | ddd69fd8c1df6f6ff0f3924f1d3ae47af977d432 | [] | no_license | gadamc/kdata | c48ef82ed0880200c8133f5752b682200fe17bd1 | 177253d9fc62353f1082f541b02176f5f2ad9fff | refs/heads/master | 2021-01-19T16:57:08.400126 | 2018-07-17T20:24:27 | 2018-07-17T20:24:27 | 2,298,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 866 | h | //_____________________________________________
//
// KQDataEvaluator.h
// KDataStructure
//
// Author: Daniel Wegner <mailto:Daniel.Wegner@student.kit.edu> on 2/18/11.
//
// * Copyright 2011 Karlsruhe Institute of Technology. All rights reserved.
//
#include "Rtypes.h"
#include "KQDataReader.h"
#include "KQHistogramM... | [
"cox@e4a34bab-3947-0410-866c-ab59ef520b34"
] | cox@e4a34bab-3947-0410-866c-ab59ef520b34 |
ff405bda9381404748c1c74b9a59a3ca4eb7fb99 | 60eebd73083dabe8403e932fd252d8ff9b61ba24 | /src/daslc/SyncSem.hpp | ad7ddd6fc854c6b336d9e9479757f4c6b717d0e8 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | cps-sei/mcda | 10a231421980821b648adf207e678b95b0005062 | f74e88682aeb53b009778996a388cc3dd0f4634d | refs/heads/master | 2021-03-12T23:32:22.704899 | 2015-03-14T16:22:43 | 2015-03-14T16:22:43 | 32,192,450 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,873 | hpp | /**
* Copyright (c) 2014 Carnegie Mellon University. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list o... | [
"chaki@sei.cmu.edu"
] | chaki@sei.cmu.edu |
5ca88bedbb137b38a760ac26581c9e10654a5fde | 0ae17c9f657a52c232f497cf0867ef2b4cc865d4 | /Source/PuzzlePlatforms/PlatformTrigger.h | cfd79c88061db75ba671239e6b7feea93e3afc65 | [] | no_license | Rappecool/MenuSystem2019 | ceb02bd732bedaeb1c702bafd11401252ede0ad9 | 4b476fcc75c65679b830214d0b62bf570f63d984 | refs/heads/master | 2020-05-31T11:22:59.948837 | 2019-08-17T15:02:41 | 2019-08-17T15:02:41 | 190,259,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,077 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "PlatformTrigger.generated.h"
UCLASS()
class PUZZLEPLATFORMS_API APlatformTrigger : public AActor
{
GENERATED_BODY()
public:
// Sets default values for t... | [
"rasmus.ekelund1@gmail.com"
] | rasmus.ekelund1@gmail.com |
d921195523415ab4287b82ee1bb657de1b1dea71 | 66e6360325b781ed0791868765f1fd8a6303726f | /LQSearch/SimpleCutTableFromLQ3Tree/7215_LL_SBMatrix/MakeSimpleCutTable.cpp | 45f9ca41d43f18df390143ee0fd4c549e503f6fb | [] | no_license | alintulu/FHead2011PhysicsProject | c969639b212d569198d8fce2f424ce866dcfa881 | 2568633d349810574354ad61b0abab24a40e510e | refs/heads/master | 2022-04-28T14:19:30.534282 | 2020-04-23T17:17:32 | 2020-04-23T17:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,958 | cpp | // //---------------------------------------------------------------------------
#include <iostream>
#include <vector>
using namespace std;
//---------------------------------------------------------------------------
#include "TFile.h"
#include "TTree.h"
#include "TH1D.h"
#include "TH2D.h"
#include "TStyle.h"
#include... | [
"yichen@positron01.hep.caltech.edu"
] | yichen@positron01.hep.caltech.edu |
18ae1d43e84f32623037fa1719d8945951519d2e | e915d0bcf2b4c6add59a216c3377288e20afd737 | /cpp03/ex01/ScavTrap.hpp | d7a5ff12dbc5873e9d314c999c41226fd2759d3d | [] | no_license | NikiP-C/cpp_piscine | 575a29253a7e6d99f9e685d347115ccf54fa0516 | d79c19fc9130a57a3dc5e22d82816df20e86ed76 | refs/heads/master | 2023-03-11T11:46:40.110033 | 2021-03-01T12:31:16 | 2021-03-01T12:31:16 | 283,230,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,514 | hpp | /* ************************************************************************** */
/* */
/* :::::::: */
/* ScavTrap.hpp :+: :+: ... | [
"nphilipp@f1r3s20.codam.nl"
] | nphilipp@f1r3s20.codam.nl |
a99e2dca776bc186e0ce8cbfa894b11b5fc3ea11 | 97e53e8028ffb9d3f736a0999cc470f9942ddcd0 | /01 窗体与界面设计/06 界面窗体应用实例/003 以时钟显示界面-例1/XPStyleButton/CustomButton.cpp | 8c6f423fb0876872156a5504aced2f567312bbc5 | [] | no_license | BambooMa/VC_openSource | 3da1612ca8285eaba9b136fdc2c2034c7b92f300 | 8c519e73ef90cdb2bad3de7ba75ec74115aab745 | refs/heads/master | 2021-05-14T15:22:10.563149 | 2017-09-11T07:59:18 | 2017-09-11T07:59:18 | 115,991,286 | 1 | 0 | null | 2018-01-02T08:12:01 | 2018-01-02T08:12:00 | null | GB18030 | C++ | false | false | 4,214 | cpp | // CustomButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPStyleButton.h"
#include "CustomButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCustomButton
CCustom... | [
"xiaohuh421@qq.com"
] | xiaohuh421@qq.com |
38c3123f8452ea15b5c2021a77489de958fa0577 | 6c044a7c21a11c4c467461ad3c0cee1636ab5271 | /PRO2/source/RB_Tree.cc | 774c2892c6dedd71083aab7b1253832c9cb9c231 | [] | no_license | xxning/Algorithm | b5e98f5660f1592ab29f412aaf888a34e5d67eff | 10026b53bb046dfc6125636aefe7df5f06688e61 | refs/heads/master | 2020-12-24T05:40:34.354157 | 2016-11-11T15:58:00 | 2016-11-11T15:58:00 | 73,491,078 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,070 | cc | #include<stdio.h>
#include<stdlib.h>
#include<time.h>
//#include "node.hh"
//#include "dumpdot.hh"
char *dumpfile_name = NULL; // dump file's name
FILE *dumpfp = NULL; // dump file's pointer
struct TreeNode{
int Key; //记录该节点表示的关键字
int Color; //0表示红色,1表示黑色;
int Size; //记录以该节点为根的子树的节点个数
... | [
"xiaoning@mail.ustc.edu.cn"
] | xiaoning@mail.ustc.edu.cn |
ce923b1fabf9c1a3d9e0e3e65fae9d72aa51b64c | 0d653408de7c08f1bef4dfba5c43431897097a4a | /cmajor/rt/Multiprecision.hpp | 5befa96f26d4bf403f6f840d8e6d05ec8e439426 | [] | no_license | slaakko/cmajorm | 948268634b8dd3e00f86a5b5415bee894867b17c | 1f123fc367d14d3ef793eefab56ad98849ee0f25 | refs/heads/master | 2023-08-31T14:05:46.897333 | 2023-08-11T11:40:44 | 2023-08-11T11:40:44 | 166,633,055 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,935 | hpp | // =================================
// Copyright (c) 2022 Seppo Laakko
// Distributed under the MIT license
// =================================
#ifndef CMAJOR_RT_MULTIPRECISION_INCLUDED
#define CMAJOR_RT_MULTIPRECISION_INCLUDED
#include <cmajor/rt/RtApi.hpp>
#include <stdint.h>
// Integer functions:
extern "C" RT... | [
"slaakko@gmail.com"
] | slaakko@gmail.com |
9820f63aa9ccfcdd5408046beaa1145877142935 | bb3b2fe1550f329d9c73f1cf06f702a7a4eb854a | /Design Tests/Card.h | b441006a03a92acba72fd58a4cc5c47d191a29e1 | [] | no_license | jaidurn/Design-Tests-take-2 | 18a1896ccafd41289d25299a62cb7fba333f99aa | f2a8d29faf1be99937d19ad1b3c807fe2b031d82 | refs/heads/master | 2022-08-26T16:18:12.357990 | 2019-09-10T09:16:27 | 2019-09-10T09:16:27 | 203,531,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 485 | h | #pragma once
class Card
{
public:
enum CardType
{
CARD_STAT,
CARD_DROP,
CARD_ABILITY,
CARD_WORLD,
TYPE_END
};
enum CardRarity
{
CARD_COMMON,
CARD_UNCOMMON,
CARD_RARE,
CARD_UNIQUE,
RARITY_END
};
Card(int entityID, CardType type, CardRarity rarity);
~Card();
CardType getType() { return m_t... | [
"blackmonbc@gmail.com"
] | blackmonbc@gmail.com |
dbabbd65fe5e61956f0ec8812260402d4ca5b6db | b36d536ab604021611a5aeaad352e8211d865d38 | /akuna/subset_sum_removal.cc | 1b411d007189227594550064c5c065d751fedc09 | [] | no_license | zshen0x/interviews | 352ce53cff87abd652a9070e8ef44df0589dee96 | dc01ce12c35afecd80379e912ae5b650c54fbe8c | refs/heads/master | 2021-03-19T13:23:06.290558 | 2016-12-03T01:28:26 | 2016-12-03T01:28:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | cc | //
// Created by Zhebin Shen on 11/6/16.
//
#include <vector>
#include <iostream>
using namespace std;
class Solution {
public:
vector<vector<int>> subsets(int n) {
if (n == 0) {
return vector<vector<int>> {{}};
} else {
auto sets = subsests(n-1);
}
}
ve... | [
"shenzhebin8@gmail.com"
] | shenzhebin8@gmail.com |
6382f7b6167cf36405847d2150a5d27b32394be5 | 8df7b64ed9b97381c747ca81a6006d57ca9d37bc | /juegoDelNumero.cpp | 4ceff1d6bcc2e1d281bbc79c79aede1a7f0d9b66 | [] | no_license | luisdavid24/segundo-corte | 8f9020f1c5e91f064b802481bc0d607e7b65c770 | a128b55022182cce9eee0ff943ec26f90bfc87da | refs/heads/master | 2022-11-07T04:56:07.757280 | 2020-06-11T21:12:55 | 2020-06-11T21:12:55 | 267,163,278 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | cpp | #include <iostream>
#include <time.h>
#include <stdlib.h>
using namespace std;
int numero,ingresado, oportunidades,nivel,vidas;
int main(int argc, char** argv) {
cout<<"Por favor secciona un nivel de dificultad muy facil(1),facil(2),normal(3),dificil(4),dificil(5) y dios(6): ";
cin>>nivel;
srand(time(NULL));
if(niv... | [
"david12.29@hotmail.com"
] | david12.29@hotmail.com |
aa12d60a3cbac334bc2fa97ca2bec7244f3c7eb2 | 357739046bdb507c7f74ccf472f6e07f8e996aa9 | /examples/example1.cpp | d2909ecf1086a910ffc8cf6b3b666231237e0f61 | [] | no_license | dmorse/test | a4139752453b8aa0b22eda475211168cc4c6f1e9 | 0d7f8e63f63f8294d4afee86419432bb7df6e5fa | refs/heads/master | 2021-12-12T01:15:06.965561 | 2021-12-05T05:36:21 | 2021-12-05T05:36:21 | 77,809,926 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,738 | cpp | #include <UnitTest.h>
#include <UnitTestRunner.h>
#include <iostream>
/**
* This example shows how to construct and run a single UnitTest class.
*
* We create a subclass of UnitTest named TestA, which has 3 test methods.
* We then use a set of preprocessor macros to define an associated subclass
* of UnitTestRunner. T... | [
"morse012@umn.edu"
] | morse012@umn.edu |
06c9bb00a62aec6bfbce815aef14f87a6cf0c67b | 731d0d3e1d1cc11f31ca8f8c0aa7951814052c15 | /InetSpeed/Generated Files/winrt/impl/Windows.Storage.Streams.0.h | 985a73e679deea4045b1dee39837e18b59370114 | [] | no_license | serzh82saratov/InetSpeedCppWinRT | 07623c08b5c8135c7d55c17fed1164c8d9e56c8f | e5051f8c44469bbed0488c1d38731afe874f8c1f | refs/heads/master | 2022-04-20T05:48:22.203411 | 2020-04-02T19:36:13 | 2020-04-02T19:36:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,625 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200316.3
#ifndef WINRT_Windows_Storage_Streams_0_H
#define WINRT_Windows_Storage_Streams_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation
{
template <typename TResult, typename TProgress> struct __declspec(empty_bases) IAsyncOperation... | [
"ctorre@microsoft.com"
] | ctorre@microsoft.com |
7f8e444582cde741de560cd8042473579bc16415 | 74450d2e5c5d737ab8eb3f3f2e8b7d2e8b40bb5e | /github_cpp/12/13.cpp | aaccdc9d66f03723d7d51b888df3e869a52861ab | [] | no_license | ulinka/tbcnn-attention | 10466b0925987263f722fbc53de4868812c50da7 | 55990524ce3724d5bfbcbc7fd2757abd3a3fd2de | refs/heads/master | 2020-08-28T13:59:25.013068 | 2019-05-10T08:05:37 | 2019-05-10T08:05:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | cpp | #include <queue>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <Graph.hpp>
namespace algo {
namespace mst {
struct Graph: public GenericGraph<WeightedEdge, false>
{
Graph(size_t s): GenericGraph(s) {}
int prim()
{
auto comp = [](const EdgeType* e1, const EdgeType* e2) {
return e1->weig... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
2a26acb07649d84a34021bcfbcebda38eb453018 | baaf9f5d96410226723fdd2b3a92dbccec595f47 | /ui/gui/include/gui/config_screen/ConfigView.hpp | a6e0fd0f00980255aaeafde5ea44aae627a9ec6f | [] | no_license | r315/iEV | 4876c8f3dbd13f75e9833ba058c32dd6e072d151 | b9cf37d483cdf1e3b73daefc212538a39242cf1b | refs/heads/master | 2020-05-01T13:24:43.658733 | 2019-07-12T23:15:08 | 2019-07-12T23:15:08 | 177,490,881 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | hpp | #ifndef CONFIG_VIEW_HPP
#define CONFIG_VIEW_HPP
#include <gui_generated/config_screen/ConfigViewBase.hpp>
#include <gui/config_screen/ConfigPresenter.hpp>
class ConfigView : public ConfigViewBase
{
public:
ConfigView();
virtual ~ConfigView() {}
virtual void setupScreen();
virtual void tearDownScreen()... | [
"a38652@alunos.isel.pt"
] | a38652@alunos.isel.pt |
ad8f4de902778236b2bf5af94ec155f5aae412f9 | 90a70cef5ecb5023a2721c9e793dec9e589743b9 | /Algoritmos y Estructura de Datos/TP 1/TP 1 - EJ 9/main.cpp | 9364c677decd1b9b9af199618ccffbb3f74e8f4f | [] | no_license | dander93/UTN | 65d785edebf668f60525382ed47b45813821ec9f | 71f570c7cf8112410a366ef3b6ff58cc8426fd08 | refs/heads/master | 2021-06-17T01:06:07.016011 | 2017-05-21T20:48:32 | 2017-05-21T20:48:32 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 3,104 | cpp | #include <iostream>
#include <locale>
#include <conio.h>
#include <ctype.h>
#include <string>
using namespace std;
/*
* consigna:
* Dados un mes y el año correspondiente informar cuantos días tiene el mes.
*/
int main() {
//para poder utilizar tildes o caracteres especiales del español
setlocale ... | [
"danderson@est.frba.utn.edu.ar"
] | danderson@est.frba.utn.edu.ar |
7527917791149c14eadd02bcba10c3f1b8e4013e | 761360a7704393b589c0ceff6dfe41dc54ccc88a | /aisolver/include/aisolver/core/node.hpp | c38aeafd7b2ec53186d7d5336e0146c0980cfda2 | [
"Apache-2.0"
] | permissive | AliManjotho/AISearch | 7183a4d3e92660a8340e7b61b929e6ed2f6d7df8 | 57ff78892d75df169c8341c71c43cc9f93a48c0c | refs/heads/master | 2022-07-21T05:52:31.681237 | 2020-05-18T21:00:23 | 2020-05-18T21:00:23 | 264,889,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 374 | hpp | #ifndef AISOLVER_CORE_NODE_HPP
#define AISOLVER_CORE_NODE_HPP
#include <string>
#include "aisolver\core\core.hpp"
namespace aisearch
{
class AI_API Node
{
private:
int id;
std::string name;
std::string alias;
public:
//Node(std::string name);
//Node(std::string name, std::string alias);
public:
//i... | [
"ali.manjotho.ali@gmail.com"
] | ali.manjotho.ali@gmail.com |
da23baf4223dbd12d2f0c19222adf05d22de6bee | 580738f96494d426d6e5973c5b3493026caf8b6a | /Include/Vcl/idtimeserver.hpp | 3ce5cdf17702cc509e59ec5a74dcb6450d495dc6 | [] | no_license | bravesoftdz/cbuilder-vcl | 6b460b4d535d17c309560352479b437d99383d4b | 7b91ef1602681e094a6a7769ebb65ffd6f291c59 | refs/heads/master | 2021-01-10T14:21:03.726693 | 2010-01-11T11:23:45 | 2010-01-11T11:23:45 | 48,485,606 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,644 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'IdTimeServer.pas' rev: 6.00
#ifndef IdTimeServerHPP
#define IdTimeServerHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#inc... | [
"bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b"
] | bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b |
4ec3d48cbdf4c653a37e1c1a4757710325c877be | 493ac26ce835200f4844e78d8319156eae5b21f4 | /flow_simulation/ideal_flow/0.02/U | f7e84299d58d23fbc0153c11b6d8406cd426bb8d | [] | no_license | mohan-padmanabha/worm_project | 46f65090b06a2659a49b77cbde3844410c978954 | 7a39f9384034e381d5f71191122457a740de3ff0 | refs/heads/master | 2022-12-14T14:41:21.237400 | 2020-08-21T13:33:10 | 2020-08-21T13:33:10 | 289,277,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 174,344 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"mohan.2611@gmail.com"
] | mohan.2611@gmail.com | |
90eb0497f95c9c5ac2df7f920f7a5aa2906ffa50 | b79d708fafaf7b0296e6efe78c4ded60403d8317 | /src/qt/lib/QGLViewer/VRender/PrimitivePositioning.h | 414fc1e7d5783f3fbbb413d05ca78239fc705c8c | [] | no_license | harry75369/DiffusionCurves | 4734b4cf5fd6c1b914d1479a40e67c72bd45e231 | 0f125089d9d93793a2bf7702a82f6cc014268212 | refs/heads/master | 2021-01-19T21:12:49.259610 | 2017-02-09T14:08:23 | 2017-02-09T14:08:23 | 88,625,015 | 9 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,993 | h | /*
This file is part of the VRender library.
Copyright (C) 2005 Cyril Soler (Cyril.Soler@imag.fr)
Version 1.0.0, released on June 27, 2005.
http://artis.imag.fr/Members/Cyril.Soler/VRender
VRender is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pub... | [
"harry75369@gmail.com"
] | harry75369@gmail.com |
a31ead3731a12e5bdce4cb98d25352be2e63bad6 | 1b6598e0e06522d978162d1112726a7cbf97943a | /Lab6Files/Square.h | 83b8f2387022c12df4350742ed811da9dafa9669 | [] | no_license | adri52/lab6 | 4a0c2b10a207e8f462c8b36484d350368ea5ce52 | ff3112462ef5608f6b787811afb736bb1199cab8 | refs/heads/master | 2020-05-02T02:29:56.350621 | 2019-03-26T03:44:29 | 2019-03-26T03:44:29 | 177,705,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | h | #ifndef SQUARE_H
#define SQUARE_H
#include "Shape.h"
#include "Rectangle.h"
#include<iostream>
using namespace std;
class Square: public Rectangle
{
private:
double side;
public:
//This one will set the memer variables to 0
Square();
//this one will give the member variables a value
Square(const double & s);... | [
"adriana.salazar@ad.snow.edu"
] | adriana.salazar@ad.snow.edu |
3dceea5b439e0966a29c94a50066281f3b112e1e | 09cbc425566c5bb116e7957a0caad14881a87dd5 | /HostingCLR_inject/HostingCLR/HostingCLR.cpp | 19eb286f460d23640ad5df81b3054200df3229a2 | [
"BSD-3-Clause"
] | permissive | attackgithub/metasploit-execute-assembly | a70edce537f564b67644853b2d00dfc5b3093877 | f18d422c1965aadf347d51a122b60de49038c960 | refs/heads/master | 2020-04-13T02:25:31.730372 | 2018-12-23T12:20:13 | 2018-12-23T12:20:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,894 | cpp | // Author: B4rtik (@b4rtik)
// Project: SharpGen (https://github.com/b4rtik/Execute-Assembly)
// License: BSD 3-Clause
// based on
// https://github.com/etormadiv/HostingCLR
// by Etor Madiv
#include "stdafx.h"
#include "HostingCLR.h"
#define RAW_ASSEMBLY_LENGTH 1024000
#define RAW_AGRS_LENGTH 1024
unsigned char ar... | [
"andrea.ghelli@gmail.com"
] | andrea.ghelli@gmail.com |
4330df9d46d69e0156b59f8e70ed4bea3ab7e2e2 | fbbc663c607c9687452fa3192b02933b9eb3656d | /tags/libopenmpt-0.2.6611-beta18/mptrack/dlg_misc.cpp | 7c5d84fc3a512c146a22df87bf3b5c1195117d15 | [
"BSD-3-Clause"
] | permissive | svn2github/OpenMPT | 594837f3adcb28ba92a324e51c6172a8c1e8ea9c | a2943f028d334a8751b9f16b0512a5e0b905596a | refs/heads/master | 2021-07-10T05:07:18.298407 | 2019-01-19T10:27:21 | 2019-01-19T10:27:21 | 106,434,952 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 55,114 | cpp | /*
* dlg_misc.cpp
* ------------
* Purpose: Implementation of various OpenMPT dialogs.
* Notes : (currently none)
* Authors: OpenMPT Devs
* The OpenMPT source code is released under the BSD license. Read LICENSE for more details.
*/
#include "stdafx.h"
#include "Mptrack.h"
#include "Moddoc.h"
#include "Mainfr... | [
"manx@56274372-70c3-4bfc-bfc3-4c3a0b034d27"
] | manx@56274372-70c3-4bfc-bfc3-4c3a0b034d27 |
0feeed9c7781cd04b56cb45fd1134b6bc1332355 | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /rdr2/0x3EB1FE9E8E908E15.cpp | 11ddf731fe2b985e5b4da51f058f3578f0b0bd4d | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 811 | cpp | // beat_rat_infestation.ysc @ L1658
void func_34()
{
int iVar0;
PED::_0xEEED8FAFEC331A70(iLocal_98[0], Global_36, 3);
TASK::_0x2E1D6D87346BB7D2(iLocal_98[0], Global_35, 0, 0);
if (!func_126(iLocal_98[0]))
{
func_127(iLocal_98[0], 0);
if (!func_15(iLocal_34, 32))
{
func_36(iLocal_98[0], Glob... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
6ddbfda3cb7749a73c4bcb30103d63daefd37aea | 732a527bf7aead3e01080613bf61cfe701cd0f27 | /Targets/LPC177x_LPC178x/LPC17_UsbDevice.cpp | db9a769c1e9d2b23812f1e2f882e30c000e74069 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | dobova86/TinyCLR_Port | 52f36fff674c108d21a01377cffa9bc87cbde371 | e1b9ce4f935604e5b292687dcd61715bf0c7f09c | refs/heads/master | 2021-04-09T11:01:49.138004 | 2019-03-04T11:08:35 | 2019-03-04T11:08:35 | 125,496,801 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 31,732 | cpp | // Copyright Microsoft Corporation
// Copyright GHI Electronics, LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | [
"dome@ledonet.it"
] | dome@ledonet.it |
e77dd94f6bf07d03198071f05a75d0a0d650b654 | 0ad1e75df68fb14976c79c8921249dcd6e74f967 | /Median of adjacent maximum numbers.cpp | 6e83e2718d3788122cc04f2acf91dfbe96d9b678 | [] | no_license | variablemayank/competetive-programming-codes | 9010d215832f4937735d6b35b1df35df0f8a59e6 | 71bbc70049089fcc24444471dd4504b1d29c371f | refs/heads/master | 2021-09-06T04:17:29.052221 | 2018-02-02T08:57:56 | 2018-02-02T08:57:56 | 119,955,414 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,185 | cpp | #include<bits/stdc++.h>
using namespace std;
#define jadu ios_base::sync_with_stdio(false);
#define rep(i,a,b) for(int i = a; i <= b; i++)
#define f first
#define s second
#define lelo(x) scanf("%d",&x);
#define dedo(x) printf("%d",x);
#define PB push_back
#define MP make_pair
#define sz(c) (int)c.size()
typedef lon... | [
"mayank202020@rediffmail.com"
] | mayank202020@rediffmail.com |
18d894acb65f922da7f29970dbf9e208f1f68362 | dd18c75aad9e9e95c1e5c963b5387ba89b1c52ef | /functions.cpp | 07822a0382710739787f6422bb9aee8de6856547 | [] | no_license | btruemn/quadrilateralClassifier | 93854f3baa63586a97877df2f8e299c356c0952f | 18293981d1007d49e4374834c5bad84149b2f86e | refs/heads/master | 2020-04-18T05:49:15.158617 | 2019-02-07T15:52:41 | 2019-02-07T15:52:41 | 167,292,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,693 | cpp | ////
//// functions.cpp
//// Assignment3
////
//// Created by Ben Trueman on 1/15/19.
//// Copyright © 2019 Ben Trueman. All rights reserved.
////
//
//#include "functions.hpp"
//#include <vector>
//#include <vector>
//#include <regex>
//#include <sstream>
//#include <cmath>
//#include <iostream>
//
////must contai... | [
"ctwtrueman@gmail.com"
] | ctwtrueman@gmail.com |
c9c457b4ab3a925f4293ae843451f50ea1ca55dc | 9103f127a400f94ef17d77835935327a1afcdc1f | /solutions/life.cpp | e426445ec41db8819dfa8dfe3b4fbad34a2e2ab9 | [] | no_license | gurus158/codingPractice | 610eca8948006f7288afc74ea36e0b29551f4572 | 473a17815bc845a586fae7a22c194911e45ee923 | refs/heads/master | 2022-10-01T00:32:11.489969 | 2022-08-31T07:42:56 | 2022-08-31T07:42:56 | 238,144,580 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | cpp | #include<bits/stdc++.h>
using namespace std;
class Life{
public:
void startLife(){
var BIRTH=new birth();
const var DEATH= new death(BIRTH);
Dream dreams= new dreams(BIRTH,DEATH);
while(true){
if(BIRTH.time != DEATH.time)
{
if(BIRTH.time != "31-DEC-* 23:59:59 99" )
{
... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
b8747aac062bf60f005d945ec11dabe013dc6942 | fafecab73cb9fe25fbdf055ee77530ebc242052e | /src/qt/guiutil.cpp | edc3bdbe10f75f5b3ebd777cb7e85e104e1283fc | [
"MIT"
] | permissive | MTLCDevelopers2018/HighStakes | f26bd0e4cfe686b6094b043a21ab04ff50c2adfb | 40fc9d09f5da4d092ac495fb8e60c6bfcc262ce6 | refs/heads/master | 2020-04-15T08:05:05.837270 | 2019-01-08T00:45:43 | 2019-01-08T00:45:43 | 137,939,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,459 | cpp | #include "guiutil.h"
#include "bitcoinaddressvalidator.h"
#include "walletmodel.h"
#include "bitcoinunits.h"
#include "util.h"
#include "init.h"
#include <QString>
#include <QDateTime>
#include <QDoubleValidator>
#include <QFont>
#include <QLineEdit>
#include <QUrl>
#include <QTextDocument> // For Qt::escape
#include ... | [
"42overez@gmail.com"
] | 42overez@gmail.com |
adda7cd2457723a2fdfe3df67c871a9c1425a823 | c0729fc39d9bb56d00f4d38b6c931eb0e1cbe487 | /Extensions/PhysicsBehavior/Box2D/Box2D/Box2D/Dynamics/b2ContactManager.h | d22bd258e1efffd7cbee4c56707e3c4508511272 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Zlib"
] | permissive | PawBud/GDevelop | babd76f7a255050ae08f80d24911842833753ed9 | 4b382cb191724e168bd1e9c5cebb6aa3fa6b760a | refs/heads/master | 2021-07-12T05:01:55.902701 | 2021-05-30T18:21:42 | 2021-05-30T18:21:42 | 243,977,330 | 3 | 0 | NOASSERTION | 2020-02-29T13:51:10 | 2020-02-29T13:51:09 | null | UTF-8 | C++ | false | false | 1,528 | h | /*
* Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
... | [
"Florian.rival@gmail.com"
] | Florian.rival@gmail.com |
dadc4bae9e7305d48911afb4f79d975ed0a95ab9 | d92d15e8e57d5cfb0945c8518a8889b75f41db74 | /30-Day June Challenge/IsSubsequence.cpp | 92e692b0032e467c3715bb3f27665a634faba63f | [] | no_license | PRASUN95/LeetCode | a0159a36ae01a8d18258530378a63f4f31f6a2b1 | 8d36ee0441b4bbe3b1b8f65b1d70bb0e17e8863a | refs/heads/master | 2023-02-06T09:40:17.436461 | 2020-12-26T14:24:12 | 2020-12-26T14:24:12 | 208,606,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 487 | cpp | class Solution {
bool Solve(string str1, string str2, int m, int n)
{
// Base Cases
if (m == 0) return true;
if (n == 0) return false;
// If last characters of two strings are matching
if (str1[m-1] == str2[n-1])
return Solve(str1, str2, m-1, n-1);
// If last characters... | [
"prasunks95@gmail.com"
] | prasunks95@gmail.com |
085db2247692af06c851db46a71e90eff695e74b | 389358b4378bdf880d0c1f8fcbe0a9ca0c567bf6 | /inc/HPlayer.hpp | 67e9cbd943a3b4325903b87422f29e6a1f6bafea | [] | no_license | anat/gomoku | 7b8f2074ded7fad6323014b30e3f1dfcfe412938 | 2cc0a2f533164c0ea6061f9d28eb626bdf323b13 | refs/heads/master | 2016-09-05T12:14:42.482944 | 2011-07-28T06:10:36 | 2011-07-28T06:10:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | hpp | /*
* File: HPlayer.h
* Author: Calimeraw93
*
* Created on May 8, 2011, 2:13 PM
*/
#ifndef HPLAYER_H
#define HPLAYER_H
#include "APlayer.hpp"
class HPlayer : public APlayer {
public:
HPlayer(unsigned int player);
virtual ~HPlayer();
private:
bool doAction(Board & gameboard, Referee & referee, int ... | [
"flalande@users.noreply.github.com"
] | flalande@users.noreply.github.com |
430fadb85562cdcebf408a6e29eba63cff3e6437 | f9e23433aaa32cca6567ef0a5295af2600a3f236 | /src/graphics/set_polygon.cpp | d2b962b5972215ae0ea9401c380d212e1d8ee9b1 | [
"BSD-2-Clause"
] | permissive | TetraSomia/liblapin | 72d8bbcf48b4acb39d079884e50d80cd38827c52 | f5ee3ce9b0fff8459ec15d5e24287f2c16e5ae35 | refs/heads/main | 2023-06-02T02:28:38.107596 | 2021-06-13T18:54:09 | 2021-06-13T18:54:09 | 376,612,564 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,737 | cpp | // Jason Brillante "Damdoshi"
// Hanged Bunny Studio 2014-2016
//
// Lapin library
#include "lapin_private.h"
void bunny_set_polygon(t_bunny_buffer *buffer,
const t_bunny_position *position,
const unsigned int *color)
{
size_t *type = (size_t*)buffer;
sf::Vertex vert[3] =
{
sf::Vert... | [
"arthur.josso@obspm.fr"
] | arthur.josso@obspm.fr |
4148e65e12410f85337acf03c0a70b80fac1bbd9 | 310c48d7bc2227a69ab4b7f80a89a097475e6400 | /src/SceneList.cpp | f5344428a996114e422d5a55cdfd81194c3d646f | [
"BSD-3-Clause"
] | permissive | GPSnoopy/RayTracingInVulkan | 2358a48892883e4759f68677b141d9af57a82a95 | 531685923084b6e2a7fb6c651dc70f2919dc6afc | refs/heads/master | 2023-08-11T09:56:04.097083 | 2023-04-23T18:38:37 | 2023-04-23T18:38:37 | 175,968,151 | 1,044 | 111 | BSD-3-Clause | 2023-04-23T18:38:38 | 2019-03-16T12:17:47 | C++ | UTF-8 | C++ | false | false | 9,182 | cpp | #include "SceneList.hpp"
#include "Assets/Material.hpp"
#include "Assets/Model.hpp"
#include "Assets/Texture.hpp"
#include <functional>
#include <random>
using namespace glm;
using Assets::Material;
using Assets::Model;
using Assets::Texture;
namespace
{
void AddRayTracingInOneWeekendCommonScene(std::vector<Assets:... | [
"tanguy@fautre.com"
] | tanguy@fautre.com |
3e6d976ff0c824f871cee8849168021ad5968534 | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/math/tools/detail/polynomial_horner1_7.hpp | d122b1c5dfdcd03b5589f9daef549ee21d0db3d4 | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 2,192 | hpp | // (C) Copyright John Maddock 2007.
// Use, modification and distribution are subject to 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)
//
// This file is machine generated, do not edit by hand
// Polynomial evaluation ... | [
"radexpl@gmail.com"
] | radexpl@gmail.com |
0cc7287ec7512a8979fed583965ef483153584d7 | d42ea103f71eddd10d1cfb2c5491fe5d6b1333ef | /bb_lib/mat4.cpp | 7d3b73692ab149d05a2028731f04b429c58ec13b | [] | no_license | whztt07/happy | f270080cca26525f06e6ae79481bc5f47f2e4aba | 334410e9dcf2771b55f6c1515ca1a22a8f405569 | refs/heads/master | 2020-03-17T20:50:21.876719 | 2017-07-21T15:09:12 | 2017-07-21T15:09:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,808 | cpp | #include "mat4.h"
#include "mat3.h"
#include "vec4.h"
#include "vec3.h"
#include "vec2.h"
#include "math_util.h"
#include <cmath>
#include <cstring>
#include <exception>
#define PI 3.1415926535897932384626433832795f
namespace bb
{
mat4::mat4() {
for (int i = 0; i < 16; i++) {
m[i] = 0;
}
}
ma... | [
"brambuurlage@gmail.com"
] | brambuurlage@gmail.com |
515c5c27ab998cfc6afd95f412744d31b76f7b8a | 718efe6ea4306c386d373459fed0c51d24705626 | /Ds & Algo/linked list/DLL_implement.cpp | 0be8a7e3708ffb7cf4ec7303e990c146b3a949c3 | [] | no_license | saidheerajnvs29/ncrwork | acd80331d64d58377c38ed00ad7b56083a1fa453 | 964f53892ff4cba36c67d1c23850ce80951c9c63 | refs/heads/master | 2020-04-20T04:56:43.563329 | 2019-02-27T05:24:12 | 2019-02-27T05:24:12 | 168,643,302 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,810 | cpp | #include<iostream>
using namespace std;
typedef struct jode
{
int data;
struct jode *next;
struct jode *prev;
}Node;
void print(Node *);
class DLL
{
Node *start;
public:
DLL()
{
start=NULL;
}
void traverse()
{
Node *curr;
for(curr=start;curr!=NULL;curr=curr->next)
{
cout<<curr->data<<" ";
}
co... | [
"saidheerajnvs29@gmail.com"
] | saidheerajnvs29@gmail.com |
c05cbd34fdfbc5404b163e2538d6e1096620b256 | 0e8bd6ecee37b391299e8a41c842ce2786864e55 | /src/Magnum/Implementation/MeshState.cpp | 0c39666de7a53db6810f13853d975965020a2053 | [
"MIT"
] | permissive | 91yuan/magnum | c3fc8a0287bcd2a8d62ac5db5aec905b9e185468 | 929329b1f8363ac5e6f8688423c6c6854014865e | refs/heads/master | 2021-01-19T16:41:37.924578 | 2017-08-21T17:23:50 | 2017-08-21T20:17:31 | 101,019,156 | 1 | 0 | null | 2017-08-22T03:54:43 | 2017-08-22T03:54:43 | null | UTF-8 | C++ | false | false | 7,892 | cpp | /*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
Vladimír Vondruš <mosra@centrum.cz>
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... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
fe6533e7f134db877118acbdeae46663dbd91bf3 | f0fed75abcf38c92193362b36d1fbf3aa30f0e73 | /android/device/realtek/proprietary/libs/Include/Application/AppClass/VoutUtil.h | 36a96bf00a563bc3e4080ac6f59de322d65e25d2 | [] | no_license | jannson/BPI-1296-Android7 | b8229d0e7fa0da6e7cafd5bfe3ba18f5ec3c7867 | d377aa6e73ed42f125603961da0f009604c0754e | refs/heads/master | 2023-04-28T08:46:02.016267 | 2020-07-27T11:47:47 | 2020-07-27T11:47:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,558 | h | #ifndef _SYSTEM_VIDEO_OUT_
#define _SYSTEM_VIDEO_OUT_
#include <sys/types.h>
//#include "IPC/include/xdr/xdr.h"
#include "IPC/generate/include/system/VideoRPCBaseDS_data.h"
#include "IPC/generate/include/system/VideoRPC_System.h"
#include "setupdef.h"
#include <Platform_Lib/HDMIControl/HDMITVSystemTypes.h>
class VoutU... | [
"mingxin.android@gmail.com"
] | mingxin.android@gmail.com |
384886576c143b01e1a0d48bd39b85049ac75645 | 6d7f632f69405270380159f856e463b2a0efc0f3 | /dipcc/dipcc/tests/test_gen_civil_disorder.cc | 6e2c59358284ae6c5615dea049b9a6b045d9db05 | [
"MIT"
] | permissive | codeaudit/diplomacy_searchbot | e22061aa35cf9057cef5f84c30fa484148606209 | d212d380ecc5a724f2ec36c13dfef1202d8252cf | refs/heads/master | 2023-05-08T00:29:19.961607 | 2021-05-04T02:23:50 | 2021-05-28T00:05:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,350 | cc | /*
Copyright (c) Facebook, Inc. and its affiliates.
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*/
#include <queue>
#include <unordered_set>
#include <utility>
#include "../cc/adjacencies.h"
#include "../cc/game.h"
#include "../cc/loc.h"
#in... | [
"jsgray@fb.com"
] | jsgray@fb.com |
9257530fce6de21f1810c689307327000154431b | edcee8898161a62c168d90e8b526a156d0a21ab9 | /Control.h | d9ccfc2b29de17098f65c0ab1c328d9d9d5ab6a7 | [] | no_license | rodetas/vsss-rodetas-2016 | 7dea1aa1f66da2c876e106f211b50da12fde63dc | cb59fca56005468765e7d9febb976191facccc19 | refs/heads/master | 2021-03-30T17:09:48.549338 | 2018-03-25T03:07:16 | 2018-03-25T03:07:16 | 97,332,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 720 | h | #ifndef CONTROL_H_
#define CONTROL_H_
#include "Header.h"
#include "Vision.h"
#include "GUI/Graphic.h"
#include "GUI/Menu.h"
#include "Calibration.h"
#include "Transmission.h"
#include "Strategy.h"
#include "utils/Fps.h"
#include "GUI/Simulator.h"
#include "GUI/Arduino.h"
#include "utils/Test.h"
#include "CRUD/Manipul... | [
"mstilpen15@gmail.com"
] | mstilpen15@gmail.com |
903cb7c210db3f252b0e72146619a7db5752d27e | 0f7a4119185aff6f48907e8a5b2666d91a47c56b | /sstd_utility/windows_boost/boost/iostreams/filter/lzma.hpp | fc61618e7a794fe4abe0e43b84dbe2a08b7967d5 | [] | no_license | jixhua/QQmlQuickBook | 6636c77e9553a86f09cd59a2e89a83eaa9f153b6 | 782799ec3426291be0b0a2e37dc3e209006f0415 | refs/heads/master | 2021-09-28T13:02:48.880908 | 2018-11-17T10:43:47 | 2018-11-17T10:43:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,453 | hpp | // (C) Copyright Milan Svoboda 2008.
// Originally developed under the fusecompress project.
// 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.)
// See http://www.boost.org/libs/iostreams for documentation.
// Note:... | [
"nanguazhude@vip.qq.com"
] | nanguazhude@vip.qq.com |
4917f0ebc1eefb5cec346d4dcd3730a48a01f9b3 | d94a9fdb3266913dd9863604bbe6947b40b1c69e | /1296-e1.cpp | 18a1c1fdc322a95ff47b82d713434681e7e599a8 | [] | no_license | Gastonm123/codeforces | 3f28f558d8cf6eab109369c102207e07c0b002f9 | ea4505dba4ca1b5eda5f13b9cc958a87d55cc7e3 | refs/heads/master | 2021-10-27T22:00:36.079063 | 2021-10-13T18:17:37 | 2021-10-13T18:17:37 | 237,847,779 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 957 | cpp | #include <iostream>
#include <vector>
#define forn(i, n) for(int i=0; i<n; i++)
using namespace std;
void resolver(int n, string s) {
vector<bool> colores_ordenados(n);
vector<bool> colores(n);
forn (i, n) {
if (i > 0 && s[i-1] > s[i]) {
colores[i] = !colores_ordenados[i-1];
... | [
"gastonmartinezcastro@gmail.com"
] | gastonmartinezcastro@gmail.com |
9358398c832de61f2272c6e83a0d00b7285cf11d | 1262394c499d4ec75c2d1990ab1aabdde55c7ba2 | /ellipticalSolving/ddMultigrid/CommonFile/gui/Renderer.cpp | 2c192a7c9400e337835bc17afc67cc1b173fdc18 | [] | no_license | quadmotor/Evaluation_code_SGP2017 | 8041969765b06433623a26c1623c5ed49cdd4a43 | 2daae83552fc272c02633f127cfec3c999bb97fe | refs/heads/master | 2021-06-17T13:41:43.231002 | 2017-06-09T16:23:15 | 2017-06-09T16:23:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,891 | cpp | #include "glsl.h"
#include "Renderer.h"
#include "../MathBasic.h"
#include <fstream>
#include <GL/freeglut.h>
USE_PRJ_NAMESPACE
//Renderable
void Renderable::drawObject()
{
{
GLfloat material_Ka[] = {0.5f, 0.0f, 0.0f, 1.0f};
GLfloat material_Kd[] = {0.4f, 0.4f, 0.5f, 1.0f};
GLfloat material_Ks[] = {0.8f... | [
"gxf.xisha@gmail.com"
] | gxf.xisha@gmail.com |
de83faaaddcdbe0131336450210dd9f9ba3db514 | 032d543216d03166d5091ae414f1d4ebc66043b1 | /VMsvga2/tags/1.1.0/AC/VMsvga2Accel.cpp | b27a36235daea06da33d06df94467cf8ec72162a | [] | no_license | ivanagui2/vmsvga2-code | 785b8d54b0f57ed28caaa70803b2a089bfbdb216 | 039ff9f313bc6b7ea5f28c2865c19064d3d92eef | refs/heads/master | 2020-03-11T20:14:36.216541 | 2013-09-26T10:01:36 | 2013-09-26T10:01:36 | 130,231,303 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,717 | cpp | /*
* VMsvga2Accel.cpp
* VMsvga2Accel
*
* Created by Zenith432 on July 29th 2009.
* Copyright 2009 Zenith432. All rights reserved.
*
* 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 Soft... | [
"zenith432@f31ded45-fcaa-4108-8aac-ff0a0b8cda5a"
] | zenith432@f31ded45-fcaa-4108-8aac-ff0a0b8cda5a |
138d4395c5134a73c4738a01cc0313143e6043a8 | e1ac5adc972a221ea87340caeacd5034c5754924 | /src/DBase.h | 6c4a603eb9949f8a728a765f3aeb0c71f6a5e2b4 | [] | no_license | adiog/snoo-game | f76919c24f578bc0c1fd0d6649772af6f07f527e | c47a7db9519983c75e52c49256d37fcf5ba2a8e5 | refs/heads/master | 2020-03-28T09:05:57.724220 | 2018-02-04T16:50:22 | 2018-02-04T16:50:22 | 148,013,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | h | #ifndef DBASE_H_
#define DBASE_H_
#include <mysql.h>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <iostream>
#include "DBaseParams.h"
#include "GameStateInformation.h"
int test();
bool DBaseConnect();
void DBaseDisconnect();
int DBaseInsert(std::string query);
int DBaseAuthenticate(std::string ... | [
"adiog@brainfuck.pl"
] | adiog@brainfuck.pl |
215a3b0aba91722795312f5d1333c344af9ee5ae | 040edc2bdbefe7c0d640a18d23f25a8761d62f40 | /21/nn_fg_test.cpp | 7ef29bec9904463c39e12564ac8789e70fe2dcf0 | [
"BSD-2-Clause"
] | permissive | johnrsibert/tagest | 9d3be8352f6bb5603fbd0eb6140589bb852ff40b | 0194b1fbafe062396cc32a0f5a4bbe824341e725 | refs/heads/master | 2021-01-24T00:18:24.231639 | 2018-01-16T19:10:25 | 2018-01-16T19:10:25 | 30,438,830 | 3 | 3 | null | 2016-12-08T17:59:28 | 2015-02-07T00:05:30 | C++ | UTF-8 | C++ | false | false | 11,032 | cpp | #include "par_t_nn.h"
#include "precomp.h"
#include "intersav.h"
#include "fish_rec.h"
#include <iomanip.h>
#include "trace.h"
#ifdef __GNUC__
#include <iostream.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#endif
#ifdef __SUN__
#include <unistd.h>
#include <... | [
"sibert@hawaii.edu"
] | sibert@hawaii.edu |
3cfcc5f4d0c920b8198d3736d001dc04ae7857c5 | 727f6670a95ad8258b878c59929bfa938004f19b | /Dependencies/OgreOpcode/include/Opcode/Ice/IceTypes.h | 1e08ee14bd2f7e9e97cfa4b354ed3c9419b0a39d | [] | no_license | zhouxh1023/Editor | b4f452a79c00a6790bebf72dc2a7ea9d0642752e | 423e628696e4e3229cd5d8c734c95e957c221036 | refs/heads/master | 2021-01-14T14:28:40.925009 | 2015-01-04T04:48:28 | 2015-01-04T04:48:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,730 | h | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
* Contains custom types.
* \file IceTypes.h
* \author Pierre Terdiman
* \date April, 4, 2000
*/
////////////... | [
"mynamepfd@gmail.com"
] | mynamepfd@gmail.com |
5a85c00400262bc3c90fbdcb633f6c9b97e558a2 | 1a0b5915bd64b83f3c94998867e04805e972690a | /TradingBook.hpp | 1dd181190f44a9f1f80d3cb264df385f19d5572a | [] | no_license | patown/Fixed-Income-Trading-App | ed8b98e7ddfb3911a23fe250c4be8f693a620f95 | 2aeaca5f2c746ec4305fed12f1aff1a9e7523ee6 | refs/heads/master | 2020-07-17T14:28:45.388292 | 2017-02-10T22:04:44 | 2017-02-10T22:04:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,396 | hpp | //
// TradingBook.hpp
// Midterm Submission
//
// Created by Satya Nedunuri on 10/24/15.
// Copyright © 2015 Satya Nedunuri. All rights reserved.
//
#ifndef TradingBook_hpp
#define TradingBook_hpp
#include <stdio.h>
#include "SBB_io.h"
#include <vector>
#include "Bond.hpp"
#include "YieldCurve.hpp"
class Tradi... | [
"snedunuri93@gmail.com"
] | snedunuri93@gmail.com |
73ed99549744c0a3671d06e232bbf5599fca2746 | 1465f11d378deae8a729e70923dae3a156a3fe96 | /other-temp/0-C_Basic/2. struct.cpp | bf45a1cb9e4c6641c26a51a7a224b7a07bcce1b5 | [] | no_license | 1c71/_CS_Algorithm-Data-Structure | a2f6838efab17519d34ca41e82e02a848ee76c54 | 6d52136edd2d3116c41f76d41a0b70dbfee91b9f | refs/heads/master | 2020-04-11T03:52:49.995307 | 2016-08-20T13:16:59 | 2016-08-20T13:16:59 | 42,096,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 693 | cpp | #include <stdio.h>
#define MAXTITLE 41
#define MAXAUTHOR 33
// 结构
struct book{
char title[MAXTITLE];
char author[MAXAUTHOR];
float value;
};
// 联合 union
union hold{
int digit;
double flo;
char letter;
};
enum a {aa,bb,cc,dd};
struct film{
char title[54];
int rating;
struct film * next;
}
int ... | [
"chengzheng.apply@gmail.com"
] | chengzheng.apply@gmail.com |
27257cda526d97012d28e939b89c8ee9abdf5343 | 5e98693fc42343879a62c4e86b06ccb449b8feb4 | /cheat/internal_rewrite/chams.hpp | d7eb0231eb8ce5a4ad2fbbe08a55b8b2566c1de9 | [] | no_license | navewindre/moneybot | 6123137a0f75547edfc32186c281b7771b1c1ed0 | 7704114c9c9ee2500b72612b7c42012c6a04d6c2 | refs/heads/master | 2023-05-30T06:13:19.836743 | 2021-06-18T13:47:40 | 2021-06-18T13:47:40 | 378,163,122 | 4 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 974 | hpp | #pragma once
#include "sdk.hpp"
namespace features
{
enum ChamBufferType_t {
TYPE_NORMAL,
TYPE_FLAT,
TYPE_SHINE
};
class c_material {
public:
c_material( ) = default;
void init( const char* mat, const char* buf );
void destroy( );
operator IMaterial*( ) {
return m_mat;
}
public:
IMateria... | [
"nw@moneybot.cc"
] | nw@moneybot.cc |
54e0277bc18d8057184e6880ab18b9f5cfccee22 | c2f82fbc5b04eb2c887e10f7e915e7867c9f70da | /assembler/exp1.cpp | 1f8a08ed16da6b4d0ee3586ab6bf4bfa6b2cfce2 | [] | no_license | sophistcxf/study | 8edd3034e60cc98a23bba94c0d485376cbce1955 | 96ea9cb2c4f2417dfeb5561c050c2005d822e978 | refs/heads/master | 2023-08-18T10:24:20.025104 | 2023-08-13T12:31:39 | 2023-08-13T12:31:39 | 56,153,810 | 0 | 8 | null | 2023-06-14T22:19:08 | 2016-04-13T13:23:53 | C++ | UTF-8 | C++ | false | false | 122 | cpp | #include <iostream>
int add(int x, int y) {
return x + y;
}
int main() {
int sum = add(10, 20);
return 0;
}
| [
"sophistcxf@gmail.com"
] | sophistcxf@gmail.com |
8fd4d26774177a05a4c1eae051aa30bb074eb3ee | 011006ca59cfe75fb3dd84a50b6c0ef6427a7dc3 | /codeChef/Untitled-1.cpp | 783e47bd8eb59606cdc8e2ef5cdaa91b603bd2f2 | [] | no_license | ay2306/Competitive-Programming | 34f35367de2e8623da0006135cf21ba6aec34049 | 8cc9d953b09212ab32b513acf874dba4fa1d2848 | refs/heads/master | 2021-06-26T16:46:28.179504 | 2021-01-24T15:32:57 | 2021-01-24T15:32:57 | 205,185,905 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 688 | cpp | void add_to_current(int x){
if(arr[x] < 2)return;
// printf("add %lld to current\nIts primes factors: ",arr[x]);
map<int,int> f;
x = arr[x];
while(x > 1){
f[pr[x]]++;
x/=pr[x];
}
for(auto &i: f){
// printf("(p = %d, c = %d) ",i.F,i.S);
ans*=power(current[i.F]+1,MOD-2);
ans%=MOD;
current[i.F]+=i.S;
... | [
"mahajan.ayush2306@gmail.com"
] | mahajan.ayush2306@gmail.com |
a9c1d906318521e3a79ba4231b1d65233a15bd07 | bafe2e6b4623722e68fe3357ad62b75f8fd33d32 | /Yolov5Swift/Yolov5Swift/CustomLayer/YoloV5Focus.hpp | 3219e1d27be95fbf020e04aad85545ae6f188485 | [] | no_license | willbetheone/ncnn-swift | 6cfbe14f7bbc3ff2cb4ca400d8aa3b900d5d6e81 | 2bc5839798d25067426bca705a52765f978cd6f6 | refs/heads/main | 2023-02-28T05:28:32.216762 | 2021-02-10T06:57:16 | 2021-02-10T12:34:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,322 | hpp | //
// YoloV5Focus.hpp
// Yolov5Swift
//
// Created by Zilin Zhu on 2021/1/30.
//
#ifndef YoloV5Focus_hpp
#define YoloV5Focus_hpp
#include <ncnn/ncnn/layer.h>
class YoloV5Focus : public ncnn::Layer
{
public:
YoloV5Focus()
{
one_blob_only = true;
}
virtual int forward(const ncnn::Mat& botto... | [
"zilinzhu@tencent.com"
] | zilinzhu@tencent.com |
a65a918ee2da43deb6e823bff7097b98bdb3c7d2 | d67f09c1411969f028caa11dba4255bf54a7d6cc | /DM4Ch-GM/udptransport.ino | 3ae7e0995530cb559242c15d9e241856c66d8c6d | [] | no_license | funfox2906/Arduino-Projects | 36e29400d2c0e36e5395aef917bc45f90a4fa757 | 07ae7e6da8dcac1dfea6d5e88ed89e7461fbd61d | refs/heads/master | 2023-04-24T02:57:51.266947 | 2021-05-02T11:44:31 | 2021-05-02T11:44:31 | 295,798,543 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,475 | ino | // A UDP instance to let us send and receive packets over UDP
void sendto_udpServer(String groupknx,int value){
char ipBuffer[255];
String message;
message="group " + groupknx +" ";
message += (value)?"ON":"OFF";
//message += (value)?"OFF":"ON"; //Đảo gá trị trước khi gửi
message.toCh... | [
"funfox2906@gmail.com"
] | funfox2906@gmail.com |
da0cc508e6d7a844c5608e6c86a856ec638687b4 | 3e77a0b38401c34975d7640ad5d19e6701360faf | /pemfcSinglePhaseModel-4.0/run/0/fuel/p | 6abfd0ea5dd300bc6d18b784bbbaa54dc45f69f6 | [] | no_license | mariduake/DMFC | 1d48816094d505e67e4d1925d6b019389c61d1ef | e41ea503d221dafdc92f723f1f923b2308a69785 | refs/heads/main | 2023-03-28T04:47:04.317118 | 2021-03-22T20:33:34 | 2021-03-22T20:33:34 | 346,133,122 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,497 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.0 |
... | [
"mariduake@yahoo.com.mx"
] | mariduake@yahoo.com.mx | |
68bc9e8b325713ffa27c0f3c967fd8d77eef8c81 | d543bd6e66eebbef9f9f8df69f5eb1143b1b280c | /VirtualHDDManager/VirtualHDDManagerDlg.cpp | 28fbb37b91869774d881f204bd4d6cb838b0ccd5 | [] | no_license | byeongkeunahn/VirtualHDDManager | de9218558abcf1fc46eabc762cdf5b23790d849c | 4ad4188dfc7f907930b536ac1b3781ef9ab549d5 | refs/heads/master | 2021-01-22T22:57:23.530769 | 2017-03-20T15:19:00 | 2017-03-20T15:19:00 | 85,592,679 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 25,472 | cpp |
// VirtualHDDManagerDlg.cpp : 구현 파일
//
#include "stdafx.h"
#include "VHMCommon/VHMBase.h"
#include "VHMCommon/VHMUtility.h"
#include "VHMCommon/VHMApiWrapper.h"
#include "VHMCommon/Stream.h"
#include "VHMCommon/StreamMemFixed.h"
#include "VHMCommon/StreamMemDyn.h"
#include "VirtualHDDManager.h"
#include "SectorViewWn... | [
"7p54ks3@naver.com"
] | 7p54ks3@naver.com |
de4d46846ccf1df60ce5a9ebd9d23cbf82965f1f | 7b095c258340c02139d9a9b55d95bde6c90a40b0 | /Chapter 2/2_2.cpp | 3cfd17281987a23ae75b3db290a210044e884e33 | [] | no_license | PhoenixDD/Cracking-the-Coding-Interview-6th-Ed | 3a5b6eb85b82331cb19a853b338af884cdb87ae3 | c58273feeb4de1145306c3839e0930107a599ccf | refs/heads/master | 2021-01-19T06:18:39.443174 | 2017-08-17T19:01:58 | 2017-08-17T19:01:58 | 100,635,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 851 | cpp | #include<iostream>
#include<cstdlib>
#include<ctime>
#include<unordered_set>
using namespace std;
struct Node
{
int data;
Node* Next;
Node* Prev;
Node(int a,Node* pr=NULL,Node* nxt=NULL)
{
data=a;
Next=nxt;
Prev=pr;
}
};
Node* kth(Node *head,int k)
{
Node *temp=head,*... | [
"ddhondiyal@gmail.com"
] | ddhondiyal@gmail.com |
40715499d1ec48b03c97c55c8f0abe43f6a64814 | f51315e45f5fff4e5d2545e0e14b6b16583b53d6 | /dataaccess/DataAccess.cpp | fa5d0dc4a92dc42f4c8dcbdaea38466b5fc35fd7 | [] | no_license | jzpmoon/mxdx | 01d7d2e445af4528d698b76ab97fa8d50b866dde | da28331a42cc2f60965d5b5bd282bf879dcf0ac8 | refs/heads/master | 2021-01-17T18:35:20.155645 | 2016-11-05T08:20:14 | 2016-11-05T08:20:14 | 71,554,335 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205 | cpp | #include "DataAccess.h"
void DataAccess::queryCln(CList<MxdxData*,MxdxData*>* list)
{
POSITION pos=list->GetHeadPosition();
while(pos!=NULL)
{
MxdxData* _data=list->GetNext(pos);
delete _data;
}
} | [
"2481957497@qq.com"
] | 2481957497@qq.com |
c01f288e8bf3622b4aaed4c293b53e52d6779a5a | ae8d19fda14bd1ab8890937ff568d301efc60e33 | /spiral3d/Classes/Native/Il2CppCompilerCalculateTypeValues_16Table.cpp | 6eca75d250c373e432c8cd6fd70c7c29f7fe2a93 | [] | no_license | timlenardo/spiral | 3abe532629ae64154c867a43d5fad313e21d9254 | b21cd845d87e849bde3b7f04b55a93fcea71d55d | refs/heads/master | 2020-03-09T08:19:54.052282 | 2018-04-08T22:21:11 | 2018-04-08T22:21:11 | 128,686,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 340,679 | 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 "il... | [
"tim@Timothys-MacBook-Pro.local"
] | tim@Timothys-MacBook-Pro.local |
bbd180bbc5d214357fa84d9474567fa38e13a3fd | 58cbd7a2a989a5cb683e714a53e23e5d43afebac | /src/examples/MFC_MDI_example/MDI_AppView.cpp | 3359f66768671ddb319a52136681bce1462d3934 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kmatheussen/Visualization-Library | 91711bb067b9bf5da4fbe59dc54cf9a618f92dda | 16a3e8105ccd63cd6ca667fa061a63596102ef79 | refs/heads/master | 2020-12-28T19:57:33.901418 | 2017-07-05T09:46:22 | 2017-07-05T09:46:22 | 16,648,504 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,079 | cpp | #include "stdafx.h"
#include "MDI_App.h"
#include "MDI_AppDoc.h"
#include "MDI_AppView.h"
#include "App_RotatingTeapot.hpp"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
IMPLEMENT_DYNCREATE(CMDI_AppView, vlMFC::MDIWindow)
//-----------------------------------------------------------------------------
// VL: it is impor... | [
"michele@visualizationlibrary.com"
] | michele@visualizationlibrary.com |
47574831ef8e9b492fce16f3bb8b73ebcf0a2f18 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/RecordLogCapabilities/UNIX_RecordLogCapabilities_STUB.hxx | c6bb572f8b7e1500878eb6fceecc6aa71797928b | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 137 | hxx | #ifdef PEGASUS_OS_STUB
#ifndef __UNIX_RECORDLOGCAPABILITIES_PRIVATE_H
#define __UNIX_RECORDLOGCAPABILITIES_PRIVATE_H
#endif
#endif
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
7fd3c35a322af50b832cb1fd4d5864f7cc985c00 | c4fe0ce75e5edc56f5616b923f36ce4fe6f92fe5 | /sim/behaviourFollowHeading.h | ba62699aa0a239eee661eb7cb06082dd34cad074 | [] | no_license | nicholishiell/DotsSimulation | 95798c28b1d35871104f0200fbd5869f6bc0154c | ea8eda9ccd4461e3b00b1dbe71744ebf8e5dc1dc | refs/heads/master | 2021-01-10T06:27:48.168361 | 2016-03-12T22:33:55 | 2016-03-12T22:33:55 | 53,756,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | h | #ifndef FOLLOW_HEADING_H
#define FOLLOW_HEADING_H
#include <stdio.h>
#include <math.h>
#include <vector>
#include "Vector2d.h"
#include "sensorContact.h"
#include "behaviour.h"
class BehaviourFollowHeading: public Behaviour{
public:
BehaviourFollowHeading(float ang, float val){
heading = ang;
if(val > ... | [
"nicholishiell@gmail.com"
] | nicholishiell@gmail.com |
d8f264d314f5198cf885693c31b09048395b3a6e | 772d932a0e5f6849227a38cf4b154fdc21741c6b | /CPP_Joc_Windows_Android/SH_Client_Win_Cpp_Cmake/App/src/graphics/renderer/geometryManager/combinedRenderable/CR_Base.cpp | 9177a6893fca55ae260dbc13a42acde0f4610028 | [] | 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 | 11,247 | cpp | #include "CR_Base.h"
#include <graphics/geometry/data/VertexBufferObject.h>
#include <graphics/geometry/data/IndexBufferObject.h>
#include <graphics/geometry/data/UniformBufferObject.h>
#include <graphics/renderer/renderPhase/util/IRenderable.h>
#include <graphics/material/Material.h>
#include <graphics/geometry/vertex... | [
"adriannostromo@gmail.com"
] | adriannostromo@gmail.com |
cadc090247fecae7e78601335947bede25ab84e1 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /content/browser/android/content_video_view.h | e070327c1a707dcce4e41481afb096b57ef4caed | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 3,949 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_ANDROID_CONTENT_VIDEO_VIEW_H_
#define CONTENT_BROWSER_ANDROID_CONTENT_VIDEO_VIEW_H_
#include <jni.h>
#include "base/android/... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
207c2e44b1bb118f78860fd4f9c07af4441603fe | 56b8b3eb6011e54c16b7211224b79f8daa33139a | /Algorithms/Tasks.2001.2500/2227.EncryptAndDecryptStrings/solution.cpp | c8ee48bc42c0052a9d5d4579a14e416db86f7556 | [
"MIT"
] | permissive | stdstring/leetcode | 98aee82bc080705935d4ce01ff1d4c2f530a766c | 60000e9144b04a2341996419bee51ba53ad879e6 | refs/heads/master | 2023-08-16T16:19:09.269345 | 2023-08-16T05:31:46 | 2023-08-16T05:31:46 | 127,088,029 | 0 | 0 | MIT | 2023-02-25T08:46:17 | 2018-03-28T05:24:34 | C++ | UTF-8 | C++ | false | false | 4,231 | cpp | #include <algorithm>
#include <deque>
#include <unordered_map>
#include <vector>
#include "gtest/gtest.h"
namespace
{
class Encrypter
{
public:
Encrypter(std::vector<char> const &keys, std::vector<std::string> const &values, std::vector<std::string> const &dictionary)
{
// encrypt map
for (si... | [
"std_string@mail.ru"
] | std_string@mail.ru |
2458a5a968c2040173b1c9bd23349b78adee74d8 | 05a1eaef13d937c181c079cf35c774367dcfb876 | /boardview.h | fa15fb936752224735a4de584ca4268054f4f726 | [] | no_license | postep/pain_qt | b205a09df203178a4e7ea3941361c774d4d7d7fb | cd0cf4666c17eae8ec2fe03a2624e63e7d13fb9d | refs/heads/master | 2020-03-10T19:38:03.564418 | 2018-05-04T10:08:33 | 2018-05-04T10:08:33 | 129,551,949 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | h | #ifndef BOARDVIEW_H
#define BOARDVIEW_H
#include <QTableView>
#include <QPaintEvent>
#include <QWidget>
class BoardView : public QTableView
{
public:
BoardView(QWidget* parent=nullptr);
void paintEvent(QPaintEvent *e);
};
#endif // BOARDVIEW_H
| [
"jakub.postepski@gmail.com"
] | jakub.postepski@gmail.com |
6201100a82fa94870bbe2ce04e7dabc829149b41 | 4f2ad904aed18acb06a36d0e4c09f37d55d305a7 | /A1063_30.cpp | b9a80d198b21cfa596073b9569c185a781cfbba4 | [] | no_license | TwinterT/PAT-programs | 262beda1eff3e021977ed9abd7f33ec8aa83648e | a8c876124f6f043111947e372ffe8b9146aab9d3 | refs/heads/master | 2020-03-28T22:51:33.256430 | 2018-09-18T09:26:12 | 2018-09-18T09:26:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 745 | cpp | #include<stdio.h>
#include<set>
#include<algorithm>
using namespace std;
set<int> data[55];
int n,k;
void judge(int a,int b)
{
double ans=0;
set<int>::iterator it_a=data[a].begin(),it_b=data[b].begin();
while(it_a!=data[a].end()&&it_b!=data[b].end())
{
if(*it_a<*it_b)it_a++;
else if(*it_a>*it_b)it_b++;
e... | [
"1012179010@qq.com"
] | 1012179010@qq.com |
e44122e5107059c46008f73d2441ba9900e5af95 | 9d11dc032a194c3efe365660f26e64f45c301f9d | /Utilities/WindowsCounter.cpp | 8b8036e07b68757099692bc1b74f685abb1f0323 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Kilzeus/CGE | cdb65b722744927f94c1ce4be6ae894267691200 | 146aa12e426226479677c9c04155adeae5cbf440 | refs/heads/master | 2021-01-16T17:38:59.896610 | 2017-08-18T14:58:18 | 2017-08-18T14:58:18 | 100,007,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | cpp | #include "WindowsCounter.h"
#include<Windows.h>
WindowsCounter::WindowsCounter()
:timeDelta(0.)
{
QueryPerformanceFrequency(&frequency);
}
double WindowsCounter::getTimeDelta()
{
return timeDelta;
}
void WindowsCounter::start()
{
QueryPerformanceCounter(&startTime);
}
void WindowsCounter::end()
{
QueryPerf... | [
"kilzeus@gmail.com"
] | kilzeus@gmail.com |
aba072db979c75ff8e6ec0dde81733820f696bf5 | d84852c821600c3836952b78108df724f90e1096 | /exams/2559/02204111/2/midterm/3_2_835_5720550551.cpp | 6e76de396caa7b077185cfe4c41b59a4a8abe1d0 | [
"MIT"
] | permissive | btcup/sb-admin | 4a16b380bbccd03f51f6cc5751f33acda2a36b43 | c2c71dce1cd683f8eff8e3c557f9b5c9cc5e168f | refs/heads/master | 2020-03-08T05:17:16.343572 | 2018-05-07T17:21:22 | 2018-05-07T17:21:22 | 127,944,367 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 232 | cpp | //5720550551 marrilyn petsri
#include <iostream>
using namespace std;
int main()
float n
cout<<"Enter electricity cost per unit (bath):
}
system ("pause");
Return 0;
| [
"38048354+btcup@users.noreply.github.com"
] | 38048354+btcup@users.noreply.github.com |
e3f7f3c3713f1f383f4c65cf3a29c34c52e56d4a | 9aa309ff24ebd7ae458cc24e64171ebb63990327 | /Test/Thingwala/Thing.h | dc2e7583c455ec388cb2111c5e4cadf7aa74357f | [] | no_license | Taha-Imtiaz/OOP-Work | 985c71095ce30ce2965604ec55c8cf727381aa95 | fdec4b62ae55572c65cf93cd92b2ae872060c9b7 | refs/heads/master | 2020-11-24T05:35:18.335426 | 2019-12-14T07:23:38 | 2019-12-14T07:23:38 | 227,981,811 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | h | #include<iostream>
using namespace std;
class Thing
{
private:
int *x;
int y,z;
public:
~Thing(){
delete x;
x=nullptr;
}
Thing()
{
x=new int;
*x=0;
this->y=0;
this->z=0;
}
Thing(int a, int b , int c)
{
x=new int;
*x=a;
this->y=b;
this->z=c;
}
Thing (Thing &... | [
"tahaimtiaz@gmail.com"
] | tahaimtiaz@gmail.com |
081783195230585e0ac62351b4eddd24abf5e074 | f33579caed7ac3181b63e7cf2822edc157b11772 | /AdoDbRecordset.h | a94507e443715fd7fe5012b637a060ae03c5dd19 | [] | no_license | githubno1/DbDriver | 60b83af1bfd35a50635a650fbb177088da2ef406 | 75b17954c3a72588a215264969b5a6f090863bdf | refs/heads/master | 2020-04-10T03:16:04.429804 | 2014-03-21T07:11:25 | 2014-03-21T07:11:25 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,850 | h | #pragma once
#include "SqlDriver.h"
class COMMON_DBLIB CAdoRecordset:public CDbRecordSet
{
public:
CAdoRecordset(_RecordsetPtr pRecordset);
~CAdoRecordset(void);
public:
//取字段个数
int GetFieldNum();
// 字段名
string GetFieldName(long lIndex);
int GetIndex(char* strFieldName);
// 字段数据类型
int GetFieldType(long... | [
"zhhw_gis@163.com"
] | zhhw_gis@163.com |
4208ec2681aba4b02254ee8a3c5d13709f44e70d | 821fda967371258bf158e84ce986d8de57236b3a | /heap/monton.h | 56436e76ecbe3c23b554b7abdc3aa694307a35c1 | [] | no_license | Pedro-Hdez/Estructura-de-datos | 5f74172ef6d8b10e43785509f0cd2c0ade959b82 | eafe696abdbaad485e1f5cdbe93b13555760cc96 | refs/heads/master | 2023-03-03T07:01:54.287877 | 2021-02-16T01:29:51 | 2021-02-16T01:29:51 | 175,328,825 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 15,808 | h | /*
Nombre: monton.h
Autor: Pedro Andrés Hernández Amador.
Fecha: mayo del 2019
Descripción: Archivo de cabecera que contiene todas las funciones, clases y estructuras que gestionan el funcionamiento
de un montón (Min Heap).
*/
#ifndef MONTON_H_INCLUDED
#define MONTON_H_INCLUDED
... | [
"pedro.a.hdez.a@gmail.com"
] | pedro.a.hdez.a@gmail.com |
9f28142e6d9f2f62c1d01a79101457c1f4ace68a | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5636311922769920_1/C++/limki/gold.cpp | b588ac76fbbcd498e74ec1726b2d11105fbcfde2 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 818 | cpp | #include <cstdio>
#include <cstring>
using namespace std;
int T,K,C,S,j;
long long rv;
int main(){
scanf("%d",&T);
for(int t=1;t<=T;t++){
scanf("%d %d %d",&K,&C,&S);
printf("Case #%d:",t);
if (C*S<K){
printf(" IMPOSSIBLE\n");
continue;
}
for (int i=C;i<K+C;i+=C){
if (i<=K)
j=i;
else
j=K;... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
3dcaaac55f8e5512d815729fce5a9d2af0c791f7 | a6017b7d1ee645d15d592c74a9b720a224ae20bf | /src/geometry/Geometry.h | be7ef89d56862bf9d67ef8c9eb1353dff3ffb435 | [] | no_license | Jon0/animation | 0f630680be0a98fc2176c86216257bf3d0a4652c | 709277dfaf64ccede2ccb0db4d2b94b0d88253f6 | refs/heads/master | 2021-01-23T02:35:30.348284 | 2018-03-10T07:03:21 | 2018-03-10T07:03:21 | 12,342,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | h | /*
* Geometry.h
*
* Created on: 12/09/2013
* Author: remnanjona
*/
#include <glm/glm.hpp>
#include "../buffer/VertexBuffer.h"
#include "../shader/UBO.h"
#include "../shader/ShaderStructs.h"
#ifndef GEOMETRY_H_
#define GEOMETRY_H_
namespace std {
class Geometry {
public:
virtual ~Geometry() {}
virtual ... | [
"jono4728@gmail.com"
] | jono4728@gmail.com |
f6d3d6c3d3e8ae6a3e41611f610e3c6f094d9ea2 | bcfb2df6ca6ca4aee8a291df12c4ecef5f5baceb | /ByXiaZhuofan/EDCHost19/main.cpp | 8428069cd00f3c50085eab0808c50b0fc3ba526f | [] | no_license | HuangMT/EDC19_host_computer | 0e99ece9810bfefaf5520bae8234b42e095dba11 | 35f187a2684b5b44c2aead39a5508c989863caa4 | refs/heads/master | 2021-01-21T06:33:02.479755 | 2017-10-07T08:35:15 | 2017-10-07T08:35:15 | 101,944,109 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 442 | cpp | #include "stdafx.h"
#include "EDCHost19.h"
#include <QtWidgets/QApplication>
#include "HighResCam.h"
int main(int argc, char *argv[])
{
QApplication theApp(argc, argv);
//Load Stylesheets
QFile myStylesheets("MyUI.css");
myStylesheets.open(QFile::ReadOnly);
QString theStyle = myStylesheets.readAll();
theApp.se... | [
"xiazhuofan@qq.com"
] | xiazhuofan@qq.com |
997407f58b05935771400fd487ffd01e41c9f973 | d0369809deea5acbd50721feff3013913b314546 | /algorithms/algorithms/inner_sort/2_SelectionSort.h | 6dfe4ddb5357077462b23146903bb2409591885a | [] | no_license | JackieLong/algorithms | f4db4bde918ef5bf22396d28d6c29f48e7d131c6 | 31226e7907fad3a647ead32512c93f4acc487720 | refs/heads/main | 2023-04-14T19:43:43.194590 | 2021-05-05T05:55:12 | 2021-05-05T05:55:12 | 353,762,034 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 874 | h | #pragma once
#ifndef _0_SELECTIONSORT_H_
#define _0_SELECTIONSORT_H_
#include <functional>
#include "../Macro.h"
NS_ALGORITHM_BEGIN
// 选择排序
template<class T>
void selection_sort( T t[], const int &len,CompFunc comp )
{
if( len <= 1 )
{
return;
}
// 用于保存当前找到的最“大”/“小”值的索引,可以减少交换操作
int tar... | [
"741212080@qq.com"
] | 741212080@qq.com |
d808a0bcc103bb058001a08e1b116e3bbb0785a9 | 6318439bd67fd775178f9f434c927abacefe31d0 | /buzzer.ino | 261851c39b627fa3487e927af76127fa420e3436 | [
"MIT"
] | permissive | orientcode/buzzer | 600b87c2424afbb5be7163613a21f873fd35c978 | 21dc7a5efe808b8078f2cf6e4f114e2ff364fdef | refs/heads/master | 2020-07-08T06:27:05.275145 | 2019-08-21T14:03:43 | 2019-08-21T14:03:43 | 203,592,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | ino | #define PIN_BUZZER 7
void setup() {
pinMode(PIN_BUZZER, OUTPUT);
tone(PIN_BUZZER, 420);
delay(500);
noTone(PIN_BUZZER);
delay(500);
}
void loop() {
tone(PIN_BUZZER, 660);
delay(200);
noTone(PIN_BUZZER);
delay(200);
}
| [
"khenysson@hotmail.com"
] | khenysson@hotmail.com |
a83271a3efa5dc44afb7e35171754057c4d0ef27 | 00b2421552ae8881c7d71fae6d8747e572e150f2 | /Misc/BFS implementation 2.cpp | 069f8c4a7a9325d5924715c9779198c2faa7ee94 | [] | no_license | serendiipity/Competitive-Programming | 870eabb067e1746ae76d4d6fbf94fe24ae9b6ab1 | 3ecca29a7d69f8bab44bec646166a3885ae4d2f5 | refs/heads/master | 2022-05-05T03:48:49.355716 | 2022-03-17T13:35:22 | 2022-03-17T13:35:22 | 184,333,777 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,192 | cpp | #include <iostream>
#include <vector>
#include <queue>
using namespace std;
typedef vector < vector <int> > vvi;
class Graph {
public:
int E;
int V;
vvi adj_list;
vector <bool> visited;
vector <int> distance;
Graph(vvi list, int n, int m) {
V = n;
E = m;
adj_list = list;
visited = * new... | [
"imane.chk@gmail.com"
] | imane.chk@gmail.com |
85b37da65389bc9c9801430cd90c56b02f5ab90e | 63740e3e7cd46ab65956820c6dba93c5b2eaf9a3 | /ProjectRedemptionEngine/src/core/subsystems/rendering/prerendering.h | cea85430ca733e3f461c86e84dfb5b9a612226ba | [] | no_license | seenbeen/PRE-3D | 8bda9f43cb109cf705a3dbeb99f0f44591cea1e0 | 82f2dcd519a284fad5b667cc3936bb32733a8a44 | refs/heads/master | 2023-03-25T19:43:39.032617 | 2021-03-23T03:20:04 | 2021-03-23T03:20:04 | 350,467,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,962 | h | #pragma once
#include <list>
#include <map>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <glad/glad.h>
#include <include/modules/rendering.h>
namespace PRE
{
namespace Core
{
struct PRERenderingConfig;
class PREApplicationContext;
class PREModelRendererComponent;
class PRE... | [
"shiratori.seenbeen@gmail.com"
] | shiratori.seenbeen@gmail.com |
7144c9ec5cff63b7707ae5eb33e23581170dbde0 | e9b909cb6b81ef990ac959ab927173189e9afb0f | /u-gine/include/parallaxscene.h | e4bc29561c73a255567cbe710da3e64b0a691a2d | [] | no_license | AlvaroAbad/Arquitectura | ea849377fe512ca5992cc5283d16b1b3b7aa5bbb | cfea49d6283b8363e6d98e5ab591ef1a4f7a2fb1 | refs/heads/master | 2021-01-21T21:43:08.022866 | 2016-03-04T13:16:00 | 2016-03-04T13:16:00 | 47,994,299 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | h | #ifndef UGINE_PARALLAXSCENE_H
#define UGINE_PARALLAXSCENE_H
#include "scene.h"
class ParallaxScene :public Scene {
public:
ParallaxScene(Image* imageBack, Image* imageFront = 0);
virtual const Image* GetBackLayer()const { return this->backLayer; }
virtual const Image* GetFrontLayer()const { return this->front... | [
"alvaro.abadm@gmail.com"
] | alvaro.abadm@gmail.com |
e88f87b50bb1827cae705d0a298a756a7748add2 | 8f50c262f89d3dc4f15f2f67eb76e686b8f808f5 | /Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSParametrizationEkinSelectChain.h | cf1d818e638a3fc8803e85e27e3abed0253a12ad | [
"Apache-2.0"
] | permissive | strigazi/athena | 2d099e6aab4a94ab8b636ae681736da4e13ac5c9 | 354f92551294f7be678aebcd7b9d67d2c4448176 | refs/heads/master | 2022-12-09T02:05:30.632208 | 2020-09-03T14:03:18 | 2020-09-03T14:03:18 | 292,587,480 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,036 | h | /*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ISF_FASTCALOSIMEVENT_TFCSParametrizationEkinSelectChain_h
#define ISF_FASTCALOSIMEVENT_TFCSParametrizationEkinSelectChain_h
#include "ISF_FastCaloSimEvent/TFCSParametrizationFloatSelectChain.h"
#include "ISF_FastCaloSimEvent/TFCSS... | [
"atlas.nightlybuild@cern.ch"
] | atlas.nightlybuild@cern.ch |
2b1335a1dfe927280f0941bdb6a175a7c1ca0f12 | a422ec65c817fa7c8a843c86012699d5655f1a69 | /Tutorials_Point/passingParametersByReference.cpp | 470dcd8c41b5ce702a61bd40f066931bcbd1de62 | [] | no_license | krutikamin/CPP | 4167a0488cefb97ec0d164354df197ef1544c7f0 | be88b8b1905a9fdb786362db63f7182c26ef7d24 | refs/heads/master | 2021-01-10T07:59:34.108063 | 2018-07-27T00:42:39 | 2018-07-27T00:42:39 | 48,225,886 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 726 | cpp | // https://www.tutorialspoint.com/cplusplus/passing_parameters_by_references.htm
#include <iostream>
using namespace std;
// function declaration
void swap(int& x, int& y);
int main(void) {
// local variable declaration:
int a = 100;
int b = 200;
cout << "Before swap, value of a : " << a << endl;
cout << "Befo... | [
"krutikamin@csu.fullerton.edu"
] | krutikamin@csu.fullerton.edu |
122c90389cc042dd62ac754c17f9e7c215b13f55 | bfb51dce7277e4d191b94aebf3ca1c9bd7dc36ca | /libcaf_core/test/behavior.cpp | 06c12f6e39c732fcb04855a4dfda54062d73be0d | [
"BSL-1.0"
] | permissive | landagen/actor-framework | f3ffa2bd209fedae82cb70c7c3bdce0ec84e2104 | 70f6c2aabde228a836764e498849384f4da96457 | refs/heads/master | 2021-09-01T16:20:28.340856 | 2017-12-27T22:46:53 | 2017-12-27T22:46:53 | 115,560,114 | 0 | 0 | null | 2017-12-27T21:47:37 | 2017-12-27T21:47:37 | null | UTF-8 | C++ | false | false | 3,103 | cpp | /******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* | | / _ \ | |_ Actor *
... | [
"dominik.charousset@haw-hamburg.de"
] | dominik.charousset@haw-hamburg.de |
f5f93de2f55358e3591a6b8bd919a703cf2ad639 | 266d08aeff9804495fddeb68816a580906cfc5b9 | /leetcode/139.cc | c2140fe7ba1edddda7efa91d3a51beea5dfd45c6 | [] | no_license | NKSG/c_learning_record | 1ed81b25e6a00541fbafc6f1fb42fdeb62f688e8 | 3efea721bb85dea3260e29745f6ee604cf838972 | refs/heads/master | 2020-12-31T02:01:55.632923 | 2015-04-24T16:49:28 | 2015-04-24T16:49:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | cc | //No.139
//https://leetcode.com/problems/word-break/
//Word Break
class Solution {
public:
bool wordBreak(string s, unordered_set<string> &dict) {
int n=s.length();
vector<bool> dp(n+1,false);
dp[0] = true;
for(int j=1; j<=n; j++)
for(int i=0; i<j; i++){
i... | [
"johann_h@163.com"
] | johann_h@163.com |
cb8373324a36f3612dfc991a07f1a5a86b7f9e40 | 7069c4dbc65c88144d2f89bfe433febaf0a57e2a | /src/appleseed.studio/mainwindow/rendering/renderingmanager.cpp | 5d5a8fe6436e69c853943e563d09bcfde43d67c2 | [
"MIT"
] | permissive | tomcodes/appleseed | 4d39965f168be1fd8540b635b5f32c2e8da188b6 | e8ae4823158d7d40beb35c745eb6e9bee164dd2d | refs/heads/master | 2021-01-17T22:45:50.384490 | 2012-01-20T17:54:49 | 2012-01-20T17:54:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,452 | cpp |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2012 Francois Beaune, Jupiter Jazz
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
/... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
16f5c441ae90bac540f654e89a4ee35115cf661b | 016da22e472f30a1401314ebff7048c076e18cb2 | /aws-cpp-sdk-chime/include/aws/chime/model/ChannelMembershipForAppInstanceUserSummary.h | 8bf6e003348a0fbe7470c1edd047eea7265623ea | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | meenakommo64/aws-sdk-cpp | 8637d6f42f45b9670d7275b0ce25f3595f7f4664 | 9ae103b392f08750a4091d69341f55a2607d38b7 | refs/heads/master | 2023-02-16T07:47:44.608531 | 2021-01-14T20:10:59 | 2021-01-14T20:10:59 | 329,810,141 | 0 | 0 | Apache-2.0 | 2021-01-15T04:45:34 | 2021-01-15T04:39:52 | null | UTF-8 | C++ | false | false | 3,748 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/chime/Chime_EXPORTS.h>
#include <aws/chime/model/ChannelSummary.h>
#include <aws/chime/model/AppInstanceUserMembershipSummary.h>
#include <utility>
namespace Aws
{
namespac... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
5ce7b42523d2f0a8b13bf36c2ea5f3ccd70f832e | 04f8b070f6b7e9489b9ebd1b8a7dcbb12690719b | /final/lineMesh.ino | 357c5b0d8e435faf597b387dd98243bf5171ac38 | [] | no_license | sandu9618/DigitalDreamsCode2018 | 25a1663fe9c7b7949bdf76e5f9b5002d011a4e84 | a4d2a39c7b8186c890ff43d563043c355ea1db6d | refs/heads/main | 2023-02-11T20:02:28.162322 | 2021-01-02T05:56:23 | 2021-01-02T05:56:23 | 326,119,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,097 | ino | //----------------Mesh Solve----------------------------------------------------------------------------------------------------------------------
void lineMazeSolve(void)
{
while (!status)
{
LineJunction();
switch (mode)
{
case NO_LINE:
brake();
delay(50);
... | [
"sandunipavithra9611@gmail.com"
] | sandunipavithra9611@gmail.com |
d1fbdeb9e6051c11297c6108c3b0f18927cf524f | ae55176b3fe4fc9b77ee0af71f142e174a65cf60 | /GameAI/steering/ToggleDebugMessage.cpp | 178a1292ba9fb617fde57cb62a877ee2ebd5d5ad | [] | no_license | theMagicDunky/EGP-410 | a055405067ecd345fccd3d8c6029249f2de64ce2 | 35ce0d4e427150d97321a3f7c3cc95aa70d11f83 | refs/heads/master | 2021-01-23T02:22:57.208580 | 2016-12-17T04:58:33 | 2016-12-17T04:58:33 | 68,652,319 | 0 | 1 | null | 2016-09-19T22:34:32 | 2016-09-19T22:34:31 | null | UTF-8 | C++ | false | false | 263 | cpp | #include "ToggleDebugMessage.h"
#include "Game.h"
ToggleDebugMessage::ToggleDebugMessage()
:GameMessage(TOGGLE_DEBUG_MESSAGE)
{
}
ToggleDebugMessage::~ToggleDebugMessage()
{
}
void ToggleDebugMessage::process()
{
gpGame->toggleDebugState();
}
| [
"duncan.carroll@mymail.champlain.edu"
] | duncan.carroll@mymail.champlain.edu |
dec46ebbc813f27106463bc65f1fd7ed001cb7bb | 9426800bf9811e64078fffffd807dd62872af94f | /server/include/Grid.hh | 5799c94ff9682683810f4ad0328e133bb3ade93b | [
"MIT"
] | permissive | drouarb/cpp_rtype | 679e54a20d017032a98eecdc2cc4164a0bc18ce0 | bb57cd57c1748fe8591dd3a22ddea73b46845be9 | refs/heads/master | 2021-06-15T13:29:46.309635 | 2017-02-02T14:43:49 | 2017-02-02T14:43:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | hh | //
// Created by lewis_e on 30/12/16.
//
#ifndef CPP_RTYPE_GRID_HH
#define CPP_RTYPE_GRID_HH
#include "Definitions.hh"
#include <vector>
#define GRID_CELL_SIZE 150
#define GRID_HEIGHT (FIELD_HEIGHT / GRID_CELL_SIZE + 2)
#define GRID_WIDTH ((FIELD_WIDTH + LEFT_MARGIN + RIGHT_MARGIN) / GRID_CELL_SIZE + 2)
namespace s... | [
"esteban.lewis@epitech.eu"
] | esteban.lewis@epitech.eu |
13d30151a8f130d2736a40cab42f5bfca30dd48e | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/old_hunk_1607.cpp | c14acf4894b4df23fc4f926e80c7bd79a7b4457c | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,453 | cpp | static void
usage(const char *progname)
{
fprintf(stderr,
"Version: %s\n"
"Usage: %s [-arsv] [-A 'string'] [-g count] [-h remote host] [-H 'string'] [-i IMS] [-I ping-interval] [-j 'Host-header']"
"[-k] [-l local-host] [-m method] "
#if HAVE_GSSAPI
"[-n] [-N] "
#endif... | [
"993273596@qq.com"
] | 993273596@qq.com |
d2abd07da2080f48adc38fdd2f743c8423eba81a | 2eba4d9c89f41f978c01b2e05ec1bdc9a61cd179 | /Src/Terrain3D/World/Camera.cpp | d6b504386f4e3538e1830d8083b2e8374b981991 | [
"MIT"
] | permissive | fHachenberg/Terrain3D | e58eeb7ecc285575e8bc90cdb16a2416d9e1b5bb | 9659fca4d11ddfb57834cb851b578d957bae0417 | refs/heads/master | 2021-01-18T04:40:08.470828 | 2016-02-18T03:30:41 | 2016-02-18T03:30:41 | 60,901,679 | 0 | 1 | null | 2016-06-11T10:14:44 | 2016-06-11T10:14:44 | null | UTF-8 | C++ | false | false | 3,324 | cpp | //==================================================================================================================|
// Created 2014.04.29 by Daniel L. Watkins
//
// Copyright (C) 2014-2015 Daniel L. Watkins
// This file is licensed under the MIT License.
//=============================================================... | [
"dwatkins@valpineware.com"
] | dwatkins@valpineware.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.