language
stringclasses 1
value | query
stringlengths 16
203k
| source
stringclasses 20
values | metadata
stringlengths 14
99
| source_name
stringclasses 20
values | stratify_key
class label 74
classes |
---|---|---|---|---|---|
en | Should Carson be embraced? So LAFC fans keep making the same remark of Galaxy being in Carson to shame. How can the team embrace Stubhub being in Carson? | nreimers/reddit_question_best_answers | {
"index": 22694055
} | reddit_qa | 96reddit_qa_3
|
en | I recently started an article directory using wordpress, and theme by dimox and plugin and plugin by artilcesss dot com.
On homepage it shows number registered authors and and published posts.
It is using %2$s for registered authors and %1$s for number of published articles in main index template.
I have so many unpublished articles too, so my question is that is there any way to show the number of unpublished articles (only counts) on the homepage?
Update:
thanks for the answers, it is useful for users like me, I am not expert in this, here is the code.
```
<p><?php global $numposts, $users; printf(__('We have <strong>%2$s</strong> registered authors and <strong>%1$s</strong> published articles till the date.', 'article-directory'), $numposts, $users); ?></p>
```
And this will show the output:
We have 24 registered authors and 43 published articles till the date.
(24 and 43 numbers are current statistics) | ArmelR/stack-exchange-instruction | {
"qid": 37733
} | stackexchange | 108stackexchange_4
|
en | how long does it take to cook a whole frozen chicken in an instant pot? | sentence-transformers/gooaq | {
"index": 831536
} | gooaq | 47gooaq_2
|
en | how to transfer file from jpg to pdf? | sentence-transformers/gooaq | {
"index": 1339289
} | gooaq | 46gooaq_1
|
en | Another Sunday meetup! So, this past Sunday was a lot of fun and people have suggested we should do it again! So, again we shall!
Details:
When: ~4PM, Sunday 9/25
Where: Meet at the statue at La Republique, we'll go to my flat from there.
What: Bring either 1 bottle of wine or a pack of beer or crepe making ingredients
UPDATE (10AM, 9/25). TIME MOVED TO 4PM! I had an issue in Zurich this morning and had to take a later flight :(. | nreimers/reddit_question_best_answers | {
"index": 591096
} | reddit_qa | 97reddit_qa_4
|
en | what is the difference between a statement of fact and a statement of opinion brainly? | sentence-transformers/gooaq | {
"index": 46911
} | gooaq | 47gooaq_2
|
en | I'm looking at heart rate variability (HRV). Frequently, in the Fourier transform I see two peaks that are close together. How could I determine whether this is two peaks, or just one peak and noise? Please see figure below. The units of the x axis is hertz. Thanks.
ps. I take a forty minute HRV measurement. For the figure below, I used a window of 1000 points, about 17 minutes, in the middle of the measurement. I'm not doing anything else to the data.
Below is also 100 data points from the source data.
[![enter image description here](https://i.stack.imgur.com/PWUdN.png)](https://i.stack.imgur.com/PWUdN.png)
[![enter image description here](https://i.stack.imgur.com/I0r5x.png)](https://i.stack.imgur.com/I0r5x.png) | ArmelR/stack-exchange-instruction | {
"qid": 70350
} | stackexchange | 108stackexchange_4
|