This file contains hidden or 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
#!/usr/local/bin/python3.4 | |
# -*- coding: utf-8 -*- | |
# Crée par MarcAlx | |
import os | |
def displayNotification(message,title=None,subtitle=None,soundname=None): | |
""" | |
Display an OSX notification with message title an subtitle | |
sounds are located in /System/Library/Sounds or ~/Library/Sounds |
This file contains hidden or 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
# Here's my macOS bashrc | |
# /!\ it may override some existing commands like 'w' | |
# | |
# To use it : | |
# | |
# Put the following line inside ~/.bash_profile : | |
# [[ -s ~/.bashrc ]] && source ~/.bashrc | |
# | |
# Then create ~/.bashrc and put the content of this file in it. |
This file contains hidden or 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
### Some usefull Resources/docs | |
#### Acrylic | |
https://docs.microsoft.com/fr-fr/windows/uwp/style/acrylic | |
#### Listview and gridview | |
https://msdn.microsoft.com/fr-fr/windows/uwp/controls-and-patterns/listview-and-gridview | |
#### I18n UWP | |
https://msdn.microsoft.com/en-us/windows/uwp/globalizing/put-ui-strings-into-resources |
NewerOlder