Posts
 
Reputation
Joined
Last Seen
Ranked #840
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
95% Quality Score
Upvotes Received
69
Posts with Upvotes
50
Upvoting Members
39
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
10 Commented Posts
~111.28K People Reached
Favorite Tags

160 Posted Topics

Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for LastMitch

Last week I saw, Idenity Theif, and whenever Argo was new I saw that as well. Argo was an amazing movie, could watch that many times, and Identity Theif is pretty funny.

Member Avatar for LoanHensley
6
6K
Member Avatar for Dani

> The first example your websie shows in #2 while Stack shows in #1. If you cannot keep up with the huge costs (I guess you can't) I think you might need to invest in a little advertising and not just relie on SEO. I believe Daniweb alreaduy invests in …

Member Avatar for j.khurram
11
5K
Member Avatar for NardCake

Hello! I needed a configuration file for a application I'm working on so I first used the built in ini functions in php but it wasn't easy to write the ini files. So I wrote myself a class here to parse a configuration file and write/edit configuration files. I plan …

Member Avatar for Vitaly_1
2
963
Member Avatar for PHIPH

Don't get what you're asking, the ping was successful and you can't load the site? Is that the problem?

Member Avatar for Martha_3
0
569
Member Avatar for <M/>
Member Avatar for christina>you
Member Avatar for vjcagay

I'm surprised people are actually answering, there isn't one most powerful language, and I disagree with most opinions. Although imo a low level modern language (Assembly has already been mentioned) such as C. But realistically I prefer D by far.

Member Avatar for vegaseat
-1
4K
Member Avatar for christos312

With the people that think Python is the future I have to say this: Python is a terrific language and sure it is used in web applications by big and small companies but I don't think it will be the next web language as it's not built for it. I …

Member Avatar for DaveAmour
0
811
Member Avatar for <M/>

I don't know what to say about the above post so I will answer the post before it. Favorite mobile app is probably Google Chrome. Favorite IDE/Editor? (Sorry if it's been asked)

Member Avatar for Bensirpent07
3
1K
Member Avatar for NardCake

This tutorial is designed to get someone started with D that hasn't used it yet, it assumes you have some type of programming experience. # What is D? # In one sentence (from [dlang.org](http://dlang.org)) *"D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and …

Member Avatar for Tarek_2
1
803
Member Avatar for NardCake

Hello! I haven't posted here in a while but I just had something happen to me that makes me extremely angry and I would like to vent, hopefully it's not a problem. For the 1 almost two years I have been running various flavors of Linux on my machine, because …

Member Avatar for Captain119
1
268
Member Avatar for NardCake

Hello! Recently I've been working on a project which requires an API, the user supplies a function pointer which returns a specific value, this function needs a list of string arguments, similar to what you may find in the "main" function. I first thought maybe some sort of linked list …

Member Avatar for dinad578
1
5K
Member Avatar for anupam_smart
Member Avatar for accra

Well a little more information would be helpful. Such as: What OS are you running? What you were told to do? What file you need to change? The error?

Member Avatar for unity100
0
219
Member Avatar for NardCake

Hello! I have a friend that is really interested in programming, I'm going to try to teach him this summer. I'm posting this to begin a discussion on how I think I'm going to acheive this so he has the best understanding of everything down the line. The title of …

Member Avatar for jwenting
1
493
Member Avatar for NardCake

Hello! Since I've encountered things like this (especially recently) I would like to write this post concerning the topic of version control. (NO! Don't leave yet!) ## Why am I writing this? ## So recently by talking to people in various communities and by simply browsing things I find people …

Member Avatar for NardCake
0
849
Member Avatar for RikTelner

Yeah as mentioned above graphics could be a problem, especially nvidia... There have been issues in the past...

Member Avatar for RikTelner
0
273
Member Avatar for NardCake

Hello! This is mainly a curiousity question, I may apply it to something in the near future though just as an added twist... :D So essentially I want to figure out how a progress indicator is created in the shell. For example with wget or something you may see a …

Member Avatar for L7Sqr
1
196
Member Avatar for NardCake

Hello! So I've always had trouble with permissions/directory ownership and I can't figure this out... I have my apache directory in my home directory (/home/apott/www). I can edit files over FTP and such which is fantastic but I apache doesn't have permission to access the files... I can give it …

Member Avatar for NardCake
0
204
Member Avatar for sk8ndestroy14
Member Avatar for james.lu.75491856

I don't get what this is.. but... PHP: <? echo 'Hello, world!'; ?> C: #include <stdio.h> int main() { printf("Hello, World!"); return 0; } C++: #include <iostream> int main() { cout << "Hello, world!" << "\n"; return 0; } Java: class HelloWorld { public static void main(String[] args){ System.out.println("Hello, world!"); …

Member Avatar for avishek12345
0
298
Member Avatar for NardCake

Hello! I was extremely bored and stumbled accross this website: [Hackerrank](https://www.hackerrank.com) It's a website that contains lots of programming challenges of various types. I signed up and looked at some of the challenges, lots of them are quite over my head since I'm not that skilled or any expert by …

Member Avatar for NardCake
0
622
Member Avatar for <M/>

I've never used a framework before but I hear codeigniter is really nice, and zend is almost always overkill, that's just what I've heard.

Member Avatar for ashutosh08
0
211
Member Avatar for Dani

I will be doing this eventually to I think! I have some ideas but It requires a lot of planning to make them good due to it's sometimes complex nature.

Member Avatar for Dani
1
239
Member Avatar for exN4TURAL
Member Avatar for <M/>
0
349
Member Avatar for Benjamin_5
Member Avatar for NardCake
0
126
Member Avatar for NardCake

Right off the bat I will say this has absolutely nothing to do with Microsoft Visual Basic. Recently I've been practicing language design and development and I've written a few basic interpreters for calculator languages and such and I've decided for some more practice I want to write a basic …

Member Avatar for NardCake
0
185
Member Avatar for nitish.mohiputlall
Member Avatar for robsonminag
0
151
Member Avatar for NardCake

Everything below is currently a concept I'm working on and beginning to write, asking for thoughts or suggestions. Hello! Recently I've been brain storming tons, my mind went back to web development this time around. So I thought about some issues or annoyances, and I thought of a few that …

Member Avatar for NardCake
0
247
Member Avatar for NardCake

Hello! So recently I have written a lexer/tokenizer and am working on a parser for a language with a friend. At this point everything is going great but I'm beginning to think about how I want to do code generation. Are there languages or systems that generate for example C …

Member Avatar for mark5rockzz_1
0
356
Member Avatar for shadowchinna

You should've installed the GRUB bootloader, I've never done it after the fact so I can't help you.

Member Avatar for rubberman
0
194
Member Avatar for alobi

Well, the unidentified index errors occur because (lines 29 and 30) the post data "myusername" and "mypassword" don't exist. My best guess is that that error only occurs before the form is submitted. Now the third error "Use of unidentified constant myusername" is because on line 34 (and other after …

Member Avatar for mmcdonald
0
352
Member Avatar for ganges

Good answers so far, I have a bit to add though. In a way learning a programming language is very, very similar to learning a natural spoken language. Say you grew up speaking English (I have) and you want to learn spanish, you need to practice and use it a …

Member Avatar for NardCake
0
442
Member Avatar for J

Why are you posting in then Java section when you're talking about Javascript? And we can't just give you an answer, you have to show some sort of effort may it be code or whatever.

Member Avatar for <M/>
0
94
Member Avatar for Ancient Dragon

Not to put you down but it looks like you didn't really look into real world use and other hardware research... I personally love Ubuntu Linux but I admit it's a pain in the ass to get drivers working on almost all Linux distributions, Ubuntu is notorious for lack of …

Member Avatar for farmwife
0
623
Member Avatar for pritaeas

I personally love the new layout! It's very modern, clean and just beautiful. It was a pleasent surprise when I visited. The only criticism I have is that I don't feel the top of the site (navigation and such) doesn't really match the rest of the site. I think it …

Member Avatar for diafol
0
1K
Member Avatar for FriXionX

I've never seen it before the only thing I've seen similar to that is `for(;;)` which is essentially an infinite loop, so my best guess is it's an always true if statement for some reason? Have you tested it to see what it does?

Member Avatar for NardCake
0
209
Member Avatar for NardCake

Hello everyone! Recently I have been incredibly interested in language design/implementation. I have written multiple functioning language front ends (Lexer, Parser, some execution) and have decided a few things. My systems are getting ugly, there needs to be more abstraction I can't execute code in the parser -- it's just …

Member Avatar for NardCake
0
324
Member Avatar for <M/>
Member Avatar for kricket7_1

It might not be working for a variety of reasons. What error does the browser give specifically? Also are you sure your computer is connected?

Member Avatar for kricket7_1
0
399
Member Avatar for hapiscrap
Member Avatar for Klahr_R
Member Avatar for james.lu.75491856

I normally like to keep my code spaced, clear, and easy to read. So I don't normally have any epic one liners in any programming languages. On the web design side, I have very messy CSS with some epic one liners, just some very long stylings on one line.

Member Avatar for vegaseat
0
171
Member Avatar for lewashby

Just like stated above, things that you're interested in. I personally think Register/Login systems, mini blog/posting systems are good practice as a lot of the big things in the language are practiced in that way.

Member Avatar for diafol
0
179
Member Avatar for ahmad.albab.87

For MySQLi you could use mysqli_real_escape_string($string); // For procedural style

Member Avatar for ahmad.albab.87
0
249
Member Avatar for joshl_1995

Assuming web design here. I would say to maybe offer services to local businesses that also need exposure and you could get the feel on pricing.

Member Avatar for joshl_1995
0
207
Member Avatar for NardCake

(Sorry if this is the wrong section) Hello! Recently I have fallen in love with the [D programming language](http://dlang.org/) after discovering it and [reading the book by Andrei Alexandrescu](www.amazon.com/exec/obidos/ASIN/0321635361/classicempire). It really is a beautiful and wonderful language to write in, especially with the standard library (Phobos). I was just curious …

Member Avatar for NardCake
0
275
Member Avatar for NardCake

Hello! I'm very interested in compiler/language design but It's an extremely complicated topic so I've recently tried to wrap my head around and understand one of the beginning and main parts, lexical analyzation. I'm not here to ask for code or anything but I've tried thinking up various methods of …

Member Avatar for NardCake
0
163
Member Avatar for NardCake

Hello! Recently I ordered a [server off of amazon](http://www.amazon.com/Dell-PowerEdge-2850-3-2GHz-146GB/dp/B0058IFH3E/ref=sr_1_175?s=pc&ie=UTF8&qid=1374596420&sr=1-175). It arrived today, I opened it and there wasn't a Power cord even though it was listed to be included on the amazon page. I don't know a lot about this stuff but I know power cords are relatively cheap so …

Member Avatar for NardCake
0
144

The End.