Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

Member Avatar for weasel7711

Greetings, I am practicing developing software that can communicate with hardware via an RS232 connection. I am using new PC hardware and I don't have any serial ports, nor do I have any actual devices with me that use serial communication. Does anyone have any ideas or recommendations for software …

Member Avatar for Foad_1
0
492
Member Avatar for weasel7711

Greetings, My name is Micah, I live in the US and I am a recent graduate in the field of Computer Science. I have experience in C++, C# and Java but only basic console programs and minor OOP. I have a little database administration experience. I currently work in the …

Member Avatar for L7Sqr
0
295
Member Avatar for weasel7711

I had followed a tutorial on installing PHP on IIS 7 for Windows Server 2008 and changed the path to reflect my location of PHP. [url]http://www.howtogeek.com/50432/how-to-install-php-on-iis-7-for-windows-server-2008/[/url] I can use the command line to execute php, and I can run php files using localhost, however I cant run the troubleshooting command …

0
81
Member Avatar for weasel7711

I wrote a program to analyze a log file for a machine that my company repairs. The program that runs the machine spits output into a text file (.log) and my program will analyze it and return the results of different calculations to the user. The log file idealy looks …

Member Avatar for weasel7711
0
433
Member Avatar for weasel7711

I have a small company Database that tracks our repair orders. I have a query that I would like to execute based on criteria that the user inputs. I am new to VBA so most of my code is based on google research. I took a technique of wrapping my …

Member Avatar for weasel7711
0
243
Member Avatar for weasel7711

The small business which I work for uses Microsoft Windows Small Business Server 2008. Using SBS Console I can navigate to the Users and Groups tab and then to the individual user. When I click on a user's properties and then click on the Computers tab I can see access …

Member Avatar for weasel7711
0
190
Member Avatar for weasel7711

Hello, I am new to Access and VB, but I have used C# and C++. I am trying to update a whole bunch of records in a table, only one field. For example [CODE] [Employees] [ EmpCode ] [ FirstN ] [ LastN ] [ 019871 ] [ John ] …

Member Avatar for AndreRet
0
235
Member Avatar for weasel7711

I am not really looking for anyone to hold my hand through anything, but I am looking for someone to direct me to meaningful data/literature on the subject be it books/websites/videos/etc. I work for a small family business that repairs specific types of production machinery. We have a database that …

Member Avatar for weasel7711
0
188
Member Avatar for weasel7711

I work for my family's small business. I recently graduated with a BS in Comp Sci but I didn't have much networking education. I am setting up a small file server to serve core files to about 10-12 computers. It will be running Ubuntu Server while the PCs connected will …

Member Avatar for weasel7711
0
463
Member Avatar for weasel7711

I run a small database for a very small business. I am normalizing our database which keeps track of our orders for repairs. I have one of the tables in 2NF but I am not sure how to normalize it further. Here is an example of how it looks: [code] …

Member Avatar for tesuji
0
231
Member Avatar for weasel7711

I am have a small Ubuntu based file server running in a small business. I set up Samba and I can log in to the server and RW files to the directory on the server from the windows machines. There is, however, another folder within the shared directory which has …

Member Avatar for rch1231
0
2K
Member Avatar for weasel7711

I have set up a Samba file server on linux that is hosting files for my windows dominant network. However, even though I've changed: [code]workgroup = WORKGROUP[/code] to [code]workgroup = ExampleWRKGRP[/code] Then I restarted Samba. It still shows up in the windows network in the workgroup "WORKGROUP" What am I …

0
123
Member Avatar for weasel7711

I am trying to update the driver on an old laptop. I checked the device manager and all the information that I can siphon out of it is the following: Cisco Systems PCI Wireless LAN Adapter Driver date: 4/2/2002 Driver version: 3.4.9.0 I have checked cisco's website but I dont …

Member Avatar for weasel7711
0
209
Member Avatar for weasel7711

I am creating a small data/app server for a small family business. We have less than 10 employees but a lot of data flying around, not literally though ;) . So I was going to build one to run on Ubuntu and I was looking around NewEgg for the parts. …

Member Avatar for Pajoper
0
148
Member Avatar for weasel7711

This is my first time really using HTML, Javascript and PHP. This is part of a prototype for a project for my SW Eng. course. The problem I am having is that the form is not going through the validation. The user is supposed to be able to search by …

Member Avatar for Airshow
0
163
Member Avatar for weasel7711

THE PAGING GAME Rules 1. Each player gets several million things. 2. Things are kept in crates that hold 2048 things each. Things in the same crate are called crate-mates. 3. Crates are stored either in the workshop or warehouse. The workshop is almost always too small to hold all …

0
170
Member Avatar for weasel7711

Running Ubuntu Intrepid. Installed Dansguardian recently. When I try to start or restart dansguardian, I get the following error: [CODE]micah@micah-ubulaptop:~$ dansguardian Unable to getgrnam(): Success[/CODE] I know this has something to do with the group in my dansguardian.conf file. The only thing I can see that relates to that is …

Member Avatar for dipinkrishna
0
406
Member Avatar for weasel7711

I have been having trouble upon bootup of my XP running desktop. Lately (past month), if there is any removable storage device plugged in (ie memory card plugged into the port on the printer, cd in the disc tray, etc) the OS will not load. It just sits there will …

Member Avatar for kaninelupus
0
158
Member Avatar for weasel7711

You have 9 billiard balls. They are all the same weight, save one. You want to find out which one is heavier. All you have is a scale that determines the heavier side. You can weigh any number of balls at any time. What is the least amount of weighings …

Member Avatar for Thinka
0
150
Member Avatar for weasel7711

I am writing an implementation of a DES encryption with a 64 bit plaintext, taken from the pixel information in a BMP file. So I want to skip the header which is 54 bytes, but I am not sure how to do this. This will not be a dynamic project, …

Member Avatar for nucleon
0
292
Member Avatar for weasel7711

I am getting a Blue screen of death when I use steam to install games. It started yesterday when I tried to play a game while I was installing Visual Studio 2008, it flashed a blue screen for a split second and restarted. I changed my settings to not automatically …

Member Avatar for weasel7711
0
279
Member Avatar for weasel7711

My neighbor asked me to fix his computer because "its not working" What I have discovered is that explorer.exe continually restarts itself every 10 seconds or so. There is a main user name which has admin privileges however when you are logged in, "task manager has been disabled by the …

Member Avatar for gerbil
0
561
Member Avatar for weasel7711

I am writing a program for a class (group project) that is a math quiz game for students. Each form is a new question so I have forms named Question1.cs, Question2.cs, etc. There are three choices and if the user selects the right choice, its easy enough to close/hide the …

Member Avatar for $dunk$
0
118
Member Avatar for weasel7711

My computer keeps trying to download the automatic update for SP2 even though the computer thinks it is already installed. If you go to My Computer / Properties it says that SP2 is already installed, however when I try to install other programs such as Yahoo! Music Jukebox it says …

Member Avatar for jbennet
0
122
Member Avatar for weasel7711

So yeah, it happened. Here's my issue, I don't have the CD of windows. I may be able to get a copy later this week but I was wondering if, since I DO have Ubuntu installed and can run that and access both hard drives and the windows/system32/config/ folder if …

Member Avatar for weasel7711
0
175
Member Avatar for weasel7711

Trying to write code to concatenate two arrays of pointers to chars (char* example[]) The program should randomly generate a sentence using 4 arrays of prepositions, nouns, adjectives, and verbs. I found a concat algorithm somewhere on the net and modified it to fit my needs but whenever i execute …

Member Avatar for Narue
0
185
Member Avatar for weasel7711

I am working on a project to demonstrate the use of strings without using "strings" in the formal definition, as in using pointers to arrays of characters. The program is supposed to pick a string from an array of pointers to chars, but allow the program to include more words …

Member Avatar for weasel7711
0
2K