Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
212 views

Integrating TeX into a Java desktop application

Looking to integrate TeX equations in a TeX-agnostic fashion, suitable for either ConTeXt or LaTeX, into a Java-based desktop Markdown editor. The possibilities are numerous, but I'm not sure what ...
Dave Jarvis's user avatar
3 votes
1 answer
1k views

What method for storing a text file in memory (c not c++) would allow me to open any format(UTF-8, Binary, etc) and a file of any size?

My first thought here is to use a dynamic array, but I am looking for something better. Currently I have the text files open into "chunks". Every word or group of spaces makes up a "chunk". Then I ...
Joe's user avatar
  • 379
1 vote
2 answers
586 views

Inserting copyright notice [closed]

What is the easiest way to insert copyright notice in lots of PHP files. It's not possible to do it manually.
Sourav's user avatar
  • 323