id
int64
0
458k
file_name
stringlengths
4
119
file_path
stringlengths
14
227
content
stringlengths
24
9.96M
size
int64
24
9.96M
language
stringclasses
1 value
extension
stringclasses
14 values
total_lines
int64
1
219k
avg_line_length
float64
2.52
4.63M
max_line_length
int64
5
9.91M
alphanum_fraction
float64
0
1
repo_name
stringlengths
7
101
repo_stars
int64
100
139k
repo_forks
int64
0
26.4k
repo_open_issues
int64
0
2.27k
repo_license
stringclasses
12 values
repo_extraction_date
stringclasses
433 values
15,900
__init__.py
rpm-software-management_dnf/doc/__init__.py
# __init__.py # DNF documentation package. # # Copyright (C) 2012-2013 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This pr...
1,005
Python
.py
19
51.894737
77
0.780933
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,901
install_extension.py
rpm-software-management_dnf/doc/examples/install_extension.py
# Copyright (C) 2015 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the hope that it will be u...
3,519
Python
.py
69
43.231884
78
0.674121
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,902
install_plugin.py
rpm-software-management_dnf/doc/examples/install_plugin.py
# Copyright (C) 2015 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the hope that it will be u...
3,836
Python
.py
74
44.216216
80
0.678495
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,903
list_obsoletes_plugin.py
rpm-software-management_dnf/doc/examples/list_obsoletes_plugin.py
# Copyright (C) 2015 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the hope that it will be u...
3,463
Python
.py
66
44.621212
88
0.678593
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,904
list_extras_extension.py
rpm-software-management_dnf/doc/examples/list_extras_extension.py
# Copyright (C) 2015 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the hope that it will be u...
1,676
Python
.py
35
42.914286
77
0.714023
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,905
dnf_pylint
rpm-software-management_dnf/scripts/dnf_pylint
#!/usr/bin/bash TEMP=`getopt -o s -n dnf_pylint -- "$@"` [[ $? -eq 0 ]] || exit 1; eval set -- "$TEMP" TEMPLATE=--msg-template='{msg_id}: {module}:{line:3d},{column}: {msg}' while true ; do case "$1" in -s) TEMPLATE=--msg-template='{msg_id}: {module}: {msg}'; shift ;; --) shift ; break ;; esac done THIS_D...
1,185
Python
.py
35
32
86
0.676883
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,906
sanitize_po_files.py
rpm-software-management_dnf/scripts/sanitize_po_files.py
#!/usr/bin/python3 # script to get rid of # "'msgid' and 'msgstr' entries do not both begin/end with '\n'" # error messages during .po to .mo files conversion via msgfmt tool # # 'polib' module is needed for run: https://pypi.python.org/pypi/polib # # usage: python3 sanitize_po_files.py [po_file...] # # in order to up...
1,551
Python
.py
41
31.195122
78
0.625416
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,907
update_releasenotes.py
rpm-software-management_dnf/scripts/update_releasenotes.py
#!/usr/bin/python2 # # Copyright (C) 2015 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the ho...
76,794
Python
.py
1,447
42.475466
80
0.604753
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,908
update-copyright-years.sh
rpm-software-management_dnf/scripts/update-copyright-years.sh
#!/bin/bash YEAR=$1 if [ -z "$YEAR" ] ; then echo "$0 <year>" >&2 exit 1 fi PREV_YEAR=$(($YEAR-1)) PREV_YEARS=$(seq -s '|' 2000 $PREV_YEAR) git log --pretty=format: --name-only --author='redhat\.com' \ --after "$YEAR-01-01" --before "$YEAR-12-31" \ | xargs perl -i -pe 's!^(#|--| \*|<source>...
578
Python
.py
11
48.181818
299
0.487365
rpm-software-management/dnf
1,227
411
56
GPL-2.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,909
setup.py
nojhan_colout/setup.py
#!/usr/bin/env python3 import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup if sys.argv[-1] == 'publish': os.system('python setup.py bdist_wheel --universal upload') sys.exit() packages = ['colout'] requires = ['pygments', 'babel'] setup_requi...
1,609
Python
.py
51
28.352941
87
0.704516
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,910
colout_catch2.py
nojhan_colout/colout/colout_catch2.py
def theme(context): return context,[ ["^ (Start)(.*): (.*):(.*)$", "yellow", "normal,normal,normal,bold"], # Test start. # path file ext:line : ["^(tests): (/.*?)/([^/:]+):([0-9]+): (.*)", "yellow,none,white,yellow,red", "bold,normal,bold,normal,bold"], ["(`)(.*)('.*...
1,072
Python
.py
22
40.409091
117
0.42326
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,911
colout_clang.py
nojhan_colout/colout/colout_clang.py
#encoding: utf-8 def default_gettext( msg ): return msg def theme(context): import os import gettext import locale section="blue" # get g++ version gv = os.popen("g++ -dumpversion").read().strip() # get the current translations of gcc try: t = gettext.translation("gcc-"+...
2,640
Python
.py
70
29.585714
77
0.443659
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,912
colout_perm.py
nojhan_colout/colout/colout_perm.py
def theme(context): p="([-rwxsStT])" reg=r"^([-dpcCDlMmpPs?])"+p*9+r"\s.*$" colors="blue"+",green"*3+",yellow"*3+",red"*3 styles="normal"+ ",normal,italic,bold"*3 return context,[ [reg, colors, styles] ]
226
Python
.py
6
33
49
0.577982
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,913
colout_configure.py
nojhan_colout/colout/colout_configure.py
#encoding: utf-8 def theme(context): return context, [ ["^(checking .*)(yes|found|ok)$","green", "normal,bold"], ["^(checking .*)(no|none)$", "yellow", "normal,bold"], ["^(configure:) (error:)(.*)", "red","normal,bold"], ["^(configure:)(.*)", "magenta","normal...
778
Python
.py
14
45
92
0.476378
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,914
colout_django.py
nojhan_colout/colout/colout_django.py
def theme(context): return context,[ # Waiting ["^Waiting for .*$", "red", "bold"], [".*Sending.*", "green"], # Watches [r"^(Watching) (\S*) (.*)", "yellow", "bold,bold,normal"], [".*reloading.$","yellow"], # File from python/lib ...
1,808
Python
.py
35
38.514286
131
0.432844
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,915
colout_vivado.py
nojhan_colout/colout/colout_vivado.py
def theme(context): # Theme for coloring AMD/Xilinx Vivado IDE synthesis and implementation output return context,[ [ r"^\s*\*+.+$", "green" ], [ "^#.+", "green" ], [ "^.+ Checksum: .+$", "green" ], [ r"^.+Time \(s\).+", "green" ], [ r"^Time \(s\).+", "green" ], ...
904
Python
.py
19
39.263158
82
0.389522
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,916
colout_javac.py
nojhan_colout/colout/colout_javac.py
#encoding: utf-8 def theme(context): style="monokai" return context,[ [ r"^(.*\.java):([0-9]+):\s*(warning:.*)$", "white,yellow,magenta", "normal,normal,bold" ], [ r"^(.*\.java):([0-9]+):(.*)$", "white,yellow,red", "normal,normal,bold" ], [ r"^(symbol|location)\s*:\s*(.*)$",...
695
Python
.py
14
39.714286
103
0.414706
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,917
colout_ctest.py
nojhan_colout/colout/colout_ctest.py
def theme(context): # CTest theme: passed="green" notrun="yellow" notpassed="red" # If the user do not ask for his own colormap # if not context["user_defined_colormaps"]: # # A palette that goes: purple, orange, white # percs = [45, 39, 33, 27, 21, 57, 63, 62, 98, 97, 133, 132...
754
Python
.py
16
41.1875
128
0.493878
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,918
colout_ninja.py
nojhan_colout/colout/colout_ninja.py
import colout_cmake def theme(context): # Ninja theme # Inherit from the CMake theme context,th = colout_cmake.theme(context) # Because Ninja note progress as a fraction, we do not want the scale of a percentage context["scale"] = (0,1) # Link (ninja) th.append( [ r"^\[[0-9/]+\]\s?(Link...
527
Python
.py
13
35.230769
92
0.596457
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,919
colout_latex.py
nojhan_colout/colout/colout_latex.py
def theme(context): return context,[ # LaTeX ["This is .*TeX.*$", "white", "bold"], ["(LaTeX Warning): (.*) `(.*)' on page [0-9] (.*) on input line [0-9]+.$", "magenta,magenta,white,magenta", "normal,bold,normal" ], ["(LaTeX Warning): (.*)", "magenta"...
1,392
Python
.py
27
38.888889
86
0.391336
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,920
colout.py
nojhan_colout/colout/colout.py
#!/usr/bin/env python3 #encoding: utf-8 # Color Up Arbitrary Command Output # Licensed under the GPL version 3 # 2012 (c) nojhan <nojhan@nojhan.net> import os import re import sys import copy import glob import math import pprint import random import signal import string import hashlib import logging import argparse ...
38,080
Python
.py
865
36.052023
180
0.600135
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,921
colout_valgrind.py
nojhan_colout/colout/colout_valgrind.py
#encoding: utf-8 def theme(context): return context, [ # section title [r"^(==[0-9]+==\s{1})(Memcheck|Copyright|Using)(.*)$","blue",""], [r"^(==[0-9]+==\s{1})(Warning)(.*)$","magenta",""], [r"^(==[0-9]+==\s{1}Command: )(\S*)(.*)$","green,white","normal,bold,normal"]...
1,611
Python
.py
30
41.533333
90
0.364385
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,922
colout_python.py
nojhan_colout/colout/colout_python.py
def theme(context): return context,[ # traceback header ["^Traceback .*$", "blue" ], # File, line, in [ r"^\s{2}(File \")(/*.*?/)*([^/:]+)(\", line) ([0-9]+)(, in) (.*)$", "blue, none, white,blue, yellow,blue", "norm...
786
Python
.py
19
28.947368
109
0.373368
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,923
colout_json.py
nojhan_colout/colout/colout_json.py
def theme(context): # This theme expect a formatted JSON input, with items spread across lines. # See tools like "python -m json.tool" or "json_xs" return context,[ [ r'[\[\]{}],*\s*\n' ], [ '" (:) ', "yellow" ], [ r'[\]}"](,)', "yellow" ], [ r"\"(-*[0-9]+\.*[0-9]*e*-*[0-9]*...
405
Python
.py
11
29.818182
79
0.408163
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,924
colout_cmake.py
nojhan_colout/colout/colout_cmake.py
def theme(context): # CMake theme: # actions performing in cyan performing="cyan" # actions performed in green performed="green" # actions taking an unknown time untimed="blue" # If the user do not ask for his own colormap if not context["user_defined_colormaps"]: # A pa...
2,157
Python
.py
52
33.115385
126
0.483825
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,925
colout_g++.py
nojhan_colout/colout/colout_g++.py
#encoding: utf-8 def default_gettext( msg ): return msg def theme(context): import os import gettext import locale section="blue" # get g++ version gv = os.popen("g++ -dumpversion").read().strip() # get the current translations of gcc try: t = gettext.translation("gcc-"+...
2,640
Python
.py
70
29.585714
77
0.443659
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,926
colout_slurm.py
nojhan_colout/colout/colout_slurm.py
def theme(context): # SLURM's states (from squeue manual). col_width = 9 COMPLETED =r"\bCOMPLETED" PENDING =r"\bPENDING" RUNNING =r"\bRUNNING" CONFIGURING =r"\bCONFIGURING" COMPLETING =r"\bCOMPLETING" FAILED =r"\bFAILED" DEADLINE =r"\bDEADLINE" OUT_OF...
4,715
Python
.py
105
36.933333
167
0.566551
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,927
colout_python.py
nojhan_colout/colout/colout_python.py
def theme(context): return context,[ # traceback header ["^Traceback .*$", "blue" ], # File, line, in [ r"^\s{2}(File \")(/*.*?/)*([^/:]+)(\", line) ([0-9]+)(, in) (.*)$", "blue, none, white,blue, yellow,blue", "norm...
786
Python
.pyt
19
28.947368
109
0.373368
nojhan/colout
1,123
60
16
GPL-3.0
9/5/2024, 5:11:58 PM (Europe/Amsterdam)
15,928
run_tests.py
ycm-core_YouCompleteMe/run_tests.py
#!/usr/bin/env python3 import argparse import glob import os import os.path as p import subprocess import sys DIR_OF_THIS_SCRIPT = p.dirname( p.abspath( __file__ ) ) DIR_OF_THIRD_PARTY = p.join( DIR_OF_THIS_SCRIPT, 'third_party' ) # We don't include python-future (not to be confused with pythonfutures) because # it ...
3,761
Python
.py
93
34.935484
80
0.649383
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,929
install.py
ycm-core_YouCompleteMe/install.py
#!/usr/bin/env python3 from __future__ import print_function from __future__ import division from __future__ import unicode_literals from __future__ import absolute_import import os import subprocess import sys import os.path as p import glob version = sys.version_info[ 0 : 3 ] if version < ( 3, 6, 0 ): sys.exit( ...
1,389
Python
.py
37
34.243243
78
0.660941
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,930
.ycm_extra_conf.py
ycm-core_YouCompleteMe/.ycm_extra_conf.py
# This file is NOT licensed under the GPLv3, which is the license for the rest # of YouCompleteMe. # # Here's the license text for this file: # # This is free and unencumbered software released into the public domain. # # Anyone is free to copy, modify, publish, use, compile, sell, or # distribute this software, either...
3,104
Python
.py
62
44.467742
78
0.683047
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,931
doc.py
ycm-core_YouCompleteMe/test/testdata/python/doc.py
# Comment def Test_OneLine(): """This is the one line output.""" pass def Test_MultiLine(): """This is the one line output. This is second line.""" pass def Main(): Test_OneLine() Test_MultiLine() def Really_Long_Method( which, has, some, param, that, take, the, whole, line ): """Lorem ipsum dolor s...
1,830
Python
.py
30
58.2
680
0.774554
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,932
syntax_parse.py
ycm-core_YouCompleteMe/python/ycm/syntax_parse.py
# Copyright (C) 2013 Google Inc. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later vers...
6,371
Python
.py
179
31.463687
80
0.688751
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,933
vimsupport.py
ycm-core_YouCompleteMe/python/ycm/vimsupport.py
# Copyright (C) 2011-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
55,215
Python
.py
1,180
40.576271
80
0.663061
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,934
signature_help.py
ycm-core_YouCompleteMe/python/ycm/signature_help.py
# Copyright (C) 2011-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
6,659
Python
.py
164
35.567073
80
0.659594
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,935
hierarchy_tree.py
ycm-core_YouCompleteMe/python/ycm/hierarchy_tree.py
# Copyright (C) 2024 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
6,843
Python
.py
177
31.858757
78
0.610198
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,936
inlay_hints.py
ycm-core_YouCompleteMe/python/ycm/inlay_hints.py
# Copyright (C) 2022, YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
4,208
Python
.py
104
28.836538
72
0.545945
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,937
buffer.py
ycm-core_YouCompleteMe/python/ycm/buffer.py
# Copyright (C) 2016, Davit Samvelyan # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later ...
5,163
Python
.py
113
40.380531
80
0.72409
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,938
text_properties.py
ycm-core_YouCompleteMe/python/ycm/text_properties.py
# Copyright (C) 2020, YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
3,184
Python
.py
90
29.6
76
0.612159
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,939
diagnostic_filter.py
ycm-core_YouCompleteMe/python/ycm/diagnostic_filter.py
# Copyright (C) 2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
3,185
Python
.py
80
35.4125
75
0.711914
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,940
semantic_highlighting.py
ycm-core_YouCompleteMe/python/ycm/semantic_highlighting.py
# Copyright (C) 2020, YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
3,982
Python
.py
110
31.127273
72
0.666407
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,941
omni_completer.py
ycm-core_YouCompleteMe/python/ycm/omni_completer.py
# Copyright (C) 2011-2019 ycmd contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any ...
5,705
Python
.py
121
40.595041
80
0.687736
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,942
base.py
ycm-core_YouCompleteMe/python/ycm/base.py
# Copyright (C) 2011, 2012 Google Inc. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any late...
5,606
Python
.py
130
38.976923
80
0.727724
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,943
diagnostic_interface.py
ycm-core_YouCompleteMe/python/ycm/diagnostic_interface.py
# Copyright (C) 2013-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
12,808
Python
.py
303
34.20462
79
0.6346
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,944
paths.py
ycm-core_YouCompleteMe/python/ycm/paths.py
# Copyright (C) 2015-2017 YouCompleteMe contributors. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your op...
3,317
Python
.py
71
41.661972
79
0.716631
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,945
youcompleteme.py
ycm-core_YouCompleteMe/python/ycm/youcompleteme.py
# Copyright (C) 2011-2024 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
36,674
Python
.py
807
37.946716
80
0.677648
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,946
scrolling_range.py
ycm-core_YouCompleteMe/python/ycm/scrolling_range.py
# Copyright (C) 2023, YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
4,879
Python
.py
112
38.419643
80
0.685189
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,947
unsafe_thread_pool_executor.py
ycm-core_YouCompleteMe/python/ycm/unsafe_thread_pool_executor.py
# Copyright 2009 Brian Quinlan. All Rights Reserved. # Licensed to PSF under a Contributor Agreement. # # Copyright (C) 2013 Google Inc. # Changes to this file are licensed under the same terms as the original file # (the Python Software Foundation License). import threading import weakref import sys from con...
3,597
Python
.py
100
30.45
79
0.667625
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,948
completer_available_request.py
ycm-core_YouCompleteMe/python/ycm/client/completer_available_request.py
# Copyright (C) 2013 Google Inc. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later vers...
1,464
Python
.py
34
39.235294
78
0.741731
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,949
ycmd_keepalive.py
ycm-core_YouCompleteMe/python/ycm/client/ycmd_keepalive.py
# Copyright (C) 2013 Google Inc. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later vers...
1,445
Python
.py
33
41.393939
80
0.757835
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,950
messages_request.py
ycm-core_YouCompleteMe/python/ycm/client/messages_request.py
# Copyright (C) 2017 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
2,901
Python
.py
73
34.438356
80
0.710676
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,951
inlay_hints_request.py
ycm-core_YouCompleteMe/python/ycm/client/inlay_hints_request.py
# Copyright (C) 2022, YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
2,151
Python
.py
49
38
78
0.69334
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,952
signature_help_request.py
ycm-core_YouCompleteMe/python/ycm/client/signature_help_request.py
# Copyright (C) 2019 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
3,141
Python
.py
76
35.184211
78
0.684349
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,953
omni_completion_request.py
ycm-core_YouCompleteMe/python/ycm/client/omni_completion_request.py
# Copyright (C) 2013 Google Inc. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later vers...
1,418
Python
.py
34
38.558824
79
0.738529
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,954
command_request.py
ycm-core_YouCompleteMe/python/ycm/client/command_request.py
# Copyright (C) 2013 Google Inc. # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later vers...
9,355
Python
.py
207
34.700483
79
0.609652
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,955
event_notification.py
ycm-core_YouCompleteMe/python/ycm/client/event_notification.py
# Copyright (C) 2013-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
2,226
Python
.py
47
40.553191
79
0.686229
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,956
debug_info_request.py
ycm-core_YouCompleteMe/python/ycm/client/debug_info_request.py
# Copyright (C) 2016-2017 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
3,773
Python
.py
91
36.208791
75
0.653122
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,957
base_request.py
ycm-core_YouCompleteMe/python/ycm/client/base_request.py
# Copyright (C) 2013-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
11,461
Python
.py
272
34.463235
80
0.658876
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,958
shutdown_request.py
ycm-core_YouCompleteMe/python/ycm/client/shutdown_request.py
# Copyright (C) 2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
1,209
Python
.py
30
35.633333
72
0.71392
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,959
completion_request.py
ycm-core_YouCompleteMe/python/ycm/client/completion_request.py
# Copyright (C) 2013-2019 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
8,476
Python
.py
178
42.050562
80
0.689174
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,960
resolve_completion_request.py
ycm-core_YouCompleteMe/python/ycm/client/resolve_completion_request.py
# Copyright (C) 2020 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
3,675
Python
.py
81
38.493827
80
0.693598
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,961
semantic_tokens_request.py
ycm-core_YouCompleteMe/python/ycm/client/semantic_tokens_request.py
# Copyright (C) 2020, YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
2,162
Python
.py
49
38.22449
78
0.694948
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,962
mock_utils.py
ycm-core_YouCompleteMe/python/ycm/tests/mock_utils.py
# Copyright (C) 2017 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
4,448
Python
.py
89
46.101124
79
0.736563
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,963
paths_test.py
ycm-core_YouCompleteMe/python/ycm/tests/paths_test.py
# Copyright (C) 2016-2017 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
1,791
Python
.py
48
33.1875
72
0.708021
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,964
vimsupport_test.py
ycm-core_YouCompleteMe/python/ycm/tests/vimsupport_test.py
# Copyright (C) 2015-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
80,900
Python
.py
1,757
35.177575
86
0.566258
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,965
test_utils.py
ycm-core_YouCompleteMe/python/ycm/tests/test_utils.py
# Copyright (C) 2011-2019 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
24,374
Python
.py
611
33.806874
80
0.631443
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,966
youcompleteme_test.py
ycm-core_YouCompleteMe/python/ycm/tests/youcompleteme_test.py
# Copyright (C) 2016-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
48,739
Python
.py
1,202
30.693012
89
0.582132
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,967
signature_help_test.py
ycm-core_YouCompleteMe/python/ycm/tests/signature_help_test.py
# Copyright (C) 2019 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
1,372
Python
.py
35
35.571429
72
0.721139
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,968
base_test.py
ycm-core_YouCompleteMe/python/ycm/tests/base_test.py
# Copyright (C) 2013 Google Inc. # 2020 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of th...
12,200
Python
.py
218
47.37156
80
0.652657
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,969
syntax_parse_test.py
ycm-core_YouCompleteMe/python/ycm/tests/syntax_parse_test.py
# Copyright (C) 2013 Google Inc. # 2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of th...
15,195
Python
.py
278
44.546763
309
0.592652
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,970
diagnostic_interface_test.py
ycm-core_YouCompleteMe/python/ycm/tests/diagnostic_interface_test.py
# Copyright (C) 2015-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
6,284
Python
.py
185
25.048649
77
0.551282
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,971
__init__.py
ycm-core_YouCompleteMe/python/ycm/tests/__init__.py
# Copyright (C) 2016-2020 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
4,670
Python
.py
127
32.669291
80
0.716877
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,972
event_notification_test.py
ycm-core_YouCompleteMe/python/ycm/tests/event_notification_test.py
# Copyright (C) 2015-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
23,101
Python
.py
498
36.094378
89
0.624994
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,973
omni_completer_test.py
ycm-core_YouCompleteMe/python/ycm/tests/omni_completer_test.py
# encoding: utf-8 # # Copyright (C) 2016-2019 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the Licens...
31,259
Python
.py
837
25.455197
79
0.497532
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,974
diagnostic_filter_test.py
ycm-core_YouCompleteMe/python/ycm/tests/diagnostic_filter_test.py
# Copyright (C) 2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option)...
4,364
Python
.py
92
41.467391
75
0.623137
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,975
completion_test.py
ycm-core_YouCompleteMe/python/ycm/tests/completion_test.py
# Copyright (C) 2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
16,482
Python
.py
425
28.096471
85
0.55882
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,976
command_test.py
ycm-core_YouCompleteMe/python/ycm/tests/command_test.py
# Copyright (C) 2016-2018 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
5,746
Python
.py
150
27.966667
77
0.551514
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,977
postcomplete_test.py
ycm-core_YouCompleteMe/python/ycm/tests/postcomplete_test.py
# encoding: utf-8 # # Copyright (C) 2015-2016 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the Licens...
17,826
Python
.py
368
39.896739
101
0.663865
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,978
command_request_test.py
ycm-core_YouCompleteMe/python/ycm/tests/client/command_request_test.py
# Copyright (C) 2016 YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
10,655
Python
.py
259
34.250965
80
0.614961
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,979
completion_request_test.py
ycm-core_YouCompleteMe/python/ycm/tests/client/completion_request_test.py
# Copyright (C) 2015-2019 YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
9,479
Python
.py
291
25.728522
79
0.50546
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,980
base_request_test.py
ycm-core_YouCompleteMe/python/ycm/tests/client/base_request_test.py
# Copyright (C) 2017-2018 YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your opt...
1,760
Python
.py
36
45.638889
80
0.748545
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,981
messages_request_test.py
ycm-core_YouCompleteMe/python/ycm/tests/client/messages_request_test.py
# Copyright (C) 2017 YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
5,563
Python
.py
118
40.186441
80
0.646321
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,982
omni_completion_request_test.py
ycm-core_YouCompleteMe/python/ycm/tests/client/omni_completion_request_test.py
# Copyright (C) 2020 YouCompleteMe contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
1,743
Python
.py
44
36.568182
72
0.750445
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,983
debug_info_request_test.py
ycm-core_YouCompleteMe/python/ycm/tests/client/debug_info_request_test.py
# Copyright (C) 2017 YouCompleteMe Contributors # # This file is part of YouCompleteMe. # # YouCompleteMe is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) ...
5,100
Python
.py
161
25.621118
78
0.634424
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,984
.ycm_extra_conf.py
ycm-core_YouCompleteMe/python/ycm/tests/testdata/.ycm_extra_conf.py
def FlagsForFile( filename, **kwargs ): temp_dir = kwargs[ 'client_data' ][ 'tempname()' ] return { 'flags': [ temp_dir ], 'do_cache': False }
158
Python
.py
6
22.833333
52
0.596026
ycm-core/YouCompleteMe
25,406
2,800
29
GPL-3.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,985
setup.py
OpenRCE_sulley/setup.py
#!/usr/bin/env python from setuptools import setup setup( name='sulley', version=0.1, description='A pure-python fully automated' 'and unattended fuzzing framework.', author='OpenRCE', packages=['sulley', 'sulley.legos', 'sulley.pgraph', 'sulley.utils'], install_requires=[ ...
340
Python
.py
13
21
73
0.646154
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,986
process_monitor.py
OpenRCE_sulley/process_monitor.py
#!c:\\python\\python.exe import subprocess import threading import getopt import time import sys import os import pydbg import pydbg.defines import utils from sulley import pedrpc PORT = 26002 ERR = lambda msg: sys.stderr.write("ERR> " + msg + "\n") or sys.exit(1) USAGE = """USAGE: process_monitor...
14,009
Python
.py
300
36.056667
121
0.574847
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,987
vmcontrol.py
OpenRCE_sulley/vmcontrol.py
#!/usr/bin/python #!c:\\python\\python.exe import os import sys import time import getopt try: from win32api import GetShortPathName from win32com.shell import shell except: if os.name == "nt": print "[!] Failed to import win32api/win32com modules, please install these! Bailing..." sys.exi...
18,965
Python
.py
420
34.404762
140
0.536104
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,988
network_monitor.py
OpenRCE_sulley/network_monitor.py
#!c:\\python\\python.exe import threading import getopt import time import sys import os import pcapy import impacket import impacket.ImpactDecoder import signal from sulley import pedrpc def log_error(message=None): try: sys.stderr.write("ERR> %s\n" % message) or sys.exit(1) except Exception, e: ...
9,203
Python
.py
216
33.907407
120
0.559897
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,989
process_monitor_unix.py
OpenRCE_sulley/process_monitor_unix.py
import os import sys import getopt import signal import time import threading from sulley import pedrpc ''' By nnp http://www.unprotectedhex.com This intended as a basic replacement for Sulley's process_monitor.py on *nix. The below options are accepted. Crash details are limited to the signal that caused the death ...
8,707
Python
.py
204
33.970588
127
0.598346
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,990
fuzz_trillian_jabber.py
OpenRCE_sulley/examples/fuzz_trillian_jabber.py
#!c:\\python\\python.exe # # pedram amini <pamini@tippingpoint.com> # # on vmware: # cd shared\sulley\branches\pedram # network_monitor.py -d 1 -f "src or dst port 5298" -p audits\trillian_jabber # process_monitor.py -c audits\trillian_jabber.crashbin -p trillian.exe # # on localhost: # vmcontrol.py -r...
1,618
Python
.py
36
43.305556
174
0.702857
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,991
fuzz_trend_server_protect_5168.py
OpenRCE_sulley/examples/fuzz_trend_server_protect_5168.py
#!c:\\python\\python.exe # # pedram amini <pamini@tippingpoint.com> # # on vmware: # cd shared\sulley\branches\pedram # process_monitor.py -c audits\trend_server_protect_5168.crashbin -p SpntSvc.exe # network_monitor.py -d 1 -f "src or dst port 5168" -p audits\trend_server_protect_5168 # # on localhost: # ...
2,497
Python
.py
71
31.028169
180
0.671244
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,992
mdns.py
OpenRCE_sulley/examples/mdns.py
#!/usr/bin/python # A partial MDNS fuzzer. Could be made to be a DNS fuzzer trivially # Charlie Miller <cmiller@securityevaluators.com> from sulley import * from binascii import * from struct import * def insert_questions (sess, node, edge, sock): node.names['Questions'].value = 1+node.names['queries'].current_r...
2,247
Python
.py
55
38.145455
110
0.652134
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,993
fuzz_trend_control_manager_20901.py
OpenRCE_sulley/examples/fuzz_trend_control_manager_20901.py
#!c:\\python\\python.exe # # pedram amini <pamini@tippingpoint.com> # # this was a really half assed fuzz. someone should take it further, see my notes in the requests file for more info. # from sulley import * from requests import trend #############################################################################...
579
Python
.py
13
43.230769
120
0.603203
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,994
crashbin_explorer.py
OpenRCE_sulley/utils/crashbin_explorer.py
#!c:\\python\\python.exe import getopt import sys sys.path.append(r"../../../paimei") import utils import pgraph USAGE = "\nUSAGE: crashbin_explorer.py <xxx.crashbin>" \ "\n [-t|--test #] dump the crash synopsis for a specific test case number" \ "\n [...
2,593
Python
.py
75
27.12
106
0.556445
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,995
crash_binning.py
OpenRCE_sulley/utils/crash_binning.py
# # Crash Binning # Copyright (C) 2006 Pedram Amini <pedram.amini@gmail.com> # # $Id: crash_binning.py 193 2007-04-05 13:30:01Z cameron $ # # This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either v...
10,048
Python
.py
220
36.404545
120
0.541645
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,996
ida_fuzz_library_extender.py
OpenRCE_sulley/utils/ida_fuzz_library_extender.py
#!c:\python\python.exe # # Aaron Portnoy # TippingPoint Security Research Team # (C) 2007 # ######################################################################################################################## def get_string( ea): str_type = GetStringType(ea) if str_type == 0: string_buf = "" ...
5,064
Python
.py
126
31.65873
120
0.48616
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,997
pdml_parser.py
OpenRCE_sulley/utils/pdml_parser.py
#!c:\python\python.exe import sys from xml.sax import make_parser from xml.sax import ContentHandler from xml.sax.handler import feature_namespaces ######################################################################################################################## class ParsePDML (ContentHandler): def ...
3,304
Python
.py
81
27.950617
120
0.477174
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,998
print_session.py
OpenRCE_sulley/utils/print_session.py
#! /usr/bin/python import os import sys import zlib import cPickle USAGE = "\nUSAGE: print_session.py <session file>\n" if len(sys.argv) != 2: print USAGE sys.exit(1) fh = open(sys.argv[1], "rb") data = cPickle.loads(zlib.decompress(fh.read())) fh.close() #print data for key in data.keys(): print key ...
347
Python
.py
15
20.866667
52
0.683077
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)
15,999
pcap_cleaner.py
OpenRCE_sulley/utils/pcap_cleaner.py
#!c:\\python\\python.exe import os import sys sys.path.append(r"..\..\..\paimei") import utils USAGE = "\nUSAGE: pcap_cleaner.py <xxx.crashbin> <path to pcaps>\n" if len(sys.argv) != 3: print USAGE sys.exit(1) # # generate a list of all test cases that triggered a crash. # try: crashbin = utils.crash...
821
Python
.py
28
26.25
80
0.687101
OpenRCE/sulley
1,416
338
56
GPL-2.0
9/5/2024, 5:12:06 PM (Europe/Amsterdam)