drumnbass.be forum

drumnbass.be forum » Drumnbass scene » Offtopic banter » Is Surya a robot?
Go to the bottom of this page Is Surya a robot?
Author
Post
Surya Surya is a male
The Robot


images/avatars/avatar-1127.gif

Registration Date: 04-11-2002
Posts: 11,238

Helpfulness rating: 
44 Vote(s) - Average Rating: 9.27

Ah, tell me Big Grin

__
"In dnb you should make people jump not swim"
- Pieter Frenssen 2004


30-11-2004 00:39 Homepage of Surya
echo virus echo virus is a male
Cool Steppa


images/avatars/avatar-386.gif

Registration Date: 16-09-2004
Posts: 202

Helpfulness rating: 
1 Vote(s) - Average Rating: 10.00

A piece of Surya's Basecode: (For real!! Pleased )

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
//Code model 0487#47854//84576
<processModel enable="true" 
              """
            maxWorkerThreads="250000" 
            maxIoThreads="250000" />
<!-- File: slow.aspx -->
public interface IAsyncResult
{
  public object     AsyncState             { get; }
  public bool       CompletedSynchronously { get; }
  public bool       IsCompleted            { get; }
  public WaitHandle AsyncWaitHandle        { get; }
}
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Reflection" %>
<%@ Import Namespace="System.Threading" %>

<script runat="server">
  protected void Page_Load(object src, EventArgs e)
  {
    System.Threading.Thread.Sleep(2000);
    Response.Output.Write("SlowResponse, threadid={0}",
                    AppDomain.GetCurrentThreadId());
  }
</script>
<!-- File: fast.aspx -->
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Reflection" %>
public interface IHttpAsyncHandler : IHttpHandler
{
  IAsyncResult BeginProcessRequest(HttpContext ctx,
                                   AsyncCallback cb, 
                                   object obj);
  void EndProcessRequest(IAsyncResult ar);
}

<script runat="server">
  protected void Page_Load(object src, EventArgs e)
  {
    Response.Output.Write("FastResponse, threadid={0}",
                    AppDomain.GetCurrentThreadId());
  }
</script>
public interface IAsyncResult
{
  public object     AsyncState             { get; }
  public bool       CompletedSynchronously { get; }
  public bool       IsCompleted            { get; }
  public WaitHandle AsyncWaitHandle        { get; }
}

public interface IHttpAsyncHandler : IHttpHandler
{
  IAsyncResult BeginProcessRequest(HttpContext ctx,
                                   AsyncCallback cb, 
                                   object obj);
  void EndProcessRequest(IAsyncResult ar);
}
<!-- AsyncPage.aspx -->
<%@ Page Language="C#" 
    Inherits="EssentialAspDotNet.HttpPipeline.AsyncPage" %>
<%@ import Namespace="System.Reflection" %>
<%@ import Namespace="System.Threading" %>

<script runat="server">
protected void Page_Load(object src, EventArgs e)
{
   System.Threading.Thread.Sleep(2000);
   Response.Output.Write("AsyncPage, {0}",
                         AppDomain.GetCurrentThreadId);
}
</script>
public interface IHttpAsyncHandler : IHttpHandler
{
  IAsyncResult BeginProcessRequest(HttpContext ctx,
                                   AsyncCallback cb, 
                                   object obj);
  void EndProcessRequest(IAsyncResult ar);
}


__

30-11-2004 00:54 Homepage of echo virus
echo virus echo virus is a male
Cool Steppa


images/avatars/avatar-386.gif

Registration Date: 16-09-2004
Posts: 202

Helpfulness rating: 
1 Vote(s) - Average Rating: 10.00

Oh, before I forget: It's on a standalone platform, NO Windows/*Unix used Shocked

__

30-11-2004 00:56 Homepage of echo virus
Muad'Dib Muad'Dib is a male
Andrejnalin


images/avatars/avatar-2169.jpg

Registration Date: 02-12-2003
Posts: 4,197

Helpfulness rating: 
18 Vote(s) - Average Rating: 9.50

quote:
Originally posted by echo virus
A piece of Surya's Basecode: (For real!! Pleased )


Where is the main control thread?! Is it hidden or incorporated in the separate platform? Hihi

__
Thinking about becoming an Image-Line/FL Studio customer? Want a 10% reduction in price? Use this affiliate link:

http://affiliate.image-line.com/BADEBDG473

There is no such thing without its opposite
-Bene Gesserit
30-11-2004 09:43 Homepage of Muad'Dib
Airfull Airfull is a female
Sexy Lady


images/avatars/avatar-24.jpg

Registration Date: 09-11-2002
Posts: 2,455

Helpfulness rating: 
9 Vote(s) - Average Rating: 8.67

quote:
Originally posted by Surya
Ah, tell me Big Grin


those 14 pages of icq???? Big Grin

__

ONE BULLET? TWO BULLETS? THE THIRT ONE IS THROUGH MY HEAD!
30-11-2004 10:25
Surya Surya is a male
The Robot


images/avatars/avatar-1127.gif

Registration Date: 04-11-2002
Posts: 11,238

Helpfulness rating: 
44 Vote(s) - Average Rating: 9.27

Shhhhhhhh Smile

__
"In dnb you should make people jump not swim"
- Pieter Frenssen 2004


30-11-2004 11:34 Homepage of Surya
echo virus echo virus is a male
Cool Steppa


images/avatars/avatar-386.gif

Registration Date: 16-09-2004
Posts: 202

Helpfulness rating: 
1 Vote(s) - Average Rating: 10.00

quote:
Originally posted by muaddib
quote:
Originally posted by echo virus
A piece of Surya's Basecode: (For real!! Pleased )


Where is the main control thread?! Is it hidden or incorporated in the separate platform? Hihi


It's in the S.C.P.P. (Self Containing Platform Protocol)
Purpose build for this application! Huh

__

30-11-2004 11:56 Homepage of echo virus
Surya Surya is a male
The Robot


images/avatars/avatar-1127.gif

Registration Date: 04-11-2002
Posts: 11,238

Helpfulness rating: 
44 Vote(s) - Average Rating: 9.27

Damn, learning a lot about myself here Smile

__
"In dnb you should make people jump not swim"
- Pieter Frenssen 2004


30-11-2004 11:59 Homepage of Surya
echo virus echo virus is a male
Cool Steppa


images/avatars/avatar-386.gif

Registration Date: 16-09-2004
Posts: 202

Helpfulness rating: 
1 Vote(s) - Average Rating: 10.00

quote:
Originally posted by Surya
Damn, learning a lot about myself here Smile


That's the way of (artificial) life Pleased Pleased

__

30-11-2004 12:33 Homepage of echo virus
Pages (2): « previous 1 [2]
drumnbass.be forum » Drumnbass scene » Offtopic banter » Is Surya a robot?