Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
80% Quality Score
Upvotes Received
8
Posts with Upvotes
6
Upvoting Members
5
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
~25.7K People Reached
Favorite Tags
Member Avatar for LastMitch

Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best action movie this year! It's a **Indonesian** action film. The director is **Welsh** but he speaks **Indonesian** and **English** and …

Member Avatar for LoanHensley
6
6K
Member Avatar for JamesCherrill

I've opened this thread following rotten69's suggestion for "Java projects for beginners". To get things started I've posted a project in a format that makes sense to me; please feel free to follow that format, or to do it in some completely different style if that seems better. Let's see …

Member Avatar for Alok_5
20
3K
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 ElkeCorrado69

I am looking for a good domain name refistrar. Can anyone suggest me good domain name registrar?

Member Avatar for sahilrealestate
1
293
Member Avatar for deltascrow

I have a suggestion regarding the upvoting of post replies system on Daniweb. Suppose I have 10 posts which have been voted on, in all, and in those ten posts, 9 have been voted up and there is one post which has been voted on twice, one up-vote and one-downvote. …

Member Avatar for Atli
0
301
Member Avatar for Evenbit

It is about time we start building a Sticky in this forum listing some resources so the newbies will have an easier time finding the information they need. I will start with these valuable links: x86 Assembly Language FAQs Wikipedia: Assembly Language Wikipedia: List of assemblers Links at Webster MASM …

Member Avatar for pbj.codez
3
1K
Member Avatar for blackcathacker

No double posting. Add only one to the number of the previous poster. Go! 0.

Member Avatar for cproger
0
637
Member Avatar for Imene Hertha

just started programing with java, did microsoft visual basic last semester, but java seems more case sensitive, how can i write a program called CheckPassFail, which prints "pass" if the int variable "mark" is more than or equal to 50; or prints "fail" otherwise.***please help***

Member Avatar for <M/>
-3
342
Member Avatar for deltascrow

I just installed Apache on my Ubuntu 12.04 and set it up to run with my domain name. Everything is working perfect, with one qualm. Though my site is up, and when I type mydomain.com/index.html, the index page loads, or suppose I type mydomain.com/directory, the index.html page in that directory …

Member Avatar for deltascrow
0
362
Member Avatar for deltascrow

I want to edit the line of text below my username below my picture at the left side of this post, the line says "light poster". I want to set it to something custom, instead of forum ranks. Can anyone please do it?

Member Avatar for deceptikon
0
305
Member Avatar for ktsangop

Hello everyone! I would like some suggestions on picking a game development technology/language. My requirements are : 1) On line / Web based game only 2) 2d animation only (for the time being). Using mostly sprites and modelling only simple 2d shapes. 3) No need for an advanced physics engine. …

Member Avatar for ktsangop
0
332
Member Avatar for riahc3

Hello Im trying to send a HTML email but I want to encrust into the HTML a image without it being a attachment. The content of the email is pure HTML so in order to do img src it needs to be a live link AFAIK. If it can be …

Member Avatar for riahc3
0
159
Member Avatar for shawn.main.7

#include "stdafx.h" #include <iostream> using namespace std; int getScore(int& score); int calculateGrade(int score); int _tmain() { int courseScore; cout << " Line 1: Based on the course score" << " this program computes the " << "course grade." << endl; getScore(courseScore); int calculateGrade(courseScore); system ("pause"); return 0; } int getScore(int& …

Member Avatar for deltascrow
0
602
Member Avatar for techyworld

Hello, i need some help. I 've created a game on html5 using javascript, mysql and php. I want to send it to my iphone(ios). How should i proceed? the game is open with browser.

Member Avatar for deltascrow
0
176
Member Avatar for ellosbibu

https://www.dropbox.com/s/twtl38huxeeetsx/ProgettoApachePoi.rar in this link there is my project, i create a java text editor for open docx documents. the text editor should do the basics functions of a text editor, as copy, paste , select all, delete, exit, new, open , save and save as. i tested the code and …

Member Avatar for deltascrow
0
501
Member Avatar for cherrymae.calma

as a programmer what will you do to refresh your mind about the program you learn to do. its been a 1 year i never created program. but i familiarize myself languages that i use like C++,visual basic,html.php.

Member Avatar for deltascrow
0
78
Member Avatar for deltascrow

Some people will say that modern languages are the reason behind the production of generations of "inferior" programmers of late. Because they provide a lot of things in hand, people tend not to delve into the basics and learn the insides... Do you agree, or disagree? Please share your views …

Member Avatar for mike_2000_17
2
188
Member Avatar for NikkiStars

# Pseudo Code # Hello, I have just joined a new class called "Programming Concepts". This subject is still very new to me. I am having trouble understanding what I need to do. If somebody could explain to me what my assignment means, I would really appreciate it. Providing some …

Member Avatar for NikkiStars
0
320
Member Avatar for lauraroxi

Hello. I have to design 2 classes that use a binary search tree for storing some orders for some products. I've researched on the Internet about BST implementations in Java, and I've found TreeSet. Do you have any other suggestions? Thank you:)

Member Avatar for cmps
0
183
Member Avatar for olowokere
Member Avatar for Akshay nand
Re: c++

Lab Assignment 1 - A Simple UNIX Shell Objectives: The objective of this assignment is to understand the workings of a command-line interface (CLI) and to obtain a working knowledge of process forking and signalling. Assignment: In this assignment we will build a command shell in stages. Our command shell …

Member Avatar for deltascrow
0
267
Member Avatar for esseclark

Hi everyone, i want to know how to block ultrasurf software on my compny network from getting access to block site that my company did. can anyone help me out. thanks

Member Avatar for deltascrow
0
59
Member Avatar for waqas.zafar.125

hey guys ! i have a problem relating to linked lists .. Make a class called Card. Each card is represented by a suit and a rank. You can keep both as strings. Implement getters and setters for the Card class as well as a print function. A 7 of …

Member Avatar for tinstaafl
0
193
Member Avatar for Nandomo

package battleship; public class BattleShip { public static void main(String[] args) { Addons a = new Addons(); Board b = new Board(); Computer c = new Computer(); Human h = new Human(); LinkedList list = new LinkedList(); while(a.intro()) { a.sleep(1); a.countDown(5); b.prepareBoard(); do { h.play(b.getBoard()); a.checkWinner(b.getBoard()); System.out.println("How the Board stands."); …

Member Avatar for stultuske
0
245
Member Avatar for asmona

heyyy im trying to write a code to read from a file book name#Auther#subject#year the title takes 50 char anth then wanna sorted using bucket sort and continue by ( write to the file ) i just dont know how ! could u help me ?!

Member Avatar for deltascrow
0
81
Member Avatar for Vaspar

Hi everyone I am trying to make a project "Remote Administration" in which i have to connect with computer using RDP I am beginner of android and I must submit this project soon so, anything you can help with?? i don't want source codes please tell me what to look …

Member Avatar for deltascrow
-1
79
Member Avatar for bhanu1607

Hi All, This is Bhanu Teja M. I just wanted to write a online quiz application, which various people can participate in quiz from different locations. For this, i need to maintain a single screen for all users and maintain and display the same data,status across the all participents. Can …

Member Avatar for deltascrow
0
303