blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e932ad0e997cd36ca22aa7325c8a76b8aa2e7be | 25b00327c5f303cff0cceb37343476a097fcf15b | /ggEngine/CastleVania/Stuff.h | 5803e1e8cdf980d7daa30428dde4d5cec426dc9d | [] | no_license | truongthanh96/ggEngine | e3fe42ad7d0979c3b0faebcfc19c15c8f6d5b96e | 6c0892b2352311bbd276a0111cbec677eabdd45d | refs/heads/master | 2022-03-29T16:02:49.261047 | 2017-06-14T14:00:16 | 2017-06-14T14:00:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391 | h | #pragma once
#include <ggEngine.h>
#include "ItemBaseAnim.h"
using namespace ggEngine;
class Stuff : public ItemBaseAnim {
public:
Stuff(CVGame *cvGame, SpriteInfo *image, int frameWidth, int frameHeight, int defaultFrame = 0, int numberOfFrame = 0, DWORD msPerFrame = DEFAULT_MS_PER_FRAME_FOR_ANIMATION);
~Stuff();
... | [
"umino.sharp@gmail.com"
] | umino.sharp@gmail.com |
21be7a15108ca8f5b39bfed55bc8ad690a50f56e | 1320fbedff6818abe5365349bec227c3213145bd | /Platformwrapper/Source/Common/Common.hpp | f8b3f8a1efefb4c385d82df224d4a7d47c3f65fd | [] | no_license | mbaturu/Ayria_cpp | 24a7271bab75bffd5ac91c3c6375fadf026fddd7 | d323b88300324bc00898955bdb1347eab5409891 | refs/heads/master | 2022-04-20T16:13:17.265834 | 2020-04-14T09:53:46 | 2020-04-14T09:53:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,891 | hpp | /*
Initial author: Convery (tcn@ayria.se)
Started: 2019-12-08
License: MIT
*/
#pragma once
#include <Stdinclude.hpp>
using Blob = std::basic_string<uint8_t>;
// LAN communication subsystem.
namespace Communication
{
struct Node_t
{
uint32_t Address;
uint32_t Timestamp;
uint... | [
"Convery10122@gmail.com"
] | Convery10122@gmail.com |
31967886496a7341ff7c8dea3d896cc9a519dd11 | 01e299722ef38a96207f1296b3a45c57ad6eed96 | /Problemas del juez automático/Ej21/Source.cpp | dfa9712ffbfc7ea28b16419c0beb74374a552169 | [] | no_license | jorgerodrigar/MARP | 115717b3a8279f35ea5e9f14869a550af5d61146 | 9e768a1771a27f0ab71f22335b10de312ed0a1a4 | refs/heads/master | 2020-03-30T01:44:20.780825 | 2018-12-19T11:09:34 | 2018-12-19T11:09:34 | 150,592,125 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,767 | cpp | //Jorge Rodríguez García
#include <iostream>
#include "PriorityQueue.h"
using namespace std;
// recoge la informacion de los usuarios registrados
struct InfoUsuario {
int id;
int periodo; //se usa para actualizar la prioridad cada periodo
int prioridad;
};
// redefino un comparador que compare la informacion... | [
"jorger09@ucm.es"
] | jorger09@ucm.es |
9ced221bb6a1c3d34c0f377b722bb668c54a9d44 | 786c9f1cec89bc17dcfd7f6782da8591886e54e4 | /examples/app_juce/JuceLibraryCode/include_juce_audio_formats.cpp | 4a8b9f3416fd311a44a62b53865d90f390a5716c | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | irh/freeverb-rs | 4e42e153229be0b7de49c8c4a916ed9f9299be1e | 5e85a24c7d1ddf9ad660282752c7b68a6941f90f | refs/heads/main | 2023-04-28T14:08:19.557000 | 2023-04-14T12:32:54 | 2023-04-14T12:33:28 | 158,553,815 | 183 | 18 | MIT | 2023-04-14T12:03:10 | 2018-11-21T13:41:39 | Rust | UTF-8 | C++ | false | false | 226 | cpp | /*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/
#include "AppConfig.h"
#include <juce_audio_formats/juce_audio_formats.cpp>
| [
"ian.r.hobson@gmail.com"
] | ian.r.hobson@gmail.com |
54e9431886c8844a351b8c27dcadee46e804ff74 | b88d0ff291bd8ceb76a23505e3add5cae714d464 | /ThreadCrashDemo/stdafx.cpp | 655bfa5fa83b2b60733b77952bfa6051eeb1ed26 | [] | no_license | SharkBSJ/MFC_9.0_Study | fc7efbbc6244cc9aa125eff6426255c9d1c8d7cf | f3a0502876378051cc9d7e40fc72c3db4731aec7 | refs/heads/master | 2020-08-11T21:24:26.111458 | 2019-10-12T12:36:29 | 2019-10-12T12:36:29 | 214,628,517 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 1,050 | cpp |
// stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다.
// ThreadCrashDemo.pch는 미리 컴파일된 헤더가 됩니다.
// stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다.
#include "stdafx.h"
CCriticalSection g_CS;
TCHAR* g_pszBuffer = NULL;
void SetString(TCHAR* pszData)
{
g_CS.Lock();
int nLength = lstrlen(pszData) + 1;
if (g_pszBuffer != NULL)
free(g_ps... | [
"baesungjin1996@gmail.com"
] | baesungjin1996@gmail.com |
76f535e3b742f210a42715cb01c49f525247d572 | e09d353de42f0ad64c96688eaa4714e576050965 | /Algorithms/bit-manipulation/cipher.cpp | 661d08419e21a0fa75da945e61512175debde93e | [] | no_license | poojajain10/HackerRank-2 | 32efb3e1d932090070f14004be208fb86c2f56cc | cead94ce3ba996fc6fb0116d517c2a3845b87c6c | refs/heads/master | 2021-07-20T07:54:13.480697 | 2017-10-28T04:48:31 | 2017-10-28T04:48:31 | 108,620,128 | 1 | 1 | null | 2017-10-28T04:39:13 | 2017-10-28T04:39:12 | null | UTF-8 | C++ | false | false | 361 | cpp | //cipher.cpp
//Cipher
//Weekly Challenges - Week 10
//Author: derekhh
#include<stdio.h>
int a[1000000];
int main()
{
int n, k;
scanf("%d %d\n", &n, &k);
int head = 0, curr = 0;
for (int i = 0; i < n; i++)
{
if (i - head == k)
curr ^= a[head++];
a[i] = (getchar() - '0') ^ curr;
printf("%d", a[i]);
cur... | [
"phoenixinter@gmail.com"
] | phoenixinter@gmail.com |
aeb7986b0535eb995040a1ea40a687e1fabb96a7 | 061edc5d76488b691f6ef5b8908624f7f840fdb9 | /Examples/BuoyancyWaterExample.h | f99086de733763f0fa1ff00c2476e39ceb6b6aed | [
"MIT"
] | permissive | hhc2tech/Vortex2D | 5d071e4e227b8cec246d5405807f7cfacb50f5a0 | de5230a572807064d7919f16c1e8c31c074af838 | refs/heads/master | 2020-04-15T23:07:22.025220 | 2019-01-07T15:43:58 | 2019-01-07T15:43:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,731 | h | //
// HydrostaticWaterExample.h
// Vortex2D
//
#include <Vortex2D/Vortex2D.h>
#include "Runner.h"
#include "Rigidbody.h"
#include <functional>
#include <vector>
#include <memory>
extern glm::vec4 red;
extern glm::vec4 blue;
class HydrostaticWaterExample : public Runner
{
const float gravityForce = 100.0f;
p... | [
"mmaldacker@gmail.com"
] | mmaldacker@gmail.com |
d15eeb95324b26d7ca55a0c655161a8a2fe5bca7 | dc212eeedf01702faeebd4e8d71264b08583cd26 | /sample/kmeans/main.cpp | fa84acf9f066443a160c8d510d14a0d1662d19cd | [] | no_license | zqplgl/kmeans | f90c83e5b8c05ee13b9444d1111a58b5a6dd46c1 | edff90af5cb9ed839deed75bea6f5b50ce96e217 | refs/heads/master | 2022-02-14T10:43:32.121650 | 2019-07-21T17:57:59 | 2019-07-21T17:57:59 | 198,070,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,161 | cpp | //
// Created by zqp on 19-7-21.
//
#include <iostream>
#include <opencv2/opencv.hpp>
#include <kmeans.h>
#include <memory>
#include <io.h>
using namespace std;
int main(int argc, char** argv) {
if(argc!=5) {
cerr<<"useage: kmeans feature_path k iters epsilon"<<endl;
return 0;
}
string jso... | [
"1316315878@qq.com"
] | 1316315878@qq.com |
4d77001491c080e3eacd5185b9bd1de476da5a59 | 156de3c57af4c6541b0c1cabfc933fb622aef44f | /RootCoreBin/include/xAODTrigL1Calo/versions/CMMJetHits_v1.h | 7401dbb72d9106695837c46291cd47752edc1bd4 | [] | no_license | Crashtime/ATLAS-JetCleaning | 704937a36e2b7c1d6908745eef1d02923b274447 | 442f298bfcd9196bef86b978588cce0c430507d7 | refs/heads/master | 2021-01-21T09:06:30.007753 | 2016-09-16T21:48:22 | 2016-09-16T21:48:22 | 68,410,571 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,117 | h | // Dear emacs, this is -*- c++ -*-
// $Id: CMMJetHits_v1.h 631127 2014-11-26 09:54:48Z gwatts $
#ifndef XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
#define XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
#include "AthLinks/ElementLink.h"
#include "AthContainers/AuxElement.h"
namespace xAOD {
/// Description of CMMJetHits_v1... | [
"crashtime@gmail.com"
] | crashtime@gmail.com |
352c5bf3a5943cc3e3721cbb8ec7afd894baeb97 | 9bf7c59ca411b50c2e1199ed1d0cc5aa24627455 | /RS485_tx/RS485_tx.ino | 73f69b09ce2fbd511f8d225439192f1fd61f12bd | [] | no_license | abbyzava/telemetry | e3ff0734f1b6f1e80c12c9fea73c68a6915e0d12 | 4119065f487e7b174bdf54ed5456a4e523d1e4fa | refs/heads/master | 2020-06-04T21:32:08.979926 | 2019-05-09T01:03:47 | 2019-05-09T01:03:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,675 | ino | #include <SoftwareSerial.h>
#define TLMT_RS485_RO 12 //RX
#define TLMT_RS485_DI 9 //TX
#define TLMT_RS485_DE 11 //RS485 Direction control
#define TLMT_RS485_RE 10 //RS485 Direction control
#define TLMT_RS485_TRANSMIT HIGH
#define TLMT_RS485_RECEIVE LOW
#define TLMT_LED 13
SoftwareSerial RS485Serial(TLMT_RS485_R... | [
"mail@triqadafi.com"
] | mail@triqadafi.com |
45ff4d7ea3bae60165ac8c1c7eeca7a00899af32 | 3e6ecece23929a2f6bc02d02b00255248051ffb8 | /dolls/main.cpp | 7cd77a2a328c67a02cf2acbdf769b5109f5ff314 | [] | no_license | splteflre/CCC-and-other-Programming-problems | de853b5c6133a34bcb7557d0ef45f694fafcb8e3 | 839ee7c9a52e2a9d0398b2b1e829660fdc0ef418 | refs/heads/master | 2020-04-01T22:19:21.299370 | 2018-10-19T00:06:55 | 2018-10-19T00:06:55 | 153,701,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 401 | cpp | #include <bits/stdc++.h>
using namespace std;
map<int, int> bubu;
int n, big, small, temp;
vector<int> v;
int main()
{
cin >> n;
for(int i = 0; i < n; i++){
cin >> temp;
bubu[temp]++;
}
small = 1000001;
big = -1;
for(auto i: bubu){
big = max(i.second, big);
sm... | [
"jackmay.zhang@mail.utoronto.ca"
] | jackmay.zhang@mail.utoronto.ca |
d922574d496e4f1512501116fa3d7cb1a75a8371 | 64589428b06258be0b9b82a7e7c92c0b3f0778f1 | /Macacário/Math/fft.cpp | 3ac26dd09b82efc6adeabaff7ed1a82dabb14c0e | [] | no_license | splucs/Competitive-Programming | b6def1ec6be720c6fbf93f2618e926e1062fdc48 | 4f41a7fbc71aa6ab8cb943d80e82d9149de7c7d6 | refs/heads/master | 2023-08-31T05:10:09.573198 | 2023-08-31T00:40:32 | 2023-08-31T00:40:32 | 85,239,827 | 141 | 27 | null | 2023-01-08T20:31:49 | 2017-03-16T20:42:37 | C++ | UTF-8 | C++ | false | false | 3,339 | cpp | #include <vector>
#include <cstdio>
#include <complex>
using namespace std;
/*
* Fast complex
*/
struct base { // faster than complex<double>
double x, y;
base() : x(0), y(0) {}
base(double a, double b=0) : x(a), y(b) {}
base operator/=(double k) { x/=k; y/=k; return (*this); }
base operator*(base a) const { r... | [
"lucas.fra.oli18@gmail.com"
] | lucas.fra.oli18@gmail.com |
f40b86958686be2e49e2550855889b495ffcfce5 | ceb22be12b415b1fc27d8d156d7967ad8f718614 | /pogre/AnimationManager.cpp | 00e52f2e2306d4a911033a8dd584023f351a4365 | [
"MIT"
] | permissive | ValtoLibraries/PUtils | eb995fa40a900ae051aad1efae6f1786651c8e49 | f30ebf21416654743ad2a05b14974acd27257da8 | refs/heads/master | 2021-01-20T03:01:45.752484 | 2018-08-22T21:59:53 | 2018-08-22T21:59:53 | 101,342,848 | 0 | 0 | MIT | 2018-08-22T21:59:54 | 2017-08-24T22:31:07 | C++ | UTF-8 | C++ | false | false | 891 | cpp | #include "AnimationManager.hpp"
namespace pogre
{
namespace detail
{
void AnimationManager::addAnimation(Ogre::AnimationState &anim, bool loop) noexcept
{
anim.setLoop(loop);
anim.setEnabled(true);
_animations.push_back(&anim);
}
void Animati... | [
"nicolas@phister.fr"
] | nicolas@phister.fr |
2246cc7831e177a292d6d333e29c07a468a55666 | 6c9bf7aef87eda0bbbc6ddd4e375a28337c93c51 | /single_pin.ino | 0f567a17d152bd180c44af8f9923a9d4f4388d6e | [] | no_license | Sahith140699/ESD_Project | 80df623739fd5659568c7387f359abf30ed77cb0 | bab03705157b0b5f000fb51a11349cdbc04aaa4f | refs/heads/master | 2020-07-30T06:06:48.295196 | 2019-10-18T07:35:20 | 2019-10-18T07:35:20 | 210,112,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,470 | ino | int d_pin[8]; //Data Pins
int data[8]; // Current Values
int pdata[8]; //Previous Values
unsigned long lastDebounceTime[8] ; // the last time the output pin was toggled
unsigned long debounceDelay = 25; // the debounce time; increase if the output flickers
int i = 0;
int r,c;
byte pb,pb_prev,mode,mode_pr... | [
"noreply@github.com"
] | noreply@github.com |
415950a1cc6152c797880c355e09b943de329b78 | 41495754cf8b951b23cece87b5c79a726748cff7 | /Library/Graphs/MST.cpp | 33c4bc3af86a1a9e94391b3960df8f781a9ba218 | [] | no_license | PedroAngeli/Competitive-Programming | 86ad490eced6980d7bc3376a49744832e470c639 | ff64a092023987d5e3fdd720f56c62b99ad175a6 | refs/heads/master | 2021-10-23T04:49:51.508166 | 2021-10-13T21:39:21 | 2021-10-13T21:39:21 | 198,916,501 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,205 | cpp | #include <bits/stdc++.h>
using namespace std;
#define f first
#define s second
#define all(c) (c).begin(), (c).end()
const int INF = 1e9 + 7;
struct UnionFind{
vector <int> parent;
vector <int> set_size;
int V;
UnionFind(int V):V(V){
parent.resize(V+1);
iota(all(parent),0);
set_size.assign(V+1,1);
... | [
"pedroans.angeli@hotmail.com"
] | pedroans.angeli@hotmail.com |
8803df6120e217f5d20c70c27c5f3f2bafb95083 | b45d18bc185a4fca73d6710af1828bccfccfdbb3 | /Chapter6/chapter6-2/merge_sort_2t.cpp | d069f5eb8b38bac9ab213cdaa7ae9df206a10177 | [] | no_license | fnsne/algorithm | 4535e5c9b8a5ab468fca9701f317694a6479e7b5 | 71ccd57f83fe40a255d33648e9c0237766cb0aff | refs/heads/master | 2021-05-09T03:50:23.361824 | 2018-02-11T06:38:35 | 2018-02-11T06:38:35 | 119,254,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,801 | cpp | #include<iostream>
#include<vector>
using namespace std;
vector<int> merge_sort(vector<int> data, int beg, int end);
vector<int> put_sorted_2_to_one(vector<int>&a, vector<int>&b);
vector<int> init_numbers();
void print_vector(vector<int>& vec);
int main(){
vector<int> numbers = init_numbers();
int beg = 0;
int... | [
"watashiwafnsne@gmail.com"
] | watashiwafnsne@gmail.com |
cfbe35ef10b3a9baaf78eb2e7f3356983bcf2840 | 63bc7c6d53d034100c4c0a067dedcb734fb00848 | /PhysiCell/modules/PhysiCell_settings.cpp | 59e2fd5ef8a0deff2667bcdb58a0f5bd49e2af67 | [
"BSD-3-Clause"
] | permissive | jrfaeder/COVID19 | 783fae17e7d8c6fec8a106232cebd1e29fe2e53d | 9284764f992899baf302b592dcd42c5bdec6cb14 | refs/heads/master | 2022-04-21T11:50:43.060579 | 2020-03-26T16:23:25 | 2020-03-26T16:23:25 | 258,623,832 | 0 | 0 | BSD-3-Clause | 2020-04-24T21:03:13 | 2020-04-24T21:03:12 | null | UTF-8 | C++ | false | false | 27,736 | cpp | /*
###############################################################################
# If you use PhysiCell in your project, please cite PhysiCell and the version #
# number, such as below: #
# ... | [
"Paul.Macklin@MathCancer.org"
] | Paul.Macklin@MathCancer.org |
dc2db3605c5e90305695d5e3e56b18377fedb286 | 7a046978779f0496d41e5bae4c4218abd0d06f57 | /HIDMapper/HIDStateChangeArgs.h | 09725b7f649122059c8511550b76e29553153391 | [
"MIT"
] | permissive | stewienj/DxHIDLoggerMapper | 943e54361532c09f96421731f2731ccfb13350a1 | a66606706e6f441385b73a199d4b1323bf765e55 | refs/heads/master | 2023-05-24T17:21:22.167078 | 2023-05-13T07:30:18 | 2023-05-13T08:55:27 | 124,023,064 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,380 | h | #pragma once
#include <windows.h>
#include <tchar.h>
using namespace System;
namespace HIDMapperDLL {
public enum class DeviceType
{
Unknown,
Keyboard,
Joystick,
Mouse
};
public ref class HIDStateChangeArgs : public EventArgs {
public:
HIDStateChangeArgs(TCHAR* device, DeviceType devi... | [
"stewienj@users.noreply.github.com"
] | stewienj@users.noreply.github.com |
622f05f45fcd0fd6d18db718adf705a752b27ddf | 9be2434c74628c7b68fce928dc89fcb0e3c2c9bf | /mainwindow.h | e128f432ed70197cd75a4a940ee4a1a8be5076b8 | [] | no_license | dluhosko/RMR_app | af8556292b3e70ae77c896b6f961c36973230c23 | 010bdcc2f5a438f6db143c545aa89eca87247eef | refs/heads/master | 2021-01-19T06:38:03.916456 | 2017-04-11T15:44:03 | 2017-04-11T15:44:03 | 87,471,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,375 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QMessageBox>
#include "QTimer"
#include "QPainter"
#include "navigation.h"
#include "irobotcreate.h"
#include "definitions.h"
#include "rplidar.h"
#include "definitions.h"
#include "grid_map.h"
#include "global_planner.h"
#include "mapping.h"
#... | [
"dluhosko@gmail.com"
] | dluhosko@gmail.com |
fff87be2d577bf2907e18c24d7a9cb016adbcd89 | 3c3287c6247d30e82f99d53b65fc1f1e27e50858 | /iOSBuild/classes/native/Mono.Security.cpp | be431e23c1d698c7c377d3ef35527bba962e6cdf | [] | no_license | alanlau28/iApplyAR | b3e21527e50b2bd07e03cb575d53136ce746dab0 | a7dd18520bf9e923e0e9008bdb60f1cfbe309aa8 | refs/heads/master | 2023-01-07T21:30:45.619936 | 2020-11-08T15:53:44 | 2020-11-08T15:53:44 | 310,936,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,568,964 | 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 <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-intern... | [
"noreply@github.com"
] | noreply@github.com |
927572ccb42c228df894e4b9a8ffe92e78ee4446 | ccb6d2726b7522af43004875e2e233bc1088774a | /carma/ui/rtd/windows/compositeFolders.h | 953b87bc405560312d32ddbf6deddf0ca693fdf7 | [
"FSFUL"
] | permissive | mpound/carma | a9ab28ed45b3114972d3f72bcc522c0010e80b42 | 9e317271eec071c1a53dca8b11af31320f69417b | refs/heads/master | 2020-06-01T11:43:47.397953 | 2019-06-07T15:05:57 | 2019-06-07T15:05:57 | 190,763,870 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,018 | h | #ifndef CARMA_UI_RTD_WINDOWS_COMPOSITEFOLDERS_H
#define CARMA_UI_RTD_WINDOWS_COMPOSITEFOLDERS_H
#include <vector>
#include <boost/shared_ptr.hpp>
namespace carma {
namespace ui {
namespace rtd {
class RtFolder;
class RtObject;
class RtBox;
class RtHBox;
class RtVBox;
class CompositeSubarrayDisplay;
class SubarrayStat... | [
"22331890+mpound@users.noreply.github.com"
] | 22331890+mpound@users.noreply.github.com |
c9c523be7692a46b6a22b7d1d0f57b5b95aa15a4 | 9da899bf6541c6a0514219377fea97df9907f0ae | /Editor/EditorFramework/Public/UnrealWidgetFwd.h | 8f351fdff28735f709bf8afb4a59c6a790c21544 | [] | no_license | peichangliang123/UE4 | 1aa4df3418c077dd8f82439ecc808cd2e6de4551 | 20e38f42edc251ee96905ed8e96e1be667bc14a5 | refs/heads/master | 2023-08-17T11:31:53.304431 | 2021-09-15T00:31:03 | 2021-09-15T00:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | h | // Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
class FWidget;
/** Coordinate system identifiers. */
enum ECoordSystem
{
COORD_None = -1,
COORD_World,
COORD_Local,
COORD_Max,
};
namespace UE {
namespace Widget {
enum EWidgetMode
{
WM_None = -1,
WM_Translate,
WM_TranslateRotateZ,
WM_2D,... | [
"ouczbs@qq.com"
] | ouczbs@qq.com |
d72362ab31bbc7ab7c92398af95317ed334d1660 | 68dbd93da0d6d1890d6a04663b84798d51282570 | /src/DockApp.h | 22ab6ddb4a48fc5460a29fa71655424874cef3b2 | [] | no_license | wishstudio/KDock | cfb0f1334371806368b9779ffa65582d497080eb | c0b5fa8523db3d19f1b13ecd12536be87f05de3f | refs/heads/master | 2020-06-04T04:56:30.082976 | 2013-12-17T06:02:17 | 2013-12-17T06:02:17 | 2,754,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,935 | h | /*
* Copyright (C) 2011 by Xiangyan Sun <wishstudio@gmail.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 3, or
* (at your option) any later version.
*
*... | [
"wishstudio@gmail.com"
] | wishstudio@gmail.com |
7ff6ee8ba3075a2a100cd724b64011830b237788 | 667e348060a53b5d59b60608b5cd9c8e54ad02e4 | /FRICP.h | 4bf6c350243c2b378403ba0b9564fd83b4fb36e7 | [
"MIT"
] | permissive | TTFF322/Fast-Robust-ICP | edcc839f3937cc70e13259823e41ff74e2a47828 | 90da35f625b9b90f40a39a04e810c3a0f43e2d9a | refs/heads/master | 2023-07-10T08:40:37.414694 | 2021-07-23T09:01:51 | 2021-07-23T09:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,195 | h | #ifndef FRICP_H
#define FRICP_H
#include "ICP.h"
#include <AndersonAcceleration.h>
#include <eigen/unsupported/Eigen/MatrixFunctions>
#include "median.h"
#include <limits>
#define SAME_THRESHOLD 1e-6
#include <type_traits>
template<class T>
typename std::enable_if<!std::numeric_limits<T>::is_integer, bool>::type
almo... | [
"yaoyuxin1@126.com"
] | yaoyuxin1@126.com |
8e6cd1ed4436b5543f2696ccef049f3ce0f886d5 | 795f2e45d07bc26252d82d68a3be9ba9541a1dda | /src/core_io.h | 8f73f6db82505d884fb2efeb118cc42a5614da99 | [
"MIT"
] | permissive | Basethics/Valideum | 47d3707d089647a1288282a957504efa5cc7d6d1 | 021e07c220e26a9ebaf6db36f427857804f4f926 | refs/heads/master | 2020-04-26T22:19:13.067095 | 2019-05-23T07:35:38 | 2019-05-23T07:35:38 | 173,869,300 | 0 | 2 | MIT | 2019-05-13T07:06:34 | 2019-03-05T03:51:55 | C++ | UTF-8 | C++ | false | false | 1,251 | h | // Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017 The PIVX developers
// Copyright (c) 2018-2019 The VALIDEUM developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CORE_IO_H
#define... | [
"mdfkbtc@gmail.com"
] | mdfkbtc@gmail.com |
46758c96b21b47a6062d15003c7e8303e16586f6 | 060591cee2eca06aaef4e05dd8476d3692160d54 | /src/xrEngine/xrGame/object_factory.h | 776b1960d9dd36c97e89dcffa5f30ef156fb7442 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | Georgiy-Timoshin/X-Ray | 7c96c494803edbe4c9e03d4e3b8ebb46c02ff35e | 51dc8ddcfdde3167f3a025022d8420a94c5c1c43 | refs/heads/main | 2023-04-29T18:35:06.229863 | 2021-05-14T02:13:00 | 2021-05-14T02:13:00 | 367,538,251 | 0 | 2 | NOASSERTION | 2021-05-15T04:48:44 | 2021-05-15T04:23:35 | null | UTF-8 | C++ | false | false | 3,440 | h | ////////////////////////////////////////////////////////////////////////////
// Module : object_factory.h
// Created : 27.05.2004
// Modified : 27.05.2004
// Author : Dmitriy Iassenev
// Description : Object factory
////////////////////////////////////////////////////////////////////////////
#ifndef object_facto... | [
"53347567+xrModder@users.noreply.github.com"
] | 53347567+xrModder@users.noreply.github.com |
c50fd6038efadeeb67d788d9318fa9908d7a3813 | 0c09aab4a5258bc0643a71250b5b26bfe092647f | /my_classes/notUsing/MY_NS/MyClassVertex.h | a51af3968a18221c6db68ff1971414bba0a9392e | [] | no_license | apany15/Pull-Pusher | 3c19ba25a4819c070a3b3a474ec12421ba5dc92b | 92b4adec4b271d59b1aea59e3ce66a9368823967 | refs/heads/master | 2021-01-21T17:46:19.110611 | 2013-08-01T13:15:49 | 2013-08-01T13:15:49 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,561 | h | #pragma once
#include"MyClassNormal.h"
#include "MyClassMessageSender.h"
namespace MY_NS_MODEL
{
class MyClassVertex: public MyClassMessageSender
{
protected:
MyClassNormal normal;
float coord[3];
float texCoord[3];
public:
unsigned int numGroupInGroup;
MyClassVertex(const float * _coord=0,... | [
"a.panasovskiy@luckyware-pro.com"
] | a.panasovskiy@luckyware-pro.com |
ade76d339e9efcdc04e55ffe85ecc77cdfd6e724 | 130311cf53bbdf099c79976fe7efe51adfd5f4be | /src/sw9-source/on_the_fly_benchmark.cpp | 5062cb33d5ed5998dbc277cdf86df812972aaf27 | [
"MIT"
] | permissive | looopTools/sw9-source | 9db0f09bbd1adfef72d551ae96fe4e96b4e9a0e7 | a2910ced89d26253c2df4e05d907a69823ed5e45 | refs/heads/master | 2021-01-23T05:04:31.465334 | 2018-01-18T18:29:46 | 2018-01-18T18:29:46 | 102,457,054 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,516 | cpp | // On the fly benchmark
#include <chrono>
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <ctime>
#include <iostream>
#include <vector>
#include <storage/storage.hpp>
#include <fifi/fifi_utils.hpp>
#include <kodo_rlnc/on_the_fly_codes.hpp>
#include <kodo_core/set_trace_stdout.hpp>
int main()
{
... | [
"lnc13.lars@gmail.com"
] | lnc13.lars@gmail.com |
1a6904a3d53427a71014494ce24045864f61911c | 078d085396dccf697c4ebb81afe33c101ca42b6b | /kdx/kdx/src/dxbase.cpp | e841c4b0ec820279338f4650987e20845423f962 | [] | no_license | jhk2/dxsandbox | 9da7e89c02f577d142f60a93e2ec3542d47744d6 | 67b2505ff618771e19c5474ee668120c4fd5953f | refs/heads/master | 2021-01-20T10:32:53.598984 | 2014-07-30T01:25:20 | 2014-07-30T01:25:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,493 | cpp | #include "dxbase.h"
#include <tchar.h>
DxBase::DxBase(HINSTANCE hInstance, unsigned int width, unsigned int height) : hInstance_(hInstance), width_(width), height_(height)
{
hInstance_ = hInstance;
holdcursor_ = false;
frontKeyBuffer_ = 0;
// clear key and mouse buffers
memset(keys_[0], 0, sizeof(boo... | [
"krazyklutzykorean@gmail.com"
] | krazyklutzykorean@gmail.com |
f3885546f8447a4d2b9992ae841f8a8dd079ac05 | 44884709500205c213b20afee91775656b1b56cf | /src/SharpLang.Runtime/coreclr/pal/src/thread/process.cpp | 6a2ee9ad8ceea4855916764552d56c0f77dd5b1c | [
"BSD-2-Clause",
"BSD-2-Clause-Views"
] | permissive | xen2/SharpLang | 37299f94b71278766a0261b62021a85951cb5543 | 07902915970ace70c4ee0430a672d25187a75d3a | refs/heads/coreclr | 2022-09-01T12:11:24.459301 | 2015-11-20T00:34:57 | 2015-11-20T00:34:57 | 20,264,525 | 294 | 47 | null | 2015-04-26T05:54:46 | 2014-05-28T16:29:11 | C# | UTF-8 | C++ | false | false | 97,880 | cpp | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
/*++
Module Name:
process.cpp
Abstract:
Implementation of process object and functions related to processes.
--*/
#include "pal/procobj.hpp"
#i... | [
"virgile.bello@gmail.com"
] | virgile.bello@gmail.com |
fba41bb7a4109d3b6875f182c3c883c581781207 | c6874b1f518fa926eaa82a0b2ead2bdd9fb2d7fa | /NewDarkTimes-master/Bloque.h | 2d191da932cff445acb3414ba05b413c5a699598 | [] | no_license | luisfe12/Proyecto | 5bd563e8de001346972f002a681773a18721e32f | 30f70131c8e06f1778cedb894d350984d7ab11f2 | refs/heads/master | 2020-03-26T22:41:55.958309 | 2019-12-15T23:01:02 | 2019-12-15T23:01:02 | 145,480,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 705 | h | #ifndef Bloque_H
#define Bloque_H
#include <SFML/Graphics.hpp>
#include <string>
class Bloque
{
float tam; //Tamaño del bloque
float posx,posy;
sf::Texture* textura;
bool booltexture=0;//dato temporal hasta mejorar codigo
sf::RectangleShape shape;
unsigned int x,y;
friend class Mapa;
frien... | [
"noreply@github.com"
] | noreply@github.com |
84e66584dc2e60823ce48324680dc2db2e4202b6 | f1d64c5e154bf8b1b65f9032dc5b9ec26b4bc9f1 | /Source/InjectLanding.cpp | e80a2d4676cb9cb16b3dec88509d41268c136627 | [
"BSD-3-Clause"
] | permissive | fcccode/Hookshot | 5e74e361923a581a931fce15a7176817a0e1871e | 69410a7da7190152fbded028f78e6cf30b043045 | refs/heads/master | 2022-04-22T13:47:59.992014 | 2020-04-24T04:34:25 | 2020-04-24T04:34:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,453 | cpp | /******************************************************************************
* Hookshot
* General-purpose library for injecting DLLs and hooking function calls.
******************************************************************************
* Authored by Samuel Grossman
* Copyright (c) 2019-2020
*************... | [
"samuelgr@users.noreply.github.com"
] | samuelgr@users.noreply.github.com |
285b88fa28fe63a13041001503538a0484261523 | d9c62de55641ed224dd340b0010885e8163cbdbd | /Laborator5/Laborator5.h | 86bf005b779fda9f17a146b7a9dee8369fe819a4 | [] | no_license | albertchirila/EGC | f866d1f65b4202b5608fe8f24dffb60fcefcd202 | 3458201ec116fc07acd492acb5e2cf1c6c8da112 | refs/heads/main | 2023-02-16T04:18:55.682467 | 2021-01-14T14:32:28 | 2021-01-14T14:32:28 | 329,639,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,169 | h | #pragma once
#include <Component/SimpleScene.h>
#include "LabCamera.h"
#define Z_FAR (200.f)
#define Z_NEAR (.01f)
class Laborator5 : public SimpleScene
{
public:
Laborator5();
~Laborator5();
void Init() override;
private:
void FrameStart() override;
void Update(float deltaTimeSeconds) override;
vo... | [
"albertchirila99@yahoo.com"
] | albertchirila99@yahoo.com |
f77041c22226a50195c9768040a164c2476ff02a | 5ce9c4ddc52f4659fc45a32f472b85bdb40decf4 | /src/yanze_straight_hamiltonian.cpp | 4c42889870ed0dbb055bcf9514399fc5274dd5c5 | [] | no_license | Eplistical/FSSHND | e9c98455976a948b013284e9a3ee56ec148ffffe | 70e47204dee9e4732896738b575d0722d77b50e9 | refs/heads/master | 2021-02-03T23:50:19.861679 | 2020-05-20T20:32:19 | 2020-05-20T20:32:19 | 243,578,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,704 | cpp | #include <iostream>
#include <vector>
#include <complex>
#include <cmath>
#include "misc/matrixop.hpp"
#include "misc/vector.hpp"
#include "yanze_straight_hamiltonian.hpp"
#include "misc/crasher.hpp"
namespace mqc {
// --- ctor/dtor/operator= --- //
Yanze_Straight_Hamiltonian::Yanze_Straight_Hamiltonian()... | [
"gaohan@sas.upenn.edu"
] | gaohan@sas.upenn.edu |
575d9c725a7d2abb41f8d8a9f37d70ebfaed286d | f0ba9db32f36c5aba864e5978872b2e8ad10aa40 | /tests/is_nothrow_assignable/overview.cpp | 34c7eda932c8dd8b76c095285c9d36115fed686e | [
"MIT"
] | permissive | Bareflank/bsl | fb325084b19cd48e03197f4265049f9c8d008c9f | 6509cfff948fa34b98585512d7be33a36e2f9522 | refs/heads/master | 2021-12-25T11:19:43.743888 | 2021-10-21T14:47:58 | 2021-10-21T14:47:58 | 216,364,945 | 77 | 5 | NOASSERTION | 2021-10-21T02:24:26 | 2019-10-20T13:18:28 | C++ | UTF-8 | C++ | false | false | 9,563 | cpp | /// @copyright
/// Copyright (C) 2020 Assured Information Security, Inc.
///
/// @copyright
/// 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 limita... | [
"rianquinn@gmail.com"
] | rianquinn@gmail.com |
4b42a3e0761ad80f9cc50749f0a53625cbbbd3b8 | 0efed25a2be3b4b1a8210d6d4922f53bfce6e6e7 | /Single_Shortest_Path1.cpp | 6a20b6658b6dd08bcb3e98c9897a7a045a3882f3 | [
"MIT"
] | permissive | yuyahy/Study_Algorithm | 3596825e4b2430c719ebe0f32eba15a504cc8015 | ca2f1c05bd08ad723af209c67e1ef36b3964c0a3 | refs/heads/master | 2023-01-01T17:15:16.178180 | 2020-10-28T12:31:51 | 2020-10-28T12:31:51 | 264,200,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,342 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long llong;
constexpr int MAX = 999999;
struct NodeInfo {
// このノードから伸びるエッジの情報
// 各エッジの接続先のノード番号
vector<int> edges_to;
// 各エッジのコスト
vector<int> edges_cost;
// ダイクストラ法のためのデータ
// 最小コストが確定したか
bool done;
// このノードへの現時点で判明している最小コ... | [
"xvto.ya@gmail.com"
] | xvto.ya@gmail.com |
3c9a15a6f73271688f81c3458b6c55c66d261511 | 0bd67ab578cd227b40f4fadc1ce4cd0edf84b731 | /TCTCTOE.cpp | 2dcf50c728f8097f6949bfc3dab3bedf04c70bc7 | [] | no_license | rajivranjanmars/codechef | 1874e2510e2f3a51fdac0227ab72dcee6ff0ed8d | 5da2c9f3a6bcb0f82813182eb95feeaede36fe84 | refs/heads/master | 2023-07-03T04:06:02.972136 | 2021-08-12T10:22:13 | 2021-08-12T10:22:13 | 355,046,395 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,153 | cpp | #include <iostream>
using namespace std;
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
int t;
cin >> t;
for (int i = 0; i < t; i++){
char a[3][3],u='_';
int x=0,o=0;
bool s=false;
for (int i = 0; i < 3; i++){
for (int j = 0; j < 3; j++){... | [
"rajivranjanmars@gmail.com"
] | rajivranjanmars@gmail.com |
0afd4299e2465e50c2b5779c0ee18a77a37ba964 | 3dae85df94e05bb1f3527bca0d7ad413352e49d0 | /ml/nn/runtime/test/generated/examples/mean_float_1_relaxed.example.cpp | 4a26eba770f396ece48317a059591c0f0f79dad1 | [
"Apache-2.0"
] | permissive | Wenzhao-Xiang/webml-wasm | e48f4cde4cb986eaf389edabe78aa32c2e267cb9 | 0019b062bce220096c248b1fced09b90129b19f9 | refs/heads/master | 2020-04-08T11:57:07.170110 | 2018-11-29T07:21:37 | 2018-11-29T07:21:37 | 159,327,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 794 | cpp | // clang-format off
// Generated file (from: mean_float_1_relaxed.mod.py). Do not edit
std::vector<MixedTypedExample> examples = {
// Begin of an example
{
.operands = {
//Input(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{{0, {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.... | [
"wenzhao.xiang@intel.com"
] | wenzhao.xiang@intel.com |
996c5c410b8a81ff59220dbab48da0ff6a594af5 | eaf0d750ff63a1b51e3c9d62905b35a9d1a682fa | /SDL 2d game/SDL 2d game/ComponentFramework19.1.2/SDL_Project/Body.h | ef54731e5db8d80754497f6fcb4a67ab9f8dd058 | [] | no_license | QuocAnhLe935/Sdl-midstone | 452962c3dbdab3d7dbe88d25e8569a37a8c8e3ca | 4b87b6cb7addbce58c326d2af41032a21ad89a25 | refs/heads/main | 2023-01-24T00:34:10.670019 | 2020-12-09T01:23:50 | 2020-12-09T01:23:50 | 313,486,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | h | #ifndef BODY_H
#define BODY_H
#include "Vector.h"
#include "VMath.h"
using namespace MATH;
class Body {
friend class Collision;
protected:
Vec3 pos;
Vec3 vel;
Vec3 accel;
float mass;
public:
Body();
Body(Vec3 pos_, Vec3 vel_, Vec3 accel_, float mass_);
~Body();
void Update(const float deltaTime);
void A... | [
"54999435+QuocAnhLe935@users.noreply.github.com"
] | 54999435+QuocAnhLe935@users.noreply.github.com |
5ca6cc28bc23a78a75ebfa6457530e8c78061dd3 | 43f7ec7e85a7c12a1c818453fe541721e3e926e0 | /.vscode/cquery_cached_index/c@@users@kenneth@documents@github@kappatp-v5/include@drive.hpp | 01aa605985bd500410cd0bc14eafeca5bdc0ad7e | [] | no_license | bid-p/kappaTP-V5 | 2e84ba57c287319eb31655e5fe07861a267d87e3 | c22b81b4020c20e84418a30953f894373ace99cf | refs/heads/master | 2021-10-01T18:23:12.851135 | 2018-11-26T00:30:22 | 2018-11-26T00:30:22 | 148,879,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | hpp | #ifndef DRIVE_GUARD
#define DRIVE_GUARD
#include "api.h"
#include "okapi/api.hpp"
#include "ports.hpp"
using namespace okapi;
extern Motor driveR1;
extern Motor driveR2;
extern Motor driveR3;
extern Motor driveL1;
extern Motor driveL2;
extern Motor driveL3;
extern ChassisControllerIntegrated chassisController;
ext... | [
"kenneth.moon3@yahoo.com"
] | kenneth.moon3@yahoo.com |
d361fce6e2a3faace017941fc9ea406fac89507e | db01c87a207df6bb4eaddd3568e0d552b8b2451c | /C++程序设计.assets/C++例题代码和习题代码/4.5 stream.cpp | 1075fff982887eaddf3b3271088a0c5bbadba648 | [] | no_license | chmodawk/self-study-exam_notes | fbcd05e430bfa3d3682b2f1f0a01af039b62b37f | a0d704ca143244fd7274b1ff6fc5c59479ac4660 | refs/heads/master | 2023-02-09T15:51:49.527812 | 2021-01-09T07:01:41 | 2021-01-09T07:01:41 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,391 | cpp | #include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
class myComplex
{
private:
double real, imag;
public:
myComplex() : real(0), imag(0) {}
myComplex(double r, double i) : real(r), imag(i) {}
friend ostream &operator<<(ostream &os, const myComplex &c); //友元,插入
friend istream &operat... | [
"kished@outlook.com"
] | kished@outlook.com |
36d65502ffb5ad7916da27f0aaa99379160c7c04 | b630210dd141bb3d7d0c91017c6764eff5c6fa90 | /chatbot/src/model/DescribeDialogFlowRequest.cc | d781d42b6a0aaa4146f9aa613e9ae8d3c487c8b0 | [
"Apache-2.0"
] | permissive | howtosigna/aliyun-openapi-cpp-sdk | 37da0db186cb2a547d3c82b4e1b5d18a00e0b529 | cb3390b9f5c46cdaa0ec2cc4fc5d435da6329175 | refs/heads/master | 2020-09-05T17:50:13.666225 | 2019-11-05T11:16:27 | 2019-11-05T11:16:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | cc | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"noreply@github.com"
] | noreply@github.com |
7d6153298b74897a0c5af9f38e2760d8814bf8db | 87a795806ecab3ebaa0b6121f20aaccdf5362559 | /include/flip/detail/PortTransportBase.h | 20aebb7b12a91fcf1bb7eaeb8c6aab35f224fdb2 | [] | no_license | ohmtech/flip-public | e2bf0c2d183b3eefa8a5028b0dc2bc12c55f6656 | deb775ca7a998cb065667d10be4cb2bba0d3388d | refs/heads/master | 2021-01-21T04:53:52.963142 | 2016-07-22T14:48:26 | 2016-07-22T14:48:26 | 53,060,980 | 32 | 4 | null | 2016-07-22T14:48:28 | 2016-03-03T15:23:58 | C++ | UTF-8 | C++ | false | false | 2,395 | h | /*****************************************************************************
PortTransportBase.h
Copyright (c) 2014 Raphael DINGE
*Tab=3***********************************************************************/
#pragma once
/*\\\ INCLUDE FILES \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\... | [
"raphael.dinge@ohmforce.com"
] | raphael.dinge@ohmforce.com |
6fa2865dbf28246595cf6e4a0b3d4075dfaa2600 | 7bd8b4933f2e78d4936d1a4455c84a86b86242fb | /Code/GeomMngr/imr_gm_figure.cpp | 2445445639eedbc169bfc0281226b2ba2a23f3c5 | [] | no_license | dhawt/Immerse | bdbf4470fa6a79da850536efc91272abd01684db | 0f562746f9db33c41a6e047fecb0f49acb513b48 | refs/heads/master | 2016-09-15T23:57:05.086389 | 2012-05-03T19:52:14 | 2012-05-03T19:52:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,287 | cpp | /****************************************************************\
iMMERSE Engine
(C) 1999 No Tears Shed Software
All rights reserved
Filename: IMR_GM_Figure.hpp
Description: Figure module
\****************************************************************/
#include "IMR_GM_Figure.hpp"
/**********************... | [
"daniel@eduschedu.com"
] | daniel@eduschedu.com |
1452e6c1dfc97262b46551c28bf80ebe9b036a15 | 4adbe7ed4cd7c7e02a2b125b40ac5a4d34f4ea04 | /lab 1/traversing.cpp | 9f520d7bc98b9259dfe6ea9ab1f0343a11132451 | [] | no_license | mastimalkal/Data-structures-and-Algorithms | efdca3af22a4a4d21d7b47876323cceb604830ef | fa0ab434c03b4ecedf273da7d9785f237cdefed6 | refs/heads/master | 2020-03-15T04:34:27.120254 | 2018-06-27T20:25:35 | 2018-06-27T20:25:35 | 131,968,890 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | #include<iostream>
using namespace std;
int main()
{
int arr[5];
int num;
cout<<"Enter values:"<<endl;
{
for(int i=0; i<5;i++)
cin>>arr[i];
}
cout<<"Enter a number to find:"<<endl;
cin>>num;
for(int j=0; j<5; j++)
{
if(num==arr[j])
{
cout<<num<<" "<<"is on location"<<" "<<j<<endl;
... | [
"noreply@github.com"
] | noreply@github.com |
1979e910a4a9b9446bca335309d8dda83066aeec | ceb7431363e36a4698a93540cdeafcd9d9b315ad | /lib/ARCMigrate/Transforms.cpp | a6535fa17d3cf1c2f8bbd1cbbdfbce989ff1903e | [
"MIT"
] | permissive | primitivorm/latino-llvm | 8b5d8759271eb6c328cb4c81a2523bbecce10222 | 33c820aeef006b7190e347e0839cf4f268b70639 | refs/heads/master | 2023-08-02T06:15:42.365363 | 2023-05-05T13:28:32 | 2023-05-05T13:28:32 | 133,191,211 | 4 | 2 | MIT | 2022-03-31T01:39:29 | 2018-05-12T23:39:50 | C++ | UTF-8 | C++ | false | false | 18,487 | cpp | //===--- Transforms.cpp - Transformations to ARC mode ---------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"cibercafe_montero@hotmail.com"
] | cibercafe_montero@hotmail.com |
4cfa78dc9f345720ee32be2d8ece360fc67a8345 | 93d4a019012e135427e5c14f98fddefb9979e906 | /post-processing/ex_multiple_effects/window.cpp | 75bb5bb3a364a1f1d83bb82654b9ff06268ad9cb | [] | no_license | kaabimg/opengl-demos | ebd2e5770e2be564a1ff68ad226641bd1afdb954 | 86581600e6256aa12d0e2afbb16b06b0bd78e8fc | refs/heads/master | 2021-01-01T06:41:03.755143 | 2013-07-04T19:55:57 | 2013-07-04T19:55:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,763 | cpp | #include "window.h"
#include "instancedhistogramscene.h"
#include <QKeyEvent>
#include <QMouseEvent>
#include <QOpenGLContext>
#include <QTimer>
Window::Window( const QSurfaceFormat& format, QScreen* screen )
: OpenGLWindow( format, screen ),
m_leftButtonPressed( false )
{
}
void Window::keyPressEvent( QK... | [
"flb@ubuntu.ubuntu-domain"
] | flb@ubuntu.ubuntu-domain |
d706ebba6e9d4db29a120edb34d00de4c4945fae | 250de1f388e705db9ad2bb0433648d003381fa9c | /dynamic_programming/dp33Astringintervleavedwithotherstring.cpp | f08e2cb644d935a420c075f4f0d3854a6027e804 | [] | no_license | parthsarthiprasad/Competitive_Programming | a13e82886a6576b3b1ba137278ada9582d64bfda | 1efaf0820be119f367b082f606ebf56a6f15564f | refs/heads/master | 2023-04-11T14:15:55.200053 | 2021-04-14T09:19:09 | 2021-04-14T09:19:09 | 254,834,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 723 | cpp | //check if a string is intervleaved
#include<bits/stdc++.h>
using namespace std;
bool findrecur(string &a,string &b,string &c, int indexa=0 , int indexb = 0, int indexc = 0){
if(indexa==a.size()) return true;
bool ans = false;
if(b.size()!=indexb && a[indexa]==b[indexb]){
ans= ans || findrecur(a,b,c... | [
"mepsp2000@gmail.com"
] | mepsp2000@gmail.com |
d74ccc0fae8b90e47fe16c68bc887ff9f621ca46 | dee9e7a5b9b0ecf3b9a8ddf7f30f972045217a45 | /gdem_client/keyframedelegate.cpp | 1d62466dff85962838ae99e7b7a72c4d578a9f52 | [] | no_license | shengzhe8688/QGlobe | 3e2d5c86ad6a2bff89f3773385fa8fd84d4ddf57 | 8e13b894fc1d89a18869c979740fefe47a161eeb | refs/heads/master | 2022-11-12T12:19:06.046336 | 2020-07-05T14:04:59 | 2020-07-05T14:04:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,887 | cpp |
#include "keyframedelegate.h"
#include "camerakeyframedlg.h"
#include "videokeyframedlg.h"
#include "keyframe.h"
CameraKeyFrameDelegate::CameraKeyFrameDelegate(QObject* parent)
:QItemDelegate(parent)
{
}
QWidget* CameraKeyFrameDelegate::createEditor(QWidget *parent,
const QStyleOptionViewIte... | [
"wugis3@yahoo.com"
] | wugis3@yahoo.com |
d461d569b98e8559df068eff2ec3998309e2c1aa | 924f7050b51da698a23dd5d17d7aa1fdc30618f2 | /AutoIndicators/includes.h | 1ddc67a6b68e4f82f2ed8b21d08930a2288b5d48 | [
"MIT"
] | permissive | ContionMig/Trading-Auto-Indicator | e6124e92e53e33b92e9305201224f4637ff7a319 | a133de4fe36e77a378742dc80c1265641383ce26 | refs/heads/main | 2023-08-01T06:32:40.304182 | 2021-09-08T10:24:35 | 2021-09-08T10:24:35 | 404,290,595 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 641 | h | #pragma once
#include <string>
#include <iostream>
#include <filesystem>
#include <fstream>
#include <vector>
#include <thread>
#include <Windows.h>
#include <numeric>
#include <time.h>
#include <conio.h>
#include <stdio.h>
#include <WinCon.h>
#include <map>
#include <string_view>
#include <sstream>
#... | [
"noreply@github.com"
] | noreply@github.com |
9c6e77e04d79059aaf6f626047d2bace5dfe0ea7 | 9b727ccbf91d12bbe10adb050784c04b4753758c | /ZOJ/vol14/ZOJ_2326.cpp | be3904c994dc85c72b5f4c6e791399e4aad6bf23 | [] | no_license | codeAligned/acm-icpc-1 | b57ab179228f2acebaef01082fe6b67b0cae6403 | 090acaeb3705b6cf48790b977514965b22f6d43f | refs/heads/master | 2020-09-19T19:39:30.929711 | 2015-10-06T15:13:12 | 2015-10-06T15:13:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,172 | cpp | #include <cstdio>
#include <cstring>
const int MAXN=2005;
const int inf=100000000;
typedef char string[25];
double g[MAXN][MAXN];
string s[MAXN];
bool vis[MAXN];
double dis[MAXN];
int n;
int getid(string a)
{
for (int i=1; i<=n; i++)
if (strcmp(a,s[i])==0) return i;
}
double prim()
{
double minweight=0;
... | [
"zimpha@gmail.com"
] | zimpha@gmail.com |
22244c83bbcef2847b59f57a5d6a71ce267ba84b | 703a5beeea71685748e71e897e34d2de77b24dde | /src/lampdelegates/noteditabledelegate.h | a45d3710fc5fa3606b32f444e241c88b902d0340 | [] | no_license | bagautdinovrf/lampbox | f10182c8339b16eb8ffed0dfe0733fbbcad124e7 | 75a7e6ee9d3ea142d18e5c1ba56f2ee7a4eda715 | refs/heads/main | 2023-06-20T11:19:53.671424 | 2021-07-17T12:00:41 | 2021-07-17T12:00:41 | 370,701,716 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | h | #ifndef NOTEDITABLEDELEGATE_H
#define NOTEDITABLEDELEGATE_H
#include <QItemDelegate>
class NotEditableDelegate : public QItemDelegate
{
Q_OBJECT
public:
explicit NotEditableDelegate(QObject *parent = 0)
: QItemDelegate(parent)
{}
protected:
QWidget* createEditor(QWidget *, const QStyleOptionVi... | [
"bagautdinovrf@gmail.com"
] | bagautdinovrf@gmail.com |
b5028382291e332221b147bd9a85245a03a76059 | 888b3c310a06dffd041cd0b38f4c5a806308d289 | /include/echo_node.h | 441c69a9a82584067501d23aa240342da8145a4b | [] | no_license | Shanmuganandh/wfcore | 710158b847332ad24f3d332bb92106933891ce55 | ee63279a67b43d35eb5a9a7e60018e445719024f | refs/heads/master | 2021-06-01T17:21:01.040985 | 2016-09-25T11:46:37 | 2016-09-25T11:46:37 | 69,160,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | h | #ifndef ECHO_NODE_H
#define ECHO_NODE_H
#include <memory>
#include <string>
using namespace std;
namespace wfcore {
class EchoNode : public Node {
public:
EchoNode(Attribute &a);
~EchoNode();
int exec(Context *);
static shared_ptr<Node> ConsNode(Attribute &a) {
retur... | [
"shan.anand@gmail.com"
] | shan.anand@gmail.com |
7c788d084e3689111b37609945a4266acb897977 | 11e65430e08a401b27977c263f1523b9c0e9c7f8 | /canregdlg.cpp | 2754985804f532452d23fb6a2d48266e8d8fbaea | [] | no_license | Ga-vin/CanRegConfigurationTool | c5089e2e8a6880db28ad056e1bd53b8d16039027 | b783bd2243d8f3ca498e850d1815a1055cef977d | refs/heads/master | 2021-01-20T19:52:43.779993 | 2016-08-01T16:09:45 | 2016-08-01T16:09:45 | 64,231,138 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,763 | cpp | #include <QtGui>
#include <QtCore>
#include <QTextCodec>
#include <QDebug>
#include <QtXml/QDomDocument>
#include <QtXml/QDomElement>
#include <QtXml/QDomNode>
#include "canregdlg.h"
CanRegDlg::CanRegDlg(QWidget *parent)
:QDialog(parent),
file_name("")
{
QTextCodec::setCodecForTr(QTextCodec::codecForNam... | [
"gavin_8724@163.com"
] | gavin_8724@163.com |
987ebc896dee31b47e3d72694120b24278304e3c | 582277700d0833cfcf598c13f14f67c7e0d7e83c | /src/unmanaged/OpenLiveWriter.Filter/UnicodeTextStreamSubFilter.h | 64fb1bc2935f3f7b9c161d3f7cb8d0e2e4c5984e | [
"MIT"
] | permissive | DotNetContrib/OpenLiveWriter | 81ebeeb02e05de458c22611a3dd5c2ca7453366f | f171f6d7a3ecf7686d4415a5b8386adf5383a226 | refs/heads/master | 2020-12-28T11:55:16.518832 | 2020-02-04T23:00:15 | 2020-02-04T23:00:15 | 238,322,435 | 1 | 0 | NOASSERTION | 2020-02-04T22:45:06 | 2020-02-04T22:45:05 | null | UTF-8 | C++ | false | false | 590 | h | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
#pragma once
#include "subfilter.h"
class UnicodeTextStreamSubFilter :
public SubFilter
{
BOOL done;
FULLPROPSPEC propSpec;
CComPtr<IStream> stream;
public:
UnicodeTextStrea... | [
"willduff@gmail.com"
] | willduff@gmail.com |
c86505b28425c586c808b839129f5336f454ebff | d14d72000a3d945e564e81d433d1ed1cdc602623 | /Code3.cpp | 91dfe601ab0424f0be2a85c6c2eb3a3aef4545af | [] | no_license | procheta1999/learnbyte-assignment03 | 35db6fe34b1901bebec496dd4507cfaa8372a427 | 0289251fbfc55f8fe1201bc7d6616c1c0cc60fc6 | refs/heads/master | 2023-06-24T17:14:22.540430 | 2021-07-27T10:39:25 | 2021-07-27T10:39:25 | 389,926,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | cpp | #include <iostream>
using namespace std;
int main()
{
int n,arr[40],count=0,x;
cin>>n>>x;
for(int i=0;i<n;i++)
{
cin>>arr[i];
}
for(int i=0;i<n;i++)
{
if(x==arr[i])
{
count++;
}
}
cout<<"The count is:"<<count<<endl;
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
624790d3dcc61607b8c770533da907eeaeb700b4 | d86d06c237cd03f1bc729bc1e01cefd0d92bf7bb | /Datos-I/Practicas/Practica-II/Huffman's-Algorithm.hpp | 77e46a1e8cc5ed9589908adaa68f211a2839e333 | [] | no_license | emonto15/Universidad | 03ba2a077a345c4223cf9bbead477498acfd984f | 7ea73a79933100a82abd0b17f81462d3cfb85a5d | refs/heads/master | 2021-01-21T21:39:05.708621 | 2016-05-19T13:39:38 | 2016-05-19T13:39:38 | 42,889,969 | 0 | 0 | null | 2015-10-11T18:15:04 | 2015-09-21T19:49:44 | C++ | UTF-8 | C++ | false | false | 675 | hpp | //
// Huffman's Algorithm.hpp
// Huffman's Algorithm
//
// Created by Edwin Montoya on 10/10/15.
// Copyright © 2015 Edwin Montoya. All rights reserved.
//
#ifndef Huffman_s_Algorithm_hpp
#define Huffman_s_Algorithm_hpp
#include <stdio.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <sstream... | [
"emonto15@eafit.edu.co"
] | emonto15@eafit.edu.co |
f542560a10407ffcf5e163a0914a61886e7dc83c | f2bdc7e39b23bc645ee66f582633c09b75560a35 | /src/utils/io/can.cpp | 4781b0dfe3ec1bc78a53cd0bd4447e64950895d1 | [] | no_license | Hyp-ed/hyped-2020 | c8d19676606d9f437ec77e7328308d1461b7a7b8 | 5cef10bf72c22c25b5d12c3cc41336db38c70665 | refs/heads/develop | 2021-07-01T08:25:40.985966 | 2020-04-27T13:10:19 | 2020-04-27T13:10:19 | 218,743,061 | 10 | 2 | null | 2020-10-21T18:01:29 | 2019-10-31T10:42:46 | C++ | UTF-8 | C++ | false | false | 4,770 | cpp | /*
* Authors: M. Kristien
* Organisation: HYPED
* Date: 14. March 2018
* Description:
*
* Copyright 2018 HYPED
* 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... | [
"neilweidingern@gmail.com"
] | neilweidingern@gmail.com |
84b8cb67785a7cd930f36df7d4a637d74e99e80c | ab64c31cf73ff4ed26a7260e5b6e3ef22b3ba04c | /Range_Limited_demo/SourceCode/OpenCL_HDL_Lib/test_single_cycle_lib/test_hdl_lib/host/src/main.cpp | b72e60f721c1ab011aa5bed238d2755dbca589f2 | [] | no_license | lihaokang/SC2019_MD | 3c85cce2d5e93533116db6ba1ddb1b36f06a8dc9 | 631309f2f201b7deb613c2d23ceef17f14882d0e | refs/heads/master | 2022-02-27T16:22:55.012657 | 2019-09-18T17:56:02 | 2019-09-18T17:56:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,953 | cpp | // Copyright (C) 2013-2018 Altera Corporation, San Jose, California, USA. All rights reserved.
// 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 lim... | [
"chunshu_wu@alumni.brown.edu"
] | chunshu_wu@alumni.brown.edu |
ff58af440340fc71aa239145afe07256469826a4 | 2b98ba15ba08bb3316f2158d232ce9b397882545 | /AzuriteLauncher/AzuriteLauncher.cpp | 8e319491a6c0054b6d11039d244a6c40e20ff94f | [] | no_license | DanielCarmingham/AzuriteLauncher | 653bdc352d6c38158c84b546cd17b5456a3c14ac | 255156238d9d1b84a45d4f77d26dda40b64f414c | refs/heads/master | 2023-08-11T09:09:36.790480 | 2021-09-29T23:19:44 | 2021-09-29T23:19:44 | 287,593,693 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,260 | cpp | #define WIN32_LEAN_AND_MEAN
#include <stdio.h>
#include <shlobj.h>
#include <process.h>
#include <windows.h>
#include <signal.h>
#include <string>
int wmain(int argc, wchar_t *argv[])
{
signal(SIGINT, SIG_IGN);
printf("AzuriteLauncher - Launch Azurite as AzureStorageEmulator.exe so you can debug Azure Functio... | [
"dacarming@gmail.com"
] | dacarming@gmail.com |
ee848bf9b4c967d891a699b796ddbd4faa84274a | 2e03cd4938cc75177c4d84553af8c6582131f415 | /src/input.cpp | 4252c5b76e31cc6a4c4a855317137b222c532736 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | usnistgov/gl-geometry-modperf | d250d4c043ce6229c9b96cdeb93f9b9c9fc5d0a2 | dd6849edf108a75cd2407c02a0ba920333dd169f | refs/heads/master | 2021-01-17T13:23:25.468922 | 2016-06-16T20:21:41 | 2016-06-16T20:21:41 | 57,047,856 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,862 | cpp | #include "input.hpp"
#include <GL/glew.h>
#include <GLFW/glfw3.h>
Input::Input()
: _button(-1),
_prevButton(-1),
_moveRate(0.f, 0.f, 0.f),
_updateTime(glfwGetTime()),
_wireframe(false) {
}
void Input::mousePress(GLFWwindow& win, int button, int action) {
switch(action) {
case GLFW_PRESS:
glfw... | [
"wesley.griffin@nist.gov"
] | wesley.griffin@nist.gov |
33f38777227c3ead6c096f3f6e871d75148b1407 | 78918391a7809832dc486f68b90455c72e95cdda | /boost_lib/boost/mpl/aux_/preprocessed/bcc/plus.hpp | a9173f2dfea17b0dca85a57341487a9845491d21 | [
"MIT"
] | permissive | kyx0r/FA_Patcher | 50681e3e8bb04745bba44a71b5fd04e1004c3845 | 3f539686955249004b4483001a9e49e63c4856ff | refs/heads/master | 2022-03-28T10:03:28.419352 | 2020-01-02T09:16:30 | 2020-01-02T09:16:30 | 141,066,396 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,759 | hpp |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// *Preprocessed* version of the main "plus.hpp" header
// -- DO NOT modify by hand!
namespace boost
{
namespace mp... | [
"k.melekhin@gmail.com"
] | k.melekhin@gmail.com |
01dc178456463eae66e898592ad87f2365fbdc78 | 3d16f3ffc7496fbcda67ef48637ea6959e148b09 | /src/plugins/a/a.h | 5a604b18a1e084cf0a5f2f04da07352279038969 | [] | no_license | alexey-zayats/appplug | b0047a6d368ea9b317b3dac5e95dfd59947c9742 | 7d678c4c20457ae5bde8ec9d8e91cccf796edc02 | refs/heads/master | 2020-04-17T17:09:29.294043 | 2018-11-05T13:38:57 | 2018-11-05T13:38:57 | 66,534,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | h | #ifndef A_PLUGIN
#define A_PLUGIN
#include "a_export.h"
#include <core/plugin.h>
#include <QtCore>
#include <QtDebug>
class A_EXPORT A : public Plugin
{
Q_INTERFACES(Plugin)
Q_OBJECT
Q_PLUGIN_METADATA(IID "ru.agitum.plugin" FILE "a.json")
public:
A(void) {}
~A(void) {}
};
#... | [
"alexey.zayats@gmail.com"
] | alexey.zayats@gmail.com |
97955805c23f0288a6a5f587d44dee7bd06501ee | 008edd4c3a1ef01aaf3bf8fc3e85166593d3b666 | /application/hardware/Led.h | 2f9394281dc908a417d4b5616c8ffa8636dbfa9f | [] | no_license | Mark-Jansen/rpi | a5b07ac033a51409e0416097d65eb9166b66ad4b | f389b82867f2388219a8915da5055499bd1dfbe9 | refs/heads/master | 2020-04-28T01:52:13.752840 | 2015-03-20T07:25:55 | 2015-03-20T07:25:55 | 24,560,467 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | h | #ifndef HARDWARE_LED_H
#define HARDWARE_LED_H
#include <generic/File.h>
class Led
{
public:
Led(int pinNr, int blinkTimer = 0);
~Led();
void on(void);
void off(void);
void blink(void);
int getStatus(void);
int getBlinktimer(void);
void setBlinktimer(int blinkTimer);
private:
void write( int ioctl, int value... | [
"hung.tran@student.fontys.nl"
] | hung.tran@student.fontys.nl |
2e0ddf1b7ac3a978fcb4593deef1540854d5f84b | a9c74b8149cb5706ba0b585c791db6dc0c610ad9 | /src/CubeModel.cpp | ba6e556c2c5ad55a1442c339b5618b7c9887bc10 | [] | no_license | tschicke/Voxel-Editor | b719ae74096ab5a8e0e282154f5cda5048102bb4 | b94e2fd7f7557970b008619ad3580ee6f263c209 | refs/heads/master | 2020-04-07T16:06:32.848235 | 2013-07-27T03:48:05 | 2013-07-27T03:48:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,298 | cpp | /*
* CubeModel.cpp
*
* Created on: Jun 23, 2013
* Author: Tyler
*/
#include "CubeModel.h"
#include "Keyboard.h"
#include "Mouse.h"
#include "BaseRenderer.h"
#include <glm/gtx/transform.hpp>
#include <fstream>
#include <iostream>
#include <cmath>
CubeModel::CubeModel() {
width = height = depth = 0;
... | [
"tschicke@optonline.net"
] | tschicke@optonline.net |
a19263801290fe05963b264627e3ccda2b76700d | 80759f699acf38bf4889892aa41e775accc3494e | /Examples/Modules/UsingVTK/uses_vtk_exe.cxx | c1b9bb9e8c6ba244331dd8a4a801d23dda0ca014 | [
"BSD-3-Clause"
] | permissive | EvgenyVRN/VTK | 97fd26c6faee4e853c74ff6bc63cfcd84ea0691a | ff6ac14b68112c27ae06d790f7323cd9e7491455 | refs/heads/master | 2021-06-29T17:22:29.205704 | 2021-03-25T11:46:29 | 2021-03-25T11:46:29 | 203,143,061 | 0 | 1 | NOASSERTION | 2020-02-26T09:59:20 | 2019-08-19T09:37:46 | C++ | UTF-8 | C++ | false | false | 156 | cxx | #include "uses_vtk.h"
int main(int argc, char* argv[])
{
if (vtkObject_class_name() == "vtkObject")
{
return 0;
}
else
{
return 1;
}
}
| [
"ben.boeckel@kitware.com"
] | ben.boeckel@kitware.com |
d07efcb482c9f3d2fbed6bc21f70659ac0ffdd9a | d4a2c50a90792600c4d864fffe9c1a9d1ebd6acc | /pcvideo/PcVideo/StdAfx.cpp | dea292d56201f2090fdcb6a4dbcf0317047bf5a1 | [] | no_license | iwasen/MyProg | 3080316c3444e98d013587e92c066e278e796041 | a0755a21d77647261df271ce301404a4e0294a7b | refs/heads/master | 2022-12-30T00:28:07.539183 | 2020-10-25T06:36:27 | 2020-10-25T06:36:27 | 307,039,466 | 0 | 4 | null | null | null | null | SHIFT_JIS | C++ | false | false | 282 | cpp | // stdafx.cpp : 標準インクルードファイルを含むソース ファイル
// PcVideo.pch : 生成されるプリコンパイル済ヘッダー
// stdafx.obj : 生成されるプリコンパイル済タイプ情報
#include "stdafx.h"
| [
"git@iwasen.jp"
] | git@iwasen.jp |
32f11b556968f29804f75c4b91f0ba0f77f7f2d2 | 44575d92a88f312206e3bfe1238879ef85dccef7 | /src/renderer/texture.cpp | 5d8eb7430781dc630e4c60e3d7aa604f19c9e156 | [
"MIT"
] | permissive | jlsa/LumixEngine | 3bc03731aea4aa503295b559b7b037401108a583 | 2f36422e145f535f5f4c03be9a42d34a5f12a9b7 | refs/heads/master | 2021-04-27T00:26:06.262712 | 2018-02-28T22:56:31 | 2018-02-28T22:56:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,339 | cpp | #include "engine/fs/file_system.h"
#include "engine/log.h"
#include "engine/math_utils.h"
#include "engine/path_utils.h"
#include "engine/profiler.h"
#include "engine/resource_manager.h"
#include "engine/resource_manager_base.h"
#include "renderer/texture.h"
#include "renderer/texture_manager.h"
#include <bgfx/bgfx.h>
... | [
"mikulas.florek@gamedev.sk"
] | mikulas.florek@gamedev.sk |
97f143df4798a414cc20ff96dfb75bc49199c44e | 3db61adb2f06bf4ebf90e6cbc589b433a999833b | /src/takram/tween.cc | 315a29b1dbfe303994d37b399a6e21edf49d8aa3 | [
"MIT"
] | permissive | takram-design-engineering/takram-tween | ee96e788925fa0e6ff5505167134d84586155053 | dcee74b46fce21129ee9843f29a589c445a4401a | refs/heads/master | 2020-12-24T16:35:05.937943 | 2016-10-24T14:26:11 | 2016-10-24T14:26:11 | 27,755,318 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,372 | cc | //
// takram/tween.cc
//
// The MIT License
//
// Copyright (C) 2015 Shota Matsuda
//
// 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 limitatio... | [
"s@sgss.co"
] | s@sgss.co |
e14f69c0401e4484f05f9cad9d925a26cae9ec9c | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/download/internal/background_service/store.h | c810af38a1e0d0d472fa454901182c16e3325dd5 | [
"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 | 1,717 | h | // Copyright 2017 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_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_STORE_H_
#define COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_STORE_H_
#include <memory>
#incl... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
a8ef5fd0fc59bb6ea4dcb1ee9c982711da8d4bd0 | 18ad206ce03ee50184d9dc9f7e081acc35c6d006 | /Test_simpleFoam/simplefoam_p1/20/U | e79838699f44bf65d83eff0bf5260eb3d94f3b32 | [] | no_license | mars2020/CFD-Final-Project | 32080bdd118a8e16a33f715a8fd38d1187f75fd5 | 55c73d10635f7e6dcc223a812a29519a9d1218cd | refs/heads/master | 2022-01-10T19:44:53.590268 | 2019-05-15T01:42:17 | 2019-05-15T01:42:17 | 180,909,389 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052,396 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6.0
\\/ M anipulation |
\*-----... | [
"george.newman10@gmail.com"
] | george.newman10@gmail.com | |
2f6a5fcb3e5ec48cf4607d27743e25528cf7db25 | 6bc3f5955699fcdac540823c51354bc21919fb06 | /Google Codejam/2018/Qualification Round/B.cpp | 7fefd083db242c1dfae9342a436e78e2883513e5 | [] | no_license | soroush-tabesh/Competitive-Programming | e1a265e2224359962088c74191b7dc87bbf314bf | a677578c2a0e21c0510258933548a251970d330d | refs/heads/master | 2021-09-24T06:36:43.037300 | 2018-10-04T14:12:00 | 2018-10-04T14:12:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,085 | cpp | //In The Name of Allah
//Sat 18/1/97
#include <bits/stdc++.h>
#define Init ios_base::sync_with_stdio(0),cin.tie(0),cout.tie(0)
#define forar(i,n) for(long long int i = 0; i < n;i++)
#define fori(i,a,b) for(long long int i = a; i < b;i++)
#define WFile freopen("test.in","r",stdin),freopen("test.out","w",stdout)
#define... | [
"sorooshtabesh@yahoo.com"
] | sorooshtabesh@yahoo.com |
f3e0114e69f33b883d4371d11e363ff798bc0dda | 105e721a388111dc4c9343b805b52d881f1e2b6b | /export/release/windows/obj/src/resources/__res_2.cpp | b6d2d92f90757ef46775d52ea7e8eba299ae10e3 | [] | no_license | SuperSpinDashGamer39/lololololololololo-very-hard | b198f7e9c135ec9e9fbe01d193861aebc26825ad | 37c5a3d7bf27ba3a2fbaa0d3180f7163f9a15e35 | refs/heads/main | 2023-08-20T16:21:12.832634 | 2021-10-10T02:19:53 | 2021-10-10T02:19:53 | 415,465,253 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 438 | cpp | // Generated by Haxe 4.1.5
namespace hx {
unsigned char __res_2[] = {
0x80, 0x00, 0x00, 0x80,
123,34,110,97,109,101,34,58,110,117,
108,108,44,34,97,115,115,101,116,115,
34,58,34,97,104,34,44,34,114,111,
111,116,80,97,116,104,34,58,110,117,
108,108,44,34,118,101,114,115,105,111,
110,34,58,50,44,34,108,105,98,114,
97,114... | [
"81721123+SuperSpinDashGamer39@users.noreply.github.com"
] | 81721123+SuperSpinDashGamer39@users.noreply.github.com |
4c80eebd6582faf7e076c307884466d6ce364891 | be3a6e97e11dd84f254303fe95d48387552af42b | /459. Repeated Substring Pattern .cpp | 2aad71c8a52a1c6a65ed0270c9bda3a8cb1dae07 | [] | no_license | GH2005/myLeetcodeSolutions | fc2b57b2d18505a20d38bf4aca7158008b648263 | c68780f2064f7eb6ffdc20ee9d6f1bf60bb05e8a | refs/heads/master | 2021-01-24T10:54:28.940801 | 2020-06-08T03:18:50 | 2020-06-08T03:18:50 | 70,296,774 | 3 | 0 | null | 2016-10-09T00:03:51 | 2016-10-08T02:14:44 | C++ | UTF-8 | C++ | false | false | 1,345 | cpp | // it's incredibly fast
class Solution {
int hash(char c)
{
return c - 'a';
}
public:
bool repeatedSubstringPattern(string s) {
int len = s.size();
if (len == 0) return true;
if (len == 1) return false;
int hashTable[26] = {};
for (char ch : s) hashTable[h... | [
"noreply@github.com"
] | noreply@github.com |
7cbdafff7019a93375d2adb7b95c4579191e22b6 | 4cedd03bcc2d8e886a1cf571c9b941fc430cbc1d | /Common/LocalFileManage.h | b11005b696f72029bf27183573ebec81a1cf3ea3 | [] | no_license | NULLPlayer/MyGS | d6d05c0b0fb9a75f8d5e3d401ae26752cd315bff | aabca3c7a046c248fc163cd2da755861a3d76b29 | refs/heads/master | 2021-01-22T19:15:13.256542 | 2017-03-26T04:15:43 | 2017-03-26T04:15:43 | 85,184,800 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,054 | h | #ifndef LOCAL_FILE_MANAGE_H
#define LOCAL_FILE_MANAGE_H
#include "pluginInfo.h"
#include "GSSysApi.h"
#include "GSFoundation.h"
class CLocalFileManage
{
public:
CLocalFileManage(SystemInfo* pSys, const GSString& strRootDir);
~CLocalFileManage(void);
bool Start(void);
void Stop(void);
bool GetNe... | [
"NULL.Player.NULL@gmail.com"
] | NULL.Player.NULL@gmail.com |
9925782b99b7e22f56ddb1bfbae30df11f40b1d4 | ac5af3d4a60ecec85ebed44502b70eece28f726f | /丝雨小姐姐/qhb/LA3644.cpp | 2e89284331ffc1ed19ec776707c69a4c6ce53953 | [] | no_license | qhb1001/For-that-dream | 29f473cb4301bba70985c1c6ac4a152e237598fe | 624a21572e9d674f007d9f65d560e83d281d7497 | refs/heads/master | 2020-03-09T21:33:28.847612 | 2018-09-27T13:39:53 | 2018-09-27T13:39:53 | 129,012,092 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 730 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <string>
#include <algorithm>
#include <vector>
using namespace std;
const int MAX = 1e5 + 5;
int fa[MAX], cnt[MAX];
void init() {
for (int i = 0; i < MAX; ++i)
fa[i] = i, cnt[i] = 1;
}
int find(int u) {
return fa[u] == u? u : fa[u] = find(fa[u]);
}
... | [
"z694895876@gmail.com"
] | z694895876@gmail.com |
cffc1286d6fe32a2f2e4f95a21b8127c1c802ea2 | 66e6360325b781ed0791868765f1fd8a6303726f | /L1TriggerUpgrade2018/TriggerTurnOn/22262_TurnOnInvestigation/FillHistograms.cpp | 06955d7f91ca2e911da8dda1e0867b9c39dc690b | [] | no_license | alintulu/FHead2011PhysicsProject | c969639b212d569198d8fce2f424ce866dcfa881 | 2568633d349810574354ad61b0abab24a40e510e | refs/heads/master | 2022-04-28T14:19:30.534282 | 2020-04-23T17:17:32 | 2020-04-23T17:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,139 | cpp | #include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
using namespace std;
#include "fastjet/ClusterSequence.hh"
#include "TFile.h"
#include "TTree.h"
#include "TH1D.h"
#include "TDirectory.h"
#include "Code/TauHelperFunctions3.h"
#include "SetStyle.h"
#include "CommandLine.h"
#include "Progres... | [
"chen.yi.first@gmail.com"
] | chen.yi.first@gmail.com |
2ddad2ca62486abfff7035ed4373bda155f93023 | e94caa5e0894eb25ff09ad75aa104e484d9f0582 | /data/s66/mp2/cp_corrected/63/AB/cc-pVTZ/monomer2/restart.cc | 5640e9a1abcabc8f23f1ccd046bee44a29bd098f | [] | no_license | bdnguye2/divergence_mbpt_noncovalent | d74e5d755497509026e4ac0213ed66f3ca296908 | f29b8c75ba2f1c281a9b81979d2a66d2fd48e09c | refs/heads/master | 2022-04-14T14:09:08.951134 | 2020-04-04T10:49:03 | 2020-04-04T10:49:03 | 240,377,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | cc | $chkbas= 28629.1787158052
$nucrep= 121.235662065664
$chkaux= 165202715.591573
$chkupro= 1.00000000000000
$chkipro= 2.00000000000000
$chklasrep= 1.00000000000000
$chkisy6= 4.00000000000000
$chkmos= 70.0839860235587
$chkCCVPQ_ISQR= 1392.60750379225
$chkbqia= 17.1756739092339
$chkr0... | [
"bdnguye2@uci.edu"
] | bdnguye2@uci.edu |
171336c487b075be46683d2839becf073e2e7ba8 | e8ce6d40f69b614e7420c64edce4ef0cce79893d | /2543.cpp | 25c068d57073e5126f6d212fe70961afeb9bdc42 | [] | no_license | Eberty/CodigosURI | 1a23af25454bc059f9cfabce1678c7d2b053aec9 | 65a43c59a8594940312cc4526fe63536b2ca31f2 | refs/heads/master | 2020-05-14T02:04:55.348762 | 2019-08-05T03:00:45 | 2019-08-05T03:00:45 | 181,687,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n, id, i, j, tot;
while (cin >> n >> id){
tot = 0;
for (int k=0; k<n; k++){
cin >> i >> j;
if (j==0 && i==id)
tot++;
}
cout << tot << endl;
}
return 0;
}
| [
"eberty.silva@hotmail.com"
] | eberty.silva@hotmail.com |
6d7dda6fa1151e85fb5cfeca5e8b0eeaf5753a91 | ce7326d8186d3732095047d7b40da6faece2d114 | /src/qt/tradeplus_coin/settings/settingsbackupwallet.h | 3d2a9724b909094007c7b60128a55b71a38f88f5 | [
"MIT"
] | permissive | tdpsdevextreme/TradePlusCoin | e094d60c3d8d088f26bc16819194930ce39f7f6d | b3f49f72dff3c61edaed2f4be95c4dfa21893f7f | refs/heads/master | 2020-09-05T18:47:52.916679 | 2020-07-29T07:37:59 | 2020-07-29T07:37:59 | 220,183,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 749 | h | // Copyright (c) 2019 The TradePlus_Coin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SETTINGSBACKUPWALLET_H
#define SETTINGSBACKUPWALLET_H
#include <QWidget>
#include "qt/tradeplus_coin/pwidget.h"
namesp... | [
"57004535+tdpsdevextreme@users.noreply.github.com"
] | 57004535+tdpsdevextreme@users.noreply.github.com |
d590803cc0fe3b91f91864a673f3382ac4d1a43b | a8d6bd217152d9961636f553c457816846396661 | /src/plugins/notification/notificationaction.h | d6c92e66046a02ac70cac4b98a2508f77ddb68c8 | [] | no_license | Sagittarii/phonebot | 1fafba9a5264338f1d87e884aba54329a0e3f882 | 1f9b6c557613777cc1ed9dfc3ba772bc9e592171 | refs/heads/master | 2020-12-26T00:06:08.577590 | 2015-01-18T23:35:21 | 2015-01-18T23:35:21 | 28,517,595 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,118 | h | /*
* Copyright (C) 2015 Zeta Sagittarii <zeta@sagittarii.fr>
*
* You may use this file under the terms of the BSD license as follows:
*
* "Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of s... | [
"zeta@sagittarii.fr"
] | zeta@sagittarii.fr |
d5263ee8b45e814dcbeeb59e943612ffcbf952f3 | 8417755e1efd027ebeb77bbd07528b74df033f28 | /Player.Class.cpp | 318a98b8a9936813ceaed80fccb65dfb1f0f6d5e | [] | no_license | ValeriiaMur/CPP_Space_Invaders | af218cb9567fd8d0116c84d486f4833621b9769b | ec81a214e055280e7436a743bd143005ce221266 | refs/heads/master | 2020-09-01T05:43:19.605049 | 2019-11-01T01:47:58 | 2019-11-01T01:47:58 | 218,892,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,759 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Player.Class.cpp :+: :+: :+: ... | [
"vmuradia@e1z2r5p24.42.us.org"
] | vmuradia@e1z2r5p24.42.us.org |
8e3d0387ad0827bd9ecda92b7f9ddc0d94f36820 | a838d1c836b47af2545c6933365530992da223e3 | /lucky sum.cpp | a26964dbd9783f786df73f1d9aa797044191c6df | [] | no_license | zilohumberto/cpp | 20332f8470828e551afc703183591065406c7e7c | d607292b5664a0c3e75e62eddafcb32c8e583ac2 | refs/heads/master | 2020-07-05T08:46:27.903080 | 2017-02-02T23:38:30 | 2017-02-02T23:38:30 | 41,068,894 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,066 | cpp | 121A - Lucky Sum
#include <iostream>
#include <queue>
#include <stack>
#include <algorithm>
using namespace std;
#define FOR(i,a,b) for(int i=(a),_i=(b);i<_i;i++)
typedef unsigned long long ull;
vector<ull> num;
ull l,r;
ull atoi(string s){
ull p=1,res=0;
for(int i=s.length()-1;i>=0;i--){
res+=((s[i]-'0... | [
"zilohumberto@gmail.com"
] | zilohumberto@gmail.com |
6824d99a1f5cf12f7ae3de6e654abb312178e930 | 09eb4699db4e56d14260a2c3bbb537e7b1ca07ef | /Simple Game Engine/Bob.h | 005de3cc5e417faea5d97d5ebe6f3fab34b96092 | [] | no_license | meowstronaut/SimpleGameEngine | 5314d3d0f8bcb422952225244acdd1e7e6b8fee2 | b3a10000204035504aef802abb4a611873c81aca | refs/heads/master | 2020-12-21T08:00:57.743496 | 2020-01-26T19:45:29 | 2020-01-26T19:45:29 | 236,365,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 869 | h | #pragma once
#include <SFML/Graphics.hpp>
using namespace sf;
class Bob {
private:
// Where is Bob
Vector2f m_Position;
// Of course we will need a sprite
Sprite m_Sprite;
// And a texture
// Bob has been working out and he is now a bit more muscular than before
// Furthermore, he fancies himself in lumberja... | [
"karmela.slacanac@fer.hr"
] | karmela.slacanac@fer.hr |
edb6290b9ac384cda948310bf2e4dfd26e53ad1b | 300b00be8c9c704f678059f4ddc079de916b3c8a | /sources/include/ssiloti/http/media_type.hpp | 1161a9055a1ee17fe2d60688d13d8372ca2a2d2d | [
"BSL-1.0"
] | permissive | jamal-fuma/http | 0a8c83941a1e986773b5faa834b0ea95a5d78fc4 | e895b07008e9888a9bf2beb6590d6c5585f0e3e8 | refs/heads/master | 2020-03-28T11:10:35.652255 | 2016-08-31T23:42:54 | 2016-08-31T23:42:54 | 46,951,561 | 0 | 0 | null | 2015-11-27T00:10:12 | 2015-11-27T00:10:12 | null | UTF-8 | C++ | false | false | 1,085 | hpp | //
// media_type.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2011 Steven Siloti (ssiloti@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef HTTP_MEDIA_TYPE_HPP
#define HTTP_MEDIA_TYPE_H... | [
"Jamal.Natour@fumasoftware.com"
] | Jamal.Natour@fumasoftware.com |
cc200a9d6ec226e919db10344ba7c0d120cc2673 | ba9322f7db02d797f6984298d892f74768193dcf | /r-kvstore/include/alibabacloud/r-kvstore/model/DescribeZonesResult.h | 6f6de732bc58c67b10854127f0b0bb6444be73fe | [
"Apache-2.0"
] | permissive | sdk-team/aliyun-openapi-cpp-sdk | e27f91996b3bad9226c86f74475b5a1a91806861 | a27fc0000a2b061cd10df09cbe4fff9db4a7c707 | refs/heads/master | 2022-08-21T18:25:53.080066 | 2022-07-25T10:01:05 | 2022-07-25T10:01:05 | 183,356,893 | 3 | 0 | null | 2019-04-25T04:34:29 | 2019-04-25T04:34:28 | null | UTF-8 | C++ | false | false | 1,579 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
a93822ea9d7e3ba7cd9321d15c0bc36c60ed53b2 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/wget/new_hunk_3096.cpp | 1ba4214732aef605b2c64260500ab8bcd6fae8b6 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,086 | cpp | # Italian messages for wget.
# Copyright (C) 1998, 2004, 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the wget package.
# Marco Colombo <m.colombo@ed.ac.uk>, 2004, 2005.
# Giovanni Bortolozzo <borto@dei.unipd.it>, 1998.
#
msgid ""
msgstr ""
"Project-Id-Version: wget 1.9.1\n"
... | [
"993273596@qq.com"
] | 993273596@qq.com |
e0a223a2ca18cbcef19fc88958515ad6b2d6e956 | 7af554ff51603fd9f01903577be9836aba03e3f1 | /src/Settings.cc | ed2bebe66f3b1dd09a9fae2b4e5b5fd290ebe894 | [] | no_license | wimmer-k/Salvador | eaf042ab918eb5f958cad496273e535d84f028c7 | 9241b66b298c6231a95d8787a75567afee32094f | refs/heads/master | 2021-12-15T00:50:48.146849 | 2021-12-13T16:46:23 | 2021-12-13T16:46:23 | 51,063,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,642 | cc | #include "Settings.hh"
using namespace std;
/*!
Constructor, setup the settings
\param settings the settings file
*/
Settings::Settings(char *settings){
finputfile = settings;
ReadSettings();
}
/*!
Read in the settings from the fie
*/
void Settings::ReadSettings(){
TEnv *set = new TEnv(finputfile.c_str())... | [
"wimmer@phys.s.u-tokyo.ac.jp"
] | wimmer@phys.s.u-tokyo.ac.jp |
83293586674695eb743ae4233d6deeaea57481ee | 7c9624eaa0f8ee884dc79880f94a09d79d6aeb07 | /cocos/2d/CCSprite.h | 43ab4dbfbde4e24fb1f182f61bdc00e4d4e808d7 | [
"MIT"
] | permissive | gloomyzen/cocos2d | 7f0bbc49f5fee656b5314314ea74da5ed8d4180a | d39713609f60ee2d1d074412f3bc4c885e375c50 | refs/heads/master | 2023-04-01T01:18:04.653034 | 2021-03-23T15:23:20 | 2021-03-23T15:23:20 | 326,439,700 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,325 | h | /****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2011 Zynga Inc.
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.or... | [
"faustkeller45@gmail.com"
] | faustkeller45@gmail.com |
189b5ac92cd4a94ee1aad09cf9df735b20a4f948 | 2d425d2ea4982ebd12746b894362a3a25e3bded1 | /Pract/19pract.cpp | ea6ff8c93e643ee09c7d1fa20586024825b355d8 | [] | no_license | EgorEast/CFU | dcddb9aa3e4bbc71805e09a4f81a18a16a736261 | 12f9fb8dd2fcbb1165524d604c38aeae162e1344 | refs/heads/master | 2020-08-10T01:50:21.542896 | 2020-07-31T09:58:28 | 2020-07-31T09:58:28 | 209,067,197 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,874 | cpp | #include <iostream>
#include <cstdlib>
#include<cmath>
using namespace std;
int main() {
setlocale(LC_ALL, "Russian");
int answer = 1;
while (answer == 1) {
int variation = 0;
int size, zero = 0, one = 0, two = 0, three = 0, four = 0, five = 0, six = 0, seven = 0, eight = 0, nine = 0;
cout << "Введите чис... | [
"jir.jir35@gmail.com"
] | jir.jir35@gmail.com |
db63d35e3529f91c5e64cffa49e881d430599eb8 | 6735c8d122ed37ceacde967fac3f7f5755a7722b | /08_dataConstruct/03_LinkListTranditioal.cpp | 297a4964081c6dc3569d9eab619de29d1fa40bbd | [] | no_license | gujiangqi/MyStudying | a50f626f7a661d9042542e648e889145117e66b2 | 25be24a0f6f27fc568f250437306dedb58489c92 | refs/heads/master | 2020-08-16T12:21:13.711038 | 2019-11-20T08:47:47 | 2019-11-20T08:47:47 | 215,501,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,889 | cpp | /*
传统链表:
数据包含下一个节点的指针,下一个节点指向下一个数据
操作主要包括:
1.增
2.删
3.修
4.查
*/
#include <iostream>
#include <cstdlib>
#include "string.h"
using namespace std;
typedef struct _Data
{
int age;
char name[64];
_Data *next;
_Data()
{
int age = 0;
next = (_Data *)malloc(size... | [
"gujiangqi@qq.com"
] | gujiangqi@qq.com |
8046c71f5f49f6b6f438381f063c454a4bea17f3 | f6cf14142621b8c4709c6f2073172f39577b1964 | /common/lib/rec/robotino3/iocom/tag/SetOdometryRotationFwd.h | e3972e2198e947ca4415bfec685ca6e67d6d1927 | [] | no_license | BusHero/robotino_api2 | f3eef6c1ace2ff5a8b93db691aa779db8a9ce3a1 | 9757814871aa90977c2548a8a558f4b2cb015e5d | refs/heads/master | 2021-06-18T21:32:14.390621 | 2021-02-18T15:21:48 | 2021-02-18T15:21:48 | 165,231,765 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 406 | h | #ifndef _REC_ROBOTINO3_IOCOM_TAG_SetOdometryRotationFWD_H_
#define _REC_ROBOTINO3_IOCOM_TAG_SetOdometryRotationFWD_H_
#include <QtCore>
namespace rec
{
namespace robotino3
{
namespace iocom
{
namespace tag
{
class SetOdometryRotation;
typedef QSharedPointer< SetOdometryRotation > SetOdometryRotati... | [
"petru.cervac@gmail.com"
] | petru.cervac@gmail.com |
b1aa4a0530a43ffaecce372f3fa15942e4408f40 | e0cd22a3dbf1589cee37c33374607ed2ce66e95e | /cpp/opensourcesrcs/ace/ace/config-dgux-4.x-ghs.h | 41462470b3df48c570ef4eaa544fc6350834a858 | [
"BSD-3-Clause"
] | permissive | CodeOpsTech/DesignPatternsCpp | 1335402e2c88a4b8715430210ec153af7bb733be | 2c67495ffdc65443fae98b2879f7b608e3562876 | refs/heads/master | 2021-01-11T19:19:48.498940 | 2017-07-19T02:52:56 | 2017-07-19T02:52:56 | 79,355,314 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,264 | h | /* -*- C++ -*- */
// config-dgux-4.x-ghs.h,v 4.13 2000/03/23 21:27:02 nanbor Exp
// The following configuration file is designed to work for DG/UX
// 4.x platforms using the Green Hills Multi C++ compiler.
#ifndef ACE_CONFIG_H
#define ACE_CONFIG_H
#include "ace/pre.h"
#define ACE_DGUX
# define ACE_CONFI... | [
"ganesh@codeops.tech"
] | ganesh@codeops.tech |
1ce5e01f157bcc6a92247f3c67f89d4145f9625a | 02970c9c78fdd1d0191fe34f44b4cdc148bb1115 | /mainwidget.cpp | 707413d697779d63d73f2b51b6540ad4aadace5e | [
"MIT"
] | permissive | scueee/ZenMode-QT | 61d03ea46d258fe92831eff920851bed8e3f98bd | 965b7ad75bb8c3341ea3c52f41142fdba2002b28 | refs/heads/master | 2022-12-12T17:59:19.075195 | 2020-09-11T12:43:45 | 2020-09-11T12:43:45 | 289,903,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,952 | cpp | #include "mainwidget.h"
#include "globalshortcut.h"
#include <QApplication>
#include <QTextEdit>
#include <QHBoxLayout>
#include <QDebug>
#include <QMenu>
#include <QAction>
#include <QKeyEvent>
#include <QSystemTrayIcon>
#include <QBrush>
#include <QTextFrame>
#include <QResizeEvent>
#include <QPainter>
#include <QScr... | [
"1464632340@qq.com"
] | 1464632340@qq.com |
cfd1e6eb3e35b011efc74ec5cba9c330583b8779 | 5f803244514277fea235561a1150066bac25635a | /Lightoj 1311 - Unlucky Bird.cpp | 49e6669f038b55c75f3c101bbbc67a151254e3e5 | [] | no_license | soumik9876/Lightoj-solutions | 50ef72cdc680b05d1ea77eb8e0f2ef1a1fc3286f | f8132dfd2e10ade9c8235b0c586579188fa31c77 | refs/heads/master | 2022-12-14T23:34:31.199207 | 2020-09-24T04:47:00 | 2020-09-24T04:47:00 | 276,703,888 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,298 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define pb push_back
#define F first
#define S second
#define mp make_pair
#define MOD 1000000007
#define vi vector<int>
#define ... | [
"noreply@github.com"
] | noreply@github.com |
63b84ba02eac940b59498fb9cbf768929aaa3e21 | 5cb9d567d785df431335dee171e25a01a41d450b | /source/proj0/extract/iriselenimoridis/calc/calc.cpp | 2c882155636e2aff5a5fcc47442305e387e05f3f | [] | no_license | fenghuo/AutoGrading | f8c6a481d97c6121479c46f1f9dfc4a5823533c2 | d206ced16daa3bfb85494a3bd371468f329b7ab8 | refs/heads/master | 2016-09-11T12:14:42.641357 | 2014-03-13T18:33:57 | 2014-03-13T18:33:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,575 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <ctype.h>
#include <stack>
#include <iostream>
#include <vector>
#include <sstream>
#include <math.h>
using namespace std;
/*** Enums and Print Functions for Terminals and Non-Terminals **********************/
#define MAX_SYMBO... | [
"cs160@csil.cs.ucsb.edu"
] | cs160@csil.cs.ucsb.edu |
5f412c4886b259d3a7350d476b11b131cacef4e6 | a864d3918a544c48b11ab7da369785a8f1679d36 | /Week4/CMP105App/Enemy.cpp | 85bd4b39c90f5c39e0c89b26474ace56b7e238d8 | [] | no_license | JustusLudwig/CMP105_W4 | 2e8e5d5688b47e44813cf20f4c3ed6d794c67a72 | c23d15933a1cf4d13c395d23883eea83d0083171 | refs/heads/master | 2020-12-29T15:07:35.110361 | 2020-02-06T10:51:41 | 2020-02-06T10:51:41 | 238,648,130 | 0 | 0 | null | 2020-02-06T09:09:07 | 2020-02-06T09:09:06 | null | UTF-8 | C++ | false | false | 101 | cpp | #include "Enemy.h"
Enemy::Enemy()
{
}
Enemy::~Enemy()
{
}
void Enemy::handleInput(float dt)
{
} | [
"1802097@uad.ac.uk"
] | 1802097@uad.ac.uk |
5143d7b6381f66b21f421cc2e4e2db161cecff7b | d1cf34b4d5280e33ebcf1cd788b470372fdd5a26 | /zoj/29/2989.cpp | 9e51848aa0feab55024e263d9beee0f25052e72c | [] | no_license | watashi/AlgoSolution | 985916ac511892b7e87f38c9b364069f6b51a0ea | bbbebda189c7e74edb104615f9c493d279e4d186 | refs/heads/master | 2023-08-17T17:25:10.748003 | 2023-08-06T04:34:19 | 2023-08-06T04:34:19 | 2,525,282 | 97 | 32 | null | 2020-10-09T18:52:29 | 2011-10-06T10:40:07 | C++ | GB18030 | C++ | false | false | 1,620 | cpp | #include <cstdio>
const int dir[4][2] = {
{0, 1},
{1, 0},
{0, -1},
{-1, 0}
};
int r, c;
int x, y, d;
char buf[32][32];
void next()
{
x += dir[d][0];
y += dir[d][1];
if (x >= 0 && y >= 0 && x < r && y < c && buf[x][y] == -1)
return;
x -= dir[d][0];
y -= dir[d][1];
++d;
... | [
"zejun.wu@gmail.com"
] | zejun.wu@gmail.com |
0d39588d1e3f439be4564853dec2dd114cd6037e | 710981ad55d08ec46a9ffa06df2f07aa54ae5dcd | /player/src/tools/audio.h | 142406ab83c12950e66fa8f8513d00366086f2aa | [] | no_license | weimingtom/easyrpg | b2ee6acf5a97a4744554b26feede7367b7c16233 | 8877364261e4d4f52cd36cbb43929ed1351f06e1 | refs/heads/master | 2021-01-10T02:14:36.939339 | 2009-02-15T03:45:32 | 2009-02-15T03:45:32 | 44,462,893 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,671 | h | #ifndef AUDIO_H_
#define AUDIO_H_
#include "SDL.h"
#include "SDL_mixer.h"
class Audio
{
private:
static const int AUDIO_RATE,
AUDIO_CHANNELS,
AUDIO_BUFFER;
static const Uint16 AUDIO_FORMAT; // = AUDIO_S16
static bool wasInit;
//protect... | [
"fdelapena@2452c464-c253-f492-884b-b99f1bb2d923"
] | fdelapena@2452c464-c253-f492-884b-b99f1bb2d923 |
30718264af1e5dbaec0e01da9cf3312581ae7437 | c15a98e4210e6d0098ac822553b1e5fba5f5cbb8 | /Sphere.h | 9bd52850ed4d741542ed9baec0ac0da5017f5418 | [] | no_license | wuhaoqi98/Eradication | 098feb5a727975bf94cc46fba3fd1a6ca1e388bd | be00c4cea5cfd3053ab54af66c54c3a33b74256a | refs/heads/master | 2021-07-14T22:55:17.328564 | 2021-06-30T23:54:51 | 2021-06-30T23:54:51 | 164,993,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,211 | h | #ifndef SPHERE_H
#define SPHERE_H
#define GLFW_INCLUDE_GLEXT
#ifdef __APPLE__
#define GLFW_INCLUDE_GLCOREARB
#else
#include <GL/glew.h>
#endif
#include <GLFW/glfw3.h>
// Use of degrees is deprecated. Use radians instead.
#ifndef GLM_FORCE_RADIANS
#define GLM_FORCE_RADIANS
#endif
#include <glm/mat4x4.hpp>
#include <glm... | [
"haw175@ucsd.edu"
] | haw175@ucsd.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.