blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f65306227667cfa2aae6ccf934d57b7c88b1d289 | 15bd9209ca102e939320bd344491efbe16bd8458 | /ESGenNPRestos/es_gennp_restos.cpp | a3cc164f5562e2f3e83d1bc82ef970e365283e00 | [] | no_license | emilroy02/ESGenNP | cc6f0855bc47322c0aa75e770002283b68bb1f7a | 708b4dfc67210418ab41516916c68ee607fa0f74 | refs/heads/master | 2023-01-21T21:31:01.021584 | 2019-11-22T09:21:16 | 2019-11-22T09:21:16 | 219,699,639 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,519 | cpp | #include "es_gennp_common.h"
#define ESGC_EXPORTS
#include "es_gennp.h"
#include "es_gennp_core_init.h"
#include "es_gennp_config_init.h"
#include "es_gennp_service.h"
#include "es_gennp_branding_restos.h"
#include "es_gennp_library_restos.h"
static ESGenNPService *pService = NULL;
static std::shared_ptr<ESGenNPBra... | [
"50533057+emilroy02@users.noreply.github.com"
] | 50533057+emilroy02@users.noreply.github.com |
59d68e07d1197e5c92d194abdec105b8feaa053d | 6a5ebe5ee99f84755219fa6cdd6102646ab5bed1 | /contest/A. Find Divisible.cpp | 41f94f76e4ee354cc924cc0d6fca452654a682ff | [] | no_license | israt-urme/Codeforces | 89be84f03b1e5ade0fd55119b42d43d99f8567e2 | 77ccae1604c7837e97d2592f07514ab6536cca63 | refs/heads/master | 2023-06-07T00:11:17.741535 | 2021-06-28T11:59:41 | 2021-06-28T11:59:41 | 381,008,669 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 198 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
long long int l,r,x,y,i;
while(n--)
{
cin>>l>>r;
cout<<l<<" "<<l*2<<endl;
}
return 0;
}
| [
"urmejahan58@gmail.com"
] | urmejahan58@gmail.com |
aa310cc58ec0eba67ee8662b25aa9350ff6ef331 | b82e39723d9addefbee5231c6ba229049164a655 | /example-advanced/src/ofApp.cpp | a862870bbfb3d3a97f39bbea6ea9ff7d7bf280d3 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | shenhuashan/ofxSMTP | 031cfc9d1db96b5895447672c70e83891beda7b1 | 2ea7a7af8a70b57e6e6b42932b699f3fa043a98f | refs/heads/master | 2022-02-22T21:18:52.728193 | 2018-06-08T05:15:43 | 2018-06-08T05:15:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,020 | cpp | //
// Copyright (c) 2013 Christopher Baker <https://christopherbaker.net>
//
// SPDX-License-Identifier: MIT
//
#include "ofApp.h"
void ofApp::setup()
{
ofSetLogLevel(OF_LOG_VERBOSE);
// Register for SSL Context events.
ofSSLManager::registerClientEvents(this);
// Set the name of the recipient... | [
"me@christopherbaker.net"
] | me@christopherbaker.net |
650c27721a016095b964b2c24c75261215ae9007 | 46a1bfb511c488f85cc5d030ac5824b3c4995f66 | /Source/PyramidGame/Litetspel_Horus_Pyramid/Litetspel_Horus_Pyramid/Chain.h | 986695cc13f4846a6d24e912b15e975dca5a22c2 | [] | no_license | 0Oskar/G4_HillClimber | 43086ae0d26ca508acf13cd941dcf6ba6db13dee | 34dbcfd1be6b470308c0f1f19f0634aed3625193 | refs/heads/development | 2023-08-17T12:15:51.808041 | 2023-08-05T15:03:46 | 2023-08-05T15:03:46 | 251,297,246 | 2 | 0 | null | 2020-06-03T00:22:20 | 2020-03-30T12:26:17 | C++ | UTF-8 | C++ | false | false | 935 | h | #pragma once
#include "GameObject.h"
#define NR_OF_CHAIN_LINKS 128
class Chain
{
private:
bool m_visible;
bool m_shooting;
bool m_retracting;
Timer m_timer;
std::vector<GameObject*>* m_chainGObjects;
std::vector<bool> m_retractedLinks;
int m_nrOfUnretractedLinks;
GameObject* m_hookGObject;
GameObject* m_gau... | [
"medoosman@outlook.com"
] | medoosman@outlook.com |
2eb6aa9132fd0fd4b49550bb00964ef5d2c3b8f5 | a1d860da5b160fa48b8ab62ea204e1cae6655c61 | /SampleEnclave4CUDA/StorageEnclave/StorageEnclave.cpp | baec2b366d23db1c0f4019d3e902a4c40a328774 | [] | no_license | ECS-251-W2020/final-project-group-4 | 813584f4812dbf8b37742e84d57df480b371bebf | 1e5755b158585cfe810c4a9b9ce9768da831923c | refs/heads/master | 2021-01-06T05:51:49.278306 | 2020-03-16T02:33:45 | 2020-03-16T02:33:45 | 241,226,884 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,657 | cpp | #include "StorageEnclave_t.h"
#include "sgx_trts.h"
#include "../CUDADemo/constant.h"
unsigned char my_secret_arr[AES_NB] = {0};
unsigned char my_exp_key[AES_EXP_NB] = { 0 };
const unsigned char box_enclave[256] = {
// 0 1 2 3 4 5 6 7 8 9 a b c d e f
0x63... | [
"linmx0130@gmail.com"
] | linmx0130@gmail.com |
2d0ac43f098bdf62be7402dd14eabc5830ba92da | 40ae1b4dd9c8bb8afe70b32994219dea18fd40af | /lib/src/resource/make.h | 8397662fa41cccb1266f67280cbedf3a64b7786d | [
"Apache-2.0"
] | permissive | gejza/xcdev | 817fe25462e8d3ed1bc032123da464eedc3d1f2e | 769b4f84bfb3e0972cc2aa743a0f70d271add138 | refs/heads/master | 2021-01-10T20:51:28.090672 | 2011-02-20T21:31:26 | 2011-02-20T21:31:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,442 | h | /*
File name: cbmake.h
Date: 2010/12/05 21:07
Subversion: $Id: $
Author: Milan Dunghubel <milan@mfis.cz>
Copyright (C) 2010 Milan Dunghubel <milan@mfis.cz>
*/
#ifndef _XC_CBMAKE_H_
#define _XC_CBMAKE_H_
#pragma once
#include <memory>
#include "cbdef.h"
class DBMake_t;
enum TableId_t
{
... | [
"gejza@gejza.net"
] | gejza@gejza.net |
229b0831ae5f293cee1d21244c3afbbcafd2416c | 49cf7c9e66c9b93423f5c1323f79e383c60b25bf | /puzzle_heur.cpp | 2190ab593633b3a3fa1500ad8d2e016a44033d04 | [] | no_license | sahilagar/Puzzle-Solver | aecdbd9d1303ca8be3170eef6b1814596a0a5278 | 3b8f227cd165c17616cd42598c21e73c7c725995 | refs/heads/master | 2021-07-04T13:57:21.505282 | 2017-09-27T16:51:21 | 2017-09-27T16:51:21 | 105,044,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | cpp | #include "puzzle_heur.h"
#include <cmath>
using namespace std;
int PuzzleManhattanHeuristic::compute(const Board& b)
{
int count = 0;
for (int i = 1; i < b.size(); i++){
int numIndex = -1;
for (int j = 0; j < b.size(); j++){
if (b[j] == i){ //find actual num index
numIndex = j;
break;
}
}
int... | [
"sahilagarwal@Sahils-MacBook-Pro.local"
] | sahilagarwal@Sahils-MacBook-Pro.local |
2792174f5436fefff6147afec3171ef6c531d2a5 | 366d1b9a999aaa856a325ae80268af20b995babe | /src/shogun/statistical_testing/internals/InitPerKernel.cpp | 960707e6d5a98c3ea39d5e200207654544fa45bb | [
"BSD-3-Clause",
"DOC",
"GPL-3.0-only"
] | permissive | karlnapf/shogun | bc3fcbeef377b8157bd8a9639211c2667b535846 | eebce07a4309bb7e1d3a4f0981efd49e687533b6 | refs/heads/develop | 2020-04-05T22:46:38.369312 | 2019-07-09T08:59:14 | 2019-07-09T08:59:14 | 4,420,161 | 1 | 1 | BSD-3-Clause | 2018-09-04T10:50:41 | 2012-05-23T13:12:40 | C++ | UTF-8 | C++ | false | false | 2,179 | cpp | /*
* Copyright (c) The Shogun Machine Learning Toolbox
* Written (w) 2016 - 2017 Soumyajit De
* 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 ret... | [
"heavensdevil6909@gmail.com"
] | heavensdevil6909@gmail.com |
44d019c7bb8f218518aae7a873dba7a528747f63 | de9f878d6e062dd7d60f9ab746aab7f5063ce251 | /run/abl/fullScale/fullScaleTurbArRefined2/constant/polyMesh/boundary | 189b56c110d67d3fd4b50f54c920e8c5cc6d157b | [] | no_license | stevietran/foam5 | ba2c03a263fef2480045d51267159838d83b1a0c | 256f7fd317b18df59208ffcd63e96d36e81bf62f | refs/heads/master | 2021-10-27T19:43:03.709356 | 2019-04-19T06:54:30 | 2019-04-19T06:54:30 | 167,189,514 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,687 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.x |
... | [
"tranlevu001@e.ntu.edu.sg"
] | tranlevu001@e.ntu.edu.sg | |
d3b920d102d166ad45d2b213d81aa0d930494a56 | 9e19807e814828fdad56ead0496f3403ade3844e | /q1.cpp | 4abeed4cea7b2306481caf2a25af5c3b61c8db35 | [] | no_license | jasonzlou/projecteuler | ac50acb8c53371cf2151361ec14162e43400a725 | b8c9f1548dbe3bb87c85cb92524afe8801f0e153 | refs/heads/main | 2023-05-10T10:54:28.702614 | 2021-06-11T14:20:51 | 2021-06-11T14:20:51 | 308,991,921 | 0 | 0 | null | 2021-06-11T14:20:52 | 2020-10-31T23:46:57 | C++ | UTF-8 | C++ | false | false | 189 | cpp | #include <iostream>
using namespace std;
int main() {
int sum(0);
for (int i = 1; i < 1000; i++) {
if (i % 3 == 0 || i % 5 == 0) {
sum += i;
}
}
cout << sum;
return 0;
}
| [
"noreply@github.com"
] | jasonzlou.noreply@github.com |
704e9c468a5c73db069b877b3bbb42f064271dcc | 0fccd1748ee7be55039e7bbfb4820197b5a85f0b | /2D Game Engine/2D Game Engine/MarkOfHunger.cpp | e10c74bf6b0334d998dc3423c51b32733a3a439d | [] | no_license | AustinChayka/C-Game | 11d297ac5fd38a280da4701ec16c5e18f8680c58 | 56bd96fddc38cb4bfca6f69c37748b1417a51d8a | refs/heads/master | 2022-02-13T02:39:14.724679 | 2019-05-30T22:10:43 | 2019-05-30T22:10:43 | 167,856,869 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 617 | cpp | #include "MarkOfHunger.h"
#include "Particle.h"
MarkOfHunger::MarkOfHunger() : Item("assets/Items/MarkOfHunger.png", "Mark of Hunger", "feed your soul") {}
MarkOfHunger::~MarkOfHunger() {}
void MarkOfHunger::OnKill(LevelManager * game, Player * p, GameObject * go) {
if(rand() % 3 == 0) {
p->Heal(1);
Particle... | [
"austinchayka@gmail.com"
] | austinchayka@gmail.com |
32396f65214b91726694246524432d735eabd2ce | a162fdf1ccbb98ca9ddac790a087dc5c95e3fd43 | /include/entity/light.h | e3d1db894f8f7afb0d7ba3abe4940bdeda6b94d9 | [
"MIT"
] | permissive | tobiasbu/raytracer | 3f9c7a8eb516d3486d34b1a3ff44517c7b01b045 | bc1db0c6aea504b2dc59520fe6245d523fb11ffa | refs/heads/master | 2021-01-19T11:04:05.608699 | 2018-03-06T12:44:14 | 2018-03-06T12:44:14 | 87,923,949 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,855 | h |
#ifndef _LIGHT_H_
#define _LIGHT_H_
#include "render/color.h"
#include "math/vec3.h"
#include "math/mat4.h"
#include "entity/transform.h"
#include "math/mathdef.hpp"
class Light : public Transform
{
public:
float intensity; // fallof
Color color;
int type = 0;
Light()
:
color(Color::white),
intensity(0... | [
"flamenco.bluegrass@gmail.com"
] | flamenco.bluegrass@gmail.com |
257e109cc0bc6baba7d73ddad1c0a57259d9f6f6 | d40efadec5724c236f1ec681ac811466fcf848d8 | /branches/Launcher_5_5/TabMOD.h | 198cb2c57e1e21c2b40eba9a713bc0922ca5ea88 | [] | no_license | svn2github/fs2open | 0fcbe9345fb54d2abbe45e61ef44a41fa7e02e15 | c6d35120e8372c2c74270c85a9e7d88709086278 | refs/heads/master | 2020-05-17T17:37:03.969697 | 2015-01-08T15:24:21 | 2015-01-08T15:24:21 | 14,258,345 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,991 | h | #if !defined(AFX_TABMOD_H__FB07B738_1087_4CB8_81B2_69E9FCC068FE__INCLUDED_)
#define AFX_TABMOD_H__FB07B738_1087_4CB8_81B2_69E9FCC068FE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TabMOD.h : header file
//
#include <string>
/////////////////////////////////////////////////////////////////... | [
"taylor@387891d4-d844-0410-90c0-e4c51a9137d3"
] | taylor@387891d4-d844-0410-90c0-e4c51a9137d3 |
948880aa5156d31bbee90e8ba81b0cb87c15feec | 3b6b94633ceb2b386549759ce9f5eb3376c9cc8f | /Array/N3RepeatNumber.cpp | 22c011ab50e60edf365eab7331c12eb17cf62a8b | [] | no_license | UtkarshGupta12/InterviewBit | 990a7dd49856b17d6e5dfe57c3dd000a58333cf8 | 8525051eb592686462b8a62b0542274729671023 | refs/heads/main | 2023-06-05T23:43:28.624879 | 2021-06-26T11:55:53 | 2021-06-26T11:55:53 | 362,963,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,424 | cpp | #include <iostream>
#include <string>
#include <bits/stdc++.h>
using namespace std;
int MVA2(const vector<int> &A)
{
//Moore Voting Algorithm for N/2
int ME=A[0],count1=1,i=1;
while(i<A.size())
{
if(A[i] == A[i-1])
count1++;
else if(A[i]!=A[i-1])
count1--;
... | [
"noreply@github.com"
] | UtkarshGupta12.noreply@github.com |
f66a9d291d5b6ce6d4fe22062126fded9d521a27 | be0204c1b95839adee1ad204be022be38e32e2d6 | /Programmers/자물쇠와 열쇠.cpp | 57d3ff908b9e7018afc14f3e09dc57fada6c19e6 | [] | no_license | tlsdorye/Problem-Solving | 507bc8d3cf1865c10067ef2e8eb7cb2ee42e16dd | 5c112d2238bfb1fc092612a76f10c7785ba86c78 | refs/heads/master | 2021-06-12T19:19:19.337092 | 2021-04-23T06:39:43 | 2021-04-23T06:39:43 | 179,432,390 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,945 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <stack>
using namespace std;
vector<vector<int>> rotate(vector<vector<int>>& key);
void print(vector<vector<int>>& map);
bool check(vector<vector<int>>& map, vector<vector<int>>& key, int x, int y, int N);
bool solution(vector<vect... | [
"tlsdorye@gmail.com"
] | tlsdorye@gmail.com |
42a8a896b7485afff4ef829ca7203c98d5d9a801 | deb442f461c572cc4c241964ae1793f0b38767f8 | /WorldFinals/2011/D/D.cc | 377ee028272de77807fdd932b8ab20515f5cabbd | [] | no_license | yuha/ICPC | ef0c83bddf01f19db214d05a36dfc56a08f0192b | 4073e03ef904c0b2f77424b836265a35632d3014 | refs/heads/master | 2021-01-10T19:20:55.143360 | 2012-08-09T05:26:47 | 2012-08-09T05:26:47 | 2,208,133 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,101 | cc | #include <iostream>
#include <vector>
#include <map>
#include <cassert>
#include <climits>
#include <cstdlib>
using namespace std;
typedef vector<int> vi;
typedef vector<vi> vvi;
#define IN(x) (2*(x))
#define OUT(x) (2*(x)+1)
const int LARGE_COST = 10000;
ostream& operator<<(ostream& out, const vi& v)
{
for (in... | [
"mayah@mayah.jp"
] | mayah@mayah.jp |
d6396a9f479955e4ed86937e7158790955ed26bd | 2bcf5e8abe74cd6bad2d0c14c8a4a2527a085bb7 | /devel/include/canbus/candata.h | 8cdd709f1def7ada403eb10b1b34893215929b84 | [] | no_license | mr-d-self-driving/ROS_Intell_Driving | 2b05efd336a82cce9e3a1d7d4aab137d36f44a57 | 1781959b4c447ce8369f3fd2bb82f3708daee8cc | refs/heads/master | 2022-01-12T15:54:23.729563 | 2019-06-11T10:01:02 | 2019-06-11T10:01:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,941 | h | // Generated by gencpp from file canbus/candata.msg
// DO NOT EDIT!
#ifndef CANBUS_MESSAGE_CANDATA_H
#define CANBUS_MESSAGE_CANDATA_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.h>
... | [
"dengzhongw@126.com"
] | dengzhongw@126.com |
8cc8a0ab618dfbdcea1d3c27db05fc053e1f28e5 | b53f1953f5520e5208f34bb87d42d86ead33dba6 | /src/Platform/Code/FactoryTool/GLAVS1A_IMEI_CODING_V0.20/Message.h | 66ba3f5edef16925a01a9cca3316d5419d0206d1 | [] | no_license | Jonkoping/data | e01b2ded3335742165ea3feb9c06e0d111ab5fb7 | 03de309b5f7998f394b2ed1d8b0bc0114ca686f3 | refs/heads/master | 2020-06-30T18:24:29.032625 | 2018-01-04T09:18:55 | 2018-01-04T09:18:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,312 | h | #if !defined(AFX_MESSAGE_H__AC5068A9_1F8E_451D_AFB1_FFDEA02CF34F__INCLUDED_)
#define AFX_MESSAGE_H__AC5068A9_1F8E_451D_AFB1_FFDEA02CF34F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Message.h : header file
//
#include "Label.h"
////////////////////////////////////////////////////... | [
"faulfish@gmail.com"
] | faulfish@gmail.com |
8b4956d17cd20bc7c4ac95dc6189263562b05f31 | 04f51a5ff3f3228cad23d75599f7832a89b381df | /카카오/2020 KAKAO BLIND RECRUITMENT/가사 검색.cpp | 19db7267cd137c20241b0661dde6fa94422e677b | [] | no_license | thsgustlr0318/algorithm | 241fea5f6be7399a000262233533cc11708ca65d | f7cca5dd6b2f69223adebfc2d6299d13aedd3154 | refs/heads/master | 2021-02-12T03:46:41.521266 | 2020-05-06T15:38:18 | 2020-05-06T15:38:18 | 244,558,586 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,952 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include <unordered_map>
using namespace std;
vector<string> v[10001], vr[10001];
//이분 탐색
//정확성, 효율성 모두 통과
vector<int> solution(vector<string> words, vector<string> queries) {
vector<int> answer;
int wsize = words.siz... | [
"61684785+thsgustlr0318@users.noreply.github.com"
] | 61684785+thsgustlr0318@users.noreply.github.com |
68fb674252569f9c147984987471c270abfa6c67 | 0025ed85a2b651749025fd31c7c837c21fc5fe3a | /PA5/pa5list.cpp | 87a557003864a7eb06e61cc864beb4f0f96f264f | [] | no_license | Annieli0717/USC-CSCI455x-Programming-Systems-Design | 940b71baf663f29053fdfe61cfd9ec57167711b6 | 54e0d88a2a92241d9d558a46eb9fc2c0d6cccf0b | refs/heads/master | 2020-05-26T11:13:53.299487 | 2019-09-16T21:10:37 | 2019-09-16T21:10:37 | 188,212,474 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,549 | cpp | // Name: Dunxuan Li (Annie)
// USC NetID: dunxuanl
// CS 455 PA5
// Spring 2019
// pa5list.cpp
// a program to test the linked list code necessary for a hash table chain
// You are not required to submit this program for pa5.
// We gave you this starter file for it so you don't have to figure
// out the #include stu... | [
"noreply@github.com"
] | Annieli0717.noreply@github.com |
d4c445f04fb098235dc9c27100e930fd0783f2cb | a3b306df800059a5b74975793251a28b8a5f49c7 | /Graphs/LX-2/molecule_otsu = False/BioImageXD-1.0/vtkBXD/Processing/vtkExtTIFFReader.h | 3085fae4c89f59de0f383badbece169fd1f68aa0 | [] | no_license | giacomo21/Image-analysis | dc17ba2b6eb53f48963fad931568576fda4e1349 | ea8bafa073de5090bd8f83fb4f5ca16669d0211f | refs/heads/master | 2016-09-06T21:42:13.530256 | 2013-07-22T09:35:56 | 2013-07-22T09:35:56 | 11,384,784 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,798 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkExtTIFFReader.h,v $
Language: C++
Date: $Date: 2003/11/04 21:26:04 $
Version: $Revision: 1.28 $
Copyright (c) 1993-2001 Ken Martin, Will Schroeder, Bill Lorensen
All... | [
"fede.anne95@hotmail.it"
] | fede.anne95@hotmail.it |
06c0352fde17494f0775b6a90edd760c473d395f | 0caf30e643f78229a7ef8742cc1d5386bc045ec1 | /programming-language/cpp/grid-service/NwfdMainApp/ProviderBase.h | 2dbb9fe156d2505921d06d5e496ce7d78ff4a395 | [] | no_license | AlexiaChen/Adrasteia | feb1957dd694f79315784000c6f73f35bc5ca18f | 1b9b29d5565a41250119e42c47aa0a4a588cef9c | refs/heads/master | 2020-11-29T11:59:50.580203 | 2018-09-09T10:49:10 | 2018-09-09T10:49:10 | 87,497,591 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,152 | h | /*************************************************************************
* Copyright (C), 2015,
* XXXXXXXXXXX Co.
* 文件名: ProviderBase.h
* 作 者: zhangl 版本:1.0 日 期:2015/05/08
* 描 述:缓存处理基类(接口)
* 其 他:
* 功能列表:
* 1. 定义缓存处理的基本操作方法
*
* 修改日志:
* No. 日期 作者 修改内容
* 1 2015/05/13 zhangl 添加Key-Value读写方法(for MemC... | [
"brainfvck@foxmail.com"
] | brainfvck@foxmail.com |
39647b9606042e9148402b385fbc5e529999f387 | da50cb2f2da79a0f9503d57f685d070543402311 | /Source/CoopGame/Public/SHealthComponent.h | 8298c5479807290144cbfbbca568e37e53b3364c | [] | no_license | vsensu/CoopGame | d9831951e79b63d7f764f8b9fe613f05fcea9a25 | 02961ef871cbf7996d6818b13c94bcb6cf68bdfa | refs/heads/master | 2022-10-27T11:46:24.822795 | 2020-06-09T06:50:26 | 2020-06-09T06:50:26 | 267,760,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,245 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "SHealthComponent.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_SixParams(FOnHealthChangedSignature, USHealthComponent*, HealthComp, float, ... | [
"vsensu@foxmail.com"
] | vsensu@foxmail.com |
52b09468911186ba91cb2a6e54591c717f20fcd6 | 1b06d5bf179f0d75a30a4b020dd88fc5b57a39bc | /Repository/Aspic/spi_monitor.cp | bad914d8d3fc5d16e951470a498dbcf21179322b | [] | no_license | ofirr/bill_full_cvs | b508f0e8956b5a81d6d6bca6160054d7eefbb2f1 | 128421e23c7eff22afe6292f88a01dbddd8b1974 | refs/heads/master | 2022-11-07T23:32:35.911516 | 2007-07-06T08:51:59 | 2007-07-06T08:51:59 | 276,023,188 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 86,504 | cp | /*
SpiFcp Channel activity monitor
William Silverman
Last update by $Author: bill $
$Date: 2006/06/27 05:30:38 $
Currently locked by $Locker: $
$Revision: 1.29 $
$Source: /home/bill/Repository/Aspic/spi_monitor.cp,v $
Copyright (C)... | [
"bill"
] | bill |
881011b2897260c46e031f813734aceb72672439 | 21dd1ece27a68047f93bac2bdf9e6603827b1990 | /VizKit-2 2.3/source/VisualObjectData.cpp | 15b0fe05fa431eed37365738739924ea9a156126 | [] | no_license | LupusDei/8LU-DSP | c626ce817b6b178c226c437537426f25597958a5 | 65860326bb89a36ff71871b046642b7dd45d5607 | refs/heads/master | 2021-01-17T21:51:19.971505 | 2010-09-24T15:08:01 | 2010-09-24T15:08:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,278 | cpp | /*
* Project: VizKit
* Version: 2.3
* Date: 20090823
* File: VisualObjectData.cpp
*
*/
/***************************************************************************
Copyright (c) 2004-2009 Heiko Wichmann (http://www.imagomat.de/vizkit)
This software is provided 'as-is', without any expressed or implied warra... | [
"dougbradbury@doug-mbp15.local"
] | dougbradbury@doug-mbp15.local |
cab6bca4eea5be100186e997cd577633e7a04b3e | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/smatsmatsub/MIbMIa.cpp | 190d25c414e62d7c9a4f84bdf976dd55aa281a44 | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,922 | cpp | //=================================================================================================
/*!
// \file src/mathtest/smatsmatsub/MIbMIa.cpp
// \brief Source file for the MIbMIa sparse matrix/sparse matrix subtraction math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// This f... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
ffa815ce6cc0de319fff1413ad581dffa5330be7 | cf7e0b065f3edbb38b4d8bdf4d63d51fc3b0106f | /src/ocio/src/core/Mutex.h | 421ad29f59f0253cdb978d75ad5b4fde2b46c722 | [
"BSD-3-Clause",
"MIT",
"Zlib"
] | permissive | appleseedhq/windows-deps | 06478bc8ec8f4a9ec40399b763a038e5a76dfbf7 | 7955c4fa1c9e39080862deb84f5e4ddf0cf71f62 | refs/heads/master | 2022-11-21T07:16:35.646878 | 2019-12-11T19:46:46 | 2020-07-19T08:57:23 | 16,730,675 | 5 | 8 | null | 2020-07-19T08:57:25 | 2014-02-11T12:54:46 | C++ | UTF-8 | C++ | false | false | 4,229 | h | /*
Copyright (c) 2003-2010 Sony Pictures Imageworks Inc., et al.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of co... | [
"franz@appleseedhq.net"
] | franz@appleseedhq.net |
484e4864f1a965411f626116eae3985f9564c0fd | 86542fb3d5cd67dd9db3321ce93fc08fb9836cd5 | /include/opengm/inference/lp_inference.hxx | 0e1877aedf5f34e610b3da3b6fdd8739646bb643 | [
"MIT"
] | permissive | herr-biber/opengm | b9df4a15b8a589ffcbc35f73f58ebd9f078275d1 | b4682520500b8fbe9f7b5ef008d162156d33b59c | refs/heads/master | 2021-01-24T23:00:07.914480 | 2013-11-21T15:53:20 | 2013-11-21T15:53:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,463 | hxx | #pragma once
#ifndef OPENGM_GENERIC_LP_INFERENCE_HXX
#define OPENGM_GENERIC_LP_INFERENCE_HXX
#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include "opengm/opengm.hxx"
#include "opengm/inference/visitors/visitor.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/datastructur... | [
"thorsten.beier@iwr.uni-heidelberg.de"
] | thorsten.beier@iwr.uni-heidelberg.de |
7b06942a85b29cc538ba9cbf78fe0a7ef5eca062 | 054edeb9e6e6c2d112d19af2ebe07b2e0c6c04b0 | /Micelle/include/CloudGenerator.h | 4d32a0cff000751474969015d250d52b024d7881 | [] | no_license | YuryUoL/DataSkeletonization | b6873d59c42bd1d42e517af153491c425cd0e95c | fd181dc076662d25a84a76dd067e343498206474 | refs/heads/master | 2020-03-31T21:28:14.359241 | 2019-03-15T12:42:54 | 2019-03-15T12:42:54 | 152,581,810 | 0 | 1 | null | 2018-11-19T10:07:09 | 2018-10-11T11:37:56 | C++ | UTF-8 | C++ | false | false | 320 | h | #ifndef CLOUDGENERATOR_H
#define CLOUDGENERATOR_H
#include "Definitions.h"
#include "Graph.h"
class CloudGenerator
{
public:
CloudGenerator();
static void generatePoints(int n, MyGraphType & G, double epsilon, std::list<Point> & points);
protected:
private:
};
#endif // CLOUDGENERATOR_H
| [
"yura.elkin@gmail.com"
] | yura.elkin@gmail.com |
bdab3fdeffd05180d603fb7df4de2ec1a80176a2 | 1acaecec96efccb227b9fec39d1925dd17795928 | /Apresentacao/Paginas/Logado/CadastrarNovoProduto.cpp | 042795210de47f19a8f31e202af9b969321bafb1 | [] | no_license | SAMXPS/TP1-UnB | 45648feb2b14788c97f48a3cc1a4197b0217263a | bb47138226f5b514aa9130c9ff820214f3732dac | refs/heads/master | 2023-01-29T10:23:07.944702 | 2020-12-04T02:01:19 | 2020-12-04T02:01:19 | 293,830,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,055 | cpp | #include "../../Paginas.h"
#include <string.h>
Pagina* CadastrarNovoProduto::mostrar(GerenciadorDePagina* apresentador) {
Pagina* next = new PaginaInicialLogado(usuario);
std::string CODIGO_DE_PRODUTO, CLASSE, EMISSOR, PRAZO, DATA, TAXA, HORARIO, VALOR_MINIMO;
apresentador->escreveNoCentro("Cadastrar nov... | [
"bsbcraftplays@gmail.com"
] | bsbcraftplays@gmail.com |
b19f7e9aeb6cf9a7d64c9c606d042b3e4ad41a7c | 7d1fa8db4712a57a2cab77a0d44340adbffbbdf6 | /GPU_Programming_Assignment/cDirectionalLight.h | 532a817195b2e04abaffcfe8594935f4baa9b086 | [] | no_license | ben-kiddie/GPU-Programming-Assignment | f02a5ce15c1d1f8c414a3c24950a62f7d0c64930 | a4914d49671325ea332102731059ec4042d0cd80 | refs/heads/master | 2023-08-16T02:29:13.976294 | 2021-10-11T15:00:58 | 2021-10-11T15:00:58 | 354,562,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475 | h | #pragma once
#include "cLight.h"
class DirectionalLight : public Light
{
public:
DirectionalLight();
DirectionalLight(GLfloat red, GLfloat green, GLfloat blue,
GLfloat ambIntensity, GLfloat diffIntensity,
GLfloat xDirection, GLfloat yDirection, GLfloat zDirection);
~DirectionalLight();
void UseLight(GLuint a... | [
"76003977+ben-kiddie@users.noreply.github.com"
] | 76003977+ben-kiddie@users.noreply.github.com |
b38c90b09967d05387ef94b5c859f981400c6cb1 | 95626140b639c93a5bc7d86c5ed7cead4d27372a | /Online Judge/HackerRank/Sherlock and Array.cpp | 6aab97fb4ebb7f802135e58e39aa80b51eea3fb5 | [] | no_license | asad-shuvo/ACM | 059bed7f91261af385d1be189e544fe240da2ff2 | 2dea0ef7378d831097efdf4cae25fbc6f34b8064 | refs/heads/master | 2022-06-08T13:03:04.294916 | 2022-05-13T12:22:50 | 2022-05-13T12:22:50 | 211,629,208 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,094 | cpp | #include <bits/stdc++.h>
using namespace std;
string ltrim(const string &);
string rtrim(const string &);
vector<string> split(const string &);
// Complete the balancedSums function below.
string balancedSums(vector<int> arr) {
int cm[arr.size()+5];
for(int i=0;i<arr.size();i++){
if(i==0){
cm[i]=arr[i]... | [
"asad.shuvo.cse@gmail.com"
] | asad.shuvo.cse@gmail.com |
727ecd57d0082f883bbad100d586ae196da59b8c | 75807296ab0ad2cc3a173d6a759985207ef5d24d | /arithmetic/1048.cpp | 2c3a3f7ce1f6fc82d5939be4593919a958cc1f35 | [] | no_license | p719967821/algorithm | af81a07efaa1ce2adc5a13c9d52523799acb8442 | a02bd4a64b2a2596cdd3227b9c5229e0b77b7834 | refs/heads/master | 2021-03-20T13:36:47.306631 | 2020-03-14T14:06:18 | 2020-03-14T14:06:18 | 247,210,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | cpp | /**矩阵连乘**/
#include <iostream>
#define N 101
using namespace std;
int n;
int row[N];//每个矩阵的行
int col[N];//每个矩阵的列
int s[N][N];//记录最少的次数
void dp();
int main()
{
cin >> n;
for(int i = 0; i < n; i++)
{
cin >> row[i] >> col[i];
}
dp();
cout << s[0][n-1] << endl;
return 0;
}
void dp(... | [
"p719967821@163.com"
] | p719967821@163.com |
cf92f700e6ef11683c0e98fa92ecb712ff6faf1d | 9946a1c6e1291de309a8882891ca7fe42355710d | /src/parser.cpp | c7a84bbe3448e358e12f6d3e80e76a95452c0177 | [] | no_license | kirbisity/carNoiseFinder | 139b213ec792250fd1d90a97a716918a4a18b095 | 2a8b7e9f38c2f3e17fba006a5d3f17c1d1209159 | refs/heads/master | 2020-06-11T15:37:00.549721 | 2019-10-20T21:32:48 | 2019-10-20T21:32:48 | 194,012,250 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | cpp | #include <sstream>
#include <vector>
#include <string>
/* in current directory */
#include "parser.h"
using namespace std;
vector<double> parse_tabs(string line) {
std::vector<double> tabs;
vector<string> items = split(line);
for (vector<string>::const_iterator i = items.begin(); i != items.end(); ++i) {
double ... | [
"zhuy11@rpi.edu"
] | zhuy11@rpi.edu |
8a6e1803e8f16808776a23a5a6bcbff91f8617e6 | 53d6b97a9432090454f683c210c78255a33da347 | /point.hpp | 3195d15a03b5d011a0d344eb34aafce59bf3bd7d | [] | no_license | Ligvest/SocobanQtOgl | 2df44a8bb30f3377c05067549ea2bd2aff1b2346 | d3e5339b10e22e56107b95bbf96ff8869413ebbc | refs/heads/master | 2020-05-27T21:03:13.098212 | 2019-06-07T12:40:22 | 2019-06-07T12:40:22 | 188,790,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | hpp | #ifndef POINT_HPP
#define POINT_HPP
class Point {
public:
Point(int iX, int iY);
int x() const;
void setX(int iX);
int y() const;
void setY(int iY);
Point operator-(const Point& rightPoint) const;
Point operator+(const Point& rightPoint) const;
private:
int iX... | [
"ligvesto@gmail.com"
] | ligvesto@gmail.com |
6058d43c3fd909898abf19a33ecb0fe385a8285c | 57a2ff675497083c6c126279d64da6caf10e1022 | /include/RE/BSResource/Info.h | 81ab6bb475ad050eb804f91932710700fb7f86b3 | [
"MIT"
] | permissive | lfrazer/CommonLibVR | be07b8837034e069addae3309da872bb606bd585 | 0fabedac02c4d97b7d54199098561be8c0c666ef | refs/heads/master | 2021-12-30T23:04:52.654616 | 2021-09-26T18:39:22 | 2021-09-26T18:39:22 | 252,837,323 | 7 | 7 | MIT | 2021-05-08T17:53:09 | 2020-04-03T20:45:36 | C++ | UTF-8 | C++ | false | false | 248 | h | #pragma once
namespace RE
{
namespace BSResource
{
struct Info
{
public:
// members
FILETIME modifyTime; // 00
FILETIME createTime; // 08
LARGE_INTEGER fileSize; // 10
};
STATIC_ASSERT(sizeof(Info) == 0x18);
}
}
| [
"ryan__mckenzie@hotmail.com"
] | ryan__mckenzie@hotmail.com |
abaef2cc8993419f58ca4f4e85acb415b20164b2 | f23e3c03faf1ad3b51e2ce30d79479c12bfdfe58 | /include/geneticalgorithm.hpp | 8230a5edc9707002911167007a7450c53134f2d3 | [
"MIT"
] | permissive | gitter-badger/headless-logic | 1bb70322c320f38d92cf8f9e16f91228a3de7d17 | 54b6b1f5893df4214eda0a7be9cb3d2490117259 | refs/heads/master | 2020-12-27T21:32:08.174819 | 2016-08-24T22:05:58 | 2016-08-24T22:05:58 | 66,503,937 | 0 | 0 | null | 2016-08-24T22:19:22 | 2016-08-24T22:19:22 | null | UTF-8 | C++ | false | false | 9,315 | hpp | /*
* Copyright 2016 Stoned Xander
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"somerandomgamedev@gmail.com"
] | somerandomgamedev@gmail.com |
6d016d68ee3475b6edfcedffe584b68b73b7f3f3 | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.009/CC5H10OOH-B | 0ad74b9d185f0f7857aa19a185a907d826e6d578 | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
45b72820b5c4e7fe09f04c6cf34982cda521d717 | 1664303ee9ca94a2d72a4a6b5aa567f569de8e25 | /ArkDll/ArkLib.h | 1976b17732b11f179f95b26be8ced6162baf9fc2 | [] | no_license | laikun81/WpfApplication1 | 8c68fcfbf0893a76a04ee7a06ab63e5b1b09d192 | 2cd53ac229c7b2154ba555fa5acf8c0d76dbc37c | refs/heads/master | 2021-01-25T10:00:31.983636 | 2016-01-23T16:33:08 | 2016-01-23T16:33:08 | 42,751,536 | 0 | 0 | null | 2016-01-23T16:33:09 | 2015-09-18T23:24:36 | C# | UHC | C++ | false | false | 13,331 | h | ////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// Ark Library Wrapper class
///
/// @author parkkh
/// @date Thursday, January 07, 2010 11:18:16 AM
///
/// Copyright(C) 2008-2011 Bandisoft, All rights reserved.
///... | [
"laikun81@gmail.com"
] | laikun81@gmail.com |
462fa9f66728e67254badcb1f8ec734cc4e43e74 | 58457320f8ecc206f5c37a84fdeae32f2d8b692f | /SecondPushButton.cpp | 57896975ec1878a7de49f18754f792e9eebaec86 | [] | no_license | freedomgll/DeskCallQt | 9dcffbe3f06537cf0b335453cdd1f371f3302f9c | cb5b1598cda1e65b372c341222c0eec15b5f36f1 | refs/heads/master | 2021-01-18T14:01:30.900037 | 2015-08-12T09:48:39 | 2015-08-12T09:48:39 | 39,882,671 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,312 | cpp | #include "SecondPushButton.h"
#include "FirstPushButton.h"
#include <QMessageBox>
#include <QtDebug>
SecondPushButton::SecondPushButton(void)
{
}
SecondPushButton::SecondPushButton(const QString & text, QString businessId, const QRect & rect, DeskCallQT * parent):CoderPushButton(text, rect, parent)
{
this->busine... | [
"freedomgll@163.com"
] | freedomgll@163.com |
84104d1e1b3357829e1657394372afdf159b0178 | 3ad968797a01a4e4b9a87e2200eeb3fb47bf269a | /MFC CodeGuru/tools/odbc_classgen/W/VCP/FastTest/FastTestView.h | cfb7e74f35a87f9343c5b69f23d8ffe3d9cc9cc3 | [] | no_license | LittleDrogon/MFC-Examples | 403641a1ae9b90e67fe242da3af6d9285698f10b | 1d8b5d19033409cd89da3aba3ec1695802c89a7a | refs/heads/main | 2023-03-20T22:53:02.590825 | 2020-12-31T09:56:37 | 2020-12-31T09:56:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,753 | h | // FastTestView.h : interface of the CFastTestView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FASTTESTVIEW_H__7137DC99_B77C_11D1_AE72_0004AC31E75C__INCLUDED_)
#define AFX_FASTTESTVIEW_H__7137DC99_B77C_11D1_AE72_0004AC31E75C__INCLUDED_
#if _MSC_VER >= 1000
#... | [
"pkedpekr@gmail.com"
] | pkedpekr@gmail.com |
7fa69f37669371d0bb6980a8a0837ac01def031e | c1d4b3313aa6e48bebfeb4e3cfb7b5eeb54ced86 | /windows/cpp/samples/enc_mp4_avc_aac_push/stdafx.h | a233703f20cbec0ad838f3bdcdb9f1b66316d523 | [
"MIT"
] | permissive | avblocks/avblocks-samples | 447a15eed12d4ac03c929bc7b368fe37fadc0762 | 7388111a27c8110a9f7222e86e912fe38f444543 | refs/heads/main | 2021-06-04T13:41:30.387450 | 2021-02-01T00:28:09 | 2021-02-01T00:28:09 | 334,783,633 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 511 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <string>
#include <iostream>
#include <fstream>
#include <ss... | [
"vkantchev@users.noreply.github.com"
] | vkantchev@users.noreply.github.com |
9ed4f8cc291b3331538f97e7aa3b22215a021e95 | dfd13ecff989c05937dc875fd910c3d1ba33ced8 | /include/wx/dlimpexp.h | b745fe6fe70c2569d24ef03c210c176dc3ee329c | [] | no_license | thevisad/deps-wxWidgets | b306f3a0abce654ded29594014e1dc13e5f57823 | 56c92c2e17c7f361748bf1f52519b132e2cac33e | refs/heads/master | 2021-01-16T20:47:07.548645 | 2013-10-23T17:41:15 | 2013-10-23T17:41:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,090 | h | /*
* Name: wx/dlimpexp.h
* Purpose: Macros for declaring DLL-imported/exported functions
* Author: Vadim Zeitlin
* Modified by:
* Created: 16.10.2003 (extracted from wx/defs.h)
* Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
* Licence: wxWindows licence
*/
/*
This is a C... | [
"admin@rajko.info"
] | admin@rajko.info |
b59330533c58091e1006616b872064f3c3bc362b | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5688567749672960_0/C++/gawarkiewicz/solution.cpp | 3adb842b91c4ff15a5fbcb1a51bca1492ec315ba | [] | 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 | 1,401 | cpp | #include <iostream>
#include <vector>
#include <map>
#include <queue>
#include <tuple>
using namespace std;
long long rev(long long num)
{
long long ret = 0;
while (num)
{
ret = ret * 10 + (num % 10);
num /= 10;
}
return ret;
}
map<long long, int> brute()
{
map<long long, int> m;
que... | [
"root@debian"
] | root@debian |
8ce30f14b330c0404cc2116ad87c73cf66606dbe | 4005eca13ea7e1a635cd2396a1a0eaee2c0bcbc0 | /tasks/tbb_overhead.cpp | 5d765150ed292f1284f9c511e11fa7dbfc125faa | [
"BSL-1.0"
] | permissive | sithhell/hpxbenchmarks | 9d2fe566373faab007d571953326cade63721703 | 3687081a1bab5ffa872576f4ff8267f32d4fcc85 | refs/heads/master | 2021-05-14T04:59:09.483841 | 2018-08-11T14:01:23 | 2018-08-11T14:01:23 | 116,657,438 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | // Copyright (c) 2017-2018 Thomas Heller
//
// 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)
#include <benchmark/benchmark.h>
#include <tbb/tbb.h>
#include <support/dummy.hpp>
static void function_call_overhead(b... | [
"thomas.heller@cs.fau.de"
] | thomas.heller@cs.fau.de |
73e807b96d6354f32c01b626120c2deb5af8d652 | 60f8e23f9b3a1787ee9ccd98ac40b0993846a9e7 | /GameProject/OpenGL/ClearEffect.h | 2376c3aad6e629202d821498408184380ead3ec6 | [] | no_license | reo1316hw/GameWork | d85ea08f886b67c4c44acc7863ce556a13040c6c | 8732acb1ae4252d68713d07099172d628b11d393 | refs/heads/main | 2023-07-17T21:51:24.254196 | 2021-08-30T17:43:17 | 2021-08-30T17:43:17 | 362,292,162 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 734 | h | /*
@brief プリプロセッサ
*/
#pragma once
/*
@brief インクルード
*/
class ClearEffect : public ParticleEffectBase
{
public:
/*
@fn コンストラクタ
@param _pos クリアエフェクトの生成場所
@param _vel クリアエフェクトの速度
@param _objectTag アタッチしたゲームオブジェクトのタグ
@param _sceneTag シーンのタグ
*/
ClearEffect(Vector3 _pos, Vector3 _vel, const Tag& _objectTag ,SceneB... | [
"leohattori@icloud.com"
] | leohattori@icloud.com |
7988c1ec8e42adaa7cb0013284f5bf8c4eaa9180 | ea065794fe1b35dbc7923d539b4f85bd41277c2b | /n_queens.cc | 2386b4de07dc5444a7f61e39bf8ce4e2e2b819d5 | [] | no_license | sergiovasquez122/EPI_SOLUTIONS | 6e93e98ad8b0c3b8e0e162f5e8c04b7a6b24f47f | 6e39cf2a981d34516fd1037d0ce3c65d0ebb4133 | refs/heads/master | 2022-12-09T17:55:48.066759 | 2020-08-15T01:33:50 | 2020-08-15T01:33:50 | 268,199,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | cc | #include <algorithm>
#include <iterator>
#include <vector>
#include "test_framework/generic_test.h"
using std::vector;
bool is_valid(vector<int>& partial, int candidate, int row){
for(int i = 0;i <= row - 1;++i){
if(candidate == partial[i] || std::abs(candidate - partial[i]) == row - i){
retur... | [
"sergiovasquez122@gmail.com"
] | sergiovasquez122@gmail.com |
daaa0a13aa163ede36bac38d824459892b879cec | 8a2e417c772eba9cf4653d0c688dd3ac96590964 | /prop-src/setltype.cc | 39f66c50d6bf929478b0d17220a18817abb01551 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | romix/prop-cc | 1a190ba6ed8922428352826de38efb736e464f50 | 3f7f2e4a4d0b717f4e4f3dbd4c7f9d1f35572f8f | refs/heads/master | 2023-08-30T12:55:00.192286 | 2011-07-19T20:56:39 | 2011-07-19T20:56:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,964 | cc | ///////////////////////////////////////////////////////////////////////////////
// This file is generated automatically using Prop (version 2.4.0),
// last updated on Jul 1, 2011.
// The original source file is "..\..\prop-src\setltype.pcc".
///////////////////////////////////////////////////////////////////////////... | [
"aaronngray@gmail.com"
] | aaronngray@gmail.com |
86553a230f372d90ccd00722cb96cabcf82a1a83 | 0841c948188711d194835bb19cf0b4dae04a5695 | /mds/sources/center/src/centermdsmanager.cpp | 66afa956be9567134a17f36c1ffe528ac247847b | [] | no_license | gjhbus/sh_project | 0cfd311b7c0e167e098bc4ec010822f1af2d0289 | 1d4d7df4e92cff93aba9d28226d3dbce71639ed6 | refs/heads/master | 2020-06-15T16:11:33.335499 | 2016-06-15T03:41:22 | 2016-06-15T03:41:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,727 | cpp | #include "centermdsmanager.h"
CenterMdsManager::CenterMdsManager() {
buffer_ = new uint8_t[0x10000];
buffer_len_ = 0x10000;
db_backup_count_ = DEFAULT_BACKUP_COUNT; // mds backup count, include itself
}
CenterMdsManager::~CenterMdsManager() {
Clear();
if ( buffer_ ) {
delete [] buffer_;
... | [
"greatmiffa@gmail.com"
] | greatmiffa@gmail.com |
99e87a1cd607da1f7ca52899b0bb70d711a71cc9 | 8a1a2fdd8fe6a1e6625d4fa4d28013be829856a2 | /hw5/main_window.cpp | 9e2467a188ff2f7559130b7b6b25eb5b53ec21dd | [] | no_license | bkwsuper24/Brian_Wang_Projects | dd3b11d6ce84fff85a693ec89171c399fd185196 | 19e1e20f34b8954b2ff6b677c2b53082b9b507b2 | refs/heads/master | 2021-01-10T14:18:50.476023 | 2015-10-26T10:03:42 | 2015-10-26T10:03:42 | 44,517,145 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,596 | cpp | #include "main_window.h"
#include "datastore.h"
#include "db_parser.h"
#include "product_parser.h"
#include "util.h"
#include <sstream>
#include <iostream>
#include "msort.h"
#include <fstream>
Main_Window::Main_Window(std::string ifile)
{
parser.addProductParser(new ProductBookParser);
parser.addProductParser(ne... | [
"briankwa@usc.edu"
] | briankwa@usc.edu |
4e05d2078f857e944665dbeec944cbad56e3192d | ad91fdbc5eeb7ff63f9e62467a8e71f7eb5bc084 | /20131123/main.cpp | 46684c1613331aeca2f227ccd7eed4cad353daea | [] | no_license | suhyunx/xcode-files | e326bba767112d3d6fc33882a70758bd5d984c8d | 8ff524ecd5c17b53dca26907bd9811a1c7fbef07 | refs/heads/master | 2022-11-28T08:55:26.207343 | 2020-08-08T14:28:49 | 2020-08-08T14:28:49 | 286,052,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,279 | cpp | //
// main.cpp
// 20131123
//
// Created by JM Park on 13. 11. 23..
// Copyright (c) 2013년 JM Park. All rights reserved.
//
#include <iostream>
using namespace std;
int main(int argc, const char * argv[])
{
int x, y, z;
int num1, num2, num3;
int strike=0;
int ball=0;
int out=0;
int count... | [
"ktu9988@gmail.com"
] | ktu9988@gmail.com |
c3e9b59736e167254d2c6e7b530882fb246648ef | 1a29e46b23417e5949843845a93e5da383686190 | /Lab 6/lab6.cpp | c970c94e85daeaef694302773d74322a1583f5e9 | [] | no_license | JerryCyHu/Data-Structure | b81d9b3e703e4d2ac1d076e7fae5f1b5f213da9b | 98c3e79e8ed67e0c8338964e6ff075185cdb207f | refs/heads/master | 2022-03-21T21:52:09.515072 | 2019-11-27T22:18:54 | 2019-11-27T22:18:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,448 | cpp | #include <iostream>
#include <cmath>
#include <list>
#include "dslist.h"
int main() {
// =======================================
// CHECKPOINT 1
// create a list of the sqrt of the first 10 integers
dslist<double> a;
for (int i = 0; i < 10; ++i)
a.push_back(sqrt(i));
// print out details of the li... | [
"2540887746@qq.com"
] | 2540887746@qq.com |
4730efeb50494db5226769cea2fd584e0b1d36af | 99c0c3e341bc21e4b4085eb47c9f71a8a939cc6b | /PyIlmBase/PyImath/PyImathAll.h | f6418669ceab117660bc32535568ef88106daad0 | [
"BSD-3-Clause"
] | permissive | gatgui/openexr | fa3d9ee3bf5141cc317a4b0a76ba96b1ff0fcaa8 | 2794a27c5cbdb961250a906e1517d9e9f81ff579 | refs/heads/develop | 2021-07-04T22:30:46.964528 | 2021-06-05T14:09:47 | 2021-06-05T14:18:42 | 77,419,301 | 0 | 2 | null | 2016-12-27T02:24:41 | 2016-12-27T02:24:41 | null | UTF-8 | C++ | false | false | 1,940 | h | ///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2001-2011, Industrial Light & Magic, a division of Lucas
// Digital Ltd. LLC
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that ... | [
"gatgui@gmail.com"
] | gatgui@gmail.com |
346185ec5ef428af623668c7a71c752b1af0e0e4 | 0f34254882dc256377900fe8785af6e96a675395 | /ReorderList/a.cpp | 6ba06de0a9ed6af291ccefa62ad12427c711e4d3 | [] | no_license | Shirish111/LeetCode | 349a4f0de952691ad8c995d40df50a178a48d76e | 49e10292579f9da5176bb55735c4b4792c0f302e | refs/heads/master | 2022-04-28T20:09:53.545944 | 2020-04-30T20:13:28 | 2020-04-30T20:13:28 | 215,360,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,031 | cpp | // Reorder List
// Given a singly linked list L: L0→L1→…→Ln-1→Ln,
// reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…
// You may not modify the values in the list's nodes, only nodes itself may be
// changed.
// Example 1:
// Given 1->2->3->4, reorder it to 1->4->2->3.
// Example 2:
// Given 1->2->3->4->5, reorder it to 1->... | [
"shirishtogarla533@gmail.com"
] | shirishtogarla533@gmail.com |
6e09fe909390902591772961d24d4b0a56b1fcd2 | de8ff7af5bf2d2945cc82c38330623fd19ee409e | /SRC/PMCLASS/include/winstd.hpp | 56af10c2a2daf9b0a167473aee3b0f82ca920f51 | [] | no_license | OS2World/DEV-SAMPLES-NET-TCPIP_Programming | eef5876ac0ee158633e3c5b3d9196897a9314013 | f9c3b45662e57b51774e6aa7bfc6c49c3df5c591 | refs/heads/master | 2016-09-06T15:12:25.087804 | 2014-10-31T14:37:55 | 2014-10-31T14:37:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,587 | hpp | //--------------
// C_WINDOW_STD \
//---------------------------------------------------------------------------
// All information contained in this file is Copyright (c) 1994-1995 by
// NeoLogic Inc. All Rights Reserved
//
// This source code shall not be implemented, duplicated or used as the basis
// for any produ... | [
"martin@os2world.com"
] | martin@os2world.com |
9044edcd25b634dd341b772a9c56fdee108502cb | 3fd9bd50b5104929dd40ae8690e61399f2c68dd6 | /sketch_sep27a/sketch_sep27a.ino | 23703a104683fb98b85d730f50a19503bb3af87e | [] | no_license | KevinVanWezel/arduino | 0ed9ebee74728f58335051b2cf088cf6b31e0090 | e231348d00d5a4da591ef2a1b7b60731c92fe1db | refs/heads/master | 2021-07-05T13:22:28.128708 | 2017-09-27T12:42:07 | 2017-09-27T12:42:07 | 105,016,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,166 | ino | int led1 = 1 ;
int led2 = 2 ;
int led3 = 3 ;
int led4 = 4 ;
int led5 = 5 ;
int led6 = 6 ;
int led7 = 7 ;
int led8 = 8 ;
void setup() {
// put your setup code here, to run once:
pinMode(led1, OUTPUT);
pinMode(led2, OUTPUT);
pinMode(led3, OUTPUT);
pinMode(led4, OUTPUT);
pinMode(led5, OUTPUT);
... | [
"21973@ma-web.nl"
] | 21973@ma-web.nl |
298a5c60fd368ba02e6ca6a1092ffe0334494329 | 287dc1683f7e19a5239c2b8addbc8531809f9177 | /mooc43-bobo-algo/Play-with-Algorithms-master/02-Sorting-Basic/Course Code (C++)/05-Insertion-Sort/SortTestHelper.h | 12e0523c72d72e1cccfbf24c8af80b77cf73e6da | [
"Apache-2.0"
] | permissive | yaominzh/CodeLrn2019 | ea192cf18981816c6adafe43d85e2462d4bc6e5d | adc727d92904c5c5d445a2621813dfa99474206d | refs/heads/master | 2023-01-06T14:11:45.281011 | 2020-10-28T07:16:32 | 2020-10-28T07:16:32 | 164,027,453 | 2 | 0 | Apache-2.0 | 2023-01-06T00:39:06 | 2019-01-03T22:02:24 | C++ | UTF-8 | C++ | false | false | 1,893 | h | //
// Created by liuyubobobo on 7/13/16.
//
#ifndef INC_04_INSERTION_SORT_SORTTESTHELPER_H
#define INC_04_INSERTION_SORT_SORTTESTHELPER_H
#include <iostream>
#include <algorithm>
#include <string>
#include <ctime>
#include <cassert>
using namespace std;
namespace SortTestHelper {
// 生成有n个元素的随机数组,每个元素的随机范围为[ra... | [
"mcuallen@gmail.com"
] | mcuallen@gmail.com |
66186f9e9ecc3eafc9267745758ee2d7d4699b30 | 0af64088bc45300c8eeb3b2fa47d4613a6e8a5be | /deps/nsparse/include/detail/util.h | 1c2c63c67afcfeb97a374f87d8e83747d0a6e205 | [
"MIT"
] | permissive | Krekep/cuBool | 035fe0efd25295f8c434d90bdbe80a4291d8a9db | e59f8e0cb4adedae8e7ac449e05bef3c1815a7da | refs/heads/master | 2023-04-15T10:43:26.899021 | 2021-04-18T08:14:24 | 2021-04-18T08:14:24 | 320,327,278 | 0 | 0 | MIT | 2021-04-05T09:55:11 | 2020-12-10T16:24:14 | C++ | UTF-8 | C++ | false | false | 1,562 | h | #pragma once
#include <cmath>
#include <ostream>
#include <thrust/device_vector.h>
namespace nsparse {
namespace util {
template <typename T>
struct bucket_info_t {
T row_id;
T a_row_begin;
T b_row_begin;
T a_row_end;
T b_row_end;
};
template <typename T>
T div(T m, T n) {
return (m + n - 1) / n;
}
temp... | [
"egororachyov5@gmail.com"
] | egororachyov5@gmail.com |
62fc1eaf5fb92f446271d292826ed3516de699cf | c885982a50743ce23b052f9ca0fb62df975ac8d8 | /apps-src/apps/librose/key.hpp | 4a83ed3561853514b530171b3fccd169631427ba | [] | no_license | 9cat/Rose | 29db5bda442e7442aad5a34e68154a04c537e15d | d685ad558731ff381525f185d50bce87f786f65f | refs/heads/master | 2020-12-25T03:50:56.880607 | 2016-06-26T14:15:50 | 2016-06-27T08:56:02 | 62,073,637 | 1 | 0 | null | 2016-06-27T17:10:36 | 2016-06-27T17:10:36 | null | UTF-8 | C++ | false | false | 1,089 | hpp | /* $Id: key.hpp 46186 2010-09-01 21:12:38Z silene $ */
/*
Copyright (C) 2003 - 2010 by David White <dave@whitevine.net>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as... | [
"ancientcc@leagor.com"
] | ancientcc@leagor.com |
fd6f7c911f7b6f745f8a205762950dff958db436 | 4c8428e5871d60a523a9a585df668a7cde3d4af4 | /fd_traversal.cc | e35229ff0f5a88befb7a4d6d1eef0f4e1b732d5f | [] | no_license | mstone/vscan | 2d8814de092993fee09c952d88ba32c3ebb2daa0 | 5b93a35e77cac010e8aed2ea9b824a06e968a293 | refs/heads/master | 2016-09-11T03:23:52.135891 | 2011-04-20T16:08:50 | 2011-04-20T16:08:52 | 1,371,831 | 8 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 7,514 | cc | /* Copyright (c) 2011 Akamai Technologies, Inc. */
#include "system.hh"
#include "cgen.h"
#include "log.h"
#include "encode.h"
#include "decode.h"
#include "decider.h"
#include "scanner_mode.h"
#include "config.h"
#include "path_dir_pair.h"
#include "counter.h"
#include "traversal.h"
#include "fd_traversal.h"
#includ... | [
"mistone@akamai.com"
] | mistone@akamai.com |
7da72c2f8815056707ac0a801690301eb707f093 | def72bb78f131273126485c0000950d4f5aea6cc | /blurt_cpp_80211/qam.h | b268b66551f91c4760811e76b1f10c070e8e7e9e | [
"MIT"
] | permissive | nextime/blurt | f1a1dcf374b6ee910d02a50419cc1320a877e27c | be53c0b583c38e3fb4d5985b70e8819bd373f633 | refs/heads/master | 2020-12-11T05:27:12.191982 | 2013-11-04T07:37:09 | 2013-11-04T07:37:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 132 | h | #ifndef QAM_H
#define QAM_H
#include "constellation.h"
class QAM : public Constellation {
public:
QAM(size_t Nbpsc);
};
#endif
| [
"iannucci@mit.edu"
] | iannucci@mit.edu |
112725500265dc1d4bc4c08d31491680df6ce34b | e076ec3c4809deca04b6fab23acdc908e9c570c6 | /labs/oop/lab7/release/Tree.hpp | 53016a49409c8a44bbf6b94ae0fa2871bb2495cb | [] | no_license | holmss/edu | f4e730a71f50209da63ee7bb3e5b88fcf651c318 | 9bc4fde5bd9791f190882845dac5be503304e400 | refs/heads/master | 2021-07-11T11:58:25.879566 | 2020-06-15T17:40:09 | 2020-06-15T17:40:09 | 155,772,585 | 0 | 1 | null | 2019-07-05T13:16:34 | 2018-11-01T20:35:06 | Terra | UTF-8 | C++ | false | false | 1,019 | hpp | #ifndef TREE_H
#define TREE_H
#include "TIterator.hpp"
#include "TTree.hpp"
template <class T>
class Tree {
private:
pTree root;
static std::shared_ptr<TAllocationBlock> allocator;
public:
Tree();
~Tree();
Iter<TTree<T>, T> begin();
Iter<TTree<T>, T> end();
template <class B>
friend... | [
"lera@localhost.localdomain"
] | lera@localhost.localdomain |
26458df3c7796e19d81331b3d9993202437c6634 | 07530d760b44a90260f8b205903837ce60913704 | /Course.h | f084d8b9a2b096a9c76621e1e365286e2eb8fa7b | [] | no_license | lance152/course_manager | 28baf9899327c1edb6576cf1b2639b23008d6bf8 | 802f5f951f2a0c8c024dcb977664bb893357d655 | refs/heads/master | 2022-07-15T06:00:49.211898 | 2020-05-19T00:54:26 | 2020-05-19T00:54:26 | 264,558,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,494 | h | #ifndef _COURSE_H_
#define _COURSE_H_
#include <string>
using namespace std;
class Course{
//友元函数,读取输入创建新的课程
friend void read(istream &inputStream,Course &course);
public:
//无参数构造函数
Course();
//根据课程名称创建课程对象
Course(const string& cName):Course(){
name = cName;
};
//拷贝构造函数
Course(const Course& ... | [
"lance9040@gmail.com"
] | lance9040@gmail.com |
5474f40902386f3c930cad9cdff4ccc3e3ca378e | f98fff06febd5e7b64ac9ee947d2821f6f5dd7ae | /findDuplicate.cpp | 6fd4dccb49ec51770e4dc64f2bb75c07fde0a4a0 | [] | no_license | shashankcic/June-Leetcoding-Challenge | e718aeb245579330ed6a17eb0627157425ca0065 | c34a617524ebf2f8d6982ca75824313cbdb81024 | refs/heads/master | 2022-11-18T00:01:16.551020 | 2020-07-04T18:34:13 | 2020-07-04T18:34:13 | 268,581,268 | 0 | 0 | null | 2020-07-04T18:34:14 | 2020-06-01T16:58:57 | C++ | UTF-8 | C++ | false | false | 346 | cpp | class Solution {
public:
int findDuplicate(vector<int>& nums) {
int n=nums.size();
for(int i=0;i<n;i++){
if(nums[abs(nums[i])-1]<0){
return abs(nums[i]);
}
else{
nums[abs(abs(nums[i])-1)]=-1*nums[abs(abs(nums[i])-1)];
}
}
... | [
"noreply@github.com"
] | shashankcic.noreply@github.com |
005460a2103e1fdad90b8850972d3013c15218ee | 5b53403815b2b2dd1fa68863f0c2dd28a9643151 | /hacks/42.fr-session-keepalive.ino | 3dcb6eb5d6ef6195becdcbbd62d4d2e3501d09e2 | [
"WTFPL"
] | permissive | pchanumolu/dotfiles | 93ce4d63eb60a392da15ebc6314ec5f7e3391af3 | c09dd8dbc6502954cac69f7d762e1cbec3b7fff0 | refs/heads/master | 2020-04-02T16:18:40.912345 | 2018-09-26T08:32:03 | 2018-09-26T08:32:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 249 | ino | /*
** Avoid 42.fr to disconnect
** sessions that exceed 42mn of
** log time ~
*/
void setup()
{
Serial.begin(9600);
delay(1000);
}
void loop()
{
/* Space is ok */
Keyboard.print(" ");
/* Wait for 10 minutes */
delay(1000 * 60 * 10);
}
| [
"me@trosa.io"
] | me@trosa.io |
65e979618d8ef79ba33d73b34c926ba96e7e26ce | 8447d06d0d5da3db2b3aae926ec66409b38fb140 | /3rdPartLib/DBow3/utils/bin_vocabulary.cc | 208fb200b13b0b4b0d494139417f3ea2275ea24a | [
"BSD-2-Clause"
] | permissive | HKPolyU-UAV/FLVIS | 60d0fecac6e10eb19a131d589a5c0ddf89198157 | 4ad31bbe5191ae2763c70a641c31337b1e06c9e2 | refs/heads/master | 2023-07-21T11:11:05.885918 | 2023-07-12T14:26:32 | 2023-07-12T14:26:32 | 197,144,164 | 145 | 37 | BSD-2-Clause | 2021-06-07T08:45:04 | 2019-07-16T07:33:55 | C++ | UTF-8 | C++ | false | false | 453 | cc | //Second step,creates the vocabulary from the set of features. It can be slow
#include <iostream>
#include <vector>
// DBoW3
#include "DBoW3.h"
// OpenCV
#include <opencv2/core/core.hpp>
using namespace DBoW3;
using namespace std;
// ----------------------------------------------------------------------------
int ... | [
"chensy1991@gmail.com"
] | chensy1991@gmail.com |
43306ea63c7009e4538abdccb00820347543969f | 97ca042c1dc26f37229b3786f911797d0be8b4c0 | /TutSaludarGui/main.cpp | 9bda6147ca5582824b499f998d0992b8eda04859 | [] | no_license | eriDam/Qt_Cpp_Projects | d8dea941d6ab728cf47c418318eb24edbb80368a | 80f8522a83e03e206ea300b96f5f8571710a474f | refs/heads/master | 2016-09-05T14:55:40.339447 | 2015-03-28T09:36:29 | 2015-03-28T09:36:29 | 32,111,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 305 | cpp | #include "saludar.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);//Secrea aplicacion de QT
Saludar w; //Creo form a partir de clase
w.show(); //Muestro form
// w.setCaption("Nombres para Saludar"); //Asigno caption al form
return a.exec();
}
| [
"erika.c.caballero@gmail.com"
] | erika.c.caballero@gmail.com |
e6867d1df54ab74d77c66665080d961ad3ededbd | ba6536a7ccfbe97271a3ee323a7f9eb2a3c9036b | /break statement.cpp | c8a9d8f98c63470cd4b3bc46f6f0a18373e95d9f | [] | no_license | AjitShahcw/C-programming-Beginner | 05b616b96119f38f4953174ac26dde5c28e2fd56 | f08ba8b65284243c2fe7e03cfbea06117aadd030 | refs/heads/master | 2021-09-24T09:38:32.364998 | 2018-10-07T09:46:08 | 2018-10-07T09:46:08 | 123,615,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 104 | cpp | #include<stdio.h>
int main()
{
int i;
for(i=0; i<=5; i++)
break;
{
printf("%d",i);
}
}
| [
"noreply@github.com"
] | AjitShahcw.noreply@github.com |
f5fff986a30fc0c0f3ca0cccb2d95e015e550188 | 9ac0d5a496dc02b1b21976fd53c6d69ca1bc660e | /include/bauasian/post_processors/ssao_blur.hpp | 857aad32fdabb75cc2f751f4864d8ec35f55917a | [] | no_license | karol-gruszczyk/graphics-engine | b38c0471f73cf97697c44788972101635b2a9025 | 98eda2ecb250ec408648c80c9a493354e68cf7fc | refs/heads/master | 2021-01-17T09:53:31.244827 | 2017-01-24T09:31:50 | 2017-01-24T09:31:50 | 37,024,101 | 2 | 0 | null | 2016-06-02T16:48:21 | 2015-06-07T16:47:46 | null | UTF-8 | C++ | false | false | 264 | hpp | #ifndef BAUASIAN_SSAO_BLUR_HPP
#define BAUASIAN_SSAO_BLUR_HPP
#include "area_filter.hpp"
namespace bauasian
{
class SSAOBlur;
}
class bauasian::SSAOBlur : public AreaFilter
{
public:
SSAOBlur(const glm::uvec2& size);
};
#endif /* BAUASIAN_SSAO_BLUR_HPP */
| [
"karol.gruszczyk@gmail.com"
] | karol.gruszczyk@gmail.com |
8528132bac1e0659dc634aa91736357432f50eaa | 3244126d2d1258dcae76c06b205dc5aa85da2f95 | /symmath/tensors/scalar.hpp | fc19e74bae6a17ec091f636f7f89e7964940c00d | [] | no_license | gorobot/symmath | 0e37a6eb8217131b184e5baf74b84d560d0600d3 | 779553b2b76f9a44f2b110da87fd5f6a2d2cb27d | refs/heads/master | 2020-07-10T19:03:09.226047 | 2019-09-25T22:33:37 | 2019-09-25T22:33:37 | 204,340,982 | 0 | 0 | null | 2019-10-05T19:10:10 | 2019-08-25T19:34:24 | C++ | UTF-8 | C++ | false | false | 3,143 | hpp | #ifndef SYMMATH_TENSORS_SCALAR_HPP
#define SYMMATH_TENSORS_SCALAR_HPP
#include <symmath/tensors/tensor.hpp>
namespace sym {
// -----------------------------------------------------------------------------
template< typename T >
using Scalar = Tensor<T, 0, 0>;
// ----------------------------------------------------... | [
"noreply@github.com"
] | gorobot.noreply@github.com |
402c4e7fb832cf951c3ba920b782faf23065cc92 | 9f9cbb082eac69bac1e7a44c944e40fc2eb7901d | /lesson-01/t-simple-tests/floor_sqrt.cpp | 1535d0b924c1c874ab92466f68f0ac011ba84fbe | [] | no_license | dutow/elte-cpp-examples | af5f666aff9dbb164d4eee6da03a5b1bbdc78074 | 82cd4789a8c192aa2a80e2f24a16b2ca7aafec44 | refs/heads/master | 2021-01-10T12:23:12.311051 | 2016-04-21T17:41:55 | 2016-04-21T17:41:55 | 51,207,144 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 681 | cpp |
#include "gtest/gtest.h"
/**
* Visszaadja a parameterkent megadott szam gyokenel kisebb vagy egyenlo legnagyobb egesz szamot
*/
unsigned int floor_sqrt(unsigned int number)
{
switch(number)
{
case 0: return 0;
case 1:
case 2:
case 3:
return 1;
default:
{
... | [
"zsolt.parragi@cancellar.hu"
] | zsolt.parragi@cancellar.hu |
bf0bc4591d023a7f07917ba1ddbf70c90f95f812 | 1b8ae41e4e43429ba6c21b49fdfa7312ddee23b3 | /dp_labs_and_solutions/dp_labs_and_solutions/dp_cpp_labs_and_solutions/null_object/solution/divide.h | f1d77ed20b18b618b22c6377a09844d41c02989a | [] | no_license | Technipire/Cpp | 9f8476a944497b82ce425a3d9191acb74337a129 | 78d4c89385216865b9a9f475055fca1ff600d2a4 | refs/heads/master | 2021-05-01T16:31:45.977554 | 2017-04-03T00:02:01 | 2017-04-03T00:02:01 | 32,282,437 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | h | // divide.h
#ifndef divide_header
#define divide_header
#include "binary.h"
class expression;
class expression_visitor;
class divide : public binary
{
public:
divide(expression * a_operand1, expression * a_operand2);
virtual void accept(expression_visitor & a_expression_visitor);
};
#endif
| [
"andyxian510@gmail.com"
] | andyxian510@gmail.com |
e76adf6bdc2517e2b7caf74f7a53f19d75c25627 | 8b7c22490f559648137e406f1264f1427275df5e | /src/engine/material.h | 22a9929e4af78b2406c7d730ff31f3755c4b8918 | [] | no_license | stbuehler/sea-crossing | 4fe28d39e057f3b3051a00f1f75ded9c470d1ce9 | be1f7ea75ed3d78c764c9538851233edeeaa1ec4 | refs/heads/master | 2021-01-16T21:26:03.944357 | 2013-09-03T15:40:39 | 2013-09-03T15:40:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | h | #ifndef material_h
#define material_h
#include "GLSLProgram.h"
#include "texture.h"
struct MaterialInfo
{
MaterialInfo() : id(0) {}
int id;
char* diff_path;
char* spec_path;
char* roughness_path;
char* normal_path;
};
class Material
{
private:
int id;
GLSLProgram *shaderProgram;
Texture *diffuseMap;
Text... | [
"michael.becher.1990@googlemail.com"
] | michael.becher.1990@googlemail.com |
5a229c94ad8e2b3da6ccca7d86cd1db715ce713d | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /blimp/net/blimp_message_pump.h | 199ca51cd4346ca9f38ebae40b0c6cd6543c31db | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 2,517 | h | // Copyright 2015 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 BLIMP_NET_BLIMP_MESSAGE_PUMP_H_
#define BLIMP_NET_BLIMP_MESSAGE_PUMP_H_
#include <memory>
#include "base/macros.h"
#include "base/memory/ref_cou... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
d66a4d23036be7ed7de4ea16ebe5a1876ce8c101 | f44aa00a6a5ac21279b70ca88842fd402ea91a4c | /src/Resources.cpp | 9ba7284ea0c53918812319cacd80966d0f41e2d1 | [] | no_license | devJudi/2048 | 4519070058570ff5d6d73c7dc5a46d4d7af2f68d | 55b180e5e27c6ca24ab5d0116b96ab880e61c76c | refs/heads/master | 2020-08-21T15:58:00.807196 | 2019-11-01T15:10:17 | 2019-11-01T15:10:17 | 216,193,495 | 0 | 0 | null | 2019-10-31T08:10:37 | 2019-10-19T11:10:56 | C++ | UTF-8 | C++ | false | false | 186 | cpp | #include "Resources.h"
Resources::Resources()
{
//ctor
}
Resources::~Resources()
{
//dtor
}
void Resources::loadFonts()
{
fontPixel.loadFromFile("fonts/pixelFont.ttf");
}
| [
"mikami383@gmail.com"
] | mikami383@gmail.com |
5afabe669a998707ef7cc964305dc901f9b150bc | 4dd5d885768d911484954e084592efe369724637 | /Source/Core/DX_12/DX_12RenderDevice.hpp | 404e03f93a2233237066c9a249cef6de7dac8101 | [
"MIT"
] | permissive | glowing-chemist/Bell | d160f71b905da0629fb67378352ad1a0fd014057 | 610078a36c831f11c923f34f3e72be0009fcf6a6 | refs/heads/master | 2022-01-16T22:59:59.179596 | 2021-12-23T11:28:16 | 2021-12-23T11:28:16 | 160,046,575 | 18 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,501 | hpp | #ifndef DX_12_RENDER_DEVICE_HPP
#define DX_12_RENDER_DEVICE_HPP
#include "Core/RenderDevice.hpp"
#include "D3D12MemAlloc.h"
#include <d3d12.h>
#include <dxgi1_4.h>
class DX_12RenderDevice : public RenderDevice
{
public:
DX_12RenderDevice(ID3D12Device*, IDXGIAdapter* adapter, IDXGIFactory* deviceFactory, GLFWwindow*)... | [
"olie.smit0@gmail.com"
] | olie.smit0@gmail.com |
162b5af3f830a2b2df23b246b48be0520afc5a1e | 6f617e5a798ff9f55983cecba2378d8c5b65ff7c | /node_modules/uws/src/WebSocket.h | 346ba574a6290aac6a19700b6ba072481d6c79d5 | [
"Zlib"
] | permissive | farshidrezaei/Chat | f12c555464a9c3118d560c0e57fb48f34a4ac16f | aae3042e9650dc8f1d58728716379cc51804181e | refs/heads/master | 2022-02-24T02:57:38.917666 | 2022-02-09T12:01:40 | 2022-02-09T12:01:40 | 94,820,417 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,931 | h | #ifndef WEBSOCKET_UWS_H
#define WEBSOCKET_UWS_H
#include "WebSocketProtocol.h"
#include "Socket.h"
namespace uWS {
template <bool isServer>
struct Group;
template <const bool isServer>
struct WIN32_EXPORT WebSocket : protected uS::Socket {
struct Data : uS::SocketData, WebSocketProtocol<isServer> {
std:... | [
"farshid.net1@yahoo.com"
] | farshid.net1@yahoo.com |
1e6a0cdd0dd82e1ced27de099e9ef8cd82390d3c | 23742c92955059c475ed00d83773806ad99dd565 | /src/main.h | acb7919dcc103b3cba078449544c2f6d596e43bb | [
"MIT"
] | permissive | zygisau/Blockchain_project | a2c1a7709f420d71d6e1788a7e5e30ddbf7227ff | b50ee2fb9408a1064256edbc441e4109f356dcb5 | refs/heads/master | 2020-08-06T20:19:26.043677 | 2019-11-21T20:56:15 | 2019-11-21T20:56:15 | 213,140,712 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | h | //
// Created by zygisau on 2019-10-06.
//
#ifndef BLOCKCHAIN_MAIN_H
#define BLOCKCHAIN_MAIN_H
#include <iostream>
#include <string>
#include <vector>
#include <random>
#include <chrono>
#include <fstream>
#include <memory>
#include <sstream>
#include <list>
#include <algorithm>
#include <iterator>
#include <function... | [
"zygimantasaugunas@gmail.com"
] | zygimantasaugunas@gmail.com |
791bf017d3de23b1d6c0ec134b8c4c93cac5fe32 | cfb156de35a7f3987f88d6b025c762921f5e9931 | /tests/libs/dl_preempt_library_1.cpp | b4d81d5ac04951cefd556f254a75f3e0fe8517c5 | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | aosp-mirror/platform_bionic | 6faa82304cb67f3347a9b04f2f0eb712444d764a | 143f3cea320becbfc836309fade5dfa1074731d0 | refs/heads/master | 2023-07-08T07:44:02.618070 | 2023-06-26T23:35:08 | 2023-06-26T23:35:08 | 65,830 | 300 | 131 | null | 2018-11-05T20:53:52 | 2008-10-21T18:19:55 | Objective-C | UTF-8 | C++ | false | false | 1,405 | cpp | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"dimitry@google.com"
] | dimitry@google.com |
7792860525bff845f1d1e0bdf3cbae543d2c09f4 | d64d9c52f78d2b332791217a9e91bab7e8fa2599 | /tests/unit/util/tagged.cpp | 6058ff2c971f2210ac56ecf17184aa4382b5a1c8 | [
"LicenseRef-scancode-free-unknown",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Jakub-Golinowski/hpx | a81c7cdbd8e1daf530d93d2dbafb69d899229efa | 7c762ea235d5d7cde0d2686c84902016c33f2bec | refs/heads/master | 2021-04-26T23:19:08.776815 | 2018-05-04T12:36:48 | 2018-05-04T12:36:48 | 123,970,854 | 1 | 0 | BSL-1.0 | 2018-03-05T19:53:11 | 2018-03-05T19:53:11 | null | UTF-8 | C++ | false | false | 4,110 | cpp | // Copyright (c) 2015 Hartmut Kaiser
//
// 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)
#include <hpx/hpx_init.hpp>
#include <hpx/util/tagged_pair.hpp>
#include <hpx/util/tagged_tuple.hpp>
#include <hpx/util/lig... | [
"hartmut.kaiser@gmail.com"
] | hartmut.kaiser@gmail.com |
a46604855a9f51bb0d15d30a14b92cdbb1459c56 | 607a24dffd79cb50feb0c90d9b528ab01a694648 | /MATERI BASIC/arraymultidemensibuiltin/main2.cpp | a09fb42f79184b51e9d3eb19181d13061ef07929 | [] | no_license | yogadwiprasetyo/belajar-cpp | fa8b4b74a11f6fca9556beb116d1d0d890a43765 | e676c0a78a9fdfacbca1e11a6b5370b1175945ed | refs/heads/master | 2021-01-04T17:33:04.825013 | 2020-02-15T14:15:35 | 2020-02-15T14:15:35 | 240,688,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 497 | cpp | #include <iostream>
using namespace std;
// const = nilai pasti;
void Printarray(int *ptrArray, int baris, int kolom){
int index = 0;
for(int i = 0; i < baris; i++){
cout << "[";
for(int j = 0; j < kolom; j++){
cout << (*ptrArray + index) << " ";
index ++;
}
cout << "]" << endl;
}
}
int main(){
/... | [
"yprsty01@gmail.com"
] | yprsty01@gmail.com |
a23ada77f7777fcb91b352cef905ade425889876 | e5f2327b5652c248386f1ff6e472a66458897aaf | /Number communication/_1/_1.ino | 6cdd8ba280e28ec025fe768536feac6c34049d4f | [] | no_license | jordipujolreu/Serial | 2f28175fb9e402e98801c8e4b076f8d87cef51cc | c77ad9508bf6aab35a7dda7b0b69a74fd8a2ddfa | refs/heads/master | 2020-05-23T07:49:52.974618 | 2017-03-02T21:48:07 | 2017-03-02T21:48:07 | 80,450,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,019 | ino | /**********************************************************************************
** **
** SERIAL **
** Number comunication ... | [
"jordipujolreu004@gmail.com"
] | jordipujolreu004@gmail.com |
32542c5dffcd748ee2c06a0611c5d4f25d2a5b00 | 1b96b8a31f907a7a0b1d0159737bf208732f8a2d | /dev/so_5/priority.hpp | 48f83a4c4656c03baa5890c78c8c0ea1ca0582e3 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Stiffstream/sobjectizer | 0903578015d99861ff851165acf978d4cb64096a | 5035f9948632d8105d916a930263b3a55cf1e157 | refs/heads/master | 2023-07-11T08:39:22.618525 | 2023-07-10T10:21:43 | 2023-07-10T10:21:43 | 186,988,663 | 399 | 43 | NOASSERTION | 2020-05-24T13:31:50 | 2019-05-16T08:45:51 | C++ | UTF-8 | C++ | false | false | 3,988 | hpp | /*
* SObjectizer-5
*/
/*!
* \file
* \since
* v.5.5.8
*
* \brief Definition of priority type.
*/
#pragma once
#include <type_traits>
#include <stdexcept>
#include <string>
namespace so_5 {
/*!
* \since
* v.5.5.8
*
* \brief Definition of supported priorities.
*/
enum class priority_t : unsigned char
{
... | [
"eao197@gmail.com"
] | eao197@gmail.com |
81ba7168835f079407e5300f8ff368664d3aa143 | f2e027bf993bdad87b894d606c1bc8335c032c29 | /fw/system_info.cc | 04b070307375e24f1f1c8d2a6792fe4d1cceaa8d | [
"Apache-2.0"
] | permissive | mjbots/moteus | 857546df67c4140a4c55ae73baab2077ada83849 | da016eb5bb77c6d3a6cbc2191576579f26238a59 | refs/heads/main | 2023-08-08T22:02:53.352368 | 2023-08-08T15:00:02 | 2023-08-08T15:00:02 | 174,456,820 | 638 | 215 | Apache-2.0 | 2023-05-06T16:05:15 | 2019-03-08T02:43:21 | C++ | UTF-8 | C++ | false | false | 2,719 | cc | // Copyright 2015-2022 Josh Pieper, jjp@pobox.com.
//
// 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... | [
"jjp@pobox.com"
] | jjp@pobox.com |
c9d7da9807ce36acf189df4b8c77a298348243cd | 2a61b02c26e77686e38cd9039e6f4b0530ddb7c9 | /bitbots_motion/bitbots_quintic_walk/include/bitbots_quintic_walk/walk_visualizer.h | 5d4e5a764ed561b145d5bd83efba2d0785b1ff12 | [
"MIT"
] | permissive | fly-pigTH/bitbots_thmos_meta | 931413e86929751024013b8e35f87b799243e22c | f45ccc362dc689b69027be5b0d000d2a08580de4 | refs/heads/master | 2023-08-27T02:58:08.397650 | 2021-10-22T17:17:11 | 2021-10-22T17:17:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,888 | h | #ifndef BITBOTS_QUINTIC_WALK_INCLUDE_BITBOTS_QUINTIC_WALK_WALK_VISUALIZER_H_
#define BITBOTS_QUINTIC_WALK_INCLUDE_BITBOTS_QUINTIC_WALK_WALK_VISUALIZER_H_
#include <ros/ros.h>
#include <bitbots_quintic_walk/WalkDebug.h>
#include <bitbots_quintic_walk/WalkEngineDebug.h>
#include <bitbots_quintic_walk/walk_utils.h>
#inc... | [
"759074800@qq.com"
] | 759074800@qq.com |
0e3bcd06b798f2955b7a1fdc36b396cae2a2fe2b | 004b288aeabe99ddfc212df8232ca3cd527a341b | /lib/ah_chunks_to_symbols_impl.h | f238cdc4793e7bb6c002832878cda567cf5ad3d6 | [] | no_license | zitouni/gr-ieee80211ah | 1b604b5b86113d2095431027e9aa271b144d6d62 | 5be0061d33c724a14521f29949e397d7acd42a02 | refs/heads/master | 2021-01-19T05:29:12.583533 | 2016-08-22T13:19:48 | 2016-08-22T13:19:48 | 64,380,409 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,841 | h | /* -*- c++ -*- */
/*
* Copyright 2016 <+YOU OR YOUR COMPANY+>.
*
* This 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, or (at your option)
* any later version.
*
* This software i... | [
"rzitouni@gmail.com"
] | rzitouni@gmail.com |
e1b034d5ee9ea850305777e6c3e00d21819aad27 | 8fce7da004a35a90d9497fddbadb229339a7e7d6 | /Accelerometer.ino | e6840d1281031d3169fd977f5a376057caca6a6e | [] | no_license | ben-cunningham/quadcopter | 6ea16e546981aaf80d7498cb806df7b86558b28e | b1e642aadedea16c3ce77914d25e36a97f31afb7 | refs/heads/master | 2021-01-01T05:59:42.037762 | 2014-09-06T23:43:40 | 2014-09-06T23:43:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,190 | ino | #include "Wire.h"
//map float values
float mapfloat(float x, float in_min, float in_max, float out_min, float out_max)
{
return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
}
void initAccel(){
//all values are correctly set from default
}
void calcAccelVals() {
byte* data = readFromDevi... | [
"benjamincunningham@Benjamins-MacBook-Pro.local"
] | benjamincunningham@Benjamins-MacBook-Pro.local |
c38e0863edf53e9e34484467aa57f217e85c934a | d2d6aae454fd2042c39127e65fce4362aba67d97 | /build/iOS/Release/include/Fuse.Animations.SeekResult.h | d76c4a884ac893f5448fa09c00df1471320ffeee | [] | no_license | Medbeji/Eventy | de88386ff9826b411b243d7719b22ff5493f18f5 | 521261bca5b00ba879e14a2992e6980b225c50d4 | refs/heads/master | 2021-01-23T00:34:16.273411 | 2017-09-24T21:16:34 | 2017-09-24T21:16:34 | 92,812,809 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h | // This file was generated based on '../../AppData/Local/Fusetools/Packages/Fuse.Animations/0.46.1/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Animations{
// internal enum SeekResult :117
uEnumType* SeekResult_type... | [
"medbeji@MacBook-Pro-de-MedBeji.local"
] | medbeji@MacBook-Pro-de-MedBeji.local |
64390c0eb9bc34a4d61d84c727704daa81bc49c5 | 7b4d5523b10ce2e9396308bcb8072b267ca32f38 | /src/portable_archive/slimarchive.hpp | 65d8cc70259a9ced855e945c8b0d6972042adfdd | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-public-domain",
"BSL-1.0"
] | permissive | tstenner/liblsl | cd3cc54d9068d5cfb8fac5aab4d9c39e8d432ad0 | 1dc3e2dbdff3b36890beda1edbff5bc36ee0f4b6 | refs/heads/master | 2023-08-17T07:15:45.899442 | 2023-08-15T11:28:53 | 2023-08-15T11:28:53 | 123,417,459 | 2 | 1 | MIT | 2020-01-16T08:11:10 | 2018-03-01T10:07:46 | C++ | UTF-8 | C++ | false | false | 6,021 | hpp | #pragma once
/// Small shim implementing the needed Boost serialization classes for liblsl
#include <cstdint>
#include <stdexcept>
#include <streambuf>
#include <type_traits>
/// dummy #defines to prevent portable archive from loading additional boost archive parts
#define NO_EXPLICIT_TEMPLATE_INSTANTIATION
#define ... | [
"ttstenner@gmail.com"
] | ttstenner@gmail.com |
36aca25edd12d09cf1dc301e3122b0060872d010 | 5cb7cb560fc01c4a9a0cae53646d5b38facbba1c | /QNShortVideo-With-TuTu-iOS/PLShortVideoKit-master/Example/PLShortVideoKitDemo/EasyARSDK/easyar.framework/Headers/frame.hxx | d531ff16c92cd2e1b3caf55093062a3119b009d1 | [
"MIT",
"Apache-2.0"
] | permissive | pili-engineering/QNShortVideo-TuTu | 3ad71a9be1494934c20509e03530ed2c904cf7b0 | 2a31b9d03cc000b36e6fb3e4d00090521fb7cd37 | refs/heads/master | 2021-07-18T17:03:55.316867 | 2019-05-29T10:52:14 | 2019-05-29T10:52:14 | 184,221,651 | 1 | 8 | MIT | 2020-06-23T04:16:30 | 2019-04-30T08:21:02 | Objective-C | UTF-8 | C++ | false | false | 9,268 | hxx | //=============================================================================================================================
//
// EasyAR 2.2.0
// Copyright (c) 2015-2017 VisionStar Information Technology (Shanghai) Co., Ltd. All Rights Reserved.
// EasyAR is the registered trademark or trademark of VisionStar Infor... | [
"hxiongan@gmail.com"
] | hxiongan@gmail.com |
d2b45641f8b235b74810e39181221bdb7d8b34d5 | 5a7ffda92f7518f0392efbed028476c7fb61e15f | /stepik_cpp/First_Course/string/main.cpp | f278815ea82cee84ea5ea1728c04b22df9db448d | [] | no_license | Ukio-G/study_cpp | 989cdd33969fbd621f3857e8abd9a1f3bb301212 | 004deee88d1d817c7a4dc1faa0cda3eb7e105300 | refs/heads/master | 2022-12-22T11:17:49.302062 | 2022-12-21T19:55:38 | 2022-12-21T19:55:38 | 247,478,919 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 378 | cpp | #include <iostream>
#include <cstddef> // size_t
#include <cstring> // strlen, strcpy
struct String {
String(const char *str = "");
size_t size;
char *str;
};
String::String(const char *str) : size(strlen(str)), str(new char[size+1]){
strcpy(this->str,str);
this->str[size] = '\0';
}
int main(int argc, char cons... | [
"nik3207974@ya.ru"
] | nik3207974@ya.ru |
47267d78daae4a705024df166ce9bbbf65a498c6 | 1bfc3919d3ad25ce7075b00114bb461154815110 | /src/qt/optionsdialog.cpp | 276ae5b2d61394170a8ab3b1396c26730b898f15 | [
"MIT"
] | permissive | billetcoin/blt | 705ab2fd772449735a5feadf1da934227500f5cc | 7dcd673ca4e836290a637ed2b86da9d821e33fdc | refs/heads/master | 2023-03-22T21:12:11.626219 | 2021-03-19T16:00:05 | 2021-03-19T16:00:05 | 271,081,298 | 3 | 6 | MIT | 2020-08-15T21:19:43 | 2020-06-09T18:34:47 | C++ | UTF-8 | C++ | false | false | 13,088 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2017-2019 The Billetcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/billetcoin-config.h"
#endif
... | [
"cortezhashfarm@gmail.com"
] | cortezhashfarm@gmail.com |
0d937edd94437cf9269235f6f2870e8cd36422df | ef76d1b825c7853f05fa833f9e8d7f45ba633357 | /Iterator/Iterator.cpp | f9d1790f45d9b48ef9d144f6608150f9d01212fe | [] | no_license | StabCrab/SchoolLabs | 3995d21323d568071ced95bb7bacecc443f96ad4 | 9aab9f80ce14c4066bed7e7e14f7069429efb0b9 | refs/heads/master | 2021-07-10T11:11:11.287248 | 2019-03-20T12:49:05 | 2019-03-20T12:49:05 | 133,848,063 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 575 | cpp | //
// Created by trykr on 12.12.2018.
//
#include <iostream>
#include <set>
#include <iterator>
using namespace std;
int main()
{
int n, x;
set <int> Set;
set<int>:: iterator it;
cin >> n;
for (int i = 0; i < n; i++)
{
cin >> x;
Set.insert(x);
}
it = Set.begin();
c... | [
"trykrop@gmail.com"
] | trykrop@gmail.com |
3352159af9ec4faf67dcd6f1b968b10c8a5f899c | 35529931e528fe79275e36252f2c23a600b77cd3 | /app/src/main/cpp/JavaCallHelper.h | 0c47de361a49b38c1e50133fec386a1354125172 | [] | no_license | lgq895767507/QuickPlay | 8d2ac296a5b0449d81251b0ad4d83ab204879f2a | fe605d12fce0f215ff6cc84a2c74d8598e6e48b0 | refs/heads/master | 2020-07-11T21:46:24.283171 | 2019-08-27T07:53:52 | 2019-08-27T07:53:52 | 204,650,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | h | //
// Created by Administrator on 2019/6/4.
//
#ifndef PALYERWANGYI_JAVACALLHELPER_H
#define PALYERWANGYI_JAVACALLHELPER_H
#include <jni.h>
class JavaCallHelper {
public:
JavaCallHelper(JavaVM *_javaVM, JNIEnv *_env, jobject &_jobj);
~JavaCallHelper();
void onError(int thread, int code... | [
"liuguoqing@aihuishou.com"
] | liuguoqing@aihuishou.com |
2175cefdf21adc08ceeb8afb555316ddd9244822 | 49c44b0436a42fc3a53261f1df1014941f4882ba | /hw3d/BufferResource.h | 2463e6c432e8e2414c06151d97e0e3221a54cc16 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Black-Pixel-Cat/hw3d | eed37c270a3fe481707f3fe77b79bb640e6b0acc | eee6198c4858c216b9c93b04dc20ae1d254c79a4 | refs/heads/master | 2023-08-24T01:50:56.333285 | 2021-09-02T13:21:18 | 2021-09-02T13:21:18 | 393,624,072 | 1 | 0 | null | 2021-08-07T08:23:36 | 2021-08-07T08:20:56 | null | UTF-8 | C++ | false | false | 324 | h | #pragma once
#include "ConditionalNoexcept.h"
class Graphics;
namespace Bind
{
class BufferResource
{
public:
virtual ~BufferResource() = default;
virtual void BindAsBuffer( Graphics& ) noxnd = 0;
virtual void BindAsBuffer( Graphics&,BufferResource* ) noxnd = 0;
virtual void Clear( Graphics& ) noxnd = 0;
... | [
"ray_kun@hotmail.com"
] | ray_kun@hotmail.com |
9e001fab92aac35d0d2176e653554b76ae5038e2 | f6d7e45edebae52a00d7553dfcf7e4e33a5820df | /src/planner/vectorfield/VectorFieldPlanner.cpp | d65482d51bfe9916346f288053f2321c60e8c363 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | annadeichler/aikido | 45bc7d62a81a1472dc74fee3219c825585c59972 | dd5a99d31ff9b86bbf556b9db1e30733bbafdeed | refs/heads/master | 2021-08-11T08:36:55.891504 | 2017-11-13T12:21:01 | 2017-11-13T12:21:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,834 | cpp | #include <exception>
#include <string>
#include <aikido/planner/vectorfield/MoveEndEffectorOffsetVectorField.hpp>
#include <aikido/planner/vectorfield/VectorFieldPlanner.hpp>
#include <aikido/planner/vectorfield/VectorFieldPlannerExceptions.hpp>
#include <aikido/planner/vectorfield/VectorFieldUtil.hpp>
#include <aikido... | [
"brianhou@users.noreply.github.com"
] | brianhou@users.noreply.github.com |
c58c4e8498c06cca97be15a6a7c7f7a4ae871e55 | 47d95bb1d456ed3c5186c8caad5f0eea9d43be9b | /git-int/gitint-shell.cpp | 91cc303c5cc50c257bbddc99b198e17e0bca6bde | [] | no_license | roberthung88/Object-Oriented | 33b196ccc84cfe65c4b791020824bc6f1bee0685 | 6da8df35b0892c3416dfc90176357ad9e18587c6 | refs/heads/master | 2022-09-14T04:25:21.208210 | 2020-05-22T23:38:14 | 2020-05-22T23:38:14 | 266,226,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 691 | cpp | #include <iostream>
#include "gitint.h"
// Add any necessary headers
using namespace std;
void print_exception_message(const std::string& what_msg);
int main()
{
GitInt g;
string cmd_line;
bool quit = false;
const string PROMPT_STARTER = "$ ";
g.print_menu();
while(!quit){
cout ... | [
"juipohun@usc.edu"
] | juipohun@usc.edu |
e267c17616dbaa91ca08d3f528e7b454dbd4ab2e | be10415b7ecdc3c546d360b073fb2cbd2dc38f32 | /src/genwit.h | 5b1c10110751280b65b06b39af7682dcabc698d8 | [
"MIT"
] | permissive | socialtradercoin/sctr-core | 40b796e5b11a9f2ae6617cd3c78ca9aed672b04b | 3f1429b41049b810b57256419f7d5d8401db25a3 | refs/heads/master | 2020-06-01T01:10:24.774556 | 2019-06-06T11:43:46 | 2019-06-06T11:43:46 | 190,571,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | h | // Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2019 The SocialTrader developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SCTR_GENWIT_H
#define SCTR_GENWIT_H
#include <iostream>
#include "bloom.... | [
"socialtraderdev@gmail.com"
] | socialtraderdev@gmail.com |
cef32c9670bd3aad8d4fdbb634ca9b66456fe526 | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /_REPO/MICROSOFT/calculator/src/Calculator/Controls/CalculationResultAutomationPeer.cpp | 6f381e28d76e07ba4f05d9adb7324c76bcf27a3d | [
"MIT",
"Apache-2.0",
"LGPL-2.1-or-later"
] | permissive | bgoonz/UsefulResourceRepo2.0 | d87588ffd668bb498f7787b896cc7b20d83ce0ad | 2cb4b45dd14a230aa0e800042e893f8dfb23beda | refs/heads/master | 2023-03-17T01:22:05.254751 | 2022-08-11T03:18:22 | 2022-08-11T03:18:22 | 382,628,698 | 10 | 12 | MIT | 2022-10-10T14:13:54 | 2021-07-03T13:58:52 | null | UTF-8 | C++ | false | false | 1,039 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "pch.h"
#include "CalculationResultAutomationPeer.h"
using namespace Windows::UI::Xaml;
using namespace Windows::UI::Xaml::Automation::Peers;
namespace CalculatorApp::Controls
{
CalculationResultAutomationPe... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
383652f12713f3308a9eec1423552d8694e1b5aa | 0da7fec56f63012180d848b1e72bada9f6984ef3 | /PocketDjVu_root/libdjvu/DjVuInfo.cpp | 47f8ae699da766a485fc7f73cba83dde521e3f93 | [] | no_license | UIKit0/pocketdjvu | a34fb2b8ac724d25fab7a0298942db1755098b25 | 4c0c761e6a3d3628440fb4fb0a9c54e5594807d9 | refs/heads/master | 2021-01-20T12:01:16.947853 | 2010-05-03T12:29:44 | 2010-05-03T12:29:44 | 32,293,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,873 | cpp | //C- -*- C++ -*-
//C- -------------------------------------------------------------------
//C- DjVuLibre-3.5
//C- Copyright (c) 2002 Leon Bottou and Yann Le Cun.
//C- Copyright (c) 2001 AT&T
//C-
//C- This software is subject to, and may be distributed under, the
//C- GNU General Public License, Version 2. The licen... | [
"Igor.Solovyov@84cd470b-3125-0410-acc3-039690e87181"
] | Igor.Solovyov@84cd470b-3125-0410-acc3-039690e87181 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.