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
93cd351ae3556d962e00b35107252ccc9406d482
2f77d5232a073a28266f5a5aa614160acba05ce6
/01.DevelopLibrary/04.SmsCode/InfoCenterOfSmartPhone_shiyong/MainWnd.h
5d1cea8b1b792b392917656057bc8049cde0205e
[]
no_license
radtek/mobilelzz
87f2d0b53f7fd414e62c8b2d960e87ae359c81b4
402276f7c225dd0b0fae825013b29d0244114e7d
refs/heads/master
2020-12-24T21:21:30.860184
2011-03-26T02:19:47
2011-03-26T02:19:47
58,142,323
0
0
null
null
null
null
GB18030
C++
false
false
1,232
h
#ifndef __MainWnd_h__ #define __MainWnd_h__ #include"NewSmsWnd.h" // 按钮控件的ID #define MZ_IDC_NewSmsBtn 101 // 从 CMzWndEx 派生的主窗口类 class CMainWnd: public CMzWndEx { MZ_DECLARE_DYNAMIC(CMainWnd); public: // 窗口中的按钮控件 UiButton m_btn; CNewSmsWnd m_NewSmsWnd; protected: // 窗口的初始化 virtual BOOL OnI...
[ "zhaodsh@neusoft.com" ]
[ [ [ 1, 55 ] ] ]
c0695110be9394586be3a1d1979e11899f94cba2
740ed7e8d98fc0af56ee8e0832e3bd28f08cf362
/src/game/megaman_demo/states/MegamanSlidingRight.cpp
c52c6cc4da813915b154b8a54e1ee5323561ba92
[]
no_license
fgervais/armconsoledemogame
420c53f926728b30fe1723733de2f32961a6a6d9
9158c0e684db16c4327b51aec45d1e4eed96b2d4
refs/heads/master
2021-01-10T11:27:43.912609
2010-07-29T18:53:06
2010-07-29T18:53:06
44,270,121
0
0
null
null
null
null
UTF-8
C++
false
false
2,695
cpp
/* * MegamanSlidingLeft.cpp * * Created on: 2010-05-30 * Author: Basse */ #include "MegamanRunningRight.h" #include "MegamanJumpingRight.h" #include "MegamanSlidingRight.h" #include "MegamanSlidingLeft.h" #include "MegamanStandingRight.h" #include "MegamanHitRight.h" #include "Bitmap.h" #inclu...
[ "fournierseb2@051cbfc0-75b8-dce1-6088-688cefeb9347" ]
[ [ [ 1, 91 ] ] ]
bb655a4d74ba56573494a6e3245a8b53ea3b88cf
49b6646167284329aa8644c8cf01abc3d92338bd
/SEP2_RELEASE/Controller/Communication.cpp
4129549816580a789ea9a93ec2a5dcd1584fab5d
[]
no_license
StiggyB/javacodecollection
9d017b87b68f8d46e09dcf64650bd7034c442533
bdce3ddb7a56265b4df2202d24bf86a06ecfee2e
refs/heads/master
2020-08-08T22:45:47.779049
2011-10-24T12:10:08
2011-10-24T12:10:08
32,143,796
0
0
null
null
null
null
UTF-8
C++
false
false
13,426
cpp
/** * Communication * * SE2 (+ SY and PL) Project SoSe 2011 * * Authors: Rico Flaegel, * Tell Mueller-Pettenpohl, * Torsten Krane, * Jan Quenzel * * Capsulates many functions for the direct * connection of components via Messages. */ #include "Communication.h" volatile int Communi...
[ "On.East@gmail.com@72d44fe2-11f0-84eb-49d3-ba3949d4c1b1", "Ja.Quenzel@googlemail.com@72d44fe2-11f0-84eb-49d3-ba3949d4c1b1" ]
[ [ [ 1, 226 ], [ 231, 236 ], [ 238, 238 ], [ 240, 379 ], [ 381, 468 ] ], [ [ 227, 230 ], [ 237, 237 ], [ 239, 239 ], [ 380, 380 ] ]...
29a2c23c378e2fe4fd6229671fee1b0910b7c8c6
9a48be80edc7692df4918c0222a1640545384dbb
/Libraries/Boost1.40/libs/serialization/example/demo_shared_ptr.cpp
87fb20798b22dd4c81f9076d2199a004e7426844
[ "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
4,633
cpp
// demo_shared_ptr.cpp : demonstrates adding serialization to a template // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . Polymorphic // derived pointer example by David Tonge. // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENS...
[ "metrix@Blended.(none)" ]
[ [ [ 1, 164 ] ] ]
1b0c46acdcc2a2c27d953584a3e17404b238ec90
4d01363b089917facfef766868fb2b1a853605c7
/src/SceneObjects/Primitives/Box.h
56ba9e10fbc9e12257f2ca1a53ab0c229ebb5d41
[]
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
1,093
h
#ifndef box_h #define box_h #include "../Meshes/Mesh.h" class Dimension3 { private: public: float x, y, z; Dimension3(float a, float b, float c) : x(a), y(b), z(c) { } Dimension3 operator*(float scale) { return Dimension3(x * scale, y * scale, z * scale); } }; class Box : public Mesh ...
[ "daven.hughes@92c3b6dc-493d-11de-82d9-516ade3e46db" ]
[ [ [ 1, 48 ] ] ]
edd7ace7244d39424a63c4699bd39675c0a78fa4
f9774f8f3c727a0e03c170089096d0118198145e
/传奇mod/Mir2ExCode/Mir2/GameProcess/ChatPopWnd.cpp
82f27c96df026862ebfa45907178e1cf55f9419c
[]
no_license
sdfwds4/fjljfatchina
62a3bcf8085f41d632fdf83ab1fc485abd98c445
0503d4aa1907cb9cf47d5d0b5c606df07217c8f6
refs/heads/master
2021-01-10T04:10:34.432964
2010-03-07T09:43:28
2010-03-07T09:43:28
48,106,882
1
1
null
null
null
null
UHC
C++
false
false
4,944
cpp
/****************************************************************************************************************** 모듈명: 작성자: ...
[ "fjljfat@4a88d1ba-22b1-11df-8001-4f4b503b426e" ]
[ [ [ 1, 178 ] ] ]
026b1d3e6d7f2f39d0e6f53d2c5c0e54e3649138
2e5fd1fc05c0d3b28f64abc99f358145c3ddd658
/deps/quickfix/src/.NET/Messages.h
6a49c0dd806d6d77459f83f923e9c156f2ddc080
[ "BSD-2-Clause" ]
permissive
indraj/fixfeed
9365c51e2b622eaff4ce5fac5b86bea86415c1e4
5ea71aab502c459da61862eaea2b78859b0c3ab3
refs/heads/master
2020-12-25T10:41:39.427032
2011-02-15T13:38:34
2011-02-15T20:50:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
967
h
/* -*- C++ -*- */ /**************************************************************************** ** Copyright (c) quickfixengine.org All rights reserved. ** ** This file is part of the QuickFIX FIX Engine ** ** This file may be distributed under the terms of the quickfixengine.org ** license as defined by quic...
[ "nikolas.bowe@gmail.com" ]
[ [ [ 1, 27 ] ] ]
8312a8cc919f175a3a43953d2760953a165f752c
7f72fc855742261daf566d90e5280e10ca8033cf
/branches/full-calibration/ground/src/libs/uavobjgenerator/uavobjectparser.cpp
090625b60c4981903b5c54abf73da5eea40a5c75
[]
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
39,377
cpp
/** ****************************************************************************** * * @file uavobjectparser.cpp * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief Parses XML files and extracts object information. * * @see The GNU Public License (GPL)...
[ "jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba" ]
[ [ [ 1, 1112 ] ] ]
86c9d92b9db6f97045b99d009a7253031495ece7
a381a69db3bd4f37266bf0c7129817ebb999e7b8
/Common/AtgFrame.cpp
80a6a2140945197c053b64bde65ead6d4034068e
[]
no_license
oukiar/vdash
4420d6d6b462b7a833929b59d1ca232bd410e632
d2bff3090c7d1c081d5b7ab41abb963f03d6118b
refs/heads/master
2021-01-10T06:00:03.653067
2011-12-29T10:19:01
2011-12-29T10:19:01
49,607,897
0
0
null
null
null
null
UTF-8
C++
false
false
9,545
cpp
//----------------------------------------------------------------------------- // AtgFrame.cpp // // Xbox Advanced Technology Group. // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #include "stdafx.h" #include "AtgFra...
[ "Ced2911@gmail.com" ]
[ [ [ 1, 308 ] ] ]
ed5e99c355bc680b02f6451b02259503f3276635
828c44fe5fd08218b857677ffb9f4545803e7112
/cob_utilities/common/src/TimeStamp.cpp
6ee367fc8d17e3e2ccfc1b38eee3eb49cb2da2f4
[]
no_license
attilaachenbach/cob_common
aabb3163997a32921f3a8ecc08c95ce09070e270
8b96f4987e972c9c0e897793dbd69062cd769d8d
refs/heads/master
2020-05-30T23:24:18.044158
2011-05-17T07:38:46
2011-05-17T07:38:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,634
cpp
/**************************************************************** * * Copyright (c) 2010 * * Fraunhofer Institute for Manufacturing Engineering * and Automation (IPA) * * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * * Project name: care-o-bot * ROS stack name: cob3_common * ROS package ...
[ "mmb-weisshardtf@ipa.fhg.de", "cpc@cob3-2-pc1.(none)" ]
[ [ [ 1, 53 ], [ 55, 195 ] ], [ [ 54, 54 ] ] ]
6f3009088f8b0e22b071bfe5063e74e78a0c1987
3532ae25961855b20635decd1481ed7def20c728
/app/Idiot/idiotwindow.cpp
61d517279e01fa04863458be8b1da118c00757e8
[]
no_license
mcharmas/Bazinga
121645a0c7bc8bd6a91322c2a7ecc56a5d3f71b7
1d35317422c913f28710b3182ee0e03822284ba3
refs/heads/master
2020-05-18T05:48:32.213937
2010-03-22T17:13:09
2010-03-22T17:13:09
577,323
1
0
null
null
null
null
UTF-8
C++
false
false
1,217
cpp
#include "idiotwindow.h" #include "ui_idiotwindow.h" IdiotWindow::IdiotWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::IdiotWindow), connection(B_SOURCE_APP) { ui->setupUi(this); ui->connectionWidget->setSettingsObject(&settings); ui->connectionWidget->setConnectionObject(&connection); ...
[ "santamon@ffdda973-792b-4bce-9e62-2343ac01ffa1" ]
[ [ [ 1, 55 ] ] ]
d0dff1719fd02fb9fedde7b76ccd2ae6c845b48a
698f3c3f0e590424f194a4c138ed9706eb28b34f
/Classes/GameOverScene.h
7227becd5ef3ebb2922f4e64283b03f60269709a
[]
no_license
nghepop/super-fashion-puzzle-cocos2d-x
16b3a86072a6758fc2547b9e177bbfeebed82681
5e8d8637e3cf70b4ec45256347ccf7b350c11bce
refs/heads/master
2021-01-10T06:28:10.028735
2011-12-03T23:49:16
2011-12-03T23:49:16
44,685,435
0
0
null
null
null
null
UTF-8
C++
false
false
1,121
h
#include "cocos2d.h" #include "SimpleAudioEngine.h" using namespace cocos2d; class GameOverScene : public cocos2d::CCScene { public: GameOverScene(void){}; ~GameOverScene(void); // Here's a difference. Method 'init' in cocos2d-x returns bool, instead of returning 'id' in cocos2d-iphone virtua...
[ "Francis89074@gmail.com" ]
[ [ [ 1, 44 ] ] ]
9cac76c9bf79ebe257f1dbf2f16e50a7dac7f012
d752d83f8bd72d9b280a8c70e28e56e502ef096f
/FugueDLL/Virtual Machine/Core Entities/Types/CompositeType.h
45c39bfebbfd3d05bb4946eb94e7fe314b53913c
[]
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
2,380
h
// // The Epoch Language Project // FUGUE Virtual Machine // // Base class for all composite data types in Epoch. // A composite data type is any construct which contains // multiple members that are bound together in memory. // Tuples and structures (records) are the primary kinds // of composite type in Epoch...
[ "don.apoch@gmail.com" ]
[ [ [ 1, 94 ] ] ]
244582e6dc3293b5527d50b1021f09c28536c57a
c9630df0e019e54a19edd09e0ae2736102709d62
/jacobi/trunk/jacobiMPI/io.cpp
ecb09f3b9142062b6e6a693fe402413b7e365b95
[]
no_license
shaowei-su/jacobi-in-parallel
45df2fdab6e32083b486ac088e1036fd085d4c1c
8c772afd412945735d15f771f200c6cff30bdae3
refs/heads/master
2021-01-13T01:31:07.625534
2010-04-13T10:46:20
2010-04-13T10:46:20
33,940,298
0
0
null
null
null
null
UTF-8
C++
false
false
4,848
cpp
//input & output #include "stdafx.h" //******************************************************************************** //input //******************************************************************************** //******************************************************************************** //get input ar...
[ "Snigoal@aed88cc7-7f53-aada-5582-5968519015a4" ]
[ [ [ 1, 183 ] ] ]
48b6c790506ba298f47ab6bf18f9f1a7365fb34b
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/nebula2/src/kernel/nipcclient.cc
406bced8d4b69eb16ee0519c4fec66c2ff4db644
[]
no_license
moltenguy1/minimangalore
9f2edf7901e7392490cc22486a7cf13c1790008d
4d849672a6f25d8e441245d374b6bde4b59cbd48
refs/heads/master
2020-04-23T08:57:16.492734
2009-08-01T09:13:33
2009-08-01T09:13:33
35,933,330
0
0
null
null
null
null
UTF-8
C++
false
false
6,738
cc
//------------------------------------------------------------------------------ // nipcclient.cc // (C) 2003 RadonLabs GmbH //------------------------------------------------------------------------------ #include "kernel/nipcclient.h" //------------------------------------------------------------------------...
[ "BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
[ [ [ 1, 253 ] ] ]
dec974da0690b1db061a89fe5c84bf7bb964689f
499b07b3c6d0efcb726d24958b8491dac15ccdc2
/Clock/clock.cpp
52d215cc9954b8a20e80b847ef41d996918fec96
[]
no_license
opu-yokotalab/learn-capture
df8486eb50567e3638b1990be687f971915c10d7
64fd8227f756659102b40ff318654138e90be351
refs/heads/master
2021-01-10T06:00:19.337245
2009-11-26T13:02:43
2009-11-26T13:02:43
43,799,808
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,428
cpp
// Clock.cpp : アプリケーション用クラスの定義を行います。 // #include "stdafx.h" #include "Clock.h" #include "ClockDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CClockApp BEGIN_MESSAG...
[ "learn@771d582f-26de-40c8-865b-cc2b4e630f49" ]
[ [ [ 1, 72 ] ] ]
9238d09d32153c3ed5298d42d3a70938961c57b2
1cc5720e245ca0d8083b0f12806a5c8b13b5cf98
/archive/a3125/c.cpp
330e5783c6c19a8dd31326b39f8cf8a9f5ec739b
[]
no_license
Emerson21/uva-problems
399d82d93b563e3018921eaff12ca545415fd782
3079bdd1cd17087cf54b08c60e2d52dbd0118556
refs/heads/master
2021-01-18T09:12:23.069387
2010-12-15T00:38:34
2010-12-15T00:38:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,191
cpp
#include <iostream> #define FOR(a,b) for(a=0;a<b;a++) using namespace std; int p[100][2]; bool hat[50][50]; int s,h; void le() { int a,b,c; cin >> s >> h; FOR(a,s+1) FOR(b,s+1) hat[a][b] = false; FOR(c,h) { cin >> a >> b; p[c][0] = a; p[c][1] = b; hat[b][a] = true; } } int min(...
[ "guilherme.silveira@caelum.com.br" ]
[ [ [ 1, 73 ] ] ]
2b6a204fe5bd228b8a668830d48719c81c319f24
49340251ce63c14e953a82fd7d7f06de458f25b3
/vm2/mstr/mstr.h
008869601ed0d13149158f82bb3bdf1bfb194afe
[]
no_license
umegaya/pfm
aa104fc9ec04a60d5096fdafd9f20d4e4f735343
40d40bd6346dc9dccb20558e69b64a90f591bae4
refs/heads/master
2021-01-25T12:09:25.296418
2010-09-06T21:25:33
2010-09-06T21:25:33
86,939
3
0
null
null
null
null
UTF-8
C++
false
false
6,662
h
#if !defined(__MSTR_H__) #define __MSTR_H__ #include "common.h" #include "fiber.h" #include "dbm.h" #include "proto.h" #include "connector.h" #include "world.h" namespace pfm { using namespace sfc; namespace mstr { class fiber : public rpc::basic_fiber { public: struct account_info { UUID m_uuid; ...
[ "iyatomi@gmail.com" ]
[ [ [ 1, 214 ] ] ]
68f2c471d01a3f3c01b83ec260a167d6414b5b84
95e051bc96bd3f765ce1cec4868535b667be81b6
/ExplodedView_old/src/TriangleVertexVisitor.h
d1e177c785fb0a69f8e74ad998525a499dc9e8c5
[]
no_license
fabio-miranda/exploded
6aacdb5ca1250b676990572ef028fcbc0af93b1a
12ca185b161b78d0b903c86fb5a08cee3ed87362
refs/heads/master
2021-05-29T09:06:03.007813
2010-02-26T04:40:32
2010-02-26T04:40:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,069
h
#ifndef TRIANGLEVERTEXVISITOR_H #define TRIANGLEVERTEXVISITOR_H //#include "PQP.H" //#include "VCollide.H" #include <osg/NodeVisitor> #include <osg/Node> #include <osg/Geode> #include <osg/Geometry> #include <osgSim/DOFTransform> #include <iostream> #include <vector> #include <iostream> #include <stri...
[ "fabiom@2fa1dc7e-98ce-11de-bff5-93fd3790126f" ]
[ [ [ 1, 48 ] ] ]
536877edbb43d2f9ac0478999a3d9f6c59a55c56
b2d46af9c6152323ce240374afc998c1574db71f
/cursovideojuegos/theflostiproject/3rdParty/boost/libs/math/test/common_factor_test.cpp
d636d64e933dac6b573472e9fdbbd2caf637b862
[]
no_license
bugbit/cipsaoscar
601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4
52aa8b4b67d48f59e46cb43527480f8b3552e96d
refs/heads/master
2021-01-10T21:31:18.653163
2011-09-28T16:39:12
2011-09-28T16:39:12
33,032,640
0
0
null
null
null
null
UTF-8
C++
false
false
5,149
cpp
// Boost GCD & LCM common_factor.hpp test program --------------------------// // (C) Copyright Daryle Walker 2001. // 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 ...
[ "ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a" ]
[ [ [ 1, 138 ] ] ]
d7d27400ce3c0ffe46e2bd79b072d0e2abc7d55b
fd3f2268460656e395652b11ae1a5b358bfe0a59
/srchybrid/TrayMenuBtn.cpp
0a8ae3ee3953b60af10ae4af65fb3f31828494e6
[]
no_license
mikezhoubill/emule-gifc
e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60
46979cf32a313ad6d58603b275ec0b2150562166
refs/heads/master
2021-01-10T20:37:07.581465
2011-08-13T13:58:37
2011-08-13T13:58:37
32,465,033
4
2
null
null
null
null
UTF-8
C++
false
false
3,394
cpp
#include "stdafx.h" #include "TrayMenuBtn.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CTrayMenuBtn BEGIN_MESSAGE_MAP(CTrayMenuBtn, CWnd) ON_WM_MOUSEMOVE() ON_WM_LB...
[ "Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b" ]
[ [ [ 1, 145 ] ] ]
9e325313cc475301238f75441f8a9f051bc17d67
f177993b13e97f9fecfc0e751602153824dfef7e
/ImPro/OtherLib/OpenCV2.1/vs2008/include/opencv2/ml/ml.hpp
1c8067fc8936c42bbd17a576630125e98b5b0269
[]
no_license
svn2github/imtophooksln
7bd7412947d6368ce394810f479ebab1557ef356
bacd7f29002135806d0f5047ae47cbad4c03f90e
refs/heads/master
2020-05-20T04:00:56.564124
2010-09-24T09:10:51
2010-09-24T09:10:51
11,787,598
1
0
null
null
null
null
UTF-8
C++
false
false
74,724
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, i...
[ "ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a" ]
[ [ [ 1, 1943 ] ] ]
468432bccfe3217ed20f39352d05132989fc2478
519a3884c80f7a3926880b28df5755935ec7aa57
/DicomShell/DicomTagList.h
7e8776cafeab6f2958384928edfec9f462cc2a46
[]
no_license
Jeffrey2008/dicomshell
71ef9844ed83c38c2529a246b6efffdd5645ed92
14c98fcd9238428e1541e50b7d0a67878cf8add4
refs/heads/master
2020-10-01T17:39:11.786479
2009-09-02T17:49:27
2009-09-02T17:49:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
355
h
#pragma once #include <vector> #include <string> class DicomTagList { public: DicomTagList(LPCTSTR key); ~DicomTagList(void); typedef std::vector<DcmTagKey> TagCollection; TagCollection const& getTags(); private: std::vector<DcmTagKey> m_tags; bool m_valid; std::wstring m_dicPath; FILETIME m_d...
[ "andreas.grimme@715416e8-819e-11dd-8f04-175a6ebbc832" ]
[ [ [ 1, 19 ] ] ]
41384b1b3496cdeee89e7dae74c61858d177e420
38926bfe477f933a307f51376dd3c356e7893ffc
/Source/GameDLL/VehicleMovementTank.cpp
449e242c2b3c787c56a70babf70486e2355c68e6
[]
no_license
richmondx/dead6
b0e9dd94a0ebb297c0c6e9c4f24c6482ef4d5161
955f76f35d94ed5f991871407f3d3ad83f06a530
refs/heads/master
2021-12-05T14:32:01.782047
2008-01-01T13:13:39
2008-01-01T13:13:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,047
cpp
/************************************************************************* Crytek Source File. Copyright (C), Crytek Studios, 2001-2005. ------------------------------------------------------------------------- $Id$ $DateTime$ Description: Implements movement type for tracked vehicles -------------------------...
[ "dante.renevo@gmail.com", "kkirst@c5e09591-5635-0410-80e3-0b71df3ecc31" ]
[ [ [ 1, 96 ], [ 114, 135 ], [ 138, 141 ], [ 145, 147 ], [ 165, 167 ], [ 170, 170 ], [ 174, 191 ], [ 193, 212 ], [ 214, 217 ], [ ...
a9178d9afd9ecbe76b1af15eb543df712076c31d
1a307d4d512751c548e21acf8924162910be1bb9
/quadremote/sonar.cpp
22e9b0273d9e0a0f0354f524e49102f86018942f
[]
no_license
krchan/uvicquad
4d2c944b36e7cf2aee446c019d509656785ea455
1bdeed79d4f9903a1c5a6b59aa775f0dd1743e76
refs/heads/master
2021-01-10T08:34:44.208309
2011-02-10T03:20:07
2011-02-10T03:20:07
51,811,432
0
0
null
null
null
null
UTF-8
C++
false
false
9,625
cpp
#include "sonar.h" #include "common.h" #include "WProgram.h" #include <avr/delay.h> #include <math.h> static void sonarEcho1(); static void sonarEcho2(); //static void sonarEcho3(); static uint16_t averageValue(uint8_t offset, uint8_t range, uint16_t* sonarBuffer); //static uint16_t minValue(uint8_t offset...
[ "derekja@fd5db217-9b08-7f95-a5b0-360522c52a06" ]
[ [ [ 1, 394 ] ] ]
e5d45bc6c86a8ed2c4262c9efede0c1aada11c67
0e0559fe0cc92e4896d21929df9f1b60ad3353f1
/pictureshow/FolderDialog.hpp
33ee15473cbd2e69707334aff56dad92c48f787f
[]
no_license
chadaustin/PictureShow
be88450780536be2fd6c2251db6cac9648128ff7
075958755e65bfc124c80b1bcbf6036da1aa3eba
refs/heads/master
2021-01-10T13:34:28.519724
2002-09-09T22:37:55
2002-09-09T22:37:55
36,420,620
0
0
null
null
null
null
UTF-8
C++
false
false
193
hpp
#ifndef FOLDER_DIALOG_H #define FOLDER_DIALOG_H #include <windows.h> extern bool BrowseForFolderDialog( HWND parent, const char* title, char folder[MAX_PATH]); #endif
[ "aegis@b5df0b54-75e4-4cee-80fc-53d2cfe8f84a" ]
[ [ [ 1, 14 ] ] ]
f88cd36e5570140c9a5244b4fe5f7fb09485bc1d
a30b091525dc3f07cd7e12c80b8d168a0ee4f808
/EngineAll/Math/Graph.h
a51a52a55aa61da29b43d59e300b3ce816d5dfbc
[]
no_license
ghsoftco/basecode14
f50dc049b8f2f8d284fece4ee72f9d2f3f59a700
57de2a24c01cec6dc3312cbfe200f2b15d923419
refs/heads/master
2021-01-10T11:18:29.585561
2011-01-23T02:25:21
2011-01-23T02:25:21
47,255,927
0
0
null
null
null
null
UTF-8
C++
false
false
1,018
h
#pragma once struct GraphEdge { __forceinline UINT GetOtherVertex(UINT V0) const { if(V[0] == V0) { return V[1]; } else { return V[0]; } } UINT V[2]; float Weight; }; struct GraphVertex { Vector<UINT...
[ "zhaodongmpii@7e7f00ea-7cf8-66b5-cf80-f378872134d2" ]
[ [ [ 1, 55 ] ] ]
9a540f49073bf76baf29c3f2804a922f528ff7c3
854ee643a4e4d0b7a202fce237ee76b6930315ec
/arcemu_svn/src/arcemu-world/QuestMgr.h
a726bfd8de5f355ad6903f4b6e1df2c47b6c833a
[]
no_license
miklasiak/projekt
df37fa82cf2d4a91c2073f41609bec8b2f23cf66
064402da950555bf88609e98b7256d4dc0af248a
refs/heads/master
2021-01-01T19:29:49.778109
2008-11-10T17:14:14
2008-11-10T17:14:14
34,016,391
2
0
null
null
null
null
UTF-8
C++
false
false
6,269
h
/* * ArcEmu MMORPG Server * Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/> * Copyright (C) 2008 <http://www.ArcEmu.org/> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Softwa...
[ "Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef", "minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef" ]
[ [ [ 1, 1 ], [ 5, 51 ], [ 53, 55 ], [ 58, 71 ], [ 73, 74 ], [ 77, 81 ], [ 84, 98 ], [ 101, 103 ], [ 105, 111 ], [ 113, 12...
76085665a8c8a8fbb12ca2ebecb789a99073c1b7
f9774f8f3c727a0e03c170089096d0118198145e
/传奇mod/Mir2ExCode/Mir2/Sound/MirSound.cpp
0194611224f775f7b2b7c9b0245ead84ca5722a0
[]
no_license
sdfwds4/fjljfatchina
62a3bcf8085f41d632fdf83ab1fc485abd98c445
0503d4aa1907cb9cf47d5d0b5c606df07217c8f6
refs/heads/master
2021-01-10T04:10:34.432964
2010-03-07T09:43:28
2010-03-07T09:43:28
48,106,882
1
1
null
null
null
null
UHC
C++
false
false
25,169
cpp
// MirSound.cpp: implementation of the CMirSound class. // ////////////////////////////////////////////////////////////////////// #include "StdAfx.h" #define MAX_KINDS_OF_WAVE 50 //#define MAX_DUPLE_COUNT 5 #define MAX_LIM_TIME 60000 #define MAX_MP3_WAR -1000 #define MAX_MP3_PEACE -100 #define _PI...
[ "fjljfat@4a88d1ba-22b1-11df-8001-4f4b503b426e" ]
[ [ [ 1, 1101 ] ] ]
7788fa4113b29005589ff6b38ace5409abe75047
85cb4316ad809bca086cc3221946090443c0424c
/Piehelper/PIEHlprObj.h
0243e6df3a960b7b8e2817d148b80005d823ffc9
[ "MIT" ]
permissive
AurangZ/windrider
7f2a5d3ffd1d9e293ab4d1ea093f6d788227adeb
01f9f7d2361cd8b039e7370b730fb9e17c206c06
refs/heads/master
2020-05-18T18:10:44.542729
2010-03-11T01:26:24
2010-03-11T01:26:24
42,451,552
0
0
null
null
null
null
UTF-8
C++
false
false
3,756
h
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this so...
[ "ionut.trestian@ee5ef0fc-2c67-11df-b580-1f2e1e9a714e" ]
[ [ [ 1, 85 ] ] ]
6b20473565f414c7fbe0b56020b414fc0a11966e
bf9ca8636584e8112c392d6ca5cd85b6be4f6ebf
/src/Bucket.h
90e0127d47c7497031f64d559bf832b98f5f3c29
[]
no_license
RileyA/LD19_Aquatic
34e8e08a450ee9f53365d98ebef505341869dfb5
c30e1f8e3304428e7077cb2042b4169450a35db9
refs/heads/master
2020-05-18T08:49:05.084811
2011-02-17T07:36:14
2011-02-17T07:36:14
1,377,029
0
0
null
null
null
null
UTF-8
C++
false
false
746
h
#ifndef BUCKET_H #define BUCKET_H #include "stdafx.h" #include "GameObject.h" class Bucket { public: Bucket(String name) { mName = name; } ~Bucket() { std::map<String,GameObject*>::iterator i = mObjects.begin(); for(i;i!=mObjects.end();++i) delete i->second; } void update(Real...
[ "praetor57@gmail.com" ]
[ [ [ 1, 46 ] ] ]
83b581badf1c0880413853f1bedbdb5fc14a4d97
0b79fbac1b2e0816e3923b30393cf3db3afbf821
/omap3530/beagle_drivers/medstaticrd/beagle_medstaticrd.cpp
03dd286724e11e4fa6ef13350881ab8bb79fc22d
[]
no_license
SymbianSource/oss.FCL.sf.adapt.beagleboard
d8f378ffff2092cd3f9826c2e1db32e5b59b76d1
bc11555ace01edea88f2ed753d4938fae4c61295
refs/heads/master
2020-12-25T14:22:54.807108
2010-11-29T13:27:18
2010-11-29T13:27:18
65,622,008
0
0
null
null
null
null
UTF-8
C++
false
false
24,833
cpp
/* * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.o...
[ "tomp@symbian.org", "mikek@symbian.org", "lukasz.forynski@gmail.com" ]
[ [ [ 1, 21 ], [ 23, 524 ], [ 528, 809 ] ], [ [ 22, 22 ] ], [ [ 525, 527 ] ] ]
3516df7bdd6d41404b6f629003a3d7ee154123e5
fac8de123987842827a68da1b580f1361926ab67
/inc/physics/Common/Base/Types/Geometry/Aabb/hkAabb.inl
1d181e882b96ddd1b29d42d335f89d3ecfc51f5a
[]
no_license
blockspacer/transporter-game
23496e1651b3c19f6727712a5652f8e49c45c076
083ae2ee48fcab2c7d8a68670a71be4d09954428
refs/heads/master
2021-05-31T04:06:07.101459
2009-02-19T20:59:59
2009-02-19T20:59:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,323
inl
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4" ]
[ [ [ 1, 106 ] ] ]
20f180e04c91e445eca3546f7a55e410e99bf543
f177993b13e97f9fecfc0e751602153824dfef7e
/ImProSln/MyLib/LEADTOOL/Include/Filters/ILEncCMW3.h
399bad2630025e8a79b38294a68770bccc9d1a5f
[]
no_license
svn2github/imtophooksln
7bd7412947d6368ce394810f479ebab1557ef356
bacd7f29002135806d0f5047ae47cbad4c03f90e
refs/heads/master
2020-05-20T04:00:56.564124
2010-09-24T09:10:51
2010-09-24T09:10:51
11,787,598
1
0
null
null
null
null
UTF-8
C++
false
false
10,634
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0500 */ /* at Thu Nov 05 12:44:01 2009 */ /* Compiler settings for .\ILEncCMW2.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error chec...
[ "ndhumuscle@fa729b96-8d43-11de-b54f-137c5e29c83a" ]
[ [ [ 1, 316 ] ] ]
c48275bfc7d80fd362563bb078dd0b8cbb94ba6c
2e6bb5ab6f8ad09f30785c386ce5ac66258df252
/project/HappyHunter/Core/Effect.cpp
6e78ada2dcc4507705981277dda6005f529f3b47
[]
no_license
linfuqing/happyhunter
961061f84947a91256980708357b583c6ad2c492
df38d8a0872b3fd2ea0e1545de3ed98434c12c5e
refs/heads/master
2016-09-06T04:00:30.779303
2010-08-26T15:41:09
2010-08-26T15:41:09
34,051,578
0
0
null
null
null
null
UTF-8
C++
false
false
9,582
cpp
#include "StdAfx.h" #include "Effect.h" #include "Camera.h" #include "safefunction.h" #include <string> using namespace zerO; CEffect::CEffect(void) : CResource(RESOURCE_EFFECT), m_pEffect(NULL), m_pSurface(NULL), m_bIsBegin(false), m_bIsBeginPass(false) { } CEffect::~CEffect(void) { Destroy(); ...
[ "linfuqing0@c6a4b443-94a6-74e8-d042-0855a5ab0aac" ]
[ [ [ 1, 360 ] ] ]
3585dcd195a506bd2222df3c5bac051d5d97566d
8f5d0d23e857e58ad88494806bc60c5c6e13f33d
/Math/cCatmullRomSpline.cpp
35dacc4170691d1ec9a43cef8ea405973ebdf021
[]
no_license
markglenn/projectlife
edb14754118ec7b0f7d83bd4c92b2e13070dca4f
a6fd3502f2c2713a8a1a919659c775db5309f366
refs/heads/master
2021-01-01T15:31:30.087632
2011-01-30T16:03:41
2011-01-30T16:03:41
1,704,290
1
1
null
null
null
null
UTF-8
C++
false
false
2,054
cpp
#include "ccatmullromspline.h" // Include Paul Nettle's memory manager #include "../Memory/mmgr.h" #define CATMULL_STEPS 100.f ///////////////////////////////////////////////////////////////////////////////////// cCatmullRomSpline::cCatmullRomSpline(void) ////////////////////////////////////////////////////...
[ "markglenn@gmail.com" ]
[ [ [ 1, 59 ] ] ]
deddd29f82a6315856bc6c78dab24cd092f89a8f
3187b0dd0d7a7b83b33c62357efa0092b3943110
/src/dlib/base64/base64_kernel_1.cpp
ab99466f27cd0f5db79be0df811029794594a835
[ "BSL-1.0" ]
permissive
exi/gravisim
8a4dad954f68960d42f1d7da14ff1ca7a20e92f2
361e70e40f58c9f5e2c2f574c9e7446751629807
refs/heads/master
2021-01-19T17:45:04.106839
2010-10-22T09:11:24
2010-10-22T09:11:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,266
cpp
// Copyright (C) 2006 Davis E. King (davisking@users.sourceforge.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BASE64_KERNEL_1_CPp_ #define DLIB_BASE64_KERNEL_1_CPp_ #include "base64_kernel_1.h" #include <iostream> #include <sstream> #include <climits> namespa...
[ "exi@Bernd.lan" ]
[ [ [ 1, 364 ] ] ]
c50e0a8c80c96b351eeb7f9bd0d573b873414ab9
30a1e1c0c95239e5fa248fbb1b4ed41c6fe825ff
/c/conv.cpp
5301adca874c636a9fba69fefc69782095534232
[]
no_license
inspirer/history
ed158ef5c04cdf95270821663820cf613b5c8de0
6df0145cd28477b23748b1b50e4264a67441daae
refs/heads/master
2021-01-01T17:22:46.101365
2011-06-12T00:58:37
2011-06-12T00:58:37
1,882,931
1
0
null
null
null
null
UTF-8
C++
false
false
8,543
cpp
/* conv.cpp * * C Compiler project (cc) * Copyright (C) 2002-03 Eugeniy Gryaznov (gryaznov@front.ru) * * 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...
[ "egryaznov@gmail.com" ]
[ [ [ 1, 241 ] ] ]
5b35db3675154bce0e235af757a45b923d99ba53
ef23e388061a637f82b815d32f7af8cb60c5bb1f
/src/mame/includes/markham.h
f64c5cd1f016e651f5c32abe2cf3cb1436b50c6c
[]
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
760
h
/************************************************************************* Markham *************************************************************************/ class markham_state : public driver_device { public: markham_state(running_machine &machine, const driver_device_config_base &config) : driver...
[ "Mike@localhost" ]
[ [ [ 1, 31 ] ] ]
f40253219b868d085ee1b55c9878a01a5bfa1d72
6a2f859a41525c5512f9bf650db68bcd7d95748d
/TP2/ex2/R0/src/TypeInteger.cpp
3ed72a3807f345fb38e541023682b2b355d42b74
[]
no_license
Bengrunt/mif12-2009
21df06941a6a1e844372eb01f4911b1ef232b306
d4f02f1aab82065c8184facf859fe80233bc46b5
refs/heads/master
2021-01-23T13:48:47.238211
2009-12-04T22:52:25
2009-12-04T22:52:25
32,153,296
0
0
null
null
null
null
UTF-8
C++
false
false
170
cpp
#include "TypeInteger.hpp" /** * Constructeur. */ TypeInteger::TypeInteger() { _name = (char*) "integer"; } /** * Destructeur. */ TypeInteger::~TypeInteger() {}
[ "EMegamanu@users.noreply.github.com", "bengrunt@users.noreply.github.com" ]
[ [ [ 1, 1 ] ], [ [ 2, 13 ] ] ]
b2b9c4ef521359c20c4ea2d5274bd630099014eb
b2b5c3694476d1631322a340c6ad9e5a9ec43688
/Baluchon/FrameCube.cpp
bc7818b6d45a9dc2bfe4ce007406d7d356f5306c
[]
no_license
jpmn/rough-albatross
3c456ea23158e749b029b2112b2f82a7a5d1fb2b
eb2951062f6c954814f064a28ad7c7a4e7cc35b0
refs/heads/master
2016-09-05T12:18:01.227974
2010-12-19T08:03:25
2010-12-19T08:03:25
32,195,707
1
0
null
null
null
null
UTF-8
C++
false
false
1,524
cpp
#include "FrameCube.h" namespace baluchon { namespace core { namespace services { namespace positioning { FrameCube::FrameCube(CvPoint3D32f pt1, float size, CvScalar color) { mInitialPoints.push_back(cvPoint3D32f(pt1.x, pt1.y, pt1.z + size)); mTransformedPoints.push_back(cvPoint3D32f(pt1.x, pt1.y, pt1...
[ "mat.plourde@gmail.com@bd4f47a5-da4e-a94a-6a47-2669d62bc1a5", "jpmorin196@bd4f47a5-da4e-a94a-6a47-2669d62bc1a5" ]
[ [ [ 1, 27 ], [ 30, 37 ] ], [ [ 28, 29 ] ] ]
1490f5c4d165c1d0a8f512a046dee5bf9f9186fd
7b4c786d4258ce4421b1e7bcca9011d4eeb50083
/C++Primer中文版(第4版)/第一次-代码集合-20090414/第十五章 面向对象编程/20090308_Basket.cpp
ee45817861cce1a09c740759510b38b9a35c4d5a
[]
no_license
lzq123218/guoyishi-works
dbfa42a3e2d3bd4a984a5681e4335814657551ef
4e78c8f2e902589c3f06387374024225f52e5a92
refs/heads/master
2021-12-04T11:11:32.639076
2011-05-30T14:12:43
2011-05-30T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
258
cpp
#include "20090308_Basket.hpp" double Basket::total() const { double sum = 0.0; for (const_iter iter = items.begin(); iter != items.end(); iter = items.upper_bound(*iter)) { sum += (*iter)->net_price(items.count(*iter)); } return sum; }
[ "baicaibang@70501136-4834-11de-8855-c187e5f49513" ]
[ [ [ 1, 13 ] ] ]
db1dbf001f9d6216d9829ba3686c1a3081f3e1c2
77aa13a51685597585abf89b5ad30f9ef4011bde
/dep/src/boost/boost/function/function_fwd.hpp
08792631993db01731a8ac2ffccf6200b8881745
[]
no_license
Zic/Xeon-MMORPG-Emulator
2f195d04bfd0988a9165a52b7a3756c04b3f146c
4473a22e6dd4ec3c9b867d60915841731869a050
refs/heads/master
2021-01-01T16:19:35.213330
2009-05-13T18:12:36
2009-05-14T03:10:17
200,849
8
10
null
null
null
null
UTF-8
C++
false
false
2,730
hpp
// Boost.Function library // Copyright (C) Douglas Gregor 2008 // // Use, modification and distribution is 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) // // For more information, see http://www.boost.org #...
[ "pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88" ]
[ [ [ 1, 70 ] ] ]
98ae440c1094f55218c86e738a6bee86a5064992
b2155efef00dbb04ae7a23e749955f5ec47afb5a
/source/RenderSystemD3D/OED3DUtil.h
bd63bca8a291f3aa17fdd30fadb04e8067335afe
[]
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,966
h
/*! * \file OED3DUtil.h * \date 24-5-2009 18:03:21 * * * \author zjhlogo (zjhlogo@163.com) */ #ifndef __OED3DUTIL_H__ #define __OED3DUTIL_H__ #include <OECore/IOEVertDecl.h> #include <OECore/IOERenderSystem.h> #include <OECore/IOETexture.h> #include <libOEMath/OEMath.h> #include <d3dx9.h> clas...
[ "zjhlogo@fdcc8808-487c-11de-a4f5-9d9bc3506571" ]
[ [ [ 1, 59 ] ] ]
de9a329b3bca2b255ce54e1034bea098b18bd8c7
5e72c94a4ea92b1037217e31a66e9bfee67f71dd
/old/src/TestDetailDialog.h
38ae3b3a70252e4d49a3bd1f138a18202d66084c
[]
no_license
stein1/bbk
1070d2c145e43af02a6df14b6d06d9e8ed85fc8a
2380fc7a2f5bcc9cb2b54f61e38411468e1a1aa8
refs/heads/master
2021-01-17T23:57:37.689787
2011-05-04T14:50:01
2011-05-04T14:50:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
565
h
#pragma once #include "includes.h" #include <wx/gbsizer.h> class ResultLog; class TestDetailDialog : public wxDialog { public: TestDetailDialog(wxWindow* parent, wxWindowID id, const wxString title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, l...
[ "rickard.dahlstrand@iis.se" ]
[ [ [ 1, 24 ] ] ]
6591a54ee800b314843082bac26d0de53f9f9cfc
444a151706abb7bbc8abeb1f2194a768ed03f171
/trunk/CompilerSource/parser/parser_components.h
74ff0405e32cb8a1b3ed1f03a82681d31fdcca53
[]
no_license
amorri40/Enigma-Game-Maker
9d01f70ab8de42f7c80af9a0f8c7a66e412d19d6
c6b701201b6037f2eb57c6938c184a5d4ba917cf
refs/heads/master
2021-01-15T11:48:39.834788
2011-11-22T04:09:28
2011-11-22T04:09:28
1,855,342
1
1
null
null
null
null
UTF-8
C++
false
false
2,771
h
/********************************************************************************\ ** ** ** Copyright (C) 2008 Josh Ventura ** ** ...
[ "amorri40@gmail.com" ]
[ [ [ 1, 44 ] ] ]
004e7600888fc5a0a13d143fa4c7fade4360a50f
bfe8eca44c0fca696a0031a98037f19a9938dd26
/libjingle-0.4.0/talk/base/diskcache_win32.h
a084f9b678e4b85d4a8f8e6a3981fbaea86bd329
[ "BSD-3-Clause" ]
permissive
luge/foolject
a190006bc0ed693f685f3a8287ea15b1fe631744
2f4f13a221a0fa2fecab2aaaf7e2af75c160d90c
refs/heads/master
2021-01-10T07:41:06.726526
2011-01-21T10:25:22
2011-01-21T10:25:22
36,303,977
0
0
null
null
null
null
UTF-8
C++
false
false
597
h
// // DiskCacheWin32.h // Macshroom // // Created by Moishe Lettvin on 11/7/06. // Copyright (C) 2006 Google Inc. All rights reserved. // // #ifndef TALK_BASE_DISKCACHEWIN32_H__ #define TALK_BASE_DISKCACHEWIN32_H__ #include "talk/base/diskcache.h" namespace talk_base { class DiskCacheWin32 : pub...
[ "greatfoolbear@gmail.com@756bb6b0-a119-0410-8338-473b6f1ccd30" ]
[ [ [ 1, 28 ] ] ]
3039f5fd22484d163afbbd48f5c88350c4efab14
3276915b349aec4d26b466d48d9c8022a909ec16
/c++/数组和指针,引用/动态定义数组.cpp
5251424dfd5cbf183f01cb2d0e8e88a4d608c779
[]
no_license
flyskyosg/3dvc
c10720b1a7abf9cf4fa1a66ef9fc583d23e54b82
0279b1a7ae097b9028cc7e4aa2dcb67025f096b9
refs/heads/master
2021-01-10T11:39:45.352471
2009-07-31T13:13:50
2009-07-31T13:13:50
48,670,844
0
0
null
null
null
null
UTF-8
C++
false
false
176
cpp
#include<iostream.h> void main( ) { int *p; p=new int; cout<<"shuru"; cin>>*p; int *a=new int[*p]; delete p; a[0]=1;cout<<a[0]; delete a; }
[ "sxoo0305@yahoo.com.cn" ]
[ [ [ 1, 14 ] ] ]
235a31c9e9f512d132084f0d17c87e0487845bf8
bd89d3607e32d7ebb8898f5e2d3445d524010850
/connectivitylayer/isce/isirouter_dll/src/isithreadcontainer.cpp
944c3252274adda249b17fcc8a101cdd1a0b1c17
[]
no_license
wannaphong/symbian-incubation-projects.fcl-modemadaptation
9b9c61ba714ca8a786db01afda8f5a066420c0db
0e6894da14b3b096cffe0182cedecc9b6dac7b8d
refs/heads/master
2021-05-30T05:09:10.980036
2010-10-19T10:16:20
2010-10-19T10:16:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,143
cpp
/* * 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 the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.o...
[ "dalarub@localhost", "mikaruus@localhost" ]
[ [ [ 1, 101 ], [ 103, 107 ], [ 110, 113 ], [ 116, 201 ] ], [ [ 102, 102 ], [ 108, 109 ], [ 114, 115 ] ] ]
7ea6f355c8322b4701ba491ecceec0fb5aa94bd4
bd89d3607e32d7ebb8898f5e2d3445d524010850
/adaptationlayer/tsy/nokiatsy_dll/src/tssparser.cpp
3412a6dc4f23f44a11d2a3dffcc6a999d237218c
[]
no_license
wannaphong/symbian-incubation-projects.fcl-modemadaptation
9b9c61ba714ca8a786db01afda8f5a066420c0db
0e6894da14b3b096cffe0182cedecc9b6dac7b8d
refs/heads/master
2021-05-30T05:09:10.980036
2010-10-19T10:16:20
2010-10-19T10:16:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,613
cpp
/* * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.ecli...
[ "dalarub@localhost", "mika.a.ruuskanen@nokia.com", "mikaruus@localhost" ]
[ [ [ 1, 22 ], [ 24, 24 ], [ 26, 39 ], [ 41, 54 ], [ 56, 63 ], [ 65, 84 ], [ 86, 90 ], [ 92, 123 ], [ 125, 133 ], [ 135, 1...
ee534032fd85bfe2797f67fe2753fc1287e5d062
fceff9260ff49d2707060241b6f9b927b97db469
/ZombieGentlemen_SeniorProject/player.cpp
ca4ae71327a6d2829d25560323a71d996a70ce7e
[]
no_license
EddyReyes/gentlemen-zombies-senior-project
9f5a6be90f0459831b3f044ed17ef2f085bec679
d88458b716c6eded376b3d44b5385c80deeb9a16
refs/heads/master
2021-05-29T12:13:47.506314
2011-07-04T17:20:38
2011-07-04T17:20:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,786
cpp
#include "player.h" player::player() { m_object = NULL; soundMgr = NULL; type = entityPlayer; timer = 0; randomIdle = 0; jumpCounter = 0; armorBlink = false; keyBlink =false; hasKey = false; } player::~player() { } void player::move(float x, float y) { if(alive) { m_object->getPhy...
[ "neurotoxin408@gmail.com@66a8e42f-0ee8-26ea-976e-e3172d02aab5", "will.badal@gmail.com@66a8e42f-0ee8-26ea-976e-e3172d02aab5" ]
[ [ [ 1, 62 ], [ 67, 67 ], [ 75, 75 ], [ 83, 83 ], [ 91, 91 ], [ 100, 101 ], [ 106, 106 ], [ 114, 114 ], [ 122, 122 ], [ 130, ...
4e010c435654b2859ff6807f2d97f5ff9ccf2cd2
3d7fc34309dae695a17e693741a07cbf7ee26d6a
/aluminizerFPGA/Al/voltagesAl.h
124253dd7e4d836694eff4fba2b8094218ac2a16
[ "LicenseRef-scancode-public-domain" ]
permissive
nist-ionstorage/ionizer
f42706207c4fb962061796dbbc1afbff19026e09
70b52abfdee19e3fb7acdf6b4709deea29d25b15
refs/heads/master
2021-01-16T21:45:36.502297
2010-05-14T01:05:09
2010-05-14T01:05:09
20,006,050
5
0
null
null
null
null
UTF-8
C++
false
false
1,463
h
#ifndef VOLTAGESAL_H_ #define VOLTAGESAL_H_ #include "../voltagesI.h" #define NUM_OUT_VOLTAGES (11) class rp_ao; //! Interface to control trap voltages and E-fields class voltagesAl : public voltagesI { public: voltagesAl(list_t* exp_list, const std::string& name); virtual ~voltagesAl() {} ...
[ "trosen@814e38a0-0077-4020-8740-4f49b76d3b44" ]
[ [ [ 1, 54 ] ] ]
8f6b5fefe1098a8c7b1e89f34e3974b5f56a7af2
fd3f2268460656e395652b11ae1a5b358bfe0a59
/cryptopp/factory.h
5b5d189ebc0e6728f25334a30df130c60f117e03
[ "LicenseRef-scancode-cryptopp", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mikezhoubill/emule-gifc
e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60
46979cf32a313ad6d58603b275ec0b2150562166
refs/heads/master
2021-01-10T20:37:07.581465
2011-08-13T13:58:37
2011-08-13T13:58:37
32,465,033
4
2
null
null
null
null
UTF-8
C++
false
false
4,360
h
#ifndef CRYPTOPP_OBJFACT_H #define CRYPTOPP_OBJFACT_H #include "cryptlib.h" #include <map> #include <vector> NAMESPACE_BEGIN(CryptoPP) //! _ template <class AbstractClass> class ObjectFactory { public: virtual AbstractClass * CreateObject() const =0; }; //! _ template <class AbstractClass, class ...
[ "Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b", "Mike.Ken.S@gmail.com@dd569cc8-ff36-11de-bbca-1111db1fd05b" ]
[ [ [ 1, 125 ], [ 133, 135 ] ], [ [ 126, 132 ] ] ]
a7e748b7b447bc2173d5586c69548ede9953c91b
2dbbca065b62a24f47aeb7ec5cd7a4fd82083dd4
/OUAN/OUAN/Src/Game/GameObject/GameObjectWater.h
ae425abbfe146a9195fdc7f2b33f344392f0e8f7
[]
no_license
juanjmostazo/once-upon-a-night
9651dc4dcebef80f0475e2e61865193ad61edaaa
f8d5d3a62952c45093a94c8b073cbb70f8146a53
refs/heads/master
2020-05-28T05:45:17.386664
2010-10-06T12:49:50
2010-10-06T12:49:50
38,101,059
1
1
null
null
null
null
UTF-8
C++
false
false
5,414
h
#ifndef GameObjectWaterH_H #define GameObjectWaterH_H #include "GameObject.h" #include "../../Graphics/RenderComponent/RenderComponentWater.h" #include "../../Graphics/RenderComponent/RenderComponentInitial.h" #include "../../Graphics/RenderComponent/RenderComponentPositional.h" #include "../../Physics/PhysicsC...
[ "wyern1@1610d384-d83c-11de-a027-019ae363d039", "juanj.mostazo@1610d384-d83c-11de-a027-019ae363d039", "ithiliel@1610d384-d83c-11de-a027-019ae363d039" ]
[ [ [ 1, 108 ], [ 110, 121 ], [ 123, 149 ] ], [ [ 109, 109 ] ], [ [ 122, 122 ] ] ]
7320fadeee71fd40cebad7a2c57c8ddc43585e3b
a01b67b20207e2d31404262146763d3839ee833d
/trunk/Projet/tags/Monofin_20090407_0.1a/Drawing/paintingview.h
e79142672d5064483719c13a4003e8c927463a59
[]
no_license
BackupTheBerlios/qtfin-svn
49b59747b6753c72a035bf1e2e95601f91f5992c
ee18d9eb4f80a57a9121ba32dade96971196a3a2
refs/heads/master
2016-09-05T09:42:14.189410
2010-09-21T17:34:43
2010-09-21T17:34:43
40,801,620
0
0
null
null
null
null
UTF-8
C++
false
false
471
h
#ifndef PAINTINGVIEW_H #define PAINTINGVIEW_H #include <QGraphicsView> #include <QWidget> #include <QWheelEvent> #include "paintingscene.h" class PaintingView: public QGraphicsView{ public: PaintingView(PaintingScene* scene, QWidget* parent = 0); protected: PaintingScene* _scene; virt...
[ "kryptos@314bda93-af5c-0410-b653-d297496769b1" ]
[ [ [ 1, 24 ] ] ]
60e4d88379f00ec4060750e6345cf239ea0621f5
9566086d262936000a914c5dc31cb4e8aa8c461c
/EnigmaTransmission/ServerTransmissionManager.hpp
78d8c7cc1e9fab08808db3e63e959ba5fb2a52eb
[]
no_license
pazuzu156/Enigma
9a0aaf0cd426607bb981eb46f5baa7f05b66c21f
b8a4dfbd0df206e48072259dbbfcc85845caad76
refs/heads/master
2020-06-06T07:33:46.385396
2011-12-19T03:14:15
2011-12-19T03:14:15
3,023,618
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
3,184
hpp
#ifndef SERVERTRANSMISSIONMANAGER_HPP_INCLUDED #define SERVERTRANSMISSIONMANAGER_HPP_INCLUDED /* Copyright © 2009 Christopher Joseph Dean Schaefer (disks86) 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 u...
[ "disks86@gmail.com" ]
[ [ [ 1, 96 ] ] ]
9186e1ddcb7a51908ef1a6fec90d7b8eb2d6f12d
b4d726a0321649f907923cc57323942a1e45915b
/Launcher/TabHelp.h
c487dc8427f99361d4b5f420e875eb65b69b3764
[]
no_license
chief1983/Imperial-Alliance
f1aa664d91f32c9e244867aaac43fffdf42199dc
6db0102a8897deac845a8bd2a7aa2e1b25086448
refs/heads/master
2016-09-06T02:40:39.069630
2010-10-06T22:06:24
2010-10-06T22:06:24
967,775
2
0
null
null
null
null
UTF-8
C++
false
false
1,301
h
#if !defined(AFX_TABHELP_H__48E3367A_08C5_4B51_8F02_45E3055CFC2D__INCLUDED_) #define AFX_TABHELP_H__48E3367A_08C5_4B51_8F02_45E3055CFC2D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // TabHelp.h : header file // ////////////////////////////////////////////////////////////////////////...
[ "chief1983@yahoo.com" ]
[ [ [ 1, 50 ] ] ]
36ff9a88a99a804625b87d85617c9ce93e32114a
a9afa168fac234c3b838dd29af4a5966a6acb328
/CppUTest/include/CppUTest/Extensions/SimpleStringExtensions.h
296ae3d69e40b56bce97ab9d70bb9b77a3005851
[]
no_license
unclebob/tddrefcpp
38a4170c38f612c180a8b9e5bdb2ec9f8971832e
9124a6fad27349911658606392ba5730ff0d1e15
refs/heads/master
2021-01-25T07:34:57.626817
2010-05-10T20:01:39
2010-05-10T20:01:39
659,579
8
5
null
null
null
null
UTF-8
C++
false
false
2,332
h
/* * Copyright (c) 2007, Michael Feathers, James Grenning and Bas Vodde * 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 cop...
[ "unclebob@objectmentor.com" ]
[ [ [ 1, 46 ] ] ]
7a8b8253cf6bd096aa5cec1d15b65154c8afd919
814b49df11675ac3664ac0198048961b5306e1c5
/Code/Engine/Graphics/RenderManager.cpp
46552346652d29f954ecc3fe7de621abac7401e3
[]
no_license
Atridas/biogame
f6cb24d0c0b208316990e5bb0b52ef3fb8e83042
3b8e95b215da4d51ab856b4701c12e077cbd2587
refs/heads/master
2021-01-13T00:55:50.502395
2011-10-31T12:58:53
2011-10-31T12:58:53
43,897,729
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
50,880
cpp
#include "Utils/Logger.h" #include "Utils/Exception.h" #include "RenderManager.h" #include "Camera.h" #include "params.h" #include "VertexsStructs.h" #include "Texture.h" #include "EffectManager.h" #include "IndexedVertexs.h" #include "VertexsStructs.h" #include "VertexCalculations.h" bool CRenderManager...
[ "Atridas87@gmail.com", "sergivalls@576ee6d0-068d-96d9-bff2-16229cd70485", "atridas87@576ee6d0-068d-96d9-bff2-16229cd70485", "edual1985@576ee6d0-068d-96d9-bff2-16229cd70485", "Atridas87@576ee6d0-068d-96d9-bff2-16229cd70485", "galindix@576ee6d0-068d-96d9-bff2-16229cd70485", "mudarra@576ee6d0-068d-96d9-bff...
[ [ [ 1, 3 ], [ 12, 13 ], [ 15, 34 ], [ 39, 42 ], [ 45, 46 ], [ 48, 52 ], [ 55, 55 ], [ 57, 60 ], [ 62, 105 ], [ 108, 110 ...
de0d20450982ca83a389855440702385c8ce0795
4146d9298ac7407af57ac4c8b1381b99ad67fdc2
/animator.cpp
eabb4447502d3c5d0ebdd9dfe9c057373b3edb76
[]
no_license
keithfancher/Alien-vs.-Sephiroth
b0749b3b409dbc258f11c36847462ed85eb88153
3747408409b3af2cf7bcdb6d2ee4fbfad97b014f
refs/heads/master
2020-04-13T18:03:46.462586
2011-07-24T02:57:31
2011-07-24T02:57:31
2,304,887
0
0
null
null
null
null
UTF-8
C++
false
false
3,310
cpp
// File : animator.cpp // Program: CS4465, Final Project // Author : Keith T. Fancher // Date : 04/13/2006 // Purpose: A fight scene between an Alien and Sephiroth, utilizing // the .md2 model file format. #include <GL/glut.h> #include <time.h> #include "animator.h" #include "md2.h" #include ...
[ "not.discostoo@gmail.com" ]
[ [ [ 1, 162 ] ] ]
060b96994a1901943cd0126ac3ab470186c9034e
40b507c2dde13d14bb75ee1b3c16b4f3f82912d1
/extensions/bintools/extension.cpp
be88bb09f455ce194a5cb80009f4f7d1808c3eae
[]
no_license
Nephyrin/-furry-octo-nemesis
5da2ef75883ebc4040e359a6679da64ad8848020
dd441c39bd74eda2b9857540dcac1d98706de1de
refs/heads/master
2016-09-06T01:12:49.611637
2008-09-14T08:42:28
2008-09-14T08:42:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,020
cpp
/** * vim: set ts=4 : * ============================================================================= * SourceMod BinTools Extension * Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved. * ============================================================================= * * This program is free s...
[ "faluco@alliedmods.net", "ds@alliedmods.net", "dvander@alliedmods.net" ]
[ [ [ 1, 2 ], [ 7, 7 ], [ 28, 36 ], [ 38, 39 ], [ 41, 45 ], [ 47, 52 ] ], [ [ 3, 4 ], [ 6, 6 ], [ 8, 10 ], [ 12, 15 ...
46a88aa5293624d424a82821fe9f580350fadb59
990daa26d6ab2c756927bce8d962c41fa7a8cdad
/jpeg/MfcApp.h
cc8854cd0d1464161a2010806944a12e9cb8e5d4
[]
no_license
goebish/VfxAviPlayer
1e7bcbc5bd620f0ed08b99328d5f42f84c16982c
74ef7e09eb9ea0961a81bc0a41c18ffd1941d922
refs/heads/master
2020-05-26T12:38:32.289356
2009-05-02T16:31:23
2009-05-02T16:31:23
188,234,834
5
0
null
null
null
null
UTF-8
C++
false
false
1,366
h
// MfcApp.h : main header file for the MFCAPP application // #if !defined(AFX_MFCAPP_H__7B4DD987_945B_11D2_815A_444553540000__INCLUDED_) #define AFX_MFCAPP_H__7B4DD987_945B_11D2_815A_444553540000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error include '...
[ "1297665+goebish@users.noreply.github.com" ]
[ [ [ 1, 50 ] ] ]
05a623f4dad108be2bc2f273ed004e4dab87f34e
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctesteh/inc/bctestehdocument.h
463b8bb48e3d87b469979c4488c3d01a69038e53
[]
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,661
h
/* * Copyright (c) 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/legal/epl...
[ "none@none" ]
[ [ [ 1, 72 ] ] ]
973602b41d42d304e1ccd45cf363095179cef348
c7120eeec717341240624c7b8a731553494ef439
/src/cplusplus/freezone-samp/src/core/command/command_adder.cpp
9340dcc204fab0eab9f8669d06d93c231ce0999f
[]
no_license
neverm1ndo/gta-paradise-sa
d564c1ed661090336621af1dfd04879a9c7db62d
730a89eaa6e8e4afc3395744227527748048c46d
refs/heads/master
2020-04-27T22:00:22.221323
2010-09-04T19:02:28
2010-09-04T19:02:28
174,719,907
1
0
null
2019-03-09T16:44:43
2019-03-09T16:44:43
null
UTF-8
C++
false
false
2,235
cpp
#include "config.hpp" #include "command_adder.hpp" #include "command_manager.hpp" #include <functional> cmd_id_t command_add(std::string const& sys_name, std::string const& section, std::string const& name, std::string const& params, std::string const& short_desc, std::string const& full_desc, command_handler_t c...
[ "dimonml@19848965-7475-ded4-60a4-26152d85fbc5" ]
[ [ [ 1, 20 ] ] ]
4bbefec7c4739dbdcf6399724f6a05e3eb662c70
2c1e5a69ca68fe185cc04c5904aa104b0ba42e32
/src/game/GWorldMap.h
16dc5bb8cce68703fd76e3d848d22ab0ecdb2bb1
[]
no_license
dogtwelve/newsiderpg
e3f8284a7cd9938156ef8d683dca7bcbd928c593
303566a034dca3e66cf0f29cf9eaea1d54d63e4a
refs/heads/master
2021-01-10T13:03:31.986204
2010-06-27T05:36:33
2010-06-27T05:36:33
46,550,247
0
1
null
null
null
null
UTF-8
C++
false
false
467
h
#include "VBaseState.h" #include "SUtil.h" #ifndef __GWORLDMAP_ #define __GWORLDMAP_ class GWorldMap : public VBaseState { public: GWorldMap(); ~GWorldMap(); void Initialize(int nDummy1, int nDummy2); void Release(); void Process(); void Paint(); void KeyEvent(int m_keyCode, int m_...
[ "secret5374@hotmail.com" ]
[ [ [ 1, 34 ] ] ]
3303a737157327b4f20b05138530491683d13e8c
6e4f9952ef7a3a47330a707aa993247afde65597
/PROJECTS_ROOT/SmartWires/SystemUtils/myspell/myspell.hxx
7e534ca5ed6bb96e17639e1aac8c3c90ed1d89d4
[ "BSD-2-Clause" ]
permissive
meiercn/wiredplane-wintools
b35422570e2c4b486c3aa6e73200ea7035e9b232
134db644e4271079d631776cffcedc51b5456442
refs/heads/master
2021-01-19T07:50:42.622687
2009-07-07T03:34:11
2009-07-07T03:34:11
34,017,037
2
1
null
null
null
null
UTF-8
C++
false
false
737
hxx
#ifndef _MYSPELLMGR_HXX_ #define _MYSPELLMGR_HXX_ #include "hashmgr.hxx" #include "affixmgr.hxx" #include "suggestmgr.hxx" #include "csutil.hxx" #define NOCAP 0 #define INITCAP 1 #define ALLCAP 2 #define HUHCAP 3 class MySpell { AffixMgr* pAMgr; HashMgr* pHMgr; SuggestMgr* ...
[ "wplabs@3fb49600-69e0-11de-a8c1-9da277d31688" ]
[ [ [ 1, 37 ] ] ]
44233d58f7b484b5eb6ed28d3beaefd657c74188
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/contrib/nluaserver/src/luaserver/nluarun.cc
3e8b98d7108cca2a1be15a38b392278730825f74
[]
no_license
moltenguy1/minimangalore
9f2edf7901e7392490cc22486a7cf13c1790008d
4d849672a6f25d8e441245d374b6bde4b59cbd48
refs/heads/master
2020-04-23T08:57:16.492734
2009-08-01T09:13:33
2009-08-01T09:13:33
35,933,330
0
0
null
null
null
null
UTF-8
C++
false
false
7,785
cc
//-------------------------------------------------------------------- // nluarun.cc -- Command processing // // Derived from npythonrun.cc by Jason Asbahr // Derived from ntclrun.cc by Andre Weissflog // (c) 2003 Matthew T. Welker // // nLuaServer is licensed under the terms of the Nebula License //-----...
[ "BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
[ [ [ 1, 252 ] ] ]
f10226f943904739c31570fe359c6a5ff2fdac54
7dd2dbb15df45024e4c3f555da6d9ca6fc2c4d8b
/maelstrom/Forms/splashscreen.h
ce60c00e99c1c779c774cedb3c12eefeeff45995
[]
no_license
wangscript/maelstrom-editor
c9f761e1f9e5f4e64d7e37834a7a63e04f57ae31
5bfab31bf444f44b9f8209f4deaed8715c305426
refs/heads/master
2021-01-10T01:37:00.619456
2011-11-21T23:17:08
2011-11-21T23:17:08
50,160,495
0
0
null
null
null
null
UTF-8
C++
false
false
398
h
#ifndef SPLASHSCREEN_H #define SPLASHSCREEN_H #include<QSplashScreen> namespace Ui { class SplashScreen; } class SplashScreen : public QSplashScreen { Q_OBJECT public: explicit SplashScreen(QWidget *parent = 0); ~SplashScreen(); public slots: void showMessage(const QString &mess...
[ "DynamiteAthe@gmail.com" ]
[ [ [ 1, 24 ] ] ]
841bbfd7e29979f18b063d38bec9962f1660d502
ce262ae496ab3eeebfcbb337da86d34eb689c07b
/SEFoundation/SEMath/SEConvexPolyhedron3.h
e365a42923bba3d2d7aef8cc6ebf1c6c48ea65c2
[]
no_license
pizibing/swingengine
d8d9208c00ec2944817e1aab51287a3c38103bea
e7109d7b3e28c4421c173712eaf872771550669e
refs/heads/master
2021-01-16T18:29:10.689858
2011-06-23T04:27:46
2011-06-23T04:27:46
33,969,301
0
0
null
null
null
null
GB18030
C++
false
false
4,478
h
// Swing Engine Version 1 Source Code // Most of techniques in the engine are mainly based on David Eberly's // Wild Magic 4 open-source code.The author of Swing Engine learned a lot // from Eberly's experience of architecture and algorithm. // Several sub-systems are totally new,and others are re-implimented or ...
[ "hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac" ]
[ [ [ 1, 102 ] ] ]
2600e8e84c41952f4f8437d40130afc9cbb46cf9
7ee1bcc17310b9f51c1a6be0ff324b6e297b6c8d
/AppData/Sources/VS 2005 WinCE WTL 8.0 SDI/Source/MainFrame.h
bfb9ce417d3d1b72dfd642d756419b5c832e2779
[]
no_license
SchweinDeBurg/afx-scratch
895585e98910f79127338bdca5b19c5e36921453
3181b779b4bb36ef431e5ce39e297cece1ca9cca
refs/heads/master
2021-01-19T04:50:48.770595
2011-06-18T05:14:22
2011-06-18T05:14:22
32,185,218
0
0
null
null
null
null
UTF-8
C++
false
false
1,376
h
// $PROJECT$ application. // Copyright (c) $YEAR$ by $AUTHOR$, // All rights reserved. // MainFrame.h - interface of the CMainFrame class // initially generated by $GENERATOR$ on $DATE$ at $TIME$ // visit http://zarezky.spb.ru/projects/afx_scratch.html for more info #if !defined(__MainFrame_h) #define __Ma...
[ "Elijah@9edebcd1-9b41-0410-8d36-53a5787adf6b", "Elijah Zarezky@9edebcd1-9b41-0410-8d36-53a5787adf6b", "elijah@9edebcd1-9b41-0410-8d36-53a5787adf6b" ]
[ [ [ 1, 14 ], [ 16, 16 ], [ 22, 22 ], [ 25, 27 ], [ 42, 55 ], [ 57, 58 ] ], [ [ 15, 15 ], [ 18, 21 ], [ 23, 24 ], [ 28, ...
6c29bd62072d2fa9440d5f1c75cea4eacdf46ed6
3bfc30f7a07ce0f6eabcd526e39ba1030d84c1f3
/BlobbyWarriors/Source/BlobbyWarriors/Logic/ContactListener.h
012aadd7da189f4279636dcff41140ba2fc0be50
[]
no_license
visusnet/Blobby-Warriors
b0b70a0b4769b60d96424b55ad7c47b256e60061
adec63056786e4e8dfcb1ed7f7fe8b09ce05399d
refs/heads/master
2021-01-19T14:09:32.522480
2011-11-29T21:53:25
2011-11-29T21:53:25
2,850,563
0
0
null
null
null
null
UTF-8
C++
false
false
1,083
h
#ifndef CONTACTLISTENER_H #define CONTACTLISTENER_H #include <Box2D.h> #include "../PublishSubscribe.h" enum ContactType { CONTACT_TYPE_UNKNOWN = 0, CONTACT_TYPE_BEGIN = 1, CONTACT_TYPE_END = 2, CONTACT_TYPE_PRESOLVE = 3, CONTACT_TYPE_POSTSOLVE = 4 }; class ContactEventArgs : public UpdateData ...
[ "visus@visusnet.de" ]
[ [ [ 1, 55 ] ] ]
064972dbdbf3b83344dfed5b6e3d2359b8ebbd5d
cf58ec40b7ea828aba01331ee3ab4c7f2195b6ca
/Nestopia/core/board/NstBoardBandaiDatach.cpp
54e735c3107bf429590e2974f82c819f35a16076
[]
no_license
nicoya/OpenEmu
e2fd86254d45d7aa3d7ef6a757192e2f7df0da1e
dd5091414baaaddbb10b9d50000b43ee336ab52b
refs/heads/master
2021-01-16T19:51:53.556272
2011-08-06T18:52:40
2011-08-06T18:52:40
2,131,312
1
0
null
null
null
null
UTF-8
C++
false
false
8,885
cpp
//////////////////////////////////////////////////////////////////////////////////////// // // Nestopia - NES/Famicom emulator written in C++ // // Copyright (C) 2003-2008 Martin Freij // // This file is part of Nestopia. // // Nestopia is free software; you can redistribute it and/or modify // it under the te...
[ "vade@vade.info" ]
[ [ [ 1, 381 ] ] ]
bbbb0e3eb579b98f94c38606204fa17b7f12822c
5ac13fa1746046451f1989b5b8734f40d6445322
/minimangalore/Nebula2/code/UrbanExtreme/src/physics/playerentity.cc
fea6fd0049f9b14f88912ee11416e259e3cf2f5c
[]
no_license
moltenguy1/minimangalore
9f2edf7901e7392490cc22486a7cf13c1790008d
4d849672a6f25d8e441245d374b6bde4b59cbd48
refs/heads/master
2020-04-23T08:57:16.492734
2009-08-01T09:13:33
2009-08-01T09:13:33
35,933,330
0
0
null
null
null
null
UTF-8
C++
false
false
9,540
cc
//------------------------------------------------------------------------------ // physics/playerentity.cc // (C) 2007 Kim Hyoun Woo //------------------------------------------------------------------------------ #include "physics/playerentity.h" #include "physics/server.h" #include "physics/rigidbody.h" #in...
[ "ldw9981@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c" ]
[ [ [ 1, 339 ] ] ]
ae321270b07746db7c3fd000cfc28320b74bb79a
830c7a4afeb2ac3f63ffbc18827b4b235c6e1588
/md5class.cpp
34b4ca8b3f45630ed2e1243c5c4a29fb73beeac5
[]
no_license
tzafrir/Security-1
10ac997cc309b367b93a3b73d09db06bd993426d
540cd659bae54e61d2225b2c54283ac67f1f7c58
refs/heads/master
2016-09-11T02:32:13.385475
2010-11-24T20:06:15
2010-11-24T20:06:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,916
cpp
// md5class.cpp: implementation of the CMD5 class. //See internet RFC 1321, "The MD5 Message-Digest Algorithm" // //Use this code as you see fit. It is provided "as is" //without express or implied warranty of any kind. ////////////////////////////////////////////////////////////////////// #include "md5class....
[ "tzafrir.r@gmail.com" ]
[ [ [ 1, 97 ] ] ]
3e6a15ffa36fa0806e370efde9bbc32e11666866
55196303f36aa20da255031a8f115b6af83e7d11
/private/external/gameswf/gameswf/gameswf_as_classes/as_date.h
c3ca24d280b847997dc80123b7daa9e33eb4454e
[]
no_license
Heartbroken/bikini
3f5447647d39587ffe15a7ae5badab3300d2a2ff
fe74f51a3a5d281c671d303632ff38be84d23dd7
refs/heads/master
2021-01-10T19:48:40.851837
2010-05-25T19:58:52
2010-05-25T19:58:52
37,190,932
0
0
null
null
null
null
UTF-8
C++
false
false
1,115
h
// as_date.h -- Vitaly Alexeev <tishka92@yahoo.com> 2007 // This source code has been donated to the Public Domain. Do // whatever you want with it. // The Date class lets you retrieve date and time values relative to universal time // (Greenwich mean time, now called universal time or UTC) // or relative to...
[ "viktor.reutskyy@68c2588f-494f-0410-aecb-65da31d84587" ]
[ [ [ 1, 51 ] ] ]
042572af762a1c3b713769f069443ee111f2fb43
698ea8ebae4fb57899293ed99775d3b486f6a026
/craw/debug_registers.hpp
68d1a41aba8cb84932099d24a0d865d2ad7250c7
[]
no_license
binrapt/craw_module
7d1557ef91297367d06097524c8593c1fd41944c
70b615ebbc6e1c108c20093bd7a18eecfc230167
refs/heads/master
2020-07-08T09:05:12.816498
2009-07-11T02:32:26
2009-07-11T02:32:26
247,535
1
0
null
null
null
null
UTF-8
C++
false
false
273
hpp
#pragma once #include <vector> #include <windows.h> void set_debug_registers(CONTEXT & thread_context, unsigned address); void set_debug_registers(CONTEXT & thread_context, std::vector<unsigned> & addresses); void print_debug_registers(CONTEXT & thread_context);
[ "binrapt@ethnic.atheist.invalid" ]
[ [ [ 1, 8 ] ] ]
4ab28fe0396b146d9b3a1cc55f824a143be417ef
5659e71d1a8f7c3733ff3d4296fe9bcce8bdc8d7
/modelfitting/common/opengl.cpp
38d1843670256afbc7f91214cc8207e1a89bdd51
[]
no_license
davidsansome/gait-modelfitting
92733c4cd71751b33952820015504a19d4a76a7d
699f79237768be91cc431c68601a626dd08259a7
refs/heads/master
2016-09-05T09:37:11.185040
2008-07-17T13:04:29
2008-07-17T13:04:29
4,369,004
2
1
null
null
null
null
UTF-8
C++
false
false
3,278
cpp
#include "opengl.h" #ifndef _WIN32 void setupWinGLFunctions() { } #else PFNGLBINDBUFFERPROC pglBindBuffer = NULL; PFNGLGENBUFFERSPROC pglGenBuffers = NULL; PFNGLBUFFERDATAPROC pglBufferData = NULL; PFNGLDELETEBUFFERSPROC pglDeleteBuffers = NULL; PFNGLDRAWRANGEELEMENTSPROC pglDrawRangeElements = NULL; PFN...
[ "me@davidsansome.com" ]
[ [ [ 1, 67 ] ] ]
9656dadebce0e4f6d204c87c49caf759ae80c139
27bde5e083cf5a32f75de64421ba541b3a23dd29
/source/AllArrows.cpp
51a14018ffeaa6f8704b302e5885ba5d9115a7f9
[]
no_license
jbsheblak/fatal-inflation
229fc6111039aff4fd00bb1609964cf37e4303af
5d6c0a99e8c4791336cf529ed8ce63911a297a23
refs/heads/master
2021-03-12T19:22:31.878561
2006-10-20T21:48:17
2006-10-20T21:48:17
32,184,096
0
0
null
null
null
null
UTF-8
C++
false
false
887
cpp
//--------------------------------------------------- // Name: Game : BaseArrow // Desc: fills in properties, flies straight // Author: John Sheblak // Contact: jbsheblak@mail.utexas.edu //--------------------------------------------------- #include "AllArrows.h" namespace Game { TimedArrow::TimedArrow(...
[ "jbsheblak@5660b91f-811d-0410-8070-91869aa11e15" ]
[ [ [ 1, 48 ] ] ]
6b89f8115f110d9663c0b48c3ff4c8b968fa060c
6253ab92ce2e85b4db9393aa630bde24655bd9b4
/Common/network/icmp.cpp
b17beda35c380cf376759ee4371da1add3d705b2
[]
no_license
Aand1/cornell-urban-challenge
94fd4df18fd4b6cc6e12d30ed8eed280826d4aed
779daae8703fe68e7c6256932883de32a309a119
refs/heads/master
2021-01-18T11:57:48.267384
2008-10-01T06:43:18
2008-10-01T06:43:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,463
cpp
#include "icmp.h" icmp::icmp() { // initialize windows sockets if (WSAStartup(MAKEWORD(2,2), &wsadata) != NO_ERROR) { this->sock = INVALID_SOCKET; throw std::exception("error initializing Winsock"); } // Create the socket sd = WSASocket(AF_INET, SOCK_RAW, IPPROTO_ICMP, NULL, 0, WSA_FLAG_OVERLA...
[ "anathan@5031bdca-8e6f-11dd-8a4e-8714b3728bc5" ]
[ [ [ 1, 93 ] ] ]
1e00844099391abbac048d0bce4a11203bf28f49
d9f1cc8e697ae4d1c74261ae6377063edd1c53f8
/src/orders/FireOrder.h
144fac72d4233cb8ee1b8548fa8887c4e96869e5
[]
no_license
commel/opencombat2005
344b3c00aaa7d1ec4af817e5ef9b5b036f2e4022
d72fc2b0be12367af34d13c47064f31d55b7a8e0
refs/heads/master
2023-05-19T05:18:54.728752
2005-12-01T05:11:44
2005-12-01T05:11:44
375,630,282
0
0
null
null
null
null
UTF-8
C++
false
false
307
h
#pragma once #include <orders\order.h> #include <objects\Target.h> class Object; class FireOrder : public Order { public: FireOrder(Object *target, Target::Type targetType); FireOrder(int x, int y); virtual ~FireOrder(void); Object *Target; Target::Type TargetType; int X, Y; };
[ "opencombat" ]
[ [ [ 1, 18 ] ] ]
b00244d4aea128f5da09c5b791f14b03a8e2a4ac
cf58ec40b7ea828aba01331ee3ab4c7f2195b6ca
/Nestopia/core/board/NstBoardBtlMarioBaby.hpp
c5ee2c641ba7d90418f4d85ca74ae60e3d5a6d55
[]
no_license
nicoya/OpenEmu
e2fd86254d45d7aa3d7ef6a757192e2f7df0da1e
dd5091414baaaddbb10b9d50000b43ee336ab52b
refs/heads/master
2021-01-16T19:51:53.556272
2011-08-06T18:52:40
2011-08-06T18:52:40
2,131,312
1
0
null
null
null
null
UTF-8
C++
false
false
1,879
hpp
//////////////////////////////////////////////////////////////////////////////////////// // // Nestopia - NES/Famicom emulator written in C++ // // Copyright (C) 2003-2008 Martin Freij // // This file is part of Nestopia. // // Nestopia is free software; you can redistribute it and/or modify // it under the te...
[ "vade@vade.info" ]
[ [ [ 1, 77 ] ] ]
cb8c33dce005c20c086b8238589e5aaefe4b45a7
23017336d25e6ec49c4a51f11c1b3a3aa10acf22
/csc3750/prog8/AffineTransforms.h
273058ce2dc1c7b32eb7e64c65a8f4226fd171a2
[]
no_license
tjshaffer21/School
5e7681c96e0c10966fc7362931412c4244507911
4aa5fc3a8bbbbb8d46d045244e8a7f84e71c768f
refs/heads/master
2020-05-27T19:05:06.422314
2011-05-17T19:55:40
2011-05-17T19:55:40
1,681,224
1
1
null
2017-07-29T13:35:54
2011-04-29T15:36:55
C++
UTF-8
C++
false
false
827
h
#if !defined (AFFINETRANSFORMS_H) #define AFFINETRANSFORMS_H #include "Matrix.h" #include "Vertex.h" #include <math.h> #define RADIANS 0.0174532925 class AffineTransforms { private: public: static Matrix* scale(double x, double y, double z); static Matrix* translate( double ax, doub...
[ "tjshaffer21@gmail.com" ]
[ [ [ 1, 27 ] ] ]
d2b960c0daeec9c982d86b25f63e133b8387bcde
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/nGENE Proj/GUICheckBox.h
2f5604377ca641fbeae64b887fc3acb621ab0407
[]
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
1,445
h
/* --------------------------------------------------------------------------- This source file is part of nGENE Tech. Copyright (c) 2006- Wojciech Toman This program is free software. File: GUICheckBox.h Version: 0.03 --------------------------------------------------------------------------- */ #pra...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
[ [ [ 1, 71 ] ] ]
b46a9a33d20fca0b1be227dc32832401dc8d0625
1caba14ec096b36815b587f719dda8c963d60134
/branches/smxgroup/smx/libsmx/dbpset.cpp
dce391b0fbc3d1fc1ccf324ff3e450fcf8d896ce
[]
no_license
BackupTheBerlios/smx-svn
0502dff1e494cffeb1c4a79ae8eaa5db647e5056
7955bd611e88b76851987338b12e47a97a327eaf
refs/heads/master
2021-01-10T19:54:39.450497
2009-03-01T12:24:56
2009-03-01T12:24:56
40,749,397
0
0
null
null
null
null
UTF-8
C++
false
false
18,968
cpp
#define MAP_THRESH_N 5 #define MAP_THRESH_D 6 #include <memory.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <assert.h> #include <ctype.h> #include <errno.h> #include <iostream> #ifdef WIN32 #include <process.h> #define STDCALL _stdcall #endif #include "dbpset.h" #include...
[ "simul@407f561b-fe63-0410-8234-8332a1beff53" ]
[ [ [ 1, 877 ] ] ]
4d974850ca93485600b61ea902c7d7131a6849df
44e10950b3bf454080553a5da36bf263e6a62f8f
/src/GeneticAlg/GAManager.cpp
e62c80c58bb3288cbfda197bd7cafd2a141b3a46
[]
no_license
ptrefall/ste6246tradingagent
a515d88683bf5f55f862c0b3e539ad6144a260bb
89c8e5667aec4c74aef3ffe47f19eb4a1b17b318
refs/heads/master
2020-05-18T03:50:47.216489
2011-12-20T19:02:32
2011-12-20T19:02:32
32,448,454
1
0
null
null
null
null
IBM852
C++
false
false
9,959
cpp
#include "GAManager.h" #include "ProsumerGeneticAlg.h" #include "SupplierGeneticAlg.h" GAManager::GAManager(irr::scene::ISceneManager *smgr, EntityManager &entityMgr, Totem::ComponentFactory &componentFactory) : smgr(smgr), entityMgr(entityMgr), componentFactory(componentFactory), prosumerGA(0x0), SupplierGA(0x0...
[ "PTrefall@gmail.com@92bc644c-bee7-7203-82ab-e16328aa9dbe" ]
[ [ [ 1, 319 ] ] ]
d15e6de206acda5b5449b82323cc30a0e66d2df1
188058ec6dbe8b1a74bf584ecfa7843be560d2e5
/GodDK/lang/IllegalMonitorStateException.h
1fb4e4a08e536c3a1bd6df19386a84d1baa01d39
[]
no_license
mason105/red5cpp
636e82c660942e2b39c4bfebc63175c8539f7df0
fcf1152cb0a31560af397f24a46b8402e854536e
refs/heads/master
2021-01-10T07:21:31.412996
2007-08-23T06:29:17
2007-08-23T06:29:17
36,223,621
0
0
null
null
null
null
UTF-8
C++
false
false
798
h
#ifndef _CLASS_GOD_LANG_ILLEGALMONITORSTATEEXCEPTION_H #define _CLASS_GOD_LANG_ILLEGALMONITORSTATEEXCEPTION_H #ifdef __cplusplus #include "lang/RuntimeException.h" using namespace goddk::lang; namespace goddk { namespace lang { /* \ingroup CXX_LANG_m */ class IllegalMonitorStateException : pu...
[ "soaris@46205fef-a337-0410-8429-7db05d171fc8" ]
[ [ [ 1, 37 ] ] ]
46c09543257186b3c0e3a8692c3b2c4cc371193f
a473bf3be1f1cda62b1d0dc23292fbf7ec00dcee
/inc/transimpl.h
31349afc149af3f56d617bd2767f22836d42b9b4
[]
no_license
SymbiSoft/htmlcontrol-for-symbian
23821e9daa50707b1d030960e1c2dcf59633a335
504ca3cb3cf4baea3adc5c5b44e8037e0d73c3bb
refs/heads/master
2021-01-10T15:04:51.760462
2009-08-14T05:40:14
2009-08-14T05:40:14
48,186,784
1
0
null
null
null
null
UTF-8
C++
false
false
1,117
h
#ifndef TRANSIMPL_H #define TRANSIMPL_H #include <e32base.h> #include "htmlcontrol.hrh" #include "transition.h" class CHtmlElement; class CHtmlElementImpl; class CWritableBitmap; class CTransition : public CActive, public MTransition { public: static CTransition* NewL(); virtual ~CTransition(); ...
[ "gzytom@0e8b9480-e87f-11dd-80ed-bda8ba2650cd" ]
[ [ [ 1, 56 ] ] ]
3de637dadb95b1cc12d75b3dde1f303f601590f5
d6e0f648d63055d6576de917de8d6f0f3fcb2989
/ddv/win/src/mwnd.h
f8f14f11a27c97b1b6448851e6edaab95dda1299
[]
no_license
lgosha/ssd
9b4a0ade234dd192ef30274377787edf1244b365
0b97a39fd7edabca44c4ac19178a5c626d1efea3
refs/heads/master
2020-05-19T12:41:32.060017
2011-09-27T12:43:06
2011-09-27T12:43:06
2,428,803
0
0
null
null
null
null
UTF-8
C++
false
false
1,381
h
#ifndef __MWND_H__ #define __MWND_H__ #include <QTreeWidget> #include "udp_panswer.h" class UTreeWidget : public QTreeWidget { Q_OBJECT public: UTreeWidget( QWidget * ); void setData( pAnswer & ); void find( const QString & ); void hideItems(); private: void createItem( uint ); private: sta...
[ "llepekhin@gmail.com" ]
[ [ [ 1, 62 ] ] ]
c240e6b93e70a5e5d64e9933b7a8537b4dd5bbae
0045750d824d633aba04e1d92987e91fb87e0ee7
/audioinfo.cpp
346ba59f57bcaaee334c71d96b8f53efa7051ade
[]
no_license
mirelon/vlaciky
eaab3cbae7d7438c4fcb87d2b5582b0492676efc
30f5155479a3f3556199aa2d845fcac0c9a2d225
refs/heads/master
2020-05-23T15:05:26.370548
2010-06-16T18:55:52
2010-06-16T18:55:52
33,381,959
0
0
null
null
null
null
UTF-8
C++
false
false
1,099
cpp
#include "audioinfo.h" #include <cmath> #include <cstdlib> AudioInfo::AudioInfo(QAudioInput* device) :QIODevice() { input = device; m_maxValue = 0; } AudioInfo::~AudioInfo() { } void AudioInfo::start() { open(QIODevice::WriteOnly); } void AudioInfo::stop() { close(); } qint64 AudioI...
[ "mirelon@a6d88fff-da04-0f23-7c93-28760c376c6a" ]
[ [ [ 1, 67 ] ] ]
9f7b5081076ec621f6e37329dcc8d99ab068dfb4
85c91b680d74357b379204ecf7643ae1423f8d1e
/branches/pre_mico_2_3-12/examples/general/philosopher/dinner_CutleryImpl/dinner_CutleryImpl.h
944df4c14f9a5009afd98e151711f7c4dcc80e8d
[]
no_license
BackupTheBerlios/qedo-svn
6fdec4ca613d24b99a20b138fb1488f1ae9a80a2
3679ffe8ac7c781483b012dbef70176e28fea174
refs/heads/master
2020-11-26T09:42:37.603285
2010-07-02T10:00:26
2010-07-02T10:00:26
40,806,890
0
0
null
null
null
null
UTF-8
C++
false
false
6,485
h
// // generated by Qedo // #ifndef _dinner_CutleryImpl_H_ #define _dinner_CutleryImpl_H_ // BEGIN USER INSERT SECTION file_pre // END USER INSERT SECTION file_pre #include <CORBA.h> #include "dinner_CutleryImpl_BUSINESS.h" #include "component_valuetypes.h" #include "RefCountBase.h" #include <string...
[ "tom@798282e8-cfd4-0310-a90d-ae7fb11434eb" ]
[ [ [ 1, 251 ] ] ]
cc178fc4f0f5470e2d357f85ef544101416d78f3
854ee643a4e4d0b7a202fce237ee76b6930315ec
/arcemu_svn/src/sun/src/InstanceScripts/Instance_Botanica.cpp
45ea9806a65a584056a4b952710c10036dcb4c17
[]
no_license
miklasiak/projekt
df37fa82cf2d4a91c2073f41609bec8b2f23cf66
064402da950555bf88609e98b7256d4dc0af248a
refs/heads/master
2021-01-01T19:29:49.778109
2008-11-10T17:14:14
2008-11-10T17:14:14
34,016,391
2
0
null
null
null
null
UTF-8
C++
false
false
40,353
cpp
/* * Moon++ Scripts for Ascent MMORPG Server * Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/> * Copyright (C) 2007-2008 Moon++ Team <http://www.moonplusplus.info/> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License...
[ "Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef" ]
[ [ [ 1, 1461 ] ] ]
15285c3470793da5b02bd2bc4ad739d30f8556fb
91ba1dc7ac2d753c7b73822b75d6b0c55d9ed52b
/rtppacket.h
d4eaf38848d044c93521f26ff366a5bd243e4f74
[]
no_license
joshualant/rtpreceive
35c326a218d1709f6505d2f1df05a1190ad87923
f93d8eec1d3013fb95e77534f6bcb3927cd2d6ad
refs/heads/master
2021-01-10T09:21:13.393217
2011-02-23T00:49:04
2011-02-23T00:49:04
43,960,631
3
1
null
null
null
null
UTF-8
C++
false
false
2,393
h
/* * Copyright (c) 2011, Jim Hollinger * 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 lis...
[ "hollinger.jim@gmail.com" ]
[ [ [ 1, 65 ] ] ]
7b54752f828f218c22c30f36f3d53f293afb4dd2
e8fab7f64d01d63f439ec6a98aff2a1d30b648b4
/process/datastore/constructions/swz_mols_comp.cpp
38ead924492f03459218557c2c750e8fa142e106
[]
no_license
robbywalker/phftables
387452301aace677cb345909704967e8390d1be9
e00afc683025cfb3abced5721f3449783e4a9023
refs/heads/master
2021-01-21T00:52:09.945550
2011-04-24T18:20:38
2011-04-24T18:20:38
1,657,308
0
0
null
null
null
null
UTF-8
C++
false
false
1,001
cpp
#include "construction.h" #include "../datastore.h" #include "../util/math.h" class c_swz_mols_comp : public construction { public: c_swz_mols_comp() : construction( "swz_mols_comp", 32 ) { } void process( array * base ) { if ( base->k <= MAXV ) return; if ( base->k >= MAXK ) return; ar...
[ "robby.walker@gmail.com" ]
[ [ [ 1, 48 ] ] ]
ad78d71b5b189fb645ec3cfb2fa5b73d97f55ecd
105cc69f4207a288be06fd7af7633787c3f3efb5
/HovercraftUniverse/HovercraftUniverse/Asteroid.h
2741474989618255097d8accff71f3b3c92dbb4f
[]
no_license
allenjacksonmaxplayio/uhasseltaacgua
330a6f2751e1d6675d1cf484ea2db0a923c9cdd0
ad54e9aa3ad841b8fc30682bd281c790a997478d
refs/heads/master
2020-12-24T21:21:28.075897
2010-06-09T18:05:23
2010-06-09T18:05:23
56,725,792
0
0
null
null
null
null
UTF-8
C++
false
false
3,989
h
#ifndef ASTEROID_H #define ASTEROID_H #include "HovercraftUniverseEntity.h" #include <tinyxml/tinyxml.h> #include "Exception.h" namespace HovUni { /** * The asteroid is an entity on which the characters will race and on which the track will be placed. Every asteroid has a gravitational field * that exer...
[ "pintens.pieterjan@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c", "pintens.pieter.jan@gmail.com", "kristof.overdulve@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c", "tobias.vanbladel@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c", "dirk.delahaye@2d55a33c-0a8f-11df-aac0-2d4c26e34a4c" ]
[ [ [ 1, 5 ], [ 7, 10 ], [ 14, 18 ], [ 22, 32 ], [ 34, 35 ], [ 37, 38 ], [ 40, 49 ], [ 53, 54 ], [ 56, 56 ], [ 58, 70 ...
50d5bd6fed6877cc03a2c2606efd174b11a89c5d
df2224596a6b24f9a320fc8313c0ed6f161970db
/hSphere.cpp
cf46b488ccd5245ee8df292c16749fb412ce8b1d
[]
no_license
arnaringib/uni-iceland-haptic
d38f463c3c15792a6184f1136670eeb5edd787c2
57ac9d79a15d4da53082d3504b1f99457604bbaa
refs/heads/master
2021-01-01T16:25:08.104447
2010-05-20T21:20:18
2010-05-20T21:20:18
32,108,051
0
0
null
null
null
null
UTF-8
C++
false
false
776
cpp
#include "hSphere.h" using namespace std; using namespace H3D; using namespace H3DUtil::ArithmeticTypes; hSphere::hSphere() : Shapes(){ sphere = new Sphere; } hSphere::~hSphere(){ delete sphere; } void hSphere::setRadius(const float &radius){ sphere->radius->setValue(radius); } void hSphere::s...
[ "arnaringib@cfee87e8-01ee-11df-bfb3-7781b9cb07ea" ]
[ [ [ 1, 39 ] ] ]
66e7fd923c373865c4e2036234b8f2a035d29a92
f13f46fbe8535a7573d0f399449c230a35cd2014
/JelloMan/Engine.cpp
568ed0c847d86fb42db2530e064a3930cf482d63
[]
no_license
fangsunjian/jello-man
354f1c86edc2af55045d8d2bcb58d9cf9b26c68a
148170a4834a77a9e1549ad3bb746cb03470df8f
refs/heads/master
2020-12-24T16:42:11.511756
2011-06-14T10:16:51
2011-06-14T10:16:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,436
cpp
#include "Engine.h" #include "MainGame.h" #include "ContentManager.h" #include "GameConfig.h" LRESULT CALLBACK MainWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { static Engine* app = 0; switch( msg ) { case WM_CREATE: { // Get the 'this' pointer we passed to CreateWindow via the l...
[ "seebsprengers@hotmail.com", "bastian.damman@0fb7bab5-1bf9-c5f3-09d9-7611b49293d6" ]
[ [ [ 1, 67 ], [ 70, 111 ], [ 113, 187 ], [ 191, 412 ], [ 429, 429 ], [ 474, 475 ], [ 478, 478 ], [ 480, 480 ], [ 482, 485 ], [ ...
fc947e8b99b6e61b70f0096ca9dbd7152c84ea1e
ae0b041a5fb2170a3d1095868a7535cc82d6661f
/MFCHash/MFCHash.h
71ae690816d1db0a92e12ab7682aa4e83610ee20
[]
no_license
hexonxons/6thSemester
59c479a1bb3cd715744543f4c2e0f8fdbf336f4a
c3c8fdea6eef49de629a7f454b91ceabd58d15d8
refs/heads/master
2016-09-15T17:45:13.433434
2011-06-08T20:57:25
2011-06-08T20:57:25
1,467,281
0
0
null
null
null
null
UTF-8
C++
false
false
510
h
// MFCHash.h : main header file for the PROJECT_NAME application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CMFCHashApp: // See MFCHash.cpp for the implementation of this class // class CMFCH...
[ "killgamesh666@gmail.com" ]
[ [ [ 1, 31 ] ] ]
4b56c681a13d83777e5f9a45e46726344d6a9a34
b4bff7f61d078e3dddeb760e21174a781ed7f985
/Source/Contrib/UserInterface/src/Component/Spinner/OSGAbstractSpinnerModel.cpp
9eeef13c84ca80d901885c6d3bec3daa8187e436
[]
no_license
Langkamp/OpenSGToolbox
8283edb6074dffba477c2c4d632e954c3c73f4e3
5a4230441e68f001cdf3e08e9f97f9c0f3c71015
refs/heads/master
2021-01-16T18:15:50.951223
2010-05-19T20:24:52
2010-05-19T20:24:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,915
cpp
/*---------------------------------------------------------------------------*\ * OpenSG ToolBox UserInterface * * * * * ...
[ "djkabala@gmail.com" ]
[ [ [ 1, 119 ] ] ]
c6700d63e8cac3bfa82be6ae8c32716c6d4b46bf
9c05239052fbbd9144cadeb34a3bf66fc845a305
/src/IOMgmt.h
f02fb46752383103960f7b333a3b18dfaf7cabf6
[]
no_license
Steve132/solongsucker
91e856bb05528c8560b0a5d8012618083a19c67f
c7c1d57082dea4bcf629e59fe416d1dac64dea47
refs/heads/master
2016-09-06T15:56:38.487323
2009-05-04T18:34:46
2009-05-04T18:34:46
32,110,628
0
0
null
null
null
null
UTF-8
C++
false
false
4,660
h
#ifndef _IOMGMT #define _IOMGMT #include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace std; #include "AppError.h" #define MARGINSIZE 20 namespace IOMgmt { class IOError: public AppError { public: IOError(); //default constructor IOError(str...
[ "sarahloewy@0cb4d474-18c1-11de-989c-57ac4e9a12f8", "steve@soapforge.com@0cb4d474-18c1-11de-989c-57ac4e9a12f8" ]
[ [ [ 1, 12 ], [ 156, 160 ] ], [ [ 13, 155 ] ] ]
58ed605c26b4c23cd1ccc8f8158cf4eb44f1d996
c95a83e1a741b8c0eb810dd018d91060e5872dd8
/Game/ObjectDLL/ObjectShared/AIGoalSearch.h
7c5cd1dd7fdfd599c021d8492c8212b645944f19
[]
no_license
rickyharis39/nolf2
ba0b56e2abb076e60d97fc7a2a8ee7be4394266c
0da0603dc961e73ac734ff365bfbfb8abb9b9b04
refs/heads/master
2021-01-01T17:21:00.678517
2011-07-23T12:11:19
2011-07-23T12:11:19
38,495,312
1
0
null
null
null
null
UTF-8
C++
false
false
1,086
h
// ----------------------------------------------------------------------- // // // MODULE : AIGoalSearch.h // // PURPOSE : AIGoalSearch class definition // // CREATED : 1/11/02 // // (c) 2002 Monolith Productions, Inc. All Rights Reserved // ------------------------------------------------------------------...
[ "vytautasrask@gmail.com" ]
[ [ [ 1, 54 ] ] ]