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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f142c0f3314dd7c163d114e2a595240befbc8235 | 38af8ef5939efeb9f98d77756fd54ff8a94985d1 | /rzpctrl/src/ctlitems.cpp | 7495cfce89af09a7253c5bff6167a7b499e35d52 | [] | no_license | suda-ee/miscprojectsrepo | 16658894d1a3ae5c5900395ce84f519cafc7fd8a | e29d56498910045d97ecc3fd3205b1add4080683 | refs/heads/master | 2021-01-18T15:29:33.618773 | 2011-01-12T06:26:06 | 2011-01-12T06:26:06 | 86,655,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 243 | cpp | #include "ctlitems.h"
ctlitems::ctlitems(QTreeWidget *parent, int type)
: QTreeWidgetItem(parent, type)
{
}
ctlitems::ctlitems(ctlitems *parent, int type)
: QTreeWidgetItem(parent, type)
{
}
ctlitems::~ctlitems()
{
}
| [
"cai@localhost"
] | [
[
[
1,
15
]
]
] |
cc7d735e9eb4643abe9f5da7ffbf277c54b056d5 | 6a925ad6f969afc636a340b1820feb8983fc049b | /librtsp/librtsp/inc/MediaSource.h | 5f4d0e763825eedb962f0462ebc108ea196d2641 | [] | no_license | dulton/librtsp | c1ac298daecd8f8008f7ab1c2ffa915bdbb710ad | 8ab300dc678dc05085f6926f016b32746c28aec3 | refs/heads/master | 2021-05-29T14:59:37.037583 | 2010-05-30T04:07:28 | 2010-05-30T04:07:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 776 | h | /*!@file MediaSource.h
@brief
Copyright (c) 2009 HUST ITEC VoIP Lab.
All rights reserved.
@author Wentao Tang
@date 2009.3.25
@version 1.0
*/
#pragma once
#include <string>
using std::string;
#define MILLION 1000000
class MediaSource
{
public:
MediaSource(void);
virtual ~MediaSource(vo... | [
"TangWentaoHust@95ff1050-1aa1-11de-b6aa-3535bc3264a2"
] | [
[
[
1,
32
]
]
] |
f3e81573a16ff418b2cd2e62d91301e62ddb21fb | b5ab57edece8c14a67cc98e745c7d51449defcff | /Captain's Log/MainGame/Source/GameObjects/CBMPFont.h | 918aac1b19451cb376ccdade78df672f6064165e | [] | no_license | tabu34/tht-captainslog | c648c6515424a6fcdb628320bc28fc7e5f23baba | 72d72a45e7ea44bdb8c1ffc5c960a0a3845557a2 | refs/heads/master | 2020-05-30T15:09:24.514919 | 2010-07-30T17:05:11 | 2010-07-30T17:05:11 | 32,187,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 651 | h | #ifndef CBMPFont_h__
#define CBMPFont_h__
#include <vector>
#include <Windows.h>
using namespace std;
class CBMPFont
{
RECT m_rLetterRects[256];
int m_nStartChar;
int m_nImageID;
float m_fScaleX;
float m_fScaleY;
int m_nKerning;
DWORD m_dwFontColor;
public:
void Initializ... | [
"notserp007@34577012-8437-c882-6fb8-056151eb068d"
] | [
[
[
1,
25
]
]
] |
44ac250def003f5c912602b95660722f3336a756 | be7eef50e21e11340134d150f78db8d6f5423e66 | /B11/B11g01.cpp | 363cc2fbab08d896a216c002cf4c829a6e360d48 | [] | no_license | Maciej-Poleski/Algorytmika | 8023aef976c1087e25a4f9079de65769cf690ae3 | 3a3818f82738d9ea42aba24dea89e9280d504f00 | refs/heads/master | 2023-07-06T03:57:54.430947 | 2011-05-26T15:57:11 | 2011-05-26T15:57:11 | 395,015,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 567 | cpp | #include <iostream>
#include <fstream>
using namespace std;
uint32_t z=1;
uint32_t n=10000;
uint32_t m=n*10;
uint32_t l=10000;
uint32_t p;
int main(int argc,char **argv)
{
ios_base::sync_with_stdio(0);
ofstream wyj(argv[1]);
ifstream wej("/dev/urandom");
wyj<<z<<endl;
while(z--)
{
w... | [
"Maciej-Poleski@users.noreply.github.com"
] | [
[
[
1,
36
]
]
] |
00d96afcd6c29b7a148cf90db1d1c14da4035065 | b9c9a4c5e7952e080a53c81a0781180a9bf80257 | /src/document/SciWrapper.h | 4efbf92c63220d6fea8ea994bdde0eabd07beed4 | [] | no_license | kaelspencer/confero | 296aa9cd87c0254a662be136a571ffb9675d9fe9 | a41c71fe082017c316bc2f79e00c2b9e3a8ef7eb | refs/heads/master | 2021-01-19T17:47:44.444616 | 2011-06-12T00:25:25 | 2011-06-12T00:25:25 | 1,777,702 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,319 | h | #ifndef SCIWRAPPER_H
#define SCIWRAPPER_H
#include <Qsci/qsciscintilla.h>
#include "../net/ConferoNet.h"
#include "Edit.h"
#include "Document.h"
#include <Qsci/qscilexer.h>
#include <Qsci/qscilexerbash.h>
#include <Qsci/qscilexerbatch.h>
#include <Qsci/qscilexercmake.h>
#include <Qsci/qscilexercpp.h>
#in... | [
"kael@euler"
] | [
[
[
1,
81
]
]
] |
f8eaab83ce9dc2e99bcfcc4b94c5f15215d8f746 | 7f6fe18cf018aafec8fa737dfe363d5d5a283805 | /ntk/interface/src/screen.cpp | f31646a3fcf23f30a1f40099b796ac38e6ac623a | [] | no_license | snori/ntk | 4db91d8a8fc836ca9a0dc2bc41b1ce767010d5ba | 86d1a32c4ad831e791ca29f5e7f9e055334e8fe7 | refs/heads/master | 2020-05-18T05:28:49.149912 | 2009-08-04T16:47:12 | 2009-08-04T16:47:12 | 268,861 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 776 | cpp | /******************************************************************************
The NTK Library
Copyright (C) 1998-2003 Noritaka Suzuki
$Id: screen.cpp,v 1.4 2003/11/11 12:07:08 nsuzuki Exp $
******************************************************************************/
#define NTK_BUILD
#include "ntk/i... | [
"nrtkszk@gmail.com"
] | [
[
[
1,
44
]
]
] |
b371a3491631a3b20db38863ab419dab6becbb68 | 2fdbf2ba994ba3ed64f0e2dc75cd2dfce4936583 | /gpt/test2.cpp | c28f429b0d6ecee5d0e324a5fb8776f0060e5644 | [] | no_license | TERRANZ/terragraph | 36219a4e512e15a925769512a6b60637d39830bf | ea8c36070f532ad0a4af08e46b19f4ee1b85f279 | refs/heads/master | 2020-05-25T10:31:26.994233 | 2011-01-29T21:23:04 | 2011-01-29T21:23:04 | 1,047,237 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 110 | cpp | #include "test2.h"
namespace {
/*$GPBS$$!globals!*/
// put global variables and funcs here
/*$GPBS$*/
} | [
"vterranz@gmail.com"
] | [
[
[
1,
7
]
]
] |
b1658b5e71b6d90010c35e767b2f141b5c5b0af7 | 62c9cb0899bbb36d3e742559831f84054b57d790 | /DeviceAdapters/LeicaDMI/LeicaDMI.cpp | 874b77341f0fa0f299c498e04a6155e3dbd388c4 | [] | 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 | UTF-8 | C++ | false | false | 74,033 | cpp | ///////////////////////////////////////////////////////////////////////////////
// FILE: LeicaDMI.cpp
// PROJECT: MicroManage
// SUBSYSTEM: DeviceAdapters
//-----------------------------------------------------------------------------
// DESCRIPTION:
//
// COPYRIGHT: 100xImaging, Inc. 2008
// LICE... | [
"OD@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd",
"prashanth@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd",
"nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd"
] | [
[
[
1,
110
],
[
112,
132
],
[
134,
175
],
[
178,
2319
]
],
[
[
111,
111
],
[
133,
133
],
[
176,
177
],
[
2320,
2484
]
],
[
[
2485,
2... |
0f44113eaeee49920654b7c27ead9a94280f085b | 4323418f83efdc8b9f8b8bb1cc15680ba66e1fa8 | /Trunk/Battle Cars/Battle Cars/Source/CGameModeSelectionState.h | ec18d63e2e6af436479ad57d1f9582a0c3b4dd8a | [] | no_license | FiveFourFive/battle-cars | 5f2046e7afe5ac50eeeb9129b87fcb4b2893386c | 1809cce27a975376b0b087a96835347069fe2d4c | refs/heads/master | 2021-05-29T19:52:25.782568 | 2011-07-28T17:48:39 | 2011-07-28T17:48:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | h | #ifndef _CGAMEMODESELECTIONSTATE_H
#define _CGAMEMODESELECTIONSTATE_H
#include "IGameState.h"
#include <vector>
using namespace std;
class CSGD_TextureManager;
class CPrintFont;
class CSGD_FModManager;
class CSGD_DirectInput;
class CXboxInput;
class CPlayer;
class CGameModeSelectionState : public I... | [
"darksage44@yahoo.com@598269ab-7e8a-4bc4-b06e-4a1e7ae79330",
"andy.madruga@gmail.com@598269ab-7e8a-4bc4-b06e-4a1e7ae79330"
] | [
[
[
1,
24
],
[
26,
50
]
],
[
[
25,
25
]
]
] |
46e2421ab7216f110aa21c8a5b856f90c3250c28 | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/Direct3D10/D3D10Blob.cpp | 37ad4f2a433f426ce1fb72598ee70b87bd5ec286 | [] | no_license | midnite8177/phever | f9a55a545322c9aff0c7d0c45be3d3ddd6088c97 | 45529e80ebf707e7299887165821ca360aa1907d | refs/heads/master | 2020-05-16T21:59:24.201346 | 2010-07-12T23:51:53 | 2010-07-12T23:51:53 | 34,965,829 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 408 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
#include "stdafx.h"
#include "D3D10Blob.h"
using namespace Microsoft::WindowsAPICodePack::DirectX::Direct3D10;
IntPtr Blob::GetBufferPointer()
{
return IntPtr(GetInterface<ID3D10Blob>()->GetBufferPointer());
}
UInt32 Blob::GetBufferSize()... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
17
]
]
] |
5bcdc6965b824636ed916d055ed6fe45330e4a25 | 205069c97095da8f15e45cede1525f384ba6efd2 | /Casino/Code/Server/ShareModule/GridCtrl/InPlaceEdit.h | 60114df9afeabf628b2cd2e9037ff22190e5c2f9 | [] | no_license | m0o0m/01technology | 1a3a5a48a88bec57f6a2d2b5a54a3ce2508de5ea | 5e04cbfa79b7e3cf6d07121273b3272f441c2a99 | refs/heads/master | 2021-01-17T22:12:26.467196 | 2010-01-05T06:39:11 | 2010-01-05T06:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,549 | h | //////////////////////////////////////////////////////////////////////
// InPlaceEdit.h : header file
//
// MFC Grid Control - inplace editing class
//
// Written by Chris Maunder <cmaunder@mail.com>
// Copyright (c) 1998-2002. All Rights Reserved.
//
// This code may be used in compiled form in any way you des... | [
"andywu0823@gmail.com"
] | [
[
[
1,
83
]
]
] |
1ca6a5a8aad9431f622ca2824b7b526f0738ab0d | 508bfb3220be28811600a2cbf0aabae382f78775 | /AcademicCrawler-sdk/Qt/Qt-4.6.2/include/Qt/qwebframe.h | bfb61876f4fa220baa787b1a5b0163e3ea874576 | [] | no_license | darkbtf/academic-crawler | 295f3bd74b18e700402bc2be59f15694d6195471 | 5dfcb0f1b88b93aa7545ef233344a41570011532 | refs/heads/master | 2021-01-01T19:21:00.162442 | 2011-03-10T16:29:25 | 2011-03-10T16:29:25 | 42,468,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,201 | h | /*
Copyright (C) 2008,2009 Nokia Corporation and/or its subsidiary(-ies)
Copyright (C) 2007 Staikos Computing Services Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Found... | [
"ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5"
] | [
[
[
1,
235
]
]
] |
096ec69020c418cd7c8ca1ac82c459a195e821dd | b4ec0cb07a6e388ba33dde1ee3494a970aba8a0d | /browser/client_handler.h | 247f28b596e92ef1cb519dd1cc4afc9e033d3290 | [] | no_license | ashenone0917/pea-search | 2eed03fc2314909f69a8c3c7cbca511eba192bd3 | 3837dbcc2767d6358b726587b9a77d3c0f015a9d | refs/heads/master | 2023-03-18T08:28:11.348474 | 2011-12-30T12:36:00 | 2011-12-30T12:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,932 | h | #ifndef _CLIENT_HANDLER_H
#define _CLIENT_HANDLER_H
#include "../3rd/cef_binary/include/cef.h"
#include "cef_util.h"
extern void exec_js_str(WCHAR *str);
extern void exec_js(const WCHAR *function_name);
class ClientHandler : public CefClient,
public CefLifeSpanHandler,
... | [
"yuan_xin_yu@hotmail.com"
] | [
[
[
1,
59
]
]
] |
b8764f6c2b7d7de86f1cd1260297485bec76ba6c | 6c5cd70473dceee91751a9ae9f1fecda20fa60d0 | /src/Replay.h | ebabed43d9f2affea0a4b746a6d98b30b2beb7fc | [] | no_license | jncraton/rep2ai | 27da3316f365ae2518b361a8186fd6fc8a53804f | c0ce7de68bb110e6f11cf1c3a29d32fec2d0694a | refs/heads/master | 2020-04-29T02:57:57.288273 | 2010-07-20T18:41:44 | 2010-07-20T18:41:44 | 441,084 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | h | #ifndef REPLAY_H
#define REPLAY_H
#include <stdio.h>
#include <memory.h>
#include "ActionList.h"
#include "unpack.h"
using namespace std;
class Replay
{
public:
Replay(char * filename);
~Replay();
ActionList actionList;
char header[0x279];
char gameName[29];
char playerName[8][26... | [
"jncraton@.(none)",
"jncraton@gmail.com"
] | [
[
[
1,
21
],
[
25,
26
],
[
28,
30
]
],
[
[
22,
24
],
[
27,
27
]
]
] |
831dfb68d56e8b3066158be02b0acba75a6b7404 | e31046aee3ad2d4600c7f35aaeeba76ee2b99039 | /trunk/libs/raknet/includes/RakNetTypes.h | 201eb7a9bc986479a4a23acc1227bcdab282ca15 | [
"BSD-3-Clause"
] | permissive | BackupTheBerlios/trinitas-svn | ddea265cf47aff3e8853bf6d46861e0ed3031ea1 | 7d3ff64a7d0e5ba37febda38e6ce0b2d0a4b6cca | refs/heads/master | 2021-01-23T08:14:44.215249 | 2009-02-18T19:37:51 | 2009-02-18T19:37:51 | 40,749,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,089 | h | /// \file
/// \brief Types used by RakNet, most of which involve user code.
///
/// This file is part of RakNet Copyright 2003 Kevin Jenkins.
///
/// Usage of RakNet is subject to the appropriate license agreement.
/// Creative Commons Licensees are subject to the
/// license found at
/// http://creativecommons... | [
"paradoxon@ab3bda7c-5b37-0410-9911-e7f4556ba333"
] | [
[
[
1,
344
]
]
] |
794f3926680f77c8dfe86b4641e03e98ce4fbbb6 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SEWarehouse/SEStaticArray.inl | c4b5535628b72783b657d2a64c20de519eb4264f | [] | 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 | 3,574 | inl | //----------------------------------------------------------------------------
template<class Type>
inline void StaticArray<Type>::operator=(const StaticArray<Type>& rOriginal)
{
CopyArray(rOriginal);
}
//----------------------------------------------------------------------------
template<class Type>
inli... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | [
[
[
1,
119
]
]
] |
6e05fa44b51c2c4508dbba7d595f21db381c309a | 000b887c9052e3af1cfb46e671c0f71a56576af1 | /LD18_Source/src/game.hpp | 03b328a14f8104729172e91bf7d984caa3da9bed | [] | 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 | 2,951 | hpp | // game.hpp
#ifndef __game_hpp__
#define __game_hpp__
#include <algorithm>
#include "base.hpp"
#include "window.hpp"
#include "player.hpp"
#include "manager.hpp"
#include "zombie.hpp"
#include "object_manager.hpp"
using namespace Base;
class Game
{
enum GameState {
TITLESCREEN,
GAMEMODE,
... | [
"phil@cooperking.net"
] | [
[
[
1,
149
]
]
] |
413377dc86fbe8e9f24f1717b7c5db6b61062098 | 898dce1d28c7996db934d74c61d2690048b2bfb3 | /rayTracer/Camera.cpp | 8b3db88018d9e4e06b80e8c9d633a240ecfa951b | [] | no_license | claudiahwong/cs184-an-eh-sp10 | 8fa79a2aba7a917e18f393a150fc1183ba7f82a5 | d13f992bcb779411e11b1af62e9228246ed62dbd | refs/heads/master | 2016-09-05T20:06:52.877441 | 2010-10-29T04:51:15 | 2010-10-29T04:51:15 | 32,365,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,081 | cpp | #include "Camera.h"
Camera::Camera(void) {
}
Camera::Camera(vec3 lookFrom, vec3 lookAt, vec3 upv, float fovY, float znear, int width, int height)
{
eye = lookFrom;
center = lookAt;
up = upv;
//fovx = nv_to_deg * 2 * atan(width/(2.0 * znear));
fovx = fovY;
fovy = fovY;
screenWidth = width;
scre... | [
"victoria.c.chiu@9a492283-e4e1-9893-cc0f-88d6fa45db55",
"Lax100@9a492283-e4e1-9893-cc0f-88d6fa45db55"
] | [
[
[
1,
33
],
[
37,
37
],
[
39,
48
]
],
[
[
34,
36
],
[
38,
38
]
]
] |
4176c135cfa8dfad16c5bcbd4f49730076a2034a | b668c5a2161d35b5c3a0690a2d958a2ca1e3a5d8 | /AMC Tool/AMC Tool.cpp | 3a2adab1300574c69facf40cb50cbccbff5ce60b | [
"Apache-2.0"
] | permissive | Bizonu/amclibrary | 5babe5ae7c7e3679a126856578c8d19979af4345 | 6dacc2386064bc1fb0ad9ef1cf0774c5fed56bed | refs/heads/master | 2021-01-10T19:31:01.970127 | 2011-12-28T18:38:03 | 2011-12-28T18:38:03 | 37,608,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,490 | cpp | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// File: AMCTool.cpp
/// Description: AMC Tool application starting code.
/// Author: Chiuta Adrian Marius
/// Created: 07-01-2010
///
/// Licensed under the Apache Licens... | [
"ChiutaAdrian@gmail.com"
] | [
[
[
1,
118
]
]
] |
3ec2cb2b9792bc7bcc008425189e6205788add0c | bdb8fc8eb5edc84cf92ba80b8541ba2b6c2b0918 | /TPs CPOO/Gareth & Maxime/Projet/CanonNoir_Moteur_C++/fichiers/Caravelle.h | 758a12825c81d1194342d1bf1f217dd55420b6b2 | [] | no_license | Issam-Engineer/tp4infoinsa | 3538644b40d19375b6bb25f030580004ed4a056d | 1576c31862ffbc048890e72a81efa11dba16338b | refs/heads/master | 2021-01-10T17:53:31.102683 | 2011-01-27T07:46:51 | 2011-01-27T07:46:51 | 55,446,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | h | /**
*\file Caravelle.h
*\brief File containing the attributes and function declarations of the Caravelle class
*\author Maxime HAVEZ
*\author Gareth THIVEUX
*\version 1.0
*/
#ifndef CARAVELLE_H
#define CARAVELLE_H
#include "Bateau.h"
class Caravelle : public Bateau
{
public :
/**
*\fn vir... | [
"havez.maxime.01@9f3b02c3-fd90-5378-97a3-836ae78947c6",
"garethiveux@9f3b02c3-fd90-5378-97a3-836ae78947c6"
] | [
[
[
1,
2
],
[
6,
8
],
[
12,
20
],
[
22,
27
],
[
29,
35
]
],
[
[
3,
5
],
[
9,
11
],
[
21,
21
],
[
28,
28
],
[
36,
36
... |
5e15cfe9c6959cd0479e580131ef0ba2c6256b63 | d258dd0ca5e8678c8eb81777e5fe360b8bbf7b7e | /Library/PhysXCPP/NxaControllerDescription.cpp | 5e7422180933ab61fd161a3b185a449df875b9aa | [] | no_license | ECToo/physxdotnet | 1e7d7e9078796f1dad5c8582d28441a908e11a83 | 2b85d57bc877521cdbf1a9147bd6716af68a64b0 | refs/heads/master | 2021-01-22T07:17:58.918244 | 2008-04-13T11:15:26 | 2008-04-13T11:15:26 | 32,543,781 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,404 | cpp | #include "StdAfx.h"
#include "NxaControllerDescription.h"
NxaControllerDescription::NxaControllerDescription(NxControllerDesc * ptr)
{
nxControllerDesc = ptr;
}
NxaControllerDescription::~NxaControllerDescription()
{
this->!NxaControllerDescription();
}
NxaControllerDescription::!NxaControllerDescript... | [
"thomasfannes@e8b6d1ee-b643-0410-9178-bfabf5f736f5"
] | [
[
[
1,
66
]
]
] |
3a2f260a583e04b828feb74e518be13e4b95c61b | b407e323eb85b469258b0c30892dc70b160ecdbc | /whoisalive/tiler.h | 2343e94667ab6c2c7f23eeff35e1308d88871e61 | [] | no_license | vi-k/whoisalive.fromsvn | 7f8acf1cc8f5573008327fb61b419ed0f1676f42 | c77b9619d470291389c8938e7cab87674a09f654 | refs/heads/master | 2021-01-10T02:13:41.786614 | 2010-05-30T23:18:47 | 2010-05-30T23:18:47 | 44,526,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,441 | h | #ifndef WHO_TILER_H
#define WHO_TILER_H
#include "ipgui.h"
#include "../common/my_thread.h"
#include "../common/my_inet.h"
#include "../common/my_mru.h"
#include <string>
#include <list>
#include <map>
#include <boost/functional/hash.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>... | [
"victor.dunaev@localhost"
] | [
[
[
1,
137
]
]
] |
c46f91bfa4ceed22ce697c22dad64ffafeea2562 | 90aa2eebb1ab60a2ac2be93215a988e3c51321d7 | /castor/branches/boost/libs/castor/test/test_prefix_unary_ops.cpp | 9a01bdbb09a04dcc82a235ee0fbf7cc094b395c6 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | roshannaik/castor | b9f4ea138a041fe8bccf2d8fc0dceeb13bcca5a6 | e86e2bf893719bf3164f9da9590217c107cbd913 | refs/heads/master | 2021-04-18T19:24:38.612073 | 2010-08-18T05:10:39 | 2010-08-18T05:10:39 | 126,150,539 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 731 | cpp | #include <boost/castor.h>
#include <boost/test/minimal.hpp>
#include "test_ile.h"
using namespace castor;
int test_main(int, char * [])
{
{ // Simple Prefix increment/decrement
lref<int> li = 1;
BOOST_CHECK((++li)() == 2);
BOOST_CHECK(*li == 2);
BOOST_CHECK((-... | [
"82177+tzlaine@users.noreply.github.com"
] | [
[
[
1,
37
]
]
] |
127d38cd3e31d136e2d6733c836e9e02ab3a97e8 | 7a310d01d1a4361fd06b40a74a2afc8ddc23b4d3 | /src_plugin/PluginMaking/TabMoveBar/MoveTab.h | d98b67ae72c6f62497adeda2081ef6e19f5d4aae | [] | no_license | plus7/DonutG | b6fec6111d25b60f9a9ae5798e0ab21bb2fa28f6 | 2d204c36f366d6162eaf02f4b2e1b8bc7b403f6b | refs/heads/master | 2020-06-01T15:30:31.747022 | 2010-08-21T18:51:01 | 2010-08-21T18:51:01 | 767,753 | 1 | 2 | null | null | null | null | SHIFT_JIS | C++ | false | false | 681 | h | // MoveTab.h: CMoveTab クラスのインターフェイス
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MOVETAB_H__EE715D23_BE8D_4F82_97D5_ADA875E1F162__INCLUDED_)
#define AFX_MOVETAB_H__EE715D23_BE8D_4F82_97D5_ADA875E1F162__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER... | [
"ahya365@gmail.com"
] | [
[
[
1,
28
]
]
] |
16ab6f6b2f31a0415ca707306fded78c3619b2d3 | f9774f8f3c727a0e03c170089096d0118198145e | /传奇mod/Mir2ExCode/Mir2/GameProcess/Interface.cpp | a176e4f964187bb27afb3b0aa2764fe7ef14643d | [] | 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 | 55,228 | cpp | /******************************************************************************************************************
모듈명:
작성자: ... | [
"fjljfat@4a88d1ba-22b1-11df-8001-4f4b503b426e"
] | [
[
[
1,
1960
]
]
] |
90c14299e7c6ed0b82ad1b982d37b9eb89c33b1f | 0466568120485fcabdba5aa22a4b0fea13068b8b | /opencv/modules/gpu/src/cuda/safe_call.hpp | e3e00beaaf209da13e905b80bd1733cb14bf8a66 | [] | no_license | coapp-packages/opencv | be25a9aec58d9ac890fc764932ba67914add078d | c78981e0d8f602fde523a82c3a7e2c3fef1f39bc | refs/heads/master | 2020-05-17T12:11:25.406742 | 2011-07-14T17:13:01 | 2011-07-14T17:13:01 | 2,048,483 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,030 | 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... | [
"anatoly@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08",
"alexeys@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08",
"vinogradov_vlad@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08"
] | [
[
[
1,
46
],
[
48,
50
],
[
54,
55
],
[
58,
63
],
[
67,
69
],
[
71,
72
],
[
80,
80
],
[
83,
83
],
[
85,
88
]
],
[
[
47,
... |
b2ddf04cdace3d0982342bf36c56b7cc3a231436 | dadae22098e24c412a8d8d4133c8f009a8a529c9 | /tp1/src/tp1/tp1_simulation_1.h | 696d15bc2985c3bb4e7ba8056681233632cfd63b | [] | no_license | maoueh/PHS4700 | 9fe2bdf96576975b0d81e816c242a8f9d9975fbc | 2c2710fcc5dbe4cd496f7329379ac28af33dc44d | refs/heads/master | 2021-01-22T22:44:17.232771 | 2009-10-06T18:49:30 | 2009-10-06T18:49:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,620 | h | #ifndef TP1_SIMULATION_1_H
#define TP1_SIMULATION_1_H
#include <vector>
#include "color.h"
#include "opengl_application.h"
class ShaderProgram;
class TextureUnit;
class Window;
class Tp1Simulation1 : public OpenGlApplication
{
public:
Tp1Simulation1(CommandLine* commandLine, const Vector& initial... | [
"matthieu.o.vachon@gmail.com"
] | [
[
[
1,
67
]
]
] |
6431e9642e7f601a49ebc4ab40d712ad26958a91 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ClientShellDLL/TO2/ScreenSave.h | 2aeaf134843e497c5f29a6639cc951f77372d68b | [] | 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 | 966 | h | // ----------------------------------------------------------------------- //
//
// MODULE : ScreenSave.h
//
// PURPOSE : Interface screen for saving games
//
// (c) 1999-2001 Monolith Productions, Inc. All Rights Reserved
//
// ----------------------------------------------------------------------- //
#if... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
44
]
]
] |
ca71b6eeceec00ce48438e75db55fb668fdfdbc9 | 8ce47e73afa904a145a1104fa8eaa71e3a237907 | /Robot/controller/NXTBluetooth/i2c.cpp | 683e59093a85181f9fa290ba822eeece7d88c604 | [] | no_license | nobody/magiclegoblimps | bc4f1459773773599ec397bdd1a43b1c341ff929 | d66fe634cc6727937a066118f25847fa7d71b8f6 | refs/heads/master | 2021-01-23T15:42:15.729310 | 2010-05-05T03:15:00 | 2010-05-05T03:15:00 | 39,790,220 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,484 | cpp | #include "i2c.h"
#include "error.h"
#include <iostream>
#include <stdio.h>
#include <time.h>
#include <string>
#include <stdlib.h>
#include <windows.h>
I2c::I2c(Sensor_port port, Connection* connection, Sensor_type sensor_type, unsigned char i2c_address, unsigned int wait_time):Sensor(port, connection, sensor... | [
"eXceLynX@445d4ad4-0937-11df-b996-818f58f34e26"
] | [
[
[
1,
109
]
]
] |
2247f47d321648df34774918ba93a169a0d50fc9 | d115cf7a1b374d857f6b094d4b4ccd8e9b1ac189 | /tags/pyplusplus_dev_1.0.0/unittests/data/duplicate_aliases_to_be_exported.cpp | da84134d91d7d65497b78debacd9456bffbe1146 | [
"BSL-1.0"
] | permissive | gatoatigrado/pyplusplusclone | 30af9065fb6ac3dcce527c79ed5151aade6a742f | a64dc9aeeb718b2f30bd6a5ff8dcd8bfb1cd2ede | refs/heads/master | 2016-09-05T23:32:08.595261 | 2010-05-16T10:53:45 | 2010-05-16T10:53:45 | 700,369 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp | // Copyright 2004-2008 Roman Yakovenko.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "duplicate_aliases_to_be_exported.hpp"
namespace duplicate_aliases{
}//duplicate_aliases
| [
"roman_yakovenko@dc5859f9-2512-0410-ae5c-dd123cda1f76"
] | [
[
[
1,
13
]
]
] |
b2aa296a640e811adabd296572457a03d254f31f | b7c505dcef43c0675fd89d428e45f3c2850b124f | /Src/SimulatorQt/Util/qt/Win32/include/Qt/qnetworkaccessmanager.h | 1614c3b3ae37e2e91b565e172e6513d6bb62bbdf | [
"BSD-2-Clause"
] | permissive | pranet/bhuman2009fork | 14e473bd6e5d30af9f1745311d689723bfc5cfdb | 82c1bd4485ae24043aa720a3aa7cb3e605b1a329 | refs/heads/master | 2021-01-15T17:55:37.058289 | 2010-02-28T13:52:56 | 2010-02-28T13:52:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,542 | h | /****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@nokia.com)
**
** This file is part of the QtNetwork module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commer... | [
"alon@rogue.(none)"
] | [
[
[
1,
129
]
]
] |
7b9da9f3519a4182113b95bc0720a98f0bd32e0f | ec41b76a607f9e8dd29288997df56b6837e286c6 | /OgreMath/OgreCommon.h | cbe84b1fc800fb958532f1daab9e5e6cab3c84ec | [] | no_license | tkaleas/screen-space-fluid-rendering | 2309d5de0886ad961708d1c2203bba6976dd8c2f | 28f0968cb044a40d561747bba9574cc59d3d2fcb | refs/heads/master | 2020-06-04T07:26:25.578575 | 2011-04-26T21:29:49 | 2011-04-26T21:29:49 | 32,113,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | h | #ifndef OGRECOMMON_H
#define OGRECOMMON_H
#define _OgreExport
#include <iostream>
#include <cassert>
#define _USE_MATH_DEFINES
#include <cmath>
#define TWO_PI (M_PI*2)
#define HALF_PI (M_PI/2)
namespace Ogre
{
class Vector2;
class Vector3;
class Vector4;
class Matrix3;
class Matrix4;
class... | [
"astromutant@gmail.com@58403bee-ede4-9baf-e632-59ccd62f6f02"
] | [
[
[
1,
29
]
]
] |
38a66f084512063ef2d17f6c135dc4043924c141 | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/mame/includes/gijoe.h | 56dc3d6385d6e805a8987ec1c54d656e2cea49c8 | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,273 | h | /*************************************************************************
GI Joe
*************************************************************************/
class gijoe_state : public driver_device
{
public:
gijoe_state(running_machine &machine, const driver_device_config_base &config)
: driver_devi... | [
"Mike@localhost"
] | [
[
[
1,
45
]
]
] |
ae4363d5d6a5143e5356704446d1268b3071b9ee | b91c59623f28031d0255684adffcaa5e54528777 | /LoginDlg.h | 1e080a6fdc13ec2438626f9f0ed00d1e19b57954 | [] | no_license | ninhoabrantes/fop3d | dbe03ba3f3b2ca5073ed6dc8f03e2c7cbdd9b1ad | 7c099f5720fca1a673fdc238bc95e6ceadb4488c | refs/heads/master | 2021-01-10T06:26:56.752957 | 2010-01-27T08:35:43 | 2010-01-27T08:35:43 | 51,085,749 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,208 | h | #if !defined(AFX_LOGINDLG_H__84AE5D0C_8DF3_4D6F_B860_5B96DB28441B__INCLUDED_)
#define AFX_LOGINDLG_H__84AE5D0C_8DF3_4D6F_B860_5B96DB28441B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LoginDlg.h : header file
//
/////////////////////////////////////////////////////////////////////... | [
"emilyaimeihsu@6deafb92-e873-11de-91d6-89caad0352f8"
] | [
[
[
1,
47
]
]
] |
878033292738bc5eda80e48c28fae9186f2f57a6 | bec972e7c17702e036fed6a1126aef96db1e5d4c | /src/InputManager.cpp | d7efc8ea2b3679a1a1821cc0233a71b98c705319 | [
"MIT"
] | permissive | andrey013/mytuner | ea72b9eb0e1339034de140b2baa9ec0cf34da466 | 266898d81be7830f9480ca4e37f886b5d4c02125 | refs/heads/master | 2021-01-01T17:57:32.828719 | 2011-06-20T15:09:41 | 2011-06-20T15:09:41 | 1,219,186 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,890 | cpp | #include "precompiled.h"
#include "InputManager.h"
InputManager::InputManager(Ogre::RenderWindow* win, bool bufferedKeys, bool bufferedMouse,
bool bufferedJoy) :
mWindow(win), mInputManager(0), mMouse(0), mKeyboard(0), mJoy(0)
{
Ogre::LogManager::getSingletonPtr()->logMessage(... | [
"yankin013@gmail.com"
] | [
[
[
1,
154
]
]
] |
594415a96423ff425cdc8de928f5fd6310ae4a7b | 89b01aac84d7ace68526f3619b872e52bd9e8160 | /BattleCube/src/Player.cpp | a2042f21fef2320276a95dfb0a8691465b6d2125 | [] | no_license | shekibobo/BattleCube | f9692ce628c76fc78e8887c92630625ec3756547 | 97b71aa7663d4edd9805573363875a8e58674c23 | refs/heads/master | 2021-01-10T18:34:14.214360 | 2011-04-26T17:40:43 | 2011-04-26T17:40:43 | 1,485,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,805 | cpp | #include "../include/Player.h"
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <algorithm>
#define PI 3.14159265
using namespace std;
Player::Player(GLfloat PosX, GLfloat PosY, GLfloat PosZ, World *world)
{
m_pWorld = world;
//ctor
SetPosX(PosX);
SetPosY(PosY);
SetPosZ(PosZ);
... | [
"kovach.jc@gmail.com"
] | [
[
[
1,
108
]
]
] |
9b18abbef8fb86cb53e06143b3799204d790b13b | 51574a600a87ecfaaec8ea0e46b3809884859680 | /include/GmapiPopups.h | dff03c29f232ad592ad514aedef748812ba871a6 | [] | 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 | 5,375 | h | /************************************************************************/
/* LICENSE: */
/* */
/* GMAPI is free software; you can redistribute it and/or */
/* modify it un... | [
"suilevap@localhost"
] | [
[
[
1,
107
]
]
] |
a1237bd39a3d332b08c7ba8f2a4b0c3ede6223f1 | 4813a54584f8e8a8a2d541291a08b244640a7f77 | /libxl/include/ui/Bitmap.h | ef2b7259acd60ccbee62d09eefada58dae89ab70 | [] | no_license | cyberscorpio/libxl | fcc0c67390dd8eae4bb7d36f6a459ffed368183a | 8d27566f45234af214a7a1e19c455e9721073e8c | refs/heads/master | 2021-01-19T16:56:51.990977 | 2010-06-30T08:18:41 | 2010-06-30T08:18:41 | 38,444,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | h | #ifndef XL_UI_BITMAP_H
#define XL_UI_BITMAP_H
#include <memory>
#include "../common.h"
#include "DIBSection.h"
XL_BEGIN
UI_BEGIN
class CBitmap;
typedef std::tr1::shared_ptr<CBitmap> CBitmapPtr;
class CBitmap : public CDIBSection {
COLORREF m_rgbTrans;
COLORREF *m_pTransColor;
pub... | [
"doudehou@59b6eb50-eb15-11de-b362-3513cf04e977",
"doudehou@gmail.com"
] | [
[
[
1,
25
],
[
30,
35
]
],
[
[
26,
29
]
]
] |
e037bb4f0acbf4854aa2b50c36d698824935480a | a8e78ee1cae74946b8b68aaaf0447d745d6fbaf3 | /CPPUnitBCB6/borland/TestRunner/TestRunnerUI.cpp | efd0bb34af8f040ec7b8edeb4afba50a255004c1 | [] | no_license | jmnavarro/BCB_CPPUnit | 66c155026bd8445ca016e1327b0d222e3f4a10ad | 7de1560d537db56d265fde482420bc6f66f01c32 | refs/heads/master | 2021-01-23T13:58:57.815624 | 2011-07-01T08:47:23 | 2011-07-01T08:47:23 | 1,982,570 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475 | cpp | #include <vcl.h>
#pragma hdrstop
#include "TestRunnerUI.h"
#include "TestRunnerUnitForm.h"
#include "TreeTestUnitForm.h"
TestRunnerUI::TestRunnerUI()
: m_dlg(0)
{
// m_dlg = new TTestRunnerForm(Application);
m_dlg = new TTreeTestForm(Application);
}
TestRunnerUI::~TestRunnerUI()
{
delete m_dlg... | [
"jmnavarro@gmail.com"
] | [
[
[
1,
33
]
]
] |
15f344e9c869ba4093ef93f8bbbe67657a6b82a2 | 842997c28ef03f8deb3422d0bb123c707732a252 | /src/uslsext/USGLQuad.cpp | ada1dd749f71e9718b6841cebe47fef44a4d1da0 | [] | no_license | bjorn/moai-beta | e31f600a3456c20fba683b8e39b11804ac88d202 | 2f06a454d4d94939dc3937367208222735dd164f | refs/heads/master | 2021-01-17T11:46:46.018377 | 2011-06-10T07:33:55 | 2011-06-10T07:33:55 | 1,837,561 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,761 | cpp | // Copyright (c) 2010-2011 Zipline Games, Inc. All Rights Reserved.
// http://getmoai.com
#include "pch.h"
#include <uslsext/USDrawBuffer.h>
#include <uslsext/USGLQuad.h>
//================================================================//
// USGLQuad
//=======================================================... | [
"josh@ziplinegames.com",
"patrick@ziplinegames.com"
] | [
[
[
1,
14
],
[
16,
372
]
],
[
[
15,
15
]
]
] |
4a848a1b3c62e90d8b7cb7a043315ed572a31a20 | 3bf1d88356ad23aed59d82fa8db70149264829db | /HW2/material/guicheckers/GuiCheckSource105/database.cpp | a16d76c8b391c9aa2d45d580c07f24977364f618 | [] | no_license | NikolausDemmel/KTH-AI-Homework | c5e744352aa3e7804b2b4fa3bb2548e5d148e2da | a1cba621a9a18723b4bd64df35deed8305b8e73c | refs/heads/master | 2020-05-17T00:59:36.104454 | 2011-10-10T05:31:19 | 2011-10-10T05:31:19 | 2,303,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,123 | cpp | //
// Checkers Win/Loss/Draw Database Generation & Probing
// by Jonathan Kreuzer
//
// note: This is rather poor database code in most ways...
//
#include "uncompress.cpp"
const int SIZE2 = 32/4 * 32 * 2;
const int SIZE3 = SIZE2 * 32;
int SIZE4 = 0;
unsigned char ResultsTwo [ 4 * SIZE2 ];
unsigned char R... | [
"demmeln@in.tum.de"
] | [
[
[
1,
357
]
]
] |
d9397b673dd25ad824ac44d632fc9a0700e2b83c | 1584e139552d36bbbcc461deb81c22a06d42b713 | /shared/character.h | 7b87e196697e5ca863bf2a998350f377e8831c48 | [] | no_license | joshmg/battle | fd458da8be387ff0b4f80f0d2029759cd3fabe30 | 14ab71d903fe0bcf7c3285169026b4f96a186309 | refs/heads/master | 2020-05-18T17:20:00.768647 | 2010-09-28T04:34:34 | 2010-09-28T04:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,594 | h | // File: character.h
// Written by Joshua Green
#ifndef CHARACTER_H
#define CHARACTER_H
#include "../shared/shared.h"
#include "../shared/db/row.h"
#include "../shared/db/column.h"
#include <string>
#include <map>
class darkmatter;
class character {
private:
int _id;
int _hp_base, _mp_bas... | [
"joshmg@gmail.com"
] | [
[
[
1,
115
]
]
] |
3c5396eb13bb7c713ad99593afaafa9b70859ccc | fbe2cbeb947664ba278ba30ce713810676a2c412 | /iptv_root/iptv_media3/test_iptv_media/Kernel/Kernel.cpp | 0a662cb238ca43fd6767a5b365c62ff75e40c33d | [] | no_license | abhipr1/multitv | 0b3b863bfb61b83c30053b15688b070d4149ca0b | 6a93bf9122ddbcc1971dead3ab3be8faea5e53d8 | refs/heads/master | 2020-12-24T15:13:44.511555 | 2009-06-04T17:11:02 | 2009-06-04T17:11:02 | 41,107,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,248 | cpp | #include "compat.h"
//#include "CThreadSafeDeque.h"
#include "Kernel.h"
#include "Global_error.h"
#include "Media_const.h"
#include "CMedia.h"
#include "IKernelInterfaceNotify.h"
#include "media_utilities.h"
#include "log.h"
Kernel::Kernel()
{
m_bInit = FALSE;
m_pKernelInterfaceNotify = NULL;
... | [
"heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89"
] | [
[
[
1,
181
]
]
] |
8efcc3395b5f9287f45f9ceb69ac8c0c55e41260 | 216ae2fd7cba505c3690eaae33f62882102bd14a | /utils/nxogre/include/NxOgrePhysXRaycastReport.h | 09978c2c80790daab8365fcc39153d6b42e1a43b | [] | no_license | TimelineX/balyoz | c154d4de9129a8a366c1b8257169472dc02c5b19 | 5a0f2ee7402a827bbca210d7c7212a2eb698c109 | refs/heads/master | 2021-01-01T05:07:59.597755 | 2010-04-20T19:53:52 | 2010-04-20T19:53:52 | 56,454,260 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,968 | h | /** File: NxOgrePhysXRayCastReport.h
Created on: 19-Apr-09
Author: Robin Southern "betajaen"
SVN: $Id$
© Copyright, 2008-2009 by Robin Southern, http://www.nxogre.org
This file is part of NxOgre.
NxOgre is free software: you can redistribute it and/or modify
it under the terms o... | [
"umutert@b781d008-8b8c-11de-b664-3b115b7b7a9b"
] | [
[
[
1,
70
]
]
] |
ada7d6a185077e90c8c2c48d051a02d7de248214 | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/techdemo2/engine/rules/include/Inventory.h | 415940f5cecb38ced04acc11d7931ad6bfce8190 | [
"ClArtistic",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jacmoe/dsa-hl-svn | 55b05b6f28b0b8b216eac7b0f9eedf650d116f85 | 97798e1f54df9d5785fb206c7165cd011c611560 | refs/heads/master | 2021-04-22T12:07:43.389214 | 2009-11-27T22:01:03 | 2009-11-27T22:01:03 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,862 | h | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2005 Team Pantheon. http://www.team-pantheon.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Clarified Artistic License.
*
* This program is distributed in the hope that i... | [
"tanis@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
278
]
]
] |
5d23e50c6bae446c86d2444eff1d20fff3e64489 | 52db451b6b354993000a4a808e9d046dff4c956f | /include/Card.h | c6bf97389e504600fd74f69a1ec5055ed38dd4e6 | [] | no_license | PuffNSting/Poker | a4b0263c27911291c6ce7148d22c1c137af457d3 | b1c606980af32b325fdf7398f30d6364c0097034 | refs/heads/master | 2021-01-15T22:29:18.718588 | 2011-12-23T03:02:07 | 2011-12-23T03:02:07 | 3,032,075 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | h | #ifndef CARD_H
#define CARD_H
enum Suite {HEARTS, DIAMONDS, CLUBS, SPADES};
class Card
{
public:
Card() {};
Card(int v, int s) : value(v), suite(s) {}
int get_value() const { return value; }
int get_suite() const { return suite; }
bool operator< (const Card &r... | [
"shs.bball.40@gmail.com"
] | [
[
[
1,
26
]
]
] |
0038acd4dd9461a09129305d96ceff24f9f8b869 | 9448b8930b6bb3187e5d0f82c46cb37f854091de | /src/ghost/bnet.cpp | 1025af9523271f0bc4399c837c0af60e884aba32 | [
"Apache-2.0"
] | permissive | jonasschneider/luaghost | 7c5bfd51b17409d75f49166aa622eb028d78ba70 | 5abf9884ba8df470b59a660dcee55e10f59cb018 | refs/heads/master | 2021-01-10T09:55:26.184673 | 2010-06-28T20:44:34 | 2010-06-28T20:44:34 | 730,499 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 88,300 | cpp | /*
Copyright [2008] [Trevor Hogan]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ... | [
"jonas@titan.(none)"
] | [
[
[
1,
2567
]
]
] |
232307e9b3c52bf9cc7317bead1bd03171248171 | 60ef79535d316aaeb4efc4f79d700fcb1c87586f | /CUGBLinker/TextProgressCtrl.cpp | f34b2d8a55b3918856f1a50dcb30fc9150ee2a1a | [] | no_license | dinglx/cugblinker | 9b4cc5e129268cf3b2c14c99cd43a322c3f3487b | f4a2ee5bdecf41ec8ba91c63cf1923672964eae1 | refs/heads/master | 2021-01-16T00:27:54.122346 | 2009-12-16T17:00:50 | 2009-12-16T17:00:50 | 32,516,245 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 984 | cpp | // MyProgressCtrl.cpp : 实现文件
//
#include "stdafx.h"
#include "TextProgressCtrl.h"
// CTextProgressCtrl
IMPLEMENT_DYNAMIC(CTextProgressCtrl, CProgressCtrl)
CTextProgressCtrl::CTextProgressCtrl()
: m_nPos(0)
, m_nMax(0)
{
}
CTextProgressCtrl::~CTextProgressCtrl()
{
}
BEGIN_MESSAGE_MAP(CTextP... | [
"dlx1986@4ddcaae0-7081-11de-ae35-f3f989a3c448",
"dinglinxiao@4ddcaae0-7081-11de-ae35-f3f989a3c448"
] | [
[
[
1,
55
],
[
57,
57
]
],
[
[
56,
56
]
]
] |
16706d8bea98d746d1f7407e1a5038e22840fb00 | 115cdd77595f80aa6870893657f26f6b4e7cdd2b | /src/include/SceneGraphNodeBase.hpp | 6db1f66847ae0c93345fc5a7f6103a9655241bd1 | [] | no_license | douglyuckling/peek | 0bc036906bab49fec63944e4c23e3b0c6935d820 | 9d7c3022366290a43830be5f19a47bd406038f3c | refs/heads/master | 2021-01-23T07:21:11.076300 | 2010-07-09T04:48:33 | 2010-07-09T04:48:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 588 | hpp | /**
* @file SceneGraphNodeBase.hpp
*/
#pragma once
#include "Peek_base.hpp"
#include "Object.hpp"
#include <handle_traits.hpp>
#include <list_traits.hpp>
namespace peek {
/**
* @brief The base class for a node in a scene graph
*/
class SceneGraphNodeBase : public Object {
public:
/** Draws ... | [
"douglyuckling@483a7388-aa76-4cae-9b69-882d6fd7d2f9"
] | [
[
[
1,
31
]
]
] |
1605f37ed19fbffa97ae2f3d4acdd7870e877b08 | 6630a81baef8700f48314901e2d39141334a10b7 | /1.4/Testing/Cxx/swFrameworkDependent/Widget/swTreeCtrl.cpp | b6a5f533639708b698bd0c01736aa8d4783c8646 | [] | no_license | jralls/wxGuiTesting | a1c0bed0b0f5f541cc600a3821def561386e461e | 6b6e59e42cfe5b1ac9bca02fbc996148053c5699 | refs/heads/master | 2021-01-10T19:50:36.388929 | 2009-03-24T20:22:11 | 2009-03-26T18:51:24 | 623,722 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 7,469 | cpp | ///////////////////////////////////////////////////////////////////////////////
// Name: swFrameworkDependent/Widget/swTreeCtrl.cpp
// Author: Yann Rouillard, Viet Bui Xuan, Reinhold Füreder
// Created: 2002
// Copyright: (c) 2002 Yann Rouillard, Viet Bui Xuan, Reinhold Füreder
// Licence: wx... | [
"john@64288482-8357-404e-ad65-de92a562ee98"
] | [
[
[
1,
309
]
]
] |
346f4f15dd7fb9ffa69543d379f637073efb62d5 | b8fbe9079ce8996e739b476d226e73d4ec8e255c | /src/engine/rb_physics/colplane.cpp | bcbe628d736cbf73cc539cbf779cdddc9fb3772c | [] | no_license | dtbinh/rush | 4294f84de1b6e6cc286aaa1dd48cf12b12a467d0 | ad75072777438c564ccaa29af43e2a9fd2c51266 | refs/heads/master | 2021-01-15T17:14:48.417847 | 2011-06-16T17:41:20 | 2011-06-16T17:41:20 | 41,476,633 | 1 | 0 | null | 2015-08-27T09:03:44 | 2015-08-27T09:03:44 | null | UTF-8 | C++ | false | false | 881 | cpp | /***********************************************************************************/
// File: ColPlane.cpp
// Date: 25.08.2005
// Author: Ruslan Shestopalyuk
/***********************************************************************************/
#include "stdafx.h"
#include "ColPlane.h"
#include "PhysicsSe... | [
"rushbits@gmail.com"
] | [
[
[
1,
25
]
]
] |
63c7b95dcfa2528f8db980d5e2f22b9b3dd81daa | d4f6dc3c381b82ed18117a2b81c2f83df0a02fb8 | /simulator/Instruction.cpp | 2b533d8d7d7ce2a6a96822a618f6f7889b806d94 | [] | no_license | zayac/hera-mcst | 7c20ab22f6f79dc4e25fadb8cae343facdb01b8a | ca1096557c00256bcf7361ca29602a04914f0555 | refs/heads/master | 2020-05-19T10:05:47.931830 | 2011-06-02T07:43:12 | 2011-06-02T07:43:12 | 32,114,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,986 | cpp | #include <iostream>
#include <stdio.h>
#include <string>
#include "Instruction.h"
#include <string.h>
#define if_cmd(cmd) if (!strcmp(instr_string.c_str(), cmd))
using namespace std;
Instruction::Instruction()
{
this->instr_word = 0;
this->cmd_counter = 1;
string branches[] = { "BR", "BL", "BGE", ... | [
"zemliakov@frtk.ru@0879719b-bd20-6c4d-6a25-18cb37d9fc63"
] | [
[
[
1,
451
]
]
] |
df085572835376ba43ba93bf0d7747b6c92921a1 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctestsettingpage/src/bctestslidersettingpage.cpp | f8f26d08969b725a2a340036a176e377596bb80e | [] | 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 | 2,907 | cpp | /*
* 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,
100
]
]
] |
a0e35600c45227d69b3cb6647770d16856602fbc | 8ee26e92186ec132d621aca839c6828b53a642de | /Arduino_source-code/Bioreactor/ethernet.ino | 6962de0b94d997ccbab3a08d7062df943a46719b | [] | no_license | glocklueng/open-bioreactor | 7034b17777d6ce4a7e451d99b6474e320a35534e | 9aaacee9107c92084f6e9855ec9d8d3523490968 | refs/heads/master | 2016-09-09T22:24:06.303936 | 2011-12-16T13:01:48 | 2011-12-16T13:01:48 | 37,404,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,255 | ino | void ethernetSetup();
void ethernetSyncNTPTime();
unsigned long ethernetSendNTPpacket(byte *address);
void ethernetUpdateNTPTimeStamp();
unsigned long ethernetGetTimeStamp();
char * ethernetGetTimeStampChar();
void ethernetPushLog(char *logString);
void ethernetPushStatus();
void ethernetGetCommand();
/*
Web client
... | [
"jul1984@gmail.com",
"lpatiny@a9341e05-f52e-d854-dc2e-c3bc20106509",
"oliver.peric@gmail.com"
] | [
[
[
1,
6
],
[
9,
48
],
[
53,
80
],
[
82,
87
],
[
89,
91
],
[
94,
94
],
[
96,
126
],
[
129,
129
],
[
138,
149
],
[
151,
1... |
555e2004b920cc88f18a55621f6f69a7843927cb | 2e8adfe9e0e8e6bceb7f7b20c73a66ddddc2b60e | /ThorMainComponent.h | 700255f2c2415e5eace97922959749d8792eb2a6 | [] | no_license | j3LLostyL3Z/thor-v2 | ee898f9e11023b40e0100f16150fe026dd863f24 | c4555a347a7f833780bc0b65f039397f3787a4c2 | refs/heads/master | 2021-01-10T10:25:51.677372 | 2009-02-06T12:32:34 | 2009-02-06T12:32:34 | 49,520,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,301 | h | /*
==============================================================================
This is an automatically generated file created by the Jucer!
Creation date: 12 May 2008 2:04:09 pm
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections wil... | [
"kubiak.roman@f386313e-e04c-0410-8915-733321d37a57"
] | [
[
[
1,
123
]
]
] |
1ec6124170e0f394b96f79c3f70ccd8a97655abd | b3b0c727bbafdb33619dedb0b61b6419692e03d3 | /Source/CppUnitTest/Test/SampleTestCalc.h | e3b131052dc4edfd46cfac5d78a2b0e3044fa48d | [] | no_license | testzzzz/hwccnet | 5b8fb8be799a42ef84d261e74ee6f91ecba96b1d | 4dbb1d1a5d8b4143e8c7e2f1537908cb9bb98113 | refs/heads/master | 2021-01-10T02:59:32.527961 | 2009-11-04T03:39:39 | 2009-11-04T03:39:39 | 45,688,112 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,649 | h | //////////////////////////////////////////////////////////
///
/// @file SampleTestCalc.h
///
/// @brief 利用CppUnit测试ICalculator接口
///
/// @version 1.0
///
/// @author 甘先志
///
/// @date 2009-07-22
///
//////////////////////////////////////////////////////////
#include <cppunit/extensions... | [
"youxiaoitaly@hotmail.com"
] | [
[
[
1,
61
]
]
] |
31675fe4cca94496bd582eda8c7f052ba5c32a2b | b2155efef00dbb04ae7a23e749955f5ec47afb5a | /source/OEUI/OEUIRenderSystem_Impl.cpp | 85243aad8dce6bd460cc1ac01d58319e5f17d60c | [] | 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 | 5,677 | cpp | /*!
* \file OEUIRenderSystem_Impl.cpp
* \date 19-2-2010 19:53:01
*
*
* \author zjhlogo (zjhlogo@163.com)
*/
#include "OEUIRenderSystem_Impl.h"
#include <OECore/IOEShaderMgr.h>
#include <OECore/IOEDevice.h>
#include <OEBase/IOEMsgMgr.h>
#include <libOEMsg/OEMsgList.h>
#include <assert.h>
COEUIRend... | [
"zjhlogo@fdcc8808-487c-11de-a4f5-9d9bc3506571"
] | [
[
[
1,
242
]
]
] |
5a907adc496c18f8a66e5bc34802b2a4c62d54b3 | cd0987589d3815de1dea8529a7705caac479e7e9 | /webkit/WebKit/win/WebCoreSupport/WebChromeClient.h | 53d2985c4d238f65ebd8ff308c59024b40961ec2 | [
"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 | 8,005 | h | /*
* Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistri... | [
"sdevitt@rim.com"
] | [
[
[
1,
182
]
]
] |
b91b9b16c8697eefc4ae139e5bb4a9e7b7aebc80 | 0f8559dad8e89d112362f9770a4551149d4e738f | /Wall_Destruction/Havok/Source/Physics/Vehicle/Manager/RayCastBatchingManager/hkpVehicleRayCastBatchingManager.h | e1c25332fb1774c4a0133ae2239c7bb32e3938be | [] | 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 | 3,590 | 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,
84
]
]
] |
4c0eb9efde8f5934b8276a29c8dc1d16b76e2397 | 49db059c239549a8691fda362adf0654c5749fb1 | /2010/talanov/Task7/Test/timerdialogtest.h | a539bf12bb5944cf8fd18eba1b7cfb372f2f8070 | [] | no_license | bondarevts/amse-qt | 1a063f27c45a80897bb4751ae5c10f5d9d80de1b | 2b9b76c7a5576bc1079fc037adcf039fed4dc848 | refs/heads/master | 2020-05-07T21:19:48.773724 | 2010-12-07T07:53:51 | 2010-12-07T07:53:51 | 35,804,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | h | #ifndef TIMERDIALOGTEST_H
#define TIMERDIALOGTEST_H
#include "../Task2/timerdialog.h"
#include <QObject>
class TimerDialogTest : public QObject
{
Q_OBJECT
public:
TimerDialogTest(QObject *parent = 0);
~TimerDialogTest();
private slots:
void testLogic();
void testInterfaceAndSignals... | [
"talanov.pavel@1a14799f-55e9-4979-7f51-533a2053511e"
] | [
[
[
1,
28
]
]
] |
4c922feb43cb85a30575fca2ee31bf346e8a2118 | 7369bf6a69a3e9ddc0c8412846871b2f8f39abb9 | /Abstracts/ofxCacheable.h | 115632e9d9a4e51da6cccc18f2a86ebf34169b00 | [] | no_license | MiklakDIT/ofxengine | 32fffa2b8aa988ecb0726fbe93475ef9a3c2143a | ed35d885c9f6eb626ff8963f2db5b1d61d9d5fcd | refs/heads/master | 2021-03-12T22:27:45.857535 | 2009-07-23T16:39:05 | 2009-07-23T16:39:05 | 35,221,683 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,671 | h | /***************************************************************
* File: Abstracts/ofxCacheable.h
* Author: nickiannone (aka ShotgunNinja)
* Status: Complete
***************************************************************/
#pragma once
#include "ofxEngine.h"
typedef unsigned int ofxCacheID;
class ofxCache... | [
"nickiannone@70296b60-74a0-11de-9207-fb4211ab666b"
] | [
[
[
1,
51
]
]
] |
244661d7a5a1077ba48a6a801770d5d167b589c4 | 867f5533667cce30d0743d5bea6b0c083c073386 | /jingxian-downloader/NewDownload.cpp | 2085149eae3c179604339353ea3560fa87ab016a | [] | 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 | UTF-8 | C++ | false | false | 7,777 | cpp | ///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#include "pre_config.h"
#... | [
"runner.mei@0dd8077a-353d-11de-b438-597f59cd7555"
] | [
[
[
1,
162
]
]
] |
f7b0a14bc0d31d2098a5c199a232dd2ad8246158 | 8c234510906db9ae4e724c8efb0238892cb3a128 | /apps/StereoGR/GestMan.cpp | 2bf3328324e6852a08b10bb303ff63bfc0d48071 | [
"BSD-3-Clause"
] | permissive | hcl3210/opencv | 7b8b752982afaf402a361eb8475c24e7f4c08671 | b34b1c3540716a3dadfd2b9e3bbc4253774c636d | refs/heads/master | 2020-05-19T12:45:52.864577 | 2008-08-20T01:57:54 | 2008-08-20T01:57:54 | 177,025 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,015 | cpp | /*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... | [
"duane.johnson@gmail.com"
] | [
[
[
1,
232
]
]
] |
cd43270574c912cf59aa2bb407ad7d0d25b73103 | 6dac9369d44799e368d866638433fbd17873dcf7 | /src/branches/01032005/vfs/jpeg/VFSPlugin_JPEG.cpp | 75ffa70e98998bfa39aa9557bd500a9e7ad244e1 | [] | no_license | christhomas/fusionengine | 286b33f2c6a7df785398ffbe7eea1c367e512b8d | 95422685027bb19986ba64c612049faa5899690e | refs/heads/master | 2020-04-05T22:52:07.491706 | 2006-10-24T11:21:28 | 2006-10-24T11:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,626 | cpp | #include <VFSPlugin_JPEG.h>
#include <fstream>
static bool jpeg_error;
static void error_exit(j_common_ptr pcinfo)
{
// Create the message string
char sz[256];
(pcinfo->err->format_message) (pcinfo, sz);
static std::ofstream o("jerr.log");
o << sz << std::endl;
jpeg_error = true;
}
static void... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
128
]
]
] |
c203efabc7fc1510c4f60ef1dba6d1ee4cc6d7da | 909e422494d7c012c2bc89c79eabdceb53c721a5 | /icpcLibrary/Computational_Geometry.cpp | 6c2033a3424c3273ba2e85fba4345c7323227fa8 | [] | no_license | aviramagen/menglin-icpc-code-library | f14cc303a3fd05992a1a40b9bcd7a0b09657f21c | c8375f39ed13312f705fb42c20ce83f5194bd297 | refs/heads/master | 2021-01-10T14:00:32.605726 | 2011-12-03T11:39:50 | 2011-12-03T11:39:50 | 54,555,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,918 | cpp | /*
Name: 计算几何标准程序库
Copyright: LogicalMars Library
Author: StarFish && Improved by LogicalMars
Date: 12-10-08 12:11
*/
#include <stdlib.h>
#include <math.h>
const double zero = 1e-6;
const double infinity = 1e20;
struct TPoint
{
double x, y;... | [
"bluebird498@localhost"
] | [
[
[
1,
440
]
]
] |
52f0244002bed98c64321a40c56a3029bb26001b | ce105c9e4ac9b1b77a160793e0c336826b936670 | /c++/classwork911/classwork911/MyString.cpp | bdf8ca97957865105e61cafb90a5aeb0043bb929 | [] | no_license | jmcgranahan/jusall-programinghw | a32909655cec085d459c2c567c2f1bed2b947612 | d6c5b54d0300a784dee0257364cd049f741cee81 | refs/heads/master | 2020-08-27T03:27:24.013332 | 2011-04-25T06:30:27 | 2011-04-25T06:30:27 | 40,640,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,990 | cpp | // MyString.cpp
#include <iostream>
#include "MyString.h"
#include <cstring>
// CONSTRUCTORS
//-----------------------------------------------------
MyString::MyString() //defualt constructor ( no variables)
{
_capacity = 16;
_length = 0;
_string = new char[_capacity + 1];
_string[0] = '\0';
}
... | [
"biga05@c0f360ae-aefd-11de-b8dd-ab4b6ce6d521"
] | [
[
[
1,
447
]
]
] |
9ed7dd7e7b69f9a844f153d012b349ea72718979 | 1cc5720e245ca0d8083b0f12806a5c8b13b5cf98 | /v5/540/c.cpp | 0060a41c50951d93b2f6c5ef00abcbb85fa87371 | [] | 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 | 731 | cpp | #include <iostream>
#include <stdlib.h>
#define REP(a,b) for(int a=0;a<b;a++)
using namespace std;
int **time,n;
int tot[1001];
int tim(int v) {
REP(i,n) REP(j,tot[i]) if(v==time[i][j]) return i;
}
int main() {
int fs,fe;
int fila[1001];
int ja[200000];
int jatot = 0;
time = (int **)... | [
"guilherme.silveira@caelum.com.br"
] | [
[
[
1,
49
]
]
] |
ce3ac3093a80a63c5a05df6092bd3a06c10e74ed | bf7d05c055c5686e4ded30f9705a28a396520d48 | /Meta/MetaAspect.cpp | c4876e3f11d4cf8941e556d916a7aa74898a2877 | [] | no_license | ghemingway/mgalib | f32438d5abdbeb5739c298e401a0513f91c8d6d0 | c8cf8507a7fe73efe1da19abcdb77b52e75e2de0 | refs/heads/master | 2020-12-24T15:40:33.538434 | 2011-02-04T16:38:09 | 2011-02-04T16:38:09 | 32,185,568 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,546 | cpp | /*** Included Header Files ***/
#include "MetaAspect.h"
#include "MetaGeneric.h"
#include "MetaRole.h"
#include "MetaPart.h"
#include "MetaModel.h"
// --------------------------- Public MetaAspect Methods --------------------------- //
const Result_t MetaAspect::GetParentModel(MetaModel* &metaModel) cons... | [
"graham.hemingway@8932de9b-a0df-7518-fb39-9aee4a96b462"
] | [
[
[
1,
72
]
]
] |
3a5a0b7a8a38ee74c34a3b3766821b6ffb01a352 | c94135316a6706e7a1131e810222c12910cb8495 | /EditorDeNiveles/EditorDeNiveles.cpp | 0d2d5669d34d9f64c163c70666ddb56413e677b2 | [] | no_license | lcianelli/compgraf-marble-madness | 05d2e8f23adf034723dd3d1267e7cdf6350cf5e7 | f3e79763b43a31095ffeff49f440c24614db045b | refs/heads/master | 2016-09-06T14:20:10.951974 | 2011-05-28T21:10:48 | 2011-05-28T21:10:48 | 32,283,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | cpp | // EditorDeNiveles.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"srodriki@1aa7beb8-f67a-c4d8-682d-4e0fe4e45017"
] | [
[
[
1,
11
]
]
] |
a5ed51d49ed5fbdaf53a9dc609c2da761f8e5682 | 7b379862f58f587d9327db829ae4c6493b745bb1 | /JuceLibraryCode/modules/juce_core/streams/juce_MemoryOutputStream.cpp | 4ff05f9c2f6976bded3391a88af93bbf05ea78e5 | [] | no_license | owenvallis/Nomestate | 75e844e8ab68933d481640c12019f0d734c62065 | 7fe7c06c2893421a3c77b5180e5f27ab61dd0ffd | refs/heads/master | 2021-01-19T07:35:14.301832 | 2011-12-28T07:42:50 | 2011-12-28T07:42:50 | 2,950,072 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,015 | cpp | /*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-11 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be r... | [
"ow3nskip"
] | [
[
[
1,
169
]
]
] |
018c5d427a97e2571d747a0b9c441018e4543fb2 | 881321ed22c5c024aa515e0f152b7f9cc7d1decd | /Pathman/Level.h | b48f486848996c161774818e9da87089b0622289 | [] | no_license | titarenko/Pathman | c37f756c08a1473fc0df561f303942cde97e1d90 | 1c998f57b02576574c48943734fcc0e22e9a63c3 | refs/heads/master | 2020-05-19T08:02:44.881983 | 2011-04-01T20:13:39 | 2011-04-01T20:13:39 | 3,443,429 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | h | #pragma once
#include "Stage.h"
#include "LevelConfig.h"
#include "IController.h"
class Hud;
class Board;
class MainCharacter;
class Enemy;
class MovableController;
/*!
Represents game level. This is actually "game itself":
board, obstacels, coins, main character, environment etc.
*/
class Level : ... | [
"constantin.titarenko@gmail.com"
] | [
[
[
1,
88
]
]
] |
6cadace8753b611414da8884e1693dcdd834f5f4 | 0bab4267636e3b06cb0e73fe9d31b0edd76260c2 | /freewar-alpha/AFirstChaos/src/init.cpp | 30f1631eabdefc241e06b345c6ff1e99a2da5c36 | [] | no_license | BackupTheBerlios/freewar-svn | 15fafedeed3ea1d374500d3430ff16b412b2f223 | aa1a28f19610dbce12be463d5ccd98f712631bc3 | refs/heads/master | 2021-01-10T19:54:11.599797 | 2006-12-10T21:45:11 | 2006-12-10T21:45:11 | 40,725,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,029 | cpp | //
// init.cpp for freewar in /u/ept2/skondr_m
//
// Made by mael skondras
// Login <skondr_m@epita.fr>
//
// Started on Tue May 11 18:22:22 2004 mael skondras
// Last update Tue Jun 29 18:49:59 2004 jonathan huot
//
#include "freewar.h"
// int init_sdl()
// {
// char err_msg[BUF_SIZE];
// i... | [
"doomsday@b2c3ed95-53e8-0310-b220-efb193137011"
] | [
[
[
1,
75
]
]
] |
e3c647a375aeb1d135e3808d616f7f4f6e8249ca | f55665c5faa3d79d0d6fe91fcfeb8daa5adf84d0 | /Depend/MyGUI/Tools/SkinEditor/SeparatorItem.cpp | 13db2034edf5bc7c76af4103218cdb43f906689a | [] | no_license | lxinhcn/starworld | 79ed06ca49d4064307ae73156574932d6185dbab | 86eb0fb8bd268994454b0cfe6419ffef3fc0fc80 | refs/heads/master | 2021-01-10T07:43:51.858394 | 2010-09-15T02:38:48 | 2010-09-15T02:38:48 | 47,859,019 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | cpp | /*!
@file
@author Albert Semenov
@date 08/2010
*/
#include "precompiled.h"
#include "SeparatorItem.h"
namespace tools
{
SeparatorItem::SeparatorItem() :
mPropertySet(nullptr)
{
mPropertySet = new PropertySet();
mPropertySet->createChild("Visible", "Bool", "False");
mPropertySet->createC... | [
"albertclass@a94d7126-06ea-11de-b17c-0f1ef23b492c"
] | [
[
[
1,
75
]
]
] |
7bffb7b6befe3a1681cd9e3079223da5af2b9a75 | 45c0d7927220c0607531d6a0d7ce49e6399c8785 | /GlobeFactory/src/gfx/material_def/simple_color.hh | a214f3e9b86f65e637744d7f30715fb28600f73d | [] | no_license | wavs/pfe-2011-scia | 74e0fc04e30764ffd34ee7cee3866a26d1beb7e2 | a4e1843239d9a65ecaa50bafe3c0c66b9c05d86a | refs/heads/master | 2021-01-25T07:08:36.552423 | 2011-01-17T20:23:43 | 2011-01-17T20:23:43 | 39,025,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,843 | hh | ////////////////////////////////////////////////////////////////////////////////
// Filename : simple_color.hh
// Authors : Creteur Clement
// Last edit : 30/01/10 - 03h46
// Comment :
////////////////////////////////////////////////////////////////////////////////
#ifndef MATERIAL_DEF_SIMPLE_COLOR_HH
#defi... | [
"creteur.c@8e971d8e-9cf3-0c36-aa0f-a7c54ab41ffc"
] | [
[
[
1,
56
]
]
] |
d4b869a07e5df83355a6fbdfdd0c9248fa547091 | c1bcff0f1321de8a6425723cdfa0b5aa65b5c81f | /TransX/tags/3.10/intercept.cpp | 3edb4759e19b8fc7f770099de4c9915cee8f6f37 | [] | no_license | net-lisias-orbiter/transx | 560266e7a4ef73ed29d9004e406fd8db28da9a43 | b9297027718a7499934a9614430aebb47422ce7f | refs/heads/master | 2023-06-27T14:16:10.697238 | 2010-09-05T01:18:54 | 2010-09-05T01:18:54 | 390,398,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,078 | cpp | #define STRICT
#include <windows.h>
#include <stdio.h>
#include <math.h>
#include "orbitersdk.h"
#include "mfd.h"
#include "intercept.h"
//extern double debug;
intercept::intercept()
{
iceptmethod=1;
newintercept=true;
gain=1;
lasttimecorrection=0;
fullorbits=halforbits=-1;
}
void intercept... | [
"steve@5a6c10e1-6920-0410-8c7b-9669c677a970"
] | [
[
[
1,
325
]
]
] |
2157e58f4ff68de7c63ce450130b4f71a4b3dbdc | aefc3d630a28e054a438d13ab16d32f2d39ccb1e | /ModuleEx.cpp | 3eb352b50564bce2e928db49053f15e4a8052b41 | [] | no_license | imcooder/publicwince | e64305d86496b550116c312d2e9a67e7fb33c6f8 | 58a337768161e1a10664b4d5edc2aadfb2ab1328 | refs/heads/master | 2021-05-28T10:40:35.786601 | 2010-06-27T06:25:09 | 2010-06-27T06:25:09 | 32,301,144 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 975 | cpp |
#include "stdafx.h"
#include "ModuleEx.h"
#include "Ext_Type.h"
#include "HWDebug.h"
//////////////////////////////////////////////////////////////////////////
HWModule::HWModule() : m_hModule(NULL)
{
m_szModuleFilePath[0] = 0;
}
HWModule::~HWModule()
{
FreeLibrary();
}
BOOL HWModule::LoadLibra... | [
"jtxuee@gmail.com@a9ac5a9c-960a-11de-b8e1-0bcae535652c"
] | [
[
[
1,
50
]
]
] |
cc3faf35a5c52442ed46dabf9be0311664a8ac18 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/nGENE Proj/DefaultFileArchive.cpp | 00fff163b1490aab5cd9f5ba3cbc4c048f21a253 | [] | 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 | 8,322 | cpp | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: DefaultFileArchive.cpp
Version: 0.03
---------------------------------------------------------------------------
*... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
276
]
]
] |
20435da5fa763ae46e020a0a638d52f44e61e1d3 | b414a8f5b425617f897b5d97bbede96507e17d96 | /agdevku_qt_version/agdevku_GUI/utils/debug.h | 2758ae76ac2e33fa79d311f0053234601553fe56 | [] | no_license | agenthunt/agdevku | e7ce02e6f936a6980839fc538f158160c2060d05 | c6f6c8e9fbbb71f2b0288b8ab3ebd001aac6d5d7 | refs/heads/master | 2016-08-02T23:22:21.985871 | 2010-01-24T01:00:36 | 2010-01-24T01:00:36 | 32,114,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 885 | h | /*
* debug.h
*
* Created on: Oct 8, 2009
* Author: shailesh
*/
#ifndef DEBUG_H_
#define DEBUG_H_
//#define DEBUG_FLAG 1
#define HEX_DEBUG_FLAG 1
#include <iostream>
#include "../global/ExternDefOfGlobalVariables.h"
//#ifndef DEBUG_FLAG
//#define DEBUG(x)
//#else
#define DEBUG(x) \
if(COMMO... | [
"shailesh.kumar@iiitb.net@1dbec2b6-b029-11de-8bdf-3374eb5c7316"
] | [
[
[
1,
42
]
]
] |
33ccfa17a3a984fcd0b654faa8b145a0443e6104 | 5d92407e6596b28b8f6b676429d5d4a93dfab5cc | /course_version1.0.7/client/MyCondition.h | 583496483c66ddf19dd048108ceaffc715ff5df2 | [] | no_license | nearsyh/Database | a9634c458d54b7cee4d666bbe1a0ec1e62718c9d | 476214975a21d628f0467c860283735ab12a669e | refs/heads/master | 2021-01-19T17:57:16.697231 | 2011-12-29T17:59:07 | 2011-12-29T17:59:07 | 3,052,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 292 | h | class MyCondition{
char* condition;
char* op1;
char* op2;
char optr;
bool _isInt;
bool _isStr;
bool _isCol;
public:
MyCondition(char* cond);
bool isInt();
bool isCol();
bool isStr();
char* getOp1();
char* getOp2();
char getOptr();
bool judge(char* ctemp);
};
| [
"root@Near.(none)"
] | [
[
[
1,
18
]
]
] |
317ac4cd3016e3a49a76a4cf9d805d3a9077a3c3 | 04fec4cbb69789d44717aace6c8c5490f2cdfa47 | /include/wx/richtext/richtextctrl.h | decbca2496cd057c4810f25ece93e728fb1210cd | [] | 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 | 40,483 | h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextctrl.h
// Purpose: A rich edit control
// Author: Julian Smart
// Modified by:
// Created: 2005-09-30
// RCS-ID: $Id: richtextctrl.h 49804 2007-11-10 01:09:42Z VZ $
// Copyright: ... | [
"smehta@aaryanapps.com"
] | [
[
[
1,
954
]
]
] |
062613b39ad4ae47c784f4c497507885d4d081db | 22d9640edca14b31280fae414f188739a82733e4 | /Code/VTK/include/vtk-5.2/vtkParallelopipedRepresentation.h | ba45edbde8dc9303bc9a90909188a111f2bc0550 | [] | no_license | tack1/Casam | ad0a98febdb566c411adfe6983fcf63442b5eed5 | 3914de9d34c830d4a23a785768579bea80342f41 | refs/heads/master | 2020-04-06T03:45:40.734355 | 2009-06-10T14:54:07 | 2009-06-10T14:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,463 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkParallelopipedRepresentation.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.ht... | [
"nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f"
] | [
[
[
1,
267
]
]
] |
686232c72573c391149fa78474c00c0806774a41 | 21da454a8f032d6ad63ca9460656c1e04440310e | /src/wcpp/util/wsiEnumeration.h | b3604603d6ce33f9b0b34cf7a872f298d11a3c6a | [] | no_license | merezhang/wcpp | d9879ffb103513a6b58560102ec565b9dc5855dd | e22eb48ea2dd9eda5cd437960dd95074774b70b0 | refs/heads/master | 2021-01-10T06:29:42.908096 | 2009-08-31T09:20:31 | 2009-08-31T09:20:31 | 46,339,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | h | #pragma once
#include <wcpp/lang/wsiObject.h>
template <typename E>
class wsiEnumeration : public wsiObject
{
public:
static const ws_iid sIID;
public:
WS_METHOD( ws_boolean , HasMoreElements )(void) = 0;
WS_METHOD( ws_result , NextElement )(E ** ret) = 0;
};
| [
"xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8"
] | [
[
[
1,
15
]
]
] |
f27c2beed7d3e7860e08fa0a5cdd40dd93dcd13d | 1102f77e8dbf563a024cec0b885c0d9f9da2ef39 | /lib/database.h | 9b826e372befe0ed791339b9168fa98e05b45209 | [] | no_license | pgoodman/uwo-cooper | 7c38c1bc0b3fc04cabb128cd5a3c984c67efc2f3 | ea881e9794cb2c0ae64c0d73117facfd92c3f96b | refs/heads/master | 2016-09-11T03:29:39.537161 | 2010-04-05T21:28:26 | 2010-04-05T21:28:26 | 32,091,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,477 | h | #ifndef COOPERDB_H
#define COOPERDB_H
#include <sstream>
#include <utility>
#include <cassert>
#include <ctime>
#include <QDateTime>
#include <QSqlDatabase>
#include <QString>
#include <QStringList>
#include <QSqlQuery>
#include <QSqlError>
#include <QVariant>
#include <QSqlRecord>
#include "lib/imo... | [
"jlu.newera@c307de66-1bdf-11df-a447-cf726199f266",
"peter.goodman@c307de66-1bdf-11df-a447-cf726199f266",
"nick.perreault@c307de66-1bdf-11df-a447-cf726199f266"
] | [
[
[
1,
3
],
[
21,
21
],
[
24,
24
],
[
27,
27
],
[
51,
52
],
[
64,
64
],
[
99,
99
]
],
[
[
4,
20
],
[
22,
23
],
[
25,
... |
f06ac8bb4c0fc53e95989c50eadee4f15d9d144c | 9c62af23e0a1faea5aaa8dd328ba1d82688823a5 | /rl/tags/techdemo2/engine/dialog/src/predicates/QuestPartsPredicates.cpp | 75ebcd566f41aa16f0a30454fec1c904b702bf68 | [
"ClArtistic",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jacmoe/dsa-hl-svn | 55b05b6f28b0b8b216eac7b0f9eedf650d116f85 | 97798e1f54df9d5785fb206c7165cd011c611560 | refs/heads/master | 2021-04-22T12:07:43.389214 | 2009-11-27T22:01:03 | 2009-11-27T22:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,481 | cpp | /* This source file is part of Rastullahs Lockenpracht.
* Copyright (C) 2003-2006 Team Pantheon. http://www.team-pantheon.de
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Perl Artistic License.
*
* This program is distributed in the hope that it wil... | [
"tanis@4c79e8ff-cfd4-0310-af45-a38c79f83013"
] | [
[
[
1,
98
]
]
] |
9b2c7d1ccea89fb0a6016751d8edfca92b60c368 | d882fb01057dce320a56a978b9a3c0af6cc937ea | /Clusterization/Clusterization/Clusterization.cpp | 01ebb127b0f4298c4844a5abeb6eb63ce6137f14 | [] | no_license | hksonngan/arraypointsprocessingproject | 6e63240e80ea027324be37a78a44213ec26ba558 | 5dbe48207672e97a3697e567d6fe89d136165183 | refs/heads/master | 2021-01-10T10:04:51.318928 | 2011-02-27T11:50:08 | 2011-02-27T11:50:08 | 46,898,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | cpp | // Clusterization.cpp : main project file.
#include "stdafx.h"
#include "MainForm.h"
using namespace Clusterization;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// Enabling Windows XP visual effects before any controls are created
Application::EnableVisualStyles();
Application::SetC... | [
"imhojob@9f64be17-c248-32b9-2fe5-dc10fbaacc9c"
] | [
[
[
1,
18
]
]
] |
58df6a950a47954bfd0015f11f96eb5cc60df9b8 | 656aba8d1c0379c82261b34de6875704d7133645 | /trunk/Sources/Common/libCommon/CLog.h | 6a34f429a31281e38fd42fbfe94fd6829dee01a1 | [] | 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 | 831 | h | //-------------------------------------------------------------------------------------//
//Module: CLog class
//Author: Bezborodov Dmitry
//Description:
//-------------------------------------------------------------------------------------//
#ifndef _CLOG_H
#define _CLOG_H
#include <string>
#include "Singleton.hpp"
... | [
"parshind@284ff1dd-de15-0410-891b-f61abf421a23"
] | [
[
[
1,
44
]
]
] |
9f3786d53fa74e83fa117f3badb192a1d81182c7 | 772405dd6b80ce5dd8a5bd80f0c8e2289d5c75b9 | /TipPop/TP_DesktopTag.cpp | 78395431d827ed5c47b02cf0652afac361b64a88 | [] | no_license | osoft/tippop | 92c1b9fcd0e5d0388a0625174c4a009bd44f3bf3 | e04dd2910af15e0cb51a4834a98bc0a836191e72 | refs/heads/master | 2021-01-10T06:02:43.793701 | 2008-12-12T15:32:20 | 2008-12-12T15:32:20 | 45,257,933 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 10,625 | cpp | #include "stdafx.h"
#include "TP_DesktopTag.h"
#include <GdiPlus.h>
//#include "gdiplus.h"
#define MAX_LOADSTRING 100
#define DT_WIDTH (100)
#define DT_HEIGHT (30)
#define DT_HDLWIDTH (5)
TCHAR szDTClassName[MAX_LOADSTRING] = L"DesktopTagWndCls"; // Ö÷´°¿ÚÀàÃû
TCHAR szDTWndName[MAX_LOADSTRING] = L"Desk... | [
"xiuyuanshang@b34755a6-b97f-11dd-a503-ed2d4bea8bb5",
"xiuyuanshang@gmail.com"
] | [
[
[
1,
414
],
[
416,
473
]
],
[
[
415,
415
]
]
] |
a525379e1ce7bdaa084184ee823195b20de31042 | 86de5f04e4c62431f8b67392b476660e05427fcb | /RayCaster.cpp | 3201081c20fd64b660aec80bd1a0ba9ad6b9beb7 | [] | no_license | mjlong/Rendering | c78bacc3380eb44ab1163168beda78ed9ca8be47 | 6320119243418db13bb25336f99f680ff45f91a2 | refs/heads/master | 2021-01-15T16:16:05.314526 | 2011-11-30T15:21:59 | 2011-11-30T15:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,889 | cpp | // 02562 Rendering Framework
// Written by Jeppe Revall Frisvad, 2011
// Copyright (c) DTU Informatics 2011
#include <iostream>
#include <optix_world.h>
#include "mt_random.h"
#include "Shader.h"
#include "HitInfo.h"
#include "RayCaster.h"
using namespace std;
using namespace optix;
float3 RayCaster::c... | [
"fredrik.nannestad@gmail.com"
] | [
[
[
1,
97
]
]
] |
1b91cb932a2da081b315c1792548853ad139b602 | 7707c79fe6a5b216a62bb175133249663a0fa12b | /trunk/FootprintView.cpp | ac572849723a8924a92314c39ebacc02fb606d57 | [] | no_license | BackupTheBerlios/freepcb-svn | 51be4b266e80f336045e2242b3388928c0b731f1 | 0ae28845832421c80bbdb10eae514a6e13d01034 | refs/heads/master | 2021-01-20T12:42:11.484059 | 2010-06-03T04:43:44 | 2010-06-03T04:43:44 | 40,441,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 89,173 | cpp | // FootprintView.cpp : implementation of the CFootprintView class
//
#include "stdafx.h"
#include "DlgFpText.h"
#include "DlgAssignNet.h"
#include "DlgSetSegmentWidth.h"
#include "DlgEditBoardCorner.h"
#include "DlgAddArea.h"
#include "DlgFpRefText.h"
#include "MyToolBar.h"
#include <Mmsystem.h>
#include <... | [
"allanwright@21cd2c34-3bff-0310-83e0-c30e317e0b48"
] | [
[
[
1,
3294
]
]
] |
cbdb20edf07b034a67643337bdde505e884858b6 | 5095bbe94f3af8dc3b14a331519cfee887f4c07e | /apsim/Plant/source/Phenology/WaitingPhase.cpp | 9693fbcb26a626b8f5cd536caea33896d8cb7da9 | [] | no_license | sativa/apsim_development | efc2b584459b43c89e841abf93830db8d523b07a | a90ffef3b4ed8a7d0cce1c169c65364be6e93797 | refs/heads/master | 2020-12-24T06:53:59.364336 | 2008-09-17T05:31:07 | 2008-09-17T05:31:07 | 64,154,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | #include "StdPlant.h"
#include "WaitingPhase.h"
WaitingPhase::WaitingPhase(ScienceAPI& scienceAPI, plantInterface& p, const string& stage_name)
: Phase (scienceAPI, p, stage_name)
{
target = 10000000;
}
| [
"hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8"
] | [
[
[
1,
9
]
]
] |
64294b005c5465c7ca698ea5f54d9500e6e05482 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/util/XMLURL.cpp | 29d9d1ece7e5861229a5c91193d65c5ba2d3cbbb | [] | 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 | 43,921 | cpp | /*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
1476
]
]
] |
eb4d1324c058f4858e25655083bf9072b7c40600 | bfe8eca44c0fca696a0031a98037f19a9938dd26 | /libjingle-0.4.0/talk/base/taskrunner.h | ebb5161b0db3c745189f75cf17227dcedfca016c | [
"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 | 2,570 | h | /*
* libjingle
* Copyright 2004--2006, Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of cond... | [
"greatfoolbear@gmail.com@756bb6b0-a119-0410-8338-473b6f1ccd30"
] | [
[
[
1,
74
]
]
] |
2ffc6275d58a9f9655bad50f923656c979c8055d | 14298a990afb4c8619eea10988f9c0854ec49d29 | /PowerBill四川电信专用版本/ibill_source/RecordDetailFrm.cpp | 9921b54744f489f7d1c0b5f08a27b36f24674f78 | [] | 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 | 9,583 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "RecordDetailFrm.h"
#include "MainFrm.h"
#include <Clipbrd.hpp>
#include "FieldFrm.h"
//---------------------------------------------------------------------------
#pragma package(smart_... | [
"cn.wei.hp@e7bd78f4-57e5-8052-e4e7-673d445fef99"
] | [
[
[
1,
297
]
]
] |
6d20176fe1293b3c5c11c60f6529dddf754aeb8a | 2e5bc0ec41f772109b48082961b791ce8ef13e37 | /classes/PairCount.h | 04b0b84f872abff81151ac9af6cd0922c78db92e | [] | no_license | Chefslayer/Translator | 41fde25e143218c4cdd4cb9cf4889dadf31848d7 | 7ecf27cbc0dffedb4cf9b624cb50d6aab979443f | refs/heads/master | 2016-09-05T14:18:12.645917 | 2009-07-31T17:01:38 | 2009-07-31T17:01:38 | 190,734 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,100 | h | /**
* @file
* @author Gruppe 2
* @version 1.0
*
* @section DESCRIPTION
*
* The PairCount class holds and counts the occurrence of word-pairs.
*/
#ifndef __PAIRCOUNT_H__
#define __PAIRCOUNT_H__
#include <map>
#include <utility>
using namespace std;
/**
* The PairCount class holds and counts the occu... | [
"robhei@kojak.informatik.RWTH-Aachen.DE",
"robhei@slaughter.informatik.rwth-aachen.de",
"inga.herber@web.de",
"robhei@lea.informatik.rwth-aachen.de"
] | [
[
[
1,
10
],
[
18,
21
],
[
30,
35
],
[
39,
46
],
[
50,
56
],
[
60,
64
],
[
69,
72
],
[
76,
82
],
[
86,
92
],
[
98,
98
... |
24f5d82fb43f899819c612443463311f24dba347 | f0c08b3ddefc91f1fa342f637b0e947a9a892556 | /branches/develop/calcioIA/Calcio/Draw.h | 008ea4216ee6671d51560f8c9cefac7b6298be52 | [] | no_license | BackupTheBerlios/coffeestore-svn | 1db0f60ddb85ccbbdfeb9b3271a687b23e29fc8f | ddee83284fe9875bf0d04e6b7da7a2113e85a040 | refs/heads/master | 2021-01-01T05:30:22.345767 | 2009-10-11T08:55:35 | 2009-10-11T08:55:35 | 40,725,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | h | #ifndef DRAW_H
#define DRAW_H
class Ball;
class Team;
class Player;
class Field;
class Game;
class Draw
{
public:
virtual ~Draw() {}
virtual void draw(const Ball& ball) = 0;
virtual void draw(const Team& team) = 0;
virtual void draw(const Player& player) = 0;
virtual void draw(const Field& field)... | [
"fabioppp@e591b805-c13a-0410-8b2d-a75de64125fb"
] | [
[
[
1,
21
]
]
] |
ab75d9de7f22c66e914d12d428fd19deefbc76c9 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Modules/UiCtrl/AudioCtrlNo.h | 98091d087e34584340f85bee699eb5e8cef31f1b | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,354 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | [
[
[
1,
50
]
]
] |
422f12ccf8237cc9b18d7d3f5d49bb35f7dfc9bc | d3cb6453d0cbf7836791bf770d3c3ec8753efd71 | /objects/channel.cpp | f37207b912237e86be890f7857510218a554b8e5 | [] | no_license | philippebataille/gps-sdr | 086dfb0e3ab74391044976aa598411e9bad47ea0 | 1bee82b19151a808ad75fa0774e8bc56bfba3056 | refs/heads/master | 2021-01-24T01:04:57.875143 | 2009-08-05T14:05:52 | 2009-08-05T14:05:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,201 | cpp | /*----------------------------------------------------------------------------------------------*/
/*! \file channel.cpp
//
// FILENAME: channel.cpp
//
// DESCRIPTION: Implements member functions of Channel class.
//
// DEVELOPERS: Gregory W. Heckler (2003-2009)
//
// LICENSE TERMS: Copyright (c) Gregory W. He... | [
"gheckler@mesa3081994.(none)",
"gheckler@core2duo.(none)",
"gheckler@gs-mesa3079963w.(none)",
"gheckler@gs-mesa3079693.(none)",
"gpssim@gpsdevc.(none)",
"gwheckler@mesa5902170209.gsfc.nasa.gov"
] | [
[
[
1,
24
],
[
26,
26
],
[
31,
31
],
[
77,
77
],
[
133,
133
],
[
166,
168
],
[
231,
231
],
[
330,
330
],
[
350,
350
],
[
352,
... |
e1f9354a3d8b3b7654696ed170d26593a53cd1d2 | 208475bcab65438eed5d8380f26eacd25eb58f70 | /QianExe/LN_Socket.cpp | 80b0aa54a0610fbf6cbcbe1fe2798eccc369348d | [] | no_license | awzhang/MyWork | 83b3f0b9df5ff37330c0e976310d75593f806ec4 | 075ad5d0726c793a0c08f9158080a144e0bb5ea5 | refs/heads/master | 2021-01-18T07:57:03.219372 | 2011-07-05T02:41:55 | 2011-07-05T02:46:30 | 15,523,223 | 1 | 2 | null | null | null | null | GB18030 | C++ | false | false | 4,626 | cpp | #include "yx_QianStdAfx.h"
#undef MSG_HEAD
#define MSG_HEAD ("QianExe-Socket ")
void *G_ThreadSocketSend()
{
g_objSocket.P_ThreadSend();
}
void *G_ThreadSocketRecv()
{
g_objSocket.P_ThreadRecv();
}
//////////////////////////////////////////////////////////////////////////
CLN_Socket::CLN_Socket... | [
"wdgvip@gmail.com"
] | [
[
[
1,
227
]
]
] |
71ed6a0284397f691dd58693a161a1b67d026cd2 | 7acbb1c1941bd6edae0a4217eb5d3513929324c0 | /GLibrary-CPP/sources/GError.h | 12e9dc401953b40c68dd81132f96f2ac3f298931 | [] | no_license | hungconcon/geofreylibrary | a5bfc96e0602298b5a7b53d4afe7395a993498f1 | 3abf3e1c31a245a79fa26b4bcf2e6e86fa258e4d | refs/heads/master | 2021-01-10T10:11:51.535513 | 2009-11-30T15:29:34 | 2009-11-30T15:29:34 | 46,771,895 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 165 | h | #ifndef __GERROR_H__
# define __GERROR_H__
#include "GOStream.h"
#include "GExport.h"
class GEXPORTED GError : public GOStream
{
public:
};
#endif
| [
"mvoirgard@34e8d5ee-a372-11de-889f-a79cef5dd62c"
] | [
[
[
1,
13
]
]
] |
410b1a881607389b00630f631b89152d4dca4730 | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /dhnetsdk/Demo/DevMgr.cpp | c87b2e6648e673ba4c64bf105296c193a6fbc369 | [] | 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 | GB18030 | C++ | false | false | 9,577 | cpp | // DevMgr.cpp: implementation of the CDevMgr class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "netsdkdemo.h"
#include "DevMgr.h"
#include <algorithm>
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | [
[
[
1,
463
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.