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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
faa99f1c00f68d5bc67e033f7d8706dea2f49340 | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_统计专用/C++Primer中文版(第4版)/第一次-代码集合-20090414/第十五章 面向对象编程/20090222_习题15.3_定义自己的Item_base类版本.cpp | b87700ab9827d2aad6a99ccfca9ee31634a68fdb | [] | 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 | 350 | cpp | class Item_base {
public:
Item_base(const std::string &book = "",
double sales_price = 0.0):
isbn(book), price(sales_price) {}
std::string book() const
{
return isbn;
}
virtual double net_price(size_t n) const
{
return n * price;
}
virtual ~Item_base() {}
private:
std::string isbn;
pr... | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
20
]
]
] |
96793ec3769f7c60c645e74b715895a28e197889 | 91ac219c4cde8c08a6b23ac3d207c1b21124b627 | /sound/Sound.h | e524aee541eb886e28bf6a4b59eb84d55c31b369 | [] | no_license | DazDSP/hamdrm-dll | e41b78d5f5efb34f44eb3f0c366d7c1368acdbac | 287da5949fd927e1d3993706204fe4392c35b351 | refs/heads/master | 2023-04-03T16:21:12.206998 | 2008-01-05T19:48:59 | 2008-01-05T19:48:59 | 354,168,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,009 | h | /******************************************************************************\
* Technische Universitaet Darmstadt, Institut fuer Nachrichtentechnik
* Copyright (c) 2001
*
* Author(s):
* Volker Fischer
*
* Description:
* See Sound.cpp
*
*************************************************************... | [
"hb9tlk@gmail.com"
] | [
[
[
1,
117
]
]
] |
20c33f4c7a2190160282782c42688828770fdb44 | 5399d919f33bca564bd309c448f1151e7fb6aa27 | /server/utils/Atomic.hpp | 7048d26db90c916e6b2e6ba4e72265f3b60a1d03 | [] | no_license | hotgloupi/zhttpd | bcbc37283ebf0fb401417fa1799f7f7bb286f0d5 | 0437ac2e34dde89abab26665df9cbee1777f1d44 | refs/heads/master | 2021-01-25T05:57:49.958146 | 2011-01-03T14:22:05 | 2011-01-03T14:22:05 | 963,056 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | hpp |
#ifndef __ATOMIC_HPP__
# define __ATOMIC_HPP__
#ifdef _WIN32
# include "AtomicWindows.hpp"
#else
# include "AtomicUnix.hpp"
#endif // !_WIN32
namespace zhttpd
{
typedef implementation::Atomic Atomic;
}
#endif // !__ATOMIC_HPP__
| [
"github@hotgloupi.chapeaunoir.info"
] | [
[
[
1,
16
]
]
] |
6cfc4c1e68d26f88fe2d4a0611d8daffa1fdd2ac | d9a78f212155bb978f5ac27d30eb0489bca87c3f | /PB/src/PbLib/pblobby.h | ba4585d7b0f00a2ba47221f089384219ae655f33 | [] | no_license | marchon/pokerbridge | 1ed4a6a521f8644dcd0b6ec66a1ac46879b8473c | 97d42ef318bf08f3bc0c0cb1d95bd31eb2a3a8a9 | refs/heads/master | 2021-01-10T07:15:26.496252 | 2010-05-17T20:01:29 | 2010-05-17T20:01:29 | 36,398,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | h | #pragma once
#include "pbtables.h"
#include "pbtourney.h"
class PBTables;
class RpcChannel;
class PBLobby : public QObject
{
Q_OBJECT;
public:
PBLobby(QObject *parent=0);
PBTables *tables(){ return _tables; }
PBTourneys *tourneys(){ return _tourneys; }
signals:
void pong();
public slots:
void... | [
"mikhail.mitkevich@gmail.com",
"mikhail.mitkevich@a5377438-2eb2-11df-b28a-19025b8c0740"
] | [
[
[
1,
2
],
[
5,
5
],
[
8,
9
],
[
11,
11
],
[
17,
17
],
[
20,
21
]
],
[
[
3,
4
],
[
6,
7
],
[
10,
10
],
[
12,
16
... |
0ebd8c121427d6197ea12543de98eed83d9753fd | 01fa6f43ad536f4c9656be0f2c7da69c6fc9dc1c | /srcsel.h | 4e2ee2c0fdf0f180d72fd908544a9ce660657726 | [] | no_license | akavel/wed-editor | 76a22b7ff1bb4b109cfe5f3cc630e18ebb91cd51 | 6a10c167e46bfcb65adb514a1278634dfcb384c1 | refs/heads/master | 2021-01-19T19:33:18.124144 | 2010-04-16T20:32:17 | 2010-04-16T20:32:17 | 10,511,499 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,204 | h | #if !defined(AFX_SrcSel_H__67B2EFC3_E9B8_11D2_B398_525400D994D7__INCLUDED_)
#define AFX_SrcSel_H__67B2EFC3_E9B8_11D2_B398_525400D994D7__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SrcSel.h : header file
//
#include "SelList.h"
/////////////////////////////////////////////////... | [
"none@none"
] | [
[
[
1,
86
]
]
] |
5f345aeccd8bdadcf48566badceda6e8e6b14f9d | e618b452106f251f3ac7cf929da9c79256c3aace | /src/lib/cpp/API/Win32/Handle.h | 772b6141b6bd26f5c5ed86fcf6d5403e20381cef | [] | no_license | dlinsin/yfrog | 714957669da86deff3a093a7714e7d800c9260d8 | 513e0d64a0ff749e902e797524ad4a521ead37f8 | refs/heads/master | 2020-12-25T15:40:54.751312 | 2010-04-13T16:31:15 | 2010-04-13T16:31:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,295 | h | // Handle.h: Handle class.
//////////////////////////////////////////////////////////////////////
#pragma once
namespace API {
namespace Win32 {
//////////////////////////////////////////////////////////////////////
// THandle
//////////////////////////////////////////////////////////////////////
templa... | [
"corey.floyd@flyingjalapenosoftware.com"
] | [
[
[
1,
131
]
]
] |
d1b088361cdd01672f14bb8263c05034de303475 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/ContentTools/Common/Filters/Common/Filter/hctFilterDescriptor.h | 29a37f68baa8420472a4f69af725f0e1c462ed35 | [] | no_license | TheProjecter/olafurabertaymsc | 9360ad4c988d921e55b8cef9b8dcf1959e92d814 | 456d4d87699342c5459534a7992f04669e75d2e1 | refs/heads/master | 2021-01-10T15:15:49.289873 | 2010-09-20T12:58:48 | 2010-09-20T12:58:48 | 45,933,002 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,399 | h | /*
*
* 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... | [
"olinord@gmail.com"
] | [
[
[
1,
132
]
]
] |
47edbcfbae1f381af2c0f2e6cced807de94437f4 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Common/Models/Power1/Switch.cpp | 45e1e2c20c2c069e4cdf19ed66a57cd9c05095ca | [] | 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 | 10,819 | cpp | //================== SysCAD - Copyright Kenwalt (Pty) Ltd ===================
// $Nokeywords: $
//===========================================================================
#include "stdafx.h"
#define __SWITCH_CPP
#include "sc_defs.h"
#include "pgm_e.h"
#include "switch.h"
#include "scd_wm.h"
XID xid... | [
"paul.hannah@syscad.net",
"chris.moreton@syscad.net"
] | [
[
[
1,
6
],
[
8,
23
],
[
26,
51
],
[
53,
149
],
[
151,
152
],
[
156,
160
],
[
162,
206
],
[
209,
228
],
[
230,
324
],
[
326,
... |
90e81313e225b5910fd8c3740d7075fbb3d18b27 | 0da7fec56f63012180d848b1e72bada9f6984ef3 | /PocketDjVu_root/PocketDjvu/AboutDlg.cpp | cf99c2a976d3fe0662e333591da02aa7a32a8390 | [] | 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 | 1,699 | cpp | // aboutdlg.cpp : implementation of the CAboutDlg class
//
/////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "resource.h"
#include "aboutdlg.h"
#include "./misc.h"
LRESULT CAboutDlg::OnInitDialog( UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHan... | [
"Igor.Solovyov@84cd470b-3125-0410-acc3-039690e87181"
] | [
[
[
1,
62
]
]
] |
787c5bc99d760dbc322f8b46ec3dc9a3d3244626 | 382b459563be90227848e5125f0d37f83c1e2a4f | /Schedule/include/markevaluator.h | 91fd9bf027fe7a9f215382998079bb96213096f0 | [] | no_license | Maciej-Poleski/SchoolTools | 516c9758dfa153440a816a96e3f05c7f290daf6c | e55099f77eb0f65b75a871d577cc4054221b9802 | refs/heads/master | 2023-07-02T09:07:31.185410 | 2010-07-11T20:56:59 | 2010-07-11T20:56:59 | 392,391,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,255 | h | #ifndef MARKEVALUATOR_H
#define MARKEVALUATOR_H
#include "complist.h"
/** Klasa reprezentuje system przeliczania punktów i ocen pośrednich w oceny cząstkowe nie uwzględniając wag.
*
* Możliwości:
* - Dummy (do nothing)
* - modern -> classic
* - classic -> partial-mark (ocena cząstkowa)
* - mode... | [
"Maciej-Poleski@users.noreply.github.com"
] | [
[
[
1,
35
]
]
] |
240f13c1dc7bef64c1c72795ec1fa669968f0672 | 5e72c94a4ea92b1037217e31a66e9bfee67f71dd | /older/tptest5/src/MainFrame.h | de8a48b585f33a9aa2cd2f8c72bef71d8f496fc4 | [] | 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 | 2,376 | h | #pragma once
#include "main.h"
#include "ServerListDialog.h"
#include "DialogAbout.h"
class AdvancedModePanel; // forward declarations
class SimpleModePanel; // forward declarations
class AvailabilityModePanel; // forward declarations
class RTTPacketlossModePanel; // forward declarations
class Throughput... | [
"rickard.dahlstrand@iis.se"
] | [
[
[
1,
90
]
]
] |
fc0043c0aeaf55c64da79215ff8535475be3682c | b822313f0e48cf146b4ebc6e4548b9ad9da9a78e | /KylinSdk/Engine/Source/uiCursorEx.h | 3f529935670c011682f0edd7ff62cbf39b3a0929 | [] | no_license | dzw/kylin001v | 5cca7318301931bbb9ede9a06a24a6adfe5a8d48 | 6cec2ed2e44cea42957301ec5013d264be03ea3e | refs/heads/master | 2021-01-10T12:27:26.074650 | 2011-05-30T07:11:36 | 2011-05-30T07:11:36 | 46,501,473 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 981 | h | #pragma once
#include "GuiManager.h"
namespace Kylin
{
class CursorEx : public GuiBase
{
public:
CursorEx();
enum CursorType
{
CT_WINBASE = 0,
CT_NORMAL, //普通
CT_ATTACK, //攻击
CT_AUTORUN, //自动行走中
CT_PICKUP, //拾取物品
CT_UNREACHABLE, //无法到达的区域
CT_MINE, //采矿
... | [
"apayaccount@gmail.com",
"apayaccount@5fe9e158-c84b-58b7-3744-914c3a81fc4f"
] | [
[
[
1,
9
],
[
37,
43
],
[
49,
50
]
],
[
[
10,
36
],
[
44,
48
]
]
] |
b009f82e093ef1147fd86c11d5ce458005ba8628 | e7c45d18fa1e4285e5227e5984e07c47f8867d1d | /Application/SysCAD/SvcConn.cpp | 2341b848996b25c6aa1b7d87a5ff99373b791dfc | [] | 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 | 52,705 | cpp | #include "stdafx.h"
#include "grfdoc.h"
#include "msgwnd.h"
#include "flwnode.h"
#include "SvcConn.h"
#include "SvcConnCLR.h"
//#include "optoff.h"
#define NETSERVERNAME "SvcConnect"
//========================================================================
#if SYSCAD10
#define dbgSvcConn 1
//... | [
"chris.moreton@syscad.net",
"paul.hannah@syscad.net"
] | [
[
[
1,
14
],
[
16,
47
],
[
49,
54
],
[
56,
81
],
[
83,
95
],
[
97,
102
],
[
104,
106
],
[
108,
111
],
[
113,
114
],
[
116,
... |
275e65e477c7e68c978901fde6bb025ce6709382 | 6e4f9952ef7a3a47330a707aa993247afde65597 | /PROJECTS_ROOT/WireChanger/SettingsTempl.cpp | 0fbf35523b7005250c7be1f4f8049e6624b4d922 | [] | no_license | 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 | WINDOWS-1251 | C++ | false | false | 39,841 | cpp | #include "stdafx.h"
#include <process.h>
#include "_common.h"
#include "_externs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
CRect rtTargetRect(0,0,0,0);
HANDLE hCloseAlertEvent=0;
BOOL CALLBACK SetPosFinished(void* Param, int iButtonNum, HWND hThisW... | [
"wplabs@3fb49600-69e0-11de-a8c1-9da277d31688"
] | [
[
[
1,
1090
]
]
] |
2aa000c28ebd8dfd6e9c20ff6e1b3fcafda5aba6 | 57855d23617d6a65298c2ae3485ba611c51809eb | /Zen/plugins/ZOpenAL/src/Resource.cpp | 2fef5c2ee8373959b50a1416e896188ff57b5715 | [] | no_license | Azaezel/quillus-daemos | 7ff4261320c29e0125843b7da39b7b53db685cd5 | 8ee6eac886d831eec3acfc02f03c3ecf78cc841f | refs/heads/master | 2021-01-01T20:35:04.863253 | 2011-04-08T13:46:40 | 2011-04-08T13:46:40 | 32,132,616 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,755 | cpp | //-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
// IndieZen Game Engine Framework
//
// Copyright (C) 2001 - 2007 Tony Richards
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// ... | [
"sgtflame@Sullivan",
"quillus@hotmail.com"
] | [
[
[
1,
38
],
[
41,
155
]
],
[
[
39,
40
]
]
] |
f8c4a81e62acc9b8eaa2ba8b6875c422bcf73654 | 62c9cb0899bbb36d3e742559831f84054b57d790 | /DeviceAdapters/ABS/ABSCamera.h | 0d58eacba4d6de7b148147f5037870ab192e847a | [] | no_license | astraw/micromanager1.3 | b1a245f676f32bbaf1cda7cecbaaf0a5c661ad6c | 6032a1916442dfd1847bef0ed1d5bd1895334c1d | refs/heads/master | 2020-06-05T02:37:31.526258 | 2009-04-28T16:58:58 | 2009-04-28T16:58:58 | 187,348 | 2 | 0 | null | null | null | null | ISO-8859-13 | C++ | false | false | 3,446 | h | /////////////////////////////////////////////////////////////////////////////
// Name: ABSCamera.h
// Purpose: Definition der Kameraklasse als Adapter für µManager
// Author: Michael Himmelreich
// Created: 31. Juli 2007
// Copyright: (c) Michael Himmelreich
// Project: ConfoVis
///////... | [
"OD@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd",
"nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd"
] | [
[
[
1,
63
],
[
65,
110
]
],
[
[
64,
64
]
]
] |
912e914312dd2e24ef9186903d5b7e075e3f183a | b38ab5dcfb913569fc1e41e8deedc2487b2db491 | /libraries/DX8FX/module/Device.cpp | 1c4ab24de636ad7e046161dfc5df76d62f108c21 | [] | no_license | santosh90n/Fury2 | dacec86ab3972952e4cf6442b38e66b7a67edade | 740a095c2daa32d33fdc24cc47145a1c13431889 | refs/heads/master | 2020-03-21T00:44:27.908074 | 2008-10-16T07:09:17 | 2008-10-16T07:09:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,310 | cpp | #include "../header/DX8FX.hpp"
Device::Device(int Width, int Height) {
_device = 0;
init(Width, Height);
Global->Devices.push_back(this);
}
Device::~Device() {
DeviceVector::iterator iter = std::find(Global->Devices.begin(), Global->Devices.end(), this);
if (iter != Global->Devices.end()) {
G... | [
"kevin@1af785eb-1c5d-444a-bf89-8f912f329d98"
] | [
[
[
1,
105
]
]
] |
be3d424b60687108caa20558f746e892cb32174b | 867f5533667cce30d0743d5bea6b0c083c073386 | /EchoServer/EchoServer_Cxx/EchoServer_Cxx.cpp | e860dddfe83568b47d91a5bcb38199adac8796fe | [] | no_license | mei-rune/jingxian-project | 32804e0fa82f3f9a38f79e9a99c4645b9256e889 | 47bc7a2cb51fa0d85279f46207f6d7bea57f9e19 | refs/heads/master | 2022-08-12T18:43:37.139637 | 2009-12-11T09:30:04 | 2009-12-11T09:30:04 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 611 | cpp | // cxxTester.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <iostream>
#include "acceptor.h"
int _tmain(int argc, _TCHAR* argv[])
{
WSADATA wsaData;
if ( 0 != WSAStartup( MAKEWORD( 2, 2 ), &wsaData ) )
return false;
try
{
server svr;
svr.start( new acceptor( svr, "0.0.0.0", 30003 ... | [
"runner.mei@0dd8077a-353d-11de-b438-597f59cd7555"
] | [
[
[
1,
39
]
]
] |
1a0f4b47c02bcfa9c648fa080f8132eb46f463b3 | aa028d1c3bd1870bf3d52f801de824bd1c9d6408 | /IrrHelloWorld/jni/ArchiveHelper.cpp | 9cc5a721bc33d484aecb77098ad08041aae97af7 | [] | no_license | androids7/irrlicht-examples | d9b3da312a2b0c665105b83d037af43633dd2c94 | f2ed239ddc542785fef72498bd3f09a90b334cd6 | refs/heads/master | 2021-12-02T03:05:11.651328 | 2010-10-15T06:20:53 | 2010-10-15T06:20:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,942 | cpp | /*
* ArchiveHelper.cpp
*
* Created on: Oct 14, 2010
* Author: dschaefer
*/
#include "ArchiveHelper.h"
#include <android/log.h>
ArchiveHelper::ArchiveHelper(JNIEnv * env, jobject archiveHelper) {
mEnv = env;
mArchiveHelper = env->NewGlobalRef(archiveHelper);
}
ArchiveHelper::~ArchiveHelper... | [
"cdtdoug@gmail.com"
] | [
[
[
1,
64
]
]
] |
cd3a22edf8d1e2bd88911c5be2b6c25603b6f707 | 9bd0004220edc6cde7927d06f4d06d05a57d6d7d | /xq/bitmap.h | da9ac55b12513b185e35d05c45b9073e79dfea87 | [] | no_license | lwm3751/folium | 32b8c1450d8a1dc1c899ac959493fd4ae5166264 | e32237b6bb5dabbce64ea08e2cf8f4fe60b514d5 | refs/heads/master | 2021-01-22T03:12:58.594929 | 2011-01-09T15:36:02 | 2011-01-09T15:36:02 | 26,789,096 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,110 | h | #ifndef _BITMAP_H_
#define _BITMAP_H_
#include "int.h"
#include "xq_data.h"
namespace folium
{
class Bitmap
{
public:
Bitmap();
void do_move(uint, uint);
void undo_move(uint, uint, uint);
uint nonempty_up_1(uint)const;
uint nonempty_down_1(uint)cons... | [
"lwm3751@cb49bd84-cb2d-0410-93fd-e1760d46b244"
] | [
[
[
1,
187
]
]
] |
27832b8913b7fcab2b3170bec8e1e6d36b44b085 | 335783c9e5837a1b626073d1288b492f9f6b057f | /source/fbxcmd/daolib/Model/Common/color4.h | af686905ab3c34524200b3e044a21aa296c95250 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | code-google-com/fbx4eclipse | 110766ee9760029d5017536847e9f3dc09e6ebd2 | cc494db4261d7d636f8c4d0313db3953b781e295 | refs/heads/master | 2016-09-08T01:55:57.195874 | 2009-12-03T20:35:48 | 2009-12-03T20:35:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,885 | h | #pragma once
#include "vector3f.h"
#include "vector4f.h"
class Color4 {
public:
float r,g,b,a;
// Constructors
Color4() { r = g = b = a = 1.0f; }
Color4(float R, float G, float B, float A=1.0f) { r = R; g = G; b = B; a=A; }
Color4(double R, double G, double B, double A=1.0) { r = (float)R; g = (flo... | [
"tazpn314@ccf8930c-dfc1-11de-9043-17b7bd24f792"
] | [
[
[
1,
86
]
]
] |
52996beecf6b076d8993e25bc3a32e6b47cf0a00 | df070aa6eb5225412ebf0c3916b41449edfa16ac | /AVS_Transcoder_SDK/kernel/audio/AudioTransCoder_Lame/av3enc/src/sam_cbc_huffman.cpp | 8aad7abdd2051dbca5289acf02218180a01e0af0 | [] | no_license | numericalBoy/avs-transcoder | 659b584cc5bbc4598a3ec9beb6e28801d3d33f8d | 56a3238b34ec4e0bf3a810cedc31284ac65361c5 | refs/heads/master | 2020-04-28T21:08:55.048442 | 2010-03-10T13:28:18 | 2010-03-10T13:28:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54,562 | cpp | /*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2004, Audio Video Coding Standard, Part III
*
* This software module was originally developed by
*
* JungHoe Kim (kjh94@samsung.com), Samsung AIT
*
* edited by
*
* Lei Miao (win.mia... | [
"Joshua.xyl@gmail.com@6c8d3a4c-d4d5-11dd-b6b4-918b84bbd919"
] | [
[
[
1,
1122
]
]
] |
c742c201da5a76a9a821fc213266f355fd171d17 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak/CloningContext.h | 4d7e0436958f2f6b89bad30909c3c6328941eddd | [] | no_license | halak/halak-plusplus | d09ba78640c36c42c30343fb10572c37197cfa46 | fea02a5ae52c09ff9da1a491059082a34191cd64 | refs/heads/master | 2020-07-14T09:57:49.519431 | 2011-07-09T14:48:07 | 2011-07-09T14:48:07 | 66,716,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,304 | h | #pragma once
#ifndef __HALAK_CLONINGCONTEXT_H__
#define __HALAK_CLONINGCONTEXT_H__
# include <Halak/FWD.h>
# include <map>
namespace Halak
{
class CloningContext
{
public:
CloningContext();
~CloningContext();
templ... | [
"halakshin@gmail.com"
] | [
[
[
1,
35
]
]
] |
2c0ad55f6e4f2d8326ca5aa8e0c9f083e4b4c5f0 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdcpp/apps/BCCSRuntimeSup/inc/BCCSRuntimeSup.h | 58e4a2d03fc9a8103cb005bfdcf60d5d29400680 | [] | 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 | 4,654 | h | /*
* Copyright (c) 2008-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/leg... | [
"none@none"
] | [
[
[
1,
184
]
]
] |
0bf42410d4de50475369b1cb804604f062e28d76 | 656aba8d1c0379c82261b34de6875704d7133645 | /trunk/Sources/Common/UnitTests/AgentTest/AgentTest.cpp | d3128819652debd9bcfaf858d15a8262798aa338 | [] | no_license | BackupTheBerlios/exspecto-svn | 7ac87d6f30896add78adeebc68fffe720ec46d56 | c0cd6af554231680e5bf404e25330907b194bd24 | refs/heads/master | 2020-12-24T13:28:04.023732 | 2008-03-10T15:04:43 | 2008-03-10T15:04:43 | 40,664,795 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 750 | cpp | #include <tchar.h>
#include <cppunit/CompilerOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
int _tmain(int argc, _TCHAR* argv[])
{
// Get the top level suite from the registry
CPPUNIT_NS::Test *suite = CPPUNIT_NS::TestFactoryRegistry::getRegistry().makeTe... | [
"parshind@284ff1dd-de15-0410-891b-f61abf421a23"
] | [
[
[
1,
24
]
]
] |
57fe5e6c11843fa1b3edd3c2b1d46c37825dcb9a | 14298a990afb4c8619eea10988f9c0854ec49d29 | /PowerBill四川电信专用版本/ibill_source/EditTransFrm.cpp | 969b1ff9a9a624466944092db59755b94c575ba0 | [] | no_license | sridhar19091986/xmlconvertsql | 066344074e932e919a69b818d0038f3d612e6f17 | bbb5bbaecbb011420d701005e13efcd2265aa80e | refs/heads/master | 2021-01-21T17:45:45.658884 | 2011-05-30T12:53:29 | 2011-05-30T12:53:29 | 42,693,560 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,309 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "EditTransFrm.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "RzButton"
#pragma link "RzCmboBx"
#pragma link "RzE... | [
"cn.wei.hp@e7bd78f4-57e5-8052-e4e7-673d445fef99"
] | [
[
[
1,
44
]
]
] |
5e78bceadbf38d03d38babce8974f44d2b445c28 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/wheel/WheelController/include/AutoEngineDecorator.h | 8952fd5818881f7dd7f039dff34a069f8f31aa69 | [] | 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 | GB18030 | C++ | false | false | 1,417 | h | #ifndef __Orz_AutoEngineDecorator_h__
#define __Orz_AutoEngineDecorator_h__
#include "WheelControllerConfig.h"
#include "WheelEngineInterface.h"
namespace Orz
{
class _OrzWheelControlleExport AutoEngineDecorator:public WheelEngineInterface, public EventHandler//, public KeyListener
{
public:
Auto... | [
"ogre3d@yeah.net"
] | [
[
[
1,
59
]
]
] |
0898d7f3b847c5a5775474e8e341c666572baef9 | 1cacbe790f7c6e04ca6b0068c7b2231ed2b827e1 | /Oolong Engine2/Examples/Renderer/Tutorials/08 Shaders Demo (3DShaders.com)/Classes/Shader/3DShaders.src/Trackball.h | 41f5b738faf61c2c9a81d92b87026756c7f41b28 | [
"BSD-3-Clause"
] | permissive | tianxiao/oolongengine | f3d2d888afb29e19ee93f28223fce6ea48f194ad | 8d80085c65ff3eed548549657e7b472671789e6a | refs/heads/master | 2020-05-30T06:02:32.967513 | 2010-05-05T05:52:03 | 2010-05-05T05:52:03 | 8,245,292 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,182 | h | //
// Author: Philip Rideout
// Copyright: 2002-2006 3Dlabs Inc. Ltd. All rights reserved.
// License: see 3Dlabs-license.txt
//
#ifndef TRACKBALL_H
#define TRACKBALL_H
#include "Vector.h"
#include <wx/timer.h>
class TCanvas;
// Processes mouse motion and keyboard input that affect camera orienta... | [
"mozeal@7fa7efda-f44a-0410-a86a-c1fddb4bcab7"
] | [
[
[
1,
48
]
]
] |
ea28553fbad2890dc932d33b2ee63d131ce5c5b1 | 1775576281b8c24b5ce36b8685bc2c6919b35770 | /tags/release_1.0/thing_edit.cpp | 131b5249c4b977b2afe48a133df23545a10e42a4 | [] | no_license | BackupTheBerlios/gtkslade-svn | 933a1268545eaa62087f387c057548e03497b412 | 03890e3ba1735efbcccaf7ea7609d393670699c1 | refs/heads/master | 2016-09-06T18:35:25.336234 | 2006-01-01T11:05:50 | 2006-01-01T11:05:50 | 40,615,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,032 | cpp |
#include "main.h"
#include "map.h"
#include "line_edit.h"
#include "thing_edit.h"
#include "tex_box.h"
#include "editor_window.h"
#include "tex_browser.h"
#include "special_select.h"
#include "checks.h"
#include "args_edit.h"
tex_box_t *thing_tbox = NULL;
struct tedit_data_t
{
bool angle_consistent;... | [
"veilofsorrow@0f6d0948-3201-0410-bbe6-95a89488c5be"
] | [
[
[
1,
584
]
]
] |
d97323d94e1d13f16172e6d32b9658e55e4d7ac5 | 997e067ab6b591e93e3968ae1852003089dca848 | /src/game/collision.hpp | 53ea2385181418c277b2b34c2074a011d2a76261 | [
"LicenseRef-scancode-other-permissive",
"Zlib"
] | permissive | floff/ddracemax_old | 06cbe9f60e7cef66e58b40c5f586921a1c881ff3 | f1356177c49a3bc20632df9a84a51bc491c37f7d | refs/heads/master | 2016-09-05T11:59:55.623581 | 2011-01-14T04:58:25 | 2011-01-14T04:58:25 | 777,555 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | hpp | /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#ifndef GAME_MAPRES_COL_H
#define GAME_MAPRES_COL_H
#include <base/vmath.hpp>
enum
{
COLFLAG_SOLID=1,
COLFLAG_DEATH=2,
COLFLAG_NOHOOK=4,
COLFLAG_NOLASER=8,
};
int col_init();
int col_is_solid(int x, int y);
void col_set(int ... | [
"accreg@fluxid.pl",
"xfloff@gmail.com"
] | [
[
[
1,
34
],
[
37,
40
]
],
[
[
35,
36
]
]
] |
2f44da951a6b39785d43fef62e225c7f007a89f0 | 94b5dbeae59dcd378b2e57982b6640afac824405 | /SpriteEngine/Frame.hpp | 308438cdcb5c00f502aa1a963454d06e10b58adb | [] | no_license | Mikechaos/Super-Bodhi | e106fa4ac33151b9b9f86a9fe6590e4f5d5bc1d5 | 3e2b28046239e0780ee043a5a5e7e6d6e391434b | refs/heads/master | 2020-12-30T14:56:45.867331 | 2011-02-24T17:47:51 | 2011-02-24T17:47:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 862 | hpp | #ifndef FRAME_H
#define FRAME_H
#include <SFML/Graphics.hpp>
#include "BaseImage.hpp"
// Une Frame est composée d'un pointeur sur une image, d'un SubRect et d'une couleur
// La couleur par défaut d'une Frame est le blanc.
class Frame
{
public:
// Accès public à l'image, au Rect et à la couleur
... | [
"mike@mike-desktop.(none)"
] | [
[
[
1,
39
]
]
] |
6aac22a8c340a0c31bbb0a586cfd75c60ff3d761 | 23939b88feae85abfd72601120a54b637661c164 | /Link.h | c8a04a65e47651440ee085282633d7fff155a21f | [] | no_license | klanestro/textCalc | e9feae14be270cd22de347e2e4b764fadfb0709c | 2634f92702aaf7d9a61187b2a34b998d92780672 | refs/heads/master | 2021-01-19T13:50:28.692058 | 2010-01-21T09:29:53 | 2010-01-21T09:29:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | h | // Link.h: interface for the CLink class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LINK_H__81E1AA46_8C87_11D3_9F2C_F2073F59A624__INCLUDED_)
#define AFX_LINK_H__81E1AA46_8C87_11D3_9F2C_F2073F59A624__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VE... | [
"klanestrotalisman@gmail.com"
] | [
[
[
1,
51
]
]
] |
772eb4200e3f641f4bccd5172b695ab1c4f3103e | c2abb873c8b352d0ec47757031e4a18b9190556e | /src/ogreIncludes/CEGUI/CEGUIWidgetModule.h | e31a5e10c9f3938ac19e865b898bea21322239d7 | [] | no_license | twktheainur/vortex-ee | 70b89ec097cd1c74cde2b75f556448965d0d345d | 8b8aef42396cbb4c9ce063dd1ab2f44d95e994c6 | refs/heads/master | 2021-01-10T02:26:21.913972 | 2009-01-30T12:53:21 | 2009-01-30T12:53:21 | 44,046,528 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,663 | h | /***********************************************************************
filename: CEGUIWidgetModule.h
created: Sun Sep 25 2005
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/************************************************... | [
"seb.owk@37e2baaa-b253-11dd-9381-bf584fb1fa83"
] | [
[
[
1,
133
]
]
] |
657b335059bac68ef7fc79f5ea1a3bd242a30012 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SERenderers/SE_OpenGL_Renderer/SEOpenGLRendering/SEOpenGLResourcesED.cpp | 58927d72ebe4ced44f0c3365b6dbe6bb637f4a1d | [] | 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 | 9,258 | cpp | // 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,
255
]
]
] |
e682e95ae475855c04e28ae9beb93aefc6488ea6 | ea613c6a4d531be9b5d41ced98df1a91320c59cc | /7-Zip/CPP/7zip/Archive/Nsis/NsisHandler.h | 718462747c48273db193d225901e6d39fbe5b231 | [] | no_license | f059074251/interested | 939f938109853da83741ee03aca161bfa9ce0976 | b5a26ad732f8ffdca64cbbadf9625dd35c9cdcb2 | refs/heads/master | 2021-01-15T14:49:45.217066 | 2010-09-16T10:42:30 | 2010-09-16T10:42:30 | 34,316,088 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 817 | h | // NSisHandler.h
#ifndef __NSIS_HANDLER_H
#define __NSIS_HANDLER_H
#include "Common/MyCom.h"
#include "../IArchive.h"
#include "NsisIn.h"
#include "../../Common/CreateCoder.h"
namespace NArchive {
namespace NNsis {
class CHandler:
public IInArchive,
PUBLIC_ISetCompressCodecsInfo
public CMy... | [
"jtxuee@gmail.com@8d1da77e-e9f6-11de-9c2a-cb0f5ba72f9d"
] | [
[
[
1,
43
]
]
] |
b0b4f3df5a26b0835f98de02011a8501d7136edf | 42b578d005c2e8870a03fe02807e5607fec68f40 | /src/xdde.h | 1b18e1cb341e8931f83d10e1269887725cd4ee82 | [
"MIT"
] | permissive | hylom/xom | e2b02470cd984d0539ded408d13f9945af6e5f6f | a38841cfe50c3e076b07b86700dfd01644bf4d4a | refs/heads/master | 2021-01-23T02:29:51.908501 | 2009-10-30T08:41:30 | 2009-10-30T08:41:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,283 | h | #ifndef _XDDE_H_
# define _XDDE_H_
# include <ddeml.h>
#ifndef DDE_CLIENT_ONLY
struct DdeCallbackInfo
{
UINT type;
UINT fmt;
HCONV hconv;
HSZ topic;
HSZ item;
HDDEDATA hdata;
DWORD data1;
DWORD data2;
};
# define DDE_EXECUTE_ITEM ((char *)1)
struct DdeItemList
{
HSZ hsz_ite... | [
"hylom@mbwhite.local"
] | [
[
[
1,
278
]
]
] |
556fd3fd98fe79911534742f4441ec81d09e6f16 | 9340e21ef492eec9f19d1e4ef2ef33a19354ca6e | /cing/src/common/eString.h | c499bc0a6f5c10c93973135eaab99d6ef6108819 | [] | no_license | jamessqr/Cing | e236c38fe729fd9d49ccd1584358eaad475f7686 | c46045d9d0c2b4d9e569466971bbff1662be4e7a | refs/heads/master | 2021-01-17T22:55:17.935520 | 2011-05-14T18:35:30 | 2011-05-14T18:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,626 | h | /*
This source file is part of the Cing project
For the latest info, see http://www.cing.cc
Copyright (c) 2006-2009 Julio Obelleiro and Jorge Cano
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 Found... | [
"jcanofuentes@gmail.com",
"julio.obelleiro@gmail.com"
] | [
[
[
1,
1
],
[
4,
4
],
[
6,
6
],
[
11,
11
],
[
16,
16
],
[
20,
21
],
[
24,
24
],
[
29,
31
],
[
42,
43
],
[
45,
45
],
... |
763ec25af42f793270fc2a7047a91c5865fab5bb | d2af4bec60dd35fc40f4784f378efcf5acd13522 | /Hooking Engine/PrototypeI_Final/PrototypeI/Logger.cpp | 3f82467a68d7b7347a84ade05c700c08e792b1d5 | [] | no_license | sankio/H2Sandboxbackup | 6a07f335ae5e1897ef07bcf564d68850c843d1f6 | bd45cfb47a0c0522c568162641fe7886675a0f39 | refs/heads/master | 2021-01-10T22:06:17.940401 | 2011-06-24T11:57:22 | 2011-06-24T11:57:22 | 1,947,055 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 208 | cpp | #include "logger.h"
Log::Log(char* filename)
{
m_stream.clear();
m_stream.open(filename);
}
void Log::Write(char* logline)
{
m_stream<<logline<<endl;
}
Log::~Log()
{
m_stream.close();
} | [
"hi.sankio@gmail.com"
] | [
[
[
1,
17
]
]
] |
16544c07dfab99328566d3c82950f7bb00f95c07 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/validators/common/CMStateSet.hpp | 4c72a8348ddf57b76585954a3e08d7ee1f9d4f76 | [] | 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 | 9,895 | hpp | /*
* Copyright 1999-2001,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
*
* Unle... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
323
]
]
] |
bb52f014b8ad2d5b7c5b5ee4ee16e0c98bbac2e9 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/archive/detail/polymorphic_iarchive_impl.hpp | a7a164ce29f152803af404d90b626d8b4cdca7ca | [
"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 | 6,757 | hpp | #ifndef BOOST_ARCHIVE_DETAIL_POLYMORPHIC_IARCHIVE_IMPL_HPP
#define BOOST_ARCHIVE_DETAIL_POLYMORPHIC_IARCHIVE_IMPL_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
209
]
]
] |
58404be2c095c43bcb850297b308d7266eab95c0 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Game/Object/GameScene/StatusScreen.cpp | 3d8faec8116fc331e45e4d375ddc7b7fcb0eefdb | [] | 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 | 3,964 | cpp | /*******************************************************************************/
/**
* @file StatusScreen.cpp.
*
* @brief ステータススクリーンクラスソース定義.
*
* @date 2008/12/15.
*
* @version 1.00.
*
* @author Ryosuke Ogawa.
*/
/*******************************************************************************/
... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
136
]
]
] |
7debfcae2132a289cd070a8982ffc67f131aa419 | 82e5361cc4ac3f14f1a1b0bb5076777f19856e3a | /win32/StdAfx.cpp | 10b83af0258bfc6ef34c9a593e250c8511af30fd | [] | no_license | rakusai/buco | 7d8a1c96630594b3453183aaba86dc81b4ec9b87 | 23190751611ccb018abe59d8d3fac1af027a475d | refs/heads/master | 2020-04-25T20:36:19.940758 | 2008-02-07T15:33:05 | 2008-02-07T15:33:05 | 2,123,100 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 279 | cpp | // stdafx.cpp : 標準インクルードファイルを含むソース ファイル
// Buco.pch : 生成されるプリコンパイル済ヘッダー
// stdafx.obj : 生成されるプリコンパイル済タイプ情報
#include "stdafx.h"
| [
"rakusai@28e12d17-5845-0410-a0b5-dc453db87596"
] | [
[
[
1,
8
]
]
] |
fb9465cf2cbf6de976b4c56313beff673a5df0ad | d1dc408f6b65c4e5209041b62cd32fb5083fe140 | /src/gui/Shape.h | cddebd3dee6f485a5616e8cc4b3da1af234f343f | [] | 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 | 624 | h | /*
* Rectangle.h
*
* Created on: 31-okt-2010
* Author: Stefan
*/
#ifndef SHAPE_H_
#define SHAPE_H_
class Shape {
public:
Shape(int theX, int theY, int theHeight, int theWidth);
Shape();
~Shape();
void setX(int value) { x = value; }
void setY(int value) { y = value; }
void se... | [
"stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151"
] | [
[
[
1,
33
]
]
] |
c83f24508c49204c1619c31e3f6c4753359c28a8 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/mangalore/ui/canvas.cc | d9bd33bd1be938ee729a9bd85da65d93ead8b49e | [] | 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 | 3,999 | cc | //------------------------------------------------------------------------------
// ui/canvas.cc
// (C) 2005 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "ui/canvas.h"
#include "ui/server.h"
#include "foundation/factory.h"
#include "graphics/lightent... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
138
]
]
] |
9f21ca01ac0642474217532db8931bc3523ddc6b | 63db2a4036ba87e5da35bca4925464002c3c19d6 | /big_exercise/qt/myqt/1-basic_dialog/messageboxs-1.5/messagebox.cpp | 55a0b2d8e764d4bd3285ea1c40129d5b9e63eef6 | [] | no_license | gicsfree/exercise_aka | 6c6ae3ef737e1a3da23001871a3b8c4dea9e7713 | d831bc14d719fcd90a06e29d1832c5ea20abb988 | refs/heads/master | 2022-05-09T11:29:33.265928 | 2011-09-23T11:48:10 | 2011-09-23T11:48:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,021 | cpp | #include "messagebox.h"
#include <QtGui>
MessageBox::MessageBox(QWidget *parent)
: QDialog(parent)
{
setWindowTitle(tr("Message Box Example"));
label = new QLabel;
QPushButton *btn1 = new QPushButton("Question");
QPushButton *btn2 = new QPushButton("Information");
QPushBut... | [
"guolilong2012@sohu.com"
] | [
[
[
1,
130
]
]
] |
152a672a4cb64d629a872b8cf23564ae1b0f232c | 1b2eb18a7d77e160bf992f952767198fe00fe10e | /trunk/096/pkg/OLD/skills/musicianship/include/bardSkill.inc | 1d26845be0ebfe6bf4cbccba6c291967e2daaa48 | [] | no_license | BackupTheBerlios/poldistro-svn | 96fd832f9a7479bdc4d00501af45a14a3c571c0f | 251f022debb3e4d4ff3c9c43f3bf1029f15e47b1 | refs/heads/master | 2020-05-18T14:11:44.348758 | 2006-05-20T16:06:44 | 2006-05-20T16:06:44 | 40,800,663 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,415 | inc | // $Id: bardSkill.inc 834 2005-11-02 14:09:50Z austin $
/*
* bardSkillCheck(character, instrument, attribute, difficulty)
*
* Purpose
* Checks skill success/failure and plays appropriate sounds
* based on SkillCheck() function. Performs a Client Version
* check for playing a more broad selection of sound... | [
"austin@9d346cd0-66fc-0310-bdc5-e57197e5a75e"
] | [
[
[
1,
43
]
]
] |
d65a99941b57f64146f40b343ee43ac194f2d638 | bf278d024957a59c6f1efb36aa8b76069eff22a5 | /setting.cpp | 228946b5fdacf360ffe1e68a35cec5c8088cc6b8 | [
"BSD-3-Clause",
"BSL-1.0"
] | permissive | byplayer/yamy | b84741fe738f5abac33edb934951ea91454fb4ca | 031e57e81caeb881a0a219e2a11429795a59d845 | refs/heads/master | 2020-05-22T12:46:55.516053 | 2010-05-19T15:57:38 | 2010-05-19T15:57:38 | 3,842,546 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,302 | cpp | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// setting.cpp
#include "misc.h"
#include "dlgsetting.h"
#include "errormessage.h"
#include "mayu.h"
#include "mayurc.h"
#include "registry.h"
#include "setting.h"
#include "windowstool.h"
#include "vkeytable.h"
#include "a... | [
"gimy@users.sourceforge.jp"
] | [
[
[
1,
1697
]
]
] |
aa8cc135c913d3ce48350cbbfe41af9863575a8d | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/core/geo/detail/geo_info_getter_asnum.hpp | 9a80a322b0ca64a71d8bc5d31c55f1e45582b6f9 | [] | 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 | 494 | hpp | #ifndef GEO_INFO_GETTER_ASNUM_HPP
#define GEO_INFO_GETTER_ASNUM_HPP
#include "geo_info_getter_db.hpp"
namespace geo {
class info_getter_asnum: public info_getter_db {
public:
info_getter_asnum(GeoIPTag* gi);
virtual ~info_getter_asnum();
public: // info_getter
virtual void... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
16
]
]
] |
e65e04245bf72732ef682864b8868e9f8ef34122 | 4ab592fb354f75b42181d5375d485031960aaa7d | /DES_GOBSTG/DES_GOBSTG/Header/Export_Lua_HGE.h | 104c947838d9994de9d3a7566cf174d6773fe733 | [] | no_license | CBE7F1F65/cca610e2e115c51cef211fafb0f66662 | 806ced886ed61762220b43300cb993ead00949dc | b3cdff63d689e2b1748e9cd93cedd7e8389a7057 | refs/heads/master | 2020-12-24T14:55:56.999923 | 2010-07-23T04:24:59 | 2010-07-23T04:24:59 | 32,192,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,622 | h | #ifndef __NOTUSELUA
#include "Export_Lua.h"
class Export_Lua_HGE : public Export_Lua
{
public:
static bool _LuaRegistFunction(LuaObject * obj);
static bool _LuaRegistConst(LuaObject * obj);
/* HGE */
static void _LuaHelper_GetVertex(LuaObject * obj, hgeVertex * vertex);
static void _LuaHelper_GetT... | [
"CBE7F1F65@4a173d03-4959-223b-e14c-e2eaa5fc8a8b"
] | [
[
[
1,
131
]
]
] |
36d078e2440b8e9c5ef88b48174af9fe64e35fa2 | d752d83f8bd72d9b280a8c70e28e56e502ef096f | /EXEGen/Resource Compiler/ResourceDirectory.cpp | 6cc0099251eb57c766244be727c68f75ba22985d | [] | 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 | 8,011 | cpp | //
// The Epoch Language Project
// Win32 EXE Generator
//
// Helper interfaces for the resource manager
//
#include "pch.h"
#include "Resource Compiler/ResourceDirectory.h"
#include "Resource Compiler/ResourceEmitter.h"
#include "Linker/LinkWriter.h"
using namespace ResourceCompiler;
//
// Co... | [
"don.apoch@gmail.com",
"don.apoch@localhost"
] | [
[
[
1,
172
],
[
174,
280
]
],
[
[
173,
173
]
]
] |
c60f30321d28edad777ae2edb2fd100ac4dfcd13 | 3856c39683bdecc34190b30c6ad7d93f50dce728 | /LastProject/Source/OctTree.h | aa27d00045078389ff87fac3fa621fb1efaf2077 | [] | no_license | yoonhada/nlinelast | 7ddcc28f0b60897271e4d869f92368b22a80dd48 | 5df3b6cec296ce09e35ff0ccd166a6937ddb2157 | refs/heads/master | 2021-01-20T09:07:11.577111 | 2011-12-21T22:12:36 | 2011-12-21T22:12:36 | 34,231,967 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,337 | h | #pragma once
#include <list>
class OctTree
{
public:
typedef struct _AREA
{
D3DXVECTOR3 vMin;
D3DXVECTOR3 vMax;
BOOL bExist;
_AREA()
{
bExist = FALSE;
}
}AREA, *LPAREA;
typedef std::list< LPAREA > LPAREALIST;
private:
VOID Initialize();
VOID Release();
VOID Clean... | [
"kopan84@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0",
"yoonhada@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0"
] | [
[
[
1,
49
],
[
51,
57
],
[
59,
70
]
],
[
[
50,
50
],
[
58,
58
]
]
] |
f3281dc152516f3d9bb7a6f269d8e2b10a54c5a5 | 0b66a94448cb545504692eafa3a32f435cdf92fa | /tags/0.3/cbear.berlios.de/windows/com/traits.hpp | fceae8439b28f6317dae2e8486872db3e0667e53 | [
"MIT"
] | permissive | BackupTheBerlios/cbear-svn | e6629dfa5175776fbc41510e2f46ff4ff4280f08 | 0109296039b505d71dc215a0b256f73b1a60b3af | refs/heads/master | 2021-03-12T22:51:43.491728 | 2007-09-28T01:13:48 | 2007-09-28T01:13:48 | 40,608,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,870 | hpp | /*
The MIT License
Copyright (c) 2005 C Bear (http://cbear.berlios.de)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
u... | [
"sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838"
] | [
[
[
1,
290
]
]
] |
dfcaa6d8b9515190704a88a262a8b77788d21152 | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aoslcpp/include/aosl/change_activate.hpp | e8ec9eafae08928e91860a254331e3af991a116a | [] | 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 | 4,537 | hpp | // Copyright (C) 2005-2010 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema
// to C++ data binding compiler, in the Proprietary License mode.
// You should have received a proprietary license from Code Synthesis
// Tools CC prior to generating this code. See the license ... | [
"klaim@localhost"
] | [
[
[
1,
190
]
]
] |
e6391d5bb70c4c1e5dd48456e1318e8d5c30e31d | b25b2850eba2be6109b08753f95f0c91a198788d | /ImageTargets/jni/ImageTargets.cpp | 9763c08c7df178c338345e3a2d3084e9af9c5788 | [] | no_license | yaoyaowd/demo | 2f6f884d634f12ce803775b860d44755e4ba1401 | 382ee07a350742d63d212cd3bcfb61053cc4d7d0 | refs/heads/master | 2016-08-07T13:18:01.182751 | 2011-10-15T16:40:37 | 2011-10-15T16:40:37 | 2,567,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,060 | cpp | /*==============================================================================
Copyright (c) 2010-2011 QUALCOMM Incorporated.
All Rights Reserved.
Qualcomm Confidential and Proprietary
@file
ImageTargets.cpp
@brief
Sample for ImageTargets
========... | [
"dongw89@gmail.com"
] | [
[
[
1,
457
]
]
] |
20cb89f4534ef87d13efb532b9db7c8b73c22192 | 51574a600a87ecfaaec8ea0e46b3809884859680 | /MotionPlan/SparseGridMapView.h | f524bb28daff6a738efe574b5ad54efd2f3a1c4f | [] | no_license | suilevap/motion-plan | b5ad60a8448b118c3742c8c9c42b29fd5e41ef3e | d9f5693938287f2179ca2cb4eb75bda51b97bbb0 | refs/heads/master | 2021-01-10T03:29:50.373970 | 2011-12-20T22:39:55 | 2011-12-20T22:39:55 | 49,495,165 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,372 | h | #pragma once
#ifndef MOTIONPLAN_SPARSEGRIDMAPVIEW_H_
#define MOTIONPLAN_SPARSEGRIDMAPVIEW_H_
#include "GridMapView.h"
#include <vector>
#include "Point.h"
#include "EdgeInfo.h"
#include "DistanceEvaluator.h"
#include "FastVector.h"
// _
template<class CellType>
class SparseGridMapView :
public Gr... | [
"suilevap@localhost"
] | [
[
[
1,
56
]
]
] |
24a5488699f8af66e28329d4903ec4075df36fd9 | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /CaptionBordStatic.h | 8e7d5be98935791bd5d47e7352b44430439670d6 | [] | no_license | outcast1000/Jaangle | 062c7d8d06e058186cb65bdade68a2ad8d5e7e65 | 18feb537068f1f3be6ecaa8a4b663b917c429e3d | refs/heads/master | 2020-04-08T20:04:56.875651 | 2010-12-25T10:44:38 | 2010-12-25T10:44:38 | 19,334,292 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,465 | h | // /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.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 Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | [
[
[
1,
49
]
]
] |
4a840d1696b8ee49da2449e06260912b6e877f8f | 9e4b72c504df07f6116b2016693abc1566b38310 | /stl.cpp | 5b8eba0ea06d96e98d73bbf0b726dfd8425245a1 | [
"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 | 88,864 | cpp | /* -------------------------------------------------------- *
*
* stl.cpp
*
* 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, incorporated herein by ... | [
"repsnapper@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"Logick@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"mmeeks@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"Rick@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"michael@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"joaz@686d4eb6-aa70-4f30-b8fa-ee57029aed71",
"fcrick@686d4eb6-aa70... | [
[
[
1,
14
],
[
16,
20
],
[
22,
22
],
[
28,
32
],
[
43,
43
],
[
57,
63
],
[
72,
77
],
[
90,
93
],
[
97,
98
],
[
100,
114
... |
3fcf6f69a78c8472cceb93daabba852572971564 | 2f9d5566c598bcae0b4ea614f5088830741f4b46 | /src/Engine/EventEngine/IEventListener.h | ed40329e0bb00bbcf25513f4b03dceef40e2cbff | [] | no_license | fcazalet/Bomberman-like-reseau | d5acda6a428e2ab5c027b1b1b0b9838b2c025556 | b74e9f16b7a7c45e36a079ecc3dc941c677cf915 | refs/heads/master | 2021-01-16T21:52:38.352545 | 2011-04-19T19:42:15 | 2011-04-19T19:42:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 587 | h | #ifndef IEVENTLISTENER_H
#define IEVENTLISTENER_H
namespace Engine
{
typedef struct
{
std::map<SDLKey,bool> keyState;
SDL_Event event;
} stateEvent;
/**
Interface des écouteurs
**/
class IEventListener
{
public:
IEventListener(){};
... | [
"bastien@signoret.eu"
] | [
[
[
1,
30
]
]
] |
266f843503ff3aba8dbd76654d976460069e95a6 | 9324000ac1cb567bd4862547cbdccf0923446095 | /foliage/timer.hpp | 0fa51b4354d5e68cbef3899e2d590a071b242a02 | [] | no_license | mguillemot/kamaku.foliage | cf63d49e1e5ddd7c30b75acfc1841028d109cba4 | 18c225346916e240bc19bf5570a8c414bbb4153b | refs/heads/master | 2016-08-03T20:09:17.929309 | 2007-09-04T18:15:17 | 2007-09-04T18:15:17 | 2,226,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 562 | hpp | #ifndef _FOLIAGE__TIMER
#define _FOLIAGE__TIMER
#include "basic_types.hpp"
#ifdef __PPC__
#include <xtime_l.h>
#else
#include <SDL.h>
#endif
namespace Foliage
{
class Timer
{
public:
Timer();
void start();
void stop();
void reset();
Uint32 duration() const; // in microseconds
... | [
"erhune@1bdb3d1c-df69-384c-996e-f7b9c3edbfcf",
"Erhune@1bdb3d1c-df69-384c-996e-f7b9c3edbfcf"
] | [
[
[
1,
3
],
[
11,
21
],
[
24,
25
],
[
31,
35
]
],
[
[
4,
10
],
[
22,
23
],
[
26,
30
]
]
] |
9b136735f3de330ae74740cd6bdf7b0d1efe7e1b | dd296e4ce663222db78a3aa7230cabe4b6620747 | /Programs/m2tools/m2modder/m2modder.cpp | f399540ffdb38877e1aa4dbd8b1c854408ce318e | [] | no_license | vienis/mcbuddiapfel | 42213684b253d7a0dae8b785c58a13853d6c9efd | e4d5c6b91d2f9f3b2d0de011cca3298a4e266d89 | refs/heads/master | 2021-01-10T02:13:50.149299 | 2011-01-22T13:56:56 | 2011-01-22T13:56:56 | 36,045,662 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,511 | cpp | /*
* m2modder.cpp
*
* Created on: 10.12.2008
* Author: Tigurius
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
typedef float Vec3D[3];
typedef float Vec2D[2];
#include "modelheaders.h"
FILE *Input;
char *f;
int FileSize;
ModelHeader *header;
ModelBoneDef *bones;
Mode... | [
"danielheina@googlemail.com@af0300bf-f729-58c1-2b4a-178d59e24212"
] | [
[
[
1,
1335
]
]
] |
02f58f2654f06ee3811b0bdbd2e80937a1cf705f | 5dc78c30093221b4d2ce0e522d96b0f676f0c59a | /src/modules/physics/box2d/PulleyJoint.h | 11741a2113081963ff20c648571895118a41c42c | [
"Zlib"
] | permissive | JackDanger/love | f03219b6cca452530bf590ca22825170c2b2eae1 | 596c98c88bde046f01d6898fda8b46013804aad6 | refs/heads/master | 2021-01-13T02:32:12.708770 | 2009-07-22T17:21:13 | 2009-07-22T17:21:13 | 142,595 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,896 | h | /**
* Copyright (c) 2006-2009 LOVE Development 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 software for any purpose,
... | [
"tenoch@3494dbca-881a-0410-bd34-8ecbaf855390"
] | [
[
[
1,
108
]
]
] |
17cbef7545e6967aafe060f8367f423a1efbd0aa | 49d4b13f55f09359560d0b9111455d08c6b43625 | /stvs/trunk/inc/STA_Normalize.hpp | 69f566b6447b664c52ef598d0f51835eecb7062b | [] | no_license | aniskhan25/stvs | 6c53c27a6dbfa6b4105576ef9ecdae4b8a467a19 | 457fcf9393417d1a3b4aa963dc215a13d8f296a3 | refs/heads/master | 2016-09-11T06:37:25.202638 | 2011-09-22T06:28:14 | 2011-09-22T06:28:14 | 32,129,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,783 | hpp |
#ifndef _NORMALIZE_H
#define _NORMALIZE_H
// includes
#include "struct.hpp"
#include "STA_Reduce.hpp"
/// <summary>
/// This namespace wraps the static pathway's functionality.
/// </summary>
namespace Static {
/// <summary>
/// A class with functions to apply different normalizations to the feature... | [
"aniskhan25@gmail.com@9aaba9b0-769e-e9e7-77e3-716b6806c03d"
] | [
[
[
1,
94
]
]
] |
e1965cb737a576526f4ca75f8babf5758350c2f9 | d609fb08e21c8583e5ad1453df04a70573fdd531 | /trunk/OpenXP/界面控件/include/HSuperlink.h | 6d7b37d0007f8b77298ccb7111e09779df5d8058 | [] | no_license | svn2github/openxp | d68b991301eaddb7582b8a5efd30bc40e87f2ac3 | 56db08136bcf6be6c4f199f4ac2a0850cd9c7327 | refs/heads/master | 2021-01-19T10:29:42.455818 | 2011-09-17T10:27:15 | 2011-09-17T10:27:15 | 21,675,919 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,235 | h | #ifndef __HSUPERLINK__H__
#define __HSUPERLINK__H__
#pragma once
class UI_CONTROL_API HSuperLink : public CStatic
{
public:
HSuperLink();
virtual ~HSuperLink();
public:
void SetURL(CString strURL);
CString GetURL() const;
void SetColours(COLORREF crLinkColour, COLORREF crVisitedColour... | [
"o890402@gmail.com@f92b348d-55a1-4afa-8193-148a6675784b"
] | [
[
[
1,
67
]
]
] |
e0b7629de9d2b8eeeaf7dd64c7778d2d7eca5ad9 | 9340e21ef492eec9f19d1e4ef2ef33a19354ca6e | /cing/src/common/MathUtils.h | 0f467693756e0c16d68524d4bdecfd52e8f7bac2 | [] | no_license | jamessqr/Cing | e236c38fe729fd9d49ccd1584358eaad475f7686 | c46045d9d0c2b4d9e569466971bbff1662be4e7a | refs/heads/master | 2021-01-17T22:55:17.935520 | 2011-05-14T18:35:30 | 2011-05-14T18:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,440 | h | /*
This source file is part of the Cing project
For the latest info, see http://www.cing.cc
Copyright (c) 2006-2009 Julio Obelleiro and Jorge Cano
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 Soft... | [
"julio.obelleiro@gmail.com",
"jcanofuentes@gmail.com"
] | [
[
[
1,
31
],
[
34,
34
],
[
36,
39
],
[
49,
58
],
[
62,
109
],
[
117,
123
],
[
131,
140
],
[
152,
230
],
[
232,
235
],
[
239,
... |
5e97b0e6f4f61d20f09b5a98404e995579f09382 | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/singleplayer/utils/vgui/include/VGUI_FileInputStream.h | e74ce591c423920194b6313aef3775832e966a26 | [] | 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 | 1,040 | h | //========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef VGUI_FILEINPUTSTREAM_H
#define VGUI_FILEINPUTSTREAM_H
//TODO : figure out how to get stdio ou... | [
"joropito@23c7d628-c96c-11de-a380-73d83ba7c083"
] | [
[
[
1,
38
]
]
] |
738dec9b5930ce18c03101184af8a2f63cc0338f | 3eae1d8c99d08bca129aceb7c2269bd70e106ff0 | /trunk/Codes/CLR/Libraries/SPOT/spot_native_Microsoft_SPOT_Reflection.cpp | a81f840a41a113f6f4a97cd123984007881bcab8 | [] | no_license | yuaom/miniclr | 9bfd263e96b0d418f6f6ba08cfe4c7e2a8854082 | 4d41d3d5fb0feb572f28cf71e0ba02acb9b95dc1 | refs/heads/master | 2023-06-07T09:10:33.703929 | 2010-12-27T14:41:18 | 2010-12-27T14:41:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,835 | cpp | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
///////////////////////////////////////////////////////... | [
"haozi_super@tom.com"
] | [
[
[
1,
266
]
]
] |
0c0456e41b9028388e953d708e46ca39c131f661 | 2a687747fd31e4609077d9d1304a4d305260a3bd | /lib/include/sbml/validator/L2v4CompatibilityValidator.h | 777602fd21139c4b65fb84ce86fc8e7e86d0f8f0 | [
"Apache-2.0"
] | permissive | stumoodie/MetabolicNotationSubsystem | 85686f13a51d931eab9d7a76dc9eb5e3bca9ba6d | 8631f1b175157e111848930c434f359f77d566f5 | refs/heads/master | 2021-01-25T05:35:01.624757 | 2011-05-27T09:33:06 | 2011-05-27T09:33:06 | 1,808,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,841 | h | /**
* @cond doxygen-libsbml-internal
*
* @file L2v4CompatibilityValidator.h
* @brief Checks whether an SBML model can be converted from L2v4
* @author Sarah Keating
*
* $Id: L2v4CompatibilityValidator.h 8704 2009-01-04 02:26:05Z mhucka $
* $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/tr... | [
"stuart.moodie@eightpillars.uk.com"
] | [
[
[
1,
56
]
]
] |
40863eca515c5155826a4210c3e76f5c7189d143 | 85d9531c984cd9ffc0c9fe8058eb1210855a2d01 | /QxOrm/inl/QxDao/QxSqlQueryHelper_FetchAll_WithRelation.inl | eb83e0a41b24fc888ae0efdded24be3bda7a01eb | [] | no_license | padenot/PlanningMaker | ac6ece1f60345f857eaee359a11ee6230bf62226 | d8aaca0d8cdfb97266091a3ac78f104f8d13374b | refs/heads/master | 2020-06-04T12:23:15.762584 | 2011-02-23T21:36:57 | 2011-02-23T21:36:57 | 1,125,341 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,929 | inl | /****************************************************************************
**
** http://www.qxorm.com/
** http://sourceforge.net/projects/qxorm/
** Original file by Lionel Marty
**
** This file is part of the QxOrm library
**
** This software is provided 'as-is', without any express or implied
** warranty. ... | [
"laurent.billonc@gmail.com"
] | [
[
[
1,
100
]
]
] |
46772f3cc0e66dd37042276b31f5080da58045c0 | 04fec4cbb69789d44717aace6c8c5490f2cdfa47 | /include/wx/generic/splitter.h | ebd34dfa5935544504b7b71f710629b51e604143 | [] | no_license | aaryanapps/whiteTiger | 04f39b00946376c273bcbd323414f0a0b675d49d | 65ed8ffd530f20198280b8a9ea79cb22a6a47acd | refs/heads/master | 2021-01-17T12:07:15.264788 | 2010-10-11T20:20:26 | 2010-10-11T20:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,917 | h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/splitter.h
// Purpose: wxSplitterWindow class
// Author: Julian Smart
// Modified by:
// Created: 01/02/97
// RCS-ID: $Id: splitter.h 49563 2007-10-31 20:46:21Z VZ $
// Copyright: (c) Julian Smart... | [
"smehta@aaryanapps.com"
] | [
[
[
1,
406
]
]
] |
08333ff08c261bd2ca02f172afb0ed7bd5af7477 | b73f27ba54ad98fa4314a79f2afbaee638cf13f0 | /test/TestAppUtility/ShellExtTest.h | f2a7bf463b2051bdd79d1947c7712ddf646262e7 | [] | no_license | weimingtom/httpcontentparser | 4d5ed678f2b38812e05328b01bc6b0c161690991 | 54554f163b16a7c56e8350a148b1bd29461300a0 | refs/heads/master | 2021-01-09T21:58:30.326476 | 2009-09-23T08:05:31 | 2009-09-23T08:05:31 | 48,733,304 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 481 | h | #ifndef _TESTAPPUTILITY_SHELLEXTTEST_H__
#define _TESTAPPUTILITY_SHELLEXTTEST_H__
#include <cppunit/extensions/HelperMacros.h>
class ShellExtTest : public CPPUNIT_NS::TestFixture {
public:
ShellExtTest(void);
~ShellExtTest(void);
CPPUNIT_TEST_SUITE(ShellExtTest);
CPPUNIT_TEST(testShellExt);
CPPUNI... | [
"ynkhpp@gmail.com"
] | [
[
[
1,
22
]
]
] |
97fe81ca50ae43d7362bc167651e66e4e4d9a74d | 000b887c9052e3af1cfb46e671c0f71a56576af1 | /LD18_Source/src/base.hpp | d29d6818dcd5798942e9ac9b9842fb450b2a939a | [] | no_license | PhilCK/LD18 | 781c999a395f64ead76bcc174908e8ec9eb21f58 | a9ca4bd0224900382fb9ffda5ea934a70057b16f | refs/heads/master | 2021-01-10T18:40:44.982764 | 2010-08-23T19:32:41 | 2010-08-23T19:32:41 | 855,157 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | hpp | // base.hpp
#ifndef __base_hpp__
#define __base_hpp__
#include <Gosu/Gosu.hpp>
namespace Base
{
namespace Layer
{
enum DrawLayers {
VOID_LAYER,
BACKGROUND_LAYER,
BUILDING_LAYER,
BLOOD_SPLATTER_LAYER,
ZOMBIE_LAYER,
PEOPLE_LINEUP_LAYER,
PLAYER_LAYER,
PEOPLE_THROWN_LAYER,
... | [
"phil@cooperking.net"
] | [
[
[
1,
44
]
]
] |
dfd393d049e543431933059735d9e3d3fd9a2e53 | 4b51d32f40ef5a36c98a53d2a1eab7e6f362cb00 | /CapaIndices/Common/IndiceManagerFactory.cpp | 14f5668a97b5782e190d236380912e63b4668128 | [] | no_license | damian-pisaturo/datos7506 | bcff7f1e9e69af8051ebf464107b92f91be560e4 | a67aac89eccd619cdc02a7e6940980f346981895 | refs/heads/master | 2016-09-06T16:48:18.612868 | 2007-12-10T22:12:28 | 2007-12-10T22:12:28 | 32,679,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,642 | cpp | #include "IndiceManagerFactory.h"
IndiceManagerFactory IndiceManagerFactory::instance;
IndiceManager* IndiceManagerFactory::getIndiceManager(unsigned char tipoIndice,
int tipoDato, ListaTipos* listaTipos,
unsigned char tipoEstructura, unsigned short tamNodo,
unsigne... | [
"dpisaturo@4ef8b2a0-b237-0410-b753-5dc98fa25004",
"ecaravatti@4ef8b2a0-b237-0410-b753-5dc98fa25004",
"manugarciacab@4ef8b2a0-b237-0410-b753-5dc98fa25004",
"nfantone@4ef8b2a0-b237-0410-b753-5dc98fa25004"
] | [
[
[
1,
4
],
[
6,
7
],
[
9,
12
],
[
16,
16
],
[
36,
36
],
[
40,
42
]
],
[
[
5,
5
],
[
13,
13
]
],
[
[
8,
8
]
],
[
[
... |
81e3c574af2ba67afa2048638578fd93ca1faacf | e1f7c2f6dd66916fe5b562d9dd4c0a5925197ec4 | /Engine/Game/include/Game.h | 02904c574d4dce28b0dacee438e789f9ecf0643e | [] | 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 | 483 | h | #pragma once
#include "AGGame.h"
#include "AGTypes.h"
#include "AGUtilities.h"
#include "AG3DScene.h"
#include "AG3DCamera.h"
#include "AG3DGraphicEntity.h"
class Game : public AGGame
{
private:
AG3DScene* _mScene;
AG3DCamera* _mCamera;
u32 _mMouseInputsId;
float _mResX;
float ... | [
"alban.chagnoleau@fe70d4ac-e33c-11de-8d18-5b59c22968bc"
] | [
[
[
1,
33
]
]
] |
ff7e106d9620a3b367922d0ff92a6bda9cd859fd | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/arcemu-world/ProcCondHandler.h | 3a0ac4309504e21752368324cc6035e11fee7144 | [] | 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 | 3,255 | 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 Software Fou... | [
"minipc@hotmail.de@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
67
]
]
] |
4e38864ea5a91903a5657895e3c40da45eff3138 | 57f014e835e566614a551f70f2da15145c7683ab | /src/contour/curveitem.h | 92d79d5348a8b0fddf62cb6b4d3386809abfa20d | [] | no_license | vcer007/contour | d5c3a1bbd7f5c948fbda9d9bbc7d40333640568d | 6917e4b4f24882df2111ca4af5634645cb2700eb | refs/heads/master | 2020-05-30T05:35:15.107140 | 2011-05-23T12:59:00 | 2011-05-23T12:59:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 609 | h | #ifndef CURVEITEM_H
#define CURVEITEM_H
#include "contourstruct.h"
#include <QGraphicsItem>
void drawGridPoints(GridData* data);
class CurveItem :public QGraphicsItem
{
public:
enum {Type = UserType +3};
CurveItem(QGraphicsItem* parent=0);
~CurveItem();
void setCurve(CCurve ... | [
"jianjun365222@gmail.com"
] | [
[
[
1,
36
]
]
] |
96f6791cbc065b5d1bcd04d38f19d35007255057 | 90834e9db9d61688c796d0a30e77dd3acc2a9492 | /SauerbratenRemote/src/engine/3dgui.cpp | bd996dcf0b0b5a19062dec20ec7643cc24ce4ce7 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Zlib"
] | permissive | zot/Plexus-original | 1a79894797ca209af566bb67f72d6164869d7742 | f9c3c66c697066e63ea0509c5ff9a8d6b27e369a | refs/heads/master | 2020-09-20T21:51:57.194398 | 2009-04-21T12:45:19 | 2009-04-21T12:45:19 | 224,598,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,451 | cpp | // creates multiple gui windows that float inside the 3d world
// special feature is that its mostly *modeless*: you can use this menu while playing, without turning menus on or off
// implementationwise, it is *stateless*: it keeps no internal gui structure, hit tests are instant, usage & implementation is greatly... | [
"bill@sheba.(none)",
"rriggs@.intranet.edgenet.com",
"furroy@gmail.com"
] | [
[
[
1,
8
],
[
13,
24
],
[
26,
503
],
[
510,
510
],
[
512,
523
],
[
530,
530
],
[
532,
569
],
[
575,
575
],
[
577,
591
],
[
598... |
cdd735868bc05f2c940bb964e2be8c3f443c5f64 | 777399eafeb952743fcb973fbba392842c2e9b14 | /CyberneticWarrior/CyberneticWarrior/source/CFire.cpp | fbfb999458590ec36174f05a74d74d83b166e297 | [] | no_license | Warbeleth/cyberneticwarrior | 7c0af33ada4d461b90dc843c6a25cd5dc2ba056a | 21959c93d638b5bc8a881f75119d33d5708a3ea9 | refs/heads/master | 2021-01-10T14:31:27.017284 | 2010-11-23T23:16:28 | 2010-11-23T23:16:28 | 53,352,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,253 | cpp | #include "PrecompiledHeader.h"
#include "CFire.h"
#include "CGame.h"
#include "CSinglePlayerState.h"
CFire::CFire(void)
{
this->SetType(OBJ_FIRE);
this->SetImageID(CSinglePlayerState::GetInstance()->GetWeaponID());
m_rRender.top = 610;
m_rRender.left = 550;
m_rRender.right = 610;
m_rRender.bottom =... | [
"patanthony2091@gmail.com",
"atmuccio@d49f6b0b-9fae-41b6-31ce-67b77e794db9"
] | [
[
[
1,
10
],
[
15,
16
],
[
18,
18
],
[
20,
20
],
[
27,
30
],
[
35,
43
],
[
45,
46
],
[
48,
49
]
],
[
[
11,
14
],
[
17,
... |
c44f5ba6e659cc633a98c47510a73eab39d1c1dc | 0b55a33f4df7593378f58b60faff6bac01ec27f3 | /Konstruct/Client/Dimensions/HeadButt.h | d53589663b1eb64ec48d39b4f30111d67ac4b418 | [] | 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 | 296 | h | #pragma once
#include "strike.h"
class BearHug;
class HeadButt :
public Strike
{
public:
HeadButt(void);
~HeadButt(void);
bool Activate(PlayerCharacter* pSkillOwner);
bool Update(PlayerCharacter* pSkillOwner, float fDeltaTime);
protected:
Skill* m_pCurrentBearHug;
};
| [
"bflassing@0c57dbdb-4d19-7b8c-568b-3fe73d88484e"
] | [
[
[
1,
18
]
]
] |
8d5aee3790f100664c21b45b5cd002e968be5bd4 | 283d1a3bae9162d16f7755a1b024a6bf709282bc | /SJ 3 Top 03conveyor/src/calibration/ofxLabGui/guiTypeLogger.h | f07b7bd63280f70653c87420444e3a26561fda52 | [] | no_license | imclab/SanJoseZero1 | aac1ada36a0f21ca43f3d2541c1458600d9ab762 | 4a99dea9850c056ff1930e6e6deebbf02f82956e | refs/heads/master | 2021-01-22T15:22:46.078940 | 2010-10-28T21:35:44 | 2010-10-28T21:35:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,258 | h | #pragma once
#include "guiBaseObject.h"
#include "guiColor.h"
#include "simpleColor.h"
#include "guiValue.h"
#include "simpleLogger.h"
class guiTypeLogger : public guiBaseObject{
public:
guiTypeLogger(){
log = NULL;
pct = 0;
}
//----------------... | [
"brett@robotconscience.com"
] | [
[
[
1,
97
]
]
] |
6fd728d27ec5bca56f46056ba707c6db03c40f82 | 1b3a26845c00ede008ea66d26f370c3542641f45 | /pymfclib/pymctrlbar.cpp | 965fd2d96340aa5d610ab5a720138ed4c4011836 | [] | no_license | atsuoishimoto/pymfc | 26617fac259ed0ffd685a038b47702db0bdccd5f | 1341ef3be6ca85ea1fa284689edbba1ac29c72cb | refs/heads/master | 2021-01-01T05:50:51.613190 | 2010-12-29T07:38:01 | 2010-12-29T07:38:01 | 33,760,622 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,446 | cpp | // Copyright (c) 2001- Atsuo Ishimoto
// See LICENSE for details.
#include "stdafx.h"
#include "pymwndbase.h"
#include "pymwnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
int CControlBar_EnableDocking(void *o, int left, int top,
int r... | [
"ishimoto@gembook.org"
] | [
[
[
1,
372
]
]
] |
5533f9612d7e1005cdd0ad7b06cb45002312c507 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/PatchClient/BetaPatchClient.h | 8b1cf50e55d59436f8894043533e2e3c1feeac75 | [] | no_license | 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,638 | h | // BetaPatchClient.h : main header file for the BETAPATCHCLIENT application
//
#if !defined(AFX_BETAPATCHCLIENT_H__CB6FDBED_0695_4D26_8042_AFE31500A8C5__INCLUDED_)
#define AFX_BETAPATCHCLIENT_H__CB6FDBED_0695_4D26_8042_AFE31500A8C5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifnd... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
63
]
]
] |
54f7fada7f98fd5d5c1c1db5e849700a991b7186 | 8fcf3f01e46f8933b356f763c61938ab11061a38 | /Controller/MathFunction.cpp | 8815244392bd585a5584227fcd6abdf3d96ec9bc | [] | no_license | jonesbusy/parser-effex | 9facab7e0ff865d226460a729f6cb1584e8798da | c8c00e7f9cf360c0f70d86d1929ad5b44c5521be | refs/heads/master | 2021-01-01T16:50:16.254785 | 2011-02-26T22:27:05 | 2011-02-26T22:27:05 | 33,957,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,344 | cpp | #include "mathfunction.h"
double MathFunction::integral(IExpression* function, double x1, double x2, int steps)
{
}
double MathFunction::tangent(IExpression* function, double x1, double delta)
{
double x2 = x1 + delta;
double y1 = function->eval(x1);
double y2 = function->eval(x2);
// D... | [
"jonesbusy@fa255007-c97c-c9ae-ff28-e9f0558300b6"
] | [
[
[
1,
104
]
]
] |
a36036141123609f409bdc4dbe34b19839c2e9df | 2aa37ad4e32d8208f4b116fe32a723690b0d9502 | /rubystuff/rubywin-0.0.4.3/textcolordlg.h | d57e9a7c0a1698c294b157853f90214f4c2f0694 | [] | no_license | srirammca53/update_status | 213070d809629971302192444dd48c0f8d245fdc | a5bf9d16d9f3a81329f1a7801274ad716b40c3e8 | refs/heads/master | 2020-04-05T23:40:26.156836 | 2011-08-02T13:35:17 | 2011-08-02T13:35:17 | 2,142,552 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | /*----------------------------------
textcolordlg.h
$Date: 2001/06/24 08:58:21 $
Copyright (C) 2001 Masaki Suketa
-----------------------------------*/
#ifndef TEXTCOLORDLG_H
#define TEXTCOLORDLG_H
#include "dlgbase.h"
#include "reditprop.h"
class TEXTCOLORDLG :public DLGBASE {
public:
TEXTCOL... | [
"sriram.in20@gmail.com"
] | [
[
[
1,
27
]
]
] |
0c5329bf7a49cd02075af713d60d4699ffc5b66d | 1c84fe02ecde4a78fb03d3c28dce6fef38ebaeff | /StateEnemyWander.h | 03370b7a7bd0a437afb9db566908c00d5934a703 | [] | no_license | aadarshasubedi/beesiege | c29cb8c3fce910771deec5bb63bcb32e741c1897 | 2128b212c5c5a68e146d3f888bb5a8201c8104f7 | refs/heads/master | 2016-08-12T08:37:10.410041 | 2007-12-16T20:57:33 | 2007-12-16T20:57:33 | 36,995,410 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | h | #ifndef STATEENEMYWANDER_H
#define STATEENEMYWANDER_H
#include "FSMState.h"
class Enemy;
class StateEnemyWander: public FSMState
{
public:
// ctor
StateEnemyWander(FSMAIControl* control, int type=FSM_ENEMY_WANDER);
// see base class
void Enter();
void Exit();
void Update(float fTime);
FSMS... | [
"vkalpias@seas.upenn.edu"
] | [
[
[
1,
40
]
]
] |
3d22cae4b33c816a97ee6edde6138aced4a685ac | a705a17ff1b502ec269b9f5e3dc3f873bd2d3b9c | /src/main.cpp | 5a5128d4697fd4549ff7083da1978143e4579df8 | [] | no_license | cantidio/ChicolinusQuest | 82431a36516d17271685716590fe7aaba18226a0 | 9b77adabed9325bba23c4d99a3815e7f47456a4d | refs/heads/master | 2021-01-25T07:27:54.263356 | 2011-08-09T11:17:53 | 2011-08-09T11:17:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | #include "game.hpp"
int main()
{
int a;
Game game;
return game.run();
int layer_w = 400;
int screen_w = 320;
int pos_x = 450;
// ( (400 - (320 mod 400)) / 400) * 400
int init_x1 = ( pos_x % layer_w );
int end_x1 = layer_w - init_x1;
int init_x2 = 0;
int end_x2 = init_x1;
print... | [
"aniquilatorbloody@gmail.com"
] | [
[
[
1,
24
]
]
] |
604d148e04ba324d671f46520b6b5a18857d5cc6 | e9944cc3f8c362cd0314a2d7a01291ed21de19ee | / xcommon/Public/XDebug.cpp | a9427bab9ed83be2cd440739b22638efdd7d1b09 | [] | no_license | wermanhme1990/xcommon | 49d7185a28316d46992ad9311ae9cdfe220cb586 | c9b1567da1f11e7a606c6ed638a9fde1f6ece577 | refs/heads/master | 2016-09-06T12:43:43.593776 | 2008-12-05T04:24:11 | 2008-12-05T04:24:11 | 39,864,906 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,736 | cpp | /********************************************************************
Copyright (c) 2002-2003 汉王科技有限公司. 版权所有.
文件名称: XDebug.cpp
文件内容:
版本历史: 1.0
作者: xuejuntao xuejuntao@hanwang.com.cn 2008/10/06
*********************************************************************/
#include "stdafx.h"
#include "XDebug.h"
... | [
"jtxuee@gmail.com"
] | [
[
[
1,
75
]
]
] |
9bea8ac07fbdec7a6680c4ecb631a64c8721784c | 580738f96494d426d6e5973c5b3493026caf8b6a | /Include/Vcl/webform.hpp | 5c4b56129f566e3e5ad7f7fc9cbd751dcc47530d | [] | no_license | bravesoftdz/cbuilder-vcl | 6b460b4d535d17c309560352479b437d99383d4b | 7b91ef1602681e094a6a7769ebb65ffd6f291c59 | refs/heads/master | 2021-01-10T14:21:03.726693 | 2010-01-11T11:23:45 | 2010-01-11T11:23:45 | 48,485,606 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 56,737 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'WebForm.pas' rev: 6.00
#ifndef WebFormHPP
#define WebFormHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Contnrs.h... | [
"bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b"
] | [
[
[
1,
1283
]
]
] |
50c3e9e0b381b7d6640190a57a55db265363603f | cc336f796b029620d6828804a866824daa6cc2e0 | /paplayer/GYMCodec/gym_play.cpp | cdb6513c3fdea1db3c21f21e270a68fef399bd84 | [] | no_license | tokyovigilante/xbmc-sources-fork | 84fa1a4b6fec5570ce37a69d667e9b48974e3dc3 | ac3c6ef8c567f1eeb750ce6e74c63c2d53fcde11 | refs/heads/master | 2021-01-19T10:11:37.336476 | 2009-03-09T20:33:58 | 2009-03-09T20:33:58 | 29,232 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,428 | cpp | #include <stdio.h>
#include <memory.h>
#include <math.h>
#include "gym_play.h"
#include "psg.h"
#include "ym2612.h"
//int Seg_L[1600], Seg_R[1600];
int* Seg_L; int* Seg_R;
int Seg_Lenght;
#define CLOCK_NTSC 53700000 //53693175
unsigned int Sound_Extrapol[312][2];
#ifdef __cplusplus
extern "C" {
#en... | [
"spiff_@568bbfeb-2a22-0410-94d2-cc84cf5bfa90"
] | [
[
[
1,
235
]
]
] |
5d8360546a3bcdac2f9eb0c6517986f407d9365f | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit/blackberry/WebKitSupport/WebPlugin.h | 5a7cdbbfcc4e48286934c87aabc417c804b205f3 | [
"BSD-2-Clause"
] | permissive | azrul2202/WebKit-Smartphone | 0aab1ff641d74f15c0623f00c56806dbc9b59fc1 | 023d6fe819445369134dee793b69de36748e71d7 | refs/heads/master | 2021-01-15T09:24:31.288774 | 2011-07-11T11:12:44 | 2011-07-11T11:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,638 | h | /*
* Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
*/
#ifndef WebPlugin_h
#define WebPlugin_h
#include "CString.h"
#include "PlatformString.h"
namespace WebCore {
class HTMLElement;
class IntRect;
class IntSize;
class PluginWidget;
class WebMediaPlayerProxy;
}
namespac... | [
"sdevitt@rim.com"
] | [
[
[
1,
91
]
]
] |
7d85ed990a311b9535f3e5212b89caa57e243617 | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /dhnetsdk/Demo/ClientState.cpp | f5317b99ca5b6fdb1d48a949554c2df921f4b742 | [] | no_license | 15831944/phoebemail | 0931b76a5c52324669f902176c8477e3bd69f9b1 | e10140c36153aa00d0251f94bde576c16cab61bd | refs/heads/master | 2023-03-16T00:47:40.484758 | 2010-10-11T02:31:02 | 2010-10-11T02:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,845 | cpp | // lientState.cpp : implementation file
//
#include "stdafx.h"
#include "netsdkdemo.h"
#include "clientState.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClientState d... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | [
[
[
1,
219
]
]
] |
e61eebcc7178438d627c4f8a1775c062d2fd1234 | 036f83e4ba5370b4ec50da6d1d1561d85dedbde0 | /learning-cpp/ifstream_get.cpp | 44e0c7d7da2b05a6f69084d4ebe6bba77c4988b7 | [] | no_license | losvald/high-school | 8ba4487889093451b519c3f582d0dce8a5a6f5b8 | 4bfe295ad4ef1badf8a01d19e2ab3a65d59c1ce8 | refs/heads/master | 2016-09-06T03:48:25.747372 | 2008-01-17T10:56:55 | 2008-01-17T10:56:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | cpp | #include <string.h>
#include <conio.h>
#include <iostream.h>
#include <fstream.h>
#include <ctype.h>
int main() {
ifstream in("vjerot13.txt", ios::in);
ofstream out("vj.txt", ios::out);
char c;
const bool da = true;
while (da) {
in.get(c);
if(c == '!')
break;
... | [
"leo.osvald@gmail.com"
] | [
[
[
1,
19
]
]
] |
cc849b21b489bf856bb28223f7064757ac038777 | 41543fd481e363d8c4794edc97e767c8defb2273 | /http/src/parser_base.cpp | 6d7488088e8793ce987d67ecdf5a7713403efae1 | [
"BSL-1.0"
] | permissive | ExpLife0011/libHTTP | 550904eddf17f5fa89a2ff9fd563ff5746cbc29b | c53b85c7192f5b2cf506a71f36ec44e9b99ada1a | refs/heads/master | 2020-03-08T16:35:52.022125 | 2010-05-14T18:13:36 | 2010-05-14T18:13:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82 | cpp |
#include <http/parser_base.hpp>
namespace http
{
} // namespace http
| [
"rhenders@oliver.(none)"
] | [
[
[
1,
8
]
]
] |
afece9537bb7d4bf30e17a434a3439653b17aa3e | 5ee08487a9cdb4aa377457d7589871b0934d7884 | /HINTS/MSYS.CPP | ec15c1dd53db1d8136f7ec9804c413b4b7c9ae35 | [] | no_license | v0idkr4ft/algo.vga | 0cf5affdebd02a49401865d002679d16ac8efb09 | 72c97a01d1e004f62da556048b0ef5b7df34b89c | refs/heads/master | 2021-05-27T18:48:48.823361 | 2011-04-26T03:58:02 | 2011-04-26T03:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,046 | cpp | #include <dos.h>
#include <bios.h>
#include <stdio.h>
#include <math.h>
#include <conio.h>
#define SCAN_Q 16
#define CTRL 0x0004
#define ALT 0x0008
// functions...
unsigned char Get_Ascii(void)
{
if (_bios_keybrd(_KEYBRD_READY))
return(_bios_keybrd(_KEYBRD_READ));
else return(0)... | [
"github@x0rz.com"
] | [
[
[
1,
57
]
]
] |
c9bd4cbb417911b85a78d6a6586c7e8fd09218f2 | 4f469243a2e6fc370f0d1859ec68de5efce90fa1 | /infected/src/game/shared/hl2mp/weapon_freeze.cpp | 4813f039b435e0d3c1f1555af5f4a00219666de7 | [] | no_license | sideshowdave7/hl2-infected-mod | c710d3958cc143381eba28b7237c8f4ccdd49982 | a69fe39a2e13cbac3978ecf57c84cd8e9aa7bb0d | refs/heads/master | 2020-12-24T15:41:30.546220 | 2011-04-30T03:05:50 | 2011-04-30T03:05:50 | 61,587,106 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 17,705 | cpp | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "cbase.h"
#include "npcevent.h"
#include "in_buttons.h"
#ifdef CLIENT_DLL
#include "c_hl2mp_player.h"
#el... | [
"durant.the.thespian@gmail.com",
"sideshowdave7@gmail.com"
] | [
[
[
1,
19
],
[
21,
25
],
[
27,
28
],
[
30,
65
],
[
67,
68
],
[
70,
71
],
[
73,
73
],
[
75,
88
],
[
90,
96
],
[
98,
99
... |
fa292b0e3a31a5212d6aa8a2dfda22bb66ebcff7 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/_Common/xUtil3D.h | 63666a459443345ac8e9e357405401b290a40e27 | [] | no_license | 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 | UHC | C++ | false | false | 4,356 | h | #ifndef __XUTIL3D_H__
#define __XUTIL3D_H__
void QuaternionRotationToYPW( const D3DXQUATERNION& qRot, D3DXVECTOR3& vYPW );
void SetBB( D3DXVECTOR3 *pBBVList, const D3DXVECTOR3 &vMin, const D3DXVECTOR3 &vMax );
// AABB간의 충돌검출
int IsTouchAABB( const D3DXVECTOR3 &vMin1, const D3DXVECTOR3 &vMax1,
const... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
120
]
]
] |
5171a9b1269e87e4d41dede0d35b3b79d6097f49 | fac8de123987842827a68da1b580f1361926ab67 | /src/base/datatypes.h | 05efb9141e1308be252566f956759427f7cf4c07 | [] | 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 | 985 | h | #ifndef base_datatypes
#define base_datatypes
#include <string>
#include <vector>
#include <map>
typedef unsigned char u8 ;
typedef unsigned short int u16;
typedef unsigned int u32;
typedef unsigned __int64 u64;
typedef char i8 ;
typedef short int i16;
typedef int ... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
49
]
]
] |
55b89a7d31cd20bcd7eae29b87c635254654b6f1 | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Applications/Application2/WmlApplication.cpp | 9ec204f79b99ea5553be78e960e9483b766c0691 | [] | 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,410 | 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,
544
]
]
] |
eca494c47ea62ec61b14dacc96bac57cb9767887 | a9cf0c2a8904e42a206c3575b244f8b0850dd7af | /gui/console/media.cpp | 26dfb3f415c5034a127c0fdb9d597675fe790cb6 | [] | no_license | jayrulez/ourlib | 3a38751ccb6a38785d4df6f508daeff35ccfd09f | e4727d638f2d69ea29114dc82b9687ea1fd17a2d | refs/heads/master | 2020-04-22T15:42:00.891099 | 2010-01-06T20:00:17 | 2010-01-06T20:00:17 | 40,554,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | cpp | /*
@Group: BSC2D
@Group Members:
<ul>
<li>Robert Campbell: 0701334</li>
<li>Audley Gordon: 0802218</li>
<li>Dale McFarlane: 0801042</li>
<li>Dyonne Duberry: 0802189</li>
<li>Xavier Lowe: 0802488</li>
</ul>
@
*/
#include <iostream>
#include <windows.h>
#include <mmsystem.h>
#include "media.h"
... | [
"waprave@gmail.com"
] | [
[
[
1,
27
]
]
] |
d0ffd965ca20d27bbc4e01bdad93190922df2769 | 93176e72508a8b04769ee55bece71095d814ec38 | /Utilities/BGL/boost/math/tools/config.hpp | 3fbf288bca887261beb5f22742d20e3172695863 | [] | 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 | 9,574 | hpp | // Copyright (c) 2006-7 John Maddock
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_MATH_TOOLS_CONFIG_HPP
#define BOOST_MATH_TOOLS_CONFIG_HPP
#ifdef _M... | [
"julien.malik@orfeo-toolbox.org"
] | [
[
[
1,
304
]
]
] |
3adc482c4661011ff60aa64d8582a367f64a3a37 | 3ea8b8900d21d0113209fd02bd462310bd0fce83 | /libvorbis.cpp | 4060a665860cfe0981efcf767d207c577646ed2b | [] | no_license | LazurasLong/bgmlib | 56958b7dffd98d78f99466ce37c4abaddc7da5b1 | a9d557ea76a383fae54dc3729aaea455c258777a | refs/heads/master | 2022-12-04T02:58:36.450986 | 2011-08-16T17:44:46 | 2011-08-16T17:44:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 14,976 | cpp | // Music Room BGM Library
// ----------------------
// libvorbis.cpp - Ogg Vorbis stuff
// ----------------------
// "©" Nmlgc, 2011
#include "platform.h"
#include "infostruct.h"
#include "packmethod.h"
#include "ui.h"
#include "libvorbis.h"
#include <FXFile.h>
#include <vorbis/vorbisenc.h>
const int OV... | [
"nmlgc@nmlgc.net"
] | [
[
[
1,
584
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.