- Upvotes Received
- 5
- Posts with Upvotes
- 4
- Upvoting Members
- 5
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Christian, musician, CGI enthusiast, programming fanatic, Linux adept...
17 Posted Topics
Hi everyone! i have Fedora 28 (with xfce) installed on my laptop. As Fedora 28 is now an old version, I'd like to know if there is a way to upgrade directly to Fedora 32, with no risk (I mean no data loss, in particular my /home dir).. Can you … | |
Hi every1, can anyone lead me to the end of the tunnel in which Cordova had pushed me in? I just want to see the light, at the end of the tunnel. I've read ,re-read, and re-read again the doc, and I've explored dozens of pages according to what Google … | |
Hi dear fellows, I requested from a friend (who sells machines) a PC, to remplace the current and old one I use, he proposed me a second hand PC which characteristics seem quite reasonnable, considering the price (300€ ~ 339.39 USD). My main concern is about he GPU, it's a … | |
Hi each & everyone, I'm not new here, I've been registered some 9 years ago, and since I've been busy elsewhere I haven't use this forum since then. But since I've decided to learn C++, I've thought it could be good to comme back in this community to share and … | |
Hi everyone :) Title says it all... I'm trying to bind events to a wx.GenericDirCtrl. I've visited more than 20 web sites but i haven't found how to do it. I've tried different manners but it doesn't work as i expect it to. In some case my control is seen … | |
Hi everyone :) Does someone have a solution to use single and double quote with php cli when passing code with the -r option? Example, this won't work:[CODE]$ php -r 'echo 'ok'; echo "ok";'[/CODE] I'm looking for a solution that allows me to use single AND double quotes in the … | |
Hi! :) As said in the title i try to get (as a string) the parent of a selected item, but i can't manage to do it. Of course i can easily retrieve the string of the selected item with GetItemText... But how do we retrieve its parent? Example: if … | |
Re: Hi, to get the values of the buttons you just have to get the values of the $_POST vars. For example, in your code, the value $_POST['info'] (your first button) is "Info". Are you sure to really know how to use forms? | |
Hi pythoners! :) My question is very simple (the answer too, i hope): how to display files in a TreeCtrl? I've tried to use it, according to an example i've found on the web, but it displays only folder, subfolders. No files... I'll show you the portion of code i … | |
Hi :-) do you know how to move up one line in the terminal? Explanation with an example: [CODE]#!/usr/bin/env python # -*- coding: utf-8 -*- from time import sleep def test(): print "begin" i = 1 s = "#" while i < 5: print s sleep(1) i += 1 s … | |
Re: Hi, if i understand well the options of the select contain the names of the provinces, and you want the name of the cities related to the selected province to be displayed on the same page when the user makes a choice in the dropdown menu... That's correct? You need … | |
Hi every one! :) Based on the example of StyledTextCtrl of the wxPython demo i managed to write a small application intended to Php code writing. Does anyone know how to set styles for Php codes? I found it's necessary to use SetLexer(stc.STC_LEX_HTML) because STC_LEX_PHP is deprecated. But i have … | |
Re: Hi, you need a sql table to store the datas (you can also use text files to do it), and some php to manage the rest... Add a link into each member profile page, something like: [CODE]<?php echo '<a href="./comments.php?id_user='.$iduser.'">Add comment</a>'; ?>[/CODE] And treat the datas from the comments.php page, … | |
Re: Hi, tell me if i understand* well what you ask: you want the part of string that is in <div class="sacred">....</div> to be not treated by preg_replace, so that there is no changement to this part. I'm gonna try something and I'll be back to tell you if i have … | |
Re: Hi, try this way instead: [CODE]<?php if (isset($_POST['button'])) { // put your code there... } ?> [/CODE] | |
Hi there, my name is Stéphane, i'm french and a beginner with Python... I've registered on a french forum about Python to ask a question regarding an issue i have with a code, but it seems the members of this forum are not active. I paste the message i posted … | |
Hi, my name is Stéphane, i'm french, i live in France in a beautiful place (see the link below) called Vercors, i'm a christian, i play bass in a reggae band, and i love programming... I'm interested for quite some time to Python but it is only fairly recently that … |
The End.