Please refer to this blogpost to get an overview.
Replace *-INSTANCE with one of the public instances listed in the scrapers section. Replace CAPITALIZED words with their corresponding identifiers on the website.
Please refer to this blogpost to get an overview.
Replace *-INSTANCE with one of the public instances listed in the scrapers section. Replace CAPITALIZED words with their corresponding identifiers on the website.
| from github import Github | |
| from pygit2 import clone_repository | |
| import random | |
| import string | |
| import json | |
| import os | |
| path = "/home/shajeen/Documents/git_stared/" | |
| g = Github("git personal access token") |
| from github import Github # pip install github | |
| # Github API Token | |
| ACCESS_TOKEN= '' | |
| # Github Users stars you want to hoard | |
| githubUser = 'stankye' | |
| # File name you want to save as | |
| fileName = 'myStars.txt' | |
Ces scripts permettent de vider le flux d'activité d'un compte twitter : RT, likes, tweets.
Those scripts will flush your twitter activity feed : likes, RT, tweets...
Ces scripts ne fonctionnent que pour twitter en langue anglaise. (https://twitter.com/settings/language)
Those scripts only work for twitter in english.
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
zoomAutenticationTool can be used to escalat| int[][] result; | |
| float t, c; | |
| float ease(float p) { | |
| return 3*p*p - 2*p*p*p; | |
| } | |
| float ease(float p, float g) { | |
| if (p < 0.5) | |
| return 0.5 * pow(2*p, g); |
| ; Copyleft (ɔ) github/tejasvi | |
| [Theme] | |
| ; High Contrast White - IDS_THEME_DISPLAYNAME_HCWHITE | |
| DisplayName=Solarized Light | |
| ThemeId={E8520960-0633-4E7A-837D-FR2004778FE2} | |
| ; Computer - SHIDI_SERVER | |
| [CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon] | |
| DefaultValue=%SystemRoot%\System32\imageres.dll,-109 |
Many people like their things to look nice. I am one of those people. I like things to look nice all the time. One of the things I like to look nice is my PC's desktop. I have to look at it constantly, so it might as well be pretty.
Ricing is the term used to describe the process of making a desktop environment look nice. This usually involves at least several steps, including installing a window manager, a theme, custom icons, and making the terminal look nice. Windows, however isn't meant to have every single part of it tweaked and customized, so we have to make some concessions.
Note that many ricers think that ricing is about making their computer more efficient for their workflow. I disagree. I believe that improved workflow is a sideeffect of good aesthetic, and my personal aesthetic is based in functionality. Also cyberpunk.
This guide aims to be a resource for entry level ricers to ricing their Windows 10 environment.