Displaying 20 results from an estimated 300 matches similar to: "0.11 problems"
2007 Jan 06
1
transferred files have ",v" at their end
Hi Guys,
When I transfer files with rsync to my server, all the files get a ",v"
added to the extension. Do you know why is this?
I am using the command described on sourceforge
rsync -av rsync://PROJECTNAME.cvs.sourceforge.net/cvsroot/PROJECTNAME/* .
and I get files like "build.xml,v"
If I do a search for the exact phrase with search engines, "build.xml,v", I
can
2011 Aug 25
3
Very Basic Source Question
I'm having an issue sourcing an R file from my workbench using StatET in the
Eclipse IDE. All I'm trying to do is get comfortable with 'source' and run
"source(C:/Program Files (x86)/Eclipse/eclipse/ProjectName/SourceFile.R)".
When I try to call the path for the file i get the error: "unexpected '/' in
"source(C:/". I've looked around but
2008 Jun 13
2
public/.htaccess missing from Rails 2.1?
I just started with rails and have been using rails 2.0.2 up until
today. I did a gem install of Rails 2.1 and I noticed that when I
created a new project with: rails -d mysql projectname, I don''t have
a .htaccess file any longer to tell Apache to execute the fcgi or cgi
scripts... Is this on purpose or did I do something wrong?
--~--~---------~--~----~------------~-------~--~----~
You
2012 Aug 07
3
SMB+LDAP
Hi Folks,
A couple of questions about making SMB (3 or 4) authenticate to an
external (anonymous) LDAP server:
1) A typical LDAP user record is below. Is there anything lacking in
this record that would prevent Samba from authenticating against our
LDAP server? Note the sambaSID is as is, gobblygook info:
dsAttrTypeNative:eduPersonAffiliation: Employee Member
dsAttrTypeNative:givenName: David
2006 Jan 18
5
reading folder structure on server with Rails - possible?
I''m building an extranet which has project folders allocated for each
client and client project on a webserver.
I''m hoping to be able to read a directory''s content if I give it a path
like "/clients/[CLIENTNAME]/[PROJECTNAME]" (where /clients/.. would
reside inside the rails public folder I guess)
preferably recursively so it will read the contents of any
2009 Jan 08
4
Problem with disable_with
Hi Group,
I have a registration.html.erb page with the following JavaScript at
the top which I use to validate form fields:
<script type="text/javascript">
<!--
function validate(){
if ((document.myForm.email_projectname.value=="")||
(document.myForm.email_projecttype_id.selectedIndex<1)||
(document.myForm.email_region_id.selectedIndex<1))
{
alert
2015 Oct 27
2
How to create global symbol from record offset
I would like to create something like this (x86_64)
.section __DATA,__data
.align 4
_a:
.long 18
.globl _b
_b:
.long 48
If you like to notice, there is no alignment between _a and _b.
_b is basically offseting into a record structure.
----
When I use two discrete structs, I get .aligns and I also don't trust
the tools to keep the two globals together.
%struct.a = type { i32 }
2008 Apr 23
4
database.yml, what to change?
exactly what do i need to change? i should set username and password
to whatever i want?
or username should be root?
what exactly do i need to change/set up?
"""
You then need to edit the database.yml file (in any text editor) to
properly link to your database etc. This file can be found in the
ProjectName\config\ directory. You will be presented with something
that looks like:
2007 Sep 09
4
InstantRails - command "rails" does not work
Hey,
I installed InstantRails 1.7 (on Windows XP Home). I unzipped it with
7-Zip in D:\InstantRails (no spaces in pathname + short pathname) to
avoid UnZip-problems. I followed the installation instructions. The
cookbook-example works fine.
But when I want to create an own project with "rails projectname", my
computer says something like "The command "rails" is either
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
Recently I downloaded MSVC++2005 Express Edition and it turns out that it wasn't possible to compile all files without several changes:
1) FLAC.sln has one extra "EndProject" line
--- a\FLAC.sln 2013-06-17 11:57:09.000000000 +0400
+++ b\FLAC.sln 2013-08-16 20:19:34.630486700 +0400
@@ -157,7 +157,6 @@
EndProject
Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") =
2006 Jul 05
2
RJS - Getting and Setting Form Element Values Question
I''m still a beginner with RJS so forgive me if this is a simple one -
but certainly it doesn''t seem logical and googling has not led to .
Given a field with an id of ''posting_subject'' I can do the following in
my controller with RJS.
render :update do | page |
subject = ''this is really something
2005 Dec 15
2
Passing parameters to before_filter methods
I have a method that checks for a given role. I want to write
something in my controllers like
before_filter :check_roles(''admin'')
Which will ensure the current user has the admin role. Is it possible
to pass parameters in this way?
Ian
2010 May 20
1
Patching wine -- 64bits
Hello, first, sorry for my english, my native language is spanish and i haven not been a good student.
My problem is the next;
I have ubuntu 10.04TLS, I installed "Runes Of Magic" and got a lot of problems for play, for the last one, I also found the solution, is apply a patch, or edit minidump.c file, this file is inside source codes of wine avaible for download like:
2008 Dec 25
0
"Data RecordType could not be instantiated!: undefined".
I am trying to persist the data from sproutcore application to MYSQL
using rails. I see that the post is happening on the rails with 200 as
the response code but, i get an error "Data RecordType could not be
instantiated!: undefined". Not able to see where the error is,
verified the logs but no luck..
Any directions please??
--~--~---------~--~----~------------~-------~--~----~
You
2010 Feb 01
6
Import fixed-format ascii file with mixed record types
I need to import several ascii files in fixed format with two different record types. The data comes from European Labor Force Surveys, wich is a household survey. The first record type is for people over 16 years, and the second much sorter is for people aged 15 or less (this record has a filler with several blanks to get the same record length).
The files tipically have 160000 records, with 176
2016 Feb 18
2
Question about __NSConstantString and __NSConstantString_tag
Hi
I am the maintainer of pygccxml, which uses clang/llvm and CastXML to parse c++ code.
A user reported a problem with the current llvm 3.9 trunk version (I tested with r261262).
Our problem is that the AST contains some declarations which were not there before.
Using "clang -Xclang -ast-dump” on a c++ file, I get the following result:
TranslationUnitDecl 0x8e41ab0 <<invalid
2020 Jul 30
2
Help with build
I need some help getting the LLVM build to work. If this is not the right place to ask, please let me know. I set MSE and Malwarebytes so they ignore the build directory tree and don't complain about a.exe. I also ran this CMake disabling both of them, just in case that mattered; it didn't.
Here are the outputs from CMake and the contents of CMakeError.log. Any help would be appreciated.
2007 Nov 10
1
File Server Security
Hello all
I''ve been reading the security details at
http://reductivelabs.com/trac/puppet/wiki/FileServingConfiguration#Security
Can I confirm that even with "allow *", it will still only be clients
who have had their certs signed by the puppet server who will be allowed
access? Either way, it might be a good idea to clarify this in the
documents.
Many thanks
Ian J Cottee
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote:
> As I saw from the mailing list the MSVC 2005 patches were made to take into
> account the new files from the development branch, files which are not in
> the 2.3 release. So for now the below patch is the only one functional for
> the release. If I am wrong, please someone correct me.
>
> If someone can make a 2005 patch for the release branch, it is ok.
2010 Jul 21
0
Error when loading wxruby
I''ve had plenty of wonderful experience with WxRuby on a PC, but
whenever I try it on my Ubuntu Linux, I get the same error. I''ve tried
two different computers, and they do the same thing, so I''m wondering if
it''s an error within Wx. This is the error I get:
/var/lib/gems/1.9.1/gems/wxruby-ruby19-2.0.0-x86_64-linux/lib/wx.rb:12:in `require'':