Search lua-l
This index contains 143,615 documents and
1,774,615 keywords. Last update on
2023-03-09 .
- 101. Re: Hash Table Collisions (n.runs-SA-2011.004) (score: 122)
- Author: David Favro <lua@...>
- Date: Thu, 05 Jan 2012 15:44:42 -0500
- I had a rather amateurish go at Mr. Abeille's generous offer to DoS his server using the method he described (colliding HTTP headers), and tcpserver+Nanoki seemed to serve it well. 36k colliding head
- 102. Re: Hash Table Collisions (n.runs-SA-2011.004) (score: 122)
- Author: Petite Abeille <petite.abeille@...>
- Date: Wed, 4 Jan 2012 00:28:53 +0100
- Bah... In the meantime, feel free to break Nanoki, which sports an HTTP server implemented in pure Lua. The HTTP implementation doesn't impose any limit of any kind and will happily attempt to proces
- 103. Struct library patch WAS: Roberto's struct library missing "size" function? (score: 122)
- Author: Flemming Madsen <lua@...>
- Date: Thu, 15 Oct 2009 09:50:49 +0200
- I recently had to do some serious binary manipulations. The 'struct' library came in very handy, but fell short in a couple of case this is addressed with the attached patch. (Which btw. also adds
- 104. lex patch (score: 122)
- Author: Edgar Toernig <froese@...>
- Date: Fri, 05 Apr 2002 01:35:09 +0200
- Hi, recent posts discussed EOL-differences. The lexical analyzer in Lua has similar problems with 'foreign' EOLs. Another problem is that it is locale specific. I've backported some of my changes of
- 105. Re: PATCH: fixes bug with calling garbage collector from custom lua_Alloc (score: 119)
- Author: "Robert G. Jakabosky" <bobby@...>
- Date: Sat, 3 May 2008 20:18:09 -0700
- Updated patch attached "emergency_gc_fixes.patch". The patch fixes some bugs where the garbage collector (GC) will free an object that is being created and hasn't been put onto the Lua stack or added
- 106. enum patch (help request!) (score: 117)
- Author: Asko Kauppi <asko.kauppi@...>
- Date: Thu, 17 Mar 2005 11:57:19 +0200
- I got the enum patch working, that's good news. The bad news is, it's actually slower than my userdata-based approach (outside of lua core) used to be.. So. I'd very much like someone to read the cod
- 107. Lua 5.1 wrapper for libgpiod for accessing GPIO from Lua on OpenWRT (score: 116)
- Author: "Marek Novak | ACRIOS Systems s.r.o." <novak@...>
- Date: Tue, 7 Sep 2021 18:11:56 +0200
- Hello community, I have just posted a patch for libgpiod repository (branch v1.0.x) adding Lua 5.1 binding. Lua 5.1 is used in current OpenWRT Linux distribution as the main scripting language and I
- 108. Re: Re: Bug report : A weak table reuse a string key that already free (score: 114)
- Author: "findstr@..." <findstr@...>
- Date: Wed, 16 Aug 2017 10:32:14 +0800
- I think this issue only applies to long string keys, right? one reason long strings are special is that long string is the only type in Lua of which different objects might be regarded as being equa
- 109. Re: PATCH: fixes bug with calling garbage collector from custom lua_Alloc (score: 113)
- Author: "Robert G. Jakabosky" <bobby@...>
- Date: Mon, 12 May 2008 14:06:33 -0700
- Updated patch attached 'emergency_gc-5.1.3.patch'. Fixed a bug with the old 'arg' table used by vararg functions when "LUA_COMPAT_VARARG" is defined in luaconf.h. Done. Custom allocators replace the
- 110. Re: Lua in a windowing enviroment (score: 113)
- Author: Dave Nichols <dave.nichols@...>
- Date: Fri, 20 Oct 2006 17:40:26 +0100
- Also if any lua support guys are listening I was wondering if it might be better to just add this to the library at some point. The way I hacked it before the library worked exactly the way it used
- 111. binding issues (score: 109)
- Author: Adolf Mathias <dolfi@...>
- Date: Wed, 19 Feb 2003 10:10:20 +0100
- Hi folks, the whole binding issue (tolua vs SWIG etc) went through my mind recently, and I came up with this atrocity for Lua-5.0 and Linux. It is of course seriously non-portable, but similar hacks
- 112. Re: EndOfLine Pattern Matching (score: 109)
- Author: RLake@...
- Date: Thu, 4 Apr 2002 10:06:41 -0500
- I really wasn't going to get into this but I ended up thinking about it whilst walking to work this morning. I also think that \n\r is not a real line ending. If that's the case, you could use the so
- 113. Re: parsing improvement (score: 106)
- Author: Brigham Toskin <brighamtoskin@...>
- Date: Tue, 2 Jun 2015 10:30:33 -0700
- That code is converting from the ascii value[1] of the numerical character to the equivalent decimal digit by subtracting the offset of the first ascii digit (0x30 == '0'), and shifting it left one p
- 114. Re: parsing improvement (score: 106)
- Author: Lionel Duboeuf <lionel.duboeuf@...>
- Date: Tue, 2 Jun 2015 16:52:30 +0200
- great, i will test it, thanks!. I'm not familar with byte decoding. Do you know any resource that deals with byte manipulation so that i can understand this kind of line: "n = 10 * n + (c1 - 0x30)"
- 115. Re: Experiments with the C++ resumable functions (a.k.a. the coroutines TS) and Lua API (score: 105)
- Author: Philippe Verdy <verdyp@...>
- Date: Thu, 28 May 2020 12:10:57 +0200
- Generators using coroutines is not the best way to implement them; it is simpler to use a first function that returns the generator function inside the closure of the first function that contains the
- 116. Re: PATCH: fixes bug with calling garbage collector from custom lua_Alloc (score: 105)
- Author: "Robert G. Jakabosky" <bobby@...>
- Date: Fri, 9 May 2008 19:04:05 -0700
- Updated patch attached 'emergency_gc-5.1.3.patch'. Fixed the infinite loop bug and added memory limit support to the Lua core. This new patch removes the need for a custom allocator like the one used
- 117. Re: lua-l Digest, Vol 12, Issue 89 (score: 104)
- Author: Michelle Jenkins <ultraluxurylife@...>
- Date: Fri, 22 Jul 2011 15:12:25 -0400
- Thank you everyone that have replied to my request about multidimensional arrays. I have gotten some help and now have my pieces snaping to the board the way I want them. The code the person helped
- 118. luac - library preload support (score: 103)
- Author: "Robert G. Jakabosky" <bobby@...>
- Date: Sat, 17 Oct 2009 20:38:01 -0700
- I have added library preloading support to luac (Lua compiler) with the attached patch. It works like luac.lua [1], except it works on systems with different bit sizes then x86 (it hacks the bytecode
- 119. Serializing LUA tables via TinyXml (score: 103)
- Author: "Framework Studios: Hugo" <hugo@...>
- Date: Sun, 20 Mar 2005 21:39:32 +0100
- Hi, I couldn't find any existing source-code for serializing LUA tables to and from Xml using TinyXml, not even on Google, so here it is. ^-^ Feel free to use this in any way you want. I've written i
- 120. Re: UTF-8 testing (score: 101)
- Author: Jo-Philipp Wich <xm@...>
- Date: Thu, 06 Jan 2011 20:52:06 +0100
- Another one attached, in C. I use it mainly to validate UTF8-8 data, the buf_putchar() calls could be replaced with a simple length++. With the mentioned length++ changes I counted 42133 chars. ~ Jow
Search by
Namazu v2.0.21