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 | |
declare -r keys_dir='/home/user/.ssh/' | |
declare -r keys=' | |
key0.ppk | |
key1.ppk | |
key2.ppk | |
keyN.ppk | |
' |
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
{ | |
"device_name" : "" | |
,"listening_port" : 0 | |
,"storage_path" : "" | |
,"pid_file" : "" | |
,"use_upnp" : false | |
,"download_limit" : 0 | |
,"upload_limit" : 0 |
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
:insert | |
#!/usr/bin/env python3 | |
# vim: set fileencoding=UTF-8 | |
# | |
# File Name : | |
# Purpose : | |
# Creation Date : | |
# Last Modified : | |
# Created By : Anton 'KodopiK' Konoplev |
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
<manifest | |
android:versioncode="20110420" | |
android:versionname="1.8.0" | |
package="ru.e_num" | |
xmlns:android="http://schemas.android.com/apk/res/android"> |
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
<manifest | |
android:versioncode="20110420" | |
android:versionname="1.8.0" | |
package="ru.e_num.test" | |
<!-- Комментарий: То есть мы подставили точку и слово "test" --> | |
xmlns:android="http://schemas.android.com/apk/res/android"> |
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
<activity | |
android:label="E-NUM" | |
android:name=".SplashScreenActivity" | |
android:screenOrientation="portrait"> |
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
<activity | |
android:label="E-NUM" | |
android:name="ru.e_num.SplashScreenActivity" | |
<!-- Комментарий: Дописали имя package --> | |
android:screenOrientation="portrait"> |
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
<provider | |
android:authorities="com.someapp.android" | |
android:name="com.someapp.android"> |
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
<provider | |
android:authorities="com.someapp.android.test" | |
android:name="com.someapp.android"> |
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
[Unit] | |
Description=g_hack: Additional mouse buttons | |
[Service] | |
Type=oneshot | |
ExecStart=/home/anton/bin/g_hack /dev/usb/hiddev0 0 | |
StandardOutput=null |
OlderNewer