Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Search - OSDN
[go: Go Back, main page]

Search results

LastUpdate: 2019-08-03 03:10

XiaomiFirmwareUpdater

The easiest way to get flashable firmware zip files for Xiaomi devices! XiaomiFirmwareUpdater is a script which provides firmware packages for every Xiaomi devices. It's an automated script, running on Linux server every six hours, extracting firmware from MIUI official ROMs, both Global and China, and uploads it to multi-servers.

Website: https://xiaomifirmwareupdater.com/

Github: https://github.com/XiaomiFirmwareUpdater/

Telegram: https://telegram.me/XiaomiFirmwareUpdater/

Development Status: 5 - Production/Stable
Target Users: Advanced End Users
Natural Language: English
Operating System: Android
Programming Language: Python
Topics: Other
Activity Percentile: 447
Activity Ranking: 27Ranking
Register Date: 2018-12-02 06:01
LastUpdate: 2019-08-03 15:35

rpi-dmonitor

Raspberry Pi 用のD-STARモニタープログラム

Activity Percentile: 276
Activity Ranking: 40Ranking
Register Date: 2018-09-28 19:48
LastUpdate: 2019-07-04 22:25

pSync

pSync って何?

DropboxRaspberry Pi で動かないので、その代替えに作ったネットワーク双方向ファイル同期ツール。

Raspberry Pi 以外でも POSIX に準拠した環境であれば動作するはず。 RaspbianmacOSDebian/LinuxUbuntu では普段使いしていて、問題なく動作している。 Cygwin でも一通りの動作は確認済みだけど、実用に耐えるかは不明。

特徴は↓

  • 複数のディレクトリを同期対象に指定可能。
  • 専用のサーバが不要で一般ユーザ権限でインストールできる。
  • ネットワーク上に流れるデータは暗号化と圧縮されるので安全で高速。

詳しい説明は↓
https://kobayasy.com/psync/


説明を読むのが面倒だけどとりあえず使ってみたい人向けの、細かい説明を省いたインストールからファイル同期までの手順説明。

インストールの前準備:

  • pSync はユーザー認証と転送データの暗号化と圧縮に OpenSSH を使用するので、前準備として OpenSSH の ssh コマンドで同期先ホストへログイン出来る設定が必要となる。 先に済ませておく事。

ローカルホストへ pSync をインストールする手順:

localhost$ curl -O http://kobayasy.com/psync/psync-1.16.tar.gz
localhost$ tar xzf psync-1.16.tar.gz
localhost$ cd psync-1.16
localhost$ ./configure --prefix=$HOME
localhost$ make install
localhost$ install -m700 -d ~/pSync
localhost$ echo 'psync pSync' > ~/.psync.conf
localhost$ chmod 600 ~/.psync.conf
localhost$ 

同期先ホストへ pSync をインストールする手順:

同期先が guest@example.com の場合を例に説明。

localhost$ ssh guest@example.com
example.com$ curl -O http://kobayasy.com/psync/psync-1.16.tar.gz
example.com$ tar xzf psync-1.16.tar.gz
example.com$ cd psync-1.16
example.com$ ./configure --prefix=$HOME
example.com$ make install
example.com$ install -m700 -d ~/pSync
example.com$ echo 'psync pSync' > ~/.psync.conf
example.com$ chmod 600 ~/.psync.conf
example.com$ exit
localhost$ 

動作確認の手順:

ローカルホスト、同期先ホスト共に pSync のバージョン情報が表示されればインストールに成功している。

localhost$ psync
pSync version 1.16 (protocol pSp1)
(以下コマンドの説明が続く)
localhost$ ssh guest@example.com psync
pSync version 1.16 (protocol pSp1)
(以下コマンドの説明が続く)
localhost$ 
インストールには成功したのに実行に失敗する場合は、psync に実行パスが通っていない事が考えられる。 実行パスの設定を確認して、通ってないならば通す。 もしくは configure のオプションでインストール先を実行パスが通っている場所へ変更する。

ファイル同期の手順:

これを実行する度に localhost の ~/pSync/ と example.com の ~guest/pSync/ のファイルが同期される。

localhost$ psync guest@example.com
psync
localhost$ 

以上。 解らない事があれば フォーラム で質問して貰えば答えます。

Activity Percentile: 79
Activity Ranking: 75Ranking
Register Date: 2018-07-28 20:58
LastUpdate: 2019-07-30 07:23

gd10

GD10 is a light weight WYSIWYG Game/Scene designer and is capable of creating stand alone Levels and Visualisations. [ In Development ]

Activity Percentile: 1,369
Activity Ranking: 11Ranking
Register Date: 2019-07-29 22:27
LastUpdate: 2018-12-22 22:22

Yet Another Shell

Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.

So far most of yash's features have been implemented. The author is currently writing auxiliary scripts to make command completion more usable.

Development Status: 5 - Production/Stable
Target Users: Developers, End Users/Desktop
Natural Language: English, Japanese
Programming Language: C
Topics: Terminals
User Interface: Console/Terminal
Activity Percentile: 319
Activity Ranking: 34Ranking
Register Date: 2008-11-13 15:10
LastUpdate: 2019-07-29 18:55

Bytom

Bytom Blockchain Protocol (hereinafter referred as Bytom) is an interactive protocol of multiple byteassets. Heterogeneous byte-assets (indigenous digital currency, digital assets) that operate in different forms on the Bytom Blockchain and atomic assets (warrants, securities, dividends, bonds, intelligence information, forecasting information and other information that exist in the physical world) can be registered, exchanged, gambled and engaged in other more complicated and contract-based interoperations via Bytom. The protocol connects the atomic world and the byteworld to promote the interaction and circulation of assets between the two worlds. Bytom adopts three-layer architecture: application layer, contract layer and data transmission layer. The application layer is friendly to mobile and other terminals and convenient for developers to develop asset management applications. The contract layer use genesis contract and control contracts for asset issuance and management, supporting scalable BUTXO of UTXO model at the bottom layer, optimizing EVM and using introspection mechanism to prevent deadlock in Turing complete. The data transmission layer adopts DLT technology to achieve asset issuance, spending, transfer and other operations. The consensus mechanism uses POW algorithm that are friendly to AI ASIC chips. Matrix and convolution calculation is introduced into the hashing process so that the miners can be used for AI hardware acceleration services, generating additional social benefits.

Development Status: 5 - Production/Stable, 6 - Mature
Programming Language: Go, Python
Topics: Internet
Activity Percentile: 7,498
Activity Ranking: 2Ranking
Register Date: 2018-08-07 11:08
LastUpdate: 2019-08-03 21:53

Burn

高度なデータ設定でデータディスクを作成します。 Burnは、必要に応じて変換し、ビデオおよびオーディオディスクを作成します。 DVDビデオディスクを作成し、ディスクを再作成します。 Burnは車輪を再発明しません。多くの強力なオープンソースUnixユーティリティを利用していて、オープンソースでもあります。

LastUpdate: 2019-08-02 21:51

MSYS2

MSYS2 は、MSYSのモダンな版へのアップデートであり、ネイティブの Windows ソフトウェアとの相互運用性の目的とした Cygwin (POSIX 互換レイヤー) のフォークです。この名前は、 Minimal SYStem 2から由来し、MinGW-w64 ツール チェーンを使用して、ネイティブの Windows アプリケーションを構築するためのようなリビジョン コントロール システム、Autotools bash シェルを使用して促進するためにサポートを提供することを目指しています。

パッケージの簡単なインストールを提供するパッケージ管理システムがあり、Arch LinuxのPacmanパックマンも移植されます。これらのパッケージに使用される、ビルド システム (makepkg) を提供するだけでなく、依存関係の解決と単純な完全なシステムのアップグレードなど、多くの強力な機能をもたらします。32 および 64 ビットがサポートされています。

GTA Config Tools

Grand Theft Auto game series configuration file helper library. Required for implementation-compatible parsing of GTA configuration files. File formats such as IPL and IDE are supported.

Development Status: 5 - Production/Stable
Target Users: Developers
Natural Language: English
Programming Language: C++
Topics: Data Formats
Activity Percentile: 46
Activity Ranking: 102Ranking
Register Date: 2017-04-06 06:38

Eir Common Shared Code

Commonly used code by the Eir development environment. This tiny SDK includes algorithms for Memory management, type system, paging and more. Contains classes for type abstraction such as DynamicTypeSystem.

Development Status: 5 - Production/Stable
Target Users: Developers
Natural Language: English
Programming Language: C++
Activity Percentile: 253
Activity Ranking: 43Ranking
Register Date: 2017-04-05 17:55