An "rc" file is a file read at startup of a program. It is also the name of the Plan 9 Shell.
0
votes
1answer
84 views
Retrieve 5th item's price value using selenium webdriver
Say I have multiple price quotes from multiple retailers, how will I retrieve the 5th value from a particular retailer - say Target or Walmart ? I can get to the 5th entry using the matching image ...
0
votes
0answers
14 views
How to use compiled resources on Linux
On Windows, we have a category of DLL for handling linguistic resources.
We describe them using the RC language:
STRINGTABLE DISCARDABLE
BEGIN
8 "Senha"
9 "Usuário"
10 "Cancelar"
...
0
votes
2answers
28 views
c++ builder: implementing dialogs from ressource
I'm currently trying to port an application from owl to vcl.
In my old projekt-file I was able to load dialogs with something like
TBatchAcDialog(TWindow* parent) : TAPDialog(parent, BATCH_DIALOG)
...
2
votes
1answer
116 views
Storing and retrieving UTF-8 strings from Windows resource (RC) files
I created an RC file which contains a string table, I would like to use some special
characters: ö ü ó ú ő ű á é. so I save the string with UTF-8 encoding.
But when I call in my cpp file, something ...
0
votes
0answers
207 views
Can NOT get /etc/rc.local to run my script without errors at boot system on RedHat, please help? (The script make some calls to the software Ansys)
first of all. I'm a newbie in linux and i'm trying hard to understand this OS.
The thing is i'm trying to execute my shell script (".sh") located at "/home/PeD310/Simulacoes" at system boot editing ...
0
votes
1answer
73 views
maven versions release candidates and snapshot
My goal is to release a project which have a single dependency. I have a nexus repository where i deploy both snapshot and release versions.
The one dependency I have has
...
0
votes
1answer
40 views
How to use counter in xpath
I am using the following code to get the id of a row that is randomly generated.
string[] rowIds = new string[numofRowsPassengerTable];
for (int counter=1; counter < ...
1
vote
1answer
81 views
How do you combine .rc with .cpp files to form .exe?
I have been trying to figure out, for a while now, how to set the Description, when looking in Task Manager, when compiling from the command prompt using g++. I found this resource example but when I ...
0
votes
0answers
125 views
The Firefox 10.0 Browser freezes while running Selenium RC 2.17 with an unexpected Alert error happening randomly
I am using Selenium RC with Java Junit and running few tests on Firefox 10.0 browser and after a while the Browser page freezess after running few tests and the above page just hangs not ...
0
votes
1answer
180 views
Error RC2135 in C++ project due to UTF-8 encoding of RC file
After switching from Visual Studio 2010 to 2012 I got 10 RC2135 errors that looked rather strange in one of my C++ projects.
Error 1 error RC2135: file not found: 0x06 NamedPipesNative.rc ...
1
vote
3answers
90 views
Timeout after just opening the URL
I am using Selenium RC with Junit.
After running following simple script i am getting timeout error.
com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms
I hv recorded the IDE ...
-2
votes
1answer
234 views
SeleniumException: Timed out after 30000ms error
I am getting same error, it just open the mention URL and closes the browser with following error
com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms
Following is the code i am ...
0
votes
1answer
63 views
.netrc, .fetchmailrc, and non-hardcoded passwords
Is there any way .netrc or .fetchmailrc can
fetch passwords from environment variables, or
fetch them from a spawned/forked shell?
mutt can do it with something like this:
set my_pw_gmail=`some ...
1
vote
0answers
176 views
Selenium RC C# For each matching xpath node DO
What I'm trying to accomplish is for each element picked by xpath do some action.
To be precise
var localizator = LocalizatorGenerators.SelectOptionLocator(labelName);
decimal ...
0
votes
1answer
188 views
Selenium RC xpath different from firefox/xpath visualizers?
I have some question regarding how the selenium RC xpath. I have made some xpath string to match certain fields regardless of ids ( all are generated automatically).
My Xpath is matching an element ...
0
votes
0answers
111 views
Selenium RC input file
I'm making Selenium tests for one of our company sites.
I have figured out all types of inputs except for input type file.
Is there any special way to add a string there?
My test code looks like this
...
0
votes
2answers
113 views
inputrc file cannot be loaded [closed]
Guys I just figured out we can create a ~/.inputrc file to define keyboard mappings. But I don't know how to load it. I tried to source it but i get a 'set Syntax Error' immediately. I copied the ...
0
votes
1answer
112 views
c# Selenium RC “OR” statement using xpath
I'm currently developing some tests using Selenium RC. I have to problem regarding selenium Xpath "OR" statement with xpath input and textareas. Getting to the point.
I have designed 2 xpaths
...
0
votes
0answers
46 views
Set fullscreen in .RC / DIALOGEX
How would I set this to full screen ? I've alread set Style to MAXIMIZED, but it won't work.
IDD_DLGMAIN DIALOGEX 10,10,455,294
CAPTION "Tiny Browser"
FONT 8,"Tahoma",0,0,161
STYLE 0x01000000
EXSTYLE ...
0
votes
0answers
155 views
rc.local script issues
I have the following rc.local script on my ubuntu 12.04 Desktop
#!/bin/sh -e
sh /home/incero/startup_script.sh
/bin/chmod +x /script.sh
sh /script.sh
exit 0
It executes as expected if I run the ...
0
votes
1answer
376 views
SCons - 'rc' is not recognized as an internal or external command, operable program or batch file
I have set-up everything according to instructions on https://github.com/TideSDK/TideSDK/wiki/Windows7-x86-2005
But, scons won't pick up "rc" from PATH:
> scons -s debug=1 sdkinstaller run=1
...
...
1
vote
1answer
64 views
Is there any number and size limit to embed rc entries to a Windows resource DLL file?
We may embed resource files through defining rc in a Windows DLL file.
I am wondering if there are any limits of how many rc resource entries that may stores in a DLL? Or is there a limit to the ...
0
votes
0answers
109 views
rc file for python package
I am writing a Python package and I would like to make create a file, like the matplotlibrc, with some default options that I would like to be modifyable in-script by calling an rc module, as in ...
0
votes
1answer
117 views
Per-user rc.local files a bad idea?
I was thinking about running commands at system start as a regular user. Currently, to do so, I use a syntax like this:
su -c 'command with some arguments' user
But I was thinking that it might be ...
0
votes
0answers
30 views
C++ Win32 TextBox Add String [duplicate]
Possible Duplicate:
How to append text to a TextBox?
I didn't programing C++ For a long long time ..
And I forgot how to add string to the TextBox ..
In Past I used function call ...
0
votes
0answers
79 views
What's the difference between DI_ICON1 and IDI_ICON1?
I'm working on a Windows app that needs to run on XP, Vista, 7, and 8. I'm trying to set the application icon, and it works, using DI_ICON1 as the tag in my RC file:
DI_ICON1 ICON DISCARDABLE ...
0
votes
0answers
76 views
MFC, defining compound menus in rc file
Is it possible to refer to previoiusly defined menu resources when defining menus in the resource file in an MFC app? I would like to do something like this:
IDR_FILEMENU MENU
BEGIN
POPUP ...
0
votes
0answers
202 views
Boot script execution order (rc.local)?
With some great help from another user on here I've managed to create a script which writes the necessary network configurations required to /etc/network/interfaces and allow public access to a DomU ...
3
votes
2answers
405 views
Are resource files compiled as UNICODE or ANSI code-page?
First - my apologies if this has been answered a hundred times over! D'oh!
But my search-fu apparently sucks, as I'm having no luck answering this basic question:
How are resources stored in the ...
1
vote
2answers
559 views
What is the use of Android .rc files
What is the use of .rc files in Android framework. I see a lot of files what is there purpose. Also I have a little knowledge about linux but I see commands like
mkdir /dirName 0777 abc def
what ...
0
votes
0answers
61 views
(EBNF) grammar for RC (resource) files
Is there a place where I can find a formal grammar specification for WIN32 resource (.rc) files.
I need to develop a parser for it (preferably in C#).
1
vote
2answers
2k views
update-rc.d and init.d dependencies
So I'm trying to write some init.d scripts satisfying LSB so they run appropriately at startup and shutdown. Unfortunately, I'm having issues with LSB/update-rc.d to satisfy dependencies.
# ...
0
votes
1answer
807 views
Error starting gnome-terminal from /etc/rc.local ubuntu 12.04
I am unable to start gnome-terminal from rc.local , with the following error.
** (gnome-terminal:1304): WARNING **: Command line `dbus-launch --autolaunch=bd53fdd726adb41172f458c100000007 ...
1
vote
1answer
791 views
mediaelement.js multi video gallery flash fallback
Does anyone have a URL of a successful multivideo gallery using mediaelement.js where the same instance of MediaElementPlayer is reused and have it working with the Flash fallback for IE8 & 7?
I ...
3
votes
2answers
2k views
Can I upgrade from Visual Studio 2012 (11) RC to Final / RTM?
I have noticed that there are a lot of improvements in Visual Studio 11 when it comes to the designer, and I really want to switch to 2012 as fast as possible.
The question is - if I download the ...
0
votes
1answer
585 views
“Run Command” file editing (i.e. “ *.rc ” files): Echoing to the terminal like Linux?
I am editing the Android phone file "init.tuna.rc" so that it prints to me some basic debugging checkpoint messages so I can analyze how far the phone gets in the boot process.
Does anyone know if ...
1
vote
2answers
343 views
Prevent system-wide and virtualenv ipython from using the same directory for configuration
Recently, I started looking into virtualenv but ran into
problems with the configuration of ipython.
I created the virtual environment using
virtualenv --no-site-packages ENV
From within ENV (i.e. ...
0
votes
0answers
114 views
How to execute a qt exe file at startup with rc.local?
I want to execute a qt exe program at startup. That is after automatic login instead of loading Desktop and seeing it, the program quickly pop up to the screen. For this, I think we should add the ...
4
votes
1answer
710 views
Does matlab have a matlabrc file?
Today I stumbled upon this thread:
http://www.mathworks.com/matlabcentral/newsreader/view_thread/112560
The question is basically how to make Matlab read your startup.m file regardless of where
you ...
3
votes
2answers
1k views
What does “rc” means in dot files
In my home folder in linux I have several config files that has "rc" in the end of their names. My question is, what does the "rc" in these names mean?
Example
$ ls -a ~/|pcregrep 'rc$'
.bashrc
...
0
votes
0answers
202 views
Visual studio 2012 Ultimate RC closes on start [closed]
I upgraded from VS 2011 Dev. Preview to the 2012 RC and now I have a big Problem.
I haven't uninstalled the Dev. Preview because on the official MS site they said I don't need to, I can just upgrade.
...
0
votes
2answers
226 views
Will rc.local block until command finish execution?
Will rc.local wait for each command to finish, or the commands are executed like exec() ?
2
votes
2answers
144 views
autolaunch of application in ubuntu
I created the script file -
#!/bin/sh
echo "my application is here"
./helloworld # helloworld is our application
after creating the script file i copied it in init.d
I gave the command chmod +x ...
1
vote
1answer
202 views
Build issues with Visual Studio 11
I am building a simple program on VS 11 Professional beta edition.
#include <iostream>
int main(){
std::cout << "Hello World" << std::endl;
}
But I am getting RC errors.
...
0
votes
1answer
202 views
newsyslog: pid file doesn't exist: /var/run/lighttpd.pid
We're running lighttpd-1.4.26 on FreeBSD 7.2-RELEASE. Each time we rebooted the machine, and the lighttpd was started by rc script, the pid file won't automatically write into /var/run/lighttpd.pid.
...
2
votes
2answers
305 views
UBUNTU: XOpenDisplay(NULL) fails when program run in boot sequence via rc.local
I have written a program that runs with ROOT permission in Terminal following login but fails when XOpenDisplay(NULL) call is made following reboot. The program is started up via rc.local but doesn't ...
0
votes
1answer
190 views
.gemrc comments?
This is a basic question
Are comments allowed in the .gemrc file?
If so how would you do them?
I checked here to no avail
docs.rubygems.org/read/chapter/11
1
vote
1answer
238 views
bash or something else: updating configuration files programmatically?
What's the best approach to update an /etc/rc.conf configuration file programmatically?
Specifically, on an arch linux machine, I want to be able to programmatically update
DAEMONS=(syslog-ng ...
2
votes
1answer
236 views
Remote Camera Communication
I am looking to make a remote control car with a camera which can be controlled via an Android Phone. This requires a lot of things, but the only thing i am confused about is how to communicate the ...
0
votes
1answer
254 views
selenium can not find html element on firefox
I try to verifiy in selenium RC with python:
sel.is_element_present("//div[@id='USER_PHOTOS']/div[1]/span[1]/img)
but looks like can not get it right.
and tried this:
...
