repo string | commit string | message string | diff string |
|---|---|---|---|
jberkel/spotify-api | 0860746f6d6cf7f4301651151e8a86b20d5eb94c | more specs | diff --git a/lib/jotify.rb b/lib/jotify.rb
index bcfdb14..2e2a97e 100644
--- a/lib/jotify.rb
+++ b/lib/jotify.rb
@@ -1,109 +1,109 @@
require 'java'
require File.expand_path(File.dirname(__FILE__) + '/jars/jotify.jar')
class Jotify
module Media
import 'de.felixbruns.jotify.media.Playlist'
... |
jberkel/spotify-api | 3eb2edd8b384fe8528de6f3c387a55fd2cd70e7b | added changelog | diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..778d6eb
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,6 @@
+== 0.0.2 / 2009-08-05
+ * Fix option parser bug
+
+== 0.0.1 / 2009-08-04
+ * First release to github
+
|
jberkel/spotify-api | 7319b8e125ddb0a706b91eb534fa35518f8aae57 | option parsing bug, bumped version | diff --git a/VERSION.yml b/VERSION.yml
index e8fb593..6e86ae8 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
-:patch: 0
+:patch: 2
:major: 0
-:minor: 1
+:minor: 0
diff --git a/bin/spotify-api-server b/bin/spotify-api-server
index 5fc7877..5579731 100755
--- a/bin/spotify-api-server
+++ b/bin/spotify-... |
jberkel/spotify-api | 0e16794f547a1dba563040c3bf0ff4f7d2fa706f | reorganised code a little bit, added more specs | diff --git a/README.md b/README.md
index 5dd5806..7f4f131 100644
--- a/README.md
+++ b/README.md
@@ -1,91 +1,91 @@
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
-work done by [#hack.se](http://despotify.se) and Felix Brun... |
jberkel/spotify-api | dc19cd1b4cfb1b97b2b9a2e35189a3508727cf06 | add requirements | diff --git a/README.md b/README.md
index 28c97e9..5dd5806 100644
--- a/README.md
+++ b/README.md
@@ -1,89 +1,91 @@
# Spotify-API
I got tired of waiting for Spotify to release their API (if they release it), so decided to roll my own based on the awesome
work done by [#hack.se](http://despotify.se) and Felix Brun... |
jberkel/spotify-api | 7fd40949d8805dc150464639161f8f80d70e1d33 | Revert "use 1.5 compatible jar file" | diff --git a/jars/jotify.jar b/jars/jotify.jar
index 4332b38..998faeb 100644
Binary files a/jars/jotify.jar and b/jars/jotify.jar differ
|
jberkel/spotify-api | 88a1102a90ec0bdf77e189ade91cb395474d6089 | jotify needs to be global | diff --git a/bin/spotify-api-server b/bin/spotify-api-server
index 85ed3fa..f8f12c9 100755
--- a/bin/spotify-api-server
+++ b/bin/spotify-api-server
@@ -1,27 +1,27 @@
#!/usr/bin/env jruby
require 'rubygems'
lib = File.join(File.dirname(__FILE__), '..', 'lib')
require File.join(lib, 'jotify')
require File.join(l... |
jberkel/spotify-api | d0f9c14194a876b0e25ab7bd808134e2840c9ceb | use 1.5 compatible jar file | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5fff1d9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+pkg
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..2ac67ea
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,24 @@
+Copyright (c) 2009, Jan Berkel
+All rights reserved.
+
+Redistribut... |
IsaacLewis/Shintolin | 6bf80c00bc7018f3c480b34b2eed8f3e2d6d1644 | added licence | diff --git a/README b/README
index 1575735..a743268 100644
--- a/README
+++ b/README
@@ -1,15 +1,33 @@
So, you want to set up your own version of Shintolin?
Shintolin runs as a bunch of CGI scripts, so it should work on any server with Apache, Ruby (1.8) and MySQL installed.
You'll find a database template in db... |
IsaacLewis/Shintolin | e637d95a23868df2a19e1095c63896f5212b6a1a | added test.rb | diff --git a/README b/README
index a1f62d9..1575735 100644
--- a/README
+++ b/README
@@ -1,13 +1,15 @@
So, you want to set up your own version of Shintolin?
Shintolin runs as a bunch of CGI scripts, so it should work on any server with Apache, Ruby (1.8) and MySQL installed.
You'll find a database template in db... |
IsaacLewis/Shintolin | 013399c08b5f681a0f3226f6ca4d818f338f6b64 | added readme | diff --git a/README b/README
new file mode 100644
index 0000000..a1f62d9
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+So, you want to set up your own version of Shintolin?
+
+Shintolin runs as a bunch of CGI scripts, so it should work on any server with Apache, Ruby (1.8) and MySQL installed.
+
+You'll find a database ... |
IsaacLewis/Shintolin | 66bf8e49904777bfb7f69227c80a7ac0b00d7ce6 | added db template | diff --git a/dbtemplate.sql b/dbtemplate.sql
new file mode 100644
index 0000000..ddf1917
--- /dev/null
+++ b/dbtemplate.sql
@@ -0,0 +1,215 @@
+-- phpMyAdmin SQL Dump
+-- version 2.11.9.2
+-- http://www.phpmyadmin.net
+--
+-- Host: db1
+-- Generation Time: Jan 23, 2010 at 07:03 PM
+-- Server version: 5.0.67
+-- PHP Vers... |
IsaacLewis/Shintolin | 5ae9325d02e6aba19007f11320c971f3185da360 | DB connection file | diff --git a/mysql-connect.rb b/mysql-connect.rb
new file mode 100644
index 0000000..4038dac
--- /dev/null
+++ b/mysql-connect.rb
@@ -0,0 +1,20 @@
+require 'mysql'
+
+def mysql_connect(db_name='shintolin')
+ begin
+ # connect to the MySQL server
+
+ $mysql = Mysql.real_connect('localhost',
+ ... |
mindey/yukia | a9b29fd5a3c2c5440761bf1a025af4523b070cdb | Added Quant class, modified Item and Source classes, started writing Exchange and Transaction classes. | diff --git a/yukia.py b/yukia.py
index a072367..f25881e 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,154 +1,183 @@
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relation, sessionmaker
from time import time
Base = declarative_base()
class Stock(Base):... |
mindey/yukia | 7f6f73a261be7dde1b8da063d20a2b24a36f0105 | Added Markets and "Sources" -- prototypes of Items. | diff --git a/yukia.py b/yukia.py
index 80e5a08..9d11451 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,124 +1,151 @@
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relation, sessionmaker
from time import time
Base = declarative_base()
class Stock(Base):... |
mindey/yukia | 58b3e21dc82db5ecdd05607d7a5d8c70f1c9d818 | Added some class descriptions. | diff --git a/README b/README
index 878b7ee..969e244 100644
--- a/README
+++ b/README
@@ -1,13 +1,19 @@
Yukia
+++++
Goal tracking and resource management...
The software is intended for management of personal or family's assets, simplifying bookeeping, and tracking of personal or family's performance, as well as ... |
mindey/yukia | 911d1520eea2d0a3ac8585b07400344c2e800410 | Description of the purpose of the software being written. | diff --git a/README b/README
index 1656bd4..878b7ee 100644
--- a/README
+++ b/README
@@ -1,12 +1,13 @@
Yukia
+++++
-
Goal tracking and resource management...
+The software is intended for management of personal or family's assets, simplifying bookeeping, and tracking of personal or family's performance, as well a... |
mindey/yukia | e5390b5db97d8aaedc10937f69126a07dd4da3d2 | Added the Type class, and updated the Items class definition. | diff --git a/yukia.py b/yukia.py
index 91a3450..80e5a08 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,108 +1,124 @@
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relation, sessionmaker
from time import time
Base = declarative_base()
class Stock(Base):... |
mindey/yukia | c073ac8612b7f3e4990e4ca540482055204742b2 | Performances table added. | diff --git a/yukia.py b/yukia.py
index cdcca8b..91a3450 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,86 +1,108 @@
from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relation, sessionmaker
+from time import time
Base = declarative_base()
class Stock(Base):
... |
mindey/yukia | 2461d930b05d2f6d8029f83e50dc30cc4b7ae0ef | Changed the tables to declarative. Added units table. | diff --git a/yukia.py b/yukia.py
index 642b888..cdcca8b 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,71 +1,86 @@
-from sqlalchemy import create_engine
-from sqlalchemy import MetaData
-from sqlalchemy import Table, Column, Integer, String, ForeignKey
-from sqlalchemy.orm import mapper, relation, backref
-from sqlalchemy.... |
mindey/yukia | dd70147faeac416c81908a8d35ae088abdcc3e3a | Added new tables. | diff --git a/yukia.py b/yukia.py
index c14939f..642b888 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,69 +1,71 @@
from sqlalchemy import create_engine
from sqlalchemy import MetaData
from sqlalchemy import Table, Column, Integer, String, ForeignKey
from sqlalchemy.orm import mapper, relation, backref
from sqlalchemy.... |
mindey/yukia | c7e6aee64baca0c9fb6bf1884ed7a8e3cf159016 | Some errors corrected. | diff --git a/yukia.py b/yukia.py
index f3786dd..c14939f 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,69 +1,69 @@
from sqlalchemy import create_engine
from sqlalchemy import MetaData
from sqlalchemy import Table, Column, Integer, String, ForeignKey
from sqlalchemy.orm import mapper, relation, backref
from sqlalchemy.... |
mindey/yukia | 2235c743e1c3375366f1eddaa5ddf1b78b6492fd | Some errors corrected. | diff --git a/yukia.py b/yukia.py
index 3422f3f..f3786dd 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,75 +1,69 @@
from sqlalchemy import create_engine
from sqlalchemy import MetaData
from sqlalchemy import Table, Column, Integer, String, ForeignKey
from sqlalchemy.orm import mapper, relation, backref
from sqlalchemy.... |
mindey/yukia | c736e4245d645475087469569fafe4fd50341192 | Some new tables added [Unstable version] | diff --git a/yukia.py b/yukia.py
index b12785a..3422f3f 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,62 +1,75 @@
from sqlalchemy import create_engine
from sqlalchemy import MetaData
from sqlalchemy import Table, Column, Integer, String, ForeignKey
from sqlalchemy.orm import mapper, relation, backref
from sqlalchemy.... |
mindey/yukia | 4c3fd72c1a2ad34cd19e39e4d52ca1a84fbfa71d | Added "stocks", "names" and "items" tables to the db model. | diff --git a/yukia.py b/yukia.py
index 081f4ea..b12785a 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,36 +1,62 @@
from sqlalchemy import create_engine
-engine = create_engine('postgresql://inyuki_yukia:7cd26db5@localhost/inyuki_yukia', echo=True)
from sqlalchemy import MetaData
-meta_data = MetaData()
from sqlalchemy i... |
mindey/yukia | 102905b68a6d3d603beb3f381a917c65cf2d7b16 | Created equivalent model for the table with SQLAlchemy, without directly querying db; a little messy, but seem to work. | diff --git a/yukia.py b/yukia.py
index 766dd84..081f4ea 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,14 +1,36 @@
from sqlalchemy import create_engine
engine = create_engine('postgresql://inyuki_yukia:7cd26db5@localhost/inyuki_yukia', echo=True)
+from sqlalchemy import MetaData
+meta_data = MetaData()
+from sqlalchemy i... |
mindey/yukia | a97f2b5af32b3067a035cb8d78870792b837299c | Trying to create a table, add some data, and query the database. | diff --git a/yukia.py b/yukia.py
index 42f6452..766dd84 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1,3 +1,14 @@
from sqlalchemy import create_engine
engine = create_engine('postgresql://inyuki_yukia:7cd26db5@localhost/inyuki_yukia', echo=True)
+result = engine.execute('''DROP TABLE units''')
+result = engine.execute(... |
mindey/yukia | 593ef0c7cda6d608cad57ec021f59961135468da | Established connection to PostgreSQL... | diff --git a/yukia.py b/yukia.py
index 7c28489..42f6452 100644
--- a/yukia.py
+++ b/yukia.py
@@ -1 +1,3 @@
-print 1+1
+from sqlalchemy import create_engine
+engine = create_engine('postgresql://inyuki_yukia:7cd26db5@localhost/inyuki_yukia', echo=True)
+
|
mindey/yukia | 3456c49aee3a28baca2365f104cb487b9e77427b | Some notes in README file on SQLAlchemy. | diff --git a/README b/README
index 40220ac..9ff5196 100644
--- a/README
+++ b/README
@@ -1 +1,9 @@
Goal tracking and resource management...
+
+Currently I am creating the yukia.py Python script.
+
+- I decided to firstly create the program with command line interface,
+only then think anything about web interface.
+
+... |
mindey/yukia | cb81206304753ed24a0f88762d7fa5b9b2de9743 | Added README, because Github complains. | diff --git a/README b/README
new file mode 100644
index 0000000..40220ac
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Goal tracking and resource management...
|
mindey/yukia | ac5881cc7431988454f4870e0507f6f9b89c73e6 | 1+1 test. | diff --git a/yukia.py b/yukia.py
new file mode 100644
index 0000000..7c28489
--- /dev/null
+++ b/yukia.py
@@ -0,0 +1 @@
+print 1+1
|
artrizo/devryweb460store | ca613e2561479c1f1d5160f140ac836da8a623b9 | Added Search functionalilty | diff --git a/web/MyPetStore/Controls/Footer.ascx b/web/MyPetStore/Controls/Footer.ascx
index 5675c5f..ab33942 100644
--- a/web/MyPetStore/Controls/Footer.ascx
+++ b/web/MyPetStore/Controls/Footer.ascx
@@ -1,11 +1,12 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Footer.ascx.cs" Inherits="Footer" %>
... |
artrizo/devryweb460store | 5c8c6d12aff097c9638520ad07580fabf4611bbb | Added more to Header, and a text change to Footer | diff --git a/web/MyPetStore/Controls/Footer.ascx b/web/MyPetStore/Controls/Footer.ascx
index 74e27f3..5675c5f 100644
--- a/web/MyPetStore/Controls/Footer.ascx
+++ b/web/MyPetStore/Controls/Footer.ascx
@@ -1,11 +1,11 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Footer.ascx.cs" Inherits="Footer" %>
... |
artrizo/devryweb460store | 77c32d15f8e7532cc1ca76a506fe70f4cd5b766f | Added a folder for Richard containing code demos | diff --git a/RichardCrouch/MyWebSite/App_Data/ASPNETDB.MDF b/RichardCrouch/MyWebSite/App_Data/ASPNETDB.MDF
new file mode 100644
index 0000000..9d597ab
Binary files /dev/null and b/RichardCrouch/MyWebSite/App_Data/ASPNETDB.MDF differ
diff --git a/RichardCrouch/MyWebSite/App_Data/aspnetdb_log.ldf b/RichardCrouch/MyWebSit... |
artrizo/devryweb460store | 182ccbaa3b0fb661737a1af6488cac8d1d73c709 | Couldn't get toroise to work.. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..18d5bb9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+
+#ignore thumbnails created by windows
+Thumbs.db#Ignore files build by Visual Studio
+*.obj
+*.exe
+*.pdb
+*.user
+*.aps
+*.pch
+*.vspscc
+*_i.c
+*_p.c
+*.ncb
+*.suo
+*.tlb
+*.tlh
+*.bak
+... |
artrizo/devryweb460store | 50eca53e58faaa770d89b814bef19cd8e5995631 | deleted the duplicate reference to system.web | diff --git a/web/MyPetStore/App_Code/Twitter.cs b/web/MyPetStore/App_Code/Twitter.cs
index ffcad69..e56794c 100644
--- a/web/MyPetStore/App_Code/Twitter.cs
+++ b/web/MyPetStore/App_Code/Twitter.cs
@@ -1,64 +1,63 @@
using System;
using System.Data;
using System.Configuration;
-using System.Web;
+using System.Web;// R... |
artrizo/devryweb460store | e50b8b7dfbe37b91553623bfa1cd2d55458b88e6 | Header and Footer in MasterPage | diff --git a/web/MyPetStore/MasterPage.master b/web/MyPetStore/MasterPage.master
index 363bc30..9b80bda 100644
--- a/web/MyPetStore/MasterPage.master
+++ b/web/MyPetStore/MasterPage.master
@@ -1,62 +1,67 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
-<%@... |
artrizo/devryweb460store | cc7da0ae0d5bb58db91a99c2c69f300b5986fea1 | .cs files | diff --git a/web/MyPetStore/Controls/Footer.ascx.cs b/web/MyPetStore/Controls/Footer.ascx.cs
index 3ba5367..7493e4f 100644
--- a/web/MyPetStore/Controls/Footer.ascx.cs
+++ b/web/MyPetStore/Controls/Footer.ascx.cs
@@ -1,14 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.We... |
artrizo/devryweb460store | e6cb89b934a50e5e83a7d3aec0321f376a0197c1 | I forgot to add these | diff --git a/web/MyPetStore/Controls/Footer.ascx.cs b/web/MyPetStore/Controls/Footer.ascx.cs
new file mode 100644
index 0000000..3ba5367
--- /dev/null
+++ b/web/MyPetStore/Controls/Footer.ascx.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.W... |
artrizo/devryweb460store | 74f9537172f2230054cc0c3de87ecc4a362cbe8e | Added header and footer | diff --git a/web/MyPetStore/Controls/Footer.ascx b/web/MyPetStore/Controls/Footer.ascx
new file mode 100644
index 0000000..74e27f3
--- /dev/null
+++ b/web/MyPetStore/Controls/Footer.ascx
@@ -0,0 +1,11 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Footer.ascx.cs" Inherits="Footer" %>
+
+ <div id="... |
artrizo/devryweb460store | a1dad50ca7f1871bd72e46b12a0c95f0b7d5b667 | Added Twitter Updater. | diff --git a/web/MyPetStore/App_Code/Twitter.cs b/web/MyPetStore/App_Code/Twitter.cs
new file mode 100644
index 0000000..ffcad69
--- /dev/null
+++ b/web/MyPetStore/App_Code/Twitter.cs
@@ -0,0 +1,64 @@
+using System;
+using System.Data;
+using System.Configuration;
+using System.Web;
+using System.Web.Security;
+using S... |
artrizo/devryweb460store | c355a50b05a675ebffa7dd0ff2afc67537d312ef | Added richardtest.txt to test | diff --git a/richardtest.txt b/richardtest.txt
new file mode 100644
index 0000000..26e87a6
--- /dev/null
+++ b/richardtest.txt
@@ -0,0 +1 @@
+DELETE ME
\ No newline at end of file
|
artrizo/devryweb460store | d3a62adaa1b2da6bf0da31b7716e7869b6a5c756 | Undid changes | diff --git a/readme b/readme
index 4e9a942..e69de29 100644
--- a/readme
+++ b/readme
@@ -1 +0,0 @@
-Test.
\ No newline at end of file
|
artrizo/devryweb460store | b8f171716340deafe733751acdadac6344a15755 | just added a line this time | diff --git a/web/MyPetStore/Styles/MyPetStyles.css b/web/MyPetStore/Styles/MyPetStyles.css
index 8b118a5..809a7f6 100644
--- a/web/MyPetStore/Styles/MyPetStyles.css
+++ b/web/MyPetStore/Styles/MyPetStyles.css
@@ -1,29 +1,30 @@
/*Jason edit */
+
/*-----------browser clears-----------*/
* {
margin: 0px;
p... |
artrizo/devryweb460store | 81bd352481bae900a192676acc2f8e924737d80c | Undid changes. | diff --git a/readme b/readme
index b277849..e69de29 100644
--- a/readme
+++ b/readme
@@ -1 +0,0 @@
-test test test..
\ No newline at end of file
|
artrizo/devryweb460store | d6952e23055a7b552de6ca13534f173a6d7b6e6c | Added a worthless edit to check merging with Rob | diff --git a/web/MyPetStore/Styles/MyPetStyles.css b/web/MyPetStore/Styles/MyPetStyles.css
index f841beb..8b118a5 100644
--- a/web/MyPetStore/Styles/MyPetStyles.css
+++ b/web/MyPetStore/Styles/MyPetStyles.css
@@ -1,29 +1,29 @@
-
+/*Jason edit */
/*-----------browser clears-----------*/
* {
margin: 0px;
... |
artrizo/devryweb460store | 2c2f9669bed4ebc4182a528c2119bde497642443 | Edited readme word demo | diff --git a/readme b/readme
index e69de29..b277849 100644
--- a/readme
+++ b/readme
@@ -0,0 +1 @@
+test test test..
\ No newline at end of file
|
artrizo/devryweb460store | 99cf7f29f60930366f6304f6cae1172f542dae0a | style changes | diff --git a/web/MyPetStore/Scripts/MyPetStore.js b/web/MyPetStore/Scripts/MyPetStore.js
index 7d6a423..ef47e61 100644
--- a/web/MyPetStore/Scripts/MyPetStore.js
+++ b/web/MyPetStore/Scripts/MyPetStore.js
@@ -1,31 +1,31 @@
///<reference path="jquery-1.3.2-vsdoc.js>
//the above allows for full jquery intellisense, ... |
artrizo/devryweb460store | c392fa57c4906fe00eb0699e9d361980fca9346f | added user control, updated nav menu | diff --git a/web/MyPetStore/Controls/NavMenu.ascx b/web/MyPetStore/Controls/NavMenu.ascx
new file mode 100644
index 0000000..81d884a
--- /dev/null
+++ b/web/MyPetStore/Controls/NavMenu.ascx
@@ -0,0 +1,37 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NavMenu.ascx.cs" Inherits="Controls_NavMenu" %>
+
... |
artrizo/devryweb460store | 4a362f34918433adf348e0e02758e361c4ae2458 | Creating the project | diff --git a/readme b/readme
new file mode 100644
index 0000000..e69de29
|
iolo/node-restless | 2a5c43173a7b17cf2b48fc011667ef98f500c823 | the first commit with sample rest service | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
diff --git a/lang.js b/lang.js
new file mode 100644
index 0000000..be03303
--- /dev/null
+++ b/lang.js
@@ -0,0 +1,128 @@
+// ...
+
+// OO - Class - Copyright TJ Holowaychuk <tj@vision-media.ca> (MIT Licensed)
+// Based on http://ejohn.org/blog/sim... |
LinkFly/cl-logging | 0f5de328451cde6e5e166f91799b359aa67247bd | Added capability created correct core image (in sbcl) | diff --git a/cl-logging.asd b/cl-logging.asd
index 0f1882c..4b225f9 100644
--- a/cl-logging.asd
+++ b/cl-logging.asd
@@ -1,13 +1,14 @@
;;;; cl-logging.asd
;;;;
;;;; This file is part of the common lisp library - check-links, released under Lisp-LGPL.
;;;; See file COPYING for details.
;;;;
;;;; Author: Katrevich ... |
LinkFly/cl-logging | 590f162ba78f5e64d317e6bef55f20e8e9547daa | Exp commit | diff --git a/somefile b/somefile
new file mode 100644
index 0000000..e69de29
|
slilburn/mibk | c729eef158a328c183badedf001f45f9e6a40a75 | Fixed string returns of the model classes. | diff --git a/mibk.db b/mibk.db
index 79143dd..8998b2b 100644
Binary files a/mibk.db and b/mibk.db differ
diff --git a/social/models.py b/social/models.py
index 5b7321c..231e3bd 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,42 +1,42 @@
from django.db import models
class Person(models.Model):
first_... |
slilburn/mibk | 07f3ba77ed7ca82e1f4c5aec31d522b4edbb6680 | Cleaned up the models file a bit | diff --git a/social/models.py b/social/models.py
index eb51be6..5b7321c 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,39 +1,42 @@
from django.db import models
class Person(models.Model):
first_name = models.CharField(max_length=120)
last_name = models.CharField(max_length=200)
email = mo... |
slilburn/mibk | 295880e7c3c8c84a0d9d369b4e37f5e66164f993 | Added an admin interface and linked each answer back to a question. | diff --git a/README b/README
index e69de29..531c6fc 100644
--- a/README
+++ b/README
@@ -0,0 +1,3 @@
+Superuser account is...
+Username: glyndavis
+Password: glyndavis
diff --git a/mibk.db b/mibk.db
index 5f167eb..79143dd 100644
Binary files a/mibk.db and b/mibk.db differ
diff --git a/settings.py b/settings.py
index dd... |
slilburn/mibk | bf098b6231abf23c82178d4751997a55aef24474 | Added barebones Question and Answer classes. | diff --git a/social/models.py b/social/models.py
index 00e91f0..097c747 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,13 +1,25 @@
from django.db import models
class Person(models.Model):
first_name = models.CharField(max_length=120)
last_name = models.CharField(max_length=200)
email = mo... |
slilburn/mibk | 6ff47e6fbe87a725428c8534bf7920baf7594680 | Starting with a simple group model | diff --git a/social/models.py b/social/models.py
index 00e91f0..41bf2b1 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,13 +1,21 @@
from django.db import models
class Person(models.Model):
first_name = models.CharField(max_length=120)
last_name = models.CharField(max_length=200)
email = mo... |
slilburn/mibk | 49420ebb974b3e8c5f3d0d500962177860751c4c | Set up database, first view and corresponding url pattern. | diff --git a/mibk.db b/mibk.db
new file mode 100644
index 0000000..5f167eb
Binary files /dev/null and b/mibk.db differ
diff --git a/settings.py b/settings.py
index 6399053..dd7aabb 100644
--- a/settings.py
+++ b/settings.py
@@ -1,79 +1,80 @@
# Django settings for mibk project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
... |
slilburn/mibk | 194102d045578c0653a8951cd2d4c7b5fdb29447 | Added email address field for Person class. | diff --git a/social/models.py b/social/models.py
index 8a844c4..00e91f0 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,12 +1,13 @@
from django.db import models
class Person(models.Model):
first_name = models.CharField(max_length=120)
last_name = models.CharField(max_length=200)
+ email = mo... |
slilburn/mibk | 91fd4567b95550d201be7493af0476bcd23516f1 | Set up database, first view and corresponding url pattern. | diff --git a/mibk.db b/mibk.db
new file mode 100644
index 0000000..5f167eb
Binary files /dev/null and b/mibk.db differ
diff --git a/settings.py b/settings.py
index 6399053..dd7aabb 100644
--- a/settings.py
+++ b/settings.py
@@ -1,79 +1,80 @@
# Django settings for mibk project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
... |
slilburn/mibk | d3582e122b295b8fde46c47e443e3c5fbff8f07b | Added email address field for Person class. | diff --git a/social/models.py b/social/models.py
index 8a844c4..00e91f0 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,12 +1,13 @@
from django.db import models
class Person(models.Model):
first_name = models.CharField(max_length=120)
last_name = models.CharField(max_length=200)
+ email = mo... |
slilburn/mibk | 8f9be8ae26cfddb9b18cf2a4355f8238ebd6c1db | Added first class for Person/users. | diff --git a/social/models.py b/social/models.py
index 71a8362..8a844c4 100644
--- a/social/models.py
+++ b/social/models.py
@@ -1,3 +1,12 @@
from django.db import models
-# Create your models here.
+class Person(models.Model):
+ first_name = models.CharField(max_length=120)
+ last_name = models.CharField(max_... |
slilburn/mibk | 677fded5096b8e0cca2f5bed88cc3d876875ea8d | Adding the social application; and my gitignore file. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..446597a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.swp
+*.*~
+*.pyc
diff --git a/social/__init__.py b/social/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/social/models.py b/social/models.py
new file mode 100644
index... |
slilburn/mibk | 3ac4dcdb7f5c3b3e430bdfe3516039d92796aa69 | Adding blank Django files. | diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/manage.py b/manage.py
new file mode 100755
index 0000000..bcdd55e
--- /dev/null
+++ b/manage.py
@@ -0,0 +1,11 @@
+#!/usr/bin/python
+from django.core.management import execute_manager
+try:
+ import settings # Assumed to ... |
slilburn/mibk | 1736e5a5ec2c51a5e08bc86e20ed28603aef9123 | Adding blank readme file; first commit. | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
|
nexgenta/DropLook | 6539e69446ae742b743b89067265d435f0d9992a | Release 1.0.3. | diff --git a/DropAppDelegate.m b/DropAppDelegate.m
index a4e646d..fd3249d 100644
--- a/DropAppDelegate.m
+++ b/DropAppDelegate.m
@@ -1,108 +1,112 @@
/*
* DropLook: A simple wrapper for QuickLook.
* @(#) $Id$
*/
/*
* Copyright (c) 2008 Mo McRoberts.
*
* Redistribution and use in source and binary forms, ... |
nexgenta/DropLook | a592ee1a2c2a8304ca594f13e2753cf4f475fe6e | Ignore per-user files. | diff --git a/DropLook.xcodeproj/.gitignore b/DropLook.xcodeproj/.gitignore
new file mode 100644
index 0000000..bbe18fd
--- /dev/null
+++ b/DropLook.xcodeproj/.gitignore
@@ -0,0 +1,2 @@
+*.pbxuser
+*.perspectivev3
|
nexgenta/DropLook | 60e3fbeb15267cb7c38f4bebb6d873373244f644 | Bump version, only bother loading QuickLookUI.framework if the runtime tells us the classes aren't already there. | diff --git a/DropLook/DropAppDelegate.m b/DropLook/DropAppDelegate.m
index 2905c7e..a4e646d 100644
--- a/DropLook/DropAppDelegate.m
+++ b/DropLook/DropAppDelegate.m
@@ -1,100 +1,108 @@
/*
* DropLook: A simple wrapper for QuickLook.
* @(#) $Id$
*/
/*
* Copyright (c) 2008 Mo McRoberts.
*
* Redistribution ... |
nexgenta/DropLook | 1a2b3bf73169d8a93e4201514639a8106408c8bc | Import 1.0.2 (20081029) | diff --git a/DropAppDelegate.m b/DropAppDelegate.m
index e7e0f39..2905c7e 100644
--- a/DropAppDelegate.m
+++ b/DropAppDelegate.m
@@ -1,101 +1,100 @@
/*
* DropLook: A simple wrapper for QuickLook.
* @(#) $Id$
*/
/*
* Copyright (c) 2008 Mo McRoberts.
*
* Redistribution and use in source and binary forms, ... |
nexgenta/DropLook | ba1732fc5129bba656a3dcfdbe4cbf42bc8ae249 | Import 1.0.1a (20081028) | diff --git a/DropLook.xcodeproj/project.pbxproj b/DropLook.xcodeproj/project.pbxproj
index fe5ede5..9e89189 100644
--- a/DropLook.xcodeproj/project.pbxproj
+++ b/DropLook.xcodeproj/project.pbxproj
@@ -1,350 +1,362 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Be... |
nexgenta/DropLook | b2685433b7a4009e366eaf341fc17501b7dc709d | Import r1.0.1 (20081026) | diff --git a/DropAppDelegate.h b/DropAppDelegate.h
index 3899a6d..b15712f 100644
--- a/DropAppDelegate.h
+++ b/DropAppDelegate.h
@@ -1,44 +1,49 @@
/*
* DropLook: A simple wrapper for QuickLook.
* @(#) $Id$
*/
/*
* Copyright (c) 2008 Mo McRoberts.
*
* Redistribution and use in source and binary forms, wi... |
nexgenta/DropLook | 0f4e94fb96a9180b0449b6ffbcb5062cede8ec30 | Import of r1.0 (20081021) | diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..9ef9604
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,2 @@
+build
+
diff --git a/DropAppDelegate.h b/DropAppDelegate.h
new file mode 100644
index 0000000..3899a6d
--- /dev/null
+++ b/DropAppDelegate.h
@@ -0,0 +1,44 @@
+/*
+ * DropLook: A simple wrappe... |
costa/aineko | a86ee2161520ee3789a41e1187d9aae9f5c85403 | work like TOTALLY IN PROGRESS | diff --git a/aineko.rb b/aineko.rb
new file mode 100644
index 0000000..d0d6415
--- /dev/null
+++ b/aineko.rb
@@ -0,0 +1,44 @@
+
+module Aineko
+
+ class << self
+ attr_accessor :_pap_loading
+
+ def papconfig(ctx)
+ @papconfcont ||= { }
+ @papconfcont[_pap_loading] = ctx
+ end
+ def papconfigcont... |
costa/aineko | 1899c1d45dad9aabd74eaa70bca1f3a48f19e92e | ideas first | diff --git a/README b/README
new file mode 100644
index 0000000..31dedc6
--- /dev/null
+++ b/README
@@ -0,0 +1,70 @@
+
+
+
+ Personal Automation - the missing element
+
+
+INTRODUCTION
+
+Personal Automation Technology is meant to enrich the personal informational experience and increase personal info... |
eviljames/slamd64builds | d36cd5eb0e3169b16397415200063460899761ed | Deprecation... | diff --git a/README b/README
index ed58a3d..d28598e 100644
--- a/README
+++ b/README
@@ -1,49 +1 @@
-This is where eviljames in #slackware/#slamd64 on freenode puts his custom packs. Use at your OWN RISK NO WARRANTY ETC.
-
-Right now, none of these packages are any good. I'll change this readme when I have updated
-e... |
eviljames/slamd64builds | 12e7ac03a8fa1ff7df3526e8c9dcc2cd7da63564 | Added emerald | diff --git a/README b/README
index f4ea99c..ed58a3d 100644
--- a/README
+++ b/README
@@ -1,47 +1,49 @@
This is where eviljames in #slackware/#slamd64 on freenode puts his custom packs. Use at your OWN RISK NO WARRANTY ETC.
Right now, none of these packages are any good. I'll change this readme when I have updated... |
eviljames/slamd64builds | 8141359ee640d55cda893e76d39d7747f6ce5b31 | Sanitized ccsm | diff --git a/compiz-fusion/ccsm/ccsm.PHBuild b/compiz-fusion/ccsm/ccsm.PHBuild
index 75f3556..3c753ee 100755
--- a/compiz-fusion/ccsm/ccsm.PHBuild
+++ b/compiz-fusion/ccsm/ccsm.PHBuild
@@ -1,69 +1,62 @@
#!/bin/sh
# Slamd64 build script for ccsm using pkg hlpers
#Copyright (c) 2009, eviljames <storgeek@gmail.com>
... |
eviljames/slamd64builds | 04b1b322372d82fb27d4790d5ff4cb2be5e1579a | Added compiz-fusion-plugins-unsupported | diff --git a/compiz-fusion/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported.PHBuild b/compiz-fusion/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported.PHBuild
new file mode 100755
index 0000000..fe84f60
--- /dev/null
+++ b/compiz-fusion/compiz-fusion-plugins-unsupported/compiz-fusion... |
eviljames/slamd64builds | 00ee1564212f3f6c6ba7dc832414e05ad515a3d0 | Sanitized compiz-fusion-plugins-extra | diff --git a/compiz-fusion/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.PHBuild b/compiz-fusion/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.PHBuild
index d6a453f..7332c7f 100755
--- a/compiz-fusion/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra.PHBuild
+++ b/compiz-fusion/compiz-fusion-p... |
eviljames/slamd64builds | 5499c82fc23e86d74e8ef0c0fee8a2e5dd65a720 | Sanitized compiz-fusion-plugins-main | diff --git a/compiz-fusion/compiz-fusion-plugins-main/compiz-fusion-plugins-main.PHBuild b/compiz-fusion/compiz-fusion-plugins-main/compiz-fusion-plugins-main.PHBuild
index 350cd56..98ff9a9 100755
--- a/compiz-fusion/compiz-fusion-plugins-main/compiz-fusion-plugins-main.PHBuild
+++ b/compiz-fusion/compiz-fusion-plugins... |
eviljames/slamd64builds | 8673037cb511bc3056003c0fd63a9161b982b904 | Sanitized compizconfig-python | diff --git a/compiz-fusion/compizconfig-python/compizconfig-python.PHBuild b/compiz-fusion/compizconfig-python/compizconfig-python.PHBuild
index 974648c..5c2f5b8 100755
--- a/compiz-fusion/compizconfig-python/compizconfig-python.PHBuild
+++ b/compiz-fusion/compizconfig-python/compizconfig-python.PHBuild
@@ -1,68 +1,76 ... |
eviljames/slamd64builds | 06a3a0cffefc098a6a39fd2e02db6568ddfa4e8f | Sanitized libcompizconfig | diff --git a/compiz-fusion/libcompizconfig/libcompizconfig.PHBuild b/compiz-fusion/libcompizconfig/libcompizconfig.PHBuild
index 59ea374..eec8264 100755
--- a/compiz-fusion/libcompizconfig/libcompizconfig.PHBuild
+++ b/compiz-fusion/libcompizconfig/libcompizconfig.PHBuild
@@ -1,68 +1,75 @@
#!/bin/sh
-# Slamd64 build... |
eviljames/slamd64builds | 6deedbeb8d92682ee6538fa1e2025307cc3829b4 | Beginning compiz-fusion sanity. | diff --git a/compiz-fusion/README b/compiz-fusion/README
new file mode 100644
index 0000000..02d962d
--- /dev/null
+++ b/compiz-fusion/README
@@ -0,0 +1,15 @@
+These packages will be stabilized over the course of the next few days.
+
+The recommended build order is:
+compiz-bcop
+libcompizconfig
+compizconfig-python
+c... |
eviljames/slamd64builds | 93daa7d02d375b48ae6a3a8c9752497c869b078c | Sanitized compiz-bcop | diff --git a/compiz-fusion/compiz-bcop/compiz-bcop.PHBuild b/compiz-fusion/compiz-bcop/compiz-bcop.PHBuild
index 2d743f4..de2c6b3 100755
--- a/compiz-fusion/compiz-bcop/compiz-bcop.PHBuild
+++ b/compiz-fusion/compiz-bcop/compiz-bcop.PHBuild
@@ -1,70 +1,75 @@
#!/bin/sh
-# Slamd64 build script for compiz-bcop using pk... |
eviljames/slamd64builds | 783b7c0d03189517621a1de263d21fb514c1db26 | Added kaffeine | diff --git a/README b/README
index ee53a2c..e676e34 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
This is where eviljames in #slackware/#slamd64 on freenode puts his custom packs. Use at your OWN RISK NO WARRANTY ETC.
Right now, none of these packages are any good. I'll change this readme when I have updated... |
eviljames/slamd64builds | bbd66fcbc48bcd7d60ff86ee2d34c74a29bd6fda | Revert "Revert "Revert "fixes?""" | diff --git a/Libraries/fftw/fftw.PHBuild b/Libraries/fftw/fftw.PHBuild
index 1f765ff..aa5e56e 100755
--- a/Libraries/fftw/fftw.PHBuild
+++ b/Libraries/fftw/fftw.PHBuild
@@ -1,118 +1,115 @@
#!/bin/sh
# Slamd64 build script template using pkg hlpers
#Copyright (c) 2009, eviljames <storgeek@gmail.com>
#
#Permission... |
eviljames/slamd64builds | c27500ca6f0414bb4d822f0206a23cab0bad41a9 | Revert "Revert "fixes?"" | diff --git a/Libraries/fftw/fftw.PHBuild b/Libraries/fftw/fftw.PHBuild
index aa5e56e..1f765ff 100755
--- a/Libraries/fftw/fftw.PHBuild
+++ b/Libraries/fftw/fftw.PHBuild
@@ -1,115 +1,118 @@
#!/bin/sh
# Slamd64 build script template using pkg hlpers
#Copyright (c) 2009, eviljames <storgeek@gmail.com>
#
#Permission... |
eviljames/slamd64builds | 11150acea90517e2e55367574fa8935fc48c12d7 | Revert "fixes?" | diff --git a/Libraries/fftw/fftw-3.2.1.tar.gz b/Libraries/fftw/fftw-3.2.1.tar.gz
deleted file mode 100644
index f3c3c42..0000000
Binary files a/Libraries/fftw/fftw-3.2.1.tar.gz and /dev/null differ
diff --git a/Libraries/fftw/fftw.PHBuild b/Libraries/fftw/fftw.PHBuild
index 1f765ff..aa5e56e 100755
--- a/Libraries/fftw/... |
eviljames/slamd64builds | 9d7098419753978576f8251403311c3ca87f9547 | fixes? | diff --git a/Libraries/fftw/fftw-3.2.1.tar.gz b/Libraries/fftw/fftw-3.2.1.tar.gz
new file mode 100644
index 0000000..f3c3c42
Binary files /dev/null and b/Libraries/fftw/fftw-3.2.1.tar.gz differ
diff --git a/Libraries/fftw/fftw.PHBuild b/Libraries/fftw/fftw.PHBuild
index aa5e56e..1f765ff 100755
--- a/Libraries/fftw/fftw... |
eviljames/slamd64builds | 347f8c8b9934aa7e7a36075b4015e57074cdeef9 | Added kaffeine - experimental | diff --git a/Multimedia/kaffeine/doinst.sh b/Multimedia/kaffeine/doinst.sh
new file mode 100755
index 0000000..140e332
--- /dev/null
+++ b/Multimedia/kaffeine/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications
+fi
diff --git a/Multim... |
eviljames/slamd64builds | a5127d99a2c7f2032bcd96bee91cbc8cb41c192a | Added mjpegtools | diff --git a/Libraries/mjpegtools/mjpegtools.PHBuild b/Libraries/mjpegtools/mjpegtools.PHBuild
new file mode 100755
index 0000000..28f9f69
--- /dev/null
+++ b/Libraries/mjpegtools/mjpegtools.PHBuild
@@ -0,0 +1,76 @@
+#!/bin/sh
+
+# Slamd64 build script template using pkg hlpers
+#Copyright (c) 2009, eviljames <storgeek... |
eviljames/slamd64builds | a7c9b2f7b122dc43d7c041b325201a46fdb94ff0 | Added libmp4v2 | diff --git a/Libraries/libmp4v2/libmp4v2.PHBuild b/Libraries/libmp4v2/libmp4v2.PHBuild
new file mode 100755
index 0000000..17e9a3f
--- /dev/null
+++ b/Libraries/libmp4v2/libmp4v2.PHBuild
@@ -0,0 +1,75 @@
+#!/bin/sh
+
+# Slamd64 build script template using pkg hlpers
+#Copyright (c) 2009, eviljames <storgeek@gmail.com>
... |
eviljames/slamd64builds | 2d683d803d2c38b9ba53f85a57c9d15942961dc8 | Sanitized libsamplerate | diff --git a/Libraries/libsamplerate/README b/Libraries/libsamplerate/README
index 6eb0c5a..a6651d4 100644
--- a/Libraries/libsamplerate/README
+++ b/Libraries/libsamplerate/README
@@ -1 +1 @@
-Recommended to have FFTW.
+Recommended to have FFTW and libsndfile.
diff --git a/Libraries/libsamplerate/libsamplerate.PHBuild... |
eviljames/slamd64builds | 4bbc2086b22710ce7787c3e94d750d503119410d | Sanitized liblrdf | diff --git a/Libraries/liblrdf/README b/Libraries/liblrdf/README
index af87443..fa090f3 100644
--- a/Libraries/liblrdf/README
+++ b/Libraries/liblrdf/README
@@ -1 +1 @@
-Requires ladspa_sdk [from SBo], and raptor
+Requires ladspa_sdk [from Audio/ in this repo], and raptor
diff --git a/Libraries/liblrdf/liblrdf.PHBuild ... |
eviljames/slamd64builds | 2b08eb395dc5034f5c30e6438a87ccb7087bc5ff | Sanitized raptor | diff --git a/Libraries/raptor/raptor.PHBuild b/Libraries/raptor/raptor.PHBuild
index 950d24b..5eae705 100755
--- a/Libraries/raptor/raptor.PHBuild
+++ b/Libraries/raptor/raptor.PHBuild
@@ -1,80 +1,77 @@
#!/bin/sh
-# Slamd64 build script for raptor using pkg hlpers
+
+# Slamd64 build script template using pkg hlpers
#... |
eviljames/slamd64builds | 3e2544918fb4a3502d527674220902b223c4d8c5 | Added ladspa_sdk | diff --git a/Audio/ladspa_sdk/ladspa_sdk.PHBuild b/Audio/ladspa_sdk/ladspa_sdk.PHBuild
new file mode 100755
index 0000000..fb38a52
--- /dev/null
+++ b/Audio/ladspa_sdk/ladspa_sdk.PHBuild
@@ -0,0 +1,79 @@
+#!/bin/sh
+
+# Slamd64 build script template using pkg hlpers
+#Copyright (c) 2009, eviljames <storgeek@gmail.com>
... |
eviljames/slamd64builds | 675942d639f8c07072541b530b1add66a83bd8b4 | Sanitized libkipi | diff --git a/Libraries/libkipi/libkipi.PHBuild b/Libraries/libkipi/libkipi.PHBuild
index ff74f69..34a4c9f 100755
--- a/Libraries/libkipi/libkipi.PHBuild
+++ b/Libraries/libkipi/libkipi.PHBuild
@@ -1,79 +1,76 @@
#!/bin/sh
-# Slamd64 build script for libkipi using pkg hlpers
+# Slamd64 build script template using pkg ... |
eviljames/slamd64builds | ccc943b0ef252bd10dd49c9d48d78e1b4dc84cd6 | Sanitized liblo | diff --git a/Libraries/liblo/liblo.PHBuild b/Libraries/liblo/liblo.PHBuild
index fae6daa..16882be 100755
--- a/Libraries/liblo/liblo.PHBuild
+++ b/Libraries/liblo/liblo.PHBuild
@@ -1,81 +1,75 @@
#!/bin/sh
-# Slamd64 build script for liblo using pkg hlpers
+
+# Slamd64 build script template using pkg hlpers
#Copyright... |
eviljames/slamd64builds | f6e7a22852576c27e45a6ea08c42cfc075fb5bad | Fixed digikam | diff --git a/digikam/digikam.PHBuild b/digikam/digikam.PHBuild
index 81ae18a..5e2dd89 100755
--- a/digikam/digikam.PHBuild
+++ b/digikam/digikam.PHBuild
@@ -1,64 +1,79 @@
#!/bin/sh
# Slamd64 build script for digikam using pkg hlpers
#Copyright (c) 2009, eviljames <storgeek@gmail.com>
#
#Permission to use, copy, ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.