Necst-lib - Pure Python tools for NECST

Overview

necst-lib

PyPI Python Test License

Pure Python tools for NECST.

Features

This library provides:

  • something.

Installation

pip install necst-lib

Usage

1st module

2nd module


This library is using Semantic Versioning.

You might also like...
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.

Best-of Python 🏆 A ranked list of awesome Python open-source libraries & tools. Updated weekly. This curated list contains 230 awesome open-source pr

A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!

Ubelt is a small library of robust, tested, documented, and simple functions that extend the Python standard library. It has a flat API that all behav

Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4
Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4

gimp-python-development Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4. GIMP 2.99.4 is the latest unstable pre-release of GIMP 3.

Python tools for working with Orbit Ephemeris Messages (OEMs).

Python Orbit Ephemeris Message tools Python tools for working with Orbit Ephemeris Messages (OEMs). Development Status Installation The oem package is

Python tools for experimenting with differentiable intonation cost measures

Differentiable Intonation Tools The Differentiable Intonation Tools (dit) are a collection of Python functions to analyze the intonation in multitrack

Python 3 script for installing kali tools on your linux machine

Python 3 script for installing kali tools on your linux machine

A fancy and practical functional tools

Funcy A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an

Socorro is the Mozilla crash ingestion pipeline. It accepts and processes Breakpad-style crash reports. It provides analysis tools.

Socorro Socorro is a Mozilla-centric ingestion pipeline and analysis tools for crash reports using the Breakpad libraries. Support This is a Mozilla-s

addon for blender to import mocap data from tools like easymocap, frankmocap and Vibe

b3d_mocap_import addon for blender to import mocap data from tools like easymocap, frankmocap and Vibe ==================VIBE================== To use

Comments
  • #288 bias parameter

    #288 bias parameter

    Updating some parameter for OPU1.85m.

    詳細

    • 想定していた配線と違う配線でバイアスボックス周りが組まれていたので任意の配線に対応できるように修正しました。
    • 利用するチャンネル番号よりも多くの設定をsmpl_ch_reqで行う必要があります。
      • 例えば、読み出しチャンネルとしてch = 5, 6, 8, 10, 12を利用するのであれば最低限ch12まで設定する必要があります。
      • これを応用するとchごとに差動入力とシングルエンド入力を切り替えることができるかと思います。
        • ただしこれを利用する際には物理的に配線が重複しないようにデザインする必要があり注意が必要です。
    • all_ch_numsmpl_ch_reqと同数のチャンネル数を入力する必要があります。
      • 逆にall_ch_numと同じだけsmpl_ch_reqを書き込む必要があります。
      • 最大値は差動入力で32、シングルエンド入力では64です。
    • ch_selectorでは各チャンネルがバイアスボックスのどのCHに対応しているかを書き込みます。
      • ただし必ずしもall_ch_numの数だけ設定する必要はなく最低限読み出す予定のチャンネルのみを設定すれば良いです。
    • v_magi_magでは読み出しの実際の値に対して掛けることでSIS素子にかかっているバイアス電圧・電流を計算するためのFoctorを設定します。
      • この値はバイアスボックスの可変抵抗の値で決定します。OPU1.85mの場合は電圧が5倍、電流は500倍です。

    補足

    • 今回のPull Requestで設定されているbias_reader_ch_selectorの値は実際にOPU1.85mに実装されている値です。
    • ~~なお、テスターの値と読み取りの値を比較したときに若干値に齟齬があるような気がしているので現段階ではDraftとします。~~
    • 代わりに確認していただき、正常に値を読めるようになったようです。ありがとうございました。https://github.com/necst-telescope/internal/discussions/62#discussioncomment-4366498
    bug 
    opened by TatsumiISHIKAWA 5
  • Is it possible to add some key works that specifies the spectrometer name in the configuration file?

    Is it possible to add some key works that specifies the spectrometer name in the configuration file?

    Motivation

    I do not want to specify the ROS topic name that is saved in the necstdb when loading the data. To realise this, the keyword in the config file of neclib should somewhat be connected to the necstdb list_tables. Could you consider this issue?

    enhancement 
    opened by r-yamada1998 2
  • #261 cpz3177

    #261 cpz3177

    Adding class reading bias voltage and current. Please check it.

    Nb. 以下の/scr/config.toml内のパラメーターはどのように決めるか考えあぐねたため、適当に割り振ってあります。

    • bias_reader_ave_num = 10
    • bias_reader_all_ch_num = 8
    • bias_reader_smpl_ch_req = [1, 2, 3, 4, 5, 6, 7, 8]

    残りのパラメータは初めから決まっているものかもしくはpyinterface内でデフォルトとして入れてあったものを採用しています。

    enhancement 
    opened by TatsumiISHIKAWA 1
Releases(v0.18.6)
  • v0.18.6(Jan 1, 2023)

    What's Changed

    Bug Fixes

    • Reduce sleep duration for signal generator read-out by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/369

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.18.5...v0.18.6

    Source code(tar.gz)
    Source code(zip)
  • v0.18.5(Dec 31, 2022)

    What's Changed

    Bug Fixes

    • Fix invalid device identifier for Model-218 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/367

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.18.4...v0.18.5

    Source code(tar.gz)
    Source code(zip)
  • v0.18.4(Dec 30, 2022)

    What's Changed

    Bug Fixes

    • Preserve config parameter type by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/365

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.18.3...v0.18.4

    Source code(tar.gz)
    Source code(zip)
  • v0.18.3(Dec 30, 2022)

    What's Changed

    New Features

    • Support remote path for root directory of parameter files by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/363

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.18.2...v0.18.3

    Source code(tar.gz)
    Source code(zip)
  • v0.18.2(Dec 30, 2022)

    What's Changed

    Bug Fixes

    • Fix invalid namespace parsing in config by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/361

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.18.1...v0.18.2

    Source code(tar.gz)
    Source code(zip)
  • v0.18.1(Dec 30, 2022)

    What's Changed

    Bug Fixes

    • Faster config by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/359

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.18.0...v0.18.1

    Source code(tar.gz)
    Source code(zip)
  • v0.18.0(Dec 28, 2022)

    What's Changed

    New Features

    • Support device ID selection by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/354

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.17.4...v0.18.0

    Source code(tar.gz)
    Source code(zip)
  • v0.17.4(Dec 26, 2022)

    What's Changed

    New Features

    • Add observer coordinate calculator by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/350
    • Add safety measure for bias voltage setter by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/351
    • Change time offset management by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/352

    Other Changes

    • Version 0.17.4 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/356

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.17.3...v0.17.4

    Source code(tar.gz)
    Source code(zip)
  • v0.17.3(Dec 21, 2022)

    What's Changed

    New Features

    • Add extrapolate method by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/346

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.17.2...v0.17.3

    Source code(tar.gz)
    Source code(zip)
  • v0.17.2(Dec 20, 2022)

    What's Changed

    Bug Fixes

    • Fix error on coordinate query with non-planet celestial body name by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/338
    • Fix data drop procedure which possibly fails in data.Resize by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/340

    New Features

    • Support time input in PIDController.get_speed by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/342
    • Add Python object interpolator by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/344

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.17.1...v0.17.2

    Source code(tar.gz)
    Source code(zip)
  • v0.17.1(Dec 19, 2022)

    What's Changed

    New Features

    • Support coordinate calculation from name of celestial body by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/336

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.17.0...v0.17.1

    Source code(tar.gz)
    Source code(zip)
  • v0.17.0(Dec 19, 2022)

    What's Changed

    New Features

    • Support multiple pointing models by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/334

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.16.1...v0.17.0

    Source code(tar.gz)
    Source code(zip)
  • v0.16.1(Dec 18, 2022)

    What's Changed

    Bug Fixes

    • Support axis name alias for motor control parameter by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/326
    • Fix thread handling in NECSTDBWriter by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/328

    New Features

    • Make recorder singleton by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/331
    • Add file reader by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/332

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.16.0...v0.16.1

    Source code(tar.gz)
    Source code(zip)
  • v0.16.0(Dec 17, 2022)

    What's Changed

    Bug Fixes

    • Stabilize motor control by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/319
    • Fix conditionally not-functioning motor controller by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/322

    New Features

    • Return generator in coordinate converter by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/313
    • Support URL in config path specification by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/321
    • Calculated considering acceleration for SCAN by @takayama-27 in https://github.com/necst-telescope/neclib/pull/293

    Other Changes

    • Version 0.16.0 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/324

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.15.3...v0.16.0

    Source code(tar.gz)
    Source code(zip)
  • v0.15.3(Dec 15, 2022)

    What's Changed

    New Features

    • Support log level setting via environment variable by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/315

    Other Changes

    • Version 0.15.3 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/317

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.15.2...v0.15.3

    Source code(tar.gz)
    Source code(zip)
  • v0.15.2(Dec 15, 2022)

    What's Changed

    Bug Fixes

    • #288 bias parameter by @TatsumiISHIKAWA in https://github.com/necst-telescope/neclib/pull/294
    • Fix parameter handling in modified PID algorithm by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/299
    • Add error handler for TR-73U read-out by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/303
    • Fix thread handling in recorder by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/308
    • Fix thread management in recorder by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/309

    New Features

    • Add device controllers by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/295
    • Support changing constant term factor by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/302

    Other Changes

    • Version 0.15.2 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/305
    • Version 0.15.2 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/306

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.15.1...v0.15.2

    Source code(tar.gz)
    Source code(zip)
  • v0.15.1(Dec 10, 2022)

    What's Changed

    • Quick fix on unresponsive motor control by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/280
    • Make recorder singleton by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/283
    • #285 Change gpib communication->usb communication by @TatsumiISHIKAWA in https://github.com/necst-telescope/neclib/pull/286
    • #287 Delete debug print in PathFinder by @Kirby1717 in https://github.com/necst-telescope/neclib/pull/289
    • Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in https://github.com/necst-telescope/neclib/pull/292
    • Read actual motion by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/291
    • Version 0.15.1 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/297

    New Contributors

    • @dependabot made their first contribution in https://github.com/necst-telescope/neclib/pull/292

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.15.0...v0.15.1

    Source code(tar.gz)
    Source code(zip)
  • v0.15.0(Dec 1, 2022)

    What's Changed

    • #260 Update files to add "scan" command by @Kirby1717 in https://github.com/necst-telescope/neclib/pull/275
    • #261 cpz3177 by @TatsumiISHIKAWA in https://github.com/necst-telescope/neclib/pull/272
    • #262 cpz340816 by @yamatomatsuzuki in https://github.com/necst-telescope/neclib/pull/270
    • Add initialization on CPZ7415V start-up by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/277

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.14.3...v0.15.0

    Source code(tar.gz)
    Source code(zip)
  • v0.14.3(Nov 27, 2022)

    What's Changed

    • Support oblique scan and offset frame by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/271
    • Add chopper parameters by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/274

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.14.2...v0.14.3

    Source code(tar.gz)
    Source code(zip)
  • v0.14.2(Nov 24, 2022)

    What's Changed

    • Change config initialization method by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/259
    • Fix config handling by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/264
    • #265 add file for minimize spectral data by @FumikaDemachi in https://github.com/necst-telescope/neclib/pull/266
    • Rename configuration exception by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/268

    New Contributors

    • @FumikaDemachi made their first contribution in https://github.com/necst-telescope/neclib/pull/266

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.14.1...v0.14.2

    Source code(tar.gz)
    Source code(zip)
  • v0.14.1(Nov 21, 2022)

    What's Changed

    • Fix accidentally removed parameter getter by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/255
    • Release v0.14.1 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/257

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.14.0...v0.14.1

    Source code(tar.gz)
    Source code(zip)
  • v0.14.0(Nov 21, 2022)

    What's Changed

    • Fix type annotations by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/249
    • Refactor configuration object by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/251
    • Support arbitrary number of instances for single device by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/252
    • #247 thermo by @TatsumiISHIKAWA in https://github.com/necst-telescope/neclib/pull/250
    • #187 implement signal generator controller by @yamatomatsuzuki in https://github.com/necst-telescope/neclib/pull/200
    • Support control of chopper motor by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/253

    New Contributors

    • @TatsumiISHIKAWA made their first contribution in https://github.com/necst-telescope/neclib/pull/250
    • @yamatomatsuzuki made their first contribution in https://github.com/necst-telescope/neclib/pull/200

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.8...v0.14.0

    Source code(tar.gz)
    Source code(zip)
  • v0.13.8(Nov 9, 2022)

    What's Changed

    • Make get_quantity optionally return type validator by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/241
    • Accept dimensionless weather data by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/243
    • #244 change version to 0.13.8 by @takayama-27 in https://github.com/necst-telescope/neclib/pull/245

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.7...v0.13.8

    Source code(tar.gz)
    Source code(zip)
  • v0.13.7(Nov 8, 2022)

    What's Changed

    • Auto-detect device modules by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/235
    • Add config key validation by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/237
    • #238 Update project version by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/239

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.6...v0.13.7

    Source code(tar.gz)
    Source code(zip)
  • v0.13.6(Nov 1, 2022)

    What's Changed

    • change humididy by @takayama-27 in https://github.com/necst-telescope/neclib/pull/226
    • #230 Add process to reset config by @Kirby1717 in https://github.com/necst-telescope/neclib/pull/231
    • Add context manager for temporary parameter change by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/229
    • Release v0.13.6 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/233

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.5...v0.13.6

    Source code(tar.gz)
    Source code(zip)
  • v0.13.5(Oct 28, 2022)

    What's Changed

    • #126 path by @Kirby1717 in https://github.com/necst-telescope/neclib/pull/217
    • Change version restriction for ogameasure by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/224

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.4...v0.13.5

    Source code(tar.gz)
    Source code(zip)
  • v0.13.4(Oct 27, 2022)

    What's Changed

    • Fix return type by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/220
    • Version 0.13.4 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/222

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.3...v0.13.4

    Source code(tar.gz)
    Source code(zip)
  • v0.13.3(Oct 27, 2022)

    What's Changed

    • Fix parameter handling by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/218

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.2...v0.13.3

    Source code(tar.gz)
    Source code(zip)
  • v0.13.2(Oct 27, 2022)

    What's Changed

    • Fix config usage by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/215

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.1...v0.13.2

    Source code(tar.gz)
    Source code(zip)
  • v0.13.1(Oct 27, 2022)

    What's Changed

    • Freeze random seed in test suite by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/208
    • Change obstime handling in AltAz to AltAz conversion by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/211
    • Version 0.13.1 by @KaoruNishikawa in https://github.com/necst-telescope/neclib/pull/213

    Full Changelog: https://github.com/necst-telescope/neclib/compare/v0.13.0...v0.13.1

    Source code(tar.gz)
    Source code(zip)
Owner
NANTEN2 Group
NANTEN2 Group
LanguageCreator - Simple library for easy creation transpilator.

LanguageCreator - Simple library for easy creation transpilator. Create transpilators in one hour! Install. Download code, rename folder to "LanguageC

Ivan Perzhinsky. 2 Dec 31, 2021
The fetch of the delegator list and the input of the epoch nonce need to be done independently

raffle The fetch of the delegator list and the input of the epoch nonce need to be done independently. Get the list of delegators at the epoch change.

1 Dec 15, 2021
UF3: a python library for generating ultra-fast interatomic potentials

Ultra-Fast Force Fields (UF3) S. R. Xie, M. Rupp, and R. G. Hennig, "Ultra-fast interpretable machine-learning potentials", preprint arXiv:2110.00624

Ultra-Fast Force Fields 24 Nov 13, 2022
Edorado93 - Unraveling a Rockstar! -- Too much? Fine, Unraveling a humble programmer then?

Hi, I'm Sachin Malhotra ( ⛄ 💻 🎃 🍺 ) Let me set the records straight. Roger Federer is the GOAT and I will not hear otherwise! Now that we have that

Sachin Malhotra 7 Dec 25, 2022
Skip spotify ads by automatically restarting application when ad comes

SpotiByeAds No one likes interruptions! Don't you hate it when you're listening to your favorite jazz track or your EDM playlist and an ad for Old Spi

Partho 287 Dec 29, 2022
VacationCycleLogicBackEnd - Vacation Cycle Logic BackEnd With Python

Vacation Cycle Logic BackEnd Getting Started Existing virtualenv If your project

Mohamed Gamal 0 Jan 03, 2022
Contains a Jupyter Notebook for calculating remaining plants required based on field/lathhouse data.

Davis-Sunflowers-Su21 Project goals: Plants influence their reproduction and mating system in many ways. Various factors such as time of flowering, ab

1 Feb 10, 2022
VHDL to Discrete Logic on PCB Flow

PCBFlow Highly experimental set of scripts to transform a digital circuit described in a hardware description language (VHDL or Verilog) into a discre

Tim 77 Nov 04, 2022
Code and yara rules to detect and analyze Cobalt Strike

Cobalt Strike Resources This repository contains: analyze.py: a script to analyze a Cobalt Strike beacon (python analyze.py BEACON) extract.py; extrac

Tek 224 Jan 04, 2023
Heisenbridge a bouncer-style Matrix IRC bridge

Heisenbridge brings IRC to Matrix by creating an environment where every user connects to each network individually like they would with a traditional IRC bouncer

Toni Spets 152 Dec 28, 2022
A docker container (Docker Desktop) for a simple python Web app few unit tested

Short web app using Flask, tested with unittest on making massive requests, responses of the website, containerized

Omar 1 Dec 13, 2021
Utility/Raiding selfbot made by Shell and Roover.

Utility/Raiding selfbot made by Shell and Roover. We are open to suggestions and ideas.

Shell 2 Dec 08, 2021
A play store search module

A play store search module

Fayas Noushad 5 Dec 01, 2021
A pure-Python codified rant aspiring to a world where numbers and types can work together.

Copyright and other protections apply. Please see the accompanying LICENSE file for rights and restrictions governing use of this software. All rights

Matt Bogosian 28 Sep 04, 2022
1cak - An Indonesian web that provide lot of fun.

An unofficial API of 1cak.com 1cak - An Indonesian web that provide lot of fun. Endpoint Lol - 10 Recent stored posts on database Example: https://on

Dicky Mulia Fiqri 5 Sep 27, 2022
Video Stream is an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat

Video Stream is an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat 📊 Stats 🧪 Get SESSION_NAME from below:

dark phoenix 12 May 08, 2022
Shell scripts made simple 🐚

zxpy Shell scripts made simple 🐚 Inspired by Google's zx, but made much simpler and more accessible using Python. Rationale Bash is cool, and it's ex

Tushar Sadhwani 492 Dec 27, 2022
Bible-App : Simple Tool To Show Bible Books

Bible App Simple Tool To Show Bible Books Socials: Language:

ميخائيل 5 Jan 18, 2022
Gives criticality score for an open source project

Open Source Project Criticality Score (Beta) This project is maintained by members of the Securing Critical Projects WG. Goals Generate a criticality

Open Source Security Foundation (OpenSSF) 1.1k Dec 23, 2022
Material de apoio da oficina de SAST apresentada pelo CAIS no Webinar de 28/05/21.

CAIS-CAIS Conjunto de Aplicações Intencionamente Sem-Vergonha do CAIS Material didático do Webinar "EP1. Oficina - Práticas de análise estática de cód

Fausto Filho 14 Jul 25, 2022