Search

March 18, 2015
General »
...func;
  }
  // Call the compiled Lua function
  auto ret = _S[url.pathString[1..$]].call!(LuaTable)();
  string...
March 17, 2015
Issues »
...string ret;
    name = [cast(char)(idx + '0')];
    ret ~= name;
    if (idx < 2) {
        string subname;
        ret...
March 14, 2015
LDC »
...0), double %2, i32 %3, i32 %4)
  ret void
}

The only guess I have right...
March 05, 2015
Learn »
...public ubyte[] asArray() { ubyte[] ret = (cast(ubyte*)ptr)[0..cap]; return ret; }
    public void* getPtr...
March 05, 2015
Learn »
...public ubyte[] asArray()
	{
		ubyte[] ret = (cast(ubyte*)ptr)[0..cap];
		return ret;
	}

	public void* getPtr...
March 02, 2015
Learn »
...void querySQLite(string dbName)
{
	sqlite3* db;
	auto ret = sqlite3_open(toStringz(dbName), &db);
	string query...
February 26, 2015
DMD »
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 056561d7a94f56491c62ec967ee4e4d965c26e95
      https...
February 23, 2015
LDC »
...16(%rdi),%rax			// add offset from descriptor
	ret
LlazyAllocate:
        ...

http://www.opensource.apple.com/source...
February 20, 2015
Issues »
...20h
  000000000000002A: 5D                 pop         rbp
  000000000000002B: C3                 ret

I.e. the call to lock is...
February 13, 2015
Learn »
...select * from Card";
		Card[] ret = MysqlOrmUtil.exeQueryToObjArr!Card(sql,conn);
		return ret;
	}


public void createCards...
60 61 62 63 64 65 66 67 68 69 70 71
Next ›   Last »