Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
90% Quality Score
Upvotes Received
10
Posts with Upvotes
10
Upvoting Members
7
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
~132.00K People Reached
About Me

Ms. in Computer Engineering, MCSE, CCNA, Expert Rating Delphi Expert, etc...

Interests
Mathematics, Computer Science, Philosophy, FRP
Favorite Tags

171 Posted Topics

Member Avatar for moderate_rock48

CCXXV is NOT a prime but has C.C.III.III as prime factors, thus it is a square number with root XV.

Member Avatar for Dani
2
16K
Member Avatar for aminura

Hi, Although I use them interchangable my self the difference is simple : any computer peripherial which lets you connect to a physical network segment is a NIC (including fiber optic transceivers and hi-speed serial connections (no not COM1 ;) found on routers) yet ethernet is a OSI Layer 2 …

Member Avatar for alang_z
0
411
Member Avatar for phephe

Hi, You must put the [inlinecode]lblFactorial.Text = factorial.ToString("n20");[/inlinecode] after the while loop. [B]Loren Soth[/B]

Member Avatar for Armen_2
0
2K
Member Avatar for Dani

Hi, I understand that this is an old post, but after reading the answers I think that there are some points left out. Although it is true that Borland has been the major driving force behind pascal with its IDEs, compilers, header translations and utility libraries yet there is more …

Member Avatar for seblake
0
1K
Member Avatar for khwo

Hi, You can use SelectedIndexChange event of ListView class. [B]Loren Soth[/B]

Member Avatar for maley
0
4K
Member Avatar for Kiba Ookami

Hi, My personal opinion is that there can be as many programming lanugages as people can make some up (even I have a Virutal Machine of my own which has a proprietary assembly lanugage w/ 22 opcodes including NOP); but at the end of the day it's the balance of …

Member Avatar for Mrewan79
0
755
Member Avatar for Buggaya

Hi, If you have a specific XML schema, you can use a DataSet not bound to a database or connection and provide your own schema. This way you can use all data bound controls and table cursors and at the end you can load/save the whole dataset back as XML. …

Member Avatar for Behrangbina
0
2K
Member Avatar for OurNation
Member Avatar for dirt_bagz

Hi, Do you need a solution which is in a smaller time complexity class than Knuth's or have a bound for n,k and just need a faster code to get it done in less than 3 years ? +what is the maximum acceptable time span for you ? because I …

Member Avatar for Soufiene
0
4K
Member Avatar for alvin_aldrich

Hi, Try this : [code] type sample = record _type,arg1,arg2 : integer; { type is a reserved word in Delphi, and integer type is 32 bit wide; for 16 bit unsigned you can use Word or for 8 bit unsigned you can use byte; there are also shortint and other …

Member Avatar for Sten Ove Larvin
0
436
Member Avatar for Latent

Hi, Ths last " IF (Choice = 'Y') OR (Choice = 'y') THEN " is unnecessary, the while loop's conditional takes care of that. You seem to have implemented the queue correctly but why is you TQueue's Data is a String of length 80 ? If your code is to …

Member Avatar for 00beda
0
526
Member Avatar for gogic

Hi, In my opinion either go with MS Access or use a typed binary file of your data structure if you can handle it (for cases where entry count will be less than 1k); because latter will remove your dependence to ADO.Net, Jet Engine and database compaction issues. [B]Loren Soth[/B]

Member Avatar for kasun757
0
609
Member Avatar for ninelg

Hi, I think you would need to write your own CSV parser using String.Split and not use OLEDB Text Driver (eventhough there might be a parameter for the connection string to fix this, check text driver's reference). [B]Loren Soth[/B]

Member Avatar for t_karthik
-1
5K
Member Avatar for Lord Soth

ShowDriveSerialNo shows it with ShowMessage GetDriveSerialNo returns a string. You don't need both.

Member Avatar for hingman
1
1K
Member Avatar for Toulinwoek

Hi, I pretty much agree with borthwis. The Delphi line after version 7 and Kylix should be evaluated as a different family of IDEs and compilers. Although they support native code too, Delphi 7 is the only thing on the universe that is easy, flexible, scalable yet produces highly optimized, …

Member Avatar for conhulio
0
2K
Member Avatar for hollystyles

Hi, You solved almost both of your questions. :) You may also use asynchronous socket server connection waiting using delegates. [B]Loren Soth[/B]

Member Avatar for AlanJay
0
1K
Member Avatar for the.future.zone

Hi, You can program microcontrollers, unlike microprocessors they include more things on chip like memory, IO interface, RS232, DAC and some times even USB and RF functions. I recomend you PIC (from [url]www.microchip.com[/url]) especially 16F84A or 16F877 (compared their price to their performance almost always it is cheaper to use …

Member Avatar for Nick Evan
-1
577
Member Avatar for wakeup

Hi, There are lots of different "variant" type than you think. The COM object model uses a common variant type called OLEVariant while all languages have their own internal variant types. (VB6, Delphi) Java and C# even don't have a variant type but use a technique called boxing which basicly …

Member Avatar for aptechit
0
659
Member Avatar for anant

Hi, There are a lot of free compilers for the PIC Family of microcontrollers for C, Pascal, Basic languages. But if you need to code in PICs ASM then the best resource is the 16f84a's manual from the manufacturer (4th item on the link), then progress through Development Tools Documents …

Member Avatar for alphahr
0
182
Member Avatar for OurNation

Save Daniweb Destroyers purposely destroy or don't destroy Daniweb destroyers

Member Avatar for torham
0
14K
Member Avatar for Rajnesh

Hi, First can an OS be coded in C# ? The answer is yes [url]http://research.microsoft.com/os/singularity/[/url] although it is pretty a proof of concept type of OS. Still it is one of the most fascinating projects I have seen. On the other hand all Windows OSes are have to parts kernel …

Member Avatar for kvprajapati
0
928
Member Avatar for kararu

Hi, Use a transparent background circle image in gif or png format and create many image instance with javascript assigned to the smae source. You can even arrange their radius with using a single image given it has the resolution of the largest circle to avoid aliasing and pixelation effects. …

Member Avatar for rajarajan2017
1
259
Member Avatar for Visslan

Hi, Try lv.selecteditems[0].subitems[2].text; If you use ItemActivated or SelectedIndexChanged event then you can avoid lv.selecteditems[0] and directly call the ListViewItem passed as a parameter. [B]Loren Soth[/B]

Member Avatar for kvprajapati
1
12K
Member Avatar for tadhg

Hi, As celikada already mentioned there are different bluetooth stacks available and Microsoft hadn't provided one till XP SP2 (if I'm not mistaken) still most USB BT dongles install their own stacks either WIDCOMM or another proprietary one. I suggest too the 32feet.net 's BT classes and if it fails …

Member Avatar for kvprajapati
0
3K
Member Avatar for manal
Member Avatar for jerMAn

Hi, This is an easy one; you don't even use the : --- Dim myProcess As Process = New Process myProcess.StartInfo.FileName = "winamp.exe" --- System.Diagnostics.Process.Start("...") returns you a reference to the newly created process, you must keep it (outside of sub, not as a local var) but as you don't …

Member Avatar for Nattynooster
0
1K
Member Avatar for Lord Soth

Note that the angle is in 1/10 of degrees. Any attempt to manipulate font.size or font.color will reset the angle to zero degrees.

Member Avatar for Vector Khanal
0
239
Member Avatar for ahluka

Hi, Use Application.Terminate; as suggested by previous post (or Halt; ). Never call ___.Destroy; call ___.Free; to release an instance of an object that you created. [B]Loren Soth[/B]

Member Avatar for nick01522
-1
157
Member Avatar for Lord Soth

Based on [url]http://astronomy.swin.edu.au/~pbourke/geometry/insidepoly/[/url] Converted to Delphi by Lord Soth

Member Avatar for Zajoma
0
765
Member Avatar for Lord Soth

--- Basic Datatypes --- --- Form Management --- --- Data Access --- --- Component model ---

0
741
Member Avatar for Lord Soth

You can use any of the commented constants to perform the explained function. You might need to adjust the process privilege on NT based OSes.

0
212
Member Avatar for Lord Soth
Member Avatar for Lord Soth
Member Avatar for Lord Soth

In case there are mote than one NIC (Network Interface Card) the coe gives the MAC of the first adapter. You can change the 0 on the line qoted below to take the MAC of other NICs if present. "Result := GetAdapterInfo(AdapterList.lana[0]) "

1
1K
Member Avatar for Lord Soth

This code disables font smoothing for a TLabel component. Can easily be converted for other VCL controls. Loren Soth

0
346
Member Avatar for LiBOC

Hi, Will you need E-16 precision at your result ? If not use standart routines (and Math.PI)but at the end round the number to E-14 (14 digits after decimal point) precision. [B]Loren Soth[/B]

Member Avatar for TonyTHC
0
393
Member Avatar for alpha2006

Hi, They would most likely integrate this CPA strategy with their new Google Checkout service so the payment part will be handled at google too. This way there won't be any removing the tracking code. [B]Loren Soth[/B]

Member Avatar for Danny99
0
199
Member Avatar for daxxin2002

Hi, Do you need the optimal (most simplified) equation ? If not you can easily write the equation as the sum of products : a'b'c'z+a'b'cz'+a'bc'z+... [B]Loren Soth[/B]

Member Avatar for sammynove
0
658
Member Avatar for manal

Hi, To insert a checkbox to every row you must add a template column to your data grid. [B]Loren Soth[/B]

Member Avatar for manal
0
169
Member Avatar for joelsmith

Hi, Check NeoAxis [URL="http://www.neoaxisgroup.com/"]http://www.neoaxisgroup.com/[/URL] but it may not be free.

Member Avatar for lil_panda
0
200
Member Avatar for mumneedshelp

Hi, I agree with mps727 on RPG Maker and yoyogames game maker, also check [URL="http://www.kongregate.com/labs"]http://www.kongregate.com/labs[/URL]

Member Avatar for Ancient Dragon
-1
529
Member Avatar for sciwizeh

Hi, I want to ask some questions. What are the other numbers signify ? Are they heat values or a discrete enumeration like wall, empty space, heat source, etc.. Also can you give us an estimate for the size of the real matrix. Because till a calculatable small number a …

Member Avatar for Tech Tiger1
0
131
Member Avatar for viperld

Hi, For Managed code use C# or Java Swing; for native code use Delphi or Visual C++

Member Avatar for ddanbe
0
104
Member Avatar for naveedanjum88

General answer : compiler = lexer (lexical analyser) + parser + code generator lexer = scanner (implemented usually as FSM) + tokenizer compile process : source code -> lexical analysis -> parsing code tree -> generate compiled code for linking (optimize where necessary) It seems you need both the lexer …

Member Avatar for Lord Soth
0
86
Member Avatar for soso30

Hi, If you like networking code a Layer 1-7 Intrusion Detection System. [B]Loren Soth[/B]

Member Avatar for chute20
0
130
Member Avatar for perpetual_dream

Hi, 1-There are 2 versions (actually 3 with J2EE) of Java J2SE (standart) and J2ME (mobile). J2ME w/ MIDP profile is mostly used on cell phones for games. It all depends on the PalmOS version and the capabilities of your device (which Palm model are you going to use?). Palm …

Member Avatar for peter_budo
0
148
Member Avatar for DarknessX

Hi, I had post a code snippet about this lately on the code snippets section of this site. Check on Pascal, Delphi code snippets w/ my nick "Lord Soth". Loren Soth

Member Avatar for bobo_joker
0
293
Member Avatar for Subcynic

Hi, If you aren't porting old code (actually even if you do so), or has a valid reason to use that ActiveX control, you would be much better off using System.Net classes performance and debug wise. [B]Loren Soth[/B]

Member Avatar for truebot
0
816
Member Avatar for sez90

selectedword := words[random(high(MAX_WORDS))]; Assuming words array is 0 based like : words : array [0..MAX_WORDS] of string;

Member Avatar for Emelinn
0
91
Member Avatar for Lord Soth

Dear DeniWeb Community, I, in sane mind, decided to post this most boring topic (possibly having no answer) to this forum. I have my own motivations to write those lines (which is mostly ultimate boredom and total apathy); yet the question itself is a paradoxical one (swap the cause and …

Member Avatar for SnowDog
1
541

The End.