Top "Categories" questions

Categories are groupings of information.

Count / sum-up weekly work time by calendar category (MS Outlook)

Is there a way to sum up the time of all meetings for each category (e.g. red) for a …

calendar outlook categories time-management
Rails: categories and sub-categories model rails

Without using any gems how do I do this in rails? Main Category  Sub Category  Sub Category  Sub Category Main …

ruby-on-rails model ruby-on-rails-3.2 categories
Categories in Objective-C aren't working

I'm developing an iOS application that needs to deploy to iOS 3.1.3. I need to extend some of the functionality of …

objective-c ios categories
WordPress get category ID from URL

I have hard time trying to find the solution, does somebody know how to get this: I have one WordPress …

wordpress categories posts
Initialising a static variable in Objective-C category

I was trying to create a static variable to store a dictionary of images. Unfortunately, the best way I could …

objective-c initialization categories static-variables
Get the id of a WooCommerce product category by its slug

I have a wp template that I would like to assign to some pages. The template would ie. display all …

php wordpress woocommerce categories custom-taxonomy
Displaying entries per category in ExpressionEngine

So, I've searched, and found a few posts that kinda get me what I want, but it still doesn't quite …

categories expressionengine
Info about Action MAIN and Category Launcher in Android Manifest

In the Android manifest file, what do you mean by the category Launcher and action MAIN category android:name="android.…

android action categories launcher
Using Super in an Objective C Category?

I'd like to override a method in an Objective C class that I don't have the source to. I've looked …

objective-c categories super
Pandas: assign category based on where value falls in range

I have the following ranges and a pandas DataFrame: x >= 0 # success -10 <= x < 0 # warning X < -10 # …

python pandas categories