Pages: 1 2 3

2008/06/23

  01:13:46 pm, by   , 18 words  
Categories: C++

code_swarm

Amazing time lapse or open source projects - gotta see it to believe it:

http://www.vimeo.com/1130828

  01:09:01 pm, by   , 22 words  
Categories: C++

Piet - beautiful and interesting graphical language

I came across this very interesting project:

http://www.dangermouse.net/esoteric/piet/samples.html

Makes for some interesting debuggin I bet :)

2007/09/30

  02:11:13 am, by   , 277 words  
Categories: MythTV, QT 3, C++, Eclipse

Eclipse, QT3 / QT4 and MythTV integration

I've been using Eclipse more and more, and its been coming together nicely. So, I've been researching how to use Eclipse to assist in programming MythTV plugins. I came across this in my most recent search:

http://labs.trolltech.com/blogs/2007/07/11/develop-qt-applications-in-eclipse/

which lead to these details installation instructions:

http://trolltech.com/developer/downloads/qt/qteclipse-installmanual

and this download link:

http://trolltech.com/developer/downloads/qt/eclipse-integration-download

Look interesting, but I note warily that it only works for qt4, and MythTV is using qt3 - ugh, well maybe this will still work.

Read more »

2007/08/17

  09:59:50 pm, by   , 43 words  
Categories: C++

ragetvgrab command line

mythtv mythmusic # /usr/local/bin/ragetvgrab-0.5.pl -a -v -nr -import -t -d
num rows 1,0, /mnt/store/, ,
num rows 1,0, 192.168.100.63, ,
num rows 1,0, 6543, ,
(V1) Verbose Level 1
(DD) Debugging On
(TT) Test Mode On
(V1) Input filename:
(V1) Working with Videos Database rather than Recordings Database

  09:59:38 pm, by   , 52 words  
Categories: C++

SRC="$1"
DST="$2"
for F in "$SRC"/.* "$SRC"/*
do # for every entry in the source directory
if [ $(basename "$F") != .svn ]
then # for everything that isn't an SVN directory
if [ -d "$F" ]
then # recursively copy subdirectories
mkdir "$DST"/$(basename "$F")
"$0" "$F" "$DST"
else # simple copy for files
cp -a "$F" "$DST"
fi
fi
done

1 2 3

April 2024
Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
 << <   > >>

Programming

Programming

Search

  XML Feeds

blog software