Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~289 People Reached
Favorite Tags
php x 2
c++ x 1
Member Avatar for delle

Creating a multi-column list from WordPress' default function (wp_post_page()) is a pain. I was tasked to create a multi-column list and realized there wasn’t a simple argument to do so. With that said, I have to create a code which should do the job…and it does the job so well… …

0
39
Member Avatar for delle

I wrote a little test program to try to figure out some problems I am having in another program I'm working on. Code: [CODE]# include <iostream> # include <string> using namespace std; void ahoy(string nameEntered) { cout << "Ahoy, " << nameEntered << "!" << endl; } int main() { …

Member Avatar for Duki
0
201
Member Avatar for delle

When you’re stucked with an empty page on Webclassifieds that you only see the header and the footer with a blank white page in between, you must be on a page that never existed. A quick way to reproduce this is to try to append any string on your URL, …

0
45