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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5c7a255421673019f1ba4afdf3cf4ba852dc2955 | b9e81049058e1f8f0821521c1b2846d91257e235 | /test/owl/connected_components.cpp | f6b7774e0b3b8d6bcac4a8f5abd0b36a2cc68b4d | [
"MIT"
] | permissive | soerenkoenig/owl | 3b984ffd3218097bbdb9c821433465618b4bf519 | ab10054514a7a5b12a6b81665b3b264cfe37b0f3 | refs/heads/master | 2021-09-11T00:20:10.265063 | 2018-04-04T23:25:21 | 2018-04-04T23:25:21 | 106,728,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 706 | cpp | #include "owl/utils/connected_components.hpp"
#include "owl/math/approx.hpp"
#include "catch/catch.hpp"
#include <iostream>
namespace test
{
TEST_CASE( "connected_components", "[math]" )
{
using namespace owl::utils;
struct element_tag {};
using element_handle = handle<element_tag>;
connected... | [
"soerenkoenig@googlemail.com"
] | soerenkoenig@googlemail.com |
efbace1040296ee1322b9be8832bed32ec6c3312 | af0ecafb5428bd556d49575da2a72f6f80d3d14b | /CodeJamCrawler/dataset/08_17750_5.cpp | 71288f28958a95182acce92359503e8fa5690804 | [] | no_license | gbrlas/AVSP | 0a2a08be5661c1b4a2238e875b6cdc88b4ee0997 | e259090bf282694676b2568023745f9ffb6d73fd | refs/heads/master | 2021-06-16T22:25:41.585830 | 2017-06-09T06:32:01 | 2017-06-09T06:32:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,001 | cpp | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
typedef struct lst_element lstElement;
struct lst_element {
int key_strokes;
lstElement *next, *prev;
};
lstElement *first, *last;
void insert_element(lstElement *new) {
if (first == NULL) {
first = new;
new->prev = NULL;
new->next = NULL;
} else ... | [
"nikola.mrzljak@fer.hr"
] | nikola.mrzljak@fer.hr |
489a33bb11be05ed4e90401fee47b63288e193ad | 0284cb6859bbd6423f6960dfab6bc8530a06eb57 | /PirateSweep/Entity.cpp | 5b8c3a6daada3934a3f943fe9c6edd706c7b3706 | [] | no_license | Nocha12/Pirate-Sweep | ca93aec03abfa94cb59beb3e50c8e0407b2f14b7 | 06ec5fe26933a6576773e61d8b59763c9f50ecf3 | refs/heads/master | 2020-03-28T07:52:22.948182 | 2018-09-08T11:53:00 | 2018-09-08T11:53:00 | 147,928,894 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,308 | cpp | #include "DXUT.h"
#include "Entity.h"
Entity::Entity()
:pos(0, 0),
scale(1, 1),
scaleCenter(0, 0),
rotation(0.f),
rotationCenter(0, 0),
rect(0, 0, 0, 0),
visibleRect(0, 0, 0, 0),
visible(true),
updateEnabled(true),
renderChildrenEnabled(true),
parent(nullptr),
removing(false), isFallable(false), gravity(0)... | [
"jsyang789@gmail.com"
] | jsyang789@gmail.com |
8ebc10355b91740c09b066ac8b43cf25d6615a5c | f678479696d68de566d2b9180ff7c94afbe6acf7 | /sdl/Hypergraph/SortStates.hpp | afd93927a60fba67c1c367c2cd64874998b8523a | [
"Apache-2.0"
] | permissive | ryancotterell/hyp | c84ae113f07ca695879e2e6fa0e1f71087b85c23 | bcfbcaf7dde893c9dbaabc11f072ec140326ad00 | refs/heads/master | 2021-01-17T08:06:40.668726 | 2015-12-28T20:56:27 | 2015-12-28T20:56:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,014 | hpp | // Copyright 2014-2015 SDL plc
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing,... | [
"graehl@gmail.com"
] | graehl@gmail.com |
901be3fc9b16a3c281e5b6ac9ce01d9345fd4490 | 118edd7ff9467d5b3bd637e02840333e5b1c7234 | /friend.cpp | 9dde1d329a175684663fa0c6e0f339202351d83e | [] | no_license | ahmetserefoglu/Stirngstructorneklercpp | a5010914eeb733d24ccdeaad1094048212de00d2 | d728caef4a23d9e310cd9c6fc73b33d0dcaa43db | refs/heads/master | 2021-11-23T23:49:06.151332 | 2021-11-23T15:02:05 | 2021-11-23T15:02:05 | 39,137,200 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 232 | cpp | #include<iostream>
using namespace std;
class deneme{
int a;
public:
friend int fnk(deneme n);
deneme()
{
a=20;
}
}test;
int fnk(deneme n)
{
return test.a;
}
main()
{
cout<<fnk(test);
return 0;
}
| [
"ahmet.serefoglu46@gmail.com"
] | ahmet.serefoglu46@gmail.com |
d13cd035aaf9e60d34074f8f054071119cb53a8e | 97dd35fc301ac527085fa4d8f029e8696fdbfd53 | /SpriteLib3.0-ExampleProject/EffectManager.cpp | 0555f28ac9e3292333b9231b7839eee1c998318d | [] | no_license | JamesJellyfish/Feb4_2020 | 417813f28c6a496d21b96f74bc61132cf6b90fbd | ebe441fb280444496c81c330ed4271ded3bcc43b | refs/heads/master | 2020-12-28T09:51:23.467039 | 2020-02-04T18:37:05 | 2020-02-04T18:37:05 | 238,277,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,740 | cpp | #include "EffectManager.h"
Selectable EffectManager::m_selectable = Selectable("Effect Editor");
int EffectManager::m_numEffects = 0;
bool EffectManager::m_effectsInit = false;
int EffectManager::m_greyscale = -1;
int EffectManager::m_sepia = -1;
int EffectManager::m_vignette = -1;
int EffectManager::m_grain = -1;
i... | [
"james.pham2@ontariotechu.net"
] | james.pham2@ontariotechu.net |
95b555dccc468d6e156bb0634ac003f82c521fd5 | 01b446ffab921ec97d1bf53f78ca2355b4862ea1 | /day01/ex08/Human.hpp | 5091525dd58bdf1dd9844697e3be7238774da8c7 | [] | no_license | jchotel8/42_cpp | cec2f46e29c0e46c28dd9bca2334971bef542cf8 | 594f625b491689d0125df57170ca8ef8452c663d | refs/heads/master | 2021-03-14T12:18:35.709387 | 2020-07-17T07:54:18 | 2020-07-17T07:54:18 | 246,765,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | hpp | #ifndef DEF_HUMAN_HPP
# define DEF_HUMAN_HPP
#include <string>
#include <iostream>
class Human
{
private:
void meleeAttack(std::string const & target);
void rangedAttack(std::string const & target);
void intimidatingShout(std::string const & target);
public:
void action(std::st... | [
"Juliette@MacBook-Air-de-Chotel.local"
] | Juliette@MacBook-Air-de-Chotel.local |
354f52544c17b15dfa94ed2fde3c6dc99672419c | 8e5c99dbfc0b7ed15c38d70db00bb80cb49a6595 | /multi-platform-chipmunk/Classes/Player.h | 73311787ed001b529f77e13286fa09d38431572f | [] | no_license | ShenDezhou/WarCastle | dbf94bddee50a8144ea5e2facab4b8c65f91824b | 85dfd4788dc6bf814b99af780325f400a114999e | refs/heads/master | 2020-04-16T07:31:10.742230 | 2019-01-12T13:54:45 | 2019-01-12T13:54:45 | 165,390,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | h | #pragma once
#include "cocos2d.h"
#include "GameObject.h"
NS_CC_BEGIN
class Player:public GameObject
{
public:
//int people;
//int coins;
double lastCoinDrop;
bool create(CCString* spriteFrameName);
};
NS_CC_END | [
"shendezhou@unigroup-ai.com"
] | shendezhou@unigroup-ai.com |
312de026ccd7130bf727870971719b1d1a94dc31 | f1a5e7a25fcba518a143f93276caedcd8c3d159a | /sources/standalone.cpp | 55e90d132a094cfb474564d73f3f26028945612c | [
"Apache-2.0"
] | permissive | WAiiFrog/covscript | 86ca48bb3a11d8aa8f70ee8e273033e231b547e6 | f1c8e7d89ea47b755d826b14ab4c4a07c0a56ed8 | refs/heads/master | 2020-03-28T18:15:22.296382 | 2018-09-10T15:18:15 | 2018-09-10T15:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,780 | cpp | /*
* Covariant Script Programming Language Standalone
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"mikecovlee@163.com"
] | mikecovlee@163.com |
375cb4d14110faa72db2fc6c39be4d38a8152e8f | 507f24a49216d8aa6aa4fbfea395bb24b029faae | /abc103_d_Islands_War.cpp | fe2de4828b1de2983e3f6ff10499d2019be99ee2 | [] | no_license | uzimith/competitive | 9e1644e19b2fcb5523610e7851e30159596415de | 2448e7b668b0792a6af7a794163b1a32ef0af7e9 | refs/heads/master | 2020-05-04T21:30:21.184589 | 2019-04-25T15:02:23 | 2019-04-25T15:02:23 | 179,478,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,496 | cpp | #include <algorithm>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <string>
// template {{{
using namespace std;
#define rep(i, n) for (int i = 0, i##_len = (n); i < i##_len; ++i)
#define all(x) (x).begin(), (x).end()
#define fill(x, y) memset(x, y, sizeof(x))
using int64 = long long;
... | [
"uzimith.x9@gmail.com"
] | uzimith.x9@gmail.com |
604097883303f9bb9f6a49097028547087d6ae46 | 4aed8c6a1774146c6fbb6a17fb8cfbf37d5ffe69 | /cpp/point-pf/upenn_mi_planner/source_estimation/src/estimate.hpp | c171c60fec637c9501efeb0ee65de6019c29aa93 | [] | no_license | animesh-garg/bsp | bd8bb1b86b8fde23b8fe810693c5673261d09d26 | 2a58f70612404a36894e6f6275bb190b04e64f08 | refs/heads/master | 2021-01-18T05:15:48.185282 | 2015-01-09T03:31:37 | 2015-01-09T03:31:37 | 20,346,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,990 | hpp | /** Copyright (C) 2012 Benjamin Charrow
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publ... | [
"gkahn13@gmail.com"
] | gkahn13@gmail.com |
42bd35c7ba02e3a90cf5e92568e343d66470973e | 5380c586f6129eebdc2c23c47377e1637a18ac7f | /velox/type/Tree.h | a2bb1da1b917a451966e962146b6a00c4799900e | [
"Apache-2.0"
] | permissive | amaliujia/velox | 1bd9ecd83d1c42935ed463dd6de9c8fc0b0d6357 | 648f88dae970858c870acbbb68dbc4c35207042d | refs/heads/main | 2023-08-11T02:40:28.410788 | 2021-10-01T18:16:15 | 2021-10-01T18:16:15 | 409,347,480 | 0 | 0 | Apache-2.0 | 2021-09-22T20:31:04 | 2021-09-22T20:31:04 | null | UTF-8 | C++ | false | false | 2,477 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
c0fbdc3c324e87cf09db0a1638e07780c437b83c | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/matrix/matrix_la_abstract.h | e3378a79aa05371f9e7824abf294b6330b551c83 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 29,925 | h | // Copyright (C) 2009 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MATRIx_LA_FUNCTS_ABSTRACT_
#ifdef DLIB_MATRIx_LA_FUNCTS_ABSTRACT_
#include "matrix_abstract.h"
#include <complex>
namespace dlib
{
// -------------... | [
"jimmy@DGJ3X3B1.(none)"
] | jimmy@DGJ3X3B1.(none) |
4b50f770d4801aef7aae41373ea9a07b1e06d20c | e41e78cc4b8d010ebdc38bc50328e7bba2d5a3fd | /SDK/Mordhau_BP_WoodColor3_classes.hpp | f6b7aec8a13a5176c7c5edaca14aed15c089d530 | [] | no_license | Mentos-/Mordhau_SDK | a5e4119d60988dca9063e75e2563d1169a2924b8 | aacf020e6d4823a76787177eac2f8f633f558ec2 | refs/heads/master | 2020-12-13T10:36:47.589320 | 2020-01-03T18:06:38 | 2020-01-03T18:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | hpp | #pragma once
// Mordhau (Dumped by Hinnie) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClas... | [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
c806f9cacb601b291bf17dec59df91a987ed82bc | 869cefe6ea1acb40e347f5430278b1204984b565 | /src/fdt/merge_parts_gpu.cc | 181bff285e6ee0c5d11de62f4b49c090b3e64874 | [] | no_license | muschellij2/FSL6.0.0 | c68ed91e8c2777fcf07d994d7ab288a75e448fd1 | 3c3dd651066ee189bc8c290f744ca48cb3d1f156 | refs/heads/master | 2020-04-27T01:04:04.915711 | 2019-03-05T14:57:48 | 2019-03-05T14:57:48 | 173,954,388 | 9 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 9,193 | cc | /* merge_parts_gpu.cc
Tim Behrens, Saad Jbabdi, Stam Sotiropoulos, Moises Hernandez - FMRIB Image Analysis Group
Copyright (C) 2005 University of Oxford */
/* Part of FSL - FMRIB's Software Library
http://www.fmrib.ox.ac.uk/fsl
fsl@fmrib.ox.ac.uk
Developed at FMRIB (Oxford Centre for Fun... | [
"muschellij2@gmail.com"
] | muschellij2@gmail.com |
f51e2342290b687723b8673960def478cd6d0c24 | fb0187e10f0a6834015bd427ee89c34d3c40e3bb | /Arduino/new_slave_vela_e_leme/read_radio.ino | 889ebcaa4e786467dcf86cac69fa02f5c919d337 | [] | no_license | lmgarciagoncalves/nboat | 53a40068f82a55a09dfef8c66c73727ff7e3d6cf | 1329bb6a8ec4f9be984be62ee9946cc8141ba46a | refs/heads/master | 2023-08-24T11:56:43.525177 | 2021-10-23T18:41:52 | 2021-10-23T18:41:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,683 | ino | void read_radio(){
// ler o sinal do rádio
// mapear para ângulo de atuador
// passar isso para o controle
// recebe um sinal entre 1000 - 2000. espera 1 segundo
//channel[0] = pulseIn(11, HIGH); //canal da vela
channel[1] = pulseIn(52, HIGH); //canal da vela
if (channel[1] < 1000){
} else {
... | [
"davihenriqueds@gmail.com"
] | davihenriqueds@gmail.com |
c960c9e58c50ee84044e159a8e56936a8fbf06a2 | bb9df1b69c2f855a0a094f6bc71c671a70b9da36 | /leetcode/p237-delete_node_in_a_linked_list.cpp | 2ca72020f58a4d891ce9bf9de4eb111657bf9269 | [] | no_license | cjin/exercises | 267c0876946c8afebdb5571810de50f3296d590f | 9207ae241648e611c4bfe0ae7ac383b31ff471f6 | refs/heads/master | 2021-06-05T12:10:39.259668 | 2015-08-25T03:59:41 | 2015-08-25T03:59:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,576 | cpp | /*
237
Delete Node in a Linked List
https://leetcode.com/problems/delete-node-in-a-linked-list/
Description:
Write a function to delete a node (except the tail) in a singly linked list,
given only access to that node.
Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third node
with value 3, the ... | [
"kfjincan@gmail.com"
] | kfjincan@gmail.com |
b2021936ef41e823ef962af832ca7e6366088410 | 9db529e87b63d956b060a2fa010f6c55c7e8b40f | /Task3_Linked_List/Task3_Linked_List/Task3_Linked_List/HW3_2.cpp | f00ffe4270f12d4dbe80487f625c9ab5eda1fdee | [] | no_license | rlacjdtn0210/Data_Structure | cbf5d9759e27ae58aefa812072c983eb411a5116 | 431a116dfc33f98882acc84efbcc84e1c051affa | refs/heads/master | 2020-04-08T04:54:21.913690 | 2018-11-27T18:34:29 | 2018-11-27T18:34:29 | 159,036,926 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,288 | cpp | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<iostream>
using namespace std;
#pragma warning(disable:4996)
typedef struct Dnode {
char *data;
struct Dnode *next;
struct Dnode *prev;
}DNode;
typedef struct Dlist {
int datacount;
DNode *head; // pointer to the Dummy head
DNode *tail; // poi... | [
"rlacjdtn0210@naver.com"
] | rlacjdtn0210@naver.com |
6091101ea5ef50cb9c2810f412d32533ccbcf4b0 | 8c95f40b66824cfdd2614357c371d2e638c2aef5 | /programmers/Level1/lv1_kth_number.cpp | d3b74703a02bd8f6d0da221b10e630cfcfd09446 | [] | no_license | mel1015/algorithm-study | 0d35339fbd5638c6ff2890b6ee176be318317155 | 52e702cbe137ab67a5c181def5cfe8ab127bcf08 | refs/heads/master | 2021-06-04T05:49:31.855158 | 2020-10-23T12:04:56 | 2020-10-23T12:04:56 | 96,533,348 | 3 | 4 | null | 2018-08-06T06:35:06 | 2017-07-07T11:45:41 | C++ | UTF-8 | C++ | false | false | 925 | cpp | //
// Created by sks10 on 2018-12-01.
//
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
vector<int> solution(vector<int> array, vector<vector<int>> commands) {
vector<int> answer;
for (int i = 0; i < commands.size(); ++i) {
int front, end, target;
front = comma... | [
"sks1015sks@naver.com"
] | sks1015sks@naver.com |
1404d2027f8266fcb7fd4e0ea223e4222cb7ebca | 42351d619fe252e0aeab9605f23becc4008aa729 | /mainwindow.h | 56c7314745c263e3216fbe4601d572dbe67887cf | [
"WTFPL"
] | permissive | ScipioXaos/qtrc | fcbdc22212a22dd08b7a15958578c60c7afdcc62 | 142b59aac53431130420c5724b26351353c52473 | refs/heads/master | 2021-01-18T12:12:29.125741 | 2014-12-17T05:03:00 | 2014-12-17T05:03:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QWidget>
#include <global.h>
#define DEBUG
namespace Ui {
class MainWindow;
}
class MainWindow : public QWidget
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
void ChgGraphic(int phase);
void setPositionMode(RC_POSITION_MODE m);
... | [
"Giratina493@mew151.net"
] | Giratina493@mew151.net |
88eff673f4a6c6eee063b78a9022e29b83af1df3 | 3a50c0712e0a31b88d0a5e80a0c01dbefc6a6e75 | /thrift/lib/cpp2/type/TypeRegistryTest.cpp | 95c0cde179bd73c0cc58bf5c50e284f05467df68 | [
"Apache-2.0"
] | permissive | facebook/fbthrift | 3b7b94a533666c965ce69cfd6054041218b1ea6f | 53cf6f138a7648efe5aef9a263aabed3d282df91 | refs/heads/main | 2023-08-24T12:51:32.367985 | 2023-08-24T08:28:35 | 2023-08-24T08:28:35 | 11,131,631 | 2,347 | 666 | Apache-2.0 | 2023-09-01T01:44:39 | 2013-07-02T18:15:51 | C++ | UTF-8 | C++ | false | false | 3,188 | cpp | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
0b7dcdec0b25372b022c3b4f997fddc0f3ed63c8 | e0242089d4f342c74bc0a681ecc6fd364f8f9af1 | /src/xenia/xenia_main.cc | 165607bcc65b6a9f5c9adeeb3ce77dac85dc123e | [] | no_license | atupac/xenia | 9d99c06e5f6a0636f0e0e7ab96b7cbb5c9bc75e6 | 3658e710d2e4de6c323b5b74dbac21925875e8f3 | refs/heads/master | 2021-01-18T12:45:15.801267 | 2015-01-06T08:13:27 | 2015-01-06T08:13:27 | 28,930,404 | 1 | 0 | null | 2015-01-07T19:36:24 | 2015-01-07T19:36:24 | null | UTF-8 | C++ | false | false | 1,976 | cc | /**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2013 Ben Vanik. All rights reserved. ... | [
"ben.vanik@gmail.com"
] | ben.vanik@gmail.com |
1bb9343df7c5e9462002ca34253e2a87284a7fa8 | 5bfdf37e7fd73718c339ab3940d921387e748041 | /test/tst_Inflector.cpp | 2333b5897d0a6b486060cb220089d38be97653c5 | [
"Apache-2.0"
] | permissive | 02JanDal/jd-util | ff5d097e1daf1c79135817ca9edf4cd7bf5000ba | 8baa5d2d21c274106c3fb27ce4719aa84e370907 | refs/heads/master | 2021-01-19T09:37:27.191243 | 2017-10-17T18:02:36 | 2017-10-18T09:04:31 | 62,342,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,106 | cpp | #include "jd-util/Inflector.h"
#include <catch.hpp>
using namespace JD::Util;
namespace Catch {
template <> std::string toString<QString>(const QString &str) { return str.toStdString(); }
}
TEST_CASE("Inflector") {
Inflector infl("en");
infl.registerEN();
SECTION("camelize") {
REQUIRE(infl.camelize("html") ==... | [
"jan@dalheimer.de"
] | jan@dalheimer.de |
9528f6b1068366e737b5c94ea61b5fa7ec3a56fb | 9d263b92bf86ff9f4e809c78a4c9c3fc59fcf3d1 | /SafePointer.h | df2b573f88e2f4a2759cb06847b5f6184c0f7c39 | [] | no_license | GuyOded/Safe_Array | 1b92a0e986fd0e3510e8d10b1115ec6399ba6ee8 | e1a51b769454bf82a33ef6843fd7edd2206d4375 | refs/heads/master | 2021-01-10T17:44:15.498272 | 2016-02-09T15:17:30 | 2016-02-09T15:17:30 | 51,374,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,395 | h | /* SafePointer.h
*
* README
*
* A class representing a safe pointer.
* The members forth and back are representing the number
* of memory blocks that are allowed to be accessed.
* example:
*
* blocks of array: 1 2 3 4 5 6 7
* ^ ^
* | |
* | |
* ... | [
"itayoded1@gmail.com"
] | itayoded1@gmail.com |
a70bfcb35365891ddff51d9fd0d877d56e2e59d0 | 0fdb6565a31358a7021c30bbfd0e95a1a9d39e25 | /src/morganaFields/feMapPiola3d.hpp | 99a6f41e4888161d7187b1fc84774d43926e7e58 | [] | no_license | feof81/morganaPublic | b8b61a08d222a2ade3484cbdfc80c9790c0e5508 | 540cdbcdcf56e5cd13c0dc98c04f724543025bce | refs/heads/master | 2023-01-28T01:12:51.711178 | 2023-01-11T16:56:37 | 2023-01-11T16:56:37 | 216,569,123 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,552 | hpp | /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This file is part of Morgana.
Author: Andrea Villa, andrea.villa81@fastwebnet.it
Morgana is free software: you can redistribute it and/or modify it under the terms of the GNU Gene... | [
"andrea.massimo.villa@gmail.com"
] | andrea.massimo.villa@gmail.com |
76891695cc969d35fcd57894735bf3bb206d9aae | 658a1222b06267650db18923a269d7cf7ae0f100 | /program.h | 4ae4ccf93bf51c1e05765fabf039546d607d8d18 | [] | no_license | imclab/H.E.A.D | 4c3eb84ea8fd12a6b1b6c0598dd910f541aa92e0 | 02303c25be37d3708a8db66a8f7bb5ee9610c841 | refs/heads/master | 2021-01-18T10:42:07.368559 | 2010-09-19T17:43:49 | 2010-09-19T17:43:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | h | /*
* program.h
*
* Created on: Apr 12, 2010
* Author: bgouveia
*/
#ifndef PROGRAM_H_
#define PROGRAM_H_
// This is the Program class that is called by CL_ClanApplication
class Program
{
public:
static int main(const std::vector<CL_String> &args);
};
#endif /* PROGRAM_H_ */
| [
"bgouveia@gmail.com"
] | bgouveia@gmail.com |
00436a44bfcaa8eb8b7c901cb82efe6acd1c562c | 77170cbcd2c87952763f770d50abd2d8b671f9d2 | /aws-cpp-sdk-gamelift/source/model/PlayerSessionCreationPolicy.cpp | 201bf0baded4314d5821aca3e06cab595667fd1e | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | bittorrent/aws-sdk-cpp | 795f1cdffb92f6fccb4396d8f885f7bf99829ce7 | 3f84fee22a0f4d5926aadf8d3303ea15a76421fd | refs/heads/master | 2020-12-03T00:41:12.194688 | 2016-03-04T01:41:51 | 2016-03-04T01:41:51 | 53,150,048 | 1 | 1 | null | 2016-03-04T16:43:12 | 2016-03-04T16:43:12 | null | UTF-8 | C++ | false | false | 2,592 | cpp | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
9f8e18695da9528a1e94d1f171e31994cffb9f0c | cec628def1aad94ccbefa814d2a0dbd51588e9bd | /cnd.completion/test/unit/data/org/netbeans/modules/cnd/completion/cplusplus/hyperlink/NamespacesHyperlinkTestCase/bug257187.cpp | 0f669fa6d41a63efdb6664f597350821981fef84 | [] | no_license | emilianbold/netbeans-releases | ad6e6e52a896212cb628d4522a4f8ae685d84d90 | 2fd6dc84c187e3c79a959b3ddb4da1a9703659c7 | refs/heads/master | 2021-01-12T04:58:24.877580 | 2017-10-17T14:38:27 | 2017-10-17T14:38:27 | 78,269,363 | 30 | 15 | null | 2020-10-13T08:36:08 | 2017-01-07T09:07:28 | null | UTF-8 | C++ | false | false | 239 | cpp | namespace bug256058 {
enum MyEnum256058 {
BLABLA256058 = 0
};
static int staticVar1_256058(BLABLA256058);
static int staticVar2_256058(BLABLA256058);
void foo256058(int param) {
param = 0;
}
}
| [
"petrk@netbeans.org"
] | petrk@netbeans.org |
cc18a323aabe70e2f66da238d75ec0b78e67bc36 | ba514a2ddb314d72ba5bfa970cafac2fee6b98c2 | /ppd-lab1/ppd-lab1/Program.h | d0b78b278a937a13e0308ce563550747f4710425 | [] | no_license | E220/ppd-lab1 | 988fbc87b14f0cb437ae34b73afd9f94e08b799a | c28909470e5146d75c9d082ad1f4de5530abb847 | refs/heads/main | 2023-01-06T03:51:53.386541 | 2020-10-31T17:31:12 | 2020-10-31T17:31:12 | 308,861,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 227 | h | #pragma once
#include "Market.h"
class Program
{
public:
Program(int nrBuyers, int nrProducts);
~Program(void);
void checkCycle(void);
void buyCycle(void);
Market market;
private:
std::vector<std::thread> threads;
};
| [
"tgtihamer@yahoo.com"
] | tgtihamer@yahoo.com |
2f880c768c9c3a311f8d161c9c9a018faf4912de | 8d95d02a9228020b5c789cc7985cc8dd520e4764 | /libtorrent-libtorrent-1_1_1/include/libtorrent/file_storage.hpp | 069397c2688c9a0f21b33ffe9219d92d87d53322 | [
"BSD-3-Clause",
"Zlib",
"BSL-1.0"
] | permissive | mnsantos/bookfinder | 25be4ef9c8081a4b4cf7d0c093bd6dabe4544152 | 86771eda258c89182975d045b16212079a0827f4 | refs/heads/master | 2021-07-04T01:47:41.382711 | 2017-04-17T05:19:11 | 2017-04-17T05:19:11 | 76,356,412 | 0 | 0 | null | 2021-06-01T21:51:21 | 2016-12-13T12:23:10 | C++ | UTF-8 | C++ | false | false | 24,544 | hpp | /*
Copyright (c) 2003-2016, Arvid Norberg
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | [
"martin.n.santos@gmail.com"
] | martin.n.santos@gmail.com |
6cac5087b83817f3eecddf33e2a8d6b010379896 | 0e3b2c20d82947824392ebfdf1f0a638849c5d08 | /LeetCode/SwapNodesInPairs.cpp | 109d3d2fc38e370d186277a1ea1ec5fc2e39f812 | [
"Unlicense"
] | permissive | starfy84/Competitive-Programming | d00c730b52bd5fc89f6cd52c5c02a51f9bbbe453 | 6e024caaf1568723e4eebab208baf366c57830e1 | refs/heads/master | 2020-05-01T07:14:53.028116 | 2019-06-22T22:56:03 | 2019-06-22T22:56:03 | 177,347,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 247 | cpp | #include <bits/stdc++.h>
using namespace std;
ListNode* swapPairs(ListNode* head) {
if (head && head->next) {
ListNode *first = head;
head = first->next;
first->next = swapPairs(first->next->next);
head->next = first;
}
return head;
} | [
"dereck.tu@hotmail.com"
] | dereck.tu@hotmail.com |
ad50c217a7b551e1fe2426e955e99a384649ff67 | 5770e1c7fa3885f5019df14098c9c4f619a42fd8 | /event/include/TSData.h | 53f350d143dff6aa1311ef70baf773c0be579a48 | [] | no_license | JeffersonLab/hpstr | db780fcd8c403f785b3013b1072abe147f821b60 | 4cb8342a80397d6b0704e9f1c120505fd98d2163 | refs/heads/master | 2023-08-28T11:19:19.605538 | 2023-08-24T21:54:20 | 2023-08-24T21:54:20 | 168,252,322 | 3 | 12 | null | 2023-08-24T21:54:21 | 2019-01-30T00:34:13 | C++ | UTF-8 | C++ | false | false | 2,924 | h | /**
* @file TSData.h
* @brief Class used to decode TS words.
* @author: Maurik Holtrop, University of New Hampsire
* @author: Cameron Bravo, SLAC National Accelerator Laboratory
*/
#ifndef _TS_DATA_H_
#define _TS_DATA_H_
#include <vector>
//----------//
// LCIO //
//----------//
#include <EVENT/LCGenericObj... | [
"bravo@slac.stanford.edu"
] | bravo@slac.stanford.edu |
70c5a2185d7af7b000e16981a86c6d99014a9bf5 | 68e7c610733ea66eb9c1571822d6804ea171a97d | /9020/main.cpp | 37ff44ee06f0eb0b734f659c3f70f5f8747a0b12 | [] | no_license | qahirakim/backjun | e918e4cd35c447e97de43d2bf9fa1c2bfc0c4f7f | 0cf406138c2f7e6911de41227ec643c80558c272 | refs/heads/master | 2020-04-22T15:50:20.720268 | 2019-07-14T16:29:11 | 2019-07-14T16:29:11 | 170,489,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | cpp | //#include <iostream>
//#include <cmath>
//#include <cstring>
//#include <climits>
//
//using namespace std;
//
//bool seive[10001];
//
//int main(int argc, char *argv[])
//{
// int T ,n;
// int Goldbach[2];
//
// memset(seive, true, sizeof(bool)*(10001));
// seive[1] = false;
// int seed = sqrt(1000... | [
"qahirakim@gmail.com"
] | qahirakim@gmail.com |
f5e50b97af8fb06d3b88d4029dea668e1787ebd2 | 9df3c05437fa346039edfcd91922ed42ec4bdbc8 | /SpritzPluginCore/iOS/SpritzPlugin.h | 40410b5309824bf7d66d5f09dc1ae3792620f2e6 | [] | no_license | bdentino/Qtino.Spritz | b0c21abbe5405fdfe5eb832fad133bfbd75efbc8 | 2e764b398e465f80e68c1a6d2e3db663321bc75b | refs/heads/master | 2020-05-19T22:29:29.506447 | 2014-09-06T20:17:47 | 2014-09-06T20:17:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | h | #ifndef SPRITZPLUGIN_PLUGIN_H
#define SPRITZPLUGIN_PLUGIN_H
#include <QQmlExtensionPlugin>
class SpritzPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
public:
void registerTypes(const char *uri);
};
#endif // SPRITZPLUGIN_PLUGIN_H
| [
"brian.dentino@gmail.com"
] | brian.dentino@gmail.com |
396c2628880720e0f8eb5588a742b39c5e5e7e44 | b52912fc14a1cb5cb2a1c5e0db28a57924b0c844 | /Connect4ComputerPlayer.cpp | e30f01d85b4b1ac1f708915696590efbba0aa9e5 | [] | no_license | appmancer/GamesCabinet | e1c6cff6e69b53a570e2c8fcf6d27ae7b2050925 | d0665409676a76d537aa6b2d0e84c263f7ab6a27 | refs/heads/master | 2021-04-09T16:05:21.989954 | 2018-07-04T13:30:30 | 2018-07-04T13:30:30 | 125,744,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,621 | cpp | #include <Arduino.h>
#include "Connect4ComputerPlayer.h"
Connect4ComputerPlayer::Connect4ComputerPlayer()
{
board = 0;
selectedColumn = 0xFF;
}
Connect4ComputerPlayer::~Connect4ComputerPlayer()
{}
bool Connect4ComputerPlayer::hasMoved()
{
if(selectedColumn == 0xFF)
choosePosition();
if(readyTime ... | [
"sjp@appmancer.com"
] | sjp@appmancer.com |
ce8c56061b4482430329e7180db0829819432193 | 5359d45be51f1f22b6eb463a660a3dc01fae6b37 | /CharacterBubble.cpp | 3f868334759a00e659356d6e63a8f08ea1a956be | [] | no_license | J-Issa1/BubbleBobbleTest | 86457b00c133448c52720ae05b20e35af8aaff34 | c216fe716e08fd5968b9e457d184164d05877758 | refs/heads/master | 2016-09-13T07:47:26.790024 | 2016-04-22T08:09:12 | 2016-04-22T08:09:12 | 56,838,102 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,659 | cpp | #include "CharacterBubble.h"
#include "Texture2D.h"
#include "LevelMap.h"
#include "Constants.h"
#include "GameScreenManager.h"
//int levelNumber;
//--------------------------------------------------------------------------------------------------
CharacterBubble::CharacterBubble(SDL_Renderer* renderer, string image... | [
"i008073c@student.staffs.ac.uk"
] | i008073c@student.staffs.ac.uk |
5511965ff2d3c53ebd39e3fd22bbc8a68ac48ea3 | 3a9d31f86c201d4a1538b2484a6f6d1e8791a31e | /gazebo_dependency/ign-math/src/Triangle_TEST.cc | dd04014044ac85d25e8d55ab2e7901b4daca3aac | [
"Apache-2.0"
] | permissive | LanxinL/CrowdSimCityU | 5c549635149e7b91b06e6c30def18a6c41da2d33 | 12c1ed9e4b9e8f6e4662cfba2bc928381fe01dfc | refs/heads/master | 2022-12-25T14:44:09.366081 | 2020-04-29T14:41:03 | 2020-04-29T14:41:03 | 257,236,713 | 0 | 0 | null | 2020-10-14T00:27:07 | 2020-04-20T09:46:09 | C++ | UTF-8 | C++ | false | false | 5,965 | cc | /*
* Copyright (C) 2014 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"leilansen@gmail"
] | leilansen@gmail |
75441736787c13b1b89ac1bd13c0ee92dd61dbdb | fb5dfb7c5d56c7ce0d668f8cdd3e30291c82be9e | /Service/deviceenumthread.cpp | 45999298aab38cc78df16d1a32cb27ddc19b56b2 | [] | no_license | MrYou1054/QVision | 3814315d5582c82ad911e59e5ae78506473d6e4c | 6f2e4eb3c9e969b4d0ab6e6eb974c7da11b3ee6e | refs/heads/master | 2022-12-09T21:52:05.544217 | 2020-09-03T07:43:27 | 2020-09-03T07:43:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 201 | cpp | #include "deviceenumthread.h"
#include "common/Global.h"
#include <QList>
DeviceEnumThread::DeviceEnumThread()
{
}
void DeviceEnumThread::run()
{
emit SendDeviceInfo(mCamera->EnumDeviceInfo());
}
| [
"49781870+wangyuou@users.noreply.github.com"
] | 49781870+wangyuou@users.noreply.github.com |
e0d198c6096432e59b9c3fac51ec7fbefe7c14ba | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir35435/dir35536/dir35859/dir36113/dir36589/file36750.cpp | ab0b0bff33cdb7d0be5054d1a28911f2218c4be1 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file36750
#error "macro file36750 must be defined"
#endif
static const char* file36750String = "file36750"; | [
"tgeng@google.com"
] | tgeng@google.com |
8bd459d7d0b21f9493efddac1212d54aa3f9f2e2 | 093a91efe439a1fe8e8c731bdc2b2d2831cb4fb7 | /Examples/Rectangle/demo.h | 8dab53595aaaffcc6e2f655d801135c816183bd1 | [] | no_license | azabelmena/CCOM3033 | 3ba1d8386d7c400fb7571b709f544186332a0e09 | b546fa615ecb6b392b911363c544c76b6008676a | refs/heads/main | 2023-02-26T16:56:50.387853 | 2021-02-03T19:19:45 | 2021-02-03T19:19:45 | 316,640,542 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 206 | h | #ifndef DEMO_H
#define DEMO_H
class Demo{
public:
//Demo(); // A constructor function.
Demo(){
std::cout<< "Welcome to the constructor!" <<std::endl;
}
};
#endif
| [
"alec.zabel@upr.edu"
] | alec.zabel@upr.edu |
541ca4d4d1b4c5eb70b76ab0f47d45cd2b0ff0f1 | 2df56447099f8ef15cccec6ead4a35386d93ed44 | /src/search/DFBB_BuildOrderSearchResults.cpp | b18da09917e961ff9d3896d1cc14057e5b3ef74f | [
"MIT"
] | permissive | davechurchill/BOSS | 0b2f884179a638839a26bd6f2480bde7dad38552 | 7f7040f06eca890907964dacdc86241038742a25 | refs/heads/master | 2023-07-07T19:23:51.556454 | 2023-07-05T16:20:34 | 2023-07-05T16:20:34 | 101,101,893 | 2 | 1 | MIT | 2023-07-05T16:22:56 | 2017-08-22T19:54:46 | C++ | UTF-8 | C++ | false | false | 650 | cpp | #include "DFBB_BuildOrderSearchResults.h"
using namespace BOSS;
DFBB_BuildOrderSearchResults::DFBB_BuildOrderSearchResults()
: solved(false)
, timedOut(false)
, solutionFound(false)
, upperBound(0)
, nodesExpanded(0)
, timeElapsed(0)
{
}
void DFBB_BuildOrderSearchResults::printResults(bool pb... | [
"dave.churchill@gmail.com"
] | dave.churchill@gmail.com |
259799b39adc4f359177158cc993f52e8fdf300d | eb9367b08365946c6c78a493d0cffce11fbdca4a | /bumper.cpp | f3e67f93d3ce0812dc455d0c2b22bbd1d5dd5482 | [] | no_license | aguilerap-jc/nao-kick | 6ddf460a1de80cbde165ebea189f9081a74d1a3f | 7fa8e30d55cc6c480da122e9321a03e38bb13c0b | refs/heads/master | 2016-08-05T04:14:24.853841 | 2015-09-02T21:08:14 | 2015-09-02T21:08:14 | 41,827,818 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 35,881 | cpp | /**
* Copyright (c) 2011 Aldebaran Robotics
*/
#include "bumper.h"
#include <alvalue/alvalue.h>
#include <alcommon/alproxy.h>
#include <alcommon/albroker.h>
#include <qi/log.hpp>
#include <althread/alcriticalsection.h>
#include <iostream>
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp... | [
"aguilerap.jc@gmail.com"
] | aguilerap.jc@gmail.com |
78a0c811f135c9c2cab254ba2aea31a1f0b65a4b | 4eda5347b1915958143b53d020e43f563372d296 | /第8章/大整数库Miracl/source/EC2.CPP | 3bf2ab74ed85f4ab7fccd5bd65ecd797a16e27c0 | [
"LicenseRef-scancode-other-permissive"
] | permissive | natsuki-Uzu/Windows_Program | 40e4380e7d08f764051104a4bbcc99e9b4ff387c | a994ffaa3174e83a7d69f2c7015dac930312afaf | refs/heads/master | 2023-04-26T15:53:39.205163 | 2012-07-31T06:21:23 | 2012-07-31T06:21:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,002 | cpp | /*
* MIRACL C++ functions ec2.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class EC2 functions
* NOTE : Must be used in conjunction with big.h and big.cpp
*
* Copyright (c) 2000 Shamus Software Ltd.
*/
#include <ec2.h>
int EC2::get(Big& x,... | [
"Administrator@PRC-20120724DKO.(none)"
] | Administrator@PRC-20120724DKO.(none) |
864c1d4d2f4b6ad0b7d8dce2ad6d16b071d514dc | f565c22bb481972b1cc5652474c0bd0ab65b71d4 | /cpp/src/__resources__.cpp | c54869d73ab7cc65ed2823e76d8dfafa1b77c240 | [] | no_license | brandonetter/haxxServer | 49c245b2f9d10fb2e370b94d05ecc67eec641ac9 | 698b9951b5116e8c85db098101832f51dc7c53de | refs/heads/master | 2023-03-30T16:21:26.327680 | 2021-04-02T06:07:46 | 2021-04-02T06:07:46 | 353,840,382 | 8 | 6 | null | null | null | null | UTF-8 | C++ | false | true | 194 | cpp | // Generated by Haxe 4.2.1
#include <hxcpp.h>
namespace hx {
}
::hx::Resource __Resources[] = {
{ ::String(null()),0,0 }
};
namespace hx { Resource *GetResources() { return __Resources; } }
| [
"brandonetter@gmail.com"
] | brandonetter@gmail.com |
b73f8fa152c8c34e095af81408abef84b9661224 | 07cbe159795612509c2e7e59eb9c8ff6c6ed6b0d | /partitioned/RayleighBenard/consistencyTest/Ra_1e+05_multiFluidFoam_X1_Y50_constThetaBC/tStep0.005_0.01/thetaf.stable | 4f08a2b9b81ecfffadc3b9cf66e5c21b8119bd1e | [] | no_license | AtmosFOAM/danRun | aacaaf8a22e47d1eb6390190cb98fbe846001e7a | 94d19c4992053d7bd860923e9605c0cbb77ca8a2 | refs/heads/master | 2021-03-22T04:32:10.679600 | 2020-12-03T21:09:40 | 2020-12-03T21:09:40 | 118,792,506 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,396 | stable | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | [
"d.shipley.1341@gmail.com"
] | d.shipley.1341@gmail.com |
d00de37b3a02815fc5087965e9a9777a185a9f35 | 51e93691228d4212b91b6c61b4d83eb6a730d62e | /Solution/Engine/ShadowPass.cpp | b291565732789aab84d814fa11a7eb405e18f0f7 | [] | no_license | LastVision/DistortionGamesGrad | ec5bd7feafeb7c7741508a256ce834b8139b4087 | 329f39c3d6ca6497482643b6298c44d40a1ae0aa | refs/heads/master | 2021-03-24T12:27:44.713118 | 2016-06-14T13:42:36 | 2016-06-14T13:42:36 | 57,017,978 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 737 | cpp | #include "stdafx.h"
#include <d3dx11effect.h>
#include "Effect.h"
#include "ShadowPass.h"
namespace Prism
{
void ShadowPass::OnEffectLoad()
{
mySceneAlbedo = myEffect->GetEffect()->GetVariableByName("AlbedoTexture")->AsShaderResource();
mySceneDepth = myEffect->GetEffect()->GetVariableByName("DepthTe... | [
"anderssonniklas@outlook.com"
] | anderssonniklas@outlook.com |
4d3eeacd3e9aae7736afb66f3f46362b92bd0a3d | 6c77cf237697f252d48b287ae60ccf61b3220044 | /aws-cpp-sdk-autoscaling/include/aws/autoscaling/model/DescribeMetricCollectionTypesRequest.h | ac44806a80970fe346368e0b9d01a9f57171c91f | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | Gohan/aws-sdk-cpp | 9a9672de05a96b89d82180a217ccb280537b9e8e | 51aa785289d9a76ac27f026d169ddf71ec2d0686 | refs/heads/master | 2020-03-26T18:48:43.043121 | 2018-11-09T08:44:41 | 2018-11-09T08:44:41 | 145,232,234 | 1 | 0 | Apache-2.0 | 2018-08-30T13:42:27 | 2018-08-18T15:42:39 | C++ | UTF-8 | C++ | false | false | 1,586 | h | /*
* 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... | [
"henso@amazon.com"
] | henso@amazon.com |
9249271a195615f28abf059c10da72d6fb26f5ed | edc87421c947454a752592f6f2d01cfc2fe6a8d6 | /src/libzerocoin/Commitment.cpp | 2640d6f6a55c2a5125525d040641f64d35f5d70e | [
"MIT"
] | permissive | smartinsider/cgencore | 8d64acbfcaececea41cfc056ebeb79aef2f09b80 | 4ed6fd47303b08a241a26377e941276b4a7ea26e | refs/heads/master | 2020-04-18T11:09:27.888199 | 2019-02-17T15:37:42 | 2019-02-17T15:37:42 | 167,490,245 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,185 | cpp | /**
* @file Commitment.cpp
*
* @brief Commitment and CommitmentProof classes for the Zerocoin library.
*
* @author Ian Miers, Christina Garman and Matthew Green
* @date June 2013
*
* @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green
* @license This project is rele... | [
"smartyinsider@gmail.com"
] | smartyinsider@gmail.com |
34c50cf83a0ba3091f3afb08f8a12003aeffa5eb | 882112a6838b799e1ba636042bca4efb34924422 | /stm32/jt/Middlewares/ST/touchgfx_backup/framework/include/touchgfx/widgets/graph/GraphWrapAndOverwrite.hpp | 6e8a64e6742eb641d2df6a6136809006b23f40fa | [] | no_license | ipupiara/JoesTriac | 0434812723f5013bab8ab5f8f12dad241beb17f6 | fb0f6a2ec159a64f0208ed7d34b3c9579f864c3c | refs/heads/master | 2023-08-27T00:42:24.267125 | 2023-08-20T00:27:15 | 2023-08-20T00:27:15 | 28,038,562 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,392 | hpp | /******************************************************************************
* Copyright (c) 2018(-2023) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.22.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory... | [
"Brigitte Walker"
] | Brigitte Walker |
63c1c243997b56b7e63a368c5fed749977e55c51 | e83cf6822e369e4eb035faae98ab11e4a59ccf66 | /examples/sensors/RAK4630_Battery_Level_Detect/Read_Battery_Level/Read_Battery_Level.ino | e87f73540672acd36e9f061885a3dd4764374548 | [] | no_license | geeksville/WisBlock | 5cb95db786baabbb6888382fe901d534a9149899 | 0949ef55beed23a8a4a9f0073565a18c5e4cdb8e | refs/heads/master | 2023-04-10T23:50:48.009668 | 2021-04-04T08:58:05 | 2021-04-04T08:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,824 | ino | /**
* @file Read_Battery_Level.ino
* @author Bernd Giesecke (bernd.giesecke@rakwireless.com)
* @brief Read charging level from a battery connected to the RAK5005-O base board
* Setup and main loop
* @version 0.1
* @date 2020-08-21
*
* @copyright Copyright (c) 2020
*
* @note RAK5005-O GPIO mapping to RAK4631... | [
"bernd.giesecke@rakwireless.com"
] | bernd.giesecke@rakwireless.com |
fd170e96d5bbaf7607795580a20704cf78f81387 | f076f0e98d9b5f96cfe1c34aa5de83e5f7bd295d | /SDL2_METEORAIN/cGameField.h | 2097f8b6ae911bf51de42edbd3e2f7e69a1a7a5e | [] | no_license | slavanza/SDL2_METEORAIN | a2bfec8e3acef246330623e19b5875b81f0d62dc | 807fd6529d6b2deabe7a1c80838358bf4dad1328 | refs/heads/master | 2018-09-22T17:15:34.891846 | 2018-08-05T22:47:10 | 2018-08-05T22:47:10 | 119,970,573 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | h | #pragma once
#include "cTimer.h"
#include "cObjList.h"
#include "cMovingObjList.h"
#include "cGameResult.h"
#include "cTextObj.h"
class cGameField
{
int iScore;
cTimer timer;
cObjList objList;
cMovingObjList movingObjList;
cGraphObj background;
int iLevel;
int compare();
void generate();
protected:
int incSc... | [
"zajch.slava@yandex.ru"
] | zajch.slava@yandex.ru |
c0771766fd9b41be124f30913b66b754e4120755 | cede84473fe4cc2918402ae9f6be9b475b2c382f | /LinuxOSandNET/thread/threadpool.cpp | b495fa35207e746fffc160db2f77a7a9fa371d66 | [] | no_license | Yangjie-Bit/Linux | ecafa8c28c3756f6899d27f91c736cef3ef1370f | be5550f3b154acbbc1f6f22340f8d08bbbc33327 | refs/heads/master | 2020-11-29T13:28:51.662901 | 2020-02-28T08:04:53 | 2020-02-28T08:04:53 | 176,330,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,189 | cpp | #include <iostream>
#include <queue>
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
#include <stdio.h>
#define THE_MAX 3
typedef void(*handler_t)(int data)
class Task
{
public:
void SetTask(int data, handler_t handler)
{
_data = data;
_handler = handler;
}
void Run()
{... | [
"yangjie0822@yeah.net"
] | yangjie0822@yeah.net |
f783c47858baa7e2c3652b4bb372de4499d21df9 | 6ef27fc69e9cf6c184c5e2a2cb489ef164d3c109 | /Matrix Calculator/visitor.h | 248566d85ff3c7a92d3210b7849d594abff21523 | [] | no_license | aerobau/Matrix-Calculator | 8a3f028d0878497f9bb76aa87528a2a33a464bb4 | 4d8be31b91dddf62e5188a4459162eaa390fffaa | refs/heads/master | 2021-01-10T14:47:29.470299 | 2016-01-20T06:04:34 | 2016-01-20T06:04:34 | 48,781,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,164 | h | // visitor.h
// Matrix Calculator
//
// Created by Alexander Robau on 12/23/15.
#ifndef VISITOR_H_
#define VISITOR_H_
#include "function_syntax_element.h"
#include "operation.h"
#include "variable_name.h"
#include "variable_list.h"
#include "literal.h"
#include "variable_delegate_interface.h"
#include "function_de... | [
"="
] | = |
2651ccab59e78af739df6ae498d5ed5178625ae9 | 941970ea6a74226fa64033b80294207894e4e4d8 | /src/mlib/Console.hpp | 162eb9f4d99caf3146126d3faa2f704155930007 | [] | no_license | CymatiCorp/browser-for-mirc | 5bec53810594f80c43dfeee654bedae5562ad15a | d3a3d0af99a79a73e95c5641f06babbc90f0ed9d | refs/heads/master | 2020-05-25T08:37:39.723271 | 2019-06-13T21:20:02 | 2019-06-13T21:20:02 | 187,715,376 | 2 | 1 | null | 2019-06-13T21:20:03 | 2019-05-20T21:24:14 | null | UTF-8 | C++ | false | false | 3,672 | hpp | /* Genscripts Library - Console.hpp
* Copyright (C) 2009 Genscripts
*
* 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 of the License, or
* (at your option) any lat... | [
"joshua@davison.asia"
] | joshua@davison.asia |
182381d301b04f073ae42054df5307097077c970 | 40d0a9ff96cb2ac285f3dffc4e4d963de19b6640 | /area.h | e52a18fb7e1164479a036819d45ceb7c39aa519b | [] | no_license | daniel-kish/MyFEM | 307f203a8f7ff59f745cdbde45be4e069af7a605 | 6cab90cd5cfc07066e5271f79d6d8fc93d91e25b | refs/heads/master | 2020-12-24T16:16:26.632834 | 2014-12-07T15:41:01 | 2014-12-07T15:41:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | h | #ifndef AREA_H
#define AREA_H
#include <MyFEM.h>
#include <cmath>
// linear 1D area representation
class MyFEM::Area
{
double a;
double b;
public:
Area(double x, double y) : a{x}, b{y}
{}
double origin() const {
return a;
}
double end() const {
return b;
}
double len... | [
"daniel_kish@outlook.com"
] | daniel_kish@outlook.com |
b4c5b36a77a5268fa01cd831b56dcb83a46574b8 | 168ce32fbac422cd687dac7fb4ba15217b4c8307 | /LLAPBMP180.ino | 84ec65db5b85ceb35072a2722222dc5915ad5c31 | [] | no_license | jpfy/LLAPBMP180 | f66fe6b8d54c80585cf9e2bd04dde9933da4163a | ee300cbc5cef71279829d6c6438252afc7a67b0e | refs/heads/master | 2020-12-24T15:31:37.893913 | 2015-10-14T09:36:13 | 2015-10-14T09:36:13 | 32,925,667 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,582 | ino | /* LLAP180 by Phil Young
My attempt at using the BMP180 with the LLAP protocol
Designed for use on the XinoRF and RFu-328 from Ciseco
However should work with any Arduino
Uses the Ciseco LLAPSerial Library
https://github.com/CisecoPlc/LLAPSerial
Uses the SFE_BMP180 Library
https://github.com/sparkfun/BMP180_Breakout... | [
"jpfy@jpfy.co.uk"
] | jpfy@jpfy.co.uk |
6ec4345fb68749386983a6a22ec1d4acb3385100 | f89d64a056532ac2e9d075dd6c6d6ef5864b2c89 | /live555/win7-x86/include/liveMedia/MPEG4LATMAudioRTPSource.hh | 4db4b081909d00a079ac85d09e4f6de9e5c2bf96 | [] | no_license | beeminchu/videoplayerlib | 972f343e81d4da1723d4ba2a2e11cb5f5657a73a | fffb6d609a30cad7f698fd158297727d2fddf470 | refs/heads/master | 2020-03-11T09:26:11.836070 | 2018-04-18T14:14:42 | 2018-04-18T14:15:26 | 129,910,826 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,994 | hh | /**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your
option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)
This librar... | [
"2481268091@qq.com"
] | 2481268091@qq.com |
04941ae02980461cd87445b923f8f70fff505342 | 3d3d1316d82c7d9a7ee5a7c56963c5f13215add2 | /lib/util.cpp | 622ecef102544ff176135ef1967a91c1cb2fed7e | [] | no_license | mcopik/profile-tool | bdb97d33fbc2260c5781b95f8219ed03d9c871f5 | 8754ab1f71a57f5421c0514c6bc3e76b69c37d91 | refs/heads/master | 2020-03-11T09:05:01.915139 | 2018-07-26T14:49:50 | 2018-07-26T14:49:50 | 129,901,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | cpp |
#include <util/util.hpp>
std::string debug_info(llvm::Loop * l)
{
llvm::DebugLoc location = l->getStartLoc();
if (location) {
return cppsprintf("File: %s line %d ",
location.get()->getFilename().str(),
location->getLine());
}
return "";
}
| [
"mcopik@gmail.com"
] | mcopik@gmail.com |
df0838b19671d66449c60c87b49861ab1a01ae30 | 1dc67b8917a7be0a877ccd82cac0490143d0baa8 | /Design/Templates/ActualTemplate/list.hpp | 0ceade05d0dc9a8c186c4b262d7439b141def7d7 | [] | no_license | TsebMagi/PSU-Resources | 8a0317160b07e1a181a53418fe046775a4c5ddab | a8a5443f16d2cab337d1b90c3ba0b4e5678f80f6 | refs/heads/master | 2021-06-23T19:37:44.514691 | 2017-08-07T21:48:17 | 2017-08-07T21:48:17 | 72,141,609 | 21 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 4,219 | hpp | // Doug Whitley
// CS162-202 Recitation Code Examples
// Spring 2017
#include <iostream>
#include <cctype>
#include <cstring>
#include <cstdlib>
using namespace std;
// Template for the Node Class
// The Class V must allow for the ==, =, <<, and - operations.
template <class V>
class node{
public:
node(V =... | [
"dwhitley@pdx.edu"
] | dwhitley@pdx.edu |
1007c0f525429002e906ce46a6e7250b24540697 | 863871ba21f1a41e0d81779ce52349ab01b7e35d | /MidiVox_1VpO_v3/Hardware.ino | ba2ba5fe36bcb10a5028ecc43fbf284e25d36944 | [] | no_license | hadesbox/arduino-legacy-projects | a5d0dffa99ae1703ba04b9beccf4eb3f8c468faa | 551cb90a563e75b6140ea35ccf5b77a7198591c1 | refs/heads/master | 2020-05-31T10:51:51.320820 | 2017-06-11T20:24:23 | 2017-06-11T20:24:23 | 94,029,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,664 | ino | // Hardware Setup
#include "Hardware.h"
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void Hardware_Setup()
{
/*
//Timer2 setup This is the audio rate timer, fires an interrupt at 15625 Hz sampling rate
TIMSK2 = 1<<OCIE2A; // interrupt en... | [
"lgonzalez@rvspain.com"
] | lgonzalez@rvspain.com |
702f167f98041eab4c59921b9da0687ccba9b3ba | 9cb636849d7bf2c613e4468f409c8b37be4d0faa | /serial_communication/src/PC/serial_pc/src/settingsdialog.h | e78d9816708461861d1e93f85efda3354c627c53 | [] | no_license | yifan-Technology/smart-car | 7abc3916d05e93745d50e6ef124f58fea00d1843 | 60e731c38ad827bb1824e4d5f96955d8f1acf03e | refs/heads/master | 2023-01-23T05:51:05.657867 | 2020-12-06T17:32:14 | 2020-12-06T17:32:14 | 285,860,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,222 | h | #ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H
#include <QDialog>
#include <QtSerialPort/QSerialPort>
QT_BEGIN_NAMESPACE
namespace Ui {
class SettingsDialog;
}
class QIntValidator;
QT_END_NAMESPACE
class SettingsDialog : public QDialog
{
Q_OBJECT
public:
struct Settings {
QString name;
... | [
"qq503414693@gmail.com"
] | qq503414693@gmail.com |
8f1dd49e0686bcf7399bbf4715facbba3d38d608 | e1472907867d088d0b5cc139ac5c576029f58e3e | /Assignments/Assignment2/main.cpp | 61bac5be28f8d3a656436aec0704fb25c9ea1d63 | [] | no_license | amalapuram/ADA | 075feec57c2eb788d89a4d156cfc9f72fb261f10 | a78d31a6608c3b4b1eac4455fa4a9f5b32f148b7 | refs/heads/main | 2023-03-14T20:07:39.861294 | 2021-03-17T13:47:53 | 2021-03-17T13:47:53 | 348,723,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 550 | cpp |
/*
* Simple main (Driver file). You will compile this using:
* g++ -Wall main.cpp func.cpp
*
* The output file will be a.out or a.exe (depending on platform).
*/
#include "mytreap.h"
#include <iostream>
using namespace std;
int main() {
tnode *a = new tnode();
a->key=5;
int r = a->key;
//test_func(... | [
"apskumarkrc@gmail.com"
] | apskumarkrc@gmail.com |
d6b7370893acff30ce012f1aed76b0d04a0bdf73 | 0a61edcca49c1000616b71cdaf99e332621f06e5 | /src/Nodes/ds18b20Multi.cpp | 5be9f321e80893d77b1ee4546002c83dbd0cf9b9 | [
"MIT"
] | permissive | yves-ledermann/homie-esp8266-supplements | d954a0522e5fd46757f26b74c85490fea1a75ba9 | fd295c5a44e3aa44c6c13ba540c45e6356a8d9b6 | refs/heads/master | 2021-01-22T01:54:42.989203 | 2017-11-21T10:19:40 | 2017-11-21T10:19:40 | 81,017,058 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,968 | cpp | #include "ds18b20Multi.hpp"
Node_ds18b20Multi::Node_ds18b20Multi(const char* name, const uint8_t PinNumber) :
HomieNode("Sensor", "Sensors_t",
[](String property, HomieRange range, String value) { return false; }),
_name(name),
_PinNumber(PinNumber),
oneWire(PinNumber)
{
if (_debug) {
Homie.getLogger() <... | [
"yves@laedis.ch"
] | yves@laedis.ch |
d689d7c0dd814b313ec6c570a747b95296fa6886 | 61d48dfafbdaea578517879b1efc87f13a402598 | /dataBase/databaseHandler/sqlquery.cpp | b470334a762fbdb7a3375d4364aca2f3739f2a14 | [] | no_license | paulojcpinto/ERGE | f1d7f40cc3596e8767b9dac038d5e9b5de35214f | 15ece235333237c966e01c104f5a24c9843bc179 | refs/heads/master | 2020-09-19T03:31:41.843354 | 2020-02-04T23:41:56 | 2020-02-04T23:41:56 | 224,195,319 | 0 | 0 | null | 2020-01-08T09:27:25 | 2019-11-26T13:10:14 | C | UTF-8 | C++ | false | false | 16,395 | cpp | #include "sqlquery.h"
#include <sstream>
#include <iostream>
#define PROGRAM_NAME "SqlQuerry: "
using namespace std;
SqlQuery::SqlQuery()
{
msgq_query = "/database_query";
msgq_callback = "/daetabase_callback";
if ((fd = open("/var/log/deadman.log", O_CREAT | O_WRONLY | O_APPEND, 0600)) < 0) {
... | [
"andrecampos1998@gmail.com"
] | andrecampos1998@gmail.com |
8934af05c8258338b2ccac3064be93aed35e250f | 3d1404442e2b338dd9a74ff1c72b0ac84160faa0 | /Problems/search_bitonic_array.cpp | 038476fa2c0f3615c1efe3c37af02438243fa53a | [] | no_license | rishilss99/InterviewBit | e82d9d2317d9cc609612abd18d9f9c52ab4bba1f | bb32c2c1cb3b8c8ad8595b3b7180d5adeeae1fee | refs/heads/master | 2023-04-17T01:52:02.567979 | 2021-04-15T14:24:36 | 2021-04-15T14:24:36 | 286,199,469 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,146 | cpp | int search(const vector<int> &A, int start, int end, int B, bool increasing){
while(start<=end){
int mid = start + (end-start)/2;
// cout<<mid<<endl;
if(A[mid] == B)
return mid;
else if(A[mid] < B){
if(increasing)
start = mid+1;
els... | [
"rishil2008@gmail.com"
] | rishil2008@gmail.com |
a25e1e14174b0ee407cc1ee51d66209149ea36a0 | d6f231aa64df78689776dde56ea7afb8cbd215f3 | /Gym/101933B/16779296_AC_31ms_4kB.cpp | 503ea10f083338b2c2de781d1809fc6e58bd445e | [] | no_license | Linzecong/My-ACM-Code | 18de33b786d51fd0729b601349f0db0f8ff22141 | d5487590d400510f387d352cd0748e9224f7acdd | refs/heads/master | 2021-01-24T04:28:53.268943 | 2018-11-30T08:36:40 | 2018-11-30T08:36:40 | 122,939,894 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 566 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
int main()
{
int N;
scanf("%d",&N);
int cur=0;
bool flag=1;
string a;
bool fir=0;
for(int i=0;i<N;i++){
cin>>a;
if(a[0]=='m'){
cur++;
}
else{
int c=stoi(a);
... | [
"504603913@qq.com"
] | 504603913@qq.com |
c293c164bae3274e2d28decb25931b1cdd3bdaf1 | 8a052790c03592314dd4e1a102e39a997166a726 | /WindHorn/D3DCommon/d3dutil.cpp | 842e77dab06db143c07d3bb9a7f51788d7293648 | [] | no_license | samshine/M2_ClientVC | 4369bb095ebc80939bb1edfd4cf9d90f26541a11 | b2babc931d8f9a95d0d6fb78be3ea5cb9833539d | refs/heads/master | 2021-08-23T08:28:56.859247 | 2017-12-04T09:18:36 | 2017-12-04T09:18:36 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 14,935 | cpp | //-----------------------------------------------------------------------------
// File: D3DUtil.cpp
//
// Desc: Shortcut macros and functions for using DX objects
//
//
// Copyright (c) 1997-1999 Microsoft Corporation. All rights reserved
//-----------------------------------------------------------------------------
... | [
"394383649@qq.com"
] | 394383649@qq.com |
1ae49a5b62ec28e88c1af0fc9e3c9e53f0da0231 | 75baca02c97360c3e260bc283acbce543d930104 | /7.1.6.5/SDK/PUBG_M_DBNOPostProcessEffect_parameters.hpp | 6189c55f61d7853a34a61e8e99ad538cbff06fdf | [] | no_license | patrickcjk/pubg-sdk | e7336de283cd167df78349f4f3d632ef9b53746b | 7c1b80c2f7c3a87339a9d0b047805ff1399ab27c | refs/heads/main | 2023-02-02T20:58:50.722075 | 2020-12-21T22:15:46 | 2020-12-21T22:15:46 | 323,460,008 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 525 | hpp | #pragma once
// PUBG (7.1.6.5) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "PUBG_M_DBNOPostProcessEffect_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//------------------------------------------------------------------------... | [
"__fastcall@DESKTOP-DVBFFR9"
] | __fastcall@DESKTOP-DVBFFR9 |
03120de5b49879c25c31b6bc60db0ad15550a6d7 | 7bf28f2f455f72322f3ad358cd01e044f541742c | /Z_Old/SPL/Assignment4_client/include/BackgroundReader.h | 29eb871e462ba7bfe6c9402a7df9469390f9a339 | [] | no_license | Moo64c/Computer-Science-Classes | 5ed0986b5b359d2ec500dd8754a1dc6c7ade7ea1 | d999ac10189bfb2b5d39a28007bcc32e1e030eb3 | refs/heads/master | 2021-04-06T20:47:59.477280 | 2018-07-31T12:53:27 | 2018-07-31T12:53:27 | 125,270,036 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 989 | h | /*
* BackgroundReader.h
*
* Created on: Jan 13, 2015
* Author: yotamd
*/
#ifndef BACKGROUNDREADER_H_
#define BACKGROUNDREADER_H_
#include <vector>
#include <boost/thread.hpp>
#include <boost/date_time.hpp>
#include "WhatsappMessangerConnectionHandler.h"
#include "Message.h"
class Backgro... | [
"amirarbel@gmail.com"
] | amirarbel@gmail.com |
3387e9b8a772b81e701b6cffa1ad0d0d5fe68b89 | f45d728ec8939cb05e415f71626f6eb323830f3b | /server/ServerBase.cpp | 6c1333d8d1bb18d6c99be710a6fff48a01d11cf7 | [] | no_license | feixuedudu/network | b3b78cefa565df434d1cf8670c0f0cc8cfc9b6c0 | 7661c730f152f503a450035ac913e966f4c42881 | refs/heads/master | 2021-07-16T09:23:34.721433 | 2017-10-22T15:11:12 | 2017-10-22T15:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27 | cpp | #include "ServerBase.h"
| [
"cyjwdm0503@foxmail.com"
] | cyjwdm0503@foxmail.com |
07529f5a47c56d5448f95d46034662634d3085bd | d13f3e7b7d66baef38e1fe861e26fd9efa4489c8 | /lib/Target/Mips/MipsAsmPrinter.h | ac019110644dfd1a9d5abfe89789a6d15e8ca66d | [
"NCSA"
] | permissive | ardy30/LLVM-LabelAll | 0795e348098a01d4ae3b9f42e07ef4828918c34d | 2a99ce4fccfd32ebef87880f585793a93d6ae220 | refs/heads/master | 2021-01-18T05:20:32.209823 | 2014-06-11T18:59:10 | 2014-06-11T18:59:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,768 | h | //===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"sneisius@uci.edu"
] | sneisius@uci.edu |
bbf4ce4085247ea4a213f6b839426a5006edad6d | 48c4ae1f8eae90082432273028302c0a977af6c0 | /src/q0368_largestDivisibleSubset.cpp | b5d22111499975ff6e9fcc9bb5090b504f076b6d | [] | no_license | hahahaMing/cmake_demo | b4c7f36ba270f9dfcbf9b4b7c47e5ffa885c4574 | e435e31b73ceda818a0378dc767ca3b3c00fc6e2 | refs/heads/master | 2021-09-29T03:00:35.275055 | 2021-09-26T06:28:30 | 2021-09-26T06:28:30 | 205,612,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,522 | cpp | #include "tools.hpp"
using namespace std;
class Solution {
public:
vector<int> largestDivisibleSubset(vector<int> &nums) {
sort(nums.begin(), nums.end());
int n = nums.size();
int rst_val = 0, rst_len = 1;
vector<int> rcd(n, 1);
for (int i = 1; i < n; i++) {
i... | [
"eiyaming@163.com"
] | eiyaming@163.com |
93a637f286c7ce970bb7e8bef8078761cd8e6c4e | 49fed0fb0bafbdc16db89fa81f19d4e75569e2a1 | /src/rpcmisc.cpp | 7c863b2a87c0bc668d15ac0149fd0afe171acd85 | [
"MIT",
"GPL-1.0-or-later"
] | permissive | username1565/signatum-source | a7e94009a19317aa784ef2146dbf974230da7731 | c810b9b2dc2c054a3ccf1a76098a9a6cf16000e4 | refs/heads/master | 2021-06-10T10:31:38.162141 | 2021-03-18T12:04:22 | 2021-03-18T12:04:22 | 143,557,453 | 0 | 1 | MIT | 2021-03-18T12:04:23 | 2018-08-04T19:29:02 | C++ | UTF-8 | C++ | false | false | 7,612 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "base58.h"
#include "init.h"
#include "main.h"
#include "net.h"
#include "netb... | [
"malcifra@gmail.com"
] | malcifra@gmail.com |
9ff1084e10eba591c7bc4a7d81f15c46f81b1b0c | 6a44715757c553ff6a12f175955f381e7d7be06a | /HL2/Il2CppOutputProject/Source/il2cppOutput/Il2CppComCallableWrappers13.cpp | 11f81b41d42da93b2e93ce69112e04af8995e06f | [] | no_license | Yonet/HoloLensSeed | 5a64f0e97f2c6ed5e0f88a0ad69a53ffe9311dc4 | 272f185ee7303bcaf0ed2dd2e70e1f8d1bcca23e | refs/heads/master | 2020-07-28T16:27:50.834885 | 2019-09-19T04:45:11 | 2019-09-19T04:45:11 | 209,465,079 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,611,129 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "vm/CachedCCWBase.h"
#include "os/Unity/UnityPlatformConfigure.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{... | [
"aysegulyonet@gmail.com"
] | aysegulyonet@gmail.com |
10448e4944e4b4de321e456693f1cb78c9710e85 | 6e5443c5e75f5d260c609ae2b8743a2c50c52902 | /src/fileconverter.cpp | c6661df9cc45cd0ac91d110f43b32048b654973a | [] | no_license | aarontc/MusicManager | 99ab5fd53e1ef5e80c43b7e60686aad070c2e971 | a77e8a7e834d261c5eb1dd884c2a28ef1229bf77 | refs/heads/master | 2016-08-05T03:49:39.268227 | 2011-05-16T02:54:47 | 2011-05-16T02:54:47 | 1,414,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | cpp | #include "fileconverter.h"
#include <QDebug>
FileConverter::FileConverter() {
inputFileName = "/tmp/testfile.flac";
outputFileName = "/tmp/outfile.wav";
}
void FileConverter::run() {
qDebug() << "Starting conversion from " << inputFileName << "to" << outputFileName;
callback = new QTimer(NULL);
connect(callba... | [
"aarontc@aarontc.com"
] | aarontc@aarontc.com |
387dae6d730155c5403b0f79d5144b0dfae5cbb9 | b2db192dc4419a5a0954d7aa853f8f1d1ed63db5 | /QtMultiThread0/widget.h | a4c6c61820ba78b45eca40cd0755fb2862dc9e3d | [] | no_license | yukimatsuri/qtzero | 5bda39b7a6120128391846d033b17a9c1372ebf2 | 510846264fd7d2c9a36bfcbb57577d92f988a0d2 | refs/heads/master | 2020-05-16T05:33:23.375657 | 2012-10-31T18:27:54 | 2012-10-31T18:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 673 | h | #ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <QThread> // for Worker thread.
#include "worker.h" // for Worker object.
#include <QTimer> // for QTimer::singleShot()
namespace Ui {
class Widget;
}
class Widget : public QWidget
{
Q_OBJECT
public:
explicit Widget(QWidget *parent = 0... | [
"etorovsky@gmail.com"
] | etorovsky@gmail.com |
a195654b6bdc4b6760eeb9b7924df4594468115d | b16e2f8cc94df8320f9caf8c8592fa21b1f7c413 | /Codeforces/1000E/tarjan_edcc.cpp | da5090e7bd8aaab1ee0eb267ac84cba39ec6be14 | [
"MIT"
] | permissive | codgician/Competitive-Programming | 000dfafea0575b773b0a10502f5128d2088f3398 | 391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4 | refs/heads/master | 2022-06-13T04:59:52.322037 | 2020-04-29T06:38:59 | 2020-04-29T06:38:59 | 104,017,512 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,263 | cpp | #include <iostream>
#include <cstdio>
#include <algorithm>
#include <cmath>
#include <string>
#include <cstring>
#include <iomanip>
#include <climits>
#include <stack>
#include <queue>
#include <vector>
#include <set>
#include <map>
#include <functional>
#include <iterator>
using namespace std;
#define VERTEX_SIZE 600... | [
"codgician@users.noreply.github.com"
] | codgician@users.noreply.github.com |
49d0b9931347c5e1a6cf48b52e27d6d2a172f5d6 | 42d86e8b07f45ca7a81e734cbb5813761e30eaf8 | /mk-livestatus-1.1.8/src/OffsetStringServiceMacroColumn.cc | 45d8679935367f4f5acf86734d2df88e1621e4f5 | [] | no_license | saz/mk-livestatus | 6dac69aa942c2afd2f5a94cac7b62619dd7e1a0f | f9252aba9494cd062fe2d8d3b57cfc72fee8cbde | refs/heads/master | 2016-09-06T13:33:29.928581 | 2011-02-07T12:14:53 | 2011-02-07T12:14:53 | 1,337,261 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,784 | cc | // +------------------------------------------------------------------+
// | ____ _ _ __ __ _ __ |
// | / ___| |__ ___ ___| | __ | \/ | |/ / |
// | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / |
// | | |___| | | | __... | [
"me@saz.sh"
] | me@saz.sh |
314ebe56f5d55a708873ee3dc929f86308d8fc7d | 8eae6774231f4a313e7aa8ac30d5c678dc1c2a42 | /GY/欧拉筛.cpp | 9866d0974b40815c8d7ab92ed432817678970ec8 | [
"MIT"
] | permissive | windcry1/My-ACM-ICPC | c97b203e5e54d355168ed14db888f4a1b3e6c363 | b85b1c83b72c6b51731dae946a0df57c31d3e7a1 | refs/heads/master | 2021-09-06T20:47:56.525749 | 2021-08-22T14:06:10 | 2021-08-22T14:06:10 | 231,622,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 671 | cpp | /*************************************************************************
>>> Author: WindCry1
>>> Mail: lanceyu120@gmail.com
>>> Website: https://windcry1.com
>>> Date: 12/30/2019 11:03:37 PM
*************************************************************************/
#include<bits/stdc++.h>
using namespace std;
vector... | [
"lanceyu120@gmail.com"
] | lanceyu120@gmail.com |
f7b8db7101f189b6a8efca50600511c48c644bde | f423115c01c4ed8f6a2343a308fe3e180c683b43 | /testsuite/tests/positive/group.re | 1af5ec2d1f10b8df4bffdceb1705843c623eb762 | [
"MIT"
] | permissive | progkiko/regify | 65ce57e6d619ba6c25cb92105e7e518202c05d34 | 90774b8593c151ab990807fb9175fe967ca70bfd | refs/heads/master | 2022-04-21T02:48:04.913959 | 2020-04-24T18:59:26 | 2020-04-24T18:59:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 104 | re | GROUP(
@"hello",
ANY(
VARCHAR("0-9", 2), #This is a comment
@"text",
VARCHAR("a-z", 1, 10)
)
)
| [
"adam.m.andersson@gmail.com"
] | adam.m.andersson@gmail.com |
44dccdf93af57d60dd1d56c69a3872b7d009df85 | f1e7547c794e62ced8af63e2980928b056a26011 | /src/engine/gfx/TextureManager.cpp | 309d2998321a3dab389987bd5251c69e2806f8c9 | [
"MIT"
] | permissive | kochol/ariyana_old | 033d7012aeabc9943b6b15589ddbf010992c9323 | efdd20eea0f1fafa803fb254d4775aa1915ba3a1 | refs/heads/master | 2020-03-22T15:33:51.703182 | 2019-01-29T16:47:49 | 2019-01-29T16:47:49 | 140,261,814 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 755 | cpp | #include "..\..\..\include\ari\gfx\TextureManager.hpp"
#include "../../../include/ari/ResourceLoader.hpp"
namespace ari
{
TextureManager::~TextureManager()
{
}
bool TextureManager::LoadResource(Texture ** ppOut, uint32_t handle, const std::string& filename,
void * extraParams)
{
bx::FilePath pat... | [
"cyrusgp@gmail.com"
] | cyrusgp@gmail.com |
7c75f62c564c30b5c945d8573cb7dab757ce0143 | 1abda0ef0984d84d9029fb2fb3f7899c62f02075 | /Vector.cpp | 06560c78d6777225c9eb3e88db0d81703bc39c9d | [
"MIT"
] | permissive | yukimasano/cpp_matrix | 2b1f2d33c386fc27b955835feead0e494a5791c1 | 1d9c373beac0e2d9939a986345bc5d3c0d5865e1 | refs/heads/master | 2021-05-07T03:20:40.252113 | 2018-01-10T13:32:26 | 2018-01-10T13:32:26 | 110,848,132 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,131 | cpp | #include <iostream>
#include "Vector.hpp"
#include <stdlib.h>
// constructor that creates vector of given size with
// double precision entries all initially set to zero
Vector::Vector(int sizeVal)
{
mData=new double[sizeVal];
mSize = sizeVal;
for (int i=0; i<mSize; i++)
{
mData[i] = 0.0;
}... | [
"yuki.m.asano@gmail.com"
] | yuki.m.asano@gmail.com |
ec8202585dfd6aab56c2dd16a2dfce9255a7ce4b | f1ae851f93202a4d34c1b8aa0a7db719ddf873c2 | /Longest Common Prefix.cpp | 01e5fb95b9bd7c1712647b443f4667a8042e1603 | [] | no_license | sarahHe/LeetCode-solution | 331e5984eb238d54c76f3d5ad24443792087f5ff | f9b17c41f094c7188030dec70fce243456ff65ad | refs/heads/master | 2020-12-24T16:23:55.252447 | 2016-03-08T20:22:00 | 2016-03-08T20:22:00 | 28,280,816 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | //Write a function to find the longest common
//prefix string amongst an array of strings.
//try to reduce the time of comparing
class Solution {
public:
string longestCommonPrefix(vector<string>& strs) {
if (strs.empty() || strs[0] == "") return ""; // edge case ["", ""]
//sort(strs.beg... | [
"hesha@umich.edu"
] | hesha@umich.edu |
d12035390a8a379fb8857320ab40321157df9841 | a92b18defb50c5d1118a11bc364f17b148312028 | /src/prod/src/Reliability/Failover/ra/Upgrade.UpgradeCancelResult.h | 641b6ea8868e94fcf2e94d6df321a2b7df84fdad | [
"MIT"
] | permissive | KDSBest/service-fabric | 34694e150fde662286e25f048fb763c97606382e | fe61c45b15a30fb089ad891c68c893b3a976e404 | refs/heads/master | 2023-01-28T23:19:25.040275 | 2020-11-30T11:11:58 | 2020-11-30T11:11:58 | 301,365,601 | 1 | 0 | MIT | 2020-11-30T11:11:59 | 2020-10-05T10:05:53 | null | UTF-8 | C++ | false | false | 666 | h | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Reliab... | [
"noreply-sfteam@microsoft.com"
] | noreply-sfteam@microsoft.com |
baeafd8e030f144cfc124fb26b37598bbdb3cfd0 | 7c17e5606be4ad8d1785226deb3fe5677e04d099 | /stuff/urho3d/Source/Samples/00_ignition/relative_pose/_zzz/pioneer_src/LuaWrappable.h | 6801b807f15650962a41e3451844f006d7b6fd24 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | z80/ignition | a4fa4adb32fed843ee41bcdc83e41ba3d70f048b | 629c9d998d53de33f3b123910770f73c9e783234 | refs/heads/master | 2023-07-21T17:46:52.510964 | 2023-04-04T17:18:41 | 2023-04-04T17:18:41 | 206,724,558 | 14 | 3 | null | 2022-06-23T00:02:44 | 2019-09-06T06:06:22 | C++ | UTF-8 | C++ | false | false | 499 | h | // Copyright © 2008-2020 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef LUAWRAPPABLE_H
#define LUAWRAPPABLE_H
// all classes that can be passed through to Lua must inherit from
// LuaWrappable. this is mostly to ensure that dynamic_cast will a... | [
"bashkirov.sergey@gmail.com"
] | bashkirov.sergey@gmail.com |
946d44f8e44438b6f6c1007cb7af33a19a2ecdbb | 4bdf5f0909597a11891594871ee8e834b42877ee | /UVa/820/820.cpp | c234d392c2d0233c06ab538ec805838bfa46e3af | [] | no_license | john801205/practice | 5832c15e2f6814f315a45a24191a44e628641361 | 58d3ac34101ea5941b34f699f074e9da54420873 | refs/heads/master | 2021-03-27T11:00:25.428040 | 2019-07-20T15:22:44 | 2019-07-20T15:22:44 | 113,650,225 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,480 | cpp | #include <climits>
#include <algorithm>
#include <iostream>
#include <queue>
#include <unordered_map>
#include <vector>
int findAugmentPath( std::unordered_map<int, std::unordered_map<int, int>> &residual,
const int number_of_nodes,
const int source,
con... | [
"b99902018@ntu.edu.tw"
] | b99902018@ntu.edu.tw |
9831809fa9b5bfc3bb32c458ebdf4bd996c43311 | 40e722653dd895ef71e606986f4a2a27567dbaf0 | /Temp/il2cppOutput/il2cppOutput/Facebook_Unity_Facebook_Unity_AccessTokenRefreshRe2095557731.h | 9f6134383ff373e888e19abf19dcd9e583a5383c | [] | no_license | NTUFQ/Scribble-It- | a0b19dc8e829bedbda33022538a09d9f7ae7911d | 28ed4bd215329807fd44c4e9dd4b6c1e90ed13de | refs/heads/master | 2021-05-03T11:22:00.615598 | 2016-09-28T10:30:54 | 2016-09-28T10:30:54 | 69,451,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,468 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// Facebook.Unity.AccessToken
struct AccessToken_t3236047507;
#include "Facebook_Unity_Facebook_Unity_ResultBase64408782.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma cl... | [
"ntu.fuqiang@gmail.com"
] | ntu.fuqiang@gmail.com |
54f0f940567e58fef6f7e0f042cacedd0e05bb02 | 149489e12a2f209e33a82684518785540b3508b8 | /src/arch/generic/pseudo_inst.cc | 1c83d344fcd38bf283030b72194f5d9ddfaabe62 | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.0-or-later",
"MIT"
] | permissive | FPSG-UIUC/SPT | 8dac03b54e42df285d774bfc2c08be3123ea0dbb | 34ec7b2911078e36284fa0d35ae1b5551b48ba1b | refs/heads/master | 2023-04-15T07:11:36.092504 | 2022-05-28T21:34:30 | 2022-05-28T21:34:30 | 405,761,413 | 4 | 1 | BSD-3-Clause | 2023-04-11T11:44:49 | 2021-09-12T21:54:08 | C++ | UTF-8 | C++ | false | false | 1,933 | cc | /*
* Copyright (c) 2014 Advanced Micro Devices, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met: redistributions of source code must retain the above copyright
* notice, this list of ... | [
"rutvikc2@midgar.cs.illinois.edu"
] | rutvikc2@midgar.cs.illinois.edu |
32ab4f45bc20047e6669a9a82c193314236b8746 | 233766c3228b98ae42371ab4a70d559429ad74f5 | /lab25/src/Backpack.cpp | 24df03ddb4e015b191b2712479ec0b9f4507a07c | [] | no_license | Vlad-Makarenko/Programing-repo | 5d4e9769ac0257079d21885489c7bb183661a075 | 8c1d1bbee825fde2da571f418f813948a090a4cc | refs/heads/main | 2023-05-09T12:12:20.583174 | 2021-06-01T21:19:15 | 2021-06-01T21:19:15 | 303,690,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,426 | cpp | //
// Created by Vlad on 20.04.2021.
//
#include "Backpack.h"
//|------------------------FIRM------------------------|\\
Firm::Firm() : Name(), Country() {
//cout << "\ndefault constructor <Firm> " << endl;
}
Firm::Firm(string Name, string Country): Name(Name), Country(Country){
//cout << "\nConstructor wi... | [
"makrenkovladok@gmail.com"
] | makrenkovladok@gmail.com |
83877999f2234a0acf5e78829442ba70922f6797 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/admin/wmi/wbem/providers/iproute/dll/ciproutetable.cpp | f9bf54110e56695dbdd06d84c030ee3c3f207fc5 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 73,499 | cpp | /******************************************************************
CIPRouteTable.CPP -- WMI provider class implementation
Generated by Microsoft WMI Code Generation Engine
TO DO: - See individual function headers
- When linking, make sure you link to framedyd.lib &
msvcrtd.lib (... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
b7a6beaa3c76bcadcf05364079becbf2ead0b312 | 70022f7e5ac4c229e412b51db248fdd08a0a5b28 | /src/tests/frontend/Linux-g++_(GCC)_4.8.2_20140120_(Red_Hat_4.8.2-16)/cpp/CoMD/decomposition.c.pre.transformed.cpp | baa701ec46e97984bb140b47791e14dc931561e1 | [] | no_license | agrippa/chimes | 6465fc48f118154e9d42fbd26d6b87a7dce7c5e9 | 695bb5bb54efbcd61469acda79b6ba6532e2d1d9 | refs/heads/master | 2020-12-25T14:02:17.752481 | 2016-07-04T02:20:59 | 2016-07-04T02:20:59 | 23,259,130 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 62,065 | cpp | # 1 "decomposition.c.pre.transformed.cpp"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h" 1 3 4
# 147 "/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h" 3 4
typedef long int ptrdiff_t;
# 212 "/usr/lib/gcc/x86_64-redh... | [
"jmaxg3@gmail.com"
] | jmaxg3@gmail.com |
e49ef42a08026ea69e51fb2f01b9eccb29f9db4e | 39315f77d9b7672ae9d558e7ae36425525741817 | /jamlib/parse.h | 14e9bd26daacecf0cad45f8fa5a2bbe49c725a2d | [
"MIT"
] | permissive | janm31415/jam | 9ee23f60d42dd129d7b57ec40aad43e4026c6ab8 | 4ce9c106a3248f0dbce94ad05cbaa0c38b92ca70 | refs/heads/master | 2021-07-20T16:14:21.823028 | 2021-06-19T09:25:08 | 2021-06-19T09:25:08 | 253,088,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,054 | h | #pragma once
#include <string>
#include <variant>
#include <vector>
namespace jamlib
{
struct token
{
enum e_type
{
T_BAD,
T_NUMBER,
T_DOT,
T_PLUS,
T_DOLLAR,
T_MINUS,
T_COMMAND,
T_FILENAME,
T_DELIMITER_SLASH,
T_COMMA,
T_HASHTAG,
... | [
"jan.maes@outlook.com"
] | jan.maes@outlook.com |
af168d0b7a396359bc3094b69b27ad6fbc47126e | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /Qt5.7/VC12/Win32/include/QtNetwork/5.7.0/QtNetwork/private/qnetworkdatagram_p.h | 2f82acd74426e33bcb0b2c356de9a380c3a96d7c | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 2,598 | h | /****************************************************************************
**
** Copyright (C) 2015 Intel Corporation.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtNetwork module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding v... | [
"deokhyun@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | deokhyun@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
fdb60d28961b901334ae59fcb1391b91ea3cccd0 | 58f2d3a3161875102575e1eeacaa373777bc2a81 | /Grafos/graphwiz.cpp | 3894323b422baa51126457ba93c5757d46b1458b | [] | no_license | elsioantunes/grafos | de56b807804ea6abd6492db4f9c7ff13bcb420be | 70cb181c5ee2b4305f4a9a989332866d95b2bb7a | refs/heads/master | 2020-05-22T02:10:44.515380 | 2019-05-11T23:59:35 | 2019-05-11T23:59:35 | 186,192,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 353 | cpp | #include <iostream>
using namespace std;
int main(){
int n, a, b, c;
cin >> n >> n;
cout << "digraph{" << endl;
cout << "\trankdir=LR;" << endl;
for(int i=0;i<n;i++){
cin >> a >> b >> c;
cout << "\t" << a << " -> " << b << "\t[label=\"" << c << "\" dir=none]"<< endl;
}
cou... | [
"desfic@hotmail.com"
] | desfic@hotmail.com |
10729d4db03fa6a8dbdabc3c89768a701d360d61 | 9b7934f9dd61aaa1b14e05ddd0686ff7ac6c92be | /Tasks/Task4/SimakovValentin/Tests/FileLoggerTests.cpp | 30b76086816f0de689270e6fa5d6bfd2cc2fc602 | [] | no_license | Kirill-Mokhov/B8204-Repository | 411548bb436f8fe9770cec211cbe422fd4e2a9a6 | 8360281077d1db9bff791b9cb3de060f3c26de29 | refs/heads/master | 2020-04-02T01:30:30.862535 | 2018-07-02T04:51:20 | 2018-07-02T04:51:20 | 153,859,180 | 0 | 1 | null | 2018-10-20T01:37:44 | 2018-10-20T01:37:44 | null | UTF-8 | C++ | false | false | 1,009 | cpp | #include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <iostream>
#include "../ConsoleLogger.h"
#include "../FileLogger.h"
class FileLoggerTest : public testing::Test {
public:
FileLogger fl;
FileLoggerTest(){
fl;
}
};
TEST_F(FileLoggerTest, info_test){
int a = 120;
for (int i = 5; i >... | [
"sin_ss@ymail.com"
] | sin_ss@ymail.com |
65f6bf24c6b9006a80fa8a96a7e7fbb06e6200a4 | e6061121331e53b910d834c0c1320af84a8f96d1 | /code/ds1307/ds1307.cpp | 8cb7b60045745bc1797966f749d963e30553554a | [] | no_license | linhtranelectronics/7-seg-led-clock | 00211c3d0fae9b8657af0d19d69fb7abc2e0b009 | 0a94cb75f87621b5734a7234e1511df0730cdf80 | refs/heads/master | 2021-03-18T22:09:20.745503 | 2020-03-13T15:35:20 | 2020-03-13T15:35:20 | 247,104,466 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,452 | cpp | #include"ds1307.h"
#define ds1307_address 0x68
uint8_t ds1307::bcd2dec(uint8_t num) {
return ((num / 16 * 10) + (num % 16));
}
uint8_t ds1307::dec2bcd(uint8_t num) {
return ((num / 10 * 16) + (num % 10));
}
void ds1307::now() {
Wire.beginTransmission(ds1307_address);
Wire.write((uint8_t)0x00);
Wire.endTransmis... | [
"linhtranelectronics@users.github.com"
] | linhtranelectronics@users.github.com |
8643887cc839529942d5977da4b6693ff2b1cbb1 | 68b0b87168151c98a48a597781405a76b4ee9ed7 | /src/qt/BitcoinAdult/mnmodel.cpp | fc51260d847b3e3ff7eaaf5daa5cbd2fbcb949c6 | [] | no_license | BitcoinAdultNg/BitcoinAdult | ef6aa3de57a503a3cd7eb986b3aacc81f03f075f | 19470e201df55b44586f6d4d7a8fe92b86ed7c20 | refs/heads/master | 2023-01-02T06:44:45.542108 | 2020-10-23T12:51:51 | 2020-10-23T12:51:51 | 287,327,470 | 0 | 0 | null | 2020-10-23T12:51:52 | 2020-08-13T16:21:13 | C++ | UTF-8 | C++ | false | false | 6,689 | cpp | // Copyright (c) 2019-2023 The BTAD developers
// Copyright (c) 2019 The BITCOINADULT developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "qt/BitcoinAdult/mnmodel.h"
#include "masternode-sync.h"
#include "mastern... | [
"68110517+BitcoinAdultNg@users.noreply.github.com"
] | 68110517+BitcoinAdultNg@users.noreply.github.com |
2876efa9895026a17cbf59fbfb0396c9729b33b6 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_old_log_6710.cpp | 1e2e01fb158b5d6861a23555eb768cf1c5f7526f | [] | 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 | 479 | cpp | fputs(
" --capath <CA certificate directory>\n"
" (SSL) Tells curl to use the specified certificate directory to\n"
" verify the peer. The certificates must be in PEM format, and if\n"
" curl is built against OpenSSL, the directory must have been pro-\n"
" ce... | [
"993273596@qq.com"
] | 993273596@qq.com |
39f8bf664f35553098ef571717db2bd8218ef80d | 5456502f97627278cbd6e16d002d50f1de3da7bb | /storage/browser/fileapi/obfuscated_file_util.cc | a43296ae0bc3d29405495ddef89b114778cc9fc8 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49,682 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "storage/browser/fileapi/obfuscated_file_util.h"
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <queue>
#inc... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
113e4c9e6cf8e7ab7ab8fd6f77249227e53f0d80 | ea548b5845f9bca017f888e118bb477d651ae507 | /tinyutils/include/tiny_socket.h | 7438e6b16cb744db1bcf8439326e2540f99bc904 | [] | no_license | jackcj/tinyutils | 90da79df3aaeb2d75f26bd6b6efcd8685723dfe1 | c7d9368a1adcd6baf3f2eb7e5800dd24305c3f96 | refs/heads/master | 2023-03-30T00:52:38.803778 | 2021-03-22T06:53:23 | 2021-03-22T06:53:23 | 350,223,495 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,823 | h | #ifndef TINY_SOCKET_H
#define TINY_SOCKET_H
#include <string>
#include "tiny_byte_order.h"
#ifdef UNI_POSIX
#include <sys/types.h>
#include <unistd.h>
#include <sys/un.h>
#include <netdb.h>
#elif UNI_WIN
#include <WinSock2.h>
#include <WS2tcpip.h>
#ifndef socklen_t
#define socklen_t int
#endif // ... | [
"chenjie@meari.com.cn"
] | chenjie@meari.com.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.