Posts
 
Reputation
Joined
Last Seen
Ranked #43
Strength to Increase Rep
+9
Strength to Decrease Rep
-2
96% Quality Score
Upvotes Received
476
Posts with Upvotes
319
Upvoting Members
85
Downvotes Received
10
Posts with Downvotes
10
Downvoting Members
7
127 Commented Posts
11 Endorsements
Ranked #170
Ranked #328
~357.05K People Reached
About Me

Software engineer specializing in Embedded Systems / Smart Home / Microcontroller. I've been away from the game for quite a while, so I've gotten very rusty. I am trying to rejoin the field programming Smart Phones, which is a brand new field for me.…

Interests
Hi World
Favorite Tags
c++ x 250
java x 126
c x 75
trump x 67
Member Avatar for happygeek

A VPN, or Virtual Private Network to be formal, is a method of creating an encrypted data tunnel across the Internet from your device to a destination server. Although savvy home users and enterprises will operate their own VPNs (business-grade routers provide this functionality) for most folk, a VPN comes …

Member Avatar for New Beachboy
6
2K
Member Avatar for Reverend Jim

I think I finally understand why Trump is doing so well (he recently pulled even with Hillary Clinton). It's only after years of shows like American Idol and America's Got Talent that his rise is possible. These shows got Americans used to the idea that they could vote with no …

Member Avatar for rproffitt
1
22K
Member Avatar for stephen_21
Member Avatar for Reverend Jim

A few years ago, the Canadian government (at that time it was a majority Conservative government under Stephen Harper) proposed legislation which would have weakened the privacy rights of all Canadians. Part of the justification was to allow easier apprehension and prosecution of people trafficking in child pornography. The justice …

Member Avatar for Reverend Jim
1
6K
Member Avatar for samaru

Just curious. Hehe, I was thinking about this the other day and now I'm wondering what all you fellow coders out there have done. So what's the HARDEST most complicated program you've written? It doesn't have to be efficient, heck, it can all be spaghetti code. The hardest thing I've …

Member Avatar for Fest3er
0
3K
Member Avatar for Reverend Jim

I've been listening to various debates on the potential impact of AI and the two sides seem to boil their arguments down to 1. AI is dangerous because it will mean the extinction of humanity as machines that can improve themselves will do it so rapidly as to quickly make …

Member Avatar for Agilemind
0
2K
Member Avatar for sanket_6

I Know to design the games, but i don't know that how to specify controls gor designed game using programming language... Soo can anybody HELP me ??? - Thankyou !

Member Avatar for jmvazq
0
485
Member Avatar for ddanbe

Now will they? I have my doubts. Here in Belgium, we have one of the most dense road maps of the world. Traffics jams, road constructions, pits in the road etc. It's even hard for a human being like me to go from A to B. So how would a …

Member Avatar for mike_2000_17
0
2K
Member Avatar for davy_yg

How to create a button that redirect to certain location in a website which is still on the same page?

Member Avatar for Daniel_87
0
509
Member Avatar for happygeek

It's that time of the year again when the whole 'prediction' business machinery gets fired up. So I thought I would grab some of the ones from my inbox that are perhaps most applicable to the digital marketing sector. The following were inspired by some crystal ball gazing by the …

Member Avatar for agustina
3
619
Member Avatar for Peter_64

My modem dropped inside water for over 2hours and it stopped working wat can I do

Member Avatar for Sagar_12
0
334
Member Avatar for Daniel_84

I'm having problems compiling my program, I was wondering if someone could tell me where I went wrong and how to fix it. I would be deeply apreaciative of your help!!!! :) import java.util.Random; import java.io.Console; class project2_0 { int[] race = new int[70]; int tortoise; int hare; Random randomnumbers …

Member Avatar for JamesCherrill
-1
1K
Member Avatar for Chahar
Member Avatar for happygeek

Oh how I miss Alan (diafol) at times like this. Those times being when England beat Wales in the Six Nations rugby :-) Any other rugby union fans left on DaniWeb?

Member Avatar for happygeek
0
361
Member Avatar for rahaf_1

hello i want to create two arrays i have the index for them and the size and have the dot product of a and b and create a third array that is c[i]=a[i]*b[i] however i tried to do it but the output doesn't come the correct :( import java.util.Scanner; public …

Member Avatar for AssertNull
0
413
Member Avatar for Owais_2

Hey guys this is my first time using this site. Im having trouble creating a grading scale that averages out grades. Whenever I enter the grades in from the console I get some odd answers that make no sense. Can someone give me some pointers in the right direction? public …

Member Avatar for Owais_2
0
407
Member Avatar for Kemuel

Private Sub btn_addc_Click() On Error Resume Next If Me.txtAddc.Text = "" Then MsgBox "Please fill up", vbInformation, "ADD CATEGORY" Exit Sub End If If Me.btn_addc.Caption = "ADD" Then If rs.State = adStateOpen Then rs.Close rs.Open " Select * From tbl_category WHERE CategoryList ", db, adOpenStatic, adLockOptimistic If rs.RecordCount > 0 …

Member Avatar for AssertNull
0
397
Member Avatar for JohnMcPherson

Hello, my name is John McPherson, and I write C code for the U.S. Department of Labor. I am in the process of converting C code for a lot states from a 32-bit system to a 64-bit system. Some states have been converted, and most have gone smoothly, but one …

Member Avatar for JohnMcPherson
0
782
Member Avatar for munitjsr2

[CODE] #include <stdio.h> #include <stdlib.h> typedef struct filedata { char data[100]; }data_t; data_t * fname=NULL; //IS AN ARRAY OF the structure filedata REQUIRED HERE void quit() { printf("\nPress enter to exit"); fflush(stdin); getchar(); } int main() { char ch; fname=(data_t *)malloc(sizeof(data_t)); FILE *fptr=NULL; atexit(quit); printf("Please enter the file name to …

Member Avatar for AssertNull
0
3K
Member Avatar for Aakanksha_1

import java.util.ArrayList; import java.io.*; import java.util.*; import java.util.Graph; public class Graph { public int[][] adjMatrix;//Edges will be represented as adjacency Matrix int size; } public Graph(int size) { adjMat = new boolean[size][size]; for (int i=0; i < adjMat.length; i++) { for (int j=0; j < adjMat.length; j++) { adjMat[i][j] = …

Member Avatar for AssertNull
0
445
Member Avatar for Mr.M

This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the php code which is inside the same html page as form and this php code will then get the value …

Member Avatar for Mr.M
0
5K
Member Avatar for scheppy

I was wondering what would be the best way to implement an algorythm to figure out what side a circle has collided with a rectangle? After check to make sure a circle has collided with the rectangle im trying to figure out how to know what side of the rectangle …

Member Avatar for scheppy
0
4K
Member Avatar for patk570

Hey everyone, I have a table, that is going to used to calculate IFTA, its a fueltax calculator populated by each state and the rate of each state. My question is, do i need to create a formula for each state? or can i do 1 formula and have it …

Member Avatar for patk570
0
509
Member Avatar for davy_yg

Hello, When I try to import this sql into phpmyadmin I am getting this error message: Query SQL: CREATE TABLE `customers` ( `customerNumber` int(11) NOT NULL, `customerName` varchar(50) NOT NULL, `contactLastName` varchar(50) NOT NULL, `contactFirstName` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `addressLine1` varchar(50) NOT NULL, `addressLine2` varchar(50) DEFAULT NULL, …

Member Avatar for davy_yg
1
2K
Member Avatar for Raymond_12

Hello everyone, I will take this chance to reintroduce myself to the community. I was a member on the Daniweb forums back in 2006 and 2007. I can see a lot has changed on the site since then, and its great to see that the community is still alive. In …

Member Avatar for AssertNull
0
644
Member Avatar for scheppy

Hi Guys, Im currantly having a problem with simulating balls bouncing of each other in a 2d space, everything is working and all, but it just doesant seem natural for me... If we had any math wizzes here now is your time please:) my circles are painted inside of rectangles..... …

Member Avatar for scheppy
0
3K
Member Avatar for Stefce

Hello everyone and happy new year, i wonder is there something that allows you to detect that android device is near you? I want to create an app that will show me android devices that are near me, for scientific purposes. But without my app installed on their devices, so …

Member Avatar for AssertNull
0
1K
Member Avatar for AssertNull

I just posted something and had to go through the "Click the photos with street signs" test before my post was accepted. I was logged in. I don't remember ever doing this before here. Is this new? Is DW getting attacked with bots all of a sudden?

Member Avatar for Reverend Jim
0
532
Member Avatar for Mady_1

``//this program show the implementation of a sigle class #include<iostream> #include<conio.h> using namespace std; class Example //class is reserved keyword and "Example is the name of class { public: int first_value; int second_value; //these are data member of class with "public access modfire" void setValue(int f,int s) //here i used …

Member Avatar for rproffitt
0
442
Member Avatar for John_165

Use a **for** loop to find the smallest integer n such that n^3 is greater than 1000 So I came out with below code public class Chapter4 { static int n = 0; public static void main(String[] args) { for (int i = 1; Math.pow(i, 3) <= 1000; i++) { …

Member Avatar for rproffitt
0
1K