Displaying 20 results from an estimated 400 matches similar to: "curious"
2006 Feb 28
2
database tables
I have been assigned a task of building a front end to a database that has already been created. All the database tables have the naming convention of lclclcClclclc. For example; tblComputerNames. How do i get around this in rails since it likes lower case table names to keep with its naming conventions for classes and objects?
Mitch
Mitch Raful MCSE, CCNP
Network Engineer
MCCS Quantico
2013 Apr 21
2
[LLVMdev] How to cast Value* to ConstantDataArray*
ConstantDataArray * cda = cast<ConstantDataArray>(v);
throws this error: Assertion failed: (isa<X>(Val) && "cast<Ty>() argument
of incompatible type!"), function cast, file
/Users/rcatlin1/lldb/llvm/include/llvm/Support/Casting.h, line 208
Thanks for the help.
Richard Catlin
On Sat, Apr 20, 2013 at 3:37 PM, Sean Silva <silvas at purdue.edu> wrote:
2013 Apr 20
0
[LLVMdev] How to cast Value* to ConstantDataArray*
On Sat, Apr 20, 2013 at 5:15 PM, Richard Catlin
<richard.m.catlin at gmail.com>wrote:
> I extended the LLVM Kaleidoscope example to support Strings. I added a
> StringExprAST, which has the virtual Codegen method impl as follows:
>
> Value *StringExprAST::Codegen() {
> StringRef r(Val);
> return ConstantDataArray::getString(getGlobalContext(), r, false);
> }
>
2013 Feb 05
1
[LLVMdev] Does Apple's osacompile use LLVM?
I hope this is the right mailing list to ask this question. If not, please
let me know where this question should be asked.
Does anyone know if Apple's "osacompile" (Applescript compiler) use LLVM?
If so, is there a way to compile Applescript to llvm-as?
Thank you.
Richard Catlin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 Apr 11
1
Copy files from Unix host to Windows host with Samba 2.0 ?
Can anyone tell me if files can be copied from a Unix (Solaris 2.6) host
running
Samba 2.0 to a Windows Server ?
It appears that the 'smbclient' command might support this capability, but I
can't seem to get it to work. I can use the smbclient -L to view shares and
the -M to sent Windows hosts messages, so all appears to be configured
correctly.
(using a 'wins server' on a
2013 Mar 26
0
[LLVMdev] Fwd: Extending Kaleidoscope to support Strings
I hope this is the right place to ask this question. If not, please let me
know where I can ask for help.
We are using Kaleidoscope as the base framework to write a source to source
compiler. Our source language has Strings with supported operations such
as concatenation, upper case, and substrings.
I am following the patterns set forth in Kaleidoscope, and need to
represent my std::string as
2013 Apr 01
0
[LLVMdev] How to run CppBackend with Kaleidoscope?
Is there example code of how to construct the CPPTargetMachine and run
addPassesToEmitFile method with Kaleidoscope example?
Any help is appreciated.
Thanks.
Richard Catlin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130401/cd082202/attachment.html>
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
Rails Core Weekly May 23 - May 28
[ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001500.html ]
On may 23 I just missed an opportunity to report on a patch
(http://dev.rubyonrails.org/ticket/5167) politely submitted by
Francois Beausoleil that adds a generator for observers. Marcel
Molina Jr. hates repeating himself so a generator for observers is
most welcome. The patch is applied
2013 Apr 20
2
[LLVMdev] How to cast Value* to ConstantDataArray*
I extended the LLVM Kaleidoscope example to support Strings. I added a
StringExprAST, which has the virtual Codegen method impl as follows:
Value *StringExprAST::Codegen() {
StringRef r(Val);
return ConstantDataArray::getString(getGlobalContext(), r, false);
}
I am trying to concatenate Strings and have a ConcatExprAST with its
Codegen method. Upon trying to access the data in the
2006 Mar 21
8
Loading the contents of a CSV file to a database
Hello Everybody,
I picked up on the buzz about RoR and wanted to see what the fuss is
about. So far i am very impressed but have hit a bit of a wall with a
little play app i am writting.
I want to iterate through a CSV file of my bank transactions and see
just how much money i spend on beer and pies every month.
I have successfully setup a database with a single table called
transactions
2007 Jul 12
0
No subject
client with my asterisk. If i am wrong, please let me know
On Wed, Jan 7, 2009 at 4:43 PM, Rodolfo Alcazar Portillo <
rodolfo.alcazar at padep.org.bo> wrote:
> Missed the thread, sorry. Gizmo5.com has some blackberry SIP clients.
> Could be what you want.
>
> Greets!
>
> Am Mittwoch, den 07.01.2009, 16:07 -0500 schrieb Eric Moniz:
> > TianLun,
> >
> > I
2002 Nov 27
1
Can't mount Samba share on Linux box, Windows clients OK
Hi all. I've got most of the Samba config dialed in yet I still
cannot get printing or file sharing going from my main desktop (Debian
Sarge). Here's what I tried:
root@PlanetExpress:/home/bax# mount -t smbfs -o
username=planetexpress,password=tigerlily //printserver/homes /mnt/Samba
Unknown parameter encountered: "passdb backend"
Ignoring unknown parameter "passdb
2003 Jul 16
1
Broken pipe with 2.2.8a and Solaris 2.5.1
The source code seems to compile fine but when I try to join the NT4 domain
I get a broken pipe error and it stops. The command I am using is smbpasswd
-j (whatever) -r ( whatever) -U ( whatever). I am using gcc version 2.95
and I think I have all the other libraries needed but not sure. Using the
same software on a Solaris 2.7 it works fine.
Philip Clark
C4I Analyst
CSC
MARCORSYSCOM
1998 Nov 25
9
Help!
Anyone know how can i get Office97 over a Samba Server in perfect
functions. How should i install it.
setup /a ?????
Please tell me.
Thanks
.............................................................................
LSC Maximino Gerardo Luna Estrada email: max@oro.reduaz.mx
Unix & System Administrator tel: (492) 43919, 40570
Centro Universitario
2006 Jun 12
0
Curious about new (ActiveRecord::Base)
Because the documentation isn''t clear (at least to me)...
I have a Logfile model that has corresponding fields in MySql.
The main ones are id, fileName, and content type. However, I can pass a
File object to a new Logfile and have handlers that I created in the
Logfile class extract the data. However, the documentation states
"...you can?t have attributes that aren?t part of
2006 Dec 21
0
Curious win32-changenotify behavior - numbers instead of names
Hi all,
Ruby 1.8.5
win32-ipc 0.4.2 (or 0.5.0 in cvs)
win32-changenotify 0.4.2
I noticed something strange tonight while tinkering with
win32-changenotify. Here''s my sample script:
# cntest.rb
require ''win32/changenotify''
include Win32
path = "C:\\test"
filter = ChangeNotify::FILE_NAME | ChangeNotify::DIR_NAME
cn = ChangeNotify.new(path, true, filter)
2004 Feb 09
1
Curious pause/resume behavior
Hi all,
While testing the pause/resume functionality with the daemon_test.rb
script, I noticed this odd bit of behavior. It appears that sometimes,
the pause command seems to actually stop the service. It doesn''t happen
every time - just sometimes. Here is a bit of command line history to
demonstrate:
C:\eclipse\workspace\win32-service-0.4.0\test>ruby daemon_test.rb start
VERSION:
2003 Oct 01
0
curious error with tkcheckbutton
Hello, the following code produces an error when executing it, it is a code
that produces 6 checkbutton that at
the beginning are empty, when selecting the first checkbox he says that
doesn't know the second
variable tcl, he say:
[1] "1"
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class
= "tclObj") :
[tcl] can't
2009 Oct 09
1
Samba4 stability: Just because I'm curious
Hi people:
I know that Samba4 isn't ready for production yet, i understand that
is in alpha phase. But I'd like to know what "isn't ready for
production" means? What minimal features are stable and what aren't?
Does this mean that the basic funcionality could just make Samba4
hang?
I would appreciate some comments about the features or reasons that
makes Samba4 unstable
2009 Oct 25
2
Curious behaviour of openvpn
I noticed that when I went over to CentOS-5.4
on my server (and re-booted),
my openvpn connections failed for a couple of hours,
and then came back.
Has anyone noticed this?
What puzzled me was that the tun0 interface
was present on all machines (according to ifconfig)
but the connections seemed to be lost.
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090,