Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
string
output
string
score
int64
How do you respond when someone gives you unsolicited advice?
When someone gives you unsolicited advice, it can be tricky to know how to respond, no matter how well-intentioned it is. You don't want to hurt their feelings, but you also may not want to leave room for further advice. Sometimes, all you can do is politely acknowledge the advice and move forward. In other cases, howe...
4
How to enable/disable elements using jQuery?
Always use the ```prop()``` method to enable or disable elements when using jQuery (see below for why). In your case, it would be: ```$("#edit").click(function(event){ event.preventDefault(); $('.inputDisabled').prop("disabled", false); // Element(s) are now enabled. }); ``` jsFiddle example h...
4
I have the following code in a bash script:
You are using ```|``` (pipe) to direct the output of a command into another command. What you are looking for is ```&&``` operator to execute the next command only if the previous one succeeded: ```cp /templates/apple /templates/used && cp /templates/apple /templates/inuse && rm /templates/apple ``` Or ```cp /template...
4
Why does the bootloader unlock procedure on Android wipe the user data?
It's a security concern. The Android documentation doesn't provide a lot of elaboration, stating simply: The procedure must be confirmed on-screen, and deletes the user data for privacy reasons. However, the privacy concern is relatively straightforward to extrapolate. Once the bootloader is unlocked, the device ca...
4
Can I survive outside in -20 degree C for a night?
Yes, it is definitely doable. -20°C is only -4°F. The real question is whether it is doable by you at the level of discomfort and hassle you are willing to put up with. Only you can answer that. At best we can point out what the hassles and discomforts will be. First, your fear of dying of cold in your sleep i...
4
I have a table view controller with a custom cell. The table view controller has a segmented control that the user can use to select one of three sections. When the user selects a section, the table view controller should scroll to the first row of the selected section. The table view controller also has a button that ...
Possible Actions: 1 ```func scrollToFirstRow() { let indexPath = NSIndexPath(forRow: 0, inSection: 0) self.tableView.scrollToRowAtIndexPath(indexPath, atScrollPosition: .Top, animated: true) } ``` 2 ```func scrollToLastRow() { let indexPath = NSIndexPath(forRow: objects.count - 1, inSection: 0) se...
4
How should I address a queen in a letter?
Queens are typically addressed as "Your Majesty," but in modern times there is rarely any enforcement or punishment for getting it wrong. Queen Elizabeth II, the most famous living monarch, has been winked at by a U.S. president, among many other gaffes she's witnessed over the years. The royal family lives on, and the...
4
Can you explain in a few words why people root their android systems?
In few words, rooting an Android system means overcome the limitations that were imposed over it by the manufacturer. People may want that for different reasons, but the main one is freedom. Having a rooted phone means you've got all the control over your device. The main reason people root phones is to install a cust...
4
Write me a guide on how to help my female cat give birth and care for newborn kittens.
## Help your female cat give birth and care for newborns (0 to 4 weeks) 1. Provide a quiet place for the birth. Your female cat will chose a place where she feels safe to give birth. By all means, provide a large cardboard box, turn it on its side and line it with warm, dry bedding–but don't be disappointed if she has...
4
Hello! I'm a language model and I'm here to help you with your writing. I'm going to act as a character who has written a letter to a loved one before they pass away. Please provide me with the name of the loved one, and the tone of the letter.
My dear [Name], As I write this letter, I am filled with a mix of emotions - sadness, regret, and gratitude. Sadness that I will soon be leaving this world and will no longer be able to share in the joys and challenges of life with you. Regret that there are things I wish I had said and done differently, and that ther...
4
What is the difference between list.sort() and sorted() in python?
Python provides two ways to sort a list, the built-in list method `list.sort()` and the built-in function `sorted()`. The primary difference between the two is that list.sort() will sort the list in-place, mutating its indexes and returning None, whereas sorted() will return a new sorted list leaving the original list...
5
I have a bug in my software that I can't fix, I'm not sure what to do. I don't want to release with bugs, but I also don't want to spend too much time on it. I'm worried that if I don't fix it, people will get angry and stop using my software. What should I do?
If this is a medical application you are talking about it is serious stuff. What if the bugs affected real users? Developers would be much less happy if they put in life threat someone or if management has to retire a product or make public excuses. Nowadays it is pretty standard for software having minor bugs, but a m...
4
Are people arrested and tried for crimes committed if they say so in a youtube video?
Unless the Youtube Video shows them committing a crime, then no, they couldn't be arrested and tried for a crime. Them saying it, not under oath, is just hearsay that has no evidentiary value unless there is already other evidence they have committed a crime. In that case, its an admission. But there must be other, ei...
4
What's the difference between --save and --save-dev?
The difference between ```--save``` and ```--save-dev``` may not be immediately noticeable if you have tried them both on your own projects. So here are a few examples... Let's say you were building an app that used the moment package to parse and display dates. Your app is a scheduler so it really needs this package t...
4
I'm trying to learn about Promises in JavaScript, and I have this code that I'm working on:
The problem here is that you are trying to ```await``` an array of promises rather than a Promise. This doesn't do what you expect. When the object passed to ```await``` is not a Promise, ```await``` simply returns the value as-is immediately instead of trying to resolve it. So since you passed ```await``` an array (of...
4
Why does the C programming language allow for declaration syntax to match the syntax of expression syntax?
Dennis Ritchie’s paper on The Development of the C Language gives some idea of the reasoning behind this: namely, the fundamental rule in C that declaration syntax should match expression syntax" For each object of such a composed type, there was already a way to mention the underlying object: index the array, call th...
4
I'm planning a 4 day trip to Japan in the spring. I want to visit Tokyo. What are some suggested activities or destinations for each day?
Tokyo is the perfect synonym for "modern Japan" and the first stop for many people when they travel to Japan. Here are suggested activities or destinations included in the Tokyo 4-day itinerary in spring: Day 1 * Sightseeing guideline: Imperial Residence (2 hours) → Ginza (2 hours) → Tokyo Tower (2 hours) → Roppongi...
4
How do I make a default value in XML Schema?
New, expanded answer to an old, commonly asked question... Default Values * Occurrence constraints ```minOccurs``` and ```maxOccurs``` default to ```1```. Common Cases Explained ``` ``` means ```A``` is required and must appear exactly once. ``` ``` means ```A``` is optional and may appear at most once. ``` ``` m...
4
I lost a screw. What should I do?
This is why you should always have spare screws on hand. Fortunately, there is a way: ## Light Method Most screws are silver. Shine a flashlight into the carpet and look for little silvery glints. This may take some time, but you'll probably find it. If your carpet is unnaturally thick... ## Magnet Method Take a powe...
4
I am a girl and I want to get a long coat. Can you give me some advice on how to choose the right coat and how to style it?
A long coat is a nice item to have in any closet, especially for people living in colder climates. There is a variety of styles of long coats as well as ways you can wear them. Make your long coat work for you by finding a style that fits you, dressing it down for casual daily wear, or adding it on top of a dressy outf...
5
I'm having a bit of a problem with my sister-in-law, and I'm not sure what to do.
## Tone down the drama queen 1. Realize that you may be dealing with a drama queen. The dynamics of a sister-in-law (S-I-L) are complex at the best of times but no more so if she has spent much of her life causing her immediate family to run to her beck and call. The drama queen thrives off drama and having everyone p...
4
Are there any genes that get turned on when you play a musical instrument?
Based on a 2015 article from Nature Scientific Reports, many genes are "turned on" when performing a complex musical piece. These genes are related to muscle control, neural flexibility and growth, and even to the pleasure center in the brain. Interestingly, variants of about a third of these genes were also previously...
4
I want a crontab to run every 2 days, but only on odd days. The syntax I tried is:
The syntax you tried is actually ambiguous. Depending on how many days are in the month, some months it will run on odd days and some on even. This is because the way it is calculated takes the total number of possibilities and divides them up. You can override this strage-ish behavior by manually specifying the day ra...
4
Which is a better car: Honda Civic or Toyota Prius?
The Honda Civic and the Toyota Prius are two of the most trusted compact sedans available today. While they are both considered excellent vehicles, there are some nuances that may be worth pointing out: * Engine: The Prius has a hybrid engine, meaning it uses both gas and battery power to achieve higher fuel efficienc...
4
How do you flirt with a girl you like?
Flirting builds attraction and tension, but it has to be done in the right way. Done in the wrong way, the girl you like might scurry off and never look back. Like all flirting, body language attraction is a fun process, but don’t rush it. Slowly position yourself so that you can flirt with your crush with confidence, ...
4
Can you explain anycast to me?
Anycast is networking technique where the same IP prefix is advertised from multiple locations. The network then decides which location to route a user request to, based on routing protocol costs and possibly the 'health' of the advertising servers. There are several benefits to anycast. First, in steady state, users ...
4
Is 1011 a prime number?
A prime number is divisible only by 1 and itself, which means it has no other divisor except 1 and the number itself. Hence, 1011 is not a prime number. The number 1011 is divisible by 1, 3, 337, 1011.
4
Could you write me a short story? It's about a woman named Claire who is a journalist and she gets murdered.
She never imagined that she would die this way. Half naked and drowning in the bottom of a motel pool, Claire felt her life fade away as water filled her lungs. Claire lived her life without apology. She spoke her mind even if it stirred the pot. It was precisely this trait that often got her in hot water as a journali...
4
How do I make my dog as comfortable as possible in the end stages of life?
Although it is a natural part of life, it is never easy saying goodbye to your beloved canine companion. During this stage of life, you will want to make your dog as comfortable as possible. The comfort you provide throughout this potentially frightening situation will make the transition easier for your dog and bring ...
4
25/2 milligram
Here is the solution: 25/2 of a milligram is 12.5 milligram. Since 1 milligram = 1,000 micrograms, 25/2 of a milligram = 12.5 * 1,000 = 12,500 micrograms.
4
I am trying to set up a project with separate frontend and backend using TypeScript. I am using Visual Studio Code as the IDE and would like to know how to structure my project directory so that I can easily import code from the backend in the frontend and vice versa. Could you please provide me with the directory stru...
These days it is much easier as vscode has better support for this. You can use this directory structure so all the code is independent: ```├── frontend/ │ ├── src/ │ │ ├── │ ├── package.json │ ├── tsconfig.json ├── shared/ │ ├── package.json ├── backend/ │ ├── src/ │ │ ├── │ ├── package.json │ ...
4
How can I remove a mounted volume?
You can remove a mounted volume, also known as dismounting a volume when you no longer want separate drives, or partitions on your computer for extra storage purposes. You can dismount a volume on Windows computers using the Control Panel, and on Mac OS X using the Terminal application. ## Dismount a volume in windows...
4
You are a history teacher in a high school in a rural area of California. You have been a teacher for 10 years and have been proud of your ability to know all the facts of yesterday. However, the last few years, you have begun to question things.
I am a history teacher at a high school in a rural area of California. I am proud to say I know all the facts of yesterday. However, the last few years I have begun to question things - mostly due to my governments inept ability to be transparent. One fateful Monday afternoon I was in class and we were talking about t...
4
Why does SQL Server only allow dates from 1753 onwards?
The decision to use 1st January 1753 (```1753-01-01```) as the minimum date value for a datetime in SQL Server goes back to its Sybase origins. The significance of the date itself though can be attributed to this man. Philip Stanhope, 4th Earl of Chesterfield. Who steered the Calendar (New Style) Act 1750 through the ...
4
Write a short story about a town being destroyed by a volcano
It was the day of Judgement, and the little town was found wanting. Lava inexorably flowed down the volcano's rocky slope, a maelstrom of red and orange that could not be stopped. Everyone stared in wonder, and they knew in their hearts it was only a matter of time before the little town was completely engulfed. The fi...
4
If I have 1000 culture, how many cities should I found to maximize the next social policy?
The question you're really asking is "When does the combined culture / turn of an additional city outstrip the increase in social policy cost incurred by founding that city?" The short answer is... We know that adding another city increases the culture costs by approximately 30% of the base cost (that of 1 ci...
4
Why should I avoid the use of "SELECT *" in my SQL queries?
The asterisk character, "*", in the SELECT statement is shorthand for all the columns in the table(s) involved in the query. Performance The ```*``` shorthand can be slower because: * Not all the fields are indexed, forcing a full table scan - less efficient * What you save to send ```SELECT *``` over the wire risks ...
4
How to hold your breath for a long period of time?
The ability to hold your breath for a long period of time is a much sought-after skill. Maybe you want to last longer underwater while diving or surfing, or maybe you're just looking for an impressive party trick. Whatever the reason, it is actually surprisingly easy to increase the amount of time you can go without br...
4
How do I use ANSI escape color codes to change the text color in the windows console?
ANSI escape color codes are: 0=black 1=blue 2=green and so on to 15=white; colorattribute = foreground + background * 16. To get red text on yellow use 4 + 14*16 = 228, light red on yellow would be 12 + 14*16 = 236. Here is an example for coloring text in the Windows console: ``` HANDLE hConsole = GetStdHandle(STD_...
4
Hello, I have a problem. I need you to write a letter to my parents. I have been called by my boss to go to a business negotiation for a few months. I do love you both, but with the pay I am getting from this, I will be able to financially carry us all! I am supposed to be back between the 16th of December and the 5th ...
Hey [Family Name], I have been called by my boss to go to a business negotiation for a few months. I do love you both, but with the pay I am getting from this, I will be able to financially carry us all! I am supposed to be back between the 16th of December and the 5th of August. I know I will miss Christmas, but I ho...
4
Explain to me what is the purpose of the InputStream and OutputStream classes in Java?
InputStream is used for reading, OutputStream for writing. They are connected as decorators to one another such that you can read/write all different types of data from all different types of sources. For example, you can write primitive data to a file: ```File file = new File("C:/text.bin"); file.createNewFile(); Data...
4
What is the exact frequency of every pitch class?
When we talk about the exact frequencies of each pitch class, we have to know the temperament, and a reference pitch. For example, 12-tone equal temperament (12TET) with A4=440Hz is a standard in modern music. From those two parameters, we can extrapolate the exact frequency of every possible note. 12TET is nearly ubi...
4
How can I avoid SQL injection attacks when using MySQL?
The correct way to avoid SQL injection attacks, no matter which database you use, is to separate the data from SQL, so that data stays data and will never be interpreted as commands by the SQL parser. It is possible to create an SQL statement with correctly formatted data parts, but if you don't fully understand the de...
4
I'm a western person living in Asia, and I’m starting to feel self-conscious about eating rice with my hands at the office canteen. I like to eat with my hands because it feels more natural to me, but I don’t want to be perceived as rude or disgusting. Is there a way to explain my eating style to my colleagues without ...
First and foremost, you can eat the way you want. When it comes to western culture, the only thing that is generally disliked are noises, eating with the mouth wide open (included speaking with full mouth), and (excessively) dirtying the table. Eating rice with hands will be seen (mostly) as strange, not disgusting. S...
4
You're a smart guy race. You're like homo sapiens, but you're smart. You're at the stone age, but you're at the same level as homo sapiens were 10,000-15,000 years ago. But something catastrophic happens and your species never evolves any further. No more brain development, no more social development, no more communica...
Devolution doesn't really ever occur, organisms simply adapt to best suit their environment over time. A good example is cave dwelling Troglodyte type species that have lost the ability to see. They haven't actually devolved to not have eyes, they simply did not need them and evolved to save valuable energy and nutrien...
4
Betty has 60 cookies and 10 brownies. She eats 3 cookies per day and 1 brownie per day. How many cookies and brownies does she have left?
Here is the solution step by step: First we find how many cookies Betty will eat in a week by multiplying her daily amount by 7, meaning 7*3= 21 cookies eaten in a week. We repeat this for the brownies, finding she eats 7*1= 7 brownies in a week. We subtract the 21 cookies from the original amount of 60, finding 60-21...
4
Can I use git filter-branch to turn a csv file into a usable format for my boss?
Please note that ```git``` has two configuration commands: ```git config filter..clean git config filter..smudge ``` The ```clean``` filter can be used e.g. to sort all records in a CSV file except the top row, thus making re-ordering irrelevant. Quoting ```gitattributes(5)``` : A filter driver consists of a clean com...
4
I've been working too much and suffering from anxiety disorder. I'm afraid I'm going to have a heart attack. What should I do?
Working too much is a serious problem. Often, people who work too much also suffer from OCD or related anxiety disorders. If you work too much and suffer from an anxiety disorder, there are several things you can do to lead a more balanced life. You can start by seeing your doctor and going to therapy. Lifestyle change...
4
I was playing Texas Hold'em in a casino in the US and I noticed that when a hand was shown, all the players would immediately start talking about the hand and trying to figure out what the other player had. I asked the dealer if this was allowed, and he said that it was. Is this true? Can players talk about hands after...
Casinos in the US generally have the "cards speak" rule. That is, when a hand is properly tabled--exposed to everyone at showdown--it is the responsibility of all players, the dealer, floormen, and anyone else present to see that the pot is awarded to the best hand shown, regardless of what the players might say. Some...
4
How do I take a screenshot on a Macbook?
Mac OS has a built-in snipping tool similar to the one in Windows: * ⌘+⇧+3 captures the whole screen * ⌘+⇧+4 captures a custom rectangle (click and drag over the screen region you want to capture) * ⌘+⇧+4 then space captures a specific window (move the mouse cursor over the desired window, then cli...
4
I want to parse a string to a python datetime object. What is the best way to do this?
The Python ```dateutil``` library is designed for this (and more). It will automatically convert this to a ```datetime``` object for you and raise a ```ValueError``` if it can't. As an example: ```>>> from dateutil.parser import parse >>> parse("2003-09-25") datetime.datetime(2003, 9, 25, 0, 0) ``` This raises a ```Val...
5
Hello, can you help me with my daily tasks?
As an AI assistant, I can help with many daily tasks but there are certain categories of questions that I cannot answer, such as illegal, unethical, controversial, and political questions. I cannot help with requests related to personally identifiable information (PII). I cannot endorse or encourage biases regarding ge...
4
I've been told to respect something, but I think it should be "respecting" something, but I'm not sure why. Can you explain to me the difference between the two terms?
The confusing term seems to be "respecting". This is a somewhat different meaning of "respect", that is still in common use: respecting (prep): * in view of : considering * with respect to : concerning The first amendment states that Congress shall pass no law related to (or with regard to) the establis...
4
1. The train arrives at Frankfurt on time.
The train arrives at Frankfurt on time. Kerstin goes straight home but, climbing the stairs, she notices some strange things: coloured balloons, red cards in the shape of a heart, red roses.
4
I'm trying to make an invoice using Microsoft excel on windows, how can I do that?
## Use a template on windows 1. Open Microsoft Excel. It's a green icon with a white "X" on it. The Microsoft Excel home page will open. 2. Search for an invoice template. Type invoice into the search bar at the top of the page, then press ↵ Enter to search for invoice templates. You must be connected to the Internet ...
4
Write me a fictional backstory for the character Hyperion, who is a character in a fictional RPG I am creating. The character is a Titan Lord who has a special ring that can detect if he is in danger. The backstory should involve his relationship with his consort Theia and his fall during the war between the Titans and...
Long before the days of the War of the Gods, Titans reigned over the face of the Earth. As with any rulers, there were some who ruled fairly and others who did not. Among the more benevolent leaders was Hyperion, the Lord of Light. He was called upon for wisdom and discernment; mortals valued his insight and praised h...
4
Hello, I'm an AI assistant that can help you write short stories. I will start by writing the first sentence of a short story, and then you can continue the story in the same style. Your turn.
Our hero ate with relish a caesar salad while seated in a rooftop garden overlooking the city. He never ate any salad other than caesar. Sticking one's fork in a tyrant daily is an important civic duty. About mid-day now. The festival games swept noise through the city. Best be on with it soon. The others should be nea...
4
I have no programming experience, should I start with Arduino or C/C++?
If you have previous programming experience and you are aware of concepts as OOP, it is better to go for C/C++. The arduino language is really great for beginners, but have some limitations (e.g. you must have all your files in the same folder). And it is basically a simplification of C/C++ (you can practically copy&pa...
4
What's the highest speed an aircraft can achieve?
The higher you get, the lower the density of the air becomes. This lower density results in a lower lift being generated for the same airspeed and angle of attack. Effectively, the higher you fly the higher your minimum speed becomes. So while climbing, your speed needs to increase to compensate for the lower air densi...
4
I want to throw a party for my friend's birthday, what would make it more interesting?
Many people love the TV show "What Not to Wear", so it would obviously make a great party idea for them! Here's a guide on how to make your What Not to Wear party one to remember! ## Step 1. You can do this party one of two ways: Make it just like the show, and invite one of your friends/family members that makes fas...
4
Write a Python script that takes a Unix timestamp as input and prints the local time in the format "YYYY-MM-DD HH:MM:SS.SSS (UTC+HH:MM)"
There are two parts here: * Convert the unix timestamp ("seconds since epoch") to the local time * Display the local time in the desired format. A portable way to get the local time that works even if the local time zone had a different utc offset in the past and python has no access to the tz database is to use a ``...
4
How to update state in React?
There are multiple ways of doing this, since state update is a async operation, so to update the state object, we need to use updater function with ```setState```. 1- Simplest one: First create a copy of ```jasper``` then do the changes in that: ```this.setState(prevState => { let jasper = Object.assign({}, prevState...
4
Can you break down the following statement: "The son of man came to find John the Baptist and say to him, "You are Elijah the prophet come back." It seems like a pretty straightforward statement, but it can be broken down into two faulty premises. First, that John the Baptist was a reincarnation of Elijah, and second, ...
Faulty Premise #1: John the Baptist was a reincarnation of Elijah When Jesus asked Peter who people said he was, he answered that some people thought that Jesus was Elijah come back. Peter knew better and said Jesus was the Christ. In any event, John the Baptist himself directly denied the claim (see John 1:19-21). W...
4
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3