Search results

  1. griimnak

    [Tutorial] Downloading Music/Videos from the net

    In this day and age, videos are scrubbed from the net so fast that it's becoming increasingly necessary to download/save them. Unfortunately with most large scale sites, it's not as simple as just finding an mp4 link and hitting CTRL+S to save it. In this thread, I'll share a few personal...
  2. griimnak

    [Linux] Scripting with xfce4-panel's "Generic Monitor" applet

    Scripting on the xfce4-panel The xfce4-panel is extremely customizable, offering a wide variety of applets and addons to satisfy the user's needs. HOWEVER, if you truly desire to make the panel your own, the most important applet, in my opinion atleast, is the Generic Monitor applet. All it...
  3. griimnak

    Show DevBest [Python] Twitter archiver

    TwitterArchiver-py I was bored the other night and decided to mess around with the twitter api. This script will download profile media, generate a summary.txt and dump tweet history to dump.json. https://github.com/griimnak/TwitterArchiver-py Installation: pip install -r requirements.txt...
  4. griimnak

    Show DevBest [Python] YouTube subscriber watchdog

    ytwatchdog-py This is a simple watchdog script that watches youtube subscription count by scraping channel html with bs4. Source: https://github.com/griimnak/ytwatchdog-py Usage: python ytwatchdog.py https://youtube.com/user/PewDiePie Config: """ Seconds to minutes cheat sheet 120 -> 2m...
  5. griimnak

    PC [Bukkit/Spigot] HardcorePlus plugin | Minecraft 1.14.1+

    A Minecraft 1.14.1+ Bukkit/Spigot Plugin Enhances the vanilla Minecraft hardcore experience by degrading players' max health on death. On death, users wake up from their nightmare. The only way to defeat the dream - visit the end. That is the original concept of the end, after all.. Once a...
  6. griimnak

    What should I do before I get old

    Hey so I'm in need of some opinions. I'm 20 years old now. Still unemployed, getting my license this April so maybe that'll help uncover some local driving jobs. But untill then, I feel like I'm wasting time. For those of you that are still 15,16,17 years old, make sure you use your time...
  7. griimnak

    Show DevBest Global snow particle extension for Chrome-based browsers

    OpenSnow This is a simple Chome-based extension that adds live snow particles to your browsing pages. Basically, an open source version of Snow found here. snowstorm.js by http://www.schillmania.com/projects/snowstorm/ https://github.com/griimnak/OpenSnow Usage - Extract the extension to...
  8. griimnak

    Show DevBest py-tts-script

    py-tts-script I think someone here would find use in this script This is a ~40 line Python script that returns text to speech. Works with Python2 & 3, and requires no pip modules. Tested on Windows and Linux, unfortunately I don't have a mac to test this on but I'm sure it should work like...
  9. griimnak

    Show DevBest [WIP] OpenPureTab - An open source extension for Chrome-based browsers that allows customization of the new-tab page.

    OpenPureTab 1.0 OpenPureTab is an extension for Chrome-based browsers that replaces the default new-tab page with a free and open sourced one, with tons of customization. I started this project because I wanted to add some aesthetics to my new tab page without compromising my privacy or...
  10. griimnak

    Could i improve this JS Loader?

    Sup, i have a pure javascript loader to load pages in without refreshing the page: /* JS Loader */ window.onload = function() { var load = function(e) { // prevent browser to load link event.preventDefault(); // exit if target is undefined...
  11. griimnak

    HP Webcam undetected on Arch Liunx

    I figured I should finally get around fixing this, i have an HP Folio 9470m that has had Arch installed forever but I never got around getting the webcam to work. Cheese claims there's no devices: It doesn't seem to me that lsusb or lspci is detecting it either: lsusb Bus 002 Device 003: ID...
  12. griimnak

    Post your wrk results

    I wanted to know what are some average numbers you guys get on frameworks / backend sites you've written. Any language, any framework, using wrk and these settings: Tested framework / backend must have a mysql connection, must use a config file, must be in live production real world scenario...
  13. griimnak

    Is my microSD really bricked?

    Alright so, I have a 32gb sandisk microSD that was formatted for use with the raspberry pi. One night I did a sudo apt update && sudo apt upgrade, let it run and left on all night by accident. The next morning, the pi wouldn't boot and my windows pc would reject the card and freeze my explorer...
  14. griimnak

    Customize Sublime Text with 320+ themes and custom fonts

    Below i'll demonstrate how you can fully customize Sublime Text by only using one package from github with your own fonts. Installing 320+ themes How to use custom fonts in Sublime Text Installing 320+ themes Rainglow is a collection of color themes for a number of different editors and...
  15. griimnak

    How big is your music library?

    Is it still cool to have a local music library? I always download a song i like, incase it gets taken down youtube. Since alot of the music I like is rare underground.. I have 403 songs at 2.42GB space. What about you? post below.
  16. griimnak

    os / sys equivalent in nodejs?

    Essentially what i'm trying to do is clear the console after executing the app so it's nice and clean like i would with my python consoles: in python, there's the os and sys module to communicate directly with your operating system, or emulate commands from your os etc etc. how would i do this...
  17. griimnak

    The United States of America in the 1970s

    I just had to share this :( "Color footage of America in the late 1970s. It shows the cities of; - New York City - San Francisco - Chicago - Los Angeles -Toronto (Canada)"
  18. griimnak

    [Art request] Pokemon battle grounds

    Hi, i'm currently starting a new pokemon socketio project and i'm in need of some simple art. I will be using 2d sprites like above, that's all sorted already but what i need is a nice background to put them on that's atleast 600px wide and maybe 300px high? eh, or whatever really. Here's...
  19. griimnak

    [PY 3.6+] Trinity-py - A flask based CMS for Python 3.6+

    View the origin of this project's development: here. Objective of Trinity 3 The objective of Trinity 3 is to completely annihilate its predecessor, Trinity, in both performance and code practice. Simply said, Trinity 3 aims to offer a completely automated way of setting up a live mysql...
  20. griimnak

    Show DevBest Automated third party module installer for python

    Updated code is over at: github Wrote a neat little script that installs missing modules automatically through pip, using python's default os module. This is great if you plan on releasing a python project but can't be bothered to use cx_freeze etc to pack third party modules along with your...
Top