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
#!/usr/bin/python3 | |
import gi, sys | |
gi.require_version('Gtk', '3.0') | |
gi.require_version('WebKit2', '4.0') | |
from gi.repository import Gtk, WebKit2 as WebKit, Pango | |
class Tab(Gtk.VBox): |
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
[Plugin] | |
Authors=Sylvain PHILIP <[email protected]> | |
Copyright=Copyright © 2021 Sylvain PHILIP | |
Description=Provides auto-completion for PHP, diagnostics, and other IDE features, working with Phpactor | |
Loader=python3 | |
Module=phpls_plugin | |
Name=PHP Language Server Integration | |
X-Completion-Provider-Languages=php | |
X-Diagnostic-Provider-Languages=php | |
X-Formatter-Languages=php |
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
""" | |
This script create a hello word 64bits binary executable in ELF format. | |
It's goal is to describe how work a binary program on Linux at the lowest system level. | |
To build the binary run : | |
python hello.py | |
chmod +x hello.py | |
Then run the program : |
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
<?php | |
/** | |
* Import pages from Wikispaces | |
* | |
* ====================================================================== | |
* | |
* To use this script, put it in your MediaWiki 'maintenance' folder | |
* Then call the script on the command line. | |
* | |
* Examples of use : |