Questions tagged [workspace]

An area of memory (RAM or disk based) for which to perform operations.

In programming, a workspace is an area of memory (RAM or disk based) for which to perform operations.

For example, this is similar to an area on a disk set aside to process files.

This is usually a copy from a master in which operations can be performed and potentially undone before committing to storage.

A workspace is (often) a file or directory that allows a user to gather various source code files and resources and work with them as a cohesive unit. Often these files and resources represent the complete state of an IDE at a given time, a snapshot. Workspaces are very helpful in cases of complex projects when maintenance can be challenging. Good examples of environments that allow users to create and use workspaces are Microsoft Visual Studio and Eclipse.

Reference: Wikipedia

1061 questions
-1
votes
0 answers

Is there a way to set up a 'workspace' in QGIS the same way you can in ArcMap?

I am working on a Mac right now and whenever I save a file in QGIS without specifying the file location, it automatically saves to "/Users/Name/Library/Application Support/QGIS/QGIS3/profiles/default/processing/outputs/natural_colour" I want to set…
-1
votes
1 answer

Installing gota package in go workspace

I'm writing this away from my code so fingers crossed. I've recently started learning Go from a Python background. I've set up my workspace (Linux Mint OS) so: GOPATH=$HOME/go GOROOT=/usr/local/go Where under $HOME i have a dir called go and 3…
Alesi Rowland
  • 195
  • 1
  • 12
-1
votes
4 answers

How to find the workspace location in eclipse?

I had changed the workspace path in eclipse(I do not remember the same). Recently i got my laptop re-imaged and had to install the eclipse. I am not able to get back the new workspace. i searched for the folder in the laptop. i do not find the…
Nagalatha
  • 11
  • 8
-1
votes
1 answer

An error has ocurred. See the log file /User/workspace/.metadata/.log

I'm trying to install Eclipse Neon 3 in my MacBook with Mac Os X and in the installation process, after choose my workspace folder appears this message: An error has ocurred. See the log file /users/Documents/workspace/.metadata/.log When I enter…
-1
votes
1 answer

add simulink block programmatically from within function

Is there a way to add a simulink block programmatically from within a function? The principle works by using add_block(...) via script in the basic matlab workspace. But if i try to add a block from within a function, Matlab seems to dont see the…
Lemonbonbon
  • 608
  • 4
  • 20
-1
votes
2 answers

Oracle SOA BPM issue

I created instance at user level.but I am not getting same instance in oracle SOA BPM 11g workspace. these same issue facing in all the BPM interfaces in (DEV Environment ). please give me the solution for this...
Kumar
  • 1
  • 2
-1
votes
1 answer

I added pods to an existing file, and it made another project in my workspace

I added pods to an existing workspace and now I have 2 of the same project in my workspace (Both projects ending in IOS). If I delete either one, I lose all references to the project. Here is what the project tree looks like and the pods file.…
-1
votes
2 answers

Is it possible to pass variables from one script to other in TCL?

I code a bit in MATLAB and this is my first time with TcL. So, needed help to know if in TcL is it possible to get variables of one script from another script? Like in MATLAB we pass variables to and from Workspace.
-1
votes
1 answer

MATLAB's worskpace it's not showing the variable's names

I recently configured my layout to default mode, but now I'm not seeing the name of my variables in the worskpace. how can I solve this?
gustavoreche
  • 205
  • 3
  • 11
-1
votes
1 answer

Set Eclipse project location out of workspace

I want to change the source location of a PHP project to be out of workspace in Eclipse. For example, workspace is in /home/user/workspace/project and source code placed in /var/html/project. I don't want to make a copy of project in the workspace…
Omid
  • 3,903
  • 8
  • 36
  • 65
-1
votes
1 answer

How to replace updated source code of Android app with existing app source code in eclipse

Our Android app is updated with more features and the developer sent us the updated source code. My question is How to replace the existing source code in the eclipse or workspace with the updated source code, so that the app works with new features…
Johnson
  • 1
  • 2
-1
votes
3 answers

lost all projects from eclipse all java and xml files on workspace have 0kb how to restore

I am using eclipse juno -adt tool Eclipse Platform Version: 4.2.1. i lost all projects from eclipse project explorer .they doesnt have single line of code. all projects in work space folder have 0kb data(user/workplace). is it possible to restore…
Sree Reddy Menon
  • 1,231
  • 13
  • 23
-1
votes
1 answer

Matlab: Saving workspace variables as a .txt file

On the workspace the following cfit variables are obtained. I could not extract any data from such variables and was wondering if there is a code I am missing that could do this for me. A = General model: fitresult(x) =…
Mosawi
  • 197
  • 2
  • 16
-1
votes
1 answer

Why does git only have 1 workspace?

Compared to subversion which you can start many workspaces. Why can't a git repository have more than 1 workspace so switching branches doesn't necessitate restitution of state before throwing away your current branch. If I'm frustrated by a svn…
-1
votes
2 answers

Best way to share Eclipse WorkSpace

What is the best way to share my Eclipse Workspace between my Computer and Laptop (Windows 7 & Windows 8). I am familiar with SVN but after a while my SVN crashes and I cannot commit because all my files are outdated (they are not). How do you…
ObAt
  • 2,177
  • 3
  • 22
  • 42
1 2 3
70
71