online-resources

Book or online resource explaining BDD

The Wikipedia article about Behavior Driven Development gives a nice overview about the topic, and many tools are listed. However, in order to dig deeper and really grasp the mindset of BDD, what other resources are there? Language agnostic material appreciated. ...

What good technology/programming vodcasts are out there?

I'm trying to round up a list of programming/technology related Vodcasts. Related Question: What good technology podcasts are out there? Here I am looking for podcasts which include Video content like: dnr tv : http://www.dnrtv.com/ Channel 9 : http://channel9.msdn.com/ Dimecasts : http://dimecasts.net/ Railscasts : http://railscas...

is there an online javaScript code snippets resource that lets you run code?

is there an online javaScript code snippets resource that lets you run code? this would especially be useful for example code when trying to answer questions on SO! thanks, Josh ...

Is there an online archive for various math formulas?

What I'm looking for are archives of math formulas organized by topic or purpose etc. Basically an online library of math functions. For instance, I'm currently working on a project where I have a range from 0 to 2^32 and I need a formula to divide this range consecutively from 1 to n so that for each step, every 1 to n accounts for a c...

O'Reilly Safari Books Alternatives?

I have a subscription to the whole library, which I find incredibly useful. Are there any similar products out there with as comprehensive a library? I think I'm paying about $40/month and I'm happy with the service, but if there are any cheaper alternatives out there, I'd like to take a look. Thanks. ...

Are the solutions to Stanford's online iPhone development course anywhere on the web?

I am working through Stanford's online CS course for iPhone development and from time to time I get stuck on something. Does anyone know if they supplied solutions to the weekly homework anywhere? It would also be nice to have something to check my work on after I finish each lesson. The course has been over for some time so I don't thin...

JavaScript Performance Evaluation

background: I've searched around for a reference, or possibly a tool, that helps you theoretically evaluate the efficiency (resource cost) of your JavaScript. This search has turned up a lot of excellent debugging software, but I can't really find something that helps me optimize the code, by utilizing less resource-intensive methods. ...

Websites providing free quizzes, tests, exams in HTML, XHTML, CSS, Javascript

I am trying to test my HTML, XHTML, CSS, Javascript knowledge by attempting the quizzes, tests, exams. I could find few websites which offer these for free. http://www.w3schools.com/quiztest/ http://www.javablackbelt.com/Login.wwa http://examineonline.googlepages.com/JavaScript%5F134.htm Please let me know if you know any other website...

Books for bringing up a new programmer

I will soon be taking on the role of mentoring a fairly new programmer. I have so far been the lone programmer at a quickly-growing small company. Are there any good resources I can check out that could help me transition into this role? Specifically, I am looking for resources on how I can be a good mentor, rather than resources for the...

What is the #1 best example of Technical Documentation that you have ever seen? What was it that made it so effective for you?

I am of the opinion that the quality of the documentation of a language (programming language, API, Harware/Technical specification etc) has a direct correlation with the long-term popularity of that language. Good documentation can not only provide an 'all-in-one desk reference'-type resource for developers but also help to build a com...

finding out about things already being done

hi, i just wanted to know how to do a search of things already being done if you are writing a research paper... is the google only place? if not please suggest me places or ways of finding out about the existing literature on some topic that is related to my publication paper... in general now i have to list all (if not most) papers t...

What are the best resources or books to prepare C/ C++ STL, Data Structures and Algorithms ?

Dear All, I want to re-phrase my question. I want to prepare on CS fundamentals like Data Structures, Algorithms and programming languages like C and C++. There are lots and lots of material out there and I would appreciate if you experts can point me towards some standard resources/books for this technologies. Thanks. ...

What are good online training outlets for development skills?

What are good online training outlets for development skills? Specifically, I'm looking for video tutorials, remote training, or anything that won't require me to travel to a training facility. Note: This is for development skills, which can range from abstract concepts like 'Building large, scalable systems' to 'Learning C# 3.0' ...

Is there any UML reference card available?

Are any reference card or cheat sheet available for UML? ...

Online reference for learning SAP-ABAP

Pretty simple question, Does anyone know of any teach yourself ABAP online resources? Google wasn't too helpful... I'm pretty much well versed with SAP, and can manage C++. ...

Good online library of common file formats.

Is there a good online library site that brings together, in one place, the specifications of various file common formats such as PNG, MP3, 7Z, SVG, PDF, DOC and so on? By "good" I mostly mean: Extensive. Up to date. Tips and guidance. Free. I have in mind something the equivalent of http://www.pinvoke.net, but for file specificat...

Good sources for GUI inspiration

Where do you go when you want to know how other people solved a particular GUI problem? I'm still stuck at the Google Images level, but 99% of the images you find are screenshots from extremely boring UIs that are part of online tutorials. I know of a few webpages that maintain links to interesting new Web UIs, but is there any collabor...

Generic pattern algorithms (language agnostic)

I'm sorry to ask such a vague and generic question, but I need to write a set of tools that will aid people in creating 2D and 3D geometric patterns. Does anyone know any good online resources that discuss pattern logic and algorithms (Wikipedia call it tesselations)? Much obliged, David ...

An on-line validator for xsd.

Could you suggest any on-line XSD validator that can validate a given element specified in a XSD file? For instance here is a XSD for an oai-identifier http://www.openarchives.org/OAI/2.0/oai-identifier.xsd If I create a sample sampleIdentifierType specified in the above file I would like to validate it against the XSD. What an on-line...

Is there a good online library of different video formats to use to test my FFMPEG installation?

I want to check that users will be able to encode the main video formats using FFMPEG running on a server. So far most of the videos I have tried have worked but want to find out where things may fall down. Is there a good list and hopefully attached files to download showing the main video formats for video that users will find online a...