Tagged Questions

0
votes
1answer
50 views

Java Path compression

Hi, I have to create a method find that would use a local Set to collect the objects and the root. Then, I would compress the object e (in the parameter) and have the roost as its …
0
votes
2answers
20 views

Module import error using IDLE

I'm an absolute beginner using IDLE (Python 2.6.4) to learn the basics. I recently found a Python program that I want to run but it throws an error although the code looks fine (i. …
2
votes
3answers
41 views

Choosing a Path for Python File Access

One of the features of my project is to allow users to create their own little .txt file, put it somewhere on their HDD, which can then be used as criteria for a part of my applica …
0
votes
1answer
24 views

How to set output path in a Qt project

After building, Qt Creator puts my output exe in folder "Debug". I want to change the output folder by adding output path to the .pro file. Any idea?
0
votes
2answers
34 views

jquery - check if string begins with something?

I know that I can do like ^= to see if an id starts with something, and I tried using that for this, but it didn't work... Basically, I'm retrieving the url and I want to set a cl …
0
votes
3answers
109 views

Relative path of a given file from a service application in Delphi

I have a problem loading a file, as I'm passing a relative path to the function FileExists(Filename: String) and it's returning false, that is, it does not find the file in the dir …
2
votes
5answers
77 views

Making Python Use Code in My Directory (not that in /usr/…)

I am trying to work on a Python library that is already installed on my (Ubuntu) system. I checked out that library, edited some files, and wrote a small script to test my changes. …
0
votes
1answer
31 views

A problem with access permission and file path in php

Hello, I use a index.php to control the access of pages. Here is the mechanism: Index.php redirects the page to search.php; code: index.php/?page=search the path of search.ph …
2
votes
2answers
81 views

C#/.NET app doesn’t recognize Environment Var Change (PATH)

In my C# app, I am programmatically installing an Oracle client if one is not present, which requires adding a dir to the PATH system environment variable. This all works fine, bu …
0
votes
3answers
73 views

PHP absolute path to file URI

In order to refer to a local DTD when using PHP SimpleXML, I need to convert the absolute path into a file type URI. For example, convert /home/sitename/www/xml/example.dtd to fil …
0
votes
2answers
41 views

$PATH error on snow leopard, or RoR install issue?? bad interpreter

I'm on Snow Leopard and installed ruby, rubygems and rails the hivelogic way. When I change to my new jekyll project (~/Documents/blog/jekyll), and run [jekyll]$jekyll --server-b …
0
votes
2answers
31 views

suggestions for using PATH to executables with version control (Mercurial)

So I'm pretty new to version control but I'm trying to use Mercurial on my Mac to keep a large Python data analysis program organized. I typically clone my main repository, tweak …
0
votes
5answers
59 views

Is ./path neccesary?

<link rel="icon" href="./favicon.ico" type="image/x-icon" /> The above is what I see in index.php of phpMyAdmin. Isn't it the same as: <link rel="icon" href="favicon.i …
0
votes
3answers
68 views

iPhone table view - problem with indexPath.row

I'm using indexPath.row do determine in which row of my tableview I do something. The title of my cells is containing a number which should be 1 in the first row and 18 in the last …
0
votes
2answers
33 views

streamreader not reading from textfilewithin the project

I am using the streamreader to read from a file in the project.. StreamReader stRead = new StreamReader("textfile.txt"); while (!stRead.EndOfStream) { …

1 2 3 4 5 25 next
15 30 50 per page