Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
added directories and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMiljanovic committed Jul 20, 2017
1 parent a9a2ccd commit 1f531d9
Show file tree
Hide file tree
Showing 3,179 changed files with 100,851 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added Documentation/Miljanovic_Michael_MSc_Thesis.pdf
Binary file not shown.
Binary file added Documentation/RoboBUG_Pre_Print.pdf
Binary file not shown.
Binary file added Executable/RoboBUGv100.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Executable/RoboBUGv100_Data/Managed/Boo.Lang.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Executable/RoboBUGv100_Data/Managed/System.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Executable/RoboBUGv100_Data/Managed/mscorlib.dll
Binary file not shown.
1,820 changes: 1,820 additions & 0 deletions Executable/RoboBUGv100_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx

Large diffs are not rendered by default.

243 changes: 243 additions & 0 deletions Executable/RoboBUGv100_Data/Mono/etc/mono/1.0/machine.config

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
This file defines some of the browsers that Microsoft's implementation provides in
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser

It is not derived from any file distributed with Microsoft's implementation. Since
we can't distribute MS's browser files, we use browscap.ini to determine
browser capabilities. Then, if and only if the application contains App_Browser/*.browser
files and we are using .NET 2.0 or higher, we supplement the capabilities with the
information in those files and the files in this directory. The primary goal of this file
is provide browser definitions that might be referenced in App_Browser/*.browser files.
-->
<browsers>
<defaultBrowser id="Default">
</defaultBrowser>
<browser id="Default">
<identification>
<userAgent match="." />
</identification>
</browser>
<browser id="IE6to9" parentID="Default">
<identification>
<capability name="majorver" match="^[6-9]" />
<capability name="browser" match="^(IE|AOL)$" />
</identification>
</browser>
<browser id="Opera8to9" parentID="Default">
<identification>
<capability name="majorver" match="^[8-9]" />
<capability name="browser" match="^Opera$" />
</identification>
</browser>
<browser id="Safari" parentID="Default">
<identification>
<capability name="browser" match="^Safari$" />
</identification>
</browser>
<browser id="Mozilla" parentID="Default">
<identification>
<capability name="browser" match="^Mozilla" />
</identification>
</browser>
</browsers>
Loading

0 comments on commit 1f531d9

Please sign in to comment.