Tagged Questions
The file-structure tag has no wiki summary.
7
votes
5answers
300 views
Where are assemblies in .NET physically located?
I am a little confused about where .NET assemblies are physically located.
Take good old Linq.
In my web.config file it says:
<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, ...
4
votes
4answers
855 views
Emacs as IDE: Handling a project directory?
I've always used emacs for small projects (and Visual Studio for large ones). I was wondering what the alternatives are for handling a directory structure within emacs, something like the solution ...
3
votes
3answers
250 views
How can I tell what Database format a file (or set of files) was created with (in Delphi)?
I have a number of data files created by many different programs. Is there a way to determine the database and version of the database that was used to create the data file.
For example, I'd like to ...
2
votes
1answer
55 views
What is the right way to organize a project with simple dependencies?
While writing code, I often run into the problem of addressing trivial dependancies. For example, let's take the layout of a memoizer object I've recently written. My directory structure looks like ...
2
votes
1answer
297 views
How to structure Models and Views in NodeJS?
I am writing a NodeJS based server- and client-side JavaScript application. I have Controllers, Models, Views and Presenters. The problem I am facing is that some parts of the code need to be only ...
2
votes
2answers
174 views
How could you structure and route modules in a MVC?
I'm building a MVC where everything is a module. This will allow me to separate collections of objects like forum and user modules to further organize my MVC.
/blog
/controller
/model
...
2
votes
3answers
163 views
Reading complex binary file formats
Is there any book or tutorial that can learn me how to read binary files with a complex structure. I did a lot of attempts to make a program that has to read a complex file format and save it in a ...
2
votes
3answers
426 views
Downloading jQuery UI: Ok, so what part of this mess do I copy to the server?
From the "should be simple, but..." files: Trying to get started with jQuery UI. Went to the site, used their custom builder thingy to assemble the parts I need, made myself a custom theme using the ...
1
vote
1answer
53 views
How can I extract a BMP from an ICO file?
I'm doing some work where I'm programmatically downloading icons from sites specified in an OpenSearch document and I need to extract the first image (for now) if it is in ICO format. I'm able to ...
1
vote
1answer
31 views
How do I use .htaccess to limit file uploads to .pdf?
I have a simple upload form that allows a file to be uploaded to a folder in the site. I don't want to allow anything but .pdf files to be uploaded. However, I cannot modify the form at all to limit ...
1
vote
1answer
56 views
Question regarding SVN directory structure with multiple OSes
I'm thinking of moving to SVN from mercurial because it seems simpler to maintain and more people have an SVN client than a mercurial client available. However I have a question regarding file ...
1
vote
1answer
476 views
Anyone have file structure documentation for Windows Live Mail contacts.edb file?
Does anyone have any documentation or info on the file structure of the contacts.edb file as it is used in Windows Live Mail? I can't seem to find any way to import file back into WLM (I'm told it HAS ...
1
vote
2answers
139 views
Should I provide a LICENCE.txt or COPYING.txt file in my project?
Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (With any extension?)
I'm sure there's a "best practices" guide that contains all this, but I'm not ...
1
vote
1answer
56 views
Hiding the file path of a programming computer from hexdigit
I programmed a C# program for my friend and when he got it, he opened it with hexedit and was able to see the filepath to the debugging folder on my computer saved on the program. I gave him the exe ...
1
vote
5answers
243 views
Organising classes - Best practice?
A quick question about best practice with PHP classes. I have seen people use filenames such as something.class.php to organise their classes in external files.
So, is it best practice to have one ...
1
vote
4answers
631 views
Beginner - C# iteration through directory to produce a file list
The end goal is to have some form of a data structure that stores a hierarchal structure of a directory to be stored in a txt file.
I'm using the following code and so far, and I'm struggling with ...
1
vote
4answers
1k views
Where are the Java System Packages stored?
I want to see all the java packages. Where are the packages stored in my machine? Can anyone help. I did search in jdk folder and found awt.dll and all. But its only a few. Can i see all of them?
1
vote
2answers
59 views
Resources about File structures
I'd like to learn advanced techniques about file structures.
How does database software arrange the data in files?
How do they manage to add/edit/delete records?
How does index (hash, tree, ...
0
votes
0answers
21 views
xbap looses project's file structure when building
I have a WPF project that I would like to run both as stand-alone and as XBAP. So I did the project in WPF first, then created a second solution using the same files (files added as "link") and ...
0
votes
0answers
20 views
Allow nesting of cs files in ASP NET MVC project
We've been trying to confgiure VS 2010 to allow us to do the following: We have two class files, which host a partial class.
Class1.cs
Class1.private.cs
What we would like to do is get VS 2010 to ...
0
votes
0answers
17 views
How to relocate source files in Visual Studio?
Consider the following directory structure:
MyProject\VS2010\myproject.sln
MyProject\VS2010\myproject.csproj
MyProject\src\SourceFile1.cs
MyProject\src\SourceFile2.cs
When I add a new file ...
0
votes
2answers
48 views
How do I use .htaccess to change the structure of my website?
I'm doing some reorganizing on my web server and would like to change the way my structure works. Currently, everything is stored at the lowest level so that when I access my site the url looks like ...
0
votes
2answers
71 views
Multiple iterations through a file structure (C#)
I am writing a program which iterates through the file system multiple times using simple loops and recursion.
The problem is that, because I am iterating through multiple times, it is taking a long ...
0
votes
1answer
296 views
Kohana 3 Extending Module Model File Structure
I have some code that is used both by the admin and public models. Currently some of the methods are exactly the same, but stored in the separate models of the admin and public sections. I created a ...
0
votes
2answers
2k views
How do I deploy a Servlet in Jetty?
I have created a simple Servlet that I want to deploy in Jetty 7.2. Jetty is running and is able to serve JSP pages on http://localhost:8080/jonas/test.jsp. I started Jetty with the java -jar ...
0
votes
1answer
653 views
How do I deploy a JSP file in the Jetty webserver?
I have created a simple JSP file that I want to deploy in Jetty 7.2. Jetty is running and I can see the default web page at http://localhost:8080/. I started Jetty with the java -jar start.jar ...
0
votes
2answers
142 views
Organizing Long Scripts In Separate Files?
In an attempt to organize my code, I'm trying to split up my (lengthy) main controller class into separate files, but my new files must still have access to the variables and functions of the main ...
0
votes
2answers
252 views
How to manage file path when accessing from different directory location?
I have few web pages sitting in different directories and my goal is to have some sort of organized structure so that I can access to js or css files without hardcoding the path.
For instance, the ...
0
votes
2answers
521 views
Visual Studio 2010 - files in folders without ../../Include.h
My physical file structure for a project I have is something like:
Source folder
Engine
Folder1
Folder2
etc.
I have some files in 'Source', some in 'Engine', some in 'Engine/Folder1', etc.
On ...
0
votes
1answer
276 views
In MVC file structure, what is Views/XXFolder/xxTemplateFile what is XXFolder known as?
I'm a bit confused about mvc terminology.
Using the question title as an example, a view corresponds to an action, which means xxTemplateFile would be considered to represent the view.
xxFolder does ...
0
votes
2answers
270 views
B+ trees, choosing the order
I am studying B+ trees for the first time.
I just want to know, on what basis should a
developer choose the order of the B+ tree?
Also, is there something like, B+ trees
for the dummies tutorial? I ...