Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Member Avatar for cassyjack

I have about 15,000 emails in google that were sent from a wordpress webform. I need to be able to extract data from that email and export to excel. Are there any suggestions? I have started using Parseur. But I need to be able to foward all 15,000 emails but …

Member Avatar for rproffitt
0
275
Member Avatar for cassyjack

We have a MS Access database located on a shared drive. Is there a way I can allow multiple users to access and update the database at the same time?

Member Avatar for Sudeshna_1
0
9K
Member Avatar for cassyjack

Hi, I am working with a small business. They want to be able to provide users with a discount code that will work one time if the customer signs up for a emailing list. What they have been doing is once they get the email for the form...they have been …

Member Avatar for daniel.main.902
0
348
Member Avatar for cassyjack

I need a little help. Here are the specs: Create a method called findLargest, which takes an array of integers as an input parameter and returns the array index of the largest integer in the array. If there are positions that are tied for largest, the method should return the …

Member Avatar for rosellejane
1
712
Member Avatar for cassyjack

OK. I need help with my homework. I a few problems to complete I was able to get pass the first few but I'm stuck. They are progresive problems So If I can get this one going I think I will be OK with the rest. This is what I …

Member Avatar for jon.kiparsky
0
2K
Member Avatar for cassyjack

OK here is the problem at work. We have a lexmark printer that is randomly printing images of Clifford the Dog(funny right)...it also prints other characters from that cartoon. This has been happening since the printer was received. It happens in between jobs and sometimes when no one has even …

Member Avatar for Aneurysm
0
127
Member Avatar for cassyjack

Hi, All Need a little help. I have a client that is getting this error while working in MS Access. There is a database that is housed on a network drive. There are 3-4 users at a time working on 1 table. The database was created about 5 years ago …

Member Avatar for boblarson
0
165
Member Avatar for cassyjack

I have a group of users that can not access their wireless network when the login with a local account. When the login with their domain accounts they are able to access the wireless network. Also only one type of group can access it with there domain accounts and this …

0
84
Member Avatar for cassyjack

Quick question for my clarification. Does a server have to have a static IP address? My thought is no it does not. I know it would be considered bad practice not to have one but cant the DCHP assign IP. Please clarify for me.

Member Avatar for cutepinkbunnies
0
312
Member Avatar for cassyjack

Hi need a little help I cant see whats wrong with this code can someone take a look at this and steer me in the right direction. Specs say: I have to make hands comparable. I only comparing hands of the same length. One hand is bigger than another if …

Member Avatar for Infarction
0
137
Member Avatar for cassyjack

Hi, Im using Radio Buttons. What I want to do is once a radio button is selected. I want to Redirect/Open another Page. Cant seem to get it to work. This is my line of thought can some one point me in the correct direction? [CODE][COLOR=#0000ff] [/COLOR] void[COLOR=#000000] Page_Load()[/COLOR] { …

Member Avatar for cassyjack
0
138
Member Avatar for cassyjack

Hi, I need so help in the right direction. Don't know if im going in the right direction or not. I have a card class and a deck class that models the hans. Now I have tor create two special hands that will play two sperate games depending on which …

0
70
Member Avatar for cassyjack

OK I had C/C++ programming classes a few years ago and now I'm taking a ASP.net class and programming in C#. I need a little help with an assingment. We have to create an if state to display text depending on if the day of the week is a weekday …

Member Avatar for Maidomax
0
199
Member Avatar for cassyjack

Can someone take a look at this. Create a method called findElement, which takes an integer value and a two-dimensional integer array as inputs and returns true if the value is in the array. If the value is not in the array, the method should return false. This is what …

Member Avatar for Infarction
0
148
Member Avatar for cassyjack

Can someone please take a look at this for me. I have to create a program that models a simple card game. I have to shuffle the card and deal 1 card at a time and display the card that I have dealt. Not sure how to do this. The …

Member Avatar for peter_budo
0
299
Member Avatar for cassyjack

I'm really need help with this one. Im totally lost. I have to crete a class that models a Library. It lets the user add, print, borrow and return books to the Library. I guess my problem is that I really do not understand arrays. I needs to create a …

Member Avatar for Infarction
0
113
Member Avatar for cassyjack

I have to rotate numbers an array. Example:`{5, 6, 7, 8} ==> {6, 7, 8, 5}{5, 6, 7, 8, 9, 10} ==> {6, 7, 8, 9, 10, 5}` This is what I have. It works for the most part to rotate the numbersbut I can't seem to rotate the first …

Member Avatar for cassyjack
0
140
Member Avatar for cassyjack

Does anyone know why I am getting an NullPointerException:Null error for this method? [CODE] public int[] checkISBN() { String letter; int[] isbnCheck = new int[9]; for (int i = 0; i < 9; i++) { letter = isbn.substring(i,i+1); isbnCheck[i] = Integer.parseInt(letter); } return isbnCheck; [/CODE] This is the specs for …

Member Avatar for jwenting
0
113
Member Avatar for cassyjack

I need to create a printing method. Once I call the method it will print the following code. [CODE]static Book1 a = new Book1("Miasha", "Secret Society", "Borrowed", 743281586); static Book1 b = new Book1("Omar Tyree", "What They Want", "On Shelf", 743228695); static Book1 c = new Book1("Eric Jerome Dickey", "The …

Member Avatar for cassyjack
0
139
Member Avatar for cassyjack

Hi I need some help.... Here is what Im trying to do....I havent worked with java in about 4 years. I have created a JOptionpane showInputDialog with a list of options to choose from inside a method. What I want to do next is once one of those options is …

Member Avatar for cassyjack
0
129