World: r3wp
[All] except covered in other channels
older newer | first last |
[unknown: 5] 24-Jun-2008 [2820] | No more than 14 teams though. |
Henrik 25-Jun-2008 [2821] | From the earlier soundex discussion. There's something else called Edit Distance, which is more directed towards spelling errors: http://en.wikipedia.org/wiki/Edit_distance |
Brock 25-Jun-2008 [2822] | Paul, I'd join you if it was fantasy hockey. Not terrribly interested in either of the football's unfortunately. |
[unknown: 5] 25-Jun-2008 [2823] | Brock, maybe a bit later we could start one in hockey. |
Gregg 25-Jun-2008 [2824] | Metaphone is not much harder than soundex. When I tried both before, I liked metaphone's results much better. |
[unknown: 5] 25-Jun-2008 [2825x4] | Remember this is free http://football.fantasysports.yahoo.com/f1/78924 Even if we don't get the 14 teams then I will open it to yahoo public to fill the rest. |
If you never played Yahoo Fantasy sports before they are excellent. | |
Even if you don't know football it doesn't matter as the autopicker will pick for you the next best player during the draft rotation automatically if you choose to. | |
So great time to learn if you never have. Once you learn you will most likely play from then on as it is very addictive. | |
Gabriele 28-Jun-2008 [2829] | Not sure whether it should be in Links, Humour, or somwhere else... so posting here: http://blog.seattlepi.nwsource.com/microsoft/archives/141821.asp |
Graham 28-Jun-2008 [2830x5] | Well, I had a very bad experience trying to help someone out to setup their wireless. |
I had to download a special service pack from the ms site ... but of course you have to validate that you have genuine windows. but their plugin for firefox does not work. | |
and when I tried IE, some stupid content advisor came up blocking all access to every site .. the person I was helping had no idea how it had been set. And there was a password protection on the content advisor ... with no one in the house knowing what the password was. | |
One would think that MS would at least default microsoft.com to be allowed to be browsed to. | |
All this to download the pka aes upgrade :( | |
Henrik 28-Jun-2008 [2835] | Graham, it's a great way to shun customers. Imagine coming into a store and then a big guy stops you and asks you if you intend to steal from them. When you say "of course not", he still follows you around. |
Graham 28-Jun-2008 [2836x3] | I felt like a criminal |
and the guy had zone alarm, and spybot installed .. and that kept popping up windows as well! | |
Half the time one has to navigate security barriers to do anything :( | |
Henrik 28-Jun-2008 [2839] | I don't get why people tolerate this. To me, this is an utterly unacceptable computing experience. |
Will 29-Jun-2008 [2840] | Graham, next time, make it a 2 steps process: 1) tell him to switch to a mac (you can find help here http://www.apple.com/getamac/ads/ ) 2) this step wont be needed anymore ;-) |
[unknown: 5] 29-Jun-2008 [2841x2] | Warning don't watch this if your afraid of heights http://www.flixxy.com/extreme-highliner.htm |
I created a RBOL links thread over at my website for anyone that wants a backlink to their REBOL site or rebol app product page. You can post a link and image (if desired) at http://www.tretbase.com/forum/viewtopic.php?f=8&t=33&start=0&st=0&sk=t&sd=a | |
[unknown: 5] 5-Jul-2008 [2843] | Anyone have a source for some code that is supposed to generate prime numbers? I'm curious what the standard formulas are for that. |
Sunanda 6-Jul-2008 [2844x2] | You could take a look here: |
http://www.scriptol.org/sieve.php#rebol | |
[unknown: 5] 6-Jul-2008 [2846x3] | Thanks Sunanda. I have worked with primes before and decided to revisit some work I did in the past and started a hunt for certain primes that exhibit a bit different behavior. I found what I term as scalable primes. |
I'm trying to find more and if there is other patterns. | |
Not just relevant to Christianity ---> http://www.nytimes.com/2008/07/06/world/middleeast/06stone.html?_r=1&partner=rssyahoo&emc=rss&oref=slogin | |
Geomol 6-Jul-2008 [2849] | Paul, regarding primes, take a look in the Puzzles group at 17-Oct-2005 and the Answers group from that date and a few days ahead. |
[unknown: 5] 15-Jul-2008 [2850x2] | The REBOLers Yahoo Fantasy football league has been made open for public participation. |
http://football.fantasysports.yahoo.com/f1/78924 | |
[unknown: 5] 19-Jul-2008 [2852] | Anyone use REBOL with excel or Microsoft Exchange? |
Graham 19-Jul-2008 [2853] | Just Excel. |
[unknown: 5] 19-Jul-2008 [2854x2] | Is there anyway to access an excel "cell" via REBOL and retrieve its contents? |
I have to automate a process of retrieving contents of certain cells and comparing them to other cells and then emailing the information to persons found in certain cells. | |
PeterWood 19-Jul-2008 [2856] | Have you checked the Library? This might help: http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlLHMQ |
[unknown: 5] 19-Jul-2008 [2857x2] | I'll look into it. |
thank. | |
PeterWood 19-Jul-2008 [2859] | Of course, it's no where near so difficult if you can export a CSV file from Excel first. |
[unknown: 5] 19-Jul-2008 [2860] | Actually, I find it not difficult at all with a tab-delimited text file but not sure I can get the file brought to me in that format and not sure if I can automate the conversion to that type. |
Gregg 19-Jul-2008 [2861x2] | I did an Excel automation dialect with Robert Muench a few years ago. |
It was for Excel 9 I think. | |
[unknown: 5] 19-Jul-2008 [2863] | Yeah I actually found that but it seems more tailored to creating excel spreadsheets wasn't it? Maybe I misunderstood what it was. |
Graham 19-Jul-2008 [2864] | Using the comlib allows you to access indivdual cells in an Excel spreadsheet |
Gregg 19-Jul-2008 [2865] | It was for programmatic control. You can read and write cells and ranges, etc. |
Reichart 20-Jul-2008 [2866] | Do keep in mind, recent copies of Excel "are" simply XML. |
[unknown: 5] 20-Jul-2008 [2867x3] | where is the comlib found at? |
I just looked over comlib but looks like you gotta know comlib functions already and the documentation was a bit lacking for me. | |
I'll have to doublecheck tomorrow Reichart. | |
older newer | first last |