29 May 2008 (updated 29 May 2008 at 14:46 UTC) »
Anyone can sign up and use the Google App Engine. It works nicely on Linux.
You have to have Python 2.5, and you download their Software Development Kit. The applications that you build are in Python. After testing the application locally, it can be uploaded to Google. Of course, you can also point your own domain name to where the application lives as well, so no one will know that you're using Google.
Yeah, they do limit the amount of content to 500MB, which is enough for development. They're talking about increasing the content for a fee. So, you have plenty of space for development; but, when you land a contract, for your work, you'll have the option to increase the amount of space and pass the expense along to the client.
25 Jan 2008 (updated 25 Jan 2008 at 03:45 UTC) »
Is it true you cannot link to an article on your own site, even if the content is relevant and helpful? That strikes me as a form of prejudice.
Okay all I wanted to do was link my SQLite Tutorial on the Wikipedia SQLite page so that someone could find some useful information. Careful, that "MY" is a crime.
Apparently, I cannot link it to my own site because it's me doing it - ad hominem
I thought the purpose of Wikipedia was to give out information. I'm okay with someone telling the content isn't relevant. That would certainly be a valid reason for not linking it. But, as I understand it, I'm somehow associated with the SQLite project, therefore, I'm not fit to judge the content?
Anyway, I hope your experiences with Wikipedia are better. I'm not too positive on it. My intend was only to distribute information. Please see for yourself.
19 Jan 2008 (updated 19 Jan 2008 at 15:27 UTC) »
"The Mathematics of Poker", by Bill Chen and Jerrod Ankenman. (2006)An excellent book on poker especially if you're into programming poker bots. The book explains the math, leaving no missing steps; yet, these guys know their math (Chen has a a PhD in Mathematics from Berkeley, and works at a well known Susquehanna International Group, that specializes in financial analysis). These guys know their poker too. Chen has 2 world series bracelets in a subdivision of hold'em.
If you're interested in programming Java poker bots, you may
want to checkout Poker
Academy. You can plug in your Java coded bots and use
these bots to play against other players on line for PAX
(poker play money).
A quick note, don't be fooled by the
term play money - you'll have to earn that money with hard
work against other good players. Time is money. It takes
time to earn PAX; therefore, PAX is equivalent to money.
11 Jan 2008 (updated 11 Jan 2008 at 17:02 UTC) »
You may also be interested in the following book:
"Comparing and Merging Files with GNU diff and patch; for
Diffutils 2.8.1 and patch 2.54", by David MacKenzie, Paul
Eggert, Richard Stallman. Edited for publication by Brian
Gough. (2002).
If the above free download doesn't work, since I'm not sure
it will
work outside the United States, try the following Souptonuts
downloads
1 11 21 1211 111221 ...
It appears that Fedora core yum updating has been disabled. Perhaps this was done to try and minimize the impact on the servers, while users download the new release of Fedora Core 6?
Symptoms
# yum -y update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
core
[1/3]
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
Fix
Uncomment the baseurl setting. The following was done on my FC5 systems. It makes backups, using the extension .backup.
cd /etc/yum.repos.d/ perl -pi.backup -e "s/#baseurl/baseurl/" *
Now you should be good to go.
4 Oct 2006 (updated 4 Oct 2006 at 01:17 UTC) »
Well, my guess is S1(w) > S2(w), since with the simple string "aaaa" there are two occurrences of the substring "aaa". The first is from position 0 to position 2. The second is from position 1 to position 3. There is overlap.
Note it is impossible to have two occurrences of substring "abc" using any 4 characters. Therefore, more substrings of "aaa" can also be found in the 10 character string.
--W. Stekel
6 Mar 2006 (updated 19 Feb 2007 at 02:33 UTC) »
It's been said that Jesse Lauriston Livermore was the greatest stock market operator in history - the only operator who ever made and lost four stock market fortunes. He did it all on a ``small bankroll, a stock ticker and a telephone.''[1]
Jesse Livermore stock picking techniques are still applicable today. In fact, if you do a careful read, you'll see that some well-know authors have actually stolen his techniques. Livermore's techniques worked well for him, when he followed them. Unfortunately, he got emotionally wrapped up in the marketed and departed from his rules. He died by suicide in 1940.
Livermore had a number of rules: Never by on a tip alone; Stocks reaching new highs tend to go higher; Never trade in stocks under $15. Have an exit strategy before you buy, etc.
Stock Prices
There's a program stock.tar.gz that grabs current stock price data from yahoo finance. Below is an example usage getting the stock price for Redhat. By the way take a look at this price. It's starting to hit new highs, and it volume follows through on the new high it could be a good buy. Oh, first rule: Never buy on a tip alone.
$ stock rhat
"RHAT",29.01,"3/3/2006","4:00pm",+0.76,28.10,29.28,28.00,3339778
This program[1] can do multiple stocks and or indexes as well. See the man page on the program for more help. The source is very simple using socket, bind, connect. It can easily be adjusted for scraping other pages, sending mail (you'll have to change the port), or other desired tasks.
Email Alerts
I use Gmail; but, but it's a custom setup with the local MTA (Postfix) and Fetchmail. The advantage here is being able to run any standard shell scripts for sending out mail, on your home system, where you might not have a dedicated IP address.
References
4 Mar 2006 (updated 5 Mar 2006 at 04:54 UTC) »
Xen is cooking up nice on Fedora Core 5. I didn't have any problem installing this on a Dell OptiPlex GX520, Pentium 4 (3.00 GHz), with 1G of RAM, Broadcom NetXtreme BCM5751 Gigabit Ethernet PCI Express, Linksys Gigabit Network Adapter (Model No. EG1032,rev 10).
It was actually only a matter of minutes before I had everything running, which I think is the best way to learn about Xen. That is, first have a running system with multiple guest systems. And, for each guest account have networking functional. One quick note, it certainly helps if you have 1G of RAM, so that each guest account can use the minimum default of 256MB. Take a look at the FC5 Xen Quick Start Instructions for how it's all done.
What's missing in these instructions is how to ssh into a guest xm and run kde remotely. I'll detail here what worked for me.
Xen and remote KDE
From the computer you are sitting at, with a monitor,keyboard and KDE or Gnome loaded and running, you'll connect via ssh to the Xen guest system. But before you can do this, walk through the step 1, with the computer in front of you.
Xlib: connection to ":1.0" refused by server
Xlib: No protocol specified
To enable magic cookies from the shell, issue the following commands.
$ MCOOKIE=$(mcookie) $ xauth add $(hostname)/unix:1 MIT-MAGIC-COOKIE-1 $MCOOKIE $ xauth add localhost/unix:1 MIT-MAGIC-COOKIE-1 $MCOOKIE
$ xinit -- :1 vt12
$ ssh -Y -l root vm0.domain.com
$ startkde
I didn't have to change anything for KDE, but Gnome takes a few tweaks.
Reference
You may want to reference Linux Tips (TIP 195)
Now, in my opinion, it's instructive to look at the FC4 Xen Quick Start, and hack away the working Xen configuration. The FC4 documentation goes into the mechanics of the process.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!