C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 12-20-2007, 06:17 PM   #16
Registered User
 
Join Date: Jan 2005
Posts: 7,246
An "official" wiki is probably up to the webmaster, and he generally only has time to upgrade the site in (somewhat rare) spurts. So if you're lucky and catch him when he's not busy then you might be able to convince him to set it up.

Otherwise, you'll have to get somebody to start an unofficial one.
Daved is offline   Reply With Quote
Old 12-20-2007, 06:31 PM   #17
Frequently Quite Prolix
 
dwks's Avatar
 
Join Date: Apr 2005
Location: Canada
Posts: 7,698
Quote:
Originally Posted by zacs7 View Post
If you put it like that then it's very appealing.
As opposed to putting it like what?

Quote:
You could always start a 'non-official' wiki, if it worked and if the mods liked it then it could become 'official'?
That was my thinking.

Quote:
An "official" wiki is probably up to the webmaster, and he generally only has time to upgrade the site in (somewhat rare) spurts. So if you're lucky and catch him when he's not busy then you might be able to convince him to set it up.

Otherwise, you'll have to get somebody to start an unofficial one.
Yes, I know. I'm not counting on getting an official one. If there was any chance of this it probably would already have happened.
__________________
dwk

Seek and ye shall find. quaere et invenies.

"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell


Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net

My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.
dwks is offline   Reply With Quote
Old 12-20-2007, 08:00 PM   #18
Woof, woof!
 
zacs7's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 3,289
Well go for it

I'd use it, even edit it if you want... got a fair bit of time at the moment.

EDIT: If you're looking for hosting, see if sourceforge.net would host it (they do host websites, but only if they're really programing related). After all the wiki would really be opensource -- I can try to register it for sf.net (then the other wikiers can 'join' the project)
__________________
"I.T. gets the chicky-babes" - M. Kelly
bakefile | vim

Last edited by zacs7; 12-21-2007 at 12:40 AM.
zacs7 is offline   Reply With Quote
Old 12-21-2007, 03:30 AM   #19
Mysterious C++ User
 
Elysia's Avatar
 
Join Date: Oct 2007
Posts: 14,769
Go for it!
Looking forward to a user-wiki!
__________________
Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System
I dedicated my life to helping others. This is only a small sample of what they said:
"Thanks Elysia. You're a programming master! How the hell do you know every thing?"
Quoted... at least once.
Quote:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 12-21-2007, 03:57 AM   #20
Woof, woof!
 
zacs7's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 3,289
k, I've done it. It's pending (awaiting approval). I'm not sure it classifies -- I've read the terms and conditions, but I'm no lawyer.

This is what I wrote:
Quote:
cboard provides the community with information about the C++, C and C# programming languages, with examples, FAQs, common pitfalls and both current, future and proposed language developments. It aims to provide new, and experienced opensource software programmers a solution into developing higher quality, more "cross-programmer friendly" programs, libraries and code.
Corny yes, but I had to make it sound like it is actually something and will benift everyone.
__________________
"I.T. gets the chicky-babes" - M. Kelly
bakefile | vim
zacs7 is offline   Reply With Quote
Old 12-21-2007, 04:30 AM   #21
Deathray Engineer
 
MacGyver's Avatar
 
Join Date: Mar 2007
Posts: 3,211
Sounds interesting, and something I would consider myself more than willing to assist.

I could contribute with undefined C code written for DOS.
__________________
MacGyver is offline   Reply With Quote
Old 12-21-2007, 05:03 AM   #22
Woof, woof!
 
zacs7's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 3,289
> I could contribute with undefined C code written for DOS
Haha, in other words -- what you normally write

Btw the project name is cboard and the UNIX name is cboardwiki.
So it'll be http://cboardwiki.sf.net/void_main for example (pretty easy to remember).
__________________
"I.T. gets the chicky-babes" - M. Kelly
bakefile | vim
zacs7 is offline   Reply With Quote
Old 12-21-2007, 07:14 AM   #23
Cat without Hat
 
CornedBee's Avatar
 
Join Date: Apr 2003
Posts: 8,492
I get a 404.
__________________
All the buzzt!
CornedBee

"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
CornedBee is offline   Reply With Quote
Old 12-21-2007, 07:16 AM   #24
Mysterious C++ User
 
Elysia's Avatar
 
Join Date: Oct 2007
Posts: 14,769
It's not up yet, is it? Pending, I think?
__________________
Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System
I dedicated my life to helping others. This is only a small sample of what they said:
"Thanks Elysia. You're a programming master! How the hell do you know every thing?"
Quoted... at least once.
Quote:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 12-21-2007, 08:54 AM   #25
Software Developer
 
jverkoey's Avatar
 
Join Date: Feb 2003
Location: University of Waterloo
Posts: 1,916
Seems I got to this post a bit late, but I've been working on this exact thing (though with a broader approach to it) for a little while now.

Open Tutorials

It's currently hosted on my home server, and I wasn't planning on pushing it online until it had some solid tutorials, but now that there's interest that may happen sooner than I thought.

Some features that I've added to make the system nice to use:

Syntax highlighting for any language.
Some graphics for use in categorizing tutorials visually.
Latex math support (with an AJAX editor for real-time testing).

Tutorials that are written already:
Visual Studio
Debug Console Output
Forcing a Debug Break
Visual Studio Makefiles - in the works

C++
Pointers and References
Defining Classes

Win32
Screen Capture

NeHe
Tutorial 1 in the works


I have plans on converting NeHe's OpenGL tutorials over to the OpenTutorials project, because I mean, they're great, but they were written years ago and are starting to grow some minor cobwebs.

Last edited by jverkoey; 12-21-2007 at 01:07 PM.
jverkoey is offline   Reply With Quote
Old 12-21-2007, 09:01 AM   #26
Software Developer
 
jverkoey's Avatar
 
Join Date: Feb 2003
Location: University of Waterloo
Posts: 1,916
I've also started a similar project, but geared towards academic courses: Glance.

It currently only encompasses one of my terms at Waterloo.
jverkoey is offline   Reply With Quote
Old 12-21-2007, 12:28 PM   #27
Registered User
 
Join Date: Jan 2005
Posts: 7,246
>> So it'll be http://cboardwiki.sf.net/void_main for example

Are you sure you want to be using the cboard name? I don't personally care, but this site is owned by somebody and referencing the name without permission might not be a cool thing to do for an unofficial wiki.
Daved is offline   Reply With Quote
Old 12-21-2007, 01:58 PM   #28
Protocol Test Engineer
 
ssharish2005's Avatar
 
Join Date: Sep 2005
Location: fseek(UK)
Posts: 1,323
This looks cool, i can have a link to wiki on my signature . Perhaps i could contribute a bit on some of tutorial which i have already written.

ssharish
ssharish2005 is offline   Reply With Quote
Old 12-21-2007, 02:57 PM   #29
Frequently Quite Prolix
 
dwks's Avatar
 
Join Date: Apr 2005
Location: Canada
Posts: 7,698
Quote:
>> So it'll be http://cboardwiki.sf.net/void_main for example

Are you sure you want to be using the cboard name? I don't personally care, but this site is owned by somebody and referencing the name without permission might not be a cool thing to do for an unofficial wiki.
"cboard" (especially with no capitalization) is a common enough name that I don't think you'll get in too much trouble for using it.

http://bjk.sourceforge.net/cboard/
http://www.c-board.com/
http://linux.die.net/man/6/cboard

As long as you put something like "The Unofficial CBoard Wiki", it'll probably be okay. But that's just my opinion, and I'm not a lawyer or anything either.

jverkoey, your Wikis look interesting. You should consider moving them to the Wiki, whichever one we end up using. I do think, however, that it would be best for us to use a Wiki on sourceforge or something -- an unaligned site, if you will. My first thought was to create something like cbwiki.theprogrammingsite.com, but then I'd have to administer it.
__________________
dwk

Seek and ye shall find. quaere et invenies.

"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell


Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net

My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.
dwks is offline   Reply With Quote
Old 12-21-2007, 03:05 PM   #30
Deathray Engineer
 
MacGyver's Avatar
 
Join Date: Mar 2007
Posts: 3,211
Quote:
Originally Posted by zacs7 View Post
> I could contribute with undefined C code written for DOS
Haha, in other words -- what you normally write
Code:
#include <stdio.h>
#include <conio.h>
#include <conio.h>
#include <conio.h>
#include <conio.h>
#include <conio.h>

void main(void)
{
     char i, msg[] = "Hello world!\n\n\n\n";
     fflush(stdin);

     for(i=0;i<msg;i++)
     {
          putch(msg[i]);
     }

     getch();
     fflush(stdin);
}


Quote:
Originally Posted by Daved View Post
>> So it'll be http://cboardwiki.sf.net/void_main for example

Are you sure you want to be using the cboard name? I don't personally care, but this site is owned by somebody and referencing the name without permission might not be a cool thing to do for an unofficial wiki.
Yeah, I was thinking of that. I was actually waiting for a moderator to say something.
__________________
MacGyver is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wiki FAQ Queatrix General Discussions 6 03-25-2007 03:39 AM
Wiki for Tutorials jverkoey General Discussions 7 08-16-2005 03:03 PM
FAQ Check/Lock RoD A Brief History of Cprogramming.com 2 10-15-2002 11:21 AM


All times are GMT -6. The time now is 09:16 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22