search for: enregistrer

Displaying 20 results from an estimated 27 matches for "enregistrer".

2003 Jun 19
3
sciViews
Bonjour, J'ai t?l?charg? SciViews Insider que je trouve tr?s convivial. Par contre, je n'arrive pas ? comprendre comment enregistrer un script R en type de fichier R justement. Mes programmes fonctionnent tr?s bien, mais SciViews me propose uniquement de les enregistrer au format txt sous un type de fichier "bloc notes". Comment les enregistrer avec l'extension .R comme le ScriptExample.R ?? Merci Thomas Poloni -...
2018 May 22
2
LLVM SEH docs -- enregistration of locals in nonvolatile registers?
https://llvm.org/docs/ExceptionHandling.html#wineh > No variables live in to or out of the funclet can be allocated in registers. I don't think this is quite true. though it might be a useful simplification. Obviously it is true for volatile registers, but I believe the funclet receives a CONTEXT with the nonvolatiles restored. Obviously cumbersome to access, but it lets you enregister
2018 May 24
0
LLVM SEH docs -- enregistration of locals in nonvolatile registers?
Is this example what you had in mind? void f() { int *p = get_p(); use_p(p); try { may_throw(p); } catch (int) { // don't need p } use_p(p); } The idea is that because p is not modified or used within the catch region (the funclet), it can live in a callee-saved register across the whole function. That is true, it is possible, but I don't think it fits very well in
2006 Oct 31
3
ActionMailer how to check mail sent
OS X 10.4.8 I am sending an email via Actionmailer settings are written correctly in environment.rb ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.raise_delivery_errors = :true ActionMailer::Base.perform_deliveries = :true ActionMailer::Base.default_charset = "utf-8" ActionMailer::Base.server_settings = { :address => "mail.mydomain.com", :port => 25,
2006 Apr 05
25
How to avoid bunch of <% %> ??
...", "parent_id", Category.find(:all, :conditions => [ "id <> ?", category.id] ).collect {|c| [ c.title, c.id ] }, :selected => (category.parent_id.nil? ? "" : category.parent.id)) %> <% end %> <%= submit_tag "Enregistrer" %> <%= link_to "Annuler", :action => "list" %> <%= end_form_tag() %> Obviously this is not very clean. I find it hard to read and having to type so many times the same symbols is tedious Thanks -- Posted via http://www.ruby-forum.com/.
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
...-p udp -i $IFACE_LAN --dport 53 -j ACCEPT # DHCP $IPT -A INPUT -p udp -i $IFACE_LAN --dport 67:68 -j ACCEPT # Activer le relais des paquets if [ $MASQ = 'yes' ]; then $IPT -t nat -A POSTROUTING -o $IFACE_INET -s $IFACE_LAN_IP \ -j MASQUERADE $SYS -q -w net.ipv4.ip_forward=1 fi # Enregistrer les connexions refus?es $IPT -A INPUT -j LOG --log-prefix "+++ IPv4 packet rejected +++" $IPT -A INPUT -j REJECT # Enregistrer la configuration $SERVICE iptables save --8<---------------------------------------------------- As you can see, the script is also supposed to handle IP pac...
2008 Aug 03
1
(sans objet)
- Peut-on poser des questions en fran?ais? - Tr?s simple. Je fais un programme "truc.r" (sous emacs) Ce programme r?alise des graphiques. Je voudrais les enregistrer au fur et ? mesure -- sinon, quand la session est finie, ces graphiques sont perdus-- J'ai essay?: pdf("truc.pdf") Mais le fichier "truc.pdf" cr?? est vide. Comment fait-on? Merci et salutations Jacques Vernin
2008 Oct 13
1
heimdal/AD documentation
as i promise last week, a incomplete documentation about configuring a trust beetween a heimdal kdc and a windows AD domain really sorry for non-french speakers of course, i'm very interresting in any feedback... Pascal configuration - le realm Kerberos est DEMO.LOCAL - le realm du domaine AD est ad.demo.local La configuration du KDC lui m?me ne pr?sente pas de difficult?
2007 May 20
3
bouton de fermeture
Bonjour, je voudrais savoir si il est possible de désactiver le bouton de fermeture en haut a droite (le bouton rouge avec une croix blanche), sans se servir de "FRAME_NO_WINDOW_MENU", car j''ai besoin des autres boutons. Merci. Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2008 Nov 08
1
Get Information
...function () {fileName=tclvalue(tkgetSaveFile(initialfile="modalite.txt",filetypes="{{JPEG Files} {.jpg .jpeg}} {{PDF File} {.pdf}} {{Text File} {.txt}} {{All files} *}")) return(fileName) } tkadd(topMenu,"command",label="Enregistrer",command=function () cascade()) Please correct the programme i send it back. Please, i need the correction to continue my projet. Thanks in advance. Ing KAMENI Justin Etudiant en Master en Statistique Option: Econométrie, Assurance et Finance Data Management et Data Mining Gsm: 00324877104...
2007 Aug 13
3
unicode
Salut alex, j''ai essayer d''encoder quelques fichiers pour faire des test. Il y a des sigles comme "€" que je ne peut pas encoder. le problème c''est que quand j''ouvre un fichier.txt par exemple et qu''il contient ce sigle, le contenu du fichier ne s''affiche pas. Compter-vous insérer ces sigles par la suite que l''on puissent les
2015 Feb 19
0
Masquerading (packet forwarding) on CentOS 7
...HCP > $IPT -A INPUT -p udp -i $IFACE_LAN --dport 67:68 -j ACCEPT > > # Activer le relais des paquets > if [ $MASQ = 'yes' ]; then > $IPT -t nat -A POSTROUTING -o $IFACE_INET -s $IFACE_LAN_IP \ > -j MASQUERADE > $SYS -q -w net.ipv4.ip_forward=1 > fi > > # Enregistrer les connexions refus?es > $IPT -A INPUT -j LOG --log-prefix "+++ IPv4 packet rejected +++" > $IPT -A INPUT -j REJECT > > # Enregistrer la configuration > $SERVICE iptables save > --8<---------------------------------------------------- > > As you can see, the...
2007 Jul 20
8
Wx::StaticText
Salut alex. J''ai une question a propos de wx::statictext(wxruby2) est-il possible de mettre les accents pour la langue française?, car pour l''instant je ne peut pas mettre l''accentuation alors que ça marche bien avec "wxruby". merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2012 Oct 11
2
Coupure de connexion entre Rails 3.2.7 et Postgres 8.4
Bonjour à tous, Je développe une grosse application en Rails 3.2.7 qui est connecté à une BD Postgres 8.4 installée sur la même machine. L''application s''exécute sur Apache avec le module Passenger. L''application est constamment utilisée par une centaine d''utilisateurs et ne pose aucun problème pendant plusieurs heures puis, d''un coup, Rails ne
2002 Feb 13
3
Verba Volant
We have been requested to insert the following email address, "samba@samba.org", in the Verba Volant Newsletter database. Through this daily service you will receive a quotation, selected from amongst the most celebrated philosophers, writers and poets of all time and translated into many languages and dialects by volunteers worldwide. If you would like to confirm your subscription to
2007 Sep 16
1
evt_close
Salut Alex. Quand j''utilise: evt_close() {|event| on_sortie} def on_sortie @fich1 = nil end dans mon application, ça désactive complètement la fermeture. Pourquoi? J''aimerai pouvoir créer un évenement à la fermeture de mon application, quand je la ferme avec window manager, qui pourrait me permettre d''initialiser ma variable. Quel est la chose que je ne fait pas
2007 Jul 12
1
bmp => xpm
Salut Alex, je voudrais savoir comment faire pour passer le format bmp, par exemple, en format xpm? Est-ce qu''il est possible de lire des formats bmp(entre autre) avec StaticBitmap? C''est toi en photo dans l''exemple de StaticBitmap? merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2004 Oct 01
0
rebelotte samba et les accents....je m'en sort pas
Bonjour, je reviens ? l'attaque avec mes probl?mes d'accents sous samba. Depuis la mise ? jour de mes serveurs (mandrake 10 samba 3.0.2a), j'ai des probl?mes avec les fichiers enregistr?s par les utilisateurs. Mon fichier de conf samba ne comporte pas les lignes suivantes : dos charset = cp850 display charset = cp850 unix charset = ISO8859-15 d'ailleurs je suis bien embarrass?
2011 Jan 31
0
Rails 3 - Translation of Error header doen't work
...s: [code] config.i18n.load_path += Dir[Rails.root.join(''my'', ''locales'', ''*. {rb,yml}'').to_s] config.i18n.default_locale = :fr [/code] Then I tried to save a Client by leaving the mandatory fields empty and got: [code] "Impossible d''enregistrer ce %{model} : %{count} erreurs" [/code] as the header of the Errors dialog window. As you see, the interpolation was taken as it is instead of putting the Model name and errors number. The rest of validation message was translated correctly. Any idea? -- You received this message because you...
2009 Feb 13
2
téléchargement et affichage d'image avec HtmlWindow