Skip to content
View nucleare's full-sized avatar
💭
I pull from you, don't pull from me, push your ways on me.
💭
I pull from you, don't pull from me, push your ways on me.
  • Defordo Innovations
  • Irvine, CA
Block or Report

Block or report nucleare

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. DeepSearch_HashGames DeepSearch_HashGames Public

    A collection of theoretical research and analysis of cryptography-based game outcomes in the pursuit of a breakthrough discovery.

    JavaScript 6

  2. Previously Windows 10 allowed users ... Previously Windows 10 allowed users to change their Search settings to prevent web results from appearing in a Start Menu search - in 2020 that all changed and now a registry edit is required to turn it off
    1
    ; simply copy and paste lines 3 to 7 into notepad and then save and change the filetype to .reg then double click to have it
    2
    ; add the lines for you. Otherwise, you will already know how to do it in other ways. If that doesn't fix it, read on....
    3
    
                  
    4
    Windows Registry Editor Version 5.00
    5
    
                  
  3. bird-bot-cousin bird-bot-cousin Public

    Forked from natewong1313/bird-bot

    A semi updated version of the original repo which has been archived and was originally created as a Nintendo Switch checkout bot with support for Walmart and Best Buy This somewhat updated version …

    Python

  4. web-customizations web-customizations Public

    A collection of various code snippets I discovered on my self-learning journey of coding in web design

    PHP

  5. obsninja-legacy obsninja-legacy Public

    Forked from steveseguin/vdo.ninja

    OBS Ninja lets you bring remote video feeds into OBS via WebRTC

    JavaScript

  6. A nginx configuration adding an RTMP... A nginx configuration adding an RTMP server for collection of multiple streams from the local network It will be modified to add a number of other features in due time and was forked for preservation.
    1
    rtmp {
    2
    
                  
    3
        server {
    4
            
    5
            listen 0.0.0.0:1935;