I'm lookingfor an application in which I can write pure LaTeX in one half of the screen and on the other half to see the compiled document in real time.
This seems really like an obvious way to do LaTeX authoring but it doesn't look like any software is able to do it.
LyX is not what I'm lookingfor. I want to edit the actual LaTeX and see it rendered in real time. Why isn't this already being done somewhere?
I'm lookingfor the templates engine for Java with syntax like in Django templates or Twig (PHP). Is it exists?
Update:
The target is to have same templates files for different languages.
File index.tpl
{{head}}
{{ var|escape }}
{{body}}
can be rendered from python (Django) code as well as from PHP, using Twig.
I'm lookingfor Java solution.
Thanks.
I'm lookingfor something like VNC, but with some extra features:
The server should send only the part of the screen the client is looking at.
It would be great if we could have 2 mice on the client's desktop. Or at least if the client could point to somthing without interrupting the server's mouse.
A shared whiteboard would be great.
Some extra notes:
My friend lives far away, and we are using WinXP.
Perhaps this is not the proper place to ask this question, if that is the case, please direct me to the correct venue.
I'm lookingfor research, guides, any kind of information pertaining to the structuring and styling of results sets; data which comes back from a search, or when looking at content in a list view.
Links would be appreciated, but opinion and commentary are also valued.
I am lookingfor code that will take a huge list of numbers, and calculate price ranges correctly. There must be some algorithm that will choose the proper ranges, no?
I am lookingfor this code in c#, but any language will do (I can convert).
Thanks in advance!
Hi there,
We're lookingfora way to embed an iframe and specific content into a fan page (not a profile). Apparently it's not directly allowed using the fb:iframe tag but I did find some hints here: http://www.facebook.com/PagesDesign#/profile.php?fbhref=iportfolio.html%3F%5Ffb%5Ffromhash%3D53f3ede8dd88aad33d3bc346401a683c&id=92993272816&app%5Fpage=1&v=app%5F96944267235
Lookingfora more direct way though.
Dave
I'm lookingfor an image hosting website that'll allow me to upload images onto their servers from my own website using an API. I like Imgur.com's API but I'm lookingfor alternatives.
I've recently finished watching the Autumn of Agile screencasts and I'm lookingfor more material of similar scope. Basically, I'm lookingfor screencasts that present TDD/BDD process while developing somewhat "real life" applications (or parts of them) - so no 20 minute intros please. I'm surprised not to find anything like that though. If you know of any resources that fit the requirement, please list them.
Looking for example code that uses semantic HTML that I can use to test stylesheets with. The version/doctype is unimportant though HTML5 would be great. By comprehensive I am lookingfor use of definition lists, forms, tables, plus all the usual.
Thanks
I'm lookingfora way to play flash videos in the background, without controls (yes legitimate reason), and a js api to start/stop the videos easily, like:
video1.stop();
or
$("div.all-videos").start();
Basically, I'm lookingfor http://www.happyworm.com/jquery/jplayer/ for video.
Soundmanager is basically what I need on the flash side, but it has no html5 support.
Is there a flash player that video player that does have html5 video support.
Thanks.
Guys,
I am lookingfora way to convert a base-10 number into a base-N number where N can be large. Specifically i am looking at converting to base-85 and back again. Does anyone know a simple algorithm to perform the conversion? Ideally it would provide something like:
to_radix(83992, 85) - [11, 53, 12]
Any ideas are appreciated!
Roja
I am lookingfor the best br2nl function. I would like to replace all instances of <br> and <br /> with newlines \n. Much like the nl2br function but the opposite.
I know there are several solutions in the PHP manual comments but I'm lookingfor feedback from the SO community on possible solutions.
I am lookingfora PHP library which does more or less the same thing as this webpage: http://textalyser.net/
I know that there are popular libraries in python and java, but I am lookingfora PHP version. Thanks for your help!
I'm lookingfor an alternative tool to CAT.NET for performing static security scans on .NET code. Currently the CAT.NET tooling/development is at a somewhat fragile stage and doesn't offer the reliability that I'm lookingfor.
Are there any alternative static code analyzers that you use for detecting security issues?
I am lookingfor python stubbing library. Something that could be used to create fake classes/methods in my unit tests.. Is there a simple way to achieve it in python..
Thanks
PS: I am not lookingfor mocking library where you would record and replay expectation.
Hi,
I am lookingfora database that allows to find the name of an urban district from the coordinates. I have tried to use Google Maps or Open Street Map to find that information, but they do not seem to be able to deliver this data.
I'm especially lookingfora database for Germany
Cheers,
Michael
I am lookingfora static analysis tool for Python, Ruby, Sql, Cobol, Perl, PL/SQL, SQL similar to find bugs and check style. I am lookingfor calculating the line count, identify bugs during the development, and enforcing coding standard.
I am lookingfor online webbased/CBT training/self study training videos for Java EE related technologies like Struts, JSF, JPA, Websphere, Spring and Hibernate.
I'm using learndevnow for Microsoft related technologies. It's really good, I am lookingfor similar thing for Java EE. Any suggestions please?
Given the following function:
def foo(a, b, c):
pass
How would one obtain a list/tuple/dict/etc of the arguments passed in, without having to build the structure myself?
Specifically, I'm lookingfor Python's version of JavaScript's arguments keyword or PHP's func_get_args() method.
What I'm not lookingfor is a solution using *args or **kwargs; I need to specify the argument names in the function definition (to ensure they're being passed in) but within the function I want to work with them in a list- or dict-style structure.
Funnily enough, I already found some pointers and a thread to an OSX client for Fogbugz. Here
I am lookingfora Windows client.
I know there are web browsers for Windows, but I am lookingfor fast editing; fast changing of attributes ("one click"); zapping through cases and edits in milliseconds; no waiting for HTTP round trips, just pure speed.
Are there any solutions for this?
I'm lookingfora good jQuery plugin that allows HTML5 video playback, with graceful fallback to Flash (and potentially further, to default system player, etc). I've googled, but nothing I've found has been quite what I'm lookingfor. Any suggestions?
I am lookingfora way to set/change default input device inside my application. I have several different recording devices and it is very anoying to go into the control panel and change default recording device. I was looking around and I did not find anything that could help me with the problem. Application is written in c# and it is targeted for Windows Vista / Windows 7.
I am lookingfora web service API that I can use to send MMS messages. Most web services like Twilio and TextMarks only support SMS. I am lookingfora similar service that supports MMS. Are there any out there?