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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
01010111/zerolib | zero/utilities/Vec2.hx | package zero.utilities;
using Math;
using zero.extensions.FloatExt;
/**
* A simple Vector class
*
* **Usage:**
*
* - Initialize using Vec2.get() `var vec = Vec2.get(0, 0);`
* - Recycle vectors when you're done with them: `my_vector.put()`
*/
abstract Vec2(Array<Float>) {
static var pool:Array<Vec2> = [];
... | 4,192 | Vec2 | hx | en | haxe | code | {"qsc_code_num_words": 735, "qsc_code_num_chars": 4192.0, "qsc_code_mean_word_length": 3.68435374, "qsc_code_frac_words_unique": 0.13605442, "qsc_code_frac_chars_top_2grams": 0.03360414, "qsc_code_frac_chars_top_3grams": 0.09601182, "qsc_code_frac_chars_top_4grams": 0.03323486, "qsc_code_frac_chars_dupe_5grams": 0.4217... | 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... |
01010111/zerolib | zero/utilities/Tween.hx | package zero.utilities;
using Math;
using Std;
using zero.extensions.FloatExt;
/**
* A utility for interpolating between numbers over time
*
* **Usage**
*
* - Import into your project. `import zero.utilities.Tween;`
*/
/**
A utility for interpolating between numbers over time
**Usage**
Before any ... | 6,473 | Tween | hx | en | haxe | code | {"qsc_code_num_words": 878, "qsc_code_num_chars": 6473.0, "qsc_code_mean_word_length": 4.74145786, "qsc_code_frac_words_unique": 0.20615034, "qsc_code_frac_chars_top_2grams": 0.03362959, "qsc_code_frac_chars_top_3grams": 0.01729522, "qsc_code_frac_chars_top_4grams": 0.02882537, "qsc_code_frac_chars_dupe_5grams": 0.1799... | 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... |
01010111/zerolib | zero/utilities/Color.hx | package zero.utilities;
using Math;
using StringTools;
/**
* A color abstract of Vec4
*
* **Usage:**
*
* - Initialize using Color.get() `var color = Color.get(1, 0, 0, 1); // red`
* - Or with an array `var color:Color = [0, 1, 0, 1]; // green`
* - Or using a 32 bit Integer `var color = Color.get().from_int32... | 42,299 | Color | hx | en | haxe | code | {"qsc_code_num_words": 6883, "qsc_code_num_chars": 42299.0, "qsc_code_mean_word_length": 4.30306552, "qsc_code_frac_words_unique": 0.06755775, "qsc_code_frac_chars_top_2grams": 0.07066649, "qsc_code_frac_chars_top_3grams": 0.13123776, "qsc_code_frac_chars_top_4grams": 0.15288001, "qsc_code_frac_chars_dupe_5grams": 0.82... | 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... |
00xglitch/Bella | Bella.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys, socket, subprocess, time, os, platform, struct, getpass, datetime, plistlib, re, stat, grp, shutil
import string, json, traceback, pwd, urllib, urllib2, base64, binascii, hashlib, sqlite3, bz2, pickle, ast
import StringIO, zipfile, hmac, tempfile, ssl
from xml.e... | 94,516 | Bella | py | en | python | code | {"qsc_code_num_words": 13448, "qsc_code_num_chars": 94516.0, "qsc_code_mean_word_length": 4.68723974, "qsc_code_frac_words_unique": 0.12150506, "qsc_code_frac_chars_top_2grams": 0.02620808, "qsc_code_frac_chars_top_3grams": 0.00628232, "qsc_code_frac_chars_top_4grams": 0.01021671, "qsc_code_frac_chars_dupe_5grams": 0.4... | 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/items/potions/brews/Brew.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... | 1,567 | Brew | java | en | java | code | {"qsc_code_num_words": 206, "qsc_code_num_chars": 1567.0, "qsc_code_mean_word_length": 5.7038835, "qsc_code_frac_words_unique": 0.5776699, "qsc_code_frac_chars_top_2grams": 0.05957447, "qsc_code_frac_chars_top_3grams": 0.1293617, "qsc_code_frac_chars_top_4grams": 0.04851064, "qsc_code_frac_chars_dupe_5grams": 0.1548936... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBOBEXRequestHandler.h | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 3,391 | BBOBEXRequestHandler | h | en | c | code | {"qsc_code_num_words": 310, "qsc_code_num_chars": 3391.0, "qsc_code_mean_word_length": 8.15483871, "qsc_code_frac_words_unique": 0.58064516, "qsc_code_frac_chars_top_2grams": 0.02373418, "qsc_code_frac_chars_top_3grams": 0.10087025, "qsc_code_frac_chars_top_4grams": 0.02254747, "qsc_code_frac_chars_dupe_5grams": 0.0324... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBOBEXHeaderSet.m | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 12,373 | BBOBEXHeaderSet | m | en | limbo | code | {"qsc_code_num_words": 1011, "qsc_code_num_chars": 12373.0, "qsc_code_mean_word_length": 7.71216617, "qsc_code_frac_words_unique": 0.28783383, "qsc_code_frac_chars_top_2grams": 0.0115429, "qsc_code_frac_chars_top_3grams": 0.03232012, "qsc_code_frac_chars_top_4grams": 0.0301398, "qsc_code_frac_chars_dupe_5grams": 0.1648... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBLocalDevice.h | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 1,448 | BBLocalDevice | h | en | c | code | {"qsc_code_num_words": 215, "qsc_code_num_chars": 1448.0, "qsc_code_mean_word_length": 4.79534884, "qsc_code_frac_words_unique": 0.5627907, "qsc_code_frac_chars_top_2grams": 0.03879728, "qsc_code_frac_chars_top_3grams": 0.0543162, "qsc_code_frac_chars_top_4grams": 0.05528613, "qsc_code_frac_chars_dupe_5grams": 0.129970... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/SerialPortDictionary.plist | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>0001 - ServiceClassIDList</key>
<array>
<data>
EQE=
</data>
</array>
<key>0004 - ProtocolDescriptorList</key>
<array>
<arr... | 1,838 | SerialPortDictionary | plist | en | openstep property list | data | {"qsc_code_num_words": 206, "qsc_code_num_chars": 1838.0, "qsc_code_mean_word_length": 5.51941748, "qsc_code_frac_words_unique": 0.24757282, "qsc_code_frac_chars_top_2grams": 0.1407212, "qsc_code_frac_chars_top_3grams": 0.06772208, "qsc_code_frac_chars_top_4grams": 0.11081794, "qsc_code_frac_chars_dupe_5grams": 0.60070... | 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_words_unique": 1, "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... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/elixirs/Elixir.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... | 1,143 | Elixir | java | en | java | code | {"qsc_code_num_words": 160, "qsc_code_num_chars": 1143.0, "qsc_code_mean_word_length": 5.41875, "qsc_code_frac_words_unique": 0.625, "qsc_code_frac_chars_top_2grams": 0.03806228, "qsc_code_frac_chars_top_3grams": 0.0449827, "qsc_code_frac_chars_top_4grams": 0.06574394, "qsc_code_frac_chars_dupe_5grams": 0.20991926, "qs... | 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/items/potions/elixirs/ElixirOfIcyTouch.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... | 2,144 | ElixirOfIcyTouch | java | en | java | code | {"qsc_code_num_words": 256, "qsc_code_num_chars": 2144.0, "qsc_code_mean_word_length": 6.40234375, "qsc_code_frac_words_unique": 0.546875, "qsc_code_frac_chars_top_2grams": 0.0933496, "qsc_code_frac_chars_top_3grams": 0.20866382, "qsc_code_frac_chars_top_4grams": 0.18791946, "qsc_code_frac_chars_dupe_5grams": 0.2464917... | 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/potions/elixirs/ElixirOfDragonsBlood.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... | 2,306 | ElixirOfDragonsBlood | java | en | java | code | {"qsc_code_num_words": 274, "qsc_code_num_chars": 2306.0, "qsc_code_mean_word_length": 6.47810219, "qsc_code_frac_words_unique": 0.54744526, "qsc_code_frac_chars_top_2grams": 0.09577465, "qsc_code_frac_chars_top_3grams": 0.21408451, "qsc_code_frac_chars_top_4grams": 0.19830986, "qsc_code_frac_chars_dupe_5grams": 0.2276... | 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... |
0-1-0/lightblue-0.4 | src/series60/_lightblueutil/localepocpyutils.cpp | // -*- symbian-c++ -*-
//
// localepocpyutils.cpp
//
// Copyright 2004 Helsinki Institute for Information Technology (HIIT)
// and the authors. All rights reserved.
//
// Authors: Tero Hasu <tero.hasu@hut.fi>
//
// Utilities to assist in the creation of native Python extensions.
//
// Permission is hereby granted, f... | 2,086 | localepocpyutils | cpp | en | cpp | code | {"qsc_code_num_words": 294, "qsc_code_num_chars": 2086.0, "qsc_code_mean_word_length": 5.19727891, "qsc_code_frac_words_unique": 0.55102041, "qsc_code_frac_chars_top_2grams": 0.05759162, "qsc_code_frac_chars_top_3grams": 0.01701571, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_cod... | 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/items/potions/exotic/PotionOfSnapFreeze.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... | 2,034 | PotionOfSnapFreeze | java | en | java | code | {"qsc_code_num_words": 256, "qsc_code_num_chars": 2034.0, "qsc_code_mean_word_length": 5.90625, "qsc_code_frac_words_unique": 0.50390625, "qsc_code_frac_chars_top_2grams": 0.05952381, "qsc_code_frac_chars_top_3grams": 0.22619048, "qsc_code_frac_chars_top_4grams": 0.23280423, "qsc_code_frac_chars_dupe_5grams": 0.2658730... | 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/potions/exotic/PotionOfStamina.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... | 1,245 | PotionOfStamina | java | en | java | code | {"qsc_code_num_words": 169, "qsc_code_num_chars": 1245.0, "qsc_code_mean_word_length": 5.56804734, "qsc_code_frac_words_unique": 0.60946746, "qsc_code_frac_chars_top_2grams": 0.07226355, "qsc_code_frac_chars_top_3grams": 0.16153029, "qsc_code_frac_chars_top_4grams": 0.06057386, "qsc_code_frac_chars_dupe_5grams": 0.2571... | 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/items/potions/exotic/PotionOfMagicalSight.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... | 1,355 | PotionOfMagicalSight | java | en | java | code | {"qsc_code_num_words": 177, "qsc_code_num_chars": 1355.0, "qsc_code_mean_word_length": 5.85875706, "qsc_code_frac_words_unique": 0.58757062, "qsc_code_frac_chars_top_2grams": 0.08196721, "qsc_code_frac_chars_top_3grams": 0.18322083, "qsc_code_frac_chars_top_4grams": 0.16972035, "qsc_code_frac_chars_dupe_5grams": 0.2333... | 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... |
0-1-0/lightblue-0.4 | src/series60/_lightblueutil/settings.h | // -*- symbian-c++ -*-
//
// settings.h
//
// Copyright 2004 Helsinki Institute for Information Technology (HIIT)
// and the authors. All rights reserved.
//
// Authors: Tero Hasu <tero.hasu@hut.fi>
//
// Some compile-time settings for this library.
//
// Permission is hereby granted, free of charge, to any person
/... | 2,816 | settings | h | en | c | code | {"qsc_code_num_words": 441, "qsc_code_num_chars": 2816.0, "qsc_code_mean_word_length": 4.66213152, "qsc_code_frac_words_unique": 0.38548753, "qsc_code_frac_chars_top_2grams": 0.04377432, "qsc_code_frac_chars_top_3grams": 0.03501946, "qsc_code_frac_chars_top_4grams": 0.01896887, "qsc_code_frac_chars_dupe_5grams": 0.2062... | 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... |
0-1-0/lightblue-0.4 | src/series60/_lightblueutil/apnresolver.cpp | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 12,684 | apnresolver | cpp | en | cpp | code | {"qsc_code_num_words": 1424, "qsc_code_num_chars": 12684.0, "qsc_code_mean_word_length": 5.91502809, "qsc_code_frac_words_unique": 0.33918539, "qsc_code_frac_chars_top_2grams": 0.03917844, "qsc_code_frac_chars_top_3grams": 0.0242194, "qsc_code_frac_chars_top_4grams": 0.01745221, "qsc_code_frac_chars_dupe_5grams": 0.159... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/OBEXObjectPushDictionary.plist | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>0001 - ServiceClassIDList</key>
<array>
<data>
EQU=
</data>
</array>
<key>0004 - ProtocolDescriptorList</key>
<array>
<arr... | 1,888 | OBEXObjectPushDictionary | plist | en | openstep property list | data | {"qsc_code_num_words": 211, "qsc_code_num_chars": 1888.0, "qsc_code_mean_word_length": 5.48815166, "qsc_code_frac_words_unique": 0.2464455, "qsc_code_frac_chars_top_2grams": 0.13816926, "qsc_code_frac_chars_top_3grams": 0.06649396, "qsc_code_frac_chars_top_4grams": 0.10880829, "qsc_code_frac_chars_dupe_5grams": 0.56217... | 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_words_unique": 1, "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... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/potions/exotic/PotionOfDragonsBreath.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... | 5,984 | PotionOfDragonsBreath | java | en | java | code | {"qsc_code_num_words": 683, "qsc_code_num_chars": 5984.0, "qsc_code_mean_word_length": 5.86090776, "qsc_code_frac_words_unique": 0.35578331, "qsc_code_frac_chars_top_2grams": 0.04046965, "qsc_code_frac_chars_top_3grams": 0.15188609, "qsc_code_frac_chars_top_4grams": 0.16487634, "qsc_code_frac_chars_dupe_5grams": 0.2625... | 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/potions/exotic/PotionOfCleansing.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... | 2,147 | PotionOfCleansing | java | en | java | code | {"qsc_code_num_words": 269, "qsc_code_num_chars": 2147.0, "qsc_code_mean_word_length": 5.85501859, "qsc_code_frac_words_unique": 0.49442379, "qsc_code_frac_chars_top_2grams": 0.09714286, "qsc_code_frac_chars_top_3grams": 0.21714286, "qsc_code_frac_chars_top_4grams": 0.22349206, "qsc_code_frac_chars_dupe_5grams": 0.2812... | 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... |
0-1-0/lightblue-0.4 | src/series60/_lightblueutil/_lightblueutil.cpp | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 18,918 | _lightblueutil | cpp | en | cpp | code | {"qsc_code_num_words": 1846, "qsc_code_num_chars": 18918.0, "qsc_code_mean_word_length": 6.36457205, "qsc_code_frac_words_unique": 0.25568797, "qsc_code_frac_chars_top_2grams": 0.01021364, "qsc_code_frac_chars_top_3grams": 0.00842625, "qsc_code_frac_chars_top_4grams": 0.01429909, "qsc_code_frac_chars_dupe_5grams": 0.32... | 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/potions/exotic/PotionOfShielding.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... | 1,307 | PotionOfShielding | java | en | java | code | {"qsc_code_num_words": 181, "qsc_code_num_chars": 1307.0, "qsc_code_mean_word_length": 5.42541436, "qsc_code_frac_words_unique": 0.60773481, "qsc_code_frac_chars_top_2grams": 0.06924644, "qsc_code_frac_chars_top_3grams": 0.15478615, "qsc_code_frac_chars_top_4grams": 0.05804481, "qsc_code_frac_chars_dupe_5grams": 0.2464... | 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/items/potions/exotic/PotionOfShroudingFog.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... | 1,545 | PotionOfShroudingFog | java | en | java | code | {"qsc_code_num_words": 199, "qsc_code_num_chars": 1545.0, "qsc_code_mean_word_length": 5.86934673, "qsc_code_frac_words_unique": 0.59296482, "qsc_code_frac_chars_top_2grams": 0.08732877, "qsc_code_frac_chars_top_3grams": 0.19520548, "qsc_code_frac_chars_top_4grams": 0.18835616, "qsc_code_frac_chars_dupe_5grams": 0.1643... | 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/potions/exotic/PotionOfAdrenalineSurge.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... | 1,276 | PotionOfAdrenalineSurge | java | en | java | code | {"qsc_code_num_words": 171, "qsc_code_num_chars": 1276.0, "qsc_code_mean_word_length": 5.68421053, "qsc_code_frac_words_unique": 0.61403509, "qsc_code_frac_chars_top_2grams": 0.06995885, "qsc_code_frac_chars_top_3grams": 0.1563786, "qsc_code_frac_chars_top_4grams": 0.05864198, "qsc_code_frac_chars_dupe_5grams": 0.24897... | 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/items/potions/exotic/ExoticPotion.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... | 6,124 | ExoticPotion | java | en | java | code | {"qsc_code_num_words": 653, "qsc_code_num_chars": 6124.0, "qsc_code_mean_word_length": 7.16232772, "qsc_code_frac_words_unique": 0.2848392, "qsc_code_frac_chars_top_2grams": 0.06542656, "qsc_code_frac_chars_top_3grams": 0.14624759, "qsc_code_frac_chars_top_4grams": 0.15993158, "qsc_code_frac_chars_dupe_5grams": 0.31024... | 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... |
0-1-0/lightblue-0.4 | src/series60/_lightblueutil/panic.cpp | // -*- symbian-c++ -*-
//
// panic.cpp
//
// Copyright 2004 Helsinki Institute for Information Technology (HIIT)
// and the authors. All rights reserved.
//
// Authors: Tero Hasu <tero.hasu@hut.fi>
//
// Utilities related to panicking.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a ... | 1,678 | panic | cpp | en | cpp | code | {"qsc_code_num_words": 227, "qsc_code_num_chars": 1678.0, "qsc_code_mean_word_length": 5.36563877, "qsc_code_frac_words_unique": 0.55506608, "qsc_code_frac_chars_top_2grams": 0.07224959, "qsc_code_frac_chars_top_3grams": 0.02134647, "qsc_code_frac_chars_top_4grams": 0.02298851, "qsc_code_frac_chars_dupe_5grams": 0.0394... | 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... |
0-1-0/lightblue-0.4 | src/series60/_lightblueutil/localepocpyutils.h | // -*- symbian-c++ -*-
//
// localepocpyutils.h
//
// Copyright 2004 Helsinki Institute for Information Technology (HIIT)
// and the authors. All rights reserved.
//
// Authors: Tero Hasu <tero.hasu@hut.fi>
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and a... | 2,004 | localepocpyutils | h | en | c | code | {"qsc_code_num_words": 289, "qsc_code_num_chars": 2004.0, "qsc_code_mean_word_length": 5.08304498, "qsc_code_frac_words_unique": 0.53979239, "qsc_code_frac_chars_top_2grams": 0.0599047, "qsc_code_frac_chars_top_3grams": 0.02042206, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code... | 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... |
00JCIV00/cova | docs/guides/arg_types/command.md | # Command
A Command is a container Argument Type for sub-Commands, Options, and Values. It can contain any mix of those Argument Types or none at all if it's to be used as a standalone Command (i.e. `covademo help`).
## Configuring a Command Type
Before a Command is used within a project, a Command Type should be con... | 3,737 | command | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00374632, "qsc_doc_frac_words_redpajama_stop": 0.29860229, "qsc_doc_num_sentences": 85.0, "qsc_doc_num_words": 571, "qsc_doc_num_chars": 3737.0, "qsc_doc_num_lines": 48.0, "qsc_doc_mean_word_length": 4.84588441, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_... | 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_... |
00JCIV00/cova | docs/guides/arg_types/value.md | # Value
A Value (also known as a Positional Argument) is an Argument Type that is expected in a specific order and should be interpreted as a specific Type. The full list of available Types can be seen in `cova.Value.Generic` and customized via `cova.Value.Custom`, but the basics are Boolean, String (`[]const u8`), Int... | 6,191 | value | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00775319, "qsc_doc_frac_words_redpajama_stop": 0.256852, "qsc_doc_num_sentences": 161.0, "qsc_doc_num_words": 876, "qsc_doc_num_chars": 6191.0, "qsc_doc_num_lines": 84.0, "qsc_doc_mean_word_length": 4.64269406, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_r... | 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_... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/LightAquaBlue.xcodeproj/project.pbxproj | // !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
6692821A0E297230008CB8B0 /* BridgeSupport in Resources */ = {isa = PBXBuildFile; fileRef = 669282170E297230008CB8B0 /* BridgeSupport */; };
8100016A0D09536000FA9985 /* BBStreamingOutputStream.h ... | 24,461 | project | pbxproj | en | unknown | unknown | {} | 0 | {} |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BridgeSupport/LightAquaBlue.bridgesupport | <?xml version='1.0'?>
<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd">
<signatures version='0.9'>
<depends_on path='/System/Library/Frameworks/Cocoa.framework'/>
<depends_on path='/System/Library/Frameworks/IOBluetooth.framework'/>
<depends_on path='/System/Library/Frameworks/CoreSe... | 3,707 | LightAquaBlue | bridgesupport | en | unknown | unknown | {} | 0 | {} |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Dagger.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,994 | Dagger | java | en | java | code | {"qsc_code_num_words": 266, "qsc_code_num_chars": 1994.0, "qsc_code_mean_word_length": 5.30827068, "qsc_code_frac_words_unique": 0.54511278, "qsc_code_frac_chars_top_2grams": 0.0601983, "qsc_code_frac_chars_top_3grams": 0.13456091, "qsc_code_frac_chars_top_4grams": 0.12464589, "qsc_code_frac_chars_dupe_5grams": 0.16430... | 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/weapon/melee/Greatshield.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,641 | Greatshield | java | en | java | code | {"qsc_code_num_words": 223, "qsc_code_num_chars": 1641.0, "qsc_code_mean_word_length": 5.29147982, "qsc_code_frac_words_unique": 0.58295964, "qsc_code_frac_chars_top_2grams": 0.05762712, "qsc_code_frac_chars_top_3grams": 0.12881356, "qsc_code_frac_chars_top_4grams": 0.04830508, "qsc_code_frac_chars_dupe_5grams": 0.0694... | 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/items/weapon/melee/WarHammer.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,203 | WarHammer | java | en | java | code | {"qsc_code_num_words": 172, "qsc_code_num_chars": 1203.0, "qsc_code_mean_word_length": 5.09883721, "qsc_code_frac_words_unique": 0.68023256, "qsc_code_frac_chars_top_2grams": 0.03762828, "qsc_code_frac_chars_top_3grams": 0.04446978, "qsc_code_frac_chars_top_4grams": 0.0649943, "qsc_code_frac_chars_dupe_5grams": 0.09350... | 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... |
00JCIV00/cova | docs/guides/parsing_analysis/usage_help.md | # Usage & Help Message
By default, Usage and Help messages are created based on the metadata of Arguments, and are displayed when there's an error during Parsing. Setting up the display for Usage and Help messages is as simple as setting up each Argument as seen in their respective guides. That said, the way they are c... | 4,603 | usage_help | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.02324571, "qsc_doc_frac_words_redpajama_stop": 0.2514758, "qsc_doc_num_sentences": 96.0, "qsc_doc_num_words": 548, "qsc_doc_num_chars": 4603.0, "qsc_doc_num_lines": 103.0, "qsc_doc_mean_word_length": 4.50182482, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_... | 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/ui/changelist/ChangeInfo.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... | 3,393 | ChangeInfo | java | en | java | code | {"qsc_code_num_words": 427, "qsc_code_num_chars": 3393.0, "qsc_code_mean_word_length": 5.09601874, "qsc_code_frac_words_unique": 0.3676815, "qsc_code_frac_chars_top_2grams": 0.01654412, "qsc_code_frac_chars_top_3grams": 0.01792279, "qsc_code_frac_chars_top_4grams": 0.02619485, "qsc_code_frac_chars_dupe_5grams": 0.11810... | 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/ui/changelist/v0_6_X_Changes.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... | 57,190 | v0_6_X_Changes | java | en | java | code | {"qsc_code_num_words": 8114, "qsc_code_num_chars": 57190.0, "qsc_code_mean_word_length": 5.00529948, "qsc_code_frac_words_unique": 0.1911511, "qsc_code_frac_chars_top_2grams": 0.0094551, "qsc_code_frac_chars_top_3grams": 0.04210474, "qsc_code_frac_chars_top_4grams": 0.06869722, "qsc_code_frac_chars_dupe_5grams": 0.2999... | 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/ui/changelist/ChangesWindow.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... | 1,526 | ChangesWindow | java | en | java | code | {"qsc_code_num_words": 197, "qsc_code_num_chars": 1526.0, "qsc_code_mean_word_length": 5.86294416, "qsc_code_frac_words_unique": 0.59390863, "qsc_code_frac_chars_top_2grams": 0.03896104, "qsc_code_frac_chars_top_3grams": 0.03376623, "qsc_code_frac_chars_top_4grams": 0.04935065, "qsc_code_frac_chars_dupe_5grams": 0.0709... | 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/ui/changelist/v0_5_X_Changes.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... | 3,418 | v0_5_X_Changes | java | en | java | code | {"qsc_code_num_words": 469, "qsc_code_num_chars": 3418.0, "qsc_code_mean_word_length": 5.32835821, "qsc_code_frac_words_unique": 0.46268657, "qsc_code_frac_chars_top_2grams": 0.05442177, "qsc_code_frac_chars_top_3grams": 0.12164866, "qsc_code_frac_chars_top_4grams": 0.1232493, "qsc_code_frac_chars_dupe_5grams": 0.23849... | 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/ui/changelist/v0_4_X_Changes.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... | 10,386 | v0_4_X_Changes | java | en | java | code | {"qsc_code_num_words": 1357, "qsc_code_num_chars": 10386.0, "qsc_code_mean_word_length": 5.14959469, "qsc_code_frac_words_unique": 0.32056006, "qsc_code_frac_chars_top_2grams": 0.00729823, "qsc_code_frac_chars_top_3grams": 0.03806525, "qsc_code_frac_chars_top_4grams": 0.06210647, "qsc_code_frac_chars_dupe_5grams": 0.36... | 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/ui/changelist/v0_7_X_Changes.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... | 69,992 | v0_7_X_Changes | java | en | java | code | {"qsc_code_num_words": 10204, "qsc_code_num_chars": 69992.0, "qsc_code_mean_word_length": 4.9372795, "qsc_code_frac_words_unique": 0.16317131, "qsc_code_frac_chars_top_2grams": 0.00786026, "qsc_code_frac_chars_top_3grams": 0.04148472, "qsc_code_frac_chars_top_4grams": 0.06768559, "qsc_code_frac_chars_dupe_5grams": 0.31... | 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/ui/changelist/v0_3_X_Changes.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... | 14,422 | v0_3_X_Changes | java | en | java | code | {"qsc_code_num_words": 1957, "qsc_code_num_chars": 14422.0, "qsc_code_mean_word_length": 4.88400613, "qsc_code_frac_words_unique": 0.3111906, "qsc_code_frac_chars_top_2grams": 0.00544047, "qsc_code_frac_chars_top_3grams": 0.043733, "qsc_code_frac_chars_top_4grams": 0.07135384, "qsc_code_frac_chars_dupe_5grams": 0.34975... | 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/ui/changelist/v0_2_X_Changes.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... | 11,885 | v0_2_X_Changes | java | en | java | code | {"qsc_code_num_words": 1614, "qsc_code_num_chars": 11885.0, "qsc_code_mean_word_length": 5.14002478, "qsc_code_frac_words_unique": 0.32094176, "qsc_code_frac_chars_top_2grams": 0.0084378, "qsc_code_frac_chars_top_3grams": 0.04580521, "qsc_code_frac_chars_top_4grams": 0.07473481, "qsc_code_frac_chars_dupe_5grams": 0.362... | 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/weapon/melee/Sai.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,364 | Sai | java | en | java | code | {"qsc_code_num_words": 197, "qsc_code_num_chars": 1364.0, "qsc_code_mean_word_length": 5.03553299, "qsc_code_frac_words_unique": 0.61928934, "qsc_code_frac_chars_top_2grams": 0.03326613, "qsc_code_frac_chars_top_3grams": 0.03931452, "qsc_code_frac_chars_top_4grams": 0.05745968, "qsc_code_frac_chars_dupe_5grams": 0.0826... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/LightAquaBlue.xcodeproj/blam.mode1v3 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ActivePerspectiveName</key>
<string>Project</string>
<key>AllowedModules</key>
<array>
<dict>
<key>BundleLoadPath</key>
<string></st... | 40,380 | blam | mode1v3 | en | unknown | unknown | {} | 0 | {} |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/RunicBlade.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,315 | RunicBlade | java | en | java | code | {"qsc_code_num_words": 195, "qsc_code_num_chars": 1315.0, "qsc_code_mean_word_length": 4.86666667, "qsc_code_frac_words_unique": 0.62051282, "qsc_code_frac_chars_top_2grams": 0.03477345, "qsc_code_frac_chars_top_3grams": 0.04109589, "qsc_code_frac_chars_top_4grams": 0.06006322, "qsc_code_frac_chars_dupe_5grams": 0.0864... | 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/items/weapon/melee/MeleeWeapon.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,867 | MeleeWeapon | java | en | java | code | {"qsc_code_num_words": 490, "qsc_code_num_chars": 3867.0, "qsc_code_mean_word_length": 5.12857143, "qsc_code_frac_words_unique": 0.34081633, "qsc_code_frac_chars_top_2grams": 0.0569041, "qsc_code_frac_chars_top_3grams": 0.02148826, "qsc_code_frac_chars_top_4grams": 0.04456825, "qsc_code_frac_chars_dupe_5grams": 0.25109... | 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/weapon/melee/Dirk.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,970 | Dirk | java | en | java | code | {"qsc_code_num_words": 264, "qsc_code_num_chars": 1970.0, "qsc_code_mean_word_length": 5.29924242, "qsc_code_frac_words_unique": 0.54545455, "qsc_code_frac_chars_top_2grams": 0.06075768, "qsc_code_frac_chars_top_3grams": 0.13581129, "qsc_code_frac_chars_top_4grams": 0.12580415, "qsc_code_frac_chars_dupe_5grams": 0.1658... | 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/weapon/melee/Whip.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,198 | Whip | java | en | java | code | {"qsc_code_num_words": 173, "qsc_code_num_chars": 1198.0, "qsc_code_mean_word_length": 4.99421965, "qsc_code_frac_words_unique": 0.64739884, "qsc_code_frac_chars_top_2grams": 0.03819444, "qsc_code_frac_chars_top_3grams": 0.04513889, "qsc_code_frac_chars_top_4grams": 0.06597222, "qsc_code_frac_chars_dupe_5grams": 0.0949... | 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... |
00JCIV00/cova | docs/guides/arg_types/option.md | # Option
An Option (also known as a Flag) is an Argument Type which wraps a Value and is typically optional. They should be used for Values that an end user is not always expected to provide. Additionally, unlike Values, they can be expected in any order since they are set by name.
## Configuring an Option Type
Simila... | 2,671 | option | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00524148, "qsc_doc_frac_words_redpajama_stop": 0.32092199, "qsc_doc_num_sentences": 50.0, "qsc_doc_num_words": 406, "qsc_doc_num_chars": 2671.0, "qsc_doc_num_lines": 42.0, "qsc_doc_mean_word_length": 4.5270936, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_r... | 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_... |
00JCIV00/cova | docs/guides/arg_types/arg_types.md | # Overview
Cova is based on the idea that Arguments will fall into one of three types: Commands, Options, or Values. These types are assembled into a single Command struct which is then used to parse argument tokens.
## Argument Types
### Command
A Command is a container Argument for sub Commands, Options, and Values.... | 5,938 | arg_types | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.01212529, "qsc_doc_frac_words_redpajama_stop": 0.20588235, "qsc_doc_num_sentences": 128.0, "qsc_doc_num_words": 731, "qsc_doc_num_chars": 5938.0, "qsc_doc_num_lines": 143.0, "qsc_doc_mean_word_length": 4.55813953, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_wit... | 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_... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBBluetoothOBEXServer.h | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 9,992 | BBBluetoothOBEXServer | h | en | c | code | {"qsc_code_num_words": 1234, "qsc_code_num_chars": 9992.0, "qsc_code_mean_word_length": 6.07779579, "qsc_code_frac_words_unique": 0.25850891, "qsc_code_frac_chars_top_2grams": 0.0216, "qsc_code_frac_chars_top_3grams": 0.0192, "qsc_code_frac_chars_top_4grams": 0.0288, "qsc_code_frac_chars_dupe_5grams": 0.41773333, "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... |
00JCIV00/cova | examples/basic_app.zig | //! This is a basic user management application designed to highlight key features of the Cova library.
//! Please note that the comments below only cover how to use the Cova library, so there are many
//! undocumented blocks.
const builtin = @import("builtin");
const std = @import("std");
const ArrayList = std.ArrayL... | 20,577 | basic_app | zig | en | zig | code | {"qsc_code_num_words": 2684, "qsc_code_num_chars": 20577.0, "qsc_code_mean_word_length": 4.55551416, "qsc_code_frac_words_unique": 0.21087928, "qsc_code_frac_chars_top_2grams": 0.01529402, "qsc_code_frac_chars_top_3grams": 0.01946512, "qsc_code_frac_chars_top_4grams": 0.00629754, "qsc_code_frac_chars_dupe_5grams": 0.08... | 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/potions/elixirs/ElixirOfAquaticRejuvenation.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... | 3,876 | ElixirOfAquaticRejuvenation | java | en | java | code | {"qsc_code_num_words": 455, "qsc_code_num_chars": 3876.0, "qsc_code_mean_word_length": 6.03736264, "qsc_code_frac_words_unique": 0.42417582, "qsc_code_frac_chars_top_2grams": 0.04586822, "qsc_code_frac_chars_top_3grams": 0.16599927, "qsc_code_frac_chars_top_4grams": 0.16017474, "qsc_code_frac_chars_dupe_5grams": 0.1634... | 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/potions/elixirs/ElixirOfToxicEssence.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... | 2,153 | ElixirOfToxicEssence | java | en | java | code | {"qsc_code_num_words": 256, "qsc_code_num_chars": 2153.0, "qsc_code_mean_word_length": 6.4296875, "qsc_code_frac_words_unique": 0.546875, "qsc_code_frac_chars_top_2grams": 0.09295261, "qsc_code_frac_chars_top_3grams": 0.20777643, "qsc_code_frac_chars_top_4grams": 0.18712029, "qsc_code_frac_chars_dupe_5grams": 0.2454435... | 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/potions/elixirs/ElixirOfHoneyedHealing.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... | 2,896 | ElixirOfHoneyedHealing | java | en | java | code | {"qsc_code_num_words": 357, "qsc_code_num_chars": 2896.0, "qsc_code_mean_word_length": 6.08683473, "qsc_code_frac_words_unique": 0.45098039, "qsc_code_frac_chars_top_2grams": 0.109526, "qsc_code_frac_chars_top_3grams": 0.24482283, "qsc_code_frac_chars_top_4grams": 0.24298205, "qsc_code_frac_chars_dupe_5grams": 0.325816... | 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/potions/elixirs/ElixirOfMight.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,572 | ElixirOfMight | java | en | java | code | {"qsc_code_num_words": 418, "qsc_code_num_chars": 3572.0, "qsc_code_mean_word_length": 6.16267943, "qsc_code_frac_words_unique": 0.41148325, "qsc_code_frac_chars_top_2grams": 0.08579193, "qsc_code_frac_chars_top_3grams": 0.19177019, "qsc_code_frac_chars_top_4grams": 0.1878882, "qsc_code_frac_chars_dupe_5grams": 0.24534... | 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/potions/elixirs/ElixirOfArcaneArmor.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... | 1,910 | ElixirOfArcaneArmor | java | en | java | code | {"qsc_code_num_words": 237, "qsc_code_num_chars": 1910.0, "qsc_code_mean_word_length": 6.10970464, "qsc_code_frac_words_unique": 0.55274262, "qsc_code_frac_chars_top_2grams": 0.09392265, "qsc_code_frac_chars_top_3grams": 0.20994475, "qsc_code_frac_chars_top_4grams": 0.18232044, "qsc_code_frac_chars_dupe_5grams": 0.2741... | 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/armor/curses/AntiEntropy.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,473 | AntiEntropy | java | en | java | code | {"qsc_code_num_words": 303, "qsc_code_num_chars": 2473.0, "qsc_code_mean_word_length": 6.35643564, "qsc_code_frac_words_unique": 0.47194719, "qsc_code_frac_chars_top_2grams": 0.11474559, "qsc_code_frac_chars_top_3grams": 0.25649013, "qsc_code_frac_chars_top_4grams": 0.2741433, "qsc_code_frac_chars_dupe_5grams": 0.39252... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBOBEXHeaderSet.h | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 4,908 | BBOBEXHeaderSet | h | en | c | code | {"qsc_code_num_words": 700, "qsc_code_num_chars": 4908.0, "qsc_code_mean_word_length": 5.04285714, "qsc_code_frac_words_unique": 0.28285714, "qsc_code_frac_chars_top_2grams": 0.0509915, "qsc_code_frac_chars_top_3grams": 0.05609065, "qsc_code_frac_chars_top_4grams": 0.0917847, "qsc_code_frac_chars_dupe_5grams": 0.440793... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBOBEXResponse.m | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 5,539 | BBOBEXResponse | m | en | limbo | code | {"qsc_code_num_words": 376, "qsc_code_num_chars": 5539.0, "qsc_code_mean_word_length": 9.5212766, "qsc_code_frac_words_unique": 0.54787234, "qsc_code_frac_chars_top_2grams": 0.00418994, "qsc_code_frac_chars_top_3grams": 0.01089385, "qsc_code_frac_chars_top_4grams": 0.01592179, "qsc_code_frac_chars_dupe_5grams": 0.04748... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBOBEXRequest.h | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 3,512 | BBOBEXRequest | h | en | c | code | {"qsc_code_num_words": 319, "qsc_code_num_chars": 3512.0, "qsc_code_mean_word_length": 8.27899687, "qsc_code_frac_words_unique": 0.50783699, "qsc_code_frac_chars_top_2grams": 0.0272624, "qsc_code_frac_chars_top_3grams": 0.07004922, "qsc_code_frac_chars_top_4grams": 0.08140856, "qsc_code_frac_chars_dupe_5grams": 0.24763... | 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... |
00JCIV00/cova | src/generator.zig | //! Meta Doc Generation for Cova-based programs
//! This is meant to be built and run as a step in `build.zig`.
// Standard library
const std = @import("std");
const heap = std.heap;
const json = std.json;
const log = std.log;
const mem = std.mem;
const meta = std.meta;
const Build = std.Build;
// The Cova library is ... | 4,958 | generator | zig | en | zig | code | {"qsc_code_num_words": 524, "qsc_code_num_chars": 4958.0, "qsc_code_mean_word_length": 5.21946565, "qsc_code_frac_words_unique": 0.28816794, "qsc_code_frac_chars_top_2grams": 0.02632541, "qsc_code_frac_chars_top_3grams": 0.02010969, "qsc_code_frac_chars_top_4grams": 0.02632541, "qsc_code_frac_chars_dupe_5grams": 0.1327... | 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/armor/glyphs/Brimstone.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,264 | Brimstone | java | en | java | code | {"qsc_code_num_words": 288, "qsc_code_num_chars": 2264.0, "qsc_code_mean_word_length": 5.72916667, "qsc_code_frac_words_unique": 0.52777778, "qsc_code_frac_chars_top_2grams": 0.06181818, "qsc_code_frac_chars_top_3grams": 0.13818182, "qsc_code_frac_chars_top_4grams": 0.13333333, "qsc_code_frac_chars_dupe_5grams": 0.1987... | 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/armor/glyphs/Camouflage.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,666 | Camouflage | java | en | java | code | {"qsc_code_num_words": 331, "qsc_code_num_chars": 2666.0, "qsc_code_mean_word_length": 5.80362538, "qsc_code_frac_words_unique": 0.4652568, "qsc_code_frac_chars_top_2grams": 0.03748048, "qsc_code_frac_chars_top_3grams": 0.13846955, "qsc_code_frac_chars_top_4grams": 0.13742842, "qsc_code_frac_chars_dupe_5grams": 0.17178... | 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/armor/glyphs/Affection.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,067 | Affection | java | en | java | code | {"qsc_code_num_words": 269, "qsc_code_num_chars": 2067.0, "qsc_code_mean_word_length": 5.78066914, "qsc_code_frac_words_unique": 0.52416357, "qsc_code_frac_chars_top_2grams": 0.09839228, "qsc_code_frac_chars_top_3grams": 0.21993569, "qsc_code_frac_chars_top_4grams": 0.22636656, "qsc_code_frac_chars_dupe_5grams": 0.3408... | 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... |
0-1-0/lightblue-0.4 | src/mac/LightAquaBlue/BBBluetoothChannelDelegate.m | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 2,923 | BBBluetoothChannelDelegate | m | en | limbo | code | {"qsc_code_num_words": 279, "qsc_code_num_chars": 2923.0, "qsc_code_mean_word_length": 7.2437276, "qsc_code_frac_words_unique": 0.44444444, "qsc_code_frac_chars_top_2grams": 0.05789213, "qsc_code_frac_chars_top_3grams": 0.0217714, "qsc_code_frac_chars_top_4grams": 0.02375062, "qsc_code_frac_chars_dupe_5grams": 0.347352... | 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/artifacts/TimekeepersHourglass.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,005 | TimekeepersHourglass | java | en | java | code | {"qsc_code_num_words": 1100, "qsc_code_num_chars": 10005.0, "qsc_code_mean_word_length": 6.13, "qsc_code_frac_words_unique": 0.26181818, "qsc_code_frac_chars_top_2grams": 0.03944832, "qsc_code_frac_chars_top_3grams": 0.09016758, "qsc_code_frac_chars_top_4grams": 0.09787928, "qsc_code_frac_chars_dupe_5grams": 0.25774878... | 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/artifacts/EtherealChains.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... | 8,341 | EtherealChains | java | en | java | code | {"qsc_code_num_words": 974, "qsc_code_num_chars": 8341.0, "qsc_code_mean_word_length": 5.90451745, "qsc_code_frac_words_unique": 0.2936345, "qsc_code_frac_chars_top_2grams": 0.03286385, "qsc_code_frac_chars_top_3grams": 0.12554338, "qsc_code_frac_chars_top_4grams": 0.13771518, "qsc_code_frac_chars_dupe_5grams": 0.29786... | 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/wands/WandOfBlastWave.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... | 6,467 | WandOfBlastWave | java | en | java | code | {"qsc_code_num_words": 806, "qsc_code_num_chars": 6467.0, "qsc_code_mean_word_length": 5.73325062, "qsc_code_frac_words_unique": 0.34243176, "qsc_code_frac_chars_top_2grams": 0.0447955, "qsc_code_frac_chars_top_3grams": 0.13157325, "qsc_code_frac_chars_top_4grams": 0.14282623, "qsc_code_frac_chars_dupe_5grams": 0.24994... | 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/wands/WandOfRegrowth.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,264 | WandOfRegrowth | java | en | java | code | {"qsc_code_num_words": 1262, "qsc_code_num_chars": 10264.0, "qsc_code_mean_word_length": 5.65530903, "qsc_code_frac_words_unique": 0.27733756, "qsc_code_frac_chars_top_2grams": 0.03026482, "qsc_code_frac_chars_top_3grams": 0.10116295, "qsc_code_frac_chars_top_4grams": 0.110971, "qsc_code_frac_chars_dupe_5grams": 0.3217... | 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/wands/DamageWand.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,670 | DamageWand | java | en | java | code | {"qsc_code_num_words": 240, "qsc_code_num_chars": 1670.0, "qsc_code_mean_word_length": 5.0625, "qsc_code_frac_words_unique": 0.52083333, "qsc_code_frac_chars_top_2grams": 0.02962963, "qsc_code_frac_chars_top_3grams": 0.03209877, "qsc_code_frac_chars_top_4grams": 0.04691358, "qsc_code_frac_chars_dupe_5grams": 0.1218107,... | 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/items/wands/WandOfWarding.java | package com.shatteredpixel.shatteredpixeldungeon.items.wands;
import com.shatteredpixel.shatteredpixeldungeon.Assets;
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
import com.shatteredpixel.shatteredpixeldungeon.actors.Actor;
import com.shatteredpixel.shatteredpixeldungeon.actors.Char;
import com.shatteredp... | 9,650 | WandOfWarding | java | de | java | code | {"qsc_code_num_words": 1095, "qsc_code_num_chars": 9650.0, "qsc_code_mean_word_length": 5.78812785, "qsc_code_frac_words_unique": 0.22374429, "qsc_code_frac_chars_top_2grams": 0.03408015, "qsc_code_frac_chars_top_3grams": 0.10792048, "qsc_code_frac_chars_top_4grams": 0.1180183, "qsc_code_frac_chars_dupe_5grams": 0.2631... | 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... |
0-1-0/lightblue-0.4 | src/linux/lightblueobex_client.c | /*
* Copyright (c) 2009 Bea Lam. All rights reserved.
*
* This file is part of LightBlue.
*
* LightBlue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 13,717 | lightblueobex_client | c | en | c | code | {"qsc_code_num_words": 1526, "qsc_code_num_chars": 13717.0, "qsc_code_mean_word_length": 4.98885976, "qsc_code_frac_words_unique": 0.23656619, "qsc_code_frac_chars_top_2grams": 0.01103376, "qsc_code_frac_chars_top_3grams": 0.02679627, "qsc_code_frac_chars_top_4grams": 0.03415211, "qsc_code_frac_chars_dupe_5grams": 0.24... | 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... |
0-1-0/lightblue-0.4 | src/linux/_obexcommon.py | # Copyright (c) 2009 Bea Lam. All rights reserved.
#
# This file is part of LightBlue.
#
# LightBlue is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any l... | 18,261 | _obexcommon | py | en | python | code | {"qsc_code_num_words": 2361, "qsc_code_num_chars": 18261.0, "qsc_code_mean_word_length": 4.96103346, "qsc_code_frac_words_unique": 0.21304532, "qsc_code_frac_chars_top_2grams": 0.01707504, "qsc_code_frac_chars_top_3grams": 0.02219756, "qsc_code_frac_chars_top_4grams": 0.02663707, "qsc_code_frac_chars_dupe_5grams": 0.28... | 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... |
007gzs/dingtalk-sdk | dingtalk/client/api/role.py | # -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
from dingtalk.core.utils import to_text
from dingtalk.client.api.base import DingTalkBaseAPI
class Role(DingTalkBaseAPI):
def simplelist(self, role_id, offset=0, size=20):
"""
获取角色的员工列表
:param role_id: 角色I... | 3,746 | role | py | en | python | code | {"qsc_code_num_words": 378, "qsc_code_num_chars": 3746.0, "qsc_code_mean_word_length": 4.8968254, "qsc_code_frac_words_unique": 0.20634921, "qsc_code_frac_chars_top_2grams": 0.08319827, "qsc_code_frac_chars_top_3grams": 0.04916261, "qsc_code_frac_chars_top_4grams": 0.07563479, "qsc_code_frac_chars_dupe_5grams": 0.65802... | 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/Grid_Board | main/gatt_svr.c | #include <assert.h>
#include <stdio.h>
#include <string.h>
#include "host/ble_hs.h"
#include "host/ble_uuid.h"
#include "services/gap/ble_svc_gap.h"
#include "services/gatt/ble_svc_gatt.h"
#include "bleprph.h"
#define MAX_GATT_VAL_SIZE 128
static uint8_t gatt_svr_chr_val[MAX_GATT_VAL_SIZE];
static uint16_t gatt_svr_c... | 3,948 | gatt_svr | c | en | c | code | {"qsc_code_num_words": 523, "qsc_code_num_chars": 3948.0, "qsc_code_mean_word_length": 3.86998088, "qsc_code_frac_words_unique": 0.20267686, "qsc_code_frac_chars_top_2grams": 0.06916996, "qsc_code_frac_chars_top_3grams": 0.05928854, "qsc_code_frac_chars_top_4grams": 0.0513834, "qsc_code_frac_chars_dupe_5grams": 0.36017... | 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... |
007gzs/dingtalk-sdk | dingtalk/client/api/health.py | # encoding: utf-8
from __future__ import absolute_import, unicode_literals
import datetime
from dingtalk.client.api.base import DingTalkBaseAPI
from dingtalk.core.utils import to_text
class Health(DingTalkBaseAPI):
def stepinfo_getuserstatus(self, userid):
"""
查询用户是否开启了钉钉运动
:param user... | 1,792 | health | py | en | python | code | {"qsc_code_num_words": 185, "qsc_code_num_chars": 1792.0, "qsc_code_mean_word_length": 5.35135135, "qsc_code_frac_words_unique": 0.36756757, "qsc_code_frac_chars_top_2grams": 0.08181818, "qsc_code_frac_chars_top_3grams": 0.03939394, "qsc_code_frac_chars_top_4grams": 0.06060606, "qsc_code_frac_chars_dupe_5grams": 0.1858... | 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... |
007gzs/dingtalk-sdk | dingtalk/client/api/employeerm.py | # -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
import datetime
import json
from optionaldict import optionaldict
from dingtalk.core.utils import to_text
from dingtalk.client.api.base import DingTalkBaseAPI
class Employeerm(DingTalkBaseAPI):
DATE_TIME_FORMAT = '%Y-%m-%d %H:%M:... | 7,387 | employeerm | py | en | python | code | {"qsc_code_num_words": 810, "qsc_code_num_chars": 7387.0, "qsc_code_mean_word_length": 5.12962963, "qsc_code_frac_words_unique": 0.22469136, "qsc_code_frac_chars_top_2grams": 0.03080626, "qsc_code_frac_chars_top_3grams": 0.03128761, "qsc_code_frac_chars_top_4grams": 0.04813478, "qsc_code_frac_chars_dupe_5grams": 0.4483... | 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... |
007gzs/dingtalk-sdk | dingtalk/client/api/calendar.py | # encoding: utf-8
from __future__ import absolute_import, unicode_literals
from dingtalk.client.api.base import DingTalkBaseAPI
class Calendar(DingTalkBaseAPI):
def create(self, create_vo):
"""
创建日程
:param create_vo: 创建日程实体
"""
return self._top_request(
"din... | 1,855 | calendar | py | en | python | code | {"qsc_code_num_words": 178, "qsc_code_num_chars": 1855.0, "qsc_code_mean_word_length": 5.13483146, "qsc_code_frac_words_unique": 0.34831461, "qsc_code_frac_chars_top_2grams": 0.03501094, "qsc_code_frac_chars_top_3grams": 0.07002188, "qsc_code_frac_chars_top_4grams": 0.06564551, "qsc_code_frac_chars_dupe_5grams": 0.2538... | 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... |
007gzs/dingtalk-sdk | dingtalk/client/api/user.py | # -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
from dingtalk.client.api.base import DingTalkBaseAPI
class User(DingTalkBaseAPI):
def auth_scopes(self):
"""
获取CorpSecret授权范围
:return:
"""
return self._get('/auth/scopes')
def get_org_u... | 6,121 | user | py | en | python | code | {"qsc_code_num_words": 537, "qsc_code_num_chars": 6121.0, "qsc_code_mean_word_length": 5.2849162, "qsc_code_frac_words_unique": 0.25139665, "qsc_code_frac_chars_top_2grams": 0.05637773, "qsc_code_frac_chars_top_3grams": 0.05496829, "qsc_code_frac_chars_top_4grams": 0.06589147, "qsc_code_frac_chars_dupe_5grams": 0.50422... | 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/Grid_Board | main/NotoEmoji64.c | /*******************************************************************************
* Size: 64 px
* Bpp: 1
* Opts: --bpp 1 --size 64 --no-compress --stride 1 --align 1 --font NotoEmoji-Regular.ttf --range 10084,65039,9989,10004,10060,10006,128512-128591,128640-128767,128192-128255 --format lvgl -o NotoEmoji64.c
******... | 807,474 | NotoEmoji64 | c | en | c | code | {"qsc_code_num_words": 135657, "qsc_code_num_chars": 807474.0, "qsc_code_mean_word_length": 3.42367884, "qsc_code_frac_words_unique": 0.00852886, "qsc_code_frac_chars_top_2grams": 0.43241195, "qsc_code_frac_chars_top_3grams": 0.40974624, "qsc_code_frac_chars_top_4grams": 0.32459317, "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": 1, "qsc_code_frac_chars_top_3grams": 1, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 1, "qsc_code_frac_chars_dupe_6grams": 1, "qsc... |
0015/Grid_Board | main/main.cpp | /**
* @file main.cpp
* @brief Main firmware entry point for the Grid Board project.
*
* Grid Board is an interactive 12x5 grid display system built with ESP32-P4 Nano with 10.1-inch display (Waveshare)
* and LVGL, featuring animated characters, emoji support, and Bluetooth Low Energy (BLE)
* communication with a ... | 6,120 | main | cpp | en | cpp | code | {"qsc_code_num_words": 842, "qsc_code_num_chars": 6120.0, "qsc_code_mean_word_length": 4.47743468, "qsc_code_frac_words_unique": 0.33491686, "qsc_code_frac_chars_top_2grams": 0.0403183, "qsc_code_frac_chars_top_3grams": 0.01750663, "qsc_code_frac_chars_top_4grams": 0.01803714, "qsc_code_frac_chars_dupe_5grams": 0.09814... | 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... |
0101/pipetools | pipetools/main.py | try:
from collections.abc import Iterable
except ImportError:
from collections import Iterable
from functools import partial, wraps, WRAPPER_ASSIGNMENTS
from pipetools.debug import get_name, set_name, repr_args
from pipetools.compat import text_type, string_types, dict_items
class Pipe(object):
"""
... | 10,548 | main | py | en | python | code | {"qsc_code_num_words": 1469, "qsc_code_num_chars": 10548.0, "qsc_code_mean_word_length": 4.19469027, "qsc_code_frac_words_unique": 0.15656909, "qsc_code_frac_chars_top_2grams": 0.07383966, "qsc_code_frac_chars_top_3grams": 0.09087958, "qsc_code_frac_chars_top_4grams": 0.12009088, "qsc_code_frac_chars_dupe_5grams": 0.44... | 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... |
0101/pipetools | pipetools/utils.py | from __future__ import print_function
try:
from collections.abc import Mapping
except ImportError:
from collections import Mapping
from functools import partial, wraps
from itertools import islice, takewhile, dropwhile
import operator
from pipetools.compat import map, filter, range, dict_items
from pipetools.... | 8,446 | utils | py | en | python | code | {"qsc_code_num_words": 1148, "qsc_code_num_chars": 8446.0, "qsc_code_mean_word_length": 4.39198606, "qsc_code_frac_words_unique": 0.24303136, "qsc_code_frac_chars_top_2grams": 0.02538675, "qsc_code_frac_chars_top_3grams": 0.02380008, "qsc_code_frac_chars_top_4grams": 0.01785006, "qsc_code_frac_chars_dupe_5grams": 0.165... | 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... |
0101/pipetools | pipetools/decorators.py | import re
from functools import partial, wraps
from pipetools.debug import repr_args, set_name, get_name
from pipetools.ds_builder import DSBuilder, NoBuilder
from pipetools.main import pipe, XObject, StringFormatter, xpartial, maybe
from pipetools.compat import string_types, dict_items
def pipe_util(func):
"""
... | 2,427 | decorators | py | en | python | code | {"qsc_code_num_words": 290, "qsc_code_num_chars": 2427.0, "qsc_code_mean_word_length": 5.37241379, "qsc_code_frac_words_unique": 0.33793103, "qsc_code_frac_chars_top_2grams": 0.05776637, "qsc_code_frac_chars_top_3grams": 0.06931964, "qsc_code_frac_chars_top_4grams": 0.04813864, "qsc_code_frac_chars_dupe_5grams": 0.1322... | 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... |
01010111/zerolib | zero/utilities/Range.hx | package zero.utilities;
using Math;
using zero.extensions.FloatExt;
/**
* A class representing a range of floating point numbers
*
* **Usage:**
*
* - Initialize using Range.get() `var range = Range.get(0, 0);`
* - Or with an array `var range:Range = [0, 1];`
* - Recycle ranges when you're done with them: `my... | 2,534 | Range | hx | en | haxe | code | {"qsc_code_num_words": 419, "qsc_code_num_chars": 2534.0, "qsc_code_mean_word_length": 4.08591885, "qsc_code_frac_words_unique": 0.20047733, "qsc_code_frac_chars_top_2grams": 0.08995327, "qsc_code_frac_chars_top_3grams": 0.11682243, "qsc_code_frac_chars_top_4grams": 0.08060748, "qsc_code_frac_chars_dupe_5grams": 0.4421... | 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... |
01010111/zerolib | zero/utilities/PRNG.hx | package zero.utilities;
/**
* A Simple Pseudo-Random Number Generator
*
* **Usage:**
*
* - get a random number using either `int()` or `float()`
* - or get a random number within a specific range using `int_range(min, max)` or `float_range(min, max)`
* - set a unique seed using `set_seed()` or `set_seed_from_... | 1,078 | PRNG | hx | en | haxe | code | {"qsc_code_num_words": 159, "qsc_code_num_chars": 1078.0, "qsc_code_mean_word_length": 4.50314465, "qsc_code_frac_words_unique": 0.34591195, "qsc_code_frac_chars_top_2grams": 0.13687151, "qsc_code_frac_chars_top_3grams": 0.16759777, "qsc_code_frac_chars_top_4grams": 0.07122905, "qsc_code_frac_chars_dupe_5grams": 0.1340... | 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... |
00xglitch/Bella | Payloads/smallbreaker.py | #!/usr/bin/python
# Author : n0fate
# E-Mail rapfer@gmail.com, n0fate@n0fate.com
#
# 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 version 2 of the License, or (at
# your option) any late... | 61,732 | smallbreaker | py | en | python | code | {"qsc_code_num_words": 7702, "qsc_code_num_chars": 61732.0, "qsc_code_mean_word_length": 4.59465074, "qsc_code_frac_words_unique": 0.154765, "qsc_code_frac_chars_top_2grams": 0.02119362, "qsc_code_frac_chars_top_3grams": 0.03102747, "qsc_code_frac_chars_top_4grams": 0.03673562, "qsc_code_frac_chars_dupe_5grams": 0.4010... | 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/effects/BlobEmitter.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,929 | BlobEmitter | java | en | java | code | {"qsc_code_num_words": 262, "qsc_code_num_chars": 1929.0, "qsc_code_mean_word_length": 5.09160305, "qsc_code_frac_words_unique": 0.50381679, "qsc_code_frac_chars_top_2grams": 0.03373313, "qsc_code_frac_chars_top_3grams": 0.11394303, "qsc_code_frac_chars_top_4grams": 0.04272864, "qsc_code_frac_chars_dupe_5grams": 0.0614... | 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/effects/TorchHalo.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,828 | TorchHalo | java | en | java | code | {"qsc_code_num_words": 242, "qsc_code_num_chars": 1828.0, "qsc_code_mean_word_length": 5.13636364, "qsc_code_frac_words_unique": 0.52479339, "qsc_code_frac_chars_top_2grams": 0.02896219, "qsc_code_frac_chars_top_3grams": 0.0313757, "qsc_code_frac_chars_top_4grams": 0.0458568, "qsc_code_frac_chars_dupe_5grams": 0.120675... | 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/weapon/melee/Glaive.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,250 | Glaive | java | en | java | code | {"qsc_code_num_words": 185, "qsc_code_num_chars": 1250.0, "qsc_code_mean_word_length": 4.85945946, "qsc_code_frac_words_unique": 0.66486486, "qsc_code_frac_chars_top_2grams": 0.03670745, "qsc_code_frac_chars_top_3grams": 0.04338154, "qsc_code_frac_chars_top_4grams": 0.06340378, "qsc_code_frac_chars_dupe_5grams": 0.0912... | 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/items/weapon/melee/Gloves.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,226 | Gloves | java | en | java | code | {"qsc_code_num_words": 175, "qsc_code_num_chars": 1226.0, "qsc_code_mean_word_length": 4.99428571, "qsc_code_frac_words_unique": 0.66285714, "qsc_code_frac_chars_top_2grams": 0.03775744, "qsc_code_frac_chars_top_3grams": 0.04462243, "qsc_code_frac_chars_top_4grams": 0.06521739, "qsc_code_frac_chars_dupe_5grams": 0.0938... | 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/items/weapon/melee/Mace.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,192 | Mace | java | en | java | code | {"qsc_code_num_words": 171, "qsc_code_num_chars": 1192.0, "qsc_code_mean_word_length": 5.07017544, "qsc_code_frac_words_unique": 0.66666667, "qsc_code_frac_chars_top_2grams": 0.03806228, "qsc_code_frac_chars_top_3grams": 0.0449827, "qsc_code_frac_chars_top_4grams": 0.06574394, "qsc_code_frac_chars_dupe_5grams": 0.09457... | 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... |
00JCIV00/cova | examples/basic_app_meta/arg_templates/basic-app-template.kdl | # This KDL template is formatted to match the `usage` tool as detailed here: https://sr.ht/~jdx/usage/
name "basic-app"
bin "basic-app"
about "A basic user management application designed to highlight key features of the Cova library."
version "0.10.2"
author "00JCIV00"
cmd "new" help="Add a new user." {
flag "-f... | 1,575 | basic-app-template | kdl | en | unknown | unknown | {} | 0 | {} |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/Sword.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,024 | Sword | java | en | java | code | {"qsc_code_num_words": 144, "qsc_code_num_chars": 1024.0, "qsc_code_mean_word_length": 5.32638889, "qsc_code_frac_words_unique": 0.65277778, "qsc_code_frac_chars_top_2grams": 0.04302477, "qsc_code_frac_chars_top_3grams": 0.05084746, "qsc_code_frac_chars_top_4grams": 0.07431551, "qsc_code_frac_chars_dupe_5grams": 0.1069... | 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/items/weapon/melee/RoundShield.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,606 | RoundShield | java | en | java | code | {"qsc_code_num_words": 221, "qsc_code_num_chars": 1606.0, "qsc_code_mean_word_length": 5.27149321, "qsc_code_frac_words_unique": 0.57918552, "qsc_code_frac_chars_top_2grams": 0.0583691, "qsc_code_frac_chars_top_3grams": 0.1304721, "qsc_code_frac_chars_top_4grams": 0.04892704, "qsc_code_frac_chars_dupe_5grams": 0.070386... | 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/items/weapon/melee/Spear.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,248 | Spear | java | en | java | code | {"qsc_code_num_words": 185, "qsc_code_num_chars": 1248.0, "qsc_code_mean_word_length": 4.84864865, "qsc_code_frac_words_unique": 0.65945946, "qsc_code_frac_chars_top_2grams": 0.0367893, "qsc_code_frac_chars_top_3grams": 0.04347826, "qsc_code_frac_chars_top_4grams": 0.06354515, "qsc_code_frac_chars_dupe_5grams": 0.09141... | 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... |
00JCIV00/cova | examples/logger_meta/tab_completions/_logger-completion.zsh | #compdef logger
# This Tab Completion script was generated by the Cova Library.
# Details at https://github.com/00JCIV00/cova
# Zsh Completion Installation Instructions for logger
# 1. Place this script in a directory specified in your $fpath, or a new one such as
# ~/.zsh/completion/
#
# 2. Ensure the script has... | 1,484 | _logger-completion | zsh | en | shell | code | {"qsc_code_num_words": 199, "qsc_code_num_chars": 1484.0, "qsc_code_mean_word_length": 5.09547739, "qsc_code_frac_words_unique": 0.53768844, "qsc_code_frac_chars_top_2grams": 0.02761341, "qsc_code_frac_chars_top_3grams": 0.02169625, "qsc_code_frac_chars_top_4grams": 0.02564103, "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": 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.