search for: knonw

Displaying 10 results from an estimated 10 matches for "knonw".

2006 Mar 10
2
Syntax for <input type=hidden> in rhtml????
Hi, I am new to ROR. PLease tell me what is syntax of creating hidden field in form inside RHTML file. I knonw the syntax for text box (<%= text_field ''product_item'',''product_id'', :value=>product.id%>) But I don''t know syntax for hidden field(like <input type=hidden> in HTML). Please tell me. Thanx in advance. Prash -- Posted via http://www.r...
2002 Nov 11
3
PDF Creation
...Or maybe - I could setup another PDF2MAIL script with the options they want or need in place. Should be nothing more then a 10 to 20 line shell script of some type and knowing where in side of samba to put it. I did try to search the samba site for info about this - but it is fruitless - do you knonw how many times the phrase "pdf" shows up... My idea is just a thought - and a wish. -Duane.
2013 Oct 12
1
Samba 4.1.0
...a Windows 7 Pro x64 machine. I do see the shares on the server, but I do not have the security tab to set permissions on the folders. The unix filesystem rights are set to root:root to 770. I do not know what the problem is. I did not experience this issue on previous versions on samba 4. Is this a knonw bug? -- View this message in context: http://samba.2283325.n4.nabble.com/Samba-4-1-0-tp4654968.html Sent from the Samba - General mailing list archive at Nabble.com.
2013 Oct 16
1
Samba 4.1 - security tab missing - cannot grant security rights to folders
...a Windows 7 Pro x64 machine. I do see the shares on the server, but I do not have the security tab to set permissions on the folders. The unix filesystem rights are set to root:root to 770. I do not know what the problem is. I did not experience this issue on previous versions on samba 4. Is this a knonw bug? -- View this message in context: http://samba.2283325.n4.nabble.com/Samba-4-1-security-tab-missing-cannot-grant-security-rights-to-folders-tp4655163.html Sent from the Samba - General mailing list archive at Nabble.com.
2018 Jan 06
3
Ask for suggestions about optimizing opus on STM32F407
...ecode: 1.24x</p><p style="margin:0px;"><br></p><p style="margin:0px;">Are there any available optimizations or suggestions for Cortex-M4?</p><p style="margin:0px;"><br></p><p style="margin:0px;">As I knonw, TI TM4C129x is based on Cortex-M4 too:</p><p style="margin:0px;"><a href="http://www.ti.com/tool/TIDM-TM4C129POEAUDIO" _src="http://www.ti.com/tool/TIDM-TM4C129POEAUDIO">http://www.ti.com/tool/TIDM-TM4C129POEAUDIO</a></p><p style=&quot...
2018 Jan 15
1
Ask for suggestions about optimizing opus on STM32F407
...Bit-rates: 16kbps > > > > Encode cost: 1.08x real time > > > > Decode cost: 0.14x real time > > > > Encode + Decode: 1.24x > > > > > > Are there any available optimizations or suggestions for Cortex-M4? > > > > > > As I knonw, TI TM4C129x is based on Cortex-M4 too: > > > > http://www.ti.com/tool/TIDM-TM4C129POEAUDIO > > > > > > The performance of opus on it is good enough for mono 48KHz sampling rate. > > > > CPU usage is only about 70% of 120MHz when encode/decode at same t...
2006 Apr 10
0
CIFS on freebsd
...linux and i'm mounting a windows share using cifs. Its all gr8 n everything cus i can set linux permissions on the cifs mount which i couldn't do with smbfs Now I want to add a freebsd into everything however i cant seem to find much on mounting cifs shares on freebsd. Dosn't anybody knonw much about this .. all i wanna do is mount this windows share so i can set / read linux file permissions and ownerships. Cheers, Matt.
2018 Jan 14
0
Ask for suggestions about optimizing opus on STM32F407
...Case 2: > > 8KHz Sampling rate, Mono, VBR, frame size: 20ms, Bit-rates: 16kbps > > Encode cost: 1.08x real time > > Decode cost: 0.14x real time > > Encode + Decode: 1.24x > > > Are there any available optimizations or suggestions for Cortex-M4? > > > As I knonw, TI TM4C129x is based on Cortex-M4 too: > > http://www.ti.com/tool/TIDM-TM4C129POEAUDIO > > > The performance of opus on it is good enough for mono 48KHz sampling rate. > > CPU usage is only about 70% of 120MHz when encode/decode at same time. > > > Sincerely > >...
2005 Mar 04
3
Boolean values
Hi, I''m using SQL Server. I have a BIT field. I have a fix and a question. This is a patch for a bug in the SQL Server adapter that causes any insert or update to fail: lib/active_record/connection_adapters/sqlserver_adapter.rb @@ -239,2 +239,2 @@ - when TrueClass then (column && column.type == :boolean ? "''t''" : "1")
2007 Aug 22
5
Slow concurrent actions on the same LVM logical volume
Hi 2 all ! I have problems with concurrent filesystem actions on a ocfs2 filesystem which is mounted by 2 nodes. OS=RH5ES and OCFS2=1.2.6 F.e.: If I have a LV called testlv which is mounted on /mnt on both servers and I do a "dd if=/dev/zero of=/mnt/test.a bs=1024 count=1000000" on server 1 and do at the same time a du -hs /mnt/test.a it takes about 5 seconds for du -hs to execute: 270M