Posts
 
Reputation
Joined
Last Seen
Ranked #166
Strength to Increase Rep
+12
Strength to Decrease Rep
-3
95% Quality Score
Upvotes Received
205
Posts with Upvotes
180
Upvoting Members
127
Downvotes Received
10
Posts with Downvotes
10
Downvoting Members
9
45 Commented Posts
22 Endorsements
Ranked #69
Ranked #106
~362.16K People Reached
About Me

Computer engineer constantly trying to overcome his lack of natural talent.

Interests
Bowling. Construction. Family. Not necessarily in that order.
PC Specs
Various machines of differing levels of power. Linux mostly with some Mac and Windows thrown in for…
Favorite Tags
Member Avatar for casey.li.146

Hi All, i would need some advice from you guys from this forum to solve the reading of the CSV file that i had. for example, i have a file which consist of about 2000 records (below are the example of the records) 10/10/2013 10:25:09 AM,5.89,45,264.83,PTTTT 10/10/2013 10:25:13 AM,5.89,2000,11780.00, Some …

Member Avatar for ming_1
0
6K
Member Avatar for venus87

How to write a C program to count the number of mouse clicks in our Pc.Can any one give me idea for that ?

Member Avatar for Seyferx
0
3K
Member Avatar for restrictment

Well we all have seen the common questions on creating squares and hollow squares out of asterisks in C++, but how about creating a program that prints out a circle in asterisks? Obviously this would look like an oval due to line adjustment, but it would be quite interesting to …

Member Avatar for CharlieCap
2
2K
Member Avatar for Pavan_6

Hi I am trying to setup a multinode Hadoop cluster and I would like to know, how to install hadoop in all the slaves machine from the master machine itself. Ideally, all the slave machines should have same configuration, is there a way to provide instructions to all the slaves …

Member Avatar for Pavan_6
0
179
Member Avatar for mgold

I've been learning a lot about machine learning (mostly clustering and regressions), but when I've looked into programming libraries/environments, I've found "production ready" ones to be few and far between. What I mean by "production ready" is that it could be incorperated into a product, not just used a tool …

Member Avatar for thaifoodlover
0
344
Member Avatar for Sameer_4

static ssize_t write_server(int sd, const void *buf, size_t len, struct sockaddr_storage *to) { ssize_t nb; for (;;) { nb = sendto(sd, buf, len, 0, (struct sockaddr*) to, sizeof(to)); --> return -1

Member Avatar for L7Sqr
0
97
Member Avatar for d8m9

Hi, for my final thesis I choose to elaborate about fuzzing. When I will defending my thesis I should have some results, some bugs. I would like to test some unix program but I need to choose carefully. I need the probability of finding a bug to be the greatest. …

Member Avatar for rubberman
0
511
Member Avatar for Transcendent
Member Avatar for pdk123

Hello, I have a basic c++ STL question. I have an octet array class (legacy). Now lets say the octet array has the following contents: array[0]=00 array[1]=01 array[2]=30 array[3]=01 array[4]=114 The key we need to generate from the above array should match ["00130-1-114"] Whats the best way to get this …

Member Avatar for L7Sqr
0
252
Member Avatar for programmingman

I want to write code to see what applications access device drivers on my computer. The drivers are disk, display, audio, keyboard, etc. Can someone introduce me on how to do this?

Member Avatar for manofprogram
0
103
Member Avatar for surya777

#include<iostream.h> void main() { int i=o; i=400*400/400; cout<<i; } i am getting a wrong output

Member Avatar for NathanOliver
0
136
Member Avatar for nacedo

Lets say I want to write a very simple C program wich a is string passed with a pipe at my program and translate every letter to ASCII and store it in an array. I want to use less library as possible and not use malloc For example in a …

Member Avatar for TalhaMoazSarwar
0
201
Member Avatar for theBigB

Hey everyone: i have a project to do in assembly(8086) and i want to do a simple anti-virus. The idea is that you will write the path (url) to a document that you want to scan. The program will scan it and will compare it to a known viruses. can …

Member Avatar for theBigB
0
537
Member Avatar for tnd2491

Hello All, How can i filter the logs from a particular server and display that using a C++ code. I have logs coming from multiple server and i want to display logs from only one server. How to do that ?? How should i apply filter in c++, with a …

Member Avatar for L7Sqr
0
191
Member Avatar for it@61@sec

I have a C++ program with a main routine which reads arguments from command line: int main(int argc, const char *argv[]) In my system I have defined some aliases in my bash environment which abbreviates directory names. Example: alias dst='home/username/Documents/test' alias src='home/username/Download/test' My program is called "dircopy" and I want …

Member Avatar for it@61@sec
0
307
Member Avatar for Niloofar24

Hello everybody. How can i get "ls" from shell scripting? I tried this but it doesn't work, i saved it in a file: #!/bin/bash $ls I know the second line is not correct, so what should i type? Getting "ls" is just an example, i infact want to import this …

Member Avatar for Niloofar24
0
251
Member Avatar for tnd2491

Hello All, I want some help on how to display the login logs and log out logs when any user or Clients logged in to the udp server or logged out of the server. I have to display following information:- (1) For LoginLog - UserID,UserName,TransactionID,ClientIP along with id of 1 …

Member Avatar for tnd2491
0
138
Member Avatar for Habib_5

/*can you help me with this this is double linked list that helps you to sort integer value in increasing order I hope I will get answer thank you*/ #include<iostream> using namespace std; struct Node int data; Node *next; Node *prev; }*head,*tail; void main() { head = NULL; int n; …

Member Avatar for L7Sqr
0
363
Member Avatar for mahmoud.beltagy95

what if I wanted the user to enter his birth month and I don't know whether the user input is integer or string for example july or 7 what should I do ???

Member Avatar for mahmoud.beltagy95
0
105
Member Avatar for Theekshana

Dear sir/madam, Scenario You are a technician who is working at XYZ , which is one of a leading higher education institute in Sri Lanka. XYZ currently has three schools, Computing, Business in XYZ1 and Law in XYZ2 are located in two separate buildings, Both has a Local Area Network …

Member Avatar for Joel100
0
186
Member Avatar for doris_3

A variable of type double named area holds the area of a circle. Write a statement to output on the screen the area in two decimal places

Member Avatar for rubberman
-1
127
Member Avatar for RikTelner

Hey there! I learned that when I want to open Terminal in one direction that my terminal is at. I can use `nautilus .` for Gnome and `dolphin .` for the glassy DE. But what it does, it starts the program in Terminal and runs GUI. But as soon as …

Member Avatar for JasonHippy
0
286
Member Avatar for Ahmad Imran
Member Avatar for Duoas
-1
227
Member Avatar for elaher

hello Is there any body know about ECG signal and EMD method and classifier to find feature vector?

Member Avatar for L7Sqr
0
99
Member Avatar for cambalinho

i did these function for uppercase: string Upper(string text) { string result; result.resize(text.size()); for(int i=0; i<text.size(); i++) { if(text[i]>96 && text[i]<123) result[i]= text[i]-32; result[i]=text[i]; } return result; } but i'm getting the wrong results :( what i'm doing wrong?

Member Avatar for sneekula
0
335
Member Avatar for Jack_11

Hello! I'm a programmer that mostly just writes code for operating system kernels, and device drivers. I was wondering how much most people would get paid for doing so.

Member Avatar for glenn_3
0
145
Member Avatar for radhikachopraaa

can i get a program to find whether the character is an alphabet , number or a special character.

Member Avatar for L7Sqr
0
99
Member Avatar for XodoX

When I have a simple server-client code, how do I get the client to send the server a time request and the server responds, and the client then displays the offset and the delay ? The communication should be in NTP. I think that means there are 4 time stamps, …

Member Avatar for XodoX
0
309
Member Avatar for it@61@sec

How can I find the width of a command line window from a GNU C++-program ? I'll use this information to display a progress bar when copying files, so I need to know the width to be able to display the progress bar correctly.

Member Avatar for L7Sqr
0
506
Member Avatar for ali.fayyazi

Hi I am a new user of Linux Ubuntu and download software via the Internet, but I do not know how to help me install it.``

Member Avatar for hardmode
0
312