blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 5 146 | content_id stringlengths 40 40 | detected_licenses listlengths 0 7 | license_type stringclasses 2
values | repo_name stringlengths 6 79 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 4
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.07k 426M ⌀ | star_events_count int64 0 27 | fork_events_count int64 0 12 | gha_license_id stringclasses 3
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 6
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 20 6.28M | extension stringclasses 20
values | content stringlengths 20 6.28M | authors listlengths 1 16 | author_lines listlengths 1 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fff3ef334f66e384be51e735564ef65a5b9b6fe7 | c440e6c62e060ee70b82fc07dfb9a93e4cc13370 | /src/plugins/wavplayer/mwavplayer.cpp | 445a98fda70a53b465406adba7ff875a66698e30 | [] | no_license | BackupTheBerlios/pgrtsound-svn | 2a3f2ae2afa4482f9eba906f932c30853c6fe771 | d7cefe2129d20ec50a9e18943a850d0bb26852e1 | refs/heads/master | 2020-05-21T01:01:41.354611 | 2005-10-02T13:09:13 | 2005-10-02T13:09:13 | 40,748,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,321 | cpp | //#include <boost/utility.hpp>
//#include <boost/thread/condition.hpp>
#include <boost/thread/xtime.hpp>
#include <boost/bind.hpp>
#include "mwavplayer.h"
MWavPlayer::MWavPlayer() :
Module( "New WAV Player" ),
pFileName( "Nazwa pliku" ),
oOutLeft( "output left" ),
oOutRight( "output right" )
... | [
"ad4m@fa088095-53e8-0310-8a07-f9518708c3e6"
] | [
[
[
1,
294
]
]
] |
258fb8d79c5522c4f529accb99c2e8c50dfe949f | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/typeof/test/modifiers.cpp | 1aac8f7e5af3059a371f05575046435614860b24 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 662 | cpp | // Copyright (C) 2006 Arkadiy Vertleyb
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
#include "test.hpp"
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
struct x{};
BOOST_TYPEOF_REGISTER_TYPE(x)
BOOST_STATIC_ASSER... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
16
]
]
] |
d6b58afe27d3037af925e0678916c7215f6d8f27 | 8707b0d9970f87dafad5b80d996434a2f8a78789 | /src/window.cpp | 4607d18466b2dfb3110a1d64e0f9b6023c53c3e8 | [] | no_license | SakuraSinojun/vivian | 508063b72c3e4a0f4872f2ccd5d91ec8b6621cdb | 34e609dacc083e1c92efada0f98721a3c9118335 | refs/heads/master | 2021-01-20T05:32:11.385007 | 2010-06-03T05:34:19 | 2010-06-03T05:34:19 | 32,322,938 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,649 | cpp |
#include "window.h"
HWND hWnd;
void CreateMyWindow(WNDPROC _lpfnWindowProc, HINSTANCE hInstance)
{
hInstance = GetModuleHandle(NULL);
WNDCLASS wndclas;
wndclas.cbClsExtra = 0;
wndclas.cbWndExtra = 0;
wndclas.hbrBackground = CreateSolidBrush(BKGNDCOLOR);//(HBRUSH)GetStockObject(BLACK_BRUS... | [
"SakuraSinojun@4af409d2-0c0c-11df-9ea2-a7a8b89af7cb"
] | [
[
[
1,
81
]
]
] |
827ac1102d8ef2653052d61be7f777de1f6267e7 | 36bf908bb8423598bda91bd63c4bcbc02db67a9d | /WallPaper/WallPaperDlg.cpp | 68c539d77c5e5da26e23922e984736c2d09a8516 | [] | no_license | code4bones/crawlpaper | edbae18a8b099814a1eed5453607a2d66142b496 | f218be1947a9791b2438b438362bc66c0a505f99 | refs/heads/master | 2021-01-10T13:11:23.176481 | 2011-04-14T11:04:17 | 2011-04-14T11:04:17 | 44,686,513 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 391,796 | cpp | /*
WallPaperDlg.cpp
Dialogo per l'applicazione principale.
Luca Piergentili, 06/08/98
lpiergentili@yahoo.com
WallPaper (alias crawlpaper) - the hardcore of Windows desktop
http://www.crawlpaper.com/
copyright © 1998-2004 Luca Piergentili, all rights reserved
crawlpaper is a registered name, all rights... | [
"luca.pierge@gmail.com"
] | [
[
[
1,
11296
]
]
] |
3d4c1df602e7babcf442ce260bb10eefceea8822 | 4561a0f9a0de6a9b75202e1c05a4bd6ba7adabcf | /bvt/bvt14.cpp | a6eee130e76eff4e93bb5fbb766cf7f92e515327 | [
"MIT"
] | permissive | embarkmobile/ustl-symbian | 3a2471a0487ae8d834f44a69debdb4e093215ce0 | 6d108f5683677d1d6b57705ac08cf1a4f5a37204 | refs/heads/master | 2020-04-23T15:37:30.148583 | 2010-12-10T15:35:16 | 2010-12-10T15:35:16 | 898,964 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,118 | cpp | // This file is part of the ustl library, an STL implementation.
//
// Copyright (C) 2005 by Mike Sharov <msharov@users.sourceforge.net>
// This file is free software, distributed under the MIT License.
//
#include "stdtest.h"
void TestMap (void)
{
typedef map<string,int> monthmap_t;
monthmap_t mon... | [
"ralf.kistner@gmail.com"
] | [
[
[
1,
61
]
]
] |
e75116093702dbe5600070e2ceb63e8310ba5ee6 | 93176e72508a8b04769ee55bece71095d814ec38 | /Utilities/BGL/boost/random/binomial_distribution.hpp | 952142fa3cb407a4c7923d6cec38519ffc45cada | [] | no_license | inglada/OTB | a0171a19be1428c0f3654c48fe5c35442934cf13 | 8b6d8a7df9d54c2b13189e00ba8fcb070e78e916 | refs/heads/master | 2021-01-19T09:23:47.919676 | 2011-06-29T17:29:21 | 2011-06-29T17:29:21 | 1,982,100 | 4 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 2,306 | hpp | /* boost random/binomial_distribution.hpp header file
*
* Copyright Jens Maurer 2002
* 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)
*
* See http://www.boost.org for most recent version including docum... | [
"otmane.lahlou@c-s.fr"
] | [
[
[
1,
82
]
]
] |
3f685175e068ff5df619beb65b11a92e5cb104fe | 898dce1d28c7996db934d74c61d2690048b2bfb3 | /rayTracer/Ray.h | d4d5328202bc36dcf3ce16dbacd3f97f8fb416a2 | [] | no_license | claudiahwong/cs184-an-eh-sp10 | 8fa79a2aba7a917e18f393a150fc1183ba7f82a5 | d13f992bcb779411e11b1af62e9228246ed62dbd | refs/heads/master | 2016-09-05T20:06:52.877441 | 2010-10-29T04:51:15 | 2010-10-29T04:51:15 | 32,365,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 248 | h | #pragma once
#include "Point.h"
#include "nv_math.h"
#include "nv_algebra.h"
class Ray
{
public:
Point pos;
vec3 dir;
double t_min, t_max;
Ray(void);
Ray(Point position, vec3 direction, double min, double max);
~Ray(void);
};
| [
"victoria.c.chiu@9a492283-e4e1-9893-cc0f-88d6fa45db55"
] | [
[
[
1,
15
]
]
] |
f2032162bb37d7c84c2aed36b05608f1baa5d756 | f2cbdee1dfdcad7b77c597e1af5f40ad83bad4aa | /MyJava/JRex/src/native/jni/dom/html2/org_mozilla_jrex_dom_html2_JRexHTMLAnchorElementImpl.cpp | 0a87e5443177628158653532df9a591bdfe577f3 | [] | no_license | jdouglas71/Examples | d03d9effc414965991ca5b46fbcf808a9dd6fe6d | b7829b131581ea3a62cebb2ae35571ec8263fd61 | refs/heads/master | 2021-01-18T14:23:56.900005 | 2011-04-07T19:34:04 | 2011-04-07T19:34:04 | 1,578,581 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,971 | cpp | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (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.mozilla.org/MP... | [
"jdouglas71@gmail.com"
] | [
[
[
1,
572
]
]
] |
3f662dfcd6fca26b29699f82713be1e72c047e76 | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/esripsys.h | af1a584e7583970dfb85f3b52f4bc277e04b4d3a | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,960 | h | /*************************************************************************
Entertainment Sciences RIP System hardware
*************************************************************************/
/* TODO */
#define ESRIPSYS_PIXEL_CLOCK (XTAL_25MHz / 2)
#define ESRIPSYS_HTOTAL (512 + 141 + 2)
#define ESRI... | [
"Mike@localhost"
] | [
[
[
1,
78
]
]
] |
8317d5de2bb751249a8d217a07d7cce8da817fce | b2155efef00dbb04ae7a23e749955f5ec47afb5a | /source/OECore/OERenderMgr_Impl.cpp | 97e0ffe316cd86517a627627f91528d00a77e6af | [] | no_license | zjhlogo/originengine | 00c0bd3c38a634b4c96394e3f8eece86f2fe8351 | a35a83ed3f49f6aeeab5c3651ce12b5c5a43058f | refs/heads/master | 2021-01-20T13:48:48.015940 | 2011-04-21T04:10:54 | 2011-04-21T04:10:54 | 32,371,356 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,840 | cpp | /*!
* \file OERenderMgr_Impl.cpp
* \date 13-2-2010 13:06:51
*
*
* \author zjhlogo (zjhlogo@163.com)
*/
#include "OERenderMgr_Impl.h"
#include "OERender/OEMeshRender_Impl.h"
#include "OERender/OESkinMeshRender_Impl.h"
#include "OERender/OESkeletonRender_Impl.h"
#include "OERender/OEBoundingBoxRender_I... | [
"zjhlogo@fdcc8808-487c-11de-a4f5-9d9bc3506571"
] | [
[
[
1,
70
]
]
] |
c0d32efeb62fa562fe3a0cf8484a0f954ea8ca74 | c74b0c37ac8e2d3d1a3c0ffaa2b608bc4deff1c6 | /Toolkit/FreyaReflect/Lib/3party/elsa/elkhound/forbid.gr.gen.cc | 225c0e4c4574d673dfe66a5288db5b654aad91eb | [] | no_license | crsib/freya-3d | c33beeb787e572f2faf9528c6f3a1fa3875749c5 | ff1f54b09f7bc0e253053a474f3fe5635dbedde6 | refs/heads/master | 2022-05-21T19:42:30.694778 | 2011-03-11T13:49:00 | 2011-03-11T13:49:00 | 259,894,429 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,643 | cc | // forbid.gr.gen.cc
// *** DO NOT EDIT BY HAND ***
// automatically generated by gramanl, from forbid.gr
// GLR source location information is enabled
#include "forbid.gr.gen.h" // Forbid
#include "parsetables.h" // ParseTables
#include "srcloc.h" // SourceLoc
#include <assert.h> // assert
#... | [
"crsib@localhost"
] | [
[
[
1,
792
]
]
] |
9acf35d84e4599d6c1f09c97151eef923d9c4da6 | ed1a161411b6850d6113b640b5b8c776e7cb0f2c | /TiGLiCS/src/Objects/Object.cpp | 1968e6b768c6155e343a4ab151774821067afecf | [] | no_license | weimingtom/tiglics | 643d19a616dcae3e474471e3dea868f6631463ba | 450346a441ee6c538e39968311ab60eb9e572746 | refs/heads/master | 2021-01-10T01:36:31.607727 | 2008-08-13T03:35:45 | 2008-08-13T03:35:45 | 48,733,131 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,548 | cpp | #include "Objects/Object.h"
#include "Manager/PageManager.h"
#include "Manager/InputManager.h"
#include "Engine/Engine.h"
using namespace Selene;
using namespace TiGLiCS;
using namespace TiGLiCS::Object;
CObject::CObject(CPage *pPage,Sint32 ProcessPriority)
:CFiber(),pPage(pPage),ProcessPriority(ProcessPriorit... | [
"my04337@d15ed888-2954-0410-b748-710a6ca92709"
] | [
[
[
1,
53
]
]
] |
c99551fa40c533b06edb5ea1779ad65eaf7761f8 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/nphysics/src/nphysics/nphygeomquadtreespace_main.cc | ea5fe2985d6fdcfc769107697710e5ba47521b2a | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,925 | cc | //-----------------------------------------------------------------------------
// nphygeomquadtreespace_main.cc
// (C) 2004 Conjurer Services, S.A.
//-----------------------------------------------------------------------------
#include "precompiled/pchnphysics.h"
//-----------------------------------------... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
164
]
]
] |
1e80309fc208602aecac22f747e6229694bf1b28 | 4019f3d4f76a1d9cfe6099c9c9780cd69d4a187e | /Compilers/src/fio.cpp | 6540119c9143a927ac350595a799dd93d2e1a72a | [] | no_license | electricFeel/Ant-Runner | 4f431539feeb69529f24358e6141e2bf8aef6780 | b68ea4e357db29a96accf8152415cfb21f3dd7ef | refs/heads/master | 2022-02-05T07:20:44.499885 | 2009-07-05T21:06:20 | 2009-07-05T21:06:20 | 244,880 | 0 | 1 | null | 2022-01-27T16:18:36 | 2009-07-07T02:21:49 | Java | UTF-8 | C++ | false | false | 1,991 | cpp | /*****************************************************************************
* fio.c: Fast I/O module file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* All rights reserved.
*
* History
* 2006.07.13 ver 1.00 Prelimnary version, first Release
*
*****... | [
"omarayub@omar-ayubs-macbook.local"
] | [
[
[
1,
66
]
]
] |
a9c5296e9ecef9d35a548cd90b64934982c657a6 | 7f72fc855742261daf566d90e5280e10ca8033cf | /branches/full-calibration/ground/src/experimental/USB_UPLOAD_TOOL/op_dfu.cpp | 90c416c8bea70c4d9aa51e06c7777acbe1b443a4 | [] | no_license | caichunyang2007/my_OpenPilot_mods | 8e91f061dc209a38c9049bf6a1c80dfccb26cce4 | 0ca472f4da7da7d5f53aa688f632b1f5c6102671 | refs/heads/master | 2023-06-06T03:17:37.587838 | 2011-02-28T10:25:56 | 2011-02-28T10:25:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,670 | cpp | #include "op_dfu.h"
#include <cmath>
#include <qwaitcondition.h>
#include <QMutex>
OP_DFU::OP_DFU(bool _debug): debug(_debug)
{
send_delay=10;
use_delay=true;
int numDevices=0;
cout<<"Please connect device now\n";
int count=0;
while(numDevices==0)
{
cout<<".";
... | [
"jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba"
] | [
[
[
1,
725
]
]
] |
ce0199f2682fcba1c70c7bcd954c33cac3505177 | 26706a661c23f5c2c1f97847ba09f44b7b425cf6 | /TaskManager/DlgService.h | 04e0d52f3e3b5ae48931b18aad6bbca35bf0336d | [] | no_license | 124327288/nativetaskmanager | 96a54dbe150f855422d7fd813d3631eaac76fadd | e75b3d9d27c902baddbb1bef975c746451b1b8bb | refs/heads/master | 2021-05-29T05:18:26.779900 | 2009-02-10T13:23:28 | 2009-02-10T13:23:28 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,653 | h | #pragma once
#include "afxcmn.h"
#include "EnumNtSrv.h"
#include "SortListCtrl.h"
#include "afxwin.h"
#include <map>
using std::map;
// CDlgService 对话框
using namespace enumService;
class CDlgService : public CDialog
{
DECLARE_DYNAMIC(CDlgService)
public:
CDlgService(CWnd* pParent = NULL); // ... | [
"chenyu2202863@gmail.com@97a26042-f463-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
91
]
]
] |
f843b508c45dd2bc578f2714805feb0bde3da195 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/framework/psvi/XSParticle.cpp | 95b00763ab96420650a589865f5fbca567d90e18 | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,466 | cpp | /*
* Copyright 2003,2004 The Apache Software 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 re... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
80
]
]
] |
7c4c0a1d63336291c1d82170a33773f01c6d419f | 7f72fc855742261daf566d90e5280e10ca8033cf | /branches/full-calibration/ground/src/plugins/logging/logginggadgetwidget.h | fa362cc66e42b066187277e1c7a980a0ae0e6ec4 | [] | no_license | caichunyang2007/my_OpenPilot_mods | 8e91f061dc209a38c9049bf6a1c80dfccb26cce4 | 0ca472f4da7da7d5f53aa688f632b1f5c6102671 | refs/heads/master | 2023-06-06T03:17:37.587838 | 2011-02-28T10:25:56 | 2011-02-28T10:25:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,740 | h | /**
******************************************************************************
*
* @file GCSControlgadgetwidget.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @addtogroup GCSPlugins GCS Plugins
* @{
* @addtogroup GCSControlGadgetPlugin GCSControl Gadget Plugin... | [
"jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba"
] | [
[
[
1,
59
]
]
] |
02cea50a87db441cf49d0a0dd1f92f62b6f9a663 | bd030ed94b3bb7c3253d7d18f4fd1e00f7ebe312 | /src/table.h | fbafcdd85900647d99f234790fe19d8ee4894942 | [] | no_license | doublewera/Reflex | cbd33d48fca4970b894569763c54a02dc86ea085 | b1db18583b67c37f56b026150b92fd4a8d34e74d | refs/heads/master | 2020-05-17T17:25:54.394405 | 2010-03-29T13:06:20 | 2010-03-29T13:06:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | h | /***************************************************************************
* table.h *
* 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 Fr... | [
"wera@firefly.(none)"
] | [
[
[
1,
32
]
]
] |
359b38dbde9253db82525985de755c80711d05f0 | 1e299bdc79bdc75fc5039f4c7498d58f246ed197 | /App/CertificateMaster.cpp | 9362aeba15df3ce2577f134f2bf32382970427f2 | [] | no_license | moosethemooche/Certificate-Server | 5b066b5756fc44151b53841482b7fa603c26bf3e | 887578cc2126bae04c09b2a9499b88cb8c7419d4 | refs/heads/master | 2021-01-17T06:24:52.178106 | 2011-07-13T13:27:09 | 2011-07-13T13:27:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,853 | cpp | //--------------------------------------------------------------------------------
//
// Copyright (c) 2000 MarkCare Solutions
//
// Programming by Rich Schonthal
//
//--------------------------------------------------------------------------------
#include "stdafx.h"
#include "CertificateMaster.h"
#include ... | [
"rich@schonthal.com"
] | [
[
[
1,
70
]
]
] |
776e49cf1649a1b0fc4b9910dfcba025b9005a42 | 584d088c264ac58050ed0757b08d032b6c7fc83b | /oldGUI/GUI_FocusTEXT.cpp | 1961652462af4841974ff3600ea9d726e379c243 | [] | no_license | littlewingsoft/lunaproject | a843ca37c04bdc4e1e4e706381043def1789ab39 | 9102a39deaad74b2d73ee0ec3354f37f6f85702f | refs/heads/master | 2020-05-30T15:21:20.515967 | 2011-02-04T18:41:43 | 2011-02-04T18:41:43 | 32,302,109 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,438 | cpp | // GUI_FocusTEXT.cpp: implementation of the CGUI_FocusText class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
// CGUI_Text(int x,int y,DWORD FontClr,DWORD OutClr,const TCHAR* Str );
CGUI_FocusText::CGUI_FocusText(int x,int y,DWORD FontClr,DWORD OutClr,const ... | [
"jungmoona@2e9c511a-93cf-11dd-bb0a-adccfa6872b9"
] | [
[
[
1,
62
]
]
] |
59c84b892d508f7cef1646b46f90aefb76dde3cf | d64ed1f7018aac768ddbd04c5b465c860a6e75fa | /DlgImportFootprint.cpp | 398b6e39d6152f7d85e5d3610b8d84de7841d059 | [] | no_license | roc2/archive-freepcb-codeproject | 68aac46d19ac27f9b726ea7246cfc3a4190a0136 | cbd96cd2dc81a86e1df57b86ce540cf7c120c282 | refs/heads/master | 2020-03-25T00:04:22.712387 | 2009-06-13T04:36:32 | 2009-06-13T04:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,681 | cpp | // DlgImportFootprint.cpp : implementation file
//
#include "stdafx.h"
#include "FreePcb.h"
#include "DlgImportFootprint.h"
#include "PathDialog.h"
//globals
extern CString gLastFileName; // last file name imported
extern CString gLastFolderName; // last folder name imported
extern BOOL gLocalCacheExpand... | [
"freepcb@9bfb2a70-7351-0410-8a08-c5b0c01ed314",
"jamesdily@9bfb2a70-7351-0410-8a08-c5b0c01ed314"
] | [
[
[
1,
143
],
[
145,
149
],
[
151,
158
],
[
160,
161
],
[
163,
182
],
[
184,
307
]
],
[
[
144,
144
],
[
150,
150
],
[
159,
159
],
... |
0f43c3eb57f977ad87699785432a5d3beace018a | e1f7c2f6dd66916fe5b562d9dd4c0a5925197ec4 | /Engine/Modules/DeviceManager/include/AGWDX9.h | 762b685ac819d89c865267c19de4abeed67805aa | [] | no_license | OtterOrder/agengineproject | de990ad91885b54a0c63adf66ff2ecc113e0109d | 0b92a590af4142369e2946f692d5f30a06d32135 | refs/heads/master | 2020-05-27T07:44:25.593878 | 2011-05-01T14:52:05 | 2011-05-01T14:52:05 | 32,115,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,535 | h | #pragma once
#ifdef UNICODE
#undef UNICODE
#endif
#include "AGDeviceManagerDX9.h"
#include <d3dx9.h>
class AGMesh;
//------------------------------------------------------------------------------------------------------------------------------
bool AGLoadMeshFromX (cStr _FileName,
AGMesh* _pM... | [
"alban.chagnoleau@fe70d4ac-e33c-11de-8d18-5b59c22968bc",
"germain.mazac@fe70d4ac-e33c-11de-8d18-5b59c22968bc"
] | [
[
[
1,
30
],
[
48,
54
]
],
[
[
31,
47
],
[
55,
60
]
]
] |
57eefd975528ced2eb114ed89077bc66c0cfe0cf | 6d94a4365af81730ef597dfb22e5c35e51400ade | /Code/Core/Ref.h | 5d49145aae6edb9a682d1616261ad8eb069f9647 | [] | no_license | shaun-leach/game-riff | be57a59659d0fcb413dd75f51dae1bda8a9cdc98 | 8f649d06ce763bc828817a417d01f44402c93f7e | refs/heads/master | 2016-09-08T00:30:27.025751 | 2011-07-16T05:31:31 | 2011-07-16T05:31:31 | 32,223,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,654 | h | /*
GameRiff - Framework for creating various video game services
Ref counted types, SmartPtrs, WeakPtrs. Oh My!
Copyright (C) 2011, Shaun Leach.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
... | [
"shaun.leach@gmail.com@91311ff6-4d11-5f1f-8822-9f0e3032c885"
] | [
[
[
1,
126
]
]
] |
a1f3dd461a929464f0904181d23720dceb6c508f | a9129bcdc51d68228c8388a848d9fe3f0cda3948 | /interface/interfaceDlg.h | b27ce3e4cddc4d94d8170fd81c97769c36c3e397 | [] | no_license | yszheda/regex-engine | 421b69944f8635c00c7c284ef5acbee305fe66d6 | ec403357c6c4e386c9965001908e6550909cf15e | refs/heads/master | 2016-08-05T00:10:43.075063 | 2011-05-04T16:45:40 | 2011-05-04T16:45:40 | 32,126,100 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,424 | h | // interfaceDlg.h : 头文件
//
#pragma once
#include "afxcmn.h"
#include "Dlg1.h"
#include "Dlg2.h"
#include "afxwin.h"
// CinterfaceDlg 对话框
class CinterfaceDlg : public CDialog
{
// 构造
public:
CinterfaceDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum { IDD = IDD_INTERFACE_DIALOG };
protected... | [
"yszheda@gmail.com@498a686b-b842-8d40-c9bf-a229cb48ca9a"
] | [
[
[
1,
101
]
]
] |
2b44874eabac85f1bcd0278575bd593218a690d7 | 01fadae9f2a6d3f19bc843841a7faa9c40fc4a20 | /CG/function.cpp | b4ae38c6b51352599ab5bf17436eecdeaa4cadb5 | [] | no_license | passzenith/passzenithproject | 9999da29ac8df269c41d280137113e1e2638542d | 67dd08f4c3a046889319170a89b45478bfd662d2 | refs/heads/master | 2020-12-24T14:36:46.389657 | 2010-09-05T02:34:42 | 2010-09-05T02:34:42 | 32,310,266 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,804 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <GL/glut.h>
#include <constant.h>
int PitchDice()
{
// บันทึกการทอยลูกเต๋าในแต่ละตา
return 0;
}
int Location()
{
// บันทึกตำแหน่งปัจจุบัน
return 0;
}
int Ranking()
{
// บันทึกอันดับการเล่นที่เปลี่ยนไป
return 0;
}
void MoveCh... | [
"passzenith@00fadc5f-a3f2-dbaa-0561-d91942954633"
] | [
[
[
1,
61
]
]
] |
0403c4ef911572223aeb77fafc03800c8b0d881b | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Source/Graphics/WmlStream.cpp | a14fe598c056ce0c529d6282ca090b0a6a5b074a | [] | no_license | argapratama/kucgbowling | 20dbaefe1596358156691e81ccceb9151b15efb0 | 65e40b6f33c5511bddf0fa350c1eefc647ace48a | refs/heads/master | 2018-01-08T15:27:44.784437 | 2011-06-19T15:23:39 | 2011-06-19T15:23:39 | 36,738,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,015 | cpp | // Magic Software, Inc.
// http://www.magic-software.com
// http://www.wild-magic.com
// Copyright (c) 2003. All Rights Reserved
//
// The Wild Magic Library (WML) source code is supplied under the terms of
// the license agreement http://www.magic-software.com/License/WildMagic.pdf
// and may not be copied or ... | [
"pocatnas@gmail.com"
] | [
[
[
1,
464
]
]
] |
704bf5adb5557086d1db8e744eb5b35e14b46d83 | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/Tools/LayoutEditor/PanelMainProperties.cpp | 333259420c931ff096cc96e16829f83ca88b630d | [] | no_license | lxinhcn/starworld | 79ed06ca49d4064307ae73156574932d6185dbab | 86eb0fb8bd268994454b0cfe6419ffef3fc0fc80 | refs/heads/master | 2021-01-10T07:43:51.858394 | 2010-09-15T02:38:48 | 2010-09-15T02:38:48 | 47,859,019 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,944 | cpp | /*!
@file
@author Georgiy Evmenov
@date 09/2008
*/
#include "precompiled.h"
#include "Localise.h"
#include "PanelMainProperties.h"
#include "EditorWidgets.h"
#include "WidgetTypes.h"
#include "SettingsManager.h"
namespace tools
{
PanelMainProperties::PanelMainProperties() :
BasePanelViewItem("... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
95
]
]
] |
b89018efefcf12041917895285e56816832c4347 | 4497c10f3b01b7ff259f3eb45d0c094c81337db6 | /VideoMontage/Matrix3D.h | 5886870e6502d8123e092c45850bdec245670fb5 | [] | no_license | liuguoyou/retarget-toolkit | ebda70ad13ab03a003b52bddce0313f0feb4b0d6 | d2d94653b66ea3d4fa4861e1bd8313b93cf4877a | refs/heads/master | 2020-12-28T21:39:38.350998 | 2010-12-23T16:16:59 | 2010-12-23T16:16:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,168 | h | #pragma once
#include <cv.h>
#define MAT3D_8S 0
#define MAT3D_16S 1
class Matrix3D
{
public:
// default 1 channel
Matrix3D(int width, int height, int length);
Matrix3D(int width, int height, int length, int channel);
~Matrix3D(void);
int _width;
int _height;
int _length;
int _channel;
... | [
"kidphys@aeedd7dc-6096-11de-8dc1-e798e446b60a"
] | [
[
[
1,
112
]
]
] |
6450fc0eb7361ca777755603123be955783c1943 | 6f2d9e6d1f0dcb3a00f2885e99a0f566571034c8 | /server/src/serialPort.cpp | a50d27de2763f2fb9e1fc9b7d71eea1eebd8e724 | [] | no_license | crawford/HoIP | bfd7547bd64fe0739e706fcdce4e5b1d6a5ce796 | 3c14f29375431aad7688444fa1f88201093b398b | refs/heads/master | 2021-01-21T22:29:37.296440 | 2010-09-04T21:27:59 | 2010-09-04T21:27:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,870 | cpp | #include "serialPort.h"
SerialPort::SerialPort(QString name) {
portName = name;
}
bool SerialPort::config(int baudRate, int byteSize) {
if(!SetupComm(hCom, 1024, 1024))
return false;
DCB dcbConfig;
if(GetCommState(hCom, &dcbConfig)) {
/* Configuring Serial Port Settings */
dcbConfig.BaudRate ... | [
"adrofwarc+github@gmail.com"
] | [
[
[
1,
79
]
]
] |
43f07b291dac6c17ed95f49b67517388dd669ccb | 0b55a33f4df7593378f58b60faff6bac01ec27f3 | /Konstruct/Client/Dimensions/PlagueCenser.h | 7d28cce451f66618f6e27305246cdc954b8fe235 | [] | no_license | RonOHara-GG/dimgame | 8d149ffac1b1176432a3cae4643ba2d07011dd8e | bbde89435683244133dca9743d652dabb9edf1a4 | refs/heads/master | 2021-01-10T21:05:40.480392 | 2010-09-01T20:46:40 | 2010-09-01T20:46:40 | 32,113,739 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 401 | h | #pragma once
#include "actor.h"
class PlagueCenser :
public Actor
{
public:
PlagueCenser(kpuVector vLocation, int iDamage, DamageType eDamageType, int iResistStr, float fRadius);
~PlagueCenser(void);
bool Update(float fGameTime);
protected:
int m_iDamage;
DamageType m_eDamageType;
int m_iRe... | [
"bflassing@0c57dbdb-4d19-7b8c-568b-3fe73d88484e"
] | [
[
[
1,
20
]
]
] |
ba1ed600f6663e97a8d441d934c2a8063d332cdf | e06c28b396351593f75722bcd5b57ca7a6004868 | /ext/Pat.h | 46a6b742559a30e8425667704560ed1006749713 | [] | no_license | taf2/ruby-lzma | 5c78c403bde88d49527ee41a28c6045dfd94e971 | edd53fed204c6a05956d69396974665ce1246189 | refs/heads/master | 2020-12-25T03:20:24.879180 | 2010-02-23T02:53:15 | 2010-02-23T02:53:15 | 531,285 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,202 | h | // Pat.h
// #ifndef __PATRICIA__H
// #define __PATRICIA__H
#include "MyCom.h"
#include "Types.h"
#include "LZInWindow.h"
namespace PAT_NAMESPACE {
struct CNode;
typedef CNode *CNodePointer;
// #define __AUTO_REMOVE
// #define __NODE_4_BITS
// #define __NODE_3_BITS
// #define __NODE_2_BITS
// ... | [
"ian@ianlevesque.org"
] | [
[
[
1,
318
]
]
] |
485306dd4a2579e57180dc812a8a96f934108663 | 6b75de27b75015e5622bfcedbee0bf65e1c6755d | /array-table/数组的顺序实现(C++模版类)/main.cpp | 668d79a2428cbfc52136f199129281ee89bdd596 | [] | no_license | xhbang/data_structure | 6e4ac9170715c0e45b78f8a1b66c838f4031a638 | df2ff9994c2d7969788f53d90291608ac5b1ef2b | refs/heads/master | 2020-04-04T02:07:18.620014 | 2011-12-05T09:39:34 | 2011-12-05T09:39:34 | 2,393,408 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 521 | cpp |
/*---------------- »ù±¾²âÊÔÎļþ ------- Author:Hector -------*/
#include<iostream>
#include "Array.h"
using namespace std;
int main()
{
int i,j,k,dim=3,bound1=3,bound2=4,bound3=5;
char temp=0;
Array<char> my(dim,bound1,bound2,bound3);
for(i=0;i<bound1;i++)
for(j=0;j<bound2;j++)
for(k=0;k<b... | [
"sonicisdreaming@gmail.com"
] | [
[
[
1,
23
]
]
] |
25a6c2f89e3fd97aea4ad6e87443d392e4e3e96f | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/src/opcode/OPC_MeshInterface.cc | 065b722c7eac7fc28f39eba7660cc8e111e44a34 | [] | no_license | DSPNerd/m-nebula | 76a4578f5504f6902e054ddd365b42672024de6d | 52a32902773c10cf1c6bc3dabefd2fd1587d83b3 | refs/heads/master | 2021-12-07T18:23:07.272880 | 2009-07-07T09:47:09 | 2009-07-07T09:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,051 | cc | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
* OPCODE - Optimized Collision Detection
* Copyright (C) 2001 Pierre Terdiman
* Homepage: http://www.codercorn... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
299
]
]
] |
327a8b438638df46a60f9f84dafef2f20e195027 | ce105c9e4ac9b1b77a160793e0c336826b936670 | /c++/MyArray/MyArray/MyArray.cpp | f4d0fa6b609df6fd04bcd5fcc18dff8077c69df6 | [] | no_license | jmcgranahan/jusall-programinghw | a32909655cec085d459c2c567c2f1bed2b947612 | d6c5b54d0300a784dee0257364cd049f741cee81 | refs/heads/master | 2020-08-27T03:27:24.013332 | 2011-04-25T06:30:27 | 2011-04-25T06:30:27 | 40,640,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,601 | cpp | /*//MyArray.cpp
#include <iostream>
#include "MyArray.h"
template <class elemType>
void MyArray<elemType>::MakeRoom()
{
elemType * Temp = new elemType[_capacity];
for(int i=0; i <= _capacity;i++)
Temp[i] = list[i];
delete [] list;
_capacity *= 2;
list = new elemType[_capacity];
for(int i=0; i <= _... | [
"biga05@c0f360ae-aefd-11de-b8dd-ab4b6ce6d521"
] | [
[
[
1,
198
]
]
] |
8d694f7bf2135ed82d875b7e49d9c3212954e26a | 8902879a2619a8278c4dd064f62d8e0e8ffb4e3b | /UIlib/UIMarkup.h | 3e511fe09188d8e16df3d677becac8232fcfc9b8 | [
"BSD-2-Clause"
] | permissive | ArnCarveris/directui | 4d9911143db125dfb114ca97a70f426dbd89dd79 | da531f8bc7737f932c960906cc5f4481a0e162b8 | refs/heads/master | 2023-03-17T00:59:28.853973 | 2011-05-19T02:38:42 | 2011-05-19T02:38:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | h | #ifndef UIMarkup_h
#define UIMarkup_h
#include "BaseUtil.h"
#include "Vec.h"
class ParserState;
class MarkupNode {
friend ParserState;
int parentIdx;
ParserState * parserState;
public:
const char * name;
Vec<char*> * attributes;
void * user;
... | [
"kkowalczyk@gmail.com"
] | [
[
[
1,
30
]
]
] |
ade835b9c980ebbabf480c9f7e3789232cc559a6 | 279b68f31b11224c18bfe7a0c8b8086f84c6afba | /branches/0.0.1-DEV/request_filter.hpp | 44e5a32dc179f1dc7e566b58a75bd5c9882eae8d | [] | no_license | bogus/findik | 83b7b44b36b42db68c2b536361541ee6175bb791 | 2258b3b3cc58711375fe05221588d5a068da5ea8 | refs/heads/master | 2020-12-24T13:36:19.550337 | 2009-08-16T21:46:57 | 2009-08-16T21:46:57 | 32,120,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 798 | hpp | #ifndef FINDIK_FILTER_REQUEST_FILTER_HPP
#define FINDIK_FILTER_REQUEST_FILTER_HPP
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "request.hpp"
#include "mysqldbmanager.hpp"
#include "request_filter_factory_impl.hpp"
namespace findik {
namespace filter {
class r... | [
"shelta@d40773b4-ada0-11de-b0a2-13e92fe56a31",
"barfan@d40773b4-ada0-11de-b0a2-13e92fe56a31"
] | [
[
[
1,
6
],
[
8,
9
],
[
13,
15
],
[
18,
18
],
[
20,
22
],
[
24,
24
],
[
26,
29
],
[
34,
35
]
],
[
[
7,
7
],
[
10,
12... |
12842ff2d28828b53117ac09faa71fa452651973 | 7a310d01d1a4361fd06b40a74a2afc8ddc23b4d3 | /src/DonutScriptLoader.h | ba5cffab87c89487f1f745fc1085f565ca75d8fc | [] | no_license | plus7/DonutG | b6fec6111d25b60f9a9ae5798e0ab21bb2fa28f6 | 2d204c36f366d6162eaf02f4b2e1b8bc7b403f6b | refs/heads/master | 2020-06-01T15:30:31.747022 | 2010-08-21T18:51:01 | 2010-08-21T18:51:01 | 767,753 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,535 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM DonutScriptLoader.idl
*/
#ifndef __gen_DonutScriptLoader_h__
#define __gen_DonutScriptLoader_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS... | [
"ahya365@gmail.com"
] | [
[
[
1,
95
]
]
] |
6865da62c03febd00ffab1ae09fcc274106f77b7 | 3b1f2ee004d665e48049e36424b365e5dfbd5192 | /Cocoa Corelyzer/Frameworks/SAGE.framework/Versions/A/Headers/sageStreamer.h | cf85a285f8ccd6492598081e85f4076a91c0a5d1 | [] | no_license | jchen9/LODRender | 07c9436a3a63df5b16bb450733f90e4705cd3578 | 37a9ccd0ddb5e67b0386975dc449c6f0ddf4e618 | refs/heads/master | 2021-05-27T10:48:18.861472 | 2010-03-08T19:32:18 | 2010-03-08T19:32:18 | 535,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,015 | h | /******************************************************************************
* SAGE - Scalable Adaptive Graphics Environment
*
* Module: sageStreamer.h
* Author : Byungil Jeong
*
* Copyright (C) 2004 Electronic Visualization Laboratory,
* University of Illinois at Chicago
*
* All rights reserved.
... | [
"julian9@gmail.com"
] | [
[
[
1,
257
]
]
] |
ffa0237188f7d459d3f7f2ec8f73455d011ef096 | 9e4b72c504df07f6116b2016693abc1566b38310 | /ProcessController.h | a93f8abdcd9a4b0a4bd8a5a6618f682c2be0912b | [
"MIT"
] | permissive | mmeeks/rep-snapper | 73311cadd3d8753462cf87a7e279937d284714aa | 3a91de735dc74358c0bd2259891f9feac7723f14 | refs/heads/master | 2016-08-04T08:56:55.355093 | 2010-12-05T19:03:03 | 2010-12-05T19:03:03 | 704,101 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,569 | h | /* -------------------------------------------------------- *
*
* ProcessController.h
*
* Copyright 2009+ Michael Holm - www.kulitorum.com
*
* This file is part of RepSnapper and is made available under
* the terms of the GNU General Public License, version 2, or at your
* option, any later version, incorporate... | [
"repsnapper@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"joaz@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"mmeeks@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"michael@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"fcrick@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"Logick@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"michael.meeks@nove... | [
[
[
1,
13
],
[
15,
19
],
[
21,
22
],
[
25,
29
],
[
31,
51
],
[
54,
83
],
[
86,
86
],
[
88,
101
],
[
110,
115
],
[
118,
1... |
dcacdea6b9b2d60515ee84df59f783698bee58da | ce2a953f667d34cc56d7ce1adc057504e6b0eabe | /Jepg/BMPproc.cpp | 8a424ec0985913afde2b20d3504cd838e3fbd924 | [] | no_license | JCWu/jpeg-decoder | 915cd44cf193628cf86a55cf882a6860b8bcc063 | 14e042ae7cd3724102cf625b75bc10b5693ace19 | refs/heads/master | 2021-01-10T16:32:56.438281 | 2010-12-14T14:39:28 | 2010-12-14T14:39:28 | 36,046,023 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 9,989 | cpp | #include "BMPproc.h"
#include <cassert>
#include <cstdlib>
#include <cstring>
/*
¼ì²âBMP¸ñʽ
*/
bool CheckBMP(io_oper* st) {
int sz;
st->Seek(0);
unsigned char buf[18];
int t = st->Read(buf, 18);
if (t != 18) return false;
if (buf[0] != 'B' || buf[1] != 'M') return false;
sz = *(in... | [
"ccpp132@gmail.com@c774a4f1-b9b9-ec5f-4c86-73bda70207c7",
"luckyweijie@gmail.com@c774a4f1-b9b9-ec5f-4c86-73bda70207c7"
] | [
[
[
1,
172
],
[
174,
228
],
[
230,
331
]
],
[
[
173,
173
],
[
229,
229
]
]
] |
a00cc5dd29f326f5b1641f943ec8292fa45cdfcf | 35ddd0b7dce9a2c4ee5917ba578a9d822a5e5bb8 | /Examples/src/ImageCompare.cxx | 64fc0282cf67a0c783ebee36c503b12262a881e1 | [] | no_license | AbdelkhalekBakkari/cuda-insight-toolkit | f781824dd5afcdedc63571ef8be58b9a35df81d6 | 121639151ad07d280fc1b1a6a38345dbd193ca7c | refs/heads/master | 2021-01-01T03:55:29.574124 | 2011-08-24T00:46:38 | 2011-08-24T00:46:38 | 56,769,860 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,377 | cxx | #include "itkWin32Header.h"
#include <iostream>
#include <fstream>
#include "itkNumericTraits.h"
#include "itkImage.h"
#include "itkImageFileReader.h"
#include "itkImageFileWriter.h"
#include "itkRescaleIntensityImageFilter.h"
#include "itkExtractImageFilter.h"
#include "itkDifferenceImageFilter.h"
using na... | [
"richard.beare@gmail.com"
] | [
[
[
1,
265
]
]
] |
35a54f685b848be2326f7cb016bc14e6fdd4c755 | be947f10dba2cecd978c8e3d343da0db79b3193f | /euler13/euler13.cpp | cb10ce53e56519cb1d60d75e906715587c44ce3f | [] | no_license | calvinlsliang/project_euler | 36e2cdba569f80932fad123762c86ae9658a1ada | aba6649aef9a0c86cd9d9da4982a15204bcd6adf | refs/heads/master | 2020-04-10T01:49:03.519645 | 2011-07-21T02:34:59 | 2011-07-21T02:34:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | // euler13.cpp
#include <iostream>
#include <fstream>
#include <cstdlib>
#include "bigint.h"
using namespace std;
int main() {
Bigint sum(0);
Bigint x(0);
ifstream file;
file.open("test.txt");
if (!file) {
cout << "Unable to open file test.txt";
exit(1);
}
while (file >> x) ... | [
"cliang4@berkeley.edu"
] | [
[
[
1,
28
]
]
] |
24516da10584458b4213bab37315691bdd2884e0 | 4b0f51aeecddecf3f57a29ffa7a184ae48f1dc61 | /CleanProject/ParticleUniverse/include/ParticleRenderers/ParticleUniverseRibbonTrailRendererFactory.h | 827b36e32e0658ff668a5cd8dc70fdb53a893afd | [] | no_license | bahao247/apeengine2 | 56560dbf6d262364fbc0f9f96ba4231e5e4ed301 | f2617b2a42bdf2907c6d56e334c0d027fb62062d | refs/heads/master | 2021-01-10T14:04:02.319337 | 2009-08-26T08:23:33 | 2009-08-26T08:23:33 | 45,979,392 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,873 | h | /*
-----------------------------------------------------------------------------
This source file is part of the Particle Universe product.
Copyright (c) 2006-2008 Henry van Merode
Usage of this program is free for non-commercial use and licensed under the
the terms of the GNU Lesser General Public License.
... | [
"pablosn@06488772-1f9a-11de-8b5c-13accb87f508"
] | [
[
[
1,
59
]
]
] |
209c56de7aeba40fcbb48224d0444be3e2f5d047 | 22d9640edca14b31280fae414f188739a82733e4 | /Code/VTK/include/vtk-5.2/vtkTemporalStreamTracer.h | ba8eb2a9729be9178d7f77b444be9fd8d2933706 | [] | no_license | tack1/Casam | ad0a98febdb566c411adfe6983fcf63442b5eed5 | 3914de9d34c830d4a23a785768579bea80342f41 | refs/heads/master | 2020-04-06T03:45:40.734355 | 2009-06-10T14:54:07 | 2009-06-10T14:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,476 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkTemporalStreamTracer.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for de... | [
"nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f"
] | [
[
[
1,
360
]
]
] |
5523311e15a39ca03db1b8029cb2aadaf364bb72 | 21da454a8f032d6ad63ca9460656c1e04440310e | /src/wcpp/caf/wscConsoleApp.cpp | aa8638c84d54331ee0159857fe4ad2e1135c966a | [] | no_license | merezhang/wcpp | d9879ffb103513a6b58560102ec565b9dc5855dd | e22eb48ea2dd9eda5cd437960dd95074774b70b0 | refs/heads/master | 2021-01-10T06:29:42.908096 | 2009-08-31T09:20:31 | 2009-08-31T09:20:31 | 46,339,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,099 | cpp | #include "wscConsoleApp.h"
#include <wcpp/io/wscPrintStream.h>
#include <wcpp/io/wscInputStream.h>
#include <wcpp/lang/wscString.h>
#include <wcpp/lang/wscInteger.h>
#include "wscConsoleCommand.h"
wscConsoleApp::wscConsoleApp(void) : m_doExit( WS_FALSE )
{
}
wscConsoleApp::~wscConsoleApp(void)
{
}
... | [
"xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8"
] | [
[
[
1,
146
]
]
] |
af8fcc613dfc22a9f945b77aea5ea336906e75b3 | 6cd6ceebdc936511db968770e3384a391e1c1072 | /GUI/GUIDlg.cpp | 20e5bd662643838e97a64b64de86de0273512b22 | [] | no_license | AngryPowman/smalltranslator | 1fb70adf2e814493854964bf1274cabf93a60b49 | 65b54c54b59538632c2eba677c13589e81d0e4e3 | refs/heads/master | 2021-01-13T00:52:35.200448 | 2009-02-17T01:42:21 | 2009-02-17T01:42:21 | 51,979,375 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,085 | cpp | // GUIDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GUI.h"
#include "GUIDlg.h"
#include "Poster.h"
#include "translator.h"
#include "KeyBoard.h"
#include "Daccelerator.h"
#include <sstream>
#include <fstream>
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE... | [
"thewintersun@47b1f2b0-5e4c-0410-92d4-570404a9583c"
] | [
[
[
1,
512
]
]
] |
41daaabb4bc5e7498ef218ef8e33daff4909c1f6 | eec70a1718c685c0dbabeee59eb7267bfaece58c | /Sense Management Irrlicht AI/Signal.h | 003fe0304c4ac8d931c8f78fd1575e5304bc6363 | [] | no_license | mohaider/sense-management-irrlicht-ai | 003939ee770ab32ff7ef3f5f5c1b77943a4c7489 | c5ef02f478d00a4957a294254fc4f3920037bd7a | refs/heads/master | 2020-12-24T14:44:38.254964 | 2011-05-19T14:29:53 | 2011-05-19T14:29:53 | 32,393,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 540 | h | #ifndef SIGNAL_H
#define SIGNAL_H
/*
Interface class for signals
*/
#include "Modality.h"
#include "IrrlichtObject.h"
enum signal_origin // enum for signal origins
{
origin_player,
origin_footprint,
};
class Signal
{
public:
Signal() : m_strength(0), m_position(vector3df()), m_modality(0)... | [
"shaunmitchell84@googlemail.com@2228f7ce-bb98-ac94-67a7-be962254a327"
] | [
[
[
1,
31
]
]
] |
9e01223b1fef86955962e5cf1bebf7193a9761be | f7b5d803225fa1fdbcc22b69d8cc083691c68f01 | /cvaddon_stereo/cvaddon_geometry3D.h | 106d20fa1a764a33b5cd88dc0f059c969cd2a3ad | [] | no_license | a40712344/cvaddon | 1b3e4b8295eaea3b819598bb7982aa1ba786cb57 | e7ebbef09b864b98cce14f0151cef643d2e6bf9d | refs/heads/master | 2020-05-20T07:18:49.379088 | 2008-12-09T03:40:11 | 2008-12-09T03:40:11 | 35,675,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | h | #pragma once
#include "cvaddon_geometry_data.h"
// Functions dealing with 3D geometry, such as line-plane intersections
// Returns 1 if an intersect is found, else 0
template <typename T>
inline int linePlaneIntersect(const Line3D<T>& l, const PlaneHessian3D<T>& p, Point3D<T> &result)
{
T C0 = p.a*(l.x1.x... | [
"waiho@66626562-0408-11df-adb7-1be7f7e3f636"
] | [
[
[
1,
46
]
]
] |
e0d4f111e35c2e7d47a6497953523598965d7473 | 3d7d8969d540b99a1e53e00c8690e32e4d155749 | /IEBgpClient/inc/IEBgpClient.h | 744e1e9fb4e4ecb5f4841b2432b4048e4a04614d | [] | no_license | SymbianSource/oss.FCL.sf.incubator.photobrowser | 50c4ea7142102068f33fc62e36baab9d14f348f9 | 818b5857895d2153c4cdd653eb0e10ba6477316f | refs/heads/master | 2021-01-11T02:45:51.269916 | 2010-10-15T01:18:29 | 2010-10-15T01:18:29 | 70,931,013 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,417 | h | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | [
[
[
1,
98
]
]
] |
de46f069c9ad7fd764c1a1b34121ee8fe0fe4ae1 | 6dac9369d44799e368d866638433fbd17873dcf7 | /src/branches/26042005/include/mesh/Entity.h | 3c30002b9129e03b3a3cd5b953ed0b5ec3d03dad | [] | no_license | christhomas/fusionengine | 286b33f2c6a7df785398ffbe7eea1c367e512b8d | 95422685027bb19986ba64c612049faa5899690e | refs/heads/master | 2020-04-05T22:52:07.491706 | 2006-10-24T11:21:28 | 2006-10-24T11:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,681 | h | #ifndef _ENTITY_H_
#define _ENTITY_H_
#include <maths/Vector.h>
class Entity;
class Mesh;
class IVertexBuffer;
//class Surface;
// Translation types
#define TRANSLATE_ABS 0
#define TRANSLATE_REL 1
/** @typedef meshanim_t
* @brief Function pointer to a mesh manipulation function
*/
typedef void ... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
128
]
]
] |
3d7a8491bade6e31c891085a499e25f685296965 | 8a47aa7c36fa2b9ea76cf2ef9fea8207d40a71a2 | /devilheart/project_pin/library/xed2-ia32/examples/xed-min.cpp | 7f52de62f620589a532b1d4891b2ab821c69e4ff | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iidx/devilheart | 4eae52d7201149347d3f93fdf0202e2520313bf3 | 13a28efa9f9a37a133b52301642c7ebc264697d5 | refs/heads/master | 2021-01-10T10:17:58.686621 | 2010-03-16T03:16:18 | 2010-03-16T03:16:18 | 46,808,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,548 | cpp | /*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2009 Intel Corporation. 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 copyr... | [
"hsqfire@86a7f5e6-5eca-11de-8a4b-256bef446c6c"
] | [
[
[
1,
87
]
]
] |
1880f2d17618708b7dd05ae8678295cb34e5d54b | d752d83f8bd72d9b280a8c70e28e56e502ef096f | /FugueDLL/Marshalling/StructureConversion.h | af25f696aeaee2471beb27e9ab726651256e4cdc | [] | no_license | apoch/epoch-language.old | f87b4512ec6bb5591bc1610e21210e0ed6a82104 | b09701714d556442202fccb92405e6886064f4af | refs/heads/master | 2021-01-10T20:17:56.774468 | 2010-03-07T09:19:02 | 2010-03-07T09:19:02 | 34,307,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | h | //
// The Epoch Language Project
// FUGUE Virtual Machine
//
// Routines for converting Epoch structures into C-compatible structures
//
// WARNING - all marshalling code is platform-specific!
//
#pragma once
// Forward declarations
namespace VM
{
class ScopeDescription;
class ActivatedScope;
class... | [
"don.apoch@gmail.com"
] | [
[
[
1,
25
]
]
] |
5d8d4d1ea876f9950c4bac5db67420a8669ae258 | 115cdd77595f80aa6870893657f26f6b4e7cdd2b | /src/include/CameraRigging.hpp | c7353b981c1e71a1f1a17bfde0657ca8bee4544d | [] | no_license | douglyuckling/peek | 0bc036906bab49fec63944e4c23e3b0c6935d820 | 9d7c3022366290a43830be5f19a47bd406038f3c | refs/heads/master | 2021-01-23T07:21:11.076300 | 2010-07-09T04:48:33 | 2010-07-09T04:48:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 596 | hpp | /**
* \file CameraRigging.hpp
* \author Douglas W. Paul
*
* Declares the CameraRigging interface
*/
#pragma once
#include "Camera.hpp"
namespace peek {
/**
* \interface CameraRigging
* \brief An interface for camera riggings
*
* A camera rigging is a system which controls the movement... | [
"douglyuckling@483a7388-aa76-4cae-9b69-882d6fd7d2f9"
] | [
[
[
1,
31
]
]
] |
4ceceeb12426c3f85ec19d789f7a54c17ab7b409 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Ngllib/include/Ngl/Manager/BubbleSorter.h | c1ba16a0f46dcf3a09bce8d33bd57a71ba1eb71f | [] | no_license | weimingtom/tanuki-mo-issyo | 3f57518b4e59f684db642bf064a30fc5cc4715b3 | ab57362f3228354179927f58b14fa76b3d334472 | refs/heads/master | 2021-01-10T01:36:32.162752 | 2009-04-19T10:37:37 | 2009-04-19T10:37:37 | 48,733,344 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,857 | h | /*******************************************************************************/
/**
* @file BubbleSorter.h.
*
* @brief バブルソートクラス定義.
*
* @date 2008/09/05.
*
* @version 1.00.
*
* @author Kentarou Nishimura.
*/
/******************************************************************************/
#if... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
90
]
]
] |
f90b819fa0544e3c3a6aabbae5b913eccf0247c1 | 0da7fec56f63012180d848b1e72bada9f6984ef3 | /PocketDjVu_root/PocketDjvu/BrowseSettings.h | 61e785e7e72fe7cc1f0f08e6600ca21cf66835d8 | [] | no_license | UIKit0/pocketdjvu | a34fb2b8ac724d25fab7a0298942db1755098b25 | 4c0c761e6a3d3628440fb4fb0a9c54e5594807d9 | refs/heads/master | 2021-01-20T12:01:16.947853 | 2010-05-03T12:29:44 | 2010-05-03T12:29:44 | 32,293,688 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,466 | h | #pragma once
#include "resource.h"
#include "./Values.h"
//------------------------------------------------------------------------------
class CBrowseSettings :
public WTL::CPropertyPageImpl<CBrowseSettings>,
public WTL::CDialogResize<CBrowseSettings>,
public WTL::CWinDataExchange<CBrowseSettings>
{
... | [
"Igor.Solovyov@84cd470b-3125-0410-acc3-039690e87181"
] | [
[
[
1,
76
]
]
] |
38f1820931b03db44bb1cd47003813aceb9ec24a | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/type_traits/test/is_base_of_test.cpp | fefc2eebaff1a897d51d630832c35b19fcfc5229 | [
"BSL-1.0"
] | permissive | fcrick/RepSnapper | 05e4fb1157f634acad575fffa2029f7f655b7940 | a5809843f37b7162f19765e852b968648b33b694 | refs/heads/master | 2021-01-17T21:42:29.537504 | 2010-06-07T05:38:05 | 2010-06-07T05:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,208 | cpp |
// (C) Copyright John Maddock 2005.
// 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)
#include "test.hpp"
#include "check_integral_constant.hpp"
#ifdef TEST_STD
#... | [
"metrix@Blended.(none)"
] | [
[
[
1,
51
]
]
] |
bc427ae8c7917017190b6df9eedb9be939582980 | 465943c5ffac075cd5a617c47fd25adfe496b8b4 | /ATCIN_T.CPP | 715ab626386e9c4a57d8e7d2eae00b6d2e9a9b78 | [] | no_license | paulanthonywilson/airtrafficcontrol | 7467f9eb577b24b77306709d7b2bad77f1b231b7 | 6c579362f30ed5f81cabda27033f06e219796427 | refs/heads/master | 2016-08-08T00:43:32.006519 | 2009-04-09T21:33:22 | 2009-04-09T21:33:22 | 172,292 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 693 | cpp | /*
Test for ATC input class
*/
# include "atcinput.h"
# include "cmndinpu.h"
# include "atcstatu.h"
int main () {
textmode (ATC_TEXT_MODE);
Landmarks l;
Traffic t;
Gate g1 (Position (0, 0), 2, D45);
Airport a1 (Position (10, 10), 1, D0);
Plane *p1, *p2;
CmndInput *in;
l.Add... | [
"paul.wilson@merecomplexities.com"
] | [
[
[
1,
46
]
]
] |
ce22d8c67bd9288bb602a9b50a2670997eb8d1a4 | 38664d844d9fad34e88160f6ebf86c043db9f1c5 | /branches/initialize/cwf/httpserver2/request_parser.cpp | 53579eae06228f7d75f445367b0b7148ea2e3415 | [] | no_license | cnsuhao/jezzitest | 84074b938b3e06ae820842dac62dae116d5fdaba | 9b5f6cf40750511350e5456349ead8346cabb56e | refs/heads/master | 2021-05-28T23:08:59.663581 | 2010-11-25T13:44:57 | 2010-11-25T13:44:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,739 | cpp | //
// request_parser.cpp
// ~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "request_par... | [
"ken.shao@ba8f1dc9-3c1c-0410-9eed-0f8a660c14bd"
] | [
[
[
1,
326
]
]
] |
3689ba4ff4dba04a94d237cc402628820a747ab5 | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/singleplayer/dmc/cl_dll/GameStudioModelRenderer.cpp | fee0afe0baea6e6ca319292d0c633b7c98b4fe4e | [] | no_license | joropito/amxxgroup | 637ee71e250ffd6a7e628f77893caef4c4b1af0a | f948042ee63ebac6ad0332f8a77393322157fa8f | refs/heads/master | 2021-01-10T09:21:31.449489 | 2010-04-11T21:34:27 | 2010-04-11T21:34:27 | 47,087,485 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,708 | cpp | //========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#include <assert.h>
#include "hud.h"
#include "cl_util.h"
#include "const.h"
#include "com_model.h"
... | [
"joropito@23c7d628-c96c-11de-a380-73d83ba7c083"
] | [
[
[
1,
120
]
]
] |
c1c17477a84af7c1cd81268672fcdb006058bb21 | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /TeCom/src/TdkLayout/Source Files/TdkNorthTypeProperty.cpp | 6cd5ff963e2529fa4a0b04663bb68f1556cf6a5c | [] | no_license | radtek/terra-printer | 32a2568b1e92cb5a0495c651d7048db6b2bbc8e5 | 959241e52562128d196ccb806b51fda17d7342ae | refs/heads/master | 2020-06-11T01:49:15.043478 | 2011-12-12T13:31:19 | 2011-12-12T13:31:19 | null | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,555 | cpp | #include<TdkLayoutTypes.h>
#include <TdkNorthTypeProperty.h>
///////////////////////////////////////////////////////////////////////////////
//North Constructor
//Author : Rui Mauricio Gregório
//Date : 08/2010
///////////////////////////////////////////////////////////////////////////////
TdkNorthTypePrope... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
77
]
]
] |
b3e05194923bbca38759aa2d62382369a6da6bd6 | de2b54a7b68b8fa5d9bdc85bc392ef97dadc4668 | /Tracker/Filters/FIRfilter.h | d1aa3fdf5e429542443dfdf3e9e6f95b391ee9f3 | [] | no_license | kumarasn/tracker | 8c7c5b828ff93179078cea4db71f6894a404f223 | a3e5d30a3518fe3836f007a81050720cef695345 | refs/heads/master | 2021-01-10T07:57:09.306936 | 2009-04-17T15:02:16 | 2009-04-17T15:02:16 | 55,039,695 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | /*
* FIRfilter.h
*
* Created on: 05-feb-2009
* Author: Timpa
*/
#ifndef FIRFILTER_H_
#define FIRFILTER_H_
class FIRfilter{
public:
FIRfilter();
virtual ~FIRfilter();
void runLowPassFilter(int Xin,int Yin,int &Xout,int &Yout);
void runAverageSmoothing(int Xin,int Yin,int &Xout,int... | [
"latesisdegrado@048d8772-f3ab-11dd-a8e2-f7cb3c35fcff"
] | [
[
[
1,
44
]
]
] |
d3c02a4237eff785a9bc67f57a97abadcd1e1ce8 | 93eac58e092f4e2a34034b8f14dcf847496d8a94 | /ncl30-cpp/ncl30-generator/include/generables/ContentNodeGenerator.h | 22685eb90ccb923d94b57a4b0b6c513adbead8b7 | [] | no_license | lince/ginga-srpp | f8154049c7e287573f10c472944315c1c7e9f378 | 5dce1f7cded43ef8486d2d1a71ab7878c8f120b4 | refs/heads/master | 2020-05-27T07:54:24.324156 | 2011-10-17T13:59:11 | 2011-10-17T13:59:11 | 2,576,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,828 | h | /******************************************************************************
Este arquivo eh parte da implementacao do ambiente declarativo do middleware
Ginga (Ginga-NCL).
Copyright (C) 2009 UFSCar/Lince, Todos os Direitos Reservados.
Este programa eh software livre; voce pode redistribui-lo e/ou modificah-lo sob... | [
"erickmelo@gmail.com"
] | [
[
[
1,
89
]
]
] |
18055a9424a688d5a76154538e2b2cdf04b04b10 | ed6cf601b35e94525080e09e84a26cd8effe5039 | /branches/tf2/lib/global.h | ae7bfc7cad3a0b962e09122d29a8563c910ea906 | [] | no_license | BackupTheBerlios/libdwic-svn | ebab15e6981ed087f477e58b4b3946e2967954d3 | cef0dc6fa449de683b39a425021c2529732670e4 | refs/heads/master | 2020-05-29T14:08:03.525985 | 2007-05-05T18:14:20 | 2007-05-05T18:14:20 | 40,799,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,567 | h | /***************************************************************************
* Copyright (C) 2006 by Nicolas BOTTI <rududu@laposte.net> *
* *
* This software is a computer program whose purpose is to compress *
* image... | [
"nibo637x@b08776e6-7308-0410-831e-fd3d7badec12"
] | [
[
[
1,
93
]
]
] |
b8275549d63c7cdbf74b93bf92d1e1432f49457d | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/brookbox/wm2/WmlIntpTricubic3.h | d7e3a6a25576a3b6c60767f68a13dfcdc73c8409 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darwin/inferno | 02acd3d05ca4c092aa4006b028a843ac04b551b1 | e87017763abae0cfe09d47987f5f6ac37c4f073d | refs/heads/master | 2021-03-12T22:15:47.889580 | 2009-04-17T13:29:39 | 2009-04-17T13:29:39 | 178,477 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,996 | h | // Magic Software, Inc.
// http://www.magic-software.com
// http://www.wild-magic.com
// Copyright (c) 2003. All Rights Reserved
//
// The Wild Magic Library (WML) source code is supplied under the terms of
// the license agreement http://www.magic-software.com/License/WildMagic.pdf
// and may not be copied or ... | [
"antonin@hildebrand.cz"
] | [
[
[
1,
81
]
]
] |
7be53257b95d75f902ee838f1a16a43ad5e8f2cb | 138a353006eb1376668037fcdfbafc05450aa413 | /source/FireAttackEntity.h | ea64e324250857a3c88078d452b92defd212e764 | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | h | #pragma once
#include <Ogre.h>
#include <OgreNewt.h>
#include "RigidModelEntity.h"
class GameServices;
class InputManager;
class FireAttackEntity : public RigidModelEntity {
public:
FireAttackEntity(GameServices *gs, OgreNewt::World *collisionWorld, Ogre::SceneNode *parentNode, const Ogre::Vector3 &pos, ... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
30
]
]
] |
e943ffba927fc4770ff8a4ef7bfa747f4ba1dcc6 | 4497c10f3b01b7ff259f3eb45d0c094c81337db6 | /VideoMontage/SaliencyMap.cpp | 695ae13b8fd6a6ca449c38ac6eb336798f356509 | [] | no_license | liuguoyou/retarget-toolkit | ebda70ad13ab03a003b52bddce0313f0feb4b0d6 | d2d94653b66ea3d4fa4861e1bd8313b93cf4877a | refs/heads/master | 2020-12-28T21:39:38.350998 | 2010-12-23T16:16:59 | 2010-12-23T16:16:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 130 | cpp | #include "StdAfx.h"
#include "SaliencyMap.h"
SaliencyMap::SaliencyMap(void)
{
}
SaliencyMap::~SaliencyMap(void)
{
} | [
"kidphys@aeedd7dc-6096-11de-8dc1-e798e446b60a"
] | [
[
[
1,
11
]
]
] |
8ba2068a9fb9da2636080a4fb4ecaa021576325c | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aoslcpp/include/aoslcpp/common.hpp | e82d0b900a71fb2a657030ce5ee2db4432dcd7c4 | [] | no_license | invy/mjklaim-freewindows | c93c867e93f0e2fe1d33f207306c0b9538ac61d6 | 30de8e3dfcde4e81a57e9059dfaf54c98cc1135b | refs/heads/master | 2021-01-10T10:21:51.579762 | 2011-12-12T18:56:43 | 2011-12-12T18:56:43 | 54,794,395 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 858 | hpp | #ifndef HGUARD_AOSLCPP_COMMON_HPP__
#define HGUARD_AOSLCPP_COMMON_HPP__
#ifndef XSD_NO_EXPORT
#define XSD_NO_EXPORT
#endif
#if defined(WIN32) //windows specific
///Specific Win32 DLL Import macro :
#define AOSLCPP_DllImport __declspec( dllimport )
///Specific Win32 DLL Export macro :
#define AOSLCPP_Dl... | [
"klaim@localhost"
] | [
[
[
1,
41
]
]
] |
3ce4bb0db35c134519c84b11637e049294168cae | c0bd82eb640d8594f2d2b76262566288676b8395 | /src/game/SpellHandler.cpp | be23805039028c130962b3e00fa556e98befc830 | [
"FSFUL"
] | permissive | vata/solution | 4c6551b9253d8f23ad5e72f4a96fc80e55e583c9 | 774fca057d12a906128f9231831ae2e10a947da6 | refs/heads/master | 2021-01-10T02:08:50.032837 | 2007-11-13T22:01:17 | 2007-11-13T22:01:17 | 45,352,930 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,235 | cpp | // Copyright (C) 2004 WoW Daemon
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is dis... | [
"tdiddi@web.de"
] | [
[
[
1,
264
]
]
] |
a76b3f1e69941bbaf5e668030b805923248f052f | 4d01363b089917facfef766868fb2b1a853605c7 | /src/Graphics/HUD/Crosshairs/Dot.h | 7e7abb70b387d47fc5017628a7f7bac06e61ad49 | [] | no_license | FardMan69420/aimbot-57 | 2bc7075e2f24dc35b224fcfb5623083edcd0c52b | 3f2b86a1f86e5a6da0605461e7ad81be2a91c49c | refs/heads/master | 2022-03-20T07:18:53.690175 | 2009-07-21T22:45:12 | 2009-07-21T22:45:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | h | #ifndef dot_h
#define dot_h
#include "Crosshair.h"
class Dot : public Crosshair
{
public:
Dot(float size, Colour colour) : Crosshair(size, colour)
{
}
void draw()
{
glColor3f(colour.r, colour.g, colour.b);
glPointSize(size);
glBegin(GL_POINTS);
glVertex2f(halfWidth, halfHeight);
glEn... | [
"daven.hughes@92c3b6dc-493d-11de-82d9-516ade3e46db"
] | [
[
[
1,
23
]
]
] |
ab99bd9e45f4ab57faa476e880384f0c1fddc756 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libpthread/src/pthread_attr_getschedparam.cpp | c9ecf965e140ad88c5cae9031a05813bcab06e61 | [] | no_license | SymbianSource/oss.FCL.sftools.ana.compatanamdw | a6a8abf9ef7ad71021d43b7f2b2076b504d4445e | 1169475bbf82ebb763de36686d144336fcf9d93b | refs/heads/master | 2020-12-24T12:29:44.646072 | 2010-11-11T14:03:20 | 2010-11-11T14:03:20 | 72,994,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,492 | cpp | /*
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/lega... | [
"none@none"
] | [
[
[
1,
55
]
]
] |
8907e293fd74978cc766bc0cec0dde2edce335b5 | f9acc77870f5a372ee1955e5ac225399d6f841e7 | /lenguajes de Programacion/Archivos cpp Lenguajes/ReGrillaWXApp.cpp | a9a55968188638edabf733d0c8be3da0c893b9a4 | [] | no_license | sergiobuj/campari_royal | 3a713cff0fc86837bda4cd69c59f0d8146ffe0e5 | e653b170e5e3ab52e6148242a883b570f216d664 | refs/heads/master | 2016-09-05T21:32:21.092149 | 2011-10-18T22:09:30 | 2011-10-18T22:09:30 | 976,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | cpp | //---------------------------------------------------------------------------
//
// Name: ReGrillaWXApp.cpp
// Author: Sergio
// Created: 11/09/2007 09:05:45 p.m.
// Description:
//
//---------------------------------------------------------------------------
#include "ReGrillaWXApp.h"
#incl... | [
"sergiobuj+github@gmail.com"
] | [
[
[
1,
26
]
]
] |
ee0fd521ded4bc6f7aa6b7a066a87f40d6a910b4 | b08e948c33317a0a67487e497a9afbaf17b0fc4c | /LuaPlus/Src/LuaPlus/LuaState.cpp | fd584f05511402de21663cf6fc4b64807ac42fc2 | [
"MIT"
] | permissive | 15831944/bastionlandscape | e1acc932f6b5a452a3bd94471748b0436a96de5d | c8008384cf4e790400f9979b5818a5a3806bd1af | refs/heads/master | 2023-03-16T03:28:55.813938 | 2010-05-21T15:00:07 | 2010-05-21T15:00:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,884 | cpp | ///////////////////////////////////////////////////////////////////////////////
// This source file is part of the LuaPlus source distribution and is Copyright
// 2001-2005 by Joshua C. Jensen (jjensen@workspacewhiz.com).
//
// The latest version may be obtained from http://wwhiz.com/LuaPlus/.
//
// The code pres... | [
"voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329"
] | [
[
[
1,
1336
]
]
] |
16d075e4eee14c931f8138794ea30b2b87b37014 | fcdddf0f27e52ece3f594c14fd47d1123f4ac863 | /terralib/src/terralib/kernel/TeViewNode.h | a679498a42086fb44246d8cefee19b26edef90cd | [] | no_license | radtek/terra-printer | 32a2568b1e92cb5a0495c651d7048db6b2bbc8e5 | 959241e52562128d196ccb806b51fda17d7342ae | refs/heads/master | 2020-06-11T01:49:15.043478 | 2011-12-12T13:31:19 | 2011-12-12T13:31:19 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 11,552 | h | /************************************************************************************
TerraLib - a library for developing GIS applications.
Copyright © 2001-2007 INPE and Tecgraf/PUC-Rio.
This code is part of the TerraLib library.
This library is free software; you can redistribute it and/or
modify it under the ... | [
"rui.mauricio.gregorio@gmail.com@58180da6-ba8b-8960-36a5-00cc02a3ddec"
] | [
[
[
1,
411
]
]
] |
d4a6c48fde5148d04c5fed0fc652cff55a34bac2 | e5608732309561ae5434b7f4903556a056fa6679 | /DLL/JogoSODLL/JogoSODLL.cpp | 4bb4b22683cc12bdd565d581d3ff1d196d668e16 | [] | no_license | cr0vax/estigsotg1 | 5746076ad1e3c8102ea502c571fa8437d97f3f93 | 685e121ab5efa6e8d7467da598d5115e4da3f3e1 | refs/heads/master | 2021-01-10T12:41:43.408607 | 2011-06-27T21:41:28 | 2011-06-27T21:41:28 | 48,793,791 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,670 | cpp | //Descritivo:Primeiro trabalho de grupo da disciplina de SO
//Titulo:DLL para o jogo de aventura
//Autores: Luís Costa Nº6032, Bruno Moreira Nº6170
#include "stdafx.h"
#include "JogoSODLL.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
BEGIN_MESSAGE_MAP(CJogoSODLLApp, CWinApp)
END_MESSAGE_MAP()
// CJo... | [
"solidsnake14@hotmail.com"
] | [
[
[
1,
124
]
]
] |
0b5bbd5f32c73834a356c4f77bddca62307673d8 | 428b5f476e013d4699416629ce5fa155e724849f | /main.cpp | f67e3f04cca489f156e4be160ffe97ffa4fa8eb6 | [] | no_license | vitorboschi/kpws | afab7f2eb97f25c0eb7bcab2404d308edc0e3297 | e51dd08e5f8e00149f407c259030855b82ae5f38 | refs/heads/master | 2021-01-16T19:35:50.269368 | 2010-02-02T23:59:33 | 2010-02-02T23:59:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,958 | cpp | /*
KDE Personal Web Server - Allow you to easily share files over http
Copyright (C) 2010 by Vitor Boschi da Silva (vitorboschi@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either... | [
"vitorboschi@gmail.com"
] | [
[
[
1,
60
]
]
] |
749254880bbbfbc00da64e27937da4118f7d11fb | ce10be13a62b6ed6e3ccdd0780fe98e08573166e | /source/background.cpp | f7b1335d990e4c7def0c76a7af851b15316b8dd3 | [] | no_license | pfeyssaguet/afrods | b2d63fd501a60a5c40d2d128bc03820f389c4d59 | df2e85990bac4a2107bba5ad7ba9232753cf7725 | refs/heads/master | 2016-09-06T02:13:26.546098 | 2010-02-07T13:07:01 | 2010-02-07T13:07:01 | 32,130,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,389 | cpp | #include "background.h"
#include "constants.h"
#include <nds.h>
using namespace AfroDS;
/** Variable statique : les 4 layers de backgrounds utilisés sur chaque écran */
int Background::s_backgrounds[2][4] = {{0, 0, 0, 0}, {0, 0, 0, 0}};
/**
* Constructeur de background : affiche directement le backgroun... | [
"deuspi@fce96c3e-db3a-11de-b64b-7d26b27941e2"
] | [
[
[
1,
103
]
]
] |
af5bdbb59756739c8b619d1fcd5b36a7e95bd8d1 | c2153dcfa8bcf5b6d7f187e5a337b904ad9f91ac | /depends/ClanLib/src/Core/CSS/css_selector.cpp | 39931fa0eff135d400e15895051f7d9793850056 | [] | no_license | ptrefall/smn6200fluidmechanics | 841541a26023f72aa53d214fe4787ed7f5db88e1 | 77e5f919982116a6cdee59f58ca929313dfbb3f7 | refs/heads/master | 2020-08-09T17:03:59.726027 | 2011-01-13T22:39:03 | 2011-01-13T22:39:03 | 32,448,422 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,082 | cpp | /*
** ClanLib SDK
** Copyright (c) 1997-2010 The ClanLib Team
**
** This software is provided 'as-is', without any express or implied
** warranty. In no event will the authors be held liable for any damages
** arising from the use of this software.
**
** Permission is granted to anyone to use this softwa... | [
"PTrefall@gmail.com@c628178a-a759-096a-d0f3-7c7507b30227"
] | [
[
[
1,
179
]
]
] |
76a7288e153b5556d8b0fb0275c80d2b65c94ead | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-19/pcbnew/tracemod.cpp | 88d6d6c87238d66d0cff6a5ffb47e115bedad794 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,364 | cpp | /*************************/
/* affichage des modules */
/*************************/
#include "fctsys.h"
#include "gr_basic.h"
#include "common.h"
#include "pcbnew.h"
#include "trigo.h"
#ifdef PCBNEW
#include "drag.h"
#endif
#ifdef CVPCB
#include "cvpcb.h"
#endif
/* Police des caracteres de... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
89
]
]
] |
843faa587300c111104799481dabb1ad6072c926 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Scd/ScExec/NDTREE.CPP | 3a4c8d617c67411134715e13258df2a2bababafa | [] | no_license | abcweizhuo/Test3 | 0f3379e528a543c0d43aad09489b2444a2e0f86d | 128a4edcf9a93d36a45e5585b70dee75e4502db4 | refs/heads/master | 2021-01-17T01:59:39.357645 | 2008-08-20T00:00:29 | 2008-08-20T00:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,487 | cpp | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
#include "stdafx.h"
#include "sc_defs.h"
#define __NDTREE_CPP
//#include "datacnvs.h"
#include "NdTree.h"
#define dbgInitObj 0
... | [
"paul.hannah@syscad.net",
"chris.moreton@syscad.net"
] | [
[
[
1,
33
],
[
36,
49
],
[
51,
86
],
[
88,
98
],
[
107,
112
],
[
119,
119
],
[
122,
122
],
[
127,
128
],
[
130,
131
],
[
154,
... |
7b8f43da89e8502ef926cbff6c1e4a5e0e91d378 | d1dc408f6b65c4e5209041b62cd32fb5083fe140 | /src/gameobjects/particles/cParticle.h | 76b136c1dd6a21b5bc1dcd8a359586f1f93931a6 | [] | no_license | dmitrygerasimuk/dune2themaker-fossfriendly | 7b4bed2dfb2b42590e4b72bd34bb0f37f6c81e37 | 89a6920b216f3964241eeab7cf1a631e1e63f110 | refs/heads/master | 2020-03-12T03:23:40.821001 | 2011-02-19T12:01:30 | 2011-02-19T12:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,304 | h | /*
Dune II - The Maker
Author : Stefan Hendriks
Contact: stefanhen83@gmail.com
Website: http://dune2themaker.fundynamic.com
2001 - 2009 (c) code by Stefan Hendriks
*/
// - see in .cpp file what it is
//
class cParticle
{
public:
// used or not:
bool bAlive; // al... | [
"stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151"
] | [
[
[
1,
54
]
]
] |
e274bf4ed0cdf803e485c101fa7c1eb650ed4741 | 22d9640edca14b31280fae414f188739a82733e4 | /Code/VTK/include/vtk-5.2/vtkStringArray.h | 49203b116311ce037b4a5dd05d7789d4b0ba4467 | [] | no_license | tack1/Casam | ad0a98febdb566c411adfe6983fcf63442b5eed5 | 3914de9d34c830d4a23a785768579bea80342f41 | refs/heads/master | 2020-04-06T03:45:40.734355 | 2009-06-10T14:54:07 | 2009-06-10T14:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,495 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkStringArray.h,v $
Language: C++
Date: $Date: 2008-03-14 21:47:04 $
Version: $Revision: 1.8 $
Copyright 2004 Sandia Corporation.
Under the terms of Contrac... | [
"nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f"
] | [
[
[
1,
297
]
]
] |
7f98a4e2a4ab544525f5943e89184a7e32134222 | 5c165fbf269ec78254dee24696588355ebb05297 | /Phoenix/PhoenixSprite.h | ee9a388b17cda2a51a6d70d072826245827e6975 | [] | no_license | kumorikarasu/Phoenix-Engine | dce69af719f3a1a38363aa6330b1d0bb4cdc991d | 87bcfef06f4f57eb44a1c57a67e7ed76795667ec | refs/heads/master | 2021-01-10T07:57:06.020395 | 2011-06-20T13:21:06 | 2011-06-20T13:21:06 | 55,923,401 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,244 | h | #pragma once
#ifndef _PHOENIXSPRITE_H_
#define _PHOENIXSPRITE_H_
#include <tchar.h>
#include <vector>
#include "PhoenixVisual.h"
#include "PhoenixIResource.h"
#include "PhoenixUtil.h"
namespace PhoenixCore{
class Texture;
template <class _Ty>
class Sprite : public Visual<Sprite<_Ty>>, IResour... | [
"kumori@ryougi.com"
] | [
[
[
1,
118
]
]
] |
2465f1f2c0c1805cce13801930494eb6d9c960a4 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/thread/mutex.hpp | fc099b406029bd6dd896e8b08da4b6dadc3500b0 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,323 | hpp | // Copyright (C) 2001-2003
// William E. Kempf
//
// 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_MUTEX_WEK070601_HPP
#define BOOST_MUTEX_WEK070601_HPP
#include <boost/thread/detail/confi... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
170
]
]
] |
ed1fc3710ef1d2cb9060407e6abec811a78eca84 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/Hunter/NewGame/NewGameComponents/ui/src/WinBg.cpp | 30d83781ad4f493bb1fa3ef892c859a72779a9a4 | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 66 | cpp |
#include "NewGameComponentsStableHeaders.h"
#include "WinBg.h" | [
"ogre3d@yeah.net"
] | [
[
[
1,
3
]
]
] |
c980476d6b6d364f7035baec642ccd8fd3006517 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/thread/src/mac/ot_context.hpp | 68930014ff059ab405c1c4db7864afecf2b7b347 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,241 | hpp | // (C) Copyright Mac Murrett 2001.
// 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)
// See http://www.boost.org for most recent version.
#ifndef BOOST_OT_CONTEXT_MJM01240... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
58
]
]
] |
6ad51c1f3c32399f4b898106a78c7d36bc78f69a | 10bac563fc7e174d8f7c79c8777e4eb8460bc49e | /splam/detail/pmap_wrap.h | 593a346986fca4f8167981b0c75acafcf241beee | [] | no_license | chenbk85/alcordev | 41154355a837ebd15db02ecaeaca6726e722892a | bdb9d0928c80315d24299000ca6d8c492808f1d5 | refs/heads/master | 2021-01-10T13:36:29.338077 | 2008-10-22T15:57:50 | 2008-10-22T15:57:50 | 44,953,286 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,057 | h | #ifndef PmapWrap_H
#define PmapWrap_H
//-----------------------------------------------------------------------------------------------
#include <boost/shared_ptr.hpp>
#include "alcor/splam/splam_data.h"
#include "alcor/splam/scan_data.h"
#include "alcor/math/pose2d.h"
#include "alcor.extern/pmap/lodo.h"
#inclu... | [
"giorgio.ugazio@1c7d64d3-9b28-0410-bae3-039769c3cb81"
] | [
[
[
1,
47
]
]
] |
23981eff445267b5013fed1513ce8dcfa75d987d | a29ec259efa2c2f13e24be86a4c6ba174780857d | /projects/tpfinal/Personajes/PersonajeEj1.h | b208728006631a9e617a8a50b1be1e2f903da767 | [] | no_license | nlelouche/programacion2 | 639ffb55d06af4f696031ec777bec898b6224774 | 5ec9b29014c13786230e834deb44679b110351b4 | refs/heads/master | 2016-09-06T15:40:38.888016 | 2007-11-09T01:03:51 | 2007-11-09T01:03:51 | 32,653,635 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 124 | h | #ifndef _PERSONAJE_EJ1_H_
#define _PERSONAJE_EJ1_H_
class PersonajeEj1
{
public:
};
#endif //_PERSONAJE_EJ1_H_ | [
"yoviacthulhu@70076bbf-733e-0410-a12a-85c366f55b74"
] | [
[
[
1,
11
]
]
] |
d3840a969c17f6f9b08e27842ba58f7bff71260e | dba70d101eb0e52373a825372e4413ed7600d84d | /RendererComplement/include/PipelinePlus.h | 8bd4972736a72dfcf600f2bcea7fdab27de7a553 | [] | no_license | nustxujun/simplerenderer | 2aa269199f3bab5dc56069caa8162258e71f0f96 | 466a43a1e4f6e36e7d03722d0d5355395872ad86 | refs/heads/master | 2021-03-12T22:38:06.759909 | 2010-10-02T03:30:26 | 2010-10-02T03:30:26 | 32,198,944 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,122 | h | #ifndef _PipelinePlus_H_
#define _PipelinePlus_H_
#include"Prerequisites.h"
#include "Colour.h"
#include "Sampler.h"
#include "Array.h"
namespace RCP
{
struct Vertex
{
Vector4 pos;
Vector3 norm;
Vector3 tan;
Vector3 bino;
//透视除法后,这里将保存 color/w specular/w texCrood/w;
Array<Colour,8> co... | [
"nustxujun@yahoo.com.cn@c2606ca0-2ebb-fda8-717c-293879e69bc3"
] | [
[
[
1,
216
]
]
] |
6f2963ac7b8c6e7a1330d9fc9608510bbdafd316 | 05f4bd87bd001ab38701ff8a71d91b198ef1cb72 | /TPTaller/TP3/src/Pad.h | 848a4e5628c4b14e92ac32623e0f1683de169983 | [] | no_license | oscarcp777/tpfontela | ef6828a57a0bc52dd7313cde8e55c3fd9ff78a12 | 2489442b81dab052cf87b6dedd33cbb51c2a0a04 | refs/heads/master | 2016-09-01T18:40:21.893393 | 2011-12-03T04:26:33 | 2011-12-03T04:26:33 | 35,110,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,742 | h | /*
* Pad.h
*
* Created on: 17/05/2009
* Author: oscar
*/
#include "Rectangulo.h"
#ifndef PAD_H_
#define PAD_H_
#include <SDL.h>
#include "Figura.h"
#include "Puntaje.h"
#include <windows.h>
class Pad{
public:
Pad();
Pad(Rectangulo* rectangulo,Puntaje* puntaje);
virtual ~Pad();
vo... | [
"rdubini@a1477896-89e5-11dd-84d8-5ff37064ad4b",
"santiagodonikian@gmail.com@a1477896-89e5-11dd-84d8-5ff37064ad4b"
] | [
[
[
1,
48
],
[
50,
70
],
[
72,
78
]
],
[
[
49,
49
],
[
71,
71
]
]
] |
02949eb79aafbe16f409ac5aa545ac449e1ccdd5 | 7b7a3f9e0cac33661b19bdfcb99283f64a455a13 | /Engine/dll/Core/flx_light_directional.cpp | 104c5c0a346465f6fdd999e37ea125653792c3e4 | [] | no_license | grimtraveller/fluxengine | 62bc0169d90bfe656d70e68615186bd60ab561b0 | 8c967eca99c2ce92ca4186a9ca00c2a9b70033cd | refs/heads/master | 2021-01-10T10:58:56.217357 | 2009-09-01T15:07:05 | 2009-09-01T15:07:05 | 55,775,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,429 | cpp | /*---------------------------------------------------------------------------
This source file is part of the FluxEngine.
Copyright (c) 2008 - 2009 Marvin K. (starvinmarvin)
This program is free software.
---------------------------------------------------------------------------*/
#include "flx_light_direct... | [
"marvin.kicha@e13029a8-578f-11de-8abc-d1c337b90d21"
] | [
[
[
1,
62
]
]
] |
3a898a1b53c09e990acdb07864b53fd571bf4b16 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/graph/example/edge-function.cpp | 295d2734c4fca80e5464f234610f2a76d8aa503a | [
"Artistic-2.0",
"LicenseRef-scancode-public-domain",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,718 | cpp | //=======================================================================
// Copyright 2001 Jeremy G. Siek, Andrew Lumsdaine, Lie-Quan Lee,
//
// 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)
//============... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
139
]
]
] |
920de9e98c087c003d783c7882b9920d4e588d79 | 9eaa698f624abd80019ac7e3c53304950daa66ba | /xmpp/xmppmucmessaging.cpp | 2da424568899f4a270c35c4488a8c64cda9cd54d | [] | no_license | gan7488/happ-talk-jchat | 8f2e3f1437a683ec16d3bc4d0d36e409df088a94 | 182cec6e496401b4ea8f108fb711b05a775232b4 | refs/heads/master | 2021-01-10T11:14:23.607688 | 2011-05-17T17:30:57 | 2011-05-17T17:30:57 | 52,271,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,121 | cpp | /******************************************************************************
** Author: Svirskiy Sergey Nickname: Happ
******************************************************************************/
#include "xmppmucmessaging.h"
/*
Ctors
*/
XMPPMUCMessaging::XMPPMUCMessaging() :
XMPPClientExtensi... | [
"zversergey@tut.by"
] | [
[
[
1,
88
]
]
] |
11d8d19711f52e450531ebddfc64c12ace4adb43 | e0cd16e9d5869dd21a5d45f838412b0e14c947fd | /code_reviews/mpi_cr/norm/norm.cpp | f0ff3df07442e1403664779ac7bc24e51396b4f3 | [] | no_license | ptkila/cowichan | d193fdfc109bbf1b5dca802a65910d79b7f6d612 | 42ce55bbda400d839d5d5e4c22fda103556b3698 | refs/heads/master | 2021-01-01T05:59:27.199307 | 2010-12-09T03:07:55 | 2010-12-09T03:07:55 | 34,251,347 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,130 | cpp | /**
* Vector norm
*
* \file norm.cpp
* \author Andrew Borzenko
* \date 02-10-09
*/
#include "../include/main.h"
#ifdef IS_PARALLEL
#include "parallel.h"
#else
#include "serial.h"
#endif
int main(int argc, char* argv[])
{
#ifdef IS_PARALLEL
mpi::environment env(argc, argv);
mpi::commun... | [
"g7gorrie@766ed74a-8921-11de-91c6-75d7f44f5486"
] | [
[
[
1,
73
]
]
] |
cddbb198e2c4d8c9bdf854dc769e8d63adc10220 | 655fe8fa2c95def8ab819d480d66dfb2c3d5f9b4 | /utility/ProgressDlg.h | e49c37c9eb016deae25701f95211a553177e85b2 | [] | no_license | PatrickRABEL/dicomlib | 66a2608ca215930270adab5611830c2842c207f1 | c85cd617833f801959d61c268fd970ed0ff0ca46 | refs/heads/master | 2016-08-12T15:10:29.968444 | 2011-12-05T02:45:12 | 2011-12-05T02:45:12 | 55,343,371 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,567 | h | // CProgressDlg.h: interface for the CProgressDlg.h class.
//
/////////////////////////////////////////////////////////////////////////////////////////
#if !defined(WTL_PROGRESSDLG_H_84058038_12A6_4B57_8D4DEE8CDAD3CC59_DEFINED)
#define WTL_PROGRESSDLG_H_84058038_12A6_4B57_8D4DEE8CDAD3CC59_DEFINED
#if _MSC_VER >... | [
"trevor@localhost"
] | [
[
[
1,
274
]
]
] |
c1a9b910c9fa1185eb3be2154a80145a05aee58d | 2c5d9e1a28490dce3a19a3fd97a1a478e90f4b9a | /CP2Sim/main.cpp | 890661d722a4cb56c6bf3f7259700a525c15eed5 | [] | no_license | QtWorks/cp2 | 25602bb6ecb9e276e57568b5076b09a551e7eaef | 871344f4f7ee4bb9f05ed35dcfb4ba62b1555dd4 | refs/heads/master | 2021-01-11T04:06:32.283135 | 2009-10-15T16:21:17 | 2009-10-15T16:21:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | cpp | #include <qapplication.h>
#include "CP2Sim.h"
#include <stdlib.h>
int main( int argc, char** argv )
{
QApplication app( argc, argv );
QDialog* dialog = new QDialog(0, Qt::WindowMinimizeButtonHint);
// create our main window.
CP2Sim cp2sim(dialog);
// if we don't show() the dialog, nothing a... | [
"martinc@e5e72e4b-7c09-0410-958a-85c34e28b278"
] | [
[
[
1,
20
]
]
] |
ba3194d17450b807ce8ebc06a0c67dc26b2f3f56 | fd4a071ba9d8f0abf82e7a4d2cb41f48b9339b51 | /ui_OutputModifierManager.h | 1dde0b069302c10a2949d243c5034305457ea9ba | [] | no_license | rafalka/rs232testng | c4a6e4c1777ee92b2d67056739b2524569f5be5d | 634d38cf8745841cf0509fb10c1faf6943516cbc | refs/heads/master | 2020-05-18T17:14:51.166302 | 2011-01-12T22:00:01 | 2011-01-12T22:00:01 | 37,258,102 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,766 | h | /********************************************************************************
** Form generated from reading UI file 'OutputModifierManager.ui'
**
** Created: Wed 12. Jan 21:48:58 2011
** by: Qt User Interface Compiler version 4.7.0
**
** WARNING! All changes made in this file will be lost when recompili... | [
"rkdevel@ef62a7f8-4c9b-1a64-55d9-32abd1026911"
] | [
[
[
1,
97
]
]
] |
4c353bdaf8870aa10a569b559e591519bf4923e4 | a84b143f40d9e945b3ee81a2e4522706a381ca85 | /PGR2project/common/Vector3.h | a956d193e67358f07fc91b6dcdad91eccf60b6d9 | [] | no_license | kucerad/natureal | ed076b87001104d2817ade8f64a34e1571f53fc8 | afa143975c54d406334dc1ee7af3f8ee26008334 | refs/heads/master | 2021-01-01T05:38:08.139120 | 2011-09-06T07:00:36 | 2011-09-06T07:00:36 | 35,802,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,657 | h | //-----------------------------------------------------------------------------
// [GSY] Utilities - Simple 3D vector class
// 27/02/2008
//-----------------------------------------------------------------------------
// Controls:
//-----------------------------------------------------------------------------
... | [
"kucera.ad@2c66c73b-3297-93fb-03e7-aeb916e281bd",
"kucera.ad@gmail.com@2c66c73b-3297-93fb-03e7-aeb916e281bd"
] | [
[
[
1,
79
],
[
87,
279
],
[
281,
282
],
[
293,
305
]
],
[
[
80,
86
],
[
280,
280
],
[
283,
292
]
]
] |
270ed442b40023de033eeb0a93002e1b291199c5 | 7f6fe18cf018aafec8fa737dfe363d5d5a283805 | /samples/titoon/newdocumentdialog.h | 83a394845f71db6e3293e3e2a20a48bf339cd13d | [] | no_license | snori/ntk | 4db91d8a8fc836ca9a0dc2bc41b1ce767010d5ba | 86d1a32c4ad831e791ca29f5e7f9e055334e8fe7 | refs/heads/master | 2020-05-18T05:28:49.149912 | 2009-08-04T16:47:12 | 2009-08-04T16:47:12 | 268,861 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 303 | h | #ifndef __NEWDOCUMENTDIALOG_H__
#define __NEWDOCUMENTDIALOG_H__
#include <ntk/interface/window.h>
class NewDocumentDialog : public NWindow {
public:
//
// methods
//
NewDocumentDialog();
LRESULT system_command_received(uint command);
};//class NewDocumentDialog
#endif//EOH | [
"nrtkszk@gmail.com"
] | [
[
[
1,
19
]
]
] |
24332791ecbf096b4ee474ad95fe6c94069dfc6c | b9115b524856b1595a21004603ce52bc25440515 | /Conversation/source_files/sample.cpp | 59262c5443efc5e4617b7b286a0f8629ec52c6b9 | [] | no_license | martu/simple-VN | 74a3146b3f03d1684fa4533ba58b88c7bb61057c | ed175b8228433d942a62eb8229150326c831bbd7 | refs/heads/master | 2021-01-10T18:46:04.218361 | 2010-10-11T23:09:53 | 2010-10-11T23:09:53 | 962,351 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,287 | cpp | /*
* main.cpp
*
* Created on: 20.07.2010
* Author: Martu
*/
#include "CConversation.hpp"
#include <iostream>
// creates a few sample scenes
void CreateSampleScenes (CConversation *pConversation)
{
// just create two small scenes for the beginning
SScene scene1;
scene1.m_ID = 1;
scene1.m... | [
"martu_xd@gmx.de"
] | [
[
[
1,
191
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.