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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/widgets/my_password_field.dart | import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
import 'package:flutter/material.dart';
class MyPasswordField extends StatelessWidget {
const MyPasswordField(
{Key? key,
required this.hintText,
required this.isPasswordVisible,
required this.onTap,
required this.text... | 2,001 | my_password_field | dart | en | dart | code | {"qsc_code_num_words": 147, "qsc_code_num_chars": 2001.0, "qsc_code_mean_word_length": 7.91836735, "qsc_code_frac_words_unique": 0.55782313, "qsc_code_frac_chars_top_2grams": 0.04123711, "qsc_code_frac_chars_top_3grams": 0.03264605, "qsc_code_frac_chars_top_4grams": 0.04982818, "qsc_code_frac_chars_dupe_5grams": 0.2182... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/widgets/my_text_field.dart | import 'package:flutter/material.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
class MyTextField extends StatelessWidget {
const MyTextField(
{Key? key,
required this.hintText,
required this.inputType,
required this.textEditingController})
: super(key: key)... | 1,384 | my_text_field | dart | en | dart | code | {"qsc_code_num_words": 108, "qsc_code_num_chars": 1384.0, "qsc_code_mean_word_length": 7.93518519, "qsc_code_frac_words_unique": 0.59259259, "qsc_code_frac_chars_top_2grams": 0.042007, "qsc_code_frac_chars_top_3grams": 0.03733956, "qsc_code_frac_chars_top_4grams": 0.10035006, "qsc_code_frac_chars_dupe_5grams": 0.207701... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/NewbornElemental.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,736 | NewbornElemental | java | en | java | code | {"qsc_code_num_words": 224, "qsc_code_num_chars": 1736.0, "qsc_code_mean_word_length": 5.83928571, "qsc_code_frac_words_unique": 0.55803571, "qsc_code_frac_chars_top_2grams": 0.09097859, "qsc_code_frac_chars_top_3grams": 0.20336391, "qsc_code_frac_chars_top_4grams": 0.20183486, "qsc_code_frac_chars_dupe_5grams": 0.1888... | 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... |
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/widgets/my_sensor_card.dart | import 'package:chart_sparkline/chart_sparkline.dart';
import 'package:flutter/material.dart';
import 'package:iot_firestore_flutter_app/const/custom_colors.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
class MySensorCard extends StatelessWidget {
const MySensorCard(
{Key? key,
... | 2,605 | my_sensor_card | dart | en | dart | code | {"qsc_code_num_words": 194, "qsc_code_num_chars": 2605.0, "qsc_code_mean_word_length": 6.45360825, "qsc_code_frac_words_unique": 0.51546392, "qsc_code_frac_chars_top_2grams": 0.05750799, "qsc_code_frac_chars_top_3grams": 0.04073482, "qsc_code_frac_chars_top_4grams": 0.03194888, "qsc_code_frac_chars_dupe_5grams": 0.0798... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Guard.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 4,632 | Guard | java | en | java | code | {"qsc_code_num_words": 538, "qsc_code_num_chars": 4632.0, "qsc_code_mean_word_length": 6.04089219, "qsc_code_frac_words_unique": 0.4070632, "qsc_code_frac_chars_top_2grams": 0.04430769, "qsc_code_frac_chars_top_3grams": 0.16369231, "qsc_code_frac_chars_top_4grams": 0.176, "qsc_code_frac_chars_dupe_5grams": 0.18676923, ... | 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/actors/mobs/Wraith.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,266 | Wraith | java | en | java | code | {"qsc_code_num_words": 403, "qsc_code_num_chars": 3266.0, "qsc_code_mean_word_length": 5.80148883, "qsc_code_frac_words_unique": 0.44416873, "qsc_code_frac_chars_top_2grams": 0.04619333, "qsc_code_frac_chars_top_3grams": 0.14627887, "qsc_code_frac_chars_top_4grams": 0.15055603, "qsc_code_frac_chars_dupe_5grams": 0.1231... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Monk.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,592 | Monk | java | en | java | code | {"qsc_code_num_words": 415, "qsc_code_num_chars": 3592.0, "qsc_code_mean_word_length": 6.38795181, "qsc_code_frac_words_unique": 0.43373494, "qsc_code_frac_chars_top_2grams": 0.05092418, "qsc_code_frac_chars_top_3grams": 0.20067899, "qsc_code_frac_chars_top_4grams": 0.21576763, "qsc_code_frac_chars_dupe_5grams": 0.2610... | 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/actors/mobs/Crab.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,524 | Crab | java | en | java | code | {"qsc_code_num_words": 202, "qsc_code_num_chars": 1524.0, "qsc_code_mean_word_length": 5.51485149, "qsc_code_frac_words_unique": 0.62376238, "qsc_code_frac_chars_top_2grams": 0.06104129, "qsc_code_frac_chars_top_3grams": 0.13644524, "qsc_code_frac_chars_top_4grams": 0.05116697, "qsc_code_frac_chars_dupe_5grams": 0.0736... | 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... |
00jacs/sveltekit-ultrafast | src/routes/blog/+page.svelte | <script lang="ts">
import { Icon, BookOpen } from 'svelte-hero-icons';
export let data;
</script>
<div class="mx-auto my-6 max-w-5xl px-4 py-12">
{#if data.posts}
<div class="flex items-center justify-center gap-4">
{#each data.posts as post}
<article class="mb-6 max-w-64 rounded-box border border-base-20... | 1,026 | +page | svelte | en | svelte | code | {"qsc_code_num_words": 168, "qsc_code_num_chars": 1026.0, "qsc_code_mean_word_length": 3.78571429, "qsc_code_frac_words_unique": 0.5, "qsc_code_frac_chars_top_2grams": 0.05031447, "qsc_code_frac_chars_top_3grams": 0.01572327, "qsc_code_frac_chars_top_4grams": 0.05345912, "qsc_code_frac_chars_dupe_5grams": 0.18867925, "... | 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... |
00ffcc/chunkRWKV6 | cuda/continous_inter.cu | #include <stdio.h>
#include <assert.h>
#include "ATen/ATen.h"
typedef at::BFloat16 bf16;
typedef at::Half fp16;
typedef float fp32;
template <typename F>
__global__ void inter_fwd_kernel(const int B, const int T, const int C, const int H, const int CK, float *__restrict__ _state, int * __restrict__ _state_idx, int * _... | 2,454 | continous_inter | cu | en | cuda | code | {"qsc_code_num_words": 410, "qsc_code_num_chars": 2454.0, "qsc_code_mean_word_length": 2.96829268, "qsc_code_frac_words_unique": 0.14390244, "qsc_code_frac_chars_top_2grams": 0.06573541, "qsc_code_frac_chars_top_3grams": 0.01232539, "qsc_code_frac_chars_top_4grams": 0.01972062, "qsc_code_frac_chars_dupe_5grams": 0.3952... | 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... |
00ffcc/chunkRWKV6 | cuda/continous_rwkv6.cu | #include <stdio.h>
#include <assert.h>
#include "ATen/ATen.h"
typedef at::BFloat16 bf16;
typedef at::Half fp16;
typedef float fp32;
template <typename F>
__global__ void kernel_forward(const int B, const int T, const int C, const int H, const int CT,
float *__restrict__ _state ... | 4,264 | continous_rwkv6 | cu | en | cuda | code | {"qsc_code_num_words": 654, "qsc_code_num_chars": 4264.0, "qsc_code_mean_word_length": 2.67737003, "qsc_code_frac_words_unique": 0.09938838, "qsc_code_frac_chars_top_2grams": 0.09137636, "qsc_code_frac_chars_top_3grams": 0.0770988, "qsc_code_frac_chars_top_4grams": 0.01142204, "qsc_code_frac_chars_dupe_5grams": 0.44374... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ESP32-OpenCV-Projects | esp32/examples/color_code/components/lvgl_gui/lvgl/src/lv_font/lv_font_montserrat_46.c | #include "../../lvgl.h"
/*******************************************************************************
* Size: 46 px
* Bpp: 4
* Opts: --no-compress --no-prefilter --bpp 4 --size 46 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,... | 542,258 | lv_font_montserrat_46 | c | en | c | code | {"qsc_code_num_words": 91008, "qsc_code_num_chars": 542258.0, "qsc_code_mean_word_length": 3.42106188, "qsc_code_frac_words_unique": 0.01083421, "qsc_code_frac_chars_top_2grams": 0.56838738, "qsc_code_frac_chars_top_3grams": 0.70917378, "qsc_code_frac_chars_top_4grams": 0.78545917, "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... |
00ffcc/chunkRWKV6 | cuda/inter.cu | #include <stdio.h>
#include <assert.h>
#include "ATen/ATen.h"
typedef at::BFloat16 bf16;
typedef at::Half fp16;
typedef float fp32;
template <typename F>
__global__ void inter_fwd_kernel(const int B, const int T, const int C, const int H, const int CK, float *__restrict__ _state,
const F... | 2,198 | inter | cu | en | cuda | code | {"qsc_code_num_words": 370, "qsc_code_num_chars": 2198.0, "qsc_code_mean_word_length": 2.83513514, "qsc_code_frac_words_unique": 0.14594595, "qsc_code_frac_chars_top_2grams": 0.0686368, "qsc_code_frac_chars_top_3grams": 0.01429933, "qsc_code_frac_chars_top_4grams": 0.02287893, "qsc_code_frac_chars_dupe_5grams": 0.36415... | 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... |
00ffcc/conRWKV | conRWKV/models/v7/model_fla.py | ########################################################################################################
# The RWKV Language Model - https://github.com/BlinkDL/RWKV-LM
# 笑死,刚准备改就发现fla加了rwkv7的layer和model
# 1.21号晚上发现cu_seqlens有问题,想修一下,结果22号Zhiyuan Li就修了,太强了orz
#############################################################... | 15,443 | model_fla | py | de | python | code | {"qsc_code_num_words": 2090, "qsc_code_num_chars": 15443.0, "qsc_code_mean_word_length": 3.55023923, "qsc_code_frac_words_unique": 0.14880383, "qsc_code_frac_chars_top_2grams": 0.05579515, "qsc_code_frac_chars_top_3grams": 0.03908356, "qsc_code_frac_chars_top_4grams": 0.05943396, "qsc_code_frac_chars_dupe_5grams": 0.46... | 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... |
00ffcc/chunkRWKV6 | cuda/wkv5_op.cpp | #include <torch/extension.h>
#include "ATen/ATen.h"
typedef at::BFloat16 bf16;
void cuda_forward(int B, int T, int C, int H, bf16 *r, bf16 *k, bf16 *v, float *w, bf16 *u, bf16 *y);
void cuda_backward(int B, int T, int C, int H, bf16 *r, bf16 *k, bf16 *v, float *w, float *ww, bf16 *u, bf16 *gy, bf16 *gr, bf16 *gk, bf16... | 1,469 | wkv5_op | cpp | en | cpp | code | {"qsc_code_num_words": 266, "qsc_code_num_chars": 1469.0, "qsc_code_mean_word_length": 3.4962406, "qsc_code_frac_words_unique": 0.15789474, "qsc_code_frac_chars_top_2grams": 0.21290323, "qsc_code_frac_chars_top_3grams": 0.17741935, "qsc_code_frac_chars_top_4grams": 0.0172043, "qsc_code_frac_chars_dupe_5grams": 0.548387... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 1, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00ffcc/chunkRWKV6 | cuda/rwkv6_op.cpp | #include <torch/extension.h>
#include "ATen/ATen.h"
#include <c10/cuda/CUDAGuard.h>
typedef at::BFloat16 bf16;
typedef at::Half fp16;
typedef float fp32;
void cuda_forward_bf16(int B, int T, int C, int H, float *state, bf16 *r, bf16 *k, bf16 *v, float *w, float *u, float *y);
void cuda_forward_fp16(int B, int T, int C... | 3,970 | rwkv6_op | cpp | en | cpp | code | {"qsc_code_num_words": 715, "qsc_code_num_chars": 3970.0, "qsc_code_mean_word_length": 3.63216783, "qsc_code_frac_words_unique": 0.06713287, "qsc_code_frac_chars_top_2grams": 0.13977667, "qsc_code_frac_chars_top_3grams": 0.09703504, "qsc_code_frac_chars_top_4grams": 0.01848286, "qsc_code_frac_chars_dupe_5grams": 0.8652... | 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... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/RatKing.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,066 | RatKing | java | en | java | code | {"qsc_code_num_words": 257, "qsc_code_num_chars": 2066.0, "qsc_code_mean_word_length": 5.80933852, "qsc_code_frac_words_unique": 0.53307393, "qsc_code_frac_chars_top_2grams": 0.06563965, "qsc_code_frac_chars_top_3grams": 0.15271266, "qsc_code_frac_chars_top_4grams": 0.14735432, "qsc_code_frac_chars_dupe_5grams": 0.1219... | 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/actors/mobs/npcs/ImpShopkeeper.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,993 | ImpShopkeeper | java | en | java | code | {"qsc_code_num_words": 244, "qsc_code_num_chars": 1993.0, "qsc_code_mean_word_length": 6.09836066, "qsc_code_frac_words_unique": 0.54918033, "qsc_code_frac_chars_top_2grams": 0.09139785, "qsc_code_frac_chars_top_3grams": 0.20430108, "qsc_code_frac_chars_top_4grams": 0.20698925, "qsc_code_frac_chars_dupe_5grams": 0.1579... | 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/actors/mobs/npcs/NPC.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,590 | NPC | java | en | java | code | {"qsc_code_num_words": 219, "qsc_code_num_chars": 1590.0, "qsc_code_mean_word_length": 5.25570776, "qsc_code_frac_words_unique": 0.58447489, "qsc_code_frac_chars_top_2grams": 0.03909644, "qsc_code_frac_chars_top_3grams": 0.13205908, "qsc_code_frac_chars_top_4grams": 0.04952215, "qsc_code_frac_chars_dupe_5grams": 0.1546... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Sheep.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,062 | Sheep | java | en | java | code | {"qsc_code_num_words": 260, "qsc_code_num_chars": 2062.0, "qsc_code_mean_word_length": 5.85769231, "qsc_code_frac_words_unique": 0.55769231, "qsc_code_frac_chars_top_2grams": 0.07813526, "qsc_code_frac_chars_top_3grams": 0.17465529, "qsc_code_frac_chars_top_4grams": 0.17334209, "qsc_code_frac_chars_dupe_5grams": 0.1864... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/ios/Runner/Info.plist | <?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | 1,538 | Info | plist | en | openstep property list | data | {"qsc_code_num_words": 147, "qsc_code_num_chars": 1538.0, "qsc_code_mean_word_length": 8.0, "qsc_code_frac_words_unique": 0.40136054, "qsc_code_frac_chars_top_2grams": 0.08418367, "qsc_code_frac_chars_top_3grams": 0.01530612, "qsc_code_frac_chars_top_4grams": 0.03571429, "qsc_code_frac_chars_dupe_5grams": 0.27040816, "... | 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": 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... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/windows/windows/WndDocument.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,613 | WndDocument | java | en | java | code | {"qsc_code_num_words": 699, "qsc_code_num_chars": 5613.0, "qsc_code_mean_word_length": 5.40772532, "qsc_code_frac_words_unique": 0.29613734, "qsc_code_frac_chars_top_2grams": 0.03571429, "qsc_code_frac_chars_top_3grams": 0.12063492, "qsc_code_frac_chars_top_4grams": 0.12804233, "qsc_code_frac_chars_dupe_5grams": 0.1153... | 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/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/ios/Runner.xcodeproj/project.pbxproj | // !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
32BEDB222454BCD300572FD8 /* ... | 23,297 | project | pbxproj | en | unknown | unknown | {} | 0 | {} |
0015/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/android/app/build.gradle | def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == ... | 1,632 | build | gradle | en | gradle | data | {"qsc_code_num_words": 157, "qsc_code_num_chars": 1632.0, "qsc_code_mean_word_length": 7.2866242, "qsc_code_frac_words_unique": 0.55414013, "qsc_code_frac_chars_top_2grams": 0.06818182, "qsc_code_frac_chars_top_3grams": 0.08653846, "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_words_unique": 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... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Eye.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,582 | Eye | java | en | java | code | {"qsc_code_num_words": 753, "qsc_code_num_chars": 6582.0, "qsc_code_mean_word_length": 6.25365206, "qsc_code_frac_words_unique": 0.3373174, "qsc_code_frac_chars_top_2grams": 0.03631344, "qsc_code_frac_chars_top_3grams": 0.14525377, "qsc_code_frac_chars_top_4grams": 0.15884477, "qsc_code_frac_chars_dupe_5grams": 0.23826... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Warlock.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,897 | Warlock | java | en | java | code | {"qsc_code_num_words": 462, "qsc_code_num_chars": 3897.0, "qsc_code_mean_word_length": 6.04545455, "qsc_code_frac_words_unique": 0.45670996, "qsc_code_frac_chars_top_2grams": 0.04833512, "qsc_code_frac_chars_top_3grams": 0.19047619, "qsc_code_frac_chars_top_4grams": 0.20479771, "qsc_code_frac_chars_dupe_5grams": 0.2184... | 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/actors/mobs/Acidic.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,689 | Acidic | java | en | java | code | {"qsc_code_num_words": 218, "qsc_code_num_chars": 1689.0, "qsc_code_mean_word_length": 5.75688073, "qsc_code_frac_words_unique": 0.55045872, "qsc_code_frac_chars_top_2grams": 0.0812749, "qsc_code_frac_chars_top_3grams": 0.18167331, "qsc_code_frac_chars_top_4grams": 0.1752988, "qsc_code_frac_chars_dupe_5grams": 0.065338... | 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/actors/mobs/DM300.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 5,928 | DM300 | java | en | java | code | {"qsc_code_num_words": 715, "qsc_code_num_chars": 5928.0, "qsc_code_mean_word_length": 6.03636364, "qsc_code_frac_words_unique": 0.35664336, "qsc_code_frac_chars_top_2grams": 0.06255792, "qsc_code_frac_chars_top_3grams": 0.22891566, "qsc_code_frac_chars_top_4grams": 0.25486562, "qsc_code_frac_chars_dupe_5grams": 0.2569... | 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... |
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/main.dart | import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:iot_firestore_flutter_app/route/router.dart' as router;
import 'package:iot_firestore_flutter_app/route/routing_constants.dart';
import 'const/custom_colors.dart';
void main... | 1,030 | main | dart | en | dart | code | {"qsc_code_num_words": 94, "qsc_code_num_chars": 1030.0, "qsc_code_mean_word_length": 7.9893617, "qsc_code_frac_words_unique": 0.63829787, "qsc_code_frac_chars_top_2grams": 0.08655126, "qsc_code_frac_chars_top_3grams": 0.06790945, "qsc_code_frac_chars_top_4grams": 0.0665779, "qsc_code_frac_chars_dupe_5grams": 0.1065246... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/auth_helper.dart | import 'dart:async';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
class AuthHelper {
static final FirebaseAuth _firebaseAuth = FirebaseAuth.instance;
static Future<dynamic> signUp(String email, String password) async... | 1,391 | auth_helper | dart | en | dart | code | {"qsc_code_num_words": 131, "qsc_code_num_chars": 1391.0, "qsc_code_mean_word_length": 7.61068702, "qsc_code_frac_words_unique": 0.34351145, "qsc_code_frac_chars_top_2grams": 0.06018054, "qsc_code_frac_chars_top_3grams": 0.04212638, "qsc_code_frac_chars_top_4grams": 0.05015045, "qsc_code_frac_chars_dupe_5grams": 0.3671... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/screens/signin_screen.dart | import 'package:adaptive_dialog/adaptive_dialog.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
import 'package:iot_firestore_flutter_app/route/routing_constants.dart';
import 'package:iot_firestore_flutter_app/widgets/my_password_field.dart... | 4,897 | signin_screen | dart | en | dart | code | {"qsc_code_num_words": 303, "qsc_code_num_chars": 4897.0, "qsc_code_mean_word_length": 6.96369637, "qsc_code_frac_words_unique": 0.48184818, "qsc_code_frac_chars_top_2grams": 0.0492891, "qsc_code_frac_chars_top_3grams": 0.0563981, "qsc_code_frac_chars_top_4grams": 0.04739336, "qsc_code_frac_chars_dupe_5grams": 0.149763... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/screens/splash_screen.dart | import 'package:firebase_auth/firebase_auth.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
import 'package:iot_firestore_flutter_app/route/routing_constants.dart';
import 'package:flutter/material.dart';
import '../auth_helper.dart';
class SplashScreen extends StatelessWidget {
const Sp... | 3,389 | splash_screen | dart | en | dart | code | {"qsc_code_num_words": 240, "qsc_code_num_chars": 3389.0, "qsc_code_mean_word_length": 6.62083333, "qsc_code_frac_words_unique": 0.56666667, "qsc_code_frac_chars_top_2grams": 0.03272498, "qsc_code_frac_chars_top_3grams": 0.03209566, "qsc_code_frac_chars_top_4grams": 0.02517306, "qsc_code_frac_chars_dupe_5grams": 0.0931... | 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... |
01-ai/Yi-1.5 | demo/web_demo.py | import gradio as gr
from argparse import ArgumentParser
from threading import Thread
from transformers import (
AutoModelForCausalLM,
AutoTokenizer,
TextIteratorStreamer,
)
def respond(
message,
history: list[tuple[str, str]],
system_message,
max_tokens,
temperature,
top_p,
):
... | 3,321 | web_demo | py | en | python | code | {"qsc_code_num_words": 388, "qsc_code_num_chars": 3321.0, "qsc_code_mean_word_length": 5.12628866, "qsc_code_frac_words_unique": 0.40721649, "qsc_code_frac_chars_top_2grams": 0.02262443, "qsc_code_frac_chars_top_3grams": 0.04273504, "qsc_code_frac_chars_top_4grams": 0.02212167, "qsc_code_frac_chars_dupe_5grams": 0.0985... | 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... |
01bps/WiFi-Auto-Auth | setup.md | # Kindly go through the steps to locally setup the script on your device.
___
## 1. Install Dependencies
Run the following command to install the requirements:
```bash
pip install -r requirements.txt
```
## 2. Find Your Network's Login URL and Payload
```
2.1 Connect to your WiFi network manually.
2.2 Open the l... | 3,990 | setup | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00100251, "qsc_doc_frac_words_redpajama_stop": 0.125, "qsc_doc_num_sentences": 98.0, "qsc_doc_num_words": 568, "qsc_doc_num_chars": 3990.0, "qsc_doc_num_lines": 125.0, "qsc_doc_mean_word_length": 4.33802817, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_read... | 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_... |
01bps/WiFi-Auto-Auth | network_utils.py | """
Network utilities for WiFi Auto Auth - Multi-Network Support
Handles network detection, SSID identification, and network profile management.
"""
import subprocess
import platform
import re
import json
import os
from typing import Optional, Dict, List, Tuple
from config.logging_config import get_logger
logger = ge... | 12,207 | network_utils | py | en | python | code | {"qsc_code_num_words": 1301, "qsc_code_num_chars": 12207.0, "qsc_code_mean_word_length": 5.23904689, "qsc_code_frac_words_unique": 0.16525749, "qsc_code_frac_chars_top_2grams": 0.01540493, "qsc_code_frac_chars_top_3grams": 0.01584507, "qsc_code_frac_chars_top_4grams": 0.01848592, "qsc_code_frac_chars_dupe_5grams": 0.34... | 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... |
01bps/WiFi-Auto-Auth | wifi_auto_login.py |
import sqlite3
import requests
import datetime
import re
import socket
import argparse
import json
import os
from cryptography.fernet import Fernet
# --- CONFIGURATION ---
CONFIG_PATH = "config.json"
SECRET_KEY_PATH = "config/secret.key"
def get_or_create_secret_key():
if os.path.exists(SECRET_KEY_PATH):
... | 24,811 | wifi_auto_login | py | en | python | code | {"qsc_code_num_words": 2902, "qsc_code_num_chars": 24811.0, "qsc_code_mean_word_length": 5.11199173, "qsc_code_frac_words_unique": 0.15713301, "qsc_code_frac_chars_top_2grams": 0.01496461, "qsc_code_frac_chars_top_3grams": 0.0206269, "qsc_code_frac_chars_top_4grams": 0.00431412, "qsc_code_frac_chars_dupe_5grams": 0.323... | 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... |
01bps/WiFi-Auto-Auth | DASHBOARD.md | # WiFi Auto Auth Dashboard
A beautiful web-based monitoring interface for WiFi Auto Auth that provides real-time visualization of login attempts, statistics, and historical data.
## 🚀 Quick Start
1. **Install dependencies**: `pip install -r requirements.txt`
2. **Copy config**: `cp config.example.json config.json` ... | 9,533 | DASHBOARD | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00146858, "qsc_doc_frac_words_redpajama_stop": 0.0982801, "qsc_doc_num_sentences": 104.0, "qsc_doc_num_words": 1263, "qsc_doc_num_chars": 9533.0, "qsc_doc_num_lines": 342.0, "qsc_doc_mean_word_length": 5.40300871, "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_... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroAction.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,080 | HeroAction | java | en | java | code | {"qsc_code_num_words": 275, "qsc_code_num_chars": 2080.0, "qsc_code_mean_word_length": 5.28, "qsc_code_frac_words_unique": 0.38909091, "qsc_code_frac_chars_top_2grams": 0.12121212, "qsc_code_frac_chars_top_3grams": 0.11707989, "qsc_code_frac_chars_top_4grams": 0.06887052, "qsc_code_frac_chars_dupe_5grams": 0.20110193, ... | 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... |
01bps/WiFi-Auto-Auth | MULTI_NETWORK.md | # Multi-Network Support Guide
WiFi Auto Auth now supports multiple network profiles, allowing you to automatically connect to different WiFi networks (home, work, school, etc.) with different credentials and settings.
## Features
- **Auto-Detection**: Automatically detects current network SSID and selects appropriat... | 8,833 | MULTI_NETWORK | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00226424, "qsc_doc_frac_words_redpajama_stop": 0.08230453, "qsc_doc_num_sentences": 98.0, "qsc_doc_num_words": 1111, "qsc_doc_num_chars": 8833.0, "qsc_doc_num_lines": 343.0, "qsc_doc_mean_word_length": 5.5229523, "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/actors/hero/HeroSubClass.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,711 | HeroSubClass | java | en | java | code | {"qsc_code_num_words": 214, "qsc_code_num_chars": 1711.0, "qsc_code_mean_word_length": 5.72429907, "qsc_code_frac_words_unique": 0.55140187, "qsc_code_frac_chars_top_2grams": 0.02693878, "qsc_code_frac_chars_top_3grams": 0.03183673, "qsc_code_frac_chars_top_4grams": 0.04653061, "qsc_code_frac_chars_dupe_5grams": 0.1093... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/GnollTrickster.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,888 | GnollTrickster | java | en | java | code | {"qsc_code_num_words": 473, "qsc_code_num_chars": 3888.0, "qsc_code_mean_word_length": 6.13953488, "qsc_code_frac_words_unique": 0.43340381, "qsc_code_frac_chars_top_2grams": 0.04958678, "qsc_code_frac_chars_top_3grams": 0.19628099, "qsc_code_frac_chars_top_4grams": 0.21212121, "qsc_code_frac_chars_dupe_5grams": 0.2451... | 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/actors/mobs/Spinner.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,997 | Spinner | java | en | java | code | {"qsc_code_num_words": 371, "qsc_code_num_chars": 2997.0, "qsc_code_mean_word_length": 5.83018868, "qsc_code_frac_words_unique": 0.44743935, "qsc_code_frac_chars_top_2grams": 0.086454, "qsc_code_frac_chars_top_3grams": 0.19325012, "qsc_code_frac_chars_top_4grams": 0.20342117, "qsc_code_frac_chars_dupe_5grams": 0.213592... | 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/actors/mobs/Gnoll.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,489 | Gnoll | java | en | java | code | {"qsc_code_num_words": 199, "qsc_code_num_chars": 1489.0, "qsc_code_mean_word_length": 5.46733668, "qsc_code_frac_words_unique": 0.61306533, "qsc_code_frac_chars_top_2grams": 0.0625, "qsc_code_frac_chars_top_3grams": 0.13970588, "qsc_code_frac_chars_top_4grams": 0.05238971, "qsc_code_frac_chars_dupe_5grams": 0.07536765... | 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/actors/mobs/Bee.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* 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 3 of the License, or
* (at your option) any later version.
*
* T... | 5,398 | Bee | java | en | java | code | {"qsc_code_num_words": 650, "qsc_code_num_chars": 5398.0, "qsc_code_mean_word_length": 5.71384615, "qsc_code_frac_words_unique": 0.32307692, "qsc_code_frac_chars_top_2grams": 0.02423263, "qsc_code_frac_chars_top_3grams": 0.09208401, "qsc_code_frac_chars_top_4grams": 0.09477652, "qsc_code_frac_chars_dupe_5grams": 0.1488... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/GreatCrab.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,737 | GreatCrab | java | en | java | code | {"qsc_code_num_words": 346, "qsc_code_num_chars": 2737.0, "qsc_code_mean_word_length": 5.82080925, "qsc_code_frac_words_unique": 0.53179191, "qsc_code_frac_chars_top_2grams": 0.08440914, "qsc_code_frac_chars_top_3grams": 0.18867925, "qsc_code_frac_chars_top_4grams": 0.19662363, "qsc_code_frac_chars_dupe_5grams": 0.2482... | 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/actors/mobs/Necromancer.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,166 | Necromancer | java | en | java | code | {"qsc_code_num_words": 1094, "qsc_code_num_chars": 10166.0, "qsc_code_mean_word_length": 6.26873857, "qsc_code_frac_words_unique": 0.25685558, "qsc_code_frac_chars_top_2grams": 0.02887139, "qsc_code_frac_chars_top_3grams": 0.09973753, "qsc_code_frac_chars_top_4grams": 0.1090697, "qsc_code_frac_chars_dupe_5grams": 0.347... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/screens/signup_screen.dart | import 'package:adaptive_dialog/adaptive_dialog.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:iot_firestore_flutter_app/auth_helper.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
import 'package:iot_firestore_flutter_app/route/routing_constants.dart';
import 'pac... | 6,005 | signup_screen | dart | en | dart | code | {"qsc_code_num_words": 345, "qsc_code_num_chars": 6005.0, "qsc_code_mean_word_length": 7.30144928, "qsc_code_frac_words_unique": 0.44637681, "qsc_code_frac_chars_top_2grams": 0.046447, "qsc_code_frac_chars_top_3grams": 0.05398968, "qsc_code_frac_chars_top_4grams": 0.04763795, "qsc_code_frac_chars_dupe_5grams": 0.207622... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/screens/dashboard_screen.dart | import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:iot_firestore_flutter_app/auth_helper.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
import 'package:iot_firestore_flutter_app/model/sensor.dart';
import 'package:iot_firestore_flutter_app/route/routing_constants.dart';
... | 5,626 | dashboard_screen | dart | en | dart | code | {"qsc_code_num_words": 354, "qsc_code_num_chars": 5626.0, "qsc_code_mean_word_length": 6.65254237, "qsc_code_frac_words_unique": 0.42655367, "qsc_code_frac_chars_top_2grams": 0.03864119, "qsc_code_frac_chars_top_3grams": 0.03864119, "qsc_code_frac_chars_top_4grams": 0.0433121, "qsc_code_frac_chars_dupe_5grams": 0.21316... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Succubus.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 4,444 | Succubus | java | en | java | code | {"qsc_code_num_words": 540, "qsc_code_num_chars": 4444.0, "qsc_code_mean_word_length": 5.85925926, "qsc_code_frac_words_unique": 0.41481481, "qsc_code_frac_chars_top_2grams": 0.04835651, "qsc_code_frac_chars_top_3grams": 0.18015171, "qsc_code_frac_chars_top_4grams": 0.19469027, "qsc_code_frac_chars_dupe_5grams": 0.2006... | 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/actors/mobs/King.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,864 | King | java | en | java | code | {"qsc_code_num_words": 972, "qsc_code_num_chars": 8864.0, "qsc_code_mean_word_length": 6.46296296, "qsc_code_frac_words_unique": 0.28909465, "qsc_code_frac_chars_top_2grams": 0.04727794, "qsc_code_frac_chars_top_3grams": 0.18147087, "qsc_code_frac_chars_top_4grams": 0.20312003, "qsc_code_frac_chars_dupe_5grams": 0.3271... | 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/actors/mobs/Shielded.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,140 | Shielded | java | en | java | code | {"qsc_code_num_words": 157, "qsc_code_num_chars": 1140.0, "qsc_code_mean_word_length": 5.41401274, "qsc_code_frac_words_unique": 0.66242038, "qsc_code_frac_chars_top_2grams": 0.03882353, "qsc_code_frac_chars_top_3grams": 0.04588235, "qsc_code_frac_chars_top_4grams": 0.06705882, "qsc_code_frac_chars_dupe_5grams": 0.0964... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/1_Network_Class/1_Network_Class.ino | /////////////////////////////////////////////////////////////////
/*
ESP32 | Cloud Firestore - Ep 1. Firebase Setup
Video Tutorial: https://youtu.be/KV0D8nrsBLg
Created by Eric N. (ThatProject)
*/
/////////////////////////////////////////////////////////////////
// 05-06-2024
// Code Updated - Network Class
// ... | 5,521 | 1_Network_Class | ino | en | cpp | code | {"qsc_code_num_words": 581, "qsc_code_num_chars": 5521.0, "qsc_code_mean_word_length": 5.82788296, "qsc_code_frac_words_unique": 0.42340792, "qsc_code_frac_chars_top_2grams": 0.02923804, "qsc_code_frac_chars_top_3grams": 0.03780272, "qsc_code_frac_chars_top_4grams": 0.03278204, "qsc_code_frac_chars_dupe_5grams": 0.0431... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/0_ESP32TTGO_DHT11/0_ESP32TTGO_DHT11.ino | /////////////////////////////////////////////////////////////////
/*
ESP32 | Cloud Firestore - Ep 0. Showing temp/humidity from DHT11 on TTGO display [Upgraded Version]
Video Tutorial: https://youtu.be/aAUIlCWs_bc
Created by Eric N. (ThatProject)
*/
////////////////////////////////////////////////////////////////... | 5,493 | 0_ESP32TTGO_DHT11 | ino | en | cpp | code | {"qsc_code_num_words": 577, "qsc_code_num_chars": 5493.0, "qsc_code_mean_word_length": 5.8492201, "qsc_code_frac_words_unique": 0.41594454, "qsc_code_frac_chars_top_2grams": 0.02933333, "qsc_code_frac_chars_top_3grams": 0.03792593, "qsc_code_frac_chars_top_4grams": 0.03288889, "qsc_code_frac_chars_dupe_5grams": 0.04325... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 4,515 | Piranha | java | en | java | code | {"qsc_code_num_words": 522, "qsc_code_num_chars": 4515.0, "qsc_code_mean_word_length": 6.09961686, "qsc_code_frac_words_unique": 0.36015326, "qsc_code_frac_chars_top_2grams": 0.02826633, "qsc_code_frac_chars_top_3grams": 0.10741206, "qsc_code_frac_chars_top_4grams": 0.11055276, "qsc_code_frac_chars_dupe_5grams": 0.3558... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Skeleton.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,096 | Skeleton | java | en | java | code | {"qsc_code_num_words": 384, "qsc_code_num_chars": 3096.0, "qsc_code_mean_word_length": 5.78385417, "qsc_code_frac_words_unique": 0.48697917, "qsc_code_frac_chars_top_2grams": 0.05267897, "qsc_code_frac_chars_top_3grams": 0.18820351, "qsc_code_frac_chars_top_4grams": 0.19810896, "qsc_code_frac_chars_dupe_5grams": 0.1031... | 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/actors/mobs/Senior.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,557 | Senior | java | en | java | code | {"qsc_code_num_words": 205, "qsc_code_num_chars": 1557.0, "qsc_code_mean_word_length": 5.69268293, "qsc_code_frac_words_unique": 0.56097561, "qsc_code_frac_chars_top_2grams": 0.07283633, "qsc_code_frac_chars_top_3grams": 0.16281063, "qsc_code_frac_chars_top_4grams": 0.15081405, "qsc_code_frac_chars_dupe_5grams": 0.2073... | 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/actors/mobs/RotLasher.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,758 | RotLasher | java | en | java | code | {"qsc_code_num_words": 340, "qsc_code_num_chars": 2758.0, "qsc_code_mean_word_length": 5.96470588, "qsc_code_frac_words_unique": 0.48529412, "qsc_code_frac_chars_top_2grams": 0.07544379, "qsc_code_frac_chars_top_3grams": 0.16863905, "qsc_code_frac_chars_top_4grams": 0.17357002, "qsc_code_frac_chars_dupe_5grams": 0.2223... | 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/actors/mobs/CausticSlime.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,987 | CausticSlime | java | en | java | code | {"qsc_code_num_words": 255, "qsc_code_num_chars": 1987.0, "qsc_code_mean_word_length": 5.80784314, "qsc_code_frac_words_unique": 0.54117647, "qsc_code_frac_chars_top_2grams": 0.0486158, "qsc_code_frac_chars_top_3grams": 0.17960837, "qsc_code_frac_chars_top_4grams": 0.17825793, "qsc_code_frac_chars_dupe_5grams": 0.16340... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/widgets/my_text_button.dart | import 'package:flutter/material.dart';
import 'package:iot_firestore_flutter_app/const/custom_styles.dart';
class MyTextButton extends StatelessWidget {
const MyTextButton({
Key? key,
required this.buttonName,
required this.onTap,
required this.bgColor,
required this.textColor,
}) : super(key:... | 1,026 | my_text_button | dart | en | dart | code | {"qsc_code_num_words": 90, "qsc_code_num_chars": 1026.0, "qsc_code_mean_word_length": 6.98888889, "qsc_code_frac_words_unique": 0.64444444, "qsc_code_frac_chars_top_2grams": 0.07631161, "qsc_code_frac_chars_top_3grams": 0.0, "qsc_code_frac_chars_top_4grams": 0.0, "qsc_code_frac_chars_dupe_5grams": 0.0, "qsc_code_frac_c... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/lib/route/router.dart | import 'package:iot_firestore_flutter_app/route/routing_constants.dart';
import 'package:iot_firestore_flutter_app/screens/dashboard_screen.dart';
import 'package:iot_firestore_flutter_app/screens/signin_screen.dart';
import 'package:iot_firestore_flutter_app/screens/signup_screen.dart';
import 'package:iot_firestore_f... | 1,113 | router | dart | en | dart | code | {"qsc_code_num_words": 110, "qsc_code_num_chars": 1113.0, "qsc_code_mean_word_length": 7.37272727, "qsc_code_frac_words_unique": 0.35454545, "qsc_code_frac_chars_top_2grams": 0.11220715, "qsc_code_frac_chars_top_3grams": 0.11837238, "qsc_code_frac_chars_top_4grams": 0.18495684, "qsc_code_frac_chars_dupe_5grams": 0.3563... | 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/actors/mobs/Thief.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,162 | Thief | java | en | java | code | {"qsc_code_num_words": 718, "qsc_code_num_chars": 6162.0, "qsc_code_mean_word_length": 5.95961003, "qsc_code_frac_words_unique": 0.32590529, "qsc_code_frac_chars_top_2grams": 0.03575602, "qsc_code_frac_chars_top_3grams": 0.14208927, "qsc_code_frac_chars_top_4grams": 0.15424165, "qsc_code_frac_chars_dupe_5grams": 0.2589... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.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... | 9,303 | Blacksmith | java | en | java | code | {"qsc_code_num_words": 1027, "qsc_code_num_chars": 9303.0, "qsc_code_mean_word_length": 6.17526777, "qsc_code_frac_words_unique": 0.25219085, "qsc_code_frac_chars_top_2grams": 0.03831599, "qsc_code_frac_chars_top_3grams": 0.13781142, "qsc_code_frac_chars_top_4grams": 0.15263324, "qsc_code_frac_chars_dupe_5grams": 0.289... | 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/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/pubspec.yaml | name: firebase_realtimedb
description: A new Flutter application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the ve... | 3,067 | pubspec | yaml | en | yaml | data | {"qsc_code_num_words": 451, "qsc_code_num_chars": 3067.0, "qsc_code_mean_word_length": 4.94456763, "qsc_code_frac_words_unique": 0.3902439, "qsc_code_frac_chars_top_2grams": 0.032287, "qsc_code_frac_chars_top_3grams": 0.02286996, "qsc_code_frac_chars_top_4grams": 0.02421525, "qsc_code_frac_chars_dupe_5grams": 0.0932735... | 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/actors/mobs/npcs/MirrorImage.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 5,059 | MirrorImage | java | en | java | code | {"qsc_code_num_words": 596, "qsc_code_num_chars": 5059.0, "qsc_code_mean_word_length": 6.01342282, "qsc_code_frac_words_unique": 0.34395973, "qsc_code_frac_chars_top_2grams": 0.03766741, "qsc_code_frac_chars_top_3grams": 0.1484375, "qsc_code_frac_chars_top_4grams": 0.15959821, "qsc_code_frac_chars_dupe_5grams": 0.25474... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/4_iot_firestore_flutter_app/pubspec.yaml | name: iot_firestore_flutter_app
description: www.that-project.com
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the ve... | 3,112 | pubspec | yaml | en | yaml | data | {"qsc_code_num_words": 460, "qsc_code_num_chars": 3112.0, "qsc_code_mean_word_length": 4.89782609, "qsc_code_frac_words_unique": 0.39565217, "qsc_code_frac_chars_top_2grams": 0.00621394, "qsc_code_frac_chars_top_3grams": 0.02263648, "qsc_code_frac_chars_top_4grams": 0.02396804, "qsc_code_frac_chars_dupe_5grams": 0.0923... | 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... |
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/2_Firebase_Client/2_Firebase_Client.ino | /////////////////////////////////////////////////////////////////
/*
ESP32 | Cloud Firestore - Ep 2. Firebase Client
Video Tutorial: https://youtu.be/KiF9uGFkA_o
Created by Eric N. (ThatProject)
*/
/////////////////////////////////////////////////////////////////
// 05-06-2024
// Code Updated - Network Class
//... | 5,761 | 2_Firebase_Client | ino | en | cpp | code | {"qsc_code_num_words": 601, "qsc_code_num_chars": 5761.0, "qsc_code_mean_word_length": 5.88519135, "qsc_code_frac_words_unique": 0.41763727, "qsc_code_frac_chars_top_2grams": 0.02798982, "qsc_code_frac_chars_top_3grams": 0.03618886, "qsc_code_frac_chars_top_4grams": 0.04184337, "qsc_code_frac_chars_dupe_5grams": 0.0412... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Brute.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,340 | Brute | java | en | java | code | {"qsc_code_num_words": 289, "qsc_code_num_chars": 2340.0, "qsc_code_mean_word_length": 5.86851211, "qsc_code_frac_words_unique": 0.52941176, "qsc_code_frac_chars_top_2grams": 0.04775943, "qsc_code_frac_chars_top_3grams": 0.17924528, "qsc_code_frac_chars_top_4grams": 0.18160377, "qsc_code_frac_chars_dupe_5grams": 0.1674... | 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/actors/mobs/OldTengu.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,413 | OldTengu | java | en | java | code | {"qsc_code_num_words": 986, "qsc_code_num_chars": 8413.0, "qsc_code_mean_word_length": 5.96551724, "qsc_code_frac_words_unique": 0.34077079, "qsc_code_frac_chars_top_2grams": 0.03978239, "qsc_code_frac_chars_top_3grams": 0.1550493, "qsc_code_frac_chars_top_4grams": 0.17205032, "qsc_code_frac_chars_dupe_5grams": 0.22645... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ThatProject | FIREBASE/Cloud_Firestore_Application/2_Firebase_Client/Network.cpp | #include "Network.h"
#include "addons/TokenHelper.h"
#define WIFI_SSID "<YOUR_WIFI_SSID>"
#define WIFI_PASSWORD "<YOUR_WIFI_PASSWORD>"
#define API_KEY "<YOUR_WEB_API_KEY>"
#define FIREBASE_PROJECT_ID "<YOUR_PROJECT_ID>"
#define USER_EMAIL "<YOUR_USER_EMAIL>"
#define USER_PASSWORD "<YOUR_USER_PASSWORD>"
static Networ... | 2,383 | Network | cpp | en | cpp | code | {"qsc_code_num_words": 290, "qsc_code_num_chars": 2383.0, "qsc_code_mean_word_length": 5.79310345, "qsc_code_frac_words_unique": 0.33448276, "qsc_code_frac_chars_top_2grams": 0.01428571, "qsc_code_frac_chars_top_3grams": 0.03035714, "qsc_code_frac_chars_top_4grams": 0.05, "qsc_code_frac_chars_dupe_5grams": 0.27678571, ... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/3_Display_Done/Display.cpp | #include "Display.h"
static Display* instance = NULL;
Display::Display(){
instance = this;
tft = new TFT_eSPI();
}
Display::~Display(){
delete tft;
}
bool tft_output(int16_t x, int16_t y, uint16_t w, uint16_t h, uint16_t * bitmap){
if (y >= instance->tft->height()) return 0;
instance->tft->pushImage(x, y,... | 1,438 | Display | cpp | en | cpp | code | {"qsc_code_num_words": 203, "qsc_code_num_chars": 1438.0, "qsc_code_mean_word_length": 4.62068966, "qsc_code_frac_words_unique": 0.37931034, "qsc_code_frac_chars_top_2grams": 0.07675906, "qsc_code_frac_chars_top_3grams": 0.03837953, "qsc_code_frac_chars_top_4grams": 0.04051173, "qsc_code_frac_chars_dupe_5grams": 0.1364... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/3_Display_Done/3_Display_Done.ino | /////////////////////////////////////////////////////////////////
/*
ESP32 | Cloud Firestore - Ep 3. Status Icons on Display
Video Tutorial: https://youtu.be/LR_FgObfuCw
Created by Eric N. (ThatProject)
*/
/////////////////////////////////////////////////////////////////
// 05-06-2024
// Code Updated - Network ... | 6,312 | 3_Display_Done | ino | en | cpp | code | {"qsc_code_num_words": 654, "qsc_code_num_chars": 6312.0, "qsc_code_mean_word_length": 5.9587156, "qsc_code_frac_words_unique": 0.39755352, "qsc_code_frac_chars_top_2grams": 0.02540416, "qsc_code_frac_chars_top_3grams": 0.03284578, "qsc_code_frac_chars_top_4grams": 0.03797793, "qsc_code_frac_chars_dupe_5grams": 0.03746... | 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/ThatProject | FIREBASE/Cloud_Firestore_Application/3_Display_Done/Network.cpp | #include "Network.h"
#include "addons/TokenHelper.h"
#define WIFI_SSID "<YOUR_WIFI_SSID>"
#define WIFI_PASSWORD "<YOUR_WIFI_PASSWORD>"
#define API_KEY "<YOUR_WEB_API_KEY>"
#define FIREBASE_PROJECT_ID "<YOUR_PROJECT_ID>"
#define USER_EMAIL "<YOUR_USER_EMAIL>"
#define USER_PASSWORD "<YOUR_USER_PASSWORD>"
static Networ... | 2,688 | Network | cpp | en | cpp | code | {"qsc_code_num_words": 319, "qsc_code_num_chars": 2688.0, "qsc_code_mean_word_length": 5.97805643, "qsc_code_frac_words_unique": 0.31347962, "qsc_code_frac_chars_top_2grams": 0.01258521, "qsc_code_frac_chars_top_3grams": 0.02674358, "qsc_code_frac_chars_top_4grams": 0.04404824, "qsc_code_frac_chars_dupe_5grams": 0.2438... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Imp.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,632 | Imp | java | en | java | code | {"qsc_code_num_words": 760, "qsc_code_num_chars": 6632.0, "qsc_code_mean_word_length": 5.94868421, "qsc_code_frac_words_unique": 0.30131579, "qsc_code_frac_chars_top_2grams": 0.04180491, "qsc_code_frac_chars_top_3grams": 0.14288874, "qsc_code_frac_chars_top_4grams": 0.15571776, "qsc_code_frac_chars_dupe_5grams": 0.2320... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Wandmaker.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,286 | Wandmaker | java | en | java | code | {"qsc_code_num_words": 932, "qsc_code_num_chars": 8286.0, "qsc_code_mean_word_length": 5.95922747, "qsc_code_frac_words_unique": 0.25429185, "qsc_code_frac_chars_top_2grams": 0.04051134, "qsc_code_frac_chars_top_3grams": 0.15052215, "qsc_code_frac_chars_top_4grams": 0.16636658, "qsc_code_frac_chars_dupe_5grams": 0.3235... | 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/actors/mobs/npcs/Ghost.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... | 9,581 | Ghost | java | en | java | code | {"qsc_code_num_words": 1089, "qsc_code_num_chars": 9581.0, "qsc_code_mean_word_length": 5.91735537, "qsc_code_frac_words_unique": 0.24609734, "qsc_code_frac_chars_top_2grams": 0.04748603, "qsc_code_frac_chars_top_3grams": 0.17101179, "qsc_code_frac_chars_top_4grams": 0.1911856, "qsc_code_frac_chars_dupe_5grams": 0.2931... | 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/actors/mobs/npcs/PrismaticImage.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,830 | PrismaticImage | java | en | java | code | {"qsc_code_num_words": 791, "qsc_code_num_chars": 6830.0, "qsc_code_mean_word_length": 6.07964602, "qsc_code_frac_words_unique": 0.30847029, "qsc_code_frac_chars_top_2grams": 0.0411728, "qsc_code_frac_chars_top_3grams": 0.15803701, "qsc_code_frac_chars_top_4grams": 0.17384072, "qsc_code_frac_chars_dupe_5grams": 0.29902... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 1, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/ios/Podfile | # Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}
def p... | 3,218 | Podfile | en | ruby | code | {"qsc_code_num_words": 439, "qsc_code_num_chars": 3218.0, "qsc_code_mean_word_length": 5.17539863, "qsc_code_frac_words_unique": 0.38041002, "qsc_code_frac_chars_top_2grams": 0.02816901, "qsc_code_frac_chars_top_3grams": 0.04225352, "qsc_code_frac_chars_top_4grams": 0.05941901, "qsc_code_frac_chars_dupe_5grams": 0.1685... | 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/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/lib/singlepage_app.dart | import 'dart:async';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:flutter/material.dart';
import 'package:flutter_animation_progress_bar/flutter_animation_progress_bar.dart';
import 'package:flutter_icons/flutter_icons.dart';
import 'pack... | 7,505 | singlepage_app | dart | en | dart | code | {"qsc_code_num_words": 595, "qsc_code_num_chars": 7505.0, "qsc_code_mean_word_length": 6.6302521, "qsc_code_frac_words_unique": 0.37478992, "qsc_code_frac_chars_top_2grams": 0.02737643, "qsc_code_frac_chars_top_3grams": 0.02585551, "qsc_code_frac_chars_top_4grams": 0.04309252, "qsc_code_frac_chars_dupe_5grams": 0.19467... | 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/ThatProject | FIREBASE/STREAMING_FROM_ESP_TO_FLUTTER/flutter_realtime_dht11/web/index.html | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter application.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style... | 1,148 | index | html | en | html | code | {"qsc_code_num_words": 145, "qsc_code_num_chars": 1148.0, "qsc_code_mean_word_length": 5.36551724, "qsc_code_frac_words_unique": 0.5862069, "qsc_code_frac_chars_top_2grams": 0.04113111, "qsc_code_frac_chars_top_3grams": 0.05012853, "qsc_code_frac_chars_top_4grams": 0.07326478, "qsc_code_frac_chars_dupe_5grams": 0.09640... | 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/actors/mobs/npcs/Shopkeeper.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,031 | Shopkeeper | java | en | java | code | {"qsc_code_num_words": 355, "qsc_code_num_chars": 3031.0, "qsc_code_mean_word_length": 6.29577465, "qsc_code_frac_words_unique": 0.47042254, "qsc_code_frac_chars_top_2grams": 0.05234899, "qsc_code_frac_chars_top_3grams": 0.20402685, "qsc_code_frac_chars_top_4grams": 0.21655481, "qsc_code_frac_chars_dupe_5grams": 0.1718... | 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/actors/hero/Belongings.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 7,036 | Belongings | java | en | java | code | {"qsc_code_num_words": 793, "qsc_code_num_chars": 7036.0, "qsc_code_mean_word_length": 5.92433796, "qsc_code_frac_words_unique": 0.25851198, "qsc_code_frac_chars_top_2grams": 0.02681992, "qsc_code_frac_chars_top_3grams": 0.10515113, "qsc_code_frac_chars_top_4grams": 0.11238825, "qsc_code_frac_chars_dupe_5grams": 0.1257... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.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... | 46,451 | Hero | java | en | java | code | {"qsc_code_num_words": 5111, "qsc_code_num_chars": 46451.0, "qsc_code_mean_word_length": 6.10252397, "qsc_code_frac_words_unique": 0.15789474, "qsc_code_frac_chars_top_2grams": 0.03174094, "qsc_code_frac_chars_top_3grams": 0.12548894, "qsc_code_frac_chars_top_4grams": 0.14389227, "qsc_code_frac_chars_dupe_5grams": 0.33... | 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... |
01bps/WiFi-Auto-Auth | CONTRIBUTING.md | # Contributing to WiFi-Auto-Auth
Welcome! We're excited to have you contribute to this project. Don't worry if you're new to open source - we're here to help!
## First Things First - Star This Repo!
Click the ⭐ button at the top right of this page. It helps others find this project!
---
## Quick Start (5 Simple... | 1,299 | CONTRIBUTING | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.20679012, "qsc_doc_num_sentences": 16.0, "qsc_doc_num_words": 218, "qsc_doc_num_chars": 1299.0, "qsc_doc_num_lines": 49.0, "qsc_doc_mean_word_length": 4.2293578, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore... | 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_... |
01bps/WiFi-Auto-Auth | HACKTOBERFEST.md | # Hacktoberfest 2025 - Our Contributors
This page celebrates everyone who contributed to WiFi-Auto-Auth during Hacktoberfest!
## ⭐ Star This Repo!
Show your support by starring this repository!
---
## 📊 Stats
- **Contributors:** 0
- **Issues Fixed:** 0
- **PRs Merged:** 0
---
## 🏆 All Contributions
Keep Addi... | 2,492 | HACKTOBERFEST | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.0, "qsc_doc_frac_words_redpajama_stop": 0.164859, "qsc_doc_num_sentences": 30.0, "qsc_doc_num_words": 327, "qsc_doc_num_chars": 2492.0, "qsc_doc_num_lines": 77.0, "qsc_doc_mean_word_length": 5.80428135, "qsc_doc_frac_words_full_bracket": 0.0, "qsc_doc_frac_lines_end_with_readmore"... | 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_... |
01bps/WiFi-Auto-Auth | dashboard.py | """
WiFi Auto Auth Dashboard - Web-based monitoring interface for WiFi login attempts
"""
import sqlite3
import json
import os
from datetime import datetime, timedelta
from typing import List, Dict, Optional
from fastapi import FastAPI, Request, Depends, HTTPException, status, Form
from fastapi.templating import Jinja... | 15,744 | dashboard | py | en | python | code | {"qsc_code_num_words": 1812, "qsc_code_num_chars": 15744.0, "qsc_code_mean_word_length": 5.33333333, "qsc_code_frac_words_unique": 0.16721854, "qsc_code_frac_chars_top_2grams": 0.02959437, "qsc_code_frac_chars_top_3grams": 0.01707368, "qsc_code_frac_chars_top_4grams": 0.01086507, "qsc_code_frac_chars_dupe_5grams": 0.31... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass.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... | 9,194 | HeroClass | java | en | java | code | {"qsc_code_num_words": 992, "qsc_code_num_chars": 9194.0, "qsc_code_mean_word_length": 6.88205645, "qsc_code_frac_words_unique": 0.22379032, "qsc_code_frac_chars_top_2grams": 0.04350374, "qsc_code_frac_chars_top_3grams": 0.1781163, "qsc_code_frac_chars_top_4grams": 0.19979493, "qsc_code_frac_chars_dupe_5grams": 0.44953... | 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/actors/blobs/Blizzard.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,146 | Blizzard | java | en | java | code | {"qsc_code_num_words": 282, "qsc_code_num_chars": 2146.0, "qsc_code_mean_word_length": 5.20212766, "qsc_code_frac_words_unique": 0.46808511, "qsc_code_frac_chars_top_2grams": 0.05794138, "qsc_code_frac_chars_top_3grams": 0.12951602, "qsc_code_frac_chars_top_4grams": 0.11997273, "qsc_code_frac_chars_dupe_5grams": 0.1254... | 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... |
01bps/WiFi-Auto-Auth | readme.md | # **WiFi-Auto-Auth**
Tired of entering the same Wi-Fi credentials every time you join the network? So was I! At my institute, logging into Wi-Fi manually was a hassle, so I built this Auto WiFi Login Script to automate the process with the help of Python,SQLite and Crontab!
This script automatically logs into Wi-Fi ne... | 6,159 | readme | md | en | markdown | text | {"qsc_doc_frac_chars_curly_bracket": 0.00032473, "qsc_doc_frac_words_redpajama_stop": 0.14746172, "qsc_doc_num_sentences": 62.0, "qsc_doc_num_words": 883, "qsc_doc_num_chars": 6159.0, "qsc_doc_num_lines": 146.0, "qsc_doc_mean_word_length": 5.30917327, "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_... |
0015/ThatProject | ESP8266_Twitter_Hash_Search/Web_Fetch.h | //https://github.com/Bodmer/TJpg_Decoder
// Fetch a file from the URL given and save it in SPIFFS
// Return 1 if a web fetch was needed or 0 if file already exists
bool getFile(String url, String filename) {
// If it exists then no need to fetch it
// if (SPIFFS.exists(filename) == true) {
// Serial.println("Fou... | 2,223 | Web_Fetch | h | en | c | code | {"qsc_code_num_words": 277, "qsc_code_num_chars": 2223.0, "qsc_code_mean_word_length": 4.38628159, "qsc_code_frac_words_unique": 0.42960289, "qsc_code_frac_chars_top_2grams": 0.04279835, "qsc_code_frac_chars_top_3grams": 0.03703704, "qsc_code_frac_chars_top_4grams": 0.03127572, "qsc_code_frac_chars_dupe_5grams": 0.0, "... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/NewTengu.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... | 28,952 | NewTengu | java | en | java | code | {"qsc_code_num_words": 3208, "qsc_code_num_chars": 28952.0, "qsc_code_mean_word_length": 5.85380299, "qsc_code_frac_words_unique": 0.17362843, "qsc_code_frac_chars_top_2grams": 0.02396294, "qsc_code_frac_chars_top_3grams": 0.08903562, "qsc_code_frac_chars_top_4grams": 0.10075084, "qsc_code_frac_chars_dupe_5grams": 0.45... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Goo.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 7,802 | Goo | java | en | java | code | {"qsc_code_num_words": 939, "qsc_code_num_chars": 7802.0, "qsc_code_mean_word_length": 5.77316294, "qsc_code_frac_words_unique": 0.28753994, "qsc_code_frac_chars_top_2grams": 0.04648589, "qsc_code_frac_chars_top_3grams": 0.16823464, "qsc_code_frac_chars_top_4grams": 0.18668142, "qsc_code_frac_chars_dupe_5grams": 0.2695... | 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/actors/mobs/Elemental.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,688 | Elemental | java | en | java | code | {"qsc_code_num_words": 326, "qsc_code_num_chars": 2688.0, "qsc_code_mean_word_length": 6.11656442, "qsc_code_frac_words_unique": 0.47852761, "qsc_code_frac_chars_top_2grams": 0.10230692, "qsc_code_frac_chars_top_3grams": 0.22868606, "qsc_code_frac_chars_top_4grams": 0.24272818, "qsc_code_frac_chars_dupe_5grams": 0.2502... | 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/actors/mobs/Slime.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,079 | Slime | java | en | java | code | {"qsc_code_num_words": 285, "qsc_code_num_chars": 2079.0, "qsc_code_mean_word_length": 5.32280702, "qsc_code_frac_words_unique": 0.55087719, "qsc_code_frac_chars_top_2grams": 0.0474621, "qsc_code_frac_chars_top_3grams": 0.15029664, "qsc_code_frac_chars_top_4grams": 0.14502307, "qsc_code_frac_chars_dupe_5grams": 0.15095... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
00-Evan/shattered-pixel-dungeon-gdx | core/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Yog.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,805 | Yog | java | en | java | code | {"qsc_code_num_words": 1213, "qsc_code_num_chars": 10805.0, "qsc_code_mean_word_length": 6.25803792, "qsc_code_frac_words_unique": 0.25721352, "qsc_code_frac_chars_top_2grams": 0.04505335, "qsc_code_frac_chars_top_3grams": 0.18021341, "qsc_code_frac_chars_top_4grams": 0.20287182, "qsc_code_frac_chars_dupe_5grams": 0.45... | 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/actors/mobs/Bestiary.java | /*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either ver... | 7,190 | Bestiary | java | en | java | code | {"qsc_code_num_words": 958, "qsc_code_num_chars": 7190.0, "qsc_code_mean_word_length": 4.89874739, "qsc_code_frac_words_unique": 0.21816284, "qsc_code_frac_chars_top_2grams": 0.03643725, "qsc_code_frac_chars_top_3grams": 0.07287449, "qsc_code_frac_chars_top_4grams": 0.09716599, "qsc_code_frac_chars_dupe_5grams": 0.5625... | 0 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
0015/ThatProject | ESPNOW/ESPNOW_ESP8266_MASTER_ESP32_SLAVE/ESPNOW_ESP8266_MASTER/ESPNOW_ESP8266_MASTER.ino | #include <ESP8266WiFi.h>
#include <espnow.h>
typedef struct esp_now_peer_info {
u8 peer_addr[6];
uint8_t channel;
uint8_t encrypt;
}esp_now_peer_info_t;
// Global copy of slave
#define NUMSLAVES 20
esp_now_peer_info_t slaves[NUMSLAVES] = {};
int SlaveCnt = 0;
#define CHANNEL 3
#define PRINTSCANRESULTS 0
// In... | 5,610 | ESPNOW_ESP8266_MASTER | ino | en | cpp | code | {"qsc_code_num_words": 767, "qsc_code_num_chars": 5610.0, "qsc_code_mean_word_length": 4.39113429, "qsc_code_frac_words_unique": 0.23728814, "qsc_code_frac_chars_top_2grams": 0.097981, "qsc_code_frac_chars_top_3grams": 0.05552257, "qsc_code_frac_chars_top_4grams": 0.0587886, "qsc_code_frac_chars_dupe_5grams": 0.1668646... | 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... |
0000cd/wolf-set | themes/bluf/static/js/APlayer.min.js | !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("APlayer",[],t):"object"==typeof exports?exports.APlayer=t():e.APlayer=t()}(window,function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var a=t[i]={i:i,l:!1,export... | 59,325 | APlayer.min | js | en | javascript | code | {"qsc_code_num_words": 10571, "qsc_code_num_chars": 59325.0, "qsc_code_mean_word_length": 3.87560306, "qsc_code_frac_words_unique": 0.08258443, "qsc_code_frac_chars_top_2grams": 0.0415192, "qsc_code_frac_chars_top_3grams": 0.02050331, "qsc_code_frac_chars_top_4grams": 0.01562157, "qsc_code_frac_chars_dupe_5grams": 0.54... | 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... |
000haoji/deep-student | src/components/KnowledgeGraphManagement.tsx | import React, { useState, useEffect } from 'react';
import { invoke } from '@tauri-apps/api/core';
import {
ProblemCard,
SearchRequest,
SearchResult,
CreateCardRequest,
GraphConfig,
Recommendation,
RecommendationRequest,
Tag
} from '../types/cogni-graph';
import GraphVisualization from './GraphVis... | 16,604 | KnowledgeGraphManagement | tsx | en | tsx | code | {"qsc_code_num_words": 1339, "qsc_code_num_chars": 16604.0, "qsc_code_mean_word_length": 5.71321882, "qsc_code_frac_words_unique": 0.24570575, "qsc_code_frac_chars_top_2grams": 0.06901961, "qsc_code_frac_chars_top_3grams": 0.03333333, "qsc_code_frac_chars_top_4grams": 0.01647059, "qsc_code_frac_chars_dupe_5grams": 0.20... | 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... |
0000cd/wolf-set | themes/bluf/static/js/js-confetti.js | var JSConfetti=function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function i(t,i,n){ret... | 6,469 | js-confetti | js | en | javascript | code | {"qsc_code_num_words": 1100, "qsc_code_num_chars": 6469.0, "qsc_code_mean_word_length": 4.39363636, "qsc_code_frac_words_unique": 0.18272727, "qsc_code_frac_chars_top_2grams": 0.03227809, "qsc_code_frac_chars_top_3grams": 0.01365611, "qsc_code_frac_chars_top_4grams": 0.00682806, "qsc_code_frac_chars_dupe_5grams": 0.103... | 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... |
000haoji/deep-student | src/components/CreateReviewAnalysisView.tsx | import React, { useState, useEffect } from 'react';
import { ReviewSessionTask, MistakeConsolidationData, ConsolidatedMistakeData } from '../types/index';
import type { MistakeItem } from '../utils/tauriApi';
import { useNotification } from '../hooks/useNotification';
import { TauriAPI } from '../utils/tauriApi';
impor... | 46,167 | CreateReviewAnalysisView | tsx | en | tsx | code | {"qsc_code_num_words": 4081, "qsc_code_num_chars": 46167.0, "qsc_code_mean_word_length": 5.34819897, "qsc_code_frac_words_unique": 0.15608919, "qsc_code_frac_chars_top_2grams": 0.01722716, "qsc_code_frac_chars_top_3grams": 0.02089251, "qsc_code_frac_chars_top_4grams": 0.01072116, "qsc_code_frac_chars_dupe_5grams": 0.49... | 1 | {"qsc_code_frac_chars_replacement_symbols": 0, "qsc_code_num_words": 0, "qsc_code_num_chars": 0, "qsc_code_mean_word_length": 0, "qsc_code_frac_chars_top_2grams": 0, "qsc_code_frac_chars_top_3grams": 0, "qsc_code_frac_chars_top_4grams": 0, "qsc_code_frac_chars_dupe_5grams": 0, "qsc_code_frac_chars_dupe_6grams": 0, "qsc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.