Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
631e7151
Commit
631e7151
authored
Mar 02, 2016
by
André Anjos
💬
Browse files
[headers] Remove author and date headers (keep only Idiap stuff)
parent
87cb35ff
Pipeline
#816
passed with stage
Changes
24
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/algorithms.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 4 Feb 18:54:47 2015 CET
"""Usage:
%(prog)s algorithms list [--remote]
...
...
beat/cmdline/cache.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Sat 14 Feb 2015 07:37:01 CET
"""Configuration manipulation and display
...
...
beat/cmdline/common.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.dos.anjos@gmail.com>
# Sat 7 Mar 2015 20:00:44 CET
'''Utility functions that are useful to all sub-commands'''
...
...
beat/cmdline/config.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Sat 14 Feb 2015 07:37:01 CET
"""Configuration manipulation and display
...
...
beat/cmdline/databases.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Sat 31 Jan 2015 06:58:34 CET
"""Usage:
%(prog)s databases list [--remote]
...
...
beat/cmdline/dataformats.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 4 Feb 18:54:47 2015 CET
"""Usage:
%(prog)s dataformats list [--remote]
...
...
beat/cmdline/experiments.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 4 Feb 18:54:47 2015 CET
"""Usage:
%(prog)s experiments run [--env=<path>...] [--force] <name>
...
...
beat/cmdline/libraries.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,9 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Thu 26 Mar 12:21:05 2015 CET
"""Usage:
%(prog)s libraries list [--remote]
...
...
beat/cmdline/plotters.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,9 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 29 Apr 2015 16:35:25 CEST
"""Usage:
%(prog)s plotters list
...
...
beat/cmdline/scripts/beat.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,9 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Fri 27 Mar 09:32:19 2015 CET
"""BEAT command-line `swiss-army-knife' (%(version)s)
...
...
beat/cmdline/status.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,10 +23,6 @@
# #
###############################################################################
# Philip Abbet <philip.abbet@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Sat 7 Feb 2015 10:30:23 CET
"""Shows the working folder status for different objects
...
...
beat/cmdline/test/__init__.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,9 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 11 Mar 09:55:17 2015 CET
# Basic setup for command test
import
os
...
...
beat/cmdline/test/test_algorithms.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 4 Feb 21:53:27 2015 CET
# Basic tests for the command line beat program: algorithms
...
...
beat/cmdline/test/test_cache.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Fri 27 Mar 13:01:02 2015 CET
# Basic tests for the command line beat program: cache
...
...
beat/cmdline/test/test_config.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Fri 27 Mar 13:01:02 2015 CET
# Basic tests for the command line beat program: config
...
...
beat/cmdline/test/test_databases.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 4 Feb 21:50:56 2015 CET
# Basic tests for the command line beat program: databases
...
...
beat/cmdline/test/test_dataformats.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 4 Feb 21:53:27 2015 CET
# Basic tests for the command line beat program: dataformats
...
...
beat/cmdline/test/test_experiments.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Fri 13 Mar 08:17:04 2015 CET
# Basic tests for the command line beat program: experiments
...
...
beat/cmdline/test/test_shortcuts.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,9 +23,6 @@
# #
###############################################################################
# Laurent El-Shafey <laurent.el-shafey@idiap.ch>
# Andre Anjos <andre.anjos@idiap.ch>
# Wed 19 Nov 2014 17:40:25 CET
import
difflib
...
...
beat/cmdline/test/test_status.py
View file @
631e7151
#!/usr/bin/env python
# encoding: utf-8
###############################################################################
# #
...
...
@@ -25,8 +23,6 @@
# #
###############################################################################
# Andre Anjos <andre.anjos@idiap.ch>
# Mon 9 Feb 13:48:39 2015 CET
# Basic tests for the command line beat program: status
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment