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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
081cf7e1778a3dfd409acff874ddcefca9d24ce6 | 791237717c9462ff33cc617902705e0581f9ff74 | /ch5/ch5_brightnessWithTrackbar/main.cpp | 038ee49fbb76188d312acaa4af91b05da157b0f9 | [] | no_license | youngkwon02/OpenCV-cpp | 83a1771b5e422c17da0bc37ce266571cc0f2f24a | 3886d651f025f47a526d0c15e86cbaeb2565c63c | refs/heads/master | 2022-04-05T02:10:42.902800 | 2020-02-06T11:45:05 | 2020-02-06T11:45:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | cpp | #include <iostream>
#include </usr/local/include/opencv4/opencv2/opencv.hpp>
using namespace std;
using namespace cv;
void on_brightness(int pos, void* userdata);
void brightness(){
Mat src = imread("../../assets/images/lena.jpg", IMREAD_GRAYSCALE);
if(src.empty()){
cerr << "Image load Failed!" << en... | [
"youngkwon02@naver.com"
] | youngkwon02@naver.com |
39eed8db69364944e76c1f5e645dfb71364f1513 | 7f1c0472a007a91164ea489aa114756ec06be3c2 | /d02/ex02/Fixed.class.cpp | 763b174e49ff95f36fe9c977473a10d2abd769a4 | [] | no_license | rodionvolovik/pool_cpp | 63538fc6054469ff5905958a298dc0a94d6e5bae | 1faf6772f82ebb53150b400e64ed2823ec7a2212 | refs/heads/master | 2021-01-20T13:17:23.830487 | 2017-06-30T08:12:51 | 2017-06-30T08:12:51 | 90,469,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,894 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Fixed.class.cpp :+: :+: :+: ... | [
"rodionvolovik@gmail.com"
] | rodionvolovik@gmail.com |
0cdd80661f36b00300c49ef136933111990e6b1a | a2c4d23d416bf8bb6f67f2331f3a8e1c2f7cbe02 | /src/dialog.h | d1a353971fcb6ad563ba64e1e852be42b37ebeb5 | [
"MIT"
] | permissive | faggionluca/MatStore | 568c935336a51cf45fe960d64c61b61d7e69be34 | 32f03f33acaccfd9763c993f0995dc36080163dd | refs/heads/master | 2023-07-09T05:34:10.353073 | 2018-04-24T16:54:56 | 2018-04-24T16:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | h | // -*- C++ -*-
//
// generated by wxGlade 0.8.0 on Mon Apr 16 13:45:31 2018
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
//
// Example for compiling a multi file project under Linux using g++:
// g++ main.cpp $(wx-config... | [
"luc-af@live.it"
] | luc-af@live.it |
170a461b0c997a05802c1576180cb0d32f793c97 | 86bd5562f967e9b8316e2f730bdad6a1cc29a7a1 | /find-median-from-data-stream/find-median-from-data-stream.cpp | 0392f7ceba78582e435587638c29a19cc1a5b9c9 | [] | no_license | Aman0002/Leetcode | 225c0100c7d7f3c6cca2999f3d2a1acc83698fda | 6dbdbb984df97619397103a8b8d396ecc4e050c0 | refs/heads/main | 2023-07-15T09:50:08.250773 | 2021-09-01T10:43:49 | 2021-09-01T10:43:49 | 362,705,508 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,176 | cpp | class MedianFinder {
public:
/** initialize your data structure here. */
priority_queue<int> max;
priority_queue< int , vector<int> , greater<int>> min;
MedianFinder() {
}
void balanceHeaps()
{
int l = max.size();
int r = min.size();
i... | [
"amancadet98@gmail.com"
] | amancadet98@gmail.com |
bcdc9f3c1cf5c927eada702ef625d84d6c35ebef | 997c71221bda3917aafedc2ead8ce56dd12361cb | /platform/x11/os_x11.cpp | 95b30423f0f4fc2b45ecae5aa4d073c52181b9b0 | [
"MIT"
] | permissive | lenzener/godot | 9c00e7f7e2abf436de0f42a1a4b6609a834970da | c12a8e922ff724d7fe9909c16f9a1b5aec7f010b | refs/heads/master | 2020-12-03T05:22:50.945918 | 2014-02-14T05:30:51 | 2014-02-14T05:30:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,388 | cpp | /*************************************************************************/
/* os_x11.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | [
"reduzio@gmail.com"
] | reduzio@gmail.com |
3828af9311a40002b0a5ba69c0dcaf241d26a4a5 | 9e05f139bda1b3fa5935dfe8e46e9337c257ecee | /H09_1_2.cpp | ffce50b6922001b3e223575bbc7611fbd5623a3f | [] | no_license | bknickelbine/old_code_samples | 277e050e3e11000aeb33f11d422135d21428ab5e | a4d24a566731fcecfeaf11b904a0706963ec22c3 | refs/heads/master | 2021-01-25T05:51:05.788051 | 2017-02-02T05:59:26 | 2017-02-02T05:59:26 | 80,696,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,157 | cpp | //Game Lobby
//Simulates a game lobby where players wait, with enhanced Lobby and Player classes!
#include <iostream>
#include <string>
using namespace std;
class Player
{
friend ostream& operator<<(ostream& os, const Player& aPlayer);
public:
Player(const string& name = "");
string GetName() const;
... | [
"bknickelbine@gmail.com"
] | bknickelbine@gmail.com |
b069921db7e72125221a23897c447923f8728180 | c4693ca44f7a76fac04ae1b06268050241017987 | /Sensors_Client.ino | a462eb9e2006b7d4a6461985cc642ff439e90c40 | [] | no_license | gaebler/ArduinoSensorsClient | 5bf4e53396538d48098b50b138e005c29c9f9cd8 | 57f7c70012e1b654032f093b8ce637b40a880620 | refs/heads/master | 2021-01-19T21:29:24.931755 | 2012-11-28T13:52:27 | 2012-11-28T13:52:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,172 | ino | #include <SPI.h>
#include <Ethernet.h>
#include <DHT.h>
#define DHTTYPE DHT11
byte mac[] = { 0xDE, 0xFD, 0xBE, 0xEF, 0xFE, 0xED };
IPAddress server(192,168,1,4);
int serverPort = 1234;
EthernetClient client;
int dhtPin = A0;
int ldrPin = A1;
int gasPin = A2;
DHT dht(dhtPin, DHTTYPE);
int hum;
int temp;
int ldr;... | [
"guilhermegaebler@gmail.com"
] | guilhermegaebler@gmail.com |
b57752a1ed5f44dc1ab24160945dc8396c329556 | d5f76910be52cb576fd0d56255338d6a47da0bb4 | /produccion_pintar_s11.h | dcaae1f09dd0df9a4bd977734214c4edf5374b71 | [] | no_license | Doki1992/final | 490bf2196e71d7dbd9c8e3e0052eea78763e24bf | 0e87038dfa0e846572b0e37dbe55c29348b7b5cc | refs/heads/master | 2021-01-12T05:55:31.430921 | 2016-12-23T19:52:46 | 2016-12-23T19:52:46 | 77,246,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 485 | h | #ifndef PRODUCCION_PINTAR_S11_H
#define PRODUCCION_PINTAR_S11_H
#include"produccion_pintar_s.h"
#include"produccion_expresion.h"
class produccion_pintar_s11
{
public:
produccion_expresion*p1;
produccion_expresion*p2;
produccion_expresion*p3;
produccion_expresion*p4;
produccion_pintar_s11(produccion_... | [
"mike58072@gmail.com"
] | mike58072@gmail.com |
33d953e97a814982973634e0161f0a31ef626f47 | 7d4af3205dba5b923922c5dbff758a8b9144fa31 | /src/ScriptMgr.h | 4935f1327d43cd676d6ce7ade6c06cb3526104e0 | [] | no_license | kacprzak/marian | 0680b41918bdf2dd929612f6c5b79521e5eb14df | be510e341b56db892487d63b1d0c43e4059ee487 | refs/heads/master | 2021-06-23T16:26:09.445737 | 2021-01-31T09:02:46 | 2021-01-31T09:02:46 | 7,320,502 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,645 | h | #ifndef SCRIPT_MGR_H
#define SCRIPT_MGR_H
#include "Singleton.h"
#include <lua.hpp>
#include <functional>
#include <list>
#include <memory>
#include <stdexcept>
#include <string>
class ScriptError : public std::runtime_error
{
public:
explicit ScriptError(const std::string& msg)
: std::runtime_error(m... | [
"martin.kacprzak@gmail.com"
] | martin.kacprzak@gmail.com |
531962706c1045adf5084b733d4e5e31f4388ac9 | 9875073000f7e81b08ff459831469d293c2800e0 | /SPOJ/PTIT2020R3/P203PROD.cpp | 18746caf682ac1cf8d1ead702b9d67e23e11b2b7 | [] | no_license | Minato1803/Code_Competition | 47b31cf5eefbd38d4519b034f55f58ca700c05d4 | 21e893c8e9a457f095aa9fbbf8dd439a516cbc4d | refs/heads/master | 2023-02-17T04:52:31.070539 | 2021-01-20T11:41:30 | 2021-01-20T11:41:30 | 161,519,880 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,444 | cpp | #include <bits/stdc++.h>
using namespace std;
#define buff ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define Input freopen("E:/code/testing/input.txt", "r", stdin)
#define Output freopen("E:/code/testing/input.txt", "w", stdout)
#define ll long long
#define db double... | [
"nguyenduckhai.otaku@gmail.com"
] | nguyenduckhai.otaku@gmail.com |
665d42a6618734dcb6b43af3ff6c2fbb21615e2b | e9f0f35ea8eeea204e915d82fd3d35960a403eef | /sources/libengine/gui/skin.cpp | 37e5a89762db75cb177302cd8e8fe723959a7634 | [
"MIT"
] | permissive | ucpu/cage | a0b03aa60f63b76f6170bf0a739480efbfd97a0b | 869966a5b47a987d52c6773b434fdd46ce80eeab | refs/heads/master | 2023-09-06T00:14:27.765940 | 2023-09-04T08:08:11 | 2023-09-04T18:35:11 | 125,400,355 | 32 | 4 | MIT | 2022-10-27T21:59:45 | 2018-03-15T17:03:57 | C++ | UTF-8 | C++ | false | false | 14,813 | cpp | #include "private.h"
#include <cage-core/flatSet.h>
#include <cage-core/hashString.h>
namespace cage
{
namespace
{
consteval GuiTextFormatComponent textFormatComponentInit()
{
GuiTextFormatComponent text;
text.color = Vec3(1);
text.font = HashString("cage/font/ubuntu/regular.ttf");
text.size = 14;
... | [
"malytomas@ucpu.cz"
] | malytomas@ucpu.cz |
f2935b9c8d1a52f95d10d5cf22e5b11850585e1f | 70be6bde40ec48dd32696b29ffd5a2a7bbeff375 | /conf/awe_conf/env.h | 6d8e2b891723c2760116ed4f51cba74d1b7f8872 | [] | no_license | awe-system/datastor_utils | b7a318cbaf803617848972f19c63184fff19fe43 | 859279ba78ee34b6ab1fb5c0a7d3274547dc00e8 | refs/heads/master | 2021-06-11T04:15:06.006127 | 2020-10-30T01:45:22 | 2020-10-30T01:45:22 | 145,940,066 | 4 | 2 | null | 2020-10-30T07:19:37 | 2018-08-24T03:54:32 | C++ | UTF-8 | C++ | false | false | 230 | h | #ifndef _ENV_H
#define _ENV_H
#include <cstring>
#include <iostream>
using namespace std;
class env{
string val;
public:
env(const char *repo_name,const char *key);
int get_int();
string get_string();
};
#endif | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
573ac003cc52bcb2477d7892922dcda01a3ba8c1 | 5ddfccae3506ca8de65781fb0e84d212f023dc24 | /CPP/Engine/Code/TdBase.h | aac7b1e6b3ca3e897fb309249ebad5f117304fd7 | [] | no_license | cmartin99/HomemadeArcade | 5b07bcac186a8d7f3268b6bf6a1c7fc9aff0d635 | 4168dd077d9a1cbed20edcf036f8f7001366fb07 | refs/heads/master | 2022-01-28T01:54:58.420097 | 2019-05-18T03:25:55 | 2019-05-18T03:25:55 | 103,625,071 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,685 | h | #pragma once
#include <stdio.h>
#include <stdlib.h>
#include <xstring>
#include <windows.h>
#include <winuser.h>
#include <assert.h>
#include "Xinput.h"
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include "glm/gtc/matrix_transform.hpp"
#include <glm/gtc/quaternion.hpp>
#include <glm/gtx/rotate_vector... | [
"studioforge@slingshot.co.nz"
] | studioforge@slingshot.co.nz |
d6b143b44dcf6240a37ab9ba71b8eaf72ee4ed90 | 430dd0528defa4940abc7bd38e74e3a25218eae0 | /src/audioconvdialog.h | 51324011cd8c1a7a2d23afa3022f4f8c8c8c1cf9 | [] | no_license | Starbuck2010/ExMplayer | 2c92923d40837d97be190bd135da7eeae740e47a | 91ecf8294b0d9c80167f065fc5d500e539fa81eb | refs/heads/master | 2020-12-06T19:11:40.380538 | 2013-12-02T21:11:03 | 2013-12-02T21:11:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,365 | h | /* exmplayer, GUI front-end for mplayer.
Copyright (C) 2010-2013 Rupesh Sreeraman
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at yo... | [
"rupesh@GoldenWomb.(none)"
] | rupesh@GoldenWomb.(none) |
8bb78d3428ba3b9f026272626137e30fece13eb3 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/Handle_TColStd_HSequenceOfHAsciiString.hxx | a6873fbaf7f81e0a30fd44e81149a435dc360127 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Handle_TColStd_HSequenceOfHAsciiStrin... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
98c68f719a124c875b7f4a211a6b580a5587b390 | d059ed2465abc58375bdfd89fea7907e87a552ea | /apps/scout_monitor/src/nshapes.cpp | 0fc2e6ec0865ffc8b97f6d0ff5eef37ef77de2d8 | [
"BSD-3-Clause"
] | permissive | pd-tan/wrp_sdk | 39b1a0931518694af0584920939848f1d290e039 | 85414e332775199abd2db31435776f68a15146c9 | refs/heads/master | 2022-12-02T05:40:51.258282 | 2020-08-14T08:43:13 | 2020-08-14T08:43:13 | 287,452,145 | 0 | 0 | BSD-3-Clause | 2020-08-14T05:34:19 | 2020-08-14T05:34:19 | null | UTF-8 | C++ | false | false | 849 | cpp | /*
* nshapers.cpp
*
* Created on: Jun 20, 2019 06:21
* Description:
*
* Copyright (c) 2019 Ruixiang Du (rdu)
*/
#include "monitor/nshapes.hpp"
namespace westonrobot
{
void NShapes::DrawRectangle(int tl_y, int tl_x, int br_y, int br_x)
{
for (int i = tl_y; i <= br_y; ++i)
{
mvprintw(i, tl_x,... | [
"ruixiang.du@westonrobot.com"
] | ruixiang.du@westonrobot.com |
5743042d2c0ee1fed36140a520eb9cb9ffb3553e | 67baab02cfda6c54a287d63d0874824cf15f3ba6 | /hackerrank/bs_MaximumSubarraySum.cpp | 2a744e8a6057669732ce7218660b84a098f1295d | [
"MIT"
] | permissive | sogapalag/problems | a14eedd8cfcdb52661479c8c90e08737aaeeb32b | 0ea7d65448e1177f8b3f81124a82d187980d659c | refs/heads/master | 2021-01-12T17:49:52.007234 | 2020-08-18T14:51:40 | 2020-08-18T14:51:40 | 71,629,601 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll=long long;
void solve() {
ll n, mod;
cin >> n >> mod;
vector<ll> pref(n);
ll crt = 0;
for (int i = 0; i < n; i++) {
ll x; cin >> x;
x %= mod;
crt = (crt + x) % mod;
pref[i] = crt;
}
set<ll> s;
s.ins... | [
"yan-zp@foxmail.com"
] | yan-zp@foxmail.com |
cd24cbc2454c71c7e674575385ad89f3c48a3a22 | 55540f3e86f1d5d86ef6b5d295a63518e274efe3 | /toolchain/riscv/Darwin/riscv64-unknown-elf/include/c++/10.2.0/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp | 1064df23717fe915bc2279f344786664863baa7f | [
"Apache-2.0"
] | permissive | bouffalolab/bl_iot_sdk | bc5eaf036b70f8c65dd389439062b169f8d09daa | b90664de0bd4c1897a9f1f5d9e360a9631d38b34 | refs/heads/master | 2023-08-31T03:38:03.369853 | 2023-08-16T08:50:33 | 2023-08-18T09:13:27 | 307,347,250 | 244 | 101 | Apache-2.0 | 2023-08-28T06:29:02 | 2020-10-26T11:16:30 | C | UTF-8 | C++ | false | false | 2,137 | hpp | // -*- C++ -*-
// Copyright (C) 2005-2020 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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... | [
"jczhang@bouffalolab.com"
] | jczhang@bouffalolab.com |
648b721570b12b8b0add37be6835c68d92df9343 | 07a7045c925395d1c188d65300a228a9ca0c8ed5 | /107. Binary Tree Level Order Traversal II.cpp | 520be229467dfcc4b28ff4c764fbb3f74f3404f1 | [] | no_license | hu18yuanwai/leetcode | 1063766a751b228526e6c243e5791631c5b2b3c5 | b00f638fa3c3628eebba560621694ff2e6a8fb87 | refs/heads/master | 2020-04-06T07:02:18.549489 | 2017-06-20T02:44:09 | 2017-06-20T02:44:09 | 63,048,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,917 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
struct NewNode{
TreeNode * node;
int height;
NewNode(TreeNode *tnode, int theight):node(tnode),height(theight... | [
"hu18yuanwai@gmail.com"
] | hu18yuanwai@gmail.com |
57c2d4cdd6a73f44e22793afd15de3162385bfa0 | 27bc50c137a637ce24068ab11fb36c1d80adc810 | /notes/meetings/2018_07_13__executors__weekly/receiver__ask_4.cpp | 7079e3fb804af25fa92deaec232581cb4e30b12d | [] | no_license | executors/futures | 90e005261da9713613e58c5abb0d6ab76a2ebfeb | f42ef2196ac6360c084b84aa08d0ba6a5a103755 | refs/heads/master | 2021-08-07T03:57:45.228503 | 2018-08-01T21:01:59 | 2018-08-01T21:01:59 | 126,050,135 | 23 | 3 | null | 2018-07-25T19:17:17 | 2018-03-20T16:42:20 | C++ | UTF-8 | C++ | false | false | 2,378 | cpp | // Proposed `Receiver`-related changes to P0443 based on P1053/P1055
// Reply-To: Bryce Adelstein Lelbach <brycelelbach@gmail.com>
// Ask 4: Receivers should be required to have both the value method and the
// error method. P1054-style helper functions should be added to ease
// construction of receivers.
//////////... | [
"brycelelbach@gmail.com"
] | brycelelbach@gmail.com |
505ae8772cd01ad56b55a45b46fa45fbf19e48cd | b408840d449505dc363bdc77145b4b3e3c474a2f | /numberpattern.cpp | 7cb3fb2b26bef286924d9a738bedf6568f9f037a | [] | no_license | adirajput2000/CPP | 0f25b6e23eb9958cd73b04250ed11eb1a13efe7c | 727efdd8de6e6ed5041a7c7a1982fcca2905f321 | refs/heads/master | 2023-07-10T02:08:28.994829 | 2021-08-08T04:35:30 | 2021-08-08T04:35:30 | 393,564,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | cpp | #include<iostream>
using namespace std;
int main(){
int a;
cout<<"Please enter a number";
cin>>a;
for (int i = 1; i <=a; i++)
{
for (int j = 1; j <= a-i; j++)
{
cout<<" ";
}
for (int k = 1; k <=i; k++)
{
cout <<k<<" ";
}
cout<<endl;
}
} | [
"adirajput2000@gmail.com"
] | adirajput2000@gmail.com |
d773a570927b92e59bb46c1cb3cdc653457fdcd8 | fafce52a38479e8391173f58d76896afcba07847 | /uppsrc/CodeEditor/HighlightOut.cpp | 30ee952bb1ad65da5584cf41d3479a5460160b4e | [
"BSD-2-Clause"
] | permissive | Sly14/upp-mirror | 253acac2ec86ad3a3f825679a871391810631e61 | ed9bc6028a6eed422b7daa21139a5e7cbb5f1fb7 | refs/heads/master | 2020-05-17T08:25:56.142366 | 2015-08-24T18:08:09 | 2015-08-24T18:08:09 | 41,750,819 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,603 | cpp | #include "CodeEditor.h"
NAMESPACE_UPP
HighlightOutput::HighlightOutput(Vector<LineEdit::Highlight>& v)
: v(v)
{
pos = 0;
def = v[0];
def.chr = ' ';
v.Top().chr = ' ';
}
HighlightOutput::~HighlightOutput()
{
for(int i = 0; i < v.GetCount(); i++)
if(v[i].chr == '_') {
v[i].font.NoBold();
v[i].font.NoItali... | [
"cxl@05275033-79c2-2956-22f4-0a99e774df92"
] | cxl@05275033-79c2-2956-22f4-0a99e774df92 |
ae452bb7a5910f05f70b3fe6d78a9c744bbc7bb7 | 05346710ff0cc734ef7799d77c96d0463cae59f7 | /test/online_localizer_test.cpp | 30915a56432d97e7cced72f810e9a5668451e5f5 | [
"MIT"
] | permissive | PRBonn/online_place_recognition | 250788edf0274026b6fd0cdfae7873bb9391c172 | 9d03aae0127e8158b575590048fb74138b19d441 | refs/heads/master | 2022-10-13T11:10:39.609530 | 2022-10-02T11:39:19 | 2022-10-02T11:39:19 | 94,753,441 | 113 | 27 | null | null | null | null | UTF-8 | C++ | false | false | 7,969 | cpp | /** online_place_recognition: a library for online matching of image sequences
** Copyright (c) 2017 O. Vysotska, C. Stachniss, University of Bonn
**
** 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... | [
"olga.vysotska@uni-bonn.de"
] | olga.vysotska@uni-bonn.de |
57b20a460351409225a9cdd05c169fc0d325b280 | fafce52a38479e8391173f58d76896afcba07847 | /uppdev/Key/main.cpp | aae156968b64743878d2d17a1651b807373a7158 | [] | no_license | Sly14/upp-mirror | 253acac2ec86ad3a3f825679a871391810631e61 | ed9bc6028a6eed422b7daa21139a5e7cbb5f1fb7 | refs/heads/master | 2020-05-17T08:25:56.142366 | 2015-08-24T18:08:09 | 2015-08-24T18:08:09 | 41,750,819 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | #include <CtrlLib/CtrlLib.h>
using namespace Upp;
struct MyApp : TopWindow {
Label l;
String k;
void Do() {
static int ii;
String x;
if(GetCtrl())
x << "Ctrl ";
if(GetAlt())
x << "Alt ";
if(GetShift())
x << "Shift ";
x << k << ' ' << GetMousePos();
l = x;
}
bool Key(dword key, int count)... | [
"cxl@ntllib.org"
] | cxl@ntllib.org |
62e9502025715b763a429f35e152b9bc587985c6 | 7abbb21f2734f7bb72d125eef2bc6114abb28043 | /src/encoder/EBMLElement.cpp | cc33bf7fdc05b859885f6cec7fb21ebe2b8fc81a | [
"MIT"
] | permissive | dneuge/cvr | 4fbe7246d20185941d85b769d2801e6eb097a11b | 516547dca0672c92aa4f4a37712e6135e7f6b011 | refs/heads/master | 2021-01-17T17:24:51.884891 | 2016-07-24T21:19:56 | 2016-07-24T21:19:56 | 64,080,149 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 877 | cpp | #include "EBMLElement.h"
/**
* Creates a new EBML element definition.
* @param sequenceLength length of sequence code
* @param sequence sequence code (shared pointer, do not manipulate/free after use, will be freed on destruction!)
*/
EBMLElement::EBMLElement(unsigned char sequenceLength, const unsigned char *sequ... | [
"dneuge@energiequant.de"
] | dneuge@energiequant.de |
f1a89f0f152e7be737558a88f212a6a1657108a1 | 9ce1f0f2652f81903f31452451bfd17ae6873623 | /Code/Tools/FBuild/FBuildApp/Main.cpp | f3227683936fc40aa289b135d0da9c354b5bd56c | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive"
] | permissive | missmah/fastbuild | 7044b4f62b696956dbd1651b12262aa0bd052e06 | 310dcff973cf8e6902b2608cf72dbf928fe89e9c | refs/heads/master | 2021-01-19T16:50:38.890910 | 2017-04-14T19:27:44 | 2017-04-14T19:27:44 | 88,291,891 | 1 | 2 | null | 2019-10-30T04:37:30 | 2017-04-14T18:17:37 | C++ | UTF-8 | C++ | false | false | 21,194 | cpp | // FBuild.cpp : Defines the entry point for the console application.
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
#include "Tools/FBuild/FBuildCore/FBuild.h"
#include "Tools/FBuild/FBuildCor... | [
"franta.fulin@gmail.com"
] | franta.fulin@gmail.com |
ade778fa5ae57d42da6b41a5697f98fa095e7584 | 90047daeb462598a924d76ddf4288e832e86417c | /third_party/WebKit/Source/core/css/CSSStyleSheet.cpp | 9e8458a8e0252b5f4ff224ceca179e3baa000d4a | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 14,519 | cpp | /*
* (C) 1999-2003 Lars Knoll (knoll@kde.org)
* Copyright (C) 2004, 2006, 2007, 2012 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* ver... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
a924db6f88cb757faf21e8eaa78e0299baf6c94f | b09933903b7cfdecadffecc8f786af513e1df0bd | /wangLandau.h | d9fb4ddb70959da7c036ca88bda39ab02e30445b | [] | no_license | amir-tagh/DNA-CG-model | 9f071f779678e71adc10f4d214c72d9133f4f043 | a7bee62afadc2cb86eb1619c444f8620e88731c7 | refs/heads/master | 2023-03-09T22:29:59.763113 | 2021-02-24T15:14:18 | 2021-02-24T15:14:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,003 | h | //****************************************
//CLASS WANG LANDAU
//****************************************
#ifndef wangLandau_h
#define wangLandau_h
#include "FreeEnergyHS.h"
class wangLandau {
public:
double binW_twist, binW_stretch, inv_binW_twist, inv_binW_stretch;
... | [
"taghavi.amirhossein@gmail.com"
] | taghavi.amirhossein@gmail.com |
3d13c47a6eeff1587c105b6c4075a470fc282fa0 | 6a30000555121c5f9468d0792d6c25d5f98f33af | /m_vec.cpp | 4a1791602be3ef93edc9c6a8f9ea5a6168f739c8 | [
"MIT"
] | permissive | q66/neothyne | 3a153ccaac7c4cfccbf80668f7cfa7d85de7ff05 | c62c7f80803920510e71d27b94e7d20c8744ed41 | refs/heads/master | 2020-04-06T06:48:03.500136 | 2015-07-27T13:52:14 | 2015-07-27T13:52:14 | 39,314,123 | 0 | 0 | null | 2015-07-18T22:01:29 | 2015-07-18T22:01:29 | null | UTF-8 | C++ | false | false | 2,861 | cpp | #include <math.h> // sqrtf
#include "u_misc.h"
#include "u_algorithm.h"
#include "m_vec.h"
#include "m_quat.h"
namespace m {
void vec2::endianSwap() {
x = u::endianSwap(x);
y = u::endianSwap(y);
}
const vec3 vec3::xAxis(1.0f, 0.0f, 0.0f);
const vec3 vec3::yAxis(0.0f, 1.0f, 0.0f);
const vec3 vec3::zAxis(0.0... | [
"weilercdale@gmail.com"
] | weilercdale@gmail.com |
4a1faea6ee92c192390d20270e8932a5f7aa99b0 | db368bc17adb09b1f34f8f1b0d287f6baeaafa19 | /Keshav Mishra/Array and Strings/Plus one.cpp | 5ade0f593ce193516f51a1f99fa4e54b8965d77b | [] | no_license | Aaditya-Singh78/Competitive-Programming-June-Course- | 18bf0e76fdefa66cd6e91a3dc171629b606b896e | 0c5d37601fc8db72f84b5e4f5ed489286c59b192 | refs/heads/main | 2023-08-21T06:05:24.613691 | 2021-10-31T18:08:35 | 2021-10-31T18:08:35 | 399,107,661 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | cpp | class Solution {
public:
vector<int> plusOne(vector<int>& digits) {
for(int i=digits.size()-1;i>=0;i--){
if(digits[i]==9){
digits[i]=0;
}
else{
digits[i]+=1;
return digits;
... | [
"2000keshav@gmail.com"
] | 2000keshav@gmail.com |
a8a20f0ed1f9ceec7b49257f55293124d6a66b55 | 06406559616dd6e8509dd45ee5de8b1957520b56 | /fflib/src/log.cpp | 7083dcc43de1d4e9795ad1ceb5466dbb4759ba1a | [] | no_license | bestboyxie/ffown | 57b93a2b5a295c0d7eab46aee1b3981f8e7f97c9 | 0ba33a0bc741c79fb4d01d4138c568a06c37246b | refs/heads/master | 2016-08-11T21:19:17.709065 | 2015-11-16T13:23:09 | 2015-11-16T13:23:09 | 46,275,501 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,542 | cpp |
#include "log.h"
#include "atomic_op.h"
#include "utility/strtool.h"
#include "utility/arg_helper.h"
#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <sys/time.h>
using namespace ff;
#define gettid() ::syscall(SYS_gettid)
str_... | [
"zxfown@gmail.com"
] | zxfown@gmail.com |
a4e50a8dfddce72e0d27623674e72e83aa16b19b | c2145712d5f3d462719c0c0bc2531afbb6f6dc99 | /Pods/Realm/core/realm-monorepo.xcframework/tvos-arm64/Headers/realm/object-store/binding_context.hpp | 05a7cc75aa33f078edfdd093ce76ea06d6b85a36 | [
"Apache-2.0",
"LicenseRef-scancode-generic-export-compliance"
] | permissive | Sweeper777/LongLatMap | 6e2094c52a98bb11368043cc31b226579271ac96 | 47b3a77ab676e6f84bb1fcba30cc9bc71cc46a36 | refs/heads/master | 2022-03-18T03:14:40.873710 | 2022-02-18T22:13:03 | 2022-02-18T22:13:03 | 67,487,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,678 | hpp | ////////////////////////////////////////////////////////////////////////////
//
// Copyright 2015 Realm Inc.
//
// 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/li... | [
"sumulang@gmail.com"
] | sumulang@gmail.com |
613a59a30a94b9cdaa5481bb374396e85ad5f236 | 94ca84163372e5e42871f24fafd3dc0b57f942fa | /GameEngine_Prototype/GameEngine_UnitTest/UnitTest_3_Child _Game_Object.cpp | 59180c75a94c56a8ac753db073f0e9cff51b25ac | [
"MIT"
] | permissive | Michaelwolf95/XEngine | 2f957c09965e70e46fbc061d02c0d49aa56e3107 | d134fa376484d1115bf5af75f062ef44c8e70263 | refs/heads/master | 2020-04-05T06:00:27.423995 | 2019-05-17T02:17:59 | 2019-05-17T02:17:59 | 156,621,443 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,087 | cpp | #include "stdafx.h"
#include "CppUnitTest.h"
//
#include "XEngine.h"
#include "Transform.h"
using namespace XEngine;
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace XEngine_UnitTest
{
TEST_CLASS(Child_Game_Obj)
{
public:
// Test child attachment
TEST_METHOD(Child_Attachment)
{
// ... | [
"tamtran1997@gmail.com"
] | tamtran1997@gmail.com |
c8457b40625db1f22437b144ad3be4d5c443d316 | 82f499dadee6bc3160295811b90104c9a06576ac | /limitsBayesMacro.cc | dbacadc55cf02f4d6418d68165e1174ba2c60ab3 | [] | no_license | JanFSchulte/CILimitsForCMSDAS | 80559ff17add0eb11275b128eb17b41619b532af | 4e424b749df49c6f3d89f387aaa0946e02a46a40 | refs/heads/master | 2021-05-06T11:30:23.166601 | 2021-01-14T18:37:44 | 2021-01-14T18:37:44 | 114,292,696 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,265 | cc | ///centralLimit.cc
#include "RooConstVar.h"
#include "RooWorkspace.h"
#include "RooCategory.h"
#include "RooStats/ModelConfig.h"
#include "RooStats/FrequentistCalculator.h"
#include "RooStats/HybridCalculator.h"
#include "RooStats/HypoTestInverter.h"
#include "RooStats/ProfileLikelihoodTestStat.h"
#include "RooStats/Ra... | [
"jfschulte@hotmail.com"
] | jfschulte@hotmail.com |
d8db2739a16562bf4cd267407383dbbef1782c22 | 091afb7001e86146209397ea362da70ffd63a916 | /inst/include/boost/simd/ieee/include/functions/simd/next.hpp | 00ef07b0c105c68b4c6515d6bbf7669a735fa35c | [] | no_license | RcppCore/RcppNT2 | f156b58c08863243f259d1e609c9a7a8cf669990 | cd7e548daa2d679b6ccebe19744b9a36f1e9139c | refs/heads/master | 2021-01-10T16:15:16.861239 | 2016-02-02T22:18:25 | 2016-02-02T22:18:25 | 50,460,545 | 15 | 1 | null | 2019-11-15T22:08:50 | 2016-01-26T21:29:34 | C++ | UTF-8 | C++ | false | false | 296 | hpp | #ifndef BOOST_SIMD_IEEE_INCLUDE_FUNCTIONS_SIMD_NEXT_HPP_INCLUDED
#define BOOST_SIMD_IEEE_INCLUDE_FUNCTIONS_SIMD_NEXT_HPP_INCLUDED
#include <boost/simd/ieee/functions/next.hpp>
#include <boost/simd/ieee/functions/scalar/next.hpp>
#include <boost/simd/ieee/functions/simd/common/next.hpp>
#endif
| [
"kevinushey@gmail.com"
] | kevinushey@gmail.com |
807aa7ca752565edd4cecd7f7a869aef81682e7b | e547a5a262620e94e314c520ddb7de81f5f52356 | /Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp | 0114db3c06b7c42fdbd9546635f0488c494cdba6 | [
"Apache-2.0"
] | permissive | laurentcau/DiligentCore | 1a318bf6badc4eb813b5671b5c7607ca995f3f38 | 87e1ecdff765f9e7ada318ada1918fb63ca5984c | refs/heads/master | 2023-02-21T21:14:23.989229 | 2019-08-27T04:07:02 | 2019-08-27T04:07:02 | 204,713,221 | 0 | 0 | null | 2019-08-27T15:49:18 | 2019-08-27T13:49:17 | null | UTF-8 | C++ | false | false | 17,918 | cpp | /* Copyright 2015-2019 Egor Yusov
*
* 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
*
* THE SOFTWARE IS PROVIDED "AS IS", ... | [
"egor.yusov@gmail.com"
] | egor.yusov@gmail.com |
142796c3fdac0e61af53381f7037479adf2610a4 | c738b0d5254d76c567eb65c8f9984100f881664c | /src/main.cpp | 2c8393aebb3f271b8cf357ae100dc0ffae39ae83 | [] | no_license | caojen/qmsdd | 6688cad2b240bdd1a7a11009eeb36e401016b89d | 9e3e36d53f30cf6b45744eba65e53f5591b89a3d | refs/heads/master | 2023-05-03T12:12:52.579151 | 2021-05-27T08:50:18 | 2021-05-27T08:50:18 | 363,684,167 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,528 | cpp | #include <iostream>
#include <fstream>
#include <chrono>
#include "Node.hpp"
#include "RealParser.hpp"
#include "Util.hpp"
#include "sdd.hpp"
void input_table(char* filename) {
std::fstream fstream(filename);
int n;
int fn;
fstream >> n >> fn;
std::cout << "Variable Max Count: " << n << std::endl;
std::co... | [
"caojen@mail2.sysu.edu.cn"
] | caojen@mail2.sysu.edu.cn |
4140518e9e98e0d180e06c78a26ac12fe1c53087 | 8da6c786b764356a79d4ebc4b8c44851d996a510 | /Flavor.h | e31f6c093ec0c6af5935310d72e9f3d19c878a70 | [] | no_license | bhelkenn/Movies | 6b650f385ce2c70796b3108624cfd9c6fbd104ad | 41494040bed9ac32c5b65cd162b0cd1fcd6f313b | refs/heads/master | 2021-05-04T16:29:06.080755 | 2018-02-05T03:45:02 | 2018-02-05T03:45:02 | 120,251,325 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | h | #ifndef FLAVOR_H
#define FLAVOR_H
#include <iostream>
#include <windows.h>
#include <sstream>
#include <string>
using namespace std;
//flavor functions
void Pause();
void Clear();
int GetInt();
char GetChar();
string GetString();
void UnderConstruction();
bool IsInt(string);
#endif | [
"bhelkenn@gmail.com"
] | bhelkenn@gmail.com |
67568222402c8d9307152d10d3ed669e3ed315b2 | 0008992802f7398cded54e685f6d38cd5effe5b4 | /txdb.cpp | d9a26dfa8a73f9a729544c51a9d9a7bf7efde79b | [] | no_license | chenhuan14/ShardLitcoin | d3ef0e527ab56f287976e07fca29269c0ad53afb | 6a297bc1dd188919ad5e4a08a04a3fc1d85574ed | refs/heads/master | 2021-09-10T22:20:46.632776 | 2018-04-03T07:44:00 | 2018-04-03T07:44:00 | 112,976,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,612 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 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 "txdb.h"
#include "main.h"
#include "hash.h"
using namespace std;
exter... | [
"245556819@qq.com"
] | 245556819@qq.com |
f0998ce69877f6f6671467b130352d8e53518893 | a8897fae776f688ca68fa5f18f633cc154d43aea | /SVMData.cpp | 809cefbd296bf603aa398d719d2cf5df17c7f2b8 | [
"MIT"
] | permissive | flylong0204/osg-intersectors-example | 01fa149e9397d5cfc65ae9235e7d75ebc9ff2346 | 041cf3fbbc784fb369f7f4a9b4521ccb06300810 | refs/heads/master | 2021-01-11T16:01:51.103344 | 2016-12-15T17:45:31 | 2016-12-15T17:45:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | cpp | #include "SVMData.h"
SVMData::SVMData()
: osg::Group()
, m_switch(new osg::Switch())
, m_wire1(new DraggableWire())
, m_wire2(new DraggableWire())
{
this->addChild(m_switch);
m_switch->addChild(m_wire1);
m_switch->addChild(m_wire2);
}
void SVMData::setTransformWall(osg::Matrix m)
{
m_w... | [
"vicrucann@gmail.com"
] | vicrucann@gmail.com |
63120a3fa500586cadac901981d3f8ba7b6e2e07 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/EthernetPortStatistics/UNIX_EthernetPortStatistics_DARWIN.hxx | 973b0acadd5c55b5f82b3dbcabaef63f6afc8823 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 141 | hxx | #ifdef PEGASUS_OS_DARWIN
#ifndef __UNIX_ETHERNETPORTSTATISTICS_PRIVATE_H
#define __UNIX_ETHERNETPORTSTATISTICS_PRIVATE_H
#endif
#endif
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
74e71fbf3f77d9577d80a4f7201965362d5bd414 | 88f4b257863d50044212e6036dd09a25ec65a1ff | /src/jingxian/protocol/proxy/SOCKSv5Incoming.cpp | bb74a80c1f590b06a5770f639cb08f10a0e9ac42 | [] | no_license | mei-rune/jx-proxy | bb1ee92f6b76fb21fdf2f4d8a907823efd05e17b | d24117ab62b10410f2ad05769165130a9f591bfb | refs/heads/master | 2022-08-20T08:56:54.222821 | 2009-11-14T07:01:08 | 2009-11-14T07:01:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,576 | cpp |
# include "pro_config.h"
# include "jingxian/protocol/proxy/SOCKSv5Incoming.h"
# include "jingxian/protocol/proxy/SOCKSv5Protocol.h"
# include "jingxian/protocol/proxy/Proxy.h"
# include "jingxian/buffer/OutBuffer.h"
# include "jingxian/directory.h"
_jingxian_begin
namespace proxy
{
SOCKSv5Incoming::SO... | [
"runner.mei@gmail.com@53e742d2-d0ea-11de-97bf-6350044336de"
] | runner.mei@gmail.com@53e742d2-d0ea-11de-97bf-6350044336de |
ea03f9a3fed4172dc9dec287ae364acfa3dac61d | 11aee58210bc360c45344e232125d592363b0a9e | /lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 8f2320f52a0f372f4062bc83394e777c7a249b9a | [
"NCSA"
] | permissive | wxywang89/Core | 0f3221860be1f788611631b4087b7d33c53db9b6 | a92a7b941b6ba58ef856da6c2984feab9e8b3753 | refs/heads/master | 2021-08-31T12:20:26.005633 | 2017-12-21T08:25:40 | 2017-12-21T08:25:40 | 114,988,163 | 1 | 0 | null | 2017-12-21T09:31:01 | 2017-12-21T09:31:00 | null | UTF-8 | C++ | false | false | 156,915 | cpp | //===------- LegalizeVectorTypes.cpp - Legalization of vector types -------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"admin@mayuyu.io"
] | admin@mayuyu.io |
b2ea94c25d356f29f6ea907010f2bca9980cce41 | 4573e9e864746724016d3157123fefdaad27c73b | /Leetcode 30 Day July/Maximum Width of Binary Tree.cpp | 3857685e63628993523f6c5d3117a8f4c18a6732 | [] | no_license | sanchitgoel10/365_of_code | 0389a28d88e947d3a1230016ab74b36319b71f27 | 8e57bb5274c30a7d11359a6e4f9d358524894fbc | refs/heads/master | 2021-01-04T22:24:54.870820 | 2020-10-02T13:36:21 | 2020-10-02T13:36:21 | 240,783,118 | 5 | 2 | null | 2020-07-03T16:24:44 | 2020-02-15T20:26:26 | C++ | UTF-8 | C++ | false | false | 1,317 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"sanchitgoel537@gmail.com"
] | sanchitgoel537@gmail.com |
fb4867bb7e976d801fe299ef03980bee51d1ecc6 | eb1517897d7e9e372538b0982223b7ecaaff46b0 | /third_party/blink/renderer/modules/webcodecs/image_decoder_external.h | 674a8144e03b326d588bfae2f6bc6766552dbf80 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | jiachengii/chromium | c93e9cfa8fb79d6a0b5e66848dc204e87236252c | ead0d3601849269629ff31de4daed20fce453ba7 | refs/heads/master | 2022-11-16T02:35:53.671352 | 2020-06-13T06:43:44 | 2020-06-13T06:43:44 | 271,964,385 | 0 | 0 | BSD-3-Clause | 2020-06-13T07:47:21 | 2020-06-13T07:47:21 | null | UTF-8 | C++ | false | false | 3,423 | h | // Copyright 2020 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 THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_IMAGE_DECODER_EXTERNAL_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_IMAGE_DECODER_EXTERNAL... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8422048d5a08df4acb4fdd76944a8c50fe761669 | 7bd5634d533a289cf0dbfc492adc0f31b2714926 | /src/graph_generator.cpp | 5d2d0dac6e86a1c819fb4aae160a00efa3ec27e2 | [] | no_license | vlnraf/SPM-project | aa5e92dac911895f4c634108bd70c4a230207e61 | fcc811a43ffd4276ac6764046f8fd715e08d619c | refs/heads/master | 2023-08-19T05:01:19.633616 | 2021-10-06T19:22:01 | 2021-10-06T19:22:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | cpp | #include <fstream>
#include "Utimer.hpp"
#define PERCENT 2
void writeRandomDAG(std::string filename, int N){
std::ofstream graph_file(filename + std::to_string(N) + ".txt", std::ofstream::out | std::ofstream::trunc);
graph_file << N << std::endl;
for(int i=0; i<N; i++){
for(int j=i+1; j<N; j++){
if((r... | [
"raffaele.villani17@gmail.com"
] | raffaele.villani17@gmail.com |
22eb61e00953da4e46ff6910348dc191727e9b45 | 4e0d80786d937169a5f9fd28b5204d1b6254f4b9 | /src/kinematic_chain.cpp | 287ee457b33277016e83493ddc3b3b0cbc602a67 | [] | no_license | Ubiqelife-Lin/rtt-gazebo-robot-sim | 9990e1c81de718bf6f2d808ed7f2ff36b42a1cde | fa064a975fae44cc7207abd002c8f8bcdf01756f | refs/heads/master | 2021-01-01T19:44:34.313316 | 2017-05-02T08:51:49 | 2017-05-02T08:51:49 | 98,666,712 | 1 | 0 | null | 2017-07-28T16:14:19 | 2017-07-28T16:14:19 | null | UTF-8 | C++ | false | false | 15,872 | cpp | #include <kinematic_chain.h>
using namespace cogimon;
KinematicChain::KinematicChain(const std::string& chain_name, const std::vector<std::string> &joint_names, RTT::DataFlowInterface& ports,
gazebo::physics::ModelPtr model):
_kinematic_chain_name(chain_name),
_ports(ports),
... | [
"enrico.mingo@iit.it"
] | enrico.mingo@iit.it |
e0b110df7e1ebda96345b419505de41cad998d07 | 4fd9fc0aabb47da5d858db6e67cef250d788b067 | /src/ProtocolHandlers.h | 3e80ecf55b9704da3ad5acecd013b017ec8c6b95 | [
"MIT"
] | permissive | vlopes11/vscode-debug-protocol-cxx | 37c0ab036395e8eede8eb9486fabcff6ef0c8610 | dce3aa811619392321cfa901388198f4e611a968 | refs/heads/master | 2021-05-11T11:09:08.046748 | 2018-01-15T00:30:46 | 2018-01-15T00:30:46 | 118,123,067 | 0 | 0 | null | 2018-01-19T12:32:49 | 2018-01-19T12:32:49 | null | UTF-8 | C++ | false | false | 475 | h | #ifndef PROTOCOL_HANDLERS_H
#define PROTOCOL_HANDLERS_H
#include "JSONOutput.h"
#include "Handler.h"
#include "JSONRPCDispatcher.h"
#include <string>
namespace vscode_debug {
class ProtocolCallbacks {
public:
virtual ~ProtocolCallbacks() = default;
virtual void onInitialize(std::string ID, JSON... | [
"ragsweb@outlook.com"
] | ragsweb@outlook.com |
34ff9ffba6fac8adf7a975450f712cf01d9ab03d | 3df13471039bee96dbb9aa03334b2fe494cd1790 | /CoreCLRProfiler/native/coreclr_headers/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.cpp | f3cfb5dbb79b16d69dfe8d53bfe15e5c76f1067a | [
"MIT"
] | permissive | microsoft/BPerf | 9bb8e9d9157f0b0a55adce4f2abd00ecac541c3d | 0acd0efe734628d7e198fd58e35b9038501bfbe5 | refs/heads/dev | 2023-06-07T23:45:45.236017 | 2022-09-23T03:29:26 | 2022-09-23T03:29:26 | 66,505,813 | 25 | 15 | MIT | 2022-12-07T21:25:35 | 2016-08-24T23:01:44 | C++ | UTF-8 | C++ | false | false | 1,660 | cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*=====================================================================
**
** Source: test9.c
**
** Purpose: Test #9 for the _vsnwprintf_s function.
**
**
**====================... | [
"muks@microsoft.com"
] | muks@microsoft.com |
77853f87123ca2d28522c9f97440997f31eb8e9f | baf41bc3fdf5b6e4570fa13bdec1335a4731a015 | /src/connectivity/bluetooth/core/bt-host/l2cap/low_energy_command_handler.cc | 3374a80ee712cd89163ce8b4e4f6cc2195e4362e | [
"BSD-3-Clause"
] | permissive | china-liweihong/fuchsia | 0e312d0bef598480e2c4062184e1a96d1bfbf7ce | a19257f0eed5458370e47f377dc24486794abec0 | refs/heads/master | 2022-07-03T10:25:01.096192 | 2020-05-07T07:31:54 | 2020-05-07T07:31:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,210 | cc | // Copyright 2020 The Fuchsia 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 "src/connectivity/bluetooth/core/bt-host/l2cap/low_energy_command_handler.h"
namespace bt::l2cap::internal {
bool LowEnergyCommandHandler::Connec... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
37a508494e3dd06283a78d783461d5ab886f139d | b7bf80e7677d4c29285b4f3275942a6cb3c6bcf5 | /GD4SFMLGameWorld/PauseState.hpp | 3f51c2d9fb21d30a9070ba2eec6b42d154c7ea24 | [] | no_license | BhazannTrails/MultiplayerCA2 | 72f887b6d345df9da4d6e33c78dee33bb282ed2c | 80a05be2a9dc64e23f83be7449683147630f1131 | refs/heads/master | 2020-12-23T19:53:32.008953 | 2020-03-27T22:24:47 | 2020-03-27T22:24:47 | 237,253,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 506 | hpp | #pragma once
#include "State.hpp"
#include "Container.hpp"
#include <SFML/Graphics/Sprite.hpp>
#include <SFML/Graphics/Text.hpp>
class PauseState : public State
{
public:
PauseState(StateStack& stack, Context context, bool letsUpdatesThrough = false);
~PauseState();
virtual void draw();
virtual bool update(sf::T... | [
"44841656+rianmcg97@users.noreply.github.com"
] | 44841656+rianmcg97@users.noreply.github.com |
b56d4f3a3a483a6d2cb8e6fd06f5969ce4b3f178 | f2598ff3ddeee3686360567682bf5eddd8ba1ab5 | /src/test/scriptnum_tests.cpp | 18916c321fbe1dde3fc2ff76b1429ed024c1ae20 | [
"MIT"
] | permissive | MyProductsKft/Vitalcoin | c4566dca1b9a60cbb39de25faa7251e3a3786735 | 492306908ee457362f2ba777cbd235d417f6d3b5 | refs/heads/master | 2020-03-21T02:15:27.776360 | 2018-10-31T17:32:15 | 2018-10-31T19:14:54 | 137,989,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,660 | cpp | // Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "script/script.h"
#include "scriptnum10.h"
#include "test/test_vitalcoin.h"
#include <boost/test/unit_test.hpp>
#in... | [
"40405254+LeslieDombi@users.noreply.github.com"
] | 40405254+LeslieDombi@users.noreply.github.com |
f9ce095625ab9b2234315af1153aa34cb741c6bf | 7791e9212a0420dcb750b921016b39392ac6bdf0 | /core/datautils/JODataCoder.cpp | 5a9b6922ab53f9bde2f59b7fdeda2dcf9967d187 | [] | no_license | ouzhlin/src | 66a8ff1421960799aab5b54351827e40ee8d6a85 | 4a706cd5f019b3a785373ffad3deb6758305e6a6 | refs/heads/master | 2021-08-19T22:29:20.360460 | 2017-11-27T16:00:16 | 2017-11-27T16:00:16 | 107,829,170 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 9,799 | cpp | #include "core/datautils/JODataCoder.h"
#include <stdlib.h>
#include "core/datautils/JOData.h"
#include "core/datautils/JODataUtils.h"
#include "utils/JOString.h"
#include "utils/JOLog.h"
#include "manager/JOFileMgr.h"
NS_JOFW_BEGIN
JODataCoder::JODataCoder(unsigned int opOccupyLen, unsigned int allOccupyLen)
{
_i... | [
"james.ou.g@gmail.com"
] | james.ou.g@gmail.com |
6c0aa6a049a8c47e65d108d88179e58a6af443aa | 52149ec616866dc9ed231c53015f0b6f34d662cc | /src/helper/assimp.cpp | 8deb7f0be0f32241d2af1464d59b55b59e6c23ed | [] | no_license | wquist/VRConduct | 0a1e4007db01c7039b7d4366a1bef657b4309acc | a4e248c92fc8bdf8e46a66e0f8143832275274b1 | refs/heads/master | 2022-12-28T08:33:23.901858 | 2020-10-15T22:48:04 | 2020-10-15T22:48:04 | 304,449,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,480 | cpp | #include <helper/assimp.hpp>
#include <cassert>
helper::assimp_model::assimp_model(const std::string& filename)
: m_filename{ filename } {
auto flags = aiProcess_Triangulate | aiProcessPreset_TargetRealtime_MaxQuality | aiProcess_GenNormals;
m_scene = aiImportFile(filename.c_str(), flags);
assert(((unsig... | [
"git.wquist@gmail.com"
] | git.wquist@gmail.com |
6f963ed0629d3fe13fa5bb9fdb5260c31de0a6d0 | 10c14a95421b63a71c7c99adf73e305608c391bf | /GradientFrame2/GradientFramePpg.h | 9b07c1fb0071ecab6351977cd3c756579b75601f | [] | no_license | eaglezzb/wtlcontrols | 73fccea541c6ef1f6db5600f5f7349f5c5236daa | 61b7fce28df1efe4a1d90c0678ec863b1fd7c81c | refs/heads/master | 2021-01-22T13:47:19.456110 | 2009-05-19T10:58:42 | 2009-05-19T10:58:42 | 33,811,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,535 | h | #if !defined(AFX_GRADIENTFRAMEPPG_H__CB44C218_F120_488F_9636_A044F791E219__INCLUDED_)
#define AFX_GRADIENTFRAMEPPG_H__CB44C218_F120_488F_9636_A044F791E219__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GradientFramePpg.h : Declaration of the CGradientFramePropPage property page class.... | [
"zhangyinquan@0feb242a-2539-11de-a0d7-251e5865a1c7"
] | zhangyinquan@0feb242a-2539-11de-a0d7-251e5865a1c7 |
24c7068f424f27bd57120c4e1c30b045e705156e | ef9ad5d739b5bfb2a9761065bb08ba8e7dafa657 | /Engine/Include/Resource/Material.h | fc4b965e7072af3fce27def13a5746051415f0b3 | [] | no_license | kojea0919/MetalSlug_ | ac9877e1f6aeff110b7d38b6f53f0569389640d5 | 65a122c119c2efd50622cde3dc709e140b4b4606 | refs/heads/master | 2023-01-25T02:01:47.591252 | 2020-11-22T11:04:30 | 2020-11-22T11:04:30 | 310,506,598 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 2,493 | h | #pragma once
#include "../Ref.h"
class CMaterial : public CRef
{
friend class CResourceManager;
friend class CMaterialInstance;
private:
CMaterial();
CMaterial(const CMaterial & mtrl);
virtual ~CMaterial();
private:
//Shader
class CGraphicShader* m_pShader;
//Material 상수버퍼
MaterialCBuffer m_tCBuffer;
... | [
"gottkf0919@naver.com"
] | gottkf0919@naver.com |
f264c480e7b31e0791ad640ac12d1b0a2ed2384e | 84f5ee8f47e2582a83304d4de85fbabd2e7271d7 | /third_party/mlir/lib/Transforms/MaterializeVectors.cpp | 0c6a3567ef359e8f92b25e50522e55bb29acea0b | [
"Apache-2.0"
] | permissive | wlwl2/tensorflow | a151b2778f8738c9389def8a3904a922231c4ed6 | d389c804359ea9c8a7bd6858c38759ef19301bda | refs/heads/master | 2020-07-07T19:27:38.882676 | 2019-08-20T19:42:15 | 2019-08-20T19:42:15 | 203,444,057 | 1 | 0 | Apache-2.0 | 2019-08-20T19:47:30 | 2019-08-20T19:47:29 | null | UTF-8 | C++ | false | false | 33,502 | cpp | //===- MaterializeVectors.cpp - MaterializeVectors Pass Impl --------------===//
//
// Copyright 2019 The MLIR Authors.
//
// 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.... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
52f8290e1ac6566ec2eb68e89aa40c8676383e18 | fa4cb41ef68d83a52d72da75492b0475327e8670 | /Debug/Generated Files/winrt/impl/Windows.System.Diagnostics.TraceReporting.1.h | 065dbe252c701d3bdda3bd6ea109ab2c3321d68b | [
"MIT"
] | permissive | zedpoirier/JupiterEngine | 4ec595e886802dbc4c57b4d4503f91f9c48f8765 | 26afe2fede8e9fce0a48de3a768ef58839ae1565 | refs/heads/master | 2023-02-09T04:40:12.797148 | 2021-01-04T19:35:08 | 2021-01-04T19:35:08 | 298,377,326 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,620 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200921.6
#ifndef WINRT_Windows_System_Diagnostics_TraceReporting_1_H
#define WINRT_Windows_System_Diagnostics_TraceReporting_1_H
#include "winrt/impl/Windows.System.Diagnostics.TraceReporting.0.h"
WINRT_EXPORT namespace winrt::Windows::System:... | [
"49734422+zedpoirier@users.noreply.github.com"
] | 49734422+zedpoirier@users.noreply.github.com |
773a375e1ed41ee020dc16923147eac19fe6eb2a | 7fde84270a76ac8ff176f102da4327d375fee9c7 | /src/Hero.cc | 51cd9fb5595080e661884771261831ae0a35bbea | [] | no_license | armandozg14/ed-struct-class | d2a52a0aca58c3bd4c2deef1460f7c742c4d2718 | 53aaa14116ae7b78794b50ba56ae5e44f0ef5d33 | refs/heads/master | 2022-12-11T23:37:33.582902 | 2020-09-06T19:50:10 | 2020-09-06T19:50:10 | 293,350,927 | 0 | 0 | null | 2020-09-08T17:42:48 | 2020-09-06T19:49:00 | C++ | UTF-8 | C++ | false | false | 207 | cc | #include "Hero.hh"
Hero::Hero(short int health, uint32_t strength, uint32_t exp, short int luck, uint32_t speed)
:Character(health, strength, exp, luck, speed)
{
std::cout << GetHealth() << std::endl;
} | [
"armando.zamora14@hotmail.com"
] | armando.zamora14@hotmail.com |
f314b997378403f1d9ca6c4530e82f5635b0c9e0 | a7229f75af58bbe6e5dff85566324baf650aa089 | /meikaiCbasic/c11/e11-4.cpp | fb88250ec8a1ba7d8095d45fb5477791bd0b6b46 | [
"MIT"
] | permissive | CC-WO/meikaiCbasic | beca7f7a837a0fff7128a7e3e3cc5f19121864d9 | a049de67b3bdbbf4185a6452936a4482df4b98f6 | refs/heads/main | 2023-01-30T11:53:18.397878 | 2020-12-12T11:53:33 | 2020-12-12T11:53:33 | 320,818,488 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 123 | cpp | //関数str_toupperおよび関数str_tolowerと同じ動作をする関数を、添字演算子を使わずに作成せよ | [
"cc.ccwo.cc@gmail.com"
] | cc.ccwo.cc@gmail.com |
fc071a3bd3f671bfdaeb5976f97907f5f20b65bd | efb739bb2dd3c9dd07cc26d62ffa46973760b7f2 | /src/fheroes2/dialog/dialog_resourceinfo.cpp | cb1ae855455a89ee4681535d6070e3de6cae3af7 | [] | no_license | infsega/fheroes2-playbook | a6c2bb632ac1582a6acd056326fd14831d9bdb44 | a1c2e43b6f7ce72a3e3eec29aad95ea6613200a9 | refs/heads/master | 2020-06-02T07:42:52.494152 | 2012-06-28T23:09:43 | 2012-06-28T23:09:43 | 4,770,518 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,058 | cpp | /***************************************************************************
* Copyright (C) 2009 by Andrey Afletdinov <fheroes2@gmail.com> *
* *
* Part of the Free Heroes2 Engine: *
* http://... | [
"infsega@gmail.com"
] | infsega@gmail.com |
64e541d0e1d27283f0b1a97a37fbde4c63dab569 | 66cdf8f9ffc2d093bd47fabcf360c80fda9f62d8 | /src/drive_random.cpp | 7e572adefdc48a63811b20533ef3040a7d9288be | [] | no_license | malteautrata/TurtleBotRandomDrive | 43978a40225f558253df2b638d852bcd1b1a9165 | b30e67d8241556a31d8b70744010099f0a4a37fa | refs/heads/master | 2022-12-29T07:49:46.587328 | 2020-10-12T19:00:15 | 2020-10-12T19:00:15 | 288,457,615 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,080 | cpp | #include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include "geometry_msgs/Twist.h"
#include "sensor_msgs/LaserScan.h"
#include "nav_msgs/OccupancyGrid.h"
#include "std_msgs/Header.h"
#include "nav_msgs/MapMetaData.h"
#include "std_msgs/Header.h"
#include <time.h> /* time_t, struct tm, difftime, time, mkt... | [
"malteautrata@icloud.com"
] | malteautrata@icloud.com |
c46b795a139eea3090ccaa9e8e4a77c2439f9075 | 163dc8d3c9be4e2c3cf713b1ca6e1bd3993bcac6 | /src/map/rpf/factory.cpp | 787bce3f44be58adcb2fb12fbb8a0123ac0168b7 | [] | no_license | azcbuell/mixr | 3091c75d0d4f489ee8385ea38612d7b4bfe5550c | b1ccf3166f1feb0c4c8822a18adb83e8d2ceee8a | refs/heads/master | 2021-01-20T05:34:39.662113 | 2017-09-08T23:03:00 | 2017-09-08T23:03:00 | 101,452,440 | 0 | 0 | null | 2017-08-26T00:44:34 | 2017-08-26T00:44:34 | null | UTF-8 | C++ | false | false | 509 | cpp |
#include "mixr/base/Object.hpp"
#include "mixr/map/rpf/factory.hpp"
#include "mixr/map/rpf/MapDrawer.hpp"
#include "mixr/map/rpf/CadrgMap.hpp"
#include <string>
namespace mixr {
namespace rpf {
base::Object* factory(const std::string& name)
{
base::Object* obj {};
// Map Drawer
if ( name == MapDrawer... | [
"doug@openeaagles.org"
] | doug@openeaagles.org |
29b20073f9a6f2d0ce6e4e35e641756444c18396 | a064569a273accdd58d24c8c569e54ef2ef6fbf1 | /21天学通C++(第7版)源代码/9780672335679_TYCPP-7E_Code/Chapter 16/16.6 StringReverse/16.6 StringReverse/16.6 StringReverse.cpp | 3d3bb22f54aadd8f7acf8b72923b7ec74bb4b086 | [] | no_license | bangiao/C_plus_plus | 52a00b689b62df45079cfb7bfb3e3df464310ffa | 6a6decaeacb10b6de4233cfe9c5f3765743c7054 | refs/heads/master | 2021-01-01T15:42:27.015650 | 2017-07-19T05:41:25 | 2017-07-19T05:41:25 | 97,676,912 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | cpp | #include <string>
#include <iostream>
#include <algorithm>
int main ()
{
using namespace std;
string strSample ("Hello String! We will reverse you!");
cout << "The original sample string is: " << endl;
cout << strSample << endl << endl;
reverse (strSample.begin (), strSample.end ());
cout << "Afte... | [
"2033445917@qq.com"
] | 2033445917@qq.com |
3076f45b21a5316adcddae1f2fdbaaea88b7f468 | 01ce8bc9cfe79af46fdde155cecfb6f427fae71c | /Source/CommonLib/Memory.h | a77c49bfb2bbd16d3d0f839f6bd1d41f1b50f5c0 | [] | no_license | TypeBPenguin/EastEngine | d0a15e2f4b2ddd0c2dcabb8882c06f5efcf2e480 | 8ca5bc090b24edb209d998f363626c70c285e5cf | refs/heads/master | 2023-02-13T11:08:51.866345 | 2021-01-05T12:00:58 | 2021-01-05T12:00:58 | 110,798,528 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,627 | h | #pragma once
namespace est
{
namespace memory
{
void Move(void* pDestination, size_t destinationSize, const void* pSource, size_t sourceSize = _TRUNCATE);
template <typename T, size_t size>
inline void Move(T(&destination)[size], const void* pSource, size_t sourceSize = _TRUNCATE)
{
Move(destination, siz... | [
"yoha3567@gmail.com"
] | yoha3567@gmail.com |
3b287022f5713ec293158274162b5c05402906bc | 17daaad13ccd7a7eb47530a4479596feccb550e3 | /src/walletdb.cpp | 8493e9a995b8f774a75844479cd373a1f8916145 | [
"MIT"
] | permissive | CathrineChihanga/Amber | 2b32b44ddabf4cdb0df29dd594358436b3dd64a9 | 633ecf48df6cea200f6029ea87ffb61d6a919dc3 | refs/heads/master | 2021-01-17T22:33:28.101624 | 2016-06-28T22:00:37 | 2016-06-28T22:00:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,829 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 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 "walletdb.h"
#include "wallet.h"
#include <boost/version.hpp>
#include <b... | [
"AmberCoinDev"
] | AmberCoinDev |
fd358387202e71d3edee8b3d95413adac1ca4a10 | 868fe9495b8a9d5209ed7d7d481daad44788e18a | /firmware/OnTrigger.ino | 67cc4a2254484006e067a6876b8dd8fc54e7c970 | [] | no_license | 13-Synths/swt16 | 3aa614473d385ecb19286e38a4150ed4e3225708 | c0ac02a1b5d88cadf31912fc9c7f059437c28885 | refs/heads/master | 2022-04-08T01:59:04.063589 | 2018-06-03T12:50:21 | 2018-06-03T12:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,472 | ino | boolean getTrigger(byte track, byte tick, byte length) {
return (patternData[track][PATTERN_BAR_SELECTED + 1 + (tick / (length + 1))] & (1 << (tick % (length + 1))));
}
void onReset() {
if(!debugMode) {
if (tick > 1 || autoClockEnabled) {
for (byte foo = 0; foo < ... | [
"robert@uralove.com"
] | robert@uralove.com |
2e5f22dbf0786cd60a02d291ac0d05357998f243 | 9b882c3dfaa41e62b15fb635599ef6780f2c8379 | /chrome/browser/ui/webui/chromeos/crostini_upgrader/crostini_upgrader_page_handler.cc | a1e8bda739487ca69963fb9f1673c1d5d2ab0eee | [
"BSD-3-Clause"
] | permissive | cqtangsong/chromium | 1e042e2f49d9cb194790674805afcc1308a08f81 | e73c1f260913f418bf5886b996b02dae372cfffa | refs/heads/master | 2023-01-14T07:34:05.166609 | 2020-03-12T03:07:32 | 2020-03-12T03:07:32 | 246,735,752 | 2 | 0 | BSD-3-Clause | 2020-03-12T03:32:44 | 2020-03-12T03:32:43 | null | UTF-8 | C++ | false | false | 5,705 | cc | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/chromeos/crostini_upgrader/crostini_upgrader_page_handler.h"
#include <utility>
#include "base/bind.h"
#include "base/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f28d8ac0212b78c7aa2d26e4959c2d749907d8a2 | a9f82b2cb38b393320a5cbb15091628699dd3a58 | /demos/multi_channel/human_pose_estimation_demo/postprocessor.cpp | 544e255902d4c80b9a4d64fca706cef9097f8627 | [
"Apache-2.0"
] | permissive | FengYen-Chang/open_model_zoo | 9a47b55dfb0de308ba08fa4c2dabe5522b5371f3 | 8dbfe2fd2db79df9aa7b6d1ce2b5654a256602f6 | refs/heads/master | 2021-06-22T03:44:50.215196 | 2021-03-19T04:57:27 | 2021-03-19T04:57:27 | 208,766,295 | 4 | 0 | Apache-2.0 | 2021-03-19T04:57:28 | 2019-09-16T09:53:59 | Python | UTF-8 | C++ | false | false | 2,115 | cpp | /*
// Copyright (C) 2018-2019 Intel Corporation
//
// 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 l... | [
"viacheslav.matveichev@intel.com"
] | viacheslav.matveichev@intel.com |
6ca623847ed4acb4f61a7b38a7e5fce062fe3b60 | 714d47a4f27cf113c2cf30284c2d8f40488dc11b | /spitftbitmap_testing/spitftbitmap_testing.ino | 8dac4ab9c8ead1abeecb5b3ea63dcd7006d1303f | [] | no_license | mjeverson/arduino | fc3f256eef65e9124f6e09e53714b47d3e519de2 | 6c3ab11fb71125ef42fff662453966559d3b2b6e | refs/heads/master | 2020-12-30T14:56:22.100351 | 2018-10-08T21:53:10 | 2018-10-08T21:53:10 | 33,617,994 | 0 | 0 | null | 2018-05-28T01:47:37 | 2015-04-08T16:17:12 | HTML | UTF-8 | C++ | false | false | 7,449 | ino | /***************************************************
This is our Bitmap drawing example for the Adafruit ILI9341 Breakout and Shield
----> http://www.adafruit.com/products/1651
Check out the links above for our tutorials and wiring diagrams
These displays use SPI to communicate, 4 or 5 pins are required to
i... | [
"everson.mike@gmail.com"
] | everson.mike@gmail.com |
aee6fd6f32a1e6b343469e4200239479f1ee3bad | 9f605a08a05c5d1cc328ac1364846dd794546799 | /cpp_source/utils/misc.cpp | 89aff7aec4e03305ae49b68fa216b450479a3c91 | [] | no_license | Jordan-Cottle/Computer-Architecture | 1d5a817925a811d7358b31b15321c8eac792adb0 | 538bf1c511ba1f0e81def411e76053f9f8e0ccee | refs/heads/master | 2023-01-24T10:33:44.268615 | 2020-12-06T23:58:25 | 2020-12-06T23:58:25 | 294,709,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,223 | cpp | #include "misc.h"
std::string str(printable *obj)
{
return obj->__str__();
}
std::string str(printable &obj)
{
return obj.__str__();
}
std::string str(int num)
{
return std::to_string(num);
}
std::string str(uint32_t num)
{
return std::to_string(num);
}
std::string str(ulong num)
{
return std::... | [
"jordancottle622@gmail.com"
] | jordancottle622@gmail.com |
b61ff0d63983c1962e9b6da7d999b2bcc19abc10 | 1bd347f71c78374ba3ef7f449a7f79a3b5078998 | /Computer-Graphics-Lab/1. basic/scalling using bresenham.cpp | 6ad635478d858f472fb6193ee515fd47c86f8b27 | [] | no_license | Ruman-Hossain/Computer-Graphics-Lab | 17e5dde1c37f84525d64ba10aa92062926590c62 | f0a1fe15e138ce48ff57f9bdd47e51a02fbe853e | refs/heads/master | 2021-01-27T04:04:51.509246 | 2020-02-27T08:51:13 | 2020-02-27T08:51:13 | 243,472,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,672 | cpp | #include<bits/stdc++.h>
#include<graphics.h>
int origin[2][1000],h,w;
using namespace std;
int plotLineWRTOrigin(int res, int axis)
{
//This function plots the line on the screen
float h = (float)getwindowheight();
float w = (float)getwindowwidth();
int i;
for(i=0;i<=res;i++)
{
if(axis ... | [
"ruman.cse.brur@gmail.com"
] | ruman.cse.brur@gmail.com |
7a8b52926e548b967a8bf9962dceb4f3818697d5 | 3da7c1cd3ec52ba1a8fb060808fb492f0d8ac1fd | /src/basis_function/SO_CPlanewave_function.h | b0e6f7bbd934f25aeca5c8b901e7a7f67619a843 | [] | no_license | guoshi1984/qwalk_spin | afb1cfc5bf0c2c255a66feb44c2ce8114d5ab7de | 837f8e3ad5d0ce1f0f98487b3c319f44959b81be | refs/heads/master | 2020-04-25T17:29:43.937755 | 2019-02-27T22:19:22 | 2019-02-27T22:19:22 | 172,950,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,108 | h | /*
Copyright (C) 2012 Shi Guo
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that i... | [
"shiguo@Shi-Guos-MacBook-Air.local"
] | shiguo@Shi-Guos-MacBook-Air.local |
f3978d73f725098a1c038ee59b2b6dde80dde931 | ad9c0511190b8b735399cef36819590b84fd5378 | /cc/minigui_player.cc | 97cc91f2b22db757ebcb423b9b1e27ca6a6040ad | [
"Apache-2.0"
] | permissive | blademist/minigo | dae1a88e52d0a6a33d8ab51bb49d249da8e5e325 | 86c0d0dbe4dbf723f62aa0d5623ac9c705bfd606 | refs/heads/master | 2020-04-27T07:48:52.868542 | 2019-03-04T23:09:25 | 2019-03-05T00:49:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,515 | cc | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"tom.ej.madams@gmail.com"
] | tom.ej.madams@gmail.com |
d9cd5dda2620511a4d196ba26df4499e9722909f | f37c4a0386e6bd1a64f8201ba10b7292ea5edff0 | /Denni_Matrices/bb.cpp | 3a4343a2cefd6f031a4826c57cff6ccdd70b8e5d | [] | no_license | jenniferdavid/Approximation-Method | 454e464034e0a613803baead5712c2ba45e43413 | 85a3aa3470ae827e5f0a4a5e0494b3ef6967933b | refs/heads/master | 2020-03-28T17:26:02.359335 | 2019-07-03T12:45:51 | 2019-07-03T12:45:51 | 148,789,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,312 | cpp | #include <fstream>
#include <math.h>
#include <iomanip> // needed for setw(int)
#include <string>
#include "stdio.h"
#include <iostream>
#include <cstdlib>
#include <vector>
#include <cmath>
#include <fstream>
#include <algorithm>
#include <time.h>
#include <limits>
using namespace std;
int main(int argc, const char*... | [
"jenniferdavid87@gmail.com"
] | jenniferdavid87@gmail.com |
f9a4bf0fd85e667b683a2e17b5cabd1a5c582b15 | 5e570e83650f4796d8089124981f5394b8af488b | /494_LeetCode.cpp | 3d8bcdddabef65ec651b88bdcb9ab1b32933945d | [] | no_license | KausBoss/Competitive-Codes | 618c7317c0864316196e9c5b7f19425c7451b8e3 | 343eb6bbf2115dd1432fa0510e219e4fff438157 | refs/heads/master | 2022-10-13T21:17:55.916387 | 2020-06-13T11:52:59 | 2020-06-13T11:52:59 | 264,163,926 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | cpp | class Solution {
public:
map<pair<int,int>, int> dp;
int func(vector<int> a, int i, int sum, int s){
//base case
if(i == a.size()){
return sum==s;
}
//recursive case
if(dp.count(make_pair(i, sum))){return dp[make_pair(i, sum)];}
dp[make_pair(i, sum)] = func(a, i+1,sum+a[i], s) + func(a, i+1... | [
"KausBoss@github.com"
] | KausBoss@github.com |
50141e8b446c9f2bf15877d6bddc817f4448e167 | 8e53cf9b799fc1251f99d456054632469b387e33 | /Control/main.cpp | 9d084f6ec1afa890a0eb86fa0bb8e254504d922d | [] | no_license | FelipeSenra/Calculadora | c8f5668e5078d0cfc635a3213d6441e8257621a7 | 04805da5aa3d0f3e4f86870d328c733695854e3a | refs/heads/master | 2021-01-22T22:57:06.453694 | 2012-08-31T17:53:54 | 2012-08-31T17:53:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | cpp | #include<iostream>
#include<string>
#include""
//----------------------------------------------------------------------------------------------------------
int main(int argc, char* argv[])
{
string frase ;
cout<<"Calculadora de terminal\n"<<endl;
Node arvore;
while (true)
{
try
{
::disablePrint()
... | [
"cutterofbones@gmail.com"
] | cutterofbones@gmail.com |
7c78a401a2fed76b4c2f4a1680bb24aedd95ba62 | 7c60a4cd1cc117f1b76d2cbf101074500e72f471 | /obd/src/response/Base40TemperatureCodec.cpp | 6179fee78d37a49b76d36c9f277e66ec2aee8ec2 | [
"Apache-2.0"
] | permissive | Yanick-Salzmann/carpi | 0d32b452fe2c0e69434e3aa5989b6993af90e0db | 29f5e1bf1eb6243e45690f040e4df8e7c228e897 | refs/heads/master | 2020-09-15T23:26:07.396758 | 2020-03-28T22:07:36 | 2020-03-28T22:07:36 | 223,575,460 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50 | cpp | #include "obd/response/Base40TemperatureCodec.hpp" | [
"yanick.salzmann@gmail.com"
] | yanick.salzmann@gmail.com |
bfd8e33193719c5df7f16343f901944636732a5e | 3f3d8fdc4059841b80907f6aeace123b1f6ba999 | /src/SocketEndpoint.h | 67ab34a876aa5152d26cd3a7ebd0345b912d11d3 | [
"Unlicense"
] | permissive | woegster/libESRI | 1348074052d7d633049cecedd078e85088dce4c0 | 5f5e0afe78cd51bb259e42541edc640961743a43 | refs/heads/master | 2021-01-20T19:30:01.327019 | 2017-01-22T23:01:58 | 2017-01-22T23:01:58 | 62,997,022 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 639 | h | #pragma once
#include "networkCommon.h"
namespace toni
{
class SocketEndpoint
{
public:
SocketEndpoint();
void Set(const sockaddr_in& inv4);
void Set(const uint32_t inv4, uint16_t port);
void Set(const sockaddr_in6& inv6);
void Set(const in6_addr& inv6, uint16_t port);
sockaddr_in6 const ... | [
"tobias.woegerbauer@outlook.com"
] | tobias.woegerbauer@outlook.com |
9930188bf64d0e45c824fbf50524697ac9679158 | ea627a73ee189894f01447c43080d4607018c1e2 | /src/main.cpp | 8cea8285c160859fb34b71e88569f175ea72df23 | [
"MIT"
] | permissive | mukunda-/docker-cpp-example | 37f7c64a377b24fe498528c56797aea23f03036c | 07e30d46cc7aad9ad915283fa4508febfbc5e9f0 | refs/heads/master | 2022-11-11T23:20:03.035471 | 2020-07-03T16:59:56 | 2020-07-03T16:59:56 | 276,345,779 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 516 | cpp | // docker-cpp-example © 2020 Mukunda Johnson <mukunda@mukunda.com>
//-----------------------------------------------------------------------------
#include <iostream>
///////////////////////////////////////////////////////////////////////////////
int main( int argc, char *argv[] ) {
// Some happy code.... | [
"mukunda@mukunda.com"
] | mukunda@mukunda.com |
84e9ceb7d4ed332b833e8c09d0c3c934ea763dbd | c67190fc200f2c16c9119bb82956f29f6a51e984 | /server/inc/lzpl/lp_table.h | 3db1aec0302e73c970e169e944175631c3ef3851 | [] | no_license | zeroweek/ProgramGroup | 313481b29f7fed89485eeeda505588ea39c283b0 | 0f9a4d72d5d1ec29c269bf1f0fef25ec3a0f2351 | refs/heads/master | 2020-01-23T21:11:40.124703 | 2017-07-15T16:05:16 | 2017-07-15T16:05:18 | 73,174,954 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,751 | h | //****************************************************************************/
// author: caihy
// date: Nov 24, 2016
// description:
//
//****************************************************************************/
#ifndef _LP_TABLE_H_
#define _LP_TABLE_H_
#include "lpi_table.h"
#include "lp_baselist.h"
... | [
"1003217929@qq.com"
] | 1003217929@qq.com |
0a83c194700309359706a2efa8dec6dba7b28a45 | 9f2f17ca1568a7bceaa8c898827cee39cee639ed | /engine/private/Component.cpp | 52dfa3ed1209c26922490755b7f6463ac758bd0f | [] | no_license | WhoBrokeTheBuild/Noon | 7b0cc039aec625753d21c2dd643523a92e5b31fe | 7633e58fea2e1b245a95d8bd89f0df966411c981 | refs/heads/master | 2021-07-13T16:01:58.879511 | 2020-06-13T16:11:07 | 2020-06-13T16:11:07 | 157,505,906 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | cpp | #include <Noon/Component.hpp>
#include <Noon/Actor.hpp>
#include <Noon/Scene.hpp>
Actor * Component::GetActor() {
return _actor;
}
void Component::SetActor(Actor * actor) {
_actor = actor;
OnActorChanged(_actor);
}
| [
"sdl.slane@gmail.com"
] | sdl.slane@gmail.com |
f5be977aea549fc32eb6e84171da7ab737bd523e | 2c8044db6c97ab2e98ba45269ed8d24e0984ae18 | /AlgorithmsandDataStructures/5thLab/Esum(Treap).cpp | 9fcad9bd430c5ffa0fd77f386c00058dea64c675 | [
"MIT"
] | permissive | Retnirps/ITMO | 1b2f5363b99a69f518d03e03c8d1099e97b1d65f | 29db54d96afef0558550471c58f695c962e1f747 | refs/heads/master | 2023-05-26T23:06:53.533352 | 2021-06-14T21:31:18 | 2021-06-14T21:31:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,140 | cpp | #include <iostream>
using namespace std;
struct tree {
int y = 0;
long long x = 0, sum = 0;
tree * l = 0, * r = 0;
};
void update (tree* &tr) {
tr -> sum = tr -> x;
if (tr -> l != NULL) tr -> sum += tr -> l -> sum;
if (tr -> r != NULL) tr -> sum += tr -> r -> sum;
}
tree *root = NULL;
void ... | [
"mihpihnaty@yandex.com"
] | mihpihnaty@yandex.com |
7e28abdce2262c050a4c2c17db954ca700b2e0c3 | f4fd3f20eb18d93c3af5b82367b4c389894896a3 | /lib/data/interleave_dataset.cc | e8fe7c5b20bf9fd999c468cdbb808e03e01a8dc4 | [
"Apache-2.0"
] | permissive | bas-aarts/runtime | 51aec3514a359f89a6b4a314f00bad1bba3e7a36 | 476e8b838040d358bac251220c1141f6260b5bd1 | refs/heads/master | 2022-12-11T23:30:22.991345 | 2020-07-28T10:30:34 | 2020-07-28T10:32:01 | 283,367,043 | 0 | 0 | Apache-2.0 | 2020-07-29T01:25:20 | 2020-07-29T01:25:19 | null | UTF-8 | C++ | false | false | 13,328 | cc | /*
* Copyright 2020 The TensorFlow Runtime Authors
*
* 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 applicab... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
d5ace555643e1fc4f4d6f2144d73df0b839e0465 | 16b9a526b07cef5be34b6fb265d1b244a79e306c | /include/roq/literals.h | 25081dc5ff80897948afee3e87e391ccb511c35e | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | jeromeku/roq-api | 8009de48396133e76d1bee4dcb1c7fdb1778de0e | 20c18c97c177c591660fa8ffcb7e764963394a6a | refs/heads/master | 2023-03-06T21:33:58.117190 | 2021-02-19T08:10:39 | 2021-02-19T08:10:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 881 | h | /* Copyright (c) 2017-2021, Hans Erik Thrane */
#pragma once
// goals:
// - type-safe format strings
#include <string>
#include <string_view>
#include "roq/format_str.h"
namespace roq {
inline namespace literals {
inline std::string operator"" _s(char const *str, size_t len) {
using namespace std::literals;
re... | [
"thraneh@gmail.com"
] | thraneh@gmail.com |
5154ab1c197a5afd57c7c652739a0665835bfd6d | bbc9352d581a423c291a602e4715359b35d84502 | /SelectItem/build-SelectItem-Desktop_Qt_5_1_1_MinGW_32bit-Release/release/moc_tablemodel.cpp | 55151ceb0ce5e3f6d66fd756010da08b045c1787 | [] | no_license | TSURKOVSERGEY/qt_study | a2fde099f02624e863ee0460e6ee0b0fcc51f246 | 10c71611c3090e75fc429ddbfb096506e6580398 | refs/heads/master | 2016-09-05T23:19:29.258677 | 2013-12-24T09:19:22 | 2013-12-24T09:19:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,612 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'tablemodel.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.1.1)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"TSURKOVSERGEY@mail.ru"
] | TSURKOVSERGEY@mail.ru |
e7e7339268dd85a76e2ac446f80da5a619ca848c | fa9877968535297eea3ce8157444f73dcfb6be16 | /C++/Volume000/AOJ-0032-20120915(幾何 長方形と菱形).cpp | a3bf7102a1177d59033d9e429fda37a811e3318e | [] | no_license | kyos1704/aoj | 3681fe9c83ea13bb16f69ef3365819406a4becbb | e5358370668646ee263ba8570b59777f772feb1f | refs/heads/master | 2021-01-22T01:05:42.612286 | 2015-02-17T10:13:42 | 2015-02-17T10:13:42 | 9,950,885 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | #include<iostream>
#include<cstdio>
#include<algorithm>
using namespace std;
int main(){
int t=0,h=0;
int x,y,z;
while(scanf("%d,%d,%d",&x,&y,&z)!=EOF){
if(x*x+y*y==z*z){
t++;
}
if(x==y){
h++;
}
}
cout<<t<<endl<<h<<endl;
return 0;
}
| [
"kyos.kyos1704@gmail.com"
] | kyos.kyos1704@gmail.com |
f30fd7a7c8c3205a148c8f8ee47ca09ec3ef7006 | 96187cb1b203d621ff20abe0f13a5ece35c7de15 | /Codeforces/560/b.cpp | 41d7ba9ae6e3cfee00b49c7d56c7d8e2c61c1e5c | [] | no_license | shadabshaikh0/Competitive-Programming | 7faa248513338f0af8b0ce651536dbe0b18aafe7 | 56d0723e69c750ac287feb76e1cf60e646910a83 | refs/heads/master | 2020-07-04T04:27:28.498903 | 2020-01-05T02:28:18 | 2020-01-05T02:28:18 | 202,155,410 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define RD(v,n) for(ll i =0;i<n;i++ ) cin>>v[i]
#define bolt ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
using namespace std;
int main()
{
bolt;
ll n;
cin>>n;
vector<ll> v(n);
RD(v,n);
ll count = 0;
sort(v.begin(),v.end());
ll j = 1;
for(l... | [
"pictcanteen1983@gmail.com"
] | pictcanteen1983@gmail.com |
473750fe46c6be352b4d0605dfcde8e30082056f | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/security/base/lsa/server/extsdll/lib/lsaargs.cxx | e958efc63159626eec6f467b80c5b2100a555448 | [] | 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 | 1,683 | cxx | /*++
Copyright (c) 2001 Microsoft Corporation
All rights reserved
Module Name:
lsaargs.cxx
Abstract:
This file provides useful accssors and mutators.
Author:
Larry Zhu (LZhu) May 1, 2001 Created
Environment:
User Mode -Win32
Revision History:
--*/
#inc... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
16de97623a4959ba25f54c4d05fb2f7b02a02428 | 73df58bb1c256e35465787c24135f85156694532 | /Engine/Source/Runtime/GameplayAbilities/Public/GameplayEffectTemplate.h | e5a85727cde8e713b33f5a0e1ebf95968bbc9f24 | [] | no_license | igchesnok/AHRUnrealEngine | 9c003bf9988d58ece42be4af030ec6ec092cd12e | d300f83087a2d790f5bd9571dad441c67b2776b6 | refs/heads/master | 2021-01-18T17:49:35.497706 | 2014-10-09T22:32:35 | 2014-10-09T22:32:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,597 | h | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "GameplayEffect.h"
#include "GameplayEffectTemplate.generated.h"
/**
* The idea here is that UGameplayEffectTemplates are templates created by system designers for commonly used
* GameplayEffects. For example: StandardPhysicalDamage,... | [
"unrealbot@users.noreply.github.com"
] | unrealbot@users.noreply.github.com |
28d862322fd8cb2b62ca4cc193d430dbbe9c883a | 1aca08783c42b73105329640a941c76cb82558aa | /SDK/Extras/Textify3DMF/Source/TypeHandlers/Attributes/DiffuseColor.h | 1dd6f4b03d078ee58e6f7cd97546ec25e778887e | [] | no_license | Happy-Ferret/quesa | 91120c2fdc772ba3f44442f2d3068f9994918890 | 499090e9981dfa72011102eb9f1fa2d7d7f76ef5 | refs/heads/master | 2020-03-27T20:39:33.277546 | 2016-02-27T09:11:57 | 2016-02-27T09:11:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,200 | h | /*
* DiffuseColor.h
* Textify3DMF
*
* Created by James Walker on 3/30/12.
* Copyright (c) 2012 James W. Walker.
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the
* use of this software.
*
* Pe... | [
"jwwalker@a5a2676d-45bc-4c7e-904d-7c40250887ca"
] | jwwalker@a5a2676d-45bc-4c7e-904d-7c40250887ca |
97dda554f044ff1e3ca70eb68a9559b0933b6c58 | fc732bfc6f69a578b919c0fca2b35ebf6eded22e | /Blocks/source/Source Code/Asset Manager/Texture Manager/myTga.cpp | 547a96f3c513e28ca919baa185db000f8ac05d65 | [] | no_license | polymonster/demos-archive | 62ae3af439d6b1da115976365e055a1b2e5a797c | 86347051fe35b926ed9f9826af4474cde0635059 | refs/heads/master | 2020-05-01T18:00:28.238367 | 2019-08-13T14:37:21 | 2019-08-13T14:37:21 | 177,614,524 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,548 | cpp | #include "myTga.h"
tImageTGA *LoadMyTGA(const char *filename)
{
tImageTGA *pImageData = NULL; // This stores our important image data
WORD width = 0, height = 0; // The dimensions of the image
WORD xorigin = 0, yorigin = 0;
BYTE length = 0; // The length in bytes to the pixels
BYTE imageType = 0; // Th... | [
"alexandercdixon@gmail.com"
] | alexandercdixon@gmail.com |
37fd37bf2eee4313f9678c5959338302d9f13c09 | 131815a09e2491733d5155db0c696e458155e2e5 | /cpp_d01/ex07/main.cpp | e7f2847fd8b68dde3cdf868768a1845204380cb1 | [] | no_license | rsibiet/piscine_CPP | b9ff0c5269e28a38c52e0ce07e074864904b7049 | 316997190aabae3d0bcc749fd75da9265d010844 | refs/heads/master | 2020-03-23T00:18:09.740633 | 2018-07-14T14:05:49 | 2018-07-14T14:05:49 | 140,855,310 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,086 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: ... | [
"remysibiet@hotmail.fr"
] | remysibiet@hotmail.fr |
a4fb05b1fecb50e249ee8059efbae69bc3205151 | 66959b3e0221589c4579553c528d57abd68a7d11 | /src/socket/include/TlsServer.h | 908bed35fdd363246835c89dc2a818f50089f2a6 | [] | no_license | Norman44/Tls-Tcp-socket-wrapper | 3d6037148fd9a7693406cce85474483794590795 | ae18a5c969170dc3857a9e709296f8823b9ca931 | refs/heads/master | 2021-01-04T00:25:55.913041 | 2020-02-14T11:49:46 | 2020-02-14T11:49:46 | 240,301,075 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,156 | h | #ifndef TLSSERVER_H
#define TLSSERVER_H
#include "TcpServer.h"
#include <openssl/evp.h>
#include <openssl/ssl.h>
#include <openssl/rsa.h>
#include <openssl/x509.h>
#include <string>
namespace stream {
class TlsServer : public TcpServer {
public:
/**
* Tls constructor, initialize socket on p... | [
"ancimer.andrej@gmail.com"
] | ancimer.andrej@gmail.com |
f56303d7e672172a86055a36ad5946f75addc192 | 9a488a219a4f73086dc704c163d0c4b23aabfc1f | /tags/Release-0_9_12/src/FbTk/Compose.hh | 97cf33ea5cf4738bd15db2ef4027fb8b6131b4b9 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | BackupTheBerlios/fluxbox-svn | 47b8844b562f56d02b211fd4323c2a761b473d5b | 3ac62418ccf8ffaddbf3c181f28d2f652543f83f | refs/heads/master | 2016-09-05T14:55:27.249504 | 2007-12-14T23:27:57 | 2007-12-14T23:27:57 | 40,667,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,103 | hh | // Composer.hh
// Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
//
// 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... | [
"fluxgen@54ec5f11-9ae8-0310-9a2b-99d706b22625"
] | fluxgen@54ec5f11-9ae8-0310-9a2b-99d706b22625 |
e74000c8f2a99ff3580dc04723581d5c6380e924 | 084c974f7386f640ad0c5d9d00303c2f0bd41d98 | /BAH-CodeJam/BAH.h | f0e70440f72082c8f8ab666d01eaea26fa8f0fe3 | [] | no_license | blganesh101/gcj | 8b4f4bf812bebfe8b277c00808c084d36889b2b6 | a1479636c104026c142426fdfc063299fae3f778 | refs/heads/master | 2016-09-10T01:05:06.237668 | 2014-04-21T09:20:09 | 2014-04-21T09:20:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 173 | h | /*
* BAH.h
*
* Created on: Apr 15, 2011
* Author: lgmagic
*/
#ifndef BAH_H_
#define BAH_H_
class BAH {
public:
BAH();
virtual ~BAH();
};
#endif /* BAH_H_ */
| [
"lgmagic@gmail.com"
] | lgmagic@gmail.com |
4bba61aa1de9f8e765839f9c0daee5af8e895f9c | 19194c2f2c07ab3537f994acfbf6b34ea9b55ae7 | /android-33/android/service/restrictions/RestrictionsReceiver.hpp | 9b0e2b400fdd2a755ed3848f405b396ad0d3556d | [
"GPL-3.0-only"
] | permissive | YJBeetle/QtAndroidAPI | e372609e9db0f96602da31b8417c9f5972315cae | ace3f0ea2678967393b5eb8e4edba7fa2ca6a50c | refs/heads/Qt6 | 2023-08-05T03:14:11.842336 | 2023-07-24T08:35:31 | 2023-07-24T08:35:31 | 249,539,770 | 19 | 4 | Apache-2.0 | 2022-03-14T12:15:32 | 2020-03-23T20:42:54 | C++ | UTF-8 | C++ | false | false | 1,390 | hpp | #pragma once
#include "../../content/Context.def.hpp"
#include "../../content/Intent.def.hpp"
#include "../../os/PersistableBundle.def.hpp"
#include "../../../JString.hpp"
#include "./RestrictionsReceiver.def.hpp"
namespace android::service::restrictions
{
// Fields
// Constructors
inline RestrictionsReceiver::R... | [
"YJBeetle@gmail.com"
] | YJBeetle@gmail.com |
faa947cb973e78f7b047817d71b54a055555c51c | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /cc/paint/paint_shader_unittest.cc | f18200efb32f0e5cd621b0af7c35acd051a84671 | [
"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 | 4,623 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cc/paint/paint_shader.h"
#include "cc/paint/draw_image.h"
#include "cc/paint/image_provider.h"
#include "cc/paint/paint_image_builder.h"
#inclu... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
e7944a3e2e5b168b010de591500600304ebb30f4 | 57c31fec9dd244a47ea24e1b32a3b5bcba0d8d34 | /sources/back/protocols/4-transport_layer/Udp.hpp | cbb1a007ec5440560d4cb2d2b18256c0b9b64b3a | [] | no_license | Charrette/Yellow | 0546e09d5b1be31e9e5fafebce0f633c8457180e | 091ce5fff586ca998d70631461b802f864468bfa | refs/heads/master | 2021-01-10T18:13:48.394776 | 2016-03-24T07:36:54 | 2016-03-24T07:36:54 | 46,862,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,173 | hpp | #ifndef UDP_HPP_
#define UDP_HPP_
#include "AProtocol.hpp"
#include "Dns.hpp"
class Udp: public AProtocol {
private:
struct header_s {
u_short src_port;
u_short dst_port;
u_short length;
u_short checksum;
};
public:
Udp() {}
Udp(const u_char *data, const OSI &layers) {
this->name = "Udp";... | [
"robin.vasseur@epitech.eu"
] | robin.vasseur@epitech.eu |
54cc27b1947749867063ce8f369fc27a01e09d89 | 1c674b5cc06f379731aac53b7b04447c29454230 | /core/vm/arch/memory.cpp | 537d0ffdc43bd01abce674ca07fa4e4b5fb1030b | [
"OpenSSL",
"Zlib"
] | permissive | Shingayi-Bamhare/objeck-lang | 58275121735260d95f6ecfd996267f65526e781c | 2ab3751133b0a8c05cccf03f4a6c880fb012fa72 | refs/heads/master | 2020-06-16T12:35:41.467450 | 2019-07-06T03:56:29 | 2019-07-06T03:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,538 | cpp | /***************************************************************************
* VM memory manager. Implements a "mark and sweep" collection algorithm.
*
* Copyright (c) 2008-2019, Randy Hollines
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr... | [
"objeck@gmail.com"
] | objeck@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.