Displaying 20 results from an estimated 33 matches for "mlb".
Did you mean:
mb
2010 Mar 07
8
Parsing XML file with no style info with Hpricot
Hello,
I''ve been trying for hours to parse an XML using Hpricot. Usually it''s
not a problem. Here''s my simple code:
#This works and outputs the proper xml data
@url1 = ''http://www.sportingnews.com/stories/sportingnews/MLB/rss.xml''
@page1 = Hpricot(open(@url1))
<%= @page 1 %>
#This does not work, and I''m scratching my head
@url1 =
''http://gd2.mlb.com/components/game/mlb/year_2010/month_03/day_06/gid_2010_03_06_anamlb_oakmlb_1/boxscore.xml''
@page1 = Hpricot(open(@url1))
<%...
2010 Mar 01
0
Multicolumn Listbox selectcommand trouble
...names =
list(c(),c("Date","URL", "Title", "List Price", "Category")))
base <- tktoplevel()
listings <- tkframe(parent = base)
editor <- tkframe(parent = base)
tkwm.title(base, "my super program")
#changeeditor function(){
# }
mlb <- tk2mclistbox(listings, height = 20, width = 95, resizablecolumns =
TRUE, yscrollcommand = function(...)tkset(scr1,...))
#?tk2mclistbox
# Define the columns
tk2column(mlb, "add", "date", label = "col1", width = 20)
tk2column(mlb, "add", "title"...
2009 May 27
2
Having problems with Samba and openLDAP Groups
...- want it
to be read and write to the Group named Staff. I have set up the group
and added myself to the group
If I do a smbldap-groupshow Staff - I get
sudo smbldap-groupshow Staff
dn: cn=Staff,ou=Groups,dc=imparisystems,dc=local
objectClass: top,posixGroup
cn: Staff
gidNumber: 1012
memberUid: mlb
I'm mlb - but it doesn't have any Samba information and I added the
group by typing
sudo smbldap-groupadd -a Staff
If I try
smbclient //Ubuntu/Staff
Password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.28a]
tree connect failed: NT_STATUS_ACCESS_DENIED
Here's my smb.conf file...
2008 Apr 14
1
[Bug 15498] New: mlb.com gameday widget does not render
http://bugs.freedesktop.org/show_bug.cgi?id=15498
Summary: mlb.com gameday widget does not render
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.or...
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative
domains. What I mean by this is that administrators have access to
different data, based on what domains they are a member of. The domain
strucutre is hierarchical. Here is an example:
- MLB
- AL
- East
- Yankees
- Red Sox
...
+ Central
+ West
- NL
+ East
+ Central
+ West
Now image I could put users at any level of the domain, possibly even at
multple levels. If the user has administrative privleges, the user would be
able to edit the use...
2001 Apr 17
4
Samba 2.2.0 - glossy press release :-).
In the interests of full disclosure, here's the glossy press
release (with html as well ! :-).
Jeremy.
---------------------------------------------------------------------
Samba 2.2.0 - Powering the next generation of Network Attached
--------------------------------------------------------------
Storage.
--------
17
2008 Apr 14
2
[Bug 15497] New: mlb.com scoreboard does not render correctly
http://bugs.freedesktop.org/show_bug.cgi?id=15497
Summary: mlb.com scoreboard does not render correctly
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesk...
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
Dear R users,
How to find all single minima within each next part of analyzed vector (table)
Select all minima (mass_value=min & mass_value<2)
(many) in vector(table),
BUT first put mask on table in order to select
within one window mask (5 elements) only one local minimum, and next to search within
the next time window mask the second minimum (only one local along second mask)
2009 May 25
1
Samba Configuration
...anything that solves my problem.
I am able to create shares that are basically open to the public, but I
know the security is all messed up.
I have openLDAP set up, can log onto the Samba server, but when I try to
set up the security, I just end up with
> smbclient //Ubuntu/Staff
> Enter mlb's password:
> Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.28a]
> tree connect failed: NT_STATUS_ACCESS_DENIED
So I started working through the Samba checklist at http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/diagnosis.html
Is there some place that walks through a file...
2012 Apr 19
2
Study design question; MLB; pay and performance.
Dear List Members,
I am in the process of designing a study examining pay and performance
in Major League Baseball across several seasons, and before I get too
deeply into it, I'd like to ask whether the group members think that
performance across seasons is independent, or if it needs to be treated
like a time-series variable so that lack of independence can be controlled.
Any ideas or
2014 Jun 06
2
[LLVMdev] Clang removes Label name
Hi,
I have some troubles to figure out why clang is removing my label name. As the simple example below shows the label "MLB" is removed and replaced by an integer as an "unnamed value".
Plus, I can see that an unconditional jump is added, as the label seems to be interpreted as the beginning of a BasicBlock. I am compiling without any optimizations (for now), what leave the produced code slower than the i...
2008 Oct 04
2
index matter
...-----------------------------------------------
If index files are missing, Dovecot creates them
automatically
when the mailbox is opened.
------------------------------------------------------
Are they made based on which information?
Thanks.
Yoko
--------------------------------------
Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
http://pr.mail.yahoo.co.jp/mlb/
2004 May 15
1
Guest shares
...yes with no luck. No matter what I do I'm prompted
for a password on the XP boxes. Using the smbclient with the -N flag works
however. What am I doing wrong?
-- David Russell
_________________________________________________________________
Watch LIVE baseball games on your computer with MLB.TV, included with MSN
Premium! http://join.msn.click-url.com/go/onm00200439ave/direct/01/
2009 Jul 07
2
Best way to setup Samba + OpenLDAP + Linux to use a different partition for /home?
...e admin account? Or could I
simply create two different home directories - one for the regular users
and one for the admins?
3) What is the easiest way to set this up so a person with little
technical background can do it fairly easily?
Thanks!
--
Matt Burkhardt, M.Sci. Technology Management
mlb@imparisystems.com
(301) 682-7901
502 Fairview Avenue
Frederick, MD 21701
http://www.imparisystems.com
2008 Apr 14
7
[Bug 15495] New: does not render ESPN baseball gamecast correctly
...roblem:
It's trying but, at least:
- text doesn't render correctly
- graphical elements often turn black
Version-Release number of selected component (if applicable):
swfdec-0.6.4
swfdec-mozilla-0.6.0
How reproducible:
Every time
Steps to Reproduce:
1. Go to http://sports.espn.go.com/mlb/scoreboard
2. Click on one of the 'Gamecast' links
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
2015 Nov 25
0
I cannot build syslinux-5.11-pre8 from git (No rule to make target `../core/ldlinux.bss')
Thanks for this, it help us get 6.0.3 built for CENTOS.
Regards,
Friedrich(Fritz) Seifts
Senior Director, Core Infrastructure
MLB Advanced Media
212.485.4659
2002 Jul 31
1
Review for dummies
Ok. Not newbie, but feel like one.
Here's my question.
I am setting up a computer lab with series of W2k Pro workstations.
What is the best way to administer these with a Samba PDC?
I have NO NT servers, and really dont want one.
My main goals are:
a) easy administration
b) security so they cant crack
c) most reliable.
Can you tell me if winbind is what is needed?
Or would the best
2004 Apr 14
0
Samba Administrator E-zine
...er as much as possible. We also need a
logo and a good design/layout.
If you are interested, let me know.
Thanks,
Dustin A Dortch
Network+, MCSA/MCSE W2K
dustin_dortch@hotmail.com
_________________________________________________________________
Watch LIVE baseball games on your computer with MLB.TV, included with MSN
Premium!
http://join.msn.com/?page=features/mlb&pgmarket=en-us/go/onm00200439ave/direct/01/
2004 Jul 30
0
Fw: reduce skin lines & skin spots
bnrmtl.cpl-sleafsgducks
dr_,u'~gs from amer'`ica & 0v~ernig-_ht sh_,ipp^ing
,~distichlisvirinf http://js.mlb.retyping8911rneds.us/f74/
Should this prove to be true, he might now consider himself a prisoner of
this piratical band, the members of which, although temporarily disabled,
would soon regain consciousnessHowever, the armed caravan was scarcely out
of sight before Rob discovered he was approach...
2009 May 29
1
Problem with reboot of machine with openLDAP
...BGCFC
but if I reboot, I get
smbclient -L BGCFC
Error connecting to 192.168.10.100 (Connection refused)
Connection to BGCFC failed (Error NT_STATUS_CONNECTION_REFUSED)
but if I restart slapd it works correctly again. What could be wrong?
Thanks
--
Matt Burkhardt, M.Sci. Technology Management
mlb@imparisystems.com
(301) 682-7901
502 Fairview Avenue
Frederick, MD 21701
http://www.imparisystems.com