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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
025b5c459cbc7f919cb7454d64cf85f7358edade | e60daaf5dc1d0a8bfe29c09fc407d5d107bbfced | /Test.cpp | 631a7a738b686596746a8612ac8a69791d7db099 | [] | no_license | ashrajesh/ds-flight-planner | 790cd3ed3a72047a60766ef0e677ac6f46b2b38f | a9fc1024c57799f31939deb1df629e6f4dd8e443 | refs/heads/master | 2023-03-01T18:36:52.247801 | 2021-02-08T16:08:58 | 2021-02-08T16:08:58 | 337,130,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,264 | cpp | //
// Created by Ashwi on 10/31/2020.
//
// Created by Ashwi on 9/26/2020.
#include "catch.hpp"
#include "stringclass.h"
#include "linkedlist.h"
#include "city_node.h"
#include "stack.h"
#include "adjacency.h"
TEST_CASE("String Class can be utilized", "[stringclass]")
{
my_string(a);
char* test_temp = (char... | [
"ashwin.rajesh@gmail.com"
] | ashwin.rajesh@gmail.com |
b4b08cfaec68c01130432e2b1a5d2802150370e8 | 22d8262ab315b8bef0a5189d74fdbd50ba5e990c | /spojprograms/TRICOUNT.CPP | 1cb1de387eef1c17f6516465e7e5c9aa644e0c4a | [] | no_license | kamalsam/spojkamal | b8a71ad4f07914074e955fe0f53698f0d33f4824 | 5d3b7e9b59369c0d5ab4bd0a6b0e22fc88aa952d | refs/heads/master | 2020-05-30T17:09:59.331056 | 2013-03-30T04:44:28 | 2013-03-30T04:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | /*
kamalsam
*/
#include<iostream>
using namespace std;
int main()
{
long long int t,i;
long long int n,result;
cin>>t;
for(i=0;i<t;i++)
{
cin>>n;
result=((n*(n+2)*(2*n+1))/8);
cout<<result<<endl;
}
return 0;
} | [
"kamalsam.21@gmail.com"
] | kamalsam.21@gmail.com |
9bfbff67bd25adbff6b22963be45234d885c6aae | 246b2d5833bb63f084d14eb206b70cea01f74624 | /Defencer.h | 88cf584f99607702f7dfb2ff42b00cb31ef868c2 | [
"MIT"
] | permissive | Robert-xiaoqiang/SplendidSoccer | 3da5542ecca1ad20d5166a2924dbabad5bb696d9 | 2e3b84d45deb655c226c1375b23fbdef457deae6 | refs/heads/master | 2020-03-24T03:39:26.270126 | 2018-07-30T13:00:01 | 2018-07-30T13:00:01 | 142,427,339 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | h | #pragma once
#include "General.h"
#include "OBJParse.h"
#include "Defencer.h"
class Defencer
{
public:
Defencer();
void init();
void render();
OBJParse defencerBody;
private:
//bool checkCollision();
GLuint defencerList;
};
| [
"3160101819@zju.edu.cn"
] | 3160101819@zju.edu.cn |
0f941334de7708285018e5e890a20335292825b3 | 4233f6e626aeba852f31d1e8b2df4e0c7a6bde79 | /src/Util.cpp | c60e8b2c590ce5e6573344c6401f4a3100e23d80 | [] | no_license | Anatole27/quad-rc | 9a1455ae541a5e51c2c19e1766ec42cdac6fcccd | cbfd3b1d15c3c4571e6340c4b1d3927db16ed286 | refs/heads/master | 2021-01-22T06:44:37.352326 | 2018-05-21T12:36:53 | 2018-05-21T12:36:53 | 31,164,870 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 905 | cpp | #include "Util.h"
#include "Arduino.h"
Util::Util()
{
}
void Util::compareAttitudes(float *att1, float *att2, float *dest)
{
dest[0] = att1[0]-att2[0];
for(int i=1;i<4;i++)
{
dest[i] = modulo2pi(att1[i]-att2[i]);
}
}
float Util::modulo2pi(float angle)
{
float angleWrapped = fmod(angle,2*P... | [
"anatole.verhaegen@gmail.com"
] | anatole.verhaegen@gmail.com |
bfe6ff367acf967f805ed50a260142b82c6d338c | aa2fe37c0c624215d021bb75a139de89066bee23 | /JogoDaVelha/jogo_da_velha.cpp | c30f392aefcf2156725c6dab8a1e28dece601629 | [] | no_license | fonte-nele/Jogos-Console | a2e4cd604a9c73d04dfa578a6eda6c0b17e056d0 | 768b706b6871118945a24d65c6deb96715c36988 | refs/heads/master | 2020-06-08T16:49:59.924634 | 2019-06-22T18:30:41 | 2019-06-22T18:30:41 | 193,267,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,166 | cpp | #include "jogo_da_velha.h"
int cont=1,rest=9;
void criar_matriz(char m[n][n])
{
int i,j;
for(i=0;i<3;i++)
{
for(j=0;j<3;j++)
{
m[i][j] = '0';
}
}
}
string maiusculo(string nome)
{
char ch;
int tam = nome.size();
for(int i=0;i<tam;i++)
{
ch = nome[i];
ch = toupper(ch);
nome[i] = ch;
}
return n... | [
"felipephontinelly@hotmail.com"
] | felipephontinelly@hotmail.com |
b8ca7e30d1717e495be9a43be8d8cdd802db9c18 | 16435c59f0a032ca2baf096bb5068f1cee3519b2 | /code/SC2020_Core/StrategyData.h | 5d32e2c3075815b99132eaefff9dc3e763920abe | [] | no_license | 9matan/spring-challenge-2020 | 1ee1f1ac377d11cdfa0cd3b809629dc0449d5c6e | 7910050ff961e591fb291763ba25397d4bc875d8 | refs/heads/master | 2022-11-25T21:43:17.740231 | 2020-05-17T10:27:27 | 2020-05-17T10:27:27 | 263,113,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | h | #pragma once
#include "CodingameUtility\VectorInPlace.h"
#include "GameConfig.h"
namespace SC2020
{
class CBotImpl;
struct SStrategyData
{
CBotImpl const* m_bot;
CVectorInPlace<unsigned int, MAX_PACS_CNT_PER_PLAYER> m_pacIdsOrder;
};
} | [
"oleg.yavorovich@gmail.com"
] | oleg.yavorovich@gmail.com |
84f2d5602babeb6351b0104853a938b88585d356 | a4dbb0a8cd7927f11dfa2e31ce2f53205275cece | /Client/client.h | 82a453234c749586b5ea1e5600517a942e1fe884 | [] | no_license | khadijaAssem/Sockets | a13cc46a548cb294346eb21efcf0acf8be26ac46 | 67df2a456a13a9004590f37eaf36654007b3c9fa | refs/heads/main | 2023-09-05T02:55:59.571089 | 2021-11-12T21:06:04 | 2021-11-12T21:06:04 | 426,775,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 693 | h | #pragma once
#ifndef CLIENT_H
#define CLIENT_H
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string>
#include <vector>
#in... | [
"khadegaassem22@gmail.com"
] | khadegaassem22@gmail.com |
4a1597fe784b313a2eeaa8b6158eff4fdcc65947 | a71b70de1877959b73f7e78ee62e9138ec5a2585 | /CF/20120203/E.cpp | 6b416a23d3caf0024db4d0495f462d5f8d8a2adc | [] | no_license | HJWAJ/acm_codes | 38d32c6d12837b07584198c40ce916546085f636 | 5fa3ee82cb5114eb3cfe4e6fa2baba0f476f6434 | refs/heads/master | 2022-01-24T03:00:51.737372 | 2022-01-14T10:04:05 | 2022-01-14T10:04:05 | 151,313,977 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,184 | cpp | #include<iostream>
#include<iomanip>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<cstdlib>
#include<cmath>
#include<map>
#include<set>
#include<queue>
#include<string>
#include<vector>
using namespace std;
int a[105][105],len[105],sum[105][105];
int dp[105][105];
int ans[105][10005];
int main()
{
... | [
"jiawei.hua@dianping.com"
] | jiawei.hua@dianping.com |
ca513efc1c8fb43fdf756b76d5ba12d77f0233be | 85c5b445a0d1ff5264f0b55e4fa81e87dfca4c66 | /abc/abc143/B/B.cpp | 61f6aacfd119c203f14095361025c69f91b7f167 | [] | no_license | ruanluyu/AtCoder | f3f3c8e47f97eb250cce43ace97942dc1ce0c906 | e34e644bd50fb20cad3c07aabb0478036cdcb9c2 | refs/heads/master | 2020-05-27T14:52:34.502755 | 2020-03-02T08:08:47 | 2020-03-02T08:08:47 | 188,670,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,850 | cpp | #include<bits/stdc++.h>
using namespace std;
#define REP(i,n) for(long long i=0;i<(n);i++)
#define REP1(i,n) for(long long i=1;i<=(n);i++)
#define REP2D(i,j,h,w) for(long long i=0;i<(h);i++) for(long long j=0;j<(w);j++)
#define REP2D1(i,j,h,w) for(long long i=1;i<=(h);i++) for(long long j=1;j<=(w);j++)
#define PER(i,n)... | [
"zzstarsound@gmail.com"
] | zzstarsound@gmail.com |
b145eb29410046e6413f3983e34a27bc3433330b | 89f7b6a4f52d25128ed7a237b6f699d612ca5353 | /Lotto.cpp | 56e1a9a1c6192381a3277abbe996f2bc668dec23 | [] | no_license | ArturMalec/Lotto | 6faa57995ed8160dc397498e642b0be2b60cea27 | 3678e73890f47a018ec610b07db04eb0f80dbee3 | refs/heads/master | 2020-05-21T01:35:24.967882 | 2019-05-17T14:48:11 | 2019-05-17T14:48:11 | 185,859,567 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,572 | cpp | #include "Lotto.h"
void Lotto::losowanie_gracza()
{
int INT_LOS = 6;
std::cout << "Podaj swoje liczby do skreslenia od 1 do 49: \n";
do
{
for (int i = 0; i < INT_LOS; i++)
{
std::cout << ">> ";
while (!(std::cin >> lg[i]))
{
std::cerr << "Musisz podac cyfry!" << std::endl;
st... | [
"noreply@github.com"
] | ArturMalec.noreply@github.com |
6eb56a7762b9c7c4749d1b21162fdfebf7f6bd7b | a1e9c9d651510907dd24fee4c1093019ac9dddee | /XMPFilesStatic/source/FileHandlers/PostScript_Handler.cpp | 7f97c4f04948f4c86454037533c0f26662883c00 | [
"Apache-2.0"
] | permissive | vb0067/XMPToolkitSDK | 0d36ef00e8222f0dd34e942131328b723110a6ee | 2ab080cfc448a2f81c9633e5048a234da1a62b9e | refs/heads/master | 2021-01-10T02:07:58.630009 | 2015-12-22T08:34:25 | 2015-12-22T08:34:25 | 48,419,780 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,361 | cpp | // =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2004 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe lic... | [
"yu@yyx-me.com"
] | yu@yyx-me.com |
86cce92800e45e564b155ee296de26b36542df15 | f68243f40e6dcf4a50954e1fd60627afb6bc6ca4 | /mgfx/app/Asteroids.cpp | 57375a0f6a05878596e880f74aa303801892d35b | [
"MIT"
] | permissive | CitrusForks/mgfx | 2c7fea695dc1ef9a00721f819cacb499eb65237e | e4d146f0e468ed22369a72e3a929ce64b31c818c | refs/heads/master | 2021-06-19T02:10:28.897783 | 2017-06-16T06:49:21 | 2017-06-16T06:49:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,121 | cpp | #include "mgfx_app.h"
#include "graphics2d/ui/window.h"
#include "graphics3d/device/IDevice.h"
#include "file/media_manager.h"
#include "animation/timer.h"
#include "stb/stb_image.h"
#include "json/src/json.hpp"
#include "Asteroids.h"
#include <graphics3d/camera/camera.h>
#include <glm/gtx/vector_angle.hpp>
// This... | [
"cmaughan@snarlsoftware.com"
] | cmaughan@snarlsoftware.com |
a71cb54c237f8d817a337e3c013d2b504b7885a6 | ae8c468438be6c03785dfdd362f7cba23fac4cc5 | /examples_glfwold/117_QuadSubdivOnMesh/main.cpp | 28f6c109625a2498c9a12833927a000107869703 | [
"MIT"
] | permissive | fixedchaos/delfem2 | 75e2ec9b08ced56aae3c027a42aa35361cee9451 | c8a7a000ec6a51c44bc45bc6ad0d0106d9315ade | refs/heads/master | 2022-11-02T11:03:11.851128 | 2020-06-14T07:25:28 | 2020-06-14T07:25:28 | 263,203,162 | 0 | 0 | MIT | 2020-05-12T01:42:10 | 2020-05-12T01:42:09 | null | UTF-8 | C++ | false | false | 6,613 | cpp | /*
* Copyright (c) 2019 Nobuyuki Umetani
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <vector>
#include <string>
#include <cstdlib>
#include "delfem2/mshmisc.h"
#include "delfem2/mshtopo.h"
#include "delfem2/vec3.h"
#incl... | [
"n.umetani@gmail.com"
] | n.umetani@gmail.com |
89c0eb304bb81ef497ac3adb0cfff5047d6ae30f | 168b2238a156a142e5e7f288326c4f08a291e857 | /reactor/s13/EPoller.cc | 1b4de3f03ecf34436f9cf78952c46b0f916e7259 | [
"BSD-3-Clause"
] | permissive | haocoder/recipes | 51acdfffa3e3cae272f965808208fc105f9a1a88 | 8caa231eba9b5006d56801a1cc29e06f2a82e9e7 | refs/heads/master | 2023-03-08T06:15:41.145616 | 2023-02-26T05:31:17 | 2023-02-26T05:31:17 | 231,206,675 | 0 | 0 | BSD-3-Clause | 2020-01-01T11:18:15 | 2020-01-01T11:18:14 | null | UTF-8 | C++ | false | false | 4,345 | cc | // excerpts from http://code.google.com/p/muduo/
//
// Use of this source code is governed by a BSD-style license
// that can be found in the License file.
//
// Author: Shuo Chen (chenshuo at chenshuo dot com)
#include "EPoller.h"
#include "Channel.h"
#include "logging/Logging.h"
#include <boost/static_assert.hpp>... | [
"chenshuo@chenshuo.com"
] | chenshuo@chenshuo.com |
f5f7acd839527b96b0690da2536e304d2ab0d1c7 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/chrome/browser/ui/search_engines/keyword_editor_controller.cc | a5cfdf419357cb18dcdbf7bb71d3e9bc732bda00 | [
"BSD-3-Clause",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 3,731 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
#include "base/prefs/pref_registry_simple.h"
#include "base/strings/utf_strin... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
d2234a4b720d7aff2e262598f5f1636c82ec0761 | 4a399d20f9934c4984bab229a015be69e9189067 | /devel/include/roboy_communication_middleware/RoboyState.h | a16f2727eb1937fc0d8c5e4bbdbc18a71deedc1d | [
"BSD-3-Clause"
] | permissive | Roboy/myoarm_small_FPGA | 09af14c7d82c9e8fc923842ae5aad1be6344bf27 | f2f11bee50078d8a03f352e3b3ef9f3d9244d87a | refs/heads/master | 2021-01-21T03:21:49.777564 | 2017-08-30T22:11:44 | 2017-08-30T22:11:44 | 101,892,113 | 0 | 0 | null | 2017-08-30T14:49:18 | 2017-08-30T14:33:46 | null | UTF-8 | C++ | false | false | 7,775 | h | // Generated by gencpp from file roboy_communication_middleware/RoboyState.msg
// DO NOT EDIT!
#ifndef ROBOY_COMMUNICATION_MIDDLEWARE_MESSAGE_ROBOYSTATE_H
#define ROBOY_COMMUNICATION_MIDDLEWARE_MESSAGE_ROBOYSTATE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serializatio... | [
"simon.trendel@tum.de"
] | simon.trendel@tum.de |
07b46625bb9c21e0778a42fbdd116eddb58e0594 | 4e0fad4fb8098de7693657f9c276f225f7e2bb68 | /stira/imageanalysis/imageanalysis/HOG.cpp | e2888133151a7b40a6e6582c9a687d3fd2fe21ea | [
"MIT"
] | permissive | JackZhouSz/stira | 6a9b3a0b393c5c10e67fb83719e59d9c8ee891f0 | 60b419f3e478397a8ab43ce9315a259567d94a26 | refs/heads/master | 2023-03-20T12:24:32.860327 | 2017-01-12T16:21:55 | 2017-01-12T16:21:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,565 | cpp | #include "HOG.h"
#include <iostream>
#include "../../imagetools/tools/DrawImageTools.h"
#include "../../imagetools/tools/ImageIO.h"
#include "../../filter/filter/SeparableFilter.h"
namespace stira {
namespace imageanalysis {
using namespace imagedata;
using namespace imagetools;
HOG::HOG( Image* pImage, common::Rect... | [
"filip.rooms@gmail.com"
] | filip.rooms@gmail.com |
804d1f525f2b147143f09d482425ede87a0f5f58 | 7d5119d123d65ccf3a2ead8bbb85fc9263acbb7a | /testing/protocols/h2rfp_client.cpp | 5d0fe552b1847b96c9a848c4b095fdde30d7c4ce | [] | no_license | LeTobi/tobilib | ce5fd1e86acbbab31f469c3f0fd698209c034077 | cca1f359dac60055f319efa232353ffd9c9f83b3 | refs/heads/stage | 2022-05-09T18:35:06.247528 | 2022-04-03T17:14:30 | 2022-04-03T17:14:30 | 145,462,833 | 0 | 0 | null | 2021-05-24T09:21:58 | 2018-08-20T19:41:27 | C++ | UTF-8 | C++ | false | false | 1,719 | cpp | #include "../../protocols/h2rfp.h"
#include <iostream>
using namespace tobilib;
using namespace h2rfp;
TCP_Endpoint endpoint ("localhost",15432);
Response servername;
void read_string(const Message& req)
{
std::cout << "Server is requesting a string: " << std::endl;
std::string input;
std::cin >> input;
... | [
"tohub@bluewin.ch"
] | tohub@bluewin.ch |
029f742300037ac659dd46188aacb6f15cca115b | 8321dcefe5eaa47ebdbe6faf0bf333a84ee85373 | /point.h | 730d4463fd49434a5915298e134d4c7b9bc80f9d | [] | no_license | trekhopton/ASCII_World_Generator | 3df499395ce61f9072a59564456a07b40edf6182 | 256a58d6ad5106d733b7a39a96b94267ee4d9637 | refs/heads/master | 2020-03-27T21:27:11.822604 | 2018-09-03T03:15:56 | 2018-09-03T03:15:56 | 147,145,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131 | h | #ifndef POINT_H
#define POINT_H
class point{
public:
point();
point(int posX, int posY);
int x;
int y;
};
#endif
| [
"trek.hopton@gmail.com"
] | trek.hopton@gmail.com |
5a93966fb95aee5f8ee6a5ada2a15bb4cc9af8e6 | 88a3ff5a9adab6045edec05d6208ca269f84a52f | /src/hash.h | a599379a4ebed3cb42bd61428965be3adf873bfc | [
"MIT"
] | permissive | 78ZeroBits/litecloud | 2ec4453b821b49d7203155fc11def361238bda79 | 5cc584cd11e46a8d8b626dead3cbef53ed0ef6f7 | refs/heads/master | 2020-03-30T12:01:29.101555 | 2018-10-06T06:12:28 | 2018-10-06T06:12:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,727 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The Litecloud developers
// Distributed under the MIT software license, see the accompanying
// file COPYING o... | [
"root@vultr.guest"
] | root@vultr.guest |
5dcad93e7e1ba9c0f9151226e4f34bc0206ea9a8 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/base/pnp/hotplug/rconfirm.cpp | d9c4e53a858aaa2ff05bfaf3ba56262d5fe629a6 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44,135 | cpp | //+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: rconfirm.c
//
//--------------------------------------------------------------------------
#include "HotPlug.h"
#define NOTIFYICO... | [
"112426112@qq.com"
] | 112426112@qq.com |
2c3d8858a1f2fde674f41b8fda7c8976241306e7 | 5ac19d80b92609cd3506220675ec45088d92441e | /utils/sim_robots/tribot/tribot.cpp | 97d188f6b26dc886fdd13663241383d16ba5a722 | [] | no_license | pmanoonpong/gorobots_edu | 3d5dc739a3058819fa6e5976c9041b07c944a616 | ee904c0e6c0773490c2d51229a15d00652a2472e | refs/heads/master | 2023-05-25T13:30:37.175280 | 2023-05-19T15:49:37 | 2023-05-19T15:49:37 | 42,652,094 | 3 | 8 | null | 2015-10-02T08:33:08 | 2015-09-17T11:21:12 | null | UTF-8 | C++ | false | false | 3,889 | cpp | #include "tribot.h"
#include <math.h>
#include "toolbox.h"
#include <ode_robots/primitive.h>
namespace lpzrobots {
/**
* Constructor
*/
Tribot::Tribot(const OdeHandle& odeHandle,
const OsgHandle& osgHandle,
const TribotConfig& config,
const std::string& nam... | [
"poramate@manoonpong.com"
] | poramate@manoonpong.com |
0828be47c4da85e8590704fe85928482805e1f92 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/_old/webrtc-qt5.11.2_for_boss/test/video_renderer.h | b9c9d857f3a10c542526e805b355a0e9716fba29 | [
"MIT",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-takuya-ooura",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"MS-LPL",
"LicenseRef-scancode-google-patent-licen... | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 1,540 | h | /*
* Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"slacealic@nate.com"
] | slacealic@nate.com |
a33f180b8616a9c49b02a4c34b97492350d9186b | 00f964ab109f17423617037fe48ab2d823bcde2b | /src/linklayer/ieee80211/mgmt/Ieee80211MgmtAPBase.h | d5654c9cc1ed3cbd675e981646ea0dfe621c820d | [] | no_license | PASER/Simulation-INETMANET | 2c18bc6d076d425a6660ecea699df5ae80f73273 | 47c30f967ce6135c4e07399ecfad32590348f1d3 | refs/heads/master | 2016-08-05T19:57:54.742163 | 2012-12-18T11:30:21 | 2012-12-18T11:30:21 | 7,203,912 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,603 | h | //
// Copyright (C) 2006 Andras Varga
//
// This program 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
// of the License, or (at your option) any later version.
//
// This program i... | [
"mohamad.sbeiti@tu-dortmund.de"
] | mohamad.sbeiti@tu-dortmund.de |
6757da01e74e002ef793e4127692a2af58a61d83 | 7a38ad59c85669ee2e6bdd186e7521736fa4b096 | /Luogu/P1158/P1158.cpp | 99582b7cea3e77de1400f76333e98763d96aef6d | [] | no_license | sxyugao/Codes | 815947450168e2a8c942c08473e46a208b0b2230 | ba7bfa7727ae90b7228de106ef5106ab275201bd | refs/heads/master | 2022-05-13T20:38:50.471599 | 2022-03-10T02:04:50 | 2022-03-10T02:04:50 | 148,995,649 | 14 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 862 | cpp | #include <cstdio>
#include <iostream>
#include <algorithm>
using namespace std;
#define gc c = getchar()
int read(){
int x = 0, f = 1; char gc;
for(; !isdigit(c); gc) if(c == '-') f = -1;
for(; isdigit(c); gc) x = x * 10 + c - '0';
return x * f;
}
#undef gc
int sqr(int x){
return x * x;
}
struct Data {
int x, y, ... | [
"sxyugao@qq.com"
] | sxyugao@qq.com |
65a972d4092050122c8cc4a0a55e325ee3efdeef | fc9e04fc6d9dae294c909124f294ce2b16d0cc0f | /FrameTL/cg.cpp | c0e1fc7f1c508b795bafc9aa45929a7fbdb2f759 | [
"MIT"
] | permissive | vogeldor/Marburg_Software_Library | 07c5546b5f6222f4ad3855c0667a185a7b710d34 | fe53c3ae9db23fc3cb260a735b13a1c6d2329c17 | refs/heads/master | 2022-11-15T13:14:37.053345 | 2020-07-16T11:23:47 | 2020-07-16T11:23:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,290 | cpp | // implementation for steepest_descent.h
#include <cmath>
#include <set>
#include <utils/plot_tools.h>
#include <adaptive/apply.h>
#include <numerics/corner_singularity.h>
#include <frame_evaluate.h>
using std::set;
namespace FrameTL{
/*!
*/
template<class VALUE = double>
class Singularity1D_RHS_2
: public Functi... | [
"keding@mathematik.uni-marburg.de"
] | keding@mathematik.uni-marburg.de |
a4db55250373b69f7e250e95c67d1e5d8044385c | 0a9465576341cd55480de06914d023569f041b6a | /src/xcroscpp/include/ros/message.h | eedd2343da8d4504c6c412e175e72b2ce49a954f | [
"Unlicense"
] | permissive | dogchenya/xc-ros | 95751827e13627afdc186d02d3113b8b0d1e0560 | 43c8b773a552ea610bd03750c9c32d7732f8ea69 | refs/heads/main | 2023-06-11T04:05:44.994499 | 2021-06-30T12:22:44 | 2021-06-30T12:22:44 | 331,613,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,913 | h | #ifndef _XCROSCPP_MESSAGE_H_
#define _XCROSCPP_MESSAGE_H_
#include <map>
#include "ros/macros.h"
#include "ros/assert.h"
#include <string>
#include <string.h>
#include <boost/shared_ptr.hpp>
#include <boost/array.hpp>
#include <stdint.h>
#define ROSCPP_MESSAGE_HAS_DEFINITION
namespace xcros
{
typedef std::map<s... | [
"xuchen@gs-robot.com"
] | xuchen@gs-robot.com |
e44da1c62883508cacb627ea358dad3f341c6527 | e33729122169652e176e337470d724ccf05be148 | /class and object-use of this pointer.cpp | 5db29552ebd0885d5ec918c3db06cf7de708ac0a | [] | no_license | asmitarabole07/AllCplusProgrammes | 0abd3bc8669d22ff06cc70633b06ea9986468af2 | 14ad8d4f9d5f2a4bc70c19669623882d2480be8c | refs/heads/main | 2023-07-02T23:41:39.325552 | 2021-08-11T05:29:55 | 2021-08-11T05:29:55 | 394,872,920 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | cpp | #include <iostream>
using namespace std;
class base{
int a;
public:
void setdata(int a)
{
this->a=a; //this is a keyword which is a pointer which points to the object which invokes the member function
}
void getdata()
{
cout<<"The value of a is : "<<a;
}
};
int main(... | [
"asmitarabole07@gmail.com"
] | asmitarabole07@gmail.com |
442735e49132ebdb2f34e99318334312a4b49a80 | 13e87bedfeecf62a2ee92f7dc81b010178910d47 | /CppPrimer/11/wcEx.cpp | 6451b65e4ec0e35db3cda4bf544f141e0df8f01f | [] | no_license | longlinht/SourcesFromBook | fc44e4a2f67bb4df3a6866280c562a82ed83b6bd | 6eea43041800e843a22d4bb0757222d8064b8716 | refs/heads/master | 2021-07-18T03:18:57.075712 | 2021-03-03T07:31:50 | 2021-03-03T07:31:50 | 61,864,811 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,464 | cpp | /*
* This file contains code from "C++ Primer, Fifth Edition", by Stanley B.
* Lippman, Josee Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that book:
*
* "Copyright (c) 2013 by Objectwrite, Inc., Josee Lajoie, and Barbara E. Moo."
*
*
* "The authors a... | [
"longlinht@gmail.com"
] | longlinht@gmail.com |
d6bd7375c7f2e9c56ff3e4e55834b21625edb7bd | d8cea15cbaa45293ffe8e23d13e4d0b173b70056 | /Ovepoch Origins/MPMissions/DayZ_Epoch_24.Napf/CONFIGS/MissionInit.hpp | c3ba5efa3ac7570ab3e4641430c5cd94f5a6ca29 | [] | no_license | quitanddead/DayZEpoch1Click | 89708d49ee021314498b6c593edb7c2af0d9e0a6 | fa5b514dcb97fa2c4d3a744b5e9c5950445fb7bb | refs/heads/master | 2020-04-03T09:03:10.489683 | 2015-04-16T03:43:45 | 2015-04-16T03:43:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | hpp | //Traders
#include "TRADERS\cfgServerTrader.hpp"
//Loot
#include "LOOT\CfgBuildingLoot.hpp"
//Base Mission Defines
#include "BaseDefines.hpp"
//Defines
#include "defines.hpp"
//RSCTITLES
#include "RcsTitles.hpp"
//Extra RC
#include "extra_rc.hpp"
//GroupManagement
//#include "GROUPMANAGEMENT\groupManagement.hpp"
... | [
"xerxesmmxii@gmail.com"
] | xerxesmmxii@gmail.com |
561f947b7c8bead5dbc00452a0855b99e5e413c4 | 4cec176d8248a827bc8b296859eea3b02cd1a974 | /TankWars/Source/TankWars/Private/TankAimingComponent.cpp | 531747f25e986bf53133bebc9b2ca0aa2f7e2186 | [
"Unlicense"
] | permissive | AlexanderJDupree/TankWars | 01bc6a2118b642007f8a9e8b5dc52ffaeac0b87c | ceca6acafff548d7471cb940122684eff39625da | refs/heads/master | 2021-05-06T01:16:13.780802 | 2018-02-19T17:57:49 | 2018-02-19T17:57:49 | 114,421,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,188 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "TankAimingComponent.h"
// Sets default values for this component's properties
UTankAimingComponent::UTankAimingComponent()
{
// Set this component to be initialized when the game starts, and to be ticked every frame. You can t... | [
"alexander.j.dupree@gmail.com"
] | alexander.j.dupree@gmail.com |
dd1326d0c66e1966298c8df3977a00c6b77a947a | 4e00d01e070812e4a04a66e970494bd8f82d6e87 | /Voxel_raycaster/Voxel_raycaster/GUIManager.cpp | e37f0ecdf8a691295f85ccd8dc238cc11d4fc9fb | [] | no_license | joschout/4D-Sparse-Voxel-Octree-Renderer | 7db88f6522def28a95b129ecd474710d62b52e58 | f0a61cf367d8c35157f7400ac10487dca373d92b | refs/heads/master | 2021-09-28T04:02:28.934818 | 2018-11-14T07:52:29 | 2018-11-14T07:52:29 | 47,188,750 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,482 | cpp | //#include "GUIManager.h"
//#include "ImGui/imgui_impl_glfw.h"
//#include <GLFW/glfw3.h>
//#include "util.h"
//#include "GLHandler.h"
//
//
//void GUIManager::setUp()
//{
// // Init GLFW system
// if (!glfwInit()) exit(EXIT_FAILURE);
// // Init window
// window = glfwCreateWindow(render_x, render_y, "Voxel Ray Caster",... | [
"jonas.schouterden@student.kuleuven.be"
] | jonas.schouterden@student.kuleuven.be |
e5a10bcf841c1ba21eaebc88904b4d8e39ff0c29 | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/components/ui_devtools/base_string_adapter.h | 8171e11c9697d57e180163545919e6d583eff9f8 | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,507 | h | // This file is generated by Parser_h.template.
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ui_devtools_protocol_BASE_STRING_ADAPTER_H
#define ui_devtools_protocol_BASE_STRING_ADAPTER_H
#i... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
995252deb9c2a83512d7702753ec3f7994fe4d44 | dc5bedc7b44c70d4fd6fb5cef7d823f01d94060b | /C++/Praktikum-2/Soal-2/PremiumUser.cpp | 7d1efd1ef8ab32d16443f05bac580d3ed15d028e | [] | no_license | pranagusriana/IF2210-OOP | 58bf64651299362f2b6a7ac7c8f8ed80a62ca565 | b8853d6177d44a493f6becb376e116adb8a9e612 | refs/heads/main | 2023-04-14T17:21:58.917699 | 2021-04-22T03:39:25 | 2021-04-22T03:39:25 | 335,897,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,750 | cpp | // Nama: Prana Gusriana
// NIM: 13519195
// Tanggal: Kamis, 25 Februari 2021
// File: PremiumUser.cpp
// Praktikum 2: Inheritance dan Polymorphism, Soal 2
#include "User.h"
#include "PremiumUser.h"
#include <iostream>
#include <cstring>
using namespace std;
//ctor, active = true, parameter: nama pengguna
PremiumUser... | [
"pranagusriana@gmail.com"
] | pranagusriana@gmail.com |
d1c2ec6266a0c5eba56f1005ec890b44d69ca2c8 | c7405f0ebda6ff2228f1204a910e325439f0c361 | /filling_a_bottle.cpp | 614a935a565e523551e801abc2d84c8e7d58433c | [] | no_license | kuonanhong/ACM-ICPC-2 | d36b3a4c1509c770b2ccccb7cfd3db1c3ee0531f | b46428c7e2e220f39efa5acbfa11b69e5ea35fa1 | refs/heads/master | 2021-04-30T13:44:23.955501 | 2016-05-25T05:52:40 | 2016-05-25T05:52:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 929 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
struct Stn
{
int x, y, len, vo;
Stn(){}
void gl()
{
len = x * x + y * y;
}
bool operator< (const Stn a) const
{
if (len != a.len)
return len < a.len;
else
return vo > a.vo;
}
}... | [
"xiong-yang@qq.com"
] | xiong-yang@qq.com |
94a35fe8a8908c1bcf4c2733ed3f1d312d15e7c8 | 4fee08e558e77d16ab915f629df74a0574709e8b | /cpsc585/Havok/Common/Base/Types/Geometry/Aabb/hkAabb.inl | c4b094304ef2d0bd6e2f9ecb990bf0d746cfc598 | [] | no_license | NinjaMeTimbers/CPSC-585-Game-Project | c6fe97818ffa69b26e6e4dce622079068f5831cc | 27a0ce3ef6daabb79e7bdfbe7dcd5635bafce390 | refs/heads/master | 2021-01-21T00:55:51.915184 | 2012-04-16T20:06:05 | 2012-04-16T20:06:05 | 3,392,986 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,965 | inl | /*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets of... | [
"cdebavel@ucalgary.ca"
] | cdebavel@ucalgary.ca |
65cdf84c769bfe393ac06e1b3d03387d06bb89f4 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/PhysX/APEX_1.4/framework/include/autogen/BufferF32x3.h | 060a35eddf8a7e5f51e02e18b9d15ba4b74b3018 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 6,802 | h | // This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
9a4518ac912b4d952f12a047f1275ccbff9e8390 | e6bf17b3e658ae3684a3875f2db79fb7ae04b8b8 | /Infoarena/joben.cpp | 46bdd9950b426082931ed557aa50937ca7ce1976 | [] | no_license | stefdasca/CompetitiveProgramming | 8e16dc50e33b309c8802b99da57b46ee98ae0619 | 0dbabcc5fe75177f61d232d475b99e4dbd751502 | refs/heads/master | 2023-07-26T15:05:30.898850 | 2023-07-09T08:47:52 | 2023-07-09T08:47:52 | 150,778,979 | 37 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 643 | cpp | #include<bits/stdc++.h>
using namespace std;
ifstream f("joben.in");
ofstream g("joben.out");
int t,fr[27],fr2[27];
char c1[100002];
int main()
{
f>>t;
for(;t;t--)
{
f>>c1;
int l=strlen(c1);
for(int i=0;i<l;++i)
fr[c1[i]-'a']++;
f>>c1;
for(... | [
"noreply@github.com"
] | stefdasca.noreply@github.com |
33b5e87598be93a19c680f5f5916b9e1b5d16e1f | 5856af8487bad60faf4556775df63528bb206aa8 | /Code/UI/ColorRampComp.cpp | 6f1088f8d3cfd2aed7b5c5326d56135752aa3e47 | [
"MIT"
] | permissive | yorung/fastbirdEngine | 151ddb35cc4c9ee59ba90cd574df98d176e82d86 | eca26d339357a23eaee8416a3fc169a267abc764 | refs/heads/master | 2021-01-15T14:37:59.447624 | 2015-08-31T00:26:41 | 2015-08-31T00:26:41 | 29,778,951 | 0 | 0 | null | 2015-01-24T14:24:42 | 2015-01-24T14:24:41 | null | UTF-8 | C++ | false | false | 4,860 | cpp | #include <UI/StdAfx.h>
#include <UI/ColorRampComp.h>
#include <UI/Button.h>
#include <UI/StaticText.h>
using namespace fastbird;
ColorRampComp::ColorRampComp()
{
mUIObject = gFBEnv->pEngine->CreateUIObject(false, GetRenderTargetSize());
mUIObject->mOwnerUI = this;
mUIObject->mTypeString = ComponentType::ConvertToS... | [
"jungwan82@gmail.com"
] | jungwan82@gmail.com |
3bfa713ce1ed01d3a5b694f43b34075ce3a6dbab | cd7aec810476a0a2a8b2b7f39bcfacf9e2854a13 | /sorting.c++ | 64db1b8280c4c0322c72907bd86ad4114cbcaeed | [] | no_license | SirawitN/algorithmDesign | 81bfebfc10e75ad8ebf8ee7cfd50148a82a569b7 | 22700ea29f1745f46538e4da9a165ed557d8afad | refs/heads/main | 2023-06-28T16:29:24.379227 | 2021-08-07T05:16:58 | 2021-08-07T05:16:58 | 385,290,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,973 | #include <iostream>
#include <vector>
using namespace std;
template <typename T>
void selectionSort(vector<T> &v)
{
for (int i = v.size() - 1; i > 0; i--)
{
int maxIdx = i;
for (int j = 0; j < i; j++)
{
if (v[j] > v[maxIdx])
maxIdx = j;
}
swa... | [
"nine_sirawit@hotmail.com"
] | nine_sirawit@hotmail.com | |
9f4f2cdf367a848dbcec98fd110bb650be782282 | 42601706586100441a915e63cab5e1d017dc864c | /OscSender/blocks/Alfrid/include/BatchHelpers.h | cbf3cbf669312b5b8fca790261404d90114044c4 | [] | no_license | yiwenl/CinderSketches | 10f53d49879f387eb81a255986a2e9a8c078615b | b5e0a5b8ebc1c09bc6cf1ff30119d38803d3c11d | refs/heads/master | 2023-01-31T23:10:05.872789 | 2021-10-01T07:11:57 | 2021-10-01T07:11:57 | 236,752,913 | 8 | 2 | null | 2023-01-06T20:38:11 | 2020-01-28T14:22:42 | C++ | UTF-8 | C++ | false | false | 11,168 | h | //
// BatchHelpers.hpp
// Particles002
//
// Created by Yi-Wen LIN on 08/02/2020.
//
#ifndef BatchHelpers_hpp
#define BatchHelpers_hpp
#include "cinder/gl/gl.h"
#include <stdio.h>
using namespace ci;
using namespace ci::app;
using namespace std;
const int NUM_DOTS = 100;
namespace alfrid {
typedef std::sha... | [
"bongiovi015@gmail.com"
] | bongiovi015@gmail.com |
a01f4f0785885d157a8dd39e83f16f101c8a780f | c51febc209233a9160f41913d895415704d2391f | /YorozuyaGSLib/source/_result_csi_goods_list_zocl.cpp | 1760f92cfa930abf900b50c32d68530ad7390175 | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 263 | cpp | #include <_result_csi_goods_list_zocl.hpp>
START_ATF_NAMESPACE
int _result_csi_goods_list_zocl::size()
{
using org_ptr = int (WINAPIV*)(struct _result_csi_goods_list_zocl*);
return (org_ptr(0x140304dd0L))(this);
};
END_ATF_NAMESPACE
| [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
8cefbde38456a3a2366822b35d455c7d8198e4f6 | 2c54268cd7fe81e4855a8cabd105ad04c5d8b3c1 | /Codeforces-208A.cpp | 8497aa27c5cbbe6ccc644a0d3db6b52f36e093d4 | [] | no_license | kamrul64577/ACM-Problem-Solve | b253ba73fa466a81a2ef7cc1401d1fa9e24ff79d | 74e629e1f7007b038ce36ed13b175753c999da4d | refs/heads/master | 2020-06-22T01:29:06.169555 | 2020-02-13T16:03:50 | 2020-02-13T16:03:50 | 197,600,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 320 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
string s;
cin>>s;
int len=s.size();
for(int i=0; i<len; i++)
{
if(s[i]=='W' && s[i+1]=='U' && s[i+2]=='B' )
{
i+=2;
cout<<" ";
}
else
cout<<s[i];
}
}
| [
"noreply@github.com"
] | kamrul64577.noreply@github.com |
25886e757ee934448fcd248544045211609e6185 | 5d3aa2c7603fcb287e764e30fc1ef5983d28ce5b | /Client/Code/StaticObject.h | fbf30857ce171130b8404c6a56d1dea1cb7607f2 | [] | no_license | AlisaCodeDragon/AliceMadnessReturns | f46d3178df90c6ccf6da5c76a83c1f9ac809c28f | 80b322253846c50fc130cd540051a64440fe62e7 | refs/heads/main | 2023-03-18T14:26:37.758657 | 2021-02-08T13:43:35 | 2021-02-08T13:43:35 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,220 | h | #ifndef StaticObject_h__
#define StaticObject_h__
#include "Define.h"
#include "Base.h"
#include "Engine_Define.h"
#include "Export_Function.h"
BEGIN(Client)
class CStaticObject : public Engine::CGameObject
{
protected: // 생성자, 소멸자
explicit CStaticObject(LPDIRECT3DDEVICE9 pGraphicDev);
explicit CStaticObject(con... | [
"batherit0703@naver.com"
] | batherit0703@naver.com |
34b73bc03263b618674067d260c44264d1d61ce9 | ae219d28725c9dd58c200ae76ba3bf3f2a90d557 | /BrowserLauncher/xulrunner-sdk/include/nsPICertNotification.h | 8b6b6a7d7dfbf81f93c1f4c9af56b4e0a7c323af | [] | no_license | pepekinha/src | de1f0c64cf1238e019f4daf7f87d95849304d88e | 5223858f05f6791f1dec30df1dbb91ae3e4f5952 | refs/heads/master | 2021-01-22T01:05:54.659896 | 2014-04-06T01:43:37 | 2014-04-06T01:43:37 | 27,421,524 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,060 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/release-mozilla-1.9.2-xulrunner_win32_build/build/xpinstall/public/nsPICertNotification.idl
*/
#ifndef __gen_nsPICertNotification_h__
#define __gen_nsPICertNotification_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL ... | [
"highnetlan@gmail.com"
] | highnetlan@gmail.com |
ebfbeb4c65352f8a26d138722fb57685f8d9c7ba | 025b43c582ba84e30bd49fe2e544e9a887eb13f6 | /spj_subset_sums.cpp | 2cc206f509d5e3d4d749b82d24c4e7c7f006109d | [] | no_license | maan19/my-spoj-codes | 4a99ed4eb073ac5a0889e8e4b6bcab209372224b | cba736c5a1f6b215ddb5d7193841097a91a8fce7 | refs/heads/master | 2020-07-19T04:10:07.199151 | 2016-11-16T11:55:00 | 2016-11-16T11:55:00 | 73,915,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 692 | cpp | #include<stdio.h>
#include<iostream>
#include<string.h>
using namespace std;
int data[109];
void subsum();
int dp[102][100000+3];
int n,sum=0,sum2=0;
int main()
{
int t;
scanf("%d",&t);
while(t--)
{
memset(dp,-1,sizeof(dp));
sum2=sum=0;
scanf("%d",&n);
for(int i=1;i<=n;i++)
scanf("%d",&data[i]),sum+=d... | [
"maanj872@gmail.com"
] | maanj872@gmail.com |
b5fd14aeb94aa32c1d4297efe92e6537c43932e5 | 4ec188d31f0b6e89b20302d39dccf02a6c0927af | /tests/application/script/scriptmain.cpp | 07b434be2c0772a9fd2207f84c10419dccb5a7da | [
"Apache-2.0"
] | permissive | huiyugan/gincu | 85ed66099a536228039e7d1d93468fae81aca8d9 | dd9d83cc75561d873fc396d009436ba07219ff4d | refs/heads/master | 2021-09-19T13:15:59.203463 | 2018-07-28T05:46:42 | 2018-07-28T05:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp | #include "scenemenu.h"
#include "gincu/scripting/gscriptingmain.h"
#include "gincu/scripting/gscriptingutil.h"
#include "gincu/gresourcemanager.h"
#include "gincu/ecs/gentity.h"
#include "gincu/ecs/gcomponenttransform.h"
#include "gincu/gevent.h"
#include "gincu/geventqueue.h"
#include "gincu/gapplication.h"
... | [
"wqking@outlook.com"
] | wqking@outlook.com |
ab2e735ae2548384c7c875ac7998605756d21157 | 9b81ce52fecaa1e606e4162a76d00c04440c41ae | /item14.cpp | ae5c223b8f631468a58f828612e690f899bece85 | [] | no_license | zhangyl927/effective-cpp | 6a522486fba279a015fcd5069866fb01248f66dd | a4f8cf67c996655ad4632dc127d50a3c4e2404e3 | refs/heads/master | 2023-02-16T15:16:21.946596 | 2021-01-15T10:02:45 | 2021-01-15T10:02:45 | 329,874,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,116 | cpp | #include <iostream>
#include <memory>
class Mutex { };
class Uncopyable
{
public:
Uncopyable() { }
~Uncopyable() { }
private:
Uncopyable(const Uncopyable&);
Uncopyable& operator=(const Uncopyable&);
};
class Lock : private Uncopyable
{
public:
Lock(Mutex* pm) : mutexPtr(pm)
{
std::c... | [
"sa517511@mail.ustc.edu.cn"
] | sa517511@mail.ustc.edu.cn |
bec87ef1d8640de3ed28c34f662bb3b12500d279 | 84283cea46b67170bb50f22dcafef2ca6ddaedff | /HD Multi-University/8/1009.cpp | e7aca86f4d744a71df3f5f6ecf2e4c3702bf4153 | [] | no_license | ssyze/Codes | b36fedf103c18118fd7375ce7a40e864dbef7928 | 1376c40318fb67a7912f12765844f5eefb055c13 | refs/heads/master | 2023-01-09T18:36:05.417233 | 2020-11-03T15:45:45 | 2020-11-03T15:45:45 | 282,236,294 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,457 | cpp | #include <bits/stdc++.h>
using namespace std;
const int mod = 1e9 + 7;
const int maxn = 5e6 + 100;
typedef long long ll;
ll h[maxn], p[maxn], hh[maxn], have[maxn];
int t, n, tot;
char s[maxn];
ll geth(int l, int r, ll* ha) { return (ha[r] - ha[l - 1] * p[r - l + 1] % mod + mod) % mod; }
bool Find(ll x)
{
int idx... | [
"46869158+shu-ssyze@users.noreply.github.com"
] | 46869158+shu-ssyze@users.noreply.github.com |
412ba31f8294265b9385cc481d8a9118134d4f75 | 80a6dcd8e0e55b1ec225e4e82d8b1bed100fdcd5 | /HackerRank/hackerland-radio-transmitters.cpp | 2fbdd334237ea6e343bf777f54614ac68c6d0072 | [] | no_license | arnabs542/competitive-programming-1 | 58b54f54cb0b009f1dac600ca1bac5a4c1d7a523 | 3fa3a62277e5cd8a94d1baebb9ac26fe89211da3 | refs/heads/master | 2023-08-14T23:53:22.941834 | 2021-10-14T11:26:21 | 2021-10-14T11:26:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 588 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
ll n, N, k;
cin>>N>>k;
n = 100000;
ll * arr = new ll[n]();
for (ll i = 0; i < N; i++)
{
ll temp;
cin>>temp;
arr[temp-1] = 1;
}
ll p = 0, count = 0;
while(p!=n){
... | [
"nandanwar.adarsh@gmail.com"
] | nandanwar.adarsh@gmail.com |
f6797d0330223c90c9a54bd1cde2aba3c95be31e | 38cc8f98ac4810a82c60cd2b59ed62d09e754ae0 | /CodeForces/702-3/B/main.cpp | b5693ce34e712b4405a5d66042895fff6405072d | [] | no_license | himdhiman/Competitive-Codes | b4b37f1328e7258cc4346c8d5f27e301e871b915 | 43b4a512b1f896dd12560c9883c894415bcb5fd6 | refs/heads/master | 2023-06-29T05:10:27.236649 | 2021-07-26T07:00:52 | 2021-07-26T07:00:52 | 308,596,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | cpp | #include <bits/stdc++.h>
using namespace std;
void solve() {
int n;
cin >> n;
vector<int> a(n);
for (int &x : a) {
cin >> x;
}
int res = 0;
vector<int> cnt(3);
for (int x = 0; x <= 2; x++) {
for (int i = 0; i < n; i++) {
if (a[i] % 3 == x) {
cnt[x]++;
}
... | [
"himanshudhiman9313@gmail.com"
] | himanshudhiman9313@gmail.com |
4fa08769aabc36eeb5097396235fe101a3d3c624 | e0279edbc6619c7c18358a9697ebc1f2dc6ee499 | /Codeforces/841B.cpp | 86e9b9e3462bb614920be0d899a21c940e0573b2 | [] | no_license | tikul/Competitive-Programming | 9e9830301f5f7a4a4553992a9ccc74a8d5d2748e | 83b0afeb8ed85d60787d097120b0af7e99b20b47 | refs/heads/master | 2021-01-01T06:15:19.515610 | 2017-11-14T03:36:20 | 2017-11-14T03:36:20 | 97,393,776 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 853 | cpp | #include <stdio.h>
#include <iostream>
#include <cstring>
#include <vector>
#include <algorithm>
#include <string>
#include <utility>
#include <queue>
#include <unordered_set>
#include <set>
#include <unordered_map>
using namespace std;
#define left(i) i << 1
#define right(i) i << 1 | 1
#define mp make_pair
#define pb ... | [
"tikul@users.noreply.github.com"
] | tikul@users.noreply.github.com |
295f5d65374e6d4a29df00ba3730a84005ed1285 | 73d648a072775d64db7a4c4711b9da32c69fbece | /hdu/427A.cpp | cf215d78b2253abd54d6523fe39300adaaf91e03 | [] | no_license | 12Dong/acm | e209605c57e8a2d0247ef5c86f50aec1d43e86b3 | 4f0c98fd4649f730db2ab8300ce45d04dd31e766 | refs/heads/master | 2020-12-30T17:51:18.751827 | 2017-10-21T07:30:56 | 2017-10-21T07:30:56 | 90,933,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | #include<iostream>
using namespace std;
//yrrrrrrrrrr
int main()
{
int num;
while(cin >> num)
{
int have=0;
int cur;
int ans=0;
for(int i=0;i<num;i++)
{
cin >> cur;
if(cur>0) have+=cur;
else
{
if(cur+have>=0) have--;
else ans++;
}
}
cout << ans << endl;
}
}
| [
"289663639@qq.com"
] | 289663639@qq.com |
e999594741024b3acea36b44b2c8883741ee50e8 | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/Configuration/UNIX_Configuration_STUB.hxx | 223b112b8c4789e08ae6bd0cb8ad4293f1e264b5 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,810 | hxx | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
9dd6ca1f0fced60da22acb8656aaec6d78c52415 | 429e5c37dc2ea26c1bd328ae607a98a21dddc855 | /src/board_controller/freeeeg32/freeeeg32.cpp | 51b0eaf0041344483a0912c03d7f892d6642e5d3 | [
"MIT"
] | permissive | ElonVampire/brainflow | ffcb4085337fc487a28af8003d24e59144d71318 | 1199dd38438b32aefb6d91352832f54c306ef687 | refs/heads/master | 2023-02-21T23:54:10.049531 | 2021-01-24T23:44:29 | 2021-01-24T23:44:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,145 | cpp | #include <math.h>
#include <string.h>
#include "custom_cast.h"
#include "freeeeg32.h"
#include "serial.h"
#include "timestamp.h"
constexpr int FreeEEG32::num_channels;
constexpr int FreeEEG32::start_byte;
constexpr int FreeEEG32::end_byte;
constexpr double FreeEEG32::ads_gain;
constexpr double FreeEEG32::ads_vref;
... | [
"noreply@github.com"
] | ElonVampire.noreply@github.com |
f69975aef1d1a1f6bd932d6dd4481968bc13ed09 | 002b6230874dea6e4d76defafc1ae293b5744918 | /tests/Metric.cpp | 200fb5a65f0be0b9148d036395b96ca144da7c5d | [
"MIT"
] | permissive | SCOREC/nektar | f3cf3c44106ac7a2dd678366bb53861e2db67a11 | add6f04b55fad6ab29d08b5b27eefd9bfec60be3 | refs/heads/master | 2021-01-22T23:16:16.440068 | 2015-02-27T17:26:09 | 2015-02-27T17:26:09 | 30,382,914 | 6 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 2,933 | cpp | ///////////////////////////////////////////////////////////////////////////////
//
// File: Metric.cpp
//
// For more information, please see: http://www.nektar.info
//
// The MIT License
//
// Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA),
// Department of Aeronautics, Imperial College Lon... | [
"dan.a.ibanez@gmail.com"
] | dan.a.ibanez@gmail.com |
2d881174903a79a1c57d0328425dbea1359a4290 | 68e06f34b77a3ba7e6cfb17e9cc441550d4c190b | /lab/Iruegas-Hernan-A00817021-Programa-5/1prg_app.cpp | 552b46bb25883870e7d2be21ce63090a0923cf4e | [] | no_license | HernanIruegas/calidad-software | f492d52e54eba7b5f64543a6728b7f8aa2643bdf | c9d0b9a8e47d6320791a8cf8dfcf9f420926ae0c | refs/heads/master | 2020-04-05T14:52:58.827500 | 2018-11-10T03:48:00 | 2018-11-10T03:48:00 | 156,944,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,775 | cpp | // Programa que calcula el valor de una integral usando el método de Simpson
// Hernán Iruegas Villarreal A00817021
// 18/03/2018
#include <iostream>
#include <vector>
#include <string>
#include <fstream>
#include <math.h> // Para usar la función de square root
#include <cmath>
#include <iomanip> // Para imprimir los ... | [
"hernaniruegas@hotmail.com"
] | hernaniruegas@hotmail.com |
060c5c2eb9d027e75b46fc48b296679363de7d84 | 4e8548ed98d96146297393e623cb38fbcc77371b | /utils/joiner/joinpartition.h | 5ce90729692f97a295d8c5f48a9d22897b4dbdd2 | [] | no_license | hans511002/erydb_rep | 9d5a0be919e5d026e921c7fbe000dc70dc7d7ab6 | a2c391b3c36745cb690ce33a22d8794371493ef2 | refs/heads/master | 2021-01-15T12:02:01.093382 | 2018-08-09T10:57:26 | 2018-08-09T10:57:26 | 99,639,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,751 | h | /* Copyright (C) 2014 EryDB, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2 of
the License.
This program is distributed in the hope that it will be useful,
but WITH... | [
"hans511002@sohu.com"
] | hans511002@sohu.com |
d103b65924ed1d54456dce49222041ec33e14fc0 | 8a964d9fdb6e7b1f99ce44b7a38ae9615f8399c3 | /codebase/libs/radar/src/radx/RadxApp.cc | 6c4d293a9225f37515ddc2eedbfe308ea506ec25 | [
"BSD-3-Clause"
] | permissive | zhaopingsun/lrose-core | 93edd9b354ba2db08a52c45a6d9fcd561525403e | 98461699e9cfb8b3547a7143491a0cf42671c66f | refs/heads/master | 2021-10-09T22:21:54.872633 | 2019-01-04T06:18:51 | 2019-01-04T06:18:51 | 110,906,414 | 0 | 0 | null | 2017-11-16T01:20:12 | 2017-11-16T01:20:12 | null | UTF-8 | C++ | false | false | 13,002 | cc | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1990 - 2016
// ** University Corporation for Atmospheric Research (UCAR)
// ** National Center for Atmospheric Research (NCAR)
// ** Bo... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
0ccaf1840e7a3383fdc4179123468e14723051e5 | f532dfc68d8ad1a6e7b8aaf5b7dbc92fbf0efc62 | /win32_C++/ConsolProj/C_272p_ex08-01.cpp | 9a8492f2193c019a6cd87d68ff926b9ec8742a3d | [] | no_license | NamYoonJae/InhaGame | 691fda687490fb70699f4018ac2888c0b08b5474 | 6e9872436cecccee44f97694f3a047a1d51d86ab | refs/heads/main | 2023-01-19T11:59:35.578386 | 2020-11-26T08:18:34 | 2020-11-26T08:18:34 | 305,272,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 325 | cpp | #include "stdafx.h"
#include <conio.h>
#include <windows.h>
int main(void) {
int aList[5] = { 30, 40 , 10, 50, 20 };
int i = 0;
for (i = 0; i < 5; i++) {
if (aList[0]<aList[i]) {
aList[0] = aList[i];
}
}
for (i = 0; i < 5; i++)
printf("%d\t", aList[i]);
putchar('\n');
printf("MAX: %d\n", aList[0]... | [
"nyoonjae@naver.com"
] | nyoonjae@naver.com |
046814dea2febfc3975c8f9b6953d7077d7b564c | d79508660fa6ce1199a6a0c42c021f68d0a2fe1d | /Engine/extern/BOOST/include/boost/wave/util/insert_whitespace_detection.hpp | f17950a083023235a8a792070690dba3a8b6bccc | [
"CC0-1.0"
] | permissive | DanielParra159/EngineAndGame | 702ddd14bf15d4387046837e506b10eb837dda27 | 45af7439633054aa6c9a8e75dd0453f9ce297626 | refs/heads/master | 2020-04-04T16:40:34.796899 | 2017-11-25T21:52:56 | 2017-11-25T21:52:56 | 62,506,317 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,234 | hpp | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
Detect the need to insert a whitespace token into the output stream
http://www.boost.org/
Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the ... | [
"dani.parra.90@gmail.com"
] | dani.parra.90@gmail.com |
420a231f43d9dd10d7efed07c783d72f1b6436ce | 4c36d21c357042cc0f981b90c05ae9f3f03152ec | /jzoj 2289.cpp | 55f9507237332b08b3816a54473af6ae33469e04 | [] | no_license | wwwzbwcom/oi-codes | 09e3192372741815c97821cc96a63b57541db835 | 97dac2e3eacb0c7ce6cf673b52c079bff058dc71 | refs/heads/master | 2023-04-03T17:25:23.237560 | 2021-04-13T07:36:23 | 2021-04-13T08:09:26 | 357,472,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,143 | cpp | #include<algorithm>
#include<iostream>
#include<cstring>
using namespace std;
struct Matrix
{
int m[210][210];
int y,x;
Matrix(int yi,int xi)
{
for(int i=0;i<210;i++) for(int j=0;j<210;j++) m[i][j]=1e9;
y=yi; x=xi;
}
Matrix operator *(const Matrix &in)const
{
Matrix ans(y,in.x);
for(int i=0;i<y;i++)
... | [
"zbwhome@outlook.com"
] | zbwhome@outlook.com |
c6ddcb486226b6ac3b83cecd9701bc0f9a75f54c | b19ba556fabb0fed9f1503dbbd6b179ff90ecfc0 | /math/Vector3.cpp | 74c837f04477a67639ea04cd197f4bcf3979dec7 | [
"MIT"
] | permissive | nfoste82/engine | d44806ef4b0becc9e5c4edb4e9997fa432956a72 | 9b64077778bf3548a8d1a53bddcaabada7a2957e | refs/heads/master | 2021-01-25T05:50:51.095014 | 2019-11-02T00:34:24 | 2019-11-02T00:34:24 | 80,693,891 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,605 | cpp | #include "Vector3.hpp"
#include <sstream>
const Vector3 Vector3::Right(1.f, 0.f, 0.f);
const Vector3 Vector3::Up(0.f, 1.f, 0.f);
const Vector3 Vector3::Forward(0.f, 0.f, 1.f);
const Vector3 Vector3::Left(-1.f, 0.f, 0.f);
const Vector3 Vector3::Down(0.f, -1.f, 0.f);
const Vector3 Vector3::Backward(0.f, 0.f, -1.f);
co... | [
"nfoster@backflipstudios.com"
] | nfoster@backflipstudios.com |
c605c324559b3a4e93c33b353380e16f50e83dc7 | d52f87ffa9ee7ebef078963baf8d62d852880589 | /play.cpp | 0705d7e56ea3d2dcd5b44c45d180bb834d07634a | [] | no_license | zen3d/lua-music | 74b87666b0a8eb2b53374c73cb30f1634ed63331 | 60011989a35e4c964bea4754df9561808579d15b | refs/heads/master | 2021-12-07T20:12:18.907363 | 2016-01-08T20:49:53 | 2016-01-08T22:57:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,337 | cpp | /*
* =====================================================================================
*
* Filename: play.cpp
*
* Description: Creates the Lua interpreter
*
* Version: 1.0
* Created: 01/08/2016 14:32:34
* Revision: none
* Compiler: cmake
*
* Author: Jake... | [
"jakeworth82@gmail.com"
] | jakeworth82@gmail.com |
29d65e3cd617a1ba643dbd3f65fffb849180df9d | 189f52bf5454e724d5acc97a2fa000ea54d0e102 | /ras/fluidisedBed/1.96/T.air | 2fcd019c4c828978e2b9442056f2ae8ed1985a76 | [] | no_license | pyotr777/openfoam_samples | 5399721dd2ef57545ffce68215d09c49ebfe749d | 79c70ac5795decff086dd16637d2d063fde6ed0d | refs/heads/master | 2021-01-12T16:52:18.126648 | 2016-11-05T08:30:29 | 2016-11-05T08:30:29 | 71,456,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,701 | air | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1606+ |
... | [
"peterbryz@yahoo.com"
] | peterbryz@yahoo.com |
d0b750619d1ab6bf98ec04a5abc60928eb37c8df | 7e791eccdc4d41ba225a90b3918ba48e356fdd78 | /chromium/src/components/web_view/find_controller.h | 825007942049e524e92fb510524ddead877f5002 | [
"BSD-3-Clause"
] | permissive | WiViClass/cef-3.2623 | 4e22b763a75e90d10ebf9aa3ea9a48a3d9ccd885 | 17fe881e9e481ef368d9f26e903e00a6b7bdc018 | refs/heads/master | 2021-01-25T04:38:14.941623 | 2017-06-09T07:37:43 | 2017-06-09T07:37:43 | 93,824,379 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,759 | 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 COMPONENTS_WEB_VIEW_FIND_CONTROLLER_H_
#define COMPONENTS_WEB_VIEW_FIND_CONTROLLER_H_
#include <stdint.h>
#include <vector>
#include "base/macr... | [
"1480868058@qq.com"
] | 1480868058@qq.com |
2e96b7979372c2c7294d4ead98a56cd50fd8596b | 6701eae4550c7cd3d8703565c7be3a5e26248676 | /src/qt/ellocashamountfield.cpp | 7a89f37b363d8fa84ffccb15fbff18b0309ee174 | [
"MIT"
] | permissive | stochastic-thread/bootstrapping-ellocash | 91de56a330090c004af31d861e6d4cfb8d8b9e36 | 9495f1e3741c7f893457e4f6602d6ef0d84b7b3d | refs/heads/master | 2021-09-05T05:00:19.403780 | 2018-01-24T08:09:44 | 2018-01-24T08:09:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,330 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "ellocashamountfield.h"
#include "ellocashunits.h"
#include "guiconstants.h"
#include "qvaluecombobox.h"
#include ... | [
"arthurcolle@Arthurs-MacBook-Pro.local"
] | arthurcolle@Arthurs-MacBook-Pro.local |
3034ec1474230490cc5f0b17ad91d36c58f62a08 | 9160d5980d55c64c2bbc7933337e5e1f4987abb0 | /base/src/sgpp/base/operation/hash/common/algorithm_sweep/HierarchisationLinearClenshawCurtis.hpp | 0e6164fbe2faa730297eb72727d7d0e364566436 | [
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause"
] | permissive | SGpp/SGpp | 55e82ecd95ac98efb8760d6c168b76bc130a4309 | 52f2718e3bbca0208e5e08b3c82ec7c708b5ec06 | refs/heads/master | 2022-08-07T12:43:44.475068 | 2021-10-20T08:50:38 | 2021-10-20T08:50:38 | 123,916,844 | 68 | 44 | NOASSERTION | 2022-06-23T08:28:45 | 2018-03-05T12:33:52 | C++ | UTF-8 | C++ | false | false | 2,850 | hpp | // Copyright (C) 2008-today The SG++ project
// This file is part of the SG++ project. For conditions of distribution and
// use, please see the copyright notice provided with SG++ or at
// sgpp.sparsegrids.org
#pragma once
#include <sgpp/base/grid/GridStorage.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#inclu... | [
"fabian.franzelin@ipvs.uni-stuttgart.de"
] | fabian.franzelin@ipvs.uni-stuttgart.de |
99cabbe8c5b34d8be290ce45f540170ca1706ec8 | 008886b8743c7742b0183c471d66a9d203297391 | /dd.h | c77c028acedcb9802076bbc5387122660f1d3467 | [] | no_license | stamhoffman/shellDD | f54f66659345b27dccb724e8028e8d557fd2dcfd | 46757f5f840d906db7dc6591c0cc99a3f8450ca4 | refs/heads/master | 2020-05-24T13:07:05.854244 | 2019-05-17T22:36:12 | 2019-05-17T22:36:12 | 187,282,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 876 | h | #ifndef DD_H
#define DD_H
#include <QDir>
#include <QFileDialog>
#include <QMainWindow>
#include <QMessageBox>
#include <QString>
#include <QStringList>
#include <QTimer>
#include <QtDebug>
#include <array>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <stdexcept>
#include <string... | [
"stamhoffman@yandex.ru"
] | stamhoffman@yandex.ru |
977cd156243351fef8686d58563e88e4090b899f | 8ae31e5db1f7c25b6ce1c708655ab55c15dde14e | /比赛/学校/2018-11-2邀请赛/2018-11-2友谊赛/程序/HB-13/wave/wave.cpp | b5bcd8a5b592da226a8b0b0c5613c6dbe8cd345b | [] | no_license | LeverImmy/Codes | 99786afd826ae786b5024a3a73c8f92af09aae5d | ca28e61f55977e5b45d6731bc993c66e09f716a3 | refs/heads/master | 2020-09-03T13:00:29.025752 | 2019-12-16T12:11:23 | 2019-12-16T12:11:23 | 219,466,644 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 523 | cpp | #include<iostream>
#include<cstdio>
const int maxx=50001;
int n,sum=0;
struct data
{
int x,y;
}a[maxx];
int main()
{
freopen("wave.in","r",stdin);
freopen("wave.out","w",stdout);
scanf("%d",&n);
for(int i=1;i<=n;i++)
{
scanf("%d%d",&a[i].x,&a[i].y);
}
for(int i=1;i<=n;i++)
{
... | [
"506503360@qq.com"
] | 506503360@qq.com |
1623a5b9161bae0cafd513abccf83fe2f27fdab0 | a0f0efaaaf69d6ccdc2a91596db29f04025f122c | /build/car_db_manager_qtgui/ui_frmShowDialog.h | 780833ac717d42ba683ee1f9d7b5ef0c69ce1b2b | [] | no_license | chiuhandsome/ros_ws_test-git | 75da2723154c0dadbcec8d7b3b1f3f8b49aa5cd6 | 619909130c23927ccc902faa3ff6d04ae0f0fba9 | refs/heads/master | 2022-12-24T05:45:43.845717 | 2020-09-22T10:12:54 | 2020-09-22T10:12:54 | 297,582,735 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,600 | h | /********************************************************************************
** Form generated from reading UI file 'frmShowDialog.ui'
**
** Created by: Qt User Interface Compiler version 5.9.5
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*************************************... | [
"chiuhandsome1966@gmail.com"
] | chiuhandsome1966@gmail.com |
b923da16b44e3d8e86bd235dea15d9dad40ce825 | 1c8e5a1fc7f9dfee4969194c1bd77918eea73095 | /Source/AllProjects/Tests/TestMacroDbg/TestMacroDbg_Type.hpp | e765a79192a5528b73f51fa3578e13fde84dd23a | [] | no_license | naushad-rahman/CIDLib | bcb579a6f9517d23d25ad17a152cc99b7508330e | 577c343d33d01e0f064d76dfc0b3433d1686f488 | refs/heads/master | 2020-04-28T01:08:35.084154 | 2019-03-10T02:03:20 | 2019-03-10T02:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | hpp | //
// FILE NAME: TestMacroDbg_Type.hpp
//
// AUTHOR: Dean Roddey
//
// CREATED: 02/14/2003
//
// COPYRIGHT: $_CIDLib_CopyRight_$
//
// $_CIDLib_CopyRight2_$
//
// DESCRIPTION:
//
//
// CAVEATS/GOTCHAS:
//
// LOG:
//
// $_CIDLib_Log_$
//
#pragma CIDLIB_PACK(CIDLIBPACK)
#pragma CIDLIB_POPPACK
| [
"droddey@charmedquark.com"
] | droddey@charmedquark.com |
becb9df6a71954b98610ae7850f1a145ed1b423d | 666f6b121e7d13bb526b13f6b5f11b29634f3c31 | /HelloWorld/main.cpp | 40d85402f862167f0776c49d02b531d29d37948c | [] | no_license | Asmit-Bajaj/Qt-Using-Cpp | 9fa8907f30dd5cdfbcbf746b19e848522aaf48a7 | 97f80598e60e3b115f48109069d5dfd2f963e758 | refs/heads/main | 2023-02-15T03:38:06.551917 | 2021-01-01T10:11:04 | 2021-01-01T10:11:04 | 325,954,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | cpp | #include<QApplication>
#include<QLabel>
int main(int argc,char* argv[]){
//here we are defining an object of application
QApplication app(argc,argv);
//creating a label
QLabel *label = new QLabel("Hello World");
//setting the title of window
label->setWindowTitle("My First App");
... | [
"noreply@github.com"
] | Asmit-Bajaj.noreply@github.com |
ede1e70cb34fe74d0650bdcf8d9d6e1fad63de4a | 6570bfdb26a41d99620debec5541e789b3c613f3 | /Codechef/April Challenge/dish_of_life.cpp | 7d1ab75124ac0203d3b3b0b42bde3140aade4f10 | [] | no_license | ameet-1997/Competitive_Coding | bc30f37ae034efe7bb63f71241792fc53c323a50 | a9824430cf0458516ddd88655c1eca1f42ff3f0a | refs/heads/master | 2021-05-10T14:07:15.209770 | 2018-01-22T19:22:13 | 2018-01-22T19:22:13 | 118,500,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,880 | cpp | #include <bits/stdc++.h>
#include <vector>
#include <set>
#include <map>
#include <string>
#include <cstdio>
#include <cstdlib>
#include <climits>
#include <utility>
#include <algorithm>
#include <cmath>
#include <queue>
#include <stack>
#include <iomanip>
// setbase - cout << setbase (16); cout << 100 << endl; Prints ... | [
"ameetsd97@gmail.com"
] | ameetsd97@gmail.com |
bee712a297f0dfaff3c664217b51e95e9f622918 | 069b6c1e4e5a445235f49417ade6e5c3f79bb58d | /branches/2.3x/client/File.cpp | cbe515166d89a7a8710263db3d021cf94a2a7fe4 | [] | no_license | BackupTheBerlios/airdc-svn | 65a99494d5267ecb2ad96f21ead0299e7811131c | 17236498160afe8dc317bb75db374be8234eb541 | refs/heads/master | 2021-01-01T17:56:34.167869 | 2013-10-16T13:01:20 | 2013-10-16T13:01:20 | 40,718,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,849 | cpp | /*
* Copyright (C) 2001-2011 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any ... | [
"maksis@d6773c42-f83c-be49-aa62-2d473f764b1f"
] | maksis@d6773c42-f83c-be49-aa62-2d473f764b1f |
37f5cc311de6deb16e9385b8dac2e52ee9e7c931 | 7b5ea35475e79fcabbc1d891794335ab083cead7 | /BAY_MONITOR/BAY_IN.ino | ccb2b20c25b75b1c1b5e74d0d0d64c3b066f0e71 | [] | no_license | Camacazzi/LoRA_Carpark_Occupancy_System | aa93b6d7744bdaa235e9d3633b5cda54f16f217d | 95fd17a05c2078bed9c552ca84473b6eab2368dd | refs/heads/master | 2020-07-29T22:04:06.840331 | 2019-10-02T06:51:20 | 2019-10-02T06:51:20 | 209,978,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,186 | ino | /*
* Ultrasonic reading code created by Rui Santos, https://randomnerdtutorials.com
*/
#include <lmic.h>
//#include <lmic/oslmic.h>
#include <hal/hal.h>
#include <SPI.h>
#if !defined(DISABLE_INVERT_IQ_ON_RX)
#error This example requires DISABLE_INVERT_IQ_ON_RX to be set. Update \
config.h in the lmic librar... | [
"cameron.turner1998@outlook.com"
] | cameron.turner1998@outlook.com |
9db08aee6a6635af46c1d6fb45c46fa4d9aeeb04 | e38e486a80679c025c2dd03396eb03e6c3e07bdf | /Source/UI/TextBox.cpp | c403aeea20581afc000174447cf582c3e7a8c71f | [] | no_license | MattFiler/Planned-Obsolescence | 2cf20cc1308802a36a09e16844d75ae90fd3b842 | e72195bd50d5218bb213c84b059fc7cbbd5fb3ce | refs/heads/master | 2020-04-24T15:32:14.706409 | 2019-02-24T22:56:30 | 2019-02-24T22:56:30 | 172,071,645 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,155 | cpp | #include "TextBox.h"
TextBox::TextBox(Point pos,
ASGE::Renderer* rend,
const std::string& text,
float _width,
float _height,
float _font_size,
ASGE::Colour colour,
Point _padding) :
UI(pos, rend),
... | [
"tobyjones1993@gmail.com"
] | tobyjones1993@gmail.com |
39600b3c9e4c6bf9d1f450ab1e39017b467d55ea | c8a4feaa315917b64f23b56c33e6191053c95ee8 | /src/dominantplanesegmentationcell.cpp | 29f8bb797ade4a037bff9608b5762cb7eaaba95e | [] | no_license | stanislas-brossette/cloud-treatment | 1a195062654eba2d1f01ff24087b441812a8ee0e | 3578d7a31e58ad16d21a43a7585a2e47b651e0aa | refs/heads/master | 2020-06-04T11:11:13.482977 | 2013-05-22T04:03:01 | 2013-05-22T04:03:01 | 8,211,832 | 0 | 0 | null | 2013-04-19T05:58:06 | 2013-02-15T02:41:13 | C++ | UTF-8 | C++ | false | false | 1,979 | cpp | #include <boost/make_shared.hpp>
#include <pcl/filters/extract_indices.h>
#include <pcl/ModelCoefficients.h>
#include <pcl/segmentation/sac_segmentation.h>
#include "dominantplanesegmentationcell.h"
#include "plancloud.h"
DominantPlaneSegmentationCell::DominantPlaneSegmentationCell():
Cell()
{
parameters()["name"]... | [
"brossette@lirmm.fr"
] | brossette@lirmm.fr |
3abe7ffb853048d0f948887c1b2d397591d773c5 | 47583682f2a5ed0f4cc96ca4995111fe7f877ac9 | /IR/Translate/IRPrinter.h | 08b3bf655630ef1a5f446c91dc535ce72c15e776 | [
"Apache-2.0"
] | permissive | IKholopov/shishkin_forest | 830a1dcd75a2b10e243f2f4a887c44e870a80654 | d6812ecc305ad35373384fb5a3abdf14502bc148 | refs/heads/master | 2020-03-25T08:45:31.365047 | 2018-05-21T07:17:07 | 2018-06-20T00:04:52 | 143,630,909 | 0 | 0 | Apache-2.0 | 2018-08-05T16:45:31 | 2018-08-05T16:45:30 | null | UTF-8 | C++ | false | false | 1,503 | h | #pragma once
#include "common.h"
#include <fstream>
#include "Framework/DotPrint.h"
#include "IRVisitor.h"
#include "SubtreeWrapper.h"
namespace IRTranslate {
class IRPrinter : public IR::IIRVisitor, private DotPrint {
public:
IRPrinter(std::string filename) :
DotPrint(filename)
{
}
void Cr... | [
"kholopov96@gmail.com"
] | kholopov96@gmail.com |
c03b6f17106eb4032cc5ff205649566bdb06537b | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/windows/shell/snapins/devmgr/snapin/componet.cpp | b44073323c37e3e928849fdb351843173521fbe0 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,195 | cpp | /*++
Copyright (C) 1997-1999 Microsoft Corporation
Module Name:
componet.cpp
Abstract:
This module implemets CComponent class
Author:
William Hsieh (williamh) created
Revision History:
--*/
#include "devmgr.h"
#include "factory.h"
//
// ctor and dtor
//
CCompone... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
31374950ae9f52abe545d678ee47189a96af35f9 | 6d1cd436e2dda96e4f2a91717ac52eaea279a662 | /google/cloud/bigtable/tests/admin_backup_async_future_integration_test.cc | 27c8b1ccbc8eb32730a484405ca2796e32ff9a00 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | renovate-bot/google-cloud-cpp | bd019b886fb23a9c5c36ebc6a336402d9e9d4b86 | fe093fc340988fb354f38f91f497c886b9438272 | refs/heads/master | 2023-08-31T20:37:29.348573 | 2021-05-10T18:38:18 | 2021-05-10T18:38:18 | 198,908,134 | 1 | 0 | Apache-2.0 | 2021-04-23T19:52:31 | 2019-07-25T22:19:53 | C++ | UTF-8 | C++ | false | false | 7,941 | cc | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | [
"noreply@github.com"
] | renovate-bot.noreply@github.com |
57d5b12d9ac97103cbc8f4fd92cb35225319a73a | 10a66c8f586bbc7c5e0a07bb3cb8e48f1b7f49bf | /nuno_handson.ino | c3f2322f6768f4841bc9d61848f2276a573f0672 | [
"Apache-2.0"
] | permissive | kitazaki/nuno_handson | 4a8898e7c2b47b986af72fa57c13506d023d7833 | 5793c27cb0c61dab18eda71161f29d7db27f49a4 | refs/heads/master | 2020-12-01T19:58:35.361404 | 2019-12-29T12:55:15 | 2019-12-29T12:55:15 | 230,750,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,553 | ino | #include <M5StickC.h>
#include <Arduino.h>
#include <WiFi.h>
#include <PubSubClient.h>
#include <Wire.h>
#include "MTCH6102.h"
#define ADDR 0x25
MTCH6102 mtch = MTCH6102();
int len = 8;
char *ssid = ""; // HERE //
char *password = ""; // HERE //
const char *endpoint = "broker.shiftr.io";
const int port = 1883;
co... | [
"noreply@github.com"
] | kitazaki.noreply@github.com |
9f206382ef2beb239c270e82db6894e7ac72bd81 | 1ec44ab2cab1147a40dc29716e1dd4397b0b803e | /pruebas/Estado/Estado.cpp | 00f1c8f3135f5db3002b90d1d9c875bf946bb2e9 | [] | no_license | RodrigoDeRosa/MultiplayerSonic | aed74f3d8d597cab70f5dc99743b7d46b98388fa | efbab4fae0f1bb884ab0f673f04c3ea15f9f34ea | refs/heads/master | 2022-04-22T21:38:55.802001 | 2020-04-21T18:10:59 | 2020-04-21T18:10:59 | 84,893,169 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 795 | cpp | #include "Estado.hpp"
#include <pthread.h>
#include <unistd.h>
Estado::Estado(){
this->estado = NORMAL;
}
state_type Estado::get(){
return this->estado;
}
void Estado::set(state_type estado){
if(estado == INVENCIBLE) this->setInvencible();
else this->estado = estado;
}
void* state_change(void* arg){
Estado* es... | [
"gftrucco@gmail.com"
] | gftrucco@gmail.com |
b94665d7498b0c6388a560b8b0d9627a6fd6f5a2 | e5091c3a8477fa12e1adfdb1f3d826eb6e9bb2be | /Codeforces/arithmetic_array.cpp | 9f63d127163efce7cff3d3d4247b42c0c436ff67 | [] | no_license | leonardoAnjos16/Competitive-Programming | 1db3793bfaa7b16fc9a2854c502b788a47f1bbe1 | 4c9390da44b2fa3c9ec4298783bfb3258b34574d | refs/heads/master | 2023-08-14T02:25:31.178582 | 2023-08-06T06:54:52 | 2023-08-06T06:54:52 | 230,381,501 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 410 | cpp | #include <bits/stdc++.h>
using namespace std;
#define long long long int
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
int t; cin >> t;
while (t--) {
int n; cin >> n;
int sum = 0;
for (int i = 0; i < n; i++) {
int a; cin >> a;
sum += a... | [
"las4@cin.ufpe.br"
] | las4@cin.ufpe.br |
a5ee4aaf8ddb9d0105e2f75a3207156909f56be4 | 82bbd465986abe69898b7d632d758db900656694 | /dedi-shooter-ue4-client/ShooterGame/Source/ShooterGame/Public/Bots/ShooterAIController.h | 18eab7342827e416f28e68c435c1961a78881d67 | [] | no_license | iFunFactory/engine-dedicated-server-example | 17d7016945506579922beb7a1ad78d11861faa67 | 5663a82df4c7cf7426d5142cf2585ebdb99d6d6e | refs/heads/master | 2021-06-10T10:23:34.208769 | 2021-04-27T01:49:32 | 2021-04-30T00:09:13 | 159,611,254 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,152 | h | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "AIController.h"
#include "ShooterAIController.generated.h"
class UBehaviorTreeComponent;
class UBlackboardComponent;
UCLASS(config=Game)
class AShooterAIController : public AAIController
{
GENERATED_UCLASS_BODY()
private:
UPROPERT... | [
"sungjin.bae@ifunfactory.com"
] | sungjin.bae@ifunfactory.com |
b8238ffeb9b4d0049206f7acecb8688dd6598bf0 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/arc/arc_service_manager.h | dc79627c7fccd6a6253fc34c9b4d8cfe7f392e17 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 3,110 | 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 COMPONENTS_ARC_ARC_SERVICE_MANAGER_H_
#define COMPONENTS_ARC_ARC_SERVICE_MANAGER_H_
#include <memory>
#include "base/macros.h"
#include "base/th... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
7d4810ef30e824d41ccc63fb12a3be39e504c2d3 | 7dd5a61a6570bbdcebe5c69b6141b48b10493576 | /src/NJSCosmosLikeUnbondingCpp.cpp | 036a0940f4b331cc43bb8eaa8240bc862ee5d837 | [] | no_license | LedgerHQ/lib-ledger-core-node-bindings | 34af75b6f378445ae16e0437f038ec8859addc9d | ced62d392eff27ab153e8a5f330c92e9cd72b92c | refs/heads/master | 2022-05-01T03:09:43.393318 | 2021-09-30T14:15:34 | 2021-09-30T14:15:34 | 133,928,033 | 14 | 32 | null | 2022-04-10T09:12:52 | 2018-05-18T08:45:23 | C++ | UTF-8 | C++ | false | false | 5,219 | cpp | // AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from wallet.djinni
#include "NJSCosmosLikeUnbondingCpp.hpp"
#include "NJSObjectWrapper.hpp"
#include "NJSHexUtils.hpp"
using namespace v8;
using namespace node;
using namespace std;
NAN_METHOD(NJSCosmosLikeUnbonding::getDelegatorAddress) {
... | [
"gerry.agbobada-ext@ledger.fr"
] | gerry.agbobada-ext@ledger.fr |
049ac50a1a20ffc9022539b0ae0741601f172d75 | fcd145b1a12edea260d482583f88311e18b05030 | /Codeforces/271/e.cpp | c8ae6e259b21a45753c3a7743d1e1a9c29ec8360 | [] | no_license | triplemzim/competitive_programming | f7e7cf098b19c3abbf2b3ff6bb6e237122deaaf0 | 3da9560d021b743dd55f5165c0c0bb7e9adbf828 | refs/heads/master | 2021-01-22T23:21:29.082154 | 2017-03-20T22:23:11 | 2017-03-20T22:23:11 | 85,630,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,896 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ms(x,val) memset(x,val,sizeof(x))
#define scan(x) scanf("%d",&x)
#define scanL(x) scanf("%I64d",&x)
#define print(x) printf("%d\n",x)
#define debug(x) printf("DEBUG: %d\n",x)
#define printL(x) printf("%I64d\n",x)
#define ull unsigned long long
#define iii long lon... | [
"Muhim Muktadir Khan"
] | Muhim Muktadir Khan |
e0912f98346aeed2390ad45f564787423e754fbf | 3ded37602d6d303e61bff401b2682f5c2b52928c | /toy/0601/Classes/Scene/PaintScene.h | 34c95d39db6cd07f78b3d83c9f79435708b3de8d | [] | no_license | CristinaBaby/Demo_CC | 8ce532dcf016f21b442d8b05173a7d20c03d337e | 6f6a7ff132e93271b8952b8da6884c3634f5cb59 | refs/heads/master | 2021-05-02T14:58:52.900119 | 2018-02-09T11:48:02 | 2018-02-09T11:48:02 | 120,727,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,711 | h | //
// PaintScene.h
// PaintDress
//
// Created by maxiang on 6/16/15.
//
//
#ifndef __PaintDress__PaintScene__
#define __PaintDress__PaintScene__
#include "cocos2d.h"
#include "cocosGUI.h"
#include "cocos-ext.h"
#include "../Model/v2.0/ScribblePatternNode.h"
#include "../Model/v2.0/ScribbleUtil.h"
#include "../Mod... | [
"wuguiling@smalltreemedia.com"
] | wuguiling@smalltreemedia.com |
605cb6487bdd5b21e35de634885a35e46ed2db5e | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/content/browser/gamepad/xbox_data_fetcher_mac.cc | 6619b9b48f7a02997aa13cf1fd42449b4ebee3a1 | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 20,797 | cc | // 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.
#include "content/browser/gamepad/xbox_data_fetcher_mac.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include <CoreFoundation/CoreFoundati... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
c56c88e57fedec6aa7acaf36b8103c9fcbb21a4d | 15511aff7ac01a4e81abb2bfde068c502c2a10d1 | /sketches/client/EarlyDisableWiFi/EarlyDisableWiFi.ino | f86c7cfcb7404fafe0c779e9b5c94a305a0779b0 | [
"MIT"
] | permissive | yangkang411/nodemcu-test-flight | f3f9a86d52d54da43f506b9197f6a848fed8f454 | 7d4fefe0262d3deb904dccc8a082669627f80625 | refs/heads/master | 2023-04-17T05:59:43.841814 | 2021-04-25T18:15:29 | 2021-04-25T18:15:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,511 | ino |
#include <ESP8266WiFi.h>
#include <AddrList.h>
#ifndef STASSID
#define STASSID "Pantera"
#define STAPSK "YEzpe93r"
#endif
// preinit() is called before system startup
// from nonos-sdk's user entry point user_init()
void preinit() {
// Global WiFi constructors are not called yet
// (global class instances like... | [
"alexander.rogalsky@yandex.ru"
] | alexander.rogalsky@yandex.ru |
2e7c4cd14d69470e1962219333faa3733bd6b1b0 | 02ac923a44b9424757b6d781a978c10b032e6b2c | /REBLMenu.h | a3599ea9d0df1d5a225383277873a18bac766740 | [] | no_license | adamaero/REBL_UI | 77e14e90ca0dbfc750318f835d772c094855ee7e | 21104ac92fdaf38c71e9159b4fc1b6b8a4d412a4 | refs/heads/master | 2020-03-26T02:06:33.054179 | 2018-08-15T16:50:53 | 2018-08-15T16:50:53 | 144,396,948 | 0 | 2 | null | 2018-08-11T15:34:09 | 2018-08-11T15:34:09 | null | UTF-8 | C++ | false | false | 463 | h | /*
* REBLMenu.h
*
* Created on: Oct 10, 2015
* Author: David
*/
#ifndef REBLMENU_H_
#define REBLMENU_H_
#include "Arduino.h"
#include "REBL_UI.h"
#include "MenuClass.h"
//#include "Defines.h"
//#include "REBLInterface.h"
//#include "REBLDisplay.h"
class REBLMenu: public MenuClass {
public:
int updateS... | [
"disco47dave@gmail.com"
] | disco47dave@gmail.com |
527ce7e06e4c22ba21d5684b315cbcb63aa7e5bb | 76988120ead502cc29ffe9cf5ee91e979590d054 | /src/3rdparty/sslworld/sslworld.h | 5ddccc3765408e1278e93271c90aa7f815ba13c6 | [] | no_license | francosaraiva/UVF-GA | a7c5cf27af635b25a39c185edeb849099c0e886c | b7a5a3e99a4b01ff477bb3ba9d3e31df0494637b | refs/heads/master | 2020-12-24T05:33:46.870623 | 2016-11-11T14:14:46 | 2016-11-11T14:14:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,743 | h | /*
grSim - RoboCup Small Size Soccer Robots Simulator
Copyright (C) 2011, Parsian Robotic Center (eew.aut.ac.ir/~parsian/grsim)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either vers... | [
"gcaixetaoliveira@gmail.com"
] | gcaixetaoliveira@gmail.com |
49a9b588e9b827b5b3aeb79498e9bdbadd190cba | e6639e720bcdb74a9c072e4a4236ee9171f4b891 | /src/render/FloatingText.h | 1453cb07845f7e77b3277405cb415f4b0cab1c06 | [] | no_license | Sytten/MineDeeper | 7bc3ae466c416f7a3bbb53c2dc865316be091b77 | 40f55c8601508ad73a2a1b9eba80e7c4519461bd | refs/heads/master | 2020-05-19T22:20:18.133321 | 2013-04-20T04:21:12 | 2013-04-20T04:21:12 | 6,573,565 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,583 | h | // ---------------------------------------------------------------------------
// This software is in the public domain, furnished "as is", without technical
// support, and with no warranty, express or implied, as to its usefulness for
// any purpose.
//
// FloatingText.h
// The header file of the FloatingText object.... | [
"emilefugulin@hotmail.com"
] | emilefugulin@hotmail.com |
0f9f0d2e9648b4184341584df7988b7a73784851 | 44377496eb00bee35db9ef7c16c698c9f590545d | /src/Position_02.cpp | 5cdb9c717011eca0db6c5fbe591b3b81a41e3759 | [] | no_license | dherraiz/atc_sim_ros | 518c8f27ea87bfb9b2b00c7df799ad8c485e3e93 | c256ab06b6ef89d373c5ec86334c652c10c86fb7 | refs/heads/master | 2021-03-25T23:47:22.391591 | 2020-05-18T08:55:39 | 2020-05-18T08:55:39 | 247,656,113 | 0 | 0 | null | 2020-05-18T08:50:25 | 2020-03-16T09:06:15 | C++ | UTF-8 | C++ | false | false | 3,022 | cpp | /*
* BASED ON:
*
* Position.h & Position.cpp
*
* Created on: 15/07/2014
* Author: paco
*
*/
#include <string>
#include <math.h>
class Position {
public:
Position();
Position(float _x, float _y);
Position(float _x, float _y, float _z);
Position(std::string _name, float _x, float _y);
Position(std::s... | [
"noreply@github.com"
] | dherraiz.noreply@github.com |
a833e95f7025762eb226863453919819241e60cb | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/engine/xrGame/alife_anomalous_zone.cpp | 984fbb4ce3397b8d880048276fdb20832c1986e7 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C++ | false | false | 4,174 | cpp | ////////////////////////////////////////////////////////////////////////////
// Module : alife_anomalous_zone.cpp
// Created : 27.10.2005
// Modified : 27.10.2005
// Author : Dmitriy Iassenev
// Description : ALife anomalous zone class
////////////////////////////////////////////////////////////////////////////
... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
0d6367aafc91d7ba0a6950c6b99cf884ee9b6647 | 667bbfd99d40a077a6cec48208b03b8d10ce3631 | /Step5/canadian/CanadianExperience/CanadianExperience/ImageDrawable.h | dc0ae820d90c8a764b005e9468efd168093b2a20 | [] | no_license | Chanduniverse/CSE-335-Projects | 6cca3cbf5791d21dd031c90484e9a7c09c2501d9 | ae3b79e1314c92e0a599b2100c7ed941593f2a61 | refs/heads/main | 2023-04-24T05:03:07.103104 | 2021-05-10T21:49:24 | 2021-05-10T21:49:24 | 366,182,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 955 | h | /**
* \file ImageDrawable.h
*
* \author Chandan Aralikatti
*
* Class that handles images that are drawables
*
*/
#pragma once
#include "Drawable.h"
#include <memory>
/**
* Class that handles images that are drawables
*
*/
class CImageDrawable :
public CDrawable
{
public:
/** Set the drawable center
... | [
"chand4ara@gmail.com"
] | chand4ara@gmail.com |
23fb058e83c901afa8082aa9902e47a56f8da4bf | 7eee9c5c28806fbf0c71cf0e21e64406862191fa | /Source/Hdn/HdnCharacter.h | 2461975ca04d35802af15ce50207bbb3b48f0870 | [
"MIT"
] | permissive | Hengle/houdini_jam_2020 | 6f4efac2dd10294630faed39679c709d1181732a | 60ff3466ba8099b26c27bc3981c655c7f541c836 | refs/heads/master | 2023-03-24T23:31:35.311753 | 2020-10-14T13:05:24 | 2020-10-14T13:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,962 | h | // Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Character.h"
#include "HdnCharacter.generated.h"
class UHdnStress;
class AHdnEscapeObjective;
class AHdnFlag;
class UHdnSpectrumAnalyzer;
UCLASS(config=Game)
class AHdnCharacter : public ACharacter
{
GEN... | [
"adipamihi@gmail.com"
] | adipamihi@gmail.com |
0776eda0760d5da5ac4879b3428d10ade6bc1e1a | cb88a02fa2ef4092a150b229b5b3779dc89b1586 | /VS2019-C++基础/数组指针/数组指针.cpp | ef331c43a7a29643546c84f10af5878d4a5c63da | [] | no_license | 1765155167/C-Java-Python | f083ed7de36936ff4b20ddcf865b593c353d3abd | aa31d765d3e895dc65bbb770a32c7bc07a64b4bd | refs/heads/master | 2022-06-26T19:55:45.171720 | 2020-04-13T15:20:39 | 2020-04-13T15:20:39 | 205,353,222 | 0 | 0 | null | 2022-06-21T04:12:40 | 2019-08-30T09:45:46 | Python | UTF-8 | C++ | false | false | 1,157 | cpp | // 数组指针.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
typedef int(INT_10)[10];//数组类型
typedef int(*INT_P_10)[10];//数组指针
void fun()
{
std::cout << "fun()..." << std::endl;
}
void test01(void (*abc)())
{
std::cout << "test01()..." << std::endl;
abc();
}
int main()
{
auto abc = fun;//
std::cout << ... | [
"1765155167@qq.com"
] | 1765155167@qq.com |
291d9a5bd84c364c789e76a00c15b68e4a800a46 | 666ca8a64affe25b7664a02d84aa34c82928795c | /perfMedianInt.cxx | 475c9c99686258b240b1b79a6f476ce28661dd45 | [] | no_license | glehmann/fastRankMean | be2c436241687913d011884b44e67aae2bccf1c0 | d2a048c2874b598c54e916cd38e1bd7d68a3f2c3 | refs/heads/master | 2020-05-31T21:10:04.713080 | 2008-04-07T07:16:35 | 2008-04-07T07:16:35 | 3,272,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,064 | cxx | #include "itkImageFileReader.h"
#include "itkImageFileWriter.h"
#include "itkCommand.h"
#include "itkSimpleFilterWatcher.h"
#include "itkNeighborhood.h"
#include "itkRankImageFilter.h"
#include "itkMedianImageFilter.h"
#include "itkTimeProbe.h"
#include <vector>
#include <iomanip>
int main(int, char * argv[])
{
con... | [
"none"
] | none |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.