search for: dump_path

Displaying 4 results from an estimated 4 matches for "dump_path".

Did you mean: dump_data
2006 Mar 25
3
RAILS_ROOT Help Required!
...d also a newbie for Ruby on Rails. I am working on a simple webapp for my band work. I have created a upload controller/model and database which allows to save my files in the directory at /public/dump/. Uploading works but I can''t retrieve it. I have tried several ways. The model uses DUMP_PATH = RAILS_ROOT + "/public/dump" to save the file. But when I use it in view as: <%= link_to upload.filename, :action => RAILS_ROOT + "/public/dump/" + upload.filename %> It doesn''t retrieve. I can''t access to the file even by using absolute paths. T...
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
...DEC_IS_STROKE (shapevec->pattern)) { + SwfdecStroke *line = SWFDEC_STROKE (shapevec->pattern); + g_print ("line (width %u, color #%08X)", line->start_width, line->start_color); + } else { + g_print ("not filled\n"); } if (verbose) { dump_path (&shapevec->path); diff-tree a99f988c1777df84a2fe0b91a6f10292cba3d07a (from 4997a85872e08b16e9a0283cd60242285cb51674) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 15 22:56:45 2007 +0200 oops, wrong order Read the depth before the new flags, which is wrong diff...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...start sound\n", j); - break; - case SWFDEC_TAG_EXPORTASSETS: - g_print (" %4u export\n", j); - break; - case SWFDEC_TAG_DOINITACTION: - g_print (" %4u init action\n", j); - break; - default: - g_assert_not_reached (); - } - } - } -} - -static void -dump_path (cairo_path_t *path) -{ - int i; - cairo_path_data_t *data = path->data; - const char *name; - - for (i = 0; i < path->num_data; i++) { - name = NULL; - switch (data[i].header.type) { - case CAIRO_PATH_CURVE_TO: - g_print (" curve %g %g (%g %g . %g %g)\n", -...