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
57f13db0947cbac87854266cb0593729a52083ea
8a3fce9fb893696b8e408703b62fa452feec65c5
/AutoBall/AutoBall/App/Entity/MoveEntity.cpp
399cf74735256cc1e43701ac6642498009140006
[]
no_license
win18216001/tpgame
bb4e8b1a2f19b92ecce14a7477ce30a470faecda
d877dd51a924f1d628959c5ab638c34a671b39b2
refs/heads/master
2021-04-12T04:51:47.882699
2011-03-08T10:04:55
2011-03-08T10:04:55
42,728,291
0
2
null
null
null
null
UTF-8
C++
false
false
1,071
cpp
#include "stdafx.h" #include "MoveEntity.h" void CMoveEntity::SetHeading(Vector2D new_heading) { assert( (new_heading.LengthSq() - 1.0) < 0.00001); if( GetID() == 2 ) { char str[256]; sprintf_s(str,"Position x=%f,y=%f",Heading().x,Heading().y); char p; p='1'; } m_vHeading = new_...
[ "tangpeng918@126.com" ]
[ [ [ 1, 50 ] ] ]
5ae2d939a78832b4313661af0c881b9321cffbcc
54cacc105d6bacdcfc37b10d57016bdd67067383
/libraries/asx-2.16.0/include/ASXEngine.tpp
ef8dc7a6ca2c28075d908ff15ede512024386d48
[]
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
5,986
tpp
/*** * asx: ASXEngine.tpp * Copyright Stuart Golodetz, 2009. All rights reserved. ***/ #include "ASXException.h" #include "ASXMethodTypeString.h" #include "ASXStructorTypeString.h" //#################### PUBLIC METHODS #################### template <typename F> void ASXEngine::register_constructor(F f, ...
[ "sgolodetz@gxstudios.net" ]
[ [ [ 1, 160 ] ] ]
fbd42b8e30eac73099bb4772f7324dcef55fd575
ce0622a0f49dd0ca172db04efdd9484064f20973
/tools/GameList/Common/AtgAnimation.h
c9b7f4397889cdce367737fd8988ed362849d470
[]
no_license
maninha22crazy/xboxplayer
a78b0699d4002058e12c8f2b8c83b1cbc3316500
e9ff96899ad8e8c93deb3b2fe9168239f6a61fe1
refs/heads/master
2020-12-24T18:42:28.174670
2010-03-14T13:57:37
2010-03-14T13:57:37
56,190,024
1
0
null
null
null
null
UTF-8
C++
false
false
9,074
h
//----------------------------------------------------------------------------- // AtgAnimation.h // // Animation data structures for keyframed animation. // // Xbox Advanced Technology Group. // Copyright (C) Microsoft Corporation. All rights reserved. //---------------------------------------------------------...
[ "goohome@343f5ee6-a13e-11de-ba2c-3b65426ee844" ]
[ [ [ 1, 216 ] ] ]
c0ee24f02ba3c199ff209ed0811ac6947846788b
1caba14ec096b36815b587f719dda8c963d60134
/branches/smxgroup/smx/libsmx/straryx.h
7b606ea5430a63bec5e3b2c761ee1abf6d24978f
[]
no_license
BackupTheBerlios/smx-svn
0502dff1e494cffeb1c4a79ae8eaa5db647e5056
7955bd611e88b76851987338b12e47a97a327eaf
refs/heads/master
2021-01-10T19:54:39.450497
2009-03-01T12:24:56
2009-03-01T12:24:56
40,749,397
0
0
null
null
null
null
UTF-8
C++
false
false
1,870
h
#ifndef _STRARY_H #define _STRARY_H #ifndef _STR_H #include "str.h" #endif #ifndef _MAP_H #include "str.h" #endif #define CBufZ CBufChainZ class CStrAry : public CBufZ<CStr> { public: CStrAry(int n = 0) { m_buf = 0; Grow(n); } CStrAry(CStr *d, int n) { m_buf = 0; Grow(n); memcpy(m_buf, d, n * ...
[ "simul@407f561b-fe63-0410-8234-8332a1beff53" ]
[ [ [ 1, 78 ] ] ]
fa51195fd94a3b225ccf828a523677d82b640540
279b68f31b11224c18bfe7a0c8b8086f84c6afba
/branches/0.0.1-DEV/tidy_html_parser.cpp
71dc4cd85fea6bcc29ef6a448924a9076cb4a84d
[]
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
2,654
cpp
#include "tidy_html_parser.hpp" namespace findik { namespace parser { tidy_html_parser::tidy_html_parser(void) { parsed_content = new std::string(); } tidy_html_parser::~tidy_html_parser(void) { } void tidy_html_parser::clear() { delete this->parsed_content; tidyRelea...
[ "shelta@d40773b4-ada0-11de-b0a2-13e92fe56a31" ]
[ [ [ 1, 105 ] ] ]
9d4aa5c8c01d6f607d47d79a65f4dd6aae9cb0b7
1d6dcdeddc2066f451338361dc25196157b8b45c
/tp1/Geometria/Segmento.cpp
8c5e744c7cfa878f25121a3c84e6274418eef779
[]
no_license
nicohen/ssgg2009
1c105811837f82aaa3dd1f55987acaf8f62f16bb
467e4f475ef04d59740fa162ac10ee51f1f95f83
refs/heads/master
2020-12-24T08:16:36.476182
2009-08-15T00:43:57
2009-08-15T00:43:57
34,405,608
0
0
null
null
null
null
UTF-8
C++
false
false
5,414
cpp
#include "Segmento.h" #include "../Motor.h" Segmento::Segmento(Coordenadas* desde, Coordenadas* hasta) { this->desde = desde; this->hasta = hasta; } Segmento::~Segmento() { delete this->desde; delete this->hasta; } float Segmento::pendiente(){ float pendiente = 0; Coordenadas* inici...
[ "rodvar@6da81292-15a5-11de-a4db-e31d5fa7c4f0", "nicohen@6da81292-15a5-11de-a4db-e31d5fa7c4f0" ]
[ [ [ 1, 51 ], [ 59, 59 ], [ 78, 80 ], [ 87, 88 ], [ 105, 107 ], [ 121, 122 ], [ 124, 124 ], [ 134, 135 ], [ 166, 167 ], [ 170, ...
719ac8298178d72f00ed90e1e3f4371df9bfed14
3e1e78cd64328f947fdd721213f75b47a810d68c
/windows/UpdaterUI/MainFrm.cpp
0091df4ee35640d2274705e75228ad5cb350938b
[]
no_license
phuonglelephuong/dynamicipupdate
daeb10b891a06da80d345ced677cd96bdaa62d8f
58eb721427f132900d81ee95acf3cb09ea133f59
refs/heads/master
2021-01-15T20:53:17.046848
2011-12-06T18:41:32
2011-12-06T18:45:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,521
cpp
// Copyright (c) 2009 OpenDNS, LLC. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "stdafx.h" #ifndef MAIN_FRM #include "MainFrm.h" static bool HasDynamicNetworkWithLabel(NetworkInfo *head, const char *label) { while (...
[ "kkowalczyk@gmail.com" ]
[ [ [ 1, 990 ] ] ]
d87fd0871bf0d24a7f54de4a62b5c06303235980
74c8da5b29163992a08a376c7819785998afb588
/NetAnimal/addons/pa/ParticleUniverse/src/ParticleAffectors/ParticleUniversePathFollowerTokens.cpp
af9ceeb469065e0858475db7dddb409492b4dbfe
[]
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
2,907
cpp
/* ----------------------------------------------------------------------------------------------- This source file is part of the Particle Universe product. Copyright (c) 2010 Henry van Merode Usage of this program is licensed under the terms of the Particle Universe Commercial License. You can find a copy of...
[ "ogre3d@yeah.net" ]
[ [ [ 1, 81 ] ] ]
dd46e2dd635d44ecd0a370284c74f6699dd184ff
028d6009f3beceba80316daa84b628496a210f8d
/uidesigner/com.nokia.sdt.referenceprojects.test/data/TUI_5_0/reference/inc/TUI_5_0AppUi.h
f9d8ae31fcc3dea9c77d0d992ea399fcecf11ff4
[]
no_license
JamesLinus/oss.FCL.sftools.dev.ide.carbidecpp
fa50cafa69d3e317abf0db0f4e3e557150fd88b3
4420f338bc4e522c563f8899d81201857236a66a
refs/heads/master
2020-12-30T16:45:28.474973
2010-10-20T16:19:31
2010-10-20T16:19:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,615
h
#ifndef TUI_5_0APPUI_H #define TUI_5_0APPUI_H // [[[ begin generated region: do not modify [Generated Includes] #include <aknviewappui.h> // ]]] end generated region [Generated Includes] // [[[ begin generated region: do not modify [Generated Forward Declarations] class CTUI_5_0ContainerView; // ]]] end gene...
[ "Deepak.Modgil@Nokia.com" ]
[ [ [ 1, 58 ] ] ]
af1b8bcaaacecd0ec712b256818226bc51e9a8cb
5f41a9d36008ef931c7b068ec0e05175beb1e82b
/user paint.cpp
05428972d4feeaedc023817e36430b2602bf800d
[]
no_license
zootella/backup
438af7bbe4c7cdc453b6983de48f498104bf9d3f
806271bdf84795a990558c90f932b9bf7f7971bd
refs/heads/master
2021-01-10T21:04:27.693788
2011-12-26T23:39:16
2011-12-26T23:39:16
146,246
2
0
null
null
null
null
UTF-8
C++
false
false
5,608
cpp
// Include statements #include <windows.h> #include <windef.h> #include <atlstr.h> #include <shlobj.h> #include "resource.h" #include "program.h" #include "class.h" #include "function.h" // Global objects extern handleitem Handle; // Make painting tools once when the program starts void PaintCreate() ...
[ "Kevin@machine.(none)", "zootella@zootella.com" ]
[ [ [ 1, 31 ], [ 33, 35 ], [ 38, 43 ], [ 45, 123 ], [ 129, 156 ], [ 160, 165 ] ], [ [ 32, 32 ], [ 36, 37 ], [ 44, 44 ], [ 12...
906ebc99dbf3d2e1d8126f38632ae39b993b967e
9420f67e448d4990326fd19841dd3266a96601c3
/ mcvr/mcvr/Tests.h
b6baa756e8dae4778000990952d90b7270b41629
[]
no_license
xrr/mcvr
4d8d7880c2fd50e41352fae1b9ede0231cf970a2
b8d3b3c46cfddee281e099945cee8d844cea4e23
refs/heads/master
2020-06-05T11:59:27.857504
2010-02-24T19:32:21
2010-02-24T19:32:21
32,275,830
0
0
null
null
null
null
UTF-8
C++
false
false
780
h
#pragma once #include "Payoff.h" class Tests { public: static void VTest(void); static void SampleTest(void); // ==> static void BaseTests(void); static void LinearCongruentialGeneratorTest(unsigned=5000); static void MersenneTwisterGeneratorTest(unsigned=5000); static void BoxMullerGeneratorTes...
[ "romain.rousseau@fa0ec5f0-0fe6-11df-8179-3f26cfb4ba5f" ]
[ [ [ 1, 34 ] ] ]
2495ced88d714e2c99ab860c4a248969b511d2e2
42a799a12ffd61672ac432036b6fc8a8f3b36891
/cpp/IGC_Tron/IGC_Tron/Menu.h
9a1a79bd6107d21d2b90e0c03c6797b86f86d518
[]
no_license
timotheehub/igctron
34c8aa111dbcc914183d5f6f405e7a07b819e12e
e608de209c5f5bd0d315a5f081bf0d1bb67fe097
refs/heads/master
2020-02-26T16:18:33.624955
2010-04-08T16:09:10
2010-04-08T16:09:10
71,101,932
0
0
null
null
null
null
ISO-8859-1
C++
false
false
831
h
// Menu.h // Déclaration de la classe Menu #ifndef __MENU_H__ #define __MENU_H__ #include "Singleton.h" #include "AbstractCamera.h" #include "CameraOverall.h" class Menu : public Singleton<Menu> { friend class Singleton<Menu>; public: static const int BUTTON_COUNT = 3; enum ButtonEnum { SOLO, S...
[ "timotheehub@users.noreply.github.com" ]
[ [ [ 1, 45 ] ] ]
966e36b3a895c532369e7d45a955a615c1f111c7
2bf221bc84477471c79e47bdb758776176202e0a
/plc/pamiec.h
d20de9dbe562fa2474dcd08edc086118a1cd7dac
[]
no_license
uraharasa/plc-programming-simulator
9613522711f6f9b477c5017e7e1dd0237316a3f4
a03e068db8b9fdee83ae4db8fe3666f0396000ef
refs/heads/master
2016-09-06T12:01:02.666354
2011-08-14T08:36:49
2011-08-14T08:36:49
34,528,882
0
1
null
null
null
null
UTF-8
C++
false
false
2,066
h
#ifndef pamiec_h_included #define pamiec_h_included #include <windows.h> #include <stdio.h> #include <string> using namespace std; #define MOZNA_CONST 0x0001 #define MOZNA_I 0x0002 #define MOZNA_Q 0x0004 #define MOZNA_R 0x0008 #define MOZNA_M 0x0010 #define MOZNA_AI 0x0020 #define MOZNA_AQ 0x0040...
[ "wojciak.jakub@gmail.com@2c618d7f-f323-8192-d80b-44f770db81a5" ]
[ [ [ 1, 85 ] ] ]
9229e1ff3b9c2b6a26862f49d996e01b4fc0c2d5
09a84291381a2ae9e366b848aff5ac94342e6d4b
/WinSubst/Source/AboutDialog.h
20ec223b755c5be3628a46b741f51be0ef41b7a9
[]
no_license
zephyrer/xsubst
0088343300d62d909a87e235da490728b9af5106
111829b6094d796aefb7c8e4ec7bd40bae4d6449
refs/heads/master
2020-05-20T03:22:44.200074
2011-06-18T05:50:34
2011-06-18T05:50:34
40,066,695
0
0
null
null
null
null
UTF-8
C++
false
false
1,339
h
// WinSubst application. // Copyright (c) 2004-2011 by Elijah Zarezky, // 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 // // http://www.apache.org/licenses/L...
[ "Elijah Zarezky@9a190745-9f41-0410-876d-23307a9d09e3", "elijah@9a190745-9f41-0410-876d-23307a9d09e3" ]
[ [ [ 1, 4 ], [ 17, 50 ] ], [ [ 5, 16 ] ] ]
9f33ee1eb836682d14bf4f2922d7e600b04c9a26
6d7b85cb2b2655ecede756d19e5c1e43fd31cf13
/sources/mainwindow.h
493e8ce59c5f992cc5a306ae461ee1433c2c3b93
[]
no_license
s-jonas/MT.Copy
b44fe22627e3a4394692199846032b64416281b8
abdbaa7cb175921d69dcbb887ce80f55dd9f7481
refs/heads/master
2021-01-10T22:05:34.098859
2011-08-18T09:49:05
2011-08-18T09:49:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
525
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QtGui> class MainWindow : public QMainWindow { Q_OBJECT private: QFileSystemWatcher* watcher; QFileInfo* fileInfo; void initMenu(); void initMainWindow(); public: MainWindow(QMainWindow *parent = 0, Qt:...
[ "jonas_berlin@web.de" ]
[ [ [ 1, 22 ] ] ]
d8329740e63deae3bf29d68157cc38afa14ed468
c1bcff0f1321de8a6425723cdfa0b5aa65b5c81f
/TransX/trunk/TransXFunction.h
0c312bc80c8742f62ae5dbc20f788e119dfcec11
[ "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
4,900
h
/* 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" ]
[ [ [ 1, 41 ], [ 43, 54 ], [ 56, 56 ], [ 58, 69 ], [ 72, 73 ], [ 76, 92 ], [ 94, 111 ] ], [ [ 42, 42 ], [ 55, 55 ], [ 57, ...
48226183c7b1c4c4370833dd750c2a69e65eb85b
f744f8897adce6654cdfe6466eaf4d0fad4ba661
/src/data/character/ChSkeleton.h
c3ebb678b53324fae3ed44cf5b64a676e39cacfb
[]
no_license
pizibing/bones-animation
37919ab3750683a5da0cc849f80d1e0f5b37c89c
92ce438e28e3020c0e8987299c11c4b74ff98ed5
refs/heads/master
2016-08-03T05:34:19.294712
2009-09-16T14:59:32
2009-09-16T14:59:32
33,969,248
0
0
null
null
null
null
UTF-8
C++
false
false
1,605
h
#pragma once #include <string> #include <map> class ChBone; // Skeleton for a character // contains the pointers of all bones // must set bone total number when create a new skeleton class ChSkeleton { public: // constructor ChSkeleton(void); // destructor ~ChSkeleton(void); // get bone by na...
[ "xljacwy@yahoo.com.cn" ]
[ [ [ 1, 67 ] ] ]
3bb654a4e13d4a847077badb470311d4b05c0302
94d9e8ec108a2f79068da09cb6ac903c16b77730
/sociarium/view.h
ce9e01dc7766b2f65b8336c861bf253700fb814c
[]
no_license
kiyoya/sociarium
d375c0e5abcce11ae4b087930677483d74864d09
b26c2c9cbd23c2f8ef219d0059e42370294865d1
refs/heads/master
2021-01-25T07:28:25.862346
2009-10-22T05:57:42
2009-10-22T05:57:42
318,115
1
0
null
null
null
null
UTF-8
C++
false
false
6,066
h
// s.o.c.i.a.r.i.u.m: view.h // HASHIMOTO, Yasuhiro (E-mail: hy @ sys.t.u-tokyo.ac.jp) /* Copyright (c) 2005-2009, HASHIMOTO, Yasuhiro, All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met:...
[ "kiyoya@gmail.com" ]
[ [ [ 1, 176 ] ] ]
8f737f3f52fa32671b0a67913299625801caca26
de2b54a7b68b8fa5d9bdc85bc392ef97dadc4668
/TrackerOnFann21/NeuralNetwork/NeuralNet.cpp
1f6249f42fea5eb42215c0150ead85eca5fc082c
[]
no_license
kumarasn/tracker
8c7c5b828ff93179078cea4db71f6894a404f223
a3e5d30a3518fe3836f007a81050720cef695345
refs/heads/master
2021-01-10T07:57:09.306936
2009-04-17T15:02:16
2009-04-17T15:02:16
55,039,695
0
0
null
null
null
null
UTF-8
C++
false
false
1,244
cpp
/* * NeuralNet.cpp * * Created on: 05-feb-2009 * Author: Timpa */ #include "NeuralNet.h" NeuralNet::NeuralNet() { // TODO Auto-generated constructor stub } NeuralNet::~NeuralNet() { // TODO Auto-generated destructor stub fann_destroy(network);//check this!! } void NeuralNet::...
[ "latesisdegrado@048d8772-f3ab-11dd-a8e2-f7cb3c35fcff" ]
[ [ [ 1, 89 ] ] ]
b6e83a7d9e9f2b33cd4535f25c34063c71adb2c9
f4f8ec5c50bf0411b31379f55b8365d9b82cb61e
/Bookshop/bookshop.cpp
107a3100996f10d23fb28585d7b31e01a19947c7
[]
no_license
xhbang/cpp-homework
388da7b07ddc296bf67d373c96b7ea134c42ef0c
fb9a21fef40ac042210b662964ca120998ac8bcf
refs/heads/master
2021-01-22T05:20:59.989600
2011-12-05T10:31:14
2011-12-05T10:31:14
2,915,735
0
0
null
null
null
null
UTF-8
C++
false
false
4,997
cpp
// 书店函数文件 #ifndef BOOKSHOP_CPP #define BOOKSHOP_CPP #include "bookshop.h" #include <iostream> #include <conio.h> #include <sstream> #include <iomanip> #include <fstream> #include <functional> #include <algorithm> #include <string> #include <vector> using namespace std; //***********************...
[ "sonicisdreaming@gmail.com" ]
[ [ [ 1, 189 ] ] ]
2769015be1e05654f07c9b5d8a3f2d17686e96d3
0f40e36dc65b58cc3c04022cf215c77ae31965a8
/src/apps/vis/base/vis_base_init.cpp
7ed1f3dd04294833d38456de8c20f7da391edffc
[ "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,736
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, 43 ] ] ]
e7aebf13cbfc7f83be98c052740eed58d26490aa
ce262ae496ab3eeebfcbb337da86d34eb689c07b
/SETools/SEToolsCommon/SECollada/SEColladaInstanceController.cpp
4431d4e27725144f39ef41a21e0180b2402551e0
[]
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
2,649
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, 67 ] ] ]
44a9486cf6d7cac3c41f47f0858a5cf4e0916143
221e3e713891c951e674605eddd656f3a4ce34df
/core/OUE/Impl/Win32.h
6cdbe11465ccf1660c18ff9c9689534c6fed736a
[ "MIT" ]
permissive
zacx-z/oneu-engine
da083f817e625c9e84691df38349eab41d356b76
d47a5522c55089a1e6d7109cebf1c9dbb6860b7d
refs/heads/master
2021-05-28T12:39:03.782147
2011-10-18T12:33:45
2011-10-18T12:33:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,530
h
/* This source file is part of OneU Engine. Copyright (c) 2011 Ladace 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, co...
[ "LadaceZ@gmail.com@d30a3831-f586-b1a3-add9-2db6dc386f9c" ]
[ [ [ 1, 43 ] ] ]
4891670a3aa5cd5ff660e46d7d8b14e9f0093be5
fd3f2268460656e395652b11ae1a5b358bfe0a59
/cryptopp/vmac.cpp
7889b62914c08868ee097d97cf66a2b1ac0fd165
[ "LicenseRef-scancode-cryptopp", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mikezhoubill/emule-gifc
e1cc6ff8b1bb63197bcfc7e67c57cfce0538ff60
46979cf32a313ad6d58603b275ec0b2150562166
refs/heads/master
2021-01-10T20:37:07.581465
2011-08-13T13:58:37
2011-08-13T13:58:37
32,465,033
4
2
null
null
null
null
UTF-8
C++
false
false
23,534
cpp
// vmac.cpp - written and placed in the public domain by Wei Dai // based on Ted Krovetz's public domain vmac.c and draft-krovetz-vmac-01.txt #include "pch.h" #include "vmac.h" #include "argnames.h" #include "cpu.h" NAMESPACE_BEGIN(CryptoPP) #if defined(_MSC_VER) && !CRYPTOPP_BOOL_SLOW_WORD64 #include <in...
[ "Mike.Ken.S@dd569cc8-ff36-11de-bbca-1111db1fd05b", "Mike.Ken.S@gmail.com@dd569cc8-ff36-11de-bbca-1111db1fd05b" ]
[ [ [ 1, 10 ], [ 12, 27 ], [ 32, 33 ], [ 35, 59 ], [ 62, 87 ], [ 91, 98 ], [ 100, 100 ], [ 105, 106 ], [ 110, 112 ], [ 119, ...
dc68789d5f7432f07107b29c7c808e9b750e0aba
c2d3b2484afb98a6447dfacfe733b98e8778e0a9
/vfpmathlibrary/vfp_clobbers.h
0de05bcff3289ef8e9763200e0708ccbb0e15d52
[]
no_license
soniccat/3dEngine
cfb73af5c9b25d61dd77e882a31f4a62fbd3f036
abf1d49a1756fb0217862f829b1ec7877a59eaf4
refs/heads/master
2020-05-15T07:07:22.751350
2010-03-27T13:05:38
2010-03-27T13:05:38
469,267
3
0
null
null
null
null
UTF-8
C++
false
false
68,256
h
/* VFP math library for the iPhone / iPod touch Copyright (c) 2007-2008 Wolfgang Engel and Matthias Grundmann http://code.google.com/p/vfpmathlibrary/ 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 th...
[ "soniccat@list.ru" ]
[ [ [ 1, 975 ] ] ]
2e6570e2849bdb6620d5ab609663840d4f72ba5f
b14d5833a79518a40d302e5eb40ed5da193cf1b2
/cpp/extern/xercesc++/2.6.0/src/xercesc/util/regx/RegxParser.hpp
381414826456d35a2be01dd9d0f2bcb16e8a7b9f
[ "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
10,642
hpp
/* * Copyright 2001-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
[ "aburke@bitflood.org" ]
[ [ [ 1, 300 ] ] ]
9a78593ea8aad8833fddab6cbf0c1db47535e3cf
944e19e1a68ac1d4c5f6e7ccde1061a43e791887
/OBBDetection/OBBDetection/old_code/hashTClass.h
5bc856171a66521d17644515cbf2170b7e7952da
[]
no_license
Fredrib/obbdetection
0a797ecac2c24be1a75ddd67fd928e35ddc586f5
41e065c379ddfb7ec0ca4ec0616be5204736b984
refs/heads/master
2020-04-22T14:03:17.358440
2011-01-17T15:24:09
2011-01-17T15:24:09
41,830,450
1
0
null
null
null
null
UTF-8
C++
false
false
1,719
h
#include <iostream> // iostream header: allows input/output functions #include <string.h> // string functions (strcpy, etc) #include <stdio.h> #include <math.h> #include <fstream> #include <cstdlib> #include "../../linked_lists/study_examples/lListClass.h"; #ifndef HASHTCLASS #define HASHTCLASS using nam...
[ "jonathantompson@5e2a6976-228a-6e25-3d16-ad1625af6446" ]
[ [ [ 1, 47 ] ] ]
82a0c0e0175d71997d5627e01af56bdfedb6400e
f7b5d803225fa1fdbcc22b69d8cc083691c68f01
/cvaddon_file_io/cvaddon_file_io.h
d7a729090c607e924c5711dbf3389d94d24ce02d
[]
no_license
a40712344/cvaddon
1b3e4b8295eaea3b819598bb7982aa1ba786cb57
e7ebbef09b864b98cce14f0151cef643d2e6bf9d
refs/heads/master
2020-05-20T07:18:49.379088
2008-12-09T03:40:11
2008-12-09T03:40:11
35,675,249
0
0
null
null
null
null
UTF-8
C++
false
false
840
h
#ifndef _CVADDON_FILE_IO_H #define _CVADDON_FILE_IO_H // For saving and loading OpenCV structures to and from files // By Wai Ho Li // // TODO Error checks #include <cxcore.h> #include <cv.h> #include <string> using std::string; inline void cvAddonWriteCvArrXML(const CvArr* src, const char* path, cons...
[ "waiho@66626562-0408-11df-adb7-1be7f7e3f636" ]
[ [ [ 1, 30 ] ] ]
a9ab6288d7496ffe5c63d189fbd12bb9ef406fb9
58ef4939342d5253f6fcb372c56513055d589eb8
/ExDoc/Symbian_How_To_Folder/InformationContainer.h
c28c93850370324e66964e0762527368e41dc1cf
[]
no_license
flaithbheartaigh/lemonplayer
2d77869e4cf787acb0aef51341dc784b3cf626ba
ea22bc8679d4431460f714cd3476a32927c7080e
refs/heads/master
2021-01-10T11:29:49.953139
2011-04-25T03:15:18
2011-04-25T03:15:18
50,263,327
0
0
null
null
null
null
UTF-8
C++
false
false
1,550
h
/* ============================================================================ Name : InformationContainer.h Author : zengcity Version : 1.0 Copyright : Your copyright notice Description : CInformationContainer declaration ============================================================================...
[ "zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494" ]
[ [ [ 1, 51 ] ] ]
bbd7730e6b7c59201afed6f42fd0b3f1f47ed8f6
9aedcc9da750a80a8d12238f24d5825e5f0469e6
/griddata3_MG.h
5a9555a1db3b51d92f51aa982bcd64dd5c751423
[]
no_license
andriybun/g4m-parallel
87c2304bbcee089f603739068bfa5054d5556481
62746076660c9ecff25079b4961c15f521ea9a4d
refs/heads/master
2021-01-25T12:20:36.616586
2009-10-18T19:20:25
2009-10-18T19:20:25
32,204,814
0
0
null
null
null
null
UTF-8
C++
false
false
8,824
h
// Name: GridData class 1.3 + output to file // Author: Andriy Bun // Date: 9.06.2008 #ifndef griddata_h_ #define griddata_h_ #include <iostream> #include <cstdlib> #include <cstring> #include <fstream> using namespace std; class griddata { private: int HorReso...
[ "Andr.Bun@efe78254-b83b-11de-a71d-8f2b2e058ad8" ]
[ [ [ 1, 302 ] ] ]
93f54ed89b731a980b01b249dd46483524874703
fac8de123987842827a68da1b580f1361926ab67
/inc/physics/Common/Base/Math/Matrix/hkMatrix4.h
980919ad5ad7c093466a332c7d4fa855060b7743
[]
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
7,222
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, 168 ] ] ]
d83fff614a72b92b4a14708d75dce4972639533d
8103a6a032f7b3ec42bbf7a4ad1423e220e769e0
/Prominence/KeyboardController.h
3625a3970647c6b551aa60418dc064973722541e
[]
no_license
wgoddard/2d-opengl-engine
0400bb36c2852ce4f5619f8b5526ba612fda780c
765b422277a309b3d4356df2e58ee8db30d91914
refs/heads/master
2016-08-08T14:28:07.909649
2010-06-17T19:13:12
2010-06-17T19:13:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
533
h
#pragma once #include "InputDevice.h" #include "SDL.h" namespace Prominence { class KeyboardController : public InputDevice { protected: Uint8* keys; public: KeyboardController(void); virtual ~KeyboardController(void); virtual bool GetAKey() = 0; virtual bool GetBKey() = 0; virtu...
[ "William@18b72257-4ce5-c346-ae33-905a28f88ba6" ]
[ [ [ 1, 27 ] ] ]
4c7036f62fdd466137faa7b32e4f4737c1b3f868
9a5db9951432056bb5cd4cf3c32362a4e17008b7
/FacesCapture/branches/ShangHai/RemoteImaging/FaceProcessingWrapper/FrontFaceChecker.cpp
7a150771034621fb8f5e97e2eeb9d7cfe73d7096
[]
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
UTF-8
C++
false
false
956
cpp
#pragma once #include "StdAfx.h" #include "..\..\FaceProcessing\FaceProcessing\FrontFaceChecker.h" using namespace System; using namespace System::Runtime::InteropServices; namespace FaceProcessingWrapper { public ref class FrontFaceChecker { public: static FrontFaceChecker^ FromFile(System::Stri...
[ "shenbinsc@cbf8b9f2-3a65-11de-be05-5f7a86268029" ]
[ [ [ 1, 43 ] ] ]
10fd8fae1f4ccc1e31dcf129ee1060e92012f922
44e10950b3bf454080553a5da36bf263e6a62f8f
/src/SceneNode/Weather/IWeatherManagerAtmosphere.cpp
9e9d58d801fa8a69b918a4d018440c9ce768161e
[]
no_license
ptrefall/ste6246tradingagent
a515d88683bf5f55f862c0b3e539ad6144a260bb
89c8e5667aec4c74aef3ffe47f19eb4a1b17b318
refs/heads/master
2020-05-18T03:50:47.216489
2011-12-20T19:02:32
2011-12-20T19:02:32
32,448,454
1
0
null
null
null
null
UTF-8
C++
false
false
14,046
cpp
// Copyright (C) 2009-2010 Josiah Hartzell (Skyreign Software) // This file is part of the "irrWeatherManager" weather management library for the Irrlicht rendering engine. // For conditions of distribution and use, see copyright notice in irrWeatherManager.h #include "IWeatherManagerAtmosphere.h" using namespa...
[ "PTrefall@gmail.com@92bc644c-bee7-7203-82ab-e16328aa9dbe" ]
[ [ [ 1, 413 ] ] ]
31b2b4a673741f63aa2d276f713d38f4c82084fa
1e23d293a86830184ff9d59039e4d8f2d2a8f318
/bdf.h
1087840195ecaef39ef91044cab52117193710a1
[]
no_license
beru/bitmap-font-encoder
c95a3e9641119f79cf0c93fd797a41db84685473
1ca6f91c440dc05db4c4ec2ac99a14ffe908209a
refs/heads/master
2016-09-06T17:27:29.748951
2011-08-23T13:21:33
2011-08-23T13:21:33
33,050,307
0
0
null
null
null
null
UTF-8
C++
false
false
741
h
#ifndef BDF_H_INCLUDED__ #define BDF_H_INCLUDED__ #include <string> namespace BDF { struct Header { uint16_t SIZE[3]; int16_t FONTBOUNDINGBOX[4]; std::string CHARSET_REGISTRY; uint16_t CHARS; }; struct CharacterSegment { // uint16_t STARTCHAR; // descriptive name uint16_t ENCODING; // decimal...
[ "berupon@gmail.com" ]
[ [ [ 1, 37 ] ] ]
ba1ea0e67aef9709ae160080c4cc1b1659c9df18
7b379862f58f587d9327db829ae4c6493b745bb1
/JuceLibraryCode/modules/juce_gui_basics/widgets/juce_Slider.cpp
7d9f26209c32cc6e4ee28d16fccf5f09d7010005
[]
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
45,420
cpp
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
[ "ow3nskip" ]
[ [ [ 1, 1423 ] ] ]
a8a10caa7185ec00902781ed9e71c8c9371140df
880e5a47c23523c8e5ba1602144ea1c48c8c8f9a
/enginesrc/operating_system/windows/windowssystemwindow.cpp
593bc14b98471d044236f15787d0b247e47c30b4
[]
no_license
kfazi/Engine
050cb76826d5bb55595ecdce39df8ffb2d5547f8
0cedfb3e1a9a80fd49679142be33e17186322290
refs/heads/master
2020-05-20T10:02:29.050190
2010-02-11T17:45:42
2010-02-11T17:45:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,729
cpp
#ifdef WINDOWS #include "windowssystemwindow.hpp" #include "../../useful.hpp" namespace engine { LRESULT CALLBACK CWindowsSystemWindow::WindowProc(HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam) { CWindowsSystemWindow *pObject = reinterpret_cast<CWindowsSystemWindow *>(GetWindowLongPtr(hWnd, GWL_US...
[ "kfazol@gmail.com" ]
[ [ [ 1, 123 ] ] ]
82f250e2a2a5769f6ccc70f6c890ca72ae329063
38664d844d9fad34e88160f6ebf86c043db9f1c5
/branches/tags/mfc-import/controls/hbutton.h
1663f17a8abced7c615122c141dfcd68e9436ceb
[]
no_license
cnsuhao/jezzitest
84074b938b3e06ae820842dac62dae116d5fdaba
9b5f6cf40750511350e5456349ead8346cabb56e
refs/heads/master
2021-05-28T23:08:59.663581
2010-11-25T13:44:57
2010-11-25T13:44:57
null
0
0
null
null
null
null
GB18030
C++
false
false
14,236
h
#pragma once #include <tmschema.h> #include <atlmisc.h> #include "../base/SkinDraw.h" namespace Skin{ class ButtonDraw; #if 0 class ATL_NO_VTABLE ButtonConfig : public CComTearOffObjectBase<ButtonDraw> , public ISkinConfig { public: typedef ButtonConfig thisType; BEGIN_COM_MAP(thisType) CO...
[ "ken.shao@ba8f1dc9-3c1c-0410-9eed-0f8a660c14bd" ]
[ [ [ 1, 447 ] ] ]
2e6330f5021d42d27b38a5b7745fff87c02aad18
a31e04e907e1d6a8b24d84274d4dd753b40876d0
/MortScript/DlgChoice.h
a2fce15e8a0aa72b3947043cc93d62054074ef5e
[]
no_license
RushSolutions/jscripts
23c7d6a82046dafbba3c4e060ebe3663821b3722
869cc681f88e1b858942161d9d35f4fbfedcfd6d
refs/heads/master
2021-01-10T15:31:24.018830
2010-02-26T07:41:17
2010-02-26T07:41:17
47,889,373
0
0
null
null
null
null
UTF-8
C++
false
false
1,698
h
#if !defined(AFX_DLGCHOICE_H__D9EE585E_6A4C_43C3_A43F_DCB8BA9CED2C__INCLUDED_) #define AFX_DLGCHOICE_H__D9EE585E_6A4C_43C3_A43F_DCB8BA9CED2C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DlgChoice.h : header file // //////////////////////////////////////////////////////////////////...
[ "frezgo@c2805876-21d7-11df-8c35-9da929d3dec4" ]
[ [ [ 1, 65 ] ] ]
fb852d336e512bc51e5fe64f76bbfb8b056a6c6b
d4b316c5dfe18916d6747e564a6bb8e814d4413a
/algorithms/transporting_problem_console/transporting_problem_console/transporting.h
62a2043be1cb7eca889dc656e89eeb7a5367429d
[]
no_license
artemshynkarenko/ilsdev
3c8b485beb66cd9d33c9b844758bf2e79c5ea94f
e6cc62f14aae409cc1e462ba03b8dcb2c1a6aa02
refs/heads/master
2016-09-06T08:30:25.052724
2009-06-19T16:35:14
2009-06-19T16:35:14
32,579,868
0
0
null
null
null
null
UTF-8
C++
false
false
826
h
#include <iostream> using namespace std; const int INF = 10000000; class Graph; class Transporting{ int m, n; int *a; int *b; int **c; int **x; int result; friend class Graph; public: Transporting():m(0), n(0){} Transporting(int x, int y):m(x), n(y){init();} friend istream & operator>>(...
[ "kupjak@0d0ad13b-7e51-0410-977d-d3f3eabcdc60" ]
[ [ [ 1, 46 ] ] ]
e5b01916c231b6a5d75f84838e931a9729f35fe6
580738f96494d426d6e5973c5b3493026caf8b6a
/Include/Vcl/teefunci.hpp
d098f8d0cb3c3731d54668f1adec337f2e760f59
[]
no_license
bravesoftdz/cbuilder-vcl
6b460b4d535d17c309560352479b437d99383d4b
7b91ef1602681e094a6a7769ebb65ffd6f291c59
refs/heads/master
2021-01-10T14:21:03.726693
2010-01-11T11:23:45
2010-01-11T11:23:45
48,485,606
2
1
null
null
null
null
UTF-8
C++
false
false
7,020
hpp
// Borland C++ Builder // Copyright (c) 1995, 2002 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'TeeFunci.pas' rev: 6.00 #ifndef TeeFunciHPP #define TeeFunciHPP #pragma delphiheader begin #pragma option push -w- #pragma option push -Vx #include <TeEngi...
[ "bitscode@7bd08ab0-fa70-11de-930f-d36749347e7b" ]
[ [ [ 1, 217 ] ] ]
be8ed58c6ead00be2659b33dc8cf7ee96ec71f42
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/Dependencies/Xerces/include/xercesc/validators/schema/identity/ValueStore.cpp
08b629718f9e78e109e21dd83142a0b69c07f240
[]
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
10,840
cpp
/* * Copyright 2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
[ [ [ 1, 341 ] ] ]
4f26e16c200da33c23e9a37ef5b4ed96e207325f
0d561d014ed30f5ea38cffbad9b67e161f8d5e76
/fast_lattice2d.cpp
f5ac80281f8e0eb744c868b16ed5603c7261799a
[]
no_license
mchouza/lattice-boltzmann-sdl
1cf226940ef00ee4411264ea2e0719f2eea9e345
65a9ef54090b10a954c4eddad12f1c94b130a44e
refs/heads/master
2016-08-06T17:02:37.635344
2008-12-22T00:32:43
2008-12-22T00:32:43
35,064,801
0
0
null
null
null
null
UTF-8
C++
false
false
3,793
cpp
#include "fast_lattice2d.h" #include <algorithm> #include <cassert> namespace { const int propD[][2] = { { 0, 0}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1, -1}, { 0, -1}, { 1, -1}, }; const real_t scD[] = { 4.0f / 9.0f, 1.0f / 9.0f, // E 1.0f / 36.0f,...
[ "mchouza@0a8d345c-bf43-11dd-919e-5d69a936ce07" ]
[ [ [ 1, 176 ] ] ]
e354c46f29450b0568248f578786a6a05b4c4368
f9ed86de48cedc886178f9e8c7ee4fae816ed42d
/src/models/pillar.h
dbfa8e950bc338d4b348e4368b7dd25505a529b3
[ "MIT" ]
permissive
rehno-lindeque/Flower-of-Persia
bf78d144c8e60a6f30955f099fe76e4a694ec51a
b68af415a09b9048f8b8f4a4cdc0c65b46bcf6d2
refs/heads/master
2021-01-25T04:53:04.951376
2011-01-29T11:41:38
2011-01-29T11:41:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,443
h
#ifndef __PILLAR_H__ #define __PILLAR_H__ class Pillar : public Model { public: GLuint displayList; virtual void build() { uint segments = 20; float pillarHeight = 9.4f; float pillars[][3] = { // left side {-20.0f, 0.8f, -20.0f}, {-20.0f, 0.8f, -12.0f}, ...
[ "errantkid@gmail.com" ]
[ [ [ 1, 85 ] ] ]
5ee6155fb37de25f38c2e2c8d10ba69b1d139f68
4b116281b895732989336f45dc65e95deb69917b
/Code Base/GSP410-Project2/Renderable.h
23ba1039e60d77f7fd456098fae86b7c58c8bb0e
[]
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
827
h
#pragma once #include <d3d9.h> #include <d3dx9.h> #include "Definitions.h" // pass a pointer of type Renderable to DXFrame to render our objects // also pass the number of objects to be rendered // in render, loop through all the objects drawing them to the screen // in LoadQuad we need to build the array ...
[ "cdcredninja@gmail.com@7eab73fc-b600-5548-9ef9-911d97763ba7" ]
[ [ [ 1, 28 ] ] ]
4de00a64ed20eb951464299110fa8e492880b09d
1011fc798115b628a8f3b6612a34ca4c0b0b85c7
/src/CompletionPopup.cpp
ec39444148e73d468492d43cde748b86b20e89ad
[]
no_license
joeri/e
b2781991f1eaec2e6d549ee8d3ffdc4060ce13d5
e10f306a2c6c25e2cedd9b5139d164cc38c2bafc
refs/heads/master
2021-01-16T20:54:42.629110
2009-05-15T07:57:01
2009-05-15T07:57:01
190,426
2
0
null
null
null
null
UTF-8
C++
false
false
4,672
cpp
/******************************************************************************* * * Copyright (C) 2009, Alexander Stigsen, e-texteditor.com * * This software is licensed under the Open Company License as described * in the file license.txt, which you should have received as part of this * distribution. The...
[ "flangy@gmail.com" ]
[ [ [ 1, 168 ] ] ]
4d5d3f2d78b1a71b1e21324dcbb4a286ccb6b37e
0b66a94448cb545504692eafa3a32f435cdf92fa
/tags/cms/cbear.berlios.de/windows/com/uint.hpp
3873888303d11e8765782721f608c25f86f082bf
[ "MIT" ]
permissive
BackupTheBerlios/cbear-svn
e6629dfa5175776fbc41510e2f46ff4ff4280f08
0109296039b505d71dc215a0b256f73b1a60b3af
refs/heads/master
2021-03-12T22:51:43.491728
2007-09-28T01:13:48
2007-09-28T01:13:48
40,608,034
0
0
null
null
null
null
UTF-8
C++
false
false
341
hpp
#ifndef CBEAR_BERLIOS_DE_WINDOWS_COM_UINT_HPP_INCLUDED #define CBEAR_BERLIOS_DE_WINDOWS_COM_UINT_HPP_INCLUDED #include <cbear.berlios.de/windows/com/traits.hpp> namespace cbear_berlios_de { namespace windows { namespace com { CBEAR_BERLIOS_DE_WINDOWS_COM_DECLARE_DEFAULT_TRAITS(uint_t, vartype_t::uint); ...
[ "sergey_shandar@e6e9985e-9100-0410-869a-e199dc1b6838" ]
[ [ [ 1, 19 ] ] ]
f0b2d468eba332b75c141ea67741cbbc573feb79
477cd2cf408d0367d15beddfc53795dfbfbc0b53
/OSCPlugin/Source/IniReader.h
4c2b24c299dc3b40ce7dacd4bf42fe74cf0374d9
[]
no_license
argl/eternal-track-cycle
14e8763f95ca483474f5a1453f87f217ee3b6c08
17aef4af7cdee62d50a6df7331b9fda6124831a8
refs/heads/master
2016-09-01T22:52:56.344931
2010-06-15T16:04:48
2010-06-15T16:04:48
606,870
1
0
null
null
null
null
UTF-8
C++
false
false
530
h
#ifndef INIREADER_H #define INIREADER_H class CIniReader { public: CIniReader(const char* szFileName) ; int ReadInteger(const char* szSection, const char* szKey, int iDefaultValue) ; float ReadFloat(const char* szSection, const char* szKey, float fltDefaultValue) ; bool ReadBoolean(const char* szSectio...
[ "andi@watwet.com" ]
[ [ [ 1, 17 ] ] ]
968c805c2bb9618cbce0a4a79c317bdeb692c070
27d5670a7739a866c3ad97a71c0fc9334f6875f2
/CPP/Modules/include/NavServerComEnums.h
a31ccee6154276714044dea767ff5205d023cff5
[ "BSD-3-Clause" ]
permissive
ravustaja/Wayfinder-S60-Navigator
ef506c418b8c2e6498ece6dcae67e583fb8a4a95
14d1b729b2cea52f726874687e78f17492949585
refs/heads/master
2021-01-16T20:53:37.630909
2010-06-28T09:51:10
2010-06-28T09:51:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,181
h
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list...
[ "hlars@sema-ovpn-morpheus.itinerary.com" ]
[ [ [ 1, 685 ] ] ]
5941eb4653445431e0cc913da4bbbbb96cf98445
a36fcac2b8224325125203475fedea5e8ee8af7d
/KnihaJazd/KnihaJazd.cpp
bd67a33d4a8da77bd38d512135f1fc9becd96a4e
[]
no_license
mareqq/knihajazd
e000a04dbed8417e32f8a1ba3dce59e35892e3bb
e99958dd9bed7cfda6b7e8c50c86ea798c4e754e
refs/heads/master
2021-01-19T08:25:50.761893
2008-05-26T09:11:56
2008-05-26T09:11:56
32,898,594
0
0
null
null
null
null
UTF-8
C++
false
false
1,432
cpp
#include "stdafx.h" #include "KnihaJazd.h" #include "KnihaJazdDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif BEGIN_MESSAGE_MAP(CKnihaJazdApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() CKnihaJazdApp::CKnihaJazdApp() { } CKnihaJazdApp theApp; BOOL CKnihaJazdApp::InitInsta...
[ "mareqq@d4c424c1-354d-0410-9d05-3f146b4bb521" ]
[ [ [ 1, 49 ] ] ]
82c20e7443c15fc9b0ef2ae8a2fb14aa5289bd56
af127c40e6e0e408e66212fd28467ee380fa8bbf
/src/src/Info_usuario.cpp
808cfa09429281c82b6339b6b21129f6a1004e7f
[]
no_license
sergiomona89/qtInventory
a8e03abfa29aa1ca2410d3eb8dee72e5af4673f4
e1dc75ee7e0f3ba8107baf7c23e710a8c5b9e977
refs/heads/master
2021-01-19T16:37:00.695129
2011-06-07T03:36:05
2011-06-07T03:36:05
1,796,227
0
0
null
null
null
null
UTF-8
C++
false
false
565
cpp
#include "Usuario.h" #include "Info_usuario.h" Info_usuario::Info_usuario(Usuario &usr, QWidget *parent) : QWidget(parent) { setupUi(this); setUsuario(usr); connect(AceptarPushButton, SIGNAL(clicked(void)), this, SLOT(close())); } void Info_usuario::setUsuario(Usuario &usr) { ...
[ "sigifredo89@gmail.com", "sergio.mona@lis-desktop.(none)" ]
[ [ [ 1, 1 ], [ 3, 22 ] ], [ [ 2, 2 ], [ 23, 23 ] ] ]
96da63a607715e24cca2434d76db6fad69dce5b4
7442395e399e1f544f8a08da82ac3659d0d7abf3
/src/exp.cpp
597bfd390a7dc34bfefce399e3f779b816bfd24b
[ "Apache-2.0" ]
permissive
MartinMReed/xenimus-calc-cplusplus
be7d848ddcf76320a90b971100e6e9344873e5b9
33f891c81ec03c35f43a8cb3e5f2b37a32088827
refs/heads/master
2016-09-06T11:30:58.601115
2006-06-22T16:38:00
2006-06-22T16:38:00
12,097,390
1
0
null
null
null
null
UTF-8
C++
false
false
4,384
cpp
/************************************************************************/ /** CPlusPlus Stat Calculator /** Xenimus Open Source Group /** /** Additons to this file: /** -[insert name] /** --[insert additions descriptions] /** /** Original copy by: /** Halloween (06/15/05 ) /** /** All previous names must st...
[ "martin.reed@hallowtech.com" ]
[ [ [ 1, 228 ] ] ]
085fdceae42413847687e0e8e3a02da61c1599fb
b5ad65ebe6a1148716115e1faab31b5f0de1b493
/src/AranDx9/ResourceMan.cpp
0f4658bb3fc38a836f8cfc7ae8b4949f3737d4ff
[]
no_license
gasbank/aran
4360e3536185dcc0b364d8de84b34ae3a5f0855c
01908cd36612379ade220cc09783bc7366c80961
refs/heads/master
2021-05-01T01:16:19.815088
2011-03-01T05:21:38
2011-03-01T05:21:38
1,051,010
1
0
null
null
null
null
UTF-8
C++
false
false
2,682
cpp
#include "AranDx9PCH.h" #include "ResourceMan.h" #include "VideoMan.h" #include "ModelReader.h" IMPLEMENT_SINGLETON(ResourceMan) #ifndef _LogWrite #define _LogWrite(a,b) #endif ResourceMan::ResourceMan(void) { } ResourceMan::~ResourceMan(void) { unregisterAllModels(); } HRESULT ResourceMan::re...
[ "gasbank@gmail.com" ]
[ [ [ 1, 135 ] ] ]
05590d4a5a084520bf4bbaa009e1918b43ad1c16
1bbd5854d4a2efff9ee040e3febe3f846ed3ecef
/src/scrview/scrcollector.cpp
3f36c8a28f4ae78bdd7e54ef4c63bfa9f80c6a75
[]
no_license
amanuelg3/screenviewer
2b896452a05cb135eb7b9eb919424fe6c1ce8dd7
7fc4bb61060e785aa65922551f0e3ff8423eccb6
refs/heads/master
2021-01-01T18:54:06.167154
2011-12-21T02:19:10
2011-12-21T02:19:10
37,343,569
0
0
null
null
null
null
UTF-8
C++
false
false
722
cpp
#include "scrcollector.h" #include "client.h" #include "confirmpacket.h" ScrCollector::ScrCollector(QMutex* mutex, Client *client) { this->mutex = mutex; this->client = client; } void ScrCollector::run() { ConfirmPacket* packet = new ConfirmPacket(); stoped = false; mutex->lock(); ...
[ "JuliusR@localhost", "j.salkevicius@localhost" ]
[ [ [ 1, 1 ], [ 4, 4 ], [ 29, 29 ] ], [ [ 2, 3 ], [ 5, 28 ] ] ]
4b7e4e249027ec1ed1ac276832eb4e9dc30c3142
c2abb873c8b352d0ec47757031e4a18b9190556e
/src/ogreIncludes/OgreMemoryAllocatedObject.h
d44ec26755f0048b8b9ee8f676142264400fe966
[]
no_license
twktheainur/vortex-ee
70b89ec097cd1c74cde2b75f556448965d0d345d
8b8aef42396cbb4c9ce063dd1ab2f44d95e994c6
refs/heads/master
2021-01-10T02:26:21.913972
2009-01-30T12:53:21
2009-01-30T12:53:21
44,046,528
0
0
null
null
null
null
UTF-8
C++
false
false
4,610
h
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2008 Torus Knot Software Ltd Also see acknowledgements in Readme.html This program i...
[ "seb.owk@37e2baaa-b253-11dd-9381-bf584fb1fa83" ]
[ [ [ 1, 151 ] ] ]
93bffe25ade1070b075c571a4fa8cfda4ca6fd95
6629f18d84dc8d5a310b95fedbf5be178b00da92
/SDK-2008-05-27/foobar2000/SDK/console.h
1809c2ceb202f315516664962f7f97952b836fb7
[]
no_license
thenfour/WMircP
317f7b36526ebf8061753469b10f164838a0a045
ad6f4d1599fade2ae4e25656a95211e1ca70db31
refs/heads/master
2021-01-01T17:42:20.670266
2008-07-11T03:10:48
2008-07-11T03:10:48
16,931,152
3
0
null
null
null
null
UTF-8
C++
false
false
1,445
h
#ifndef _CONSOLE_H_ #define _CONSOLE_H_ //! Namespace with functions for sending text to console. All functions are fully multi-thread safe, though they must not be called during dll initialization or deinitialization (e.g. static object constructors or destructors) when service system is not available. namespace ...
[ "carl@72871cd9-16e1-0310-933f-800000000000" ]
[ [ [ 1, 37 ] ] ]
6adc77d9dc2e9b42f735587c3a1f986d772bd740
49c376677d3e8200b468ad25f3c73d234bdd7181
/ruby-handlersocket/handlersocket.cpp
13542bdde83190cc92fd1f4d3cf473b5c05530ec
[]
no_license
ColinDKelley/MyNoSql
6d4adb5f31deb98e045539582a25a22ef16e1ae9
88a002c787d349630094b6569539db833dc7479e
refs/heads/master
2021-01-18T04:35:40.191084
2010-11-19T07:34:43
2010-11-19T07:34:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,521
cpp
#include <handlersocket/hstcpcli.hpp> #include "handlersocket.h" namespace { void ary2vec(VALUE ary, std::vector<dena::string_ref>& vec) { int len = RARRAY_LEN(ary); for (int i = 0; i < len; i++) { VALUE entry = rb_ary_entry(ary, i); if (NIL_P(entry)) { vec.push_back(dena::string_ref()...
[ "dev@lottay.com" ]
[ [ [ 1, 437 ] ] ]
8b8724d684f20ccd18de253e83c4c6ec273b8c30
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/os/shortlinksrv/Bluetooth/T_BTSdpAPI/src/T_DataSdpAttrValue.cpp
65fa879291c4dd9648f79176aa0f0082c77aeac8
[]
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
13,308
cpp
/* * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl...
[ "none@none" ]
[ [ [ 1, 513 ] ] ]
b537f413e5e3e4dd376e25e32fbdc26f4e0c6a95
bfcc0f6ef5b3ec68365971fd2e7d32f4abd054ed
/kguibig.cpp
940756c249f864a4f87eaecc6137e8d2500a2f08
[]
no_license
cnsuhao/kgui-1
d0a7d1e11cc5c15d098114051fabf6218f26fb96
ea304953c7f5579487769258b55f34a1c680e3ed
refs/heads/master
2021-05-28T22:52:18.733717
2011-03-10T03:10:47
2011-03-10T03:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,056
cpp
/**********************************************************************************/ /* kGUI - kguibig.cpp */ /* */ /* Programmed by Kevin Pickell ...
[ "sales@scale18.com@4b35e2fd-144d-0410-91a6-811dcd9ab31d" ]
[ [ [ 1, 626 ] ] ]
86d2e6e87706eae7429cda850c796e8026b8bc16
29241c06548ec3ac6ef859ba32656cb60d8b89bf
/coolsb_mfctest/MainFrm.cpp
d45818ba4c867074891a25360026d1e7a56e3977
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
jsleroy/CoolSB
791fbc80619762d81a4ae21145c4892a6c1210c1
472051497f176f5853eae03677f63260ad4eed44
refs/heads/master
2021-01-16T21:49:36.856083
2009-06-17T14:52:35
2009-06-17T14:52:35
249,513
3
2
null
null
null
null
UTF-8
C++
false
false
2,059
cpp
// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "coolsb_mfctest.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// ...
[ "jocelynlegault@gmail.com" ]
[ [ [ 1, 96 ] ] ]
ee28e610bb70fbf161585b02c7aa4d3fa3faf946
3ec3b97044e4e6a87125470cfa7eef535f26e376
/cltatman-mountain_valley/code/Source/back/Component.cpp
2e721ffae133d4869f3bd9bf42ccec3eb744d89a
[]
no_license
strategist922/TINS-Is-not-speedhack-2010
6d7a43ebb9ab3b24208b3a22cbcbb7452dae48af
718b9d037606f0dbd9eb6c0b0e021eeb38c011f9
refs/heads/master
2021-01-18T14:14:38.724957
2010-10-17T14:04:40
2010-10-17T14:04:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
101
cpp
#include "Component.h" Component::Component( const std::string& _type ) : type( _type ) {}
[ "martijn.vaniersel@bigcat.unimaas.nl" ]
[ [ [ 1, 6 ] ] ]
e2c49ee8940e6aff96264bdcd0c95b21b37a39f1
9c62af23e0a1faea5aaa8dd328ba1d82688823a5
/rl/tags/techdemo2/engine/ui/include/MainMenuEngineWindow.h
d6096edbdfeaaf9112d7b7628684d684f1e02f19
[ "ClArtistic", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jacmoe/dsa-hl-svn
55b05b6f28b0b8b216eac7b0f9eedf650d116f85
97798e1f54df9d5785fb206c7165cd011c611560
refs/heads/master
2021-04-22T12:07:43.389214
2009-11-27T22:01:03
2009-11-27T22:01:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,013
h
/* This source file is part of Rastullahs Lockenpracht. * Copyright (C) 2003-2005 Team Pantheon. http://www.team-pantheon.de * * This program is free software; you can redistribute it and/or modify * it under the terms of the Clarified Artistic License. * * This program is distributed in the hope that i...
[ "tanis@4c79e8ff-cfd4-0310-af45-a38c79f83013" ]
[ [ [ 1, 34 ] ] ]
8d66309550b84df78f2ff261101531bc22684366
1e299bdc79bdc75fc5039f4c7498d58f246ed197
/App/ClientSubSystem.h
6534161cc01f4fae544b016a0e832d0c267d22bd
[]
no_license
moosethemooche/Certificate-Server
5b066b5756fc44151b53841482b7fa603c26bf3e
887578cc2126bae04c09b2a9499b88cb8c7419d4
refs/heads/master
2021-01-17T06:24:52.178106
2011-07-13T13:27:09
2011-07-13T13:27:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,508
h
//-------------------------------------------------------------------------------- // // Copyright (c) 2000 MarkCare Solutions // // Programming by Rich Schonthal // //-------------------------------------------------------------------------------- #if !defined(AFX_CLIENTSUBSYSTEM_H__3FFF6999_C933_11D3_AF10_00...
[ "rich@schonthal.com" ]
[ [ [ 1, 54 ] ] ]
53c29ca7e22c3a68ec2803e984c569ee624702cb
b8fe0ddfa6869de08ba9cd434e3cf11e57d59085
/NxOgre/build/source/NxOgreUtil.cpp
9df29a9044f08b78887e28a23f26fd4b0cfbccbc
[]
no_license
juanjmostazo/ouan-tests
c89933891ed4f6ad48f48d03df1f22ba0f3ff392
eaa73fb482b264d555071f3726510ed73bef22ea
refs/heads/master
2021-01-10T20:18:35.918470
2010-06-20T15:45:00
2010-06-20T15:45:00
38,101,212
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
3,261
cpp
/** File: NxOgreUtil.cpp Created on: 11-Apr-09 Author: Robin Southern "betajaen" © 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 Gene...
[ "ithiliel@6899d1ce-2719-11df-8847-f3d5e5ef3dde" ]
[ [ [ 1, 106 ] ] ]
3f48dac6900f3d66ad2fc5524a8976f8fa14a5c8
7b4e708809905ae003d0cb355bf53e4d16c9cbbc
/JuceLibraryCode/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
66a64cd50802be07e20f685ab7329aca25aba92b
[]
no_license
sonic59/JulesText
ce6507014e4cba7fb0b67597600d1cee48a973a5
986cbea68447ace080bf34ac2b94ac3ab46faca4
refs/heads/master
2016-09-06T06:10:01.815928
2011-11-18T01:19:26
2011-11-18T01:19:26
2,796,827
0
0
null
null
null
null
UTF-8
C++
false
false
89,558
cpp
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
[ "supermario30@gmail.com" ]
[ [ [ 1, 2918 ] ] ]
690ab93b25d6e6da5ecc578fc64d5dc1f45a6fcb
f54dca64cbc02f9c0ebdfe57333fe4f63bed7fa1
/libneural/RPROPSupervisor.h
c566a53bc5f6d727844e41f7e6acc9a5dadbec4e
[]
no_license
tom3q/cowiek-maupa
f67b590e500d417e16277a979d063d0969808e3e
6ce9330ce3252f0ed6961ec09dd9a0dcb83e4c18
refs/heads/master
2019-01-02T08:48:26.605680
2011-12-11T18:08:47
2011-12-11T18:08:47
32,119,555
0
0
null
null
null
null
UTF-8
C++
false
false
674
h
#ifndef RPROP_SUPERVISOR_H #define RPROP_SUPERVISOR_H #include <vector> #include "Supervisor.h" #include "Matrix2D.h" class RPROPSupervisor : public Supervisor { public: RPROPSupervisor(); RPROPSupervisor(double min, double max, double a, double b); virtual void train(); void setNMin(double val...
[ "tomasz.figa@gmail.com", "tolkjen@o2.pl" ]
[ [ [ 1, 4 ], [ 6, 8 ], [ 10, 12 ], [ 14, 14 ], [ 16, 16 ], [ 27, 27 ], [ 30, 35 ] ], [ [ 5, 5 ], [ 9, 9 ], [ 13, 13 ...
75e3b863e147051bb4c3431c5a5abb5cfd1e6908
f8403b6b1005f80d2db7fad9ee208887cdca6aec
/JuceLibraryCode/modules/juce_graphics/colour/juce_PixelFormats.h
f2ed0114c32c28de6f62f50a2715312f5b44aca0
[]
no_license
sonic59/JuceText
25544cb07e5b414f9d7109c0826a16fc1de2e0d4
5ac010ffe59c2025d25bc0f9c02fc829ada9a3d2
refs/heads/master
2021-01-15T13:18:11.670907
2011-10-29T19:03:25
2011-10-29T19:03:25
2,507,112
0
0
null
null
null
null
UTF-8
C++
false
false
19,220
h
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
[ "supermario30@gmail.com" ]
[ [ [ 1, 610 ] ] ]
abbd27678e55d6520d28c1f49e0fd0ab723ed953
ce262ae496ab3eeebfcbb337da86d34eb689c07b
/SEFoundation/SECollision/SEBoxBVTree.cpp
2a8948f804cba4ed426d0321301e43a23c3de19c
[]
no_license
pizibing/swingengine
d8d9208c00ec2944817e1aab51287a3c38103bea
e7109d7b3e28c4421c173712eaf872771550669e
refs/heads/master
2021-01-16T18:29:10.689858
2011-06-23T04:27:46
2011-06-23T04:27:46
33,969,301
0
0
null
null
null
null
GB18030
C++
false
false
3,264
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, 92 ] ] ]
58676d4726e887b5d8abce1c12ff825c9e31b96d
668dc83d4bc041d522e35b0c783c3e073fcc0bd2
/fbide-rw/sdk/utilities.h
5ed89918f110217689b8459ab93f13c2597117f5
[]
no_license
albeva/fbide-old-svn
4add934982ce1ce95960c9b3859aeaf22477f10b
bde1e72e7e182fabc89452738f7655e3307296f4
refs/heads/master
2021-01-13T10:22:25.921182
2009-11-19T16:50:48
2009-11-19T16:50:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,406
h
/* * This file is part of FBIde project * * FBIde 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. * * FBIde is distribu...
[ "vongodric@957c6b5c-1c3a-0410-895f-c76cfc11fbc7" ]
[ [ [ 1, 51 ] ] ]
ec7547a43f1d11071545643b97cd0dd02358f4ec
119ba245bea18df8d27b84ee06e152b35c707da1
/unreal/branches/robots/qrgui/interpreters/robots/details/robotImplementations/brickImplementations/unrealBrickImplementation.h
31b69449d94f30e9bd4b6ef4d1cb6c9d23315b9b
[]
no_license
nfrey/qreal
05cd4f9b9d3193531eb68ff238d8a447babcb3d2
71641e6c5f8dc87eef9ec3a01cabfb9dd7b0e164
refs/heads/master
2020-04-06T06:43:41.910531
2011-05-30T19:30:09
2011-05-30T19:30:09
1,634,768
0
0
null
null
null
null
UTF-8
C++
false
false
599
h
#pragma once #include <QtCore/QObject> #include "abstractBrickImplementation.h" #include "../../d2RobotModel/d2RobotModel.h" namespace qReal { namespace interpreters { namespace robots { namespace details { namespace robotImplementations { namespace brickImplementations { class UnrealBrickImplementation :...
[ "ololo@ololo.org" ]
[ [ [ 1, 28 ] ] ]
187be7f5e553efd751469a2c9db9eb5365c7f8e8
51c71b06d7fa1aa97df4ffe6782e9a4924480a33
/Calibration/Camera.h
3f8784a7abcaa1fba0b2ee5f8d381b7096c503ff
[]
no_license
alonf01/open-light
9eb8d185979cfa16797f9d2201cf192b3e91f270
685f974fcd7cc29b6bec00fa17804c5f2b7a83c3
refs/heads/master
2020-05-30T15:24:08.579565
2010-12-14T00:56:32
2010-12-14T00:56:32
35,759,673
0
0
null
null
null
null
UTF-8
C++
false
false
1,711
h
// ************************************************************* // Abstracted Camera Class // // Brett Jones 2009 // ************************************************************* #pragma once #include "Common.h" #include "CameraConfigParams.h" #include "CalibrationExceptions.h" class Camera { public: ...
[ "b.jonessoda@8a600b9a-ddf7-11de-b878-c5ec750a8c44" ]
[ [ [ 1, 56 ] ] ]
361f891b0dbec8737e858357ea129498d68dbdf7
e31046aee3ad2d4600c7f35aaeeba76ee2b99039
/trunk/libs/bullet/includes/LinearMath/btQuickprof.h
fa994471e4cbcdc203d140deda37a634d312ff44
[]
no_license
BackupTheBerlios/trinitas-svn
ddea265cf47aff3e8853bf6d46861e0ed3031ea1
7d3ff64a7d0e5ba37febda38e6ce0b2d0a4b6cca
refs/heads/master
2021-01-23T08:14:44.215249
2009-02-18T19:37:51
2009-02-18T19:37:51
40,749,519
0
0
null
null
null
null
UTF-8
C++
false
false
9,632
h
/*************************************************************************************************** ** ** Real-Time Hierarchical Profiling for Game Programming Gems 3 ** ** by Greg Hjelstrom & Byon Garrabrant ** ***************************************************************************************************...
[ "paradoxon@ab3bda7c-5b37-0410-9911-e7f4556ba333" ]
[ [ [ 1, 358 ] ] ]
45b3689f5e5121c1c8528c6ac3fecd6ddd60c6af
b505ef7eb1a6c58ebcb73267eaa1bad60efb1cb2
/sample/0010stringtest/main.cpp
c519926abbe609c0cf6a5de6944a31b892fc8598
[]
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
748
cpp
/* Maid2 で使用している文字列は独自文字コードになっています なので、それを扱うためのサンプル */ #include"../../source/auxiliary/string.h" using namespace Maid; void main() { { // これはおまじないです。 String::Initialize(); } String str_m; // 文字列を代入するとき str_m = MAIDTEXT( "aあいうo" ); // いつもの連結も可能 str_m += MA...
[ "renji2000@gmail.com" ]
[ [ [ 1, 45 ] ] ]
b055952527fcec7d3f34f644207718a1cb7799fd
73861c79fbe4cb57e6f4a75369519cbe43a0406e
/KTB_Mortgage/ResultReload.cpp
a3c404bffca2be07b42a8fc1faf70a24a1e011fe
[]
no_license
hunganhu/dac
5d8cc276601fa8e7e23fa84ae003da51128c48af
a48c7a58578b3503edd564b9ca23eed1926d9642
refs/heads/master
2022-07-28T04:50:00.442444
2007-10-26T02:41:58
2007-10-26T02:41:58
266,997,798
0
0
null
null
null
null
BIG5
C++
false
false
4,793
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "ResultReload.h" #include "LoanTypeSelection.h" #include "dm.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "...
[ "oliver" ]
[ [ [ 1, 147 ] ] ]
e56dececd47fcfd208b32bb32890de129617183f
cbdc078b00041668dd740917e1e781f74b6ea9f4
/GiftFactory/src/Camera.hpp
d5c49ca86a8a7eb710cb4666c05e6e3f89b3ca26
[]
no_license
mireidril/gift-factory
f30d8075575af6a00a42d54bfdd4ad4c953f1936
4888b59b1ee25a107715742d0495e40b81752051
refs/heads/master
2020-04-13T07:19:09.351853
2011-12-16T11:36:05
2011-12-16T11:36:05
32,514,347
0
0
null
null
null
null
UTF-8
C++
false
false
723
hpp
#ifndef __CAMERA_HPP__ #define __CAMERA_HPP__ #include "Utils.hpp" class Spline; class Camera { public : Camera(); ~Camera(); void lookAt(GLfloat * c, GLfloat * aim, GLfloat * up); void updateView(); void moveForward(); inline GLfloat* getView () {return _view;}; void setPosi...
[ "celine.cogny@369dbe5e-add6-1733-379f-dc396ee97aaa", "marjory.gaillot@369dbe5e-add6-1733-379f-dc396ee97aaa", "delau.eleonore@369dbe5e-add6-1733-379f-dc396ee97aaa" ]
[ [ [ 1, 3 ], [ 8, 13 ], [ 27, 27 ], [ 39, 41 ] ], [ [ 4, 7 ], [ 14, 23 ], [ 26, 26 ], [ 28, 37 ] ], [ [ 24, 25 ], [ 38,...
5520059c79e3f1bb572e40a7bfc3ce1957fdc861
fbe2cbeb947664ba278ba30ce713810676a2c412
/iptv_root/iptv_wboard/include/iptv_wboard/WBoardFrame.h
4c6d26446f4ea110c28ec4d434d52661539155c7
[]
no_license
abhipr1/multitv
0b3b863bfb61b83c30053b15688b070d4149ca0b
6a93bf9122ddbcc1971dead3ab3be8faea5e53d8
refs/heads/master
2020-12-24T15:13:44.511555
2009-06-04T17:11:02
2009-06-04T17:11:02
41,107,043
0
0
null
null
null
null
UTF-8
C++
false
false
23,355
h
#ifndef _WBOARDFRAME_H_ #define _WBOARDFRAME_H_ /*! * Includes */ ////@begin includes #include "wx/wx.h" ////@end includes #include "wx/print.h" /*! * Forward declarations */ ////@begin forward declarations ////@end forward declarations #include "Resource.h" #include "WBoardBridge.h" /...
[ "heineck@c016ff2c-3db2-11de-a81c-fde7d73ceb89" ]
[ [ [ 1, 743 ] ] ]
cc5e353688e5810beea97dcf7c9468d04a11519f
164ad25eca017ebc51ae72d46dd1f19f722c0c21
/include/Viewer/SkyTransform.h
4dcd7cc6a4cd4b661d07b8394752a793c2d7129e
[]
no_license
jaro-prokop/3dsoftviz
5cdcaa15158acdb335a441073ca2d26e1cd5b46d
77332ef847529a8617247754c94621ebc6a90d2c
refs/heads/master
2021-01-16T20:23:24.894745
2011-05-02T09:00:39
2011-05-02T09:00:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,499
h
/** * SkyTransform.h * Projekt 3DVisual */ #ifndef VIEWER_SKY_TRANSFORM_DEF #define VIEWER_SKY_TRANSFORM_DEF 1 namespace Vwr { /** * \class SkyTransform * \brief Handles sky transformations * \author Unknown * \date 29. 4. 2010 */ class SkyTransform : public osg::Transform { public: /...
[ "kapec@genepool.(none)" ]
[ [ [ 1, 59 ] ] ]
7c80d73fab04ab88431651d6f89213aafd0359d4
0f8559dad8e89d112362f9770a4551149d4e738f
/Wall_Destruction/Havok/Source/Physics/Collide/Agent/CompoundAgent/BvTreeStream/hkpBvTreeStreamAgent.h
06852f624a4fba24974ef22b44e8e9355c5ccd56
[]
no_license
TheProjecter/olafurabertaymsc
9360ad4c988d921e55b8cef9b8dcf1959e92d814
456d4d87699342c5459534a7992f04669e75d2e1
refs/heads/master
2021-01-10T15:15:49.289873
2010-09-20T12:58:48
2010-09-20T12:58:48
45,933,002
0
0
null
null
null
null
UTF-8
C++
false
false
5,333
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
[ "olinord@gmail.com" ]
[ [ [ 1, 103 ] ] ]
da6543215fd4d2e11204617c6e63e4691aab6bdb
011359e589f99ae5fe8271962d447165e9ff7768
/src/burn/neogeo/romsave.cpp
5b2f1d6ebfafd828225a038e6cdbc8e877189fba
[]
no_license
PS3emulators/fba-next-slim
4c753375fd68863c53830bb367c61737393f9777
d082dea48c378bddd5e2a686fe8c19beb06db8e1
refs/heads/master
2021-01-17T23:05:29.479865
2011-12-01T18:16:02
2011-12-01T18:16:02
2,899,840
1
0
null
null
null
null
UTF-8
C++
false
false
5,417
cpp
// FB Alpha Plus! Neo-Geo ROMs saving driver module // Module version: v0.4a // Whole driver module written by IQ_132 - http://neosource.1emulation.com/. // =============================================================== // Revision History: // - Version 0.4a // Trimmed C-Saving routine and optimized it (Thanks...
[ "twinaphex1@gmail.com" ]
[ [ [ 1, 171 ] ] ]
c3a165ca693d6bcf171c5953304af96668edc2e1
2ca3ad74c1b5416b2748353d23710eed63539bb0
/Src/Lokapala/Operator/DecisionManager.h
1afb942dd1d7bb84d461fbd63795ad3f160976a8
[]
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
1,565
h
/**@file DecisionManager.h * @brief CDecisionManager 클래스를 정의한다. * @author siva */ #ifndef DECISION_MANAGER_H #define DECISION_MANAGER_H /**@ingroup GroupDCM * @class CDecisionManager * @brief DCM의 실질적인 행동을 한다.\n * 추후, 데이터 처리, 명령, 판결로 클래스를 나눌것. */ class CDecisionManager { public : static C...
[ "nilakantha38@b9e76448-5c52-0410-ae0e-a5aea8c5d16c" ]
[ [ [ 1, 60 ] ] ]
086b72a64cc39c662e69680d80536dd8c2a21921
c95a83e1a741b8c0eb810dd018d91060e5872dd8
/Game/ObjectDLL/ObjectShared/AIGoalAttackProne.h
ae50c16a925ad22581234ae164484151071cf070
[]
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,317
h
// ----------------------------------------------------------------------- // // // MODULE : AIGoalAttackProne.h // // PURPOSE : AIGoalAttackProne class definition // // CREATED : 6/25/02 // // (c) 2002 Monolith Productions, Inc. All Rights Reserved // --------------------------------------------------------...
[ "vytautasrask@gmail.com" ]
[ [ [ 1, 65 ] ] ]
cefaf14e674c73769d6bac504519c87bade8be08
ce262ae496ab3eeebfcbb337da86d34eb689c07b
/SEFoundation/SESceneGraph/SEUnculledSet.cpp
a531194674d5fb047565894a09a4a4bee6d2d35c
[]
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
2,687
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, 80 ] ] ]
ccf985cdf025c89e7dbeeeeb9af566d9bf3a9288
3daaefb69e57941b3dee2a616f62121a3939455a
/mgllib/src/graphic_extends/MglImageFader.h
f5d1be23e973ca152f661f084c06bf264d0673db
[]
no_license
myun2ext/open-mgl-legacy
21ccadab8b1569af8fc7e58cf494aaaceee32f1e
8faf07bad37a742f7174b454700066d53a384eae
refs/heads/master
2016-09-06T11:41:14.108963
2009-12-28T12:06:58
2009-12-28T12:06:58
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,340
h
#ifndef __MglImageFader_H__ #define __MglImageFader_H__ #include "MglGraphicManager.h" #include "MglImage.h" #include "MglImageManager.h" // クラス宣言 class DLL_EXP CMglImageFader { protected: /*CMglImageManager* m_pImgMgr; string m_strName;*/ int m_nFadeSpeed; int m_x, m_y; D3DCOLOR m_color; RECT m...
[ "myun2@6d62ff88-fa28-0410-b5a4-834eb811a934" ]
[ [ [ 1, 48 ] ] ]
75f99a1d15d72fc134e67b5d868b77a30c2fc0d5
6131815bf1b62accfc529c2bc9db21194c7ba545
/FrameworkApp/d3dTexturedCube.h
c79bb0bfbc8aa5e1d5ceb16a10206f982a034202
[]
no_license
dconefourseven/honoursproject
b2ee664ccfc880c008f29d89aad03d9458480fc8
f26b967fda8eb6937f574fd6f3eb76c8fecf072a
refs/heads/master
2021-05-29T07:14:35.261586
2011-05-15T18:27:49
2011-05-15T18:27:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,175
h
#ifndef _D3DTEXTUREDCUBE_H #define _D3DTEXTUREDCUBE_H //#include "d3dlitcube.h" #include <d3d9.h> #include <d3dx9.h> //The textured vertex struct TexturedVertexStruct { TexturedVertexStruct(float _x, float _y, float _z, float _nx, float _ny, float _nz, float _u, float _v) { x = _x; y = _y; z = _z; ...
[ "davidclarke1990@fa56ba20-0011-6cdf-49b4-5b20436119f6" ]
[ [ [ 1, 59 ] ] ]
f02afe337788caf45b96ed6ae73e3aa8098f6146
3daaefb69e57941b3dee2a616f62121a3939455a
/mgllib/src/2d/MglMotionLayer.h
1a71b9245603ba1a85e26208dfea07d54f0b7b58
[]
no_license
myun2ext/open-mgl-legacy
21ccadab8b1569af8fc7e58cf494aaaceee32f1e
8faf07bad37a742f7174b454700066d53a384eae
refs/heads/master
2016-09-06T11:41:14.108963
2009-12-28T12:06:58
2009-12-28T12:06:58
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,577
h
#ifndef __MglMotionLayer_H__ #define __MglMotionLayer_H__ #include "MglLayerBase4.h" // クラス宣言 //template <typename TBase> class CMglStraightMoveLayer : public TBase template <typename TBase> class CMglStraightMoveLayer : public CMgEffectLayerBase<TBase> { private: int m_nCounter; float m_fMoveX; float ...
[ "myun2@6d62ff88-fa28-0410-b5a4-834eb811a934" ]
[ [ [ 1, 67 ] ] ]
dd734d8dfd8284cd32b02c1201ffd447c1ef17eb
d81bbe5a784c804f59f643fcbf84be769abf2bc9
/Gosling/src/GosSpectrumCircle.cpp
f38ca6748054e73ef3486e5b95c23b327b17eb86
[]
no_license
songuke/goslingviz
9d071691640996ee88171d36f7ca8c6c86b64156
f4b7f71e31429e32b41d7a20e0c151be30634e4f
refs/heads/master
2021-01-10T03:36:25.995930
2010-04-16T08:49:27
2010-04-16T08:49:27
36,341,765
0
0
null
null
null
null
UTF-8
C++
false
false
2,879
cpp
#include "GosSpectrumCircle.h" #include "GosChunk.h" namespace Gos { SpectrumCircle::SpectrumCircle(void) { } SpectrumCircle::~SpectrumCircle(void) { } void SpectrumCircle::render(Chunk& c, Rect r) { float width = r.right - r.left; float height = r.top - r.bottom; int nbBars = 32; float lo...
[ "yjianqing@00dcdb3d-b287-7056-8bd8-84a1afe327dc", "songuke@00dcdb3d-b287-7056-8bd8-84a1afe327dc" ]
[ [ [ 1, 82 ], [ 86, 86 ] ], [ [ 83, 85 ] ] ]
e511250ce934b0d8235f1bb1a76a00918237c05d
3aafc3c40c1464fc2a32d1b6bba23818903a4ec9
/TagCloud/TagCloud/stdafx.cpp
fbb5c537c76e7db33a0c1e96e8e5f18d3ba39d76
[]
no_license
robintw/rlibrary
13930416649ec38196bfd38e0980616e9f5454c8
3e55d49acba665940828e26c8bff60863a86246f
refs/heads/master
2020-09-22T10:31:55.561804
2009-01-24T19:05:19
2009-01-24T19:05:19
34,583,564
0
1
null
null
null
null
UTF-8
C++
false
false
208
cpp
// stdafx.cpp : source file that includes just the standard includes // TagCloud.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "r.t.wilson@rmplc.co.uk@02cab514-f24f-0410-a9ea-a7698ff47c65" ]
[ [ [ 1, 7 ] ] ]
cdb1ec9222b92c67d828ba5e8ba3ae5a26a08f62
1e01b697191a910a872e95ddfce27a91cebc57dd
/GrfRemoveLastElement.cpp
d4441eedabdf4240612c76a71d7710f53a7f9c49
[]
no_license
canercandan/codeworker
7c9871076af481e98be42bf487a9ec1256040d08
a68851958b1beef3d40114fd1ceb655f587c49ad
refs/heads/master
2020-05-31T22:53:56.492569
2011-01-29T19:12:59
2011-01-29T19:12:59
1,306,254
7
5
null
null
null
null
IBM852
C++
false
false
1,706
cpp
/* "CodeWorker": a scripting language for parsing and generating text. Copyright (C) 1996-1997, 1999-2010 CÚdric Lemaire 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 ...
[ "cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4" ]
[ [ [ 1, 49 ] ] ]
fdad5d4d5ddf491a35703e4041db3820224eb5f0
96fefafdfbb413a56e0a2444fcc1a7056afef757
/MQ2Chat/ISXEQChat.cpp
8c3551e00d2785d05fcf68a0eb9c9968a09ad04b
[]
no_license
kevrgithub/peqtgc-mq2-sod
ffc105aedbfef16060769bb7a6fa6609d775b1fa
d0b7ec010bc64c3f0ac9dc32129a62277b8d42c0
refs/heads/master
2021-01-18T18:57:16.627137
2011-03-06T13:05:41
2011-03-06T13:05:41
32,849,784
1
3
null
null
null
null
UTF-8
C++
false
false
6,041
cpp
// // ISXEQChat // #pragma warning(disable:4996) #include "../ISXEQClient.h" #include "ISXEQChat.h" // The mandatory pre-setup function. Our name is "ISXEQChat", and the class is ISXEQChat. // This sets up a "ModulePath" variable which contains the path to this module in case we want it, // and a "PluginLog"...
[ "thansen1040@gmail.com@39408780-f958-9dab-a28b-4b240efc9052" ]
[ [ [ 1, 232 ] ] ]
8f26229b83f799e4249e3ec1c37ce5de9859ff45
6712f8313dd77ae820aaf400a5836a36af003075
/dummyBC.cpp
da1cf56ffe84d947726ce29f6b3602e88c163c48
[]
no_license
AdamTT1/bdScript
d83c7c63c2c992e516dca118cfeb34af65955c14
5483f239935ec02ad082666021077cbc74d1790c
refs/heads/master
2021-12-02T22:57:35.846198
2010-08-08T22:32:02
2010-08-08T22:32:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,269
cpp
/* * Program dummyBC.cpp * * This module defines a loopback barcode interface * for Linux. * * It accepts barcode requests on a TCP socket, and responds * with dummy responses (generally approved). * * enter<tab>identifier<tab>symbology<tab>barcode * exit<tab>identifier<tab>symbology<ta...
[ "ericn", "ericn@ericsony.(none)" ]
[ [ [ 1, 51 ], [ 53, 280 ] ], [ [ 52, 52 ] ] ]
2db5e73f44a86b3d1cee855c18ad83eafc9f4b9d
6dac9369d44799e368d866638433fbd17873dcf7
/src/branches/01032005/include/mesh/Overlay.h
ef845ae46743b5d210d76f5f6a3c0a1f5fa4069a
[]
no_license
christhomas/fusionengine
286b33f2c6a7df785398ffbe7eea1c367e512b8d
95422685027bb19986ba64c612049faa5899690e
refs/heads/master
2020-04-05T22:52:07.491706
2006-10-24T11:21:28
2006-10-24T11:21:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,500
h
#ifndef _OVERLAY_H_ #define _OVERLAY_H_ #include <mesh/Mesh.h> class Rect; // Overlay stretch types #define STRETCH_TOP 2 // stretches an overlay upwards #define STRETCH_BOTTOM 4 // stretches an overlay downwards #define STRETCH_LEFT 8 // stretches an overlay to the left #define STRETCH_RIGHT 16 // stre...
[ "chris_a_thomas@1bf15c89-c11e-0410-aefd-b6ca7aeaabe7" ]
[ [ [ 1, 43 ] ] ]
cd2d77381c9105e0b20938d7505dea1e902bc340
94ba1891ad689a7ef0c10d327111cc07f99ed20b
/TtHideTools/MaskListBox.cpp
0360f4d5418af7b55d8a6333160719477399ee68
[]
no_license
tetu-dc5/TTHideTools
0ca93e078c4009f61ecaf8edce6cc8f8266ebd0f
9b3d36d2d489a5752dae326918068ab1f610d48e
refs/heads/master
2020-03-30T01:10:03.073950
2010-05-11T14:18:28
2010-05-11T14:18:28
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
3,372
cpp
// MaskListBox.cpp : 実装ファイル // #include "stdafx.h" #include "TtHideTools.h" #include "MaskListBox.h" // CMaskListBox IMPLEMENT_DYNAMIC(CMaskListBox, CListBox) CMaskListBox::CMaskListBox() : m_mask(_T("")) , m_items(NULL) , m_Match(NULL) { } CMaskListBox::~CMaskListBox() { } BEGIN_MESSA...
[ "tetu.dc5@gmail.com" ]
[ [ [ 1, 147 ] ] ]
d8af36a456192092a658d3727085e1cbad81207b
99b30621fc8449afbf11613bb3a8f805b8f567a9
/draw.cpp
410ac00adf4737007eeca610f97a11e548a34ad4
[]
no_license
earlyhacker/maze3dgame
93b7856245efc133b7d44c405d612a29565c9898
833d6a317e7a4c43a790bd06fda5bd6ea8f0cf49
refs/heads/master
2016-09-14T03:23:09.389982
2011-05-13T15:51:37
2011-05-13T15:51:37
56,211,067
0
0
null
null
null
null
UTF-8
C++
false
false
19,769
cpp
// This file is released under the terms of the GNU General Public License v3. // Copyright 2011 Danila Bespalov <danila.bespalov@gmail.com>, // Gleb Devlikamov <onclip@gmail.com> // // Contains rendering and video initialization code. #include "maze.h" void TheVideo::Draw() { ThePlayer&...
[ "danila.bespalov@gmail.com", "onclip@gmail.com" ]
[ [ [ 1, 8 ], [ 10, 566 ], [ 568, 568 ], [ 570, 593 ], [ 597, 622 ], [ 624, 668 ], [ 670, 705 ] ], [ [ 9, 9 ], [ 567, 567 ], [ ...
e0c4db329ecbdb91a2adeb7b64303020d64a9025
b84a38aad619acf34c22ed6e6caa0f7b00ebfa0a
/Code/TootleGui/Qt/Tree.h
7f5b0815f85a2f32849dcfc43f4b62d71767c84c
[]
no_license
SoylentGraham/Tootle
4ae4e8352f3e778e3743e9167e9b59664d83b9cb
17002da0936a7af1f9b8d1699d6f3e41bab05137
refs/heads/master
2021-01-24T22:44:04.484538
2010-11-03T22:53:17
2010-11-03T22:53:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,074
h
/* * TTree.h * TootleGui * * Created by Graham Reeves on 28/01/2010. * Copyright 2010 __MyCompanyName__. All rights reserved. * */ #if !defined(TL_ENABLE_QT) #error Should only be built in QT only build #endif // TL_ENABLE_QT #pragma once #include "../TTree.h" #include "Window.h" #include <QT...
[ "graham@grahamreeves.com" ]
[ [ [ 1, 127 ] ] ]
ce21bc4379f399103986bc30bb2a47f481a47f5a
3ec3b97044e4e6a87125470cfa7eef535f26e376
/cltatman-mountain_valley/code/Include/back/Frame.hpp
200494dc72ec3bf01e751101a3ae9a1cd9b18e07
[]
no_license
strategist922/TINS-Is-not-speedhack-2010
6d7a43ebb9ab3b24208b3a22cbcbb7452dae48af
718b9d037606f0dbd9eb6c0b0e021eeb38c011f9
refs/heads/master
2021-01-18T14:14:38.724957
2010-10-17T14:04:40
2010-10-17T14:04:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,121
hpp
#ifndef FRAME_HPP #define FRAME_HPP #include <string> #include <OpenLayer.hpp> /** @brief Defines a single frame. * * Defines a single graphic frame including positional information, scaling, * tinting, duration and opacity. */ class Frame { public: /** @brief Constructor. * * ...
[ "martijn.vaniersel@bigcat.unimaas.nl" ]
[ [ [ 1, 112 ] ] ]
a7b00a3eeb88cfb76148c34aa8f7bc4641618707
119ba245bea18df8d27b84ee06e152b35c707da1
/unreal/branches/robots/qrgui/interpreters/robots/details/robotImplementations/nullRobotModelImplementation.h
74ca83aee1cb0d37e0ce983b989ee12480e2dcdc
[]
no_license
nfrey/qreal
05cd4f9b9d3193531eb68ff238d8a447babcb3d2
71641e6c5f8dc87eef9ec3a01cabfb9dd7b0e164
refs/heads/master
2020-04-06T06:43:41.910531
2011-05-30T19:30:09
2011-05-30T19:30:09
1,634,768
0
0
null
null
null
null
UTF-8
C++
false
false
1,972
h
#pragma once #include <QtCore/QTimer> #include "abstractRobotModelImplementation.h" #include "brickImplementations/nullBrickImplementation.h" #include "motorImplementations/nullMotorImplementation.h" #include "sensorImplementations/nullTouchSensorImplementation.h" #include "sensorImplementations/nullSonarSensorIm...
[ "ololo@ololo.org" ]
[ [ [ 1, 52 ] ] ]
f84a9c35ffa419652ff48ef6a1f5be936fef5f75
dadf8e6f3c1adef539a5ad409ce09726886182a7
/airplay/ext/TinyOpenEngine.Net/h/toeNet.h
c112f00cf261726e4c203a33edabd45abb1b19d7
[]
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
279
h
#pragma once #include "toeScriptingSubsystem.h" namespace TinyOpenEngine { class CtoeNet { public: //Get scriptable class declaration static CtoeScriptableClassDeclaration* GetClassDescription(); static std::string DownloadString(const char* s); }; }
[ "gamemaster@101gr.com" ]
[ [ [ 1, 15 ] ] ]
b6b443ba50499d4d72aa7ec80eafa993b109b50c
6b3fa487428d3e2c66376572fd3c6dd3501b282c
/sapien190/trunk/source/Sandbox/Sapien/rpy/ExtOutAnalogue.h
b8a70d5a271a609d18b71f42a390e7638e674263
[]
no_license
kimbjerge/iirtsf10grp5
8626a10b23ee5cdde9944280c3cd06833e326adb
3cbdd2ded74369d2cd455f63691abc834edfb95c
refs/heads/master
2021-01-25T06:36:48.487881
2010-06-03T09:26:19
2010-06-03T09:26:19
32,920,746
0
0
null
null
null
null
UTF-8
C++
false
false
2,712
h
/********************************************************************* Rhapsody : 7.5 Login : KBE Component : DefaultComponent Configuration : DefaultConfig Model Element : ExtOutAnalogue //! Generated Date : Fri, 30, Apr 2010 File Path : DefaultComponent/DefaultConfig/ExtOutAnalogue.h *************...
[ "bjergekim@49e60964-1571-11df-9d2a-2365f6df44e6" ]
[ [ [ 1, 122 ] ] ]
4b5ba3f78f29ebf5d6849cb7caf01fccc8f7d49f
3e69b159d352a57a48bc483cb8ca802b49679d65
/tags/release-2005-12-22/pcbnew/pcbtexte.cpp
22311358342a7e104d2425c85d1c8b770d57ea1c
[]
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
11,703
cpp
/**************************************************/ /* traitement des editions des textes sur modules */ /**************************************************/ #include "fctsys.h" #include "gr_basic.h" #include "common.h" #include "pcbnew.h" #include "protos.h" #define L_MIN_DESSIN 1 /* seuil de large...
[ "bokeoa@244deca0-f506-0410-ab94-f4f3571dea26" ]
[ [ [ 1, 382 ] ] ]
693995a1247d8cfaf9489a8d7a763bc9bc106e4a
b2c66c8de198d9915dfc63b8c60cb82e57643a6b
/UnitTest/trunk/ScoreCalculatorTest.cpp
529b3669e6a375e43a339e79a2c96ae557402eb6
[]
no_license
feleio/words-with-friends-exhaustive-cheater
88d6d401c28ef7bb82099c0cd9d77459828b89ca
bc198ee2677be02fc935fb8bb8e74b580f0540df
refs/heads/master
2021-01-02T08:54:47.975272
2011-05-10T14:51:06
2011-05-10T14:51:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,269
cpp
#include "TestHarness.h" #include "ScoreCalculator.h" #include "Board.h" #include "Dictionary.h" #include "TrieDictionary.h" #include <fstream> #include <iostream> #include <string> #include <time.h> #include <vector> namespace { const std::string TEST_DATA = "../TestData/ScoreCalculatorTest/"; ...
[ "lokling@gmail.com@2165158a-c2d0-8582-d542-857db5896f79" ]
[ [ [ 1, 85 ] ] ]