repo_id stringlengths 6 101 | file_path stringlengths 2 269 | content stringlengths 367 5.14M | size int64 367 5.14M | filename stringlengths 1 248 | ext stringlengths 0 87 | lang stringclasses 88
values | program_lang stringclasses 232
values | doc_type stringclasses 5
values | quality_signal stringlengths 2 1.9k | effective stringclasses 2
values | hit_map stringlengths 2 1.4k |
|---|---|---|---|---|---|---|---|---|---|---|---|
00x4/m4rs | src/rsi.rs | //! RSI (Relative Strength Index)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec](https://crates.io/crates/m4rs)
- Trading indicator library
- Small and simple implementation
- No extra dependencies
- Supports following indicators
- ATR
- Awesome Oscillator
- Bolinger Band
- CCI
- DEMA
- D... | 1,849 | README | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.003245, "qsc_doc_frac_words_redpajama_stop": 0.07249071, "qsc_doc_num_sentences": 69.0, "qsc_doc_num_words": 281, "qsc_doc_num_chars": 1849.0, "qsc_doc_num_lines": 84.0, "qsc_doc_mean_word_length": 3.95373665, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_re... | 0 | {"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_... |
00x4/m4rs | src/vwma.rs | //! VWMA (Volume Weighted Moving Average)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candl... | 1,750 | vwma | rs | en | rust | code | {"qsc_code_num_words": 235, "qsc_code_num_chars": 1750.0, "qsc_code_mean_word_length": 3.99148936, "qsc_code_frac_words_unique": 0.41702128, "qsc_code_frac_chars_top_2grams": 0.07995736, "qsc_code_frac_chars_top_3grams": 0.09594883, "qsc_code_frac_chars_top_4grams": 0.04264392, "qsc_code_frac_chars_dupe_5grams": 0.1684... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/ichimoku.rs | //! Ichimoku Kinko Hyo
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400... | 5,936 | ichimoku | rs | en | rust | code | {"qsc_code_num_words": 731, "qsc_code_num_chars": 5936.0, "qsc_code_mean_word_length": 4.29685363, "qsc_code_frac_words_unique": 0.17236662, "qsc_code_frac_chars_top_2grams": 0.07004139, "qsc_code_frac_chars_top_3grams": 0.04202483, "qsc_code_frac_chars_top_4grams": 0.0159185, "qsc_code_frac_chars_dupe_5grams": 0.30245... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Dreamfoil.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,817 | Dreamfoil | java | en | java | code | {"qsc_code_num_words": 338, "qsc_code_num_chars": 2817.0, "qsc_code_mean_word_length": 6.40532544, "qsc_code_frac_words_unique": 0.38461538, "qsc_code_frac_chars_top_2grams": 0.14133949, "qsc_code_frac_chars_top_3grams": 0.31593533, "qsc_code_frac_chars_top_4grams": 0.34549654, "qsc_code_frac_chars_dupe_5grams": 0.3879... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00xZEROx00/RETracker-REWrite | README.md | # [ RETracker :: REWrite ]
> 🚀 **Disclaimer A:** This project is an independent initiative. It is not affiliated with, endorsed by, or derived from Polyend or any of its official firmware, software, or documentation. This firmware is written from scratch and does **not** contain or use any copyrighted materials or in... | 6,587 | README | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.17046347, "qsc_doc_num_sentences": 77.0, "qsc_doc_num_words": 912, "qsc_doc_num_chars": 6587.0, "qsc_doc_num_lines": 147.0, "qsc_doc_mean_word_length": 5.47258772, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmo... | 1 | {"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Rotberry.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,170 | Rotberry | java | en | java | code | {"qsc_code_num_words": 266, "qsc_code_num_chars": 2170.0, "qsc_code_mean_word_length": 6.15789474, "qsc_code_frac_words_unique": 0.5075188, "qsc_code_frac_chars_top_2grams": 0.1037851, "qsc_code_frac_chars_top_3grams": 0.23199023, "qsc_code_frac_chars_top_4grams": 0.24175824, "qsc_code_frac_chars_dupe_5grams": 0.275946... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/vwap.rs | //! VWAP (Volume Weighted Average Price)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1500.0),
//! m4rs::Candle... | 1,385 | vwap | rs | en | rust | code | {"qsc_code_num_words": 195, "qsc_code_num_chars": 1385.0, "qsc_code_mean_word_length": 4.02051282, "qsc_code_frac_words_unique": 0.38974359, "qsc_code_frac_chars_top_2grams": 0.09566327, "qsc_code_frac_chars_top_3grams": 0.11479592, "qsc_code_frac_chars_top_4grams": 0.09693878, "qsc_code_frac_chars_dupe_5grams": 0.0280... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/lib.rs | pub mod atr;
pub mod awesome_oscillator;
pub mod bolinger_band;
pub mod candlestick;
pub mod cci;
pub mod dema;
pub mod dmi;
pub mod ema;
pub mod envelope;
pub mod error;
pub mod heikin_ashi;
pub mod hma;
pub mod ichimoku;
pub mod index_entry;
pub mod lwma;
pub mod macd;
pub mod momentum;
pub mod parabolic_sar;
pub mod... | 1,170 | lib | rs | en | rust | code | {"qsc_code_num_words": 204, "qsc_code_num_chars": 1170.0, "qsc_code_mean_word_length": 3.97058824, "qsc_code_frac_words_unique": 0.20588235, "qsc_code_frac_chars_top_2grams": 0.22962963, "qsc_code_frac_chars_top_3grams": 0.04938272, "qsc_code_frac_chars_top_4grams": 0.04691358, "qsc_code_frac_chars_dupe_5grams": 0.0, "... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/cci.rs | //! CCI (Commodity Channel Index)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::... | 2,275 | cci | rs | en | rust | code | {"qsc_code_num_words": 303, "qsc_code_num_chars": 2275.0, "qsc_code_mean_word_length": 3.93729373, "qsc_code_frac_words_unique": 0.33663366, "qsc_code_frac_chars_top_2grams": 0.06286672, "qsc_code_frac_chars_top_3grams": 0.07544007, "qsc_code_frac_chars_top_4grams": 0.03352892, "qsc_code_frac_chars_dupe_5grams": 0.1492... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Icecap.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,219 | Icecap | java | en | java | code | {"qsc_code_num_words": 277, "qsc_code_num_chars": 2219.0, "qsc_code_mean_word_length": 6.08303249, "qsc_code_frac_words_unique": 0.4801444, "qsc_code_frac_chars_top_2grams": 0.11097923, "qsc_code_frac_chars_top_3grams": 0.24807122, "qsc_code_frac_chars_top_4grams": 0.2611276, "qsc_code_frac_chars_dupe_5grams": 0.272997... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Firebloom.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,197 | Firebloom | java | en | java | code | {"qsc_code_num_words": 267, "qsc_code_num_chars": 2197.0, "qsc_code_mean_word_length": 6.37827715, "qsc_code_frac_words_unique": 0.48689139, "qsc_code_frac_chars_top_2grams": 0.12977099, "qsc_code_frac_chars_top_3grams": 0.29007634, "qsc_code_frac_chars_top_4grams": 0.3100411, "qsc_code_frac_chars_dupe_5grams": 0.33000... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/envelope.rs | //! Envelope
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400003, 130.0... | 1,847 | envelope | rs | en | rust | code | {"qsc_code_num_words": 229, "qsc_code_num_chars": 1847.0, "qsc_code_mean_word_length": 4.29694323, "qsc_code_frac_words_unique": 0.37117904, "qsc_code_frac_chars_top_2grams": 0.07621951, "qsc_code_frac_chars_top_3grams": 0.09146341, "qsc_code_frac_chars_top_4grams": 0.04065041, "qsc_code_frac_chars_dupe_5grams": 0.0975... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/hma.rs | //! HMA (Hull Moving Average)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(... | 1,457 | hma | rs | en | rust | code | {"qsc_code_num_words": 203, "qsc_code_num_chars": 1457.0, "qsc_code_mean_word_length": 4.08374384, "qsc_code_frac_words_unique": 0.4137931, "qsc_code_frac_chars_top_2grams": 0.09047045, "qsc_code_frac_chars_top_3grams": 0.10856454, "qsc_code_frac_chars_top_4grams": 0.0482509, "qsc_code_frac_chars_dupe_5grams": 0.115802... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/index_entry.rs | //! Simple index data object
use std::fmt::Display;
use crate::Error;
/// Abstract type of IndexEntry
pub trait IndexEntryLike: Clone {
fn get_at(&self) -> u64;
fn get_value(&self) -> f64;
}
/// Simple index entry
#[derive(Debug, Clone)]
pub struct IndexEntry {
pub at: u64,
pub value: f64,
}
impl D... | 3,847 | index_entry | rs | en | rust | code | {"qsc_code_num_words": 414, "qsc_code_num_chars": 3847.0, "qsc_code_mean_word_length": 4.96376812, "qsc_code_frac_words_unique": 0.21497585, "qsc_code_frac_chars_top_2grams": 0.09489051, "qsc_code_frac_chars_top_3grams": 0.06812652, "qsc_code_frac_chars_top_4grams": 0.08175182, "qsc_code_frac_chars_dupe_5grams": 0.4744... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/heikin_ashi.rs | //! Heikin Ahi
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400003, 130... | 1,375 | heikin_ashi | rs | en | rust | code | {"qsc_code_num_words": 182, "qsc_code_num_chars": 1375.0, "qsc_code_mean_word_length": 3.87912088, "qsc_code_frac_words_unique": 0.40659341, "qsc_code_frac_chars_top_2grams": 0.10623229, "qsc_code_frac_chars_top_3grams": 0.12747875, "qsc_code_frac_chars_top_4grams": 0.05665722, "qsc_code_frac_chars_dupe_5grams": 0.1359... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/williams_percent_r.rs | //! Williams %R
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400003, 13... | 1,696 | williams_percent_r | rs | en | rust | code | {"qsc_code_num_words": 221, "qsc_code_num_chars": 1696.0, "qsc_code_mean_word_length": 4.0361991, "qsc_code_frac_words_unique": 0.38461538, "qsc_code_frac_chars_top_2grams": 0.08408072, "qsc_code_frac_chars_top_3grams": 0.10089686, "qsc_code_frac_chars_top_4grams": 0.04484305, "qsc_code_frac_chars_dupe_5grams": 0.13228... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/macd.rs | //! MACD (Moving Average Convergence Divergence)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs... | 2,642 | macd | rs | en | rust | code | {"qsc_code_num_words": 315, "qsc_code_num_chars": 2642.0, "qsc_code_mean_word_length": 4.34285714, "qsc_code_frac_words_unique": 0.30793651, "qsc_code_frac_chars_top_2grams": 0.05482456, "qsc_code_frac_chars_top_3grams": 0.06578947, "qsc_code_frac_chars_top_4grams": 0.02923977, "qsc_code_frac_chars_dupe_5grams": 0.0877... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/ema.rs | //! EMA (Exponential Moving Average)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestic... | 1,780 | ema | rs | en | rust | code | {"qsc_code_num_words": 241, "qsc_code_num_chars": 1780.0, "qsc_code_mean_word_length": 4.1659751, "qsc_code_frac_words_unique": 0.36929461, "qsc_code_frac_chars_top_2grams": 0.0747012, "qsc_code_frac_chars_top_3grams": 0.08964143, "qsc_code_frac_chars_top_4grams": 0.03984064, "qsc_code_frac_chars_dupe_5grams": 0.095617... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/momentum.rs | //! Momentum
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400003, 130.0... | 1,414 | momentum | rs | en | rust | code | {"qsc_code_num_words": 182, "qsc_code_num_chars": 1414.0, "qsc_code_mean_word_length": 4.35714286, "qsc_code_frac_words_unique": 0.42857143, "qsc_code_frac_chars_top_2grams": 0.09457755, "qsc_code_frac_chars_top_3grams": 0.11349306, "qsc_code_frac_chars_top_4grams": 0.05044136, "qsc_code_frac_chars_dupe_5grams": 0.1210... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/lwma.rs | //! LWMA (Linear Weighted Moving Average)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candl... | 1,600 | lwma | rs | en | rust | code | {"qsc_code_num_words": 210, "qsc_code_num_chars": 1600.0, "qsc_code_mean_word_length": 4.1952381, "qsc_code_frac_words_unique": 0.40952381, "qsc_code_frac_chars_top_2grams": 0.08513053, "qsc_code_frac_chars_top_3grams": 0.10215664, "qsc_code_frac_chars_top_4grams": 0.04540295, "qsc_code_frac_chars_dupe_5grams": 0.17934... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/bolinger_band.rs | //! Bolinger Band
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400003, ... | 2,889 | bolinger_band | rs | en | rust | code | {"qsc_code_num_words": 373, "qsc_code_num_chars": 2889.0, "qsc_code_mean_word_length": 4.12600536, "qsc_code_frac_words_unique": 0.28954424, "qsc_code_frac_chars_top_2grams": 0.02923977, "qsc_code_frac_chars_top_3grams": 0.05003249, "qsc_code_frac_chars_top_4grams": 0.0259909, "qsc_code_frac_chars_dupe_5grams": 0.26250... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/Char.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 19,616 | Char | java | en | java | code | {"qsc_code_num_words": 2269, "qsc_code_num_chars": 19616.0, "qsc_code_mean_word_length": 6.07888938, "qsc_code_frac_words_unique": 0.20846188, "qsc_code_frac_chars_top_2grams": 0.04306532, "qsc_code_frac_chars_top_3grams": 0.16254622, "qsc_code_frac_chars_top_4grams": 0.18502139, "qsc_code_frac_chars_dupe_5grams": 0.30... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Swiftthistle.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 vers... | 4,378 | Swiftthistle | java | en | java | code | {"qsc_code_num_words": 512, "qsc_code_num_chars": 4378.0, "qsc_code_mean_word_length": 6.0625, "qsc_code_frac_words_unique": 0.38085938, "qsc_code_frac_chars_top_2grams": 0.04059278, "qsc_code_frac_chars_top_3grams": 0.15914948, "qsc_code_frac_chars_top_4grams": 0.17010309, "qsc_code_frac_chars_dupe_5grams": 0.25418814... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/candlestick.rs | //! Candlestick (OHLCV) data object
use std::fmt::Display;
use crate::{Error, IndexEntry, IndexEntryLike};
/// Candlestick entry
#[derive(Debug, Clone)]
pub struct Candlestick {
pub at: u64,
pub open: f64,
pub high: f64,
pub low: f64,
pub close: f64,
pub volume: f64,
}
impl Display for Candl... | 7,973 | candlestick | rs | en | rust | code | {"qsc_code_num_words": 1151, "qsc_code_num_chars": 7973.0, "qsc_code_mean_word_length": 3.7054735, "qsc_code_frac_words_unique": 0.11815812, "qsc_code_frac_chars_top_2grams": 0.09519343, "qsc_code_frac_chars_top_3grams": 0.06236811, "qsc_code_frac_chars_top_4grams": 0.07549824, "qsc_code_frac_chars_dupe_5grams": 0.6215... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/sma.rs | //! SMA (Simple Moving Average)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec](https://www.python.org/)
[](https://fastapi.tiangolo.com/)
[](https://w... | 6,869 | README | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.15135542, "qsc_doc_num_sentences": 109.0, "qsc_doc_num_words": 913, "qsc_doc_num_chars": 6869.0, "qsc_doc_num_lines": 156.0, "qsc_doc_mean_word_length": 5.61993428, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readm... | 1 | {"qsc_doc_frac_chars_replacement_symbols": 0, "qsc_doc_entropy_unigram": 0, "qsc_doc_frac_chars_top_2grams": 0, "qsc_doc_frac_chars_top_3grams": 0, "qsc_doc_frac_chars_top_4grams": 0, "qsc_doc_frac_chars_dupe_5grams": 0, "qsc_doc_frac_chars_dupe_6grams": 0, "qsc_doc_frac_chars_dupe_7grams": 0, "qsc_doc_frac_chars_dupe_... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/cuda/detail/color_detail.hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 223,992 | color_detail | hpp | en | cpp | code | {"qsc_code_num_words": 40838, "qsc_code_num_chars": 223992.0, "qsc_code_mean_word_length": 3.63639258, "qsc_code_frac_words_unique": 0.32988883, "qsc_code_frac_chars_top_2grams": 0.03141351, "qsc_code_frac_chars_top_3grams": 0.01569665, "qsc_code_frac_chars_top_4grams": 0.00460597, "qsc_code_frac_chars_dupe_5grams": 0.... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/cuda/detail/type_traits_detail.hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 8,599 | type_traits_detail | hpp | en | cpp | code | {"qsc_code_num_words": 954, "qsc_code_num_chars": 8599.0, "qsc_code_mean_word_length": 5.3312369, "qsc_code_frac_words_unique": 0.25995807, "qsc_code_frac_chars_top_2grams": 0.12740857, "qsc_code_frac_chars_top_3grams": 0.1179709, "qsc_code_frac_chars_top_4grams": 0.20880849, "qsc_code_frac_chars_dupe_5grams": 0.603224... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/cuda/detail/reduce_key_val.hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 23,341 | reduce_key_val | hpp | en | cpp | code | {"qsc_code_num_words": 2516, "qsc_code_num_chars": 23341.0, "qsc_code_mean_word_length": 4.75556439, "qsc_code_frac_words_unique": 0.1236089, "qsc_code_frac_chars_top_2grams": 0.0478061, "qsc_code_frac_chars_top_3grams": 0.01922273, "qsc_code_frac_chars_top_4grams": 0.0240702, "qsc_code_frac_chars_dupe_5grams": 0.76489... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/cuda/detail/transform_detail.hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 17,598 | transform_detail | hpp | en | cpp | code | {"qsc_code_num_words": 2124, "qsc_code_num_chars": 17598.0, "qsc_code_mean_word_length": 4.3460452, "qsc_code_frac_words_unique": 0.1247646, "qsc_code_frac_chars_top_2grams": 0.04679883, "qsc_code_frac_chars_top_3grams": 0.02881595, "qsc_code_frac_chars_top_4grams": 0.03119922, "qsc_code_frac_chars_dupe_5grams": 0.7253... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/imgcodecs/legacy/constants_c.h | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef OPENCV_IMGCODECS_LEGACY_CONSTANTS_H
#define OPENCV_IMGCODECS_LEGACY_CONSTANTS_H
/* duplicate of "ImreadModes" enumer... | 1,738 | constants_c | h | en | c | code | {"qsc_code_num_words": 257, "qsc_code_num_chars": 1738.0, "qsc_code_mean_word_length": 4.59922179, "qsc_code_frac_words_unique": 0.40466926, "qsc_code_frac_chars_top_2grams": 0.18274112, "qsc_code_frac_chars_top_3grams": 0.08121827, "qsc_code_frac_chars_top_4grams": 0.10152284, "qsc_code_frac_chars_dupe_5grams": 0.2428... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Python/FastAPI-Role-and-Permissions | app/models/user.py | from sqlalchemy import Table, Column, Integer, String, ForeignKey, DateTime
from datetime import datetime
from sqlalchemy.orm import relationship
from app.db.base import Base
user_roles = Table('user_roles', Base.metadata,
Column('user_id', Integer, ForeignKey('users.id'), primary_key=True),
Column('role_id', ... | 1,657 | user | py | en | python | code | {"qsc_code_num_words": 204, "qsc_code_num_chars": 1657.0, "qsc_code_mean_word_length": 5.81372549, "qsc_code_frac_words_unique": 0.2254902, "qsc_code_frac_chars_top_2grams": 0.05902192, "qsc_code_frac_chars_top_3grams": 0.08263069, "qsc_code_frac_chars_top_4grams": 0.0539629, "qsc_code_frac_chars_dupe_5grams": 0.424957... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/parabolic_sar.rs | //! Parabolic SAR (Stop And Reverse)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestic... | 2,525 | parabolic_sar | rs | en | rust | code | {"qsc_code_num_words": 348, "qsc_code_num_chars": 2525.0, "qsc_code_mean_word_length": 3.73563218, "qsc_code_frac_words_unique": 0.27873563, "qsc_code_frac_chars_top_2grams": 0.06923077, "qsc_code_frac_chars_top_3grams": 0.05076923, "qsc_code_frac_chars_top_4grams": 0.03076923, "qsc_code_frac_chars_dupe_5grams": 0.1723... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/dmi.rs | //! DMI (Directional Movement Index)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestic... | 5,136 | dmi | rs | en | rust | code | {"qsc_code_num_words": 598, "qsc_code_num_chars": 5136.0, "qsc_code_mean_word_length": 3.80100334, "qsc_code_frac_words_unique": 0.20401338, "qsc_code_frac_chars_top_2grams": 0.03695557, "qsc_code_frac_chars_top_3grams": 0.03959525, "qsc_code_frac_chars_top_4grams": 0.01759789, "qsc_code_frac_chars_dupe_5grams": 0.2226... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/stochastics.rs | //! Stochastics
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400003, 13... | 4,670 | stochastics | rs | en | rust | code | {"qsc_code_num_words": 596, "qsc_code_num_chars": 4670.0, "qsc_code_mean_word_length": 4.03355705, "qsc_code_frac_words_unique": 0.19295302, "qsc_code_frac_chars_top_2grams": 0.02995008, "qsc_code_frac_chars_top_3grams": 0.0374376, "qsc_code_frac_chars_top_4grams": 0.01663894, "qsc_code_frac_chars_dupe_5grams": 0.46963... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/awesome_oscillator.rs | //! Awesome Oscillator
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick::new(1719400... | 2,239 | awesome_oscillator | rs | en | rust | code | {"qsc_code_num_words": 249, "qsc_code_num_chars": 2239.0, "qsc_code_mean_word_length": 4.54216867, "qsc_code_frac_words_unique": 0.34538153, "qsc_code_frac_chars_top_2grams": 0.08045977, "qsc_code_frac_chars_top_3grams": 0.0795756, "qsc_code_frac_chars_top_4grams": 0.03536693, "qsc_code_frac_chars_dupe_5grams": 0.17506... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/BlandfruitBush.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 1,499 | BlandfruitBush | java | en | java | code | {"qsc_code_num_words": 203, "qsc_code_num_chars": 1499.0, "qsc_code_mean_word_length": 5.57635468, "qsc_code_frac_words_unique": 0.5862069, "qsc_code_frac_chars_top_2grams": 0.07508834, "qsc_code_frac_chars_top_3grams": 0.16784452, "qsc_code_frac_chars_top_4grams": 0.15547703, "qsc_code_frac_chars_dupe_5grams": 0.07243... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Sungrass.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 4,297 | Sungrass | java | en | java | code | {"qsc_code_num_words": 509, "qsc_code_num_chars": 4297.0, "qsc_code_mean_word_length": 5.96267191, "qsc_code_frac_words_unique": 0.37917485, "qsc_code_frac_chars_top_2grams": 0.04448105, "qsc_code_frac_chars_top_3grams": 0.1752883, "qsc_code_frac_chars_top_4grams": 0.18846787, "qsc_code_frac_chars_dupe_5grams": 0.20230... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Fadeleaf.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 3,479 | Fadeleaf | java | en | java | code | {"qsc_code_num_words": 402, "qsc_code_num_chars": 3479.0, "qsc_code_mean_word_length": 6.26368159, "qsc_code_frac_words_unique": 0.43532338, "qsc_code_frac_chars_top_2grams": 0.10127085, "qsc_code_frac_chars_top_3grams": 0.22637014, "qsc_code_frac_chars_top_4grams": 0.2446386, "qsc_code_frac_chars_dupe_5grams": 0.24622... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Earthroot.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 4,027 | Earthroot | java | en | java | code | {"qsc_code_num_words": 475, "qsc_code_num_chars": 4027.0, "qsc_code_mean_word_length": 5.95368421, "qsc_code_frac_words_unique": 0.38315789, "qsc_code_frac_chars_top_2grams": 0.04455446, "qsc_code_frac_chars_top_3grams": 0.1612447, "qsc_code_frac_chars_top_4grams": 0.17114569, "qsc_code_frac_chars_dupe_5grams": 0.17857... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00Julian00/Nova2 | inference_engines/inference_tts/inference_elevenlabs.py | import os
from typing import Literal
import warnings
from elevenlabs.client import ElevenLabs
from elevenlabs import Voice, VoiceSettings
from Nova2.app.interfaces import TTSInferenceEngineBase
from Nova2.app.security_manager import SecretsManager
from Nova2.app.tts_data import TTSConditioning
from Nova2.app.audio_da... | 2,307 | inference_elevenlabs | py | en | python | code | {"qsc_code_num_words": 250, "qsc_code_num_chars": 2307.0, "qsc_code_mean_word_length": 5.792, "qsc_code_frac_words_unique": 0.372, "qsc_code_frac_chars_top_2grams": 0.04350829, "qsc_code_frac_chars_top_3grams": 0.03314917, "qsc_code_frac_chars_top_4grams": 0.02348066, "qsc_code_frac_chars_dupe_5grams": 0.05801105, "qsc... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/hal/intrin_wasm.hpp | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef OPENCV_HAL_INTRIN_WASM_HPP
#define OPENCV_HAL_INTRIN_WASM_HPP
#include <limits>
#include <cstring>
#include <algorit... | 155,391 | intrin_wasm | hpp | en | cpp | code | {"qsc_code_num_words": 28107, "qsc_code_num_chars": 155391.0, "qsc_code_mean_word_length": 3.31895969, "qsc_code_frac_words_unique": 0.02131142, "qsc_code_frac_chars_top_2grams": 0.03196621, "qsc_code_frac_chars_top_3grams": 0.04947152, "qsc_code_frac_chars_top_4grams": 0.03498917, "qsc_code_frac_chars_dupe_5grams": 0.... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/hal/intrin_neon.hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 88,439 | intrin_neon | hpp | en | cpp | code | {"qsc_code_num_words": 14705, "qsc_code_num_chars": 88439.0, "qsc_code_mean_word_length": 3.88146889, "qsc_code_frac_words_unique": 0.04454267, "qsc_code_frac_chars_top_2grams": 0.03490022, "qsc_code_frac_chars_top_3grams": 0.06673441, "qsc_code_frac_chars_top_4grams": 0.08726808, "qsc_code_frac_chars_dupe_5grams": 0.7... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 1, "qsc... |
00Julian00/Nova2 | inference_engines/inference_tts/inference_zonos.py | from pathlib import Path
import io
import warnings
import torch
import torchaudio
import numpy as np
from Nova2.external.zonos.model import Zonos
from Nova2.external.zonos.conditioning import make_cond_dict
from Nova2.app.interfaces import TTSInferenceEngineBase
from Nova2.app.tts_data import TTSConditioning
from Nov... | 4,351 | inference_zonos | py | en | python | code | {"qsc_code_num_words": 483, "qsc_code_num_chars": 4351.0, "qsc_code_mean_word_length": 5.24223602, "qsc_code_frac_words_unique": 0.32091097, "qsc_code_frac_chars_top_2grams": 0.04976303, "qsc_code_frac_chars_top_3grams": 0.02053712, "qsc_code_frac_chars_top_4grams": 0.01737757, "qsc_code_frac_chars_dupe_5grams": 0.1421... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00Julian00/Nova2 | examples/4. Inference engines/4.1 Creating an inference engine.ipynb | {
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 4.1 Creating a new inference engine"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"An inference engine is essentially a wrapper around the system that runs inference, either on an LLM or a TTS. The ... | 6,086 | 4.1 Creating an inference engine | ipynb | en | jupyter notebook | excluded | {} | 0 | {} |
00Julian00/Nova2 | examples/5. Tools/5.1 Creating a tool.ipynb | {
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 5.1 Creating a new tool"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Tools are scripts that are called by the LLM and can perform actions on behalf of the LLM. This notebook shows you how to creat... | 4,745 | 5.1 Creating a tool | ipynb | en | jupyter notebook | excluded | {} | 0 | {} |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/hal/msa_macros.h | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#ifndef OPENCV_CORE_HAL_MSA_MACROS_H
#define OPENCV_CORE_HAL_MSA_MACROS_H
#ifdef __mips_msa
#include "msa.h"
#include <stdin... | 82,544 | msa_macros | h | en | c | code | {"qsc_code_num_words": 13429, "qsc_code_num_chars": 82544.0, "qsc_code_mean_word_length": 3.52900439, "qsc_code_frac_words_unique": 0.0417008, "qsc_code_frac_chars_top_2grams": 0.16986348, "qsc_code_frac_chars_top_3grams": 0.03692684, "qsc_code_frac_chars_top_4grams": 0.01240742, "qsc_code_frac_chars_dupe_5grams": 0.75... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/main/opencv/opencv2/core/hal/intrin.hpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 20,155 | intrin | hpp | en | cpp | code | {"qsc_code_num_words": 3065, "qsc_code_num_chars": 20155.0, "qsc_code_mean_word_length": 4.42969005, "qsc_code_frac_words_unique": 0.15106036, "qsc_code_frac_chars_top_2grams": 0.02887236, "qsc_code_frac_chars_top_3grams": 0.03609045, "qsc_code_frac_chars_top_4grams": 0.046402, "qsc_code_frac_chars_dupe_5grams": 0.5136... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00x4/m4rs | src/smma.rs | //! SMMA (Smoothed Moving Average)
//!
//! # Examples
//! ```rust
//! // Prepare candlesticks in some way
//! let candlesticks = vec![
//! m4rs::Candlestick::new(1719400001, 100.0, 130.0, 90.0, 110.0, 1000.0),
//! m4rs::Candlestick::new(1719400002, 110.0, 140.0, 100.0, 130.0, 1000.0),
//! m4rs::Candlestick:... | 1,538 | smma | rs | en | rust | code | {"qsc_code_num_words": 215, "qsc_code_num_chars": 1538.0, "qsc_code_mean_word_length": 4.14418605, "qsc_code_frac_words_unique": 0.37209302, "qsc_code_frac_chars_top_2grams": 0.08417508, "qsc_code_frac_chars_top_3grams": 0.1010101, "qsc_code_frac_chars_top_4grams": 0.04489338, "qsc_code_frac_chars_dupe_5grams": 0.21324... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/plants/Plant.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 5,331 | Plant | java | en | java | code | {"qsc_code_num_words": 622, "qsc_code_num_chars": 5331.0, "qsc_code_mean_word_length": 6.02411576, "qsc_code_frac_words_unique": 0.35369775, "qsc_code_frac_chars_top_2grams": 0.05044035, "qsc_code_frac_chars_top_3grams": 0.16226314, "qsc_code_frac_chars_top_4grams": 0.17614091, "qsc_code_frac_chars_dupe_5grams": 0.1649... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 3,354 | WndStory | java | en | java | code | {"qsc_code_num_words": 441, "qsc_code_num_chars": 3354.0, "qsc_code_mean_word_length": 5.36054422, "qsc_code_frac_words_unique": 0.39002268, "qsc_code_frac_chars_top_2grams": 0.05583756, "qsc_code_frac_chars_top_3grams": 0.1285956, "qsc_code_frac_chars_top_4grams": 0.13028765, "qsc_code_frac_chars_dupe_5grams": 0.14213... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoBuff.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,250 | WndInfoBuff | java | en | java | code | {"qsc_code_num_words": 286, "qsc_code_num_chars": 2250.0, "qsc_code_mean_word_length": 5.97902098, "qsc_code_frac_words_unique": 0.5, "qsc_code_frac_chars_top_2grams": 0.05263158, "qsc_code_frac_chars_top_3grams": 0.15555556, "qsc_code_frac_chars_top_4grams": 0.15438596, "qsc_code_frac_chars_dupe_5grams": 0.10175439, "... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 4,002 | WndSadGhost | java | en | java | code | {"qsc_code_num_words": 472, "qsc_code_num_chars": 4002.0, "qsc_code_mean_word_length": 6.13983051, "qsc_code_frac_words_unique": 0.37923729, "qsc_code_frac_chars_top_2grams": 0.0821256, "qsc_code_frac_chars_top_3grams": 0.18357488, "qsc_code_frac_chars_top_4grams": 0.1973775, "qsc_code_frac_chars_dupe_5grams": 0.314699... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoItem.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,897 | WndInfoItem | java | en | java | code | {"qsc_code_num_words": 356, "qsc_code_num_chars": 2897.0, "qsc_code_mean_word_length": 5.78089888, "qsc_code_frac_words_unique": 0.39325843, "qsc_code_frac_chars_top_2grams": 0.06608358, "qsc_code_frac_chars_top_3grams": 0.14771623, "qsc_code_frac_chars_top_4grams": 0.14965986, "qsc_code_frac_chars_dupe_5grams": 0.4810... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuest.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 1,161 | WndQuest | java | en | java | code | {"qsc_code_num_words": 159, "qsc_code_num_chars": 1161.0, "qsc_code_mean_word_length": 5.55974843, "qsc_code_frac_words_unique": 0.62893082, "qsc_code_frac_chars_top_2grams": 0.03733032, "qsc_code_frac_chars_top_3grams": 0.04411765, "qsc_code_frac_chars_top_4grams": 0.06447964, "qsc_code_frac_chars_dupe_5grams": 0.0927... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndTradeItem.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 7,273 | WndTradeItem | java | en | java | code | {"qsc_code_num_words": 825, "qsc_code_num_chars": 7273.0, "qsc_code_mean_word_length": 5.79878788, "qsc_code_frac_words_unique": 0.2630303, "qsc_code_frac_chars_top_2grams": 0.0604097, "qsc_code_frac_chars_top_3grams": 0.13503344, "qsc_code_frac_chars_top_4grams": 0.14715719, "qsc_code_frac_chars_dupe_5grams": 0.392558... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 4,997 | WndBlacksmith | java | en | java | code | {"qsc_code_num_words": 573, "qsc_code_num_chars": 4997.0, "qsc_code_mean_word_length": 6.10122164, "qsc_code_frac_words_unique": 0.34904014, "qsc_code_frac_chars_top_2grams": 0.03861556, "qsc_code_frac_chars_top_3grams": 0.14130435, "qsc_code_frac_chars_top_4grams": 0.15102975, "qsc_code_frac_chars_dupe_5grams": 0.2219... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 10,007 | WndRanking | java | en | java | code | {"qsc_code_num_words": 1166, "qsc_code_num_chars": 10007.0, "qsc_code_mean_word_length": 5.61063465, "qsc_code_frac_words_unique": 0.24957118, "qsc_code_frac_chars_top_2grams": 0.03301743, "qsc_code_frac_chars_top_3grams": 0.1103638, "qsc_code_frac_chars_top_4grams": 0.12106389, "qsc_code_frac_chars_dupe_5grams": 0.234... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndWandmaker.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 3,803 | WndWandmaker | java | en | java | code | {"qsc_code_num_words": 450, "qsc_code_num_chars": 3803.0, "qsc_code_mean_word_length": 6.27777778, "qsc_code_frac_words_unique": 0.40444444, "qsc_code_frac_chars_top_2grams": 0.09026549, "qsc_code_frac_chars_top_3grams": 0.20176991, "qsc_code_frac_chars_top_4grams": 0.2180531, "qsc_code_frac_chars_dupe_5grams": 0.24566... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndList.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 1,746 | WndList | java | en | java | code | {"qsc_code_num_words": 233, "qsc_code_num_chars": 1746.0, "qsc_code_mean_word_length": 5.20600858, "qsc_code_frac_words_unique": 0.51502146, "qsc_code_frac_chars_top_2grams": 0.05605936, "qsc_code_frac_chars_top_3grams": 0.12530915, "qsc_code_frac_chars_top_4grams": 0.04699093, "qsc_code_frac_chars_dupe_5grams": 0.1434... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndOptions.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,385 | WndOptions | java | en | java | code | {"qsc_code_num_words": 302, "qsc_code_num_chars": 2385.0, "qsc_code_mean_word_length": 5.67218543, "qsc_code_frac_words_unique": 0.47350993, "qsc_code_frac_chars_top_2grams": 0.05954466, "qsc_code_frac_chars_top_3grams": 0.13309982, "qsc_code_frac_chars_top_4grams": 0.12842966, "qsc_code_frac_chars_dupe_5grams": 0.1587... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBadge.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,010 | WndBadge | java | en | java | code | {"qsc_code_num_words": 268, "qsc_code_num_chars": 2010.0, "qsc_code_mean_word_length": 5.4738806, "qsc_code_frac_words_unique": 0.51492537, "qsc_code_frac_chars_top_2grams": 0.06952965, "qsc_code_frac_chars_top_3grams": 0.15541922, "qsc_code_frac_chars_top_4grams": 0.14996592, "qsc_code_frac_chars_dupe_5grams": 0.11860... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndInfoPlant.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 1,256 | WndInfoPlant | java | en | java | code | {"qsc_code_num_words": 166, "qsc_code_num_chars": 1256.0, "qsc_code_mean_word_length": 5.80722892, "qsc_code_frac_words_unique": 0.59638554, "qsc_code_frac_chars_top_2grams": 0.07053942, "qsc_code_frac_chars_top_3grams": 0.15767635, "qsc_code_frac_chars_top_4grams": 0.05912863, "qsc_code_frac_chars_dupe_5grams": 0.0850... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndMessage.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 1,594 | WndMessage | java | en | java | code | {"qsc_code_num_words": 212, "qsc_code_num_chars": 1594.0, "qsc_code_mean_word_length": 5.5990566, "qsc_code_frac_words_unique": 0.55188679, "qsc_code_frac_chars_top_2grams": 0.0716091, "qsc_code_frac_chars_top_3grams": 0.1600674, "qsc_code_frac_chars_top_4grams": 0.14827296, "qsc_code_frac_chars_dupe_5grams": 0.1903959... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/KindOfWeapon.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 3,361 | KindOfWeapon | java | en | java | code | {"qsc_code_num_words": 409, "qsc_code_num_chars": 3361.0, "qsc_code_mean_word_length": 5.8606357, "qsc_code_frac_words_unique": 0.39119804, "qsc_code_frac_chars_top_2grams": 0.03379224, "qsc_code_frac_chars_top_3grams": 0.1268252, "qsc_code_frac_chars_top_4grams": 0.12849395, "qsc_code_frac_chars_dupe_5grams": 0.156862... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/TomeOfMastery.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 3,423 | TomeOfMastery | java | en | java | code | {"qsc_code_num_words": 396, "qsc_code_num_chars": 3423.0, "qsc_code_mean_word_length": 6.35858586, "qsc_code_frac_words_unique": 0.46464646, "qsc_code_frac_chars_top_2grams": 0.08101668, "qsc_code_frac_chars_top_3grams": 0.18109611, "qsc_code_frac_chars_top_4grams": 0.19221604, "qsc_code_frac_chars_dupe_5grams": 0.1159... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/Amulet.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 2,820 | Amulet | java | en | java | code | {"qsc_code_num_words": 328, "qsc_code_num_chars": 2820.0, "qsc_code_mean_word_length": 6.24695122, "qsc_code_frac_words_unique": 0.48170732, "qsc_code_frac_chars_top_2grams": 0.07467057, "qsc_code_frac_chars_top_3grams": 0.16691069, "qsc_code_frac_chars_top_4grams": 0.17179112, "qsc_code_frac_chars_dupe_5grams": 0.0888... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/ItemStatusHandler.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | 5,700 | ItemStatusHandler | java | en | java | code | {"qsc_code_num_words": 716, "qsc_code_num_chars": 5700.0, "qsc_code_mean_word_length": 5.33798883, "qsc_code_frac_words_unique": 0.2150838, "qsc_code_frac_chars_top_2grams": 0.08477237, "qsc_code_frac_chars_top_3grams": 0.07823129, "qsc_code_frac_chars_top_4grams": 0.03139717, "qsc_code_frac_chars_dupe_5grams": 0.40266... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.