Displaying 20 results from an estimated 97 matches for "stc".
Did you mean:
etc
2005 Oct 05
1
"Access denied" errors with version 3.0.20
...t 08:15 on 3 Oct 2005 I was able to save a log file of the
problem in action. Level 10 log file can be found at
http://www.smartrafficenter.org/kevin/log.10.5.51.27, smb.conf posted
below.
Thanks,
Kevin
----- 8< -----
[global]
log level = 10
workgroup = VIRGINIADOT
server string = STC Data Server
security = ads
load printers = no
log file = /var/log/samba/log.%m
max log size = 4096
password server = VDOTHR01.VIRGINIADOT.ORG
encrypt passwords = yes
realm = VIRGINIADOT.ORG
passdb backend = tdbsam
allow trusted domains = no
idmap backend = idmap_rid:VI...
2006 Aug 22
1
Access denied
...version, a share that I used to be able to access now returns:
tree connect failed: NT_STATUS_ACCESS_DENIED
When I try to connect to my home directory that's shared on the fly, I
can get in just fine. I'm STUCK. How do I figure out what's wrong?
Oh, and yes, I'm part of the STC-InfoTech group , so that's not the
problem.
Thanks,
Kevin
# uname -a
FreeBSD hr-stc-file3.smartrafficenter.net 6.1-STABLE FreeBSD
6.1-STABLE #0: Fri Aug 18 20:02:55 EDT 2006
toor@hr-stc-file3.smartrafficenter.net:/usr/obj/usr/src/sys/GENERIC
i386
# cat /usr/local/etc/smb.conf
#=============...
2011 Oct 27
2
Syntax Check: rshape2 melt()
This is my first excursion into using reshape2 and I want to ensure that
the melt() function call is syntactically correct.
The unmodifed data frame is organized this way:
head(tds.anal)
site sampdate param quant
1 UDS-O 2006-12-06 TDS 10800
4 STC-FS 1996-06-14 Cond 280
7 UDS-O 2007-10-04 Mg 1620
9 UDS-O 2007-10-04 SO4 7580
19 JCM-10B 2007-06-21 Ca 79
20 JCM-10B 2007-06-21 Cl 114
What I want looks like this:
site sampdate TDS Cond Mg Ca Cl Na SO4
UDS-O 2006-12-06 10800 NA 1620 NA N...
2010 Jan 10
0
Problem with StyledTextCtrl
...inter
from the handle so that I can pass them to some old codes written in C.
But the output of the following code is "0, 0", which means send_msg()
returns nothing but 0.
require ''wx''
module Wx
App.run do
frame = Frame.new nil, :title => "stc"
stc = StyledTextCtrl.new frame, -1
# http://www.scintilla.org/Steps.html
fn = stc.send_msg 2184, 0, 0 # SCI_GETDIRECTFUNCTION
ptr = stc.send_msg 2185, 0, 0 # SCI_GETDIRECTPOINTER
puts "#{fn}, #{ptr}" #=> "0, 0" ?
frame.sh...
2005 Sep 15
5
wxScintilla vs. StyledTextControl
There is a contribution called ''stc'' (StyledTextControl) that comes with
wxWidgets. It appears that this is -also- a wrapper around Scintilla.
I can''t tell if one or the other of these two is a better choice or if
there''s a particular reason to favor one over the other. I can see that
having the sour...
2007 Dec 27
3
build problems
...right change, but I don''t know what the right
change is. This got me a little further:
rake aborted!
can''t convert nil into String
[...]/wxruby-1.9.2/rakefile:48
which with more tracing and pondering, it appears that (something like) this
change needs to be made in rakewx.rb:
-stc_lib = $wx_libs[/\S+libwx\S+_stc\S+/]
+stc_lib = $wx_libs[/\S+lwx\S+_stc\S+/]
since wx_libs has strings of the form -lwx_gtk2_*. There is no "lib" in
there.
The build is now proceeding. Stay tuned.
Is the rakefile system unmaintained or something? Adoption will be a
problem if wxruby...
2017 Oct 06
1
How to resolve this error
...t; library(plotrix)
> library(maps)
> palay.cov<-read.csv("C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis
Data/palay.covar.csv")
> palay.o<-read.table("C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis
Data/palay.obs.txt")
> palay.obs<-as.matrix(palay.o)
> palay.stc<-read.table("C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis
Data/palay.stcovars.txt")
> palay.stcov<-as.matrix(palay.stc)
> palay.data.raw<-list(X=palay.cov,obs=palay.obs,Y=palay.stcov)
> ##matrix of observations
> obs<-palay.data.raw$obs
> ##data.frame of geograp...
2007 Aug 29
13
Scintilla
Hi
I''ve been trying out the StyledTextCtrl/Scintilla component bundled with
wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a
basic level with wxRuby (95% of credit to Roy, who originally created a
SWIG file for this).
So I''m wondering: should we try and integrate this into wxRuby core?
Pros:
- a cool component, interesting to developers
- not
2016 Feb 10
2
Unexpected termination of the call when pick up (res_pjsip)
...83.143.192.141:5060 --->
SIP/2.0 183 Call progress
Via: SIP/2.0/UDP 85.142.148.80:5060;rport=5060;branch=z9hG4bKPj1be0328e-fb97-426c-93fe-cf12e32f501a
Record-Route: <sip:3532080.dialog.cgatepro;lr>
Record-Route: <sip:83.143.192.141:5060;lr>
From: "admin" <sip:77777716 at stc.euroset.ru>;tag=0ea59f7e-817c-48a1-8e44-6e896322609a
To: <sip:+7980xxxxxxx at stc.euroset.ru>;tag=B955C4E4-606476-16E1127B
Call-ID: 5ac4642d-007b-4e29-908a-1b06417148c7
CSeq: 3711 INVITE
Contact: <sip:signode-606476-16E1127B at 83.143.192.141>
Supported: 100rel,timer,replaces,histinf...
2010 Jan 24
13
Where can I find a list of events for each widget?
I''ve searched the documentation like crazy but I can''t seem to find the
events for each of the widgets. Any info on this would be greatly
appreciated.
--
Posted via http://www.ruby-forum.com/.
2007 Aug 27
3
OT: DELL Platforms
Hello list,
I have a customer who is interested in standardizing on dell servers for
asterisk deployments.
Has anyone had success with a particular configuration?
Anything specifically to watch out for?
Thank you for your time,
Art
Arthur Miller
Sr. Sales Associate
VoIP Supply, LLC.
454 Sonwil Drive
Buffalo, NY 14225
716-250-3871 OFFICE
716-630-1548 FAX
arthur at
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
...i,esi
+ xor edi,edi
+ mov cx,1
+ mov bx,trackbuf
+ int 22h
+ pop edi
+ pop esi
+ mov edx,ds
+ shl dx,4
+ add edx,trackbuf
+ xor al,al
+ ret
+
+gfx_init:
+ mov ax,0e801h
+ xor bx,bx
+ xor cx,cx
+ xor dx,dx
+ int 15h
+ jnc got_e801
+
+ mov ax,2
+ mov bx, msg_memory
+ int 22h
+ stc
+ ret
+
+got_e801:
+ cmp ax,3c00h
+ jb mem_below_16mb
+ shl ebx,6
+ add eax,ebx
+
+mem_below_16mb:
+ shl eax,10
+ mov [gfx_bios_mem_size],eax
+ shr eax,20
+ cmp ax,16
+ jb skip_extended
+
+ mov word [gfx_xmem_0],81h ; 1MB at 8MB
+ mov word [gfx_xmem_1],0a1h ; 1MB at 10MB
+...
2000 Feb 28
1
Failed RPC Call
...The group only shows up as integrat, but it is really integrator in
/etc/group:
integrator:x:604:kpieckiel,ktaylor,nreed
Is there ANY clue as to why I can't name this service Integrator, or some of
the other service names I've tried?
smb.conf file:
--------------
[global]
workgroup = STC_SUFFOLK
announce as = NT
announce version = 6.0
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba/log.%m
max log size = 50
security = domain
password server = STCPDC STCBDC1
encrypt passwords = yes
map to guest = bad user
socket options = T...
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
...nt 22h
+ pop edi
+ pop esi
+ mov al,1
+ jc cb_readsector_end
+ mov edx,ds
+ shl dx,4
+ add edx,trackbuf
+ xor al,al
+cb_readsector_end:
+ ret
+
+gfx_init:
+ mov ax,0e801h
+ xor bx,bx
+ xor cx,cx
+ xor dx,dx
+ int 15h
+ jnc got_e801
+
+ mov ax,2
+ mov bx, msg_memory
+ int 22h
+ stc
+ ret
+
+got_e801:
+ cmp ax,3c00h
+ jb mem_below_16mb
+ shl ebx,6
+ add eax,ebx
+
+mem_below_16mb:
+ shl eax,10
+ mov [gfx_bios_mem_size],eax
+ shr eax,20
+ cmp ax,16
+ jb skip_extended
+
+ mov word [gfx_xmem_0],88h ; 8MB at 8MB
+ mov dword [gfx_save_area1],7f0000h ; 8MB-64...
2009 Jan 18
1
[LLVMdev] Criticism of garbage collection support in LLVM
Hi!
Essential Haskell Compiler (EHC) also has llvm backend.
http://www.cs.uu.nl/wiki/bin/view/Ehc/WebHome
http://www.cs.uu.nl/wiki/bin/view/Stc/CompilingHaskellToLLVM
Cheers,
Csaba
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090118/33489dd6/attachment.html>
2008 Feb 20
0
[LLVMdev] compare and swap
...ectures implement this with a load locked, store
> conditional sequence. This is good, for those archs I can write
> generic code to legalize a compare and swap (and most other atomic
> ops) to load locked store conditional sequences (then the arch only
> had to give the instr for ldl, stc to support all atomic ops (this
> applies to mips, arm, ppc, and alpha)). However, I have to split the
> basic block at the CAS instruction and create two more basic blocks.
>
> This isn't currently possible during legalize, nor during the initial
> SelectionDAG formation (the...
2008 Feb 20
1
[LLVMdev] compare and swap
...uction with
> usesCustomDAGSchedInserter = 1. That allows the targets to expand it
> at scheduling time by providing a EmitInstrWithCustomInserter() hook.
> You can create new basic blocks then.
I guess that can work in the short term. It just seems wasteful for
each target that uses ldl/stc sequences to have to all implement it.
But if that is what we can do right now, I'll give that a shot.
Thanks,
Andrew
2008 Feb 20
5
[LLVMdev] compare and swap
...blem.
Several architectures implement this with a load locked, store
conditional sequence. This is good, for those archs I can write
generic code to legalize a compare and swap (and most other atomic
ops) to load locked store conditional sequences (then the arch only
had to give the instr for ldl, stc to support all atomic ops (this
applies to mips, arm, ppc, and alpha)). However, I have to split the
basic block at the CAS instruction and create two more basic blocks.
This isn't currently possible during legalize, nor during the initial
SelectionDAG formation (the tricks switch lowering u...
2007 Oct 17
19
1.9.2, OpenGL
[third sending attempt...]
I''m going to try and test out the samples on MSW over the next few days
and if things look good I think we should release 1.9.2. Might try and
fix the bugs related to TreeCtrl#get_first_child as these might involve
minor API changes. So if anyone has any time to test out SVN HEAD and
look for anything funny, please do.
Also, we have an anonymous patch
2009 Apr 25
4
64bit: any problems with asterisk?
We're getting a new server. I'm considering installing 64bit fedora
rather than the 32bit we use now. Is 64 bit a problem with asterisk? Any
issues we should expect?
sean