Tagged Questions
The recent tag has no wiki summary.
8
votes
2answers
382 views
Find most recent & closest posts, limit 20
Let's say I have a bunch of posts (for a feed, like a Twitter/Facebook/foursquare feed) in MongoDB, and each post has a location & a timestamp.
What's the best way to get the most recent & ...
2
votes
1answer
81 views
How to start RecentApplicationsDialog?
When I press on the home button and hold then the RecentApplicationsDialog is shown. How to do this in code ?
2
votes
3answers
155 views
MySQL Query - recent entries per group
I'm trying to select the most recent entries per group in a table.
Say I have a table "blog_posts" which has a column for "id" (all unique, auto incremented), "post_cat" which can be values ...
2
votes
3answers
94 views
.NET collection type for storing recent list
Is there a specific collection type in .NET which allows storing a limited number objects and removing the oldest element automatically? What's the easiest way to implement such "Recent Files" ...
1
vote
1answer
40 views
Retrieve recently messaged (SMS) contacts
I'm making an SMS application, i need a list of 10 recently used contacts. I can maintain a database to swell at max to 10 recent contacts. That's one way around the issue but sounds a bit creepy to ...
1
vote
1answer
174 views
Paginate by most recent post with kaminari
I'm using the rails gem kaminari (https://github.com/amatsuda/kaminari) in order to paginate my posts database. Currently i have the code @posts = Post.order('id').page(params[:page]).per(5) in my ...
1
vote
1answer
273 views
Email Automatically the recent changes for particular build in Hudson
Is there any way to send an email in Hudson which has the list of recent changes in that build.
For example
Trigger a build and if you go recent changes there we have some recent changes once it is ...
0
votes
3answers
64 views
Wordpress: Output recent posts in tables, 2 posts wrapped in tr tag?
I'm designing a custom wordpress theme where I'd like to display the recent posts on the home page horizontally in tables, two posts per row. It would look like this:
...
0
votes
0answers
24 views
facebook recent friends videos uploaded?
There's any apps or method to see my friends recent videos(that they had uploaded)? So I would like to see friends last videos?
0
votes
0answers
30 views
WebLogic wlst list pending tasks
I am using WebLogic 10.3 and would like to know the wlst equivalent of the following sequence which can be performed from the admin console
(Login to Admin Console) -> Home -> Recent Task Status -> ...
0
votes
0answers
40 views
Honeycomb recent app hotkey
I saw the bt keyboard by sony with back, home and recent app buttons.
I would try to remap my keyboard, but I don't find anywhere this hotkey.
Any solutions?
Cheers
0
votes
0answers
85 views
Recently Viewed Script
I've been looking for a script that allows me to create a div which shows the user's most recent activity on the site. I have found a script which uses jquery history and cookie and works well for my ...
0
votes
0answers
266 views
XCode: How would I show the phone call history in an app on an iPhone? [closed]
Possible Duplicate:
Reading call history in iPhone OS
I would like to show the recent calls made by the user from their iPhone through a button.
Could somebody guide me how to do this?
...
0
votes
0answers
93 views
When activity is called by intent with action android.intent.action.SEND app is removed from recent list
In my project I have separate activity which should be called to share selected text via my app. To do this I added intent filter with action android.intent.action.SEND. But system behaves different ...
0
votes
0answers
40 views
How to detect or intercept app launch like GO SMS
There is a nice security setting in GO SMS where you can it intercept application launch, on a system wide scale, and push a password or pattern lock verifier. Is there a way to do this beside doing a ...
0
votes
3answers
156 views
How to make a list of recent/running apps
When holding the home button on your phone a pop up comes up showing recent applications. Does anyone know how to do this same action through code? I need to be able to choose one in a listview. ...
0
votes
1answer
60 views
script to pick the most recent file created in a folder in a distributed system?
script to pick the most recent file created in a folder?
The scenario is as beloow:
I have to pick the 2 files which are created recently and i have to copy it to another folder. What script can be ...
0
votes
0answers
203 views
Get Most Recent count with Graph API of Facebook
Can any one has solution for getting count of facebook Most Recent with use of Facebook Graph API.
Thanks in advance
0
votes
1answer
174 views
firefox recent tags (bookmarks), how to make size of list bigger?
Not a programming question, However as the title suggest, I find using tags in Firefox helpful for bookmarks, yet I would like to increase the items shown under the menu bookmarks-recent tags list.
...
0
votes
1answer
140 views
MySQL query for “Recent Activity”
I'm creating a site where users can create photo albums, create events, upload videos etc. What I want to do is make a list of a givens users recent activity. Here's a small outline of my tables:
...
0
votes
1answer
232 views
Use Call Activity without logging in recent calls
I have an application that uses call activity to call people. However, when the call is made, the number will be logged to recent call list, and I don't want this to happen.
What would be the best ...
0
votes
1answer
45 views
How to define the number of “Recent Posts” displayed in the sidebar (Wordpress)?
I would like to limited the recent posts to 3 or 5. Where can I define the number of displayed recent posts?
-1
votes
1answer
48 views
How to create a “Last 25 Threads you've participated in” page with MySQL
I am creating a "Previous 25 Threads You've Participated In" page on my web site for my forum, but I can't quite figure out the SQL to do it. It needs to go into the "replies" table, find the most ...