Search found 366 matches

by RyoDC
Sun Jun 23, 2013 8:23 am
Forum: Programming Discussion
Topic: C++ exceptions
Replies: 2
Views: 501

C++ exceptions

Are they supported by KOS?
Should I use them or should I avoid their usage?

P.S. Some interesting discussion on the topic: http://stackoverflow.com/questions/2226 ... ons-or-not
by RyoDC
Sat Jun 22, 2013 3:55 pm
Forum: /dev/null
Topic: Good Quality Healthy Tips
Replies: 3
Views: 601

Re: Good Quality Healthy Tips

Who do you talkin to?
by RyoDC
Thu Jun 13, 2013 2:32 pm
Forum: Off-Topic Forum
Topic: Wordpress help?
Replies: 6
Views: 646

Re: Wordpress help?

It's a very specific question, anyway, what's your problem? Dropdown menu don't dropdown or what? I didn't got. Describe your problem more comprehensively.
by RyoDC
Wed Jun 12, 2013 3:49 am
Forum: Off-Topic Forum
Topic: Wordpress help?
Replies: 6
Views: 646

Re: Wordpress help?

I think you should easily find the solution on the net, just try a google search.
by RyoDC
Sun Jun 09, 2013 4:54 am
Forum: /dev/null
Topic: ATTN: Jeeba
Replies: 6
Views: 476

Re: ATTN: Jeeba

I wanna fuck Jeeba Jabba's and he's mom
by RyoDC
Thu Jun 06, 2013 9:34 am
Forum: Programming Discussion
Topic: Stacksize in KOS
Replies: 2
Views: 389

Re: Stacksize in KOS

So the thread model are now in the core of KOS?
Like all work with hardware now inlcudes threads, no poll mode anymore?
by RyoDC
Thu Jun 06, 2013 8:32 am
Forum: Programming Discussion
Topic: How the data loads in cache?
Replies: 6
Views: 990

Re: How the data loads in cache?

So there will be some delay, right? Is there's any way to pre-load that data?

What data are initially in the cache?
by RyoDC
Tue Jun 04, 2013 2:28 pm
Forum: Off-Topic Forum
Topic: Free Album Download
Replies: 5
Views: 681

Re: Free Album Download

Well, album is not bad. Despite i'm more fan of John Frusciante vintage sound with multiple layered guitars passed thru complex serious of various effects and artificial synthesizing hardware, I can say, that the album not bad at all. I even want to say it good in some ways. For the first time I saw...
by RyoDC
Tue Jun 04, 2013 6:05 am
Forum: /dev/null
Topic: The Dreamcast
Replies: 7
Views: 707

Re: The Dreamcast

Posted from my Eniac 6550.
by RyoDC
Tue Jun 04, 2013 5:48 am
Forum: Programming Discussion
Topic: How the data loads in cache?
Replies: 6
Views: 990

How the data loads in cache?

I mean, we have a data cache, for example, about of 16 Kbytes on SH4 processor.
How the processor knows which data and when (and how much of them) to load into cache?
by RyoDC
Mon Jun 03, 2013 7:17 am
Forum: Official Sylverant PSO Server Forum
Topic: PSO Network Trial Edition?
Replies: 57
Views: 7806

Re: PSO Network Trial Edition?

Better add support for PSO2 :)
by RyoDC
Mon Jun 03, 2013 6:20 am
Forum: /dev/null
Topic: Merry Darc
Replies: 3
Views: 355

Merry Darc

Hi everyone, I want to make my come-out. Livin' this life, for a 25 years, I have finally realised, that I'm a gay. I can't give a womans what they want, nor in sexual, nor in daily life plane. So I want to make my commitment: I want to marry Darc. Darc, come and join me! We will make a perfect gay ...
by RyoDC
Mon Jun 03, 2013 2:33 am
Forum: Off-Topic Forum
Topic: Hello Chaps
Replies: 10
Views: 878

Re: Hello Chaps

Thumbp up for Letur Left
by RyoDC
Mon Jun 03, 2013 2:03 am
Forum: Off-Topic Forum
Topic: Furious 6. & 7 Discussion
Replies: 12
Views: 1051

Re: Furious 6. & 7 Discussion

And i wiil be your priest
by RyoDC
Sun Jun 02, 2013 7:02 am
Forum: Off-Topic Forum
Topic: Annoyed with Pain management docs and DEA pressure..rant
Replies: 14
Views: 2123

Re: Annoyed with Pain management docs and DEA pressure..rant

Not sure if thst's a good advice, Roofus. Marijuana effects are still in researchment, so the damage, whcih can caused by the usage of marijuana can actually overweight it's benefit. But in small doses,.. yeah, there may be some therapeutic effct. What about opiates - they are very dangerous, becaus...
by RyoDC
Sun Jun 02, 2013 6:07 am
Forum: Developmental Ideas
Topic: Program/game development
Replies: 5
Views: 1757

Re: Program/game development

>but i still got no idea how to do so you can have infinite gates without typing every 1 of them You mean, not typing them in the code? Then the strategy is simple: 1. Create a class that describes your Logic gate as an entity in the memory wth all needed fields, inputs, etc.. 2. When user wants to ...
by RyoDC
Sun Jun 02, 2013 5:13 am
Forum: Developmental Ideas
Topic: Program/game development
Replies: 5
Views: 1757

Re: Program/game development

So what's the problem? There's no silver bullet in a program design. You can use some patterns, proved by time (they are even called "desgin patterns", google'em), but there's no thing like a golden solution for all problems that can arise while developing your program. For simulating logi...