A path, the general form of a file name or of a directory name, specifies a unique location in a file system.
0
votes
0answers
3 views
Configuring sublime text build system to use shell script
I have a shell script with various functions defined and all accessible via the terminal by including the following line in bash_profile: source ~/hcom-env/conf/sys/hcom-profile
However when I try to ...
0
votes
0answers
9 views
Are there any scroll path plugins that work well in mobile
Basically what I'm looking for is something similar to this http://joelb.me/scrollpath/
But which runs smoothly on mobile devices (In particular the arcs functionality which seems to be very poor on ...
0
votes
0answers
22 views
Enhancing Dijkstra's Algorithm for Navigation
I have written an implementation for Dijkstra's algorithm that integrate with ArcGIS, the implementation is written in C#.net.
I have reached a solving time of about 20 seconds for a graph with ...
0
votes
3answers
17 views
PHP 'include' issue - cannot seem to get include to work correctly
I'm having a spot of bother with php includes. I have the following file structure
htdocs
index.php
login.php
php_includes
db_conx.php
check_user_status.php
within the db_conx.php file ...
0
votes
2answers
33 views
How to check if a url is a file or folder in javascript?
In javascript/jquery, given a string of a url, how can I check if it is a url to a file or a directory?
Thanks
0
votes
0answers
31 views
Draw on a canvas that has been scaled
i'm developing an android drawing application, it has a relativelayout with a custom view in it for drawing with. So far it all works except when I scale the canvas the drawing happens in the wrong ...
-1
votes
4answers
28 views
Python - Extract folder path from file path
I have seen this solution but not for Python specifically.
I would like to get just the folder path from the full path to a file.
For example T:\Data\DBDesign\DBDesign_93_v141b.mdb and I would like ...
0
votes
1answer
41 views
Why am I getting this ClassNotFoundException while running my Maven project?
I'm using JSoup in my project and I've declared the dependency in my POM file. It compiles just fine and runs fine too, but only when I used the jar with all dependencies and change the have the scope ...
0
votes
0answers
9 views
Relative Path JavaScript CDATA
Can someone please explain to me how I create a relative path for my wordpress website for the below?
I am using the below CDATA and need to be able to use a relative path rather than a hardcoded ...
0
votes
0answers
8 views
HP FORTIFY Path Manipulation issue on PHBB3 forum code function _tpl_load_file
functions_template.php:66 Sink: file_get_contents() Enclosing Method:
_tpl_load_file() Source: Read $_SERVER['HTTP_ACCEPT_LANGUAGE'] In install/ index.php:93 Static
Is the issue i get and i ...
0
votes
1answer
21 views
Reference directories correctly when launching a .jar from a batch file [duplicate]
How to reference directories correctly when launching a .jar from a batch file?
I am trying to launch a jar file from a .bat . One of the first things my code does is open and read from a file. I ...
0
votes
1answer
22 views
Change position and size of path
I'm using Raphael with JSON like this:
AvGen.svg1 = [0,0,255.3,298.5,
{type:'path',
path:'M 35.3 257.2 C 34.4 245.7 45.4 234.1 48.5 223 C 53.6 249.2',
'fill':AvGen.bodyColor,
'stroke':'none',
...
0
votes
0answers
22 views
How to get culture name from a resource path file name
Having a resource file name ex: Employee.resx I must get a list with other cultures in same folder. So I thought like this:
private void GetExtraCultures(string resxFileDirectory, string ...
0
votes
1answer
27 views
PowerShell - Convert Windows formatter path to Unix style
Suppose you have a path like so:
$myPath = 'C:\Python\27'
Is there a more reliable in PowerShell way of converting that path to Unix format than just replacing the \s like this?
PS C:\> $myPath ...
1
vote
1answer
31 views
Converting svg to json
I want to be able to create a svg image in Illustrator and convert it to json to be able to use it with Raphael js, as below.
How could this be done without a server side script?
What I want:
...