blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f97c24e2c257e24e578e0d8ab63dbe6a14e4844e | 738bdb781aa19a583d27d71184b3343351e77935 | /Sobel/Sobel/main.cpp | 8f4e572e3a19415383c733f9ebd8fc43d141c3de | [] | no_license | abhishek555/Experiments-with-OpenCL | b1a12fc0011190bf803b4690b39bc8f9544c0d7f | 896d7e4ba7cee12e73943341ff42985a32b9405f | refs/heads/master | 2021-03-12T22:40:35.540080 | 2011-04-10T05:28:54 | 2011-04-10T05:28:54 | 1,589,335 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | cpp | #include "cll.h"
int main()
{
int filterhor[9]={-1,-2,-1,0,0,0,1,2,1},filterver[9]={-1,0,1,-2,0,2,-1,0,1};
//int filterhor[9]={0,1,0,1,-4,1,0,1,0},filterver[9]={0,0,0,0,0,0,0,0,0};
CL example;
example.loadData("C://lena1.bmp",filterhor,filterver);
#include"Sobel.cl"
example.loadProgram(kernel_source);
example.cr... | [
"abhishek1990.itbhu@gmail.com"
] | abhishek1990.itbhu@gmail.com |
06c4fd8774a6cacf3bad61d8bfe3d53059cf8157 | 9dcc751eed6c10267328eafccfc009fd8f2f469f | /Direct X Trex/D2D/System/SoundManager.h | 9a9eae752388f8d443dd6048cd0e5717fbf63145 | [] | no_license | siro0413/sgadev | 12797c96df45655c1367202b1a9cd5ec6b0fd13e | da587901570467e45b8b23da4acb1646a1f43e6b | refs/heads/master | 2020-07-04T17:11:48.069804 | 2020-01-09T10:50:06 | 2020-01-09T10:50:06 | 202,350,614 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 655 | h | #pragma once
class SoundManager
{
public:
SoundManager();
~SoundManager();
void AddSound(string name, string soundFile, bool loop = false);
void Play(string name, float volume = 1.0f);
void Stop(string name);
void Pause(string name);
void Resume(string name);
bool Playing(string key);
bool P... | [
"noreply@github.com"
] | noreply@github.com |
0759344d8bf17aee651fe57bc3c7147929f89dd3 | 87cf5ac2f4067748c98a90d4d591346f772acaac | /simEff/cacti7/technology.cc | 89aa7eafc03c8a77786f543bb689fc6c2158bb53 | [
"MIT"
] | permissive | mfkiwl/uSystolic-Sim | 1b7fe25f450f035a234d76f04b69fd1baf09429d | ed03101108d299557ff215239caa1b51783882f6 | refs/heads/main | 2023-09-03T15:50:55.641561 | 2021-11-03T22:39:48 | 2021-11-03T22:39:48 | 355,863,882 | 0 | 0 | MIT | 2021-04-08T10:35:32 | 2021-04-08T10:35:32 | null | UTF-8 | C++ | false | false | 15,087 | cc | /*****************************************************************************
* CACTI 7.0
* SOFTWARE LICENSE AGREEMENT
* Copyright 2015 Hewlett-Packard Development Company, L.P.
* All Rights Reserved
*
* Redistribution and us... | [
"diwu0111@hotmail.com"
] | diwu0111@hotmail.com |
ea819aff259480d3dc6674b4fb323bb339298709 | b5e9dc2ca9bdc5f30c53f55832d5a9106939b73e | /Models/inc/ModelSkyBox0.h | 948938e3485d0a328dc4f49ee854d69ea2f4d81b | [] | no_license | marinbilan/ProjectX-OpenGL- | 24508ba1d7815e0cb210175fee70aafcd2ad8956 | d92761139d28be2e8b840eba7b5ab681c65cf320 | refs/heads/master | 2021-01-09T05:27:00.188050 | 2018-03-02T14:29:26 | 2018-03-02T14:29:26 | 80,769,669 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 797 | h | #pragma once
#include "../if/ModelIf.h"
namespace Models
{
class ModelSkyBox0 : public ModelsIf::ModelsIf
{
public:
// CONSTRUCTORs / DESTRUCTORs
ModelSkyBox0(std::vector<Shaders::ShadersIf::ShadersIf*>& vectorShaders);
~ModelSkyBox0();
// FUNCTIONs
GLuint getModelVAO();
GLuint ... | [
"marinbilan@gmail.com"
] | marinbilan@gmail.com |
19dd4350a1a4284320df86122849ca181ee7bb51 | e0c552a5429bc5549683efd6d9871cf2bac84b0b | /solution1-50/longestPalindrome.cpp | 0c3ea05f61cb0c7335db6fff0ac62a4883f1cbbe | [] | no_license | Vious/leetCodeRepo | 4e1569d510670cc7d69e2fa6401af1a44bdbb0bf | 4596b8d2cea08f75dcacad7a5d6ee927f4db5bed | refs/heads/master | 2020-03-23T14:17:55.011380 | 2019-01-05T02:07:03 | 2019-01-05T02:07:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,414 | cpp | #include <iostream>
#include <algorithm>
#include <string>
using namespace std;
class Solution {
public:
string longestPalindrome(string s) {
string results;
int len = s.size();
int longestS;
int start = 0, end = 0;
if (len <= 1) {
return results = s;
}
else {
for (int i = 0;... | [
"noreply@github.com"
] | noreply@github.com |
fc064fa1beb7a468d01d01ca24e9076a5a18e39c | a2f31900833536f6f3ba27d67c96200e43ced9c8 | /common/defines.h | f9490769195499b2ee5d74fe18ea4ff406092486 | [
"MIT"
] | permissive | JustSlavic/gl2 | dc651b91ad652fabad5b5e36da71b9da46116a80 | 1b4752d3273a1e401c970e18ae7151bba004a4ec | refs/heads/main | 2023-06-20T17:15:30.411751 | 2021-05-16T11:55:07 | 2021-05-16T11:55:07 | 328,379,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,082 | h | #ifndef GIR1_DEFINES_H
#define GIR1_DEFINES_H
#include "typedef.hpp"
#include <cstdlib>
#define STRINGIFY2(X) #X
#define STRINGIFY(X) STRINGIFY2(X)
#ifdef DEBUG
#define ASSERT(x) \
if (!(x)) { \
std::exit(1); \
} void(0)
#define ASSERT_MSG(x, msg) \
if (!(x)) { \
printf("Assertion fai... | [
"justslavic@gmail.com"
] | justslavic@gmail.com |
467579062b4a1774ea03fa76d1142ea23ecb01c8 | afde42a1959efbbd9dfdc5c87daea71dfd43d297 | /6-du/array2D.h | 639de995646b9aeddbdd71dfeb99c85073d1e7e5 | [] | no_license | renekliment/prc2 | 134e1834927d08ea0ea1cf85138296c0b17abc21 | 36d82450ba7bd4452fa71653d8978f56304bd194 | refs/heads/master | 2021-01-19T07:24:42.861789 | 2014-04-15T20:58:34 | 2014-04-15T20:58:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,399 | h | #ifndef ARRAY2D_H_INCLUDED
#define ARRAY2D_H_INCLUDED
#include <cassert>
template <typename T>
class Array2D
{
public:
explicit Array2D(unsigned int m, unsigned int n); // Konstruktor s parametrem
Array2D(const Array2D &array); // Kopirovaci konstruktor
~Array2D();
Array2D &operator=(Array2D rhs); // Priraz... | [
"rene@renekliment.cz"
] | rene@renekliment.cz |
8d8f986e154bcd0ebedb9af0ccae28cf1653cc40 | 563bb9d969a91da2336517a4a41c85994e1bf603 | /src/tools/dmr.cpp | 3bdb265ba84ca27bf2b872550885960904fcf5f1 | [] | no_license | jimbok8/Animesh | 858669815b33dd74d9fdf0270702d01474608fa6 | e3417a80ce484c4aee3e13bf194f038ddd4b17d0 | refs/heads/master | 2022-12-09T04:00:49.357206 | 2020-09-24T04:28:57 | 2020-09-24T04:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,612 | cpp | // Include standard headers
#include <iostream>
#include <fstream>
#include <cmath>
#include "Shader.hpp"
#include "glutils.hpp"
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "model.hpp"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"
/*... | [
"Dave.d@canva.com"
] | Dave.d@canva.com |
2139843478535372ad9c1df66fe8aeade47c651b | fda25179ea98b122cafd3d3e5e2bf7845245b609 | /对象模型探索/6-7new细节_重载类内operator_new_delete.cpp | 990c5331b742cda1af86830f3276efe49fef49bd | [] | no_license | huahuati/jichu-c- | 806a47d804b3ea894446818a6c2604fd66a09d8d | 440561ca6527aaee643ff0c74c9d1eb87d8a8296 | refs/heads/master | 2022-09-04T15:40:45.367207 | 2022-08-25T09:55:14 | 2022-08-25T09:55:14 | 186,784,320 | 9 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,483 | cpp | #include<iostream>
using namespace std;
namespace _nmspl
{
//一:new内存分配细节探秘
//注意到,一块内存的回收,影响范围很广,远远不是10个字节,而是一大片。
//跟配内存这个事 int* ppointint = new int(10);
//绝不是简单的分配出去4个字节,而是在这4个字节周围,编译器做了很多处理,比如记录分配出去的字节数等等。
//分配内存时,为了记录和管理分配出去的内存,额外多分配了不少内存,造成了浪费;尤其是频繁的申请小块内存是,造成的浪费更明显。
//new,delete(malloc... | [
"noreply@github.com"
] | noreply@github.com |
11beced675a22d2f0b5a73b68103d3291758aedb | e222909772463ebeeecab55a05d9c50f45e25038 | /src/core/functor.hpp | f59f985abb166ec01bf52453b3b8fd02fb762547 | [] | no_license | Siddhant/revkit-2.0 | d2382aac98f1b3acc41c2fc9ea5a85ff03238c97 | 963823d90b1dce107f447d4a67f5aaaf5220fc98 | refs/heads/master | 2020-06-04T16:57:35.817043 | 2014-11-22T07:36:54 | 2014-11-22T07:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,492 | hpp | /* RevKit (www.revkit.org)
* Copyright (C) 2009-2014 University of Bremen
*
* 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 late... | [
"siddhantsaraf@gmail.com"
] | siddhantsaraf@gmail.com |
a1b7e57c46ed6421cff2900d6adfaa6e7bfcb4a5 | f81124e4a52878ceeb3e4b85afca44431ce68af2 | /re20_1/processor9/40/p | 1e8692582778a8b95ef3fc8d42f4c50ee6fe08a2 | [] | no_license | chaseguy15/coe-of2 | 7f47a72987638e60fd7491ee1310ee6a153a5c10 | dc09e8d5f172489eaa32610e08e1ee7fc665068c | refs/heads/master | 2023-03-29T16:59:14.421456 | 2021-04-06T23:26:52 | 2021-04-06T23:26:52 | 355,040,336 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,642 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"chaseguy15"
] | chaseguy15 | |
fc39f107fd98076c253d5abb710f20afee11e3f0 | d3cb080569290de31375a0444f88b3c677022b7d | /bin/clang/computeVisitor.cc | 343cf50a7aec85eb67ac82a72cc988aebd6a1e17 | [
"BSD-3-Clause"
] | permissive | edwinaye/sst-macro | e9ace3d036eff7f314eb857bdfab9f9c5c6a662a | ae6828b302977edc5850293c4415e154b7fb6572 | refs/heads/master | 2021-08-14T06:23:16.733905 | 2017-11-10T14:48:09 | 2017-11-10T14:48:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,705 | cc | /**
Copyright 2009-2017 National Technology and Engineering Solutions of Sandia,
LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government
retains certain rights in this software.
Sandia National Laboratories is a multimission laboratory managed and operated
by National Technology and Engineering... | [
"jjwilke@sandia.gov"
] | jjwilke@sandia.gov |
8bbb3683049ec7e5a75491f3ce8b1ea63ccd6705 | f44986e40bbb554cc915797bd4ea5fc6e32d1015 | /graph/roadLib.cpp | 96ed0f3e5cd0af1eb4728288bd2752918bd5d943 | [] | no_license | sumitkaushik1005/coding | 934640a616e2e1ecca1a23a211bebd1fa2046158 | b057270cfa91634ce828155a15a2b755d32f18ff | refs/heads/master | 2020-09-01T14:23:04.055207 | 2020-04-29T15:12:08 | 2020-04-29T15:12:08 | 218,978,681 | 0 | 0 | null | 2020-04-29T15:12:09 | 2019-11-01T12:11:04 | C++ | UTF-8 | C++ | false | false | 646 | cpp | #include<bits/stdc++.h>
using namespace std;
vector<int> adj[1001];
bool vis[1001];
int visitedNodes;
void dfs(int s){
vis[s]=true;
visitedNodes++;
for(int i=0;i<adj[s].size();i++){
int v=adj[s][i];
if(vis[v]==false){
dfs(v);
}
}
}
int main(){
int nodes,edges,clib,croad;
cin>>nodes>>edges>>clib>>croad;
... | [
"sumitkaushik1005@gmail.com"
] | sumitkaushik1005@gmail.com |
1389e5df8d48e29b01e8d0d5a72f8ae3c7315316 | 9184fa3ab99f97bc7c0e04bfccc9c75dc4cc2770 | /HLTTest/MyCandidates/bin/plotDistributions.cpp | a0bdc3585a8886a6da269b8511f0939d55d5784e | [] | no_license | afiqaize/hltStuff | aeedfa9dcdf39ebae8217adf8041a38833038d50 | 257ae9ef3948056fff576870c1392967dfc666fd | refs/heads/master | 2020-04-16T00:20:54.427716 | 2018-04-30T17:44:19 | 2018-04-30T17:44:19 | 27,678,405 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,029 | cpp | #include "DataFormats/FWLite/interface/Handle.h"
#include "DataFormats/FWLite/interface/Event.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "DataFormats/EgammaReco/interface/SuperCluster.h"
#include "FWCore/FWLite/interface/AutoLibraryLoader.h"
#include "DataFormats/RecoCandidate/interface... | [
"afiqaize@gmail.com"
] | afiqaize@gmail.com |
f4e97ef970daa70a851d778dd3f960de989c6c3f | 084b38da37754392fae375c43d593be1c8b22bb7 | /bailian/cxsjsx/07.cpp | 51998a5dac173ba4e3f1f67fd11ddc9a3e480d5c | [] | no_license | heliy/oj | 1b0c65f02f94ffb5c1ce44a95bc07144505fc141 | 4c5f97f30997f285e321b0ece53e85595bc641ff | refs/heads/master | 2021-01-25T06:36:37.454934 | 2016-01-14T13:42:21 | 2016-01-14T13:42:21 | 28,627,519 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | cpp | #include<iostream>
#include<cmath>
#define N 17
#define W 0
#define Y 1
using namespace std;
int n;
int wall[N][N];
int init[N][N];
void print(){
int i, j;
for(i = 1; i <= n; i++){
for(j = 1; j <= n; j++){
cout << wall[i][j];
}
cout << endl;
}
cout << endl;
}
void push(int i, int j){
wa... | [
"ohhlyhly@gmail.com"
] | ohhlyhly@gmail.com |
f6a241c5dd900dec902f5e501aed1d8be8e87595 | 5ada07de913eca44cf73370d0166d6e080b61e62 | /Code/src/Game/GameObjects/Map/SpeedUp/SpeedUp.cpp | 601cf90694ebdadbf1ab0a769d2ed54f8eb9798c | [] | no_license | alexis-desrumaux/OOP_indie_studio_2019 | 3de1508d8bc2ccbf9c6a04e9f7855dea6e04c0c7 | 1570bcfc95fe91cfee2d555d5a5564d119b876e7 | refs/heads/master | 2023-01-03T14:10:01.417709 | 2020-11-02T15:04:17 | 2020-11-02T15:04:17 | 309,405,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | cpp | /*
** EPITECH PROJECT, 2020
** OOP_indie_studio_2019
** File description:
** SpeedUp
*/
#include "Bomberman.hpp"
Point3D SpeedUp::getPosition()
{
return this->_pos;
}
void SpeedUp::init(Point3D pos)
{
this->_pos = pos;
this->_rect = {0, 2, 0, 2, 0, 2};
}
SpeedUp::SpeedUp(GameObject *gmo)
{
this->_ga... | [
"alexis.desrumaux@epitech.eu"
] | alexis.desrumaux@epitech.eu |
b27c8ec246f659f8a95bd5b4ae394ff22b651488 | 44fc38fa3c8b5270a4150c53fa7c7572159686ae | /cipher/des.cpp | 5dd62a79b5240ccc4923e1fc7369154726d1ea82 | [] | no_license | Eriri/others | 7c5c8718125c3a64d82b816ad9446d009ea77b1e | 4a359e16708796d56beb4163d7e8fc6b30ba5678 | refs/heads/master | 2021-07-13T22:43:13.967579 | 2020-10-15T13:58:52 | 2020-10-15T13:58:52 | 215,477,419 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,832 | cpp | #include <bits/stdc++.h>
#define rep(i,s,t) for(int i=(s);i<(t);i++)
#define per(i,s,t) for(int i=((t)-1);i>=s;i--)
#define sz(x) ((int)x.size())
#define all(x) x.begin(),x.end()
#define pb push_back
#define mp make_pair
#define fi first
#define se second
using namespace std;
using ull=unsigned long long;
using vu=vec... | [
"741674999@qq.com"
] | 741674999@qq.com |
c8bc895076a561027a714e7a28690684ea27d00f | 96d217d66c00fa661135a677a40201269a9f66e7 | /Practica7/ejercicio1.cpp | 91a8b52dce6991149fe8ffeb409a3406f84192cf | [] | no_license | RandyViG/Sistemas-Distribuidos | e138a9ad54085a9478cafedf75632882abe4a5ed | 08395cece052f11ce43faecff4e5babe08658ec0 | refs/heads/master | 2020-12-24T02:18:39.832580 | 2020-06-05T00:57:17 | 2020-06-05T00:57:17 | 237,347,765 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179 | cpp | #include <iostream>
#include <string>
using namespace std;
int main(){
int n;
string line;
cin >> n;
getline(cin, line);
cout << "String: " << line << endl;
return 0;
}
| [
"rvillanuevag1603@alumno.ipn.mx"
] | rvillanuevag1603@alumno.ipn.mx |
05ca2c9876568ef6041ed7be619be286e3e4a5a4 | de22945e810219e5170d5092788f3055b314237b | /Color/Color.cpp | 07c0dcca10c6ba601392cdbe56dd81d9b7cde156 | [] | no_license | TommasoSalvini/ImageClass | f7f4ceceb0525554b3b84ac93b43067e87339f16 | 5b5cbd36813054e9ad4b8008383f48f25e9c59b9 | refs/heads/master | 2022-10-17T03:43:52.845640 | 2020-06-17T12:21:58 | 2020-06-17T12:21:58 | 270,971,450 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | //
// Created by salvi on 6/9/2020.
//
#include "Color.h"
void Color::SetColor(float r, float g, float b, float a) {
SetChannel(r,RED);
SetChannel(g,GREEN);
SetChannel(b,BLUE);
SetChannel(a,ALPHA);
}
void Color::SetColor(float in_value) {
SetChannel(in_value,ALL);
} | [
"tommaso.salvini1@stud.unifi.it"
] | tommaso.salvini1@stud.unifi.it |
874dcd8361050740674af2595d94bb3b16be2a86 | 5204ce86f9a20c0e628b7096d3944313d95fd52c | /src/_file_deal.cpp | f98116edaaa2ee7ac2e23563cc0bfec7c052e5d4 | [] | no_license | Esion-lin/AZFT-MPC | eec2790f207b56568d5dd0ead40d886891cb51ba | 6e90e956a3253016198ee47f17315fba2e40252c | refs/heads/master | 2022-09-13T14:50:46.496717 | 2020-06-04T07:26:36 | 2020-06-04T07:26:36 | 220,452,853 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 799 | cpp | #include <iostream>
#include <fstream>
using namespace std;
int main(){
ifstream file;
file.open("./sootOutput/P.jimple",ios::in);
ofstream out("./protocol_file/orgin.jimple");
if(!file.is_open()){
printf("Please compile protocol first\n");
return false;
}
std::string strLine;
bool cuthe... | [
"bigesion@gmail.com"
] | bigesion@gmail.com |
c576fe102bc51386ef75bf72fd17810f7e5dc399 | 8f7c8beaa2fca1907fb4796538ea77b4ecddc300 | /content/browser/tracing/background_memory_tracing_observer.cc | b7a06d2b295ee763b4af0996c5c9ec57d56de82f | [
"BSD-3-Clause"
] | permissive | lgsvl/chromium-src | 8f88f6ae2066d5f81fa363f1d80433ec826e3474 | 5a6b4051e48b069d3eacbfad56eda3ea55526aee | refs/heads/ozone-wayland-62.0.3202.94 | 2023-03-14T10:58:30.213573 | 2017-10-26T19:27:03 | 2017-11-17T09:42:56 | 108,161,483 | 8 | 4 | null | 2017-12-19T22:53:32 | 2017-10-24T17:34:08 | null | UTF-8 | C++ | false | false | 3,030 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/tracing/background_memory_tracing_observer.h"
#include "base/trace_event/memory_dump_manager.h"
#include "base/trace_event/memo... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0b123c0c33d3f99d656ed32069f1ace1a08f00db | cb292c5470c89a36d353e16086d8b4013cded850 | /rocksdb/env/env_posix.cc | 02f82e92e100caf2b1b6363ffbaaebdefcc91220 | [
"BSD-3-Clause"
] | permissive | frw/CS265-Project | 9b8f644e27bd5f548a0b8b7f129dfcbd0d15cdd6 | a1a258be380a86910f6defb061ad543caf1f934f | refs/heads/master | 2021-01-20T03:49:52.329752 | 2017-05-11T18:20:27 | 2017-05-11T18:20:27 | 83,836,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,004 | cc | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
//
// Copyright (c) ... | [
"emasatsugu@college.harvard.edu"
] | emasatsugu@college.harvard.edu |
10ad76f6781e41b66c7dbb12e78e280b26d0d394 | dcf205a47dc059219b7394d55d370ca0693c0757 | /libs/vgc/ui/keyevent.h | 7e8edbbc5367cfd08901badee237a6b722d6cf7f | [
"Apache-2.0"
] | permissive | vgc/vgc | 1114a03ede4da5e97c11fde8f2d3b2bbac74e437 | 2b40d27f4c995c67031a808a7775dc77d9a244df | refs/heads/master | 2023-09-01T02:10:28.818132 | 2023-08-31T13:37:40 | 2023-08-31T13:37:40 | 109,570,689 | 273 | 26 | Apache-2.0 | 2023-09-14T09:56:49 | 2017-11-05T10:44:49 | C++ | UTF-8 | C++ | false | false | 6,318 | h | // Copyright 2022 The VGC Developers
// See the COPYRIGHT file at the top-level directory of this distribution
// and at https://github.com/vgc/vgc/blob/master/COPYRIGHT
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may o... | [
"noreply@github.com"
] | noreply@github.com |
f59d707072ac9bc698483de57a35e72664fd9dbd | 076ca56a19d4bd95d0c4442598c22994ef40a56e | /Plugins/AnyFM/AnyFM.cpp | 6007bc15d36ef6d40d5ab9a24ed3146d008119fe | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Oliver-Habersetzer/AnyFM | abe1a335764c66a4a32a918a2be3f2cb1de4c989 | 33cdb3f4f511237d70f1e19294fd6781dcac62b8 | refs/heads/master | 2023-02-25T22:35:52.681742 | 2021-02-02T17:36:38 | 2021-02-02T17:36:38 | 282,061,168 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,258 | cpp | #include "AnyFM.h"
#include "IPlug_include_in_plug_src.h"
#include "IControls.h"
AnyFM::AnyFM(const InstanceInfo& info) : Plugin(info, MakeConfig(kNumParams, kNumPresets))
{
GetParam(kGain)->InitDouble("Gain", 1, -2, 2, 1, "%");
this->pGain = GetParam(kGain);
GetParam(kWidth)->InitDouble("Width", 3, 0, ANY_FX_M... | [
"oliver.habersetzer@gmail.com"
] | oliver.habersetzer@gmail.com |
c8f9b3efd2b7553e37c8b951576e30a109fd7880 | e6b4a9fb699feb39ae4c80ae5c59c539440ccb43 | /Prototypes/OpenGL/matrix/arr.c++ | 2d63cab754f8631cb9ec4dcf188dcb1153488148 | [] | no_license | Hedede/various-things | 2451154473892546c94633289b66b9d6cd341f9c | ae813b21d70a1dab72a091035332c898d89e5eda | refs/heads/master | 2023-08-09T17:46:52.906049 | 2023-07-30T09:55:41 | 2023-07-30T09:55:41 | 63,462,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | #include <tuple>
#include <utility>
#include <cstddef>
using namespace std;
template<size_t N>
struct vec {
int v[N];
};
template<size_t N, class...Ts, size_t...M>
vec<sizeof...(M)> suqa1(tuple<Ts...> const& t, index_sequence<M...>)
{
return { get<N+M>(t)... };
}
template<size_t M, size_t N>
struct mat {
vec<M> ... | [
"haddayn@gmail.com"
] | haddayn@gmail.com | |
cbf22ffcb1f85af0ed057252f4d46fdd353c9b39 | a053b7d3e257975be354e6fbf17e05dbbdd44269 | /Cpp/baekjoon_17779.cpp | b6336e3cde39b7cf95c0d729df4cc760bebce58c | [] | no_license | OnMyTeam/Algorithm | 9dc03fda32861cb224e70ec183216f79930af698 | b6d750e2e872452f34007f4134fdd5bfb69f1319 | refs/heads/master | 2021-06-08T11:13:06.217458 | 2021-05-07T08:03:37 | 2021-05-07T08:03:37 | 140,678,600 | 6 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,343 | cpp | #include <iostream>
#include <vector>
using namespace std;
int N;
vector<int> *people;
vector<int> *area;
void makeArea(int r, int c){
for(int d1=1; d1 <= 2; d1++){
for(int d2=1; d2 <= 2; d2++){
// if(d1 > (N-r-d2) || d2 > N-d2){
// continue;
// }
int su... | [
"sangiki07@gmail.com"
] | sangiki07@gmail.com |
cf863ad770d3c810888c355a667f40175ad2c608 | 53c1f593619f80debc69b39cb06ebe6b7dd17eb0 | /twopointer/1450re.cpp | 78433fc5ac5ba4ea5ba0d6d91dc0d8e394d5e5ca | [] | no_license | kyeongsoosoo/AlgoStudy | 204c903fbb076b9b6d9240f9b4c38543fa9331cb | 335947c092ed85c5384e350971b9ed059df9320f | refs/heads/master | 2023-05-21T10:37:36.455303 | 2021-06-05T18:40:22 | 2021-06-05T18:40:22 | 355,245,547 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int n,c,ans, a[33];
vector<int> v1,v2;
void dfs(int idx, int e, int sum, vector<int>& v){
if(sum>c) return;
if(idx > e) return v.push_back(sum);
dfs(idx+ 1, e, sum, v);
dfs(idx+ 1, e, sum + a[idx], v);
}
int main() {
... | [
"shakramon@naver.com"
] | shakramon@naver.com |
eac62b001f408f492be77d8fe8de59241651a830 | 050c8a810d34fe125aecae582f9adfd0625356c6 | /oni2021/baraj1/gp.cpp | 01c3f310e8f15cd5532de1c3ff486185ca8d3eae | [] | no_license | georgerapeanu/c-sources | adff7a268121ae8c314e846726267109ba1c62e6 | af95d3ce726325dcd18b3d94fe99969006b8e138 | refs/heads/master | 2022-12-24T22:57:39.526205 | 2022-12-21T16:05:01 | 2022-12-21T16:05:01 | 144,864,608 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,528 | cpp | #include <cstdio>
#include <vector>
#include <deque>
#include <algorithm>
#include <set>
using namespace std;
const int NMAX = 1e5;
int n;
int p[NMAX + 5];
pair<int,int> v[NMAX + 5];
bool used[NMAX + 5];
set<int> taken;
int main(){
scanf("%d",&n);
for(int i = 1;i <= n;i++){
scanf("%d",&p[i]);... | [
"alexandrurapeanu@yahoo.com"
] | alexandrurapeanu@yahoo.com |
66a5c0a8eea62ac0cf3c66c9403c6362ebd217e0 | 60f6b6baf72ebb5d4bdb71ff9d93356b3433f227 | /NoRobo-2016-04-02A/NoRobo-2016-04-02A.ino | 570a97b2209d5196650a58cd74ae031e2a91acda | [] | no_license | Regor58/NoRobo-experiments | 0ef09470c79f55abc3db21a35da42b2e416f07a4 | 57f3fd40c2a809c890c0a955204e92d20ae3203f | refs/heads/master | 2020-05-05T11:14:49.614717 | 2016-05-01T10:00:19 | 2016-05-01T10:00:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,029 | ino | /****************************************************************
* contrôler la vitesse et le sens de rotation de moteurs DC
* ce programme fait tourner le robot dans un sens puis l'autre
* en commencant par sens inverse des aiguilles d'une montre
*
* sources
* http://www.zem.fr/arduino-controler-des-moteurs-dc-avec-... | [
"aldelpech@users.noreply.github.com"
] | aldelpech@users.noreply.github.com |
a569992ac3fa7b87f6ad5b9888d374f535d49077 | 769cff1fce30a3edbd41e4d1b407a2d7a8924314 | /femm/hd_OpSegDlg.h | 14c434913d053f5f3606d5005907bad1cb3c3841 | [] | no_license | mtp22peng/femm42src_cuda | 206b541ebbc68e800c388fd35954f3435f0a708f | ee29e597ccc576703a907d6ff77bd7f029c8b226 | refs/heads/master | 2021-05-27T10:27:13.168545 | 2020-04-29T08:24:38 | 2020-04-29T08:24:38 | 254,252,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,122 | h | // OpSegDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// hdCOpSegDlg dialog
class hdCOpSegDlg : public CDialog
{
// Construction
public:
hdCOpSegDlg(CWnd* pParent = NULL); // standard constructor
int cursel;
int condsel;
CArray<CBoundaryProp,CBoundaryProp&>... | [
"mt.peng@gmail.com"
] | mt.peng@gmail.com |
d9e423ffb2c2dcbb3d7670a0e9b11c15d9337e45 | d591ccc0b6d2c4a4409b496839fd2dddc1ad6e1b | /connectionText.cpp | 8b10b79fd4f36a4e79a2493731be0cd580819adc | [] | no_license | kongyijin/DiagramsceneDemo | 18756a864c2d0a14ebe6832ebfa078777d0aa46f | a5249c5e8faea4dba7110fd616e19d31918a93ab | refs/heads/master | 2022-12-10T23:50:54.415006 | 2020-09-11T04:06:43 | 2020-09-11T04:06:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,096 | cpp | #include "connectionText.h"
#include <qmath.h>
#include <QPen>
#include <QPainter>
ConnectionText::ConnectionText(DiagramTextItem *startItem, DiagramTextItem *endItem, QGraphicsItem *parent)
:QGraphicsLineItem(parent)
{
myStartItem = startItem;
myEndItem = endItem;
setFlag(QGraphicsItem::ItemIsSelecta... | [
"boxforwy@gmail.com"
] | boxforwy@gmail.com |
0747496c8feb2b709309b4f97763f9a9c535b55f | dc575aa2df3c6e611adf6b4e18466bbbc3ccdd51 | /長谷川雅恭0323/GhostHouse/Source/GameObject/Character/Enemy/RedEnemy.cpp | 51a8fcd7253b12244cc75eb3363a5cc6da30021d | [] | no_license | Nagi3582/Hasegawa | 31db0340725eac8fd799517292b75bf1cdad0c8d | e42033a13251cc4b8b026b30961194018c26bcb9 | refs/heads/master | 2021-04-15T09:24:34.797175 | 2018-03-23T03:58:33 | 2018-03-23T03:58:33 | 111,678,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | cpp | #include "RedEnemy.h"
#include "../../../Utility/Asset/MeshName.h"
#include "../../Light/LightColor.h"
#include "EnemyState/State/EnemyStateIdle.h"
#include "EnemyState/State/EnemyStateDiscovery.h"
#include "EnemyState/State/EnemyStateAttack.h"
#include "EnemyState/State/EnemyStateStop.h"
#include "EnemyState/St... | [
"noreply@github.com"
] | noreply@github.com |
4a542bafc70be2d2f92e5bdd00c6ef81fea63087 | 5950f4739097d73d0d2d58e91e32ef13e2c2ed11 | /platform/shared/common/RhodesAppBase.cpp | da6bb2083cf54e0b47dc98872bf8cc0e5633ce6b | [
"MIT"
] | permissive | rodrigorosa/rhodes | 7da5f9964e1a67f374278457158f8403518ed94b | 368606cd2894ddecdc0b344d1fe935beb6d5261d | refs/heads/master | 2021-04-27T08:30:59.315495 | 2018-02-06T12:57:27 | 2018-02-06T12:57:27 | 122,491,581 | 1 | 0 | null | 2018-02-22T14:44:21 | 2018-02-22T14:44:21 | null | UTF-8 | C++ | false | false | 16,443 | cpp | /*------------------------------------------------------------------------
* (The MIT License)
*
* Copyright (c) 2008-2011 Rhomobile, Inc.
*
* 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 ... | [
"leonardo.falk@hotmail.com"
] | leonardo.falk@hotmail.com |
1eaf0add2b96c9d5844f2958ec89d8e73b29ff36 | 0d0cfbeda1636a3f110d8acc7212f45fe6423ba7 | /InjectByAPC/InjectByAPC/stdafx.cpp | 035e3261b17e238ef32ba7d002632a00cfc181d8 | [] | no_license | awrheaven/Inject | c4187d8658f17245ddb71449c38e78f987c84046 | 1f8451741c1dd4273ee3c09013bbc19ef5451bc2 | refs/heads/master | 2021-07-10T09:11:19.185835 | 2017-10-09T14:25:36 | 2017-10-09T14:25:36 | 106,294,199 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 262 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// InjectByAPC.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中引用任何所需的附加头文件,
//而不是在此文件中引用
| [
"17802926324@163.com"
] | 17802926324@163.com |
89056f0da1fe944a50971e8fecc4d7b7e5d06d10 | 33b8c73475c5f82057cb3bd56a0344075530a500 | /SharedSource/boost/re_detail/regex_stack.hpp | be2facf22acd6ef5de4526b581ed3d2ac3311b9e | [] | no_license | freemanzhou/fmsync | fa9489498e54cfd805d25ae576a449a43c5de5f1 | a5411597ed3a6d0574c1353c94567634298a4cb3 | refs/heads/master | 2020-03-08T08:27:06.225457 | 2007-02-17T23:38:47 | 2007-02-17T23:38:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,188 | hpp | /*
*
* Copyright (c) 1998-2000
* Dr John Maddock
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission... | [
"rtsuk"
] | rtsuk |
bf6578466c40ae0956a1be40396e61b66f04bf8d | 0813ee5e3dd0ae14be05d10ebb005fc6d8cce002 | /c++/抽象类/Human3.cpp | 07a9636c8845a3e6993cef0bc7283ec4d3f64459 | [] | no_license | listentodella/Android | d59e81c7be1c63c2e936614703b3c16a2927bde4 | 9c4134fe4bbaf16cf5a45079887029a423351a68 | refs/heads/master | 2021-06-28T16:51:04.196832 | 2019-03-12T13:12:20 | 2019-03-12T13:12:20 | 109,273,649 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,780 | cpp | #include "iostream"
#include "string.h"
#include "unistd.h"
using namespace std;
class Human{
private:
int a;
public:
virtual void eating(void) = 0;
virtual void wearing(void) = 0;
virtual void driving(void) = 0;
virtual ~Human(){std::cout << "~Human" << '\n';}
virtual Human* test(void){std::cout << "Huma... | [
"937138688@qq.com"
] | 937138688@qq.com |
98db2c0193f926000d876b861dd102a5a4d6c4ce | 1aee28cd17368f8532a5dc025606cb3bd7a99823 | /frontend/njmcDecoder.h | 99846afdc88f1c91cfd6c552eaeefdb46a7b4273 | [] | no_license | ceeac/boomerang | 46e4f501f844c70f1bbc679f46b9067e59d3373a | f95d6436845e9036c8cfbd936731449475f79b7a | refs/heads/next | 2021-06-04T21:38:57.175821 | 2016-11-02T15:21:14 | 2016-11-02T15:21:14 | 97,309,533 | 6 | 3 | null | 2017-07-15T10:45:46 | 2017-07-15T10:45:46 | null | UTF-8 | C++ | false | false | 5,110 | h | /*
* Copyright (C) 1996-2001, The University of Queensland
* Copyright (C) 2001, Sun Microsystems, Inc
* Copyright (C) 2002, Trent Waddington
*
* See the file "LICENSE.TERMS" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*
*/
#pragma once
#include "deco... | [
"nemerle5@gmail.com"
] | nemerle5@gmail.com |
67325261e760a410f22bdb5a1c5b16bf7be56727 | cebf798661ba3da10dbbc1d285a770903507e9fa | /include/mdp_methods/mdp_net.h | d035b8fb506dc684a909994d977b00fd71357dd8 | [] | no_license | Tingyiwanyan/Grid_map_structure_PI | 6ed40b762391cb5e2215cf56d0c858c20bc703c9 | 9501a79b1fabdd42283b0bcf369521cdc8c6cfbd | refs/heads/master | 2020-03-26T22:11:50.000437 | 2018-12-14T01:55:08 | 2018-12-14T01:55:08 | 145,439,627 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,461 | h | #ifndef MDP_NET_H
#define MDP_NET_H
#include "mdp_state.h"
#include "mdp_grid2d.h"
#include "../viz_tool/glfunc.h"
/*y default, 1st cell of grid start from bottom left;
if from top left, comment below */
#define CELL_BEGIN_FROM_BOTTOM_LEFT
namespace mdp_planner{
typedef
struct MDP_Net : public MDP_Grid2D
{
... | [
"tiwanyan@gmail.com"
] | tiwanyan@gmail.com |
117738c0675e9a401b053da5f8049d87f5b5c247 | efc0d6b521aa7c6605a2827311214b79a7efb8ec | /210_Indychko_task2/Queue.h | 6a24a6e4458a6d4f33b1a34a42bcdea46809f067 | [] | no_license | luseno4ek/task2-3_4sem_cmc | bfe32ad697a0bd5b49b8b7f534efa045bc7dcd0d | 7f832b5287ba0fd63d80c5109c92bdeb6f3708ce | refs/heads/main | 2023-03-29T16:51:54.180949 | 2021-03-14T10:51:41 | 2021-03-14T10:51:41 | 351,848,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 717 | h | #ifndef QUEUE_h
#define QUEUE_h
#include <iostream>
struct ClientInfo {
char* surname;
int time;
ClientInfo(const char* _surname, int _time = 0);
ClientInfo(const ClientInfo& _client);
~ClientInfo();
friend std::ostream& operator <<(std::ostream& out, const ClientInfo& arg);
};
template <type... | [
"olindyv@mail.ru"
] | olindyv@mail.ru |
49d15997ba2268cb51355a502b804d589fe1b704 | 0a9c29d4490842dd2b8c1e459265e853ddeb2d11 | /lua-nk/lib/lua_templates.h | 5ae282bf2bef0b14d9a85e5ead93116f9b6ecf5e | [] | no_license | hchunhui/config_editor | dd97e6a294b41463d11436c86b64ac9dad240020 | 8863ad9374161a795b1a7dd52edb43977a8d198a | refs/heads/master | 2022-03-06T19:38:49.644688 | 2022-02-04T15:14:50 | 2022-02-04T15:14:50 | 235,600,518 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 12,249 | h | #ifndef LIB_LUA_TEMPLATES_H_
#define LIB_LUA_TEMPLATES_H_
#include "lua.h"
#include <typeinfo>
#include <vector>
#include <set>
#include <cstring>
extern "C" {
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
#include "lua-compat.h"
}
//--- LuaType
// Generic case (includes pointers)
template<typename T>
st... | [
"hchunhui@mail.ustc.edu.cn"
] | hchunhui@mail.ustc.edu.cn |
2d17d2ef1eb2477b7e526163806aba35eddf6b94 | f115901d03013bf0459b39da1b10f017c88eace5 | /autoli/rock/rock_server.h | 8f7c0073dc503c0721d0fd59eac350fc041a6ef8 | [] | no_license | autoli/server-design | 4fc41dfc5cb4b125dd559007beba7744b0e45edd | cb186a2039fcb693a94227f714db724b033fa538 | refs/heads/master | 2023-02-26T19:23:06.474423 | 2021-02-07T06:48:19 | 2021-02-07T06:48:19 | 312,457,197 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | h | #ifndef __AUTOLI_ROCK_SERVER_H__
#define __AUTOLI_ROCK_SERVER_H__
#include "autoli/rock/rock_stream.h"
#include "autoli/tcp_server.h"
namespace autoli {
class RockServer : public TcpServer {
public:
typedef std::shared_ptr<RockServer> ptr;
RockServer(const std::string& type = "rock"
,autoli::I... | [
"auto_lilei_stu@163.com"
] | auto_lilei_stu@163.com |
65fc6e257ab1a7bc485e717aeb1b4b89d54df820 | 24c3b6ee3e2b06288bed587e34751969b4a73e31 | /Codeforces/Div2/Round 623/E.cpp | 777bce36246f09f6928da761ccc736222e5bd819 | [] | no_license | KatsuyaKikuchi/ProgrammingContest | 89afbda50d1cf59fc58d8a9e25e6660334f18a2a | d9254202eec56f96d8c5b508556464a3f87a0a4f | refs/heads/master | 2023-06-05T20:07:36.334182 | 2021-06-13T13:55:06 | 2021-06-13T13:55:06 | 318,641,671 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 395 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef pair<ll, ll> pll;
#define FOR(i, n, m) for(ll (i)=(m);(i)<(n);++(i))
#define REP(i, n) FOR(i,n,0)
#define OF64 std::setprecision(10)
const ll MOD = 1000000007;
const ll INF = (ll) 1e15;
int main() {
ll N, K;
cin >> N >> K;
... | [
"k.kikuchi.ah@gmail.com"
] | k.kikuchi.ah@gmail.com |
5cac1f1087ee0feb21dc01231b07a25142010070 | 83ad8b21621bd589d50e573913d268cee30e2f1a | /src/SVScriptPanel/src/scriptPanel.cpp | 191f8459abf9372b46edb5146254cec664d8e4d3 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Rworld-Ravi/SVisual | 018b0cdc60d5643a64cba97d1c59de112007474c | d1dbb51644ec69acb05e6ff6899a56845b83c6e2 | refs/heads/master | 2022-11-24T02:35:24.032383 | 2020-08-01T17:00:33 | 2020-08-01T17:00:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,308 | cpp | //
// SVisual Project
// Copyright (C) 2018 by Contributors <https://github.com/Tyill/SVisual>
//
// This code is licensed under the MIT License.
//
// 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 S... | [
"al_medved@mail.ru"
] | al_medved@mail.ru |
45979686eba101d995b1dc9fa3da3c33bfe78279 | 477c8309420eb102b8073ce067d8df0afc5a79b1 | /VTK/Rendering/vtkMesaFreeTypeTextMapper.cxx | 58f827ec12b60a9b2c74fb1e03c234e234d38c72 | [
"LicenseRef-scancode-paraview-1.2",
"BSD-3-Clause"
] | permissive | aashish24/paraview-climate-3.11.1 | e0058124e9492b7adfcb70fa2a8c96419297fbe6 | c8ea429f56c10059dfa4450238b8f5bac3208d3a | refs/heads/uvcdat-master | 2021-07-03T11:16:20.129505 | 2013-05-10T13:14:30 | 2013-05-10T13:14:30 | 4,238,077 | 1 | 0 | NOASSERTION | 2020-10-12T21:28:23 | 2012-05-06T02:32:44 | C++ | UTF-8 | C++ | false | false | 1,559 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkMesaFreeTypeTextMapper.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This... | [
"aashish.chaudhary@kitware.com"
] | aashish.chaudhary@kitware.com |
13c437db9085535024a27f288d1d8cd92177f383 | 6e7a2e35832f27fe3e4aa6509dc7c54a3ef7681c | /Common/src/c_plus_plus_support.cpp | b20e92718abaf5342dc25ce6b3523b6257703821 | [
"BSD-2-Clause"
] | permissive | foxostro/FlapjackOS | 76fa18146f61f2930dca0adb368b04a40579c36a | 34bd2cc9b0983b917a089efe2055ca8f78d56d9a | refs/heads/master | 2021-10-24T05:08:12.104045 | 2019-03-22T04:27:52 | 2019-03-22T04:27:52 | 114,494,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,427 | cpp | #ifdef TESTING
#error "It's not a good idea to try to replace the C++ runtime within the unit test suite. This translation unit is untestable by nature."
#endif
#include <cstdlib>
#include <new>
void* allocate_memory_for_aligned_new(size_t size, std::align_val_t align)
{
if (0 == size) {
size = 1;
}
... | [
"foxostro@gmail.com"
] | foxostro@gmail.com |
e5335ffce1b3f82bfb794b6c86bf60823fba583c | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /base/process/launch_posix.cc | e45604362511b4877236c5e856396d6420b1589e | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 24,886 | 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 "base/process/launch.h"
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <sched.h>
#include <setjmp.h>
#include <signal.h>... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
77ab0fe5e4f955e736f9727a4dd29058cb5fdd04 | 5888c735ac5c17601969ebe215fd8f95d0437080 | /All code of my PC/inharitance.cpp | 12f0467d715373819e80e975cc51ba13078d8ff7 | [] | no_license | asad14053/My-Online-Judge-Solution | 8854dc2140ba7196b48eed23e48f0dcdb8aec83f | 20a72ea99fc8237ae90f3cad7624224be8ed4c6c | refs/heads/master | 2021-06-16T10:41:34.247149 | 2019-07-30T14:44:09 | 2019-07-30T14:44:09 | 40,115,430 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 625 | cpp | #include <iostream>
using namespace std;
class CRectangle
{
int width, height;
public:
void set_values (int, int);
int area ()
{
return(width * height);
}
friend CRectangle duplicate (CRectangle);
};
void CRectangle::set_values (int a, int b)
{
width = a;
height = b;
}
CRectangl... | [
"asad14053@users.noreply.github.com"
] | asad14053@users.noreply.github.com |
08110c160b0f12d28e97f7e72616638cebf6a839 | 669aeb5f848b4eb87aa48985c5e36213ce0450fe | /svg.h | 765c383ff2cb0b3050165810349c42edcfe7b170 | [] | no_license | IvanovaVerA/cs-lab03 | e7d566ef49d55392fb28e1ffb9adb527e56ac158 | 5a92eb967f114de3e62d055c9eeacd2adbea47a1 | refs/heads/master | 2023-05-14T16:15:03.562940 | 2021-06-07T07:45:37 | 2021-06-07T07:45:37 | 359,378,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | h | #ifndef SVG_H_INCLUDED
#define SVG_H_INCLUDED
#include <vector>
#include <string>
using namespace std;
void
svg_begin(double width, double height);
void
svg_end();
void
svg_text(double left, double baseline, string text) ;
void
svg_rect(double x, double y, double width, double height,string stroke, string fill);
void
... | [
"ivveai@mail.ru"
] | ivveai@mail.ru |
1dfdc01009769fb83afb06a508ee48147a2a2e48 | 67a46851a67f0a93d7312c5a9a89c942e37b73eb | /algorithm/HDU-ACM/ambition0109/26863.cpp | 7d772f79a6cebf87ce1d110639df5975bd0d82aa | [] | no_license | zhangwj0101/codestudy | e8c0a0c55b0ee556c217dc58273711a18e4194c9 | 06ce3bb9f9d9f977e0e4dc7687c561ab74f1980b | refs/heads/master | 2021-01-15T09:28:32.054331 | 2016-09-17T11:11:06 | 2016-09-17T11:11:06 | 44,471,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,134 | cpp | ////////////////////System Comment////////////////////
////Welcome to Hangzhou Dianzi University Online Judge
////http://acm.hdu.edu.cn
//////////////////////////////////////////////////////
////Username: ambition0109
////Nickname: Ambition
////Run ID:
////Submit time: 2010-07-17 10:58:59
////Compiler: Visual ... | [
"zhangwj@zhangwj-MacBook-Pro.local"
] | zhangwj@zhangwj-MacBook-Pro.local |
d8d88873e804405283a86b4b494855ab804dfb00 | 7e893872b478c1a957c26d551c1fc76aef7c9b90 | /src/i2c_rtc_m41t00s.cpp | f3b66fe040af0dadabcf7854004aca1913d5f091 | [
"Apache-2.0"
] | permissive | xiaokangkp/i2c_rtc_m41t00s | 17115b146d9aa74680379354a49391bd1c6f89d6 | 2b9b00c8d9689730a841539fcca5f759932cf157 | refs/heads/master | 2020-04-12T02:16:13.047115 | 2016-10-03T16:06:17 | 2016-10-03T16:06:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,303 | cpp | /*
i2c_rtc_m41t00s.cpp - Arduino library for ST M41T00S real-time clock
Library:: i2c_rtc_m41t00s
Author:: Doc Walker <4-20ma@wvfans.net>
Copyright:: 2009-2016 Doc Walker
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Yo... | [
"4-20ma@wvfans.net"
] | 4-20ma@wvfans.net |
d2198de0a39216e5ddff8f1e610a79215b174252 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/Character.cpp | dc5a395d2a8c3da805bccd21a0d80e592ed27413 | [] | no_license | rickyharis39/nolf2 | ba0b56e2abb076e60d97fc7a2a8ee7be4394266c | 0da0603dc961e73ac734ff365bfbfb8abb9b9b04 | refs/heads/master | 2021-01-01T17:21:00.678517 | 2011-07-23T12:11:19 | 2011-07-23T12:11:19 | 38,495,312 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 133,474 | cpp | // ----------------------------------------------------------------------- //
//
// MODULE : Character.cpp
//
// PURPOSE : Base class for player and AI
//
// CREATED : 10/6/97
//
// (c) 1997-2002 Monolith Productions, Inc. All Rights Reserved
//
// -----------------------------------------------------------... | [
"vytautasrask@gmail.com"
] | vytautasrask@gmail.com |
a5e8879e80d942c08143fa742778bb989434180a | 4cfbd314daff5e502712812b9f160a42ed83ac43 | /ARRANGE.cpp | 5502f588d6788f9820a8223cb11cf557361cc368 | [
"MIT"
] | permissive | abhipso/Codechef-Solutions | 2e3907f774759e862c7d334bb6fe5a13c37270f0 | 0d15cde3178d8a926986e8fddb8469074e007399 | refs/heads/master | 2021-10-11T20:24:10.251368 | 2017-06-27T19:41:54 | 2017-06-27T19:41:54 | 95,359,011 | 0 | 0 | MIT | 2019-01-29T12:49:45 | 2017-06-25T12:40:26 | C++ | UTF-8 | C++ | false | false | 592 | cpp | #include <bits/stdc++.h>
using namespace std;
int reverse(int n,int k)
{
std::vector<int> v;
while(n>0)
{
v.push_back(n%2);
n/=2;
k--;
}
while(k--)
{
v.push_back(0);
}
int ans=0;
for (int i = 0; i < v.size(); ++i)
{
ans = (ans*2)+v[i];
}
return ans;
}
int main()
{
int t;
... | [
"noreply@github.com"
] | noreply@github.com |
1889443c9caddabb672c5c3fb29676ea4ab45b09 | 872dc24a10544fbf0448e14b79e7d2f56584a738 | /include/tsar/Analysis/Memory/Passes.h | 93d52dcbb63051b9cbc7602be8e1e095a12139f4 | [
"Apache-2.0",
"NCSA"
] | permissive | SergeyChernykh/tsar | 1c905c80acdaea50a741d964333c77efceb36291 | 327d36e562918f214c2d4d317bc4271745ed260b | refs/heads/master | 2020-08-15T08:57:05.684936 | 2020-03-30T15:49:47 | 2020-03-30T15:49:47 | 215,312,209 | 0 | 0 | null | 2019-10-15T13:56:35 | 2019-10-15T13:56:34 | null | UTF-8 | C++ | false | false | 7,418 | h | //===- Passes.h - Create and Initialize Memory Analysis Passes -*- C++ -*-===//
//
// Traits Static Analyzer (SAPFOR)
//
// Copyright 2018 DVM System Group
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... | [
"kaniandr@gmail.com"
] | kaniandr@gmail.com |
74454c3cc9c908273d72e457046661b80410045c | b90da8fb90ca5befad211be0b812b5b374724e3e | /TopicBasedModels/LDA/dataset.h | acaa34b03bb457e9851a16e9642c13e1bbd2e4b6 | [] | no_license | Junjieli0704/DemoAwareSenModel | f372b0da1c040c392c57cbfcc629553c53f567c4 | 1a74eb0a68e89539d72f0c1bd0c002b8efd3c5de | refs/heads/master | 2021-01-11T21:38:10.466480 | 2017-04-10T09:17:39 | 2017-04-10T09:17:39 | 78,825,096 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,615 | h | /*
* Copyright (C) 2007 by
*
* Xuan-Hieu Phan
* hieuxuan@ecei.tohoku.ac.jp or pxhieu@gmail.com
* Graduate School of Information Sciences
* Tohoku University
*
* GibbsLDA++ is a free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the ... | [
"lijunjie0704@gmail.com"
] | lijunjie0704@gmail.com |
e3e96a3d6ffb021c9503dc54c6fca0a410df93d6 | cefe00b000d8d06fc334616228cdd24d3b50dded | /Include/Utils/EventsStorage.h | 40b2c1b20beccf3af5b73703e686dd3a70776ac0 | [] | no_license | AlexWIN32/TestTask | ddc9b145b9a845b11f345ee68f86bfa540c65305 | c0f33eabc70727182b4d0937cedcc8fffe54c88b | refs/heads/master | 2021-06-24T10:50:48.872615 | 2017-09-05T14:09:18 | 2017-09-05T14:09:18 | 101,801,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,251 | h | /*******************************************************************************
Author: Alexey Frolov (alexwin32@mail.ru)
This software is distributed freely under the terms of the MIT License.
See "LICENSE" or "http://copyfree.org/content/standard/licenses/mit/license.txt".
******************************... | [
"alexwin32@mail.ru"
] | alexwin32@mail.ru |
b174d3c7df283712406401ed0c8e46c102056560 | e12e2be0a0bf04a7d458c163f05fd8007d875752 | /oj/leetcode/src/leetcode409.cpp | 0791d0bdbc6a48ea34310a5936a49444c4cc2e15 | [] | no_license | liuzhenghuia/programming | d3fb1eebfb3d672d4053e4b58f3df11a523a2165 | 2deb5bd00a955c772049f4ffb9c23ef93a5096ef | refs/heads/master | 2023-01-04T22:08:36.572424 | 2020-11-09T12:53:31 | 2020-11-09T12:53:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | class Solution {
public:
int longestPalindrome(string s) {
vector<int> v(128,0);
for(char c : s){
v[c]++;
}
int ret = 0;
int remaining = 0;
for(int cnt : v){
ret += cnt / 2 * 2;
remaining += cnt % 2;
}
return remaini... | [
"wxquare@163.com"
] | wxquare@163.com |
7e58a4252957df3477eedf7d43072c3ea56aee37 | a3df7bf9aa41851ceb6f8f63f10fab25d74fac1c | /external/glf/sementics.hpp | 5aa126a5c14dbc7ac5201d81d6b860762a15d0e2 | [
"MIT"
] | permissive | alexa-infra/ogl-samples | ada74fc4590994db853e6901a02274a51ca99bed | 87777671a1b8099b522968d9769d23c934c0860f | refs/heads/master | 2021-01-15T23:03:02.273451 | 2013-05-10T09:47:10 | 2013-05-10T09:47:10 | 9,978,130 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 951 | hpp | #ifndef GLF_SEMENTICS_INCLUDED
#define GLF_SEMENTICS_INCLUDED
namespace glf{
namespace semantic
{
namespace uniform
{
enum type
{
MATERIAL = 0,
TRANSFORM0 = 1,
TRANSFORM1 = 2,
INDIRECTION = 3
};
};
namespace sampling
{
enum type
{
SAMPLER_DIFFUSE = 0,
};
}//namespace sampling
names... | [
"mail@g-truc.net"
] | mail@g-truc.net |
4e98473c1b862435c61b51c751fdb05afbc84d32 | d75f42ff7b2faa12db62d01e787e1eec5a3d60a5 | /src/bacnetmstp/bacnetutil.cxx | 98dd6de7a695411c3f431ff8773cd3d59f1a5b77 | [
"MIT"
] | permissive | efbick/upm | 4aa1c5abdf0874ecb712a394505bb46194551545 | 2e97aa99792e73f0d72e5c33cac3c5bed47f14bf | refs/heads/master | 2021-01-25T05:50:31.273607 | 2017-02-02T00:58:18 | 2017-02-02T00:59:15 | 80,689,975 | 1 | 0 | null | 2017-02-02T03:31:16 | 2017-02-02T03:31:16 | null | UTF-8 | C++ | false | false | 27,288 | cxx | /*
* Author: Jon Trulson <jtrulson@ics.com>
* Copyright (c) 2016 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitatio... | [
"jtrulson@ics.com"
] | jtrulson@ics.com |
71b8c253787c3db91ff8fec5beb866b2447c41cf | f9d0c84f88489574f065912711e9475feb5883f6 | /owl/RelationDescriptor.h | ab85ece5db306748e106561d09e32b9fc692dcd2 | [] | no_license | micheldumontier/semanticwebopenbabel | 7e8598a74d8b76a8983950b8e6a9495e1c1d1429 | d26c3738b22045e9d86e2e1b785f2e79bbb3968a | refs/heads/master | 2021-01-22T02:39:22.155888 | 2008-05-13T18:08:10 | 2008-05-13T18:08:10 | 32,497,082 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,259 | h | #if !defined(OWL_RELATIONDESCRIPTOR_H)
#define OWL_RELATIONDESCRIPTOR_H
#include <openbabel/mol.h>
namespace Owl
{
class ObjectProperty;
class Class;
class DataProperty;
class RelationAtom;
class RelationRing;
class RelationBond;
class RelationMolecule;
class RelationDescriptor
... | [
"mkonyk@63964d74-1f4d-0410-bcf3-29f1dd637749"
] | mkonyk@63964d74-1f4d-0410-bcf3-29f1dd637749 |
f24204e2e513fb2c2cb1b25da461b030f67abdce | e58a4f1b096b9544ef56f865afe9f079d3fc89db | /HashTable/logest_consecutive_subsequence_I.cc | cfd43c333a29c1e67b5c1e90d9ecbf19c3ee8c20 | [] | no_license | 0APOCALYPSE0/Algorithm-Concepts | c14c27ba967f524202ed9be8a79428bfc01e5dc0 | 587f620dc5b1481790987a86ef34225899d4f35d | refs/heads/master | 2023-06-13T08:05:02.208567 | 2021-07-04T22:32:25 | 2021-07-04T22:32:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,317 | cc | #include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define endl "\n"
// time complexity will be O(N) and the
// space complexity will also be O(N).
int main(){
#ifndef ONLINE_JUGDE
freopen("input.txt","r",stdin);
freopen("output.txt","w",stdout);
freopen("error.txt","w",stderr);
#endif
io... | [
"ajaysharma388"
] | ajaysharma388 |
38b19d6cd792cc19889a9fb9d09facc3bb25eff5 | 0bf4e9718ac2e2845b2227d427862e957701071f | /codeforces/107/pe.cpp | 514f477cd931ae3d2033f19977a1f48b27f9c264 | [] | no_license | unjambonakap/prog_contest | adfd6552d396f4845132f3ad416f98d8a5c9efb8 | e538cf6a1686539afb1d06181252e9b3376e8023 | refs/heads/master | 2022-10-18T07:33:46.591777 | 2022-09-30T14:44:47 | 2022-09-30T15:00:33 | 145,024,455 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,781 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <queue>
#include <stack>
#include <algorithm>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <cstdlib>
#include <string>
#include <cstring>
#include <cstdio>
#include <cmath>
#include <cstdli... | [
"benoit@uuu.com"
] | benoit@uuu.com |
078fb8f7d038c1304badabe4e1c5376219e7a001 | b257bd5ea374c8fb296dbc14590db56cb7e741d8 | /Extras/DevExpress VCL/Library/RS17/dxBar.hpp | e22818de4511869269538c6dd2bcaaeaf37e3ee3 | [] | no_license | kitesoft/Roomer-PMS-1 | 3d362069e3093f2a49570fc1677fe5682de3eabd | c2f4ac76b4974e4a174a08bebdb02536a00791fd | refs/heads/master | 2021-09-14T07:13:32.387737 | 2018-05-04T12:56:58 | 2018-05-04T12:56:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 483,181 | hpp | // CodeGear C++Builder
// Copyright (c) 1995, 2012 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'dxBar.pas' rev: 24.00 (Win32)
#ifndef DxbarHPP
#define DxbarHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma op... | [
"bas@roomerpms.com"
] | bas@roomerpms.com |
5dd7a16a27c0e30beab48d04af886d6464c7976d | 2a5138a8138272a94b4f26a3dffa2d24e1a0eb7d | /src/models/header/gamelogicmodel.h | 12d08cdff0ffc3c071ae603e110487b5a5e452dd | [] | no_license | Stryse/DungeonGame | f109e9f7a30689aa52c7f60f9316351eb41abaae | f0a8aeb47a70f00c42bcd26475f51f31faf13654 | refs/heads/master | 2022-12-29T09:17:42.875468 | 2020-10-18T21:03:47 | 2020-10-18T21:03:47 | 300,079,856 | 0 | 0 | null | 2020-09-30T22:36:53 | 2020-09-30T22:35:56 | C++ | UTF-8 | C++ | false | false | 1,267 | h | #ifndef GAMELOGICMODEL_H
#define GAMELOGICMODEL_H
#include <QObject>
#include <QTime>
#include <QTimer>
#include "player.h"
#include "map.h"
#include "lightfiller.h"
class GameLogicModel : public QObject
{
Q_OBJECT
public:
//CTOR
explicit GameLogicModel(QObject *parent,Map* map,Player* player);
~Ga... | [
"tianarath30@gmail.com"
] | tianarath30@gmail.com |
5c33ee96c2078dd6e3a14f9a76fa783791739592 | 63af53aa492da681d893323c0be6d6cda7ef676e | /Valid Palindrome II.cpp | d7202e0710282888b1bdfeed1ba4ec814b378f76 | [] | no_license | VasilyevaAS/Leetcode | 59f459e35a5d9345be32fa6b50b3b961847f3b3c | 58e71f70dac59f13e2deea7df66952c71d1b69f5 | refs/heads/master | 2021-01-09T14:14:07.432231 | 2020-05-12T08:14:49 | 2020-05-12T08:14:49 | 242,329,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 772 | cpp | //https://leetcode.com/problems/valid-palindrome-ii/
class Solution {
bool validPalindrome(const string &s, size_t first, size_t last, int nErrors){
while (true){
if (first >= last){
return true;
}
if (s[first] != s[last]){
if (nErrors =... | [
"noreply@github.com"
] | noreply@github.com |
227433901fce0c4a034bc198741052684e2665ac | 74cbc52397113a2317f11d8c42018d89778e5421 | /lib/Driver/ToolChains/CrossWindows.cpp | 11b64604784b1b981775436ca6860770e6b66764 | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | piyus/clang_cg | a1496f682e5454b17e5737b733e493bd0ba023e9 | 2f766820781a5937b88a7ad46820cba96bb96a7b | refs/heads/master | 2023-06-10T03:53:42.095134 | 2021-01-04T06:24:37 | 2021-01-04T06:24:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,592 | cpp | //===-- CrossWindows.cpp - Cross Windows Tool Chain -----------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"piyuskedia@gmail.com"
] | piyuskedia@gmail.com |
0f01d79c9a1e2cdf1983ce54ab84ce0c45a4646d | 90f8133e4449a4e6f0fab6bb21791bfa0c97f5c6 | /SimpleCalculator.cpp | 26cc830ec0674dc6e85d8135eb6ddb1a89c8b84b | [] | no_license | stumpOS/TSCalculator | f96ab1097b6e222bdf12cf7736472b3bcf0f32e5 | bfcdc6d769ffe4bea9ab9a67fd51cc36fa3b8559 | refs/heads/master | 2021-01-10T21:43:29.419823 | 2014-07-03T18:33:23 | 2014-07-03T18:33:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,536 | cpp | #include "SimpleCalculator.h"
SimpleCalculator::SimpleCalculator(void)
{
CreateSymbols();
}
SimpleCalculator::~SimpleCalculator(void)
{
}
void SimpleCalculator::CreateSymbols()
{
CreateOperands();
CreateOperations();
}
void SimpleCalculator::CreateOperands()
{
for(unsigned short i=0;i<10;i++)
{
OperandSymbol... | [
"stumposs@msu.edu"
] | stumposs@msu.edu |
13dff6b94dd3245ca63abf1d8beec27bdbaebfcd | ab5c7e0a0d6f699f24f4ace5244c1f64acbe3563 | /core/test/lib/boost/boost/multiprecision/detail/default_ops.hpp | cd3f6730aff52aefc1730b46816dcc86264f82bc | [
"MIT"
] | permissive | tmpfork/lib-ledger-core | e7c9d0426fe944c0f6a81d74744796e87542fa8a | 8741e84f38f863fd941d3bd56a470f37eb36da04 | refs/heads/master | 2020-04-21T09:42:37.184675 | 2019-01-23T13:15:43 | 2019-01-23T13:15:43 | 169,459,374 | 0 | 0 | MIT | 2019-02-06T18:58:46 | 2019-02-06T18:58:46 | null | UTF-8 | C++ | false | false | 84,359 | hpp | ///////////////////////////////////////////////////////////////////////////////
// Copyright 2011 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_MATH_BIG_NUM_DEF_OPS
#define BO... | [
"pollastri.p@gmail.com"
] | pollastri.p@gmail.com |
0382c1fb9a736f7ccc9dac13de16343bc152493b | 25a525e6d310140aa299279ebbc8e3ad945478b1 | /ORF.cpp | 7f8eaf6e183ed0d028c2e565cf4e8f4d266382b0 | [] | no_license | DionysiosB/Rosalind | 641fc4f2de6eb57d7740af972faed0337d07f2ec | b4c9fcf5f0bf2349aa70830908ffc957d6ad4070 | refs/heads/master | 2020-07-20T15:10:57.136142 | 2015-05-14T09:58:13 | 2015-05-14T09:58:13 | 33,783,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,713 | cpp | #include <iostream>
#include <map>
#include <set>
const int L = 3; // Number of bases to form a protein;
std::string findCodon(std::string input){
std::map<std::string, std::string> codonTable;
codonTable.insert(std::pair<std::string, std::string>("GCT", "A"));
codonTable.insert(std::pair<std::string, ... | [
"barmpoutis@gmail.com"
] | barmpoutis@gmail.com |
2fb1134fd46d257f130aa8f3f0adbb826ecbbc5d | 3acb62456b925b64d4c4bda0c978ffd6187f4026 | /camera.cpp | dff8f30aa50015b706761fb17ac9d9926b8b61d1 | [] | no_license | stavrolia/raytracer | 74b573f1a6b0593b1a879e7733b7fa7da0acdf9f | b21ee8b72fb1f6116e582a87fcdbcfc9a63874c3 | refs/heads/master | 2020-03-21T09:08:03.379622 | 2018-06-27T15:45:57 | 2018-06-27T15:45:57 | 138,383,867 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | cpp | #include "camera.h"
#include <cassert>
#include "ray.h"
namespace {
vec3 ComputeScreenCenter(vec3 const& position, vec3 const& look_at, double focus) {
return position + (look_at - position).normalized() * focus;
}
}
Camera::Camera(
vec3 const& position,
vec3 const& look_at,
vec3 const& up... | [
"insubconsciousness@gmail.com"
] | insubconsciousness@gmail.com |
f30a6dfd76988dd5471648a253f287fb2457e16f | e01087ec67d66b72f83bfdcfd1e24a947ae54f66 | /02.General/InternalTempSensor/InternalTempSensor.ino | 2afb511de4e1fbd9f00f3b3cea56a9386438e2c3 | [] | no_license | chaojiaha/lingzhilab-stm32examples | 5d5035598c134f4b6d10760edbb425a4188c9432 | b8f16c965d9b41a5ecbe629373a2928eb2dcca69 | refs/heads/master | 2020-03-22T17:36:16.417542 | 2018-06-21T08:47:42 | 2018-06-21T08:47:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | ino | /*
内部温度测量
*/
//#include <stdio.h>
#include <libmaple/adc.h>
#define LED_PIN LED_BUILTIN
#define A_RANDOM_ANALOG_PIN 15
void setup_temperature_sensor() {
adc_reg_map *regs = ADC1->regs;
//从power down 模式唤醒
regs->CR2 |= ADC_CR2_TSVREFE;
// 设置采集通道 16
regs->SMPR1 = (0b111 << (3*6));
}
vo... | [
"15012480927@163.com"
] | 15012480927@163.com |
92919188dbc2efc5005a02165f038a96ed23ad76 | 3e6ac3346f04cd5dee6a3d4d7267cf35745bda1b | /lab14/linear.h | 3732fe50bdcc437e02ea0c68c8e34e5ee2cfc51e | [] | no_license | ctorralba/C-Programming | 2f948a02c7168e6a231157537098a9a59039348a | 45857b4c785d82b115c94388948b56d33e3c49a6 | refs/heads/master | 2021-06-29T16:40:29.630394 | 2017-09-13T06:45:25 | 2017-09-13T06:45:25 | 103,363,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,422 | h | /*Programmer: Christopher Torralba Date: 12/2/15
Section: F
Lab: 13
Purpose: The header file for the linear class.
*/
#ifndef LINEAR_H
#define LINEAR_H
const int MAX = 100;
template <class T>
class Linear
{
public:
//set m_numElements to 0
//Pre: None
//Post: m_numElements have been set to 0
L... | [
"ctorralba@gmail.com"
] | ctorralba@gmail.com |
6b3cf3058b6e3dd69f5ab4bbb3af5e929ec28769 | 2c32342156c0bb00e3e1d1f2232935206283fd88 | /tech/libsrc/sound/mixer.cpp | e392f3c414b37ab26c7dc257227ca0a22462c1bd | [] | no_license | infernuslord/DarkEngine | 537bed13fc601cd5a76d1a313ab4d43bb06a5249 | c8542d03825bc650bfd6944dc03da5b793c92c19 | refs/heads/master | 2021-07-15T02:56:19.428497 | 2017-10-20T19:37:57 | 2017-10-20T19:37:57 | 106,126,039 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 39,303 | cpp | ////////////////////////////////////////////////////////////////////////
// $Source: x:/prj/tech/libsrc/sound/RCS/mixer.cpp $
// $Author: PATMAC $
// $Date: 1998/03/25 16:54:53 $
// $Revision: 1.47 $
//
// (c) 1996 Looking Glass Technologies Inc.
// Pat McElhatton (from JohnB)
//
// Module name: Mixer
// File name: mix... | [
"masterchaos.lord@gmail.com"
] | masterchaos.lord@gmail.com |
472f3ff4b1f946873de9c4cc1695c0dccc64d310 | 4e0a2e6e8136b54995594b43b2a71d75614a52bf | /ACM-2011-practise/HDU/[normal]3834.cpp | ccbdeec61643c56d9f51891a897119498d4e06c6 | [] | no_license | AlbertWang0116/KrwlngsACMFile | 884c84ba0afff0727448fc5b5b27b5cb76330936 | 23f0d9f6834f2b4fb2604ecbd50d5c41dd994b8f | refs/heads/master | 2023-06-21T09:25:28.528059 | 2023-06-11T19:18:40 | 2023-06-11T19:18:40 | 2,345,592 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,866 | cpp | #include<iostream>
#include<cstdio>
#include<string>
#include<cstring>
#include<cstdlib>
#include<ctime>
#include<cmath>
#include<climits>
#include<algorithm>
#include<map>
using namespace std;
#define square(x) (x)*(x)
struct line { double a, b, c; };
struct pnt {
double x, y;
pnt operator+(const pnt &p) {
pnt re... | [
"st.krwlng@gmail.com"
] | st.krwlng@gmail.com |
52bd341f66807f4cc1a0320211640c199b962f3e | f9e492feb6971c3340ccd2cf1b69b023373a3a77 | /e19_version.cpp | 75aa7d1c5cd9728625be8cad6616208348337a25 | [] | no_license | jerome-lechampion/cpp | 9a4d995f94ea6a7bb9133bcdbbd8606b88ffb057 | ab5f7c35a74238486a209a119112e03d21e50102 | refs/heads/master | 2020-06-18T15:59:19.943865 | 2019-11-14T17:18:22 | 2019-11-14T17:18:22 | 75,127,042 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,671 | cpp | // e19.cpp
#include <iostream>
#include <string>
using namespace std;
#include "str1.h"
const int TAILLE = 100;
template <class T>
class Ensemble
{
public :
Ensemble ();
void ajouter (T val);
bool contient (T val) const;
void afficher () const;
private :
T elem[TAILLE];
int nb;
};
template ... | [
"jerome.le.champion@gmail.com"
] | jerome.le.champion@gmail.com |
65c20b9c9aabb1ff5303c09b3d90e058e9a18712 | c63c4fed502fd4cbf82acc7901ba0d72b0338bdb | /Create/debug/moc_Viewport.cpp | 749b77414d4beddfce75cb05ecd447b0ec25f086 | [] | no_license | seeyousystems/core | 7436a38fb09ea08f5d29cf8db2490c92f48d9267 | baddc89a366ad769a1a9c9a59c14f28291b81971 | refs/heads/master | 2020-05-17T19:11:57.814200 | 2011-05-06T04:00:59 | 2011-05-06T04:00:59 | 1,517,217 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 5,257 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'Viewport.h'
**
** Created: Sun May 1 00:15:26 2011
** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
**
** WARNING! All changes made in this file will be lost!
***************************... | [
"seeyousystems@gmail.com"
] | seeyousystems@gmail.com |
b65bd45921abc7216b40563908bf14eb2e7f37a4 | 5d78d1fa5c321afc7a18bec62633c65a3d19a1f6 | /test/test_rob_mat.cpp | 883ef3c8fd4b23ede4e9fa67cf0c24810dcc13b3 | [] | no_license | whiterabbitfollow/robotics | 77cda2337dc794304f03e6ce133c7e2296a21ed5 | be3f574b1252bc35cf05a8d37415ad7f25004dbf | refs/heads/main | 2023-01-31T16:35:48.056187 | 2020-12-12T14:36:50 | 2020-12-12T14:36:50 | 319,085,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,060 | cpp | /*
* =====================================================================================
*
* Filename: test_rob_mat.cpp
*
* Description:
*
* Version: 1.0
* Created: 2020-12-12 11:36:18
* Revision: none
* Compiler: gcc
*
* Author: YOUR NAME (),
* Organi... | [
"bernhard.f.k.wullt@gmail.com"
] | bernhard.f.k.wullt@gmail.com |
dc9203a971b5966d5bed1d3a4a1c06da12abef50 | 9b802a8d917585e2e77269631d56bc107e855ca0 | /ArduinoProjects/interRemo/cmg711_13.cpp | 75ec5b00ba3b869adf9ad9387431e9332daf59cf | [] | no_license | AntonioPardo64/Interfono_Remoto | 7886a2f1fca37a37047b304f6f7e6b0dfe60c8f9 | 2ab369c0211b711220da86d6fc8dc99a700add73 | refs/heads/master | 2022-11-21T13:09:11.552895 | 2020-07-20T00:01:11 | 2020-07-20T00:01:11 | 280,755,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,610 | cpp | /***********************************************************************
* FICHERO/FILE: cmg711.cpp
* AUTOR/AUTHOR: Antonio Pardo
* FECHA_CREACION/CREATION_DATE: 2020-02-03
*
* Copyright(c) Antonio Pardo
*-----------------------------------------------------------------------
* DESCRIPC... | [
"dopr@ya.com"
] | dopr@ya.com |
0103c574996f2b866df22065199463e02d9f837e | 0ea6f8fa3d90c590f5a0d9f582e6e3b1859cd547 | /Typing Genius/classes/blocks/views/BlockCanvasView.h | 553ca9094e1bf6c5e7e4530a852e93e1185fab6b | [] | no_license | aldrich/typinggenius | 8abb07cb6a9795a1f85f941c65c974e106e5bbce | 86ab413db5e4a09e4c9192e5e08b7768ddd30692 | refs/heads/master | 2021-07-22T23:54:06.030202 | 2017-10-29T06:02:23 | 2017-10-29T06:02:23 | 108,709,033 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,682 | h | //
// BlockCanvasView.h
// Typing Genius
//
// Created by Aldrich Co on 10/12/13.
// Copyright (c) 2013 Aldrich Co. All rights reserved.
//
#pragma once
#include "MVC.h"
#include "cocos2d.h"
namespace ac {
USING_NS_CC;
struct BlockCanvasViewImpl;
class BlockView;
class BlockCanvasModel;
struct BlockCanvasV... | [
"aco@freelancer.com"
] | aco@freelancer.com |
ea4603319fec1d899f7c2ad1d3461a318c676b06 | 7189fe85d4adcd3e0bc5c7621bf6233a602375f8 | /ex03/carrier.cpp | 5b840a5d9db823e69dbfa3ada401fd3a15fffcf0 | [] | no_license | 17150015/piscine_cpp_d04 | 7d3f3d18b03fc64107cc692c5723d00170199a8d | 4258529e1b4ac13a9acf16c4b04dc50da3da5e79 | refs/heads/master | 2020-03-22T10:40:11.702024 | 2018-07-06T01:59:32 | 2018-07-06T01:59:32 | 139,918,754 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,560 | cpp | #include <iostream>
#include <string>
#include "carrier.hh"
Carrier::Carrier(std::string id)
: Id(id),
Energy(300),
Attack(100),
Toughness(90)
{
for (int i = 0; i < 5; ++i) {
Droids[i] = nullptr;
}
}
Carrier::~Carrier()
{
for (int i = 0; i < 5; ++i) {
if (Droids[i])
delete Droids[i];
}
}
Carrier... | [
"1601528696@qq.com"
] | 1601528696@qq.com |
58282d8a843ebc64249e58d2397ac1fd5b1fb4e8 | 6c3b5e613fc6292109b8beefa26e37c4c47e6171 | /Source/CS_440_ESCAPEROOM/CS_440_ESCAPEROOMGameModeBase.h | 6e83b7c6978c62e80c05e4a3c702261a46c1b947 | [] | no_license | JayBlankenship/CS_440_ESCAPEROOM | bd3070f4ef098aa9518fb627fe3592257b48a46b | ec8f43819ee4b2a7c371ce057b54e16ea99b0940 | refs/heads/master | 2023-04-04T16:06:37.324198 | 2021-04-24T03:28:45 | 2021-04-24T03:28:45 | 335,516,387 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | h | // Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "CS_440_ESCAPEROOMGameModeBase.generated.h"
/**
*
*/
UCLASS()
class CS_440_ESCAPEROOM_API ACS_440_ESCAPEROOMGameModeBase : public AGameModeBase
{
GENERATED_BODY()
};
| [
"Jayblankenship@outlook.com"
] | Jayblankenship@outlook.com |
8c0cf05add75f32450daa49347b31c4fe6bf2755 | 9190eba93db47f14bd65468fafe7ebc28464ea63 | /Demos/Untangle/TriMeshRenderable.h | 99201744b48968a58b440053760c2fb9c1e7d458 | [] | no_license | SitanChen2019/AdvancedGL | 1f27961c5d83cf6811f77c3dc9616fbe75006799 | ede5c62fc77c4ab12b08111557a5096fc744aba2 | refs/heads/master | 2020-07-21T15:27:09.366066 | 2020-03-16T06:42:10 | 2020-03-16T06:42:10 | 206,907,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 625 | h | #ifndef TRIMESH_RENDERABLE_H
#define TRIMESH_RENDERABLE_H
#include "mesh_buffer.h"
#include "shader.h"
#include "irenderable.h"
class TriMeshRenderable : public IRenderable
{
public:
TriMeshRenderable(MeshBuffer buffers);
void updateVertices(const Vec3Sequence& vertices);
void setDiffuse(Vec3 color) { m_color =... | [
"2676628214@qq.com"
] | 2676628214@qq.com |
72bf4166df83eab23e1de608cc87e9a24b3040dd | 1302a788aa73d8da772c6431b083ddd76eef937f | /WORKING_DIRECTORY/system/connectivity/shill/net/rtnl_listener.cc | eb08f2f8c211e6f9ea2c3653aa79f9e3399c9f1f | [
"Apache-2.0"
] | permissive | rockduan/androidN-android-7.1.1_r28 | b3c1bcb734225aa7813ab70639af60c06d658bf6 | 10bab435cd61ffa2e93a20c082624954c757999d | refs/heads/master | 2021-01-23T03:54:32.510867 | 2017-03-30T07:17:08 | 2017-03-30T07:17:08 | 86,135,431 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,476 | cc | //
// Copyright (C) 2011 The Android Open Source Project
//
// 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 app... | [
"duanliangsilence@gmail.com"
] | duanliangsilence@gmail.com |
b2f487ab549cb525b5624e5d824cee8e0ea32edd | ba91bd804cad48a58bda285969e62bdd02299a32 | /Uva problem solution 507- jill rides Again.cpp | faf44646d3ec81e7eb968e7ad112cea3ab17bebf | [] | no_license | 001sharifulIslamnstu/UVA-problem-solutions | 2a24acc51451851cbd8237ac75f23dcb1e531bd6 | 7474f00894acf91ada3b4b964caa612e71d8eccf | refs/heads/master | 2023-01-19T07:58:18.585055 | 2020-11-22T03:09:32 | 2020-11-22T03:09:32 | 243,886,670 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 740 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int b,s,n;
int mx;
int start,f_s,f_e;
int sum;
scanf("%d",&b);
for(int r=1;r<=b;r++)
{
scanf("%d",&s);
sum=-1;
mx=0;
start=-1;
f_s=-1;
f_e=-1;
for(int i=1;i<s;i++)
{
scanf("%d",&n);... | [
"noreply@github.com"
] | noreply@github.com |
c028a5e562a2b7a2a03d6ed01dad980301343078 | 6676b1d6de2bbab1b3ffa5de59c96aa74c5dbcd1 | /Algorithm-rotatingString/Algorithm-rotatingString/main.cpp | b7f9a0e18a8dd1f0e16e184759a0e22b3f552aba | [] | no_license | SwordSongs/July_programming_method | c4400551659e6094eb01eccfd604a64bd510d28d | 93004f40ecdfb5c0489694a044d9cb39423deb30 | refs/heads/master | 2021-08-19T07:27:32.914613 | 2017-11-25T06:56:14 | 2017-11-25T06:56:14 | 110,767,230 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,935 | cpp | #include<iostream>
#include<string>
using namespace std;
//void leftShiftOne(string& s) {
// char temp = s[0];
// size_t length = s.length();
// for (int i = 1; i < length; ++i) {
// s[i - 1] = s[i];
// }
//
// s[length - 1] = temp;
//}
//
//void reverseM(string& s, int m) {
// while (m--) {
// leftShiftOne(s);
// }... | [
"xiaoding_hupo@foxmail.com"
] | xiaoding_hupo@foxmail.com |
811c5ba512a16a8286a20db00f1174ca45555649 | c297a5542badeb2982943adf11213b237f403eac | /ACM/starter/Tiangle.cpp | 82e5d7377d1a942753fbbab7f2a2bf36d5bf99a5 | [] | no_license | clongbupt/algorithm_cookbook | 1348b03462df0f5f9a8c10a58ca623d6f1280390 | 919887a0c9364f13a7774718e0f05d6e72518ea2 | refs/heads/master | 2021-01-01T16:19:14.270864 | 2013-10-08T02:03:59 | 2013-10-08T02:03:59 | 11,233,145 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 725 | cpp | #include<iostream>
using namespace std;
int main ()
{
int num;
while (cin >> num)
{
int stick[num];
memset(stick, 0, sizeof(stick)); //初始化为0
//根据题意已经排好序,无需sort
for (int i = 0; i < num; i ++)
cin >> stick[i];
double area = -1;
for (int i = 0; i < num - 2; i ++)
fo... | [
"wuchanglong@ebupt.com"
] | wuchanglong@ebupt.com |
21d0ff4f0ecdae303f2b654255e3145d2527dbbf | a0423109d0dd871a0e5ae7be64c57afd062c3375 | /Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Uno.Threading.TaskDelegate.h | ae654be592757d9c32930f685cb72e3365e24e0d | [
"Apache-2.0"
] | permissive | marferfer/SpinOff-LoL | 1c8a823302dac86133aa579d26ff90698bfc1ad6 | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | refs/heads/master | 2020-03-29T20:09:20.322768 | 2018-10-09T10:19:33 | 2018-10-09T10:19:33 | 150,298,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 441 | h | // This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Uno.Threading/1.9.0/Tasks/Tasks.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Delegate.h>
namespace g{
namespace Uno{
namespace Threading{
// internal delegate void TaskDelegate(... | [
"mariofdezfdez@hotmail.com"
] | mariofdezfdez@hotmail.com |
dd46ac47e5ca74b32e8f151ca77bb76fe736bf38 | b5d6fecb61e8cc24addd62bb380f3d438f973683 | /leetcode/61_rotate_list.cc | 9a7aacb827721a72ca9c284c5d1cf540e9805d29 | [
"MIT"
] | permissive | norlanliu/algorithm | bfd042a2eb6c723ae09233104227ab51443b8868 | 1684db2631f259b4de567164b3ee866351e5b1b6 | refs/heads/master | 2021-01-10T21:04:44.441813 | 2015-12-26T03:45:56 | 2015-12-26T03:45:56 | 29,639,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,611 | cc | /*
* =====================================================================================
*
* Filename: 61_rotate_list.cc
*
* Description:
*
* Version: 1.0
* Created: 03/27/2015 08:53:57 AM
* Revision: none
* Compiler: gcc
*
* Author: (Qi Liu), liuqi.edwa... | [
"liuqi.edward@gmail.com"
] | liuqi.edward@gmail.com |
2a0b0ce7e3d459902060d199c435c76c1a177090 | c711ebae66e5e7169299f767e8e640dcc5846fd7 | /src/ppport.h | add06bd0e6a7766a828743f90654b888ad620eaa | [
"MIT"
] | permissive | pine/p5-Text-Diff-Unified-XS | f196944b39f30aab9b01c4c6a70e734c23c1e79f | 208a0bb65c26c23fd6312f46ef08be8dd0172d9f | refs/heads/master | 2021-01-12T07:19:42.210721 | 2019-05-29T09:25:45 | 2019-05-29T09:25:45 | 76,935,751 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 180,420 | h | #if 0
<<'SKIP';
#endif
/*
----------------------------------------------------------------------
src/ppport.h -- Perl/Pollution/Portability Version 3.20
Automatically created by Devel::PPPort running under perl 5.018002.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/i... | [
"pinemz@gmail.com"
] | pinemz@gmail.com |
023bdd7e98a7afa2102d5931835e7a744009f3b4 | 2019fc29bb87b2448db88348d85dd39c30136384 | /Engine/Code/Engine/Core/Time.hpp | a9bbdc18df0826e67e2fc8666c59d71d55386fb9 | [] | no_license | dspellman/Guildhall_projects | 737b1a53f8999289918cdb6c0973358ad595bea0 | e2a82d7427635c04bf611e081ecc7cf5a544b5f1 | refs/heads/master | 2023-04-08T22:32:27.629876 | 2023-03-30T19:06:43 | 2023-03-30T19:06:43 | 184,179,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | hpp | //-----------------------------------------------------------------------------------------------
// Time.hpp
//
#pragma once
//-----------------------------------------------------------------------------------------------
double GetCurrentTimeSeconds();
| [
"d_spellman@hotmail.com"
] | d_spellman@hotmail.com |
a47a587ecd0e18d6a686b85d65dbbb68a4317d5f | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /cam/src/v20190116/model/GetUserPermissionBoundaryRequest.cpp | c6f164dadb939584f35072e32491e831b83bf4d0 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 2,001 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
3e7f7e19aad42930c9b2897d0c5dc01d6618b0b6 | 8d5ef3546f811b487257f12cd095e938777bf9dc | /compiler/AsmGenReg.cpp | a8be328103c0946b9ae5a4e294905ed8434e303f | [
"Apache-2.0"
] | permissive | xiaochengzjc/colang | 1075f3474c1801c1dcd01281edbfa7e8487d3593 | 1487452f1687437cf0eafd68a4a10b1a37d5f2da | refs/heads/main | 2023-01-30T17:38:39.270780 | 2020-12-15T10:28:43 | 2020-12-15T10:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,742 | cpp | /**
*@ClassName AsmGenReg
*@Author brewlin
*@Date 2020/10/16 0016 上午 9:01
*@Version 1.0
**/
#include "AsmGen.h"
#include "Internal.h"
/**
* 加载变量 计算变量
* @param expr
*/
void AsmGen::GenAddr(VarExpr *var,bool is_delref)
{
// 局部变量 的栈偏移量之前就已经计算出来了 这里只需要
if (var->is_local) {
//如果需要解引用
if(is_de... | [
"97404667@qq.com"
] | 97404667@qq.com |
0b1b3b998a2c318581f7a9b652734330afeefd98 | 10680b7aed284ad7e49ddde2b3ed46ada1758994 | /kdrive/include/kdrive/utility/ScopedSemaphore.h | 1422908a5a992b98340be0a6350ea83ffb9257bd | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | mbr1989/baos | 6367178c6b2c332df60495a6b66d3c79a801ee41 | 561ef2a1c3b92d577f16d059bc07a2fd56fe0b72 | refs/heads/master | 2021-01-13T15:01:08.306506 | 2016-08-08T09:52:09 | 2016-08-08T09:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,805 | h | //
// Copyright (c) 2002-2016 WEINZIERL ENGINEERING GmbH
// All rights reserved.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT... | [
"info@weinzierl.de"
] | info@weinzierl.de |
85e8a69292d175cffbe70ba00c564383c92e499d | 5ede7121ed1d14d15b8d3aa9c6b4b0b28d1479ba | /PEPAS/src/Model/Auto.cpp | 19a893cc2b85f2b854338d48cb290eb525955a7d | [] | no_license | AugustoArturi/75.42-PEPAS | a20da8486330eb98f98664deaae238486e5c8be7 | dcdb6f5089aaeaa9891a2155fbe6b45fb8c0af9d | refs/heads/master | 2020-08-01T23:03:06.738030 | 2017-11-11T17:45:18 | 2017-11-11T17:45:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 398 | cpp | //Class Auto
#include "../headers/Auto.h"
#include <iostream>
using namespace std;
Auto::Auto()
{
velocidad = 0;
acelerando = false;
};
void Auto::acelerar(){
acelerando = true;
cout<<"el auto esta acelerando"<<endl;
};
void Auto::frenar(){
if (acelerando == true){
acelerando = false;
cout<<"el auto e... | [
"perezmartincontacto@gmail.com"
] | perezmartincontacto@gmail.com |
6893b574d774c4ccbe2f597aa6bca84de4f95ff3 | 8798ec8bb527ae6e91f32a5fe0208debac377ba9 | /FileSender.h | 02eb1dc99f60f0b0e42066eea10e65cfb6a63fed | [] | no_license | refluxwhw/UdpFileSender | d7c9f92f025b4f3786bd125e6cd085d7973fda99 | eb3603b87fd6708dbc79f3bfa64673c293e50a98 | refs/heads/master | 2022-05-22T05:26:43.916378 | 2020-05-01T06:53:46 | 2020-05-01T06:53:46 | 260,397,628 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,125 | h | #ifndef FILESENDER_H
#define FILESENDER_H
#include <QObject>
#include <QThread>
#include <QFile>
#include <QTimer>
#include <QUdpSocket>
#include <QTimer>
class FileSender : public QObject
{
Q_OBJECT
public:
explicit FileSender(QObject *parent = nullptr);
~FileSender();
void start(c... | [
"wanghaowen_1988@163.com"
] | wanghaowen_1988@163.com |
3d4f073d24eef223dd73b09000727f7268fe855e | eb1cb718ae4946b39725745b3f747ba9544dfa08 | /gazebo/gui/building/WallInspectorDialog.cc | 46cc2eeb618f178d6a4f26f1662d2195228af1eb | [
"Apache-2.0"
] | permissive | Gitu1997/Gazebo | 835ddd813b45dc4d9c89bf0ae974c7c2a739e7e2 | 619218c0bb3dc8878b6c4dc2fddf3f7ec1d85497 | refs/heads/master | 2021-01-14T08:45:38.776102 | 2014-10-30T20:24:13 | 2014-10-30T20:24:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,245 | cc | /*
* Copyright (C) 2012-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... | [
"mike@engr2-11-121-dhcp.int.colorado.edu"
] | mike@engr2-11-121-dhcp.int.colorado.edu |
396953323f5dcc7fb51a75065b7d9082b8476dd0 | bdc0b8809d52933c10f8eb77442bd0b4453f28f9 | /build/sensor_msgs/rosidl_typesupport_c/sensor_msgs/msg/channel_float32__type_support.cpp | 01958777554544abe9ce34ab3abebd0ddb50e228 | [] | no_license | ClaytonCalabrese/BuiltRos2Eloquent | 967f688bbca746097016dbd34563716bd98379e3 | 76bca564bfd73ef73485e5c7c48274889032e408 | refs/heads/master | 2021-03-27T22:42:12.976367 | 2020-03-17T14:24:07 | 2020-03-17T14:24:07 | 247,810,969 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,094 | cpp | // generated from rosidl_typesupport_c/resource/idl__type_support.cpp.em
// with input from sensor_msgs:msg/ChannelFloat32.idl
// generated code does not contain a copyright notice
#include "cstddef"
#include "rosidl_generator_c/message_type_support_struct.h"
#include "sensor_msgs/msg/rosidl_typesupport_c__visibility_... | [
"calabreseclayton@gmail.com"
] | calabreseclayton@gmail.com |
dc0a97f0168877632de10191ea1efd80297b2052 | f4d39655394aebbb524146cc7a61f93505289ce7 | /AVL/AVLTree.h | b86cd030eaf79a452d16cef4dc68af6e90143b10 | [] | no_license | pjacosta/ECDLP-Pollard | b9ded826e7f9d07791a6b8a5e4b8e7bd6259266a | d0a4ebf0dc241cf0fc108a639c4c4e52b89ffba9 | refs/heads/master | 2023-03-19T14:59:15.270344 | 2010-04-20T23:39:07 | 2010-04-20T23:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,735 | h | #ifndef _AVLTREE_H
#define _AVLTREE_H
#ifndef NULL
#define NULL 0
#endif
#include "AVLHelpers.h"
template <class T> class AVLTree
{
private:
Node<T>* root;
public:
AVLTree(void);
Node<T>* Add(const T& dat);
bool Delete(const T& dat);
bool Search(const T& dat);
void Clear(void);
privat... | [
"grizenko.a@211633f8-0eb2-11df-8d37-15e3504968c6"
] | grizenko.a@211633f8-0eb2-11df-8d37-15e3504968c6 |
833cee6149100bc9f9eadf80ef777a80b14a921e | dfed105fe0e5519b231a87480965548edfd398f3 | /Server/Giants/src/loki/NetCommandHandler.h | cc91c371f8b3bc5bb4e498d0ea04255a6b1fb254 | [] | no_license | maaooo/liangshi | 36e38339652bb95fd95fae253efb55f73c2f1e5b | 09711db820d2e0747e98f6542f521bd03d80fdb2 | refs/heads/master | 2020-03-25T19:31:58.612218 | 2017-08-19T11:27:10 | 2017-08-19T11:27:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | #pragma once
#include "../common/library.h"
#include "../common/stl.h"
#include "../../../../SharedCode/LokiReceiveBuffer.h"
#include "../../../../SharedCode/LokiCommand.h"
#include "../../../../SharedCode/sigslot_loki.h"
#include "User.h"
class NetCommandHandler : public sigslot_loki::has_slots<>
{
public:
NetCom... | [
"overearth@gamil.com"
] | overearth@gamil.com |
25e5dcc5c4544b2d2429d8e09ed2804bca7e136e | bdb4d557023eb1b65c3714a7ca7ba46f42d31a99 | /MFC_0316/MFC_0316/MFC_0316View.h | 7b80da7f0c66146d32617c43ed763be9b7b2ebf6 | [] | no_license | GXNU-ChenLR/MFC_0316 | c4982f6d9d955ec66a1f328264af605d83859a31 | dd9fc3f053974ee0a9c5c12ddbc14c716d7d529d | refs/heads/master | 2021-03-25T09:33:43.801050 | 2020-03-16T04:59:53 | 2020-03-16T04:59:53 | 247,605,120 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 985 | h |
// MFC_0316View.h : CMFC_0316View 类的接口
//
#pragma once
class CMFC_0316View : public CView
{
protected: // 仅从序列化创建
CMFC_0316View();
DECLARE_DYNCREATE(CMFC_0316View)
// 特性
public:
CMFC_0316Doc* GetDocument() const;
// 操作
public:
// 重写
public:
virtual void OnDraw(CDC* pDC); // 重写以绘制该视图
virtual BOOL PreCreateW... | [
"1764810860@qq.om"
] | 1764810860@qq.om |
89cbb5e3f13fdba019d036de75b2560920816d49 | 4bab98acf65c4625a8b3c757327a8a386f90dd32 | /ros2-windows/include/sensor_msgs/msg/dds_connext/CameraInfo_Support.h | df85be9421787f0b3e1ec221efb374f12efaab4c | [] | no_license | maojoejoe/Peach-Thinning-GTRI-Agricultural-Robotics-VIP | e2afb08b8d7b3ac075e071e063229f76b25f883a | 8ed707edb72692698f270317113eb215b57ae9f9 | refs/heads/master | 2023-01-15T06:00:22.844468 | 2020-11-25T04:16:15 | 2020-11-25T04:16:15 | 289,108,482 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,088 | h |
/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
This file was generated from CameraInfo_.idl using "rtiddsgen".
The rtiddsgen tool is part of the RTI Connext distribution.
For more information, type 'rtiddsgen -help' at a command shell
or consult the RTI Connext manual.
*/
#ifndef CameraInfo_Support_13210343... | [
"aidencfarrar@gmail.com"
] | aidencfarrar@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.