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.

0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags

17 Posted Topics

Member Avatar for jrivera

I have an Exchange account setup in Outlook 2007. I've been racking my brain on how to set up e-mail rules such that they'll show up in Outlook and be server-side rules. The odd thing is that I have server-side rules set up in OWA (even though the rules have …

0
146
Member Avatar for jrivera

I've looked at all of the lightboxes and I'm not sure if I'm not looking hard enough or if I'm looking in the wrong place. I'm looking for a plugin that I can use that will allow me to do the following. Have 1 row of images (about 5 images …

Member Avatar for jrivera
0
186
Member Avatar for tape enterprise

It looks like the problem might be in your SQL statement. Do you have a description (schema) of your tables? It would help in writing the SQL statement you're looking for. You may want to check out the following links. [url]http://en.wikipedia.org/wiki/Join_(SQL[/url]) *Late browser response. I can't delete it!

Member Avatar for jrivera
0
124
Member Avatar for chrelad

Hey sorry this is late. Is this site still running? I tried it on Chrome and none of the links work.

Member Avatar for chrelad
0
172
Member Avatar for jrivera

I hope this is the right forum for this question. Although I'm working in PHP, I really just need the algorithm (in pseudocode preferably) for a complex (at least seems to me) scoring system. The algorithm should always place the highest number of correct answers at the top of the …

Member Avatar for Momerath
0
90
Member Avatar for benhowdle89

You would need alot of PHP but it can be simplified by using a framework or a precreated open source script, which you could tweak to your needs. There are many groups/individuals that have created social media apps that you can program in. Alternatively, you could do a little digging …

Member Avatar for jrivera
0
125
Member Avatar for jrivera

This is more of a logistic question but I'm stuck. This is a homework project where we're asked to create a game. The way I'm doing it is starting of with a "settings" applet. The applet asks for number of players, then "dynamically" creates a row which displays a textbox …

0
68
Member Avatar for jrivera

This is Homework. I have been working on a tournament program. Currently the tournament class gets user input and instantiates a player class and a game class. The game class then calls the board class where it instantiates a boardconfig class object. At this point Is where I get my …

Member Avatar for vijayan121
0
100
Member Avatar for eXceed69
Member Avatar for eXceed69
0
65
Member Avatar for jrivera

I was wondering if anyone knew of a way to import holiday calendar's into a Public Calendar on MS Exchange that would be recurring. I have imported the holiday's from Outlook's builtin functions, but it only goes until 2007. I was then going to manually make those holiday's recurring, but …

0
87
Member Avatar for jrivera

I need help trying to compile and test this code, but I keep getting the error: template is incomplete, can not parse field. Here is my code: [code] #include<iostream> #include<iterator> #include<vector> #include<algorithm> using namespace std; template <class T> class my_istream_iterator { public: typedef charT char_type; typedef traitsT traits_type; typedef basic_istream<charT, …

Member Avatar for Narue
0
118
Member Avatar for jrivera

I have a hw project and I need to write my own reverse iterator. The problem is i don't know for sure if I'm starting off ok. Here is the code I have so far and a simple test in main keeps giving me an error stating no parameter's for …

Member Avatar for vijayan121
0
1K
Member Avatar for jrivera

I have a questions where I need to overload the + operator for vectors so that I can add two vectors together. The question I have is on how and where to write the code. what is the definition of the + operator for STL vectors? template<typename T, typename Allocator> …

Member Avatar for vijayan121
0
85
Member Avatar for jrivera

I have a hw question that asks us to create an STL funciton that takes an argument of type map<string, int> and an integer and returns vector containin all positions in map for which the integer value is found. The function works from what I can test. But I wanto …

Member Avatar for vijayan121
0
131
Member Avatar for jrivera

I have a homework question in STL. The question asks to write an implementation of STL algorithm replace_copy_if(). My question is NOT regarding how do I code this, but more importantly what exactly does it mean? In other words, is it the same as just creating a function and not …

Member Avatar for jrivera
0
95
Member Avatar for jrivera

I would like some help on creating a function that on clicking a submit button will allow the user to add the data of the selection box into an uneditable text box and hidden file. IE: User selects option 5 [code]<option value="5">Option 5</option>[/code], then clicks the "add Option" button. It …

Member Avatar for tgreer
0
134
Member Avatar for jrivera

I'm very uneasy when it comes to coding STL. I am ok using STL functions and STL container's etc, in main, but I now need to create my own template. Here is what I'm asked to do, and yes it is homework: Write a template container class, Pos_Neg_Array. This is …

Member Avatar for ~s.o.s~
0
94

The End.