search for: smirl

Displaying 20 results from an estimated 52 matches for "smirl".

Did you mean: smil
2011 Apr 15
0
Jon Smirl wants to stay in touch on LinkedIn
LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Jon Smirl Jon Smirl Owner at Lowpan Greater Boston Area Confirm that you know Jon Smirl https://www.linkedin.com/e/-gxn07g-gmig50u9-6g/isd/2700362068/oNT1_dqu/ -- (c) 2011, LinkedIn Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.zytor.com/pi...
2004 Oct 16
1
0.184 -- gcc: warning: `-x c' after last input file has no effect
What do I need to do to fix this? [jonsmirl@smirl klibc-0.184]$ make make[1]: Entering directory `/home/dri/klibc-0.184/klibc' gcc -Wp,-MT,syscalls.nrs,-MD,./.syscalls.nrs.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g -falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/...
2006 Jan 23
9
Web Hosting Options?
Can someone recommend a good web host for ROR? -- Posted via http://www.ruby-forum.com/.
2006 Jan 12
2
ActionController#send_file
...nux sendfile() is extremely fast and very CPU efficient, far faster than what can be done in user space. Does Windows support a sendfile() equivalent call? I haven''t been working with ruby long enough to know how it handles things like this on a per platform basis, how is it done? -- Jon Smirl jonsmirl@gmail.com
2004 Oct 16
1
181 and current Linus
...type.o(.text+0xd7): In function `romfs_image': /home/dri/klibc-0.181/utils/fstype.c:99: undefined reference to `cpu_to_be32' fstype.o(.text+0xe5):/home/dri/klibc-0.181/utils/fstype.c:99: undefined reference to `cpu_to_be32' make: *** [static/fstype] Error 1 rm dd.o fstype.o chroot.o [jonsmirl@smirl utils]$ [jonsmirl@smirl ash]$ make sh mknodes.sh nodetypes nodes.c.pat . sh mkinit.sh arith.c arith_lex.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c input.c jobs.c main.c memalloc.c miscbltin.c mystring.c nodes.c options.c parser.c redir.c show.c syntax.c trap.c output.c var.c tes...
2006 Jan 17
2
file_column plugin and instance variables
...cifically looks for the instance version of the variable. def url_for_file_column(object, method, subdir=nil) case object when String, Symbol object = instance_variable_get("@#{object.to_s}") end Is this normal or is there some way to fix this in file_column? -- Jon Smirl jonsmirl@gmail.com
2006 Jan 31
2
New free IBM DB2 with few restrictions
...torage system setup and with no restrictions on database size or any other artificial restrictions. Business partners may choose to register for free redistribution of DB2 Express-C with their products and applications. http://www-306.ibm.com/software/data/db2/udb/db2express/download.html -- Jon Smirl jonsmirl@gmail.com
2006 Jan 14
12
Dedicated Host Recommendations?
I currently have a dedicated server at ev1servers, but it''s getting rather antiquated (Redhat 9) and am looking to upgrade. I''m thinking about serverbeach.com - one of their CentOS servers. Anybody have any recommendations for dedicated servers on which to run Rails? Hopefully less than $200/month. Thanks! CSN __________________________________________________ Do You Yahoo!?
2006 Jan 19
10
Where to place uploaded files for later download?
Hi there, I am working in a RoR application which allows certain users to upload files. Currently I store these files in a directory called "files". This directory is located in the RoR application directory: rails/rails_application/files So users don''t have access to them. Now I want users to be able to download some of these files (they will search based on some
2004 Feb 07
1
double define of __BIT_TYPES_DEFINED__
...its32/bitsize/stdint.h:8: error: redefinition of `int8_t' /klibc/linux/include/linux/types.h:109: error: `int8_t' previously declared here The copy in stdint.h is not protected by: #ifndef __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__ #endif /* !(__BIT_TYPES_DEFINED__) */ ===== Jon Smirl jonsmirl@yahoo.com __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
2006 Jan 15
7
Dreaded Internal 500 Error on DreamHost.
Hey guys, I often get this problem the first time I try to deploy a rails app on dreamhost and I''m not sure what the cause is. Basically, I have an app that''s running fine on my local machine. I''ve uploaded the app, configured and migrated to the latest version of the db, and set all of the necessary directories to 755. But when I run dispatch.rb in ssh or
2004 Jan 24
2
mmap and getpagesize
...c int vm86_rep(struct vm86_struct *ptr) { int __res; __asm__ __volatile__("int $0x80\n":"=a"(__res):"a"((int) 113), "b"((struct vm86_struct *) ptr)); if ((__res) < 0) { errno = -__res; __res = -1; } else errno = 0; return __res; } ===== Jon Smirl jonsmirl@yahoo.com __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/
2004 Oct 19
1
times.h and building ash
I get this with current linus bk now and klibc 187 [jonsmirl@smirl ash]$ make sh mknodes.sh nodetypes nodes.c.pat . gcc -Wp,-MD,.cd.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g -falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32 -I../include -I../linux/include...
2006 Jan 14
4
Rails URLs always try to open non-existent files
...uot;/app" => to route all URLs starting with ''app'' into Rails. Other than letting you use ''//host/controller/method/id'' instead of ''//host/app/controller/method/id'' is there some other advantage to trying to open the file first? -- Jon Smirl jonsmirl@gmail.com
2006 Jan 13
4
FastCGI processes sometimes ''hang''
I am running a RoR application on Apache 1.3/RedHat 7.3/MySQL 3.1.23 (Old versions I know, but upgrading to latest versions are not practical for a number of reasons). There are 5 RoR FastCGI processes configured using FastCgiServer. What I am finding is that, after a while, some of the FastCGI processes seem to ''hang''. They no longer process requests, and the only way to
2006 Jan 23
6
Code coverage tools in Ruby?
Can anyone help me find a code coverage tool in ruby? What I want is: given a set of tests that I run, what lines of my code and what routines are covered. And also a list of uncovered routines and tests. I couldn''t find an open source one out there... -- www.kenlet.com
2006 Jan 31
19
Best Practices: Escaping text on input or output?
In web applications that have user generated content, it is clearly necessary to provide some ability to ''escape'' user generated text to avoid SQL injection, XSS, and other nasty attacks. The existing dogma on this point seems to favor escaping text as it comes out of the database, rather than doing it on the way in. I''m not sure that I understand the logic behind
2006 Feb 06
1
belongs_to versus references
...ongs_to versus references. Shouldn''t references be allowed as a synonym to belongs_to? Looking at this from a schema in the model view point, belongs to corresponds to a foreign key with the cascade on delete option. References is just a normal forgeign key with no cascade option. -- Jon Smirl jonsmirl@gmail.com
2004 Jan 26
1
README paths to ftp and CVS
ftp should be: ftp://ftp.zytor.com/pub/linux/klibc/ instead of: ftp://ftp.zytor.com/pub/linux/libs/klibc/ CVS says: http://www.zytor.com/cvsweb.cgi/klibc/ but that's broken. ===== Jon Smirl jonsmirl@yahoo.com __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/
2004 Jan 26
1
need a few additions
...non-X86 machines. This would make more x86 video cards usable on these machines. It's 140K library so it would need to be optional. You might want to move the structure definitions out of asm/vm86.h and into sys/vm86.h. This would make it transparent when switching to the emulator. ===== Jon Smirl jonsmirl@yahoo.com __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/