Skip to content

Instantly share code, notes, and snippets.

View ConnectionMaster's full-sized avatar

ConnectionMaster

  • https://www.facebook.com/No.1soulsourcepage
View GitHub Profile
@ConnectionMaster
ConnectionMaster / ik.py
Created March 15, 2022 17:55 — forked from hugs/ik.py
Delta robot - Inverse and forward kinematics library - (For @bitbeam bot)
# Original code from
# http://forums.trossenrobotics.com/tutorials/introduction-129/delta-robot-kinematics-3276/
# License: MIT
import math
# Specific geometry for bitbeambot:
# http://flic.kr/p/cYaQah
e = 26.0
f = 69.0
@ConnectionMaster
ConnectionMaster / antilink-source.js
Created January 28, 2022 18:11 — forked from TheTrollErrorsGuy65/antilink-source.js
AntiLink source code (Discord.js)
@ConnectionMaster
ConnectionMaster / music_bot_example.py
Created January 28, 2022 18:09 — forked from vbe0201/music_bot_example.py
A simple music bot written using discord.py rewrite and youtube_dl.
# -*- coding: utf-8 -*-
"""
Copyright (c) 2019 Valentin B.
A simple music bot written in discord.py using youtube-dl.
Though it's a simple example, music bots are complex and require much time and knowledge until they work perfectly.
Use this as an example or a base for your own bot and extend it as you want. If there are any bugs, please let me know.
@ConnectionMaster
ConnectionMaster / answer.md
Created January 28, 2022 18:08 — forked from Discord-AppBot/answer.md
AppBot - a Discord bot made for staff application management within Discord.
@ConnectionMaster
ConnectionMaster / C# Discord Bot
Created January 28, 2022 17:26 — forked from GrunclePug/C# Discord Bot
C# Discord Bot
//Discord Bot By: @GrunclePug#7015
@ConnectionMaster
ConnectionMaster / Github Webhook Tutorial.md
Created January 28, 2022 17:24 — forked from jagrosh/Github Webhook Tutorial.md
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@ConnectionMaster
ConnectionMaster / Awesome video player
Created November 11, 2021 11:09 — forked from TeamBug99/Awesome video player
Awesome video player
https://plyr.io/
Chrome Web Store
Dear Developer,
Your Google Chrome item "Pushbullet" with ID:
chlffgpmiacpedhhbkiomidkjlcfhogd did not comply with our policies.
Your item is still published, but is at risk of being removed from the
Chrome Web Store.
@ConnectionMaster
ConnectionMaster / Get Total Shares (returns JSON)
Created September 30, 2019 23:37 — forked from nuno/Get Total Shares (returns JSON)
AddThis Public sharing endpoints & API URL to retrieve total share count for any given URL
http://api-public.addthis.com/url/shares.json?url=http%3A%2F%2Fwww.twitter.com
@ConnectionMaster
ConnectionMaster / gist:c4e947d94dd3990c4f310e855362fef8
Created September 20, 2019 09:00 — forked from jcsrb/gist:1496554
facebook, twitter, google plus in addthis all with vertical count
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=YOUR-PROFILE-ID"></script>
<div class="addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="box_count" fb:like:width="48" fb:like:height="63"></a>
<div class="clearfix"></div>
<a class="addthis_button_tweet" tw:count="vertical"></a>
<div class="clearfix"></div>
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a>
</div>