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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e0e5ab39e07316ef7c936f11eec8aab69aa8ec8a | a1c866c630074029d5bdc632fbcf946ea9a512ab | /Trabalho 3/Source/Object.h | 2b80a36707b871eee480ae3d738571835e196c0b | [] | no_license | miaosun/laig-072-162 | f08aebf9592bdbe9a57ae2382d03445feffcab89 | b7b5717521cd5c0a52be0ba1293f1e926dfe74c6 | refs/heads/master | 2020-12-24T13:28:03.086329 | 2010-12-21T19:57:44 | 2010-12-21T19:57:44 | 33,734,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,499 | h | #include "Transformation.h"
class Object
{
public:
string id;
string type;
Material * mat;
Texture * tex;
string mat_id, tex_id;
bool visited;
vector<Transformation *> transf;
Object(string id, string type, string mat_id, string tex_id, vector<Transformation *> transf);
void aplicaTransform... | [
"miaosun88@7f58f83d-947b-b5a6-e802-c2e2e7638ba7"
] | [
[
[
1,
237
]
]
] |
9b0b92ebeef963186cc44b80ab36dae9e3496dd1 | 3da0b0276bc8c3d7d1bcdbabfb0e763a38d3a24c | /zju.finished/1636.cpp | f8094cac65d50576a69a9caa0260bc8eda1a4e3b | [] | no_license | usherfu/zoj | 4af6de9798bcb0ffa9dbb7f773b903f630e06617 | 8bb41d209b54292d6f596c5be55babd781610a52 | refs/heads/master | 2021-05-28T11:21:55.965737 | 2009-12-15T07:58:33 | 2009-12-15T07:58:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,250 | cpp | #include<cstdio>
using namespace std;
enum {
Size = 504,
};
int M,N;
int mat[Size][Size];
int sum[Size][Size];
int tstnum, tstcase;
void calc_sum(){
int i,j;
sum[0][0] = mat[0][0];
for(i=1;i<M;i++){
sum[i][0] = sum[i-1][0] + mat[i][0];
}
for(j=1;j<N;j++){
sum[0][j] = sum[0][j-1] + mat[0][j... | [
"zhouweikuan@gmail.com"
] | [
[
[
1,
73
]
]
] |
cb2a2f67b1677abb84efe659f8090b02a2a863f5 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-01-03/pcbnew/queue.cpp | 8e262033e2815c2aa0fd6cff95cc9e010745bd87 | [] | no_license | BackupTheBerlios/kicad-svn | 4b79bc0af39d6e5cb0f07556eb781a83e8a464b9 | 4c97bbde4b1b12ec5616a57c17298c77a9790398 | refs/heads/master | 2021-01-01T19:38:40.000652 | 2006-06-19T20:01:24 | 2006-06-19T20:01:24 | 40,799,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,681 | cpp | /*******************************************/
/* EDITEUR de PCB: routines d'AUTOROUTAGE: */
/*******************************************/
#include "fctsys.h"
#include "gr_basic.h"
#include "common.h"
#include "pcbnew.h"
#include "autorout.h"
#include "protos.h"
#include "cell.h"
struct queue /* s... | [
"bokeoa@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
186
]
]
] |
1733938c0c8195d533fc5b71d71a648b489fa16f | af260b99d9f045ac4202745a3c7a65ac74a5e53c | /tags/engine/src/Parser.h | 447f93d3bc804d9f5332c3cc043cfcc0cea6adaa | [] | no_license | BackupTheBerlios/snap-svn | 560813feabcf5d01f25bc960d474f7e218373da0 | a99b5c64384cc229e8628b22f3cf6a63a70ed46f | refs/heads/master | 2021-01-22T09:43:37.862180 | 2008-02-17T15:50:06 | 2008-02-17T15:50:06 | 40,819,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,022 | h | #ifndef _SeedSearcher_Parser_h
#define _SeedSearcher_Parser_h
//
// File : $RCSfile: $
// $Workfile: Parser.h $
// Version : $Revision: 36 $
// $Author: Aviad $
// $Date: 13/05/05 11:10 $
// Description :
// Concrete Parser for seed-searcher options
... | [
"aviadr1@1f8b7f26-7806-0410-ba70-a23862d07478"
] | [
[
[
1,
208
]
]
] |
519d47e8ae7b4fad21448e4b3e892af9d2836517 | 075043812c30c1914e012b52c60bc3be2cfe49cc | /src/ShokoRocket++lib/Logger.cpp | b103acf40b4d19e3b5eeb92b48ea9afb22764c14 | [] | no_license | Luke-Vulpa/Shoko-Rocket | 8a916d70bf777032e945c711716123f692004829 | 6f727a2cf2f072db11493b739cc3736aec40d4cb | refs/heads/master | 2020-12-28T12:03:14.055572 | 2010-02-28T11:58:26 | 2010-02-28T11:58:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,076 | cpp | #include "Logger.h"
Logger::Logger(std::string _filename)
{
output_.open(_filename.c_str(), std::ios::trunc);
}
Logger::~Logger(void)
{
output_.close();
}
Logger& Logger::ErrorOut()
{
static Logger logger("ErrorLog.txt");
return logger;
}
Logger& Logger::DiagnosticOut()
{
static Logger logg... | [
"danishcake@hotmail.com"
] | [
[
[
1,
65
]
]
] |
aad394fe878d3858179798fcc5c50e61ce5c7f1c | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Depend/Foundation/Curves/Wm4NURBSCurve2.cpp | 5a50aad19b9e8d21d75d60d295ce9805ed21b8ab | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,403 | cpp | // Geometric Tools, Inc.
// http://www.geometrictools.com
// Copyright (c) 1998-2006. All Rights Reserved
//
// The Wild Magic Version 4 Foundation Library source code is supplied
// under the terms of the license agreement
// http://www.geometrictools.com/License/Wm4FoundationLicense.pdf
// and may not be ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
340
]
]
] |
8d5558fe8ee67744b2c007e2c43e2c76b299d96a | 3856c39683bdecc34190b30c6ad7d93f50dce728 | /LastProject/Source/Frequency.cpp | 3bca93737d41adf55656a0202a2a0f5bf618de50 | [] | no_license | yoonhada/nlinelast | 7ddcc28f0b60897271e4d869f92368b22a80dd48 | 5df3b6cec296ce09e35ff0ccd166a6937ddb2157 | refs/heads/master | 2021-01-20T09:07:11.577111 | 2011-12-21T22:12:36 | 2011-12-21T22:12:36 | 34,231,967 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 660 | cpp | /**
@file Frequency.cpp
@date 2011/09/17
@author 황윤하
@brief 프레임 측정
*/
#include "stdafx.h"
CFrequency::CFrequency() : m_fFrequency( 0.0f )
, m_fFrametime( 0.0f )
, m_nFrames( 0 )
{
QueryPerformanceFrequency( &Frequency );
}
CFrequency::~CFrequency()
{
}
VOID CFrequency::Updat... | [
"kopan84@gmail.com@d02aaf57-2019-c8cd-d06c-d029ef2af4e0"
] | [
[
[
1,
34
]
]
] |
7f820dcf17078f808bbb58468dc2b6e275f2ec4f | d7320c9c1f155e2499afa066d159bfa6aa94b432 | /ghost/csvparser.cpp | b54e7a8283b5afeaa9192de10ebb31131dce4252 | [] | no_license | HOST-PYLOS/ghostnordicleague | c44c804cb1b912584db3dc4bb811f29f3761a458 | 9cb262d8005dda0150b75d34b95961d664b1b100 | refs/heads/master | 2016-09-05T10:06:54.279724 | 2011-02-23T08:02:50 | 2011-02-23T08:02:50 | 32,241,503 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,408 | cpp | /*
Copyright (c) 2001, Mayukh Bose
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 of conditions and the follo... | [
"fredrik.sigillet@4a4c9648-eef2-11de-9456-cf00f3bddd4e"
] | [
[
[
1,
122
]
]
] |
d4d2c2fb6eb0c9ac4a06b444f82908bd6b8b6936 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/_Interface/WndUserMarkNameChanger.cpp | fd25269d2ca7d4522bad49572400e55d87d6d85d | [] | no_license | willrebuild/flyffsf | e5911fb412221e00a20a6867fd00c55afca593c7 | d38cc11790480d617b38bb5fc50729d676aef80d | refs/heads/master | 2021-01-19T20:27:35.200154 | 2011-02-10T12:34:43 | 2011-02-10T12:34:43 | 32,710,780 | 3 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,749 | cpp | #include "StdAfx.h"
#ifdef __IMPROVE_MAP_SYSTEM
#ifdef __CLIENT
#include "WndUserMarkNameChanger.h"
#include "ResData.h"
//-----------------------------------------------------------------------------
CWndUserMarkNameChanger::CWndUserMarkNameChanger( void ) :
m_dwUserMarkPositionInfoID( 0 )
{
}
//-----------... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
87
]
]
] |
e1894759d236402e488e7dc68ffffde1f1ccee62 | a7990bf2f56d927ae884db0e727c17394bda39c4 | /image-approx/BTreeIter.cpp | 91be248c23bb4d8887da8909ace9e61756549866 | [] | no_license | XPaladin/image-approx | 600862d8d76264e25f96ae10f3a9f5639a678b17 | b0fbddef0e58ae1ba2b5e31f7eb87e2a48509dfb | refs/heads/master | 2016-09-01T17:49:01.705563 | 2009-06-15T06:01:46 | 2009-06-15T06:01:46 | 33,272,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | cpp | #include "BTreeIter.h"
BTreeIter::BTreeIter()
{
assert(false);
}
BTreeIter::~BTreeIter()
{
delete list;
}
BTreeIter::BTreeIter(BTree *btree){
bt=btree;
list=new List<BTree *>();
}
bool BTreeIter::isDone(){
return list->isDone();
}
void BTreeIter::next(){
list->next();
}
void B... | [
"pala.sepu@17da7754-4e6e-11de-84bb-6bba061bd1d3"
] | [
[
[
1,
44
]
]
] |
1c6b18f94c6c35e1bddca0ec7a86aeaf7ea15906 | bcebfeabcd5679e9d0eb01cd125c3923292ccf71 | /trunk/DataStructs.h | 67c61afa781074e38de1405d7cd3c8212bab5f79 | [] | no_license | BackupTheBerlios/feedit-svn | 792e0a6a2aed5407ca8d58a756e43d618f2ce0da | 44e9e5382e7fede28b24efb06f1fad0341a650f9 | refs/heads/master | 2020-06-02T00:22:36.175763 | 2006-09-07T01:10:46 | 2006-09-07T01:10:46 | 40,669,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 853 | h | #pragma once
class TreeData
{
public:
virtual CAtlString ToString() = 0;
int m_id;
};
class FolderData : public TreeData
{
public:
CAtlString ToString()
{
return "Folder";
}
CAtlString m_name;
};
class FeedData : public TreeData
{
public:
CAtlString ToString()
{
return "Feed";... | [
"Sandro@b60034a5-fb9b-f04b-b957-2f3957cf9ea0",
"gururamnath@b60034a5-fb9b-f04b-b957-2f3957cf9ea0"
] | [
[
[
1,
34
],
[
36,
63
]
],
[
[
35,
35
]
]
] |
5f532d9738443b9f78dcdc24e1752e7b267b1935 | faa30f88bd88c37ad26aeda4571668db572a140d | /codecs/VideoCodecInfo.cpp | f7d2bb8288ca342698cd6f28f1814fcbd6f1871d | [] | no_license | simophin/remotevision | 88fa6ea7183c79c239474d330c05b2879836735b | 2f28b9fbb82a5b92a36e0a2b1ead067dbf0e55ab | refs/heads/master | 2016-09-05T18:07:42.069906 | 2011-06-16T08:42:31 | 2011-06-16T08:42:31 | 1,744,350 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,031 | cpp | /*
* VideoCodecInfo.cpp
*
* Created on: 2011-5-5
* Author: launliu
*/
#include "VideoCodec.h"
#include "VideoCodecId.h"
struct IdStrMap {
VideoCodecId id;
const char *str;
};
static struct IdStrMap ID_STR_MAPS[] = {
{ VCODEC_INVALID, "INVALID" },
{ VCODEC_FLV, "FLV" },
{ VCODE... | [
"simophin@c14b904f-9159-43ec-a207-ffd88ec269a7",
"simophin@gmail.com",
"simophin@localhost",
"Fanchao Liu@simophin.net"
] | [
[
[
1,
10
],
[
28,
28
],
[
37,
39
],
[
48,
48
],
[
50,
50
]
],
[
[
11,
20
],
[
23,
26
],
[
29,
35
],
[
41,
47
],
[
49,
... |
71657c243f90421b287c101e09fd8d5fb5437e24 | c1c3866586c56ec921cd8c9a690e88ac471adfc8 | /Qt_Practise/MFC_CString_Test/MFC_CString_TestDlg.h | e86582b0d58c57d6668d3eb89c03d9cb2534ce4d | [] | no_license | rtmpnewbie/lai3d | 0802dbb5ebe67be2b28d9e8a4d1cc83b4f36b14f | b44c9edfb81fde2b40e180a651793fec7d0e617d | refs/heads/master | 2021-01-10T04:29:07.463289 | 2011-03-22T17:51:24 | 2011-03-22T17:51:24 | 36,842,700 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 640 | h | // MFC_CString_TestDlg.h : 头文件
//
#pragma once
// CMFC_CString_TestDlg 对话框
class CMFC_CString_TestDlg : public CDialog
{
// 构造
public:
CMFC_CString_TestDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum { IDD = IDD_MFC_CSTRING_TEST_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange... | [
"laiyanlin@27d9c402-1b7e-11de-9433-ad2e3fad96c5"
] | [
[
[
1,
31
]
]
] |
23102697057f9ddd2883f97d5f07386c64f31293 | cd1b72e71f52456e28716c426ec281c8b60b43e5 | / cs340-pacman/dot.h | 376758bb9e79bc74842b81530414233a0bd34e09 | [] | no_license | ShawnHuang/cs340-pacman | 137d12510a2747fe8ea1ce905b3332ba168ea992 | 9979f59fd34c90550fe5375573efe40c80f60381 | refs/heads/master | 2020-06-04T13:04:47.234599 | 2009-12-05T15:01:25 | 2009-12-05T15:01:25 | 32,971,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 464 | h | #ifndef DOT_H
#define DOT_H
#include <QGraphicsItem>
#define ID_DOT 1
class Dot : public QGraphicsItem //Class Wall
{
public:
virtual int type() const;
Dot();
Dot(int width, int height);
QRectF boundingRect() const;
void paint(QPainter *painter, const QStyleOptionGraphicsItem *optio... | [
"riddhi.kapasi@c94e964c-9837-11de-bb56-53d3cd047523"
] | [
[
[
1,
24
]
]
] |
209049ae1d74c82eaf8add111b2396987cf64129 | e1b7e9b25db81b2f25088fd741e28fbc4efaf5fe | /tmp/socketSample_1/UDPEchoClient.cpp | 04de0cc684e72d9b85cba235a64b6e86145876e0 | [] | no_license | AaronMR/AaronMR_Robotic_Stack | c00260cf1b992806e58838688702ab240bf34233 | 34d5449f9ca0ffc08fac4f5d48a7c4db03bb018a | refs/heads/master | 2020-03-29T21:42:23.501525 | 2011-02-23T17:07:29 | 2011-02-23T17:07:29 | 1,364,684 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,534 | cpp | /*
* C++ sockets on Unix and Windows
* Copyright (C) 2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any l... | [
"aaronmartinezromero@gmail.com"
] | [
[
[
1,
70
]
]
] |
7b18e4726b6d68c2c15738ee0a15ddbc86a0bae0 | b8fbe9079ce8996e739b476d226e73d4ec8e255c | /src/engine/rb_util/functor.h | 141f6031568af1bb0d014ea49b785a57258b26c6 | [] | 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 | 1,102 | h | //****************************************************************************/
// File: Functor.h
//****************************************************************************/
#ifndef __FUNCTOR_H__
#define __FUNCTOR_H__
//****************************************************************************/
// C... | [
"rushbits@gmail.com"
] | [
[
[
1,
45
]
]
] |
ff185f810886c4f193056fb6bdc377ff5276ecab | 5ed707de9f3de6044543886ea91bde39879bfae6 | /ASHockey/Shared/Source/ASHockeyType.h | 59dd68ff0f81d2a5b963e70cb6c03bf1b02e2041 | [] | no_license | grtvd/asifantasysports | 9e472632bedeec0f2d734aa798b7ff00148e7f19 | 76df32c77c76a76078152c77e582faa097f127a8 | refs/heads/master | 2020-03-19T02:25:23.901618 | 1999-12-31T16:00:00 | 2018-05-31T19:48:19 | 135,627,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,612 | h | /* ASHockeyType.h */
/******************************************************************************/
/******************************************************************************/
#ifndef ASHockeyTypeH
#define ASHockeyTypeH
#include "ASFantasyType.h"
using namespace asfantasy;
namespace ashockey
{
... | [
"grtvd@users.noreply.github.com"
] | [
[
[
1,
454
]
]
] |
32c1590656430149e366c448537da61542e45d91 | 68cfffb549ab1cb32e02db4f80ed001a912e455b | /reference/GreedySnake/GreedySnake/SuikayStrategy.cpp | f46a832a9ea324548a83051305bc0300e477fd61 | [] | no_license | xhbang/Console-snake | e462d6c206dc1dd071640f0ad203eb367460b2c8 | a61cf9d91744f084741e2c29b930d9646256479b | refs/heads/master | 2016-09-10T20:18:10.598179 | 2011-12-05T10:33:51 | 2011-12-05T10:33:51 | 2,902,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,144 | cpp | #include "StdAfx.h"
#include "SuikayStrategy.h"
#include "Manager.h"
SuikayStrategy::SuikayStrategy(void)
{
}
SuikayStrategy::~SuikayStrategy(void)
{
}
DIRECTION SuikayStrategy::chooseDirection(CPoint snakeHead)
{
CPoint PFruit = Manager::theManager()->getFruitPalce();
if (Manager::theManager()->i... | [
"sonicisdreaming@gmail.com"
] | [
[
[
1,
44
]
]
] |
6c30e08e3518a2338c824fe95e608967d107714b | 36d0ddb69764f39c440089ecebd10d7df14f75f3 | /プログラム/Game/Object/GameScene/AI/PlayerAI.h | 2d8aa8911593cf5e00a7e71da5da2eece9cc10b5 | [] | no_license | weimingtom/tanuki-mo-issyo | 3f57518b4e59f684db642bf064a30fc5cc4715b3 | ab57362f3228354179927f58b14fa76b3d334472 | refs/heads/master | 2021-01-10T01:36:32.162752 | 2009-04-19T10:37:37 | 2009-04-19T10:37:37 | 48,733,344 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,399 | h | /*******************************************************************************/
/**
* @file PlayerAI.h.
*
* @brief プレイヤーAI定義.
*
* @date 2008/12/15.
*
* @version 1.00.
*
* @author Tsubasa Uragami.
*/
/*******************************************************************************/
#ifndef _PLAY... | [
"rs.drip@aa49b5b2-a402-11dd-98aa-2b35b7097d33"
] | [
[
[
1,
57
]
]
] |
bb404564e345fd5db29c134bbea818cde11af14f | 14bc620a0365e83444dad45611381c7f6bcd052b | /ITUEngine/Game/HUD.cpp | 644f5f1c00420cf1b900fe33b2c5dcc0f2be0c87 | [] | no_license | jumoel/itu-gameengine | a5750bfdf391ae64407217bfc1df8b2a3db551c7 | 062dd47bc1be0f39a0add8615e81361bcaa2bd4c | refs/heads/master | 2020-05-03T20:39:31.307460 | 2011-12-19T10:54:10 | 2011-12-19T10:54:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 865 | cpp | #include <Game\HUD.hpp>
#include "GL/glew.h"
#include "GL/wglew.h"
#include <Managers\MediaManager.hpp>
void HUD::draw()
{
glDisable(GL_LIGHTING);
glDisable(GL_COLOR_MATERIAL);
glDisable(GL_TEXTURE_2D);
glMatrixMode(GL_PROJECTION);
glPushMatrix();
{ glLoadIdentity();
glOrtho(0.0f,640.0f... | [
"pyjamads@gmail.com",
"steen.nordsmark@gmail.com"
] | [
[
[
1,
40
]
],
[
[
41,
41
]
]
] |
48365187717cbcaa2822ea3afd95d0920646d7b7 | 1e976ee65d326c2d9ed11c3235a9f4e2693557cf | /Trackers/LastFMAdapterTracker.h | d57fa4b516d594033fa7b044b284af2e97ec6a2e | [] | no_license | outcast1000/Jaangle | 062c7d8d06e058186cb65bdade68a2ad8d5e7e65 | 18feb537068f1f3be6ecaa8a4b663b917c429e3d | refs/heads/master | 2020-04-08T20:04:56.875651 | 2010-12-25T10:44:38 | 2010-12-25T10:44:38 | 19,334,292 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,442 | h | // /*
// *
// * Copyright (C) 2003-2010 Alexandros Economou
// *
// * This file is part of Jaangle (http://www.jaangle.com)
// *
// * This Program is free software; you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
// * the Free Software Found... | [
"outcast1000@dc1b949e-fa36-4f9e-8e5c-de004ec35678"
] | [
[
[
1,
42
]
]
] |
de890e4d179e6c082ef2dd907e552bf86a33b11b | 677f7dc99f7c3f2c6aed68f41c50fd31f90c1a1f | /SolidSBCTestLib/SolidSBCHarddriveConfig.h | 20d36ffe64db76561d5dc30df73b1185fe1d577f | [] | no_license | M0WA/SolidSBC | 0d743c71ec7c6f8cfe78bd201d0eb59c2a8fc419 | 3e9682e90a22650e12338785c368ed69a9cac18b | refs/heads/master | 2020-04-19T14:40:36.625222 | 2011-12-02T01:50:05 | 2011-12-02T01:50:05 | 168,250,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,500 | h | #pragma once
#include <SolidSBCTestSDK.h>
#define SSBC_TEST_HARDDRIVE_TMP_WRITE_FILE _T("C:\\tmpwrite.dat")
#define SSBC_TEST_HARDDRIVE_TMP_READ_FILE _T("C:\\tmpread.dat")
#define SSBC_TEST_HARDDRIVE_THREAD_BLOCKSIZE_WRITE 1024 //4MB
#define SSBC_TEST_HARDDRIVE_THREAD_BLOCKSIZE_READ 1024 //4MB
class CSoli... | [
"admin@bd7e3521-35e9-406e-9279-390287f868d3"
] | [
[
[
1,
47
]
]
] |
e85963ba89a28384eb44a1686f51717585335725 | f6c641b102ebbffb48e93dd554a0b7eb7e639be7 | /Source/Base/Base Graphics Library/TextureData2D.hpp | f3feaa4a7db56776b35f61f5a90d4d9170c7679d | [] | no_license | ZAsprose/rtrt-on-gpu | e3ca4921a3429cbc72e0cee8afd946200b83573d | 4949e373c273f963467658ca25d39244da7fb4e6 | refs/heads/master | 2021-01-10T14:42:45.293509 | 2010-08-25T18:37:19 | 2010-08-25T18:37:19 | 53,016,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,855 | hpp | /*
-----------------------------------------------------------------------------
| B A S E G R A P H I C S L I B R A R Y |
-----------------------------------------------------------------------------
Copyright (c) 2009 - 2010 Denis Bog... | [
"denisbogol@gmail.com"
] | [
[
[
1,
131
]
]
] |
1d36453348c35f600bfd8f1a952d4d1523dcce7c | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/messagingmw/BCTForSendUIAPI/src/SendUIAPITest.cpp | 87bec5edc1b68b08b0204ea967315b173da60754 | [] | 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 | 7,623 | cpp | /*
* Copyright (c) 2002 - 2007 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/le... | [
"none@none"
] | [
[
[
1,
269
]
]
] |
229e8d3860aa9e9d7194e8a4bb38caddb9c943da | 21da454a8f032d6ad63ca9460656c1e04440310e | /tools/wcpp_vc9_projects/test.utest.win32/stdafx.cpp | d556de8ebe3b1b0f1c2ebaed2e81ded354e84f85 | [] | 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 | GB18030 | C++ | false | false | 276 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// test.utest.win32.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
| [
"xukun0217@98f29a9a-77f1-11de-91f8-ab615253d9e8"
] | [
[
[
1,
8
]
]
] |
f6a692b6b3cc999002c73710841480668ac42e10 | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/multiplayer/dmc/dlls/quake_gun.h | 510c4c2e4787912cfa455eee553746a592eed7d6 | [] | 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 | 1,145 | h | /***
*
* Copyright (c) 1996-2002, 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,
44
]
]
] |
672749f9d063929da9baccbd2979c4f8fe436145 | 89d2197ed4531892f005d7ee3804774202b1cb8d | /GWEN/include/Gwen/Controls/TextBox.h | 7fbf5b0e0bca73c7d26649d80ef5a66f3f02478a | [
"MIT",
"Zlib"
] | permissive | hpidcock/gbsfml | ef8172b6c62b1c17d71d59aec9a7ff2da0131d23 | e3aa990dff8c6b95aef92bab3e94affb978409f2 | refs/heads/master | 2020-05-30T15:01:19.182234 | 2010-09-29T06:53:53 | 2010-09-29T06:53:53 | 35,650,825 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,426 | h | /*
GWEN
Copyright (c) 2010 Facepunch Studios
See license in Gwen.h
*/
#pragma once
#include "Base.h"
#include "Gwen/BaseRender.h"
#include "Gwen/Controls/Label.h"
#include "Gwen/Controls/ScrollControl.h"
namespace Gwen
{
namespace Controls
{
class GWEN_EXPORT TextBox : public Label
{
GW... | [
"haza55@5bf3a77f-ad06-ad18-b9fb-7d0f6dabd793"
] | [
[
[
1,
96
]
]
] |
7e72f9b0054a23fd2074b87ab476ae57e98b60e1 | fd518ed0226c6a044d5e168ab50a0e4a37f8efa9 | /iAuthor/AmpSdk/wmvgen/src/Crc16.h | 33d408d505aefe70f8162235ebb85f841f40f367 | [] | no_license | shilinxu/iprojects | e2e2394df9882afaacfb9852332f83cbef6a8c93 | 79bc8e45596577948c45cf2afcff331bc71ab026 | refs/heads/master | 2020-05-17T19:15:43.197685 | 2010-04-02T15:58:11 | 2010-04-02T15:58:11 | 41,959,151 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h | // Crc16.h: interface for the CCrc16 class.
//
//////////////////////////////////////////////////////////////////////
#ifndef __Crc16__
#define __Crc16__
class CCrc16
{
public:
WORD m_crc16;
CCrc16();
CCrc16(const BYTE* src, int idx, int sz);
CCrc16(const BYTE* src, int sz);
~CCrc16();
static... | [
"gomtos@gmail.com"
] | [
[
[
1,
32
]
]
] |
136ba811e374b252b4da72dc08a75e6c046651e8 | 975d45994f670a7f284b0dc88d3a0ebe44458a82 | /Docs/FINAIS/Fonte/cliente/Source/Network/CBugMessage.h | 7b8a25104a44649f378458102c992340dcc2f9d2 | [] | no_license | phabh/warbugs | 2b616be17a54fbf46c78b576f17e702f6ddda1e6 | bf1def2f8b7d4267fb7af42df104e9cdbe0378f8 | refs/heads/master | 2020-12-25T08:51:02.308060 | 2010-11-15T00:37:38 | 2010-11-15T00:37:38 | 60,636,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 823 | h | /*
Classse para serializar dados para envio e recebimento via socket
Baseada na classe dreamMessage.h do livro Programming Multiplayer Games
@autor Paulo
*/
#include <string>
#include <sstream>
#pragma once
#define MAXPACKAGESIZE 300
class CBugMessage
{
private:
int _readCount; ... | [
"phabh@users.noreply.github.com"
] | [
[
[
1,
39
]
]
] |
863aeeaa9e2fa6727847149f803671208c770df4 | 71db16f07e91c3d49691f99c3edbfcba6a604189 | /FahProxy/AssemblyInfo.cpp | 3e4a25eb6bd30d4ba8f3a571e4fff6fe49180884 | [] | no_license | jaboles/fahproxy | 503832879d9c1081e69b642d8cfe32fd0334a3b2 | 131b97ddf86220e4ba52878ba22d06f97003a023 | refs/heads/master | 2022-12-07T13:26:03.522052 | 2008-08-26T11:29:01 | 2008-08-26T11:29:01 | 290,090,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,323 | cpp | using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
// set of attributes. C... | [
"jb@dc620d95-ca3a-fc45-9de6-42b3e20515ab"
] | [
[
[
1,
38
]
]
] |
2da0baca63b3535343e780e7f73b6040cd17e31c | 216ae2fd7cba505c3690eaae33f62882102bd14a | /utils/nxogre/include/NxOgreFunctions.h | 10002fde8aa0f9e56b4271decb299b3baef033c6 | [] | 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 | 3,241 | h | /** File: NxOgreFunctions.h
Created on: 4-Nov-08
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 of the GNU ... | [
"umutert@b781d008-8b8c-11de-b664-3b115b7b7a9b"
] | [
[
[
1,
115
]
]
] |
de2c87b363837ce6f4264a38e86367fd41fbe7e8 | 854ee643a4e4d0b7a202fce237ee76b6930315ec | /arcemu_svn/src/sun/src/InstanceScripts/Raid_OnyxiasLair.cpp | 027c562bd242e2d5fdacf2c9ecc36729a684ad84 | [] | 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 | 19,590 | cpp | /*
* Moon++ Scripts for Ascent MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2007-2008 Moon++ Team <http://www.moonplusplus.info/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | [
"Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef"
] | [
[
[
1,
544
]
]
] |
030b4c7cdbdef9bb8280025260069e0aec367e13 | 51c71b06d7fa1aa97df4ffe6782e9a4924480a33 | /KinectCamera/KinectCameraManager.h | f6ac53e2df27f530b4e7cea8e6dfbc66f6aa6f5a | [] | no_license | alonf01/open-light | 9eb8d185979cfa16797f9d2201cf192b3e91f270 | 685f974fcd7cc29b6bec00fa17804c5f2b7a83c3 | refs/heads/master | 2020-05-30T15:24:08.579565 | 2010-12-14T00:56:32 | 2010-12-14T00:56:32 | 35,759,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,127 | h | ////////////////////////////////////////////////////////////////////////////////////////////////////
/// @file KinectCamera\KinectCameraManager.h
///
/// @brief Declares the kinect camera manager class.
////////////////////////////////////////////////////////////////////////////////////////////////////
#prag... | [
"b.jonessoda@8a600b9a-ddf7-11de-b878-c5ec750a8c44"
] | [
[
[
1,
43
]
]
] |
aeee7709f108073ea668a8af580cc953cb2ecff7 | cb1c6c586d769f919ed982e9364d92cf0aa956fe | /examples/TRTRenderTest/TRTRenderTest.cpp | 109966f345ce9c511acba718914ff8f626818b10 | [] | no_license | jrk/tinyrt | 86fd6e274d56346652edbf50f0dfccd2700940a6 | 760589e368a981f321e5f483f6d7e152d2cf0ea6 | refs/heads/master | 2016-09-01T18:24:22.129615 | 2010-01-07T15:19:44 | 2010-01-07T15:19:44 | 462,454 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,895 | cpp | //=====================================================================================================================
//
// TRTRenderTest.cpp
//
// Rendering test harness for TRT. Performs simple raycasting against a mesh, using all of TRT's data structures
//
// Part of the TinyRT Raytracing Library.
/... | [
"jbarcz1@6ce04321-59f9-4392-9e3f-c0843787e809"
] | [
[
[
1,
280
]
]
] |
1703632c8ef67dc7ed4018c737729424c44e1dd8 | 563e71cceb33a518f53326838a595c0f23d9b8f3 | /v3/ProcTerrain/ProcTerrain/Util/VBO.h | c4a50bbd57600fd746120b88103ae3a5309f5668 | [] | no_license | fabio-miranda/procedural | 3d937037d63dd16cd6d9e68fe17efde0688b5a0a | e2f4b9d34baa1315e258613fb0ea66d1235a63f0 | refs/heads/master | 2021-05-28T18:13:57.833985 | 2009-10-07T21:09:13 | 2009-10-07T21:09:13 | 39,636,279 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 989 | h | #ifndef VBO_H
#define VBO_H
#include "GL/glew.h"
//#include "GL/glfw.h"
#include "Vertex.h"
#include "../Config.h"
#include <list>
class VBO{
private:
GLuint m_vboVertices;
GLuint m_vboIndices;
int m_verticesSize;
int m_indicesSize;
GLushort* m_ptrIndices;
Vertex* m_ptrVertices;
//... | [
"fabiom@01b71de8-32d4-11de-96ab-f16d9912eac9"
] | [
[
[
1,
61
]
]
] |
e724f69bf7a20bd5b5528e720f12d0b7fc791b0e | 7f72fc855742261daf566d90e5280e10ca8033cf | /branches/full-calibration/ground/src/plugins/hitlnew/xplanesimulator.cpp | df13acccc1de904d2298df0a68419c9ab1e369ff | [] | no_license | caichunyang2007/my_OpenPilot_mods | 8e91f061dc209a38c9049bf6a1c80dfccb26cce4 | 0ca472f4da7da7d5f53aa688f632b1f5c6102671 | refs/heads/master | 2023-06-06T03:17:37.587838 | 2011-02-28T10:25:56 | 2011-02-28T10:25:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,849 | cpp | /**
******************************************************************************
*
* @file xplanesimulator.cpp
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* @brief
* @see The GNU Public License (GPL) Version 3
* @defgroup hitlplugin
* @{
*
********... | [
"jonathan@ebee16cc-31ac-478f-84a7-5cbb03baadba"
] | [
[
[
1,
260
]
]
] |
383a47de41d754faf6a5d8240b680343fd27381a | 9ad9345e116ead00be7b3bd147a0f43144a2e402 | /Integration_WAH_&_Extraction/SMDataExtraction/Algorithm/Apriori.cpp | 7aa89b7262633aee46cface20651ad9efc802cf6 | [] | no_license | asankaf/scalable-data-mining-framework | e46999670a2317ee8d7814a4bd21f62d8f9f5c8f | 811fddd97f52a203fdacd14c5753c3923d3a6498 | refs/heads/master | 2020-04-02T08:14:39.589079 | 2010-07-18T16:44:56 | 2010-07-18T16:44:56 | 33,870,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,946 | cpp | #include "StdAfx.h"
#include "Apriori.h"
#include <string.h>
#include <time.h>
#include <iostream>
using namespace std;
Apriori::Apriori(void)
{
m_no_of_rules = 1000;
m_no_of_items = 1000;
}
Apriori::~Apriori(void)
{
}
void Apriori::GetUniqueItems(WrapDataSource * _wrapped,AlgoUtils & _... | [
"jaadds@c7f6ba40-6498-11de-987a-95e5a5a5d5f1",
"chamaraanuradha@c7f6ba40-6498-11de-987a-95e5a5a5d5f1"
] | [
[
[
1,
95
],
[
97,
303
]
],
[
[
96,
96
]
]
] |
df71e3d37a847f3722d6838fea260272546f1a80 | 9710e59ed37e5b7a9d05fe99ffcca5f49444f7a3 | /src/AbstractMode.h | f780dc179e0b20498de516b6cdfa4b510edc5e60 | [] | no_license | btuduri/dspaint | 218d6de862d9e5c0b062c17d5f75c569e35ffb5e | a1f47537c960d6e93ef8853a14c9ee4b9f267ec5 | refs/heads/master | 2016-09-06T08:44:20.354217 | 2009-04-27T20:58:05 | 2009-04-27T20:58:05 | 32,271,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,586 | h | #ifndef ABSTRACTMODE_H
#define ABSTRACTMODE_H
#include "Canvas.h"
#include "Options.h"
#include "PromptManager.h"
namespace DSPaint
{
/**
* The child classes should implement the button presses as the default does nothing.
*/
class AbstractMode
{
private:
void ChooseMode();
public:
... | [
"nightstalkerz@08a58f1c-9a32-11dd-9476-71c886a649bc"
] | [
[
[
1,
97
]
]
] |
308b8851340ec399d95249b44f6e8813010ef51c | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_代码统计专用文件夹/C++Primer中文版(第4版)/第一章 快速入门/20081217_习题1.11_while循环_转换为for循环_输出.cpp | a0992c25b18946231cde14568de94a39ebedb225 | [] | no_license | lzq123218/guoyishi-works | dbfa42a3e2d3bd4a984a5681e4335814657551ef | 4e78c8f2e902589c3f06387374024225f52e5a92 | refs/heads/master | 2021-12-04T11:11:32.639076 | 2011-05-30T14:12:43 | 2011-05-30T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 108 | cpp | #include <iostream>
int main()
{
for(int i=10;i>=0;--i)
std::cout << i << std::endl;
return 0;
} | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
8
]
]
] |
d06660f5222e7926bceb9ae2fcec326728323105 | b83c990328347a0a2130716fd99788c49c29621e | /include/boost/lambda/detail/lambda_functor_base.hpp | b1b4e3f0b6eaf1ca6b7941a1c6a5a1317f369be7 | [] | no_license | SpliFF/mingwlibs | c6249fbb13abd74ee9c16e0a049c88b27bd357cf | 12d1369c9c1c2cc342f66c51d045b95c811ff90c | refs/heads/master | 2021-01-18T03:51:51.198506 | 2010-06-13T15:13:20 | 2010-06-13T15:13:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,416 | hpp | // Boost Lambda Library lambda_functor_base.hpp -----------------------------
//
// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
//
// 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)
//
//... | [
"hoijui.quaero@gmail.com"
] | [
[
[
1,
607
]
]
] |
ea8bfe1d49698839258c73638ebef4d7d33913a3 | 651639abcfc06818971a0296944703b3dd050e8d | /Stage2.hpp | b89e247b73b43e4b6769ceb42873a803dba4cf40 | [] | no_license | reanag/snailfight | 5256dc373e3f3f3349f77c7e684cb0a52ccc5175 | c4f157226faa31d526684233f3c5cd4572949698 | refs/heads/master | 2021-01-19T07:34:17.122734 | 2010-01-20T17:16:36 | 2010-01-20T17:16:36 | 34,893,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,327 | hpp | #ifndef STAGE2_HPP
#define STAGE2_HPP
#include "..\Box2D_v2.0.1\Box2D\Include\Box2D.h"
#include <SFML/Graphics.hpp>
#include <iostream>
#include <math.h>
#include "Object.hpp"
#include "TempObjectHandler.hpp"
using namespace std;
using namespace sf;
class Stage2 : public Object {
public:
/*cl... | [
"andika.nagy.c@gmail.com@96fa20d8-dc45-11de-8f20-5962d2c82ea8"
] | [
[
[
1,
193
]
]
] |
268dbbec61de2facee2f8b5f0e093aa00deb07c9 | 6bdb3508ed5a220c0d11193df174d8c215eb1fce | /Codes/Halak.Toolkit/EditorAttribute.cpp | 1ccd170d29db0cd888d7dde092d4f8cbc1901668 | [] | no_license | halak/halak-plusplus | d09ba78640c36c42c30343fb10572c37197cfa46 | fea02a5ae52c09ff9da1a491059082a34191cd64 | refs/heads/master | 2020-07-14T09:57:49.519431 | 2011-07-09T14:48:07 | 2011-07-09T14:48:07 | 66,716,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 568 | cpp | #include <Halak.Toolkit/PCH.h>
#include <Halak.Toolkit/EditorAttribute.h>
#include <Halak.Toolkit/TypeLibrary.h>
namespace Halak
{
namespace Toolkit
{
EditorAttribute::EditorAttribute(const char* editorTypeName)
: Attribute(),
editorTypeName(editorTypeName)
... | [
"halakshin@gmail.com"
] | [
[
[
1,
24
]
]
] |
06f2def3b1223b66cd2494f22eee8460e590a0ff | cd387cba6088f351af4869c02b2cabbb678be6ae | /lib/geometry/doc/doxygen_examples.hpp | c89e2550c7a8a2d52027d3e268f6397e26493be5 | [
"BSL-1.0"
] | permissive | pedromartins/mew-dev | e8a9cd10f73fbc9c0c7b5bacddd0e7453edd097e | e6384775b00f76ab13eb046509da21d7f395909b | refs/heads/master | 2016-09-06T14:57:00.937033 | 2009-04-13T15:16:15 | 2009-04-13T15:16:15 | 32,332,332 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,854 | hpp | // Geometry Library
//
// Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
// Copyright Bruno Lalande 2008
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.... | [
"fushunpoon@1fd432d8-e285-11dd-b2d9-215335d0b316"
] | [
[
[
1,
168
]
]
] |
f21dcb83a68181d1ff78ffb7699b738b668eb6f1 | 58496be10ead81e2531e995f7d66017ffdfc6897 | /Include/PropertiesImpl.h | 7c227f993d499d33682063186538355351c4e020 | [] | no_license | Diego160289/cross-fw | ba36fc6c3e3402b2fff940342315596e0365d9dd | 532286667b0fd05c9b7f990945f42279bac74543 | refs/heads/master | 2021-01-10T19:23:43.622578 | 2011-01-09T14:54:12 | 2011-01-09T14:54:12 | 38,457,864 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,432 | h | //============================================================================
// Date : 22.12.2010
// Author : Tkachenko Dmitry
// Copyright : (c) Tkachenko Dmitry (TkachenkoDmitryV@gmail.com)
//============================================================================
#ifndef __PROPERTIESIMPL... | [
"TkachenkoDmitryV@d548627a-540d-11de-936b-e9512c4d2277"
] | [
[
[
1,
116
]
]
] |
00f08ab9813e339b4637b1f965e0df2ca6d6a016 | 8403411fa78af2109c30e7c33ad9bc860d12ed83 | /src/tools/connect_edges_tool.cc | cf9609f9ed25d7d3d7873ee4c2024aad6dc39db4 | [] | no_license | virtualritz/topmod | 7676b10e24f95547ccbb2e42cdb8b787a1461d59 | 95717591fc11afa67551a72e6824043887f971ba | refs/heads/master | 2020-04-01T21:00:55.192983 | 2008-11-01T23:45:41 | 2008-11-01T23:45:41 | 60,533,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,188 | cc | /*
* connect_edges_tool.cc
*
* Created on: Sep 12, 2008
* Author: david.morris
*/
#include "connect_edges_tool.h"
#include "../MainWindow.h"
class MainWindow;
ConnectEdgesTool::ConnectEdgesTool(QWidget *parent) {
parent_ = parent;
layout_ = new QGridLayout;
layout_->setVerticalSpacing(1... | [
"dvmorris@e0e46c49-be69-4f5a-ad62-21024a331aea"
] | [
[
[
1,
43
]
]
] |
15d61d120b73ec87b5ceee8807447c66cf22b40e | 5dc78c30093221b4d2ce0e522d96b0f676f0c59a | /src/modules/physics/box2d/Body.h | f6195b798cb0bc61bbee1c9f07fb9690a8bfdce2 | [
"Zlib"
] | permissive | JackDanger/love | f03219b6cca452530bf590ca22825170c2b2eae1 | 596c98c88bde046f01d6898fda8b46013804aad6 | refs/heads/master | 2021-01-13T02:32:12.708770 | 2009-07-22T17:21:13 | 2009-07-22T17:21:13 | 142,595 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,695 | h | /**
* Copyright (c) 2006-2009 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
... | [
"prerude@3494dbca-881a-0410-bd34-8ecbaf855390"
] | [
[
[
1,
349
]
]
] |
5509f438dd37b765360fc922652d5581ad7a87cc | 4d3983366ea8a2886629d9a39536f0cd05edd001 | /src/main/main.cpp | 943405ef271a2347c349905eed597efa372e30be | [] | no_license | clteng5316/rodents | 033a06d5ad11928425a40203a497ea95e98ce290 | 7be0702d0ad61d9a07295029ba77d853b87aba64 | refs/heads/master | 2021-01-10T13:05:13.757715 | 2009-08-07T14:46:13 | 2009-08-07T14:46:13 | 36,857,795 | 1 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 4,361 | cpp | // main.cpp
#include "stdafx.h"
#include "sq.hpp"
#include "win32.hpp"
#include "ref.hpp"
#include "string.hpp"
#include "resource.h"
#pragma comment(lib, "comctl32")
#pragma comment(lib, "gdi32")
#pragma comment(lib, "imm32")
#pragma comment(lib, "shell32")
#pragma comment(lib, "shlwapi")
#pragma comment... | [
"itagaki.takahiro@fad0b036-4cad-11de-8d8d-752d95cf3e3c"
] | [
[
[
1,
197
]
]
] |
c80c9f308c8b1d937dbae0e79b931a1503849068 | 91ac219c4cde8c08a6b23ac3d207c1b21124b627 | /common/mlc/QAMMapping.h | 70bccb408931a9bcde3d1ff3e0238e9f2f12f0b4 | [] | no_license | DazDSP/hamdrm-dll | e41b78d5f5efb34f44eb3f0c366d7c1368acdbac | 287da5949fd927e1d3993706204fe4392c35b351 | refs/heads/master | 2023-04-03T16:21:12.206998 | 2008-01-05T19:48:59 | 2008-01-05T19:48:59 | 354,168,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,128 | h | /******************************************************************************\
* Technische Universitaet Darmstadt, Institut fuer Nachrichtentechnik
* Copyright (c) 2001
*
* Author(s):
* Volker Fischer
*
* Description:
*
*
**************************************************************************... | [
"hb9tlk@gmail.com"
] | [
[
[
1,
60
]
]
] |
d8f552d2742300142344829e04f2821a566b032e | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.0/bctestlist/src/bctestListAppUi.cpp | 2b764c9cf94403ad206caa64451c1cf45d7798e5 | [] | 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,430 | cpp | /*
* Copyright (c) 2002 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,
82
]
]
] |
a4b92d54edf714a215e34702d620d93221c62bdd | 20c74d83255427dd548def97f9a42112c1b9249a | /src/roadfighter/control.cpp | 107eabfb09b67ac34874c9044ee02e47fd7cf964 | [] | no_license | jonyzp/roadfighter | 70f5c7ff6b633243c4ac73085685595189617650 | d02cbcdcfda1555df836379487953ae6206c0703 | refs/heads/master | 2016-08-10T15:39:09.671015 | 2011-05-05T12:00:34 | 2011-05-05T12:00:34 | 54,320,171 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,317 | cpp | #include "control.h"
#include "wavesound-manager.h"
#include "oggsound-manager.h"
Control::Control()
{
}
Control::Control(PlayerCar *p)
{
player = p;
}
void Control::moveLeft()
{
if(player->getCarState() == CAR_READY || player->getCarState() == CAR_RUNNING)
player->moveLeft();
}
void Contro... | [
"vickyrare@yahoo.com"
] | [
[
[
1,
72
]
]
] |
2a5272588f8ab00d62e79f23e8cd9d7855381a11 | d425cf21f2066a0cce2d6e804bf3efbf6dd00c00 | /GameInitOptionsScreen.cpp | c3c8595a3f00f9f9fb3f536ebcce45499db54209 | [] | 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 | 88,301 | cpp | #ifdef PRECOMPILEDHEADERS
#include "JA2 All.h"
#include "Intro.h"
#else
#include "Types.h"
#include "GameInitOptionsScreen.h"
#include "GameSettings.h"
#include "Utilities.h"
#include "wCheck.h"
#include "Font Control.h"
#include "WordWrap.h"
#include "Render Dirty.h"
#include "Input.h"
#includ... | [
"jazz_ja@b41f55df-6250-4c49-8e33-4aa727ad62a1"
] | [
[
[
1,
2595
]
]
] |
175db182849b2bd07840ba5a55d13d1e67264710 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Graphic/Renderer/D3D10RenderCubeTexture.h | f13791a9cee89f54b13245c8100a613c5e815a8d | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 946 | h | #ifndef _D3D10RENDERCUBETEXTURE_H_
#define _D3D10RENDERCUBETEXTURE_H_
#include "D3D10Prerequisites.h"
#include "../Main/RenderTexture.h"
namespace Flagship
{
class _DLL_Export D3D10RenderCubeTexture : public RenderTexture
{
public:
D3D10RenderCubeTexture();
virtual ~D3D10RenderCubeTexture();
e... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
48
]
]
] |
77b2fc3ecb446d21de3c58c39df488d9a429082d | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Graphic/Renderer/D3D10SDKMesh.cpp | 0d4f04020b80fc5cc17c9946757cfa590170daad | [] | no_license | daleaddink/flagship3d | 4835c223fe1b6429c12e325770c14679c42ae3c6 | 6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a | refs/heads/master | 2021-01-15T16:29:12.196094 | 2009-11-01T10:18:11 | 2009-11-01T10:18:11 | 37,734,654 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,920 | cpp | #include "D3D10SDKMesh.h"
#include "D3D10RenderWindow.h"
namespace Flagship
{
D3D10SDKMesh::D3D10SDKMesh()
{
m_iClassType = Base::Mesh_SDKMesh;
m_pBound = new BoundingBox;
m_pSDKMesh = new CDXUTSDKMesh;
}
D3D10SDKMesh::~D3D10SDKMesh()
{
SAFE_DELETE( m_pBound );
SAFE_DELETE( m_pSDKMesh ... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
84
]
]
] |
4d89ecad1cdd505f3ff844b996c303af147c4b85 | fc4946d917dc2ea50798a03981b0274e403eb9b7 | /gentleman/gentleman/WindowsAPICodePack/WindowsAPICodePack/DirectX/DirectX/Direct3D11/D3D11Texture2D.h | 479767c86fb59ff4cc4b987f7c320e21f89406b6 | [] | 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 | 1,071 | h | //Copyright (c) Microsoft Corporation. All rights reserved.
#pragma once
#include "D3D11Resource.h"
namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX { namespace Direct3D11 {
using namespace System;
/// <summary>
/// A 2D texture interface manages texel data, which is struct... | [
"lucemia@9e708c16-f4dd-11de-aa3c-59de0406b4f5"
] | [
[
[
1,
41
]
]
] |
1160a4123acfd83d8d093dd62fc59b06d63b8766 | c0a577ec612a721b324bb615c08882852b433949 | /antlr/src/antlr_runtime/src/LLkParser.cpp | f50336f1b12bb6b9608341c6fb98c248f5f2232b | [] | no_license | guojerry/cppxml | ca87ca2e3e62cbe2a132d376ca784f148561a4cc | a4f8b7439e37b6f1f421445694c5a735f8beda71 | refs/heads/master | 2021-01-10T10:57:40.195940 | 2010-04-21T13:25:29 | 2010-04-21T13:25:29 | 52,403,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,171 | cpp | /* ANTLR Translator Generator
* Project led by Terence Parr at http://www.jGuru.com
* Software rights: http://www.antlr.org/RIGHTS.html
*
* $Id: //depot/code/org.antlr/main/main/lib/cpp/src/LLkParser.cpp#5 $
*/
/* 1999-2007 Version 3.2 November 2007
*
* Optional version
*
* Modified by David Wigg at ... | [
"oeichenwei@0e9f5f58-6d57-11de-950b-9fccee66d0d9"
] | [
[
[
1,
108
]
]
] |
a7e7de35409d2546bc739d33c91b054bce4b0c13 | 2112057af069a78e75adfd244a3f5b224fbab321 | /branches/refactor/src_root/include/map_splitter/MapUtil.h | e0f6fc2e7db2eb5140181551fe7df92f6447d407 | [] | no_license | blockspacer/ireon | 120bde79e39fb107c961697985a1fe4cb309bd81 | a89fa30b369a0b21661c992da2c4ec1087aac312 | refs/heads/master | 2023-04-15T00:22:02.905112 | 2010-01-07T20:31:07 | 2010-01-07T20:31:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,648 | h | /***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License as *
* publish... | [
"psavichev@gmail.com"
] | [
[
[
1,
328
]
]
] |
418b6be3254c3b7901ad845632a07a8b3cfd3912 | 1736474d707f5c6c3622f1cd370ce31ac8217c12 | /TestComLib/TestComLib.h | 25f93bc69e8dfc421b6e45827ea5faf417b24f87 | [] | no_license | arlm/pseudo | 6d7450696672b167dd1aceec6446b8ce137591c0 | 27153e50003faff31a3212452b1aec88831d8103 | refs/heads/master | 2022-11-05T23:38:08.214807 | 2011-02-18T23:18:36 | 2011-02-18T23:18:36 | 275,132,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 990 | h | // Copyright (c) Microsoft Corporation 2008. All rights reserved.
#pragma once
#include <unknwn.h>
//////////////////////////////////////////////////////////////////////////////////////////////////
typedef enum
{
Apple = 0,
Banana,
Pear
} TestFruitType;
//////////////////////////////////////////... | [
"40727305+Lyon-Smith@users.noreply.github.com"
] | [
[
[
1,
32
]
]
] |
f491f3ced8fded38d45733e56e2e01e8c2107057 | df96cbce59e3597f2aecc99ae123311abe7fce94 | /dom/generated_dom/not_implemented/js_css_ViewCSS.cpp | ad701636d528809b916121440bf6465eec016755 | [] | no_license | abhishekbhalani/webapptools | f08b9f62437c81e0682497923d444020d7b319a2 | 93b6034e0a9e314716e072eb6d3379d92014f25a | refs/heads/master | 2021-01-22T17:58:00.860044 | 2011-12-14T10:54:11 | 2011-12-14T10:54:11 | 40,562,019 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 414 | cpp |
/*
DO NOT EDIT!
This file has been generated by generate_sources.py script.
$Id$
*/
#include "precomp.h"
using namespace v8;
v8::Handle<v8::Value> js_css_ViewCSS::getComputedStyle(v8::Handle<v8::Value> val_elt, css::DOMString val_pseudoElt)
{
return css::ViewCSS::getComputedStyle(val_elt, val_p... | [
"stinger911@79c36d58-6562-11de-a3c1-4985b5740c72"
] | [
[
[
1,
18
]
]
] |
48def9b3a06694aaae1d691669accf2a852a7cbb | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/nebula2/src/gfx2/nd3d9server_main.cc | 1e551694c314ea766eaa0177985e9b7e58be9d6a | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,662 | cc | //------------------------------------------------------------------------------
// nd3d9server_main.cc
// (C) 2003 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "gfx2/nd3d9server.h"
#include "kernel/nenv.h"
#include "kernel/nfileserver2.h"
#include "g... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
321
]
]
] |
65b93891916b570c232a324e7d0443aa99319f5d | e83babea370f43f4bad3294c9832318cfb657578 | /src/tp2/tp2_application.h | 801cd5ffa26163416ef181c0f4f3e8a487dc3e89 | [] | no_license | maoueh/inf8702 | 6f5b233a3818422eca308d53804916184691d1a9 | 34931a16049cf7fed3835658c5bc9aedd5b1b540 | refs/heads/master | 2021-01-10T19:47:25.485668 | 2009-09-16T23:12:18 | 2009-09-16T23:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,298 | h | #ifndef TP2_APPLICATION_H
#define TP2_APPLICATION_H
#include "color.h"
#include "opengl_application.h"
class ShaderProgram;
class TextureUnit;
class Window;
class Tp2Application : public OpenGlApplication
{
public:
Tp2Application(CommandLine* commandLine);
virtual ~Tp2Application();
protecte... | [
"Matt@Extra-PC.(none)"
] | [
[
[
1,
96
]
]
] |
55d408f9a13bf2b472dec7e148b16fab21ce6082 | ea6b169a24f3584978f159ec7f44184f9e84ead8 | /source/reflect/string/ConstString.cc | 5e48b49641439d76605a8e71f3c0486df432c6c7 | [] | no_license | sparecycles/reflect | e2051e5f91a7d72375dd7bfa2635cf1d285d8ef7 | bec1b6e6521080ad4d932ee940073d054c8bf57f | refs/heads/master | 2020-06-05T08:34:52.453196 | 2011-08-18T16:33:47 | 2011-08-18T16:33:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,939 | cc | #include <reflect/string/ConstString.h>
#include <reflect/string/SharedString.h>
#include <reflect/string/Fragment.h>
#include <reflect/Reflector.h>
#include <reflect/PrimitiveType.hpp>
#include <reflect/PrimitiveTypes.h>
#include <cstring>
namespace reflect { namespace string {
ConstString::ConstString(con... | [
"adam.freidin@gmail.com"
] | [
[
[
1,
162
]
]
] |
3c6a2a935daf71e1c61550880d3b85cf4566be9a | 42b578d005c2e8870a03fe02807e5607fec68f40 | /src/init.cc | ca1a175eb0492b9f6a0391c85b51db47f232a355 | [
"MIT"
] | permissive | hylom/xom | e2b02470cd984d0539ded408d13f9945af6e5f6f | a38841cfe50c3e076b07b86700dfd01644bf4d4a | refs/heads/master | 2021-01-23T02:29:51.908501 | 2009-10-30T08:41:30 | 2009-10-30T08:41:30 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 29,537 | cc | #include "ed.h"
#include <float.h>
#include <new.h>
#include <io.h>
#include <eh.h>
#include <fcntl.h>
#include <objbase.h>
#include "ctl3d.h"
#include "environ.h"
#include "except.h"
#include "privctrl.h"
#include "xdde.h"
#include "fnkey.h"
#include "syntaxinfo.h"
#include "ipc.h"
#include "sock.h"
#i... | [
"hylom@mbwhite.local"
] | [
[
[
1,
1015
]
]
] |
f2e96de012563c44ace8c9e6733dd6a58e193b14 | 62874cd4e97b2cfa74f4e507b798f6d5c7022d81 | /src/PropertiesEditor/PropertyWidgetFactory.cpp | e690c58a4f409db8b0c42686d069f8600c13e6cf | [] | no_license | rjaramih/midi-me | 6a4047e5f390a5ec851cbdc1b7495b7fe80a4158 | 6dd6a1a0111645199871f9951f841e74de0fe438 | refs/heads/master | 2021-03-12T21:31:17.689628 | 2011-07-31T22:42:05 | 2011-07-31T22:42:05 | 36,944,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,559 | cpp | // Includes
#include "PropertyWidgetFactory.h"
#include "PropertyWidget.h"
#include "PropertyWidgetCreator.h"
#include "PropertyWidgetBool.h"
#include "PropertyWidgetCompound.h"
#include "PropertyWidgetInt.h"
#include "PropertyWidgetUInt.h"
#include "PropertyWidgetReal.h"
#include "PropertyWidgetString.h"
#include <Pro... | [
"Jeroen.Dierckx@d8a2fbcc-2753-0410-82a0-8bc2cd85795f"
] | [
[
[
1,
112
]
]
] |
c45eb6df05ad4e52930f3ac58a8d969fee3a20eb | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/AIRegion.h | da3332108f88cb2d48982509b6ddd7d74b7b80bb | [] | 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 | 2,323 | h | // (c) 1997-2000 Monolith Productions, Inc. All Rights Reserved
#ifndef __AIREGION_H__
#define __AIREGION_H__
#include "ltengineobjects.h"
#pragma warning( disable : 4786 )
#include <vector>
LINKTO_MODULE( AIRegion );
class AINodeSearch;
class CAI;
class AIVolume;
typedef std::vector<AIVolume*>... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
92
]
]
] |
83c6c2fbd3bb6d5d000004930e0b4872373a5c7d | 15732b8e4190ae526dcf99e9ffcee5171ed9bd7e | /INC/StdTS.h | 69e60379a0b8a7f8134d098657a6e22cce948439 | [] | no_license | clovermwliu/whutnetsim | d95c07f77330af8cefe50a04b19a2d5cca23e0ae | 924f2625898c4f00147e473a05704f7b91dac0c4 | refs/heads/master | 2021-01-10T13:10:00.678815 | 2010-04-14T08:38:01 | 2010-04-14T08:38:01 | 48,568,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 426 | h |
#ifndef __STDTS_H__
#define __STDTS_H__
#pragma once
#include "HiberTopoBase.h"
#include "PlatTopoBase.h"
#include <string>
using namespace std;
class CStdTS : public CHiberTopoBase
{
public:
CStdTS();
~CStdTS(void);
public:
bool GenerateTopo();
void SetLocationViaBoundBox(const Location& Boun... | [
"pengelmer@f37e807c-cba8-11de-937e-2741d7931076"
] | [
[
[
1,
22
]
]
] |
ebbdf4642a06103ce17218f05338a51f7859153b | 8f8cc0ed96d272f1aee79becfc1138538abbefc9 | /prototype/bdk/Stategenerator/stdafx.cpp | ece7a62294384163d8ec9078436ba1fdded54b57 | [] | no_license | BackupTheBerlios/picdatcom-svn | 0a417abb3b60df6aedb47c0eb52998d262e459b7 | 0696c6d6e0c7158ede88908257abea0e0a7e303c | refs/heads/master | 2016-09-02T07:52:18.882862 | 2010-06-10T22:43:50 | 2010-06-10T22:43:50 | 40,800,263 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 321 | cpp | // stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
// Stategenerator.pch ist der vorkompilierte Header.
// stdafx.obj enthält die vorkompilierten Typinformationen.
#include "stdafx.h"
// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H
// und nicht in dieser Datei erforderlich sind.
| [
"uwebr@161c6524-834b-0410-aead-e7223efaf009"
] | [
[
[
1,
8
]
]
] |
6ee26b40f604a300aeef5275b24c912ddd47f14a | 968aa9bac548662b49af4e2b873b61873ba6f680 | /imgtools/imgcheck/libimgutils/inc/romreader.h | 72ebb9e3bf5355c49766dc4edbd3d9f3c2d47b01 | [] | no_license | anagovitsyn/oss.FCL.sftools.dev.build | b3401a1ee3fb3c8f3d5caae6e5018ad7851963f3 | f458a4ce83f74d603362fe6b71eaa647ccc62fee | refs/heads/master | 2021-12-11T09:37:34.633852 | 2010-12-01T08:05:36 | 2010-12-01T08:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,691 | h | /*
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"none@none"
] | [
[
[
1,
92
]
]
] |
c4940fba026b33f6275a3e1b1304627a9f409aa1 | 1cc5720e245ca0d8083b0f12806a5c8b13b5cf98 | /uva/src/dois/272/p272.cpp | 6a2c0ab700bb03875d5b49922908c36159ae4c1c | [] | 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 | 399 | cpp | /* @JUDGE_ID: 39315ZN 272 C++ "Largura" */
#include <iostream>
#include <stdio.h>
using namespace std;
int main(int argc, char **argv) {
bool primeira = true;
char c;
while(scanf("%c",&c)==1) {
if(c=='\"') {
if(primeira) {
cout << "``";
} else {
cout << "''";
}
pri... | [
"guilherme.silveira@caelum.com.br"
] | [
[
[
1,
30
]
]
] |
4cd2d6119be32ed49c2da37ce90cdf8e3016ccf7 | 5236606f2e6fb870fa7c41492327f3f8b0fa38dc | /srpc/include/srpc/StringTypes.h | 76d42f00f4c4c773d60ea7f7916a4d23b291e792 | [] | no_license | jcloudpld/srpc | aa8ecf4ffc5391b7183b19d217f49fb2b1a67c88 | f2483c8177d03834552053e8ecbe788e15b92ac0 | refs/heads/master | 2021-01-10T08:54:57.140800 | 2010-02-08T07:03:00 | 2010-02-08T07:03:00 | 44,454,693 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,331 | h | #ifndef SRPC_STRINGTYPES_H
#define SRPC_STRINGTYPES_H
#ifdef _MSC_VER
# pragma once
#endif
// 문자열 관련 타입을 정의한다
#include "srpc.h"
#include "detail/Allocator.h"
#include <sstream>
#include <string>
namespace srpc {
/** @addtogroup types
* @{
*/
// = String types
typedef std::basic_string<char... | [
"kcando@6d7ccee0-1a3b-0410-bfa1-83648d9ec9a4"
] | [
[
[
1,
65
]
]
] |
565f389fc36392e1e521a92cbb75cd8d068ad854 | ea2786bfb29ab1522074aa865524600f719b5d60 | /MultimodalSpaceShooter/src/entities/Entity.h | f8e5fd92a3d38f41d8738e14800e922ee71dd450 | [] | 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 | 887 | h | #ifndef ENTITY_H
#define ENTITY_H
#include <SFML/Graphics/Shape.hpp>
namespace Object
{
enum Type
{
NEUTRAL,
PLAYER,
DESTRUCTIVE,
WEAPON,
};
}
class Entity
{
public:
Entity(Object::Type type = Object::NEUTRAL);
virtual ~Entity();
... | [
"jeremy.singy@gmail.com"
] | [
[
[
1,
43
]
]
] |
5c2d28b318cf64ddbb6c93da5f22881fec9a53a3 | c70941413b8f7bf90173533115c148411c868bad | /core/src/vtxGlyphResource.cpp | 6c58be0d5e042211796a541f93e38f96c707cbbd | [] | 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 | 4,684 | cpp | /*
-----------------------------------------------------------------------------
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,
137
]
]
] |
f2a8eae645f8670a18fbdbf43fff95debd2c5542 | bfdfb7c406c318c877b7cbc43bc2dfd925185e50 | /engine/test/Test_HSca_List.cpp | a3e632327a3579fd5fa550c7cbbe084fb6b847c3 | [
"MIT"
] | permissive | ysei/Hayat | 74cc1e281ae6772b2a05bbeccfcf430215cb435b | b32ed82a1c6222ef7f4bf0fc9dedfad81280c2c0 | refs/heads/master | 2020-12-11T09:07:35.606061 | 2011-08-01T12:38:39 | 2011-08-01T12:38:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,943 | cpp | /* -*- coding: sjis-dos; -*- */
/*
* copyright 2010 FUKUZAWA Tadashi. All rights reserved.
*/
#include "../stdlib/ffiout/HSca_List.h"
#include "hyValue.h"
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/ui/text/TestRunner.h>
using namespace Hayat::Common;
using namespace Hayat::Ffi:... | [
"applealien@nifty.com"
] | [
[
[
1,
134
]
]
] |
bbd548854131481614b6bc8787c1ead1a709533b | 16052d8fae72cecb6249372b80fe633251685e1d | /distances/single_link.h | 02b94c9115380a149151d778fe5f155694749949 | [] | no_license | istrandjev/hierarhical-clustering | 7a9876c5c6124488162f4089d7888452a53595a6 | adad22cce42d68b04cca747352d94df039e614a2 | refs/heads/master | 2021-01-19T14:59:08.593414 | 2011-06-29T06:07:41 | 2011-06-29T06:07:41 | 32,250,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 444 | h | #ifndef NEAREST_NEIGHBOUR_HPP
#define NEAREST_NEIGHBOUR_HPP
#include "distance.h"
class Cluster;
class HierarchicalClustering;
class SingleLink: public Distance
{
public:
virtual double mergedDistance(const Cluster& leftFromCluster, const Cluster& rightFromCluster,
const Cluster& toCluster, Hierarchi... | [
"istrandjev@gmail.com@c0cadd32-5dbd-3e50-b098-144b922aa411",
"bstrandjev@gmail.com@c0cadd32-5dbd-3e50-b098-144b922aa411"
] | [
[
[
1,
8
],
[
10,
17
]
],
[
[
9,
9
]
]
] |
1dc0845ef6d894729c677d14b2857bdf23dbe6ca | 6a61cc5e7845f122a197b2630af2fd4e795e1b8b | /texture.h | e28ff9506671c718c2ceda8e7dd89ceafaf4ad88 | [] | no_license | dagtornes/eit-kode | e952919aa32019732421bee01bee0599a1c59c2e | a48a439cd143342d750c33cf1569e8f90db29b11 | refs/heads/master | 2021-05-27T14:28:01.437788 | 2011-03-30T14:22:15 | 2011-03-30T14:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | #pragma once
/*
Supported formats:
png
Fixed state?
*/
class textureObject
{
public:
GLuint texture;
textureObject() { texture = NULL; }
~textureObject() { if(texture!=NULL) glDeleteTextures(1, &texture); }
bool loadTexture(const char *filename)
{
glGenTextures(1, &texture);
glBi... | [
"dagtornes@gmail.com"
] | [
[
[
1,
38
]
]
] |
5ec335d8fb61c36bde9e8bae1e00727efa66a533 | d54d8b1bbc9575f3c96853e0c67f17c1ad7ab546 | /hlsdk-2.3-p3/multiplayer/ricochet/cl_dll/ammohistory.cpp | 565a3529c821f9bdf83234eae31e8c4dcff02d7f | [] | 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 | 5,614 | cpp | /***
*
* 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,
190
]
]
] |
85fa46ba1c8a098bee3e7438a315e1de47167475 | 85c91b680d74357b379204ecf7643ae1423f8d1e | /branches/pre_mico_2_3-12/examples/services/monitoring_service/container_service_MonImpl/container_service_MonImpl.cpp | ae595cf1e148a21ba8eaa04076745428f27a0866 | [] | no_license | BackupTheBerlios/qedo-svn | 6fdec4ca613d24b99a20b138fb1488f1ae9a80a2 | 3679ffe8ac7c781483b012dbef70176e28fea174 | refs/heads/master | 2020-11-26T09:42:37.603285 | 2010-07-02T10:00:26 | 2010-07-02T10:00:26 | 40,806,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,032 | cpp | //
// generated by Qedo
//
#include "container_service_MonImpl.h"
// BEGIN USER INSERT SECTION file
// END USER INSERT SECTION file
namespace container_service {
// BEGIN USER INSERT SECTION MonExec
unsigned long
MonExec::get_new_event_number()
{
Qedo::QedoLock lock (counter_mutex);
counter+... | [
"tom@798282e8-cfd4-0310-a90d-ae7fb11434eb"
] | [
[
[
1,
295
]
]
] |
80c1dd9e41dfd46a7987afa6a2643297d801aaba | 86bb1666e703b6be9896166d1b192a20f4a1009c | /source/bbn/BBN_Option.cpp | cd5c51808501157b8bbe6c46a89e478705b3c301 | [] | no_license | aggronerd/Mystery-Game | 39f366e9b78b7558f5f9b462a45f499060c87d7f | dfd8220e03d552dc4e0b0f969e8be03cf67ba048 | refs/heads/master | 2021-01-10T21:15:15.318110 | 2010-08-22T09:16:08 | 2010-08-22T09:16:08 | 2,344,888 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,390 | cpp | #include <string>
#include <vector>
#include <exception>
using namespace std;
#include "BBN_Option.h"
#include "BBN_Decision.h"
#include "BBN_Given.h"
#include "BBN_Prob.h"
#include "../misc/logging.h"
#include "../Application.h"
BBN_Option::BBN_Option(BBN_Decision* decision) : _decision(decision)
{
D... | [
"greg.doran@gmail.com"
] | [
[
[
1,
74
]
]
] |
79787eb90a6569bb44ce123e095ee393244cac77 | bf4f0fc16bd1218720c3f25143e6e34d6aed1d4e | /Graph.cpp | 7106c05ba58898450a214695ce375f2766f06edc | [] | no_license | shergin/downright | 4b0f161700673d7eb49459e4fde2b7d095eb91bb | 6cc40cd35878e58f4ae8bae8d5e58256e6df4ce8 | refs/heads/master | 2020-07-03T13:34:20.697914 | 2009-09-29T19:15:07 | 2009-09-29T19:15:07 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 13,350 | cpp | #include "StdAfx.h"
#include "graph.h"
//#include "math.h"
#define Abs(x) ((x<0)?(-x):(x))
union rgb
{
unsigned __int8 element[3];
COLORREF color;
};
void MultiplyColor(COLORREF &color, double k)
{
rgb x;
x.color=color;
x.element[0]=(unsigned __int8)((double)x.element[0]*k);
x.element[1]=(uns... | [
"valentin@shergin.com"
] | [
[
[
1,
490
]
]
] |
289f91bdb7ceb53d377a93b39d5d84f3a2198fcf | 87334636c03a120990a166b7af710a544de7519d | /src/gdx-cpp/graphics/g2d/SpriteCache.cpp | c43126ab11755c70abac9b55d954d9d43c089eea | [
"Apache-2.0"
] | permissive | trarck/libgdx-cpp | 07c58152858b1ff5d274e811147a5ad12bb741b1 | ade99300ab046256f41be443ef0c7bea14fff5ab | refs/heads/master | 2021-01-18T09:28:36.027837 | 2011-09-13T21:52:22 | 2011-09-13T21:52:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,942 | cpp |
/*
Copyright 2011 Aevum Software aevum @ aevumlab.com
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 requi... | [
"victor.v.carvalho@gmail.com"
] | [
[
[
1,
953
]
]
] |
7665920b6638ac81643e015a69ba05dbd6010e7e | 444a151706abb7bbc8abeb1f2194a768ed03f171 | /trunk/ENIGMAsystem/SHELL/Platforms/xlib/XLIBwindow.cpp | 61f2c4bda99385f8f3c5669e25e8095e3f908529 | [] | no_license | amorri40/Enigma-Game-Maker | 9d01f70ab8de42f7c80af9a0f8c7a66e412d19d6 | c6b701201b6037f2eb57c6938c184a5d4ba917cf | refs/heads/master | 2021-01-15T11:48:39.834788 | 2011-11-22T04:09:28 | 2011-11-22T04:09:28 | 1,855,342 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,033 | cpp | /** Copyright (C) 2008-2011 IsmAvatar <cmagicj@nni.com>, Josh Ventura
***
*** This file is a part of the ENIGMA Development Environment.
***
*** ENIGMA 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,... | [
"amorri40@gmail.com"
] | [
[
[
1,
417
]
]
] |
8f24c0aaa5aca093b5321b9621a2fca809d39796 | 709cd826da3ae55945fd7036ecf872ee7cdbd82a | /Term/Bowling/tags/Submittion2/LethalBowling/OpenGlException.cpp | 4150132f43f8d46b4298bc9b76547ab8963e5a35 | [] | 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 | 248 | cpp | #include "OpenGlException.h"
namespace Virgin
{
OpenGlException::OpenGlException(void)
{
}
OpenGlException::OpenGlException(const String& message)
: Exception(message)
{
}
OpenGlException::~OpenGlException(void)
{
}
}
| [
"pocatnas@gmail.com"
] | [
[
[
1,
20
]
]
] |
0f0e8ec8f41e3d17b14661487477c878481fd39e | 1193b8d2ab6bb40ce2adbf9ada5b3d1124f1abb3 | /branches/basicelements/libsonetto/include/SonettoWindowSkinManager.h | 3597de41526ed825ee860573e5f7a37a51f7ce3b | [] | no_license | sonetto/legacy | 46bb60ef8641af618d22c08ea198195fd597240b | e94a91950c309fc03f9f52e6bc3293007c3a0bd1 | refs/heads/master | 2021-01-01T16:45:02.531831 | 2009-09-10T21:50:42 | 2009-09-10T21:50:42 | 32,183,635 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,654 | h | /*-----------------------------------------------------------------------------
Copyright (c) 2009, Sonetto Project Developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions ... | [
"carvalho.yoa.arthur@gmail.com"
] | [
[
[
1,
58
]
]
] |
b953b9b07aa684396b83bb733f644b5f87e494c0 | f9351a01f0e2dec478e5b60c6ec6445dcd1421ec | /itl/libs/itl/test/test_interval_map/test_interval_map.cpp | e281068f8a2ee0e3cdfcb592337ed7d9f1ba84b1 | [
"BSL-1.0"
] | permissive | WolfgangSt/itl | e43ed68933f554c952ddfadefef0e466612f542c | 6609324171a96565cabcf755154ed81943f07d36 | refs/heads/master | 2016-09-05T20:35:36.628316 | 2008-11-04T11:44:44 | 2008-11-04T11:44:44 | 327,076 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,392 | cpp | /*----------------------------------------------------------------------------+
Copyright (c) 2008-2008: Joachim Faulhaber
+-----------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy at... | [
"jofaber@6b8beb3d-354a-0410-8f2b-82c74c7fef9a"
] | [
[
[
1,
35
]
]
] |
4468db5edfed22a90f92b4a55836672c1bdea6b4 | ef25bd96604141839b178a2db2c008c7da20c535 | /src/src/AIToolkit/AIRess.h | c60fe1de65d3cfb44c4d3e9e64f013cdb0ac81b5 | [] | no_license | OtterOrder/crock-rising | fddd471971477c397e783dc6dd1a81efb5dc852c | 543dc542bb313e1f5e34866bd58985775acf375a | refs/heads/master | 2020-12-24T14:57:06.743092 | 2009-07-15T17:15:24 | 2009-07-15T17:15:24 | 32,115,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h | #ifndef _AIRess_H_
#define _AIRess_H_
#include <Core/Types/Vector.h>
class AIRess
{
public:
// Variable
enum statesGZip { IDLE, MOVE, ATTACK, EVADE };
public:
// Function
static int calculDistance( Vector3f pos1, Vector3f pos2 );
};
#endif | [
"olivier.levaque@7c6770cc-a6a4-11dd-91bf-632da8b6e10b"
] | [
[
[
1,
19
]
]
] |
d388a8c554c77b7f8d9b182e71db28a3a0635b25 | 967868cbef4914f2bade9ef8f6c300eb5d14bc57 | /Date/Interval.hpp | a8035db780deb0a8b0073d1213089cd951753c8b | [] | no_license | saminigod/baseclasses-001 | 159c80d40f69954797f1c695682074b469027ac6 | 381c27f72583e0401e59eb19260c70ee68f9a64c | refs/heads/master | 2023-04-29T13:34:02.754963 | 2009-10-29T11:22:46 | 2009-10-29T11:22:46 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 745 | hpp | /*
© Vestris Inc., Geneva, Switzerland
http://www.vestris.com, 1994-1999 All Rights Reserved
_____________________________________________________
written by Daniel Doubrovkine - dblock@vestris.com
*/
#ifndef BASE_INTERVAL_HPP
#define BASE_INTERVAL_HPP
#include <platform/include.hpp>
#i... | [
"dblock@dblock.org"
] | [
[
[
1,
34
]
]
] |
cd9c98db97d2d7c45c6e5ad4ead35edff98ea723 | 9566086d262936000a914c5dc31cb4e8aa8c461c | /EnigmaProtocol/Messages/RequestMessages.hpp | 02463dd95567e1dc51ef490614a2451ba3cac157 | [] | no_license | pazuzu156/Enigma | 9a0aaf0cd426607bb981eb46f5baa7f05b66c21f | b8a4dfbd0df206e48072259dbbfcc85845caad76 | refs/heads/master | 2020-06-06T07:33:46.385396 | 2011-12-19T03:14:15 | 2011-12-19T03:14:15 | 3,023,618 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,000 | hpp | #ifndef REQUESTMESSAGES_HPP_INCLUDED
#define REQUESTMESSAGES_HPP_INCLUDED
/*
Copyright © 2009 Christopher Joseph Dean Schaefer (disks86)
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.... | [
"disks86@gmail.com"
] | [
[
[
1,
40
]
]
] |
fb64b89083d4a758e120fe4a84267663fc497551 | ad8046a7c792e31fab898fa13a7693ff34ef2b83 | /eFilm/CustomeMessageExample/stdafx.cpp | 95df886f1db966e8ed42acc2fb0f351ffb984c05 | [] | no_license | alibinjamil/datamedris | df5f205775e78b76f15155c27e316f81beba1660 | 3f4711ef3c43e21870261bfbcab7fbafd369e114 | refs/heads/master | 2016-08-12T06:06:00.915112 | 2010-12-22T08:47:14 | 2010-12-22T08:47:14 | 44,970,197 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 219 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CustomeMessageExample.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
| [
"alibinjamil@gmail.com"
] | [
[
[
1,
5
]
]
] |
54144ebcb662ee141bdfff9c22ffb44f63975c2d | 6dac9369d44799e368d866638433fbd17873dcf7 | /src/branches/01032005/sound/fmod/fmod_dll.cpp | 78824343da58bc89a29452415074cc283abb4ac3 | [] | 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 | 630 | cpp | #include <Fusion.h>
#include <FusionPlugin.h>
#include <FMODSound.h>
Fusion *fusion;
//====================================
// Creates the DInputDeviceDB object
//====================================
FUSIONPLUGIN void GetInstance(Fusion &f)
{
fusion = &f;
if(fusion->Sound == NULL){
fusion->Sound = ... | [
"chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7"
] | [
[
[
1,
30
]
]
] |
8e47bc5c7052904dd9c421b7cd0730fdb84eeb5a | 222bc22cb0330b694d2c3b0f4b866d726fd29c72 | /src/brookbox/wm2/WmlMorphController.inl | 305a75091c15ffb05dafedecdedb30db6ae1e46f | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | darwin/inferno | 02acd3d05ca4c092aa4006b028a843ac04b551b1 | e87017763abae0cfe09d47987f5f6ac37c4f073d | refs/heads/master | 2021-03-12T22:15:47.889580 | 2009-04-17T13:29:39 | 2009-04-17T13:29:39 | 178,477 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,322 | inl | // Magic Software, Inc.
// http://www.magic-software.com
// http://www.wild-magic.com
// Copyright (c) 2003. All Rights Reserved
//
// The Wild Magic Library (WML) source code is supplied under the terms of
// the license agreement http://www.magic-software.com/License/WildMagic.pdf
// and may not be copied or ... | [
"antonin@hildebrand.cz"
] | [
[
[
1,
66
]
]
] |
ab6831cf7d87b8cdc9a95f4b77765f0aeac9e2d4 | f77f105963cd6447d0f392b9ee7d923315a82ac6 | /Box2DandOgre/source/GameFramework.cpp | e27677fd714918449c23dc9d5005197921165163 | [] | no_license | GKimGames/parkerandholt | 8bb2b481aff14cf70a7a769974bc2bb683d74783 | 544f7afa462c5a25c044445ca9ead49244c95d3c | refs/heads/master | 2016-08-07T21:03:32.167272 | 2010-08-26T03:01:35 | 2010-08-26T03:01:35 | 32,834,451 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,549 | cpp | /*=============================================================================
GameFramework.cpp
Author: Matt King
=============================================================================*/
#include "GameFramework.h"
#include "GameObject.h"
#include "AppStateManager.hpp"
using namespace Ogre;... | [
"mapeki@34afb35a-be5b-11de-bb5c-85734917f5ce"
] | [
[
[
1,
296
]
]
] |
8300e52da5fefba3e2f8dfe07e13787ceed1b070 | b08e948c33317a0a67487e497a9afbaf17b0fc4c | /Display/DisplayBuffer.cpp | e970aabbc394ee53e7774ac73eca29ab1fb38e88 | [] | no_license | 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 | 5,284 | cpp | #include "stdafx.h"
#include "../Display/Display.h"
namespace ElixirEngine
{
//-----------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------
//----------------------------------... | [
"voodoohaust@97c0069c-804f-11de-81da-11cc53ed4329"
] | [
[
[
1,
205
]
]
] |
379dd8c0f6a9babbd4a90f6e828cc3b4d9918c93 | 864b3c4db459e0b497eab4ec85cce01122c48fad | /kg_dag_walk/dag_walk.h | d2d9c5216e723e477ff3df8ee33b08676ac421f1 | [] | no_license | kgeorge/kgeorge-lib | e1b6334f7e02822886641c5a92956045bfd88349 | c81040deeebb9324845928a65d1d9146fac3d2dd | refs/heads/master | 2021-01-10T08:19:23.124790 | 2009-07-12T23:04:54 | 2009-07-12T23:04:54 | 36,910,482 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,146 | h | #if !defined(KG_DAGWALK_H_)
#define KG_DAGWALK_H_
#include <cassert>
/**
* dag_walk exemplifies a generic dag walk,
* The nodes which the dag is built up of can be any user defined Node data structure.
* Its only requirement is that it should have a way to set/unset a visit flag,
* which can be used to trackn... | [
"kgeorge2@553ec044-b8b1-11dd-a067-9b1d96bc3259"
] | [
[
[
1,
259
]
]
] |
92b832487c60064f2943b35a90c3ec3de21bc185 | f8b364974573f652d7916c3a830e1d8773751277 | /emulator/allegrex/instructions/HALT.h | 4d0f0c81e25ec97c772c1cd791c752a7f4c43701 | [] | 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 | 1,035 | h | template< > struct AllegrexInstructionTemplate< 0x70000000, 0xffffffff > : AllegrexInstructionUnknown
{
static AllegrexInstructionTemplate &self()
{
static AllegrexInstructionTemplate insn;
return insn;
}
static AllegrexInstruction *get_instance()
{
return &AllegrexInstr... | [
"hlide@free.fr"
] | [
[
[
1,
41
]
]
] |
59522dbf0cefb583618aec6d6dbd8445f79e2db9 | cfa6cdfaba310a2fd5f89326690b5c48c6872a2a | /Sources/Server/M-Server/M-Server/M-ServerView.cpp | e91305191feac1a86589fdc4dca943dfae4a8780 | [] | no_license | asdlei00/project-jb | 1cc70130020a5904e0e6a46ace8944a431a358f6 | 0bfaa84ddab946c90245f539c1e7c2e75f65a5c0 | refs/heads/master | 2020-05-07T21:41:16.420207 | 2009-09-12T03:40:17 | 2009-09-12T03:40:17 | 40,292,178 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,734 | cpp |
// M-ServerView.cpp : CMServerView 클래스의 구현
//
#include "stdafx.h"
#include "M-Server.h"
#include "M-ServerDoc.h"
#include "M-ServerView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMServerView
IMPLEMENT_DYNCREATE(CMServerView, CFormView)
BEGIN_MESSAGE_MAP(CMServerView, CFormView)
ON_ME... | [
"IBillKim@gmail.com",
"ibillkim@yahoo.com"
] | [
[
[
1,
20
],
[
27,
39
],
[
41,
45
],
[
50,
65
],
[
76,
111
]
],
[
[
21,
26
],
[
40,
40
],
[
46,
49
],
[
66,
75
],
[
112,
... |
1423743c89ac905ffc264eff7935300a088025fc | cb119cb9f64dff66a4545bc97bb5c100231f8e99 | /Cald2Mobile/src/Controller.h | 72b55dc508fa146489ecad866ec385e585d7c376 | [] | no_license | developercyrus/skmobile | 2700ca44b2fbfc117aa08e9911d58082c91c4eca | 41f0797fd93a11bd19ce3a9c5632b45a4e1e8034 | refs/heads/master | 2016-09-10T20:16:03.966366 | 2009-03-23T13:17:24 | 2009-03-23T13:17:24 | 41,470,818 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,290 | h | #pragma once
class CMainFrame;
class CSKMobileView;
class Controller
{
public :
virtual void Init(CMainFrame * mainFrame) = 0;
virtual void Init(CSKMobileView * view) = 0;
virtual void Fini() = 0;
virtual BOOL OnCopyData(CWindow wnd, PCOPYDATASTRUCT pCopyDataStruct) = 0;
virtual LRESULT O... | [
"dev.skmobile@fe250e65-8235-0410-9de6-1f804e4dffba"
] | [
[
[
1,
71
]
]
] |
f5a0ae04fee815305275f499afe2626d0509a182 | 9a48be80edc7692df4918c0222a1640545384dbb | /Libraries/Boost1.40/libs/regex/test/regress/main.cpp | a8e490ff15dd83e8b31afbc2f43241efc7f785a1 | [
"BSL-1.0"
] | permissive | fcrick/RepSnapper | 05e4fb1157f634acad575fffa2029f7f655b7940 | a5809843f37b7162f19765e852b968648b33b694 | refs/heads/master | 2021-01-17T21:42:29.537504 | 2010-06-07T05:38:05 | 2010-06-07T05:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,755 | cpp | /*
*
* Copyright (c) 2004
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*
*/
/*
* LOCATION: see http://www.boost.org for most recent... | [
"metrix@Blended.(none)"
] | [
[
[
1,
206
]
]
] |
57b1709be34bda65d10096ac4ff545805e5e4ecd | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/mangalore/properties/videocameraproperty.cc | 3b583425e47e286c044cf43da8fbad2e2cb24d71 | [] | no_license | moltenguy1/minimangalore | 9f2edf7901e7392490cc22486a7cf13c1790008d | 4d849672a6f25d8e441245d374b6bde4b59cbd48 | refs/heads/master | 2020-04-23T08:57:16.492734 | 2009-08-01T09:13:33 | 2009-08-01T09:13:33 | 35,933,330 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,287 | cc | //------------------------------------------------------------------------------
// properties/videocameraproperty.cc
// (C) 2005 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "properties/videocameraproperty.h"
#include "managers/focusmanager.h"
#inclu... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
165
]
]
] |
55833099cf52be3535da436f7bd8a5fa9d70fe01 | 067ff5708784b1fd2595957de78518e87073ccb4 | /Capture_Estimator/Capture_Estimator/Pose_Marker.h | 5a350671fcc83f5b5e796bb3be72c685fde311ae | [] | no_license | wolfmanu/opencvthesis | 637a6a6ead5c839e731faca19ae0dd3e59e33cd3 | c4e806d6369b4ed80ebadce1684e32f147eafce4 | refs/heads/master | 2016-09-05T22:38:07.528951 | 2010-09-10T12:01:49 | 2010-09-10T12:01:49 | 32,142,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 482 | h | #pragma once
class Pose_Marker
{
public:
Pose_Marker(double roll, double pitch, double yaw,
double distX, double distY, double distZ,
int mId);
Pose_Marker(void);
~Pose_Marker(void);
double roll, pitch, yaw; //degree
double distX, distY, distZ; //cm
int errorState;
int markerId... | [
"thewolfmanu@8d742ff4-5afa-cc76-88a1-f39302f5df42"
] | [
[
[
1,
26
]
]
] |
32249990ba2d726a650eacb5fb0b3a4c67c65cda | 1caba14ec096b36815b587f719dda8c963d60134 | /tags/start/smx/libsmx/strary.h | da6c6f9362b3e61899b9485b5bfae5e418d4b1b4 | [] | no_license | BackupTheBerlios/smx-svn | 0502dff1e494cffeb1c4a79ae8eaa5db647e5056 | 7955bd611e88b76851987338b12e47a97a327eaf | refs/heads/master | 2021-01-10T19:54:39.450497 | 2009-03-01T12:24:56 | 2009-03-01T12:24:56 | 40,749,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,666 | h | /* COPYRIGHT 1998 Prime Data Corp.
All Rights Reserved. Duplication of this file without prior written
authorization is strictly prohibited.
*/
#ifndef _STRARY_H
#define _STRARY_H
#ifndef _STR_H
#include "str.h"
#endif
#include <vector>
class CStrAry : public std::vector<CStr> {
protected:
const... | [
"(no author)@407f561b-fe63-0410-8234-8332a1beff53"
] | [
[
[
1,
66
]
]
] |
fb8791ece0c72d9d853237bfe70efb2ecd40a3bb | 545dec4462a2febe8e9db02496369b1e8022c6a5 | /inc/rendercheckGL.h | e6a586245fc012f47bbe0abc5f16bbc6ecd954ae | [] | no_license | andrey-malets/opencl-usu-2009 | 6d1bcca084c1038249603b35cf09ffc74792af7e | a896419258c98853e90e25afe217b4084131bd1a | refs/heads/master | 2020-04-14T07:37:25.561928 | 2009-12-21T09:51:23 | 2009-12-21T09:51:23 | 32,697,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,181 | h | /*
* Copyright 1993-2009 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property and
* proprietary rights in and to this software and related documentation.
* Any use, reproduction, disclosure, or distribution of this software
* and related docu... | [
"andrey.malets@gmail.com@78a82cd4-d041-11de-a697-fbeabf64b1f8"
] | [
[
[
1,
245
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.