repo_owner stringlengths 2 38 | repo_name stringlengths 2 100 | file_path stringlengths 4 120 | file_url stringlengths 53 199 | repo_url stringlengths 26 152 |
|---|---|---|---|---|
Yonv1943 | Unsupervised-Segmentation | demo_origin.py | https://raw.githubusercontent.com/Yonv1943/Unsupervised-Segmentation/master/demo_origin.py | https://github.com/Yonv1943/Unsupervised-Segmentation |
Yonv1943 | Unsupervised-Segmentation | demo_pre_seg__felz_slic.py | https://raw.githubusercontent.com/Yonv1943/Unsupervised-Segmentation/master/demo_pre_seg__felz_slic.py | https://github.com/Yonv1943/Unsupervised-Segmentation |
techwithtim | Snake-Game | snake.py | https://raw.githubusercontent.com/techwithtim/Snake-Game/master/snake.py | https://github.com/techwithtim/Snake-Game |
techwithtim | Hangman | hangman.py | https://raw.githubusercontent.com/techwithtim/Hangman/master/hangman.py | https://github.com/techwithtim/Hangman |
Bisonai | awesome-edge-machine-learning | awesome.py | https://raw.githubusercontent.com/Bisonai/awesome-edge-machine-learning/master/awesome.py | https://github.com/Bisonai/awesome-edge-machine-learning |
Bisonai | awesome-edge-machine-learning | style.py | https://raw.githubusercontent.com/Bisonai/awesome-edge-machine-learning/master/style.py | https://github.com/Bisonai/awesome-edge-machine-learning |
Bisonai | awesome-edge-machine-learning | utils.py | https://raw.githubusercontent.com/Bisonai/awesome-edge-machine-learning/master/utils.py | https://github.com/Bisonai/awesome-edge-machine-learning |
610265158 | face_landmark | make_json.py | https://raw.githubusercontent.com/610265158/face_landmark/master/make_json.py | https://github.com/610265158/face_landmark |
610265158 | face_landmark | train.py | https://raw.githubusercontent.com/610265158/face_landmark/master/train.py | https://github.com/610265158/face_landmark |
610265158 | face_landmark | train_config.py | https://raw.githubusercontent.com/610265158/face_landmark/master/train_config.py | https://github.com/610265158/face_landmark |
610265158 | face_landmark | vis.py | https://raw.githubusercontent.com/610265158/face_landmark/master/vis.py | https://github.com/610265158/face_landmark |
Ridter | CVE-2019-1040 | CVE-2019-1040.py | https://raw.githubusercontent.com/Ridter/CVE-2019-1040/master/CVE-2019-1040.py | https://github.com/Ridter/CVE-2019-1040 |
borzacchiello | seninja | __init__.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/__init__.py | https://github.com/borzacchiello/seninja |
borzacchiello | seninja | apis.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/apis.py | https://github.com/borzacchiello/seninja |
borzacchiello | seninja | settings.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/settings.py | https://github.com/borzacchiello/seninja |
borzacchiello | seninja | sym_executor.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/sym_executor.py | https://github.com/borzacchiello/seninja |
borzacchiello | seninja | sym_solver.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/sym_solver.py | https://github.com/borzacchiello/seninja |
borzacchiello | seninja | sym_state.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/sym_state.py | https://github.com/borzacchiello/seninja |
borzacchiello | seninja | sym_visitor.py | https://raw.githubusercontent.com/borzacchiello/seninja/master/sym_visitor.py | https://github.com/borzacchiello/seninja |
mlomnitz | DiffJPEG | DiffJPEG.py | https://raw.githubusercontent.com/mlomnitz/DiffJPEG/master/DiffJPEG.py | https://github.com/mlomnitz/DiffJPEG |
mlomnitz | DiffJPEG | compression.py | https://raw.githubusercontent.com/mlomnitz/DiffJPEG/master/compression.py | https://github.com/mlomnitz/DiffJPEG |
mlomnitz | DiffJPEG | decompression.py | https://raw.githubusercontent.com/mlomnitz/DiffJPEG/master/decompression.py | https://github.com/mlomnitz/DiffJPEG |
mlomnitz | DiffJPEG | utils.py | https://raw.githubusercontent.com/mlomnitz/DiffJPEG/master/utils.py | https://github.com/mlomnitz/DiffJPEG |
MTG | WGANSing | config.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/config.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | data_pipeline.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/data_pipeline.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | main.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/main.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | models.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/models.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | modules_tf.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/modules_tf.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | prep_data_nus.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/prep_data_nus.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | reduce.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/reduce.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | utils.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/utils.py | https://github.com/MTG/WGANSing |
MTG | WGANSing | vocoder.py | https://raw.githubusercontent.com/MTG/WGANSing/mtg/vocoder.py | https://github.com/MTG/WGANSing |
ZhengkunTian | rnn-transducer | train.py | https://raw.githubusercontent.com/ZhengkunTian/rnn-transducer/master/train.py | https://github.com/ZhengkunTian/rnn-transducer |
skywind3000 | translator | translator.py | https://raw.githubusercontent.com/skywind3000/translator/master/translator.py | https://github.com/skywind3000/translator |
0xCoto | PICTOR | disc_bot.py | https://raw.githubusercontent.com/0xCoto/PICTOR/master/disc_bot.py | https://github.com/0xCoto/PICTOR |
0xCoto | PICTOR | obs_scheduler.py | https://raw.githubusercontent.com/0xCoto/PICTOR/master/obs_scheduler.py | https://github.com/0xCoto/PICTOR |
0xCoto | PICTOR | observe.py | https://raw.githubusercontent.com/0xCoto/PICTOR/master/observe.py | https://github.com/0xCoto/PICTOR |
0xCoto | PICTOR | top_block.py | https://raw.githubusercontent.com/0xCoto/PICTOR/master/top_block.py | https://github.com/0xCoto/PICTOR |
0xCoto | PICTOR | top_block_old.py | https://raw.githubusercontent.com/0xCoto/PICTOR/master/top_block_old.py | https://github.com/0xCoto/PICTOR |
mattiasegu | uncertainty_estimation_deep_learning | eval.py | https://raw.githubusercontent.com/mattiasegu/uncertainty_estimation_deep_learning/master/eval.py | https://github.com/mattiasegu/uncertainty_estimation_deep_learning |
mattiasegu | uncertainty_estimation_deep_learning | train.py | https://raw.githubusercontent.com/mattiasegu/uncertainty_estimation_deep_learning/master/train.py | https://github.com/mattiasegu/uncertainty_estimation_deep_learning |
mattiasegu | uncertainty_estimation_deep_learning | utils.py | https://raw.githubusercontent.com/mattiasegu/uncertainty_estimation_deep_learning/master/utils.py | https://github.com/mattiasegu/uncertainty_estimation_deep_learning |
FlorentF9 | DeepTemporalClustering | DeepTemporalClustering.py | https://raw.githubusercontent.com/FlorentF9/DeepTemporalClustering/master/DeepTemporalClustering.py | https://github.com/FlorentF9/DeepTemporalClustering |
FlorentF9 | DeepTemporalClustering | TAE.py | https://raw.githubusercontent.com/FlorentF9/DeepTemporalClustering/master/TAE.py | https://github.com/FlorentF9/DeepTemporalClustering |
FlorentF9 | DeepTemporalClustering | TSClusteringLayer.py | https://raw.githubusercontent.com/FlorentF9/DeepTemporalClustering/master/TSClusteringLayer.py | https://github.com/FlorentF9/DeepTemporalClustering |
FlorentF9 | DeepTemporalClustering | datasets.py | https://raw.githubusercontent.com/FlorentF9/DeepTemporalClustering/master/datasets.py | https://github.com/FlorentF9/DeepTemporalClustering |
FlorentF9 | DeepTemporalClustering | metrics.py | https://raw.githubusercontent.com/FlorentF9/DeepTemporalClustering/master/metrics.py | https://github.com/FlorentF9/DeepTemporalClustering |
FlorentF9 | DeepTemporalClustering | tsdistances.py | https://raw.githubusercontent.com/FlorentF9/DeepTemporalClustering/master/tsdistances.py | https://github.com/FlorentF9/DeepTemporalClustering |
LYuhang | Trans-Implementation | GenerateData.py | https://raw.githubusercontent.com/LYuhang/Trans-Implementation/master/GenerateData.py | https://github.com/LYuhang/Trans-Implementation |
LYuhang | Trans-Implementation | Train.py | https://raw.githubusercontent.com/LYuhang/Trans-Implementation/master/Train.py | https://github.com/LYuhang/Trans-Implementation |
LYuhang | Trans-Implementation | config.py | https://raw.githubusercontent.com/LYuhang/Trans-Implementation/master/config.py | https://github.com/LYuhang/Trans-Implementation |
redhuntlabs | BurpSuite-Asset_Discover | Asset_Discover.py | https://raw.githubusercontent.com/redhuntlabs/BurpSuite-Asset_Discover/master/Asset_Discover.py | https://github.com/redhuntlabs/BurpSuite-Asset_Discover |
gmayday1997 | SmallObjectAugmentation | aug.py | https://raw.githubusercontent.com/gmayday1997/SmallObjectAugmentation/master/aug.py | https://github.com/gmayday1997/SmallObjectAugmentation |
gmayday1997 | SmallObjectAugmentation | util.py | https://raw.githubusercontent.com/gmayday1997/SmallObjectAugmentation/master/util.py | https://github.com/gmayday1997/SmallObjectAugmentation |
ninjhacks | GSMEvil | ImsiEvil.py | https://raw.githubusercontent.com/ninjhacks/GSMEvil/master/ImsiEvil.py | https://github.com/ninjhacks/GSMEvil |
ninjhacks | GSMEvil | SmsEvil.py | https://raw.githubusercontent.com/ninjhacks/GSMEvil/master/SmsEvil.py | https://github.com/ninjhacks/GSMEvil |
Cabdulahi | pish | pish.py | https://raw.githubusercontent.com/Cabdulahi/pish/master/pish.py | https://github.com/Cabdulahi/pish |
google | neural_rerendering_in_the_wild | data.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/data.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | dataset_utils.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/dataset_utils.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | evaluate_quantitative_metrics.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/evaluate_quantitative_metrics.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | layers.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/layers.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | losses.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/losses.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | networks.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/networks.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | neural_rerendering.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/neural_rerendering.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | options.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/options.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | pretrain_appearance.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/pretrain_appearance.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | segment_dataset.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/segment_dataset.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | staged_model.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/staged_model.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | style_loss.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/style_loss.py | https://github.com/google/neural_rerendering_in_the_wild |
google | neural_rerendering_in_the_wild | utils.py | https://raw.githubusercontent.com/google/neural_rerendering_in_the_wild/master/utils.py | https://github.com/google/neural_rerendering_in_the_wild |
Max-Manning | passiveRadar | main.py | https://raw.githubusercontent.com/Max-Manning/passiveRadar/master/main.py | https://github.com/Max-Manning/passiveRadar |
Max-Manning | passiveRadar | multitarget_kalman_tracker.py | https://raw.githubusercontent.com/Max-Manning/passiveRadar/master/multitarget_kalman_tracker.py | https://github.com/Max-Manning/passiveRadar |
Max-Manning | passiveRadar | range_doppler_plot.py | https://raw.githubusercontent.com/Max-Manning/passiveRadar/master/range_doppler_plot.py | https://github.com/Max-Manning/passiveRadar |
Max-Manning | passiveRadar | signal_preview.py | https://raw.githubusercontent.com/Max-Manning/passiveRadar/master/signal_preview.py | https://github.com/Max-Manning/passiveRadar |
Max-Manning | passiveRadar | simple_kalman_tracker.py | https://raw.githubusercontent.com/Max-Manning/passiveRadar/master/simple_kalman_tracker.py | https://github.com/Max-Manning/passiveRadar |
hellokuls | cnnyzm | getimg.py | https://raw.githubusercontent.com/hellokuls/cnnyzm/master/getimg.py | https://github.com/hellokuls/cnnyzm |
hellokuls | cnnyzm | process.py | https://raw.githubusercontent.com/hellokuls/cnnyzm/master/process.py | https://github.com/hellokuls/cnnyzm |
hellokuls | cnnyzm | test.py | https://raw.githubusercontent.com/hellokuls/cnnyzm/master/test.py | https://github.com/hellokuls/cnnyzm |
hellokuls | cnnyzm | train.py | https://raw.githubusercontent.com/hellokuls/cnnyzm/master/train.py | https://github.com/hellokuls/cnnyzm |
fedackb | mesh-fairing | __init__.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/__init__.py | https://github.com/fedackb/mesh-fairing |
fedackb | mesh-fairing | geometry.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/geometry.py | https://github.com/fedackb/mesh-fairing |
fedackb | mesh-fairing | linalg.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/linalg.py | https://github.com/fedackb/mesh-fairing |
fedackb | mesh-fairing | moduleutil.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/moduleutil.py | https://github.com/fedackb/mesh-fairing |
fedackb | mesh-fairing | operators.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/operators.py | https://github.com/fedackb/mesh-fairing |
fedackb | mesh-fairing | types.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/types.py | https://github.com/fedackb/mesh-fairing |
fedackb | mesh-fairing | ui.py | https://raw.githubusercontent.com/fedackb/mesh-fairing/master/ui.py | https://github.com/fedackb/mesh-fairing |
UncleGoogle | galaxy-integration-humblebundle | galaxy_emulator.py | https://raw.githubusercontent.com/UncleGoogle/galaxy-integration-humblebundle/master/galaxy_emulator.py | https://github.com/UncleGoogle/galaxy-integration-humblebundle |
UncleGoogle | galaxy-integration-humblebundle | tasks.py | https://raw.githubusercontent.com/UncleGoogle/galaxy-integration-humblebundle/master/tasks.py | https://github.com/UncleGoogle/galaxy-integration-humblebundle |
liuslnlp | CoupletAI | clidemo.py | https://raw.githubusercontent.com/liuslnlp/CoupletAI/master/clidemo.py | https://github.com/liuslnlp/CoupletAI |
liuslnlp | CoupletAI | main.py | https://raw.githubusercontent.com/liuslnlp/CoupletAI/master/main.py | https://github.com/liuslnlp/CoupletAI |
liuslnlp | CoupletAI | preprocess.py | https://raw.githubusercontent.com/liuslnlp/CoupletAI/master/preprocess.py | https://github.com/liuslnlp/CoupletAI |
liuslnlp | CoupletAI | webdemo.py | https://raw.githubusercontent.com/liuslnlp/CoupletAI/master/webdemo.py | https://github.com/liuslnlp/CoupletAI |
dataabc | weibo-follow | weibo_follow.py | https://raw.githubusercontent.com/dataabc/weibo-follow/master/weibo_follow.py | https://github.com/dataabc/weibo-follow |
avinassh | pytorch-flask-api | app.py | https://raw.githubusercontent.com/avinassh/pytorch-flask-api/master/app.py | https://github.com/avinassh/pytorch-flask-api |
zhou13 | neurvps | eval.py | https://raw.githubusercontent.com/zhou13/neurvps/master/eval.py | https://github.com/zhou13/neurvps |
zhou13 | neurvps | train.py | https://raw.githubusercontent.com/zhou13/neurvps/master/train.py | https://github.com/zhou13/neurvps |
robertmartin8 | CryptoGraphArb | cryptocompare_scraper.py | https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/master/cryptocompare_scraper.py | https://github.com/robertmartin8/CryptoGraphArb |
robertmartin8 | CryptoGraphArb | graph_arbitrage.py | https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/master/graph_arbitrage.py | https://github.com/robertmartin8/CryptoGraphArb |
China-LiuXiaopeng | BraTS-DMFNet | predict.py | https://raw.githubusercontent.com/China-LiuXiaopeng/BraTS-DMFNet/master/predict.py | https://github.com/China-LiuXiaopeng/BraTS-DMFNet |
China-LiuXiaopeng | BraTS-DMFNet | preprocess.py | https://raw.githubusercontent.com/China-LiuXiaopeng/BraTS-DMFNet/master/preprocess.py | https://github.com/China-LiuXiaopeng/BraTS-DMFNet |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.