Questions tagged [file-structure]

229 questions
44
votes
1 answer

Should I provide a LICENSE.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 having any luck finding it.
Joe
  • 14,782
  • 10
  • 57
  • 69
32
votes
2 answers

call functions from separate files with Meteor

I want to create an application in Meteor, from what I understand the manual it first loads which are in subdirectories, and then follows the alphabetical order. My file structure is like this ... /server /lib /client /lib game.js ->…
rogeriojlle
  • 686
  • 1
  • 8
  • 17
29
votes
5 answers

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 Theme Roller, downloaded the zip file thus…
Martha
  • 3,859
  • 3
  • 31
  • 42
19
votes
7 answers

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?
asb
  • 830
  • 3
  • 9
  • 19
18
votes
6 answers

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: This is the…
Petras
  • 4,364
  • 12
  • 52
  • 85
16
votes
2 answers

Custom Project Type Templates

When you create a new project in WebStorm, you are given the option to create a new directory structure prepopulated with files: libraries, stylesheets, etc. for patterns like HTM5 boilerplate, Twitter boilerplate, etc. How does one create one's own…
15
votes
2 answers

AppConfig file not found in bin directory

I have a App.Config file that users can go to and set some settings to run the program. But when I go to bin\release folder of my program to copy and give them the exe,DLLs, etc I can't find the App.Config file. What should I do? It is a ConsoleApp.
user2740190
11
votes
4 answers

Visual Studio "document outline" for C# file

In Visual Studio (2013/2015/2017), the Document Outline window for C# files is always empty ("There are no items to show for the selected document."). It seems that this functionality is not (not yet / no more) implemented. But then, how do I view…
kux
  • 817
  • 1
  • 10
  • 21
10
votes
2 answers

Linking back to home page in wordpress

So I have WordPress installed in a subdirectory of my website with permalinks set up. I have my website set up like so: -index.php -style.css -/contact ---index.php -/blog ---(Wordpress installation) So my problem is, whenever I use an
Sidetracking
  • 209
  • 2
  • 5
  • 13
9
votes
3 answers

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 identify which files are created from Microsoft…
lkessler
  • 19,414
  • 31
  • 125
  • 196
8
votes
3 answers

Create Subpage in html

Let's say I have a website http://www.example.com I want to create more subpages to this page i.e. www.example.com/faq www.example.com/contact etc. I'm pretty new to web design and my current knowledge extends to making basic websites using HTML,…
Calico
  • 109
  • 1
  • 1
  • 4
6
votes
3 answers

Open entire module file tree in Android Studio

Not sure if this is possible, but I have many multi module projects. Each module essentially follows module/src/main/java/packages... This is shown in photo below Currently I have to click src -> main -> java -> etc.... Ideally I would like to just…
6
votes
3 answers

How to get video height and width from a MP4 URL with pure ecmascript and without browser support for h.264?

I'm writing a user script for downloading videos. The flash player of the web site use a JSON file. The purpose of my script is to get the url of the video by downloading and parsing the video according to the web page. Currently it can download an…
user2284570
  • 2,425
  • 3
  • 18
  • 59
5
votes
2 answers

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 /view /user /controller /model …
Xeoncross
  • 50,836
  • 73
  • 238
  • 351
5
votes
4 answers

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 explorer in VS. Thank you.
Dervin Thunk
  • 17,583
  • 26
  • 110
  • 202
1
2 3
15 16