Dataset Viewer
Auto-converted to Parquet Duplicate
repo_name
stringclasses
6 values
pr_number
int64
99
20.3k
pr_title
stringlengths
8
158
pr_description
stringlengths
0
6.54k
author
stringlengths
4
18
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
37
6.57k
filepath
stringlengths
8
153
before_content
stringlengths
0
876M
after_content
stringlengths
0
876M
label
int64
-1
1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./js/lykke.js
'use strict'; // --------------------------------------------------------------------------- const Exchange = require ('./base/Exchange'); // --------------------------------------------------------------------------- module.exports = class lykke extends Exchange { describe () { return this.deepExtend...
'use strict'; // --------------------------------------------------------------------------- const Exchange = require ('./base/Exchange'); // --------------------------------------------------------------------------- module.exports = class lykke extends Exchange { describe () { return this.deepExtend...
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./js/static_dependencies/node-rsa/formats/pkcs1.js
var ber = require('../asn1/index').Ber; var _ = require('../utils')._; var utils = require('../utils'); const PRIVATE_OPENING_BOUNDARY = '-----BEGIN RSA PRIVATE KEY-----'; const PRIVATE_CLOSING_BOUNDARY = '-----END RSA PRIVATE KEY-----'; const PUBLIC_OPENING_BOUNDARY = '-----BEGIN RSA PUBLIC KEY-----'; const PUBLIC_C...
var ber = require('../asn1/index').Ber; var _ = require('../utils')._; var utils = require('../utils'); const PRIVATE_OPENING_BOUNDARY = '-----BEGIN RSA PRIVATE KEY-----'; const PRIVATE_CLOSING_BOUNDARY = '-----END RSA PRIVATE KEY-----'; const PUBLIC_OPENING_BOUNDARY = '-----BEGIN RSA PUBLIC KEY-----'; const PUBLIC_C...
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./php/bitcoincom.php
<?php namespace ccxt; // PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: // https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code use Exception; // a common import class bitcoincom extends hitbtc { public function describe() { return $this->deep_extend(p...
<?php namespace ccxt; // PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: // https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code use Exception; // a common import class bitcoincom extends hitbtc { public function describe() { return $this->deep_extend(p...
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./python/ccxt/vbtc.py
# -*- coding: utf-8 -*- # PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: # https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code from ccxt.foxbit import foxbit class vbtc(foxbit): def describe(self): return self.deep_extend(super(vbtc, self).describe(),...
# -*- coding: utf-8 -*- # PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: # https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code from ccxt.foxbit import foxbit class vbtc(foxbit): def describe(self): return self.deep_extend(super(vbtc, self).describe(),...
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./examples/js/binance-fetch-all-deposits.js
"use strict"; const ccxt = require ('../../ccxt.js') ;(async function main () { const exchange = new ccxt.binance ({ 'apiKey': 'YOUR_API_KEY', 'secret': 'YOUR_SECRET', 'enableRateLimit': true, }) await exchange.loadMarkets () // exchange.verbose = true // uncomment for debug...
"use strict"; const ccxt = require ('../../ccxt.js') ;(async function main () { const exchange = new ccxt.binance ({ 'apiKey': 'YOUR_API_KEY', 'secret': 'YOUR_SECRET', 'enableRateLimit': true, }) await exchange.loadMarkets () // exchange.verbose = true // uncomment for debug...
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./doc/.gitignore
_build
_build
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./python/ccxt/async_support/bcex.py
# -*- coding: utf-8 -*- # PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: # https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code from ccxt.async_support.base.exchange import Exchange from ccxt.base.errors import ExchangeError from ccxt.base.errors import Authenticatio...
# -*- coding: utf-8 -*- # PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: # https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code from ccxt.async_support.base.exchange import Exchange from ccxt.base.errors import ExchangeError from ccxt.base.errors import Authenticatio...
-1
ccxt/ccxt
8,318
SBTC mapping
https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/ https://coinmarketcap.com/currencies/super-bitcoin/ https://www.coingecko.com/en/coins/siambitcoin
./examples/py/async-okex-fetch-margin-balance-with-options.py
# -*- coding: utf-8 -*- import asyncio import os import sys from pprint import pprint root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) sys.path.append(root + '/python') import ccxt.async_support as ccxt # noqa: E402 async def loop(exchange): while True: try: ...
# -*- coding: utf-8 -*- import asyncio import os import sys from pprint import pprint root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) sys.path.append(root + '/python') import ccxt.async_support as ccxt # noqa: E402 async def loop(exchange): while True: try: ...
-1
ccxt/ccxt
8,318
SBTC mapping
"https://coinmarketcap.com/currencies/sbtc/markets/\r\nhttps://coinmarketcap.com/currencies/super-bi(...TRUNCATED)
ndubel
2021-01-21T10:35:23
2021-01-21T20:04:45
2614db0ebd43f3cf9e1222bde6cefbabb955f681
05f5feeaaac3d213bc1314ba47b814db9ac30852
"SBTC mapping. https://coinmarketcap.com/currencies/sbtc/markets/\r\nhttps://coinmarketcap.com/curre(...TRUNCATED)
./python/ccxt/yobit.py
"# -*- coding: utf-8 -*-\n\n# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:(...TRUNCATED)
"# -*- coding: utf-8 -*-\n\n# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:(...TRUNCATED)
-1
huggingface/transformers
20,340
[FLAX] Add dtype to embedding for bert/bart/opt/t5
"## What does this PR do?\r\n\r\nThis PR is the follow-up of #18462. It adds dtype to `nn.Embed` for(...TRUNCATED)
merrymercy
2022-11-21T00:53:45
2022-11-28T15:21:43
667ccea72235504ab7876024e4f8c113ca62190f
ac2f6674a33e8eaffdf868e1fa6cbc8e722f469e
"[FLAX] Add dtype to embedding for bert/bart/opt/t5. ## What does this PR do?\r\n\r\nThis PR is the (...TRUNCATED)
./tests/models/bert/__init__.py
-1
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
68