Show all unread messages: in:inbox is:unread
This file has been truncated, but you can view the full file.
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
n.vlc.debug activity: org.videolan.vlc.gui.SecondaryActivity@b89415 | |
2021-04-14 15:30:09.435 20660-20660/org.videolan.vlc.debug I/chatty: uid=10343(org.videolan.vlc.debug) main identical 3 lines | |
2021-04-14 15:30:09.435 20660-20660/org.videolan.vlc.debug D/ForceDarkHelper: updateByCheckExcludeList: pkg: org.videolan.vlc.debug activity: org.videolan.vlc.gui.SecondaryActivity@b89415 | |
2021-04-14 15:30:09.436 20660-20660/org.videolan.vlc.debug W/SingleEvent: Multiple observers registered but only one will be notified of changes. | |
2021-04-14 15:30:09.437 20660-20660/org.videolan.vlc.debug D/ForceDarkHelper: updateByCheckExcludeList: pkg: org.videolan.vlc.debug activity: org.videolan.vlc.gui.SecondaryActivity@b89415 | |
2021-04-14 15:30:09.437 20660-20660/org.videolan.vlc.debug D/ForceDarkHelper: updateByCheckExcludeList: pkg: org.videolan.vlc.debug activity: org.videolan.vlc.gui.SecondaryActivity@b89415 | |
2021-04-14 15:30:09.438 20660-20660/org.videolan.vlc.debug I/AppCompatViewInflater: app:theme is now deprecated. Please |
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
//image earth: https://media.prod.mdn.mozit.cloud/attachments/2012/07/09/1429/e2d55b8d5c9efd75a12112264d4ac091/Canvas_earth.png | |
//image sun: https://www.extremetech.com/wp-content/uploads/2020/01/NASA-Sun-640x611.jpg (scaled down to 20%) | |
//image sky: https://unblast.com/wp-content/uploads/2018/10/Sky-Stars-Pattern-1600x1190.jpg | |
import androidx.animation.* | |
import androidx.animation.Spring.DampingRatioHighBouncy | |
import androidx.animation.Spring.StiffnessLow | |
import androidx.compose.Composable | |
import androidx.compose.Model | |
import androidx.compose.remember | |
import androidx.ui.animation.Transition |
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
C:\Windows\System32\bash.exe ~ -c "cd /mnt/c/users/habib/music/dic/; DISPLAY=localhost:0.0 python3 ~/apps/ldoce5viewer-pyqt5/ldoce5viewer.py" |
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
// DON't forget this, otherwise it won't work | |
// In your activity | |
binding.lifecycleOwner = this | |
// create a binding adapter | |
@BindingAdapter("update") | |
fun setAmplitude(audioRecordView: AudioRecordView, data: Int) { | |
if (data == -1) audioRecordView.recreate() | |
else audioRecordView.update(data) | |
} |
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
Follow https://askubuntu.com/a/1066810 to install qt5 version. | |
To fix the sound problem follow | |
# apt install pyqt5-dev-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly python3-pyqt5.qtmultimedia python3-pyqt5.qtwebkit libqt5multimedia5-plugins | |
and: | |
# pip3 install whoosh==2.5.7 | |
(copied from https://github.com/ciscorn/ldoce5viewer/issues/47#issuecomment-478391492) |
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
sudo vim /etc/default/grub | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rcutree.rcu_idle_gp_delay=1 acpi_osi=! acpi_osi='Windows 2009'" | |
sudo update-grub |
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://stackoverflow.com/a/33294727/4146943 | |
https://stackoverflow.com/a/19800058/4146943 |
As a freelancer, I build a lot of web sites. That's a lot of code changes to track. Thankfully, a Git-enabled workflow with proper branching makes short work of project tracking. I can easily see development features in branches as well as a snapshot of the sites' production code. A nice addition to that workflow is that ability to use Git to push updates to any of the various sites I work on while committing changes.
NewerOlder