search for: _file

Displaying 20 results from an estimated 50 matches for "_file".

Did you mean: file
2018 Jul 25
2
LLD COFF library: crashes when lld::coff::link is called twice
If you call lld::coff::link twice, the second time gives this backtrace: msvcp140d.dll!00007ffc35830806() Unknown > zig.exe!std::_Debug_pointer<lld::coff::Chunk * __ptr64 const>(lld::coff::Chunk * const * _Ptr, const wchar_t * _File, unsigned int _Line) Line 926 C++ zig.exe!std::_Debug_range2<lld::coff::Chunk * __ptr64 const * __ptr64>(lld::coff::Chunk * const * _First, lld::coff::Chunk * const * _Last, const wchar_t * _File, unsigned int _Line, std::random_access_iterator_tag __formal) Line 958 C++ zig.e...
2007 Jul 27
1
locals within a partial
How do you access something you''ve passed to a partial in the locals hash? <% for file in @file_list %> <tr id="file_row_<%= file[0].id %>"> <%= render_no_layout :template => "/shared/_file", :locals => { :file => file } %> </tr> <% end %> but when rendering the shared/_file.rhtml template it complains about missing local variable or method ''file'' martin
2018 Aug 08
2
LLD COFF library: crashes when lld::coff::link is called twice
...t; >> If you call lld::coff::link twice, the second time gives this backtrace: >> >> msvcp140d.dll!00007ffc35830806() Unknown >> > zig.exe!std::_Debug_pointer<lld::coff::Chunk * __ptr64 >> > const>(lld::coff::Chunk * const * _Ptr, const wchar_t * _File, unsigned int >> > _Line) Line 926 C++ >> zig.exe!std::_Debug_range2<lld::coff::Chunk * __ptr64 const * >> __ptr64>(lld::coff::Chunk * const * _First, lld::coff::Chunk * const * >> _Last, const wchar_t * _File, unsigned int _Line, >> std::random_access...
2024 Oct 13
1
C API: How to get a seektable for very long files?
...s > and stream_offset fields for each point. If the client has specified > that it supports seeking by providing a seek callback to > FLAC__stream_encoder_init_stream() or both seek AND read callback to > FLAC__stream_encoder_init_ogg_stream() (or by using > FLAC__stream_encoder_init*_file() or > FLAC__stream_encoder_init*_FILE()), then while it is encoding the > encoder will fill the stream offsets in for you and when encoding is > finished, it will seek back and write the real values into the > SEEKTABLE block in the stream. There are helper routines for > manipulati...
2024 Oct 13
1
C API: How to get a seektable for very long files?
...m_offset fields for each point. If the client has specified >> that it supports seeking by providing a seek callback to >> FLAC__stream_encoder_init_stream() or both seek AND read callback to >> FLAC__stream_encoder_init_ogg_stream() (or by using >> FLAC__stream_encoder_init*_file() or >> FLAC__stream_encoder_init*_FILE()), then while it is encoding the >> encoder will fill the stream offsets in for you and when encoding is >> finished, it will seek back and write the real values into the >> SEEKTABLE block in the stream. There are helper routines for...
2014 Apr 18
4
Changing SSL certificates - switching from self-signed to RapidSSL
...rCerts/imap.pem ssl_key = </etc/ssl/ourCerts/imap_key.pem Now, I've created new keys/certs and the CSR, got the new certs from RapidSSL (and also downloaded their Intermediate bundle), saved everything per their instructions, which say to reference them as follows: ssl = required ssl_cert_file = /etc/ssl/ourNewCerts/mail.ourdomain.com.crt ssl_key_file = /etc/ssl/ourNewCerts/mail.ourdomain.com.key ssl_ca_file = /etc/ssl/ourNewCerts/RapidSSL_Intermediate.crt But my current config doesn't have the _file for the variable names, and the wiki doesn't use them, so I'm planning on...
2012 Jan 12
2
is there an equivalent for #ifdef (C langage) in R
...BUG make_addition = function(a, b) { #endif #ifdef DEBUG a = 1 b = 2 #endif c=a+b plot(c) #ifndef DEBUG return(c) } #endif my goal is to run my program WITHOUT calling my_addition(1, 2) (for debugging). The main problem : all variables do not exist when just running my _file.R , I have to call my_function if I want to see results. I use RStudio Thanks for your help -- View this message in context: http://r.789695.n4.nabble.com/is-there-an-equivalent-for-ifdef-C-langage-in-R-tp4289356p4289356.html Sent from the R help mailing list archive at Nabble.com.
2014 Sep 26
2
Disk fragmentation
...LAC_API FLAC__bool FLAC__stream_encoder_set_buffer_size(FLAC__StreamEncoder *encoder, unsigned size); 2) Rewrite EncoderSession_init_encoder() in flac/encode.c so that it opens the file, calls setvbuf and then uses FLAC__stream_encoder_init[_ogg]_stream() instead of FLAC__stream_encoder_init[_ogg]_file(). It's more difficult, but doesn't require API change.
2006 Apr 25
1
protection needed?
..., I am unsure if I really need to protect a coerced object if I immediately access its value and don't access the object anymore. I tried to find out by looking into the R sources but didn't find something similar. It's about the variable _skipLines in the call "function ReadXls( _file, _sheet, _type, _header, _colHeader, _skipLines: pSExp ): pSExp; cdecl;". I did: skipLines:= riInteger( riCoerceVector( _skipLines, setIntSxp ) )[0]; but am unsure if I would have to something along: skipInt:= riProtect( riCoerceVector( _skipLines, setIntSxp ) ); skipLines:= riIn...
2024 Oct 13
1
C API: How to get a seektable for very long files?
Hello, I'm using flac to compress s signal data during capture. The sample rate is almost a thousands time higher compared to audio (40 MHz), resulting in a lot of data very quickly. I'm using the C API in my capturing application (mostly copy&paste directly from the example) and it works so far, but unfortunately for longer captures there is no seeking information. How can I tell
2010 Feb 20
2
Hiding dot files from Windows
The user section of one of my smb.conf files looks like this yet when I bring up XP (a guest under VirtualBox) on my system, all linux dot files are visible. Am I missing somethng? [fred] comment = Alan's service path = /home/fred writeable = yes valid users = fred admin users = fred browseable = yes case sensitive = no printing = bsd #print command =
2003 Mar 27
2
Samba and CCC
...ep getting the errors listed below. I was wondering, could please point me in the right direction for a solution to this dilemma? ==================== ERROR MESSAGE ==================== Using FLAGS = -O -fast -O4 -ev56 -Iinclude -I./include -I./ubiqx - -I./smbwrapper -D_LA RGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE - -DLOGFILEBASE="/usr/l ocal/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" - -DLMHOSTSFILE=" /usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" - -DSBINDIR= "/usr/local/samba/bin" -DLOCKDIR=&quo...
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
...sl.so.19' > | E: Couldn't find any package by regex 'libisl.so.19' > | ``` > | I downloaded libisl.so.19 for debian, but where shall I place it? > | Is there an easier way to install this library? > | Thank you > > That is not the correct package name as it is a _file name_. > > Use eg > > https://packages.debian.org/ > > to search (go to Search the contents of packages) or search directly via > > apt search libisl > > which will lead you to packages > > libisl-dev > libisl22 # on the release I run on Ubuntu r...
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
...sgstr "Lecture / P_ause" + +#, fuzzy +#~ msgid "Play or pause the file" +#~ msgstr "Permet de lire des fichiers Adobe Flash" + +#~ msgid "_About" +#~ msgstr "A _propos" + +#~ msgid "_Close" +#~ msgstr "_Quitter" + +#~ msgid "_File" +#~ msgstr "_Fichier" + +#~ msgid "_Help" +#~ msgstr "Aid_e" + +#~ msgid "_Open..." +#~ msgstr "_Ouvrir..." commit 1ae07d69d0d9877fffc65602a887a1c170e49ac0 Author: Stephane Loeuillet <leroutier at gmail.com> Date: Thu Nov 1 14:50:28 20...
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
I am trying to install minpack.lm on R 3.3.3 (Debian version) on a Chromebook. But I get this error: ``` > install.packages("minpack.lm") Installing package into ?/home/marongiuluigi/R/x86_64-pc-linux-gnu-library/3.3? (as ?lib? is unspecified) trying URL 'https://cran.rstudio.com/src/contrib/minpack.lm_1.2-1.tar.gz' Content type 'application/x-gzip' length 43029 bytes
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
On 7/15/20 1:35 PM, Dirk Eddelbuettel wrote: > On 15 July 2020 at 16:16, Sam H wrote: > | I am trying to download some data using read.csv and it works perfectly in > | RStudio and fails in the R console in the terminal in Ubuntu 18.04 after > | upgrading from R 3.6.3 to 4.0.2. Before upgrading this worked in the R > | console in the terminal also without any issues. > | > |
2020 Jul 14
1
How to install libisl.so.19 on chromebook?
...any package by regex 'libisl.so.19' > | > | ``` > | > | I downloaded libisl.so.19 for debian, but where shall I place it? > | > | Is there an easier way to install this library? > | > | Thank you > | > > | > That is not the correct package name as it is a _file name_. > | > > | > Use eg > | > > | > https://packages.debian.org/ > | > > | > to search (go to Search the contents of packages) or search directly via > | > > | > apt search libisl > | > > | > which will lead you to packages > | >...
2024 Oct 13
2
C API: How to get a seektable for very long files?
...for each point. If the client has specified >>> that it supports seeking by providing a seek callback to >>> FLAC__stream_encoder_init_stream() or both seek AND read callback to >>> FLAC__stream_encoder_init_ogg_stream() (or by using >>> FLAC__stream_encoder_init*_file() or >>> FLAC__stream_encoder_init*_FILE()), then while it is encoding the >>> encoder will fill the stream offsets in for you and when encoding is >>> finished, it will seek back and write the real values into the >>> SEEKTABLE block in the stream. There are hel...
2013 May 04
5
Bug fix and compatibility patches for 1.3.0pre4
...pat.h 2013-05-04 11:59:54 +0000 @@ -50,8 +50,8 @@ #include <sys/types.h> /* for off_t */ #define FLAC__off_t __int64 /* use this instead of off_t to fix the 2 GB limit */ #if !defined __MINGW32__ -#define fseeko _fseeki64 -#define ftello _ftelli64 +#define fseeko(f, p, o) _lseeki64((f)->_file, (p), (o)) +#define ftello(f) _lseeki64((f)->_file, 0, SEEK_CUR) #else /* MinGW */ #if !defined(HAVE_FSEEKO) #define fseeko fseeko64 -------------- next part -------------- diff -Naur flac-1.3.0pre4/src/libFLAC/bitwriter.c flac-1.3.0pre4-patched/src/libFLAC/bitwriter.c --- flac-1.3.0pre4/src/...
2013 Mar 19
3
Patch to add Unicode filename support for win32 flac
...l runtimes (which would also be loaded from the exe's dir if they exist there). Linking with msvcmrt.lib won't find the function and unicode version msvcurt.lib causes this error: Error 1 error LNK2005: ___iob_func already defined in msvcurt.lib(MSVCR110.dll) G:\test\LIBCMT.lib(_file.obj) test Error 2 error LNK1169: one or more multiply defined symbols found G:\test\Release\test.exe test > > In stat_utf8, dealing with 32bit/64bit time_t? The following check > should really compile time rather than runtime: > sizeof(*buffer) == sizeof(st) Entire sta...