blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f7086c09ff33638bfa90d058efb7f50396a5350 | e02fa80eef98834bf8a042a09d7cb7fe6bf768ba | /TEST_MyGUI_Source/MyGUIEngine/include/MyGUI_Instance.h | 9d50505893548012b5efd58c18987888bca84ee0 | [] | no_license | MyGUI/mygui-historical | fcd3edede9f6cb694c544b402149abb68c538673 | 4886073fd4813de80c22eded0b2033a5ba7f425f | refs/heads/master | 2021-01-23T16:40:19.477150 | 2008-03-06T22:19:12 | 2008-03-06T22:19:12 | 22,805,225 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 843 | h | /*!
@file
@author Albert Semenov
@date 11/2007
@module
*/
#ifndef __MYGUI_INSTANCE_H__
#define __MYGUI_INSTANCE_H__
#define INSTANCE_HEADER(type) \
private: \
static type* msInstance; \
bool mIsInitialise; \
public: \
type();\
~type();\
static type& getInstance(void); \
static type* getI... | [
"my.name.post@gmail.com"
] | my.name.post@gmail.com |
621e390438ec4b413b35773fb8684221149a8747 | 2bf81ffecf07f0d52bcc7adf64605d0fafdc9117 | /ThreadContextSwitchScript.cpp | 851cdc1233fc53c0709be80cd3022551d1776ad9 | [] | no_license | sumitdhoble/OSProject | a08d1ca4dcc9e80e3f16232b101af61908930c67 | 47ba190204de8d1c17e7bf2f8af1a4b1acc42844 | refs/heads/master | 2021-01-02T22:57:54.071103 | 2012-12-12T22:12:45 | 2012-12-12T22:12:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 317 | cpp | #include<iostream>
#include<cstdlib>
#include<sys/time.h>
#include<unistd.h>
#include<sys/wait.h>
int main(){
int i = 0, iterations = 100;
system("g++ -pthread ThreadContextSwitch.cpp -o ThreadContextSwitch");
for(i = 0; i < iterations; i++){
system("./ThreadContextSwitch");
usleep(100);
}
return 0;
}
| [
"sumit@vdeshpan-XPS-8300.(none)"
] | sumit@vdeshpan-XPS-8300.(none) |
0d34501dd71ca848258a11619737c5571c03619a | b6e90a0e63a10e3091d5476e0bbf738d1aa412ef | /source/lec7/mon/ttp2-user.cpp | 8308a7aef121e3b2f923a5291eb41efd81f7a899 | [
"BSL-1.0"
] | permissive | Cypher1/Cpp_Tuts | 53909bc6210b11ceda43d08a7c948f9fc99986f9 | e67e8be04ff6e29e620c8245762c05cd27dda974 | refs/heads/master | 2020-06-28T20:04:18.421631 | 2017-10-20T03:10:11 | 2017-10-20T03:10:11 | 98,940,645 | 2 | 0 | null | 2017-09-16T06:56:31 | 2017-08-01T00:08:53 | C++ | UTF-8 | C++ | false | false | 156 | cpp | #include <vector>
#include "ttpStack.hpp"
int main(void) {
Stack<int, std::vector > s1;
s1.push(1);
s1.push(2);
std::cout << s1 << std::endl;
}
| [
"mattstark75@gmail.com"
] | mattstark75@gmail.com |
0273861ca1686e80408d458ae92cd7016e364dc0 | 6451521aff7056b83db5864cb0027eb67c125599 | /effort/synchronize_keys.h | 7e637a129456f0f2a3f5e8890a9494ad591420c6 | [] | no_license | tgamblin/libra | 0d740484f23542a017b07b7b86f51566c34ad4e5 | 2acedbe2f8a487a13b01c3d0e7cb2573e1ca6d09 | refs/heads/master | 2020-12-24T16:31:54.327600 | 2013-11-03T00:55:50 | 2013-11-03T01:04:44 | 763,175 | 3 | 2 | null | 2016-05-23T17:59:36 | 2010-07-08T03:21:51 | C++ | UTF-8 | C++ | false | false | 3,171 | h | /////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2010, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory
// Written by Todd Gamblin, tgamblin@llnl.gov.
// LLNL-CODE-417602
// All rights reserved.
/... | [
"tgamblin@llnl.gov"
] | tgamblin@llnl.gov |
9c08e9151ad6598ab7102a2fe683e80d0a5e2323 | 5e24b93c2eb4e2f4642eb8e1a8a80fb76e3e48c7 | /LED_as_sensor.ino | 96f1fec9933dbe7df2d9cc136cc7e6fe4a82f50b | [] | no_license | giantsquidaxon/LED_as_light_sensor_attiny85 | 7c0455ac61d615e0a7118d9bcaef6611e4f1ede7 | 2243ee2bb37660a2c4b33f63f90ccbe24edfac00 | refs/heads/master | 2022-12-09T16:49:33.135151 | 2020-09-07T10:28:16 | 2020-09-07T10:28:16 | 293,476,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,375 | ino | #define ANODE_PIN_A 3
#define CATHODE_PIN_A 4
#define ANODE_PIN_B 1
#define CATHODE_PIN_B 2
#define MONITOR 0
#define LED_TIMEOUT 100000
#define SAMPLES_TO_AVERAGE 5
void setup() {
// put your setup code here, to run once:
#ifdef LOGGING
Serial.begin(9600);
#endif
}
/** Perform a single on off cycle with the spec... | [
"dasnarrenschiff@gmail.com"
] | dasnarrenschiff@gmail.com |
9f590011574582e179475b9900200e58b7cd8ab4 | 713c31f3e32b6dd56b6f2a46419f60b102acb87a | /src/bench/bench_bitcoin.cpp | c79428c9d365077cb5b137ae7acb6423432f9a0c | [
"MIT"
] | permissive | bitcoinwallet-project/bitcoinwallet | 58e434d8887f8a884cf5ece00751da2c4d000a34 | a6daf932f38ca410d03e9d05f9d25afaa490fa2b | refs/heads/master | 2022-04-23T04:33:06.310826 | 2020-04-23T02:44:41 | 2020-04-23T02:44:41 | 258,060,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,237 | cpp | // Copyright (c) 2015-2018 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 <bench/bench.h>
#include <crypto/sha256.h>
#include <key.h>
#include <random.h>
#include <util.h>
#include <utilstr... | [
"leoped.rgs@gmail.com"
] | leoped.rgs@gmail.com |
5622f1be6e9b10f5500233c7c86720a1a6e9b0c9 | 43efb8c60d19d37c2f42805754086f910348a5ae | /Coding/Rough Codes/problm3.cpp | 4faaf872bec0a646a4ddd0344bafa989bfdb3626 | [] | no_license | akshay2742/Coding-Problems | 961399752b30b6a17b72b2c1b2afada9e839a326 | 838be77b707cc82a9453c964ff8cedce1646dfe8 | refs/heads/master | 2021-06-26T14:08:39.292052 | 2020-10-08T18:34:19 | 2020-10-08T18:34:19 | 151,247,129 | 0 | 1 | null | 2020-10-08T18:34:21 | 2018-10-02T11:59:38 | C++ | UTF-8 | C++ | false | false | 552 | cpp | #include<iostream>
#include<math.h>
#include<cstdio>
using namespace std;
#define int long long
int checkSquare(int a)
{ int x,valid=1;
while(a!=0){
x=a%10;
a=a/10;
if(x==9||x==4||x==1||x==0) continue;
else
return 0;
}
return valid;
}
main(){
int t,a... | [
"prateekrishu@yahoo.com"
] | prateekrishu@yahoo.com |
2605b2a54d343f47f8a3eeeb8ff69f468c10a9a0 | eeca0485de2fee42f63e902b2412b014ea949126 | /fro_duo.ino | 941bd61604a13229f052b1f5f1d64f164315e575 | [] | no_license | anuejn/ledArdu | fb149cde292e0906e913c2c250e823c2432f45f2 | a560d3351c6b1a7f2860b40aeeab4639f9c3e891 | refs/heads/master | 2021-05-29T09:55:36.159789 | 2015-04-30T21:14:57 | 2015-04-30T21:14:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,802 | ino | #include <Adafruit_NeoPixel.h>
#include <avr/power.h>
#include <math.h>
#define PIN A0
#define NUMPIXELS 20
#define GOALTIME 20000.0
#define PI 3.1415936
#define MOTORPIN 2
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800);
float proces = 0;
int starttime = 0;
long vcc = 0;
void setu... | [
"jaro.habiger@googlemail.com"
] | jaro.habiger@googlemail.com |
45f532d4213b6e77002b4b54345993e36943367a | 6ca0e27edfb1243e31fbca299cbfbe4f902edb65 | /src/KinectBasePanel.h | 5a241435c069de4b8a73af0c3e68f2f882483bf9 | [
"Apache-2.0"
] | permissive | fusefactory/ofxDepthKinectV2Streaming | 5a22a496c241c5b4cef1e7aaa148288009c7b300 | 9a479f10cc81e90d638ed9e014fe8d3ce2bcffc9 | refs/heads/master | 2020-05-01T00:28:09.645213 | 2020-02-18T10:37:10 | 2020-02-18T10:37:10 | 177,168,661 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | h | //
// KinectBasePanel.hpp
// Apologue2047
//
// Created by Matteo on 22/03/2019.
//
#ifndef KinectBasePanel_h
#define KinectBasePanel_h
#include <stdio.h>
#include "ofxGui.h"
#include "KinectDevice.h"
#include "KinectSettings.h"
class KinectBasePanel : public ofxPanel{
public:
void addGuiComponent... | [
"matteo@fusefactory.it"
] | matteo@fusefactory.it |
5ac9603976964a5058f4cb7f26a721232979ebac | dcb345e6ec38d85f82f5557a3054df3f58d6fd40 | /iq/temperature_monitor_uc_client.hpp | d13fceaa82d80b814cabaac66ab7d0af68e70504 | [
"BSD-3-Clause"
] | permissive | bunnie/iqmotor-c | c4fd76367cb83460adae615b0d16c5bbcb3181fb | 18efc6e8d2251456b167712556ad9e2c96917e6a | refs/heads/master | 2021-04-06T20:30:22.913439 | 2020-01-15T23:33:51 | 2020-01-15T23:33:51 | 125,386,841 | 14 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,747 | hpp | /*
Copyright 2019 IQinetics Technologies, Inc support@iq-control.com
This file is part of the IQ C++ API.
IQ C++ API 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 3 of the Licen... | [
"bunnie@kosagi.com"
] | bunnie@kosagi.com |
3545859e1f035c969b05a3eb4ec448bcf6009e58 | 0400ac52a20058bf13a064b838872473212765ca | /Unity_Code/DinoRun_Final/Temp/il2cppOutput/il2cppOutput/Il2CppCompilerCalculateTypeValues_13Table.cpp | 54218c2c04a1ea80c40af6e980759da4580eabdb | [
"Apache-2.0"
] | permissive | BPenzar/SuperDinoBros. | b7e6be07bfc4278d85eeb986f4740c9a91e01689 | f46b866c5a1119c6753dbd8e963212f17a4a31d5 | refs/heads/master | 2021-01-20T04:29:24.503356 | 2017-07-25T14:58:12 | 2017-07-25T14:58:12 | 89,697,299 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 43,103 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include "class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "UnityEngine_UnityEngine_Sprit... | [
"bruno.penzar@posteo.de"
] | bruno.penzar@posteo.de |
e7fa7ef5ade90f4a858558d1d48581938460615b | 0b3e67b06db9ef00f2d60815ae7a4709b4359dd7 | /gitTest/Source.cpp | d2fa2cafe73a67a46d4266db0e22f381e97ab750 | [] | no_license | Nilawyr/gitTest | 0284bfb0f8bbdfcd03a07e6a073e49b8ed0c7abd | ed47e49713d44acf284a78653874b6f41bf45fa7 | refs/heads/master | 2021-01-22T17:33:27.099298 | 2016-07-11T16:32:39 | 2016-07-11T16:32:39 | 63,083,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 118 | cpp | #include<iostream>
using namespace std;
int main(int argc, char** argv)
{
cout << "cristian" << end;
return 0;
}
| [
"cristiancarriond@gmail.com"
] | cristiancarriond@gmail.com |
5466f9d70ac7b3ba70643682dbc0d5b0d0de0f53 | 5c2addf99fb73b7a95897eb0486e28e9929fdd08 | /Cospro연습문제/Cospro7.cpp | 0b6c5f4bdc16abde3c0ca6e7b252be722ed13a55 | [] | no_license | UmJaeJeong/Algorithm-DataStruct | 902bc7b86dc4b74b8334984a78c0159bd2bc3e5d | 51cdd53a7cf815eb20801215d8147fb537d67e59 | refs/heads/master | 2020-04-03T15:28:36.084262 | 2019-02-15T01:14:08 | 2019-02-15T01:14:08 | 155,363,765 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 1,684 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
/*문제7 Cospro
오름차순으로 정렬되어있는 두 배열 arrA, arrB를 하나의 배열로 합치려 합니다. 단, 합친 후의 배열도 오름차순으로 정렬
되어 있어야 합니다.
예를 들어 arrA = [-2, 3, 5, 9], arrB = [0, 1, 5]인 경우 두 배열을 오름차순으로 정렬된 하나의 배열로 합치면 [-2, 0, 1, 3,
5, 5, 9]가 됩니다.
오름차순으로 정렬된 두 배열 arrA와 arrB가 주어졌을 때, 두 ... | [
"39511137+UmJaeJeong@users.noreply.github.com"
] | 39511137+UmJaeJeong@users.noreply.github.com |
01c50f45e49357c8599de3708098b6ddbfd4be84 | e06a59d5659a6c4cfd783badf02e662eb3faa633 | /matrix.h | 8a997b13591879741a17e503ba641aa1fd55d0a9 | [] | no_license | lllwwwbbb/MatrixCaculator | 543510cd68d64b6b3628dae2972371ae82e65930 | 61947017510ba58745718bf0d7dd6cd284c65188 | refs/heads/master | 2020-03-17T17:25:40.269647 | 2018-05-17T09:07:32 | 2018-05-17T09:07:32 | 133,787,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | h | #ifndef MATRIX_H
#define MATRIX_H
#include <vector>
#include <string>
using namespace std;
//Matrix
typedef vector<double> Array;
typedef vector<Array> Matrix;
//MatrixVariable
struct MatrixVar
{
string varName;
Matrix value;
bool operator ==(string right)
{
return this->varName == right;
... | [
"151220068@smail.nju.edu.cn"
] | 151220068@smail.nju.edu.cn |
8df1ec527a8a0d5b27ab36658b1919417b79f265 | 8e4015f2e768f8b8edf2b22912c9fcb23db121ee | /jsbridge/jsctx.h | f07571931078b20a4c5d3f9393c0d66f30724050 | [] | no_license | JaatSoft/NetOptimist | 298f0a4aacecad19ef9da07b27fb9b97b1f253b2 | 1dd2a421ad1418666605035565e53cc0434c154c | refs/heads/master | 2021-09-28T11:34:00.868956 | 2013-07-20T17:34:02 | 2013-07-20T17:34:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | h | #if !defined(JSBRIDGE_CTX_H)
#define JSBRIDGE_CTX_H
struct JsData;
class DocFormater;
class HTMLWindow;
class JsCtx {
JsData *m_jsdata;
public:
JsCtx();
~JsCtx();
void Init(DocFormater *doc);
void SetWindow(HTMLWindow *window);
void Execute(const char *jscode);
void ExecuteStip(const char *jscode);
void Sourc... | [
""
] | |
bb3af3e0628bd6708de6f8cf0be9189d4624019d | 3552d35a4408055635807b4d3351570be7a5dafa | /System Course/swapknodes/swapknodes/swapknodes.cpp | b40e58eb68eaf736579eaec3940fa34015b569dc | [] | no_license | ramyasree0299/summer2019_GNITS_ramyasree | 0d54f65b8a752091df03e8f3faa3208e88036a07 | bd408c0caf86bd9116acf6b85d7bb8fd062ae0f5 | refs/heads/master | 2020-06-01T23:16:56.196222 | 2019-06-23T13:04:08 | 2019-06-23T13:04:08 | 190,962,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,290 | cpp | #include "stdafx.h"
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
struct node
{
int data;
struct node *next;
};
int n, n1;
typedef struct node Node;
Node *reverse(Node *head)
{
Node *temp = head;
Node *prev = NULL;
Node *next;
while (temp != NULL)
{
next = temp->next;
temp->next = prev;
prev = te... | [
"ramyasree0299@gmail.com"
] | ramyasree0299@gmail.com |
7fa4d6a91110d35f2a5e36b3a302287631e06e5a | 85696df622aab676e2b21982ef0940f3b9d49d9d | /sources/crystax/vfs/getdents.cpp | 05b4879e7c48d3f2581632e2707808b11bb8cf04 | [
"BSD-2-Clause-Views"
] | permissive | Liryna/android-platform-ndk | e6acbdd5b02eae1250fab458c9c83bbcf7225161 | c0414a70629341b965f82bd00e27fbad5563f7de | refs/heads/master | 2021-01-13T03:46:55.760089 | 2016-12-23T14:45:41 | 2016-12-23T14:45:41 | 77,230,446 | 1 | 0 | null | 2016-12-23T14:28:49 | 2016-12-23T14:28:49 | null | UTF-8 | C++ | false | false | 2,142 | cpp | /*
* Copyright (c) 2011-2015 CrystaX.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list of
* ... | [
"dm@crystax.net"
] | dm@crystax.net |
b35d2488ca04ea0ef2f1ad8e27003d5383d02fbc | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/StepToGeom_MakeVectorWithMagnitude2d.hxx | ad4c7f35f0dd06b5cd48408f2b934a5b520e504b | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,476 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _StepToGeom_MakeVectorWithMagnitude2d_Heade... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
511ef3cc508c06c5667bfa50c3b164a18facdc5c | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-17183.cpp | 7c20722a0c8ffa6116a03898a1fa7e7e3bd503fb | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,677 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1 : virtual... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
3411088244be6e1f210a5abd6bc86418ec63795f | bf437a984f4176f99ff1a8c6a7f60a64259b2415 | /src/inet/physicallayer/analogmodel/packetlevel/ScalarReception.cc | 9492c0e8f17f81a388496b5bc0115292206a1842 | [] | no_license | kvetak/ANSA | b8bcd25c9c04a09d5764177e7929f6d2de304e57 | fa0f011b248eacf25f97987172d99b39663e44ce | refs/heads/ansainet-3.3.0 | 2021-04-09T16:36:26.173317 | 2017-02-16T12:43:17 | 2017-02-16T12:43:17 | 3,823,817 | 10 | 16 | null | 2017-02-16T12:43:17 | 2012-03-25T11:25:51 | C++ | UTF-8 | C++ | false | false | 1,625 | cc | //
// Copyright (C) 2013 OpenSim Ltd.
//
// 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... | [
"ivesely@fit.vutbr.cz"
] | ivesely@fit.vutbr.cz |
58a0a488fc925af7badb0627c089e67ef2bac3ea | 6f46ce977ba07a401a976f4dea4ddcec0b577cb6 | /Creative/game/particle_generator.cpp | af7b7aec631a1decd1c6c8887249f3d2593ae8c5 | [] | no_license | LOOK2001/Physically-Based-Animation-GLFW | 7c1c9eeb1b32f9c7630d97f5db6fab6fa2b63999 | a06399b0f4c5809720f0ef69bf6ab6f1689d3a70 | refs/heads/master | 2020-09-21T20:52:42.301089 | 2019-12-02T06:38:19 | 2019-12-02T06:38:19 | 224,924,854 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,933 | cpp | #include "particle_generator.h"
#include "../common.h"
#include "../Renderer.h"
#include "../pba/core/PbaViewer.h"
#include <glad/glad.h>
#include <glm/glm.hpp>
#include <iostream>
ParticleGenerator::ParticleGenerator(unsigned int num, DynamicalState& pq)
:PQ(pq), amount(num)
{
}
void ParticleGenerator::OnUpdate(... | [
"shengwang1996@126.com"
] | shengwang1996@126.com |
1f9deac17fdab8d672ee708b8352274db4fc665b | e9ade5ea33cf3382f8ab3ad980e7f6d8cb76faf8 | /solved/use_fenwick_tree.cpp | 22ff270c2786db56d52db40a095f855e8f83afa4 | [] | no_license | Creamy1137689/kyopro | 75bc3f92edb7bff2cbf27dc79d384b422a0a4702 | dcacbf27defe840ea7998e06a5f3fb78718e7d53 | refs/heads/master | 2023-05-10T19:28:56.447493 | 2021-06-03T12:54:11 | 2021-06-03T12:54:11 | 266,143,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 946 | cpp | #include <iostream>
#include <iomanip>
#include <utility>
#include <cmath>
#include <random>
#include <vector>
#include <map>
#include <set>
#include <deque>
#include <queue>
#include <stack>
#include <string>
#include <algorithm>
#include <atcoder/all>
using namespace std;
using namespace atcoder;
#define rep(i,n) fo... | [
"exception031noexist@gmail.com"
] | exception031noexist@gmail.com |
997ae853ff481ba40e24fd12ec14a6d0e7a50089 | 12d9e3ed40f1d5706932a3e44e8a08ca185b52cf | /Sphere Online Judge/PT07Z - Longest path in a tree.cc | 9d1d74ff8cd765aafb0582addfe9c5933dd27ea9 | [] | no_license | SebastianJM/Competitive-Programming | 25f83ceb607fcc3d95fa35c5f06cb7894413b857 | 5cd9de9485ae3f882a7c85292a77e5d662fce08f | refs/heads/master | 2020-03-23T21:25:42.970408 | 2018-11-20T05:06:46 | 2018-11-20T05:06:46 | 142,105,914 | 1 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,036 | cc | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int,int> Pii;
typedef vector<int> Vi;
typedef vector<Pii> VPii;
typedef vector<Vi> VVi;
typedef vector<VPii> VVPii;
#define pb(x) push_back(x)
#define MAX 10004
VVi g;
bool visit[MAX];
Pii bfs(int x)
{
queue<Pii> q;
q.push(Pii(x,0));... | [
"sebastianjmdlc@gmail.com"
] | sebastianjmdlc@gmail.com |
65553866a1d9b03aef3a74bd4909ec8f23e6a2f7 | d4c720f93631097ee048940d669e0859e85eabcf | /chrome/browser/ash/web_applications/face_ml_system_web_app_info.cc | b8e9aac25036d59a3b34fc987e72e3bf1c38e6c3 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 3b920d87437d9293f654de1f22d3ea341e7a8b55 | refs/heads/webnn | 2023-03-21T03:20:15.377034 | 2023-01-25T21:19:44 | 2023-01-25T21:19:44 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 3,251 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ash/web_applications/face_ml_system_web_app_info.h"
#include <memory>
#include "ash/constants/ash_features.h"
#include "ash/webui/face_ml_app_ui/url_... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
a54344895506c9ea67cedc81f5b3014b41cc07e6 | 101321a2edcb45ab1c8c6e4d2583b878589fe96e | /User/UserMenu.h | b4f65205f4cb913a9460b00e0a1db17bf3cc3b4a | [] | no_license | mark2002007/2K1SNP | c3aa8a5cde44c8e2f7efcc872ae7affb71cfc77d | 30a75e3fa843eed69f3baad347d494ee6d08c2b2 | refs/heads/master | 2023-01-22T02:27:57.421457 | 2020-12-02T09:07:51 | 2020-12-02T09:07:51 | 304,910,818 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 792 | h | #pragma once
#include <iostream>
#include "Repository.h"
#include "BookRepository.h"
#include "Author.h"
#include "Customer.h"
#include "Employee.h"
using namespace std;
class Menu {
private:
string pointer;
int pPos = 1;
string list_ind;
string title;
Repository<Author> authorRepository = Repository<Author>(tr... | [
"markmandzak2002@gmail.com"
] | markmandzak2002@gmail.com |
dbd3c260ea3694f3989ae6088165989d8d91c62f | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_Default_functions.cpp | 97ef1a5bb7291880cfbbab717d7f1f07a0e5d5e7 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | cpp | // TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_Default_parameters.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
}
#ifdef _MSC_VER
#pr... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
8ddb8cc1fae5e02286c829d7255d3a59bca7ec5c | 305fcec4e4cb01dbcc0ccb779a227649d1199cf2 | /LongWordsDiv2.cpp | 0ad5cbbb4bde56cf1d1f656f86f9a84541ddd90d | [] | no_license | Taxiway/TC_Codes | 3b47e22f901a480d3b8291d560a61395be862840 | 05815b3ec8d320f7ad8b99fc4fa2d3d11eb44f04 | refs/heads/master | 2020-12-24T17:08:23.672337 | 2014-12-26T09:24:20 | 2014-12-26T09:24:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,551 | cpp | // Orz AekdyCoin 福大核武景润后人
#include <cstdio>
#include <algorithm>
#include <cstring>
#include <vector>
#include <queue>
#include <set>
#include <map>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <functional>
#include <cctype>
#include <string>
using namespace std;
#define all(X)... | [
"hang.hang.zju@gmail.com"
] | hang.hang.zju@gmail.com |
bb12e3671d9af83ec46047f1636dfb65132479c8 | 4a48e01886c76b4067bfac67f547f0daac904da0 | /singleLDA/lda.h | 83aaa36bc2c5b40cf2bca86bfea415b1b7c94128 | [
"Apache-2.0"
] | permissive | guzhaki/lda | 6c2c52b1c0c573b3ae6c6cf179128f33b67b446f | 74ec742481f5209828c8f937324d4f2a1487affb | refs/heads/master | 2021-01-18T03:17:09.101220 | 2015-05-18T06:28:52 | 2015-05-18T06:28:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,488 | h | #ifndef _LDA_H
#define _LDA_H
#include <iostream>
#include <thread>
#include <chrono>
#include <vector>
#include <queue>
#include "model.h"
#include "utils.h"
#include "vose.h"
#include "fTree.h"
#include "forest.h"
class simpleLDA : public model
{
public:
// estimate LDA model using Gibbs sampling
int specific_ini... | [
"manzilzaheer@gmail.com"
] | manzilzaheer@gmail.com |
2bcb3b1abf1f8478fbd9564acc68cc2d30ff82b5 | fe5aa6ffd43d5b417a09d9e4788a1ce0fa7c2623 | /cmake/Tests/Qt4And5Automoc/main_qt4.cpp | a84ce897fda2a7c6223c2dda366423ed07adc08f | [
"BSD-3-Clause"
] | permissive | soegaard/racket-osx-libs | 5356e39d17ff208cb582912307e79e5baa540930 | 6341cc182c2645ebe9f175f56e7ba0b557eef893 | refs/heads/master | 2021-01-23T03:58:57.549738 | 2019-04-28T12:12:14 | 2019-04-28T12:12:14 | 14,662,966 | 5 | 2 | null | 2019-04-28T12:12:15 | 2013-11-24T14:50:34 | C | UTF-8 | C++ | false | false | 46 | cpp |
#include "main.cpp"
#include "main_qt4.moc"
| [
"jensaxel@soegaard.net"
] | jensaxel@soegaard.net |
ea8d725f5a66ac7afe3f7ddff11302c4294645a2 | 1504b15a66e14c960b9b7db7a9ddfcba281bc4e0 | /apm_phase5/catkin_ws/src/apm_autonomous/src/local_driver.cpp | 6986e8e88bb26b8cf2f84d143059b1bb230de23a | [] | no_license | Kennya-42/Deep-SLAM | 62c046501a14a1a01c4d33004865bcbb57a84e8e | b0a1c09ca1b39f99fb5adf0a8f6fd30136ff0049 | refs/heads/master | 2023-03-15T15:14:54.931547 | 2018-04-17T15:08:00 | 2018-04-17T15:08:00 | 119,864,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,875 | cpp | /**
* pilot.cpp
* Pioneer robot driver - this node takes a set of waypoints
* and drives the robot through them
* Alex Avery
* 2/6/16
*/
#include "ros/ros.h"
#include "geometry_msgs/Twist.h"
#include "geometry_msgs/Point.h"
#include "geometry_msgs/Quaternion.h"
#include "std_msgs/Float64MultiArray.h"
#include "nav_ms... | [
"ksa6262@rit.edu"
] | ksa6262@rit.edu |
74644224b9c9d2718a6380f8b98f373ceff9b984 | f4efea04aca50b20dcdbce803b2fee6a0d3614b2 | /BPS/BLE.ino | ac87773340fe24c386398298665547db990ccdf9 | [
"MIT"
] | permissive | JohnMacrae/ESP32-BPS-24 | ea214a296b07f671d54b2f2ba8eae878be9e04c5 | 00f7539714845b4bc119299a9b19c3fb8b0fbf43 | refs/heads/master | 2023-04-07T05:01:42.268759 | 2021-04-10T05:30:08 | 2021-04-10T05:30:08 | 356,477,825 | 2 | 0 | null | 2021-04-10T05:17:29 | 2021-04-10T05:12:53 | null | UTF-8 | C++ | false | false | 2,455 | ino | /*
BLE Code
*/
/*class MyServerCallbacks: public BLEServerCallbacks {
void onConnect(BLEServer* pServer) {
deviceConnected = true;
BLEDevice::startAdvertising();
};
void onDisconnect(BLEServer* pServer) {
deviceConnected = false;
}
};
void BLEInit(void)
{
BLEDevice::init("ESP32... | [
"jramacrae@gmail.com"
] | jramacrae@gmail.com |
db5f8c60061edeba97f8f1737d314aa5320e3204 | 2fc9e9e46c504827a47dad7b58fb1ecfb23d890f | /Project1COP3530/Project1COP3530.cpp | 9a5015753ae2d09b9dc3bce39522067afe8d2be7 | [] | no_license | chrisin1/Line-Editor | 9c72c4bd58e920f4a688fba56c2e33667b51d1b9 | 069dc4e23125d8c6dee860816f60c71f4c3d7a18 | refs/heads/master | 2022-11-30T19:56:08.833507 | 2020-08-16T14:27:04 | 2020-08-16T14:27:04 | 287,962,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,826 | cpp | // Project1COP3530.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
#include "LinkedList.h"
#include <string>
using namespace std;
class LineEditor
{
private:
LinkedList<string> document;
public:
void insertEnd(string text);
void insert(int index, string... | [
"christopherin12@gmail.com"
] | christopherin12@gmail.com |
2d46ddf330b9495c3468e985e5e9230ee466be9f | 35635422101e1c0e4142ca1e176c5d976a6a6ff2 | /deps/glm.9.9.5/glm_inn/gtc/noise.hpp | 7967168b3caae16fc0216e6c95760d04708d7649 | [
"BSD-3-Clause"
] | permissive | wanghaoxin1991/tprPix | e9ac6078dcf104b89e7db8bc6e973b47d4a46bfc | 877d2f3bcd2028b28f575deebf37bf7d19d1da52 | refs/heads/master | 2021-05-25T17:27:13.564129 | 2020-04-08T22:08:00 | 2020-04-08T22:08:00 | 253,843,248 | 0 | 0 | null | 2020-04-07T15:58:08 | 2020-04-07T15:58:08 | null | UTF-8 | C++ | false | false | 3,054 | hpp | <<<<<<< HEAD
/// @ref gtc_noise
/// @file glm/gtc/noise.hpp
///
/// @see core (dependence)
///
/// @defgroup gtc_noise GLM_GTC_noise
/// @ingroup gtc
///
/// Include <glm/gtc/noise.hpp> to use the features of this extension.
///
/// Defines 2D, 3D and 4D procedural noise functions
/// Based on the work of Stefan Gustav... | [
"wanghaoxin8@163.com"
] | wanghaoxin8@163.com |
bc4e4689728b72f48b3d3418fc60396eecaf28a8 | bb6c669fc1b873caa9f1b89f87a9331e41d9171c | /tracker/frameFactory.cpp | 2b31f6b52e2c082bab7bb06034d6f19161bdabf9 | [] | no_license | gaurikulkarni/CalvinBall | 5826a062c4435121c2656af58ee261040e47a036 | 370dd001b7f747dae964c382862095c8ccd25fd4 | refs/heads/master | 2020-12-30T11:40:04.319165 | 2017-07-13T03:48:44 | 2017-07-13T03:48:44 | 91,516,125 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,818 | cpp | #include "frameFactory.h"
#include "extractSurface.h"
#include "ioManager.h"
#include "vector2f.h"
FrameFactory::~FrameFactory() {
std::map<std::string, SDL_Surface*>::iterator itSurf = surfaces.begin();
while ( itSurf != surfaces.end() ) {
SDL_FreeSurface( itSurf->second );
++itSurf;
}
std::map<std::... | [
"gauri.kulkarni.v@gmail.com"
] | gauri.kulkarni.v@gmail.com |
80682ac602cda6612e3f24f5427b5003d81d4a15 | e557ce74c9fe34aa2b68441254b7def699067501 | /src/libtsduck/dtv/descriptors/tsAudioComponentDescriptor.h | f60dca5c61128c292f50a23108cdcbaa15c1e8cc | [
"BSD-2-Clause"
] | permissive | cedinu/tsduck-mod | 53d9b4061d0eab9864d40b1d47b34f5908f99d8a | 6c97507b63e7882a146eee3613d4184b7e535101 | refs/heads/master | 2023-05-10T12:56:33.185589 | 2023-05-02T09:00:57 | 2023-05-02T09:00:57 | 236,732,523 | 0 | 0 | BSD-2-Clause | 2021-09-23T08:36:08 | 2020-01-28T12:41:10 | C++ | UTF-8 | C++ | false | false | 3,692 | h | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2023, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
09d4a330af4ed4a349c019248f0e0adbe9131f98 | 965337cc304e01ffbe4937e060282c3eba10ad5e | /launcher.h | 97f15287e88c2757635356708164f25f546426b6 | [] | no_license | GuiBret/MusicDownloader | d77946de07fb1eb743856c7d20ddbcc72182ef3d | af3fa319263b76f877f1ddc76f54f1862c005ad4 | refs/heads/master | 2021-01-12T17:27:49.140195 | 2016-12-11T21:21:36 | 2016-12-11T21:21:36 | 71,575,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | h | #ifndef LAUNCHER_H
#define LAUNCHER_H
#include <QMainWindow>
#include <QFileDialog>
#include <QProcess>
#include <QDebug>
#include <QMessageBox>
#include <QEventLoop>
#include <QClipboard>
#include "downloaddisplay.h"
#include "downloadprofile.h"
#include "download.h"
class MyProcess;
class Download;
class Downlo... | [
"guillaume.bretzner@gmail.com"
] | guillaume.bretzner@gmail.com |
4f48dbbd976a5ffdc476da264188d3a2c676becd | e6c5596143f831c4613047d98d5754760e7bc752 | /CGP_Assignment/Code/Component/G_Timer.h | 40b5d5c2c6461ba65e46b7e12307ddbce0e09ffc | [] | no_license | liaukx-tarc/CGP_Assignment | 9a8c816e1bbe25ceccd21a380b57337aabf92e1d | 3ee3da6381e2ca3dd2be83f0374854a36db2eeec | refs/heads/master | 2023-04-02T01:25:55.288396 | 2021-04-06T23:01:30 | 2021-04-06T23:01:30 | 339,525,577 | 0 | 1 | null | 2021-04-06T23:01:31 | 2021-02-16T20:41:44 | C++ | UTF-8 | C++ | false | false | 344 | h | #ifndef G_TIMER
#define G_TIMER
#include <Windows.h>
class G_Timer {
public:
G_Timer();
~G_Timer();
void init(int);
int framesToUpdate();
private:
LARGE_INTEGER timerFreq;
LARGE_INTEGER timeNow;
LARGE_INTEGER timePrevious;
int Requested_FPS, frameToUpdate;
float intervalsPerFrame, intervalsSinceLastUpdate;... | [
"liaukx@student.tarc.edu.my"
] | liaukx@student.tarc.edu.my |
1c576ed95c289030307072c27d04f68b2820b4c1 | 5885fd1418db54cc4b699c809cd44e625f7e23fc | /kattis/additiongame.cpp | 62eac18c8c9927aa0d05f873ae4a50203a682925 | [] | no_license | ehnryx/acm | c5f294a2e287a6d7003c61ee134696b2a11e9f3b | c706120236a3e55ba2aea10fb5c3daa5c1055118 | refs/heads/master | 2023-08-31T13:19:49.707328 | 2023-08-29T01:49:32 | 2023-08-29T01:49:32 | 131,941,068 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | cpp | #include <bits/stdc++.h>
using namespace std;
#define _USE_MATH_DEFINES
#include <ext/rope>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_cxx;
using namespace __gnu_pbds;
template <typename T>
using ordered_set = tree<T, null_type, less<T>, rb_tree_tag, tree_order_... | [
"henryxia9999@gmail.com"
] | henryxia9999@gmail.com |
9144901f114d1cea49c7c7da8f807f67d9b62bc2 | b3d2e5d3db351a4c350785b347c3902d9d91dda6 | /src/posix/intercept.cpp | 82c43873bf02e5ca83e2109fa1a16efb0f216fc9 | [
"CC-BY-3.0"
] | permissive | andersgjerdrum/diggi | 84d83bb357b1d3348d9443e4225c489322c136f7 | c072911c439758b6f1bb1d9972c6fc32aa49d560 | refs/heads/master | 2022-11-07T19:00:58.241516 | 2020-07-01T16:23:11 | 2020-07-01T16:23:11 | 275,837,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,486 | cpp | #include "posix/intercept.h"
/**
* @file intercept.cpp
* @author Anders Gjerdrum (anders.gjerdrum@uit.no)
* @author Lars Brenna (lars.brenna@uit.no)
* @brief stub implementaitons for POSIX intercept calls.
* Used for untrusted runtime instances and unit tests to capture system call operations.
* syscall.... | [
"anders@diggi-1.cs.uit.no"
] | anders@diggi-1.cs.uit.no |
48ba067a28600767e6d91a897853019ba3183417 | 3054ded5d75ec90aac29ca5d601e726cf835f76c | /Training/UVa/CP3/Mathematics/Ad Hoc/00443 - Humble Numbers.cpp | 5989c6653b41f74472dedf6ef78bf3064d7c0687 | [] | no_license | Yefri97/Competitive-Programming | ef8c5806881bee797deeb2ef12416eee83c03add | 2b267ded55d94c819e720281805fb75696bed311 | refs/heads/master | 2022-11-09T20:19:00.983516 | 2022-04-29T21:29:45 | 2022-04-29T21:29:45 | 60,136,956 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 670 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const ll MX = 2e9;
int main() {
vector<ll> v;
for (ll l = 1; l <= MX; l *= 7)
for (ll k = 1; k * l <= MX; k *= 5)
for (ll j = 1; j * k * l <= MX; j *= 3)
for (ll i = 1; i * j * k * l <= MX; i *= 2)
v.push_back(i * j * ... | [
"yefri.gaitan97@gmail.com"
] | yefri.gaitan97@gmail.com |
ef098221dbdfc1cb163be159674acb81a0bcb410 | ec42dd1913d515b6d4d836fa2a84deaf47cdadbc | /LiveLogViewer/LiveLog_data.cpp | 3c637816b09c8d62870c9362eac70dcae21812d5 | [] | no_license | WuFan1992/LiveLogViewer | 5b46826a9efc18ab87b592cd5e3981c2e60e2840 | 6c0735c725fa2c8964393dcccf2d941e76b1585a | refs/heads/master | 2021-07-18T03:54:52.117893 | 2017-10-25T10:24:13 | 2017-10-25T10:24:13 | 105,745,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 714 | cpp | #include "LiveLog_data.h"
#include "Widget_element.h"
#include <iostream>
#include <qDebug>
using namespace std;
void LiveLog_data::show_source_pressure()
{
qDebug() << source_pressure;
}
void LiveLog_data::show_target_pressure()
{
qDebug() << target_pressure;
}
void LiveLog_data::show_mesure_pressure()
{
qDebu... | [
"fanwuchine@gmail.com"
] | fanwuchine@gmail.com |
c063524b3f5148c890fb934d00993ee21759d62c | 246018707dd500a0953af4c5dc1d9e4ccd63743a | /Project/Project/prob87.cpp | b1e5faed27fac9f2ec9d894a3294c790053bd281 | [
"MIT"
] | permissive | LeoNardo10521/Leetcode | 1a7c3fbda747bd2b0114748613ef93cc592fc59d | 083f7929b916ec327b18edc1ed1ade9a0b51c089 | refs/heads/master | 2020-03-07T04:35:17.302113 | 2018-04-09T03:18:14 | 2018-04-09T03:18:14 | 127,270,314 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,546 | cpp | //My work
class Solution {
public:
bool count(string s1, string s2){
unordered_map <char, int> record1;
unordered_map <char, int> record2;
for (int i = 0; i<s1.length(); i++)
record1[s1[i]]++;
for (int i = 0; i<s2.length(); i++)
record2[s2[i]]++;
... | [
"shjdzlq@163.com"
] | shjdzlq@163.com |
ee0862cd031c5c6fdc26df3a159cf657deb883a6 | 254cbaaf24dde982be6cb877220c95734723753c | /ddutil.cpp | 885d5ac78366d1db4872471ab445fd3342fde0d4 | [] | no_license | ForestJay/SpaceAdventure | f56a92c673af3ba14d3cbeb7187eb2202deaed6e | 76d9fdf23f95cc68c168b84c8586f4566b82afd2 | refs/heads/master | 2021-01-10T17:21:08.793077 | 2015-09-26T22:20:38 | 2015-09-26T22:20:38 | 43,224,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,328 | cpp | /*==========================================================================
*
* Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
*
* File: ddutil.cpp
* Content: Routines for loading bitmap and palettes from resources
*
************************************************************... | [
"forest.handford@affectiva.com"
] | forest.handford@affectiva.com |
966f84ee573742b6a97dd133c044913fe098e59c | 98284cb780bdec9381eb3f96b5bcaad6c5b9abc9 | /src/lib/Transform/Canonicalization.cpp | 0e746757763f45932267f4065c1942624a07022e | [
"NCSA"
] | permissive | nimit-singhania/loopy | a816dffc06ab78d10ede8d27d83a7319080925d3 | 1d87522ef6a7e206e67bf4dd3041fefe5b740c6f | refs/heads/master | 2021-01-11T11:57:45.513338 | 2019-01-31T14:18:56 | 2019-01-31T14:18:56 | 69,502,154 | 18 | 5 | null | 2019-01-31T14:18:57 | 2016-09-28T20:43:11 | C | UTF-8 | C++ | false | false | 2,527 | cpp | //===---- Canonicalization.cpp - Run canonicalization passes ======-------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===--------------------------------------------------------... | [
"nimits@seas.upenn.edu"
] | nimits@seas.upenn.edu |
ba26bc0450d3e3f80c33ec1e3eef2cbd0a15166d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_old_new_old_log_857.cpp | 9c028a7894b182986e402756c28ff2800f5cba40 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | cpp | archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
"Ignoring out-of-order file @%jx (%s) %jd < %jd",
(intmax_t)file->number,
iso9660->pathname.s,
(intmax_t)file->offset,
(intmax_t)iso9660->current_position); | [
"993273596@qq.com"
] | 993273596@qq.com |
3d6b955bce11244a9d84527c5a8a51c9c77a2404 | d6507daa66666878fb018b394cc0a959a0113ec3 | /01/013.cc | 5bb8f09573d628115e5c394c6739ac1d95678e81 | [] | no_license | dmnsn7/projecteuler | a5d0098cdafcdb68901ecc68c0ba9df77d039ac4 | a737037b9521c940b6b6ed12488ee73e41229b70 | refs/heads/master | 2023-06-09T21:33:46.625979 | 2023-06-07T12:17:21 | 2023-06-07T12:17:21 | 215,997,596 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,420 | cc | // Copyright [2017] <dmnsn7@gmail.com>
#include <bits/stdc++.h>
using std::string;
using std::to_string;
using std::vector;
const int CNT = 100;
const int RESERVED_LEN = 15;
const int QUERY_LEN = 10;
const vector<string> NUMBER = {
"37107287533902102798797998220837590246510135740250",
"463769376774900097126... | [
"jie.liu@airbnb.com"
] | jie.liu@airbnb.com |
34c64acb37e92c0991fc340f6c880448395b7fd0 | 60a15a584b00895e47628c5a485bd1f14cfeebbe | /comps/docs/ImageDoc/imgactions.h | bb484214d888db0be40c2e9f894ca43100d102fa | [] | no_license | fcccode/vt5 | ce4c1d8fe819715f2580586c8113cfedf2ab44ac | c88049949ebb999304f0fc7648f3d03f6501c65b | refs/heads/master | 2020-09-27T22:56:55.348501 | 2019-06-17T20:39:46 | 2019-06-17T20:39:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,766 | h | #ifndef __imgactions_h__
#define __imgactions_h__
struct CAphineParams;
//[ag]1. classes
//paul12.04.2002
#define DECLARE_AVAIBLE() \
bool IsAvaible() \
{ \
CChechAvailable avail; \
return avail.IsAvaible(); \
} \
struct CChechAvailable
{
bool IsAvaible();
};
bool fill_background_color( IUnknown* punk_image )... | [
"videotestc@gmail.com"
] | videotestc@gmail.com |
094fffe623781c78af8b72cfc7507eb5ab94e197 | 6d1f45ea591f5bd5616de898c29c8f55b22d0ec1 | /include/glfw/__window/create_surface.hpp | 943dc26525579f400488864af52ec0043b4eb59a | [] | no_license | cpp-wrappers/glfw-wrapper | 0136602ad9f4eef07e19149198a5b16893706190 | 4a948ef7f58b0ccb5e1942787d10b2af839106db | refs/heads/master | 2023-06-23T22:43:09.106897 | 2023-06-14T04:58:19 | 2023-06-14T04:58:19 | 175,873,362 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,852 | hpp | #pragma once
#if __has_include(<vk/instance.hpp>) && __has_include(<vk/surface.hpp>)
#include "./handle.hpp"
#include "../__internal/function.hpp"
#include <vk/instance.hpp>
#include <vk/surface.hpp>
#include <types.hpp>
#include <tuple.hpp>
extern "C" GLFW_API int32 glfwCreateWindowSurface(
handle<... | [
"hazeevaidar@gmail.com"
] | hazeevaidar@gmail.com |
9b2b9977f4dfe96fe4517598e6fa325f7f83e4f1 | 61d4e279bb59dab28e11ac17f99e466cf8aba3cc | /src/server/scripts/Pandaria/MogushanPalace/instance_mogu_shan_palace.cpp | 4dc9ea7dd012fc775b61a4f074654d4cd549ceeb | [] | no_license | dufernst/5.4.8-Wow-source | a840af25441ec9c38622c16de40b2997d4605ad1 | 5511dffb1e9ad2e2e0b794288c4b9ea5041112d5 | refs/heads/master | 2021-01-16T22:12:12.568039 | 2015-08-19T22:55:05 | 2015-08-19T22:55:05 | 41,120,934 | 2 | 10 | null | 2015-08-20T22:03:56 | 2015-08-20T22:03:56 | null | UTF-8 | C++ | false | false | 23,507 | cpp | /*
Dungeon : Template of Mogu'shan Palace 87-89
Instance General Script
Jade servers
*/
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "VMapFactory.h"
#include "mogu_shan_palace.h"
class instance_mogu_shan_palace : public InstanceMapScript
{
public:
instance_mogu_shan_palace() : InstanceM... | [
"andra778@yahoo.com"
] | andra778@yahoo.com |
cfca63a964c7e09d06ee177dc3a8327363181015 | 0795b456eb8343c3663c71d8219086e9fbe21078 | /normal-55-Jump_Game/55-Jump_Game__dp.cpp | ecc5b2ce47bd4811a2b8c966388f43bcc9ab7a40 | [] | no_license | burningDown/my_leetcode | ae5521c2233ef86d3e48fd175952ec81f6ae3ca1 | 02be289989b9bbda198578e88f004dc83842d40f | refs/heads/master | 2021-07-06T15:07:45.904592 | 2020-09-07T13:36:40 | 2020-09-07T13:36:40 | 177,900,149 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 474 | cpp | class Solution {
public:
bool canJump(vector<int>& nums) {
if(nums.size() == 0)
return true;
vector<bool> dp(nums.size(), false);
const int l = nums.size();
dp[0] = true;
for(int i=0;i<l;i++)
{
if(dp[i])
{
for(int j... | [
"734556742@qq.com"
] | 734556742@qq.com |
690f1ddffc64f82bf8b2072bb7af3d6b94102d75 | b39b0652150a981c9e08d63b78a5b8d57197601e | /doom_py/src/lib/ViZDoomExceptions.cpp | e9bd19b6830b9a2fb36d47251e6abc61072e3463 | [
"MIT"
] | permissive | jaekyeom/doom-py | 476026afd7dad6ecd47cf2633c745e3b09fa5c9c | a7d08a0f2e92b0ba4be538e182791be4c5a11a1b | refs/heads/master | 2020-03-06T18:52:38.651857 | 2018-04-05T14:28:14 | 2018-04-05T14:28:14 | 127,015,715 | 1 | 0 | MIT | 2018-03-27T16:29:10 | 2018-03-27T16:29:10 | null | UTF-8 | C++ | false | false | 3,018 | cpp | /*
Copyright (C) 2016 by Wojciech Jaśkowski, Michał Kempka, Grzegorz Runc, Jakub Toczek, Marek Wydmuch
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without li... | [
"jietang@openai.com"
] | jietang@openai.com |
02c40d6a8c9edc44e742fc75420855ba1f6ef763 | 7a89c2e347e17f0aed9e16f2de81f6021ad56023 | /src/Components_Web/WeightSensor_Web.cpp | cacc8d61247016aaf4b90b98b3af38de969d0661 | [] | no_license | Whonymous/Gbox420 | aee2618ee817eff34939e8892d4eef52c7f22e00 | 27bbc1a356c2a5d7f040293c3608c6b1288324f9 | refs/heads/master | 2022-12-17T11:51:27.223683 | 2020-09-16T23:02:39 | 2020-09-16T23:02:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,951 | cpp | #include "WeightSensor_Web.h"
WeightSensor_Web::WeightSensor_Web(const __FlashStringHelper *Name, Module_Web *Parent, Settings::WeightSensorSettings *DefaultSettings) : Common(Name), WeightSensor(Name,Parent,DefaultSettings), Common_Web(Name)
{
this->Parent = Parent;
this->Name = Name;
Parent->addToReportQueue(t... | [
"growboxguy@gmail.com"
] | growboxguy@gmail.com |
bd920715a6891dc3482dae6390694cff350a8e69 | 746353363abb3f4e7536de0cbed223dd99dcdcb0 | /src/core/tracer/include/agz/tracer/factory/raw/medium.h | aa93769d63c5e05086490ad2fb34e1ea6e55a834 | [
"MIT"
] | permissive | vcoda/Atrc | 65aeb7d9b9a9578d1d768fc58951ffa7853e025e | 8b6614053d0866b409961d1ddb84238523fa5b02 | refs/heads/master | 2020-09-12T12:36:32.629569 | 2019-11-08T06:53:42 | 2019-11-08T06:53:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 328 | h | #pragma once
#include <agz/tracer/core/medium.h>
AGZ_TRACER_BEGIN
std::shared_ptr<Medium> create_absorbtion_medium(
const Spectrum &sigma_a);
std::shared_ptr<Medium> create_homogeneous_medium(
const Spectrum &sigma_a,
const Spectrum &sigma_s,
real g);
std::shared_ptr<Medium> create_void();
AGZ_TRA... | [
"airguanz@gmail.com"
] | airguanz@gmail.com |
ea05f20db6f8fcfa7b3e4211a4036ee32e56962f | 530cea82ed7cb8fabc8efb3fbd3ed393be8eb71f | /OpenArk/DriverModView.h | a9678d1f814f6d4159fc53b619ced935e8acfc66 | [] | no_license | Qazwar/OpenArk-1 | abb0618c5364dc131a35a93c61861394e2242605 | ad6a35d9679997f8da30f07b9f4b2169b2179906 | refs/heads/master | 2022-06-27T03:20:41.791514 | 2020-05-09T09:43:17 | 2020-05-09T09:43:17 | 268,182,709 | 1 | 0 | null | 2020-05-31T00:28:22 | 2020-05-31T00:28:21 | null | UTF-8 | C++ | false | false | 442 | h | #pragma once
#include "StdDialog.h"
#include "common.h"
class DriverModView :public StdTable
{
Q_OBJECT
public:
enum Col {
DriverName,
BaseAddress,
ImageSize,
DriverObject,
DriverPath,
ServiceName,
LoadOrder,
FileCompany,
LastCol
};
DriverModView(QWidget *parent = 0);
~DriverModView();
void... | [
"782598478@qq.com"
] | 782598478@qq.com |
39c992fd7333bcbb16b637118d745f0053dc4d4b | 07c3e4c4f82056e76285c81f14ea0fbb263ed906 | /Re-Abyss/app/components/UI/Title/Cursor/Builder.cpp | f01a18859bbd58165f400fdd63ab3c1f9c4902fe | [] | no_license | tyanmahou/Re-Abyss | f030841ca395c6b7ca6f9debe4d0de8a8c0036b5 | bd36687ddabad0627941dbe9b299b3c715114240 | refs/heads/master | 2023-08-02T22:23:43.867123 | 2023-08-02T14:20:26 | 2023-08-02T14:20:26 | 199,132,051 | 9 | 1 | null | 2021-11-22T20:46:39 | 2019-07-27T07:28:34 | C++ | UTF-8 | C++ | false | false | 375 | cpp | #include <abyss/components/UI/Title/Cursor/Builder.hpp>
#include <abyss/modules/UI/base/UIObj.hpp>
#include <abyss/components/UI/Title/Cursor/CursorCtrl.hpp>
namespace abyss::UI::Title::Cursor
{
void Builder::Build(UIObj* pUi)
{
// メイン追加
{
pUi->attach<CursorCtrl>(pUi)->setLayer(Draw... | [
"tyanmahou@gmail.com"
] | tyanmahou@gmail.com |
583d62156ae1fc6f45981ad1051f9f4478389039 | 0d8a443005e7f8c4dc3b8b59606463d0b334a7ba | /main.cpp | 67e841787e7c837fb8629650361e1e7086253dcb | [] | no_license | HoShuHang/QTGraphics | 1547e214131abdee6cc5d5d49da53a629bcc3c19 | c7e5ba0520d0cfeb3c92c57e7ebb59246943797d | refs/heads/master | 2021-01-10T17:48:50.399007 | 2016-01-05T08:58:34 | 2016-01-05T08:58:34 | 46,609,834 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 275 | cpp | #include "cppunitlite/TestHarness.h"
//#include "utShape.h"
//#include "utGraphics.h"
//#include "utHW3.h"
#include "utTryQt.h"
//#include "utModel.h"
//#include "utVisitor.h"
int main(int argc, char** argv) {
TestResult tr;
TestRegistry::runAllTests(tr);
return 0;
}
| [
"kwite2002@gmail.com"
] | kwite2002@gmail.com |
6e65d8285c59183add02fe62ae520a469e0963a8 | 966ce6dd5c396494b04a1003ee82e208fd974ce4 | /transport/tests/spool_test.cc | 53290767a9291be5ea017f8b6096f5c3a46a5dde | [] | no_license | drue/King-James | 55c57143297e107c86a4fc05b5d3e4ef1bae4624 | cf1240e902b08b775f47a73599fd919677b72f41 | refs/heads/master | 2021-01-01T17:46:58.709355 | 2014-10-03T11:24:11 | 2014-10-03T11:32:41 | 3,149,344 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,132 | cc | #include <stdlib.h>
#include <arpa/inet.h>
#include "gtest/gtest.h"
#include "FLAC++/metadata.h"
#include <openssl/md5.h>
#include "spool.h"
/*
*************
** FLAC md5sum is computed from byte aligned, little endian data
** 3 bytes per sample for 24 bits, 2 bytes for 16 bits
** however, data is fed to FLAC with 4 ... | [
"drue@gigagig.org"
] | drue@gigagig.org |
de4f1665e78d3d60f105985604e1305619215980 | 5f2e4f42080ccb986308688404a2981753f87d69 | /AquaEngine/Generators/NormalOrientedSSAO.h | a9dad49350c42b6e9953f4a90edc90ec9463df4c | [
"MIT"
] | permissive | therselman/aquaengine | 3c941ba6b77dc571e8e426245250e013bf5ae035 | aea6de9f47ba0243b90c144dee4422efb2389cc7 | refs/heads/master | 2021-07-22T13:52:24.316935 | 2017-10-28T11:58:48 | 2017-10-28T11:58:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,694 | h | #pragma once
#include "..\Renderer\ShaderManager.h"
#include "..\Renderer\RendererInterfaces.h"
#include "..\Renderer\RenderDevice\RenderDeviceTypes.h"
#include "..\AquaMath.h"
#include "..\AquaTypes.h"
namespace aqua
{
class Renderer;
class ParameterGroup;
class Camera;
class Allocator;
class LinearAllocator;... | [
"tiago.costav@gmail.com"
] | tiago.costav@gmail.com |
4af192cd14118c92357f691d20c1d06f67f1f9cf | 5dc4d4d3bd209b0d7e54c383b83f725ab2ca97fd | /Codeforces/1538/A.cpp | 08df1b57f095f2401dae476350b9e1147f665f45 | [
"MIT"
] | permissive | mohit200008/CodeBank | 3f599e0d0be4d472666a4e754c4578d440251677 | 061f3c1c7c61370fd2c41fc1d76262d403d16f34 | refs/heads/main | 2023-09-03T02:38:21.935473 | 2021-10-22T08:32:43 | 2021-10-22T08:32:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,251 | cpp | /*
"An anomaly, I'm Muhammad Ali
Cause I know one day I'm gonna be the"
- Greatest, Eminem
*/
#pragma GCC optimize ("O3")
#pragma GCC target ("sse4")
#include<bits/stdc++.h>
#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/tree_policy.hpp>
using namespace std;
using namespace __gnu_pbds;
typ... | [
"mahendra060704@gmail.com"
] | mahendra060704@gmail.com |
7d2a0bc1f7fc247453ba9c8cdc4745601a1e458c | a8e72b72e08f854fffa56ec7326dc09d0c5847a8 | /conversationlog.cpp | 8ed9439f8f1cc7419bbdd63779ea652c6382aba7 | [] | no_license | mapld/ProgrammingProblems | b16bc5be4e128665379ecda3191b55ddd3673dbd | e9031cdac09a95083b7cbf0ed37a5929aa9b203e | refs/heads/master | 2021-09-02T03:22:05.214931 | 2017-12-29T22:33:30 | 2017-12-29T22:33:30 | 112,629,856 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,361 | cpp | #include <stdio.h>
#include <iostream>
#include <map>
#include <sstream>
#include <set>
#include <queue>
int main(){
using namespace std;
int numMessages;
cin >> numMessages;
set<string> users;
map<string, int> counts;
map<string,bool> used;
for(int i = 0; i < numMessages; i++){
string line;
g... | [
"arehnbymartin@abebooks.com"
] | arehnbymartin@abebooks.com |
838b9ec95ffc550ce4384ca158e0299be94ea630 | f556301fd9bdba0e463bb6f08bd83db0fd258a8d | /extensions/third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc | e9ac4aa2d4c50073493a6848ea34b972fbd89f32 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | blockspacer/chromium_base_conan | ce7c0825b6a62c2c1272ccab5e31f15d316aa9ac | 726d2a446eb926f694e04ab166c0bbfdb40850f2 | refs/heads/master | 2022-09-14T17:13:27.992790 | 2022-08-24T11:04:58 | 2022-08-24T11:04:58 | 225,695,691 | 18 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 72 | inc | #pragma once
#include "absl/debugging/internal/stacktrace_arm-inl.inc"
| [
"user@email.ru"
] | user@email.ru |
982d33eb87a2d3dcdb7d739b3971eec1ab9d9d23 | c08cbfb0e791bac4f6eb06ad44f335d1c2da316b | /Managers/src/Utils/TableModifier.cpp | c32fe6d0d9bd00580bff0a44706cac837e29da50 | [] | no_license | Cliey/BookManager | 9a1be14d8b910b29297210ef7f0a2511ec16f550 | 8231b90b4c3d97453bb25f8e4c287286d5ebae41 | refs/heads/master | 2021-06-23T17:13:45.389609 | 2021-02-21T21:02:10 | 2021-02-21T21:02:10 | 195,285,165 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,808 | cpp | #include "Managers/Utils/TableModifier.hpp"
#include "BookAbstract/Book.hpp"
#include "BookEnum/BookType.hpp"
#include "BookFactory/BookFactory.hpp"
#include "EntityTypes/BookSeries.hpp"
#include "EntityTypes/Person.hpp"
#include "EntityTypes/Publisher.hpp"
#include "Utils/EnumUtils.hpp"
#include "Utils/Log.hpp"
#inclu... | [
"cyril.r38@gmail.com"
] | cyril.r38@gmail.com |
181e136e34e7a866dbb5718c313c8cf312cd942c | aaebbe73cc851ba9ed8a3493abedb739d122533a | /server/yslib/thread_pool/thread_pool.h | 3366394ddbd0935364afded985f07547c06c696e | [] | no_license | coeux/lingyu-meisha-jp | 7bc1309bf8304a294f9a42d23b985879a28afbc0 | 11972819254b8567cda33d17ffc40b384019a936 | refs/heads/master | 2021-01-21T13:48:12.593930 | 2017-02-14T06:46:02 | 2017-02-14T06:46:02 | 81,812,311 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,365 | h | #ifndef _THREAD_POOL_H_
#define _THREAD_POOL_H_
#include <vector>
#include <assert.h>
using namespace std;
#include <boost/bind.hpp>
#include <boost/thread.hpp>
#include <boost/asio.hpp>
#include "log.h"
#include "thread_pool_log_def.h"
class thread_pool_t : public boost::noncopyable
{
public:
typedef boost::s... | [
"641311015@qq.com"
] | 641311015@qq.com |
7d57c8e86929e789a8507f31518db140d94de59e | 4bbb92f4903ffa73410a5c674aef85bf219d4242 | /Nibbler.cpp | fb08f30569c29ff3a53c0a4941574e843a27f2b1 | [] | no_license | RavivarmanPerinpanathan/nibbler | abf107b3599f4792ef52dcdec12cf60a7b5942e8 | c9a3b1b3bf58eb30f3437429b333fb6159659d1e | refs/heads/master | 2020-03-30T00:12:56.468437 | 2015-09-19T01:56:21 | 2015-09-19T01:56:21 | 42,755,295 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,661 | cpp | //
// Nibbler.cpp for Nibbler in /home/perinp_r/rendu/cpp_nibbler
//
// Made by ravivarman perinpanathan
// Login <perinp_r@epitech.net>
//
// Started on Sun Apr 5 20:35:56 2015 ravivarman perinpanathan
// Last update Sun Apr 5 21:14:05 2015 ravivarman perinpanathan
//
#include <string>
#include <... | [
"perinp_r@epitech.eu"
] | perinp_r@epitech.eu |
d822199111c6610bce30326c2aff532a8596e833 | 508510d10ddcb009fc4fb53a26d897bc462039c0 | /PUBG/SDK/PUBG_BP_EquipableItemIconWidget_classes.hpp | d80e238d436117d9d978f2bdcfeb87754c4a5654 | [] | no_license | Avatarchik/PUBG-SDK | ed6e0aa27eac646e557272bbf1607b7351905c8c | 07639ddf96bc0f57fb4b1be0a9b29d5446fcc5da | refs/heads/master | 2021-06-21T07:51:37.309095 | 2017-08-10T08:15:56 | 2017-08-10T08:15:56 | 100,607,141 | 1 | 1 | null | 2017-08-17T13:36:40 | 2017-08-17T13:36:40 | null | UTF-8 | C++ | false | false | 2,181 | hpp | #pragma once
// PLAYERUNKNOWN BattleGrounds () SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedClas... | [
"jl2378@cornell.edu"
] | jl2378@cornell.edu |
5c7f59cb581ff1e5fbe73dcc99778089391b8a41 | ec8bd794331fb9548a7a3306a1a378227cbfaf79 | /cleanHack_FileIO.cpp | 8c117d5ab0736e30ae83e317747c11eb66faf054 | [] | no_license | awsdert/renegade | 8b3c4524e183e02d1f644bd85bfd324ea875f2b6 | 8060d04ef9cdf6c41090195ea43a93d7d4de8eaf | refs/heads/master | 2021-04-09T16:53:42.289316 | 2012-06-21T17:01:07 | 2012-06-21T17:01:07 | 32,187,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,078 | cpp | #include "G.h"
void G::mLoadHack( void )
{
s32 mode = 0, index, count;
xStr txt, text, path, file, name;
xStrT st;
xAStr array;
HACK* hack = new HACK;
CODE code;
u32 tmp;
tree_T->DeleteAllItems();
xTreeID root, doNotModifyThisTreeId;
gGetHackFile( path, file );
wxTextFile file_TF;
file_T... | [
"gb2985@ef3b2f1c-1a11-4849-4361-9c7d57dfec43"
] | gb2985@ef3b2f1c-1a11-4849-4361-9c7d57dfec43 |
734f3de22638441623d47f44ce344f4b0a748ec8 | a6cee0a2e956fcf63f19f359675f5cb0552cdb5a | /garminfitsdk/fit_workout_session_mesg.hpp | 8ad1af7f50d991c188a9d1f09060adee84f355f0 | [] | no_license | KatzSanya/MRC_creator | fc45d0a81d11fb5082b5ef8b84e6bb4c236052b9 | 42128c78fba177cd20b3a948918c0451b0154367 | refs/heads/master | 2023-05-31T23:00:03.848531 | 2021-06-22T01:45:30 | 2021-06-22T01:45:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,508 | hpp | ////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Garmin Canada Inc.
// The software is being provided on an "as-is" basis and as an accommodation,
// and ... | [
"helder.giro.lopes@gmail.com"
] | helder.giro.lopes@gmail.com |
79295f90df5d8f33766ec622477fae9c6cc70b14 | 49b59f314fe0643a1d4750092ae6defd85d4c0fd | /include/taobao.h | 82d1fc105ebf31aafe9088558f369ae893ad81c6 | [
"MIT",
"BSL-1.0",
"BSD-3-Clause"
] | permissive | Athenacle/tb | 72ebeed08952d7afb2ee55c9c4bef1c8b64ba2ad | 3c1ad7d02e92822d965453458285386aab37c789 | refs/heads/master | 2020-03-22T14:24:21.622885 | 2018-08-22T11:37:10 | 2018-08-22T11:37:10 | 140,176,856 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,530 | h |
/* shared
*
*/
#ifndef TAOBAO_SHARED_H
#define TAOBAO_SHARED_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <fcntl.h> // for O_RDONLY
#include <string>
namespace tb
{
class Settings;
class Logger;
namespace thread_ns
{
class thread;
class thread_arguments;
} //... | [
"zjjhwxc@gmail.com"
] | zjjhwxc@gmail.com |
ccc0b88009c7cd818fb849343ec8aecd261b2ec3 | 43a0bc7a80572033ba0312078c1118b1865e1c38 | /Øving 3/main.cpp | 5f304acf906a44c3c21681fdf66cbaa42878c301 | [] | no_license | MathiasWahl/Cpp | f6369c497bccb83f87fb3c689ac0f5e8065bb101 | 2309e8826742eb0dcb2b74f8b2fd5327b05e5ac9 | refs/heads/master | 2021-09-07T02:30:29.876267 | 2018-02-15T21:37:06 | 2018-02-15T21:37:06 | 119,513,926 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | cpp | #include "canonball.cpp"
#include "utilities.hpp"
#include <iostream>
#include <ctime>
int main(){
/*
cout << accY() << endl;
cout << "\nTest X:" << endl;
cout << posX(0, 50, 0) << endl;
cout << posX(0, 50, 2.5) << endl;
cout << posX(0, 50, 5) << endl;
cout << "\nTest Y:" << endl;
cout << posY(0, 25, 0) ... | [
"ma10asw@gmail.com"
] | ma10asw@gmail.com |
8f4eace0c98196e2f60738d99fcd5dc0a663d30b | 238e46a903cf7fac4f83fa8681094bf3c417d22d | /VTK/vtk_7.1.1_x64_Release/include/vtk-7.1/vtkUGFacetReader.h | 3abf940d6d3d984dda01a48ed2f8596b7be429f5 | [
"BSD-3-Clause"
] | permissive | baojunli/FastCAE | da1277f90e584084d461590a3699b941d8c4030b | a3f99f6402da564df87fcef30674ce5f44379962 | refs/heads/master | 2023-02-25T20:25:31.815729 | 2021-02-01T03:17:33 | 2021-02-01T03:17:33 | 268,390,180 | 1 | 0 | BSD-3-Clause | 2020-06-01T00:39:31 | 2020-06-01T00:39:31 | null | UTF-8 | C++ | false | false | 3,262 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkUGFacetReader.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This s... | [
"l”ibaojunqd@foxmail.com“"
] | l”ibaojunqd@foxmail.com“ |
e33b297aa415a4e9eddaaea8ae93947d887c91e4 | 193f868f85e31da20e01c04cee2f2313c8db1ac8 | /SimulatedAnnealingExtraP/Solution.cpp | e03da327fc90ffe474345d8352fc652e07d5e83b | [
"Apache-2.0"
] | permissive | MiBu84/SMP-Simulated-Annealing | 3a2e9fdcac2d99a8823559f9480c6dc0d8e4ad37 | e70ce403012ffc285e5053afd87e5e78a0d5fefa | refs/heads/master | 2020-03-22T18:23:31.645780 | 2018-07-11T08:56:08 | 2018-07-11T08:56:08 | 140,457,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,626 | cpp | #include "stdafx.h"
#include "Solution.h"
#include "Configurator.h"
#include <math.h>
#include "EigenParameterEstimator.h"
#include <iostream>
#include <random>
#include <omp.h>
#include "Configurator.h"
#include "RSSCostCalculator.h"
#include <sstream>
Solution::Solution()
{
if (_len > 0)
_coefficients = new dou... | [
"michael.burger84@gmx.de"
] | michael.burger84@gmx.de |
21fd2e33e78a623cc2d8b55a94007ca87467132f | 138fbf302f4c4797c9bc992fa7aae1db0a2dc597 | /lib/libcds/cds/intrusive/split_list.h | 5ca7f4ab58cefad4eef10a9e5caa04946ed4bfbb | [
"BSD-2-Clause"
] | permissive | dimak08/seminar_in_algorithms | 19cb7bed711963000cebb30f8b459df801df5be5 | 681e105dbdefa781eb0618192886b7b5004c7a6c | refs/heads/master | 2021-01-18T05:48:57.474752 | 2015-09-23T16:10:39 | 2015-09-23T16:10:39 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 48,300 | h | //$$CDS-header$$
#ifndef __CDS_INTRUSIVE_SPLIT_LIST_H
#define __CDS_INTRUSIVE_SPLIT_LIST_H
#include <cds/intrusive/split_list_base.h>
namespace cds { namespace intrusive {
/// Split-ordered list
/** @ingroup cds_intrusive_map
\anchor cds_intrusive_SplitListSet_hp
Hash table imp... | [
"jakob.gruber@gmail.com"
] | jakob.gruber@gmail.com |
72645eac0c36e809b229ed72ac4b57874e408072 | 2d7236941560fe81a6390a744005128d451aa29d | /src/test/sanity_tests.cpp | 057e13db76f5defb751398c3bc186c6939db8153 | [
"MIT"
] | permissive | zero24x/billiecoin | 1fcb2fa409c3940bd493d8ff7c8ebd754fe5c881 | 1b943b84aa687136edeb6c1fa258705a99157463 | refs/heads/master | 2020-12-23T22:32:08.313554 | 2020-01-30T20:23:10 | 2020-01-30T20:23:10 | 237,296,384 | 0 | 0 | MIT | 2020-01-30T20:11:16 | 2020-01-30T20:11:16 | null | UTF-8 | C++ | false | false | 718 | cpp | // Copyright (c) 2012-2015 The Bitcoin Core developers
// Copyright (c) 2019-2020 The Billiecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "compat/sanity.h"
#include "key.h"
#include "test/test_bil... | [
"admin@coldwallet2020.com"
] | admin@coldwallet2020.com |
a7ff28344b98ad10dda0c116d6e488486242db7b | d907ac57899bc7933451097de5224dc70199c7b9 | /offer18/List.cpp | 3e69956072007289e7d5e8776857436a6bc0146f | [] | no_license | wzq-hwx/offer_jian | 1874776629e5854b06b08de75a700cb254e0619a | 4e7ed3a0143fe21ec6f2058f87d013652ccc6ae3 | refs/heads/master | 2020-07-05T00:00:34.301214 | 2019-09-27T07:24:02 | 2019-09-27T07:24:02 | 202,462,673 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,199 | cpp | //
// Created by lenovo on 2019/8/27.
//
#include "List00.h"
#include <stdio.h>
#include <stdlib.h>
ListNode* CreateListNode(int value)
{
ListNode* pNode = new ListNode();
pNode->m_nValue = value;
pNode->m_pNext = nullptr;
return pNode;
}
void ConnectListNodes(ListNode* pCurrent, ListNode* pNext)
{
... | [
"1259906709@qq.com"
] | 1259906709@qq.com |
e96af7113d96551b9babff87da4f016a00de6d94 | 4c304390518ed09b983460914c431e446f765869 | /main.cpp | a6b2b662ef7c7795841aea0f2f316ce2df081cf6 | [] | no_license | Tzoali/NoelEscapes | 93b97b6d7dee0b76c69874963568fafd7fe3cc6a | 7ca953545bb602fe9830b3080c15b87df41b11a4 | refs/heads/master | 2023-07-06T23:05:59.193796 | 2021-08-06T14:18:51 | 2021-08-06T14:18:51 | 393,398,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,019 | cpp | //INTEGRANTES:
// Daniel Tzoali Arroyo Valdivia
// Omar Arturo Ruiz Bernal
#include "Texture.h"
#include <iostream>
#include <string>
#include <string.h>
#include <time.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_main.h>
#include <SDL2/SDL_ttf.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#include <algorit... | [
"dtav.sk.99@gmail.com"
] | dtav.sk.99@gmail.com |
4c384429d1e5a31f8744e0d876f49f4f273cd5af | b1950dd1f1f7cfbc8843f993b884baee0d0e3488 | /Even pair sum.cpp | caf297dc1337947ed3247773df7a7459b199129f | [] | no_license | Abhiishek-More/Codechef-Deceber-Challenge | 2645eb96ec384f163f6c8d5b05036b9729ecf8cb | 824bf9798100b2aeb7f572705bbea0826ffd546e | refs/heads/master | 2023-01-30T10:25:31.067782 | 2020-12-19T05:03:54 | 2020-12-19T05:03:54 | 322,769,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 714 | cpp | #include<iostream>
using namespace std;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
int T;
scanf("%d", &T);
while(T--)
{
unsigned long long int out, evenA=0, oddA=0, evenB=0, oddB=0;
scanf("llu %llu", &A, &B);
if(A%2==0)
{
... | [
"abhiishek.more@gmail.com"
] | abhiishek.more@gmail.com |
1b55bcc2094c2cb3a8837fd4f1b007eb5aedd8ad | e2502b991ef5c62bf4263edc62d1e252c9294fbe | /FinalHUDTest/Intermediate/Build/Win32/UE4/Inc/FinalHUDTest/FinalHUDTestGameModeBase.generated.h | 2e0b21199dc4d738a388c3a2bc75a1c8875405f1 | [] | no_license | sbairedd/HONR399Final | 59fc2c34b01ccbad91c2f00ea6679a4aa8039411 | 0c56be06cd50d693ea5925fd065bef2d5bb51255 | refs/heads/master | 2020-04-02T03:00:28.425276 | 2018-04-27T03:58:32 | 2018-04-27T03:58:32 | 129,951,984 | 0 | 0 | null | 2018-04-17T19:00:57 | 2018-04-17T19:00:57 | null | UTF-8 | C++ | false | false | 4,456 | h | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
==============================================================... | [
"matrickpay@gmail.com"
] | matrickpay@gmail.com |
e62ea1646814980e4f52832b256289c26ea29887 | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-application-insights/source/model/ListComponentsResult.cpp | eb4afd45d90e39c9d6228c846b37d839df5be498 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 1,892 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
5e13ff7d061edb1fa547b469b4fc03c0cfa029f3 | b3f9d2a11a6ee9ace2b276a49aba380c2a79592b | /Dependencies/Build/src/skia/include/core/SkVertices.h | c127d37432cb2a6daf09ab2c5370d6918733e8d2 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lah64/test | 0f709e776c890ee1fd826f35fdac914aeba296b2 | 9b03adce666adb85e5ae2d8af5262e0acb4b91e1 | refs/heads/master | 2023-07-21T19:38:42.479734 | 2020-10-01T23:36:55 | 2020-10-01T23:36:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,030 | h | /*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkVertices_DEFINED
#define SkVertices_DEFINED
#include "include/core/SkColor.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
class SkData;
str... | [
"alexanderskyzzz@gmail.com"
] | alexanderskyzzz@gmail.com |
234cff216cec4848ab3c7328a2fff23d5f73f26d | 35f01879fcb6a6435994de68518275a07c3d631f | /WinAPI GameFramework/Include/Object/guided_bullet.h | b1aee2b836b877d7be45225285e2039d5504291e | [] | no_license | kwangminy27/WinAPI-GameFramework | 5520a8b8a6d1fc845a9935e7970e3104db522e3a | e4530c6a4a255f853d8407f12225512e24366319 | refs/heads/master | 2020-03-24T22:49:47.052774 | 2018-08-07T12:25:00 | 2018-08-07T12:25:00 | 143,104,758 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 943 | h | #pragma once
#include "bullet.h"
class GuidedBullet final : public Bullet
{
friend class ObjectManager;
public:
virtual bool Initialize() override;
bool is_guided() const;
std::shared_ptr<Object> target() const;
void set_target(std::weak_ptr<Object> const& target);
private:
GuidedBullet() = default;
GuidedB... | [
"kwangminy27@outlook.com"
] | kwangminy27@outlook.com |
ab1b878366e04fb0ea3c827393e478714e8188c1 | af7f2ef58c7cbbbe78f0a2e57a14d45016ec607e | /Micro16/third_pipe.H | daaf12fa5ba2a087f657039df75775b843fa6d53 | [] | no_license | juliolugo96/microbaseball | d585dc313a0fbc216ad1fbb1760cf06d7e033ea9 | bde02945b6d4dcfc1069fcfbd19d712e2352459a | refs/heads/master | 2020-06-10T03:27:10.524604 | 2019-06-24T19:42:49 | 2019-06-24T19:42:49 | 193,567,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,433 | h | #ifndef THIRD_PIPE_H
#define THIRD_PIPE_H
/**
* @name Third pipe
* @file third_pipe.H
* @author Micro 16 development team
* @brief Third pipe designed and developed in C++ using
* system-C library
*/
# include <systemc.h>
# include <iostream>
using namespace std;
class third_pipe : public sc_module
{
pub... | [
"julio@ignisgravitas.com"
] | julio@ignisgravitas.com |
de1817cd588bf23a119b7fc380563dcaf06feb26 | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Source/Editor/ComponentVisualizers/Private/SpotLightComponentVisualizer.h | e521ad36695a50299d97924ca6d6fbcfe8d3dc13 | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C++ | false | false | 399 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "ComponentVisualizer.h"
class FSpotLightComponentVisualizer : public FComponentVisualizer
{
public:
// Begin FComponentVisualizer interface
virtual void DrawVisualization(const UActorComponent* Component, const FSceneView* View, FPr... | [
"dkroell@acm.org"
] | dkroell@acm.org |
982784b052fe88e88786e2a85ce21f2d1b783b97 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/95/375.c | 90860a26d5dfc92a47edba6f24b5df84dfa3264f | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 420 | c | int main(int argc, char* argv[])
{
char s1[80],s2[80];
int i;
gets(s1);
gets(s2);
for (i=0;s1[i]!='\0';i++)
{
if (s1[i]<='z'&&s1[i]>='a')
{
s1[i]=s1[i]-32;
}
}
for (i=0;s2[i]!='\0';i++)
{
if (s2[i]<='z'&&s2[i]>='a')
{
s2[i]=s2[i]-32;
}
}
i=strcmp(s1,s2);
if (i==0)... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
944ed5eba0c5fc01df846105723781eb2b5b3342 | 340980d65abc89e98b274417ec118b1beca77924 | /Kick Start/2021/1 A/KGoodnessString.cpp | bf2a189a8fab2177b96a742331b7f4b6ab5cc4d7 | [] | no_license | AthulJoseph27/Code-Jam | fe5b1fcb7c986d443168940a69ddf36127cd2973 | fcab3e58b69cf4eed8fb20f7d3e77403a1acf517 | refs/heads/main | 2023-05-05T04:43:22.181102 | 2021-05-23T17:14:24 | 2021-05-23T17:14:24 | 353,401,041 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,971 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef unsigned long long ull;
typedef long long ll;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef vector<ll> vl;
typedef vector<vl> vvl;
#define push push_back
#define all(v) v.begin(), v.end()
void __print(int x)
{
cerr << x;
}
void __print(long x) { ce... | [
"athuljoseph27052001@gmail.com"
] | athuljoseph27052001@gmail.com |
2f6190370eb297db2b2011dfb5bb2d60cdee6068 | 0953b8e08ae16dfb2ddfe278d28cbcd32d8f1276 | /Bit Manupulation/342. Power of Four.cpp | aa9b477836839ea646e86a5d5234c0b914b92bcc | [] | no_license | Robust-star/Leetcode_Practice | acc876f13cf0bb3d52e2759d8f064f9453c10b5a | 8dddf0626a4dabbecc40108d5e4f7d5bf2336bdd | refs/heads/master | 2023-06-08T21:09:15.501292 | 2021-06-30T16:48:00 | 2021-06-30T16:48:00 | 378,225,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,222 | cpp | bool isPowerOfFour(const int &num)
{
return num > 0 && (num & (num - 1)) == 0 && (num & 0xAAAAAAAA) == 0;
}
// Explanation:
// A number which is a power of 4 has binary representation like this:
// 000...1000000...
// There's only a single 1 bit. The number of zeros after the bit 1 must be an even number. 4^0 = 1 ... | [
"raj1999gupta@gmail.com"
] | raj1999gupta@gmail.com |
d63f80de77cc0dc1bb05120e0c4edf6d09b5087e | 9a94e85ef2820d626cd76123b9aa49190c991003 | /HSPF_MRO_ANDR/build/iOS/Preview/src/_root.HSMRO_FuseControlsControl_Background_Property.cpp | 3545ef526d825925deb981fb2b1554157d60f7ce | [] | no_license | jaypk-104/FUSE | 448db1717a29052f7b551390322a6167dfea34cd | 0464afa07998eea8de081526a9337bd9af42dcf3 | refs/heads/master | 2023-03-13T14:32:43.855977 | 2021-03-18T01:57:10 | 2021-03-18T01:57:10 | 348,617,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,847 | cpp | // This file was generated based on '/Users/jay/Dev/Fuse/HSPF_MRO_ANDR/build/iOS/Preview/cache/ux15/HS MRO.unoproj.g.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#include <_root.HSMRO_FuseControlsControl_Background_Property.h>
#include <Fuse.Controls.Control.h>
#include <Uno.UX.IPropertyList... | [
"sommelier0052@gmail.com"
] | sommelier0052@gmail.com |
f9874f8ccf40dcb5c1b81242bebf0444488c0bb1 | feff5dadc85629c0947abf87a79f86ace8c84539 | /atcoder/abc256/F.cpp | afba99011943b06a1c6ca8e3de8c6ea5b07fbab7 | [] | no_license | Redleaf23477/ojcodes | af7582d9de8619509fa4ffa5338b2a59d9176608 | 7ee3053a88a78f74764bc473b3bd4887ceac6734 | refs/heads/master | 2023-08-13T22:34:58.000532 | 2023-08-10T15:54:05 | 2023-08-10T15:54:05 | 107,507,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,865 | cpp | #include <bits/stdc++.h>
using namespace std;
using LL = long long int;
constexpr LL MOD = 998244353;
LL fastpw(LL x, LL p) {
LL ans = 1;
while (p > 0) {
if (p % 2 == 1) ans = ans * x % MOD;
x = x * x % MOD;
p /= 2;
}
return ans;
}
struct BIT {
int n;
vector<LL> bit;
... | [
"schpokeool@gmail.com"
] | schpokeool@gmail.com |
492b642e0e45b1b5dc35a10f4dbcba857d5b0cd4 | bd3630cebd53befb1c5ba3f4281eff3f4503b991 | /VS 2019/Arduino/simple/simple.ino | 2a2a9dad2cf155bc4c665ef3b4ea4925260d29f8 | [] | no_license | YeungShaoFeng/FIlesBackUps | e4dd3d9082049c1caa913a3c11c9e94955d4720c | 9d1b10fdfe3a6acc0a1aad082127f431e718dd9b | refs/heads/master | 2020-09-07T12:34:24.159158 | 2019-11-22T01:37:59 | 2019-11-22T01:37:59 | 220,781,495 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 207 | ino |
int value = 0;
void setup() {
Serial.begin(115200);
pinMode(PB0, INPUT_ANALOG);
pinMode(PB1, OUTPUT);
}
void loop() {
value = analogRead(PB0);
Serial.println(value);
delay(300);
} | [
"2013114698@qq.com"
] | 2013114698@qq.com |
ca72775b59aef895283808d82c4b1905e0a8ee66 | 165b2de352f01137bf108f6ca37b3753b10348f8 | /release/moc_renderwindow.cpp | 3292251436a6355f2e4f0e13d5ea395fc49b86ff | [] | no_license | ASnow/renderer | 9badeb379900b9b2e4d6d0c212b9e66fa43925a4 | 221c19e98de2673a964a091f6cec337a09d7d391 | refs/heads/master | 2016-09-03T00:36:31.756799 | 2011-01-19T16:07:30 | 2011-01-19T16:07:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,838 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'renderwindow.h'
**
** Created: Wed 19. Jan 15:44:30 2011
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
**
** WARNING! All changes made in this file will be lost!
*********************... | [
"asnow.dev@gmail.com"
] | asnow.dev@gmail.com |
c8839a2c8d72426d766dceee6e57bf436ba87acd | 9da6ffc55ba8a19192bd0efad09657758de4e792 | /1152.D. Neko and Aki's Prank.cpp | 1544eb7b0e929b30c15e95e14ea72be3e95831ea | [] | no_license | fsq/codeforces | b771cb33c67fb34168c8ee0533a67f16673f9057 | 58f3b66439457a7368bb40af38ceaf89b9275b36 | refs/heads/master | 2021-05-11T03:12:27.130277 | 2020-10-16T16:55:03 | 2020-10-16T16:55:03 | 117,908,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,010 | cpp | #include "stdc++.h"
int n;
const int M = 1e9 + 7;
int f[2][2003][2003];
int v[2][2003][2003];
int dp(int vis, int i, int s) {
if (s < 0 || s > n-i) return -1;
if (v[vis][i][s]) return f[vis][i][s];
v[vis][i][s] = true;
int& ans = f[vis][i][s];
if (i == n) {
ans = 0;
} else {
if (vis) {
... | [
"19474@qq.com"
] | 19474@qq.com |
1871f38b043af34c9fef670121afc7b24a5e0c57 | 364c1dd1855c4fa0a969ff1d0c9974be9c2f5271 | /CoopGame/Source/CoopGame/Private/SPlayerState.cpp | 91b31373a50d47f3d8dddb0d36b4cd8c0ed68615 | [
"MIT"
] | permissive | DavidConsidine/CoopGame | 070099ee3bf27f6f349d720f598e30db2165507f | 429f701e208263f1e531bd8057a7ff437766ce6d | refs/heads/master | 2021-03-30T17:35:48.223313 | 2018-05-15T13:21:37 | 2018-05-15T13:21:37 | 117,843,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "SPlayerState.h"
void ASPlayerState::AddScore(float DeltaScore)
{
Score += DeltaScore;
}
| [
"dmconsie@gmail.com"
] | dmconsie@gmail.com |
63112593eda14daa8418a57797897735bb3a602a | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /third_party/blink/renderer/modules/background_fetch/background_fetch_record.cc | 2b90ccf72dd7ed34ed79c43fb28fa52f23d13511 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 3,688 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/modules/background_fetch/background_fetch_record.h"
#include "third_party/blink/renderer/core/fetch/request.h"
#inclu... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
c92c037f40c5b192a89f583c30cc5ac49aed0012 | 2836cce07d048ed1fc9f1bd53a958df3681112c6 | /Triditizer/logging.cpp | 2ca65f75be0fdc5272ae2739780fcfbed7ee080d | [
"MIT"
] | permissive | samaust/Triditizer | 08ad4b19c4912f669fcd8f4876952856c6f7f53a | bd0a5aa7369be9b80a72d90890e97dc488575a58 | refs/heads/master | 2020-12-31T07:55:47.688623 | 2016-02-21T04:01:16 | 2016-02-21T04:01:16 | 52,189,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 729 | cpp |
#include <windows.h>
#include <iostream>
#include <fstream>
#include <string>
#include <stdio.h>
#include "logging.h"
va_list va_alist;
std::ofstream ofile;
static bool logOpened = false;
void __cdecl open_log(void)
{
if (!logOpened)
{
logOpened = true;
static char dir[] = "C:\\StereoScreenshots\\stereoLog.tx... | [
"samaust@hotmail.com"
] | samaust@hotmail.com |
e4680c51e08dfc59af4c1c41967cf3de0175748f | dc2e0d49f99951bc40e323fb92ea4ddd5d9644a0 | /SDK/ThirdLibrary/include/activemq-cpp/decaf/lang/Byte.h | 1b775df4d85fd4baf460c2d706699e116f9d6f79 | [] | no_license | wenyu826/CecilySolution | 8696290d1723fdfe6e41ce63e07c7c25a9295ded | 14c4ba9adbb937d0ae236040b2752e2c7337b048 | refs/heads/master | 2020-07-03T06:26:07.875201 | 2016-11-19T07:04:29 | 2016-11-19T07:04:29 | 74,192,785 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,122 | h | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"626955115@qq.com"
] | 626955115@qq.com |
7bca95f543354b8374d6395548551d7e9a9e2cd5 | 6828a93fe5c060e37a9c26d65ea3bf54837e4005 | /public/public_pushbuton_number.h | 7ad781dc8e27a1267f7b4a816eea8ab470089cfd | [] | no_license | blockspacer/fastfd20200204 | 76d87687ef7aeff174f53e03ad52734df3d5dfff | 63d758b0962f3d2ebe9ecb10e0b26c79469eace4 | refs/heads/master | 2022-04-07T07:19:59.865293 | 2020-02-04T02:34:21 | 2020-02-04T02:34:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 603 | h | #ifndef PUBLIC_PUSHBUTON_NUMBER_H
#define PUBLIC_PUSHBUTON_NUMBER_H
#include <QPushButton>
class public_pushbuton_number : public QPushButton
{
Q_OBJECT
public:
public_pushbuton_number(QWidget *parent);
void setNumber(double num);
double number();
void setNumber(const QString &desc);
QString n... | [
"ch593030323@gmail.com"
] | ch593030323@gmail.com |
f0e5449999620639d45bced63fa20631fb49ca08 | 1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7 | /SDK/BP_Hakkason_leadShe_functions.cpp | 468fd7991d5286b0564fed8be90525b71855ccf6 | [] | no_license | LemonHaze420/ShenmueIIISDK | a4857eebefc7e66dba9f667efa43301c5efcdb62 | 47a433b5e94f171bbf5256e3ff4471dcec2c7d7e | refs/heads/master | 2021-06-30T17:33:06.034662 | 2021-01-19T20:33:33 | 2021-01-19T20:33:33 | 214,824,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,044 | cpp |
#include "../SDK.h"
// Name: Shenmue3, Version: 1.0.2
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------------------------------------------
// Function BP_Hakkason_lead... | [
"35783139+LemonHaze420@users.noreply.github.com"
] | 35783139+LemonHaze420@users.noreply.github.com |
12a55499c0d2a4d3f2d6ffda5c00713fa69fc8fd | 1dd0195040028e2e8496d4b68bb60ef838dc5c76 | /proxy/epoll_queue/timer_fd.cpp | 1d66daf5ea8479e051ccc29f3c8bab5c766baf66 | [] | no_license | CawaEast/proxi | dc0ea1e79b59abf63a749093aa147622c1161cc2 | ef967652a72c24741ae4ed90aa10b7be9a5e30eb | refs/heads/master | 2021-07-13T09:18:49.530096 | 2017-10-14T14:45:11 | 2017-10-14T14:45:11 | 106,099,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,320 | cpp | #include "timer_fd.h"
#include "../util/annotated_exception.h"
#include <sys/timerfd.h>
timer_fd::timer_fd() : file_descriptor() {
}
timer_fd::timer_fd(clock_mode cmode, fd_mode mode) : timer_fd(cmode, {mode}) {
}
timer_fd::timer_fd(clock_mode cmode, std::initializer_list<fd_mode> mode) {
int clock_mode = (cmod... | [
"777.777.1234@mail.ru"
] | 777.777.1234@mail.ru |
cb5b392c6c228bcdd33b085dcca734ed29a8d960 | 4a905d68030de1c8efd41fd580e99dcad360ffe1 | /DCC practice contest 2/jaam.cpp | 414e5a971d6ef56de8df003401082288a246cbd7 | [] | no_license | AliAkberAakash/_CONTESTS_ | e687d80c7a69fdb134be08f1755e1dd93c6292c1 | e9fe96eda38dd107bdd025d955d69e4fe789704b | refs/heads/master | 2021-01-22T22:56:51.355883 | 2018-05-01T19:31:41 | 2018-05-01T19:31:41 | 85,589,590 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 263 | cpp |
#include<stdio.h>
#include<math.h>
#define pi 2*acos (0.0)
int main()
{
int i,t;
double r, a;
scanf("%d", &t);
for(i=1; i<=t; i++)
{
scanf("%lf", &r);
a=(4*r*r)-(pi*r*r);
printf("Case %d: %.lf\n", i, a);
}
}
| [
"cedward318@gmail.com"
] | cedward318@gmail.com |
dcb9b6e268e5213956e8580e69fdf68d5339099d | 7f439919fb8c3a8bbd0111f91217f3fd8668d262 | /Projects/AILib/Genetics/Genetics_3_0/TestGenetics/Source/CommandLineOptions.h | f4c95449e8b2284f6746a482d974d274916b72d6 | [] | no_license | quant-guy/Projects | 459aa1e17e72057b1eef58c1926206686b32a78f | f50361dbfa9ee6e4d40cf99abf63edc6fc7e5308 | refs/heads/master | 2023-07-19T19:20:05.850481 | 2023-07-07T23:32:08 | 2023-07-07T23:32:08 | 48,806,322 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,140 | h | ///////////////////////////////////////////////////////////////////////////////////
// COPYRIGHT 2015 Kovach Technologies, Inc.
// 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 ... | [
"0xd3ad@0xd3ad.com"
] | 0xd3ad@0xd3ad.com |
7aecae623ed538c25bc02ff7d6aa9e1cdd2615c9 | 282cb2c13dc07b6632a0c7f2d54f80ba6454c7a6 | /chapter5/5_22.cpp | 6b3b857f230f2636ea0072a3d98392b151271c37 | [] | no_license | YipengUva/cpp_primer_solutions | 850c789ccb4e6038b1b683d54d47b8932b25e251 | 45fda2dde20cfa8054a3020467b8c4dc0de5fb6c | refs/heads/master | 2020-05-31T23:16:29.283644 | 2019-11-13T10:52:30 | 2019-11-13T10:52:30 | 190,535,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | cpp | #include <iostream>
#include <vector>
#include <assert.h>
#include <string>
using namespace std;
int main(){
int sz;
while(cin >> sz){
if (sz <= 0){
std::cout << "using positive input: ";
continue;
}else
break;
}
std::cout << "input... | [
"yipeng.song@hotmail.com"
] | yipeng.song@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.