search for: magnus

Displaying 20 results from an estimated 340 matches for "magnus".

2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
...d stuff). Maybe somebody wants to do this for me 'cuz you don't have anything else to do? Well, just a try ... Thanks a lot. -M P.S.: I'm now subscribed to this list. Geez, cool, heh? It just means I'm receiving over 100 mails a day. Just from mailing lists. That SUCKS. ------- Magnus von Köller <magnus@vonkoeller.de> ------ Georg-Westermann-Allee 76 / 38104 Braunschweig / Germany Phone: +49-(0)531/2094886 Mobile: +49-(0)179/4562940 lp1 on fire (One of the more obfuscated kernel messages) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project hom...
2001 Jul 07
2
Perl wrapper for libvorbisfile or stuff
...d stuff). Maybe somebody wants to do this for me 'cuz you don't have anything else to do? Well, just a try ... Thanks a lot. -M P.S.: I'm now subscribed to this list. Geez, cool, heh? It just means I'm receiving over 100 mails a day. Just from mailing lists. That SUCKS. ------- Magnus von Köller <magnus@vonkoeller.de> ------ Georg-Westermann-Allee 76 / 38104 Braunschweig / Germany Phone: +49-(0)531/2094886 Mobile: +49-(0)179/4562940 lp1 on fire (One of the more obfuscated kernel messages) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project hom...
2011 Mar 28
2
Variable. AMI and dialplan
Hi! Guess I am doing something totally wrong here: Some smart person could maybe plz tell me what.
2007 Mar 08
6
Transfer-encoding: gzip
Hello! What is the simplest way to make merb respond to the client sending Accept-Encoding: gzip? Just checking if it exists, otherwise I''ll implement it myself. Regards, Magnus
2008 Jul 19
2
Resolved: Apache + CGI/FastCGI + mod_rewrite
This is the last time I try to fix something in the middle of the night! Feel free to call me a Stupid Snake, ''cause this has been messy. Anyway, I think I''ve finally solved this. Here it is: http://pastie.org/237138 :-) -- Magnus Holm
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in your camping app: class Login < R ''/login'' def get this_url = ''http:'' + URL(''/login'').to_s unless input.finish.to_s == ''1'' # start doing the auth here begin
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
R-sig-Debian help, I have installed an ODBC Driver for Linux. I want to connect to our database through R via: >library(RODBC) >con <- odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS") Warning message: In odbcDriverConnect("SERVER=IP_address:PORT;DRIVER=ORACLE;DATABASE=MAGNUS") : ODBC connection failed I don't really know whether this is the right syntax. I copy-paste files "odbc.ini" and "odbcinst.ini": ## file odbc.ini [ORACLE] Drive...
2007 Oct 28
2
Edit label in virtual listctrl
...thod, specifically that I think that I don't quite understand the argument passed to it (item as integer). This would seem to be the row, and when passed a row number, the edit control shows up just fine, for the first column. How would I go about to specifiy a label in another column? Thanks, Magnus Engström _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2020 May 04
2
default backend = rid not showing full group information for users
m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba: > On 04/05/2020 19:24, Magnus Holmgren via samba wrote: > > Sunday 3 maj 2020 kl. 13:14:24 CEST, Rowland penny via samba wrote: > >> As for 'systemd', not sure what this actually does, but when I am forced > >> to use systemd (e.g. on my rpi), everything works even though I remove > >>...
2009 Oct 13
4
Creating a list of empty lists
...eate a new list of empty lists? I have actually got a solution to this problem: l = list(list()) for ( i in sequence(length-1) ) { l = list(unlist(l,recursive=FALSE), list()) } But it is not very neat to do this in a loop. Are there any cuter ways to do this? Best, Magnus
2010 Jan 24
2
ReceiveFAX and SendFAX questions
...) exten => 101,2,Wait(3) exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff > /var/spool/asterisk/tmp/fax.pdf) exten => 101,5,System(mutt -s 'New FAX for you sir' -a /var/spool/asterisk/tmp/fax.pdf magnus.b at inputinterior.se < /dev/null) I do receive the fax, the fax got converted to a pdf but 101,5 never get "executed", when i look in cli, last line is 101,4... can any1 se why? 2:nd example: exten => 101,1,Answer() exten => 101,2,Wait(3) exten => 101,3,ReceiveFAX(/var/spool...
2001 Sep 20
2
Problems with German umlauts and vorbiscomment
...hat it has huge problems with German umlauts. "ö", for example, becomes "ö", which is QUITE annoying. In xmms, the tags are displayed correctly, though. I'm using the newest libraries and stuff from the Mandrake Cooker (it tells me it's RC2). - -- - -M - ------- Magnus von Koeller <magnus@vonkoeller.de> ------ Georg-Westermann-Allee 76 / 38104 Braunschweig / Germany Phone: +49-(0)531/2094886 Mobile: +49-(0)179/4562940 lp1 on fire (One of the more obfuscated kernel messages) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For...
2008 May 21
32
Rack, Camping 2.0++
...d fixes any bugs. * Releasing 2.0 - Make lots of hype so everybody ports their apps to 2.0 * Then we''ll see if any bugs appear, fixes them quickly and releasing 2.1. --- This is just some proposals, the community (aka YOU) have to decide what we should do. So what are your thoughts? --- Magnus Holm
2020 May 04
2
default backend = rid not showing full group information for users
m?ndag 4 maj 2020 kl. 22:22:04 CEST skrev Rowland penny via samba: > On 04/05/2020 21:06, Magnus Holmgren via samba wrote: > > m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba: > >> On 04/05/2020 19:24, Magnus Holmgren via samba wrote: > >>> The systemd NSS module handles dynamically allocated users and groups > >>> when > >>&gt...
2012 Jan 02
5
[Bug 1968] New: openssh won't build with --with-audit=bsm on Solaris 11
...fied Product: Portable OpenSSH Version: 5.9p1 Platform: ix86 OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: magnus.johansson at foxt.com When doing ./configure --with-audit=bsm the build fails on Solaris 11. Apparently (https://forums.oracle.com/forums/thread.jspa?threadID=2150559) the BSM API has changed between Solaris 10 and 11. The error also occurs when I try openssh-SNAP-20120103. Below is the exact err...
2008 May 24
19
Camping 2.0 - What''s left?
...at 3171 bytes (77% of 4kB)! (I realize that we don''t need to target all of these issues for 2.0, we must have something left for 2.1 :-) [1] http://github.com/judofyr/camping [2] http://camping.rubyforge.org/classes/Camping/H.html vs http://camping.rubyforge.org/classes/WEBrick.html --- Magnus "We''re missing _why in #camping" Holm
2012 Oct 18
2
Problems with AGI and existing channel
...09 UTC" We have some problem when running a AGI script (build with PHP), existing channels (all of them) gets a "hickup" and then continues. We are using AGI to lookup incoming calls in directory. It is kinda annoying, and I don't understand how it can be related. Best regards Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121018/d63eff55/attachment.htm>
2012 May 15
5
setting up the SQLite database
...it best to set up the DB creation/connection: 1.1 at the end of the app AppName::Models::Base.establish_connection( :adapter => ''sqlite3'', :database => ''/path/to/my/app/myApp.db'' ) run AppName #from an old snippet 1.2 OR like this (postgres) example [Magnus]: def List.create List::Models::Base.establish_connection( :adapter => "postgresql", :username => "root", :password => "toor, :database => "list" ) List::Models.create_schema end 1.3 in a config/database.yml file [Magnus] (proba...
2004 Oct 05
1
WG: [Ocfs-users] Compiling OCFS 1.0.13 on kernel 2.6.8?
...posting, but I somehow came to think that this question might possibly be more suitable in this mailinglist. I am currently fiddeling around with Fedora Core 2. Does anyone of you have any pointers on where to start reading to compile OCFS 1.0.13 on a 2.6.8 kernel? Is it at all possible? Best, //magnus -----Urspr?ngliche Nachricht----- Von: Magnus Lubeck [mailto:ml@inwork.ch] Gesendet: Dienstag, 5. Oktober 2004 12:47 An: ocfs-users@oss.oracle.com Betreff: [Ocfs-users] Compiling OCFS 1.0.13 on kernel 2.6.8? Hello, I am currently fiddeling around with Fedora Core 2. Does anyone of you have any...
2011 Apr 11
6
Variable stripping/removing part of string
...rch for ? ?, could be many ? ?, but only one ? (?, thought i could do something like: exten => 0424449631,n,NoOp(${CUT(CALLERID(name),\(,1):0:-1}) But that gave me ?Martela ? so my way of doing it is wrong. Any that can tell me what I am doing wrong or have any better suggestion howto do it? /Magnus -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110411/41add524/attachment.htm>