blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16f33322d3be747f23ab6e08092ed68d146f7e03 | 393320d4dc9463ae7047390e4afe6f3e25fd70b9 | /tek2/C++/cpp_nanotekspice/sources/interfaces/IComponent.hpp | aafe94cd37a8c1c8fcb7c0c1f50ccf492a5ad826 | [] | no_license | Lime5005/epitech-1 | d1c4f3739716173c8083ea4e6a04260d6dc92775 | cb25df1fa5d540624b9e7fd58de6e458cd5cc250 | refs/heads/master | 2023-02-09T07:38:57.850357 | 2019-10-14T15:03:44 | 2019-10-14T15:03:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,152 | hpp | /*
** IComponent.hpp for cpp_nanotekspice in /home/rubysh/Work/Repositories/Epitech/SecondYear/CPE/cpp_nanotekspice/sources/interfaces/IComponent.hpp
**
** Made by Anas Buyumad
** Login <anas.buyumad@epitech.eu>
**
** Started on Fri Jan 27 20:15:48 2017 Anas Buyumad
** Last update Fri Jan 27 20:15:49 2017 Anas Buyum... | [
"gauthier.cler@epitech.eu"
] | gauthier.cler@epitech.eu |
8a2249ac4c6e123f7ac68960575fd44ca52d15ba | d7a8148bf140233ac5a131f43ae84ffde2d6e7ac | /CastlePrizeWheelV17Audio/CastlePrizeWheelV17Audio.ino | 350d86e53f079245f111355140e5e8fa119789aa | [] | no_license | isomorphic85/Castle-Prize-Wheel | 1bfa8c731713d7dc2827a926ebc843d782dc85a7 | 48d4ea55ab46080426bfe06dd2c2b849d7c1b548 | refs/heads/master | 2021-01-13T12:57:39.608818 | 2017-06-20T14:15:45 | 2017-06-20T14:15:45 | 94,898,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,908 | ino |
//The Castle Fun Center Prize Wheel V17.0
//Designed & Programmed by Mike Baier
//--Objective- Create a "prize wheel"
//utilizing lights and audio to randomly generate winning
//zones within an area to award a prize.
//wheel is activated with a button press
//A Random LED is choosen as the winner, LED flashes, Audio... | [
"noreply@github.com"
] | noreply@github.com |
ef9cafb2aae02d4458cb88f7dc8daecaba90e113 | b3bbb8210f7bd4cb1211a34be2b3a524d52f473e | /lr2/laba_2_Dimova/KS.h | bd8472e694332473b45b80db9d476423604e495a | [] | no_license | DimovaAlexandra/Dimova_Sem3 | 54ed4ee808082d7943c633b7f4c84920c221ba09 | 6980e942e3a46de91b50327d2a4010f0443d483c | refs/heads/master | 2023-04-19T10:49:45.762895 | 2021-04-27T16:03:14 | 2021-04-27T16:03:14 | 295,130,530 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,774 | h | #pragma once
#include <string>
#include <vector>
class KS
{
static unsigned int IDks;
unsigned int id; // Идентификатор
int effect; // Эффективность
public:
std::string name; // Название
int N; // Количество цехов
int Ninwork; // Количсевто цехов в работе
/*static KS createKS(); // Создание компрессорной ста... | [
"70602965+Kai-Lee-Hyuga@users.noreply.github.com"
] | 70602965+Kai-Lee-Hyuga@users.noreply.github.com |
e3b2166daca3735b695a07603916312ff49bcddb | 9b5deee6d2c13ac0913ea80894e28e63bb9f4abf | /demos/tutorial/sequences_in_depth/example_overflow.cpp | 926fe68c8635b095ac95bf61501b11b3339f880e | [
"BSD-3-Clause"
] | permissive | rrahn/seqan | a33bd6f8f2d61a768beaf4b4b977d32bf81c84f6 | 9d65353b7f131ba38f815970c8ee2ec542a18c1e | refs/heads/master | 2023-01-20T22:46:15.290624 | 2016-01-11T17:08:07 | 2016-01-11T17:08:07 | 14,363,387 | 2 | 2 | NOASSERTION | 2018-10-02T09:20:55 | 2013-11-13T12:31:03 | C++ | UTF-8 | C++ | false | false | 454 | cpp | #include <seqan/stream.h>
using namespace seqan;
int main()
{
//![example]
String<Dna> dnaSeq;
// Sets the capacity of dnaSeq to 5.
resize(dnaSeq, 4, Exact());
// Only "TATA" is assigned to dnaSeq, since dnaSeq is limited to 4.
assign(dnaSeq, "TATAGGGG", Limit());
std::cout << dnaSeq << std::endl;
... | [
"enrico.siragusa@fu-berlin.de"
] | enrico.siragusa@fu-berlin.de |
0ee32733ebb03f86f648df4227aab08ee3bfbcee | 0cff93d44b1938fec56f5473994831fbeeaee3b8 | /EstructurasNoLineales/Treap/allinone.cpp | 5fdbc968a3068c5f4295e9a5a0521a6a7bedecc2 | [] | no_license | HMBL98/Competitive-Programming-Problems | e8cffd332b8825b0be4bce4adca4a57991aa6304 | e04182a78026fb2a50002dfe3a26cd3b4c468dbc | refs/heads/master | 2020-03-23T11:02:07.650153 | 2018-07-18T19:06:28 | 2018-07-18T19:06:28 | 141,478,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,070 | cpp | #include <bits/stdc++.h>
using namespace std;
#define fi first
#define se second
#define pb push_back
#define mod ( ( ((n) % (k)) + (k) ) % (k))
#define forn(i,a,b) for(int i = a; i < b; i++)
#define forr(i,a,b) for(int i = a; i >= b; i--)
typedef long long int ll;
typedef long double ld;
typedef pair<int,int> ii;
ty... | [
"hugomichelbl@gmail.com"
] | hugomichelbl@gmail.com |
784a1b3ae808cd243f3859e543a9f0912eaa5563 | 46e1796795eadd2f2cb7aa2d570594ae7c288885 | /csci40/lec02/doubleDivision.cpp | ce50df030705363d6a359ad7eede1f9d35dda694 | [] | no_license | lawtonsclass/f20-code-from-class | 1afb7f7a6d230f6af9e368f13e4df8634d86a011 | 34db321491455044a14d029fff11ea81309f6792 | refs/heads/master | 2023-01-20T04:57:11.353707 | 2020-11-27T03:59:53 | 2020-11-27T03:59:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | cpp | #include <iomanip> // for setprecision
#include <iostream>
using namespace std;
int main() {
// integer divsion happens when both sides of the / are ints
double d = 1 / 2;
cout << "d: " << d << endl;
// solution: make at least one side a double
d = 1.0 / 2;
cout << "d: " << d << endl;
int x = 1;
int... | [
"lawtonnichols@gmail.com"
] | lawtonnichols@gmail.com |
f75a8c6d6670685d350751eb0b26c369f9b948d6 | 5a984c354434ae6a39d5722527f35fad37f3b14a | /Src/Application/DeviceComponent/SlotCard/CExtCard8VF.cpp | 6bd923954cd699f5ebede408c60e4d2de6597626 | [] | no_license | Gloriacnb/ISAP100-EMUX10 | f5085aba97cb1e6474c2916fba17755c7f781e4f | ded4b79e0b2741bf765ed68139ae8a45eaef44d7 | refs/heads/master | 2021-03-27T12:36:05.720627 | 2017-12-01T07:07:37 | 2017-12-01T07:07:37 | 112,694,341 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,269 | cpp | /*
* CExtCard8VF.cpp
*
* Created on: 2012-12-26
* Author: Administrator
*/
#include "CExtCard8VF.h"
#include "Chip8VFLogic.h"
#include "Pcm821054.h"
#include "CIsap100HardwareDesc.h"
#include "CVFPortA.h"
#include <string.h>
#include "UID.h"
#include <stdio.h>
#include "Task_define.h"
__ta... | [
"momo_nono@163.com"
] | momo_nono@163.com |
9b25ec1d5ea331164deffa1dc1ecddbb181d8009 | b627928aa4c7c82559d63f6a1d60782c41b7e0b6 | /world_data/proj4/proj-6.3.2/test/unit/test_c_api.cpp | b53223d7284d6efb355e3126a889586a46443c68 | [
"LicenseRef-scancode-us-govt-public-domain",
"MIT"
] | permissive | oscarmb94/bta | 8cc6b1f33d10183cee698f3a4fd8ecde0b2cb45a | 96c5bc31b1ecd17b31002f2f1db446a304fb0b3e | refs/heads/master | 2022-11-26T08:00:44.777024 | 2020-08-06T16:45:29 | 2020-08-06T16:45:29 | 279,734,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172,496 | cpp | /******************************************************************************
*
* Project: PROJ
* Purpose: Test ISO19111:2019 implementation
* Author: Even Rouault <even dot rouault at spatialys dot com>
*
******************************************************************************
* Copyright (c) 2018, ... | [
"oscarmb94@hotmail.es"
] | oscarmb94@hotmail.es |
84fd01986a9d5202d06c64740906b1d451720714 | 132dbb86bd06fdadc99d32fb13d03c4d215f262d | /ArithmeticProgressions.cpp | e97790bda847c689163d02266c4e4ec4b8c513fc | [] | no_license | bossbobster/USACO-Training | 90d481c2241aa50d467d3acadfd2cf80264dc087 | 4689499a24844f39e385a06d49c1c602277fc0e6 | refs/heads/master | 2023-02-20T00:31:45.689765 | 2023-02-05T09:30:02 | 2023-02-05T09:30:02 | 204,623,891 | 12 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,874 | cpp | /*
PROB: ariprog
LANG: C++
*/
#include <iostream>
#include <fstream>
#include <algorithm>
#include <bitset>
using namespace std;
ifstream fin("ariprog.in");
ofstream fout("ariprog.out");
bitset<125000> bisquares;
int sequences[10000][2] ;
void calculateBisquares(int num)
{
for(int i = 0; i <= num; i ++)
{... | [
"noreply@github.com"
] | noreply@github.com |
6613355fd8262412cffa90cb605f1ab7eac86f37 | fd5b9e74d18ce162d8fb582cf7ee1c601929d7ad | /1789.cpp | c53f3a5e008e01b72399df66a909244d7e493d41 | [] | no_license | parkhaeseon/boj | 811b04a532456fb12ee6092090d692b883469a15 | 2b4cf6bea412b8f17480a2872b2db811374a70c2 | refs/heads/master | 2022-02-21T10:30:52.773309 | 2019-10-01T04:51:18 | 2019-10-01T04:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 588 | cpp | #include <iostream>
#include <queue>
#include <stack>
#include <cstdio>
#include <vector>
#include <cstring>
#include <string>
#include <math.h>
#include <algorithm>
#include <map>
using namespace std;
int main(void)
{
long long N = 0;
scanf("%lld", &N);
long long i = 1;
while (1)
{
l... | [
"noreply@github.com"
] | noreply@github.com |
89aa736166628e4441f7a6224ba66011a4bbfb48 | 9cf7c69cd3259fb43396df40d8e91a4254ad8d4b | /Polimorfismo/Mago.h | 08fc706e5fbb1893bdbe1b2d67c955c7f877cec9 | [] | no_license | UnitecProgra3/EjerciciosEnClaseDragon | 17e48bf67263203015f165174104ff68faad95d9 | f69454e11689cf1eef44f670f4c2231fe0e87547 | refs/heads/master | 2016-08-12T10:41:50.814417 | 2016-02-18T00:17:36 | 2016-02-18T00:17:36 | 50,446,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | h | #ifndef MAGO_H
#define MAGO_H
#include "Personaje.h"
class Mago : public Personaje
{
public:
Mago();
virtual ~Mago();
void atacar();
protected:
private:
};
#endif // MAGO_H
| [
"ahmed.hn.43@gmail.com"
] | ahmed.hn.43@gmail.com |
14f09665f3ea66203a9f55ce16f05848dc8ffac9 | 348e80a3b8c0c0a16fc36ef2d1034eac06da97aa | /PeraProcessDesigner/PeraProcessDesigner/CxBCGPSplitterWnd.cpp | 0611174039754ba83c05e9aa059f4057f4dd0b25 | [] | no_license | wyrover/WorkPlatForm | 0e2c9127ccb6828857532eb11f96be3efc061fe9 | f14a8cdd2bc3772ea4bd37a0381f5f8305a0a2c2 | refs/heads/master | 2021-01-16T21:16:13.672343 | 2016-01-17T08:59:01 | 2016-01-17T08:59:01 | 62,207,103 | 0 | 1 | null | 2016-06-29T07:56:29 | 2016-06-29T07:56:28 | null | GB18030 | C++ | false | false | 5,014 | cpp | // CxBCGPSplitterWnd.cpp : 实现文件
//
#include "stdafx.h"
#include "CxBCGPSplitterWnd.h"
static enum HitTestValue
{
noHit = 0,
vSplitterBox = 1,
hSplitterBox = 2,
bothSplitterBox = 3, // just for keyboard
vSplitterBar1 = 101,
vSplitterBar15 ... | [
"cugxiangzhenwei@sina.cn"
] | cugxiangzhenwei@sina.cn |
5c5381d221d20ded2ad610de5792b11ea538d23b | f6f0f87647e23507dca538760ab70e26415b8313 | /6.5.0/msvc2022_64/include/QtCore/6.5.0/QtCore/private/qatomicscopedvaluerollback_p.h | a201bbfed943e54c5b1c637674253e8d15c76dd3 | [] | no_license | stenzek/duckstation-ext-qt-minimal | a942c62adc5654c03d90731a8266dc711546b268 | e5c412efffa3926f7a4d5bf0ae0333e1d6784f30 | refs/heads/master | 2023-08-17T16:50:21.478373 | 2023-08-15T14:53:43 | 2023-08-15T14:53:43 | 233,179,313 | 3 | 1 | null | 2021-11-16T15:34:28 | 2020-01-11T05:05:34 | C++ | UTF-8 | C++ | false | false | 3,501 | h | // Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QATOMICSCOPEDVALUEROLLBACK_P_H
#define QATOMICSCOPEDVALUEROLLBACK_P_H
//
// W A R N I N G
// -------------
//
// This file is not part of the Qt API. It ... | [
"stenzek@gmail.com"
] | stenzek@gmail.com |
3f0d69a59fad91094027cacfbebb2adedcaea487 | 6035fe3136d967bc02ef3a4e8556142028fa13e2 | /pc/key_pair.cpp | d01a5750b924c09e7d3acd6044fc0929ddbb28f2 | [
"Apache-2.0"
] | permissive | rtilder/pyth-client | 331993c17e4f9310643ba71022a10b67b67ff456 | aaf33e1dd13c7c945f1545dd5b207646cba034d3 | refs/heads/main | 2023-08-12T13:29:47.373341 | 2021-10-13T00:01:12 | 2021-10-13T17:55:48 | 401,839,554 | 0 | 0 | Apache-2.0 | 2021-08-31T20:49:06 | 2021-08-31T20:49:06 | null | UTF-8 | C++ | false | false | 5,398 | cpp | #include "key_pair.hpp"
#include "jtree.hpp"
#include "mem_map.hpp"
#include "misc.hpp"
#include <openssl/evp.h>
#define PC_SYMBOL_SPACES 0x2020202020202020
using namespace pc;
hash::hash()
{
}
hash::hash( const hash& obj )
{
*this = obj;
}
hash& hash::operator=( const hash& obj )
{
i_[0] = obj.i_[0];
i_[1] ... | [
"richardbrooks2000@gmail.com"
] | richardbrooks2000@gmail.com |
885b9312141a0b3e5b6889bd4d56d04792c514e8 | 8401945119f7344ae672a49a29f178e66c12dd09 | /Display.h | 6f408f351e85c16d6e37ae17e04b5872ec0bdcf2 | [] | no_license | the-rich-piana/modern-opengl | 83631fb69f5419503545d4ac4b58056efe6a9f41 | d7b82ebfccf82f9c2ca511e9a14d897907531155 | refs/heads/master | 2020-09-03T01:31:13.453516 | 2019-11-03T19:13:48 | 2019-11-03T19:13:48 | 219,351,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | h | #pragma once
#include <string>
#include <SDL2/SDL.h>
class Display
{
public:
Display(int width, int height, const std::string& title);
void Clear(float r, float g, float b, float a);
void Update();
bool IsClosed();
void SwapBuffers();
virtual ~Display();
protected:
private:
void operator=(con... | [
"noreply@github.com"
] | noreply@github.com |
95926a9b50a31d895b45c157902fb8c439f90803 | 1359bb193ce7ec547ae07862c207b6b68d7d8d8e | /Matrix/Spiral Matrix II.cpp | afe8bdafc5b4a063f3883d173e043dd7439f236f | [] | no_license | yukta22/leetcode | f13f6d96c0e7254651de55ce9ab54ca5f5992e6b | 8d1352415146adf7cb8963e6c80c78111c89dc4f | refs/heads/main | 2023-08-14T11:01:48.541234 | 2021-09-28T09:36:45 | 2021-09-28T09:36:45 | 328,369,449 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | // https://leetcode.com/problems/spiral-matrix-ii/
// Time Comp : O(n2) , Space : O(1)
class Solution {
public:
vector<vector<int>> generateMatrix(int n) {
vector<vector<int>>ans(n,vector<int>(n));
if(n == 0)return ans;
int r1 = 0 , r2 = n-1;
int c1 = 0 , c2 = ... | [
"noreply@github.com"
] | noreply@github.com |
8a4d4e2953b0f108217b12354cc27d9c34ecc0f4 | c2506bdb7d3be4a1ad4e9f4b75a8da39812c2bd3 | /Building_Biolofical_Assembly/Functions.h | 8787d28dae850736a8727f58e7c62cee8c33fb96 | [] | no_license | NoraRo/Building-Biological-Assembly | a3c9db3923146d53fe277c2264d3b8cca371442f | 58b4a923410b0b056e7c0d69370ccda940ab1881 | refs/heads/master | 2021-04-26T23:14:56.189231 | 2018-03-17T21:20:11 | 2018-03-17T21:20:11 | 123,955,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,368 | h | #pragma once
#include<vector>
#include<iostream>
#include <string>
#include <fstream>
#include <iomanip>
using namespace std;
void lgg_crystal(vector<double>& cell,
vector<double>& cells,
vector<vector<double>>& deor,
vector<vector<double>>& orth,
vector<vector<double>>& deors,
vector<vector<double>>& orths);
do... | [
"nora.abdelhameed@gmail.com"
] | nora.abdelhameed@gmail.com |
ce9e7ae7d0fd137ed4a8ba7756d67cd39e587c6e | 877bad5999a3eeab5d6d20b5b69a273b730c5fd8 | /TestKhoaLuan/DirectShowTVSample/Chapter-8/DVDPlayer2/DVDPlayer2.cpp | 35ebe2a3705c3d1664cf286ec2cd46f818f2c327 | [] | no_license | eaglezhao/tracnghiemweb | ebdca23cb820769303d27204156a2999b8381e03 | aaae7bb7b9393a8000d395c1d98dcfc389e3c4ed | refs/heads/master | 2021-01-10T12:26:27.694468 | 2010-10-06T01:15:35 | 2010-10-06T01:15:35 | 45,880,587 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,477 | cpp | // DVDPlayer2.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#include <dshow.h>
HINSTANCE hInst;
IDvdGraphBuilder *m_pIDvdGB;
IDvdControl2 *m_pIDvdC2;
IMediaControl *m_pIMC;
IGraphBuilder* m_pGraph;
LRESULT CALLBACK CmdWnd(HWND, UINT, WPARAM, LPARAM);
... | [
"nCoreNiceIT@gmail.com"
] | nCoreNiceIT@gmail.com |
2fcec5d2135600ea7e960048ced9f582734d595f | 77c4ca9b33e007daecfc4318537d7babea5dde84 | /tensorflow/python/lib/io/file_io_wrapper.cc | 6a5399c0db1ea8d8d3c7190b234b49b90be067d7 | [
"Apache-2.0"
] | permissive | RJ722/tensorflow | 308eede8e911e2b6a6930fef3e24a493ab9a2a61 | 6c935289da11da738f2eaed18644082f3a6938d6 | refs/heads/master | 2020-12-20T16:51:12.767583 | 2020-01-25T06:46:50 | 2020-01-25T06:51:20 | 236,138,137 | 2 | 3 | Apache-2.0 | 2020-01-25T07:12:41 | 2020-01-25T07:12:40 | null | UTF-8 | C++ | false | false | 8,796 | cc | /* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
86fd960aa7b5eb437b773b1a98835099711e59d0 | 962460d7c1577527107edb77ccf36a4d38d58ccd | /00xxx/UVA - 481.cpp | 610a71e3374b5163041dab209921363d1e063ce9 | [] | no_license | axuy312/UVa | 60170fba534b8378021fbf3a118b7387eb426aba | 5dc657253a9fae84959378765d6e7c98b332acf6 | refs/heads/main | 2023-01-05T05:38:28.092606 | 2020-10-26T16:05:18 | 2020-10-26T16:05:18 | 307,424,591 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main() {
int value,sum=0;
vector<int>tail;
vector<int>index;
vector<int>values;
cin >> value;
tail.push_back(value);
values.push_back(value);
index.push_back(0);
while (cin >> value)
{
values.push_back(value);
if (tail[0... | [
"noreply@github.com"
] | noreply@github.com |
a8271c669d3953a7fcbd9e217d873693ad143b43 | 27881023eb624a31698751776967135565fa93bd | /CodeCarteDeFormation/_07_automaton/_07_automaton.ino | 12ed433e530d69a3fc599eae71338efba81d50ce | [] | no_license | LaurentCabaret/IncFall2013 | 90e35220ab918ba17957ab54748f5d5f78f7514f | 0d54e5877d86401a453de5f29db592a94a353ddb | refs/heads/master | 2020-05-04T14:36:33.301283 | 2014-03-10T12:31:22 | 2014-03-10T12:31:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,979 | ino | /************************************************************************
* Electronics tutorials for INC courses : 07 - Automaton *
* *
* This program demonstrates the use of an automaton to control *
* everything easily. ... | [
"Xavier.Lagorce@crans.org"
] | Xavier.Lagorce@crans.org |
24bdaed1ac07ce4675f782044f0fa43ea5fba254 | e9c56da7a05a6fdeed9b1282eed20577e64c9df6 | /src/models/acoustics/acoustics.hpp | 6b0c262599665ddb9ba2b6be8e7b44636cbaaf0c | [] | no_license | pezzus/conslaw2d | 940a0a4c6bb8eedcf851fb8faedab622d13aac89 | be3b022bb9c18fc9e1be525757255645e3976dc6 | refs/heads/master | 2020-11-27T19:06:54.174668 | 2019-12-22T15:06:33 | 2019-12-22T15:06:33 | 229,571,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,908 | hpp | #ifndef ACOUSTICS_HPP
#define ACOUSTICS_HPP
// Modello equazioni Acustica
#include <cstddef>
// Libreria EIGEN per l'Algebra
#include <Eigen/Core>
#include <cmath>
// Dimensione dello spazio di stato
// [p, u, v]
#define DIMENSION 3
namespace ConservationLaw2D {
namespace Model {
/*! \class LinearAcoustics
... | [
"simone@pezzu.it"
] | simone@pezzu.it |
bdadbd7629158f022e3ece7187be7379cd701eff | ae7509586f6c1c4e3353d4db41f521d43e4d76ef | /mowei_msgs/include/setLinearActuatorLockResponse.h | 3e95dfadc14ac83de9a966a823562d39ab5fa77c | [] | no_license | lg609/mowei_agv | a99de47dd5eef4d21d7745b0a6c17dd568ebe269 | d38c930c66e769fa874bc67b458b1d1abf8b2c59 | refs/heads/master | 2020-03-22T05:37:23.276890 | 2018-07-03T12:18:49 | 2018-07-03T12:18:49 | 139,579,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,410 | h | // Generated by gencpp from file mowei_msgs/setLinearActuatorLockResponse.msg
// DO NOT EDIT!
#ifndef MOWEI_MSGS_MESSAGE_SETLINEARACTUATORLOCKRESPONSE_H
#define MOWEI_MSGS_MESSAGE_SETLINEARACTUATORLOCKRESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h... | [
"407939195@qq.com"
] | 407939195@qq.com |
a53ba4cb49bd0ca1c4a37aaa91d6178c7f04ac08 | 00948a19e63549ddfdea1f6e5ac55ffcfeb7c1b3 | /apps/bidirectional/NonlinearWeightedAStar.h | 6de340023c0987a1d4e406af71e6a971b1db2bb4 | [
"MIT"
] | permissive | Voleco/bdexplain | 6aa310cc9f4c11025d967e4c89aa9673053a708c | 5e610155ad4cc0e9024d73497a8c88e33801e833 | refs/heads/master | 2021-07-04T09:06:10.217994 | 2019-04-04T13:04:53 | 2019-04-04T13:04:53 | 147,047,793 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,721 | h |
#ifndef NonlinearWeightedAStar_h
#define NonlinearWeightedAStar_h
#include "AStarOpenClosed.h"
#include <cmath>
const double n_weight = 1.5;
const double n_PI = 3.1415927;
const double additive_bound_K = 10;
template <class state>
struct PureHCompare {
//f = h
bool operator()(const AStarOpenClosedData<state> &i... | [
"chenjingwei1991@gmail.com"
] | chenjingwei1991@gmail.com |
140a64a45e8884cf1b8f67f4f7f201c438c3d496 | 07a60d7281d7256250a290e3f5eb0aa89c742f1d | /8.08/8.08/8.08.cpp | 685db6c53d4c75ecf35a574478b8e0d3d79660f4 | [] | no_license | Ahmed12-sys/Deitel-C--How-to-Program--Nineth-Edition | cd6450a6ee1fc15e0748773ff0835acbe9ce8771 | 26e47ad612f47a9ad265525294500bed95e3ffd0 | refs/heads/master | 2020-07-26T02:41:04.552571 | 2019-09-15T20:41:28 | 2019-09-15T20:41:28 | 208,506,550 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C++ | false | false | 1,858 | cpp | // 8.08.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
#define SIZE 5
int main()
{ //a
unsigned int values[SIZE] = { 2 ,4,6,8,10 };
//b
unsigned int* vPtr;
//c
for (int i = 0; i < SIZE; i++) {
std::cout << values[i];
}
//d
vPtr = values;//vptr=&(... | [
"mkforeinger@yandex.com"
] | mkforeinger@yandex.com |
3edb6d12d2e9b5dba7a57300b12bf8644edfcbb2 | 4aa2780eafd965b50d62cbeab7b8e1ce040aa309 | /Programs/Consecutive Subsequence.cpp | 55a178eabba121430fa54ce16acf97d3f1704f5e | [] | no_license | ayush5148/Coding-break-outs | 05c2aa2a8187eb588c809b7543a5deb97431e625 | 52e1daedb55b39c6a212d70ca357fd46e1704890 | refs/heads/master | 2021-04-14T00:11:59.705831 | 2020-03-22T17:50:25 | 2020-03-22T17:50:25 | 249,197,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,059 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
#define pb(x) push_back(x)
#define mp(x,y) make_pair(x,y)
typedef pair<int , int> pp;
#define X first
#define Y second
typedef long long int ll;
#define debug(x) cout<<#x<<" :: "<<x<<"\n";
#define debug2(x,y) cout<<#x<<" :: "<<x<<"\t"<<#y<<" :: "<<y<<"\n... | [
"aygarg@amazon.com"
] | aygarg@amazon.com |
5c2051fac2a105a71b3b25703190fb5d8fb509e2 | 0a70cf01bf16fc0cd1a696e08f657739eb4fd87c | /cf/368D2/e.cpp | 7bf590c8dea67003ec5bd4bf10d06a6d188eec85 | [] | no_license | erjiaqing/my_solutions | ca63b664cb6f7ecb7d756a70666fdf3be6dc06b3 | 87bf90af4aca2853f30a7c341fe747d499728ba3 | refs/heads/master | 2022-09-05T17:45:19.902071 | 2022-08-13T02:18:30 | 2022-08-13T02:18:30 | 20,209,446 | 10 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 2,548 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef pair<int, int> pii;
const int maxq = 2000 + 5, maxop = 1000000 + 5;
struct op{
int o, x1;
}oper[maxop];
long long colorsum[maxq][maxq];
long long bit[maxq];
int state[maxq];
vector<pair<pii, int> > query;
vector<pair<pii, int> > chain[maxq];
inline int lb(int... | [
"gs199704@gmail.com"
] | gs199704@gmail.com |
b246d831711592193367cdcffd15a25d678d09e2 | 887691d6f226d58253dd9d235339e354734199e5 | /fluidic-control-board/arduino-auto-alternate/fluidic_control_alternate.ino | 7d68418e2f8b43b81900d87b238f304818d97b24 | [] | no_license | mLabOSU/soft-snake-locomotion | 9ee22aefe30444285068dc5d08f158f330a87ed5 | 3c4d44ae72cc91d42dd1ae0bbee40fc2802d93d0 | refs/heads/master | 2020-06-10T19:53:12.329307 | 2017-09-01T17:40:02 | 2017-09-01T17:40:02 | 75,891,819 | 0 | 1 | null | 2017-08-11T22:51:50 | 2016-12-08T01:41:48 | Python | UTF-8 | C++ | false | false | 3,036 | ino | int prescaler = 256; // set this to match whatever prescaler value you set in CS registers below
// intialize values for the PWM duty cycle set by pots
float potDC1 = 0;
float potDC2 = 0;
float potDC3 = 0;
float potDC4 = 0;
void setup() {
Serial.begin(9600);
// input pins for valve switches
pinMode(50, INPUT)... | [
"crpatte2@asu.edu"
] | crpatte2@asu.edu |
35a18ee3b898b1503346a07581bfbeedfd09a591 | abe6619c046259cb3710c96e8de9e0e37b2d8938 | /src/gameEngine/actor/items/weapon.cpp | 7d52d75a95a1c7c668aa163b502cb53750f13223 | [] | no_license | dabaldassi/castor | c67673420af03de2bfa2ef6ae701ce8396d0a888 | 6631ed93dfb78e30b17e40496e8cdc7829530c96 | refs/heads/master | 2020-03-29T12:03:49.466428 | 2019-11-03T01:17:29 | 2019-11-03T01:17:29 | 149,883,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | #include "weapon.h"
using actor::Weapon;
void Weapon::effect(actor::Actor *actor)
{
if(_effectfct2.size() != 0) Actor::effect(actor);
else actor->takeDamage(_damage);
}
void Weapon::effect()
{
if(_effectfct.size() != 0) Actor::effect();
}
void Weapon::set(float damage, float distance)
{
_damage = damage;
... | [
"david.baldassin@etu.uca.fr"
] | david.baldassin@etu.uca.fr |
e1de6ac47bc9d062a9872fefbfd33886f393fbca | 3e3159d400b9456f96de0d1cba5c64a34ff8279d | /Classes/Level1Scene.h | bec9349ed9d5cb29ea8e343c577920f3060bcb44 | [] | no_license | Shaneohayda/Trench-Defence | a6a0719baee41c59ac2224a43c317f5702cf2c13 | 50f834343f7a254d8285a60afa49b3df0948868a | refs/heads/master | 2020-04-03T17:56:24.766294 | 2016-03-05T14:42:16 | 2016-03-05T14:42:16 | 51,311,592 | 0 | 0 | null | 2016-02-08T16:58:01 | 2016-02-08T16:58:01 | null | UTF-8 | C++ | false | false | 1,498 | h | #ifndef __LEVEL1_SCENE_H__
#define __LEVEL1_SCENE_H__
#include "cocos2d.h"
#include "Creep.h"
#include "WayPoint.h"
#include "Wave.h"
#include "GameHUD.h"
using namespace cocos2d;
class Level1 : public cocos2d::Layer
{
public:
static cocos2d::Scene* createScene();
~Level1();
virtual bool init();... | [
"shaneohayda@gmail.com"
] | shaneohayda@gmail.com |
23c0f9fb345a0ecb2f39b5cc388ffae519ae6dc7 | dfc32d0eacc2e9ff7e5e517fc6d569438efba25d | /src/fpsgame/server.cpp | 1f01bc4ca52545b06f11ecd7549670facfead133 | [
"BSD-3-Clause",
"Zlib",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lheckemann/sdos-test | 9f85105f60d7d537a511b4177ec883bc9d9a430d | d2bc0888d00e4263c851bf960476919ced7768bc | refs/heads/master | 2021-01-15T23:07:00.733192 | 2014-06-17T16:27:30 | 2014-06-17T16:27:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 120,570 | cpp | #include "game.h"
namespace game
{
void parseoptions(vector<const char *> &args)
{
loopv(args)
#ifndef STANDALONE
if(!game::clientoption(args[i]))
#endif
if(!server::serveroption(args[i]))
conoutf(CON_ERROR, "unknown command-line option: %s", args[i]);
}
... | [
"blaffablaffa@gmail.com"
] | blaffablaffa@gmail.com |
08c37d59eb1e416968e65b18f60eec1d956d5261 | 1650248808c35bd5f460f6b2af687958d9b9bcd3 | /src/sf/UintMap.h | 6c6c8030e8902f5d2d0caa3d3ed57c7ac0f9a8bc | [
"MIT",
"Zlib"
] | permissive | Sondro/spear | bf7e424c29091600e30991119e339186319daaaf | 727f41fa5197f9681337d1ff37ea63c44708f0d4 | refs/heads/master | 2023-03-25T02:30:09.418017 | 2021-01-09T16:00:12 | 2021-01-09T16:00:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | h | #pragma once
#include "Base.h"
#include "ext/rhmap.h"
namespace sf {
struct UintKeyVal
{
uint32_t key;
uint32_t val;
};
struct UintFind
{
const rhmap *map;
uint32_t hash;
uint32_t scan;
sf_forceinline bool next(uint32_t &result) {
return rhmap_find(map, hash, &scan, &result);
}
};
struct UintMap
{
struc... | [
"samuli.1995@hotmail.com"
] | samuli.1995@hotmail.com |
fa341380bf803ae0d149c022ab014369653ec142 | 32fd4f562e5ac49b52352dc3f5b9cc00e0d7e05d | /ThirdParty/cpputest/tests/CppUTest/TestUTestMacro.cpp | b04d7d361f22b9d4147068cf87a02abc75dd2bd6 | [
"MIT",
"BSD-3-Clause"
] | permissive | JehTeh/jel | 986dd663179f00220b929e1e4d581df1abd8117a | 2c43cf23ea7b89e7ec0f7c2e9549be74ab0bbc4b | refs/heads/master | 2021-03-30T18:26:42.429234 | 2019-01-05T03:59:33 | 2019-01-05T03:59:33 | 118,649,373 | 14 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,782 | cpp | /*
* Copyright (c) 2007, Michael Feathers, James Grenning and Bas Vodde
* 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... | [
"jostth7@gmail.com"
] | jostth7@gmail.com |
35e48b4a42d70bfadc17ceaf8bb267d8e49c38c8 | 755fc53a1c6d88e88cd9eb890bd077ca0738fb51 | /build/rmkdepend/mainroot.cxx | f0ff7f5fc2127c50917ac1a6cab7c3ed6762037e | [] | no_license | flueke/marabou | bf9ed463c59ad106a9d8b36c60a880a5caa79920 | 2f54e181be6f6488c019dc924fe0e40f7adc10b9 | refs/heads/master | 2023-07-06T16:15:52.030497 | 2019-01-08T09:33:00 | 2019-01-08T09:33:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,629 | cxx | // @(#)root/build:$Name: not supported by cvs2svn $:$Id: mainroot.cxx,v 1.1 2007-03-07 14:27:10 Otto.Schaile Exp $
// Author: Axel Naumann 21/03/06
/*************************************************************************
* Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
* All rights reser... | [
"Otto.Schaile@514c3d59-69d9-4452-b10b-b80f2e82d9e4"
] | Otto.Schaile@514c3d59-69d9-4452-b10b-b80f2e82d9e4 |
a2e535c8565b9926a127150cb3cfbf75416ae1e2 | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /released_plugins/v3d_plugins/bigneuron_AmosSironi_PrzemyslawGlowacki_SQBTree_plugin/libs/boost_1_58_0/boost/thread/executors/generic_executor_ref.hpp | 57609c91f0553d0728bf04967a92db10b017aa28 | [
"MIT"
] | permissive | Vaa3D/vaa3d_tools | edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9 | e6974d5223ae70474efaa85e1253f5df1814fae8 | refs/heads/master | 2023-08-03T06:12:01.013752 | 2023-08-02T07:26:01 | 2023-08-02T07:26:01 | 50,527,925 | 107 | 86 | MIT | 2023-05-22T23:43:48 | 2016-01-27T18:19:17 | C++ | UTF-8 | C++ | false | false | 5,563 | hpp | // Copyright (C) 2014 Vicente J. Botet Escriba
//
// 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)
//
#ifndef BOOST_THREAD_EXECUTORS_GENERIC_EXECUTOR_REF_HPP
#define BOOST_THREAD_EXECUTORS_GENERIC_EXECUTOR_REF_HPP... | [
"amos.sironi@gmail.com"
] | amos.sironi@gmail.com |
4f1292ae84dbe9f11c4f861050fa99fc4765b4cf | f00687b9f8671496f417672aaf8ddffc2fa8060a | /csacademy/round-54/pair-swap.cpp | 42d0063e94d45e513accc6b8b0be7f16a4423f09 | [] | no_license | kazi-nayeem/Programming-Problems-Solutions | 29c338085f1025b2545ff66bdb0476ec4d7773c2 | 7ee29a4e06e9841388389be5566db34fbdda8f7c | refs/heads/master | 2023-02-05T15:06:50.355903 | 2020-12-30T10:19:54 | 2020-12-30T10:19:54 | 279,388,214 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,921 | cpp | #include <cstdio>
#include <sstream>
#include <cstdlib>
#include <cctype>
#include <cmath>
#include <algorithm>
#include <set>
#include <queue>
#include <stack>
#include <list>
#include <iostream>
#include <fstream>
#include <numeric>
#include <string>
#include <vector>
#include <cstring>
#include <map>... | [
"masum.nayeem@gmail.com"
] | masum.nayeem@gmail.com |
b86e9dc9c27bd58329110b3bc2a7221b030e3d93 | 84d3ac466259f39cbcbb0cd65bbb8a12911c59a0 | /IllegalBalanceException.h | a2b9debc7436845d2d462c46ae88380b02903fca | [] | no_license | empty-works/bank-account-project | 8cfe52a48c3c3e6d58f933c76b714ac425efd126 | 554d0ccbdcc8933d17a79bb4993a439304387282 | refs/heads/master | 2022-05-31T08:36:48.909231 | 2020-05-02T04:39:40 | 2020-05-02T04:39:40 | 254,713,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 329 | h | #ifndef ILLEGAL_BALANCE_EXCEPTION_H_
#define ILLEGAL_BALANCE_EXCEPTION_H_
class IllegalBalanceException: public std::exception {
public:
IllegalBalanceException() noexcept = default;
~IllegalBalanceException() = default;
virtual const char *what() const noexcept {
return "Illegal balance exception.";
}
};... | [
"pama.mark@gmail.com"
] | pama.mark@gmail.com |
bb225e74c4ac9f2e17f487fc4900316215b9138b | 7700d32ea12896662317da245b368cb269a7b673 | /C_Camera.h | cf106b0665427a4326331023ed180fe186511b40 | [] | no_license | TokiMaki/Neso_Run- | 7936fd37554ab0f229e42c8804dfcc8e7ab0d6fd | 0a27d75db1b5b671256ac4ce361febc83fa6a95b | refs/heads/master | 2023-08-09T08:10:46.145951 | 2023-07-25T09:53:39 | 2023-07-25T09:53:39 | 160,385,903 | 0 | 0 | null | 2019-02-04T13:52:22 | 2018-12-04T16:20:20 | C++ | UTF-8 | C++ | false | false | 1,091 | h | #pragma once
#pragma once
#include "Run_Time_Framework.h"
#define Move_Factor 0.5f
#define ROTATE_FACTOR 5.f
struct Vector3D {
float x;
float y;
float z;
Vector3D operator += (const Vector3D other) {
x += other.x;
y += other.y;
z += other.z;
}
};
struct Matrix3x3 {
Vector3D r1, r2, r3;
};
class C_Camer... | [
"40135375+TokiMaki@users.noreply.github.com"
] | 40135375+TokiMaki@users.noreply.github.com |
1963c57700fa285ffbe82713bc2fd8e89f275263 | ec6adaad2a2a7e279bf848933ea7aae6cd6062ce | /Source/encoderRtp.cpp | 14abd7952a4b239b16363e6a85ef79afd3735c37 | [] | no_license | nameisshenlei/1.0.0.beta2 | 78302f74152fe20cf232f2a8f491a8564150793a | 47d3ecb3b2ccd0c003612050d9caeb2375ea22f8 | refs/heads/master | 2020-06-13T03:35:56.431543 | 2016-12-03T06:32:48 | 2016-12-03T06:32:48 | 75,454,149 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,636 | cpp | #include "encoderRtp.h"
#include "helpFunctions.h"
#include "errorCode.h"
encoderRtp::encoderRtp(String encoderName, String memVideoName, String memAudioName)
: baseSilentEncoder(encoderName, memVideoName, memAudioName)
{
}
encoderRtp::~encoderRtp()
{
}
GstStateChangeReturn encoderRtp::onPlay()
{
String strURI =... | [
"472843791@qq.com"
] | 472843791@qq.com |
c2eee056488ce5ded57469314d973ea719614afa | 91e2e25c16e35cb3945cc2f655fbe3e0ade99b2e | /tool_kits/ui_component/ui_kit/gui/team_info/team_search.cpp | b702b51b2d7f8b60d18627be7513bf1ea6a9025c | [] | no_license | staring/NIM_PC_UIKit | 055762bd2b2d7f286c09ecc137cb08454c8df18f | e7293bc3cf38a05db049b32a400688aa99c89994 | refs/heads/master | 2021-01-19T10:18:01.173059 | 2016-04-29T05:39:56 | 2016-04-29T05:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,030 | cpp | #include "team_search.h"
#include "module/emoji/richedit_util.h"
#include "gui/session/control/session_util.h"
#include "callback/team/team_callback.h"
using namespace ui;
namespace nim_comp
{
const LPCTSTR TeamSearchForm::kClassName = L"TeamSearchForm";
TeamSearchForm::TeamSearchForm()
{
}
TeamSearchForm::~TeamS... | [
"redrains@qq.com"
] | redrains@qq.com |
cda767139920982b5539a16e304dc8b3a987cd4e | 069f2d7e7be9c8dfd2c7bed3af60ad1f19992190 | /2-1/객체지향프로그래밍/4/StudentIDList.cpp | cd57353fb1023758e5db6da2e0b81578fffa023a | [] | no_license | jyh4479/University_assignment | c30914bc78abff45fd610ac37deb5a110a07892c | bed00a6dc93e5d46ce2e775f5169167c27fef8cd | refs/heads/main | 2023-02-05T08:37:42.448194 | 2020-12-25T08:36:40 | 2020-12-25T08:36:40 | 305,389,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 514 | cpp | #include "StudentIDList.h"
StudentIDList::StudentIDList()
{
}
StudentIDList::~StudentIDList()
{
}
void StudentIDList::link_id(DepartmentList&DepartmentList)
{ //Function to link the ID
Node* tmp = DepartmentList.mHead->getDown();
for (; tmp->getPrev(); tmp = tmp->getPrev());
Node* tmp2 = tmp->getNext();
for ... | [
"jyh.dev@gmail.com"
] | jyh.dev@gmail.com |
5a8f151a1237b6d815e8ecf00324b99209ec10c9 | 24e3e92e48b032f4cc057cd870a476ea35c1d799 | /.localhistory/C/Users/Minas Laptopers/source/repos/project 6/project 6/1539210383$main.cpp | 31983a5e31c80fde99ce2b8159a3455248138ed1 | [] | no_license | minavadamee20/project-6-Arrays-x86-Assembly-Language- | 63a762045508533b9a5bce4849bd94c0147be10c | f8a7da57f8ff19b3e7e4b58cd1ececf5a19319ad | refs/heads/master | 2020-03-31T19:27:06.875435 | 2018-10-17T20:16:04 | 2018-10-17T20:16:04 | 152,497,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 341 | cpp | #include <iostream>
int main() {
int a[3][4] = { 1,2,3,4,5,6,7,8,9,10,11,12 };
int total;
_asm {
mov ebx, 0;
mov i, 0;
lea esi, 0;
loop1:
cmp i, 12;
Je done;
add ebx, [esi];
add esi, 4;
inc i;
Jmp loop1;
done:
mov total, ebx;
}
std::cout << "total: [ " << total << " ]" << std::endl;
system("... | [
"34077203+minavadamee20@users.noreply.github.com"
] | 34077203+minavadamee20@users.noreply.github.com |
03bda0db69894de581eb4086cfc0d4b91e9a6711 | 895c9e22ca063119e5ddeeb99067b3089c190d31 | /Binary_search/Square_Root_of_Integer.cpp | aa3de72ce0a8ff4936a2d18a30a6acebf95c22cc | [] | no_license | shivamgoel008/Data-Structure-and-Algorithms | 5c543877c6201d89de5a5393d748fa27025282b1 | 82b4694a92f8383ae867b98f2e0f2e6bfbe862b1 | refs/heads/main | 2023-08-22T20:06:20.270832 | 2021-10-09T06:02:04 | 2021-10-09T06:02:04 | 352,412,307 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,143 | cpp | #include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define mp make_pair
#define ll long long
#define setbits(x) __builtin_popcountll(x)
#define zerobits(x) __builtin_ctzll(x)
#define fo(i,n) for(i=0;i<n;i++)
#define set(a) memset(a,0,sizeof(a))
#define MOD 1000000007
#define test() ll t; cin>>t; while(t... | [
"55030452+shivamgoel008@users.noreply.github.com"
] | 55030452+shivamgoel008@users.noreply.github.com |
16e4b4d6f9435c74861b3f3e72e257bdda09a183 | 93dbc87ac2bd41e1b5be46508ed62bfe9bab4d80 | /main.cpp | 6ea5a7d9b654f28917e7f3f1ffe90b6e6cbd6954 | [] | no_license | kevinagnes/GeneticAlgorithm_Tarsila | 7a7e463eca4875cbcb0dca3426ac8fa3c0d7b2d7 | 7feed2e7eedd2248cbd2d48f92a0f739b52de4ec | refs/heads/main | 2023-05-30T23:56:32.716511 | 2021-06-17T07:46:22 | 2021-06-17T07:46:22 | 377,744,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | cpp | #include "ofMain.h"
#include "ofApp.h"
//========================================================================
int main( ){
ofSetupOpenGL(1000, 1000, OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
// pass in width and height too:
... | [
"kevinagnes@gmail.com"
] | kevinagnes@gmail.com |
092fc7987ee5d479393e8461b77386bc789684a8 | f81b774e5306ac01d2c6c1289d9e01b5264aae70 | /chrome/browser/hid/hid_chooser_context.h | 73af4cbf6db18982d0486b3dbc7d7fe34a22d688 | [
"BSD-3-Clause"
] | permissive | waaberi/chromium | a4015160d8460233b33fe1304e8fd9960a3650a9 | 6549065bd785179608f7b8828da403f3ca5f7aab | refs/heads/master | 2022-12-13T03:09:16.887475 | 2020-09-05T20:29:36 | 2020-09-05T20:29:36 | 293,153,821 | 1 | 1 | BSD-3-Clause | 2020-09-05T21:02:50 | 2020-09-05T21:02:49 | null | UTF-8 | C++ | false | false | 5,084 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_HID_HID_CHOOSER_CONTEXT_H_
#define CHROME_BROWSER_HID_HID_CHOOSER_CONTEXT_H_
#include <map>
#include <memory>
#include <set>
#incl... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
94d72cfffd3e118d6e1e2973963bacb27268dc57 | 8803ba409e2b9195d86d33530837b9b15bf33209 | /ofxTetris.h | 2e6f6c44ef7a302a58e3b025880c309b8821c373 | [
"MIT"
] | permissive | ayafujiaya/ofxTetris | fb5b6fc53696196c5aacddb7b0c22e7b0e51658f | 1d8e36d8872e59f3137342a9cbe6d6c737683493 | refs/heads/master | 2021-01-10T19:11:53.813338 | 2014-07-08T14:00:25 | 2014-07-08T14:00:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,047 | h | #include "ofMain.h"
#define FIELD_WIDTH 12
#define FIELD_HEIGHT 25
/*
* テトリスの実装をクラス化して、縦横自在のテトリスを作る。
* solved 二列同士に消そうとすると一列しか消えないバグ。
* 次のテトリスを前の現在のテトリス作成時に決める
* game over 画面を実装する
* game start 画面を実装する
*/
struct POSITION {
int x;
int y;
};
struct PIECE {
int rotate;
POSITION p[4];
};
struct STAT... | [
"takada@1-10.com"
] | takada@1-10.com |
4a9cf11ff6ef9b70df77ef553d2d3e0af8d6e54f | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /content/common/inter_process_time_ticks_converter_unittest.cc | 8b8d72157b60b1d349d70886b9f10a3572575603 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 11,827 | cc | // Copyright (c) 2011 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 "content/common/inter_process_time_ticks_converter.h"
#include <stdint.h>
#include "base/time/time.h"
#include "testing/gtest/include/gtest... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
bb20be31a17f74db99f325c4e6ab85720e79297d | d569bdf7fdb41a1fd0920e12cadcae3c352aa16e | /Sheep.hpp | 25559e1e092b54c0a68e9f12450ce9dd0cfa7741 | [] | no_license | romankarski/PhotoEditor_C | ed61f8688b4052220d4890b41ebf8f10f84c1f31 | 5a974c523911a7b956be27c45a4dbaead4e9e1e1 | refs/heads/master | 2020-05-24T04:27:13.156457 | 2019-06-14T11:00:18 | 2019-06-14T11:00:18 | 187,092,736 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 336 | hpp | #ifndef __Sheep__
#define __Sheep__
#include "Animal.hpp"
class Sheep : public Animal
{
public:
Sheep(int x, int y);
void collision(World& world, Organism* other_organism, const bool reproduction_possible) override;
Sheep * createChild(const Point& position) const override;
};
#endif // ... | [
"noreply@github.com"
] | noreply@github.com |
142d84396725a163b2a2d44c80b54585ba6f818a | 4be854bd5d2fd95149fa667da03c48d3d4036198 | /Math/tricks.cpp | a2d67cf5feae5831d2e24964b2b49cef606a6eac | [] | no_license | teochaban/royalblue | facc82638bfbc3cb0e454bf997fe0188a5268491 | ccb11d589115970024a8ddf80bb9398792741265 | refs/heads/master | 2020-08-05T16:59:42.649759 | 2020-04-18T16:04:32 | 2020-04-18T16:04:32 | 212,624,868 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,424 | cpp | ll fexp(ll a, int x, ll mod){ // Fast exponenciation returns a^x % mod
if(x==0)return 1ll;
if(x%2==0){
ll y=fexp(a, x/2, mod);
return (y*y)%mod;
}
return (a*fexp(a, x-1, mod))%mod;
}
ll divv(ll a, ll b, ll mod){ // Division with mod returns a/b % mod
return (a*fexp(b, mod-2, mod))%mod;
}
ll f[N];
ll fat(ll... | [
"teo.chaban@mail.utoronto.ca"
] | teo.chaban@mail.utoronto.ca |
0b2c3fdeda0af2bae266bbe009de83704f6b9577 | 66d59c42fc88270bed4ce6ab18e7b6b573b4cf1a | /Mark Allen - Vector header/main.cpp | e12b9ab12f3bae0f7857210bb0dddb68910e37bc | [] | no_license | bluebambu/Leetcode_cpp | 0e749322c5081ee6b61191931c853ab0ce9094f9 | 7a21e391d7a6bde4c202e46047880c30195bb023 | refs/heads/master | 2022-05-28T13:11:06.991523 | 2020-05-03T00:36:13 | 2020-05-03T00:36:13 | 260,799,312 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,216 | cpp | #ifndef VECTOR_H
#define VECTOR_H
#include <algorithm>
#include <iostream>
#include <stdexcept>
#include "dsexceptions.h"
template <typename Object>
class Vector{
private:
int theSize;
int theCapacity;
Object * objects;
public:
explicit Vector( int initSize = 0 )
: theSize{ initSize }, theCapac... | [
"electricitymouse@gmail.com"
] | electricitymouse@gmail.com |
b73b4b153768c747a7ce125155b6eeeef3046cbd | 1b885ed0789cd6ceb4d90b20fcb093883a79eb81 | /include/CALayer.h | c471908d79e423001ddfb2be34421acaba7f914f | [] | no_license | bbqz007/xw | c6b9ba5c87a52adc0823e5332384f24d8bad6533 | fcd05bd44a605b93ba0a482600a1152dd70f116e | refs/heads/master | 2021-10-17T00:27:44.895794 | 2021-10-08T12:17:52 | 2021-10-08T12:17:52 | 60,725,788 | 8 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 4,569 | h | /**
MIT License
Copyright (c) 2015 bbqz007 <https://github.com/bbqz007, http://www.cnblogs.com/bbqzsl>
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 li... | [
"noreply@github.com"
] | noreply@github.com |
739649731b2d7b2d90704a5dc4171ce285c276b7 | a1a405631075614ba1123f5dbf7ec579a88bdf0a | /D3D_Framework/D3D_Framework/D3D_Framework/cAseLoadManager.h | c0a1df47118b625c8b972821e1bc1ab7d33db58f | [] | no_license | srhcv1004/GG | a51ff0705cfcd3670523361944d51e51ef4f7e78 | cf6ce84badba3dd7660eecac47a49e45427d3f3e | refs/heads/master | 2021-05-15T05:28:05.586814 | 2018-01-23T10:30:29 | 2018-01-23T10:30:29 | 117,953,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,624 | h | #pragma once
#include "cSingletonBase.h"
struct ST_PNT_VERTEX;
class cAseNode;
class cTexMtl;
class cAnimation;
class cAseLoadManager : public cSingletonBase<cAseLoadManager>
{
private:
FILE* m_pFile;
private:
char m_szToken[1024];
const CHAR* m_pAseFolderName;
private:
cAseN... | [
"leeyj3794@gmail.com"
] | leeyj3794@gmail.com |
aa985dc519105b2768311e9b1e0240d84f7631e9 | a21de044e9c5b4ed3777817cabb728c62f7315fc | /ocean_domination/Ship.cpp | c2e683b156bd75cf2e2859c20be6ea2d8012eb39 | [] | no_license | alyshamsy/oceandomination | 9470889b9f051086b047f7dbc7e6de4f289d2da9 | 3580c399537045c8ad0817bc7a9d81d24c85a925 | refs/heads/master | 2020-03-30T05:30:08.981859 | 2011-05-12T15:47:06 | 2011-05-12T15:47:06 | 32,115,468 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 760 | cpp | #include "Ship.h"
Ship::Ship() {
}
Ship::~Ship() {
}
int Ship::InitializeShip(Vector& location) {
this->health = 100;
this->location.x = location.x;
this->location.y = location.y;
this->location.z = location.z;
this->player_ammo.missiles = 50;
this->player_ammo.super_missiles = 5;
this->pla... | [
"aly.shamsy@b23e3eda-3cbb-b783-0003-8fc1c118d970"
] | aly.shamsy@b23e3eda-3cbb-b783-0003-8fc1c118d970 |
0a3a4ce39b3936086c2d2303264811c8adfd2f6e | bcfcbef43ccfc3d76b2d0915215c1679b6eb72e3 | /include/rule_expression.h | 72e4c1fd4c61797a7dbcc18bf676a9f5812ce726 | [] | no_license | reflector0x00/C-parser | 60f3d71eeb369d018f50b7a6df806388167983b3 | a1a119be9eb136fd9659d7bf4229565288e30061 | refs/heads/master | 2022-09-16T08:23:13.241345 | 2017-12-25T12:51:06 | 2017-12-25T12:51:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,087 | h | #pragma once
#include <vector>
#include <string>
#include <functional>
#include "parse_rule.h"
#include "expression_chain.h"
template <typename T>
class expression_chain;
template <typename T>
class parse_rule;
template <typename T>
class parse_tree;
template <typename T>
using function_t = std::function<bool(pars... | [
"shiftdj.suburb@yahoo.com"
] | shiftdj.suburb@yahoo.com |
7c4bf88e05f14f9cb64818942eada7a826141585 | 3c3050f1a66acdd56bc04601c523730225940b8f | /space/space.cpp | eb7d8b0348a27c2f3f791e5b5465c38b93643c0d | [
"MIT"
] | permissive | chenhongqiao/USACO | f8e54a99598b59d461532b5a6a63a36ba124eedc | 186d9d5fffe2663effbbdb9df2c7726eeb651098 | refs/heads/master | 2023-06-25T05:10:56.754702 | 2023-06-07T19:47:42 | 2023-06-07T19:47:42 | 233,294,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 958 | cpp | #include <iostream>
using namespace std;
int n;
char p[1005][1005];
bool u[1005][1005];
int dirx[4] = {1, -1, 0, 0};
int diry[4] = {0, 0, 1, -1};
void func(int x, int y)
{
for (int i = 0; i < 4; i++)
{
if (!(x + dirx[i] < 0 || y + diry[i] < 0 || x + dirx[i] >= n || y + diry[i] >= n || p[x + dirx[i]][y +... | [
"harrychen0314@gmail.com"
] | harrychen0314@gmail.com |
9e5b1809291fd834e168b50f0618be376378a80a | 96c275ff2c1e05e7c4de4d2b9077c1f5ed410319 | /Milestones/CXX_Template/BackgroundCosmology.h | 4e9d028ad9efb2d63ebae1b5372501518cc562f7 | [] | no_license | Juliethi/Cosmology2 | bd67f8fa24f8c442f0fc112de491e97256c57498 | 5f4569b6e1706588e1d37b7b88b1845164e81df8 | refs/heads/master | 2022-10-15T00:17:57.697842 | 2020-06-09T16:39:33 | 2020-06-09T16:39:33 | 240,936,385 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,496 | h | #ifndef _BACKGROUNDCOSMOLOGY_HEADER
#define _BACKGROUNDCOSMOLOGY_HEADER
#include <iostream>
#include <fstream>
#include "Utils.h"
using Vector = std::vector<double>;
class BackgroundCosmology{
private:
// Cosmological parameters
double h; // Little h = H0/(100km/s/Mpc)
double O... | [
"skjeggwow@gmail.com"
] | skjeggwow@gmail.com |
e2aa20793aeb271cc80dbe94fcd083597d6e774b | a5f3b0001cdb692aeffc444a16f79a0c4422b9d0 | /main/svx/source/gallery2/GallerySplitter.cxx | 813108d44587d5c6fb2f6f118867ac7d05f1b9ab | [
"Apache-2.0",
"CPL-1.0",
"bzip2-1.0.6",
"LicenseRef-scancode-other-permissive",
"Zlib",
"LZMA-exception",
"LGPL-2.0-or-later",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-philippe-de-muyter",
"OFL-1.1",
"LGPL-2.1-only",
"MPL-1.1",
"X11",
"LGPL-2.1-or-later",
"GPL-2.0-only",
... | permissive | apache/openoffice | b9518e36d784898c6c2ea3ebd44458a5e47825bb | 681286523c50f34f13f05f7b87ce0c70e28295de | refs/heads/trunk | 2023-08-30T15:25:48.357535 | 2023-08-28T19:50:26 | 2023-08-28T19:50:26 | 14,357,669 | 907 | 379 | Apache-2.0 | 2023-08-16T20:49:37 | 2013-11-13T08:00:13 | C++ | UTF-8 | C++ | false | false | 1,547 | cxx | /**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to y... | [
"af@apache.org"
] | af@apache.org |
779166e7db09fdda9331f3f5f13b6091a31c6353 | cfeac52f970e8901871bd02d9acb7de66b9fb6b4 | /generated/src/aws-cpp-sdk-firehose/include/aws/firehose/model/AmazonOpenSearchServerlessS3BackupMode.h | 39938553b44af129a1958a0324b1be779f40127f | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | aws/aws-sdk-cpp | aff116ddf9ca2b41e45c47dba1c2b7754935c585 | 9a7606a6c98e13c759032c2e920c7c64a6a35264 | refs/heads/main | 2023-08-25T11:16:55.982089 | 2023-08-24T18:14:53 | 2023-08-24T18:14:53 | 35,440,404 | 1,681 | 1,133 | Apache-2.0 | 2023-09-12T15:59:33 | 2015-05-11T17:57:32 | null | UTF-8 | C++ | false | false | 838 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/firehose/Firehose_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace Firehose
{
namespace Model
{
enum class AmazonOpenSearchServerless... | [
"sdavtaker@users.noreply.github.com"
] | sdavtaker@users.noreply.github.com |
cf356184ec3530ca195017587362eabcc160f887 | 7a327527ddce7e351956daa16cf19aa61c162f78 | /flagdoc.h | e474dfbde31c00d64a7b9fa6de25115b6210aeb0 | [] | no_license | fedorg/uflagdoc | 312ab753049ecd82226c165b4a2a55be6391dd16 | 9357294478352ad475741a519a5468b07bd43df0 | refs/heads/master | 2021-01-13T01:29:59.707534 | 2015-04-05T07:17:26 | 2015-04-05T07:17:26 | 33,433,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,262 | h | #include <vector>
#include <map>
#include <string> //std::string::operator<<
struct FFlagDoc
{
static const std::map<size_t, std::vector<std::string>> ObjectFlags;
static const size_t DescWidth;
static const size_t IndentLength;
static const size_t GetMaxLength();
static inline const std::string Indent(std::stri... | [
"fed0000r@gmail.com"
] | fed0000r@gmail.com |
26fa1e2a037f8c6ca4351d6811abb4646cebd5ec | 8a2294f61781b158990697a0fcca010ecdf9f684 | /src/nes/mapper/mapper233.cpp | 85f1a16ae813ccf972d844380c1371396a9b495c | [] | no_license | ruedigergad/emumaster | dce5bbfc096da9ad2d4d1127c3db41fa4ef92bae | 9ab6e8d2bc3966fcb80f6a085346fb0e509bd9e0 | refs/heads/master | 2021-01-10T20:44:34.525335 | 2017-12-29T20:04:13 | 2017-12-29T20:04:13 | 15,937,202 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,490 | cpp | /*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | [
"r.c.g@gmx.de"
] | r.c.g@gmx.de |
da639bee021454f0426973ea01ba0567f02c5ea8 | 293a26e691533905cdef9d40bbc43fafa473e267 | /app/src/main/jni/webrtc/modules/audio_processing/echo_cancellation_impl.cc | 3c3a2f17bf4e16369e33a50b686d8bf7dd276360 | [] | no_license | mail2chromium/Android-Audio-Processing-Using-WebRTC | 177f5d9331a2e6803047e26ff0d48134e07fcc9d | a9b08732f6eb182acff830a759ed6e21b33d1c2c | refs/heads/master | 2022-07-17T04:23:35.007417 | 2022-06-28T06:56:22 | 2022-06-28T06:56:22 | 224,626,417 | 127 | 35 | null | null | null | null | UTF-8 | C++ | false | false | 16,781 | cc | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"mail2ch.usman@gmail.com"
] | mail2ch.usman@gmail.com |
e16e6194d036bb2780ec7b1aa8fa7deee2f8465e | 4216559b06f85b1ca408e4be706b0cc311b7c465 | /source/src/tile.cpp | fd9522315d51988fe8db03d13b1e5d3b95a05a8b | [] | no_license | Chidoge/CaveStory | ba281fe808539b54202dbc24ff5f5b24a9187701 | 8e3d0e3648fc9ff0fbb8ac0e8e4852f785db4e25 | refs/heads/master | 2022-10-26T09:19:19.186299 | 2020-06-11T04:59:52 | 2020-06-11T04:59:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | #include "../headers/tile.h"
#include "../headers/graphics.h"
#include <SDL2/SDL.h>
Tile::Tile() {}
Tile::Tile(SDL_Texture* tileset, Vector2 size, Vector2 tilesetPosition, Vector2 position) :
_tileset(tileset),
_size(size),
_tilesetPosition(tilesetPosition),
_position(Vector2(position.x * globals::SP... | [
"lincoln.choy1997@gmail.com"
] | lincoln.choy1997@gmail.com |
58d00dba55f10a9a8d0e8abb2a3ae601b7ea88a6 | 9a488a219a4f73086dc704c163d0c4b23aabfc1f | /tags/Release-0_9_0/src/Tab.cc | 986bbd88f91a3954a38c9600f7a82e24577dd618 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | BackupTheBerlios/fluxbox-svn | 47b8844b562f56d02b211fd4323c2a761b473d5b | 3ac62418ccf8ffaddbf3c181f28d2f652543f83f | refs/heads/master | 2016-09-05T14:55:27.249504 | 2007-12-14T23:27:57 | 2007-12-14T23:27:57 | 40,667,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,205 | cc | // Tab.cc for Fluxbox Window Manager
// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen at linuxmail.org)
//
// 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, includi... | [
"(no author)@54ec5f11-9ae8-0310-9a2b-99d706b22625"
] | (no author)@54ec5f11-9ae8-0310-9a2b-99d706b22625 |
92a25ee556c15f8a1e52420129669d637695c126 | 0f44a7db952534d7ffaa58a178fd1a6e68546ded | /test-c/wrapperCaller.cpp | 22d34efc7c233c2015fd73f17635cf49b8c6f29e | [] | no_license | ayushchatur/cuda-sandbox | c59a1c0adfd823650d434b1adfc853b96d94cdec | b23ff870053877b87dcf8d9c004caa0b099b1eee | refs/heads/master | 2023-08-20T04:12:13.431320 | 2021-10-09T18:45:56 | 2021-10-09T18:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | #include "open_acc_map_header.cuh"
#include <stdio.h>
#include <stdlib.h>
void wrapperCaller(int b)
{
wrapper(b);
}
| [
"talgat.manglayev@gmail.com"
] | talgat.manglayev@gmail.com |
cf052f5f1d59d2e4cf146f2c98d473c18fc81274 | b6d2cb74a76194fd25fdc3607ef828e94d98039e | /Codeforces/550C.cpp | 1277a2dfb7e2f45289f7eabbd44b514e08e3a516 | [] | no_license | giovaneaf/CompetitiveProgramming | 22d63481015ab45a03d527c866cae339cffeb5fb | 863f6bc61497591cb98e50973aa23bfcb9879ab8 | refs/heads/master | 2021-06-07T20:28:45.116299 | 2021-05-25T00:38:16 | 2021-05-25T00:38:16 | 131,643,425 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,770 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> ii;
typedef pair<int, bool> ib;
#define FOR(a, b, c) for(int a = b; a < c; ++a)
#define RFOR(a, b, c) for(int a = b; a >= c; --a)
#define mp(a, b) make_pair(a, b)
#define all(v) v.begin(), v.end()
#define ii pair<int, int>
#def... | [
"giovaneaf1995@gmail.com"
] | giovaneaf1995@gmail.com |
71e2d13a3c95f5d9169c10764bba5c6c1d9f18e3 | e366027ffef496d43350b044d0574127c512d690 | /src/xpcc/math/geometry/vector4_impl.hpp | c253ed23460704f104fe2705bea929d5fd29d840 | [] | no_license | roboterclubaachen/xpcc | aa504f3d0a8246861dd00ea437cc7b938a869669 | 010924901947381d20e83b838502880eb2ffea72 | refs/heads/develop | 2021-01-24T11:18:27.233788 | 2019-01-03T18:55:35 | 2019-01-03T18:55:35 | 3,626,127 | 163 | 51 | null | 2018-06-30T19:15:55 | 2012-03-05T10:49:18 | C | UTF-8 | C++ | false | false | 19,844 | hpp | // coding: utf-8
// ----------------------------------------------------------------------------
/* Copyright (c) 2011, Roboterclub Aachen e.V.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... | [
"fabian.greif@rwth-aachen.de"
] | fabian.greif@rwth-aachen.de |
fd46198019ac284edef1bcf09db311b839117df3 | 571110a073ac9e632018aef09443e4a291f5b82f | /src/neut_dice/src/gamalib/mutex/atomics.h | 7268195f832ac3ff9864aaffa7eac49a8a72f122 | [] | no_license | ampereira/ttH_dilep | 2fa06be80d532ccc8f441d66c6f94f5f1e9e1c66 | d92567fdc8ad01b0880b29ab05a80bde8280cda6 | refs/heads/master | 2021-01-25T10:16:26.759329 | 2014-05-20T14:03:02 | 2014-05-20T14:03:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,945 | h | /*
* atomics.h
*
* Created on: Dec 6, 2012
* Author: jbarbosa
*/
#ifndef ATOMICS_T_H_
#define ATOMICS_T_H_
template<DEVICE_TYPE, typename T>
class atomic {
public:
volatile T _value;
atomic() {
}
atomic(T value) : _value(value) {
}
T valCAS(T prev, T next);
T boolCAS(T prev, T next) ;
T exchange... | [
"lazeroth89@gmail.com"
] | lazeroth89@gmail.com |
dfb424ee7dff9e4ae025108b296b542c2289e668 | d7fb85e2ea96f563da58108972892909580b6f2c | /Livro.cpp | a341c5b116dd8edd67acb837c649744561d6e0a3 | [
"MIT"
] | permissive | felipeavs/Sistema-Biblioteca | ab718c8aae7c96b0c8f0055a622fb6ac345e1a47 | 6f99a569ff6c176a6329611f7ac4731619cd5628 | refs/heads/main | 2023-01-05T00:19:16.627534 | 2020-11-06T22:28:43 | 2020-11-06T22:28:43 | 310,718,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,283 | cpp | //
// Created by felip on 14/10/2018.
//
#include "Livro.h"
#include "iomanip"
#include <ios>
#include <iostream>
Livro::Livro(vector <string> Escritor, string Titulo, vector <string> Capitulos, int Ano, string Idioma, vector <string> Keywords){
setEscritores(Escritor);
setTitulo(Titulo);
setCapitulos(C... | [
"felipeavs95@gmail.com"
] | felipeavs95@gmail.com |
3bcff10de84ab6a006670dc01e0041447859d0c9 | c62f59b2317c60f19944090e0b9b3283b6637a21 | /BattleTankLowPoly/Source/BattleTankLowPoly/BattleTankLowPolyGameModeBase.cpp | 0cc764200f3934fc8ac034a75f7c2485ae1ee3e9 | [] | no_license | rwreynolds/04_BattleTankLowPoly | 6ec20d87b7db1bc33e446065b190eb3f094628f5 | d60a87a85345ff7993dc3a1a95ae186b92c46f9e | refs/heads/master | 2021-04-12T08:44:45.396239 | 2018-05-01T19:36:57 | 2018-05-01T19:36:57 | 126,172,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 127 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "BattleTankLowPolyGameModeBase.h"
| [
"rwrmail1@gmail.com"
] | rwrmail1@gmail.com |
e576ffb869870d5275613f62586feb221f9627da | 304a7e9de80635c751bcdc4932ac7107dfe6f7ac | /adaptiveFreqOsc2/adaptiveFreqOsc2.ino | 72c717a9607d2dcc1c7ecd82947b73d68e6c105c | [
"MIT"
] | permissive | MartinStokroos/adaptiveFreqOsc | 01c0a19023df259fde9df2f87a0040d2070a9741 | 39d43956ddc885c66b1367148fc658fdfd676019 | refs/heads/master | 2020-04-12T10:55:04.229422 | 2020-01-10T20:07:27 | 2020-01-10T20:07:27 | 162,444,499 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 8,266 | ino | /*
* File: adaptiveFreqOsc2.ino
* Purpose: Adaptive Frequency Oscillator Demo
* Version: 1.0.0
* Date: 07-01-2020
* Created by: Martin Stokroos
* URL: https://github.com/MartinStokroos/adaptiveFreqOsc
*
* License: MIT License
*
* This adaptive Hopf frequency oscillator synchronizes to the periodic input signal applied ... | [
"p229763@fwn-nb4-25-129.chem.rug.nl"
] | p229763@fwn-nb4-25-129.chem.rug.nl |
2f143cce90f1148ff40ed72d1e7cb11b599f10f6 | d8446827771cd79eb13242d21b0ca103035c467d | /day02/ex00/main.cpp | 283eb13c137a8bdf09b955f868058f77ff88a1e5 | [] | no_license | vuslysty/piscineCPP | e3ef3aabbef053eca29e1fad0695eeda85bc00c2 | 91a583ed4a0352c904fa485202752f8105230520 | refs/heads/master | 2020-06-20T19:16:15.561261 | 2019-07-16T15:51:59 | 2019-07-16T15:51:59 | 197,219,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | cpp | //
// Created by Vladyslav USLYSTYI on 2019-06-26.
//
#include <iostream>
#include "Fixed.hpp"
int main()
{
Fixed a;
Fixed b(a);
Fixed c;
c = b;
std::cout << a.getRawBits() << std::endl;
std::cout << b.getRawBits() << std::endl;
std::cout << c.getRawBits() << std::endl;
return (0);
} | [
"vuslysty@e2r11p11.unit.ua"
] | vuslysty@e2r11p11.unit.ua |
6d91516403fd13c2f674a65c1d6d87a4c42e03e7 | 5af2c24622fb7bb355066a2f4690fe8fe7d9348b | /src/examples/11_module/09_rule_of_5/rule_of_five.cpp | c4bdfa6994760af00ca78bc38c6808becc207a59 | [
"MIT"
] | permissive | acc-cosc-1337-fall-2019/acc-cosc-1337-fall-2019-artgonzalezacc | 90f9f798fbfe91bbe242e64a2f7dd4df3c30ab92 | d36da91eaafb6afb3b7e711917ffe1601d0b2119 | refs/heads/master | 2020-07-13T07:52:07.065836 | 2019-12-05T01:07:17 | 2019-12-05T01:07:17 | 205,037,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30 | cpp | #include "rule_of_five.h"
//
| [
"arturo.gonzalez@austincc.edu"
] | arturo.gonzalez@austincc.edu |
2ab6c0501a4babba5443b42e7db08eff57711743 | 620aa93afee144803783a7a03a1a8f978efdf18e | /Course-3/Week-1/W1-B.cpp | b5eb1f14cb850c852c648478660c18bcf99f8a9f | [] | no_license | Mohiiit/DSA-Coursera-Specialization | 80a902eedaeb3055a6b9a43dbc8458593d11b9de | bfd29e0e44d835def06ea2f96f652639df264f98 | refs/heads/master | 2022-07-22T17:00:56.510773 | 2020-05-16T17:04:50 | 2020-05-16T17:04:50 | 260,699,285 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,106 | cpp | /*
Mohit Dhattarwal
*/
#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
using namespace __gnu_pbds;
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define foreach(it, v) for(auto it=(v).begin(); it != (v).end(); ++it)
#define gcd(a,b) __gcd(a,b)
#define fastio() ios... | [
"noreply@github.com"
] | noreply@github.com |
5c46ce75e30bb3dbf390f18f7bbe1ccf0422505d | c601f5af43f387818c88c62df80e334e177ac6f6 | /windows/runner/main.cpp | 0a3cb736ccb01406d3663cfef3b60a339789c817 | [
"MIT"
] | permissive | msilvamolina/flutter_wavi_cuentas_claras | 3bda3095bcaef6978f06d15513e98949fb148a18 | c578c06072f4512689aa315a09039d28bfcb1e87 | refs/heads/main | 2023-06-08T14:28:23.935046 | 2021-06-27T08:12:57 | 2021-06-27T08:12:57 | 380,685,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,229 | cpp | #include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>
#include "flutter_window.h"
#include "run_loop.h"
#include "utils.h"
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
_In_ wchar_t *command_line, _In_ int show_command) {
... | [
"msilvamolina@gmail.com"
] | msilvamolina@gmail.com |
ba0c7bd51048db3ac184f8c749543e5d1ee031bd | 80d97bc5ff8a43da99893a57f03002e68081d780 | /scintilla/lexers/LexHaskell.cxx | 8e007fac8f1421f9ae7b266485a3f385263d9009 | [
"LicenseRef-scancode-scintilla",
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ProgerXP/Notepad2e | 38798db10e0fe0a5602a463a5681bd653afe3bb6 | c703f11bc278457286b3ca1565047a3b09ccdf8d | refs/heads/master | 2023-09-05T23:32:07.576076 | 2023-07-27T11:03:30 | 2023-07-27T11:03:49 | 10,840,481 | 376 | 50 | NOASSERTION | 2022-08-22T14:06:36 | 2013-06-21T10:28:18 | C++ | UTF-8 | C++ | false | false | 37,475 | cxx | /******************************************************************
* LexHaskell.cxx
*
* A haskell lexer for the scintilla code control.
* Some stuff "lended" from LexPython.cxx and LexCPP.cxx.
* External lexer stuff inspired from the caml external lexer.
* Folder copied from Python's.
*
... | [
"cshnik@users.noreply.github.com"
] | cshnik@users.noreply.github.com |
34bf2aee627903f2d4ddea6021ba5dc6c0891109 | 6fe521009f63b13daa8126ccc970dfcb58b3e2d1 | /MatrixGraph.cpp | 8b1e725caafe5ef60ea0a5d1d421cb702f9f4a67 | [] | no_license | yaskev/travellingsalesman | 7a63478769554b10318c3dffc86a684f66fa3bdf | 400c9485fb9c6013d5a68d39df026777672ba6cf | refs/heads/master | 2020-05-17T20:29:28.127566 | 2019-05-23T18:44:48 | 2019-05-23T18:44:48 | 183,946,644 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include "MatrixGraph.h"
#include <vector>
using namespace std;
MatrixGraph::MatrixGraph(int vertNumber) {
adjTable.reserve(vertNumber);
for (int i = 0; i < vertNumber; ++i)
adjTable.emplace_back(vertNumber);
}
void MatrixGraph::AddEdge(int from, int to, double weight) {
adjTable[from][to] = weig... | [
"yaskevich.san@mail.ru"
] | yaskevich.san@mail.ru |
8e5d6f839e3c92229d522404471d8359143cf08f | 092e8797ce9a28a5ae4ad9f473dd6612aa80d210 | /compiler/Engines/template-engine/specific/include/ConnectorExportPort.hpp | 83b5ae72eea928abd557a732f368229215c9bb57 | [
"LicenseRef-scancode-cecill-b-en"
] | permissive | toandv/IFinder | faf4730e5065ff6bc2c457b432b9bb100b027bba | 7d7c48c87034fb1f66ceb5473f516dd833f49450 | refs/heads/master | 2021-04-19T23:44:27.674959 | 2020-03-24T07:36:33 | 2020-03-24T07:36:33 | 249,641,738 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,451 | hpp | /**
* Copyright Verimag laboratory.
*
* contributors:
* Jacques Combaz (jacques.combaz@univ-grenoble-alpes.fr)
*
* This software is a computer program whose purpose is to generate
* executable code from BIP models.
*
* This software is governed by the CeCILL-B license under French law and
* abiding by the... | [
"you@example.com"
] | you@example.com |
550ae1a675af3a7d6292791ba0cb5fea5523f997 | 993723aa8e927fff777c1b4114b4ede09556a199 | /Classes/utility/StackLayerMgr.h | 6f44f73d23420e0777a96e060af54d7a742eec07 | [] | no_license | joyate/taoist | 6803a868126ba0df7ea85eaba939ce76c19ff7b2 | 15a6127e43f2cc82f5b8b274968dd99027de50bc | refs/heads/master | 2021-01-21T10:30:07.048778 | 2017-03-01T08:29:48 | 2017-03-01T08:29:48 | 83,441,921 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 417 | h | #pragma once
#include "cocos2d.h"
USING_NS_CC;
class StackLayer;
class StackLayerMgr
{
public:
StackLayerMgr(void);
~StackLayerMgr(void);
static StackLayerMgr* getInstance();
// 开启一个层叠级
void beginStackLayer();
// 压入节点
void pushLayer(Node* _node);
void popLayer();
protected:
// 这个有系统自动调用
void endS... | [
"fengzhiyun21@163.com"
] | fengzhiyun21@163.com |
26a5a8820fca03bf45fa820649f9443c1dd6bd87 | 81e58fd239797acf0450358a3971e6bfaaa01de3 | /Includes/Assertion.h | bd0dbaf19bc770157e89062ac8c54c957edf011a | [] | no_license | abanza/LocalTestHarness | 6e2aeb065282e08f3e522f267f57f113ba7af065 | e2a942ec19e46b74098e7c0881ce7f026ae78446 | refs/heads/master | 2022-11-23T17:57:27.181411 | 2022-11-07T18:00:21 | 2022-11-07T18:00:21 | 200,908,118 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,631 | h | ///////////////////////////////////////////////////////////////////////////////
// Assertion.h - Assertion class definition //
// Author: Adelard Banza, //
///////////////////////////////////////////////////////////////////////////////
... | [
"adelardb@gmail.com"
] | adelardb@gmail.com |
6382bf26f814579a4b247c91865165087057ebca | 48e576904e046700cd06199394c7d75efd912363 | /pose2command/src/pose2command_last7.cpp | 81d2eb919e80f3389df5e91e01ca1143d5482810 | [] | no_license | Juna2/Autolift | cd5053c2cf004ca0f28fd881729929980f073a43 | bb3d81206b7599b3a73d68a2b42ab5654fd0ce07 | refs/heads/master | 2020-03-22T16:22:30.675783 | 2018-07-10T13:54:53 | 2018-07-10T13:54:53 | 140,322,510 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,240 | cpp | #include "ros/ros.h"
#include <iostream>
#include "geometry_msgs/PoseStamped.h"
#include "std_msgs/Float64.h"
#include "dynamixel_msgs/JointState.h"
#define OFFSET -0.052333
std_msgs::Float64 *degree = new std_msgs::Float64;
std_msgs::Float64 *degree2 = new std_msgs::Float64;
std_msgs::Float64 *vel = new std_msgs::Fl... | [
"boophopi@hanmail.net"
] | boophopi@hanmail.net |
7d7a5ec58473e139ae31a5227ecc431a25d0b6f6 | 3cb4a09b65598e8fe958dc79a0c189167b6f529b | /Set.h | a49c6d0d000c41eb91444dbc36f1fc69f3338c5c | [] | no_license | timconnorz/CS32-Project-2 | 7d08ac86dcade8d667b20622c11d6be1e244eab5 | 27ec015c5e650e34b64e02881420406d93c8313a | refs/heads/master | 2020-12-24T20:14:38.746108 | 2016-04-26T18:09:41 | 2016-04-26T18:09:41 | 57,150,901 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 703 | h |
#ifndef SET_H
#define SET_H
#include <string>
using namespace std;
typedef string ItemType;
class Set
{
public:
Set();
~Set();
Set(const Set& other);
Set& Set::operator=(const Set& rhs);
bool empty() const;
int size() const;
bool insert(const ItemType& value);
bool erase(const ItemType&... | [
"timconnors@yahoo.com"
] | timconnors@yahoo.com |
188b0ea3e0cd6cc3f34b5d54b9435401beee320b | 58e335be610148a5359a04ee006b003881b4567c | /SW Expert Academy/Learn/01/scanPasscode.cpp | 0953686259249015e4eb3e410abaf39cb156569f | [] | no_license | ssionii/Algorithm | 9997285bddc719da15d544a55d0dfe18815dcf22 | 76798b16013a0e8af0b94f050ad8d7b3391b10ed | refs/heads/master | 2021-07-05T13:16:08.190403 | 2020-09-08T13:32:47 | 2020-09-08T13:32:47 | 177,825,052 | 2 | 0 | null | null | null | null | UHC | C++ | false | false | 3,102 | cpp | #include <iostream>
#include <string>
using namespace std;
// 10진수를 2진수로
string convert(int deci) {
string result = "";
char temp[4];
for (int i = 3; i >= 0; i--) {
temp[i] = (char)(deci % 2 + 48);
deci /= 2;
}
for (int i = 0; i < 4; i++) result += temp[i];
return result;
}
// 16진수를 10진수로
string hexToBi... | [
"mn04098@naver.com"
] | mn04098@naver.com |
509455dc962cd524949d8dea8aa062671e0c0bbd | ded8ee844027437f916e11d8c0b41c7880e2d58f | /samples/server/petstore/restbed/api/UserApi.h | 4e0205f971d88bd31a65103de9c596ac763afb12 | [
"Apache-2.0"
] | permissive | rbkmoney/swagger-codegen | 7e1f6677877a30cf725768f31933528727529ede | cedfc45cc4d9d365c03f4f2fe367d8c3893ad509 | refs/heads/master | 2021-12-08T11:02:37.372013 | 2021-09-14T09:58:45 | 2021-09-14T09:58:45 | 61,725,659 | 2 | 7 | NOASSERTION | 2021-09-14T09:58:46 | 2016-06-22T14:28:28 | Mustache | UTF-8 | C++ | false | false | 3,305 | h | /**
* Swagger Petstore
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec ver... | [
"wing328hk@gmail.com"
] | wing328hk@gmail.com |
068e4fb0056bb5099da3fbe64caab7e1af8739ed | 18e9d72615eb37062a5f5dafba8b970331e606e7 | /dynamicProgramming/diceCombinations.cpp | 87d7fec8145cc56869addda1931147d8531db879 | [] | no_license | 2020201079/CSES | fc7ca9d78a6ac02f96a77936f748f89de7ce20a5 | e68fe4381130567492eb35416ce1fcefe9515a1c | refs/heads/main | 2023-07-16T03:54:11.508273 | 2021-09-05T14:02:30 | 2021-09-05T14:02:30 | 378,653,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
int n;cin>>n;
int m = 1e9+7;
vector<int> dp(n+1);
for(int i=1;i<=n;i++){
if(i<=6){
dp[i] = 1;
}
for(int j=1;j<=6;j++){
if(i-j>=1){
dp[i] = (dp[i]+dp[i-j])%m;
}
}... | [
"varunnambigari.iit@gmail.com"
] | varunnambigari.iit@gmail.com |
36d4cc1336f4e3eb98aa283cbfc210d9ef01f427 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_10192.cpp | 0cc5c639b030f5eec13ea3d860edd43ebb258adb | [] | 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 | 124 | cpp | {
__archive_read_filter_consume(self->upstream,
state->consume_unnotified);
state->consume_unnotified = 0;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
1f4cf9256a8258c14972d468ba5e7cf7478be981 | c37e4d3f33214718cfdb9e6319bb9906f9b53bc1 | /Source/PrefabricatorEditor/Public/Asset/PrefabricatorAssetBroker.h | f63bce1666032ed9706ea46e25bf35cb618a019d | [
"MIT"
] | permissive | ProjectBorealis/prefabricator-ue4 | 29684e90ff22952fcf874dd1eed1aebfe4cddd81 | 1ce626f07c7470e6c1de12e37ef86746ae932cbf | refs/heads/master | 2023-06-24T02:29:25.320982 | 2022-12-04T13:38:26 | 2022-12-04T13:38:26 | 164,132,371 | 9 | 1 | MIT | 2023-06-19T01:18:46 | 2019-01-04T16:50:42 | C++ | UTF-8 | C++ | false | false | 1,149 | h | //$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
#pragma once
#include "CoreMinimal.h"
#include "Asset/PrefabricatorAsset.h"
#include "Prefab/PrefabComponent.h"
#include "ComponentAssetBroker.h"
/** Asset broker for the prefab asset */
class PREFABRICATOREDITOR_API FPrefabricatorAss... | [
"ali.akbar@coderespawn.com"
] | ali.akbar@coderespawn.com |
f4a5201f659ad857d9aea59e5b8771e97dc093e8 | a7967f24e2e94c95d9e582dfa2d4c2a0ffe377ba | /SQL/ODBC/include/Poco/SQL/ODBC/Diagnostics.h | efe8e82b436da23a8b95efa5864ece30817d4e30 | [
"BSL-1.0"
] | permissive | Bjoe/poco | fe5ffedead31571a7d7ff784c7c91b2212f5b8a3 | 70c99c94938fd45f183f8bf965da3d0e49de36be | refs/heads/develop | 2021-05-23T03:17:53.435469 | 2018-05-20T03:47:32 | 2018-05-20T03:47:32 | 61,287,105 | 0 | 1 | NOASSERTION | 2019-01-04T12:01:08 | 2016-06-16T11:22:51 | C | UTF-8 | C++ | false | false | 5,672 | h | //
// Diagnostics.h
//
// Library: Data/ODBC
// Package: ODBC
// Module: Diagnostics
//
// Definition of Diagnostics.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef SQL_ODBC_Diagnostics_INCLUDED
#define SQL_ODBC_Diagnost... | [
"noreply@github.com"
] | noreply@github.com |
faf36b301dd4c3bbcf509b317128d9b805dad48d | e80e554658cbacdad8cbbcdcd40569577adea977 | /LFS_Coffee_Filler/LFS_Coffee_Filler.ino | 9c2667d8e9f7b4caf753fa6306e3b371953d6922 | [] | no_license | Anitalex/arduino | e250f8c3f4f0fc1bc162af98063ed07870dc452a | 1322ebc3d5b292a73cbc71ff9a13c32394b820b9 | refs/heads/main | 2022-12-25T11:35:01.964730 | 2020-10-06T00:51:57 | 2020-10-06T00:51:57 | 301,568,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 357 | ino | const int valve = 13;
const int sensor = A0;
int input_val;
void setup() {
Serial.begin(9600);
pinMode(valve, OUTPUT);
pinMode(sensor, INPUT);
}
void loop() {
input_val = analogRead(sensor);
Serial.print("input sensor reads");
Serial.println(input_val);
if (input_val <= 10)
{digitalWrite(valve, HIGH);}
el... | [
"carlos.mccray@live.com"
] | carlos.mccray@live.com |
8cb94126d1b83e7f28a591b44949b5902941b099 | 46f53e9a564192eed2f40dc927af6448f8608d13 | /ash/wm/panels/panel_layout_manager.h | 1a2dadbd00207cf9b27db861fee1e7943002019a | [
"BSD-3-Clause"
] | permissive | sgraham/nope | deb2d106a090d71ae882ac1e32e7c371f42eaca9 | f974e0c234388a330aab71a3e5bbf33c4dcfc33c | refs/heads/master | 2022-12-21T01:44:15.776329 | 2015-03-23T17:25:47 | 2015-03-23T17:25:47 | 32,344,868 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,928 | 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 ASH_WM_PANELS_PANEL_LAYOUT_MANAGER_H_
#define ASH_WM_PANELS_PANEL_LAYOUT_MANAGER_H_
#include <list>
#include "ash/ash_export.h"
#include "as... | [
"scottmg@chromium.org"
] | scottmg@chromium.org |
5242bb7fa3f1900b5a5fd9f3f91adee738571afd | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/third_party/blink/public/mojom/native_file_system/native_file_system_directory_handle.mojom-shared-internal.h | f35ef298ad94a1d0935375b22177c8aaa2c8c1d5 | [
"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 | 6,623 | 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.
#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_NATIVE_FILE_SYSTEM_NATIVE_FILE_SYSTEM_DIRECTORY_HANDLE_MOJOM_SHARED_INTERNAL_H_
#define THIRD_PARTY_BLINK_PUBLIC_MO... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
d454bcf171603307daea8bd52c5c3837a7701432 | b28305dab0be0e03765c62b97bcd7f49a4f8073d | /gpu/config/gpu_control_list.h | 64ac36f2ea5401bd0e06a435cd95e08381a6ee55 | [
"BSD-3-Clause"
] | permissive | svarvel/browser-android-tabs | 9e5e27e0a6e302a12fe784ca06123e5ce090ced5 | bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f | refs/heads/base-72.0.3626.105 | 2020-04-24T12:16:31.442851 | 2019-08-02T19:15:36 | 2019-08-02T19:15:36 | 171,950,555 | 1 | 2 | NOASSERTION | 2019-08-02T19:15:37 | 2019-02-21T21:47:44 | null | UTF-8 | C++ | false | false | 10,466 | h | // Copyright (c) 2013 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 GPU_CONFIG_GPU_CONTROL_LIST_H_
#define GPU_CONFIG_GPU_CONTROL_LIST_H_
#include <stddef.h>
#include <set>
#include <string>
#include <vector>... | [
"artem@brave.com"
] | artem@brave.com |
ae279ccb271f83c131b3048b7104d4dd00825934 | 8d0a8be1992e6c3faf67f6da2f10e4d4918be210 | /src/core/javascript_dialog_controller_p.h | 0d7552ce21ff75eaa95ea111acd211a19c5d61c2 | [] | no_license | Metrological/qtwebengine | e31f7798585188580601ce35882ffe9046f19bb4 | 7bb72a0b500f9ea7d8b3b37adc24a2700a309d2d | refs/heads/master | 2021-01-24T22:26:39.095136 | 2014-04-28T23:16:21 | 2014-04-28T23:16:21 | 18,896,266 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,982 | h | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtWebEngine module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Lice... | [
"gerrit-noreply@qt-project.org"
] | gerrit-noreply@qt-project.org |
2adaed3b618b8112a8aaa553c48779297a73c2f0 | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/boost/asio/detail/resolver_service.hpp | f1cdca66915880ae5503231c99310f520268d37a | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,739 | hpp | //
// detail/resolver_service.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
#ifndef BOOS... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
bf0045ecfab2da3aef76c2ae907c7da8a34de842 | b3734617473f2446b5f6284dfaef016c857c88c6 | /src/problems/vrptw/operators/pd_shift.h | b16ff4aac9c296a9a93380da48ee6e032b8c160e | [
"BSD-2-Clause"
] | permissive | vernitgarg/vroom | 5003462ede17ffd008dc9e3a44951066b2207aeb | 9b7165ec568bd0443ca1f01ba2353a504b895157 | refs/heads/master | 2023-06-08T14:00:23.360069 | 2023-04-06T09:07:34 | 2023-04-06T09:07:34 | 250,543,310 | 0 | 0 | null | 2020-03-27T13:35:46 | 2020-03-27T13:35:45 | null | UTF-8 | C++ | false | false | 853 | h | #ifndef VRPTW_PD_SHIFT_H
#define VRPTW_PD_SHIFT_H
/*
This file is part of VROOM.
Copyright (c) 2015-2022, Julien Coupey.
All rights reserved (see LICENSE).
*/
#include "problems/cvrp/operators/pd_shift.h"
namespace vroom::vrptw {
class PDShift : public cvrp::PDShift {
private:
std::vector<Index> _source_withou... | [
"git@coupey.fr"
] | git@coupey.fr |
e979a731f2de2acb56801818329f5bd0a58d6f0d | 7f5390b9049e13387c3a6db7cd39d822a8357e6e | /Problem.h | 9b33da3e2583daa8f418be6637b16485e85534e8 | [] | no_license | cyoung-cs/Math_Trainer | c92cdb9fba47a11dcb81319cabe97a2f319c5023 | fe30ff9d144757d9d0687b4bf60fba9b36b8615e | refs/heads/master | 2021-01-18T16:18:35.590354 | 2016-05-02T10:52:20 | 2016-05-02T10:52:20 | 57,427,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | h | #include <string>
#ifndef __string_h__
#define __string_h__
class Problem {
private:
int id;
std::string solution;
std::string question;
std::string gen_form;
std::string subject;
public:
Problem(std::string subject, std::string question, std::string answer, std:... | [
"youngchristopherlee@gmail.com"
] | youngchristopherlee@gmail.com |
ff670884df0a26b02413cc13f0f7bf7ed5be1f22 | 6f36ab50dc7578f5ca161c5b861c68e839535b74 | /acm/ceshi.cpp | 026a6d4c2d4178e6def387ee3ad1b3a313488503 | [] | no_license | RandyLambert/daily | 144e49eb945ce6b33a8d06c409b8db1318d01526 | be1634663d5248f7abcc92e4a42f193411ad5aca | refs/heads/master | 2021-06-24T01:45:54.574544 | 2021-04-14T16:15:35 | 2021-04-14T16:15:35 | 207,723,773 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | #include <iostream>
bool a[100];
int n;
int main(){
scanf("%d",&n);
for(int i = 0;i < n;i++){
for(int j = 0;j < n;j++){
if(i == j){
a[i] = a[i];
}
else{
if(a[j] == 0){
a[j] = 1;
}
... | [
"1249604462@qq.com"
] | 1249604462@qq.com |
770f417e181ae209ff8deffd3619eed585ecd0cd | 32d8f212fe91d2f3bfcaa3ab582b2c51f13ecaf0 | /HW3/main.cpp | 8e7c86b9017392690aa847b771e96717b2f79bbd | [] | no_license | ivanrudn0303/ParallelProgramming | 19e44818dd5be9b73aa56cecc874e090742da3a2 | 7e01431176dfbf905193937495b5aae3fd14ff81 | refs/heads/master | 2020-07-27T12:24:26.337160 | 2019-12-23T06:07:51 | 2019-12-23T06:07:51 | 209,088,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,653 | cpp | #include "SkipList.hpp"
#include <iostream>
#include <mutex>
#include <thread>
std::mutex m;
void f(int num, int idx, SkipList<int>* skip)
{
for (int i = idx; i < num * 1000; i += num)
{
if (i == 0)
continue;
// m.lock();
skip->insert(i, i * 3);
// m.unlock();
}
... | [
"ivanrudn0303@gmail.com"
] | ivanrudn0303@gmail.com |
4f3bd3b7dc58f9824089f7507bd894a95124989a | 6cef71c16c6ba5b670a83c4dad7d843bfa156d03 | /MdSpi.cpp | e899c2fecb65b9efd5e822943a5c9dc415bf7145 | [] | no_license | TobeGodman/CTPDEV | 117527be6c277bf5c054839ac6dadd65f7a6c466 | 9c4f3f32a5923d1a05f75bb3bbd51f2bcfa53777 | refs/heads/master | 2021-01-17T22:47:40.363657 | 2014-05-14T14:10:16 | 2014-05-14T14:10:16 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,991 | cpp | #include "MdSpi.h"
#include <iostream>
#include<string>
#include<cstring>
using namespace std;
// USER_API参数
extern CThostFtdcMdApi* pUserApi;
// 配置参数
extern char FRONT_ADDR[];
extern TThostFtdcBrokerIDType BROKER_ID;
extern TThostFtdcInvestorIDType INVESTOR_ID;
extern TThostFtdcPasswordType PASSWORD;
e... | [
"cepinlin@gmail.com"
] | cepinlin@gmail.com |
471745eb719fa974c65bc0a11967cd26760d0bb3 | f4f63d03d16371530858fbceb7587a230cad82d2 | /Program/BaseFramework/Src/System/Shader/KdPostProcessShader/KdPostProcessShader.h | 90296165a1139b4909c63810cd67eb432ef9adc9 | [] | no_license | UmakoshiIbuki/SnowFiat- | a35da2a11fa14546c8c95c64e8c792817babd043 | 19894b0635e579b5c3864f940597c9056bc9e1f4 | refs/heads/master | 2023-05-03T09:06:16.313963 | 2021-05-19T10:28:47 | 2021-05-19T10:28:47 | 326,605,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,343 | h |
#pragma once
struct KdBlurTexture
{
void Create(int w, int h)
{
int divideValue = 2;
for (int i = 0; i < 5; i++)
{
m_rt[i][0] = std::make_shared<KdTexture>();
m_rt[i][0]->CreateRenderTarget(w / divideValue, h / divideValue,
DXGI_FORMAT_R16G16B16A16_FLOAT);
m_rt[i][1] = std::make_shared<KdTextur... | [
"kd1264639@st.kobedenshi.ac.jp"
] | kd1264639@st.kobedenshi.ac.jp |
5b13e0c742ab9c25933f7b7ca7cb6e34f439c97c | 96faf6fd7cfb327131018b0e238a819e028999aa | /mbed-os/features/lorawan/lorastack/phy/LoRaPHYAS923.h | 17f943dbce10d27059b0a7ada89efbd9d7b6b811 | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | KolonIoT/Pelion | 9b1b42375a6cd4050c6bd3787a0bdfc0d7cc566d | 156eab454e87b5f5bbe4a662d7beb1482051a855 | refs/heads/master | 2020-07-01T13:54:12.712655 | 2019-08-08T06:35:57 | 2019-08-08T06:35:57 | 201,188,751 | 1 | 2 | Apache-2.0 | 2020-03-07T20:02:25 | 2019-08-08T06:02:07 | C | UTF-8 | C++ | false | false | 2,024 | h | /**
* @file LoRaPHYAS923.h
*
* @brief Implements LoRaPHY for Asia-Pacific 923 MHz band
*
* \code
* ______ _
* / _____) _ | |
* ( (____ _____ ____ _| |_ _____ ____| |__
* \____ \| ___ | (_ _) ___ |/ ___) _ \
* _____) ) ____| | | || |_| ____(... | [
"hyunjae_woo@kolon.com"
] | hyunjae_woo@kolon.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.