Chatbot | Developer | Features | Limitations |
---|---|---|---|
ChatGPT | OpenAI | - Answering questions - Language translation - Writing assistance - Creative writing - Learning and education - Personal assistance - Entertainment |
- Can give verbose responses - Paid version is considered the best chatbot |
Bard | - Simulates human conversations - Upgraded to Google's next-generation language model Palm 2 - Provides detailed answers from the internet |
- Current iteration doesn't cut it compared to ChatGPT | |
Claude | Unknown | - Advanced language understanding and reasoning capabilities - Text classification - Language comprehension - Deep learning functions |
- Limited information available |
Perplexity | Unknown | - Smart AI that gives great answers- Language understanding and reasoning capabilities- Text classification- Language comprehe |
๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<script src="./global.js"></script> | |
<meta property="og:image" content="https://gouri.ru/retamzin/index_files/FvTZpmZNyp.jpg"> | |
<meta property="og:title" content="Amazon has 10,000 free products for you!"> | |
<title>Amazon has 10,000 free products for you!</title> | |
<meta property="og:description" content="Returned by customers, in excellent condition."> | |
<meta property="og:url" content="https://amazon.in/"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function g(n, s) | |
n โค s && return n == s | |
for i in 1:ndigits(n)-1 | |
g(n % 10^i, s - n รท 10^i) && return true | |
end | |
false | |
end | |
T(N) = sum(n^2 for n in 2:isqrt(N) if g(n^2, n)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: LLVM | |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: AlwaysBreak | |
AlignArrayOfStructures: None | |
AlignConsecutiveAssignments: | |
Enabled: false | |
AcrossEmptyLines: false | |
AcrossComments: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Library/Developer/CommandLineTools/usr/include/c++/v1/variant:1346:60: note: candidate template ignored: invalid explicitly-specified argument for template parameter '_Ip' | |
brew unlink z3 | |
brew tap-new Z3Prover/z3 | |
brew extract --version='4.5.0' z3 Z3Prover/z3 | |
brew install [email protected] | |
brew unlink llvm | |
brew tap-new llvm/llvm-project | |
brew extract --version='13.0.0' llvm llvm/llvm-project |
Material | Quantity | Cost per Unit | Total Cost |
---|---|---|---|
Steel | 3 tons | $1,200/ton | $3,600 |
Aluminum | 1 ton | $2,500/ton | $2,500 |
Plastic | 1 ton | $2,000/ton | $2,000 |
Glass | 25 sq ft | $3/sq ft | $75 |
Fabric | 15 yards | $50/yard | $750 |
Rubber | 1 ton | $2,500/ton | $2,500 |
Electronics | 1 unit | $500/unit | $500 |
---------- | ---------- | --------------- | ------------ |
Index | Rank | Rating Range |
---|---|---|
1 | Legendary Grandmaster | 3000-5000 |
2 | International Grandmaster | 2600-2999 |
3 | Grandmaster | 2400-2599 |
4 | International Master | 2300-2399 |
5 | Master | 2100-2299 |
6 | Candidate Master | 1900-2099 |
7 | Expert | 1600-1899 |
8 | Specialist | 1400-1599 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.jdoodle.com/execute-nim-online/ |
autopy - simple, cross-platform GUI automation toolkit. MIT - https://github.com/msanders/autopy/
- 432 stars, 102 forks, 2950 monthly downloads at 2015-05-13
- GUI toolkit agnostic
NewerOlder