Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
20% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
31
Posts with Downvotes
19
Downvoting Members
13
4 Commented Posts
2 Endorsements
Ranked #620
~10.8K People Reached
About Me

Wrote my first program in 1970 using punch cards.Been using search since the mid 80'sthe Vax/VMS search.Created my own VB text & photo searchin 1999. It has evolved to a lot more.

Interests
Wildlife & outdoor video
PC Specs
3 year old laptop that's failing (won't play mpg2)
Member Avatar for samaru

Just curious. Hehe, I was thinking about this the other day and now I'm wondering what all you fellow coders out there have done. So what's the HARDEST most complicated program you've written? It doesn't have to be efficient, heck, it can all be spaghetti code. The hardest thing I've …

Member Avatar for Fest3er
0
3K
Member Avatar for SpectateSwamp

I have 3147 videos on youtube and seldom watch them. If they aren't on the first page or two. But that is going to change. Right now I'm going through all my youtube videos. Putting the URL along with the description into a plain text file. My app can randomly …

Member Avatar for Subraa_1
-3
455
Member Avatar for sam_33
Member Avatar for Suzie999

Hi all, hope you are well. I'm trying to make my code as efficient as possible, and currently regarding logic I have a question. Is there a way, in the following single "if" query, to determine which of the conditions are true? if (mystring.Contains("left") || mystring.Contains("right")) { //which is it …

Member Avatar for JamesCherrill
0
305
Member Avatar for SpectateSwamp

A good CMS system should: Keep you in touch with your data -- random sampling of your Video Audio Pictures and Text Help you identify corrupt and duplicate data.. It's there believe me. Make sharing your info easy. Extract specific data files and elements Fast forward / slow motion / …

0
195
Member Avatar for RikTelner

That might be quiet strange question. Would any of you tell me basic teachings about your life? Something as if you would be thinking like "Oh darn, if I just knew 30 years ago to do that, life would've been much easier!", or "Crap, why didn't I do this in …

Member Avatar for diafol
0
427
Member Avatar for triplekkk

hi....i'm new in vb programming and need help to solve the programming problem ......i have write a script to read line input file, compute and then produce result but i have a problem to list up the result for an output....it's only print out the last output....actually i need to …

Member Avatar for SpectateSwamp
0
311
Member Avatar for SpectateSwamp

How I would catalog police video. Play it fast forward and record that (just like movie pirates do) then post the results on the net. 4 hours of video down to 15 minutes. After that do a complete archive where the video is shown at fast forward or slow motion …

-1
185
Member Avatar for SpectateSwamp

Hi all My old old vb5 app does everything I want as far as mpg video goes. Random video and play a random segment. Fast forward and reverse. random groupings of large font, video segments and or pictures and audio I need the code to provide me with the file …

0
214
Member Avatar for SpectateSwamp

https://www.youtube.com/watch?v=NHSAhQ_Fqjg at the 2 minute mark of this 3 minute video they start heckling me for my negative talk about the police. Less than a week before there was a front page story about cowboy cops in osoyoos. http://www.theprovince.com/news/iteam/Have+cowboy+cops+turned+Osoyoos+enforcement+into+rodeo/10318475/story.html These guys and girls are giving cowboys a bad name.

-2
162
Member Avatar for SpectateSwamp

Do you use it. I do. All the time. My main program is made to be killed and restarted lots. With the short-cut link in the upper right I can start and stop the prog with little movement. When you use just one app for everything. It should reside at …

0
138
Member Avatar for SpectateSwamp

I haven't used this type of function since 1975 and a keypunch verify system. Now I want to navigate between mini video segments. My app can play mini slices of a video and if a directional key is entered I want it to switch to another video segment or back …

Member Avatar for tinstaafl
0
195
Member Avatar for superstar515

I am trying to allow users to give their own combination of keys to trigger an event. For example, the user will be allowed to give a combination of keys in a textbox. And once the combination of keys are pressed some event should occur(close form2 or something like that). …

Member Avatar for Reverend Jim
0
211
Member Avatar for SpectateSwamp

Lately I have been using the program name to control the program execution. If the name has "random" in it then random. If it has "mix" in it then it plays / displays a mix of text and video - pictures - audio. The 3 program prompts are set based …

Member Avatar for SpectateSwamp
0
199
Member Avatar for Dani

Hey everyone, We haven't done a good contest here on DaniWeb for quite some time, so I'd like to start one up again :) Throughout the months of June and July, I'd like to encourage members to submit fully working code snippets to our library. Throughout the month of August, …

Member Avatar for L7Sqr
3
1K
Member Avatar for tomtetlaw

Are there any libraries out there that allow me to play .avi files within my OpenGL application?

Member Avatar for tomtetlaw
0
137
Member Avatar for goldfield

Hello all, I am attempting to write a program that takes the filenames of a number of files in a folder and sends the filenames to a text file. I am using freepascal compiler, can anyone help me?

0
121
Member Avatar for Techwriter10

At just 25, [URL="http://www.crunchbase.com/person/aaron-levie"]Aaron Levie[/URL] is a youthful CEO. His company, [URL="http://box.net/"]Box.net[/URL], is a cloud-based storage and collaboration solution. He originally conceived and developed Box in his dorm room with a friend when he was just 19 years old because he was simply looking for a way to solve a …

Member Avatar for banckle
0
399
Member Avatar for tanvir0066

I am trying to add search function in my visual basic 6 project plz help me.[code][/code]

Member Avatar for abu taher
0
179
Member Avatar for Demeyes

Hey, I've been looking around here for a while but its my first post, I think this might be the right place for this question, if not please move it. I have a few folders with different file types in them. I want to make a search tool that I …

Member Avatar for SCBWV
0
196
Member Avatar for SpectateSwamp

On another forum. This guy warns me to not bump a thread. [url]http://www.dropshots.com/spectateswamp#date/2010-01-14/06:06:14[/url] Then he makes his post disappear. Then I get banned. A couple other of my fav threads had him as the final respondant. Does he bully others there. Good thing I do screen captures of my posts …

Member Avatar for SpectateSwamp
0
232
Member Avatar for SpectateSwamp

How will the masses make use of the huge disk drives? People who do lots of useless video like myself may come close to filling these monstrocities. Business users with their spreadsheets, accounting packages, contact lists, presentations, software packages and copies there of won't approach these limits. The less tech …

Member Avatar for Bob_180_Bob
0
217
Member Avatar for iCreator

Hi! I want to write code for searching files on local hard disk using index searching technique.I looked for it on internet, someone suggested that I should use B+ index searching technique.But I don't know how it can be implemented using B+ index searching technique.Can anybody tell me how it …

Member Avatar for SpectateSwamp
0
128
Member Avatar for SpectateSwamp

In 5 billion years has anything evolved to live in the sky. Land and sea have been crammed with life since the start! [url]http://www.youtube.com/watch?v=3h3NpSe8Vzw[/url]

Member Avatar for jephthah
0
160
Member Avatar for SpectateSwamp

A few years back while scouring a river bank for dino bones. I came across a cube of sandstone 2 ft by 3 ft by 1 1/2 ft. Anyway. I gave it a hit with my hammer and split it in two. Being in the muck the stone only partly …

Member Avatar for GrimJack
0
132
Member Avatar for SpectateSwamp

Reason #1 for editing video. There are 30,000+ laws in my province. You won't be videoing long before you catch someone, doing something illegal. Editing those out can save a lot of hassle. The laws make almost everything illegal; from seat-belts to rolling stops. Resulting in some very good video, …

Member Avatar for Ancient Dragon
0
428
Member Avatar for SpectateSwamp

The next most important apps are: (2) My Video Camera Software & My VB5.0 Search compiler, (3) Net Browser, (4) Paint & NotePad, (5) Operating Systems, (6) PrintKey 2000, (7) games,,, ----------------- Individual preferences may change the above order. The OS will seldom be in #1st place. With a good …

Member Avatar for joshSCH
0
822
Member Avatar for Vinay

MSN Desktop Search Revealed Back in July, Microsoft purchased a company called Lookout. The company made a popular tool that allowed users of Outlook 2000 or above to search through their email at greater speed and accuracy to the standard Outlook search tool. Since Microsoft acquired Lookout, the MSN team …

Member Avatar for SpectateSwamp
0
153
Member Avatar for Naveen

hi guys. am new to VB. so dont know too many things. i am making a multimedia player and i have completed the brass tacks. i have a couple of qns for features that i wanna put in 1. how do i implement a feature wherein i display the time …

Member Avatar for SpectateSwamp
0
193