Skip to content

Instantly share code, notes, and snippets.

View 110Percent's full-sized avatar
🐧

Curtis 110Percent

🐧
View GitHub Profile
@110Percent
110Percent / download_tiktok_videos.user.js
Last active April 15, 2020 18:25 — forked from DevMensIT/download_tiktok_videos.user.js
Userscript to download tiktok videos shown in the browser, for ultimate memeing purposes. :)
// ==UserScript==
// @name Download Tiktok Videos
// @namespace https://tiktok.com/
// @version 0.1
// @description Adds download links for videos, even on private accounts.
// @author Evan Straw
// @include http://*.tiktok.com/*
// @include https://*.tiktok.com/*
// @grant none
// ==/UserScript==

Keybase proof

I hereby claim:

  • I am 110percent on github.
  • I am 110percent (https://keybase.io/110percent) on keybase.
  • I have a public key ASB6SZ3SUnNHecG7McDVdM04ABNrffTqfgMHTs1e3rUDCQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am 110percent on github.
  • I am 110percent (https://keybase.io/110percent) on keybase.
  • I have a public key ASAqY1GR2xUvBUfueVj6qrUzRmKx1EPnan56lfKLCdYztgo

To claim this, I am signing this object:

@110Percent
110Percent / encryption-assignment.cpp
Created February 2, 2018 19:22
ICS4U Encryption Assignment
/*
Curtis Davies - ICS4U Encryption Assignment
Thursday, 1 February, 2018
This program takes a data file "encode.dat" as input and encrypts any
alphabetical characters after the first line,using the first line as a key.
The encrypted text is outputted to the screen afterwards.
*/