Repository Analysis

geekcomputers/Python

My Python Examples

7.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of geekcomputers/Python, a Python project with 35,163 GitHub stars. SynthScan v2.0 examined 188,756 lines of code across 965 source files, recording 869 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 7.8 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.8
Adjusted Score
7.8
Raw Score
100%
Time Factor
2026-07-08
Last Push
35.2K
Stars
Python
Language
188.8K
Lines of Code
965
Files
869
Pattern Hits
2026-07-14
Scan Date
0.05
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 46MEDIUM 214LOW 609

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 869 distinct pattern matches across 23 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Excessive Try-Catch Wrapping199 hits · 289 pts
SeverityFileLineSnippetContext
LOWrecyclebin.py29 except Exception:CODE
LOWdiction.py31 except Exception:CODE
LOWsmart_file_organizer.py90 except Exception as e:CODE
LOWcreate_dir_if_not_there.py29except Exception as e:CODE
MEDIUMGroupSms_Way2.py42 print("Error while logging in.")CODE
MEDIUMGroupSms_Way2.py61 print("Error while sending message")CODE
LOWnews_articles__scraper.py41 except Exception:CODE
LOWnews_articles__scraper.py94 except Exception as error:CODE
LOWnews_articles__scraper.py162 except Exception:CODE
LOWnews_articles__scraper.py198 except Exception:CODE
LOWget_youtube_view.py30except Exception as e:CODE
MEDIUMbatch_file_rename.py18 print(f"Error: {work_dir} is not a valid directory.", file=sys.stderr)CODE
MEDIUMCollatz-Conjecture.py46 print("Error: Could not convert to integer.")CODE
MEDIUMCollatz-Conjecture.py52 print("Error: Numbers zero and below are not calculable.")CODE
MEDIUMCollatz-Conjecture.py55 print("Error: Infinity is not calculable.")CODE
LOWwiki_random.py47 except Exception:CODE
LOWphoto_timestamp_renamer.py33except Exception:CODE
LOWphoto_timestamp_renamer.py84 except Exception:CODE
MEDIUMtweeter.py28 print(f"Error posting tweet: {e}")CODE
MEDIUMtweeter.py40 print(f"Error posting tweet with picture: {e}")CODE
MEDIUMtime_delta.py108 print(f"Error: {e}")CODE
LOWtime_delta.py109 except Exception as e:CODE
LOWmobilePhoneSpecsScrapper.py37 except Exception:CODE
LOWmobilePhoneSpecsScrapper.py92 except Exception as error:CODE
LOWchaos.py14 except Exception:CODE
MEDIUMsqlite_check.py28 print("Error %s:" % e.args[0])CODE
LOWCliYoutubeDownloader.py87 except Exception as e:CODE
MEDIUMbinary_search_tree.py111 print("Error Left")CODE
MEDIUMNumPy Array Exponentiation.py50 print("Error: Shape of the given arrays is not equal.")CODE
MEDIUMsendemail.py61 print("An error occurred: %s" % error)CODE
LOWTimetable_Operations.py48 except Exception as e:CODE
LOWvoice.py19except Exception as e:CODE
LOWSnake-Water-Gun-Game.py26 except Exception as e:STRING
MEDIUMnew_pattern.py11 print(f"Error: Please enter a valid integer number. {e}")CODE
MEDIUMnew_pattern.py13 print(f"Error: {e}")CODE
LOWnew_pattern.py14 except Exception as e:CODE
MEDIUMconvert_wind_direction_to_degrees.py15 print(f"Error: {ve}")CODE
LOWyoutubedownloader.py25 except Exception:CODE
MEDIUMyoutubedownloader.py13def download():CODE
LOWnDigitNumberCombinations.py9 except Exception:CODE
MEDIUMnDigitNumberCombinations.py2def nDigitCombinations(n):CODE
LOWnews_oversimplifier.py69 except Exception as e:CODE
LOWimage_compressor.py39 except Exception as e:CODE
MEDIUMimage_compressor.py51 print(f"Error: File '{target_file}' not found.")CODE
LOWrandom_file_move.py65 except Exception as e:CODE
LOWAnonymous_TextApp.py90except Exception as e:CODE
MEDIUMAnonymous_TextApp.py91 print(f"Error loading image: {e}")CODE
LOWcurrency converter/main.py22 except Exception:CODE
LOWPython_chatting_application/server.py26 except Exception:CODE
LOWPython_chatting_application/client.py20 except Exception as error:CODE
LOWPython_chatting_application/client.py32 except Exception as error:CODE
MEDIUMAssembler/assembler.py1062 print("Error: Not found label!")CODE
MEDIUMAssembler/assembler.py1069 print("Error: expected a label!")CODE
MEDIUMAssembler/assembler.py1079 print("Error: Not found argument!")CODE
MEDIUMAssembler/assembler.py1088 print("Error: Not found register!")CODE
MEDIUMAssembler/assembler.py1121 print("Error: Not found argument")CODE
MEDIUMAssembler/assembler.py1130 print("Error: Not found argument")CODE
MEDIUMAssembler/assembler.py1140 print("Error: Not found db-keyword")CODE
MEDIUMAssembler/assembler.py1149 print("Error: Not found subprogram label")CODE
MEDIUMAssembler/assembler.py1160 print("Error: Unknown subprogram!")CODE
139 more matches not shown…
Unused Imports190 hits · 190 pts
SeverityFileLineSnippetContext
LOWrecyclebin.py1CODE
LOWrecyclebin.py5CODE
LOWpassword_checker_code.py1CODE
LOWscript_count.py1CODE
LOWmerge.py1CODE
LOWGroupSms_Way2.py1CODE
LOWPomodoro (tkinter).py1CODE
LOWget_likes_on_FB.py1CODE
LOWMp3_media_player.py7CODE
LOWphoto_timestamp_renamer.py19CODE
LOWpowerup_checks.py1CODE
LOWCalendar (GUI).py1CODE
LOWblackJackGUI.py1CODE
LOWagecalculator.py4CODE
LOWtweeter.py1CODE
LOWWikipediaModule.py7CODE
LOWpassword_cracker.py1CODE
LOWpassword_cracker.py19CODE
LOWsqlite_check.py1CODE
LOWthread_signal.py1CODE
LOWCliYoutubeDownloader.py1CODE
LOWinternet_connection_py3.py1CODE
LOWpolygon.py3CODE
LOWEncryptionTool.py5CODE
LOWnmap_scan.py1CODE
LOWportscanner.py1CODE
LOWportscanner.py4CODE
LOWportscanner.py5CODE
LOWTTS.py1CODE
LOWpsunotify.py1CODE
LOWcheck_for_sqlite_files.py11CODE
LOWdigital_clock.py10CODE
LOWdigital_clock.py11CODE
LOWsendemail.py1CODE
LOWconvert_time.py1CODE
LOWslack_message.py1CODE
LOWmemorygame.py1CODE
LOWmemorygame.py2CODE
LOWping_subnet.py1CODE
LOWpyhton_array.py1CODE
LOWpan.py3CODE
LOWgui_calculator.py2CODE
LOWping_servers.py1CODE
LOWcheck_file.py11CODE
LOWdir_test.py9CODE
LOWpython_sms.py1CODE
LOWRandomDice.py6CODE
LOWCrack_password.py1CODE
LOWwikipedia.py2CODE
LOWnew_script.py1CODE
LOWrandomloadingmessage.py4CODE
LOWfileinfo.py12CODE
LOWOrganise.py1CODE
LOWcurrency converter/main.py2CODE
LOWcurrency converter/main.py3CODE
LOWcurrency converter/main.py4CODE
LOWcurrency converter/main.py6CODE
LOWAssembler/assembler.py1CODE
LOWremoteok_jobs_scraper/remoteok_jobs.py2CODE
LOWPassword Manager Using Tkinter/main.py4CODE
130 more matches not shown…
Self-Referential Comments59 hits · 175 pts
SeverityFileLineSnippetContext
MEDIUMnews_articles__scraper.py73# Create a dataset for storing the news articlesCOMMENT
MEDIUMnews_articles__scraper.py145TOIarticle_links = [] # Creating an empty list of all the urls of news from Times of India siteCODE
MEDIUMsnake_case_renamer_depth_one.py72 # Create a parser for command-line argumentsCOMMENT
MEDIUMpowerup_checks.py26) # Create the variable by linking the path and the fileCODE
MEDIUMpowerup_checks.py30) # Create the variable by linking the path and the fileCODE
MEDIUMpowerup_checks.py83 cursor = conn.cursor() # Create the cursorCODE
MEDIUMjee_result.py6# Create a BrowserCOMMENT
MEDIUMtime_delta.py48 # Define the format string to match the input timestamp formatCOMMENT
MEDIUMfind_cube_root.py1# This method is called exhaustive numeration!COMMENT
MEDIUMnmap_scan.py17def nmapScan(tgtHost, tgtPort): # Create the function, this fucntion does the scanningCODE
MEDIUMdigital_clock.py24# This function is used toCOMMENT
MEDIUMTodo_GUi.py21# Create the main windowCOMMENT
MEDIUMTodo_GUi.py33# Create the buttonCOMMENT
MEDIUMHangman.py32# Create a while loopCOMMENT
MEDIUMvigenere_cipher.py19 # Define the offset and the encrypted/decrypted letterCOMMENT
MEDIUMvoice.py6# Define the text you want to convert to speechCOMMENT
MEDIUMvoice.py11 # Create a gTTS objectCOMMENT
MEDIUMputtylogs.py24 ) # Create the Variable files1, this is the files in the directory, then we add a suffix with the date and the CODE
MEDIUMlogs.py22 ) # Create the Variable files1, this is the files in the directory, then we add a suffix with the date and the CODE
MEDIUMDivide Operator.py43# Create a DivisionOperation object and pass num1, num2 as argumentsCOMMENT
MEDIUMstack.py39 # Create a empty stackCOMMENT
MEDIUMdaily_checks.py72 filename = sys.argv[0] # Create the variable filenameCODE
MEDIUM8_puzzle.py31 # Create a lookup table for goal tile positionsCOMMENT
MEDIUMmovie_details.py6# Create a BrowserCOMMENT
MEDIUMurl_shortner.py1# Importing the required libraries.COMMENT
MEDIUMurl_shortner.py10 # Creating an instance of the pyshorteners library.COMMENT
MEDIUMStrings.py5# Creating a StringCOMMENT
MEDIUMStrings.py11# Creating a StringCOMMENT
MEDIUMSorting Algorithms/quick_sort.py27 # Create a helper function that will be called recursivelyCOMMENT
MEDIUMSorting Algorithms/heap_sort.py26 # Create a Max Heap from the listCOMMENT
MEDIUMSorting Algorithms/Counting-sort.py22 # Create a count list and using the index to map to the integer in tlist.COMMENT
MEDIUMtext_to_audio/main.py196# # Create an instance of gTTS classCOMMENT
MEDIUMBoardGame-CLI/python.py3# Define the game board with snakes and laddersCOMMENT
MEDIUMbinary_search_trees/main.py13 # Create a BSTCOMMENT
MEDIUMTranslator/translator.py16# Creating a Frame and Grid to hold the ContentCOMMENT
MEDIUMtext-to-audio/text-file-to-audio.py15# Create an instance of gTTS classCOMMENT
MEDIUMtext-to-audio/main.py10# Create an instance of gTTS classCOMMENT
MEDIUMColors/multicoloredline.py37# Create a rich tableCOMMENT
MEDIUM…ractThumbnailFromVideo/extract_thumbnail_from_video.py43 thumbnail_filename = f"{os.path.basename(video_path)}_thumbnail.jpg" # Create a filename for the thumbnailCODE
MEDIUMFlappy Bird - created with tkinter/Bird.py51 # Define a decida e subida do pássaro com base na altura do backgroundCOMMENT
MEDIUMFlappy Bird - created with tkinter/Tubes.py104 # Define a posição X que o tubo de cima aparecerá inicialmente no backgroundCOMMENT
MEDIUMFlappy Bird - created with tkinter/Tubes.py133 # Define a posição Y do corpo do tubo de cimaCOMMENT
MEDIUMFlappy Bird - created with tkinter/Tubes.py159 # Define a altura da imagem do corpo do tubo de baixoCOMMENT
MEDIUMFlappy Bird - created with tkinter/Tubes.py171 # Define a posição Y do corpo do tubo de baixoCOMMENT
MEDIUMFlappy Bird - created with tkinter/Tubes.py184 # Define a distância como sendo ZEROCOMMENT
MEDIUMfile_handle/File handle text/counter.py25 # Define the initial count of the lower and upper case.COMMENT
MEDIUM.circleci/config.yml5# Define a job to be invoked later in a workflow.COMMENT
MEDIUM1 File handle/File handle text/counter.py13 # Define the initial count of the lower and upper case.COMMENT
MEDIUM…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py64 # Initialize the expression variableCOMMENT
MEDIUM…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py90 global gui # Creating a global variableCODE
MEDIUM…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py99 global gui # Creating a global variableCODE
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py4# Import the required librariesCOMMENT
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py19 # Create the widgetsCOMMENT
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py22 # Create the widgetsCOMMENT
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py24 # Create a frame to hold the widgetsCOMMENT
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py29 # Create a label to display the counterCOMMENT
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py64 # Create the root windowCOMMENT
MEDIUM…_sort/GUI_apps/tkinter_apps/counter_app/counter_app.py66 # Create an instance of the applicationCOMMENT
MEDIUM…chourasia/to_sort/pdf_to_docx_converter/pdf_to_docx.py2# Import the required modulesCOMMENT
Decorative Section Separators55 hits · 164 pts
SeverityFileLineSnippetContext
MEDIUMencrypter_decrypter_gui.py2# =============================================================COMMENT
MEDIUMencrypter_decrypter_gui.py8# =============================================================COMMENT
MEDIUMencrypter_decrypter_gui.py103 # ==============================COMMENT
MEDIUMencrypter_decrypter_gui.py256# =============================================================COMMENT
MEDIUMdiceV2_dynamic.py22# =====================================================================COMMENT
MEDIUMdiceV2_dynamic.py77# =================================================================COMMENT
MEDIUMtime_delta.py7# -----------------------------------------------------------------------------COMMENT
MEDIUMtime_delta.py32# ------------------------------------------------------------------------------COMMENT
MEDIUMcalculator-gui.py6# ===================================================COMMENT
MEDIUMcalculator-gui.py16 # ----------------------COMMENT
MEDIUMcalculator-gui.py24 # ------------------------------------COMMENT
MEDIUMcalculator-gui.py167 # ==============================================COMMENT
MEDIUMcalculator-gui.py386 # -----------------COMMENT
MEDIUMcalculator-gui.py389 # -----------------------------COMMENT
MEDIUMcalculator-gui.py404 # -----------------------COMMENT
MEDIUMpython_sms.py50 # -----------------------------------COMMENT
MEDIUMpython_sms.py52 # -----------------------------------COMMENT
MEDIUMencrypter-decrypter-gui.py2# =============================================================COMMENT
MEDIUMencrypter-decrypter-gui.py8# =============================================================COMMENT
MEDIUMencrypter-decrypter-gui.py103 # ==============================COMMENT
MEDIUMencrypter-decrypter-gui.py256# =============================================================COMMENT
MEDIUMWeather Scrapper/weather.py27# -----------------------------------------------------COMMENT
MEDIUMWeather Scrapper/weather.py42# -----------------------------------------------------COMMENT
MEDIUMColors/primary_colors.py170# ---------------------------------------------------------------------------------------------------COMMENT
MEDIUMColors/primary_colors.py172# --------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py32# -------------------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py34# -------------------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py1186 # ------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py1188 # ------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py1333 # ------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py1335 # ------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py1758# -------------------------------------------------------------------------------------------------------------COMMENT
MEDIUMbank_managment_system/QTFrontend.py240# -------------------------------------------------------------------------------------------------------------STRING
MEDIUMbank_managment_system/QTFrontend.py242# -------------------------------------------------------------------------------------------------------------STRING
MEDIUMbank_managment_system/QTFrontend.py1093# -------------------------------------------------------------------------------------------------------------STRING
MEDIUMbank_managment_system/QTFrontend.py1095# -------------------------------------------------------------------------------------------------------------STRING
MEDIUMprimelib/primelib.py90# ------------------------------------------COMMENT
MEDIUMprimelib/primelib.py123# --------------------------------COMMENT
MEDIUMprimelib/primelib.py150# -----------------------------------------COMMENT
MEDIUMprimelib/primelib.py191# -----------------------------------------COMMENT
MEDIUMprimelib/primelib.py218# ----------------------------------------------COMMENT
MEDIUMprimelib/primelib.py245# ----------------------COMMENT
MEDIUMprimelib/primelib.py261# ------------------------COMMENT
MEDIUMprimelib/primelib.py277# ------------------------COMMENT
MEDIUMprimelib/primelib.py330# ----------------------------------------------COMMENT
MEDIUMprimelib/primelib.py363# ----------------------------------------------------COMMENT
MEDIUMprimelib/primelib.py435# ----------------------------------COMMENT
MEDIUMprimelib/primelib.py469# ---------------------------------------------------COMMENT
MEDIUMprimelib/primelib.py512# ----------------------------------------------------COMMENT
MEDIUMprimelib/primelib.py536# ----------------------------------------------------COMMENT
MEDIUMprimelib/primelib.py563# ------------------------------------------------------------COMMENT
MEDIUMprimelib/primelib.py593# -----------------------------------------------------------------COMMENT
MEDIUMprimelib/primelib.py613# -------------------------------------------------------------------COMMENT
MEDIUMEmoji Dictionary/emoji_dictionary.py3# -----------------------------------------------------------------------------------------------------COMMENT
MEDIUMEmoji Dictionary/emoji_dictionary.py9# -----------------------------------------------------------------------------------------------COMMENT
Cross-Language Confusion18 hits · 118 pts
SeverityFileLineSnippetContext
HIGHinheritance_YahV1729.py23 # Here we return trueCOMMENT
HIGHbalance_parenthesis.py39 s.push(paren)CODE
HIGHInfix_to_Postfix.py63 self.push(i)CODE
HIGHInfix_to_Postfix.py80 self.push(i)CODE
HIGHsingly_linked_list.py37 if pos < 0 or pos > self.length():CODE
HIGHsingly_linked_list.py42 elif pos == self.length() - 1:CODE
HIGHsingly_linked_list.py75 if pos < 0 or pos > self.length():CODE
HIGHsingly_linked_list.py81 elif pos == self.length() - 1:CODE
HIGHSorting Algorithims/heapsort_linkedlist.py71linked_list.push(12)CODE
HIGHSorting Algorithims/heapsort_linkedlist.py72linked_list.push(11)CODE
HIGHSorting Algorithims/heapsort_linkedlist.py73linked_list.push(13)CODE
HIGHSorting Algorithims/heapsort_linkedlist.py74linked_list.push(5)CODE
HIGHSorting Algorithims/heapsort_linkedlist.py75linked_list.push(6)CODE
HIGHSorting Algorithims/heapsort_linkedlist.py76linked_list.push(7)CODE
HIGH…on Programs/Python Program to Reverse a linked list.py45llist.push(20)CODE
HIGH…on Programs/Python Program to Reverse a linked list.py46llist.push(4)CODE
HIGH…on Programs/Python Program to Reverse a linked list.py47llist.push(15)CODE
HIGH…on Programs/Python Program to Reverse a linked list.py48llist.push(85)CODE
Deep Nesting117 hits · 114 pts
SeverityFileLineSnippetContext
LOWdiction.py39CODE
LOWtf_idf_generator.py73CODE
LOWencrypter_decrypter_gui.py222CODE
LOWsoundex_algorithm.py1CODE
LOWcheck_prime.py21CODE
LOWbalance_parenthesis.py32CODE
LOWwiki_random.py29CODE
LOWphoto_timestamp_renamer.py49CODE
LOWscalg.py30CODE
LOWGuessing_Game.py5CODE
LOWtik_tak.py25CODE
LOWtik_tak.py77CODE
LOWbinary_search_tree.py266CODE
LOWbinary_search_tree.py25CODE
LOWbinary_search_tree.py49CODE
LOWbinary_search_tree.py69CODE
LOWFizzBuzz.py9CODE
LOWsha1.py56CODE
LOWBase Converter Number system.py8CODE
LOWgoogleweb.py11CODE
LOWnumber guessing.py13CODE
LOWgenerate_permutations.py1CODE
LOWsimple_calculator.py38CODE
LOWSanke-water-gun game.py75CODE
LOWfile_ext_changer.py9CODE
LOWInfix_to_Postfix.py53CODE
LOWfactorial_perm_comp.py29CODE
LOWspotifyAccount.py60CODE
LOWcalc_area.py4CODE
LOWdaily_horoscope.py11CODE
LOWwifi hack by brutefore.py52CODE
LOWwifi hack by brutefore.py103CODE
LOWgui_calculator.py104CODE
LOWnews_oversimplifier.py13CODE
LOWpythonVideoDownloader.py34CODE
LOWCredit_Card_Validator.py9CODE
LOWserial_scanner.py17CODE
LOWencrypter-decrypter-gui.py222CODE
LOWscrap_file.py9CODE
LOWTic-Tac-Toe Games/tic-tac-toe5.py174CODE
LOWTic-Tac-Toe Games/tic-tac-toe3.py40CODE
LOWTic-Tac-Toe Games/tic-tac-toe3.py69CODE
LOWTic-Tac-Toe Games/tic-tac-toe6.py131CODE
LOWSorting Algorithms/merge_sort.py1CODE
LOWSorting Algorithms/Cycle Sort.py4CODE
LOWPersonal-Expense-Tracker/expense_tracker.py20CODE
LOWPersonal-Expense-Tracker/expense_tracker.py109CODE
LOWAssembler/assembler.py759CODE
LOWrearrange-files/rearrange-files.py22CODE
LOWLaundary System/code.py36CODE
LOWBoardGame-CLI/uno.py126CODE
LOWBoardGame-CLI/snakeLadder.py40CODE
LOWBoardGame-CLI/snakeLadder.py118CODE
LOWBoardGame-CLI/snakeLadder.py141CODE
LOWBlackJack_game/blackjack.py69CODE
LOWBlackJack_game/blackjack_simulate.py546CODE
LOWBlackJack_game/blackjack_simulate.py590CODE
LOWbinary_search_trees/delete_a_node_in_bst.py7CODE
LOWinsta_monitering/insta_datafetcher.py167CODE
LOWWindows_Wallpaper_Script/wallpaper_extract.py87CODE
57 more matches not shown…
Redundant / Tautological Comments59 hits · 100 pts
SeverityFileLineSnippetContext
LOWpower_of_n.py1# Assign values to author and version.COMMENT
LOWarea_of_square_app.py45 # Check if the result is a float and remove unnecessary zerosCOMMENT
LOWsnake_case_renamer_depth_one.py49 # Check if the new filename is different from the old filenameCOMMENT
LOWsnake_case_renamer_depth_one.py51 # Check if the new filename already exists in the directoryCOMMENT
LOWpowerup_checks.py95 f.close() # Close the fileCODE
LOWbinary_search_tree.py27 # Check if tree has root with None valueCOMMENT
LOWbinary_search_tree.py71 # Check if node existsCOMMENT
LOWbinary_search_tree.py73 # Check if node is the Root nodeCOMMENT
LOWbinary_search_tree.py87 # Check if node is to left of its parentCOMMENT
LOWbinary_search_tree.py89 # Check if node is leaf nodeCOMMENT
LOWbinary_search_tree.py93 # Check if node has child at left and None at rightCOMMENT
LOWbinary_search_tree.py97 # Check if node has child at right and None at leftCOMMENT
LOWbinary_search_tree.py113 # Check if node is to right of its parentCOMMENT
LOWbinary_search_tree.py121 # Check if node has left child at None at rightCOMMENT
LOWbinary_search_tree.py125 # Check if node has right child at None at leftCOMMENT
LOWis_number.py6# Assign values to author and version.COMMENT
LOWpython_webscraper.py11# Set all_h1_tags to all h1 tags of the soupCOMMENT
LOWInfix_to_Postfix.py31 # Push the element to the stackCOMMENT
LOWInfix_to_Postfix.py41 # Check if the precedence of operator is strictlyCOMMENT
LOWwebcam.py41 # Display the resulting frameCOMMENT
LOWyoutubedownloader.py20 if filename: # Check if a filename is selectedCODE
LOWdaily_checks.py44 # Open the file server_list.txt, loop through reading each lineCOMMENT
LOWimage_compressor.py16 # Check if file is an imageCOMMENT
LOWnslookup_check.py13for server in open("server_list.txt"): # Open the file and read each lineCODE
LOWpython_sms.py47 # Set flag to 1 to simulate sending, this saves your credits while you are testing your code. # To send real messageCOMMENT
LOWCalculator with simple ui.py80 # Check if choice is one of the four optionsCOMMENT
LOWSorting Algorithms/Cycle Sort.py7 # Loop through the array to find cycles to rotate.COMMENT
LOWpassword_programs_multiple/animal_name_scraiper.py46 # Check if the next sibling exists and if it's not a <br> elementCOMMENT
LOWBoardGame-CLI/python.py43 # Check if the new position is a ladder or a snakeCOMMENT
LOWBoardGame-CLI/python.py51 # Check if the new position exceeds the board sizeCOMMENT
LOWbinary_search_trees/main.py31 # Check if the tree is a BSTCOMMENT
LOWbinary_search_trees/main.py43 # Check if the tree is a BSTCOMMENT
LOWbinary_search_trees/main.py55 # Check if the tree is a BSTCOMMENT
LOWbinary_search_trees/main.py67 # Check if the tree is a BSTCOMMENT
LOWHTML_to_PDF/main.py28# Check if the HTML file exists before proceedingCOMMENT
LOWPDF/images.py30 # Check if Width is greater than height so to know the image is in landscape or else in potraitCOMMENT
LOWHand-Motion-Detection/hand_motion_recognizer.py25 # Set flag to trueCOMMENT
LOWFace and eye Recognition/face_recofnation_first.py37 # Display the resulting frameCOMMENT
LOWWordle/wordle.py16 # Check if the current word is 5 characters longSTRING
LOWWordle/wordle.py46# Set tries to 0COMMENT
LOWWordle/wordle.py51 # Check if the user has used all of their triesCOMMENT
LOWWordle/wordle.py58 # Check if user wants to exit the programCOMMENT
LOWWordle/wordle.py62 # Check if the word given by the user is 5 characters longCOMMENT
LOWWordle/wordle.py67 # Check if the word given by the user is in the dictionaryCOMMENT
LOWWordle/wordle.py72 # Check if the word given by the user is correctCOMMENT
LOWWordle/wordle.py83 # Check if letter is already checkedCOMMENT
LOWWordle/wordle.py89 # Check if letter has been checkd more or equal to the ammount of these letters inside of the wordCOMMENT
LOWWordle/wordle.py93 # Check if cont is trueCOMMENT
LOWWordle/wordle.py102 # Check if letter is in wordCOMMENT
LOWWordle/wordle.py105 # Check if letter is in the correct positionCOMMENT
LOWWordle/wordle.py118 # Check if there has already been an answer returnedCOMMENT
LOWvery_easy/is_number.py6# Assign values to author and version.COMMENT
LOWbank_managment_system/QTFrontend.py1484 # Add pages to stacked widgetCOMMENT
LOWJARVIS/JARVIS_2.0.py35 import pyttsx3 # Check if already installedCODE
LOWsimple_calculator/simple_calculator.py37 # Check if the choice is validCOMMENT
LOWsimple_calculator/simple_calculator.py56 # Check if the user wants another calculationCOMMENT
LOWJustDialScrapperGUI/Justdial Scrapper GUI.py127 # Check if reached end of resultCOMMENT
LOW…y-haarcascade-mustache-on-face/mustache-add-on-face.py35 # Display the resulting frameCOMMENT
LOW…karshchourasia/to_sort/JARVIS_python_bot/JARVIS_2.0.py34 import pyttsx3 # Check if already installedCODE
Cross-File Repetition13 hits · 65 pts
SeverityFileLineSnippetContext
HIGHsize(resolution)image.py0"this function prints the resolution of the jpeg image file passed into itSTRING
HIGHImage_resize.py0"this function prints the resolution of the jpeg image file passed into itSTRING
HIGHFindingResolutionOfAnImage.py0"this function prints the resolution of the jpeg image file passed into itSTRING
HIGHAutoComplete_App/backend.py0returns - none input - none ---------- - initialize database. we use sqlite3 - check if the tables exist, if not create STRING
HIGHSearch_Engine/backend.py0returns - none input - none ---------- - initialize database. we use sqlite3 - check if the tables exist, if not create STRING
HIGHQuestionAnswerVirtualAssistant/backend.py0returns - none input - none ---------- - initialize database. we use sqlite3 - check if the tables exist, if not create STRING
HIGHFlappy Bird - created with tkinter/Bird.py0retorna um objeto da classe pil.imagetk.photoimage de uma imagem e as imagens criadas de pil.image (photoimage, new, oriSTRING
HIGHFlappy Bird - created with tkinter/Background.py0retorna um objeto da classe pil.imagetk.photoimage de uma imagem e as imagens criadas de pil.image (photoimage, new, oriSTRING
HIGHFlappy Bird - created with tkinter/Tubes.py0retorna um objeto da classe pil.imagetk.photoimage de uma imagem e as imagens criadas de pil.image (photoimage, new, oriSTRING
HIGHfile_handle/File handle text/question 6.py0write a function in python to count the number of lowercase alphabets present in a text file “happy.txtSTRING
HIGH1 File handle/File handle text/question 6.py0write a function in python to count the number of lowercase alphabets present in a text file “happy.txtSTRING
HIGHfile_handle/File handle text/question 5.py0write a function in python to count the number of lowercase alphabets present in a text file “happy.txtSTRING
HIGH1 File handle/File handle text/question 5.py0write a function in python to count the number of lowercase alphabets present in a text file “happy.txtSTRING
Over-Commented Block45 hits · 45 pts
SeverityFileLineSnippetContext
LOWbinod.py1# patch-1COMMENT
LOWarea_of_square_app.py101 print(truncated_area)COMMENT
LOWarea_of_square_app.py121# README.md file is also needed.COMMENT
LOWtime_delta.py1"""COMMENT
LOWbinary_search_tree.py361print(depth(t.root))COMMENT
LOWbinary_search_tree.py381# print(vertical_middle_level(t.root))COMMENT
LOWadvanced_calculator.py361 # os.system("cls")COMMENT
LOW…urrent weather of any city using openweathermap API.py21# get method of requests moduleCOMMENT
LOWslack_message.py21# raise ValueError(COMMENT
LOWhelloworld.py21 "make sure to use the same type of quotes(quotation marks or apostrophes)at the end that you used at the start"COMMENT
LOWequations.py1###COMMENT
LOWChrome Dino Automater.py41 # print(aarray(image))COMMENT
LOWsolution to euler project problem 10.py1##author-slayking1965COMMENT
LOWsolution to euler project problem 10.py21# >>> solution(2_000_000)COMMENT
LOWsolution to euler project problem 10.py41# >>> solution(-7) # doctest: +ELLIPSISCOMMENT
LOWsolution to euler project problem 10.py61# for j in range(i * i, n + 1, i):COMMENT
LOWSorting Algorithms/Iterative Merge Sort.py1# Iterative Merge sort (Bottom Up)COMMENT
LOWPatterns/patterns.py1# Lets say we want to print a combination of stars as shown below.COMMENT
LOWPatterns/half triangle pattern.py1# (upper half - repeat)COMMENT
LOWpassword_programs_multiple/animal_name_scraiper.py21# To store the titles of animalsCOMMENT
LOWpassword_programs_multiple/animal_name_scraiper.py61# title = container.find("h2", class_="wp-block-heading")COMMENT
LOWLinkedLists all Types/singly_linked_list.py221 "__dir__",COMMENT
LOWtext_to_audio/main.py21# import pygameCOMMENT
LOWtext_to_audio/main.py101 # # .exists() is a method in Path classCOMMENT
LOWtext_to_audio/main.py121 # file_path = input("Enter the file path: ")COMMENT
LOWtext_to_audio/main.py181# Will later put other pdf and word2docx vectorisations.COMMENT
LOWtext_to_audio/main.py201# print("Audio Saved")COMMENT
LOWinsta_monitering/insta_api.py101# class SenderHandlerinsta(tornado.web.RequestHandler):COMMENT
LOWrepo_website/docs/README_og.md681# can write your own, and import them. The name of theCOMMENT
LOWrepo_website/docs/README_og.md781 i.age = 42COMMENT
LOWVoiceAssistant/Project_Basic_struct/speakListen.py181 # hear()COMMENT
LOWQuizzler Using Tkinter and Trivia DB API/data_static.py101 # {COMMENT
LOWQuizzler Using Tkinter and Trivia DB API/data_static.py121 # "correct_answer": "Toy software",COMMENT
LOWQuizzler Using Tkinter and Trivia DB API/data_static.py141 # "Strict adherence to development rules and guidelines",COMMENT
LOWQuizzler Using Tkinter and Trivia DB API/data_static.py161 # "Easily allows for concurrent work among multiple developers"COMMENT
LOWQuizzler Using Tkinter and Trivia DB API/data_static.py181 # },COMMENT
LOWXORcipher/XOR_cipher.py181# crypt = XORCipher()COMMENT
LOWXORcipher/XOR_cipher.py201# print "decrypt successful"COMMENT
LOWXORcipher/test_XOR_cipher.py1#COMMENT
LOW.circleci/config.yml1# Use the latest 2.1 version of CircleCI pipeline process engine.COMMENT
LOW…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py41COMMENT
LOW…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py401 # metadata = Metadata()COMMENT
LOW…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py421# To add Author Metadata.COMMENT
LOW…chourasia/to_sort/pdf_to_docx_converter/pdf_to_docx.py61# """COMMENT
LOW…chourasia/to_sort/pdf_to_docx_converter/pdf_to_docx.py81# for page_num in range(pdf.page_count):COMMENT
Hyper-Verbose Identifiers40 hits · 43 pts
SeverityFileLineSnippetContext
LOWarea_of_square_app.py87 def calculate_perimeter_prettify(self):CODE
LOWarea_of_square_app.py93 def truncate_decimals_prettify(self):CODE
LOWswap.py59 def swap_arithmetic_operations(self):CODE
LOWpassword guessing.py26def guess_password_simulation(password: str) -> str:CODE
LOWmobilePhoneSpecsScrapper.py53 def crawl_phones_models_specification(self, li):CODE
LOWnumeric_password_cracker.py4def generate_password_permutations(length):CODE
LOWCat/test_cat.py32 def test_reads_multiple_files_in_order(self):CODE
LOWCat/test_cat.py44 def test_reads_from_stdin_without_files(self):CODE
LOWCat/test_cat.py50 def test_dash_reads_stdin_between_files(self):CODE
LOWCat/test_cat.py62 def test_missing_file_reports_error_and_continues(self):CODE
LOWCat/test_cat.py88 def test_number_nonblank_lines(self):CODE
LOWCat/test_cat.py99 def test_number_nonblank_takes_priority_over_number(self):CODE
LOWCat/test_cat.py110 def test_squeeze_repeated_blank_lines(self):CODE
LOWTic-Tac-Toe Games/tic-tac-toe5.py122def choose_random_move_from_list(CODE
LOWPatterns/half triangle pattern.py45def upper_half_repeat_pattern(lines=5):CODE
LOWPatterns/half triangle pattern.py50def lower_half_repeat_pattern(lines=5):CODE
LOWPatterns/half triangle pattern.py55def upper_half_incremental_pattern(lines=5):CODE
LOWPatterns/half triangle pattern.py62def lower_half_incremental_pattern(lines=5):CODE
LOWrearrange-files/rearrange-files.py14 def make_folder_and_return_name(self, foldername):CODE
LOWinsta_monitering/insta_datafetcher.py199 def request_data_from_instagram(self):CODE
LOWTest-Case-Generator/test_case.py535 def forget_testcase_take_input_screen(self, check=0):CODE
LOW…rial_developed_hangman/tests/test_hangman/test_main.py35def test_parse_word_from_site() -> None:CODE
LOW…rial_developed_hangman/tests/test_hangman/test_main.py39def test_parse_word_from_site_no_internet() -> None:CODE
LOW…rial_developed_hangman/tests/test_hangman/test_main.py45def test_parse_word_from_site_err() -> None:CODE
LOWWord_Dictionary/dictionary.py31 def print_all_words_in_dictionary(self) -> List[str]:CODE
LOWWord_Dictionary/dictionary.py37 def suggest_words_starting_with(self, prefix: str) -> List[str]:CODE
LOWbank_managment_system/frontend.py11def check_string_in_account_no(check_acc_no):CODE
LOWbank_managment_system/frontend.py18 def create_customer_in_database():CODE
LOWbank_managment_system/frontend.py445 def show_all_updateble_content():CODE
LOWbank_managment_system/frontend.py513 def update_address_in_database():CODE
LOWbank_managment_system/frontend.py817 def update_details_of_staff_member():CODE
LOWbank_managment_system/frontend.py822 def update_that_particular_employee():CODE
LOWbank_managment_system/frontend.py851 def update_password_in_database():CODE
LOWbank_managment_system/frontend.py873 def update_salary_in_database():CODE
LOWbank_managment_system/frontend.py896 def update_position_in_database():CODE
LOWbank_managment_system/QTFrontend.py1516 def setup_balance_operation_flow(CODE
LOWbank_managment_system/QTFrontend.py1629 def find_and_hide_submit_button(page):CODE
LOWbank_managment_system/QTFrontend.py1659 def update_employee_search_submit():CODE
LOWbank_managment_system/QTFrontend.py729def create_employee_menu_page(parent, title):STRING
LOWQuestionAnswerVirtualAssistant/backend.py152 def find_most_matched_question(self, user_input, corpus):CODE
Magic Placeholder Names7 hits · 32 pts
SeverityFileLineSnippetContext
HIGHAudio_Summarizer.py21 "OPENAI_API_KEY", "your-api-key-here"CODE
HIGHTrending youtube videos.py8Replace 'YOUR_API_KEY' with your actual API key. This script will fetch and print the titles,STRING
HIGHTrending youtube videos.py19API_KEY = "YOUR_API_KEY"CODE
HIGHgooglemaps.py11key = "your_api_key"CODE
HIGHThirdAI/Terms and Conditions/Readme.md63 client = NeuralDBClient(api_key="YOUR_API_KEY")CODE
HIGHJARVIS/JARVIS_2.0.py64 url = "http://newsapi.org/v2/top-headlines?sources=the-times-of-india&apiKey=yourapikey"CODE
HIGH…karshchourasia/to_sort/JARVIS_python_bot/JARVIS_2.0.py63 url = "http://newsapi.org/v2/top-headlines?sources=the-times-of-india&apiKey=yourapikey"CODE
Docstring Block Structure6 hits · 30 pts
SeverityFileLineSnippetContext
HIGHscalg.py31Analyse and score a dataset using a range based percentual proximity algorithm and calculate the linear maximum likeSTRING
HIGHscalg.py107Analyse data file using a range based percentual proximity algorithm and calculate the linear maximum likelihood estSTRING
HIGHsum_of_digits_of_a_number.py50 Compute the sum of the digits of an integer. Args: n: Non-negative integer. If the integer is STRING
HIGHsorting_algos.py5Sorts a list in ascending order using the selection sort algorithm. Args: arr: List of comparable elements STRING
HIGHnew_pattern.py19 Generate a pattern of '@' and '$' characters. Args: lines: Number of lines to generate in the pattern STRING
HIGHnews_oversimplifier.py118 Fetches a list of news articles from NewsAPI based on a query string. args: api_key (str): NewsAPI keySTRING
Example Usage Blocks16 hits · 25 pts
SeverityFileLineSnippetContext
LOWarea_of_square_app.py24# Example usage:COMMENT
LOWtwo_num.py50# Example usageCOMMENT
LOWTaskManager.py35# Example usageCOMMENT
LOWTaskPlanner.py35# Example usageCOMMENT
LOWscrap_file.py25# Example usageCOMMENT
LOWSorting Algorithms/dual_pivot_quicksort.py84# Example usageCOMMENT
LOWSorting Algorithims/heapsort_linkedlist.py69# Example usage:COMMENT
LOWcli_master/validation_page.py10# Example usage:COMMENT
LOWcli_master/validation_page.py24# Example usage:COMMENT
LOWcli_master/validation_page.py37# Example usage:COMMENT
LOWcli_master/validation_page.py50# Example usage:COMMENT
LOWcli_master/validation_page.py63# Example usage:COMMENT
LOW…/tkinter_apps/simple_calc_GUI/simple_calculator_GUI.py400 # # Example usage:COMMENT
LOWnitkarshchourasia/to_sort/word2number/word2number.py72# Example usage:COMMENT
LOW…chourasia/to_sort/pdf_to_docx_converter/pdf_to_docx.py29# Example usageCOMMENT
LOW…chourasia/to_sort/pdf_to_docx_converter/pdf_to_docx.py97# # Example usageCOMMENT
Slop Phrases7 hits · 18 pts
SeverityFileLineSnippetContext
LOWarea_of_square_app.py105# also make sure to add a about menu to input a while loop in tkinter app.COMMENT
MEDIUMSnake-Water-Gun-Game.py9# you can use this code also, see this code is very short in compare to your codeCOMMENT
MEDIUMSnake-Water-Gun-Game.py86 # you can use this code to minimize your writing time for the codeCOMMENT
LOWrussian_roulette.py90 print("don't forget to send a pic from heaven :)")CODE
MEDIUMlogin.py33 # This is username you can change hereCOMMENT
MEDIUMlogin.py36 # This is Password you can change hereCOMMENT
MEDIUMGoogle_News.py33# you can add google news 'xml' URL here for any country/categoryCOMMENT
Structural Annotation Overuse9 hits · 15 pts
SeverityFileLineSnippetContext
LOWmobilePhoneSpecsScrapper.py101 # Step 1: Scrape links to all the individual phone specs page and save it so that we don't need to run it again.COMMENT
LOWmobilePhoneSpecsScrapper.py106 # Step 2: Iterate through all the links from the above execution and run the next commandCOMMENT
LOWSOUNDEX.py5 # Step 0: Covert the TERM to UpperCaseCOMMENT
LOWSOUNDEX.py41 # Step 3: Replace all adjacent same number with one numberCOMMENT
LOWML/EXAMPLES.md8# Step 1: Train ResNet18 on CIFAR-10COMMENT
LOWML/EXAMPLES.md11# Step 2: Test the model interactivelyCOMMENT
LOWML/QUICKSTART.md9### Step 1: Install NeuralForgeCOMMENT
LOWML/QUICKSTART.md23### Step 2: Train on Real DataCOMMENT
LOWML/QUICKSTART.md35### Step 3: Test Your ModelCOMMENT
AI Response Leakage2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHlinear-algebra-python/src/Transformations2D.py3# I have added the codes for reflection, projection, scaling and rotation matrices.COMMENT
HIGHrepo_website/docs/README_og.md1001# In this example `beg` wraps `say`. If say_please is True then itCOMMENT
Modern AI Meta-Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM.circleci/config.yml6# See: https://circleci.com/docs/guides/orchestrate/jobs-steps/#jobs-overview & https://circleci.com/docs/reference/confCOMMENT
MEDIUM.circleci/config.yml17 # See: https://circleci.com/docs/guides/orchestrate/jobs-steps/#steps-overview & https://circleci.com/docs/referenceCOMMENT
MEDIUM.circleci/config.yml26# See: https://circleci.com/docs/guides/orchestrate/workflows/ & https://circleci.com/docs/reference/configuration-referCOMMENT
Modern Structural Boilerplate8 hits · 8 pts
SeverityFileLineSnippetContext
LOWML/src/python/neuralforge/__init__.py10__all__ = ['nn', 'optim', 'data', 'utils', 'nas', 'Trainer', 'Config']CODE
LOWML/src/python/neuralforge/nn/__init__.py7__all__ = [CODE
LOWML/src/python/neuralforge/nas/__init__.py5__all__ = [CODE
LOWML/src/python/neuralforge/optim/__init__.py4__all__ = [CODE
LOWML/src/python/neuralforge/utils/__init__.py5__all__ = [CODE
LOWML/src/python/neuralforge/models/__init__.py5__all__ = [CODE
LOWML/src/python/neuralforge/cli/__init__.py6__all__ = ['train', 'test', 'gui', 'nas']CODE
LOWML/src/python/neuralforge/data/__init__.py6__all__ = [CODE
Verbosity Indicators4 hits · 8 pts
SeverityFileLineSnippetContext
LOWmobilePhoneSpecsScrapper.py101 # Step 1: Scrape links to all the individual phone specs page and save it so that we don't need to run it again.COMMENT
LOWmobilePhoneSpecsScrapper.py106 # Step 2: Iterate through all the links from the above execution and run the next commandCOMMENT
LOWSOUNDEX.py5 # Step 0: Covert the TERM to UpperCaseCOMMENT
LOWSOUNDEX.py41 # Step 3: Replace all adjacent same number with one numberCOMMENT
AI Structural Patterns7 hits · 7 pts
SeverityFileLineSnippetContext
LOWsendemail.py48CODE
LOWSearch_Engine/backend.py139CODE
LOWML/src/python/neuralforge/nn/attention.py131CODE
LOWML/src/python/neuralforge/nn/convolution.py32CODE
LOWML/src/python/neuralforge/nn/modules.py119CODE
LOWML/src/python/neuralforge/models/vit.py4CODE
LOWQuestionAnswerVirtualAssistant/backend.py150CODE
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
LOWportscanner.py13# Description : Port Scanner, you just pass the host and the portsCOMMENT
MEDIUMcolorma_as_color.py19# …or, Colorama can be used in conjunction with existing ANSI libraries such as the venerable Termcolor the fabulous BleCOMMENT
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMmeme_maker.py14CODE
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWCat/text_a.txt3Lorem ipsum, dolor sit amet.CODE
LOWCat/text_a.txt3Lorem ipsum, dolor sit amet.CODE