Tech Support > Computers & Technology > Programming
Mapping a series of Dates to an array of Number
Posted on June 18th, 2008 | 3 Comments

On Jun 17, 5:10*am, J-Burns <arslanbur...@gmail.com> wrote: http://scienceworld.wolfram.com/astronomy/JulianDate.html

Ultimate Prime Sieve -- Sieve Of Zakiya (SoZ)
Posted on June 18th, 2008 | 3 Comments

On Jun 14, 8:50*am, Juha Nieminen <nos...@thanks.invalid> wrote: Probably I had a lot of things in memory and so page faulting slowed things down. The method in the published paper would take weeks...

Registry contains reference to dll instead of description text, howto call dll to get text? (values in the format @xxxx.dll,-yyy )
Posted on June 17th, 2008 | 2 Comments

On Jun 16, 11:20*am, "" <so...@no.spam.net> wrote: Thank you very much. I've now updated my program to make it work. If the field read from the databasse starts with @ I then extract the path/name...

Single Liked List Problem at Java
Posted on June 16th, 2008 | 7 Comments

bbbb wrote: Your first problem is finding the node to delete. You will find it better to find the predecessor of that node. -- : Chuck F (cbfalconer at maineline dot net) :...

Making asymmetric cryptosystems work with assigned public keys?
Posted on June 16th, 2008 | 12 Comments

CWhizard wrote: PLONK. Bye. -- : Chuck F (cbfalconer at maineline dot net) : <http://cbfalconer.home.att.net> Try the download section.

Modular softwacan an executable export functions?
Posted on June 15th, 2008 | 7 Comments

cr88192 wrote: This is an interesting approach, and one I had forgotten that I toyed with previously. Pro, there's no need for a binary API dll, just an API header. Con, if we extend the interface...

best language for text string search
Posted on June 14th, 2008 | 47 Comments

PL/I has a number of built-in functions for doing this type of task. Specifically, it has: 1. the TALLY function that counts the number of occurrences of a string. 2. the SEARCH function, whch...

Anyone know of API to read redbook/audio CD?
Posted on June 14th, 2008 | 6 Comments

On 12 Jun, 15:53, James Harris <james.harri...@googlemail.com> wrote: Well, if EAC is doing what I think it is then it's doing an awesome job especially when coupled with, and automatically...

RTF rendering question
Posted on June 13th, 2008 | 1 Comments

this was probably the wrong group for this question, but since I figured it out I thought I would share the solution. There is an ability in RTF to position paragraphs using some commands, so...

Ultimate Prime Sieve -- Sieve Of Zakiya (SoZ)
Posted on June 13th, 2008 | 0 Comments

On Jun 13, 3:03*pm, user923005 <dcor...@connx.com> wrote: Sweet!! Hey thanks for info, and I await your efforts. Jabari

Hey, guys, what's first program have you learnt?
Posted on June 13th, 2008 | 24 Comments

On 3 Jun., 23:34, CBFalconer <cbfalco...@yahoo.com> wrote: A short view at Pascal programs in the internet shows that standard Pascal programs are a tiny minority. Therefore I think that a Pascal to...

What do an Empty Class have?
Posted on June 13th, 2008 | 2 Comments

Roof wrote: A unique address. The most easy way to ensure that all object of a given type have a unique address (e.g., when they arise as members of a struct or an array) is to require that the...

How to use _stdcall for COM program
Posted on June 13th, 2008 | 3 Comments

Roof <roofalison@gmail.com> writes: You may need to ask in a compiler-specific group. Not all compilers use the same syntax. I've __stdcall (note the double _) and __attribute__((stdcall)) and I...

skype jamba klingelton jamba klingelton free
Posted on June 12th, 2008 | 0 Comments

skype jamba klingelton jamba klingelton free + + + + + + JAMBA HANDY KLINGELTON + + + JAMBA HANDY KLINGELTON + +...

Encryption Design question
Posted on June 11th, 2008 | 2 Comments

Nils Schneider wrote: You probably want to sign your config file rather than encrypt it. You sign the config file using your private key, and your software validates the signature using the public...

How to Earn Money Online :
Posted on June 11th, 2008 | 0 Comments

How to Earn Money Online : http://earnmoneyathome1.blogspot.com/

60-luvulla myytiin jo autoilijoille kaikenlaista kivaa
Posted on June 11th, 2008 | 0 Comments

YLE A-piste 07.05.2008 aika mieliinpainuvaa tykitystä. Tähän asti ministeri Jan Vapaavuori on yybereimmin vaatinut kaiken taloustoiminnan keskittämistä härskimmin painoin pelkästään Helsinkiin....

MANAGEMENT SOFTWARE
Posted on June 11th, 2008 | 0 Comments

******************************************************* http://maintanancemanagementsoftwareservises.blogspot.com

Question on dealing with multiple programming languages in a largeproject
Posted on June 10th, 2008 | 3 Comments

"cr88192" <cr88192@NOSPAM.hotmail.com> wrote in message news:4d2e3$484e85ed$ca83b482$717@saipan.com... That's the crux of it. Since most non-trivial computer languages are capable of computing...

Heuristc to distinguish text and code
Posted on June 10th, 2008 | 26 Comments

Phil wrote: I've now done this, with the additional categories of upper vs. lower-case letters and newline, for sequences of up to 5 characters. It does OK; certainly better than the original that...