How can I open a new browser tab in ASP.NET and write to it? I don't want to redirect to a page but I want to write/output the content directly from source.
I copy the .xsd file in MSBuild Commnunity Tasks source code to the ...\1033\MSBuild folder of Visual Studio to get the Intellisense for the tasks but it doesn't work!
Can anyone help me please?
Most mature C++ projects seem to have an own reflection and attribute system, i.e for defining attributes which can be accessed by string and are automatically serializable. At least many C++ projects I participated in seemed to reinvent the wheel.
Do you know any good open source libraries for C++ which support reflection and attribute containers, specifically:
Defining RTTI and attributes via macros
Accessing RTTI and attributes via code
Automatic serialisation of attributes
Listening to attribute modifications (e.g. OnValueChanged)
So I was working on a toy website (http://nirmalpatel.com/yeah/index.html). If you check the source, you can see that I have linked a m4v and ogg version. When I load this page from my own computer using a url that starts with file:// the page works fine in Safari, Chrome and Firefox. However, after I upload all of the videos and the HTML to my server Firefox stops working. I don't think it's a permissions issue as both videos have the same permission.
i want to develop a property listing website just like https://www.websites4yourlistings.com/
Do you guys know of any free open source script i can use for the following tasks
Gallarey script that has title and description, that can be uploaded by clients of deleted
Pls suggest a method to create different template from the same layout by using different colours, css, back ground image
Do you know any script that i can use to create a subdomain from my script?
thanks for helping
i need to get images from a webpage source.
i can use cfhttp method get and use htmleditformat() to read the html from that page, now i need to loop through the content to get all image url's(src)
can i use rematch() or refind() etc... and if yes how??
please help!!!!!
if im not clear i can try to clarify..
Hello, I'm going to develop gui-based application for tor controlling (like vidalia or torK). Are there any libraries for using tor? I don't want to parse each byte of information from sockets.
My program should display branches of computers, use chosen as traffic-provider etc.
What I need in my case? Are there any small and simple samples (for example open-source projects) to do this.
http://directshownetcf.com/
I can't seem to find anything on google to suggest whether or not i can use this in a commercial application. It does reference you can buy the source code for money, but nothing (that i can see) about using the already compiled dll.
Has anyone got any information on this?
I am reading some source code and I found at the very begin of the main routine
this statement:
umask(077);
What could be the reason for that?
The man page (man 2 umask) states:
umask -- set file creation mode mask
This clearing allows each user to
restrict the default access to his
files
But is not clear to me why would do that? as a shortcut ?
Hi,
I am evaluating Microstrategy 9.0.1 and attempting to build a prototype metadata layer using its Architect tool. The tool doesn't seem to have any specific means to mark up joins in the way that the editing tools for SSRS data source views or Business Objects universes do.
How does this work in Microstrategy - I have never used this before and may be making invalid assumptions based on other systems I have seen.
If one does do this with MicroStrategy, how is it done?
Hello!
I need ERB (Ruby's templating system) for templating of non-HTML files.
(Instead, I want to use it for source files such as .java, .cs, ...)
How do I "execute" Ruby templates from command line?
Or must it be a SQL Server database? If I'm reading the documentation right, as long as I use Entity Framework and not Linq to SQL, I can go against a Sybase data source. But I'm not certain...
When I try to compile with sbt some code containing an instance of a Table from this library I get this error:
java.lang.AssertionError: assertion failed: unsatisfiable cyclic dependency in 'class Toolkit'
It seems to work with Java so I don't understand why it fails in Scala.
Here is the toolkit class: http://code.google.com/p/table-layout/source/browse/branches/v1/tablelayout/src/com/esotericsoftware/tablelayout/Toolkit.java
As long as I get this error I'm totally stopped in my project :(.
Does anyone know how to do this? I know how to display a single feed as a simple list, but it gets more complicated. I want to display a list but have multiple sources, with each source having the list-style-image be specific.
Example:
(img1) This is data from rss feed 1
(img2) This is data from rss feed 2
Thanks so much for the help!
Hi All,
in a pre-compiled header if I do:
#define DS_BUILD
#define PGE_BUILD
#define DEMO
then in source I do:
#if (DS_BUILD && DEMO)
---- code---
#elif (PGE_BUILD && DEMO)
--- code---
#else
--- code ---
#endif
Do I get an error that states: error: operator '&&' has no right operand
I have never seen this before. I am using XCode 3.2, GCC 4.2 on OS X 10.6.3
Hi,
I am developing an application in cocoa which needs to copy a folder added to resource to other location in System/library .How can i specify the source and destination path.Looking for a solution
Thanks in advance
Android is an open source operating system that is modified by cell phone vendors (HTC, Motorola, etc.). Modifications include the user interface, drivers, and other proprietary extensions.
Traditionally, product lines have been a suite of products or services that share a core set of functionality and are modified for different domains and markets.
Does this still qualify as a product line?
From what I've read it appears that FogBugz was originally written in VBScript. Now apparently they use their own custom compiler and language that will translate the source code to more "accessible" languages such as PHP and (I think) C#. Is there a name for this language? What does a hello world look like in it? Is there any hope of seeing this compiler released to the public?
I'm curious if anyone has seen an Open Source radio automation package (I found one in Russian on CodePlex) built on .NET
In addition if I wanted to build something like this in a client server environment is WCF and WPF the best way to do it? Is it fast enough to trigger songs to play/encode on the server from a remote WPF client?
Sort of vague questions but I wanted to get some community feedback.
Is it me or is the documentation for the argotic framework API impossible to find..?
The source is available so surely the documented API should be ..
Anybody know where this is?
Thanks alot,
Not interested in any source control OR shell integration.
This is basically to make regular gets on certain third party archives. I would really prefer not to deal with SVN in any way in my shell or visual studio.
Native / C# preferred (as i have those runtimes already installed).
Anyone a recommendation under those circumstances?
I am aware there are other nant and msbuild related questions on stack overflow, but I could not find a direct comparison between the two and so here is the question.
When should one choose Nant over MSBuild? Which one is better for what?
Is Nant more suitable for home/open source projects and MSBuild for work projects?
What is your experience with any of the two?
Hi,
I want to drawing the circle in which that circle dividing in to 16 parts based on the perimeter.And also those part fill with color.Any have some tutorials and sample source regarding above topic?
Is there any UI library that can be to build both a text user interface (ncurses) and graphical user interface (GTK? QT?) from the same source?
I know that debconf can be used with various frontends, I would like to build something similar but programmable.
What is the best way to track javascript errors of Internet Explorer 6 and 7?
When i got javascript error in IE (Not on firefox) then how to know quickly where is the problem. IE page source doesn't have Line numbers.