As I understand it, the limitation of 255 characters in a file path is a Windows limitation. What is the reasoning for this? If so, has this been resolved in Windows 7?
In our continuous integration practices, we often have deeply nested project structures and it would be extremely useful to be able to go beyond 255 characters. Right now we are somewhat forced to structure our projects in such a way as to not hit this artificial ceiling.
Hi,
I have a xml document holding a small data for my project where I want to convert my xml to an excel file (microsoft office excel 2003 and over)
How can I do this?
Kind Regards.
Hi,
I plan to appear for the 70-503 WCF exam.
What preparation material will help me to clear exam?
If anyone has already appeared for the exam, any ideas how much perparation time is required for this?
(Note:- I have not used WCF in any live project, but have working knowledge of WCF)
Thanks for reading!!
How can I deploy a project? I'd prefer it if it's just a single execute file with everything built into it. Is this possible? Or does it need to be installed with the DLLs staying as external files? Thanks.
I have a project on github but I need to maintain a svn repo updated with every push.
I have checked this question but I want to do it automatically.
Is there a way to tell github to do a svn ci when a push occurs?
I have to cs file for one partial class. I know that I can modify project file to group them together like way that vs.net group *.aspx and *.aspx.cs, but is there a way to do that in vs.net IDE directly?
I've read lots of tutorials on how to deserialize a JSON object to an object of a particular using DataContractJsonSerializer. However, I'd like to deserialize my object to a Dictionary consisting of either Strings, Arrays or Dictionaries, such as System.Json does with SilverLight when I say JsonObject.Parse(myJSONstring).
Is there an equivalent to System.Json that I can use in my WPF project?
(just a short background: I'm fetching JSON objects that have way to much info, and I just want to use a little bit to fill out a String array)
Cheers
Nik
I new with virtual box and vagrant , Now I using Homestead image and every thing is run well
but when i create my project named laravel on virtual machine it supposed that i see this new folder named laravel on my machine but i didn't get any thing on my machine , The synchronization is not working.
NOTE: I'm using ubuntu 14.04
This is my homestead.yaml
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /var/projects/
to: /home/vagrant/projects/
sites:
- map: homestead.app
to: /home/vagrant/projects/laravel/public
variables:
- key: APP_ENV
value: local
thanks advance
In VS 2008 setup/deployment project, is there any way to add a custom error dialog (or customize the existing one) to handle errors encountered during the installation process?
hi Frnz,
i want to delete multiple rows from a table view based on users selection.obviously i cant use didSelectRowAtIndexPath method coz it will be called for every row selected. i want to allow user to select multiple rows for deletion and then delete them in one go...Is it possible if yes then how to go about it.Also i am using a single view based project and i want the header of table view changed to "Delete" on the same view when the user want to delete the rows from the view.
Thx
We have made substantial changes to our physical DB, now as it is the ne dof the project I would like to abstract a logical model from this, to allow me to generate schemas for both Oracle and SQL Server.
Can anyone guide me as to the best way to achieve this. I was hoping TOAD data modeller would help but I can't seem to see any options to do what I require?
i'm asked to implement this project and i have problems in part b which is the eval function
this is the full describtion of the project
You are required to implement an interpreter for mini-Haskell language. An interpreter is dened in
Wikipedia as a computer program that executes, i.e. performs, instructions written in a programming
language. The interpreter should be able to evaluate functions written in a special notation, which you
will dene. A function is dened by:
Function name
Input Parameters : dened as a list of variables.
The body of the function.
The body of the function can be any of the following statements:
a) Variable: The function may return any of the input variables.
b) Arithmetic Expressions: The arithmetic expressions include input variables and addition, sub-
traction, multiplication, division and modulus operations on arithmetic expressions.
c) Boolean Expressions: The Boolean expressions include the ordering of arithmetic expressions
(applying the relationships: <, =<, , = or =) and the anding, oring and negation of Boolean
expressions.
d) If-then-else statements: where the if keyword is followed by a Boolean expression. The then
and else parts may be followed by any of the statements described here.
e) Guarded expressions: where each case consists of a boolean expression and any of the statements
described here. The expression consists of any number of cases. The rst case whose condition is
true, its body should be evaluated. The guarded expression has to terminate with an otherwise
case.
f) Function calls: the body of the function may have a call to another function.
Note that all inputs passed to the function will be of type Int. The output of the function can be of type
Int or Bool.
To implement the interpreter, you are required to implement the following:
a) Dene a datatype for the following expressions:
Variables
Arithmetic expressions
Boolean expressions
If-then-else statements
Guarded expressions
Functions
b) Implement the function eval which evaluates a function. It takes 3 inputs:
The name of a function to be evaluated represented as a string.
A list of inputs to that function. The arguments will always be of datatype Int.
A list of functions. Each function is represented as instance of the datatype that you have
created for functions.
c) Implement the function get_type that returns the type of the function (as a string). The input to
this function is the same as in part b.
here is what i've done
data Variable = v(char)
data Arth= va Variable
| Add Arth Arth
| Sub Arth Arth
| Times Arth Arth
| Divide Arth Arth
data Bol= Great Arth Arth
| Small Arth Arth
| Geq Arth Arth
| Seq Arth Arth
| And Bol Bol
| Or Bol Bol
| Neg Bol
data Cond =
data Guard =
data Fun =cons String [Variable] Body
data Body= bodycons(String)
|Bol
|Cond
|Guard
|Arth
I'm working on a project that requires Visual Studio 2005 and I've been trying to find a legitimate download site for Visual Studio 2005 Express, but it seems like Microsoft only wants people to download the 2008 version instead.
Anyone knows why it's like this and if there is some link somewhere where Visual Studio 2005 Express is available?
i am working on a small project that i need the ability to let users upload a video to my website or use a webcam to record a video and then upload it. i have seen this done on several sites (youtube,facebook etc) so i know that there is a java or flash applet that supports this. however i have not been able to find one.
can anyone recommend a good flash or java based video uploader with these features?
I have a couple ANTLR-generated code files, and I'm currently happy with how they are working. I'd like to configure my project in Visual Studio (2008) so the debugger skips over methods defined in those files. How can I do this?
So this my first question here, let's look how it works.
I'm working on a project, which has to to provide a "Native XML WebService" on a SQL Server 2005. The web service and the WSDL generation works fine. But there are troubles with the authentication.
Is it possible to turn the authentication off (The tests and the documentation by Microsoft say no.)?
And if so how?
What are all the algorithms involved in Farmville game, specifically I am interested in drawing trees that has fruits based on user's activities.
I am into a project which has a specific need to draw a tree-type image in SVG. I am not sure how to go about the algorithms to define the tree and based on certain business rules the leafs in the tree grows etc., I think you get the idea. Farmville is just an example I took to explain.
Any help is greatly appreciated..
So far the only tutorials I've been able to find are on directx11tutorials.com, which are essentially inferred from the existing samples. Does anyone know where to find other tutorials, or better yet open source projects using DirectX 11? (Extra points for project code using DirectX 11 :) )
I want to implement an android app which compares recorded audio files with our sound database and reports a similiarity metric. The app will work somehow like Shazam but is matched against our database audio files. Can anyone point me to an open source project which implements adequate algorithms to do the sound recogognition/comparision on our server ? Thanks
I'm writing a shell for a project of mine, which by design parses commands that looks like this:
COMMAND_NAME ARG1="Long Value" ARG2=123 [email protected]
My problem is that Python's command line parsing libraries (getopt and optparse) forces me to use '-' or '--' in front of the arguments. This behavior doesn't match my requirements.
Any ideas how can this be solved? Any existing library for this?
Am looking for any recommendation for libraries that will allow me to auto orient images. My project is in C#. I am looking for either open source or commercial libraries.
I want to use these libraries on either documents that are scanned or faxed as such my images will be lacking of EXIF data
Hello friends,
Normally what happens, a single or more lines are shown as a tooltip. What I need is to show a gridview as a tooltip. Actually in my project i need to show all the notes associated with a stock in a gridview.
Can anybody help me?
Thanks for sharing your valuable time.
I'm a newbie to Linux systems and recently I started using Ubuntu 10.04. When I do java development in Windows, I usually keep my project files under some drive (D: for example) and under my development folder, such as D:\projects\myproj. But I'm bit confused with Ubuntu's folder structure. So, I just want to know how do you organize your projects in Ubuntu? Under which folder do we keep our projects file?