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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f085a31a68c7be57b32f635e2171bd4d9cd4bad6 | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Game/Object/GameScene/PlayerAction.cpp | 4b0cd04568e2012342eb58e901d6a8608d0ff172 | [] | 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 | 4,738 | cpp | /*******************************************************************************/
/**
* @file PlayerAction.cpp.
*
* @brief プレイヤーアクションソース定義.
*
* @date 2008/12/23.
*
* @version 1.00.
*
* @author Jun Futagawa.
*/
/*******************************************************************************/
#i... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
157
]
]
] |
f90e8ff4f9093a23ea3c465dd3678811ad27e34b | b08e948c33317a0a67487e497a9afbaf17b0fc4c | /LuaPlus/Src/Modules/Misc/HeapAllocator.h | ef67be651cf696816d9cecc33c0b92115092ef02 | [
"MIT"
] | permissive | 15831944/bastionlandscape | e1acc932f6b5a452a3bd94471748b0436a96de5d | c8008384cf4e790400f9979b5818a5a3806bd1af | refs/heads/master | 2023-03-16T03:28:55.813938 | 2010-05-21T15:00:07 | 2010-05-21T15:00:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | h | #ifndef MISC_HEAPALLOCATOR_H
#define MISC_HEAPALLOCATOR_H
class HeapAllocator
{
public:
void* Alloc(size_t size) { return new unsigned char[size]; }
void Free(void* ptr) { delete[] (unsigned char*)ptr; }
void FreeAll() { }
void SetBlockSize(int) { }
void SetObjectSize(int) ... | [
"voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329"
] | [
[
[
1,
14
]
]
] |
9567be6ecb6acdab65f1e57b01ac0e7f11a4d427 | ea2786bfb29ab1522074aa865524600f719b5d60 | /MultimodalSpaceShooter/src/gui/ProgressBar.h | 41bea9a7ffc48bdd39acfc01f03c28998ed82075 | [] | no_license | jeremysingy/multimodal-space-shooter | 90ffda254246d0e3a1e25558aae5a15fed39137f | ca6e28944cdda97285a2caf90e635a73c9e4e5cd | refs/heads/master | 2021-01-19T08:52:52.393679 | 2011-04-12T08:37:03 | 2011-04-12T08:37:03 | 1,467,691 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 839 | h | #ifndef PROGRESSBAR_H
#define PROGRESSBAR_H
#include "gui/Widget.h"
#include <SFML/Graphics.hpp>
class ButtonListener;
//////////////////////////////////////////////////
/// Represents a progress bar
//////////////////////////////////////////////////
class ProgressBar : public Widget
{
public:
... | [
"jeremy.singy@gmail.com"
] | [
[
[
1,
32
]
]
] |
19b2ca16d72e5164b9b2a50b351d64aae517b6c4 | 5155ce0bfd77ae28dbf671deef6692220ac71aba | /main/src/common/CLogBase.cpp | 6efe2e8f07f641924ec3ff2b6b3153c511634620 | [] | no_license | OldRepoPreservation/taksi | 1ffcfbb0a100520ba4a050f571a15389ee9e9098 | 631c9080c14cf80d028b841ba41f8e884d252c8a | refs/heads/master | 2021-07-08T16:26:24.168833 | 2011-03-13T22:00:57 | 2011-03-13T22:00:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,358 | cpp | //
// CLogBase.cpp
// Copyright 1992 - 2006 Dennis Robinson (www.menasoft.com)
//
#include "stdafx.h"
#include "CLogBase.h"
CLogBase* g_pLog = NULL; // singleton // always access the base via pointer. (or g_Log)
int CLogBase::VDebugEvent( LOG_GROUP_MASK dwGroupMask, LOGL_TYPE eLogLevel, const LOGCHAR* pszFor... | [
"MenaceSan@users.noreply.github.com"
] | [
[
[
1,
206
]
]
] |
b9baa6520da7cf2121cf07553c1fe7045f1e1f05 | 83ed25c6e6b33b2fabd4f81bf91d5fae9e18519c | /code/STLExporter.h | 37fc1dd49c1d88ad45b99ce18758af01ecd46923 | [
"BSD-3-Clause"
] | permissive | spring/assimp | fb53b91228843f7677fe8ec18b61d7b5886a6fd3 | db29c9a20d0dfa9f98c8fd473824bba5a895ae9e | refs/heads/master | 2021-01-17T23:19:56.511185 | 2011-11-08T12:15:18 | 2011-11-08T12:15:18 | 2,017,841 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,758 | h | /*
Open Asset Import Library (ASSIMP)
----------------------------------------------------------------------
Copyright (c) 2006-2010, ASSIMP Development Team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the ... | [
"aramis_acg@67173fc5-114c-0410-ac8e-9d2fd5bffc1f"
] | [
[
[
1,
84
]
]
] |
03ab7bf305759095f42f46b97003c17b3b8acd06 | 971b000b9e6c4bf91d28f3723923a678520f5bcf | /fop_miniscribus.1.0.0/fop_lib/prefophandler.cpp | 76dc2a0579a653c87e4a6d567fda4f3c8bfaccd6 | [] | no_license | google-code-export/fop-miniscribus | 14ce53d21893ce1821386a94d42485ee0465121f | 966a9ca7097268c18e690aa0ea4b24b308475af9 | refs/heads/master | 2020-12-24T17:08:51.551987 | 2011-09-02T07:55:05 | 2011-09-02T07:55:05 | 32,133,292 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,813 | cpp | #include "prefophandler.h"
PageDB::PageDB( QObject * parent )
{
friendpanel = parent;
Pages.clear();
PageDimensionName *Pra = new PageDimensionName("CH-A4",FopInt("211mm"),FopInt("297mm"),QRectF(20,20,20,20),QColor(BASECOLOR),0);
Pra->display("211mm x 297mm");
... | [
"ppkciz@9af58faf-7e3e-0410-b956-55d145112073"
] | [
[
[
1,
806
]
]
] |
4df56e08d141fd7894512cff15d97f7f124b54bc | 519a3884c80f7a3926880b28df5755935ec7aa57 | /DicomShell/DicomThumbnail.cpp | 4936cb152e27c10e0c628e6ab0e8633b034fbc3f | [] | no_license | Jeffrey2008/dicomshell | 71ef9844ed83c38c2529a246b6efffdd5645ed92 | 14c98fcd9238428e1541e50b7d0a67878cf8add4 | refs/heads/master | 2020-10-01T17:39:11.786479 | 2009-09-02T17:49:27 | 2009-09-02T17:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,090 | cpp | #include "StdAfx.h"
#include "DicomThumbnail.h"
#include "dcmtk/dcmimage/diregist.h" /* required to support color images */
DicomTagList DicomThumbnail::s_tags(TEXT("imagetext"));
HBITMAP createHbitmap(SIZE const& size)
{
const int bitCount = 24;
BITMAPINFO bmi;
ZeroMemory(&bmi.bmiHeader,sizeof(BITM... | [
"andreas.grimme@715416e8-819e-11dd-8f04-175a6ebbc832"
] | [
[
[
1,
186
]
]
] |
2875f95a0f68e673b75a95b4cba06184897959b5 | e98d99816ad42028e5988ade802ffdf9846da166 | /Mediotic/OBJLoader/KdTree_pfVec.cpp | 366c0fa49366607f9633bd0273069c6e76598b62 | [] | no_license | OpenEngineDK/extensions-MediPhysics | 5e9b3a0d178db8e9a42ce7724ee35fdfee70ec64 | 94fdd25f90608ad3db6b3c6a30db1c1e4c490987 | refs/heads/master | 2016-09-14T04:26:29.607457 | 2008-10-14T12:14:53 | 2008-10-14T12:14:53 | 58,073,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,689 | cpp | #include "kdTree_pfVec.h"
//#ifdef _WIN32
//#define alloca malloc
//#endif
#include <list>
#include <iostream>
using namespace std;
KdTree_pfVec::KdTree_pfVec(const int maxPositions)
{
stored_positions = half_stored_positions = 0;
prev_scale = 1;
max_positions = maxPositions;
positions = (Position... | [
"cpvc@openengine.dk"
] | [
[
[
1,
332
]
]
] |
90b5988210e424e381932780cb2c9c3897bd2462 | d6eba554d0c3db3b2252ad34ffce74669fa49c58 | /Source/EventSystem/gameEvent.h | 47214f22509a31f5269b9ab4559a3fb82b0aba04 | [] | no_license | nbucciarelli/Polarity-Shift | e7246af9b8c3eb4aa0e6aaa41b17f0914f9d0b10 | 8b9c982f2938d7d1e5bd1eb8de0bdf10505ed017 | refs/heads/master | 2016-09-11T00:24:32.906933 | 2008-09-26T18:01:01 | 2008-09-26T18:01:01 | 3,408,115 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,221 | h | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File: "gameEvent.h"
// Author: Scott Smallback (SS)
// Purpose: event class for the game
///////////////////////////////////////////////////////////////////////////////////////////////////////////... | [
"nick.bucciarelli@gmail.com"
] | [
[
[
1,
36
]
]
] |
dd445e8138fe03c8b0698b96d462b35f1f50018d | 2f77d5232a073a28266f5a5aa614160acba05ce6 | /01.DevelopLibrary/04.SmsCode/InfoCenterOfSmartPhone/stdafx.cpp | bf9f7b5a6e2769e77dfb8ac90984c0ba7fe574fb | [] | no_license | radtek/mobilelzz | 87f2d0b53f7fd414e62c8b2d960e87ae359c81b4 | 402276f7c225dd0b0fae825013b29d0244114e7d | refs/heads/master | 2020-12-24T21:21:30.860184 | 2011-03-26T02:19:47 | 2011-03-26T02:19:47 | 58,142,323 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 426 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// InfoCenterOfSmartPhone.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
//BOOL g_bH = FALSE;
CRecieversDynamicArray g_ReciversList;
BOOL g_bContactShow = FALSE;
BOOL g_bIsTrial = FALSE;
CLSID g_clBackupSipID = {0};
CLSID g_clMeizuSipID = {0x7da6edd4,0x0fbb,0x4ed0... | [
"lidan8908589@8983de3c-2b35-11df-be6c-f52728ce0ce6"
] | [
[
[
1,
12
]
]
] |
e4c14831742da06c15ed5e462df3e6adbef46481 | 3761dcce2ce81abcbe6d421d8729af568d158209 | /include/cybergarage/http/HTTPRequest.h | b3aaeefda406d313e7920b8c0103bcb826f8ee37 | [
"BSD-3-Clause"
] | permissive | claymeng/CyberLink4CC | af424e7ca8529b62e049db71733be91df94bf4e7 | a1a830b7f4caaeafd5c2db44ad78fbb5b9f304b2 | refs/heads/master | 2021-01-17T07:51:48.231737 | 2011-04-08T15:10:49 | 2011-04-08T15:10:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,780 | h | /******************************************************************
*
* CyberHTTP for C++
*
* Copyright (C) Satoshi Konno 2002-2003
*
* File: HTTPRequest.h
*
* Revision;
*
* 03/27/03
* - first revision
*
******************************************************************/
#ifndef _CHTTP_HTTPREQUEST_H_
#define _CHTTP_... | [
"skonno@b944b01c-6696-4570-ab44-a0e08c11cb0e"
] | [
[
[
1,
314
]
]
] |
b69ea116cbc95f055122c43152ad522d8d378c11 | 748b6e3b51df5d1cd02735469ea66d5bb29c68e3 | /src/Visualizer/visualize.h | 3db1250204f763e0dad867e6da90f0528c7c9fa5 | [
"ISC"
] | permissive | vedantk/cvp | d1dfdfb6aad0143f045fdba2559ca4e567bede4f | 222b45cb16e095f4d1dc3e4f45eaf9f606024ae9 | refs/heads/master | 2021-01-20T12:00:23.927548 | 2010-11-01T01:13:56 | 2010-11-01T01:13:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,272 | h | /*
* visualize.h
* class declaration for cvp_vis.
*
* Copyright (c) 2009, M. Sabry Hassouna
* Modified by Vedant Kumar.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* > ... | [
"vminch@gmail.com"
] | [
[
[
1,
59
]
]
] |
842dbc112327c3193e019f411f840461b364b1d6 | 6b1a180098b19378372e3372588f07fffb1361a2 | /ruler.cpp | 58f5475c301f2564305ccd56b34c1a33e6cba0d9 | [] | no_license | silvansky/qrulermini | 6fcf039261fe9575a134aca915e5c9f9288544ef | d5e4d8e54cbc16a7edf955992d47b8fcac78604c | refs/heads/master | 2016-09-06T18:12:21.968447 | 2011-06-06T13:59:16 | 2011-06-06T13:59:16 | 32,142,386 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,775 | cpp | #include "ruler.h"
#include "ui_ruler.h"
#include <QPainter>
#include <QPaintEvent>
#include <QDebug>
#include <QVBoxLayout>
#include <QHBoxLayout>
Ruler::Ruler(QWidget *parent) :
QWidget(parent),
ui(new Ui::Ruler)
{
ui->setupUi(this);
alpha = 255;
setAttribute(Qt::WA_TranslucentBackground, true);
... | [
"v.silvansky@gmail.com@8980c0f3-7d9f-e34e-e20e-0a0ce4d3317c"
] | [
[
[
1,
163
]
]
] |
cf80cd55b7ddc12cf2d85d14fac3652cd263acfd | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/variant/test/test5.cpp | e083d209f0ef7860f0f9ab1079a20bba6fcce43c | [] | no_license | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,967 | cpp | //-----------------------------------------------------------------------------
// boost-libs variant/test/test5.cpp header file
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
// Copyright (c) 2003
//... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
90
]
]
] |
0c058f9349213fd37cde9526638e7b6c22e7f0f8 | bda7b365b5952dc48827a8e8d33d11abd458c5eb | /Runnable_PS3/display.cpp | 030857127e8d4877ae942e82ed27012d27007634 | [] | no_license | MrColdbird/gameservice | 3bc4dc3906d16713050612c1890aa8820d90272e | 009d28334bdd8f808914086e8367b1eb9497c56a | refs/heads/master | 2021-01-25T09:59:24.143855 | 2011-01-31T07:12:24 | 2011-01-31T07:12:24 | 35,889,912 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 9,775 | cpp | /* SCE CONFIDENTIAL
* PlayStation(R)3 Programmer Tool Runtime Library 330.001
* Copyright (C) 2010 Sony Computer Entertainment Inc.
* All Rights Reserved.
*/
#define __CELL_ASSERT__
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <sys/process.h>
#include ... | [
"leavesmaple@383b229b-c81f-2bc2-fa3f-61d2d0c0fe69"
] | [
[
[
1,
318
]
]
] |
2526e925455668e87d09f6d8f62169f865c8abd2 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/BOOST_SDK/boost/config/compiler/intel.hpp | 78ed5c822abd56402dd27325768e31e9d24ab020 | [
"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 | 5,805 | hpp | // (C) Copyright John Maddock 2001.
// (C) Copyright Peter Dimov 2001.
// (C) Copyright Jens Maurer 2001.
// (C) Copyright David Abrahams 2002 - 2003.
// (C) Copyright Aleksey Gurtovoy 2002 - 2003.
// (C) Copyright Guillaume Melquiond 2002 - 2003.
// (C) Copyright Beman Dawes 2003.
// (C) Copyright Marti... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
158
]
]
] |
5d0d9153b2ef25a1a1eabfae1ee52ad7b887fe89 | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/sun/src/InstanceScripts/Instance_OldHillsbradFoothills.cpp | cc12f1f6d73652dc7224ba29c9ca338b72dbcbce | [] | 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 | 17,536 | cpp | /*
* Moon++ Scripts for Ascent MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2007-2008 Moon++ Team <http://www.moonplusplus.info/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu... | [
"Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
542
]
]
] |
f4a751542125596bc744195f956ced32fb71c320 | e98d99816ad42028e5988ade802ffdf9846da166 | /Mediotic/mediParticleTriple.h | 6c558f024bddcb15eea7f6842b21602b0c1caeb2 | [] | no_license | OpenEngineDK/extensions-MediPhysics | 5e9b3a0d178db8e9a42ce7724ee35fdfee70ec64 | 94fdd25f90608ad3db6b3c6a30db1c1e4c490987 | refs/heads/master | 2016-09-14T04:26:29.607457 | 2008-10-14T12:14:53 | 2008-10-14T12:14:53 | 58,073,189 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 203 | h | #pragma once
class mediParticle; //include mediParticle.h
class mediParticleTriple
{
private:
mediParticle* particles[3];
public:
mediParticleTriple(void);
~mediParticleTriple(void);
};
| [
"cpvc@openengine.dk"
] | [
[
[
1,
12
]
]
] |
8f8a6bf497d6141108c13c67b1eb3d82bc28cc12 | ca35e9ad7161656b1e3eb4c2ded9fccba0e30549 | /Tools/db2lbff.cpp | 62bd91bd2107dfa4fcd4908f87dfac810c0e142e | [] | no_license | leppert/fire | 082725f1dcb79bd72dd9f12142bbe0dae211e6b8 | 9afa3a79d1961551e43d65b0e940b416fc40a65e | refs/heads/master | 2020-11-26T19:36:49.131773 | 2009-12-07T21:14:54 | 2009-12-07T21:14:54 | 1,627,927 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,343 | cpp | /*
This file is part of the FIRE -- Flexible Image Retrieval System
FIRE is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
option) any later version.
... | [
"deselaers@gmail.com@b4508c54-8848-11de-8bba-6b05ac85e19d"
] | [
[
[
1,
185
]
]
] |
41370d6c0aba7930a834c22ced94fdef625a86ab | 13f8c757bb27ad215712d32d7ec6aea3a1543017 | /MagicSocket/MagicSocket/Buffer.cpp | f88835f16f0c76574b668b8ce38373b0e6e1d5fa | [] | no_license | xqq/magicsocket | 9223d231e41cd5a682f65fba4428ceaa9060239e | 380218b9adf320f1fe7ff6a6d38a8c03c191c43f | refs/heads/master | 2021-01-01T06:32:47.394714 | 2010-02-25T05:02:31 | 2010-02-25T05:02:31 | 32,111,620 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,311 | cpp | #include "Buffer.h"
#include <cstring>
namespace Magic {
Buffer::Buffer(size_t size)
{
allocSize = bufferSize = size;
if (allocSize < 4) allocSize = 4;
Heap &heap = GetBufferHeap();
buffer = (Byte *)heap.Allocate(allocSize);
}
Buffer::Buffer(const char *str)
{
allocSize = bufferSize = s... | [
"iceboy@sjtu.edu.cn@b2af3b84-21c2-11df-a1e5-412df870b945"
] | [
[
[
1,
70
]
]
] |
ca2341ad4ee74c7fcb705c83287a3bb37abdd018 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/serialization/test/throw_exception.hpp | 2057a5d201f80006fee23e5ec9e8bdf5e7d12815 | [] | no_license | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,317 | hpp | #ifndef BOOST_SERIALIZATION_EXCEPTION_HPP
#define BOOST_SERIALIZATION_EXCEPTION_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// throw_exception.hpp
//
//... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
52
]
]
] |
62c98cd2552d2a6b1193b4d4a9669826bfe63ef1 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/os/ossrv/stdlibs/apps/libc/testcapstat/src/tstatserver.cpp | 6198e245ae7e8cef32bb3447efc5446c0ad4745e | [] | 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 | 3,862 | 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,
187
]
]
] |
f80b65ea237cdaf5b4686f391a5c961c4c505f35 | e0a426344215b99185a0cbf34c65fc6aedb5bb33 | /Equinoccio/Parsers/ParserPhp/ParserPHP.h | da5b95df439abcd697b9e2b5fdd9f7e8328b42c3 | [] | no_license | Bloodclot24/equinoccio | 6f9d2179957467a805db554824722c99ad7f10a2 | 69b2f35ace63361751712d76df6d2640321c6f43 | refs/heads/master | 2021-01-23T12:16:45.024020 | 2009-12-10T18:45:49 | 2009-12-10T18:45:49 | 32,809,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 259 | h | #ifndef PARSERPHP_H_
#define PARSERPHP_H_
#include "../ParserGenerico/ParserGenerico.h"
class ParserPhp: public ParserGenerico {
private:
static const char* validas[];
public:
ParserPhp(uint32_t cantMaxReg);
};
#endif /* PARSERPHP_H_ */
| [
"vero13@c73f237e-9c17-11de-bb5f-cdebcd2927f5",
"nflabo@gmail.com@c73f237e-9c17-11de-bb5f-cdebcd2927f5"
] | [
[
[
1,
2
],
[
4,
4
],
[
6,
6
],
[
8,
9
],
[
11,
13
],
[
15,
15
]
],
[
[
3,
3
],
[
5,
5
],
[
7,
7
],
[
10,
10
],
... |
3667b32d04152db323c86ccbc155f2998f116536 | e07af5d5401cec17dc0bbf6dea61f6c048f07787 | /server.cpp | 6b379fabbdd33e1ababde319022e080730cc15d7 | [] | no_license | Mosesofmason/nineo | 4189c378026f46441498a021d8571f75579ce55e | c7f774d83a7a1f59fde1ac089fde9aa0b0182d83 | refs/heads/master | 2016-08-04T16:33:00.101017 | 2009-12-26T15:25:54 | 2009-12-26T15:25:54 | 32,200,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,627 | cpp | ////////////////////////////////////////////////////////////////////////////////
////////// Author: newblue <newblue@gmail.com>
////////// Copyright by newblue, 2008.
////////////////////////////////////////////////////////////////////////////////
#include "server.hpp"
namespace NiServer
{
... | [
"beyooo@gmail.com"
] | [
[
[
1,
310
]
]
] |
322206ce79b58d713428b78727000f4c684f4a0c | 0b66a94448cb545504692eafa3a32f435cdf92fa | /branches/kyr/cbear.berlios.de/windows/com/byte.hpp | 0e2dda9072aa72fbc4866726877dc4ffd5b3affc | [
"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 | 340 | hpp | #ifndef CBEAR_BERLIOS_DE_WINDOWS_COM_BYTE_HPP_INCLUDED
#define CBEAR_BERLIOS_DE_WINDOWS_COM_BYTE_HPP_INCLUDED
#include <cbear.berlios.de/windows/com/traits.hpp>
namespace cbear_berlios_de
{
namespace windows
{
namespace com
{
CBEAR_BERLIOS_DE_WINDOWS_COM_DECLARE_DEFAULT_TRAITS(byte_t, vartype_t::ui1);
... | [
"sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838"
] | [
[
[
1,
19
]
]
] |
6dc1511ce2fbddc853a6d7b70bc4ee458544ae4c | c13ef26a8b4b1e196c6c593a73520787a7c15b80 | /samples_atistream/Histogram/Histogram.hpp | 95eaa93a52fb013170af0b35916f7ec4e0d1b6e3 | [] | no_license | ajaykumarkannan/simulation-opencl | 73072dcdacf5f3c93e0c038caedb60b479839327 | 53d00629358d3a2b1135f4daf0c327436fd9ed79 | refs/heads/master | 2021-01-23T08:39:00.347158 | 2010-03-09T15:43:50 | 2010-03-09T15:43:50 | 37,275,925 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,555 | hpp | /* ============================================================
Copyright (c) 2009 Advanced Micro Devices, Inc. All rights reserved.
Redistribution and use of this material is permitted under the following
conditions:
Redistributions must retain the above copyright notice and all terms of this
license.
... | [
"juergen.broder@c62875e2-cac2-11de-a9c8-2fbcfba63733"
] | [
[
[
1,
313
]
]
] |
b49d3d26cc7dc5c64f4f212e58cd47e60387f8b0 | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/3rdParty/boost/libs/config/test/has_pthread_delay_np_fail.cpp | 9a8b0e55adeef09234cf7369fb832471a7f6a0d6 | [] | no_license | bugbit/cipsaoscar | 601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4 | 52aa8b4b67d48f59e46cb43527480f8b3552e96d | refs/heads/master | 2021-01-10T21:31:18.653163 | 2011-09-28T16:39:12 | 2011-09-28T16:39:12 | 33,032,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,215 | cpp |
// This file was automatically generated on Sun Jul 25 11:47:49 GMTDT 2004,
// by libs/config/tools/generate
// Copyright John Maddock 2002-4.
// 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.b... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
39
]
]
] |
5fcff88629419502b9b8ec2a6159089af8a3fee9 | 0ce35229d1698224907e00f1fdfb34cfac5db1a2 | /Moto.h | 6dd1a0294040e80c7d5a48c7d2c09ce35b7c872f | [] | no_license | manudss/efreiloca | f7b1089b6ba74ff26e6320044f66f9401ebca21b | 54e8c4af1aace11f35846e63880a893e412b3309 | refs/heads/master | 2020-06-05T17:34:02.234617 | 2007-06-04T19:12:15 | 2007-06-04T19:12:15 | 32,325,713 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | h | #pragma once
#include "vehicule.h"
class Moto :
public vehicule
{
public:
Moto(void);
~Moto(void);
};
| [
"pootoonet@65b228c9-682f-0410-abd1-c3b8cf015911"
] | [
[
[
1,
10
]
]
] |
3652664290dbfa052369c9a9e72971f98709d638 | f4b649f3f48ad288550762f4439fcfffddc08d0e | /eRacer/Source/Graphics/FontManager.h | 283ba18bb7a9c935f35feeb64f410c6db55d29cb | [] | no_license | Knio/eRacer | 0fa27c8f7d1430952a98ac2896ab8b8ee87116e7 | 65941230b8bed458548a920a6eac84ad23c561b8 | refs/heads/master | 2023-09-01T16:02:58.232341 | 2010-04-26T23:58:20 | 2010-04-26T23:58:20 | 506,897 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,234 | h | #pragma once
#ifndef FONTMANAGER_H
#define FONTMANAGER_H
#include <d3d9.h>
#include <d3dx9.h>
#include <map>
#include <string>
#include <vector>
#include <algorithm>
#include "Renderable.h"
#include "../Core/Math.h"
using namespace std;
namespace Graphics {
typedef pair<string, int> FontDescripti... | [
"had@ucalgary.ca",
"theknio@gmail.com",
"ole@rehmsen.de"
] | [
[
[
1,
7
],
[
9,
9
],
[
13,
14
],
[
17,
18
],
[
22,
24
],
[
28,
28
],
[
30,
30
],
[
32,
32
],
[
38,
43
],
[
49,
51
]... |
dd2d9824fd557816772bc92d86f38b6dfb990972 | 4c49943d28c7acb2c54c46c1b9c90b83edce8383 | /Canvas/stdafx.cpp | 7b77f9214c88c5897f7955223f4be633624d6c2a | [] | no_license | flier/HTML5i | 68f4bcec7093f330b159f64976250ca5f974bca7 | 980ad8c112761471665c8acfc5064d1a87a8f32a | refs/heads/master | 2020-03-27T05:08:04.843399 | 2011-03-26T18:02:38 | 2011-03-26T18:02:38 | 1,498,619 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 293 | cpp | // stdafx.cpp : source file that includes just the standard includes
// Canvas.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"flier.lu@gmail.com"
] | [
[
[
1,
8
]
]
] |
b427dff59c18317217fe81a2f7d53451c4da0503 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Collide/Dispatch/BroadPhase/hkpTypedBroadPhaseHandle.inl | a19a4d72951ad60939e2cbc7118468b89ac02922 | [] | 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 | 2,637 | inl | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
74
]
]
] |
1ea1879f586cb35f1ffac8032cb2b5847c16d45d | fbe2cbeb947664ba278ba30ce713810676a2c412 | /iptv_root/sbVB/VBLib_6_2/src/VBLib/VBDate.cpp | 233a77250c0c30fd4bc7ab6c88084ccf5000cae5 | [] | 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 | 20,765 | cpp | // VBDate.cpp
#include "VBLib/VBLib.h"
#ifdef WIN32
// Windows code
#else
// Unix code
#include <sys/time.h>
#endif
/////////////////////////////////////////////////////////////////
//
// class VBDate
//
/////////////////////////////////////////////////////////////////
// static member initializa... | [
"heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89"
] | [
[
[
1,
786
]
]
] |
3d65acb89e019f2ed606b63ee573b676d69956f7 | 57be15ccf8458cdc18ed9ddc425260a380c80ebf | /MatchingBackend/support/Logger.cpp | 09865649ce7b45e4eedf10157c85c0ec0f316c1a | [] | no_license | lkn/MatchingBackend | 9fe7687e0dcfb109c8ef16507ec5b88cafa1b612 | 7e4039c594dadc94843db605b36648681171d2d0 | refs/heads/master | 2021-01-01T18:27:29.084638 | 2011-06-06T20:36:03 | 2011-06-06T20:36:03 | 1,797,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | cpp | #include <iostream>
#include <time.h>
#include <stdarg.h>
#include <time.h>
#include "../support/util.h"
#include "Logger.h"
Logger::Logger() {
Init("");
}
Logger::Logger(std::string fileName) {
Init(fileName);
}
Logger::~Logger() {
logFile_->close();
delete logFile_;
logFile_ = NULL;
}
... | [
"lnnngn@gmail.com"
] | [
[
[
1,
59
]
]
] |
5905bd1f8316c7d406d5f685d44862547607f064 | 4b30b09448549ffbe73c2346447e249713c1a463 | /Sources/article_manager/article_archive.h | ac79cc9c866a178d00aa2b8ad6880dd5e28fd34f | [] | no_license | dblock/agnes | 551fba6af6fcccfe863a1a36aad9fb066a2eaeae | 3b3608eba8e7ee6a731f0d5a3191eceb0c012dd5 | refs/heads/master | 2023-09-05T22:32:10.661399 | 2009-10-29T11:23:28 | 2009-10-29T11:23:28 | 1,998,777 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,928 | h | #ifndef article_archive_h
#define article_archive_h
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <platform/platform.h>
#include <cstring/cstring.h>
#include <cvector/cvector.h>
#include <mozilla/mozilla_v2.h>
#include "../article_manager/article_manager.h"
class article_ar... | [
"dblock@dblock.org"
] | [
[
[
1,
71
]
]
] |
c25f894be0c3fc58b3cb0b014ecd46bc5d906180 | f27e317f667ebe5979c9620deea865c2d411bed5 | /Towerdefence/Network/src/RPC3.cpp | 975a1876115a7f6df87a8d3e9779b79c9cd448c5 | [] | no_license | iijobs/argontd | 8452450e90ced1e4e27766a3b18a32424fa04366 | fa3dac21197deb85336efd3f3239929580b296e7 | refs/heads/master | 2020-06-05T08:47:27.055010 | 2009-09-27T16:12:44 | 2009-09-27T16:12:44 | 32,657,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,919 | cpp | #include "RPC3.h"
#include "raknet/RakMemoryOverride.h"
#include "raknet/RakAssert.h"
#include "raknet/StringCompressor.h"
#include "raknet/BitStream.h"
#include "raknet/RakPeerInterface.h"
#include "raknet/MessageIdentifiers.h"
#include "raknet/NetworkIDObject.h"
#include "raknet/NetworkIDManager.h"
#include ... | [
"pieter_janp@hotmail.com@1eb55710-98a1-11de-a05d-3bd73e269465"
] | [
[
[
1,
470
]
]
] |
b09fb1e8de9a0ce7cde551268c96f14e3a161e13 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/nscene/src/nscene/nshadowlightnode_main.cc | 44682b885389f1300be19ef2e57cada7728e9d3f | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,073 | cc | #include "precompiled/pchrnsscene.h"
//------------------------------------------------------------------------------
// nshadowlightnode_main.cc
// (C) 2005 Conjurer Services, S.A.
//------------------------------------------------------------------------------
#include "nscene/nshadowlightnode.h"
nNebulaScr... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | [
[
[
1,
188
]
]
] |
30551b5a1a7af2295e2148c71be67da04c811410 | b2b5c3694476d1631322a340c6ad9e5a9ec43688 | /Baluchon/AnimatedTranslation.cpp | 56b38811220a7fecec27d0d53a2e8d63bef2c5a2 | [] | no_license | jpmn/rough-albatross | 3c456ea23158e749b029b2112b2f82a7a5d1fb2b | eb2951062f6c954814f064a28ad7c7a4e7cc35b0 | refs/heads/master | 2016-09-05T12:18:01.227974 | 2010-12-19T08:03:25 | 2010-12-19T08:03:25 | 32,195,707 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | #include "AnimatedTranslation.h"
namespace baluchon { namespace core { namespace datas { namespace animation {
AnimatedTranslation::AnimatedTranslation(CvPoint3D32f vector, CvPoint3D32f increment) {
mVector = vector;
mIncrement = increment;
}
AnimatedTranslation::~AnimatedTranslation(void) {
}
void ... | [
"jpmorin196@bd4f47a5-da4e-a94a-6a47-2669d62bc1a5"
] | [
[
[
1,
33
]
]
] |
1f6073f28377792fed98b9723e7285393d63aa5d | accd6e4daa3fc1103c86d245c784182e31681ea4 | /HappyHunter/Core/Sprite.cpp | 2dc54e294ad1197098f29f8a7a68233087dfceac | [] | no_license | linfuqing/zero3d | d87ad6cf97069aea7861332a9ab8fc02b016d286 | cebb12c37fe0c9047fb5b8fd3c50157638764c24 | refs/heads/master | 2016-09-05T19:37:56.213992 | 2011-08-04T01:37:36 | 2011-08-04T01:37:36 | 34,048,942 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,387 | cpp | #include "StdAfx.h"
#include "Sprite.h"
#include "d3dutils.h"
using namespace zerO;
CSprite::CSprite(void) :
m_WorldRight(1.0f, 0.0f, 0.0f),
m_WorldUp(0.0f, 1.0f, 0.0f),
m_WorldForward(0.0f, 0.0f, 1.0f),
m_Position(0.0f, 0.0f, 0.0f),
m_Rotation(0.0f, 0.0f, 0.0f),
m_Scale(1.0f, 1.0f, 1.0f),
m_uDirtyFlag... | [
"linfuqing@126.com"
] | [
[
[
1,
155
]
]
] |
a169c32244da160dea823121828f88d5c02d78e1 | 3533c9f37def95dcc9d6b530c59138f7570ca239 | /guCORE/include/guCORE_CMultiplayerGameRegistry.h | 9418aa650d93d5b6839202798a71cb50f59bc7c2 | [] | no_license | LiberatorUSA/GU | 7e8af0dccede7edf5fc9c96c266b9888cff6d76e | 2493438447e5cde3270e1c491fe2a6094dc0b4dc | refs/heads/master | 2021-01-01T18:28:53.809051 | 2011-06-04T00:12:42 | 2011-06-04T00:12:42 | 41,840,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,795 | h | /*
* guCORE: Main module of the Galaxy Unlimited system
* Copyright (C) 2002 - 2008. Dinand Vanvelzen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* versi... | [
"LiberatorUSA@users.noreply.github.com"
] | [
[
[
1,
79
]
]
] |
9fba4ede82872f0f9b89072176244bd16b750b57 | e68cf672cdb98181db47dab9fb8c45e69b91e256 | /src/DynamicTexture2D.cpp | a5ccdbc608e3a0d4a37a89e288013614b91bb355 | [] | no_license | jiawen/QD3D11 | 09fc794f580db59bfc2faffbe3373a442180e0a5 | c1411967bd2da8d012eddf640eeb5f7b86e66374 | refs/heads/master | 2021-01-21T13:52:48.111246 | 2011-12-19T19:07:17 | 2011-12-19T19:07:17 | 2,549,080 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,844 | cpp | #include "DynamicTexture2D.h"
// static
DynamicTexture2D* DynamicTexture2D::createFloat1( ID3D11Device* pDevice, int width, int height )
{
ID3D11Texture2D* pTexture;
D3D11_TEXTURE2D_DESC td = makeTextureDescription( width, height, DXGI_FORMAT_R32_FLOAT );
pDevice->CreateTexture2D( &td, NULL, &pTexture );
... | [
"jiawen@csail.mit.edu"
] | [
[
[
1,
136
]
]
] |
352f32bb1cab021babb81dbdde94cb5f78a78f57 | 9b75c1c40dbeda4e9d393278d38a36a61484a5b6 | /cpp files to be pasted in INCLUDE directory/ROOTS.CPP | 652a290accab3ab67aa681cd0b925d8ea5e1c27b | [] | no_license | yeskarthik/Project-Shark | b5fe9f14913618f0205c4a82003e466da52f7929 | 042869cd69b60e958c65de2a17b0bd34612e28dc | refs/heads/master | 2020-05-22T13:49:42.317314 | 2011-04-06T06:35:21 | 2011-04-06T06:35:21 | 1,575,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,704 | cpp | #include<iostream.h>
#include<graphics.h>
#include<stdlib.h>
#include<bios.h>
#include<dos.h>
#include<math.h>
#include<conio.h>
void rootmain()
{
int gd=VGA,gm=2;
initgraph(&gd,&gm,"d:/tc1/bgi");
long int a[7],n,b[7],t=0;
cleardevice();
gotoxy(10,10);
cout<<"Hey!!";
cout<<"\n\n\tTh... | [
"karthik.s.sundaram@gmail.com"
] | [
[
[
1,
82
]
]
] |
033472a6bf2b07bb8783994e9d2f16b381b19989 | 2b3ff42b129d9af57079558a41e826089ab570c2 | /0.99.x/lib/Source/tb2k/TB2DsgnItemEditor.hpp | bcf2cfdfd65d43e79ef04cf388b13cf7e107ac58 | [] | no_license | bravesoftdz/contexteditor-1 | 07c242f7080846aa56b62b4d0e7790ecbb0167da | 9f26c456cda4d7546217fed6557bf2440ca097fd | refs/heads/master | 2020-03-25T18:36:18.350531 | 2009-08-25T01:34:08 | 2009-08-25T01:34:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,679 | hpp | // CodeGear C++Builder
// Copyright (c) 1995, 2008 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Tb2dsgnitemeditor.pas' rev: 20.00
#ifndef Tb2dsgnitemeditorHPP
#define Tb2dsgnitemeditorHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnin... | [
"dick@granitesolutions.com.au@5d03d0dc-17f0-11de-b413-eb0469710719"
] | [
[
[
1,
189
]
]
] |
b272cca8dfc4edd8437a5f3a9da4d8ee9dab00ed | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Renderers/DX/WmlDxMaterialState.cpp | 4c77bcbc2b178ae5a09af58a787c3959e8e55d17 | [] | 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 | 2,870 | 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,
69
]
]
] |
35ee6378b0d586d2f9cfe3300bd3f128fb3b0d34 | d425cf21f2066a0cce2d6e804bf3efbf6dd00c00 | /Laptop/BobbyRAmmo.cpp | 050b39121fd9c088e8373b6cc9aef12a96e47988 | [] | no_license | infernuslord/ja2 | d5ac783931044e9b9311fc61629eb671f376d064 | 91f88d470e48e60ebfdb584c23cc9814f620ccee | refs/heads/master | 2021-01-02T23:07:58.941216 | 2011-10-18T09:22:53 | 2011-10-18T09:22:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,455 | cpp | #ifdef PRECOMPILEDHEADERS
#include "Laptop All.h"
#else
#include "laptop.h"
#include "BobbyRAmmo.h"
#include "BobbyRGuns.h"
#include "BobbyR.h"
#include "Utilities.h"
#include "WCheck.h"
#include "WordWrap.h"
#include "Cursors.h"
#include "interface items.h"
#include "Encrypted File.h"
#include... | [
"jazz_ja@b41f55df-6250-4c49-8e33-4aa727ad62a1"
] | [
[
[
1,
110
]
]
] |
cfc194a5d2bf567b1d6ad517e08b1ed795eee38c | d37a1d5e50105d82427e8bf3642ba6f3e56e06b8 | /DVR/HaohanITPlayer/HWNDDLL/HWndDll.cpp | c52be4f2f92cf9c274ea6522a9d12ff41eed2885 | [] | no_license | 080278/dvrmd-filter | 176f4406dbb437fb5e67159b6cdce8c0f48fe0ca | b9461f3bf4a07b4c16e337e9c1d5683193498227 | refs/heads/master | 2016-09-10T21:14:44.669128 | 2011-10-17T09:18:09 | 2011-10-17T09:18:09 | 32,274,136 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,757 | cpp | // HWndDll.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "HWndDll.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//
// Note!
//
// If this DLL is dynamically linked against the MFC
// DLLs, any functions ex... | [
"shengang1978@gmail.com@27769579-7047-b306-4d6f-d36f87483bb3"
] | [
[
[
1,
62
]
]
] |
66cc264958490b06486f8702ee511614758559db | 971b000b9e6c4bf91d28f3723923a678520f5bcf | /QTextPanel/qtextpanelmargin.h | 16e93e2d253539022a9bbc9e19b176d375c51e74 | [] | no_license | google-code-export/fop-miniscribus | 14ce53d21893ce1821386a94d42485ee0465121f | 966a9ca7097268c18e690aa0ea4b24b308475af9 | refs/heads/master | 2020-12-24T17:08:51.551987 | 2011-09-02T07:55:05 | 2011-09-02T07:55:05 | 32,133,292 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,492 | h | /*******************************************************************************
* class GetMargin
*******************************************************************************
* Copyright (C) 2007 by Peter Hohl
* e-Mail: ppkciz@gmail.com
*
* This program is free software; you can redistribute it and/or m... | [
"netuno55@hotmail.com@9af58faf-7e3e-0410-b956-55d145112073"
] | [
[
[
1,
325
]
]
] |
6de77fa722405de684804bd3667c3648866e6e4e | 465943c5ffac075cd5a617c47fd25adfe496b8b4 | /PLANECMN.H | 473cfc9cfbdfbb7b26d165b4b48cbce59ed92262 | [] | no_license | paulanthonywilson/airtrafficcontrol | 7467f9eb577b24b77306709d7b2bad77f1b231b7 | 6c579362f30ed5f81cabda27033f06e219796427 | refs/heads/master | 2016-08-08T00:43:32.006519 | 2009-04-09T21:33:22 | 2009-04-09T21:33:22 | 172,292 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | h | /* Plane command class
version 0.1
Nick Papa 22/04/96.
ver 0.2
27/4/96 PW
Plane accessor added
*/
# ifndef _PLANECMND_H
# define _PLANECMND_H
# include "cmnd.h"
# include "plane.h"
class PlaneCmnd : public Cmnd {
protected:
Plane *p_c;
public :
PlaneCmnd (Plane *pl) {
... | [
"paul.wilson@merecomplexities.com"
] | [
[
[
1,
35
]
]
] |
3fb4f847fbb26cea3e7d3d3ff085bdfca1806c7d | 94c1c7459eb5b2826e81ad2750019939f334afc8 | /source/ChildFrm.cpp | 65600bd675a8bb6b26648cb1afefd167c3c7ea38 | [] | no_license | wgwang/yinhustock | 1c57275b4bca093e344a430eeef59386e7439d15 | 382ed2c324a0a657ddef269ebfcd84634bd03c3a | refs/heads/master | 2021-01-15T17:07:15.833611 | 2010-11-27T07:06:40 | 2010-11-27T07:06:40 | 37,531,026 | 1 | 3 | null | null | null | null | GB18030 | C++ | false | false | 9,442 | cpp |
#include "stdafx.h"
#include "CTaiShanApp.h"
#include "ChildFrm.h"
#include "CTaiShanDoc.h"
#include "cellRange.h"
#include "CTaiShanReportView.h"
#include "MySplitter.h"
#include "MainFrm.h"
#include "CTaiShanKlineShowView.h"
#include "MyTreeView.h"
#include "MyRichView.h"
#include "CTaiKlineDialogCross... | [
"7171136@qq.com"
] | [
[
[
1,
378
]
]
] |
44e66ba1c2fdd52f8859b29edb0ca79c85ecef1c | 011359e589f99ae5fe8271962d447165e9ff7768 | /src/burn/toaplan/d_mahoudai.cpp | ef97dd8cca3ab72704412e711c488991b9591659 | [] | no_license | PS3emulators/fba-next-slim | 4c753375fd68863c53830bb367c61737393f9777 | d082dea48c378bddd5e2a686fe8c19beb06db8e1 | refs/heads/master | 2021-01-17T23:05:29.479865 | 2011-12-01T18:16:02 | 2011-12-01T18:16:02 | 2,899,840 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,715 | cpp | #include "toaplan.h"
// Mahou Daisakusen
static unsigned char DrvButton[8] = {0, 0, 0, 0, 0, 0, 0, 0};
static unsigned char DrvJoy1[8] = {0, 0, 0, 0, 0, 0, 0, 0};
static unsigned char DrvJoy2[8] = {0, 0, 0, 0, 0, 0, 0, 0};
static unsigned char DrvInput[6] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
static unsigne... | [
"twinaphex1@gmail.com"
] | [
[
[
1,
719
]
]
] |
d60d883c89b321b611ce934142c1116f72d2f1ad | 5fb9b06a4bf002fc851502717a020362b7d9d042 | /developertools/MapRenderer/include/loaders/ArtLoader.h | 760453122b31b81ae991d0ab61981db209d69b2d | [] | no_license | bravesoftdz/iris-svn | 8f30b28773cf55ecf8951b982370854536d78870 | c03438fcf59d9c788f6cb66b6cb9cf7235fbcbd4 | refs/heads/master | 2021-12-05T18:32:54.525624 | 2006-08-21T13:10:54 | 2006-08-21T13:10:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,481 | h | //
// File: ArtLoader.h
// Created by: Alexander Oster - tensor@ultima-iris.de
//
/*****
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
*... | [
"sience@a725d9c3-d2eb-0310-b856-fa980ef11a19"
] | [
[
[
1,
58
]
]
] |
7574b2348462138adaca4b85b763625a9e2de493 | 25fd79ea3a1f2c552388420c5a02433d9cdf855d | /Pool/Billiards/BallConfig.h | 4a406e25f39fc1f49268b5e042ef0d1b49175c9a | [] | no_license | k-l-lambda/klspool | 084cbe99a1dc3b9703233fccea3f2f6570df9d63 | b57703169828f9d406e7d0a6cd326063832b12c6 | refs/heads/master | 2021-01-23T07:03:59.086914 | 2009-09-06T09:14:51 | 2009-09-06T09:14:51 | 32,123,777 | 0 | 0 | null | null | null | null | IBM852 | C++ | false | false | 2,396 | h | /*
** This source file is part of Pool.
**
** Copyright (c) 2009 K.L.<xxxk.l.xxx@gmail.com>, Lazy<yinxiaozhou@gmail.com>
** This program is free software without any warranty.
*/
#ifndef __BALLCONFIG_H__
#define __BALLCONFIG_H__
#include "Billiards.h"
#pragma warning(push)
#pragma warning(disable: 4... | [
"xxxK.L.xxx@64c72148-2b1e-11de-874f-bb9810f3bc79"
] | [
[
[
1,
84
]
]
] |
612c25307b98fb6f14151673c11e30cb6604c884 | f4d39655394aebbb524146cc7a61f93505289ce7 | /ECC/crypto.h | c3d3395f1081804b9fffeaaba3159c45f3919f9d | [] | no_license | pjacosta/ECDLP-Pollard | b9ded826e7f9d07791a6b8a5e4b8e7bd6259266a | d0a4ebf0dc241cf0fc108a639c4c4e52b89ffba9 | refs/heads/master | 2023-03-19T14:59:15.270344 | 2010-04-20T23:39:07 | 2010-04-20T23:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,568 | h | #ifndef _CRYPTO_H
#define _CRYPTO_H
#include "eccdefines.h"
#include "ecurve.h"
#include "epoint.h"
#include "bint.h"
/* Need some classes */
class lnum;
class gf2n;
class ecurve;
class epoint;
class bint;
namespace cryptoRoutines
{
void op_err(int err);
}
class crypto
{
public:
/* Construc... | [
"grizenko.a@211633f8-0eb2-11df-8d37-15e3504968c6"
] | [
[
[
1,
62
]
]
] |
f38c56324628eeaa43aa07cc2a6a52605e161fe7 | 9e2c39ce4b2a226a6db1f5a5d361dea4b2f02345 | /tools/LePlatz/DataModel/PlatzDataStream.cpp | fd317646d359c92bf82e28a5235205cbdc2d047b | [] | no_license | gonzalodelgado/uzebox-paul | 38623933e0fb34d7b8638b95b29c4c1d0b922064 | c0fa12be79a3ff6bbe70799f2e8620435ce80a01 | refs/heads/master | 2016-09-05T22:24:29.336414 | 2010-07-19T07:37:17 | 2010-07-19T07:37:17 | 33,088,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,498 | cpp |
/*
* LePlatz - A level editor for the Platz toolset (Uzebox - supports VIDEO_MODE 3)
* Copyright (C) 2009 Paul McPhee
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ... | [
"pc.mcphee@gmail.com@08aac7ea-4340-11de-bfec-d9b18e096ff9"
] | [
[
[
1,
116
]
]
] |
d3beec5403d308af91ed016cad5919b804c6a034 | f13f46fbe8535a7573d0f399449c230a35cd2014 | /JelloMan/IniWriter.h | 8c4f0a1f4a274fbbad4b55f601908b009d7dfb82 | [] | no_license | fangsunjian/jello-man | 354f1c86edc2af55045d8d2bcb58d9cf9b26c68a | 148170a4834a77a9e1549ad3bb746cb03470df8f | refs/heads/master | 2020-12-24T16:42:11.511756 | 2011-06-14T10:16:51 | 2011-06-14T10:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 717 | h | #pragma once
#include "D3DUtil.h"
#include <vector>
namespace IO{
typedef std::map<tstring, std::vector<std::pair<tstring, tstring>>> IniWriteData;
class IniWriter
{
public:
IniWriter();
~IniWriter();
void Open(const std::string& path);
void WriteInt(const std::tstring& root, const s... | [
"bastian.damman@0fb7bab5-1bf9-c5f3-09d9-7611b49293d6"
] | [
[
[
1,
30
]
]
] |
df83f267240f3a783af6a66cb4d0b4aebdb7a051 | c0edc7294df991d2e422ce972d96e66a99e79d3a | /src/environ.cc | 6c33f45a921eb1935d8c3e418165a95cf6ca9dca | [] | no_license | mahmudulhaque/CPM_Development | 47c1310b521e32f6bd83a357056ae39e0c9781e9 | 982ef01d3a06013596a50a30d5b782cb01096a72 | refs/heads/master | 2020-07-22T00:14:30.627911 | 2011-04-29T16:23:44 | 2011-04-29T16:23:44 | 1,681,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,422 | cc | //-------------------------------------------------------------
// File: environ.cc
// (part of OMNeT++ simulation of CPMnet)
// Author: Weihai Yu
//-------------------------------------------------------------
#include "environ.h"
#include "cpm.h"
const long Environ::ACT_ENV_MSG_SIZE;
Environ* Envi... | [
"mahmudulhaque@mahmudul-haques-macbook-pro.local",
"mahmudul.haque@uit.no"
] | [
[
[
1,
189
],
[
192,
210
],
[
216,
216
]
],
[
[
190,
191
],
[
211,
215
],
[
217,
217
]
]
] |
07ef783c1068b55d6430adc31175b944ed3bc0c5 | f08e489d72121ebad042e5b408371eaa212d3da9 | /TP1_ABInteger/TP1_ABInteger/src/BPlusTree/KeyElement.cpp | c994b72314878636d55be062bee5ed28f1bf15c7 | [] | no_license | estebaneze/datos022011-tp1-vane | 627a1b3be9e1a3e4ab473845ef0ded9677e623e0 | 33f8a8fd6b7b297809a0feac14d10f9815f8388b | refs/heads/master | 2021-01-20T03:35:36.925750 | 2011-12-04T18:19:55 | 2011-12-04T18:19:55 | 41,821,700 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,217 | cpp | #include "KeyElement.h"
KeyElement::KeyElement() {
this->rightNode=-1;
}
KeyElement::KeyElement(KeyInt key,Offset rightNode) {
this->key = key;
this->rightNode = rightNode;
}
KeyElement::~KeyElement() {
}
void KeyElement::setRightNode(Offset rightNode) {
this->rightNode = rightNode;
}
Offset KeyElement::getri... | [
"lorenak@gmail.com"
] | [
[
[
1,
64
]
]
] |
e3b3d1007dc1fe34af2c3db29f25b7cac40523eb | cfa667b1f83649600e78ea53363ee71dfb684d81 | /code/tests/testnetworkgame/testgamestate.cc | 74e4c172f071d2c25e8525b5c981d16a4e76b066 | [] | no_license | zhouxh1023/nebuladevice3 | c5f98a9e2c02828d04fb0e1033f4fce4119e1b9f | 3a888a7c6e6d1a2c91b7ebd28646054e4c9fc241 | refs/heads/master | 2021-01-23T08:56:15.823698 | 2011-08-26T02:22:25 | 2011-08-26T02:22:25 | 32,018,644 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,577 | cc | //------------------------------------------------------------------------------
// testnetworkgame/testgamestate.cc
// (C) 2009 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "testgamestate.h"
#include "basegamefeature/managers/entit... | [
"Administrator@JOEYXIONG-PC4.epi.com"
] | [
[
[
1,
135
]
]
] |
6be83f19f0897d1f9eee6bda4c1758421d74c502 | 3d7fc34309dae695a17e693741a07cbf7ee26d6a | /aluminizer/MgPage.h | 2e852335588277a2ffc6e576dbad50136fa1dd77 | [
"LicenseRef-scancode-public-domain"
] | permissive | nist-ionstorage/ionizer | f42706207c4fb962061796dbbc1afbff19026e09 | 70b52abfdee19e3fb7acdf6b4709deea29d25b15 | refs/heads/master | 2021-01-16T21:45:36.502297 | 2010-05-14T01:05:09 | 2010-05-14T01:05:09 | 20,006,050 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,541 | h | #pragma once
#include "TransitionPage.h"
#include "FrequencySource.h"
class MgPage : public TransitionPage
{
public:
MgPage(const string& sPageName,
ExperimentsSheet* pSheet,
unsigned page_id);
virtual ~MgPage()
{
}
static bool matchTitle(const std::string& s)
{
return (s == "Mg") |... | [
"trosen@814e38a0-0077-4020-8740-4f49b76d3b44"
] | [
[
[
1,
73
]
]
] |
e99b09b212f068c21be13c1739be8edb25fadf5d | cecdfda53e1c15e7bd667440cf5bf8db4b3d3e55 | /Map Editor/includes.h | 50ab302f6879da6bc5a9752776e8c6a2d651fe89 | [] | no_license | omaskery/mini-stalker | f9f8713cf6547ccb9b5e51f78dfb65a4ae638cda | 954e8fce9e16740431743f020c6ddbc866e69002 | refs/heads/master | 2021-01-23T13:29:26.557156 | 2007-08-04T12:44:52 | 2007-08-04T12:44:52 | 33,090,577 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 218 | h | #include <fstream>
#include <sstream>
#include <vector>
#include <time.h>
#include "CouvertEngine.h"
#include "light.h"
#include "MyFont.h"
#include "functions.h"
#include "Config.h"
#include "MapEditor.h"
| [
"ollie.the.pie.lord@823218a8-ad34-0410-91fc-f9441fec9dcb"
] | [
[
[
1,
11
]
]
] |
cae61c10910131f3557881c7fdc9ad8a2b95f4f3 | 09c43e037d720e24e769ef9faa148f1377524c2c | /heroin/realm_server.cpp | 4039f546d1b90fe57d9423ca2a862a01934447dc | [] | no_license | goal/qqbot | bf63cf06e4976f16e2f0b8ec7c6cce88782bdf29 | 3a4b5920d5554cc55b6df962d27ebbc499c63474 | refs/heads/master | 2020-07-30T13:57:11.135976 | 2009-06-10T00:13:46 | 2009-06-10T00:13:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,903 | cpp | #include <heroin/client.hpp>
#include <iostream>
#include <nil/array.hpp>
#include <nil/random.hpp>
#include <nil/time.hpp>
#include <nil/string.hpp>
#include <heroin/utility.hpp>
#include <heroin/check_revision.hpp>
#include <heroin/bsha1.hpp>
#include <heroin/d2cdkey.hpp>
#include <heroin/compression.... | [
"akirarat@ba06997c-553f-11de-8ef9-cf35a3c3eb08"
] | [
[
[
1,
266
]
]
] |
c77115667f93cc7eea09a1131d8c8e7fc2f64812 | a96e0816f6880d9560d6ae4074ef48ca17514348 | /cg-maze-src/compass.h | 45630e7f0435f6b46b13568a52e7b7937720cf35 | [] | no_license | kassaus/cg-paba-2011 | faafe4eb351afea972d47105353de8a177657002 | 45fb0f764562df45a1e09e1ef579c15c089224f5 | refs/heads/master | 2016-09-01T23:17:55.207855 | 2011-07-01T22:05:11 | 2011-07-01T22:05:11 | 32,128,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,921 | h | /*
Labirinto para Computacao Grafica (CG).
(C) 2010 Pedro Freire (www.pedrofreire.com)
Licenca Creative Commons:
Atribuicao - Uso Nao-Comercial - Partilha nos termos da mesma Licenca
http://creativecommons.org/licenses/by-nc-sa/2.5/pt/
Computer Graphics Maze.
(C) 2010 Pedro Freire (www.pedrofreire.... | [
"antonio.gaspar.lourenco@6f8a15bf-34ff-41e7-c7d0-ef52abd84952"
] | [
[
[
1,
56
]
]
] |
473705c6f946633da02db9c98ea8ac4ef05f8823 | 1ff9f78a9352b12ad34790a8fe521593f60b9d4f | /Template/Sprite.cpp | 5e3cac77216e9599699fbcb1716f5059554dec70 | [] | no_license | SamOatesUniversity/Year-2---Game-Engine-Construction---Sams-Super-Space-Shooter | 33bd39b4d9bf43532a3a3a2386cef96f67132e1e | 46022bc40cee89be1c733d28f8bda9fac3fcad9b | refs/heads/master | 2021-01-20T08:48:41.912143 | 2011-01-19T23:52:25 | 2011-01-19T23:52:25 | 41,169,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,734 | cpp | #include "Sprite.h"
CSprite::CSprite(void)
{
m_iWidth = NULL;
m_iHeight = NULL;
m_iX = 0;
m_iY = 0;
m_iLx = 0;
m_iLy = 0;
m_imageData = NULL;
m_screenData = HAPI->GetScreenPointer();
m_drawType = Tnormal;
m_isClone = false;
m_isActive = true;
}
CSprite::~CSprite(void)
{
delete m... | [
"sam@samoatesgames.com"
] | [
[
[
1,
140
]
]
] |
608eaecdc1bd1493e014c16ac56c813976810ae8 | 5868b47824cdb157ddd301ee10382bd246ed48c1 | /matrix4x4f.h | 00d6fb973a6e953623fb91fce98f14b1a2798ffe | [] | no_license | cmdalbem/ninjagl | d68b16d5e1712434542f6b8c7f3f5cdb2a7ee0ab | 947113a2e2df99500cdee9d5e175f6a39e010d5a | refs/heads/master | 2020-05-20T04:59:54.719431 | 2011-07-05T19:50:54 | 2011-07-05T19:50:54 | 32,224,153 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,975 | h | //-----------------------------------------------------------------------------
// Name: matrix4x4f.h
// Author: Kevin Harris
// Last Modified: March 13, 2005 by Manuel Menezes
// Description: OpenGL compatible utility class for a 4x4 matrix of floats.
// NOTE: This class has ... | [
"ninja.dalbem@182d6c7c-08b0-3e63-d223-3bdb4f79db72"
] | [
[
[
1,
167
]
]
] |
c8884d607a2e31d313b3ab524506d1a7d2e03af8 | 7a310d01d1a4361fd06b40a74a2afc8ddc23b4d3 | /src/SearchBar.cpp | f8ca86b31664a12c7932912ed067da772245550b | [] | 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 | 73,544 | cpp | /**
* @file SearchBar.cpp
* @brief 検索バー
* @note
* templateで実装されていた SearchBar.h を普通のclassにして .h, .cpp 化したもの.
*/
#include "stdafx.h"
#include "DonutPFunc.h"
#include "DonutViewOption.h"
#include "MtlDragDrop.h"
#include "ExplorerMenu.h"
#include "HlinkDataObject.h"
#include "ExStyle.h"
#include <at... | [
"ahya365@gmail.com"
] | [
[
[
1,
2685
]
]
] |
aad0ef4d6fd6ac39ca5234905a75d150ae9bdec2 | 8bbbcc2bd210d5608613c5c591a4c0025ac1f06b | /nes/mapper/096.cpp | 2b7ba0929cb8ad7a33d1c8829d4a106ac1f4f1c8 | [] | no_license | PSP-Archive/NesterJ-takka | 140786083b1676aaf91d608882e5f3aaa4d2c53d | 41c90388a777c63c731beb185e924820ffd05f93 | refs/heads/master | 2023-04-16T11:36:56.127438 | 2008-12-07T01:39:17 | 2008-12-07T01:39:17 | 357,617,280 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,940 | cpp |
/////////////////////////////////////////////////////////////////////
// Mapper 96
void NES_mapper96_Init()
{
g_NESmapper.Reset = NES_mapper96_Reset;
g_NESmapper.PPU_Latch_Address = NES_mapper96_PPU_Latch_Address;
g_NESmapper.MemoryWrite = NES_mapper96_MemoryWrite;
}
void NES_mapper96_Reset()
{
// set... | [
"takka@e750ed6d-7236-0410-a570-cc313d6b6496"
] | [
[
[
1,
56
]
]
] |
58e35c0a20cd0662cc106afbe0d89d542c92c234 | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/src/script/nscriptlet_cmds.cc | 1f46e8f9efdf94d453aa7fff941ae840c60c9eda | [] | no_license | DSPNerd/m-nebula | 76a4578f5504f6902e054ddd365b42672024de6d | 52a32902773c10cf1c6bc3dabefd2fd1587d83b3 | refs/heads/master | 2021-12-07T18:23:07.272880 | 2009-07-07T09:47:09 | 2009-07-07T09:47:09 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,257 | cc | #define N_IMPLEMENTS nScriptlet
//------------------------------------------------------------------------------
// © 2001 Radon Labs GmbH
#include "script/nscriptlet.h"
#include "kernel/npersistserver.h"
static void n_setautorun(void*, nCmd*);
static void n_getautorun(void*, nCmd*);
static void n_parsefile... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
218
]
]
] |
e4da8323a8db1c5da31b4d2c6a9295c7cb3bd6ba | 0b79fbac1b2e0816e3923b30393cf3db3afbf821 | /omap3530/omap3530_drivers/spi/test/d_spi_client_m.h | b5a8e6764d022000aae953ef8889a448251ee33e | [] | no_license | SymbianSource/oss.FCL.sf.adapt.beagleboard | d8f378ffff2092cd3f9826c2e1db32e5b59b76d1 | bc11555ace01edea88f2ed753d4938fae4c61295 | refs/heads/master | 2020-12-25T14:22:54.807108 | 2010-11-29T13:27:18 | 2010-11-29T13:27:18 | 65,622,008 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,095 | h | // This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// lukasz.forynski@gmail.com
//
// C... | [
"lukasz.forynski@gmail.com"
] | [
[
[
1,
324
]
]
] |
31ce0e9bcdaa263bc5f7de1701456f814887552c | ef8e875dbd9e81d84edb53b502b495e25163725c | /litewiz/src/items/item.cpp | 152b659a08ecfd8279c76b057b6f0697fe3c930f | [] | no_license | panone/litewiz | 22b9d549097727754c9a1e6286c50c5ad8e94f2d | e80ed9f9d845b08c55b687117acb1ed9b6e9a444 | refs/heads/master | 2021-01-10T19:54:31.146153 | 2010-10-01T13:29:38 | 2010-10-01T13:29:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 662 | cpp | /*******************************************************************************
*******************************************************************************/
#include "file_cluster.h"
#include "item.h"
/*******************************************************************************
************************... | [
"ostrovsm@gmail.com"
] | [
[
[
1,
19
]
]
] |
1eadbf974e2f71a4b564d0efc93272a5f8c21988 | 40b507c2dde13d14bb75ee1b3c16b4f3f82912d1 | /public/IADTFactory.h | 5159642a234623b6e872ce1e3855a658fab2c311 | [] | no_license | Nephyrin/-furry-octo-nemesis | 5da2ef75883ebc4040e359a6679da64ad8848020 | dd441c39bd74eda2b9857540dcac1d98706de1de | refs/heads/master | 2016-09-06T01:12:49.611637 | 2008-09-14T08:42:28 | 2008-09-14T08:42:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,556 | h | /**
* vim: set ts=4 :
* =============================================================================
* SourceMod
* Copyright (C) 2004-2007 AlliedModders LLC. All rights reserved.
* =============================================================================
*
* This program is free software; you can re... | [
"dvander@alliedmods.net",
"ds@alliedmods.net"
] | [
[
[
1,
2
],
[
4,
5
],
[
7,
7
],
[
11,
11
],
[
16,
16
],
[
19,
19
],
[
28,
114
]
],
[
[
3,
3
],
[
6,
6
],
[
8,
10
... |
b4cc6ee868087f4930afac1c634fda6aa7ab19ac | 629e4fdc23cb90c0144457e994d1cbb7c6ab8a93 | /ext-lib/CRC32/CCRC32.cpp | b06d01ed9f3935772006c0ab8a5d1aae87f8efbe | [] | no_license | akin666/ice | 4ed846b83bcdbd341b286cd36d1ef5b8dc3c0bf2 | 7cfd26a246f13675e3057ff226c17d95a958d465 | refs/heads/master | 2022-11-06T23:51:57.273730 | 2011-12-06T22:32:53 | 2011-12-06T22:32:53 | 276,095,011 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,141 | cpp | #ifndef _CCRC32_CPP
#define _CCRC32_CPP
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#define _CRT_SECURE_NO_WARNINGS //Disables fopen() security warning on Microsoft compilers.
////////////////////////////////////////////////////////... | [
"akin@lich"
] | [
[
[
1,
179
]
]
] |
41a848370f260ff0f30843d1d1f8861eb577d9af | a699a508742a0fd3c07901ab690cdeba2544a5d1 | /RailwayDetection/RWDSClient/DeviceList.h | 3eb5124355978682c54dd57743624077d7dc43b7 | [] | no_license | xiaomailong/railway-detection | 2bf92126bceaa9aebd193b570ca6cd5556faef5b | 62e998f5de86ee2b6282ea71b592bc55ee25fe14 | refs/heads/master | 2021-01-17T06:04:48.782266 | 2011-09-27T15:13:55 | 2011-09-27T15:13:55 | 42,157,845 | 0 | 1 | null | 2015-09-09T05:24:10 | 2015-09-09T05:24:09 | null | GB18030 | C++ | false | false | 937 | h | #pragma once
#include "RWDSClientDoc.h"
#include "RWDSClientView.h"
#include "afxcmn.h"
#include "afxwin.h"
// CDeviceList 对话框
class CDeviceList : public CDialogEx
{
DECLARE_DYNAMIC(CDeviceList)
public:
CDeviceList(CWnd* pParent = NULL); // 标准构造函数
virtual ~CDeviceList();
// 对话框数据
enum { IDD... | [
"zhangguangrong@sina.com@4d6b9eea-9d24-033f-dd66-d003eccfd9d3"
] | [
[
[
1,
38
]
]
] |
13fa7e293d11c0e0edc87026b6ea746520d8a04c | f8b364974573f652d7916c3a830e1d8773751277 | /emulator/allegrex/disassembler/SQRT_S.h | 2807d9855366f1d23a1076a4b20343362bd33f9c | [] | no_license | lemmore22/pspe4all | 7a234aece25340c99f49eac280780e08e4f8ef49 | 77ad0acf0fcb7eda137fdfcb1e93a36428badfd0 | refs/heads/master | 2021-01-10T08:39:45.222505 | 2009-08-02T11:58:07 | 2009-08-02T11:58:07 | 55,047,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 339 | h | /* SQRT_S */
void AllegrexInstructionTemplate< 0x46000004, 0xffff003f >::disassemble(u32 address, u32 opcode, char *opcode_name, char *operands, char *comment)
{
using namespace Allegrex;
::strcpy(opcode_name, "sqrt.s");
::sprintf(operands, "%s, %s", fpr_name[fd(opcode)], fpr_name[fs(opcode)]);
::strcpy... | [
"hlide@free.fr"
] | [
[
[
1,
9
]
]
] |
46ea0fe1cd34c5005d5d550d1d2b55c35fc6ff96 | 2555fb242123517fc053a3b3ba08faa5f0d2a025 | /Logger.cpp | 1ad79b2988f384734ecafdd92853f99c7fe1527b | [] | no_license | Temp1ar/multiplexer | c2f3935a4b9114e2c92982bf651ab1b766da05de | d06f2b0cee626f1bc28ab7ae4cd1f314399bf2e5 | refs/heads/master | 2020-12-30T09:57:43.797575 | 2011-12-28T15:45:28 | 2011-12-28T15:45:28 | 2,893,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 935 | cpp | #include "Logger.h"
using namespace std;
Logger::Logger()
{
openlog(Logger::getLoggerName(), LOG_PID, 0);
}
Logger::~Logger()
{
closelog();
destroy();
}
void Logger::debug(const string& message) const
{
syslog(LOG_DEBUG, message.c_str());
}
void Logger::destroy()
{
delete instance_;
}... | [
"alexey.korovin@spbau.se"
] | [
[
[
1,
60
]
]
] |
6543dbf57c738cb1c5595fe9fb4c7c78e0ad7e8d | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/singleplayer/ricochet/cl_dll/health.h | d17d51c3089221042abfb05e68378d8318cfc312 | [] | 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 | UTF-8 | C++ | false | false | 4,362 | h | /***
*
* Copyright (c) 1999, 2000 Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
... | [
"joropito@23c7d628-c96c-11de-a380-73d83ba7c083"
] | [
[
[
1,
128
]
]
] |
d3c0c8d841da144b43a595d535f936a90ff75970 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Physics/Dynamics/Constraint/ConstraintKit/hkpGenericConstraintData.h | 1d51708c10e20836bb18d7e4a2522ee9ef0ff33a | [] | 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 | 6,734 | 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... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
124
]
]
] |
445a8ebe79282cf22e7b6c3f6aa1a3f3eadac7d4 | b0252ba622183d115d160eb28953189930ebf9c0 | /Source/CPausedState.cpp | 152d4ed415a1935eef1b56704fc2013eacf708d5 | [] | no_license | slewicki/khanquest | 6c0ced33bffd3c9ee8a60c1ef936139a594fe2fc | f2d68072a1d207f683c099372454add951da903a | refs/heads/master | 2020-04-06T03:40:18.180208 | 2008-08-28T03:43:26 | 2008-08-28T03:43:26 | 34,305,386 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,060 | cpp | //////////////////////////////////////////////////////////
// File: "CPausedState.h"
//
// Author: Dennis Wallace (DW)
//
// Purpose: To contain functionality of the CPausedState state
//////////////////////////////////////////////////////////
#include "CPausedState.h"
#include "CGame.h"
#include "CGamePlaySta... | [
"rkite@fullsail.edu@631b4192-2952-0410-9426-c5ed74a7d3ec",
"lozl2006@aim.com@631b4192-2952-0410-9426-c5ed74a7d3ec",
"sean.hamstra@gmail.com@631b4192-2952-0410-9426-c5ed74a7d3ec"
] | [
[
[
1,
7
],
[
12,
12
],
[
165,
165
]
],
[
[
8,
11
],
[
14,
141
],
[
143,
150
],
[
152,
153
],
[
158,
161
],
[
163,
164
],
[
... |
83d4c39d7d2b0f14bd1afccb0b2fc25871021949 | 506801cd3248f2362795b540a7247a989078468d | /test/TestEnvironment2/glVector.h | 8e077853efa86bb8d16d1fd2afc9d92e39935266 | [] | no_license | galek/gpufrustum | 0bb1479fde1794476ff34ff2b4ecdb4bc57c200d | dfac4ead5d12ae4d1540d325f70a295c715bd07b | refs/heads/master | 2020-05-29T12:32:30.603607 | 2010-01-07T12:45:51 | 2010-01-07T12:45:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 651 | h | // glVector.h: interface for the glVector class.
//
//////////////////////////////////////////////////////////////////////
#ifndef __GLVECTOR_H__
#define __GLVECTOR_H__
#include <windows.h> // Header File For Windows
#include <gl\gl.h> // Header File For The OpenGL32 Library
#include <gl\glu.h> // Heade... | [
"nicolas.said@bbca828e-1ad7-11de-a108-cd2f117ce590"
] | [
[
[
1,
28
]
]
] |
e2c200216339fa4440f4592c7f38d63d914187eb | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /dhplay/dhplay/dhplay.cpp | 897b0cd5ae86851fae0885796d930eb2ad667724 | [] | 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 | 113,412 | cpp | /*
** ************************************************************************
** DHPlay 通用播放SDK
** (c) Copyright 1992-2004, ZheJiang Dahua Technology Stock Co.Ltd.
** All Rights Reserved
**
** File Name : dhpaly.cpp
** Description : 播放... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | [
[
[
1,
4000
]
]
] |
1cc0af16460d41e8f70dd859f0fb7044af7b4f88 | be2e23022d2eadb59a3ac3932180a1d9c9dee9c2 | /GameServer/MapGroupKernel/PoliceWanted.h | 4b5bb700aa56d663f6bdaf8e2af3577efc2e4fa9 | [] | no_license | cronoszeu/revresyksgpr | 78fa60d375718ef789042c452cca1c77c8fa098e | 5a8f637e78f7d9e3e52acdd7abee63404de27e78 | refs/heads/master | 2020-04-16T17:33:10.793895 | 2010-06-16T12:52:45 | 2010-06-16T12:52:45 | 35,539,807 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 797 | h |
#pragma once
#include "ThreadSafety.h"
#include <deque>
#include <string>
typedef struct {
OBJID idUser;
string strName;
string strSynName;
int nPk;
int nLev;
}PoliceWantedStruct;
#define PKVALUE_BADGUY 1000
class CCriticalSection;
class CUser;
class CPoliceWanted
{
public:
CPoli... | [
"rpgsky.com@cc92e6ba-efcf-11de-bf31-4dec8810c1c1"
] | [
[
[
1,
43
]
]
] |
4cc0760f2205d5c3bfe15c3f8b0a12220a18afe9 | fb71c08b1c1e7ea4d7abc82e65b36272069993e1 | /src/CFontMgr.cpp | 5d182945046c801a2576c999b196ad3f86363079 | [] | no_license | cezarygerard/fpteacher | 1bb4ea61bc86cbadcf47a810c8bb441f598d278a | 7bdfcf7c047caa9382e22a9d26a2d381ce2d9166 | refs/heads/master | 2021-01-23T03:47:54.994165 | 2010-03-25T01:12:04 | 2010-03-25T01:12:04 | 39,897,391 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 4,975 | cpp | /** @file CFontMgr.cpp
* @author Sebastian Łuczak
* @date 2010.02.20
* @version 0.2
* @brief klasa CFontMgr
*
*
*/
#include "CFontMgr.hpp"
using namespace logging;
CFontMgr::CFontMgr() : callListOffset_(0)
{
CLog::getInstance()->sss << "CFontMgr::CFontMgr: konstruktor CFontMgr" << endl;
logs(CLo... | [
"fester3000@8e29c490-c8d6-11de-b6dc-25c59a28ecba"
] | [
[
[
1,
145
]
]
] |
8b8e201ff20094fa2912f8e5ad2378438de04a57 | 138a353006eb1376668037fcdfbafc05450aa413 | /source/TwoHitMover.cpp | d61b7b2ee73a9d45c21a91da0706c3d4d112e460 | [] | no_license | sonicma7/choreopower | 107ed0a5f2eb5fa9e47378702469b77554e44746 | 1480a8f9512531665695b46dcfdde3f689888053 | refs/heads/master | 2020-05-16T20:53:11.590126 | 2009-11-18T03:10:12 | 2009-11-18T03:10:12 | 32,246,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,336 | cpp | #include "TwoHitMover.h"
#include "GameServices.h"
#include "TriggerEvent.h"
#include "GameEvent.h"
#include "EventManager.h"
TwoHitMover::TwoHitMover(GameServices *gs, OgreNewt::World* collisionWorld, Ogre::SceneNode *parentNode,
const Ogre::Vector3 &pos, const Ogre::Vector3 &size,
const Ogre:... | [
"Sonicma7@0822fb10-d3c0-11de-a505-35228575a32e"
] | [
[
[
1,
35
]
]
] |
345e5019300615581e71aaaf3442a94a0fb4a97d | 3eae1d8c99d08bca129aceb7c2269bd70e106ff0 | /trunk/Codes/CLR/Libraries/CorLib/corlib_native_System_RuntimeType.cpp | 1ec274698f9725d6b84107e3741ee7aa7b5345c3 | [] | 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 | 6,160 | cpp | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
///////////////////////////////////////////////////////... | [
"haozi_super@tom.com"
] | [
[
[
1,
186
]
]
] |
c896545876fdaf6c90ad2f8f4accde5aaa37d6dc | b5ad65ebe6a1148716115e1faab31b5f0de1b493 | /src/Tree/TreeItem.cpp | c6bbd0e58f66d9311624204b7f7ce819955b0917 | [] | no_license | gasbank/aran | 4360e3536185dcc0b364d8de84b34ae3a5f0855c | 01908cd36612379ade220cc09783bc7366c80961 | refs/heads/master | 2021-05-01T01:16:19.815088 | 2011-03-01T05:21:38 | 2011-03-01T05:21:38 | 1,051,010 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 997 | cpp | #include "TreePch.h"
#include "TreeItem.h"
//! [0]
TreeItem::TreeItem(const QList<QVariant> &data, TreeItem *parent)
{
parentItem = parent;
itemData = data;
}
//! [0]
//! [1]
TreeItem::~TreeItem()
{
qDeleteAll(childItems);
}
//! [1]
//! [2]
void TreeItem::appendChild(TreeItem *item)
{... | [
"gasbank@gmail.com"
] | [
[
[
1,
69
]
]
] |
eb2c8ebe103e1d005f273cf94cbbcb2146e7032e | 0d5c8865066a588602d621f3ea1657f9abb14768 | /regen.cpp | c82583d8940710f5b81f52420078950a9934c5e1 | [] | no_license | peerct/Conquest-DICOM-Server | 301e6460c87b8a8d5d95f0057af95e8357dd4e7c | 909978a7c8e5838ec8eb61d333e3a3fdd637ef60 | refs/heads/master | 2021-01-18T05:03:42.221986 | 2009-06-15T14:00:15 | 2009-06-15T14:00:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,317 | cpp | /*
MvH 19980327: put messages in one SystemDebug for UDP message layout
MvH 19980415: changed messages to OperatorConsole
MvH 19980605: Need to add regen for optical devices and cachedevices !!!!!
MvH 19981218: temp use pdu.load
ljz 19990108: Replaced PDU.Load by LoadImplicitLittleEndian in RegenToDatabase
MvH 19... | [
"duckhead92@gmail.com"
] | [
[
[
1,
756
]
]
] |
a444bd15c3042d86485a6a56cff424129280d633 | 45229380094a0c2b603616e7505cbdc4d89dfaee | /wavelets/facedetector_src/src/cvLib/ImagePyramid.h | 863b41807c57809e9c63a1b2017aa4c4345fb3c0 | [] | no_license | xcud/msrds | a71000cc096723272e5ada7229426dee5100406c | 04764859c88f5c36a757dbffc105309a27cd9c4d | refs/heads/master | 2021-01-10T01:19:35.834296 | 2011-11-04T09:26:01 | 2011-11-04T09:26:01 | 45,697,313 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,127 | h |
#ifndef ImagePyramid_h
#define ImagePyramid_h
#include "imageframe.h"
class ImageFrame;
class ImagePyramid
{
public:
ImagePyramid();
//ImagePyramid(const ImagePyramid& impyramid);
~ImagePyramid();
// Operators
//const ImagePyramid& operator=(const ImagePyramid& imp... | [
"perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671"
] | [
[
[
1,
54
]
]
] |
920b78f5c99e3951d54ab3aac0bfa87075bccdb8 | e4bad8b090b8f2fd1ea44b681e3ac41981f50220 | /trunk/Abeetles/Abeetles/Abeetles.cpp | 5af36b36fb705d5648764ae62cbe3436bb59942f | [] | no_license | BackupTheBerlios/abeetles-svn | 92d1ce228b8627116ae3104b4698fc5873466aff | 803f916bab7148290f55542c20af29367ef2d125 | refs/heads/master | 2021-01-22T12:02:24.457339 | 2007-08-15T11:18:14 | 2007-08-15T11:18:14 | 40,670,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 933 | cpp | // Abeetles.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "RunLife.h"
#include "CfgManager.h"
#ifndef _CRT_RAND_S
#define _CRT_RAND_S
#endif;
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <time.h>
#include "abeetleslib.h"
//Global... | [
"ibart@60a5a0de-1a2f-0410-942a-f28f22aea592"
] | [
[
[
1,
54
]
]
] |
44d3e9719ba221e8d7fc389c1cb6959d3955bece | 48ab31a0a6a8605d57b5e140309c910f46eb5b35 | /Root/Implementation/BerkeleyDatabase/BerkeleyIndexCursor.cpp | 6900b780694efb526a217790cf72fd23a351a46c | [] | no_license | firebreath/indexeddb | 4c3106027a70e233eb0f91c6e0b5d60847d75800 | 50136d2fadced369788a42d249157b8a0d06eb88 | refs/heads/master | 2023-08-31T11:28:42.664028 | 2011-01-03T23:29:46 | 2011-01-03T23:29:46 | 1,218,008 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,681 | cpp | /**********************************************************\
Copyright Brandon Haynes
http://code.google.com/p/indexeddb
GNU Lesser General Public License
\**********************************************************/
#include "BerkeleyIndexCursor.h"
#include "BerkeleyIndex.h"
#include "BerkeleyDatabase.h"
#inc... | [
"brandon.haynes@everysport.net"
] | [
[
[
1,
51
]
]
] |
12cc7055b68f6ae4c24d6270e23b61f858428d56 | 3a577d02f876776b22e2bf1c0db12a083f49086d | /vba2/gba2/graphics/cgbagraphics.h | fe94f3a22e79d510de1960eff6cfc0e00bf45626 | [] | no_license | xiaoluoyuan/VisualBoyAdvance-2 | d19565617b26e1771f437842dba5f0131d774e73 | cadd2193ba48e1846b45f87ff7c36246cd61b6ee | refs/heads/master | 2021-01-10T01:19:23.884491 | 2010-05-12T09:59:37 | 2010-05-12T09:59:37 | 46,539,728 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,322 | h | /* VisualBoyAdvance 2
Copyright (C) 2009-2010 VBA development team
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any... | [
"spacy51@5a53c671-dd2d-0410-9261-3f5c817b7aa0"
] | [
[
[
1,
106
]
]
] |
2c7f4135677724fd5de1991b97eeca22f4d8ee09 | bfe8eca44c0fca696a0031a98037f19a9938dd26 | /libjingle-0.4.0/talk/base/asyncudpsocket.h | c21edf1495af44185f677a373168545af976bcd1 | [
"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,453 | h | /*
* libjingle
* Copyright 2004--2005, 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,
59
]
]
] |
cdf9ad39d2876d010675d6b36609a4d9f475918d | cfcd2a448c91b249ea61d0d0d747129900e9e97f | /thirdparty/OpenCOLLADA/COLLADASaxFrameworkLoader/include/COLLADASaxFWLAssetLoader.h | f3de6b2449cde4b6ff52c3092104313d51f1f912 | [] | no_license | fire-archive/OgreCollada | b1686b1b84b512ffee65baddb290503fb1ebac9c | 49114208f176eb695b525dca4f79fc0cfd40e9de | refs/heads/master | 2020-04-10T10:04:15.187350 | 2009-05-31T15:33:15 | 2009-05-31T15:33:15 | 268,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,329 | h | /*
Copyright (c) 2008 NetAllied Systems GmbH
This file is part of COLLADASaxFrameworkLoader.
Licensed under the MIT Open Source License,
for details please see LICENSE file or the website
http://www.opensource.org/licenses/mit-license.php
*/
#ifndef __COLLADASAXFWL_ASSETLOADER_H__
#de... | [
"jiva@crazycoder.co.za"
] | [
[
[
1,
181
]
]
] |
e90e3329db4841afa1e8cce79d59b9dd89dd6d0d | fcf03ead74f6dc103ec3b07ffe3bce81c820660d | /Base/BufsAndStrings/Desc/NonModifier/NonModifier.cpp | bf8247689e28a904ee041fad3cc60386bf49fd51 | [] | no_license | huellif/symbian-example | 72097c9aec6d45d555a79a30d576dddc04a65a16 | 56f6c5e67a3d37961408fc51188d46d49bddcfdc | refs/heads/master | 2016-09-06T12:49:32.021854 | 2010-10-14T06:31:20 | 2010-10-14T06:31:20 | 38,062,421 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,699 | cpp | // NonModifier.cpp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
// Examples to demonstrate some of the non-modifying member
// functions of descriptors.
#include "CommonFramework.h"
//
// Common literal text
//
_LIT(KTxtPressToContinue," (press any key to continue)\n");
_LIT... | [
"liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca"
] | [
[
[
1,
300
]
]
] |
a5603005f08284c94a69345009ab40ded593acdb | 1960e1ee431d2cfd2f8ed5715a1112f665b258e3 | /inc/win/clipboard.h | ebf216d353ed39b75e49df4a3a53b582fdab1add | [] | no_license | BackupTheBerlios/bvr20983 | c26a1379b0a62e1c09d1428525f3b4940d5bb1a7 | b32e92c866c294637785862e0ff9c491705c62a5 | refs/heads/master | 2021-01-01T16:12:42.021350 | 2009-11-01T22:38:40 | 2009-11-01T22:38:40 | 39,518,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,288 | h | /*
* $Id$
*
* Copyright (C) 2008 Dorothea Wachmann
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
... | [
"dwachmann@01137330-e44e-0410-aa50-acf51430b3d2"
] | [
[
[
1,
47
]
]
] |
f8510b135822cfd8e2376cccc114c607cb06fead | cfcd2a448c91b249ea61d0d0d747129900e9e97f | /thirdparty/OpenCOLLADA/COLLADAFramework/include/COLLADAFWShaderConstantFX.h | 7aa4e7d144dfa8ae74b148a14808e1ebc6998398 | [] | no_license | fire-archive/OgreCollada | b1686b1b84b512ffee65baddb290503fb1ebac9c | 49114208f176eb695b525dca4f79fc0cfd40e9de | refs/heads/master | 2020-04-10T10:04:15.187350 | 2009-05-31T15:33:15 | 2009-05-31T15:33:15 | 268,046 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 4,885 | h | /*
Copyright (c) 2008 NetAllied Systems GmbH
This file is part of COLLADAFramework.
Licensed under the MIT Open Source License,
for details please see LICENSE file or the website
http://www.opensource.org/licenses/mit-license.php
*/
#ifndef __COLLADAFW_SHADERCONSTANTFX_H__
#define __C... | [
"jiva@crazycoder.co.za"
] | [
[
[
1,
118
]
]
] |
9ea3a9721c0f82747ef85283d62a07441ba509c7 | c70941413b8f7bf90173533115c148411c868bad | /plugins/XmlPlugin/include/vtxxmlPlugin.h | f565c39c7b6e7c619611caa2861fbf3331fe404e | [] | no_license | cnsuhao/vektrix | ac6e028dca066aad4f942b8d9eb73665853fbbbe | 9b8c5fa7119ff7f3dc80fb05b7cdba335cf02c1a | refs/heads/master | 2021-06-23T11:28:34.907098 | 2011-03-27T17:39:37 | 2011-03-27T17:39:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,860 | h | /*
-----------------------------------------------------------------------------
This source file is part of "vektrix"
(the rich media and vector graphics rendering library)
For the latest info, see http://www.fuse-software.com/
Copyright (c) 2009-2010 Fuse-Software (tm)
Permission is hereby granted, free of ... | [
"stonecold_@9773a11d-1121-4470-82d2-da89bd4a628a"
] | [
[
[
1,
57
]
]
] |
2d5b0f0f5ccfd6990cde5872ca6c23f170ef9aed | 3cad09dde08a7f9f4fe4acbcb2ffd4643a642957 | /opencv/win/tests/cv/src/ahistograms.cpp | 581c6dff005c7d15aad9f2f8ab42d6ba2f954830 | [] | no_license | gmarcotte/cos436-eye-tracker | 420ad9c37cf1819a238c0379662dee71f6fd9b0f | 05d0b010bae8dcf06add2ae93534851668d4eff4 | refs/heads/master | 2021-01-23T13:47:38.533817 | 2009-01-15T02:40:43 | 2009-01-15T02:40:43 | 32,219,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 51,418 | 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... | [
"garrett.marcotte@45935db4-cf16-11dd-8ca8-e3ff79f713b6"
] | [
[
[
1,
1855
]
]
] |
6a2eea16ddb4adc6e4ff1ced28fffca656051bae | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/WildMagic2/Source/Geometry/WmlCircle2.cpp | cb89f93d2d5a2d80a079e1213ea01fdf7989aa7b | [] | 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 | 1,799 | 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,
56
]
]
] |
d5779b6f80f8c303c74656af5d7da731f3954852 | 51e1cf5dc3b99e8eecffcf5790ada07b2f03f39c | /SMC/src/levelexit.cpp | 4eedb532fa8429215506a7b052b5800d8f4da41d | [] | no_license | jdek/jim-pspware | c3e043b59a69cf5c28daf62dc9d8dca5daf87589 | fd779e1148caac2da4c590844db7235357b47f7e | refs/heads/master | 2021-05-31T06:45:03.953631 | 2007-06-25T22:45:26 | 2007-06-25T22:45:26 | 56,973,047 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,316 | cpp | /***************************************************************************
levelexit.cpp - class for a little door to enter the next level
-------------------
copyright : (C) 2003-2004 by Artur Hallmann
(C) 2003-2005 by FluXy
****************************... | [
"rinco@ff2c0c17-07fa-0310-a4bd-d48831021cb5"
] | [
[
[
1,
117
]
]
] |
3f861f37e11133b45b2597b9a844cf6fb3da9a6c | b505ef7eb1a6c58ebcb73267eaa1bad60efb1cb2 | /source/framework/gui/iguicontextmenu.cpp | e7ebb33c4982c1ac5fd3cbed685a3a4c8af9df61 | [] | no_license | roxygen/maid2 | 230319e05d6d6e2f345eda4c4d9d430fae574422 | 455b6b57c4e08f3678948827d074385dbc6c3f58 | refs/heads/master | 2021-01-23T17:19:44.876818 | 2010-07-02T02:43:45 | 2010-07-02T02:43:45 | 38,671,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,760 | cpp | #include"iguicontextmenu.h"
#include"../../auxiliary/collision.h"
#include"../../auxiliary/debug/warning.h"
namespace Maid
{
/*!
@class IGUIContextMenu iguicontextmenu.h
@brief コンテキストメニュー(windowsで言う、右クリックで出てくるアレ)
IElement は1要素をあらわします
縦並びです
*/
IGUIContextMenu::IElemen... | [
"renji2000@gmail.com"
] | [
[
[
1,
427
]
]
] |
38a936269fb48b1206fb5879ebe92fc6ca7488aa | 74e7667ad65cbdaa869c6e384fdd8dc7e94aca34 | /MicroFrameworkPK_v4_1/BuildOutput/public/debug/Client/stubs/corlib_native_System_Resources_ResourceManager.h | 4dc41d7926198c45cf3828dcb1316ed277407d45 | [
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gezidan/NETMF-LPC | 5093ab223eb9d7f42396344ea316cbe50a2f784b | db1880a03108db6c7f611e6de6dbc45ce9b9adce | refs/heads/master | 2021-01-18T10:59:42.467549 | 2011-06-28T08:11:24 | 2011-06-28T08:11:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,614 | h | //-----------------------------------------------------------------------------
//
// ** WARNING! **
// This file was generated automatically by a tool.
// Re-running the tool will overwrite this file.
// You should copy this file to a custom location
// before adding any customizat... | [
"psampaio.isel@gmail.com"
] | [
[
[
1,
43
]
]
] |
b201175c405c80fbd99954374e4573f9a25f6cdb | 4d5ee0b6f7be0c3841c050ed1dda88ec128ae7b4 | /src/nvimage/openexr/src/IlmImf/ImfMisc.cpp | 2befa93340f45acbc64ae6a82271432f94272e71 | [] | no_license | saggita/nvidia-mesh-tools | 9df27d41b65b9742a9d45dc67af5f6835709f0c2 | a9b7fdd808e6719be88520e14bc60d58ea57e0bd | refs/heads/master | 2020-12-24T21:37:11.053752 | 2010-09-03T01:39:02 | 2010-09-03T01:39:02 | 56,893,300 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 19,951 | cpp | ///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004, Industrial Light & Magic, a division of Lucas
// Digital Ltd. LLC
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided th... | [
"castano@0f2971b0-9fc2-11dd-b4aa-53559073bf4c"
] | [
[
[
1,
787
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.