Displaying 9 results from an estimated 9 matches for "conven".
Did you mean:
convey
2007 Nov 24
7
htmlwindow
Bonjour.
Ne pouvant pas afficher toutes les pages web avec html window, est-ce qu''il est possible à partir d''un bouton de coller l''url choisi dans la barre de recherche d''IE7 par exemple et d''ouvrir IE7 automatiquement à la page recherchée?
Est-ce que vous pouvez me donnez quelques explications si cela est possible?
merci
sebastien
2008 Sep 30
1
OT: real 2 line phone vs. 1 line and call waiting
I'm looking into getting a new phone and wondering what the difference
in functionality is between a single line phone with call waiting and a
real 2 line phone (either a real SIP phone or an analog 2 line phone and
a 2 port ATA) is. Why would I want the real 2 lines vs. just being able
to take an incoming call via call-waiting?
Cheers,
b.
-------------- next part --------------
A non-text
2007 Jun 22
1
exemple html - RSS
alex écrit:
Ce n''est pas possible d''afficher RSS/atom lui-même avec Wx::HtmlWindow.
Mais vous pouvez vous servir de quelques bibliothèques ruby pour
chercher RSS (par exemple ''net/http'', ''mechanize'', ''http-access2'') et
l''analyser (par exemple ''rexml'').
Donc, on devrait créer HTML qui répresente
2007 Jun 12
4
fichier wxruby2
Bonjour, je voulais savoir si il est possible d''installer les fichiers wxruby2 ailleurs que dans les dossiers habituel et sans se servir de rubygems?
car j''aimerais pouvoir les déplacés.
Merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
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
2010 Sep 19
3
OT Gmane and r-help moderator approval
I have started to read r-help on Gmane using Thunderbird as a reader.
Before that I had messages sent to gmail account.
The first post through Gmane needed moderator approval, but then I got a
message from
Your friendly autoauthorizer at Gmane.org
saying
You are now authorized to post to the
gmane.comp.lang.r.general newsgroup.
But my messages are still needing moderator approval, which I
2007 Feb 13
5
default database schema and relationships
...aults..
i''m not worried about the data because i back it up and if all else
fails i''ll just do the ol'' INSERT INTO or UPDATE commands in terminal.
all that being said (phew) are the different defaults for rails in
terms of column types (id type, etc) and singular plural conventions
kept in one place somewhere? has anyone made a list? ive searched
the web quite a bit and was going to start going through v2 of agile
web dev but i thought i''d try an email before i got too into it..
sorry for the long background but i thought it best to be thorough..
thanks..~ar...
2018 Oct 22
5
[fdo] Code of Conduct questions
Hi,
I've cross-posted this to freedesktop@, as the xdg@ list is only used
for actual specification development.
On Mon, 22 Oct 2018 at 00:36, Jacob Lifshay <programmerjake at gmail.com> wrote:
> Hi, we were thinking of asking if freedesktop would host Kazan (https://github.com/kazan-3d/kazan) for us, however some of our community members have objections with how freedesktop's
2006 Nov 30
41
TDD killing my joy of Rails
I''ve been working through the book ''Beginning Ruby on Rails E-Commerce''
which is very heavy on Test Driven Development. As in, you have to
write tests for scaffolding methods and validations and crap like that.
And then they fail. And you KNOW its the test not the method. So you
spend 2x the time writing a test that has to be adapted when
requirements change. You