Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 1, 2013
2 parents 3679b79 + aec68a0 commit 235903d
Show file tree
Hide file tree
Showing 31 changed files with 675 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
163 changes: 163 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover

## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp

# ReSharper is a .NET coding add-in
_ReSharper*

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML



############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

# Mac crap
.DS_Store
8 changes: 8 additions & 0 deletions AleksanderAleksandrov.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Aleksander Aleksandrov, emai: [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions ContributingStudent.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Contributing Student.</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions ElenaChavdarova.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>Hello, World</title>
</head>
<body>
<?php echo '<p>Hello World from Elena Chavdarova email: [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions ElitsaNedyalkova.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Elitsa Nedyalkova [email protected]</p>'; ?>
</body>
</html>
9 changes: 9 additions & 0 deletions GyunerZeki.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World Gyuner Zeki!</p>'; ?>
</body>
</html>

8 changes: 8 additions & 0 deletions KrasimirTsvetanov.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Krasimir Tsvetanov! [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions MargaritaKrushkova.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>I am Margarita Krushkova</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions MihailKopuschu.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Mihail Kopuschu! [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions Nikoleta HW.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello! Nikoleta Poibrenska email: [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions PetyaStavarova.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Petya Stavarova, [email protected] </p>'; ?>
</body>
</html>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a sample PHP project
8 changes: 8 additions & 0 deletions StoyanCheresharov.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World Stoyan Cheresharov! [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions StudentContributor.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Stoyan Cheresharov. change. Other change</p>'; ?>
</body>
</html>
10 changes: 10 additions & 0 deletions Todor.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello from Todor</p>'; ?>
Този проект може да бъде разгледан на адрес: fmi-project-todor.eu01.aws.af.cm
Публично резозитори(форк): [email protected]:asdator/fmi.git
</body>
</html>
8 changes: 8 additions & 0 deletions VanyaDimitrova.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Vanya Dimitrova! [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions VasilVasilev.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Vasil Vasilev [email protected]</p>'; ?>
</body>
</html>
8 changes: 8 additions & 0 deletions ZhelyanGuglev.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World from Zhelyan Guglev!!! E-mail: [email protected]</p>'; ?>
</body>
</html>
Loading

0 comments on commit 235903d

Please sign in to comment.