- register
- login
- forgot password
- company
- account
- users
- settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# URL of the .deb file | |
DEB_URL="https://github.com/Mastermindzh/tidal-hifi/releases/download/5.15.0/tidal-hifi_5.15.0_amd64.deb" | |
# Output file name | |
DEB_FILE="tidal-hifi_5.15.0_amd64.deb" | |
# Download the .deb file | |
echo "Downloading $DEB_FILE..." |
I hereby claim:
- I am m0k1 on github.
- I am m0k1 (https://keybase.io/m0k1) on keybase.
- I have a public key ASBW9gNOH02eBawP_T_SEnOB5OCoFEBlUHcMgukuCPH_eAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Intruction: | |
- Download and unzip Mojave dynamic background here: https://files.rb.gd/mojave_dynamic.zip | |
- Fix the path to the background images | |
- Use gnome-tweaks tool to select this XML as wallpaper | |
--> | |
<background> | |
<starttime> | |
<year>2014</year> | |
<month>01</month> | |
<day>11</day> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.reddit.com/r/fo4/comments/3yjxzv/game_is_running_too_fast_how_do_i_fix_this/?st=jeo3pb4w&sh=4fc9471b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install bzr and gource | |
# get a branch of Mir's trunk code | |
# create gource video | |
$ sudo apt-get install bzr gource | |
$ bzr branch lp:mir | |
$ cd mir | |
$ gource \ | |
-s .06 \ |
- Use a class 10 SD card for best speed. The USB bus can't come much higher than 30MB/s so you don't have to buy any extremely fast ones though. Not all cards are compatible, check the compatibility list: http://elinux.org/RPi_SD_cards
- Use the HardFloat version of Raspbian instead of the SoftFloat. HF has much faster floating point operations - however SF is required for running Java. So it's either Java or performance, like normal.
- The official Raspbian image gives low network speeds: http://elinux.org/RPi_Performance#NIC
- A graphics driver by Simon / teh_orph is using hardware acceleration for some instructions: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=28294 installation instructions: http://elinux.org/RPi_Xorg_rpi_Driver
- The firmware can be upgraded which gives, among other things, better GPU performance.
Frameworks and lib's i love.
- IceFramework - Simple and fast PHP framework delivered as C-extension. (Fast for apis)
- whoops - PHP errors for cool kids
- Hybridauth - Open source social sign on PHP Library.
- Intervention Image - PHP Image Manipulation
- Medoo - The lightest PHP database framework to accelerate development
- Monolog - Sends your logs to files, sockets, inboxes, databases and various web services
- dbv.php - Database version control, made easy!
NewerOlder