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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
48d7db166f5629a6500cdc2c93f82844fb6d04fb | 16390ba711537d7163f1ea7bf5b5c7a21eff143e | /II-214-1/bloggoShortcuts.cpp | 0be5b23018d4df05f40a6d29d3f93e1e47a82ad3 | [] | no_license | denis-gubar/TopCoder | cd3ecd772f1b24853fbbd728239fc02cd436f661 | f70a953f92f35d365ec406db5274b14520883527 | refs/heads/master | 2021-05-06T04:56:31.337624 | 2018-01-05T11:51:26 | 2018-01-05T11:51:26 | 115,006,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,307 | cpp | #include <algorithm>
#include <cmath>
#include <cstdlib>
#include <functional>
#include <iostream>
#include <iterator>
#include <map>
#include <numeric>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <queue>
#include <vector>
#include <utility>
using namespace std;
// BEGIN CUT HERE
#inc... | [
"denis.gubar@gmail.com"
] | denis.gubar@gmail.com |
2e981fa104f5e36f1faeb871d877fa08ae5c4a29 | 875a0305e980465553b5799f3ed3e54fea564f20 | /qmyedit.h | 8673cbecae31399ece293126ad5eec6f54b444a7 | [] | no_license | LostAndFoundJava/QT_Develop | 3bc13dac12d321e81121a9c2374748fbce4b2f85 | 9febfd7e71f45bb17cb8b6f350ffba198672d18a | refs/heads/master | 2021-01-19T08:25:12.394461 | 2017-04-09T09:57:27 | 2017-04-09T09:57:27 | 87,628,584 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | h | #ifndef QMYEDIT_H
#define QMYEDIT_H
#include <QtGui>
class QMyEdit : public QLineEdit
{
Q_OBJECT
public:
explicit QMyEdit(QWidget *parent = 0);
protected:
virtual void mousePressEvent(QMouseEvent *event);
private slots:
signals:
void LineEditClicked();
};
#endif // QMYEDIT_H
| [
"bofeng@bofeng-ThinkPad-X230.(none)"
] | bofeng@bofeng-ThinkPad-X230.(none) |
1daf35abc34ba03b02d0525894fbb1386b449eb2 | 54da97058e1319bf0bc1c60198558aeb6b004ecd | /DevUtils/Testing/TestCommon.hpp | 71bc124dcd0799932a911c0a1bc242210f9c714f | [
"BSD-3-Clause"
] | permissive | khurrumsaleem/helios | 202021d96490bd4ad117ccc1196799c019285e7a | fe7a06992abcf495d9b09d2d172b8cc6fdd67b80 | refs/heads/master | 2022-01-24T21:45:51.088917 | 2020-06-27T05:19:10 | 2020-06-27T05:19:10 | 205,647,629 | 0 | 0 | null | 2019-09-01T08:08:19 | 2019-09-01T08:08:19 | null | UTF-8 | C++ | false | false | 2,371 | hpp | /*
Copyright (c) 2012, Esteban Pellegrino
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and th... | [
"pellegre.esteban@gmail.com"
] | pellegre.esteban@gmail.com |
7cd06e837c3c0ae6e115790f070d46e1d04b479d | 04214994fd507dad763d6389842371e47bd1bb1f | /dp/sherlock_and_cost.cpp | 6690a966a910e2c668001038e9409969da6c9bd5 | [] | no_license | JP-Reddy/HR | cacb9a855131d5bd4f70f8b43dff4920a462657b | 60d656f45d538f4874d6ef05774fcc52dfba8e1e | refs/heads/master | 2021-07-09T23:40:19.791085 | 2019-01-16T18:05:45 | 2019-01-16T18:05:45 | 104,243,028 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 496 | cpp | // https://www.hackerrank.com/challenges/sherlock-and-cost/problem
#include<iostream>
#include<vector>
#include<cmath>
#include<algorithm>
using namespace std;
int main(){
int dp[100000][2]={};
int a[100000],n,t;
cin>>t;
while(t--){
cin>>n;
for(int i=0;i<n;i++)
cin>>a[i];
for(int i=0;i<n-1;i++){
dp[... | [
"guthijp.reddy@gmail.com"
] | guthijp.reddy@gmail.com |
a7e835d4035ef2e0031a494f064b49c64ca58d57 | df6a7072020c0cce62a2362761f01c08f1375be7 | /implement/oglplus/enums/limit_query_def.ipp | 92f7e737519f9f5427f737326bba0be5ab0bc19e | [
"BSL-1.0"
] | permissive | matus-chochlik/oglplus | aa03676bfd74c9877d16256dc2dcabcc034bffb0 | 76dd964e590967ff13ddff8945e9dcf355e0c952 | refs/heads/develop | 2023-03-07T07:08:31.615190 | 2021-10-26T06:11:43 | 2021-10-26T06:11:43 | 8,885,160 | 368 | 58 | BSL-1.0 | 2018-09-21T16:57:52 | 2013-03-19T17:52:30 | C++ | UTF-8 | C++ | false | false | 64,622 | ipp | // File implement/oglplus/enums/limit_query_def.ipp
//
// Automatically generated file, DO NOT modify manually.
// Edit the source 'source/enums/oglplus/limit_query.txt'
// or the 'source/enums/make_enum.py' script instead.
//
// Copyright 2010-2019 Matus Chochlik.
// Distributed under the Boost Software License,... | [
"chochlik@gmail.com"
] | chochlik@gmail.com |
6aea2bb482285a2f25c5b0f62b36108039e3f352 | 1fae40e85703450f22242371bdc6ceafa7164a16 | /AntHill/cPheromone.h | a7cb63161c2623535b0e227e92188e297b8d6a39 | [] | no_license | JoeyProbst/13WS-OOP | d21eca5d4d4cfb922fc145febf5ebcf4a5afe662 | 73c2aafd9d93dff1fb0814267b462b5780baa74e | refs/heads/master | 2021-01-23T20:17:25.189248 | 2014-01-18T00:07:19 | 2014-01-18T00:07:19 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 512 | h | //#pragma once
#ifndef CPHEROMONE_HEADER
#define CPHEROMONE_HEADER
#include "cItem.h"
class cField;
class cPheromone :
public cItem
{
private:
int intensity;//Joey: zeigt die Intensität des Pheromons an!
int typ;
cField* Position;
int roundBasedTurnIndicator;
public:
cPheromone(cField* position);
~cPheromone(... | [
"max-mustermann@outlook.com"
] | max-mustermann@outlook.com |
112d7e4ff28cf7574980bb03fddba17651de4109 | 940e2fbc3175be92db35cde7cf14fec057813470 | /HiDialog/pclviewer.h | 1e410987c59703bfe101000f745b856f1b776100 | [] | no_license | thewallmoney/HiDialog | 718c7410fdbca8c6ec1446ec67558f15782e020d | 28161072d20c55e532db8d727e26dd0ec692bd47 | refs/heads/master | 2020-03-31T21:21:22.396260 | 2018-10-11T02:54:18 | 2018-10-11T02:54:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,275 | h | #ifndef PCLVIEWER_H
#define PCLVIEWER_H
// STL
#include <iostream>
#include <fstream>
// Qt
#include <QMainWindow>
// Point Cloud Library
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/visualization/pcl_visualizer.h>
#include <pcl/io/pcd_io.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <... | [
"czh55@qq.com"
] | czh55@qq.com |
2a585c244213630ca87a9735ba711f58a49dff52 | e04f52ed50f42ad255c66d7b6f87ba642f41e125 | /appseed/core/user/user/user_combo_list.h | 3de8163dd1a9cd244d8b1b99e398d391c0f043d0 | [] | no_license | ca2/app2018 | 6b5f3cfecaa56b0e8c8ec92ed26e8ce44f9b44c0 | 89e713c36cdfb31329e753ba9d7b9ff5b80fe867 | refs/heads/main | 2023-03-19T08:41:48.729250 | 2018-11-15T16:27:31 | 2018-11-15T16:27:31 | 98,031,531 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,698 | h | #pragma once
namespace user
{
class combo_box;
namespace wndfrm
{
namespace frame
{
class WorkSet;
}
}
class CLASS_DECL_CORE combo_list :
virtual public ::user::control
{
public:
bool m_bMovingComboBox;
bool ... | [
"camilo@ca2.email"
] | camilo@ca2.email |
3c0ca8bbf19e58c22553d3f1cff6ca1a80d966e2 | 3c8655d8478eed08d297e5e1833b4b807663beb0 | /Drawing_Program/Drawing_Program/Drawing_Program.cpp | 74fa97a2536c0a26e8e7365f945e06e54e1d1610 | [] | no_license | pavelkumbrasev/In-order-to-pass_Drawing-Program | 0c8b95485371d2cee846379963a237b1260e848d | 4d8f33f3a5d51fc53a7d58de63fa2723e911d8aa | refs/heads/master | 2021-09-12T21:04:45.539108 | 2018-04-20T18:23:37 | 2018-04-20T18:23:37 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 666 | cpp | // Drawing_Program.cpp: главный файл проекта.
#include "stdafx.h"
#include "Form1.h"
using namespace System;
using namespace System::Windows::Forms;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// Включение визуальных эффектов Windows XP до создания каких-либо элементов управления
Application::En... | [
"paulnvidia@gmail.com"
] | paulnvidia@gmail.com |
3c40fc6843a24ed2fc3327527e9e0fb9c5cc0aee | e65a4dbfbfb0e54e59787ba7741efee12f7687f3 | /textproc/irstlm/files/patch-src-interpolate-lm.cpp | 82490ba6a1ab623d95201cfac12174567797f470 | [
"BSD-2-Clause"
] | permissive | freebsd/freebsd-ports | 86f2e89d43913412c4f6b2be3e255bc0945eac12 | 605a2983f245ac63f5420e023e7dce56898ad801 | refs/heads/main | 2023-08-30T21:46:28.720924 | 2023-08-30T19:33:44 | 2023-08-30T19:33:44 | 1,803,961 | 916 | 918 | NOASSERTION | 2023-09-08T04:06:26 | 2011-05-26T11:15:35 | null | UTF-8 | C++ | false | false | 509 | cpp | --- src/interpolate-lm.cpp.orig 2012-10-02 11:06:58.000000000 +0400
+++ src/interpolate-lm.cpp 2014-09-02 14:42:03.000000000 +0400
@@ -230,7 +230,7 @@ int main(int argc, char **argv)
//Learning mixture weights
if (learn) {
- std::vector<float> p[N]; //LM probabilities
+ std::vector< std::vector<float> > p... | [
"demon@FreeBSD.org"
] | demon@FreeBSD.org |
2b058846e3291aaf5c874a2161c912e02ed13874 | 51790e0214ab263f8e2b41c459b814e74e174747 | /src/seqan_codons.cpp | 70ecd9082419f7b7981d760fc0a853e0eb5f0c9e | [
"BSD-3-Clause"
] | permissive | sdwfrost/codon-sw | 47d70e238da0ea7c2fa9b40446dc335db52bb367 | 8314e1b8aef3c94e4d3e569a9915ce44a5f4a431 | refs/heads/master | 2020-03-22T17:45:51.668267 | 2013-03-29T16:27:33 | 2013-03-29T16:27:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,989 | cpp | #include "seqan_codons.hpp"
#include <array>
#include <algorithm>
#include <cassert>
#include <iterator>
#include <iostream>
typedef unsigned char byte;
using seqan::Iupac;
using seqan::IupacString;
using seqan::AminoAcid;
using seqan::Peptide;
namespace codonalign
{
static std::array<AminoAcid,32768> codon_table; /... | [
"cmccoy@fhcrc.org"
] | cmccoy@fhcrc.org |
647b73846bad5c81867de20ae169aea18ed19051 | e31b63a01560cfc3341b0ab245543519ea8ddfde | /DVD.h | 42c6217ea0f7db1c0b2c70a6bca3a568e15dd57b | [] | no_license | mix4242/Lab | ae5fbba4ec17429c011c232496deb341ac8caa23 | c20b362f0a6a1928f1379be8e63d87a8e0a3e5c8 | refs/heads/master | 2021-01-10T06:37:55.235556 | 2015-10-18T16:45:14 | 2015-10-18T16:45:14 | 44,486,846 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | h | #ifndef Included_DVD_h
#define Included_DVD_h
#include "SaleableItem.h"
class DVD :public SaleableItem {
public:
enum DVDFormat {PAL, NTSC};
DVD(const char* pTitle,
unsigned int unitPricePence,
unsigned int runningTimeMinsp,
DVDFormat formatp);
unsigned int getNewPrice(void);
private:
unsig... | [
"md3414@ic.ac.uk"
] | md3414@ic.ac.uk |
5d14e9f4317af0cc554f41b27ec9729ff2172d93 | 14ce01a6f9199d39e28d036e066d99cfb3e3f211 | /Cpp/SDK/BP_PetesBoat_V2_Back_Corner_parameters.h | 49b776ba3ba303201e6413ceb8834643d95cbc7a | [] | no_license | zH4x-SDK/zManEater-SDK | 73f14dd8f758bb7eac649f0c66ce29f9974189b7 | d040c05a93c0935d8052dd3827c2ef91c128bce7 | refs/heads/main | 2023-07-19T04:54:51.672951 | 2021-08-27T13:47:27 | 2021-08-27T13:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 973 | h | #pragma once
// Name: ManEater, Version: 1.0.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
f97b802a24dc8ff7bfa21561a96098da4648a6ba | 62e6e04d4ab08ca4b5090179af1f670099f94780 | /客户端组件/游戏广场/3D.cpp | 7f683afadea3ea99fa8619d17b58ab7a24d0e88f | [] | no_license | hanshouqing85/wh6603_hpkj | 9895e3bc2e9948aacb15f6bc60f083146796ddf9 | eed96681c75dcc2948f89c63088da21e3d8e0bc0 | refs/heads/master | 2020-04-13T13:48:10.811183 | 2019-06-15T10:49:21 | 2019-06-15T10:49:21 | 163,242,393 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 145,808 | cpp | #include "stdafx.h"
#include "GamePlaza.h"
#include "PaiLie3.h"
#include "BmpUtil.h"
#include "MessageDlg.h"
#include "PlatformFrame.h"
#include "QrTzhDlg.h"
#include "GDIpng/MemDC.h"
#include "DlgFandian.h"
#include "DlgAddtional.h"
#include <map>
using namespace std;
extern map <int,CString> mapFandian;
extern map ... | [
"hanshouqing85@163.com"
] | hanshouqing85@163.com |
ecd3a15ce9a0f7afd1bef370027459719ae21f50 | d48d8c63e09e3895ac687aff637eaa7b487d4c1c | /35. Search Insert Position.cpp | 51000c1da4ebf504e4ec0b2a84ddbde615b78f50 | [] | no_license | Ln-Yangzl/leetcode-solution | 4dec978498227c4856f428297738fbb730075569 | 45b020bd14acd03dcf53f884756e1c3ab52e703e | refs/heads/master | 2023-03-31T20:15:08.908861 | 2021-04-13T11:18:29 | 2021-04-13T11:18:29 | 349,050,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,270 | cpp | #include <iostream>
#include <vector>
using namespace std;
int searchInsert(vector<int>& nums, int target) {
int left = 0, right = nums.size();
nums.push_back(INT_MAX);
while (left < right) {
int mid = (left + right) / 2;
if (nums[mid] < target) left = mid + 1;
else if (nums[mid] > target) right = mid;
els... | [
"565213263@qq.com"
] | 565213263@qq.com |
adf2422d5bb72a1f98e3684ef9a18dbf9255c6d6 | 01f3b5203ca25341f2b4b87ef7070a0b7f67eaac | /nth_element.cpp | 9aa5292e7ae59c3f6b915b925fa992caa4e46ea1 | [] | no_license | Sagnik07/Advanced-Problem-Solving | cb79c77193d2886342a962c3be176cf0ef9ad21a | b7973e0a6d445fb39f7d12d3f4dfca30e44826d4 | refs/heads/master | 2021-04-10T04:42:05.119300 | 2020-03-21T05:27:49 | 2020-03-21T05:27:49 | 248,911,596 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,225 | cpp | /*
Problem Statement : Nth no. of a unsorted array
Task: To find the nth smallest element in a given sequence. The operation should take
an amortized cost of O(n).
Aim: To learn how to use randomization in algorithms.
Hint: Think of the partition function of randomized quick-sort.
Testing: Time your function using time... | [
"sagnikgupta07@gmail.com"
] | sagnikgupta07@gmail.com |
7cf56075299394184b0dbb6d3d0ffdddb1cfe4ad | e0355cd291daff754423f8a4d2705edd4ad18952 | /Semestre5/ADA/ProgramCompt/VitosFamily.cpp | 27009e16e9d12c4a92374400c82a81bef51f29c1 | [] | no_license | Javozz/UNSA-CS | 5c41985b1281a53375b0a768c9e5915d9a982f17 | 7db6489637e4c89dc7b1b9989db88b9187fb781f | refs/heads/master | 2022-04-06T09:51:27.166720 | 2019-05-27T04:25:45 | 2019-05-27T04:25:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main(){
int n;
cin>>n;
for(int i = 0; i < n; i++){
int n2;
cin>>n2;
vector<int> casitas;
for(int j = 0; j < n2; j++){
int e;
cin>>e;
casitas.push_back(e);
}
int menor = -1;
for(auto iter = casitas.begin(); iter != casitas.end(); ... | [
"cristo2014f@outlook.es"
] | cristo2014f@outlook.es |
377f6c7c5b9b64c013dd050a5bbc107df28d6dd1 | 33abaca81a6421c258de15607c2e6e82c86f6625 | /complex.h | aa0f663a96d5480565aaad9dd03be4a42a34139c | [] | no_license | miruna2707/OOP_lab2 | f592baab2979cef8a04b2cec919d67ef10ee7a26 | 1338dbba60302b6d25a6f98fb389a9823c047230 | refs/heads/master | 2021-03-27T05:27:25.768984 | 2020-03-16T18:21:30 | 2020-03-16T18:21:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | h | #pragma once
#pragma once
class Complex {
private:
double real = 0;
double imag = 0;
public:
//constructor
Complex(double real, double imag);
//real
double get_real()const;
void set_real(double real);
//imag
double get_imag()const;
void set_imag(double imag);
}; | [
"rares.dan.g@gmail.com"
] | rares.dan.g@gmail.com |
fb8274b999283485e0685a8db6c8accb8baae66d | 792f2ee67210556f224daf88ef0b9785becadc9b | /codeforces/812A.cpp | 318e84572ad7d52aa0d8c0f1c48c8e3f67e0a308 | [] | no_license | firiexp/contest_log | e5b345286e7d69ebf2a599d4a81bdb19243ca18d | 6474a7127d3a2fed768ebb62031d5ff30eeeef86 | refs/heads/master | 2021-07-20T01:16:47.869936 | 2020-04-30T03:27:51 | 2020-04-30T03:27:51 | 150,196,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,358 | cpp | #include <iostream>
#include <algorithm>
#include <iomanip>
#include <map>
#include <set>
#include <queue>
#include <stack>
#include <numeric>
#include <bitset>
#include <cmath>
static const int MOD = 1000000007;
using ll = long long;
using u32 = unsigned;
using u64 = unsigned long long;
using namespace... | [
"firiexp@PC.localdomain"
] | firiexp@PC.localdomain |
3ac6f13d0b6df55c3eb685e64640ead1a31e1013 | 49e1bc7edabeb7c1f2d9c8d6ae8c4bc1f8a3ec4b | /BambooCC/Geometry/Segment.h | c8209853b0bea67d3ff111a7a0e6d78b05e0331d | [] | no_license | ngoaho91/bamboocc | 8ff38dd28f8493716bad63368b77bd9177c31bbe | e3800af23f97b099cd40e2f2e94265da1c2262a7 | refs/heads/master | 2021-01-01T05:49:05.729457 | 2014-04-07T16:48:27 | 2014-04-07T16:48:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 495 | h | #ifndef Edge_H
#define Edge_H
#include "Node.h"
#include "Rectangle.h"
namespace Geometry
{
class Segment
:public pair<Node*, Node*>
{
private:
Rectangle* m_BoundingBox;
double m_Length;
public:
Segment();
Segment(Node* nodeA, Node* nodeB);
~Segment();
Rectangle* GetBoundingBox(){ return m_BoundingB... | [
"ngoaho91@gmail.com"
] | ngoaho91@gmail.com |
ffe9189b774f24ce3f200465ee3173262ab623db | 0ed97f1708adc8e77106fa2a900bbe23894a276d | /Homework-01/shuffler/lineshuffler.hpp | a2fa5d0df32d81f47084f4812344995a5389e3b6 | [] | no_license | Robert-Gonzalez/DataStructuresHWFall2016 | f7890f1303ad0b64588903b2039a7da7c1b8cd01 | 55ec9de3340c8f5ce3afdef3436c8831bc088104 | refs/heads/master | 2021-01-16T02:47:27.858739 | 2017-08-11T03:52:24 | 2017-08-11T03:52:24 | 99,989,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,450 | hpp | /**
* \file lineshuffler.hpp
* \author CS 70 Provided Code
*
* \brief Interface definition for LineShuffler.
*/
// C++ include guard for header file.
// Its mere presence will prevent linker errors and much sorrow later.
#ifndef LINESHUFFLER_HPP_INCLUDED
#define LINESHUFFLER_HPP_INCLUDED 1
#include <vector>
#inc... | [
"robertgonzalez.me@gmail.com"
] | robertgonzalez.me@gmail.com |
2b66beb71c9dc958aef6ee687a0e59c2655826bc | 7c3433d64d3c9e3fce12f1880404635728fae7ec | /src/svgren/config.hpp | 63a6a841a729ac052639872643d8e20b85bd8bb3 | [
"MIT"
] | permissive | NickVoron/svgren | e5338169e11c28a10212e851f0c9dfeb723892ee | 754028b676c202d987390ec0634cff7681b574dd | refs/heads/master | 2021-05-03T09:31:29.466890 | 2018-02-01T18:09:13 | 2018-02-01T18:09:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146 | hpp | /*
* File: config.hpp
* Author: ivan
*
* Created on October 20, 2015, 9:35 PM
*/
#pragma once
namespace svgren{
typedef float real;
}
| [
"ivan.gagis@tieto.com"
] | ivan.gagis@tieto.com |
d8c743c0bd8aaa41500a53a6b10f496913b828e8 | f6f35870a7ff7f80b83b106a4d6fa6a4f1265814 | /src/game.cpp | 0343086acfc796fe3ba4784e6fa2936261a100d3 | [] | no_license | FabioTranjan/breakout-game | 9b2bb30b2ce642688009c7b6bf981cf639099f56 | ec89903e16f06c317190ae16ce33d452789db2ac | refs/heads/master | 2021-06-09T02:45:53.336218 | 2020-01-15T02:40:00 | 2020-01-15T02:40:00 | 147,968,890 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,568 | cpp | #include "game.hpp"
#include "resource_manager.hpp"
#include "sprite_renderer.hpp"
#include "particle_generator.hpp"
#include <iostream>
SpriteRenderer *Renderer;
ParticleGenerator *Particles;
GameObject *Player;
BallObject *Ball;
GLboolean CheckCollision(GameObject &one, GameObject &two);
Collision CheckCollision(B... | [
"fabiotkx@gmail.com"
] | fabiotkx@gmail.com |
5abace302bf4fb33e70853f435757992395367f8 | 23453172f651dd1b21aa9ef2af0d15930e97be52 | /algorithm/interviews/03_找出数组中重复的数字/find_duplication.cpp | 4356dc7b63dce8fa372fcb9f714707620ea8b14c | [] | no_license | plmsmile/study | dae443df9f94bcea99e6ba9d06880071f5a46db4 | 2a1624ac239072d94e8baf7bd0b42d463d72d047 | refs/heads/master | 2021-01-20T08:29:45.053825 | 2017-10-17T06:47:47 | 2017-10-17T06:47:47 | 90,154,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,124 | cpp | #include <iostream>
/**
* 在数组中,查找a的重复数字,找出任意一个就行
* Args:
* a: 无序数组,值的区间[0, n-1]
* length: 长度
* dup: 要返回的数值
* Returns:
* 数据合法并且有重复的数字,返回True;否则返回Fasle
*/
bool duplicate(int a[], int length, int *dup) {
// 数据合法性检查
if (a == nullptr || length < 0) {
return false;
}
for (int i = 0; i < ... | [
"plmspark@163.com"
] | plmspark@163.com |
c544c1cef3db50dd500bca41b9bb4c613aa2894d | 55d0224c99ce313246c6d7aada74458923d57822 | /example/core/convert/to.cpp | 7bd5bf870f6272cafa881ebdd9877c4f5425c678 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | boostorg/hana | 94535aadaa43cb88f09dde9172a578b2b049dc95 | d3634a3e9ce49a2207bd7870407c05e74ce29ef5 | refs/heads/master | 2023-08-24T11:47:37.357757 | 2023-03-17T14:00:22 | 2023-03-17T14:00:22 | 19,887,998 | 1,480 | 245 | BSL-1.0 | 2023-08-08T05:39:22 | 2014-05-17T14:06:06 | C++ | UTF-8 | C++ | false | false | 1,042 | cpp | // Copyright Louis Dionne 2013-2022
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
#include <boost/hana/assert.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/core/to.hpp>
#include <boost/hana/equal.hpp>
#includ... | [
"ldionne.2@gmail.com"
] | ldionne.2@gmail.com |
732aaaca46452698e470520be00ce532d82fd1e3 | 0ee5f4e6e7e4da8bbc9c153da1ee2ab03f9453ab | /ex1/complejo.cpp | 531b5b7588fe732e0858f25f71a122d7da6134e5 | [] | no_license | JpValenciaZuluaga/ALSE2110 | be6a3c4354cbd758c1b4d24cc3e04b6c22190919 | 9b5a35948613e5c3849721abe0963f0639338d9a | refs/heads/main | 2023-03-25T19:16:15.648445 | 2021-03-15T19:19:03 | 2021-03-15T19:19:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 625 | cpp | #include <iostream>
#include <cmath>
#include <stdlib.h>
using namespace std;
float norma(float &re, float &im ){
return sqrt(re*re + im*im);
}
float angulo(float &re, float &im){
return atan2(im,re);
}
int main( int argc, char** argv ){
// Recordar que la parte real e imaginaria será pasado por parámetros d... | [
"alexander.perez@escuelaing.edu.co"
] | alexander.perez@escuelaing.edu.co |
98e6933339fb06bcea592957c4598e74cc67849f | d1a4428dd57c7a5dbfa84dd04cb9054df2388a9c | /src/chrome/browser/web_applications/web_app_install_manager_unittest.cc | 7ec5b6f170773559ff61d491a40a09e2ea3a3fd5 | [
"BSD-3-Clause"
] | permissive | riverite/chromium | bfa4e354dc71fdbe942c648d311a7663533af379 | 458877c9b9a7e0f8ee55cb787cd12a1ecef3fe0f | refs/heads/master | 2022-12-29T23:14:08.184892 | 2018-11-02T14:45:03 | 2018-11-02T14:45:03 | 154,111,141 | 1 | 5 | null | 2022-12-18T00:43:23 | 2018-10-22T08:36:22 | null | UTF-8 | C++ | false | false | 3,446 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/web_applications/web_app_install_manager.h"
#include "base/callback.h"
#include "base/run_loop.h"
#include "base/strings/utf_str... | [
"sket0039@gmail.com"
] | sket0039@gmail.com |
c4b0b4c9a32af76671e46206afc346b6583e75d6 | 868e8628acaa0bf276134f9cc3ced379679eab10 | /firstCrude2D/we123/h10_refined/0.046/p_rgh | b98fb4e3987f3832735e10c7c2e7b62604b8e98e | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 136,054 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
b5334fd1296c1af7f29eff36c4b43b3cf2c3a677 | b957ed321f7594340e2d455f807da856e411e18f | /main/MessageProcess.h | 5ccb947b57ebb45f817fc21cc5789b8881a65db2 | [] | no_license | yrewzjs/SADS | a4d7fe8b2637fabae68976ddb43119fd438cc000 | 77ede95518af1b3ab3564cb8339c14487a2445a9 | refs/heads/master | 2020-05-17T09:55:33.004304 | 2019-04-26T15:15:21 | 2019-04-26T15:15:21 | 175,948,504 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,448 | h | #ifndef _MESSAGEPROCESS_H_
#define _MESSAGEPROCESS_H_
/**
* 该类是一个消息处理类。
* @author zjs
* @Time 2017
*/
/*********** 日志级别 *********
DEBUG :调试级别,调试时输出的一些调试日志,工作状态可以关闭
INFO :程序运行中输出的状态日志
WARNING:程序运行中输出的警告日志,该情况可能进一步导致程序错误,也可能对程序运行没有影响,比如:非必要传感器采集数据失败
ERROR :程序运行中输出的错误日志,该情况代表程序遭遇不可解决问题,比如:必要传感器采集数据失败
**************... | [
"zhangjstj@163.com"
] | zhangjstj@163.com |
fc3d4bdbd3181051add32ec664847a838d731430 | 04b2c2219457dbaa7fcc61350b17f40268ea2c73 | /MandelM5/src/main.cpp | 1e2eae6e5943a46f5d21455c41a25abe6805355a | [
"MIT"
] | permissive | akita11/MandelbrotTangNano | bf975bc03fc83f6c527a35671489564e7bf07431 | cc61ac87fe59a0f8440d06afe1ec185e0062f521 | refs/heads/master | 2021-02-14T09:03:15.001233 | 2020-03-19T06:07:47 | 2020-03-19T06:07:47 | 244,790,973 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,389 | cpp | #include <Arduino.h>
#include <M5Stack.h>
#include <Wire.h>
// convert float to Q12-formatted 16bit binary
uint16_t float2q12(float a)
{
uint16_t i, f, d;
float aa;
if (a > 0) aa = a; else aa = -a;
i = (byte)(aa);
f = (uint16_t)((aa - (byte)aa) * 4096);
d = (i << 12)| f;
if (a < 0) d = ~d + 1;
return(d... | [
"akita@ifdl.jp"
] | akita@ifdl.jp |
ea7d5adbc5d63421e433ed5509a7b742f9ccfb28 | f2e7c0cfefe130420549ac170a49769266381631 | /include/usagi/imgui/small_button_cloud.hxx | d98389f434e80aae4238575cb0238487f4e98907 | [
"MIT"
] | permissive | moicci/usagi | a4a1b3ab6050bf345d07fe1b702f606b1fefab83 | 2d57d21eeb92eadfdf4154a3e470aebfc3e388e5 | refs/heads/master | 2020-03-22T14:54:48.725530 | 2017-05-08T14:27:27 | 2017-05-08T14:27:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,123 | hxx | #pragma once
#include <string>
#include <map>
#include <functional>
namespace usagi
{
namespace imgui
{
using small_button_cloud_functor_type
= std::function< auto () -> void >;
using small_button_cloud_base_type
= std::multimap
< std::string
, std::tuple
< small... | [
"usagi@WonderRabbitProject.net"
] | usagi@WonderRabbitProject.net |
7eff692d06002e3c3a4d0df181154b7258ebd48a | 192187c2fc994d8de65cb1a3e16990ac3eced9a2 | /plat/infra/ipc/msg/msg_shm.h | fe24ec7d4b2d75ee690dd0ce6ab70044b292dc01 | [] | no_license | grh4542681/UAP | 61f7c6fe9ffb08f863c705ce532ead3fd8b025a6 | 5bb223fb310c33c6210f0a997d9b6c5a1cb281a4 | refs/heads/master | 2020-03-26T23:17:05.187533 | 2020-03-25T12:11:15 | 2020-03-25T12:11:15 | 145,526,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 990 | h | #ifndef __MSG_SHM_H__
#define __MSG_SHM_H__
#include "shm/shm_posix.h"
#include "sem/sem_posix.h"
#include "msg.h"
#include "ipc_log.h"
namespace ipc::msg {
class MsgShm : public Msg {
public:
typedef struct _MsgShmHead {
size_t msg_num;
size_t free_size;
size_t data_start;
size_... | [
"grh4542681@163.com"
] | grh4542681@163.com |
6df81ad1ae70697a572c5cf398b49e0d8982bca6 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/_old/webrtc-qt5.11.2_for_boss/modules/video_coding/codecs/vp8/simulcast_rate_allocator.cc | a36e465a2a9be0fd98de5939ce6e97a06f24363f | [
"MIT",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-takuya-ooura",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"MS-LPL",
"LicenseRef-scancode-google-patent-licen... | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 6,993 | cc | /*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"slacealic@nate.com"
] | slacealic@nate.com |
99e10b5dda7f7ff8f2584d8741744d2879830411 | 0200239bcb83676d9c3e74c7c70786c94c5ec6c6 | /src/vendor/cget/cget/pkg/pqrs-org__cpp-osx-iokit_hid_device_open_checker/install/include/pqrs/osx/iokit_hid_device_open_checker.hpp | ab3bcd755693e73c96a9c859d8b5290b65d3f03f | [
"Unlicense"
] | permissive | xcardplayer/Karabiner-Elements | 8e424de3479c4d967e2f1f7a6668a73521e2ef03 | a752122bb67be30b8651314bc78814b3db236fb8 | refs/heads/master | 2020-11-27T08:56:46.144179 | 2019-12-12T15:36:30 | 2019-12-12T15:36:30 | 229,378,053 | 0 | 0 | Unlicense | 2019-12-21T04:53:09 | 2019-12-21T04:53:09 | null | UTF-8 | C++ | false | false | 2,997 | hpp | #pragma once
// pqrs::osx::iokit_hid_device_open_checker v1.1
// (C) Copyright Takayama Fumihiko 2019.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
#include <pqrs/osx/iokit_hid_manager.hpp>
namespace pqrs {
namespace osx {
class iokit_hid_device_open_ch... | [
"tekezo@pqrs.org"
] | tekezo@pqrs.org |
7e3295140fe78cee7980dafc1bf368fde64c5b4a | ecd445b19371b0faea42be8dbc1396e002bf9a49 | /symbol_table.cpp | 08ece3e061b19ed3778a8fe252783fa8c817ee13 | [] | no_license | royertiago/INE5426 | 42bac6efc843fd08bd90d05027adf6f75d052b54 | 132d67f3a5bb3a09e74bb92993950a20309a031e | refs/heads/master | 2021-01-01T20:47:51.148019 | 2014-12-15T15:02:29 | 2014-12-15T15:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,666 | cpp | /* symbol_table.cpp
* Implementation of symbol_table.h
*/
#include <unordered_map>
#include "exceptions.h"
#include "symbol_table.h"
namespace SymbolTable {
/* Separate symbol tables for each type of symbol. */
namespace tables {
std::unordered_map<std::string, std::unique_ptr<Category>> category;
std::unor... | [
"royertiago@gmail.com"
] | royertiago@gmail.com |
4b9daaaad33db717f3f73a456a8ad450b2640c84 | 3358a7faaf650d632ff2a7b48e0c7c81fb97a8fd | /validation/test_single_request/test_ms_sr.cpp | 0567f10150843083fdbaabdfa914cb2ec636cf16 | [] | no_license | sig1nt/satnet-policy-server | fc311a57d5fe251b7b78e375680d321a298efcc6 | 8f1e0ea58bdc9ab6310eb9e8d9b28f4cd43c39b7 | refs/heads/master | 2021-09-15T22:46:42.441783 | 2018-06-12T02:27:06 | 2018-06-12T02:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,232 | cpp | #include "mission_server.h"
#include <fcntl.h>
#include <stdio.h>
#include <string>
#include <map>
//add ack for cancel demand
enum TR_state {SENT, ACCEPT, REJECT, CANCEL, WITHDRAWL_SENT, WITHDRAWL_ACK};
struct TR
{
int reqID;
int gsID;
time_t start;
time_t end;
TR_state state;
}... | [
"claverty@calpoly.edu"
] | claverty@calpoly.edu |
0e6a3ab04030cc99304c5441101bb55b5af3baca | c3ab78bb32723c8073f32bb6dfc431a7ab910de2 | /Coil/Source/Coil/GUI/GUI.cpp | 468de440198cbb944d7e1892410e0490d9fac55c | [
"BSD-3-Clause",
"Zlib",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | ikold/Coil | 8d6a54e22411d14dae8196036bcd7ba878863009 | 190c8629853d024e1e7bbac5ae32aafdbbeec885 | refs/heads/master | 2023-08-07T08:41:46.796729 | 2021-09-30T12:47:32 | 2021-09-30T12:47:32 | 230,604,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,236 | cpp | #include "pch.h"
#include "GUI.h"
namespace Coil
{
std::vector<Ref<GUIWindow>> GUI::Container;
void GUI::OnImGuiRender()
{
CL_PROFILE_FUNCTION_HIGH()
for (const auto& window : Container)
window->OnImGuiRender();
}
Ref<GUILogWindow> GUI::LogWindow(const GUIWindowProps& properties)
{
auto window = Cr... | [
"jakubkozlowicz10@gmail.com"
] | jakubkozlowicz10@gmail.com |
0a86b39cb5e752ed19f53a82412ac86d4450f9c4 | e5278489aa0a87863ffab8654b546b068ad8c05a | /FSWRender/FSWPostRadialBlur.h | 8bb9fe2441d245dd0300c2555cf1ffbfc6f899cc | [] | no_license | yish0000/FSWRender | c4a8ebe0216a8fa206d8293c71be6f454325e8ba | 8a6f6c4ae9fe3040cd97bbfbfd0385fb0db63458 | refs/heads/master | 2020-03-28T14:08:24.643584 | 2019-08-01T02:25:31 | 2019-08-01T02:25:31 | 148,460,127 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,000 | h | /*
* ------------------------------------------------------------------------
* Name: FSWPostRadialBlur.h
* Desc: 本文件定义了一个径向模糊渲染效果。
* Author: Yish
* Date: 2013/5/9
* ----------------------------------------------------------------------
* CopyRight (C) YishSoft. All right Observed.
* ---------------... | [
"yish0000@foxmail.com"
] | yish0000@foxmail.com |
720f087408444bd2071653f3648cedb15c15ae95 | 6630d2fbbf2b9634190deea9c3f9a51e401d4023 | /include/llfio/v2.0/detail/impl/windows/map_handle.ipp | 86ac7cf32eede1c1c601f7cbf0a385684aec5427 | [
"BSL-1.0",
"Apache-2.0"
] | permissive | 19317362/llfio | 12139316ee4c30c86b8a83b344849c3067ae303b | f966f8c1d5d3128caca484e21acd478540b9f08a | refs/heads/master | 2020-09-20T06:11:12.831077 | 2019-11-19T00:00:13 | 2019-11-19T00:00:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,783 | ipp | /* A handle to a source of mapped memory
(C) 2016-2017 Niall Douglas <http://www.nedproductions.biz/> (17 commits)
File Created: August 2016
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 in the acco... | [
"spamtrap@nedprod.com"
] | spamtrap@nedprod.com |
e24441d991534e49a91ca1910a7e274c9406b16c | cae63dae21561c4f39481278390f565ec5c419ec | /c++11/bibliotecas c++ c++11/aula81 cctype.cpp | 9988968ee61e604f74e7c88ba60cd30c7bf272a6 | [] | no_license | HRsniper/CPP | d48f16159c5439febbf3bce8eb1445320704b251 | 86e5928292a05df6c332558c0b8240a66ae3aeee | refs/heads/main | 2023-08-22T17:57:16.941360 | 2021-10-16T19:02:29 | 2021-10-16T19:02:29 | 308,703,801 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 883 | cpp | #include <iostream>
#include <cctype>
using namespace std;
int main(){
//container de string
char str[]=">> 1hr-sniper <<";
int i=0;
while (str[i]){
if (isdigit(str[i])){
cout << "cara.: " << str[i] << " alfabetico " << endl;
}
else{
cout << "cara.: " << str[i] << " nao alfabetico " << endl;
}
i+... | [
"63937242+HRsniper@users.noreply.github.com"
] | 63937242+HRsniper@users.noreply.github.com |
76ee6a36b4ec7a43e72e89c1021cec3284884705 | 7ce91a98ae434dbb48099699b0b6bcaa705ba693 | /TestModule/HK1/Users/20133107/BAI1.cpp | c5198bffb26c15765ace64f1ce58d18d386428aa | [] | no_license | ngthvan1612/OJCore | ea2e33c1310c71f9375f7c5cd0a7944b53a1d6bd | 3ec0752a56c6335967e5bb4c0617f876caabecd8 | refs/heads/master | 2023-04-25T19:41:17.050412 | 2021-05-12T05:29:40 | 2021-05-12T05:29:40 | 357,612,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,211 | cpp | #include <stdio.h>
void nhap(int&x, int &y, int&z, int &t, int &u, int &v);
void xuly(int x, int y, int z, int t, int u, int v);
int main ()
{
int x,y,z,t,u,v;
nhap(x,y,z,t,u,v);
xuly(x,y,z,t,u,v);
return 0;
}
void nhap(int&x, int &y, int&z, int &t, int &u, int &v)
{
scanf("%d%d%d%d%d%d",&x,&y,&z,&t,&u,&v);
}
void... | [
"Nguyen Van@DESKTOP-8HI58DE"
] | Nguyen Van@DESKTOP-8HI58DE |
167cf45ba83f670994053fe3b950fac1563e37e6 | de8b2b4ae3fa277174386cbb8e0b62037ec104e1 | /PostExperimentForm.h | 589169d7d3448cc79fa92055f3abc07c03fae5d6 | [] | no_license | MicrosystemsLab/HAWK | 5a6b00f9bc444d8d21c22bc87edfba8fea548955 | 82d40f35215c3291bb30e30126a2414d76b447ae | refs/heads/master | 2021-06-05T07:52:16.578591 | 2015-08-07T21:25:29 | 2015-08-07T21:25:29 | 27,103,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,662 | h | /* PostExperimentForm.h
* --------------------
* Component and event code for the windows form that collects
* post experiment notes from the user.
*
* Created by John Whitworth on 8/26/14.
* Copyright 2015 Eileen Mazzochette, et al <emazz86@stanford.edu>
*/
#pragma once
#include <msclr/marshal.h>
#include <ms... | [
"emazzochette@gmail.com"
] | emazzochette@gmail.com |
a46cf7040b186ef78cd3e744e01f2c9ae2b32b15 | c657529436b28a646c7bae3d53e26aa52c9b2a2b | /CSGOSimple/valve_sdk/misc/UtlBuffer.cpp | bbf11bcba29cfe50cb43ba1bbc24ac97c7f13ca1 | [
"MIT"
] | permissive | dfsffdsafs/csgo_selfleak | 27498b426a692f8b01ffd873e000b0c56100f0c5 | 15ddc0f7488e8d1eb2d6464e715ea2b43a3c05a1 | refs/heads/master | 2022-03-24T02:13:19.748893 | 2019-11-06T13:42:03 | 2019-11-06T13:42:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,921 | cpp |
#pragma warning (disable : 4514)
#include "UtlBuffer.hpp"
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include <stdlib.h>
#include <limits.h>
#include "characterset.hpp"
const char* V_strnchr(const char* pStr, char c, int n)
{
char const* pLetter = pStr;
char const* pLast = pStr + n;
// Ch... | [
"tronicbd27@gmail.com"
] | tronicbd27@gmail.com |
68b9cac22c7be25bd2690a277976052bb394b82f | 7f392835a894ab5a7538c9021bba6a60e37675e4 | /contents/monte_carlo_integration/code/c++/monte_carlo.cpp | beff9717015c484de6f747b171d5a76a62c76942 | [
"MIT"
] | permissive | algorithm-archivists/algorithm-archivists.github.io | bd11529b097392cf4ccb2752b715f203be8a4f28 | 51b8a7dd5b6096ed73d72db7e2f18e545f4ecfa1 | refs/heads/master | 2021-08-29T09:09:02.651459 | 2021-08-16T03:31:20 | 2021-08-16T03:31:20 | 131,343,221 | 7 | 9 | MIT | 2020-06-26T04:16:44 | 2018-04-27T20:44:42 | HTML | UTF-8 | C++ | false | false | 1,252 | cpp | #include <iostream>
#include <cstdlib>
#include <random>
constexpr double PI = 3.14159265358979323846264338;
/**
* Check if the point (x, y) is within a circle of a given radius.
* @param x coordinate one
* @param y coordinate two
* @param r radius of the circle (optional)
* @return true if (x, y) is within the ... | [
"travis@example.org"
] | travis@example.org |
b9aff7029cc0c2e211d820a9ddb5cdce0e9f8c4a | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_5712.cpp | d70e8207f8272fb8fbcaee8727082b39100031fc | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 653 | cpp | {
int j;
i = pointer[length-2];
j = pointer[length-1];
if(i != CURL_IAC || j != CURL_SE) {
infof(data, "(terminated by ");
if(CURL_TELOPT_OK(i))
infof(data, "%s ", CURL_TELOPT(i));
else if(CURL_TELCMD_OK(i))
infof(data, "%s ", CURL_... | [
"993273596@qq.com"
] | 993273596@qq.com |
55719b563b9c4c1e7efd56732651c43e78a138e9 | 53f3f38eac3ed44f23f8f58d34aa8bd89555eaef | /src/msvc1/include/AutoGemmKernelSources/cgemm_Col_NN_B1_MX096_NL096_KX08_src.cpp | b19f782e4cf7a55a348369319bfb12e744dbaf41 | [
"Apache-2.0"
] | permissive | gajgeospatial/clBLAS-1.10 | 16039ddfad67b6c26a00767f33911e7c6fe374dc | 2f5f1347e814e23b93262cd6fa92ec1d228963ac | refs/heads/master | 2022-06-27T09:08:34.399452 | 2020-05-12T16:50:46 | 2020-05-12T16:50:46 | 263,172,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,533 | cpp | /*******************************************************************************
* This file was auto-generated using the AutoGemm.py python script.
* DO NOT modify this file! Instead, make changes to scripts in
* clBLAS/src/library/blas/AutoGemm/ then re-generate files
* (otherwise local changes will be lost a... | [
"glen.johnson@gaj-geospatial.com"
] | glen.johnson@gaj-geospatial.com |
062870fe10c8a82ef37cf4102e9280d87bb5b21e | 04c4cc99ddcbc20679715351a0ecbcc7207f183c | /pacman/gmoveabl.h | a746c9aa44b346df7b21c6301ff36419d145f22a | [] | no_license | henrymound/CPlusPlus | 95b9e35f434e328d4a14f609e1c1a43819f06db3 | 4fa093308c9f2d4746a921855c7c85cc39ad3e05 | refs/heads/master | 2021-05-29T05:57:39.063086 | 2015-05-30T21:07:17 | 2015-05-30T21:07:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 137 | h | #ifndef __gmoveabl_h_
#define __gmoveabl_h_
#include"gdynelem.h"
class G_Moveables : public DynamicGraphElement
{
public:
};
#endif
| [
"henrymound@gmail.com"
] | henrymound@gmail.com |
553d0632fc03f8ec79dfcf435ae67ebc8f5bd77b | db92214392a7f20a8a7c9713cd9e8ba4b2d94c7a | /threadpool/MyThread.cpp | 7dac1f01384fc0d4530dcf58c061fd40a616e7b6 | [] | no_license | SoftwareKiller/ubuntu | fd2af7be1738bdbdccd38a58c7f17b340f618363 | 6bf390fc8d8c3efc17a7db3331d5f5405abd05bf | refs/heads/master | 2022-01-29T23:26:56.528101 | 2022-01-11T08:38:03 | 2022-01-11T08:38:03 | 137,650,835 | 1 | 0 | null | 2020-12-16T15:21:42 | 2018-06-17T11:42:35 | C++ | UTF-8 | C++ | false | false | 906 | cpp | #include "MyThread.h"
#include "MyThreadPool.h"
#include <iostream>
int MyThread::s_threadnumber = 0;
MyThread::MyThread(MyThreadPool* pool):
mythreadpool_(pool),
isdetach_(true)
{
++s_threadnumber;
threadid_ = s_threadnumber;
}
void MyThread::setisdetach(bool detach) {
isdetach_ = detach;
}
voi... | [
"378961928@qq.com"
] | 378961928@qq.com |
f49e571889b9fa96954cbf47c34cf76229325d54 | 34c5456bb48c86fd5657423b738372a283da6919 | /garnet/public/lib/escher/paper/paper_transform_stack.cc | 5fb111aa223adde581738ceb953bb38c1f49d5d2 | [
"BSD-3-Clause"
] | permissive | yanyushr/fuchsia | 75ab66df4158cdcaf515cece0511c73736a23fad | 98e70672a81a206d235503e398f37b7b65581f79 | refs/heads/master | 2022-11-20T03:27:48.996258 | 2019-04-24T17:25:35 | 2019-04-24T17:25:35 | 183,284,990 | 0 | 1 | BSD-3-Clause | 2022-10-28T17:30:27 | 2019-04-24T18:27:17 | C++ | UTF-8 | C++ | false | false | 3,501 | cc | // Copyright 2018 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 "lib/escher/paper/paper_transform_stack.h"
#include "lib/escher/geometry/plane_ops.h"
#include "lib/escher/util/trace_macros.h"
namespace escher... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
209b1adc643883d66d3dd80d7fced68210f79b0e | c6e9e30cb39698c346eb24b3eeef7e3a5c570032 | /gnuradio/build_gdb/gr-blocks/lib/vector_sink_i_impl.h | 38e9d1450bac2e6059165b6dd4c6f5e7923b3bcc | [] | no_license | Darren2340/local_gnuradio | 283ae020e21a64607fd0721f0c54217dccb5655d | db05a74ab64a5dfae6bca70dfcf57019153c64b5 | refs/heads/master | 2021-01-20T11:25:54.372134 | 2014-07-14T23:42:55 | 2014-07-14T23:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,675 | h | /* -*- c++ -*- */
/*
* Copyright 2004,2008,2009,2013 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or ... | [
"rjmccabe@rockwellcollins.com"
] | rjmccabe@rockwellcollins.com |
a54c1b8b770b712b89b8758d403671a89da74ee9 | 19194c2f2c07ab3537f994acfbf6b34ea9b55ae7 | /android-31/android/bluetooth/le/ScanSettings_Builder.hpp | 60b8b991e2f715cd95cab5d153f84d354346cd4e | [
"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 | 2,175 | hpp | #pragma once
#include "./ScanSettings.def.hpp"
#include "./ScanSettings_Builder.def.hpp"
namespace android::bluetooth::le
{
// Fields
// Constructors
inline ScanSettings_Builder::ScanSettings_Builder()
: JObject(
"android.bluetooth.le.ScanSettings$Builder",
"()V"
) {}
// Methods
inline android::blu... | [
"yjbeetle@gmail.com"
] | yjbeetle@gmail.com |
b73b834805b26bfa08238dec55a1c1f2deac5798 | 2de65abf9f108bab7b0b38667f1dc372a9850047 | /src/MimeEditor.cpp | 0d9457b15dc7405b48c39b34ab76a02b77aec401 | [] | no_license | lukedirtwalker/harbour-mimeeditor | 04c575d97259165dbbcf79cb094102fe85f55f1a | 1855fe1f2d50ef79a20d4e45a88994dcbcf9349c | refs/heads/master | 2020-05-17T15:22:33.308488 | 2015-05-19T21:11:57 | 2015-05-19T21:11:57 | 35,908,659 | 0 | 1 | null | 2015-05-19T21:11:58 | 2015-05-19T21:09:13 | C++ | UTF-8 | C++ | false | false | 2,570 | cpp | /*
Copyright (C) 2013 Jolla Ltd.
Contact: Thomas Perl <thomas.perl@jollamobile.com>
All rights reserved.
You may use this file under the terms of BSD license as follows:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions ar... | [
"lukedirtwalker@gmail.com"
] | lukedirtwalker@gmail.com |
3f2f7106653fe1d4d8fad3f1233688f5e1edd5ee | f188da1a6a0c420713b35fb6421ab92804015004 | /1084c.cpp | 039e57ead042698099ca18f6c303303468c34037 | [] | no_license | nimishkapoor/cp_files | 4234eedd1035455b1b265a07fd78df104a2cff1f | acf28fa2ec442bbb1c6c4ef198e29d763e23d85d | refs/heads/master | 2020-05-30T16:13:24.845973 | 2019-12-08T20:17:17 | 2019-12-08T20:17:17 | 189,840,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,913 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long int ll;
#define watch(x) cout << (#x) << " is " << (x) << endl
#define mod(x, m) ((((x) % (m)) + (m)) % (m))
#define max3(a, b, c) max(a, max(b, c))
#define min3(a, b, c) min(a, min(b, c))
#define gcd __gcd
#define nof1 __builtin_popcountll
#define noflea... | [
"nmshkpr@gmail.com"
] | nmshkpr@gmail.com |
0fad7a113221eac451d73e3c68a3f3aae01a39cb | cb6f64a717d774d1c6d44943b38602af570da8d8 | /HW4/0516022_hw4.cpp | 240260c9b5c58e0c248cf2d8dce0c4504ebefe5b | [] | no_license | xuannn1998/OS | 071aa41785b54fd8b708408280faa266f5144329 | 64ae90a8ba25202d5b502f9f578491a15129265d | refs/heads/master | 2021-07-08T10:45:11.122331 | 2019-04-04T15:00:29 | 2019-04-04T15:00:29 | 153,733,183 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,855 | cpp | // Student ID: 0516022
// Name : 吳禹璇
// Date : 2018.12.19
#include "bmpReader.h"
#include "bmpReader.cpp"
#include <stdio.h>
#include <iostream>
#include <math.h>
#include <pthread.h>
#include <semaphore.h>
using namespace std;
#define MYRED 2
#define MYGREEN 1
#define MYBLUE 0
int imgWidth, imgHeight;
int ... | [
"piggy7744@gmail.com"
] | piggy7744@gmail.com |
1abfd269a57db5a3aab096d29814c87f60d0d8c0 | 7e6f83b51f3f3e404b3d16f109b1e1606b7ab9ce | /src/gpprogression.cpp | 88e64345967540c427bf4e5c23a29099e58efd18 | [] | no_license | NielsHecquard/GrandPrix2017 | 504f32b141f02a7e14fe18cd0f7e2c91264ec0f2 | 2c00387e4708a6e8b614719e550c7d87bd7d459b | refs/heads/master | 2021-01-19T11:25:28.559532 | 2017-04-11T18:09:06 | 2017-04-11T18:09:06 | 87,964,898 | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 397 | cpp | /**
* @brief Gestionnaire de course de voitures. Projet 1A Ensicaen.
*
* @authors Julien Gosme (2012)
* Modifiť par G. Lebrun (2015), S. Fourey (2016)
*/
#include "gpprogression.h"
#include "ui_gpprogression.h"
GPProgression::GPProgression(QWidget *parent) :
QWidget(parent),
ui(new Ui::GPProgression)... | [
"hecquard@ecole.ensicaen.fr"
] | hecquard@ecole.ensicaen.fr |
9dcab1a36936cf3e8d63c383812438bae172110d | 2f70c4b45ef4473f00597605d86428e64903bf3c | /src/compiler/ClassDescriptor.hpp | d1e263099a4ce5d83c01fd72bf94484e1c903b21 | [] | no_license | Voxed/epic-compiler | d96d0ba922ac24c196327d81b3a48beaa2acaf27 | 62534ed7015f259fb05fe4c1b2d0ebe7b67dc5f9 | refs/heads/master | 2023-08-19T17:04:16.239749 | 2021-10-04T02:57:41 | 2021-10-04T02:57:41 | 413,240,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,313 | hpp | #pragma once
#include <llvm/IR/Function.h>
#include <map>
#include <string>
namespace compiler {
class State;
/**
* The class descriptor represents all members of a class, struct or array.
* Also deduces struct type and vtable.
*/
class ClassDescriptor
{
public:
/**
* Create a class descriptor with a ... | [
"voxedg@gmail.com"
] | voxedg@gmail.com |
cbc18868fe9366d035c7ef89c7e49357c1009ae5 | a72529df08738fca8fe80bcdb087e2edd4f6b36c | /battleships-game/sceneManager.cpp | 1713cde40ce84fe023f5a65b53f83d4915fc80ac | [] | no_license | MAdisurya/battleships-game | b0fc24aa3bfd728f56c730dc5b4fcf0d07a2a7d0 | 7dcec53b66ca5f2712a193300aa1deea4310800e | refs/heads/master | 2020-12-13T03:42:34.369139 | 2020-01-16T11:16:17 | 2020-01-16T11:16:17 | 234,303,494 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | cpp | // Library Includes
#include <string>
// Local Includes
#include "sceneManager.h"
// Constructor
SceneManager::SceneManager()
{
}
// Deconstructor
SceneManager::~SceneManager()
{
}
void SceneManager::GenerateScene(std::string _SceneName)
{
}
void SceneManager::RemoveScene(std::string _SceneName)
{
}
std::string... | [
"mario.adisurya@gmail.com"
] | mario.adisurya@gmail.com |
a81af764fb10b02a11719e098fb45f612fa5b926 | ee94828efe16fec6eb4b26d15628cf4f13657053 | /Projects/Midterm-Project/SimpleCal.h | abc0e389749a1f210ea45384df0773260f781abd | [] | no_license | Ignis17/CS244 | 37b95d7fe7f6d7bdbbf9297da844727af02928aa | 786048d08a15f8e26d140fe4c1c4b551b2bd29f3 | refs/heads/master | 2021-03-16T10:28:09.793705 | 2020-01-27T23:17:29 | 2020-01-27T23:17:29 | 105,193,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 659 | h | // Name: Joel Turbi
// Description: Simple Calculator
// Due Date: 11/11/2017
#ifndef SIMPLECALCULATOR_H
#define SIMPLECALCULATOR_H
#include <cmath>
#include<cstdlib>
class Calculator
{
public:
double Addition(const double &x, const double &y)
{
return (x + y);
}
double Subtraction(const dou... | [
"joel.turbi@student.mec.cuny.edu"
] | joel.turbi@student.mec.cuny.edu |
8c56bd3ad05bb95640b95f8be1c8be6db7a04305 | 9a94e85ef2820d626cd76123b9aa49190c991003 | /HSPF_MRO_ANDR/build/Android/Release/app/src/main/jni/_root.c_po.g.cpp | b9dd55e69b2845c6921440d28f73eb50bf89adea | [] | no_license | jaypk-104/FUSE | 448db1717a29052f7b551390322a6167dfea34cd | 0464afa07998eea8de081526a9337bd9af42dcf3 | refs/heads/master | 2023-03-13T14:32:43.855977 | 2021-03-18T01:57:10 | 2021-03-18T01:57:10 | 348,617,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539,684 | cpp | // This file was generated based on '(multiple files)'.
// WARNING: Changes might be lost if you edit this file directly.
#include <_root.c_po.h>
#include <_root.c_po.Template.h>
#include <_root.c_po.Template.Template1.h>
#include <_root.c_po.Template.Template2.h>
#include <_root.c_po.Template.Template3.h>
#include <_... | [
"sommelier0052@gmail.com"
] | sommelier0052@gmail.com |
1791ddbf99b9a85840d163aae68914e65af10f59 | 9181068b31ec63ffc1fa0c8a11499b13fc49c45b | /tempxively/tempxively.ino | c1e4db3e5e93b26af681bb1b77cef517e60db025 | [
"MIT"
] | permissive | eutampieri/Arduino | 003b45ca8d4578b03bf2f36261a0308196f71b7c | b6dfa298f2377a29e64231f253fbb988493788d7 | refs/heads/master | 2018-12-23T03:57:49.456310 | 2018-10-10T12:39:49 | 2018-10-10T12:39:49 | 31,428,737 | 0 | 1 | MIT | 2018-10-10T12:39:50 | 2015-02-27T16:40:16 | C++ | UTF-8 | C++ | false | false | 1,446 | ino | #include <SPI.h>
#include <Ethernet.h>
#include <HttpClient.h>
#include <Xively.h>
#include <LM35.h>
// MAC address for your Ethernet shield
byte mac[]={0x90, 0xA2, 0xDA, 0x0F, 0x9D, 0x80 };
// Your Xively key to let you upload data
char xivelyKey[] = "RkVAi4UU9hvVoEFWN59SD945u2KMPOSYcGe0bRrQrs5e30A6";
// Analog pin... | [
"eugenio@serverseutampieri.ddns.net"
] | eugenio@serverseutampieri.ddns.net |
47bb79d95ca1d401007b1ff0ce0aa75d45a798fb | 12c995558414cc5248e16b4ff6e655ed6d10ff77 | /nowcoder/nc-156F.cpp | 896eb50f61f6a48f9f32a7863c2ec90e49ad4023 | [] | no_license | fshp971/ACM-ICPC | f7202fde85b7875f9d5e05ad147fa077880ca562 | 5d922295cf2cb64db15c689fef2a772ddf7e5311 | refs/heads/master | 2023-05-26T09:24:56.822990 | 2023-05-16T09:30:43 | 2023-05-16T09:30:43 | 58,751,341 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,178 | cpp | #include<cstdio>
#include<cstdlib>
#include<cstring>
#include<cmath>
#include<ctime>
#include<cassert>
#include<iostream>
#include<algorithm>
#include<vector>
#include<string>
#include<queue>
#include<utility>
#include<bitset>
#include<complex>
#include<map>
#include<set>
#include<unordered_map>
#include<unordered_set>... | [
"fshp971@gmail.com"
] | fshp971@gmail.com |
8ed0d124922fa32371ceaa0ab94cdfd2e4631319 | 0879c7f857ccd417e5e00afae20fdf0699948ea7 | /xdebug/CameraSampleDisplay/debug/moc_ImageProcessWarpper.cpp | 272c9cab2ed6a700e69e4b87c6fdfd4147768bb8 | [] | no_license | wenzhang1992/CameraSample | c7947db0bbe26e3d0faa36626fcb06a141b76b90 | 3c15358ebd0ab5996490dc09127df9fb004ac9c6 | refs/heads/master | 2020-05-27T14:12:43.642096 | 2019-05-26T07:43:58 | 2019-05-26T07:43:58 | 188,654,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,675 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'ImageProcessWarpper.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.2)
**
** WARNING! All changes made in this file will be lost!
*************************************************... | [
"543967937@qq.com"
] | 543967937@qq.com |
9dfde42676d7a8fd536f62c837fcd8adacda9b1f | ad66bc473cb26c9edf662dfeccfb07b20fae62f9 | /CG/imageIO.h | 03ca0bef51f9a235df03ff60b648655f7ee0c9d2 | [] | no_license | Jessica1213/CG_RayTracing-KDtree | 85f4a015d7b7350f6d5b8be44b1014360a341030 | b6f7ef87181ed8eee3ddba1dd640b098d8fb56ff | refs/heads/master | 2020-03-19T08:22:36.714228 | 2018-06-28T07:03:46 | 2018-06-28T07:03:46 | 136,198,851 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,655 | h | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string>
#ifndef _IMAGEIO_H
#define _IMAGEIO_H
struct Pixel {
unsigned char R, G, B; // Blue, Green, Red
};
class ColorImage {
Pixel *pPixel;
int xRes, yRes;
public:
ColorImage();
~ColorImage();
void init(int... | [
"jessica121353@gmail.com"
] | jessica121353@gmail.com |
4fe8b431ca13ed4f2601441d7466c8a4161e566c | 1bfd6a615b6aa1aa069be2a797fdd35bb428fb2d | /devel/include/main2021/goap_srvResponse.h | b0175cd0b50f0b46d82da6c70864144ceff1503f | [] | no_license | gogochiou/eudemo | 961a8ee4b6f9d7c2b6d4e9793ec0488e04b18f9f | fe730b3c2b618ee3a1c4f257c4da816db961d599 | refs/heads/main | 2023-04-18T18:18:09.881614 | 2021-05-07T13:57:03 | 2021-05-07T13:57:03 | 365,246,447 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,918 | h | // Generated by gencpp from file main2021/goap_srvResponse.msg
// DO NOT EDIT!
#ifndef MAIN2021_MESSAGE_GOAP_SRVRESPONSE_H
#define MAIN2021_MESSAGE_GOAP_SRVRESPONSE_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#in... | [
"aaaa8552369@gmail.com"
] | aaaa8552369@gmail.com |
b1a8962138c1d7a45c06b827bf3b0038e5f657cb | c45a8a2b70c7ac1613660eb3ee91efe117ce060e | /examples/example09.cpp | dcf69dd84d36f04e9aa73d519db840973cb8c042 | [] | no_license | iEuler/MiniQL | d0a46cf84b6de501811868481394332d2144b425 | 08333400c2e6621361237412bdca979a32f127f0 | refs/heads/main | 2023-05-28T23:29:24.164632 | 2021-06-09T19:54:42 | 2021-06-09T19:54:42 | 372,900,437 | 0 | 0 | null | 2021-06-09T19:54:42 | 2021-06-01T16:46:19 | C++ | UTF-8 | C++ | false | false | 898 | cpp | // this file is to test the root finding algo
// g++ examples/example09.cpp -o out
#include <iostream>
#include <memory>
#include <exception>
#include "../math/brent.hpp"
#include "../math/secant.hpp"
#include "../math/solver1d.hpp"
class Myfunc1 {
public:
double operator()(double x) const { return (x-6.356)*(... | [
"48609238+iEuler@users.noreply.github.com"
] | 48609238+iEuler@users.noreply.github.com |
3dd083adb2d77a80a92d88814571a02e312a3404 | 88ae8695987ada722184307301e221e1ba3cc2fa | /components/autofill/core/browser/autofill_address_util.h | f416314af7b2872793513645e2f9b8e1ab8d809a | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 5,358 | h | // Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ADDRESS_UTIL_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ADDRESS_UTIL_H_
#include <string>
#include "components/aut... | [
"jengelh@inai.de"
] | jengelh@inai.de |
cce00569e4270955b2b433dd2b3b796645151edf | 3e5777877e95dd149f0eeff1bbfa512b90be3502 | /arduinoExamples/basic/ESP32_PIR_HC-SR501_Timer.ino | d2ea61690d71508a910ddb0bdfa7f220c5c46855 | [] | no_license | mael/iot | 782b866a469d3e36507b7d50a77fca20381bdc3e | c83738008f5bb17b337e926b8b07783aa84111af | refs/heads/master | 2020-12-21T03:01:54.961790 | 2020-02-09T21:00:36 | 2020-02-09T21:00:36 | 236,287,208 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,271 | ino | /**
* Sensor PIR HC-SR501
*
* Author: Mael T.
* Date: 18/01/2020
*
* PINOUT
* ======
* GND:GND
* Vcc:+5v
* OUT:D4
*/
#define timeSeconds 5
// Set GPIOs for LED and PIR Motion Sensor
const int led = 2; // Internal led blue
const int motionSensor = 4;
// Timer: Auxiliary variables
unsigned long no... | [
"dev.mael@gmail.com"
] | dev.mael@gmail.com |
055daa24b6a79afc9231f228c2e18627dd409e0c | 8faee0b01b9afed32bb5b7ef1ab0dcbc46788b5b | /source/src/serial/objistr.cpp | 8c912d8de581e7835578881360be599c5be50ad6 | [] | no_license | jackgopack4/pico-blast | 5fe3fa1944b727465845e1ead1a3c563b43734fb | cde1bd03900d72d0246cb58a66b41e5dc17329dd | refs/heads/master | 2021-01-14T12:31:05.676311 | 2014-05-17T19:22:05 | 2014-05-17T19:22:05 | 16,808,473 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52,591 | cpp | /* $Id: objistr.cpp 393673 2013-03-27 14:35:03Z rafanovi $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" und... | [
"jackgopack4@gmail.com"
] | jackgopack4@gmail.com |
a6f8a6983a7bb83833c001a72e74c94be717fbdc | c8b7fea80cb77a20dba889d7c3b90fd192c878a4 | /modules/dbgfmts/dwarf/DwarfDebug.h | 84c0bdc3a73f8a117766bf4796948944b4d28c54 | [] | no_license | PeterJohnson/yasm-nextgen | b870244740f0507dbdd02bd99aa2f0ebd3731726 | de173dcbd49575f1714f2f16347dbb59bc38a9f4 | refs/heads/master | 2020-04-08T20:37:38.333729 | 2011-06-22T05:52:28 | 2011-06-22T05:52:28 | 1,501,974 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,399 | h | #ifndef YASM_DWARFDEBUG_H
#define YASM_DWARFDEBUG_H
//
// DWARF debugging format
//
// Copyright (C) 2006-2007 Peter Johnson
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions of source code m... | [
"peter@tortall.net"
] | peter@tortall.net |
9219e6298261798b9ab26e58e8f2b7cdde693617 | 9f443b8dd5ebf3ba8852659788672a9c07d76640 | /Code/max/Algorithms/CountZeroes.inl | 6f6be7e153f04a1988b28fd3710034ff9d3d3920 | [] | permissive | ProgramMax/max | 8cbd527f4a00a4b80b9388e8a1a3454ac8ae200a | 799239f19a87457eddbd3849439988da4a3e9a87 | refs/heads/tip-of-tree | 2023-08-24T20:21:57.453415 | 2023-08-14T07:04:59 | 2023-08-14T07:04:59 | 44,238,865 | 1 | 1 | BSD-3-Clause | 2023-08-14T07:05:01 | 2015-10-14T09:50:21 | C++ | UTF-8 | C++ | false | false | 95,573 | inl | // Copyright 2015, The max Contributors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <max/Compiling/Configuration.hpp>
#include <max/Compiling/Polyfills/IsConstantEvaluated.hpp>
#include <max/Compiling/Assume.hpp>
#if defined( ... | [
"ProgramMax@gmail.com"
] | ProgramMax@gmail.com |
804be2804f2ca2e5d82510cc205a59fee054b345 | b771b54b2186263770066aab1ab474b945640033 | /src/tests/model_expr/classifers_models.h | 505eb358cf107cc3476ec001af32321a2b931695 | [
"MIT"
] | permissive | boazsade/machine_learinig_models | d13228ac64ab5547c312505be6147d41a81e6523 | eb1f9eda0e4e25a6d028b25682dfb20628a20624 | refs/heads/master | 2020-04-13T01:36:08.251215 | 2018-12-23T12:37:55 | 2018-12-23T12:37:55 | 162,878,744 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 4,032 | h | #pragma once
#include "libs/classfication_algos/support_vector_machine.h"
#include "libs/classfication_algos/general_types.h"
#include <iosfwd>
// list of alogrithms that we are applying to build classifications models
// these are the target for this all application - we are feeding it with
// the train data, then ru... | [
"boaz.sade@binah.ai"
] | boaz.sade@binah.ai |
d97ca01d79ddef5de30e2e280b14e0c7f581bffc | a5a99f646e371b45974a6fb6ccc06b0a674818f2 | /DQMOffline/EGamma/plugins/SealModule.cc | 8d0479a17a5248f064ef10a34aaf480fa86122fc | [
"Apache-2.0"
] | permissive | cms-sw/cmssw | 4ecd2c1105d59c66d385551230542c6615b9ab58 | 19c178740257eb48367778593da55dcad08b7a4f | refs/heads/master | 2023-08-23T21:57:42.491143 | 2023-08-22T20:22:40 | 2023-08-22T20:22:40 | 10,969,551 | 1,006 | 3,696 | Apache-2.0 | 2023-09-14T19:14:28 | 2013-06-26T14:09:07 | C++ | UTF-8 | C++ | false | false | 903 | cc | #include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DQMOffline/EGamma/plugins/PhotonAnalyzer.h"
#include "DQMOffline/EGamma/plugins/PhotonOfflineClient.h"
#include "DQMOffline/EGamma/plugins/PhotonDataCertification.h"
#include "DQMOffline/EGamma/plugins/Pi... | [
"giulio.eulisse@gmail.com"
] | giulio.eulisse@gmail.com |
b5f44f592eb8442887d0ba72cf9ed773920df5d0 | ef9ef9ab7e74a1dcd3170e4825b3350cd2e0de1b | /StRoot/StSpinPool/StFcsCosmicMaker/StFcsCosmicMaker.h | 3ac36ece9de47775ff3a0e83fdec30483a089c6b | [] | no_license | fisyakbnl/star-sw | 4a75ec40a39b9417b16d89d7e91410b70e71c68c | 6fc07f5f0be8fb18998f460f5672404da3ec4640 | refs/heads/main | 2023-07-14T22:01:17.450644 | 2021-08-25T14:56:26 | 2021-08-25T14:56:26 | 394,309,421 | 1 | 0 | null | 2021-08-09T13:51:58 | 2021-08-09T13:51:57 | null | UTF-8 | C++ | false | false | 1,589 | h | /*
*
* \class StFcsCosmicMaker
*
*/
#ifndef STAR_StFcsCosmicMaker_HH
#define STAR_StFcsCosmicMaker_HH
#include "StRoot/St_base/Stypes.h"
#include "StRoot/StEvent/StEnumerations.h"
#include "StMaker.h"
class StFcsDb;
class StFcsCollection;
class TH1F;
class TH2F;
class StFcsCosmicMaker : public StMaker {
public... | [
"dmixsmi@gmail.com"
] | dmixsmi@gmail.com |
113cc0d343d90e49279bcb94e116945ccfc714a1 | 50217ceede2d6a0c10ed5e3a45854cd69f4ae05f | /dsa/XVDPU-TRD/vck190_platform/overlays/Vitis_Libraries/vision/L1/examples/dilation/xf_dilation_tb.cpp | 120221eb659642547d03b1ba0934db354cb5f2dc | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-free-unknown"
] | permissive | poldni/Vitis-AI | ddf79938629d4a8c20e1e4997f6445ec42ec7fed | 981f85e04d9b4b8fc2f97e92c0cf28206fde0716 | refs/heads/master | 2022-05-18T06:39:13.094061 | 2022-03-28T19:39:26 | 2022-03-28T19:39:26 | 455,650,766 | 0 | 0 | Apache-2.0 | 2022-02-04T18:14:19 | 2022-02-04T18:14:18 | null | UTF-8 | C++ | false | false | 3,327 | cpp | /*
* Copyright 2019 Xilinx, 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/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"do-not-reply@gitenterprise.xilinx.com"
] | do-not-reply@gitenterprise.xilinx.com |
edc47b4a189a64f72155d8a174db9f3765635830 | ef60bc923465b0c9d183a0904392962532a46254 | /HTN/HTN/Tasks/TaskHub.cpp | 7193b216dbd214767d50be63f470d3aee8b38f02 | [] | no_license | Kestajon/Unreal_HTN | 1711029a6d03d449026910659160ca8ad5c3320c | ef77aa66c2c33d8e14edc54ccf9983c27d632f7c | refs/heads/master | 2021-09-07T12:13:51.891733 | 2018-02-22T18:31:27 | 2018-02-22T18:31:27 | 122,505,678 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,663 | cpp | // Author: Jonathan Keslake
#include "TaskHub.h"
#include "Enemies/EnemyAI.h"
#include "AttackEnemy.h"
/** Function called after construction by SquadHub */
void UTaskHub::InitialSetup()
{
// Register Default Auxilia goal tasks
RegisterNewTask(NewObject<UEnemyTask>(this, UAttackEnemy::StaticClass()));
R... | [
"jonathankeslake@gmail.com"
] | jonathankeslake@gmail.com |
8f5173492597d87d9ff932ed294d4071f9c665d5 | 80280d007665162257e5c6f46ff1518708230868 | /strings/5.cpp | c258c092b9341f0444b51ead4127bfed2877fd8b | [] | no_license | Aniket2107/dsa-450 | c89e4610b1db58b5fcb14e2cb42dffe8cec4b213 | b6cfe872a258f33fd3a6c0fe1e453ad6115381b0 | refs/heads/master | 2023-04-13T03:16:52.514727 | 2021-04-21T06:35:02 | 2021-04-21T06:35:02 | 360,056,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
std::ios::sync_with_stdio(false);
string s1,s2,res;
cin>>s1>>s2>>res;
int l1 = s1.length();
int l2 = s2.length();
int l3 = res.length();
if(l1+l2 != l3) cout<<"NO";
else {
int flag = 0;
int i=0,j=0,k=0;
... | [
"had096705@gmail.com"
] | had096705@gmail.com |
f80611382300a85b63975d08dcb964e20432fcfc | 8e8ccb9079cb80e10680fda4205853b4d8e02fad | /week10/bnode.h | 93786baa7cee63bb14e125459d057db52225ef97 | [] | no_license | Khrishp/CS235 | 710d5b189a15df2555b2b248f04ef062e5e074c6 | 13bcc2de240eb606053fe15918ea17aa01a9292c | refs/heads/master | 2021-06-16T06:16:10.165577 | 2021-02-08T20:37:30 | 2021-02-08T20:37:30 | 154,437,490 | 2 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,410 | h | // you might want to put these methods into your BinaryNode class
// to help you debug your red-black balancing code
/****************************************************
* BINARY NODE :: FIND DEPTH
* Find the depth of the black nodes. This is useful for
* verifying that a given red-black tree is valid
* Author: B... | [
"smi16166@byui.edu"
] | smi16166@byui.edu |
73baa1da9d2b75238aeffde0002ee4a8bf28a5f0 | 79527ac7914b37d8cd6faebb0ffae0e700a98bb6 | /SlimDXc_Jun2010(VC++2008)/source/direct3d9/XFileSaveData.h | 068d2e603d183a29bf683515e81af22d4789b25f | [
"MIT"
] | permissive | hugetiny/DTXManiaXG-verK | 2f2cb7c5ba405b8252b7eef9365d9ae53b8b1a81 | b19611208d45c40bf3d48d7084e05faea920ee92 | refs/heads/master | 2022-10-11T13:55:45.313428 | 2016-08-18T13:15:50 | 2016-08-18T13:15:50 | 243,325,915 | 1 | 0 | null | 2020-02-27T21:25:02 | 2020-02-26T17:40:04 | C++ | UTF-8 | C++ | false | false | 2,127 | h | /*
* Copyright (c) 2007-2010 SlimDX Group
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publis... | [
"gennsou76573@gmail.com"
] | gennsou76573@gmail.com |
919b1650e4e98bd67048076e036f86d71b6b31f7 | a0bb45312b4ccc4912213e3965d6043a30fc8415 | /Others-LeetCode&Geeksforgeeks/StacksOfBooks/main.cpp | d718d0dcf04ed199c2ec5ac9fd6c736ed7723418 | [] | no_license | Tangjiahui26/CrackingCode | 692039c5818897f065c9e3adae3b3fcd391b9248 | 76670944e438bbf907523fc8162dcacf138a6fb5 | refs/heads/master | 2020-05-17T06:53:43.455094 | 2019-10-01T20:16:10 | 2019-10-01T20:16:10 | 183,568,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,921 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <stack>
using namespace std;
// sort a stack with a temp
stack<int> sortStack(stack<int> & input){
stack<int> tempStack;
while(!input.empty()){
int temp = input.top();
input.pop();
while (!tempStack.empty() && tempSt... | [
"tangjiahui26@gmail.com"
] | tangjiahui26@gmail.com |
40038a1971388e26623bb3e9d18d10afd20764ab | 15868941b0528ef73b3067946f98149cc8078ab9 | /BazaSeriali/TvProgram.h | 743370df481e60b0c9db1238bb6d66a27c85d0bf | [] | no_license | Kammil98/BaseOfMovies | 3d29c8637f46aea2e0157c872a0e1d7449c8d776 | a0dd77774a40dbc3f26694987e5a498f7aecbff3 | refs/heads/master | 2020-05-16T13:55:08.419467 | 2019-04-23T20:03:06 | 2019-04-23T20:03:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,265 | h | #pragma once
#include <string>
#ifndef TvProgram_H
#define TvProgram_H
using namespace std;
class TvProgram
{
string type;
string name;
bool followed;
string authorName;
string authorSurname;
int rating;
public:
void setType(std::string value) { type = value; }
std::string getType() { return type; }
void set... | [
"49918546+Kammil98@users.noreply.github.com"
] | 49918546+Kammil98@users.noreply.github.com |
28a999784eb2bf2b76bdca9fbacb17cb819216d3 | 519284d460b4469e33c898d3371943b1a0ad77d6 | /cpp/atcoder/sharing-cookies.cpp | b14a7b4f27ca3817479e41f903e5f8499afa9dad | [] | no_license | mihaimorariu/coding-playground | 6aa520ddfbd1dcec72d85513d449ce71139d7918 | da061e6a6aa54853b6ca3d3e7344a22e3a2aa3b2 | refs/heads/master | 2023-04-26T20:14:51.536914 | 2023-04-23T19:34:18 | 2023-04-23T19:34:18 | 238,814,060 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | cpp | #include <iostream>
int main() {
std::uint16_t A, B;
std::cin >> A >> B;
if (A % 3 == 0 || B % 3 == 0 || (A + B) % 3 == 0) {
std::cout << "Possible" << std::endl;
} else {
std::cout << "Impossible" << std::endl;
}
return 0;
}
| [
"mihaimorariu@gmail.com"
] | mihaimorariu@gmail.com |
e86009a2189af5a21f0f768b9bd3322abef169d0 | b0dd7779c225971e71ae12c1093dc75ed9889921 | /libs/regex/src/usinstances.cpp | d023b09b1479034ab3e25f1a8ca67964fd58cb1d | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 3,244 | cpp | /*
*
* Copyright (c) 1998-2002
* John Maddock
*
* Use, modification and distribution are subject to 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)
*
*/
/*
* LOCATION: see http://www.boost.org for most r... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
18cf87e8aabe18b924d3ab5c016c4dfd857f74bd | e6b7c6c347711bc4de31e16e6d209dd12105c6dd | /randomForest.cpp | 3b1cdcb04adac3ec8e12a0801d07cda667bdb06a | [] | no_license | popescuaaa/handwriting | 420d2808cb16350267e2e500e744ed735439e5c4 | 2f95e5e2dec87fd1b8b40f3240248038779652c0 | refs/heads/master | 2020-03-17T03:30:27.751090 | 2018-09-10T13:23:33 | 2018-09-10T13:23:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,542 | cpp | // copyright Luca Istrate, Andrei Medar
#include "randomForest.h"
#include <iostream>
#include <random>
#include <vector>
#include <string>
#include "decisionTree.h"
using std::vector;
using std::pair;
using std::string;
using std::mt19937;
vector<vector<int>> get_random_samples(const vector<vector<int>> &samples,
... | [
"andreigabrielpopescu556@gmail.com"
] | andreigabrielpopescu556@gmail.com |
0f9848ac8bdecf7de19fba8981adcb74cf23e53f | b8a3e758eff2922ff6abc77947d879e3f6d1afa3 | /ws_moveit/devel/include/moveit_ros_planning/PlanningSceneMonitorDynamicReconfigureConfig.h | 0d8a1bd3e5680b2e653651386cfab48fadf4df07 | [] | no_license | rrowlands/ros-baxter-coffee | ab7a496186591e709f88ccfd3b9944428e652f3e | 32473c3012b7ec4f91194069303c85844cf1aae7 | refs/heads/master | 2016-09-05T20:58:20.428241 | 2013-12-02T23:10:44 | 2013-12-02T23:10:44 | 14,313,406 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 29,939 | h | //#line 2 "/opt/ros/hydro/share/dynamic_reconfigure/cmake/../templates/ConfigType.h.template"
// *********************************************************
//
// File autogenerated for the moveit_ros_planning package
// by the dynamic_reconfigure package.
// Please do not edit.
//
// *********************************... | [
"peth8881@csel-112-02.csel.loc"
] | peth8881@csel-112-02.csel.loc |
e1b24e20bb0606a4a57c73bbee8ef81fff735e29 | 0e23bc810c8025b6a4242935566f723b9c9cca5e | /Source/objdat.cpp | f332fdfe7e9ebce79e628b0cc00c4a88cc704485 | [
"Unlicense",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-public-domain"
] | permissive | Cowcat5150/devilutionX | d826f5695c545ea04220b35b64edeed6a1f6e503 | 94b0c4b163b1ec0e2feeeabea6755fe87b30f236 | refs/heads/master | 2020-11-27T21:34:09.422651 | 2020-05-03T18:22:47 | 2020-05-03T18:22:47 | 229,608,767 | 1 | 1 | Unlicense | 2019-12-22T18:00:41 | 2019-12-22T18:00:40 | null | UTF-8 | C++ | false | false | 22,320 | cpp | #include "all.h"
DEVILUTION_BEGIN_NAMESPACE
/** Maps from dun_object_id to object_id. */
int ObjTypeConv[113] = {
0,
4,
20,
21,
22,
24,
11,
12,
13,
0,
0,
0,
0,
0,
25,
41,
26,
0,
8,
9,
10,
80,
0,
0,
0,
0,
0,
0,
0,
0,
49,
0,
0,
0,
0,
0,
84,
... | [
"lilgodot2@gmail.com"
] | lilgodot2@gmail.com |
95b7ec51de6ec64ae61c82908f69eac17987fd72 | e76e1d3bef8dda184f6ad869ef68e55b9a63f4bb | /vectorize/matmul.cc | 1682769331f6e5b7a3a686dc2f7ddd337405937e | [] | no_license | VinInn/ctest | 1dc634ba662e579ffe9ddabfde21fe17d9bc1534 | 8dbef5207cb3bd7d83e1874f0fce3f98e66c1915 | refs/heads/master | 2023-07-14T21:19:58.215969 | 2023-07-08T06:04:55 | 2023-07-08T06:04:55 | 21,533,811 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,286 | cc | alignas(32) float a[4][4];
alignas(32) float b[4][4];
alignas(32) float c[4][4];
void matmul() {
for (int i=0;i!=4;++i)
for (int j=0;j!=4;++j) {
float sum=0;
for (int k=0;k!=4;++k)
sum += a[i][k]*b[k][j];
c[i][j]=sum;
}
}
alignas(32) float src1[4][4];
alignas(32) float ... | [
"vincenzo.innocente@cern.ch"
] | vincenzo.innocente@cern.ch |
c3241cb2ee9560777fb0ec769313af3715efe0be | bbf7115b8757dd6b6ac0c7676dd14796e64d1fbb | /include/fluidity/setting/parameter/shock_parameter.hpp | 85f6f3f64602e119bc9de7fa6dab6c21f1fcc378 | [
"MIT"
] | permissive | robclu/fluidity | c1a83a478cf053cb440907af79bb48eab328d38c | 22069dc3b0280f843494913a2371f940531d1744 | refs/heads/master | 2021-05-04T22:06:20.367160 | 2019-09-06T08:10:54 | 2019-09-06T08:10:54 | 120,003,836 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,523 | hpp | //==--- fluidity/setting/parameter/shock_parameter.hpp ----- -*- C++ -*- ---==//
//
// Fluidity
//
// Copyright (c) 2018 Rob Clucas.
//
// This file is distributed under the MIT License. See LICENSE for details.
//
//==----------------... | [
"robjclucas@gmail.com"
] | robjclucas@gmail.com |
60e2ed7d0dc9c1c3befd3043182f48555882e347 | 4d0300263d28fb461f285cc2c3dfd7c51621cb4d | /external/Angle/Project/src/libGLESv2/renderer/InputLayoutCache.h | bb1a8eebcf7a6ca990cab9382558f33978147a00 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | coronalabs/corona | 6a108e8bfc8026e8c85e6768cdd8590b5a83bdc2 | 5e853b590f6857f43f4d1eb98ee2b842f67eef0d | refs/heads/master | 2023-08-30T14:29:19.542726 | 2023-08-22T15:18:29 | 2023-08-22T15:18:29 | 163,527,358 | 2,487 | 326 | MIT | 2023-09-02T16:46:40 | 2018-12-29T17:05:15 | C++ | UTF-8 | C++ | false | false | 2,596 | h | //
// Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// InputLayoutCache.h: Defines InputLayoutCache, a class that builds and caches
// D3D11 input layouts.
#ifndef LIBGLESV2_RENDERER_INPUTLA... | [
"vlad@coronalabs.com"
] | vlad@coronalabs.com |
6620bda6c999e6ebcf2677a68170ec3e325644d6 | 77485e230996e9d0ff81847b4bcec4a6565d4058 | /day01/ex06/main.cpp | 05ac5488086e1862b77bf5c3c9fcf1636af511cc | [] | no_license | logankaser/piscine_cpp | ecd841f1a5e31a0b2cebbbf68625903ee74c0a2e | 8e2f41256a2eb8f8265750d3404b6e12de4ef818 | refs/heads/master | 2020-03-16T13:16:09.353259 | 2018-05-09T01:34:35 | 2018-05-09T01:34:35 | 132,685,074 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,310 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: ... | [
"logankaser@fyrn.io"
] | logankaser@fyrn.io |
80c4db1430fe6c0a9e0ff29652901b8d864150e4 | 1b3ea745b0afc8d9786e1ecba14bbf0747d2f309 | /Libraries/LibHTML/Layout/LayoutListItemMarker.h | 63bf75b90bdd14727a23a209f8bf4697bf7fb383 | [
"BSD-2-Clause"
] | permissive | InspectorDidi/serenity | 09f2b8001dddf91e94df12f71f45976d2fa38541 | eb77e680ed615e9daf5b165359b4a45541b4e6f3 | refs/heads/master | 2020-08-22T08:36:08.949554 | 2019-10-20T10:30:25 | 2019-10-20T10:55:55 | 216,357,640 | 2 | 0 | BSD-2-Clause | 2019-10-20T12:23:04 | 2019-10-20T12:23:04 | null | UTF-8 | C++ | false | false | 343 | h | #pragma once
#include <LibHTML/Layout/LayoutBox.h>
class LayoutListItemMarker final : public LayoutBox {
public:
LayoutListItemMarker();
virtual ~LayoutListItemMarker() override;
virtual void render(RenderingContext&) override;
private:
virtual const char* class_name() const override { return "Layou... | [
"awesomekling@gmail.com"
] | awesomekling@gmail.com |
86e83159b782af1c78cb775a1fd5f08d1289103b | a3ca1f53459ef5bc3653f900d7381c2615c51ad9 | /C292.cpp | 0c26aa9a82a7f9972d74cb2d42e348263a3b4412 | [] | no_license | giongto35/CompetitveProgramming | cf7b02dfaecb46c4c949d903675817cd9c2e141b | 29b7cdf7796d4054f5e74d2bce7e0247a21968e8 | refs/heads/master | 2021-01-20T23:32:38.627994 | 2015-01-30T17:07:56 | 2015-01-30T17:07:56 | 30,082,220 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,901 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <sstream>
#include <iostream>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <ctim... | [
"giongto35@yahoo.com"
] | giongto35@yahoo.com |
2ac8de64641fa44a9edc5e337a1285b2302ba53b | e52166e5445ef2a4cd4c8dfaca14d0b63770d9ea | /src/contentmonitoring.cpp | 9d7b25048747b00e46d0fb74f6ddbb32217770bd | [] | no_license | Bauteiltoeter/RS485_Master | b51879319d808152526066ec2321613af7fe24ca | d69bb6382b0284ebb23fdde5da332b8909d2041d | refs/heads/master | 2020-12-03T00:23:20.293574 | 2017-06-03T16:40:26 | 2017-06-03T16:40:26 | 96,023,502 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,024 | cpp | #include "contentmonitoring.h"
ContentMonitoring::ContentMonitoring(int id, QQmlApplicationEngine* qmlEngine)
: ContentBasic(id,qmlEngine)
{
createGUI("qrc:/qml/ContentMonitoring.qml");
hostList.append(new MonitoredHost("tortronik.de"));
// hostList.append(new MonitoredHost("acis-ingolstadt.de"));
... | [
"t.hellige@web.de"
] | t.hellige@web.de |
fcbefb89a613faef64b145c812a3e01508a5c673 | 923ea662e7d3b4c79913e7cd6aff50e48816be74 | /include/serial.h | 91ddcb93cacae6d383ea9d7b7393c39b45503cc0 | [] | no_license | glocklueng/bms-cs | 888d39faf9ac4bfe616bc86872d57d465742db14 | 2cf6e22706d64d7b727b9a9ae5f8cecf751070e0 | refs/heads/master | 2016-08-11T03:00:50.701547 | 2015-05-26T05:10:49 | 2015-05-26T05:10:49 | 36,353,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,482 | h | /**
This is an Arduino-inspired C++ serial port library.
*/
#ifndef __serial_h__
#define __serial_h__
#include <string>
#include <vector>
#include <stdio.h> /* for error reporting */
#include <string.h> /* for strlen & such reporting */
#if defined(_WIN32)
# define WINDOWS 1
# include <windows.h>
# define snprint... | [
"lawlor@alaska.edu"
] | lawlor@alaska.edu |
b65e6315511c60d46a00b7ecb4a88fd1a7d7a90b | 065b619484cf0b32d6bf6c35d48a0a09505c1406 | /2017训练比赛/SDUT-校赛/f.cpp | 5a19dd8d8973eb208fd154f0233b106c9f03d965 | [] | no_license | shanPic/CodeOfAcm | 8683caf552dbaebae19bb9c6d0816db8356eef43 | 67ea5ba1695035669f15dbccc88d36ddd1abca54 | refs/heads/master | 2021-07-10T09:14:02.500346 | 2017-10-11T15:55:18 | 2017-10-11T15:55:18 | 106,294,149 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 969 | cpp | /*
* @FileName: f.cpp
* @Author: Pic
* @Date: 2017-06-04 13:24:46
* @Last Modified time: 2017-06-04 15:14:23
*/
#include <bits/stdc++.h>
using namespace std;
int main(){
//freopen("data.in","r",stdin);
int t;
scanf("%d",&t);
while(t--){
char str[13];
int n;
getchar();
scanf("ma ji ya ba ku nai %s",s... | [
"zhanshan333@outlook.com"
] | zhanshan333@outlook.com |
ffecdfe4cd687b697eb472783d03e2d2f5d32787 | 0e9d135183451c443649dd15f15ad6651285a154 | /incl/Nubuck/common/common.h | f9a69012e67f70c839576cf035e2b15bcec47cea | [] | no_license | plainoldcj/nubuck | d16186759f6b7532a04c49f1ba922b4c96b772c5 | 0fa6c7cc31795f248d9d46abd525c80ec0b3bc27 | refs/heads/master | 2021-01-18T14:45:01.782140 | 2015-07-01T10:34:43 | 2015-07-01T10:34:43 | 9,876,234 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,913 | h | #pragma once
#include <stdio.h>
#include <string>
#include <Nubuck\nubuck_api.h>
#define COM_assert(expr) \
do { \
if(!(expr)) { \
common.printf("assertion failed: %s in %s, %d\n", #expr, __FILE__, __LINE__); \
Crash(); \
} \
} \
while(0)
namespace COM {
struct Fil... | [
"johndoe.foobar@googlemail.com"
] | johndoe.foobar@googlemail.com |
9d0f5d91ca19d7c4d02ae79aab4a5bff29b95794 | cd5ea61819e208d56fc85c07e8200e7fc4dea75e | /Word Break/Solution.cpp | 522f1a4b73519b00f36b86f13f4e20a1aa6d5e76 | [] | no_license | rogers140/leetcode-oj | b741fd42efb877ce10c196fc7d05744bc5e17a67 | 9b1b8729840d5e20c879c81d460e461465be34c4 | refs/heads/master | 2020-04-05T23:41:03.033613 | 2017-01-21T07:39:00 | 2017-01-21T07:39:00 | 16,267,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,415 | cpp | #include <iostream>
#include <unordered_set>
#include <string>
#include <vector>
using namespace std;
class Solution {
public:
bool wordBreak(string s, unordered_set<string>& wordDict) {
vector<int> record(s.size(), 0); // 0 is not used, 1 s.substr(i) is true, -1 is false
return wordBreak_aux(s, wordDict, reco... | [
"rogers140@gmail.com"
] | rogers140@gmail.com |
942da8b81e66379e4a0392e8fd4e8d029f3525f6 | 5f42b64351299624e89c6ffdf5e8ff927368acd6 | /include/helm_kernels.hpp | d96dca2f1a21b7c81bb04ee311cab73f3436a4ea | [] | no_license | kwkelly/particle | 46e50ef12c44a3ea1346be6bd484c6c141ad6a36 | 65457e8f7b397ad38efa4bd113a92d8ed8ad950a | refs/heads/master | 2021-01-23T21:38:54.085402 | 2015-09-03T16:58:51 | 2015-09-03T16:58:51 | 40,743,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,038 | hpp | #include <pvfmm.hpp>
#ifndef HELM_KERNELS_HPP
#define HELM_KERNELS_HPP
/*
* Function for the helm kernel that accepts a variable which is the wavenumber k
*/
void helm_kernel_fn_var(double* r_src, int src_cnt, double* v_src, int dof, double* r_trg, int trg_cnt, double* k_out, pvfmm::mem::MemoryManager* mem_mgr, doub... | [
"keith@ices.utexas.edu"
] | keith@ices.utexas.edu |
0e99a047398be87b633a6fb09f5ab3bc863d8eea | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/ispu/pkitrust/tests/pkicheck/pkicheck.cpp | dff77e4145fbba336f84a7415c45d1b4c3e77f27 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,329 | cpp | //+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: pkicheck.cpp
//
// Contents: Microsoft Internet Security Trust Checker
//
// History: 05-May-1997 pberkman created
//
//--... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
5c565c515ff4b62ad398d91183ff438962c5356a | 838c33c42212bf03532c476936f70f8d0cca8193 | /KDIS/KDIS/PDU/Simulation_Management_With_Reliability/Action_Response_R_PDU.cpp | 1e5bebb812e5d2fb5c719a88bd08c2380bb1b277 | [
"BSD-2-Clause"
] | permissive | spitofland/KDIS | 140637ff0810fc2df24171eaea4fd9f45505ad17 | f14b20dc9328de279a8827c90b78761c2b88ebd9 | refs/heads/master | 2021-01-12T08:42:14.412716 | 2016-12-16T18:27:47 | 2016-12-16T18:27:47 | 76,668,852 | 0 | 1 | null | 2019-05-30T11:48:38 | 2016-12-16T16:34:16 | C++ | UTF-8 | C++ | false | false | 4,879 | cpp | /*********************************************************************
Copyright 2013 Karl Jones
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above c... | [
"karljj1@yahoo.com"
] | karljj1@yahoo.com |
f7e82cb23b44325b440f3eb9227222f5cbbfbf9b | e436bd788779e7a361094783e9ced69d286027bb | /SonicTrax Module Interface/InputEndpointInstance.h | 163611a81495f57ae65541bf1f0d79450977479f | [] | no_license | angryzor/SonicTrax | 2c6ce18f3f983c9acc1e0a53f8f683d4fea5a947 | d992efd6ccce2d29181c775314054ccf9a0a33bf | refs/heads/master | 2019-01-02T01:41:59.109681 | 2013-01-10T17:53:42 | 2013-01-10T17:53:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 446 | h | #pragma once
#include <string>
#include "TotalCompilationContext.h"
#include "EffectCompilationContext.h"
namespace Effects
{
class InputEndpointInstance
{
public:
InputEndpointInstance(void);
virtual ~InputEndpointInstance(void);
virtual void Compile(TotalCompilationContext& tcc, EffectCompilationContext& ... | [
"ruben_tytgat@hotmail.com"
] | ruben_tytgat@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.