source

How do I know who has checked out a file?

I'm looking to implement source control for my team. An external requirement that came up is that "managers/leads" want to know who has checked out which file and when. Not really a lock, they just want to know when a file was taken out and by who. It's also a show stopper requirement and is beyond my control. I'm mainly looking at usin...

Tcsh and Bash Initialization

I would like to be able to source a file to set up some environment variables, but do it so it's independent of the shell being used. For example %: source START.env # START.env if [ $SHELL == "bash" ]; then source START.env.bash # sets environment variables else source START.env.tcsh # sets environment variables fi However, t...

Issue with Credentials

Hello, While setting up TFS for another user, I entered my credentials to connect to the server temporarily. Well, it still refers to my user name for the working folder. I even logged in on his machine and removed the workspace reference, but it's still giving him errors that I already mapped the folder to my account name for that pr...

Where can I find the java JDK source code

Possible Duplicates: Java JDK Source Code?? Where to find it? How to get JRE/JDK with matching source? I'd like to study java in more depth, but I don't know where to find and download the java build-in library source code. Is it possible to get it anyway? ...

Webhosting service that will let me store source code (.java, .cs, , .m, .h, etc.)?

I am looking for a webhosting service where I can also store source code files (.java, .cs, .m, .h, etc.) without any hassles. Any suggestions, or any alternative strategies? I thought about providing links to my repo, but I"m not quite sure if beanstalk will let me do that without a password. Thanks for any info ...

Real Life (yet simple enough for a beginer) Example of TCP and/or UDP Sockets

I have been attempting to learn tcp/udp for so long now, I am on the brink of giving up completely and never attempting it again, I have read every tutorial there is but can never get anything to work. Tutorials either stop once they tell me how to connect and dont explain how it can be used or do not provide enough source code. Is there...

jQuery add css without being in html

I want to add css styles with jQuery, but not be in in the html when I print out html(). Example: $('#wat').css("cursor", "pointer"); $('#ok').click(function() { var str = $("#wat").html(); $("#html").text(str); }); when it prints out the html, inside the element with the ID of "wat", it has style="cursor: pointer; Is there a way...

Whats the best open source bayesian software for trouble shooting?

Hi I have seen www.dezide.com as a top of the line trouble shooting software based on bayesian networking. But I need an open source solution to develop further as this is not for a commercial project. What would you recommend? BR Morten ...

Finding Android source code

Are the Android APIs open source? If so, I want to see how they implemented the smoothscroll method for the ListView object (this is implemented in API level 8, but I want to build against an earlier API level). How would I go about finding this? ...

Problem with gem sources - bad gateway 502 on rubygems.org

Hello. Just wondering if anybody had the same problem with rubygems.org I appluad the decision to consolidated everything on rubygems.org, but when the default was rubyforge - I never had any problems. Now it seems I have a problem updating gems everytime I do a new installation. I mean I can work around it, but downloading gems throug...

[SOLVED] C#, WPF, streaming source of an image not working.

I am using the following code to stream an image source: BitmapImage Art3 = new BitmapImage(); using (FileStream stream = File.OpenRead("c:\\temp\\Album.jpg")) { Art3.BeginInit(); Art3.StreamSource = stream; Art3.EndInit(); } artwork.Source = Art3; "artwork" i...

If our company plans to buy software source code, maybe data recovery software, can we use it to create a new program without technology dependence?

Hey guys, A big problem, help me please. Our company plans to buy data recovery software source code, and require a report about this. But I'm lack of such knowledge. Please tell me some ideas, such as how it works, the general market, or sth else. Thank u all! ...

Can't match any of this subject with preg_match

I am trying to match some of the Javascript on a Youtube video page. The pattern thats the same for every video is like this: <param name=\"flashvars\" value=\"somethingsomethingsomething\"> I need to get out everything in value, in this case somethingsomethingsomething. It is commented out because this is embedded in Javascript. This...

Google Analytics Code ONLY showing up in Chrome

I've been tasked with setting up a Google Analytics account for a potential client on their site, which unfortunately is powered by some Site Builder software. I eventually found where the template tags are located in the jumble of pages, and pasted my GA code in as you would normally. I then go to Google and check trackings been inst...

Silverlight 4.0: Setting an Image Source to a URL

Is there a workaround on this or is this possible in silverlight? my image is not displaying. <Image Source="http://localhost/TempWS/Images/mtdb.ico" Height="60" Width="60"/> ...

What is the best open source .NET CMS with a FORUM?

Hi First, there is a similar question on this but was asked 2 years ago, and I know that new players are in the arena now. We need a CSM with the following characteristics: Has Forum Module and is integrated with the Membership provider of the CMS (the don't want the user to login twice on CMS and on Forum) Free/Cheap (the final clie...

How to use VSS for Database management same as for source code?

Hi All, Thanks in Advance.. I want to put a question to solve my problem, the question is that how is the way to use database (Trigger, Sps, and other elements) in VSS same like using source code in VSS and access in Microsoft Visual Studio. like doing check in and out of database elements in VSS or other tool for making database in c...

Makefile issue: smart way to scan directory tree for .c files

I am doing a project which is growingprety fast and keeping the object files up date is no option. The problem beyon wildcard command lies somewhere between "I do not want recursive makefiles" and "I do not want it to list by hand". The objects are supposed to go into a seperate diretory, which works allready. Note: I am not that used to...

How to show all videos in one page, or other way to get video links in listbox

I need help with one website: http://www.lockerz.com/p/watch/all that contains videos to see, like YouTube, and the videos are divided in pages,but I want to display all videos in one page (or maybe you know some other way to get all videos links to listbox) and in the source of this page I got this part of the source: input id="vid_cou...

Big vs Small Open Source Project, which is more useful to learn from?

I'm looking to help out in some open source projects, to learn from better developers, as well as add to my resume in areas where I'm lacking. I had a look through codePlex and I can see some quite popular projects, were I'd probably get to do very little, but look useful to the community, and some small projects which I think I could c...