Name: Daniel Tinivella
Member since: 2007-09-12 17:31:22
Last Login: 2009-08-20 22:33:30
Homepage: http://weblog.tinixtech.com.ar
Notes: …Hey, I’m a Geek just like you ;-)….No, seriously I do have a Real life… I enjoy programming…. screen console and spending time with my sons…and with my friends.
I forgot…..I am Daniel Tinivella …. Also know as Tinix or f3ttX] Cordoba , Capital, Argentina.-
I thought to use the library open-uri which is the easiest way to obtain the contents of html
require 'open-uri' example = open('htp:/http://www.ruby-lang.org/) => #<File:/tmp/open-uri20081002-7271-1exa3en-0> html = example.read
but the Read method returns an entire chain and not what I want is a plain text….I have to do everything to return ordered
It seems that the fashion came to rubyonrails,
was looking at something and this is my first impression.-
What I Find Here.....
and otrher much tutorials scattered over the Internet.
Finaly rails supported values are mysql, oracle,
postgresql, sqlite2, and sqlite3.
I saw the vertical drop as it's title; web
development that dosen't hurt./ You know something else that
can help...
The idea was to make a simple text editor in wxpython
with some normal functions.but a window resize
Something code
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
import wx
class MainWindow(wx.Frame):
def __init__(self, parent = None, id = -1, title =
"Editor Python"):
wx.Frame.__init__(self, parent, id, title, size = (400,200),
style = wx.DEFAULT_FRAME_STYLE |
wx.NO_FULL_REPAINT_ON_RESIZE)
self.control = wx.TextCtrl(self, -1, style =
wx.TE_MULTILINE)
self.CreateStatusBar()
filemenu = wx.Menu()
menuitem = filemenu.Append(-1, "&About", "About Bad
Python Editor")
self.Bind(wx.EVT_MENU, self.OnAbout, menuitem)
filemenu.AppendSeparator()
menuitem = filemenu.Append(-1, "E&xit", "Terminate
the program")
self.Bind(wx.EVT_MENU, self.OnExit, menuitem)
menubar = wx.MenuBar()
menubar.Append(filemenu,"&File")
self.SetMenuBar(menubar)
self.Show(True)
A part more to complete. I want to do some more
functions.
See you the next post./
Others have certified tinixtech as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!