Tagged Questions
The patent tag has no wiki summary.
12
votes
7answers
345 views
Balancing Mac Experience with Apple Patents
Like (probably) most people here, I'm not a fan of Software Patents. It makes it hard to write software, especially for an operating system like Mac OS X, where you generally want to do things "the ...
6
votes
4answers
184 views
Is patent infringement transitive?
I'm curious about a the following scenario, and I haven't been able to find a clear answer so far.
Say a piece of software X uses another piece of software Y, for example Y might be an open source ...
2
votes
2answers
228 views
mp3 is not royalty free - what does that mean for programmers?
extends
MP3 is covered by a patent. That means if your app implements the MP3 algorithm, you owe Fraunhofer some money.
However, "if you use directshow or quicktime to import the mp3 into your ...
2
votes
6answers
692 views
2
votes
2answers
597 views
Including a MP3 Encoder with your application
Part of a web application I'm working on turns text into speech and then turns the wav stream into a mp3 using LAME encoder.
How would one go about licensing the mp3 encoder with the company that ...
1
vote
1answer
132 views
Intellectual Property Patent Search Web Application [closed]
I have seen a lot of web applications which provide intellectual property patent search functionalities.
for example: http://patft.uspto.gov/netahtml/PTO/search-adv.htm
Right now i would like to ...
1
vote
2answers
136 views
Could using Mono to build applications equivalent to a .Net one be illegal [closed]
I know this may sound weird, but I was wondering if, for example, building a web application framework in C#/Mono could be a patent infrigement, since it might be considered as a competitor to ...
1
vote
2answers
126 views
Patent on server side image generation
I was just browsing on server side image generation and stumbled on following link:
http://www.encke.net/Article13.html
Does any of you know if this holds good any more or not?
Did anybody ...
1
vote
1answer
528 views
Using PageRank or HITS Algorithm for Search engine development
Is there a form of legal restriction(s) from using Pagerank o HITS Algorithm?I am in the process of creating a geographical search engine,but i am wonder if i can use the pagerank Algorithm or that of ...
0
votes
0answers
12 views
what's the procedures for applying a patent?
I need to apply a patent for one of my inventions, is there a procedure/checklist that I can follow to get that done?
0
votes
0answers
41 views
What exactly is the “Office Fluent UI”?
I know it's the ribbon interface in Office, but how far does that extend?
For instance, if I took some GTK+ tabs and put some buttons on them, am I still required to comply with Microsoft's (totally ...
0
votes
1answer
56 views
Parsing Complexed XML returned from OPS Patent Database using PHP & SimpleXML
I have been going crazy with SimpleXML trying to get values into usable PHP variables and it's driving me insane.
I am genuinely hoping some of you more talented coders out there can help me out...
I ...
0
votes
0answers
101 views
Using tetris block in game [closed]
I'm developing game for iOS. Game is puzzle which consist of blocks which simular to tetris block and user should set it to right place. Blocks dont fall from top. User manipulates it with taps.
...