Discover gists
View ending.js
| console.log(Array(299).fill().map((_, key) => { | |
| if(String(key+1).endsWith(1) && !String(key+1).endsWith(11)) { | |
| return key+1 + " манул\n" | |
| } else if(String(key+1).endsWith(2) && !String(key+1).endsWith(12) || String(key+1).endsWith(3) && !String(key+1).endsWith(13) || String(key+1).endsWith(4) && !String(key+1).endsWith(14)) { | |
| return key+1 + " манула\n" | |
| } else { | |
| return key+1 + " манулов\n" | |
| } | |
| }).join("")); |
View output_log.txt
This file has been truncated, but you can view the full file.
| Log uploaded on Thursday, October 28, 2021, 3:57:25 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:1.1.1.0]: 0Harmony(2.1.1), HarmonyMod(1.1.1) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| [SR]Factional War(SR.ModRimworld.FactionalWar): ModRimWorldFactionalWar(1.0.0) | |
| Vanilla Achievements Expanded(vanillaexpanded.achievements): AchievementsExpanded(1.3.7862.41411) | |
| Vanilla Fishing Expanded(VanillaExpanded.VCEF): AchievementsExpanded(1.3.7862.41411), VCE-Fishing(1.0.0) |
View v6p.py
| #donwload python (Preferred Python 2.7.14) => https://www.python.org/downloads/release/python-2714/ | |
| #install requests, how ? => https://anonymousfox.io/_@info/requests.txt | |
| #install colorama, how ? => https://anonymousfox.io/_@info/colorama.txt | |
| #install selenium, how ? => https://anonymousfox.io/_@info/selenium.txt | |
| #install imgurpython, how ? => https://anonymousfox.io/_@info/imgurpython.txt | |
| #get Chrome Driver, how ? => https://anonymousfox.io/_@info/ChromeDriver.txt | |
| #run by Double Click on v6p.py | |
| #OR run like (Windows) => v6p.py lists.txt | |
| #OR run like (python 2.7) => python v6p.py lists.txt | |
| #OR run like (python 3) => python3 v6p.py lists.txt |
View Write-EventLogEntry.ps1
| function Write-EventLogEntry | |
| { | |
| <# | |
| .SYNOPSIS | |
| Write an eventlog entry | |
| .DESCRIPTION | |
| Write an eventlog entry | |
| .PARAMETER LogName |
View Potential Maintainers
| Maintainers: | |
| wolfangaukang: pixeluvo |
View Changed Paths
| x86_64-linux pixeluvo |
View Potential Maintainers
| Maintainers: | |
| primeos: driversi686Linux.mesa, mesa, mesa, mesa, mesa, driversi686Linux.mesa | |
| vcunat: driversi686Linux.mesa, mesa, mesa, mesa, mesa, driversi686Linux.mesa |
View gist:e74c3afe11f155e1b4c568eab37b5756
| let blacklists = ["https://mapy.geoportal.gov.pl/*"] | |
| map <C-o> goBack | |
| map <C-i> goForward | |
| map <C-u> scrollPageUp | |
| map <C-d> scrollPageDown |
View react-alternate-fade-complete.jsx
| function StadiumColumn({ className }) { | |
| return ( | |
| <div className={`stadiumColumn ${className}`} /> | |
| ) | |
| } | |
| function Stadium() { | |
| return ( | |
| <div className="stadium"> | |
| <StadiumColumn className="alternate-fade alternate-fade--delay-six" /> |
View Changed Paths
| x86_64-darwin libsForQt514.qtscript | |
| x86_64-darwin libsForQt512.qt5.qtquickcontrols2 | |
| x86_64-darwin libsForQt512.appstream-qt | |
| x86_64-linux anbox | |
| i686-linux python39Packages.nipype | |
| x86_64-linux pantheon.file-roller | |
| i686-linux shotwell | |
| x86_64-linux stone-phaser | |
| i686-linux gnome-tour | |
| x86_64-darwin haskellPackages.sdl2-sprite |
NewerOlder
