Wednesday, March 19, 2008
del.icio.us bulk updater
re-mark -- A great tool. I had 700+ bookmarks that were not shared, using this tool I was able to share all of them in batches of 100.
Ruport - ruby reports
Need a neat reporting framework, try Ruport.
Labels:
report generator,
report tools,
reporting,
reporting system,
ruby
bogofilter spam filter
I use bogofilter for my evolution mail filter. It works great. If you need a good spam filter give it a whirl.
Linux on a USB drive
Multiple distros available ( including many not listed on this site - just google ).
Grab your USB linux and go.
Grab your USB linux and go.
Sunday, February 24, 2008
Scientific American ( www.sciam.com) - Great magazine
Scientific American is a great read. Lots of great articles and information. Subscribe or give it as a gift.
Labels:
archaeology,
biology,
chemistry,
environment,
health,
math,
paleontology,
physics,
science,
society,
space,
technology
Cygwin - The best windows application ever
Cygwin is a Linux-like environment for Windows.
Required to use Windows? Need the functionality of *NIX command line tools? Cygwin is the answer. Need a real terminal program -- download rxvt.
Tuesday, February 19, 2008
Monday, February 18, 2008
$115 gets you your own hydrogen powered car
Horizon Fuel Cell Technologies has some cool fuel cell powered cars.
Labels:
fuel cell powered cars,
fuel cells,
hydrogen power
Welcome to 7-zip
7-zip is the file archiver ( compress/decompress ) that I use on windows. Free, and works very well.
Labels:
archive,
compress,
uncompress,
winzip alternative,
zip,
zipfiles
Thursday, February 14, 2008
Zim - a desktop wiki and outliner
I like and use Tomboy, but for some things Zim (hierarchical, grouping, etc) seems a better fit. From the website "Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the concept of a wiki to your desktop." I'm using it at work, and I installed it on my son's desktop for school related note taking.
Wednesday, February 13, 2008
Looking for a low cost DIY music player
I've been looking off and on for years for a DIY music player that would allow me to build one 'as good as or better than' those mass produced at an 'extremely reasonable' price. And I'm still looking. :) If anyone has any pointers, please post them.
Tuesday, February 5, 2008
streamtuner -- Find the music you want
a great app for anyone that likes music. allows browsing and searching of multiple online music sources.
streamtuner
streamtuner
Powered by ScribeFire.
Labels:
internet radio,
linux,
music,
music streams,
rip,
streamripper
Saturday, January 26, 2008
jVi - vi editor plugin for NetBeans
If you use vi[m] you'll want this plugin. Don't know what vim is? See vim.org for the details. In short, once you get past the learning curve, vim is one of the greatest programming editors around.
Powered by ScribeFire.
88.1 WKNC FM Radio -- NC State University Radio -- Tired of the same songs over and over?
When you get sick of hearing the same tunes over and over on the radio, give WKNC a whirl. They have formats for everyone. It really is an exceptional station. Requests taken.
From the website...
"88.1 WKNC is the student-run non-commercial radio of North Carolina State University. We pride ourselves on our unique and adventurous programming and have been named "Best in the Triangle" by the Independent Weekly four years running. Boasting 25,000 watts, WKNC can be heard throughout the Triangle and far beyond via our web stream. Our mission is to provide N.C. State students with the practical knowledge needed for a career in the broadcast industry."
From the website...
"88.1 WKNC is the student-run non-commercial radio of North Carolina State University. We pride ourselves on our unique and adventurous programming and have been named "Best in the Triangle" by the Independent Weekly four years running. Boasting 25,000 watts, WKNC can be heard throughout the Triangle and far beyond via our web stream. Our mission is to provide N.C. State students with the practical knowledge needed for a career in the broadcast industry."
Powered by ScribeFire.
Labels:
internet radio,
music,
NCSU,
radio,
streaming music
Thursday, January 17, 2008
Project Phobos - modifying the JPA example for PostgreSQL
Ran across Project Phobos the other day. It looks like a promising platform for rapid web application development. In a short while and after some input from the mailing list, I modified the JPA example to use PostgreSQL as the data store. Turned out to be a very easy switch from the builtin Netbeans JAVA DB to Pg.
To alter the JPA example to use PostgreSQL.
File/New Project/Scripting/Samples/Java Persistence APIs (JPA)
sample
Right click on libraries under jpaExample and add the
PostgreSQL JDBC library
Replace the current persistence properties with
( right click image to open in a new window )
verify that the pg_userid and pg_userpasswd can connect to the db
via psql on the command line
right click on jpaexamplesrc and clean and build the project
right click on jpaExample and run project.
I don't think I missed noting anything.
The web page( right click image to open in a new window ):
-------------------------------------------------------------
The correlating terminal capture from Pg.
jake@endpoint:~$ psql test
Welcome to psql 8.2.5, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
test=# \d
List of relations
Schema | Name | Type | Owner
--------+----------------------+----------+-------
public | author | table | jake
public | author_author_id_seq | sequence | jake
public | book | table | jake
(3 rows)
test=# \d author
Table "public.author"
Column | Type | Modifiers
--------------+------------------------+------------------------------------------------------------
author_id | integer | not null default nextval('author_author_id_seq'::regclass)
organisation | character varying(255) |
name | character varying(255) |
Indexes:
"author_pkey" PRIMARY KEY, btree (author_id)
test=# \d book
Table "public.book"
Column | Type | Modifiers
---------------+------------------------+-----------
book_id | integer | not null
isbn | character varying(255) |
authorid | integer |
publisheddate | date |
title | character varying(255) |
Indexes:
"book_pkey" PRIMARY KEY, btree (book_id)
test=# select * from author;
author_id | organisation | name
-----------+----------------+-----------------
1 | jMaki | Greg Murray
2 | Sun US | Ludo Champenois
3 | Java Inc | James Gosling
4 | Wrox Press Inc | Paul Wilton
5 | O'Reilly | Danny Goodman
6 | JPA Press Inc | Pramod Gopinath
(6 rows)
test=# select * from book;
book_id | isbn | authorid | publisheddate | title
---------+------+----------+---------------+-------
(0 rows)
Tuesday, January 15, 2008
Want to take classes from some of the worlds most prestigious Universities -- for free...
You won't get college credit for them -- but you can still learn with the best.
http://education-portal.com/articles/Universities_with_the_Best_Free_Online_Courses.html
http://education-portal.com/articles/Universities_with_the_Best_Free_Online_Courses.html
Powered by ScribeFire.
Wednesday, January 9, 2008
Three apps for a night sky ( astronomy )
Interested in astronomy? Here are three links to check into.
Stellarium
"Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates and go."
Celestia
"The free space simulation that lets you explore our universe in three dimensions. Celestia runs on Windows, Linux, and Mac OS X."
Wikisky
Stellarium
"Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates and go."
Celestia
"The free space simulation that lets you explore our universe in three dimensions. Celestia runs on Windows, Linux, and Mac OS X."
Wikisky
Powered by ScribeFire.
Tuesday, January 8, 2008
Firefox -- Remove duplicate bookmarks
Bookmark Duplicate Detector makes a good addition to go along with Foxmarks. Clean up all those duplicates created from your manual merges prior to Foxmarks.
https://addons.mozilla.org/en-US/firefox/addon/1553
https://addons.mozilla.org/en-US/firefox/addon/1553
Powered by ScribeFire.
Labels:
bookmark management,
bookmarks,
duplicate bookmarks,
firefox
Foxmarks -- keep all your bookmarks synchronized across all your pc's
No more exporting and importing multiple times to get consistency across all your Firefox instances.
http://www.foxmarks.com/
http://www.foxmarks.com/
Powered by ScribeFire.
Gobby -- shared text editing over the internet/network
From the home page "Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms." Home page screenshots link.
Powered by ScribeFire.
Labels:
collaborative editing,
network,
open source,
shared editing
Windows IPC examples on THE CODE PROJECT
Example IPC code for windows for Named Pipes, Shared Memory, sockets etc.
http://www.codeproject.com/KB/threads/Win32IPC.aspx
http://www.codeproject.com/KB/threads/Win32IPC.aspx
Powered by ScribeFire.
Labels:
named pipes,
shared memory,
socket application,
TCP/IP
Complete Windows TCP Client and Server code on MSDN
MSDN is huge, and it can be a pain to find what you're looking for. So when you find something, make sure you keep a reference to it.
An example found/located on MSDN:
Complete TCP Client and Server Code
An example found/located on MSDN:
Complete TCP Client and Server Code
Powered by ScribeFire.
Labels:
C/C++,
client,
client server example,
example socket code,
network,
server,
socket application,
TCP/IP
Monday, January 7, 2008
Ultra mini PC (UMPC) -- Chinese built LimePC $300
Looks to be a neat little device.
http://www.linuxdevices.com/news/NS6231914514.html
http://www.linuxdevices.com/news/NS6231914514.html
Powered by ScribeFire.
Motorola's new handheldp PMP/wireless TV device
Moto's newest PMP. Wireless TV. LINUX. Slim. "Motorola's Mobile TV DH01 is smaller than a paperback novel". Now all we need is a decent price point.
http://www.linuxdevices.com/news/NS2037776072.html
http://www.linuxdevices.com/news/NS2037776072.html
Powered by ScribeFire.
Sunday, January 6, 2008
Saturday, January 5, 2008
W3 Schools - free web building tutorials
A great place to get answers. Covers all aspects of web programming. As the site says "Full Web Building Tutorials - All Free
At W3Schools you will find all the Web-building tutorials you need,
from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP."
http://www.w3schools.com/
At W3Schools you will find all the Web-building tutorials you need,
from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP."
http://www.w3schools.com/
Powered by ScribeFire.
Portable Apps are cool
"Now you can carry your favorite computer programs along with all of your bookmarks, settings, email and more with you. Use them on any Windows computer. All without leaving any personal data behind."
Grab a $20 USB stick and set yours up.
http://portableapps.com/
Grab a $20 USB stick and set yours up.
http://portableapps.com/
Powered by ScribeFire.
Subscribe to:
Posts (Atom)

