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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b55f1e184ae35b885caba05c8b47b4c3278b2d1 | 7b379862f58f587d9327db829ae4c6493b745bb1 | /Source/NetworkReceiver.h | 759f8baa86cc323cbeb9d4f9b213170ca949451a | [] | no_license | owenvallis/Nomestate | 75e844e8ab68933d481640c12019f0d734c62065 | 7fe7c06c2893421a3c77b5180e5f27ab61dd0ffd | refs/heads/master | 2021-01-19T07:35:14.301832 | 2011-12-28T07:42:50 | 2011-12-28T07:42:50 | 2,950,072 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,040 | h | /*
==============================================================================
NetworkReceiver.h
Created: 10 Oct 2011 10:02:34pm
Author: Dimitri Diakopoulos
==============================================================================
*/
#ifndef __NETWORKRECEIVER_H_A93D66C4__
#define ... | [
"ow3nskip",
"jhochenbaum@Jordans-MacBook-Pro.local"
] | [
[
[
1,
37
],
[
39,
46
]
],
[
[
38,
38
]
]
] |
fc35687c539acb71572a29633f5880f2e9229f77 | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/Hunter/NewGameComponent/NewGameSceneComponent/include/DotSceneLoader.h | 67d41f4b84823bae26d050caa089960ef4724b0d | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,087 | h | #ifndef DOT_SCENELOADER_H
#define DOT_SCENELOADER_H
#include <tinyxml/tinyxml.h>
// Includes
// Forward declarations
class TiXmlElement;
namespace Ogre
{
// Forward declarations
class SceneManager;
class SceneNode;
class nodeProperty
{
public:
String nodeName;
String propertyNm;
... | [
"ogre3d@yeah.net"
] | [
[
[
1,
87
]
]
] |
c9d4b2168a0fc26512c90b6cfb4348a2f7df88a2 | 8daa399363892041aa491fac8403fb0f2c94d44f | /Apriori.cpp | 6942c5f5d1e574d07d3fc5ba0779a6155b3ebb53 | [] | no_license | kumagi/merdy-mp | 867428a4f2935bd437b93c548618de03cfc6c062 | c4fa8daff4bc1ad08983b43fc84d9ef0d1db11c3 | refs/heads/master | 2021-01-22T20:08:46.344442 | 2010-07-09T13:27:12 | 2010-07-09T13:27:12 | 642,369 | 1 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,024 | cpp | #include "Apriori.h"
//output
std::ostream& operator<<(std::ostream& os, AprioriAlgorithm& a)
{
os << "<attribute name>\n";
for(int i=0; i<a.AttributeNum_; ++i){
os << a.AttributeName_[i] << " ";
}
os << "\n\n";
os << "<data> \n";
for(int i=0; i<a.TupleNum_; ++i){
for(int j=0; j<a.AttributeNum_; ... | [
"rintyo@gmail.com"
] | [
[
[
1,
173
]
]
] |
47ccdbe77c2501a53d7558bc1b41fbda398f715c | 77aa13a51685597585abf89b5ad30f9ef4011bde | /dep/src/boost/boost/detail/spinlock_nt.hpp | 05d9d516bc206047b639d80549b339b13ed5e89c | [] | no_license | Zic/Xeon-MMORPG-Emulator | 2f195d04bfd0988a9165a52b7a3756c04b3f146c | 4473a22e6dd4ec3c9b867d60915841731869a050 | refs/heads/master | 2021-01-01T16:19:35.213330 | 2009-05-13T18:12:36 | 2009-05-14T03:10:17 | 200,849 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,523 | hpp | #ifndef BOOST_DETAIL_SPINLOCK_NT_HPP_INCLUDED
#define BOOST_DETAIL_SPINLOCK_NT_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// Copyright (c) 2008 Peter Dimov
//
// Distributed under the Boost Software License, Version 1... | [
"pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88"
] | [
[
[
1,
89
]
]
] |
d1d2dc3169b8eff2b68cc42b34101e178a8e6806 | 39f755afd5f4f3abe91a24342746774781704fa7 | /cob_sdh/common/include/cob_sdh/sdhbase.h | a22b66e92759240614e3c906a1773118bd1492ea | [] | no_license | attilaachenbach/cob_driver | b1e280259521a47a07838a13fd35f218ae0c0f24 | 46acb2fe8114f04ce9909ef9488b6302d2530f9e | refs/heads/master | 2021-01-15T20:48:35.405544 | 2011-04-29T17:28:25 | 2011-04-29T17:28:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,454 | h | //======================================================================
/*!
\file
\section sdhlibrary_cpp_sdhbase_h_general General file information
\author Dirk Osswald
\date 2007-02-19
\brief
Interface of class #SDH::cSDHBase.
\section sdhlibrary_cpp_sdhbase_h_copyright Copyri... | [
"mmb-weisshardtf@ipa.fhg.de",
"wmb@cob3-2-pc1.(none)"
] | [
[
[
1,
20
],
[
22,
22
],
[
24,
92
],
[
94,
107
],
[
109,
109
],
[
111,
152
],
[
154,
167
],
[
169,
170
],
[
178,
182
],
[
184,... |
445b903b584670bfa04c467b2b1c97d9b1e6782e | 25f79693b806edb9041e3786fa3cf331d6fd4b97 | /include/core/cal/IBuffer.h | 29dc49bd69ea9ef59d7412c3ed7148bf1d51110f | [] | 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 | 877 | h | #ifndef AMDSPL_BUFFER_INTERFACE_H
#define AMDSPL_BUFFER_INTERFACE_H
namespace amdspl
{
namespace core
{
namespace cal
{
class Event;
class IBuffer
{
public:
virtual CALresource getResHandle() = 0;
vi... | [
"jiawei.ou@1960d7c4-c739-11dd-8829-37334faa441c",
"probing@1960d7c4-c739-11dd-8829-37334faa441c"
] | [
[
[
1,
27
]
],
[
[
28,
28
]
]
] |
9fccfea814d52cad1dc7a963bec0162434bab802 | b230ac713508aa4ca17a2d57d8b7c4103e865f53 | /TestSocket/TestClient/TestClient.cpp | d1303e6d876843bd509507fa46176bee3732bb06 | [] | no_license | KiraiChang/c-socket-lib | 48716298d04e7e689b749a219f765d9d85dbbdfb | 7e3f40777c907e20de8c846bc08c8396d9e351af | refs/heads/master | 2016-09-06T21:31:48.036041 | 2010-05-25T15:09:17 | 2010-05-25T15:09:17 | 32,337,095 | 0 | 1 | null | null | null | null | BIG5 | C++ | false | false | 606 | cpp | // TestClient.cpp : 定義主控台應用程式的進入點。
//
#include "stdafx.h"
#include<iostream>
#include "..\CSocket\CSocket.h"
#include "..\TestSocket\Packet.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
CSocket c1;
Packet p1;
//p1.size = 100;
//strcpy_s(p1.message,sizeof("Hello"), "Hello");
... | [
"kirai.chang@gmail.com@b409c5e8-2b4b-11df-b850-2185049e3855"
] | [
[
[
1,
34
]
]
] |
e3775f3a19c72304f13c76cea52c8deade902a15 | 216ae2fd7cba505c3690eaae33f62882102bd14a | /utils/nxogre/include/NxOgreVisualDebugger.h | 4f4f8e7c2297bd0622161be9899ce2e2465be554 | [] | 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 | 2,570 | h | /** File: NxOgreXXX.h
Created on: X-XXX-XX
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 Lesser... | [
"umutert@b781d008-8b8c-11de-b664-3b115b7b7a9b"
] | [
[
[
1,
84
]
]
] |
ae7756a81fec74109ae02e6a901de00c5bb4fcb2 | 909e422494d7c012c2bc89c79eabdceb53c721a5 | /icpcLibrary/Bellman-Ford.cpp | 681601f59f44751a615598db17ad3c9bdd01a902 | [] | no_license | aviramagen/menglin-icpc-code-library | f14cc303a3fd05992a1a40b9bcd7a0b09657f21c | c8375f39ed13312f705fb42c20ce83f5194bd297 | refs/heads/master | 2021-01-10T14:00:32.605726 | 2011-12-03T11:39:50 | 2011-12-03T11:39:50 | 54,555,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,324 | cpp | /*======================================================
单源最短路径
Bellman-Ford 算法
适用条件:所有情况,边权可以为负
G为图,n为图的节点数目,s,t分别为源点和终点,
success用来标示该函数是否成功,
如果存在一个从源点可达的权为负的回路则success=false;
返回值为s,t之间的最短路径长度;
!!注意:
1.顶点标号... | [
"bluebird498@localhost"
] | [
[
[
1,
83
]
]
] |
8b5ca9900b88d221637ee02d1781d0f30ee079f4 | 3276915b349aec4d26b466d48d9c8022a909ec16 | /数据结构/图/图的深度优先遍历--矩阵存储.cpp | cd3c251f7431849b22cb70f2f9307660c5f6cd48 | [] | no_license | flyskyosg/3dvc | c10720b1a7abf9cf4fa1a66ef9fc583d23e54b82 | 0279b1a7ae097b9028cc7e4aa2dcb67025f096b9 | refs/heads/master | 2021-01-10T11:39:45.352471 | 2009-07-31T13:13:50 | 2009-07-31T13:13:50 | 48,670,844 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,363 | cpp |
#include<iostream.h> // 图的邻接矩阵存储结构
#define max 50
typedef char datatype;
typedef struct node
{
int number; //节点要存储其编号及内容
datatype inf;
}node;
typedef struct graph
{
int n,e;
node vex[max]; //存储节点的信息
int edge[max][max]; //存储边的信息
}G;
void creatgraph(G & l)
{
... | [
"sxoo0305@yahoo.com.cn"
] | [
[
[
1,
100
]
]
] |
f8d0190865450d8e1c34f8feb51f345e40e485a8 | 986d745d6a1653d73a497c1adbdc26d9bef48dba | /oldnewthing/472_accessibility.cpp | e394d68f9934928f9c89b269960ba3afaf5fe122 | [] | no_license | AnarNFT/books-code | 879f75327c1dad47a13f9c5d71a96d69d3cc7d3c | 66750c2446477ac55da49ade229c21dd46dffa99 | refs/heads/master | 2021-01-20T23:40:30.826848 | 2011-01-17T11:14:34 | 2011-01-17T11:14:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,445 | cpp | #define STRICT
#include <windows.h>
#include <windowsx.h>
#include <ole2.h>
#include <commctrl.h>
#include <shlwapi.h>
#include <oleacc.h>
HINSTANCE g_hinst; /* This application's HINSTANCE */
HWND g_hwndChild; /* Optional child window */
class BaseAccessi... | [
"stefan.naewe@atlas-elektronik.com"
] | [
[
[
1,
372
]
]
] |
56c702ea8f63247073da10b6afb67c2e67e3c321 | cd1ae676922aee247543ce364b4ec59b2750fdef | /Externals/dolphin-emu/Source/Volume.h | 237836e486816241d745580fb0bd61602e1ae036 | [] | no_license | jordan-woyak/wii-banner-player | 18dc4e3877a1ea3f76f3a5af0967063716eacf58 | 64587570f2ee70999ac880a2fab085a34f67cb01 | refs/heads/master | 2021-01-10T09:59:51.321166 | 2011-11-09T12:20:44 | 2011-11-09T12:20:44 | 44,923,314 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | h | // Copyright (C) 2003 Dolphin Project.
// 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, version 2.0.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ... | [
"jordan.woyak@gmail.com"
] | [
[
[
1,
68
]
]
] |
7cee257f11469b3898e1a950d5d0053f7f271b53 | 08fe7d2be6b5c933d5e3223f726c34d38e56d332 | /programas/congrua/pre-congrua.cpp | cccebb71f8501b98fdec5dc9c4a486a01a6728b8 | [] | no_license | ivancrneto/fesc | 5adcfb7acb78ed7d2690fcaabb707bb93adcd52a | 9fd0dcc019374f65b835b6a5363ad65d4abca25d | refs/heads/master | 2020-04-06T06:43:30.803037 | 2009-10-06T04:56:58 | 2009-10-06T04:56:58 | 102,975 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,630 | cpp | # include <iostream>
# include <cstdlib>
# include <cstring>
using namespace std;
// acetyl.dat e udp.dat sao os arquivos de 0's e 1's que sao saida do programa
// congtabin.cpp. o congtabin imprime os binarios de a, g, h, p e u, em ordem.
// ./congrua acetyl.dat 12 (numero de comunidades da acetyl)
// ./congrua ... | [
"ivan@ivan-warrior.(none)"
] | [
[
[
1,
47
]
]
] |
c3228c418acb06c9ac51d260f2fe8fdedcb18c15 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Dependencies/Xerces/include/xercesc/dom/impl/DOMChildNode.hpp | d4770aa76dbe9d1e99c67931cf1a8635dab1d47f | [] | 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 | 2,089 | hpp | #ifndef DOMChildNode_HEADER_GUARD_
#define DOMChildNode_HEADER_GUARD_
/*
* Copyright 2001-2002,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... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
71
]
]
] |
cd86c8ac1a080086056f3c2dbeed3cacbbe4b5c0 | dd007771e947dbed60fe6a80d4f325c4ed006f8c | /UISelectFaceMode.cpp | 4aea6d90c170cd29e10c84105047f47d99a36f67 | [] | no_license | chenzhi/CameraGame | fccea24426ea5dacbe140b11adc949e043e84ef7 | 914e1a2b8bb45b729e8d55b4baebc9ba18989b55 | refs/heads/master | 2016-09-05T20:06:11.694787 | 2011-09-09T09:09:39 | 2011-09-09T09:09:39 | 2,005,632 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 12,646 | cpp | #include "pch.h"
#include "UISelectFaceMode.h"
#include "Application.h"
#include "Config.h"
#include "Widget.h"
#include "UILLayout.h"
/**************************************************************/
//----------------------------------------------------------
UserSelectMode::UserSelectMode(const Ogre::Str... | [
"chenzhi@aee8fb6d-90e1-2f42-9ce8-abdac5710353",
"zhangxiaotian@aee8fb6d-90e1-2f42-9ce8-abdac5710353"
] | [
[
[
1,
298
],
[
300,
303
],
[
305,
549
]
],
[
[
299,
299
],
[
304,
304
]
]
] |
c2857544f38414b8b51f3f5414a36ca43bc98e58 | 5236606f2e6fb870fa7c41492327f3f8b0fa38dc | /svoip/src/VoP2pPlugInFactory.cpp | dfd31cc4283e65e65bd4d7060a946583044d40b2 | [] | 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 | UTF-8 | C++ | false | false | 380 | cpp | #include "stdafx.h"
#include "svoip/VoP2pPlugInFactory.h"
#include "svoip/Recorder.h"
#include "svoip/Player.h"
#include "VoP2pPlugInImpl.h"
namespace svoip
{
VoP2pPlugInPtr VoP2pPlugInFactory::create(
std::auto_ptr<Recorder> recorder, std::auto_ptr<Player> player)
{
return VoP2pPlugInPtr(new VoP2... | [
"kcando@6d7ccee0-1a3b-0410-bfa1-83648d9ec9a4"
] | [
[
[
1,
16
]
]
] |
59503512e0061c5aa37b76a206efbafb8d502364 | 0b1111e870b496aae0d6210806eebf1c942c9d3a | /LinearAlgebra/MatrixOps.h | 8ea21e64d8d8fb1f2df33279f5a9c1d560c56f1b | [
"WTFPL"
] | permissive | victorliu/Templated-Numerics | 8ca3fabd79435fa40e95e9c8c944ecba42a0d8db | 35ca6bb719615d5498a450a2d58e2aa2bb7ef5f9 | refs/heads/master | 2016-09-05T16:32:22.250276 | 2009-12-30T07:48:03 | 2009-12-30T07:48:03 | 318,857 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 29,085 | h | #ifndef _MATRIX_OPS_H_
#define _MATRIX_OPS_H_
// Preprocessor flags:
// USE_MATRIX_OPS_CHECKS - If not turned on, always returns OK
// USE_MATRIX_ASSERTS - Turn on assertion checking
// USE_MATRIX_OPS_TBLAS - Use optimized BLAS routines when possible
// USE_COMPLEX_MATRICES
// USE_ADVANCED_MATRIX_... | [
"victor.liu@gmail.com"
] | [
[
[
1,
977
]
]
] |
afd589712b753576248029776262123869c7c14f | 0f40e36dc65b58cc3c04022cf215c77ae31965a8 | /src/apps/vis/properties/vis_comradius_property_set.cpp | dd12a2cfe3cfccae85fc3fcc58f819214bf44422 | [
"MIT",
"BSD-3-Clause"
] | permissive | venkatarajasekhar/shawn-1 | 08e6cd4cf9f39a8962c1514aa17b294565e849f8 | d36c90dd88f8460e89731c873bb71fb97da85e82 | refs/heads/master | 2020-06-26T18:19:01.247491 | 2010-10-26T17:40:48 | 2010-10-26T17:40:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,821 | cpp | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004,2005 by SwarmNet (www.swarmnet.de) **
** and SWARMS (www.swarms.de) **
** Shawn is free so... | [
"csinger08@users.sourceforge.net"
] | [
[
[
1,
48
]
]
] |
9b1077c0a1232dd204edc8c3a4dde994034bbec5 | c5534a6df16a89e0ae8f53bcd49a6417e8d44409 | /trunk/Samples/AIAD/Character.h | 74810900be093d7eb6416832c8cfd2ca2f4b1cfd | [] | 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 | 15,658 | h | /*
---------------------------------------------------------------------------
This source file is part of nGENE Tech.
Copyright (c) 2006- Wojciech Toman
This program is free software.
File: Character.h
Version: 0.01
---------------------------------------------------------------------------
*/
#pragm... | [
"Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57"
] | [
[
[
1,
929
]
]
] |
4230a71d55f6c373421ca1f0fad3c94722247d4c | 5ed707de9f3de6044543886ea91bde39879bfae6 | /ASFantasy/ASFIsOrb/Source/ASFantasyNewParticSignupRqst.cpp | 7207ea76b82de139e38d2dc95ffae61d0d8dd846 | [] | 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 | 3,468 | cpp | /* ASFantasyNewParticSignupRqst.cpp */
/******************************************************************************/
/******************************************************************************/
#include "CBldVCL.h"
#pragma hdrstop
#include "CommDB.h"
#include "ASFantasyNewParticSignupRqst.h"
using... | [
"grtvd@users.noreply.github.com"
] | [
[
[
1,
129
]
]
] |
2c77f35fb353e364f3c8a92ac2ae004bef92f505 | 864b3c4db459e0b497eab4ec85cce01122c48fad | /kg_maya_manipulator/src/kgLocManipNode.h | b2531c34fd60595de08488255f46d282c62e8eff | [] | 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 | 1,570 | h | #ifndef _kgLocatorNode
#define _kgLocatorNode
//
// Copyright (C) 2003 kgLocator
//
// File: kgLocatorNode.h
//
// Dependency Graph Node: kgLocator
//
// Author: Maya SDK Wizard
//
#include <maya/MPxNode.h>
#include <maya/MFnNumericAttribute.h>
#include <maya/MTypeId.h>
#include <maya/MPxLocatorNode.... | [
"kgeorge2@553ec044-b8b1-11dd-a067-9b1d96bc3259"
] | [
[
[
1,
64
]
]
] |
9f8b033b2f74b490d27659f794dd857b09dfe435 | 5dfa2f8acf81eb653df4a35a76d6be973b10a62c | /trunk/Community_Core_Vision/addons/ofxFFMV/src/ofxffmv.h | 4dfc8cfd378b7836942c7165dd24c63ac1e264ad | [] | 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 | 1,072 | h | /*
* ofxffmv.h
*
*
* Created on 12/03/11.
* Copyright 2011 NUI Group. All rights reserved.
* Author: Anatoly Churikov
*
*/
#ifndef OFXFFMV_H_INCLUDED
#define OFXFFMV_H_INCLUDED
#include "ofxCameraBase.h"
#include "pgrflycapture.h"
class ofxffmv : ofxCameraBase
{
public:
ofxffmv();
... | [
"AChurikov89@gmail.com@da66ed7f-4d6a-8cb4-a557-1474cfe16edc"
] | [
[
[
1,
34
]
]
] |
15bb1063f0d0db1a9f8c635b91ea3911b63f7e7e | 3c0d7fc6c0187a8a0eae01b15a77e8e302e524e8 | /server/src/sprite/effectManager.cpp | fbb7f79655d50946a6d30a56e2de2e5449694d2f | [
"Artistic-2.0"
] | permissive | klusark/mdpr | 0342bea08e9585a46d8d1c5ada29a662875d9d6f | da2b2287e4ed7eab302255221381a9bcbc5e5dcd | refs/heads/master | 2021-01-01T15:30:10.633491 | 2009-08-23T05:14:36 | 2009-08-23T05:14:36 | 32,649,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,206 | cpp | #include <Poco/SharedPtr.h>
#include "spriteManager.hpp"
#include "effectManager.hpp"
#include "helpers.hpp"
EffectManager::EffectManager(SpriteManager *SM)
: active(false),
currentNumberEffects(0),
mySpriteManager(SM)
{
for (;currentNumberEffects < initialNumberOfEffects; ++currentNumberEffects){
std:... | [
"joelteichroeb@localhost"
] | [
[
[
1,
54
]
]
] |
5d8f0cd0d2781267ef80d8cf281580f52ab66e65 | 4d01363b089917facfef766868fb2b1a853605c7 | /src/SceneObjects/Meshes/MeshOFF.h | a65f504ea040560c8046a7f73b48cb2756afdecd | [] | no_license | FardMan69420/aimbot-57 | 2bc7075e2f24dc35b224fcfb5623083edcd0c52b | 3f2b86a1f86e5a6da0605461e7ad81be2a91c49c | refs/heads/master | 2022-03-20T07:18:53.690175 | 2009-07-21T22:45:12 | 2009-07-21T22:45:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | h | /**
* Simple vertex / face format, no texture coordinates
*/
#ifndef meshoff_h
#define meshoff_h
#include "Mesh.h"
class MeshOFF : public Mesh
{
public:
MeshOFF(const string& filename)
{
read(filename);
}
void read(const string& filename)
{
fstream in;
int numVertices, numFaces, numE... | [
"daven.hughes@92c3b6dc-493d-11de-82d9-516ade3e46db"
] | [
[
[
1,
60
]
]
] |
f7bf5470ae9f6f903136136288589973842368d1 | 1eb441701fc977785b13ea70bc590234f4a45705 | /nukak3d/include/nkKernel.h | 387622fa3eec59ac7faec6d17413447641f481f9 | [] | no_license | svn2github/Nukak3D | 942947dc37c56fc54245bbc489e61923c7623933 | ec461c40431c6f2a04d112b265e184d260f929b8 | refs/heads/master | 2021-01-10T03:13:54.715360 | 2011-01-18T22:16:52 | 2011-01-18T22:16:52 | 47,416,318 | 1 | 2 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,559 | h | /**
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This pro... | [
"apinzonf@4b68e429-1748-0410-913f-c2fc311d3372"
] | [
[
[
1,
90
]
]
] |
a362920cd412cce1ee831885c47b7800a164e7f2 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Common/Base/Memory/Memory/FreeList/hkFreeList.inl | c2e5bb178407355ac09c18fc5f04ae776512ace7 | [] | 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 | 3,742 | inl | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
130
]
]
] |
6d6ca2853cca4a41dac1c3e6cfa9805d335d42a6 | 744e9a2bf1d0aee245c42ee145392d1f6a6f65c9 | /tags/0.11.1-alpha/avcut/tvideoschnitt.cpp | 9cf8fe4df8bdb94ae5db044d4ca51184370c7e61 | [] | no_license | BackupTheBerlios/ttcut-svn | 2b5d00c3c6d16aa118b4a58c7d0702cfcc0b051a | 958032e74e8bb144a96b6eb7e1d63bc8ae762096 | refs/heads/master | 2020-04-22T12:08:57.640316 | 2009-02-08T16:14:00 | 2009-02-08T16:14:00 | 40,747,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,307 | cpp | /*----------------------------------------------------------------------------*/
/* COPYRIGHT: TriTime (c) 2003/2005 / www.tritime.org */
/*----------------------------------------------------------------------------*/
/* PROJEKT : TTCUT 2005 ... | [
"tritime@7763a927-590e-0410-8f7f-dbc853b76eaa"
] | [
[
[
1,
776
]
]
] |
3597c0583e77f450c5d9c11a8e75c41be87b5032 | 45fce7543d16bc451271e3e70dc6278d90e8e23b | /code/engine/source/FleetReactor.cpp | de36bd19e5d0af2d507f029a541f8b9176e3e138 | [] | no_license | karlssonper/cs249a | 4bd40b20e903648a9eb2999f25a837e80e8edb34 | 63afe678ef5e1a76e05b474759a9d5ae68093625 | refs/heads/master | 2020-04-24T23:09:14.991112 | 2011-12-09T08:48:45 | 2011-12-09T08:48:45 | 2,816,441 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,194 | cpp | #include "FleetReactor.h"
#include "VirtualTimeActivityManager.h"
#include "Activity.h"
#include "FleetChangeActivityReactor.h"
#include "Exception.h"
using namespace Shipping;
FleetReactor::FleetReactor(const string &_name,
Fleet *_notifier,
VirtualTim... | [
"per@karlssonper.com"
] | [
[
[
1,
105
]
]
] |
f2c4b548728be3004c3d48c7b6cbc81feb5c4c1b | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/entropy_encoder_model/entropy_encoder_model_kernel_6.h | 675015224b45c741eafb6f1bd9aecb34506edc75 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,784 | h | // Copyright (C) 2005 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ENTROPY_ENCODER_MODEL_KERNEl_6_
#define DLIB_ENTROPY_ENCODER_MODEL_KERNEl_6_
#include "../algs.h"
#include "entropy_encoder_model_kernel_abstract.h"
#inc... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
127
]
]
] |
a5799a3d50b91e1e654cba9208c89ffab60cb1e2 | 30b5a9343526e4205f78eef3cf1c3900c9339509 | /4445_A_Careful_Approach/main.cpp | 2bcc88a72104a3f0ccf2e483a8c8502b9c9bb7b5 | [] | no_license | mustaaa/bedri | 9d3f8ebd823676404279ce50af6e3047ff791a7f | 465429b4e7600f7e575d881292db062a521fc5c3 | refs/heads/master | 2016-09-06T08:32:30.309362 | 2010-03-04T20:20:53 | 2010-03-04T20:20:53 | 33,200,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,465 | cpp |
#include <string>
#include <iostream>
#include <fstream>
using std::string;
using namespace std;
#include "careful.h"
int main (int argc, char* argv[])
{
int n , begin , end;
LandingScheduler ls;
ifstream input , output;
input.open(argv[1]);
//input.open("approach.in");... | [
"mustafabedrisen@64716e36-e533-11de-92aa-3ddf338522b3"
] | [
[
[
1,
94
]
]
] |
8978b3c188aab00c1a96fea05da60309f5046c47 | 3aa746598879eaefa782bf732b444f51c22e5351 | /NMozLib/Include/BrowserWindow.h | 8adbb758cc6b9bb690bd76efe1e775399f395c59 | [] | no_license | tonytonyfly/nmozlib | 0cdf5087815790d4cd98819de5e021e94eee8566 | e71c7887816eb92713c049b749733c1ece550759 | refs/heads/master | 2021-01-01T04:57:33.819398 | 2008-02-11T02:26:02 | 2008-02-11T02:26:02 | 58,304,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,620 | h | /*
This file is part of NMozLib, "Navi Mozilla Library", a wrapper for Mozilla Gecko
Copyright (C) 2008 Adam J. Simmons
http://code.google.com/p/nmozlib/
Portions Copyright (C) 2006 Callum Prentice and Linden Lab Inc.
This library is free software; you can redistribute it and/or
modify it under the te... | [
"ajs15822@be7176e2-5d45-0410-b9dd-a1b14b2f9e02"
] | [
[
[
1,
118
]
]
] |
3f8267728fab41e8708a572dabf5868093816e4d | 74c8da5b29163992a08a376c7819785998afb588 | /NetAnimal/Game/Hunter/NewGame/Tasks/src/ITask.cpp | 2ef2ba4ada0c6051dd01af1c0595dbd698f8f04c | [] | no_license | dbabox/aomi | dbfb46c1c9417a8078ec9a516cc9c90fe3773b78 | 4cffc8e59368e82aed997fe0f4dcbd7df626d1d0 | refs/heads/master | 2021-01-13T14:05:10.813348 | 2011-06-07T09:36:41 | 2011-06-07T09:36:41 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,206 | cpp | #include "TasksStableHeaders.h"
#include "ITask.h"
using namespace Orz;
ITask::~ITask(void){}
ITask::ITask(void):_isEnable(false),_isUpdate(false)
{
}
bool ITask::enable(void)
{
if(!_isEnable)
{
_isEnable = true;
_isUpdate = true;
TaskSet::iterator it;
bool ret = doEnable();
for(it = _tasks... | [
"ogre3d@yeah.net"
] | [
[
[
1,
132
]
]
] |
dc9b380ff3073c7fb8d8b46c103ed9fa8c421bb2 | 1eb441701fc977785b13ea70bc590234f4a45705 | /nukak3d/src/nkObj3DViewer.cpp | 3acc24a48b72061cfecefd1683dddba925a6d55a | [] | no_license | svn2github/Nukak3D | 942947dc37c56fc54245bbc489e61923c7623933 | ec461c40431c6f2a04d112b265e184d260f929b8 | refs/heads/master | 2021-01-10T03:13:54.715360 | 2011-01-18T22:16:52 | 2011-01-18T22:16:52 | 47,416,318 | 1 | 2 | null | null | null | null | ISO-8859-1 | C++ | false | false | 20,472 | cpp | /**
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This pro... | [
"apinzonf@4b68e429-1748-0410-913f-c2fc311d3372",
"baperezg@4b68e429-1748-0410-913f-c2fc311d3372"
] | [
[
[
1,
88
],
[
90,
179
],
[
184,
619
]
],
[
[
89,
89
],
[
180,
183
],
[
620,
638
]
]
] |
4ef0d46c7874b35e9bdec28482880f98f79c7840 | 12732dc8a5dd518f35c8af3f2a805806f5e91e28 | /trunk/LiteEditor/tags_options_dlg.h | 78b397f6394acb5eea6731e57988c93c82e4243a | [] | no_license | BackupTheBerlios/codelite-svn | 5acd9ac51fdd0663742f69084fc91a213b24ae5c | c9efd7873960706a8ce23cde31a701520bad8861 | refs/heads/master | 2020-05-20T13:22:34.635394 | 2007-08-02T21:35:35 | 2007-08-02T21:35:35 | 40,669,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,144 | h | ///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Jun 6 2007)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#ifndef __tags_options_dlg... | [
"eranif@b1f272c1-3a1e-0410-8d64-bdc0ffbdec4b"
] | [
[
[
1,
73
]
]
] |
0ea24e4c88f1d9553d15f799d86a9afd4ca43a02 | b8fbe9079ce8996e739b476d226e73d4ec8e255c | /src/engine/rb_ui/jgrid.h | 63cd53d3c4c2a215a54f1cd550c52f1235417bdc | [] | 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,922 | h | //****************************************************************************/
// File: JGrid.h
// Date: 16.08.2005
// Author: Ruslan Shestopalyuk
//****************************************************************************/
#ifndef __JGRID_H__
#define __JGRID_H__
#include "jwidget.h"
//**********... | [
"rushbits@gmail.com"
] | [
[
[
1,
61
]
]
] |
9282ed43780764514cef1d85c6394d49de5d6ace | 1c9f99b2b2e3835038aba7ec0abc3a228e24a558 | /Projects/elastix/elastix_sources_v4/src/Components/FixedImagePyramids/FixedRecursivePyramid/elxFixedRecursivePyramid.hxx | 931db168315541e268e28365c873e5d7757ffee5 | [] | 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 | 763 | hxx | /*======================================================================
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 W... | [
"maik.stille@gmail.com"
] | [
[
[
1,
23
]
]
] |
6d9c4def43dcb79195ae7234e407facd70bfe24c | 021e8c48a44a56571c07dd9830d8bf86d68507cb | /build/vtk/QVTKPaintEngine.h | 5420e3a24fb6a938fa802b84ded4a186f3ec91cb | [
"BSD-3-Clause"
] | permissive | Electrofire/QdevelopVset | c67ae1b30b0115d5c2045e3ca82199394081b733 | f88344d0d89beeec46f5dc72c20c0fdd9ef4c0b5 | refs/heads/master | 2021-01-18T10:44:01.451029 | 2011-05-01T23:52:15 | 2011-05-01T23:52:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,406 | h | /*=========================================================================
Copyright 2004 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive
license for use of this work by or on behalf of the
U.S. Government. Redistribution and use in source and binary forms, wit... | [
"ganondorf@ganondorf-VirtualBox.(none)"
] | [
[
[
1,
74
]
]
] |
63b057ffe5f1ed6aabbe4b706d224e0ff5ef10ba | 2ca3ad74c1b5416b2748353d23710eed63539bb0 | /Src/Lokapala/Operator/StatusReportsDTO.cpp | d32f3a579dae721e742d5bda14982d3361a777f6 | [] | 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 | 2,480 | cpp | /**@file StatusReportsDTO.cpp
* @brief CStatusReportsDTO 클래스의 멤버함수를 구현한다.
* @author siva
*/
#include "stdafx.h"
#include "StatusReportsDTO.h"
/**@brief 상황 보고 내용을 추가한다.\n
* 최종적으로 VERIFIED 된 이전의 상태 보고라면 무시한다.\n
* 만약 추가되는 상황의 상태가 VERIFIED, 즉 고장 상태 수리 완료라면 해당 주소에 대한 기존의 상황 보고는 삭제한다.\n
* 만약 기존에 있던 ... | [
"nilakantha38@b9e76448-5c52-0410-ae0e-a5aea8c5d16c"
] | [
[
[
1,
89
]
]
] |
d5fb9abf92701d6a6a9a151d91a0a402856eb97e | c1bcff0f1321de8a6425723cdfa0b5aa65b5c81f | /TransX/trunk/transx.cpp | c5265c2b9cd0ead70df77384bff3936fd8786fe0 | [
"MIT"
] | permissive | net-lisias-orbiter/transx | 560266e7a4ef73ed29d9004e406fd8db28da9a43 | b9297027718a7499934a9614430aebb47422ce7f | refs/heads/master | 2023-06-27T14:16:10.697238 | 2010-09-05T01:18:54 | 2010-09-05T01:18:54 | 390,398,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,537 | cpp | /* Copyright (c) 2007 Duncan Sharpe, Steve Arch
**
** 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... | [
"steve@5a6c10e1-6920-0410-8c7b-9669c677a970",
"agentgonzo@5a6c10e1-6920-0410-8c7b-9669c677a970",
"apogee@5a6c10e1-6920-0410-8c7b-9669c677a970"
] | [
[
[
1,
41
],
[
43,
66
],
[
68,
68
],
[
72,
72
],
[
76,
82
],
[
84,
86
],
[
95,
119
],
[
121,
137
],
[
139,
168
],
[
170,
... |
39e9ab8ab9325e404cb6759ef0b3797e4de52e77 | d04549b1ba243371de53d6ff113b0716f7fc7c65 | /KaiAtl/stdafx.h | bf1be5dae0b2f829e18bd3eafff03ce5b7178f09 | [] | no_license | kbogatyrev/Kai2 | 0541e2e48c8c5070eb0a6709b933677b93c55075 | 2eee38d4836b7e138cf38b4c05ebf0e32cb3a34d | refs/heads/master | 2016-09-05T12:52:34.016879 | 2011-04-25T01:17:24 | 2011-04-25T01:17:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 983 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#pragma once
#ifndef STRICT
#define STRICT
#endif
#include "targetver.h"
#define _ATL_APARTMENT_THREADED
#define _ATL_NO_AUTOMATIC_NAMESPACE
#d... | [
"kostya@917a17ce-c119-4def-a483-dcb93d956afe"
] | [
[
[
1,
36
]
]
] |
1afd8d79034358221d7dda2286011afd4582341a | a9afa168fac234c3b838dd29af4a5966a6acb328 | /CppUTest/src/CppUTest/TestOutput.cpp | 5d57afa750ab891a3ad0e7785f79aa763c6e2527 | [] | 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 | 4,518 | 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,
181
]
]
] |
0f4c4bbaebcf9159e3e33eb4328117045ba48d63 | 4b116281b895732989336f45dc65e95deb69917b | /Documentation/Design Patterns/SingletonPattern/SingletonPattern/main.cpp | d013d694ccecb7d6a9441139135763eda5b0d4c8 | [] | no_license | Pavani565/gsp410-spaceshooter | 1f192ca16b41e8afdcc25645f950508a6f9a92c6 | c299b03d285e676874f72aa062d76b186918b146 | refs/heads/master | 2021-01-10T00:59:18.499288 | 2011-12-12T16:59:51 | 2011-12-12T16:59:51 | 33,170,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,763 | cpp | // Singleton Pattern //
#include <iostream>
#include <time.h>
using namespace std;
class Singleton
{
private:
// A Pointer To The Singleton Class //
static Singleton* m_Single;
// A Flag That We Can Check If The Class Has Been Instantiated Previously //
// This Is Optional, As The Class Can Be Checked... | [
"cdcredninja@gmail.com@7eab73fc-b600-5548-9ef9-911d97763ba7"
] | [
[
[
1,
132
]
]
] |
b2a793a2a64d3c77ce00e1f68f5a0a82a2994edb | a5fde255bbd9ff363761f81ffae078619a0a0471 | /gaussian/CubicSpline.h | 57971feea5b43411dcebc4cd07517189bba502a0 | [] | no_license | FinancialEngineerLab/gaussian | 4bfdf35208c0cdea15611271908c4058d39dd11b | 19e1b73b3328bb0d07212b8e77c840fb35744e17 | refs/heads/master | 2023-03-17T18:24:38.852378 | 2007-10-07T22:10:48 | 2007-10-07T22:10:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,844 | h | /***************************************************************************
* Copyright (C) 2007 by mjhmeyer *
* mjhmeyer@yahoo.com *
* *
* This program is free software; you can redistribute it and/or modify *
* it under th... | [
"michaeljmeyer"
] | [
[
[
1,
80
]
]
] |
2dbe49f011829a573f11892bbd49c7f0bcf26320 | c3179c7c5b2f2fa84498f6b645563e5a7a04f17b | /shared/db/key.h | f842f4b8f06f570b8a340fecda61325ea6011b38 | [] | no_license | joshmg/key | 843214a5f8b5f60124cf94b7fe1fe82e46b575a8 | 02b634d26e7b4ec8346de318cec0641bc6bb52cd | refs/heads/master | 2021-01-01T17:05:36.078466 | 2010-09-30T06:03:55 | 2010-09-30T06:03:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,785 | h | // File: key.h
// Written by Joshua Green
#ifndef KEY_H
#define KEY_H
#include "column.h"
#include "../str/str.h"
#include <string>
struct column;
struct condition;
// --------------------------------------------------------------- KEY ENTRY -----------------------------------------------------------... | [
"joshmg@gmail.com"
] | [
[
[
1,
36
]
]
] |
50b6ce94bb4f6bbff55b9d05a4d795505e5e4a24 | de75637338706776f8770c9cd169761cec128579 | /VHFOS/Simple Game Framework/GameMonkey/gmThread.cpp | 34e63381dfc3c38b968ac11e0d2e7f8179939791 | [] | no_license | huytd/fosengine | e018957abb7b2ea2c4908167ec83cb459c3de716 | 1cebb1bec49720a8e9ecae1c3d0c92e8d16c27c5 | refs/heads/master | 2021-01-18T23:47:32.402023 | 2008-07-12T07:20:10 | 2008-07-12T07:20:10 | 38,933,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,962 | cpp | /*
_____ __ ___ __ ____ _ __
/ ___/__ ___ _ ___ / |/ /__ ___ / /_____ __ __/ __/_______(_)__ / /_
/ (_ / _ `/ ' \/ -_) /|_/ / _ \/ _ \/ '_/ -_) // /\ \/ __/ __/ / _ \/ __/
\___/\_,_/_/_/_/\__/_/ /_/\___/_//_/_/\_\\__/\_, /___/\__/_/ /_/ .__/\__/
... | [
"doqkhanh@52f955dd-904d-0410-b1ed-9fe3d3cbfe06"
] | [
[
[
1,
1211
]
]
] |
782ee11133ccf5696b6140d4540fd68d70d1d66d | 5506729a4934330023f745c3c5497619bddbae1d | /vst2.x/tuio/syn.cpp | cffe91b2e519a0a464331ffa64bbab7f9a362d00 | [] | no_license | berak/vst2.0 | 9e6d1d7246567f367d8ba36cf6f76422f010739e | 9d8f51ad3233b9375f7768be528525c15a2ba7a1 | refs/heads/master | 2020-03-27T05:42:19.762167 | 2011-02-18T13:35:09 | 2011-02-18T13:35:09 | 1,918,997 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 14,742 | cpp | #include <map>
#include <vector>
#include <stdio.h>
#include <math.h>
#include <windows.h> // FOR MIDI ??? !!!*****
#include <time.h> // for random
#include "syn.h"
#include "source/xmlParser.h" // xml
#include "Profile.h"
#define SYNRELEASE(x) if(x)x->release(); x=0;
float random( float lo, float hi )
{... | [
"p4p4p4@web.de"
] | [
[
[
1,
856
]
]
] |
c0a596854ee9f8fd8d87bb4e113ed8fe4568d5d8 | 478570cde911b8e8e39046de62d3b5966b850384 | /apicompatanamdw/bcdrivers/mw/classicui/uifw/apps/S60_SDK3.1/bctestocr/src/bctestocrdocument.cpp | 10b19740c7e93a83b114c41d32cd62ae0c98efe5 | [] | 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,108 | cpp | /*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | [
[
[
1,
63
]
]
] |
12ab0cafad773b946b68c597fa5f9eb7a496214e | 96e96a73920734376fd5c90eb8979509a2da25c0 | /C3DE/Application.h | eb895cdf78f985f48acd9806b6e7638c1f1ca381 | [] | 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 | 772 | h | #ifndef APPLICATION_H
#define APPLICATION_H
#include "Renderer.h"
#include "RendererListener.h"
#include "PerformanceCounter.h"
#include "Input.h"
#include "ResourceManager.h"
class Application : public RendererListener
{
public:
Application();
virtual ~Application();
bool Init();
bool Update(i... | [
"caiocsabino@7e2be596-0d54-0410-9f9d-cf4183935158"
] | [
[
[
1,
45
]
]
] |
1e042cca02e4d22a9f20d538d4220e520833a337 | 50f94444677eb6363f2965bc2a29c09f8da7e20d | /Src/EmptyProject/StateManager.cpp | a058291942036dcf500dd8817ed9a939a16aa5f0 | [] | no_license | gasbank/poolg | efd426db847150536eaa176d17dcddcf35e74e5d | e73221494c4a9fd29c3d75fb823c6fb1983d30e5 | refs/heads/master | 2020-04-10T11:56:52.033568 | 2010-11-04T19:31:00 | 2010-11-04T19:31:00 | 1,051,621 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,855 | cpp | #include "EmptyProjectPCH.h"
#include "StateManager.h"
#include "State.h"
StateManager::StateManager(void)
{
}
StateManager::~StateManager( void )
{
}
void StateManager::setNextStateAsPrevState()
{
m_nextState = m_prevStates;
}
State* StateManager::getCurState() const
{
return m_curStates;
}
... | [
"luneride@hotmail.com",
"gasbank@gmail.com"
] | [
[
[
1,
8
],
[
10,
21
],
[
23,
24
],
[
29,
29
],
[
97,
97
]
],
[
[
9,
9
],
[
22,
22
],
[
25,
28
],
[
30,
96
]
]
] |
f108ff6445d6ead317f98a562847a1f76fdc5566 | 5da9d428805218901d7c039049d7e13a1a2b1c4c | /Vivian/libFade/GDIDraw.h | 788be1b217db9dbe976cfe70946799333ef918e7 | [] | no_license | SakuraSinojun/vivianmage | 840be972f14e17bb76241ba833318c13cf2b00a4 | 7a82ee5c5f37d98b86e8d917d9bb20c96a2d6c7f | refs/heads/master | 2021-01-22T20:44:33.191391 | 2010-12-11T15:26:15 | 2010-12-11T15:26:15 | 32,322,907 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 913 | h | //////////////////////////////////////////////////////////////////
//
// FileName : GDIDraw.h
// Author : SakuraSinojun
// Description : this is the class to use GDISurface.
//
// Version : 1.0.0.1
// Date : 2009.9.6
//
// Copyright(c): 2009-2010 Sakura
//
///////////////////////////////////////////////... | [
"SakuraSinojun@c9cc3ed0-94a9-11de-b6d4-8762f465f3f9"
] | [
[
[
1,
48
]
]
] |
9f98cdc633fdb1cd1a02f97f05227d78de282a3f | 74e7667ad65cbdaa869c6e384fdd8dc7e94aca34 | /MicroFrameworkPK_v4_1/BuildOutput/public/debug/Client/stubs/corlib_native_System_Exception.h | 4ad0877e012ef9a9c86908c6b1350771fd140c62 | [
"BSD-3-Clause",
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gezidan/NETMF-LPC | 5093ab223eb9d7f42396344ea316cbe50a2f784b | db1880a03108db6c7f611e6de6dbc45ce9b9adce | refs/heads/master | 2021-01-18T10:59:42.467549 | 2011-06-28T08:11:24 | 2011-06-28T08:11:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,728 | h | //-----------------------------------------------------------------------------
//
// ** WARNING! **
// This file was generated automatically by a tool.
// Re-running the tool will overwrite this file.
// You should copy this file to a custom location
// before adding any customizat... | [
"psampaio.isel@gmail.com"
] | [
[
[
1,
34
]
]
] |
b69431b452970487190fc9dace2b52d2ccd569a6 | 3fb88529ec63d45506d159bee677695698e690ee | /rrdinfo.h | 7619263e49b4e58333d983da02fd3e050037e3be | [] | no_license | cristifalcas/qt-rrd | 588f1d51555b146590dd84d969052123700a5217 | 249c1cb702020bcfe79465381053430e9e6f4e80 | refs/heads/master | 2021-01-14T13:20:53.669503 | 2009-11-12T22:16:08 | 2009-11-12T22:16:08 | 34,001,301 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,924 | h | #ifndef RRDINFO_H
#define RRDINFO_H
#include "commons.h"
#include <QStringList>
#include <QMutex>
/*
Format:
filename:
DS1:
DS2:
RRA1
RRA2
...
Each "DS" declares a dataset, or a group of values.
Each "RRA" declares an archive of the datasets we'd like to keep for later analyz... | [
"cristi.falcas@gmail.com"
] | [
[
[
1,
78
]
]
] |
beb491529e6f39b8e03e195a6f7e0955f4fe8ee8 | de75637338706776f8770c9cd169761cec128579 | /VHFOS/Simple Game Editor/SGEProjectSetting.h | 213054359687f84170379f4f3f4851ddaf1f92c1 | [] | no_license | huytd/fosengine | e018957abb7b2ea2c4908167ec83cb459c3de716 | 1cebb1bec49720a8e9ecae1c3d0c92e8d16c27c5 | refs/heads/master | 2021-01-18T23:47:32.402023 | 2008-07-12T07:20:10 | 2008-07-12T07:20:10 | 38,933,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 505 | h | #ifndef _SGE_PROJECT_SETTING_H_
#define _SGE_PROJECT_SETTING_H_
#include <irrlicht.h>
class SGEProjectSetting
{
public:
SGEProjectSetting(irr::io::IFileSystem* fs);
~SGEProjectSetting();
void read(const char* fileName);
void write(const char* fileName=0);
irr::core::stringc fileName;
irr::core::s... | [
"doqkhanh@52f955dd-904d-0410-b1ed-9fe3d3cbfe06"
] | [
[
[
1,
23
]
]
] |
06e8aeb3004d0f35001421d517bde2805fb8a4a7 | fac8de123987842827a68da1b580f1361926ab67 | /inc/physics/Common/Visualize/hkVersionReporter.h | 5d9ccfc27282d2652d120821d52c053420f5106d | [] | no_license | blockspacer/transporter-game | 23496e1651b3c19f6727712a5652f8e49c45c076 | 083ae2ee48fcab2c7d8a68670a71be4d09954428 | refs/heads/master | 2021-05-31T04:06:07.101459 | 2009-02-19T20:59:59 | 2009-02-19T20:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,112 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent.This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets... | [
"uraymeiviar@bb790a93-564d-0410-8b31-212e73dc95e4"
] | [
[
[
1,
58
]
]
] |
41b5774316344c71b092d941d973609f8265fd0d | 191d4160cba9d00fce9041a1cc09f17b4b027df5 | /ZeroLag2/KUILib/kscbase/src/kscconv.cpp | 868b155ab9452b32c14566a5725a18ba57e77465 | [] | no_license | zapline/zero-lag | f71d35efd7b2f884566a45b5c1dc6c7eec6577dd | 1651f264c6d2dc64e4bdcb6529fb6280bbbfbcf4 | refs/heads/master | 2021-01-22T16:45:46.430952 | 2011-05-07T13:22:52 | 2011-05-07T13:22:52 | 32,774,187 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,020 | cpp | // Copyright (c) 2010 Kingsoft Corporation. All rights reserved.
// Copyright (c) 2010 The KSafe Authors. All rights reserved.
//
// 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
//
//... | [
"Administrator@PC-200201010241"
] | [
[
[
1,
82
]
]
] |
e8ebc314aaf125e6c2ac3be742cc3c874b4d9b0c | e9794179d5506c4cee3ab264b5eaa4aeaca32ffb | /snalp/SnalpAddCategoryDialog.cpp | 57a9e493f23ca9c3be535d74be9e2b34c3e67041 | [] | no_license | BackupTheBerlios/snalp-svn | ac04f142f21761131322c09ea3f7fecfb4295711 | 3c1f0717f372db6941bdbe11200eaddddc4f76ef | refs/heads/master | 2020-06-03T12:42:26.848983 | 2005-11-12T14:01:58 | 2005-11-12T14:01:58 | 40,772,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,761 | cpp | #include "SnalpAddCategoryDialog.h"
#include <libglademm.h>
#include <gtkmm/dialog.h>
#include <gtkmm/entry.h>
#include "SnalpException.h"
#include "SnalpSignals.h"
SnalpAddCategoryDialog::SnalpAddCategoryDialog( GladeRef gladeref , boost::shared_ptr<SnalpSignals> _signals )
: dialog(0),entry(0),signals(_s... | [
"evilissimo@06cfc98a-34eb-0310-b305-c204f3371456"
] | [
[
[
1,
62
]
]
] |
bd9ed557ab31afb6b43b6b41f595f8b910e0bfaf | 9566086d262936000a914c5dc31cb4e8aa8c461c | /EnigmaProtocol/Messages/CreatePlayerOrganizationResponseMessage.cpp | 824d9b62a646518d45fff9a73e46e41a2ba625d8 | [] | 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,499 | cpp | /*
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.
Permission is granted to anyone to use this software for any purpose, incl... | [
"disks86@gmail.com"
] | [
[
[
1,
64
]
]
] |
77eacbe2db50e78c86d59fbc95eea9afdcd924fb | 0429e2b2a1a09254b5182e15835da188f7d44a3d | /tags/v01/reservationManagement.cpp | 1ab72c0a38403a3cbe29d0ea2385a9c7bc5afe1e | [] | no_license | TheolZacharopoulos/tl2hotel | 0b5af731aa022b04fc7b894b4fad6ce0b1121744 | 87ff9c75250d702c49d62f43e494cf549ea700b7 | refs/heads/master | 2020-03-30T05:41:55.498410 | 2011-04-25T22:24:44 | 2011-04-25T22:24:44 | 42,362,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,591 | cpp | #include "reservationManagement.h"
/** Default Constructors
*/
ReservationManagement::ReservationManagement()
{
reservationId=0;
dateFrom = "";
dateTo = "";
}
/** Copy,set,get Constructors
*/
ReservationManagement::ReservationManagement(int reservationId1,QString dateFrom1,QSt... | [
"delis89@fb7cbe1a-da42-76e9-2caa-fedf319af631"
] | [
[
[
1,
80
]
]
] |
db94191ad0b90b22efa6a97e84c1cf93ea3563be | a96b15c6a02225d27ac68a7ed5f8a46bddb67544 | /SetGame/GazaScottHandler.hpp | 4648102c6b354aa8a7b1966f156624d0344268e5 | [] | no_license | joelverhagen/Gaza-2D-Game-Engine | 0dca1549664ff644f61fe0ca45ea6efcbad54591 | a3fe5a93e5d21a93adcbd57c67c888388b402938 | refs/heads/master | 2020-05-15T05:08:38.412819 | 2011-04-03T22:22:01 | 2011-04-03T22:22:01 | 1,519,417 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 759 | hpp | #ifndef GAZASCOTTPACKER_HPP
#define GAZASCOTTPACKER_HPP
#include "Gaza.hpp"
#include "GazaBaseHandler.hpp"
namespace Gaza
{
namespace RectanglePacking
{
class ScottHandler : public BaseHandler
{
public:
ScottHandler();
~ScottHandler();
void initialize(unsigned int width, unsigned int... | [
"joel.verhagen@gmail.com"
] | [
[
[
1,
41
]
]
] |
449f16ea2b7984f5270cb015e5d63760a4a134ee | fcf03ead74f6dc103ec3b07ffe3bce81c820660d | /Base/BufsAndStrings/Desc/Buffer/buf_format.cpp | 85465d9cb0cce3a8a1f42449007a5d2052e2674b | [] | no_license | huellif/symbian-example | 72097c9aec6d45d555a79a30d576dddc04a65a16 | 56f6c5e67a3d37961408fc51188d46d49bddcfdc | refs/heads/master | 2016-09-06T12:49:32.021854 | 2010-10-14T06:31:20 | 2010-10-14T06:31:20 | 38,062,421 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 310 | cpp | /*
* buf_format.cpp
*
* Created on: 2010-9-28
* Author: thomas
*/
#include <e32cons.h>
#include "buf_format.h"
GLREF_C CConsoleBase* console;
void prompt_case(TDesC& aDesC)
{
console->Printf(_L("\n------------------\ncase : %S\n"), &aDesC);
console->Getch();
}
| [
"liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca"
] | [
[
[
1,
18
]
]
] |
3d8fa02aa0c02b4648f98506ca2ba81e61b10b86 | 4aadb120c23f44519fbd5254e56fc91c0eb3772c | /Source/EduNetGames/obsolete/Tutorial_03/NetBoidFactory.h | ea0d67e81ef887325fa201f06aa299956e7183e4 | [] | no_license | janfietz/edunetgames | d06cfb021d8f24cdcf3848a59cab694fbfd9c0ba | 04d787b0afca7c99b0f4c0692002b4abb8eea410 | refs/heads/master | 2016-09-10T19:24:04.051842 | 2011-04-17T11:00:09 | 2011-04-17T11:00:09 | 33,568,741 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,229 | h | #ifndef __NETBOIDFACTORY_H__
#define __NETBOIDFACTORY_H__
//-----------------------------------------------------------------------------
// Copyright (c) 2009, Jan Fietz, Cyrus Preuss
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permit... | [
"janfietz@localhost"
] | [
[
[
1,
46
]
]
] |
c0e54d78e6263721d5cba1c90e78c8f933e7eab8 | c7120eeec717341240624c7b8a731553494ef439 | /src/cplusplus/freezone-samp/src/core/samp/samp_events.cpp | a72106c271993c605e5f1d6e1b7314c93e6af5e4 | [] | no_license | neverm1ndo/gta-paradise-sa | d564c1ed661090336621af1dfd04879a9c7db62d | 730a89eaa6e8e4afc3395744227527748048c46d | refs/heads/master | 2020-04-27T22:00:22.221323 | 2010-09-04T19:02:28 | 2010-09-04T19:02:28 | 174,719,907 | 1 | 0 | null | 2019-03-09T16:44:43 | 2019-03-09T16:44:43 | null | WINDOWS-1251 | C++ | false | false | 15,626 | cpp | #include "config.hpp"
#include "samp_events.hpp"
#include "samp_events_i.hpp"
#include "pawn/pawn_events.hpp"
#include "core/application.hpp"
#include "core/container/container_handlers.hpp"
namespace samp {
REGISTER_IN_APPLICATION(events);
events::ptr events::instance() {
return applicatio... | [
"dimonml@19848965-7475-ded4-60a4-26152d85fbc5"
] | [
[
[
1,
288
]
]
] |
5ed3a1bbfaea21fb1cb27eefcc724fc65ec5b848 | 0ada9a773daf394d56b8d71458d1a361986d3f2e | /cob3_driver/cob3_camera_sensors/common/include/cob3_camera_sensors/ThreeDUtils.h | ed82b22137b89d8b5e2eebc60529fa1729f68c98 | [] | no_license | zhenli/care-o-bot | 10a66c1fb4fd16312f4b9c420167cb0b96284fa8 | dd80cf63f26e2b9ab4734921785e5f5bf24bfd80 | refs/heads/master | 2021-01-17T23:14:59.329208 | 2010-03-11T08:59:20 | 2010-03-11T08:59:20 | null | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 24,176 | h | /****************************************************************
*
* Copyright (c) 2010
*
* Fraunhofer Institute for Manufacturing Engineering
* and Automation (IPA)
*
* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* Project name: care-o-bot
* ROS stack name: cob3_driver
* ROS package ... | [
"mmb-weisshardtf@ipa.fhg.de"
] | [
[
[
1,
596
]
]
] |
3d7e4fc02b2c80e3e068f85b4dfcb57ca0a7f02b | 0f40e36dc65b58cc3c04022cf215c77ae31965a8 | /src/apps/vis/base/visualization.h | 737eeb7b8d41ea7b20a889a4b9355410a51ddc0f | [
"MIT",
"BSD-3-Clause"
] | permissive | venkatarajasekhar/shawn-1 | 08e6cd4cf9f39a8962c1514aa17b294565e849f8 | d36c90dd88f8460e89731c873bb71fb97da85e82 | refs/heads/master | 2020-06-26T18:19:01.247491 | 2010-10-26T17:40:48 | 2010-10-26T17:40:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,078 | h | /************************************************************************
** This file is part of the network simulator Shawn. **
** Copyright (C) 2004,2005 by SwarmNet (www.swarmnet.de) **
** and SWARMS (www.swarms.de) **
** Shawn is free so... | [
"csinger08@users.sourceforge.net"
] | [
[
[
1,
164
]
]
] |
38473ee00b6eb7b06d96179a245907afd4b155f9 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/util/Transcoders/Win32/Win32TransService.hpp | 0c8ce1ec40cffd518ae74dbac4dcd4085b9c98ab | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,112 | 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... | [
"aburke@bitflood.org"
] | [
[
[
1,
322
]
]
] |
fd285ec3dc4948b3e5cf504a6e77441e7f3cabb7 | f90b1358325d5a4cfbc25fa6cccea56cbc40410c | /src/qwt/src/moc/moc_qwt_slider.cpp | 5a4f898bb674913198d7df91608ec0adf160a78d | [] | no_license | ipodyaco/prorata | bd52105499c3fad25781d91952def89a9079b864 | 1f17015d304f204bd5f72b92d711a02490527fe6 | refs/heads/master | 2021-01-10T09:48:25.454887 | 2010-05-11T19:19:40 | 2010-05-11T19:19:40 | 48,766,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,174 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'qwt_slider.h'
**
** Created: ??? ?? 25 15:38:55 2006
** by: The Qt Meta Object Compiler version 59 (Qt 4.1.4)
**
** WARNING! All changes made in this file will be lost!
******************... | [
"chongle.pan@c58cc1ec-c975-bb1e-ac29-6983d7497d3a"
] | [
[
[
1,
121
]
]
] |
737e0cd034ec210c9186a19f6aabaef95ddfbdbc | 7abf4cf96f83aff6545d94b6454b32edc01aaab6 | /WebKit/win/COMVariantSetter.h | 76ca927110c9c1785ce50d453354d6e52545aebc | [
"BSD-3-Clause"
] | permissive | marshall/webkit_titanium | 07a3a3e9ae35330c4b3195c0c456b73f61c0d258 | bb47d13ca8cb90d482cedcf359c8a0114578e151 | refs/heads/master | 2021-01-22T05:10:11.267990 | 2009-03-05T17:19:29 | 2009-03-05T17:19:29 | 118,904 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,898 | h | /*
* Copyright (C) 2007, 2008 Apple Inc. 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 of source code must retain the above copyright
* notice, this list of... | [
"andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc",
"alice.liu@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc"
] | [
[
[
1,
73
],
[
86,
171
]
],
[
[
74,
85
]
]
] |
a8e1576c082ff2959735c8de51ed171395c9df6e | d1dc408f6b65c4e5209041b62cd32fb5083fe140 | /src/ini.cpp | be1f5bec2bc7c378eb20d876e173d546b597333a | [] | no_license | dmitrygerasimuk/dune2themaker-fossfriendly | 7b4bed2dfb2b42590e4b72bd34bb0f37f6c81e37 | 89a6920b216f3964241eeab7cf1a631e1e63f110 | refs/heads/master | 2020-03-12T03:23:40.821001 | 2011-02-19T12:01:30 | 2011-02-19T12:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 74,663 | cpp | /*
Dune II - The Maker
Author : Stefan Hendriks
Contact: stefanhen83@gmail.com
Website: http://dune2themaker.fundynamic.com
2001 - 2009 (c) code by Stefan Hendriks
*/
#include "include/d2tmh.h"
using namespace std;
/*
Read a line in the INI file and put it into currentLine
*/
inli... | [
"stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151"
] | [
[
[
1,
2682
]
]
] |
6f036175c37613d4f9aa8225d2b7adf2579a6a06 | faacd0003e0c749daea18398b064e16363ea8340 | /3rdparty/phonon/addoninterface.h | bbf7c6d03e75f48356cea77b7a3fae7e623eb254 | [] | no_license | yjfcool/lyxcar | 355f7a4df7e4f19fea733d2cd4fee968ffdf65af | 750be6c984de694d7c60b5a515c4eb02c3e8c723 | refs/heads/master | 2016-09-10T10:18:56.638922 | 2009-09-29T06:03:19 | 2009-09-29T06:03:19 | 42,575,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,095 | h | /* This file is part of the KDE project
Copyright (C) 2007-2008 Matthias Kretz <kretz@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of ... | [
"futurelink.vl@9e60f810-e830-11dd-9b7c-bbba4c9295f9"
] | [
[
[
1,
103
]
]
] |
79996b0a50375a05c4c9f1c9f09080e1e5ab6004 | b6bad03a59ec436b60c30fc793bdcf687a21cf31 | /som2416/wince5/s3c2450kbd.cpp | 681617c42bbe556e6bde0e29bbcf1b83c9db4559 | [] | no_license | blackfa1con/openembed | 9697f99b12df16b1c5135e962890e8a3935be877 | 3029d7d8c181449723bb16d0a73ee87f63860864 | refs/heads/master | 2021-01-10T14:14:39.694809 | 2010-12-16T03:20:27 | 2010-12-16T03:20:27 | 52,422,065 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 21,266 | cpp | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this sou... | [
"cxzeng@163.com"
] | [
[
[
1,
811
]
]
] |
df3f72a726837172d6e76a194b53a8fb9fbe778b | f2cf9ead30a7298b3c1ec672ac118429fbac0a40 | /Poc1/Source/Poc1.Fast.Terrain/Source/SphereCloudsBitmap.cpp | 7a3a7b5287c5a233199dd6c56f1b1351c1eeaf38 | [] | no_license | johann-gambolputty/robotbastards | 3af0b6cf5d948e8bb0450d596ecb5362bfe5a28d | 1874568ada150e04ba83fff2ea067f5a4b63f893 | refs/heads/master | 2021-01-10T09:52:51.773773 | 2009-08-08T00:19:33 | 2009-08-08T00:19:33 | 44,774,636 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,043 | cpp | #include "StdAfx.h"
#include "SphereCloudsBitmap.h"
#include "Sse/SseRidgedFractal.h"
#include "Sse/SseSimpleFractal.h"
#include "Mem.h"
#include "UEnums.h"
#pragma unmanaged
namespace Poc1
{
namespace Fast
{
namespace Terrain
{
class _CRT_ALIGN( 16 ) SphereCloudsBitmapImpl
{
public... | [
"fishy.coder@1e31eab0-7329-0410-87fb-016d5637cad0"
] | [
[
[
1,
259
]
]
] |
e5df139c7716aa19a31331fb6f33c3fc032b7caf | f96efcf47a7b6a617b5b08f83924c7384dcf98eb | /tags/mucc_1_0_5_10/ChatWindow.h | 9ec7dc10d8c503e2b8b43cb94eb399efcf5b0492 | [] | 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 | 5,181 | h | /*
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,
179
]
]
] |
acba139ee6da6f7c84b5e8bddae568f1cd70cabf | 3d9e738c19a8796aad3195fd229cdacf00c80f90 | /src/gui/gl_widget_2/GL_widget_2.cpp | d3297318738dbda7d45ddfccf5eecf7d871ba405 | [] | no_license | mrG7/mesecina | 0cd16eb5340c72b3e8db5feda362b6353b5cefda | d34135836d686a60b6f59fa0849015fb99164ab4 | refs/heads/master | 2021-01-17T10:02:04.124541 | 2011-03-05T17:29:40 | 2011-03-05T17:29:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,023 | cpp | /* This source file is part of Mesecina, a software for visualization and studying of
* the medial axis and related computational geometry structures.
* More info: http://www.agg.ethz.ch/~miklosb/mesecina
* Copyright Balint Miklos, Applied Geometry Group, ETH Zurich
*
* $Id: GL_widget_2.cpp 586 2009-04-03 20... | [
"balint.miklos@localhost"
] | [
[
[
1,
1257
]
]
] |
b976f500a5476aabefb0020a7464386b78f1ff6f | 7ee1bcc17310b9f51c1a6be0ff324b6e297b6c8d | /AppData/Sources/VS 2005 WinCE SDK 8.0 GUI/Source/stdafx.cpp | 76ae4383dc9ecd101d1f1f2ec71a4d1e2a38edbc | [] | no_license | SchweinDeBurg/afx-scratch | 895585e98910f79127338bdca5b19c5e36921453 | 3181b779b4bb36ef431e5ce39e297cece1ca9cca | refs/heads/master | 2021-01-19T04:50:48.770595 | 2011-06-18T05:14:22 | 2011-06-18T05:14:22 | 32,185,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,032 | cpp | // $PROJECT$ application.
// Copyright (c) $YEAR$ by $AUTHOR$,
// All rights reserved.
// stdafx.cpp - source file that includes just the standard includes
// initially generated by $GENERATOR$ on $DATE$ at $TIME$
// visit http://zarezky.spb.ru/projects/afx_scratch.html for more info
///////////////////////... | [
"Elijah@9edebcd1-9b41-0410-8d36-53a5787adf6b",
"Elijah Zarezky@9edebcd1-9b41-0410-8d36-53a5787adf6b"
] | [
[
[
1,
9
],
[
13,
14
],
[
16,
21
],
[
23,
23
],
[
25,
30
],
[
32,
33
]
],
[
[
10,
12
],
[
15,
15
],
[
22,
22
],
[
24,
... |
2160091bd11f534291fa99207c97590e7056e623 | e2e49023f5a82922cb9b134e93ae926ed69675a1 | /tools/aoslcpp/include/aosl/layer_ref.hpp | 2e5d2e582b617c51972828e073d9d96d08049bf2 | [] | no_license | invy/mjklaim-freewindows | c93c867e93f0e2fe1d33f207306c0b9538ac61d6 | 30de8e3dfcde4e81a57e9059dfaf54c98cc1135b | refs/heads/master | 2021-01-10T10:21:51.579762 | 2011-12-12T18:56:43 | 2011-12-12T18:56:43 | 54,794,395 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,444 | hpp | // Copyright (C) 2005-2010 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema
// to C++ data binding compiler, in the Proprietary License mode.
// You should have received a proprietary license from Code Synthesis
// Tools CC prior to generating this code. See the license ... | [
"klaim@localhost"
] | [
[
[
1,
213
]
]
] |
58297e41d4dbd706401b4512922ce339eee8afff | 877bad5999a3eeab5d6d20b5b69a273b730c5fd8 | /TestKhoaLuan/DirectShowTVSample/Chapter-12/ASFCaptureGraphBuilder/StdAfx.cpp | ce4d6d7e084db1f845d30471180abc6cfd1b6837 | [] | no_license | eaglezhao/tracnghiemweb | ebdca23cb820769303d27204156a2999b8381e03 | aaae7bb7b9393a8000d395c1d98dcfc389e3c4ed | refs/heads/master | 2021-01-10T12:26:27.694468 | 2010-10-06T01:15:35 | 2010-10-06T01:15:35 | 45,880,587 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | // stdafx.cpp : source file that includes just the standard includes
// ASFCaptureGraphBuilder.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
| [
"nCoreNiceIT@gmail.com"
] | [
[
[
1,
8
]
]
] |
1189231f676a7b4c70d3ad316c202c4b53d8d23e | ac342d97dda23af771da4f257a12a2910aed8987 | /rtspcore.cpp | 35688e73da1c16786302cff6180d0cd5303994c2 | [] | no_license | kitech/mwget | 41cfb180c67d22fe3abe67a8c1ecfb2d71d762a4 | c7aafefd4061f70ec565778b313732792a276fc0 | refs/heads/master | 2020-05-28T13:23:32.333877 | 2011-11-16T03:32:21 | 2011-11-16T03:32:21 | 2,785,265 | 8 | 5 | null | null | null | null | IBM852 | C++ | false | false | 6,564 | cpp |
#include "real.h"
#include "rtsp_session.h"
#include "rtspcore.h"
RTSPRetriever::RTSPRetriever ( int ts )
: Retriever( ts )
{
}
RTSPRetriever::~RTSPRetriever ()
{
}
bool RTSPRetriever::TaskValid(long bsize )
{
return false ;
}
void test_rtsp_protocol()
{
bool dret = false ... | [
"liuguangzhao@users.sf.net"
] | [
[
[
1,
252
]
]
] |
d19254c2c2094e6bb974740c989e87c11c17f83f | b22c254d7670522ec2caa61c998f8741b1da9388 | /Tools/MapMerger/MapMerger.cpp | 638bac0598bec9d4247296cde9726dfa5268ba0b | [] | 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 | 4,211 | cpp | #include "MapMerger.h"
#include <fstream>
#include <map>
/***********************************************************
merge maps using information in the given file
***********************************************************/
void MapMerger::Merge(const std::string &InfoFile)
{
std::ifstream file(InfoFile.... | [
"vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13"
] | [
[
[
1,
205
]
]
] |
d6b7485ab1fe3b5c534b0437d4a31ad31a8cd3aa | 2e8e317aa42c16a7c30f3efaf401eb96715b0ce0 | /textEdit.h | 0f5ea0ffbb8a1afade1d23521a4df0c877ea17ea | [] | no_license | barrycburton/aucrEdit | dc647b3f460b4bc07f4911435ca05529523b1100 | f378f7519c35b976ce9b46322d24b71bc49a91b5 | refs/heads/master | 2016-09-02T04:45:22.743896 | 2011-04-03T22:37:05 | 2011-04-03T22:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052 | h | //textEdit.h
#ifndef TEXTEDIT_H
#define TEXTEDIT_H
#include <qwidget.h>
#include <qevent.h>
#include <qlayout.h>
#include <qabstractlayout.h>
#include <qlabel.h>
#include <qstring.h>
#include <qmultilineedit.h>
#include <wchar.h>
#include <stdlib.h>
#include "recogArea.h"
class recogArea;
class My... | [
"barrycburton@gmail.com"
] | [
[
[
1,
60
]
]
] |
f92da036b7120b3eb0a56ec307d5beb99d339bcc | 7cf0bc0c3120c2040c3ed534421082cd93f0242f | /ab_mfc/ab_mfc/Page1.cpp | aabbb0f258eb429bf9b615129cd19b876f914ba0 | [] | no_license | zephyrer/ab-mfc | 3d7be0283fa3fff3dcb7120fc1544e60a3811d88 | f228b27a6fdbcb55f481155e9e9d77302335336a | refs/heads/master | 2021-01-13T02:15:55.470629 | 2010-12-10T12:16:23 | 2010-12-10T12:16:23 | 40,066,957 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 13,404 | cpp | // Page1.cpp : 实现文件
//
#include "stdafx.h"
#include "ab_mfc.h"
#include "Page1.h"
// CPage1 对话框
IMPLEMENT_DYNAMIC(CPage1, CDialog)
CPage1::CPage1(CWnd* pParent /*=NULL*/)
: CDialog(CPage1::IDD, pParent)
, m_comb_add(_T(""))
, m_list_add(_T(""))
, m_list_ctrl_add(_T(""))
, m_spinval(_T("spinval"))
... | [
"whitefirer@gmail.com",
"superkiki1989@ce34bfc1-e555-5f21-4a2b-332ae8037cd2"
] | [
[
[
1,
1
],
[
9,
9
],
[
18,
18
],
[
41,
41
],
[
59,
61
],
[
111,
115
],
[
118,
118
],
[
128,
128
],
[
141,
141
],
[
143,
... |
d3c25e7411d34f5e7ca3d7b151b3b6a8b18c0f5d | 97b7853d2eb3481f9fb091c5e61cb8d9ba052a50 | /include/djVisual.h | 2206c8562517d1a5093f54071def26b55d3192f3 | [] | no_license | mentat/tehDJ | dad7826f7bca57603d57120267ef0711d2572859 | ee1f782374897bf5e00102827194b89614029eed | refs/heads/master | 2021-01-25T03:54:58.836751 | 2011-03-23T22:27:09 | 2011-03-23T22:27:09 | 1,518,542 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,080 | h | // --*-c++-*--
/*
tehDJ - Mp3 DJ System
Copyright (C) 2002 Jesse Lovelace
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 you... | [
"jesse@keyingredient.com"
] | [
[
[
1,
198
]
]
] |
f133afcefec578b04cd9218c90641f4a718046ec | b4bff7f61d078e3dddeb760e21174a781ed7f985 | /Examples/Tutorial/UserInterface/39ColorChooser.cpp | 25ca4eb265da9042351a56bd53406a142c168dfe | [] | no_license | Langkamp/OpenSGToolbox | 8283edb6074dffba477c2c4d632e954c3c73f4e3 | 5a4230441e68f001cdf3e08e9f97f9c0f3c71015 | refs/heads/master | 2021-01-16T18:15:50.951223 | 2010-05-19T20:24:52 | 2010-05-19T20:24:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,416 | cpp | // OpenSG Tutorial Example: Creating a Button Component
//
// This tutorial explains how to edit the basic features of
// a Button and a ToggleButtoncreated in the OSG User
// Interface library.
//
// Includes: Button PreferredSize, MaximumSize, MinimumSize, Font,
// Text,and adding a Button to a Scene. Also ... | [
"djkabala@gmail.com"
] | [
[
[
1,
180
]
]
] |
f637d0ade1ce131d4584a450861b9318c99c1baa | bb9c5cb1153d2255e362f281c2fbc15135eb41d0 | /Gosu/Math.hpp | 6792ad031b16eedc640b40b11ea5978cf6300e8d | [] | no_license | tobi994/tangame | 38710879439fd08a9d482f99f7d29f4b30afe2fa | dcc64836b38d9f4ea3ba8eb19c3057cbc5bf4764 | refs/heads/master | 2021-01-10T02:42:45.691598 | 2008-08-31T07:53:56 | 2008-08-31T07:53:56 | 48,272,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,611 | hpp | //! \file Math.hpp
//! Contains simple math functionality.
#ifndef GOSU_MATH_HPP
#define GOSU_MATH_HPP
namespace Gosu
{
//! Pi.
const double pi = 3.1415926536;
//! Truncates the fractional part of a real value. Equivalent to
//! static_cast<long>.
inline long trunc(double value)
... | [
"lucaslevin@38d87d5a-f654-0410-a73f-b91a456e9eba"
] | [
[
[
1,
80
]
]
] |
d617326c97cfbdafc35be905ec2c66884ca8996b | 463c3b62132d215e245a097a921859ecb498f723 | /lib/dlib/algs.h | d4ecd71ccc0023d5c5dc4964a624f0aa5c89101d | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | athulan/cppagent | 58f078cee55b68c08297acdf04a5424c2308cfdc | 9027ec4e32647e10c38276e12bcfed526a7e27dd | refs/heads/master | 2021-01-18T23:34:34.691846 | 2009-05-05T00:19:54 | 2009-05-05T00:19:54 | 197,038 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 25,462 | h | // Copyright (C) 2003 Davis E. King (davisking@users.sourceforge.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ALGs_
#define DLIB_ALGs_
// this file contains miscellaneous stuff
#ifdef _MSC_VER
// Disable the following warnings for Visual... | [
"jimmy@DGJ3X3B1.(none)"
] | [
[
[
1,
758
]
]
] |
1685bfe73242540a3027435452905849bbf479cc | 45229380094a0c2b603616e7505cbdc4d89dfaee | /wavelets/facedetector_src/src/cvLib/annetwork.cpp | 43432d12f372a1bc25f0a030970446a84d4a19c0 | [] | no_license | xcud/msrds | a71000cc096723272e5ada7229426dee5100406c | 04764859c88f5c36a757dbffc105309a27cd9c4d | refs/heads/master | 2021-01-10T01:19:35.834296 | 2011-11-04T09:26:01 | 2011-11-04T09:26:01 | 45,697,313 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,999 | cpp |
#include "stdafx.h"
#include "annetwork.h"
#include "annlayer.h"
#include "vec2d.h"
//////////////////////////////////////////////////constructor/destructor////////////////////////////////////////////////////////
ANNetwork::ANNetwork(const wchar_t* fname) : m_status(-1),
m_nrule(0.2f), m... | [
"perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671"
] | [
[
[
1,
184
]
]
] |
4db122e2ad070824af2c54764ca689c7518216b4 | ce262ae496ab3eeebfcbb337da86d34eb689c07b | /SETools/SEToolsCommon/SECollada/SEColladaScene.cpp | 54381e96567fb33f972d157fc075b76675a877e8 | [] | no_license | pizibing/swingengine | d8d9208c00ec2944817e1aab51287a3c38103bea | e7109d7b3e28c4421c173712eaf872771550669e | refs/heads/master | 2021-01-16T18:29:10.689858 | 2011-06-23T04:27:46 | 2011-06-23T04:27:46 | 33,969,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,091 | cpp | // Swing Engine Version 1 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 open-source code.The author of Swing Engine learned a lot
// from Eberly's experience of architecture and algorithm.
// Several sub-systems are totally new,and others are re-implimented or
... | [
"hide106@163.com@876e9856-8d94-11de-b760-4d83c623b0ac"
] | [
[
[
1,
575
]
]
] |
78a9ad2b49765223a4345846c25dcedca6435979 | 20c74d83255427dd548def97f9a42112c1b9249a | /src/libsrc/game/control-class.h | 0b10c93a06310caecb7967e7b8d8ea647155e121 | [] | 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 | 601 | h | #ifndef CONTROL_CLASS_H
#define CONTROL_CLASS_H
#define KEY_DOWN(vk_code) ((GetAsyncKeyState(vk_code)&0x8000)?1:0)
#define KEY_UP(vk_code) ((GetAsyncKeyState(vk_code)&0x8000)?0:1)
enum keyCodes
{
KEY_A,KEY_B,KEY_C,KEY_D,KEY_E,KEY_F,KEY_G,KEY_H,KEY_I,KEY_J,KEY_K,KEY_L,KEY_M,
KEY_N,KEY_O,KEY_P,KEY_Q,KEY_R,KE... | [
"vickyrare@yahoo.com"
] | [
[
[
1,
25
]
]
] |
062281c8e06a3ea255d323028990dd4f7c1c24ec | ba200ae9f30b89d1e32aee6a6e5ef2c991cee157 | /trunk/GosuImpl/Graphics/TextTTFWin.cpp | fe26a0963abe61bca1e61d535d317825caa035cb | [
"MIT"
] | permissive | clebertavares/gosu | 1d5fd08d22825d18f2840dfe1c53c96f700b665f | e534e0454648a4ef16c7934d3b59b80ac9ec7a44 | refs/heads/master | 2020-04-08T15:36:38.697104 | 2010-02-20T16:57:25 | 2010-02-20T16:57:25 | 537,484 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,679 | cpp | #include <windows.h>
#include <Gosu/Utility.hpp>
// Adapted from http://www.codeproject.com/KB/GDI/xfont.aspx.
// Credits go to Philip Patrick and Hans Dietrich!
struct FONT_PROPERTIES_ANSI
{
char csName[1024];
char csCopyright[1024];
char csTrademark[1024];
char csFamily[1024];
};
struct TT_OFFSET_T... | [
"julian@raschke.de"
] | [
[
[
1,
247
]
]
] |
530a85a5365b817186ccd09139d4375328f609b9 | de2f72b217bc8a9b1f780090bedf425a2ad9587a | /Pangea/Graphics/src/MainWindow.cpp | 4b4055bb8a552b51f5124906c411fed1aa36473c | [] | no_license | axelwass/oliveira | 65b32a7f16cb7e00a95cdf3051a731a2004aaf5f | 4c34730a720465311e367f8e25cc1cced46801c7 | refs/heads/master | 2021-01-18T14:18:42.622080 | 2011-04-18T18:39:08 | 2011-04-18T18:39:08 | 32,120,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,032 | cpp | /*
* MainWindow.cpp
*
* Created on: Oct 19, 2009
* Author: Mariano
*/
#include "../include/MainWindow.h"
#include <GL/gl.h>
#include <SDL/SDL_ttf.h>
MainWindow * MainWindow::instance = NULL;
/* Updates screen and also pops events */
int MainWindow::Refresh(int delay) {
real passedTime = ... | [
"merchante.mariano@d457d4b0-f835-b411-19da-99c4f284aa10"
] | [
[
[
1,
104
]
]
] |
aa2e6196e5caec63e87d21aefad4e4864e603215 | bef7d0477a5cac485b4b3921a718394d5c2cf700 | /dingus/dingus/math/MathUtils.h | 3fbbd25a765c0b2f3d00f2220671c266f0e3bb05 | [
"MIT"
] | permissive | TomLeeLive/aras-p-dingus | ed91127790a604e0813cd4704acba742d3485400 | 22ef90c2bf01afd53c0b5b045f4dd0b59fe83009 | refs/heads/master | 2023-04-19T20:45:14.410448 | 2011-10-04T10:51:13 | 2011-10-04T10:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,292 | h | // --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// --------------------------------------------------------------------------
#ifndef __MATH_UTILS_H
#define __MATH_UTILS_H
#include "FPU.h"
namespace... | [
"aras@unity3d.com"
] | [
[
[
1,
93
]
]
] |
017f7f724ceb85a7a1e67951c5f8d0b827299114 | f2b4a9d938244916aa4377d4d15e0e2a6f65a345 | /Game/MenuView.cpp | 83a2883a8bf75088a79309ef5b22a04d07dc90c6 | [
"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 | WINDOWS-1251 | C++ | false | false | 7,249 | cpp | /*
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,
239
]
]
] |
48fe2ed6acb55e0103a44de461f6b442c8a20794 | 8fa4334746f35b9103750bb23ec2b8d38e93cbe9 | /coding/qt/forum/forum/accountWidget.h | 61d702bd931ee20000a71499aa1863449b6815c0 | [] | no_license | zhzengj/testrepo | 620b22b2cf1e8ff10274a9d0c6491816cecaec3b | daf8bd55fd347220f07bfd7d15b02b01a516479b | refs/heads/master | 2016-09-11T00:50:57.846600 | 2011-10-16T07:59:48 | 2011-10-16T07:59:48 | 2,365,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 701 | h | #ifndef _H_ACCOUNT_WIDGET_H_
#define _H_ACCOUNT_WIDGET_H_
#include "ui_account.h"
class JAccountSvr;
class JUserOpWidget;
class QStandardItemModel;
class JAccountWidget : public QWidget
{
Q_OBJECT
private:
Ui::Account m_ui;
JAccountSvr * m_svr;
JUserOpWidget * m_UserOp;
QStandardItemModel * m_mode... | [
"zhzengj@gmail.com"
] | [
[
[
1,
33
]
]
] |
ae56580460c1ec31da0bee20e40bc70e07529420 | 5bd189ea897b10ece778fbf9c7a0891bf76ef371 | /BasicEngine/BasicEngine/Game/Object/Behaviour/Behaviour.h | 17701ddd05699bb5eb688bad9762b489e680d302 | [] | no_license | boriel/masterullgrupo | c323bdf91f5e1e62c4c44a739daaedf095029710 | 81b3d81e831eb4d55ede181f875f57c715aa18e3 | refs/heads/master | 2021-01-02T08:19:54.413488 | 2011-12-14T22:42:23 | 2011-12-14T22:42:23 | 32,330,054 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 771 | h | #ifndef __BEHAVIOUR_H__
#define __BEHAVIOUR_H__
#include <stdlib.h>
class cObjectAgent; // se pone así para evitar doble inclusion
class cBehaviour {
protected:
cObjectAgent *mpCharacter;
public:
//Inicializa los atributos del comportamiento y es llamada en el
//momento en que se asocia este comp... | [
"boriel@gmail.com@f2da8aa9-0175-0678-5dcd-d323193514b7"
] | [
[
[
1,
29
]
]
] |
f325f57c36e782889368ed2372a1e66ae0bc9b47 | b14d5833a79518a40d302e5eb40ed5da193cf1b2 | /cpp/extern/xercesc++/2.6.0/src/xercesc/dom/impl/DOMEntityImpl.hpp | 42102da1b20acd5e0a44d2d4e55a2194dec9d703 | [
"Apache-2.0"
] | permissive | andyburke/bitflood | dcb3fb62dad7fa5e20cf9f1d58aaa94be30e82bf | fca6c0b635d07da4e6c7fbfa032921c827a981d6 | refs/heads/master | 2016-09-10T02:14:35.564530 | 2011-11-17T09:51:49 | 2011-11-17T09:51:49 | 2,794,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,586 | hpp | #ifndef DOMEntityImpl_HEADER_GUARD_
#define DOMEntityImpl_HEADER_GUARD_
/*
* Copyright 2001-2002,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 Licen... | [
"aburke@bitflood.org"
] | [
[
[
1,
104
]
]
] |
db5af790d4ea4c2d5da7947461363484d88f4b2e | 12732dc8a5dd518f35c8af3f2a805806f5e91e28 | /trunk/LiteEditor/options_base_dlg.cpp | 798470f17d9c9de4e00be486effe2106cdaf3418 | [] | no_license | BackupTheBerlios/codelite-svn | 5acd9ac51fdd0663742f69084fc91a213b24ae5c | c9efd7873960706a8ce23cde31a701520bad8861 | refs/heads/master | 2020-05-20T13:22:34.635394 | 2007-08-02T21:35:35 | 2007-08-02T21:35:35 | 40,669,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,224 | cpp | ///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Feb 1 2007)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
... | [
"eranif@b1f272c1-3a1e-0410-8d64-bdc0ffbdec4b"
] | [
[
[
1,
241
]
]
] |
455f08286b2f26cbd113d5c23d9bacad47f9563d | b8ac0bb1d1731d074b7a3cbebccc283529b750d4 | /Code/controllers/Tcleaner/robotapi/real/RealDifferentialWheels.h | 18f6044ba679b968ca5da923cdff4cae3825e259 | [] | no_license | dh-04/tpf-robotica | 5efbac38d59fda0271ac4639ea7b3b4129c28d82 | 10a7f4113d5a38dc0568996edebba91f672786e9 | refs/heads/master | 2022-12-10T18:19:22.428435 | 2010-11-05T02:42:29 | 2010-11-05T02:42:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,685 | h | #ifndef robotapi_real_RealDifferentialWheels_h
#define robotapi_real_RealDifferentialWheels_h
#include <robotapi/IDifferentialWheels.h>
#include <robotapi/DifferentialWheelsWOdometry.h>
#include <protocol/handlers/DCMotorBoardPacketHandler.h>
#include <robotapi/real/RealDevice.h>
#include <WorldInfo.h>
names... | [
"guicamest@d69ea68a-f96b-11de-8cdf-e97ad7d0f28a"
] | [
[
[
1,
67
]
]
] |
96d95a01d16b5eb48c9c6dbad84848e452199e39 | 1bc2f450f157ce39cbd92d0549e1459368a76e94 | /testsrc/ODINTest/ImageTest.cpp | 36d408f13641691e5ba4f936ae29c8890130b664 | [] | no_license | mirror/odin | 168267277386d6c07c006cb196fec3bb208f5e3c | 63b4633a87b03a924df612271c2d6310c34834a8 | refs/heads/master | 2023-09-01T13:28:38.392325 | 2011-10-09T15:38:02 | 2011-10-09T15:38:02 | 9,256,124 | 5 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 14,888 | cpp | /******************************************************************************
ODIN - Open Disk Imager in a Nutshell
Copyright (C) 2008
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 Softw... | [
"kaltduscher65@b91d169b-bf28-450c-9b59-d70c078a1df8"
] | [
[
[
1,
417
]
]
] |
c737535a220a1bfd871fb339f652e0ff10e9938d | 97fd2a81a3baffb26dc5b627c08aa4a69574a761 | /inc/ListItems/FeedsListItem.h | af512919eeef89345baf70f8afe7858c199dba3a | [] | no_license | drstrangecode/Bada_RssReader_DrStrangecode | c4c61dacabacf9419a0335d70a141dc8374c8b2e | b3cf7b1f6afc43af782c0713fa6b54b1e95d0c1a | refs/heads/master | 2016-09-06T05:34:10.075095 | 2011-10-16T16:08:46 | 2011-10-16T16:08:46 | 2,542,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,587 | h | /*
* FeedsListItem.h
*
* Created by: Dr. Strangecode
* ---------------------------------------------
* This is free code, it can be used, modified,
* destroyed, raped and whatever without limits.
* I own no copyrights over it.
* This code is provided AS IS without warranty
* of any kind either expres... | [
"drstrangecodephd@gmail.com"
] | [
[
[
1,
51
]
]
] |
2c52f22337f74d7aafc9e721755791b55efdfcae | b5ab57edece8c14a67cc98e745c7d51449defcff | /Captain's Log/MainGame/Source/WinMain.cpp | def45e1aca6249f082f960721d983ca173f77a5e | [] | no_license | tabu34/tht-captainslog | c648c6515424a6fcdb628320bc28fc7e5f23baba | 72d72a45e7ea44bdb8c1ffc5c960a0a3845557a2 | refs/heads/master | 2020-05-30T15:09:24.514919 | 2010-07-30T17:05:11 | 2010-07-30T17:05:11 | 32,187,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,906 | cpp | //////////////////////////////////////////////////////////////////////////////////////////////
// File : "WinMain.cpp"
//
// Author : David Brown (DB)
// Based in part on:
// -Window code from the book: "Physics for Game Developers" by David M. Bourg.
// -The previous WinMain.cpp by Jensen Rivera.
//
// L... | [
"notserp007@34577012-8437-c882-6fb8-056151eb068d",
"dpmakin@34577012-8437-c882-6fb8-056151eb068d"
] | [
[
[
1,
16
],
[
20,
28
],
[
31,
35
],
[
37,
296
]
],
[
[
17,
19
],
[
29,
30
],
[
36,
36
]
]
] |
4ca6185942be3e4432a9a409b653e4ac3a791a1d | 279b68f31b11224c18bfe7a0c8b8086f84c6afba | /playground/barfan/findik-mysql-poc-3/mysqldbmanager.hpp | 8346a8bebc569dd78a5c68d5da7a32a64f0cc0bc | [] | 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 | 612 | hpp | #include "dbmanager.hpp"
#include <mysql_connection.h>
#include <cppconn/driver.h>
#include <cppconn/exception.h>
#include <cppconn/resultset.h>
#include <cppconn/statement.h>
namespace findik {
class mysqldbmanager : public dbmanager {
public:
mysqldbmanager();
void connectDb(std::strin... | [
"barfan@d40773b4-ada0-11de-b0a2-13e92fe56a31"
] | [
[
[
1,
26
]
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.