Hello everyone,
I want to add twitter like function to my site, like t.mysite.com. Any open source, stable and easy to setup/use twitter software?
thanks in advance,
George
We are a group of 3 people with computers who are inside a network that very closed and we don't have access to a bunch of ports.
It would be benefitial to have a solution where we can also access the code from home.
Is there a source control software that works well in a situation like this?
If I pay someone to write some software for me and our contract doesn't specify, do I own the rights to the source code, or does the company who wrote the software? Who does the intellectual property belong to in this situation?
I'm specifically interested in the answer as it applies in the United Kingdom.
Hi there
I am searching for an open source OSPF-Routing implementation. Does anyone know a few implementations which I could compare?
OSPF is Open Shortest Path First for those who are wondering. (Link: http://en.wikipedia.org/wiki/Open_Shortest_Path_First)
Hi
I'm interested to find out what would be the good way to make changes to production database and source code in web application (ASP.NET, SQL Server 2008).
A little bit more details, we develop on local machines, and then we need to transfer the code and database changes to production (pretty much standard story).
At the moment we do it in the evening, change the database directly from management studio on production server, and then just overwrite the existing asp.net code (copy/past).
Thanks
This is a similar question to one posted earlier, but slightly different. I'm interested in what your favorite Open Source app is. I don't care if it's well coded or if it isn't active anymore, I just am interesteed in apps that work and do something useful. The internet is a big place, so with a few suggestions some of us may find a new favorite app.
When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both? Is there a guideline you use to decide which is worth holding onto or do you do it out of practical experience?
what are your recommendations to use as a source control, project repository for a windows - .NET development environment (2 coders, possible one using the system)
thanks
addition: also the team includes 3 developers. 1 vb6 moving to .net, myself in .net, and one web developer (php, javascript, etc.)
the system i am looking for would be something that easily integrates into the ide of visual studio
I want to use functionality from a certain method in apache commons StringUtils. I currently do not have the option of just using the library as one would normally do. I found the source for the method I need and my question is: am I free (legally) to use this code (just a method out of the library) or do I have to use the entire library? If its ok, what kind of attribution would I need in my code, if any? Thanks.
I want to launch a small online shop.
I've heard of several open source ecommerce solutions out there. Is there a website, page, or something that could help me choose the right one?
I've heard of osCommerce, magento, joomla+ecommerce ...
I'm looking for a free solution, preferably in PHP so I can tweak it if needed.
Thanks!
I want to improve my design and programming skills by understanding design & code of open source projects. I downloaded hadoop,groovy but they are very difficult to follow. I am not having a clue of how to follow this code without having a high level overview of the design. Any suggestions??
Thank you.
Can someone advise me open source format conversion library? Optimized for SSE, SSE2.
Formats for conversion: I420, YUY2, RGB(16-bit, 32-bit).
I found only VirtualDub Kasumi library.
I'm looking for a decent open source salon management system to recommend to a friend. I've considered writing a new system in .Net but the website aspect is already covered. What's really required at this stage is an decent reservation and stock management application that I could put in place for them.
If there are recommendations for commericial pacakages which are reasonably priced I would also like to hear them.
Thanks.
I have the following regex expression which is to extract the source of any img tag in HTML.
/(<img).*(src\s*=\s*"([a-zA-Z0-9\.;:\/\?&=\-_|\r|\n]{1,})")/isxmU
However, it doesn't appear to be matching the following:
<IMG SRC='http://www.mysite.com/pix/lens/mtf/CAEF8512L.gif'>
How can I build it to match this as well?
I need to calculate averages, standard deviations, medians etc for a bunch of numerical data. Is there a good open source .NET library I can use? I have found NMath but it is not free and may be overkill for my needs.
I am a vc++ developer (but like Qt) interested in learning from open source project by contributing and reading the code. I use windows as primary development platform. Which project will be right for me to start?
Is chromium a good choice?
Are there any open source projects out there that are written in a functional programming language and that people can contribute on? I am trying to increase my area of expertise to a functional programming language and I think contributing to a project might be the way to go. Maybe some OCaml or Lisp projects?
There are great .NET libraries and components. What is, for your opinion the most useful, effective, well wrriten open source C# library you've ever seen?
Mines, is the great Html Agility Pack.
Please post one library per answer.
Hello,
Do you know some good Open Source project written in PHP that is a finest example of MVC and is just the best example to learn how to write a state of art project?
kind regards,
Hi,
I know there is a thread about open source projects with good code quality, but which projects have unit tests (With mocking) and are of a high quality?
Many Thanks
I'm preparing a short talk for a conference in august and I'm looking for open source projects that are using agile methods internally or have tried them in the past.
My goal is to talk about the things that work well and what won't work and promote the agile methods a little bit, because I think certain agile techniques are a good fit, but don't seem to be that common in real development.
So does anyone know projects that have tried agile methods and techniques before? I'd like to contact them for a few questions.
Hi guys, I'm using latex to write a program listing of all my code and am following this:
http://texblog.wordpress.com/2008/04/02/include-source-code-in-latex-with-listings/
It works, but my code runs of the side of the page.
How can i fix this?
Thanks