repo string | commit string | message string | diff string |
|---|---|---|---|
chrisforbes/aliengame | 17eef921958e680a1728d287f4c303ba59ba58c2 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@69 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Tools/CreateBrushTool.cs b/Tools/CreateBrushTool.cs
index 29caeb3..5248157 100644
--- a/Tools/CreateBrushTool.cs
+++ b/Tools/CreateBrushTool.cs
@@ -1,60 +1,61 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Windows.Fo... |
chrisforbes/aliengame | 1c062227ca9c0a1ee550402f9b1c0e62fbc76630 | eating works | diff --git a/Actors/Alarm.cs b/Actors/Alarm.cs
new file mode 100644
index 0000000..8303e48
--- /dev/null
+++ b/Actors/Alarm.cs
@@ -0,0 +1,32 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Drawing;
+using System.ComponentModel;
+using System.Xml;
+
+... |
chrisforbes/aliengame | 87a945b2f9f17cde28539e359da88ff433dac08e | had it with these motherfucking broken references on this.. | diff --git a/AlienGame.csproj b/AlienGame.csproj
index 172160c..5a64591 100644
--- a/AlienGame.csproj
+++ b/AlienGame.csproj
@@ -1,123 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup... |
chrisforbes/aliengame | eb8e8b390037bfb2087dfd792e294e80e345172f | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@64 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Pathfinder.cs b/Pathfinder.cs
index 9ef07ce..c33c40c 100644
--- a/Pathfinder.cs
+++ b/Pathfinder.cs
@@ -1,123 +1,122 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using IjwFramework.Collections;
using IjwFramework.Types;
... |
chrisforbes/aliengame | bf6590c028fe74bea09529e06c6348e04891d8d8 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@63 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/TestAlien.cs b/Actors/TestAlien.cs
index c45908a..b6ebba9 100644
--- a/Actors/TestAlien.cs
+++ b/Actors/TestAlien.cs
@@ -1,49 +1,58 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Xml;
namespace AlienGame.... |
chrisforbes/aliengame | 3ef7b93668faa02a810969cd1fd234037817da51 | let's not suck at room caching. | diff --git a/Model.cs b/Model.cs
index 2be5480..0a579c8 100644
--- a/Model.cs
+++ b/Model.cs
@@ -1,110 +1,112 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Xml;
namespace AlienGame
{
class Model
{
List<Brush> br... |
chrisforbes/aliengame | 2a427691a5b247c9f499888f943fbbe64af2f34c | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@61 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index bc1f30e..b176098 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,42 +1,59 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
using System.Xml;
+using Sy... |
chrisforbes/aliengame | 0a550ed26f12d37ee4e2320d6ef41b86d7acea0e | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@59 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/TestAlien.cs b/Actors/TestAlien.cs
index d6395bb..21d32df 100644
--- a/Actors/TestAlien.cs
+++ b/Actors/TestAlien.cs
@@ -1,48 +1,45 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame.Actors
{
using ... |
chrisforbes/aliengame | 1272586189958d476b513f64061b3c77767cf48d | really lame orders implementation for test alien. all wired up, though. | diff --git a/Actors/TestAlien.cs b/Actors/TestAlien.cs
new file mode 100644
index 0000000..d6395bb
--- /dev/null
+++ b/Actors/TestAlien.cs
@@ -0,0 +1,48 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Drawing;
+
+namespace AlienGame.Actors
+{
+ using... |
chrisforbes/aliengame | 4c710e624efbadbffc896173a2f97f3d70945551 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@57 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index 300106d..da4880f 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,24 +1,25 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.ComponentModel;
namespace AlienGame
{
... |
chrisforbes/aliengame | e7a0dac9ec7fc58c436225cede847aa1f0a9cbce | hack properties form close to not destroy the form | diff --git a/PropertiesForm.Designer.cs b/PropertiesForm.Designer.cs
index 7e365c0..4c588c4 100644
--- a/PropertiesForm.Designer.cs
+++ b/PropertiesForm.Designer.cs
@@ -1,62 +1,63 @@
namespace AlienGame
{
partial class PropertiesForm
{
/// <summary>
/// Required designer variable.
/// </summary>... |
chrisforbes/aliengame | cade09b8991e4b7691367881b822ba2b88a882dd | dirty hack; painting in drag doesnt work very well otherwise. | diff --git a/Surface.cs b/Surface.cs
index f486a3f..81f0036 100644
--- a/Surface.cs
+++ b/Surface.cs
@@ -1,130 +1,133 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
namespace AlienGame
{
using DBrush = Sy... |
chrisforbes/aliengame | 61a0d0030ea4bc14869397aa14f0a60db488d448 | drag actors | diff --git a/Tools/ActorTool.cs b/Tools/ActorTool.cs
index 0d3588c..b5c6d60 100644
--- a/Tools/ActorTool.cs
+++ b/Tools/ActorTool.cs
@@ -1,70 +1,83 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
namespace Alie... |
chrisforbes/aliengame | c2ac0903c31bcdd06d16f6e0560d59a2da5abe57 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@53 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
index d4d4d75..300106d 100644
--- a/Actors/Actor.cs
+++ b/Actors/Actor.cs
@@ -1,18 +1,24 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
+using System.ComponentModel;
namespace AlienGame
{
... |
chrisforbes/aliengame | da2f096861fd73984b03be8084fb4545509ba899 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@52 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Surface.cs b/Surface.cs
index 4e8c3c7..f486a3f 100644
--- a/Surface.cs
+++ b/Surface.cs
@@ -1,122 +1,130 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
namespace AlienGame
{
using DBrush = Sy... |
chrisforbes/aliengame | 0e2b7601dffc6cdd96d32600715fadddfa76761a | delayed add/remove actors | diff --git a/Model.cs b/Model.cs
index a538f16..3af3637 100644
--- a/Model.cs
+++ b/Model.cs
@@ -1,49 +1,67 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace AlienGame
{
class Model
{
public List<Brush> brushes = new Lis... |
chrisforbes/aliengame | d56c3083ec90d4d4cebbad48d470c42d448692d9 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@50 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/Actors/Actor.cs b/Actors/Actor.cs
new file mode 100644
index 0000000..d4d4d75
--- /dev/null
+++ b/Actors/Actor.cs
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Drawing;
+
+namespace AlienGame
+{
+ abstract class Actor
+ ... |
chrisforbes/aliengame | d6c51cf04a6af87cb8993c0d6dbd04394a09a910 | git-svn-id: svn://svn.ijw.co.nz/svn2/AlienGame@49 14f77d18-25ff-4ae7-ba30-1ef6fd2e1af3 | diff --git a/AlienGame.csproj b/AlienGame.csproj
new file mode 100644
index 0000000..df47410
--- /dev/null
+++ b/AlienGame.csproj
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGro... |
ecksun/Ai-Homework-1-Part-B | c08af89f22b421e0713b21be140f2abce707b33c | Added pdf with answers | diff --git a/answers.pdf b/answers.pdf
new file mode 100644
index 0000000..cfffe37
Binary files /dev/null and b/answers.pdf differ
|
ecksun/Ai-Homework-1-Part-B | 99226fe7d860e18e5bb2fec4415403932a3b58d3 | Made a better heuristic | diff --git a/main.py b/main.py
index f953016..4d429c7 100644
--- a/main.py
+++ b/main.py
@@ -1,164 +1,164 @@
import itertools
import copy
import sys
from heap import Heap
generated_nodes = 0
class Node(object):
def __init__(self, position, parent, room_size, room, level):
self.position = positio... |
ecksun/Ai-Homework-1-Part-B | 21b8ba6718267343ad685fa731d7f2bf1ef0f772 | Added a bad best-first search, a gitignore, a defaultcase and finetuned the heap class | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pyc
diff --git a/heap.py b/heap.py
index 237466a..7c663f9 100644
--- a/heap.py
+++ b/heap.py
@@ -1,42 +1,56 @@
import itertools
import heapq
class Heap(object):
def __init__(self)... |
ecksun/Ai-Homework-1-Part-B | 6fabaeb8119244e3352ba0df9c3f38b81b3e2496 | Cosmetic changes | diff --git a/main.py b/main.py
index 2a7fef3..d4cceb5 100644
--- a/main.py
+++ b/main.py
@@ -1,136 +1,134 @@
+import itertools
import copy
import sys
generated_nodes = 0
class Node(object):
-
def __init__(self, position, parent, room_size, room, level):
self.position = position
self.paren... |
ecksun/Ai-Homework-1-Part-B | c5422d81dbc71797747dd90f9f5bcbfb1e3957b2 | Added commandline options | diff --git a/bestfs.py b/bestfs.py
deleted file mode 100644
index 20955b5..0000000
--- a/bestfs.py
+++ /dev/null
@@ -1,80 +0,0 @@
-import pprint
-import copy
-
-def create_tree(x, y, size_x, size_y):
- moves = [(-4, -1, [(-1, 0), (-2, 0), (-3, 0), (-4, 0), (-4, -1)]),
- (-1, -4, [(0, -1), (0, -2), (0, -3... |
ecksun/Ai-Homework-1-Part-B | 23dff7698f65ee5b2f6150cd9e807c74f75f182c | Refactored main.py a little tiny bit | diff --git a/bestfs.py b/bestfs.py
index 3037545..20955b5 100644
--- a/bestfs.py
+++ b/bestfs.py
@@ -1,83 +1,80 @@
import pprint
import copy
def create_tree(x, y, size_x, size_y):
moves = [(-4, -1, [(-1, 0), (-2, 0), (-3, 0), (-4, 0), (-4, -1)]),
(-1, -4, [(0, -1), (0, -2), (0, -3), (0, -4), (-1... |
ecksun/Ai-Homework-1-Part-B | 0a9219e32dfac94920d372808459fdef6b91ff7b | Change what should be counted and removed unnescesary output | diff --git a/main.py b/main.py
index e7d38ff..8b37bfd 100644
--- a/main.py
+++ b/main.py
@@ -1,89 +1,88 @@
import pprint
import copy
-visited_nodes = 0
+generated_nodes = 0
def create_tree(x, y, size_x, size_y):
moves = [(-4, -1, [(-1, 0), (-2, 0), (-3, 0), (-4, 0), (-4, -1)]),
(-1, -4, [(0, -... |
ecksun/Ai-Homework-1-Part-B | b4a76e56aec01faee1e16bac3991f878594ae551 | Fixed heap.py with heapq import and self ref | diff --git a/heap.py b/heap.py
index 427d125..237466a 100644
--- a/heap.py
+++ b/heap.py
@@ -1,31 +1,42 @@
import itertools
+import heapq
+
class Heap(object):
+
def __init__(self):
- pq = [] # the priority queue list
- counter = itertools.count(1) # unique sequence count... |
ecksun/Ai-Homework-1-Part-B | 345a19bf1943bf4c352e26961e4e124790e91001 | added heap sort class | diff --git a/heap.py b/heap.py
new file mode 100644
index 0000000..427d125
--- /dev/null
+++ b/heap.py
@@ -0,0 +1,31 @@
+import itertools
+class Heap(object):
+ def __init__(self):
+ pq = [] # the priority queue list
+ counter = itertools.count(1) # unique sequence count
+ ... |
ecksun/Ai-Homework-1-Part-B | 36d319c01e21cc39f026d0d9e63a46862d9ceac0 | Added node counter | diff --git a/main.py b/main.py
index 3037545..e7d38ff 100644
--- a/main.py
+++ b/main.py
@@ -1,83 +1,89 @@
import pprint
import copy
+visited_nodes = 0
+
def create_tree(x, y, size_x, size_y):
moves = [(-4, -1, [(-1, 0), (-2, 0), (-3, 0), (-4, 0), (-4, -1)]),
(-1, -4, [(0, -1), (0, -2), (0, -3),... |
ecksun/Ai-Homework-1-Part-B | d1aa18f97413237aabe3d37f0c0de88de9c0309c | Added readme with homework instructions | diff --git a/README b/README
new file mode 100644
index 0000000..14508ae
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
+=====Part B (50 points) =====
+You bought a cheap robot vacuum cleaner from a web shop. It looks nice, but
+soon you discover it has one problem: it cannot go straight. It performs
+L-shaped movements, ... |
ecksun/Ai-Homework-1-Part-B | 7c4b5d2878e972f657506178b0113c43642151e6 | Init, BFS and DFS should work | diff --git a/bestfs.py b/bestfs.py
new file mode 100644
index 0000000..3037545
--- /dev/null
+++ b/bestfs.py
@@ -0,0 +1,83 @@
+import pprint
+import copy
+
+def create_tree(x, y, size_x, size_y):
+ moves = [(-4, -1, [(-1, 0), (-2, 0), (-3, 0), (-4, 0), (-4, -1)]),
+ (-1, -4, [(0, -1), (0, -2), (0, -3), (... |
lizdouglass/DBUnitTest | 79c699d11730bffec02ace453cbdb01fae15bd77 | Modifying test class | diff --git a/.classpath b/.classpath
index 67add8a..c58f628 100644
--- a/.classpath
+++ b/.classpath
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/test/java"/>
- <classpathentry kind="lib" path="lib/dbunit-2.4.7.jar"/>
- <classpathentry kind="lib" path="li... |
lizdouglass/DBUnitTest | 8e4a7851a88159ebb1fcc29cdd4cdad84c123473 | Adding dependencies | diff --git a/lib/commons-dbcp-1.2.2.jar b/lib/commons-dbcp-1.2.2.jar
new file mode 100644
index 0000000..faea056
Binary files /dev/null and b/lib/commons-dbcp-1.2.2.jar differ
diff --git a/lib/commons-pool-1.5.4.jar b/lib/commons-pool-1.5.4.jar
new file mode 100644
index 0000000..43edf99
Binary files /dev/null and b/li... |
lizdouglass/DBUnitTest | 5682ce3bd9a17297de4aba53e7c30b930d8d1cfa | Refactoring the test to use 3 databases and a RED job | diff --git a/lib/jtds-1.2.5.jar b/lib/jtds-1.2.5.jar
new file mode 100644
index 0000000..79ba560
Binary files /dev/null and b/lib/jtds-1.2.5.jar differ
diff --git a/src/test/java/com/example/TableFilterBuilder.java b/src/test/java/com/example/TableFilterBuilder.java
new file mode 100644
index 0000000..c0cddae
--- /dev/... |
lizdouglass/DBUnitTest | 7ecc4577b3b04ae71f18e3562e16d0d073a9fd45 | Fixing up the gitignore. Adding Eclipse project files | diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..67add8a
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="lib" path="lib/dbunit-2.4.7.jar"/>
+ <classpathentry kind="lib... |
lizdouglass/DBUnitTest | 0b53987111eac2281dce06880a818dede263dc83 | creating a sample DBUnit test. Connects to a Derby database | diff --git a/bin/com/example/DBUnitTest.class b/bin/com/example/DBUnitTest.class
new file mode 100644
index 0000000..27b27b5
Binary files /dev/null and b/bin/com/example/DBUnitTest.class differ
diff --git a/lib/dbunit-2.4.7.jar b/lib/dbunit-2.4.7.jar
new file mode 100644
index 0000000..4bfc802
Binary files /dev/null an... |
sgrove/cucumber_sauce | ae566846ee06590308c467c0ca2e6b48f888e446 | Default rake task should be PURE AWESOMENESS RRRRRRRRAAAAAAAAAWWWWWWWRRRRRRR | diff --git a/rakefile.rb b/rakefile.rb
index 3506d47..733231c 100755
--- a/rakefile.rb
+++ b/rakefile.rb
@@ -1,44 +1,44 @@
require 'rubygems'
require 'cucumber/rake/task'
require 'selenium/rake/tasks'
require 'parallel'
require 'yaml'
# Edit the browser yaml file to specify which os/browsers you want t... |
sgrove/cucumber_sauce | 4cc75864013f81cdc1d893852d172a36b5fe1e3f | Sauce Labs has a free trial thing now, no need to even email me. | diff --git a/README.md b/README.md
index 4b2b4eb..4cd9a2e 100644
--- a/README.md
+++ b/README.md
@@ -1,43 +1,43 @@
Run Cucumber tests cross-browser in parallel with Sauce Labs
============================================================
Installation
------------
git clone http://github.com/sgrove/cucumber_sa... |
sgrove/cucumber_sauce | 096725200f33a224b7895596ac0c1ecba2dd0f15 | Make sure symbols are consistent | diff --git a/ondemand.yml b/ondemand.yml
index 33ed067..9cde1b8 100644
--- a/ondemand.yml
+++ b/ondemand.yml
@@ -1,2 +1,2 @@
-username: your-sauce-labs-username
-api_key: your-sauce-labs-api-key
+:username: your-sauce-labs-username
+:api_key: your-sauce-labs-api-key
|
sgrove/cucumber_sauce | 202197718f1c9513fc76226eea983561da52b1c4 | Use symbols as keys, not strings. | diff --git a/features/support/enhanced.rb b/features/support/enhanced.rb
index 9e2003d..0e98227 100644
--- a/features/support/enhanced.rb
+++ b/features/support/enhanced.rb
@@ -1,50 +1,50 @@
# Setup all the config infor
ondemand = YAML.load_file("ondemand.yml")
config = {
:os => ENV['SELENIUM_BROWSER_OS'],
... |
sgrove/cucumber_sauce | 1c40c8d3d11111b9b6899ef642458396f4bbf4e5 | User-friendly error handling. Friendly software is good software. | diff --git a/features/support/enhanced.rb b/features/support/enhanced.rb
index 6cc5ab0..9e2003d 100644
--- a/features/support/enhanced.rb
+++ b/features/support/enhanced.rb
@@ -1,29 +1,50 @@
-host = ENV['host'] || "http://google.com"
-
+# Setup all the config infor
ondemand = YAML.load_file("ondemand.yml")
+config = {... |
sgrove/cucumber_sauce | eccade9b17a740c33aca9206fcfd86dc536fafe0 | Run in threads instead of processes for windows' sake | diff --git a/rakefile.rb b/rakefile.rb
index 7e7c9df..0eabc35 100755
--- a/rakefile.rb
+++ b/rakefile.rb
@@ -1,41 +1,41 @@
require 'rubygems'
require 'cucumber/rake/task'
require 'selenium/rake/tasks'
require 'parallel'
# Edit the browser yaml file to specify which os/browsers you want to use
# You can us... |
sgrove/cucumber_sauce | 4329f18e0ced56dd1e998574912a10981ba9ca91 | Moved browser configuration out to yml files | diff --git a/README b/README
index a086942..4105f0b 100644
--- a/README
+++ b/README
@@ -1,24 +1,28 @@
Run Cucumber tests cross-browser in parallel with Sauce Labs
------------------------------------------------------------
Installation:
git clone http://github.com/sgrove/cucumber_sauce.git
gem install cucumber s... |
sgrove/cucumber_sauce | aaa8004ceb62a19ba60291dd173695d07d68e74b | Added blank README | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
|
sgrove/cucumber_sauce | a0caf80edfb4112c0c0b807d7dcf5177919b925c | Initial revision with everything running in parallel | diff --git a/cucumber.yml b/cucumber.yml
new file mode 100755
index 0000000..fc1ba8b
--- /dev/null
+++ b/cucumber.yml
@@ -0,0 +1 @@
+default: --format html --out <%= ENV['SELENIUM_REPORT_FILENAME'] %> --format pretty -r features/support/env.rb -r features/support/enhanced.rb -r features/step_definitions features/enhanc... |
Knio/scenerename | 2e3be83cdf193e4be2d766493425c2db69e26596 | add 576p, webrip. sort files | diff --git a/scenerename.py b/scenerename.py
index ee735b2..f422695 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,289 +1,290 @@
#!/usr/bin/python
WIDTH = 100
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eurek... |
Knio/scenerename | bbd345dd27dd1902f190c9471537d5ec4df873c5 | print ? for unicode chars. Closes #3 | diff --git a/scenerename.py b/scenerename.py
index 25c6a5f..ee735b2 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,289 +1,289 @@
#!/usr/bin/python
WIDTH = 100
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eurek... |
Knio/scenerename | 783461e62501af54459b969a25ab0a439f7fdf29 | added --confirm-each option | diff --git a/scenerename.py b/scenerename.py
index 91191c2..25c6a5f 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,277 +1,289 @@
-#!/usr/bin/python
-
-WIDTH = 100
-
-samples = [
- 'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
- 'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
- 'eureka.s02e1... |
Knio/scenerename | d9c0e6f8d71ac0e5c0e7400fa13e87a3355693f4 | edited regexes a bit to try to fix issue #2; added simple valid filename checking | diff --git a/scenerename.py b/scenerename.py
index 3d14375..91191c2 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,266 +1,277 @@
#!/usr/bin/python
WIDTH = 100
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e1... |
Knio/scenerename | 9bfa07da1b2426f0aa852e32f71f2148654d76e9 | Fixed script permissions to be executable. | diff --git a/scenerename.py b/scenerename.py
old mode 100644
new mode 100755
|
Knio/scenerename | 64d5995f52efc74c5d5ed69b9479dffd663742c7 | added a --help option | diff --git a/scenerename.py b/scenerename.py
index 3cdca5e..3d14375 100644
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,235 +1,266 @@
#!/usr/bin/python
WIDTH = 100
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e1... |
Knio/scenerename | b764ae0134e583b5ddd6fda05af8d2de5f0fcbf0 | Added an optional 'P' which I encountered once. | diff --git a/scenerename.py b/scenerename.py
index 3f44382..10d70b1 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,229 +1,229 @@
#!/usr/bin/python
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia... |
Knio/scenerename | 73eae3599c4f5e3a25dc5a3b837b4065bd5fba11 | changed newlines? I don't know what happened | diff --git a/rename.py b/rename.py
index 76077b8..86604be 100644
--- a/rename.py
+++ b/rename.py
@@ -1,205 +1,205 @@
-samples = [
- 'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
- 'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
- 'eureka.s02e12.hdtv.xvid-bia.avi',
- 'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | d9da2d9a99d0bb5ada98731de6ebfa06a87e0f78 | fixed pre-filtering renames, variable width output | diff --git a/rename.py b/rename.py
index 262175c..76077b8 100644
--- a/rename.py
+++ b/rename.py
@@ -1,202 +1,205 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | d687481bfb522e9549209c6b89c1ba5c16b5c7c9 | Added comma and apostrophe to title character set to fix two Lost episodes. | diff --git a/README.markdown b/README.markdown
index 5789fe5..18b0a17 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,137 +1,137 @@
`scenerename`
=============
Python script to automatically rename scene filenames to a more
user-friendly format.
Usage
=====
Individual Files
----------------
Pa... |
Knio/scenerename | 48bbbd9f4e65cb08c793017ed26d4f9cac84f921 | Bye-bye \r\n\! | diff --git a/scenerename.py b/scenerename.py
index fd2d5f9..b283118 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,239 +1,239 @@
-#!/usr/bin/python
-
-samples = [
- 'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
- 'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
- 'eureka.s02e12.hdtv.xvi... |
Knio/scenerename | 30dffc4f3ee16cc369f0ba08462a6d6a34008340 | Changed 'confirm' to '--confirm' to match argument. | diff --git a/scenerename.py b/scenerename.py
index aad40e9..fd2d5f9 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,240 +1,239 @@
#!/usr/bin/python
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvi... |
Knio/scenerename | dbb1f9ed687e089f963d569d1fe2fb6975d04305 | Better method of importing submodules. Temporarily creates __init__.py in tvdb_api until dbr adds it to the actual repo. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pyc
diff --git a/README.markdown b/README.markdown
index 9ffa0bc..40cfe6f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,72 +1,72 @@
`scenerename`
=============
Python script t... |
Knio/scenerename | 02c9c139808b4f41745ee60eb39d2e24c76b05ae | Stupid markdown... | diff --git a/README.markdown b/README.markdown
index 2b450ac..9ffa0bc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,58 +1,72 @@
`scenerename`
=============
Python script to automatically rename scene filenames to a more
user-friendly format.
Usage
=====
Command line arguments:
+
* `-s` / `-... |
Knio/scenerename | 5e9a7d7728101ae99e300c0ee1e29fd0f6dfc0cb | Added usage to README | diff --git a/README.markdown b/README.markdown
index 8caa06c..2b450ac 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,37 +1,58 @@
-scenerename
-===========
+`scenerename`
+=============
Python script to automatically rename scene filenames to a more
user-friendly format.
-Installation & Usage
-========... |
Knio/scenerename | f5b12417a9fb7fe7bf3bcf8e402287d394519ad9 | Fixed parsing for multi-number episodes. Added locale to show lookup. | diff --git a/scenerename.py b/scenerename.py
index 640d6a5..4e43875 100755
--- a/scenerename.py
+++ b/scenerename.py
@@ -1,224 +1,234 @@
#!/usr/bin/python
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvi... |
Knio/scenerename | 09a23cb8d7b95c007dbbb2aff4b899ef6d214207 | Integrated rudimentary tvdb_api support, added README, and renamed to scenerename. | diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..4aed6a3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "vendor/tvdb_api"]
+ path = vendor/tvdb_api
+ url = git://github.com/dbr/tvdb_api.git
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..8caa06c
... |
Knio/scenerename | f6b10821963203f79c1b4f5da3d2c832e52f285e | Jake Wharton <jakewharton@gmail.com> * Added -n/--none argument to pass custom output for groups which weren't matched and return None * More regex updates to comply with standards * Removed dash (-) as possible character in group name which was matching far too much * If a filename is too long for the original column ... | diff --git a/rename.py b/rename.py
index 69c571d..262175c 100644
--- a/rename.py
+++ b/rename.py
@@ -1,194 +1,202 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | aac88f293c6f42e5addd3cf662619dc4ccfc4cfe | Jake Wharton <jakewharton@gmail.com> * Implemented post-parse filter * Filters now only displayed when in use * Rearranged regex character set to comply with standards and fix parenthesis parsing * "S##E##-E##" is now properly handled and example added to demonstrate | diff --git a/rename.py b/rename.py
index a8a2438..69c571d 100644
--- a/rename.py
+++ b/rename.py
@@ -1,192 +1,194 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 4c21e7bef9b973f1477db0f156f8dfe6fd2038dd | added user filters, . for group separator | diff --git a/rename.py b/rename.py
index 1694ab0..a8a2438 100644
--- a/rename.py
+++ b/rename.py
@@ -1,170 +1,192 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 0dbd05c89dbb080f3b060a9db804cbc570c1f548 | added sample | diff --git a/rename.py b/rename.py
index e2b4dbb..1694ab0 100644
--- a/rename.py
+++ b/rename.py
@@ -1,169 +1,170 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 94f20aec28e80455a1bf8b2eeb910e96dbc3ee34 | Jake Wharton <jakewharton@gmail.com> * Split audio codec and audio channels since some groups define them separately | diff --git a/rename.py b/rename.py
index 0c9f454..e2b4dbb 100644
--- a/rename.py
+++ b/rename.py
@@ -1,167 +1,169 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 42cb33d8ccdf855ec7602c97ce1b9380ae6e7baa | Jake Wharton <jakewharton@gmail.com> * Added broadcast standard (NTSC or PAL) * Changed DD audio to report channels as separate match * Allowed for more liberal spacing after show name | diff --git a/rename.py b/rename.py
index 6376b9f..0c9f454 100644
--- a/rename.py
+++ b/rename.py
@@ -1,165 +1,167 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 4cdcad2527c27211055edf8560a8049fde8131aa | Jake Wharton <jakewharton@gmail.com> * Split monolithic regex into multiple ones for each general format * Moved regex parts into variables for easy assembly in format regexs | diff --git a/rename.py b/rename.py
index 5a73007..6376b9f 100644
--- a/rename.py
+++ b/rename.py
@@ -1,163 +1,165 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 30bd812d328ead0a04bde325c13c88fe2a2dcf6e | Jake Wharton <jakewharton@gmail.com> * Updated monolith regex to understand season/episode formats better (S##E##, #x##, and #of#). * Season now defaults to 0 when not found | diff --git a/rename.py b/rename.py
index 6074bc9..5a73007 100644
--- a/rename.py
+++ b/rename.py
@@ -1,155 +1,163 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 6f9fc701fdd7af747a38a25bb9762a9becce5e88 | added samples, fixed episode formatting a bit | diff --git a/rename.py b/rename.py
index 11e4ac1..6074bc9 100644
--- a/rename.py
+++ b/rename.py
@@ -1,150 +1,155 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | c0636a787f8fe388eb4f571e15f78163b2f680cf | Jake Wharton <jakewharton@gmail.com> * Added space support as a delimiter between items * Added sample filename with spaces as delimiters | diff --git a/rename.py b/rename.py
index 224e4a4..11e4ac1 100644
--- a/rename.py
+++ b/rename.py
@@ -1,149 +1,150 @@
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repack.hdtv.x... |
Knio/scenerename | 86485308b0b2e0cd31f2f0bf955b4fb4ab30eb64 | Jake Wharton <jakewharton@gmail.com> * Added monolithic regex to cover 99% of scene naming * Changed arguments to start with "--" so sample filenames can be passed via command line * Added -o/--output argument which takes a format string * Added -d/--dict argument to display parsed key/values * Added -s which is an ali... | diff --git a/rename.py b/rename.py
index bddfd80..224e4a4 100644
--- a/rename.py
+++ b/rename.py
@@ -1,103 +1,149 @@
-
-
-
samples = [
'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
'eureka.s02e12.hdtv.xvid-bia.avi',
'eureka.s02e13.repa... |
Knio/scenerename | bb522462e7631cc6ee826b653d220aa4859e98ad | import | diff --git a/rename.py b/rename.py
new file mode 100644
index 0000000..bddfd80
--- /dev/null
+++ b/rename.py
@@ -0,0 +1,103 @@
+
+
+
+samples = [
+ 'Dead.Like.Me.S02E15.Haunted.WS.DVDRip.XviD-TVEP.avi',
+ 'dead_like_me.1x01.pilot.something.ws_dvdrip_xvid-fov.avi',
+ 'eureka.s02e12.hdtv.xvid-bia.avi',
+ 'eureka.s... |
Knio/scenerename | cf4f2280a3bafe5b16f6b4039a1fd1648f2c5ae2 | 3D polar vector class | diff --git a/3dpolarvector.py b/3dpolarvector.py
new file mode 100644
index 0000000..4c21220
--- /dev/null
+++ b/3dpolarvector.py
@@ -0,0 +1,194 @@
+# a 3d vector class
+# this might work.
+
+import math
+
+class Vector(object):
+ def __init__(self, *args):
+ '''
+ Vector([vect])
+ A 3... |
abtris/twigZend | 8e72fb358a758570764cbaa03464fb0a86f6452e | Twig started | diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index 613100c..d9111b2 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -1,8 +1,25 @@
<?php
+
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
+ protected function _initAutoload ()
+ {
+ ... |
abtris/twigZend | 30a4e20d807cc023751a2cc5a0daec37ddc3a25a | Add Twig adapter to ZF | diff --git a/library/Twig/Adapter/Zend.php b/library/Twig/Adapter/Zend.php
new file mode 100644
index 0000000..1bff191
--- /dev/null
+++ b/library/Twig/Adapter/Zend.php
@@ -0,0 +1,127 @@
+<?php
+
+/**
+ * Fullfeatured adapter class to use Twig inside Zend Framework (views)
+ * requires setup in config.ini
+ *
+ * @auth... |
abtris/twigZend | 3201481316bafcbb960ade5727394ef3c43b34a0 | Init structure | diff --git a/.zfproject.xml b/.zfproject.xml
new file mode 100644
index 0000000..d9c07ca
--- /dev/null
+++ b/.zfproject.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+<projectProfile>
+ <projectDirectory>
+ <projectProfileFile/>
+ <applicationDirectory>
+ <apisDirectory enabled="false"/>
+ <configsDirect... |
jlapier/jlapier.github.com | ecd42fabeb379aa4ff1eb8e74e2a06769512ae7d | whatever | diff --git a/index.html b/index.html
index a00dbae..2e0350d 100644
--- a/index.html
+++ b/index.html
@@ -1,67 +1 @@
-
-<head>
-<title>Jason LaPier's Git Achievements</title>
-<link rel="alternate" type="application/rss+xml" title"rss feed" href="index.rss">
-<style type="text/css">
-a:link { color: gray; }
-a:visited {... |
jlapier/jlapier.github.com | bff4c90376e024a108fd8e5ed2431181a613e411 | New achievement Apprentice Socialite (Level 1) | diff --git a/index.html b/index.html
index 51ac169..a00dbae 100644
--- a/index.html
+++ b/index.html
@@ -1,66 +1,67 @@
<head>
<title>Jason LaPier's Git Achievements</title>
<link rel="alternate" type="application/rss+xml" title"rss feed" href="index.rss">
<style type="text/css">
a:link { color: gray; }
a:visite... |
jlapier/jlapier.github.com | 714b7b5f09f3e2f5031f51aec1b79922dbf05e28 | New achievement Apprentice Author (Level 1) | diff --git a/index.html b/index.html
index 7402207..51ac169 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,66 @@
-<html>
+
<head>
+<title>Jason LaPier's Git Achievements</title>
+<link rel="alternate" type="application/rss+xml" title"rss feed" href="index.rss">
+<style type="text/css">
+a:link { color: gray; }
+a... |
jlapier/jlapier.github.com | c5e071fc5f4ce1f8beba3b3af235931eafe62e56 | added index html | diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7402207
--- /dev/null
+++ b/index.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+</head>
+<body>
+<h1>Yeah.</h1>
+</body>
+</html>
|
i-housekeeping/myhomeagent | 09a3788a36376189a67a156f8a7d7b9ca59cf923 | Signed-off-by: i-housekeeping <i.housekeeping@gmail.com> | diff --git a/RELEASENOTES b/RELEASENOTES
index e0d02f9..d31d1fd 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -1,83 +1 @@
-================================================================================
-RELEASE NOTE FOR INTERNET HOUSEKEEPING v.0.1 build 1 Date of build : 20.03.2008
-===============================... |
i-housekeeping/myhomeagent | c6e3525b1651b9796de2d807c2f8182a434afa70 | version 0.1 build 1 Signed-off-by: i-housekeeping <i.housekeeping@gmail.com> | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e155239
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,48 @@
+/*
+ *
+ * Internet Housekeeping Web Desktop
+ * Copyright(c) 2009 - Alexander Perman, All Rights Reserved
+ * i.housekeeping@gmail.com
+ * http://www.i-housekeeping.co.cc/license
+ *
+ * -----
+ *
... |
i-housekeeping/myhomeagent | bee891b6b5037331272f8b4930ffb6d24cb3f921 | homeagent install v.0.1 build 1 | diff --git a/ReadMe.txt b/ReadMe.txt
new file mode 100644
index 0000000..405e503
--- /dev/null
+++ b/ReadMe.txt
@@ -0,0 +1 @@
+Some version 0.1
diff --git a/config/environment.yml b/config/environment.yml
new file mode 100644
index 0000000..dba52bf
--- /dev/null
+++ b/config/environment.yml
@@ -0,0 +1,2 @@
+database:
+... |
TiagoJustino/graph_mst | 8a0e94e5d700d077fa242e0701486104e9d22370 | report. | diff --git a/report/fig/image.png b/report/fig/image.png
new file mode 100644
index 0000000..8b86ab8
Binary files /dev/null and b/report/fig/image.png differ
diff --git a/report/fig/main_window.png b/report/fig/main_window.png
new file mode 100644
index 0000000..608157b
Binary files /dev/null and b/report/fig/main_wind... |
TiagoJustino/graph_mst | 59122f993d200422c1b74969a4e8d6d328a4d998 | prova. | diff --git a/prova/Makefile b/prova/Makefile
index b7812da..c877f94 100644
--- a/prova/Makefile
+++ b/prova/Makefile
@@ -1,48 +1,55 @@
# Makefile from textemplate
TARGET=prova
# Includes
include imagerules.mk
# Implicit rules
%.pdf: %.tex
pdflatex -draftmode $<
grep -q '^\\bibliography{.*}$$' $< &... |
TiagoJustino/graph_mst | 12363dd33d05a521184400292098909ebea8b132 | Web interface description updated | diff --git a/prova/prova.tex b/prova/prova.tex
index e2f6c82..8b5874e 100644
--- a/prova/prova.tex
+++ b/prova/prova.tex
@@ -1,99 +1,105 @@
% LaTeX document template.
% Author: Rudy Matela
% e-mail: rudy.matela@gmail.com
% date: 2008-11-08 23:20
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc... |
TiagoJustino/graph_mst | 6afe9ed9b7dc75c86cd254b6de2e0e3b5707991c | Little textual change in web report. | diff --git a/web/report.html.erb b/web/report.html.erb
index aba7d7e..6903263 100644
--- a/web/report.html.erb
+++ b/web/report.html.erb
@@ -1,41 +1,41 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en... |
TiagoJustino/graph_mst | 35a7e7587bba6880555e8434704c827bb381494c | User interface description updated | diff --git a/prova/prova.tex b/prova/prova.tex
index 6c8267f..e2f6c82 100644
--- a/prova/prova.tex
+++ b/prova/prova.tex
@@ -1,101 +1,99 @@
% LaTeX document template.
% Author: Rudy Matela
% e-mail: rudy.matela@gmail.com
% date: 2008-11-08 23:20
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc... |
TiagoJustino/graph_mst | b276528594402f5c0873b7a02086302cce3046d6 | web interface improvements | diff --git a/main.cpp b/main.cpp
index 6a38d2d..f5e7c67 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,100 +1,114 @@
#include "graph.h"
#include <gmpxx.h>
#include <ctime>
#include <stdio.h>
#include <string>
#include <vector>
#include <cmath>
#include <limits>
#include "kruskal.h"
#include "prim.h"
#include "... |
TiagoJustino/graph_mst | f85571dd8a3b6f4fccc6c717d20d089b0f608acc | prova. | diff --git a/prova/3a.tex b/prova/3a.tex
new file mode 100644
index 0000000..8485a5e
--- /dev/null
+++ b/prova/3a.tex
@@ -0,0 +1,128 @@
+.\begin{itemize}
+\item kruskal $\delta_{max}=2$
+\begin{itemize}
+\item Euclid301.GRF
+\begin{itemize}
+\item Tempo gasto = 0.010000
+\item Número de árvores = 2
+\item Peso total ... |
TiagoJustino/graph_mst | 81ca875b81738943ae169cb2a019be78fa73b686 | dprim fixed. questao 2b terminada. | diff --git a/graph_mst.pro b/graph_mst.pro
index 4a5f0ef..0e9c44c 100644
--- a/graph_mst.pro
+++ b/graph_mst.pro
@@ -1,26 +1,26 @@
######################################################################
# Automatically generated by qmake (2.01a) Fri Aug 20 11:39:24 2010
###############################################... |
TiagoJustino/graph_mst | 1dc325c5080d3015941b048d86f38af55a5c9101 | rename. | diff --git a/prova/Makefile b/prova/Makefile
index 2bf32dd..b7812da 100644
--- a/prova/Makefile
+++ b/prova/Makefile
@@ -1,48 +1,48 @@
# Makefile from textemplate
-TARGET=mst
+TARGET=prova
# Includes
include imagerules.mk
# Implicit rules
%.pdf: %.tex
pdflatex -draftmode $<
grep -q '^\\bibliography... |
TiagoJustino/graph_mst | 87a72ffba3a2f29d229305951f8d854bb3fe499c | Figuras da questao 2a. | diff --git a/prova/Makefile b/prova/Makefile
index 666d84c..2bf32dd 100644
--- a/prova/Makefile
+++ b/prova/Makefile
@@ -1,44 +1,48 @@
# Makefile from textemplate
TARGET=mst
# Includes
include imagerules.mk
# Implicit rules
%.pdf: %.tex
pdflatex -draftmode $<
grep -q '^\\bibliography{.*}$$' $< && ... |
TiagoJustino/graph_mst | f40bc70ac86c28fe4a30a1e92f92770faf104eb5 | main.cpp changed to output json | diff --git a/main.cpp b/main.cpp
index 15e9c41..6a38d2d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,50 +1,100 @@
#include "graph.h"
#include <gmpxx.h>
#include <ctime>
#include <stdio.h>
#include <string>
#include <vector>
#include <cmath>
#include <limits>
#include "kruskal.h"
#include "prim.h"
#include "b... |
TiagoJustino/graph_mst | 6f9193c1a88ed5cf92abe4ce97da8c4bfb178b9a | web interface added | diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..5805bd8
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+... |
TiagoJustino/graph_mst | d0c1c01fbf60125ebbb30d3b95c11b6fef862da2 | report. | diff --git a/report/bib.bib b/report/bib.bib
index 3ff17ad..fb68605 100644
--- a/report/bib.bib
+++ b/report/bib.bib
@@ -1,14 +1,64 @@
@article{subramani-computational,
title={{Computational Geometry-Homework III (Solutions)}},
author={Subramani, K. and Morgantown, WV},
publisher={Citeseer}
}
@book{... |
TiagoJustino/graph_mst | 283ce84e5eea9b2e0bf3ab77fccc5a2c7f5a6c56 | Segunda questao da prova. | diff --git a/prova/2a.tex b/prova/2a.tex
new file mode 100644
index 0000000..910d367
--- /dev/null
+++ b/prova/2a.tex
@@ -0,0 +1,92 @@
+\begin{itemize}
+\item kruskal $\delta_{max}=2$
+\begin{itemize}
+\item 5diamonds.grf
+\begin{itemize}
+\item Tempo gasto =0.010000
+\item Número de árvores = 3
+\item Peso total = 1... |
TiagoJustino/graph_mst | dee1a03a1e0bb2ff07ec9ee606ab792902352694 | printing size of forest for dcmst test. | diff --git a/graph_mst_test.cpp b/graph_mst_test.cpp
index d3c295e..5828e1a 100644
--- a/graph_mst_test.cpp
+++ b/graph_mst_test.cpp
@@ -1,133 +1,137 @@
#include <cppunit/extensions/HelperMacros.h>
#include <QtCore>
#include <gmpxx.h>
#include <ctime>
#include "graph.h"
#include "kruskal.h"
#include "prim.h"
#i... |
TiagoJustino/graph_mst | f1216b29fde5c1951a7881251ec9f41e97cf650a | dprim. | diff --git a/graph_mst_test.cpp b/graph_mst_test.cpp
index 30f047f..d3c295e 100644
--- a/graph_mst_test.cpp
+++ b/graph_mst_test.cpp
@@ -1,133 +1,133 @@
#include <cppunit/extensions/HelperMacros.h>
#include <QtCore>
#include <gmpxx.h>
#include <ctime>
#include "graph.h"
#include "kruskal.h"
#include "prim.h"
#i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.