I\'m trying to build a breadcrumb here and I\'m having some trouble doing it. The problem arises from the fact that I have to save category name (in two languages), slug and id.
Doing the Y-Combinator for a single argument function such as factorial or fibonacci in Clojure is well documented:
I\'m trying to figure out what the best way to go about rewriting urls to accommodate not only a directory structure, but appended actions for a m开发者_开发问答enu for a site I\'m building in PHP.
String url = getUrl(); try{ Connection con = getConnection(url, username, pwd); }catch(ConnectionException e){
Hi this is my first post here hope you all are well.So Im just starting erlang and I ran into a problem im not sure how to tackle yet.
I\'m developing an application to split an image grid equally and center the images (based on their similarity). So far, I could manage to fix a grid of images with small sizes, but whenever I try a l
I want to generate a random string of about 5 characters long. I can create it ok, but I\'m having trouble checking if it exists in an array (or database in real situation) and creating a new one if i
I\'m not particularly accustomed to generating complex SQL queries and am having difficulty in mixing my understanding of procedural languages and of set-based operations in
We\'re using an application build using Weblogic Workshop 10.3 and running on weblogic server 10.3.I\'m trying to display a tree of data using recursive calls to a jsp page using <jsp:include>.T
I am writing a permutation function that generate all permutations of a list in Python. My question is why this works: