search for: glazer

Displaying 5 results from an estimated 5 matches for "glazer".

Did you mean: blazer
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
...the dependency > and (basic) formula support. > > No, I can't back up this with any facts - just my thoughts > - hopefully it's of some help, and I haven't just rambled > away completely aimlessly. > > -- > Mats > > > On 21 August 2015 at 14:23, Jason Glazer via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> > wrote: > > I am thinking about writing a new open source > spreadsheet application since I think the spreadsheet > applications out there (Microsoft Excel, LibreOffice >...
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
...ight be a good target. Overall, is this a good project to use LLVM? Is there existing open source code for compiling expressions using LLVM that you would recommend for this project? Any suggestions or concerns about this approach? Is anyone interested in helping out? Thanks Jason -- Jason Glazer, P.E., GARD Analytics, 90.1 ECB chair Admin for onebuilding.org building performance mailing lists
2004 Dec 11
0
Security exploit downloaded with FLAC?
On Sat, Dec 11, 2004 at 07:37:40PM -0500, Helen Glazer wrote: > As is my routine every couple of weeks, I ran Pest Patrol anti-spyware > software, and was disturbed to find it came back saying that the file > FLAC/COPYING.FDL was a security exploit known as "Virus Tutorial" or > VTool/jul2. This has left me wondering if FLAC...
2004 Dec 11
2
Security exploit downloaded with FLAC?
As is my routine every couple of weeks, I ran Pest Patrol anti-spyware software, and was disturbed to find it came back saying that the file FLAC/COPYING.FDL was a security exploit known as "Virus Tutorial" or VTool/jul2. This has left me wondering if FLAC is to be trusted. Here's what PestPatrol's web site has to say about it: Exploit: A way of breaking into a system. An
2000 Oct 02
4
Debugging dynloaded C-code with gdb
...those shown by fprintf in the second last statement: Breakpoint 7, edgelGrouping ( curv_vec=0x44262987 "D", 'ΓΏ' <repeats 199 times>..., curv_mat=0x442620cc, or_mat=0x442c90a4, loc_mat=0x4433007c, xdim=752, ydim=558, hashTable=0xbff7f044, hashInd=0xbfffdf84) at glazer.c:216 216 dyPixel = loc_mat[k][l] / 16; 6: xnb = 9.1245819032751532e-313 5: ynb = 0 4: dxPixel = 1143349452 3: dyPixel = 478 (gdb) n 217 dxPixel = loc_mat[k][l] - 16 * dyPixel; 6: xnb = 9.1245819032751532e-313 5: ynb = 0 4: dxPixel = 1144553335 3: dyPixel = 1144193148 (gdb) n 218...