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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20e7d7c5623d17526b6a8eb0d500ce46a5adeb50 | 0601003cd1ef4ece56db78967c38689a7714e05f | /Talisman_Game/Forest.h | 155e1fd8c7302ade155de672a20b5e4cbf1ba285 | [] | no_license | Maromarius/talisman_game | e2ed85fbf2135f856b1d6266c4a3b5057c97091f | 622093f22f442396c20526bc1a1f41db9653d272 | refs/heads/master | 2020-06-07T07:04:10.221993 | 2012-12-09T03:47:19 | 2012-12-09T03:47:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 244 | h | #ifndef FOREST_H
#define FOREST_H
#include <string>
#include "Area.h"
using namespace std;
class Forest: public Area
{
public:
static const string NAME ;
static const string DESCRIPTION;
Forest(int);
~Forest();
};
#endif | [
"xmike.natale@gmail.com"
] | xmike.natale@gmail.com |
2d90e6e41e4899461cc88f0eefd4ccbbad56abc6 | 85635724b2fca00487089b316516cc1ade4eff6b | /docs/Milestone3/milestone3v1.1.ino | a196583d85eaca827681e1ad7b6fc72f35a30547 | [] | no_license | bjeong99/MazeTraversalRobot | 0d6aa1a8cb6b75cfda22e6fa390b43a808e3c1df | 386a0de5d08e31a639950e09701693dc13c8fb8f | refs/heads/master | 2020-12-03T23:55:55.391398 | 2020-01-03T06:44:35 | 2020-01-03T06:44:35 | 231,529,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,720 | ino | #include <StackArray.h>
#include <Servo.h>
//#define lightR A2
//#define lightL A1
//#define lightC A0
#define onButton 7
Servo servoR;
Servo servoL;
volatile int R;
volatile int L;
volatile int C;
volatile int distR;
volatile int distL;
volatile int distC;
int k = 1;
unsigned long threshold;
float thresholdPT;
... | [
"noreply@github.coecis.cornell.edu"
] | noreply@github.coecis.cornell.edu |
081499abe9ed7bd615d2914ed70d4ab5995976fc | d6db29ed89efedf24f96e5d5986fc60080d9d18b | /Source/Objects/Weapons/Bullets.cpp | ad094748b1b866497c345b878b9656fab74863f4 | [] | no_license | ErosPinzani/Gioco | ba951eb9b432dcfb567ca26c5baee61f9d8c7877 | e2b2e5ecc38e9fdad70fd142b884f56177a5d879 | refs/heads/master | 2023-06-09T14:16:17.053077 | 2021-06-15T16:34:09 | 2021-06-15T16:34:09 | 374,622,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,915 | cpp | //
// Created by erosp on 09/06/2021.
//
#include "..\..\..\Include\Objects\Weapons\Bullets.h"
Textures::ID toTextureID(Bullets::BulletType bulletType) {
switch(bulletType) {
case Bullets::BulletType::aoeBullet:
return Textures::aoeBullet;
case Bullets::BulletType::stBullet:
... | [
"71319627+ErosPinzani@users.noreply.github.com"
] | 71319627+ErosPinzani@users.noreply.github.com |
f7533c69f5bc7c80b9a0ae9aa1b395cfe2916a68 | 2fccd9aa2bf21db5045ee7413b550f26ca6bb6ef | /src/GL_View3D/GL_Engine/GL_Material.hpp | 6c23fca7f424ac7b4ed0f878cf6d2a55c6187799 | [] | no_license | jacquespillet/Improc | a3d0458ebe2af6569a10a3989d53742cff87bfb1 | 7b019277cd6eb0685e34084b97d89f85c52a5aa4 | refs/heads/master | 2023-03-30T09:24:36.120242 | 2021-04-05T16:07:23 | 2021-04-05T16:07:23 | 345,378,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,497 | hpp | #pragma once
#include "CommonIncludes.hpp"
#include "GL_Shader.hpp"
#include "GL_Texture.hpp"
class GL_Material {
public:
GL_Material(){}
GL_Material(std::string vertShaderSrc, std::string fragShaderSrc, bool shouldInit=false) : vertShaderSrc(vertShaderSrc), fragShaderSrc(fragShaderSrc) {
if(shouldIn... | [
"jacques@scanlabprojects.co.uk"
] | jacques@scanlabprojects.co.uk |
1a5c26582a7432a35fddd5d6ae145f28eb6b1fd9 | 3841f7991232e02c850b7e2ff6e02712e9128b17 | /小浪底泥沙三维/EV_Xld/jni/src/EV_Symbol_Java/wrapper/drawmarker_wrapperjava.cpp | d290cfcac1464de69b9cd55561de88f47a361b6c | [] | no_license | 15831944/BeijingEVProjects | 62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71 | 3b5fa4c4889557008529958fc7cb51927259f66e | refs/heads/master | 2021-07-22T14:12:15.106616 | 2017-10-15T11:33:06 | 2017-10-15T11:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | /* This file is produced by the JNI AutoWrapper Utility
Copyright (c) 2012 by EarthView Image Inc */
#include "symbol/drawmarker.h"
#include <jni.h>
#include "core_java/global_reference.h"
#include "core_java/jni_load.h"
#include <typeinfo>
namespace EarthView
{
namespace World
{
namespace Spatial
{
namespac... | [
"yanguanqi@aliyun.com"
] | yanguanqi@aliyun.com |
70f20ffee7f4bfb35fd4e5855c4c61921567f3e5 | 59bd2260852bf868c6832c3a30a6c317eb9b9423 | /DappNetwork/DappNetwork.hpp | a89eeb79c8fcd180c279fce5fd09de1367ccb13a | [
"Apache-2.0"
] | permissive | vvvictorlee/eos-dapp-network | abda624271bad3940d4f247e7f2f984eed2e5e39 | d85d22712c93c80f2dfe62b2ba2b7f148a3ba02b | refs/heads/master | 2020-04-01T00:04:17.849455 | 2018-09-21T15:36:20 | 2018-09-21T15:36:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,185 | hpp | #pragma once
#include <eosiolib/eosio.hpp>
#include <eosiolib/transaction.hpp>
#include <eosiolib/types.hpp>
#include <eosiolib/asset.hpp>
#include <eosiolib/currency.hpp>
#include <eosio.system/eosio.system.hpp>
using namespace eosio;
class DappNetwork : public eosio::contract {
public:
DappNetwork( accoun... | [
"tal@bancor.network"
] | tal@bancor.network |
4e1037684c1f2bba3131ad6268ef1fbf8a88c006 | 93fa1ef02051ec33c3ae0f63d8e2b7d23d4b5ebb | /Proyecto 1.cpp | f88c1d4968430a3de675f705e4701143e00e3a76 | [] | no_license | Juice930/AllesC | 33b385644273896d7d9e1c5768cdb20228bc4381 | fdb0bc7bfc2d5b2d6f14456ef0b5bcbd647072de | refs/heads/master | 2021-01-23T14:44:40.662645 | 2017-11-15T06:19:38 | 2017-11-15T06:19:38 | 102,696,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,989 | cpp | #include <iostream>
using namespace std;
int tam;
struct Nodo{
int len;
int *arre;
Nodo *sig;
};
struct SuperNodo{
int len;
int *arre;
Nodo *sig, *bebe;
};
bool vLen(SuperNodo *N,int pos){
return pos<=N->len/tam;
}
int *Vectoriza(SuperNodo *N,int pos){
Nodo *aux=N->bebe;
for(int i=1;i<pos;i++)
aux=aux-... | [
"artvel_0412@hotmail.com"
] | artvel_0412@hotmail.com |
362944acbf1b0c8c7ef8407d249200673e80e38e | b3ec268e1b027385f87f3f4dc6b98aaf5ec3b393 | /teensy3/HardwareSerial.h | 5585ac17f1e8e037cf6504d9649e05b648961fae | [] | no_license | mlen/teensy-toolchain | 7d696ea45cd2b8060469a38f94ff63300e292e53 | c570c2589988d39cb55940bd4c8846a6787571f5 | refs/heads/master | 2021-01-10T06:44:14.011049 | 2016-01-22T11:31:50 | 2016-01-22T12:31:21 | 50,179,954 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,296 | h | /* Teensyduino Core Library
* http://www.pjrc.com/teensy/
* Copyright (c) 2013 PJRC.COM, LLC.
*
* 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... | [
"mlen@mlen.pl"
] | mlen@mlen.pl |
993122528806bd29a10c9b75b8d66c606edb4e84 | e852ce5ff85d17208001ff90f46daf6981716df5 | /src/m3.cpp | f86e3b0cb05d143cd54916f636af3c1c7c3d0a90 | [] | no_license | makssobolevs/hep | 0de674aa8921e619a6b0522bee8f041ce7e283fa | 7261b754dd679b9066ef4872403e4ddb743f892e | refs/heads/master | 2021-01-01T05:43:59.983241 | 2016-04-27T09:13:01 | 2016-04-27T09:13:01 | 57,136,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 232,594 | cpp | #include "m3.h"
double m3_1(double s, double s1, double s2, double t1)
{
return ((14*pow(m,10)*mz*mz + (83*pow(m,8)*pow(mz,4))/2 + 28*pow(m,6)*pow(mz,6) + pow(m,4)*pow(mz,8) - 37*pow(m,8)*mz*mz*s - 70*pow(m,6)*pow(mz,4)*s - 12*pow(m,4)*pow(mz,6)*s + m*m*pow(mz,8)*s - (7*pow(m,8)*s*s)/2 + 32*pow(m,6)*mz*mz*s*s + (47*p... | [
"makssobolevs@gmail.com"
] | makssobolevs@gmail.com |
943c3f4389166eadf9f0671df4bec78377185f27 | fc19a754b0f6163e592699053ba680177f1a4799 | /template/graph/spfa.cpp | 8e07d45119b3355de76c0287a7deb2533b8c53a8 | [] | no_license | Josephtao584/MyCode | 02305c8f3d00fabc0485eeded60df73cbd0951b2 | 2f92d193c0e753779f6729e9b46f4ff0d29beb4f | refs/heads/master | 2023-07-06T06:46:18.080464 | 2023-06-30T07:05:05 | 2023-06-30T07:05:05 | 324,576,868 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,348 | cpp | //spfa求最短路(可以有负边)
#include<iostream>
#include<cstring>
#include<algorithm>
#include<queue>
using namespace std;
const int N = 1e5 + 10;
int h[N], e[N], w[N], ne[N], idx;
int n, m;
queue<int> q;
int st[N], dist[N], cnt[N];
void add(int a, int b, int c) {
e[idx] = b, w[idx] = c, ne[idx] = h[a], h[a] = idx++;
}
int... | [
"506188980@qq.com"
] | 506188980@qq.com |
06d707e95adf4eec436994f977564d8cb3198326 | e5524c8ae5624a20bc34b5788c8a45cdda27bf70 | /src/server.h | 7c504c9f1153164f303f0b5bc5aee330437c5ef6 | [] | no_license | mirogon/io_auto_scan | b73a5be28c3b63d9f6e0dd87fec8fddec7a295e5 | d7883ea1d2826546d3507b76dd8658679a02e38a | refs/heads/master | 2020-12-01T17:49:16.993216 | 2019-12-29T07:06:44 | 2019-12-29T07:06:44 | 230,715,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 328 | h | #pragma once
#include "global.h"
namespace m1
{
typedef uint32_t packet_identifier;
struct net_packet_scan
{
packet_identifier m_packet_identifier;
};
const uint32_t NET_ID_SCAN = 3345;
class server
{
public:
server();
~server();
bool has_received_scan_packet();
private:
UDPsocket m_socket... | [
"m1smr@m1smr.com"
] | m1smr@m1smr.com |
baf180264363e0ec6504e9e0d684c9436c81b08e | c773326e2a8c8128d2bb3279319cadff175a3ce9 | /Shadows/Cube.h | 7285cc311e01a153bb4260ebfe3fb486639d44c1 | [] | no_license | phinion/GACP_Shadows | 486bccaaae7d3c589f650d2299f09a19753268b9 | 1a41009e36d540667e2859fdeae223764ad574ec | refs/heads/master | 2023-08-27T10:44:43.891333 | 2021-10-13T12:53:20 | 2021-10-13T12:53:20 | 231,459,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | h | #ifndef _CUBE_H_
#define _CUBE_H_
#include <glad/glad.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include "stb_image.h"
#include "TransformComponent.h"
#include <iostream>
#include <vector>
class Cube : public Transform{
public:
unsigned int VAO;
Cube();
void loadTexture(char const... | [
"yashvishwanath@yahoo.com"
] | yashvishwanath@yahoo.com |
4e6b8dca682017ee049f63b4bf4f28b172e98bf0 | 5310f015c9cc3ef9e720f511c7bfd07e2ea8bd33 | /Source/AgoraVideoCall/UI/VideoViewWidget.h | 9d46fc5cec7bb5765b6856972f3e56d96e4a4860 | [] | no_license | risooonho/Unreal-Agora | 970f96d87aa436135dca74ec99ee781376d6b9f6 | c88441fb897dfb872bb40afd60456dc3a68ab625 | refs/heads/master | 2022-04-04T11:49:00.127808 | 2020-02-11T21:25:35 | 2020-02-11T21:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,064 | h | // Copyright (c) 2019 Agora.io. All rights reserved.
#pragma once
#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "Components/Image.h"
#include "VideoViewWidget.generated.h"
/**
*
*/
UCLASS()
class AGORAVIDEOCALL_API UVideoViewWidget : public UUserWidget
{
GENERATED_BODY()
public:
UVide... | [
"priddyjacob84@gmail.com"
] | priddyjacob84@gmail.com |
ce388188ba30853b07b58fb4cffbff35e93b27f9 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1595491_0/C++/coolabhi/small.cpp | d25c11ab5e13496d5c5d73780654d1006f36fc25 | [] | 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 | 774 | cpp | #include<stack>
#include<queue>
#include<set>
#include<cmath>
#include<cstdlib>
#include<cctype>
#include<algorithm>
#include<cctype>
#include<climits>
#define pp pair<int,int>
using namespace std;
int main()
{
freopen("input.txt","r",stdin);
freopen("output.txt","w",stdout);
int T,S,N,p,a,b,c... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
8b19a8453014bc3ac7322a033a57984a0cd330ab | e612c9cd5e3085d09979efb68b380c079b432705 | /pro/windows/runner/main.cpp | b8e271b196b54752837ad70a22fb8f6f5539eb26 | [] | no_license | Daksh-Vatyani/Farmvilla | 0c8f96d5f606702e931ce5cf365e9ff89d03cefc | 3c5e49700413113a3fe1d947333f327585ec60a1 | refs/heads/main | 2023-07-07T02:59:27.092602 | 2021-08-15T08:05:23 | 2021-08-15T08:05:23 | 396,250,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,213 | 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) {
... | [
"vatyanidaksh20@gmail.com"
] | vatyanidaksh20@gmail.com |
93652308adeb5bf8232679b7de20c00598f384c5 | 83d8bc3d035013f5412bc5a9926de1a0937b2fad | /Library/Source/Nano/Files/NFilePath.cpp | e25e264b325c67c231e275b9b9cfdd666946caeb | [
"BSD-3-Clause"
] | permissive | southdy/Nano | 6cd6b9d02277e88a5ddf1fb88cbe33b8d6b46f38 | dceb0907061f7845d8a3c662f309ca164e932e6f | refs/heads/main | 2023-08-29T04:39:47.718211 | 2021-10-06T21:58:19 | 2021-10-06T21:58:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,346 | cpp | /* NAME:
NFilePath.cpp
DESCRIPTION:
File path.
COPYRIGHT:
Copyright (c) 2006-2021, refNum Software
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... | [
"dair@refnum.com"
] | dair@refnum.com |
0e313f7a39cedd768e6bcc3780f8c293d17c8374 | 5a2349399fa9d57c6e8cc6e0f7226d683391a362 | /src/qt/qtwebkit/Source/WebKit2/WebProcess/NetworkInfo/WebNetworkInfoManager.cpp | 844f9b5c49041ca2f860560897ce66406b5b994d | [
"BSD-3-Clause"
] | permissive | aharthcock/phantomjs | e70f3c379dcada720ec8abde3f7c09a24808154c | 7d7f2c862347fbc7215c849e790290b2e07bab7c | refs/heads/master | 2023-03-18T04:58:32.428562 | 2023-03-14T05:52:52 | 2023-03-14T05:52:52 | 24,828,890 | 0 | 0 | BSD-3-Clause | 2023-03-14T05:52:53 | 2014-10-05T23:38:56 | C++ | UTF-8 | C++ | false | false | 3,901 | cpp | /*
* Copyright (C) 2012 Intel Corporation. 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 of cond... | [
"ariya.hidayat@gmail.com"
] | ariya.hidayat@gmail.com |
1ad8bec26fda932379faaf6f0153267b23ff1e3e | 465fe842cea448e45e2c1c2a526a6cca888c8181 | /44.cpp | de749a5668d5567a07e6a3cf28cfc6f064f4b32f | [] | no_license | PigTS/Coding-Interviews | fdcbe9cf24a9185e173740fa5a129ef41090fd95 | ca034424ae33709e48bf1a37547b79463fe23575 | refs/heads/master | 2020-03-25T07:46:52.949357 | 2018-09-08T08:08:44 | 2018-09-08T08:08:44 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 579 | cpp | //牛客最近来了一个新员工Fish,每天早晨总是会拿着一本英文杂志,写些句子在本子上。
//同事Cat对Fish写的内容颇感兴趣,有一天他向Fish借来翻看,但却读不懂它的意思。
//例如,“student. a am I”。后来才意识到,这家伙原来把句子单词的顺序翻转了,正确的句子应该是“I am a student.”。
//Cat对一一的翻转这些单词顺序可不在行,你能帮助他么?
//py2.7
#include <string>
using namespace std;
class Solution{
public:
string ReverseSentence(string str){
}
}; | [
"1814014897@qq.com"
] | 1814014897@qq.com |
d98cd76d8a3eff9dcfa3595754771936e7cbe2d5 | 9905370a700088d95d445bb725de8ecd1cd4a8a7 | /course1/Laba2/H/main.cpp | 3f9dd062cb3b5d14cdca179f18820187d1a81b69 | [
"MIT"
] | permissive | flydzen/ITMO_algo | cb53b5205a128e77e78729e6f695c874753e0574 | ea251dca0fddb0d4d212377c6785cdc3667ece89 | refs/heads/master | 2023-01-04T22:36:09.975625 | 2020-11-14T07:38:11 | 2020-11-14T07:38:11 | 312,693,221 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,513 | cpp | #include <iostream>
#include <vector>
using namespace std;
unsigned int cur = 0;
unsigned int nextRand24(unsigned int a, unsigned int b) {
cur = cur * a + b;
return cur >> 8;
}
void merge(vector<int> &v, unsigned int left, unsigned int right,
unsigned int mid, unsigned long long &cou) {
unsigned... | [
"flydzen@gmail.com"
] | flydzen@gmail.com |
8d3be48c7367320bf75c83f30c580ffc5eb34577 | de51ca68306b46a9f0f9217cb4e5f9c4d5308e8e | /I/samples/date-monthly.cpp | ef25b4e8f9c6a6a91b29a148fc18105039f41a7b | [] | no_license | alioshag/Cplusplus | 5c180e2a5baf678be0a9f4c1425f283034e96936 | 9cf027a199529272fa32579f7ae421bca7a6c666 | refs/heads/master | 2020-12-24T06:57:24.199726 | 2016-08-25T16:43:10 | 2016-08-25T16:43:10 | 58,066,471 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,649 | cpp | //date-yrs_dates.cpp
//Divide the distance between years and days
#include <iostream>
#include <cstdlib>
#include <ctime> //for time_t, time, tm, localtime
#include <climits> //for INT_MAX
using namespace std;
int main()
{
const int length[] = {
0, //dummy element so that January will have subscript 1
31, ... | [
"alioshag26@gmail.com"
] | alioshag26@gmail.com |
e893eece2055242e7f39287600fb1e3debe15ea2 | 9311386583f8be41e637049856635cac335b2f1e | /external/cmdshell.h | 67f307685e9a042813026ec7b35864687acd05c1 | [
"MIT"
] | permissive | KidneyThief/TinScript1.0 | 3d596afccbcac212ef864e6cbae1476008ecf956 | 73ae9e4f75672b6d3026055bbf2edcc07c9b59ee | refs/heads/master | 2016-08-03T11:22:43.960853 | 2014-11-13T07:55:45 | 2014-11-13T07:55:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,434 | h | // ------------------------------------------------------------------------------------------------
// The MIT License
//
// Copyright (c) 2013 Tim Andersen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software"),... | [
"kidneythief@shaw.ca"
] | kidneythief@shaw.ca |
256cde90e467d4cd945a21f7e6d4e89ae971637e | ce1e8b29ffd9d97ffc5c693fe3bd4ee358b5e1d5 | /src/VoxieBackend/Component/ExternalOperation.cpp | b30b8ee628e9cd4eb0acaa842f073e6bcd7285cb | [
"MIT"
] | permissive | voxie-viewer/voxie | d76fe7d3990b14dea34e654378d82ddeb48f6445 | 2b4f23116ab1c2fd44b134c4265a59987049dcdb | refs/heads/master | 2023-04-14T13:30:18.668070 | 2023-04-04T10:58:24 | 2023-04-04T10:58:24 | 60,341,017 | 6 | 1 | MIT | 2022-11-29T06:52:16 | 2016-06-03T10:50:54 | C++ | UTF-8 | C++ | false | false | 13,840 | cpp | /*
* Copyright (c) 2014-2022 The Voxie Authors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, mer... | [
"steffen.kiess@cis.iti.uni-stuttgart.de"
] | steffen.kiess@cis.iti.uni-stuttgart.de |
b273d5ad1507615f1ad7ddfff13726b7545cbec7 | 5ff8cc5d2067269c950c971569253e7ccb5f287b | /algorithm_2019_cplus/algorithm_2019_cplus/1208.cpp | 925dde60c926954217e14629a91dbdbb420488f6 | [] | no_license | bbom16/study_algorithm | df7769aac0f54f7c34813521c6f57c9151c22012 | 22f0d7606951b61b89feb926a82157b9509228ab | refs/heads/master | 2020-04-16T09:40:36.677997 | 2020-02-11T01:57:34 | 2020-02-11T01:57:34 | 165,473,113 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 705 | cpp | // 2019.06.30
// swExpertAcademy 2819
// [S/W 문제해결 기본] 1일차 - Flatten
// 그냥 sort 문제
#include <stdio.h>
#include <iostream>
#include <utility>
#include <vector>
#include <algorithm>
#include <functional>
using namespace std;
int total_dumped;
int boxes[101];
int diff_h;
int main(int argc, char * argv[]) {
for (int... | [
"23fnsk23@naver.com"
] | 23fnsk23@naver.com |
f5cb2773362c6bf42666353554d6d0a7d983a8fd | 18f0b70bc2fb7bd155bd32880589cd3dea0d696a | /ct_models/include/ct/models/QuadrotorWithLoad/generated/jacobians.impl.h | 62ebb08e35028b90e72810e677d2494172b5046b | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | crisdeodates/Robotics-control-toolbox | 8a791989a47ee0dd6bee0bdacdcbc3b2a3561021 | 7d36e42ff665c9f4b6c5f3e4ddce04a0ab41628a | refs/heads/v3.0.2 | 2023-06-10T22:38:41.718705 | 2021-07-05T08:23:09 | 2021-07-05T08:23:09 | 337,681,994 | 0 | 0 | BSD-2-Clause | 2021-07-05T13:25:34 | 2021-02-10T09:59:09 | null | UTF-8 | C++ | false | false | 1,317 | h |
template <typename TRAIT>
iit::ct_quadrotor::tpl::Jacobians<TRAIT>::Jacobians
()
:
fr_body_J_fr_ee()
{
updateParameters();
}
template <typename TRAIT>
void iit::ct_quadrotor::tpl::Jacobians<TRAIT>::updateParameters() {
}
template <typename TRAIT>
iit::ct_quadrotor::tpl::Jacobians<TRAIT>::Type_fr_b... | [
"neunertm@gmail.com"
] | neunertm@gmail.com |
9d2f43ddbd4335682d72cabeeddf9b343e3ad97b | e98cd32546b613d2a24457f70cd9bf440623e3af | /内部演示版本/性能/Coptermaster/coptermaster/AC_PID/AC_PID.h | f44f9310bfcec4812d3f8cbdd454f8423f55eb08 | [] | no_license | Kimicz20/Lab603 | 5f9ea48c08ad28f2a09cf3d8c1fc56863b4d1ce3 | 44aac79c61fb8f6a31553c31ff545b4f68abb551 | refs/heads/master | 2021-01-23T03:27:17.809795 | 2017-08-13T12:42:01 | 2017-08-13T12:42:01 | 86,073,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,754 | h | // -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
/// @file AC_PID.h
/// @brief Generic PID algorithm, with EEPROM-backed storage of constants.
#ifndef __AC_PID_H__
#define __AC_PID_H__
#include "../AP_Common/AP_Common.h"
#include "../AP_Param/AP_Param.h"
#include <stdlib.h>
#include <math... | [
"hz2z0421@163.com"
] | hz2z0421@163.com |
c381d45e37a726f44de324560be3f644f5288dec | e4cafc579f6d612990f618d81604442302a6752d | /LeetCode-CPP/main.cpp | 6ca0cfbf092abf13efc8c2a49e879219e919386d | [] | no_license | YanjieHe/AlgorithmsOJ | 6f09b0332ea9cbfcd450aa0c10ea2d2ec69df6a5 | e8b859dafa0085f9622cc794bcc30ac9306020fa | refs/heads/master | 2020-03-23T13:58:54.938781 | 2018-09-22T16:21:54 | 2018-09-22T16:21:54 | 141,648,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 144 | cpp | #include "ConvertSortedListToBinarySearchTree.hpp"
#include <iostream>
using namespace std;
int main()
{
Solution::test();
return 0;
}
| [
"heyanjie0@outlook.com"
] | heyanjie0@outlook.com |
467fe40a5d35190d1199999621dc3628af5805ac | ef187d259d33e97c7b9ed07dfbf065cec3e41f59 | /work/atcoder/abc/abc026/C/C.cpp | 8db69856bd8b4e2e1f8d2d2a97c1c8967b29a609 | [] | no_license | kjnh10/pcw | 847f7295ea3174490485ffe14ce4cdea0931c032 | 8f677701bce15517fb9362cc5b596644da62dca8 | refs/heads/master | 2020-03-18T09:54:23.442772 | 2018-07-19T00:26:09 | 2018-07-19T00:26:09 | 134,586,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,278 | cpp | using namespace std;
#include <iostream>
#include <bits/stdc++.h>
#define ten(n) ((int)1e##n)
#define uni(x) x.erase(unique(all(x)),x.end())
// dump macro{{{
// http://www.creativ.xyz/dump-cpp-652
#define DUMPOUT cerr // 変数ダンプ先。coutかcerr
#ifdef PCM
// 引数はいくつでもどんな型でも可(ストリーム出力演算子があればOK)
#define dump(...) DUMPOUT<<" ";... | [
"kojinho10@gmail.com"
] | kojinho10@gmail.com |
a8d38c1ffe9ee97108eac272579c6bcb4d111854 | b70200058f885a698d2062807f70a979a11fd626 | /4일차/Engine/Engine/Object.h | 1723b8d0f84e0365f5ed1dffb87d1cc887e9d6cc | [] | no_license | ParkSunW00/2020-GameProgramming | d906f797297d2f2a5ceb888eb7ce4612e5694ee4 | 3a114ffe12fcf50e703eabcf95e3784748a61d01 | refs/heads/master | 2022-12-01T06:24:08.385355 | 2020-08-14T07:41:58 | 2020-08-14T07:41:58 | 286,383,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | h | #pragma once
#include <d3dx9.h>
#include <list>
class Object
{
protected:
Object* parent;
D3DXMATRIX mat;
D3DXVECTOR2 pos;
D3DXVECTOR2 scalingCenter;
D3DXVECTOR2 scale;
D3DXVECTOR2 rotationCenter;
float rotation;
RECT rect;
std::list<Object*> childList;
public:
Object();
~Object();
virtual void Rend... | [
"jinwon11022@naver.com"
] | jinwon11022@naver.com |
c4d86950b1bfb69d9f29b7e1be045f6ba90b1ca9 | 352345820069ad7044f08beed01229ad8e2fa82f | /vcl_source/rrVCLUtils.cpp | b0d070547b22c4946cef5f7e4e114f3c2cd9cebf | [
"Apache-2.0"
] | permissive | Alcibiades586/roadrunner | 81731a4bbe88a027ea6b9e60a1e290ed452c1fcd | 28ec33bcfc8f6929a62b0570c1c7cb9113e34ec2 | refs/heads/master | 2021-01-15T21:25:35.862307 | 2013-09-25T22:49:55 | 2013-09-25T22:49:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,071 | cpp | #pragma hdrstop
#include "rrVCLUtils.h"
#include "rrUtils.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
namespace rr
{
using namespace std;
using namespace rr;
//Passing a NULL string, returns a empty std string..
string stdstr(const char* str... | [
"tottek@gmail.com@c0027639-9190-0b57-01eb-f09a03790dae"
] | tottek@gmail.com@c0027639-9190-0b57-01eb-f09a03790dae |
7e785f9df7cbec9e0c567bcdea5214a5d1c38f56 | 0e16849aa88fbcf491119e34e8af1d642af354b2 | /r_defs.h | bbd4b211d388c4a0535745ce610c95479334a75d | [] | no_license | derek57/psp-doom | 09863f5914325151bf6c50f872c40662e68f21ec | b1286965b0dac623c672ff7beca7ab08388b6d8f | refs/heads/master | 2021-01-20T12:37:36.224022 | 2014-11-18T10:16:56 | 2014-11-18T10:16:56 | 32,111,288 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,552 | h | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General P... | [
"vermillion57@e7163ed3-fc1d-de10-b724-2a9d26b79ad1"
] | vermillion57@e7163ed3-fc1d-de10-b724-2a9d26b79ad1 |
bc5cc74f00787afe585633f2033c5da855b465f0 | e9c499c8ea74fd45f30c340249dcc0ac7cd3ff43 | /chapter03_04/spreadsheet.cc | eb0619ab18c12c5b0e7978b49180ea086e1937a6 | [] | no_license | Nunocky/Qt_Study | f56644e83158ca432853984e895450caa1d7bdcc | 422615211b2bc50f0c31e12305171950ceef162e | refs/heads/master | 2021-03-14T10:45:55.452288 | 2020-03-17T07:23:18 | 2020-03-17T07:23:18 | 246,759,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,654 | cc | #include <QtGui>
#include <QtWidgets>
#include "cell.h"
#include "spreadsheet.h"
SpreadSheet::SpreadSheet(QWidget *parent)
: QTableWidget(parent)
{
autoRecalc = true;
setItemPrototype(new Cell);
setSelectionMode(ContiguousSelection);
connect(this, SIGNAL(itemChanged(QTableWidgetItem*)), this, SLOT(somethin... | [
"masato.nunokawa@gmail.com"
] | masato.nunokawa@gmail.com |
3cda11b5d85bfc7c189bdbd83c24f7a93f900a60 | 8f74f2f4b04d56a6b11c85474233199774378018 | /cpp/023_merge_k_sorted_lists.cpp | 48cf92fa3dcb9f061ab3895e7a2f3d80868dcf06 | [] | no_license | hatchercode/leetcode-1 | c602c0afc2636c2acc786542caf94aa2d44526d9 | febf424951d1e193815699c6e760823530ef3185 | refs/heads/master | 2021-07-13T17:52:33.446183 | 2017-10-19T04:39:11 | 2017-10-19T04:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
ListNode* mergeKLists(vector<ListNode*>& lists) {
ListNode *dummy = new ListNode(0);
ListNode *l = dummy;
au... | [
"lhhtsinghua@gmail.com"
] | lhhtsinghua@gmail.com |
91ee1b6e9c5fb97bf88df6c2b2bd22fd425c2908 | e7e497b20442a4220296dea1550091a457df5a38 | /java_workplace/oce-tools/CxxTest/test_env.h | 1df4376b5f587fd2da0e42866881b1d31d1d0ad1 | [] | no_license | gunner14/old_rr_code | cf17a2dedf8dfcdcf441d49139adaadc770c0eea | bb047dc88fa7243ded61d840af0f8bad22d68dee | refs/heads/master | 2021-01-17T18:23:28.154228 | 2013-12-02T23:45:33 | 2013-12-02T23:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 969 | h | #include <iostream>
#include <stdlib.h>
using namespace std;
void test_env(){
cout << ">>>>>>>>>>>>>>>>>>>>>>>>>>>> [test_env] >>>>>>>>>>>>>>>>>>>>>>>>>>>>" << endl;
cout << "[test_env] 函数名: getenv" << endl;
cout << "[test_env] 头文件: <stdlib.h>" << endl;
cout << "[test_env] 用 法: char *getenv(char *envvar);" << en... | [
"liyong19861014@gmail.com"
] | liyong19861014@gmail.com |
54c90321560cbe31b32f312fb7fcd1d0c5db2098 | 334558bf31b6a8fd3caaf09c24898ff331c7e2da | /GenieWindow/plugins/GeniePlugin_LPC/code/UUPages.cpp | eb9e45f5e118fe3f287b2dfbbcda64d43af68e9a | [] | no_license | roygaogit/Bigit_Genie | e38bac558e81d9966ec6efbdeef0a7e2592156a7 | 936a56154a5f933b1e9c049ee044d76ff1d6d4db | refs/heads/master | 2020-03-31T04:20:04.177461 | 2013-12-09T03:38:15 | 2013-12-09T03:38:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,094 | cpp | #include "UUPages.h"
#include <QtGui/QKeyEvent>
#include <QtGui/QMovie>
namespace LPCUserUtility {
StartupPage::StartupPage(QWidget *parent)
: NavPage(parent)
{
}
StartupPage::~StartupPage()
{
}
void StartupPage::onLoad()
{
m_movieLabel = qFindChild<QLabel*>(this, QString::fromUtf8("movieLabel"));
m_statusLabel ... | [
"raylq@qq.com"
] | raylq@qq.com |
8ecf287b184e36db620af8a8bb341ebc071b0dde | f5f87325b0ab9253382a60d93f8c19e25c12ee75 | /quiz/1/5/src.cpp | 8d5407f56df4fa33ed0e1ff432a98a9162bacab8 | [] | no_license | ysuzuki19/cpp | cf1786808ccda0ad43a42fbbdf5cba93f1312d93 | f436584e588772560478b0ae442c59212efebb79 | refs/heads/master | 2020-04-29T20:52:23.903518 | 2019-11-28T10:02:44 | 2019-11-28T10:02:44 | 176,395,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | #include <iostream>
#include <vector>
#include <genVector.hpp>
#include <template.hpp>
constexpr size_t arSize = 50;
constexpr int rndMax = 100;
using namespace std;
int main(int argc, char **argv) {
vector<string> args(argv, argv+argc);
auto v = genVectorByRandom(arSize, rndMax);
debug(v);
auto vTemp = v;
... | [
"msethuuh7@i.softbank.jp"
] | msethuuh7@i.softbank.jp |
b108df5039f1a0f7ea017bec5323ab4777532846 | d3fcfbaa0e200f49cefe4b77388292402e428eb3 | /Codemarshal/SUB IUPC 2019/A. A Permutation with Mr. Peabody and Sherman.cpp | 9a9425a77da392ff8ee04c8c6a172f98cb38fce7 | [] | no_license | edge555/Online-Judge-Solves | c3136b19dc2243e9676b57132d4162c554acaefb | 452a85ea69d89a3691a04b5dfb7d95d1996b736d | refs/heads/master | 2023-08-22T03:23:11.263266 | 2023-08-21T07:22:33 | 2023-08-21T07:22:33 | 145,904,907 | 14 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,348 | cpp | #include <bits/stdc++.h>
#define FAST ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL)
#define pf printf
#define sc scanf
#define sf(num) scanf("%d",&num)
#define sff(num1,num2) scanf("%d %d",&num1,&num2)
#define sfff(num1,num2,num3) scanf("%d %d %d",&num1,&num2,&num3)
#define sl(num) scanf("%lld",&num)
#... | [
"2010.ahmed.shoaib@gmail.com"
] | 2010.ahmed.shoaib@gmail.com |
7131dbe2146c2519a06202ab9a3a42ed2938d053 | c2d270aff0a4d939f43b6359ac2c564b2565be76 | /src/chrome/browser/sync_file_system/local/canned_syncable_file_system.h | f531d197ab9eaf4cc189c1c5314f3e8fab0781c5 | [
"BSD-3-Clause"
] | permissive | bopopescu/QuicDep | dfa5c2b6aa29eb6f52b12486ff7f3757c808808d | bc86b705a6cf02d2eade4f3ea8cf5fe73ef52aa0 | refs/heads/master | 2022-04-26T04:36:55.675836 | 2020-04-29T21:29:26 | 2020-04-29T21:29:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,530 | h | // Copyright 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 CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CANNED_SYNCABLE_FILE_SYSTEM_H_
#define CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CANNED_SYNCABLE_FILE_SYSTEM_H_
... | [
"rdeshm0@aptvm070-6.apt.emulab.net"
] | rdeshm0@aptvm070-6.apt.emulab.net |
d3855739d257bc9e4e0efbd46a32d36ae89ca993 | c547c4da323f293150978d399b41ed097344f850 | /Games/Homeland/Homeland/Logic/Units/ParticleAirSystem.cpp | d85b5ae06ab8fd56e3c07593631ce38020945905 | [] | no_license | Guanzhe/PocketEngine | 48686a77714cf8e0c52c68896fc4db31e828efab | 7728f6d8e520f54be5cd39023801286c78cce446 | refs/heads/master | 2021-09-18T06:32:28.031072 | 2017-12-29T20:50:22 | 2017-12-29T20:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,359 | cpp | //
// ParticleAirSystem.cpp
// Homeland
//
// Created by Jeppe Nielsen on 28/10/15.
// Copyright (c) 2015 Jeppe Nielsen. All rights reserved.
//
#include "ParticleAirSystem.h"
void ParticleAirSystem::ObjectAdded(Pocket::GameObject *object) {
objectsMoved.Add(object->GetComponent<Transform>()->Position, object... | [
"nielsen_jeppe@hotmail.com"
] | nielsen_jeppe@hotmail.com |
5a90614177052f1c1da776a76a8696211e92610d | 03c530d659410409ab5785dbaeec2a3296f1021a | /cbits/halide-hs.cpp | a272fa1d9905d68205064ae7cb1d3355cf8b27ea | [] | no_license | silky/halide-hs | 28212e3ab3299efdc6704b6bf3be030437f4dcdd | 619689df107c738bfd47ab72017bacee8c44f7a4 | refs/heads/master | 2021-01-24T07:29:23.934134 | 2017-05-06T00:34:48 | 2017-06-04T23:58:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,418 | cpp | // The only Halide header file you need is Halide.h. It includes all of Halide.
#include "Halide.h"
// We'll also include stdio for printf.
#include <stdio.h>
/* typedef void CFunc; */
using namespace Halide;
// Turn a pointer of argument points (from haskell) into a vector of
// arguments used for ahead of time co... | [
"c.chalmers@me.com"
] | c.chalmers@me.com |
e77159232d1919a121732d131eda47a4e2f94d3d | 815491511402cb103fd1f6288d05e00a0c267fc2 | /src/EnemyClass.cpp | 14e2371ee07b8d843e4abd43fe0f63b818707d14 | [] | no_license | nriobo/graphAdv | 74a8135da18e1b43673d1727d8206fc065dbb51c | 4d20b8b09c241c72a3502e728335a972af6d62b7 | refs/heads/master | 2021-01-10T05:49:06.251288 | 2015-10-22T10:38:32 | 2015-10-22T10:38:32 | 44,737,717 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,498 | cpp | //EnemyClass.cpp
#include "EnemyClass.h"
EnemyClass::EnemyClass()
{
speed = 1.2;
frame = 0;
dir = RIGHT;
jumping = doubleJumping = false;
falling = true;
dying = false;
jumpMax = 50;
justKilledTime = 0;
alive = true;
loopAnimation = true;
}
void EnemyClass::Draw(BITMAP *buffer,... | [
"nriobo@ponticelli.org"
] | nriobo@ponticelli.org |
fba80b30b90c50f4256e07092560069b0863cefa | c654bdb7ff47f8534d2c7eed1bc878bd6209825d | /src/sdchain/basics/impl/ResolverAsio.cpp | 93f6b96b24df7558e19811de7717c5ef85f09563 | [] | no_license | Gamma-Token/SDChain-Core | 6c2884b65efc2e53a53a10656b101a335a2ec50b | 88dc4cdd7c8f8c04144ffe9acd694958d34703a7 | refs/heads/master | 2020-06-18T06:37:12.570366 | 2019-04-29T05:27:18 | 2019-04-29T05:27:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,893 | cpp | //------------------------------------------------------------------------------
/*
This file is part of sdchaind: https://github.com/SDChain/SDChain-core
Copyright (c) 2017, 2018 SDChain Alliance.
*/
//==============================================================================
#include <BeastConfig.h>
#... | [
"developer@sdchain.io"
] | developer@sdchain.io |
c0f6061f199ddb3d8b97ac51043d5688421eba65 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /CodesNew/4050.cpp | b4ea8bf5305bf837cd8e3388ac239c6714239439 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 723 | cpp | #include <bits/stdc++.h>
#define f first
#define s second
#define pb push_back
#define mp make_pair
using namespace std;
typedef pair<int, int> pi;
typedef long long ll;
typedef pair<ll, ll> pll;
const int maxn = 2e5+1;
ll a[maxn], k[maxn], b[maxn];
int main()
{
int n, q;
cin >> ... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
ce3aede1456c757c6b8c7bc7a9f40857fc060aa2 | 4b250da9813bd51979b7211778f720c0757eb82e | /codeforces/div2/316/A/A.cpp | 6d3699f9bb3ae08cfbfebf82c1a9d1781635de1c | [
"MIT"
] | permissive | mathemage/CompetitiveProgramming | 07f7d4c269cca0b89955518131b01d037a5a1597 | 11a1a57c6ed144201b58eaeb34248f560f18d250 | refs/heads/master | 2023-04-16T17:55:24.948628 | 2023-04-14T19:16:54 | 2023-04-14T19:16:54 | 26,391,626 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,779 | cpp |
/* ========================================
* File Name : A.cpp
* Creation Date : 13-08-2015
* Last Modified : Fri 14 Aug 2015 01:31:56 PM CEST
* Created By : Karel Ha <mathemage@gmail.com>
* URL : http://codeforces.com/contest/570/problem/A
* Points Gained (in case of online contest) : 458 / ... | [
"mathemage@gmail.com"
] | mathemage@gmail.com |
2b66a7a6842152319188746d7c056b620a7a6323 | 6aa2eedd7e52495ca18f990968008a1b93f762bd | /TD2/Personne.h | 472a49d13771dc4ceb641121f331e4888980fe38 | [] | no_license | PierreEngelstein/labC-Polytech | a42d55bd491a6b5cf357ff61153d61b5ad4cb119 | 8eb48fb185f9438813dcdd4368f6a51bc3b4ce08 | refs/heads/master | 2020-09-13T09:54:41.214154 | 2019-11-27T13:16:41 | 2019-11-27T13:16:41 | 222,733,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 675 | h | #pragma once
#include<string>
#include<iostream>
namespace td2
{
class Personne
{
public:
Personne();
Personne(std::string nom, std::string prenom, int age);
Personne(const Personne& p);
std::string GetPrenom() const;
std::string GetNom() const;
unsigned int GetAge() const;
vo... | [
"pier.engelstein@outlook.com"
] | pier.engelstein@outlook.com |
db88224b42cafffd235b3338e1a297d5851215cf | f7eaf482eb2d163e73e83e8c583639e4067dbca6 | /stator/symbolic/context.hpp | 540ced1d5d2647a8c264f3e61c568508e3d939c3 | [] | no_license | toastedcrumpets/stator | 1ce16ec5b5e02820c3ab886efc72f22570918218 | fdb35c587e1477df8bafc5291049fd4898f16ec2 | refs/heads/master | 2023-02-21T00:09:56.525742 | 2022-09-02T19:04:42 | 2022-09-02T19:04:42 | 34,253,133 | 17 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 943 | hpp | /*
Copyright (C) 2021 Marcus N Campbell Bannerman <m.bannerman@gmail.com>
This file is part of stator.
stator is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at y... | [
"m.bannerman@gmail.com"
] | m.bannerman@gmail.com |
b108b2bad39f778a16189a0755d73a2538fcb0b2 | c09c05ba71e630bda56d8afd07cd173c51051a46 | /ex3/static.cpp | 5022888979d57352ad42f2f0b5267f653b25d1ec | [] | no_license | Aumrudh/Cpp | 4eded36e8a2046da01694eeb352e0f62307e1914 | a4725270e54732becf14a198239a38fed1585262 | refs/heads/master | 2023-02-27T13:38:10.248711 | 2021-01-31T05:38:07 | 2021-01-31T05:38:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,796 | cpp | //Ex 3 Pgm1
//Programed by AUMRUDH LAL KUMAR TJ
//Pgm to calculate no of cars
#include<iostream>
#include<string>
using namespace std;
class car
{
public:
int vehicleno;
string cpname;
string mdname;
int yom;
static int bmw;
static int to... | [
"imaumrudh@gmail.com"
] | imaumrudh@gmail.com |
e0219301ca03abd961321c94165209eabdb1a5de | 72fd77dfb7adfdbdd762d11c5d00f1523be160f8 | /swappingDataOfClasses.cpp | 659812960cd8f64365ec0561082456ce4c8738cc | [] | no_license | Vino16491/C-Programming | 31278b67d4e95645d02c0293e437984163cd55ce | bd0d3032cdea611ddaef066cea65a9c6d2b14600 | refs/heads/master | 2020-03-12T15:20:41.972779 | 2018-04-28T14:10:20 | 2018-04-28T14:10:20 | 130,687,948 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | cpp | #include<iostream>
using namespace std;
class class_2;
class class_1{
int value1;
public:
void intdata(int a){value1 = a;}
void display(void){cout<< value1 << "\n";}
friend void exchange(class_1 &, class_2 &);
};
class class_2{
int value2;
public:
void intdata(int a){value2 = a;}
void ... | [
"vinodgchandaliya@gmail.com"
] | vinodgchandaliya@gmail.com |
2944b2b7335bc0215a91b69c291ce70d7dc7fdc5 | 65f42b163c5724b9e3b07095907e2596c1e6fc60 | /source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 9c2914f5840211dab425093fa56af8026e6f69bd | [
"NCSA"
] | permissive | fbsd/old_lldb | 6a7a4aefda6a0c7a8a78257e127ca2311bfe5729 | 71c0faf7c2d06c1d81bf8ce9c46f4084c6183797 | refs/heads/master | 2016-09-06T12:58:24.545605 | 2012-01-06T18:31:24 | 2012-01-06T18:31:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,477 | h | //===-- DWARFDebugInfoEntry.h -----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"mark@peek.org"
] | mark@peek.org |
a17f3dec6275457c6011354abe610fb83835cf40 | 26c6b9e1204db5ae4a245a990f7df3bcd218b574 | /deps/v8/src/arm/lithium-arm.cc | 0392997f313bb8cda70f187bd8bfa9e96dc55589 | [
"bzip2-1.0.6",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | groundwater/runtime | 54ac6d6ac4eb528ecc201ffb0c231572938c5802 | dc90b2c835bbd70530a933b38c252215ef905831 | refs/heads/master | 2021-01-18T05:18:21.260974 | 2015-01-29T07:35:29 | 2015-01-29T07:35:29 | 21,312,682 | 1 | 2 | null | 2015-01-10T20:14:08 | 2014-06-28T23:06:10 | C++ | UTF-8 | C++ | false | false | 87,226 | cc | // Copyright 2012 the V8 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.
#include "src/v8.h"
#include "src/arm/lithium-arm.h"
#include "src/arm/lithium-codegen-arm.h"
#include "src/hydrogen-osr.h"
#include "src/lithium-alloc... | [
"iefserge@runtimejs.org"
] | iefserge@runtimejs.org |
70a8fbffd34f6cf94d6e7347b5a274ead9901883 | 2742aef0f07ae6eaba99c62f98add31b291336ab | /Comando versión definitiva/Main.cpp | 162fa0ef3460c101b42d85af0621750d41b66a46 | [] | no_license | carlosgabe1998/Commando-Paralelo | a7ea45f9ecf7e6cb998733bb7a0eaf77a007b28b | e8669a267f963f24414df7d8c13621eaede23b13 | refs/heads/master | 2021-01-21T16:22:22.490277 | 2017-06-04T12:01:39 | 2017-06-04T12:01:39 | 91,886,154 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,559 | cpp | #include <stdlib.h>
#include "Application.h"
#include "Globals.h"
#include "MemLeaks.h"
#include "SDL/include/SDL.h"
#pragma comment( lib, "SDL/libx86/SDL2.lib" )
#pragma comment( lib, "SDL/libx86/SDL2main.lib" )
enum main_states
{
MAIN_CREATION,
MAIN_START,
MAIN_UPDATE,
MAIN_FINISH,
MAIN_EXIT
};
Application* A... | [
"carlosgabe1998@gmail.com"
] | carlosgabe1998@gmail.com |
b4efe005b8bb6291f030fa233890646249b80849 | 9bede9ef7b7fc6c90d5d97da3e996650be24b1dd | /buoi14/buoi14_tl/buoi14_tl/phanso.cpp | f18e8ed638be2fb866f6b6470c77cc8980036cae | [] | no_license | damvanduong1998/BTVN_C | 2b78c03755bb44fde91a66ff9200589533e1585a | 18b82fa51dcc6920ef2589e944300685dced7ce1 | refs/heads/master | 2022-12-30T11:01:17.588391 | 2020-10-10T17:15:41 | 2020-10-10T17:15:41 | 287,755,577 | 0 | 2 | null | 2020-08-28T09:59:17 | 2020-08-15T13:50:16 | C | UTF-8 | C++ | false | false | 451 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include"phanso.h"
phanso::phanso()
{
tu = 1;
mau = 0;
printf("ham tao khong truyen doi so\r\n");
}
phanso::phanso(int tu, int mau)
{
this->tu = tu;
this->mau = mau;
printf("ham tao co truyen doi so\r\n");
}
phanso phanso::operator*(phanso b)
{
phanso kq;
kq.tu... | [
"damvanduong111@gmail.com"
] | damvanduong111@gmail.com |
001fe865b3fb3ce8fbd97d3ea7e45a8ab1d49635 | 1255173da39f70a27395f1d9559e48c2678eda3d | /basic/mpi_scatter_reduce.cc | cac29d9fca6bdb78b6f72b784e878658ad90a6b6 | [] | no_license | pmarecki/UniMPI | 8a6bcb15849698d6cc567af63a390d99e3d4e088 | 19c62f5dade3a64f493dd5c9b313eed4ddf0e362 | refs/heads/master | 2021-01-22T12:02:10.223480 | 2016-02-22T21:23:05 | 2016-02-22T21:23:05 | 7,937,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,233 | cc | #include "mpi.h"
#include <cstdio>
#include <cstdlib>
#include "stoper.h" //my timing setup (will not work on Windows yet)
#include "STL_MACRO.h" //my common macros for shorter code
#define WORLD MPI_COMM_WORLD //everyone
int main (int argc, char *argv[])
{
int kDim, kTid; //after initial set, wi... | [
"pmarecki@gmail.com"
] | pmarecki@gmail.com |
3efa03babc8864f7eb629e03df6abc46142f6914 | 8c1ed8534b30a40a10502139dd7c0d0af22f0654 | /codeforces/417 (Div. 2)A/main.cpp | 2b444a8a2f707ae595c3915170f71f2685185a82 | [] | no_license | Spartan-65/ACM_STEP | 9b8df54c4a92ab84abd6ea9821b2c31ba03bdedb | 1dfe712d901ece243245e2898cc5b563722438a3 | refs/heads/master | 2020-03-01T01:40:28.511166 | 2017-11-08T09:40:02 | 2017-11-08T09:40:02 | 90,367,556 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 817 | cpp | #include <bits/stdc++.h>
using namespace std;
int a[5][5];
bool flag[4];
int main()
{
while(~scanf("%d%d%d%d",&a[0][0],&a[0][1],&a[0][2],&a[0][3]))
{
memset(flag,0,4);
for(int i = 1;i<4;i++)
for(int j = 0;j<4;j++)
scanf("%d",&a[i][j]);
for(int i = 0;i<4;i++)
... | [
"liuyanchong@outlook.com"
] | liuyanchong@outlook.com |
428b487eb7de1e99b19d96a2ff68b0fe1aa3accd | ebe0efd879a7ec51be6cb8ca7e5ca76490c6bc06 | /01-src-code/part1/IntCellTest.cpp | 44078b9ddf0570d6330921e949d00b67245f0b89 | [] | no_license | juejian/Data-Structures-and-Algorithm-Analysis-in-Cpp-4th | 3a45784478e5e9b31af87c60bf41bafd61c0fffd | dc47113825c903713ff5a0ebb3e4a08007a65e87 | refs/heads/master | 2022-11-27T03:14:53.823173 | 2020-08-05T11:31:35 | 2020-08-05T11:31:35 | 285,264,406 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 401 | cpp | /// @file TestIntCell.cpp
#include "IntCell.h"
#include <iostream>
using std::cin;
using std::cout;
using std::endl;
int main(int argc, char **argv)
{
IntCell m;
m.write(5);
cout << "Cell contents: " << m.read() << endl;
IntCellPtr pm;
cout << "Cell ptr contents: " << pm.read() << endl;
pm.write(3);
IntCel... | [
"2301879213@qq.com"
] | 2301879213@qq.com |
8e60bea97cc6c85fdd64628f9c76d8ad482d32bc | 5f735baa7f66e31ccdb49778522e57fe226e83b8 | /erode_dilate/Morphology_1.cpp | b896b455797186fd7e2bb420dd7b235f6b61c217 | [] | no_license | aspears1935/opencv-ams | 2bd2819aacd994e3d442ece4180d84e9e128fc4a | cfd563eaafbc7d1ce520675a00b233bc87a7f63d | refs/heads/master | 2021-07-15T15:28:41.345324 | 2021-02-23T19:18:10 | 2021-02-23T19:18:10 | 234,355,201 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,160 | cpp | /**
* @file Morphology_1.cpp
* @brief Erosion and Dilation sample code
* @author OpenCV team
*/
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdlib.h>
#include <stdio.h>
using namespace cv;
/// Global variables
Mat src, erosion_dst, dilation_dst;
int erosion_elem = 0;
... | [
"aspears@gatech.edu"
] | aspears@gatech.edu |
9dada808da69f266d59d2ff5f3bf6932de07b471 | ded214ab55a7e69d67d2b9d85a660ed6b582b378 | /002/main.cpp | ef79843a14a7d1c8ccd0acd21058c73c18258702 | [] | no_license | ryutorion/TheModernCppChallenge | 1a33412d40cea146a95a4828d3e27710ad1ba792 | f2ebbf96a0fc83693c5085d9a762313cf5c7147a | refs/heads/master | 2020-07-17T17:27:41.688066 | 2019-09-03T14:54:53 | 2019-09-03T14:54:53 | 206,062,676 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | #include <iostream>
#include <cstdint>
#include <numeric>
using namespace std;
int main(int argc, char * argv[])
{
cout << "input a natural number > ";
uint64_t m;
cin >> m;
cout << "input another natural number > ";
uint64_t n;
cin >> n;
cout << "gcd(" << m << ", " << n << ") = " << gcd(m, n) << endl;
re... | [
"masahiro.kimoto@gmail.com"
] | masahiro.kimoto@gmail.com |
941528cbcb4244512ad9d4bbb0cf0c3e48886419 | 1942a0d16bd48962e72aa21fad8d034fa9521a6c | /aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/AcknowledgeJobResult.h | c012e42db005a9b0801fff0c2ec8cde83166f3f7 | [
"Apache-2.0",
"JSON",
"MIT"
] | permissive | yecol/aws-sdk-cpp | 1aff09a21cfe618e272c2c06d358cfa0fb07cecf | 0b1ea31e593d23b5db49ee39d0a11e5b98ab991e | refs/heads/master | 2021-01-20T02:53:53.557861 | 2018-02-11T11:14:58 | 2018-02-11T11:14:58 | 83,822,910 | 0 | 1 | null | 2017-03-03T17:17:00 | 2017-03-03T17:17:00 | null | UTF-8 | C++ | false | false | 2,370 | h | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
87abd348bd3633105b3227244b7f5a8c308beaba | 8ce57f3d8730091c3703ad95f030841a275d8c65 | /src/mplfe/common/include/feir_stmt.h | 440d6c91b5051a63a10e8aa693c8637e72ea3356 | [] | no_license | TanveerTanjeem/OpenArkCompiler | 6c913ebba33eb0509f91a8f884a87ef8431395f6 | 6acb8e0bac4ed3c7c24f5cb0196af81b9bedf205 | refs/heads/master | 2022-11-17T21:08:25.789107 | 2020-07-15T09:00:48 | 2020-07-15T09:00:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,318 | h | /*
* Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
*
* OpenArkCompiler is licensed under the Mulan PSL v1.
* You can use this software according to the terms and conditions of the Mulan PSL v1.
* You may obtain a copy of Mulan PSL v1 at:
*
* http://license.coscl.org.cn/MulanPSL
*
* ... | [
"fuzhou@huawei.com"
] | fuzhou@huawei.com |
7824c1d666735a72b95ad82d8d8164f195f37ab9 | 923b802a672e4f44496b7c2765c3e255814f214c | /ECS/src/ECS.hpp | 425a4db1aaf562170c71a3bd466655cef87a48f7 | [] | no_license | prince776/Entity-Component-System | 4e98d945d179fa7ded9cf4c1bf1239152f49655d | dcf339b067be2f3c14935f2ce171b137e1d2a5f9 | refs/heads/master | 2022-11-30T13:34:41.524725 | 2020-08-08T10:31:51 | 2020-08-08T10:31:51 | 285,798,318 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,529 | hpp | #pragma once
#include "Base.hpp"
#include "EntityManager.hpp"
#include "ComponentManager.hpp"
#include "SystemManager.hpp"
#include <memory>
class ECS
{
public:
void Init() // Maybe: change to constructor.
{
m_EntityManager = std::make_unique<EntityManager>();
m_ComponentManager = std::make_unique<ComponentMan... | [
"princemit776@gmail.com"
] | princemit776@gmail.com |
9b2a9f9435959d6e5a4241f6719dbe1d931e0164 | 7aacbaed503540a7892a56bcf9ee0e2e2019c2c8 | /src/masternode.cpp | baccb82d8ae2517b3562dc82e9beb81fd2226cdb | [
"MIT"
] | permissive | CryptoBackups/oryxcoin | 0eabbb451c720fb40ab249b1c1064d3874d064ce | f5ffba0c8d9b10d8eb4ea11e6ec77458aefa68f7 | refs/heads/master | 2020-03-31T10:36:01.087494 | 2018-07-21T08:06:31 | 2018-07-21T08:06:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,075 | cpp | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "masternode.h"
#include "addrman.h"
#include "masternodeman.h"
#include "... | [
"39878257+oryxian@users.noreply.github.com"
] | 39878257+oryxian@users.noreply.github.com |
204cc3a4c8b894c9661ac7aad040db0aae79d123 | cc3af5b307ffaa99ec2a8945e3b72acd07b0a132 | /src/walletdb.cpp | d934955f298b9bba4adbbd6961a362011e17bafb | [
"MIT"
] | permissive | taeany/WorkPlaceCoin | fbe9dc1b1745963b3a45e66ed88c9cd3d6c199c9 | bddfa6ab39a532d10c413542f616482e92749511 | refs/heads/master | 2020-05-21T15:27:14.595486 | 2019-04-28T15:46:38 | 2019-04-28T15:46:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,645 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2019 The WorkPlaceCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file C... | [
"49657239+WorkPLaceCoin@users.noreply.github.com"
] | 49657239+WorkPLaceCoin@users.noreply.github.com |
b793ecaf2f628266038f40532d89097384d9708d | 9e397ee0cf4e17702893913694904ece6bfabce6 | /test/generated/test1_program_format.cpp | 84b25324adee8d0599acdacc94a1dfab7f158efd | [
"BSL-1.0"
] | permissive | ierror/libgtulu | d3511cf4e4f3afa4be4a7a05007c5a2b4fa62996 | abb995ef5e184f3902b5d07c2312d532e381c4a6 | refs/heads/master | 2021-01-17T06:20:30.945101 | 2014-02-09T09:31:43 | 2014-02-09T09:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,398 | cpp |
/**
* @file
*
* Distributed under the Boost Software License, Version 1.0.
* See accompanying file LICENSE or copy at http://www.boost.org/LICENSE
*
*/
#include "gtulu/namespaces.hpp"
#include "test1_program_format.hpp"
namespace gtulu {
namespace internal {
namespace format {
namespace program {
... | [
"beren.minor+git@gmail.com"
] | beren.minor+git@gmail.com |
47246892bc934d31816e63d74be2cd3b8fb8d2bd | 8b9b1249163ca61a43f4175873594be79d0a9c03 | /deps/boost_1_66_0/tools/quickbook/src/state.cpp | f0047f3b5fc08ac0528a46203a6ec9835dce93a1 | [
"BSL-1.0",
"MIT"
] | permissive | maugf214/LiquidCore | f6632537dfb4686f4302e871d997992e6289eb65 | 80a9cce27ceaeeb3c8002c17ce638ed45410d3e6 | refs/heads/master | 2022-12-02T01:18:26.132951 | 2020-08-17T10:27:36 | 2020-08-17T10:27:36 | 288,151,167 | 0 | 1 | MIT | 2020-08-17T10:32:05 | 2020-08-17T10:32:04 | null | UTF-8 | C++ | false | false | 5,440 | cpp | /*=============================================================================
Copyright (c) 2002 2004 2006 Joel de Guzman
Copyright (c) 2004 Eric Niebler
Copyright (c) 2005 Thomas Guest
http://spirit.sourceforge.net/
Use, modification and distribution is subject to the Boost Software
License,... | [
"eric@flicket.tv"
] | eric@flicket.tv |
9011b739560fab064450a81440a7ba25e32202f7 | e701bef8f14f2690b2a40c660d18423521d66ec3 | /chrome/browser/media/router/providers/cast/cast_activity_manager_unittest.cc | 0533974fe2a579e1b4a19b566c04f3a19f4c1d36 | [
"BSD-3-Clause"
] | permissive | anubi46/chromium | 3570edf318c51b9dca7ab1ec40ca4db39ca263a5 | f6335cea846624f22a5afe78baff6899927187aa | refs/heads/master | 2022-11-30T04:03:59.382692 | 2018-09-13T01:30:33 | 2018-09-13T01:30:33 | 148,565,585 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,488 | cc | // Copyright 2018 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 "chrome/browser/media/router/providers/cast/cast_activity_manager.h"
#include "base/json/json_reader.h"
#include "base/run_loop.h"
#include "bas... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6e936ea358a13329e153593bde33dff85b3a39cd | 4e44e320ac8257fbc25aa57ab870f4abad588e1e | /Delaunay/mainwindow.h | a958f37d0a63369b4a9e96213a34b4b13c39dfa6 | [] | no_license | JoshHammond0/DT | a7cd8901512fa6dbdeded31c0b7f11a473340b91 | b7b9563175e98d534124e416a7e54a205c4c3005 | refs/heads/master | 2016-08-12T19:59:34.966354 | 2015-12-02T16:48:00 | 2015-12-02T16:48:00 | 46,005,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 965 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QWidget>
#include <QHBoxLayout>
#include "graph.h"
#include <QVBoxLayout>
#include <QGraphicsScene>
#include <QGraphicsView>
#include <QGraphicsEllipseItem>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJE... | [
"jjhammond001@gmail.com"
] | jjhammond001@gmail.com |
2b5b2899f3c41e47275bbf6416dd1a63b1e7d7fb | c721b5e66a5d3a0a546a88d64c9f37e58842898c | /src/qt/transcoinstrings.cpp | ce0bff060597570b226759fa5ede9add7827a00c | [
"MIT"
] | permissive | transcoincc/transcoin | 35203ef36f6b7334ebc68862171afaa161787665 | a3df0d9946753c838394e1e6357f7a4590c9a858 | refs/heads/master | 2020-05-30T23:18:52.301698 | 2019-06-03T14:02:41 | 2019-06-03T14:02:41 | 190,014,270 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,647 | cpp |
#include <QtGlobal>
// Automatically generated by extract_strings.py
#ifdef __GNUC__
#define UNUSED __attribute__((unused))
#else
#define UNUSED
#endif
static const char UNUSED *transcoin_strings[] = {
QT_TRANSLATE_NOOP("transcoin-core", " mints deleted\n"),
QT_TRANSLATE_NOOP("transcoin-core", " mints updated, "),
Q... | [
"admin@transcoin.cc"
] | admin@transcoin.cc |
288d64c5cf5cbf7a934932c409b40be5c8c853ff | b120d2bcfda25c930657a31ebb8690416391dd80 | /cpp/tmp/Enemy.class.hpp | 64078b048f9fc6c45630e1975b660c3407327d5a | [] | no_license | Fingalar/MyOwnProjects | 881526ffc4fd3396ec46a2957c5862b49508b781 | dd87d58d7cf6e200eaa63ee618909adddd1e1026 | refs/heads/master | 2020-05-30T20:16:48.901279 | 2018-07-29T20:13:12 | 2018-07-29T20:13:12 | 19,348,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,417 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Enemy.class.hpp :+: :+: :+: ... | [
"tmertz@e3r10p18.42.fr"
] | tmertz@e3r10p18.42.fr |
42e4af95080075c0f57bb5f1e4c77b587f3ab522 | ccbc8c175866c2687698e232557d91239cecc0f3 | /03-默认参数/03-默认参数/main.cpp | 072abd8beb15162307922f6519aea6664492054d | [] | no_license | tank-developer/CPP_learn | 6c18c279edeeb741dc1d280fbf2286c436ca7f1d | 76fb1593a7c2b6c0959bba01de84e2f1df0d9380 | refs/heads/master | 2023-09-04T05:52:38.158760 | 2021-09-27T15:02:26 | 2021-09-27T15:02:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | cpp | #include <iostream>
using namespace std;
//int age = 20;
//
//int sum(int v1, int v2 = 20) {
// return v1 + v2;
//}
//void test(int a) {
// cout << "test(int) - " << a << endl;
//}
//
//void func(int v1, void(*p)(int) = test) {
// p(v1);
//}
int sum(int v1 = 3, int v2 = 4) {
return v1 + v2;
}
... | [
"1051136697@qq.com"
] | 1051136697@qq.com |
6a31495d1f262c2d4b8650c7cdaef13a2f4113cf | bb45457a262f50af34d76d7e9558a8ced9f5d423 | /0.0019/lagrangian/sprayCloud/Cp | 8794f1ef5631514df7e74b608de7a7f571a16970 | [] | no_license | KrystianPi/SKPS_improved | 581ce6a46fbc6830c0922e6b74dfe6a851fbd3c8 | 06d445eb1302bfcc1b09a94d7cdd7eace7e3bde8 | refs/heads/main | 2023-06-04T00:55:48.629789 | 2021-06-12T09:37:37 | 2021-06-12T09:37:37 | null | 0 | 0 | null | null | null | null | ISO-8859-6 | C++ | false | false | 1,685 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2012 |
... | [
"krystek.pietrzak@gmail.com"
] | krystek.pietrzak@gmail.com | |
6f3686ab7e8e46b65ccc4a87de35462e7806646a | c108dcae9b586530e0afcb6b0cd86d690babe94a | /Serial/SerialEventSample.cpp | 444548feff4b93dd737c2cdd025a5d27860b68af | [] | no_license | killtodo/arduino_sample_codes | 0f136fc13b75a1585bd334297b23da34548f6519 | fda10b4e970eb0a10a6f8be4a55f054d4211a599 | refs/heads/master | 2021-01-22T03:40:34.149393 | 2017-03-08T14:46:58 | 2017-03-08T14:46:58 | 81,450,866 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 439 | cpp | /*
* SerialEventSample.cpp
*
* Created by bribin on Mar 1, 2017.
*/
//Called when data is available.
//Use Serial.read() to capture this data.
//NB : Currently, serialEvent() is not compatible with the Esplora, Leonardo, or Micro
//
//void serialEvent(){
////statements
//}
//
//Arduino Mega only:
//
//void serial... | [
"bribin@163.com"
] | bribin@163.com |
46d210685c9cab0fc680f61889e35476c8396de9 | 0196a13e88e223713e43cd660fc31638e1a89fb6 | /src/split.cpp | d6250e86056402b455b38895a624290654057eb3 | [] | no_license | Kat-Jump/bigreadr | 49fb59c8cd5bbf941928cd09ed362bd1eb0bacb0 | 9d4a4cbde6ebb6b8fa5d8321143b89fca9a657dd | refs/heads/master | 2020-07-12T14:13:37.594285 | 2019-07-11T05:33:48 | 2019-07-11T05:33:48 | 204,838,325 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,962 | cpp | /******************************************************************************/
#include <Rcpp.h>
using namespace Rcpp;
#define BUFLEN (64 * 1024)
/******************************************************************************/
// [[Rcpp::export]]
List split_every_nlines(std::string name_in,
... | [
"privef@timc-bcm-30.imag.fr"
] | privef@timc-bcm-30.imag.fr |
7d474014bcd9bae326a625620bb5179fff221ff2 | 04a83a86bc4cda44722907bac26a7c8a57703197 | /src/qt/transactiondesc.cpp | 5135ef0b3fffaa7c36e835c9d11eae76797c93a9 | [
"MIT",
"BSD-3-Clause"
] | permissive | ywzqhl/sapcoin | 04f946f7907c9395c55efaf7e868ab373ec4da93 | 0cd944fd97a4fd94ac428548369630f15dfd579c | refs/heads/master | 2021-01-12T05:45:15.315724 | 2016-05-27T08:57:28 | 2016-05-27T08:57:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,455 | cpp | #include "transactiondesc.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "main.h"
#include "wallet.h"
#include "db.h"
#include "ui_interface.h"
#include "base58.h"
#include <string>
QString TransactionDesc::FormatTxStatus(const CWalletTx& wtx)
{
if (!wtx.IsFinal())
{
if (wtx.nLockTime < L... | [
"viraj.santapaz@gmail.com"
] | viraj.santapaz@gmail.com |
7b9509fcde5c562d352e6eb2d115395b663e6531 | c7f14ba53098a55e94780678c0ba815cf7954930 | /homework 2/mazestack.cpp | 34d73f569f9ef1355de585ebb2884e9f88d09a20 | [] | no_license | TheodoreNguyen/CS32 | 0a07f29bba944a76e3f8b6b1e1d530ccdd900dc0 | 9b95a20f8572e439f8d4d97c1d06acdc1c8ffb63 | refs/heads/master | 2021-01-12T12:35:47.460095 | 2015-11-06T04:55:03 | 2015-11-06T04:55:03 | 31,944,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,233 | cpp | //Theodore Nguyen 704-156-701 W2015 CS32 homework 2
#include <iostream>
#include <string>
#include <stack>
using namespace std;
class Coord
{
public:
Coord(int rr, int cc) : m_r(rr), m_c(cc) {}
int r() const { return m_r; }
int c() const { return m_c; }
private:
int m_r;
int m_c;
};
bool pathExists(string maz... | [
"theodore.h.nguyen@outlook.com"
] | theodore.h.nguyen@outlook.com |
13620069bb8efcc73910a2819a017104655e72ab | ed22390bb473ebe316f66a0f74ff29e6a3a0abe5 | /CG/settings.h | 0be88075c5c18428eb19743f98c9e19446180ee0 | [] | no_license | defisis/someOpenGL1 | ad9d30e68db83de1655845b10de9df6e3f6a1d50 | e921ee1759fcda41db156f4acc725df8086f4aa1 | refs/heads/master | 2022-11-20T02:09:28.802177 | 2020-07-10T08:55:19 | 2020-07-10T08:55:19 | 278,572,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 361 | h | #pragma once
#include <stdlib.h>
#include "glut.h"
namespace settings {
GLint width = 1200;
GLint height = 600;
GLubyte ColorR = 0, ColorG = 0, ColorB = 0;
int selectedObject = 0;
bool isRandomColor = true;
bool isDisplayGrid = false;
bool isTextureEnable = false;
bool isLogicEnable = false;
int logicOp = 0;
... | [
"koptev.artyom@gmail.com"
] | koptev.artyom@gmail.com |
66b4f89ee1469869e2e395fa940ae987fe2b58cf | d77471349c1fa1989875a3d914c8f6395fc0c77b | /Source/Room3D/3D/TexturePool.h | b8d61c27a478b4ea453d81b65332c5aebe857dee | [] | no_license | wagdev1919/PickMe3D | 0f6065ab0dd87dd3f31603abca05dd3276b16aa7 | 199e0b53334aa607249fc542525971be983614fd | refs/heads/master | 2022-02-21T13:16:38.958754 | 2019-09-24T11:40:32 | 2019-09-24T11:40:32 | 210,482,030 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | h | #ifndef _TexturePool_H
#define _TexturePool_H
#include <windows.h>
#include <algorithm>
#include <vector>
#include <string.h>
#include <gl/gl.h>
#include <gl/glu.h>
struct TextureInfo
{
char * name;
unsigned int id;
unsigned int width;
unsigned int height;
int bpp;
unsigned char* pData;
}... | [
"wagdev1919@gmail.com"
] | wagdev1919@gmail.com |
33e7baeae22269fec9a2d95a827929c1f8af3569 | 447b44e7a6304e09e870f7ad9b6c574d905fd706 | /engine/view/main_view.cpp | ebd7a5b05cfe44482ea512e3c7438557a82fd1a6 | [] | no_license | VDraks/Spacewar_cpp | fe3d838280d37d35beb8713ebf32965db2a077e5 | 254c898c68d165a83a275b4b7f48b9b2e4f12fd1 | refs/heads/master | 2023-02-04T11:58:11.360237 | 2020-12-23T14:30:21 | 2020-12-23T14:30:21 | 322,544,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,303 | cpp | #include "main_view.h"
#include <SDL.h>
#include <SDL_ttf.h>
#include <iostream>
#include "model/components/transform.h"
#include "model/components/shape.h"
#include "model/world.h"
#include "view/visualiser_context.h"
namespace view {
using namespace model::component;
void drawShape(const Shape& shape, SDL_Render... | [
"kytinvasya@gmail.com"
] | kytinvasya@gmail.com |
7712d74351d8a2f4ce9504517fb3b8a9935d9159 | bd51b8626ee07a692964a511228a6cfce694cfbd | /mockmon/include/mockmon_conditions/paralysis_condition_pulse.h | 4dce29c571c34f4aa826ecefb99764a713c0f9b8 | [] | no_license | BenjaminShinar/FlexingMyCode | 937de5e0f71d9c3e79f88e27b4cb35fa71f990a2 | d873bd2b0e92ed76c234c2ce7766a6ab400a330e | refs/heads/main | 2023-06-11T06:09:34.240872 | 2021-07-06T14:24:29 | 2021-07-06T14:24:29 | 324,566,900 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | h | #pragma once
#include "base_condition_mockmon_effecting.h"
#include "../random_gen.h"
#include <numeric>
namespace mockmon::condition
{
class ParalysisCondition : public MockmonEffectingCondition
{
public:
explicit ParalysisCondition(Mockmon & paralyzedMockmon):
MockmonEffectingConditio... | [
"benjaminShinar@gmail.com"
] | benjaminShinar@gmail.com |
20d89137af119c960e559db627747216f0403e7e | 6736c015a5b43c895ffd20029b86b687dc1ce1d0 | /src/qt/utilitydialog.cpp | b871142cdbef722121bb0ddcc06b84ba7212ffea | [
"MIT"
] | permissive | MixAir/MIACore | 611c31b37f726d4234f70be2eaebae4652ee4542 | 99311b712d1c99e1b9559702015a915dc9738d4f | refs/heads/master | 2020-03-27T16:13:23.376832 | 2018-09-08T13:02:40 | 2018-09-08T13:02:40 | 146,767,183 | 1 | 1 | MIT | 2018-09-06T13:29:47 | 2018-08-30T15:06:43 | C++ | UTF-8 | C++ | false | false | 10,331 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The MIA Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "utilitydialog.h"
#include "ui_helpmessagedialog.h"
#include "b... | [
"mixairdev@protonmail.com"
] | mixairdev@protonmail.com |
ccc53b0661c6ab5e7e9bb5bdba1115b3c43418ee | 97e53e8028ffb9d3f736a0999cc470f9942ddcd0 | /10 打印与报表技术/01 基 础 打 印/003 打印对话框及其控件中的数据-例1/PrintForm/adodc.cpp | 1517a18ca3f251f9ce6ead9785308e1e933ede1f | [] | 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 | UTF-8 | C++ | false | false | 7,968 | cpp | // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "adodc.h"
// Dispatch interfaces referenced by this inter... | [
"xiaohuh421@qq.com"
] | xiaohuh421@qq.com |
b777a008b0a6c580a7c77a99ac3603e751141c1e | 684cd7096ff7428173ff524d4020bfe86f79eaf0 | /inc/algo/AStarSorter.ipp | bdd76c2af2e5ea8ca6e7173343d82be60ed76d13 | [
"Apache-2.0"
] | permissive | Aracthor/pathfindingplusplus | 04978128c59bdae4c88d11da64c54deab8d4ef74 | 628516348906c808a866579a41bd2184fa140b8c | refs/heads/master | 2016-09-01T11:35:02.041967 | 2016-03-29T01:28:06 | 2016-03-29T01:28:06 | 53,559,721 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 112 | ipp | namespace algo
{
void
AStarSorter::setObjective(const Position* objective)
{
m_objective = objective;
}
}
| [
"pourvivien@hotmail.fr"
] | pourvivien@hotmail.fr |
8d5fa25a27a3fa35b2ea0e9cbf96f9f91ef58724 | dbe63a279c38a526333078c1115a72cfb2361ad5 | /BOJ/동적 계획법(DP)/12865_평범한 배낭.cpp | 818d9bd455484f02ff2c1051607adf5d109abef8 | [] | no_license | vividswan/Algorithm | a44be0e7f3825f4328253938625920cfc0292b36 | 5a71e7c2a217ef5d47f5dfa711559f9a83c6cf69 | refs/heads/master | 2023-09-01T07:56:25.193571 | 2023-07-30T11:18:15 | 2023-07-30T11:18:15 | 207,740,964 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
using namespace std;
vector<pair<int,int>> adj;
int dp[101][100001];
int n, k;
int main(){
cin >> n >> k;
adj.resize(n+1);
for(int i=1;i<=n;i++){
int w,v;
cin >> w >> v;
adj[i]={w,v};
}
for(int i=1;i<=n;i++){
... | [
"vividswan@naver.com"
] | vividswan@naver.com |
80e3ab2a1fa6e626b54e0b88b6a220b06f798080 | 1ed1ed934e4175bb20024311a007d60ae784b046 | /LIETKE3/LIETKE3.cpp | 24f6e87bc51f829000836f795031a934933433c6 | [] | no_license | kkkcoder/Code_in_thptchuyen.ntucoder.net | f568cddc01b641c9a6a3c033a4b48ca59bb6435e | c4c0e19ea56a6560014cbb6e4d7489fb16e8aad7 | refs/heads/master | 2023-07-16T16:15:39.421817 | 2021-08-29T15:56:35 | 2021-08-29T15:56:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,691 | cpp | // LIETKE3 – LIỆT KÊ 3
// Một xâu X = x1x2 ... xm được gọi là xâu con của xâu Y = y1y2 ... yn nếu ta có thể nhận được xâu X từ
// xâu Y bằng cách xoá đi một số kí tự, tức là tồn tại một dãy các chỉ số
// 1 ≤ i1 < i2 < ⋯ < im ≤ n để x1 = yi1
// , x2 = yi2
// , ... , xm = yim
// Ví dụ: X = ′adz′ là xâu con của xâu Y = ′b... | [
"lam3082004@gmail.com"
] | lam3082004@gmail.com |
a33417fbf18865ebed3d4ef5167160160b7d3215 | b0d155985e5a84f3499171997ef51722602c150a | /CodeForces/1084C.cpp | 24b8da8b5ca4b8e52c7322559c45e70a4d5cfe38 | [] | no_license | mickey-lab/Competitive-Programming | 26ec16e3b1a05b52a0a79d45435bb2da11baed02 | 4dfd59ba0ec08108be555d72936fc56e4d07b522 | refs/heads/master | 2022-04-12T20:08:27.129243 | 2020-04-12T23:18:21 | 2020-04-12T23:18:21 | 280,275,044 | 1 | 0 | null | 2020-07-16T22:52:23 | 2020-07-16T22:52:22 | null | UTF-8 | C++ | false | false | 1,359 | cpp | #pragma GCC optimize ("O3")
#pragma GCC target ("sse4")
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
#define mp make_pair
#define pub push_back
#define puf push_front
#define pob pop_back
#define pof pop_front
#define ins insert
#define f first
#define s second
#define ... | [
"williamhyzhang@gmail.com"
] | williamhyzhang@gmail.com |
0585fb7c4992edf5c2f900a1885740a13a696614 | 19fc869f00e8ab70d596166494f825d4ad8801dd | /SilentG.h | abd370d0ef94694d383368c39a40edae4e6b5104 | [] | no_license | zincpete/SilentG | 752527f3aaed0412a64ff6f7d5b631225a886db7 | 61f61a58f1a5b927d6a10d7ce5d3834a355e37b0 | refs/heads/master | 2021-06-29T23:09:58.280683 | 2017-09-17T20:44:11 | 2017-09-17T20:44:11 | 103,816,457 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,169 | h | #ifndef _SILENT_G_H__INCLUDED_
#define _SILENT_G_H__INCLUDED_
#include <stdint.h>
#include <bitset>
#include <atomic>
#include <array>
// Developed and Tested for Silent Gliss AutoGlide 5100 B electric curtains.
//
// 433 MHz remote control protocol
//
// Sync bit followed by 64 data bits
// Sync bit : 5200uS on, 600... | [
"32031906+zincpete@users.noreply.github.com"
] | 32031906+zincpete@users.noreply.github.com |
52eb934142b0d9d2f06aac04ec30b5fb08d93e52 | 93bb53787cb3e9fb32371bb0fdc4e9227edce60e | /c++/perle/main.cpp | 969fdd9a24bf34041c600c93f193b9dbb69640ae | [] | no_license | lupvasile/contest-problems | b969f6e591d1b3feaebf5675b999642b1f2ade32 | a484632c23d8b62b98d550446f697675b50e9dc6 | refs/heads/master | 2021-07-03T22:19:41.142998 | 2017-09-27T21:00:02 | 2017-09-27T21:00:02 | 105,061,972 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 893 | cpp | #include <iostream>
#include <fstream>
using namespace std;
#define cout g
#define foor(i,a,b) for(i=a;i<=b;i++)
ifstream f("perle.in");
ofstream g("perle.out");
int n,l,v[10000];
void citeste_sir()
{
int i;
foor(i,0,l-1) f>>v[i];
}
int perlaB(int x);
int perlaC(int x);
int main()
{
f>>n;
for(; n; n... | [
"vasile_lup2006@yahoo.com"
] | vasile_lup2006@yahoo.com |
96956783a6a62df72829aff1118fa601c6f7d80c | 20bd5707d96d02e8076080d2aa4a2645d8bf7078 | /src/qt/notificator.h | 1f780148da421fc076ebcf0ae8d6b6fd40209639 | [
"MIT"
] | permissive | asaun/asacoin | 0a8001fcf4bca6ac4cb127e143dc1907bd8eb7dd | d9efcbf6c46c95f832c48f88155a0b665b779bf1 | refs/heads/master | 2020-03-24T21:20:42.717461 | 2018-07-31T14:42:38 | 2018-07-31T14:42:38 | 143,026,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,875 | h | // Copyright (c) 2011-2013 The Asacoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef ASACOIN_QT_NOTIFICATOR_H
#define ASACOIN_QT_NOTIFICATOR_H
#if defined(HAVE_CONFIG_H)
#include "config/asacoin-config.... | [
"719591157@qq.com"
] | 719591157@qq.com |
bbbe2dea2a80f63edf86f79397534f83c97e0e8b | a5306ddde493da2d616e5dab5b95267d9428cf0b | /Private Lessons Planner - Console Version/PLP Old Console Version/Klasa_Plan.cpp | 031bc4d628bf59c164cb2f63a50e0319f870bc54 | [
"MIT"
] | permissive | kubiesh/PUT-Projects | d911b86bbf0bdd990f3e588371c3a39f1219fa20 | 090b930d1ab591c67a0b722ca284025ad83ae48d | refs/heads/master | 2020-03-06T15:54:12.396494 | 2018-03-27T22:29:37 | 2018-03-27T22:29:37 | 126,963,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | #include "stdafx.h"
Plan::Plan() {
this->przychod = 0;
this->iloscZajec = 0;
for (int i = 0; i < 7; i++) {
czySaZajeciaDzien[i] = false;
}
for (int i = 0; i < 7; i++) {
for (int j = 0; j < 720; j++) {
this->rozkladZajec[i][j] = Parametry::Dostepnosc[i][j];
}
}
}
Plan::Plan(int rozkladZajec[7][720]) {... | [
"jakub.z.dabrowski@student.put.poznan.pl"
] | jakub.z.dabrowski@student.put.poznan.pl |
646b2c3dc6d807fe36981caac9e7351d6b4c1dcc | a42333839fe2aa38c28d0fd39cc4e72743e18967 | /FBXLoader/fbxsdk/core/fbxloadingstrategy.h | 07cd46411869dbef45817cdd5d2b9db63d5adba5 | [] | no_license | ebithril/ModelViewer | d3f4bfe5eea998e96d6f2ce123f8934e92ae80d1 | 1f4414bd7d86e11b3a846a5107e513030d7053d7 | refs/heads/master | 2021-01-10T12:29:55.010567 | 2016-02-19T18:42:23 | 2016-02-19T18:42:23 | 52,108,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,870 | h | /****************************************************************************************
Copyright (C) 2014 Autodesk, Inc.
All rights reserved.
Use of this software is subject to the terms of the Autodesk license agreement
provided at the time of installation or download, or which otherwise accompanies... | [
"stpago1@hermods.local"
] | stpago1@hermods.local |
e7a0377c6b3c522997241f6d10e1de0e2240b692 | 8a19eff3c6a856e4f56ea46b3e2858d7a80bddd1 | /cpp/algos/LST.cpp | 7782a31420a743340e39d088b4dd3d1f36c4e4bd | [] | no_license | soutiwari/Scheduling-Simulator | 29e956897a981ef0e662d7e7bd714e4229d5fbeb | 27e2f386a7442238449df7a40d9e2d361d9306bd | refs/heads/master | 2020-12-03T00:03:04.329256 | 2017-07-01T18:26:26 | 2017-07-01T18:26:26 | 95,979,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,765 | cpp | #include<bits/stdc++.h>
#define INF_MAX 99999
using namespace std;
struct process{
int pno,arrival,deadline,execution;
bool flag;
int temparrival,tempdeadline,tempexecution,slack;
};
struct startend{
int start[2000];
int end[2000];
int k;
int pno;
char clock[2000];
};
int hyperperiod=1;
... | [
"soumyatiwari95@gmail.com"
] | soumyatiwari95@gmail.com |
b68aa7035b940f45d62768cb9cfc1675b2fa912c | df959637cb06fa8cdb4ab332d331ec45f226f7e3 | /OpenGlBasics/src/Renderer.h | 9c95041266422cdc1add4699e20ad5321af61578 | [] | no_license | Lyon77/OpenGLBasicFramework | 2e17219bef5d187091892fb6fbd5c51c5ffefbad | 35d569c2c459be34783b7c7057a251225a58e4e4 | refs/heads/master | 2020-08-25T00:51:46.514515 | 2020-04-11T21:14:43 | 2020-04-11T21:14:43 | 216,937,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 568 | h | #pragma once
#include <GL/glew.h>
#include "VertexArray.h"
#include "IndexBuffer.h"
#include "Shader.h"
#define ASSERT(x) if (!(x)) __debugbreak();
#define GLCall(x) GLClearError();\
x;\
ASSERT(GLLogCall(#x, __FILE__, __LINE__))
void GLClearError();
bool GLLogCall(const char* function, const char* file, int lin... | [
"rjl7799@gmail.com"
] | rjl7799@gmail.com |
8e6be21d4d033618fc53c1de683837b0cdd75aad | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /emr/src/v20190103/model/ScaleOutClusterRequest.cpp | d56965d00455b08961effe403510828622c5ff26 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 16,256 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
9507a3bb8fc85b52f32f87c59567d3dd3befde42 | a1eaea61c86c9539378db94519855e7acea4a0f1 | /tdai/boardUtilOperation.h | a411ccd8faac62fd4546a64b15c4aab97c415c2a | [] | no_license | EricCheng2222/tdai | 2d9da8913b4422429efc49f8c8aee2c18320151c | 31dddcf4fa674ab5b1bd22f633005f12de4f6014 | refs/heads/master | 2020-04-01T09:21:17.419445 | 2018-10-25T15:53:19 | 2018-10-25T15:53:19 | 153,071,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,095 | h | //
// boardUtilOperation.h
// Threes
//
// Created by Eric Cheng on 10/1/18.
// Copyright © 2018 Eric Cheng. All rights reserved.
//
#ifndef boardUtilOperation_h
#define boardUtilOperation_h
void transpose(vector<vector<int> > &tile) {
for (int r = 0; r < 4; r++) {
for (int c = r + 1; c < 4; c++) {
... | [
"ericjang@kimo.com"
] | ericjang@kimo.com |
b68b059776644361360c951e09fa9439bf5508ab | b61f6e2610805ec81bcfc9a92710840f6c96b8d4 | /src/thread_pool/thread_pool.h | d549188a99b58dbd05ea2a54799d6cb43a12b49e | [
"MIT"
] | permissive | elenial/parallel-packed-csr | a8c216b5371d14d2def1d06edf2ab75b76c08c7a | 197516e5b56ddf2d2282403e42724b08ebd8ebd5 | refs/heads/master | 2022-11-11T06:23:51.304723 | 2020-06-25T16:19:20 | 2020-06-25T16:19:20 | 274,905,191 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,287 | h | //
// Created by Eleni Alevra on 02/06/2020.
//
#include <queue>
#include <vector>
#include "../pcsr/PCSR.cpp"
using namespace std;
#ifndef PCSR2_THREAD_POOL_H
#define PCSR2_THREAD_POOL_H
/** Struct for tasks to the threads */
struct task {
bool add; // True if this is an add task. If this is false it means it's a ... | [
"ea1516@ic.ac.uk"
] | ea1516@ic.ac.uk |
e5a73718d9dbe170694734c792ed46a4eb59c03b | c3e0b4d2516247d42922df1c7dc81e90fef3020c | /Projects/TestMqtt/src/main.cpp | 664bb09d265f66abb6ed97e9d60588701b60c029 | [] | no_license | MauroMP1/Projects_Iots | 59d621ecab0a566b3707785d082fb1ea405b14a9 | 625c782c1bcb50f9968a46048803abe81c71a2cb | refs/heads/main | 2023-07-16T18:05:21.275842 | 2021-09-04T15:05:46 | 2021-09-04T15:05:46 | 380,040,102 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,444 | cpp |
//ItKindaWorks - Creative Commons 2016
//github.com/ItKindaWorks
//
//Requires PubSubClient found here: https://github.com/knolleary/pubsubclient
//
//ESP8266 Simple MQTT light controller
//#include <Arduino.h>
#include <DHT.h>
//#include <DHT_U.h>
//#include <Adafruit_Sensor.h>
#include <PubSubClient.h>
#include <ES... | [
"mmartinezpastre@gmail.com"
] | mmartinezpastre@gmail.com |
2f9df00fd6009237669162ad64980e1b30c3974c | a5b566fe7906ec05fa0e638eab99d623eac8564e | /sources/FastBranchOmega.cpp | 76027b789c626956dce97e6b09e5138dce0ba3a3 | [] | no_license | bayesiancook/bayescode | 6d44f97ee617164538ac977cb5219ae670135674 | 855ac3b331267b9626d2ac25952d36a6a9374bdd | refs/heads/master | 2023-08-29T03:37:01.202960 | 2022-10-05T16:06:57 | 2022-10-05T16:06:57 | 92,596,965 | 4 | 4 | null | 2022-04-14T08:36:06 | 2017-05-27T12:20:15 | C++ | UTF-8 | C++ | false | false | 5,577 | cpp | #include <cmath>
#include <fstream>
#include "Chain.hpp"
#include "FastBranchOmegaModel.hpp"
using namespace std;
/**
* \brief Chain object for running an MCMC under FastBranchOmegaModel
*/
class FastBranchOmegaChain : public Chain {
private:
// Chain parameters
string modeltype;
string taxonfile, tre... | [
"nicolas.lartillot@gmail.com"
] | nicolas.lartillot@gmail.com |
c13079ad584cf4f87be68d24f8dfa9830ce7f0f0 | 330647f32b52af816722c2fac54e5a3642a26ba5 | /bomb.h | c784d064068fd359307bb62494c1bf57c0703a28 | [] | no_license | NeeXxx/bomb | aed54e057f5b332285a954ea0ac14ddfe0fdd789 | b2d07ecccd01676820273af551a18678dcd6b9e2 | refs/heads/master | 2020-12-03T03:39:10.080318 | 2017-07-06T07:49:24 | 2017-07-06T07:49:24 | 95,755,835 | 0 | 0 | null | 2017-06-30T13:54:52 | 2017-06-29T08:28:07 | C++ | UTF-8 | C++ | false | false | 383 | h | #ifndef BOMB_H
#define BOMB_H
class bomb
{
public:
bomb(int tx,int ty,int tp,int tst):x(tx),y(ty),power(tp),setTime(tst) {}
int getPower() const { return power; }
void explode();
bool canExplode(int);
int getX() { return x; }
int getY() { return y; }
private:
int x,y;
int power;
i... | [
"neexgzyx@163.com"
] | neexgzyx@163.com |
7d1b6a326fa37bcd816c9373526a09926001d81f | 5b03755aba33e19b90fb7b61ae2fb68d159510f0 | /MISC ARDUINO/remote_lvc/remote_lvc.ino | 0698b39dd9de1d54ce7784dd863ee083e1dca683 | [] | no_license | x64616e/Mobile-Robotics | d296d16d80d46f8a085c862097d8bd1927ef7479 | b7356919f8e483dc06325a7300fb74a4782b5b77 | refs/heads/master | 2022-04-21T13:24:04.019300 | 2020-04-16T22:52:25 | 2020-04-16T22:52:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,608 | ino | /*
remote_lvc.ino
2013 Copyright (c) Seeed Technology Inc. All right reserved.
Author:Loovee
2013-3-18
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of... | [
"daniel.rios663@myci.csuci.edu"
] | daniel.rios663@myci.csuci.edu |
15f66354416b503789a19ac9ab30b72415a1f8ee | e426e7e2f7054adf72c453c77c757d9886ec720f | /GifConvertorLib/src/maker/GIfMaker/GifMaker.cpp | 5b20f6fba554f9fc7304ada7fc25c857487af118 | [] | no_license | TMAI42/gifMaker | 2e4ead7f9336a441b612ead726d82434cf7ecebe | 89c8d3047df427e6704eb5d2804f1e811bcc8db2 | refs/heads/master | 2022-12-15T08:16:45.672198 | 2020-09-02T11:10:21 | 2020-09-02T11:10:21 | 289,280,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,337 | cpp | #include "GifMaker.h"
extern "C" {
#include <libavutil/mathematics.h>
#include <libavutil/imgutils.h>
#include <libswscale/swscale.h>
#include <libavutil/pixdesc.h>
}
#include <limits>
GifMaker::GifMaker(std::string filename, int width, int height, AVPixelFormat inputPixelFormat, int scale, int bitrate, int framera... | [
"andrragon@gmail.com"
] | andrragon@gmail.com |
6e49a47788f024f57917d945c3998d07eefe8a2c | d939ea588d1b215261b92013e050993b21651f9a | /tiw/src/v20190919/model/SetWhiteboardPushCallbackResponse.cpp | a973fc9e752402b80ccd49f20db31d7eeefc561d | [
"Apache-2.0"
] | permissive | chenxx98/tencentcloud-sdk-cpp | 374e6d1349f8992893ded7aa08f911dd281f1bda | a9e75d321d96504bc3437300d26e371f5f4580a0 | refs/heads/master | 2023-03-27T05:35:50.158432 | 2021-03-26T05:18:10 | 2021-03-26T05:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,483 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
5742815f92bdaff6cc66f0311cab3507eb3d4a37 | bf88997b2286473627efe4d0ae3f963a1ae0ddac | /libraries/CZ80Cpu/CMegaZoneSoundGame.h | 38d225dfbcffe52549d39f2c80b496f2be3580be | [
"BSD-2-Clause",
"Zlib"
] | permissive | prswan/arduino-mega-ict | 6cc973094cb71949a261b8641ed549b7b29e80a7 | 36b1afa81ee1c45a753e35bcdfc18c6540ac0d32 | refs/heads/master | 2023-07-19T18:13:35.338078 | 2023-07-10T14:04:38 | 2023-07-10T14:04:38 | 37,755,686 | 20 | 20 | BSD-2-Clause | 2021-08-30T18:54:06 | 2015-06-20T02:59:12 | C++ | UTF-8 | C++ | false | false | 1,951 | h | //
// Copyright (c) 2019, Paul R. Swan
// 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 of condit... | [
"prswan@gmail.com"
] | prswan@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.