similar to: Error on Windows build: "unable to re-encode"

Displaying 20 results from an estimated 220 matches similar to: "Error on Windows build: "unable to re-encode""

2013 Mar 14
2
Snippets from other packages/ License
Hello, I want to use a function from another package (which is GPL>=3), about 20 lines of code, in my own package. I somewhat hesitate to depend on the entire package just for this single function, but of course I want to credit the original authors. What would be the best way to do that? Where should I put that credit? Or should I proceed completely different? Best, Felix
2012 Nov 22
1
[lattice] Increase distance between tick labels and ticks in wireframe plot ("pad")
Hello, I try to increase the distance between tick labels and ticks in a lattice wireframe plot. Here's a minimal example: ## Minimal example x <- y <- z <- c(1,2,3) df <- data.frame(x, y, z) wireframe(z ~ x*y, df, scales = list(arrows = FALSE, col = "black", font = 1, tck=0.6)) I tried the axis.components option
2010 Jul 14
1
Precompiled vignette on CRAN
Hello, my package passes R CMD check without any warnings on my local machine (Mac OS), as well as on Uwe Ligges' Winbuilder. On RForge, however, we sometimes run into problems building the Sweave vignettes. Now here's my question: is it necessary for a CRAN submission that the Sweave vignettes can be compiled on CRAN, or is it possible to provide the (locally compiled) pdf vignette to
2013 Apr 18
1
Suppress specific warnings
Hello, is there a convenient way to suppress only *specific* warnings? (I know about ?suppressWarnings) I depend on another package, from which I want to suppress only some warnings, but not others. Felix
2008 Jun 17
1
Reading csv-data from variables
Dear Listmembers, I'm looking for a convenient way to read csv-data which are stored in variables of data frames. I'm working with nested csv-data: one of the columns of the first table stores a long string containing a second csv-coded table. My problem is to parse that second-order csv-table. As the read.csv command requires a link to a file, I couldn't get it to read the
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * allan (1.0) Alan Lee http://crantastic.org/packages/allan Automates Large Linear Analysis Model Fitting * andrews (1.0) Jaroslav Myslivec http://crantastic.org/packages/andrews Andrews curves for visualization of multidimensional data * anesrake (0.3) Josh Pasek http://crantastic.org/packages/anesrake This
2006 Aug 09
0
encode, decode and encode again - bug
Hello, All. I wrote an encoder-decoder based on example from OGG-Vorbis SDK. This encoder can encode a large amount of small WAV-files with equal parameters into one sound archive. Then I decode this sound archive back into large amount of small WAV-files. Theese files are different from source files, but each of them can be normally played by Windows. And now I can't correctly encode
2006 Sep 11
4
encode, decode and encode again
(I've already posted this message month ago, but nobody answered, may be it was not delivered to newsgroup?) Hello, All. I wrote an encoder-decoder based on example from OGG-Vorbis SDK. This encoder can encode a large amount of small WAV-files with equal parameters into one sound archive. Then I decode this sound archive back into large amount of small WAV-files. Theese files are
2006 Apr 20
1
URL encode & decode
I have a link: <%= link_to ''delete'', :action => ''destroy'', :id => u(string_id) %> Helper method ''u()'' can encode a string to URL encoding, but I don''t know which method can decode it? I want to used in controller. I have not seen it in Rails''s document. Thanks, - Li Jie
2006 Mar 20
1
Url encode
Can someone tell me how to encode a string to a url in Rails. I''ve got basic code as below, but it only adds dashes in place of spaces and doesn''t escape html. @page.url = @page.name.to_s.gsub(/[ ]/, ''-'') -- Posted via http://www.ruby-forum.com/.
2007 May 28
0
have anyone configured "synproxy state" beforce (Sorry for the previouly base64 encode mail caused by M$ outlook)
high everyone,( in pariticular Max :-)) The configuration line in my pf.conf is: pass in quick on lo0 proto tcp from any to any port 21 flags S/SA synproxy state But: the connection is established, but the control did not seams to pass to the ftpd Sincerely yours Zhouyi Zhou
2005 Jul 11
0
anyone using ENCODE and DECODE in SQL in ActiveRecord?
I keep some sensitive information encoded using MySQL''s ENCODE and DECODE commands in the database table. -- example SQL: SELECT *, DECODE(ccnumblob, ''salthere'') AS ccnum FROM customers WHERE id=2; UPDATE customers SET ccnumblob = ENCODE(''4321432143214321'', ''salthere'') WHERE id=2; INSERT INTO customers (name, ccnumblob) VALUES
2007 Mar 08
1
RubyRails ActiveRecord base64 encode/decode of binary data
Hi, I have binary images stored in a table which I wish to encode/decode with base64 before reading into html object: <object data="data:image/foo;base64, ..base64 data.." />. How can I do this in RubyRails? -- Regards Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2012 Sep 25
0
Convert base64 encode string into image using paperclip
Hi, I''m new in Ruby how to convert base64 encode string into image. any one give some ideas... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2006 Aug 17
0
encode and umlauts - Form.serialize
Hi list I have a problem with a script of mine. I have a simple textarea and i want to send the contents to a php file for saving it by using ajax.request. Now everything works fine, except if i enter umlauts. The script then fails and the browser refreshes itself (simple submit due to script failure). This is not really related to Script.aculo.us or Prototype but maybe some of you can help me.
2012 Nov 16
0
Perhaps there should be a way for rsync to encode file names?
Someone just posted an issue raining from ext4 to ntfs. It would be useful to have an option whereby rsync maps file names. Perhaps urlencoding?
2008 Mar 10
0
PROP_TYPE_BINARY or base64 encode to PROP_TYPE_STRING
I never got an answer to this last time and I really need to know the answer to this. I have PROP_TYPE_BINARY implemented but I think it is causing some issues elsewhere (it might be incomplete). -- original question asked 2008-01-16 -- For storing the wrapped per dataset encryption keys as a (hidden) property I have been using PROP_TYPE_STRING. However this isn''t really correct
2010 Apr 17
1
How to encode with frame offset ?
Hi all, looking at the theora spec, it says that it is possible to encode a video with a frame offset for the actual image. How is it possible to do that ? I don't see any option for it in the encoder_example. Regards, Salsaman. http://lives.sourceforge.net https://www.ohloh.net/accounts/salsaman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 30
1
can not encode a raw video file with "encoder_example"
hi all, i tried to encode a .yuv file with the encoder_example.c but it give an error message as follows ./encoder_example -v 1 file_1.yuv > file_1.ogg Input file file_1.yuv is neither a WAV nor YUV4MPEG2 file. so the error message is understandable for anyone. when this file is play with mplayer it shows as follow
2001 Sep 02
2
Mono files won't encode
Hi, In case no-one had mentioned it before, the current CVS won't encode mono files. It bombs out with a segfault in _vp_quantize_couple(). Program received signal SIGSEGV, Segmentation fault. 0x40039328 in _vp_quantize_couple (p=0x8079d78, vi=0x8052a48, pcm=0x80ae9f0, sofar=0xbfffef54, quantized=0xbfffef64, nonzero=0xbfffef84, passno=0) at psy.c:1038 1038