// Assuming that your url will always have a path part,
// and there are no slashes in the query or fragment parts:
string relativeUrl = url.Substring(9, url.LastIndexOf('/') + 1);
...
C# On Get base without file/path
by Ants,
July 01, 2011 11:35
// Assuming that your url will always have a path part,
// and there are no slashes in the query or fragment parts:
string relativeUrl = url.Substring(9, url.LastIndexOf('/') + 1);
...
C# On keyboard input manager, hel...
by Innogueneivow,
June 30, 2011 02:35
diicukrRaDj <a href=http:...
C# On FNV-1 and FNV-1a Hash for 3...
by Rik Hemsley,
June 30, 2011 01:48
Sorry for the duplicate pos...
namespace LambdaHash
{
public class Constants
...
C# On FNV-1 and FNV-1a Hash for 3...
by Rik Hemsley,
June 30, 2011 01:47
I think this would be fixed...
namespace LambdaHash
{
public class Constants
...
C# On FNV-1 and FNV-1a Hash for 3...
by Rik Hemsley,
June 30, 2011 01:47
I think this would be fixed...
namespace LambdaHash
{
public class Constants
...
C# On FNV-1 and FNV-1a Hash for 3...
by Rik Hemsley,
June 30, 2011 01:47
I think this would be fixed...
namespace LambdaHash
{
public class Constants
...
C# On FNV-1 and FNV-1a Hash for 3...
by Rik Hemsley,
June 30, 2011 01:46
I think this would be fixed...
public static class Hash
{
public delegate T HashFunction<T>(T hash, byte data);
...
C# On FNV-1 and FNV-1a Hash for 3...
by Rik Hemsley,
June 28, 2011 07:59
This runs a little slower (...
class Program
{
static void Main(string[] args)
...
C# On Check all tasks are finishe...
by https://www.google.com/accounts/o8/id?id=AItOawkI7Qfyfp66B3kjzjs8HlGnI8zkbNlulE4,
June 23, 2011 03:12
IDisposable implemented pro...
C# On substring according to sign
by anyname.myopenid.com,
June 22, 2011 09:37
thanks , when i click on th...
C# On substring according to sign
by anyname.myopenid.com,
June 22, 2011 09:37
thanks , when i click on th...
C# On substring according to sign
by anyname.myopenid.com,
June 22, 2011 09:36
thanks , when i click on th...
C# On substring according to sign
by anyname.myopenid.com,
June 22, 2011 09:36
hmmm thanks , when i click ...
C# On substring according to sign
by anyname.myopenid.com,
June 22, 2011 09:35
hmmm thanks , when i click ...
Just realized that 'Segment...