Good "One page documents" to take away everywhere [closed] - language-agnostic

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm a beginner when it comes to programming, and I have the nasty habit of googling anything I want to do, or don't understand. When I have to work offline it's of course really hard for me.
I'm trying to make a handbook out of any good cheat-sheet and refcards I've found.
So far I have a Vi cheat sheet, some docs from Addedbytes and a few about standard OS commands.
The question is:
What documents are absolutely essential to avoid being useless while offline. (The more synthetic, the better)

Unless you want to lug around a whole binder of cheat-sheets (which then poses other problmes such as searching for the info), i'd recommend a usb key with the cheat-sheets regarding
the OS you're working on
the language you'll be working with
the technologies you'll be building upon
If you really insist on being exhaustive, a site like http://www.cheat-sheets.org/ may help you go on a cheat-sheet splurge, and you may want to have a look at other answers on stackoverflow

Related

CSS framework for creating complex math expressions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to be able to show complex math expressions like this...
...without having to use images or javascript.
It seems like that there are HTML characters for most of the actual glyphs, so the challenge is to scale and stack them into the correct configuration. This seems doable, but not practical for a large number of expressions. My instinct is to put together a series of classes that combine to result in a "math CSS framework".
Before I open this pandora's box, I wonder if this is a problem that has already been solved. Google doesn't seem to think so, but maybe you know otherwise.
NOTE: I love snazzy HTML5 and jazzy CSS3 tricks as mucha as the next guy, but I need IE8+ :-(
Have a look at MathJax.
http://www.cs.tut.fi/~jkorpela/math/
Also this might help
http://www.myphysicslab.com/web_math.html.

Best frameworks to make slides in HTML5 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to do a presentation using HTML5. If some of you already use a good HTML5 framework to make slides please can you give me the links.
I like this one :
http://slides.html5rocks.com
But I want to have more information before choosing one.
reveal.js
deck.js
html5slides
I personally prefer reveal.js. Simple enough to easily create slides, but still powerful enough to do everything I want it to do.
Well I have used and been impressed by impress.js:
http://bartaz.github.io/impress.js
Its output is very similar to Prezi.
Bunkr is super convenient and fun to use, and nice enough.
But I haven't found a slide show framework that can handle math.
Hopefully they'll add this feature soon!
Update: reveal.js can use MathJax to handle math, as described here.

Good tool/software package for simple web design [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am a server-side java developer without experience (nor much interest to be honest) in web design (basics on html and css only). However, I need to build a website as part of my work.
Ideally, I would like a tool with similar functionalities as http://www.jimdo.com, but with the possibility of geting the generated html files and deploy them anywhere.
I have tried Kompozer and Dreamweaver but I would like something simpler.
Any ideas ?
You could try BlueGriffon ( http://bluegriffon.org/ ) which is open source and works ok.
But in my opinion it's not going to be simpler than just using the basic skills you have and putting together a plain layout based on html tables.

Term Extraction and Sentiment Analysis Open Source Project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to extract important terms from a text and create a domain specific term set. Then I want to learn how these words are used in text, positively or negatively.
Do you know any open source project which will help me to accomplish this tasks?
Edit:
Example Text:
"Although car is not comfortable, I like the design of it."
From this text, I want to extract something like these:
design: positive
comfort(able): negative
For parsing the text and getting the parts of speech you want, there are lots of toolkits
http://incubator.apache.org/opennlp/
http://www.nltk.org/
etc.
Check out http://en.wikipedia.org/wiki/Sentiment_analysis for ideas about finding how words are used positively or negatively, if what you mean by that is connotation. I don't know of any solid platforms for doing this, but maybe you can tell us more about your problem for some ideas.
In absence of a toolkit that'll do this for you, you might find that getting NPs and the ADJs linked to them would be sufficient. You'd also need negation detection. I've used this ohnlp.sourceforge.net (build on Apache UIMA) and it comes with a negation detection algorithm that is moderately decent.

Want guidance in development of a website?? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to develop my own personal website.
Which one should I use, ASP or php?
I want the best performance in terms of page loading, rendering of web page, etc.
As I'm new to web development would you please guide me?
Any tutorial or book to follow?
There are many other things that you should consider before choosing the technology:
Is your goal just to have a personal website, or actually develop it yourself ?
Do you have any experience with other programming languages ?
What kind of personal website is this?
You should know that, basically, you can do everything you want with both languages, but do you really need them?
About hosting, it's harder to find an ASP host especially if you're not willing to pay for your hosting.