Repository Analysis

sonic-pi-net/sonic-pi

Code. Music. Live.

4.3 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of sonic-pi-net/sonic-pi, a C++ project with 11,889 GitHub stars. SynthScan v2.0 examined 621,083 lines of code across 1672 source files, recording 2137 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written 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).

4.3
Adjusted Score
4.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
11.9K
Stars
C++
Language
621.1K
Lines of Code
1.7K
Files
2.1K
Pattern Hits
2026-07-14
Scan Date
0.00
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 2HIGH 2MEDIUM 322LOW 1811

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 2137 distinct pattern matches across 17 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.

Over-Commented Block1390 hits · 1236 pts
SeverityFileLineSnippetContext
LOWinstall/windows/prune.rb1#!/usr/bin/ruby -wUCOMMENT
LOWapp/mac-release-01-prune.sh1#!/bin/bashCOMMENT
LOWapp/mac-release-03-info-plist.sh1#!/bin/bashCOMMENT
LOWapp/mac-build-openssl.sh1#!/bin/bashCOMMENT
LOWapp/mac-build-openssl.sh21# app/external/openssl-build/install/lib/libcrypto.3.dylibCOMMENT
LOWapp/mac-release-04-codesign.sh1#!/bin/bashCOMMENT
LOWapp/mac-release.sh1#!/bin/bashCOMMENT
LOWapp/mac-release-00-stage.sh1#!/bin/bashCOMMENT
LOWapp/mac-build-ruby.sh1#!/bin/bashCOMMENT
LOWapp/mac-build-ruby.sh21# or /usr/local reference survives.COMMENT
LOWapp/mac-release-06-notarize.sh1#!/bin/bashCOMMENT
LOWapp/mac-release-05-package-dmg.sh1#!/bin/bashCOMMENT
LOWapp/mac-release-08-compat-audit.sh1#!/bin/bashCOMMENT
LOWapp/mac-release-common.sh1#!/bin/bashCOMMENT
LOWapp/mac-release-02-bundle-dylibs.sh1#!/bin/bashCOMMENT
LOWapp/linux-appimage.sh1#!/bin/bashCOMMENT
LOWapp/tools/spout-receiver/main.cpp1//--COMMENT
LOWapp/config/user-examples/audio-settings.toml1# ╘COMMENT
LOWapp/config/user-examples/audio-settings.toml21# SuperCollider Audio SettingsCOMMENT
LOWapp/config/user-examples/audio-settings.toml41COMMENT
LOWapp/config/user-examples/audio-settings.toml61#COMMENT
LOWapp/config/user-examples/audio-settings.toml81# Good luck and happy live coding!COMMENT
LOWapp/config/user-examples/audio-settings.toml101# the name must exactly match the full name of the sound card.COMMENT
LOWapp/config/user-examples/audio-settings.toml121## ============COMMENT
LOWapp/config/user-examples/audio-settings.toml141# linux_pipewire_samplerate = 48000COMMENT
LOWapp/config/user-examples/audio-settings.toml161## this will override and replace any other settings in this file andCOMMENT
LOWapp/server/ruby/core.rb1#!/usr/bin/env rubyCOMMENT
LOWapp/server/ruby/util.rb1#--COMMENT
LOWapp/server/ruby/paths.rb1#!/usr/bin/env rubyCOMMENT
LOWapp/server/ruby/test/test_thread_id.rb1#--COMMENT
LOWapp/server/ruby/test/test_studio_ready_gate.rb41 class StudioReadyGateTest < Minitest::TestCOMMENT
LOWapp/server/ruby/test/test_event_history.rb1#--COMMENT
LOWapp/server/ruby/test/setup_test.rb121 # address = "/osc:#{host}:#{port}#{address}"COMMENT
LOWapp/server/ruby/test/setup_test.rb141COMMENT
LOWapp/server/ruby/test/test_ring.rb1#--COMMENT
LOWapp/server/ruby/test/test_note.rb1#--COMMENT
LOWapp/server/ruby/test/test_chord.rb1#--COMMENT
LOWapp/server/ruby/test/test_vector.rb1#--COMMENT
LOWapp/server/ruby/test/test_preparser.rb1#--COMMENT
LOWapp/server/ruby/test/test_sample_buffer.rb1#--COMMENT
LOWapp/server/ruby/test/test_scale.rb1#--COMMENT
LOWapp/server/ruby/test/test_threadlocal.rb1#--COMMENT
LOWapp/server/ruby/test/test_util.rb1#--COMMENT
LOWapp/server/ruby/test/test_allocator.rb1#--COMMENT
LOWapp/server/ruby/test/test_osc.rb1#--COMMENT
LOWapp/server/ruby/test/test_tuning.rb1#--COMMENT
LOWapp/server/ruby/test/test_promise.rb1#--COMMENT
LOWapp/server/ruby/test/test_version.rb1#--COMMENT
LOWapp/server/ruby/test/test_cue_event.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_quantise.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_set_get.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_set_get.rb21 def setupCOMMENT
LOWapp/server/ruby/test/lang/core/test_set_get.rb41 # set :foo, 3COMMENT
LOWapp/server/ruby/test/lang/core/test_threads.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_bpm_midi.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_tick.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_time_warp.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_link_wait.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_state.rb1#--COMMENT
LOWapp/server/ruby/test/lang/core/test_cue_sync.rb1#--COMMENT
1330 more matches not shown…
Decorative Section Separators145 hits · 477 pts
SeverityFileLineSnippetContext
MEDIUMapp/mac-release-01-prune.sh26# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh28# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh32# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh34# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh41# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh43# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh52# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh54# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh59# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-01-prune.sh61# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh52# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh54# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh77# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh79# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh89# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh91# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh96# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh98# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh117# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-openssl.sh119# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh48# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh50# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh59# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh61# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh70# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh78# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh100# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh102# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh113# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh115# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh123# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh125# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh131# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-04-codesign.sh133# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh66# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh68# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh94# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh97# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh103# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh107# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh119# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh121# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh151# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh153# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh164# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh167# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh178# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh182# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh197# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-build-ruby.sh199# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-06-notarize.sh27# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-06-notarize.sh31# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-06-notarize.sh56# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-06-notarize.sh58# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-06-notarize.sh86# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-06-notarize.sh88# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-07-verify.sh40# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-07-verify.sh42# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-07-verify.sh56# ---------------------------------------------------------------------------COMMENT
MEDIUMapp/mac-release-07-verify.sh58# ---------------------------------------------------------------------------COMMENT
85 more matches not shown…
Self-Referential Comments157 hits · 459 pts
SeverityFileLineSnippetContext
MEDIUMinstall/windows/prune.rb4# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/core.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/util.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/paths.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_thread_id.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_studio_ready_gate.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_event_history.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_ring.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_note.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_chord.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_vector.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_preparser.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_sample_buffer.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_scale.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_threadlocal.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_util.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_allocator.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_osc.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_tuning.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_promise.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_version.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/test_cue_event.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_quantise.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_set_get.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_threads.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_bpm_midi.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_tick.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_time_warp.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_link_wait.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_state.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_cue_sync.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_chance.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_sleep.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_spark.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/core/test_midi_sync.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUM…erver/ruby/test/lang/western_theory/test_note_range.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/western_theory/test_note.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/western_theory/test_rest.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUM…ver/ruby/test/lang/western_theory/test_invert_chord.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUM…server/ruby/test/lang/western_theory/test_note_info.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/sound/test_sample_duration.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/sound/test_sound.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/sound/test_sample_loader.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/sound/test_play.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/sound/test_sample.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/lang/sound/test_midi_filter.rb2# # This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/test/performance/test_osc_perf.rb2# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/compile-extensions.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/daemon.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/fetch-url.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/web-tutorial.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/doc.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/i18n-tool-reference.rb5# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/qt-doc.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/qt-doc.rb536 # Define the language list map -----COMMENT
MEDIUMapp/server/ruby/bin/clear-logs.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/i18n-tool.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/i18n-tool.rb252# This file is distributed under the same license as the Sonic Pi package.COMMENT
MEDIUMapp/server/ruby/bin/spider-server.rb3# This file is part of Sonic Pi: http://sonic-pi.netCOMMENT
MEDIUMapp/server/ruby/bin/spider-server.rb137# Create a frozen map of the ports so that this canCOMMENT
97 more matches not shown…
Hyper-Verbose Identifiers168 hits · 197 pts
SeverityFileLineSnippetContext
LOWapp/server/ruby/test/setup_test.rb28 def link_get_beat_at_clock_time(*); 0.0; endCODE
LOWapp/server/ruby/test/setup_test.rb29 def link_get_clock_time_at_beat(*); Time.now.to_f; endCODE
LOWapp/server/ruby/test/setup_test.rb30 def link_get_next_beat_and_clock_time_at_phase(*); [0.0, Time.now.to_f]; endCODE
LOWapp/server/ruby/test/lang/core/test_bpm_midi.rb40 def link_get_beat_at_clock_time(clock_time, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_bpm_midi.rb43 def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_bpm_midi.rb46 def link_get_next_beat_and_clock_time_at_phase(*); [0.0, 0.0]; endCODE
LOWapp/server/ruby/test/lang/core/test_link_wait.rb37 def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_link_wait.rb41 def link_get_beat_at_clock_time(t, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_link_wait.rb46 def link_get_next_beat_and_clock_time_at_phase(phase, quantum, safety_t, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_midi_sync.rb47 def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_midi_sync.rb51 def link_get_beat_at_clock_time(t, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/test/lang/core/test_midi_sync.rb55 def link_get_next_beat_and_clock_time_at_phase(phase, quantum, safety_t, tl: "link")CODE
LOWapp/server/ruby/bin/i18n-tool-reference.rb150 def create_and_bind_binary_translations(locale)CODE
LOWapp/server/ruby/lib/sonicpi/note.rb170 def unify_sharp_flat_modifier(mod)CODE
LOWapp/server/ruby/lib/sonicpi/event_history.rb459 def most_recent_ancestor_event(ge, val_matcher, n, res)CODE
LOWapp/server/ruby/lib/sonicpi/node.rb251 def call_on_next_move_callbacks(arg)CODE
LOWapp/server/ruby/lib/sonicpi/sample_loader.rb133 def split_candidates_and_filts(filts_and_sources)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb107 def __with_spider_time_density(density, &blk)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb148 def __change_spider_bpm_time_and_beat_to_next_link_phase(phase, quantum, mode = :link)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb163 def __phase_sync_to_clock_timeline(mode, quantum, phase)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb255 def __get_link_beat_at_clock_time(clock_time)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb339 def __with_preserved_spider_time_and_beat(&blk)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb453 def __print_version_outdated_info(v=@server_version)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb475 def __delayed_highlight_message(s)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb492 def __delayed_serious_warning(s)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb557 def __delayed_flash_block_from_caller(block)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb580 def __live_loop_scope_slot_release(ll_name)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb627 def __extract_linenum_of_error(e)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb1066 def __complete_snippet_or_indent_lines(buf, start_line, finish_line, point_line, point_index, complete_snippet=true)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb1173 def __buffer_complete_snippet_or_indent_lines(workspace_id, buf, start_line, finish_line, point_line, point_index, cCODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb1179 def __buffer_newline_and_indent(workspace_id, buf, point_line, point_index, first_line)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb1690 def job_subthread_add_unmutexed(job_id, t, name=nil)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb1727 def job_subthread_rm_unmutexed(job_id, t)CODE
LOWapp/server/ruby/lib/sonicpi/runtime.rb1740 def deregister_job_and_return_subthreads(job_id)CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb199 def link_get_now_beat_and_phase(quantum = 4, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb206 def link_get_next_beat_and_time_at_phase(phase, quantum, safety_t, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb222 def link_get_next_beat_and_clock_time_at_phase(phase, quantum, safety_t, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb227 def link_get_clock_time_at_beat(beat, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb231 def link_get_beat_at_clock_time(clock_time, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb235 def link_get_phase_at_clock_time(clock_time, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb239 def link_get_beat_and_phase_at_clock_time(clock_time, quantum = 4, tl: "link")CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb292 def link_current_time_and_beat(quantise_beat=true)CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb321 def link_micros_to_clock_time(t)CODE
LOWapp/server/ruby/lib/sonicpi/link_api.rb334 def clock_time_to_link_micros(t)CODE
LOWapp/server/ruby/lib/sonicpi/util.rb285 def resolve_synth_opts_hash_or_array(opts)CODE
LOWapp/server/ruby/lib/sonicpi/util.rb332 def split_params_and_merge_opts_array(opts_a)CODE
LOWapp/server/ruby/lib/sonicpi/util.rb356 def merge_synth_arg_maps_array(opts_a)CODE
LOWapp/server/ruby/lib/sonicpi/incomingevents.rb77 def async_multi_oneshot_handler(handles, &block)CODE
LOWapp/server/ruby/lib/sonicpi/server.rb473 def sched_ahead_time_for_node_mod(node_id)CODE
LOWapp/server/ruby/lib/sonicpi/server.rb776 def add_event_oneshot_handler(handle, &block)CODE
LOWapp/server/ruby/lib/sonicpi/osc/oscencode.rb129 def get_from_or_add_to_string_cache(s)CODE
LOWapp/server/ruby/lib/sonicpi/lang/midi.rb226 def with_merged_midi_defaults(*args, &block)CODE
LOWapp/server/ruby/lib/sonicpi/lang/midi.rb1606 def __midi_send_timed_param_n(path, *args)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb427 def current_sample_pack_aliases(*args)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb1601 def use_merged_synth_defaults(*args, &block)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb1637 def with_merged_synth_defaults(*args, &block)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb1731 def use_merged_sample_defaults(*args, &block)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb1796 def with_merged_sample_defaults(*args, &block)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb2671 def sample_split_filts_and_opts(args)CODE
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb4019 def normalise_and_resolve_sample_args(path, args_h, info, combine_tls=false)CODE
108 more matches not shown…
Deep Nesting120 hits · 120 pts
SeverityFileLineSnippetContext
LOWapp/external/aubio-0.4.9/python/tests/utils.py62CODE
LOWapp/external/aubio-0.4.9/python/tests/utils.py72CODE
LOWapp/external/aubio-0.4.9/python/lib/gen_external.py179CODE
LOWapp/external/aubio-0.4.9/python/lib/gen_external.py201CODE
LOWapp/external/aubio-0.4.9/python/lib/gen_external.py245CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/cmd.py547CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/cut.py93CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/slicing.py9CODE
LOW…/external/aubio-0.4.9/python/demos/demo_bpm_extract.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py113CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py235CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py352CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py495CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py569CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py665CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py721CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py386CODE
LOWapp/external/aubio-0.4.9/waflib/Options.py28CODE
LOWapp/external/aubio-0.4.9/waflib/Options.py105CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py538CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py573CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py647CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py66CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py245CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py406CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py433CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py111CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py158CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py180CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py249CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py268CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py304CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py349CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py353CODE
LOWapp/external/aubio-0.4.9/waflib/fixpy2.py12CODE
LOWapp/external/aubio-0.4.9/waflib/ansiterm.py152CODE
LOWapp/external/aubio-0.4.9/waflib/ansiterm.py179CODE
LOWapp/external/aubio-0.4.9/waflib/Configure.py222CODE
LOWapp/external/aubio-0.4.9/waflib/Configure.py271CODE
LOWapp/external/aubio-0.4.9/waflib/Configure.py130CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py11CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py182CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py200CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py364CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py365CODE
LOWapp/external/aubio-0.4.9/waflib/TaskGen.py161CODE
LOWapp/external/aubio-0.4.9/waflib/TaskGen.py250CODE
LOWapp/external/aubio-0.4.9/waflib/TaskGen.py430CODE
LOWapp/external/aubio-0.4.9/waflib/TaskGen.py66CODE
LOWapp/external/aubio-0.4.9/waflib/TaskGen.py167CODE
LOWapp/external/aubio-0.4.9/waflib/Context.py360CODE
LOWapp/external/aubio-0.4.9/waflib/Context.py94CODE
LOWapp/external/aubio-0.4.9/waflib/Context.py319CODE
LOWapp/external/aubio-0.4.9/waflib/Utils.py421CODE
LOWapp/external/aubio-0.4.9/waflib/Utils.py518CODE
LOWapp/external/aubio-0.4.9/waflib/Logs.py146CODE
LOWapp/external/aubio-0.4.9/waflib/Logs.py90CODE
LOWapp/external/aubio-0.4.9/waflib/Logs.py112CODE
LOWapp/external/aubio-0.4.9/waflib/Node.py39CODE
LOWapp/external/aubio-0.4.9/waflib/Node.py61CODE
60 more matches not shown…
Unused Imports81 hits · 81 pts
SeverityFileLineSnippetContext
LOWapp/external/aubio-0.4.9/python/tests/test_sink.py3CODE
LOWapp/external/aubio-0.4.9/python/tests/test_note2midi.py4CODE
LOWapp/external/aubio-0.4.9/python/tests/_tools.py37CODE
LOWapp/external/aubio-0.4.9/python/tests/test_hztomel.py8CODE
LOW…ernal/aubio-0.4.9/python/tests/test_source_channels.py6CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/__init__.py26CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/__init__.py28CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/__init__.py29CODE
LOWapp/external/aubio-0.4.9/python/lib/aubio/__init__.py30CODE
LOWapp/external/aubio-0.4.9/waflib/fixpy2.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Utils.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Utils.py23CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/gfortran.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/gfortran.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/ifort.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/ifort.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/xlc.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/xlc.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/intltool.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/intltool.py8CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/gas.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/gas.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/glib2.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/fc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/dmd.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/dmd.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/irixcc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/irixcc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/qt5.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/qt5.py15CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/d.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/g95.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/g95.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/xlcxx.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/xlcxx.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/clangxx.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/clangxx.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/clangxx.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icpc.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icpc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icpc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icpc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icc.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/icc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/vala.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/nasm.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/suncc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/suncc.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/ldc2.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/ldc2.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/gdc.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/gdc.py5CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/suncxx.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/suncxx.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/compiler_cxx.py6CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/compiler_fc.py7CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/c_config.py5CODE
21 more matches not shown…
Excessive Try-Catch Wrapping36 hits · 40 pts
SeverityFileLineSnippetContext
LOWapp/external/aubio-0.4.9/this_version.py84 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/python/lib/gen_code.py209 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/python/lib/moresetuptools.py30 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Build.py134 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py177 except Exception:STRING
LOWapp/external/aubio-0.4.9/waflib/Task.py189 except Exception:STRING
MEDIUMapp/external/aubio-0.4.9/waflib/Task.py170def process(self):CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py76 except Exception:CODE
LOWapp/external/aubio-0.4.9/waflib/Runner.py252 except Exception:CODE
MEDIUMapp/external/aubio-0.4.9/waflib/Runner.py57def run(self):CODE
MEDIUMapp/external/aubio-0.4.9/waflib/Runner.py249def task_status(self,tsk):CODE
LOWapp/external/aubio-0.4.9/waflib/ansiterm.py235 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Configure.py146 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py107 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Scripting.py135 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/processor.py41 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Context.py175 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Context.py221 except Exception as e:CODE
MEDIUMapp/external/aubio-0.4.9/waflib/Context.py53def __init__(self,**kw):CODE
LOWapp/external/aubio-0.4.9/waflib/Logs.py115 except Exception:STRING
LOWapp/external/aubio-0.4.9/waflib/Logs.py200 except Exception:STRING
MEDIUMapp/external/aubio-0.4.9/waflib/Logs.py75def emit(self,record):CODE
MEDIUMapp/external/aubio-0.4.9/waflib/Logs.py195def free_logger(logger):CODE
LOWapp/external/aubio-0.4.9/waflib/Node.py55 except Exception as e:CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/ifort.py192 except Exception as e:STRING
MEDIUMapp/external/aubio-0.4.9/waflib/Tools/ifort.py149def get_ifort_version_win32(conf,compiler,version,target,vcvars):CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/javaw.py191 except Exception:STRING
LOWapp/external/aubio-0.4.9/waflib/Tools/javaw.py313 except Exception:STRING
LOWapp/external/aubio-0.4.9/waflib/Tools/c_preproc.py582 except Exception:CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/c_preproc.py656 except Exception as e:CODE
MEDIUMapp/external/aubio-0.4.9/waflib/Tools/c_preproc.py502def cached_find_resource(self,node,filename):CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/c_config.py705 except Exception:STRING
LOWapp/external/aubio-0.4.9/waflib/Tools/fc_config.py187 except Exception:CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/fc_config.py214 except Exception:CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/msvc.py121 except Exception as e:STRING
LOWapp/external/aubio-0.4.9/waflib/extras/c_emscripten.py23 except Exception as e:CODE
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippetContext
CRITICALapp/gui/QScintilla_src-2.14.1/doc/html/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICALapp/gui/QScintilla_src-2.14.1/doc/html/jquery.js8(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=CODE
Slop Phrases7 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMapp/server/ruby/lib/sonicpi/lang/western_theory.rb745 "# anywhere you can use a list or ring of notes, you can also use scaleCODE
MEDIUMapp/server/ruby/lib/sonicpi/lang/western_theory.rb747 "# you can use the :num_octaves parameter to get more notesCODE
MEDIUMapp/external/aubio-0.4.9/doc/web.cfg279# Note: For files without extension you can use no_extension as a placeholder.COMMENT
MEDIUMapp/external/aubio-0.4.9/doc/web.cfg794# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMapp/external/aubio-0.4.9/doc/web.cfg854# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMapp/external/aubio-0.4.9/doc/web.cfg881# If the value of the EXAMPLE_PATH tag contains directories, you can use theCOMMENT
MEDIUMapp/external/aubio-0.4.9/src/aubio.h82 Here is a simple example that creates an A-Weighting filter and applies it to aCODE
AI Slop Vocabulary9 hits · 18 pts
SeverityFileLineSnippetContext
LOWapp/server/ruby/lib/sonicpi/util.rb433 # just call block when in a non-sonic-pi-threadCOMMENT
LOWapp/server/ruby/lib/sonicpi/studio.rb175 # we can't just return a cached buffer - so grab the semaphore andCOMMENT
LOWapp/server/ruby/lib/sonicpi/lang/sound.rb1910 # external FX), then just use the name the user specifiedCOMMENT
MEDIUMapp/gui/utils/completion_context.cpp119 // Scanning back (rather than assuming words[0]) stays robust to prefixes likeCOMMENT
MEDIUM…QScintilla_src-2.14.1/scintilla/lexers/LexPowerPro.cpp25// - Modified HasFunction function to be a bit more robustCOMMENT
MEDIUM…ui/QScintilla_src-2.14.1/scintilla/lexers/LexBatch.cpp72 // Need a more robust algorithm to properly toggle Regular Keyword CheckingCOMMENT
LOWapp/external/aubio-0.4.9/python/lib/aubio/cmd.py565 else: # in py3, we can simply use parser directlyCODE
MEDIUMapp/external/aubio-0.4.9/doc/web.cfg1148# it is more robust and this tag (HTML_STYLESHEET) will in the future becomeCOMMENT
MEDIUMapp/external/aubio-0.4.9/doc/web.cfg1158# standard style sheet and is therefore more robust against future updates.COMMENT
Cross-Language Confusion2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHapp/external/aubio-0.4.9/waflib/Tools/javaw.py27 lib = null;CODE
HIGHapp/external/aubio-0.4.9/waflib/Tools/c_preproc.py604 state.append(undefined)CODE
Structural Annotation Overuse5 hits · 8 pts
SeverityFileLineSnippetContext
LOWBUILD-WINDOWS-ARM64.md95### Step 1: Build SuperCollider ARM64COMMENT
LOWBUILD-WINDOWS-ARM64.md208### Step 2: Build OpenSSL ARM64COMMENT
LOWBUILD-WINDOWS-ARM64.md227### Step 3: Build Erlang/OTP ARM64COMMENT
LOWBUILD-WINDOWS-ARM64.md285### Step 4: Build ElixirCOMMENT
LOWBUILD-WINDOWS-ARM64.md302### Step 5: Install Qt 6 ARM64COMMENT
AI Structural Patterns6 hits · 6 pts
SeverityFileLineSnippetContext
LOW…xternal/aubio-0.4.9/python/demos/demo_reading_speed.py44CODE
LOWapp/external/aubio-0.4.9/waflib/Task.py752CODE
LOWapp/external/aubio-0.4.9/waflib/TaskGen.py161CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/glib2.py50CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/python.py84CODE
LOWapp/external/aubio-0.4.9/waflib/Tools/python.py93CODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWapp/server/ruby/lib/sonicpi/event_history.rb208 # Set time to time of cueCOMMENT
LOWapp/server/ruby/lib/sonicpi/event_history.rb234 # Set time to time of first cueCOMMENT
LOWapp/server/ruby/lib/sonicpi/event_history.rb241 # Set time to time of last cueCOMMENT
Verbosity Indicators3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…i/QScintilla_src-2.14.1/scintilla/lexers/LexPascal.cpp38- Folding of code blocks on appropriate keywords (the following code blocks areCODE
LOW…ui/QScintilla_src-2.14.1/scintilla/lexers/LexCmake.cpp266 // We need to check if the previous line has a \ in it...COMMENT
LOW…gui/QScintilla_src-2.14.1/scintilla/lexers/LexNsis.cpp406 // We need to check if the previous line has a \ in it...COMMENT
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWapp/mac-release.sh15# Usage:COMMENT
LOWapp/linux-appimage.sh16# Usage:COMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWapp/external/aubio-0.4.9/python/lib/aubio/midiconv.py7__all__ = ['note2midi', 'midi2note', 'freq2note', 'note2freq']CODE