Displaying 3 results from an estimated 3 matches for "soledad".
Did you mean:
sociedad
2003 Apr 15
1
winbindd wbinfo -u - can't populate
...(was 0xc0000022 before using administrator account)
wbinfo -g
0xc000006d (was 0xc0000022 before using administrator account)
rpcclient SERVER -U % -c querydispinfo
cmd = querydispinfo
index: 0x1 RID: 0x7d0 acb: 0x10 Account: andyj Name: Andrew Judge
Desc:
index: 0x2 RID: 0x7d2 acb: 0x10 Account: soledad Name: Soledad
Alvarez Desc:
index: 0x3 RID: 0x3e8 acb: 0x210 Account: root Name: root Desc:
index: 0x4 RID: 0x7e4 acb: 0x210 Account: rrico Name: Desc:
index: 0x5 RID: 0x7e8 acb: 0x210 Account: leman Name: Leman Porter
Desc:
Windows 2000 Server mixed
RH 9 standard RPMs
Samba ser...
2009 Jun 06
5
Rake Tasks
...nment do
# code goes here for scraping
end
This rake task will be parsing data from ncaa.org and placing it into my
DB for further processing. The .rb file I created has the following:
===============================
#== Scraper Version 1.0
#
#*Created By:* _Elricstorm_
#
# _Special thanks to Soledad Penades for his initial parse idea which I
worked with to create the Scraper program.
# His article is located at
http://www.iterasi.net/openviewer.aspx?sqrlitid=wd5wiad-hkgk93aw8zidbw_
#
require ''hpricot''
require ''open-uri''
# This class is used to parse and col...
2009 Jun 07
17
ActiveRecord Classes
I''m having a little trouble with understanding how to work out the
schematic for some of my classes using ActiveRecord when a file is in my
lib directory:
Brief example:
Here''s the outline of the files in use:
....app
........controllers
............application_controller.rb
............rushing_offenses_controller.rb
........models
............rushing_offense.rb
....lib