search for: jozef

Displaying 13 results from an estimated 13 matches for "jozef".

Did you mean: josef
2014 Nov 03
2
[LLVMdev] Mips's MicroMips ??
...truction is called with DecoderTableMicroMips16 and only if it fails we read 4 bytes and call decodeInstruction with DecoderTableMicroMips32. Regards, Zoran ________________________________ From: Daniel Sanders Sent: Sunday, November 02, 2014 5:49 PM To: Jun Koi; Vladimir Medic; Sasa Stankovic; Jozef Kolek; Zoran Jovanovic Cc: llvmdev at cs.uiuc.edu Subject: RE: Mips's MicroMips ?? Hi, I've had a quick look through MipsDisassembler.cpp and it seems that the disassembler doesn't know anything about 16-bit instructions at the moment. The two main problems are that DecoderTableMicroM...
2004 Jul 05
2
Why does summary does not produce output?
Hello, I'm a starting user of R. I have installed R 1.9.1 and winedt 5.4 If I run the example from written with winedt. The summary command does not produce any output. It does when I repeat the command manualy in R. Can someone explain me what can be the problem? library(MASS) data(anorexia) anorex.1 <- glm(Postwt ~ Prewt + Treat + offset(Prewt), family =
2002 Aug 16
1
get working rsync
...rsync is in search path. When I tried to copy (update) files, I'm getting error messages: # rsync /inet/gniadej/*.lst algsolsrv:inet/home/gniadej/ ksh: rsync: not found unexpected EOF in read_timeout Probably I'm missing something??.. Any help will be appreciate -- Best regards, Jozef mailto:gniadej@algonquincollege.com
2014 Oct 29
2
[LLVMdev] Mips's MicroMips ??
Hi, We have this line in micromips-16-bit-instructions.s # CHECK-EB: addu16 $6, $17, $4 # encoding: [0x07,0x42] However, when I check this with llvm-mc, like below, I dont get back the assembly. This is against the latest LLVM code. What is wrong here? Thanks, Jun $ echo "0x07,0x42"|./Release+Asserts/bin/llvm-mc -disassemble -triple=mips -show-encoding -mattr=micromips
2005 Jan 12
2
Use of concrete rails version per application
...'t have time to fix them...) Is there a way how to ''tell'' the application which version of rails should it use? Or, in other words, is there a way how to run more rails based applications on one machine, each using some concrete version of rails (which may differ)? Thanks, Jozef
2007 Apr 30
1
Wine for linux fedora core 5
Dear, Where can I find wine programs for linux fedora core 5. Or how can I work with windows programs in linux fedora core Yours Jozef Vanhaverbeke Gemeenhof 61 B8501 Kortrijk Belgium Ps If possible answer in Dutch Email: jozefvanhaverbeke@skynet.be How can I make a network with one Linux fedora core 5 computer and two window xp computers -------------- next part -------------- An HTML attachment was scrubbe...
2014 Aug 28
2
Samba 4 As PDC Not Populated In Windows Network
...so that it can be accessed through network discovery rather than through mapped drives and/or with \\server_name\share_name, or \\samba_server_ip_address\share_name, or point me out to the right guide/article in Internet about how to achieve my goal. Many thanks for your nice support in advance. Jozef
2007 Jun 23
1
Jumping the gun, but...
Anyone know when the first Stable production release of Samba 4 will be, as an estimate? 2007? / 2008? / 2009? I'm greatly looking forward to it :D Even if it takes some time, its still going to be worth it! Nathaniel Jozef Przystupa -- View this message in context: http://www.nabble.com/Jumping-the-gun%2C-but...-tf3962045.html#a11243942 Sent from the Samba - General mailing list archive at Nabble.com.
2019 Apr 12
3
Emails redownloading
Hi, recently, we had a problem on one of our mail servers and, after reboot, HDD with emails wasn't mounted into system. Until we fixed it, LOTS of users logged in (Dovecot allowed login and recreated directory structure of mailboxes) and saw empty mailboxes. Now they are redownloading all email, which isn't fun, as it's about 2 TB of data. Anyway, is there a way how to
2011 Dec 05
6
[Bug 693] SNAT is failing to maquerade some TCP RST packets
http://bugzilla.netfilter.org/show_bug.cgi?id=693 --- Comment #5 from www at applejelly.org 2011-12-05 01:26:07 --- Created an attachment (id=370) --> (http://bugzilla.netfilter.org/attachment.cgi?id=370) A test case SNAT fails to maquerade some TCP CWR, TCP ECN, TCP URG, TCP ACK, and TCP PSH packets -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email -------
2012 Mar 16
0
Wine release 1.5.0
...mshtml: Added IHTMLCurrentStyle2::get_filter implementation. mshtml: Added IHTMLCurrentStyle2::get_filter tests. mshtml: Don't overwrite type of result if property type is VT_VARIANT. Jaka Kranjc (1): po: Preserve the previous msgid on change as a hint to translators. Jozef Kucia (2): d3dx9/tests: Don't leak D3DXBuffer. d3dx9/tests: Don't leak D3DXBuffer in D3DXWeldVertices tests. Julian R?ger (1): po: Update German translation. J?zef Kucia (2): wpp: Reset lexer state after unexpected end of file. d3dcompiler/tests: Add test for...
2007 Nov 17
0
Postgres sequencer and rails
Hi All, I''m wrestle with postgres database and rails. Finally it''s working but i need some explanation : So : I have a sequencer : CREATE SEQUENCE players_id_seq INCREMENT 1 MINVALUE 1 MAXVALUE 9223372036854775807 START 4 CACHE 1; ALTER TABLE players_id_seq OWNER TO squash; Table : CREATE TABLE players ( id bigserial NOT NULL, firstname character varying,
2010 Sep 24
0
Rails 3, using helpers in controller
Hi everyone, is there any way how to use Helpers in Controllers in Rails 3? I was trying to google about it, but no luck. In old Rails times (2.x) we were using something like this. my_active_record_object.variable = "This is the message body:<br /><br /> #{@template.simple_format(params["message"])}" point is that when we wanted to attach text from Text Area to