similar to: scaffolding

Displaying 20 results from an estimated 200 matches similar to: "scaffolding"

2009 Jul 28
6
how to set smpt server for our rails applicaion
hi i am using technoweenie-restful-authentication plug-in for authentication in my application. i want to send a activation link to the user''s mail-id. for that i need to set the smpt server for our rails application, for that i added the follwing code in config/environment.rb file ActionMailer::Base.delivery_method:smpt ActionMailer::Base.smpt_settings = { :address =>
2008 Feb 06
2
setup of patchless lustre client
hi I''m in need of help to proceed in my project which is titled,"Performance improvements for Patchless lustre client" can u tell me the step by step approach in setting up a patchless lustre client in a high end system. Waiting 4 ur reply thanks and regards, Ashok Bharat -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Jun 03
2
Help on configuring the samba
Hello One of our customer is running IRIX 6.5.14 Samba 2.2.1 SGI 3200 with 4 CPU We get continuous error messages on log file kernel oplock not supported Where as as per Irix document this feature is supported from Irix 6.5.2 version Can you please help in enabling this feature ? Will upgrading the samba 2.2.2 will help me in this Thanks and Best Regards Rajendra
2012 Oct 07
2
[LLVMdev] getting pointer to CFG object for any given C program
Hi, Let say we have a C program, and we want to get pointer to CFG object for this code in order to traverse basic blocks and do some analysis using CFG object. From my main program main.cpp, how can I get pointer to CFG object if argv[1] = hello.c ? I have seen following places among many in clang/lib or clang/include:
2009 Apr 18
1
Winetricks and Multiple Wine Processes
Hello, I thought this would be a question someone asked before but my search returned no hits so... I have several Wine process, mainly because some software I use requires Win components or registry entries that screw up other applications. I run these apps alone in dedicated Wine processes. For example, I have the folllwing: .wine .wine-lotro .wine2 .wine3 Is there any way to tell winetricks
2012 Sep 28
1
[LLVMdev] [LLVM-Clang CFG] - generating CFG of a C program and llvm iterators
Hi, I want to generate Control Flow Graph (in memory CFG object) of any given C program and then iterate over this CFG (all function, basic blocks and instructions) using llvm iterators. I can see text output of CFG on screen, using following command: `clang -cc1 -Idummyh -analyze -analyzer-checker=debug.DumpCFG hello/hello.c' where dummyh has en empty stdio.h to remove this error: `fatal
2012 Nov 18
1
[LLVMdev] Basic Block Frequency counting in LLVM 2.9
Dear All, I'm using LLVM2.9 for profiling basic block frequency. I'm using following commands. rdpatel55 at ubuntu:~$ llvm-gcc -emit-llvm -O0 -c -o adpcm.bc adpcm.c rdpatel55 at ubuntu:~$ llvm-gcc -emit-llvm -O0 -c -o rawcaudio.bc rawcaudio.c rdpatel55 at ubuntu:~$ llvm-link -o main.bc rawcaudio.bc adpcm.bc rdpatel55 at ubuntu:~$ opt -q -f -insert-edge-profiling -o main.inst main.bc
2012 Aug 08
1
[LLVMdev] Block profiling in LLVM
I am trying to profile my code with -enable-block -profile option on opt command. It returns no such option available. I have also explored the opt help and found that there is really no block profiling option. I only found edge profiling. I want to identify total number of blocks along with block occurrence in my application. I'm new in using LLVM. Please help me.
2006 May 29
3
TCNG HTB priority and bandwidth
Hi, I have several users on the lanside each allocated separate IP addresses. I need to allocate th traffic to each IP addresses certain portion of total uplink. Say, 192.168.0.2 rate 128kbps, ceil 128kbps. 192.168.0.3 rate 65kbps, ceil 128kbps 129.168.0.4 rate 64kbps, ceil 64kbps. and so on.... Also, for each user i would like to prioritize the traffic within the allocated bandwidth. say for
2010 Sep 16
2
Lustre module not getting loaded in MDS
Hello All, I have installed and configured Lustre 1.8.4 on SuSe 11.0 and everything works fine if i run modprobe lustre and when the lustre module is getting loaded. But when the server reboots it is not getting loaded. Kindly help. Lnet is configured in /etc/modprobe.conf.local as below. options lnet networks=tcp0(eth0) accept=all For loading lustre module i tried including lustre module in
2012 Sep 29
1
[LLVMdev] [LLVM-Clang CFG] - generating CFG of a C program and llvm iterators
I don't see -flto option with clang 3.0/1 as Duncan mentioned. Can you give me specific pointers to generate in-memory CFG using clang + llvm ? Rajendra http://www.cse.iitb.ac.in/~rks
2015 Feb 26
2
[LLVMdev] SAFECode testsuite query
Hello All, I am looking at exploring what benefits SAFECode has to offer over clang S.A and llvm's instrumentation tools like memory sanitizer and address sanitizer. I could come up with the following that are not provided in ASAN/MSAN/Clang S.A -> dangling pointer error and detection -> crashes in system libraries due to security vulnerabilities. In the process, I wanted to run the
2007 Aug 16
1
NFSv4 on CentOS 4.5
Hi. I'm having trouble accessing a shared directory over NFSv4 on a CentOS 4.5 machine. My export file reads /test 10.0.0.0/255.0.0.0(ro,async,insecure,nohide,no_subtree_check) Running the mount command with NFSv4 as the filesystem gives me a permission denied error. [root at pebble-anoop ~]# mount -v -t nfs4 pebble-anoop:/test/ /mnt/ mount: pinging: prog 100003 vers 4 prot tcp port
2012 Nov 24
1
[LLVMdev] profiling basic block frequency in LLVM3.1
Dear All LLVM Users,   I'm new to LLVM environment. I want to perform basic block profiling. I'm using LLVM3.1 I tried it with a simple 'c' code to find Max.No,  mentioned below. ----------------------------------------------------------------------------------------------------------------------------------------- #include <stdio.h> int main() {  unsigned int i,temp;  
2015 Feb 26
0
[LLVMdev] SAFECode testsuite query
On 2/26/15 9:54 AM, Jyoti Rajendra Allur wrote: > Hello All, > I am looking at exploring what benefits SAFECode has to offer over clang S.A and llvm's instrumentation tools like memory sanitizer and address sanitizer. Are you looking for an off-the-shelf tool, or are you looking for approaches to use in your own tool? > I could come up with the following that are not provided in
2003 Dec 19
2
generic/method consistency
Hi, I realize the answer is very likely in the section Generic functions and methods (or Adding new generics), but I'm not clear what to do with the following. Running R CMD check, I get the following warnings for my generic functions. Does this mean I need the argument * checking generic/method consistency ... WARNING leps: function(x, ...) leps.default: function(x, pred, titl,
2010 Jul 20
1
logistic regression with repeated measures for species-habitat associations
Hi, I have three years of species presence/absence data for a set of ~100 ponds, with a list of associated habitat characteristics (park, vegetation, hydroperiod, etc.). The datasets differ slightly by year because some ponds were dry in some years and not in others. My goal is to look at habitat associations for a couple focal species. For each year, I have a data table that looks like
2008 Nov 12
3
Fitting data to a sigmoidal curve
Hi- I'm a biologist trying to figure out the growth rate of salamanders in different ponds. I collected individuals from various populations at different dates, and using the size and date collected, I want to figure out the growth curve of each population. My question is: How do I fit my data to a Gompertz function in R? Thank you so much! Sarah -- View this message in context:
2008 Jan 03
1
properly escaping special characters in AAF?
For most cases, I''ve got search working in Rails as follows: ## controller: term = params[:search][:term] @results = MyModel.find_by_contents "#{term}*" The ''*'' character is appended to the search term so that searches match anything that begins with ''term''. For the most part, this is great, but let''s say term is equal to
2002 Apr 01
2
Newbie problems with isolinux
Hello everybody I would like to build a bootable CD from my running SuSE 7.3 Kernel 2.4.10. The goal is to have a prebuilt system on CD which would install everything from a compressed image on the same CD, some kind of an emergency or initial setup CD. So I startet with an directory called root_tree, placed the isolinux directory and the binaries there. I copied the initrd from the /boot