

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
251. |
Solve : can anyone improve on this? (VBS)? |
Answer» I have this little bit of vbs that starts a number of PROGRAMS, here email and web. At work it's x 7. I was hoping to find a way to economise on the code. SET objShell = Nothing If pruning lines is your aim, you can omit this line as well. The script engine automatically clears variables when they go out of scope, so clearing them manually just before then (i.e. at the end of script execution) is pointless and UNNECESSARY. Thanks... |
|
252. |
Solve : PHP cURL (Scraping a website)? |
Answer» Hey guys, you'll find Fiddler absolutely invaluable in analysing the "conversation" between your browser and the web serverThanks for that! See the problem is that you have to manually make a selection before post variables are sent and these variables are processed through javascript. I understand and have used cURL + cookies for login and such but I here the script needs to save cookies before it will send them back on another page. Thank you for the tips and quick response (for sure) but I found a SOLUTION to this problem. - ultimatum Quote from: ultimatum on March 26, 2012, 08:03:49 PM See the problem is that you have to manually make a selection No - that's what the "scraping" bit is about. Pull in the first web page and use a regular expression to extract the variables from the SELECT/OPTION form controls. Then you do your post. |
|
253. |
Solve : Syntax Analyzer for Your PL? |
Answer» - all programs must start with “begin” and end with “end” |
|
254. |
Solve : vb6 find system drive?? |
Answer» hello! |
|
255. |
Solve : C# Textbox to Email?? |
Answer» I'm a BEGINNER of C# CODING and I need some help. What I want to is allow someone to send an email, by typing in their own email into a text box. |
|
256. |
Solve : See score in visual basic.net? |
Answer» HI, I made a game and it count your score in the title balk. The thing I LIKED to do was enable that people can submit there score online. I should have a message box where you you can enter your name (if you don't know how to do this, I will give you the code) and then the possibility that the computer SUBMITS the score (for that part I liked to have help) any help would really be appreciated greetz blackberry Ant it That would be great if some one ACTUALLY reply Have you been on http://www.codeguru.com they have lots of tutorial there |
|
257. |
Solve : Anyone Who Can Use Action Script in Flash? |
Answer» ok so i am making a dance dance revolution game on FLASH and i need to know if somthying is possible to do. ok so the arrow in my avatar is animated to scroll that is a movie clip. in another movieclip i have a song i need to know if i can PLAY the movie clip without having to paste many frames of movie clips(which is what i am doing temporaraly) i have attached a swf file and only easy temp. works (partialy) because it is taking so long to do the copy and pasting of frames from movie clips. |
|
258. |
Solve : C# dll usedin COM environment? |
Answer» I know, I know... The web is full of posts similar to this. But none of them really give me an answer to my question so I figured ONE more wouldn't hurt... |
|
259. |
Solve : gwbasic to vb? |
Answer» i have a gwbasic program that i need re written in vbasic but can do it myself is there anyone who could do it for me. i have screen capture of this gwbasic program only about 30 lines but dont know how to post it. Save the proram on a floppy in ASCII format, then put the floppy in a Windows computer, open the program text in Notepad, and finally copy and paste the program text here. Anyhow, what does it do? the program adds up figures in a dat file. gwbasic wont work in 64 bit but would like it to do so. so needs to be in vb or perl. i cant WRITE either but did write the original gwbasic. it is small. i cant open it [year+ old attachment deleted by admin]this posting is part of it the rest is here. this is a handy program that i use regularly but now i have to use two computers to research. i know it is old buyt used to do all my programming in gw basic. but got to old to manage the smarter stuff. vb or perl would be great if any one can do it. dont want to break any rules but could always send a christmas CARD for a working version. 64 bit doesnt allow gw basic when i bought my computer it was set up in 64 bit and didnt realise gwbasic wouldnt work. [year+ old attachment deleted by admin]it is only small not a games programming but for text reading and adding up. Not many people (a) understand GW-BASIC and (b) know Perl and (c) will enjoy squinting at those screen dumps and retyping your program. You are much more likely to get an answer if you post the program as copiable/pastable text. If you can LIST it, you can save it as ASCII. SAVE "progname",A saves the file progname in ASCII format. So type SAVE "MYPROG.BAS",A and then get the program text in an editor such as Notepad and copy and paste it in your next post. I am willing to try to create a Cscript version if you do what I have suggested. it is quite readable if you double clik on them. i cant lift the text off the interpreter with copy or printing with notepad. will try your suggestion and come back to you10 INPUT "filename ";ME$ 20 DIM X$(3900),A$(4900) 30 INPUT "Search Name or XXX to end";S$ 40 R(I) =0 50 IF S$="xxx" THEN END 60 OPEN "i",#1,ME$ 70 IF EOF(1) THEN 230 80 INPUT#1,A$(I) 90 Q=Q+1 100 IF LEFT$(A$(I),LEN(S$)) < > S$ THEN 220 110 PRINT A$(I),Q 120 X$= RIGHT$(A$(I),1) 130 J = VAL(X$) 133 F$=LEFT$(A$(I),9) 140 Y$=RIGHT$(A$(I),2) 145 E = E+1 150 Z=VAL(Y$) 160 IF Z>0 THEN Z=9-Z 170 J = 9-J 180 IF J = 9 THEN J = 0 190 R(I) = R(I) +J+Z 200 PRINT R(I),E 210 N=N+1 220 GOTO 70 230 CLOSE#1 232 PRINT F$,R(I) 235 E=0 240 GOTO 30 there we go hope someone can help.What is it supposed to do? Some COMMENTS (REMs) would be nice. Also an example input file. sample data from the actuall dat file "arena(good)(2000)(randwick)27-09-98)2" "sharscay(good)(2000)(randwick)27-09-98)5" "yippyio(good)(2000)(randwick)27-09-98)6" "turridu(good)(2000)(randwick)27-09-98)6" "sunline(good)(1600)(randwick)27-09-98)1" "camarena(good)(1600)(randwick)27-09-98)2" "confer(good)(1600)(randwick)27-09-98)2" "dodge(good)(1600)(randwick)27-09-98)1" "super slew(good)(1600)(randwick)27-09-98)2" "iron horse(good)(1600)(randwick)27-09-98)2" "sedation(dead)(1417)(flemington)27-09-98)7" "mossman(dead)(1417)(flemington)27-09-98)8" "cooktown(dead)(1417)(flemington)27-09-98)8" "aerosmith(dead)(2000)(flemington)27-09-98)3" "gold guru(dead)(2000)(flemington)27-09-98)4" "our unicorn(dead)(2000)(flemington)27-09-98)4" "inaflury(dead)(1625)(flemington)27-09-98)3" "rose of dane(dead)(1625)(flemington)27-09-98)4" "astralita(dead)(1625)(flemington)27-09-98)4" "rebel(dead)(1200)(flemington)27-09-98)5" "dantelah(dead)(1200)(flemington)27-09-98)6" "classic day(dead)(1200)(flemington)27-09-98)6" "our dynamic lady(dead)(1417)(flemington)27-09-98)5" "cannyanna(dead)(1417)(flemington)27-09-98)6" "misomai(dead)(1417)(flemington)27-09-98)6" "pepinello(good)(1200)(belmont)27-09-98)7" "kim angel(good)(1200)(belmont)27-09-98)8" "bar screamer(good)(1200)(belmont)27-09-98)8" "chamoix(good)(1600)(morphettville)27-09-98)7" the gwbasic program checks for a name and the number of times it appears and deducts the end number from 9 and adds it up and prints a final name and total score. in some case the number has an a or b attached which program then checks the second last character on the end. the data in the dat file is created and appended by a different gw-basic file. 5 rem input "horse.dat" 10 INPUT "filename ";ME$ 20 DIM X$(3900),A$(4900) 25 rem input horse name to search 30 INPUT "Search Name or XXX to end";S$ 40 R(I) =0 50 IF S$="xxx" THEN END 55 rem open horse.dat 60 OPEN "i",#1,ME$ 70 IF EOF(1) THEN 230 75 rem input names for checking if they exist 80 INPUT#1,A$(I) 90 Q=Q+1 100 IF LEFT$(A$(I),LEN(S$)) < > S$ THEN 220 110 PRINT A$(I),Q 120 X$= RIGHT$(A$(I),1) 130 J = VAL(X$) 133 F$=LEFT$(A$(I),9) 140 Y$=RIGHT$(A$(I),2) 145 E = E+1 150 Z=VAL(Y$) 155 rem deducts end number from 9 e.g. 9 minus z 160 IF Z>0 THEN Z=9-Z 170 J = 9-J 180 IF J = 9 THEN J = 0 190 R(I) = R(I) +J+Z 195 rem horse name and total score 200 PRINT R(I),E 210 N=N+1 220 GOTO 70 230 CLOSE#1 232 PRINT F$,R(I) 235 E=0 240 GOTO 30 some rems Oh, right it's for Oz horseracing. yes have been playing with it for years. the idea is to record best performances and give them a number and then tally them . sort of to try to sort the wheat from the chaff if you forgive the pun. have it automated in a perl program that does the searching and matching when doing race meetings but to do recreational research the gwbasic score program is invaluable but cant take it to windows 7 64 bit. so am seeking some help. |
|
260. |
Solve : IEEE short real floating point format? |
Answer» Hi! |
|
261. |
Solve : I need help reformatting my internal HDD to a windows format? |
Answer» HI, i USED to have a linux(ubuntu) and now i regret ever trying to use it and i just want my windows vista back...but when i ran windows installer off of my usb flash DRIVE it said "Hard drive must be ntfs format for installation" but i have no clue how to re format my hard drive so i can re install windows...any help or suggestions?For beginners not familiar with GRUB you can always install Ubuntu within Windows, via the "Add or Remove" programs section: http://www.ubuntu.com/download/ubuntu/windows-installer In case you ever plan on trying Ubuntu again... don't be afraid to experiment with your computer... In the Windows installer there is an option to manage your partitions... just delete all the partitions, and you will be left with unallocated space, then create a new partition and format it as NTFS.when i installed ubuntu i completly erased windows vista...and now im trying to get it back,there are no traces of windows left to go and uninstall ubuntu So you have already messed up your installation without any NTFS partitions, and your Linux partition is unreadable by the Windows installer. Do not fear. http://dban.org/ Download and burn to a DVD. If you don't have a DVD http://www.pendrivelinux.com/install-dban-to-a-usb-flash-drive-using-windows/ and boot it on your problem computer. It will wipe ALL, I REPEAT ALL the drives attached to your computer, including their partition tables. Do not have any other drives plugged in EXCEPT your flash drive that you are booting from or your DVD drive. If you have another hard drive/SSD inside your computer disconnect it, as it will also be wiped. After you wipe the hard drive a block of unallocated space the size of your hard drive should show up in the Windows installer, and you should be able to proceed.Just curious... Quote ...but when i ran windows installer off of my usb flash drive...What sort of Vista installer runs off a flash drive? I thought you alwasy install Vista off of the DVD. Is there a USB version? I remember once setting up Windows SETUP (Vista I think?) to run off of a flash drive, and it couldn't detect ANY harddrive on the system. Booted off a DVD and it worked fine. BTW you can completely format the harddrive within the Windows Setup DVD, if there is no option to do so then just CTRL+SHIFT+F10 to get to command prompt, where you can use both format and diskpart utilities.. |
|
262. |
Solve : Stabdard I/O in C++? |
Answer» At my age I have to use other people's CODE to do even simple things. I want to read and write from and to the standard I/O using C++ instead of C. Is that reasonable? |
|
263. |
Solve : basic c language? |
Answer» i want to download genuin C lang tutorials. where i can GET them. |
|
264. |
Solve : Dot Net that uses a com server? |
Answer» HI |
|
265. |
Solve : SQL? |
Answer» is there a free SQL Database programmer thats newb friendly.. i'm going to be adding password protection to my site and i need to use SQL To get it to function properly. Quote is there a free SQL Database programmer thats newb friendly.. i'm going to be adding password protection to my site and i need to use SQL To get it to function properly. and possibly a good tutorial (Whether a book or website.) I need a good User friendly and FREE Sql program... to make a database for my server... then I'll probably need some .NET coding help .... yes I suck.hey why dont u try out mysqlI BELIEVE you can get a free version of SQL server on their official web site. And the book I recommend for newbs is "SAMS, Teach yourself SQL server in 24 hours" They use a real user freindly writing STYLE, and they show screen shots of almost everything that they are talking about. And they don't charge out the *CENSORED* for it, I think it was like 25$ or something.It really DEPENDS on what you want to do and how much you're willing to pay. For free, probably your best option is MySQL (as kareem said) running on Windows or Linux, with a PHP-enabled webserver that has phpMyAdmin installed. There are lots of MySQL tutorials out there, and the latest MySQL is fairly ANSI-compliant, so whatever you learn will be relatively portable to MSSQL, PostgresSQL, etc. If you want to program with a SQL database, you will have to learn SQL, so get used to that idea. |
|
266. |
Solve : Vb 6.0? |
Answer» Hi |
|
267. |
Solve : Dumping? |
Answer» I would LIKE to know how to dump a ROM BIOS image from a pc so I can set up an emulartor. |
|
268. |
Solve : I need help in a C++ problem? |
Answer» Well, thanks to everybody for having this excelent forum where we the prentices can learn a lot of things about this programmer world. |
|
269. |
Solve : assertion error? |
Answer» im running xp home edition sp 2 Service pack 2 is not even that good mate because it limit your action, i did not installed it because i cant do stuff that i wanted to do Such as :-?1.Blocking most of legal action 2.Change some computer setting that i dont need 3.An extra memory is wested by having them on 4.It crash my computer when i had them on But i dont really need more of this because i like the way my computer is protected: It provides better protection against viruses, hackers, and worms, and includes WINDOWS Firewall, Pop-up Blocker for Internet Explorer, and the new Windows Security Center. Help protect your PC from harmful attachments. [smiley=thumbup.gif] By alerting you to potentially unsafe attachments, Windows XP Service Pack 2 (SP2) helps guard your computer from viruses that can spread through Internet Explorer, Outlook Express, and Windows Messenger. [smiley=thumbup.gif] Improve your privacy when you’re on the Web. [smiley=thumbup.gif] SP2 helps protect your private information by applying the security SETTINGS that guard your PC to the files and content downloaded using Internet Explorer. [smiley=thumbdown.gif] Avoid potentially unsafe downloads. [smiley=thumbdown.gif] Internet Explorer download monitoring and the Internet Explorer Information Bar warn you about potentially harmful downloads and give you the option to block files that could be malicious. Reduce annoying pop-ups. [smiley=thumbdown.gif] weste of memory Internet Explorer Pop-Up Blocker makes browsing the Internet more enjoyable by helping you reduce the unwanted ads and content that pop up when you’re browsing the Web. Get firewall protection from startup to shutdown. The powerful, built-in Windows Firewall is now turned on by default. This helps protect Windows XP against viruses and worms that can spread over the Internet. [smiley=thumbup.gif] [smiley=thumbdown.gif]i got enought as it is Take control of your security settings. [smiley=thumbdown.gif] The new Windows Security Center allows you to easily view your security status and manage key security settings in one convenient place. [smiley=thumbdown.gif] i got enought as it is Get the latest updates easily. [smiley=thumbdown.gif] [smiley=thumbup.gif] Enhancements to Windows XP’s Automatic Updates feature make it even easier to access Windows updates. Plus, new technology has been added to help dial-up customers download updates more efficiently. [smiley=thumbup.gif] Help protect your e-mail address. [smiley=thumbup.gif] Improvements to Outlook Express help reduce unwanted e-mail by limiting the possibility of your e-mail address being validated by potential spammers. i dont use them Take action against crashes caused by browser add-ons. [smiley=thumbup.gif] The new Add-On Manager in Internet Explorer lets you easily view and control add-ons to reduce the potential for crashes and enjoy a more trouble-free browsing experience. [smiley=thumbup.gif] Go wireless without the hassle. i ant got it I guess all of those are good for your computer but i just dont need them because i a enought software protection |
|
270. |
Solve : Is it possible to .....? |
Answer» HELLO I am new to this form, so I hope I am doing this right. I just need to know if it is POSSIBLE to search a folder and all its subfolders for a type of file (like .pdf, .exe, etc...), and then copy them to another folder, or drive. Sorry, the OS I am using is Windows XP and it NEED to be in a batch file. So, if anybody can help me PLEASE reply. ONE KEY THING is that I only want the files (like .pdf, .exe, etc...), not folders. I have tried XCOPY ThanksNot really sure why you NEED batch with XP but hey, it's your call: Code: [Select]echo off for /f "delims=" %%v in ('dir /b /s c:\*.pdf') do copy %%v destdir for /f "delims=" %%v in ('dir /b /s c:\*.exe') do copy %%v destdir Change the path of the destdir to something meaningful. Also point the path of each file type to the correct directory. You can ADD as many FOR statements as you need. XCOPY works also, but it's so d*** messy. Good luck. 8-)Thank you! The whole reason I NEEDED a batch because some people I work with don't know how to work a computer that well. Nick |
|
271. |
Solve : VB.NET? |
Answer» OK. I got a decimal value from a division. I want only the two NUMBERS after the decimal -- no period, no numbers before or after that -- and I want it in a VARIABLE. The variable part is easy but I'm not sure how to do the first part. Any suggesstions?Just a THOUGHT, but if you have no integer value, multiply the decimal portion by 100 and STORE the results in an integer, then FORMAT to two whole number POSITIONS. This probably works in almost any language. |
|
272. |
Solve : Game programing? |
Answer» Does anyone know of a good FREE program that I could download to make a little game?Hi, I know nothing about it but my son has experience in game programming, so here is his reply to you: |
|
273. |
Solve : C++ Builder 6 - Getting a value from a DBGrid? |
Answer» Hi, |
|
274. |
Solve : DOS Batch - Create Text Files? |
Answer» Hello, |
|
275. |
Solve : C++ Builder 6 and Crystal Report? |
Answer» Hi, |
|
276. |
Solve : Assembly LoadType error in VB.NET? |
Answer» Here's my problem... |
|
277. |
Solve : do solve this!? |
Answer» hi, |
|
278. |
Solve : need help with bat file? |
Answer» Hello.. |
|
279. |
Solve : is there a way.......????? |
Answer» is there anyway at all to gain acess to the code on a PS2 disc and edit it? i think it WOULD be awesome to be able to edit the games somehowI can say with a good degree of confidence that SINCE it is difficult (if possible!) to even access PS2 discs, then it is impossible to edit them on a PC. Of course, the game had to be programmed somehow, but I don't think PS is going to GIVE up their secrets anytime soon. Of course you can gain access to PS dics somethime i copy a game that was rent from blockbuster for my little bro but you cannot reprogram it because you NEED the program that they use to program it. |
|
280. |
Solve : C++ Builder 6 - Printing? |
Answer» How to print using CODES in C++ Builder?I think is |
|
281. |
Solve : batch check for connection and control programstar? |
Answer» Hi all, Thanks for your answer. Yes, you can do this with C++. Once you learn some BASICS, google winsock tutorials |
|
282. |
Solve : Help With C# Program? |
Answer» I need help with my program. Here is the SOURCE code. It is in C#. My problem is that it is submitting after I click the submit BUTTON but it continues to submit. I want it to submit once and then stop. I don't want it to close. Just kind of pause/ be finished. Please help me out. Thanks! |
|
283. |
Solve : C#.NET Combo Box - Text not displayed? |
Answer» Hi |
|
284. |
Solve : SEtUP Deployment using C#.Net? |
Answer» Hi |
|
285. |
Solve : I need help with a C++ code? |
Answer» Hello everybody: |
|
286. |
Solve : C++ Builder 6 - DBGrid? |
Answer» Hi, |
|
287. |
Solve : can i ??? |
Answer» can write codes that write protect the hard disk in visual basic 6? can any BODY taech me how to? any sample?Making the entire drive write protected WILL CRASH your system (unless you're TALKING about a second drive made just for file storage, but even then...). Windows does more behind your back than you think. So I don't think ANYONE has/will try/tried. |
|
288. |
Solve : VBScript help? |
Answer» Hello Everyone. |
|
289. |
Solve : Oracle SQL problem? |
Answer» I'm having trouble putting the finishing TOUCH to this SQL statement........... I have 3 locations (location 2, location 3, location 4) and each location offers 3 services. I want the query to show each location grouped together with the revenue highest, so that you can see the highest service for each location LIKE so..... location 2 - Service 2 - £50 location 2 - service 1 - £30 location 2 - service 3 - £10 location 3 - service 3 - £40 location 3 - service 1 - £20 location 3 - service 2 - £10 location 4 - service 2 - £45 location 4 - service 3 - £30 location 4 - service 1 - £20 So far the statement i've got is this - SELECT location.location_id, location.location_name, service.description, SUM(price) AS REVENUE FROM location, service, service_line WHERE service.location_id=location.location_id AND service.service_id=service_line.service_id GROUP BY location.location_id, location.location_name, service.description HAVING SUM (price) > 0 ORDER BY revenue DESC; Which shows the revenue in descending order but this mixes up the locations. Can anyone point me in the right direction ? Code: [Select]ORDER BY location.location_name ASC, revenue DESC; Quote from: Rob POMEROY on April 26, 2012, 07:56:33 AM Code: [Select]ORDER BY location.location_name ASC, revenue DESC; ah, of course, Thanks Rob No problem. |
|
290. |
Solve : Checking for file size? |
Answer» Hi! Is there a way aside from "DIR" to display the size of a file? I am trying to WRITE a script that reads a .error file. If this file is 0kb, that means there is no error. If the file is not 0kb, then there is an error. I APPRECIATE your help on this. Thank you. Hi |
|
291. |
Solve : VB .NET 2008 Embedded Libraries? |
Answer» I am developing an application that I wish to be portable, so that it can be run from a single executable binary. However, I use a number of LIBRARIES, and I have tried relentlessly to search Google for a way to embed them into my compiled binary. I can find nothing, and I suspect the gurus here have a better idea of how to do this. If anyone has any suggestions, please say so, and I thank you in advance for your assistance. If you need any more information, please let me know. I am working mostly in VB .NET 2008 using the .NET Framework 3.5.Reading lour post I nan STILL confused. You use the term embedded to mean a singled binary file. Is that right? I mostly use Visual Studio 2008 Express, so I have the free version. I will check the Google results for VB without .NET, but I'm most familiar with the .NET platform. Visual Basic 6 and earlier are useless now. More importantly, you would have to rewrite the application from the ground up, re-implementing the swathe of missing features of the earlier version, and attempting to do so with incomplete OO features and a haphazard standard library that provides a barely usable collection class, but somehow manages to include a half-dozen financial functions that nobody ever uses. In this case, you don't want an application that can be "all in one" executable. You want it to be portable. having a portable application does not require the entire thing to all be in an executable. With .NET you can plonk all the required libraries in the same FOLDER. Then the program would run on any system with the appropriate version of the framework installed. The trouble is of course the CLR. .NET executables are not really windows applications, but rather .NET assemblies that need to be run via the Common Language Runtime. There are two implementations of a run-time: Mono, and of course the Microsoft CLR. Mono actually includes a tool that sort of does this, mkbundle and mkbundle2 but I'm not sure exactly how wide a scope it is (It places all the required assemblies in a single file, but I'm not sure whether the result includes any run-time). |
|
292. |
Solve : Parsing with VBA in Excel? |
Answer» Hello all, I received a .csv file containing the HTML code generated from running a web-based REPORT. I need to parse the file to get rid of all the HTML, leaving only the viewable text. I would like to just run a macro to perform this but if someone knows another way, say in VB.Net, that will be fine also. Unfortunately I cannot attach the file due to the sensative nature of the data. THANKS in advance for any help provided. |
|
293. |
Solve : C++ Builder 6 - Opening a File? |
Answer» How to open a FILE (for READING) in C++ Builder using codes? |
|
294. |
Solve : poor laptop? |
Answer» I was given a toshiba satellite 2595 xdvd. It won't boot up, as soon as i turn it on it says ( invalid system disk ) |
|
295. |
Solve : security settings wont allow downloads? |
Answer» I keep GETTING the message "your CURRENT SECURITY settings do not allow this file to be downloaded". I was trying to download some clipart but I have gotten this message before. Can someone TELL me what I need to change? It's been awhile but I have downloaded this clipart before. ThanksWhat browser are you using? meme.... If your using IE 6 , click tools/Internet Options ...... security Tab .... |
|
296. |
Solve : C++ Internet Explorer Fullscreen (F11)? |
Answer» You might have read my other post here. I now understand that I can't put any script in my .html documents that would manipulate the browser's window to fullscreen automatically Using both the Screen OBJECT and the Window Object, you should be able to calculate the client's screen size, the current browser window size and resize the window accordingly. Note: Write a Window_Onload routine using any script language you like. Good luck. 8-)THANKS, I'll get started. |
|
297. |
Solve : Visual FoxPro: Remove Duplicate entries? |
Answer» I have a table called signoff in Visual Fox that looks something like this: |
|
298. |
Solve : Borland Delphi Runs Slowly? |
Answer» i started programming in delphi environment for days when i run it it takes some time that is not acceptabale,and when compiling and calling the help file it takes some time,for finding that what's up i headed to Performance console |
|
299. |
Solve : VHDL? |
Answer» hi,I would like to know that what is VHDL and verilog.thanks for ur time. A quick GOOGLE search turned up this ....... You should really GET USED to GOOGLING |
|
300. |
Solve : Calculator Program? |
Answer» I realize a calculator isn't really a computer, but I thought I'd give it a shot anyway. That program would vary with each programmable calculator. Each has its own "language". I thought they'd all use C++ So I assume no ONE really knows how to code it?just thought i'd make my first post count go to make a new program, type in a name for it, now at the program screen enter the code : Disp rand (the rand key is in the math section, press math, left one time, and there u go : prgm (thenamegoeshere) the namegoeshere MEANS enter the prgm name u made up and place it there, without ()Is there a way to make it so that there are no decimals in front of the numbers?In case anyone cares, here is the correct way to make a "matrix" program: :Lbl 0 :Disp randInt(1000000000,9999999999) :Goto 0 Then executeCool amando This work on Flash I made a matrix animation |
|