Can't find a licence definition for susy - susy-compass

I want to use susy for a project for a big company. They want to know under which licence susy is. Can you provide me with some information? I was not able to find an answer to that question, neither by checking the github repo nor by looking at the webpage.

Related

How to do this feature? (What's the name of this feature?)

When I built x265 today, I found a fancy feature as the following picture.
Here comes the question, what can the feature be named? And how can we realize this feature?
ps. Forgive me for the helpless title and tags. It's a great favor if someone can help me to tag this question correctly.
This "feature" is ccmake program.
Aside from normal cmake functionality it provides possibility to edit CMake Cache with curses interface.

Android Studio Plugin - Show Image In Editor

I'd like to be able to display an image below a class-level javadoc in Android Studio. My assumption is that I should write a plugin to make this happen.
Does anyone know what I need to do to get an image (JPEG or PNG) to display below a class-level javadoc comment in a Java class file?
I looked into basic information about creating an IntelliJ IDEA plugin but I have no idea where to look to accomplish my task.
This is not possible in the current version of IntelliJ IDEA. The editor can display only text, and does not support embedding of non-text things such as an image file.
You can display images on hover, or in popups, or in dialogs, but not within the editor itself.
Do you want the image to show in the class' source code itself? As an aside, images in Javadocs will show when you view the formatted javadoc view the Quick documentation action (Windows/Linux: Ctrl+Q or Mac: ^J)
If you still want the image to show in the source code, then yes, you will need to write a plug-in. You can look at the Information for Plugin Developers
Setting Up the Plugin Development Environment section of this web page - https://www.jetbrains.com/idea/plugins - to get started. You'll have to dig through source code to try and find some ideas for how to display an image in the source code. As much as I love IntelliJ IDEA, there plug-in documentation is a bit weak. When I wrote a plug-in, I had to do a lot of looking through the IDEA code to find code that was doing things similar to what I wanted to do. I also downloaded the source code for some of the better plug-ins out there and looked through them.
Finally, you can ask for some guidance in the IntelliJ IDEA Open API and Plugin Development forum. That forum is monitored by JetBrains developers. Your best bet to getting answers in that forum is to ask very specific questions. Do not try and get someone to explain from start to finish what you need to do. As you do each step, ask questions about what you are trying to do.

How to configure Search Module in Joomla to search in specified category?

Hey,
I'm newbie to Joomla
I would like to edit search module for searching in one category. How could i do that?
Thanks
I really doubt that you can do that with com_search.
The basic search is old and outdated, probably it will be soon dropped.
Check Smart Search (com_finder). It has lots of cool features and it may work very well for you.

Getting started with Xcode 4.2

I have recently got a Mac and I have downloaded Xcode 4.2 from the store. I am trying to get to grips with iPhone development but I am having real troubles. All the tutorials I seem to find online, when they create a project, they had a resources folder, and inside that there is xib file which allows them to use an interface builder.
This does not appear on 4.2, so makes it kinda hard to follow majority of tutorials have the resources folder. How do I get this back? Or how do I access this file on 4.2?
Also, I could someone explain to me where the objects list is? I started following this tutorial
http://maybelost.com/2011/10/tutorial-storyboard-in-xcode-4-2-with-navigation-controller-and-tabbar-controller-part1/
as it seemed to be using Xcode 4.2, but when I get down to the storyboard section, it says
"Of course, we really want another tab on there so we can see the switching between the two – so lets drag in another Navigation Controller from the Utilities (objects) list and plonk it down somewhere. "
Except I cannot find this objects list? How do I open this objects list? What am I missing?
Sorry if these questions seem very basic, I am new to both Macs and iPhones. Android development seems a HELL of a lot easier from what I can see so far.
Thanks in advance for any help.
Also would be grateful if anyone could point in direction of any good up to date tutorials
I have a post on http://www.armandvanderwalt.co.za it will give you a nice understanding of how most stuff fits together, I don't use Interface Builder at all since it only makes the app bigger. Have a look at my blog post, still need to do styling, and add more posts but it is a nice beginner guide.
Most posts you are finding still use XCode 3 that's why you can't find certain things.
Also have a look at http://www.raywenderlich.com
What they are referring to as the object list, in XCode 4 it is found in the bottom right corner of Interface Builder. In XCode 4 Interface Builder is part of XCode and no longer an external application. Therefore when ever you open a XIB file Interface Builder also automatically opens

What's the best way to use TinyMCE in an express project?

I'm working on an express project that might need TinyMCE, what's the best way to use TinyMCE in an express project? Do I just follow the installation instructions, is there a special module or set of instructions I should follow? I've searched google, the tinymce forums, and here using the following search terms, nodejs,express,tinymce. Could someone please point me in the right direction? Thank you for your consideration.
Here are a few links which should help you get started -- I found them very useful.
http://www.tinymce.com/wiki.php/%22For_Dummies%22 -- perfect simple explanations here
http://www.zenphoto.org/news/how-to-create-custom-tinymce-configurations
http://www.tinymce.com/wiki.php/Installation
In general, I've found that if you want something complex like Microsoft Word-style, then just follow the default install instructions. Or, if you want to make it simpler, everything you need, you should be able to change in the tinyMCE.init() function -- that's where you can change what buttons are there, etc.

Resources