Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: ruby-gems

gauravcodepro/ruby-gems-bioinformatics

a collection of the ruby gems that are of the frequent use in my bioinformatics analysis and also for the nominal task.

Language: Ruby - Size: 563 KB - Last synced: 10 days ago - Pushed: 15 days ago - Stars: 0 - Forks: 0

leonism/gemika_seo_audit_gem

The Gemika SEO Audit Gem is a powerful Ruby library designed to help developers conduct comprehensive SEO audits of their websites. It includes features like keyword analysis, mobile-friendliness checks, structured data validation, and much more.

Language: Ruby - Size: 668 KB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 0 - Forks: 0

serpapi/uule_converter_light Fork of serpapi/uule_converter

A Ruby library for encoding and decoding UULE parameters in Google search URLs using coordinates

Language: Ruby - Size: 29.3 KB - Last synced: 23 days ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

universato/ac-library-rb

a Ruby port of AtCoder Library (ACL).

Language: Ruby - Size: 369 KB - Last synced: 27 days ago - Pushed: about 2 months ago - Stars: 64 - Forks: 5

Shopify/tapioca

The swiss army knife of RBI generation

Language: Ruby - Size: 30.2 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 665 - Forks: 111

gangelo/dsu

dsu is little gem that helps manage your Agile DSU (Daily Stand Up) participation. How? by providing a simple command line interface (CLI) which allows you to create, read, update, and delete (CRUD) noteworthy activities that you performed during your day. During your DSU, you can then easily recall and share these these activities with your team.

Language: Ruby - Size: 605 KB - Last synced: 25 days ago - Pushed: about 1 month ago - Stars: 46 - Forks: 1

gangelo/immutable_struct_ex

ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.

Language: Ruby - Size: 45.9 KB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 3 - Forks: 0

gangelo/deco_lite

DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.

Language: Ruby - Size: 228 KB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 5 - Forks: 0

instantink/image_compare

Image comparison lib built on top of ChunkyPNG (Ruby)

Language: Ruby - Size: 1.28 MB - Last synced: 29 days ago - Pushed: about 2 months ago - Stars: 3 - Forks: 0

Amey-Thakur/RUBY-ON-RAILS-FRIENDSAPP Fork of msatmod/friendsapp

Friends App Using Ruby on Rails with PostgreSQL database deployed on Heroku.

Language: Ruby - Size: 6.16 MB - Last synced: 3 days ago - Pushed: 2 months ago - Stars: 4 - Forks: 0

svyatov/clsx-rails

clsx / classnames for Rails views

Language: Ruby - Size: 44.9 KB - Last synced: 16 days ago - Pushed: 18 days ago - Stars: 4 - Forks: 0

Eccb7/fast-recipes

"This recipe app allows users to create, share, and manage their favorite recipes, with a focus on ingredient management and user-friendly navigation. It's a platform for home cooks and food enthusiasts to discover new dishes and connect with others who share their passion for cooking."

Language: Ruby - Size: 118 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

serpapi/uule_converter

A Ruby library for encoding and decoding UULE parameters in Google search URLs using coordinates

Language: Ruby - Size: 22.5 KB - Last synced: 12 days ago - Pushed: 2 months ago - Stars: 9 - Forks: 3

apexatoll/zirconia

Lightweight testing utility for synthesising Ruby gems

Language: Ruby - Size: 30.3 KB - Last synced: 6 days ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

jhawksno/james-hawkins-codes

A personal blog and portfolio.

Language: CSS - Size: 89.9 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

gangelo/LittleWeasel

LittleWeasel is more than just a spell checker for words (and word blocks, i.e. groups of words); LittleWeasel provides information about a particular word(s) through its API. LittleWeasel allows you to apply preprocessing to words through any number of word preprocessors before they are checked against the dictionary(ies) you provide. In addition to this, you may provide any number of word filters that allow you to consider the validity of each word being checked, regardless of whether or not it's literally found in the dictionary. LittleWeasel will tell you exactly what word preprocessors were applied to a given word, even showing you the transformation of the original word as it passes through each preprocessor; it will also inform you of each matching word filters along the way, so you can make a decision about every word being validated.

Language: Ruby - Size: 637 KB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 2 - Forks: 1

gangelo/ProtectedConstructor

Provides a module that may be included in a Ruby class, that protects the constructor; good for enforcing instantiation of classes using, for instance, a class factory. The code itself is not mine, I just wrapped it in a gem and provided the examples; sorry, I don't remember the origin of the code to give credit. :S

Language: Ruby - Size: 54.7 KB - Last synced: 11 days ago - Pushed: 11 days ago - Stars: 1 - Forks: 0

gangelo/monkeyengine

Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard.

Language: Ruby - Size: 1.51 MB - Last synced: 20 days ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

gangelo/mad_flatter

mad_flatter is a Ruby gem that takes a Ruby Hash and flattens the Hash keys to create a new Hash with unique Hash keys; that is, embedded Hashes use their respective keys as namespaces to create unique keys across the entire Hash. A `:namespace` option may be applied to append to all Hash keys, to ensure that all Hash keys are unique across multiple Hashes with the same structure.

Language: Ruby - Size: 54.7 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 2 - Forks: 0

rewindio/eight_ball

Ruby gem for querying feature flags

Language: Ruby - Size: 112 KB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 17 - Forks: 0

wermos/blog

Home of my own blog.

Language: Markdown - Size: 258 KB - Last synced: 11 days ago - Pushed: 11 days ago - Stars: 0 - Forks: 1

Nomadomain/m2m_keygen_ruby

secure M2M key generator

Language: Ruby - Size: 1.92 MB - Last synced: 1 day ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

etm/opcua-smart

OPC-UA Ruby Bindings (open62541)

Language: C - Size: 1.06 MB - Last synced: 14 days ago - Pushed: almost 2 years ago - Stars: 6 - Forks: 2

Gabriel-Simas/PB_Sprint-6_-Gabriel_Roberto-_Compass

Esse repositório foi feito para armazenar atividades relacionadas a Sprint 6 do Programa de Bolsas de Automação de Testes com Ruby da empresa Compass UOL.

Size: 31.3 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Gabriel-Simas/PB_Sprint-5_-Gabriel_Roberto-_Compass

Esse repositório foi feito para armazenar atividades relacionadas a Sprint 5 do Programa de Bolsas de Automação de Testes com Ruby da empresa Compass UOL.

Language: Gherkin - Size: 66.4 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

masukomi/mongodb_meilisearch

Easily integrate Meilisearch into your MongoDB backed Rails models.

Language: Ruby - Size: 135 KB - Last synced: 4 days ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

dreikanter/callee

A Ruby gem to make classes callable

Language: Ruby - Size: 51.8 KB - Last synced: 2 months ago - Pushed: 5 months ago - Stars: 15 - Forks: 2

MMGGYY66/rails-blog

The Blog app will be a classic example of a blog website. It is a fully functional website that will show the list of posts and empower visitors to interact with them by adding comments and liking posts.

Language: Ruby - Size: 212 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

acushlakoncept/twitter-clone

In this project I followed along Andy Leverenz’s brilliant Building a Twitter Clone screen casts to build a light weight version of Twitter in other to get lot of healthy experience using Devise in the process.

Language: Ruby - Size: 4.29 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 7 - Forks: 1

scientist-softserv/derivative-rodeo 📦

An ETL Ecosystem for Derivative Processing.

Language: Ruby - Size: 7.78 MB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

yogiex/yogiex.github.io Fork of daattali/beautiful-jekyll

My Github Pages

Language: HTML - Size: 9.23 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

driftingruby/099-creating-a-basic-ruby-gem

Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.

Language: Ruby - Size: 16.6 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

annalaise/tic_tac_toe_test

Tic Tac Toe Tech Test built in Ruby

Language: Ruby - Size: 21.5 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Doheera-kosi/Budget-App

a robust financial management tool designed to streamline and simplify your expense tracking process. This user-friendly application enables you to effortlessly create and monitor custom categories, providing a comprehensive overview of your spending habits for better financial planning and management

Language: Ruby - Size: 806 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

OmarMWarraich/TheBlog

A blog for users to upload their posts, and to make comments on different posts besides liking different comments or posts.

Language: Ruby - Size: 6.23 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-mobile_individual_policy-urls-covid-19_tracker_apache-sling-diff-1 Fork of msn/Apache-Sling

covid-19 confidential individual android terms of service agreements mobile blog Apache and all licenses classified code of conduct.ceo git github enterprise private policy.Perl reference to Apache Sling legal agreements federal agent data software engineer.

Size: 398 KB - Last synced: about 1 year ago - Pushed: about 12 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_shield.io-tracker_covid-19_live-bpm-platform-diff-1 Fork of camunda/camunda-bpm-platform

covid-19 confidential individual android mobile terms of service agreements. federal agent code of conduct certified licenses ownership data software engineer know government property legally. opt-out privacy-policies java javascript json js http linux termsandconditions epic sql mysql query queries termsofuse django bigquery mozilla remotes camunda thirdparty dashboard encrypted locked.

Language: Java - Size: 122 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_shield-tracker_covid-19_live_cam-hub_diff-1 Fork of github/hub

covid-19 confidential individual android mobile samsung terms of service agreements. ceo git github enterprise private policy certified licenses. federal agent code of conduct data software engineer ownership program know government property classified hub confidential. opt-out thirdparty remotes http url groups users termsofuse termsandconditions cookiepolicies privacypolicies codeofethic query jquery queries bigquery mysql sql linux oracle denied access locked 🔒

Size: 6.94 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential_shield_tracker_covid-19_live-cam_pyca-cryptography_diff-1 Fork of pyca/cryptography

covid-19 confidential individual android mobile blog dashboard terms of service agreements. ceo git github enterprise certified licenses. federal agent code of conduct data software engineer ownership program know government property legally classified cryptography .

Language: Python - Size: 47.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git-jrtorres042_achived-credential_shield.io_tracker-covid-19_live-cam_gps-windows-explore_diff-1 Fork of https-jrtorres042-github-com/git_microsoft-powershell_covid-19_achived-explore_diff-1

covid-19 confidential individual terms of service agreements mobile blog dashboard. ceo git github enterprise tracking scanning legally code of conduct .federal agent data software engineer ownership product live desktop private policy know government property . community topic classified unath services live cam government property.

Language: Ruby - Size: 32.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

https-jrtorres042-github-com/git_powershell-covid-19_whole-cell_sim-db_diff-1 Fork of CovertLab/WholeCellSimDB

covid-19 confidential individual terms of service agreements CEO git github enterprise.whole cell db powershell git/sim-1 database for storing and retrieving whole-cell model predictions. private policy live desktop federal agent software engineer.opt-out http query linux oracle policies use conditions xml help django js json java denied access blocked portal windows.

Size: 6.05 MB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

https-jrtorres042-github-com/git_docs-achived_powershell-beancounter_diff-1 Fork of square/beancounter

covid-19 confidential individual terms of service agreements live desktop CEO git github enterprise .Utility to audit the balance of Hierarchical Deterministic (HD) wallets. Supports multisig + segwit wallets. federal agent software engineer private policy.

Size: 1.97 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Marcin-Chudzik/ruby-simple-programs

A few small programs written in the Ruby.

Language: Ruby - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

dominiclizarraga/getting_started_with_sequel

Sequel gem tutorials

Language: Ruby - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

chubchenko/inquisition

[Work in Progress] A set of tools for convenient technical analysis of web applications built with Ruby and Ruby on Rails. Now you don't need to set up and configure every single gem. Use Inquisition gem instead.

Language: Ruby - Size: 15.3 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 61 - Forks: 9

aquaflamingo/mutations_generator

Rails generator extension for mutations framework

Language: Ruby - Size: 18.6 KB - Last synced: 14 days ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powerbi_achived-credential_shield.io_tracking_certificate-transparency-go_diff-1 Fork of google/certificate-transparency-go

covid-19 classified individual dashboard terms of service agreements mobile android classified. ceo git github enterprise certified licenses legally private policy . federal agent tracking scanning data software engineer ownership know government property.on auditing for tls certificates go (code of conduct) opt-out third-party http javascript java json js linux oracle sql mysql query queries jquery bigquery pc net denied access padlocked.

Language: Go - Size: 9.15 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

osteele/jcon 📦

Conformance checking of JSON values against ECMAScript 4.0 types

Language: Ruby - Size: 102 KB - Last synced: 29 days ago - Pushed: about 15 years ago - Stars: 4 - Forks: 0

codewithmide/alx-system_engineering-devops

DevOps, CI/CD, Nginx, Apache, Haproxy Etc.

Language: Shell - Size: 1.86 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 3

CarlosLeonCode/lrn-sequel-ruby

Sequel. dry-struct - dry-types, Hanami - learn and practice

Language: Ruby - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

hala-samir/Capybara-web-testing

End-to-end testing for a website using Capybara ruby gem.

Language: Ruby - Size: 36.1 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Fatima-hub333/Blog-App

The Blog app is a classic example of a blog website. Built with Ruby on Rails.

Language: Ruby - Size: 5.52 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_log-credential_achived-enterprise_github-blog_covid-19-live_dif-1 Fork of github/.github

covid-19 confidential individual android blog shield.io classified all programs they just took programs lost and found they say.why is he federal agent to get things right by law and terms of service agreements .Community files for the data programs who achieved the good health on @github enterprise and that is another I on then deleted tracker is my thing I feel waves moving

Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

speedinternet/binary-rubies

Binary rubies for use with RVM (Ruby Version Manager)

Language: Shell - Size: 13.6 GB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

lupca/termory

Ruby Gem Command Line Tool

Language: Ruby - Size: 19.5 KB - Last synced: 4 days ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

rubygarage/detectify

Detectify is a gem for multi-tenant Rack apps, to help you retrieve domain and subdomain-related data from a database.

Language: Ruby - Size: 37.1 KB - Last synced: 13 days ago - Pushed: about 3 years ago - Stars: 79 - Forks: 6

uharston/shoe_scraper

A Ruby Gem that scrapes the web for limited edition sneakers.

Language: Ruby - Size: 37.1 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

phcdevworks/phcdevworks_accounts_devise

Ruby on Rails 7 Authentication and User Management Engine using Devise with a nice-looking dashboard, admin panel and login views to get you going fast on your next project.

Language: HTML - Size: 20.4 MB - Last synced: 23 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential_shield_tracker-covid-19-live_cam_officedocs_diff-1 Fork of MicrosoftDocs/OfficeDocs-SharePoint

covid-19 confidential android individual android mobile terms of service agreements. ceo git github enterprise private policy certified licenses. federal agent code of conduct data software engineer ownership program know government property legally tracking scanning Microsoft officedocs classified. opt-out thirdparty remotes http url groups users htm xhtml khtml pc computer browser htm xml groups users index indexed revert termsofuse termsandconditions cookiepolicies privacypolicies codeofethic codeofethical javascript java json js django query jquery queries bigquery mysql sql linux oracle denied access padlocked 🔒

Language: PowerShell - Size: 240 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential-shield_tracker-covid-19-live_gettyimages-apis-diff-1 Fork of gettyimages/gettyimages-api_ruby

covid-19 confidential individual android mobile terms of service agreements. ceo git github enterprise private policy certified licenses . federal agent code of conduct data software engineer ownership program know government property legally classified gettyimages apis ruby gps . opt-out thirdparty remotes dashboard pc computer groups users dot net query jquery queries bigquery mysql sql linux oracle javascript java json js termsofuse termsandconditions cookiepolicies privacypolicies codeofethic denied access locked 🔒.

Language: Ruby - Size: 103 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential_shield-tracker_covid-19_live-cam_mozilla-diff-1 Fork of mozilla/send

covid-19 confidential individual android mobile samsung dashboard terms of service agreements. ceo git github enterprise private policy certified licenses. .federal agent code of conduct data software engineer ownership program know government property. classified mozilla send confidential . opt-out http localhost javascript js groups users nodejs npmjs json privacypolicies codeofethic termsofuse termsandconditions linux oracle net pc computer thirdparty scribd mysql sql query css jquery bigquery queries query denied access locked 🔒

Language: Fluent - Size: 62.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell-achive-credential_shield-tracker-covid-19_live_kubernetes-website_diff-1 Fork of kubernetes/website

covid-19 confidential individual samsung android mobile blog dashboard terms of service agreements. ceo git github enterprise certified licensed private policy. federal agent code of conduct data software engineer ownership program know government property legally. . classified kubernetes website confidential . opt-out thirdparty remotes dashboard groups users termsofuse termsandconditions cookiepolicies privacypolicies query queries jquery bigquery linux oracle localhost denied access locked🔒

Language: HTML - Size: 318 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential_shield_tracker_guide-covid-19_live-cam_opensource-diff-1 Fork of github/opensource.guide

covid-19 confidential individual android samsung mobile blog terms of service agreements. ceo git github enterprise certified licenses private policy. federal agent code of conduct data software engineer ownership program know government property legally confidential opensource classified. opt-out thirdparty remotes http url groups users termsofuse termsandconditions cookiepolicies privacypolicies query queries jquery bigquery linux oracle javascript java json js denied access locked.

Language: HTML - Size: 13.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_legal-agreements_covid-19_merge-travis-ci-logs_diff-1 Fork of travis-ci/travis-logs

covid-19 confidential individual android terms of service agreements.ceo git github enterprise private policy since yr-1997 managements then jenkins as well all zip logs.Programming active logs update from the jobs he runs working mode, and streams them to the web client classified, aggression gate and archives to section.federal agent data software engineer live desktop.

Language: Ruby - Size: 1.38 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_covid-19_live-cam_gps-gplcc_diff-1 Fork of gplcc/gplcc

covid-19 confidential individual android mobile terms of service agreements. ceo git github enterprise private policy certified licenses. federal agent code of conduct tracking scanning data software engineer ownership program know government property legally. GPL Cooperation Commitment Classified

Size: 650 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_tracker-scans_owner-certificate-transparency-site_diff-1 Fork of google/certificate-transparency-community-site

certificate transparency website tracker on all certified licenses classified shield.io its blog on mobile. covid-19 confidential individual terms of service agreements . federal agent private policy tracking scanning data software ownership know government property legally. opt-out termsandconditions.privacypolicies.mysql.query.queries.linux.oracle.javascript.json.js.java.http.yaml.group.shortcode.siteparams.denied.access.locked.portal.windows.padlocked

Language: HTML - Size: 849 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_shield.io_tracker-covid-19_live-cam_flutter_diff-1 Fork of flutter/flutter

covid-19 confidential individual android terms of service agreements live cam desktop. ceo git github enterprise private policy tracker Flutter legally. federal agent code of conduct certified licenses ownership data software engineer know government property. opt-out thirdparty remotes http url groups users termsofuse termsandconditions cookiepolicies privacypolicies codeofethic javascript java json js mysql sql linux oracle query jquery queries bigquery denied acceess padlocked.

Language: Dart - Size: 173 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

delonnewman/hash_delegator

Thread-safe immutable objects that provide delegation and basic validation to hashes.

Language: Ruby - Size: 28.3 KB - Last synced: 16 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential_covid-19_live-cam_usaspending-website_diff-1 Fork of fedspendingtransparency/usaspending-website

covid-19 confidential individual android mobile terms of service agreements. ceo git github enterprise certified licenses tracking scanning ownership data software engineer private policy . (Web application for U.S. federal spending data) opt-out third-party remotes http url groups users pc net enthernet laptop computer termsofuse termsandconditions privacypolicies codeofethical cookiepolicies query queries jquery bigquery mysql sql scribd script javascript java json js linux oracle denied access locked portal windows padlocked.

Language: JavaScript - Size: 58 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell-credential_achive-blog_tracker-covid-19_progit2_diff-1 Fork of progit/progit2

covid-19 confidential individual android mobile terms of service agreements. ceo git github enterprise certified licenses private policy. federal agent tracking scanning data software engineer ownership program know government property legally. pro-git,2 edition was achived 1994 classified individual. opt-out thirdparty remotes http url groups users htm pc net.

Language: CSS - Size: 178 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achive-credential_live-tracker-blog_shield_gatekeeper-library-diff-1 Fork of open-policy-agent/gatekeeper-library

covid-19 confidential individual android mobile terms of service agreements. ceo git github enterprise code of conduct build gatekeeper library private policy legally blog classified. federal agent data software engineer ownership program know government property live cam desktop. opt-out thirdparty privacypolicies codeofethic codeofethical termsandconditions termsofuse linux oracle http queries denied access locked portal windows padlocked 🔒

Language: Open Policy Agent - Size: 274 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_classified-shield_confidential-covid-19-diff-1 Fork of CSSEGISandData/COVID-19

covid-19 confidential individual terms of service agreements.facts coronavirus (covid-19) Cases, property legally government ceo git github enterprise certified licenses tracking scanning cssegisanddata classified.

Size: 3.32 GB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_credential-achived_hippa_tcal_covid-19_live-cfu-playground_diff1 Fork of google/CFU-Playground

covid-19 classified individual mobile phone android terms of service agreements.Do it yourself learn to do a framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers. ceo git github enterprise private policy certified licenses legally. federal agent data software engineer ownership tracking scanning programs know government property live cam.

Language: C++ - Size: 12.1 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

jess-alejo/videoskwela

Online Video Tutorial Platform

Language: CSS - Size: 13.2 MB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

ICanOnlySuffer/pspeedtest

A RubyGem to test internet speed.

Language: Ruby - Size: 144 KB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_classified_blog-credential_shield-uspto_tracking-incubator-airflow_diff.1 Fork of adobe/incubator-airflow

covid-19_classified-individual_agent-terms-of-service_agreements-imap-send . ceo_git-github_enterprise-code-of-conduct. federal agent tracking scanning data software property gov, apache airflow iglite gems on Incubating one key. opt-out padlocked.

Size: 26.5 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_daemon-credential_achived_shield-gdpr_tracker_jade-rugged_diff-1 Fork of libgit2/rugged

covid-19 confidential individual android mobile blog terms of service agreements. ceo git github enterprise certified licenses code of conduct . ruby gems blinding to libgit2 live desktop.federal agent private policy tracking scanning data software engineer legally government property . opt-out

Language: C - Size: 21 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powerbi_achive-credential_tracker_note-shield.io_pull-bundle_covid-19_backup-utils_1 Fork of github/backup-utils

covid-19 confidential individual android terms of service agreements. ceo git github enterprise backup utility classified mobile blog private policy. federal agent data software engineer tracking scanning government property legally.

Language: Shell - Size: 2.83 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_shield.io_tracking-covid-19_live-desktop_jetpack_diff-1 Fork of Automattic/jetpack

covid-19 confidential individual android terms of service agreements.security shield, performing, marketing, and design tools ceo management jetpack is coded WordPress experts to make WP sites safer and faster, and help your training code of conduct service.

Size: 255 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

kijimaD/gemat

Gemat is a Ruby gem for curating and exporting Gemfile to several formats!

Language: Ruby - Size: 195 KB - Last synced: 18 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_clean-bisect_credential-classified_note-covid-19_live-github_roadmap-diff-1 Fork of github/roadmap

covid-19 confidential individual android mobile private policy. ceo git github enterprise certified licenses code of conduct.federal agent data software tracking scanning ownership products now property of government by the terms of service agreements HIPPA service roadmap gps location.opt-out query privacypolicies termsandconditions linux oracle javascript json js java http sql mysql queries jquery thirdparty XML remotes denied access locked portal window padlocked.

Size: 43 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_bisect-bundle_credential-clean_blog-shield_covid-19_merge-github_diff- Fork of ghostery/github-release

covid-19 confidential individual android mobile desktop terms of service agreements. git github enterprise certified licensed code of conduct, Command online offline app to create and edit releases on github blog global, know he's federal agent data software ownership tracking scanning products it government property know.opt-out termsandconditions privacypolicies termsofuse linux mysql query queries jquery oracle xml pc net remotes computers json ja java javascript http sass revert aspx hml denied access locked portal window padlocked.

Language: Go - Size: 977 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_shield.io_p4_bundle-init_covid-19_live_desktop-grpc-proposal_diff-1 Fork of grpc/proposal

covid-19 confidential individual android mobile terms of service agreements. ceo git github enterprise code of conduct on legal services. classified repository for gRFCs private policy.

Size: 2.32 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/bitcoinbook Fork of bitpay/bitcoinbook

Mastering Bitcoin - Unlocking digital currencies padlocked one key.

Language: HTML - Size: 25.6 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/Aries-chat_github.io Fork of Libera-Chat/libera-chat.github.io

The website of Libera Chat, providing documentation and news

Language: CSS - Size: 1.27 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell-achived_classified-covid-19_live-bitcion-bitpay_copay_wallet-blog-diff-1 Fork of bitpay/wallet

covid-19 confidential individual android private policy federal agent data software engineer terms of service agreements live desktop.bitpay bitcoin wallet (copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.

Language: TypeScript - Size: 192 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/pgp-keys Fork of bitpay/pgp-keys

covid-19 confidential individual terms of service agreements certified licenses.an additional place for distributing our pgp key 🗝️ know modified glass key

Size: 33.2 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/multi-device Fork of GoogleChrome/multi-device

covid-19 confidential individual android terms of service agreements mobile blog classified products. Canary.chrome,Chromium,Google.Chrome,iOS,chrome,multi-device mobile desktop individual android docs. federal agent certified licenses data software engineer property programs it's now government properties. CEO git GitHub enterprise tracking scanning live desktop one 'k'. opt-out linux policies conditions epic mysql sql javascript json js java queries jquery bigquery thirdparty denied access locked windows.

Language: HTML - Size: 10.7 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/Dropbox_swifty Fork of dropbox/SwiftyDropbox

Covid-19 confidential individual android private policy.Swift sdks for the Dropbox API v2 blog mobile.federal agent terms of service agreements tracking scanning data software engineering systems owns like cocoapods,homebrew,Swiftkey,surged-voltage.just saying as a warning government property.

Language: Swift - Size: 312 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

https-jrtorres042-github-com/git_microsoft-powershell_credential-achived_shield.io_tracker-classified_covid-19_merge-cli-diff_1 Fork of cli/cli

covid-19 confidential individual terms of service agreements mobile blog classified products.CEO git github enterprise certified licenses.federal agent data software engineer tracking scanning bugs official command line tool's encrypted git[1] homebase government property.optout linux oracle policies conditions epic http sql query jquery queries scribd use thirdparty denied access locked portal window padlocked.

Language: Go - Size: 20.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_credential-achived_federal-agent_covid-19_live-desktop-octopus_diff-1 Fork of travis-ci/octopus

database searching sharding for ActiveRecord tracker activated shield.io updates . opt-out http query mysql sql policies conditions epic js javascript java use thirdparty linux oracle denied access locked portal window padlocked.

Language: Ruby - Size: 756 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

https-jrtorres042-github-com/git_microsoft-powershell-achived_credential-tracker_data-google.chrome_covid-19_web-dev_diff-1 Fork of GoogleChrome/web.dev

covid-19 confidential individual android terms of service agreements. private policy git github ceo enterprise .federal agent data software engineer frontend, backend, and content source code for web-dev code of conduct.opt-out js java json conditions policies oracle javasceipt linux nodejs sql yml http query sql url http denied access locked portal windows.

Language: JavaScript - Size: 689 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_federal-agent_live-covid-19_merge-bitbucket_diff-1 Fork of secureframe/bitbucket

bitbucket apis gems - bitbucket_rest_apis

Language: Ruby - Size: 228 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

https-jrtorres042-github-com/git_microsoft-powershell_achived-git_cvs-credential_shield-shell-covid-19_winget-pkgs_clean_diff-1 Fork of microsoft/winget-pkgs

covid-19 confidential individual android terms of service agreements certified licnses tracking scanning mobile blog.ceo git github enterprise private policy as for microsoft edge azure iot new window. i announced terms of service agreements plus link-out community windows package thirdparty manifest use. am one federal agent data software engineer ownership in his programs property government code of conduct legal live desktop.

Size: 39.3 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

https-jrtorres042-github-com/git_microsoft-powershell_covid-19_achived-explore_diff-1 Fork of github/explore

covid-19 confidential individual terms of service agreements.ceo git github enterprise code of conduct.federal agent android data software engineer live desktop private policy.community topic unath services government property.

Language: Ruby - Size: 32.1 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

https-jrtorres042-github-com/git_microsoft-powershell_credential-achived_federal-agent_enforce-policy_covid-19_docs_apis-diff-1 Fork of jrtorres042/git_microsoft-powershell-achived-credential_mobile_blog_tracker-covid-19_github-docs_diff-1

covid-19 confidential individual android terms of service agreements mobile blog.ceo git github enterprise private policy tracking scanning docs government i18f federal agent data software engineer certified license live desktop legal property. opt-out thirdparty query json js javascript java policies conditions epic http scribd linux oracle mysql MD denied access locked portal window service padlocked.🔒

Language: JavaScript - Size: 353 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-mobile_blog-github-covid-19_merge-import-gitignore_diff-1 Fork of github/gitignore

A collection of useful .gitignore templates.policies,conditions,query,jquery,queries,javascript,json,js,java,opt-out locked 🔒 portal windows

Size: 2.08 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_shield.io_tracker-w3c-2.0_covid-19_merge-wcag_diff-1 Fork of w3c/wcag

web content classified access aibility terms of service agreements guided private policy. federal agent data software engineering tracking scanning property programs CEO and ownership .

Language: HTML - Size: 86 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_daemon_1_archimport_imap-p4_shield.io_shell-site_private-policy-diff-1 Fork of github/site-policy

collaborative developed on github website private policy, processing, and guided classified individual android mobile blog terms of service agreements. federal agent certified license data software engineer tracking scanning ownership program . opt-out policies conditions queries query jquery http js json java javascript linux oracle scribd mysql sql xml q thirdparty denied access locked portal services

Size: 1.36 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

www-jrtorres042-github-enterprise-org/git_microsoft-powershell_achived-credential_azure_cognitive_blog-shield_power-platform_diff-1 Fork of MicrosoftDocs/power-platform

covid-19 confidential individual terms of service agreements , federal agent data software engineer domains for microsoft power platform code of conduct live desktop.

Language: PowerShell - Size: 319 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0