Tagged Questions

7
votes
18answers
743 views

What’s an occupation that’s similar to programming, but isn’t programming?

Or let me rephrase: What's an occupation that's involves very similar skills/abilities to programming, but that isn't IT-related at all? What kind of jobs would someone with the …
2
votes
5answers
211 views

Language with similar object use to Javascript/JSON

I've been doing a project at work recently focused on an almost entirely client-driven web site. Obviously Javascript is used heavily, and I've been using jQuery on top of it whic …
1
vote
2answers
26 views

Is it possible to search the database for related files when a file is loaded in a upload form

I have an idea for a site that involves uploading files to the site. But what I'd like - and wondering if it's possible - is when a user clicks on "Browse", and selects the file, i …
1
vote
2answers
56 views

Mysql join on similar columns

I want to join table1 with table2 on column 'Name', but table2.Name has an 'e' in front of all the names (if table1.name=ABC,table2.name=eABC). How am I supposed to use a join for …
1
vote
4answers
109 views

Finding cropped similar images

The 2 images have same color,pattern,etc. One image is cropped from the other one. The algorithms I've found mostly use location to compare difference between images, so it produce …