repo_owner stringlengths 2 39 | repo_name stringlengths 1 100 | file_path stringlengths 4 120 | file_url stringlengths 51 219 |
|---|---|---|---|
ivankliuk | duckduckpy | tests.py | https://raw.githubusercontent.com/ivankliuk/duckduckpy/master/tests.py |
aducode | simple-raft-py | config.py | https://raw.githubusercontent.com/aducode/simple-raft-py/master/config.py |
aducode | simple-raft-py | node.py | https://raw.githubusercontent.com/aducode/simple-raft-py/master/node.py |
aducode | simple-raft-py | sraft.py | https://raw.githubusercontent.com/aducode/simple-raft-py/master/sraft.py |
aducode | simple-raft-py | state.py | https://raw.githubusercontent.com/aducode/simple-raft-py/master/state.py |
nparkanyi | gedit3-vim-mode | vim-mode.py | https://raw.githubusercontent.com/nparkanyi/gedit3-vim-mode/master/vim-mode.py |
pahaz | Example-of-MVC-pattern-on-pure-Python-2015 | manager.py | https://raw.githubusercontent.com/pahaz/Example-of-MVC-pattern-on-pure-Python-2015/master/manager.py |
pahaz | Example-of-MVC-pattern-on-pure-Python-2015 | utils.py | https://raw.githubusercontent.com/pahaz/Example-of-MVC-pattern-on-pure-Python-2015/master/utils.py |
pahaz | Example-of-MVC-pattern-on-pure-Python-2015 | view.py | https://raw.githubusercontent.com/pahaz/Example-of-MVC-pattern-on-pure-Python-2015/master/view.py |
pahaz | Example-of-MVC-pattern-on-pure-Python-2015 | wsgi.py | https://raw.githubusercontent.com/pahaz/Example-of-MVC-pattern-on-pure-Python-2015/master/wsgi.py |
brenns10 | pywall | config.py | https://raw.githubusercontent.com/brenns10/pywall/master/config.py |
brenns10 | pywall | contrack.py | https://raw.githubusercontent.com/brenns10/pywall/master/contrack.py |
brenns10 | pywall | egress.py | https://raw.githubusercontent.com/brenns10/pywall/master/egress.py |
brenns10 | pywall | main.py | https://raw.githubusercontent.com/brenns10/pywall/master/main.py |
brenns10 | pywall | packets.py | https://raw.githubusercontent.com/brenns10/pywall/master/packets.py |
brenns10 | pywall | py_log.py | https://raw.githubusercontent.com/brenns10/pywall/master/py_log.py |
brenns10 | pywall | pywall.py | https://raw.githubusercontent.com/brenns10/pywall/master/pywall.py |
brenns10 | pywall | run-acceptance-tests.py | https://raw.githubusercontent.com/brenns10/pywall/master/run-acceptance-tests.py |
brenns10 | pywall | run-integration-tests.py | https://raw.githubusercontent.com/brenns10/pywall/master/run-integration-tests.py |
PythonProgramming | Python-3-basics-series | 10.%20basic%20Functions%20intro.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/10.%20basic%20Functions%20intro.py |
PythonProgramming | Python-3-basics-series | 11.%20Function%20Parameters.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/11.%20Function%20Parameters.py |
PythonProgramming | Python-3-basics-series | 12.%20Function%20Parameter%20Defaults.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/12.%20Function%20Parameter%20Defaults.py |
PythonProgramming | Python-3-basics-series | 13.%20Global%20and%20Local%20Vars.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/13.%20Global%20and%20Local%20Vars.py |
PythonProgramming | Python-3-basics-series | 14.%20modules.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/14.%20modules.py |
PythonProgramming | Python-3-basics-series | 15.%20common%20errors.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/15.%20common%20errors.py |
PythonProgramming | Python-3-basics-series | 16.%20writing%20to%20a%20file.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/16.%20writing%20to%20a%20file.py |
PythonProgramming | Python-3-basics-series | 22.%20understanding%20imports.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/22.%20understanding%20imports.py |
PythonProgramming | Python-3-basics-series | 24.%20python%20lists%20vs%20tuples.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/24.%20python%20lists%20vs%20tuples.py |
PythonProgramming | Python-3-basics-series | 25.%20python%20lists.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/25.%20python%20lists.py |
PythonProgramming | Python-3-basics-series | 27.%20reading%20CSV%20files.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/27.%20reading%20CSV%20files.py |
PythonProgramming | Python-3-basics-series | 29.%20dictionaries.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/29.%20dictionaries.py |
PythonProgramming | Python-3-basics-series | 30.%20built%20in%20functions.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/30.%20built%20in%20functions.py |
PythonProgramming | Python-3-basics-series | 33.%20urllibtutorialvid.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/33.%20urllibtutorialvid.py |
PythonProgramming | Python-3-basics-series | 36.%20tkinter%20basics%201%20-%20Intro.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/36.%20tkinter%20basics%201%20-%20Intro.py |
PythonProgramming | Python-3-basics-series | 37.%20tkinter%20basics%202%20-%20buttons.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/37.%20tkinter%20basics%202%20-%20buttons.py |
PythonProgramming | Python-3-basics-series | 38.%20tkinter%20basics%203%20-%20Event%20Handling.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/38.%20tkinter%20basics%203%20-%20Event%20Handling.py |
PythonProgramming | Python-3-basics-series | 39.%20tkinter%20basics%204%20-%20Menu%20bar.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/39.%20tkinter%20basics%204%20-%20Menu%20bar.py |
PythonProgramming | Python-3-basics-series | 40.%20tkinter%20basics%205%20-%20Images%2C%20text.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/40.%20tkinter%20basics%205%20-%20Images%2C%20text.py |
PythonProgramming | Python-3-basics-series | 6.%20for%20loop.py | https://raw.githubusercontent.com/PythonProgramming/Python-3-basics-series/master/6.%20for%20loop.py |
giantswarm | curator | curator.py | https://raw.githubusercontent.com/giantswarm/curator/master/curator.py |
ottogroup | kaggle | benchmark.py | https://raw.githubusercontent.com/ottogroup/kaggle/master/benchmark.py |
tianchaijz | py-http-server | MTHTTPServerWFM.py | https://raw.githubusercontent.com/tianchaijz/py-http-server/master/MTHTTPServerWFM.py |
ickerwx | arpspoof | arpspoof.py | https://raw.githubusercontent.com/ickerwx/arpspoof/master/arpspoof.py |
RickyCook | import-trello-github | import-issues.py | https://raw.githubusercontent.com/RickyCook/import-trello-github/master/import-issues.py |
Pesticles | Zabbix-Bind9-Statistics-Collection | bind-stats.py | https://raw.githubusercontent.com/Pesticles/Zabbix-Bind9-Statistics-Collection/master/bind-stats.py |
mooshim | Mooshimeter-PythonAPI | BGWrapper.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/BGWrapper.py |
mooshim | Mooshimeter-PythonAPI | BytePack.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/BytePack.py |
mooshim | Mooshimeter-PythonAPI | ConfigNode.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/ConfigNode.py |
mooshim | Mooshimeter-PythonAPI | Example.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/Example.py |
mooshim | Mooshimeter-PythonAPI | Mooshimeter.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/Mooshimeter.py |
mooshim | Mooshimeter-PythonAPI | UUID.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/UUID.py |
mooshim | Mooshimeter-PythonAPI | bglib.py | https://raw.githubusercontent.com/mooshim/Mooshimeter-PythonAPI/master/bglib.py |
Sei-Lisa | LSL-PyOptimizer | cpreproc.py | https://raw.githubusercontent.com/Sei-Lisa/LSL-PyOptimizer/master/cpreproc.py |
Sei-Lisa | LSL-PyOptimizer | main.py | https://raw.githubusercontent.com/Sei-Lisa/LSL-PyOptimizer/master/main.py |
Sei-Lisa | LSL-PyOptimizer | run-tests.py | https://raw.githubusercontent.com/Sei-Lisa/LSL-PyOptimizer/master/run-tests.py |
Sei-Lisa | LSL-PyOptimizer | strutil.py | https://raw.githubusercontent.com/Sei-Lisa/LSL-PyOptimizer/master/strutil.py |
carlosperate | LightUpPi-Alarm | main.py | https://raw.githubusercontent.com/carlosperate/LightUpPi-Alarm/master/main.py |
Douglas6 | blueplayer | blueplayer.py | https://raw.githubusercontent.com/Douglas6/blueplayer/master/blueplayer.py |
Douglas6 | blueplayer | lcd.py | https://raw.githubusercontent.com/Douglas6/blueplayer/master/lcd.py |
microsoftarchive | wunderlist-python | aggregate_foursquare_friends_tips.py | https://raw.githubusercontent.com/microsoftarchive/wunderlist-python/master/aggregate_foursquare_friends_tips.py |
microsoftarchive | wunderlist-python | coursera_calendar_connector.py | https://raw.githubusercontent.com/microsoftarchive/wunderlist-python/master/coursera_calendar_connector.py |
microsoftarchive | wunderlist-python | wunderlist_flask_demo.py | https://raw.githubusercontent.com/microsoftarchive/wunderlist-python/master/wunderlist_flask_demo.py |
Hiromi-nee | instagram-scraper | app.py | https://raw.githubusercontent.com/Hiromi-nee/instagram-scraper/master/app.py |
mhausenblas | elsa | autoscale.py | https://raw.githubusercontent.com/mhausenblas/elsa/master/autoscale.py |
0x3a | cryptowall | cryptowall-post-decoder.py | https://raw.githubusercontent.com/0x3a/cryptowall/master/cryptowall-post-decoder.py |
0x3a | cryptowall | decompress-cryptolocker-clone-bundle.py | https://raw.githubusercontent.com/0x3a/cryptowall/master/decompress-cryptolocker-clone-bundle.py |
pentestmonkey | unix-security-file-parser | unix_security_file_parser.py | https://raw.githubusercontent.com/pentestmonkey/unix-security-file-parser/master/unix_security_file_parser.py |
x64x6a | PyBadUSB | example.py | https://raw.githubusercontent.com/x64x6a/PyBadUSB/master/example.py |
pbertera | SPLiT | SPLiT.py | https://raw.githubusercontent.com/pbertera/SPLiT/master/SPLiT.py |
pbertera | SPLiT | gui.py | https://raw.githubusercontent.com/pbertera/SPLiT/master/gui.py |
pbertera | SPLiT | http.py | https://raw.githubusercontent.com/pbertera/SPLiT/master/http.py |
pbertera | SPLiT | pnp.py | https://raw.githubusercontent.com/pbertera/SPLiT/master/pnp.py |
pbertera | SPLiT | proxy.py | https://raw.githubusercontent.com/pbertera/SPLiT/master/proxy.py |
pbertera | SPLiT | utils.py | https://raw.githubusercontent.com/pbertera/SPLiT/master/utils.py |
Rudis1261 | blink-server | bluetooth_server.py | https://raw.githubusercontent.com/Rudis1261/blink-server/master/bluetooth_server.py |
Rudis1261 | blink-server | core.py | https://raw.githubusercontent.com/Rudis1261/blink-server/master/core.py |
arthepsy | ringzer0-challenges | binary.ch11.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/binary.ch11.py |
arthepsy | ringzer0-challenges | binary.ch111.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/binary.ch111.py |
arthepsy | ringzer0-challenges | binary.ch9.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/binary.ch9.py |
arthepsy | ringzer0-challenges | coding.ch119.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch119.py |
arthepsy | ringzer0-challenges | coding.ch126.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch126.py |
arthepsy | ringzer0-challenges | coding.ch130.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch130.py |
arthepsy | ringzer0-challenges | coding.ch143.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch143.py |
arthepsy | ringzer0-challenges | coding.ch15.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch15.py |
arthepsy | ringzer0-challenges | coding.ch17.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch17.py |
arthepsy | ringzer0-challenges | coding.ch57.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/coding.ch57.py |
arthepsy | ringzer0-challenges | crypto.ch23.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/crypto.ch23.py |
arthepsy | ringzer0-challenges | crypto.ch55.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/crypto.ch55.py |
arthepsy | ringzer0-challenges | forensics.ch115.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/forensics.ch115.py |
arthepsy | ringzer0-challenges | forensics.ch117.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/forensics.ch117.py |
arthepsy | ringzer0-challenges | forensics.ch12.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/forensics.ch12.py |
arthepsy | ringzer0-challenges | ringzer0.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/ringzer0.py |
arthepsy | ringzer0-challenges | web.ch113.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/web.ch113.py |
arthepsy | ringzer0-challenges | web.ch120.py | https://raw.githubusercontent.com/arthepsy/ringzer0-challenges/master/web.ch120.py |
svofski | kicad-teardrops | teardrops.py | https://raw.githubusercontent.com/svofski/kicad-teardrops/master/teardrops.py |
Lyrrad | multidrive | clouddrivestorageservice.py | https://raw.githubusercontent.com/Lyrrad/multidrive/master/clouddrivestorageservice.py |
Lyrrad | multidrive | googledrivestorageservice.py | https://raw.githubusercontent.com/Lyrrad/multidrive/master/googledrivestorageservice.py |
Lyrrad | multidrive | multidrive.py | https://raw.githubusercontent.com/Lyrrad/multidrive/master/multidrive.py |
Lyrrad | multidrive | onedrivestorageservice.py | https://raw.githubusercontent.com/Lyrrad/multidrive/master/onedrivestorageservice.py |
Lyrrad | multidrive | storageservice.py | https://raw.githubusercontent.com/Lyrrad/multidrive/master/storageservice.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.