Skip to content

Instantly share code, notes, and snippets.

View ishandutta2007's full-sized avatar
🎓
I may be slow to respond.

ishan dutta ishandutta2007

🎓
I may be slow to respond.
View GitHub Profile

Comparison of Chatbots

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 Google - 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
<!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/">
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))
---
Language: Cpp
# BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
AlignArrayOfStructures: None
AlignConsecutiveAssignments:
Enabled: false
AcrossEmptyLines: false
AcrossComments: false
/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 z3@4.5.0
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
---------- ---------- --------------- ------------

Estimated number of colonies that various European countries had at the peak

Country Number of Colonies
Britain 35 million square miles
Spain 13 million square miles
France 10 million square miles
Portugal 10 million square miles
Netherlands 6 million square miles
Japan 4 million square miles
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
https://www.jdoodle.com/execute-nim-online/
@ishandutta2007
ishandutta2007 / gui_automation_python.md
Created October 22, 2020 01:59 — forked from diyan/gui_automation_python.md
Desktop GUI automation in Python

Desktop

UI Automation. Desktop. Python

GUI toolkit agnostic

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