Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~24.6K People Reached
About Me

An hour of good coding prevents a bad day of troubleshooting is my philosophy.

Interests
Theme parks, archery, math, science, computers, cars, problem solving, politics, fine dining, cruising,…
PC Specs
Dell Inspiron with i5 8GB RAM dual HD displays -Windows 7 and a Dell Precision M6800 - Windows 8.1 with…
Favorite Tags
Member Avatar for gtcorwin

I am writing SSIS packages and at one point I have to check a date field. It may come in any format of the following but I need it to pass any valid date the faster the better of course. Always returns as a varchar Acceptable formats 'mddyyyy', 'mmddyyyy', 'mm/dd/yyyy', …

Member Avatar for Taywin
0
119
Member Avatar for Jack_9

Hello! I'm a twelve year old programmer (and no i'm not using scratch in science class) i've taught myself over 6 programming languages and I was wondering if I'm too young to be programming but I don't think so because it dosen't matter how old you are you can change …

Member Avatar for Rasmo75
0
176
Member Avatar for Gayal

Hello everyone, I'm a 3rd year uni student from Staffordshire. Now at the placement and looking for a Super Cool Final Year Project. My final year is starting this August and hoping to armor my self better with some research on the project. I still do not have any idea..what …

Member Avatar for Ssandhya
-2
3K
Member Avatar for Maideen

Hi I need to disable the export excel in report viewer in asp.ne I have debugged , shows "Object reference not set to an instance of an object" in this line *"Dim ListRenderingExtensions As System.Reflection.MethodInfo = m_previewService.FieldType.GetMethod("ListRenderingExtensions", Flags)"* pls help me maideen Protected Sub DisableFormat(ByRef viewer As ReportViewer, ByVal formatName …

Member Avatar for SteveDotNet
0
344
Member Avatar for burhanahmed92

I tried to save rows in listview control in database but i am not able to loop through each row. My listview is multicolumn, it have 4 column. I tried for loop: for (int i = 0; i < listview.Items.Count; i++) { String abc = listview.Items[i].Subitem[i].Text; //other varables } But …

Member Avatar for SteveDotNet
0
2K
Member Avatar for svsathyavishnu
Member Avatar for chloe.baee

who has been a teacher before i know i haven't this is my first time being one can anyone give me any tuips about being a teacher?

Member Avatar for Agilemind
0
425
Member Avatar for gtcorwin

I click the Code button and it erases all the code I typed and won't let me type in the box any more. I am getting realy annoyed trying to post c code because I can't add the curly brace... can someone please tell me what it takes to post …

Member Avatar for deceptikon
0
166
Member Avatar for abelLazm

I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next poster give you some bizarre result based upon your wish. Example: I wish I had a million dollars. Reply: "You …

Member Avatar for James_40
8
9K
Member Avatar for pooja.singh.3950

The Interviewer Candidate Problem It is a walk-in-interview setup having an interview room with one chair and a waiting room with a number of chairs. The interviewer interviews candidates in the interview room. When the interviewer finishes interviewing a candidate, he dismisses the candidate and goes to the waiting room …

Member Avatar for pooja.singh.3950
0
241
Member Avatar for peopletrendin
Member Avatar for happygeek
-1
64
Member Avatar for verzipkhan

What are the important to become a good networking Engineer? What possible skill must be have in us?

Member Avatar for JessieMay
0
130
Member Avatar for silvercats

why do most people use brackets in this way when it comes to Java. Pospular IDEs also use this method by default class Test{ public void test(){ } } than this way class Test { public void test() { } } The second method is obviously easier to read.

Member Avatar for samson.dadson.3_1
0
506
Member Avatar for Glaven

I need to find the smallest number in my 10x8 array grid fileld with random numbers I know im doing it wrong but I do not know what to do. Please Help! Heres my Code: //ArrayGrid #include <iostream> using namespace std; int main() { int total,average,smallest; int row=0; int col=0; …

Member Avatar for Glaven
0
613
Member Avatar for Zyxl

I'm about to begin developing an application that requires some basic 3D rendering, so I'm looking into C++, as this seems to be the usual language for this type of thing and I have a book to help me with this project that includes some snippets of C++ code (not …

Member Avatar for Zyxl
0
741
Member Avatar for mattster

So the game works like this: We start with a word, and each person must change that word. You must change **one letter only**, and you **may not add or remove letters**. For instance: fame -> game -> gate We'll start with the word **tool**

Member Avatar for Jack_9
0
1K
Member Avatar for kxjakkk

I'm attempting to make a C program that builds a concordance from a piece of text. I need my program to: 1. read the text consisting of one more lines from standard input. 2. parse the lines into individual words and store each word in lower case into a word …

Member Avatar for gtcorwin
0
835
Member Avatar for jjones0150

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace JonesJAsign9 { public partial class frmReservation : Form { const int PRICE_PER_DAY = 115; public frmReservation() { InitializeComponent(); } private void frmReservations_Load(object sender, EventArgs e) { } private void btnExit_Click(object sender, EventArgs e) …

Member Avatar for castajiz_2
0
193
Member Avatar for pocka.lesole

I n a fictitious country of Ruritania, which is in a fictitious continent called Afrisia, the tax system is highly simplified. T hey have system where all taxes are converted to one single value and then the tax is applied according to the following rule(s) : if a person earns …

Member Avatar for <M/>
-3
187
Member Avatar for kks21199

I want to download a file from, [Click Here](Here is the link : http://www33.zippyshare.com/v/67074373/file.html) I got this code : Dim Str As String = Me.WebBrowser1.Document.GetElementById("downloadB").GetAttribute("href") If (Str.EndsWith("zip")) Then WebBrowser1.Navigate("http://www33.zippyshare.com" + Str) End If amd it works fine but my problem is that my application is automated and I want the …

Member Avatar for Begginnerdev
0
1K
Member Avatar for matrixdevuk

Can you make it so that I have an option to not get bugged when a donor posts a topic? I don't want emails saying "Oh, I'm a donor, reply to my thread." — it's spam in my eyes (basically advertising). Not cool.

Member Avatar for matrixdevuk
0
215
Member Avatar for Mosestuilau
Member Avatar for gtcorwin
0
60
Member Avatar for jjones0150

I need a form that accepts scores from the user, displays the total, count, and average of the scores, and displays a dialog box that lists the scores. Operation The user enters a score. If the user clicks the Add button or presses the Enter key the application calculates and …

Member Avatar for jjones0150
0
801
Member Avatar for happygeek

At the start of the year, [DaniWeb reported](https://www.daniweb.com/internet-marketing/social-media-and-communities/news/470719/snapchat-plays-blame-game-after-hack) how Snapchat, the self-destruct photo messaging service, had been hacked and information regarding 4.5 million users had been stolen. Fast forward to now, and Snapchat is again in the mire: nude images have started to appear on 4chan which have been stolen …

Member Avatar for gtcorwin
1
500
Member Avatar for rk1993

For instance, ABBA is a palindrome, but ABCBB is not. You are given a string s. Return the length of the longest substring of s that is a palindrome..program in c++

Member Avatar for gtcorwin
0
182
Member Avatar for Saboor880

Hi to all! I want to learn Vb.net,so i want to know the scope of vb.net. Actually i have a confusion, i heard many people saying that instead of vb.net you should learn C# because there is more demand of C# than Vb.net. is it true? Should i lean vb.net? …

Member Avatar for cgeier
0
300
Member Avatar for Mya:)

I have a project in wich i have to create a program making usae of geotechnology. My program revolves around pilots, paragliders and airbaloons. Basicly it has 3 seperate programs for each category and solves some of the difficulties that come along with it. Any idead for a name and …

Member Avatar for oussama_1
0
270
Member Avatar for xxbiggx850

My aol will not start. I mean, I click on it, but it won't start. basically like I never clicked on it at all. I don't have this problem with any of my other programs, or on any of my other computers. The "Tech-support" at AOL couldn't "figure" out how …

Member Avatar for Fula_1
0
923
Member Avatar for Slavi

Hey guys, I've got stucked on something here ... so to explain it here is an example. Let's say I have a string "aa a i". My idea is to get a result that is "aA A I". -> this is a challenge on Codehunt and I got stucked on …

Member Avatar for Slavi
0
156
Member Avatar for Theresa_1

I have an old Dell Dimension 8400 that I would like to donate to my grandson's daycare center. I need to erase everything from computer and put back to factory settings, but I have misplaced the Restore Disks. I do not want to pay $50 for a new restore disk. …

Member Avatar for gtcorwin
0
127