search for: informatika

Displaying 20 results from an estimated 47 matches for "informatika".

Did you mean: informatik
2014 Mar 05
1
DFS
...DFS stotage (actualy this servers has the required amount of space). So, i configured all shares on DC3 and point to those shares on DC1 and DC2. Everything works but only with Administrator account from win2003 server: Related log: root at domainc02:/var/log# tail -f syslog samba/samba.log | grep informatika is_msdfs_link_internal: ./informatika -> msdfs: check_msdfs_link: Masquerading msdfs link ./informatika as a directory dos_mode_msdfs: ./informatika smbd_dirptr_get_entry mask=[*] found ./informatika fname=informatika (informatika) hash2_name_to_8_3: informatika -> 45D17B72 -> IJDE8H~E (ca...
2010 May 02
3
help with tapply or other apply
Hi, my data looks this: id forma program kod obor rocnik 1 10001 kombinovan? Matematika M1101 matematika 1 2 10002 prezen?n? Informatika N1801 teoretick? informatika 1 3 10002 prezen?n? Informatika B1801 obecn? informatika 3 4 10003 prezen?n? Informatika M1801 softwarov? syst?my 5 5 10004 prezen?n? Informatika B1801 obecn? informatika 2 6 10005 kombinovan? Informatika P18...
2005 Jul 01
0
Re: xp lookup (Onbit Informatika)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > From: "Onbit Informatika" <onbit@on-bit.com> > Subject: [Samba] xp lookup > I am using samba, and I'd tried it with Windows versions: 98 and XP, in > that order. > > Windows versions like W98). But I would like to know if anyone has this > problem and i also had this problem. - -- j...
2006 Mar 23
8
DRY principle - how to implement?
...to DRY principle of Rails; in first case it seems that I have one more SQL statement in for every record processed. Second way does not seems preferred in Rails (or I just didn''t see it anywhere?) Does anyone have any suggestion about these? Thanks in advance, Bojan -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jun 02
3
Advice, why value_before_type_cast in FormHelper?
...fields are in european format (dd.mm.yyyy) and would like to have same format in forms, but because of value_before_type_cast is called, form fields are filled with ''yyyy-mm-dd'' or timestamp integer, etc. Thoughts / comments / sugestions? thanks in advance, -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jan 11
10
Recommend server for developing RoR on win
...#39;s annoying because console window is in taskbar for every site running and it have to be started manually. Apache with CGI is to slow and using FastCGI on the other side brings me lot of problems, like randomly not working RoR sites. Any help is appreciated. Thanx, Bojan -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Feb 02
3
What is best way to show only records belonging to logged user?
...roller. I am thinking of intercepting find methods in model and add clause something like "WHERE id_user = #{user_id}". I would like to hear if you would do it likewise and if yes is it better to hack find_by_sql() or find() method? thanks in advance, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Mar 23
11
Contact page
Hi I have justed started using Rails. How do I create a contact page. By this I mean one with a contact form etc. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 26
7
RHTML in database?
Hi, is it possible to store RHTML templates or partials in database? thanks, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jun 21
5
module and cache/restarting server
Hello, It seems I need to restart webrick everytime I modify a module in order for my modifications to be taken into account. Is this normal and is there a workaround? Regards, -- ---------------------------------------------------------------------- Yannick Majoros http://www.inma.ucl.ac.be/~majoros Informaticien UCL/INMA-MEMA 4, avenue G. Lema?tre B-1348 Louvain-la-Neuve Tel:
2006 Jul 21
1
Capistrano before and after tasks
...k is not called as should be: > namespace :db do > namespace :test do > task :after_clone_structure do > puts "after_clone_structure_to_test" > end > end > end Anyone know what I am doing wrong? thanks in advance, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jun 12
2
Pdf::Witer question
Does anyone knows how to embed Type1 font with PDF::Writer? I read manual, tried everything but nothing seems to work (The font ''FontName'' contains a bad /BBox error on PDF). any help or hint would be really appreciated, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jun 20
1
Possible to check if form field is required?
...oesn''t seems to me very DRY. For example, I would like to be able to dynamically add asterisk with some helper method if city is required here: City*: <%= text_field ''accomodation'', ''city'' %> thanks for answer, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jun 20
3
return unique rows with finders
I''m looking through the api for something like find(:all, :distinct => true) so that multiple instances of a row won''t be returned - is this possible? Thanks!
2006 Jan 26
2
Newbe Question: Character Encoding
I have to present german umlaute as "?" on my webpage. When writing the text within the view, everything is fine - the characters are presented correctly. When I declare variable within the controller (e.g. via flash or as a list of values for a listbox) the text is displayed with the umlaute replaced by strange characters. I assume I have to adjust the character encoding somewhere.
2006 Jan 30
1
how to get column_for_attribute?
...se which have public column_for_attribute method? > class SomeTable < ActiveRecord::Base > > def self.content_columns > column = column_for_attribute(''sometable_id'') > super > end > end Any help is appreciated. Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2003 Feb 10
1
Mangling problem
...understand how can it happen and what is cause of that problem. I have Samba 2.2.3, so I put Samba 2.2.7, but the problem is still the same. I can't say that is mangling bug within Samba, but I never see such situation. Any ideas? -- Ivan Gu?tin, ivan@elin.hr, (098) 366-346 ELIN Elektronika i informatika, www.elin.hr, (052) 623-491 Lindarska cesta 1, 52000 Pazin -- Ovaj mail provjeren je antivirusnim programom ESET NOD32 prilikom prolaska kroz mail server. This mail has been scanned by antivirus software ESET NOD32 during passing through mail server.
2016 Aug 30
2
Automatic purging of old email in all mailboxes
...driver = static > > } > > Use passwd-file driver to get iteration working. The static driver is > can not be used for iteration. > > > -- > ?dv?zlettel > > Stef?n Tam?s > --------------------------------- domain > email > web >>> siker > Numex Informatika Kft. > Mobil: +36 20 956 0233, Tel: +36 1 205 3915, Fax: +36 1 203 6037 > http://numex.hu >
2006 Jul 03
5
FPDF set FONT_PATH
hi all, im using ruby FPDF to generate my pdf. the problem im facing now is i need to use some new font that is not included in basic fpdf font. then i have generated the font using the makefont.rb. but then i dont know how to define the font_path in ruby. the font work great in PHP-FPDF. Is anybody there had solved the problem im facing now. ** sorry for my english ... -- Posted via
2017 Aug 30
2
Segmentation fault with doveadm search
...oveadm_mail_try_run (cmd_name=<optimized out>, argc=7, argv=0x5555557c3398) at doveadm-mail.c:617 #7 0x00005555555696d4 in main (argc=7, argv=0x5555557c3398) at doveadm.c:398 ?dv?zlettel Stef?n Tam?s --------------------------------- domain > email > web >>> siker Numex Informatika Kft. Mobil: +36 20 956 0233, Tel: +36 1 205 3915 http://numex.hu