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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94988f6997038c8260dae11555613f5482af1063 | 5d5b1d55ce0df21d3b6335ab92bd41e8c4cbbba5 | /arduino_lib/MyduinoMotor/MyduinoMotor.h | 306b2a1123677518e48afbb960671c398534ac78 | [] | no_license | afridifastian/roboduino | 84d7a0f83b7bc9e8af77075c3171af2ef0df55c7 | 0d25b4e858a0c0e4b790d4cbafc9705970e923b9 | refs/heads/master | 2021-01-22T04:41:10.273435 | 2011-05-25T17:44:18 | 2011-05-25T17:44:18 | 35,606,023 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | h | /*
MyduinoMotor.h - Library for Arduino Motor.
Created by TaoWu<wtomybo@gmail.com>, May 5, 2010.
Released into the public domain.
*/
#ifndef MY_DUINO_MOTOR_H
#define MY_DUINO_MOTOR_H
#include <inttypes.h>
class MyduinoMotorClass{
public:
MyduinoMotorClass();
void MyduinoMotorPrePin(i... | [
"wtomybo@gmail.com@4f242f06-2bba-d0f2-32ac-deb01479875c"
] | [
[
[
1,
48
]
]
] |
1d331ae03349a11281729e125edd88b4bc29a192 | 28ba648bc8e18d3ad3878885ad39a05ebfb9259c | /CGWorkOpenGL/LightDialog.cpp | 47eee27194d8d3b097e612a39e99041c979b8e99 | [] | no_license | LinusTIAN/cg1-winter10 | 67da233f27dcf2fa693d830598473fde7d402ece | 0b929141c6eac3b96c038656e58620767ff52d9f | refs/heads/master | 2020-05-05T08:12:56.957326 | 2011-01-31T13:24:08 | 2011-01-31T13:24:08 | 36,010,723 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,886 | cpp | // LightDialog.cpp : implementation file
//
#include "stdafx.h"
#include "OpenGL.h"
#include "LightDialog.h"
// CLightDialog dialog
IMPLEMENT_DYNAMIC(CLightDialog, CDialog)
CLightDialog::CLightDialog(CWnd* pParent /*=NULL*/)
: CDialog(CLightDialog::IDD, pParent)
{
m_currentLightIdx = 0;
}
C... | [
"slavak@2ff579a8-b8b1-c11a-477f-bc6c74f83876"
] | [
[
[
1,
115
]
]
] |
e22d8852c096f483c0f8e759f0f5d6b2937d6ffd | f46635ca45296b3060db74036b32fc6f8092f11c | /FGAPI_wrapper/FGAPI_wrapper/FGAPI_headers/Geodatabase.h | 0b029640517a74d75de6699c09ef2dee14580faf | [] | no_license | donnyv/filegdbapi-dotnet-example | b01c37ac11c5d88bf84f6d258dbda69b878107e2 | 8c6323c87cd73af1bbc3f7240aff2434285dc230 | refs/heads/master | 2021-01-02T22:45:04.651780 | 2011-02-11T19:07:38 | 2011-02-11T19:07:38 | 32,096,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,659 | h | //
// Geodatabase.h
//
#pragma once
////////////////////////////////////////////////////////////////////////////////
#include <map>
struct ci_less : std::binary_function<std::wstring, std::wstring, bool>
{
// case insensitive (ci) string less_than
// returns true if s1 < s2
// case-independent... | [
"donnyv@gmail.com@55f01ca7-fafe-a058-1a29-a2f4ad2297cc"
] | [
[
[
1,
264
]
]
] |
ee055486ce87cf7373166f01da4ed9921c71cd08 | 8c40bb1e4e7220809a7a92b6ea87a51e8c314360 | /ChatClient/DxSound.cpp | 550743bb86908f05be6a0e60fdc5d7e63acc65a2 | [] | no_license | littlewingsoft/gwdummy | 1c10538770ea52dd9159f8fe50090398b6d744c0 | 996dffd30bb680d52d0422f220986bf4502a201a | refs/heads/master | 2021-01-10T21:23:25.968724 | 2010-05-13T13:04:29 | 2010-05-13T13:04:29 | 32,302,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,396 | cpp | /*
The author : jazonsim
Create Date : 1998/08/25
Modify Date : 2001/05/24
*/
#include "DxSound.h"
#pragma comment(lib, "dsound.lib")
CDxSound DS;
#ifdef DEF_DXSOUND_VER1
BOOL CDxSound::InitDS(HWND hWnd)
{
m_hWnd = hWnd;
// Create the main DirectSound object.
HRESULT result = Dir... | [
"jungmoona@317d3104-4b19-9edd-f554-c50553ae2c9a"
] | [
[
[
1,
75
]
]
] |
e17a863b08805ad07430b1c5309f1a114d50ca77 | 9a5db9951432056bb5cd4cf3c32362a4e17008b7 | /FacesCapture/trunk/RemoteImaging/FaceSearchWrapper/FaceSearchWrapper.h | 3251ea09407543d9766dfa735066c89bd96204be | [] | no_license | miaozhendaoren/appcollection | 65b0ede264e74e60b68ca74cf70fb24222543278 | f8b85af93f787fa897af90e8361569a36ff65d35 | refs/heads/master | 2021-05-30T19:27:21.142158 | 2011-06-27T03:49:22 | 2011-06-27T03:49:22 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,376 | h | // FaceSearchWrapper.h
#pragma once
#include "../../OutPut/FaceSelect.h"
#include "FaceSearchConfiguration.h"
using namespace System;
using namespace System::Runtime::InteropServices;
namespace FaceSearchWrapper {
public ref class FaceSearch
{
// TODO: Add your methods for this class here.
publ... | [
"shenbinsc@cbf8b9f2-3a65-11de-be05-5f7a86268029"
] | [
[
[
1,
68
]
]
] |
c0271b324cf58754f91585183bd1e35b5c22065d | 71ffdff29137de6bda23f02c9e22a45fe94e7910 | /KillaCoptuz3000/src/CEvent.h | 38a08b380c94faf8c23e1ed21f5f9cb1cbd2c8cf | [] | no_license | anhoppe/killakoptuz3000 | f2b6ecca308c1d6ebee9f43a1632a2051f321272 | fbf2e77d16c11abdadf45a88e1c747fa86517c59 | refs/heads/master | 2021-01-02T22:19:10.695739 | 2009-03-15T21:22:31 | 2009-03-15T21:22:31 | 35,839,301 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 787 | h | // ***************************************************************
// CEvent version: 1.0 · date: 06/11/2007
// -------------------------------------------------------------
//
// -------------------------------------------------------------
// Copyright (C) 2007 - All Rights Reserved
// *************... | [
"anhoppe@9386d06f-8230-0410-af72-8d16ca8b68df",
"fabianheinemann@9386d06f-8230-0410-af72-8d16ca8b68df"
] | [
[
[
1,
15
],
[
17,
33
]
],
[
[
16,
16
]
]
] |
2e576f06d9df1e608852a76c1b0fa7a0f7ba3f7e | 25f79693b806edb9041e3786fa3cf331d6fd4b97 | /tests/unit/sorting/BitonicSortTest.h | 00016fcdfd5b4d61aeb2d35e963394abbdc765f8 | [] | no_license | ouj/amd-spl | ff3c9faf89d20b5d6267b7f862c277d16aae9eee | 54b38e80088855f5e118f0992558ab88a7dea5b9 | refs/heads/master | 2016-09-06T03:13:23.993426 | 2009-08-29T08:55:02 | 2009-08-29T08:55:02 | 32,124,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 439 | h | #ifndef _BITONIC_SORT_TEST_H_
#define _BITONIC_SORT_TEST_H_
#include "gtest/gtest.h"
#include "SplBitonicSort.h"
using namespace std;
class BitonicSortTest : public testing::Test
{
protected:
static void SetUpTestCase();
static void TearDownTestCase();
static bool HasFatalFailure();
publi... | [
"jiawei.ou@1960d7c4-c739-11dd-8829-37334faa441c"
] | [
[
[
1,
22
]
]
] |
971931fc09cbadb19841ab2b1a0a06c8f9c3d369 | 971b000b9e6c4bf91d28f3723923a678520f5bcf | /PaginationFormat/fop_format/Fo_Reader.cpp | 1d6c65bd1e0e6045f9565955604926f512960436 | [] | 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 | 54,753 | cpp | #include "Fo_Reader.h"
#include "Config.h"
using namespace ApacheFop;
Fo_Reader::~Fo_Reader()
{
ApiSession *session = ApiSession::instance();
session->current_Page_Format = PSize();
}
Fo_Reader::Fo_Reader( const QString readfile , QObject *parent )
: Fo_Format( parent ),device( new ... | [
"ppkciz@9af58faf-7e3e-0410-b956-55d145112073"
] | [
[
[
1,
1764
]
]
] |
018af9a8c107b2d545acaf23e1d976ba5c7def57 | fb959e36e35df7e74757e04c699796a77c49f605 | /Source/VirtualMachine.cpp | 5dbddd2facb1703ab90d6ede37a08052abea7dfa | [] | no_license | olegp/tyro | 265e63e4922bbdab0f88189c71c72d40ceb4cc4f | b63f8eacf20462bfa36bb574109e8fa4ecd847c5 | refs/heads/master | 2016-09-05T20:49:52.838981 | 2010-07-14T12:08:34 | 2010-07-14T12:08:34 | 774,398 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,012 | cpp | #include "Assembly.h"
#include <windows.h>
#include <stdio.h>
#include "TyroDebug.h"
#define tofloat(x) (*((float *)x))
#define todword(x) (*((dword *)x))
#define tosigned(x) (*((long *)x)) // signed int
VirtualMachine::VirtualMachine() : stackpos(stack)
{
memset(stack, 0, sizeof(stack));
}
... | [
"oleg.podsechin@ionsquare.com"
] | [
[
[
1,
278
]
]
] |
dda914676f4c4ac8da1f9f29a9bbc851375ddc94 | 1eb0e6d7119d33fa76bdad32363483d0c9ace9b2 | /PointCloud/trunk/PointCloud/Simply/SimplyPlugin.h | 7c5b328bbf59950161eb01e58e05876ae4716800 | [] | no_license | kbdacaa/point-clouds-mesh | 90f174a534eddb373a1ac6f5481ee7a80b05f806 | 73b6bc17aa5c597192ace1a3356bff4880ca062f | refs/heads/master | 2016-09-08T00:22:30.593144 | 2011-06-04T01:54:24 | 2011-06-04T01:54:24 | 41,203,780 | 0 | 2 | null | null | null | null | GB18030 | C++ | false | false | 5,020 | h | #ifndef SIMPLYPLUGIN
#define SIMPLYPLUGIN
#include "pointset.h"
#include "Common/Otree.h"
// 计算两个顶点之间距离的平方
inline double distance(float* pta, float*ptb){
return (pta[0]-ptb[0])*(pta[0]-ptb[0]) +
(pta[1]-ptb[1])*(pta[1]-ptb[1]) +
(pta[2]-ptb[2])*(pta[2]-ptb[2]);
}
class CSimplyPlugin{
public:
CPoin... | [
"huangchunkuangke@e87e5053-baee-b2b1-302d-3646b6e6cf75"
] | [
[
[
1,
207
]
]
] |
c31ac175d3ea07940960cce216c70fd6063c46dd | b24759bb01b002d42d51c93cb8f02eb681ca1542 | /src/LibKopul/KPLC++/srcs/VariableIterator.cpp | 8cbd7601f6537c4db322f7ccd87ee53316ee9b10 | [] | no_license | LionelAuroux/kopul | 272745e6343bf8ca4db73eff76df08c2fab2600b | dc169ca347878e3d11b84371a734acf10230ff4f | refs/heads/master | 2020-12-24T15:58:07.863503 | 2011-12-28T10:37:44 | 2011-12-28T10:37:44 | 32,329,849 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,208 | cpp | /*
* File: VariableIterator.cpp
* Author: deveza
*
* Created on October 29, 2010, 12:29 AM
*/
#include <exception>
#include "VariableIterator.h"
#include "DynamicArray.h"
using namespace kpl;
VariableIterator::VariableIterator(const Variable &var, void *value) : Variable(var)
{
_type->F... | [
"sebastien.deveza@39133846-08c2-f29e-502e-0a4191c0ae44"
] | [
[
[
1,
85
]
]
] |
d3d9d27ab2e502859eb3b71ff6ea2074305f5d34 | bf72fce4046aa921bc34f5278fbbdc7b46585f03 | /Remod/Code/HUD/HUDVehicleInterface.cpp | e13636e641338ab2e75baf170057e9439f866359 | [] | no_license | wang1986one/remod | b80bea1666c098eae581f4aa724a45a0ef859090 | a368ea10f3d8b84d3af2277cd5f65f96e08deb6d | refs/heads/master | 2021-01-19T05:39:23.174602 | 2011-03-27T21:40:45 | 2011-03-27T21:40:45 | 33,872,157 | 0 | 0 | null | null | null | null | ISO-8859-3 | C++ | false | false | 33,543 | cpp | /*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2001-2007.
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: Vehicle HUD object (refactored from old HUD code)
---------------------... | [
"joannesvos@3e62a6f2-0c60-11df-bbbe-ede73d0abfb9",
"i59.EDGE@3e62a6f2-0c60-11df-bbbe-ede73d0abfb9"
] | [
[
[
1,
285
],
[
289,
1148
]
],
[
[
286,
288
]
]
] |
1c5f097feeffd0f501d1af6b9969a3bc651fb39a | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/sci_gateway/qdmatch/QuasiDense.h | 6d4e89ac2bda16491c2505c18bbdca1456ce0292 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,904 | h | //////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2009 OpenPR
// 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... | [
"openpr@9318c073-892e-421e-b8e5-d5f98a2b248e"
] | [
[
[
1,
95
]
]
] |
9d6af076849dcec723bcab07de3654a0e331b7dc | 89d2197ed4531892f005d7ee3804774202b1cb8d | /GWEN/src/stdafx.cpp | 4426ee4ed9477a3863bc53fe06b014edb1e12016 | [
"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 | 291 | cpp | // stdafx.cpp : source file that includes just the standard includes
// Gwen.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
| [
"haza55@5bf3a77f-ad06-ad18-b9fb-7d0f6dabd793"
] | [
[
[
1,
8
]
]
] |
ebe954b1d8de0037044b77670b9a9d66b0f1ef27 | 085c4bd19e5cc208cd115a2c873ee1835b83cf28 | /final_integrated_codes/openmoko-side/src/main.cpp | f3ede7d5cf3ab82b9df4a13cc4f7b39b3b953cbf | [] | no_license | saurabh1403/attendance-on-openmoko | 3d127f266e4880fd6e7f4335d2421a32abf88e1e | c2b69fd79067c27764a8a25d8202c91e92c8089c | refs/heads/master | 2020-05-19T11:57:39.954037 | 2010-05-29T09:36:12 | 2010-05-29T09:36:12 | 35,387,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,504 | cpp |
#include"include.h"
using namespace std;
Comm_Mode Current_mode = Via_WiFi; //default communication mode
int send_pending_files(Comm_Mode Current_Mode = Via_WiFi)
{
int status;
string ErrMsg;
//sending of all previous files should be done here. TO DO
string config_file = get_data_folder();
c... | [
"majumdar.unicorn@921b6ea8-b952-11dd-a503-ed2d4bea8bb5",
"saurabhgupta1403@921b6ea8-b952-11dd-a503-ed2d4bea8bb5"
] | [
[
[
1,
5
],
[
115,
116
],
[
121,
121
],
[
158,
158
]
],
[
[
6,
114
],
[
117,
120
],
[
122,
157
],
[
159,
160
]
]
] |
14553b113784ea055ccf9f5d91f31610079857e8 | 9ba08620ddc3579995435d6e0e9cabc436e1c88d | /src/RenderMethod_Gouraud.h | b72f10a6305708b5444b93df8ea72c6d65bb289b | [
"MIT"
] | permissive | foxostro/CheeseTesseract | f5d6d7a280cbdddc94a5d57f32a50caf1f15e198 | 737ebbd19cee8f5a196bf39a11ca793c561e56cb | refs/heads/master | 2021-01-01T17:31:27.189613 | 2009-08-02T13:27:20 | 2009-08-02T13:27:33 | 267,008 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 848 | h | #ifndef _RENDER_METHOD_DIFFUSE_TEXTURE_H_
#define _RENDER_METHOD_DIFFUSE_TEXTURE_H_
#include "RenderMethod.h"
/** Renders a model with diffuse gouraud shading and texturing */
class RenderMethod_Gouraud : public RenderMethod {
public:
/** Constructor */
RenderMethod_Gouraud() {
// Do Nothing
}
/*... | [
"arfox@arfox-desktop"
] | [
[
[
1,
32
]
]
] |
616dbc8a94a1f8180799eaea4f9a341f1c99c78b | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/sax2/LexicalHandler.hpp | 19dc06d1e7ed08c5feab13a28c1312cb077e1913 | [] | no_license | svn2github/ngene | b2cddacf7ec035aa681d5b8989feab3383dac012 | 61850134a354816161859fe86c2907c8e73dc113 | refs/heads/master | 2023-09-03T12:34:18.944872 | 2011-07-27T19:26:04 | 2011-07-27T19:26:04 | 78,163,390 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,245 | hpp | /*
* Copyright 1999-2000,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
172
]
]
] |
2bf256f3f47fc591e230aeac53d5c3713778d7d7 | ecad3fd828aed1aa8b7703a3631e0d37bf5d4cbf | /normalizer.hpp | 9689a7e0c72ccf8deec9bf145f8985173dd26d59 | [] | no_license | Fadis/TinyFM | 2b1c2b241a28f89b188a931fd8f41b4284fb6e2a | b2940ca1166ccb1e7a0cdfae7e97f6da3bfa2da4 | refs/heads/master | 2016-09-05T17:06:54.086871 | 2011-09-23T05:06:54 | 2011-09-23T05:06:54 | 2,361,667 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,843 | hpp | #ifndef TINYFM_NORMALIZER_HPP
#define TINYFM_NORMALIZER_HPP
#include "config.hpp"
class Top {
public:
Top() : top( 1 ), until( 0 ) {
}
void set( SampleType _value ) {
if( get() < _value ) {
top = _value;
until = 1;
}
else if( until > 0 )
until -= getGain();
}
S... | [
"fadis@quaternion.sakura.ne.jp"
] | [
[
[
1,
80
]
]
] |
cabbdd2602d945496c28d1ac449e22ee783fb28a | ccc3e2995bc64d09b9e88fea8c1c7e2029a60ed8 | /SO/Trabalhos/Trabalho 2/tmp_src/32142/v3_sem_pistas_fechadas_e_alineas_opcionais/GestorDePistas.cpp | b9969e664f63609e94d906e5022129629d1da4e5 | [] | no_license | masterzdran/semestre5 | e559e93017f5e40c29e9f28466ae1c5822fe336e | 148d65349073f8ae2f510b5659b94ddf47adc2c7 | refs/heads/master | 2021-01-25T10:05:42.513229 | 2011-02-20T17:46:14 | 2011-02-20T17:46:14 | 35,061,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,511 | cpp | #include "headers\stdafx.h"
#include "headers\IGestorDePistas.h"
#include <list>
#include "Plane.cpp"
#ifndef GESTORDEPISTAS
#define GESTORDEPISTAS
const int NUMBER_OF_SKIING = 2;
const int SKIING_1 = 0;
const int SKIING_2 = 1;
class GestorDePistas : IGestorDePistas {
private:
//Mutex associado as... | [
"claudia.alexandra.carvalho@gmail.com@b139f23c-5e1e-54d6-eab5-85b03e268133"
] | [
[
[
1,
162
]
]
] |
bd6c16cf753225ee7e8bb40ee3f0eae83072d561 | 00b979f12f13ace4e98e75a9528033636dab021d | /doc/doxy_comment_sample.hh | 0d8501d4fd1f4c9b063172163c4dd68b9f5eecec | [] | no_license | BackupTheBerlios/ziahttpd-svn | 812e4278555fdd346b643534d175546bef32afd5 | 8c0b930d3f4a86f0622987776b5220564e89b7c8 | refs/heads/master | 2016-09-09T20:39:16.760554 | 2006-04-13T08:44:28 | 2006-04-13T08:44:28 | 40,819,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 736 | hh | class foo
{
int data_;
public:
void display() const;
void access(const char*);
};
//! \file
//! \brief This is a brief description of class.hh
//!
//! Here this is the more
//! detail description, spanning over more than one line.
//! \class foo
//! \brief description of the foo class
//... | [
"texane@754ce95b-6e01-0410-81d0-8774ba66fe44"
] | [
[
[
1,
37
]
]
] |
309c0e5ba6c609d2bac5e2bf4391f4fdbe26ed8d | 9eaa698f624abd80019ac7e3c53304950daa66ba | /xmpp/xmppclientextension.h | 1fcbc14179ae39a3ed29a78a4820c9fab59767b4 | [] | no_license | gan7488/happ-talk-jchat | 8f2e3f1437a683ec16d3bc4d0d36e409df088a94 | 182cec6e496401b4ea8f108fb711b05a775232b4 | refs/heads/master | 2021-01-10T11:14:23.607688 | 2011-05-17T17:30:57 | 2011-05-17T17:30:57 | 52,271,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | h | /******************************************************************************
** Author: Svirskiy Sergey Nickname: Happ
******************************************************************************/
#ifndef XMPPCLIENTEXTENSION_H
#define XMPPCLIENTEXTENSION_H
#include <QObject>
#include <gloox/client.h>
... | [
"zversergey@tut.by"
] | [
[
[
1,
41
]
]
] |
13f944b6b6836a22e9fd8267419f80805e531a27 | f2b4a9d938244916aa4377d4d15e0e2a6f65a345 | /Game/SpellListView.h | f013887811b55afee6209ea12b05f9089e7b90ae | [
"Apache-2.0"
] | permissive | notpushkin/palm-heroes | d4523798c813b6d1f872be2c88282161cb9bee0b | 9313ea9a2948526eaed7a4d0c8ed2292a90a4966 | refs/heads/master | 2021-05-31T19:10:39.270939 | 2010-07-25T12:25:00 | 2010-07-25T12:25:00 | 62,046,865 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,894 | h | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use ... | [
"palmheroesteam@2c21ad19-eed7-4c86-9350-8a7669309276"
] | [
[
[
1,
54
]
]
] |
fd27f0c82051309dab988fd6f9f66311b95fbebe | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/test/parameterized_test.hpp | 83e04dbbcfc9aa3f9a8bc937a12586d55b43d953 | [
"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 | 8,017 | hpp | // (C) Copyright Gennadiy Rozental 2001-2005.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org/libs/test for the library home page.
//
// File : $RCSfile: paramete... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
211
]
]
] |
4aed2d755fa2214070c2f9fe68ab8e85dc2575b9 | 5efbd0cc4133aabbf0fa25a55e81bd8efe9040fd | /include/sys/sys_singleton.h | 445acc599ccfbfd5aa3fccaaac5fd9e9b5abf166 | [] | no_license | electri/spext | b4041dea8e1b3f7f92fa8dd01b038165836b74cb | 352809d2fba8f5528cdff7195a3ecdcc08be7ba4 | refs/heads/master | 2016-09-02T05:56:10.173821 | 2011-07-18T14:35:58 | 2011-07-18T14:35:58 | 35,587,658 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,292 | h | /** Copyright (c) 2008
* All rights reserved.
*
* 文件名称: sys_singleton.h
* 摘 要: singleton模式
*
* 当前版本: 1.0
* 作 者: 范涛涛
* 操 作: 新建
* 完成日期: 2008年5月6日
*/
#ifndef __SYS_SINGLETON_H__
#define __SYS_SINGLETON_H__
#include "sys_globa_def.h"
namespace xy
{
class copy_disable
{
private:
copy_dis... | [
"monkeycn@gmail.com@01c74763-b75b-5a55-715c-6f18d641bb61"
] | [
[
[
1,
95
]
]
] |
62aea36fbabffe040f14a1cd45cb10903f63c6a0 | 12ea67a9bd20cbeed3ed839e036187e3d5437504 | /winxgui/WTLHelper/Options/FunctionOptDlg.cpp | 57a5e2eb31cc55fefd18ad6edaf9c3ed931dd74c | [] | no_license | cnsuhao/winxgui | e0025edec44b9c93e13a6c2884692da3773f9103 | 348bb48994f56bf55e96e040d561ec25642d0e46 | refs/heads/master | 2021-05-28T21:33:54.407837 | 2008-09-13T19:43:38 | 2008-09-13T19:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,196 | cpp | ////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004 Sergey Solozhentsev
// Author: Sergey Solozhentsev e-mail: salos@mail.ru
// Product: WTL Helper
// File: FunctionOptDlg.cpp
// Created: 21.12.2004 10:46
//
// Using this software in commercial app... | [
"xushiweizh@86f14454-5125-0410-a45d-e989635d7e98"
] | [
[
[
1,
71
]
]
] |
58e203671495b05b8240ba5fa94d521b4f3cacb0 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/multi_index/test/test_range_main.cpp | 2d3ad24bb99a4f9c2a0160c6279d398c80d02243 | [
"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 | ISO-8859-1 | C++ | false | false | 480 | cpp | /* Boost.MultiIndex test for range().
*
* Copyright 2003-2004 Joaquín M López Muñoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* See http://www.boost.org/libs/multi_index for library home page.... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
18
]
]
] |
d8f17f75b176428dc80d89237c266ad2be615246 | 009dd29ba75c9ee64ef6d6ba0e2d313f3f709bdd | /Android/MV/jni/h263/coder.cpp | 92e2a7e8fa36d4e9f196757da20d750125713932 | [] | no_license | AnthonyNystrom/MobiVU | c849857784c09c73b9ee11a49f554b70523e8739 | b6b8dab96ae8005e132092dde4792cb363e732a2 | refs/heads/master | 2021-01-10T19:36:50.695911 | 2010-10-25T03:39:25 | 2010-10-25T03:39:25 | 1,015,426 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 31,501 | cpp | ////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
// Author : Nagareshwar Y Talekar ( nsry2002@yahoo.co.in)
// Date : 15-6-2004.
//
// I have converted... | [
"nystrom.anthony@gmail.com"
] | [
[
[
1,
1110
]
]
] |
29c48374e2fbc04ad88fb6a5ae4cff93862d0bb4 | 3e69b159d352a57a48bc483cb8ca802b49679d65 | /tags/release-2006-04-24/pcbnew/essai.h | 38285350e9997b2dc5fc62ff11fc564db8dd61d2 | [] | 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 | 2,566 | h | /////////////////////////////////////////////////////////////////////////////
// Name: essai.h
// Purpose:
// Author: jean-pierre Charras
// Modified by:
// Created: 28/02/2006 07:46:42
// RCS-ID:
// Copyright: License GNU
// Licence:
/////////////////////////////////////////... | [
"fcoiffie@244deca0-f506-0410-ab94-f4f3571dea26"
] | [
[
[
1,
100
]
]
] |
da170175e971e22dcd025240f8e13f597b9ad1b0 | daa67e21cc615348ba166d31eb25ced40fba9dc7 | /GameCode/Mesh.cpp | bc1eddefb36d3cb1309436708f60f5a8da56605a | [] | no_license | gearsin/geartesttroject | 443d48b7211f706ab2c5104204bad7228458c3f2 | f86f255f5e9d1d34a00a4095f601a8235e39aa5a | refs/heads/master | 2020-05-19T14:27:35.821340 | 2008-09-02T19:51:16 | 2008-09-02T19:51:16 | 32,342,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,000 | cpp | //------------------------------------------------------------------------------------------------------------------
#include "StdAfx.h"
#include "Renderer.h"
#include "Mesh.h"
//------------------------------------------------------------------------------------------------------------------
cMesh::cMesh( con... | [
"sunil.ssingh@592c7993-d951-0410-8115-35849596357c"
] | [
[
[
1,
31
]
]
] |
ea7d98520581e25127b40abf24394f53661d6a68 | 9fb229975cc6bd01eb38c3e96849d0c36985fa1e | /src/Lib3D2/IMath.cpp | 4ea1b5e7a56840705157ad137fbb9944ce888f09 | [] | no_license | Danewalker/ahr | 3758bf3219f407ed813c2bbed5d1d86291b9237d | 2af9fd5a866c98ef1f95f4d1c3d9b192fee785a6 | refs/heads/master | 2016-09-13T08:03:43.040624 | 2010-07-21T15:44:41 | 2010-07-21T15:44:41 | 56,323,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,267 | cpp | // integer math class
// note: sinus/cosinus/atan table are not stored in const array to be available everywhere with
// symbian. (cannot be defined a global array), so must be rebuild if array size changed
#include "HG/HighGear.h"
#include "imath.h"
#include <stdlib.h>
#ifndef NGI
#include <math.h>
#endif ... | [
"jakesoul@c957e3ca-5ece-11de-8832-3f4c773c73ae"
] | [
[
[
1,
446
]
]
] |
0f43dfb83923a3fc0ec548dae0319007c8c1e814 | 91b964984762870246a2a71cb32187eb9e85d74e | /SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/libs/filesystem/src/utf8_codecvt_facet.hpp | 1cf9327454517a37016516e40d549a36eef1f72d | [
"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 | WINDOWS-1252 | C++ | false | false | 902 | hpp | // Copyright © 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
// Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). Permission to copy,
// use, modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided "as is"
// without... | [
"66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278"
] | [
[
[
1,
25
]
]
] |
693cddbae4cd7800ee9d59fd34642aae9e67df87 | ccc3e2995bc64d09b9e88fea8c1c7e2029a60ed8 | /SO/Trabalhos/Trabalho 2/tmp_src/31529/versao3 terminarAvioes implementado e codigo comentado/Trab2.cpp | 2f0913f2acb616264e8120297010b4209af27728 | [] | no_license | masterzdran/semestre5 | e559e93017f5e40c29e9f28466ae1c5822fe336e | 148d65349073f8ae2f510b5659b94ddf47adc2c7 | refs/heads/master | 2021-01-25T10:05:42.513229 | 2011-02-20T17:46:14 | 2011-02-20T17:46:14 | 35,061,115 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 8,670 | cpp | // Trab2.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "Trab2.h"
#define MAX_LOADSTRING 100
#define MAX_BUFFER 21
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADST... | [
"the.whinner@b139f23c-5e1e-54d6-eab5-85b03e268133"
] | [
[
[
1,
284
]
]
] |
b8e93beed3d4c5992957a6683adb63999274119f | 22d9640edca14b31280fae414f188739a82733e4 | /Code/VTK/include/vtk-5.2/vtkXMLDataElement.h | 297cf5c59ba64f5fc7933d7c8072a3b491a3e2a8 | [] | no_license | tack1/Casam | ad0a98febdb566c411adfe6983fcf63442b5eed5 | 3914de9d34c830d4a23a785768579bea80342f41 | refs/heads/master | 2020-04-06T03:45:40.734355 | 2009-06-10T14:54:07 | 2009-06-10T14:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,731 | h | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkXMLDataElement.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.... | [
"nnsmit@9b22acdf-97ab-464f-81e2-08fcc4a6931f"
] | [
[
[
1,
268
]
]
] |
c4bab66799ba97f2b7f4f4ede8aeb6d980b4501d | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/ObjectDLL/ObjectShared/DeathMatchMissionMgr.h | 8cc4582fc1f60fa7d0376fb8a5d1285e877ffaf5 | [] | no_license | rickyharis39/nolf2 | ba0b56e2abb076e60d97fc7a2a8ee7be4394266c | 0da0603dc961e73ac734ff365bfbfb8abb9b9b04 | refs/heads/master | 2021-01-01T17:21:00.678517 | 2011-07-23T12:11:19 | 2011-07-23T12:11:19 | 38,495,312 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,471 | h | // ----------------------------------------------------------------------- //
//
// MODULE : DeathMatchMissionMgr.h
//
// PURPOSE : Definition of class to handle deathmatch missions
//
// (c) 2002 Monolith Productions, Inc. All Rights Reserved
//
// ------------------------------------------------------------... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
56
]
]
] |
ada4109a4ca0386f5b42fb88870b089368e770b1 | 57574cc7192ea8564bd630dbc2a1f1c4806e4e69 | /Poker/Cliente/OpUIClienteSolicitarArchivo.cpp | f4a116602bf75faebe4584e3cf0207499463af4a | [] | no_license | natlehmann/taller-2010-2c-poker | 3c6821faacccd5afa526b36026b2b153a2e471f9 | d07384873b3705d1cd37448a65b04b4105060f19 | refs/heads/master | 2016-09-05T23:43:54.272182 | 2010-11-17T11:48:00 | 2010-11-17T11:48:00 | 32,321,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,629 | cpp | #include "OpUIClienteSolicitarArchivo.h"
#include "DomTree.h"
#include "DomTreeFactory.h"
#include "Elemento.h"
#include "UICliente.h"
#include "Cliente.h"
#include "XmlParser.h"
#include "PokerException.h"
#include "RecursosCliente.h"
#include "Respuesta.h"
#include "Mesa.h"
#include "Jugador.h"
#include "... | [
"pablooddo@a9434d28-8610-e991-b0d0-89a272e3a296",
"natlehmann@gmail.com@a9434d28-8610-e991-b0d0-89a272e3a296"
] | [
[
[
1,
8
],
[
10,
22
],
[
24,
25
],
[
27,
45
],
[
47,
48
],
[
51,
51
],
[
53,
54
],
[
57,
65
],
[
67,
71
],
[
73,
74
... |
eb32dbfd2f7df132cd37f85437d05a2e5c7dd436 | cb480b1c0fbf026576305311c8af98237161d49c | /branches/1.2-BRANCH/AlarmClock.cpp | d457c84766e2bb862932b1b4a53e5a21e93b8691 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | BackupTheBerlios/winamp-alarm-svn | 770a832880b0e65ff94fd468f5a983df9c1c78fe | fb10dd4adc643abc0509bd3d355ae31ad0ae9e43 | refs/heads/master | 2021-01-01T17:22:19.131562 | 2005-02-20T20:06:01 | 2005-02-20T20:06:01 | 40,773,150 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,200 | cpp | /*
Copyright (c) 2004 Harri Salokorpi <hsalokor@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, ... | [
"gillet@03ee7669-e0e8-0310-81e0-e03ded02296e"
] | [
[
[
1,
472
]
]
] |
29f6e79d43c471ced37ef69b1dcaf125e08062e9 | 45c0d7927220c0607531d6a0d7ce49e6399c8785 | /GlobeFactory/src/gfx/material_def/text.hh | ead5afae13b3e1b43e32bc365cb2ddf723db5468 | [] | no_license | wavs/pfe-2011-scia | 74e0fc04e30764ffd34ee7cee3866a26d1beb7e2 | a4e1843239d9a65ecaa50bafe3c0c66b9c05d86a | refs/heads/master | 2021-01-25T07:08:36.552423 | 2011-01-17T20:23:43 | 2011-01-17T20:23:43 | 39,025,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,602 | hh | ////////////////////////////////////////////////////////////////////////////////
// Filename : text.hh
// Authors : Creteur Clement
// Last edit : 09/03/10 - 20h06
// Comment :
////////////////////////////////////////////////////////////////////////////////
#ifndef MATERIAL_DEF_TEXT_HH
#define MATERIAL_DEF_... | [
"creteur.c@8e971d8e-9cf3-0c36-aa0f-a7c54ab41ffc"
] | [
[
[
1,
51
]
]
] |
017a32399621637a7288a5e56b016fe2caaed961 | 3bf3c2da2fd334599a80aa09420dbe4c187e71a0 | /VTD_main.cpp | 7f9eae0912eefc718909d6456153d138f3902666 | [] | no_license | xiongchiamiov/virus-td | 31b88f6a5d156a7b7ee076df55ddce4e1c65ca4f | a7b24ce50d07388018f82d00469cb331275f429b | refs/heads/master | 2020-12-24T16:50:11.991795 | 2010-06-10T05:05:48 | 2010-06-10T05:05:48 | 668,821 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,744 | cpp | #include <stdlib.h>
//#include <iostream>
#include <vector>
#include <map>
#include <time.h>
#ifdef __unix__
#include <GL/glut.h>
#endif
#ifdef __APPLE__
#include "GLUT/glut.h"
#endif
#ifdef _WIN32
#include <gl/glut.h>
#endif
#include "MyVector.h"
#include "Camera.h"
#include "... | [
"agonza40@05766cc9-4f33-4ba7-801d-bd015708efd9",
"tcasella@05766cc9-4f33-4ba7-801d-bd015708efd9",
"pearson@05766cc9-4f33-4ba7-801d-bd015708efd9",
"kehung@05766cc9-4f33-4ba7-801d-bd015708efd9",
"jlangloi@05766cc9-4f33-4ba7-801d-bd015708efd9"
] | [
[
[
1,
4
],
[
14,
15
],
[
17,
20
],
[
22,
25
],
[
27,
31
],
[
35,
46
],
[
48,
48
],
[
50,
53
],
[
57,
57
],
[
62,
62
... |
439e276777be0bea8d0e9cd5da8bcca75faa9913 | b505ef7eb1a6c58ebcb73267eaa1bad60efb1cb2 | /source/sound/soundfile.h | 6ef7a29cb29c9f05af5e2d6df409a594ba6c2fe0 | [] | 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 | 2,901 | h | #ifndef maid2_sound_soundfile_h
#define maid2_sound_soundfile_h
#include"../config/define.h"
#include"../auxiliary/globalpointer.h"
#include"../auxiliary/jobcachetemplate.h"
#include"../auxiliary/string.h"
#include"../auxiliary/memorybuffer.h"
#include"soundcore.h"
#include"soundmessagebase.h"
#include"... | [
"renji2000@gmail.com"
] | [
[
[
1,
113
]
]
] |
68c5049c43bbc73e0e4cc490ccce1547654bb20e | bdb1e38df8bf74ac0df4209a77ddea841045349e | /CapsuleSortor/Version 1.0 -2.0/CapsuleSortor-10-11-15/ToolCVB/CapsuleProc.cpp | 5a2f56b36e3f6c9c9dfa4b06f3a6019fc56c0a64 | [] | no_license | Strongc/my001project | e0754f23c7818df964289dc07890e29144393432 | 07d6e31b9d4708d2ef691d9bedccbb818ea6b121 | refs/heads/master | 2021-01-19T07:02:29.673281 | 2010-12-17T03:10:52 | 2010-12-17T03:10:52 | 49,062,858 | 0 | 1 | null | 2016-01-05T11:53:07 | 2016-01-05T11:53:07 | null | GB18030 | C++ | false | false | 39,859 | cpp | #include <emmintrin.h>
#include "CapsuleProc.h"
#include "HorizonExtend.h"
#include "Translation.h"
#include "TTimediff.h"
CapsuleProc::ESaveState CapsuleProc::m_eSaveState = eNoSave;
size_t CapsuleProc::m_allCount = 0; //全部胶囊数量
size_t CapsuleProc::m_badCount = 0; //次品胶囊数量
SortObserver Capsul... | [
"vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e"
] | [
[
[
1,
1474
]
]
] |
499b01893ebd0527aa263cc5e4e77a8eef969f2c | 96e96a73920734376fd5c90eb8979509a2da25c0 | /C3DE/Input.h | a7bc0f86a1bc17957d0f720ac1c8a0c2e094d186 | [] | no_license | lianlab/c3de | 9be416cfbf44f106e2393f60a32c1bcd22aa852d | a2a6625549552806562901a9fdc083c2cacc19de | refs/heads/master | 2020-04-29T18:07:16.973449 | 2009-11-15T10:49:36 | 2009-11-15T10:49:36 | 32,124,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 939 | h | #ifndef INPUT_H
#define INPUT_H
#include "MouseListener.h"
#include "KeyboardListener.h"
#include <vector>
using namespace std;
class Input
{
public:
Input();
virtual ~Input();
virtual void Update() = 0;
virtual void Init(){};
virtual bool IsKeyDown(int key) = 0;
//useful for replay
virtual ... | [
"caiocsabino@7e2be596-0d54-0410-9f9d-cf4183935158"
] | [
[
[
1,
37
]
]
] |
9d9e26223625887196ca123ccc88748a911020f3 | ad80c85f09a98b1bfc47191c0e99f3d4559b10d4 | /code/src/gfx/nchannelserver_cmds.cc | dd12aa7e77df4237f410194ed595d70ca270b049 | [] | 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 | UTF-8 | C++ | false | false | 7,069 | cc | #define N_IMPLEMENTS nChannelServer
//------------------------------------------------------------------------------
// nchannelserver_cmds.cc
// (C) 2001 RadonLabs GmbH
//------------------------------------------------------------------------------
#include "gfx/nchannelserver.h"
static void n_setchannel1f(... | [
"plushe@411252de-2431-11de-b186-ef1da62b6547"
] | [
[
[
1,
285
]
]
] |
fee50f8b504c8f7544c518da3e960204ccedf879 | b47e38256ce41d17fa8cbc7cbb46f8c4394b1e79 | /stdafx.cpp | 8bc7bde38eded7b9b6482a013e23611125c1bf3f | [] | no_license | timothyha/ppc-bq | b54162c6e117d6df9849054e75bc7da06d630c1a | 144c3a00bd130fc34831f530e2c7207edaa8ee7e | refs/heads/master | 2020-05-16T14:25:31.426285 | 2010-09-04T06:03:47 | 2010-09-04T06:03:47 | 32,114,289 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 292 | cpp | // stdafx.cpp : source file that includes just the standard includes
// ppcbq.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
| [
"nuh.ubf@e3e9064e-3af0-11de-9146-fdf1833cc731"
] | [
[
[
1,
8
]
]
] |
ee49f43dce278123e2e53a4b317c34419847fdd6 | de1e5905af557c6155ee50f509758a549e458ef3 | /src/treesynth/Eliot/Eliot.h | 966727d70fe88a08163a05e757ce6b39b26c8cfa | [] | no_license | alltom/taps | f15f0a5b234db92447a581f3777dbe143d78da6c | a3c399d932314436f055f147106d41a90ba2fd02 | refs/heads/master | 2021-01-13T01:46:24.766584 | 2011-09-03T23:20:12 | 2011-09-03T23:20:12 | 2,486,969 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,358 | h | // Treesynth object
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <assert.h>
#include <iostream>
#include "../lib/sndfile.h"
#include "daub.h"
#include "Stk.h"
#include "RtAudio.h"
#define TS_FLOAT float
#define TS_UINT unsigned int
#define CUTOFF (1 << 18)
#define MAX_TREE_SIZE (CUTOFF << 1)
#def... | [
"tom@alltom.com"
] | [
[
[
1,
197
]
]
] |
d1c49be44e6b212750ec020936159e51ec77099e | f96efcf47a7b6a617b5b08f83924c7384dcf98eb | /trunk/tlen/tlen_czaty/ChatEvent.cpp | 246c168f22f02da6a92ea9b0dcd871e45c82a338 | [] | no_license | BackupTheBerlios/mtlen-svn | 0b4e7c53842914416ed3f6b1fa02c3f1623cac44 | f0ea6f0cec85e9ed537b89f7d28f75b1dc108554 | refs/heads/master | 2020-12-03T19:37:37.828462 | 2011-12-07T20:02:16 | 2011-12-07T20:02:16 | 40,800,938 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,214 | cpp | /*
MUCC Group Chat GUI Plugin for Miranda IM
Copyright (C) 2004 Piotr Piastucki
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 late... | [
"the_leech@3f195757-89ef-0310-a553-cc0e5972f89c"
] | [
[
[
1,
174
]
]
] |
6dc3a6403ead68d62d2bb02f6a48eb2d84020c9d | d673a65d70b98f70a4ded27a087cac8c53da4d8e | /lib/cryptopp/bench.cpp | 57596361e9d644d925daef656543779bbfb1c653 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-cryptopp",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vrajanap/carbon-state-machine | cc7e840b4628fec79e6a6e8df4036a8c9818c665 | f74f89d766af331addc829b41e6604dc943ba5bc | refs/heads/master | 2016-09-05T23:10:15.158249 | 2008-10-27T05:22:32 | 2008-10-27T05:22:32 | 32,377,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,134 | cpp | // bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#include "bench.h"
#include "crc.h"
#include "adler32.h"
#include "idea.h"
#include "des.h"
#include "rc5.h"
#include "blowfish.h"
#include "wake.h"
#include "cast.h"
#include "seal.h"
#include "rc6.h"
#i... | [
"mailtosrinath@6cd178ee-90f9-11dd-b633-d39c22b7b77f"
] | [
[
[
1,
342
]
]
] |
bccc3adb5f1cfdf6cc5f14febaedfd2b255ae176 | d2996420f8c3a6bbeef63a311dd6adc4acc40436 | /src/client/hud/ClientHUDResources.h | 0e7ccab03edd413bca6b480112c140974dac383e | [] | no_license | aruwen/graviator | 4d2e06e475492102fbf5d65754be33af641c0d6c | 9a881db9bb0f0de2e38591478429626ab8030e1d | refs/heads/master | 2021-01-19T00:13:10.843905 | 2011-03-13T13:15:25 | 2011-03-13T13:15:25 | 32,136,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 881 | h | //*********************************************************
// Graviator - QPT2a - FH Salzburg
// Stefan Ebner - Malte Langkabel - Christian Winkler
//
// ClientHUDResources
// Manages the silverback for the ingame HUDs, so that ih has to be loaded just once. Singleton.
//
//*************************************... | [
"nightwolve@gmail.com@c8d5bfcc-1391-a108-90e5-e810ef6ef867"
] | [
[
[
1,
37
]
]
] |
cf5e2f799dbb9e79efc12b3cd009c477f6dad18e | c3531ade6396e9ea9c7c9a85f7da538149df2d09 | /Param/src/Common/Macro.h | a59578d35150d783b83f859f0f410aa7494d0062 | [] | no_license | feengg/MultiChart-Parameterization | ddbd680f3e1c2100e04c042f8f842256f82c5088 | 764824b7ebab9a3a5e8fa67e767785d2aec6ad0a | refs/heads/master | 2020-03-28T16:43:51.242114 | 2011-04-19T17:18:44 | 2011-04-19T17:18:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,543 | h | /* ================== Library Information ================== */
// [Name]
// MeshLib Library
//
// [Developer]
// Xu Dong
// State Key Lab of CAD&CG, Zhejiang University
//
// [Date]
// 2005-08-05
//
// [Goal]
// A general, flexible, versatile and easy-to-use mesh library for research purpose.
// Support... | [
"weihongyu1987@gmail.com"
] | [
[
[
1,
103
]
]
] |
ee19d8d6bde9978ef80619ec4b45585bb788a9aa | 2ca3ad74c1b5416b2748353d23710eed63539bb0 | /Src/Lokapala/Operator/DharaniFacade.h | 04986db57274474eba1bbd8aff5c58a59ea2465f | [] | no_license | sjp38/lokapala | 5ced19e534bd7067aeace0b38ee80b87dfc7faed | dfa51d28845815cfccd39941c802faaec9233a6e | refs/heads/master | 2021-01-15T16:10:23.884841 | 2009-06-03T14:56:50 | 2009-06-03T14:56:50 | 32,124,140 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 989 | h | /**@file DharaniFacade.h
* @brief Dharani component의 facade
* @author siva
*/
#ifndef DHARANI_FACADE_H
#define DHARANI_FACADE_H
#include "DharaniInterface.h"
#include "DharaniDTO.h"
/**@ingroup GroupDharani
* @class CDharaniFacade
* @brief Dharani Component의 Facade. Interface를 상속받아 실질적인 행동을 한다.
... | [
"nilakantha38@b9e76448-5c52-0410-ae0e-a5aea8c5d16c"
] | [
[
[
1,
42
]
]
] |
0ba73bd65da878983332d627b99f5b98eb4ad66a | 5dfa2f8acf81eb653df4a35a76d6be973b10a62c | /branches/test/CCV_Select_Camera/addons/ofxNCore/src/MultiCams/SetDevices.cpp | 27ff0103515ccc167a40656b53159925ab82712e | [] | no_license | guozanhua/ccv-multicam | d69534ff8592f7984a5eadc83ed8b20b9d3df949 | 31206f0de7f73b3d43f2a910fdcdffb7ed1bf2c2 | refs/heads/master | 2021-01-22T14:24:52.321877 | 2011-08-31T14:18:44 | 2011-08-31T14:18:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,224 | cpp | //! SetDevices.cpp
/*!
*
*
* Created by Yishi Guo on 05/31/2011.
* Copyright 2011 NUI Group. All rights reserved.
*
*/
//--------------------------------------------------------------
#include "SetDevices.h"
//--------------------------------------------------------------
SetDevices::SetDevices() {
bShowInterfa... | [
"baicaibang@da66ed7f-4d6a-8cb4-a557-1474cfe16edc"
] | [
[
[
1,
437
]
]
] |
a0d1f3a07ecd7abe592f672d6a54e46855dc8fdd | 5095bbe94f3af8dc3b14a331519cfee887f4c07e | /Shared/ComponentInterface/Variable.h | 8932b8d20647c331b37b132f405cf39a5b7d3646 | [] | no_license | sativa/apsim_development | efc2b584459b43c89e841abf93830db8d523b07a | a90ffef3b4ed8a7d0cce1c169c65364be6e93797 | refs/heads/master | 2020-12-24T06:53:59.364336 | 2008-09-17T05:31:07 | 2008-09-17T05:31:07 | 64,154,433 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,154 | h | //---------------------------------------------------------------------------
#ifndef VariableH
#define VariableH
#include <string>
#include <vector>
#include <general/platform.h>
#include <ComponentInterface/Interfaces.h>
namespace protocol {
class EXPORT Variable : public IData
// ----------------... | [
"hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8",
"devoilp@8bb03f63-af10-0410-889a-a89e84ef1bc8"
] | [
[
[
1,
6
],
[
8,
12
],
[
14,
43
]
],
[
[
7,
7
],
[
13,
13
]
]
] |
b23cdd1e0a8167460dc6261a7173b2e8a71c4520 | 5927f0908f05d3f58fe0adf4d5d20c27a4756fbe | /examples/igantt/gantt_view_delegate.cpp | a19a24a330c268adb55e3ee156ed362cdeab9d6f | [] | no_license | seasky013/x-framework | b5585505a184a7d00d229da8ab0f556ca0b4b883 | 575e29de5840ede157e0348987fa188b7205f54d | refs/heads/master | 2016-09-16T09:41:26.994686 | 2011-09-16T06:16:22 | 2011-09-16T06:16:22 | 41,719,436 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,539 | cpp |
#include "gantt_view_delegate.h"
#include "base/logging.h"
#include "ui_gfx/icon_util.h"
#include "ui_gfx/image/image.h"
#include "ui_base/clipboard/clipboard.h"
#include "ui_base/resource/resource_bundle.h"
#include "../wanui_res/resource.h"
GanttViewDelegate::GanttViewDelegate() : default_parent_view_(... | [
"wlwlxj@gmail.com"
] | [
[
[
1,
62
]
]
] |
ffc9d4c2806c0ef55594af40b3d7f198ba425db1 | 29c5bc6757634a26ac5103f87ed068292e418d74 | /src/tlclasses/CLevel.h | 046a7c09b39fb6f205de10879bccd7afc64c9770 | [] | no_license | drivehappy/tlapi | d10bb75f47773e381e3ba59206ff50889de7e66a | 56607a0243bd9d2f0d6fb853cddc4fce3e7e0eb9 | refs/heads/master | 2021-03-19T07:10:57.343889 | 2011-04-18T22:58:29 | 2011-04-18T22:58:29 | 32,191,364 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,257 | h | #pragma once
#include "_CList.h"
#include "_CLinkedListNode.h"
#include "CQuadTree.h"
#include "CCollisionList.h"
#include "CCharacter.h"
#include "CResourceManager.h"
#include "CAstarPathFinder.h"
#include "CEquipment.h"
#include "CLevelTemplateData.h"
#include "CAutomap.h"
#include "CChunk.h"
#include... | [
"drivehappy@53ea644a-42e2-1498-a4e7-6aa81ae25522"
] | [
[
[
1,
278
]
]
] |
41004d73524c43f574828cfaea8110b6561e01d5 | 6114db1d18909e8d38365a81ab5f0b1221c6d479 | /Sources/ExpressionParser/AssemblyInfo.cpp | 04c87df3179d13ff1c8447a4faec7fc57bb8bcaa | [] | no_license | bitmizone/asprofiled | c6bf81e89037b68d0a7c8a981be3cd9c8a4db7c7 | b54cb47b1d3ee1ce6ad7077960394ddd5578c0ff | refs/heads/master | 2021-01-10T14:14:42.048633 | 2011-06-21T11:38:26 | 2011-06-21T11:38:26 | 48,724,442 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,348 | cpp | #include "stdafx.h"
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
... | [
"adamsonic@cf2cc628-70ab-11de-90d8-1fdda9445408"
] | [
[
[
1,
40
]
]
] |
01679fa8d313e914bdee60b44e50809b9e26ec94 | cfa6cdfaba310a2fd5f89326690b5c48c6872a2a | /Sources/Tutorials/Simple Chat/Client/Client/Client.cpp | b0a7bba2a8149140275e7ff1159a22b52213c5bd | [] | 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 | 2,497 | cpp |
// Client.cpp : 응용 프로그램에 대한 클래스 동작을 정의합니다.
//
#include "stdafx.h"
#include "Client.h"
#include "ClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CClientApp
BEGIN_MESSAGE_MAP(CClientApp, CWinAppEx)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
// CClientApp 생성
CClientA... | [
"ibillkim@yahoo.com"
] | [
[
[
1,
85
]
]
] |
d3c7864d2bd225c2cb955f5333a7ef88a6a175e3 | 841e58a0ee1393ddd5053245793319c0069655ef | /Karma/Headers/GuiMouseOver.h | 577018c1ce2f5d07e04f06457e1439980a01f40c | [] | no_license | dremerbuik/projectkarma | 425169d06dc00f867187839618c2d45865da8aaa | faf42e22b855fc76ed15347501dd817c57ec3630 | refs/heads/master | 2016-08-11T10:02:06.537467 | 2010-06-09T07:06:59 | 2010-06-09T07:06:59 | 35,989,873 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,785 | h | /*---------------------------------------------------------------------------------*/
/* File: GuiMouseOver.h */
/* Author: Per Karlsson, perkarlsson89@gmail.com */
/* */
/* Description: GuiMouseOver is a class that takes cares of GUI elements that */
/* has mou... | [
"perkarlsson89@0a7da93c-2c89-6d21-fed9-0a9a637d9411"
] | [
[
[
1,
315
]
]
] |
848b7131714681fdfe761db7de657984dbcf851a | 2dbbca065b62a24f47aeb7ec5cd7a4fd82083dd4 | /OUAN/OUAN/Src/Loader/XMLParser.h | 600faee0e7781ecc71e5bffda0b922f5dac7f897 | [] | no_license | juanjmostazo/once-upon-a-night | 9651dc4dcebef80f0475e2e61865193ad61edaaa | f8d5d3a62952c45093a94c8b073cbb70f8146a53 | refs/heads/master | 2020-05-28T05:45:17.386664 | 2010-10-06T12:49:50 | 2010-10-06T12:49:50 | 38,101,059 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,867 | h | #ifndef XMLParserH_H
#define XMLParserH_H
#include "../OUAN.h"
namespace OUAN
{
class XMLParser
{
protected:
TiXmlDocument *XMLDoc;
TiXmlElement *XMLRootNode;
void parseLevelRoot(TiXmlElement *XMLNode);
void parseElements(TiXmlElement *XMLNode);
void parseElement(TiXmlElement *XMLNode... | [
"wyern1@1610d384-d83c-11de-a027-019ae363d039",
"ithiliel@1610d384-d83c-11de-a027-019ae363d039"
] | [
[
[
1,
15
],
[
17,
21
],
[
23,
28
],
[
34,
43
],
[
45,
46
],
[
48,
61
],
[
63,
79
]
],
[
[
16,
16
],
[
22,
22
],
[
29,
... |
9dc9214247983f1b014a22acf151a8bc551c8f3c | 9ad9345e116ead00be7b3bd147a0f43144a2e402 | /Integration_WAH_&_Extraction/SMDataExtraction/SEEDMinerGUIApplication/SeedMinerGui.h | 2de1df85d2c25f675dfe3d8e2ad0a3adcea46501 | [] | 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 | 1,445 | h | // IntelliCheckersUI.h : main header file for the IntelliCheckersUI application
//
#if !defined(AFX_IntelliCheckersUI_H__47F8577B_C6E8_484F_88BC_BA4252C3B545__INCLUDED_)
#define AFX_IntelliCheckersUI_H__47F8577B_C6E8_484F_88BC_BA4252C3B545__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
... | [
"jaadds@c7f6ba40-6498-11de-987a-95e5a5a5d5f1"
] | [
[
[
1,
49
]
]
] |
79754ab7def946a01acce771a25a3bdaed787796 | e3f578e81aa4402c2fa4bc3434be80c2e203dbf9 | /libs/gpm/crypto/blowfish.hpp | a48c2e16d19dbab08c0f5a8c0d87aae090da3424 | [] | no_license | bytemaster/GeneralPublicMarket | b4d53a651bfe3cacb7c363517dc24224ae51e9d9 | 70f73235f33be1feac6f209b719d2bb79d6da0b3 | refs/heads/master | 2016-09-10T18:58:42.152557 | 2011-05-23T04:08:52 | 2011-05-23T04:08:52 | 1,485,893 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 8,229 | hpp | ////////////////////////////////////////////////////////////////////////////
///
// Blowfish.h Header File
//
// BLOWFISH ENCRYPTION ALGORITHM
//
// encryption and decryption of Byte Strings using the Blowfish encryption Algorithm.
// Blowfish is a block cipher that encrypts data in 8-byte blocks. The a... | [
"dlarimer@gmail.com"
] | [
[
[
1,
190
]
]
] |
7b05cd7c6de700a2eb6469878d2001c2bcd1855e | 9ad9345e116ead00be7b3bd147a0f43144a2e402 | /Integration_WAH_&_Extraction/SMDataExtraction/SMDataExtraction/ConfigurationReader.h | f017d8566a686f70c2129033287dd319c01eb5a8 | [] | 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 | 2,173 | h | #pragma once
#include <hash_map>
#include <iostream>
//#include <string>
using namespace std;
using namespace stdext;
/************************************************************************/
/* Class :ConfigurationReader.h
/* Started:11.03.2010 13:51:02
/* Updated:28.05.2010 21:18:51
/* Auth... | [
"jaadds@c7f6ba40-6498-11de-987a-95e5a5a5d5f1",
"samfernandopulle@c7f6ba40-6498-11de-987a-95e5a5a5d5f1"
] | [
[
[
1,
7
],
[
18,
20
],
[
23,
30
],
[
37,
43
],
[
46,
69
],
[
73,
73
]
],
[
[
8,
17
],
[
21,
22
],
[
31,
36
],
[
44,
... |
96799873e72401b3c00e194ef1f3914603b35b84 | 279b68f31b11224c18bfe7a0c8b8086f84c6afba | /playground/barfan/0.0.1-DEV-02/connection.hpp | ad0f36cacfb1e65d513d57df7ac8bae9ae9c6991 | [] | no_license | bogus/findik | 83b7b44b36b42db68c2b536361541ee6175bb791 | 2258b3b3cc58711375fe05221588d5a068da5ea8 | refs/heads/master | 2020-12-24T13:36:19.550337 | 2009-08-16T21:46:57 | 2009-08-16T21:46:57 | 32,120,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,035 | hpp | #ifndef FINDIK_IO_CONNECTION_HPP
#define FINDIK_IO_CONNECTION_HPP
#include <boost/asio.hpp>
#include <boost/array.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "findik_config.hpp"
#include "reply.hpp"
#include "request.hpp"
#i... | [
"barfan@d40773b4-ada0-11de-b0a2-13e92fe56a31"
] | [
[
[
1,
107
]
]
] |
f947fc395e9dbd061c5a206d7b7aa0c18ca85c62 | 3761dcce2ce81abcbe6d421d8729af568d158209 | /include/cybergarage/xml/NodeData.h | e4eabb18a87214b4fbd66bb16bb6ade554f2c0c6 | [
"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 | 740 | h | /******************************************************************
*
* CyberXML for C++
*
* Copyright (C) Satoshi Konno 2002-2003
*
* File: Data.h
*
* Revision;
*
* 07/22/03
* - first revision
*
******************************************************************/
#ifndef _CXML_XMLNODEDATA_H_
#define _... | [
"skonno@b944b01c-6696-4570-ab44-a0e08c11cb0e"
] | [
[
[
1,
55
]
]
] |
07343a71c1404e6be0308553556bf177711eec79 | 01fa2d8a6dead72c3f05e22b9e63942b4422214f | /src/test/pull.cpp | 4886cb888a3ae7418916b2d68e668266cc24dcbc | [] | no_license | AlekseiCherkes/ttscpp | 693f7aac56ae59cf2555b0852eb26a6f96a4dbe3 | e3976e6f5e4f5a7923effa95b25c8ba2031ae9f1 | refs/heads/master | 2021-01-10T20:36:58.267873 | 2011-12-17T10:00:24 | 2011-12-17T10:00:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,344 | cpp | // Important note for Visual C++ users
// If you put your tests into a library and your main() function is in a different library or in
// your .exe file, those tests will not run. The reason is a bug in Visual C++. When you define your
// tests, Google Test creates certain static objects to register them. These o... | [
"aleksei.cherkes@gmail.com"
] | [
[
[
1,
45
]
]
] |
46998dbe34a88cc6564fe1d4eafd34eba125ce66 | 602ebbd79009761dddc04cebb737f09bbe9bf16f | /Geometry/Point.cpp | 06b86fa10007de1c6bbed82443fde366c45f3282 | [] | no_license | RafaelMarinheiro/Objective-ART | f62d8ba8e0fc58fcf4291c8aed5288f2e01bc936 | 3a131981513360802398d0898772170b45d0d59f | refs/heads/master | 2021-01-19T09:44:21.829879 | 2011-10-21T19:58:25 | 2011-10-21T19:58:25 | 2,608,881 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | cpp | #include "GeometryAFX.h"
#include "Point.h"
#include <math.h>
using namespace oart;
Point::Point()
{
this->x = 0.0;
this->y = 0.0;
}
Point::Point(double x, double y)
{
this->x = x;
this->y = y;
}
Point::Point(const Point & v)
{
this->x = v.x;
this->y = v.y;
}
Point & Point::operator... | [
"rafael.fariasmarinheiro@gmail.com"
] | [
[
[
1,
95
]
]
] |
d9bda09677e6286fc40a924dcec6fc8aa10c5d07 | ee065463a247fda9a1927e978143186204fefa23 | /Src/Depends/Entity/precomp.h | a6cc690de9ed65195e12d5d4bdffe9e74a2edc54 | [
"Zlib"
] | permissive | ptrefall/hinsimviz | 32e9a679170eda9e552d69db6578369a3065f863 | 9caaacd39bf04bbe13ee1288d8578ece7949518f | refs/heads/master | 2021-01-22T09:03:52.503587 | 2010-09-26T17:29:20 | 2010-09-26T17:29:20 | 32,448,374 | 1 | 0 | null | null | null | null | ISO-8859-15 | C++ | false | false | 1,275 | h | /*Component-based Entity Engine
Copyright (c) 2009 Pål Trefall and Kenneth Gangstø
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... | [
"PTrefall@gmail.com@28a56cb3-1e7c-bc60-7718-65c159e1d2df"
] | [
[
[
1,
34
]
]
] |
1cf100d0b0d2381984c811ea0e4fda9df93f93d4 | 4d838ba98a21fc4593652e66eb7df0fac6282ef6 | /CaveProj/Editor.cpp | a61ee9f8447f7dec55f8a8f9995c5482a9e41814 | [] | no_license | davidhart/ProceduralCaveEditor | 39ed0cf4ab4acb420fa2ad4af10f9546c138a83a | 31264591f2dcd250299049c826aeca18fc52880e | refs/heads/master | 2021-01-17T15:10:09.100572 | 2011-05-03T19:24:06 | 2011-05-03T19:24:06 | 69,302,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,334 | cpp | #include "Editor.h"
#include "RenderWindow.h"
#include "Util.h"
#include <iostream>
Editor::Editor(RenderWindow& renderWindow) :
_lightIcon(NULL),
_selectedLight(-1),
_selectedShape(-1),
_selectedObject(-1),
_positionWidget(Vector3f(0, 0, 0)),
_editorUI(renderWindow),
_preview(false),
_ball(_en... | [
"david.hart555@googlemail.com"
] | [
[
[
1,
319
]
]
] |
4e02c65a6c19dc354316f6ef8f58aade6a284545 | b2601dbc552b4ffa9b439dc17e5f18bb75b09379 | /src/arm9/source/lg/rand.cpp | cb90206f5492416ab1e8458dbaaec9ac5afa9d42 | [] | no_license | sgraham/twinisles | 70e9989e47933c87aa66f43efdd9b03c2b4e9d64 | e0086154fcc4f3be130d4c88b9af3a0aab490715 | refs/heads/master | 2021-01-18T13:53:55.740730 | 2010-10-13T06:59:12 | 2010-10-13T06:59:12 | 34,834,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,787 | cpp | #include "lg/rand.h"
namespace luvafair
{
// this code is taken from the SGADE gameboy library, thanks to Jaap
unsigned int Rand::ReloadMersenneTwister()
{
// Variables;
register unsigned int *p0=mRandState, *p2=mRandState+2, *pM=mRandState+LG_RAND_PERIOD, s0, s1;
register int j;
// Code;
... | [
"scott.hgrc@h4ck3r.net"
] | [
[
[
1,
71
]
]
] |
ff494e7faebcc8ebc1d866ee2eb7f5f2ae80ceb2 | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Common/ParameterFileParser/itkParameterFileParser.cxx | f1e61ffcc6b8da3db05a0c7a90034b0c89d5cd91 | [] | no_license | mijc/Diploma | 95fa1b04801ba9afb6493b24b53383d0fbd00b33 | bae131ed74f1b344b219c0ffe0fffcd90306aeb8 | refs/heads/master | 2021-01-18T13:57:42.223466 | 2011-02-15T14:19:49 | 2011-02-15T14:19:49 | 1,369,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,412 | cxx | /*======================================================================
This file is part of the elastix software.
Copyright (c) University Medical Center Utrecht. All rights reserved.
See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
details.
This software is distributed WITHOUT ANY WA... | [
"maik.stille@gmail.com"
] | [
[
[
1,
474
]
]
] |
87610ab5d2d36b6327548f98b88346fdc88223db | 5ff30d64df43c7438bbbcfda528b09bb8fec9e6b | /kgraphics/math/FileReader.h | 2c336f2bfb002970ecdf82cfdb3d5f764ae8510b | [] | no_license | lvtx/gamekernel | c80cdb4655f6d4930a7d035a5448b469ac9ae924 | a84d9c268590a294a298a4c825d2dfe35e6eca21 | refs/heads/master | 2016-09-06T18:11:42.702216 | 2011-09-27T07:22:08 | 2011-09-27T07:22:08 | 38,255,025 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 820 | h | #pragma once
#include <fstream>
namespace gfx {
class FileReader : public std::ifstream
{
public:
// constructor/destructor
inline FileReader() : std::ifstream() {}
inline FileReader( const char* filename ) : std::ifstream( filename ) {}
inline ~FileReader() {}
// stream managemen... | [
"keedongpark@keedongpark"
] | [
[
[
1,
31
]
]
] |
e9880baf9b9cabf42d506ec190d9ecc512533d1e | 15af06eb4abeb931d51d642057b5f60ed61d3cbf | /group/ccsjt/Usermanage/Group/Public.inc | e9363b996435ef6d2981bc48a1f6040146fe5075 | [] | no_license | zhaowe/bc | cf9954e205703e301dd1095c92901d100b159cb7 | d83f2b9219356e3abce3efca0f62efb92266d03d | refs/heads/master | 2021-01-19T18:07:19.497291 | 2011-04-15T12:01:35 | 2011-04-15T12:01:35 | 1,598,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 73 | inc | <%
Locale=application("locale")
UseObject=application("UseObject")
%> | [
"zhaoweien@gmail.com"
] | [
[
[
1,
4
]
]
] |
b17c19eda8a98ec3419050f469e9a69b79233b3e | b2d46af9c6152323ce240374afc998c1574db71f | /cursovideojuegos/theflostiproject/Code/Tools/Tests/AVITestProcess.cpp | e26391155fb91c4f0e7fdcee1e1561c2f96e6ed0 | [] | 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 | MacCentralEurope | C++ | false | false | 12,490 | cpp | #include "__PCH_Tests.h"
#include "AVITestProcess.h"
//---Engine Includes--------
#include "Core/Core.h"
#include "Language/LanguageManager.h"
#include "Input/InputManager.h"
#include "Input/ActionToInput.h"
#include "Graphics/RenderManager.h"
#include "Graphics/FontManager.h"
#include "Logger/Logger.h"
#... | [
"ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a"
] | [
[
[
1,
359
]
]
] |
b60a14fc5fae13d5e8261c9882a4d68086c1c1ed | a9afa168fac234c3b838dd29af4a5966a6acb328 | /CppUTest/src/Platforms/StarterKit/StarterMemoryLeakWarning.cpp | 48af69a002dbbe3191817203ecd331ae54c491d3 | [] | no_license | unclebob/tddrefcpp | 38a4170c38f612c180a8b9e5bdb2ec9f8971832e | 9124a6fad27349911658606392ba5730ff0d1e15 | refs/heads/master | 2021-01-25T07:34:57.626817 | 2010-05-10T20:01:39 | 2010-05-10T20:01:39 | 659,579 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 6,691 | cpp | /*
* Copyright (c) 2007, Michael Feathers, James Grenning and Bas Vodde
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above cop... | [
"unclebob@objectmentor.com"
] | [
[
[
1,
225
]
]
] |
1e8acf1d7cc2a155d6ae4274cad8c2aef4557a62 | c74b0c37ac8e2d3d1a3c0ffaa2b608bc4deff1c6 | /Toolkit/FreyaReflect/Lib/Source/ASTParser.cpp | 350e02eb1c31377db335cb5dfe5a468c7a9e5363 | [] | no_license | crsib/freya-3d | c33beeb787e572f2faf9528c6f3a1fa3875749c5 | ff1f54b09f7bc0e253053a474f3fe5635dbedde6 | refs/heads/master | 2022-05-21T19:42:30.694778 | 2011-03-11T13:49:00 | 2011-03-11T13:49:00 | 259,894,429 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,385 | cpp | #include "FreyaReflect.h"
#include "NamespaceNode.h"
#include "ClassNodes.h"
#include "EnumNodes.h"
#include <exception>
#include <string>
#include <iostream>
#include "cc.ast.gen.h"
#include "srcloc.h"
#include <stack>
#include <hash_set>
class ASTException : public std::exception
{
public:
... | [
"crsib@localhost"
] | [
[
[
1,
276
]
]
] |
ae917c3e166fa300b22cd3676c961c2f8a9a459e | d9a78f212155bb978f5ac27d30eb0489bca87c3f | /PB/src/PbServer/main.cpp | c687e12d9436af15f0240bc015e12db0316be557 | [] | no_license | marchon/pokerbridge | 1ed4a6a521f8644dcd0b6ec66a1ac46879b8473c | 97d42ef318bf08f3bc0c0cb1d95bd31eb2a3a8a9 | refs/heads/master | 2021-01-10T07:15:26.496252 | 2010-05-17T20:01:29 | 2010-05-17T20:01:29 | 36,398,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | cpp | #include "stdafx.h"
#include "pbserver.h"
int main(int argc, char*argv[])
{
QPBLog::install();
QPBLog::logToFile("pbserver.log");
//PBLib_init();
qLog(Debug)<<"pblaunch";
QCoreApplication app(argc, argv);
PBServer *s = new PBServer(&app);
int res = app.exec();
QPBLog::uninstall();
qL... | [
"mikhail.mitkevich@a5377438-2eb2-11df-b28a-19025b8c0740"
] | [
[
[
1,
22
]
]
] |
bcdfd14a6f5f301ce277771fabf0ec8f6091d66e | e6b2dff99c07c1ef66cc16d15594f8ae1de902d5 | /src/menu.cpp | 7ffd766bb43b578754adece1caa19e3a483ef980 | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | bkz/w32context | 315e52c6985eb6717b0b613e0d186a70ce494135 | 86d6756d98a7f506b8cc395c9fb9ec0a35fe81b7 | refs/heads/master | 2016-09-06T00:26:14.364251 | 2009-10-14T18:23:43 | 2009-10-14T18:23:43 | 336,593 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,399 | cpp | ///////////////////////////////////////////////////////////////////////////////////////////////////
//
// Manually launch Explorer context menu for a file/folder.
//
// Inspired from code in Jeff Prosise column "Wicked Code" (WSJ April 1997).
//
// Babar k. Zafar (babar.zafar@gmail.com)
//
//////////////////... | [
"babar.zafar@gmail.com"
] | [
[
[
1,
446
]
]
] |
78c4c19da27e0a4fbf08a078adea7e94d77afdd4 | bf0684ce69d618b1bbad5e2b4d8c8d4c79c1048b | /boot/log/include/logging.h | 6b362c2d6fdf1a4d30d8a0e0a222b839338bf615 | [
"BSD-3-Clause"
] | permissive | cider-load-test/devon | 485829d3ad8c980eeeb352a594571e4ff69711aa | 5b11265e5eae3db7bfaeb49543a2a6293bd15557 | refs/heads/master | 2021-12-02T07:24:11.497854 | 2010-08-07T09:16:40 | 2010-08-07T09:16:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,280 | h | #ifndef DEVON_LOGGING_H
#define DEVON_LOGGING_H
// Devon
#include <Devon/Log.h>
#include <Devon/LogCategory.h>
#include <Devon/LogCommand.h>
#include <Devon/LogEvent.h>
#include <Devon/LogPop.h>
#include <Devon/LogLock.h>
#include <Devon/StringLog.h>
namespace Devon {
// *******************************... | [
"joe@joehewitt.com"
] | [
[
[
1,
225
]
]
] |
9c458145e9733e9404f17d4c7ff5dc62afd80284 | 54cacc105d6bacdcfc37b10d57016bdd67067383 | /trunk/source/level/objects/components/ICmpActivatable.h | 564450f47d12b5b6bd6723f0b219826f3de68c77 | [] | no_license | galek/hesperus | 4eb10e05945c6134901cc677c991b74ce6c8ac1e | dabe7ce1bb65ac5aaad144933d0b395556c1adc4 | refs/heads/master | 2020-12-31T05:40:04.121180 | 2009-12-06T17:38:49 | 2009-12-06T17:38:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 961 | h | /***
* hesperus: ICmpActivatable.h
* Copyright Stuart Golodetz, 2009. All rights reserved.
***/
#ifndef H_HESP_ICMPACTIVATABLE
#define H_HESP_ICMPACTIVATABLE
#include <source/level/objects/base/ObjectComponent.h>
namespace hesp {
/**
Objects with an ICmpActivatable component can be activated by othe... | [
"sgolodetz@gxstudios.net"
] | [
[
[
1,
36
]
]
] |
9e6f92ebf39f5c6169b593707fab436c2611dfd9 | d906f5ffd6d2c563b52c27ce491e056268be2ce3 | /Parallax Occlusion Mapping Tech Demo/Headers/D3DObject.h | 1091474e36f5064c0ee07a9962f7c62922098770 | [] | no_license | vksoon/directxhlslproject | 5df86d15c62711023f56f63d6098aceaaa9c2528 | 09e33f699cec98880dec71e8c67b8ce327a16f0c | refs/heads/master | 2021-01-10T01:30:41.783049 | 2011-05-16T17:42:39 | 2011-05-16T17:42:39 | 36,427,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 913 | h | /*
Direct3D Object Wrapper
Singleton
D3DObj::Instance
Shaun Mitchell
*/
#ifndef D3DOBJECT_H
#define D3DOBJECT_H
#include <windows.h>
#include <windowsx.h>
#include <d3d9.h>
#include <d3dx9.h>
#include <d3dx9tex.h>
#include "Singleton.h"
// include the Direct3D Library file
//#pragma comment (li... | [
"shaunmitchell84@googlemail.com"
] | [
[
[
1,
49
]
]
] |
e7dce972eaf699d4c80e944ae53e5b2b3890f8ae | c1c3866586c56ec921cd8c9a690e88ac471adfc8 | /Practise_2005/dshow.cmovie/main.cpp | 2eb76617b406f9b4299c6787b4b6dfd113338d30 | [] | 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 | UTF-8 | C++ | false | false | 4,569 | cpp |
#include "Movie.h"
//-----------------------------------------------------------------------------
// Global variables
//-----------------------------------------------------------------------------
LPDIRECT3D9 g_pD3D = NULL; // Used to create the D3DDevice
LPDIRECT3DDEVICE9 g_pd3dDev... | [
"laiyanlin@27d9c402-1b7e-11de-9433-ad2e3fad96c5"
] | [
[
[
1,
176
]
]
] |
a5c8c926a0ba6e174af05e36b3c9c23ee5b4be57 | 188058ec6dbe8b1a74bf584ecfa7843be560d2e5 | /GodDK/util/AbstractList.h | 0cbc653a18da8cc57e204b93c44e32375be3b950 | [] | no_license | mason105/red5cpp | 636e82c660942e2b39c4bfebc63175c8539f7df0 | fcf1152cb0a31560af397f24a46b8402e854536e | refs/heads/master | 2021-01-10T07:21:31.412996 | 2007-08-23T06:29:17 | 2007-08-23T06:29:17 | 36,223,621 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,961 | h |
#ifndef _ABSTRACT_CLASS_GOD_UTIL_ABSTRACTLIST_H
#define _ABSTRACT_CLASS_GOD_UTIL_ABSTRACTLIST_H
#ifdef __cplusplus
#include "util/AbstractCollection.h"
#include "util/List.h"
#include "lang/IllegalStateException.h"
#include "util/ConcurrentModificationException.h"
using namespace goddk::util;
namespac... | [
"soaris@46205fef-a337-0410-8429-7db05d171fc8"
] | [
[
[
1,
422
]
]
] |
e9a93da1b245eee043361bc3edfe3b534878864a | b22c254d7670522ec2caa61c998f8741b1da9388 | /common/HurtArea.cpp | c44ed7fc4562f0b9fa6e11de56b3079b92b8d175 | [] | no_license | ldaehler/lbanet | 341ddc4b62ef2df0a167caff46c2075fdfc85f5c | ecb54fc6fd691f1be3bae03681e355a225f92418 | refs/heads/master | 2021-01-23T13:17:19.963262 | 2011-03-22T21:49:52 | 2011-03-22T21:49:52 | 39,529,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,285 | cpp | /*
------------------------[ Lbanet Source ]-------------------------
Copyright (C) 2009
Author: Vivien Delage [Rincevent_123]
Email : vdelage@gmail.com
-------------------------------[ GNU License ]-------------------------------
This program is free software: you can redistribute it and/or modify
it under ... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
187
]
]
] |
3880009f38735ea62d90015ffaf15c1c6882c8a3 | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /Game/Shared/DamageTypes.h | 8d772c0ed0825414ab775f765304e4d18d003591 | [] | 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 | 6,164 | h | // ----------------------------------------------------------------------- //
//
// MODULE : DamageTypes.h
//
// PURPOSE : Definition of damage types
//
// CREATED : 11/26/97
//
// (c) 1997-2000 Monolith Productions, Inc. All Rights Reserved
//
// ------------------------------------------------------------... | [
"vytautasrask@gmail.com"
] | [
[
[
1,
234
]
]
] |
2002961765a39fb756d9c8cfe741faf9d371cf22 | 96e96a73920734376fd5c90eb8979509a2da25c0 | /C3DE/PerVertexLightingWallNoFog.h | aafa78fc938ef77a908c33601699b7fe4c529dda | [] | no_license | lianlab/c3de | 9be416cfbf44f106e2393f60a32c1bcd22aa852d | a2a6625549552806562901a9fdc083c2cacc19de | refs/heads/master | 2020-04-29T18:07:16.973449 | 2009-11-15T10:49:36 | 2009-11-15T10:49:36 | 32,124,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 811 | h | #ifndef PER_VERTEX_LIGHTING_WALL_NO_FOG_H
#define PER_VERTEX_LIGHTING_WALL_NO_FOG_H
#include "FX.h"
class PerVertexLightingWallNoFog : public FX
{
public:
PerVertexLightingWallNoFog(ID3DXEffect * effect);
~PerVertexLightingWallNoFog();
void SetObjectMaterials(D3DXCOLOR ambientMaterial, D3DXCOLOR diffus... | [
"caiocsabino@7e2be596-0d54-0410-9f9d-cf4183935158"
] | [
[
[
1,
27
]
]
] |
18d2968f58b3607faaf215e14d770d321eaf2a64 | 097c5ec89727bca9c69964fdb0125174bd535387 | /src/objLoader.cpp | 6f133bbdde36a02e3ae7344821f3d94c15bb37fc | [] | no_license | jsj2008/Captain | 280501d3bc2dbd778519fddac3afe1d1fb14ebe8 | 099ee3f7cdd5e81ac741a7e6c69a131fcbccc7c6 | refs/heads/master | 2020-12-25T15:40:53.390224 | 2011-11-28T07:36:05 | 2011-11-28T07:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,090 | cpp | #include "objLoader.hpp"
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include "toolbox.hpp"
#include <assert.h>
//#define DEBUG
ObjLoader objectLoader;
ObjLoader::ObjLoader()
{
}
ObjLoader::~ObjLoader()
{
}
// Open a .obj, load its contents into 3 arrays:
// 1... | [
"jesse.kaukonen@gmail.com"
] | [
[
[
1,
229
]
]
] |
edee9229305b4d57b9ce96bf4a30bdf7c23c1e9b | 2d212a074917aad8c57ed585e6ce8e2073aa06c6 | /cgworkshop/src/AvgColSegmentator.cpp | 8d04857ba03dfbda77e6a2decc99d95254c670d5 | [] | no_license | morsela/cgworkshop | b31c9ec39419edcedfaed81468c923436528e538 | cdf9ef2a9b2d9c389279fe0e38fb9c8bc1d86d89 | refs/heads/master | 2021-07-29T01:37:24.739450 | 2007-09-09T13:44:54 | 2007-09-09T13:44:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,495 | cpp | #include "AvgColSegmentator.h"
void AvgColSegmentator::AssignColor(int i, int j, CvScalar *color)
{
int segCount = cvmGet(m_SegmentCount, i,j);
if (0 && segCount == 1)
{
for (int n=0; n<m_nScribbles; n++)
{
if (cvmGet(m_Segmentations[n],i,j))
{
RGB2YUV(m_scribbles[n].GetColor(), color);
... | [
"erancho@60b542fb-872c-0410-bfbb-43802cb78f6e"
] | [
[
[
1,
75
]
]
] |
516ed0230bacd466166223b177cf4f361a27307f | 989aa92c9dab9a90373c8f28aa996c7714a758eb | /HydraIRC/GUIHelpers.cpp | 8c7b3be6db645ad42788fa3dd1e90ee76bffe2c6 | [] | no_license | john-peterson/hydrairc | 5139ce002e2537d4bd8fbdcebfec6853168f23bc | f04b7f4abf0de0d2536aef93bd32bea5c4764445 | refs/heads/master | 2021-01-16T20:14:03.793977 | 2010-04-03T02:10:39 | 2010-04-03T02:10:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,743 | cpp | /*
HydraIRC
Copyright (C) 2002-2006 Dominic Clifton aka Hydra
HydraIRC limited-use source license
1) You can:
1.1) Use the source to create improvements and bug-fixes to send to the
author to be incorporated in the main program.
1.2) Use it for review/educational purposes.
2) You ca... | [
"hydra@b2473a34-e2c4-0310-847b-bd686bddb4b0"
] | [
[
[
1,
74
]
]
] |
638f609ee349383c4ce061df6f9329b97dc1cde4 | fac8de123987842827a68da1b580f1361926ab67 | /src/base/object.cpp | fadea573e815c5bc6508398578cce51e4fda8c1c | [] | 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 | 455 | cpp | #include "base/object.h"
#include "base/ObjectFactory.h"
u32 Object::getClassId()
{
return _classId;
}
u32 Object::getId()
{
return _objectId;
}
Object::Object( u32 classId,u32 objectId )
{
_classId = classId;
_objectId = objectId;
}
Object::~Object()
{
}
void Object::destroy()
{
Ba... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
32
]
]
] |
8e5a34a598d62a3edc0950e3876f9cd249451891 | c6f4fe2766815616b37beccf07db82c0da27e6c1 | /SpaceshipShield.h | 435bb74e55fd217b48599202e689ae6641022b51 | [] | no_license | fragoulis/gpm-sem1-spacegame | c600f300046c054f7ab3cbf7193ccaad1503ca09 | 85bdfb5b62e2964588f41d03a295b2431ff9689f | refs/heads/master | 2023-06-09T03:43:53.175249 | 2007-12-13T03:03:30 | 2007-12-13T03:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 908 | h | #pragma once
#include "TileObject.h"
using tlib::Vector3f;
class Timer;
class Spaceship;
class SpaceshipShield : public TileObject
{
private:
// Pointer to the spaceship
Spaceship *m_oShip;
// A vector to hold the collision point between the shield a laser
Vector3f m_vCollPoint;
... | [
"john.fragkoulis@201bd241-053d-0410-948a-418211174e54"
] | [
[
[
1,
46
]
]
] |
a1493f04c2b7b4345518554e012f01a600e6d969 | 33f59b1ba6b12c2dd3080b24830331c37bba9fe2 | /Graphic/Main/PAFAnimation.cpp | ffde1af2332ff820871016569e45dc943d3012c2 | [] | 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 | 4,278 | cpp | #include "PAFAnimation.h"
#include <Common/LogManager.h>
namespace Flagship
{
PAFAnimation::PAFAnimation()
: PAF_MAGIC( MAKEFOURCC('P', 'A', 'F', '\0') ), PAF_VERSION( 100 )
{
m_iClassType = Base::Resource_Animation;
}
PAFAnimation::~PAFAnimation()
{
}
bool PAFAnimation::Create()
{
... | [
"yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa"
] | [
[
[
1,
170
]
]
] |
76efe10af9ad018723d90314eb0586767f373b87 | 4ac19e8642b3005d702a1112a722811c8b3cc7c6 | /samples/test/eplist.cpp | 5901ede7fa620ce93a79f01d8bf3ca96e010e74a | [
"BSD-3-Clause"
] | permissive | amreisa/freeCGI | 5ab00029e86fad79a2580262c04afa3ae442e127 | 84c047c4790eaabbc9d2284242a44c204fe674ea | refs/heads/master | 2022-04-27T19:51:11.690512 | 2011-02-28T22:33:34 | 2011-02-28T22:33:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | //a_Simple example of manipulating AElementPairList
#define _DEBUG_DUMP_
#include "freeCGI.h"
int main()
{
const char *pccValue = "~ ALPHA-_";
AHTML htmlOut;
AElementPairList eplTag;
//a_Add item to the list (URL encoding is mandatory for HTML)
htmlOut << "plAddItem: URLEncodeTest=\"" << pccV... | [
"achacha@hotmail.com"
] | [
[
[
1,
28
]
]
] |
c9c8b9b2ef7aa379dca9f58addeb08a7beb8af6e | 7b4c786d4258ce4421b1e7bcca9011d4eeb50083 | /_代码统计专用文件夹/200901/20090126_苦尽甘来皆为甜,两行清泪涌如泉.cpp | 14e33ef2366aa33b17a47044bab4f545b35eb1db | [] | 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 | GB18030 | C++ | false | false | 515 | cpp | //For my friend Kim
#include <iostream>
using namespace std;
int main()
{
char new_year_2009;
int flag=0;
cout << "Do you happy in 2009?(y/n)" << endl;
cin >> new_year_2009;
if(new_year_2009=='y')
flag=1;
switch(flag){
case 1:
cout << "Yes! Happy New Year!" << endl;
break;
case 0:
cout... | [
"baicaibang@70501136-4834-11de-8855-c187e5f49513"
] | [
[
[
1,
31
]
]
] |
e33549a4273c7594d88f2ff7600e0d12328040b1 | 5ac13fa1746046451f1989b5b8734f40d6445322 | /minimangalore/Nebula2/code/mangalore/loader/characterprofile.cc | 1a1c98c46be7518b277a1b30fee8064e35f48972 | [] | 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 | 1,679 | cc | //------------------------------------------------------------------------------
// loader/characterprofile.cc
// (C) 2006 Radon Labs GmbH
//------------------------------------------------------------------------------
#include "loader/characterprofile.h"
#include "loader/server.h"
namespace Loader
{
Imple... | [
"BawooiT@d1c0eb94-fc07-11dd-a7be-4b3ef3b0700c"
] | [
[
[
1,
64
]
]
] |
2e918f107d594638a10f7a8e1a83c459ea2f4f9d | 8fcf3f01e46f8933b356f763c61938ab11061a38 | /Expression/NamedFunction.h | cce3b7ec867e70943095526f39ee2a1a97506723 | [] | no_license | jonesbusy/parser-effex | 9facab7e0ff865d226460a729f6cb1584e8798da | c8c00e7f9cf360c0f70d86d1929ad5b44c5521be | refs/heads/master | 2021-01-01T16:50:16.254785 | 2011-02-26T22:27:05 | 2011-02-26T22:27:05 | 33,957,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | h | #ifndef NAMEDFUNCTIONS_H_INCLUDED
#define NAMEDFUNCTIONS_H_INCLUDED
/**
* \file NamedFunction.h
* \author Valentin Delaye
* \version 1.0
* \date 03.03.2010
*
* Permet de representer une function nommee telle que
* sin, cos, abs, etc.
*/
#include <string>
#include <cmath>
#include <iostream>
... | [
"jonesbusy@fa255007-c97c-c9ae-ff28-e9f0558300b6"
] | [
[
[
1,
65
]
]
] |
60340995ded778ac3bfdf73ee3b59884d3f8a81c | 6da3740464cfcc95b095d769974876eb8faf716d | /raytrace/Lambertian.cpp | 25c814123001153ae8dbc592a4b45c2ca70bf422 | [] | no_license | thorlund/rendering | 8e46b9f11e6c88eb105dfaf9b35ce3c8ca9588f7 | 648633722d7685f4a2c939595e96d79d34cba344 | refs/heads/master | 2021-01-24T06:12:27.825294 | 2011-09-28T09:01:13 | 2011-09-28T09:01:13 | 2,473,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,280 | cpp | // 02562 Rendering Framework
// Written by Jeppe Revall Frisvad, 2011
// Copyright (c) DTU Informatics 2011
#include <optix_world.h>
#include "HitInfo.h"
#include "Lambertian.h"
using namespace optix;
// The following macro defines 1/PI
#ifndef M_1_PIf
#define M_1_PIf 0.31830988618379067154
#endif
fl... | [
"thorlund@diku.dk"
] | [
[
[
1,
38
]
]
] |
da6113b7708f95d1298b02f72c516437f0e649e5 | d2af4bec60dd35fc40f4784f378efcf5acd13522 | /Hooking Engine/PrototypeI_Final/PrototypeI/logger.h | 3aab4f0d927a23165c56d083c00364d68af3ba12 | [] | no_license | sankio/H2Sandboxbackup | 6a07f335ae5e1897ef07bcf564d68850c843d1f6 | bd45cfb47a0c0522c568162641fe7886675a0f39 | refs/heads/master | 2021-01-10T22:06:17.940401 | 2011-06-24T11:57:22 | 2011-06-24T11:57:22 | 1,947,055 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 165 | h | #include<fstream>
using namespace std;
class Log {
public:
Log(char* filename);
~Log();
void Write(char* logline);
private:
ofstream m_stream;
}; | [
"hi.sankio@gmail.com"
] | [
[
[
1,
13
]
]
] |
3792de1455851241346e3be06b57e3095d1e5b0a | 937c59bea84dfe14cac07ed2e3a706ac765d965e | /Source Files/YESNODlg.cpp | 53bc915260aad34e55616159a5034af941aa9409 | [] | no_license | IDA-RE-things/dvsatucsd | 1b73b21644ffa869a0b5dbd36ac1c0cbfa37bce0 | dff552ac9c29bca8f5b20b46342fbb6887857915 | refs/heads/master | 2016-09-05T16:17:08.013350 | 2010-04-03T22:17:49 | 2010-04-03T22:17:49 | 40,741,625 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,349 | cpp | // YESNODlg.cpp : implementation file
//
#include "stdafx.h"
#include "DVT.h"
#include "YESNODlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// YESNODlg dialog
YESNO... | [
"rishmish@bd9eb85a-b20e-11dd-9381-bf584fb1fa83"
] | [
[
[
1,
68
]
]
] |
e8c8ca8b2c3d839a8f01ad7b82f14b2a5a101034 | 336ec5b80085d8bdd65d5ad2384507e6db6536bd | /plugins/consoles/vt100cons/inc/vtc_controller.h | 8b35cfe46134eff4821892ce7e7447a12138f384 | [] | no_license | springxu0800/oss.FCL.sf.os.fshell | 1c2051076cfd284553a0845cc86e617c1badc188 | 30d5fcf516eed5ae7a5379a6a469c75f93a1345b | refs/heads/master | 2021-06-04T18:53:26.010490 | 2010-12-07T17:29:09 | 2010-12-07T17:29:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,433 | h | // vtc_controller.h
//
// Copyright (c) 2008 - 2010 Accenture. All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-... | [
"thomas.sutcliffe@accenture.com"
] | [
[
[
1,
133
]
]
] |
07d4c2378c6f2009a3bbf9a0bb366000bf8a8a61 | bd89d3607e32d7ebb8898f5e2d3445d524010850 | /connectivitylayer/usbphonetlink/usbpnclient_dll/inc/rusbpnclient.h | 95e858d629296e3fd6a599e11163afa2a87d911a | [] | no_license | wannaphong/symbian-incubation-projects.fcl-modemadaptation | 9b9c61ba714ca8a786db01afda8f5a066420c0db | 0e6894da14b3b096cffe0182cedecc9b6dac7b8d | refs/heads/master | 2021-05-30T05:09:10.980036 | 2010-10-19T10:16:20 | 2010-10-19T10:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,555 | h | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.o... | [
"dalarub@localhost"
] | [
[
[
1,
72
]
]
] |
6c053ba365592a16a32b54a3893dd4e0f0c8a109 | dadf8e6f3c1adef539a5ad409ce09726886182a7 | /airplay/src/toeEventArgs.cpp | 8b15f07725f1c745b6dc745018431ea58a773799 | [] | no_license | sarthakpandit/toe | 63f59ea09f2c1454c1270d55b3b4534feedc7ae3 | 196aa1e71e9f22f2ecfded1c3da141e7a75b5c2b | refs/heads/master | 2021-01-10T04:04:45.575806 | 2011-06-09T12:56:05 | 2011-06-09T12:56:05 | 53,861,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 164 | cpp | #include "toeEventArgs.h"
using namespace TinyOpenEngine;
CtoeEventArgs::CtoeEventArgs()
{
isHandled = false;
}
CtoeEventArgs::~CtoeEventArgs()
{
}
| [
"gamemaster@101gr.com"
] | [
[
[
1,
12
]
]
] |
09d0654d4f0a36c7d52f7bb59a3fee9c331363f2 | bd89d3607e32d7ebb8898f5e2d3445d524010850 | /adaptationlayer/tsy/nokiatsy_dll/inc/cmmphonetreceiver.h | c5171fcd11790d021ef1dd46c5617fa1529182d1 | [] | no_license | wannaphong/symbian-incubation-projects.fcl-modemadaptation | 9b9c61ba714ca8a786db01afda8f5a066420c0db | 0e6894da14b3b096cffe0182cedecc9b6dac7b8d | refs/heads/master | 2021-05-30T05:09:10.980036 | 2010-10-19T10:16:20 | 2010-10-19T10:16:20 | null | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 4,953 | h | /*
* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.ecli... | [
"dalarub@localhost",
"mikaruus@localhost"
] | [
[
[
1,
1
],
[
3,
137
],
[
145,
145
],
[
148,
200
]
],
[
[
2,
2
],
[
138,
144
],
[
146,
147
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.